From 77956f8ab33a3edbb3abc242a1c961abedd03517 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:59:42 -0600 Subject: [PATCH 1/6] chore: drop unused generated code Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .task/checksum/generate-ent-smart | 2 +- .task/checksum/generate-graphql-smart | 2 +- cli/cmd/client.go | 1 - common/go.mod | 2 +- common/go.sum | 4 + go.mod | 2 +- go.sum | 4 +- .../ent/checksum/.history_schema_checksum | 2 +- internal/ent/checksum/.schema_checksum | 2 +- internal/ent/csvgenerated/csv_generated.go | 740 +- internal/ent/generate/entc.go | 75 +- .../generate/templates/entgql/gql_where.tmpl | 34 + internal/ent/generated/actionplan/where.go | 116 - internal/ent/generated/actionplan_create.go | 20 - internal/ent/generated/actionplan_delete.go | 6 +- internal/ent/generated/actionplan_query.go | 78 - internal/ent/generated/actionplan_update.go | 106 - internal/ent/generated/apitoken/where.go | 8 - internal/ent/generated/apitoken_create.go | 2 - internal/ent/generated/apitoken_delete.go | 6 +- internal/ent/generated/apitoken_query.go | 11 - internal/ent/generated/apitoken_update.go | 10 - internal/ent/generated/assessment/where.go | 62 - internal/ent/generated/assessment_create.go | 11 - internal/ent/generated/assessment_delete.go | 6 +- internal/ent/generated/assessment_query.go | 40 - internal/ent/generated/assessment_update.go | 58 - .../ent/generated/assessmentresponse/where.go | 50 - .../generated/assessmentresponse_create.go | 9 - .../generated/assessmentresponse_delete.go | 6 +- .../ent/generated/assessmentresponse_query.go | 32 - .../generated/assessmentresponse_update.go | 38 - internal/ent/generated/asset/where.go | 188 - internal/ent/generated/asset_create.go | 32 - internal/ent/generated/asset_delete.go | 6 +- internal/ent/generated/asset_query.go | 116 - internal/ent/generated/asset_update.go | 158 - internal/ent/generated/campaign/where.go | 122 - internal/ent/generated/campaign_create.go | 21 - internal/ent/generated/campaign_delete.go | 6 +- internal/ent/generated/campaign_query.go | 76 - internal/ent/generated/campaign_update.go | 104 - .../ent/generated/campaigntarget/where.go | 44 - .../ent/generated/campaigntarget_create.go | 8 - .../ent/generated/campaigntarget_delete.go | 6 +- .../ent/generated/campaigntarget_query.go | 29 - .../ent/generated/campaigntarget_update.go | 28 - internal/ent/generated/checkresult/where.go | 38 - internal/ent/generated/checkresult_create.go | 7 - internal/ent/generated/checkresult_delete.go | 6 +- internal/ent/generated/checkresult_query.go | 28 - internal/ent/generated/checkresult_update.go | 36 - internal/ent/generated/client.go | 3797 -- internal/ent/generated/contact/where.go | 38 - internal/ent/generated/contact_create.go | 7 - internal/ent/generated/contact_delete.go | 6 +- internal/ent/generated/contact_query.go | 29 - internal/ent/generated/contact_update.go | 40 - internal/ent/generated/control/where.go | 236 - internal/ent/generated/control_create.go | 40 - internal/ent/generated/control_delete.go | 6 +- internal/ent/generated/control_query.go | 151 - internal/ent/generated/control_update.go | 220 - .../generated/controlimplementation/where.go | 44 - .../generated/controlimplementation_create.go | 8 - .../generated/controlimplementation_delete.go | 6 +- .../generated/controlimplementation_query.go | 35 - .../generated/controlimplementation_update.go | 42 - .../ent/generated/controlobjective/where.go | 80 - .../ent/generated/controlobjective_create.go | 14 - .../ent/generated/controlobjective_delete.go | 6 +- .../ent/generated/controlobjective_query.go | 56 - .../ent/generated/controlobjective_update.go | 78 - internal/ent/generated/customdomain/where.go | 20 - internal/ent/generated/customdomain_create.go | 4 - internal/ent/generated/customdomain_delete.go | 6 +- internal/ent/generated/customdomain_query.go | 17 - internal/ent/generated/customdomain_update.go | 14 - .../ent/generated/customtypeenum/where.go | 68 - .../ent/generated/customtypeenum_create.go | 12 - .../ent/generated/customtypeenum_delete.go | 6 +- .../ent/generated/customtypeenum_query.go | 41 - .../ent/generated/customtypeenum_update.go | 70 - .../ent/generated/directoryaccount/where.go | 74 - .../ent/generated/directoryaccount_create.go | 13 - .../ent/generated/directoryaccount_delete.go | 6 +- .../ent/generated/directoryaccount_query.go | 46 - .../ent/generated/directoryaccount_update.go | 46 - .../ent/generated/directorygroup/where.go | 56 - .../ent/generated/directorygroup_create.go | 10 - .../ent/generated/directorygroup_delete.go | 6 +- .../ent/generated/directorygroup_query.go | 36 - .../ent/generated/directorygroup_update.go | 36 - .../generated/directorymembership/where.go | 62 - .../generated/directorymembership_create.go | 11 - .../generated/directorymembership_delete.go | 6 +- .../generated/directorymembership_query.go | 38 - .../generated/directorymembership_update.go | 30 - .../ent/generated/directorysyncrun/where.go | 50 - .../ent/generated/directorysyncrun_create.go | 9 - .../ent/generated/directorysyncrun_delete.go | 6 +- .../ent/generated/directorysyncrun_query.go | 32 - .../ent/generated/directorysyncrun_update.go | 36 - internal/ent/generated/discussion/where.go | 44 - internal/ent/generated/discussion_create.go | 8 - internal/ent/generated/discussion_delete.go | 6 +- internal/ent/generated/discussion_query.go | 29 - internal/ent/generated/discussion_update.go | 32 - .../ent/generated/dnsverification/where.go | 14 - .../ent/generated/dnsverification_create.go | 3 - .../ent/generated/dnsverification_delete.go | 6 +- .../ent/generated/dnsverification_query.go | 14 - .../ent/generated/dnsverification_update.go | 16 - internal/ent/generated/documentdata/where.go | 38 - internal/ent/generated/documentdata_create.go | 7 - internal/ent/generated/documentdata_delete.go | 6 +- internal/ent/generated/documentdata_query.go | 28 - internal/ent/generated/documentdata_update.go | 30 - internal/ent/generated/emailtemplate/where.go | 68 - .../ent/generated/emailtemplate_create.go | 12 - .../ent/generated/emailtemplate_delete.go | 6 +- internal/ent/generated/emailtemplate_query.go | 41 - .../ent/generated/emailtemplate_update.go | 58 - .../generated/emailverificationtoken/where.go | 8 - .../emailverificationtoken_create.go | 2 - .../emailverificationtoken_delete.go | 6 +- .../generated/emailverificationtoken_query.go | 11 - .../emailverificationtoken_update.go | 10 - internal/ent/generated/entity/where.go | 236 - internal/ent/generated/entity_create.go | 40 - internal/ent/generated/entity_delete.go | 6 +- internal/ent/generated/entity_query.go | 146 - internal/ent/generated/entity_update.go | 212 - internal/ent/generated/entitytype/where.go | 14 - internal/ent/generated/entitytype_create.go | 3 - internal/ent/generated/entitytype_delete.go | 6 +- internal/ent/generated/entitytype_query.go | 14 - internal/ent/generated/entitytype_update.go | 16 - internal/ent/generated/event/where.go | 74 - internal/ent/generated/event_create.go | 13 - internal/ent/generated/event_delete.go | 6 +- internal/ent/generated/event_query.go | 56 - internal/ent/generated/event_update.go | 78 - internal/ent/generated/evidence/where.go | 86 - internal/ent/generated/evidence_create.go | 15 - internal/ent/generated/evidence_delete.go | 6 +- internal/ent/generated/evidence_query.go | 58 - internal/ent/generated/evidence_update.go | 80 - internal/ent/generated/export/where.go | 20 - internal/ent/generated/export_create.go | 4 - internal/ent/generated/export_delete.go | 6 +- internal/ent/generated/export_query.go | 17 - internal/ent/generated/export_update.go | 22 - internal/ent/generated/file/where.go | 128 - internal/ent/generated/file_create.go | 22 - internal/ent/generated/file_delete.go | 6 +- internal/ent/generated/file_query.go | 85 - internal/ent/generated/file_update.go | 126 - .../ent/generated/filedownloadtoken/where.go | 8 - .../ent/generated/filedownloadtoken_create.go | 2 - .../ent/generated/filedownloadtoken_delete.go | 6 +- .../ent/generated/filedownloadtoken_query.go | 11 - .../ent/generated/filedownloadtoken_update.go | 10 - internal/ent/generated/finding/where.go | 182 - internal/ent/generated/finding_create.go | 31 - internal/ent/generated/finding_delete.go | 6 +- internal/ent/generated/finding_query.go | 116 - internal/ent/generated/finding_update.go | 166 - .../ent/generated/findingcontrol/where.go | 26 - .../ent/generated/findingcontrol_create.go | 5 - .../ent/generated/findingcontrol_delete.go | 6 +- .../ent/generated/findingcontrol_query.go | 20 - .../ent/generated/findingcontrol_update.go | 10 - internal/ent/generated/gql_where_input.go | 31242 +---------- internal/ent/generated/group/where.go | 326 - internal/ent/generated/group_create.go | 55 - internal/ent/generated/group_delete.go | 6 +- internal/ent/generated/group_query.go | 218 - internal/ent/generated/group_update.go | 324 - .../ent/generated/groupmembership/where.go | 26 - .../ent/generated/groupmembership_create.go | 5 - .../ent/generated/groupmembership_delete.go | 6 +- .../ent/generated/groupmembership_query.go | 21 - .../ent/generated/groupmembership_update.go | 12 - internal/ent/generated/groupsetting/where.go | 8 - internal/ent/generated/groupsetting_create.go | 2 - internal/ent/generated/groupsetting_delete.go | 6 +- internal/ent/generated/groupsetting_query.go | 11 - internal/ent/generated/groupsetting_update.go | 10 - internal/ent/generated/hush/where.go | 26 - internal/ent/generated/hush_create.go | 5 - internal/ent/generated/hush_delete.go | 6 +- internal/ent/generated/hush_query.go | 23 - internal/ent/generated/hush_update.go | 28 - .../ent/generated/identityholder/where.go | 158 - .../ent/generated/identityholder_create.go | 27 - .../ent/generated/identityholder_delete.go | 6 +- .../ent/generated/identityholder_query.go | 98 - .../ent/generated/identityholder_update.go | 144 - .../ent/generated/impersonationevent/where.go | 20 - .../generated/impersonationevent_create.go | 4 - .../generated/impersonationevent_delete.go | 6 +- .../ent/generated/impersonationevent_query.go | 17 - .../generated/impersonationevent_update.go | 6 - internal/ent/generated/integration/where.go | 158 - internal/ent/generated/integration_create.go | 27 - internal/ent/generated/integration_delete.go | 6 +- internal/ent/generated/integration_query.go | 95 - internal/ent/generated/integration_update.go | 150 - .../ent/generated/integrationrun/where.go | 38 - .../ent/generated/integrationrun_create.go | 7 - .../ent/generated/integrationrun_delete.go | 6 +- .../ent/generated/integrationrun_query.go | 26 - .../ent/generated/integrationrun_update.go | 26 - .../ent/generated/integrationwebhook/where.go | 14 - .../generated/integrationwebhook_create.go | 3 - .../generated/integrationwebhook_delete.go | 6 +- .../ent/generated/integrationwebhook_query.go | 14 - .../generated/integrationwebhook_update.go | 10 - .../ent/generated/internal/schemaconfig.go | 353 - .../ent/generated/internalpolicy/where.go | 158 - .../ent/generated/internalpolicy_create.go | 27 - .../ent/generated/internalpolicy_delete.go | 6 +- .../ent/generated/internalpolicy_query.go | 101 - .../ent/generated/internalpolicy_update.go | 148 - internal/ent/generated/invite/where.go | 20 - internal/ent/generated/invite_create.go | 4 - internal/ent/generated/invite_delete.go | 6 +- internal/ent/generated/invite_query.go | 19 - internal/ent/generated/invite_update.go | 22 - internal/ent/generated/jobresult/where.go | 20 - internal/ent/generated/jobresult_create.go | 4 - internal/ent/generated/jobresult_delete.go | 6 +- internal/ent/generated/jobresult_query.go | 17 - internal/ent/generated/jobresult_update.go | 18 - internal/ent/generated/jobrunner/where.go | 14 - internal/ent/generated/jobrunner_create.go | 3 - internal/ent/generated/jobrunner_delete.go | 6 +- internal/ent/generated/jobrunner_query.go | 15 - internal/ent/generated/jobrunner_update.go | 16 - .../jobrunnerregistrationtoken/where.go | 14 - .../jobrunnerregistrationtoken_create.go | 3 - .../jobrunnerregistrationtoken_delete.go | 6 +- .../jobrunnerregistrationtoken_query.go | 14 - .../jobrunnerregistrationtoken_update.go | 14 - .../ent/generated/jobrunnertoken/where.go | 14 - .../ent/generated/jobrunnertoken_create.go | 3 - .../ent/generated/jobrunnertoken_delete.go | 6 +- .../ent/generated/jobrunnertoken_query.go | 15 - .../ent/generated/jobrunnertoken_update.go | 16 - internal/ent/generated/jobtemplate/where.go | 14 - internal/ent/generated/jobtemplate_create.go | 3 - internal/ent/generated/jobtemplate_delete.go | 6 +- internal/ent/generated/jobtemplate_query.go | 14 - internal/ent/generated/jobtemplate_update.go | 16 - .../ent/generated/mappabledomain/where.go | 8 - .../ent/generated/mappabledomain_create.go | 2 - .../ent/generated/mappabledomain_delete.go | 6 +- .../ent/generated/mappabledomain_query.go | 11 - .../ent/generated/mappabledomain_update.go | 12 - internal/ent/generated/mappedcontrol/where.go | 44 - .../ent/generated/mappedcontrol_create.go | 8 - .../ent/generated/mappedcontrol_delete.go | 6 +- internal/ent/generated/mappedcontrol_query.go | 35 - .../ent/generated/mappedcontrol_update.go | 46 - internal/ent/generated/narrative/where.go | 50 - internal/ent/generated/narrative_create.go | 9 - internal/ent/generated/narrative_delete.go | 6 +- internal/ent/generated/narrative_query.go | 39 - internal/ent/generated/narrative_update.go | 48 - internal/ent/generated/note/where.go | 80 - internal/ent/generated/note_create.go | 14 - internal/ent/generated/note_delete.go | 6 +- internal/ent/generated/note_query.go | 47 - internal/ent/generated/note_update.go | 58 - internal/ent/generated/notification/where.go | 14 - internal/ent/generated/notification_create.go | 3 - internal/ent/generated/notification_delete.go | 6 +- internal/ent/generated/notification_query.go | 14 - internal/ent/generated/notification_update.go | 10 - .../generated/notificationpreference/where.go | 20 - .../notificationpreference_create.go | 4 - .../notificationpreference_delete.go | 6 +- .../generated/notificationpreference_query.go | 17 - .../notificationpreference_update.go | 14 - .../generated/notificationtemplate/where.go | 32 - .../generated/notificationtemplate_create.go | 6 - .../generated/notificationtemplate_delete.go | 6 +- .../generated/notificationtemplate_query.go | 23 - .../generated/notificationtemplate_update.go | 24 - internal/ent/generated/onboarding/where.go | 8 - internal/ent/generated/onboarding_create.go | 2 - internal/ent/generated/onboarding_delete.go | 6 +- internal/ent/generated/onboarding_query.go | 11 - internal/ent/generated/onboarding_update.go | 6 - internal/ent/generated/organization/where.go | 1028 - internal/ent/generated/organization_create.go | 172 - internal/ent/generated/organization_delete.go | 6 +- internal/ent/generated/organization_query.go | 525 - internal/ent/generated/organization_update.go | 1022 - .../generated/organizationsetting/where.go | 14 - .../generated/organizationsetting_create.go | 3 - .../generated/organizationsetting_delete.go | 6 +- .../generated/organizationsetting_query.go | 15 - .../generated/organizationsetting_update.go | 16 - internal/ent/generated/orgmembership/where.go | 20 - .../ent/generated/orgmembership_create.go | 4 - .../ent/generated/orgmembership_delete.go | 6 +- internal/ent/generated/orgmembership_query.go | 18 - .../ent/generated/orgmembership_update.go | 12 - internal/ent/generated/orgmodule/where.go | 26 - internal/ent/generated/orgmodule_create.go | 5 - internal/ent/generated/orgmodule_delete.go | 6 +- internal/ent/generated/orgmodule_query.go | 21 - internal/ent/generated/orgmodule_update.go | 26 - internal/ent/generated/orgprice/where.go | 26 - internal/ent/generated/orgprice_create.go | 5 - internal/ent/generated/orgprice_delete.go | 6 +- internal/ent/generated/orgprice_query.go | 22 - internal/ent/generated/orgprice_update.go | 26 - internal/ent/generated/orgproduct/where.go | 26 - internal/ent/generated/orgproduct_create.go | 5 - internal/ent/generated/orgproduct_delete.go | 6 +- internal/ent/generated/orgproduct_query.go | 21 - internal/ent/generated/orgproduct_update.go | 26 - .../ent/generated/orgsubscription/where.go | 32 - .../ent/generated/orgsubscription_create.go | 6 - .../ent/generated/orgsubscription_delete.go | 6 +- .../ent/generated/orgsubscription_query.go | 24 - .../ent/generated/orgsubscription_update.go | 34 - .../ent/generated/passwordresettoken/where.go | 8 - .../generated/passwordresettoken_create.go | 2 - .../generated/passwordresettoken_delete.go | 6 +- .../ent/generated/passwordresettoken_query.go | 11 - .../generated/passwordresettoken_update.go | 10 - .../generated/personalaccesstoken/where.go | 20 - .../generated/personalaccesstoken_create.go | 4 - .../generated/personalaccesstoken_delete.go | 6 +- .../generated/personalaccesstoken_query.go | 19 - .../generated/personalaccesstoken_update.go | 22 - internal/ent/generated/platform/where.go | 284 - internal/ent/generated/platform_create.go | 48 - internal/ent/generated/platform_delete.go | 6 +- internal/ent/generated/platform_query.go | 167 - internal/ent/generated/platform_update.go | 248 - internal/ent/generated/procedure/where.go | 116 - internal/ent/generated/procedure_create.go | 20 - internal/ent/generated/procedure_delete.go | 4 - internal/ent/generated/procedure_query.go | 74 - internal/ent/generated/procedure_update.go | 106 - internal/ent/generated/program/where.go | 152 - internal/ent/generated/program_create.go | 26 - internal/ent/generated/program_delete.go | 4 - internal/ent/generated/program_query.go | 102 - internal/ent/generated/program_update.go | 150 - .../ent/generated/programmembership/where.go | 20 - .../ent/generated/programmembership_create.go | 4 - .../ent/generated/programmembership_delete.go | 4 - .../ent/generated/programmembership_query.go | 17 - .../ent/generated/programmembership_update.go | 6 - internal/ent/generated/remediation/where.go | 128 - internal/ent/generated/remediation_create.go | 22 - internal/ent/generated/remediation_delete.go | 4 - internal/ent/generated/remediation_query.go | 85 - internal/ent/generated/remediation_update.go | 122 - internal/ent/generated/review/where.go | 128 - internal/ent/generated/review_create.go | 22 - internal/ent/generated/review_delete.go | 4 - internal/ent/generated/review_query.go | 85 - internal/ent/generated/review_update.go | 120 - internal/ent/generated/risk/where.go | 170 - internal/ent/generated/risk_create.go | 29 - internal/ent/generated/risk_delete.go | 4 - internal/ent/generated/risk_query.go | 107 - internal/ent/generated/risk_update.go | 156 - internal/ent/generated/scan/where.go | 146 - internal/ent/generated/scan_create.go | 25 - internal/ent/generated/scan_delete.go | 4 - internal/ent/generated/scan_query.go | 94 - internal/ent/generated/scan_update.go | 126 - internal/ent/generated/scheduledjob/where.go | 32 - internal/ent/generated/scheduledjob_create.go | 6 - internal/ent/generated/scheduledjob_delete.go | 4 - internal/ent/generated/scheduledjob_query.go | 25 - internal/ent/generated/scheduledjob_update.go | 26 - .../ent/generated/scheduledjobrun/where.go | 20 - .../ent/generated/scheduledjobrun_create.go | 4 - .../ent/generated/scheduledjobrun_delete.go | 4 - .../ent/generated/scheduledjobrun_query.go | 17 - .../ent/generated/scheduledjobrun_update.go | 18 - internal/ent/generated/sladefinition/where.go | 20 - .../ent/generated/sladefinition_create.go | 4 - .../ent/generated/sladefinition_delete.go | 4 - internal/ent/generated/sladefinition_query.go | 17 - .../ent/generated/sladefinition_update.go | 22 - internal/ent/generated/standard/where.go | 38 - internal/ent/generated/standard_create.go | 7 - internal/ent/generated/standard_delete.go | 4 - internal/ent/generated/standard_query.go | 27 - internal/ent/generated/standard_update.go | 38 - internal/ent/generated/subcontrol/where.go | 176 - internal/ent/generated/subcontrol_create.go | 30 - internal/ent/generated/subcontrol_delete.go | 4 - internal/ent/generated/subcontrol_query.go | 113 - internal/ent/generated/subcontrol_update.go | 164 - internal/ent/generated/subprocessor/where.go | 26 - internal/ent/generated/subprocessor_create.go | 5 - internal/ent/generated/subprocessor_delete.go | 4 - internal/ent/generated/subprocessor_query.go | 21 - internal/ent/generated/subprocessor_update.go | 22 - internal/ent/generated/subscriber/where.go | 38 - internal/ent/generated/subscriber_create.go | 7 - internal/ent/generated/subscriber_delete.go | 4 - internal/ent/generated/subscriber_query.go | 27 - internal/ent/generated/subscriber_update.go | 30 - internal/ent/generated/systemdetail/where.go | 32 - internal/ent/generated/systemdetail_create.go | 6 - internal/ent/generated/systemdetail_delete.go | 4 - internal/ent/generated/systemdetail_query.go | 27 - internal/ent/generated/systemdetail_update.go | 30 - internal/ent/generated/tagdefinition/where.go | 8 - .../ent/generated/tagdefinition_create.go | 2 - .../ent/generated/tagdefinition_delete.go | 4 - internal/ent/generated/tagdefinition_query.go | 11 - .../ent/generated/tagdefinition_update.go | 10 - internal/ent/generated/task/where.go | 158 - internal/ent/generated/task_create.go | 27 - internal/ent/generated/task_delete.go | 4 - internal/ent/generated/task_query.go | 102 - internal/ent/generated/task_update.go | 144 - internal/ent/generated/template/where.go | 56 - internal/ent/generated/template_create.go | 10 - internal/ent/generated/template_delete.go | 4 - internal/ent/generated/template_query.go | 37 - internal/ent/generated/template_update.go | 48 - internal/ent/generated/tfasetting/where.go | 8 - internal/ent/generated/tfasetting_create.go | 2 - internal/ent/generated/tfasetting_delete.go | 4 - internal/ent/generated/tfasetting_query.go | 11 - internal/ent/generated/tfasetting_update.go | 10 - internal/ent/generated/trustcenter/where.go | 116 - internal/ent/generated/trustcenter_create.go | 20 - internal/ent/generated/trustcenter_delete.go | 4 - internal/ent/generated/trustcenter_query.go | 65 - internal/ent/generated/trustcenter_update.go | 108 - .../generated/trustcentercompliance/where.go | 26 - .../generated/trustcentercompliance_create.go | 5 - .../generated/trustcentercompliance_delete.go | 4 - .../generated/trustcentercompliance_query.go | 20 - .../generated/trustcentercompliance_update.go | 22 - .../ent/generated/trustcenterdoc/where.go | 44 - .../ent/generated/trustcenterdoc_create.go | 8 - .../ent/generated/trustcenterdoc_delete.go | 4 - .../ent/generated/trustcenterdoc_query.go | 29 - .../ent/generated/trustcenterdoc_update.go | 34 - .../ent/generated/trustcenterentity/where.go | 32 - .../ent/generated/trustcenterentity_create.go | 6 - .../ent/generated/trustcenterentity_delete.go | 4 - .../ent/generated/trustcenterentity_query.go | 23 - .../ent/generated/trustcenterentity_update.go | 22 - .../ent/generated/trustcenterfaq/where.go | 32 - .../ent/generated/trustcenterfaq_create.go | 6 - .../ent/generated/trustcenterfaq_delete.go | 4 - .../ent/generated/trustcenterfaq_query.go | 23 - .../ent/generated/trustcenterfaq_update.go | 22 - .../generated/trustcenterndarequest/where.go | 44 - .../generated/trustcenterndarequest_create.go | 8 - .../generated/trustcenterndarequest_delete.go | 4 - .../generated/trustcenterndarequest_query.go | 29 - .../generated/trustcenterndarequest_update.go | 36 - .../ent/generated/trustcentersetting/where.go | 38 - .../generated/trustcentersetting_create.go | 7 - .../generated/trustcentersetting_delete.go | 4 - .../ent/generated/trustcentersetting_query.go | 26 - .../generated/trustcentersetting_update.go | 34 - .../trustcentersubprocessor/where.go | 32 - .../trustcentersubprocessor_create.go | 6 - .../trustcentersubprocessor_delete.go | 4 - .../trustcentersubprocessor_query.go | 23 - .../trustcentersubprocessor_update.go | 22 - .../trustcenterwatermarkconfig/where.go | 32 - .../trustcenterwatermarkconfig_create.go | 6 - .../trustcenterwatermarkconfig_delete.go | 4 - .../trustcenterwatermarkconfig_query.go | 23 - .../trustcenterwatermarkconfig_update.go | 28 - internal/ent/generated/user/where.go | 164 - internal/ent/generated/user_create.go | 28 - internal/ent/generated/user_delete.go | 4 - internal/ent/generated/user_query.go | 94 - internal/ent/generated/user_update.go | 164 - internal/ent/generated/usersetting/where.go | 14 - internal/ent/generated/usersetting_create.go | 3 - internal/ent/generated/usersetting_delete.go | 4 - internal/ent/generated/usersetting_query.go | 14 - internal/ent/generated/usersetting_update.go | 14 - .../ent/generated/vendorriskscore/where.go | 26 - .../ent/generated/vendorriskscore_create.go | 5 - .../ent/generated/vendorriskscore_delete.go | 4 - .../ent/generated/vendorriskscore_query.go | 20 - .../ent/generated/vendorriskscore_update.go | 18 - .../generated/vendorscoringconfig/where.go | 14 - .../generated/vendorscoringconfig_create.go | 3 - .../generated/vendorscoringconfig_delete.go | 4 - .../generated/vendorscoringconfig_query.go | 14 - .../generated/vendorscoringconfig_update.go | 16 - internal/ent/generated/vulnerability/where.go | 164 - .../ent/generated/vulnerability_create.go | 28 - .../ent/generated/vulnerability_delete.go | 4 - internal/ent/generated/vulnerability_query.go | 102 - .../ent/generated/vulnerability_update.go | 148 - internal/ent/generated/webauthn/where.go | 8 - internal/ent/generated/webauthn_create.go | 2 - internal/ent/generated/webauthn_delete.go | 4 - internal/ent/generated/webauthn_query.go | 11 - internal/ent/generated/webauthn_update.go | 10 - .../ent/generated/workflowassignment/where.go | 32 - .../generated/workflowassignment_create.go | 6 - .../generated/workflowassignment_delete.go | 4 - .../ent/generated/workflowassignment_query.go | 23 - .../generated/workflowassignment_update.go | 24 - .../workflowassignmenttarget/where.go | 26 - .../workflowassignmenttarget_create.go | 5 - .../workflowassignmenttarget_delete.go | 4 - .../workflowassignmenttarget_query.go | 20 - .../workflowassignmenttarget_update.go | 18 - .../ent/generated/workflowdefinition/where.go | 56 - .../generated/workflowdefinition_create.go | 10 - .../generated/workflowdefinition_delete.go | 4 - .../ent/generated/workflowdefinition_query.go | 35 - .../generated/workflowdefinition_update.go | 54 - internal/ent/generated/workflowevent/where.go | 14 - .../ent/generated/workflowevent_create.go | 3 - .../ent/generated/workflowevent_delete.go | 4 - internal/ent/generated/workflowevent_query.go | 14 - .../ent/generated/workflowevent_update.go | 10 - .../ent/generated/workflowinstance/where.go | 152 - .../ent/generated/workflowinstance_create.go | 26 - .../ent/generated/workflowinstance_delete.go | 4 - .../ent/generated/workflowinstance_query.go | 83 - .../ent/generated/workflowinstance_update.go | 110 - .../ent/generated/workflowobjectref/where.go | 140 - .../ent/generated/workflowobjectref_create.go | 24 - .../ent/generated/workflowobjectref_delete.go | 4 - .../ent/generated/workflowobjectref_query.go | 77 - .../ent/generated/workflowobjectref_update.go | 12 - .../ent/generated/workflowproposal/where.go | 26 - .../ent/generated/workflowproposal_create.go | 5 - .../ent/generated/workflowproposal_delete.go | 4 - .../ent/generated/workflowproposal_query.go | 20 - .../ent/generated/workflowproposal_update.go | 20 - .../actionplanhistory/actionplanhistory.go | 2 - .../actionplanhistory_create.go | 1 - .../actionplanhistory_delete.go | 6 +- .../actionplanhistory_query.go | 30 +- .../actionplanhistory_update.go | 2357 +- .../assessmenthistory/assessmenthistory.go | 2 - .../assessmenthistory_create.go | 1 - .../assessmenthistory_delete.go | 6 +- .../assessmenthistory_query.go | 30 +- .../assessmenthistory_update.go | 735 +- .../assessmentresponsehistory.go | 2 - .../assessmentresponsehistory_create.go | 1 - .../assessmentresponsehistory_delete.go | 6 +- .../assessmentresponsehistory_query.go | 30 +- .../assessmentresponsehistory_update.go | 1474 +- .../assethistory/assethistory.go | 2 - .../historygenerated/assethistory_create.go | 1 - .../historygenerated/assethistory_delete.go | 6 +- .../historygenerated/assethistory_query.go | 30 +- .../historygenerated/assethistory_update.go | 2424 +- .../campaignhistory/campaignhistory.go | 2 - .../campaignhistory_create.go | 1 - .../campaignhistory_delete.go | 6 +- .../historygenerated/campaignhistory_query.go | 30 +- .../campaignhistory_update.go | 2160 +- .../campaigntargethistory.go | 2 - .../campaigntargethistory_create.go | 1 - .../campaigntargethistory_delete.go | 6 +- .../campaigntargethistory_query.go | 30 +- .../campaigntargethistory_update.go | 771 +- internal/ent/historygenerated/client.go | 17 - .../contacthistory/contacthistory.go | 2 - .../historygenerated/contacthistory_create.go | 1 - .../historygenerated/contacthistory_delete.go | 6 +- .../historygenerated/contacthistory_query.go | 30 +- .../historygenerated/contacthistory_update.go | 852 +- .../controlhistory/controlhistory.go | 2 - .../historygenerated/controlhistory_create.go | 1 - .../historygenerated/controlhistory_delete.go | 6 +- .../historygenerated/controlhistory_query.go | 30 +- .../historygenerated/controlhistory_update.go | 2678 +- .../controlimplementationhistory.go | 2 - .../controlimplementationhistory_create.go | 1 - .../controlimplementationhistory_delete.go | 6 +- .../controlimplementationhistory_query.go | 30 +- .../controlimplementationhistory_update.go | 731 +- .../controlobjectivehistory.go | 2 - .../controlobjectivehistory_create.go | 1 - .../controlobjectivehistory_delete.go | 6 +- .../controlobjectivehistory_query.go | 30 +- .../controlobjectivehistory_update.go | 867 +- .../customdomainhistory.go | 2 - .../customdomainhistory_create.go | 1 - .../customdomainhistory_delete.go | 6 +- .../customdomainhistory_query.go | 30 +- .../customdomainhistory_update.go | 560 +- .../discussionhistory/discussionhistory.go | 2 - .../discussionhistory_create.go | 1 - .../discussionhistory_delete.go | 6 +- .../discussionhistory_query.go | 30 +- .../discussionhistory_update.go | 357 +- .../documentdatahistory.go | 2 - .../documentdatahistory_create.go | 1 - .../documentdatahistory_delete.go | 6 +- .../documentdatahistory_query.go | 30 +- .../documentdatahistory_update.go | 578 +- .../emailtemplatehistory.go | 2 - .../emailtemplatehistory_create.go | 1 - .../emailtemplatehistory_delete.go | 6 +- .../emailtemplatehistory_query.go | 30 +- .../emailtemplatehistory_update.go | 1522 +- .../entityhistory/entityhistory.go | 2 - .../historygenerated/entityhistory_create.go | 1 - .../historygenerated/entityhistory_delete.go | 6 +- .../historygenerated/entityhistory_query.go | 30 +- .../historygenerated/entityhistory_update.go | 3400 +- .../entitytypehistory/entitytypehistory.go | 2 - .../entitytypehistory_create.go | 1 - .../entitytypehistory_delete.go | 6 +- .../entitytypehistory_query.go | 30 +- .../entitytypehistory_update.go | 502 +- .../evidencehistory/evidencehistory.go | 2 - .../evidencehistory_create.go | 1 - .../evidencehistory_delete.go | 6 +- .../historygenerated/evidencehistory_query.go | 30 +- .../evidencehistory_update.go | 1080 +- .../filehistory/filehistory.go | 2 - .../historygenerated/filehistory_create.go | 1 - .../historygenerated/filehistory_delete.go | 6 +- .../ent/historygenerated/filehistory_query.go | 30 +- .../historygenerated/filehistory_update.go | 1834 +- .../findingcontrolhistory.go | 2 - .../findingcontrolhistory_create.go | 1 - .../findingcontrolhistory_delete.go | 6 +- .../findingcontrolhistory_query.go | 30 +- .../findingcontrolhistory_update.go | 492 +- .../findinghistory/findinghistory.go | 2 - .../historygenerated/findinghistory_create.go | 1 - .../historygenerated/findinghistory_delete.go | 6 +- .../historygenerated/findinghistory_query.go | 30 +- .../historygenerated/findinghistory_update.go | 3162 +- .../ent/historygenerated/gql_where_input.go | 25874 +-------- .../grouphistory/grouphistory.go | 2 - .../historygenerated/grouphistory_create.go | 1 - .../historygenerated/grouphistory_delete.go | 6 +- .../historygenerated/grouphistory_query.go | 30 +- .../historygenerated/grouphistory_update.go | 956 +- .../groupmembershiphistory.go | 2 - .../groupmembershiphistory_create.go | 1 - .../groupmembershiphistory_delete.go | 6 +- .../groupmembershiphistory_query.go | 30 +- .../groupmembershiphistory_update.go | 246 +- .../groupsettinghistory.go | 2 - .../groupsettinghistory_create.go | 1 - .../groupsettinghistory_delete.go | 6 +- .../groupsettinghistory_query.go | 30 +- .../groupsettinghistory_update.go | 520 +- .../hushhistory/hushhistory.go | 2 - .../historygenerated/hushhistory_create.go | 1 - .../historygenerated/hushhistory_delete.go | 6 +- .../ent/historygenerated/hushhistory_query.go | 30 +- .../historygenerated/hushhistory_update.go | 710 +- .../identityholderhistory.go | 2 - .../identityholderhistory_create.go | 1 - .../identityholderhistory_delete.go | 6 +- .../identityholderhistory_query.go | 30 +- .../identityholderhistory_update.go | 1926 +- .../historygenerated/internal/schemaconfig.go | 93 - .../internalpolicyhistory.go | 2 - .../internalpolicyhistory_create.go | 1 - .../internalpolicyhistory_delete.go | 6 +- .../internalpolicyhistory_query.go | 30 +- .../internalpolicyhistory_update.go | 2271 +- .../jobtemplatehistory/jobtemplatehistory.go | 2 - .../jobtemplatehistory_create.go | 1 - .../jobtemplatehistory_delete.go | 6 +- .../jobtemplatehistory_query.go | 30 +- .../jobtemplatehistory_update.go | 727 +- .../mappabledomainhistory.go | 2 - .../mappabledomainhistory_create.go | 1 - .../mappabledomainhistory_delete.go | 6 +- .../mappabledomainhistory_query.go | 30 +- .../mappabledomainhistory_update.go | 330 +- .../mappedcontrolhistory.go | 2 - .../mappedcontrolhistory_create.go | 1 - .../mappedcontrolhistory_delete.go | 6 +- .../mappedcontrolhistory_query.go | 30 +- .../mappedcontrolhistory_update.go | 697 +- .../narrativehistory/narrativehistory.go | 2 - .../narrativehistory_create.go | 1 - .../narrativehistory_delete.go | 6 +- .../narrativehistory_query.go | 30 +- .../narrativehistory_update.go | 548 +- .../notehistory/notehistory.go | 2 - .../historygenerated/notehistory_create.go | 1 - .../historygenerated/notehistory_delete.go | 6 +- .../ent/historygenerated/notehistory_query.go | 30 +- .../historygenerated/notehistory_update.go | 674 +- .../notificationpreferencehistory.go | 2 - .../notificationpreferencehistory_create.go | 1 - .../notificationpreferencehistory_delete.go | 6 +- .../notificationpreferencehistory_query.go | 30 +- .../notificationpreferencehistory_update.go | 1427 +- .../notificationtemplatehistory.go | 2 - .../notificationtemplatehistory_create.go | 1 - .../notificationtemplatehistory_delete.go | 6 +- .../notificationtemplatehistory_query.go | 30 +- .../notificationtemplatehistory_update.go | 1595 +- .../organizationhistory.go | 2 - .../organizationhistory_create.go | 1 - .../organizationhistory_delete.go | 6 +- .../organizationhistory_query.go | 30 +- .../organizationhistory_update.go | 640 +- .../organizationsettinghistory.go | 2 - .../organizationsettinghistory_create.go | 1 - .../organizationsettinghistory_delete.go | 6 +- .../organizationsettinghistory_query.go | 30 +- .../organizationsettinghistory_update.go | 2008 +- .../orgmembershiphistory.go | 2 - .../orgmembershiphistory_create.go | 1 - .../orgmembershiphistory_delete.go | 6 +- .../orgmembershiphistory_query.go | 30 +- .../orgmembershiphistory_update.go | 615 +- .../platformhistory/platformhistory.go | 2 - .../platformhistory_create.go | 1 - .../platformhistory_delete.go | 6 +- .../historygenerated/platformhistory_query.go | 30 +- .../platformhistory_update.go | 2846 +- .../procedurehistory/procedurehistory.go | 2 - .../procedurehistory_create.go | 1 - .../procedurehistory_delete.go | 4 - .../procedurehistory_query.go | 30 +- .../procedurehistory_update.go | 2221 +- .../programhistory/programhistory.go | 2 - .../historygenerated/programhistory_create.go | 1 - .../historygenerated/programhistory_delete.go | 4 - .../historygenerated/programhistory_query.go | 30 +- .../historygenerated/programhistory_update.go | 1489 +- .../programmembershiphistory.go | 2 - .../programmembershiphistory_create.go | 1 - .../programmembershiphistory_delete.go | 4 - .../programmembershiphistory_query.go | 30 +- .../programmembershiphistory_update.go | 246 +- .../remediationhistory/remediationhistory.go | 2 - .../remediationhistory_create.go | 1 - .../remediationhistory_delete.go | 4 - .../remediationhistory_query.go | 30 +- .../remediationhistory_update.go | 1904 +- .../reviewhistory/reviewhistory.go | 2 - .../historygenerated/reviewhistory_create.go | 1 - .../historygenerated/reviewhistory_delete.go | 4 - .../historygenerated/reviewhistory_query.go | 30 +- .../historygenerated/reviewhistory_update.go | 1764 +- .../riskhistory/riskhistory.go | 2 - .../historygenerated/riskhistory_create.go | 1 - .../historygenerated/riskhistory_delete.go | 4 - .../ent/historygenerated/riskhistory_query.go | 30 +- .../historygenerated/riskhistory_update.go | 2364 +- .../ent/historygenerated/runtime/runtime.go | 140 - .../scheduledjobhistory.go | 2 - .../scheduledjobhistory_create.go | 1 - .../scheduledjobhistory_delete.go | 4 - .../scheduledjobhistory_query.go | 30 +- .../scheduledjobhistory_update.go | 491 +- .../sladefinitionhistory.go | 2 - .../sladefinitionhistory_create.go | 1 - .../sladefinitionhistory_delete.go | 4 - .../sladefinitionhistory_query.go | 30 +- .../sladefinitionhistory_update.go | 491 +- .../standardhistory/standardhistory.go | 2 - .../standardhistory_create.go | 1 - .../standardhistory_delete.go | 4 - .../historygenerated/standardhistory_query.go | 30 +- .../standardhistory_update.go | 1423 +- .../subcontrolhistory/subcontrolhistory.go | 2 - .../subcontrolhistory_create.go | 1 - .../subcontrolhistory_delete.go | 4 - .../subcontrolhistory_query.go | 30 +- .../subcontrolhistory_update.go | 2476 +- .../subprocessorhistory.go | 2 - .../subprocessorhistory_create.go | 1 - .../subprocessorhistory_delete.go | 4 - .../subprocessorhistory_query.go | 30 +- .../subprocessorhistory_update.go | 594 +- .../systemdetailhistory.go | 2 - .../systemdetailhistory_create.go | 1 - .../systemdetailhistory_delete.go | 4 - .../systemdetailhistory_query.go | 30 +- .../systemdetailhistory_update.go | 704 +- .../taskhistory/taskhistory.go | 2 - .../historygenerated/taskhistory_create.go | 1 - .../historygenerated/taskhistory_delete.go | 4 - .../ent/historygenerated/taskhistory_query.go | 30 +- .../historygenerated/taskhistory_update.go | 1762 +- .../templatehistory/templatehistory.go | 2 - .../templatehistory_create.go | 1 - .../templatehistory_delete.go | 4 - .../historygenerated/templatehistory_query.go | 30 +- .../templatehistory_update.go | 944 +- .../trustcentercompliancehistory.go | 2 - .../trustcentercompliancehistory_create.go | 1 - .../trustcentercompliancehistory_delete.go | 4 - .../trustcentercompliancehistory_query.go | 30 +- .../trustcentercompliancehistory_update.go | 364 +- .../trustcenterdochistory.go | 2 - .../trustcenterdochistory_create.go | 1 - .../trustcenterdochistory_delete.go | 4 - .../trustcenterdochistory_query.go | 30 +- .../trustcenterdochistory_update.go | 769 +- .../trustcenterentityhistory.go | 2 - .../trustcenterentityhistory_create.go | 1 - .../trustcenterentityhistory_delete.go | 4 - .../trustcenterentityhistory_query.go | 30 +- .../trustcenterentityhistory_update.go | 369 +- .../trustcenterfaqhistory.go | 2 - .../trustcenterfaqhistory_create.go | 1 - .../trustcenterfaqhistory_delete.go | 4 - .../trustcenterfaqhistory_query.go | 30 +- .../trustcenterfaqhistory_update.go | 481 +- .../trustcenterhistory/trustcenterhistory.go | 2 - .../trustcenterhistory_create.go | 1 - .../trustcenterhistory_delete.go | 4 - .../trustcenterhistory_query.go | 30 +- .../trustcenterhistory_update.go | 771 +- .../trustcenterndarequesthistory.go | 2 - .../trustcenterndarequesthistory_create.go | 1 - .../trustcenterndarequesthistory_delete.go | 4 - .../trustcenterndarequesthistory_query.go | 30 +- .../trustcenterndarequesthistory_update.go | 884 +- .../trustcentersettinghistory.go | 2 - .../trustcentersettinghistory_create.go | 1 - .../trustcentersettinghistory_delete.go | 4 - .../trustcentersettinghistory_query.go | 30 +- .../trustcentersettinghistory_update.go | 1850 +- .../trustcentersubprocessorhistory.go | 2 - .../trustcentersubprocessorhistory_create.go | 1 - .../trustcentersubprocessorhistory_delete.go | 4 - .../trustcentersubprocessorhistory_query.go | 30 +- .../trustcentersubprocessorhistory_update.go | 422 +- .../trustcenterwatermarkconfighistory.go | 2 - ...rustcenterwatermarkconfighistory_create.go | 1 - ...rustcenterwatermarkconfighistory_delete.go | 4 - ...trustcenterwatermarkconfighistory_query.go | 30 +- ...rustcenterwatermarkconfighistory_update.go | 732 +- .../userhistory/userhistory.go | 4 - .../historygenerated/userhistory_create.go | 1 - .../historygenerated/userhistory_delete.go | 4 - .../ent/historygenerated/userhistory_query.go | 30 +- .../historygenerated/userhistory_update.go | 1337 +- .../usersettinghistory/usersettinghistory.go | 2 - .../usersettinghistory_create.go | 1 - .../usersettinghistory_delete.go | 4 - .../usersettinghistory_query.go | 30 +- .../usersettinghistory_update.go | 873 +- .../vendorriskscorehistory.go | 2 - .../vendorriskscorehistory_create.go | 1 - .../vendorriskscorehistory_delete.go | 4 - .../vendorriskscorehistory_query.go | 30 +- .../vendorriskscorehistory_update.go | 909 +- .../vendorscoringconfighistory.go | 2 - .../vendorscoringconfighistory_create.go | 1 - .../vendorscoringconfighistory_delete.go | 4 - .../vendorscoringconfighistory_query.go | 30 +- .../vendorscoringconfighistory_update.go | 506 +- .../vulnerabilityhistory.go | 2 - .../vulnerabilityhistory_create.go | 1 - .../vulnerabilityhistory_delete.go | 4 - .../vulnerabilityhistory_query.go | 30 +- .../vulnerabilityhistory_update.go | 3384 +- .../workflowassignmenthistory.go | 2 - .../workflowassignmenthistory_create.go | 1 - .../workflowassignmenthistory_delete.go | 4 - .../workflowassignmenthistory_query.go | 30 +- .../workflowassignmenthistory_update.go | 1018 +- .../workflowassignmenttargethistory.go | 2 - .../workflowassignmenttargethistory_create.go | 1 - .../workflowassignmenttargethistory_delete.go | 4 - .../workflowassignmenttargethistory_query.go | 30 +- .../workflowassignmenttargethistory_update.go | 563 +- .../workflowdefinitionhistory.go | 2 - .../workflowdefinitionhistory_create.go | 1 - .../workflowdefinitionhistory_delete.go | 4 - .../workflowdefinitionhistory_query.go | 30 +- .../workflowdefinitionhistory_update.go | 1436 +- .../ent/historyschema/actionplan_history.go | 14 + .../ent/historyschema/assessment_history.go | 14 + .../assessmentresponse_history.go | 14 + internal/ent/historyschema/asset_history.go | 14 + .../ent/historyschema/campaign_history.go | 14 + .../historyschema/campaigntarget_history.go | 14 + internal/ent/historyschema/contact_history.go | 14 + internal/ent/historyschema/control_history.go | 14 + .../controlimplementation_history.go | 14 + .../historyschema/controlobjective_history.go | 14 + .../ent/historyschema/customdomain_history.go | 14 + .../ent/historyschema/discussion_history.go | 14 + .../ent/historyschema/documentdata_history.go | 14 + .../historyschema/emailtemplate_history.go | 14 + internal/ent/historyschema/entity_history.go | 14 + .../ent/historyschema/entitytype_history.go | 14 + .../ent/historyschema/evidence_history.go | 14 + internal/ent/historyschema/file_history.go | 14 + internal/ent/historyschema/finding_history.go | 14 + .../historyschema/findingcontrol_history.go | 14 + internal/ent/historyschema/group_history.go | 14 + .../historyschema/groupmembership_history.go | 14 + .../ent/historyschema/groupsetting_history.go | 14 + internal/ent/historyschema/hush_history.go | 14 + .../historyschema/identityholder_history.go | 14 + .../historyschema/internalpolicy_history.go | 14 + .../ent/historyschema/jobtemplate_history.go | 14 + .../historyschema/mappabledomain_history.go | 14 + .../historyschema/mappedcontrol_history.go | 14 + .../ent/historyschema/narrative_history.go | 14 + internal/ent/historyschema/note_history.go | 14 + .../notificationpreference_history.go | 14 + .../notificationtemplate_history.go | 14 + .../ent/historyschema/organization_history.go | 14 + .../organizationsetting_history.go | 14 + .../historyschema/orgmembership_history.go | 14 + .../ent/historyschema/platform_history.go | 14 + .../ent/historyschema/procedure_history.go | 14 + internal/ent/historyschema/program_history.go | 14 + .../programmembership_history.go | 14 + .../ent/historyschema/remediation_history.go | 14 + internal/ent/historyschema/review_history.go | 14 + internal/ent/historyschema/risk_history.go | 14 + .../ent/historyschema/scheduledjob_history.go | 14 + .../historyschema/sladefinition_history.go | 14 + .../ent/historyschema/standard_history.go | 14 + .../ent/historyschema/subcontrol_history.go | 14 + .../ent/historyschema/subprocessor_history.go | 14 + .../ent/historyschema/systemdetail_history.go | 14 + internal/ent/historyschema/task_history.go | 14 + .../ent/historyschema/template_history.go | 14 + .../ent/historyschema/trustcenter_history.go | 14 + .../trustcentercompliance_history.go | 14 + .../historyschema/trustcenterdoc_history.go | 14 + .../trustcenterentity_history.go | 14 + .../historyschema/trustcenterfaq_history.go | 14 + .../trustcenterndarequest_history.go | 14 + .../trustcentersetting_history.go | 14 + .../trustcentersubprocessor_history.go | 14 + .../trustcenterwatermarkconfig_history.go | 14 + internal/ent/historyschema/user_history.go | 14 + .../ent/historyschema/usersetting_history.go | 14 + .../historyschema/vendorriskscore_history.go | 14 + .../vendorscoringconfig_history.go | 14 + .../historyschema/vulnerability_history.go | 14 + .../workflowassignment_history.go | 14 + .../workflowassignmenttarget_history.go | 14 + .../workflowdefinition_history.go | 14 + internal/ent/privacy/token/webauthn_token.go | 4 - .../ent/validator/graphql_filter_validator.go | 102 - .../graphql_filter_validator_test.go | 21 - .../entitlements/reconciler/reconciler.go | 1 - .../checksum/.history_schema_checksum | 2 +- internal/graphapi/checksum/.schema_checksum | 2 +- .../clientschema/checksum/.schema_checksum | 2 +- internal/graphapi/clientschema/schema.graphql | 6503 --- internal/graphapi/directiveconfig.go | 14 + internal/graphapi/directives/directives.go | 20 - internal/graphapi/generated/ent.generated.go | 45748 +--------------- .../graphapi/generated/prelude.generated.go | 86 - .../graphapi/generated/root_.generated.go | 6503 --- .../graphapi/generated/scalars.generated.go | 45 - internal/graphapi/history/directiveconfig.go | 15 + internal/graphapi/history/resolver.go | 3 +- .../historygenerated/ent.generated.go | 38020 +------------ .../historygenerated/prelude.generated.go | 86 - .../historygenerated/root_.generated.go | 5407 -- .../historygenerated/scalars.generated.go | 45 - .../checksum/.history_schema_checksum | 2 +- .../graphapi/historyschema/schema.graphql | 5407 -- internal/graphapi/resolver.go | 3 +- internal/graphapi/schema/ent.graphql | 6503 --- internal/graphapi/schemahistory/ent.graphql | 5407 -- .../testclient/checksum/.client_checksum | 2 +- internal/graphapi/testclient/config.go | 1 - internal/graphapi/testclient/models.go | 11435 +--- .../objects/validators/storageproviders.go | 3 +- internal/testutils/client.go | 3 +- jsonschema/schema_generator.go | 27 - pkg/catalog/genyaml/yamlgen.go | 1 - pkg/entitlements/webhook_migration.go | 2 - pkg/gencmd/generate/cmd/generate.go | 4 - 996 files changed, 13276 insertions(+), 288609 deletions(-) delete mode 100644 internal/ent/generated/internal/schemaconfig.go delete mode 100644 internal/ent/historygenerated/internal/schemaconfig.go delete mode 100644 internal/ent/validator/graphql_filter_validator.go delete mode 100644 internal/ent/validator/graphql_filter_validator_test.go create mode 100644 internal/graphapi/directiveconfig.go create mode 100644 internal/graphapi/history/directiveconfig.go diff --git a/.task/checksum/generate-ent-smart b/.task/checksum/generate-ent-smart index 4063b3a8ee..cf5990f9b4 100644 --- a/.task/checksum/generate-ent-smart +++ b/.task/checksum/generate-ent-smart @@ -1 +1 @@ -4462b843c510a99a4bea2fcd9ab2f0e3 +b57484a17c3069fac8e16c3af4cda2c4 diff --git a/.task/checksum/generate-graphql-smart b/.task/checksum/generate-graphql-smart index 0141ad4377..ab26dfb092 100644 --- a/.task/checksum/generate-graphql-smart +++ b/.task/checksum/generate-graphql-smart @@ -1 +1 @@ -c8c94bdaaa784902a6e810b584843e2a +f5126883c61df63e689be5d1918dbf6d diff --git a/cli/cmd/client.go b/cli/cmd/client.go index 456cafc285..5d565a1b3a 100644 --- a/cli/cmd/client.go +++ b/cli/cmd/client.go @@ -25,7 +25,6 @@ const ( refreshTokenKey = "open_lane_refresh_token" //nolint:gosec sessionKey = "open_lane_session" - csrfHeader = "X-CSRF-Token" csrfCookie = "ol.csrf-token" // this should match the cookie name in the server config csrfPath = "/livez" ) diff --git a/common/go.mod b/common/go.mod index dd435687a5..6c3ae40229 100644 --- a/common/go.mod +++ b/common/go.mod @@ -13,7 +13,7 @@ require ( github.com/stretchr/testify v1.12.0 github.com/theopenlane/core v1.31.10 github.com/theopenlane/echox v0.3.0 - github.com/theopenlane/entx v0.32.0 + github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f github.com/theopenlane/utils v0.7.1 github.com/zitadel/oidc/v3 v3.48.1 golang.org/x/oauth2 v0.36.0 diff --git a/common/go.sum b/common/go.sum index b35b67ae54..bbb631027e 100644 --- a/common/go.sum +++ b/common/go.sum @@ -148,8 +148,12 @@ github.com/theopenlane/core v1.31.10 h1:Qa24eyFg4AXmXIJJXvQxj1wIHqBBrHuGEbqKdNXD github.com/theopenlane/core v1.31.10/go.mod h1:rpSG3J+WDk/RrPvm4GO6LOPA4FeQhJVp1IVfuaM4ofU= github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA= github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM= +<<<<<<< Updated upstream github.com/theopenlane/entx v0.32.0 h1:IM7Ohm3O8TJBeUxiYOgKWessVwkM5Xvlx+dXDoQgLUo= github.com/theopenlane/entx v0.32.0/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= +======= +github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6FO0chz6E2ZaFYGKeo34uM7TxzkJqrF+Q= +>>>>>>> Stashed changes github.com/theopenlane/utils v0.7.1 h1:x+9kVMgOALYqAH6GaLaDb9tj16nzasoGM8X0v0XNTn8= github.com/theopenlane/utils v0.7.1/go.mod h1:uxiLqjtcqgH57yOpYl3tTfKuenGYyAROxHFMpXx6mDY= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= diff --git a/go.mod b/go.mod index 6dfaefa8cc..3d7b9ecc90 100644 --- a/go.mod +++ b/go.mod @@ -102,7 +102,7 @@ require ( github.com/theopenlane/core/common v1.0.25 github.com/theopenlane/echo-prometheus v0.1.0 github.com/theopenlane/echox v0.3.0 - github.com/theopenlane/entx v0.32.0 + github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f github.com/theopenlane/go-client v0.13.0 github.com/theopenlane/gqlgen-plugins v0.17.0 github.com/theopenlane/httpsling v0.3.0 diff --git a/go.sum b/go.sum index 15373cda56..90009bfd4f 100644 --- a/go.sum +++ b/go.sum @@ -739,8 +739,8 @@ github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rM github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM= github.com/theopenlane/eddy v0.1.0 h1:mtsBL9COYCJWMkjxPOb7LefPaysyPVmYb4idy7kL4lY= github.com/theopenlane/eddy v0.1.0/go.mod h1:UvovGX5x0N9RdKk2Kb5CMbGziRUasARDy8xSEAT8aDs= -github.com/theopenlane/entx v0.32.0 h1:IM7Ohm3O8TJBeUxiYOgKWessVwkM5Xvlx+dXDoQgLUo= -github.com/theopenlane/entx v0.32.0/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= +github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6FO0chz6E2ZaFYGKeo34uM7TxzkJqrF+Q= +github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= github.com/theopenlane/go-client v0.13.0 h1:/jSEZLu1urijrmM1skYo9kf0MsVJwe3DNpuyYGv6Pj4= github.com/theopenlane/go-client v0.13.0/go.mod h1:g5i+gYjkih1SSgY/lFi4p302cLZBOJ8pgCFf02eZKaI= github.com/theopenlane/gqlgen-plugins v0.17.0 h1:wPu227ByD1+M9fW3wbV8b7makzB90ftelW42QxjAFJg= diff --git a/internal/ent/checksum/.history_schema_checksum b/internal/ent/checksum/.history_schema_checksum index 59258bbb03..a6cea78590 100644 --- a/internal/ent/checksum/.history_schema_checksum +++ b/internal/ent/checksum/.history_schema_checksum @@ -1 +1 @@ -967f94c82e85e6611c8410cfc5f98a4888ea2944ddfe2bce3c5c1ddb6f7f89a2 +ed96dc9ee8c897b4fdaa49bb71877a25c214c30cb32cfc30bc07c774a5aad55f \ No newline at end of file diff --git a/internal/ent/checksum/.schema_checksum b/internal/ent/checksum/.schema_checksum index 2e3f23da32..a3bf1895e9 100644 --- a/internal/ent/checksum/.schema_checksum +++ b/internal/ent/checksum/.schema_checksum @@ -1 +1 @@ -9acfd6d2c2ddb1d0eb63a9493b26190c885d981339a0d41c5d8abc4287b0bdcb \ No newline at end of file +10a3f153c3226960d8cb92bc683032ec532a43e57e8fb982bcd52e2ba13fb2d8 \ No newline at end of file diff --git a/internal/ent/csvgenerated/csv_generated.go b/internal/ent/csvgenerated/csv_generated.go index 0e00208418..3d42ed5e69 100644 --- a/internal/ent/csvgenerated/csv_generated.go +++ b/internal/ent/csvgenerated/csv_generated.go @@ -7,6 +7,7 @@ import ( "strings" "github.com/theopenlane/core/internal/ent/generated" + "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/actionplan" "github.com/theopenlane/core/internal/ent/generated/asset" "github.com/theopenlane/core/internal/ent/generated/control" @@ -16,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/identityholder" "github.com/theopenlane/core/internal/ent/generated/internalpolicy" "github.com/theopenlane/core/internal/ent/generated/platform" - "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/procedure" "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" @@ -845,7 +845,8 @@ type CSVSchemaInfo struct { var CSVReferenceRegistry = map[string]CSVSchemaInfo{ "APIToken": { SchemaName: "APIToken", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "ActionPlan": { SchemaName: "ActionPlan", @@ -1012,7 +1013,8 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Contact": { SchemaName: "Contact", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Control": { SchemaName: "Control", @@ -1085,23 +1087,28 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ControlImplementation": { SchemaName: "ControlImplementation", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "ControlObjective": { SchemaName: "ControlObjective", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "CustomDomain": { SchemaName: "CustomDomain", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "CustomTypeEnum": { SchemaName: "CustomTypeEnum", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "DNSVerification": { SchemaName: "DNSVerification", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "DirectoryAccount": { SchemaName: "DirectoryAccount", @@ -1118,27 +1125,33 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "DirectoryGroup": { SchemaName: "DirectoryGroup", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "DirectoryMembership": { SchemaName: "DirectoryMembership", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "DirectorySyncRun": { SchemaName: "DirectorySyncRun", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Discussion": { SchemaName: "Discussion", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "DocumentData": { SchemaName: "DocumentData", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "EmailTemplate": { SchemaName: "EmailTemplate", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Entity": { SchemaName: "Entity", @@ -1179,11 +1192,13 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "EntityType": { SchemaName: "EntityType", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Event": { SchemaName: "Event", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Evidence": { SchemaName: "Evidence", @@ -1200,11 +1215,13 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Export": { SchemaName: "Export", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "File": { SchemaName: "File", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Finding": { SchemaName: "Finding", @@ -1245,23 +1262,28 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "FindingControl": { SchemaName: "FindingControl", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Group": { SchemaName: "Group", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "GroupMembership": { SchemaName: "GroupMembership", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "GroupSetting": { SchemaName: "GroupSetting", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Hush": { SchemaName: "Hush", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "IdentityHolder": { SchemaName: "IdentityHolder", @@ -1331,71 +1353,88 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Invite": { SchemaName: "Invite", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "JobResult": { SchemaName: "JobResult", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "JobRunner": { SchemaName: "JobRunner", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "JobRunnerRegistrationToken": { SchemaName: "JobRunnerRegistrationToken", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "JobRunnerToken": { SchemaName: "JobRunnerToken", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "JobTemplate": { SchemaName: "JobTemplate", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "MappableDomain": { SchemaName: "MappableDomain", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "MappedControl": { SchemaName: "MappedControl", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Narrative": { SchemaName: "Narrative", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Notification": { SchemaName: "Notification", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "NotificationPreference": { SchemaName: "NotificationPreference", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "NotificationTemplate": { SchemaName: "NotificationTemplate", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Onboarding": { SchemaName: "Onboarding", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "OrgMembership": { SchemaName: "OrgMembership", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Organization": { SchemaName: "Organization", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "OrganizationSetting": { SchemaName: "OrganizationSetting", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "PersonalAccessToken": { SchemaName: "PersonalAccessToken", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Platform": { SchemaName: "Platform", @@ -1558,7 +1597,8 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ProgramMembership": { SchemaName: "ProgramMembership", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Remediation": { SchemaName: "Remediation", @@ -1665,7 +1705,8 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "SLADefinition": { SchemaName: "SLADefinition", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Scan": { SchemaName: "Scan", @@ -1743,11 +1784,13 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ScheduledJobRun": { SchemaName: "ScheduledJobRun", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Standard": { SchemaName: "Standard", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Subcontrol": { SchemaName: "Subcontrol", @@ -1820,23 +1863,28 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Subprocessor": { SchemaName: "Subprocessor", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Subscriber": { SchemaName: "Subscriber", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "SystemDetail": { SchemaName: "SystemDetail", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TFASetting": { SchemaName: "TFASetting", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TagDefinition": { SchemaName: "TagDefinition", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Task": { SchemaName: "Task", @@ -1869,51 +1917,63 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Template": { SchemaName: "Template", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenter": { SchemaName: "TrustCenter", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterCompliance": { SchemaName: "TrustCenterCompliance", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterDoc": { SchemaName: "TrustCenterDoc", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterEntity": { SchemaName: "TrustCenterEntity", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterFAQ": { SchemaName: "TrustCenterFAQ", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterNDARequest": { SchemaName: "TrustCenterNDARequest", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterSetting": { SchemaName: "TrustCenterSetting", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterSubprocessor": { SchemaName: "TrustCenterSubprocessor", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "TrustCenterWatermarkConfig": { SchemaName: "TrustCenterWatermarkConfig", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "User": { SchemaName: "User", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "UserSetting": { SchemaName: "UserSetting", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "VendorRiskScore": { SchemaName: "VendorRiskScore", @@ -1930,7 +1990,8 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "VendorScoringConfig": { SchemaName: "VendorScoringConfig", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, "Vulnerability": { SchemaName: "Vulnerability", @@ -1979,7 +2040,8 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "WorkflowDefinition": { SchemaName: "WorkflowDefinition", - Rules: []CSVReferenceRule{}, + Rules: []CSVReferenceRule{ + }, }, } @@ -2010,7 +2072,7 @@ func (APITokenCSVInput) CSVInputWrapper() {} // APITokenCSVUpdateInput wraps UpdateAPITokenInput with CSV reference columns for bulk updates. type APITokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateAPITokenInput } @@ -2019,10 +2081,10 @@ func (APITokenCSVUpdateInput) CSVInputWrapper() {} // ActionPlanCSVInput wraps CreateActionPlanInput with CSV reference columns. type ActionPlanCSVInput struct { - Input generated.CreateActionPlanInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + Input generated.CreateActionPlanInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks ActionPlanCSVInput for CSV header preprocessing. @@ -2031,11 +2093,11 @@ func (ActionPlanCSVInput) CSVInputWrapper() {} // ActionPlanCSVUpdateInput wraps UpdateActionPlanInput with CSV reference columns for bulk updates. type ActionPlanCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateActionPlanInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + ID string `csv:"ID"` + Input generated.UpdateActionPlanInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks ActionPlanCSVUpdateInput for CSV header preprocessing. @@ -2043,7 +2105,7 @@ func (ActionPlanCSVUpdateInput) CSVInputWrapper() {} // AssessmentCSVInput wraps CreateAssessmentInput with CSV reference columns. type AssessmentCSVInput struct { - Input generated.CreateAssessmentInput + Input generated.CreateAssessmentInput AssessmentTemplateRef string `csv:"AssessmentTemplateRef"` } @@ -2053,8 +2115,8 @@ func (AssessmentCSVInput) CSVInputWrapper() {} // AssessmentCSVUpdateInput wraps UpdateAssessmentInput with CSV reference columns for bulk updates. type AssessmentCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateAssessmentInput + ID string `csv:"ID"` + Input generated.UpdateAssessmentInput AssessmentTemplateRef string `csv:"AssessmentTemplateRef"` } @@ -2063,9 +2125,9 @@ func (AssessmentCSVUpdateInput) CSVInputWrapper() {} // AssessmentResponseCSVInput wraps CreateAssessmentResponseInput with CSV reference columns. type AssessmentResponseCSVInput struct { - Input generated.CreateAssessmentResponseInput + Input generated.CreateAssessmentResponseInput AssessmentIdentityHolderEmail string `csv:"AssessmentIdentityHolderEmail"` - AssessmentResponseEntityName string `csv:"AssessmentResponseEntityName"` + AssessmentResponseEntityName string `csv:"AssessmentResponseEntityName"` } // CSVInputWrapper marks AssessmentResponseCSVInput for CSV header preprocessing. @@ -2073,10 +2135,10 @@ func (AssessmentResponseCSVInput) CSVInputWrapper() {} // AssetCSVInput wraps CreateAssetInput with CSV reference columns. type AssetCSVInput struct { - Input generated.CreateAssetInput + Input generated.CreateAssetInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - SourcePlatformName string `csv:"SourcePlatformName"` + SourcePlatformName string `csv:"SourcePlatformName"` } // CSVInputWrapper marks AssetCSVInput for CSV header preprocessing. @@ -2085,11 +2147,11 @@ func (AssetCSVInput) CSVInputWrapper() {} // AssetCSVUpdateInput wraps UpdateAssetInput with CSV reference columns for bulk updates. type AssetCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateAssetInput + ID string `csv:"ID"` + Input generated.UpdateAssetInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - SourcePlatformName string `csv:"SourcePlatformName"` + SourcePlatformName string `csv:"SourcePlatformName"` } // CSVInputWrapper marks AssetCSVUpdateInput for CSV header preprocessing. @@ -2097,9 +2159,9 @@ func (AssetCSVUpdateInput) CSVInputWrapper() {} // CampaignCSVInput wraps CreateCampaignInput with CSV reference columns. type CampaignCSVInput struct { - Input generated.CreateCampaignInput - CampaignEntityName string `csv:"CampaignEntityName"` - CampaignTemplateRef string `csv:"CampaignTemplateRef"` + Input generated.CreateCampaignInput + CampaignEntityName string `csv:"CampaignEntityName"` + CampaignTemplateRef string `csv:"CampaignTemplateRef"` InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } @@ -2110,10 +2172,10 @@ func (CampaignCSVInput) CSVInputWrapper() {} // CampaignCSVUpdateInput wraps UpdateCampaignInput with CSV reference columns for bulk updates. type CampaignCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCampaignInput - CampaignEntityName string `csv:"CampaignEntityName"` - CampaignTemplateRef string `csv:"CampaignTemplateRef"` + ID string `csv:"ID"` + Input generated.UpdateCampaignInput + CampaignEntityName string `csv:"CampaignEntityName"` + CampaignTemplateRef string `csv:"CampaignTemplateRef"` InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } @@ -2123,7 +2185,7 @@ func (CampaignCSVUpdateInput) CSVInputWrapper() {} // CampaignTargetCSVInput wraps CreateCampaignTargetInput with CSV reference columns. type CampaignTargetCSVInput struct { - Input generated.CreateCampaignTargetInput + Input generated.CreateCampaignTargetInput CampaignTargetGroupName string `csv:"CampaignTargetGroupName"` CampaignTargetUserEmail string `csv:"CampaignTargetUserEmail"` } @@ -2134,8 +2196,8 @@ func (CampaignTargetCSVInput) CSVInputWrapper() {} // CampaignTargetCSVUpdateInput wraps UpdateCampaignTargetInput with CSV reference columns for bulk updates. type CampaignTargetCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCampaignTargetInput + ID string `csv:"ID"` + Input generated.UpdateCampaignTargetInput CampaignTargetGroupName string `csv:"CampaignTargetGroupName"` CampaignTargetUserEmail string `csv:"CampaignTargetUserEmail"` } @@ -2145,7 +2207,7 @@ func (CampaignTargetCSVUpdateInput) CSVInputWrapper() {} // CheckResultCSVInput wraps CreateCheckResultInput with CSV reference columns. type CheckResultCSVInput struct { - Input generated.CreateCheckResultInput + Input generated.CreateCheckResultInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2155,8 +2217,8 @@ func (CheckResultCSVInput) CSVInputWrapper() {} // CheckResultCSVUpdateInput wraps UpdateCheckResultInput with CSV reference columns for bulk updates. type CheckResultCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCheckResultInput + ID string `csv:"ID"` + Input generated.UpdateCheckResultInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2174,7 +2236,7 @@ func (ContactCSVInput) CSVInputWrapper() {} // ContactCSVUpdateInput wraps UpdateContactInput with CSV reference columns for bulk updates. type ContactCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateContactInput } @@ -2183,15 +2245,15 @@ func (ContactCSVUpdateInput) CSVInputWrapper() {} // ControlCSVInput wraps CreateControlInput with CSV reference columns. type ControlCSVInput struct { - Input generated.CreateControlInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + Input generated.CreateControlInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks ControlCSVInput for CSV header preprocessing. @@ -2200,16 +2262,16 @@ func (ControlCSVInput) CSVInputWrapper() {} // ControlCSVUpdateInput wraps UpdateControlInput with CSV reference columns for bulk updates. type ControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateControlInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + ID string `csv:"ID"` + Input generated.UpdateControlInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks ControlCSVUpdateInput for CSV header preprocessing. @@ -2226,7 +2288,7 @@ func (ControlImplementationCSVInput) CSVInputWrapper() {} // ControlImplementationCSVUpdateInput wraps UpdateControlImplementationInput with CSV reference columns for bulk updates. type ControlImplementationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateControlImplementationInput } @@ -2244,7 +2306,7 @@ func (ControlObjectiveCSVInput) CSVInputWrapper() {} // ControlObjectiveCSVUpdateInput wraps UpdateControlObjectiveInput with CSV reference columns for bulk updates. type ControlObjectiveCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateControlObjectiveInput } @@ -2262,7 +2324,7 @@ func (CustomDomainCSVInput) CSVInputWrapper() {} // CustomDomainCSVUpdateInput wraps UpdateCustomDomainInput with CSV reference columns for bulk updates. type CustomDomainCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateCustomDomainInput } @@ -2280,7 +2342,7 @@ func (CustomTypeEnumCSVInput) CSVInputWrapper() {} // CustomTypeEnumCSVUpdateInput wraps UpdateCustomTypeEnumInput with CSV reference columns for bulk updates. type CustomTypeEnumCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateCustomTypeEnumInput } @@ -2298,7 +2360,7 @@ func (DNSVerificationCSVInput) CSVInputWrapper() {} // DNSVerificationCSVUpdateInput wraps UpdateDNSVerificationInput with CSV reference columns for bulk updates. type DNSVerificationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDNSVerificationInput } @@ -2307,7 +2369,7 @@ func (DNSVerificationCSVUpdateInput) CSVInputWrapper() {} // DirectoryAccountCSVInput wraps CreateDirectoryAccountInput with CSV reference columns. type DirectoryAccountCSVInput struct { - Input generated.CreateDirectoryAccountInput + Input generated.CreateDirectoryAccountInput DirectoryAccountIdentityHolderEmail string `csv:"DirectoryAccountIdentityHolderEmail"` } @@ -2317,8 +2379,8 @@ func (DirectoryAccountCSVInput) CSVInputWrapper() {} // DirectoryAccountCSVUpdateInput wraps UpdateDirectoryAccountInput with CSV reference columns for bulk updates. type DirectoryAccountCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateDirectoryAccountInput + ID string `csv:"ID"` + Input generated.UpdateDirectoryAccountInput DirectoryAccountIdentityHolderEmail string `csv:"DirectoryAccountIdentityHolderEmail"` } @@ -2336,7 +2398,7 @@ func (DirectoryGroupCSVInput) CSVInputWrapper() {} // DirectoryGroupCSVUpdateInput wraps UpdateDirectoryGroupInput with CSV reference columns for bulk updates. type DirectoryGroupCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectoryGroupInput } @@ -2354,7 +2416,7 @@ func (DirectoryMembershipCSVInput) CSVInputWrapper() {} // DirectoryMembershipCSVUpdateInput wraps UpdateDirectoryMembershipInput with CSV reference columns for bulk updates. type DirectoryMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectoryMembershipInput } @@ -2372,7 +2434,7 @@ func (DirectorySyncRunCSVInput) CSVInputWrapper() {} // DirectorySyncRunCSVUpdateInput wraps UpdateDirectorySyncRunInput with CSV reference columns for bulk updates. type DirectorySyncRunCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectorySyncRunInput } @@ -2390,7 +2452,7 @@ func (DiscussionCSVInput) CSVInputWrapper() {} // DiscussionCSVUpdateInput wraps UpdateDiscussionInput with CSV reference columns for bulk updates. type DiscussionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDiscussionInput } @@ -2408,7 +2470,7 @@ func (DocumentDataCSVInput) CSVInputWrapper() {} // DocumentDataCSVUpdateInput wraps UpdateDocumentDataInput with CSV reference columns for bulk updates. type DocumentDataCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDocumentDataInput } @@ -2426,7 +2488,7 @@ func (EmailTemplateCSVInput) CSVInputWrapper() {} // EmailTemplateCSVUpdateInput wraps UpdateEmailTemplateInput with CSV reference columns for bulk updates. type EmailTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEmailTemplateInput } @@ -2435,11 +2497,11 @@ func (EmailTemplateCSVUpdateInput) CSVInputWrapper() {} // EntityCSVInput wraps CreateEntityInput with CSV reference columns. type EntityCSVInput struct { - Input generated.CreateEntityInput + Input generated.CreateEntityInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks EntityCSVInput for CSV header preprocessing. @@ -2448,12 +2510,12 @@ func (EntityCSVInput) CSVInputWrapper() {} // EntityCSVUpdateInput wraps UpdateEntityInput with CSV reference columns for bulk updates. type EntityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateEntityInput + ID string `csv:"ID"` + Input generated.UpdateEntityInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks EntityCSVUpdateInput for CSV header preprocessing. @@ -2470,7 +2532,7 @@ func (EntityTypeCSVInput) CSVInputWrapper() {} // EntityTypeCSVUpdateInput wraps UpdateEntityTypeInput with CSV reference columns for bulk updates. type EntityTypeCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEntityTypeInput } @@ -2488,7 +2550,7 @@ func (EventCSVInput) CSVInputWrapper() {} // EventCSVUpdateInput wraps UpdateEventInput with CSV reference columns for bulk updates. type EventCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEventInput } @@ -2497,7 +2559,7 @@ func (EventCSVUpdateInput) CSVInputWrapper() {} // EvidenceCSVInput wraps CreateEvidenceInput with CSV reference columns. type EvidenceCSVInput struct { - Input generated.CreateEvidenceInput + Input generated.CreateEvidenceInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2507,8 +2569,8 @@ func (EvidenceCSVInput) CSVInputWrapper() {} // EvidenceCSVUpdateInput wraps UpdateEvidenceInput with CSV reference columns for bulk updates. type EvidenceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateEvidenceInput + ID string `csv:"ID"` + Input generated.UpdateEvidenceInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2526,7 +2588,7 @@ func (ExportCSVInput) CSVInputWrapper() {} // ExportCSVUpdateInput wraps UpdateExportInput with CSV reference columns for bulk updates. type ExportCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateExportInput } @@ -2544,7 +2606,7 @@ func (FileCSVInput) CSVInputWrapper() {} // FileCSVUpdateInput wraps UpdateFileInput with CSV reference columns for bulk updates. type FileCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateFileInput } @@ -2553,7 +2615,7 @@ func (FileCSVUpdateInput) CSVInputWrapper() {} // FindingCSVInput wraps CreateFindingInput with CSV reference columns. type FindingCSVInput struct { - Input generated.CreateFindingInput + Input generated.CreateFindingInput AssignedToGroupName string `csv:"AssignedToGroupName"` AssignedToUserEmail string `csv:"AssignedToUserEmail"` ReviewedByGroupName string `csv:"ReviewedByGroupName"` @@ -2566,8 +2628,8 @@ func (FindingCSVInput) CSVInputWrapper() {} // FindingCSVUpdateInput wraps UpdateFindingInput with CSV reference columns for bulk updates. type FindingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateFindingInput + ID string `csv:"ID"` + Input generated.UpdateFindingInput AssignedToGroupName string `csv:"AssignedToGroupName"` AssignedToUserEmail string `csv:"AssignedToUserEmail"` ReviewedByGroupName string `csv:"ReviewedByGroupName"` @@ -2588,7 +2650,7 @@ func (FindingControlCSVInput) CSVInputWrapper() {} // FindingControlCSVUpdateInput wraps UpdateFindingControlInput with CSV reference columns for bulk updates. type FindingControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateFindingControlInput } @@ -2606,7 +2668,7 @@ func (GroupCSVInput) CSVInputWrapper() {} // GroupCSVUpdateInput wraps UpdateGroupInput with CSV reference columns for bulk updates. type GroupCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupInput } @@ -2624,7 +2686,7 @@ func (GroupMembershipCSVInput) CSVInputWrapper() {} // GroupMembershipCSVUpdateInput wraps UpdateGroupMembershipInput with CSV reference columns for bulk updates. type GroupMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupMembershipInput } @@ -2642,7 +2704,7 @@ func (GroupSettingCSVInput) CSVInputWrapper() {} // GroupSettingCSVUpdateInput wraps UpdateGroupSettingInput with CSV reference columns for bulk updates. type GroupSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupSettingInput } @@ -2660,7 +2722,7 @@ func (HushCSVInput) CSVInputWrapper() {} // HushCSVUpdateInput wraps UpdateHushInput with CSV reference columns for bulk updates. type HushCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateHushInput } @@ -2669,11 +2731,11 @@ func (HushCSVUpdateInput) CSVInputWrapper() {} // IdentityHolderCSVInput wraps CreateIdentityHolderInput with CSV reference columns. type IdentityHolderCSVInput struct { - Input generated.CreateIdentityHolderInput - EmployerEntityName string `csv:"EmployerEntityName"` + Input generated.CreateIdentityHolderInput + EmployerEntityName string `csv:"EmployerEntityName"` IdentityHolderUserEmail string `csv:"IdentityHolderUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } // CSVInputWrapper marks IdentityHolderCSVInput for CSV header preprocessing. @@ -2682,12 +2744,12 @@ func (IdentityHolderCSVInput) CSVInputWrapper() {} // IdentityHolderCSVUpdateInput wraps UpdateIdentityHolderInput with CSV reference columns for bulk updates. type IdentityHolderCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateIdentityHolderInput - EmployerEntityName string `csv:"EmployerEntityName"` + ID string `csv:"ID"` + Input generated.UpdateIdentityHolderInput + EmployerEntityName string `csv:"EmployerEntityName"` IdentityHolderUserEmail string `csv:"IdentityHolderUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } // CSVInputWrapper marks IdentityHolderCSVUpdateInput for CSV header preprocessing. @@ -2695,10 +2757,10 @@ func (IdentityHolderCSVUpdateInput) CSVInputWrapper() {} // InternalPolicyCSVInput wraps CreateInternalPolicyInput with CSV reference columns. type InternalPolicyCSVInput struct { - Input generated.CreateInternalPolicyInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + Input generated.CreateInternalPolicyInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks InternalPolicyCSVInput for CSV header preprocessing. @@ -2707,11 +2769,11 @@ func (InternalPolicyCSVInput) CSVInputWrapper() {} // InternalPolicyCSVUpdateInput wraps UpdateInternalPolicyInput with CSV reference columns for bulk updates. type InternalPolicyCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateInternalPolicyInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + ID string `csv:"ID"` + Input generated.UpdateInternalPolicyInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks InternalPolicyCSVUpdateInput for CSV header preprocessing. @@ -2728,7 +2790,7 @@ func (InviteCSVInput) CSVInputWrapper() {} // InviteCSVUpdateInput wraps UpdateInviteInput with CSV reference columns for bulk updates. type InviteCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateInviteInput } @@ -2746,7 +2808,7 @@ func (JobResultCSVInput) CSVInputWrapper() {} // JobResultCSVUpdateInput wraps UpdateJobResultInput with CSV reference columns for bulk updates. type JobResultCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobResultInput } @@ -2764,7 +2826,7 @@ func (JobRunnerCSVInput) CSVInputWrapper() {} // JobRunnerCSVUpdateInput wraps UpdateJobRunnerInput with CSV reference columns for bulk updates. type JobRunnerCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerInput } @@ -2782,7 +2844,7 @@ func (JobRunnerRegistrationTokenCSVInput) CSVInputWrapper() {} // JobRunnerRegistrationTokenCSVUpdateInput wraps UpdateJobRunnerRegistrationTokenInput with CSV reference columns for bulk updates. type JobRunnerRegistrationTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerRegistrationTokenInput } @@ -2800,7 +2862,7 @@ func (JobRunnerTokenCSVInput) CSVInputWrapper() {} // JobRunnerTokenCSVUpdateInput wraps UpdateJobRunnerTokenInput with CSV reference columns for bulk updates. type JobRunnerTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerTokenInput } @@ -2818,7 +2880,7 @@ func (JobTemplateCSVInput) CSVInputWrapper() {} // JobTemplateCSVUpdateInput wraps UpdateJobTemplateInput with CSV reference columns for bulk updates. type JobTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobTemplateInput } @@ -2836,7 +2898,7 @@ func (MappableDomainCSVInput) CSVInputWrapper() {} // MappableDomainCSVUpdateInput wraps UpdateMappableDomainInput with CSV reference columns for bulk updates. type MappableDomainCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateMappableDomainInput } @@ -2854,7 +2916,7 @@ func (MappedControlCSVInput) CSVInputWrapper() {} // MappedControlCSVUpdateInput wraps UpdateMappedControlInput with CSV reference columns for bulk updates. type MappedControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateMappedControlInput } @@ -2872,7 +2934,7 @@ func (NarrativeCSVInput) CSVInputWrapper() {} // NarrativeCSVUpdateInput wraps UpdateNarrativeInput with CSV reference columns for bulk updates. type NarrativeCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNarrativeInput } @@ -2890,7 +2952,7 @@ func (NotificationCSVInput) CSVInputWrapper() {} // NotificationCSVUpdateInput wraps UpdateNotificationInput with CSV reference columns for bulk updates. type NotificationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationInput } @@ -2908,7 +2970,7 @@ func (NotificationPreferenceCSVInput) CSVInputWrapper() {} // NotificationPreferenceCSVUpdateInput wraps UpdateNotificationPreferenceInput with CSV reference columns for bulk updates. type NotificationPreferenceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationPreferenceInput } @@ -2926,7 +2988,7 @@ func (NotificationTemplateCSVInput) CSVInputWrapper() {} // NotificationTemplateCSVUpdateInput wraps UpdateNotificationTemplateInput with CSV reference columns for bulk updates. type NotificationTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationTemplateInput } @@ -2952,7 +3014,7 @@ func (OrgMembershipCSVInput) CSVInputWrapper() {} // OrgMembershipCSVUpdateInput wraps UpdateOrgMembershipInput with CSV reference columns for bulk updates. type OrgMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrgMembershipInput } @@ -2970,7 +3032,7 @@ func (OrganizationCSVInput) CSVInputWrapper() {} // OrganizationCSVUpdateInput wraps UpdateOrganizationInput with CSV reference columns for bulk updates. type OrganizationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrganizationInput } @@ -2988,7 +3050,7 @@ func (OrganizationSettingCSVInput) CSVInputWrapper() {} // OrganizationSettingCSVUpdateInput wraps UpdateOrganizationSettingInput with CSV reference columns for bulk updates. type OrganizationSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrganizationSettingInput } @@ -3006,7 +3068,7 @@ func (PersonalAccessTokenCSVInput) CSVInputWrapper() {} // PersonalAccessTokenCSVUpdateInput wraps UpdatePersonalAccessTokenInput with CSV reference columns for bulk updates. type PersonalAccessTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdatePersonalAccessTokenInput } @@ -3015,21 +3077,21 @@ func (PersonalAccessTokenCSVUpdateInput) CSVInputWrapper() {} // PlatformCSVInput wraps CreatePlatformInput with CSV reference columns. type PlatformCSVInput struct { - Input generated.CreatePlatformInput - BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` - BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` - OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` - PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` - SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` - SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` - SourceAssetNames []string `csv:"SourceAssetNames"` - SourceEntityNames []string `csv:"SourceEntityNames"` - SystemDetailNames []string `csv:"SystemDetailNames"` - TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` - TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` + Input generated.CreatePlatformInput + BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` + BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` + OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` + PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` + SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` + SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` + SourceAssetNames []string `csv:"SourceAssetNames"` + SourceEntityNames []string `csv:"SourceEntityNames"` + SystemDetailNames []string `csv:"SystemDetailNames"` + TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` + TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` } // CSVInputWrapper marks PlatformCSVInput for CSV header preprocessing. @@ -3038,22 +3100,22 @@ func (PlatformCSVInput) CSVInputWrapper() {} // PlatformCSVUpdateInput wraps UpdatePlatformInput with CSV reference columns for bulk updates. type PlatformCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdatePlatformInput - BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` - BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` - OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` - PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` - SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` - SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` - SourceAssetNames []string `csv:"SourceAssetNames"` - SourceEntityNames []string `csv:"SourceEntityNames"` - SystemDetailNames []string `csv:"SystemDetailNames"` - TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` - TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` + ID string `csv:"ID"` + Input generated.UpdatePlatformInput + BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` + BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` + OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` + PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` + SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` + SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` + SourceAssetNames []string `csv:"SourceAssetNames"` + SourceEntityNames []string `csv:"SourceEntityNames"` + SystemDetailNames []string `csv:"SystemDetailNames"` + TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` + TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` } // CSVInputWrapper marks PlatformCSVUpdateInput for CSV header preprocessing. @@ -3061,8 +3123,8 @@ func (PlatformCSVUpdateInput) CSVInputWrapper() {} // ProcedureCSVInput wraps CreateProcedureInput with CSV reference columns. type ProcedureCSVInput struct { - Input generated.CreateProcedureInput - ApproverGroupName string `csv:"ApproverGroupName"` + Input generated.CreateProcedureInput + ApproverGroupName string `csv:"ApproverGroupName"` DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } @@ -3072,9 +3134,9 @@ func (ProcedureCSVInput) CSVInputWrapper() {} // ProcedureCSVUpdateInput wraps UpdateProcedureInput with CSV reference columns for bulk updates. type ProcedureCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateProcedureInput - ApproverGroupName string `csv:"ApproverGroupName"` + ID string `csv:"ID"` + Input generated.UpdateProcedureInput + ApproverGroupName string `csv:"ApproverGroupName"` DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } @@ -3083,9 +3145,9 @@ func (ProcedureCSVUpdateInput) CSVInputWrapper() {} // ProgramCSVInput wraps CreateProgramInput with CSV reference columns. type ProgramCSVInput struct { - Input generated.CreateProgramInput - ControlRefCodes []string `csv:"ControlRefCodes"` - ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` + Input generated.CreateProgramInput + ControlRefCodes []string `csv:"ControlRefCodes"` + ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` } // CSVInputWrapper marks ProgramCSVInput for CSV header preprocessing. @@ -3094,10 +3156,10 @@ func (ProgramCSVInput) CSVInputWrapper() {} // ProgramCSVUpdateInput wraps UpdateProgramInput with CSV reference columns for bulk updates. type ProgramCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateProgramInput - ControlRefCodes []string `csv:"ControlRefCodes"` - ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` + ID string `csv:"ID"` + Input generated.UpdateProgramInput + ControlRefCodes []string `csv:"ControlRefCodes"` + ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` } // CSVInputWrapper marks ProgramCSVUpdateInput for CSV header preprocessing. @@ -3114,7 +3176,7 @@ func (ProgramMembershipCSVInput) CSVInputWrapper() {} // ProgramMembershipCSVUpdateInput wraps UpdateProgramMembershipInput with CSV reference columns for bulk updates. type ProgramMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateProgramMembershipInput } @@ -3123,8 +3185,8 @@ func (ProgramMembershipCSVUpdateInput) CSVInputWrapper() {} // RemediationCSVInput wraps CreateRemediationInput with CSV reference columns. type RemediationCSVInput struct { - Input generated.CreateRemediationInput - ControlRefCodes []string `csv:"ControlRefCodes"` + Input generated.CreateRemediationInput + ControlRefCodes []string `csv:"ControlRefCodes"` SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } @@ -3134,9 +3196,9 @@ func (RemediationCSVInput) CSVInputWrapper() {} // RemediationCSVUpdateInput wraps UpdateRemediationInput with CSV reference columns for bulk updates. type RemediationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateRemediationInput - ControlRefCodes []string `csv:"ControlRefCodes"` + ID string `csv:"ID"` + Input generated.UpdateRemediationInput + ControlRefCodes []string `csv:"ControlRefCodes"` SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } @@ -3145,7 +3207,7 @@ func (RemediationCSVUpdateInput) CSVInputWrapper() {} // ReviewCSVInput wraps CreateReviewInput with CSV reference columns. type ReviewCSVInput struct { - Input generated.CreateReviewInput + Input generated.CreateReviewInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3155,8 +3217,8 @@ func (ReviewCSVInput) CSVInputWrapper() {} // ReviewCSVUpdateInput wraps UpdateReviewInput with CSV reference columns for bulk updates. type ReviewCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateReviewInput + ID string `csv:"ID"` + Input generated.UpdateReviewInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3165,15 +3227,15 @@ func (ReviewCSVUpdateInput) CSVInputWrapper() {} // RiskCSVInput wraps CreateRiskInput with CSV reference columns. type RiskCSVInput struct { - Input generated.CreateRiskInput - ActionPlanNames []string `csv:"ActionPlanNames"` - AssetNames []string `csv:"AssetNames"` - ControlRefCodes []string `csv:"ControlRefCodes"` - EntityNames []string `csv:"EntityNames"` - PlatformNames []string `csv:"PlatformNames"` - RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` - StakeholderGroupName string `csv:"StakeholderGroupName"` - SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` + Input generated.CreateRiskInput + ActionPlanNames []string `csv:"ActionPlanNames"` + AssetNames []string `csv:"AssetNames"` + ControlRefCodes []string `csv:"ControlRefCodes"` + EntityNames []string `csv:"EntityNames"` + PlatformNames []string `csv:"PlatformNames"` + RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` + StakeholderGroupName string `csv:"StakeholderGroupName"` + SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } // CSVInputWrapper marks RiskCSVInput for CSV header preprocessing. @@ -3182,16 +3244,16 @@ func (RiskCSVInput) CSVInputWrapper() {} // RiskCSVUpdateInput wraps UpdateRiskInput with CSV reference columns for bulk updates. type RiskCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateRiskInput - ActionPlanNames []string `csv:"ActionPlanNames"` - AssetNames []string `csv:"AssetNames"` - ControlRefCodes []string `csv:"ControlRefCodes"` - EntityNames []string `csv:"EntityNames"` - PlatformNames []string `csv:"PlatformNames"` - RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` - StakeholderGroupName string `csv:"StakeholderGroupName"` - SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` + ID string `csv:"ID"` + Input generated.UpdateRiskInput + ActionPlanNames []string `csv:"ActionPlanNames"` + AssetNames []string `csv:"AssetNames"` + ControlRefCodes []string `csv:"ControlRefCodes"` + EntityNames []string `csv:"EntityNames"` + PlatformNames []string `csv:"PlatformNames"` + RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` + StakeholderGroupName string `csv:"StakeholderGroupName"` + SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } // CSVInputWrapper marks RiskCSVUpdateInput for CSV header preprocessing. @@ -3208,7 +3270,7 @@ func (SLADefinitionCSVInput) CSVInputWrapper() {} // SLADefinitionCSVUpdateInput wraps UpdateSLADefinitionInput with CSV reference columns for bulk updates. type SLADefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSLADefinitionInput } @@ -3217,14 +3279,14 @@ func (SLADefinitionCSVUpdateInput) CSVInputWrapper() {} // ScanCSVInput wraps CreateScanInput with CSV reference columns. type ScanCSVInput struct { - Input generated.CreateScanInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` + Input generated.CreateScanInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` GeneratedByPlatformName string `csv:"GeneratedByPlatformName"` - PerformedByGroupName string `csv:"PerformedByGroupName"` - PerformedByUserEmail string `csv:"PerformedByUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + PerformedByGroupName string `csv:"PerformedByGroupName"` + PerformedByUserEmail string `csv:"PerformedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks ScanCSVInput for CSV header preprocessing. @@ -3233,15 +3295,15 @@ func (ScanCSVInput) CSVInputWrapper() {} // ScanCSVUpdateInput wraps UpdateScanInput with CSV reference columns for bulk updates. type ScanCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateScanInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ID string `csv:"ID"` + Input generated.UpdateScanInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` GeneratedByPlatformName string `csv:"GeneratedByPlatformName"` - PerformedByGroupName string `csv:"PerformedByGroupName"` - PerformedByUserEmail string `csv:"PerformedByUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + PerformedByGroupName string `csv:"PerformedByGroupName"` + PerformedByUserEmail string `csv:"PerformedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks ScanCSVUpdateInput for CSV header preprocessing. @@ -3249,7 +3311,7 @@ func (ScanCSVUpdateInput) CSVInputWrapper() {} // ScheduledJobCSVInput wraps CreateScheduledJobInput with CSV reference columns. type ScheduledJobCSVInput struct { - Input generated.CreateScheduledJobInput + Input generated.CreateScheduledJobInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3259,8 +3321,8 @@ func (ScheduledJobCSVInput) CSVInputWrapper() {} // ScheduledJobCSVUpdateInput wraps UpdateScheduledJobInput with CSV reference columns for bulk updates. type ScheduledJobCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateScheduledJobInput + ID string `csv:"ID"` + Input generated.UpdateScheduledJobInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3278,7 +3340,7 @@ func (ScheduledJobRunCSVInput) CSVInputWrapper() {} // ScheduledJobRunCSVUpdateInput wraps UpdateScheduledJobRunInput with CSV reference columns for bulk updates. type ScheduledJobRunCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateScheduledJobRunInput } @@ -3296,7 +3358,7 @@ func (StandardCSVInput) CSVInputWrapper() {} // StandardCSVUpdateInput wraps UpdateStandardInput with CSV reference columns for bulk updates. type StandardCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateStandardInput } @@ -3305,15 +3367,15 @@ func (StandardCSVUpdateInput) CSVInputWrapper() {} // SubcontrolCSVInput wraps CreateSubcontrolInput with CSV reference columns. type SubcontrolCSVInput struct { - Input generated.CreateSubcontrolInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + Input generated.CreateSubcontrolInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks SubcontrolCSVInput for CSV header preprocessing. @@ -3322,16 +3384,16 @@ func (SubcontrolCSVInput) CSVInputWrapper() {} // SubcontrolCSVUpdateInput wraps UpdateSubcontrolInput with CSV reference columns for bulk updates. type SubcontrolCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateSubcontrolInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + ID string `csv:"ID"` + Input generated.UpdateSubcontrolInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks SubcontrolCSVUpdateInput for CSV header preprocessing. @@ -3348,7 +3410,7 @@ func (SubprocessorCSVInput) CSVInputWrapper() {} // SubprocessorCSVUpdateInput wraps UpdateSubprocessorInput with CSV reference columns for bulk updates. type SubprocessorCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSubprocessorInput } @@ -3366,7 +3428,7 @@ func (SubscriberCSVInput) CSVInputWrapper() {} // SubscriberCSVUpdateInput wraps UpdateSubscriberInput with CSV reference columns for bulk updates. type SubscriberCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSubscriberInput } @@ -3384,7 +3446,7 @@ func (SystemDetailCSVInput) CSVInputWrapper() {} // SystemDetailCSVUpdateInput wraps UpdateSystemDetailInput with CSV reference columns for bulk updates. type SystemDetailCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSystemDetailInput } @@ -3402,7 +3464,7 @@ func (TFASettingCSVInput) CSVInputWrapper() {} // TFASettingCSVUpdateInput wraps UpdateTFASettingInput with CSV reference columns for bulk updates. type TFASettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTFASettingInput } @@ -3420,7 +3482,7 @@ func (TagDefinitionCSVInput) CSVInputWrapper() {} // TagDefinitionCSVUpdateInput wraps UpdateTagDefinitionInput with CSV reference columns for bulk updates. type TagDefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTagDefinitionInput } @@ -3429,9 +3491,9 @@ func (TagDefinitionCSVUpdateInput) CSVInputWrapper() {} // TaskCSVInput wraps CreateTaskInput with CSV reference columns. type TaskCSVInput struct { - Input generated.CreateTaskInput - AssigneeEmail string `csv:"AssigneeEmail"` - AssignerEmail string `csv:"AssignerEmail"` + Input generated.CreateTaskInput + AssigneeEmail string `csv:"AssigneeEmail"` + AssignerEmail string `csv:"AssignerEmail"` ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3441,10 +3503,10 @@ func (TaskCSVInput) CSVInputWrapper() {} // TaskCSVUpdateInput wraps UpdateTaskInput with CSV reference columns for bulk updates. type TaskCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateTaskInput - AssigneeEmail string `csv:"AssigneeEmail"` - AssignerEmail string `csv:"AssignerEmail"` + ID string `csv:"ID"` + Input generated.UpdateTaskInput + AssigneeEmail string `csv:"AssigneeEmail"` + AssignerEmail string `csv:"AssignerEmail"` ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3462,7 +3524,7 @@ func (TemplateCSVInput) CSVInputWrapper() {} // TemplateCSVUpdateInput wraps UpdateTemplateInput with CSV reference columns for bulk updates. type TemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTemplateInput } @@ -3480,7 +3542,7 @@ func (TrustCenterCSVInput) CSVInputWrapper() {} // TrustCenterCSVUpdateInput wraps UpdateTrustCenterInput with CSV reference columns for bulk updates. type TrustCenterCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterInput } @@ -3498,7 +3560,7 @@ func (TrustCenterComplianceCSVInput) CSVInputWrapper() {} // TrustCenterComplianceCSVUpdateInput wraps UpdateTrustCenterComplianceInput with CSV reference columns for bulk updates. type TrustCenterComplianceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterComplianceInput } @@ -3516,7 +3578,7 @@ func (TrustCenterDocCSVInput) CSVInputWrapper() {} // TrustCenterDocCSVUpdateInput wraps UpdateTrustCenterDocInput with CSV reference columns for bulk updates. type TrustCenterDocCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterDocInput } @@ -3534,7 +3596,7 @@ func (TrustCenterEntityCSVInput) CSVInputWrapper() {} // TrustCenterEntityCSVUpdateInput wraps UpdateTrustCenterEntityInput with CSV reference columns for bulk updates. type TrustCenterEntityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterEntityInput } @@ -3552,7 +3614,7 @@ func (TrustCenterFAQCSVInput) CSVInputWrapper() {} // TrustCenterFAQCSVUpdateInput wraps UpdateTrustCenterFAQInput with CSV reference columns for bulk updates. type TrustCenterFAQCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterFAQInput } @@ -3570,7 +3632,7 @@ func (TrustCenterNDARequestCSVInput) CSVInputWrapper() {} // TrustCenterNDARequestCSVUpdateInput wraps UpdateTrustCenterNDARequestInput with CSV reference columns for bulk updates. type TrustCenterNDARequestCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterNDARequestInput } @@ -3588,7 +3650,7 @@ func (TrustCenterSettingCSVInput) CSVInputWrapper() {} // TrustCenterSettingCSVUpdateInput wraps UpdateTrustCenterSettingInput with CSV reference columns for bulk updates. type TrustCenterSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterSettingInput } @@ -3606,7 +3668,7 @@ func (TrustCenterSubprocessorCSVInput) CSVInputWrapper() {} // TrustCenterSubprocessorCSVUpdateInput wraps UpdateTrustCenterSubprocessorInput with CSV reference columns for bulk updates. type TrustCenterSubprocessorCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterSubprocessorInput } @@ -3624,7 +3686,7 @@ func (TrustCenterWatermarkConfigCSVInput) CSVInputWrapper() {} // TrustCenterWatermarkConfigCSVUpdateInput wraps UpdateTrustCenterWatermarkConfigInput with CSV reference columns for bulk updates. type TrustCenterWatermarkConfigCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterWatermarkConfigInput } @@ -3642,7 +3704,7 @@ func (UserCSVInput) CSVInputWrapper() {} // UserCSVUpdateInput wraps UpdateUserInput with CSV reference columns for bulk updates. type UserCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateUserInput } @@ -3660,7 +3722,7 @@ func (UserSettingCSVInput) CSVInputWrapper() {} // UserSettingCSVUpdateInput wraps UpdateUserSettingInput with CSV reference columns for bulk updates. type UserSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateUserSettingInput } @@ -3669,7 +3731,7 @@ func (UserSettingCSVUpdateInput) CSVInputWrapper() {} // VendorRiskScoreCSVInput wraps CreateVendorRiskScoreInput with CSV reference columns. type VendorRiskScoreCSVInput struct { - Input generated.CreateVendorRiskScoreInput + Input generated.CreateVendorRiskScoreInput VendorRiskScoreEntityName string `csv:"VendorRiskScoreEntityName"` } @@ -3679,8 +3741,8 @@ func (VendorRiskScoreCSVInput) CSVInputWrapper() {} // VendorRiskScoreCSVUpdateInput wraps UpdateVendorRiskScoreInput with CSV reference columns for bulk updates. type VendorRiskScoreCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateVendorRiskScoreInput + ID string `csv:"ID"` + Input generated.UpdateVendorRiskScoreInput VendorRiskScoreEntityName string `csv:"VendorRiskScoreEntityName"` } @@ -3698,7 +3760,7 @@ func (VendorScoringConfigCSVInput) CSVInputWrapper() {} // VendorScoringConfigCSVUpdateInput wraps UpdateVendorScoringConfigInput with CSV reference columns for bulk updates. type VendorScoringConfigCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateVendorScoringConfigInput } @@ -3707,12 +3769,12 @@ func (VendorScoringConfigCSVUpdateInput) CSVInputWrapper() {} // VulnerabilityCSVInput wraps CreateVulnerabilityInput with CSV reference columns. type VulnerabilityCSVInput struct { - Input generated.CreateVulnerabilityInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` - ControlRefCodes []string `csv:"ControlRefCodes"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + Input generated.CreateVulnerabilityInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ControlRefCodes []string `csv:"ControlRefCodes"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks VulnerabilityCSVInput for CSV header preprocessing. @@ -3721,13 +3783,13 @@ func (VulnerabilityCSVInput) CSVInputWrapper() {} // VulnerabilityCSVUpdateInput wraps UpdateVulnerabilityInput with CSV reference columns for bulk updates. type VulnerabilityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateVulnerabilityInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` - ControlRefCodes []string `csv:"ControlRefCodes"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ID string `csv:"ID"` + Input generated.UpdateVulnerabilityInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ControlRefCodes []string `csv:"ControlRefCodes"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks VulnerabilityCSVUpdateInput for CSV header preprocessing. @@ -3744,7 +3806,7 @@ func (WorkflowDefinitionCSVInput) CSVInputWrapper() {} // WorkflowDefinitionCSVUpdateInput wraps UpdateWorkflowDefinitionInput with CSV reference columns for bulk updates. type WorkflowDefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateWorkflowDefinitionInput } diff --git a/internal/ent/generate/entc.go b/internal/ent/generate/entc.go index 55b59cb7e2..740b1def42 100644 --- a/internal/ent/generate/entc.go +++ b/internal/ent/generate/entc.go @@ -8,6 +8,7 @@ import ( "embed" "errors" "os" + "strings" "sync" "github.com/rs/zerolog/log" @@ -16,6 +17,7 @@ import ( "entgo.io/ent/entc" "entgo.io/ent/entc/gen" _ "github.com/jackc/pgx/v5" + "github.com/vektah/gqlparser/v2/ast" "gocloud.dev/secrets" "github.com/theopenlane/core/common/enums/exportenums" @@ -99,16 +101,12 @@ var ( } ) -var enabledFeatures = []gen.Feature{ +var enabledBaseFeatures = []gen.Feature{ gen.FeatureVersionedMigration, gen.FeaturePrivacy, gen.FeatureEntQL, gen.FeatureNamedEdges, - gen.FeatureSchemaConfig, gen.FeatureIntercept, - gen.FeatureModifier, - // this is disabled because it is not compatible with the entcache driver - // gen.FeatureExecQuery, } func main() { @@ -241,6 +239,8 @@ func getEntGqlExtension() *entgql.Extension { schemaHooks = append(schemaHooks, genhooks.WithStringSliceWhereOps()) + schemaHooks = append(schemaHooks, pruneWhereInputOps()) + gqlExt, err := entgql.NewExtension( entgql.WithSchemaGenerator(), entgql.WithSchemaPath(graphSchemaDir+"ent.graphql"), @@ -262,6 +262,7 @@ func getEntHistoryGqlExtension() *entgql.Extension { entgql.WithSchemaPath(graphHistorySchemaDir+"ent.graphql"), entgql.WithConfigPath(graphDir+"/generate/.gqlgen_history.yml"), entgql.WithWhereInputs(true), + entgql.WithSchemaHook(pruneWhereInputOps()), WithGqlWithTemplates(), ) if err != nil { @@ -290,9 +291,7 @@ func getHistoryExtension(hasChanges bool) *history.Extension { log.Info().Msg("creating history extension") historyExt := history.New( - history.WithImmutableFields(), history.WithHistoryTimeIndex(), - history.WithNillableFields(), history.WithGQLQuery(), history.WithAuthzPolicy(), history.WithInputSchemaPath(schemaPath), @@ -454,7 +453,7 @@ func schemaGenerate(extensions ...entc.Extension) *gen.Graph { captureGraphHook, }, Package: "github.com/theopenlane/core/" + entGeneratedPath, - Features: enabledFeatures, + Features: append(enabledBaseFeatures, gen.FeatureModifier), BuildFlags: []string{buildFlags}, }, entc.Dependency( @@ -529,7 +528,7 @@ func historySchemaGenerate(extensions ...entc.Extension) { genhooks.GenQuery(graphHistoryQueryDir, graphSchemaDir), }, Package: "github.com/theopenlane/core/" + entGeneratedHistoryPath, - Features: enabledFeatures, + Features: enabledBaseFeatures, BuildFlags: []string{buildFlags}, }, entc.Dependency( @@ -547,3 +546,61 @@ func historySchemaGenerate(extensions ...entc.Extension) { log.Fatal().Err(err).Msg("running ent codegen") } } + +// droppedWhereOps lists, per GraphQL scalar, the predicate suffixes that are pruned from the +// generated where inputs. this must stay in sync with the guard in +// templates/entgql/gql_where.tmpl, which prunes the matching Go struct fields; entgql builds the +// GraphQL schema from its own code rather than that template, so both sides need the same rule +var droppedWhereOps = map[string][]string{ + "ID": {"GT", "GTE", "LT", "LTE"}, + "String": {"GT", "GTE", "LT", "LTE"}, + "Time": {"NEQ", "In", "NotIn"}, + "DateTime": {"NEQ", "In", "NotIn"}, + "Int": {"In", "NotIn"}, +} + +// pruneWhereInputOps removes the predicate fields listed in droppedWhereOps from every generated +// where input. a field is only removed when the same input also declares its base field, so a real +// schema field whose name happens to end in an op suffix is left alone +func pruneWhereInputOps() entgql.SchemaHook { + return func(_ *gen.Graph, s *ast.Schema) error { + for _, t := range s.Types { + if t.Kind != ast.InputObject || !strings.HasSuffix(t.Name, "WhereInput") { + continue + } + + base := make(map[string]bool, len(t.Fields)) + for _, f := range t.Fields { + base[f.Name] = true + } + + kept := make(ast.FieldList, 0, len(t.Fields)) + + for _, f := range t.Fields { + if !prunedOp(f, base) { + kept = append(kept, f) + } + } + + t.Fields = kept + } + + return nil + } +} + +// prunedOp reports whether the field is a predicate this codebase does not expose +func prunedOp(f *ast.FieldDefinition, base map[string]bool) bool { + for _, op := range droppedWhereOps[f.Type.Name()] { + if !strings.HasSuffix(f.Name, op) { + continue + } + + // only prune when the base field is present, which marks this as a generated predicate + if base[strings.TrimSuffix(f.Name, op)] { + return true + } + } + + return false +} diff --git a/internal/ent/generate/templates/entgql/gql_where.tmpl b/internal/ent/generate/templates/entgql/gql_where.tmpl index 23be113fd2..fed49fabac 100644 --- a/internal/ent/generate/templates/entgql/gql_where.tmpl +++ b/internal/ent/generate/templates/entgql/gql_where.tmpl @@ -66,6 +66,26 @@ import ( // "{{ $f.Name }}" field predicates. {{- range $op := $f.Ops }} + {{- /* ops the console never sends and that read oddly for the type: + strings have no meaningful lexicographic order, and set membership + on a timestamp or an integer is not a filter anyone builds. + enums keep NEQ/In/NotIn, floats keep everything, time/int keep their ordering. + Type.Integer is Numeric && !Float, which is exactly what maps to the + GraphQL Int scalar, so this matches pruneWhereInputOps in entc.go. + must stay in sync with the same guard in the P() body below */}} + {{- if $f.IsString }} + {{- if or (eq $op.Name "GT") (eq $op.Name "GTE") (eq $op.Name "LT") (eq $op.Name "LTE") }} + {{- continue }} + {{- end }} + {{- else if $f.IsTime }} + {{- if or (eq $op.Name "In") (eq $op.Name "NotIn") (eq $op.Name "NEQ") }} + {{- continue }} + {{- end }} + {{- else if $f.Type.Type.Integer }} + {{- if or (eq $op.Name "In") (eq $op.Name "NotIn") }} + {{- continue }} + {{- end }} + {{- end }} {{- $field := print $f.StructField $op.Name }} {{- $jsonTag := print $f.Name "_" $op.Name }} {{- /* We name the field filter "EQ()" as "()", because it's cleaner (e.g. "name_eq" -> "name") */}} @@ -180,6 +200,20 @@ import ( predicates = append(predicates, i.Predicates...) {{- range $f := $comparableFields }} {{- range $op := $f.Ops }} + {{- /* must stay in sync with the guard in the struct definition above */}} + {{- if $f.IsString }} + {{- if or (eq $op.Name "GT") (eq $op.Name "GTE") (eq $op.Name "LT") (eq $op.Name "LTE") }} + {{- continue }} + {{- end }} + {{- else if $f.IsTime }} + {{- if or (eq $op.Name "In") (eq $op.Name "NotIn") (eq $op.Name "NEQ") }} + {{- continue }} + {{- end }} + {{- else if $f.Type.Type.Integer }} + {{- if or (eq $op.Name "In") (eq $op.Name "NotIn") }} + {{- continue }} + {{- end }} + {{- end }} {{- $func := print $f.StructField $op.Name }} {{- $field := $func }} {{- /* We name the EQ() filter as (), because it's nicer (e.g. "name_eq" -> "name") */}} diff --git a/internal/ent/generated/actionplan/where.go b/internal/ent/generated/actionplan/where.go index 6ebe0d7876..0b937bbe8d 100644 --- a/internal/ent/generated/actionplan/where.go +++ b/internal/ent/generated/actionplan/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2590,9 +2588,6 @@ func HasApprover() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ApproverTable, ApproverColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2601,9 +2596,6 @@ func HasApprover() predicate.ActionPlan { func HasApproverWith(preds ...predicate.Group) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newApproverStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2619,9 +2611,6 @@ func HasDelegate() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2630,9 +2619,6 @@ func HasDelegate() predicate.ActionPlan { func HasDelegateWith(preds ...predicate.Group) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2648,9 +2634,6 @@ func HasOwner() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2659,9 +2642,6 @@ func HasOwner() predicate.ActionPlan { func HasOwnerWith(preds ...predicate.Organization) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2677,9 +2657,6 @@ func HasBlockedGroups() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2688,9 +2665,6 @@ func HasBlockedGroups() predicate.ActionPlan { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2706,9 +2680,6 @@ func HasEditors() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2717,9 +2688,6 @@ func HasEditors() predicate.ActionPlan { func HasEditorsWith(preds ...predicate.Group) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2735,9 +2703,6 @@ func HasViewers() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2746,9 +2711,6 @@ func HasViewers() predicate.ActionPlan { func HasViewersWith(preds ...predicate.Group) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2764,9 +2726,6 @@ func HasActionPlanKind() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ActionPlanKindTable, ActionPlanKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2775,9 +2734,6 @@ func HasActionPlanKind() predicate.ActionPlan { func HasActionPlanKindWith(preds ...predicate.CustomTypeEnum) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newActionPlanKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2793,9 +2749,6 @@ func HasRisks() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2804,9 +2757,6 @@ func HasRisks() predicate.ActionPlan { func HasRisksWith(preds ...predicate.Risk) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2822,9 +2772,6 @@ func HasControls() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2833,9 +2780,6 @@ func HasControls() predicate.ActionPlan { func HasControlsWith(preds ...predicate.Control) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2851,9 +2795,6 @@ func HasPrograms() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2862,9 +2803,6 @@ func HasPrograms() predicate.ActionPlan { func HasProgramsWith(preds ...predicate.Program) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2880,9 +2818,6 @@ func HasFindings() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2891,9 +2826,6 @@ func HasFindings() predicate.ActionPlan { func HasFindingsWith(preds ...predicate.Finding) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2909,9 +2841,6 @@ func HasVulnerabilities() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2920,9 +2849,6 @@ func HasVulnerabilities() predicate.ActionPlan { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2938,9 +2864,6 @@ func HasScans() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2949,9 +2872,6 @@ func HasScans() predicate.ActionPlan { func HasScansWith(preds ...predicate.Scan) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2967,9 +2887,6 @@ func HasReviews() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2978,9 +2895,6 @@ func HasReviews() predicate.ActionPlan { func HasReviewsWith(preds ...predicate.Review) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2996,9 +2910,6 @@ func HasRemediations() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -3007,9 +2918,6 @@ func HasRemediations() predicate.ActionPlan { func HasRemediationsWith(preds ...predicate.Remediation) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3025,9 +2933,6 @@ func HasTasks() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ActionPlanTasks sqlgraph.HasNeighbors(s, step) }) } @@ -3036,9 +2941,6 @@ func HasTasks() predicate.ActionPlan { func HasTasksWith(preds ...predicate.Task) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ActionPlanTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3054,9 +2956,6 @@ func HasIntegrations() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -3065,9 +2964,6 @@ func HasIntegrations() predicate.ActionPlan { func HasIntegrationsWith(preds ...predicate.Integration) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3083,9 +2979,6 @@ func HasFile() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -3094,9 +2987,6 @@ func HasFile() predicate.ActionPlan { func HasFileWith(preds ...predicate.File) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3112,9 +3002,6 @@ func HasWorkflowObjectRefs() predicate.ActionPlan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3123,9 +3010,6 @@ func HasWorkflowObjectRefs() predicate.ActionPlan { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.ActionPlan { return predicate.ActionPlan(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/actionplan_create.go b/internal/ent/generated/actionplan_create.go index ae16abeef5..674296a480 100644 --- a/internal/ent/generated/actionplan_create.go +++ b/internal/ent/generated/actionplan_create.go @@ -1080,7 +1080,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { _node = &ActionPlan{config: _c.config} _spec = sqlgraph.NewCreateSpec(actionplan.Table, sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ActionPlan if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1268,7 +1267,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1286,7 +1284,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1304,7 +1301,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1322,7 +1318,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1339,7 +1334,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1356,7 +1350,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1373,7 +1366,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1391,7 +1383,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1408,7 +1399,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1425,7 +1415,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1442,7 +1431,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1459,7 +1447,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1476,7 +1463,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1493,7 +1479,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1510,7 +1495,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1527,7 +1511,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1544,7 +1527,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1561,7 +1543,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1579,7 +1560,6 @@ func (_c *ActionPlanCreate) createSpec() (*ActionPlan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/actionplan_delete.go b/internal/ent/generated/actionplan_delete.go index dcea06ee53..8af7dd0345 100644 --- a/internal/ent/generated/actionplan_delete.go +++ b/internal/ent/generated/actionplan_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/actionplan" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ActionPlanDelete is the builder for deleting a ActionPlan entity. @@ -43,8 +41,6 @@ func (_d *ActionPlanDelete) ExecX(ctx context.Context) int { func (_d *ActionPlanDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(actionplan.Table, sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ActionPlan - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/actionplan_query.go b/internal/ent/generated/actionplan_query.go index 11149995e8..65c2cba053 100644 --- a/internal/ent/generated/actionplan_query.go +++ b/internal/ent/generated/actionplan_query.go @@ -31,7 +31,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -130,9 +129,6 @@ func (_q *ActionPlanQuery) QueryApprover() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.ApproverTable, actionplan.ApproverColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -155,9 +151,6 @@ func (_q *ActionPlanQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.DelegateTable, actionplan.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -180,9 +173,6 @@ func (_q *ActionPlanQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, actionplan.OwnerTable, actionplan.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -205,9 +195,6 @@ func (_q *ActionPlanQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.BlockedGroupsTable, actionplan.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -230,9 +217,6 @@ func (_q *ActionPlanQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.EditorsTable, actionplan.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -255,9 +239,6 @@ func (_q *ActionPlanQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.ViewersTable, actionplan.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -280,9 +261,6 @@ func (_q *ActionPlanQuery) QueryActionPlanKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.ActionPlanKindTable, actionplan.ActionPlanKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -305,9 +283,6 @@ func (_q *ActionPlanQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.RisksTable, actionplan.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -330,9 +305,6 @@ func (_q *ActionPlanQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ControlsTable, actionplan.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -355,9 +327,6 @@ func (_q *ActionPlanQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ProgramsTable, actionplan.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -380,9 +349,6 @@ func (_q *ActionPlanQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.FindingsTable, actionplan.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -405,9 +371,6 @@ func (_q *ActionPlanQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.VulnerabilitiesTable, actionplan.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -430,9 +393,6 @@ func (_q *ActionPlanQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ScansTable, actionplan.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -455,9 +415,6 @@ func (_q *ActionPlanQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ReviewsTable, actionplan.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -480,9 +437,6 @@ func (_q *ActionPlanQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.RemediationsTable, actionplan.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -505,9 +459,6 @@ func (_q *ActionPlanQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.TasksTable, actionplan.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ActionPlanTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -530,9 +481,6 @@ func (_q *ActionPlanQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.IntegrationsTable, actionplan.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -555,9 +503,6 @@ func (_q *ActionPlanQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.FileTable, actionplan.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -580,9 +525,6 @@ func (_q *ActionPlanQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, actionplan.WorkflowObjectRefsTable, actionplan.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1135,8 +1077,6 @@ func (_q *ActionPlanQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*A node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ActionPlan - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1485,7 +1425,6 @@ func (_q *ActionPlanQuery) loadBlockedGroups(ctx context.Context, query *GroupQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ActionPlanBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(actionplan.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(actionplan.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1547,7 +1486,6 @@ func (_q *ActionPlanQuery) loadEditors(ctx context.Context, query *GroupQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.EditorsTable) - joinT.Schema(_q.schemaConfig.ActionPlanEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(actionplan.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(actionplan.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1609,7 +1547,6 @@ func (_q *ActionPlanQuery) loadViewers(ctx context.Context, query *GroupQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.ViewersTable) - joinT.Schema(_q.schemaConfig.ActionPlanViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(actionplan.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(actionplan.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1700,7 +1637,6 @@ func (_q *ActionPlanQuery) loadRisks(ctx context.Context, query *RiskQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.RisksTable) - joinT.Schema(_q.schemaConfig.RiskActionPlans) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(actionplan.RisksPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.RisksPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1762,7 +1698,6 @@ func (_q *ActionPlanQuery) loadControls(ctx context.Context, query *ControlQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlActionPlans) s.Join(joinT).On(s.C(control.FieldID), joinT.C(actionplan.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1824,7 +1759,6 @@ func (_q *ActionPlanQuery) loadPrograms(ctx context.Context, query *ProgramQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramActionPlans) s.Join(joinT).On(s.C(program.FieldID), joinT.C(actionplan.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1886,7 +1820,6 @@ func (_q *ActionPlanQuery) loadFindings(ctx context.Context, query *FindingQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingActionPlans) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(actionplan.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1948,7 +1881,6 @@ func (_q *ActionPlanQuery) loadVulnerabilities(ctx context.Context, query *Vulne } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityActionPlans) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(actionplan.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2010,7 +1942,6 @@ func (_q *ActionPlanQuery) loadScans(ctx context.Context, query *ScanQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.ScansTable) - joinT.Schema(_q.schemaConfig.ScanActionPlans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(actionplan.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2072,7 +2003,6 @@ func (_q *ActionPlanQuery) loadReviews(ctx context.Context, query *ReviewQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewActionPlans) s.Join(joinT).On(s.C(review.FieldID), joinT.C(actionplan.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2134,7 +2064,6 @@ func (_q *ActionPlanQuery) loadRemediations(ctx context.Context, query *Remediat } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationActionPlans) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(actionplan.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2196,7 +2125,6 @@ func (_q *ActionPlanQuery) loadTasks(ctx context.Context, query *TaskQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.TasksTable) - joinT.Schema(_q.schemaConfig.ActionPlanTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(actionplan.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(actionplan.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2258,7 +2186,6 @@ func (_q *ActionPlanQuery) loadIntegrations(ctx context.Context, query *Integrat } query.Where(func(s *sql.Selector) { joinT := sql.Table(actionplan.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationActionPlans) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(actionplan.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(actionplan.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2373,8 +2300,6 @@ func (_q *ActionPlanQuery) loadWorkflowObjectRefs(ctx context.Context, query *Wo func (_q *ActionPlanQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ActionPlan - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2455,9 +2380,6 @@ func (_q *ActionPlanQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ActionPlan) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/actionplan_update.go b/internal/ent/generated/actionplan_update.go index fd1e5abf58..568f2a383b 100644 --- a/internal/ent/generated/actionplan_update.go +++ b/internal/ent/generated/actionplan_update.go @@ -29,8 +29,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ActionPlanUpdate is the builder for updating ActionPlan entities. @@ -1809,7 +1807,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -1823,7 +1820,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1840,7 +1836,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -1854,7 +1849,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1871,7 +1865,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1885,7 +1878,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1902,7 +1894,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1919,7 +1910,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1933,7 +1923,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1950,7 +1939,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1967,7 +1955,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1981,7 +1968,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1998,7 +1984,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2015,7 +2000,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ActionPlanKindIDs(); len(nodes) > 0 { @@ -2029,7 +2013,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2046,7 +2029,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2060,7 +2042,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2077,7 +2058,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2094,7 +2074,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2108,7 +2087,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2125,7 +2103,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2142,7 +2119,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2156,7 +2132,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2173,7 +2148,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2190,7 +2164,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2204,7 +2177,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2221,7 +2193,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2238,7 +2209,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2252,7 +2222,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2269,7 +2238,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2286,7 +2254,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -2300,7 +2267,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2317,7 +2283,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2334,7 +2299,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2348,7 +2312,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2365,7 +2328,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2382,7 +2344,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -2396,7 +2357,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2413,7 +2373,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2430,7 +2389,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2444,7 +2402,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2461,7 +2418,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2478,7 +2434,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -2492,7 +2447,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2509,7 +2463,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2526,7 +2479,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -2540,7 +2492,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2557,7 +2508,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2571,7 +2521,6 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2588,14 +2537,11 @@ func (_u *ActionPlanUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ActionPlan - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4410,7 +4356,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -4424,7 +4369,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4441,7 +4385,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -4455,7 +4398,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4472,7 +4414,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4486,7 +4427,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4503,7 +4443,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4520,7 +4459,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4534,7 +4472,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4551,7 +4488,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4568,7 +4504,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -4582,7 +4517,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4599,7 +4533,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4616,7 +4549,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ActionPlanKindIDs(); len(nodes) > 0 { @@ -4630,7 +4562,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4647,7 +4578,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4661,7 +4591,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4678,7 +4607,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4695,7 +4623,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4709,7 +4636,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4726,7 +4652,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4743,7 +4668,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -4757,7 +4681,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4774,7 +4697,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4791,7 +4713,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4805,7 +4726,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4822,7 +4742,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4839,7 +4758,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4853,7 +4771,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4870,7 +4787,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4887,7 +4803,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -4901,7 +4816,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4918,7 +4832,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4935,7 +4848,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -4949,7 +4861,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4966,7 +4877,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4983,7 +4893,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -4997,7 +4906,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5014,7 +4922,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5031,7 +4938,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5045,7 +4951,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5062,7 +4967,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5079,7 +4983,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -5093,7 +4996,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5110,7 +5012,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5127,7 +5028,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -5141,7 +5041,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5158,7 +5057,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -5172,7 +5070,6 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5189,14 +5086,11 @@ func (_u *ActionPlanUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlan, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ActionPlan - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ActionPlan{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/apitoken/where.go b/internal/ent/generated/apitoken/where.go index 80f9142bfc..ff338a6ca5 100644 --- a/internal/ent/generated/apitoken/where.go +++ b/internal/ent/generated/apitoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1239,9 +1237,6 @@ func HasOwner() predicate.APIToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.APIToken sqlgraph.HasNeighbors(s, step) }) } @@ -1250,9 +1245,6 @@ func HasOwner() predicate.APIToken { func HasOwnerWith(preds ...predicate.Organization) predicate.APIToken { return predicate.APIToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.APIToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/apitoken_create.go b/internal/ent/generated/apitoken_create.go index 94e81af350..8cb48f9f33 100644 --- a/internal/ent/generated/apitoken_create.go +++ b/internal/ent/generated/apitoken_create.go @@ -414,7 +414,6 @@ func (_c *APITokenCreate) createSpec() (*APIToken, *sqlgraph.CreateSpec) { _node = &APIToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(apitoken.Table, sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.APIToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -506,7 +505,6 @@ func (_c *APITokenCreate) createSpec() (*APIToken, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/apitoken_delete.go b/internal/ent/generated/apitoken_delete.go index 81356a942a..73b42aacec 100644 --- a/internal/ent/generated/apitoken_delete.go +++ b/internal/ent/generated/apitoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/apitoken" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // APITokenDelete is the builder for deleting a APIToken entity. @@ -43,8 +41,6 @@ func (_d *APITokenDelete) ExecX(ctx context.Context) int { func (_d *APITokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(apitoken.Table, sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.APIToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/apitoken_query.go b/internal/ent/generated/apitoken_query.go index 7ee469c22e..8c227ebf34 100644 --- a/internal/ent/generated/apitoken_query.go +++ b/internal/ent/generated/apitoken_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *APITokenQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, apitoken.OwnerTable, apitoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.APIToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *APITokenQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*API node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.APIToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *APITokenQuery) loadOwner(ctx context.Context, query *OrganizationQuery func (_q *APITokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.APIToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *APITokenQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.APIToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/apitoken_update.go b/internal/ent/generated/apitoken_update.go index 1b40651d5c..95267d4d95 100644 --- a/internal/ent/generated/apitoken_update.go +++ b/internal/ent/generated/apitoken_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/apitoken" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // APITokenUpdate is the builder for updating APIToken entities. @@ -559,7 +557,6 @@ func (_u *APITokenUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -573,14 +570,11 @@ func (_u *APITokenUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.APIToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1158,7 +1152,6 @@ func (_u *APITokenUpdateOne) sqlSave(ctx context.Context) (_node *APIToken, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1172,14 +1165,11 @@ func (_u *APITokenUpdateOne) sqlSave(ctx context.Context) (_node *APIToken, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.APIToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &APIToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/assessment/where.go b/internal/ent/generated/assessment/where.go index edca7854f0..c24a2be6b0 100644 --- a/internal/ent/generated/assessment/where.go +++ b/internal/ent/generated/assessment/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1115,9 +1113,6 @@ func HasOwner() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighbors(s, step) }) } @@ -1126,9 +1121,6 @@ func HasOwner() predicate.Assessment { func HasOwnerWith(preds ...predicate.Organization) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1144,9 +1136,6 @@ func HasBlockedGroups() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1155,9 +1144,6 @@ func HasBlockedGroups() predicate.Assessment { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1173,9 +1159,6 @@ func HasEditors() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1184,9 +1167,6 @@ func HasEditors() predicate.Assessment { func HasEditorsWith(preds ...predicate.Group) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1202,9 +1182,6 @@ func HasViewers() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1213,9 +1190,6 @@ func HasViewers() predicate.Assessment { func HasViewersWith(preds ...predicate.Group) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1231,9 +1205,6 @@ func HasTemplate() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TemplateTable, TemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighbors(s, step) }) } @@ -1242,9 +1213,6 @@ func HasTemplate() predicate.Assessment { func HasTemplateWith(preds ...predicate.Template) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1260,9 +1228,6 @@ func HasPlatforms() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssessments sqlgraph.HasNeighbors(s, step) }) } @@ -1271,9 +1236,6 @@ func HasPlatforms() predicate.Assessment { func HasPlatformsWith(preds ...predicate.Platform) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssessments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1289,9 +1251,6 @@ func HasIdentityHolders() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssessments sqlgraph.HasNeighbors(s, step) }) } @@ -1300,9 +1259,6 @@ func HasIdentityHolders() predicate.Assessment { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssessments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1318,9 +1274,6 @@ func HasAssessmentResponses() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentResponsesTable, AssessmentResponsesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1329,9 +1282,6 @@ func HasAssessmentResponses() predicate.Assessment { func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newAssessmentResponsesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1347,9 +1297,6 @@ func HasCampaigns() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -1358,9 +1305,6 @@ func HasCampaigns() predicate.Assessment { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1376,9 +1320,6 @@ func HasWorkflowObjectRefs() predicate.Assessment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -1387,9 +1328,6 @@ func HasWorkflowObjectRefs() predicate.Assessment { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Assessment { return predicate.Assessment(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/assessment_create.go b/internal/ent/generated/assessment_create.go index 7494ba7da4..08bfe0fe67 100644 --- a/internal/ent/generated/assessment_create.go +++ b/internal/ent/generated/assessment_create.go @@ -538,7 +538,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { _node = &Assessment{config: _c.config} _spec = sqlgraph.NewCreateSpec(assessment.Table, sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Assessment if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -622,7 +621,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -640,7 +638,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -657,7 +654,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -674,7 +670,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -691,7 +686,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -709,7 +703,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -726,7 +719,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -743,7 +735,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -760,7 +751,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -777,7 +767,6 @@ func (_c *AssessmentCreate) createSpec() (*Assessment, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/assessment_delete.go b/internal/ent/generated/assessment_delete.go index 15634e99cf..d140d74a2e 100644 --- a/internal/ent/generated/assessment_delete.go +++ b/internal/ent/generated/assessment_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/assessment" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // AssessmentDelete is the builder for deleting a Assessment entity. @@ -43,8 +41,6 @@ func (_d *AssessmentDelete) ExecX(ctx context.Context) int { func (_d *AssessmentDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(assessment.Table, sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Assessment - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/assessment_query.go b/internal/ent/generated/assessment_query.go index cb4959a885..211d332649 100644 --- a/internal/ent/generated/assessment_query.go +++ b/internal/ent/generated/assessment_query.go @@ -24,7 +24,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -107,9 +106,6 @@ func (_q *AssessmentQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessment.OwnerTable, assessment.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Assessment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -132,9 +128,6 @@ func (_q *AssessmentQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.BlockedGroupsTable, assessment.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -157,9 +150,6 @@ func (_q *AssessmentQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.EditorsTable, assessment.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -182,9 +172,6 @@ func (_q *AssessmentQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.ViewersTable, assessment.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -207,9 +194,6 @@ func (_q *AssessmentQuery) QueryTemplate() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessment.TemplateTable, assessment.TemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Assessment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -232,9 +216,6 @@ func (_q *AssessmentQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, assessment.PlatformsTable, assessment.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssessments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -257,9 +238,6 @@ func (_q *AssessmentQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, assessment.IdentityHoldersTable, assessment.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssessments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -282,9 +260,6 @@ func (_q *AssessmentQuery) QueryAssessmentResponses() *AssessmentResponseQuery { sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.AssessmentResponsesTable, assessment.AssessmentResponsesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -307,9 +282,6 @@ func (_q *AssessmentQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.CampaignsTable, assessment.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -332,9 +304,6 @@ func (_q *AssessmentQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, assessment.WorkflowObjectRefsTable, assessment.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -766,8 +735,6 @@ func (_q *AssessmentQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*A node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Assessment - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1080,7 +1047,6 @@ func (_q *AssessmentQuery) loadPlatforms(ctx context.Context, query *PlatformQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(assessment.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformAssessments) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(assessment.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(assessment.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1142,7 +1108,6 @@ func (_q *AssessmentQuery) loadIdentityHolders(ctx context.Context, query *Ident } query.Where(func(s *sql.Selector) { joinT := sql.Table(assessment.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.IdentityHolderAssessments) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(assessment.IdentityHoldersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(assessment.IdentityHoldersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1285,8 +1250,6 @@ func (_q *AssessmentQuery) loadWorkflowObjectRefs(ctx context.Context, query *Wo func (_q *AssessmentQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Assessment - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1358,9 +1321,6 @@ func (_q *AssessmentQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Assessment) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/assessment_update.go b/internal/ent/generated/assessment_update.go index d46321b9c9..c79d0e03fa 100644 --- a/internal/ent/generated/assessment_update.go +++ b/internal/ent/generated/assessment_update.go @@ -22,8 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // AssessmentUpdate is the builder for updating Assessment entities. @@ -794,7 +792,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -808,7 +805,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -825,7 +821,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -842,7 +837,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -856,7 +850,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -873,7 +866,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -890,7 +882,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -904,7 +895,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -921,7 +911,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -938,7 +927,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -952,7 +940,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -969,7 +956,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -983,7 +969,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1000,7 +985,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1017,7 +1001,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -1031,7 +1014,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1048,7 +1030,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1065,7 +1046,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -1079,7 +1059,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1096,7 +1075,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1113,7 +1091,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -1127,7 +1104,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1144,7 +1120,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1161,7 +1136,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1175,7 +1149,6 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1192,14 +1165,11 @@ func (_u *AssessmentUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Assessment - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2006,7 +1976,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2020,7 +1989,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2037,7 +2005,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2054,7 +2021,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2068,7 +2034,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2085,7 +2050,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2102,7 +2066,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2116,7 +2079,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2133,7 +2095,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2150,7 +2111,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -2164,7 +2124,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2181,7 +2140,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2195,7 +2153,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2212,7 +2169,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2229,7 +2185,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2243,7 +2198,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2260,7 +2214,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2277,7 +2230,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -2291,7 +2243,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2308,7 +2259,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2325,7 +2275,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2339,7 +2288,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2356,7 +2304,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2373,7 +2320,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2387,7 +2333,6 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2404,14 +2349,11 @@ func (_u *AssessmentUpdateOne) sqlSave(ctx context.Context) (_node *Assessment, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Assessment - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Assessment{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/assessmentresponse/where.go b/internal/ent/generated/assessmentresponse/where.go index 6b8819ebd1..172f32d06d 100644 --- a/internal/ent/generated/assessmentresponse/where.go +++ b/internal/ent/generated/assessmentresponse/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1860,9 +1858,6 @@ func HasOwner() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1871,9 +1866,6 @@ func HasOwner() predicate.AssessmentResponse { func HasOwnerWith(preds ...predicate.Organization) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1889,9 +1881,6 @@ func HasAssessment() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, AssessmentTable, AssessmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1900,9 +1889,6 @@ func HasAssessment() predicate.AssessmentResponse { func HasAssessmentWith(preds ...predicate.Assessment) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newAssessmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1918,9 +1904,6 @@ func HasCampaign() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, CampaignTable, CampaignColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1929,9 +1912,6 @@ func HasCampaign() predicate.AssessmentResponse { func HasCampaignWith(preds ...predicate.Campaign) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newCampaignStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1947,9 +1927,6 @@ func HasIdentityHolder() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IdentityHolderTable, IdentityHolderColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1958,9 +1935,6 @@ func HasIdentityHolder() predicate.AssessmentResponse { func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newIdentityHolderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1976,9 +1950,6 @@ func HasEntity() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, EntityTable, EntityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -1987,9 +1958,6 @@ func HasEntity() predicate.AssessmentResponse { func HasEntityWith(preds ...predicate.Entity) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newEntityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2005,9 +1973,6 @@ func HasDocument() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DocumentTable, DocumentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -2016,9 +1981,6 @@ func HasDocument() predicate.AssessmentResponse { func HasDocumentWith(preds ...predicate.DocumentData) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newDocumentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2034,9 +1996,6 @@ func HasVendorRiskScores() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorRiskScoresTable, VendorRiskScoresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -2045,9 +2004,6 @@ func HasVendorRiskScores() predicate.AssessmentResponse { func HasVendorRiskScoresWith(preds ...predicate.VendorRiskScore) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newVendorRiskScoresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2063,9 +2019,6 @@ func HasWorkflowObjectRefs() predicate.AssessmentResponse { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2074,9 +2027,6 @@ func HasWorkflowObjectRefs() predicate.AssessmentResponse { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.AssessmentResponse { return predicate.AssessmentResponse(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/assessmentresponse_create.go b/internal/ent/generated/assessmentresponse_create.go index f2e94c1f4a..d202bf86e4 100644 --- a/internal/ent/generated/assessmentresponse_create.go +++ b/internal/ent/generated/assessmentresponse_create.go @@ -712,7 +712,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph _node = &AssessmentResponse{config: _c.config} _spec = sqlgraph.NewCreateSpec(assessmentresponse.Table, sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.AssessmentResponse if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -828,7 +827,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -846,7 +844,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -864,7 +861,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -882,7 +878,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -900,7 +895,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -918,7 +912,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -936,7 +929,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -953,7 +945,6 @@ func (_c *AssessmentResponseCreate) createSpec() (*AssessmentResponse, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/assessmentresponse_delete.go b/internal/ent/generated/assessmentresponse_delete.go index b6086167eb..c5238f38e7 100644 --- a/internal/ent/generated/assessmentresponse_delete.go +++ b/internal/ent/generated/assessmentresponse_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/assessmentresponse" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // AssessmentResponseDelete is the builder for deleting a AssessmentResponse entity. @@ -43,8 +41,6 @@ func (_d *AssessmentResponseDelete) ExecX(ctx context.Context) int { func (_d *AssessmentResponseDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(assessmentresponse.Table, sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.AssessmentResponse - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/assessmentresponse_query.go b/internal/ent/generated/assessmentresponse_query.go index 0b38684635..08278049ec 100644 --- a/internal/ent/generated/assessmentresponse_query.go +++ b/internal/ent/generated/assessmentresponse_query.go @@ -24,7 +24,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -99,9 +98,6 @@ func (_q *AssessmentResponseQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.OwnerTable, assessmentresponse.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -124,9 +120,6 @@ func (_q *AssessmentResponseQuery) QueryAssessment() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.AssessmentTable, assessmentresponse.AssessmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -149,9 +142,6 @@ func (_q *AssessmentResponseQuery) QueryCampaign() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.CampaignTable, assessmentresponse.CampaignColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -174,9 +164,6 @@ func (_q *AssessmentResponseQuery) QueryIdentityHolder() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.IdentityHolderTable, assessmentresponse.IdentityHolderColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -199,9 +186,6 @@ func (_q *AssessmentResponseQuery) QueryEntity() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.EntityTable, assessmentresponse.EntityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -224,9 +208,6 @@ func (_q *AssessmentResponseQuery) QueryDocument() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, assessmentresponse.DocumentTable, assessmentresponse.DocumentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -249,9 +230,6 @@ func (_q *AssessmentResponseQuery) QueryVendorRiskScores() *VendorRiskScoreQuery sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessmentresponse.VendorRiskScoresTable, assessmentresponse.VendorRiskScoresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -274,9 +252,6 @@ func (_q *AssessmentResponseQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQ sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, assessmentresponse.WorkflowObjectRefsTable, assessmentresponse.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -682,8 +657,6 @@ func (_q *AssessmentResponseQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.AssessmentResponse - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1011,8 +984,6 @@ func (_q *AssessmentResponseQuery) loadWorkflowObjectRefs(ctx context.Context, q func (_q *AssessmentResponseQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.AssessmentResponse - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1096,9 +1067,6 @@ func (_q *AssessmentResponseQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.AssessmentResponse) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/assessmentresponse_update.go b/internal/ent/generated/assessmentresponse_update.go index 1605b57e12..50bd829613 100644 --- a/internal/ent/generated/assessmentresponse_update.go +++ b/internal/ent/generated/assessmentresponse_update.go @@ -21,8 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // AssessmentResponseUpdate is the builder for updating AssessmentResponse entities. @@ -892,7 +890,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -906,7 +903,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -923,7 +919,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignIDs(); len(nodes) > 0 { @@ -937,7 +932,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -954,7 +948,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -968,7 +961,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -985,7 +977,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -999,7 +990,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1016,7 +1006,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DocumentIDs(); len(nodes) > 0 { @@ -1030,7 +1019,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1047,7 +1035,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -1061,7 +1048,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1078,7 +1064,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1095,7 +1080,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1109,7 +1093,6 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1126,14 +1109,11 @@ func (_u *AssessmentResponseUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.AssessmentResponse - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2039,7 +2019,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -2053,7 +2032,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2070,7 +2048,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignIDs(); len(nodes) > 0 { @@ -2084,7 +2061,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2101,7 +2077,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -2115,7 +2090,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2132,7 +2106,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -2146,7 +2119,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2163,7 +2135,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DocumentIDs(); len(nodes) > 0 { @@ -2177,7 +2148,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2194,7 +2164,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -2208,7 +2177,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2225,7 +2193,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2242,7 +2209,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2256,7 +2222,6 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2273,14 +2238,11 @@ func (_u *AssessmentResponseUpdateOne) sqlSave(ctx context.Context) (_node *Asse IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.AssessmentResponse - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &AssessmentResponse{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/asset/where.go b/internal/ent/generated/asset/where.go index 043ff79dbd..4909d873c2 100644 --- a/internal/ent/generated/asset/where.go +++ b/internal/ent/generated/asset/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -3566,9 +3564,6 @@ func HasOwner() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3577,9 +3572,6 @@ func HasOwner() predicate.Asset { func HasOwnerWith(preds ...predicate.Organization) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3595,9 +3587,6 @@ func HasBlockedGroups() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3606,9 +3595,6 @@ func HasBlockedGroups() predicate.Asset { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3624,9 +3610,6 @@ func HasEditors() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3635,9 +3618,6 @@ func HasEditors() predicate.Asset { func HasEditorsWith(preds ...predicate.Group) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3653,9 +3633,6 @@ func HasViewers() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3664,9 +3641,6 @@ func HasViewers() predicate.Asset { func HasViewersWith(preds ...predicate.Group) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3682,9 +3656,6 @@ func HasInternalOwnerUser() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerUserTable, InternalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3693,9 +3664,6 @@ func HasInternalOwnerUser() predicate.Asset { func HasInternalOwnerUserWith(preds ...predicate.User) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newInternalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3711,9 +3679,6 @@ func HasInternalOwnerGroup() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerGroupTable, InternalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3722,9 +3687,6 @@ func HasInternalOwnerGroup() predicate.Asset { func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newInternalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3740,9 +3702,6 @@ func HasAssetSubtype() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssetSubtypeTable, AssetSubtypeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3751,9 +3710,6 @@ func HasAssetSubtype() predicate.Asset { func HasAssetSubtypeWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newAssetSubtypeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3769,9 +3725,6 @@ func HasAssetDataClassification() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssetDataClassificationTable, AssetDataClassificationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3780,9 +3733,6 @@ func HasAssetDataClassification() predicate.Asset { func HasAssetDataClassificationWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newAssetDataClassificationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3798,9 +3748,6 @@ func HasEnvironment() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3809,9 +3756,6 @@ func HasEnvironment() predicate.Asset { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3827,9 +3771,6 @@ func HasScope() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3838,9 +3779,6 @@ func HasScope() predicate.Asset { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3856,9 +3794,6 @@ func HasAccessModel() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AccessModelTable, AccessModelColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3867,9 +3802,6 @@ func HasAccessModel() predicate.Asset { func HasAccessModelWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newAccessModelStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3885,9 +3817,6 @@ func HasEncryptionStatus() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EncryptionStatusTable, EncryptionStatusColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3896,9 +3825,6 @@ func HasEncryptionStatus() predicate.Asset { func HasEncryptionStatusWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newEncryptionStatusStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3914,9 +3840,6 @@ func HasSecurityTier() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SecurityTierTable, SecurityTierColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3925,9 +3848,6 @@ func HasSecurityTier() predicate.Asset { func HasSecurityTierWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newSecurityTierStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3943,9 +3863,6 @@ func HasCriticality() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CriticalityTable, CriticalityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3954,9 +3871,6 @@ func HasCriticality() predicate.Asset { func HasCriticalityWith(preds ...predicate.CustomTypeEnum) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newCriticalityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3972,9 +3886,6 @@ func HasScans() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanAssets sqlgraph.HasNeighbors(s, step) }) } @@ -3983,9 +3894,6 @@ func HasScans() predicate.Asset { func HasScansWith(preds ...predicate.Scan) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4001,9 +3909,6 @@ func HasEntities() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4012,9 +3917,6 @@ func HasEntities() predicate.Asset { func HasEntitiesWith(preds ...predicate.Entity) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4030,9 +3932,6 @@ func HasPlatforms() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4041,9 +3940,6 @@ func HasPlatforms() predicate.Asset { func HasPlatformsWith(preds ...predicate.Platform) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4059,9 +3955,6 @@ func HasSystemDetails() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SystemDetailsTable, SystemDetailsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetailAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4070,9 +3963,6 @@ func HasSystemDetails() predicate.Asset { func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newSystemDetailsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetailAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4088,9 +3978,6 @@ func HasOutOfScopePlatforms() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OutOfScopePlatformsTable, OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4099,9 +3986,6 @@ func HasOutOfScopePlatforms() predicate.Asset { func HasOutOfScopePlatformsWith(preds ...predicate.Platform) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newOutOfScopePlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4117,9 +4001,6 @@ func HasIdentityHolders() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4128,9 +4009,6 @@ func HasIdentityHolders() predicate.Asset { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4146,9 +4024,6 @@ func HasControls() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4157,9 +4032,6 @@ func HasControls() predicate.Asset { func HasControlsWith(preds ...predicate.Control) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4175,9 +4047,6 @@ func HasSubcontrols() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4186,9 +4055,6 @@ func HasSubcontrols() predicate.Asset { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4204,9 +4070,6 @@ func HasInternalPolicies() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4215,9 +4078,6 @@ func HasInternalPolicies() predicate.Asset { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4233,9 +4093,6 @@ func HasFindings() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4244,9 +4101,6 @@ func HasFindings() predicate.Asset { func HasFindingsWith(preds ...predicate.Finding) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4262,9 +4116,6 @@ func HasVulnerabilities() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4273,9 +4124,6 @@ func HasVulnerabilities() predicate.Asset { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4291,9 +4139,6 @@ func HasReviews() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4302,9 +4147,6 @@ func HasReviews() predicate.Asset { func HasReviewsWith(preds ...predicate.Review) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4320,9 +4162,6 @@ func HasRemediations() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4331,9 +4170,6 @@ func HasRemediations() predicate.Asset { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4349,9 +4185,6 @@ func HasSourcePlatform() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, SourcePlatformTable, SourcePlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -4360,9 +4193,6 @@ func HasSourcePlatform() predicate.Asset { func HasSourcePlatformWith(preds ...predicate.Platform) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newSourcePlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4378,9 +4208,6 @@ func HasIntegration() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -4389,9 +4216,6 @@ func HasIntegration() predicate.Asset { func HasIntegrationWith(preds ...predicate.Integration) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4407,9 +4231,6 @@ func HasConnectedAssets() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ConnectedAssetsTable, ConnectedAssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4418,9 +4239,6 @@ func HasConnectedAssets() predicate.Asset { func HasConnectedAssetsWith(preds ...predicate.Asset) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newConnectedAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4436,9 +4254,6 @@ func HasConnectedFrom() predicate.Asset { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ConnectedFromTable, ConnectedFromPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4447,9 +4262,6 @@ func HasConnectedFrom() predicate.Asset { func HasConnectedFromWith(preds ...predicate.Asset) predicate.Asset { return predicate.Asset(func(s *sql.Selector) { step := newConnectedFromStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/asset_create.go b/internal/ent/generated/asset_create.go index 0a2a141ed9..6d7f95c7ea 100644 --- a/internal/ent/generated/asset_create.go +++ b/internal/ent/generated/asset_create.go @@ -1212,7 +1212,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { _node = &Asset{config: _c.config} _spec = sqlgraph.NewCreateSpec(asset.Table, sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Asset if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1376,7 +1375,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1394,7 +1392,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1411,7 +1408,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1428,7 +1424,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1445,7 +1440,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1463,7 +1457,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1481,7 +1474,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1499,7 +1491,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1517,7 +1508,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1535,7 +1525,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1553,7 +1542,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1571,7 +1559,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1589,7 +1576,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1607,7 +1593,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1625,7 +1610,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1642,7 +1626,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1659,7 +1642,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1676,7 +1658,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1693,7 +1674,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1710,7 +1690,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1727,7 +1706,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1744,7 +1722,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1761,7 +1738,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1778,7 +1754,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1795,7 +1770,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1812,7 +1786,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1802,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1846,7 +1818,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1864,7 +1835,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1882,7 +1852,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1899,7 +1868,6 @@ func (_c *AssetCreate) createSpec() (*Asset, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/asset_delete.go b/internal/ent/generated/asset_delete.go index c418573b77..9f889035a7 100644 --- a/internal/ent/generated/asset_delete.go +++ b/internal/ent/generated/asset_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/asset" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // AssetDelete is the builder for deleting a Asset entity. @@ -43,8 +41,6 @@ func (_d *AssetDelete) ExecX(ctx context.Context) int { func (_d *AssetDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(asset.Table, sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Asset - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/asset_query.go b/internal/ent/generated/asset_query.go index c253dd3328..644cbf488c 100644 --- a/internal/ent/generated/asset_query.go +++ b/internal/ent/generated/asset_query.go @@ -33,7 +33,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -148,9 +147,6 @@ func (_q *AssetQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.OwnerTable, asset.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -173,9 +169,6 @@ func (_q *AssetQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.BlockedGroupsTable, asset.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -198,9 +191,6 @@ func (_q *AssetQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.EditorsTable, asset.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -223,9 +213,6 @@ func (_q *AssetQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.ViewersTable, asset.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -248,9 +235,6 @@ func (_q *AssetQuery) QueryInternalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.InternalOwnerUserTable, asset.InternalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -273,9 +257,6 @@ func (_q *AssetQuery) QueryInternalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.InternalOwnerGroupTable, asset.InternalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -298,9 +279,6 @@ func (_q *AssetQuery) QueryAssetSubtype() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AssetSubtypeTable, asset.AssetSubtypeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -323,9 +301,6 @@ func (_q *AssetQuery) QueryAssetDataClassification() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AssetDataClassificationTable, asset.AssetDataClassificationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -348,9 +323,6 @@ func (_q *AssetQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.EnvironmentTable, asset.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -373,9 +345,6 @@ func (_q *AssetQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.ScopeTable, asset.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -398,9 +367,6 @@ func (_q *AssetQuery) QueryAccessModel() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AccessModelTable, asset.AccessModelColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -423,9 +389,6 @@ func (_q *AssetQuery) QueryEncryptionStatus() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.EncryptionStatusTable, asset.EncryptionStatusColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -448,9 +411,6 @@ func (_q *AssetQuery) QuerySecurityTier() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.SecurityTierTable, asset.SecurityTierColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -473,9 +433,6 @@ func (_q *AssetQuery) QueryCriticality() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.CriticalityTable, asset.CriticalityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -498,9 +455,6 @@ func (_q *AssetQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ScansTable, asset.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -523,9 +477,6 @@ func (_q *AssetQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.EntitiesTable, asset.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -548,9 +499,6 @@ func (_q *AssetQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.PlatformsTable, asset.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -573,9 +521,6 @@ func (_q *AssetQuery) QuerySystemDetails() *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.SystemDetailsTable, asset.SystemDetailsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetailAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -598,9 +543,6 @@ func (_q *AssetQuery) QueryOutOfScopePlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.OutOfScopePlatformsTable, asset.OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -623,9 +565,6 @@ func (_q *AssetQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.IdentityHoldersTable, asset.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -648,9 +587,6 @@ func (_q *AssetQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ControlsTable, asset.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -673,9 +609,6 @@ func (_q *AssetQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.SubcontrolsTable, asset.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -698,9 +631,6 @@ func (_q *AssetQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.InternalPoliciesTable, asset.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -723,9 +653,6 @@ func (_q *AssetQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.FindingsTable, asset.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -748,9 +675,6 @@ func (_q *AssetQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.VulnerabilitiesTable, asset.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -773,9 +697,6 @@ func (_q *AssetQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ReviewsTable, asset.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -798,9 +719,6 @@ func (_q *AssetQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.RemediationsTable, asset.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -823,9 +741,6 @@ func (_q *AssetQuery) QuerySourcePlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.SourcePlatformTable, asset.SourcePlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -848,9 +763,6 @@ func (_q *AssetQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.IntegrationTable, asset.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -873,9 +785,6 @@ func (_q *AssetQuery) QueryConnectedAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, asset.ConnectedAssetsTable, asset.ConnectedAssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -898,9 +807,6 @@ func (_q *AssetQuery) QueryConnectedFrom() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ConnectedFromTable, asset.ConnectedFromPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1609,8 +1515,6 @@ func (_q *AssetQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Asset, node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Asset - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2386,7 +2290,6 @@ func (_q *AssetQuery) loadScans(ctx context.Context, query *ScanQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.ScansTable) - joinT.Schema(_q.schemaConfig.ScanAssets) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(asset.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2448,7 +2351,6 @@ func (_q *AssetQuery) loadEntities(ctx context.Context, query *EntityQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntityAssets) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(asset.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2510,7 +2412,6 @@ func (_q *AssetQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformAssets) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(asset.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2572,7 +2473,6 @@ func (_q *AssetQuery) loadSystemDetails(ctx context.Context, query *SystemDetail } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.SystemDetailsTable) - joinT.Schema(_q.schemaConfig.SystemDetailAssets) s.Join(joinT).On(s.C(systemdetail.FieldID), joinT.C(asset.SystemDetailsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.SystemDetailsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2634,7 +2534,6 @@ func (_q *AssetQuery) loadOutOfScopePlatforms(ctx context.Context, query *Platfo } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.OutOfScopePlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformOutOfScopeAssets) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(asset.OutOfScopePlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.OutOfScopePlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2696,7 +2595,6 @@ func (_q *AssetQuery) loadIdentityHolders(ctx context.Context, query *IdentityHo } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.IdentityHolderAssets) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(asset.IdentityHoldersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.IdentityHoldersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2758,7 +2656,6 @@ func (_q *AssetQuery) loadControls(ctx context.Context, query *ControlQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlAssets) s.Join(joinT).On(s.C(control.FieldID), joinT.C(asset.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2820,7 +2717,6 @@ func (_q *AssetQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolAssets) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(asset.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2882,7 +2778,6 @@ func (_q *AssetQuery) loadInternalPolicies(ctx context.Context, query *InternalP } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyAssets) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(asset.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2944,7 +2839,6 @@ func (_q *AssetQuery) loadFindings(ctx context.Context, query *FindingQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingAssets) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(asset.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3006,7 +2900,6 @@ func (_q *AssetQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabil } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityAssets) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(asset.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3068,7 +2961,6 @@ func (_q *AssetQuery) loadReviews(ctx context.Context, query *ReviewQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewAssets) s.Join(joinT).On(s.C(review.FieldID), joinT.C(asset.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3130,7 +3022,6 @@ func (_q *AssetQuery) loadRemediations(ctx context.Context, query *RemediationQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationAssets) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(asset.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3250,7 +3141,6 @@ func (_q *AssetQuery) loadConnectedAssets(ctx context.Context, query *AssetQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.ConnectedAssetsTable) - joinT.Schema(_q.schemaConfig.AssetConnectedAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(asset.ConnectedAssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(asset.ConnectedAssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3312,7 +3202,6 @@ func (_q *AssetQuery) loadConnectedFrom(ctx context.Context, query *AssetQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(asset.ConnectedFromTable) - joinT.Schema(_q.schemaConfig.AssetConnectedAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(asset.ConnectedFromPrimaryKey[0])) s.Where(sql.InValues(joinT.C(asset.ConnectedFromPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3364,8 +3253,6 @@ func (_q *AssetQuery) loadConnectedFrom(ctx context.Context, query *AssetQuery, func (_q *AssetQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Asset - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3470,9 +3357,6 @@ func (_q *AssetQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Asset) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/asset_update.go b/internal/ent/generated/asset_update.go index 9ce9a44203..c8915781e6 100644 --- a/internal/ent/generated/asset_update.go +++ b/internal/ent/generated/asset_update.go @@ -31,8 +31,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/systemdetail" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // AssetUpdate is the builder for updating Asset entities. @@ -2013,7 +2011,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2027,7 +2024,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2044,7 +2040,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2061,7 +2056,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2075,7 +2069,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2092,7 +2085,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2109,7 +2101,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2123,7 +2114,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2140,7 +2130,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2157,7 +2146,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -2171,7 +2159,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2188,7 +2175,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -2202,7 +2188,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2219,7 +2204,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssetSubtypeIDs(); len(nodes) > 0 { @@ -2233,7 +2217,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2250,7 +2233,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssetDataClassificationIDs(); len(nodes) > 0 { @@ -2264,7 +2246,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2281,7 +2262,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2295,7 +2275,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2312,7 +2291,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2326,7 +2304,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2343,7 +2320,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AccessModelIDs(); len(nodes) > 0 { @@ -2357,7 +2333,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2374,7 +2349,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EncryptionStatusIDs(); len(nodes) > 0 { @@ -2388,7 +2362,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2405,7 +2378,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityTierIDs(); len(nodes) > 0 { @@ -2419,7 +2391,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2436,7 +2407,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CriticalityIDs(); len(nodes) > 0 { @@ -2450,7 +2420,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2467,7 +2436,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -2481,7 +2449,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2498,7 +2465,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2515,7 +2481,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2529,7 +2494,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2546,7 +2510,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2563,7 +2526,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2577,7 +2539,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2594,7 +2555,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2611,7 +2571,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -2625,7 +2584,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2642,7 +2600,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2659,7 +2616,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopePlatformsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopePlatformsCleared() { @@ -2673,7 +2629,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2690,7 +2645,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2707,7 +2661,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2721,7 +2674,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2738,7 +2690,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2755,7 +2706,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2769,7 +2719,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2786,7 +2735,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2803,7 +2751,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2817,7 +2764,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2834,7 +2780,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2851,7 +2796,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2865,7 +2809,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2882,7 +2825,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2899,7 +2841,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2913,7 +2854,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2930,7 +2870,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2947,7 +2886,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2961,7 +2899,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2978,7 +2915,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2995,7 +2931,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -3009,7 +2944,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3026,7 +2960,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3043,7 +2976,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -3057,7 +2989,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3074,7 +3005,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3091,7 +3021,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SourcePlatformIDs(); len(nodes) > 0 { @@ -3105,7 +3034,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3122,7 +3050,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedConnectedAssetsIDs(); len(nodes) > 0 && !_u.mutation.ConnectedAssetsCleared() { @@ -3136,7 +3063,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3153,7 +3079,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3170,7 +3095,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedConnectedFromIDs(); len(nodes) > 0 && !_u.mutation.ConnectedFromCleared() { @@ -3184,7 +3108,6 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3201,14 +3124,11 @@ func (_u *AssetUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Asset - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -5225,7 +5145,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -5239,7 +5158,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5256,7 +5174,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5273,7 +5190,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -5287,7 +5203,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5304,7 +5219,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5321,7 +5235,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -5335,7 +5248,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5352,7 +5264,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5369,7 +5280,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -5383,7 +5293,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5400,7 +5309,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -5414,7 +5322,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5431,7 +5338,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssetSubtypeIDs(); len(nodes) > 0 { @@ -5445,7 +5351,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5462,7 +5367,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssetDataClassificationIDs(); len(nodes) > 0 { @@ -5476,7 +5380,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5493,7 +5396,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -5507,7 +5409,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5524,7 +5425,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -5538,7 +5438,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5555,7 +5454,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AccessModelIDs(); len(nodes) > 0 { @@ -5569,7 +5467,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5586,7 +5483,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EncryptionStatusIDs(); len(nodes) > 0 { @@ -5600,7 +5496,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5617,7 +5512,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityTierIDs(); len(nodes) > 0 { @@ -5631,7 +5525,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5648,7 +5541,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CriticalityIDs(); len(nodes) > 0 { @@ -5662,7 +5554,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5679,7 +5570,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -5693,7 +5583,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5710,7 +5599,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5727,7 +5615,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -5741,7 +5628,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5758,7 +5644,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5775,7 +5660,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -5789,7 +5673,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5806,7 +5689,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5823,7 +5705,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -5837,7 +5718,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5854,7 +5734,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5871,7 +5750,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopePlatformsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopePlatformsCleared() { @@ -5885,7 +5763,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5902,7 +5779,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5919,7 +5795,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -5933,7 +5808,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5950,7 +5824,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5967,7 +5840,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -5981,7 +5853,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5998,7 +5869,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6015,7 +5885,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -6029,7 +5898,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6046,7 +5914,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6063,7 +5930,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -6077,7 +5943,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6094,7 +5959,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6111,7 +5975,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -6125,7 +5988,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6142,7 +6004,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6159,7 +6020,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -6173,7 +6033,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6190,7 +6049,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6207,7 +6065,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -6221,7 +6078,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6238,7 +6094,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6255,7 +6110,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -6269,7 +6123,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6286,7 +6139,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6303,7 +6155,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SourcePlatformIDs(); len(nodes) > 0 { @@ -6317,7 +6168,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6334,7 +6184,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedConnectedAssetsIDs(); len(nodes) > 0 && !_u.mutation.ConnectedAssetsCleared() { @@ -6348,7 +6197,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6365,7 +6213,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6382,7 +6229,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedConnectedFromIDs(); len(nodes) > 0 && !_u.mutation.ConnectedFromCleared() { @@ -6396,7 +6242,6 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6413,14 +6258,11 @@ func (_u *AssetUpdateOne) sqlSave(ctx context.Context) (_node *Asset, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssetConnectedAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Asset - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Asset{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/campaign/where.go b/internal/ent/generated/campaign/where.go index 482c30c223..a610190b2b 100644 --- a/internal/ent/generated/campaign/where.go +++ b/internal/ent/generated/campaign/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2606,9 +2604,6 @@ func HasOwner() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2617,9 +2612,6 @@ func HasOwner() predicate.Campaign { func HasOwnerWith(preds ...predicate.Organization) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2635,9 +2627,6 @@ func HasBlockedGroups() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2646,9 +2635,6 @@ func HasBlockedGroups() predicate.Campaign { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2664,9 +2650,6 @@ func HasEditors() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2675,9 +2658,6 @@ func HasEditors() predicate.Campaign { func HasEditorsWith(preds ...predicate.Group) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2693,9 +2673,6 @@ func HasViewers() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2704,9 +2681,6 @@ func HasViewers() predicate.Campaign { func HasViewersWith(preds ...predicate.Group) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2722,9 +2696,6 @@ func HasInternalOwnerUser() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerUserTable, InternalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2733,9 +2704,6 @@ func HasInternalOwnerUser() predicate.Campaign { func HasInternalOwnerUserWith(preds ...predicate.User) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newInternalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2751,9 +2719,6 @@ func HasInternalOwnerGroup() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerGroupTable, InternalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2762,9 +2727,6 @@ func HasInternalOwnerGroup() predicate.Campaign { func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newInternalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2780,9 +2742,6 @@ func HasAssessment() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, AssessmentTable, AssessmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2791,9 +2750,6 @@ func HasAssessment() predicate.Campaign { func HasAssessmentWith(preds ...predicate.Assessment) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newAssessmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2809,9 +2765,6 @@ func HasTemplate() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TemplateTable, TemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2820,9 +2773,6 @@ func HasTemplate() predicate.Campaign { func HasTemplateWith(preds ...predicate.Template) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2838,9 +2788,6 @@ func HasIntegration() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2849,9 +2796,6 @@ func HasIntegration() predicate.Campaign { func HasIntegrationWith(preds ...predicate.Integration) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2867,9 +2811,6 @@ func HasEmailTemplate() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, EmailTemplateTable, EmailTemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2878,9 +2819,6 @@ func HasEmailTemplate() predicate.Campaign { func HasEmailTemplateWith(preds ...predicate.EmailTemplate) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newEmailTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2896,9 +2834,6 @@ func HasEntity() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, EntityTable, EntityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2907,9 +2842,6 @@ func HasEntity() predicate.Campaign { func HasEntityWith(preds ...predicate.Entity) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newEntityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2925,9 +2857,6 @@ func HasTrustCenter() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2936,9 +2865,6 @@ func HasTrustCenter() predicate.Campaign { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2954,9 +2880,6 @@ func HasCampaignTargets() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -2965,9 +2888,6 @@ func HasCampaignTargets() predicate.Campaign { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2983,9 +2903,6 @@ func HasAssessmentResponses() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentResponsesTable, AssessmentResponsesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -2994,9 +2911,6 @@ func HasAssessmentResponses() predicate.Campaign { func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newAssessmentResponsesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3012,9 +2926,6 @@ func HasContacts() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ContactsTable, ContactsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignContacts sqlgraph.HasNeighbors(s, step) }) } @@ -3023,9 +2934,6 @@ func HasContacts() predicate.Campaign { func HasContactsWith(preds ...predicate.Contact) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newContactsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignContacts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3041,9 +2949,6 @@ func HasUsers() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, UsersTable, UsersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignUsers sqlgraph.HasNeighbors(s, step) }) } @@ -3052,9 +2957,6 @@ func HasUsers() predicate.Campaign { func HasUsersWith(preds ...predicate.User) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newUsersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignUsers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3070,9 +2972,6 @@ func HasGroups() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignGroups sqlgraph.HasNeighbors(s, step) }) } @@ -3081,9 +2980,6 @@ func HasGroups() predicate.Campaign { func HasGroupsWith(preds ...predicate.Group) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3099,9 +2995,6 @@ func HasIdentityHolders() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.CampaignIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3110,9 +3003,6 @@ func HasIdentityHolders() predicate.Campaign { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.CampaignIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3128,9 +3018,6 @@ func HasControls() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlCampaigns sqlgraph.HasNeighbors(s, step) }) } @@ -3139,9 +3026,6 @@ func HasControls() predicate.Campaign { func HasControlsWith(preds ...predicate.Control) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlCampaigns sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3157,9 +3041,6 @@ func HasWorkflowObjectRefs() predicate.Campaign { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3168,9 +3049,6 @@ func HasWorkflowObjectRefs() predicate.Campaign { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Campaign { return predicate.Campaign(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/campaign_create.go b/internal/ent/generated/campaign_create.go index 8d6733ee08..23deec5477 100644 --- a/internal/ent/generated/campaign_create.go +++ b/internal/ent/generated/campaign_create.go @@ -1009,7 +1009,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { _node = &Campaign{config: _c.config} _spec = sqlgraph.NewCreateSpec(campaign.Table, sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Campaign if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1157,7 +1156,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1175,7 +1173,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1192,7 +1189,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1209,7 +1205,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1226,7 +1221,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1244,7 +1238,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1262,7 +1255,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1280,7 +1272,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1298,7 +1289,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1316,7 +1306,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1334,7 +1323,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1352,7 +1340,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1370,7 +1357,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1387,7 +1373,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1404,7 +1389,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1421,7 +1405,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1438,7 +1421,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1455,7 +1437,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1472,7 +1453,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1489,7 +1469,6 @@ func (_c *CampaignCreate) createSpec() (*Campaign, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/campaign_delete.go b/internal/ent/generated/campaign_delete.go index ef881e9a48..0fee829d66 100644 --- a/internal/ent/generated/campaign_delete.go +++ b/internal/ent/generated/campaign_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/campaign" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // CampaignDelete is the builder for deleting a Campaign entity. @@ -43,8 +41,6 @@ func (_d *CampaignDelete) ExecX(ctx context.Context) int { func (_d *CampaignDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(campaign.Table, sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Campaign - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/campaign_query.go b/internal/ent/generated/campaign_query.go index 9c6e8c41ad..c40b6488c3 100644 --- a/internal/ent/generated/campaign_query.go +++ b/internal/ent/generated/campaign_query.go @@ -31,7 +31,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -127,9 +126,6 @@ func (_q *CampaignQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.OwnerTable, campaign.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -152,9 +148,6 @@ func (_q *CampaignQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.BlockedGroupsTable, campaign.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -177,9 +170,6 @@ func (_q *CampaignQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.EditorsTable, campaign.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -202,9 +192,6 @@ func (_q *CampaignQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.ViewersTable, campaign.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -227,9 +214,6 @@ func (_q *CampaignQuery) QueryInternalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, campaign.InternalOwnerUserTable, campaign.InternalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -252,9 +236,6 @@ func (_q *CampaignQuery) QueryInternalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, campaign.InternalOwnerGroupTable, campaign.InternalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -277,9 +258,6 @@ func (_q *CampaignQuery) QueryAssessment() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.AssessmentTable, campaign.AssessmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -302,9 +280,6 @@ func (_q *CampaignQuery) QueryTemplate() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.TemplateTable, campaign.TemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -327,9 +302,6 @@ func (_q *CampaignQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.IntegrationTable, campaign.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -352,9 +324,6 @@ func (_q *CampaignQuery) QueryEmailTemplate() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.EmailTemplateTable, campaign.EmailTemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -377,9 +346,6 @@ func (_q *CampaignQuery) QueryEntity() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.EntityTable, campaign.EntityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -402,9 +368,6 @@ func (_q *CampaignQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.TrustCenterTable, campaign.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -427,9 +390,6 @@ func (_q *CampaignQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, campaign.CampaignTargetsTable, campaign.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -452,9 +412,6 @@ func (_q *CampaignQuery) QueryAssessmentResponses() *AssessmentResponseQuery { sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, campaign.AssessmentResponsesTable, campaign.AssessmentResponsesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -477,9 +434,6 @@ func (_q *CampaignQuery) QueryContacts() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.ContactsTable, campaign.ContactsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignContacts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -502,9 +456,6 @@ func (_q *CampaignQuery) QueryUsers() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.UsersTable, campaign.UsersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignUsers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -527,9 +478,6 @@ func (_q *CampaignQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.GroupsTable, campaign.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -552,9 +500,6 @@ func (_q *CampaignQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.IdentityHoldersTable, campaign.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.CampaignIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -577,9 +522,6 @@ func (_q *CampaignQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, campaign.ControlsTable, campaign.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlCampaigns fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -602,9 +544,6 @@ func (_q *CampaignQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, campaign.WorkflowObjectRefsTable, campaign.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1166,8 +1105,6 @@ func (_q *CampaignQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Cam node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Campaign - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1442,7 +1379,6 @@ func (_q *CampaignQuery) loadBlockedGroups(ctx context.Context, query *GroupQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.CampaignBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(campaign.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1504,7 +1440,6 @@ func (_q *CampaignQuery) loadEditors(ctx context.Context, query *GroupQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.EditorsTable) - joinT.Schema(_q.schemaConfig.CampaignEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(campaign.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1566,7 +1501,6 @@ func (_q *CampaignQuery) loadViewers(ctx context.Context, query *GroupQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.ViewersTable) - joinT.Schema(_q.schemaConfig.CampaignViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(campaign.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1920,7 +1854,6 @@ func (_q *CampaignQuery) loadContacts(ctx context.Context, query *ContactQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.ContactsTable) - joinT.Schema(_q.schemaConfig.CampaignContacts) s.Join(joinT).On(s.C(contact.FieldID), joinT.C(campaign.ContactsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.ContactsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1982,7 +1915,6 @@ func (_q *CampaignQuery) loadUsers(ctx context.Context, query *UserQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.UsersTable) - joinT.Schema(_q.schemaConfig.CampaignUsers) s.Join(joinT).On(s.C(user.FieldID), joinT.C(campaign.UsersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.UsersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2044,7 +1976,6 @@ func (_q *CampaignQuery) loadGroups(ctx context.Context, query *GroupQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.GroupsTable) - joinT.Schema(_q.schemaConfig.CampaignGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(campaign.GroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.GroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2106,7 +2037,6 @@ func (_q *CampaignQuery) loadIdentityHolders(ctx context.Context, query *Identit } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.CampaignIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(campaign.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(campaign.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2168,7 +2098,6 @@ func (_q *CampaignQuery) loadControls(ctx context.Context, query *ControlQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(campaign.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlCampaigns) s.Join(joinT).On(s.C(control.FieldID), joinT.C(campaign.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(campaign.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2251,8 +2180,6 @@ func (_q *CampaignQuery) loadWorkflowObjectRefs(ctx context.Context, query *Work func (_q *CampaignQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Campaign - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2345,9 +2272,6 @@ func (_q *CampaignQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Campaign) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/campaign_update.go b/internal/ent/generated/campaign_update.go index 44cb161b08..3f56703efe 100644 --- a/internal/ent/generated/campaign_update.go +++ b/internal/ent/generated/campaign_update.go @@ -30,8 +30,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // CampaignUpdate is the builder for updating Campaign entities. @@ -1561,7 +1559,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1575,7 +1572,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1592,7 +1588,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1609,7 +1604,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1623,7 +1617,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1640,7 +1633,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1657,7 +1649,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1671,7 +1662,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1688,7 +1678,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1705,7 +1694,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -1719,7 +1707,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1736,7 +1723,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -1750,7 +1736,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1767,7 +1752,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -1781,7 +1765,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1798,7 +1781,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -1812,7 +1794,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1810,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1843,7 +1823,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1860,7 +1839,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmailTemplateIDs(); len(nodes) > 0 { @@ -1874,7 +1852,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1891,7 +1868,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -1905,7 +1881,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1922,7 +1897,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -1936,7 +1910,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1953,7 +1926,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -1967,7 +1939,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1984,7 +1955,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2001,7 +1971,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -2015,7 +1984,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2032,7 +2000,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2049,7 +2016,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -2063,7 +2029,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2080,7 +2045,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2097,7 +2061,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedUsersIDs(); len(nodes) > 0 && !_u.mutation.UsersCleared() { @@ -2111,7 +2074,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2128,7 +2090,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2145,7 +2106,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -2159,7 +2119,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2176,7 +2135,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2193,7 +2151,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2207,7 +2164,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2224,7 +2180,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2241,7 +2196,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2255,7 +2209,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2272,7 +2225,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2289,7 +2241,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2303,7 +2254,6 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2320,14 +2270,11 @@ func (_u *CampaignUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Campaign - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -3893,7 +3840,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -3907,7 +3853,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3924,7 +3869,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3941,7 +3885,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -3955,7 +3898,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3972,7 +3914,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3989,7 +3930,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -4003,7 +3943,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4020,7 +3959,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4037,7 +3975,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -4051,7 +3988,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4068,7 +4004,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -4082,7 +4017,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4099,7 +4033,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -4113,7 +4046,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4130,7 +4062,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -4144,7 +4075,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4161,7 +4091,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -4175,7 +4104,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4192,7 +4120,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmailTemplateIDs(); len(nodes) > 0 { @@ -4206,7 +4133,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4223,7 +4149,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -4237,7 +4162,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4254,7 +4178,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -4268,7 +4191,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4285,7 +4207,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -4299,7 +4220,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4316,7 +4236,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4333,7 +4252,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -4347,7 +4265,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4364,7 +4281,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4381,7 +4297,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -4395,7 +4310,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4412,7 +4326,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4429,7 +4342,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedUsersIDs(); len(nodes) > 0 && !_u.mutation.UsersCleared() { @@ -4443,7 +4355,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4460,7 +4371,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4477,7 +4387,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -4491,7 +4400,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4508,7 +4416,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4525,7 +4432,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -4539,7 +4445,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4556,7 +4461,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4573,7 +4477,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4587,7 +4490,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4604,7 +4506,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4621,7 +4522,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -4635,7 +4535,6 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4652,14 +4551,11 @@ func (_u *CampaignUpdateOne) sqlSave(ctx context.Context) (_node *Campaign, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Campaign - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Campaign{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/campaigntarget/where.go b/internal/ent/generated/campaigntarget/where.go index 80d36c9beb..4d01e8d342 100644 --- a/internal/ent/generated/campaigntarget/where.go +++ b/internal/ent/generated/campaigntarget/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1366,9 +1364,6 @@ func HasOwner() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1377,9 +1372,6 @@ func HasOwner() predicate.CampaignTarget { func HasOwnerWith(preds ...predicate.Organization) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1395,9 +1387,6 @@ func HasCampaign() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, CampaignTable, CampaignColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1406,9 +1395,6 @@ func HasCampaign() predicate.CampaignTarget { func HasCampaignWith(preds ...predicate.Campaign) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newCampaignStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1424,9 +1410,6 @@ func HasContact() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ContactTable, ContactColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1435,9 +1418,6 @@ func HasContact() predicate.CampaignTarget { func HasContactWith(preds ...predicate.Contact) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newContactStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1453,9 +1433,6 @@ func HasUser() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1464,9 +1441,6 @@ func HasUser() predicate.CampaignTarget { func HasUserWith(preds ...predicate.User) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1482,9 +1456,6 @@ func HasGroup() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, GroupTable, GroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1493,9 +1464,6 @@ func HasGroup() predicate.CampaignTarget { func HasGroupWith(preds ...predicate.Group) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1511,9 +1479,6 @@ func HasSubscriber() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, SubscriberTable, SubscriberColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1522,9 +1487,6 @@ func HasSubscriber() predicate.CampaignTarget { func HasSubscriberWith(preds ...predicate.Subscriber) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newSubscriberStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1540,9 +1502,6 @@ func HasWorkflowObjectRefs() predicate.CampaignTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -1551,9 +1510,6 @@ func HasWorkflowObjectRefs() predicate.CampaignTarget { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.CampaignTarget { return predicate.CampaignTarget(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/campaigntarget_create.go b/internal/ent/generated/campaigntarget_create.go index a24681abb2..16ad3409ad 100644 --- a/internal/ent/generated/campaigntarget_create.go +++ b/internal/ent/generated/campaigntarget_create.go @@ -480,7 +480,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS _node = &CampaignTarget{config: _c.config} _spec = sqlgraph.NewCreateSpec(campaigntarget.Table, sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CampaignTarget if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -552,7 +551,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -570,7 +568,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -588,7 +585,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -606,7 +602,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -624,7 +619,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -642,7 +636,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -660,7 +653,6 @@ func (_c *CampaignTargetCreate) createSpec() (*CampaignTarget, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/campaigntarget_delete.go b/internal/ent/generated/campaigntarget_delete.go index 796a62fafd..690cd2af6e 100644 --- a/internal/ent/generated/campaigntarget_delete.go +++ b/internal/ent/generated/campaigntarget_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/campaigntarget" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // CampaignTargetDelete is the builder for deleting a CampaignTarget entity. @@ -43,8 +41,6 @@ func (_d *CampaignTargetDelete) ExecX(ctx context.Context) int { func (_d *CampaignTargetDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(campaigntarget.Table, sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CampaignTarget - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/campaigntarget_query.go b/internal/ent/generated/campaigntarget_query.go index 6051895ee3..7701eb3656 100644 --- a/internal/ent/generated/campaigntarget_query.go +++ b/internal/ent/generated/campaigntarget_query.go @@ -23,7 +23,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -96,9 +95,6 @@ func (_q *CampaignTargetQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.OwnerTable, campaigntarget.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -121,9 +117,6 @@ func (_q *CampaignTargetQuery) QueryCampaign() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.CampaignTable, campaigntarget.CampaignColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -146,9 +139,6 @@ func (_q *CampaignTargetQuery) QueryContact() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.ContactTable, campaigntarget.ContactColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -171,9 +161,6 @@ func (_q *CampaignTargetQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.UserTable, campaigntarget.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -196,9 +183,6 @@ func (_q *CampaignTargetQuery) QueryGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.GroupTable, campaigntarget.GroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -221,9 +205,6 @@ func (_q *CampaignTargetQuery) QuerySubscriber() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.SubscriberTable, campaigntarget.SubscriberColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -246,9 +227,6 @@ func (_q *CampaignTargetQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, campaigntarget.WorkflowObjectRefsTable, campaigntarget.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -641,8 +619,6 @@ func (_q *CampaignTargetQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CampaignTarget - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -923,8 +899,6 @@ func (_q *CampaignTargetQuery) loadWorkflowObjectRefs(ctx context.Context, query func (_q *CampaignTargetQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CampaignTarget - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1008,9 +982,6 @@ func (_q *CampaignTargetQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CampaignTarget) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/campaigntarget_update.go b/internal/ent/generated/campaigntarget_update.go index fe587a3f67..3aeb9e1910 100644 --- a/internal/ent/generated/campaigntarget_update.go +++ b/internal/ent/generated/campaigntarget_update.go @@ -20,8 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subscriber" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // CampaignTargetUpdate is the builder for updating CampaignTarget entities. @@ -573,7 +571,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ContactIDs(); len(nodes) > 0 { @@ -587,7 +584,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -604,7 +600,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -618,7 +613,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -635,7 +629,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -649,7 +642,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -666,7 +658,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubscriberIDs(); len(nodes) > 0 { @@ -680,7 +671,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -697,7 +687,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -711,7 +700,6 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -728,14 +716,11 @@ func (_u *CampaignTargetUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CampaignTarget - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1323,7 +1308,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ContactIDs(); len(nodes) > 0 { @@ -1337,7 +1321,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1354,7 +1337,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1368,7 +1350,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1385,7 +1366,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -1399,7 +1379,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1416,7 +1395,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubscriberIDs(); len(nodes) > 0 { @@ -1430,7 +1408,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1447,7 +1424,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1461,7 +1437,6 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1478,14 +1453,11 @@ func (_u *CampaignTargetUpdateOne) sqlSave(ctx context.Context) (_node *Campaign IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CampaignTarget - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &CampaignTarget{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/checkresult/where.go b/internal/ent/generated/checkresult/where.go index ab2454f26c..72897ce3a0 100644 --- a/internal/ent/generated/checkresult/where.go +++ b/internal/ent/generated/checkresult/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1046,9 +1044,6 @@ func HasBlockedGroups() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1057,9 +1052,6 @@ func HasBlockedGroups() predicate.CheckResult { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1075,9 +1067,6 @@ func HasEditors() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1086,9 +1075,6 @@ func HasEditors() predicate.CheckResult { func HasEditorsWith(preds ...predicate.Group) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1104,9 +1090,6 @@ func HasViewers() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1115,9 +1098,6 @@ func HasViewers() predicate.CheckResult { func HasViewersWith(preds ...predicate.Group) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1133,9 +1113,6 @@ func HasControls() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.CheckResultControls sqlgraph.HasNeighbors(s, step) }) } @@ -1144,9 +1121,6 @@ func HasControls() predicate.CheckResult { func HasControlsWith(preds ...predicate.Control) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.CheckResultControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1162,9 +1136,6 @@ func HasFindings() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingCheckResults sqlgraph.HasNeighbors(s, step) }) } @@ -1173,9 +1144,6 @@ func HasFindings() predicate.CheckResult { func HasFindingsWith(preds ...predicate.Finding) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingCheckResults sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1191,9 +1159,6 @@ func HasIntegration() predicate.CheckResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.CheckResult sqlgraph.HasNeighbors(s, step) }) } @@ -1202,9 +1167,6 @@ func HasIntegration() predicate.CheckResult { func HasIntegrationWith(preds ...predicate.Integration) predicate.CheckResult { return predicate.CheckResult(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.CheckResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/checkresult_create.go b/internal/ent/generated/checkresult_create.go index b7f2bba881..8ba8d191c1 100644 --- a/internal/ent/generated/checkresult_create.go +++ b/internal/ent/generated/checkresult_create.go @@ -427,7 +427,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { _node = &CheckResult{config: _c.config} _spec = sqlgraph.NewCreateSpec(checkresult.Table, sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CheckResult if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -499,7 +498,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -516,7 +514,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -533,7 +530,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -550,7 +546,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -567,7 +562,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -584,7 +578,6 @@ func (_c *CheckResultCreate) createSpec() (*CheckResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/checkresult_delete.go b/internal/ent/generated/checkresult_delete.go index da7aa83fd4..beb51107ed 100644 --- a/internal/ent/generated/checkresult_delete.go +++ b/internal/ent/generated/checkresult_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/checkresult" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // CheckResultDelete is the builder for deleting a CheckResult entity. @@ -43,8 +41,6 @@ func (_d *CheckResultDelete) ExecX(ctx context.Context) int { func (_d *CheckResultDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(checkresult.Table, sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CheckResult - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/checkresult_query.go b/internal/ent/generated/checkresult_query.go index 9d3ea09caf..fdbbee6fe3 100644 --- a/internal/ent/generated/checkresult_query.go +++ b/internal/ent/generated/checkresult_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/integration" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -96,9 +95,6 @@ func (_q *CheckResultQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.BlockedGroupsTable, checkresult.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -121,9 +117,6 @@ func (_q *CheckResultQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.EditorsTable, checkresult.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -146,9 +139,6 @@ func (_q *CheckResultQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.ViewersTable, checkresult.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -171,9 +161,6 @@ func (_q *CheckResultQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, checkresult.ControlsTable, checkresult.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.CheckResultControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -196,9 +183,6 @@ func (_q *CheckResultQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, checkresult.FindingsTable, checkresult.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingCheckResults fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -221,9 +205,6 @@ func (_q *CheckResultQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, checkresult.IntegrationTable, checkresult.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.CheckResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -603,8 +584,6 @@ func (_q *CheckResultQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CheckResult - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -807,7 +786,6 @@ func (_q *CheckResultQuery) loadControls(ctx context.Context, query *ControlQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(checkresult.ControlsTable) - joinT.Schema(_q.schemaConfig.CheckResultControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(checkresult.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(checkresult.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -869,7 +847,6 @@ func (_q *CheckResultQuery) loadFindings(ctx context.Context, query *FindingQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(checkresult.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingCheckResults) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(checkresult.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(checkresult.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -950,8 +927,6 @@ func (_q *CheckResultQuery) loadIntegration(ctx context.Context, query *Integrat func (_q *CheckResultQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CheckResult - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1020,9 +995,6 @@ func (_q *CheckResultQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CheckResult) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/checkresult_update.go b/internal/ent/generated/checkresult_update.go index 0786f6307e..255419a8f1 100644 --- a/internal/ent/generated/checkresult_update.go +++ b/internal/ent/generated/checkresult_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/finding" "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // CheckResultUpdate is the builder for updating CheckResult entities. @@ -598,7 +596,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -612,7 +609,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -629,7 +625,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -646,7 +641,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -660,7 +654,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -677,7 +670,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -694,7 +686,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -708,7 +699,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -725,7 +715,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -742,7 +731,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -756,7 +744,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -773,7 +760,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -790,7 +776,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -804,7 +789,6 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -821,14 +805,11 @@ func (_u *CheckResultUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CheckResult - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1442,7 +1423,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1456,7 +1436,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1473,7 +1452,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1490,7 +1468,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1504,7 +1481,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1521,7 +1497,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1538,7 +1513,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1552,7 +1526,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1569,7 +1542,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1586,7 +1558,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1600,7 +1571,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1617,7 +1587,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1634,7 +1603,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -1648,7 +1616,6 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1665,14 +1632,11 @@ func (_u *CheckResultUpdateOne) sqlSave(ctx context.Context) (_node *CheckResult IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CheckResult - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &CheckResult{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/client.go b/internal/ent/generated/client.go index 21a28d8647..bf646dbde9 100644 --- a/internal/ent/generated/client.go +++ b/internal/ent/generated/client.go @@ -142,8 +142,6 @@ import ( "github.com/theopenlane/iam/entfga" stdsql "database/sql" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // Client is the client that holds all ent builders. @@ -522,9 +520,6 @@ type ( EmailVerifier *validator.EmailVerifier // Job is the job client to insert jobs into the queue. Job riverqueue.JobClient - - // schemaConfig contains alternative names for all tables. - schemaConfig SchemaConfig } // Option function to configure the client. Option func(*config) @@ -1431,9 +1426,6 @@ func (c *APITokenClient) QueryOwner(_m *APIToken) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, apitoken.OwnerTable, apitoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.APIToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1585,9 +1577,6 @@ func (c *ActionPlanClient) QueryApprover(_m *ActionPlan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.ApproverTable, actionplan.ApproverColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1604,9 +1593,6 @@ func (c *ActionPlanClient) QueryDelegate(_m *ActionPlan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.DelegateTable, actionplan.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1623,9 +1609,6 @@ func (c *ActionPlanClient) QueryOwner(_m *ActionPlan) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, actionplan.OwnerTable, actionplan.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1642,9 +1625,6 @@ func (c *ActionPlanClient) QueryBlockedGroups(_m *ActionPlan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.BlockedGroupsTable, actionplan.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1661,9 +1641,6 @@ func (c *ActionPlanClient) QueryEditors(_m *ActionPlan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.EditorsTable, actionplan.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1680,9 +1657,6 @@ func (c *ActionPlanClient) QueryViewers(_m *ActionPlan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.ViewersTable, actionplan.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ActionPlanViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1699,9 +1673,6 @@ func (c *ActionPlanClient) QueryActionPlanKind(_m *ActionPlan) *CustomTypeEnumQu sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.ActionPlanKindTable, actionplan.ActionPlanKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1718,9 +1689,6 @@ func (c *ActionPlanClient) QueryRisks(_m *ActionPlan) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.RisksTable, actionplan.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1737,9 +1705,6 @@ func (c *ActionPlanClient) QueryControls(_m *ActionPlan) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ControlsTable, actionplan.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1756,9 +1721,6 @@ func (c *ActionPlanClient) QueryPrograms(_m *ActionPlan) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ProgramsTable, actionplan.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1775,9 +1737,6 @@ func (c *ActionPlanClient) QueryFindings(_m *ActionPlan) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.FindingsTable, actionplan.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1794,9 +1753,6 @@ func (c *ActionPlanClient) QueryVulnerabilities(_m *ActionPlan) *VulnerabilityQu sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.VulnerabilitiesTable, actionplan.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1813,9 +1769,6 @@ func (c *ActionPlanClient) QueryScans(_m *ActionPlan) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ScansTable, actionplan.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1832,9 +1785,6 @@ func (c *ActionPlanClient) QueryReviews(_m *ActionPlan) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.ReviewsTable, actionplan.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1851,9 +1801,6 @@ func (c *ActionPlanClient) QueryRemediations(_m *ActionPlan) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.RemediationsTable, actionplan.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1870,9 +1817,6 @@ func (c *ActionPlanClient) QueryTasks(_m *ActionPlan) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, actionplan.TasksTable, actionplan.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ActionPlanTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1889,9 +1833,6 @@ func (c *ActionPlanClient) QueryIntegrations(_m *ActionPlan) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, actionplan.IntegrationsTable, actionplan.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1908,9 +1849,6 @@ func (c *ActionPlanClient) QueryFile(_m *ActionPlan) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, actionplan.FileTable, actionplan.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -1927,9 +1865,6 @@ func (c *ActionPlanClient) QueryWorkflowObjectRefs(_m *ActionPlan) *WorkflowObje sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, actionplan.WorkflowObjectRefsTable, actionplan.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2081,9 +2016,6 @@ func (c *AssessmentClient) QueryOwner(_m *Assessment) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessment.OwnerTable, assessment.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Assessment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2100,9 +2032,6 @@ func (c *AssessmentClient) QueryBlockedGroups(_m *Assessment) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.BlockedGroupsTable, assessment.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2119,9 +2048,6 @@ func (c *AssessmentClient) QueryEditors(_m *Assessment) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.EditorsTable, assessment.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2138,9 +2064,6 @@ func (c *AssessmentClient) QueryViewers(_m *Assessment) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.ViewersTable, assessment.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2157,9 +2080,6 @@ func (c *AssessmentClient) QueryTemplate(_m *Assessment) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessment.TemplateTable, assessment.TemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Assessment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2176,9 +2096,6 @@ func (c *AssessmentClient) QueryPlatforms(_m *Assessment) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, assessment.PlatformsTable, assessment.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssessments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2195,9 +2112,6 @@ func (c *AssessmentClient) QueryIdentityHolders(_m *Assessment) *IdentityHolderQ sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, assessment.IdentityHoldersTable, assessment.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssessments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2214,9 +2128,6 @@ func (c *AssessmentClient) QueryAssessmentResponses(_m *Assessment) *AssessmentR sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.AssessmentResponsesTable, assessment.AssessmentResponsesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2233,9 +2144,6 @@ func (c *AssessmentClient) QueryCampaigns(_m *Assessment) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessment.CampaignsTable, assessment.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2252,9 +2160,6 @@ func (c *AssessmentClient) QueryWorkflowObjectRefs(_m *Assessment) *WorkflowObje sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, assessment.WorkflowObjectRefsTable, assessment.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2406,9 +2311,6 @@ func (c *AssessmentResponseClient) QueryOwner(_m *AssessmentResponse) *Organizat sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.OwnerTable, assessmentresponse.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2425,9 +2327,6 @@ func (c *AssessmentResponseClient) QueryAssessment(_m *AssessmentResponse) *Asse sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.AssessmentTable, assessmentresponse.AssessmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2444,9 +2343,6 @@ func (c *AssessmentResponseClient) QueryCampaign(_m *AssessmentResponse) *Campai sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.CampaignTable, assessmentresponse.CampaignColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2463,9 +2359,6 @@ func (c *AssessmentResponseClient) QueryIdentityHolder(_m *AssessmentResponse) * sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.IdentityHolderTable, assessmentresponse.IdentityHolderColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2482,9 +2375,6 @@ func (c *AssessmentResponseClient) QueryEntity(_m *AssessmentResponse) *EntityQu sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, assessmentresponse.EntityTable, assessmentresponse.EntityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2501,9 +2391,6 @@ func (c *AssessmentResponseClient) QueryDocument(_m *AssessmentResponse) *Docume sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, assessmentresponse.DocumentTable, assessmentresponse.DocumentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2520,9 +2407,6 @@ func (c *AssessmentResponseClient) QueryVendorRiskScores(_m *AssessmentResponse) sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, assessmentresponse.VendorRiskScoresTable, assessmentresponse.VendorRiskScoresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2539,9 +2423,6 @@ func (c *AssessmentResponseClient) QueryWorkflowObjectRefs(_m *AssessmentRespons sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, assessmentresponse.WorkflowObjectRefsTable, assessmentresponse.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2693,9 +2574,6 @@ func (c *AssetClient) QueryOwner(_m *Asset) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.OwnerTable, asset.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2712,9 +2590,6 @@ func (c *AssetClient) QueryBlockedGroups(_m *Asset) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.BlockedGroupsTable, asset.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2731,9 +2606,6 @@ func (c *AssetClient) QueryEditors(_m *Asset) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.EditorsTable, asset.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2750,9 +2622,6 @@ func (c *AssetClient) QueryViewers(_m *Asset) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, asset.ViewersTable, asset.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2769,9 +2638,6 @@ func (c *AssetClient) QueryInternalOwnerUser(_m *Asset) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.InternalOwnerUserTable, asset.InternalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2788,9 +2654,6 @@ func (c *AssetClient) QueryInternalOwnerGroup(_m *Asset) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.InternalOwnerGroupTable, asset.InternalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2807,9 +2670,6 @@ func (c *AssetClient) QueryAssetSubtype(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AssetSubtypeTable, asset.AssetSubtypeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2826,9 +2686,6 @@ func (c *AssetClient) QueryAssetDataClassification(_m *Asset) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AssetDataClassificationTable, asset.AssetDataClassificationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2845,9 +2702,6 @@ func (c *AssetClient) QueryEnvironment(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.EnvironmentTable, asset.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2864,9 +2718,6 @@ func (c *AssetClient) QueryScope(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.ScopeTable, asset.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2883,9 +2734,6 @@ func (c *AssetClient) QueryAccessModel(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.AccessModelTable, asset.AccessModelColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2902,9 +2750,6 @@ func (c *AssetClient) QueryEncryptionStatus(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.EncryptionStatusTable, asset.EncryptionStatusColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2921,9 +2766,6 @@ func (c *AssetClient) QuerySecurityTier(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.SecurityTierTable, asset.SecurityTierColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2940,9 +2782,6 @@ func (c *AssetClient) QueryCriticality(_m *Asset) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, asset.CriticalityTable, asset.CriticalityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2959,9 +2798,6 @@ func (c *AssetClient) QueryScans(_m *Asset) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ScansTable, asset.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2978,9 +2814,6 @@ func (c *AssetClient) QueryEntities(_m *Asset) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.EntitiesTable, asset.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -2997,9 +2830,6 @@ func (c *AssetClient) QueryPlatforms(_m *Asset) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.PlatformsTable, asset.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3016,9 +2846,6 @@ func (c *AssetClient) QuerySystemDetails(_m *Asset) *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.SystemDetailsTable, asset.SystemDetailsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetailAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3035,9 +2862,6 @@ func (c *AssetClient) QueryOutOfScopePlatforms(_m *Asset) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.OutOfScopePlatformsTable, asset.OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3054,9 +2878,6 @@ func (c *AssetClient) QueryIdentityHolders(_m *Asset) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.IdentityHoldersTable, asset.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3073,9 +2894,6 @@ func (c *AssetClient) QueryControls(_m *Asset) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ControlsTable, asset.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3092,9 +2910,6 @@ func (c *AssetClient) QuerySubcontrols(_m *Asset) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.SubcontrolsTable, asset.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3111,9 +2926,6 @@ func (c *AssetClient) QueryInternalPolicies(_m *Asset) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.InternalPoliciesTable, asset.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3130,9 +2942,6 @@ func (c *AssetClient) QueryFindings(_m *Asset) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.FindingsTable, asset.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3149,9 +2958,6 @@ func (c *AssetClient) QueryVulnerabilities(_m *Asset) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.VulnerabilitiesTable, asset.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3168,9 +2974,6 @@ func (c *AssetClient) QueryReviews(_m *Asset) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ReviewsTable, asset.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3187,9 +2990,6 @@ func (c *AssetClient) QueryRemediations(_m *Asset) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.RemediationsTable, asset.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3206,9 +3006,6 @@ func (c *AssetClient) QuerySourcePlatform(_m *Asset) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.SourcePlatformTable, asset.SourcePlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3225,9 +3022,6 @@ func (c *AssetClient) QueryIntegration(_m *Asset) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, asset.IntegrationTable, asset.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3244,9 +3038,6 @@ func (c *AssetClient) QueryConnectedAssets(_m *Asset) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, asset.ConnectedAssetsTable, asset.ConnectedAssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3263,9 +3054,6 @@ func (c *AssetClient) QueryConnectedFrom(_m *Asset) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, asset.ConnectedFromTable, asset.ConnectedFromPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.AssetConnectedAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3417,9 +3205,6 @@ func (c *CampaignClient) QueryOwner(_m *Campaign) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.OwnerTable, campaign.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3436,9 +3221,6 @@ func (c *CampaignClient) QueryBlockedGroups(_m *Campaign) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.BlockedGroupsTable, campaign.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3455,9 +3237,6 @@ func (c *CampaignClient) QueryEditors(_m *Campaign) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.EditorsTable, campaign.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3474,9 +3253,6 @@ func (c *CampaignClient) QueryViewers(_m *Campaign) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.ViewersTable, campaign.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3493,9 +3269,6 @@ func (c *CampaignClient) QueryInternalOwnerUser(_m *Campaign) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, campaign.InternalOwnerUserTable, campaign.InternalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3512,9 +3285,6 @@ func (c *CampaignClient) QueryInternalOwnerGroup(_m *Campaign) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, campaign.InternalOwnerGroupTable, campaign.InternalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3531,9 +3301,6 @@ func (c *CampaignClient) QueryAssessment(_m *Campaign) *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.AssessmentTable, campaign.AssessmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3550,9 +3317,6 @@ func (c *CampaignClient) QueryTemplate(_m *Campaign) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.TemplateTable, campaign.TemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3569,9 +3333,6 @@ func (c *CampaignClient) QueryIntegration(_m *Campaign) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.IntegrationTable, campaign.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3588,9 +3349,6 @@ func (c *CampaignClient) QueryEmailTemplate(_m *Campaign) *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.EmailTemplateTable, campaign.EmailTemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3607,9 +3365,6 @@ func (c *CampaignClient) QueryEntity(_m *Campaign) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.EntityTable, campaign.EntityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3626,9 +3381,6 @@ func (c *CampaignClient) QueryTrustCenter(_m *Campaign) *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaign.TrustCenterTable, campaign.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3645,9 +3397,6 @@ func (c *CampaignClient) QueryCampaignTargets(_m *Campaign) *CampaignTargetQuery sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, campaign.CampaignTargetsTable, campaign.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3664,9 +3413,6 @@ func (c *CampaignClient) QueryAssessmentResponses(_m *Campaign) *AssessmentRespo sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, campaign.AssessmentResponsesTable, campaign.AssessmentResponsesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3683,9 +3429,6 @@ func (c *CampaignClient) QueryContacts(_m *Campaign) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.ContactsTable, campaign.ContactsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignContacts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3702,9 +3445,6 @@ func (c *CampaignClient) QueryUsers(_m *Campaign) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.UsersTable, campaign.UsersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignUsers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3721,9 +3461,6 @@ func (c *CampaignClient) QueryGroups(_m *Campaign) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.GroupsTable, campaign.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3740,9 +3477,6 @@ func (c *CampaignClient) QueryIdentityHolders(_m *Campaign) *IdentityHolderQuery sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, campaign.IdentityHoldersTable, campaign.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.CampaignIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3759,9 +3493,6 @@ func (c *CampaignClient) QueryControls(_m *Campaign) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, campaign.ControlsTable, campaign.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlCampaigns fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3778,9 +3509,6 @@ func (c *CampaignClient) QueryWorkflowObjectRefs(_m *Campaign) *WorkflowObjectRe sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, campaign.WorkflowObjectRefsTable, campaign.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3932,9 +3660,6 @@ func (c *CampaignTargetClient) QueryOwner(_m *CampaignTarget) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.OwnerTable, campaigntarget.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3951,9 +3676,6 @@ func (c *CampaignTargetClient) QueryCampaign(_m *CampaignTarget) *CampaignQuery sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.CampaignTable, campaigntarget.CampaignColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3970,9 +3692,6 @@ func (c *CampaignTargetClient) QueryContact(_m *CampaignTarget) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.ContactTable, campaigntarget.ContactColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -3989,9 +3708,6 @@ func (c *CampaignTargetClient) QueryUser(_m *CampaignTarget) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.UserTable, campaigntarget.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4008,9 +3724,6 @@ func (c *CampaignTargetClient) QueryGroup(_m *CampaignTarget) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.GroupTable, campaigntarget.GroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4027,9 +3740,6 @@ func (c *CampaignTargetClient) QuerySubscriber(_m *CampaignTarget) *SubscriberQu sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, campaigntarget.SubscriberTable, campaigntarget.SubscriberColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4046,9 +3756,6 @@ func (c *CampaignTargetClient) QueryWorkflowObjectRefs(_m *CampaignTarget) *Work sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, campaigntarget.WorkflowObjectRefsTable, campaigntarget.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4200,9 +3907,6 @@ func (c *CheckResultClient) QueryBlockedGroups(_m *CheckResult) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.BlockedGroupsTable, checkresult.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4219,9 +3923,6 @@ func (c *CheckResultClient) QueryEditors(_m *CheckResult) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.EditorsTable, checkresult.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4238,9 +3939,6 @@ func (c *CheckResultClient) QueryViewers(_m *CheckResult) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, checkresult.ViewersTable, checkresult.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4257,9 +3955,6 @@ func (c *CheckResultClient) QueryControls(_m *CheckResult) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, checkresult.ControlsTable, checkresult.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.CheckResultControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4276,9 +3971,6 @@ func (c *CheckResultClient) QueryFindings(_m *CheckResult) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, checkresult.FindingsTable, checkresult.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingCheckResults fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4295,9 +3987,6 @@ func (c *CheckResultClient) QueryIntegration(_m *CheckResult) *IntegrationQuery sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, checkresult.IntegrationTable, checkresult.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.CheckResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4449,9 +4138,6 @@ func (c *ContactClient) QueryOwner(_m *Contact) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, contact.OwnerTable, contact.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Contact fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4468,9 +4154,6 @@ func (c *ContactClient) QueryEntities(_m *Contact) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, contact.EntitiesTable, contact.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityContacts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4487,9 +4170,6 @@ func (c *ContactClient) QueryCampaigns(_m *Contact) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, contact.CampaignsTable, contact.CampaignsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignContacts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4506,9 +4186,6 @@ func (c *ContactClient) QueryCampaignTargets(_m *Contact) *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, contact.CampaignTargetsTable, contact.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4525,9 +4202,6 @@ func (c *ContactClient) QueryFiles(_m *Contact) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, contact.FilesTable, contact.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ContactFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4544,9 +4218,6 @@ func (c *ContactClient) QuerySubscribers(_m *Contact) *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, contact.SubscribersTable, contact.SubscribersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4698,9 +4369,6 @@ func (c *ControlClient) QueryEvidence(_m *Control) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.EvidenceTable, control.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4717,9 +4385,6 @@ func (c *ControlClient) QueryControlObjectives(_m *Control) *ControlObjectiveQue sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ControlObjectivesTable, control.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4736,9 +4401,6 @@ func (c *ControlClient) QueryTasks(_m *Control) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.TasksTable, control.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4755,9 +4417,6 @@ func (c *ControlClient) QueryNarratives(_m *Control) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.NarrativesTable, control.NarrativesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ControlNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4774,9 +4433,6 @@ func (c *ControlClient) QueryRisks(_m *Control) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.RisksTable, control.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ControlRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4793,9 +4449,6 @@ func (c *ControlClient) QueryActionPlans(_m *Control) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ActionPlansTable, control.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ControlActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4812,9 +4465,6 @@ func (c *ControlClient) QueryProcedures(_m *Control) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ProceduresTable, control.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ControlProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4831,9 +4481,6 @@ func (c *ControlClient) QueryInternalPolicies(_m *Control) *InternalPolicyQuery sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.InternalPoliciesTable, control.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4850,9 +4497,6 @@ func (c *ControlClient) QueryComments(_m *Control) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.CommentsTable, control.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4869,9 +4513,6 @@ func (c *ControlClient) QueryDiscussions(_m *Control) *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.DiscussionsTable, control.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4888,9 +4529,6 @@ func (c *ControlClient) QueryControlOwner(_m *Control) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ControlOwnerTable, control.ControlOwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4907,9 +4545,6 @@ func (c *ControlClient) QueryDelegate(_m *Control) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.DelegateTable, control.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4926,9 +4561,6 @@ func (c *ControlClient) QueryResponsibleParty(_m *Control) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ResponsiblePartyTable, control.ResponsiblePartyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4945,9 +4577,6 @@ func (c *ControlClient) QueryReviews(_m *Control) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ReviewsTable, control.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4964,9 +4593,6 @@ func (c *ControlClient) QueryRemediations(_m *Control) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.RemediationsTable, control.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -4983,9 +4609,6 @@ func (c *ControlClient) QueryScans(_m *Control) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ScansTable, control.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ControlScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5002,9 +4625,6 @@ func (c *ControlClient) QueryOwner(_m *Control) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, control.OwnerTable, control.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5021,9 +4641,6 @@ func (c *ControlClient) QueryBlockedGroups(_m *Control) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.BlockedGroupsTable, control.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5040,9 +4657,6 @@ func (c *ControlClient) QueryEditors(_m *Control) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.EditorsTable, control.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5059,9 +4673,6 @@ func (c *ControlClient) QueryControlKind(_m *Control) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ControlKindTable, control.ControlKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5078,9 +4689,6 @@ func (c *ControlClient) QueryEnvironment(_m *Control) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.EnvironmentTable, control.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5097,9 +4705,6 @@ func (c *ControlClient) QueryScope(_m *Control) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ScopeTable, control.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5116,9 +4721,6 @@ func (c *ControlClient) QueryStandard(_m *Control) *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, control.StandardTable, control.StandardColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5135,9 +4737,6 @@ func (c *ControlClient) QueryCheckResults(_m *Control) *CheckResultQuery { sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.CheckResultsTable, control.CheckResultsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResultControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5154,9 +4753,6 @@ func (c *ControlClient) QueryPrograms(_m *Control) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ProgramsTable, control.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5173,9 +4769,6 @@ func (c *ControlClient) QueryPlatforms(_m *Control) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.PlatformsTable, control.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5192,9 +4785,6 @@ func (c *ControlClient) QueryVulnerabilities(_m *Control) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.VulnerabilitiesTable, control.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5211,9 +4801,6 @@ func (c *ControlClient) QueryAssets(_m *Control) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.AssetsTable, control.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ControlAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5230,9 +4817,6 @@ func (c *ControlClient) QueryEntities(_m *Control) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.EntitiesTable, control.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ControlEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5249,9 +4833,6 @@ func (c *ControlClient) QueryIdentityHolders(_m *Control) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.IdentityHoldersTable, control.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.ControlIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5268,9 +4849,6 @@ func (c *ControlClient) QueryCampaigns(_m *Control) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.CampaignsTable, control.CampaignsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.ControlCampaigns fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5287,9 +4865,6 @@ func (c *ControlClient) QueryFindings(_m *Control) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.FindingsTable, control.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5306,9 +4881,6 @@ func (c *ControlClient) QueryControlImplementations(_m *Control) *ControlImpleme sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ControlImplementationsTable, control.ControlImplementationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlControlImplementations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5325,9 +4897,6 @@ func (c *ControlClient) QuerySubcontrols(_m *Control) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.SubcontrolsTable, control.SubcontrolsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5344,9 +4913,6 @@ func (c *ControlClient) QueryScheduledJobs(_m *Control) *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ScheduledJobsTable, control.ScheduledJobsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5363,9 +4929,6 @@ func (c *ControlClient) QueryMappedToControls(_m *Control) *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.MappedToControlsTable, control.MappedToControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5382,9 +4945,6 @@ func (c *ControlClient) QueryMappedFromControls(_m *Control) *MappedControlQuery sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.MappedFromControlsTable, control.MappedFromControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5401,9 +4961,6 @@ func (c *ControlClient) QueryWorkflowObjectRefs(_m *Control) *WorkflowObjectRefQ sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, control.WorkflowObjectRefsTable, control.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5420,9 +4977,6 @@ func (c *ControlClient) QueryControlMappings(_m *Control) *FindingControlQuery { sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, control.ControlMappingsTable, control.ControlMappingsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5574,9 +5128,6 @@ func (c *ControlImplementationClient) QueryOwner(_m *ControlImplementation) *Org sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, controlimplementation.OwnerTable, controlimplementation.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlImplementation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5593,9 +5144,6 @@ func (c *ControlImplementationClient) QueryBlockedGroups(_m *ControlImplementati sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.BlockedGroupsTable, controlimplementation.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5612,9 +5160,6 @@ func (c *ControlImplementationClient) QueryEditors(_m *ControlImplementation) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.EditorsTable, controlimplementation.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5631,9 +5176,6 @@ func (c *ControlImplementationClient) QueryViewers(_m *ControlImplementation) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.ViewersTable, controlimplementation.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5650,9 +5192,6 @@ func (c *ControlImplementationClient) QueryControls(_m *ControlImplementation) * sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlimplementation.ControlsTable, controlimplementation.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlImplementations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5669,9 +5208,6 @@ func (c *ControlImplementationClient) QuerySubcontrols(_m *ControlImplementation sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlimplementation.SubcontrolsTable, controlimplementation.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5688,9 +5224,6 @@ func (c *ControlImplementationClient) QueryTasks(_m *ControlImplementation) *Tas sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.TasksTable, controlimplementation.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlImplementationTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5842,9 +5375,6 @@ func (c *ControlObjectiveClient) QueryOwner(_m *ControlObjective) *OrganizationQ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, controlobjective.OwnerTable, controlobjective.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlObjective fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5861,9 +5391,6 @@ func (c *ControlObjectiveClient) QueryBlockedGroups(_m *ControlObjective) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.BlockedGroupsTable, controlobjective.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5880,9 +5407,6 @@ func (c *ControlObjectiveClient) QueryEditors(_m *ControlObjective) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.EditorsTable, controlobjective.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5899,9 +5423,6 @@ func (c *ControlObjectiveClient) QueryViewers(_m *ControlObjective) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.ViewersTable, controlobjective.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5918,9 +5439,6 @@ func (c *ControlObjectiveClient) QueryPrograms(_m *ControlObjective) *ProgramQue sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.ProgramsTable, controlobjective.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5937,9 +5455,6 @@ func (c *ControlObjectiveClient) QueryEvidence(_m *ControlObjective) *EvidenceQu sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.EvidenceTable, controlobjective.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5956,9 +5471,6 @@ func (c *ControlObjectiveClient) QueryControls(_m *ControlObjective) *ControlQue sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.ControlsTable, controlobjective.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5975,9 +5487,6 @@ func (c *ControlObjectiveClient) QuerySubcontrols(_m *ControlObjective) *Subcont sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.SubcontrolsTable, controlobjective.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -5994,9 +5503,6 @@ func (c *ControlObjectiveClient) QueryInternalPolicies(_m *ControlObjective) *In sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.InternalPoliciesTable, controlobjective.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6013,9 +5519,6 @@ func (c *ControlObjectiveClient) QueryProcedures(_m *ControlObjective) *Procedur sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.ProceduresTable, controlobjective.ProceduresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6032,9 +5535,6 @@ func (c *ControlObjectiveClient) QueryRisks(_m *ControlObjective) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.RisksTable, controlobjective.RisksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6051,9 +5551,6 @@ func (c *ControlObjectiveClient) QueryNarratives(_m *ControlObjective) *Narrativ sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.NarrativesTable, controlobjective.NarrativesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6070,9 +5567,6 @@ func (c *ControlObjectiveClient) QueryTasks(_m *ControlObjective) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.TasksTable, controlobjective.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlObjectiveTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6224,9 +5718,6 @@ func (c *CustomDomainClient) QueryOwner(_m *CustomDomain) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, customdomain.OwnerTable, customdomain.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6243,9 +5734,6 @@ func (c *CustomDomainClient) QueryMappableDomain(_m *CustomDomain) *MappableDoma sqlgraph.To(mappabledomain.Table, mappabledomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, customdomain.MappableDomainTable, customdomain.MappableDomainColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappableDomain - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6262,9 +5750,6 @@ func (c *CustomDomainClient) QueryDNSVerification(_m *CustomDomain) *DNSVerifica sqlgraph.To(dnsverification.Table, dnsverification.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, customdomain.DNSVerificationTable, customdomain.DNSVerificationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6416,9 +5901,6 @@ func (c *CustomTypeEnumClient) QueryOwner(_m *CustomTypeEnum) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, customtypeenum.OwnerTable, customtypeenum.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomTypeEnum fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6435,9 +5917,6 @@ func (c *CustomTypeEnumClient) QueryTasks(_m *CustomTypeEnum) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.TasksTable, customtypeenum.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6454,9 +5933,6 @@ func (c *CustomTypeEnumClient) QueryControls(_m *CustomTypeEnum) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ControlsTable, customtypeenum.ControlsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6473,9 +5949,6 @@ func (c *CustomTypeEnumClient) QuerySubcontrols(_m *CustomTypeEnum) *SubcontrolQ sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.SubcontrolsTable, customtypeenum.SubcontrolsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6492,9 +5965,6 @@ func (c *CustomTypeEnumClient) QueryRisks(_m *CustomTypeEnum) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.RisksTable, customtypeenum.RisksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6511,9 +5981,6 @@ func (c *CustomTypeEnumClient) QueryRiskCategories(_m *CustomTypeEnum) *RiskQuer sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.RiskCategoriesTable, customtypeenum.RiskCategoriesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6530,9 +5997,6 @@ func (c *CustomTypeEnumClient) QueryInternalPolicies(_m *CustomTypeEnum) *Intern sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.InternalPoliciesTable, customtypeenum.InternalPoliciesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6549,9 +6013,6 @@ func (c *CustomTypeEnumClient) QueryProcedures(_m *CustomTypeEnum) *ProcedureQue sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ProceduresTable, customtypeenum.ProceduresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6568,9 +6029,6 @@ func (c *CustomTypeEnumClient) QueryActionPlans(_m *CustomTypeEnum) *ActionPlanQ sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ActionPlansTable, customtypeenum.ActionPlansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6587,9 +6045,6 @@ func (c *CustomTypeEnumClient) QueryPrograms(_m *CustomTypeEnum) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ProgramsTable, customtypeenum.ProgramsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6606,9 +6061,6 @@ func (c *CustomTypeEnumClient) QueryPlatforms(_m *CustomTypeEnum) *PlatformQuery sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.PlatformsTable, customtypeenum.PlatformsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6760,9 +6212,6 @@ func (c *DNSVerificationClient) QueryOwner(_m *DNSVerification) *OrganizationQue sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, dnsverification.OwnerTable, dnsverification.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DNSVerification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6779,9 +6228,6 @@ func (c *DNSVerificationClient) QueryCustomDomains(_m *DNSVerification) *CustomD sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, dnsverification.CustomDomainsTable, dnsverification.CustomDomainsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6933,9 +6379,6 @@ func (c *DirectoryAccountClient) QueryOwner(_m *DirectoryAccount) *OrganizationQ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.OwnerTable, directoryaccount.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6952,9 +6395,6 @@ func (c *DirectoryAccountClient) QueryEnvironment(_m *DirectoryAccount) *CustomT sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.EnvironmentTable, directoryaccount.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6971,9 +6411,6 @@ func (c *DirectoryAccountClient) QueryScope(_m *DirectoryAccount) *CustomTypeEnu sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.ScopeTable, directoryaccount.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -6990,9 +6427,6 @@ func (c *DirectoryAccountClient) QueryIntegration(_m *DirectoryAccount) *Integra sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.IntegrationTable, directoryaccount.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7009,9 +6443,6 @@ func (c *DirectoryAccountClient) QueryDirectorySyncRun(_m *DirectoryAccount) *Di sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.DirectorySyncRunTable, directoryaccount.DirectorySyncRunColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7028,9 +6459,6 @@ func (c *DirectoryAccountClient) QueryPlatform(_m *DirectoryAccount) *PlatformQu sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.PlatformTable, directoryaccount.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7047,9 +6475,6 @@ func (c *DirectoryAccountClient) QueryIdentityHolder(_m *DirectoryAccount) *Iden sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.IdentityHolderTable, directoryaccount.IdentityHolderColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7066,9 +6491,6 @@ func (c *DirectoryAccountClient) QueryAvatarFile(_m *DirectoryAccount) *FileQuer sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.AvatarFileTable, directoryaccount.AvatarFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7085,9 +6507,6 @@ func (c *DirectoryAccountClient) QueryGroups(_m *DirectoryAccount) *DirectoryGro sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, directoryaccount.GroupsTable, directoryaccount.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7104,9 +6523,6 @@ func (c *DirectoryAccountClient) QueryFindings(_m *DirectoryAccount) *FindingQue sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, directoryaccount.FindingsTable, directoryaccount.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7123,9 +6539,6 @@ func (c *DirectoryAccountClient) QueryWorkflowObjectRefs(_m *DirectoryAccount) * sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directoryaccount.WorkflowObjectRefsTable, directoryaccount.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7142,9 +6555,6 @@ func (c *DirectoryAccountClient) QueryMemberships(_m *DirectoryAccount) *Directo sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directoryaccount.MembershipsTable, directoryaccount.MembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7296,9 +6706,6 @@ func (c *DirectoryGroupClient) QueryOwner(_m *DirectoryGroup) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.OwnerTable, directorygroup.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7315,9 +6722,6 @@ func (c *DirectoryGroupClient) QueryEnvironment(_m *DirectoryGroup) *CustomTypeE sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorygroup.EnvironmentTable, directorygroup.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7334,9 +6738,6 @@ func (c *DirectoryGroupClient) QueryScope(_m *DirectoryGroup) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorygroup.ScopeTable, directorygroup.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7353,9 +6754,6 @@ func (c *DirectoryGroupClient) QueryIntegration(_m *DirectoryGroup) *Integration sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.IntegrationTable, directorygroup.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7372,9 +6770,6 @@ func (c *DirectoryGroupClient) QueryDirectorySyncRun(_m *DirectoryGroup) *Direct sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.DirectorySyncRunTable, directorygroup.DirectorySyncRunColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7391,9 +6786,6 @@ func (c *DirectoryGroupClient) QueryPlatform(_m *DirectoryGroup) *PlatformQuery sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.PlatformTable, directorygroup.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7410,9 +6802,6 @@ func (c *DirectoryGroupClient) QueryAccounts(_m *DirectoryGroup) *DirectoryAccou sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, directorygroup.AccountsTable, directorygroup.AccountsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7429,9 +6818,6 @@ func (c *DirectoryGroupClient) QueryWorkflowObjectRefs(_m *DirectoryGroup) *Work sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorygroup.WorkflowObjectRefsTable, directorygroup.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7448,9 +6834,6 @@ func (c *DirectoryGroupClient) QueryMembers(_m *DirectoryGroup) *DirectoryMember sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorygroup.MembersTable, directorygroup.MembersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7602,9 +6985,6 @@ func (c *DirectoryMembershipClient) QueryOwner(_m *DirectoryMembership) *Organiz sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.OwnerTable, directorymembership.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7621,9 +7001,6 @@ func (c *DirectoryMembershipClient) QueryEnvironment(_m *DirectoryMembership) *C sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.EnvironmentTable, directorymembership.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7640,9 +7017,6 @@ func (c *DirectoryMembershipClient) QueryScope(_m *DirectoryMembership) *CustomT sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.ScopeTable, directorymembership.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7659,9 +7033,6 @@ func (c *DirectoryMembershipClient) QueryIntegration(_m *DirectoryMembership) *I sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.IntegrationTable, directorymembership.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7678,9 +7049,6 @@ func (c *DirectoryMembershipClient) QueryDirectorySyncRun(_m *DirectoryMembershi sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.DirectorySyncRunTable, directorymembership.DirectorySyncRunColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7697,9 +7065,6 @@ func (c *DirectoryMembershipClient) QueryPlatform(_m *DirectoryMembership) *Plat sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.PlatformTable, directorymembership.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7716,9 +7081,6 @@ func (c *DirectoryMembershipClient) QueryDirectoryAccount(_m *DirectoryMembershi sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.DirectoryAccountTable, directorymembership.DirectoryAccountColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7735,9 +7097,6 @@ func (c *DirectoryMembershipClient) QueryDirectoryGroup(_m *DirectoryMembership) sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.DirectoryGroupTable, directorymembership.DirectoryGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7754,9 +7113,6 @@ func (c *DirectoryMembershipClient) QueryEvents(_m *DirectoryMembership) *EventQ sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorymembership.EventsTable, directorymembership.EventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7773,9 +7129,6 @@ func (c *DirectoryMembershipClient) QueryWorkflowObjectRefs(_m *DirectoryMembers sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorymembership.WorkflowObjectRefsTable, directorymembership.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7927,9 +7280,6 @@ func (c *DirectorySyncRunClient) QueryOwner(_m *DirectorySyncRun) *OrganizationQ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.OwnerTable, directorysyncrun.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7946,9 +7296,6 @@ func (c *DirectorySyncRunClient) QueryEnvironment(_m *DirectorySyncRun) *CustomT sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorysyncrun.EnvironmentTable, directorysyncrun.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7965,9 +7312,6 @@ func (c *DirectorySyncRunClient) QueryScope(_m *DirectorySyncRun) *CustomTypeEnu sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorysyncrun.ScopeTable, directorysyncrun.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -7984,9 +7328,6 @@ func (c *DirectorySyncRunClient) QueryIntegration(_m *DirectorySyncRun) *Integra sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.IntegrationTable, directorysyncrun.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8003,9 +7344,6 @@ func (c *DirectorySyncRunClient) QueryPlatform(_m *DirectorySyncRun) *PlatformQu sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.PlatformTable, directorysyncrun.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8022,9 +7360,6 @@ func (c *DirectorySyncRunClient) QueryDirectoryAccounts(_m *DirectorySyncRun) *D sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryAccountsTable, directorysyncrun.DirectoryAccountsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8041,9 +7376,6 @@ func (c *DirectorySyncRunClient) QueryDirectoryGroups(_m *DirectorySyncRun) *Dir sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryGroupsTable, directorysyncrun.DirectoryGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8060,9 +7392,6 @@ func (c *DirectorySyncRunClient) QueryDirectoryMemberships(_m *DirectorySyncRun) sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryMembershipsTable, directorysyncrun.DirectoryMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8214,9 +7543,6 @@ func (c *DiscussionClient) QueryOwner(_m *Discussion) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.OwnerTable, discussion.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8233,9 +7559,6 @@ func (c *DiscussionClient) QueryComments(_m *Discussion) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, discussion.CommentsTable, discussion.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8252,9 +7575,6 @@ func (c *DiscussionClient) QueryControl(_m *Discussion) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.ControlTable, discussion.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8271,9 +7591,6 @@ func (c *DiscussionClient) QuerySubcontrol(_m *Discussion) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.SubcontrolTable, discussion.SubcontrolColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8290,9 +7607,6 @@ func (c *DiscussionClient) QueryProcedure(_m *Discussion) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.ProcedureTable, discussion.ProcedureColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8309,9 +7623,6 @@ func (c *DiscussionClient) QueryRisk(_m *Discussion) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.RiskTable, discussion.RiskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8328,9 +7639,6 @@ func (c *DiscussionClient) QueryInternalPolicy(_m *Discussion) *InternalPolicyQu sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.InternalPolicyTable, discussion.InternalPolicyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8482,9 +7790,6 @@ func (c *DocumentDataClient) QueryOwner(_m *DocumentData) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, documentdata.OwnerTable, documentdata.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8501,9 +7806,6 @@ func (c *DocumentDataClient) QueryEnvironment(_m *DocumentData) *CustomTypeEnumQ sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, documentdata.EnvironmentTable, documentdata.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8520,9 +7822,6 @@ func (c *DocumentDataClient) QueryScope(_m *DocumentData) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, documentdata.ScopeTable, documentdata.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8539,9 +7838,6 @@ func (c *DocumentDataClient) QueryTemplate(_m *DocumentData) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, documentdata.TemplateTable, documentdata.TemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8558,9 +7854,6 @@ func (c *DocumentDataClient) QueryEntities(_m *DocumentData) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, documentdata.EntitiesTable, documentdata.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityDocuments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8577,9 +7870,6 @@ func (c *DocumentDataClient) QueryFiles(_m *DocumentData) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, documentdata.FilesTable, documentdata.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DocumentDataFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8731,9 +8021,6 @@ func (c *EmailTemplateClient) QueryOwner(_m *EmailTemplate) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.OwnerTable, emailtemplate.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8750,9 +8037,6 @@ func (c *EmailTemplateClient) QueryBlockedGroups(_m *EmailTemplate) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.BlockedGroupsTable, emailtemplate.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8769,9 +8053,6 @@ func (c *EmailTemplateClient) QueryEditors(_m *EmailTemplate) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.EditorsTable, emailtemplate.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8788,9 +8069,6 @@ func (c *EmailTemplateClient) QueryViewers(_m *EmailTemplate) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.ViewersTable, emailtemplate.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8807,9 +8085,6 @@ func (c *EmailTemplateClient) QueryIntegration(_m *EmailTemplate) *IntegrationQu sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.IntegrationTable, emailtemplate.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8826,9 +8101,6 @@ func (c *EmailTemplateClient) QueryWorkflowDefinition(_m *EmailTemplate) *Workfl sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.WorkflowDefinitionTable, emailtemplate.WorkflowDefinitionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8845,9 +8117,6 @@ func (c *EmailTemplateClient) QueryWorkflowInstance(_m *EmailTemplate) *Workflow sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.WorkflowInstanceTable, emailtemplate.WorkflowInstanceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8864,9 +8133,6 @@ func (c *EmailTemplateClient) QueryTrustCenter(_m *EmailTemplate) *TrustCenterQu sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.TrustCenterTable, emailtemplate.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8883,9 +8149,6 @@ func (c *EmailTemplateClient) QueryCampaigns(_m *EmailTemplate) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.CampaignsTable, emailtemplate.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8902,9 +8165,6 @@ func (c *EmailTemplateClient) QueryNotificationTemplates(_m *EmailTemplate) *Not sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.NotificationTemplatesTable, emailtemplate.NotificationTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -8921,9 +8181,6 @@ func (c *EmailTemplateClient) QueryFiles(_m *EmailTemplate) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.FilesTable, emailtemplate.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9075,9 +8332,6 @@ func (c *EmailVerificationTokenClient) QueryOwner(_m *EmailVerificationToken) *U sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailverificationtoken.OwnerTable, emailverificationtoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.EmailVerificationToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9229,9 +8483,6 @@ func (c *EntityClient) QueryOwner(_m *Entity) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, entity.OwnerTable, entity.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9248,9 +8499,6 @@ func (c *EntityClient) QueryBlockedGroups(_m *Entity) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.BlockedGroupsTable, entity.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9267,9 +8515,6 @@ func (c *EntityClient) QueryEditors(_m *Entity) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.EditorsTable, entity.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9286,9 +8531,6 @@ func (c *EntityClient) QueryInternalOwnerUser(_m *Entity) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.InternalOwnerUserTable, entity.InternalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9305,9 +8547,6 @@ func (c *EntityClient) QueryInternalOwnerGroup(_m *Entity) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.InternalOwnerGroupTable, entity.InternalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9324,9 +8563,6 @@ func (c *EntityClient) QueryReviewedByUser(_m *Entity) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ReviewedByUserTable, entity.ReviewedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9343,9 +8579,6 @@ func (c *EntityClient) QueryReviewedByGroup(_m *Entity) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ReviewedByGroupTable, entity.ReviewedByGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9362,9 +8595,6 @@ func (c *EntityClient) QueryEntityRelationshipState(_m *Entity) *CustomTypeEnumQ sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntityRelationshipStateTable, entity.EntityRelationshipStateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9381,9 +8611,6 @@ func (c *EntityClient) QueryEntitySecurityQuestionnaireStatus(_m *Entity) *Custo sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntitySecurityQuestionnaireStatusTable, entity.EntitySecurityQuestionnaireStatusColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9400,9 +8627,6 @@ func (c *EntityClient) QueryEntitySourceType(_m *Entity) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntitySourceTypeTable, entity.EntitySourceTypeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9419,9 +8643,6 @@ func (c *EntityClient) QueryEnvironment(_m *Entity) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EnvironmentTable, entity.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9438,9 +8659,6 @@ func (c *EntityClient) QueryScope(_m *Entity) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ScopeTable, entity.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9457,9 +8675,6 @@ func (c *EntityClient) QueryContacts(_m *Entity) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.ContactsTable, entity.ContactsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.EntityContacts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9476,9 +8691,6 @@ func (c *EntityClient) QueryDocuments(_m *Entity) *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.DocumentsTable, entity.DocumentsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.EntityDocuments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9495,9 +8707,6 @@ func (c *EntityClient) QueryNotes(_m *Entity) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.NotesTable, entity.NotesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9514,9 +8723,6 @@ func (c *EntityClient) QueryFiles(_m *Entity) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.FilesTable, entity.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EntityFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9533,9 +8739,6 @@ func (c *EntityClient) QueryAssets(_m *Entity) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.AssetsTable, entity.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.EntityAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9552,9 +8755,6 @@ func (c *EntityClient) QuerySystemDetails(_m *Entity) *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.SystemDetailsTable, entity.SystemDetailsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.EntitySystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9571,9 +8771,6 @@ func (c *EntityClient) QueryScans(_m *Entity) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ScansTable, entity.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9590,9 +8787,6 @@ func (c *EntityClient) QueryCampaigns(_m *Entity) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.CampaignsTable, entity.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9609,9 +8803,6 @@ func (c *EntityClient) QueryAssessmentResponses(_m *Entity) *AssessmentResponseQ sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.AssessmentResponsesTable, entity.AssessmentResponsesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9628,9 +8819,6 @@ func (c *EntityClient) QueryVendorRiskScores(_m *Entity) *VendorRiskScoreQuery { sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.VendorRiskScoresTable, entity.VendorRiskScoresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9647,9 +8835,6 @@ func (c *EntityClient) QueryIntegrations(_m *Entity) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.IntegrationsTable, entity.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EntityIntegrations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9666,9 +8851,6 @@ func (c *EntityClient) QuerySubprocessors(_m *Entity) *SubprocessorQuery { sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.SubprocessorsTable, entity.SubprocessorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.EntitySubprocessors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9685,9 +8867,6 @@ func (c *EntityClient) QueryAuthMethods(_m *Entity) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.AuthMethodsTable, entity.AuthMethodsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9704,9 +8883,6 @@ func (c *EntityClient) QueryEmployerIdentityHolders(_m *Entity) *IdentityHolderQ sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, entity.EmployerIdentityHoldersTable, entity.EmployerIdentityHoldersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9723,9 +8899,6 @@ func (c *EntityClient) QueryIdentityHolders(_m *Entity) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.IdentityHoldersTable, entity.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9742,9 +8915,6 @@ func (c *EntityClient) QueryControls(_m *Entity) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ControlsTable, entity.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9761,9 +8931,6 @@ func (c *EntityClient) QuerySubcontrols(_m *Entity) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.SubcontrolsTable, entity.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9780,9 +8947,6 @@ func (c *EntityClient) QueryFindings(_m *Entity) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.FindingsTable, entity.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9799,9 +8963,6 @@ func (c *EntityClient) QueryVulnerabilities(_m *Entity) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.VulnerabilitiesTable, entity.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9818,9 +8979,6 @@ func (c *EntityClient) QueryReviews(_m *Entity) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ReviewsTable, entity.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9837,9 +8995,6 @@ func (c *EntityClient) QueryRemediations(_m *Entity) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.RemediationsTable, entity.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9856,9 +9011,6 @@ func (c *EntityClient) QueryPlatforms(_m *Entity) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.PlatformsTable, entity.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9875,9 +9027,6 @@ func (c *EntityClient) QueryOutOfScopePlatforms(_m *Entity) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.OutOfScopePlatformsTable, entity.OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9894,9 +9043,6 @@ func (c *EntityClient) QuerySourcePlatforms(_m *Entity) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.SourcePlatformsTable, entity.SourcePlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSourceEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9913,9 +9059,6 @@ func (c *EntityClient) QueryEntityType(_m *Entity) *EntityTypeQuery { sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntityTypeTable, entity.EntityTypeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9932,9 +9075,6 @@ func (c *EntityClient) QueryLogoFile(_m *Entity) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.LogoFileTable, entity.LogoFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -9951,9 +9091,6 @@ func (c *EntityClient) QueryInternalPolicies(_m *Entity) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.InternalPoliciesTable, entity.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10105,9 +9242,6 @@ func (c *EntityTypeClient) QueryOwner(_m *EntityType) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, entitytype.OwnerTable, entitytype.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EntityType fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10124,9 +9258,6 @@ func (c *EntityTypeClient) QueryEntities(_m *EntityType) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entitytype.EntitiesTable, entitytype.EntitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10278,9 +9409,6 @@ func (c *EventClient) QueryUsers(_m *Event) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.UsersTable, event.UsersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10297,9 +9425,6 @@ func (c *EventClient) QueryGroups(_m *Event) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.GroupsTable, event.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10316,9 +9441,6 @@ func (c *EventClient) QueryIntegrations(_m *Event) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.IntegrationsTable, event.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10335,9 +9457,6 @@ func (c *EventClient) QueryOrganizations(_m *Event) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrganizationsTable, event.OrganizationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10354,9 +9473,6 @@ func (c *EventClient) QueryInvites(_m *Event) *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.InvitesTable, event.InvitesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10373,9 +9489,6 @@ func (c *EventClient) QueryPersonalAccessTokens(_m *Event) *PersonalAccessTokenQ sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.PersonalAccessTokensTable, event.PersonalAccessTokensPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10392,9 +9505,6 @@ func (c *EventClient) QuerySecrets(_m *Event) *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.SecretsTable, event.SecretsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.HushEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10411,9 +9521,6 @@ func (c *EventClient) QueryOrgMemberships(_m *Event) *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrgMembershipsTable, event.OrgMembershipsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembershipEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10430,9 +9537,6 @@ func (c *EventClient) QueryGroupMemberships(_m *Event) *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.GroupMembershipsTable, event.GroupMembershipsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembershipEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10449,9 +9553,6 @@ func (c *EventClient) QuerySubscribers(_m *Event) *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.SubscribersTable, event.SubscribersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.SubscriberEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10468,9 +9569,6 @@ func (c *EventClient) QueryFiles(_m *Event) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.FilesTable, event.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10487,9 +9585,6 @@ func (c *EventClient) QueryOrgSubscriptions(_m *Event) *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrgSubscriptionsTable, event.OrgSubscriptionsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10640,9 +9735,6 @@ func (c *EvidenceClient) QueryOwner(_m *Evidence) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, evidence.OwnerTable, evidence.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Evidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10659,9 +9751,6 @@ func (c *EvidenceClient) QueryEnvironment(_m *Evidence) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, evidence.EnvironmentTable, evidence.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10678,9 +9767,6 @@ func (c *EvidenceClient) QueryScope(_m *Evidence) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, evidence.ScopeTable, evidence.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10697,9 +9783,6 @@ func (c *EvidenceClient) QueryControls(_m *Evidence) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.ControlsTable, evidence.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.EvidenceControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10716,9 +9799,6 @@ func (c *EvidenceClient) QuerySubcontrols(_m *Evidence) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.SubcontrolsTable, evidence.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.EvidenceSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10735,9 +9815,6 @@ func (c *EvidenceClient) QueryControlObjectives(_m *Evidence) *ControlObjectiveQ sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.ControlObjectivesTable, evidence.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.EvidenceControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10754,9 +9831,6 @@ func (c *EvidenceClient) QueryControlImplementations(_m *Evidence) *ControlImple sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, evidence.ControlImplementationsTable, evidence.ControlImplementationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10773,9 +9847,6 @@ func (c *EvidenceClient) QueryFiles(_m *Evidence) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.FilesTable, evidence.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EvidenceFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10792,9 +9863,6 @@ func (c *EvidenceClient) QueryPrograms(_m *Evidence) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.ProgramsTable, evidence.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10811,9 +9879,6 @@ func (c *EvidenceClient) QueryTasks(_m *Evidence) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.TasksTable, evidence.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.TaskEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10830,9 +9895,6 @@ func (c *EvidenceClient) QueryPlatforms(_m *Evidence) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.PlatformsTable, evidence.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10849,9 +9911,6 @@ func (c *EvidenceClient) QueryScans(_m *Evidence) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.ScansTable, evidence.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10868,9 +9927,6 @@ func (c *EvidenceClient) QueryComments(_m *Evidence) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, evidence.CommentsTable, evidence.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -10887,9 +9943,6 @@ func (c *EvidenceClient) QueryWorkflowObjectRefs(_m *Evidence) *WorkflowObjectRe sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, evidence.WorkflowObjectRefsTable, evidence.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11041,9 +10094,6 @@ func (c *ExportClient) QueryOwner(_m *Export) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, export.OwnerTable, export.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Export fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11060,9 +10110,6 @@ func (c *ExportClient) QueryEvents(_m *Export) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, export.EventsTable, export.EventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11079,9 +10126,6 @@ func (c *ExportClient) QueryFiles(_m *Export) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, export.FilesTable, export.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11233,9 +10277,6 @@ func (c *FileClient) QueryEnvironment(_m *File) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.EnvironmentTable, file.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11252,9 +10293,6 @@ func (c *FileClient) QueryScope(_m *File) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.ScopeTable, file.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11271,9 +10309,6 @@ func (c *FileClient) QueryCategory(_m *File) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.CategoryTable, file.CategoryColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11290,9 +10325,6 @@ func (c *FileClient) QueryOrganization(_m *File) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.OrganizationTable, file.OrganizationPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11309,9 +10341,6 @@ func (c *FileClient) QueryGroups(_m *File) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.GroupsTable, file.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11328,9 +10357,6 @@ func (c *FileClient) QueryContact(_m *File) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ContactTable, file.ContactPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.ContactFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11347,9 +10373,6 @@ func (c *FileClient) QueryEntity(_m *File) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.EntityTable, file.EntityPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11366,9 +10389,6 @@ func (c *FileClient) QueryOrganizationSetting(_m *File) *OrganizationSettingQuer sqlgraph.To(organizationsetting.Table, organizationsetting.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.OrganizationSettingTable, file.OrganizationSettingPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSettingFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11385,9 +10405,6 @@ func (c *FileClient) QueryTemplate(_m *File) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.TemplateTable, file.TemplatePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.TemplateFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11404,9 +10421,6 @@ func (c *FileClient) QueryDocument(_m *File) *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.DocumentTable, file.DocumentPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentDataFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11423,9 +10437,6 @@ func (c *FileClient) QueryProgram(_m *File) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ProgramTable, file.ProgramPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11442,9 +10453,6 @@ func (c *FileClient) QueryPlatform(_m *File) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.PlatformTable, file.PlatformPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11461,9 +10469,6 @@ func (c *FileClient) QueryEvidence(_m *File) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.EvidenceTable, file.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11480,9 +10485,6 @@ func (c *FileClient) QueryIdentityHolder(_m *File) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.IdentityHolderTable, file.IdentityHolderPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11499,9 +10501,6 @@ func (c *FileClient) QueryScan(_m *File) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ScanTable, file.ScanPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11518,9 +10517,6 @@ func (c *FileClient) QueryEvents(_m *File) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, file.EventsTable, file.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.FileEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11537,9 +10533,6 @@ func (c *FileClient) QueryIntegrations(_m *File) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, file.IntegrationsTable, file.IntegrationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11556,9 +10549,6 @@ func (c *FileClient) QuerySecrets(_m *File) *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, file.SecretsTable, file.SecretsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.FileSecrets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11575,9 +10565,6 @@ func (c *FileClient) QueryTrustCenterEntities(_m *File) *TrustCenterEntityQuery sqlgraph.To(trustcenterentity.Table, trustcenterentity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, file.TrustCenterEntitiesTable, file.TrustCenterEntitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11594,9 +10581,6 @@ func (c *FileClient) QueryTrustCenterDoc(_m *File) *TrustCenterDocQuery { sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, file.TrustCenterDocTable, file.TrustCenterDocColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11613,9 +10597,6 @@ func (c *FileClient) QueryOriginalTrustCenterDoc(_m *File) *TrustCenterDocQuery sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, file.OriginalTrustCenterDocTable, file.OriginalTrustCenterDocColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11767,9 +10748,6 @@ func (c *FileDownloadTokenClient) QueryOwner(_m *FileDownloadToken) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, filedownloadtoken.OwnerTable, filedownloadtoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.FileDownloadToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11921,9 +10899,6 @@ func (c *FindingClient) QueryOwner(_m *Finding) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, finding.OwnerTable, finding.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11940,9 +10915,6 @@ func (c *FindingClient) QueryBlockedGroups(_m *Finding) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.BlockedGroupsTable, finding.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11959,9 +10931,6 @@ func (c *FindingClient) QueryEditors(_m *Finding) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.EditorsTable, finding.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11978,9 +10947,6 @@ func (c *FindingClient) QueryReviewedByUser(_m *Finding) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ReviewedByUserTable, finding.ReviewedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -11997,9 +10963,6 @@ func (c *FindingClient) QueryReviewedByGroup(_m *Finding) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ReviewedByGroupTable, finding.ReviewedByGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12016,9 +10979,6 @@ func (c *FindingClient) QueryAssignedToUser(_m *Finding) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.AssignedToUserTable, finding.AssignedToUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12035,9 +10995,6 @@ func (c *FindingClient) QueryAssignedToGroup(_m *Finding) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.AssignedToGroupTable, finding.AssignedToGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12054,9 +11011,6 @@ func (c *FindingClient) QueryEnvironment(_m *Finding) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.EnvironmentTable, finding.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12073,9 +11027,6 @@ func (c *FindingClient) QueryScope(_m *Finding) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ScopeTable, finding.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12092,9 +11043,6 @@ func (c *FindingClient) QueryFindingStatus(_m *Finding) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.FindingStatusTable, finding.FindingStatusColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12111,9 +11059,6 @@ func (c *FindingClient) QueryIntegrations(_m *Finding) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.IntegrationsTable, finding.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12130,9 +11075,6 @@ func (c *FindingClient) QueryVulnerabilities(_m *Finding) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.VulnerabilitiesTable, finding.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.FindingVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12149,9 +11091,6 @@ func (c *FindingClient) QueryActionPlans(_m *Finding) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ActionPlansTable, finding.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.FindingActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12168,9 +11107,6 @@ func (c *FindingClient) QueryControls(_m *Finding) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ControlsTable, finding.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12187,9 +11123,6 @@ func (c *FindingClient) QuerySubcontrols(_m *Finding) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.SubcontrolsTable, finding.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.FindingSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12206,9 +11139,6 @@ func (c *FindingClient) QueryRisks(_m *Finding) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.RisksTable, finding.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.FindingRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12225,9 +11155,6 @@ func (c *FindingClient) QueryPrograms(_m *Finding) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ProgramsTable, finding.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.FindingPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12244,9 +11171,6 @@ func (c *FindingClient) QueryAssets(_m *Finding) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.AssetsTable, finding.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.FindingAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12263,9 +11187,6 @@ func (c *FindingClient) QueryEntities(_m *Finding) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.EntitiesTable, finding.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.FindingEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12282,9 +11203,6 @@ func (c *FindingClient) QueryScans(_m *Finding) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ScansTable, finding.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.FindingScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12301,9 +11219,6 @@ func (c *FindingClient) QueryTasks(_m *Finding) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.TasksTable, finding.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.FindingTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12320,9 +11235,6 @@ func (c *FindingClient) QueryDirectoryAccounts(_m *Finding) *DirectoryAccountQue sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.DirectoryAccountsTable, finding.DirectoryAccountsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12339,9 +11251,6 @@ func (c *FindingClient) QueryIdentityHolders(_m *Finding) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.IdentityHoldersTable, finding.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.FindingIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12358,9 +11267,6 @@ func (c *FindingClient) QueryRemediations(_m *Finding) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.RemediationsTable, finding.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12377,9 +11283,6 @@ func (c *FindingClient) QueryReviews(_m *Finding) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.ReviewsTable, finding.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12396,9 +11299,6 @@ func (c *FindingClient) QueryComments(_m *Finding) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, finding.CommentsTable, finding.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12415,9 +11315,6 @@ func (c *FindingClient) QueryFiles(_m *Finding) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, finding.FilesTable, finding.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12434,9 +11331,6 @@ func (c *FindingClient) QueryWorkflowObjectRefs(_m *Finding) *WorkflowObjectRefQ sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, finding.WorkflowObjectRefsTable, finding.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12453,9 +11347,6 @@ func (c *FindingClient) QueryCheckResults(_m *Finding) *CheckResultQuery { sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.CheckResultsTable, finding.CheckResultsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.FindingCheckResults fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12472,9 +11363,6 @@ func (c *FindingClient) QueryControlMappings(_m *Finding) *FindingControlQuery { sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, finding.ControlMappingsTable, finding.ControlMappingsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12626,9 +11514,6 @@ func (c *FindingControlClient) QueryOwner(_m *FindingControl) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, findingcontrol.OwnerTable, findingcontrol.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12645,9 +11530,6 @@ func (c *FindingControlClient) QueryFinding(_m *FindingControl) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.FindingTable, findingcontrol.FindingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12664,9 +11546,6 @@ func (c *FindingControlClient) QueryControl(_m *FindingControl) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.ControlTable, findingcontrol.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12683,9 +11562,6 @@ func (c *FindingControlClient) QueryStandard(_m *FindingControl) *StandardQuery sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.StandardTable, findingcontrol.StandardColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12837,9 +11713,6 @@ func (c *GroupClient) QueryOwner(_m *Group) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, group.OwnerTable, group.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12856,9 +11729,6 @@ func (c *GroupClient) QueryProgramEditors(_m *Group) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramEditorsTable, group.ProgramEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12875,9 +11745,6 @@ func (c *GroupClient) QueryProgramBlockedGroups(_m *Group) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramBlockedGroupsTable, group.ProgramBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12894,9 +11761,6 @@ func (c *GroupClient) QueryProgramViewers(_m *Group) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramViewersTable, group.ProgramViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12913,9 +11777,6 @@ func (c *GroupClient) QueryRiskEditors(_m *Group) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskEditorsTable, group.RiskEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12932,9 +11793,6 @@ func (c *GroupClient) QueryRiskBlockedGroups(_m *Group) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskBlockedGroupsTable, group.RiskBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12951,9 +11809,6 @@ func (c *GroupClient) QueryRiskViewers(_m *Group) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskViewersTable, group.RiskViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12970,9 +11825,6 @@ func (c *GroupClient) QueryControlObjectiveEditors(_m *Group) *ControlObjectiveQ sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveEditorsTable, group.ControlObjectiveEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -12989,9 +11841,6 @@ func (c *GroupClient) QueryControlObjectiveBlockedGroups(_m *Group) *ControlObje sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveBlockedGroupsTable, group.ControlObjectiveBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13008,9 +11857,6 @@ func (c *GroupClient) QueryControlObjectiveViewers(_m *Group) *ControlObjectiveQ sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveViewersTable, group.ControlObjectiveViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13027,9 +11873,6 @@ func (c *GroupClient) QueryNarrativeEditors(_m *Group) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeEditorsTable, group.NarrativeEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13046,9 +11889,6 @@ func (c *GroupClient) QueryNarrativeBlockedGroups(_m *Group) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeBlockedGroupsTable, group.NarrativeBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13065,9 +11905,6 @@ func (c *GroupClient) QueryNarrativeViewers(_m *Group) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeViewersTable, group.NarrativeViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13084,9 +11921,6 @@ func (c *GroupClient) QueryControlImplementationEditors(_m *Group) *ControlImple sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationEditorsTable, group.ControlImplementationEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13103,9 +11937,6 @@ func (c *GroupClient) QueryControlImplementationBlockedGroups(_m *Group) *Contro sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationBlockedGroupsTable, group.ControlImplementationBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13122,9 +11953,6 @@ func (c *GroupClient) QueryControlImplementationViewers(_m *Group) *ControlImple sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationViewersTable, group.ControlImplementationViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13141,9 +11969,6 @@ func (c *GroupClient) QueryActionPlanEditors(_m *Group) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanEditorsTable, group.ActionPlanEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13160,9 +11985,6 @@ func (c *GroupClient) QueryActionPlanBlockedGroups(_m *Group) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanBlockedGroupsTable, group.ActionPlanBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13179,9 +12001,6 @@ func (c *GroupClient) QueryActionPlanViewers(_m *Group) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanViewersTable, group.ActionPlanViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13198,9 +12017,6 @@ func (c *GroupClient) QueryPlatformEditors(_m *Group) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformEditorsTable, group.PlatformEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13217,9 +12033,6 @@ func (c *GroupClient) QueryPlatformBlockedGroups(_m *Group) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformBlockedGroupsTable, group.PlatformBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13236,9 +12049,6 @@ func (c *GroupClient) QueryPlatformViewers(_m *Group) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformViewersTable, group.PlatformViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13255,9 +12065,6 @@ func (c *GroupClient) QueryCampaignEditors(_m *Group) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignEditorsTable, group.CampaignEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13274,9 +12081,6 @@ func (c *GroupClient) QueryCampaignBlockedGroups(_m *Group) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignBlockedGroupsTable, group.CampaignBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13293,9 +12097,6 @@ func (c *GroupClient) QueryCampaignViewers(_m *Group) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignViewersTable, group.CampaignViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13312,9 +12113,6 @@ func (c *GroupClient) QueryProcedureEditors(_m *Group) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProcedureEditorsTable, group.ProcedureEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13331,9 +12129,6 @@ func (c *GroupClient) QueryProcedureBlockedGroups(_m *Group) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProcedureBlockedGroupsTable, group.ProcedureBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13350,9 +12145,6 @@ func (c *GroupClient) QueryInternalPolicyEditors(_m *Group) *InternalPolicyQuery sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InternalPolicyEditorsTable, group.InternalPolicyEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13369,9 +12161,6 @@ func (c *GroupClient) QueryInternalPolicyBlockedGroups(_m *Group) *InternalPolic sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InternalPolicyBlockedGroupsTable, group.InternalPolicyBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13388,9 +12177,6 @@ func (c *GroupClient) QueryControlEditors(_m *Group) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlEditorsTable, group.ControlEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13407,9 +12193,6 @@ func (c *GroupClient) QueryControlBlockedGroups(_m *Group) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlBlockedGroupsTable, group.ControlBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13426,9 +12209,6 @@ func (c *GroupClient) QueryMappedControlEditors(_m *Group) *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.MappedControlEditorsTable, group.MappedControlEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13445,9 +12225,6 @@ func (c *GroupClient) QueryMappedControlBlockedGroups(_m *Group) *MappedControlQ sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.MappedControlBlockedGroupsTable, group.MappedControlBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13464,9 +12241,6 @@ func (c *GroupClient) QueryScanEditors(_m *Group) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ScanEditorsTable, group.ScanEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13483,9 +12257,6 @@ func (c *GroupClient) QueryScanBlockedGroups(_m *Group) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ScanBlockedGroupsTable, group.ScanBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13502,9 +12273,6 @@ func (c *GroupClient) QueryEntityEditors(_m *Group) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.EntityEditorsTable, group.EntityEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13521,9 +12289,6 @@ func (c *GroupClient) QueryEntityBlockedGroups(_m *Group) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.EntityBlockedGroupsTable, group.EntityBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13540,9 +12305,6 @@ func (c *GroupClient) QueryFindingEditors(_m *Group) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.FindingEditorsTable, group.FindingEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13559,9 +12321,6 @@ func (c *GroupClient) QueryFindingBlockedGroups(_m *Group) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.FindingBlockedGroupsTable, group.FindingBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13578,9 +12337,6 @@ func (c *GroupClient) QueryReviewEditors(_m *Group) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ReviewEditorsTable, group.ReviewEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13597,9 +12353,6 @@ func (c *GroupClient) QueryReviewBlockedGroups(_m *Group) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ReviewBlockedGroupsTable, group.ReviewBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13616,9 +12369,6 @@ func (c *GroupClient) QueryRemediationEditors(_m *Group) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RemediationEditorsTable, group.RemediationEditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13635,9 +12385,6 @@ func (c *GroupClient) QueryRemediationBlockedGroups(_m *Group) *RemediationQuery sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RemediationBlockedGroupsTable, group.RemediationBlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13654,9 +12401,6 @@ func (c *GroupClient) QuerySetting(_m *Group) *GroupSettingQuery { sqlgraph.To(groupsetting.Table, groupsetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, group.SettingTable, group.SettingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.GroupSetting - step.Edge.Schema = schemaConfig.GroupSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13673,9 +12417,6 @@ func (c *GroupClient) QueryUsers(_m *Group) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.UsersTable, group.UsersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13692,9 +12433,6 @@ func (c *GroupClient) QueryEvents(_m *Group) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.EventsTable, group.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13711,9 +12449,6 @@ func (c *GroupClient) QueryIntegrations(_m *Group) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, group.IntegrationsTable, group.IntegrationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13730,9 +12465,6 @@ func (c *GroupClient) QueryAvatarFile(_m *Group) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, group.AvatarFileTable, group.AvatarFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13749,9 +12481,6 @@ func (c *GroupClient) QueryFiles(_m *Group) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.FilesTable, group.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.GroupFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13768,9 +12497,6 @@ func (c *GroupClient) QueryTasks(_m *Group) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.TasksTable, group.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.GroupTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13787,9 +12513,6 @@ func (c *GroupClient) QueryCampaigns(_m *Group) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignsTable, group.CampaignsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13806,9 +12529,6 @@ func (c *GroupClient) QueryCampaignTargets(_m *Group) *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, group.CampaignTargetsTable, group.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13825,9 +12545,6 @@ func (c *GroupClient) QueryInvites(_m *Group) *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InvitesTable, group.InvitesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13844,9 +12561,6 @@ func (c *GroupClient) QueryMembers(_m *Group) *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, group.MembersTable, group.MembersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -13998,9 +12712,6 @@ func (c *GroupMembershipClient) QueryGroup(_m *GroupMembership) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.GroupTable, groupmembership.GroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14017,9 +12728,6 @@ func (c *GroupMembershipClient) QueryUser(_m *GroupMembership) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.UserTable, groupmembership.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14036,9 +12744,6 @@ func (c *GroupMembershipClient) QueryOrgMembership(_m *GroupMembership) *OrgMemb sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.OrgMembershipTable, groupmembership.OrgMembershipColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14055,9 +12760,6 @@ func (c *GroupMembershipClient) QueryEvents(_m *GroupMembership) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, groupmembership.EventsTable, groupmembership.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupMembershipEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14209,9 +12911,6 @@ func (c *GroupSettingClient) QueryGroup(_m *GroupSetting) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, groupsetting.GroupTable, groupsetting.GroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14363,9 +13062,6 @@ func (c *HushClient) QueryOwner(_m *Hush) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, hush.OwnerTable, hush.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Hush fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14382,9 +13078,6 @@ func (c *HushClient) QueryIntegrations(_m *Hush) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, hush.IntegrationsTable, hush.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationSecrets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14401,9 +13094,6 @@ func (c *HushClient) QueryFiles(_m *Hush) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, hush.FilesTable, hush.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileSecrets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14420,9 +13110,6 @@ func (c *HushClient) QueryEvents(_m *Hush) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, hush.EventsTable, hush.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.HushEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14574,9 +13261,6 @@ func (c *IdentityHolderClient) QueryOwner(_m *IdentityHolder) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, identityholder.OwnerTable, identityholder.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14593,9 +13277,6 @@ func (c *IdentityHolderClient) QueryBlockedGroups(_m *IdentityHolder) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.BlockedGroupsTable, identityholder.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14612,9 +13293,6 @@ func (c *IdentityHolderClient) QueryEditors(_m *IdentityHolder) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.EditorsTable, identityholder.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14631,9 +13309,6 @@ func (c *IdentityHolderClient) QueryViewers(_m *IdentityHolder) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.ViewersTable, identityholder.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14650,9 +13325,6 @@ func (c *IdentityHolderClient) QueryInternalOwnerUser(_m *IdentityHolder) *UserQ sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.InternalOwnerUserTable, identityholder.InternalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14669,9 +13341,6 @@ func (c *IdentityHolderClient) QueryInternalOwnerGroup(_m *IdentityHolder) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.InternalOwnerGroupTable, identityholder.InternalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14688,9 +13357,6 @@ func (c *IdentityHolderClient) QueryEnvironment(_m *IdentityHolder) *CustomTypeE sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.EnvironmentTable, identityholder.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14707,9 +13373,6 @@ func (c *IdentityHolderClient) QueryScope(_m *IdentityHolder) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.ScopeTable, identityholder.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14726,9 +13389,6 @@ func (c *IdentityHolderClient) QueryEmployer(_m *IdentityHolder) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.EmployerTable, identityholder.EmployerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14745,9 +13405,6 @@ func (c *IdentityHolderClient) QueryAssessmentResponses(_m *IdentityHolder) *Ass sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.AssessmentResponsesTable, identityholder.AssessmentResponsesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14764,9 +13421,6 @@ func (c *IdentityHolderClient) QueryAssessments(_m *IdentityHolder) *AssessmentQ sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.AssessmentsTable, identityholder.AssessmentsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.IdentityHolderAssessments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14783,9 +13437,6 @@ func (c *IdentityHolderClient) QueryTemplates(_m *IdentityHolder) *TemplateQuery sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.TemplatesTable, identityholder.TemplatesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.IdentityHolderTemplates fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14802,9 +13453,6 @@ func (c *IdentityHolderClient) QueryAssets(_m *IdentityHolder) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.AssetsTable, identityholder.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.IdentityHolderAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14821,9 +13469,6 @@ func (c *IdentityHolderClient) QueryEntities(_m *IdentityHolder) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.EntitiesTable, identityholder.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolderEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14840,9 +13485,6 @@ func (c *IdentityHolderClient) QueryDirectoryAccounts(_m *IdentityHolder) *Direc sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.DirectoryAccountsTable, identityholder.DirectoryAccountsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14859,9 +13501,6 @@ func (c *IdentityHolderClient) QueryControls(_m *IdentityHolder) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.ControlsTable, identityholder.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14878,9 +13517,6 @@ func (c *IdentityHolderClient) QuerySubcontrols(_m *IdentityHolder) *SubcontrolQ sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.SubcontrolsTable, identityholder.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14897,9 +13533,6 @@ func (c *IdentityHolderClient) QueryPlatforms(_m *IdentityHolder) *PlatformQuery sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.PlatformsTable, identityholder.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14916,9 +13549,6 @@ func (c *IdentityHolderClient) QueryCampaigns(_m *IdentityHolder) *CampaignQuery sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.CampaignsTable, identityholder.CampaignsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14935,9 +13565,6 @@ func (c *IdentityHolderClient) QueryTasks(_m *IdentityHolder) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.TasksTable, identityholder.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.IdentityHolderTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14954,9 +13581,6 @@ func (c *IdentityHolderClient) QueryFiles(_m *IdentityHolder) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.FilesTable, identityholder.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IdentityHolderFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14973,9 +13597,6 @@ func (c *IdentityHolderClient) QueryFindings(_m *IdentityHolder) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.FindingsTable, identityholder.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -14992,9 +13613,6 @@ func (c *IdentityHolderClient) QueryWorkflowObjectRefs(_m *IdentityHolder) *Work sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, identityholder.WorkflowObjectRefsTable, identityholder.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15011,9 +13629,6 @@ func (c *IdentityHolderClient) QueryAccessPlatforms(_m *IdentityHolder) *Platfor sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.AccessPlatformsTable, identityholder.AccessPlatformsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15030,9 +13645,6 @@ func (c *IdentityHolderClient) QueryUser(_m *IdentityHolder) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, identityholder.UserTable, identityholder.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15049,9 +13661,6 @@ func (c *IdentityHolderClient) QueryInternalPolicies(_m *IdentityHolder) *Intern sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.InternalPoliciesTable, identityholder.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15203,9 +13812,6 @@ func (c *ImpersonationEventClient) QueryUser(_m *ImpersonationEvent) *UserQuery sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.UserTable, impersonationevent.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15222,9 +13828,6 @@ func (c *ImpersonationEventClient) QueryTargetUser(_m *ImpersonationEvent) *User sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.TargetUserTable, impersonationevent.TargetUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15241,9 +13844,6 @@ func (c *ImpersonationEventClient) QueryOrganization(_m *ImpersonationEvent) *Or sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.OrganizationTable, impersonationevent.OrganizationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15395,9 +13995,6 @@ func (c *IntegrationClient) QueryOwner(_m *Integration) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integration.OwnerTable, integration.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15414,9 +14011,6 @@ func (c *IntegrationClient) QueryEnvironment(_m *Integration) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integration.EnvironmentTable, integration.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15433,9 +14027,6 @@ func (c *IntegrationClient) QueryScope(_m *Integration) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integration.ScopeTable, integration.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15452,9 +14043,6 @@ func (c *IntegrationClient) QuerySecrets(_m *Integration) *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.SecretsTable, integration.SecretsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.IntegrationSecrets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15471,9 +14059,6 @@ func (c *IntegrationClient) QueryFiles(_m *Integration) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.FilesTable, integration.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15490,9 +14075,6 @@ func (c *IntegrationClient) QueryEvents(_m *Integration) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.EventsTable, integration.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15509,9 +14091,6 @@ func (c *IntegrationClient) QueryFindings(_m *Integration) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.FindingsTable, integration.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.IntegrationFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15528,9 +14107,6 @@ func (c *IntegrationClient) QueryVulnerabilities(_m *Integration) *Vulnerability sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.VulnerabilitiesTable, integration.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15547,9 +14123,6 @@ func (c *IntegrationClient) QueryInternalPolicies(_m *Integration) *InternalPoli sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.InternalPoliciesTable, integration.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15566,9 +14139,6 @@ func (c *IntegrationClient) QueryReviews(_m *Integration) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.ReviewsTable, integration.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.IntegrationReviews fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15585,9 +14155,6 @@ func (c *IntegrationClient) QueryRemediations(_m *Integration) *RemediationQuery sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.RemediationsTable, integration.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.IntegrationRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15604,9 +14171,6 @@ func (c *IntegrationClient) QueryTasks(_m *Integration) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.TasksTable, integration.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15623,9 +14187,6 @@ func (c *IntegrationClient) QueryActionPlans(_m *Integration) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.ActionPlansTable, integration.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.IntegrationActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15642,9 +14203,6 @@ func (c *IntegrationClient) QueryAssets(_m *Integration) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.AssetsTable, integration.AssetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15661,9 +14219,6 @@ func (c *IntegrationClient) QueryDirectoryAccounts(_m *Integration) *DirectoryAc sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryAccountsTable, integration.DirectoryAccountsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15680,9 +14235,6 @@ func (c *IntegrationClient) QueryDirectoryGroups(_m *Integration) *DirectoryGrou sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryGroupsTable, integration.DirectoryGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15699,9 +14251,6 @@ func (c *IntegrationClient) QueryDirectoryMemberships(_m *Integration) *Director sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryMembershipsTable, integration.DirectoryMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15718,9 +14267,6 @@ func (c *IntegrationClient) QueryDirectorySyncRuns(_m *Integration) *DirectorySy sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectorySyncRunsTable, integration.DirectorySyncRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15737,9 +14283,6 @@ func (c *IntegrationClient) QueryCheckResults(_m *Integration) *CheckResultQuery sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.CheckResultsTable, integration.CheckResultsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15756,9 +14299,6 @@ func (c *IntegrationClient) QueryPlatform(_m *Integration) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integration.PlatformTable, integration.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15775,9 +14315,6 @@ func (c *IntegrationClient) QueryNotificationTemplates(_m *Integration) *Notific sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.NotificationTemplatesTable, integration.NotificationTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15794,9 +14331,6 @@ func (c *IntegrationClient) QueryEmailTemplates(_m *Integration) *EmailTemplateQ sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.EmailTemplatesTable, integration.EmailTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15813,9 +14347,6 @@ func (c *IntegrationClient) QueryCampaigns(_m *Integration) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.CampaignsTable, integration.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15832,9 +14363,6 @@ func (c *IntegrationClient) QueryIntegrationWebhooks(_m *Integration) *Integrati sqlgraph.To(integrationwebhook.Table, integrationwebhook.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.IntegrationWebhooksTable, integration.IntegrationWebhooksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15851,9 +14379,6 @@ func (c *IntegrationClient) QueryIntegrationRuns(_m *Integration) *IntegrationRu sqlgraph.To(integrationrun.Table, integrationrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.IntegrationRunsTable, integration.IntegrationRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -15870,9 +14395,6 @@ func (c *IntegrationClient) QueryEntities(_m *Integration) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, integration.EntitiesTable, integration.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityIntegrations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16024,9 +14546,6 @@ func (c *IntegrationRunClient) QueryOwner(_m *IntegrationRun) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationrun.OwnerTable, integrationrun.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16043,9 +14562,6 @@ func (c *IntegrationRunClient) QueryIntegration(_m *IntegrationRun) *Integration sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationrun.IntegrationTable, integrationrun.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16062,9 +14578,6 @@ func (c *IntegrationRunClient) QueryRequestFile(_m *IntegrationRun) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.RequestFileTable, integrationrun.RequestFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16081,9 +14594,6 @@ func (c *IntegrationRunClient) QueryResponseFile(_m *IntegrationRun) *FileQuery sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.ResponseFileTable, integrationrun.ResponseFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16100,9 +14610,6 @@ func (c *IntegrationRunClient) QueryEvent(_m *IntegrationRun) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.EventTable, integrationrun.EventColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16119,9 +14626,6 @@ func (c *IntegrationRunClient) QueryAssessmentResponse(_m *IntegrationRun) *Asse sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.AssessmentResponseTable, integrationrun.AssessmentResponseColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16273,9 +14777,6 @@ func (c *IntegrationWebhookClient) QueryOwner(_m *IntegrationWebhook) *Organizat sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationwebhook.OwnerTable, integrationwebhook.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationWebhook fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16292,9 +14793,6 @@ func (c *IntegrationWebhookClient) QueryIntegration(_m *IntegrationWebhook) *Int sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationwebhook.IntegrationTable, integrationwebhook.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationWebhook fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16446,9 +14944,6 @@ func (c *InternalPolicyClient) QueryOwner(_m *InternalPolicy) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, internalpolicy.OwnerTable, internalpolicy.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16465,9 +14960,6 @@ func (c *InternalPolicyClient) QueryBlockedGroups(_m *InternalPolicy) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.BlockedGroupsTable, internalpolicy.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16484,9 +14976,6 @@ func (c *InternalPolicyClient) QueryEditors(_m *InternalPolicy) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.EditorsTable, internalpolicy.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16503,9 +14992,6 @@ func (c *InternalPolicyClient) QueryApprover(_m *InternalPolicy) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.ApproverTable, internalpolicy.ApproverColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16522,9 +15008,6 @@ func (c *InternalPolicyClient) QueryDelegate(_m *InternalPolicy) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.DelegateTable, internalpolicy.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16541,9 +15024,6 @@ func (c *InternalPolicyClient) QueryInternalPolicyKind(_m *InternalPolicy) *Cust sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.InternalPolicyKindTable, internalpolicy.InternalPolicyKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16560,9 +15040,6 @@ func (c *InternalPolicyClient) QueryEnvironment(_m *InternalPolicy) *CustomTypeE sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.EnvironmentTable, internalpolicy.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16579,9 +15056,6 @@ func (c *InternalPolicyClient) QueryScope(_m *InternalPolicy) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.ScopeTable, internalpolicy.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16598,9 +15072,6 @@ func (c *InternalPolicyClient) QueryControlObjectives(_m *InternalPolicy) *Contr sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ControlObjectivesTable, internalpolicy.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16617,9 +15088,6 @@ func (c *InternalPolicyClient) QueryControlImplementations(_m *InternalPolicy) * sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.ControlImplementationsTable, internalpolicy.ControlImplementationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16636,9 +15104,6 @@ func (c *InternalPolicyClient) QueryControls(_m *InternalPolicy) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ControlsTable, internalpolicy.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.InternalPolicyControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16655,9 +15120,6 @@ func (c *InternalPolicyClient) QuerySubcontrols(_m *InternalPolicy) *SubcontrolQ sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.SubcontrolsTable, internalpolicy.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16674,9 +15136,6 @@ func (c *InternalPolicyClient) QueryProcedures(_m *InternalPolicy) *ProcedureQue sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ProceduresTable, internalpolicy.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.InternalPolicyProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16693,9 +15152,6 @@ func (c *InternalPolicyClient) QueryNarratives(_m *InternalPolicy) *NarrativeQue sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.NarrativesTable, internalpolicy.NarrativesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.InternalPolicyNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16712,9 +15168,6 @@ func (c *InternalPolicyClient) QueryTasks(_m *InternalPolicy) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.TasksTable, internalpolicy.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.InternalPolicyTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16731,9 +15184,6 @@ func (c *InternalPolicyClient) QueryRisks(_m *InternalPolicy) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.RisksTable, internalpolicy.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.InternalPolicyRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16750,9 +15200,6 @@ func (c *InternalPolicyClient) QueryPrograms(_m *InternalPolicy) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.ProgramsTable, internalpolicy.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16769,9 +15216,6 @@ func (c *InternalPolicyClient) QueryFile(_m *InternalPolicy) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.FileTable, internalpolicy.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16788,9 +15232,6 @@ func (c *InternalPolicyClient) QueryComments(_m *InternalPolicy) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.CommentsTable, internalpolicy.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16807,9 +15248,6 @@ func (c *InternalPolicyClient) QueryDiscussions(_m *InternalPolicy) *DiscussionQ sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.DiscussionsTable, internalpolicy.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16826,9 +15264,6 @@ func (c *InternalPolicyClient) QueryWorkflowObjectRefs(_m *InternalPolicy) *Work sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, internalpolicy.WorkflowObjectRefsTable, internalpolicy.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16845,9 +15280,6 @@ func (c *InternalPolicyClient) QueryAssets(_m *InternalPolicy) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.AssetsTable, internalpolicy.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.InternalPolicyAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16864,9 +15296,6 @@ func (c *InternalPolicyClient) QueryEntities(_m *InternalPolicy) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.EntitiesTable, internalpolicy.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.InternalPolicyEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16883,9 +15312,6 @@ func (c *InternalPolicyClient) QueryIdentityHolders(_m *InternalPolicy) *Identit sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.IdentityHoldersTable, internalpolicy.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16902,9 +15328,6 @@ func (c *InternalPolicyClient) QueryReviews(_m *InternalPolicy) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.ReviewsTable, internalpolicy.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -16921,9 +15344,6 @@ func (c *InternalPolicyClient) QueryIntegrations(_m *InternalPolicy) *Integratio sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.IntegrationsTable, internalpolicy.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17075,9 +15495,6 @@ func (c *InviteClient) QueryOwner(_m *Invite) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, invite.OwnerTable, invite.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Invite fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17094,9 +15511,6 @@ func (c *InviteClient) QueryEvents(_m *Invite) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, invite.EventsTable, invite.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.InviteEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17113,9 +15527,6 @@ func (c *InviteClient) QueryGroups(_m *Invite) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, invite.GroupsTable, invite.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InviteGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17267,9 +15678,6 @@ func (c *JobResultClient) QueryOwner(_m *JobResult) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobresult.OwnerTable, jobresult.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17286,9 +15694,6 @@ func (c *JobResultClient) QueryScheduledJob(_m *JobResult) *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobresult.ScheduledJobTable, jobresult.ScheduledJobColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.JobResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17305,9 +15710,6 @@ func (c *JobResultClient) QueryFile(_m *JobResult) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobresult.FileTable, jobresult.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.JobResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17459,9 +15861,6 @@ func (c *JobRunnerClient) QueryOwner(_m *JobRunner) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunner.OwnerTable, jobrunner.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunner fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17478,9 +15877,6 @@ func (c *JobRunnerClient) QueryJobRunnerTokens(_m *JobRunner) *JobRunnerTokenQue sqlgraph.To(jobrunnertoken.Table, jobrunnertoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, jobrunner.JobRunnerTokensTable, jobrunner.JobRunnerTokensPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17632,9 +16028,6 @@ func (c *JobRunnerRegistrationTokenClient) QueryOwner(_m *JobRunnerRegistrationT sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunnerregistrationtoken.OwnerTable, jobrunnerregistrationtoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17651,9 +16044,6 @@ func (c *JobRunnerRegistrationTokenClient) QueryJobRunner(_m *JobRunnerRegistrat sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobrunnerregistrationtoken.JobRunnerTable, jobrunnerregistrationtoken.JobRunnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17805,9 +16195,6 @@ func (c *JobRunnerTokenClient) QueryOwner(_m *JobRunnerToken) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunnertoken.OwnerTable, jobrunnertoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17824,9 +16211,6 @@ func (c *JobRunnerTokenClient) QueryJobRunners(_m *JobRunnerToken) *JobRunnerQue sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, jobrunnertoken.JobRunnersTable, jobrunnertoken.JobRunnersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17978,9 +16362,6 @@ func (c *JobTemplateClient) QueryOwner(_m *JobTemplate) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobtemplate.OwnerTable, jobtemplate.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -17997,9 +16378,6 @@ func (c *JobTemplateClient) QueryScheduledJobs(_m *JobTemplate) *ScheduledJobQue sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, jobtemplate.ScheduledJobsTable, jobtemplate.ScheduledJobsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18151,9 +16529,6 @@ func (c *MappableDomainClient) QueryCustomDomains(_m *MappableDomain) *CustomDom sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, mappabledomain.CustomDomainsTable, mappabledomain.CustomDomainsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18305,9 +16680,6 @@ func (c *MappedControlClient) QueryOwner(_m *MappedControl) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, mappedcontrol.OwnerTable, mappedcontrol.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.MappedControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18324,9 +16696,6 @@ func (c *MappedControlClient) QueryBlockedGroups(_m *MappedControl) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.BlockedGroupsTable, mappedcontrol.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18343,9 +16712,6 @@ func (c *MappedControlClient) QueryEditors(_m *MappedControl) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.EditorsTable, mappedcontrol.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18362,9 +16728,6 @@ func (c *MappedControlClient) QueryFromControls(_m *MappedControl) *ControlQuery sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.FromControlsTable, mappedcontrol.FromControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlFromControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18381,9 +16744,6 @@ func (c *MappedControlClient) QueryToControls(_m *MappedControl) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.ToControlsTable, mappedcontrol.ToControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlToControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18400,9 +16760,6 @@ func (c *MappedControlClient) QueryFromSubcontrols(_m *MappedControl) *Subcontro sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.FromSubcontrolsTable, mappedcontrol.FromSubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18419,9 +16776,6 @@ func (c *MappedControlClient) QueryToSubcontrols(_m *MappedControl) *SubcontrolQ sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.ToSubcontrolsTable, mappedcontrol.ToSubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18573,9 +16927,6 @@ func (c *NarrativeClient) QueryOwner(_m *Narrative) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, narrative.OwnerTable, narrative.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Narrative fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18592,9 +16943,6 @@ func (c *NarrativeClient) QueryBlockedGroups(_m *Narrative) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.BlockedGroupsTable, narrative.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18611,9 +16959,6 @@ func (c *NarrativeClient) QueryEditors(_m *Narrative) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.EditorsTable, narrative.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18630,9 +16975,6 @@ func (c *NarrativeClient) QueryViewers(_m *Narrative) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.ViewersTable, narrative.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18649,9 +16991,6 @@ func (c *NarrativeClient) QuerySatisfies(_m *Narrative) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.SatisfiesTable, narrative.SatisfiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18668,9 +17007,6 @@ func (c *NarrativeClient) QueryPrograms(_m *Narrative) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.ProgramsTable, narrative.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18687,9 +17023,6 @@ func (c *NarrativeClient) QueryInternalPolicies(_m *Narrative) *InternalPolicyQu sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.InternalPoliciesTable, narrative.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18706,9 +17039,6 @@ func (c *NarrativeClient) QueryProcedures(_m *Narrative) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.ProceduresTable, narrative.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18860,9 +17190,6 @@ func (c *NoteClient) QueryOwner(_m *Note) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.OwnerTable, note.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18879,9 +17206,6 @@ func (c *NoteClient) QueryTask(_m *Note) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.TaskTable, note.TaskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18898,9 +17222,6 @@ func (c *NoteClient) QueryControl(_m *Note) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ControlTable, note.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18917,9 +17238,6 @@ func (c *NoteClient) QuerySubcontrol(_m *Note) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.SubcontrolTable, note.SubcontrolColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18936,9 +17254,6 @@ func (c *NoteClient) QueryProcedure(_m *Note) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ProcedureTable, note.ProcedureColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18955,9 +17270,6 @@ func (c *NoteClient) QueryRisk(_m *Note) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.RiskTable, note.RiskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18974,9 +17286,6 @@ func (c *NoteClient) QueryInternalPolicy(_m *Note) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.InternalPolicyTable, note.InternalPolicyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -18993,9 +17302,6 @@ func (c *NoteClient) QueryReview(_m *Note) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ReviewTable, note.ReviewColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19012,9 +17318,6 @@ func (c *NoteClient) QueryEvidence(_m *Note) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.EvidenceTable, note.EvidenceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19031,9 +17334,6 @@ func (c *NoteClient) QueryTrustCenter(_m *Note) *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.TrustCenterTable, note.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19050,9 +17350,6 @@ func (c *NoteClient) QueryDiscussion(_m *Note) *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.DiscussionTable, note.DiscussionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19069,9 +17366,6 @@ func (c *NoteClient) QueryTrustCenterFaqs(_m *Note) *TrustCenterFAQQuery { sqlgraph.To(trustcenterfaq.Table, trustcenterfaq.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, note.TrustCenterFaqsTable, note.TrustCenterFaqsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19088,9 +17382,6 @@ func (c *NoteClient) QueryFiles(_m *Note) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, note.FilesTable, note.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19242,9 +17533,6 @@ func (c *NotificationClient) QueryOwner(_m *Notification) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notification.OwnerTable, notification.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Notification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19261,9 +17549,6 @@ func (c *NotificationClient) QueryNotificationTemplate(_m *Notification) *Notifi sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notification.NotificationTemplateTable, notification.NotificationTemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.Notification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19415,9 +17700,6 @@ func (c *NotificationPreferenceClient) QueryOwner(_m *NotificationPreference) *O sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationpreference.OwnerTable, notificationpreference.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationPreference fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19434,9 +17716,6 @@ func (c *NotificationPreferenceClient) QueryUser(_m *NotificationPreference) *Us sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, notificationpreference.UserTable, notificationpreference.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.NotificationPreference fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19453,9 +17732,6 @@ func (c *NotificationPreferenceClient) QueryNotificationTemplate(_m *Notificatio sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, notificationpreference.NotificationTemplateTable, notificationpreference.NotificationTemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationPreference fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19607,9 +17883,6 @@ func (c *NotificationTemplateClient) QueryOwner(_m *NotificationTemplate) *Organ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.OwnerTable, notificationtemplate.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19626,9 +17899,6 @@ func (c *NotificationTemplateClient) QueryIntegration(_m *NotificationTemplate) sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.IntegrationTable, notificationtemplate.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19645,9 +17915,6 @@ func (c *NotificationTemplateClient) QueryWorkflowDefinition(_m *NotificationTem sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.WorkflowDefinitionTable, notificationtemplate.WorkflowDefinitionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19664,9 +17931,6 @@ func (c *NotificationTemplateClient) QueryEmailTemplate(_m *NotificationTemplate sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.EmailTemplateTable, notificationtemplate.EmailTemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19683,9 +17947,6 @@ func (c *NotificationTemplateClient) QueryNotifications(_m *NotificationTemplate sqlgraph.To(notification.Table, notification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, notificationtemplate.NotificationsTable, notificationtemplate.NotificationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19837,9 +18098,6 @@ func (c *OnboardingClient) QueryOrganization(_m *Onboarding) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, onboarding.OrganizationTable, onboarding.OrganizationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Onboarding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -19991,9 +18249,6 @@ func (c *OrgMembershipClient) QueryOrganization(_m *OrgMembership) *Organization sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, orgmembership.OrganizationTable, orgmembership.OrganizationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20010,9 +18265,6 @@ func (c *OrgMembershipClient) QueryUser(_m *OrgMembership) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, orgmembership.UserTable, orgmembership.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20029,9 +18281,6 @@ func (c *OrgMembershipClient) QueryEvents(_m *OrgMembership) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgmembership.EventsTable, orgmembership.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgMembershipEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20183,9 +18432,6 @@ func (c *OrgModuleClient) QueryOwner(_m *OrgModule) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgmodule.OwnerTable, orgmodule.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgModule fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20202,9 +18448,6 @@ func (c *OrgModuleClient) QueryOrgSubscription(_m *OrgModule) *OrgSubscriptionQu sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgmodule.OrgSubscriptionTable, orgmodule.OrgSubscriptionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgModule fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20221,9 +18464,6 @@ func (c *OrgModuleClient) QueryOrgProducts(_m *OrgModule) *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgmodule.OrgProductsTable, orgmodule.OrgProductsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20240,9 +18480,6 @@ func (c *OrgModuleClient) QueryOrgPrices(_m *OrgModule) *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgmodule.OrgPricesTable, orgmodule.OrgPricesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20394,9 +18631,6 @@ func (c *OrgPriceClient) QueryOwner(_m *OrgPrice) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgprice.OwnerTable, orgprice.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgPrice fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20413,9 +18647,6 @@ func (c *OrgPriceClient) QueryOrgProducts(_m *OrgPrice) *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, orgprice.OrgProductsTable, orgprice.OrgProductsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProductOrgPrices fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20432,9 +18663,6 @@ func (c *OrgPriceClient) QueryOrgModules(_m *OrgPrice) *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, orgprice.OrgModulesTable, orgprice.OrgModulesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20451,9 +18679,6 @@ func (c *OrgPriceClient) QueryOrgSubscription(_m *OrgPrice) *OrgSubscriptionQuer sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgprice.OrgSubscriptionTable, orgprice.OrgSubscriptionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgPrice fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20605,9 +18830,6 @@ func (c *OrgProductClient) QueryOwner(_m *OrgProduct) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgproduct.OwnerTable, orgproduct.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgProduct fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20624,9 +18846,6 @@ func (c *OrgProductClient) QueryOrgSubscription(_m *OrgProduct) *OrgSubscription sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgproduct.OrgSubscriptionTable, orgproduct.OrgSubscriptionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgProduct fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20643,9 +18862,6 @@ func (c *OrgProductClient) QueryOrgPrices(_m *OrgProduct) *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgproduct.OrgPricesTable, orgproduct.OrgPricesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgProductOrgPrices fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20662,9 +18878,6 @@ func (c *OrgProductClient) QueryOrgModules(_m *OrgProduct) *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgproduct.OrgModulesTable, orgproduct.OrgModulesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20816,9 +19029,6 @@ func (c *OrgSubscriptionClient) QueryOwner(_m *OrgSubscription) *OrganizationQue sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgsubscription.OwnerTable, orgsubscription.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgSubscription fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20835,9 +19045,6 @@ func (c *OrgSubscriptionClient) QueryEvents(_m *OrgSubscription) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgsubscription.EventsTable, orgsubscription.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20854,9 +19061,6 @@ func (c *OrgSubscriptionClient) QueryModules(_m *OrgSubscription) *OrgModuleQuer sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.ModulesTable, orgsubscription.ModulesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20873,9 +19077,6 @@ func (c *OrgSubscriptionClient) QueryProducts(_m *OrgSubscription) *OrgProductQu sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.ProductsTable, orgsubscription.ProductsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -20892,9 +19093,6 @@ func (c *OrgSubscriptionClient) QueryPrices(_m *OrgSubscription) *OrgPriceQuery sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.PricesTable, orgsubscription.PricesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21046,9 +19244,6 @@ func (c *OrganizationClient) QueryActionPlanCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ActionPlanCreatorsTable, organization.ActionPlanCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21065,9 +19260,6 @@ func (c *OrganizationClient) QueryAPITokenCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.APITokenCreatorsTable, organization.APITokenCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21084,9 +19276,6 @@ func (c *OrganizationClient) QueryAssessmentCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentCreatorsTable, organization.AssessmentCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21103,9 +19292,6 @@ func (c *OrganizationClient) QueryAssetCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssetCreatorsTable, organization.AssetCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21122,9 +19308,6 @@ func (c *OrganizationClient) QueryCampaignCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignCreatorsTable, organization.CampaignCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21141,9 +19324,6 @@ func (c *OrganizationClient) QueryCampaignTargetCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignTargetCreatorsTable, organization.CampaignTargetCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21160,9 +19340,6 @@ func (c *OrganizationClient) QueryCheckResultCreators(_m *Organization) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CheckResultCreatorsTable, organization.CheckResultCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21179,9 +19356,6 @@ func (c *OrganizationClient) QueryContactCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ContactCreatorsTable, organization.ContactCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21198,9 +19372,6 @@ func (c *OrganizationClient) QueryControlCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlCreatorsTable, organization.ControlCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21217,9 +19388,6 @@ func (c *OrganizationClient) QueryControlImplementationCreators(_m *Organization sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlImplementationCreatorsTable, organization.ControlImplementationCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21236,9 +19404,6 @@ func (c *OrganizationClient) QueryControlObjectiveCreators(_m *Organization) *Gr sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlObjectiveCreatorsTable, organization.ControlObjectiveCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21255,9 +19420,6 @@ func (c *OrganizationClient) QueryCustomDomainCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomDomainCreatorsTable, organization.CustomDomainCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21274,9 +19436,6 @@ func (c *OrganizationClient) QueryCustomTypeEnumCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomTypeEnumCreatorsTable, organization.CustomTypeEnumCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21293,9 +19452,6 @@ func (c *OrganizationClient) QueryDirectoryAccountCreators(_m *Organization) *Gr sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryAccountCreatorsTable, organization.DirectoryAccountCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21312,9 +19468,6 @@ func (c *OrganizationClient) QueryDirectoryGroupCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryGroupCreatorsTable, organization.DirectoryGroupCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21331,9 +19484,6 @@ func (c *OrganizationClient) QueryDirectoryMembershipCreators(_m *Organization) sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryMembershipCreatorsTable, organization.DirectoryMembershipCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21350,9 +19500,6 @@ func (c *OrganizationClient) QueryDirectorySyncRunCreators(_m *Organization) *Gr sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectorySyncRunCreatorsTable, organization.DirectorySyncRunCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21369,9 +19516,6 @@ func (c *OrganizationClient) QueryDiscussionCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DiscussionCreatorsTable, organization.DiscussionCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21388,9 +19532,6 @@ func (c *OrganizationClient) QueryDocumentDataCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DocumentDataCreatorsTable, organization.DocumentDataCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21407,9 +19548,6 @@ func (c *OrganizationClient) QueryEmailTemplateCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EmailTemplateCreatorsTable, organization.EmailTemplateCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21426,9 +19564,6 @@ func (c *OrganizationClient) QueryEntityCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityCreatorsTable, organization.EntityCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21445,9 +19580,6 @@ func (c *OrganizationClient) QueryEntityTypeCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityTypeCreatorsTable, organization.EntityTypeCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21464,9 +19596,6 @@ func (c *OrganizationClient) QueryEvidenceCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EvidenceCreatorsTable, organization.EvidenceCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21483,9 +19612,6 @@ func (c *OrganizationClient) QueryFileCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FileCreatorsTable, organization.FileCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21502,9 +19628,6 @@ func (c *OrganizationClient) QueryFindingCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingCreatorsTable, organization.FindingCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21521,9 +19644,6 @@ func (c *OrganizationClient) QueryFindingControlCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingControlCreatorsTable, organization.FindingControlCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21540,9 +19660,6 @@ func (c *OrganizationClient) QueryGroupCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupCreatorsTable, organization.GroupCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21559,9 +19676,6 @@ func (c *OrganizationClient) QueryGroupMembershipCreators(_m *Organization) *Gro sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupMembershipCreatorsTable, organization.GroupMembershipCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21578,9 +19692,6 @@ func (c *OrganizationClient) QueryGroupSettingCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupSettingCreatorsTable, organization.GroupSettingCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21597,9 +19708,6 @@ func (c *OrganizationClient) QueryHushCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.HushCreatorsTable, organization.HushCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21616,9 +19724,6 @@ func (c *OrganizationClient) QueryIdentityHolderCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IdentityHolderCreatorsTable, organization.IdentityHolderCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21635,9 +19740,6 @@ func (c *OrganizationClient) QueryInternalPolicyCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InternalPolicyCreatorsTable, organization.InternalPolicyCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21654,9 +19756,6 @@ func (c *OrganizationClient) QueryInviteCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InviteCreatorsTable, organization.InviteCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21673,9 +19772,6 @@ func (c *OrganizationClient) QueryJobRunnerCreators(_m *Organization) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerCreatorsTable, organization.JobRunnerCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21692,9 +19788,6 @@ func (c *OrganizationClient) QueryJobRunnerRegistrationTokenCreators(_m *Organiz sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerRegistrationTokenCreatorsTable, organization.JobRunnerRegistrationTokenCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21711,9 +19804,6 @@ func (c *OrganizationClient) QueryJobRunnerTokenCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerTokenCreatorsTable, organization.JobRunnerTokenCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21730,9 +19820,6 @@ func (c *OrganizationClient) QueryJobTemplateCreators(_m *Organization) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobTemplateCreatorsTable, organization.JobTemplateCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21749,9 +19836,6 @@ func (c *OrganizationClient) QueryMappedControlCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.MappedControlCreatorsTable, organization.MappedControlCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21768,9 +19852,6 @@ func (c *OrganizationClient) QueryNarrativeCreators(_m *Organization) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NarrativeCreatorsTable, organization.NarrativeCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21787,9 +19868,6 @@ func (c *OrganizationClient) QueryNoteCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NoteCreatorsTable, organization.NoteCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21806,9 +19884,6 @@ func (c *OrganizationClient) QueryNotificationTemplateCreators(_m *Organization) sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationTemplateCreatorsTable, organization.NotificationTemplateCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21825,9 +19900,6 @@ func (c *OrganizationClient) QueryOrgMembershipCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgMembershipCreatorsTable, organization.OrgMembershipCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21844,9 +19916,6 @@ func (c *OrganizationClient) QueryPlatformCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PlatformCreatorsTable, organization.PlatformCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21863,9 +19932,6 @@ func (c *OrganizationClient) QueryProcedureCreators(_m *Organization) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProcedureCreatorsTable, organization.ProcedureCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21882,9 +19948,6 @@ func (c *OrganizationClient) QueryProgramCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramCreatorsTable, organization.ProgramCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21901,9 +19964,6 @@ func (c *OrganizationClient) QueryProgramMembershipCreators(_m *Organization) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramMembershipCreatorsTable, organization.ProgramMembershipCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21920,9 +19980,6 @@ func (c *OrganizationClient) QueryRemediationCreators(_m *Organization) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RemediationCreatorsTable, organization.RemediationCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21939,9 +19996,6 @@ func (c *OrganizationClient) QueryReviewCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ReviewCreatorsTable, organization.ReviewCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21958,9 +20012,6 @@ func (c *OrganizationClient) QueryRiskCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RiskCreatorsTable, organization.RiskCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21977,9 +20028,6 @@ func (c *OrganizationClient) QueryScanCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScanCreatorsTable, organization.ScanCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -21996,9 +20044,6 @@ func (c *OrganizationClient) QueryScheduledJobCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobCreatorsTable, organization.ScheduledJobCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22015,9 +20060,6 @@ func (c *OrganizationClient) QueryScheduledJobRunCreators(_m *Organization) *Gro sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobRunCreatorsTable, organization.ScheduledJobRunCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22034,9 +20076,6 @@ func (c *OrganizationClient) QuerySLADefinitionCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SLADefinitionCreatorsTable, organization.SLADefinitionCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22053,9 +20092,6 @@ func (c *OrganizationClient) QueryStandardCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.StandardCreatorsTable, organization.StandardCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22072,9 +20108,6 @@ func (c *OrganizationClient) QuerySubcontrolCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubcontrolCreatorsTable, organization.SubcontrolCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22091,9 +20124,6 @@ func (c *OrganizationClient) QuerySubprocessorCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubprocessorCreatorsTable, organization.SubprocessorCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22110,9 +20140,6 @@ func (c *OrganizationClient) QuerySubscriberCreators(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubscriberCreatorsTable, organization.SubscriberCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22129,9 +20156,6 @@ func (c *OrganizationClient) QuerySystemDetailCreators(_m *Organization) *GroupQ sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SystemDetailCreatorsTable, organization.SystemDetailCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22148,9 +20172,6 @@ func (c *OrganizationClient) QueryTagDefinitionCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TagDefinitionCreatorsTable, organization.TagDefinitionCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22167,9 +20188,6 @@ func (c *OrganizationClient) QueryTaskCreators(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TaskCreatorsTable, organization.TaskCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22186,9 +20204,6 @@ func (c *OrganizationClient) QueryTemplateCreators(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TemplateCreatorsTable, organization.TemplateCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22205,9 +20220,6 @@ func (c *OrganizationClient) QueryTrustCenterCreators(_m *Organization) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterCreatorsTable, organization.TrustCenterCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22224,9 +20236,6 @@ func (c *OrganizationClient) QueryTrustCenterComplianceCreators(_m *Organization sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterComplianceCreatorsTable, organization.TrustCenterComplianceCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22243,9 +20252,6 @@ func (c *OrganizationClient) QueryTrustCenterDocCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterDocCreatorsTable, organization.TrustCenterDocCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22262,9 +20268,6 @@ func (c *OrganizationClient) QueryTrustCenterEntityCreators(_m *Organization) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterEntityCreatorsTable, organization.TrustCenterEntityCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22281,9 +20284,6 @@ func (c *OrganizationClient) QueryTrustCenterFaqCreators(_m *Organization) *Grou sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterFaqCreatorsTable, organization.TrustCenterFaqCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22300,9 +20300,6 @@ func (c *OrganizationClient) QueryTrustCenterNdaRequestCreators(_m *Organization sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterNdaRequestCreatorsTable, organization.TrustCenterNdaRequestCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22319,9 +20316,6 @@ func (c *OrganizationClient) QueryTrustCenterSubprocessorCreators(_m *Organizati sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterSubprocessorCreatorsTable, organization.TrustCenterSubprocessorCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22338,9 +20332,6 @@ func (c *OrganizationClient) QueryTrustCenterWatermarkConfigCreators(_m *Organiz sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterWatermarkConfigCreatorsTable, organization.TrustCenterWatermarkConfigCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22357,9 +20348,6 @@ func (c *OrganizationClient) QueryVendorRiskScoreCreators(_m *Organization) *Gro sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorRiskScoreCreatorsTable, organization.VendorRiskScoreCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22376,9 +20364,6 @@ func (c *OrganizationClient) QueryVendorScoringConfigCreators(_m *Organization) sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorScoringConfigCreatorsTable, organization.VendorScoringConfigCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22395,9 +20380,6 @@ func (c *OrganizationClient) QueryVulnerabilityCreators(_m *Organization) *Group sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VulnerabilityCreatorsTable, organization.VulnerabilityCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22414,9 +20396,6 @@ func (c *OrganizationClient) QueryWorkflowDefinitionCreators(_m *Organization) * sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowDefinitionCreatorsTable, organization.WorkflowDefinitionCreatorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22433,9 +20412,6 @@ func (c *OrganizationClient) QueryCampaignsManager(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignsManagerTable, organization.CampaignsManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22452,9 +20428,6 @@ func (c *OrganizationClient) QueryComplianceManager(_m *Organization) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ComplianceManagerTable, organization.ComplianceManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22471,9 +20444,6 @@ func (c *OrganizationClient) QueryGroupManager(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupManagerTable, organization.GroupManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22490,9 +20460,6 @@ func (c *OrganizationClient) QueryPoliciesManager(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PoliciesManagerTable, organization.PoliciesManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22509,9 +20476,6 @@ func (c *OrganizationClient) QueryRegistryManager(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RegistryManagerTable, organization.RegistryManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22528,9 +20492,6 @@ func (c *OrganizationClient) QueryRiskManager(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RiskManagerTable, organization.RiskManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22547,9 +20508,6 @@ func (c *OrganizationClient) QueryTrustCenterManager(_m *Organization) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterManagerTable, organization.TrustCenterManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22566,9 +20524,6 @@ func (c *OrganizationClient) QueryWorkflowsManager(_m *Organization) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowsManagerTable, organization.WorkflowsManagerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22585,9 +20540,6 @@ func (c *OrganizationClient) QueryParent(_m *Organization) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, organization.ParentTable, organization.ParentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22604,9 +20556,6 @@ func (c *OrganizationClient) QueryChildren(_m *Organization) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ChildrenTable, organization.ChildrenColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22623,9 +20572,6 @@ func (c *OrganizationClient) QuerySetting(_m *Organization) *OrganizationSetting sqlgraph.To(organizationsetting.Table, organizationsetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, organization.SettingTable, organization.SettingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22642,9 +20588,6 @@ func (c *OrganizationClient) QueryPersonalAccessTokens(_m *Organization) *Person sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.PersonalAccessTokensTable, organization.PersonalAccessTokensPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22661,9 +20604,6 @@ func (c *OrganizationClient) QueryAPITokens(_m *Organization) *APITokenQuery { sqlgraph.To(apitoken.Table, apitoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.APITokensTable, organization.APITokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.APIToken - step.Edge.Schema = schemaConfig.APIToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22680,9 +20620,6 @@ func (c *OrganizationClient) QueryEmailTemplates(_m *Organization) *EmailTemplat sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EmailTemplatesTable, organization.EmailTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22699,9 +20636,6 @@ func (c *OrganizationClient) QueryIntegrationWebhooks(_m *Organization) *Integra sqlgraph.To(integrationwebhook.Table, integrationwebhook.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationWebhooksTable, organization.IntegrationWebhooksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22718,9 +20652,6 @@ func (c *OrganizationClient) QueryIntegrationRuns(_m *Organization) *Integration sqlgraph.To(integrationrun.Table, integrationrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationRunsTable, organization.IntegrationRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22737,9 +20668,6 @@ func (c *OrganizationClient) QueryNotificationPreferences(_m *Organization) *Not sqlgraph.To(notificationpreference.Table, notificationpreference.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationPreferencesTable, organization.NotificationPreferencesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationPreference - step.Edge.Schema = schemaConfig.NotificationPreference fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22756,9 +20684,6 @@ func (c *OrganizationClient) QueryNotificationTemplates(_m *Organization) *Notif sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationTemplatesTable, organization.NotificationTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22775,9 +20700,6 @@ func (c *OrganizationClient) QueryUsers(_m *Organization) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, organization.UsersTable, organization.UsersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22794,9 +20716,6 @@ func (c *OrganizationClient) QueryFiles(_m *Organization) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.FilesTable, organization.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22813,9 +20732,6 @@ func (c *OrganizationClient) QueryEvents(_m *Organization) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.EventsTable, organization.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrganizationEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22832,9 +20748,6 @@ func (c *OrganizationClient) QuerySecrets(_m *Organization) *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SecretsTable, organization.SecretsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.Hush fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22851,9 +20764,6 @@ func (c *OrganizationClient) QueryAvatarFile(_m *Organization) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, organization.AvatarFileTable, organization.AvatarFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Organization fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22870,9 +20780,6 @@ func (c *OrganizationClient) QueryGroups(_m *Organization) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupsTable, organization.GroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22889,9 +20796,6 @@ func (c *OrganizationClient) QueryTemplates(_m *Organization) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TemplatesTable, organization.TemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22908,9 +20812,6 @@ func (c *OrganizationClient) QueryIntegrations(_m *Organization) *IntegrationQue sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationsTable, organization.IntegrationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22927,9 +20828,6 @@ func (c *OrganizationClient) QueryDocuments(_m *Organization) *DocumentDataQuery sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DocumentsTable, organization.DocumentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22946,9 +20844,6 @@ func (c *OrganizationClient) QueryOrgSubscriptions(_m *Organization) *OrgSubscri sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgSubscriptionsTable, organization.OrgSubscriptionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscription fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22965,9 +20860,6 @@ func (c *OrganizationClient) QueryOrgProducts(_m *Organization) *OrgProductQuery sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgProductsTable, organization.OrgProductsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -22984,9 +20876,6 @@ func (c *OrganizationClient) QueryOrgPrices(_m *Organization) *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgPricesTable, organization.OrgPricesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23003,9 +20892,6 @@ func (c *OrganizationClient) QueryOrgModules(_m *Organization) *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgModulesTable, organization.OrgModulesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23022,9 +20908,6 @@ func (c *OrganizationClient) QueryInvites(_m *Organization) *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InvitesTable, organization.InvitesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.Invite fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23041,9 +20924,6 @@ func (c *OrganizationClient) QuerySubscribers(_m *Organization) *SubscriberQuery sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubscribersTable, organization.SubscribersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23060,9 +20940,6 @@ func (c *OrganizationClient) QueryEntities(_m *Organization) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntitiesTable, organization.EntitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23079,9 +20956,6 @@ func (c *OrganizationClient) QueryPlatforms(_m *Organization) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PlatformsTable, organization.PlatformsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23098,9 +20972,6 @@ func (c *OrganizationClient) QueryIdentityHolders(_m *Organization) *IdentityHol sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IdentityHoldersTable, organization.IdentityHoldersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23117,9 +20988,6 @@ func (c *OrganizationClient) QueryCampaigns(_m *Organization) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignsTable, organization.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23136,9 +21004,6 @@ func (c *OrganizationClient) QueryCampaignTargets(_m *Organization) *CampaignTar sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignTargetsTable, organization.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23155,9 +21020,6 @@ func (c *OrganizationClient) QueryEntityTypes(_m *Organization) *EntityTypeQuery sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityTypesTable, organization.EntityTypesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.EntityType fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23174,9 +21036,6 @@ func (c *OrganizationClient) QueryContacts(_m *Organization) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ContactsTable, organization.ContactsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Contact fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23193,9 +21052,6 @@ func (c *OrganizationClient) QueryNotes(_m *Organization) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotesTable, organization.NotesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23212,9 +21068,6 @@ func (c *OrganizationClient) QueryTasks(_m *Organization) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TasksTable, organization.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23231,9 +21084,6 @@ func (c *OrganizationClient) QueryPrograms(_m *Organization) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramsTable, organization.ProgramsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23250,9 +21100,6 @@ func (c *OrganizationClient) QuerySystemDetails(_m *Organization) *SystemDetailQ sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SystemDetailsTable, organization.SystemDetailsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetail fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23269,9 +21116,6 @@ func (c *OrganizationClient) QueryProcedures(_m *Organization) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProceduresTable, organization.ProceduresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23288,9 +21132,6 @@ func (c *OrganizationClient) QueryInternalPolicies(_m *Organization) *InternalPo sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InternalPoliciesTable, organization.InternalPoliciesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23307,9 +21148,6 @@ func (c *OrganizationClient) QueryRisks(_m *Organization) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RisksTable, organization.RisksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23326,9 +21164,6 @@ func (c *OrganizationClient) QueryControlObjectives(_m *Organization) *ControlOb sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlObjectivesTable, organization.ControlObjectivesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjective fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23345,9 +21180,6 @@ func (c *OrganizationClient) QueryNarratives(_m *Organization) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NarrativesTable, organization.NarrativesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23364,9 +21196,6 @@ func (c *OrganizationClient) QueryControls(_m *Organization) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlsTable, organization.ControlsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23383,9 +21212,6 @@ func (c *OrganizationClient) QuerySubcontrols(_m *Organization) *SubcontrolQuery sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubcontrolsTable, organization.SubcontrolsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23402,9 +21228,6 @@ func (c *OrganizationClient) QueryControlImplementations(_m *Organization) *Cont sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlImplementationsTable, organization.ControlImplementationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23421,9 +21244,6 @@ func (c *OrganizationClient) QueryMappedControls(_m *Organization) *MappedContro sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.MappedControlsTable, organization.MappedControlsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23440,9 +21260,6 @@ func (c *OrganizationClient) QueryEvidence(_m *Organization) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EvidenceTable, organization.EvidenceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Evidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23459,9 +21276,6 @@ func (c *OrganizationClient) QueryStandards(_m *Organization) *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.StandardsTable, organization.StandardsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Standard fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23478,9 +21292,6 @@ func (c *OrganizationClient) QueryActionPlans(_m *Organization) *ActionPlanQuery sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ActionPlansTable, organization.ActionPlansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23497,9 +21308,6 @@ func (c *OrganizationClient) QueryCustomDomains(_m *Organization) *CustomDomainQ sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomDomainsTable, organization.CustomDomainsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23516,9 +21324,6 @@ func (c *OrganizationClient) QueryJobRunners(_m *Organization) *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnersTable, organization.JobRunnersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunner fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23535,9 +21340,6 @@ func (c *OrganizationClient) QueryJobRunnerTokens(_m *Organization) *JobRunnerTo sqlgraph.To(jobrunnertoken.Table, jobrunnertoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerTokensTable, organization.JobRunnerTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23554,9 +21356,6 @@ func (c *OrganizationClient) QueryJobRunnerRegistrationTokens(_m *Organization) sqlgraph.To(jobrunnerregistrationtoken.Table, jobrunnerregistrationtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerRegistrationTokensTable, organization.JobRunnerRegistrationTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunnerRegistrationToken - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23573,9 +21372,6 @@ func (c *OrganizationClient) QueryDNSVerifications(_m *Organization) *DNSVerific sqlgraph.To(dnsverification.Table, dnsverification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DNSVerificationsTable, organization.DNSVerificationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.DNSVerification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23592,9 +21388,6 @@ func (c *OrganizationClient) QueryJobTemplates(_m *Organization) *JobTemplateQue sqlgraph.To(jobtemplate.Table, jobtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobTemplatesTable, organization.JobTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.JobTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23611,9 +21404,6 @@ func (c *OrganizationClient) QueryScheduledJobs(_m *Organization) *ScheduledJobQ sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobsTable, organization.ScheduledJobsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23630,9 +21420,6 @@ func (c *OrganizationClient) QueryJobResults(_m *Organization) *JobResultQuery { sqlgraph.To(jobresult.Table, jobresult.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobResultsTable, organization.JobResultsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobResult - step.Edge.Schema = schemaConfig.JobResult fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23649,9 +21436,6 @@ func (c *OrganizationClient) QueryScheduledJobRuns(_m *Organization) *ScheduledJ sqlgraph.To(scheduledjobrun.Table, scheduledjobrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobRunsTable, organization.ScheduledJobRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJobRun - step.Edge.Schema = schemaConfig.ScheduledJobRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23668,9 +21452,6 @@ func (c *OrganizationClient) QueryTrustCenters(_m *Organization) *TrustCenterQue sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCentersTable, organization.TrustCentersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23687,9 +21468,6 @@ func (c *OrganizationClient) QueryAssets(_m *Organization) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssetsTable, organization.AssetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23706,9 +21484,6 @@ func (c *OrganizationClient) QueryScans(_m *Organization) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScansTable, organization.ScansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23725,9 +21500,6 @@ func (c *OrganizationClient) QuerySLADefinitions(_m *Organization) *SLADefinitio sqlgraph.To(sladefinition.Table, sladefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SLADefinitionsTable, organization.SLADefinitionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SLADefinition - step.Edge.Schema = schemaConfig.SLADefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23744,9 +21516,6 @@ func (c *OrganizationClient) QuerySubprocessors(_m *Organization) *SubprocessorQ sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubprocessorsTable, organization.SubprocessorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.Subprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23763,9 +21532,6 @@ func (c *OrganizationClient) QueryExports(_m *Organization) *ExportQuery { sqlgraph.To(export.Table, export.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ExportsTable, organization.ExportsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Export - step.Edge.Schema = schemaConfig.Export fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23782,9 +21548,6 @@ func (c *OrganizationClient) QueryTrustCenterWatermarkConfigs(_m *Organization) sqlgraph.To(trustcenterwatermarkconfig.Table, trustcenterwatermarkconfig.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterWatermarkConfigsTable, organization.TrustCenterWatermarkConfigsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23801,9 +21564,6 @@ func (c *OrganizationClient) QueryImpersonationEvents(_m *Organization) *Imperso sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ImpersonationEventsTable, organization.ImpersonationEventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23820,9 +21580,6 @@ func (c *OrganizationClient) QueryAssessments(_m *Organization) *AssessmentQuery sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentsTable, organization.AssessmentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23839,9 +21596,6 @@ func (c *OrganizationClient) QueryAssessmentResponses(_m *Organization) *Assessm sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentResponsesTable, organization.AssessmentResponsesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23858,9 +21612,6 @@ func (c *OrganizationClient) QueryCustomTypeEnums(_m *Organization) *CustomTypeE sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomTypeEnumsTable, organization.CustomTypeEnumsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23877,9 +21628,6 @@ func (c *OrganizationClient) QueryTagDefinitions(_m *Organization) *TagDefinitio sqlgraph.To(tagdefinition.Table, tagdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TagDefinitionsTable, organization.TagDefinitionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23896,9 +21644,6 @@ func (c *OrganizationClient) QueryRemediations(_m *Organization) *RemediationQue sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RemediationsTable, organization.RemediationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.Remediation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23915,9 +21660,6 @@ func (c *OrganizationClient) QueryFindings(_m *Organization) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingsTable, organization.FindingsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.Finding fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23934,9 +21676,6 @@ func (c *OrganizationClient) QueryFindingControls(_m *Organization) *FindingCont sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingControlsTable, organization.FindingControlsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23953,9 +21692,6 @@ func (c *OrganizationClient) QueryReviews(_m *Organization) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ReviewsTable, organization.ReviewsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Review fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23972,9 +21708,6 @@ func (c *OrganizationClient) QueryVulnerabilities(_m *Organization) *Vulnerabili sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VulnerabilitiesTable, organization.VulnerabilitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -23991,9 +21724,6 @@ func (c *OrganizationClient) QueryNotifications(_m *Organization) *NotificationQ sqlgraph.To(notification.Table, notification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationsTable, organization.NotificationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24010,9 +21740,6 @@ func (c *OrganizationClient) QueryWorkflowDefinitions(_m *Organization) *Workflo sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowDefinitionsTable, organization.WorkflowDefinitionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowDefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24029,9 +21756,6 @@ func (c *OrganizationClient) QueryWorkflowInstances(_m *Organization) *WorkflowI sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowInstancesTable, organization.WorkflowInstancesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24048,9 +21772,6 @@ func (c *OrganizationClient) QueryWorkflowEvents(_m *Organization) *WorkflowEven sqlgraph.To(workflowevent.Table, workflowevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowEventsTable, organization.WorkflowEventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24067,9 +21788,6 @@ func (c *OrganizationClient) QueryWorkflowAssignments(_m *Organization) *Workflo sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowAssignmentsTable, organization.WorkflowAssignmentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24086,9 +21804,6 @@ func (c *OrganizationClient) QueryWorkflowAssignmentTargets(_m *Organization) *W sqlgraph.To(workflowassignmenttarget.Table, workflowassignmenttarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowAssignmentTargetsTable, organization.WorkflowAssignmentTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24105,9 +21820,6 @@ func (c *OrganizationClient) QueryWorkflowObjectRefs(_m *Organization) *Workflow sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowObjectRefsTable, organization.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24124,9 +21836,6 @@ func (c *OrganizationClient) QueryWorkflowProposals(_m *Organization) *WorkflowP sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowProposalsTable, organization.WorkflowProposalsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24143,9 +21852,6 @@ func (c *OrganizationClient) QueryDirectoryAccounts(_m *Organization) *Directory sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryAccountsTable, organization.DirectoryAccountsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24162,9 +21868,6 @@ func (c *OrganizationClient) QueryDirectoryGroups(_m *Organization) *DirectoryGr sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryGroupsTable, organization.DirectoryGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24181,9 +21884,6 @@ func (c *OrganizationClient) QueryDirectoryMemberships(_m *Organization) *Direct sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryMembershipsTable, organization.DirectoryMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24200,9 +21900,6 @@ func (c *OrganizationClient) QueryDirectorySyncRuns(_m *Organization) *Directory sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectorySyncRunsTable, organization.DirectorySyncRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24219,9 +21916,6 @@ func (c *OrganizationClient) QueryDiscussions(_m *Organization) *DiscussionQuery sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DiscussionsTable, organization.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24238,9 +21932,6 @@ func (c *OrganizationClient) QueryVendorScoringConfigs(_m *Organization) *Vendor sqlgraph.To(vendorscoringconfig.Table, vendorscoringconfig.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorScoringConfigsTable, organization.VendorScoringConfigsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorScoringConfig fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24257,9 +21948,6 @@ func (c *OrganizationClient) QueryVendorRiskScores(_m *Organization) *VendorRisk sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorRiskScoresTable, organization.VendorRiskScoresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24276,9 +21964,6 @@ func (c *OrganizationClient) QueryMembers(_m *Organization) *OrgMembershipQuery sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, organization.MembersTable, organization.MembersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24430,9 +22115,6 @@ func (c *OrganizationSettingClient) QueryOrganization(_m *OrganizationSetting) * sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, organizationsetting.OrganizationTable, organizationsetting.OrganizationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24449,9 +22131,6 @@ func (c *OrganizationSettingClient) QueryFiles(_m *OrganizationSetting) *FileQue sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organizationsetting.FilesTable, organizationsetting.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationSettingFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24603,9 +22282,6 @@ func (c *PasswordResetTokenClient) QueryOwner(_m *PasswordResetToken) *UserQuery sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, passwordresettoken.OwnerTable, passwordresettoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PasswordResetToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24757,9 +22433,6 @@ func (c *PersonalAccessTokenClient) QueryOwner(_m *PersonalAccessToken) *UserQue sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, personalaccesstoken.OwnerTable, personalaccesstoken.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PersonalAccessToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24776,9 +22449,6 @@ func (c *PersonalAccessTokenClient) QueryOrganizations(_m *PersonalAccessToken) sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, personalaccesstoken.OrganizationsTable, personalaccesstoken.OrganizationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24795,9 +22465,6 @@ func (c *PersonalAccessTokenClient) QueryEvents(_m *PersonalAccessToken) *EventQ sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, personalaccesstoken.EventsTable, personalaccesstoken.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24949,9 +22616,6 @@ func (c *PlatformClient) QueryOwner(_m *Platform) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, platform.OwnerTable, platform.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24968,9 +22632,6 @@ func (c *PlatformClient) QueryBlockedGroups(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.BlockedGroupsTable, platform.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -24987,9 +22648,6 @@ func (c *PlatformClient) QueryEditors(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EditorsTable, platform.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25006,9 +22664,6 @@ func (c *PlatformClient) QueryViewers(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ViewersTable, platform.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25025,9 +22680,6 @@ func (c *PlatformClient) QueryInternalOwnerUser(_m *Platform) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.InternalOwnerUserTable, platform.InternalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25044,9 +22696,6 @@ func (c *PlatformClient) QueryInternalOwnerGroup(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.InternalOwnerGroupTable, platform.InternalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25063,9 +22712,6 @@ func (c *PlatformClient) QueryBusinessOwnerUser(_m *Platform) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.BusinessOwnerUserTable, platform.BusinessOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25082,9 +22728,6 @@ func (c *PlatformClient) QueryBusinessOwnerGroup(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.BusinessOwnerGroupTable, platform.BusinessOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25101,9 +22744,6 @@ func (c *PlatformClient) QueryTechnicalOwnerUser(_m *Platform) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.TechnicalOwnerUserTable, platform.TechnicalOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25120,9 +22760,6 @@ func (c *PlatformClient) QueryTechnicalOwnerGroup(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.TechnicalOwnerGroupTable, platform.TechnicalOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25139,9 +22776,6 @@ func (c *PlatformClient) QuerySecurityOwnerUser(_m *Platform) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityOwnerUserTable, platform.SecurityOwnerUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25158,9 +22792,6 @@ func (c *PlatformClient) QuerySecurityOwnerGroup(_m *Platform) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityOwnerGroupTable, platform.SecurityOwnerGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25177,9 +22808,6 @@ func (c *PlatformClient) QueryPlatformKind(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.PlatformKindTable, platform.PlatformKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25196,9 +22824,6 @@ func (c *PlatformClient) QueryPlatformDataClassification(_m *Platform) *CustomTy sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.PlatformDataClassificationTable, platform.PlatformDataClassificationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25215,9 +22840,6 @@ func (c *PlatformClient) QueryEnvironment(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.EnvironmentTable, platform.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25234,9 +22856,6 @@ func (c *PlatformClient) QueryScope(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.ScopeTable, platform.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25253,9 +22872,6 @@ func (c *PlatformClient) QueryAccessModel(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.AccessModelTable, platform.AccessModelColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25272,9 +22888,6 @@ func (c *PlatformClient) QueryEncryptionStatus(_m *Platform) *CustomTypeEnumQuer sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.EncryptionStatusTable, platform.EncryptionStatusColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25291,9 +22904,6 @@ func (c *PlatformClient) QuerySecurityTier(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityTierTable, platform.SecurityTierColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25310,9 +22920,6 @@ func (c *PlatformClient) QueryCriticality(_m *Platform) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.CriticalityTable, platform.CriticalityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25329,9 +22936,6 @@ func (c *PlatformClient) QueryAssets(_m *Platform) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.AssetsTable, platform.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25348,9 +22952,6 @@ func (c *PlatformClient) QueryEntities(_m *Platform) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EntitiesTable, platform.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25367,9 +22968,6 @@ func (c *PlatformClient) QueryEvidence(_m *Platform) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EvidenceTable, platform.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.PlatformEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25386,9 +22984,6 @@ func (c *PlatformClient) QueryFiles(_m *Platform) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.FilesTable, platform.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.PlatformFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25405,9 +23000,6 @@ func (c *PlatformClient) QueryArchitectureDiagrams(_m *Platform) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.ArchitectureDiagramsTable, platform.ArchitectureDiagramsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25424,9 +23016,6 @@ func (c *PlatformClient) QueryDataFlowDiagrams(_m *Platform) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DataFlowDiagramsTable, platform.DataFlowDiagramsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25443,9 +23032,6 @@ func (c *PlatformClient) QueryTrustBoundaryDiagrams(_m *Platform) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.TrustBoundaryDiagramsTable, platform.TrustBoundaryDiagramsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25462,9 +23048,6 @@ func (c *PlatformClient) QueryRisks(_m *Platform) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.RisksTable, platform.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.PlatformRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25481,9 +23064,6 @@ func (c *PlatformClient) QueryControls(_m *Platform) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ControlsTable, platform.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.PlatformControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25500,9 +23080,6 @@ func (c *PlatformClient) QueryAssessments(_m *Platform) *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.AssessmentsTable, platform.AssessmentsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.PlatformAssessments fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25519,9 +23096,6 @@ func (c *PlatformClient) QueryScans(_m *Platform) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ScansTable, platform.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.PlatformScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25538,9 +23112,6 @@ func (c *PlatformClient) QueryTasks(_m *Platform) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.TasksTable, platform.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.PlatformTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25557,9 +23128,6 @@ func (c *PlatformClient) QueryIdentityHolders(_m *Platform) *IdentityHolderQuery sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.IdentityHoldersTable, platform.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.PlatformIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25576,9 +23144,6 @@ func (c *PlatformClient) QueryIntegrations(_m *Platform) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.IntegrationsTable, platform.IntegrationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25595,9 +23160,6 @@ func (c *PlatformClient) QueryDirectorySyncRuns(_m *Platform) *DirectorySyncRunQ sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectorySyncRunsTable, platform.DirectorySyncRunsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25614,9 +23176,6 @@ func (c *PlatformClient) QueryDirectoryAccounts(_m *Platform) *DirectoryAccountQ sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryAccountsTable, platform.DirectoryAccountsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25633,9 +23192,6 @@ func (c *PlatformClient) QueryDirectoryGroups(_m *Platform) *DirectoryGroupQuery sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryGroupsTable, platform.DirectoryGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25652,9 +23208,6 @@ func (c *PlatformClient) QueryDirectoryMemberships(_m *Platform) *DirectoryMembe sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryMembershipsTable, platform.DirectoryMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25671,9 +23224,6 @@ func (c *PlatformClient) QueryWorkflowObjectRefs(_m *Platform) *WorkflowObjectRe sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, platform.WorkflowObjectRefsTable, platform.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25690,9 +23240,6 @@ func (c *PlatformClient) QuerySourceAssets(_m *Platform) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.SourceAssetsTable, platform.SourceAssetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25709,9 +23256,6 @@ func (c *PlatformClient) QuerySourceEntities(_m *Platform) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.SourceEntitiesTable, platform.SourceEntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformSourceEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25728,9 +23272,6 @@ func (c *PlatformClient) QueryOutOfScopeAssets(_m *Platform) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.OutOfScopeAssetsTable, platform.OutOfScopeAssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25747,9 +23288,6 @@ func (c *PlatformClient) QueryOutOfScopeVendors(_m *Platform) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.OutOfScopeVendorsTable, platform.OutOfScopeVendorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25766,9 +23304,6 @@ func (c *PlatformClient) QueryApplicableFrameworks(_m *Platform) *StandardQuery sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ApplicableFrameworksTable, platform.ApplicableFrameworksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25785,9 +23320,6 @@ func (c *PlatformClient) QueryGeneratedScans(_m *Platform) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.GeneratedScansTable, platform.GeneratedScansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25804,9 +23336,6 @@ func (c *PlatformClient) QueryPlatformOwner(_m *Platform) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, platform.PlatformOwnerTable, platform.PlatformOwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25823,9 +23352,6 @@ func (c *PlatformClient) QuerySystemDetails(_m *Platform) *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.SystemDetailsTable, platform.SystemDetailsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.PlatformSystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25977,9 +23503,6 @@ func (c *ProcedureClient) QueryOwner(_m *Procedure) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, procedure.OwnerTable, procedure.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -25996,9 +23519,6 @@ func (c *ProcedureClient) QueryBlockedGroups(_m *Procedure) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.BlockedGroupsTable, procedure.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26015,9 +23535,6 @@ func (c *ProcedureClient) QueryEditors(_m *Procedure) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.EditorsTable, procedure.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26034,9 +23551,6 @@ func (c *ProcedureClient) QueryApprover(_m *Procedure) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ApproverTable, procedure.ApproverColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26053,9 +23567,6 @@ func (c *ProcedureClient) QueryDelegate(_m *Procedure) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.DelegateTable, procedure.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26072,9 +23583,6 @@ func (c *ProcedureClient) QueryProcedureKind(_m *Procedure) *CustomTypeEnumQuery sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ProcedureKindTable, procedure.ProcedureKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26091,9 +23599,6 @@ func (c *ProcedureClient) QueryEnvironment(_m *Procedure) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.EnvironmentTable, procedure.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26110,9 +23615,6 @@ func (c *ProcedureClient) QueryScope(_m *Procedure) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ScopeTable, procedure.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26129,9 +23631,6 @@ func (c *ProcedureClient) QueryControls(_m *Procedure) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.ControlsTable, procedure.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26148,9 +23647,6 @@ func (c *ProcedureClient) QuerySubcontrols(_m *Procedure) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.SubcontrolsTable, procedure.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26167,9 +23663,6 @@ func (c *ProcedureClient) QueryInternalPolicies(_m *Procedure) *InternalPolicyQu sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.InternalPoliciesTable, procedure.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26186,9 +23679,6 @@ func (c *ProcedureClient) QueryPrograms(_m *Procedure) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.ProgramsTable, procedure.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26205,9 +23695,6 @@ func (c *ProcedureClient) QueryNarratives(_m *Procedure) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.NarrativesTable, procedure.NarrativesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProcedureNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26224,9 +23711,6 @@ func (c *ProcedureClient) QueryRisks(_m *Procedure) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.RisksTable, procedure.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProcedureRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26243,9 +23727,6 @@ func (c *ProcedureClient) QueryTasks(_m *Procedure) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.TasksTable, procedure.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProcedureTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26262,9 +23743,6 @@ func (c *ProcedureClient) QueryComments(_m *Procedure) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, procedure.CommentsTable, procedure.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26281,9 +23759,6 @@ func (c *ProcedureClient) QueryDiscussions(_m *Procedure) *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, procedure.DiscussionsTable, procedure.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26300,9 +23775,6 @@ func (c *ProcedureClient) QueryFile(_m *Procedure) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.FileTable, procedure.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Procedure fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26319,9 +23791,6 @@ func (c *ProcedureClient) QueryWorkflowObjectRefs(_m *Procedure) *WorkflowObject sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, procedure.WorkflowObjectRefsTable, procedure.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26473,9 +23942,6 @@ func (c *ProgramClient) QueryOwner(_m *Program) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, program.OwnerTable, program.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26492,9 +23958,6 @@ func (c *ProgramClient) QueryBlockedGroups(_m *Program) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.BlockedGroupsTable, program.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26511,9 +23974,6 @@ func (c *ProgramClient) QueryEditors(_m *Program) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.EditorsTable, program.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26530,9 +23990,6 @@ func (c *ProgramClient) QueryViewers(_m *Program) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ViewersTable, program.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26549,9 +24006,6 @@ func (c *ProgramClient) QueryProgramKind(_m *Program) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, program.ProgramKindTable, program.ProgramKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26568,9 +24022,6 @@ func (c *ProgramClient) QueryControls(_m *Program) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ControlsTable, program.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ProgramControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26587,9 +24038,6 @@ func (c *ProgramClient) QuerySubcontrols(_m *Program) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, program.SubcontrolsTable, program.SubcontrolsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26606,9 +24054,6 @@ func (c *ProgramClient) QueryControlObjectives(_m *Program) *ControlObjectiveQue sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ControlObjectivesTable, program.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ProgramControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26625,9 +24070,6 @@ func (c *ProgramClient) QueryInternalPolicies(_m *Program) *InternalPolicyQuery sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.InternalPoliciesTable, program.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ProgramInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26644,9 +24086,6 @@ func (c *ProgramClient) QueryProcedures(_m *Program) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ProceduresTable, program.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProgramProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26663,9 +24102,6 @@ func (c *ProgramClient) QueryRisks(_m *Program) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.RisksTable, program.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProgramRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26682,9 +24118,6 @@ func (c *ProgramClient) QueryTasks(_m *Program) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.TasksTable, program.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProgramTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26701,9 +24134,6 @@ func (c *ProgramClient) QueryNotes(_m *Program) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, program.NotesTable, program.NotesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26720,9 +24150,6 @@ func (c *ProgramClient) QueryFiles(_m *Program) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.FilesTable, program.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ProgramFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26739,9 +24166,6 @@ func (c *ProgramClient) QueryEvidence(_m *Program) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.EvidenceTable, program.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ProgramEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26758,9 +24182,6 @@ func (c *ProgramClient) QueryNarratives(_m *Program) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.NarrativesTable, program.NarrativesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProgramNarratives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26777,9 +24198,6 @@ func (c *ProgramClient) QueryActionPlans(_m *Program) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ActionPlansTable, program.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ProgramActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26796,9 +24214,6 @@ func (c *ProgramClient) QuerySystemDetails(_m *Program) *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.SystemDetailsTable, program.SystemDetailsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.ProgramSystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26815,9 +24230,6 @@ func (c *ProgramClient) QueryFindings(_m *Program) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.FindingsTable, program.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26834,9 +24246,6 @@ func (c *ProgramClient) QueryVulnerabilities(_m *Program) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.VulnerabilitiesTable, program.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26853,9 +24262,6 @@ func (c *ProgramClient) QueryReviews(_m *Program) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.ReviewsTable, program.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26872,9 +24278,6 @@ func (c *ProgramClient) QueryRemediations(_m *Program) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.RemediationsTable, program.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26891,9 +24294,6 @@ func (c *ProgramClient) QueryUsers(_m *Program) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.UsersTable, program.UsersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26910,9 +24310,6 @@ func (c *ProgramClient) QueryProgramOwner(_m *Program) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, program.ProgramOwnerTable, program.ProgramOwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -26929,9 +24326,6 @@ func (c *ProgramClient) QueryMembers(_m *Program) *ProgramMembershipQuery { sqlgraph.To(programmembership.Table, programmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, program.MembersTable, program.MembersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27083,9 +24477,6 @@ func (c *ProgramMembershipClient) QueryProgram(_m *ProgramMembership) *ProgramQu sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.ProgramTable, programmembership.ProgramColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27102,9 +24493,6 @@ func (c *ProgramMembershipClient) QueryUser(_m *ProgramMembership) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.UserTable, programmembership.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27121,9 +24509,6 @@ func (c *ProgramMembershipClient) QueryOrgMembership(_m *ProgramMembership) *Org sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.OrgMembershipTable, programmembership.OrgMembershipColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27275,9 +24660,6 @@ func (c *RemediationClient) QueryOwner(_m *Remediation) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, remediation.OwnerTable, remediation.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Remediation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27294,9 +24676,6 @@ func (c *RemediationClient) QueryBlockedGroups(_m *Remediation) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.BlockedGroupsTable, remediation.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27313,9 +24692,6 @@ func (c *RemediationClient) QueryEditors(_m *Remediation) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.EditorsTable, remediation.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27332,9 +24708,6 @@ func (c *RemediationClient) QueryEnvironment(_m *Remediation) *CustomTypeEnumQue sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, remediation.EnvironmentTable, remediation.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27351,9 +24724,6 @@ func (c *RemediationClient) QueryScope(_m *Remediation) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, remediation.ScopeTable, remediation.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27370,9 +24740,6 @@ func (c *RemediationClient) QueryIntegrations(_m *Remediation) *IntegrationQuery sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.IntegrationsTable, remediation.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27389,9 +24756,6 @@ func (c *RemediationClient) QueryScans(_m *Remediation) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.ScansTable, remediation.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27408,9 +24772,6 @@ func (c *RemediationClient) QueryFindings(_m *Remediation) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.FindingsTable, remediation.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.RemediationFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27427,9 +24788,6 @@ func (c *RemediationClient) QueryVulnerabilities(_m *Remediation) *Vulnerability sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.VulnerabilitiesTable, remediation.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.RemediationVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27446,9 +24804,6 @@ func (c *RemediationClient) QueryActionPlans(_m *Remediation) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ActionPlansTable, remediation.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RemediationActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27465,9 +24820,6 @@ func (c *RemediationClient) QueryTasks(_m *Remediation) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.TasksTable, remediation.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27484,9 +24836,6 @@ func (c *RemediationClient) QueryControls(_m *Remediation) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ControlsTable, remediation.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.RemediationControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27503,9 +24852,6 @@ func (c *RemediationClient) QuerySubcontrols(_m *Remediation) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.SubcontrolsTable, remediation.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.RemediationSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27522,9 +24868,6 @@ func (c *RemediationClient) QueryRisks(_m *Remediation) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.RisksTable, remediation.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RemediationRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27541,9 +24884,6 @@ func (c *RemediationClient) QueryPrograms(_m *Remediation) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ProgramsTable, remediation.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.RemediationPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27560,9 +24900,6 @@ func (c *RemediationClient) QueryAssets(_m *Remediation) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.AssetsTable, remediation.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.RemediationAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27579,9 +24916,6 @@ func (c *RemediationClient) QueryEntities(_m *Remediation) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.EntitiesTable, remediation.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.RemediationEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27598,9 +24932,6 @@ func (c *RemediationClient) QueryReviews(_m *Remediation) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.ReviewsTable, remediation.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27617,9 +24948,6 @@ func (c *RemediationClient) QueryComments(_m *Remediation) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.CommentsTable, remediation.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27636,9 +24964,6 @@ func (c *RemediationClient) QueryFiles(_m *Remediation) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.FilesTable, remediation.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27655,9 +24980,6 @@ func (c *RemediationClient) QueryWorkflowObjectRefs(_m *Remediation) *WorkflowOb sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, remediation.WorkflowObjectRefsTable, remediation.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27809,9 +25131,6 @@ func (c *ReviewClient) QueryOwner(_m *Review) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, review.OwnerTable, review.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Review fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27828,9 +25147,6 @@ func (c *ReviewClient) QueryBlockedGroups(_m *Review) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.BlockedGroupsTable, review.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27847,9 +25163,6 @@ func (c *ReviewClient) QueryEditors(_m *Review) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.EditorsTable, review.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27866,9 +25179,6 @@ func (c *ReviewClient) QueryEnvironment(_m *Review) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.EnvironmentTable, review.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27885,9 +25195,6 @@ func (c *ReviewClient) QueryScope(_m *Review) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.ScopeTable, review.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27904,9 +25211,6 @@ func (c *ReviewClient) QueryIntegrations(_m *Review) *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, review.IntegrationsTable, review.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationReviews fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27923,9 +25227,6 @@ func (c *ReviewClient) QueryFindings(_m *Review) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.FindingsTable, review.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.ReviewFindings fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27942,9 +25243,6 @@ func (c *ReviewClient) QueryVulnerabilities(_m *Review) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.VulnerabilitiesTable, review.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.ReviewVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27961,9 +25259,6 @@ func (c *ReviewClient) QueryActionPlans(_m *Review) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ActionPlansTable, review.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ReviewActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27980,9 +25275,6 @@ func (c *ReviewClient) QueryRemediations(_m *Review) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.RemediationsTable, review.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ReviewRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -27999,9 +25291,6 @@ func (c *ReviewClient) QueryControls(_m *Review) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ControlsTable, review.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ReviewControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28018,9 +25307,6 @@ func (c *ReviewClient) QuerySubcontrols(_m *Review) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.SubcontrolsTable, review.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ReviewSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28037,9 +25323,6 @@ func (c *ReviewClient) QueryRisks(_m *Review) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.RisksTable, review.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ReviewRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28056,9 +25339,6 @@ func (c *ReviewClient) QueryPrograms(_m *Review) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ProgramsTable, review.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ReviewPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28075,9 +25355,6 @@ func (c *ReviewClient) QueryAssets(_m *Review) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.AssetsTable, review.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ReviewAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28094,9 +25371,6 @@ func (c *ReviewClient) QueryEntities(_m *Review) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.EntitiesTable, review.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ReviewEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28113,9 +25387,6 @@ func (c *ReviewClient) QueryTasks(_m *Review) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.TasksTable, review.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28132,9 +25403,6 @@ func (c *ReviewClient) QueryReviewer(_m *Review) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.ReviewerTable, review.ReviewerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Review fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28151,9 +25419,6 @@ func (c *ReviewClient) QueryComments(_m *Review) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.CommentsTable, review.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28170,9 +25435,6 @@ func (c *ReviewClient) QueryFiles(_m *Review) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.FilesTable, review.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28189,9 +25451,6 @@ func (c *ReviewClient) QueryInternalPolicies(_m *Review) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.InternalPoliciesTable, review.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ReviewInternalPolicies fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28343,9 +25602,6 @@ func (c *RiskClient) QueryOwner(_m *Risk) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, risk.OwnerTable, risk.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28362,9 +25618,6 @@ func (c *RiskClient) QueryBlockedGroups(_m *Risk) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.BlockedGroupsTable, risk.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28381,9 +25634,6 @@ func (c *RiskClient) QueryEditors(_m *Risk) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.EditorsTable, risk.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28400,9 +25650,6 @@ func (c *RiskClient) QueryViewers(_m *Risk) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.ViewersTable, risk.ViewersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskViewers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28419,9 +25666,6 @@ func (c *RiskClient) QueryRiskKind(_m *Risk) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.RiskKindTable, risk.RiskKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28438,9 +25682,6 @@ func (c *RiskClient) QueryRiskCategory(_m *Risk) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.RiskCategoryTable, risk.RiskCategoryColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28457,9 +25698,6 @@ func (c *RiskClient) QueryEnvironment(_m *Risk) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.EnvironmentTable, risk.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28476,9 +25714,6 @@ func (c *RiskClient) QueryScope(_m *Risk) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.ScopeTable, risk.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28495,9 +25730,6 @@ func (c *RiskClient) QueryControls(_m *Risk) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ControlsTable, risk.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28514,9 +25746,6 @@ func (c *RiskClient) QuerySubcontrols(_m *Risk) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.SubcontrolsTable, risk.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28533,9 +25762,6 @@ func (c *RiskClient) QueryProcedures(_m *Risk) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ProceduresTable, risk.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28552,9 +25778,6 @@ func (c *RiskClient) QueryInternalPolicies(_m *Risk) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.InternalPoliciesTable, risk.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28571,9 +25794,6 @@ func (c *RiskClient) QueryPrograms(_m *Risk) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ProgramsTable, risk.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28590,9 +25810,6 @@ func (c *RiskClient) QueryPlatforms(_m *Risk) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.PlatformsTable, risk.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28609,9 +25826,6 @@ func (c *RiskClient) QueryActionPlans(_m *Risk) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.ActionPlansTable, risk.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RiskActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28628,9 +25842,6 @@ func (c *RiskClient) QueryTasks(_m *Risk) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.TasksTable, risk.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.RiskTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28647,9 +25858,6 @@ func (c *RiskClient) QueryAssets(_m *Risk) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.AssetsTable, risk.AssetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28666,9 +25874,6 @@ func (c *RiskClient) QueryEntities(_m *Risk) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.EntitiesTable, risk.EntitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28685,9 +25890,6 @@ func (c *RiskClient) QueryScans(_m *Risk) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.ScansTable, risk.ScansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28704,9 +25906,6 @@ func (c *RiskClient) QueryStakeholder(_m *Risk) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.StakeholderTable, risk.StakeholderColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28723,9 +25922,6 @@ func (c *RiskClient) QueryDelegate(_m *Risk) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.DelegateTable, risk.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28742,9 +25938,6 @@ func (c *RiskClient) QueryComments(_m *Risk) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.CommentsTable, risk.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28761,9 +25954,6 @@ func (c *RiskClient) QueryDiscussions(_m *Risk) *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.DiscussionsTable, risk.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28780,9 +25970,6 @@ func (c *RiskClient) QueryReviews(_m *Risk) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ReviewsTable, risk.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28799,9 +25986,6 @@ func (c *RiskClient) QueryRemediations(_m *Risk) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.RemediationsTable, risk.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28818,9 +26002,6 @@ func (c *RiskClient) QueryVulnerabilities(_m *Risk) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.VulnerabilitiesTable, risk.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28837,9 +26018,6 @@ func (c *RiskClient) QueryFindings(_m *Risk) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.FindingsTable, risk.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -28856,9 +26034,6 @@ func (c *RiskClient) QueryWorkflowObjectRefs(_m *Risk) *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, risk.WorkflowObjectRefsTable, risk.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29010,9 +26185,6 @@ func (c *SLADefinitionClient) QueryOwner(_m *SLADefinition) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, sladefinition.OwnerTable, sladefinition.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SLADefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29029,9 +26201,6 @@ func (c *SLADefinitionClient) QueryBlockedGroups(_m *SLADefinition) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, sladefinition.BlockedGroupsTable, sladefinition.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29048,9 +26217,6 @@ func (c *SLADefinitionClient) QueryEditors(_m *SLADefinition) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, sladefinition.EditorsTable, sladefinition.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29202,9 +26368,6 @@ func (c *ScanClient) QueryOwner(_m *Scan) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scan.OwnerTable, scan.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29221,9 +26384,6 @@ func (c *ScanClient) QueryBlockedGroups(_m *Scan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.BlockedGroupsTable, scan.BlockedGroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanBlockedGroups fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29240,9 +26400,6 @@ func (c *ScanClient) QueryEditors(_m *Scan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EditorsTable, scan.EditorsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanEditors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29259,9 +26416,6 @@ func (c *ScanClient) QueryReviewedByUser(_m *Scan) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ReviewedByUserTable, scan.ReviewedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29278,9 +26432,6 @@ func (c *ScanClient) QueryReviewedByGroup(_m *Scan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ReviewedByGroupTable, scan.ReviewedByGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29297,9 +26448,6 @@ func (c *ScanClient) QueryAssignedToUser(_m *Scan) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.AssignedToUserTable, scan.AssignedToUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29316,9 +26464,6 @@ func (c *ScanClient) QueryAssignedToGroup(_m *Scan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.AssignedToGroupTable, scan.AssignedToGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29335,9 +26480,6 @@ func (c *ScanClient) QueryEnvironment(_m *Scan) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.EnvironmentTable, scan.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29354,9 +26496,6 @@ func (c *ScanClient) QueryScope(_m *Scan) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ScopeTable, scan.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29373,9 +26512,6 @@ func (c *ScanClient) QueryAssets(_m *Scan) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.AssetsTable, scan.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ScanAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29392,9 +26528,6 @@ func (c *ScanClient) QueryEntities(_m *Scan) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EntitiesTable, scan.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ScanEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29411,9 +26544,6 @@ func (c *ScanClient) QueryEvidence(_m *Scan) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EvidenceTable, scan.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ScanEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29430,9 +26560,6 @@ func (c *ScanClient) QueryFiles(_m *Scan) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.FilesTable, scan.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ScanFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29449,9 +26576,6 @@ func (c *ScanClient) QueryRemediations(_m *Scan) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.RemediationsTable, scan.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ScanRemediations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29468,9 +26592,6 @@ func (c *ScanClient) QueryActionPlans(_m *Scan) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.ActionPlansTable, scan.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ScanActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29487,9 +26608,6 @@ func (c *ScanClient) QueryTasks(_m *Scan) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.TasksTable, scan.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ScanTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29506,9 +26624,6 @@ func (c *ScanClient) QueryPlatforms(_m *Scan) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.PlatformsTable, scan.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29525,9 +26640,6 @@ func (c *ScanClient) QueryVulnerabilities(_m *Scan) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.VulnerabilitiesTable, scan.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29544,9 +26656,6 @@ func (c *ScanClient) QueryControls(_m *Scan) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.ControlsTable, scan.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29563,9 +26672,6 @@ func (c *ScanClient) QuerySubcontrols(_m *Scan) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.SubcontrolsTable, scan.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29582,9 +26688,6 @@ func (c *ScanClient) QueryFindings(_m *Scan) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.FindingsTable, scan.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29601,9 +26704,6 @@ func (c *ScanClient) QueryGeneratedByPlatform(_m *Scan) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scan.GeneratedByPlatformTable, scan.GeneratedByPlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29620,9 +26720,6 @@ func (c *ScanClient) QueryPerformedByUser(_m *Scan) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.PerformedByUserTable, scan.PerformedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29639,9 +26736,6 @@ func (c *ScanClient) QueryPerformedByGroup(_m *Scan) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.PerformedByGroupTable, scan.PerformedByGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29793,9 +26887,6 @@ func (c *ScheduledJobClient) QueryOwner(_m *ScheduledJob) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjob.OwnerTable, scheduledjob.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJob fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29812,9 +26903,6 @@ func (c *ScheduledJobClient) QueryJobTemplate(_m *ScheduledJob) *JobTemplateQuer sqlgraph.To(jobtemplate.Table, jobtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjob.JobTemplateTable, scheduledjob.JobTemplateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.ScheduledJob fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29831,9 +26919,6 @@ func (c *ScheduledJobClient) QueryControls(_m *ScheduledJob) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scheduledjob.ControlsTable, scheduledjob.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ScheduledJobControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29850,9 +26935,6 @@ func (c *ScheduledJobClient) QuerySubcontrols(_m *ScheduledJob) *SubcontrolQuery sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scheduledjob.SubcontrolsTable, scheduledjob.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -29869,9 +26951,6 @@ func (c *ScheduledJobClient) QueryJobRunner(_m *ScheduledJob) *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjob.JobRunnerTable, scheduledjob.JobRunnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJob fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30023,9 +27102,6 @@ func (c *ScheduledJobRunClient) QueryOwner(_m *ScheduledJobRun) *OrganizationQue sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjobrun.OwnerTable, scheduledjobrun.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJobRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30042,9 +27118,6 @@ func (c *ScheduledJobRunClient) QueryScheduledJob(_m *ScheduledJobRun) *Schedule sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjobrun.ScheduledJobTable, scheduledjobrun.ScheduledJobColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30061,9 +27134,6 @@ func (c *ScheduledJobRunClient) QueryJobRunner(_m *ScheduledJobRun) *JobRunnerQu sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjobrun.JobRunnerTable, scheduledjobrun.JobRunnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJobRun fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30215,9 +27285,6 @@ func (c *StandardClient) QueryOwner(_m *Standard) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, standard.OwnerTable, standard.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Standard fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30234,9 +27301,6 @@ func (c *StandardClient) QueryControls(_m *Standard) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.ControlsTable, standard.ControlsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30253,9 +27317,6 @@ func (c *StandardClient) QueryTrustCenterCompliances(_m *Standard) *TrustCenterC sqlgraph.To(trustcentercompliance.Table, trustcentercompliance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.TrustCenterCompliancesTable, standard.TrustCenterCompliancesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30272,9 +27333,6 @@ func (c *StandardClient) QueryTrustCenterDocs(_m *Standard) *TrustCenterDocQuery sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.TrustCenterDocsTable, standard.TrustCenterDocsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30291,9 +27349,6 @@ func (c *StandardClient) QueryApplicablePlatforms(_m *Standard) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, standard.ApplicablePlatformsTable, standard.ApplicablePlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30310,9 +27365,6 @@ func (c *StandardClient) QueryLogoFile(_m *Standard) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, standard.LogoFileTable, standard.LogoFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Standard fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30464,9 +27516,6 @@ func (c *SubcontrolClient) QueryEvidence(_m *Subcontrol) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.EvidenceTable, subcontrol.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30483,9 +27532,6 @@ func (c *SubcontrolClient) QueryControlObjectives(_m *Subcontrol) *ControlObject sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ControlObjectivesTable, subcontrol.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30502,9 +27548,6 @@ func (c *SubcontrolClient) QueryTasks(_m *Subcontrol) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.TasksTable, subcontrol.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.SubcontrolTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30521,9 +27564,6 @@ func (c *SubcontrolClient) QueryNarratives(_m *Subcontrol) *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.NarrativesTable, subcontrol.NarrativesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30540,9 +27580,6 @@ func (c *SubcontrolClient) QueryRisks(_m *Subcontrol) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.RisksTable, subcontrol.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.SubcontrolRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30559,9 +27596,6 @@ func (c *SubcontrolClient) QueryActionPlans(_m *Subcontrol) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.ActionPlansTable, subcontrol.ActionPlansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30578,9 +27612,6 @@ func (c *SubcontrolClient) QueryProcedures(_m *Subcontrol) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ProceduresTable, subcontrol.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.SubcontrolProcedures fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30597,9 +27628,6 @@ func (c *SubcontrolClient) QueryInternalPolicies(_m *Subcontrol) *InternalPolicy sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.InternalPoliciesTable, subcontrol.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30616,9 +27644,6 @@ func (c *SubcontrolClient) QueryComments(_m *Subcontrol) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.CommentsTable, subcontrol.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30635,9 +27660,6 @@ func (c *SubcontrolClient) QueryDiscussions(_m *Subcontrol) *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.DiscussionsTable, subcontrol.DiscussionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30654,9 +27676,6 @@ func (c *SubcontrolClient) QueryControlOwner(_m *Subcontrol) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.ControlOwnerTable, subcontrol.ControlOwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30673,9 +27692,6 @@ func (c *SubcontrolClient) QueryDelegate(_m *Subcontrol) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.DelegateTable, subcontrol.DelegateColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30692,9 +27708,6 @@ func (c *SubcontrolClient) QueryResponsibleParty(_m *Subcontrol) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.ResponsiblePartyTable, subcontrol.ResponsiblePartyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30711,9 +27724,6 @@ func (c *SubcontrolClient) QueryReviews(_m *Subcontrol) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.ReviewsTable, subcontrol.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30730,9 +27740,6 @@ func (c *SubcontrolClient) QueryRemediations(_m *Subcontrol) *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.RemediationsTable, subcontrol.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30749,9 +27756,6 @@ func (c *SubcontrolClient) QueryScans(_m *Subcontrol) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ScansTable, subcontrol.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.SubcontrolScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30768,9 +27772,6 @@ func (c *SubcontrolClient) QueryOwner(_m *Subcontrol) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subcontrol.OwnerTable, subcontrol.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30787,9 +27788,6 @@ func (c *SubcontrolClient) QuerySubcontrolKind(_m *Subcontrol) *CustomTypeEnumQu sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.SubcontrolKindTable, subcontrol.SubcontrolKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30806,9 +27804,6 @@ func (c *SubcontrolClient) QueryControl(_m *Subcontrol) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subcontrol.ControlTable, subcontrol.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30825,9 +27820,6 @@ func (c *SubcontrolClient) QueryControlImplementations(_m *Subcontrol) *ControlI sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ControlImplementationsTable, subcontrol.ControlImplementationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30844,9 +27836,6 @@ func (c *SubcontrolClient) QueryScheduledJobs(_m *Subcontrol) *ScheduledJobQuery sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.ScheduledJobsTable, subcontrol.ScheduledJobsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30863,9 +27852,6 @@ func (c *SubcontrolClient) QueryMappedToSubcontrols(_m *Subcontrol) *MappedContr sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.MappedToSubcontrolsTable, subcontrol.MappedToSubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30882,9 +27868,6 @@ func (c *SubcontrolClient) QueryMappedFromSubcontrols(_m *Subcontrol) *MappedCon sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.MappedFromSubcontrolsTable, subcontrol.MappedFromSubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30901,9 +27884,6 @@ func (c *SubcontrolClient) QueryWorkflowObjectRefs(_m *Subcontrol) *WorkflowObje sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, subcontrol.WorkflowObjectRefsTable, subcontrol.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30920,9 +27900,6 @@ func (c *SubcontrolClient) QueryAssets(_m *Subcontrol) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.AssetsTable, subcontrol.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SubcontrolAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30939,9 +27916,6 @@ func (c *SubcontrolClient) QueryEntities(_m *Subcontrol) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.EntitiesTable, subcontrol.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.SubcontrolEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30958,9 +27932,6 @@ func (c *SubcontrolClient) QueryIdentityHolders(_m *Subcontrol) *IdentityHolderQ sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.IdentityHoldersTable, subcontrol.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30977,9 +27948,6 @@ func (c *SubcontrolClient) QueryVulnerabilities(_m *Subcontrol) *VulnerabilityQu sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.VulnerabilitiesTable, subcontrol.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -30996,9 +27964,6 @@ func (c *SubcontrolClient) QueryFindings(_m *Subcontrol) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.FindingsTable, subcontrol.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingSubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31150,9 +28115,6 @@ func (c *SubprocessorClient) QueryOwner(_m *Subprocessor) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subprocessor.OwnerTable, subprocessor.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31169,9 +28131,6 @@ func (c *SubprocessorClient) QueryLogoFile(_m *Subprocessor) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subprocessor.LogoFileTable, subprocessor.LogoFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Subprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31188,9 +28147,6 @@ func (c *SubprocessorClient) QueryTrustCenterSubprocessors(_m *Subprocessor) *Tr sqlgraph.To(trustcentersubprocessor.Table, trustcentersubprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subprocessor.TrustCenterSubprocessorsTable, subprocessor.TrustCenterSubprocessorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31207,9 +28163,6 @@ func (c *SubprocessorClient) QueryEntities(_m *Subprocessor) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subprocessor.EntitiesTable, subprocessor.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySubprocessors fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31361,9 +28314,6 @@ func (c *SubscriberClient) QueryOwner(_m *Subscriber) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.OwnerTable, subscriber.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31380,9 +28330,6 @@ func (c *SubscriberClient) QueryEvents(_m *Subscriber) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subscriber.EventsTable, subscriber.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.SubscriberEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31399,9 +28346,6 @@ func (c *SubscriberClient) QueryTrustCenter(_m *Subscriber) *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.TrustCenterTable, subscriber.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31418,9 +28362,6 @@ func (c *SubscriberClient) QueryCampaignTargets(_m *Subscriber) *CampaignTargetQ sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subscriber.CampaignTargetsTable, subscriber.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31437,9 +28378,6 @@ func (c *SubscriberClient) QueryContact(_m *Subscriber) *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.ContactTable, subscriber.ContactColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31456,9 +28394,6 @@ func (c *SubscriberClient) QueryUser(_m *Subscriber) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.UserTable, subscriber.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31610,9 +28545,6 @@ func (c *SystemDetailClient) QueryOwner(_m *SystemDetail) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, systemdetail.OwnerTable, systemdetail.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SystemDetail fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31629,9 +28561,6 @@ func (c *SystemDetailClient) QueryPrograms(_m *SystemDetail) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.ProgramsTable, systemdetail.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramSystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31648,9 +28577,6 @@ func (c *SystemDetailClient) QueryPlatforms(_m *SystemDetail) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.PlatformsTable, systemdetail.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31667,9 +28593,6 @@ func (c *SystemDetailClient) QueryEntities(_m *SystemDetail) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.EntitiesTable, systemdetail.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySystemDetails fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31686,9 +28609,6 @@ func (c *SystemDetailClient) QueryAssets(_m *SystemDetail) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, systemdetail.AssetsTable, systemdetail.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SystemDetailAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31840,9 +28760,6 @@ func (c *TFASettingClient) QueryOwner(_m *TFASetting) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, tfasetting.OwnerTable, tfasetting.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TFASetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -31994,9 +28911,6 @@ func (c *TagDefinitionClient) QueryOwner(_m *TagDefinition) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, tagdefinition.OwnerTable, tagdefinition.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TagDefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32148,9 +29062,6 @@ func (c *TaskClient) QueryOwner(_m *Task) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.OwnerTable, task.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32167,9 +29078,6 @@ func (c *TaskClient) QueryTaskKind(_m *Task) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.TaskKindTable, task.TaskKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32186,9 +29094,6 @@ func (c *TaskClient) QueryEnvironment(_m *Task) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.EnvironmentTable, task.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32205,9 +29110,6 @@ func (c *TaskClient) QueryScope(_m *Task) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.ScopeTable, task.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32224,9 +29126,6 @@ func (c *TaskClient) QueryAssigner(_m *Task) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.AssignerTable, task.AssignerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32243,9 +29142,6 @@ func (c *TaskClient) QueryAssignee(_m *Task) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.AssigneeTable, task.AssigneeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32262,9 +29158,6 @@ func (c *TaskClient) QueryComments(_m *Task) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, task.CommentsTable, task.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32281,9 +29174,6 @@ func (c *TaskClient) QueryGroups(_m *Task) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.GroupsTable, task.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32300,9 +29190,6 @@ func (c *TaskClient) QueryInternalPolicies(_m *Task) *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.InternalPoliciesTable, task.InternalPoliciesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32319,9 +29206,6 @@ func (c *TaskClient) QueryProcedures(_m *Task) *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ProceduresTable, task.ProceduresPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32338,9 +29222,6 @@ func (c *TaskClient) QueryControls(_m *Task) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlsTable, task.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32357,9 +29238,6 @@ func (c *TaskClient) QuerySubcontrols(_m *Task) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.SubcontrolsTable, task.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32376,9 +29254,6 @@ func (c *TaskClient) QueryControlObjectives(_m *Task) *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlObjectivesTable, task.ControlObjectivesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32395,9 +29270,6 @@ func (c *TaskClient) QueryPrograms(_m *Task) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ProgramsTable, task.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32414,9 +29286,6 @@ func (c *TaskClient) QueryRisks(_m *Task) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.RisksTable, task.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32433,9 +29302,6 @@ func (c *TaskClient) QueryPlatforms(_m *Task) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.PlatformsTable, task.PlatformsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32452,9 +29318,6 @@ func (c *TaskClient) QueryScans(_m *Task) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ScansTable, task.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32471,9 +29334,6 @@ func (c *TaskClient) QueryIdentityHolders(_m *Task) *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.IdentityHoldersTable, task.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32490,9 +29350,6 @@ func (c *TaskClient) QueryControlImplementations(_m *Task) *ControlImplementatio sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlImplementationsTable, task.ControlImplementationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32509,9 +29366,6 @@ func (c *TaskClient) QueryActionPlans(_m *Task) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ActionPlansTable, task.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32528,9 +29382,6 @@ func (c *TaskClient) QueryEvidence(_m *Task) *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, task.EvidenceTable, task.EvidencePrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.TaskEvidence fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32547,9 +29398,6 @@ func (c *TaskClient) QueryWorkflowObjectRefs(_m *Task) *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, task.WorkflowObjectRefsTable, task.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32566,9 +29414,6 @@ func (c *TaskClient) QueryVulnerabilities(_m *Task) *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.VulnerabilitiesTable, task.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32585,9 +29430,6 @@ func (c *TaskClient) QueryFindings(_m *Task) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.FindingsTable, task.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32604,9 +29446,6 @@ func (c *TaskClient) QueryParent(_m *Task) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.ParentTable, task.ParentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32623,9 +29462,6 @@ func (c *TaskClient) QueryTasks(_m *Task) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, task.TasksTable, task.TasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32777,9 +29613,6 @@ func (c *TemplateClient) QueryOwner(_m *Template) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, template.OwnerTable, template.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32796,9 +29629,6 @@ func (c *TemplateClient) QueryEnvironment(_m *Template) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, template.EnvironmentTable, template.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32815,9 +29645,6 @@ func (c *TemplateClient) QueryScope(_m *Template) *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, template.ScopeTable, template.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32834,9 +29661,6 @@ func (c *TemplateClient) QueryDocuments(_m *Template) *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.DocumentsTable, template.DocumentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32853,9 +29677,6 @@ func (c *TemplateClient) QueryFiles(_m *Template) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, template.FilesTable, template.FilesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TemplateFiles fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32872,9 +29693,6 @@ func (c *TemplateClient) QueryTrustCenter(_m *Template) *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, template.TrustCenterTable, template.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32891,9 +29709,6 @@ func (c *TemplateClient) QueryAssessments(_m *Template) *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.AssessmentsTable, template.AssessmentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32910,9 +29725,6 @@ func (c *TemplateClient) QueryCampaigns(_m *Template) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.CampaignsTable, template.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -32929,9 +29741,6 @@ func (c *TemplateClient) QueryIdentityHolders(_m *Template) *IdentityHolderQuery sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, template.IdentityHoldersTable, template.IdentityHoldersPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTemplates fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33083,9 +29892,6 @@ func (c *TrustCenterClient) QueryOwner(_m *TrustCenter) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenter.OwnerTable, trustcenter.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33102,9 +29908,6 @@ func (c *TrustCenterClient) QueryBlockedGroups(_m *TrustCenter) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.BlockedGroupsTable, trustcenter.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33121,9 +29924,6 @@ func (c *TrustCenterClient) QueryEditors(_m *TrustCenter) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.EditorsTable, trustcenter.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33140,9 +29940,6 @@ func (c *TrustCenterClient) QueryCustomDomain(_m *TrustCenter) *CustomDomainQuer sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.CustomDomainTable, trustcenter.CustomDomainColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33159,9 +29956,6 @@ func (c *TrustCenterClient) QueryPreviewDomain(_m *TrustCenter) *CustomDomainQue sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.PreviewDomainTable, trustcenter.PreviewDomainColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33178,9 +29972,6 @@ func (c *TrustCenterClient) QuerySetting(_m *TrustCenter) *TrustCenterSettingQue sqlgraph.To(trustcentersetting.Table, trustcentersetting.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.SettingTable, trustcenter.SettingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33197,9 +29988,6 @@ func (c *TrustCenterClient) QueryPreviewSetting(_m *TrustCenter) *TrustCenterSet sqlgraph.To(trustcentersetting.Table, trustcentersetting.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.PreviewSettingTable, trustcenter.PreviewSettingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33216,9 +30004,6 @@ func (c *TrustCenterClient) QueryWatermarkConfig(_m *TrustCenter) *TrustCenterWa sqlgraph.To(trustcenterwatermarkconfig.Table, trustcenterwatermarkconfig.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.WatermarkConfigTable, trustcenter.WatermarkConfigColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33235,9 +30020,6 @@ func (c *TrustCenterClient) QueryTrustCenterSubprocessors(_m *TrustCenter) *Trus sqlgraph.To(trustcentersubprocessor.Table, trustcentersubprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterSubprocessorsTable, trustcenter.TrustCenterSubprocessorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33254,9 +30036,6 @@ func (c *TrustCenterClient) QueryTrustCenterDocs(_m *TrustCenter) *TrustCenterDo sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterDocsTable, trustcenter.TrustCenterDocsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33273,9 +30052,6 @@ func (c *TrustCenterClient) QueryTrustCenterCompliances(_m *TrustCenter) *TrustC sqlgraph.To(trustcentercompliance.Table, trustcentercompliance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterCompliancesTable, trustcenter.TrustCenterCompliancesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33292,9 +30068,6 @@ func (c *TrustCenterClient) QueryTemplates(_m *TrustCenter) *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TemplatesTable, trustcenter.TemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33311,9 +30084,6 @@ func (c *TrustCenterClient) QueryPosts(_m *TrustCenter) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.PostsTable, trustcenter.PostsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33330,9 +30100,6 @@ func (c *TrustCenterClient) QueryTrustCenterEntities(_m *TrustCenter) *TrustCent sqlgraph.To(trustcenterentity.Table, trustcenterentity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterEntitiesTable, trustcenter.TrustCenterEntitiesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33349,9 +30116,6 @@ func (c *TrustCenterClient) QueryTrustCenterNdaRequests(_m *TrustCenter) *TrustC sqlgraph.To(trustcenterndarequest.Table, trustcenterndarequest.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterNdaRequestsTable, trustcenter.TrustCenterNdaRequestsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterNDARequest - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33368,9 +30132,6 @@ func (c *TrustCenterClient) QueryTrustCenterFaqs(_m *TrustCenter) *TrustCenterFA sqlgraph.To(trustcenterfaq.Table, trustcenterfaq.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterFaqsTable, trustcenter.TrustCenterFaqsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33387,9 +30148,6 @@ func (c *TrustCenterClient) QuerySubscribers(_m *TrustCenter) *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.SubscribersTable, trustcenter.SubscribersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33406,9 +30164,6 @@ func (c *TrustCenterClient) QueryEmailTemplates(_m *TrustCenter) *EmailTemplateQ sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.EmailTemplatesTable, trustcenter.EmailTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33425,9 +30180,6 @@ func (c *TrustCenterClient) QueryCampaigns(_m *TrustCenter) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.CampaignsTable, trustcenter.CampaignsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33579,9 +30331,6 @@ func (c *TrustCenterComplianceClient) QueryBlockedGroups(_m *TrustCenterComplian sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentercompliance.BlockedGroupsTable, trustcentercompliance.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33598,9 +30347,6 @@ func (c *TrustCenterComplianceClient) QueryEditors(_m *TrustCenterCompliance) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentercompliance.EditorsTable, trustcentercompliance.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33617,9 +30363,6 @@ func (c *TrustCenterComplianceClient) QueryTrustCenter(_m *TrustCenterCompliance sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentercompliance.TrustCenterTable, trustcentercompliance.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33636,9 +30379,6 @@ func (c *TrustCenterComplianceClient) QueryStandard(_m *TrustCenterCompliance) * sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentercompliance.StandardTable, trustcentercompliance.StandardColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33790,9 +30530,6 @@ func (c *TrustCenterDocClient) QueryTrustCenterDocKind(_m *TrustCenterDoc) *Cust sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.TrustCenterDocKindTable, trustcenterdoc.TrustCenterDocKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33809,9 +30546,6 @@ func (c *TrustCenterDocClient) QueryBlockedGroups(_m *TrustCenterDoc) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterdoc.BlockedGroupsTable, trustcenterdoc.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33828,9 +30562,6 @@ func (c *TrustCenterDocClient) QueryEditors(_m *TrustCenterDoc) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterdoc.EditorsTable, trustcenterdoc.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33847,9 +30578,6 @@ func (c *TrustCenterDocClient) QueryTrustCenter(_m *TrustCenterDoc) *TrustCenter sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterdoc.TrustCenterTable, trustcenterdoc.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33866,9 +30594,6 @@ func (c *TrustCenterDocClient) QueryStandard(_m *TrustCenterDoc) *StandardQuery sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterdoc.StandardTable, trustcenterdoc.StandardColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33885,9 +30610,6 @@ func (c *TrustCenterDocClient) QueryFile(_m *TrustCenterDoc) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.FileTable, trustcenterdoc.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -33904,9 +30626,6 @@ func (c *TrustCenterDocClient) QueryOriginalFile(_m *TrustCenterDoc) *FileQuery sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.OriginalFileTable, trustcenterdoc.OriginalFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34058,9 +30777,6 @@ func (c *TrustCenterEntityClient) QueryBlockedGroups(_m *TrustCenterEntity) *Gro sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterentity.BlockedGroupsTable, trustcenterentity.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34077,9 +30793,6 @@ func (c *TrustCenterEntityClient) QueryEditors(_m *TrustCenterEntity) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterentity.EditorsTable, trustcenterentity.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34096,9 +30809,6 @@ func (c *TrustCenterEntityClient) QueryLogoFile(_m *TrustCenterEntity) *FileQuer sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterentity.LogoFileTable, trustcenterentity.LogoFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterEntity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34115,9 +30825,6 @@ func (c *TrustCenterEntityClient) QueryTrustCenter(_m *TrustCenterEntity) *Trust sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterentity.TrustCenterTable, trustcenterentity.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterEntity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34134,9 +30841,6 @@ func (c *TrustCenterEntityClient) QueryEntityType(_m *TrustCenterEntity) *Entity sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterentity.EntityTypeTable, trustcenterentity.EntityTypeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.TrustCenterEntity fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34288,9 +30992,6 @@ func (c *TrustCenterFAQClient) QueryTrustCenterFaqKind(_m *TrustCenterFAQ) *Cust sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterfaq.TrustCenterFaqKindTable, trustcenterfaq.TrustCenterFaqKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34307,9 +31008,6 @@ func (c *TrustCenterFAQClient) QueryBlockedGroups(_m *TrustCenterFAQ) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterfaq.BlockedGroupsTable, trustcenterfaq.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34326,9 +31024,6 @@ func (c *TrustCenterFAQClient) QueryEditors(_m *TrustCenterFAQ) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterfaq.EditorsTable, trustcenterfaq.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34345,9 +31040,6 @@ func (c *TrustCenterFAQClient) QueryTrustCenter(_m *TrustCenterFAQ) *TrustCenter sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterfaq.TrustCenterTable, trustcenterfaq.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34364,9 +31056,6 @@ func (c *TrustCenterFAQClient) QueryNote(_m *TrustCenterFAQ) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterfaq.NoteTable, trustcenterfaq.NoteColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34518,9 +31207,6 @@ func (c *TrustCenterNDARequestClient) QueryBlockedGroups(_m *TrustCenterNDAReque sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.BlockedGroupsTable, trustcenterndarequest.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34537,9 +31223,6 @@ func (c *TrustCenterNDARequestClient) QueryEditors(_m *TrustCenterNDARequest) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.EditorsTable, trustcenterndarequest.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34556,9 +31239,6 @@ func (c *TrustCenterNDARequestClient) QueryTrustCenter(_m *TrustCenterNDARequest sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterndarequest.TrustCenterTable, trustcenterndarequest.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34575,9 +31255,6 @@ func (c *TrustCenterNDARequestClient) QueryTrustCenterDocs(_m *TrustCenterNDAReq sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.TrustCenterDocsTable, trustcenterndarequest.TrustCenterDocsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34594,9 +31271,6 @@ func (c *TrustCenterNDARequestClient) QueryDocument(_m *TrustCenterNDARequest) * sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.DocumentTable, trustcenterndarequest.DocumentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34613,9 +31287,6 @@ func (c *TrustCenterNDARequestClient) QueryFile(_m *TrustCenterNDARequest) *File sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.FileTable, trustcenterndarequest.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34632,9 +31303,6 @@ func (c *TrustCenterNDARequestClient) QueryApprovedByUser(_m *TrustCenterNDARequ sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.ApprovedByUserTable, trustcenterndarequest.ApprovedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34786,9 +31454,6 @@ func (c *TrustCenterSettingClient) QueryBlockedGroups(_m *TrustCenterSetting) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersetting.BlockedGroupsTable, trustcentersetting.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34805,9 +31470,6 @@ func (c *TrustCenterSettingClient) QueryEditors(_m *TrustCenterSetting) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersetting.EditorsTable, trustcentersetting.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34824,9 +31486,6 @@ func (c *TrustCenterSettingClient) QueryLogoFile(_m *TrustCenterSetting) *FileQu sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.LogoFileTable, trustcentersetting.LogoFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34843,9 +31502,6 @@ func (c *TrustCenterSettingClient) QueryFaviconFile(_m *TrustCenterSetting) *Fil sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.FaviconFileTable, trustcentersetting.FaviconFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34862,9 +31518,6 @@ func (c *TrustCenterSettingClient) QueryHeroImageFile(_m *TrustCenterSetting) *F sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.HeroImageFileTable, trustcentersetting.HeroImageFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -34881,9 +31534,6 @@ func (c *TrustCenterSettingClient) QueryNdaApproverGroup(_m *TrustCenterSetting) sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.NdaApproverGroupTable, trustcentersetting.NdaApproverGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.TrustCenterSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35035,9 +31685,6 @@ func (c *TrustCenterSubprocessorClient) QueryTrustCenterSubprocessorKind(_m *Tru sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersubprocessor.TrustCenterSubprocessorKindTable, trustcentersubprocessor.TrustCenterSubprocessorKindColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35054,9 +31701,6 @@ func (c *TrustCenterSubprocessorClient) QueryBlockedGroups(_m *TrustCenterSubpro sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersubprocessor.BlockedGroupsTable, trustcentersubprocessor.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35073,9 +31717,6 @@ func (c *TrustCenterSubprocessorClient) QueryEditors(_m *TrustCenterSubprocessor sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersubprocessor.EditorsTable, trustcentersubprocessor.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35092,9 +31733,6 @@ func (c *TrustCenterSubprocessorClient) QueryTrustCenter(_m *TrustCenterSubproce sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentersubprocessor.TrustCenterTable, trustcentersubprocessor.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35111,9 +31749,6 @@ func (c *TrustCenterSubprocessorClient) QuerySubprocessor(_m *TrustCenterSubproc sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentersubprocessor.SubprocessorTable, trustcentersubprocessor.SubprocessorColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35265,9 +31900,6 @@ func (c *TrustCenterWatermarkConfigClient) QueryOwner(_m *TrustCenterWatermarkCo sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterwatermarkconfig.OwnerTable, trustcenterwatermarkconfig.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35284,9 +31916,6 @@ func (c *TrustCenterWatermarkConfigClient) QueryBlockedGroups(_m *TrustCenterWat sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterwatermarkconfig.BlockedGroupsTable, trustcenterwatermarkconfig.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35303,9 +31932,6 @@ func (c *TrustCenterWatermarkConfigClient) QueryEditors(_m *TrustCenterWatermark sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterwatermarkconfig.EditorsTable, trustcenterwatermarkconfig.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35322,9 +31948,6 @@ func (c *TrustCenterWatermarkConfigClient) QueryTrustCenter(_m *TrustCenterWater sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, trustcenterwatermarkconfig.TrustCenterTable, trustcenterwatermarkconfig.TrustCenterColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35341,9 +31964,6 @@ func (c *TrustCenterWatermarkConfigClient) QueryFile(_m *TrustCenterWatermarkCon sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterwatermarkconfig.FileTable, trustcenterwatermarkconfig.FileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35495,9 +32115,6 @@ func (c *UserClient) QueryPersonalAccessTokens(_m *User) *PersonalAccessTokenQue sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PersonalAccessTokensTable, user.PersonalAccessTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35514,9 +32131,6 @@ func (c *UserClient) QueryTfaSettings(_m *User) *TFASettingQuery { sqlgraph.To(tfasetting.Table, tfasetting.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.TfaSettingsTable, user.TfaSettingsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TFASetting - step.Edge.Schema = schemaConfig.TFASetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35533,9 +32147,6 @@ func (c *UserClient) QuerySetting(_m *User) *UserSettingQuery { sqlgraph.To(usersetting.Table, usersetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, user.SettingTable, user.SettingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.UserSetting - step.Edge.Schema = schemaConfig.UserSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35552,9 +32163,6 @@ func (c *UserClient) QueryEmailVerificationTokens(_m *User) *EmailVerificationTo sqlgraph.To(emailverificationtoken.Table, emailverificationtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.EmailVerificationTokensTable, user.EmailVerificationTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailVerificationToken - step.Edge.Schema = schemaConfig.EmailVerificationToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35571,9 +32179,6 @@ func (c *UserClient) QueryFileDownloadTokens(_m *User) *FileDownloadTokenQuery { sqlgraph.To(filedownloadtoken.Table, filedownloadtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.FileDownloadTokensTable, user.FileDownloadTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.FileDownloadToken - step.Edge.Schema = schemaConfig.FileDownloadToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35590,9 +32195,6 @@ func (c *UserClient) QueryPasswordResetTokens(_m *User) *PasswordResetTokenQuery sqlgraph.To(passwordresettoken.Table, passwordresettoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PasswordResetTokensTable, user.PasswordResetTokensColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.PasswordResetToken - step.Edge.Schema = schemaConfig.PasswordResetToken fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35609,9 +32211,6 @@ func (c *UserClient) QuerySubscribers(_m *User) *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.SubscribersTable, user.SubscribersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35628,9 +32227,6 @@ func (c *UserClient) QueryGroups(_m *User) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.GroupsTable, user.GroupsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35647,9 +32243,6 @@ func (c *UserClient) QueryOrganizations(_m *User) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.OrganizationsTable, user.OrganizationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35666,9 +32259,6 @@ func (c *UserClient) QueryWebauthns(_m *User) *WebauthnQuery { sqlgraph.To(webauthn.Table, webauthn.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.WebauthnsTable, user.WebauthnsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Webauthn - step.Edge.Schema = schemaConfig.Webauthn fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35685,9 +32275,6 @@ func (c *UserClient) QueryAvatarFile(_m *User) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, user.AvatarFileTable, user.AvatarFileColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.User fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35704,9 +32291,6 @@ func (c *UserClient) QueryEvents(_m *User) *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.EventsTable, user.EventsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.UserEvents fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35723,9 +32307,6 @@ func (c *UserClient) QueryActionPlans(_m *User) *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ActionPlansTable, user.ActionPlansColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35742,9 +32323,6 @@ func (c *UserClient) QueryCampaigns(_m *User) *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, user.CampaignsTable, user.CampaignsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignUsers fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35761,9 +32339,6 @@ func (c *UserClient) QueryCampaignTargets(_m *User) *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.CampaignTargetsTable, user.CampaignTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35780,9 +32355,6 @@ func (c *UserClient) QuerySubcontrols(_m *User) *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.SubcontrolsTable, user.SubcontrolsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35799,9 +32371,6 @@ func (c *UserClient) QueryAssignerTasks(_m *User) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.AssignerTasksTable, user.AssignerTasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35818,9 +32387,6 @@ func (c *UserClient) QueryAssigneeTasks(_m *User) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.AssigneeTasksTable, user.AssigneeTasksColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35837,9 +32403,6 @@ func (c *UserClient) QueryPrograms(_m *User) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.ProgramsTable, user.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35856,9 +32419,6 @@ func (c *UserClient) QueryProgramsOwned(_m *User) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ProgramsOwnedTable, user.ProgramsOwnedColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35875,9 +32435,6 @@ func (c *UserClient) QueryPlatformsOwned(_m *User) *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PlatformsOwnedTable, user.PlatformsOwnedColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35894,9 +32451,6 @@ func (c *UserClient) QueryIdentityHolderProfiles(_m *User) *IdentityHolderQuery sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.IdentityHolderProfilesTable, user.IdentityHolderProfilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35913,9 +32467,6 @@ func (c *UserClient) QueryImpersonationEvents(_m *User) *ImpersonationEventQuery sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ImpersonationEventsTable, user.ImpersonationEventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35932,9 +32483,6 @@ func (c *UserClient) QueryTargetedImpersonations(_m *User) *ImpersonationEventQu sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.TargetedImpersonationsTable, user.TargetedImpersonationsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35951,9 +32499,6 @@ func (c *UserClient) QueryGroupMemberships(_m *User) *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.GroupMembershipsTable, user.GroupMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35970,9 +32515,6 @@ func (c *UserClient) QueryOrgMemberships(_m *User) *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.OrgMembershipsTable, user.OrgMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -35989,9 +32531,6 @@ func (c *UserClient) QueryProgramMemberships(_m *User) *ProgramMembershipQuery { sqlgraph.To(programmembership.Table, programmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.ProgramMembershipsTable, user.ProgramMembershipsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36143,9 +32682,6 @@ func (c *UserSettingClient) QueryUser(_m *UserSetting) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, usersetting.UserTable, usersetting.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36162,9 +32698,6 @@ func (c *UserSettingClient) QueryDefaultOrg(_m *UserSetting) *OrganizationQuery sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, usersetting.DefaultOrgTable, usersetting.DefaultOrgColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.UserSetting fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36316,9 +32849,6 @@ func (c *VendorRiskScoreClient) QueryOwner(_m *VendorRiskScore) *OrganizationQue sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vendorriskscore.OwnerTable, vendorriskscore.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36335,9 +32865,6 @@ func (c *VendorRiskScoreClient) QueryVendorScoringConfig(_m *VendorRiskScore) *V sqlgraph.To(vendorscoringconfig.Table, vendorscoringconfig.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.VendorScoringConfigTable, vendorriskscore.VendorScoringConfigColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36354,9 +32881,6 @@ func (c *VendorRiskScoreClient) QueryEntity(_m *VendorRiskScore) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.EntityTable, vendorriskscore.EntityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36373,9 +32897,6 @@ func (c *VendorRiskScoreClient) QueryAssessmentResponse(_m *VendorRiskScore) *As sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.AssessmentResponseTable, vendorriskscore.AssessmentResponseColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36527,9 +33048,6 @@ func (c *VendorScoringConfigClient) QueryOwner(_m *VendorScoringConfig) *Organiz sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vendorscoringconfig.OwnerTable, vendorscoringconfig.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorScoringConfig fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36546,9 +33064,6 @@ func (c *VendorScoringConfigClient) QueryVendorRiskScores(_m *VendorScoringConfi sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vendorscoringconfig.VendorRiskScoresTable, vendorscoringconfig.VendorRiskScoresColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36700,9 +33215,6 @@ func (c *VulnerabilityClient) QueryOwner(_m *Vulnerability) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vulnerability.OwnerTable, vulnerability.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36719,9 +33231,6 @@ func (c *VulnerabilityClient) QueryBlockedGroups(_m *Vulnerability) *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.BlockedGroupsTable, vulnerability.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36738,9 +33247,6 @@ func (c *VulnerabilityClient) QueryEditors(_m *Vulnerability) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.EditorsTable, vulnerability.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36757,9 +33263,6 @@ func (c *VulnerabilityClient) QueryViewers(_m *Vulnerability) *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.ViewersTable, vulnerability.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36776,9 +33279,6 @@ func (c *VulnerabilityClient) QueryReviewedByUser(_m *Vulnerability) *UserQuery sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ReviewedByUserTable, vulnerability.ReviewedByUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36795,9 +33295,6 @@ func (c *VulnerabilityClient) QueryReviewedByGroup(_m *Vulnerability) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ReviewedByGroupTable, vulnerability.ReviewedByGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36814,9 +33311,6 @@ func (c *VulnerabilityClient) QueryAssignedToUser(_m *Vulnerability) *UserQuery sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.AssignedToUserTable, vulnerability.AssignedToUserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36833,9 +33327,6 @@ func (c *VulnerabilityClient) QueryAssignedToGroup(_m *Vulnerability) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.AssignedToGroupTable, vulnerability.AssignedToGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36852,9 +33343,6 @@ func (c *VulnerabilityClient) QueryEnvironment(_m *Vulnerability) *CustomTypeEnu sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.EnvironmentTable, vulnerability.EnvironmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36871,9 +33359,6 @@ func (c *VulnerabilityClient) QueryScope(_m *Vulnerability) *CustomTypeEnumQuery sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ScopeTable, vulnerability.ScopeColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36890,9 +33375,6 @@ func (c *VulnerabilityClient) QueryVulnerabilityStatus(_m *Vulnerability) *Custo sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.VulnerabilityStatusTable, vulnerability.VulnerabilityStatusColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36909,9 +33391,6 @@ func (c *VulnerabilityClient) QueryIntegrations(_m *Vulnerability) *IntegrationQ sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.IntegrationsTable, vulnerability.IntegrationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36928,9 +33407,6 @@ func (c *VulnerabilityClient) QueryFindings(_m *Vulnerability) *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.FindingsTable, vulnerability.FindingsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36947,9 +33423,6 @@ func (c *VulnerabilityClient) QueryActionPlans(_m *Vulnerability) *ActionPlanQue sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ActionPlansTable, vulnerability.ActionPlansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36966,9 +33439,6 @@ func (c *VulnerabilityClient) QueryControls(_m *Vulnerability) *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ControlsTable, vulnerability.ControlsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.VulnerabilityControls fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -36985,9 +33455,6 @@ func (c *VulnerabilityClient) QuerySubcontrols(_m *Vulnerability) *SubcontrolQue sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.SubcontrolsTable, vulnerability.SubcontrolsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37004,9 +33471,6 @@ func (c *VulnerabilityClient) QueryRisks(_m *Vulnerability) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.RisksTable, vulnerability.RisksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.VulnerabilityRisks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37023,9 +33487,6 @@ func (c *VulnerabilityClient) QueryPrograms(_m *Vulnerability) *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ProgramsTable, vulnerability.ProgramsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.VulnerabilityPrograms fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37042,9 +33503,6 @@ func (c *VulnerabilityClient) QueryAssets(_m *Vulnerability) *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.AssetsTable, vulnerability.AssetsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.VulnerabilityAssets fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37061,9 +33519,6 @@ func (c *VulnerabilityClient) QueryEntities(_m *Vulnerability) *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.EntitiesTable, vulnerability.EntitiesPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VulnerabilityEntities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37080,9 +33535,6 @@ func (c *VulnerabilityClient) QueryScans(_m *Vulnerability) *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ScansTable, vulnerability.ScansPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.VulnerabilityScans fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37099,9 +33551,6 @@ func (c *VulnerabilityClient) QueryTasks(_m *Vulnerability) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.TasksTable, vulnerability.TasksPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.VulnerabilityTasks fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37118,9 +33567,6 @@ func (c *VulnerabilityClient) QueryRemediations(_m *Vulnerability) *RemediationQ sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.RemediationsTable, vulnerability.RemediationsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37137,9 +33583,6 @@ func (c *VulnerabilityClient) QueryReviews(_m *Vulnerability) *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.ReviewsTable, vulnerability.ReviewsPrimaryKey...), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewVulnerabilities fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37156,9 +33599,6 @@ func (c *VulnerabilityClient) QueryComments(_m *Vulnerability) *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.CommentsTable, vulnerability.CommentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37175,9 +33615,6 @@ func (c *VulnerabilityClient) QueryFiles(_m *Vulnerability) *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.FilesTable, vulnerability.FilesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37194,9 +33631,6 @@ func (c *VulnerabilityClient) QueryWorkflowObjectRefs(_m *Vulnerability) *Workfl sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, vulnerability.WorkflowObjectRefsTable, vulnerability.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37348,9 +33782,6 @@ func (c *WebauthnClient) QueryOwner(_m *Webauthn) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, webauthn.OwnerTable, webauthn.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Webauthn fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37502,9 +33933,6 @@ func (c *WorkflowAssignmentClient) QueryOwner(_m *WorkflowAssignment) *Organizat sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowassignment.OwnerTable, workflowassignment.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37521,9 +33949,6 @@ func (c *WorkflowAssignmentClient) QueryWorkflowInstance(_m *WorkflowAssignment) sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.WorkflowInstanceTable, workflowassignment.WorkflowInstanceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37540,9 +33965,6 @@ func (c *WorkflowAssignmentClient) QueryWorkflowAssignmentTargets(_m *WorkflowAs sqlgraph.To(workflowassignmenttarget.Table, workflowassignmenttarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowassignment.WorkflowAssignmentTargetsTable, workflowassignment.WorkflowAssignmentTargetsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37559,9 +33981,6 @@ func (c *WorkflowAssignmentClient) QueryUser(_m *WorkflowAssignment) *UserQuery sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.UserTable, workflowassignment.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37578,9 +33997,6 @@ func (c *WorkflowAssignmentClient) QueryGroup(_m *WorkflowAssignment) *GroupQuer sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.GroupTable, workflowassignment.GroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37732,9 +34148,6 @@ func (c *WorkflowAssignmentTargetClient) QueryOwner(_m *WorkflowAssignmentTarget sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowassignmenttarget.OwnerTable, workflowassignmenttarget.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37751,9 +34164,6 @@ func (c *WorkflowAssignmentTargetClient) QueryWorkflowAssignment(_m *WorkflowAss sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.WorkflowAssignmentTable, workflowassignmenttarget.WorkflowAssignmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37770,9 +34180,6 @@ func (c *WorkflowAssignmentTargetClient) QueryUser(_m *WorkflowAssignmentTarget) sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.UserTable, workflowassignmenttarget.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37789,9 +34196,6 @@ func (c *WorkflowAssignmentTargetClient) QueryGroup(_m *WorkflowAssignmentTarget sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.GroupTable, workflowassignmenttarget.GroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37943,9 +34347,6 @@ func (c *WorkflowDefinitionClient) QueryOwner(_m *WorkflowDefinition) *Organizat sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowdefinition.OwnerTable, workflowdefinition.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowDefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37962,9 +34363,6 @@ func (c *WorkflowDefinitionClient) QueryBlockedGroups(_m *WorkflowDefinition) *G sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.BlockedGroupsTable, workflowdefinition.BlockedGroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -37981,9 +34379,6 @@ func (c *WorkflowDefinitionClient) QueryEditors(_m *WorkflowDefinition) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.EditorsTable, workflowdefinition.EditorsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38000,9 +34395,6 @@ func (c *WorkflowDefinitionClient) QueryViewers(_m *WorkflowDefinition) *GroupQu sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.ViewersTable, workflowdefinition.ViewersColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38019,9 +34411,6 @@ func (c *WorkflowDefinitionClient) QueryTagDefinitions(_m *WorkflowDefinition) * sqlgraph.To(tagdefinition.Table, tagdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.TagDefinitionsTable, workflowdefinition.TagDefinitionsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38038,9 +34427,6 @@ func (c *WorkflowDefinitionClient) QueryGroups(_m *WorkflowDefinition) *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.GroupsTable, workflowdefinition.GroupsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38057,9 +34443,6 @@ func (c *WorkflowDefinitionClient) QueryWorkflowInstances(_m *WorkflowDefinition sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowdefinition.WorkflowInstancesTable, workflowdefinition.WorkflowInstancesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38076,9 +34459,6 @@ func (c *WorkflowDefinitionClient) QueryNotificationTemplates(_m *WorkflowDefini sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.NotificationTemplatesTable, workflowdefinition.NotificationTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38095,9 +34475,6 @@ func (c *WorkflowDefinitionClient) QueryEmailTemplates(_m *WorkflowDefinition) * sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.EmailTemplatesTable, workflowdefinition.EmailTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38249,9 +34626,6 @@ func (c *WorkflowEventClient) QueryOwner(_m *WorkflowEvent) *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowevent.OwnerTable, workflowevent.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38268,9 +34642,6 @@ func (c *WorkflowEventClient) QueryWorkflowInstance(_m *WorkflowEvent) *Workflow sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowevent.WorkflowInstanceTable, workflowevent.WorkflowInstanceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38422,9 +34793,6 @@ func (c *WorkflowInstanceClient) QueryOwner(_m *WorkflowInstance) *OrganizationQ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowinstance.OwnerTable, workflowinstance.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38441,9 +34809,6 @@ func (c *WorkflowInstanceClient) QueryWorkflowDefinition(_m *WorkflowInstance) * sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.WorkflowDefinitionTable, workflowinstance.WorkflowDefinitionColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38460,9 +34825,6 @@ func (c *WorkflowInstanceClient) QueryControl(_m *WorkflowInstance) *ControlQuer sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ControlTable, workflowinstance.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38479,9 +34841,6 @@ func (c *WorkflowInstanceClient) QueryInternalPolicy(_m *WorkflowInstance) *Inte sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.InternalPolicyTable, workflowinstance.InternalPolicyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38498,9 +34857,6 @@ func (c *WorkflowInstanceClient) QueryEvidence(_m *WorkflowInstance) *EvidenceQu sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.EvidenceTable, workflowinstance.EvidenceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38517,9 +34873,6 @@ func (c *WorkflowInstanceClient) QuerySubcontrol(_m *WorkflowInstance) *Subcontr sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.SubcontrolTable, workflowinstance.SubcontrolColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38536,9 +34889,6 @@ func (c *WorkflowInstanceClient) QueryActionPlan(_m *WorkflowInstance) *ActionPl sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ActionPlanTable, workflowinstance.ActionPlanColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38555,9 +34905,6 @@ func (c *WorkflowInstanceClient) QueryProcedure(_m *WorkflowInstance) *Procedure sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ProcedureTable, workflowinstance.ProcedureColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38574,9 +34921,6 @@ func (c *WorkflowInstanceClient) QueryCampaign(_m *WorkflowInstance) *CampaignQu sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.CampaignTable, workflowinstance.CampaignColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38593,9 +34937,6 @@ func (c *WorkflowInstanceClient) QueryCampaignTarget(_m *WorkflowInstance) *Camp sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.CampaignTargetTable, workflowinstance.CampaignTargetColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38612,9 +34953,6 @@ func (c *WorkflowInstanceClient) QueryIdentityHolder(_m *WorkflowInstance) *Iden sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.IdentityHolderTable, workflowinstance.IdentityHolderColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38631,9 +34969,6 @@ func (c *WorkflowInstanceClient) QueryPlatform(_m *WorkflowInstance) *PlatformQu sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.PlatformTable, workflowinstance.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38650,9 +34985,6 @@ func (c *WorkflowInstanceClient) QueryAssessment(_m *WorkflowInstance) *Assessme sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.AssessmentTable, workflowinstance.AssessmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38669,9 +35001,6 @@ func (c *WorkflowInstanceClient) QueryAssessmentResponse(_m *WorkflowInstance) * sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.AssessmentResponseTable, workflowinstance.AssessmentResponseColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38688,9 +35017,6 @@ func (c *WorkflowInstanceClient) QueryFinding(_m *WorkflowInstance) *FindingQuer sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.FindingTable, workflowinstance.FindingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38707,9 +35033,6 @@ func (c *WorkflowInstanceClient) QueryIntegration(_m *WorkflowInstance) *Integra sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.IntegrationTable, workflowinstance.IntegrationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38726,9 +35049,6 @@ func (c *WorkflowInstanceClient) QueryRemediation(_m *WorkflowInstance) *Remedia sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.RemediationTable, workflowinstance.RemediationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38745,9 +35065,6 @@ func (c *WorkflowInstanceClient) QueryRisk(_m *WorkflowInstance) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.RiskTable, workflowinstance.RiskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38764,9 +35081,6 @@ func (c *WorkflowInstanceClient) QueryTask(_m *WorkflowInstance) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.TaskTable, workflowinstance.TaskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38783,9 +35097,6 @@ func (c *WorkflowInstanceClient) QueryVulnerability(_m *WorkflowInstance) *Vulne sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.VulnerabilityTable, workflowinstance.VulnerabilityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38802,9 +35113,6 @@ func (c *WorkflowInstanceClient) QueryWorkflowProposal(_m *WorkflowInstance) *Wo sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.WorkflowProposalTable, workflowinstance.WorkflowProposalColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38821,9 +35129,6 @@ func (c *WorkflowInstanceClient) QueryWorkflowAssignments(_m *WorkflowInstance) sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowAssignmentsTable, workflowinstance.WorkflowAssignmentsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38840,9 +35145,6 @@ func (c *WorkflowInstanceClient) QueryWorkflowEvents(_m *WorkflowInstance) *Work sqlgraph.To(workflowevent.Table, workflowevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowEventsTable, workflowinstance.WorkflowEventsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38859,9 +35161,6 @@ func (c *WorkflowInstanceClient) QueryEmailTemplates(_m *WorkflowInstance) *Emai sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.EmailTemplatesTable, workflowinstance.EmailTemplatesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -38878,9 +35177,6 @@ func (c *WorkflowInstanceClient) QueryWorkflowObjectRefs(_m *WorkflowInstance) * sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowObjectRefsTable, workflowinstance.WorkflowObjectRefsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39032,9 +35328,6 @@ func (c *WorkflowObjectRefClient) QueryOwner(_m *WorkflowObjectRef) *Organizatio sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowobjectref.OwnerTable, workflowobjectref.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39051,9 +35344,6 @@ func (c *WorkflowObjectRefClient) QueryWorkflowInstance(_m *WorkflowObjectRef) * sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.WorkflowInstanceTable, workflowobjectref.WorkflowInstanceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39070,9 +35360,6 @@ func (c *WorkflowObjectRefClient) QueryWorkflowProposals(_m *WorkflowObjectRef) sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowobjectref.WorkflowProposalsTable, workflowobjectref.WorkflowProposalsColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39089,9 +35376,6 @@ func (c *WorkflowObjectRefClient) QueryControl(_m *WorkflowObjectRef) *ControlQu sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ControlTable, workflowobjectref.ControlColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39108,9 +35392,6 @@ func (c *WorkflowObjectRefClient) QueryTask(_m *WorkflowObjectRef) *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.TaskTable, workflowobjectref.TaskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39127,9 +35408,6 @@ func (c *WorkflowObjectRefClient) QueryInternalPolicy(_m *WorkflowObjectRef) *In sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.InternalPolicyTable, workflowobjectref.InternalPolicyColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39146,9 +35424,6 @@ func (c *WorkflowObjectRefClient) QueryFinding(_m *WorkflowObjectRef) *FindingQu sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.FindingTable, workflowobjectref.FindingColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39165,9 +35440,6 @@ func (c *WorkflowObjectRefClient) QueryDirectoryAccount(_m *WorkflowObjectRef) * sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryAccountTable, workflowobjectref.DirectoryAccountColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39184,9 +35456,6 @@ func (c *WorkflowObjectRefClient) QueryDirectoryGroup(_m *WorkflowObjectRef) *Di sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryGroupTable, workflowobjectref.DirectoryGroupColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39203,9 +35472,6 @@ func (c *WorkflowObjectRefClient) QueryDirectoryMembership(_m *WorkflowObjectRef sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryMembershipTable, workflowobjectref.DirectoryMembershipColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39222,9 +35488,6 @@ func (c *WorkflowObjectRefClient) QueryEvidence(_m *WorkflowObjectRef) *Evidence sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.EvidenceTable, workflowobjectref.EvidenceColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39241,9 +35504,6 @@ func (c *WorkflowObjectRefClient) QuerySubcontrol(_m *WorkflowObjectRef) *Subcon sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.SubcontrolTable, workflowobjectref.SubcontrolColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39260,9 +35520,6 @@ func (c *WorkflowObjectRefClient) QueryActionPlan(_m *WorkflowObjectRef) *Action sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ActionPlanTable, workflowobjectref.ActionPlanColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39279,9 +35536,6 @@ func (c *WorkflowObjectRefClient) QueryProcedure(_m *WorkflowObjectRef) *Procedu sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ProcedureTable, workflowobjectref.ProcedureColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39298,9 +35552,6 @@ func (c *WorkflowObjectRefClient) QueryCampaign(_m *WorkflowObjectRef) *Campaign sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.CampaignTable, workflowobjectref.CampaignColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39317,9 +35568,6 @@ func (c *WorkflowObjectRefClient) QueryCampaignTarget(_m *WorkflowObjectRef) *Ca sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.CampaignTargetTable, workflowobjectref.CampaignTargetColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39336,9 +35584,6 @@ func (c *WorkflowObjectRefClient) QueryIdentityHolder(_m *WorkflowObjectRef) *Id sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.IdentityHolderTable, workflowobjectref.IdentityHolderColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39355,9 +35600,6 @@ func (c *WorkflowObjectRefClient) QueryPlatform(_m *WorkflowObjectRef) *Platform sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.PlatformTable, workflowobjectref.PlatformColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39374,9 +35616,6 @@ func (c *WorkflowObjectRefClient) QueryVulnerability(_m *WorkflowObjectRef) *Vul sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.VulnerabilityTable, workflowobjectref.VulnerabilityColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39393,9 +35632,6 @@ func (c *WorkflowObjectRefClient) QueryRisk(_m *WorkflowObjectRef) *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.RiskTable, workflowobjectref.RiskColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39412,9 +35648,6 @@ func (c *WorkflowObjectRefClient) QueryAssessment(_m *WorkflowObjectRef) *Assess sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.AssessmentTable, workflowobjectref.AssessmentColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39431,9 +35664,6 @@ func (c *WorkflowObjectRefClient) QueryAssessmentResponse(_m *WorkflowObjectRef) sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.AssessmentResponseTable, workflowobjectref.AssessmentResponseColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39450,9 +35680,6 @@ func (c *WorkflowObjectRefClient) QueryRemediation(_m *WorkflowObjectRef) *Remed sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.RemediationTable, workflowobjectref.RemediationColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39604,9 +35831,6 @@ func (c *WorkflowProposalClient) QueryOwner(_m *WorkflowProposal) *OrganizationQ sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowproposal.OwnerTable, workflowproposal.OwnerColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowProposal fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39623,9 +35847,6 @@ func (c *WorkflowProposalClient) QueryWorkflowObjectRef(_m *WorkflowProposal) *W sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowproposal.WorkflowObjectRefTable, workflowproposal.WorkflowObjectRefColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowProposal fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39642,9 +35863,6 @@ func (c *WorkflowProposalClient) QueryUser(_m *WorkflowProposal) *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowproposal.UserTable, workflowproposal.UserColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowProposal fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39661,9 +35879,6 @@ func (c *WorkflowProposalClient) QueryWorkflowInstances(_m *WorkflowProposal) *W sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowproposal.WorkflowInstancesTable, workflowproposal.WorkflowInstancesColumn), ) - schemaConfig := _m.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromV = sqlgraph.Neighbors(_m.driver.Dialect(), step) return fromV, nil } @@ -39761,15 +35976,3 @@ func Job(ctx context.Context, opts ...riverqueue.Option) Option { } } } - -// SchemaConfig represents alternative schema names for all tables -// that can be passed at runtime. -type SchemaConfig = internal.SchemaConfig - -// AlternateSchemas allows alternate schema names to be -// passed into ent operations. -func AlternateSchema(schemaConfig SchemaConfig) Option { - return func(c *config) { - c.schemaConfig = schemaConfig - } -} diff --git a/internal/ent/generated/contact/where.go b/internal/ent/generated/contact/where.go index 7c098d4f20..685d667856 100644 --- a/internal/ent/generated/contact/where.go +++ b/internal/ent/generated/contact/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1376,9 +1374,6 @@ func HasOwner() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Contact sqlgraph.HasNeighbors(s, step) }) } @@ -1387,9 +1382,6 @@ func HasOwner() predicate.Contact { func HasOwnerWith(preds ...predicate.Organization) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Contact sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1405,9 +1397,6 @@ func HasEntities() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityContacts sqlgraph.HasNeighbors(s, step) }) } @@ -1416,9 +1405,6 @@ func HasEntities() predicate.Contact { func HasEntitiesWith(preds ...predicate.Entity) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityContacts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1434,9 +1420,6 @@ func HasCampaigns() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignsTable, CampaignsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignContacts sqlgraph.HasNeighbors(s, step) }) } @@ -1445,9 +1428,6 @@ func HasCampaigns() predicate.Contact { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignContacts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1463,9 +1443,6 @@ func HasCampaignTargets() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1474,9 +1451,6 @@ func HasCampaignTargets() predicate.Contact { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1492,9 +1466,6 @@ func HasFiles() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ContactFiles sqlgraph.HasNeighbors(s, step) }) } @@ -1503,9 +1474,6 @@ func HasFiles() predicate.Contact { func HasFilesWith(preds ...predicate.File) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ContactFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1521,9 +1489,6 @@ func HasSubscribers() predicate.Contact { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubscribersTable, SubscribersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1532,9 +1497,6 @@ func HasSubscribers() predicate.Contact { func HasSubscribersWith(preds ...predicate.Subscriber) predicate.Contact { return predicate.Contact(func(s *sql.Selector) { step := newSubscribersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/contact_create.go b/internal/ent/generated/contact_create.go index cf503783d8..7fdaef2cee 100644 --- a/internal/ent/generated/contact_create.go +++ b/internal/ent/generated/contact_create.go @@ -510,7 +510,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { _node = &Contact{config: _c.config} _spec = sqlgraph.NewCreateSpec(contact.Table, sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Contact if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -598,7 +597,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -616,7 +614,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -633,7 +630,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -650,7 +646,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -667,7 +662,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -684,7 +678,6 @@ func (_c *ContactCreate) createSpec() (*Contact, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/contact_delete.go b/internal/ent/generated/contact_delete.go index 558bc62c28..2e72b7af3d 100644 --- a/internal/ent/generated/contact_delete.go +++ b/internal/ent/generated/contact_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/contact" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ContactDelete is the builder for deleting a Contact entity. @@ -43,8 +41,6 @@ func (_d *ContactDelete) ExecX(ctx context.Context) int { func (_d *ContactDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(contact.Table, sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Contact - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/contact_query.go b/internal/ent/generated/contact_query.go index f355deff28..1ad1eb0180 100644 --- a/internal/ent/generated/contact_query.go +++ b/internal/ent/generated/contact_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subscriber" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -98,9 +97,6 @@ func (_q *ContactQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, contact.OwnerTable, contact.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Contact fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -123,9 +119,6 @@ func (_q *ContactQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, contact.EntitiesTable, contact.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityContacts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -148,9 +141,6 @@ func (_q *ContactQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, contact.CampaignsTable, contact.CampaignsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignContacts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -173,9 +163,6 @@ func (_q *ContactQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, contact.CampaignTargetsTable, contact.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -198,9 +185,6 @@ func (_q *ContactQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, contact.FilesTable, contact.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ContactFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -223,9 +207,6 @@ func (_q *ContactQuery) QuerySubscribers() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, contact.SubscribersTable, contact.SubscribersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -605,8 +586,6 @@ func (_q *ContactQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Cont node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Contact - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -745,7 +724,6 @@ func (_q *ContactQuery) loadEntities(ctx context.Context, query *EntityQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(contact.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntityContacts) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(contact.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(contact.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -807,7 +785,6 @@ func (_q *ContactQuery) loadCampaigns(ctx context.Context, query *CampaignQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(contact.CampaignsTable) - joinT.Schema(_q.schemaConfig.CampaignContacts) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(contact.CampaignsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(contact.CampaignsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -899,7 +876,6 @@ func (_q *ContactQuery) loadFiles(ctx context.Context, query *FileQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(contact.FilesTable) - joinT.Schema(_q.schemaConfig.ContactFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(contact.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(contact.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -981,8 +957,6 @@ func (_q *ContactQuery) loadSubscribers(ctx context.Context, query *SubscriberQu func (_q *ContactQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Contact - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1051,9 +1025,6 @@ func (_q *ContactQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Contact) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/contact_update.go b/internal/ent/generated/contact_update.go index 1440195c09..37e01571c3 100644 --- a/internal/ent/generated/contact_update.go +++ b/internal/ent/generated/contact_update.go @@ -22,8 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subscriber" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ContactUpdate is the builder for updating Contact entities. @@ -765,7 +763,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -779,7 +776,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -796,7 +792,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -810,7 +805,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -827,7 +821,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -844,7 +837,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -858,7 +850,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -875,7 +866,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -892,7 +882,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -906,7 +895,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -923,7 +911,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -940,7 +927,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -954,7 +940,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -971,7 +956,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -988,7 +972,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -1002,7 +985,6 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1019,14 +1001,11 @@ func (_u *ContactUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Contact - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1804,7 +1783,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1818,7 +1796,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1835,7 +1812,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -1849,7 +1825,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1866,7 +1841,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1883,7 +1857,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -1897,7 +1870,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1914,7 +1886,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1931,7 +1902,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -1945,7 +1915,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1962,7 +1931,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1979,7 +1947,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1993,7 +1960,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2010,7 +1976,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2027,7 +1992,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -2041,7 +2005,6 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2058,14 +2021,11 @@ func (_u *ContactUpdateOne) sqlSave(ctx context.Context) (_node *Contact, err er IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Contact - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Contact{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/control/where.go b/internal/ent/generated/control/where.go index cfd064afc4..1640365e49 100644 --- a/internal/ent/generated/control/where.go +++ b/internal/ent/generated/control/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -3135,9 +3133,6 @@ func HasEvidence() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControls sqlgraph.HasNeighbors(s, step) }) } @@ -3146,9 +3141,6 @@ func HasEvidence() predicate.Control { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3164,9 +3156,6 @@ func HasControlObjectives() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -3175,9 +3164,6 @@ func HasControlObjectives() predicate.Control { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3193,9 +3179,6 @@ func HasTasks() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlTasks sqlgraph.HasNeighbors(s, step) }) } @@ -3204,9 +3187,6 @@ func HasTasks() predicate.Control { func HasTasksWith(preds ...predicate.Task) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3222,9 +3202,6 @@ func HasNarratives() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, NarrativesTable, NarrativesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ControlNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -3233,9 +3210,6 @@ func HasNarratives() predicate.Control { func HasNarrativesWith(preds ...predicate.Narrative) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ControlNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3251,9 +3225,6 @@ func HasRisks() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ControlRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3262,9 +3233,6 @@ func HasRisks() predicate.Control { func HasRisksWith(preds ...predicate.Risk) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ControlRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3280,9 +3248,6 @@ func HasActionPlans() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ControlActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -3291,9 +3256,6 @@ func HasActionPlans() predicate.Control { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ControlActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3309,9 +3271,6 @@ func HasProcedures() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ControlProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -3320,9 +3279,6 @@ func HasProcedures() predicate.Control { func HasProceduresWith(preds ...predicate.Procedure) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ControlProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3338,9 +3294,6 @@ func HasInternalPolicies() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControls sqlgraph.HasNeighbors(s, step) }) } @@ -3349,9 +3302,6 @@ func HasInternalPolicies() predicate.Control { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3367,9 +3317,6 @@ func HasComments() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -3378,9 +3325,6 @@ func HasComments() predicate.Control { func HasCommentsWith(preds ...predicate.Note) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3396,9 +3340,6 @@ func HasDiscussions() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -3407,9 +3348,6 @@ func HasDiscussions() predicate.Control { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3425,9 +3363,6 @@ func HasControlOwner() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlOwnerTable, ControlOwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3436,9 +3371,6 @@ func HasControlOwner() predicate.Control { func HasControlOwnerWith(preds ...predicate.Group) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newControlOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3454,9 +3386,6 @@ func HasDelegate() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3465,9 +3394,6 @@ func HasDelegate() predicate.Control { func HasDelegateWith(preds ...predicate.Group) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3483,9 +3409,6 @@ func HasResponsibleParty() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ResponsiblePartyTable, ResponsiblePartyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3494,9 +3417,6 @@ func HasResponsibleParty() predicate.Control { func HasResponsiblePartyWith(preds ...predicate.Entity) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newResponsiblePartyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3512,9 +3432,6 @@ func HasReviews() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewControls sqlgraph.HasNeighbors(s, step) }) } @@ -3523,9 +3440,6 @@ func HasReviews() predicate.Control { func HasReviewsWith(preds ...predicate.Review) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3541,9 +3455,6 @@ func HasRemediations() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationControls sqlgraph.HasNeighbors(s, step) }) } @@ -3552,9 +3463,6 @@ func HasRemediations() predicate.Control { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3570,9 +3478,6 @@ func HasScans() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ControlScans sqlgraph.HasNeighbors(s, step) }) } @@ -3581,9 +3486,6 @@ func HasScans() predicate.Control { func HasScansWith(preds ...predicate.Scan) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ControlScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3599,9 +3501,6 @@ func HasOwner() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3610,9 +3509,6 @@ func HasOwner() predicate.Control { func HasOwnerWith(preds ...predicate.Organization) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3628,9 +3524,6 @@ func HasBlockedGroups() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -3639,9 +3532,6 @@ func HasBlockedGroups() predicate.Control { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3657,9 +3547,6 @@ func HasEditors() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlEditors sqlgraph.HasNeighbors(s, step) }) } @@ -3668,9 +3555,6 @@ func HasEditors() predicate.Control { func HasEditorsWith(preds ...predicate.Group) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3686,9 +3570,6 @@ func HasControlKind() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlKindTable, ControlKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3697,9 +3578,6 @@ func HasControlKind() predicate.Control { func HasControlKindWith(preds ...predicate.CustomTypeEnum) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newControlKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3715,9 +3593,6 @@ func HasEnvironment() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3726,9 +3601,6 @@ func HasEnvironment() predicate.Control { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3744,9 +3616,6 @@ func HasScope() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3755,9 +3624,6 @@ func HasScope() predicate.Control { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3773,9 +3639,6 @@ func HasStandard() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, StandardTable, StandardColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -3784,9 +3647,6 @@ func HasStandard() predicate.Control { func HasStandardWith(preds ...predicate.Standard) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newStandardStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3802,9 +3662,6 @@ func HasCheckResults() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CheckResultsTable, CheckResultsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResultControls sqlgraph.HasNeighbors(s, step) }) } @@ -3813,9 +3670,6 @@ func HasCheckResults() predicate.Control { func HasCheckResultsWith(preds ...predicate.CheckResult) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newCheckResultsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResultControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3831,9 +3685,6 @@ func HasPrograms() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControls sqlgraph.HasNeighbors(s, step) }) } @@ -3842,9 +3693,6 @@ func HasPrograms() predicate.Control { func HasProgramsWith(preds ...predicate.Program) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3860,9 +3708,6 @@ func HasPlatforms() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformControls sqlgraph.HasNeighbors(s, step) }) } @@ -3871,9 +3716,6 @@ func HasPlatforms() predicate.Control { func HasPlatformsWith(preds ...predicate.Platform) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3889,9 +3731,6 @@ func HasVulnerabilities() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityControls sqlgraph.HasNeighbors(s, step) }) } @@ -3900,9 +3739,6 @@ func HasVulnerabilities() predicate.Control { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3918,9 +3754,6 @@ func HasAssets() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ControlAssets sqlgraph.HasNeighbors(s, step) }) } @@ -3929,9 +3762,6 @@ func HasAssets() predicate.Control { func HasAssetsWith(preds ...predicate.Asset) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ControlAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3947,9 +3777,6 @@ func HasEntities() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ControlEntities sqlgraph.HasNeighbors(s, step) }) } @@ -3958,9 +3785,6 @@ func HasEntities() predicate.Control { func HasEntitiesWith(preds ...predicate.Entity) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ControlEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3976,9 +3800,6 @@ func HasIdentityHolders() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.ControlIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3987,9 +3808,6 @@ func HasIdentityHolders() predicate.Control { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.ControlIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4005,9 +3823,6 @@ func HasCampaigns() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, CampaignsTable, CampaignsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.ControlCampaigns sqlgraph.HasNeighbors(s, step) }) } @@ -4016,9 +3831,6 @@ func HasCampaigns() predicate.Control { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.ControlCampaigns sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4034,9 +3846,6 @@ func HasFindings() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -4045,9 +3854,6 @@ func HasFindings() predicate.Control { func HasFindingsWith(preds ...predicate.Finding) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4063,9 +3869,6 @@ func HasControlImplementations() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlImplementationsTable, ControlImplementationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlControlImplementations sqlgraph.HasNeighbors(s, step) }) } @@ -4074,9 +3877,6 @@ func HasControlImplementations() predicate.Control { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlControlImplementations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4092,9 +3892,6 @@ func HasSubcontrols() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolsTable, SubcontrolsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -4103,9 +3900,6 @@ func HasSubcontrols() predicate.Control { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4121,9 +3915,6 @@ func HasScheduledJobs() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScheduledJobsTable, ScheduledJobsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobControls sqlgraph.HasNeighbors(s, step) }) } @@ -4132,9 +3923,6 @@ func HasScheduledJobs() predicate.Control { func HasScheduledJobsWith(preds ...predicate.ScheduledJob) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newScheduledJobsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4150,9 +3938,6 @@ func HasMappedToControls() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedToControlsTable, MappedToControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToControls sqlgraph.HasNeighbors(s, step) }) } @@ -4161,9 +3946,6 @@ func HasMappedToControls() predicate.Control { func HasMappedToControlsWith(preds ...predicate.MappedControl) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newMappedToControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4179,9 +3961,6 @@ func HasMappedFromControls() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedFromControlsTable, MappedFromControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromControls sqlgraph.HasNeighbors(s, step) }) } @@ -4190,9 +3969,6 @@ func HasMappedFromControls() predicate.Control { func HasMappedFromControlsWith(preds ...predicate.MappedControl) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newMappedFromControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4208,9 +3984,6 @@ func HasWorkflowObjectRefs() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -4219,9 +3992,6 @@ func HasWorkflowObjectRefs() predicate.Control { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4237,9 +4007,6 @@ func HasControlMappings() predicate.Control { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, ControlMappingsTable, ControlMappingsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -4248,9 +4015,6 @@ func HasControlMappings() predicate.Control { func HasControlMappingsWith(preds ...predicate.FindingControl) predicate.Control { return predicate.Control(func(s *sql.Selector) { step := newControlMappingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/control_create.go b/internal/ent/generated/control_create.go index d330792ac8..62ac4451ca 100644 --- a/internal/ent/generated/control_create.go +++ b/internal/ent/generated/control_create.go @@ -1389,7 +1389,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { _node = &Control{config: _c.config} _spec = sqlgraph.NewCreateSpec(control.Table, sqlgraph.NewFieldSpec(control.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Control if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1589,7 +1588,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1606,7 +1604,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1623,7 +1620,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1640,7 +1636,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1657,7 +1652,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1674,7 +1668,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1691,7 +1684,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1708,7 +1700,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1725,7 +1716,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1742,7 +1732,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1759,7 +1748,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1777,7 +1765,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1795,7 +1782,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1813,7 +1799,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1830,7 +1815,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1847,7 +1831,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1864,7 +1847,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1882,7 +1864,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1899,7 +1880,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1916,7 +1896,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1934,7 +1913,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1952,7 +1930,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1970,7 +1947,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1988,7 +1964,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2005,7 +1980,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2022,7 +1996,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2039,7 +2012,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2056,7 +2028,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2073,7 +2044,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2090,7 +2060,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2107,7 +2076,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2124,7 +2092,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2148,7 +2115,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2165,7 +2131,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2182,7 +2147,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2199,7 +2163,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2216,7 +2179,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2233,7 +2195,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2250,7 +2211,6 @@ func (_c *ControlCreate) createSpec() (*Control, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/control_delete.go b/internal/ent/generated/control_delete.go index 42c982da3b..86c348c254 100644 --- a/internal/ent/generated/control_delete.go +++ b/internal/ent/generated/control_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/control" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ControlDelete is the builder for deleting a Control entity. @@ -43,8 +41,6 @@ func (_d *ControlDelete) ExecX(ctx context.Context) int { func (_d *ControlDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(control.Table, sqlgraph.NewFieldSpec(control.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Control - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/control_query.go b/internal/ent/generated/control_query.go index 76a1f1678e..36384e2396 100644 --- a/internal/ent/generated/control_query.go +++ b/internal/ent/generated/control_query.go @@ -48,7 +48,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -184,9 +183,6 @@ func (_q *ControlQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.EvidenceTable, control.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -209,9 +205,6 @@ func (_q *ControlQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ControlObjectivesTable, control.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -234,9 +227,6 @@ func (_q *ControlQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.TasksTable, control.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -259,9 +249,6 @@ func (_q *ControlQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.NarrativesTable, control.NarrativesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ControlNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -284,9 +271,6 @@ func (_q *ControlQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.RisksTable, control.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ControlRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -309,9 +293,6 @@ func (_q *ControlQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ActionPlansTable, control.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ControlActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -334,9 +315,6 @@ func (_q *ControlQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ProceduresTable, control.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ControlProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -359,9 +337,6 @@ func (_q *ControlQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.InternalPoliciesTable, control.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -384,9 +359,6 @@ func (_q *ControlQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.CommentsTable, control.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -409,9 +381,6 @@ func (_q *ControlQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.DiscussionsTable, control.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -434,9 +403,6 @@ func (_q *ControlQuery) QueryControlOwner() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ControlOwnerTable, control.ControlOwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -459,9 +425,6 @@ func (_q *ControlQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.DelegateTable, control.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -484,9 +447,6 @@ func (_q *ControlQuery) QueryResponsibleParty() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ResponsiblePartyTable, control.ResponsiblePartyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -509,9 +469,6 @@ func (_q *ControlQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ReviewsTable, control.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -534,9 +491,6 @@ func (_q *ControlQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.RemediationsTable, control.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -559,9 +513,6 @@ func (_q *ControlQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ScansTable, control.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ControlScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -584,9 +535,6 @@ func (_q *ControlQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, control.OwnerTable, control.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -609,9 +557,6 @@ func (_q *ControlQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.BlockedGroupsTable, control.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -634,9 +579,6 @@ func (_q *ControlQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.EditorsTable, control.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -659,9 +601,6 @@ func (_q *ControlQuery) QueryControlKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ControlKindTable, control.ControlKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -684,9 +623,6 @@ func (_q *ControlQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.EnvironmentTable, control.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -709,9 +645,6 @@ func (_q *ControlQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, control.ScopeTable, control.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -734,9 +667,6 @@ func (_q *ControlQuery) QueryStandard() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, control.StandardTable, control.StandardColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -759,9 +689,6 @@ func (_q *ControlQuery) QueryCheckResults() *CheckResultQuery { sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.CheckResultsTable, control.CheckResultsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResultControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -784,9 +711,6 @@ func (_q *ControlQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ProgramsTable, control.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -809,9 +733,6 @@ func (_q *ControlQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.PlatformsTable, control.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -834,9 +755,6 @@ func (_q *ControlQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.VulnerabilitiesTable, control.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -859,9 +777,6 @@ func (_q *ControlQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.AssetsTable, control.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ControlAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -884,9 +799,6 @@ func (_q *ControlQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.EntitiesTable, control.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ControlEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -909,9 +821,6 @@ func (_q *ControlQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.IdentityHoldersTable, control.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.ControlIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -934,9 +843,6 @@ func (_q *ControlQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.CampaignsTable, control.CampaignsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.ControlCampaigns fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -959,9 +865,6 @@ func (_q *ControlQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.FindingsTable, control.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -984,9 +887,6 @@ func (_q *ControlQuery) QueryControlImplementations() *ControlImplementationQuer sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, control.ControlImplementationsTable, control.ControlImplementationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlControlImplementations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1009,9 +909,6 @@ func (_q *ControlQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, control.SubcontrolsTable, control.SubcontrolsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1034,9 +931,6 @@ func (_q *ControlQuery) QueryScheduledJobs() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.ScheduledJobsTable, control.ScheduledJobsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1059,9 +953,6 @@ func (_q *ControlQuery) QueryMappedToControls() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.MappedToControlsTable, control.MappedToControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1084,9 +975,6 @@ func (_q *ControlQuery) QueryMappedFromControls() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, control.MappedFromControlsTable, control.MappedFromControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1109,9 +997,6 @@ func (_q *ControlQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, control.WorkflowObjectRefsTable, control.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1134,9 +1019,6 @@ func (_q *ControlQuery) QueryControlMappings() *FindingControlQuery { sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, control.ControlMappingsTable, control.ControlMappingsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1949,8 +1831,6 @@ func (_q *ControlQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Cont node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Control - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2472,7 +2352,6 @@ func (_q *ControlQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.EvidenceTable) - joinT.Schema(_q.schemaConfig.EvidenceControls) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(control.EvidencePrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.EvidencePrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2534,7 +2413,6 @@ func (_q *ControlQuery) loadControlObjectives(ctx context.Context, query *Contro } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.ControlControlObjectives) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(control.ControlObjectivesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.ControlObjectivesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2596,7 +2474,6 @@ func (_q *ControlQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.TasksTable) - joinT.Schema(_q.schemaConfig.ControlTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(control.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2658,7 +2535,6 @@ func (_q *ControlQuery) loadNarratives(ctx context.Context, query *NarrativeQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.NarrativesTable) - joinT.Schema(_q.schemaConfig.ControlNarratives) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(control.NarrativesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.NarrativesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2720,7 +2596,6 @@ func (_q *ControlQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.RisksTable) - joinT.Schema(_q.schemaConfig.ControlRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(control.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2782,7 +2657,6 @@ func (_q *ControlQuery) loadActionPlans(ctx context.Context, query *ActionPlanQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ActionPlansTable) - joinT.Schema(_q.schemaConfig.ControlActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(control.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2844,7 +2718,6 @@ func (_q *ControlQuery) loadProcedures(ctx context.Context, query *ProcedureQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ProceduresTable) - joinT.Schema(_q.schemaConfig.ControlProcedures) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(control.ProceduresPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.ProceduresPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2906,7 +2779,6 @@ func (_q *ControlQuery) loadInternalPolicies(ctx context.Context, query *Interna } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyControls) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(control.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3120,7 +2992,6 @@ func (_q *ControlQuery) loadReviews(ctx context.Context, query *ReviewQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewControls) s.Join(joinT).On(s.C(review.FieldID), joinT.C(control.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3182,7 +3053,6 @@ func (_q *ControlQuery) loadRemediations(ctx context.Context, query *Remediation } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationControls) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(control.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3244,7 +3114,6 @@ func (_q *ControlQuery) loadScans(ctx context.Context, query *ScanQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ScansTable) - joinT.Schema(_q.schemaConfig.ControlScans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(control.ScansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.ScansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3335,7 +3204,6 @@ func (_q *ControlQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(control.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3397,7 +3265,6 @@ func (_q *ControlQuery) loadEditors(ctx context.Context, query *GroupQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.EditorsTable) - joinT.Schema(_q.schemaConfig.ControlEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(control.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3575,7 +3442,6 @@ func (_q *ControlQuery) loadCheckResults(ctx context.Context, query *CheckResult } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.CheckResultsTable) - joinT.Schema(_q.schemaConfig.CheckResultControls) s.Join(joinT).On(s.C(checkresult.FieldID), joinT.C(control.CheckResultsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.CheckResultsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3637,7 +3503,6 @@ func (_q *ControlQuery) loadPrograms(ctx context.Context, query *ProgramQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramControls) s.Join(joinT).On(s.C(program.FieldID), joinT.C(control.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3699,7 +3564,6 @@ func (_q *ControlQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformControls) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(control.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3761,7 +3625,6 @@ func (_q *ControlQuery) loadVulnerabilities(ctx context.Context, query *Vulnerab } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityControls) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(control.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3823,7 +3686,6 @@ func (_q *ControlQuery) loadAssets(ctx context.Context, query *AssetQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.AssetsTable) - joinT.Schema(_q.schemaConfig.ControlAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(control.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3885,7 +3747,6 @@ func (_q *ControlQuery) loadEntities(ctx context.Context, query *EntityQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.EntitiesTable) - joinT.Schema(_q.schemaConfig.ControlEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(control.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3947,7 +3808,6 @@ func (_q *ControlQuery) loadIdentityHolders(ctx context.Context, query *Identity } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.ControlIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(control.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4009,7 +3869,6 @@ func (_q *ControlQuery) loadCampaigns(ctx context.Context, query *CampaignQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.CampaignsTable) - joinT.Schema(_q.schemaConfig.ControlCampaigns) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(control.CampaignsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.CampaignsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4071,7 +3930,6 @@ func (_q *ControlQuery) loadFindings(ctx context.Context, query *FindingQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingControl) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(control.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4133,7 +3991,6 @@ func (_q *ControlQuery) loadControlImplementations(ctx context.Context, query *C } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ControlImplementationsTable) - joinT.Schema(_q.schemaConfig.ControlControlImplementations) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(control.ControlImplementationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(control.ControlImplementationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4226,7 +4083,6 @@ func (_q *ControlQuery) loadScheduledJobs(ctx context.Context, query *ScheduledJ } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.ScheduledJobsTable) - joinT.Schema(_q.schemaConfig.ScheduledJobControls) s.Join(joinT).On(s.C(scheduledjob.FieldID), joinT.C(control.ScheduledJobsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.ScheduledJobsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4288,7 +4144,6 @@ func (_q *ControlQuery) loadMappedToControls(ctx context.Context, query *MappedC } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.MappedToControlsTable) - joinT.Schema(_q.schemaConfig.MappedControlToControls) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(control.MappedToControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.MappedToControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4350,7 +4205,6 @@ func (_q *ControlQuery) loadMappedFromControls(ctx context.Context, query *Mappe } query.Where(func(s *sql.Selector) { joinT := sql.Table(control.MappedFromControlsTable) - joinT.Schema(_q.schemaConfig.MappedControlFromControls) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(control.MappedFromControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(control.MappedFromControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4463,8 +4317,6 @@ func (_q *ControlQuery) loadControlMappings(ctx context.Context, query *FindingC func (_q *ControlQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Control - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -4554,9 +4406,6 @@ func (_q *ControlQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Control) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/control_update.go b/internal/ent/generated/control_update.go index a55cb1bea0..e1096b9268 100644 --- a/internal/ent/generated/control_update.go +++ b/internal/ent/generated/control_update.go @@ -47,8 +47,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ControlUpdate is the builder for updating Control entities. @@ -2606,7 +2604,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2620,7 +2617,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2637,7 +2633,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2654,7 +2649,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -2668,7 +2662,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2685,7 +2678,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2702,7 +2694,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2716,7 +2707,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2733,7 +2723,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2750,7 +2739,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -2764,7 +2752,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2781,7 +2768,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2798,7 +2784,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2812,7 +2797,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2829,7 +2813,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2846,7 +2829,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2860,7 +2842,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2877,7 +2858,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2894,7 +2874,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2908,7 +2887,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2925,7 +2903,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2942,7 +2919,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2956,7 +2932,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2973,7 +2948,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2990,7 +2964,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -3004,7 +2977,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3021,7 +2993,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3038,7 +3009,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -3052,7 +3022,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3069,7 +3038,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3086,7 +3054,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlOwnerIDs(); len(nodes) > 0 { @@ -3100,7 +3067,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3117,7 +3083,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -3131,7 +3096,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3148,7 +3112,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponsiblePartyIDs(); len(nodes) > 0 { @@ -3162,7 +3125,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3179,7 +3141,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -3193,7 +3154,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3210,7 +3170,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3227,7 +3186,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -3241,7 +3199,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3258,7 +3215,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3275,7 +3231,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3289,7 +3244,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3306,7 +3260,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3323,7 +3276,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -3337,7 +3289,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3354,7 +3305,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3371,7 +3321,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -3385,7 +3334,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3402,7 +3350,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3419,7 +3366,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlKindIDs(); len(nodes) > 0 { @@ -3433,7 +3379,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3450,7 +3395,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -3464,7 +3408,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3481,7 +3424,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -3495,7 +3437,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3512,7 +3453,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -3526,7 +3466,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3543,7 +3482,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -3557,7 +3495,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3574,7 +3511,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3591,7 +3527,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -3605,7 +3540,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3622,7 +3556,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3639,7 +3572,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -3653,7 +3585,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3670,7 +3601,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3687,7 +3617,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -3701,7 +3630,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3718,7 +3646,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3735,7 +3662,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3749,7 +3675,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3766,7 +3691,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3783,7 +3707,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -3797,7 +3720,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3814,7 +3736,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3831,7 +3752,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -3845,7 +3765,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3862,7 +3781,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3879,7 +3797,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -3893,7 +3810,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3910,7 +3826,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3927,7 +3842,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl createE := &FindingControlCreate{config: _u.config, mutation: newFindingControlMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -3948,7 +3862,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3972,7 +3885,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3996,7 +3908,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -4010,7 +3921,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4027,7 +3937,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4044,7 +3953,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4058,7 +3966,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4075,7 +3982,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4092,7 +3998,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -4106,7 +4011,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4123,7 +4027,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4140,7 +4043,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedToControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedToControlsCleared() { @@ -4154,7 +4056,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4171,7 +4072,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4188,7 +4088,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedFromControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedFromControlsCleared() { @@ -4202,7 +4101,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4219,7 +4117,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4236,7 +4133,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -4250,7 +4146,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4267,7 +4162,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4284,7 +4178,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlMappingsIDs(); len(nodes) > 0 && !_u.mutation.ControlMappingsCleared() { @@ -4298,7 +4191,6 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4315,14 +4207,11 @@ func (_u *ControlUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Control - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -6916,7 +6805,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -6930,7 +6818,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6947,7 +6834,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6964,7 +6850,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -6978,7 +6863,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6995,7 +6879,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7012,7 +6895,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -7026,7 +6908,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7043,7 +6924,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7060,7 +6940,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -7074,7 +6953,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7091,7 +6969,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7108,7 +6985,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -7122,7 +6998,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7139,7 +7014,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7156,7 +7030,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -7170,7 +7043,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7187,7 +7059,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7204,7 +7075,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -7218,7 +7088,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7235,7 +7104,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7252,7 +7120,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -7266,7 +7133,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7283,7 +7149,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7300,7 +7165,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -7314,7 +7178,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7331,7 +7194,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7348,7 +7210,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -7362,7 +7223,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7379,7 +7239,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7396,7 +7255,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlOwnerIDs(); len(nodes) > 0 { @@ -7410,7 +7268,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7427,7 +7284,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -7441,7 +7297,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7458,7 +7313,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponsiblePartyIDs(); len(nodes) > 0 { @@ -7472,7 +7326,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7489,7 +7342,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -7503,7 +7355,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7520,7 +7371,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7537,7 +7387,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -7551,7 +7400,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7568,7 +7416,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7585,7 +7432,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -7599,7 +7445,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7616,7 +7461,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7633,7 +7477,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -7647,7 +7490,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7664,7 +7506,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7681,7 +7522,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -7695,7 +7535,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7712,7 +7551,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7729,7 +7567,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlKindIDs(); len(nodes) > 0 { @@ -7743,7 +7580,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7760,7 +7596,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -7774,7 +7609,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7791,7 +7625,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -7805,7 +7638,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7822,7 +7654,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -7836,7 +7667,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7853,7 +7683,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -7867,7 +7696,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7884,7 +7712,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResultControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7901,7 +7728,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -7915,7 +7741,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7932,7 +7757,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7949,7 +7773,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -7963,7 +7786,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7980,7 +7802,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7997,7 +7818,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -8011,7 +7831,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8028,7 +7847,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8045,7 +7863,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -8059,7 +7876,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8076,7 +7892,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8093,7 +7908,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -8107,7 +7921,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8124,7 +7937,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8141,7 +7953,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -8155,7 +7966,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8172,7 +7982,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8189,7 +7998,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -8203,7 +8011,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8220,7 +8027,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlCampaigns for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8237,7 +8043,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl createE := &FindingControlCreate{config: _u.config, mutation: newFindingControlMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -8258,7 +8063,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8282,7 +8086,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8306,7 +8109,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -8320,7 +8122,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8337,7 +8138,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8354,7 +8154,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -8368,7 +8167,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8385,7 +8183,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8402,7 +8199,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -8416,7 +8212,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8433,7 +8228,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8450,7 +8244,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedToControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedToControlsCleared() { @@ -8464,7 +8257,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8481,7 +8273,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8498,7 +8289,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedFromControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedFromControlsCleared() { @@ -8512,7 +8302,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8529,7 +8318,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8546,7 +8334,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -8560,7 +8347,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8577,7 +8363,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8594,7 +8379,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlMappingsIDs(); len(nodes) > 0 && !_u.mutation.ControlMappingsCleared() { @@ -8608,7 +8392,6 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8625,14 +8408,11 @@ func (_u *ControlUpdateOne) sqlSave(ctx context.Context) (_node *Control, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Control - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Control{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/controlimplementation/where.go b/internal/ent/generated/controlimplementation/where.go index 6a34851181..f65d58fb7f 100644 --- a/internal/ent/generated/controlimplementation/where.go +++ b/internal/ent/generated/controlimplementation/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1100,9 +1098,6 @@ func HasOwner() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighbors(s, step) }) } @@ -1111,9 +1106,6 @@ func HasOwner() predicate.ControlImplementation { func HasOwnerWith(preds ...predicate.Organization) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1129,9 +1121,6 @@ func HasBlockedGroups() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1140,9 +1129,6 @@ func HasBlockedGroups() predicate.ControlImplementation { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1158,9 +1144,6 @@ func HasEditors() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1169,9 +1152,6 @@ func HasEditors() predicate.ControlImplementation { func HasEditorsWith(preds ...predicate.Group) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1187,9 +1167,6 @@ func HasViewers() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1198,9 +1175,6 @@ func HasViewers() predicate.ControlImplementation { func HasViewersWith(preds ...predicate.Group) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1216,9 +1190,6 @@ func HasControls() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlImplementations sqlgraph.HasNeighbors(s, step) }) } @@ -1227,9 +1198,6 @@ func HasControls() predicate.ControlImplementation { func HasControlsWith(preds ...predicate.Control) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlImplementations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1245,9 +1213,6 @@ func HasSubcontrols() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations sqlgraph.HasNeighbors(s, step) }) } @@ -1256,9 +1221,6 @@ func HasSubcontrols() predicate.ControlImplementation { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1274,9 +1236,6 @@ func HasTasks() predicate.ControlImplementation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlImplementationTasks sqlgraph.HasNeighbors(s, step) }) } @@ -1285,9 +1244,6 @@ func HasTasks() predicate.ControlImplementation { func HasTasksWith(preds ...predicate.Task) predicate.ControlImplementation { return predicate.ControlImplementation(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlImplementationTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/controlimplementation_create.go b/internal/ent/generated/controlimplementation_create.go index 2857e32a39..4879f899d1 100644 --- a/internal/ent/generated/controlimplementation_create.go +++ b/internal/ent/generated/controlimplementation_create.go @@ -486,7 +486,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq _node = &ControlImplementation{config: _c.config} _spec = sqlgraph.NewCreateSpec(controlimplementation.Table, sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ControlImplementation if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -570,7 +569,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -588,7 +586,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -605,7 +602,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -622,7 +618,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -639,7 +634,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -656,7 +650,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -673,7 +666,6 @@ func (_c *ControlImplementationCreate) createSpec() (*ControlImplementation, *sq IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/controlimplementation_delete.go b/internal/ent/generated/controlimplementation_delete.go index 411fb6dac0..46d7ffe64b 100644 --- a/internal/ent/generated/controlimplementation_delete.go +++ b/internal/ent/generated/controlimplementation_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/controlimplementation" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ControlImplementationDelete is the builder for deleting a ControlImplementation entity. @@ -43,8 +41,6 @@ func (_d *ControlImplementationDelete) ExecX(ctx context.Context) int { func (_d *ControlImplementationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(controlimplementation.Table, sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ControlImplementation - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/controlimplementation_query.go b/internal/ent/generated/controlimplementation_query.go index b4de72b3a3..ebe369d798 100644 --- a/internal/ent/generated/controlimplementation_query.go +++ b/internal/ent/generated/controlimplementation_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -100,9 +99,6 @@ func (_q *ControlImplementationQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, controlimplementation.OwnerTable, controlimplementation.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlImplementation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -125,9 +121,6 @@ func (_q *ControlImplementationQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.BlockedGroupsTable, controlimplementation.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -150,9 +143,6 @@ func (_q *ControlImplementationQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.EditorsTable, controlimplementation.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -175,9 +165,6 @@ func (_q *ControlImplementationQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.ViewersTable, controlimplementation.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlImplementationViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -200,9 +187,6 @@ func (_q *ControlImplementationQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlimplementation.ControlsTable, controlimplementation.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlImplementations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -225,9 +209,6 @@ func (_q *ControlImplementationQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlimplementation.SubcontrolsTable, controlimplementation.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -250,9 +231,6 @@ func (_q *ControlImplementationQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlimplementation.TasksTable, controlimplementation.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlImplementationTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -649,8 +627,6 @@ func (_q *ControlImplementationQuery) sqlAll(ctx context.Context, hooks ...query node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ControlImplementation - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -803,7 +779,6 @@ func (_q *ControlImplementationQuery) loadBlockedGroups(ctx context.Context, que } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlImplementationBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlimplementation.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlimplementation.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -865,7 +840,6 @@ func (_q *ControlImplementationQuery) loadEditors(ctx context.Context, query *Gr } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.EditorsTable) - joinT.Schema(_q.schemaConfig.ControlImplementationEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlimplementation.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlimplementation.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -927,7 +901,6 @@ func (_q *ControlImplementationQuery) loadViewers(ctx context.Context, query *Gr } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.ViewersTable) - joinT.Schema(_q.schemaConfig.ControlImplementationViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlimplementation.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlimplementation.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -989,7 +962,6 @@ func (_q *ControlImplementationQuery) loadControls(ctx context.Context, query *C } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlControlImplementations) s.Join(joinT).On(s.C(control.FieldID), joinT.C(controlimplementation.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlimplementation.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1051,7 +1023,6 @@ func (_q *ControlImplementationQuery) loadSubcontrols(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolControlImplementations) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(controlimplementation.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlimplementation.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1113,7 +1084,6 @@ func (_q *ControlImplementationQuery) loadTasks(ctx context.Context, query *Task } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlimplementation.TasksTable) - joinT.Schema(_q.schemaConfig.ControlImplementationTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(controlimplementation.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlimplementation.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1165,8 +1135,6 @@ func (_q *ControlImplementationQuery) loadTasks(ctx context.Context, query *Task func (_q *ControlImplementationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ControlImplementation - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1235,9 +1203,6 @@ func (_q *ControlImplementationQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ControlImplementation) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/controlimplementation_update.go b/internal/ent/generated/controlimplementation_update.go index 0d1cee5b60..37c00cd9fb 100644 --- a/internal/ent/generated/controlimplementation_update.go +++ b/internal/ent/generated/controlimplementation_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ControlImplementationUpdate is the builder for updating ControlImplementation entities. @@ -710,7 +708,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -724,7 +721,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -741,7 +737,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -758,7 +753,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -772,7 +766,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -789,7 +782,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -806,7 +798,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -820,7 +811,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -837,7 +827,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -854,7 +843,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -868,7 +856,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -885,7 +872,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -902,7 +888,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -916,7 +901,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -933,7 +917,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -950,7 +933,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -964,7 +946,6 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -981,14 +962,11 @@ func (_u *ControlImplementationUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ControlImplementation - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1714,7 +1692,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1728,7 +1705,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1745,7 +1721,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1762,7 +1737,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1776,7 +1750,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1793,7 +1766,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1810,7 +1782,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1824,7 +1795,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1841,7 +1811,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1858,7 +1827,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1872,7 +1840,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1889,7 +1856,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1906,7 +1872,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1920,7 +1885,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1937,7 +1901,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1954,7 +1917,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -1968,7 +1930,6 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1985,14 +1946,11 @@ func (_u *ControlImplementationUpdateOne) sqlSave(ctx context.Context) (_node *C IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ControlImplementation - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ControlImplementation{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/controlobjective/where.go b/internal/ent/generated/controlobjective/where.go index a19f167c74..ecf02c42f8 100644 --- a/internal/ent/generated/controlobjective/where.go +++ b/internal/ent/generated/controlobjective/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1465,9 +1463,6 @@ func HasOwner() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlObjective sqlgraph.HasNeighbors(s, step) }) } @@ -1476,9 +1471,6 @@ func HasOwner() predicate.ControlObjective { func HasOwnerWith(preds ...predicate.Organization) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlObjective sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1494,9 +1486,6 @@ func HasBlockedGroups() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1505,9 +1494,6 @@ func HasBlockedGroups() predicate.ControlObjective { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1523,9 +1509,6 @@ func HasEditors() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1534,9 +1517,6 @@ func HasEditors() predicate.ControlObjective { func HasEditorsWith(preds ...predicate.Group) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1552,9 +1532,6 @@ func HasViewers() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1563,9 +1540,6 @@ func HasViewers() predicate.ControlObjective { func HasViewersWith(preds ...predicate.Group) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1581,9 +1555,6 @@ func HasPrograms() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1592,9 +1563,6 @@ func HasPrograms() predicate.ControlObjective { func HasProgramsWith(preds ...predicate.Program) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1610,9 +1578,6 @@ func HasEvidence() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1621,9 +1586,6 @@ func HasEvidence() predicate.ControlObjective { func HasEvidenceWith(preds ...predicate.Evidence) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1639,9 +1601,6 @@ func HasControls() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1650,9 +1609,6 @@ func HasControls() predicate.ControlObjective { func HasControlsWith(preds ...predicate.Control) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1668,9 +1624,6 @@ func HasSubcontrols() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1679,9 +1632,6 @@ func HasSubcontrols() predicate.ControlObjective { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1697,9 +1647,6 @@ func HasInternalPolicies() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1708,9 +1655,6 @@ func HasInternalPolicies() predicate.ControlObjective { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1726,9 +1670,6 @@ func HasProcedures() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProceduresTable, ProceduresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -1737,9 +1678,6 @@ func HasProcedures() predicate.ControlObjective { func HasProceduresWith(preds ...predicate.Procedure) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1755,9 +1693,6 @@ func HasRisks() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RisksTable, RisksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -1766,9 +1701,6 @@ func HasRisks() predicate.ControlObjective { func HasRisksWith(preds ...predicate.Risk) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1784,9 +1716,6 @@ func HasNarratives() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NarrativesTable, NarrativesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighbors(s, step) }) } @@ -1795,9 +1724,6 @@ func HasNarratives() predicate.ControlObjective { func HasNarrativesWith(preds ...predicate.Narrative) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1813,9 +1739,6 @@ func HasTasks() predicate.ControlObjective { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlObjectiveTasks sqlgraph.HasNeighbors(s, step) }) } @@ -1824,9 +1747,6 @@ func HasTasks() predicate.ControlObjective { func HasTasksWith(preds ...predicate.Task) predicate.ControlObjective { return predicate.ControlObjective(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlObjectiveTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/controlobjective_create.go b/internal/ent/generated/controlobjective_create.go index a7a97f3462..e1b190fc8a 100644 --- a/internal/ent/generated/controlobjective_create.go +++ b/internal/ent/generated/controlobjective_create.go @@ -657,7 +657,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre _node = &ControlObjective{config: _c.config} _spec = sqlgraph.NewCreateSpec(controlobjective.Table, sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ControlObjective if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -757,7 +756,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -775,7 +773,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -792,7 +789,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -809,7 +805,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -826,7 +821,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -843,7 +837,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -860,7 +853,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -877,7 +869,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -894,7 +885,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -911,7 +901,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -928,7 +917,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -945,7 +933,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -962,7 +949,6 @@ func (_c *ControlObjectiveCreate) createSpec() (*ControlObjective, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/controlobjective_delete.go b/internal/ent/generated/controlobjective_delete.go index 0c1f9e7835..5e87d541d8 100644 --- a/internal/ent/generated/controlobjective_delete.go +++ b/internal/ent/generated/controlobjective_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/controlobjective" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ControlObjectiveDelete is the builder for deleting a ControlObjective entity. @@ -43,8 +41,6 @@ func (_d *ControlObjectiveDelete) ExecX(ctx context.Context) int { func (_d *ControlObjectiveDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(controlobjective.Table, sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ControlObjective - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/controlobjective_query.go b/internal/ent/generated/controlobjective_query.go index 0c91f120cf..47f0dec7ac 100644 --- a/internal/ent/generated/controlobjective_query.go +++ b/internal/ent/generated/controlobjective_query.go @@ -27,7 +27,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -117,9 +116,6 @@ func (_q *ControlObjectiveQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, controlobjective.OwnerTable, controlobjective.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ControlObjective fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -142,9 +138,6 @@ func (_q *ControlObjectiveQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.BlockedGroupsTable, controlobjective.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -167,9 +160,6 @@ func (_q *ControlObjectiveQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.EditorsTable, controlobjective.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -192,9 +182,6 @@ func (_q *ControlObjectiveQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.ViewersTable, controlobjective.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ControlObjectiveViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -217,9 +204,6 @@ func (_q *ControlObjectiveQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.ProgramsTable, controlobjective.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -242,9 +226,6 @@ func (_q *ControlObjectiveQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.EvidenceTable, controlobjective.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -267,9 +248,6 @@ func (_q *ControlObjectiveQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.ControlsTable, controlobjective.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -292,9 +270,6 @@ func (_q *ControlObjectiveQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.SubcontrolsTable, controlobjective.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -317,9 +292,6 @@ func (_q *ControlObjectiveQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, controlobjective.InternalPoliciesTable, controlobjective.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -342,9 +314,6 @@ func (_q *ControlObjectiveQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.ProceduresTable, controlobjective.ProceduresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -367,9 +336,6 @@ func (_q *ControlObjectiveQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.RisksTable, controlobjective.RisksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -392,9 +358,6 @@ func (_q *ControlObjectiveQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, controlobjective.NarrativesTable, controlobjective.NarrativesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -417,9 +380,6 @@ func (_q *ControlObjectiveQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, controlobjective.TasksTable, controlobjective.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ControlObjectiveTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -890,8 +850,6 @@ func (_q *ControlObjectiveQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ControlObjective - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1130,7 +1088,6 @@ func (_q *ControlObjectiveQuery) loadBlockedGroups(ctx context.Context, query *G } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlobjective.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlobjective.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1192,7 +1149,6 @@ func (_q *ControlObjectiveQuery) loadEditors(ctx context.Context, query *GroupQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.EditorsTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlobjective.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlobjective.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1254,7 +1210,6 @@ func (_q *ControlObjectiveQuery) loadViewers(ctx context.Context, query *GroupQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.ViewersTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(controlobjective.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlobjective.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1316,7 +1271,6 @@ func (_q *ControlObjectiveQuery) loadPrograms(ctx context.Context, query *Progra } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramControlObjectives) s.Join(joinT).On(s.C(program.FieldID), joinT.C(controlobjective.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlobjective.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1378,7 +1332,6 @@ func (_q *ControlObjectiveQuery) loadEvidence(ctx context.Context, query *Eviden } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.EvidenceTable) - joinT.Schema(_q.schemaConfig.EvidenceControlObjectives) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(controlobjective.EvidencePrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlobjective.EvidencePrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1440,7 +1393,6 @@ func (_q *ControlObjectiveQuery) loadControls(ctx context.Context, query *Contro } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlControlObjectives) s.Join(joinT).On(s.C(control.FieldID), joinT.C(controlobjective.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlobjective.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1502,7 +1454,6 @@ func (_q *ControlObjectiveQuery) loadSubcontrols(ctx context.Context, query *Sub } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolControlObjectives) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(controlobjective.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlobjective.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1564,7 +1515,6 @@ func (_q *ControlObjectiveQuery) loadInternalPolicies(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyControlObjectives) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(controlobjective.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(controlobjective.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1719,7 +1669,6 @@ func (_q *ControlObjectiveQuery) loadTasks(ctx context.Context, query *TaskQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(controlobjective.TasksTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(controlobjective.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(controlobjective.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1771,8 +1720,6 @@ func (_q *ControlObjectiveQuery) loadTasks(ctx context.Context, query *TaskQuery func (_q *ControlObjectiveQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ControlObjective - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1841,9 +1788,6 @@ func (_q *ControlObjectiveQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ControlObjective) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/controlobjective_update.go b/internal/ent/generated/controlobjective_update.go index 0763e32823..c3933c786f 100644 --- a/internal/ent/generated/controlobjective_update.go +++ b/internal/ent/generated/controlobjective_update.go @@ -25,8 +25,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ControlObjectiveUpdate is the builder for updating ControlObjective entities. @@ -1016,7 +1014,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1030,7 +1027,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1047,7 +1043,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1064,7 +1059,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1078,7 +1072,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1095,7 +1088,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1112,7 +1104,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1126,7 +1117,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1143,7 +1133,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1160,7 +1149,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -1174,7 +1162,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1191,7 +1178,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1208,7 +1194,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -1222,7 +1207,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1239,7 +1223,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1256,7 +1239,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1270,7 +1252,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1287,7 +1268,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1304,7 +1284,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1318,7 +1297,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1335,7 +1313,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1352,7 +1329,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -1366,7 +1342,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1383,7 +1358,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1400,7 +1374,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -1414,7 +1387,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1431,7 +1403,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1448,7 +1419,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -1462,7 +1432,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1479,7 +1448,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1496,7 +1464,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -1510,7 +1477,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1527,7 +1493,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1544,7 +1509,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -1558,7 +1522,6 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1575,14 +1538,11 @@ func (_u *ControlObjectiveUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ControlObjective - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2608,7 +2568,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2622,7 +2581,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2639,7 +2597,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2656,7 +2613,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2670,7 +2626,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2687,7 +2642,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2704,7 +2658,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2718,7 +2671,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2735,7 +2687,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2752,7 +2703,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2766,7 +2716,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2783,7 +2732,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2800,7 +2748,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2814,7 +2761,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2831,7 +2777,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2848,7 +2793,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2862,7 +2806,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2879,7 +2822,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2896,7 +2838,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2910,7 +2851,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2927,7 +2867,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2944,7 +2883,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2958,7 +2896,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2975,7 +2912,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2992,7 +2928,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -3006,7 +2941,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3023,7 +2957,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3040,7 +2973,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -3054,7 +2986,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3071,7 +3002,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3088,7 +3018,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -3102,7 +3031,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3119,7 +3047,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3136,7 +3063,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -3150,7 +3076,6 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3167,14 +3092,11 @@ func (_u *ControlObjectiveUpdateOne) sqlSave(ctx context.Context) (_node *Contro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ControlObjective - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ControlObjective{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/customdomain/where.go b/internal/ent/generated/customdomain/where.go index 14b0651284..34c44004d3 100644 --- a/internal/ent/generated/customdomain/where.go +++ b/internal/ent/generated/customdomain/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1165,9 +1163,6 @@ func HasOwner() predicate.CustomDomain { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -1176,9 +1171,6 @@ func HasOwner() predicate.CustomDomain { func HasOwnerWith(preds ...predicate.Organization) predicate.CustomDomain { return predicate.CustomDomain(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1194,9 +1186,6 @@ func HasMappableDomain() predicate.CustomDomain { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, MappableDomainTable, MappableDomainColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappableDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -1205,9 +1194,6 @@ func HasMappableDomain() predicate.CustomDomain { func HasMappableDomainWith(preds ...predicate.MappableDomain) predicate.CustomDomain { return predicate.CustomDomain(func(s *sql.Selector) { step := newMappableDomainStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappableDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1223,9 +1209,6 @@ func HasDNSVerification() predicate.CustomDomain { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DNSVerificationTable, DNSVerificationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -1234,9 +1217,6 @@ func HasDNSVerification() predicate.CustomDomain { func HasDNSVerificationWith(preds ...predicate.DNSVerification) predicate.CustomDomain { return predicate.CustomDomain(func(s *sql.Selector) { step := newDNSVerificationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/customdomain_create.go b/internal/ent/generated/customdomain_create.go index cf8616ebb1..fe0406cddd 100644 --- a/internal/ent/generated/customdomain_create.go +++ b/internal/ent/generated/customdomain_create.go @@ -400,7 +400,6 @@ func (_c *CustomDomainCreate) createSpec() (*CustomDomain, *sqlgraph.CreateSpec) _node = &CustomDomain{config: _c.config} _spec = sqlgraph.NewCreateSpec(customdomain.Table, sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CustomDomain if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -472,7 +471,6 @@ func (_c *CustomDomainCreate) createSpec() (*CustomDomain, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -490,7 +488,6 @@ func (_c *CustomDomainCreate) createSpec() (*CustomDomain, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(mappabledomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -508,7 +505,6 @@ func (_c *CustomDomainCreate) createSpec() (*CustomDomain, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/customdomain_delete.go b/internal/ent/generated/customdomain_delete.go index e26caa3c4d..635b101262 100644 --- a/internal/ent/generated/customdomain_delete.go +++ b/internal/ent/generated/customdomain_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/customdomain" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // CustomDomainDelete is the builder for deleting a CustomDomain entity. @@ -43,8 +41,6 @@ func (_d *CustomDomainDelete) ExecX(ctx context.Context) int { func (_d *CustomDomainDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(customdomain.Table, sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CustomDomain - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/customdomain_query.go b/internal/ent/generated/customdomain_query.go index 76427b6e42..59fb211501 100644 --- a/internal/ent/generated/customdomain_query.go +++ b/internal/ent/generated/customdomain_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -87,9 +86,6 @@ func (_q *CustomDomainQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, customdomain.OwnerTable, customdomain.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -112,9 +108,6 @@ func (_q *CustomDomainQuery) QueryMappableDomain() *MappableDomainQuery { sqlgraph.To(mappabledomain.Table, mappabledomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, customdomain.MappableDomainTable, customdomain.MappableDomainColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappableDomain - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -137,9 +130,6 @@ func (_q *CustomDomainQuery) QueryDNSVerification() *DNSVerificationQuery { sqlgraph.To(dnsverification.Table, dnsverification.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, customdomain.DNSVerificationTable, customdomain.DNSVerificationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -484,8 +474,6 @@ func (_q *CustomDomainQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CustomDomain - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -614,8 +602,6 @@ func (_q *CustomDomainQuery) loadDNSVerification(ctx context.Context, query *DNS func (_q *CustomDomainQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CustomDomain - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -690,9 +676,6 @@ func (_q *CustomDomainQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CustomDomain) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/customdomain_update.go b/internal/ent/generated/customdomain_update.go index 06f0f4fc28..d1d3019951 100644 --- a/internal/ent/generated/customdomain_update.go +++ b/internal/ent/generated/customdomain_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/dnsverification" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // CustomDomainUpdate is the builder for updating CustomDomain entities. @@ -418,7 +416,6 @@ func (_u *CustomDomainUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -432,7 +429,6 @@ func (_u *CustomDomainUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -449,7 +445,6 @@ func (_u *CustomDomainUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DNSVerificationIDs(); len(nodes) > 0 { @@ -463,14 +458,11 @@ func (_u *CustomDomainUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CustomDomain - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -907,7 +899,6 @@ func (_u *CustomDomainUpdateOne) sqlSave(ctx context.Context) (_node *CustomDoma IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -921,7 +912,6 @@ func (_u *CustomDomainUpdateOne) sqlSave(ctx context.Context) (_node *CustomDoma IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -938,7 +928,6 @@ func (_u *CustomDomainUpdateOne) sqlSave(ctx context.Context) (_node *CustomDoma IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DNSVerificationIDs(); len(nodes) > 0 { @@ -952,14 +941,11 @@ func (_u *CustomDomainUpdateOne) sqlSave(ctx context.Context) (_node *CustomDoma IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CustomDomain - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &CustomDomain{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/customtypeenum/where.go b/internal/ent/generated/customtypeenum/where.go index cc098d3069..22bfcfb5b5 100644 --- a/internal/ent/generated/customtypeenum/where.go +++ b/internal/ent/generated/customtypeenum/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1274,9 +1272,6 @@ func HasOwner() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighbors(s, step) }) } @@ -1285,9 +1280,6 @@ func HasOwner() predicate.CustomTypeEnum { func HasOwnerWith(preds ...predicate.Organization) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1303,9 +1295,6 @@ func HasTasks() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -1314,9 +1303,6 @@ func HasTasks() predicate.CustomTypeEnum { func HasTasksWith(preds ...predicate.Task) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1332,9 +1318,6 @@ func HasControls() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlsTable, ControlsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -1343,9 +1326,6 @@ func HasControls() predicate.CustomTypeEnum { func HasControlsWith(preds ...predicate.Control) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1361,9 +1341,6 @@ func HasSubcontrols() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolsTable, SubcontrolsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -1372,9 +1349,6 @@ func HasSubcontrols() predicate.CustomTypeEnum { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1390,9 +1364,6 @@ func HasRisks() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RisksTable, RisksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -1401,9 +1372,6 @@ func HasRisks() predicate.CustomTypeEnum { func HasRisksWith(preds ...predicate.Risk) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1419,9 +1387,6 @@ func HasRiskCategories() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RiskCategoriesTable, RiskCategoriesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -1430,9 +1395,6 @@ func HasRiskCategories() predicate.CustomTypeEnum { func HasRiskCategoriesWith(preds ...predicate.Risk) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newRiskCategoriesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1448,9 +1410,6 @@ func HasInternalPolicies() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, InternalPoliciesTable, InternalPoliciesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -1459,9 +1418,6 @@ func HasInternalPolicies() predicate.CustomTypeEnum { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1477,9 +1433,6 @@ func HasProcedures() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProceduresTable, ProceduresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -1488,9 +1441,6 @@ func HasProcedures() predicate.CustomTypeEnum { func HasProceduresWith(preds ...predicate.Procedure) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1506,9 +1456,6 @@ func HasActionPlans() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ActionPlansTable, ActionPlansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -1517,9 +1464,6 @@ func HasActionPlans() predicate.CustomTypeEnum { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1535,9 +1479,6 @@ func HasPrograms() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProgramsTable, ProgramsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -1546,9 +1487,6 @@ func HasPrograms() predicate.CustomTypeEnum { func HasProgramsWith(preds ...predicate.Program) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1564,9 +1502,6 @@ func HasPlatforms() predicate.CustomTypeEnum { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PlatformsTable, PlatformsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -1575,9 +1510,6 @@ func HasPlatforms() predicate.CustomTypeEnum { func HasPlatformsWith(preds ...predicate.Platform) predicate.CustomTypeEnum { return predicate.CustomTypeEnum(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/customtypeenum_create.go b/internal/ent/generated/customtypeenum_create.go index a22549c97d..27ba11f499 100644 --- a/internal/ent/generated/customtypeenum_create.go +++ b/internal/ent/generated/customtypeenum_create.go @@ -549,7 +549,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS _node = &CustomTypeEnum{config: _c.config} _spec = sqlgraph.NewCreateSpec(customtypeenum.Table, sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CustomTypeEnum if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -629,7 +628,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -647,7 +645,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -664,7 +661,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -681,7 +677,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -698,7 +693,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -715,7 +709,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -732,7 +725,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -749,7 +741,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -766,7 +757,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -783,7 +773,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -800,7 +789,6 @@ func (_c *CustomTypeEnumCreate) createSpec() (*CustomTypeEnum, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/customtypeenum_delete.go b/internal/ent/generated/customtypeenum_delete.go index 3aff756b3b..ef6739ee48 100644 --- a/internal/ent/generated/customtypeenum_delete.go +++ b/internal/ent/generated/customtypeenum_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/customtypeenum" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // CustomTypeEnumDelete is the builder for deleting a CustomTypeEnum entity. @@ -43,8 +41,6 @@ func (_d *CustomTypeEnumDelete) ExecX(ctx context.Context) int { func (_d *CustomTypeEnumDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(customtypeenum.Table, sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CustomTypeEnum - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/customtypeenum_query.go b/internal/ent/generated/customtypeenum_query.go index 296b0afe1c..9a355f74a3 100644 --- a/internal/ent/generated/customtypeenum_query.go +++ b/internal/ent/generated/customtypeenum_query.go @@ -26,7 +26,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -113,9 +112,6 @@ func (_q *CustomTypeEnumQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, customtypeenum.OwnerTable, customtypeenum.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.CustomTypeEnum fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -138,9 +134,6 @@ func (_q *CustomTypeEnumQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.TasksTable, customtypeenum.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -163,9 +156,6 @@ func (_q *CustomTypeEnumQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ControlsTable, customtypeenum.ControlsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -188,9 +178,6 @@ func (_q *CustomTypeEnumQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.SubcontrolsTable, customtypeenum.SubcontrolsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -213,9 +200,6 @@ func (_q *CustomTypeEnumQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.RisksTable, customtypeenum.RisksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -238,9 +222,6 @@ func (_q *CustomTypeEnumQuery) QueryRiskCategories() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.RiskCategoriesTable, customtypeenum.RiskCategoriesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -263,9 +244,6 @@ func (_q *CustomTypeEnumQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.InternalPoliciesTable, customtypeenum.InternalPoliciesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -288,9 +266,6 @@ func (_q *CustomTypeEnumQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ProceduresTable, customtypeenum.ProceduresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -313,9 +288,6 @@ func (_q *CustomTypeEnumQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ActionPlansTable, customtypeenum.ActionPlansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -338,9 +310,6 @@ func (_q *CustomTypeEnumQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.ProgramsTable, customtypeenum.ProgramsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -363,9 +332,6 @@ func (_q *CustomTypeEnumQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, customtypeenum.PlatformsTable, customtypeenum.PlatformsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -814,8 +780,6 @@ func (_q *CustomTypeEnumQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CustomTypeEnum - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1326,8 +1290,6 @@ func (_q *CustomTypeEnumQuery) loadPlatforms(ctx context.Context, query *Platfor func (_q *CustomTypeEnumQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CustomTypeEnum - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1396,9 +1358,6 @@ func (_q *CustomTypeEnumQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CustomTypeEnum) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/customtypeenum_update.go b/internal/ent/generated/customtypeenum_update.go index 7e8966d631..a0293d315d 100644 --- a/internal/ent/generated/customtypeenum_update.go +++ b/internal/ent/generated/customtypeenum_update.go @@ -23,8 +23,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // CustomTypeEnumUpdate is the builder for updating CustomTypeEnum entities. @@ -779,7 +777,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -793,7 +790,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -810,7 +806,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -824,7 +819,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -841,7 +835,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -858,7 +851,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -872,7 +864,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -889,7 +880,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -906,7 +896,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -920,7 +909,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -937,7 +925,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -954,7 +941,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -968,7 +954,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -985,7 +970,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1002,7 +986,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskCategoriesIDs(); len(nodes) > 0 && !_u.mutation.RiskCategoriesCleared() { @@ -1016,7 +999,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1033,7 +1015,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1050,7 +1031,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -1064,7 +1044,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1081,7 +1060,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1098,7 +1076,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -1112,7 +1089,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1129,7 +1105,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1146,7 +1121,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -1160,7 +1134,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1177,7 +1150,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1194,7 +1166,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -1208,7 +1179,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1225,7 +1195,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1242,7 +1211,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -1256,7 +1224,6 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1273,14 +1240,11 @@ func (_u *CustomTypeEnumUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CustomTypeEnum - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2071,7 +2035,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -2085,7 +2048,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2102,7 +2064,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2116,7 +2077,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2133,7 +2093,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2150,7 +2109,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2164,7 +2122,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2181,7 +2138,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2198,7 +2154,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2212,7 +2167,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2229,7 +2183,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2246,7 +2199,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2260,7 +2212,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2277,7 +2228,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2294,7 +2244,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskCategoriesIDs(); len(nodes) > 0 && !_u.mutation.RiskCategoriesCleared() { @@ -2308,7 +2257,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2325,7 +2273,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2342,7 +2289,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2356,7 +2302,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2373,7 +2318,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2390,7 +2334,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2404,7 +2347,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2421,7 +2363,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2438,7 +2379,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2452,7 +2392,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2469,7 +2408,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2486,7 +2424,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2500,7 +2437,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2517,7 +2453,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2534,7 +2469,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2548,7 +2482,6 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2565,14 +2498,11 @@ func (_u *CustomTypeEnumUpdateOne) sqlSave(ctx context.Context) (_node *CustomTy IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.CustomTypeEnum - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &CustomTypeEnum{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/directoryaccount/where.go b/internal/ent/generated/directoryaccount/where.go index 7abeeef114..dbbac71678 100644 --- a/internal/ent/generated/directoryaccount/where.go +++ b/internal/ent/generated/directoryaccount/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -3165,9 +3163,6 @@ func HasOwner() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3176,9 +3171,6 @@ func HasOwner() predicate.DirectoryAccount { func HasOwnerWith(preds ...predicate.Organization) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3194,9 +3186,6 @@ func HasEnvironment() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3205,9 +3194,6 @@ func HasEnvironment() predicate.DirectoryAccount { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3223,9 +3209,6 @@ func HasScope() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3234,9 +3217,6 @@ func HasScope() predicate.DirectoryAccount { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3252,9 +3232,6 @@ func HasIntegration() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3263,9 +3240,6 @@ func HasIntegration() predicate.DirectoryAccount { func HasIntegrationWith(preds ...predicate.Integration) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3281,9 +3255,6 @@ func HasDirectorySyncRun() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, DirectorySyncRunTable, DirectorySyncRunColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3292,9 +3263,6 @@ func HasDirectorySyncRun() predicate.DirectoryAccount { func HasDirectorySyncRunWith(preds ...predicate.DirectorySyncRun) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newDirectorySyncRunStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3310,9 +3278,6 @@ func HasPlatform() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3321,9 +3286,6 @@ func HasPlatform() predicate.DirectoryAccount { func HasPlatformWith(preds ...predicate.Platform) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3339,9 +3301,6 @@ func HasIdentityHolder() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IdentityHolderTable, IdentityHolderColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3350,9 +3309,6 @@ func HasIdentityHolder() predicate.DirectoryAccount { func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newIdentityHolderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3368,9 +3324,6 @@ func HasAvatarFile() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AvatarFileTable, AvatarFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -3379,9 +3332,6 @@ func HasAvatarFile() predicate.DirectoryAccount { func HasAvatarFileWith(preds ...predicate.File) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newAvatarFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3397,9 +3347,6 @@ func HasGroups() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -3408,9 +3355,6 @@ func HasGroups() predicate.DirectoryAccount { func HasGroupsWith(preds ...predicate.DirectoryGroup) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3426,9 +3370,6 @@ func HasFindings() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts sqlgraph.HasNeighbors(s, step) }) } @@ -3437,9 +3378,6 @@ func HasFindings() predicate.DirectoryAccount { func HasFindingsWith(preds ...predicate.Finding) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3455,9 +3393,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3466,9 +3401,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryAccount { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3484,9 +3416,6 @@ func HasMemberships() predicate.DirectoryAccount { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, MembershipsTable, MembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -3495,9 +3424,6 @@ func HasMemberships() predicate.DirectoryAccount { func HasMembershipsWith(preds ...predicate.DirectoryMembership) predicate.DirectoryAccount { return predicate.DirectoryAccount(func(s *sql.Selector) { step := newMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/directoryaccount_create.go b/internal/ent/generated/directoryaccount_create.go index 17f6b81131..7c5b10640b 100644 --- a/internal/ent/generated/directoryaccount_create.go +++ b/internal/ent/generated/directoryaccount_create.go @@ -1001,7 +1001,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre _node = &DirectoryAccount{config: _c.config} _spec = sqlgraph.NewCreateSpec(directoryaccount.Table, sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DirectoryAccount if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1177,7 +1176,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1195,7 +1193,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1213,7 +1210,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1231,7 +1227,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1249,7 +1244,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1267,7 +1261,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1285,7 +1278,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1303,7 +1295,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1321,7 +1312,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1345,7 +1335,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1362,7 +1351,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1379,7 +1367,6 @@ func (_c *DirectoryAccountCreate) createSpec() (*DirectoryAccount, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/directoryaccount_delete.go b/internal/ent/generated/directoryaccount_delete.go index dc45a4fbff..668df6b8c2 100644 --- a/internal/ent/generated/directoryaccount_delete.go +++ b/internal/ent/generated/directoryaccount_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/directoryaccount" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DirectoryAccountDelete is the builder for deleting a DirectoryAccount entity. @@ -43,8 +41,6 @@ func (_d *DirectoryAccountDelete) ExecX(ctx context.Context) int { func (_d *DirectoryAccountDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(directoryaccount.Table, sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DirectoryAccount - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/directoryaccount_query.go b/internal/ent/generated/directoryaccount_query.go index 9680a6795d..b5303c2f4b 100644 --- a/internal/ent/generated/directoryaccount_query.go +++ b/internal/ent/generated/directoryaccount_query.go @@ -27,7 +27,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -108,9 +107,6 @@ func (_q *DirectoryAccountQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.OwnerTable, directoryaccount.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -133,9 +129,6 @@ func (_q *DirectoryAccountQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.EnvironmentTable, directoryaccount.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -158,9 +151,6 @@ func (_q *DirectoryAccountQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.ScopeTable, directoryaccount.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -183,9 +173,6 @@ func (_q *DirectoryAccountQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.IntegrationTable, directoryaccount.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -208,9 +195,6 @@ func (_q *DirectoryAccountQuery) QueryDirectorySyncRun() *DirectorySyncRunQuery sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.DirectorySyncRunTable, directoryaccount.DirectorySyncRunColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -233,9 +217,6 @@ func (_q *DirectoryAccountQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.PlatformTable, directoryaccount.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -258,9 +239,6 @@ func (_q *DirectoryAccountQuery) QueryIdentityHolder() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directoryaccount.IdentityHolderTable, directoryaccount.IdentityHolderColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -283,9 +261,6 @@ func (_q *DirectoryAccountQuery) QueryAvatarFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directoryaccount.AvatarFileTable, directoryaccount.AvatarFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -308,9 +283,6 @@ func (_q *DirectoryAccountQuery) QueryGroups() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, directoryaccount.GroupsTable, directoryaccount.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -333,9 +305,6 @@ func (_q *DirectoryAccountQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, directoryaccount.FindingsTable, directoryaccount.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -358,9 +327,6 @@ func (_q *DirectoryAccountQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQue sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directoryaccount.WorkflowObjectRefsTable, directoryaccount.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -383,9 +349,6 @@ func (_q *DirectoryAccountQuery) QueryMemberships() *DirectoryMembershipQuery { sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directoryaccount.MembershipsTable, directoryaccount.MembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -843,8 +806,6 @@ func (_q *DirectoryAccountQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DirectoryAccount - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1224,7 +1185,6 @@ func (_q *DirectoryAccountQuery) loadGroups(ctx context.Context, query *Director } query.Where(func(s *sql.Selector) { joinT := sql.Table(directoryaccount.GroupsTable) - joinT.Schema(_q.schemaConfig.DirectoryMembership) s.Join(joinT).On(s.C(directorygroup.FieldID), joinT.C(directoryaccount.GroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(directoryaccount.GroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1286,7 +1246,6 @@ func (_q *DirectoryAccountQuery) loadFindings(ctx context.Context, query *Findin } query.Where(func(s *sql.Selector) { joinT := sql.Table(directoryaccount.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingDirectoryAccounts) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(directoryaccount.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(directoryaccount.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1399,8 +1358,6 @@ func (_q *DirectoryAccountQuery) loadMemberships(ctx context.Context, query *Dir func (_q *DirectoryAccountQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DirectoryAccount - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1490,9 +1447,6 @@ func (_q *DirectoryAccountQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DirectoryAccount) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/directoryaccount_update.go b/internal/ent/generated/directoryaccount_update.go index 13b7f7076d..98411c4d0f 100644 --- a/internal/ent/generated/directoryaccount_update.go +++ b/internal/ent/generated/directoryaccount_update.go @@ -22,8 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/identityholder" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DirectoryAccountUpdate is the builder for updating DirectoryAccount entities. @@ -1295,7 +1293,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1309,7 +1306,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1326,7 +1322,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1340,7 +1335,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1357,7 +1351,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -1371,7 +1364,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1388,7 +1380,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -1402,7 +1393,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1419,7 +1409,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership createE := &DirectoryMembershipCreate{config: _u.config, mutation: newDirectoryMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -1440,7 +1429,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1464,7 +1452,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1488,7 +1475,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -1502,7 +1488,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1519,7 +1504,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1536,7 +1520,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1550,7 +1533,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1567,7 +1549,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1584,7 +1565,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembershipsIDs(); len(nodes) > 0 && !_u.mutation.MembershipsCleared() { @@ -1598,7 +1578,6 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1615,14 +1594,11 @@ func (_u *DirectoryAccountUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryAccount - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2930,7 +2906,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2944,7 +2919,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2961,7 +2935,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2975,7 +2948,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2992,7 +2964,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -3006,7 +2977,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3023,7 +2993,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -3037,7 +3006,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3054,7 +3022,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership createE := &DirectoryMembershipCreate{config: _u.config, mutation: newDirectoryMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -3075,7 +3042,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3099,7 +3065,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3123,7 +3088,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -3137,7 +3101,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3154,7 +3117,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3171,7 +3133,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3185,7 +3146,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3202,7 +3162,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3219,7 +3178,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembershipsIDs(); len(nodes) > 0 && !_u.mutation.MembershipsCleared() { @@ -3233,7 +3191,6 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3250,14 +3207,11 @@ func (_u *DirectoryAccountUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryAccount - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DirectoryAccount{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/directorygroup/where.go b/internal/ent/generated/directorygroup/where.go index d21f464257..2b5e47081e 100644 --- a/internal/ent/generated/directorygroup/where.go +++ b/internal/ent/generated/directorygroup/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2250,9 +2248,6 @@ func HasOwner() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2261,9 +2256,6 @@ func HasOwner() predicate.DirectoryGroup { func HasOwnerWith(preds ...predicate.Organization) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2279,9 +2271,6 @@ func HasEnvironment() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2290,9 +2279,6 @@ func HasEnvironment() predicate.DirectoryGroup { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2308,9 +2294,6 @@ func HasScope() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2319,9 +2302,6 @@ func HasScope() predicate.DirectoryGroup { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2337,9 +2317,6 @@ func HasIntegration() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2348,9 +2325,6 @@ func HasIntegration() predicate.DirectoryGroup { func HasIntegrationWith(preds ...predicate.Integration) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2366,9 +2340,6 @@ func HasDirectorySyncRun() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, DirectorySyncRunTable, DirectorySyncRunColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2377,9 +2348,6 @@ func HasDirectorySyncRun() predicate.DirectoryGroup { func HasDirectorySyncRunWith(preds ...predicate.DirectorySyncRun) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newDirectorySyncRunStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2395,9 +2363,6 @@ func HasPlatform() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2406,9 +2371,6 @@ func HasPlatform() predicate.DirectoryGroup { func HasPlatformWith(preds ...predicate.Platform) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2424,9 +2386,6 @@ func HasAccounts() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, AccountsTable, AccountsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2435,9 +2394,6 @@ func HasAccounts() predicate.DirectoryGroup { func HasAccountsWith(preds ...predicate.DirectoryAccount) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2453,9 +2409,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2464,9 +2417,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryGroup { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2482,9 +2432,6 @@ func HasMembers() predicate.DirectoryGroup { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, MembersTable, MembersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2493,9 +2440,6 @@ func HasMembers() predicate.DirectoryGroup { func HasMembersWith(preds ...predicate.DirectoryMembership) predicate.DirectoryGroup { return predicate.DirectoryGroup(func(s *sql.Selector) { step := newMembersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/directorygroup_create.go b/internal/ent/generated/directorygroup_create.go index 85061e2107..2308e34e9f 100644 --- a/internal/ent/generated/directorygroup_create.go +++ b/internal/ent/generated/directorygroup_create.go @@ -748,7 +748,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS _node = &DirectoryGroup{config: _c.config} _spec = sqlgraph.NewCreateSpec(directorygroup.Table, sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DirectoryGroup if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -880,7 +879,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -898,7 +896,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -916,7 +913,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -934,7 +930,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -952,7 +947,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -970,7 +964,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -988,7 +981,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1012,7 +1004,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1029,7 +1020,6 @@ func (_c *DirectoryGroupCreate) createSpec() (*DirectoryGroup, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/directorygroup_delete.go b/internal/ent/generated/directorygroup_delete.go index cf2208eea2..4b706490d4 100644 --- a/internal/ent/generated/directorygroup_delete.go +++ b/internal/ent/generated/directorygroup_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/directorygroup" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DirectoryGroupDelete is the builder for deleting a DirectoryGroup entity. @@ -43,8 +41,6 @@ func (_d *DirectoryGroupDelete) ExecX(ctx context.Context) int { func (_d *DirectoryGroupDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(directorygroup.Table, sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DirectoryGroup - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/directorygroup_query.go b/internal/ent/generated/directorygroup_query.go index 6a0cfab3d1..f6141a1e3d 100644 --- a/internal/ent/generated/directorygroup_query.go +++ b/internal/ent/generated/directorygroup_query.go @@ -24,7 +24,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -101,9 +100,6 @@ func (_q *DirectoryGroupQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.OwnerTable, directorygroup.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -126,9 +122,6 @@ func (_q *DirectoryGroupQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorygroup.EnvironmentTable, directorygroup.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -151,9 +144,6 @@ func (_q *DirectoryGroupQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorygroup.ScopeTable, directorygroup.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -176,9 +166,6 @@ func (_q *DirectoryGroupQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.IntegrationTable, directorygroup.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -201,9 +188,6 @@ func (_q *DirectoryGroupQuery) QueryDirectorySyncRun() *DirectorySyncRunQuery { sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.DirectorySyncRunTable, directorygroup.DirectorySyncRunColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -226,9 +210,6 @@ func (_q *DirectoryGroupQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorygroup.PlatformTable, directorygroup.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -251,9 +232,6 @@ func (_q *DirectoryGroupQuery) QueryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, directorygroup.AccountsTable, directorygroup.AccountsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -276,9 +254,6 @@ func (_q *DirectoryGroupQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorygroup.WorkflowObjectRefsTable, directorygroup.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -301,9 +276,6 @@ func (_q *DirectoryGroupQuery) QueryMembers() *DirectoryMembershipQuery { sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorygroup.MembersTable, directorygroup.MembersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -722,8 +694,6 @@ func (_q *DirectoryGroupQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DirectoryGroup - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1011,7 +981,6 @@ func (_q *DirectoryGroupQuery) loadAccounts(ctx context.Context, query *Director } query.Where(func(s *sql.Selector) { joinT := sql.Table(directorygroup.AccountsTable) - joinT.Schema(_q.schemaConfig.DirectoryMembership) s.Join(joinT).On(s.C(directoryaccount.FieldID), joinT.C(directorygroup.AccountsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(directorygroup.AccountsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1124,8 +1093,6 @@ func (_q *DirectoryGroupQuery) loadMembers(ctx context.Context, query *Directory func (_q *DirectoryGroupQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DirectoryGroup - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1209,9 +1176,6 @@ func (_q *DirectoryGroupQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DirectoryGroup) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/directorygroup_update.go b/internal/ent/generated/directorygroup_update.go index 360997623c..d01e24e04b 100644 --- a/internal/ent/generated/directorygroup_update.go +++ b/internal/ent/generated/directorygroup_update.go @@ -20,8 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DirectoryGroupUpdate is the builder for updating DirectoryGroup entities. @@ -938,7 +936,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -952,7 +949,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -969,7 +965,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -983,7 +978,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1000,7 +994,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1014,7 +1007,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1031,7 +1023,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership createE := &DirectoryMembershipCreate{config: _u.config, mutation: newDirectoryMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -1052,7 +1043,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1076,7 +1066,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1100,7 +1089,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1114,7 +1102,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1131,7 +1118,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1148,7 +1134,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -1162,7 +1147,6 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1179,14 +1163,11 @@ func (_u *DirectoryGroupUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryGroup - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2139,7 +2120,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -2153,7 +2133,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2170,7 +2149,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2184,7 +2162,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2201,7 +2178,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2215,7 +2191,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2232,7 +2207,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership createE := &DirectoryMembershipCreate{config: _u.config, mutation: newDirectoryMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2253,7 +2227,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2277,7 +2250,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2301,7 +2273,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2315,7 +2286,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2332,7 +2302,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2349,7 +2318,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -2363,7 +2331,6 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2380,14 +2347,11 @@ func (_u *DirectoryGroupUpdateOne) sqlSave(ctx context.Context) (_node *Director IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryGroup - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DirectoryGroup{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/directorymembership/where.go b/internal/ent/generated/directorymembership/where.go index f688a0418f..3f86d33b34 100644 --- a/internal/ent/generated/directorymembership/where.go +++ b/internal/ent/generated/directorymembership/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1890,9 +1888,6 @@ func HasOwner() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1901,9 +1896,6 @@ func HasOwner() predicate.DirectoryMembership { func HasOwnerWith(preds ...predicate.Organization) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1919,9 +1911,6 @@ func HasEnvironment() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1930,9 +1919,6 @@ func HasEnvironment() predicate.DirectoryMembership { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1948,9 +1934,6 @@ func HasScope() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1959,9 +1942,6 @@ func HasScope() predicate.DirectoryMembership { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1977,9 +1957,6 @@ func HasIntegration() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1988,9 +1965,6 @@ func HasIntegration() predicate.DirectoryMembership { func HasIntegrationWith(preds ...predicate.Integration) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2006,9 +1980,6 @@ func HasDirectorySyncRun() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, DirectorySyncRunTable, DirectorySyncRunColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2017,9 +1988,6 @@ func HasDirectorySyncRun() predicate.DirectoryMembership { func HasDirectorySyncRunWith(preds ...predicate.DirectorySyncRun) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newDirectorySyncRunStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2035,9 +2003,6 @@ func HasPlatform() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2046,9 +2011,6 @@ func HasPlatform() predicate.DirectoryMembership { func HasPlatformWith(preds ...predicate.Platform) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2064,9 +2026,6 @@ func HasDirectoryAccount() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DirectoryAccountTable, DirectoryAccountColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2075,9 +2034,6 @@ func HasDirectoryAccount() predicate.DirectoryMembership { func HasDirectoryAccountWith(preds ...predicate.DirectoryAccount) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newDirectoryAccountStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2093,9 +2049,6 @@ func HasDirectoryGroup() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DirectoryGroupTable, DirectoryGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2104,9 +2057,6 @@ func HasDirectoryGroup() predicate.DirectoryMembership { func HasDirectoryGroupWith(preds ...predicate.DirectoryGroup) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newDirectoryGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2122,9 +2072,6 @@ func HasEvents() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EventsTable, EventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event sqlgraph.HasNeighbors(s, step) }) } @@ -2133,9 +2080,6 @@ func HasEvents() predicate.DirectoryMembership { func HasEventsWith(preds ...predicate.Event) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2151,9 +2095,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2162,9 +2103,6 @@ func HasWorkflowObjectRefs() predicate.DirectoryMembership { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.DirectoryMembership { return predicate.DirectoryMembership(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/directorymembership_create.go b/internal/ent/generated/directorymembership_create.go index 6c1860c672..4493a51335 100644 --- a/internal/ent/generated/directorymembership_create.go +++ b/internal/ent/generated/directorymembership_create.go @@ -619,7 +619,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra _node = &DirectoryMembership{config: _c.config} _spec = sqlgraph.NewCreateSpec(directorymembership.Table, sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DirectoryMembership if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -711,7 +710,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -729,7 +727,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -747,7 +744,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -765,7 +761,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -783,7 +778,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -801,7 +795,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -819,7 +812,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -837,7 +829,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -855,7 +846,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -872,7 +862,6 @@ func (_c *DirectoryMembershipCreate) createSpec() (*DirectoryMembership, *sqlgra IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/directorymembership_delete.go b/internal/ent/generated/directorymembership_delete.go index 911ee0e165..aabf1ef00a 100644 --- a/internal/ent/generated/directorymembership_delete.go +++ b/internal/ent/generated/directorymembership_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/directorymembership" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DirectoryMembershipDelete is the builder for deleting a DirectoryMembership entity. @@ -43,8 +41,6 @@ func (_d *DirectoryMembershipDelete) ExecX(ctx context.Context) int { func (_d *DirectoryMembershipDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(directorymembership.Table, sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DirectoryMembership - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/directorymembership_query.go b/internal/ent/generated/directorymembership_query.go index 87f3ff0b85..f708bffae6 100644 --- a/internal/ent/generated/directorymembership_query.go +++ b/internal/ent/generated/directorymembership_query.go @@ -25,7 +25,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -102,9 +101,6 @@ func (_q *DirectoryMembershipQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.OwnerTable, directorymembership.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -127,9 +123,6 @@ func (_q *DirectoryMembershipQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.EnvironmentTable, directorymembership.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -152,9 +145,6 @@ func (_q *DirectoryMembershipQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.ScopeTable, directorymembership.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -177,9 +167,6 @@ func (_q *DirectoryMembershipQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.IntegrationTable, directorymembership.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -202,9 +189,6 @@ func (_q *DirectoryMembershipQuery) QueryDirectorySyncRun() *DirectorySyncRunQue sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.DirectorySyncRunTable, directorymembership.DirectorySyncRunColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -227,9 +211,6 @@ func (_q *DirectoryMembershipQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorymembership.PlatformTable, directorymembership.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -252,9 +233,6 @@ func (_q *DirectoryMembershipQuery) QueryDirectoryAccount() *DirectoryAccountQue sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.DirectoryAccountTable, directorymembership.DirectoryAccountColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -277,9 +255,6 @@ func (_q *DirectoryMembershipQuery) QueryDirectoryGroup() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorymembership.DirectoryGroupTable, directorymembership.DirectoryGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -302,9 +277,6 @@ func (_q *DirectoryMembershipQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorymembership.EventsTable, directorymembership.EventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -327,9 +299,6 @@ func (_q *DirectoryMembershipQuery) QueryWorkflowObjectRefs() *WorkflowObjectRef sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, directorymembership.WorkflowObjectRefsTable, directorymembership.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -761,8 +730,6 @@ func (_q *DirectoryMembershipQuery) sqlAll(ctx context.Context, hooks ...queryHo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DirectoryMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1158,8 +1125,6 @@ func (_q *DirectoryMembershipQuery) loadWorkflowObjectRefs(ctx context.Context, func (_q *DirectoryMembershipQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DirectoryMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1249,9 +1214,6 @@ func (_q *DirectoryMembershipQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DirectoryMembership) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/directorymembership_update.go b/internal/ent/generated/directorymembership_update.go index 1b74e431ec..78a4686c5c 100644 --- a/internal/ent/generated/directorymembership_update.go +++ b/internal/ent/generated/directorymembership_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DirectoryMembershipUpdate is the builder for updating DirectoryMembership entities. @@ -684,7 +682,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -698,7 +695,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -715,7 +711,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -729,7 +724,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -746,7 +740,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -760,7 +753,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -777,7 +769,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -791,7 +782,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -808,7 +798,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -825,7 +814,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -839,7 +827,6 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -856,14 +843,11 @@ func (_u *DirectoryMembershipUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1564,7 +1548,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1578,7 +1561,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1595,7 +1577,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1609,7 +1590,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1626,7 +1606,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1640,7 +1619,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1657,7 +1635,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1671,7 +1648,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1688,7 +1664,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1705,7 +1680,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1719,7 +1693,6 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1736,14 +1709,11 @@ func (_u *DirectoryMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Dir IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectoryMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DirectoryMembership{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/directorysyncrun/where.go b/internal/ent/generated/directorysyncrun/where.go index 766a8d6918..d6a0ff8049 100644 --- a/internal/ent/generated/directorysyncrun/where.go +++ b/internal/ent/generated/directorysyncrun/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1595,9 +1593,6 @@ func HasOwner() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -1606,9 +1601,6 @@ func HasOwner() predicate.DirectorySyncRun { func HasOwnerWith(preds ...predicate.Organization) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1624,9 +1616,6 @@ func HasEnvironment() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -1635,9 +1624,6 @@ func HasEnvironment() predicate.DirectorySyncRun { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1653,9 +1639,6 @@ func HasScope() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -1664,9 +1647,6 @@ func HasScope() predicate.DirectorySyncRun { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1682,9 +1662,6 @@ func HasIntegration() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -1693,9 +1670,6 @@ func HasIntegration() predicate.DirectorySyncRun { func HasIntegrationWith(preds ...predicate.Integration) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1711,9 +1685,6 @@ func HasPlatform() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -1722,9 +1693,6 @@ func HasPlatform() predicate.DirectorySyncRun { func HasPlatformWith(preds ...predicate.Platform) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1740,9 +1708,6 @@ func HasDirectoryAccounts() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountsTable, DirectoryAccountsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -1751,9 +1716,6 @@ func HasDirectoryAccounts() predicate.DirectorySyncRun { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1769,9 +1731,6 @@ func HasDirectoryGroups() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryGroupsTable, DirectoryGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -1780,9 +1739,6 @@ func HasDirectoryGroups() predicate.DirectorySyncRun { func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newDirectoryGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1798,9 +1754,6 @@ func HasDirectoryMemberships() predicate.DirectorySyncRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryMembershipsTable, DirectoryMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1809,9 +1762,6 @@ func HasDirectoryMemberships() predicate.DirectorySyncRun { func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.DirectorySyncRun { return predicate.DirectorySyncRun(func(s *sql.Selector) { step := newDirectoryMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/directorysyncrun_create.go b/internal/ent/generated/directorysyncrun_create.go index 4263c0d419..cf8ae685b9 100644 --- a/internal/ent/generated/directorysyncrun_create.go +++ b/internal/ent/generated/directorysyncrun_create.go @@ -569,7 +569,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre _node = &DirectorySyncRun{config: _c.config} _spec = sqlgraph.NewCreateSpec(directorysyncrun.Table, sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DirectorySyncRun if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -657,7 +656,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -675,7 +673,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -693,7 +690,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -711,7 +707,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -729,7 +724,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -747,7 +741,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -764,7 +757,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -781,7 +773,6 @@ func (_c *DirectorySyncRunCreate) createSpec() (*DirectorySyncRun, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/directorysyncrun_delete.go b/internal/ent/generated/directorysyncrun_delete.go index 442df8d691..165ca01dd6 100644 --- a/internal/ent/generated/directorysyncrun_delete.go +++ b/internal/ent/generated/directorysyncrun_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/directorysyncrun" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DirectorySyncRunDelete is the builder for deleting a DirectorySyncRun entity. @@ -43,8 +41,6 @@ func (_d *DirectorySyncRunDelete) ExecX(ctx context.Context) int { func (_d *DirectorySyncRunDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(directorysyncrun.Table, sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DirectorySyncRun - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/directorysyncrun_query.go b/internal/ent/generated/directorysyncrun_query.go index 05a858af75..24c0896ec2 100644 --- a/internal/ent/generated/directorysyncrun_query.go +++ b/internal/ent/generated/directorysyncrun_query.go @@ -23,7 +23,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/platform" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -99,9 +98,6 @@ func (_q *DirectorySyncRunQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.OwnerTable, directorysyncrun.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -124,9 +120,6 @@ func (_q *DirectorySyncRunQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorysyncrun.EnvironmentTable, directorysyncrun.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -149,9 +142,6 @@ func (_q *DirectorySyncRunQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, directorysyncrun.ScopeTable, directorysyncrun.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -174,9 +164,6 @@ func (_q *DirectorySyncRunQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.IntegrationTable, directorysyncrun.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -199,9 +186,6 @@ func (_q *DirectorySyncRunQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, directorysyncrun.PlatformTable, directorysyncrun.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -224,9 +208,6 @@ func (_q *DirectorySyncRunQuery) QueryDirectoryAccounts() *DirectoryAccountQuery sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryAccountsTable, directorysyncrun.DirectoryAccountsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -249,9 +230,6 @@ func (_q *DirectorySyncRunQuery) QueryDirectoryGroups() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryGroupsTable, directorysyncrun.DirectoryGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -274,9 +252,6 @@ func (_q *DirectorySyncRunQuery) QueryDirectoryMemberships() *DirectoryMembershi sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, directorysyncrun.DirectoryMembershipsTable, directorysyncrun.DirectoryMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -682,8 +657,6 @@ func (_q *DirectorySyncRunQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DirectorySyncRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1020,8 +993,6 @@ func (_q *DirectorySyncRunQuery) loadDirectoryMemberships(ctx context.Context, q func (_q *DirectorySyncRunQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DirectorySyncRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1102,9 +1073,6 @@ func (_q *DirectorySyncRunQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DirectorySyncRun) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/directorysyncrun_update.go b/internal/ent/generated/directorysyncrun_update.go index 088426b8a0..6f8fad7078 100644 --- a/internal/ent/generated/directorysyncrun_update.go +++ b/internal/ent/generated/directorysyncrun_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/directorysyncrun" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DirectorySyncRunUpdate is the builder for updating DirectorySyncRun entities. @@ -696,7 +694,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -710,7 +707,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -727,7 +723,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -741,7 +736,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -758,7 +752,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -772,7 +765,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -789,7 +781,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -803,7 +794,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -820,7 +810,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -837,7 +826,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -851,7 +839,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -868,7 +855,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -885,7 +871,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -899,7 +884,6 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -916,14 +900,11 @@ func (_u *DirectorySyncRunUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectorySyncRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1635,7 +1616,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1649,7 +1629,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1666,7 +1645,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1680,7 +1658,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1697,7 +1674,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1711,7 +1687,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1728,7 +1703,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -1742,7 +1716,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1759,7 +1732,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1776,7 +1748,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -1790,7 +1761,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1807,7 +1777,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1824,7 +1793,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -1838,7 +1806,6 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1855,14 +1822,11 @@ func (_u *DirectorySyncRunUpdateOne) sqlSave(ctx context.Context) (_node *Direct IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DirectorySyncRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DirectorySyncRun{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/discussion/where.go b/internal/ent/generated/discussion/where.go index 0df392c7a8..cbf5af9ced 100644 --- a/internal/ent/generated/discussion/where.go +++ b/internal/ent/generated/discussion/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -734,9 +732,6 @@ func HasOwner() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -745,9 +740,6 @@ func HasOwner() predicate.Discussion { func HasOwnerWith(preds ...predicate.Organization) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -763,9 +755,6 @@ func HasComments() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -774,9 +763,6 @@ func HasComments() predicate.Discussion { func HasCommentsWith(preds ...predicate.Note) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -792,9 +778,6 @@ func HasControl() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -803,9 +786,6 @@ func HasControl() predicate.Discussion { func HasControlWith(preds ...predicate.Control) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -821,9 +801,6 @@ func HasSubcontrol() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, SubcontrolTable, SubcontrolColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -832,9 +809,6 @@ func HasSubcontrol() predicate.Discussion { func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newSubcontrolStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -850,9 +824,6 @@ func HasProcedure() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ProcedureTable, ProcedureColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -861,9 +832,6 @@ func HasProcedure() predicate.Discussion { func HasProcedureWith(preds ...predicate.Procedure) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newProcedureStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -879,9 +847,6 @@ func HasRisk() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, RiskTable, RiskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -890,9 +855,6 @@ func HasRisk() predicate.Discussion { func HasRiskWith(preds ...predicate.Risk) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newRiskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -908,9 +870,6 @@ func HasInternalPolicy() predicate.Discussion { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, InternalPolicyTable, InternalPolicyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -919,9 +878,6 @@ func HasInternalPolicy() predicate.Discussion { func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.Discussion { return predicate.Discussion(func(s *sql.Selector) { step := newInternalPolicyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/discussion_create.go b/internal/ent/generated/discussion_create.go index 2938a176cd..0e59a7e9b7 100644 --- a/internal/ent/generated/discussion_create.go +++ b/internal/ent/generated/discussion_create.go @@ -402,7 +402,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { _node = &Discussion{config: _c.config} _spec = sqlgraph.NewCreateSpec(discussion.Table, sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Discussion if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -454,7 +453,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -472,7 +470,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -489,7 +486,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -507,7 +503,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -525,7 +520,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -543,7 +537,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -561,7 +554,6 @@ func (_c *DiscussionCreate) createSpec() (*Discussion, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/discussion_delete.go b/internal/ent/generated/discussion_delete.go index 6d4e9c591b..3b93622cec 100644 --- a/internal/ent/generated/discussion_delete.go +++ b/internal/ent/generated/discussion_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/discussion" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DiscussionDelete is the builder for deleting a Discussion entity. @@ -43,8 +41,6 @@ func (_d *DiscussionDelete) ExecX(ctx context.Context) int { func (_d *DiscussionDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(discussion.Table, sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Discussion - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/discussion_query.go b/internal/ent/generated/discussion_query.go index 1aac33db8f..12025c7330 100644 --- a/internal/ent/generated/discussion_query.go +++ b/internal/ent/generated/discussion_query.go @@ -23,7 +23,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -97,9 +96,6 @@ func (_q *DiscussionQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.OwnerTable, discussion.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -122,9 +118,6 @@ func (_q *DiscussionQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, discussion.CommentsTable, discussion.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -147,9 +140,6 @@ func (_q *DiscussionQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.ControlTable, discussion.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -172,9 +162,6 @@ func (_q *DiscussionQuery) QuerySubcontrol() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.SubcontrolTable, discussion.SubcontrolColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -197,9 +184,6 @@ func (_q *DiscussionQuery) QueryProcedure() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.ProcedureTable, discussion.ProcedureColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -222,9 +206,6 @@ func (_q *DiscussionQuery) QueryRisk() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.RiskTable, discussion.RiskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -247,9 +228,6 @@ func (_q *DiscussionQuery) QueryInternalPolicy() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, discussion.InternalPolicyTable, discussion.InternalPolicyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -649,8 +627,6 @@ func (_q *DiscussionQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*D node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Discussion - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -944,8 +920,6 @@ func (_q *DiscussionQuery) loadInternalPolicy(ctx context.Context, query *Intern func (_q *DiscussionQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Discussion - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1014,9 +988,6 @@ func (_q *DiscussionQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Discussion) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/discussion_update.go b/internal/ent/generated/discussion_update.go index 89cf3c911d..7b7f6a042a 100644 --- a/internal/ent/generated/discussion_update.go +++ b/internal/ent/generated/discussion_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/procedure" "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DiscussionUpdate is the builder for updating Discussion entities. @@ -442,7 +440,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -456,7 +453,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -473,7 +469,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -490,7 +485,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -504,7 +498,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -521,7 +514,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -535,7 +527,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -552,7 +543,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -566,7 +556,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -583,7 +572,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -597,7 +585,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -614,7 +601,6 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -628,14 +614,11 @@ func (_u *DiscussionUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Discussion - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1093,7 +1076,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -1107,7 +1089,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1124,7 +1105,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1141,7 +1121,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -1155,7 +1134,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1172,7 +1150,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -1186,7 +1163,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1203,7 +1179,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -1217,7 +1192,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1234,7 +1208,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -1248,7 +1221,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1265,7 +1237,6 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -1279,14 +1250,11 @@ func (_u *DiscussionUpdateOne) sqlSave(ctx context.Context) (_node *Discussion, IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Discussion - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Discussion{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/dnsverification/where.go b/internal/ent/generated/dnsverification/where.go index 6627505a5e..a74e616892 100644 --- a/internal/ent/generated/dnsverification/where.go +++ b/internal/ent/generated/dnsverification/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1240,9 +1238,6 @@ func HasOwner() predicate.DNSVerification { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DNSVerification sqlgraph.HasNeighbors(s, step) }) } @@ -1251,9 +1246,6 @@ func HasOwner() predicate.DNSVerification { func HasOwnerWith(preds ...predicate.Organization) predicate.DNSVerification { return predicate.DNSVerification(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DNSVerification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1269,9 +1261,6 @@ func HasCustomDomains() predicate.DNSVerification { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomDomainsTable, CustomDomainsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -1280,9 +1269,6 @@ func HasCustomDomains() predicate.DNSVerification { func HasCustomDomainsWith(preds ...predicate.CustomDomain) predicate.DNSVerification { return predicate.DNSVerification(func(s *sql.Selector) { step := newCustomDomainsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/dnsverification_create.go b/internal/ent/generated/dnsverification_create.go index bfd53be224..59f308427b 100644 --- a/internal/ent/generated/dnsverification_create.go +++ b/internal/ent/generated/dnsverification_create.go @@ -443,7 +443,6 @@ func (_c *DNSVerificationCreate) createSpec() (*DNSVerification, *sqlgraph.Creat _node = &DNSVerification{config: _c.config} _spec = sqlgraph.NewCreateSpec(dnsverification.Table, sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DNSVerification if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -527,7 +526,6 @@ func (_c *DNSVerificationCreate) createSpec() (*DNSVerification, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -545,7 +543,6 @@ func (_c *DNSVerificationCreate) createSpec() (*DNSVerification, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/dnsverification_delete.go b/internal/ent/generated/dnsverification_delete.go index fa64b2c28a..c760ea2d9f 100644 --- a/internal/ent/generated/dnsverification_delete.go +++ b/internal/ent/generated/dnsverification_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/dnsverification" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DNSVerificationDelete is the builder for deleting a DNSVerification entity. @@ -43,8 +41,6 @@ func (_d *DNSVerificationDelete) ExecX(ctx context.Context) int { func (_d *DNSVerificationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(dnsverification.Table, sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DNSVerification - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/dnsverification_query.go b/internal/ent/generated/dnsverification_query.go index f6c4766df4..36333fa14b 100644 --- a/internal/ent/generated/dnsverification_query.go +++ b/internal/ent/generated/dnsverification_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *DNSVerificationQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, dnsverification.OwnerTable, dnsverification.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DNSVerification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *DNSVerificationQuery) QueryCustomDomains() *CustomDomainQuery { sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, dnsverification.CustomDomainsTable, dnsverification.CustomDomainsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *DNSVerificationQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DNSVerification - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -546,8 +537,6 @@ func (_q *DNSVerificationQuery) loadCustomDomains(ctx context.Context, query *Cu func (_q *DNSVerificationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DNSVerification - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -616,9 +605,6 @@ func (_q *DNSVerificationQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DNSVerification) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/dnsverification_update.go b/internal/ent/generated/dnsverification_update.go index a343e371da..87553d58d6 100644 --- a/internal/ent/generated/dnsverification_update.go +++ b/internal/ent/generated/dnsverification_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/dnsverification" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DNSVerificationUpdate is the builder for updating DNSVerification entities. @@ -552,7 +550,6 @@ func (_u *DNSVerificationUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -566,7 +563,6 @@ func (_u *DNSVerificationUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -583,7 +579,6 @@ func (_u *DNSVerificationUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -597,7 +592,6 @@ func (_u *DNSVerificationUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -614,14 +608,11 @@ func (_u *DNSVerificationUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DNSVerification - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1191,7 +1182,6 @@ func (_u *DNSVerificationUpdateOne) sqlSave(ctx context.Context) (_node *DNSVeri IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1205,7 +1195,6 @@ func (_u *DNSVerificationUpdateOne) sqlSave(ctx context.Context) (_node *DNSVeri IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1222,7 +1211,6 @@ func (_u *DNSVerificationUpdateOne) sqlSave(ctx context.Context) (_node *DNSVeri IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -1236,7 +1224,6 @@ func (_u *DNSVerificationUpdateOne) sqlSave(ctx context.Context) (_node *DNSVeri IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1253,14 +1240,11 @@ func (_u *DNSVerificationUpdateOne) sqlSave(ctx context.Context) (_node *DNSVeri IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DNSVerification - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DNSVerification{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/documentdata/where.go b/internal/ent/generated/documentdata/where.go index 10eb87cf40..948982098c 100644 --- a/internal/ent/generated/documentdata/where.go +++ b/internal/ent/generated/documentdata/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1049,9 +1047,6 @@ func HasOwner() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -1060,9 +1055,6 @@ func HasOwner() predicate.DocumentData { func HasOwnerWith(preds ...predicate.Organization) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1078,9 +1070,6 @@ func HasEnvironment() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -1089,9 +1078,6 @@ func HasEnvironment() predicate.DocumentData { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1107,9 +1093,6 @@ func HasScope() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -1118,9 +1101,6 @@ func HasScope() predicate.DocumentData { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1136,9 +1116,6 @@ func HasTemplate() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TemplateTable, TemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -1147,9 +1124,6 @@ func HasTemplate() predicate.DocumentData { func HasTemplateWith(preds ...predicate.Template) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1165,9 +1139,6 @@ func HasEntities() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityDocuments sqlgraph.HasNeighbors(s, step) }) } @@ -1176,9 +1147,6 @@ func HasEntities() predicate.DocumentData { func HasEntitiesWith(preds ...predicate.Entity) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityDocuments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1194,9 +1162,6 @@ func HasFiles() predicate.DocumentData { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DocumentDataFiles sqlgraph.HasNeighbors(s, step) }) } @@ -1205,9 +1170,6 @@ func HasFiles() predicate.DocumentData { func HasFilesWith(preds ...predicate.File) predicate.DocumentData { return predicate.DocumentData(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DocumentDataFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/documentdata_create.go b/internal/ent/generated/documentdata_create.go index c07b0dc662..da2e0e165d 100644 --- a/internal/ent/generated/documentdata_create.go +++ b/internal/ent/generated/documentdata_create.go @@ -389,7 +389,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) _node = &DocumentData{config: _c.config} _spec = sqlgraph.NewCreateSpec(documentdata.Table, sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DocumentData if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -449,7 +448,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -467,7 +465,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -485,7 +482,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -503,7 +499,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -521,7 +516,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -538,7 +532,6 @@ func (_c *DocumentDataCreate) createSpec() (*DocumentData, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/documentdata_delete.go b/internal/ent/generated/documentdata_delete.go index fa1f60637a..e9d272dfe4 100644 --- a/internal/ent/generated/documentdata_delete.go +++ b/internal/ent/generated/documentdata_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/documentdata" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // DocumentDataDelete is the builder for deleting a DocumentData entity. @@ -43,8 +41,6 @@ func (_d *DocumentDataDelete) ExecX(ctx context.Context) int { func (_d *DocumentDataDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(documentdata.Table, sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DocumentData - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/documentdata_query.go b/internal/ent/generated/documentdata_query.go index 6cda09a8e4..150a21d50e 100644 --- a/internal/ent/generated/documentdata_query.go +++ b/internal/ent/generated/documentdata_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/template" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -94,9 +93,6 @@ func (_q *DocumentDataQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, documentdata.OwnerTable, documentdata.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -119,9 +115,6 @@ func (_q *DocumentDataQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, documentdata.EnvironmentTable, documentdata.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -144,9 +137,6 @@ func (_q *DocumentDataQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, documentdata.ScopeTable, documentdata.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -169,9 +159,6 @@ func (_q *DocumentDataQuery) QueryTemplate() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, documentdata.TemplateTable, documentdata.TemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -194,9 +181,6 @@ func (_q *DocumentDataQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, documentdata.EntitiesTable, documentdata.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityDocuments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -219,9 +203,6 @@ func (_q *DocumentDataQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, documentdata.FilesTable, documentdata.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.DocumentDataFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -601,8 +582,6 @@ func (_q *DocumentDataQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DocumentData - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -804,7 +783,6 @@ func (_q *DocumentDataQuery) loadEntities(ctx context.Context, query *EntityQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(documentdata.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntityDocuments) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(documentdata.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(documentdata.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -866,7 +844,6 @@ func (_q *DocumentDataQuery) loadFiles(ctx context.Context, query *FileQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(documentdata.FilesTable) - joinT.Schema(_q.schemaConfig.DocumentDataFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(documentdata.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(documentdata.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -918,8 +895,6 @@ func (_q *DocumentDataQuery) loadFiles(ctx context.Context, query *FileQuery, no func (_q *DocumentDataQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DocumentData - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -997,9 +972,6 @@ func (_q *DocumentDataQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DocumentData) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/documentdata_update.go b/internal/ent/generated/documentdata_update.go index c15e421edc..71bac0fbc6 100644 --- a/internal/ent/generated/documentdata_update.go +++ b/internal/ent/generated/documentdata_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/file" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/template" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // DocumentDataUpdate is the builder for updating DocumentData entities. @@ -492,7 +490,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -506,7 +503,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -523,7 +519,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -537,7 +532,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -554,7 +548,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -568,7 +561,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -585,7 +577,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -599,7 +590,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -616,7 +606,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -633,7 +622,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -647,7 +635,6 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -664,14 +651,11 @@ func (_u *DocumentDataUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DocumentData - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1180,7 +1164,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1194,7 +1177,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1211,7 +1193,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1225,7 +1206,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1242,7 +1222,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TemplateIDs(); len(nodes) > 0 { @@ -1256,7 +1235,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1273,7 +1251,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -1287,7 +1264,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1304,7 +1280,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1321,7 +1296,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1335,7 +1309,6 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1352,14 +1325,11 @@ func (_u *DocumentDataUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDa IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.DocumentData - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &DocumentData{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/emailtemplate/where.go b/internal/ent/generated/emailtemplate/where.go index 04dd283926..f3d0296dfa 100644 --- a/internal/ent/generated/emailtemplate/where.go +++ b/internal/ent/generated/emailtemplate/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2015,9 +2013,6 @@ func HasOwner() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2026,9 +2021,6 @@ func HasOwner() predicate.EmailTemplate { func HasOwnerWith(preds ...predicate.Organization) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2044,9 +2036,6 @@ func HasBlockedGroups() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2055,9 +2044,6 @@ func HasBlockedGroups() predicate.EmailTemplate { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2073,9 +2059,6 @@ func HasEditors() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2084,9 +2067,6 @@ func HasEditors() predicate.EmailTemplate { func HasEditorsWith(preds ...predicate.Group) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2102,9 +2082,6 @@ func HasViewers() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2113,9 +2090,6 @@ func HasViewers() predicate.EmailTemplate { func HasViewersWith(preds ...predicate.Group) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2131,9 +2105,6 @@ func HasIntegration() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2142,9 +2113,6 @@ func HasIntegration() predicate.EmailTemplate { func HasIntegrationWith(preds ...predicate.Integration) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2160,9 +2128,6 @@ func HasWorkflowDefinition() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, WorkflowDefinitionTable, WorkflowDefinitionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2171,9 +2136,6 @@ func HasWorkflowDefinition() predicate.EmailTemplate { func HasWorkflowDefinitionWith(preds ...predicate.WorkflowDefinition) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newWorkflowDefinitionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2189,9 +2151,6 @@ func HasWorkflowInstance() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, WorkflowInstanceTable, WorkflowInstanceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2200,9 +2159,6 @@ func HasWorkflowInstance() predicate.EmailTemplate { func HasWorkflowInstanceWith(preds ...predicate.WorkflowInstance) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newWorkflowInstanceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2218,9 +2174,6 @@ func HasTrustCenter() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2229,9 +2182,6 @@ func HasTrustCenter() predicate.EmailTemplate { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2247,9 +2197,6 @@ func HasCampaigns() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2258,9 +2205,6 @@ func HasCampaigns() predicate.EmailTemplate { func HasCampaignsWith(preds ...predicate.Campaign) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2276,9 +2220,6 @@ func HasNotificationTemplates() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationTemplatesTable, NotificationTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2287,9 +2228,6 @@ func HasNotificationTemplates() predicate.EmailTemplate { func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newNotificationTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2305,9 +2243,6 @@ func HasFiles() predicate.EmailTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2316,9 +2251,6 @@ func HasFiles() predicate.EmailTemplate { func HasFilesWith(preds ...predicate.File) predicate.EmailTemplate { return predicate.EmailTemplate(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/emailtemplate_create.go b/internal/ent/generated/emailtemplate_create.go index 7e1c27d7b2..2b42646400 100644 --- a/internal/ent/generated/emailtemplate_create.go +++ b/internal/ent/generated/emailtemplate_create.go @@ -722,7 +722,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe _node = &EmailTemplate{config: _c.config} _spec = sqlgraph.NewCreateSpec(emailtemplate.Table, sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EmailTemplate if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -846,7 +845,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -864,7 +862,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -881,7 +878,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -898,7 +894,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -915,7 +910,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -933,7 +927,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -951,7 +944,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -969,7 +961,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -987,7 +978,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1004,7 +994,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1021,7 +1010,6 @@ func (_c *EmailTemplateCreate) createSpec() (*EmailTemplate, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/emailtemplate_delete.go b/internal/ent/generated/emailtemplate_delete.go index 5454b32117..0718dad992 100644 --- a/internal/ent/generated/emailtemplate_delete.go +++ b/internal/ent/generated/emailtemplate_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/emailtemplate" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EmailTemplateDelete is the builder for deleting a EmailTemplate entity. @@ -43,8 +41,6 @@ func (_d *EmailTemplateDelete) ExecX(ctx context.Context) int { func (_d *EmailTemplateDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(emailtemplate.Table, sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EmailTemplate - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/emailtemplate_query.go b/internal/ent/generated/emailtemplate_query.go index f1c500a8d8..5e689f4791 100644 --- a/internal/ent/generated/emailtemplate_query.go +++ b/internal/ent/generated/emailtemplate_query.go @@ -25,7 +25,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -107,9 +106,6 @@ func (_q *EmailTemplateQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.OwnerTable, emailtemplate.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -132,9 +128,6 @@ func (_q *EmailTemplateQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.BlockedGroupsTable, emailtemplate.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -157,9 +150,6 @@ func (_q *EmailTemplateQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.EditorsTable, emailtemplate.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -182,9 +172,6 @@ func (_q *EmailTemplateQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.ViewersTable, emailtemplate.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -207,9 +194,6 @@ func (_q *EmailTemplateQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.IntegrationTable, emailtemplate.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -232,9 +216,6 @@ func (_q *EmailTemplateQuery) QueryWorkflowDefinition() *WorkflowDefinitionQuery sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.WorkflowDefinitionTable, emailtemplate.WorkflowDefinitionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -257,9 +238,6 @@ func (_q *EmailTemplateQuery) QueryWorkflowInstance() *WorkflowInstanceQuery { sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.WorkflowInstanceTable, emailtemplate.WorkflowInstanceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -282,9 +260,6 @@ func (_q *EmailTemplateQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailtemplate.TrustCenterTable, emailtemplate.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -307,9 +282,6 @@ func (_q *EmailTemplateQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.CampaignsTable, emailtemplate.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -332,9 +304,6 @@ func (_q *EmailTemplateQuery) QueryNotificationTemplates() *NotificationTemplate sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.NotificationTemplatesTable, emailtemplate.NotificationTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -357,9 +326,6 @@ func (_q *EmailTemplateQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, emailtemplate.FilesTable, emailtemplate.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -804,8 +770,6 @@ func (_q *EmailTemplateQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EmailTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1274,8 +1238,6 @@ func (_q *EmailTemplateQuery) loadFiles(ctx context.Context, query *FileQuery, n func (_q *EmailTemplateQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EmailTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1356,9 +1318,6 @@ func (_q *EmailTemplateQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EmailTemplate) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/emailtemplate_update.go b/internal/ent/generated/emailtemplate_update.go index b4790b5bdc..d43573c68c 100644 --- a/internal/ent/generated/emailtemplate_update.go +++ b/internal/ent/generated/emailtemplate_update.go @@ -22,8 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EmailTemplateUpdate is the builder for updating EmailTemplate entities. @@ -1044,7 +1042,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1058,7 +1055,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1075,7 +1071,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1092,7 +1087,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1106,7 +1100,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1123,7 +1116,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1140,7 +1132,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1154,7 +1145,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1171,7 +1161,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1188,7 +1177,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1202,7 +1190,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1219,7 +1206,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -1233,7 +1219,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1250,7 +1235,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -1264,7 +1248,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1281,7 +1264,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -1295,7 +1277,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1312,7 +1293,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -1326,7 +1306,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1343,7 +1322,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1360,7 +1338,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -1374,7 +1351,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1391,7 +1367,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1408,7 +1383,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1422,7 +1396,6 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1439,14 +1412,11 @@ func (_u *EmailTemplateUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EmailTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2503,7 +2473,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2517,7 +2486,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2534,7 +2502,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2551,7 +2518,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2565,7 +2531,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2582,7 +2547,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2599,7 +2563,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2613,7 +2576,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2630,7 +2592,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2647,7 +2608,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -2661,7 +2621,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2678,7 +2637,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -2692,7 +2650,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2709,7 +2666,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -2723,7 +2679,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2740,7 +2695,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -2754,7 +2708,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2771,7 +2724,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2785,7 +2737,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2802,7 +2753,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2819,7 +2769,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -2833,7 +2782,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2850,7 +2798,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2867,7 +2814,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2881,7 +2827,6 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2898,14 +2843,11 @@ func (_u *EmailTemplateUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemp IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EmailTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &EmailTemplate{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/emailverificationtoken/where.go b/internal/ent/generated/emailverificationtoken/where.go index 1c9eb5b254..67398aa253 100644 --- a/internal/ent/generated/emailverificationtoken/where.go +++ b/internal/ent/generated/emailverificationtoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -779,9 +777,6 @@ func HasOwner() predicate.EmailVerificationToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.EmailVerificationToken sqlgraph.HasNeighbors(s, step) }) } @@ -790,9 +785,6 @@ func HasOwner() predicate.EmailVerificationToken { func HasOwnerWith(preds ...predicate.User) predicate.EmailVerificationToken { return predicate.EmailVerificationToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.EmailVerificationToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/emailverificationtoken_create.go b/internal/ent/generated/emailverificationtoken_create.go index 21481aed11..a94c9b274a 100644 --- a/internal/ent/generated/emailverificationtoken_create.go +++ b/internal/ent/generated/emailverificationtoken_create.go @@ -281,7 +281,6 @@ func (_c *EmailVerificationTokenCreate) createSpec() (*EmailVerificationToken, * _node = &EmailVerificationToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(emailverificationtoken.Table, sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EmailVerificationToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -337,7 +336,6 @@ func (_c *EmailVerificationTokenCreate) createSpec() (*EmailVerificationToken, * IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/emailverificationtoken_delete.go b/internal/ent/generated/emailverificationtoken_delete.go index d277ac2e76..533fb29268 100644 --- a/internal/ent/generated/emailverificationtoken_delete.go +++ b/internal/ent/generated/emailverificationtoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/emailverificationtoken" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EmailVerificationTokenDelete is the builder for deleting a EmailVerificationToken entity. @@ -43,8 +41,6 @@ func (_d *EmailVerificationTokenDelete) ExecX(ctx context.Context) int { func (_d *EmailVerificationTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(emailverificationtoken.Table, sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EmailVerificationToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/emailverificationtoken_query.go b/internal/ent/generated/emailverificationtoken_query.go index b71f000615..208b215d7e 100644 --- a/internal/ent/generated/emailverificationtoken_query.go +++ b/internal/ent/generated/emailverificationtoken_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *EmailVerificationTokenQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, emailverificationtoken.OwnerTable, emailverificationtoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.EmailVerificationToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *EmailVerificationTokenQuery) sqlAll(ctx context.Context, hooks ...quer node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EmailVerificationToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *EmailVerificationTokenQuery) loadOwner(ctx context.Context, query *Use func (_q *EmailVerificationTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EmailVerificationToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *EmailVerificationTokenQuery) sqlQuery(ctx context.Context) *sql.Select if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EmailVerificationToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/emailverificationtoken_update.go b/internal/ent/generated/emailverificationtoken_update.go index 1047dd5ad7..bd20b1e9b1 100644 --- a/internal/ent/generated/emailverificationtoken_update.go +++ b/internal/ent/generated/emailverificationtoken_update.go @@ -14,8 +14,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/emailverificationtoken" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EmailVerificationTokenUpdate is the builder for updating EmailVerificationToken entities. @@ -318,7 +316,6 @@ func (_u *EmailVerificationTokenUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -332,14 +329,11 @@ func (_u *EmailVerificationTokenUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EmailVerificationToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -678,7 +672,6 @@ func (_u *EmailVerificationTokenUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -692,14 +685,11 @@ func (_u *EmailVerificationTokenUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EmailVerificationToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &EmailVerificationToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/entity/where.go b/internal/ent/generated/entity/where.go index 53d04a0e62..dbee1fed5c 100644 --- a/internal/ent/generated/entity/where.go +++ b/internal/ent/generated/entity/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -4011,9 +4009,6 @@ func HasOwner() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4022,9 +4017,6 @@ func HasOwner() predicate.Entity { func HasOwnerWith(preds ...predicate.Organization) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4040,9 +4032,6 @@ func HasBlockedGroups() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -4051,9 +4040,6 @@ func HasBlockedGroups() predicate.Entity { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4069,9 +4055,6 @@ func HasEditors() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityEditors sqlgraph.HasNeighbors(s, step) }) } @@ -4080,9 +4063,6 @@ func HasEditors() predicate.Entity { func HasEditorsWith(preds ...predicate.Group) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4098,9 +4078,6 @@ func HasInternalOwnerUser() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerUserTable, InternalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4109,9 +4086,6 @@ func HasInternalOwnerUser() predicate.Entity { func HasInternalOwnerUserWith(preds ...predicate.User) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newInternalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4127,9 +4101,6 @@ func HasInternalOwnerGroup() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerGroupTable, InternalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4138,9 +4109,6 @@ func HasInternalOwnerGroup() predicate.Entity { func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newInternalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4156,9 +4124,6 @@ func HasReviewedByUser() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByUserTable, ReviewedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4167,9 +4132,6 @@ func HasReviewedByUser() predicate.Entity { func HasReviewedByUserWith(preds ...predicate.User) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newReviewedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4185,9 +4147,6 @@ func HasReviewedByGroup() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByGroupTable, ReviewedByGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4196,9 +4155,6 @@ func HasReviewedByGroup() predicate.Entity { func HasReviewedByGroupWith(preds ...predicate.Group) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newReviewedByGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4214,9 +4170,6 @@ func HasEntityRelationshipState() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntityRelationshipStateTable, EntityRelationshipStateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4225,9 +4178,6 @@ func HasEntityRelationshipState() predicate.Entity { func HasEntityRelationshipStateWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEntityRelationshipStateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4243,9 +4193,6 @@ func HasEntitySecurityQuestionnaireStatus() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntitySecurityQuestionnaireStatusTable, EntitySecurityQuestionnaireStatusColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4254,9 +4201,6 @@ func HasEntitySecurityQuestionnaireStatus() predicate.Entity { func HasEntitySecurityQuestionnaireStatusWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEntitySecurityQuestionnaireStatusStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4272,9 +4216,6 @@ func HasEntitySourceType() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntitySourceTypeTable, EntitySourceTypeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4283,9 +4224,6 @@ func HasEntitySourceType() predicate.Entity { func HasEntitySourceTypeWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEntitySourceTypeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4301,9 +4239,6 @@ func HasEnvironment() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4312,9 +4247,6 @@ func HasEnvironment() predicate.Entity { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4330,9 +4262,6 @@ func HasScope() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4341,9 +4270,6 @@ func HasScope() predicate.Entity { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4359,9 +4285,6 @@ func HasContacts() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ContactsTable, ContactsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.EntityContacts sqlgraph.HasNeighbors(s, step) }) } @@ -4370,9 +4293,6 @@ func HasContacts() predicate.Entity { func HasContactsWith(preds ...predicate.Contact) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newContactsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.EntityContacts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4388,9 +4308,6 @@ func HasDocuments() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, DocumentsTable, DocumentsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.EntityDocuments sqlgraph.HasNeighbors(s, step) }) } @@ -4399,9 +4316,6 @@ func HasDocuments() predicate.Entity { func HasDocumentsWith(preds ...predicate.DocumentData) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newDocumentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.EntityDocuments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4417,9 +4331,6 @@ func HasNotes() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotesTable, NotesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -4428,9 +4339,6 @@ func HasNotes() predicate.Entity { func HasNotesWith(preds ...predicate.Note) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newNotesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4446,9 +4354,6 @@ func HasFiles() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EntityFiles sqlgraph.HasNeighbors(s, step) }) } @@ -4457,9 +4362,6 @@ func HasFiles() predicate.Entity { func HasFilesWith(preds ...predicate.File) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EntityFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4475,9 +4377,6 @@ func HasAssets() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.EntityAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4486,9 +4385,6 @@ func HasAssets() predicate.Entity { func HasAssetsWith(preds ...predicate.Asset) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.EntityAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4504,9 +4400,6 @@ func HasSystemDetails() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SystemDetailsTable, SystemDetailsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.EntitySystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -4515,9 +4408,6 @@ func HasSystemDetails() predicate.Entity { func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newSystemDetailsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.EntitySystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4533,9 +4423,6 @@ func HasScans() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4544,9 +4431,6 @@ func HasScans() predicate.Entity { func HasScansWith(preds ...predicate.Scan) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4562,9 +4446,6 @@ func HasCampaigns() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -4573,9 +4454,6 @@ func HasCampaigns() predicate.Entity { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4591,9 +4469,6 @@ func HasAssessmentResponses() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentResponsesTable, AssessmentResponsesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -4602,9 +4477,6 @@ func HasAssessmentResponses() predicate.Entity { func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newAssessmentResponsesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4620,9 +4492,6 @@ func HasVendorRiskScores() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorRiskScoresTable, VendorRiskScoresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -4631,9 +4500,6 @@ func HasVendorRiskScores() predicate.Entity { func HasVendorRiskScoresWith(preds ...predicate.VendorRiskScore) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newVendorRiskScoresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4649,9 +4515,6 @@ func HasIntegrations() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EntityIntegrations sqlgraph.HasNeighbors(s, step) }) } @@ -4660,9 +4523,6 @@ func HasIntegrations() predicate.Entity { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EntityIntegrations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4678,9 +4538,6 @@ func HasSubprocessors() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubprocessorsTable, SubprocessorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.EntitySubprocessors sqlgraph.HasNeighbors(s, step) }) } @@ -4689,9 +4546,6 @@ func HasSubprocessors() predicate.Entity { func HasSubprocessorsWith(preds ...predicate.Subprocessor) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newSubprocessorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.EntitySubprocessors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4707,9 +4561,6 @@ func HasAuthMethods() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AuthMethodsTable, AuthMethodsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighbors(s, step) }) } @@ -4718,9 +4569,6 @@ func HasAuthMethods() predicate.Entity { func HasAuthMethodsWith(preds ...predicate.CustomTypeEnum) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newAuthMethodsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4736,9 +4584,6 @@ func HasEmployerIdentityHolders() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, EmployerIdentityHoldersTable, EmployerIdentityHoldersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -4747,9 +4592,6 @@ func HasEmployerIdentityHolders() predicate.Entity { func HasEmployerIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEmployerIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4765,9 +4607,6 @@ func HasIdentityHolders() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4776,9 +4615,6 @@ func HasIdentityHolders() predicate.Entity { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4794,9 +4630,6 @@ func HasControls() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4805,9 +4638,6 @@ func HasControls() predicate.Entity { func HasControlsWith(preds ...predicate.Control) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4823,9 +4653,6 @@ func HasSubcontrols() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4834,9 +4661,6 @@ func HasSubcontrols() predicate.Entity { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4852,9 +4676,6 @@ func HasFindings() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4863,9 +4684,6 @@ func HasFindings() predicate.Entity { func HasFindingsWith(preds ...predicate.Finding) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4881,9 +4699,6 @@ func HasVulnerabilities() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4892,9 +4707,6 @@ func HasVulnerabilities() predicate.Entity { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4910,9 +4722,6 @@ func HasReviews() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4921,9 +4730,6 @@ func HasReviews() predicate.Entity { func HasReviewsWith(preds ...predicate.Review) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4939,9 +4745,6 @@ func HasRemediations() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4950,9 +4753,6 @@ func HasRemediations() predicate.Entity { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4968,9 +4768,6 @@ func HasPlatforms() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4979,9 +4776,6 @@ func HasPlatforms() predicate.Entity { func HasPlatformsWith(preds ...predicate.Platform) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4997,9 +4791,6 @@ func HasOutOfScopePlatforms() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OutOfScopePlatformsTable, OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors sqlgraph.HasNeighbors(s, step) }) } @@ -5008,9 +4799,6 @@ func HasOutOfScopePlatforms() predicate.Entity { func HasOutOfScopePlatformsWith(preds ...predicate.Platform) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newOutOfScopePlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5026,9 +4814,6 @@ func HasSourcePlatforms() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SourcePlatformsTable, SourcePlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSourceEntities sqlgraph.HasNeighbors(s, step) }) } @@ -5037,9 +4822,6 @@ func HasSourcePlatforms() predicate.Entity { func HasSourcePlatformsWith(preds ...predicate.Platform) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newSourcePlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSourceEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5055,9 +4837,6 @@ func HasEntityType() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntityTypeTable, EntityTypeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -5066,9 +4845,6 @@ func HasEntityType() predicate.Entity { func HasEntityTypeWith(preds ...predicate.EntityType) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newEntityTypeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5084,9 +4860,6 @@ func HasLogoFile() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, LogoFileTable, LogoFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -5095,9 +4868,6 @@ func HasLogoFile() predicate.Entity { func HasLogoFileWith(preds ...predicate.File) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newLogoFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5113,9 +4883,6 @@ func HasInternalPolicies() predicate.Entity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEntities sqlgraph.HasNeighbors(s, step) }) } @@ -5124,9 +4891,6 @@ func HasInternalPolicies() predicate.Entity { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Entity { return predicate.Entity(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/entity_create.go b/internal/ent/generated/entity_create.go index 37be80ad92..2a7f459693 100644 --- a/internal/ent/generated/entity_create.go +++ b/internal/ent/generated/entity_create.go @@ -1598,7 +1598,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { _node = &Entity{config: _c.config} _spec = sqlgraph.NewCreateSpec(entity.Table, sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Entity if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1830,7 +1829,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1848,7 +1846,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1865,7 +1862,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1882,7 +1878,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1900,7 +1895,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1918,7 +1912,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1936,7 +1929,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1954,7 +1946,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1972,7 +1963,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1990,7 +1980,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2008,7 +1997,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2026,7 +2014,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2044,7 +2031,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2061,7 +2047,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2078,7 +2063,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2095,7 +2079,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2112,7 +2095,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2129,7 +2111,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2146,7 +2127,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2163,7 +2143,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2180,7 +2159,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2197,7 +2175,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2214,7 +2191,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2231,7 +2207,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2248,7 +2223,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2265,7 +2239,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2282,7 +2255,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2299,7 +2271,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2316,7 +2287,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2333,7 +2303,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2350,7 +2319,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2367,7 +2335,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2384,7 +2351,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2401,7 +2367,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2418,7 +2383,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2435,7 +2399,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2452,7 +2415,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2470,7 +2432,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2488,7 +2449,6 @@ func (_c *EntityCreate) createSpec() (*Entity, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/entity_delete.go b/internal/ent/generated/entity_delete.go index d960a4ace9..2014356648 100644 --- a/internal/ent/generated/entity_delete.go +++ b/internal/ent/generated/entity_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/entity" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EntityDelete is the builder for deleting a Entity entity. @@ -43,8 +41,6 @@ func (_d *EntityDelete) ExecX(ctx context.Context) int { func (_d *EntityDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(entity.Table, sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Entity - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/entity_query.go b/internal/ent/generated/entity_query.go index 324950947c..83ddb2eeb2 100644 --- a/internal/ent/generated/entity_query.go +++ b/internal/ent/generated/entity_query.go @@ -42,7 +42,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -174,9 +173,6 @@ func (_q *EntityQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, entity.OwnerTable, entity.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -199,9 +195,6 @@ func (_q *EntityQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.BlockedGroupsTable, entity.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -224,9 +217,6 @@ func (_q *EntityQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.EditorsTable, entity.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.EntityEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -249,9 +239,6 @@ func (_q *EntityQuery) QueryInternalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.InternalOwnerUserTable, entity.InternalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -274,9 +261,6 @@ func (_q *EntityQuery) QueryInternalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.InternalOwnerGroupTable, entity.InternalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -299,9 +283,6 @@ func (_q *EntityQuery) QueryReviewedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ReviewedByUserTable, entity.ReviewedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -324,9 +305,6 @@ func (_q *EntityQuery) QueryReviewedByGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ReviewedByGroupTable, entity.ReviewedByGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -349,9 +327,6 @@ func (_q *EntityQuery) QueryEntityRelationshipState() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntityRelationshipStateTable, entity.EntityRelationshipStateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -374,9 +349,6 @@ func (_q *EntityQuery) QueryEntitySecurityQuestionnaireStatus() *CustomTypeEnumQ sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntitySecurityQuestionnaireStatusTable, entity.EntitySecurityQuestionnaireStatusColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,9 +371,6 @@ func (_q *EntityQuery) QueryEntitySourceType() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntitySourceTypeTable, entity.EntitySourceTypeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -424,9 +393,6 @@ func (_q *EntityQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EnvironmentTable, entity.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -449,9 +415,6 @@ func (_q *EntityQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.ScopeTable, entity.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -474,9 +437,6 @@ func (_q *EntityQuery) QueryContacts() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.ContactsTable, entity.ContactsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.EntityContacts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -499,9 +459,6 @@ func (_q *EntityQuery) QueryDocuments() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.DocumentsTable, entity.DocumentsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.EntityDocuments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -524,9 +481,6 @@ func (_q *EntityQuery) QueryNotes() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.NotesTable, entity.NotesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -549,9 +503,6 @@ func (_q *EntityQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.FilesTable, entity.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EntityFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -574,9 +525,6 @@ func (_q *EntityQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.AssetsTable, entity.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.EntityAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -599,9 +547,6 @@ func (_q *EntityQuery) QuerySystemDetails() *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.SystemDetailsTable, entity.SystemDetailsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.EntitySystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -624,9 +569,6 @@ func (_q *EntityQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ScansTable, entity.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -649,9 +591,6 @@ func (_q *EntityQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.CampaignsTable, entity.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -674,9 +613,6 @@ func (_q *EntityQuery) QueryAssessmentResponses() *AssessmentResponseQuery { sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.AssessmentResponsesTable, entity.AssessmentResponsesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -699,9 +635,6 @@ func (_q *EntityQuery) QueryVendorRiskScores() *VendorRiskScoreQuery { sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.VendorRiskScoresTable, entity.VendorRiskScoresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -724,9 +657,6 @@ func (_q *EntityQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.IntegrationsTable, entity.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.EntityIntegrations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -749,9 +679,6 @@ func (_q *EntityQuery) QuerySubprocessors() *SubprocessorQuery { sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, entity.SubprocessorsTable, entity.SubprocessorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.EntitySubprocessors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -774,9 +701,6 @@ func (_q *EntityQuery) QueryAuthMethods() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entity.AuthMethodsTable, entity.AuthMethodsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -799,9 +723,6 @@ func (_q *EntityQuery) QueryEmployerIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, entity.EmployerIdentityHoldersTable, entity.EmployerIdentityHoldersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -824,9 +745,6 @@ func (_q *EntityQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.IdentityHoldersTable, entity.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -849,9 +767,6 @@ func (_q *EntityQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ControlsTable, entity.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -874,9 +789,6 @@ func (_q *EntityQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.SubcontrolsTable, entity.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -899,9 +811,6 @@ func (_q *EntityQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.FindingsTable, entity.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -924,9 +833,6 @@ func (_q *EntityQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.VulnerabilitiesTable, entity.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -949,9 +855,6 @@ func (_q *EntityQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.ReviewsTable, entity.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -974,9 +877,6 @@ func (_q *EntityQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.RemediationsTable, entity.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -999,9 +899,6 @@ func (_q *EntityQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.PlatformsTable, entity.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1024,9 +921,6 @@ func (_q *EntityQuery) QueryOutOfScopePlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.OutOfScopePlatformsTable, entity.OutOfScopePlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1049,9 +943,6 @@ func (_q *EntityQuery) QuerySourcePlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.SourcePlatformsTable, entity.SourcePlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSourceEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1074,9 +965,6 @@ func (_q *EntityQuery) QueryEntityType() *EntityTypeQuery { sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.EntityTypeTable, entity.EntityTypeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1099,9 +987,6 @@ func (_q *EntityQuery) QueryLogoFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, entity.LogoFileTable, entity.LogoFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1124,9 +1009,6 @@ func (_q *EntityQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, entity.InternalPoliciesTable, entity.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1939,8 +1821,6 @@ func (_q *EntityQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Entit node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Entity - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2457,7 +2337,6 @@ func (_q *EntityQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.EntityBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(entity.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2519,7 +2398,6 @@ func (_q *EntityQuery) loadEditors(ctx context.Context, query *GroupQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.EditorsTable) - joinT.Schema(_q.schemaConfig.EntityEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(entity.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2842,7 +2720,6 @@ func (_q *EntityQuery) loadContacts(ctx context.Context, query *ContactQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.ContactsTable) - joinT.Schema(_q.schemaConfig.EntityContacts) s.Join(joinT).On(s.C(contact.FieldID), joinT.C(entity.ContactsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.ContactsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2904,7 +2781,6 @@ func (_q *EntityQuery) loadDocuments(ctx context.Context, query *DocumentDataQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.DocumentsTable) - joinT.Schema(_q.schemaConfig.EntityDocuments) s.Join(joinT).On(s.C(documentdata.FieldID), joinT.C(entity.DocumentsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.DocumentsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2997,7 +2873,6 @@ func (_q *EntityQuery) loadFiles(ctx context.Context, query *FileQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.FilesTable) - joinT.Schema(_q.schemaConfig.EntityFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(entity.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3059,7 +2934,6 @@ func (_q *EntityQuery) loadAssets(ctx context.Context, query *AssetQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.AssetsTable) - joinT.Schema(_q.schemaConfig.EntityAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(entity.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3121,7 +2995,6 @@ func (_q *EntityQuery) loadSystemDetails(ctx context.Context, query *SystemDetai } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.SystemDetailsTable) - joinT.Schema(_q.schemaConfig.EntitySystemDetails) s.Join(joinT).On(s.C(systemdetail.FieldID), joinT.C(entity.SystemDetailsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.SystemDetailsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3183,7 +3056,6 @@ func (_q *EntityQuery) loadScans(ctx context.Context, query *ScanQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.ScansTable) - joinT.Schema(_q.schemaConfig.ScanEntities) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(entity.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3336,7 +3208,6 @@ func (_q *EntityQuery) loadIntegrations(ctx context.Context, query *IntegrationQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.IntegrationsTable) - joinT.Schema(_q.schemaConfig.EntityIntegrations) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(entity.IntegrationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.IntegrationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3398,7 +3269,6 @@ func (_q *EntityQuery) loadSubprocessors(ctx context.Context, query *Subprocesso } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.SubprocessorsTable) - joinT.Schema(_q.schemaConfig.EntitySubprocessors) s.Join(joinT).On(s.C(subprocessor.FieldID), joinT.C(entity.SubprocessorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(entity.SubprocessorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3521,7 +3391,6 @@ func (_q *EntityQuery) loadIdentityHolders(ctx context.Context, query *IdentityH } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.IdentityHolderEntities) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(entity.IdentityHoldersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.IdentityHoldersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3583,7 +3452,6 @@ func (_q *EntityQuery) loadControls(ctx context.Context, query *ControlQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlEntities) s.Join(joinT).On(s.C(control.FieldID), joinT.C(entity.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3645,7 +3513,6 @@ func (_q *EntityQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolEntities) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(entity.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3707,7 +3574,6 @@ func (_q *EntityQuery) loadFindings(ctx context.Context, query *FindingQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingEntities) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(entity.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3769,7 +3635,6 @@ func (_q *EntityQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabi } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityEntities) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(entity.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3831,7 +3696,6 @@ func (_q *EntityQuery) loadReviews(ctx context.Context, query *ReviewQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewEntities) s.Join(joinT).On(s.C(review.FieldID), joinT.C(entity.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3893,7 +3757,6 @@ func (_q *EntityQuery) loadRemediations(ctx context.Context, query *RemediationQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationEntities) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(entity.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3955,7 +3818,6 @@ func (_q *EntityQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformEntities) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(entity.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4017,7 +3879,6 @@ func (_q *EntityQuery) loadOutOfScopePlatforms(ctx context.Context, query *Platf } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.OutOfScopePlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformOutOfScopeVendors) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(entity.OutOfScopePlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.OutOfScopePlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4079,7 +3940,6 @@ func (_q *EntityQuery) loadSourcePlatforms(ctx context.Context, query *PlatformQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.SourcePlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformSourceEntities) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(entity.SourcePlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.SourcePlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4202,7 +4062,6 @@ func (_q *EntityQuery) loadInternalPolicies(ctx context.Context, query *Internal } query.Where(func(s *sql.Selector) { joinT := sql.Table(entity.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyEntities) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(entity.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(entity.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4254,8 +4113,6 @@ func (_q *EntityQuery) loadInternalPolicies(ctx context.Context, query *Internal func (_q *EntityQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Entity - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -4357,9 +4214,6 @@ func (_q *EntityQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Entity) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/entity_update.go b/internal/ent/generated/entity_update.go index 36a25fd208..68ccbc1123 100644 --- a/internal/ent/generated/entity_update.go +++ b/internal/ent/generated/entity_update.go @@ -41,8 +41,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EntityUpdate is the builder for updating Entity entities. @@ -2875,7 +2873,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2889,7 +2886,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2906,7 +2902,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2923,7 +2918,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2937,7 +2931,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2954,7 +2947,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2971,7 +2963,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -2985,7 +2976,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3002,7 +2992,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -3016,7 +3005,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3033,7 +3021,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -3047,7 +3034,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3064,7 +3050,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -3078,7 +3063,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3095,7 +3079,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityRelationshipStateIDs(); len(nodes) > 0 { @@ -3109,7 +3092,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3126,7 +3108,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntitySecurityQuestionnaireStatusIDs(); len(nodes) > 0 { @@ -3140,7 +3121,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3157,7 +3137,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntitySourceTypeIDs(); len(nodes) > 0 { @@ -3171,7 +3150,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3188,7 +3166,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -3202,7 +3179,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3219,7 +3195,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -3233,7 +3208,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3250,7 +3224,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -3264,7 +3237,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3281,7 +3253,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3298,7 +3269,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -3312,7 +3282,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3329,7 +3298,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3346,7 +3314,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -3360,7 +3327,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3377,7 +3343,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3394,7 +3359,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -3408,7 +3372,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3425,7 +3388,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3442,7 +3404,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3456,7 +3417,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3473,7 +3433,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3490,7 +3449,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -3504,7 +3462,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3521,7 +3478,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3538,7 +3494,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3552,7 +3507,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3569,7 +3523,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3586,7 +3539,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -3600,7 +3552,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3617,7 +3568,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3634,7 +3584,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -3648,7 +3597,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3665,7 +3613,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3682,7 +3629,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -3696,7 +3642,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3713,7 +3658,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3730,7 +3674,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -3744,7 +3687,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3761,7 +3703,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3778,7 +3719,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorsCleared() { @@ -3792,7 +3732,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3809,7 +3748,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3826,7 +3764,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAuthMethodsIDs(); len(nodes) > 0 && !_u.mutation.AuthMethodsCleared() { @@ -3840,7 +3777,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3857,7 +3793,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3874,7 +3809,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmployerIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.EmployerIdentityHoldersCleared() { @@ -3888,7 +3822,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3905,7 +3838,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3922,7 +3854,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -3936,7 +3867,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3953,7 +3883,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3970,7 +3899,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -3984,7 +3912,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4001,7 +3928,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4018,7 +3944,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4032,7 +3957,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4049,7 +3973,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4066,7 +3989,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4080,7 +4002,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4097,7 +4018,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4114,7 +4034,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4128,7 +4047,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4145,7 +4063,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4162,7 +4079,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -4176,7 +4092,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4193,7 +4108,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4210,7 +4124,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -4224,7 +4137,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4241,7 +4153,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4258,7 +4169,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -4272,7 +4182,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4289,7 +4198,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4306,7 +4214,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopePlatformsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopePlatformsCleared() { @@ -4320,7 +4227,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4337,7 +4243,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4354,7 +4259,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourcePlatformsIDs(); len(nodes) > 0 && !_u.mutation.SourcePlatformsCleared() { @@ -4368,7 +4272,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4385,7 +4288,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4402,7 +4304,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityTypeIDs(); len(nodes) > 0 { @@ -4416,7 +4317,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4433,7 +4333,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -4447,7 +4346,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4464,7 +4362,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4478,7 +4375,6 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4495,14 +4391,11 @@ func (_u *EntityUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Entity - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -7371,7 +7264,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -7385,7 +7277,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7402,7 +7293,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7419,7 +7309,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -7433,7 +7322,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7450,7 +7338,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7467,7 +7354,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -7481,7 +7367,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7498,7 +7383,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -7512,7 +7396,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7529,7 +7412,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -7543,7 +7425,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7560,7 +7441,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -7574,7 +7454,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7591,7 +7470,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityRelationshipStateIDs(); len(nodes) > 0 { @@ -7605,7 +7483,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7622,7 +7499,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntitySecurityQuestionnaireStatusIDs(); len(nodes) > 0 { @@ -7636,7 +7512,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7653,7 +7528,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntitySourceTypeIDs(); len(nodes) > 0 { @@ -7667,7 +7541,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7684,7 +7557,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -7698,7 +7570,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7715,7 +7586,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -7729,7 +7599,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7746,7 +7615,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -7760,7 +7628,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7777,7 +7644,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityContacts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7794,7 +7660,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -7808,7 +7673,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7825,7 +7689,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityDocuments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7842,7 +7705,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -7856,7 +7718,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7873,7 +7734,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7890,7 +7750,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -7904,7 +7763,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7921,7 +7779,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7938,7 +7795,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -7952,7 +7808,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7969,7 +7824,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7986,7 +7840,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -8000,7 +7853,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8017,7 +7869,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8034,7 +7885,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -8048,7 +7898,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8065,7 +7914,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8082,7 +7930,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -8096,7 +7943,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8113,7 +7959,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8130,7 +7975,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -8144,7 +7988,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8161,7 +8004,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8178,7 +8020,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -8192,7 +8033,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8209,7 +8049,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8226,7 +8065,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -8240,7 +8078,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8257,7 +8094,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8274,7 +8110,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorsCleared() { @@ -8288,7 +8123,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8305,7 +8139,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8322,7 +8155,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAuthMethodsIDs(); len(nodes) > 0 && !_u.mutation.AuthMethodsCleared() { @@ -8336,7 +8168,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8353,7 +8184,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8370,7 +8200,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmployerIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.EmployerIdentityHoldersCleared() { @@ -8384,7 +8213,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8401,7 +8229,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8418,7 +8245,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -8432,7 +8258,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8449,7 +8274,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8466,7 +8290,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -8480,7 +8303,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8497,7 +8319,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8514,7 +8335,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -8528,7 +8348,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8545,7 +8364,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8562,7 +8380,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -8576,7 +8393,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8593,7 +8409,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8610,7 +8425,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -8624,7 +8438,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8641,7 +8454,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8658,7 +8470,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -8672,7 +8483,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8689,7 +8499,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8706,7 +8515,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -8720,7 +8528,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8737,7 +8544,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8754,7 +8560,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -8768,7 +8573,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8785,7 +8589,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8802,7 +8605,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopePlatformsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopePlatformsCleared() { @@ -8816,7 +8618,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8833,7 +8634,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8850,7 +8650,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourcePlatformsIDs(); len(nodes) > 0 && !_u.mutation.SourcePlatformsCleared() { @@ -8864,7 +8663,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8881,7 +8679,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8898,7 +8695,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityTypeIDs(); len(nodes) > 0 { @@ -8912,7 +8708,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8929,7 +8724,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -8943,7 +8737,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8960,7 +8753,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -8974,7 +8766,6 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8991,14 +8782,11 @@ func (_u *EntityUpdateOne) sqlSave(ctx context.Context) (_node *Entity, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Entity - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Entity{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/entitytype/where.go b/internal/ent/generated/entitytype/where.go index 3a7607b655..dbf9989379 100644 --- a/internal/ent/generated/entitytype/where.go +++ b/internal/ent/generated/entitytype/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -904,9 +902,6 @@ func HasOwner() predicate.EntityType { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EntityType sqlgraph.HasNeighbors(s, step) }) } @@ -915,9 +910,6 @@ func HasOwner() predicate.EntityType { func HasOwnerWith(preds ...predicate.Organization) predicate.EntityType { return predicate.EntityType(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EntityType sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -933,9 +925,6 @@ func HasEntities() predicate.EntityType { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntitiesTable, EntitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -944,9 +933,6 @@ func HasEntities() predicate.EntityType { func HasEntitiesWith(preds ...predicate.Entity) predicate.EntityType { return predicate.EntityType(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/entitytype_create.go b/internal/ent/generated/entitytype_create.go index febfe6f545..f306c0683f 100644 --- a/internal/ent/generated/entitytype_create.go +++ b/internal/ent/generated/entitytype_create.go @@ -332,7 +332,6 @@ func (_c *EntityTypeCreate) createSpec() (*EntityType, *sqlgraph.CreateSpec) { _node = &EntityType{config: _c.config} _spec = sqlgraph.NewCreateSpec(entitytype.Table, sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EntityType if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -396,7 +395,6 @@ func (_c *EntityTypeCreate) createSpec() (*EntityType, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -414,7 +412,6 @@ func (_c *EntityTypeCreate) createSpec() (*EntityType, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/entitytype_delete.go b/internal/ent/generated/entitytype_delete.go index d95aca832a..64e042edd2 100644 --- a/internal/ent/generated/entitytype_delete.go +++ b/internal/ent/generated/entitytype_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/entitytype" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EntityTypeDelete is the builder for deleting a EntityType entity. @@ -43,8 +41,6 @@ func (_d *EntityTypeDelete) ExecX(ctx context.Context) int { func (_d *EntityTypeDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(entitytype.Table, sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EntityType - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/entitytype_query.go b/internal/ent/generated/entitytype_query.go index b71d938eff..bcd3e7b77d 100644 --- a/internal/ent/generated/entitytype_query.go +++ b/internal/ent/generated/entitytype_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *EntityTypeQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, entitytype.OwnerTable, entitytype.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.EntityType fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *EntityTypeQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, entitytype.EntitiesTable, entitytype.EntitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *EntityTypeQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*E node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EntityType - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -546,8 +537,6 @@ func (_q *EntityTypeQuery) loadEntities(ctx context.Context, query *EntityQuery, func (_q *EntityTypeQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EntityType - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -616,9 +605,6 @@ func (_q *EntityTypeQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EntityType) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/entitytype_update.go b/internal/ent/generated/entitytype_update.go index cc8a967968..2376f6cef0 100644 --- a/internal/ent/generated/entitytype_update.go +++ b/internal/ent/generated/entitytype_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/entitytype" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EntityTypeUpdate is the builder for updating EntityType entities. @@ -416,7 +414,6 @@ func (_u *EntityTypeUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -430,7 +427,6 @@ func (_u *EntityTypeUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -447,7 +443,6 @@ func (_u *EntityTypeUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -461,7 +456,6 @@ func (_u *EntityTypeUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -478,14 +472,11 @@ func (_u *EntityTypeUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EntityType - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -920,7 +911,6 @@ func (_u *EntityTypeUpdateOne) sqlSave(ctx context.Context) (_node *EntityType, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -934,7 +924,6 @@ func (_u *EntityTypeUpdateOne) sqlSave(ctx context.Context) (_node *EntityType, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -951,7 +940,6 @@ func (_u *EntityTypeUpdateOne) sqlSave(ctx context.Context) (_node *EntityType, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -965,7 +953,6 @@ func (_u *EntityTypeUpdateOne) sqlSave(ctx context.Context) (_node *EntityType, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -982,14 +969,11 @@ func (_u *EntityTypeUpdateOne) sqlSave(ctx context.Context) (_node *EntityType, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.EntityType - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &EntityType{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/event/where.go b/internal/ent/generated/event/where.go index dbc93a3b2d..fc7aee76fe 100644 --- a/internal/ent/generated/event/where.go +++ b/internal/ent/generated/event/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -594,9 +592,6 @@ func HasUsers() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, UsersTable, UsersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserEvents sqlgraph.HasNeighbors(s, step) }) } @@ -605,9 +600,6 @@ func HasUsers() predicate.Event { func HasUsersWith(preds ...predicate.User) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newUsersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -623,9 +615,6 @@ func HasGroups() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupEvents sqlgraph.HasNeighbors(s, step) }) } @@ -634,9 +623,6 @@ func HasGroups() predicate.Event { func HasGroupsWith(preds ...predicate.Group) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -652,9 +638,6 @@ func HasIntegrations() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationEvents sqlgraph.HasNeighbors(s, step) }) } @@ -663,9 +646,6 @@ func HasIntegrations() predicate.Event { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -681,9 +661,6 @@ func HasOrganizations() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrganizationsTable, OrganizationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationEvents sqlgraph.HasNeighbors(s, step) }) } @@ -692,9 +669,6 @@ func HasOrganizations() predicate.Event { func HasOrganizationsWith(preds ...predicate.Organization) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newOrganizationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -710,9 +684,6 @@ func HasInvites() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InvitesTable, InvitesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteEvents sqlgraph.HasNeighbors(s, step) }) } @@ -721,9 +692,6 @@ func HasInvites() predicate.Event { func HasInvitesWith(preds ...predicate.Invite) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newInvitesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -739,9 +707,6 @@ func HasPersonalAccessTokens() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PersonalAccessTokensTable, PersonalAccessTokensPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents sqlgraph.HasNeighbors(s, step) }) } @@ -750,9 +715,6 @@ func HasPersonalAccessTokens() predicate.Event { func HasPersonalAccessTokensWith(preds ...predicate.PersonalAccessToken) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newPersonalAccessTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -768,9 +730,6 @@ func HasSecrets() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SecretsTable, SecretsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.HushEvents sqlgraph.HasNeighbors(s, step) }) } @@ -779,9 +738,6 @@ func HasSecrets() predicate.Event { func HasSecretsWith(preds ...predicate.Hush) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newSecretsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.HushEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -797,9 +753,6 @@ func HasOrgMemberships() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrgMembershipsTable, OrgMembershipsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembershipEvents sqlgraph.HasNeighbors(s, step) }) } @@ -808,9 +761,6 @@ func HasOrgMemberships() predicate.Event { func HasOrgMembershipsWith(preds ...predicate.OrgMembership) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newOrgMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembershipEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -826,9 +776,6 @@ func HasGroupMemberships() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, GroupMembershipsTable, GroupMembershipsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembershipEvents sqlgraph.HasNeighbors(s, step) }) } @@ -837,9 +784,6 @@ func HasGroupMemberships() predicate.Event { func HasGroupMembershipsWith(preds ...predicate.GroupMembership) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newGroupMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembershipEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -855,9 +799,6 @@ func HasSubscribers() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubscribersTable, SubscribersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.SubscriberEvents sqlgraph.HasNeighbors(s, step) }) } @@ -866,9 +807,6 @@ func HasSubscribers() predicate.Event { func HasSubscribersWith(preds ...predicate.Subscriber) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newSubscribersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.SubscriberEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -884,9 +822,6 @@ func HasFiles() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileEvents sqlgraph.HasNeighbors(s, step) }) } @@ -895,9 +830,6 @@ func HasFiles() predicate.Event { func HasFilesWith(preds ...predicate.File) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -913,9 +845,6 @@ func HasOrgSubscriptions() predicate.Event { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrgSubscriptionsTable, OrgSubscriptionsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents sqlgraph.HasNeighbors(s, step) }) } @@ -924,9 +853,6 @@ func HasOrgSubscriptions() predicate.Event { func HasOrgSubscriptionsWith(preds ...predicate.OrgSubscription) predicate.Event { return predicate.Event(func(s *sql.Selector) { step := newOrgSubscriptionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/event_create.go b/internal/ent/generated/event_create.go index fbc01cf969..8db12dbec4 100644 --- a/internal/ent/generated/event_create.go +++ b/internal/ent/generated/event_create.go @@ -429,7 +429,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { _node = &Event{config: _c.config} _spec = sqlgraph.NewCreateSpec(event.Table, sqlgraph.NewFieldSpec(event.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Event if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -481,7 +480,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -498,7 +496,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -515,7 +512,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -532,7 +528,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -549,7 +544,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -566,7 +560,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -583,7 +576,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -600,7 +592,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -617,7 +608,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -634,7 +624,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -651,7 +640,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -668,7 +656,6 @@ func (_c *EventCreate) createSpec() (*Event, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/event_delete.go b/internal/ent/generated/event_delete.go index c766822806..d042ee85cb 100644 --- a/internal/ent/generated/event_delete.go +++ b/internal/ent/generated/event_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/event" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EventDelete is the builder for deleting a Event entity. @@ -43,8 +41,6 @@ func (_d *EventDelete) ExecX(ctx context.Context) int { func (_d *EventDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(event.Table, sqlgraph.NewFieldSpec(event.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Event - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/event_query.go b/internal/ent/generated/event_query.go index ef8e5f8279..5f9882f1a6 100644 --- a/internal/ent/generated/event_query.go +++ b/internal/ent/generated/event_query.go @@ -28,7 +28,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subscriber" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -118,9 +117,6 @@ func (_q *EventQuery) QueryUsers() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.UsersTable, event.UsersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -143,9 +139,6 @@ func (_q *EventQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.GroupsTable, event.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -168,9 +161,6 @@ func (_q *EventQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.IntegrationsTable, event.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -193,9 +183,6 @@ func (_q *EventQuery) QueryOrganizations() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrganizationsTable, event.OrganizationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -218,9 +205,6 @@ func (_q *EventQuery) QueryInvites() *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.InvitesTable, event.InvitesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -243,9 +227,6 @@ func (_q *EventQuery) QueryPersonalAccessTokens() *PersonalAccessTokenQuery { sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.PersonalAccessTokensTable, event.PersonalAccessTokensPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -268,9 +249,6 @@ func (_q *EventQuery) QuerySecrets() *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.SecretsTable, event.SecretsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.HushEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -293,9 +271,6 @@ func (_q *EventQuery) QueryOrgMemberships() *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrgMembershipsTable, event.OrgMembershipsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembershipEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -318,9 +293,6 @@ func (_q *EventQuery) QueryGroupMemberships() *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.GroupMembershipsTable, event.GroupMembershipsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembershipEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -343,9 +315,6 @@ func (_q *EventQuery) QuerySubscribers() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.SubscribersTable, event.SubscribersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.SubscriberEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -368,9 +337,6 @@ func (_q *EventQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.FilesTable, event.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -393,9 +359,6 @@ func (_q *EventQuery) QueryOrgSubscriptions() *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, event.OrgSubscriptionsTable, event.OrgSubscriptionsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -857,8 +820,6 @@ func (_q *EventQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Event, node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Event - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1062,7 +1023,6 @@ func (_q *EventQuery) loadUsers(ctx context.Context, query *UserQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.UsersTable) - joinT.Schema(_q.schemaConfig.UserEvents) s.Join(joinT).On(s.C(user.FieldID), joinT.C(event.UsersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.UsersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1124,7 +1084,6 @@ func (_q *EventQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.GroupsTable) - joinT.Schema(_q.schemaConfig.GroupEvents) s.Join(joinT).On(s.C(group.FieldID), joinT.C(event.GroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.GroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1186,7 +1145,6 @@ func (_q *EventQuery) loadIntegrations(ctx context.Context, query *IntegrationQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationEvents) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(event.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1248,7 +1206,6 @@ func (_q *EventQuery) loadOrganizations(ctx context.Context, query *Organization } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.OrganizationsTable) - joinT.Schema(_q.schemaConfig.OrganizationEvents) s.Join(joinT).On(s.C(organization.FieldID), joinT.C(event.OrganizationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.OrganizationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1310,7 +1267,6 @@ func (_q *EventQuery) loadInvites(ctx context.Context, query *InviteQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.InvitesTable) - joinT.Schema(_q.schemaConfig.InviteEvents) s.Join(joinT).On(s.C(invite.FieldID), joinT.C(event.InvitesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.InvitesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1372,7 +1328,6 @@ func (_q *EventQuery) loadPersonalAccessTokens(ctx context.Context, query *Perso } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.PersonalAccessTokensTable) - joinT.Schema(_q.schemaConfig.PersonalAccessTokenEvents) s.Join(joinT).On(s.C(personalaccesstoken.FieldID), joinT.C(event.PersonalAccessTokensPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.PersonalAccessTokensPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1434,7 +1389,6 @@ func (_q *EventQuery) loadSecrets(ctx context.Context, query *HushQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.SecretsTable) - joinT.Schema(_q.schemaConfig.HushEvents) s.Join(joinT).On(s.C(hush.FieldID), joinT.C(event.SecretsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.SecretsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1496,7 +1450,6 @@ func (_q *EventQuery) loadOrgMemberships(ctx context.Context, query *OrgMembersh } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.OrgMembershipsTable) - joinT.Schema(_q.schemaConfig.OrgMembershipEvents) s.Join(joinT).On(s.C(orgmembership.FieldID), joinT.C(event.OrgMembershipsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.OrgMembershipsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1558,7 +1511,6 @@ func (_q *EventQuery) loadGroupMemberships(ctx context.Context, query *GroupMemb } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.GroupMembershipsTable) - joinT.Schema(_q.schemaConfig.GroupMembershipEvents) s.Join(joinT).On(s.C(groupmembership.FieldID), joinT.C(event.GroupMembershipsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.GroupMembershipsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1620,7 +1572,6 @@ func (_q *EventQuery) loadSubscribers(ctx context.Context, query *SubscriberQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.SubscribersTable) - joinT.Schema(_q.schemaConfig.SubscriberEvents) s.Join(joinT).On(s.C(subscriber.FieldID), joinT.C(event.SubscribersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.SubscribersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1682,7 +1633,6 @@ func (_q *EventQuery) loadFiles(ctx context.Context, query *FileQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.FilesTable) - joinT.Schema(_q.schemaConfig.FileEvents) s.Join(joinT).On(s.C(file.FieldID), joinT.C(event.FilesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.FilesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1744,7 +1694,6 @@ func (_q *EventQuery) loadOrgSubscriptions(ctx context.Context, query *OrgSubscr } query.Where(func(s *sql.Selector) { joinT := sql.Table(event.OrgSubscriptionsTable) - joinT.Schema(_q.schemaConfig.OrgSubscriptionEvents) s.Join(joinT).On(s.C(orgsubscription.FieldID), joinT.C(event.OrgSubscriptionsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(event.OrgSubscriptionsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1796,8 +1745,6 @@ func (_q *EventQuery) loadOrgSubscriptions(ctx context.Context, query *OrgSubscr func (_q *EventQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Event - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1863,9 +1810,6 @@ func (_q *EventQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Event) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/event_update.go b/internal/ent/generated/event_update.go index 51e7fc5eea..d9a8cbbd35 100644 --- a/internal/ent/generated/event_update.go +++ b/internal/ent/generated/event_update.go @@ -26,8 +26,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subscriber" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EventUpdate is the builder for updating Event entities. @@ -715,7 +713,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedUsersIDs(); len(nodes) > 0 && !_u.mutation.UsersCleared() { @@ -729,7 +726,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -746,7 +742,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -763,7 +758,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -777,7 +771,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -794,7 +787,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -811,7 +803,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -825,7 +816,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -842,7 +832,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -859,7 +848,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationsIDs(); len(nodes) > 0 && !_u.mutation.OrganizationsCleared() { @@ -873,7 +861,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -890,7 +877,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -907,7 +893,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -921,7 +906,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -938,7 +922,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -955,7 +938,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -969,7 +951,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -986,7 +967,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1003,7 +983,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -1017,7 +996,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1034,7 +1012,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1051,7 +1028,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipsCleared() { @@ -1065,7 +1041,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1082,7 +1057,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1099,7 +1073,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipsCleared() { @@ -1113,7 +1086,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1130,7 +1102,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1147,7 +1118,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -1161,7 +1131,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1178,7 +1147,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1195,7 +1163,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1209,7 +1176,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1226,7 +1192,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1243,7 +1208,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgSubscriptionsIDs(); len(nodes) > 0 && !_u.mutation.OrgSubscriptionsCleared() { @@ -1257,7 +1221,6 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1274,14 +1237,11 @@ func (_u *EventUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Event - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2005,7 +1965,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedUsersIDs(); len(nodes) > 0 && !_u.mutation.UsersCleared() { @@ -2019,7 +1978,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2036,7 +1994,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2053,7 +2010,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -2067,7 +2023,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2084,7 +2039,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2101,7 +2055,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -2115,7 +2068,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2132,7 +2084,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2149,7 +2100,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationsIDs(); len(nodes) > 0 && !_u.mutation.OrganizationsCleared() { @@ -2163,7 +2113,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2180,7 +2129,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2197,7 +2145,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -2211,7 +2158,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2228,7 +2174,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2245,7 +2190,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -2259,7 +2203,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2276,7 +2219,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2293,7 +2235,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -2307,7 +2248,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2324,7 +2264,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2341,7 +2280,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipsCleared() { @@ -2355,7 +2293,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2372,7 +2309,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2389,7 +2325,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipsCleared() { @@ -2403,7 +2338,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2420,7 +2354,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2437,7 +2370,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -2451,7 +2383,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2468,7 +2399,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2485,7 +2415,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2499,7 +2428,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2516,7 +2444,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2533,7 +2460,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgSubscriptionsIDs(); len(nodes) > 0 && !_u.mutation.OrgSubscriptionsCleared() { @@ -2547,7 +2473,6 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2564,14 +2489,11 @@ func (_u *EventUpdateOne) sqlSave(ctx context.Context) (_node *Event, err error) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Event - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Event{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/evidence/where.go b/internal/ent/generated/evidence/where.go index 670291281e..706dcdfc08 100644 --- a/internal/ent/generated/evidence/where.go +++ b/internal/ent/generated/evidence/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1741,9 +1739,6 @@ func HasOwner() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighbors(s, step) }) } @@ -1752,9 +1747,6 @@ func HasOwner() predicate.Evidence { func HasOwnerWith(preds ...predicate.Organization) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1770,9 +1762,6 @@ func HasEnvironment() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighbors(s, step) }) } @@ -1781,9 +1770,6 @@ func HasEnvironment() predicate.Evidence { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1799,9 +1785,6 @@ func HasScope() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighbors(s, step) }) } @@ -1810,9 +1793,6 @@ func HasScope() predicate.Evidence { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1828,9 +1808,6 @@ func HasControls() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.EvidenceControls sqlgraph.HasNeighbors(s, step) }) } @@ -1839,9 +1816,6 @@ func HasControls() predicate.Evidence { func HasControlsWith(preds ...predicate.Control) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.EvidenceControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1857,9 +1831,6 @@ func HasSubcontrols() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.EvidenceSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -1868,9 +1839,6 @@ func HasSubcontrols() predicate.Evidence { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.EvidenceSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1886,9 +1854,6 @@ func HasControlObjectives() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.EvidenceControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -1897,9 +1862,6 @@ func HasControlObjectives() predicate.Evidence { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.EvidenceControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1915,9 +1877,6 @@ func HasControlImplementations() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlImplementationsTable, ControlImplementationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighbors(s, step) }) } @@ -1926,9 +1885,6 @@ func HasControlImplementations() predicate.Evidence { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1944,9 +1900,6 @@ func HasFiles() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EvidenceFiles sqlgraph.HasNeighbors(s, step) }) } @@ -1955,9 +1908,6 @@ func HasFiles() predicate.Evidence { func HasFilesWith(preds ...predicate.File) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EvidenceFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1973,9 +1923,6 @@ func HasPrograms() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -1984,9 +1931,6 @@ func HasPrograms() predicate.Evidence { func HasProgramsWith(preds ...predicate.Program) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2002,9 +1946,6 @@ func HasTasks() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.TaskEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2013,9 +1954,6 @@ func HasTasks() predicate.Evidence { func HasTasksWith(preds ...predicate.Task) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.TaskEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2031,9 +1969,6 @@ func HasPlatforms() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2042,9 +1977,6 @@ func HasPlatforms() predicate.Evidence { func HasPlatformsWith(preds ...predicate.Platform) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2060,9 +1992,6 @@ func HasScans() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2071,9 +2000,6 @@ func HasScans() predicate.Evidence { func HasScansWith(preds ...predicate.Scan) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2089,9 +2015,6 @@ func HasComments() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2100,9 +2023,6 @@ func HasComments() predicate.Evidence { func HasCommentsWith(preds ...predicate.Note) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2118,9 +2038,6 @@ func HasWorkflowObjectRefs() predicate.Evidence { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2129,9 +2046,6 @@ func HasWorkflowObjectRefs() predicate.Evidence { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Evidence { return predicate.Evidence(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/evidence_create.go b/internal/ent/generated/evidence_create.go index a8b3454971..b4381d7d70 100644 --- a/internal/ent/generated/evidence_create.go +++ b/internal/ent/generated/evidence_create.go @@ -732,7 +732,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { _node = &Evidence{config: _c.config} _spec = sqlgraph.NewCreateSpec(evidence.Table, sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Evidence if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -840,7 +839,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -858,7 +856,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -876,7 +873,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -894,7 +890,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -911,7 +906,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -928,7 +922,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -945,7 +938,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -962,7 +954,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -979,7 +970,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -996,7 +986,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1013,7 +1002,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1030,7 +1018,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1047,7 +1034,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1064,7 +1050,6 @@ func (_c *EvidenceCreate) createSpec() (*Evidence, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/evidence_delete.go b/internal/ent/generated/evidence_delete.go index 502d034be2..2e0b35ff77 100644 --- a/internal/ent/generated/evidence_delete.go +++ b/internal/ent/generated/evidence_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/evidence" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // EvidenceDelete is the builder for deleting a Evidence entity. @@ -43,8 +41,6 @@ func (_d *EvidenceDelete) ExecX(ctx context.Context) int { func (_d *EvidenceDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(evidence.Table, sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Evidence - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/evidence_query.go b/internal/ent/generated/evidence_query.go index 7f502f89a9..7912b614aa 100644 --- a/internal/ent/generated/evidence_query.go +++ b/internal/ent/generated/evidence_query.go @@ -29,7 +29,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -119,9 +118,6 @@ func (_q *EvidenceQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, evidence.OwnerTable, evidence.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Evidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -144,9 +140,6 @@ func (_q *EvidenceQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, evidence.EnvironmentTable, evidence.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -169,9 +162,6 @@ func (_q *EvidenceQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, evidence.ScopeTable, evidence.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Evidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -194,9 +184,6 @@ func (_q *EvidenceQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.ControlsTable, evidence.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.EvidenceControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -219,9 +206,6 @@ func (_q *EvidenceQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.SubcontrolsTable, evidence.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.EvidenceSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -244,9 +228,6 @@ func (_q *EvidenceQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.ControlObjectivesTable, evidence.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.EvidenceControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -269,9 +250,6 @@ func (_q *EvidenceQuery) QueryControlImplementations() *ControlImplementationQue sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, evidence.ControlImplementationsTable, evidence.ControlImplementationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -294,9 +272,6 @@ func (_q *EvidenceQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, evidence.FilesTable, evidence.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.EvidenceFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -319,9 +294,6 @@ func (_q *EvidenceQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.ProgramsTable, evidence.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -344,9 +316,6 @@ func (_q *EvidenceQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.TasksTable, evidence.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.TaskEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -369,9 +338,6 @@ func (_q *EvidenceQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.PlatformsTable, evidence.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -394,9 +360,6 @@ func (_q *EvidenceQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, evidence.ScansTable, evidence.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -419,9 +382,6 @@ func (_q *EvidenceQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, evidence.CommentsTable, evidence.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -444,9 +404,6 @@ func (_q *EvidenceQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, evidence.WorkflowObjectRefsTable, evidence.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -930,8 +887,6 @@ func (_q *EvidenceQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Evi node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Evidence - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1230,7 +1185,6 @@ func (_q *EvidenceQuery) loadControls(ctx context.Context, query *ControlQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.ControlsTable) - joinT.Schema(_q.schemaConfig.EvidenceControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(evidence.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(evidence.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1292,7 +1246,6 @@ func (_q *EvidenceQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.EvidenceSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(evidence.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(evidence.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1354,7 +1307,6 @@ func (_q *EvidenceQuery) loadControlObjectives(ctx context.Context, query *Contr } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.EvidenceControlObjectives) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(evidence.ControlObjectivesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(evidence.ControlObjectivesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1447,7 +1399,6 @@ func (_q *EvidenceQuery) loadFiles(ctx context.Context, query *FileQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.FilesTable) - joinT.Schema(_q.schemaConfig.EvidenceFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(evidence.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(evidence.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1509,7 +1460,6 @@ func (_q *EvidenceQuery) loadPrograms(ctx context.Context, query *ProgramQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramEvidence) s.Join(joinT).On(s.C(program.FieldID), joinT.C(evidence.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(evidence.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1571,7 +1521,6 @@ func (_q *EvidenceQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.TasksTable) - joinT.Schema(_q.schemaConfig.TaskEvidence) s.Join(joinT).On(s.C(task.FieldID), joinT.C(evidence.TasksPrimaryKey[0])) s.Where(sql.InValues(joinT.C(evidence.TasksPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1633,7 +1582,6 @@ func (_q *EvidenceQuery) loadPlatforms(ctx context.Context, query *PlatformQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformEvidence) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(evidence.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(evidence.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1695,7 +1643,6 @@ func (_q *EvidenceQuery) loadScans(ctx context.Context, query *ScanQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(evidence.ScansTable) - joinT.Schema(_q.schemaConfig.ScanEvidence) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(evidence.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(evidence.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1809,8 +1756,6 @@ func (_q *EvidenceQuery) loadWorkflowObjectRefs(ctx context.Context, query *Work func (_q *EvidenceQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Evidence - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1885,9 +1830,6 @@ func (_q *EvidenceQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Evidence) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/evidence_update.go b/internal/ent/generated/evidence_update.go index 6e624ace13..bc974e4174 100644 --- a/internal/ent/generated/evidence_update.go +++ b/internal/ent/generated/evidence_update.go @@ -28,8 +28,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // EvidenceUpdate is the builder for updating Evidence entities. @@ -1108,7 +1106,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1122,7 +1119,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1139,7 +1135,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1153,7 +1148,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1170,7 +1164,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1184,7 +1177,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1201,7 +1193,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1218,7 +1209,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1232,7 +1222,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1249,7 +1238,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1266,7 +1254,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -1280,7 +1267,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1297,7 +1283,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1314,7 +1299,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -1328,7 +1312,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1345,7 +1328,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1362,7 +1344,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1376,7 +1357,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1393,7 +1373,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1410,7 +1389,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -1424,7 +1402,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1441,7 +1418,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1458,7 +1434,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -1472,7 +1447,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1489,7 +1463,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1506,7 +1479,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -1520,7 +1492,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1537,7 +1508,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1554,7 +1524,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -1568,7 +1537,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1585,7 +1553,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1602,7 +1569,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -1616,7 +1582,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1633,7 +1598,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1650,7 +1614,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1664,7 +1627,6 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1681,14 +1643,11 @@ func (_u *EvidenceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Evidence - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2803,7 +2762,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2817,7 +2775,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2834,7 +2791,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2848,7 +2804,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2865,7 +2820,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2879,7 +2833,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2896,7 +2849,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2913,7 +2865,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2927,7 +2878,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2944,7 +2894,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2961,7 +2910,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -2975,7 +2923,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2992,7 +2939,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3009,7 +2955,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -3023,7 +2968,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3040,7 +2984,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3057,7 +3000,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -3071,7 +3013,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3088,7 +3029,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3105,7 +3045,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -3119,7 +3058,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3136,7 +3074,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3153,7 +3090,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -3167,7 +3103,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3184,7 +3119,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3201,7 +3135,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -3215,7 +3148,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3232,7 +3164,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3249,7 +3180,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3263,7 +3193,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3280,7 +3209,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3297,7 +3225,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -3311,7 +3238,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3328,7 +3254,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3345,7 +3270,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3359,7 +3283,6 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3376,14 +3299,11 @@ func (_u *EvidenceUpdateOne) sqlSave(ctx context.Context) (_node *Evidence, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Evidence - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Evidence{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/export/where.go b/internal/ent/generated/export/where.go index 4a4ac80a4f..283cd42490 100644 --- a/internal/ent/generated/export/where.go +++ b/internal/ent/generated/export/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1020,9 +1018,6 @@ func HasOwner() predicate.Export { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Export sqlgraph.HasNeighbors(s, step) }) } @@ -1031,9 +1026,6 @@ func HasOwner() predicate.Export { func HasOwnerWith(preds ...predicate.Organization) predicate.Export { return predicate.Export(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Export sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1049,9 +1041,6 @@ func HasEvents() predicate.Export { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EventsTable, EventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event sqlgraph.HasNeighbors(s, step) }) } @@ -1060,9 +1049,6 @@ func HasEvents() predicate.Export { func HasEventsWith(preds ...predicate.Event) predicate.Export { return predicate.Export(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1078,9 +1064,6 @@ func HasFiles() predicate.Export { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -1089,9 +1072,6 @@ func HasFiles() predicate.Export { func HasFilesWith(preds ...predicate.File) predicate.Export { return predicate.Export(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/export_create.go b/internal/ent/generated/export_create.go index 1d025c198b..fe84529bd9 100644 --- a/internal/ent/generated/export_create.go +++ b/internal/ent/generated/export_create.go @@ -443,7 +443,6 @@ func (_c *ExportCreate) createSpec() (*Export, *sqlgraph.CreateSpec) { _node = &Export{config: _c.config} _spec = sqlgraph.NewCreateSpec(export.Table, sqlgraph.NewFieldSpec(export.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Export if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -523,7 +522,6 @@ func (_c *ExportCreate) createSpec() (*Export, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -541,7 +539,6 @@ func (_c *ExportCreate) createSpec() (*Export, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -558,7 +555,6 @@ func (_c *ExportCreate) createSpec() (*Export, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/export_delete.go b/internal/ent/generated/export_delete.go index 84d4053403..98a0ef39bf 100644 --- a/internal/ent/generated/export_delete.go +++ b/internal/ent/generated/export_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/export" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ExportDelete is the builder for deleting a Export entity. @@ -43,8 +41,6 @@ func (_d *ExportDelete) ExecX(ctx context.Context) int { func (_d *ExportDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(export.Table, sqlgraph.NewFieldSpec(export.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Export - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/export_query.go b/internal/ent/generated/export_query.go index b41ea14de3..aaaeccd353 100644 --- a/internal/ent/generated/export_query.go +++ b/internal/ent/generated/export_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -89,9 +88,6 @@ func (_q *ExportQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, export.OwnerTable, export.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Export fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -114,9 +110,6 @@ func (_q *ExportQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, export.EventsTable, export.EventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.Event fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -139,9 +132,6 @@ func (_q *ExportQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, export.FilesTable, export.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -482,8 +472,6 @@ func (_q *ExportQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Expor node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Export - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -632,8 +620,6 @@ func (_q *ExportQuery) loadFiles(ctx context.Context, query *FileQuery, nodes [] func (_q *ExportQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Export - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -702,9 +688,6 @@ func (_q *ExportQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Export) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/export_update.go b/internal/ent/generated/export_update.go index a4aca5a31e..dfd86bde5d 100644 --- a/internal/ent/generated/export_update.go +++ b/internal/ent/generated/export_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/file" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ExportUpdate is the builder for updating Export entities. @@ -431,7 +429,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -445,7 +442,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -462,7 +458,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -476,7 +471,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -493,7 +487,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -510,7 +503,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -524,7 +516,6 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -541,14 +532,11 @@ func (_u *ExportUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Export - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -996,7 +984,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1010,7 +997,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1027,7 +1013,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1041,7 +1026,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1058,7 +1042,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Event for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1075,7 +1058,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1089,7 +1071,6 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1106,14 +1087,11 @@ func (_u *ExportUpdateOne) sqlSave(ctx context.Context) (_node *Export, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Export - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Export{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/file/where.go b/internal/ent/generated/file/where.go index 13f2b6e09a..de05a10203 100644 --- a/internal/ent/generated/file/where.go +++ b/internal/ent/generated/file/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2554,9 +2552,6 @@ func HasEnvironment() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2565,9 +2560,6 @@ func HasEnvironment() predicate.File { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.File { return predicate.File(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2583,9 +2575,6 @@ func HasScope() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2594,9 +2583,6 @@ func HasScope() predicate.File { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.File { return predicate.File(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2612,9 +2598,6 @@ func HasCategory() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CategoryTable, CategoryColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2623,9 +2606,6 @@ func HasCategory() predicate.File { func HasCategoryWith(preds ...predicate.CustomTypeEnum) predicate.File { return predicate.File(func(s *sql.Selector) { step := newCategoryStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2641,9 +2621,6 @@ func HasOrganization() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrganizationTable, OrganizationPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2652,9 +2629,6 @@ func HasOrganization() predicate.File { func HasOrganizationWith(preds ...predicate.Organization) predicate.File { return predicate.File(func(s *sql.Selector) { step := newOrganizationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2670,9 +2644,6 @@ func HasGroups() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2681,9 +2652,6 @@ func HasGroups() predicate.File { func HasGroupsWith(preds ...predicate.Group) predicate.File { return predicate.File(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2699,9 +2667,6 @@ func HasContact() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ContactTable, ContactPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.ContactFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2710,9 +2675,6 @@ func HasContact() predicate.File { func HasContactWith(preds ...predicate.Contact) predicate.File { return predicate.File(func(s *sql.Selector) { step := newContactStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.ContactFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2728,9 +2690,6 @@ func HasEntity() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntityTable, EntityPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2739,9 +2698,6 @@ func HasEntity() predicate.File { func HasEntityWith(preds ...predicate.Entity) predicate.File { return predicate.File(func(s *sql.Selector) { step := newEntityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2757,9 +2713,6 @@ func HasOrganizationSetting() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrganizationSettingTable, OrganizationSettingPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSettingFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2768,9 +2721,6 @@ func HasOrganizationSetting() predicate.File { func HasOrganizationSettingWith(preds ...predicate.OrganizationSetting) predicate.File { return predicate.File(func(s *sql.Selector) { step := newOrganizationSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSettingFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2786,9 +2736,6 @@ func HasTemplate() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, TemplateTable, TemplatePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.TemplateFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2797,9 +2744,6 @@ func HasTemplate() predicate.File { func HasTemplateWith(preds ...predicate.Template) predicate.File { return predicate.File(func(s *sql.Selector) { step := newTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.TemplateFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2815,9 +2759,6 @@ func HasDocument() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, DocumentTable, DocumentPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentDataFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2826,9 +2767,6 @@ func HasDocument() predicate.File { func HasDocumentWith(preds ...predicate.DocumentData) predicate.File { return predicate.File(func(s *sql.Selector) { step := newDocumentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentDataFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2844,9 +2782,6 @@ func HasProgram() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramTable, ProgramPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2855,9 +2790,6 @@ func HasProgram() predicate.File { func HasProgramWith(preds ...predicate.Program) predicate.File { return predicate.File(func(s *sql.Selector) { step := newProgramStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2873,9 +2805,6 @@ func HasPlatform() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformTable, PlatformPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2884,9 +2813,6 @@ func HasPlatform() predicate.File { func HasPlatformWith(preds ...predicate.Platform) predicate.File { return predicate.File(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2902,9 +2828,6 @@ func HasEvidence() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2913,9 +2836,6 @@ func HasEvidence() predicate.File { func HasEvidenceWith(preds ...predicate.Evidence) predicate.File { return predicate.File(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2931,9 +2851,6 @@ func HasIdentityHolder() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHolderTable, IdentityHolderPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2942,9 +2859,6 @@ func HasIdentityHolder() predicate.File { func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.File { return predicate.File(func(s *sql.Selector) { step := newIdentityHolderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2960,9 +2874,6 @@ func HasScan() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScanTable, ScanPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2971,9 +2882,6 @@ func HasScan() predicate.File { func HasScanWith(preds ...predicate.Scan) predicate.File { return predicate.File(func(s *sql.Selector) { step := newScanStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2989,9 +2897,6 @@ func HasEvents() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.FileEvents sqlgraph.HasNeighbors(s, step) }) } @@ -3000,9 +2905,6 @@ func HasEvents() predicate.File { func HasEventsWith(preds ...predicate.Event) predicate.File { return predicate.File(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.FileEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3018,9 +2920,6 @@ func HasIntegrations() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationsTable, IntegrationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -3029,9 +2928,6 @@ func HasIntegrations() predicate.File { func HasIntegrationsWith(preds ...predicate.Integration) predicate.File { return predicate.File(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3047,9 +2943,6 @@ func HasSecrets() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SecretsTable, SecretsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.FileSecrets sqlgraph.HasNeighbors(s, step) }) } @@ -3058,9 +2951,6 @@ func HasSecrets() predicate.File { func HasSecretsWith(preds ...predicate.Hush) predicate.File { return predicate.File(func(s *sql.Selector) { step := newSecretsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.FileSecrets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3076,9 +2966,6 @@ func HasTrustCenterEntities() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterEntitiesTable, TrustCenterEntitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighbors(s, step) }) } @@ -3087,9 +2974,6 @@ func HasTrustCenterEntities() predicate.File { func HasTrustCenterEntitiesWith(preds ...predicate.TrustCenterEntity) predicate.File { return predicate.File(func(s *sql.Selector) { step := newTrustCenterEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3105,9 +2989,6 @@ func HasTrustCenterDoc() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, TrustCenterDocTable, TrustCenterDocColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -3116,9 +2997,6 @@ func HasTrustCenterDoc() predicate.File { func HasTrustCenterDocWith(preds ...predicate.TrustCenterDoc) predicate.File { return predicate.File(func(s *sql.Selector) { step := newTrustCenterDocStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3134,9 +3012,6 @@ func HasOriginalTrustCenterDoc() predicate.File { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, OriginalTrustCenterDocTable, OriginalTrustCenterDocColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -3145,9 +3020,6 @@ func HasOriginalTrustCenterDoc() predicate.File { func HasOriginalTrustCenterDocWith(preds ...predicate.TrustCenterDoc) predicate.File { return predicate.File(func(s *sql.Selector) { step := newOriginalTrustCenterDocStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/file_create.go b/internal/ent/generated/file_create.go index 55c04cb430..bf55ef7d5c 100644 --- a/internal/ent/generated/file_create.go +++ b/internal/ent/generated/file_create.go @@ -914,7 +914,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { _node = &File{config: _c.config} _spec = sqlgraph.NewCreateSpec(file.Table, sqlgraph.NewFieldSpec(file.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.File if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1062,7 +1061,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1080,7 +1078,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1098,7 +1095,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1116,7 +1112,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1133,7 +1128,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1150,7 +1144,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1167,7 +1160,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1184,7 +1176,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1201,7 +1192,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1218,7 +1208,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1235,7 +1224,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1252,7 +1240,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1269,7 +1256,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1286,7 +1272,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1303,7 +1288,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1320,7 +1304,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1337,7 +1320,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1354,7 +1336,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1371,7 +1352,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1388,7 +1368,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1405,7 +1384,6 @@ func (_c *FileCreate) createSpec() (*File, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/file_delete.go b/internal/ent/generated/file_delete.go index 561c7f277d..abd9c29c2f 100644 --- a/internal/ent/generated/file_delete.go +++ b/internal/ent/generated/file_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/file" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // FileDelete is the builder for deleting a File entity. @@ -43,8 +41,6 @@ func (_d *FileDelete) ExecX(ctx context.Context) int { func (_d *FileDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(file.Table, sqlgraph.NewFieldSpec(file.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.File - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/file_query.go b/internal/ent/generated/file_query.go index 46d8d2199a..c8e77e63a8 100644 --- a/internal/ent/generated/file_query.go +++ b/internal/ent/generated/file_query.go @@ -34,7 +34,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" "github.com/theopenlane/core/internal/ent/generated/trustcenterentity" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -139,9 +138,6 @@ func (_q *FileQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.EnvironmentTable, file.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -164,9 +160,6 @@ func (_q *FileQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.ScopeTable, file.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -189,9 +182,6 @@ func (_q *FileQuery) QueryCategory() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, file.CategoryTable, file.CategoryColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -214,9 +204,6 @@ func (_q *FileQuery) QueryOrganization() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.OrganizationTable, file.OrganizationPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -239,9 +226,6 @@ func (_q *FileQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.GroupsTable, file.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -264,9 +248,6 @@ func (_q *FileQuery) QueryContact() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ContactTable, file.ContactPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.ContactFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -289,9 +270,6 @@ func (_q *FileQuery) QueryEntity() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.EntityTable, file.EntityPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -314,9 +292,6 @@ func (_q *FileQuery) QueryOrganizationSetting() *OrganizationSettingQuery { sqlgraph.To(organizationsetting.Table, organizationsetting.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.OrganizationSettingTable, file.OrganizationSettingPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSettingFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -339,9 +314,6 @@ func (_q *FileQuery) QueryTemplate() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.TemplateTable, file.TemplatePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.TemplateFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -364,9 +336,6 @@ func (_q *FileQuery) QueryDocument() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.DocumentTable, file.DocumentPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentDataFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -389,9 +358,6 @@ func (_q *FileQuery) QueryProgram() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ProgramTable, file.ProgramPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -414,9 +380,6 @@ func (_q *FileQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.PlatformTable, file.PlatformPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,9 +402,6 @@ func (_q *FileQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.EvidenceTable, file.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -464,9 +424,6 @@ func (_q *FileQuery) QueryIdentityHolder() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.IdentityHolderTable, file.IdentityHolderPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -489,9 +446,6 @@ func (_q *FileQuery) QueryScan() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, file.ScanTable, file.ScanPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -514,9 +468,6 @@ func (_q *FileQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, file.EventsTable, file.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.FileEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -539,9 +490,6 @@ func (_q *FileQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, file.IntegrationsTable, file.IntegrationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -564,9 +512,6 @@ func (_q *FileQuery) QuerySecrets() *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, file.SecretsTable, file.SecretsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.FileSecrets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -589,9 +534,6 @@ func (_q *FileQuery) QueryTrustCenterEntities() *TrustCenterEntityQuery { sqlgraph.To(trustcenterentity.Table, trustcenterentity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, file.TrustCenterEntitiesTable, file.TrustCenterEntitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -614,9 +556,6 @@ func (_q *FileQuery) QueryTrustCenterDoc() *TrustCenterDocQuery { sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, file.TrustCenterDocTable, file.TrustCenterDocColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -639,9 +578,6 @@ func (_q *FileQuery) QueryOriginalTrustCenterDoc() *TrustCenterDocQuery { sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, file.OriginalTrustCenterDocTable, file.OriginalTrustCenterDocColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1220,8 +1156,6 @@ func (_q *FileQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*File, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.File - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1618,7 +1552,6 @@ func (_q *FileQuery) loadOrganization(ctx context.Context, query *OrganizationQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.OrganizationTable) - joinT.Schema(_q.schemaConfig.OrganizationFiles) s.Join(joinT).On(s.C(organization.FieldID), joinT.C(file.OrganizationPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.OrganizationPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1680,7 +1613,6 @@ func (_q *FileQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.GroupsTable) - joinT.Schema(_q.schemaConfig.GroupFiles) s.Join(joinT).On(s.C(group.FieldID), joinT.C(file.GroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.GroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1742,7 +1674,6 @@ func (_q *FileQuery) loadContact(ctx context.Context, query *ContactQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.ContactTable) - joinT.Schema(_q.schemaConfig.ContactFiles) s.Join(joinT).On(s.C(contact.FieldID), joinT.C(file.ContactPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.ContactPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1804,7 +1735,6 @@ func (_q *FileQuery) loadEntity(ctx context.Context, query *EntityQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.EntityTable) - joinT.Schema(_q.schemaConfig.EntityFiles) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(file.EntityPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.EntityPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1866,7 +1796,6 @@ func (_q *FileQuery) loadOrganizationSetting(ctx context.Context, query *Organiz } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.OrganizationSettingTable) - joinT.Schema(_q.schemaConfig.OrganizationSettingFiles) s.Join(joinT).On(s.C(organizationsetting.FieldID), joinT.C(file.OrganizationSettingPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.OrganizationSettingPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1928,7 +1857,6 @@ func (_q *FileQuery) loadTemplate(ctx context.Context, query *TemplateQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.TemplateTable) - joinT.Schema(_q.schemaConfig.TemplateFiles) s.Join(joinT).On(s.C(template.FieldID), joinT.C(file.TemplatePrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.TemplatePrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1990,7 +1918,6 @@ func (_q *FileQuery) loadDocument(ctx context.Context, query *DocumentDataQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.DocumentTable) - joinT.Schema(_q.schemaConfig.DocumentDataFiles) s.Join(joinT).On(s.C(documentdata.FieldID), joinT.C(file.DocumentPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.DocumentPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2052,7 +1979,6 @@ func (_q *FileQuery) loadProgram(ctx context.Context, query *ProgramQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.ProgramTable) - joinT.Schema(_q.schemaConfig.ProgramFiles) s.Join(joinT).On(s.C(program.FieldID), joinT.C(file.ProgramPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.ProgramPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2114,7 +2040,6 @@ func (_q *FileQuery) loadPlatform(ctx context.Context, query *PlatformQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.PlatformTable) - joinT.Schema(_q.schemaConfig.PlatformFiles) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(file.PlatformPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.PlatformPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2176,7 +2101,6 @@ func (_q *FileQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.EvidenceTable) - joinT.Schema(_q.schemaConfig.EvidenceFiles) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(file.EvidencePrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.EvidencePrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2238,7 +2162,6 @@ func (_q *FileQuery) loadIdentityHolder(ctx context.Context, query *IdentityHold } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.IdentityHolderTable) - joinT.Schema(_q.schemaConfig.IdentityHolderFiles) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(file.IdentityHolderPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.IdentityHolderPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2300,7 +2223,6 @@ func (_q *FileQuery) loadScan(ctx context.Context, query *ScanQuery, nodes []*Fi } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.ScanTable) - joinT.Schema(_q.schemaConfig.ScanFiles) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(file.ScanPrimaryKey[0])) s.Where(sql.InValues(joinT.C(file.ScanPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2362,7 +2284,6 @@ func (_q *FileQuery) loadEvents(ctx context.Context, query *EventQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.EventsTable) - joinT.Schema(_q.schemaConfig.FileEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(file.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(file.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2455,7 +2376,6 @@ func (_q *FileQuery) loadSecrets(ctx context.Context, query *HushQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(file.SecretsTable) - joinT.Schema(_q.schemaConfig.FileSecrets) s.Join(joinT).On(s.C(hush.FieldID), joinT.C(file.SecretsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(file.SecretsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2606,8 +2526,6 @@ func (_q *FileQuery) loadOriginalTrustCenterDoc(ctx context.Context, query *Trus func (_q *FileQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.File - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2682,9 +2600,6 @@ func (_q *FileQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.File) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/file_update.go b/internal/ent/generated/file_update.go index c332effbb6..e6d4fb8c86 100644 --- a/internal/ent/generated/file_update.go +++ b/internal/ent/generated/file_update.go @@ -32,8 +32,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" "github.com/theopenlane/core/internal/ent/generated/trustcenterentity" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // FileUpdate is the builder for updating File entities. @@ -1643,7 +1641,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1657,7 +1654,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1674,7 +1670,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1688,7 +1683,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1705,7 +1699,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CategoryIDs(); len(nodes) > 0 { @@ -1719,7 +1712,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1736,7 +1728,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationIDs(); len(nodes) > 0 && !_u.mutation.OrganizationCleared() { @@ -1750,7 +1741,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1767,7 +1757,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1784,7 +1773,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -1798,7 +1786,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1815,7 +1802,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1832,7 +1818,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactIDs(); len(nodes) > 0 && !_u.mutation.ContactCleared() { @@ -1846,7 +1831,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1863,7 +1847,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1880,7 +1863,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityIDs(); len(nodes) > 0 && !_u.mutation.EntityCleared() { @@ -1894,7 +1876,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1911,7 +1892,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1928,7 +1908,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationSettingIDs(); len(nodes) > 0 && !_u.mutation.OrganizationSettingCleared() { @@ -1942,7 +1921,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1959,7 +1937,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1976,7 +1953,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplateIDs(); len(nodes) > 0 && !_u.mutation.TemplateCleared() { @@ -1990,7 +1966,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2007,7 +1982,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2024,7 +1998,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentIDs(); len(nodes) > 0 && !_u.mutation.DocumentCleared() { @@ -2038,7 +2011,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2055,7 +2027,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2072,7 +2043,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramIDs(); len(nodes) > 0 && !_u.mutation.ProgramCleared() { @@ -2086,7 +2056,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2103,7 +2072,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2120,7 +2088,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformIDs(); len(nodes) > 0 && !_u.mutation.PlatformCleared() { @@ -2134,7 +2101,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2151,7 +2117,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2168,7 +2133,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2182,7 +2146,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2199,7 +2162,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2216,7 +2178,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderCleared() { @@ -2230,7 +2191,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2247,7 +2207,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2264,7 +2223,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanIDs(); len(nodes) > 0 && !_u.mutation.ScanCleared() { @@ -2278,7 +2236,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2295,7 +2252,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2312,7 +2268,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -2326,7 +2281,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2343,7 +2297,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2360,7 +2313,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -2374,7 +2326,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2391,7 +2342,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2408,7 +2358,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -2422,7 +2371,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2439,7 +2387,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2456,7 +2403,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntitiesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntitiesCleared() { @@ -2470,7 +2416,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2487,7 +2432,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2504,7 +2448,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocCleared() { @@ -2518,7 +2461,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2535,7 +2477,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2552,7 +2493,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOriginalTrustCenterDocIDs(); len(nodes) > 0 && !_u.mutation.OriginalTrustCenterDocCleared() { @@ -2566,7 +2506,6 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2583,14 +2522,11 @@ func (_u *FileUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.File - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4236,7 +4172,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4250,7 +4185,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4267,7 +4201,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4281,7 +4214,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4298,7 +4230,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CategoryIDs(); len(nodes) > 0 { @@ -4312,7 +4243,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4329,7 +4259,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationIDs(); len(nodes) > 0 && !_u.mutation.OrganizationCleared() { @@ -4343,7 +4272,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4360,7 +4288,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4377,7 +4304,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -4391,7 +4317,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4408,7 +4333,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4425,7 +4349,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactIDs(); len(nodes) > 0 && !_u.mutation.ContactCleared() { @@ -4439,7 +4362,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4456,7 +4378,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ContactFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4473,7 +4394,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityIDs(); len(nodes) > 0 && !_u.mutation.EntityCleared() { @@ -4487,7 +4407,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4504,7 +4423,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4521,7 +4439,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationSettingIDs(); len(nodes) > 0 && !_u.mutation.OrganizationSettingCleared() { @@ -4535,7 +4452,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4552,7 +4468,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4569,7 +4484,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplateIDs(); len(nodes) > 0 && !_u.mutation.TemplateCleared() { @@ -4583,7 +4497,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4600,7 +4513,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4617,7 +4529,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentIDs(); len(nodes) > 0 && !_u.mutation.DocumentCleared() { @@ -4631,7 +4542,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4648,7 +4558,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentDataFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4665,7 +4574,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramIDs(); len(nodes) > 0 && !_u.mutation.ProgramCleared() { @@ -4679,7 +4587,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4696,7 +4603,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4713,7 +4619,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformIDs(); len(nodes) > 0 && !_u.mutation.PlatformCleared() { @@ -4727,7 +4632,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4744,7 +4648,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4761,7 +4664,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -4775,7 +4677,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4792,7 +4693,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4809,7 +4709,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderCleared() { @@ -4823,7 +4722,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4840,7 +4738,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4857,7 +4754,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanIDs(); len(nodes) > 0 && !_u.mutation.ScanCleared() { @@ -4871,7 +4767,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4888,7 +4783,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4905,7 +4799,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -4919,7 +4812,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4936,7 +4828,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4953,7 +4844,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -4967,7 +4857,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4984,7 +4873,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5001,7 +4889,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -5015,7 +4902,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5032,7 +4918,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5049,7 +4934,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntitiesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntitiesCleared() { @@ -5063,7 +4947,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5080,7 +4963,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5097,7 +4979,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocCleared() { @@ -5111,7 +4992,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5128,7 +5008,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5145,7 +5024,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOriginalTrustCenterDocIDs(); len(nodes) > 0 && !_u.mutation.OriginalTrustCenterDocCleared() { @@ -5159,7 +5037,6 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5176,14 +5053,11 @@ func (_u *FileUpdateOne) sqlSave(ctx context.Context) (_node *File, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.File - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &File{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/filedownloadtoken/where.go b/internal/ent/generated/filedownloadtoken/where.go index e2ed3bbb74..8fad65ece6 100644 --- a/internal/ent/generated/filedownloadtoken/where.go +++ b/internal/ent/generated/filedownloadtoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -979,9 +977,6 @@ func HasOwner() predicate.FileDownloadToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.FileDownloadToken sqlgraph.HasNeighbors(s, step) }) } @@ -990,9 +985,6 @@ func HasOwner() predicate.FileDownloadToken { func HasOwnerWith(preds ...predicate.User) predicate.FileDownloadToken { return predicate.FileDownloadToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.FileDownloadToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/filedownloadtoken_create.go b/internal/ent/generated/filedownloadtoken_create.go index 5efc0e7122..64e382c7c3 100644 --- a/internal/ent/generated/filedownloadtoken_create.go +++ b/internal/ent/generated/filedownloadtoken_create.go @@ -306,7 +306,6 @@ func (_c *FileDownloadTokenCreate) createSpec() (*FileDownloadToken, *sqlgraph.C _node = &FileDownloadToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(filedownloadtoken.Table, sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.FileDownloadToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -370,7 +369,6 @@ func (_c *FileDownloadTokenCreate) createSpec() (*FileDownloadToken, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/filedownloadtoken_delete.go b/internal/ent/generated/filedownloadtoken_delete.go index ff4bfc55c5..be378ed510 100644 --- a/internal/ent/generated/filedownloadtoken_delete.go +++ b/internal/ent/generated/filedownloadtoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/filedownloadtoken" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // FileDownloadTokenDelete is the builder for deleting a FileDownloadToken entity. @@ -43,8 +41,6 @@ func (_d *FileDownloadTokenDelete) ExecX(ctx context.Context) int { func (_d *FileDownloadTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(filedownloadtoken.Table, sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.FileDownloadToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/filedownloadtoken_query.go b/internal/ent/generated/filedownloadtoken_query.go index 70b19e0dcd..93ce73c30f 100644 --- a/internal/ent/generated/filedownloadtoken_query.go +++ b/internal/ent/generated/filedownloadtoken_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *FileDownloadTokenQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, filedownloadtoken.OwnerTable, filedownloadtoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.FileDownloadToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *FileDownloadTokenQuery) sqlAll(ctx context.Context, hooks ...queryHook node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.FileDownloadToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *FileDownloadTokenQuery) loadOwner(ctx context.Context, query *UserQuer func (_q *FileDownloadTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.FileDownloadToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *FileDownloadTokenQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.FileDownloadToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/filedownloadtoken_update.go b/internal/ent/generated/filedownloadtoken_update.go index 59f6da9226..f0b694f5c0 100644 --- a/internal/ent/generated/filedownloadtoken_update.go +++ b/internal/ent/generated/filedownloadtoken_update.go @@ -14,8 +14,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/filedownloadtoken" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // FileDownloadTokenUpdate is the builder for updating FileDownloadToken entities. @@ -391,7 +389,6 @@ func (_u *FileDownloadTokenUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -405,14 +402,11 @@ func (_u *FileDownloadTokenUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.FileDownloadToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -824,7 +818,6 @@ func (_u *FileDownloadTokenUpdateOne) sqlSave(ctx context.Context) (_node *FileD IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -838,14 +831,11 @@ func (_u *FileDownloadTokenUpdateOne) sqlSave(ctx context.Context) (_node *FileD IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.FileDownloadToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &FileDownloadToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/finding/where.go b/internal/ent/generated/finding/where.go index 45c9ee4d03..566e786111 100644 --- a/internal/ent/generated/finding/where.go +++ b/internal/ent/generated/finding/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -3846,9 +3844,6 @@ func HasOwner() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -3857,9 +3852,6 @@ func HasOwner() predicate.Finding { func HasOwnerWith(preds ...predicate.Organization) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3875,9 +3867,6 @@ func HasBlockedGroups() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -3886,9 +3875,6 @@ func HasBlockedGroups() predicate.Finding { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3904,9 +3890,6 @@ func HasEditors() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingEditors sqlgraph.HasNeighbors(s, step) }) } @@ -3915,9 +3898,6 @@ func HasEditors() predicate.Finding { func HasEditorsWith(preds ...predicate.Group) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3933,9 +3913,6 @@ func HasReviewedByUser() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByUserTable, ReviewedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -3944,9 +3921,6 @@ func HasReviewedByUser() predicate.Finding { func HasReviewedByUserWith(preds ...predicate.User) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newReviewedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3962,9 +3936,6 @@ func HasReviewedByGroup() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByGroupTable, ReviewedByGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -3973,9 +3944,6 @@ func HasReviewedByGroup() predicate.Finding { func HasReviewedByGroupWith(preds ...predicate.Group) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newReviewedByGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3991,9 +3959,6 @@ func HasAssignedToUser() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToUserTable, AssignedToUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -4002,9 +3967,6 @@ func HasAssignedToUser() predicate.Finding { func HasAssignedToUserWith(preds ...predicate.User) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newAssignedToUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4020,9 +3982,6 @@ func HasAssignedToGroup() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToGroupTable, AssignedToGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -4031,9 +3990,6 @@ func HasAssignedToGroup() predicate.Finding { func HasAssignedToGroupWith(preds ...predicate.Group) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newAssignedToGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4049,9 +4005,6 @@ func HasEnvironment() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -4060,9 +4013,6 @@ func HasEnvironment() predicate.Finding { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4078,9 +4028,6 @@ func HasScope() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -4089,9 +4036,6 @@ func HasScope() predicate.Finding { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4107,9 +4051,6 @@ func HasFindingStatus() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FindingStatusTable, FindingStatusColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -4118,9 +4059,6 @@ func HasFindingStatus() predicate.Finding { func HasFindingStatusWith(preds ...predicate.CustomTypeEnum) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newFindingStatusStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4136,9 +4074,6 @@ func HasIntegrations() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationFindings sqlgraph.HasNeighbors(s, step) }) } @@ -4147,9 +4082,6 @@ func HasIntegrations() predicate.Finding { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4165,9 +4097,6 @@ func HasVulnerabilities() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.FindingVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -4176,9 +4105,6 @@ func HasVulnerabilities() predicate.Finding { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.FindingVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4194,9 +4120,6 @@ func HasActionPlans() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.FindingActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -4205,9 +4128,6 @@ func HasActionPlans() predicate.Finding { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.FindingActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4223,9 +4143,6 @@ func HasControls() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -4234,9 +4151,6 @@ func HasControls() predicate.Finding { func HasControlsWith(preds ...predicate.Control) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4252,9 +4166,6 @@ func HasSubcontrols() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.FindingSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -4263,9 +4174,6 @@ func HasSubcontrols() predicate.Finding { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.FindingSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4281,9 +4189,6 @@ func HasRisks() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.FindingRisks sqlgraph.HasNeighbors(s, step) }) } @@ -4292,9 +4197,6 @@ func HasRisks() predicate.Finding { func HasRisksWith(preds ...predicate.Risk) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.FindingRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4310,9 +4212,6 @@ func HasPrograms() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.FindingPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -4321,9 +4220,6 @@ func HasPrograms() predicate.Finding { func HasProgramsWith(preds ...predicate.Program) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.FindingPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4339,9 +4235,6 @@ func HasAssets() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.FindingAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4350,9 +4243,6 @@ func HasAssets() predicate.Finding { func HasAssetsWith(preds ...predicate.Asset) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.FindingAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4368,9 +4258,6 @@ func HasEntities() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.FindingEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4379,9 +4266,6 @@ func HasEntities() predicate.Finding { func HasEntitiesWith(preds ...predicate.Entity) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.FindingEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4397,9 +4281,6 @@ func HasScans() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.FindingScans sqlgraph.HasNeighbors(s, step) }) } @@ -4408,9 +4289,6 @@ func HasScans() predicate.Finding { func HasScansWith(preds ...predicate.Scan) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.FindingScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4426,9 +4304,6 @@ func HasTasks() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.FindingTasks sqlgraph.HasNeighbors(s, step) }) } @@ -4437,9 +4312,6 @@ func HasTasks() predicate.Finding { func HasTasksWith(preds ...predicate.Task) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.FindingTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4455,9 +4327,6 @@ func HasDirectoryAccounts() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, DirectoryAccountsTable, DirectoryAccountsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts sqlgraph.HasNeighbors(s, step) }) } @@ -4466,9 +4335,6 @@ func HasDirectoryAccounts() predicate.Finding { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4484,9 +4350,6 @@ func HasIdentityHolders() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.FindingIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -4495,9 +4358,6 @@ func HasIdentityHolders() predicate.Finding { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.FindingIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4513,9 +4373,6 @@ func HasRemediations() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationFindings sqlgraph.HasNeighbors(s, step) }) } @@ -4524,9 +4381,6 @@ func HasRemediations() predicate.Finding { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4542,9 +4396,6 @@ func HasReviews() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewFindings sqlgraph.HasNeighbors(s, step) }) } @@ -4553,9 +4404,6 @@ func HasReviews() predicate.Finding { func HasReviewsWith(preds ...predicate.Review) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4571,9 +4419,6 @@ func HasComments() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -4582,9 +4427,6 @@ func HasComments() predicate.Finding { func HasCommentsWith(preds ...predicate.Note) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4600,9 +4442,6 @@ func HasFiles() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -4611,9 +4450,6 @@ func HasFiles() predicate.Finding { func HasFilesWith(preds ...predicate.File) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4629,9 +4465,6 @@ func HasWorkflowObjectRefs() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -4640,9 +4473,6 @@ func HasWorkflowObjectRefs() predicate.Finding { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4658,9 +4488,6 @@ func HasCheckResults() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, CheckResultsTable, CheckResultsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.FindingCheckResults sqlgraph.HasNeighbors(s, step) }) } @@ -4669,9 +4496,6 @@ func HasCheckResults() predicate.Finding { func HasCheckResultsWith(preds ...predicate.CheckResult) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newCheckResultsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.FindingCheckResults sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4687,9 +4511,6 @@ func HasControlMappings() predicate.Finding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, ControlMappingsTable, ControlMappingsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -4698,9 +4519,6 @@ func HasControlMappings() predicate.Finding { func HasControlMappingsWith(preds ...predicate.FindingControl) predicate.Finding { return predicate.Finding(func(s *sql.Selector) { step := newControlMappingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/finding_create.go b/internal/ent/generated/finding_create.go index 91fda5d6fb..761d8e874d 100644 --- a/internal/ent/generated/finding_create.go +++ b/internal/ent/generated/finding_create.go @@ -1388,7 +1388,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { _node = &Finding{config: _c.config} _spec = sqlgraph.NewCreateSpec(finding.Table, sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Finding if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1624,7 +1623,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1642,7 +1640,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1659,7 +1656,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1676,7 +1672,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1694,7 +1689,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1712,7 +1706,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1730,7 +1723,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1748,7 +1740,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1766,7 +1757,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1784,7 +1774,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1802,7 +1791,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1819,7 +1807,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1836,7 +1823,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1853,7 +1839,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1877,7 +1862,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1894,7 +1878,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1911,7 +1894,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1928,7 +1910,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1945,7 +1926,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1962,7 +1942,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1979,7 +1958,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1996,7 +1974,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2013,7 +1990,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2030,7 +2006,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2047,7 +2022,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2064,7 +2038,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2081,7 +2054,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2098,7 +2070,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2115,7 +2086,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2132,7 +2102,6 @@ func (_c *FindingCreate) createSpec() (*Finding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/finding_delete.go b/internal/ent/generated/finding_delete.go index 8d38969c44..0687aae8b7 100644 --- a/internal/ent/generated/finding_delete.go +++ b/internal/ent/generated/finding_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/finding" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // FindingDelete is the builder for deleting a Finding entity. @@ -43,8 +41,6 @@ func (_d *FindingDelete) ExecX(ctx context.Context) int { func (_d *FindingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(finding.Table, sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Finding - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/finding_query.go b/internal/ent/generated/finding_query.go index 2ed35161be..89b62b918b 100644 --- a/internal/ent/generated/finding_query.go +++ b/internal/ent/generated/finding_query.go @@ -40,7 +40,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -157,9 +156,6 @@ func (_q *FindingQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, finding.OwnerTable, finding.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -182,9 +178,6 @@ func (_q *FindingQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.BlockedGroupsTable, finding.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -207,9 +200,6 @@ func (_q *FindingQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.EditorsTable, finding.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.FindingEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -232,9 +222,6 @@ func (_q *FindingQuery) QueryReviewedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ReviewedByUserTable, finding.ReviewedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -257,9 +244,6 @@ func (_q *FindingQuery) QueryReviewedByGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ReviewedByGroupTable, finding.ReviewedByGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -282,9 +266,6 @@ func (_q *FindingQuery) QueryAssignedToUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.AssignedToUserTable, finding.AssignedToUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -307,9 +288,6 @@ func (_q *FindingQuery) QueryAssignedToGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.AssignedToGroupTable, finding.AssignedToGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -332,9 +310,6 @@ func (_q *FindingQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.EnvironmentTable, finding.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -357,9 +332,6 @@ func (_q *FindingQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.ScopeTable, finding.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -382,9 +354,6 @@ func (_q *FindingQuery) QueryFindingStatus() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, finding.FindingStatusTable, finding.FindingStatusColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -407,9 +376,6 @@ func (_q *FindingQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.IntegrationsTable, finding.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -432,9 +398,6 @@ func (_q *FindingQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.VulnerabilitiesTable, finding.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.FindingVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -457,9 +420,6 @@ func (_q *FindingQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ActionPlansTable, finding.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.FindingActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -482,9 +442,6 @@ func (_q *FindingQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ControlsTable, finding.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -507,9 +464,6 @@ func (_q *FindingQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.SubcontrolsTable, finding.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.FindingSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -532,9 +486,6 @@ func (_q *FindingQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.RisksTable, finding.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.FindingRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -557,9 +508,6 @@ func (_q *FindingQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ProgramsTable, finding.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.FindingPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -582,9 +530,6 @@ func (_q *FindingQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.AssetsTable, finding.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.FindingAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -607,9 +552,6 @@ func (_q *FindingQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.EntitiesTable, finding.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.FindingEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -632,9 +574,6 @@ func (_q *FindingQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.ScansTable, finding.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.FindingScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -657,9 +596,6 @@ func (_q *FindingQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.TasksTable, finding.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.FindingTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -682,9 +618,6 @@ func (_q *FindingQuery) QueryDirectoryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.DirectoryAccountsTable, finding.DirectoryAccountsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.FindingDirectoryAccounts fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -707,9 +640,6 @@ func (_q *FindingQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.IdentityHoldersTable, finding.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.FindingIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -732,9 +662,6 @@ func (_q *FindingQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.RemediationsTable, finding.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -757,9 +684,6 @@ func (_q *FindingQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, finding.ReviewsTable, finding.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -782,9 +706,6 @@ func (_q *FindingQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, finding.CommentsTable, finding.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -807,9 +728,6 @@ func (_q *FindingQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, finding.FilesTable, finding.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -832,9 +750,6 @@ func (_q *FindingQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, finding.WorkflowObjectRefsTable, finding.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -857,9 +772,6 @@ func (_q *FindingQuery) QueryCheckResults() *CheckResultQuery { sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, finding.CheckResultsTable, finding.CheckResultsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.FindingCheckResults fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -882,9 +794,6 @@ func (_q *FindingQuery) QueryControlMappings() *FindingControlQuery { sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, finding.ControlMappingsTable, finding.ControlMappingsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1576,8 +1485,6 @@ func (_q *FindingQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Find node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Finding - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2000,7 +1907,6 @@ func (_q *FindingQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.FindingBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(finding.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2062,7 +1968,6 @@ func (_q *FindingQuery) loadEditors(ctx context.Context, query *GroupQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.EditorsTable) - joinT.Schema(_q.schemaConfig.FindingEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(finding.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2327,7 +2232,6 @@ func (_q *FindingQuery) loadIntegrations(ctx context.Context, query *Integration } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationFindings) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(finding.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(finding.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2389,7 +2293,6 @@ func (_q *FindingQuery) loadVulnerabilities(ctx context.Context, query *Vulnerab } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.FindingVulnerabilities) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(finding.VulnerabilitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.VulnerabilitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2451,7 +2354,6 @@ func (_q *FindingQuery) loadActionPlans(ctx context.Context, query *ActionPlanQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.ActionPlansTable) - joinT.Schema(_q.schemaConfig.FindingActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(finding.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2513,7 +2415,6 @@ func (_q *FindingQuery) loadControls(ctx context.Context, query *ControlQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.ControlsTable) - joinT.Schema(_q.schemaConfig.FindingControl) s.Join(joinT).On(s.C(control.FieldID), joinT.C(finding.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2575,7 +2476,6 @@ func (_q *FindingQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.FindingSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(finding.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2637,7 +2537,6 @@ func (_q *FindingQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.RisksTable) - joinT.Schema(_q.schemaConfig.FindingRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(finding.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2699,7 +2598,6 @@ func (_q *FindingQuery) loadPrograms(ctx context.Context, query *ProgramQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.ProgramsTable) - joinT.Schema(_q.schemaConfig.FindingPrograms) s.Join(joinT).On(s.C(program.FieldID), joinT.C(finding.ProgramsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.ProgramsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2761,7 +2659,6 @@ func (_q *FindingQuery) loadAssets(ctx context.Context, query *AssetQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.AssetsTable) - joinT.Schema(_q.schemaConfig.FindingAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(finding.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2823,7 +2720,6 @@ func (_q *FindingQuery) loadEntities(ctx context.Context, query *EntityQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.EntitiesTable) - joinT.Schema(_q.schemaConfig.FindingEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(finding.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2885,7 +2781,6 @@ func (_q *FindingQuery) loadScans(ctx context.Context, query *ScanQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.ScansTable) - joinT.Schema(_q.schemaConfig.FindingScans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(finding.ScansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.ScansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2947,7 +2842,6 @@ func (_q *FindingQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.TasksTable) - joinT.Schema(_q.schemaConfig.FindingTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(finding.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3009,7 +2903,6 @@ func (_q *FindingQuery) loadDirectoryAccounts(ctx context.Context, query *Direct } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.DirectoryAccountsTable) - joinT.Schema(_q.schemaConfig.FindingDirectoryAccounts) s.Join(joinT).On(s.C(directoryaccount.FieldID), joinT.C(finding.DirectoryAccountsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.DirectoryAccountsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3071,7 +2964,6 @@ func (_q *FindingQuery) loadIdentityHolders(ctx context.Context, query *Identity } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.FindingIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(finding.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3133,7 +3025,6 @@ func (_q *FindingQuery) loadRemediations(ctx context.Context, query *Remediation } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationFindings) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(finding.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(finding.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3195,7 +3086,6 @@ func (_q *FindingQuery) loadReviews(ctx context.Context, query *ReviewQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewFindings) s.Join(joinT).On(s.C(review.FieldID), joinT.C(finding.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(finding.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3350,7 +3240,6 @@ func (_q *FindingQuery) loadCheckResults(ctx context.Context, query *CheckResult } query.Where(func(s *sql.Selector) { joinT := sql.Table(finding.CheckResultsTable) - joinT.Schema(_q.schemaConfig.FindingCheckResults) s.Join(joinT).On(s.C(checkresult.FieldID), joinT.C(finding.CheckResultsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(finding.CheckResultsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3432,8 +3321,6 @@ func (_q *FindingQuery) loadControlMappings(ctx context.Context, query *FindingC func (_q *FindingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Finding - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3523,9 +3410,6 @@ func (_q *FindingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Finding) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/finding_update.go b/internal/ent/generated/finding_update.go index bad37879cc..b21cb805e9 100644 --- a/internal/ent/generated/finding_update.go +++ b/internal/ent/generated/finding_update.go @@ -39,8 +39,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // FindingUpdate is the builder for updating Finding entities. @@ -2520,7 +2518,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2534,7 +2531,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2551,7 +2547,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2568,7 +2563,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2582,7 +2576,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2599,7 +2592,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2616,7 +2608,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -2630,7 +2621,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2647,7 +2637,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -2661,7 +2650,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2678,7 +2666,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -2692,7 +2679,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2709,7 +2695,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -2723,7 +2708,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2740,7 +2724,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2754,7 +2737,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2771,7 +2753,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2785,7 +2766,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2802,7 +2782,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FindingStatusIDs(); len(nodes) > 0 { @@ -2816,7 +2795,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2833,7 +2811,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -2847,7 +2824,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2864,7 +2840,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2881,7 +2856,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2895,7 +2869,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2912,7 +2885,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2929,7 +2901,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2943,7 +2914,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2960,7 +2930,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2977,7 +2946,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl createE := &FindingControlCreate{config: _u.config, mutation: newFindingControlMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2998,7 +2966,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3022,7 +2989,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3046,7 +3012,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -3060,7 +3025,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3077,7 +3041,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3094,7 +3057,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -3108,7 +3070,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3125,7 +3086,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3142,7 +3102,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -3156,7 +3115,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3173,7 +3131,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3190,7 +3147,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3204,7 +3160,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3221,7 +3176,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3238,7 +3192,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -3252,7 +3205,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3269,7 +3221,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3286,7 +3237,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3300,7 +3250,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3317,7 +3266,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3334,7 +3282,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -3348,7 +3295,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3365,7 +3311,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3382,7 +3327,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -3396,7 +3340,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3413,7 +3356,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3430,7 +3372,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -3444,7 +3385,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3461,7 +3401,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3478,7 +3417,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -3492,7 +3430,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3509,7 +3446,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3526,7 +3462,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -3540,7 +3475,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3557,7 +3491,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3574,7 +3507,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -3588,7 +3520,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3605,7 +3536,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3622,7 +3552,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -3636,7 +3565,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3653,7 +3581,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3670,7 +3597,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3684,7 +3610,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3701,7 +3626,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3718,7 +3642,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -3732,7 +3655,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3749,7 +3671,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3766,7 +3687,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlMappingsIDs(); len(nodes) > 0 && !_u.mutation.ControlMappingsCleared() { @@ -3780,7 +3700,6 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3797,14 +3716,11 @@ func (_u *FindingUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Finding - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -6320,7 +6236,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -6334,7 +6249,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6351,7 +6265,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6368,7 +6281,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -6382,7 +6294,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6399,7 +6310,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6416,7 +6326,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -6430,7 +6339,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6447,7 +6355,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -6461,7 +6368,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6478,7 +6384,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -6492,7 +6397,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6509,7 +6413,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -6523,7 +6426,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6540,7 +6442,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -6554,7 +6455,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6571,7 +6471,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -6585,7 +6484,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6602,7 +6500,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FindingStatusIDs(); len(nodes) > 0 { @@ -6616,7 +6513,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6633,7 +6529,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -6647,7 +6542,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6664,7 +6558,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6681,7 +6574,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -6695,7 +6587,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6712,7 +6603,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6729,7 +6619,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -6743,7 +6632,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6760,7 +6648,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6777,7 +6664,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl createE := &FindingControlCreate{config: _u.config, mutation: newFindingControlMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -6798,7 +6684,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6822,7 +6707,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6846,7 +6730,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -6860,7 +6743,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6877,7 +6759,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6894,7 +6775,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -6908,7 +6788,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6925,7 +6804,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6942,7 +6820,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -6956,7 +6833,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6973,7 +6849,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6990,7 +6865,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -7004,7 +6878,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7021,7 +6894,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7038,7 +6910,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -7052,7 +6923,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7069,7 +6939,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7086,7 +6955,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -7100,7 +6968,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7117,7 +6984,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7134,7 +7000,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -7148,7 +7013,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7165,7 +7029,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7182,7 +7045,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -7196,7 +7058,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7213,7 +7074,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingDirectoryAccounts for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7230,7 +7090,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -7244,7 +7103,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7261,7 +7119,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7278,7 +7135,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -7292,7 +7148,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7309,7 +7164,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7326,7 +7180,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -7340,7 +7193,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7357,7 +7209,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7374,7 +7225,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -7388,7 +7238,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7405,7 +7254,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7422,7 +7270,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -7436,7 +7283,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7453,7 +7299,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7470,7 +7315,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -7484,7 +7328,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7501,7 +7344,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7518,7 +7360,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -7532,7 +7373,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7549,7 +7389,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingCheckResults for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7566,7 +7405,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlMappingsIDs(); len(nodes) > 0 && !_u.mutation.ControlMappingsCleared() { @@ -7580,7 +7418,6 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7597,14 +7434,11 @@ func (_u *FindingUpdateOne) sqlSave(ctx context.Context) (_node *Finding, err er IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Finding - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Finding{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/findingcontrol/where.go b/internal/ent/generated/findingcontrol/where.go index 8880aaee39..571aa02485 100644 --- a/internal/ent/generated/findingcontrol/where.go +++ b/internal/ent/generated/findingcontrol/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1110,9 +1108,6 @@ func HasOwner() predicate.FindingControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -1121,9 +1116,6 @@ func HasOwner() predicate.FindingControl { func HasOwnerWith(preds ...predicate.Organization) predicate.FindingControl { return predicate.FindingControl(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1139,9 +1131,6 @@ func HasFinding() predicate.FindingControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FindingTable, FindingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -1150,9 +1139,6 @@ func HasFinding() predicate.FindingControl { func HasFindingWith(preds ...predicate.Finding) predicate.FindingControl { return predicate.FindingControl(func(s *sql.Selector) { step := newFindingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1168,9 +1154,6 @@ func HasControl() predicate.FindingControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -1179,9 +1162,6 @@ func HasControl() predicate.FindingControl { func HasControlWith(preds ...predicate.Control) predicate.FindingControl { return predicate.FindingControl(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1197,9 +1177,6 @@ func HasStandard() predicate.FindingControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, StandardTable, StandardColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -1208,9 +1185,6 @@ func HasStandard() predicate.FindingControl { func HasStandardWith(preds ...predicate.Standard) predicate.FindingControl { return predicate.FindingControl(func(s *sql.Selector) { step := newStandardStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/findingcontrol_create.go b/internal/ent/generated/findingcontrol_create.go index d6b6ddc2c2..949d69a754 100644 --- a/internal/ent/generated/findingcontrol_create.go +++ b/internal/ent/generated/findingcontrol_create.go @@ -356,7 +356,6 @@ func (_c *FindingControlCreate) createSpec() (*FindingControl, *sqlgraph.CreateS _node = &FindingControl{config: _c.config} _spec = sqlgraph.NewCreateSpec(findingcontrol.Table, sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.FindingControl if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -416,7 +415,6 @@ func (_c *FindingControlCreate) createSpec() (*FindingControl, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -434,7 +432,6 @@ func (_c *FindingControlCreate) createSpec() (*FindingControl, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -452,7 +449,6 @@ func (_c *FindingControlCreate) createSpec() (*FindingControl, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -470,7 +466,6 @@ func (_c *FindingControlCreate) createSpec() (*FindingControl, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/findingcontrol_delete.go b/internal/ent/generated/findingcontrol_delete.go index 0e462699a8..04fd91cffb 100644 --- a/internal/ent/generated/findingcontrol_delete.go +++ b/internal/ent/generated/findingcontrol_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/findingcontrol" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // FindingControlDelete is the builder for deleting a FindingControl entity. @@ -43,8 +41,6 @@ func (_d *FindingControlDelete) ExecX(ctx context.Context) int { func (_d *FindingControlDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(findingcontrol.Table, sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.FindingControl - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/findingcontrol_query.go b/internal/ent/generated/findingcontrol_query.go index 9e6817feca..954f07ea8d 100644 --- a/internal/ent/generated/findingcontrol_query.go +++ b/internal/ent/generated/findingcontrol_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/standard" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -88,9 +87,6 @@ func (_q *FindingControlQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, findingcontrol.OwnerTable, findingcontrol.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -113,9 +109,6 @@ func (_q *FindingControlQuery) QueryFinding() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.FindingTable, findingcontrol.FindingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -138,9 +131,6 @@ func (_q *FindingControlQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.ControlTable, findingcontrol.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -163,9 +153,6 @@ func (_q *FindingControlQuery) QueryStandard() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, findingcontrol.StandardTable, findingcontrol.StandardColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -519,8 +506,6 @@ func (_q *FindingControlQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.FindingControl - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -684,8 +669,6 @@ func (_q *FindingControlQuery) loadStandard(ctx context.Context, query *Standard func (_q *FindingControlQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.FindingControl - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -763,9 +746,6 @@ func (_q *FindingControlQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.FindingControl) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/findingcontrol_update.go b/internal/ent/generated/findingcontrol_update.go index 7aac425289..750d43625d 100644 --- a/internal/ent/generated/findingcontrol_update.go +++ b/internal/ent/generated/findingcontrol_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/findingcontrol" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // FindingControlUpdate is the builder for updating FindingControl entities. @@ -380,7 +378,6 @@ func (_u *FindingControlUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -394,14 +391,11 @@ func (_u *FindingControlUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.FindingControl - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -801,7 +795,6 @@ func (_u *FindingControlUpdateOne) sqlSave(ctx context.Context) (_node *FindingC IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -815,14 +808,11 @@ func (_u *FindingControlUpdateOne) sqlSave(ctx context.Context) (_node *FindingC IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.FindingControl - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &FindingControl{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/gql_where_input.go b/internal/ent/generated/gql_where_input.go index e72b77eb50..5dc0bb6c18 100644 --- a/internal/ent/generated/gql_where_input.go +++ b/internal/ent/generated/gql_where_input.go @@ -123,46 +123,32 @@ type APITokenWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -176,10 +162,6 @@ type APITokenWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -193,10 +175,6 @@ type APITokenWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -210,10 +188,6 @@ type APITokenWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -227,10 +201,6 @@ type APITokenWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -238,28 +208,22 @@ type APITokenWhereInput struct { NameContainsFold *string `json:"nameContainsFold,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "is_active" field predicates. IsActive *bool `json:"isActive,omitempty"` @@ -272,10 +236,6 @@ type APITokenWhereInput struct { RevokedReasonNEQ *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGT *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGTE *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLT *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLTE *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -289,10 +249,6 @@ type APITokenWhereInput struct { RevokedByNEQ *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGT *string `json:"revokedByGT,omitempty"` - RevokedByGTE *string `json:"revokedByGTE,omitempty"` - RevokedByLT *string `json:"revokedByLT,omitempty"` - RevokedByLTE *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -302,16 +258,13 @@ type APITokenWhereInput struct { RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // "revoked_at" field predicates. - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNEQ *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -407,18 +360,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, apitoken.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, apitoken.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, apitoken.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, apitoken.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, apitoken.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, apitoken.IDEqualFold(*i.IDEqualFold)) } @@ -428,15 +369,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if i.CreatedAt != nil { predicates = append(predicates, apitoken.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, apitoken.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, apitoken.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, apitoken.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, apitoken.CreatedAtGT(*i.CreatedAtGT)) } @@ -458,15 +390,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if i.UpdatedAt != nil { predicates = append(predicates, apitoken.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, apitoken.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, apitoken.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, apitoken.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, apitoken.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -497,18 +420,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, apitoken.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, apitoken.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, apitoken.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, apitoken.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, apitoken.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, apitoken.CreatedByContains(*i.CreatedByContains)) } @@ -542,18 +453,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, apitoken.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, apitoken.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, apitoken.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, apitoken.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, apitoken.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, apitoken.UpdatedByContains(*i.UpdatedByContains)) } @@ -587,18 +486,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, apitoken.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, apitoken.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, apitoken.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, apitoken.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, apitoken.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, apitoken.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -632,18 +519,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, apitoken.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, apitoken.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, apitoken.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, apitoken.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, apitoken.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, apitoken.OwnerIDContains(*i.OwnerIDContains)) } @@ -677,18 +552,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, apitoken.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, apitoken.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, apitoken.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, apitoken.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, apitoken.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, apitoken.NameContains(*i.NameContains)) } @@ -707,15 +570,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if i.ExpiresAt != nil { predicates = append(predicates, apitoken.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, apitoken.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, apitoken.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, apitoken.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, apitoken.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -737,15 +591,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if i.LastUsedAt != nil { predicates = append(predicates, apitoken.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, apitoken.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, apitoken.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, apitoken.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, apitoken.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -788,18 +633,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.RevokedReasonNotIn) > 0 { predicates = append(predicates, apitoken.RevokedReasonNotIn(i.RevokedReasonNotIn...)) } - if i.RevokedReasonGT != nil { - predicates = append(predicates, apitoken.RevokedReasonGT(*i.RevokedReasonGT)) - } - if i.RevokedReasonGTE != nil { - predicates = append(predicates, apitoken.RevokedReasonGTE(*i.RevokedReasonGTE)) - } - if i.RevokedReasonLT != nil { - predicates = append(predicates, apitoken.RevokedReasonLT(*i.RevokedReasonLT)) - } - if i.RevokedReasonLTE != nil { - predicates = append(predicates, apitoken.RevokedReasonLTE(*i.RevokedReasonLTE)) - } if i.RevokedReasonContains != nil { predicates = append(predicates, apitoken.RevokedReasonContains(*i.RevokedReasonContains)) } @@ -833,18 +666,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if len(i.RevokedByNotIn) > 0 { predicates = append(predicates, apitoken.RevokedByNotIn(i.RevokedByNotIn...)) } - if i.RevokedByGT != nil { - predicates = append(predicates, apitoken.RevokedByGT(*i.RevokedByGT)) - } - if i.RevokedByGTE != nil { - predicates = append(predicates, apitoken.RevokedByGTE(*i.RevokedByGTE)) - } - if i.RevokedByLT != nil { - predicates = append(predicates, apitoken.RevokedByLT(*i.RevokedByLT)) - } - if i.RevokedByLTE != nil { - predicates = append(predicates, apitoken.RevokedByLTE(*i.RevokedByLTE)) - } if i.RevokedByContains != nil { predicates = append(predicates, apitoken.RevokedByContains(*i.RevokedByContains)) } @@ -869,15 +690,6 @@ func (i *APITokenWhereInput) P() (predicate.APIToken, error) { if i.RevokedAt != nil { predicates = append(predicates, apitoken.RevokedAtEQ(*i.RevokedAt)) } - if i.RevokedAtNEQ != nil { - predicates = append(predicates, apitoken.RevokedAtNEQ(*i.RevokedAtNEQ)) - } - if len(i.RevokedAtIn) > 0 { - predicates = append(predicates, apitoken.RevokedAtIn(i.RevokedAtIn...)) - } - if len(i.RevokedAtNotIn) > 0 { - predicates = append(predicates, apitoken.RevokedAtNotIn(i.RevokedAtNotIn...)) - } if i.RevokedAtGT != nil { predicates = append(predicates, apitoken.RevokedAtGT(*i.RevokedAtGT)) } @@ -952,46 +764,32 @@ type ActionPlanWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -1005,10 +803,6 @@ type ActionPlanWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -1022,10 +816,6 @@ type ActionPlanWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -1039,10 +829,6 @@ type ActionPlanWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -1056,10 +842,6 @@ type ActionPlanWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -1087,10 +869,6 @@ type ActionPlanWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -1106,16 +884,13 @@ type ActionPlanWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -1130,10 +905,6 @@ type ActionPlanWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -1147,10 +918,6 @@ type ActionPlanWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -1164,10 +931,6 @@ type ActionPlanWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -1181,10 +944,6 @@ type ActionPlanWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -1198,10 +957,6 @@ type ActionPlanWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -1215,10 +970,6 @@ type ActionPlanWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -1232,10 +983,6 @@ type ActionPlanWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -1255,10 +1002,6 @@ type ActionPlanWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -1272,10 +1015,6 @@ type ActionPlanWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -1289,10 +1028,6 @@ type ActionPlanWhereInput struct { ActionPlanKindNameNEQ *string `json:"actionPlanKindNameNEQ,omitempty"` ActionPlanKindNameIn []string `json:"actionPlanKindNameIn,omitempty"` ActionPlanKindNameNotIn []string `json:"actionPlanKindNameNotIn,omitempty"` - ActionPlanKindNameGT *string `json:"actionPlanKindNameGT,omitempty"` - ActionPlanKindNameGTE *string `json:"actionPlanKindNameGTE,omitempty"` - ActionPlanKindNameLT *string `json:"actionPlanKindNameLT,omitempty"` - ActionPlanKindNameLTE *string `json:"actionPlanKindNameLTE,omitempty"` ActionPlanKindNameContains *string `json:"actionPlanKindNameContains,omitempty"` ActionPlanKindNameHasPrefix *string `json:"actionPlanKindNameHasPrefix,omitempty"` ActionPlanKindNameHasSuffix *string `json:"actionPlanKindNameHasSuffix,omitempty"` @@ -1306,10 +1041,6 @@ type ActionPlanWhereInput struct { ActionPlanKindIDNEQ *string `json:"actionPlanKindIDNEQ,omitempty"` ActionPlanKindIDIn []string `json:"actionPlanKindIDIn,omitempty"` ActionPlanKindIDNotIn []string `json:"actionPlanKindIDNotIn,omitempty"` - ActionPlanKindIDGT *string `json:"actionPlanKindIDGT,omitempty"` - ActionPlanKindIDGTE *string `json:"actionPlanKindIDGTE,omitempty"` - ActionPlanKindIDLT *string `json:"actionPlanKindIDLT,omitempty"` - ActionPlanKindIDLTE *string `json:"actionPlanKindIDLTE,omitempty"` ActionPlanKindIDContains *string `json:"actionPlanKindIDContains,omitempty"` ActionPlanKindIDHasPrefix *string `json:"actionPlanKindIDHasPrefix,omitempty"` ActionPlanKindIDHasSuffix *string `json:"actionPlanKindIDHasSuffix,omitempty"` @@ -1329,10 +1060,6 @@ type ActionPlanWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -1344,10 +1071,6 @@ type ActionPlanWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -1357,28 +1080,22 @@ type ActionPlanWhereInput struct { DescriptionContainsFold *string `json:"descriptionContainsFold,omitempty"` // "due_date" field predicates. - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNEQ *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []time.Time `json:"dueDateNotIn,omitempty"` - DueDateGT *time.Time `json:"dueDateGT,omitempty"` - DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` - DueDateLT *time.Time `json:"dueDateLT,omitempty"` - DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGT *time.Time `json:"dueDateGT,omitempty"` + DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` + DueDateLT *time.Time `json:"dueDateLT,omitempty"` + DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNEQ *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "priority" field predicates. Priority *enums.Priority `json:"priority,omitempty"` @@ -1401,10 +1118,6 @@ type ActionPlanWhereInput struct { BlockerReasonNEQ *string `json:"blockerReasonNEQ,omitempty"` BlockerReasonIn []string `json:"blockerReasonIn,omitempty"` BlockerReasonNotIn []string `json:"blockerReasonNotIn,omitempty"` - BlockerReasonGT *string `json:"blockerReasonGT,omitempty"` - BlockerReasonGTE *string `json:"blockerReasonGTE,omitempty"` - BlockerReasonLT *string `json:"blockerReasonLT,omitempty"` - BlockerReasonLTE *string `json:"blockerReasonLTE,omitempty"` BlockerReasonContains *string `json:"blockerReasonContains,omitempty"` BlockerReasonHasPrefix *string `json:"blockerReasonHasPrefix,omitempty"` BlockerReasonHasSuffix *string `json:"blockerReasonHasSuffix,omitempty"` @@ -1418,10 +1131,6 @@ type ActionPlanWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -1611,18 +1320,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, actionplan.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, actionplan.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, actionplan.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, actionplan.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, actionplan.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, actionplan.IDEqualFold(*i.IDEqualFold)) } @@ -1632,15 +1329,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if i.CreatedAt != nil { predicates = append(predicates, actionplan.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, actionplan.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, actionplan.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, actionplan.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, actionplan.CreatedAtGT(*i.CreatedAtGT)) } @@ -1662,15 +1350,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if i.UpdatedAt != nil { predicates = append(predicates, actionplan.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, actionplan.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, actionplan.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, actionplan.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, actionplan.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -1701,18 +1380,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, actionplan.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, actionplan.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, actionplan.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, actionplan.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, actionplan.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, actionplan.CreatedByContains(*i.CreatedByContains)) } @@ -1746,18 +1413,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, actionplan.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, actionplan.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, actionplan.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, actionplan.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, actionplan.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, actionplan.UpdatedByContains(*i.UpdatedByContains)) } @@ -1791,18 +1446,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, actionplan.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, actionplan.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, actionplan.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, actionplan.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, actionplan.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, actionplan.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -1836,18 +1479,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, actionplan.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, actionplan.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, actionplan.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, actionplan.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, actionplan.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, actionplan.RevisionContains(*i.RevisionContains)) } @@ -1881,18 +1512,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, actionplan.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, actionplan.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, actionplan.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, actionplan.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, actionplan.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, actionplan.NameContains(*i.NameContains)) } @@ -1956,18 +1575,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, actionplan.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, actionplan.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, actionplan.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, actionplan.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, actionplan.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, actionplan.DetailsContains(*i.DetailsContains)) } @@ -2004,15 +1611,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if i.ReviewDue != nil { predicates = append(predicates, actionplan.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, actionplan.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, actionplan.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, actionplan.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, actionplan.ReviewDueGT(*i.ReviewDueGT)) } @@ -2061,18 +1659,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, actionplan.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, actionplan.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, actionplan.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, actionplan.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, actionplan.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, actionplan.ApproverIDContains(*i.ApproverIDContains)) } @@ -2106,18 +1692,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, actionplan.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, actionplan.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, actionplan.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, actionplan.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, actionplan.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, actionplan.DelegateIDContains(*i.DelegateIDContains)) } @@ -2151,18 +1725,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, actionplan.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, actionplan.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, actionplan.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, actionplan.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, actionplan.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, actionplan.URLContains(*i.URLContains)) } @@ -2196,18 +1758,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, actionplan.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, actionplan.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, actionplan.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, actionplan.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, actionplan.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, actionplan.FileIDContains(*i.FileIDContains)) } @@ -2241,18 +1791,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, actionplan.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, actionplan.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, actionplan.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, actionplan.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, actionplan.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, actionplan.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -2286,18 +1824,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, actionplan.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, actionplan.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, actionplan.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, actionplan.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, actionplan.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, actionplan.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -2331,18 +1857,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, actionplan.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, actionplan.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, actionplan.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, actionplan.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, actionplan.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, actionplan.OwnerIDContains(*i.OwnerIDContains)) } @@ -2388,18 +1902,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, actionplan.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, actionplan.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, actionplan.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, actionplan.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, actionplan.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, actionplan.InternalNotesContains(*i.InternalNotesContains)) } @@ -2433,18 +1935,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, actionplan.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, actionplan.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, actionplan.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, actionplan.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, actionplan.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, actionplan.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -2478,18 +1968,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.ActionPlanKindNameNotIn) > 0 { predicates = append(predicates, actionplan.ActionPlanKindNameNotIn(i.ActionPlanKindNameNotIn...)) } - if i.ActionPlanKindNameGT != nil { - predicates = append(predicates, actionplan.ActionPlanKindNameGT(*i.ActionPlanKindNameGT)) - } - if i.ActionPlanKindNameGTE != nil { - predicates = append(predicates, actionplan.ActionPlanKindNameGTE(*i.ActionPlanKindNameGTE)) - } - if i.ActionPlanKindNameLT != nil { - predicates = append(predicates, actionplan.ActionPlanKindNameLT(*i.ActionPlanKindNameLT)) - } - if i.ActionPlanKindNameLTE != nil { - predicates = append(predicates, actionplan.ActionPlanKindNameLTE(*i.ActionPlanKindNameLTE)) - } if i.ActionPlanKindNameContains != nil { predicates = append(predicates, actionplan.ActionPlanKindNameContains(*i.ActionPlanKindNameContains)) } @@ -2523,18 +2001,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.ActionPlanKindIDNotIn) > 0 { predicates = append(predicates, actionplan.ActionPlanKindIDNotIn(i.ActionPlanKindIDNotIn...)) } - if i.ActionPlanKindIDGT != nil { - predicates = append(predicates, actionplan.ActionPlanKindIDGT(*i.ActionPlanKindIDGT)) - } - if i.ActionPlanKindIDGTE != nil { - predicates = append(predicates, actionplan.ActionPlanKindIDGTE(*i.ActionPlanKindIDGTE)) - } - if i.ActionPlanKindIDLT != nil { - predicates = append(predicates, actionplan.ActionPlanKindIDLT(*i.ActionPlanKindIDLT)) - } - if i.ActionPlanKindIDLTE != nil { - predicates = append(predicates, actionplan.ActionPlanKindIDLTE(*i.ActionPlanKindIDLTE)) - } if i.ActionPlanKindIDContains != nil { predicates = append(predicates, actionplan.ActionPlanKindIDContains(*i.ActionPlanKindIDContains)) } @@ -2580,18 +2046,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, actionplan.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, actionplan.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, actionplan.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, actionplan.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, actionplan.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, actionplan.TitleContains(*i.TitleContains)) } @@ -2619,18 +2073,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, actionplan.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, actionplan.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, actionplan.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, actionplan.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, actionplan.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, actionplan.DescriptionContains(*i.DescriptionContains)) } @@ -2655,15 +2097,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if i.DueDate != nil { predicates = append(predicates, actionplan.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, actionplan.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, actionplan.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, actionplan.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, actionplan.DueDateGT(*i.DueDateGT)) } @@ -2685,15 +2118,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if i.CompletedAt != nil { predicates = append(predicates, actionplan.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, actionplan.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, actionplan.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, actionplan.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, actionplan.CompletedAtGT(*i.CompletedAtGT)) } @@ -2754,18 +2178,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.BlockerReasonNotIn) > 0 { predicates = append(predicates, actionplan.BlockerReasonNotIn(i.BlockerReasonNotIn...)) } - if i.BlockerReasonGT != nil { - predicates = append(predicates, actionplan.BlockerReasonGT(*i.BlockerReasonGT)) - } - if i.BlockerReasonGTE != nil { - predicates = append(predicates, actionplan.BlockerReasonGTE(*i.BlockerReasonGTE)) - } - if i.BlockerReasonLT != nil { - predicates = append(predicates, actionplan.BlockerReasonLT(*i.BlockerReasonLT)) - } - if i.BlockerReasonLTE != nil { - predicates = append(predicates, actionplan.BlockerReasonLTE(*i.BlockerReasonLTE)) - } if i.BlockerReasonContains != nil { predicates = append(predicates, actionplan.BlockerReasonContains(*i.BlockerReasonContains)) } @@ -2799,18 +2211,6 @@ func (i *ActionPlanWhereInput) P() (predicate.ActionPlan, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, actionplan.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, actionplan.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, actionplan.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, actionplan.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, actionplan.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, actionplan.SourceContains(*i.SourceContains)) } @@ -3264,46 +2664,32 @@ type AssessmentWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -3317,10 +2703,6 @@ type AssessmentWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -3334,10 +2716,6 @@ type AssessmentWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -3351,10 +2729,6 @@ type AssessmentWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -3374,10 +2748,6 @@ type AssessmentWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -3391,10 +2761,6 @@ type AssessmentWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -3414,10 +2780,6 @@ type AssessmentWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -3435,10 +2797,6 @@ type AssessmentWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -3448,16 +2806,14 @@ type AssessmentWhereInput struct { TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // "response_due_duration" field predicates. - ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` - ResponseDueDurationNEQ *int64 `json:"responseDueDurationNEQ,omitempty"` - ResponseDueDurationIn []int64 `json:"responseDueDurationIn,omitempty"` - ResponseDueDurationNotIn []int64 `json:"responseDueDurationNotIn,omitempty"` - ResponseDueDurationGT *int64 `json:"responseDueDurationGT,omitempty"` - ResponseDueDurationGTE *int64 `json:"responseDueDurationGTE,omitempty"` - ResponseDueDurationLT *int64 `json:"responseDueDurationLT,omitempty"` - ResponseDueDurationLTE *int64 `json:"responseDueDurationLTE,omitempty"` - ResponseDueDurationIsNil bool `json:"responseDueDurationIsNil,omitempty"` - ResponseDueDurationNotNil bool `json:"responseDueDurationNotNil,omitempty"` + ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` + ResponseDueDurationNEQ *int64 `json:"responseDueDurationNEQ,omitempty"` + ResponseDueDurationGT *int64 `json:"responseDueDurationGT,omitempty"` + ResponseDueDurationGTE *int64 `json:"responseDueDurationGTE,omitempty"` + ResponseDueDurationLT *int64 `json:"responseDueDurationLT,omitempty"` + ResponseDueDurationLTE *int64 `json:"responseDueDurationLTE,omitempty"` + ResponseDueDurationIsNil bool `json:"responseDueDurationIsNil,omitempty"` + ResponseDueDurationNotNil bool `json:"responseDueDurationNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -3586,18 +2942,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, assessment.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, assessment.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, assessment.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, assessment.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, assessment.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, assessment.IDEqualFold(*i.IDEqualFold)) } @@ -3607,15 +2951,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if i.CreatedAt != nil { predicates = append(predicates, assessment.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, assessment.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, assessment.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, assessment.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, assessment.CreatedAtGT(*i.CreatedAtGT)) } @@ -3637,15 +2972,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if i.UpdatedAt != nil { predicates = append(predicates, assessment.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, assessment.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, assessment.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, assessment.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, assessment.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -3676,18 +3002,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, assessment.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, assessment.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, assessment.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, assessment.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, assessment.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, assessment.CreatedByContains(*i.CreatedByContains)) } @@ -3721,18 +3035,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, assessment.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, assessment.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, assessment.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, assessment.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, assessment.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, assessment.UpdatedByContains(*i.UpdatedByContains)) } @@ -3766,18 +3068,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, assessment.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, assessment.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, assessment.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, assessment.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, assessment.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, assessment.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -3811,18 +3101,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, assessment.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, assessment.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, assessment.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, assessment.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, assessment.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, assessment.OwnerIDContains(*i.OwnerIDContains)) } @@ -3868,18 +3146,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, assessment.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, assessment.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, assessment.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, assessment.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, assessment.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, assessment.InternalNotesContains(*i.InternalNotesContains)) } @@ -3913,18 +3179,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, assessment.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, assessment.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, assessment.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, assessment.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, assessment.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, assessment.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -3970,18 +3224,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, assessment.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, assessment.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, assessment.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, assessment.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, assessment.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, assessment.NameContains(*i.NameContains)) } @@ -4021,18 +3263,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, assessment.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, assessment.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, assessment.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, assessment.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, assessment.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, assessment.TemplateIDContains(*i.TemplateIDContains)) } @@ -4060,12 +3290,6 @@ func (i *AssessmentWhereInput) P() (predicate.Assessment, error) { if i.ResponseDueDurationNEQ != nil { predicates = append(predicates, assessment.ResponseDueDurationNEQ(*i.ResponseDueDurationNEQ)) } - if len(i.ResponseDueDurationIn) > 0 { - predicates = append(predicates, assessment.ResponseDueDurationIn(i.ResponseDueDurationIn...)) - } - if len(i.ResponseDueDurationNotIn) > 0 { - predicates = append(predicates, assessment.ResponseDueDurationNotIn(i.ResponseDueDurationNotIn...)) - } if i.ResponseDueDurationGT != nil { predicates = append(predicates, assessment.ResponseDueDurationGT(*i.ResponseDueDurationGT)) } @@ -4303,46 +3527,32 @@ type AssessmentResponseWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -4356,10 +3566,6 @@ type AssessmentResponseWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -4373,10 +3579,6 @@ type AssessmentResponseWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -4390,10 +3592,6 @@ type AssessmentResponseWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -4413,10 +3611,6 @@ type AssessmentResponseWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -4432,10 +3626,6 @@ type AssessmentResponseWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -4449,10 +3639,6 @@ type AssessmentResponseWhereInput struct { IdentityHolderIDNEQ *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIDGT *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIDGTE *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIDLT *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIDLTE *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -4466,10 +3652,6 @@ type AssessmentResponseWhereInput struct { EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -4483,10 +3665,6 @@ type AssessmentResponseWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -4500,10 +3678,6 @@ type AssessmentResponseWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -4513,86 +3687,68 @@ type AssessmentResponseWhereInput struct { EmailContainsFold *string `json:"emailContainsFold,omitempty"` // "send_attempts" field predicates. - SendAttempts *int `json:"sendAttempts,omitempty"` - SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` - SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` - SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int `json:"sendAttempts,omitempty"` + SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` + SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` + SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` // "email_delivered_at" field predicates. - EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` - EmailDeliveredAtNEQ *time.Time `json:"emailDeliveredAtNEQ,omitempty"` - EmailDeliveredAtIn []time.Time `json:"emailDeliveredAtIn,omitempty"` - EmailDeliveredAtNotIn []time.Time `json:"emailDeliveredAtNotIn,omitempty"` - EmailDeliveredAtGT *time.Time `json:"emailDeliveredAtGT,omitempty"` - EmailDeliveredAtGTE *time.Time `json:"emailDeliveredAtGTE,omitempty"` - EmailDeliveredAtLT *time.Time `json:"emailDeliveredAtLT,omitempty"` - EmailDeliveredAtLTE *time.Time `json:"emailDeliveredAtLTE,omitempty"` - EmailDeliveredAtIsNil bool `json:"emailDeliveredAtIsNil,omitempty"` - EmailDeliveredAtNotNil bool `json:"emailDeliveredAtNotNil,omitempty"` + EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` + EmailDeliveredAtGT *time.Time `json:"emailDeliveredAtGT,omitempty"` + EmailDeliveredAtGTE *time.Time `json:"emailDeliveredAtGTE,omitempty"` + EmailDeliveredAtLT *time.Time `json:"emailDeliveredAtLT,omitempty"` + EmailDeliveredAtLTE *time.Time `json:"emailDeliveredAtLTE,omitempty"` + EmailDeliveredAtIsNil bool `json:"emailDeliveredAtIsNil,omitempty"` + EmailDeliveredAtNotNil bool `json:"emailDeliveredAtNotNil,omitempty"` // "email_opened_at" field predicates. - EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` - EmailOpenedAtNEQ *time.Time `json:"emailOpenedAtNEQ,omitempty"` - EmailOpenedAtIn []time.Time `json:"emailOpenedAtIn,omitempty"` - EmailOpenedAtNotIn []time.Time `json:"emailOpenedAtNotIn,omitempty"` - EmailOpenedAtGT *time.Time `json:"emailOpenedAtGT,omitempty"` - EmailOpenedAtGTE *time.Time `json:"emailOpenedAtGTE,omitempty"` - EmailOpenedAtLT *time.Time `json:"emailOpenedAtLT,omitempty"` - EmailOpenedAtLTE *time.Time `json:"emailOpenedAtLTE,omitempty"` - EmailOpenedAtIsNil bool `json:"emailOpenedAtIsNil,omitempty"` - EmailOpenedAtNotNil bool `json:"emailOpenedAtNotNil,omitempty"` + EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` + EmailOpenedAtGT *time.Time `json:"emailOpenedAtGT,omitempty"` + EmailOpenedAtGTE *time.Time `json:"emailOpenedAtGTE,omitempty"` + EmailOpenedAtLT *time.Time `json:"emailOpenedAtLT,omitempty"` + EmailOpenedAtLTE *time.Time `json:"emailOpenedAtLTE,omitempty"` + EmailOpenedAtIsNil bool `json:"emailOpenedAtIsNil,omitempty"` + EmailOpenedAtNotNil bool `json:"emailOpenedAtNotNil,omitempty"` // "email_clicked_at" field predicates. - EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` - EmailClickedAtNEQ *time.Time `json:"emailClickedAtNEQ,omitempty"` - EmailClickedAtIn []time.Time `json:"emailClickedAtIn,omitempty"` - EmailClickedAtNotIn []time.Time `json:"emailClickedAtNotIn,omitempty"` - EmailClickedAtGT *time.Time `json:"emailClickedAtGT,omitempty"` - EmailClickedAtGTE *time.Time `json:"emailClickedAtGTE,omitempty"` - EmailClickedAtLT *time.Time `json:"emailClickedAtLT,omitempty"` - EmailClickedAtLTE *time.Time `json:"emailClickedAtLTE,omitempty"` - EmailClickedAtIsNil bool `json:"emailClickedAtIsNil,omitempty"` - EmailClickedAtNotNil bool `json:"emailClickedAtNotNil,omitempty"` + EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` + EmailClickedAtGT *time.Time `json:"emailClickedAtGT,omitempty"` + EmailClickedAtGTE *time.Time `json:"emailClickedAtGTE,omitempty"` + EmailClickedAtLT *time.Time `json:"emailClickedAtLT,omitempty"` + EmailClickedAtLTE *time.Time `json:"emailClickedAtLTE,omitempty"` + EmailClickedAtIsNil bool `json:"emailClickedAtIsNil,omitempty"` + EmailClickedAtNotNil bool `json:"emailClickedAtNotNil,omitempty"` // "email_open_count" field predicates. - EmailOpenCount *int `json:"emailOpenCount,omitempty"` - EmailOpenCountNEQ *int `json:"emailOpenCountNEQ,omitempty"` - EmailOpenCountIn []int `json:"emailOpenCountIn,omitempty"` - EmailOpenCountNotIn []int `json:"emailOpenCountNotIn,omitempty"` - EmailOpenCountGT *int `json:"emailOpenCountGT,omitempty"` - EmailOpenCountGTE *int `json:"emailOpenCountGTE,omitempty"` - EmailOpenCountLT *int `json:"emailOpenCountLT,omitempty"` - EmailOpenCountLTE *int `json:"emailOpenCountLTE,omitempty"` - EmailOpenCountIsNil bool `json:"emailOpenCountIsNil,omitempty"` - EmailOpenCountNotNil bool `json:"emailOpenCountNotNil,omitempty"` + EmailOpenCount *int `json:"emailOpenCount,omitempty"` + EmailOpenCountNEQ *int `json:"emailOpenCountNEQ,omitempty"` + EmailOpenCountGT *int `json:"emailOpenCountGT,omitempty"` + EmailOpenCountGTE *int `json:"emailOpenCountGTE,omitempty"` + EmailOpenCountLT *int `json:"emailOpenCountLT,omitempty"` + EmailOpenCountLTE *int `json:"emailOpenCountLTE,omitempty"` + EmailOpenCountIsNil bool `json:"emailOpenCountIsNil,omitempty"` + EmailOpenCountNotNil bool `json:"emailOpenCountNotNil,omitempty"` // "email_click_count" field predicates. - EmailClickCount *int `json:"emailClickCount,omitempty"` - EmailClickCountNEQ *int `json:"emailClickCountNEQ,omitempty"` - EmailClickCountIn []int `json:"emailClickCountIn,omitempty"` - EmailClickCountNotIn []int `json:"emailClickCountNotIn,omitempty"` - EmailClickCountGT *int `json:"emailClickCountGT,omitempty"` - EmailClickCountGTE *int `json:"emailClickCountGTE,omitempty"` - EmailClickCountLT *int `json:"emailClickCountLT,omitempty"` - EmailClickCountLTE *int `json:"emailClickCountLTE,omitempty"` - EmailClickCountIsNil bool `json:"emailClickCountIsNil,omitempty"` - EmailClickCountNotNil bool `json:"emailClickCountNotNil,omitempty"` + EmailClickCount *int `json:"emailClickCount,omitempty"` + EmailClickCountNEQ *int `json:"emailClickCountNEQ,omitempty"` + EmailClickCountGT *int `json:"emailClickCountGT,omitempty"` + EmailClickCountGTE *int `json:"emailClickCountGTE,omitempty"` + EmailClickCountLT *int `json:"emailClickCountLT,omitempty"` + EmailClickCountLTE *int `json:"emailClickCountLTE,omitempty"` + EmailClickCountIsNil bool `json:"emailClickCountIsNil,omitempty"` + EmailClickCountNotNil bool `json:"emailClickCountNotNil,omitempty"` // "last_email_event_at" field predicates. - LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` - LastEmailEventAtNEQ *time.Time `json:"lastEmailEventAtNEQ,omitempty"` - LastEmailEventAtIn []time.Time `json:"lastEmailEventAtIn,omitempty"` - LastEmailEventAtNotIn []time.Time `json:"lastEmailEventAtNotIn,omitempty"` - LastEmailEventAtGT *time.Time `json:"lastEmailEventAtGT,omitempty"` - LastEmailEventAtGTE *time.Time `json:"lastEmailEventAtGTE,omitempty"` - LastEmailEventAtLT *time.Time `json:"lastEmailEventAtLT,omitempty"` - LastEmailEventAtLTE *time.Time `json:"lastEmailEventAtLTE,omitempty"` - LastEmailEventAtIsNil bool `json:"lastEmailEventAtIsNil,omitempty"` - LastEmailEventAtNotNil bool `json:"lastEmailEventAtNotNil,omitempty"` + LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` + LastEmailEventAtGT *time.Time `json:"lastEmailEventAtGT,omitempty"` + LastEmailEventAtGTE *time.Time `json:"lastEmailEventAtGTE,omitempty"` + LastEmailEventAtLT *time.Time `json:"lastEmailEventAtLT,omitempty"` + LastEmailEventAtLTE *time.Time `json:"lastEmailEventAtLTE,omitempty"` + LastEmailEventAtIsNil bool `json:"lastEmailEventAtIsNil,omitempty"` + LastEmailEventAtNotNil bool `json:"lastEmailEventAtNotNil,omitempty"` // "status" field predicates. Status *enums.AssessmentResponseStatus `json:"status,omitempty"` @@ -4601,48 +3757,36 @@ type AssessmentResponseWhereInput struct { StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // "assigned_at" field predicates. - AssignedAt *time.Time `json:"assignedAt,omitempty"` - AssignedAtNEQ *time.Time `json:"assignedAtNEQ,omitempty"` - AssignedAtIn []time.Time `json:"assignedAtIn,omitempty"` - AssignedAtNotIn []time.Time `json:"assignedAtNotIn,omitempty"` - AssignedAtGT *time.Time `json:"assignedAtGT,omitempty"` - AssignedAtGTE *time.Time `json:"assignedAtGTE,omitempty"` - AssignedAtLT *time.Time `json:"assignedAtLT,omitempty"` - AssignedAtLTE *time.Time `json:"assignedAtLTE,omitempty"` + AssignedAt *time.Time `json:"assignedAt,omitempty"` + AssignedAtGT *time.Time `json:"assignedAtGT,omitempty"` + AssignedAtGTE *time.Time `json:"assignedAtGTE,omitempty"` + AssignedAtLT *time.Time `json:"assignedAtLT,omitempty"` + AssignedAtLTE *time.Time `json:"assignedAtLTE,omitempty"` // "started_at" field predicates. - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNEQ *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGT *time.Time `json:"startedAtGT,omitempty"` - StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLT *time.Time `json:"startedAtLT,omitempty"` - StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGT *time.Time `json:"startedAtGT,omitempty"` + StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLT *time.Time `json:"startedAtLT,omitempty"` + StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` // "completed_at" field predicates. - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNEQ *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "due_date" field predicates. - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNEQ *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []time.Time `json:"dueDateNotIn,omitempty"` - DueDateGT *time.Time `json:"dueDateGT,omitempty"` - DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` - DueDateLT *time.Time `json:"dueDateLT,omitempty"` - DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGT *time.Time `json:"dueDateGT,omitempty"` + DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` + DueDateLT *time.Time `json:"dueDateLT,omitempty"` + DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "is_draft" field predicates. IsDraft *bool `json:"isDraft,omitempty"` @@ -4764,18 +3908,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, assessmentresponse.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, assessmentresponse.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, assessmentresponse.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, assessmentresponse.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, assessmentresponse.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, assessmentresponse.IDEqualFold(*i.IDEqualFold)) } @@ -4785,15 +3917,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.CreatedAt != nil { predicates = append(predicates, assessmentresponse.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, assessmentresponse.CreatedAtGT(*i.CreatedAtGT)) } @@ -4815,15 +3938,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.UpdatedAt != nil { predicates = append(predicates, assessmentresponse.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, assessmentresponse.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -4854,18 +3968,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, assessmentresponse.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, assessmentresponse.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, assessmentresponse.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, assessmentresponse.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, assessmentresponse.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, assessmentresponse.CreatedByContains(*i.CreatedByContains)) } @@ -4899,18 +4001,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, assessmentresponse.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, assessmentresponse.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, assessmentresponse.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, assessmentresponse.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, assessmentresponse.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, assessmentresponse.UpdatedByContains(*i.UpdatedByContains)) } @@ -4944,18 +4034,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, assessmentresponse.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -4989,18 +4067,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, assessmentresponse.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, assessmentresponse.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, assessmentresponse.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, assessmentresponse.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, assessmentresponse.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, assessmentresponse.OwnerIDContains(*i.OwnerIDContains)) } @@ -5046,18 +4112,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, assessmentresponse.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, assessmentresponse.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, assessmentresponse.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, assessmentresponse.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, assessmentresponse.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, assessmentresponse.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -5091,18 +4145,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, assessmentresponse.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, assessmentresponse.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, assessmentresponse.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, assessmentresponse.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, assessmentresponse.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, assessmentresponse.CampaignIDContains(*i.CampaignIDContains)) } @@ -5136,18 +4178,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.IdentityHolderIDNotIn) > 0 { predicates = append(predicates, assessmentresponse.IdentityHolderIDNotIn(i.IdentityHolderIDNotIn...)) } - if i.IdentityHolderIDGT != nil { - predicates = append(predicates, assessmentresponse.IdentityHolderIDGT(*i.IdentityHolderIDGT)) - } - if i.IdentityHolderIDGTE != nil { - predicates = append(predicates, assessmentresponse.IdentityHolderIDGTE(*i.IdentityHolderIDGTE)) - } - if i.IdentityHolderIDLT != nil { - predicates = append(predicates, assessmentresponse.IdentityHolderIDLT(*i.IdentityHolderIDLT)) - } - if i.IdentityHolderIDLTE != nil { - predicates = append(predicates, assessmentresponse.IdentityHolderIDLTE(*i.IdentityHolderIDLTE)) - } if i.IdentityHolderIDContains != nil { predicates = append(predicates, assessmentresponse.IdentityHolderIDContains(*i.IdentityHolderIDContains)) } @@ -5181,18 +4211,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, assessmentresponse.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, assessmentresponse.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, assessmentresponse.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, assessmentresponse.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, assessmentresponse.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, assessmentresponse.EntityIDContains(*i.EntityIDContains)) } @@ -5226,18 +4244,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, assessmentresponse.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, assessmentresponse.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, assessmentresponse.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, assessmentresponse.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, assessmentresponse.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, assessmentresponse.DisplayNameContains(*i.DisplayNameContains)) } @@ -5271,18 +4277,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if len(i.EmailNotIn) > 0 { predicates = append(predicates, assessmentresponse.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, assessmentresponse.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, assessmentresponse.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, assessmentresponse.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, assessmentresponse.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, assessmentresponse.EmailContains(*i.EmailContains)) } @@ -5310,12 +4304,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.SendAttemptsNEQ != nil { predicates = append(predicates, assessmentresponse.SendAttemptsNEQ(*i.SendAttemptsNEQ)) } - if len(i.SendAttemptsIn) > 0 { - predicates = append(predicates, assessmentresponse.SendAttemptsIn(i.SendAttemptsIn...)) - } - if len(i.SendAttemptsNotIn) > 0 { - predicates = append(predicates, assessmentresponse.SendAttemptsNotIn(i.SendAttemptsNotIn...)) - } if i.SendAttemptsGT != nil { predicates = append(predicates, assessmentresponse.SendAttemptsGT(*i.SendAttemptsGT)) } @@ -5331,15 +4319,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.EmailDeliveredAt != nil { predicates = append(predicates, assessmentresponse.EmailDeliveredAtEQ(*i.EmailDeliveredAt)) } - if i.EmailDeliveredAtNEQ != nil { - predicates = append(predicates, assessmentresponse.EmailDeliveredAtNEQ(*i.EmailDeliveredAtNEQ)) - } - if len(i.EmailDeliveredAtIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailDeliveredAtIn(i.EmailDeliveredAtIn...)) - } - if len(i.EmailDeliveredAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailDeliveredAtNotIn(i.EmailDeliveredAtNotIn...)) - } if i.EmailDeliveredAtGT != nil { predicates = append(predicates, assessmentresponse.EmailDeliveredAtGT(*i.EmailDeliveredAtGT)) } @@ -5361,15 +4340,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.EmailOpenedAt != nil { predicates = append(predicates, assessmentresponse.EmailOpenedAtEQ(*i.EmailOpenedAt)) } - if i.EmailOpenedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.EmailOpenedAtNEQ(*i.EmailOpenedAtNEQ)) - } - if len(i.EmailOpenedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailOpenedAtIn(i.EmailOpenedAtIn...)) - } - if len(i.EmailOpenedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailOpenedAtNotIn(i.EmailOpenedAtNotIn...)) - } if i.EmailOpenedAtGT != nil { predicates = append(predicates, assessmentresponse.EmailOpenedAtGT(*i.EmailOpenedAtGT)) } @@ -5391,15 +4361,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.EmailClickedAt != nil { predicates = append(predicates, assessmentresponse.EmailClickedAtEQ(*i.EmailClickedAt)) } - if i.EmailClickedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.EmailClickedAtNEQ(*i.EmailClickedAtNEQ)) - } - if len(i.EmailClickedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailClickedAtIn(i.EmailClickedAtIn...)) - } - if len(i.EmailClickedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailClickedAtNotIn(i.EmailClickedAtNotIn...)) - } if i.EmailClickedAtGT != nil { predicates = append(predicates, assessmentresponse.EmailClickedAtGT(*i.EmailClickedAtGT)) } @@ -5424,12 +4385,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.EmailOpenCountNEQ != nil { predicates = append(predicates, assessmentresponse.EmailOpenCountNEQ(*i.EmailOpenCountNEQ)) } - if len(i.EmailOpenCountIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailOpenCountIn(i.EmailOpenCountIn...)) - } - if len(i.EmailOpenCountNotIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailOpenCountNotIn(i.EmailOpenCountNotIn...)) - } if i.EmailOpenCountGT != nil { predicates = append(predicates, assessmentresponse.EmailOpenCountGT(*i.EmailOpenCountGT)) } @@ -5454,12 +4409,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.EmailClickCountNEQ != nil { predicates = append(predicates, assessmentresponse.EmailClickCountNEQ(*i.EmailClickCountNEQ)) } - if len(i.EmailClickCountIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailClickCountIn(i.EmailClickCountIn...)) - } - if len(i.EmailClickCountNotIn) > 0 { - predicates = append(predicates, assessmentresponse.EmailClickCountNotIn(i.EmailClickCountNotIn...)) - } if i.EmailClickCountGT != nil { predicates = append(predicates, assessmentresponse.EmailClickCountGT(*i.EmailClickCountGT)) } @@ -5481,15 +4430,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.LastEmailEventAt != nil { predicates = append(predicates, assessmentresponse.LastEmailEventAtEQ(*i.LastEmailEventAt)) } - if i.LastEmailEventAtNEQ != nil { - predicates = append(predicates, assessmentresponse.LastEmailEventAtNEQ(*i.LastEmailEventAtNEQ)) - } - if len(i.LastEmailEventAtIn) > 0 { - predicates = append(predicates, assessmentresponse.LastEmailEventAtIn(i.LastEmailEventAtIn...)) - } - if len(i.LastEmailEventAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.LastEmailEventAtNotIn(i.LastEmailEventAtNotIn...)) - } if i.LastEmailEventAtGT != nil { predicates = append(predicates, assessmentresponse.LastEmailEventAtGT(*i.LastEmailEventAtGT)) } @@ -5523,15 +4463,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.AssignedAt != nil { predicates = append(predicates, assessmentresponse.AssignedAtEQ(*i.AssignedAt)) } - if i.AssignedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.AssignedAtNEQ(*i.AssignedAtNEQ)) - } - if len(i.AssignedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.AssignedAtIn(i.AssignedAtIn...)) - } - if len(i.AssignedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.AssignedAtNotIn(i.AssignedAtNotIn...)) - } if i.AssignedAtGT != nil { predicates = append(predicates, assessmentresponse.AssignedAtGT(*i.AssignedAtGT)) } @@ -5547,15 +4478,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.StartedAt != nil { predicates = append(predicates, assessmentresponse.StartedAtEQ(*i.StartedAt)) } - if i.StartedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.StartedAtNEQ(*i.StartedAtNEQ)) - } - if len(i.StartedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.StartedAtIn(i.StartedAtIn...)) - } - if len(i.StartedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.StartedAtNotIn(i.StartedAtNotIn...)) - } if i.StartedAtGT != nil { predicates = append(predicates, assessmentresponse.StartedAtGT(*i.StartedAtGT)) } @@ -5571,15 +4493,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.CompletedAt != nil { predicates = append(predicates, assessmentresponse.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, assessmentresponse.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, assessmentresponse.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponse.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, assessmentresponse.CompletedAtGT(*i.CompletedAtGT)) } @@ -5601,15 +4514,6 @@ func (i *AssessmentResponseWhereInput) P() (predicate.AssessmentResponse, error) if i.DueDate != nil { predicates = append(predicates, assessmentresponse.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, assessmentresponse.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, assessmentresponse.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, assessmentresponse.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, assessmentresponse.DueDateGT(*i.DueDateGT)) } @@ -5808,46 +4712,32 @@ type AssetWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -5861,10 +4751,6 @@ type AssetWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -5878,10 +4764,6 @@ type AssetWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -5895,10 +4777,6 @@ type AssetWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -5912,10 +4790,6 @@ type AssetWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -5929,10 +4803,6 @@ type AssetWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -5946,10 +4816,6 @@ type AssetWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -5963,10 +4829,6 @@ type AssetWhereInput struct { AssetSubtypeNameNEQ *string `json:"assetSubtypeNameNEQ,omitempty"` AssetSubtypeNameIn []string `json:"assetSubtypeNameIn,omitempty"` AssetSubtypeNameNotIn []string `json:"assetSubtypeNameNotIn,omitempty"` - AssetSubtypeNameGT *string `json:"assetSubtypeNameGT,omitempty"` - AssetSubtypeNameGTE *string `json:"assetSubtypeNameGTE,omitempty"` - AssetSubtypeNameLT *string `json:"assetSubtypeNameLT,omitempty"` - AssetSubtypeNameLTE *string `json:"assetSubtypeNameLTE,omitempty"` AssetSubtypeNameContains *string `json:"assetSubtypeNameContains,omitempty"` AssetSubtypeNameHasPrefix *string `json:"assetSubtypeNameHasPrefix,omitempty"` AssetSubtypeNameHasSuffix *string `json:"assetSubtypeNameHasSuffix,omitempty"` @@ -5980,10 +4842,6 @@ type AssetWhereInput struct { AssetSubtypeIDNEQ *string `json:"assetSubtypeIDNEQ,omitempty"` AssetSubtypeIDIn []string `json:"assetSubtypeIDIn,omitempty"` AssetSubtypeIDNotIn []string `json:"assetSubtypeIDNotIn,omitempty"` - AssetSubtypeIDGT *string `json:"assetSubtypeIDGT,omitempty"` - AssetSubtypeIDGTE *string `json:"assetSubtypeIDGTE,omitempty"` - AssetSubtypeIDLT *string `json:"assetSubtypeIDLT,omitempty"` - AssetSubtypeIDLTE *string `json:"assetSubtypeIDLTE,omitempty"` AssetSubtypeIDContains *string `json:"assetSubtypeIDContains,omitempty"` AssetSubtypeIDHasPrefix *string `json:"assetSubtypeIDHasPrefix,omitempty"` AssetSubtypeIDHasSuffix *string `json:"assetSubtypeIDHasSuffix,omitempty"` @@ -5997,10 +4855,6 @@ type AssetWhereInput struct { AssetDataClassificationNameNEQ *string `json:"assetDataClassificationNameNEQ,omitempty"` AssetDataClassificationNameIn []string `json:"assetDataClassificationNameIn,omitempty"` AssetDataClassificationNameNotIn []string `json:"assetDataClassificationNameNotIn,omitempty"` - AssetDataClassificationNameGT *string `json:"assetDataClassificationNameGT,omitempty"` - AssetDataClassificationNameGTE *string `json:"assetDataClassificationNameGTE,omitempty"` - AssetDataClassificationNameLT *string `json:"assetDataClassificationNameLT,omitempty"` - AssetDataClassificationNameLTE *string `json:"assetDataClassificationNameLTE,omitempty"` AssetDataClassificationNameContains *string `json:"assetDataClassificationNameContains,omitempty"` AssetDataClassificationNameHasPrefix *string `json:"assetDataClassificationNameHasPrefix,omitempty"` AssetDataClassificationNameHasSuffix *string `json:"assetDataClassificationNameHasSuffix,omitempty"` @@ -6014,10 +4868,6 @@ type AssetWhereInput struct { AssetDataClassificationIDNEQ *string `json:"assetDataClassificationIDNEQ,omitempty"` AssetDataClassificationIDIn []string `json:"assetDataClassificationIDIn,omitempty"` AssetDataClassificationIDNotIn []string `json:"assetDataClassificationIDNotIn,omitempty"` - AssetDataClassificationIDGT *string `json:"assetDataClassificationIDGT,omitempty"` - AssetDataClassificationIDGTE *string `json:"assetDataClassificationIDGTE,omitempty"` - AssetDataClassificationIDLT *string `json:"assetDataClassificationIDLT,omitempty"` - AssetDataClassificationIDLTE *string `json:"assetDataClassificationIDLTE,omitempty"` AssetDataClassificationIDContains *string `json:"assetDataClassificationIDContains,omitempty"` AssetDataClassificationIDHasPrefix *string `json:"assetDataClassificationIDHasPrefix,omitempty"` AssetDataClassificationIDHasSuffix *string `json:"assetDataClassificationIDHasSuffix,omitempty"` @@ -6031,10 +4881,6 @@ type AssetWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -6048,10 +4894,6 @@ type AssetWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -6065,10 +4907,6 @@ type AssetWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -6082,10 +4920,6 @@ type AssetWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -6099,10 +4933,6 @@ type AssetWhereInput struct { AccessModelNameNEQ *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGT *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGTE *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLT *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLTE *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -6116,10 +4946,6 @@ type AssetWhereInput struct { AccessModelIDNEQ *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIDGT *string `json:"accessModelIDGT,omitempty"` - AccessModelIDGTE *string `json:"accessModelIDGTE,omitempty"` - AccessModelIDLT *string `json:"accessModelIDLT,omitempty"` - AccessModelIDLTE *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -6133,10 +4959,6 @@ type AssetWhereInput struct { EncryptionStatusNameNEQ *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGT *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGTE *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLT *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLTE *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -6150,10 +4972,6 @@ type AssetWhereInput struct { EncryptionStatusIDNEQ *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIDGT *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIDGTE *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIDLT *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIDLTE *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -6167,10 +4985,6 @@ type AssetWhereInput struct { SecurityTierNameNEQ *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGT *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGTE *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLT *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLTE *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -6184,10 +4998,6 @@ type AssetWhereInput struct { SecurityTierIDNEQ *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIDGT *string `json:"securityTierIDGT,omitempty"` - SecurityTierIDGTE *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIDLT *string `json:"securityTierIDLT,omitempty"` - SecurityTierIDLTE *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -6201,10 +5011,6 @@ type AssetWhereInput struct { CriticalityNameNEQ *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGT *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGTE *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLT *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLTE *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -6218,10 +5024,6 @@ type AssetWhereInput struct { CriticalityIDNEQ *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIDGT *string `json:"criticalityIDGT,omitempty"` - CriticalityIDGTE *string `json:"criticalityIDGTE,omitempty"` - CriticalityIDLT *string `json:"criticalityIDLT,omitempty"` - CriticalityIDLTE *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -6241,10 +5043,6 @@ type AssetWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -6258,10 +5056,6 @@ type AssetWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -6281,10 +5075,6 @@ type AssetWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -6296,10 +5086,6 @@ type AssetWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -6313,10 +5099,6 @@ type AssetWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -6330,10 +5112,6 @@ type AssetWhereInput struct { IdentifierNEQ *string `json:"identifierNEQ,omitempty"` IdentifierIn []string `json:"identifierIn,omitempty"` IdentifierNotIn []string `json:"identifierNotIn,omitempty"` - IdentifierGT *string `json:"identifierGT,omitempty"` - IdentifierGTE *string `json:"identifierGTE,omitempty"` - IdentifierLT *string `json:"identifierLT,omitempty"` - IdentifierLTE *string `json:"identifierLTE,omitempty"` IdentifierContains *string `json:"identifierContains,omitempty"` IdentifierHasPrefix *string `json:"identifierHasPrefix,omitempty"` IdentifierHasSuffix *string `json:"identifierHasSuffix,omitempty"` @@ -6347,10 +5125,6 @@ type AssetWhereInput struct { WebsiteNEQ *string `json:"websiteNEQ,omitempty"` WebsiteIn []string `json:"websiteIn,omitempty"` WebsiteNotIn []string `json:"websiteNotIn,omitempty"` - WebsiteGT *string `json:"websiteGT,omitempty"` - WebsiteGTE *string `json:"websiteGTE,omitempty"` - WebsiteLT *string `json:"websiteLT,omitempty"` - WebsiteLTE *string `json:"websiteLTE,omitempty"` WebsiteContains *string `json:"websiteContains,omitempty"` WebsiteHasPrefix *string `json:"websiteHasPrefix,omitempty"` WebsiteHasSuffix *string `json:"websiteHasSuffix,omitempty"` @@ -6364,10 +5138,6 @@ type AssetWhereInput struct { PhysicalLocationNEQ *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGT *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGTE *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLT *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLTE *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -6381,10 +5151,6 @@ type AssetWhereInput struct { RegionNEQ *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGT *string `json:"regionGT,omitempty"` - RegionGTE *string `json:"regionGTE,omitempty"` - RegionLT *string `json:"regionLT,omitempty"` - RegionLTE *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -6410,10 +5176,6 @@ type AssetWhereInput struct { SourcePlatformIDNEQ *string `json:"sourcePlatformIDNEQ,omitempty"` SourcePlatformIDIn []string `json:"sourcePlatformIDIn,omitempty"` SourcePlatformIDNotIn []string `json:"sourcePlatformIDNotIn,omitempty"` - SourcePlatformIDGT *string `json:"sourcePlatformIDGT,omitempty"` - SourcePlatformIDGTE *string `json:"sourcePlatformIDGTE,omitempty"` - SourcePlatformIDLT *string `json:"sourcePlatformIDLT,omitempty"` - SourcePlatformIDLTE *string `json:"sourcePlatformIDLTE,omitempty"` SourcePlatformIDContains *string `json:"sourcePlatformIDContains,omitempty"` SourcePlatformIDHasPrefix *string `json:"sourcePlatformIDHasPrefix,omitempty"` SourcePlatformIDHasSuffix *string `json:"sourcePlatformIDHasSuffix,omitempty"` @@ -6427,10 +5189,6 @@ type AssetWhereInput struct { SourceIdentifierNEQ *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGT *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGTE *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLT *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLTE *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -6444,10 +5202,6 @@ type AssetWhereInput struct { CostCenterNEQ *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGT *string `json:"costCenterGT,omitempty"` - CostCenterGTE *string `json:"costCenterGTE,omitempty"` - CostCenterLT *string `json:"costCenterLT,omitempty"` - CostCenterLTE *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -6469,26 +5223,19 @@ type AssetWhereInput struct { EstimatedMonthlyCostNotNil bool `json:"estimatedMonthlyCostNotNil,omitempty"` // "purchase_date" field predicates. - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNEQ *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` // "integration_id" field predicates. IntegrationID *string `json:"integrationID,omitempty"` IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -6498,16 +5245,13 @@ type AssetWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -6723,18 +5467,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, asset.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, asset.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, asset.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, asset.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, asset.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, asset.IDEqualFold(*i.IDEqualFold)) } @@ -6744,15 +5476,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if i.CreatedAt != nil { predicates = append(predicates, asset.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, asset.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, asset.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, asset.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, asset.CreatedAtGT(*i.CreatedAtGT)) } @@ -6774,15 +5497,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if i.UpdatedAt != nil { predicates = append(predicates, asset.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, asset.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, asset.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, asset.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, asset.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -6813,18 +5527,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, asset.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, asset.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, asset.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, asset.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, asset.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, asset.CreatedByContains(*i.CreatedByContains)) } @@ -6858,18 +5560,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, asset.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, asset.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, asset.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, asset.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, asset.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, asset.UpdatedByContains(*i.UpdatedByContains)) } @@ -6903,18 +5593,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, asset.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, asset.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, asset.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, asset.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, asset.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, asset.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -6948,18 +5626,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, asset.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, asset.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, asset.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, asset.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, asset.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, asset.OwnerIDContains(*i.OwnerIDContains)) } @@ -6993,18 +5659,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, asset.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, asset.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, asset.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, asset.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, asset.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, asset.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -7038,18 +5692,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, asset.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, asset.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, asset.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, asset.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, asset.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, asset.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -7083,18 +5725,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, asset.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, asset.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, asset.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, asset.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, asset.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, asset.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -7128,18 +5758,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AssetSubtypeNameNotIn) > 0 { predicates = append(predicates, asset.AssetSubtypeNameNotIn(i.AssetSubtypeNameNotIn...)) } - if i.AssetSubtypeNameGT != nil { - predicates = append(predicates, asset.AssetSubtypeNameGT(*i.AssetSubtypeNameGT)) - } - if i.AssetSubtypeNameGTE != nil { - predicates = append(predicates, asset.AssetSubtypeNameGTE(*i.AssetSubtypeNameGTE)) - } - if i.AssetSubtypeNameLT != nil { - predicates = append(predicates, asset.AssetSubtypeNameLT(*i.AssetSubtypeNameLT)) - } - if i.AssetSubtypeNameLTE != nil { - predicates = append(predicates, asset.AssetSubtypeNameLTE(*i.AssetSubtypeNameLTE)) - } if i.AssetSubtypeNameContains != nil { predicates = append(predicates, asset.AssetSubtypeNameContains(*i.AssetSubtypeNameContains)) } @@ -7173,18 +5791,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AssetSubtypeIDNotIn) > 0 { predicates = append(predicates, asset.AssetSubtypeIDNotIn(i.AssetSubtypeIDNotIn...)) } - if i.AssetSubtypeIDGT != nil { - predicates = append(predicates, asset.AssetSubtypeIDGT(*i.AssetSubtypeIDGT)) - } - if i.AssetSubtypeIDGTE != nil { - predicates = append(predicates, asset.AssetSubtypeIDGTE(*i.AssetSubtypeIDGTE)) - } - if i.AssetSubtypeIDLT != nil { - predicates = append(predicates, asset.AssetSubtypeIDLT(*i.AssetSubtypeIDLT)) - } - if i.AssetSubtypeIDLTE != nil { - predicates = append(predicates, asset.AssetSubtypeIDLTE(*i.AssetSubtypeIDLTE)) - } if i.AssetSubtypeIDContains != nil { predicates = append(predicates, asset.AssetSubtypeIDContains(*i.AssetSubtypeIDContains)) } @@ -7218,18 +5824,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AssetDataClassificationNameNotIn) > 0 { predicates = append(predicates, asset.AssetDataClassificationNameNotIn(i.AssetDataClassificationNameNotIn...)) } - if i.AssetDataClassificationNameGT != nil { - predicates = append(predicates, asset.AssetDataClassificationNameGT(*i.AssetDataClassificationNameGT)) - } - if i.AssetDataClassificationNameGTE != nil { - predicates = append(predicates, asset.AssetDataClassificationNameGTE(*i.AssetDataClassificationNameGTE)) - } - if i.AssetDataClassificationNameLT != nil { - predicates = append(predicates, asset.AssetDataClassificationNameLT(*i.AssetDataClassificationNameLT)) - } - if i.AssetDataClassificationNameLTE != nil { - predicates = append(predicates, asset.AssetDataClassificationNameLTE(*i.AssetDataClassificationNameLTE)) - } if i.AssetDataClassificationNameContains != nil { predicates = append(predicates, asset.AssetDataClassificationNameContains(*i.AssetDataClassificationNameContains)) } @@ -7263,18 +5857,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AssetDataClassificationIDNotIn) > 0 { predicates = append(predicates, asset.AssetDataClassificationIDNotIn(i.AssetDataClassificationIDNotIn...)) } - if i.AssetDataClassificationIDGT != nil { - predicates = append(predicates, asset.AssetDataClassificationIDGT(*i.AssetDataClassificationIDGT)) - } - if i.AssetDataClassificationIDGTE != nil { - predicates = append(predicates, asset.AssetDataClassificationIDGTE(*i.AssetDataClassificationIDGTE)) - } - if i.AssetDataClassificationIDLT != nil { - predicates = append(predicates, asset.AssetDataClassificationIDLT(*i.AssetDataClassificationIDLT)) - } - if i.AssetDataClassificationIDLTE != nil { - predicates = append(predicates, asset.AssetDataClassificationIDLTE(*i.AssetDataClassificationIDLTE)) - } if i.AssetDataClassificationIDContains != nil { predicates = append(predicates, asset.AssetDataClassificationIDContains(*i.AssetDataClassificationIDContains)) } @@ -7308,18 +5890,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, asset.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, asset.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, asset.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, asset.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, asset.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, asset.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -7353,18 +5923,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, asset.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, asset.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, asset.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, asset.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, asset.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, asset.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -7398,18 +5956,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, asset.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, asset.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, asset.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, asset.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, asset.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, asset.ScopeNameContains(*i.ScopeNameContains)) } @@ -7443,18 +5989,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, asset.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, asset.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, asset.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, asset.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, asset.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, asset.ScopeIDContains(*i.ScopeIDContains)) } @@ -7488,18 +6022,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AccessModelNameNotIn) > 0 { predicates = append(predicates, asset.AccessModelNameNotIn(i.AccessModelNameNotIn...)) } - if i.AccessModelNameGT != nil { - predicates = append(predicates, asset.AccessModelNameGT(*i.AccessModelNameGT)) - } - if i.AccessModelNameGTE != nil { - predicates = append(predicates, asset.AccessModelNameGTE(*i.AccessModelNameGTE)) - } - if i.AccessModelNameLT != nil { - predicates = append(predicates, asset.AccessModelNameLT(*i.AccessModelNameLT)) - } - if i.AccessModelNameLTE != nil { - predicates = append(predicates, asset.AccessModelNameLTE(*i.AccessModelNameLTE)) - } if i.AccessModelNameContains != nil { predicates = append(predicates, asset.AccessModelNameContains(*i.AccessModelNameContains)) } @@ -7533,18 +6055,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.AccessModelIDNotIn) > 0 { predicates = append(predicates, asset.AccessModelIDNotIn(i.AccessModelIDNotIn...)) } - if i.AccessModelIDGT != nil { - predicates = append(predicates, asset.AccessModelIDGT(*i.AccessModelIDGT)) - } - if i.AccessModelIDGTE != nil { - predicates = append(predicates, asset.AccessModelIDGTE(*i.AccessModelIDGTE)) - } - if i.AccessModelIDLT != nil { - predicates = append(predicates, asset.AccessModelIDLT(*i.AccessModelIDLT)) - } - if i.AccessModelIDLTE != nil { - predicates = append(predicates, asset.AccessModelIDLTE(*i.AccessModelIDLTE)) - } if i.AccessModelIDContains != nil { predicates = append(predicates, asset.AccessModelIDContains(*i.AccessModelIDContains)) } @@ -7578,18 +6088,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.EncryptionStatusNameNotIn) > 0 { predicates = append(predicates, asset.EncryptionStatusNameNotIn(i.EncryptionStatusNameNotIn...)) } - if i.EncryptionStatusNameGT != nil { - predicates = append(predicates, asset.EncryptionStatusNameGT(*i.EncryptionStatusNameGT)) - } - if i.EncryptionStatusNameGTE != nil { - predicates = append(predicates, asset.EncryptionStatusNameGTE(*i.EncryptionStatusNameGTE)) - } - if i.EncryptionStatusNameLT != nil { - predicates = append(predicates, asset.EncryptionStatusNameLT(*i.EncryptionStatusNameLT)) - } - if i.EncryptionStatusNameLTE != nil { - predicates = append(predicates, asset.EncryptionStatusNameLTE(*i.EncryptionStatusNameLTE)) - } if i.EncryptionStatusNameContains != nil { predicates = append(predicates, asset.EncryptionStatusNameContains(*i.EncryptionStatusNameContains)) } @@ -7623,18 +6121,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.EncryptionStatusIDNotIn) > 0 { predicates = append(predicates, asset.EncryptionStatusIDNotIn(i.EncryptionStatusIDNotIn...)) } - if i.EncryptionStatusIDGT != nil { - predicates = append(predicates, asset.EncryptionStatusIDGT(*i.EncryptionStatusIDGT)) - } - if i.EncryptionStatusIDGTE != nil { - predicates = append(predicates, asset.EncryptionStatusIDGTE(*i.EncryptionStatusIDGTE)) - } - if i.EncryptionStatusIDLT != nil { - predicates = append(predicates, asset.EncryptionStatusIDLT(*i.EncryptionStatusIDLT)) - } - if i.EncryptionStatusIDLTE != nil { - predicates = append(predicates, asset.EncryptionStatusIDLTE(*i.EncryptionStatusIDLTE)) - } if i.EncryptionStatusIDContains != nil { predicates = append(predicates, asset.EncryptionStatusIDContains(*i.EncryptionStatusIDContains)) } @@ -7668,18 +6154,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.SecurityTierNameNotIn) > 0 { predicates = append(predicates, asset.SecurityTierNameNotIn(i.SecurityTierNameNotIn...)) } - if i.SecurityTierNameGT != nil { - predicates = append(predicates, asset.SecurityTierNameGT(*i.SecurityTierNameGT)) - } - if i.SecurityTierNameGTE != nil { - predicates = append(predicates, asset.SecurityTierNameGTE(*i.SecurityTierNameGTE)) - } - if i.SecurityTierNameLT != nil { - predicates = append(predicates, asset.SecurityTierNameLT(*i.SecurityTierNameLT)) - } - if i.SecurityTierNameLTE != nil { - predicates = append(predicates, asset.SecurityTierNameLTE(*i.SecurityTierNameLTE)) - } if i.SecurityTierNameContains != nil { predicates = append(predicates, asset.SecurityTierNameContains(*i.SecurityTierNameContains)) } @@ -7713,18 +6187,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.SecurityTierIDNotIn) > 0 { predicates = append(predicates, asset.SecurityTierIDNotIn(i.SecurityTierIDNotIn...)) } - if i.SecurityTierIDGT != nil { - predicates = append(predicates, asset.SecurityTierIDGT(*i.SecurityTierIDGT)) - } - if i.SecurityTierIDGTE != nil { - predicates = append(predicates, asset.SecurityTierIDGTE(*i.SecurityTierIDGTE)) - } - if i.SecurityTierIDLT != nil { - predicates = append(predicates, asset.SecurityTierIDLT(*i.SecurityTierIDLT)) - } - if i.SecurityTierIDLTE != nil { - predicates = append(predicates, asset.SecurityTierIDLTE(*i.SecurityTierIDLTE)) - } if i.SecurityTierIDContains != nil { predicates = append(predicates, asset.SecurityTierIDContains(*i.SecurityTierIDContains)) } @@ -7758,18 +6220,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.CriticalityNameNotIn) > 0 { predicates = append(predicates, asset.CriticalityNameNotIn(i.CriticalityNameNotIn...)) } - if i.CriticalityNameGT != nil { - predicates = append(predicates, asset.CriticalityNameGT(*i.CriticalityNameGT)) - } - if i.CriticalityNameGTE != nil { - predicates = append(predicates, asset.CriticalityNameGTE(*i.CriticalityNameGTE)) - } - if i.CriticalityNameLT != nil { - predicates = append(predicates, asset.CriticalityNameLT(*i.CriticalityNameLT)) - } - if i.CriticalityNameLTE != nil { - predicates = append(predicates, asset.CriticalityNameLTE(*i.CriticalityNameLTE)) - } if i.CriticalityNameContains != nil { predicates = append(predicates, asset.CriticalityNameContains(*i.CriticalityNameContains)) } @@ -7803,18 +6253,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.CriticalityIDNotIn) > 0 { predicates = append(predicates, asset.CriticalityIDNotIn(i.CriticalityIDNotIn...)) } - if i.CriticalityIDGT != nil { - predicates = append(predicates, asset.CriticalityIDGT(*i.CriticalityIDGT)) - } - if i.CriticalityIDGTE != nil { - predicates = append(predicates, asset.CriticalityIDGTE(*i.CriticalityIDGTE)) - } - if i.CriticalityIDLT != nil { - predicates = append(predicates, asset.CriticalityIDLT(*i.CriticalityIDLT)) - } - if i.CriticalityIDLTE != nil { - predicates = append(predicates, asset.CriticalityIDLTE(*i.CriticalityIDLTE)) - } if i.CriticalityIDContains != nil { predicates = append(predicates, asset.CriticalityIDContains(*i.CriticalityIDContains)) } @@ -7860,18 +6298,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, asset.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, asset.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, asset.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, asset.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, asset.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, asset.InternalNotesContains(*i.InternalNotesContains)) } @@ -7905,18 +6331,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, asset.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, asset.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, asset.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, asset.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, asset.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, asset.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -7962,18 +6376,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, asset.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, asset.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, asset.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, asset.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, asset.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, asset.NameContains(*i.NameContains)) } @@ -8001,18 +6403,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, asset.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, asset.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, asset.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, asset.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, asset.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, asset.DisplayNameContains(*i.DisplayNameContains)) } @@ -8046,18 +6436,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, asset.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, asset.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, asset.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, asset.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, asset.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, asset.DescriptionContains(*i.DescriptionContains)) } @@ -8091,18 +6469,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.IdentifierNotIn) > 0 { predicates = append(predicates, asset.IdentifierNotIn(i.IdentifierNotIn...)) } - if i.IdentifierGT != nil { - predicates = append(predicates, asset.IdentifierGT(*i.IdentifierGT)) - } - if i.IdentifierGTE != nil { - predicates = append(predicates, asset.IdentifierGTE(*i.IdentifierGTE)) - } - if i.IdentifierLT != nil { - predicates = append(predicates, asset.IdentifierLT(*i.IdentifierLT)) - } - if i.IdentifierLTE != nil { - predicates = append(predicates, asset.IdentifierLTE(*i.IdentifierLTE)) - } if i.IdentifierContains != nil { predicates = append(predicates, asset.IdentifierContains(*i.IdentifierContains)) } @@ -8136,18 +6502,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.WebsiteNotIn) > 0 { predicates = append(predicates, asset.WebsiteNotIn(i.WebsiteNotIn...)) } - if i.WebsiteGT != nil { - predicates = append(predicates, asset.WebsiteGT(*i.WebsiteGT)) - } - if i.WebsiteGTE != nil { - predicates = append(predicates, asset.WebsiteGTE(*i.WebsiteGTE)) - } - if i.WebsiteLT != nil { - predicates = append(predicates, asset.WebsiteLT(*i.WebsiteLT)) - } - if i.WebsiteLTE != nil { - predicates = append(predicates, asset.WebsiteLTE(*i.WebsiteLTE)) - } if i.WebsiteContains != nil { predicates = append(predicates, asset.WebsiteContains(*i.WebsiteContains)) } @@ -8181,18 +6535,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.PhysicalLocationNotIn) > 0 { predicates = append(predicates, asset.PhysicalLocationNotIn(i.PhysicalLocationNotIn...)) } - if i.PhysicalLocationGT != nil { - predicates = append(predicates, asset.PhysicalLocationGT(*i.PhysicalLocationGT)) - } - if i.PhysicalLocationGTE != nil { - predicates = append(predicates, asset.PhysicalLocationGTE(*i.PhysicalLocationGTE)) - } - if i.PhysicalLocationLT != nil { - predicates = append(predicates, asset.PhysicalLocationLT(*i.PhysicalLocationLT)) - } - if i.PhysicalLocationLTE != nil { - predicates = append(predicates, asset.PhysicalLocationLTE(*i.PhysicalLocationLTE)) - } if i.PhysicalLocationContains != nil { predicates = append(predicates, asset.PhysicalLocationContains(*i.PhysicalLocationContains)) } @@ -8226,18 +6568,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.RegionNotIn) > 0 { predicates = append(predicates, asset.RegionNotIn(i.RegionNotIn...)) } - if i.RegionGT != nil { - predicates = append(predicates, asset.RegionGT(*i.RegionGT)) - } - if i.RegionGTE != nil { - predicates = append(predicates, asset.RegionGTE(*i.RegionGTE)) - } - if i.RegionLT != nil { - predicates = append(predicates, asset.RegionLT(*i.RegionLT)) - } - if i.RegionLTE != nil { - predicates = append(predicates, asset.RegionLTE(*i.RegionLTE)) - } if i.RegionContains != nil { predicates = append(predicates, asset.RegionContains(*i.RegionContains)) } @@ -8295,18 +6625,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.SourcePlatformIDNotIn) > 0 { predicates = append(predicates, asset.SourcePlatformIDNotIn(i.SourcePlatformIDNotIn...)) } - if i.SourcePlatformIDGT != nil { - predicates = append(predicates, asset.SourcePlatformIDGT(*i.SourcePlatformIDGT)) - } - if i.SourcePlatformIDGTE != nil { - predicates = append(predicates, asset.SourcePlatformIDGTE(*i.SourcePlatformIDGTE)) - } - if i.SourcePlatformIDLT != nil { - predicates = append(predicates, asset.SourcePlatformIDLT(*i.SourcePlatformIDLT)) - } - if i.SourcePlatformIDLTE != nil { - predicates = append(predicates, asset.SourcePlatformIDLTE(*i.SourcePlatformIDLTE)) - } if i.SourcePlatformIDContains != nil { predicates = append(predicates, asset.SourcePlatformIDContains(*i.SourcePlatformIDContains)) } @@ -8340,18 +6658,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.SourceIdentifierNotIn) > 0 { predicates = append(predicates, asset.SourceIdentifierNotIn(i.SourceIdentifierNotIn...)) } - if i.SourceIdentifierGT != nil { - predicates = append(predicates, asset.SourceIdentifierGT(*i.SourceIdentifierGT)) - } - if i.SourceIdentifierGTE != nil { - predicates = append(predicates, asset.SourceIdentifierGTE(*i.SourceIdentifierGTE)) - } - if i.SourceIdentifierLT != nil { - predicates = append(predicates, asset.SourceIdentifierLT(*i.SourceIdentifierLT)) - } - if i.SourceIdentifierLTE != nil { - predicates = append(predicates, asset.SourceIdentifierLTE(*i.SourceIdentifierLTE)) - } if i.SourceIdentifierContains != nil { predicates = append(predicates, asset.SourceIdentifierContains(*i.SourceIdentifierContains)) } @@ -8385,18 +6691,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.CostCenterNotIn) > 0 { predicates = append(predicates, asset.CostCenterNotIn(i.CostCenterNotIn...)) } - if i.CostCenterGT != nil { - predicates = append(predicates, asset.CostCenterGT(*i.CostCenterGT)) - } - if i.CostCenterGTE != nil { - predicates = append(predicates, asset.CostCenterGTE(*i.CostCenterGTE)) - } - if i.CostCenterLT != nil { - predicates = append(predicates, asset.CostCenterLT(*i.CostCenterLT)) - } - if i.CostCenterLTE != nil { - predicates = append(predicates, asset.CostCenterLTE(*i.CostCenterLTE)) - } if i.CostCenterContains != nil { predicates = append(predicates, asset.CostCenterContains(*i.CostCenterContains)) } @@ -8451,15 +6745,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if i.PurchaseDate != nil { predicates = append(predicates, asset.PurchaseDateEQ(*i.PurchaseDate)) } - if i.PurchaseDateNEQ != nil { - predicates = append(predicates, asset.PurchaseDateNEQ(*i.PurchaseDateNEQ)) - } - if len(i.PurchaseDateIn) > 0 { - predicates = append(predicates, asset.PurchaseDateIn(i.PurchaseDateIn...)) - } - if len(i.PurchaseDateNotIn) > 0 { - predicates = append(predicates, asset.PurchaseDateNotIn(i.PurchaseDateNotIn...)) - } if i.PurchaseDateGT != nil { predicates = append(predicates, asset.PurchaseDateGT(*i.PurchaseDateGT)) } @@ -8490,18 +6775,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, asset.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, asset.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, asset.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, asset.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, asset.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, asset.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -8526,15 +6799,6 @@ func (i *AssetWhereInput) P() (predicate.Asset, error) { if i.ObservedAt != nil { predicates = append(predicates, asset.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, asset.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, asset.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, asset.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, asset.ObservedAtGT(*i.ObservedAtGT)) } @@ -9179,46 +7443,32 @@ type CampaignWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -9232,10 +7482,6 @@ type CampaignWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -9249,10 +7495,6 @@ type CampaignWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -9266,10 +7508,6 @@ type CampaignWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -9281,10 +7519,6 @@ type CampaignWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -9298,10 +7532,6 @@ type CampaignWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -9315,10 +7545,6 @@ type CampaignWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -9332,10 +7558,6 @@ type CampaignWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -9355,10 +7577,6 @@ type CampaignWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -9370,10 +7588,6 @@ type CampaignWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -9399,52 +7613,40 @@ type CampaignWhereInput struct { IsActiveNEQ *bool `json:"isActiveNEQ,omitempty"` // "scheduled_at" field predicates. - ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` - ScheduledAtNEQ *models.DateTime `json:"scheduledAtNEQ,omitempty"` - ScheduledAtIn []models.DateTime `json:"scheduledAtIn,omitempty"` - ScheduledAtNotIn []models.DateTime `json:"scheduledAtNotIn,omitempty"` - ScheduledAtGT *models.DateTime `json:"scheduledAtGT,omitempty"` - ScheduledAtGTE *models.DateTime `json:"scheduledAtGTE,omitempty"` - ScheduledAtLT *models.DateTime `json:"scheduledAtLT,omitempty"` - ScheduledAtLTE *models.DateTime `json:"scheduledAtLTE,omitempty"` - ScheduledAtIsNil bool `json:"scheduledAtIsNil,omitempty"` - ScheduledAtNotNil bool `json:"scheduledAtNotNil,omitempty"` + ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` + ScheduledAtGT *models.DateTime `json:"scheduledAtGT,omitempty"` + ScheduledAtGTE *models.DateTime `json:"scheduledAtGTE,omitempty"` + ScheduledAtLT *models.DateTime `json:"scheduledAtLT,omitempty"` + ScheduledAtLTE *models.DateTime `json:"scheduledAtLTE,omitempty"` + ScheduledAtIsNil bool `json:"scheduledAtIsNil,omitempty"` + ScheduledAtNotNil bool `json:"scheduledAtNotNil,omitempty"` // "launched_at" field predicates. - LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` - LaunchedAtNEQ *models.DateTime `json:"launchedAtNEQ,omitempty"` - LaunchedAtIn []models.DateTime `json:"launchedAtIn,omitempty"` - LaunchedAtNotIn []models.DateTime `json:"launchedAtNotIn,omitempty"` - LaunchedAtGT *models.DateTime `json:"launchedAtGT,omitempty"` - LaunchedAtGTE *models.DateTime `json:"launchedAtGTE,omitempty"` - LaunchedAtLT *models.DateTime `json:"launchedAtLT,omitempty"` - LaunchedAtLTE *models.DateTime `json:"launchedAtLTE,omitempty"` - LaunchedAtIsNil bool `json:"launchedAtIsNil,omitempty"` - LaunchedAtNotNil bool `json:"launchedAtNotNil,omitempty"` + LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` + LaunchedAtGT *models.DateTime `json:"launchedAtGT,omitempty"` + LaunchedAtGTE *models.DateTime `json:"launchedAtGTE,omitempty"` + LaunchedAtLT *models.DateTime `json:"launchedAtLT,omitempty"` + LaunchedAtLTE *models.DateTime `json:"launchedAtLTE,omitempty"` + LaunchedAtIsNil bool `json:"launchedAtIsNil,omitempty"` + LaunchedAtNotNil bool `json:"launchedAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "due_date" field predicates. - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNEQ *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "is_recurring" field predicates. IsRecurring *bool `json:"isRecurring,omitempty"` @@ -9459,26 +7661,20 @@ type CampaignWhereInput struct { RecurrenceFrequencyNotNil bool `json:"recurrenceFrequencyNotNil,omitempty"` // "recurrence_interval" field predicates. - RecurrenceInterval *int `json:"recurrenceInterval,omitempty"` - RecurrenceIntervalNEQ *int `json:"recurrenceIntervalNEQ,omitempty"` - RecurrenceIntervalIn []int `json:"recurrenceIntervalIn,omitempty"` - RecurrenceIntervalNotIn []int `json:"recurrenceIntervalNotIn,omitempty"` - RecurrenceIntervalGT *int `json:"recurrenceIntervalGT,omitempty"` - RecurrenceIntervalGTE *int `json:"recurrenceIntervalGTE,omitempty"` - RecurrenceIntervalLT *int `json:"recurrenceIntervalLT,omitempty"` - RecurrenceIntervalLTE *int `json:"recurrenceIntervalLTE,omitempty"` - RecurrenceIntervalIsNil bool `json:"recurrenceIntervalIsNil,omitempty"` - RecurrenceIntervalNotNil bool `json:"recurrenceIntervalNotNil,omitempty"` + RecurrenceInterval *int `json:"recurrenceInterval,omitempty"` + RecurrenceIntervalNEQ *int `json:"recurrenceIntervalNEQ,omitempty"` + RecurrenceIntervalGT *int `json:"recurrenceIntervalGT,omitempty"` + RecurrenceIntervalGTE *int `json:"recurrenceIntervalGTE,omitempty"` + RecurrenceIntervalLT *int `json:"recurrenceIntervalLT,omitempty"` + RecurrenceIntervalLTE *int `json:"recurrenceIntervalLTE,omitempty"` + RecurrenceIntervalIsNil bool `json:"recurrenceIntervalIsNil,omitempty"` + RecurrenceIntervalNotNil bool `json:"recurrenceIntervalNotNil,omitempty"` // "recurrence_timezone" field predicates. RecurrenceTimezone *string `json:"recurrenceTimezone,omitempty"` RecurrenceTimezoneNEQ *string `json:"recurrenceTimezoneNEQ,omitempty"` RecurrenceTimezoneIn []string `json:"recurrenceTimezoneIn,omitempty"` RecurrenceTimezoneNotIn []string `json:"recurrenceTimezoneNotIn,omitempty"` - RecurrenceTimezoneGT *string `json:"recurrenceTimezoneGT,omitempty"` - RecurrenceTimezoneGTE *string `json:"recurrenceTimezoneGTE,omitempty"` - RecurrenceTimezoneLT *string `json:"recurrenceTimezoneLT,omitempty"` - RecurrenceTimezoneLTE *string `json:"recurrenceTimezoneLTE,omitempty"` RecurrenceTimezoneContains *string `json:"recurrenceTimezoneContains,omitempty"` RecurrenceTimezoneHasPrefix *string `json:"recurrenceTimezoneHasPrefix,omitempty"` RecurrenceTimezoneHasSuffix *string `json:"recurrenceTimezoneHasSuffix,omitempty"` @@ -9488,86 +7684,66 @@ type CampaignWhereInput struct { RecurrenceTimezoneContainsFold *string `json:"recurrenceTimezoneContainsFold,omitempty"` // "last_run_at" field predicates. - LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` - LastRunAtNEQ *models.DateTime `json:"lastRunAtNEQ,omitempty"` - LastRunAtIn []models.DateTime `json:"lastRunAtIn,omitempty"` - LastRunAtNotIn []models.DateTime `json:"lastRunAtNotIn,omitempty"` - LastRunAtGT *models.DateTime `json:"lastRunAtGT,omitempty"` - LastRunAtGTE *models.DateTime `json:"lastRunAtGTE,omitempty"` - LastRunAtLT *models.DateTime `json:"lastRunAtLT,omitempty"` - LastRunAtLTE *models.DateTime `json:"lastRunAtLTE,omitempty"` - LastRunAtIsNil bool `json:"lastRunAtIsNil,omitempty"` - LastRunAtNotNil bool `json:"lastRunAtNotNil,omitempty"` + LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` + LastRunAtGT *models.DateTime `json:"lastRunAtGT,omitempty"` + LastRunAtGTE *models.DateTime `json:"lastRunAtGTE,omitempty"` + LastRunAtLT *models.DateTime `json:"lastRunAtLT,omitempty"` + LastRunAtLTE *models.DateTime `json:"lastRunAtLTE,omitempty"` + LastRunAtIsNil bool `json:"lastRunAtIsNil,omitempty"` + LastRunAtNotNil bool `json:"lastRunAtNotNil,omitempty"` // "next_run_at" field predicates. - NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` - NextRunAtNEQ *models.DateTime `json:"nextRunAtNEQ,omitempty"` - NextRunAtIn []models.DateTime `json:"nextRunAtIn,omitempty"` - NextRunAtNotIn []models.DateTime `json:"nextRunAtNotIn,omitempty"` - NextRunAtGT *models.DateTime `json:"nextRunAtGT,omitempty"` - NextRunAtGTE *models.DateTime `json:"nextRunAtGTE,omitempty"` - NextRunAtLT *models.DateTime `json:"nextRunAtLT,omitempty"` - NextRunAtLTE *models.DateTime `json:"nextRunAtLTE,omitempty"` - NextRunAtIsNil bool `json:"nextRunAtIsNil,omitempty"` - NextRunAtNotNil bool `json:"nextRunAtNotNil,omitempty"` + NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` + NextRunAtGT *models.DateTime `json:"nextRunAtGT,omitempty"` + NextRunAtGTE *models.DateTime `json:"nextRunAtGTE,omitempty"` + NextRunAtLT *models.DateTime `json:"nextRunAtLT,omitempty"` + NextRunAtLTE *models.DateTime `json:"nextRunAtLTE,omitempty"` + NextRunAtIsNil bool `json:"nextRunAtIsNil,omitempty"` + NextRunAtNotNil bool `json:"nextRunAtNotNil,omitempty"` // "recurrence_end_at" field predicates. - RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` - RecurrenceEndAtNEQ *models.DateTime `json:"recurrenceEndAtNEQ,omitempty"` - RecurrenceEndAtIn []models.DateTime `json:"recurrenceEndAtIn,omitempty"` - RecurrenceEndAtNotIn []models.DateTime `json:"recurrenceEndAtNotIn,omitempty"` - RecurrenceEndAtGT *models.DateTime `json:"recurrenceEndAtGT,omitempty"` - RecurrenceEndAtGTE *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` - RecurrenceEndAtLT *models.DateTime `json:"recurrenceEndAtLT,omitempty"` - RecurrenceEndAtLTE *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` - RecurrenceEndAtIsNil bool `json:"recurrenceEndAtIsNil,omitempty"` - RecurrenceEndAtNotNil bool `json:"recurrenceEndAtNotNil,omitempty"` + RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` + RecurrenceEndAtGT *models.DateTime `json:"recurrenceEndAtGT,omitempty"` + RecurrenceEndAtGTE *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` + RecurrenceEndAtLT *models.DateTime `json:"recurrenceEndAtLT,omitempty"` + RecurrenceEndAtLTE *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` + RecurrenceEndAtIsNil bool `json:"recurrenceEndAtIsNil,omitempty"` + RecurrenceEndAtNotNil bool `json:"recurrenceEndAtNotNil,omitempty"` // "recipient_count" field predicates. - RecipientCount *int `json:"recipientCount,omitempty"` - RecipientCountNEQ *int `json:"recipientCountNEQ,omitempty"` - RecipientCountIn []int `json:"recipientCountIn,omitempty"` - RecipientCountNotIn []int `json:"recipientCountNotIn,omitempty"` - RecipientCountGT *int `json:"recipientCountGT,omitempty"` - RecipientCountGTE *int `json:"recipientCountGTE,omitempty"` - RecipientCountLT *int `json:"recipientCountLT,omitempty"` - RecipientCountLTE *int `json:"recipientCountLTE,omitempty"` - RecipientCountIsNil bool `json:"recipientCountIsNil,omitempty"` - RecipientCountNotNil bool `json:"recipientCountNotNil,omitempty"` + RecipientCount *int `json:"recipientCount,omitempty"` + RecipientCountNEQ *int `json:"recipientCountNEQ,omitempty"` + RecipientCountGT *int `json:"recipientCountGT,omitempty"` + RecipientCountGTE *int `json:"recipientCountGTE,omitempty"` + RecipientCountLT *int `json:"recipientCountLT,omitempty"` + RecipientCountLTE *int `json:"recipientCountLTE,omitempty"` + RecipientCountIsNil bool `json:"recipientCountIsNil,omitempty"` + RecipientCountNotNil bool `json:"recipientCountNotNil,omitempty"` // "resend_count" field predicates. - ResendCount *int `json:"resendCount,omitempty"` - ResendCountNEQ *int `json:"resendCountNEQ,omitempty"` - ResendCountIn []int `json:"resendCountIn,omitempty"` - ResendCountNotIn []int `json:"resendCountNotIn,omitempty"` - ResendCountGT *int `json:"resendCountGT,omitempty"` - ResendCountGTE *int `json:"resendCountGTE,omitempty"` - ResendCountLT *int `json:"resendCountLT,omitempty"` - ResendCountLTE *int `json:"resendCountLTE,omitempty"` - ResendCountIsNil bool `json:"resendCountIsNil,omitempty"` - ResendCountNotNil bool `json:"resendCountNotNil,omitempty"` + ResendCount *int `json:"resendCount,omitempty"` + ResendCountNEQ *int `json:"resendCountNEQ,omitempty"` + ResendCountGT *int `json:"resendCountGT,omitempty"` + ResendCountGTE *int `json:"resendCountGTE,omitempty"` + ResendCountLT *int `json:"resendCountLT,omitempty"` + ResendCountLTE *int `json:"resendCountLTE,omitempty"` + ResendCountIsNil bool `json:"resendCountIsNil,omitempty"` + ResendCountNotNil bool `json:"resendCountNotNil,omitempty"` // "last_resent_at" field predicates. - LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` - LastResentAtNEQ *models.DateTime `json:"lastResentAtNEQ,omitempty"` - LastResentAtIn []models.DateTime `json:"lastResentAtIn,omitempty"` - LastResentAtNotIn []models.DateTime `json:"lastResentAtNotIn,omitempty"` - LastResentAtGT *models.DateTime `json:"lastResentAtGT,omitempty"` - LastResentAtGTE *models.DateTime `json:"lastResentAtGTE,omitempty"` - LastResentAtLT *models.DateTime `json:"lastResentAtLT,omitempty"` - LastResentAtLTE *models.DateTime `json:"lastResentAtLTE,omitempty"` - LastResentAtIsNil bool `json:"lastResentAtIsNil,omitempty"` - LastResentAtNotNil bool `json:"lastResentAtNotNil,omitempty"` + LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` + LastResentAtGT *models.DateTime `json:"lastResentAtGT,omitempty"` + LastResentAtGTE *models.DateTime `json:"lastResentAtGTE,omitempty"` + LastResentAtLT *models.DateTime `json:"lastResentAtLT,omitempty"` + LastResentAtLTE *models.DateTime `json:"lastResentAtLTE,omitempty"` + LastResentAtIsNil bool `json:"lastResentAtIsNil,omitempty"` + LastResentAtNotNil bool `json:"lastResentAtNotNil,omitempty"` // "entity_id" field predicates. EntityID *string `json:"entityID,omitempty"` EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -9581,10 +7757,6 @@ type CampaignWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -9598,10 +7770,6 @@ type CampaignWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -9615,10 +7783,6 @@ type CampaignWhereInput struct { EmailTemplateIDNEQ *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIDGT *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIDGTE *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIDLT *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIDLTE *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -9632,10 +7796,6 @@ type CampaignWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -9649,10 +7809,6 @@ type CampaignWhereInput struct { EmailBrandingIDNEQ *string `json:"emailBrandingIDNEQ,omitempty"` EmailBrandingIDIn []string `json:"emailBrandingIDIn,omitempty"` EmailBrandingIDNotIn []string `json:"emailBrandingIDNotIn,omitempty"` - EmailBrandingIDGT *string `json:"emailBrandingIDGT,omitempty"` - EmailBrandingIDGTE *string `json:"emailBrandingIDGTE,omitempty"` - EmailBrandingIDLT *string `json:"emailBrandingIDLT,omitempty"` - EmailBrandingIDLTE *string `json:"emailBrandingIDLTE,omitempty"` EmailBrandingIDContains *string `json:"emailBrandingIDContains,omitempty"` EmailBrandingIDHasPrefix *string `json:"emailBrandingIDHasPrefix,omitempty"` EmailBrandingIDHasSuffix *string `json:"emailBrandingIDHasSuffix,omitempty"` @@ -9666,10 +7822,6 @@ type CampaignWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -9845,18 +7997,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, campaign.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, campaign.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, campaign.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, campaign.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, campaign.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, campaign.IDEqualFold(*i.IDEqualFold)) } @@ -9866,15 +8006,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.CreatedAt != nil { predicates = append(predicates, campaign.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, campaign.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, campaign.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, campaign.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, campaign.CreatedAtGT(*i.CreatedAtGT)) } @@ -9896,15 +8027,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.UpdatedAt != nil { predicates = append(predicates, campaign.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, campaign.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, campaign.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, campaign.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, campaign.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -9935,18 +8057,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, campaign.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, campaign.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, campaign.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, campaign.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, campaign.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, campaign.CreatedByContains(*i.CreatedByContains)) } @@ -9980,18 +8090,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, campaign.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, campaign.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, campaign.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, campaign.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, campaign.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, campaign.UpdatedByContains(*i.UpdatedByContains)) } @@ -10025,18 +8123,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, campaign.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, campaign.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, campaign.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, campaign.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, campaign.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, campaign.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -10070,18 +8156,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, campaign.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, campaign.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, campaign.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, campaign.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, campaign.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, campaign.DisplayIDContains(*i.DisplayIDContains)) } @@ -10109,18 +8183,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, campaign.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, campaign.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, campaign.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, campaign.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, campaign.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, campaign.OwnerIDContains(*i.OwnerIDContains)) } @@ -10154,18 +8216,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, campaign.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, campaign.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, campaign.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, campaign.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, campaign.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, campaign.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -10199,18 +8249,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, campaign.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, campaign.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, campaign.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, campaign.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, campaign.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, campaign.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -10244,18 +8282,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, campaign.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, campaign.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, campaign.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, campaign.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, campaign.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, campaign.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -10301,18 +8327,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, campaign.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, campaign.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, campaign.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, campaign.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, campaign.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, campaign.NameContains(*i.NameContains)) } @@ -10340,18 +8354,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, campaign.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, campaign.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, campaign.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, campaign.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, campaign.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, campaign.DescriptionContains(*i.DescriptionContains)) } @@ -10406,15 +8408,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.ScheduledAt != nil { predicates = append(predicates, campaign.ScheduledAtEQ(*i.ScheduledAt)) } - if i.ScheduledAtNEQ != nil { - predicates = append(predicates, campaign.ScheduledAtNEQ(*i.ScheduledAtNEQ)) - } - if len(i.ScheduledAtIn) > 0 { - predicates = append(predicates, campaign.ScheduledAtIn(i.ScheduledAtIn...)) - } - if len(i.ScheduledAtNotIn) > 0 { - predicates = append(predicates, campaign.ScheduledAtNotIn(i.ScheduledAtNotIn...)) - } if i.ScheduledAtGT != nil { predicates = append(predicates, campaign.ScheduledAtGT(*i.ScheduledAtGT)) } @@ -10436,15 +8429,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.LaunchedAt != nil { predicates = append(predicates, campaign.LaunchedAtEQ(*i.LaunchedAt)) } - if i.LaunchedAtNEQ != nil { - predicates = append(predicates, campaign.LaunchedAtNEQ(*i.LaunchedAtNEQ)) - } - if len(i.LaunchedAtIn) > 0 { - predicates = append(predicates, campaign.LaunchedAtIn(i.LaunchedAtIn...)) - } - if len(i.LaunchedAtNotIn) > 0 { - predicates = append(predicates, campaign.LaunchedAtNotIn(i.LaunchedAtNotIn...)) - } if i.LaunchedAtGT != nil { predicates = append(predicates, campaign.LaunchedAtGT(*i.LaunchedAtGT)) } @@ -10466,15 +8450,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.CompletedAt != nil { predicates = append(predicates, campaign.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, campaign.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, campaign.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, campaign.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, campaign.CompletedAtGT(*i.CompletedAtGT)) } @@ -10496,15 +8471,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.DueDate != nil { predicates = append(predicates, campaign.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, campaign.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, campaign.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, campaign.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, campaign.DueDateGT(*i.DueDateGT)) } @@ -10553,12 +8519,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.RecurrenceIntervalNEQ != nil { predicates = append(predicates, campaign.RecurrenceIntervalNEQ(*i.RecurrenceIntervalNEQ)) } - if len(i.RecurrenceIntervalIn) > 0 { - predicates = append(predicates, campaign.RecurrenceIntervalIn(i.RecurrenceIntervalIn...)) - } - if len(i.RecurrenceIntervalNotIn) > 0 { - predicates = append(predicates, campaign.RecurrenceIntervalNotIn(i.RecurrenceIntervalNotIn...)) - } if i.RecurrenceIntervalGT != nil { predicates = append(predicates, campaign.RecurrenceIntervalGT(*i.RecurrenceIntervalGT)) } @@ -10589,18 +8549,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.RecurrenceTimezoneNotIn) > 0 { predicates = append(predicates, campaign.RecurrenceTimezoneNotIn(i.RecurrenceTimezoneNotIn...)) } - if i.RecurrenceTimezoneGT != nil { - predicates = append(predicates, campaign.RecurrenceTimezoneGT(*i.RecurrenceTimezoneGT)) - } - if i.RecurrenceTimezoneGTE != nil { - predicates = append(predicates, campaign.RecurrenceTimezoneGTE(*i.RecurrenceTimezoneGTE)) - } - if i.RecurrenceTimezoneLT != nil { - predicates = append(predicates, campaign.RecurrenceTimezoneLT(*i.RecurrenceTimezoneLT)) - } - if i.RecurrenceTimezoneLTE != nil { - predicates = append(predicates, campaign.RecurrenceTimezoneLTE(*i.RecurrenceTimezoneLTE)) - } if i.RecurrenceTimezoneContains != nil { predicates = append(predicates, campaign.RecurrenceTimezoneContains(*i.RecurrenceTimezoneContains)) } @@ -10625,15 +8573,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.LastRunAt != nil { predicates = append(predicates, campaign.LastRunAtEQ(*i.LastRunAt)) } - if i.LastRunAtNEQ != nil { - predicates = append(predicates, campaign.LastRunAtNEQ(*i.LastRunAtNEQ)) - } - if len(i.LastRunAtIn) > 0 { - predicates = append(predicates, campaign.LastRunAtIn(i.LastRunAtIn...)) - } - if len(i.LastRunAtNotIn) > 0 { - predicates = append(predicates, campaign.LastRunAtNotIn(i.LastRunAtNotIn...)) - } if i.LastRunAtGT != nil { predicates = append(predicates, campaign.LastRunAtGT(*i.LastRunAtGT)) } @@ -10655,15 +8594,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.NextRunAt != nil { predicates = append(predicates, campaign.NextRunAtEQ(*i.NextRunAt)) } - if i.NextRunAtNEQ != nil { - predicates = append(predicates, campaign.NextRunAtNEQ(*i.NextRunAtNEQ)) - } - if len(i.NextRunAtIn) > 0 { - predicates = append(predicates, campaign.NextRunAtIn(i.NextRunAtIn...)) - } - if len(i.NextRunAtNotIn) > 0 { - predicates = append(predicates, campaign.NextRunAtNotIn(i.NextRunAtNotIn...)) - } if i.NextRunAtGT != nil { predicates = append(predicates, campaign.NextRunAtGT(*i.NextRunAtGT)) } @@ -10685,15 +8615,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.RecurrenceEndAt != nil { predicates = append(predicates, campaign.RecurrenceEndAtEQ(*i.RecurrenceEndAt)) } - if i.RecurrenceEndAtNEQ != nil { - predicates = append(predicates, campaign.RecurrenceEndAtNEQ(*i.RecurrenceEndAtNEQ)) - } - if len(i.RecurrenceEndAtIn) > 0 { - predicates = append(predicates, campaign.RecurrenceEndAtIn(i.RecurrenceEndAtIn...)) - } - if len(i.RecurrenceEndAtNotIn) > 0 { - predicates = append(predicates, campaign.RecurrenceEndAtNotIn(i.RecurrenceEndAtNotIn...)) - } if i.RecurrenceEndAtGT != nil { predicates = append(predicates, campaign.RecurrenceEndAtGT(*i.RecurrenceEndAtGT)) } @@ -10718,12 +8639,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.RecipientCountNEQ != nil { predicates = append(predicates, campaign.RecipientCountNEQ(*i.RecipientCountNEQ)) } - if len(i.RecipientCountIn) > 0 { - predicates = append(predicates, campaign.RecipientCountIn(i.RecipientCountIn...)) - } - if len(i.RecipientCountNotIn) > 0 { - predicates = append(predicates, campaign.RecipientCountNotIn(i.RecipientCountNotIn...)) - } if i.RecipientCountGT != nil { predicates = append(predicates, campaign.RecipientCountGT(*i.RecipientCountGT)) } @@ -10748,12 +8663,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.ResendCountNEQ != nil { predicates = append(predicates, campaign.ResendCountNEQ(*i.ResendCountNEQ)) } - if len(i.ResendCountIn) > 0 { - predicates = append(predicates, campaign.ResendCountIn(i.ResendCountIn...)) - } - if len(i.ResendCountNotIn) > 0 { - predicates = append(predicates, campaign.ResendCountNotIn(i.ResendCountNotIn...)) - } if i.ResendCountGT != nil { predicates = append(predicates, campaign.ResendCountGT(*i.ResendCountGT)) } @@ -10775,15 +8684,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if i.LastResentAt != nil { predicates = append(predicates, campaign.LastResentAtEQ(*i.LastResentAt)) } - if i.LastResentAtNEQ != nil { - predicates = append(predicates, campaign.LastResentAtNEQ(*i.LastResentAtNEQ)) - } - if len(i.LastResentAtIn) > 0 { - predicates = append(predicates, campaign.LastResentAtIn(i.LastResentAtIn...)) - } - if len(i.LastResentAtNotIn) > 0 { - predicates = append(predicates, campaign.LastResentAtNotIn(i.LastResentAtNotIn...)) - } if i.LastResentAtGT != nil { predicates = append(predicates, campaign.LastResentAtGT(*i.LastResentAtGT)) } @@ -10814,18 +8714,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, campaign.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, campaign.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, campaign.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, campaign.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, campaign.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, campaign.EntityIDContains(*i.EntityIDContains)) } @@ -10859,18 +8747,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, campaign.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, campaign.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, campaign.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, campaign.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, campaign.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, campaign.TemplateIDContains(*i.TemplateIDContains)) } @@ -10904,18 +8780,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, campaign.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, campaign.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, campaign.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, campaign.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, campaign.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, campaign.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -10949,18 +8813,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.EmailTemplateIDNotIn) > 0 { predicates = append(predicates, campaign.EmailTemplateIDNotIn(i.EmailTemplateIDNotIn...)) } - if i.EmailTemplateIDGT != nil { - predicates = append(predicates, campaign.EmailTemplateIDGT(*i.EmailTemplateIDGT)) - } - if i.EmailTemplateIDGTE != nil { - predicates = append(predicates, campaign.EmailTemplateIDGTE(*i.EmailTemplateIDGTE)) - } - if i.EmailTemplateIDLT != nil { - predicates = append(predicates, campaign.EmailTemplateIDLT(*i.EmailTemplateIDLT)) - } - if i.EmailTemplateIDLTE != nil { - predicates = append(predicates, campaign.EmailTemplateIDLTE(*i.EmailTemplateIDLTE)) - } if i.EmailTemplateIDContains != nil { predicates = append(predicates, campaign.EmailTemplateIDContains(*i.EmailTemplateIDContains)) } @@ -10994,18 +8846,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, campaign.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, campaign.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, campaign.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, campaign.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, campaign.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, campaign.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -11039,18 +8879,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.EmailBrandingIDNotIn) > 0 { predicates = append(predicates, campaign.EmailBrandingIDNotIn(i.EmailBrandingIDNotIn...)) } - if i.EmailBrandingIDGT != nil { - predicates = append(predicates, campaign.EmailBrandingIDGT(*i.EmailBrandingIDGT)) - } - if i.EmailBrandingIDGTE != nil { - predicates = append(predicates, campaign.EmailBrandingIDGTE(*i.EmailBrandingIDGTE)) - } - if i.EmailBrandingIDLT != nil { - predicates = append(predicates, campaign.EmailBrandingIDLT(*i.EmailBrandingIDLT)) - } - if i.EmailBrandingIDLTE != nil { - predicates = append(predicates, campaign.EmailBrandingIDLTE(*i.EmailBrandingIDLTE)) - } if i.EmailBrandingIDContains != nil { predicates = append(predicates, campaign.EmailBrandingIDContains(*i.EmailBrandingIDContains)) } @@ -11084,18 +8912,6 @@ func (i *CampaignWhereInput) P() (predicate.Campaign, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, campaign.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, campaign.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, campaign.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, campaign.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, campaign.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, campaign.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -11526,46 +9342,32 @@ type CampaignTargetWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -11579,10 +9381,6 @@ type CampaignTargetWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -11596,10 +9394,6 @@ type CampaignTargetWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -11613,10 +9407,6 @@ type CampaignTargetWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -11636,10 +9426,6 @@ type CampaignTargetWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -11653,10 +9439,6 @@ type CampaignTargetWhereInput struct { ContactIDNEQ *string `json:"contactIDNEQ,omitempty"` ContactIDIn []string `json:"contactIDIn,omitempty"` ContactIDNotIn []string `json:"contactIDNotIn,omitempty"` - ContactIDGT *string `json:"contactIDGT,omitempty"` - ContactIDGTE *string `json:"contactIDGTE,omitempty"` - ContactIDLT *string `json:"contactIDLT,omitempty"` - ContactIDLTE *string `json:"contactIDLTE,omitempty"` ContactIDContains *string `json:"contactIDContains,omitempty"` ContactIDHasPrefix *string `json:"contactIDHasPrefix,omitempty"` ContactIDHasSuffix *string `json:"contactIDHasSuffix,omitempty"` @@ -11670,10 +9452,6 @@ type CampaignTargetWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -11687,10 +9465,6 @@ type CampaignTargetWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -11704,10 +9478,6 @@ type CampaignTargetWhereInput struct { SubscriberIDNEQ *string `json:"subscriberIDNEQ,omitempty"` SubscriberIDIn []string `json:"subscriberIDIn,omitempty"` SubscriberIDNotIn []string `json:"subscriberIDNotIn,omitempty"` - SubscriberIDGT *string `json:"subscriberIDGT,omitempty"` - SubscriberIDGTE *string `json:"subscriberIDGTE,omitempty"` - SubscriberIDLT *string `json:"subscriberIDLT,omitempty"` - SubscriberIDLTE *string `json:"subscriberIDLTE,omitempty"` SubscriberIDContains *string `json:"subscriberIDContains,omitempty"` SubscriberIDHasPrefix *string `json:"subscriberIDHasPrefix,omitempty"` SubscriberIDHasSuffix *string `json:"subscriberIDHasSuffix,omitempty"` @@ -11721,10 +9491,6 @@ type CampaignTargetWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -11736,10 +9502,6 @@ type CampaignTargetWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -11755,28 +9517,22 @@ type CampaignTargetWhereInput struct { StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // "sent_at" field predicates. - SentAt *models.DateTime `json:"sentAt,omitempty"` - SentAtNEQ *models.DateTime `json:"sentAtNEQ,omitempty"` - SentAtIn []models.DateTime `json:"sentAtIn,omitempty"` - SentAtNotIn []models.DateTime `json:"sentAtNotIn,omitempty"` - SentAtGT *models.DateTime `json:"sentAtGT,omitempty"` - SentAtGTE *models.DateTime `json:"sentAtGTE,omitempty"` - SentAtLT *models.DateTime `json:"sentAtLT,omitempty"` - SentAtLTE *models.DateTime `json:"sentAtLTE,omitempty"` - SentAtIsNil bool `json:"sentAtIsNil,omitempty"` - SentAtNotNil bool `json:"sentAtNotNil,omitempty"` + SentAt *models.DateTime `json:"sentAt,omitempty"` + SentAtGT *models.DateTime `json:"sentAtGT,omitempty"` + SentAtGTE *models.DateTime `json:"sentAtGTE,omitempty"` + SentAtLT *models.DateTime `json:"sentAtLT,omitempty"` + SentAtLTE *models.DateTime `json:"sentAtLTE,omitempty"` + SentAtIsNil bool `json:"sentAtIsNil,omitempty"` + SentAtNotNil bool `json:"sentAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "owner" edge predicates. HasOwner *bool `json:"hasOwner,omitempty"` @@ -11890,18 +9646,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, campaigntarget.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, campaigntarget.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, campaigntarget.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, campaigntarget.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, campaigntarget.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, campaigntarget.IDEqualFold(*i.IDEqualFold)) } @@ -11911,15 +9655,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if i.CreatedAt != nil { predicates = append(predicates, campaigntarget.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, campaigntarget.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, campaigntarget.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, campaigntarget.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, campaigntarget.CreatedAtGT(*i.CreatedAtGT)) } @@ -11941,15 +9676,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if i.UpdatedAt != nil { predicates = append(predicates, campaigntarget.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, campaigntarget.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, campaigntarget.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, campaigntarget.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, campaigntarget.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -11980,18 +9706,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, campaigntarget.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, campaigntarget.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, campaigntarget.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, campaigntarget.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, campaigntarget.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, campaigntarget.CreatedByContains(*i.CreatedByContains)) } @@ -12025,18 +9739,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, campaigntarget.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, campaigntarget.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, campaigntarget.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, campaigntarget.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, campaigntarget.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, campaigntarget.UpdatedByContains(*i.UpdatedByContains)) } @@ -12070,18 +9772,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, campaigntarget.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, campaigntarget.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, campaigntarget.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, campaigntarget.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, campaigntarget.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, campaigntarget.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -12115,18 +9805,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, campaigntarget.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, campaigntarget.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, campaigntarget.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, campaigntarget.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, campaigntarget.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, campaigntarget.OwnerIDContains(*i.OwnerIDContains)) } @@ -12172,18 +9850,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, campaigntarget.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, campaigntarget.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, campaigntarget.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, campaigntarget.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, campaigntarget.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, campaigntarget.CampaignIDContains(*i.CampaignIDContains)) } @@ -12217,18 +9883,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.ContactIDNotIn) > 0 { predicates = append(predicates, campaigntarget.ContactIDNotIn(i.ContactIDNotIn...)) } - if i.ContactIDGT != nil { - predicates = append(predicates, campaigntarget.ContactIDGT(*i.ContactIDGT)) - } - if i.ContactIDGTE != nil { - predicates = append(predicates, campaigntarget.ContactIDGTE(*i.ContactIDGTE)) - } - if i.ContactIDLT != nil { - predicates = append(predicates, campaigntarget.ContactIDLT(*i.ContactIDLT)) - } - if i.ContactIDLTE != nil { - predicates = append(predicates, campaigntarget.ContactIDLTE(*i.ContactIDLTE)) - } if i.ContactIDContains != nil { predicates = append(predicates, campaigntarget.ContactIDContains(*i.ContactIDContains)) } @@ -12262,18 +9916,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, campaigntarget.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, campaigntarget.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, campaigntarget.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, campaigntarget.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, campaigntarget.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, campaigntarget.UserIDContains(*i.UserIDContains)) } @@ -12307,18 +9949,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, campaigntarget.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, campaigntarget.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, campaigntarget.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, campaigntarget.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, campaigntarget.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, campaigntarget.GroupIDContains(*i.GroupIDContains)) } @@ -12352,18 +9982,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.SubscriberIDNotIn) > 0 { predicates = append(predicates, campaigntarget.SubscriberIDNotIn(i.SubscriberIDNotIn...)) } - if i.SubscriberIDGT != nil { - predicates = append(predicates, campaigntarget.SubscriberIDGT(*i.SubscriberIDGT)) - } - if i.SubscriberIDGTE != nil { - predicates = append(predicates, campaigntarget.SubscriberIDGTE(*i.SubscriberIDGTE)) - } - if i.SubscriberIDLT != nil { - predicates = append(predicates, campaigntarget.SubscriberIDLT(*i.SubscriberIDLT)) - } - if i.SubscriberIDLTE != nil { - predicates = append(predicates, campaigntarget.SubscriberIDLTE(*i.SubscriberIDLTE)) - } if i.SubscriberIDContains != nil { predicates = append(predicates, campaigntarget.SubscriberIDContains(*i.SubscriberIDContains)) } @@ -12397,18 +10015,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, campaigntarget.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, campaigntarget.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, campaigntarget.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, campaigntarget.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, campaigntarget.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, campaigntarget.EmailContains(*i.EmailContains)) } @@ -12436,18 +10042,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if len(i.FullNameNotIn) > 0 { predicates = append(predicates, campaigntarget.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, campaigntarget.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, campaigntarget.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, campaigntarget.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, campaigntarget.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, campaigntarget.FullNameContains(*i.FullNameContains)) } @@ -12484,15 +10078,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if i.SentAt != nil { predicates = append(predicates, campaigntarget.SentAtEQ(*i.SentAt)) } - if i.SentAtNEQ != nil { - predicates = append(predicates, campaigntarget.SentAtNEQ(*i.SentAtNEQ)) - } - if len(i.SentAtIn) > 0 { - predicates = append(predicates, campaigntarget.SentAtIn(i.SentAtIn...)) - } - if len(i.SentAtNotIn) > 0 { - predicates = append(predicates, campaigntarget.SentAtNotIn(i.SentAtNotIn...)) - } if i.SentAtGT != nil { predicates = append(predicates, campaigntarget.SentAtGT(*i.SentAtGT)) } @@ -12514,15 +10099,6 @@ func (i *CampaignTargetWhereInput) P() (predicate.CampaignTarget, error) { if i.CompletedAt != nil { predicates = append(predicates, campaigntarget.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, campaigntarget.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, campaigntarget.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, campaigntarget.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, campaigntarget.CompletedAtGT(*i.CompletedAtGT)) } @@ -12696,46 +10272,32 @@ type CheckResultWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -12749,10 +10311,6 @@ type CheckResultWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -12766,10 +10324,6 @@ type CheckResultWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -12789,10 +10343,6 @@ type CheckResultWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -12800,26 +10350,19 @@ type CheckResultWhereInput struct { SourceContainsFold *string `json:"sourceContainsFold,omitempty"` // "last_observed_at" field predicates. - LastObservedAt *models.DateTime `json:"lastObservedAt,omitempty"` - LastObservedAtNEQ *models.DateTime `json:"lastObservedAtNEQ,omitempty"` - LastObservedAtIn []models.DateTime `json:"lastObservedAtIn,omitempty"` - LastObservedAtNotIn []models.DateTime `json:"lastObservedAtNotIn,omitempty"` - LastObservedAtGT *models.DateTime `json:"lastObservedAtGT,omitempty"` - LastObservedAtGTE *models.DateTime `json:"lastObservedAtGTE,omitempty"` - LastObservedAtLT *models.DateTime `json:"lastObservedAtLT,omitempty"` - LastObservedAtLTE *models.DateTime `json:"lastObservedAtLTE,omitempty"` - LastObservedAtIsNil bool `json:"lastObservedAtIsNil,omitempty"` - LastObservedAtNotNil bool `json:"lastObservedAtNotNil,omitempty"` + LastObservedAt *models.DateTime `json:"lastObservedAt,omitempty"` + LastObservedAtGT *models.DateTime `json:"lastObservedAtGT,omitempty"` + LastObservedAtGTE *models.DateTime `json:"lastObservedAtGTE,omitempty"` + LastObservedAtLT *models.DateTime `json:"lastObservedAtLT,omitempty"` + LastObservedAtLTE *models.DateTime `json:"lastObservedAtLTE,omitempty"` + LastObservedAtIsNil bool `json:"lastObservedAtIsNil,omitempty"` + LastObservedAtNotNil bool `json:"lastObservedAtNotNil,omitempty"` // "external_uri" field predicates. ExternalURI *string `json:"externalURI,omitempty"` ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -12833,10 +10376,6 @@ type CheckResultWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -12850,10 +10389,6 @@ type CheckResultWhereInput struct { ParentExternalIDNEQ *string `json:"parentExternalIDNEQ,omitempty"` ParentExternalIDIn []string `json:"parentExternalIDIn,omitempty"` ParentExternalIDNotIn []string `json:"parentExternalIDNotIn,omitempty"` - ParentExternalIDGT *string `json:"parentExternalIDGT,omitempty"` - ParentExternalIDGTE *string `json:"parentExternalIDGTE,omitempty"` - ParentExternalIDLT *string `json:"parentExternalIDLT,omitempty"` - ParentExternalIDLTE *string `json:"parentExternalIDLTE,omitempty"` ParentExternalIDContains *string `json:"parentExternalIDContains,omitempty"` ParentExternalIDHasPrefix *string `json:"parentExternalIDHasPrefix,omitempty"` ParentExternalIDHasSuffix *string `json:"parentExternalIDHasSuffix,omitempty"` @@ -12867,10 +10402,6 @@ type CheckResultWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -12990,18 +10521,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, checkresult.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, checkresult.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, checkresult.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, checkresult.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, checkresult.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, checkresult.IDEqualFold(*i.IDEqualFold)) } @@ -13011,15 +10530,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if i.CreatedAt != nil { predicates = append(predicates, checkresult.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, checkresult.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, checkresult.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, checkresult.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, checkresult.CreatedAtGT(*i.CreatedAtGT)) } @@ -13041,15 +10551,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if i.UpdatedAt != nil { predicates = append(predicates, checkresult.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, checkresult.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, checkresult.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, checkresult.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, checkresult.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -13080,18 +10581,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, checkresult.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, checkresult.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, checkresult.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, checkresult.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, checkresult.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, checkresult.CreatedByContains(*i.CreatedByContains)) } @@ -13125,18 +10614,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, checkresult.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, checkresult.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, checkresult.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, checkresult.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, checkresult.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, checkresult.UpdatedByContains(*i.UpdatedByContains)) } @@ -13170,18 +10647,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, checkresult.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, checkresult.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, checkresult.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, checkresult.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, checkresult.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, checkresult.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -13227,18 +10692,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, checkresult.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, checkresult.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, checkresult.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, checkresult.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, checkresult.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, checkresult.SourceContains(*i.SourceContains)) } @@ -13257,15 +10710,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if i.LastObservedAt != nil { predicates = append(predicates, checkresult.LastObservedAtEQ(*i.LastObservedAt)) } - if i.LastObservedAtNEQ != nil { - predicates = append(predicates, checkresult.LastObservedAtNEQ(*i.LastObservedAtNEQ)) - } - if len(i.LastObservedAtIn) > 0 { - predicates = append(predicates, checkresult.LastObservedAtIn(i.LastObservedAtIn...)) - } - if len(i.LastObservedAtNotIn) > 0 { - predicates = append(predicates, checkresult.LastObservedAtNotIn(i.LastObservedAtNotIn...)) - } if i.LastObservedAtGT != nil { predicates = append(predicates, checkresult.LastObservedAtGT(*i.LastObservedAtGT)) } @@ -13296,18 +10740,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, checkresult.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, checkresult.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, checkresult.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, checkresult.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, checkresult.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, checkresult.ExternalURIContains(*i.ExternalURIContains)) } @@ -13341,18 +10773,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, checkresult.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, checkresult.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, checkresult.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, checkresult.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, checkresult.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, checkresult.DetailsContains(*i.DetailsContains)) } @@ -13386,18 +10806,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.ParentExternalIDNotIn) > 0 { predicates = append(predicates, checkresult.ParentExternalIDNotIn(i.ParentExternalIDNotIn...)) } - if i.ParentExternalIDGT != nil { - predicates = append(predicates, checkresult.ParentExternalIDGT(*i.ParentExternalIDGT)) - } - if i.ParentExternalIDGTE != nil { - predicates = append(predicates, checkresult.ParentExternalIDGTE(*i.ParentExternalIDGTE)) - } - if i.ParentExternalIDLT != nil { - predicates = append(predicates, checkresult.ParentExternalIDLT(*i.ParentExternalIDLT)) - } - if i.ParentExternalIDLTE != nil { - predicates = append(predicates, checkresult.ParentExternalIDLTE(*i.ParentExternalIDLTE)) - } if i.ParentExternalIDContains != nil { predicates = append(predicates, checkresult.ParentExternalIDContains(*i.ParentExternalIDContains)) } @@ -13431,18 +10839,6 @@ func (i *CheckResultWhereInput) P() (predicate.CheckResult, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, checkresult.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, checkresult.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, checkresult.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, checkresult.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, checkresult.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, checkresult.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -13608,46 +11004,32 @@ type ContactWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -13661,10 +11043,6 @@ type ContactWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -13678,10 +11056,6 @@ type ContactWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -13695,10 +11069,6 @@ type ContactWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -13712,10 +11082,6 @@ type ContactWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -13729,10 +11095,6 @@ type ContactWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -13746,10 +11108,6 @@ type ContactWhereInput struct { CompanyNEQ *string `json:"companyNEQ,omitempty"` CompanyIn []string `json:"companyIn,omitempty"` CompanyNotIn []string `json:"companyNotIn,omitempty"` - CompanyGT *string `json:"companyGT,omitempty"` - CompanyGTE *string `json:"companyGTE,omitempty"` - CompanyLT *string `json:"companyLT,omitempty"` - CompanyLTE *string `json:"companyLTE,omitempty"` CompanyContains *string `json:"companyContains,omitempty"` CompanyHasPrefix *string `json:"companyHasPrefix,omitempty"` CompanyHasSuffix *string `json:"companyHasSuffix,omitempty"` @@ -13763,10 +11121,6 @@ type ContactWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -13780,10 +11134,6 @@ type ContactWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -13797,10 +11147,6 @@ type ContactWhereInput struct { AddressNEQ *string `json:"addressNEQ,omitempty"` AddressIn []string `json:"addressIn,omitempty"` AddressNotIn []string `json:"addressNotIn,omitempty"` - AddressGT *string `json:"addressGT,omitempty"` - AddressGTE *string `json:"addressGTE,omitempty"` - AddressLT *string `json:"addressLT,omitempty"` - AddressLTE *string `json:"addressLTE,omitempty"` AddressContains *string `json:"addressContains,omitempty"` AddressHasPrefix *string `json:"addressHasPrefix,omitempty"` AddressHasSuffix *string `json:"addressHasSuffix,omitempty"` @@ -13820,10 +11166,6 @@ type ContactWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -13837,10 +11179,6 @@ type ContactWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -13850,16 +11188,13 @@ type ContactWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -13972,18 +11307,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, contact.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, contact.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, contact.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, contact.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, contact.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, contact.IDEqualFold(*i.IDEqualFold)) } @@ -13993,15 +11316,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if i.CreatedAt != nil { predicates = append(predicates, contact.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, contact.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, contact.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, contact.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, contact.CreatedAtGT(*i.CreatedAtGT)) } @@ -14023,15 +11337,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if i.UpdatedAt != nil { predicates = append(predicates, contact.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, contact.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, contact.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, contact.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, contact.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -14062,18 +11367,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, contact.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, contact.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, contact.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, contact.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, contact.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, contact.CreatedByContains(*i.CreatedByContains)) } @@ -14107,18 +11400,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, contact.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, contact.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, contact.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, contact.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, contact.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, contact.UpdatedByContains(*i.UpdatedByContains)) } @@ -14152,18 +11433,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, contact.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, contact.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, contact.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, contact.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, contact.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, contact.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -14197,18 +11466,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, contact.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, contact.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, contact.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, contact.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, contact.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, contact.OwnerIDContains(*i.OwnerIDContains)) } @@ -14242,18 +11499,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.FullNameNotIn) > 0 { predicates = append(predicates, contact.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, contact.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, contact.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, contact.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, contact.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, contact.FullNameContains(*i.FullNameContains)) } @@ -14287,18 +11532,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, contact.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, contact.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, contact.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, contact.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, contact.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, contact.TitleContains(*i.TitleContains)) } @@ -14332,18 +11565,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.CompanyNotIn) > 0 { predicates = append(predicates, contact.CompanyNotIn(i.CompanyNotIn...)) } - if i.CompanyGT != nil { - predicates = append(predicates, contact.CompanyGT(*i.CompanyGT)) - } - if i.CompanyGTE != nil { - predicates = append(predicates, contact.CompanyGTE(*i.CompanyGTE)) - } - if i.CompanyLT != nil { - predicates = append(predicates, contact.CompanyLT(*i.CompanyLT)) - } - if i.CompanyLTE != nil { - predicates = append(predicates, contact.CompanyLTE(*i.CompanyLTE)) - } if i.CompanyContains != nil { predicates = append(predicates, contact.CompanyContains(*i.CompanyContains)) } @@ -14377,18 +11598,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, contact.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, contact.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, contact.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, contact.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, contact.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, contact.EmailContains(*i.EmailContains)) } @@ -14422,18 +11631,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, contact.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, contact.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, contact.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, contact.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, contact.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, contact.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -14467,18 +11664,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.AddressNotIn) > 0 { predicates = append(predicates, contact.AddressNotIn(i.AddressNotIn...)) } - if i.AddressGT != nil { - predicates = append(predicates, contact.AddressGT(*i.AddressGT)) - } - if i.AddressGTE != nil { - predicates = append(predicates, contact.AddressGTE(*i.AddressGTE)) - } - if i.AddressLT != nil { - predicates = append(predicates, contact.AddressLT(*i.AddressLT)) - } - if i.AddressLTE != nil { - predicates = append(predicates, contact.AddressLTE(*i.AddressLTE)) - } if i.AddressContains != nil { predicates = append(predicates, contact.AddressContains(*i.AddressContains)) } @@ -14524,18 +11709,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, contact.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, contact.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, contact.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, contact.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, contact.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, contact.ExternalIDContains(*i.ExternalIDContains)) } @@ -14569,18 +11742,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, contact.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, contact.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, contact.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, contact.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, contact.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, contact.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -14605,15 +11766,6 @@ func (i *ContactWhereInput) P() (predicate.Contact, error) { if i.ObservedAt != nil { predicates = append(predicates, contact.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, contact.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, contact.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, contact.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, contact.ObservedAtGT(*i.ObservedAtGT)) } @@ -14776,46 +11928,32 @@ type ControlWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -14829,10 +11967,6 @@ type ControlWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -14846,10 +11980,6 @@ type ControlWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -14863,10 +11993,6 @@ type ControlWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -14878,10 +12004,6 @@ type ControlWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -14895,10 +12017,6 @@ type ControlWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -14912,10 +12030,6 @@ type ControlWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -14929,10 +12043,6 @@ type ControlWhereInput struct { ReferenceIDNEQ *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIDGT *string `json:"referenceIDGT,omitempty"` - ReferenceIDGTE *string `json:"referenceIDGTE,omitempty"` - ReferenceIDLT *string `json:"referenceIDLT,omitempty"` - ReferenceIDLTE *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -14946,10 +12056,6 @@ type ControlWhereInput struct { AuditorReferenceIDNEQ *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIDGT *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIDGTE *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIDLT *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIDLTE *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -14963,10 +12069,6 @@ type ControlWhereInput struct { ResponsiblePartyIDNEQ *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIDGT *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIDGTE *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIDLT *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIDLTE *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -14996,10 +12098,6 @@ type ControlWhereInput struct { ImplementationDescriptionNEQ *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGT *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGTE *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLT *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLTE *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -15013,10 +12111,6 @@ type ControlWhereInput struct { PublicRepresentationNEQ *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGT *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGTE *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLT *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLTE *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -15038,10 +12132,6 @@ type ControlWhereInput struct { SourceNameNEQ *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGT *string `json:"sourceNameGT,omitempty"` - SourceNameGTE *string `json:"sourceNameGTE,omitempty"` - SourceNameLT *string `json:"sourceNameLT,omitempty"` - SourceNameLTE *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -15055,10 +12145,6 @@ type ControlWhereInput struct { ReferenceFrameworkNEQ *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGT *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGTE *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLT *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLTE *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -15072,10 +12158,6 @@ type ControlWhereInput struct { ReferenceFrameworkRevisionNEQ *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGT *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGTE *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLT *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLTE *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -15089,10 +12171,6 @@ type ControlWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -15106,10 +12184,6 @@ type ControlWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -15123,10 +12197,6 @@ type ControlWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -15140,10 +12210,6 @@ type ControlWhereInput struct { ControlOwnerIDNEQ *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIDGT *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIDGTE *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIDLT *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIDLTE *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -15157,10 +12223,6 @@ type ControlWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -15174,10 +12236,6 @@ type ControlWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -15197,10 +12255,6 @@ type ControlWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -15214,10 +12268,6 @@ type ControlWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -15231,10 +12281,6 @@ type ControlWhereInput struct { ControlKindNameNEQ *string `json:"controlKindNameNEQ,omitempty"` ControlKindNameIn []string `json:"controlKindNameIn,omitempty"` ControlKindNameNotIn []string `json:"controlKindNameNotIn,omitempty"` - ControlKindNameGT *string `json:"controlKindNameGT,omitempty"` - ControlKindNameGTE *string `json:"controlKindNameGTE,omitempty"` - ControlKindNameLT *string `json:"controlKindNameLT,omitempty"` - ControlKindNameLTE *string `json:"controlKindNameLTE,omitempty"` ControlKindNameContains *string `json:"controlKindNameContains,omitempty"` ControlKindNameHasPrefix *string `json:"controlKindNameHasPrefix,omitempty"` ControlKindNameHasSuffix *string `json:"controlKindNameHasSuffix,omitempty"` @@ -15248,10 +12294,6 @@ type ControlWhereInput struct { ControlKindIDNEQ *string `json:"controlKindIDNEQ,omitempty"` ControlKindIDIn []string `json:"controlKindIDIn,omitempty"` ControlKindIDNotIn []string `json:"controlKindIDNotIn,omitempty"` - ControlKindIDGT *string `json:"controlKindIDGT,omitempty"` - ControlKindIDGTE *string `json:"controlKindIDGTE,omitempty"` - ControlKindIDLT *string `json:"controlKindIDLT,omitempty"` - ControlKindIDLTE *string `json:"controlKindIDLTE,omitempty"` ControlKindIDContains *string `json:"controlKindIDContains,omitempty"` ControlKindIDHasPrefix *string `json:"controlKindIDHasPrefix,omitempty"` ControlKindIDHasSuffix *string `json:"controlKindIDHasSuffix,omitempty"` @@ -15265,10 +12307,6 @@ type ControlWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -15282,10 +12320,6 @@ type ControlWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -15299,10 +12333,6 @@ type ControlWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -15316,10 +12346,6 @@ type ControlWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -15339,10 +12365,6 @@ type ControlWhereInput struct { RefCodeNEQ *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGT *string `json:"refCodeGT,omitempty"` - RefCodeGTE *string `json:"refCodeGTE,omitempty"` - RefCodeLT *string `json:"refCodeLT,omitempty"` - RefCodeLTE *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -15354,10 +12376,6 @@ type ControlWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -15624,18 +12642,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, control.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, control.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, control.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, control.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, control.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, control.IDEqualFold(*i.IDEqualFold)) } @@ -15645,15 +12651,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if i.CreatedAt != nil { predicates = append(predicates, control.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, control.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, control.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, control.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, control.CreatedAtGT(*i.CreatedAtGT)) } @@ -15675,15 +12672,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if i.UpdatedAt != nil { predicates = append(predicates, control.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, control.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, control.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, control.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, control.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -15714,18 +12702,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, control.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, control.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, control.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, control.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, control.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, control.CreatedByContains(*i.CreatedByContains)) } @@ -15759,18 +12735,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, control.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, control.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, control.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, control.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, control.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, control.UpdatedByContains(*i.UpdatedByContains)) } @@ -15804,18 +12768,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, control.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, control.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, control.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, control.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, control.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, control.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -15849,18 +12801,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, control.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, control.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, control.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, control.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, control.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, control.DisplayIDContains(*i.DisplayIDContains)) } @@ -15888,18 +12828,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, control.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, control.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, control.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, control.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, control.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, control.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -15933,18 +12861,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, control.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, control.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, control.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, control.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, control.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, control.TitleContains(*i.TitleContains)) } @@ -15978,18 +12894,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, control.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, control.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, control.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, control.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, control.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, control.DescriptionContains(*i.DescriptionContains)) } @@ -16023,18 +12927,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ReferenceIDNotIn) > 0 { predicates = append(predicates, control.ReferenceIDNotIn(i.ReferenceIDNotIn...)) } - if i.ReferenceIDGT != nil { - predicates = append(predicates, control.ReferenceIDGT(*i.ReferenceIDGT)) - } - if i.ReferenceIDGTE != nil { - predicates = append(predicates, control.ReferenceIDGTE(*i.ReferenceIDGTE)) - } - if i.ReferenceIDLT != nil { - predicates = append(predicates, control.ReferenceIDLT(*i.ReferenceIDLT)) - } - if i.ReferenceIDLTE != nil { - predicates = append(predicates, control.ReferenceIDLTE(*i.ReferenceIDLTE)) - } if i.ReferenceIDContains != nil { predicates = append(predicates, control.ReferenceIDContains(*i.ReferenceIDContains)) } @@ -16068,18 +12960,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.AuditorReferenceIDNotIn) > 0 { predicates = append(predicates, control.AuditorReferenceIDNotIn(i.AuditorReferenceIDNotIn...)) } - if i.AuditorReferenceIDGT != nil { - predicates = append(predicates, control.AuditorReferenceIDGT(*i.AuditorReferenceIDGT)) - } - if i.AuditorReferenceIDGTE != nil { - predicates = append(predicates, control.AuditorReferenceIDGTE(*i.AuditorReferenceIDGTE)) - } - if i.AuditorReferenceIDLT != nil { - predicates = append(predicates, control.AuditorReferenceIDLT(*i.AuditorReferenceIDLT)) - } - if i.AuditorReferenceIDLTE != nil { - predicates = append(predicates, control.AuditorReferenceIDLTE(*i.AuditorReferenceIDLTE)) - } if i.AuditorReferenceIDContains != nil { predicates = append(predicates, control.AuditorReferenceIDContains(*i.AuditorReferenceIDContains)) } @@ -16113,18 +12993,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ResponsiblePartyIDNotIn) > 0 { predicates = append(predicates, control.ResponsiblePartyIDNotIn(i.ResponsiblePartyIDNotIn...)) } - if i.ResponsiblePartyIDGT != nil { - predicates = append(predicates, control.ResponsiblePartyIDGT(*i.ResponsiblePartyIDGT)) - } - if i.ResponsiblePartyIDGTE != nil { - predicates = append(predicates, control.ResponsiblePartyIDGTE(*i.ResponsiblePartyIDGTE)) - } - if i.ResponsiblePartyIDLT != nil { - predicates = append(predicates, control.ResponsiblePartyIDLT(*i.ResponsiblePartyIDLT)) - } - if i.ResponsiblePartyIDLTE != nil { - predicates = append(predicates, control.ResponsiblePartyIDLTE(*i.ResponsiblePartyIDLTE)) - } if i.ResponsiblePartyIDContains != nil { predicates = append(predicates, control.ResponsiblePartyIDContains(*i.ResponsiblePartyIDContains)) } @@ -16194,18 +13062,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ImplementationDescriptionNotIn) > 0 { predicates = append(predicates, control.ImplementationDescriptionNotIn(i.ImplementationDescriptionNotIn...)) } - if i.ImplementationDescriptionGT != nil { - predicates = append(predicates, control.ImplementationDescriptionGT(*i.ImplementationDescriptionGT)) - } - if i.ImplementationDescriptionGTE != nil { - predicates = append(predicates, control.ImplementationDescriptionGTE(*i.ImplementationDescriptionGTE)) - } - if i.ImplementationDescriptionLT != nil { - predicates = append(predicates, control.ImplementationDescriptionLT(*i.ImplementationDescriptionLT)) - } - if i.ImplementationDescriptionLTE != nil { - predicates = append(predicates, control.ImplementationDescriptionLTE(*i.ImplementationDescriptionLTE)) - } if i.ImplementationDescriptionContains != nil { predicates = append(predicates, control.ImplementationDescriptionContains(*i.ImplementationDescriptionContains)) } @@ -16239,18 +13095,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.PublicRepresentationNotIn) > 0 { predicates = append(predicates, control.PublicRepresentationNotIn(i.PublicRepresentationNotIn...)) } - if i.PublicRepresentationGT != nil { - predicates = append(predicates, control.PublicRepresentationGT(*i.PublicRepresentationGT)) - } - if i.PublicRepresentationGTE != nil { - predicates = append(predicates, control.PublicRepresentationGTE(*i.PublicRepresentationGTE)) - } - if i.PublicRepresentationLT != nil { - predicates = append(predicates, control.PublicRepresentationLT(*i.PublicRepresentationLT)) - } - if i.PublicRepresentationLTE != nil { - predicates = append(predicates, control.PublicRepresentationLTE(*i.PublicRepresentationLTE)) - } if i.PublicRepresentationContains != nil { predicates = append(predicates, control.PublicRepresentationContains(*i.PublicRepresentationContains)) } @@ -16302,18 +13146,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.SourceNameNotIn) > 0 { predicates = append(predicates, control.SourceNameNotIn(i.SourceNameNotIn...)) } - if i.SourceNameGT != nil { - predicates = append(predicates, control.SourceNameGT(*i.SourceNameGT)) - } - if i.SourceNameGTE != nil { - predicates = append(predicates, control.SourceNameGTE(*i.SourceNameGTE)) - } - if i.SourceNameLT != nil { - predicates = append(predicates, control.SourceNameLT(*i.SourceNameLT)) - } - if i.SourceNameLTE != nil { - predicates = append(predicates, control.SourceNameLTE(*i.SourceNameLTE)) - } if i.SourceNameContains != nil { predicates = append(predicates, control.SourceNameContains(*i.SourceNameContains)) } @@ -16347,18 +13179,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ReferenceFrameworkNotIn) > 0 { predicates = append(predicates, control.ReferenceFrameworkNotIn(i.ReferenceFrameworkNotIn...)) } - if i.ReferenceFrameworkGT != nil { - predicates = append(predicates, control.ReferenceFrameworkGT(*i.ReferenceFrameworkGT)) - } - if i.ReferenceFrameworkGTE != nil { - predicates = append(predicates, control.ReferenceFrameworkGTE(*i.ReferenceFrameworkGTE)) - } - if i.ReferenceFrameworkLT != nil { - predicates = append(predicates, control.ReferenceFrameworkLT(*i.ReferenceFrameworkLT)) - } - if i.ReferenceFrameworkLTE != nil { - predicates = append(predicates, control.ReferenceFrameworkLTE(*i.ReferenceFrameworkLTE)) - } if i.ReferenceFrameworkContains != nil { predicates = append(predicates, control.ReferenceFrameworkContains(*i.ReferenceFrameworkContains)) } @@ -16392,18 +13212,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ReferenceFrameworkRevisionNotIn) > 0 { predicates = append(predicates, control.ReferenceFrameworkRevisionNotIn(i.ReferenceFrameworkRevisionNotIn...)) } - if i.ReferenceFrameworkRevisionGT != nil { - predicates = append(predicates, control.ReferenceFrameworkRevisionGT(*i.ReferenceFrameworkRevisionGT)) - } - if i.ReferenceFrameworkRevisionGTE != nil { - predicates = append(predicates, control.ReferenceFrameworkRevisionGTE(*i.ReferenceFrameworkRevisionGTE)) - } - if i.ReferenceFrameworkRevisionLT != nil { - predicates = append(predicates, control.ReferenceFrameworkRevisionLT(*i.ReferenceFrameworkRevisionLT)) - } - if i.ReferenceFrameworkRevisionLTE != nil { - predicates = append(predicates, control.ReferenceFrameworkRevisionLTE(*i.ReferenceFrameworkRevisionLTE)) - } if i.ReferenceFrameworkRevisionContains != nil { predicates = append(predicates, control.ReferenceFrameworkRevisionContains(*i.ReferenceFrameworkRevisionContains)) } @@ -16437,18 +13245,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, control.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, control.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, control.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, control.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, control.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, control.CategoryContains(*i.CategoryContains)) } @@ -16482,18 +13278,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, control.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, control.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, control.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, control.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, control.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, control.CategoryIDContains(*i.CategoryIDContains)) } @@ -16527,18 +13311,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, control.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, control.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, control.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, control.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, control.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, control.SubcategoryContains(*i.SubcategoryContains)) } @@ -16572,18 +13344,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ControlOwnerIDNotIn) > 0 { predicates = append(predicates, control.ControlOwnerIDNotIn(i.ControlOwnerIDNotIn...)) } - if i.ControlOwnerIDGT != nil { - predicates = append(predicates, control.ControlOwnerIDGT(*i.ControlOwnerIDGT)) - } - if i.ControlOwnerIDGTE != nil { - predicates = append(predicates, control.ControlOwnerIDGTE(*i.ControlOwnerIDGTE)) - } - if i.ControlOwnerIDLT != nil { - predicates = append(predicates, control.ControlOwnerIDLT(*i.ControlOwnerIDLT)) - } - if i.ControlOwnerIDLTE != nil { - predicates = append(predicates, control.ControlOwnerIDLTE(*i.ControlOwnerIDLTE)) - } if i.ControlOwnerIDContains != nil { predicates = append(predicates, control.ControlOwnerIDContains(*i.ControlOwnerIDContains)) } @@ -16617,18 +13377,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, control.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, control.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, control.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, control.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, control.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, control.DelegateIDContains(*i.DelegateIDContains)) } @@ -16662,18 +13410,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, control.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, control.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, control.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, control.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, control.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, control.OwnerIDContains(*i.OwnerIDContains)) } @@ -16719,18 +13455,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, control.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, control.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, control.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, control.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, control.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, control.InternalNotesContains(*i.InternalNotesContains)) } @@ -16764,18 +13488,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, control.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, control.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, control.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, control.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, control.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, control.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -16809,18 +13521,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ControlKindNameNotIn) > 0 { predicates = append(predicates, control.ControlKindNameNotIn(i.ControlKindNameNotIn...)) } - if i.ControlKindNameGT != nil { - predicates = append(predicates, control.ControlKindNameGT(*i.ControlKindNameGT)) - } - if i.ControlKindNameGTE != nil { - predicates = append(predicates, control.ControlKindNameGTE(*i.ControlKindNameGTE)) - } - if i.ControlKindNameLT != nil { - predicates = append(predicates, control.ControlKindNameLT(*i.ControlKindNameLT)) - } - if i.ControlKindNameLTE != nil { - predicates = append(predicates, control.ControlKindNameLTE(*i.ControlKindNameLTE)) - } if i.ControlKindNameContains != nil { predicates = append(predicates, control.ControlKindNameContains(*i.ControlKindNameContains)) } @@ -16854,18 +13554,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ControlKindIDNotIn) > 0 { predicates = append(predicates, control.ControlKindIDNotIn(i.ControlKindIDNotIn...)) } - if i.ControlKindIDGT != nil { - predicates = append(predicates, control.ControlKindIDGT(*i.ControlKindIDGT)) - } - if i.ControlKindIDGTE != nil { - predicates = append(predicates, control.ControlKindIDGTE(*i.ControlKindIDGTE)) - } - if i.ControlKindIDLT != nil { - predicates = append(predicates, control.ControlKindIDLT(*i.ControlKindIDLT)) - } - if i.ControlKindIDLTE != nil { - predicates = append(predicates, control.ControlKindIDLTE(*i.ControlKindIDLTE)) - } if i.ControlKindIDContains != nil { predicates = append(predicates, control.ControlKindIDContains(*i.ControlKindIDContains)) } @@ -16899,18 +13587,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, control.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, control.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, control.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, control.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, control.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, control.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -16944,18 +13620,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, control.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, control.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, control.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, control.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, control.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, control.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -16989,18 +13653,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, control.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, control.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, control.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, control.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, control.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, control.ScopeNameContains(*i.ScopeNameContains)) } @@ -17034,18 +13686,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, control.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, control.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, control.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, control.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, control.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, control.ScopeIDContains(*i.ScopeIDContains)) } @@ -17091,18 +13731,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.RefCodeNotIn) > 0 { predicates = append(predicates, control.RefCodeNotIn(i.RefCodeNotIn...)) } - if i.RefCodeGT != nil { - predicates = append(predicates, control.RefCodeGT(*i.RefCodeGT)) - } - if i.RefCodeGTE != nil { - predicates = append(predicates, control.RefCodeGTE(*i.RefCodeGTE)) - } - if i.RefCodeLT != nil { - predicates = append(predicates, control.RefCodeLT(*i.RefCodeLT)) - } - if i.RefCodeLTE != nil { - predicates = append(predicates, control.RefCodeLTE(*i.RefCodeLTE)) - } if i.RefCodeContains != nil { predicates = append(predicates, control.RefCodeContains(*i.RefCodeContains)) } @@ -17130,18 +13758,6 @@ func (i *ControlWhereInput) P() (predicate.Control, error) { if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, control.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, control.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, control.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, control.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, control.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, control.StandardIDContains(*i.StandardIDContains)) } @@ -17945,46 +14561,32 @@ type ControlImplementationWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -17998,10 +14600,6 @@ type ControlImplementationWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -18015,10 +14613,6 @@ type ControlImplementationWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -18032,10 +14626,6 @@ type ControlImplementationWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -18055,10 +14645,6 @@ type ControlImplementationWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -18072,10 +14658,6 @@ type ControlImplementationWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -18093,16 +14675,13 @@ type ControlImplementationWhereInput struct { StatusNotNil bool `json:"statusNotNil,omitempty"` // "implementation_date" field predicates. - ImplementationDate *time.Time `json:"implementationDate,omitempty"` - ImplementationDateNEQ *time.Time `json:"implementationDateNEQ,omitempty"` - ImplementationDateIn []time.Time `json:"implementationDateIn,omitempty"` - ImplementationDateNotIn []time.Time `json:"implementationDateNotIn,omitempty"` - ImplementationDateGT *time.Time `json:"implementationDateGT,omitempty"` - ImplementationDateGTE *time.Time `json:"implementationDateGTE,omitempty"` - ImplementationDateLT *time.Time `json:"implementationDateLT,omitempty"` - ImplementationDateLTE *time.Time `json:"implementationDateLTE,omitempty"` - ImplementationDateIsNil bool `json:"implementationDateIsNil,omitempty"` - ImplementationDateNotNil bool `json:"implementationDateNotNil,omitempty"` + ImplementationDate *time.Time `json:"implementationDate,omitempty"` + ImplementationDateGT *time.Time `json:"implementationDateGT,omitempty"` + ImplementationDateGTE *time.Time `json:"implementationDateGTE,omitempty"` + ImplementationDateLT *time.Time `json:"implementationDateLT,omitempty"` + ImplementationDateLTE *time.Time `json:"implementationDateLTE,omitempty"` + ImplementationDateIsNil bool `json:"implementationDateIsNil,omitempty"` + ImplementationDateNotNil bool `json:"implementationDateNotNil,omitempty"` // "verified" field predicates. Verified *bool `json:"verified,omitempty"` @@ -18111,26 +14690,19 @@ type ControlImplementationWhereInput struct { VerifiedNotNil bool `json:"verifiedNotNil,omitempty"` // "verification_date" field predicates. - VerificationDate *time.Time `json:"verificationDate,omitempty"` - VerificationDateNEQ *time.Time `json:"verificationDateNEQ,omitempty"` - VerificationDateIn []time.Time `json:"verificationDateIn,omitempty"` - VerificationDateNotIn []time.Time `json:"verificationDateNotIn,omitempty"` - VerificationDateGT *time.Time `json:"verificationDateGT,omitempty"` - VerificationDateGTE *time.Time `json:"verificationDateGTE,omitempty"` - VerificationDateLT *time.Time `json:"verificationDateLT,omitempty"` - VerificationDateLTE *time.Time `json:"verificationDateLTE,omitempty"` - VerificationDateIsNil bool `json:"verificationDateIsNil,omitempty"` - VerificationDateNotNil bool `json:"verificationDateNotNil,omitempty"` + VerificationDate *time.Time `json:"verificationDate,omitempty"` + VerificationDateGT *time.Time `json:"verificationDateGT,omitempty"` + VerificationDateGTE *time.Time `json:"verificationDateGTE,omitempty"` + VerificationDateLT *time.Time `json:"verificationDateLT,omitempty"` + VerificationDateLTE *time.Time `json:"verificationDateLTE,omitempty"` + VerificationDateIsNil bool `json:"verificationDateIsNil,omitempty"` + VerificationDateNotNil bool `json:"verificationDateNotNil,omitempty"` // "details" field predicates. Details *string `json:"details,omitempty"` DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -18254,18 +14826,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.IDNotIn) > 0 { predicates = append(predicates, controlimplementation.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, controlimplementation.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, controlimplementation.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, controlimplementation.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, controlimplementation.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, controlimplementation.IDEqualFold(*i.IDEqualFold)) } @@ -18275,15 +14835,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if i.CreatedAt != nil { predicates = append(predicates, controlimplementation.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, controlimplementation.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, controlimplementation.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, controlimplementation.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, controlimplementation.CreatedAtGT(*i.CreatedAtGT)) } @@ -18305,15 +14856,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if i.UpdatedAt != nil { predicates = append(predicates, controlimplementation.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, controlimplementation.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, controlimplementation.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, controlimplementation.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, controlimplementation.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -18344,18 +14886,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, controlimplementation.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, controlimplementation.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, controlimplementation.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, controlimplementation.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, controlimplementation.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, controlimplementation.CreatedByContains(*i.CreatedByContains)) } @@ -18389,18 +14919,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, controlimplementation.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, controlimplementation.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, controlimplementation.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, controlimplementation.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, controlimplementation.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, controlimplementation.UpdatedByContains(*i.UpdatedByContains)) } @@ -18434,18 +14952,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, controlimplementation.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, controlimplementation.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, controlimplementation.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, controlimplementation.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, controlimplementation.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, controlimplementation.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -18479,18 +14985,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, controlimplementation.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, controlimplementation.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, controlimplementation.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, controlimplementation.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, controlimplementation.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, controlimplementation.OwnerIDContains(*i.OwnerIDContains)) } @@ -18536,18 +15030,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, controlimplementation.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, controlimplementation.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, controlimplementation.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, controlimplementation.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, controlimplementation.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, controlimplementation.InternalNotesContains(*i.InternalNotesContains)) } @@ -18581,18 +15063,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, controlimplementation.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, controlimplementation.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, controlimplementation.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, controlimplementation.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, controlimplementation.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, controlimplementation.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -18635,15 +15105,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if i.ImplementationDate != nil { predicates = append(predicates, controlimplementation.ImplementationDateEQ(*i.ImplementationDate)) } - if i.ImplementationDateNEQ != nil { - predicates = append(predicates, controlimplementation.ImplementationDateNEQ(*i.ImplementationDateNEQ)) - } - if len(i.ImplementationDateIn) > 0 { - predicates = append(predicates, controlimplementation.ImplementationDateIn(i.ImplementationDateIn...)) - } - if len(i.ImplementationDateNotIn) > 0 { - predicates = append(predicates, controlimplementation.ImplementationDateNotIn(i.ImplementationDateNotIn...)) - } if i.ImplementationDateGT != nil { predicates = append(predicates, controlimplementation.ImplementationDateGT(*i.ImplementationDateGT)) } @@ -18677,15 +15138,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if i.VerificationDate != nil { predicates = append(predicates, controlimplementation.VerificationDateEQ(*i.VerificationDate)) } - if i.VerificationDateNEQ != nil { - predicates = append(predicates, controlimplementation.VerificationDateNEQ(*i.VerificationDateNEQ)) - } - if len(i.VerificationDateIn) > 0 { - predicates = append(predicates, controlimplementation.VerificationDateIn(i.VerificationDateIn...)) - } - if len(i.VerificationDateNotIn) > 0 { - predicates = append(predicates, controlimplementation.VerificationDateNotIn(i.VerificationDateNotIn...)) - } if i.VerificationDateGT != nil { predicates = append(predicates, controlimplementation.VerificationDateGT(*i.VerificationDateGT)) } @@ -18716,18 +15168,6 @@ func (i *ControlImplementationWhereInput) P() (predicate.ControlImplementation, if len(i.DetailsNotIn) > 0 { predicates = append(predicates, controlimplementation.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, controlimplementation.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, controlimplementation.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, controlimplementation.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, controlimplementation.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, controlimplementation.DetailsContains(*i.DetailsContains)) } @@ -18912,46 +15352,32 @@ type ControlObjectiveWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -18965,10 +15391,6 @@ type ControlObjectiveWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -18982,10 +15404,6 @@ type ControlObjectiveWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -18999,10 +15417,6 @@ type ControlObjectiveWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -19014,10 +15428,6 @@ type ControlObjectiveWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -19031,10 +15441,6 @@ type ControlObjectiveWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -19054,10 +15460,6 @@ type ControlObjectiveWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -19071,10 +15473,6 @@ type ControlObjectiveWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -19088,10 +15486,6 @@ type ControlObjectiveWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -19103,10 +15497,6 @@ type ControlObjectiveWhereInput struct { DesiredOutcomeNEQ *string `json:"desiredOutcomeNEQ,omitempty"` DesiredOutcomeIn []string `json:"desiredOutcomeIn,omitempty"` DesiredOutcomeNotIn []string `json:"desiredOutcomeNotIn,omitempty"` - DesiredOutcomeGT *string `json:"desiredOutcomeGT,omitempty"` - DesiredOutcomeGTE *string `json:"desiredOutcomeGTE,omitempty"` - DesiredOutcomeLT *string `json:"desiredOutcomeLT,omitempty"` - DesiredOutcomeLTE *string `json:"desiredOutcomeLTE,omitempty"` DesiredOutcomeContains *string `json:"desiredOutcomeContains,omitempty"` DesiredOutcomeHasPrefix *string `json:"desiredOutcomeHasPrefix,omitempty"` DesiredOutcomeHasSuffix *string `json:"desiredOutcomeHasSuffix,omitempty"` @@ -19136,10 +15526,6 @@ type ControlObjectiveWhereInput struct { ControlObjectiveTypeNEQ *string `json:"controlObjectiveTypeNEQ,omitempty"` ControlObjectiveTypeIn []string `json:"controlObjectiveTypeIn,omitempty"` ControlObjectiveTypeNotIn []string `json:"controlObjectiveTypeNotIn,omitempty"` - ControlObjectiveTypeGT *string `json:"controlObjectiveTypeGT,omitempty"` - ControlObjectiveTypeGTE *string `json:"controlObjectiveTypeGTE,omitempty"` - ControlObjectiveTypeLT *string `json:"controlObjectiveTypeLT,omitempty"` - ControlObjectiveTypeLTE *string `json:"controlObjectiveTypeLTE,omitempty"` ControlObjectiveTypeContains *string `json:"controlObjectiveTypeContains,omitempty"` ControlObjectiveTypeHasPrefix *string `json:"controlObjectiveTypeHasPrefix,omitempty"` ControlObjectiveTypeHasSuffix *string `json:"controlObjectiveTypeHasSuffix,omitempty"` @@ -19153,10 +15539,6 @@ type ControlObjectiveWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -19170,10 +15552,6 @@ type ControlObjectiveWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -19321,18 +15699,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, controlobjective.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, controlobjective.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, controlobjective.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, controlobjective.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, controlobjective.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, controlobjective.IDEqualFold(*i.IDEqualFold)) } @@ -19342,15 +15708,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if i.CreatedAt != nil { predicates = append(predicates, controlobjective.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, controlobjective.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, controlobjective.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, controlobjective.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, controlobjective.CreatedAtGT(*i.CreatedAtGT)) } @@ -19372,15 +15729,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if i.UpdatedAt != nil { predicates = append(predicates, controlobjective.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, controlobjective.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, controlobjective.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, controlobjective.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, controlobjective.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -19411,18 +15759,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, controlobjective.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, controlobjective.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, controlobjective.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, controlobjective.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, controlobjective.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, controlobjective.CreatedByContains(*i.CreatedByContains)) } @@ -19456,18 +15792,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, controlobjective.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, controlobjective.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, controlobjective.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, controlobjective.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, controlobjective.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, controlobjective.UpdatedByContains(*i.UpdatedByContains)) } @@ -19501,18 +15825,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, controlobjective.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, controlobjective.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, controlobjective.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, controlobjective.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, controlobjective.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, controlobjective.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -19546,18 +15858,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, controlobjective.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, controlobjective.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, controlobjective.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, controlobjective.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, controlobjective.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, controlobjective.DisplayIDContains(*i.DisplayIDContains)) } @@ -19585,18 +15885,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, controlobjective.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, controlobjective.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, controlobjective.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, controlobjective.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, controlobjective.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, controlobjective.RevisionContains(*i.RevisionContains)) } @@ -19630,18 +15918,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, controlobjective.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, controlobjective.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, controlobjective.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, controlobjective.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, controlobjective.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, controlobjective.OwnerIDContains(*i.OwnerIDContains)) } @@ -19687,18 +15963,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, controlobjective.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, controlobjective.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, controlobjective.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, controlobjective.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, controlobjective.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, controlobjective.InternalNotesContains(*i.InternalNotesContains)) } @@ -19732,18 +15996,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, controlobjective.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, controlobjective.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, controlobjective.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, controlobjective.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, controlobjective.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, controlobjective.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -19777,18 +16029,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, controlobjective.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, controlobjective.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, controlobjective.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, controlobjective.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, controlobjective.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, controlobjective.NameContains(*i.NameContains)) } @@ -19816,18 +16056,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.DesiredOutcomeNotIn) > 0 { predicates = append(predicates, controlobjective.DesiredOutcomeNotIn(i.DesiredOutcomeNotIn...)) } - if i.DesiredOutcomeGT != nil { - predicates = append(predicates, controlobjective.DesiredOutcomeGT(*i.DesiredOutcomeGT)) - } - if i.DesiredOutcomeGTE != nil { - predicates = append(predicates, controlobjective.DesiredOutcomeGTE(*i.DesiredOutcomeGTE)) - } - if i.DesiredOutcomeLT != nil { - predicates = append(predicates, controlobjective.DesiredOutcomeLT(*i.DesiredOutcomeLT)) - } - if i.DesiredOutcomeLTE != nil { - predicates = append(predicates, controlobjective.DesiredOutcomeLTE(*i.DesiredOutcomeLTE)) - } if i.DesiredOutcomeContains != nil { predicates = append(predicates, controlobjective.DesiredOutcomeContains(*i.DesiredOutcomeContains)) } @@ -19897,18 +16125,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.ControlObjectiveTypeNotIn) > 0 { predicates = append(predicates, controlobjective.ControlObjectiveTypeNotIn(i.ControlObjectiveTypeNotIn...)) } - if i.ControlObjectiveTypeGT != nil { - predicates = append(predicates, controlobjective.ControlObjectiveTypeGT(*i.ControlObjectiveTypeGT)) - } - if i.ControlObjectiveTypeGTE != nil { - predicates = append(predicates, controlobjective.ControlObjectiveTypeGTE(*i.ControlObjectiveTypeGTE)) - } - if i.ControlObjectiveTypeLT != nil { - predicates = append(predicates, controlobjective.ControlObjectiveTypeLT(*i.ControlObjectiveTypeLT)) - } - if i.ControlObjectiveTypeLTE != nil { - predicates = append(predicates, controlobjective.ControlObjectiveTypeLTE(*i.ControlObjectiveTypeLTE)) - } if i.ControlObjectiveTypeContains != nil { predicates = append(predicates, controlobjective.ControlObjectiveTypeContains(*i.ControlObjectiveTypeContains)) } @@ -19942,18 +16158,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, controlobjective.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, controlobjective.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, controlobjective.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, controlobjective.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, controlobjective.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, controlobjective.CategoryContains(*i.CategoryContains)) } @@ -19987,18 +16191,6 @@ func (i *ControlObjectiveWhereInput) P() (predicate.ControlObjective, error) { if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, controlobjective.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, controlobjective.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, controlobjective.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, controlobjective.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, controlobjective.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, controlobjective.SubcategoryContains(*i.SubcategoryContains)) } @@ -20297,46 +16489,32 @@ type CustomDomainWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -20350,10 +16528,6 @@ type CustomDomainWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -20367,10 +16541,6 @@ type CustomDomainWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -20384,10 +16554,6 @@ type CustomDomainWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -20407,10 +16573,6 @@ type CustomDomainWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -20424,10 +16586,6 @@ type CustomDomainWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -20441,10 +16599,6 @@ type CustomDomainWhereInput struct { CnameRecordNEQ *string `json:"cnameRecordNEQ,omitempty"` CnameRecordIn []string `json:"cnameRecordIn,omitempty"` CnameRecordNotIn []string `json:"cnameRecordNotIn,omitempty"` - CnameRecordGT *string `json:"cnameRecordGT,omitempty"` - CnameRecordGTE *string `json:"cnameRecordGTE,omitempty"` - CnameRecordLT *string `json:"cnameRecordLT,omitempty"` - CnameRecordLTE *string `json:"cnameRecordLTE,omitempty"` CnameRecordContains *string `json:"cnameRecordContains,omitempty"` CnameRecordHasPrefix *string `json:"cnameRecordHasPrefix,omitempty"` CnameRecordHasSuffix *string `json:"cnameRecordHasSuffix,omitempty"` @@ -20456,10 +16610,6 @@ type CustomDomainWhereInput struct { MappableDomainIDNEQ *string `json:"mappableDomainIDNEQ,omitempty"` MappableDomainIDIn []string `json:"mappableDomainIDIn,omitempty"` MappableDomainIDNotIn []string `json:"mappableDomainIDNotIn,omitempty"` - MappableDomainIDGT *string `json:"mappableDomainIDGT,omitempty"` - MappableDomainIDGTE *string `json:"mappableDomainIDGTE,omitempty"` - MappableDomainIDLT *string `json:"mappableDomainIDLT,omitempty"` - MappableDomainIDLTE *string `json:"mappableDomainIDLTE,omitempty"` MappableDomainIDContains *string `json:"mappableDomainIDContains,omitempty"` MappableDomainIDHasPrefix *string `json:"mappableDomainIDHasPrefix,omitempty"` MappableDomainIDHasSuffix *string `json:"mappableDomainIDHasSuffix,omitempty"` @@ -20471,10 +16621,6 @@ type CustomDomainWhereInput struct { DNSVerificationIDNEQ *string `json:"dnsVerificationIDNEQ,omitempty"` DNSVerificationIDIn []string `json:"dnsVerificationIDIn,omitempty"` DNSVerificationIDNotIn []string `json:"dnsVerificationIDNotIn,omitempty"` - DNSVerificationIDGT *string `json:"dnsVerificationIDGT,omitempty"` - DNSVerificationIDGTE *string `json:"dnsVerificationIDGTE,omitempty"` - DNSVerificationIDLT *string `json:"dnsVerificationIDLT,omitempty"` - DNSVerificationIDLTE *string `json:"dnsVerificationIDLTE,omitempty"` DNSVerificationIDContains *string `json:"dnsVerificationIDContains,omitempty"` DNSVerificationIDHasPrefix *string `json:"dnsVerificationIDHasPrefix,omitempty"` DNSVerificationIDHasSuffix *string `json:"dnsVerificationIDHasSuffix,omitempty"` @@ -20488,10 +16634,6 @@ type CustomDomainWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -20605,18 +16747,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, customdomain.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, customdomain.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, customdomain.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, customdomain.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, customdomain.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, customdomain.IDEqualFold(*i.IDEqualFold)) } @@ -20626,15 +16756,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if i.CreatedAt != nil { predicates = append(predicates, customdomain.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, customdomain.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, customdomain.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, customdomain.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, customdomain.CreatedAtGT(*i.CreatedAtGT)) } @@ -20656,15 +16777,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if i.UpdatedAt != nil { predicates = append(predicates, customdomain.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, customdomain.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, customdomain.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, customdomain.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, customdomain.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -20695,18 +16807,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, customdomain.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, customdomain.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, customdomain.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, customdomain.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, customdomain.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, customdomain.CreatedByContains(*i.CreatedByContains)) } @@ -20740,18 +16840,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, customdomain.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, customdomain.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, customdomain.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, customdomain.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, customdomain.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, customdomain.UpdatedByContains(*i.UpdatedByContains)) } @@ -20785,18 +16873,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, customdomain.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, customdomain.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, customdomain.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, customdomain.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, customdomain.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, customdomain.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -20830,18 +16906,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, customdomain.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, customdomain.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, customdomain.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, customdomain.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, customdomain.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, customdomain.OwnerIDContains(*i.OwnerIDContains)) } @@ -20887,18 +16951,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, customdomain.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, customdomain.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, customdomain.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, customdomain.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, customdomain.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, customdomain.InternalNotesContains(*i.InternalNotesContains)) } @@ -20932,18 +16984,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, customdomain.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, customdomain.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, customdomain.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, customdomain.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, customdomain.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, customdomain.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -20977,18 +17017,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.CnameRecordNotIn) > 0 { predicates = append(predicates, customdomain.CnameRecordNotIn(i.CnameRecordNotIn...)) } - if i.CnameRecordGT != nil { - predicates = append(predicates, customdomain.CnameRecordGT(*i.CnameRecordGT)) - } - if i.CnameRecordGTE != nil { - predicates = append(predicates, customdomain.CnameRecordGTE(*i.CnameRecordGTE)) - } - if i.CnameRecordLT != nil { - predicates = append(predicates, customdomain.CnameRecordLT(*i.CnameRecordLT)) - } - if i.CnameRecordLTE != nil { - predicates = append(predicates, customdomain.CnameRecordLTE(*i.CnameRecordLTE)) - } if i.CnameRecordContains != nil { predicates = append(predicates, customdomain.CnameRecordContains(*i.CnameRecordContains)) } @@ -21016,18 +17044,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.MappableDomainIDNotIn) > 0 { predicates = append(predicates, customdomain.MappableDomainIDNotIn(i.MappableDomainIDNotIn...)) } - if i.MappableDomainIDGT != nil { - predicates = append(predicates, customdomain.MappableDomainIDGT(*i.MappableDomainIDGT)) - } - if i.MappableDomainIDGTE != nil { - predicates = append(predicates, customdomain.MappableDomainIDGTE(*i.MappableDomainIDGTE)) - } - if i.MappableDomainIDLT != nil { - predicates = append(predicates, customdomain.MappableDomainIDLT(*i.MappableDomainIDLT)) - } - if i.MappableDomainIDLTE != nil { - predicates = append(predicates, customdomain.MappableDomainIDLTE(*i.MappableDomainIDLTE)) - } if i.MappableDomainIDContains != nil { predicates = append(predicates, customdomain.MappableDomainIDContains(*i.MappableDomainIDContains)) } @@ -21055,18 +17071,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.DNSVerificationIDNotIn) > 0 { predicates = append(predicates, customdomain.DNSVerificationIDNotIn(i.DNSVerificationIDNotIn...)) } - if i.DNSVerificationIDGT != nil { - predicates = append(predicates, customdomain.DNSVerificationIDGT(*i.DNSVerificationIDGT)) - } - if i.DNSVerificationIDGTE != nil { - predicates = append(predicates, customdomain.DNSVerificationIDGTE(*i.DNSVerificationIDGTE)) - } - if i.DNSVerificationIDLT != nil { - predicates = append(predicates, customdomain.DNSVerificationIDLT(*i.DNSVerificationIDLT)) - } - if i.DNSVerificationIDLTE != nil { - predicates = append(predicates, customdomain.DNSVerificationIDLTE(*i.DNSVerificationIDLTE)) - } if i.DNSVerificationIDContains != nil { predicates = append(predicates, customdomain.DNSVerificationIDContains(*i.DNSVerificationIDContains)) } @@ -21100,18 +17104,6 @@ func (i *CustomDomainWhereInput) P() (predicate.CustomDomain, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, customdomain.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, customdomain.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, customdomain.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, customdomain.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, customdomain.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, customdomain.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -21232,46 +17224,32 @@ type CustomTypeEnumWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -21285,10 +17263,6 @@ type CustomTypeEnumWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -21302,10 +17276,6 @@ type CustomTypeEnumWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -21319,10 +17289,6 @@ type CustomTypeEnumWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -21342,10 +17308,6 @@ type CustomTypeEnumWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -21359,10 +17321,6 @@ type CustomTypeEnumWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -21376,10 +17334,6 @@ type CustomTypeEnumWhereInput struct { ObjectTypeNEQ *string `json:"objectTypeNEQ,omitempty"` ObjectTypeIn []string `json:"objectTypeIn,omitempty"` ObjectTypeNotIn []string `json:"objectTypeNotIn,omitempty"` - ObjectTypeGT *string `json:"objectTypeGT,omitempty"` - ObjectTypeGTE *string `json:"objectTypeGTE,omitempty"` - ObjectTypeLT *string `json:"objectTypeLT,omitempty"` - ObjectTypeLTE *string `json:"objectTypeLTE,omitempty"` ObjectTypeContains *string `json:"objectTypeContains,omitempty"` ObjectTypeHasPrefix *string `json:"objectTypeHasPrefix,omitempty"` ObjectTypeHasSuffix *string `json:"objectTypeHasSuffix,omitempty"` @@ -21391,10 +17345,6 @@ type CustomTypeEnumWhereInput struct { FieldNEQ *string `json:"fieldNEQ,omitempty"` FieldIn []string `json:"fieldIn,omitempty"` FieldNotIn []string `json:"fieldNotIn,omitempty"` - FieldGT *string `json:"fieldGT,omitempty"` - FieldGTE *string `json:"fieldGTE,omitempty"` - FieldLT *string `json:"fieldLT,omitempty"` - FieldLTE *string `json:"fieldLTE,omitempty"` FieldContains *string `json:"fieldContains,omitempty"` FieldHasPrefix *string `json:"fieldHasPrefix,omitempty"` FieldHasSuffix *string `json:"fieldHasSuffix,omitempty"` @@ -21406,10 +17356,6 @@ type CustomTypeEnumWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -21421,10 +17367,6 @@ type CustomTypeEnumWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -21438,10 +17380,6 @@ type CustomTypeEnumWhereInput struct { ColorNEQ *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGT *string `json:"colorGT,omitempty"` - ColorGTE *string `json:"colorGTE,omitempty"` - ColorLT *string `json:"colorLT,omitempty"` - ColorLTE *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -21455,10 +17393,6 @@ type CustomTypeEnumWhereInput struct { IconNEQ *string `json:"iconNEQ,omitempty"` IconIn []string `json:"iconIn,omitempty"` IconNotIn []string `json:"iconNotIn,omitempty"` - IconGT *string `json:"iconGT,omitempty"` - IconGTE *string `json:"iconGTE,omitempty"` - IconLT *string `json:"iconLT,omitempty"` - IconLTE *string `json:"iconLTE,omitempty"` IconContains *string `json:"iconContains,omitempty"` IconHasPrefix *string `json:"iconHasPrefix,omitempty"` IconHasSuffix *string `json:"iconHasSuffix,omitempty"` @@ -21595,18 +17529,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, customtypeenum.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, customtypeenum.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, customtypeenum.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, customtypeenum.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, customtypeenum.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, customtypeenum.IDEqualFold(*i.IDEqualFold)) } @@ -21616,15 +17538,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if i.CreatedAt != nil { predicates = append(predicates, customtypeenum.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, customtypeenum.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, customtypeenum.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, customtypeenum.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, customtypeenum.CreatedAtGT(*i.CreatedAtGT)) } @@ -21646,15 +17559,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if i.UpdatedAt != nil { predicates = append(predicates, customtypeenum.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, customtypeenum.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, customtypeenum.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, customtypeenum.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, customtypeenum.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -21685,18 +17589,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, customtypeenum.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, customtypeenum.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, customtypeenum.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, customtypeenum.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, customtypeenum.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, customtypeenum.CreatedByContains(*i.CreatedByContains)) } @@ -21730,18 +17622,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, customtypeenum.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, customtypeenum.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, customtypeenum.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, customtypeenum.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, customtypeenum.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, customtypeenum.UpdatedByContains(*i.UpdatedByContains)) } @@ -21775,18 +17655,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, customtypeenum.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, customtypeenum.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, customtypeenum.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, customtypeenum.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, customtypeenum.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, customtypeenum.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -21820,18 +17688,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, customtypeenum.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, customtypeenum.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, customtypeenum.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, customtypeenum.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, customtypeenum.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, customtypeenum.OwnerIDContains(*i.OwnerIDContains)) } @@ -21877,18 +17733,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, customtypeenum.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, customtypeenum.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, customtypeenum.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, customtypeenum.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, customtypeenum.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, customtypeenum.InternalNotesContains(*i.InternalNotesContains)) } @@ -21922,18 +17766,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, customtypeenum.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, customtypeenum.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, customtypeenum.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, customtypeenum.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, customtypeenum.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, customtypeenum.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -21967,18 +17799,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.ObjectTypeNotIn) > 0 { predicates = append(predicates, customtypeenum.ObjectTypeNotIn(i.ObjectTypeNotIn...)) } - if i.ObjectTypeGT != nil { - predicates = append(predicates, customtypeenum.ObjectTypeGT(*i.ObjectTypeGT)) - } - if i.ObjectTypeGTE != nil { - predicates = append(predicates, customtypeenum.ObjectTypeGTE(*i.ObjectTypeGTE)) - } - if i.ObjectTypeLT != nil { - predicates = append(predicates, customtypeenum.ObjectTypeLT(*i.ObjectTypeLT)) - } - if i.ObjectTypeLTE != nil { - predicates = append(predicates, customtypeenum.ObjectTypeLTE(*i.ObjectTypeLTE)) - } if i.ObjectTypeContains != nil { predicates = append(predicates, customtypeenum.ObjectTypeContains(*i.ObjectTypeContains)) } @@ -22006,18 +17826,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.FieldNotIn) > 0 { predicates = append(predicates, customtypeenum.FieldNotIn(i.FieldNotIn...)) } - if i.FieldGT != nil { - predicates = append(predicates, customtypeenum.FieldGT(*i.FieldGT)) - } - if i.FieldGTE != nil { - predicates = append(predicates, customtypeenum.FieldGTE(*i.FieldGTE)) - } - if i.FieldLT != nil { - predicates = append(predicates, customtypeenum.FieldLT(*i.FieldLT)) - } - if i.FieldLTE != nil { - predicates = append(predicates, customtypeenum.FieldLTE(*i.FieldLTE)) - } if i.FieldContains != nil { predicates = append(predicates, customtypeenum.FieldContains(*i.FieldContains)) } @@ -22045,18 +17853,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, customtypeenum.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, customtypeenum.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, customtypeenum.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, customtypeenum.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, customtypeenum.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, customtypeenum.NameContains(*i.NameContains)) } @@ -22084,18 +17880,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, customtypeenum.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, customtypeenum.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, customtypeenum.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, customtypeenum.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, customtypeenum.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, customtypeenum.DescriptionContains(*i.DescriptionContains)) } @@ -22129,18 +17913,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.ColorNotIn) > 0 { predicates = append(predicates, customtypeenum.ColorNotIn(i.ColorNotIn...)) } - if i.ColorGT != nil { - predicates = append(predicates, customtypeenum.ColorGT(*i.ColorGT)) - } - if i.ColorGTE != nil { - predicates = append(predicates, customtypeenum.ColorGTE(*i.ColorGTE)) - } - if i.ColorLT != nil { - predicates = append(predicates, customtypeenum.ColorLT(*i.ColorLT)) - } - if i.ColorLTE != nil { - predicates = append(predicates, customtypeenum.ColorLTE(*i.ColorLTE)) - } if i.ColorContains != nil { predicates = append(predicates, customtypeenum.ColorContains(*i.ColorContains)) } @@ -22174,18 +17946,6 @@ func (i *CustomTypeEnumWhereInput) P() (predicate.CustomTypeEnum, error) { if len(i.IconNotIn) > 0 { predicates = append(predicates, customtypeenum.IconNotIn(i.IconNotIn...)) } - if i.IconGT != nil { - predicates = append(predicates, customtypeenum.IconGT(*i.IconGT)) - } - if i.IconGTE != nil { - predicates = append(predicates, customtypeenum.IconGTE(*i.IconGTE)) - } - if i.IconLT != nil { - predicates = append(predicates, customtypeenum.IconLT(*i.IconLT)) - } - if i.IconLTE != nil { - predicates = append(predicates, customtypeenum.IconLTE(*i.IconLTE)) - } if i.IconContains != nil { predicates = append(predicates, customtypeenum.IconContains(*i.IconContains)) } @@ -22439,46 +18199,32 @@ type DNSVerificationWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -22492,10 +18238,6 @@ type DNSVerificationWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -22509,10 +18251,6 @@ type DNSVerificationWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -22526,10 +18264,6 @@ type DNSVerificationWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -22543,10 +18277,6 @@ type DNSVerificationWhereInput struct { CloudflareHostnameIDNEQ *string `json:"cloudflareHostnameIDNEQ,omitempty"` CloudflareHostnameIDIn []string `json:"cloudflareHostnameIDIn,omitempty"` CloudflareHostnameIDNotIn []string `json:"cloudflareHostnameIDNotIn,omitempty"` - CloudflareHostnameIDGT *string `json:"cloudflareHostnameIDGT,omitempty"` - CloudflareHostnameIDGTE *string `json:"cloudflareHostnameIDGTE,omitempty"` - CloudflareHostnameIDLT *string `json:"cloudflareHostnameIDLT,omitempty"` - CloudflareHostnameIDLTE *string `json:"cloudflareHostnameIDLTE,omitempty"` CloudflareHostnameIDContains *string `json:"cloudflareHostnameIDContains,omitempty"` CloudflareHostnameIDHasPrefix *string `json:"cloudflareHostnameIDHasPrefix,omitempty"` CloudflareHostnameIDHasSuffix *string `json:"cloudflareHostnameIDHasSuffix,omitempty"` @@ -22558,10 +18288,6 @@ type DNSVerificationWhereInput struct { DNSTxtRecordNEQ *string `json:"dnsTxtRecordNEQ,omitempty"` DNSTxtRecordIn []string `json:"dnsTxtRecordIn,omitempty"` DNSTxtRecordNotIn []string `json:"dnsTxtRecordNotIn,omitempty"` - DNSTxtRecordGT *string `json:"dnsTxtRecordGT,omitempty"` - DNSTxtRecordGTE *string `json:"dnsTxtRecordGTE,omitempty"` - DNSTxtRecordLT *string `json:"dnsTxtRecordLT,omitempty"` - DNSTxtRecordLTE *string `json:"dnsTxtRecordLTE,omitempty"` DNSTxtRecordContains *string `json:"dnsTxtRecordContains,omitempty"` DNSTxtRecordHasPrefix *string `json:"dnsTxtRecordHasPrefix,omitempty"` DNSTxtRecordHasSuffix *string `json:"dnsTxtRecordHasSuffix,omitempty"` @@ -22573,10 +18299,6 @@ type DNSVerificationWhereInput struct { DNSTxtValueNEQ *string `json:"dnsTxtValueNEQ,omitempty"` DNSTxtValueIn []string `json:"dnsTxtValueIn,omitempty"` DNSTxtValueNotIn []string `json:"dnsTxtValueNotIn,omitempty"` - DNSTxtValueGT *string `json:"dnsTxtValueGT,omitempty"` - DNSTxtValueGTE *string `json:"dnsTxtValueGTE,omitempty"` - DNSTxtValueLT *string `json:"dnsTxtValueLT,omitempty"` - DNSTxtValueLTE *string `json:"dnsTxtValueLTE,omitempty"` DNSTxtValueContains *string `json:"dnsTxtValueContains,omitempty"` DNSTxtValueHasPrefix *string `json:"dnsTxtValueHasPrefix,omitempty"` DNSTxtValueHasSuffix *string `json:"dnsTxtValueHasSuffix,omitempty"` @@ -22594,10 +18316,6 @@ type DNSVerificationWhereInput struct { DNSVerificationStatusReasonNEQ *string `json:"dnsVerificationStatusReasonNEQ,omitempty"` DNSVerificationStatusReasonIn []string `json:"dnsVerificationStatusReasonIn,omitempty"` DNSVerificationStatusReasonNotIn []string `json:"dnsVerificationStatusReasonNotIn,omitempty"` - DNSVerificationStatusReasonGT *string `json:"dnsVerificationStatusReasonGT,omitempty"` - DNSVerificationStatusReasonGTE *string `json:"dnsVerificationStatusReasonGTE,omitempty"` - DNSVerificationStatusReasonLT *string `json:"dnsVerificationStatusReasonLT,omitempty"` - DNSVerificationStatusReasonLTE *string `json:"dnsVerificationStatusReasonLTE,omitempty"` DNSVerificationStatusReasonContains *string `json:"dnsVerificationStatusReasonContains,omitempty"` DNSVerificationStatusReasonHasPrefix *string `json:"dnsVerificationStatusReasonHasPrefix,omitempty"` DNSVerificationStatusReasonHasSuffix *string `json:"dnsVerificationStatusReasonHasSuffix,omitempty"` @@ -22611,10 +18329,6 @@ type DNSVerificationWhereInput struct { AcmeChallengePathNEQ *string `json:"acmeChallengePathNEQ,omitempty"` AcmeChallengePathIn []string `json:"acmeChallengePathIn,omitempty"` AcmeChallengePathNotIn []string `json:"acmeChallengePathNotIn,omitempty"` - AcmeChallengePathGT *string `json:"acmeChallengePathGT,omitempty"` - AcmeChallengePathGTE *string `json:"acmeChallengePathGTE,omitempty"` - AcmeChallengePathLT *string `json:"acmeChallengePathLT,omitempty"` - AcmeChallengePathLTE *string `json:"acmeChallengePathLTE,omitempty"` AcmeChallengePathContains *string `json:"acmeChallengePathContains,omitempty"` AcmeChallengePathHasPrefix *string `json:"acmeChallengePathHasPrefix,omitempty"` AcmeChallengePathHasSuffix *string `json:"acmeChallengePathHasSuffix,omitempty"` @@ -22628,10 +18342,6 @@ type DNSVerificationWhereInput struct { ExpectedAcmeChallengeValueNEQ *string `json:"expectedAcmeChallengeValueNEQ,omitempty"` ExpectedAcmeChallengeValueIn []string `json:"expectedAcmeChallengeValueIn,omitempty"` ExpectedAcmeChallengeValueNotIn []string `json:"expectedAcmeChallengeValueNotIn,omitempty"` - ExpectedAcmeChallengeValueGT *string `json:"expectedAcmeChallengeValueGT,omitempty"` - ExpectedAcmeChallengeValueGTE *string `json:"expectedAcmeChallengeValueGTE,omitempty"` - ExpectedAcmeChallengeValueLT *string `json:"expectedAcmeChallengeValueLT,omitempty"` - ExpectedAcmeChallengeValueLTE *string `json:"expectedAcmeChallengeValueLTE,omitempty"` ExpectedAcmeChallengeValueContains *string `json:"expectedAcmeChallengeValueContains,omitempty"` ExpectedAcmeChallengeValueHasPrefix *string `json:"expectedAcmeChallengeValueHasPrefix,omitempty"` ExpectedAcmeChallengeValueHasSuffix *string `json:"expectedAcmeChallengeValueHasSuffix,omitempty"` @@ -22651,10 +18361,6 @@ type DNSVerificationWhereInput struct { AcmeChallengeStatusReasonNEQ *string `json:"acmeChallengeStatusReasonNEQ,omitempty"` AcmeChallengeStatusReasonIn []string `json:"acmeChallengeStatusReasonIn,omitempty"` AcmeChallengeStatusReasonNotIn []string `json:"acmeChallengeStatusReasonNotIn,omitempty"` - AcmeChallengeStatusReasonGT *string `json:"acmeChallengeStatusReasonGT,omitempty"` - AcmeChallengeStatusReasonGTE *string `json:"acmeChallengeStatusReasonGTE,omitempty"` - AcmeChallengeStatusReasonLT *string `json:"acmeChallengeStatusReasonLT,omitempty"` - AcmeChallengeStatusReasonLTE *string `json:"acmeChallengeStatusReasonLTE,omitempty"` AcmeChallengeStatusReasonContains *string `json:"acmeChallengeStatusReasonContains,omitempty"` AcmeChallengeStatusReasonHasPrefix *string `json:"acmeChallengeStatusReasonHasPrefix,omitempty"` AcmeChallengeStatusReasonHasSuffix *string `json:"acmeChallengeStatusReasonHasSuffix,omitempty"` @@ -22758,18 +18464,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, dnsverification.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, dnsverification.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, dnsverification.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, dnsverification.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, dnsverification.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, dnsverification.IDEqualFold(*i.IDEqualFold)) } @@ -22779,15 +18473,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if i.CreatedAt != nil { predicates = append(predicates, dnsverification.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, dnsverification.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, dnsverification.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, dnsverification.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, dnsverification.CreatedAtGT(*i.CreatedAtGT)) } @@ -22809,15 +18494,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if i.UpdatedAt != nil { predicates = append(predicates, dnsverification.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, dnsverification.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, dnsverification.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, dnsverification.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, dnsverification.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -22848,18 +18524,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, dnsverification.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, dnsverification.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, dnsverification.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, dnsverification.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, dnsverification.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, dnsverification.CreatedByContains(*i.CreatedByContains)) } @@ -22893,18 +18557,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, dnsverification.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, dnsverification.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, dnsverification.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, dnsverification.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, dnsverification.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, dnsverification.UpdatedByContains(*i.UpdatedByContains)) } @@ -22938,18 +18590,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, dnsverification.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, dnsverification.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, dnsverification.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, dnsverification.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, dnsverification.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, dnsverification.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -22983,18 +18623,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, dnsverification.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, dnsverification.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, dnsverification.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, dnsverification.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, dnsverification.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, dnsverification.OwnerIDContains(*i.OwnerIDContains)) } @@ -23028,18 +18656,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.CloudflareHostnameIDNotIn) > 0 { predicates = append(predicates, dnsverification.CloudflareHostnameIDNotIn(i.CloudflareHostnameIDNotIn...)) } - if i.CloudflareHostnameIDGT != nil { - predicates = append(predicates, dnsverification.CloudflareHostnameIDGT(*i.CloudflareHostnameIDGT)) - } - if i.CloudflareHostnameIDGTE != nil { - predicates = append(predicates, dnsverification.CloudflareHostnameIDGTE(*i.CloudflareHostnameIDGTE)) - } - if i.CloudflareHostnameIDLT != nil { - predicates = append(predicates, dnsverification.CloudflareHostnameIDLT(*i.CloudflareHostnameIDLT)) - } - if i.CloudflareHostnameIDLTE != nil { - predicates = append(predicates, dnsverification.CloudflareHostnameIDLTE(*i.CloudflareHostnameIDLTE)) - } if i.CloudflareHostnameIDContains != nil { predicates = append(predicates, dnsverification.CloudflareHostnameIDContains(*i.CloudflareHostnameIDContains)) } @@ -23067,18 +18683,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.DNSTxtRecordNotIn) > 0 { predicates = append(predicates, dnsverification.DNSTxtRecordNotIn(i.DNSTxtRecordNotIn...)) } - if i.DNSTxtRecordGT != nil { - predicates = append(predicates, dnsverification.DNSTxtRecordGT(*i.DNSTxtRecordGT)) - } - if i.DNSTxtRecordGTE != nil { - predicates = append(predicates, dnsverification.DNSTxtRecordGTE(*i.DNSTxtRecordGTE)) - } - if i.DNSTxtRecordLT != nil { - predicates = append(predicates, dnsverification.DNSTxtRecordLT(*i.DNSTxtRecordLT)) - } - if i.DNSTxtRecordLTE != nil { - predicates = append(predicates, dnsverification.DNSTxtRecordLTE(*i.DNSTxtRecordLTE)) - } if i.DNSTxtRecordContains != nil { predicates = append(predicates, dnsverification.DNSTxtRecordContains(*i.DNSTxtRecordContains)) } @@ -23106,18 +18710,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.DNSTxtValueNotIn) > 0 { predicates = append(predicates, dnsverification.DNSTxtValueNotIn(i.DNSTxtValueNotIn...)) } - if i.DNSTxtValueGT != nil { - predicates = append(predicates, dnsverification.DNSTxtValueGT(*i.DNSTxtValueGT)) - } - if i.DNSTxtValueGTE != nil { - predicates = append(predicates, dnsverification.DNSTxtValueGTE(*i.DNSTxtValueGTE)) - } - if i.DNSTxtValueLT != nil { - predicates = append(predicates, dnsverification.DNSTxtValueLT(*i.DNSTxtValueLT)) - } - if i.DNSTxtValueLTE != nil { - predicates = append(predicates, dnsverification.DNSTxtValueLTE(*i.DNSTxtValueLTE)) - } if i.DNSTxtValueContains != nil { predicates = append(predicates, dnsverification.DNSTxtValueContains(*i.DNSTxtValueContains)) } @@ -23157,18 +18749,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.DNSVerificationStatusReasonNotIn) > 0 { predicates = append(predicates, dnsverification.DNSVerificationStatusReasonNotIn(i.DNSVerificationStatusReasonNotIn...)) } - if i.DNSVerificationStatusReasonGT != nil { - predicates = append(predicates, dnsverification.DNSVerificationStatusReasonGT(*i.DNSVerificationStatusReasonGT)) - } - if i.DNSVerificationStatusReasonGTE != nil { - predicates = append(predicates, dnsverification.DNSVerificationStatusReasonGTE(*i.DNSVerificationStatusReasonGTE)) - } - if i.DNSVerificationStatusReasonLT != nil { - predicates = append(predicates, dnsverification.DNSVerificationStatusReasonLT(*i.DNSVerificationStatusReasonLT)) - } - if i.DNSVerificationStatusReasonLTE != nil { - predicates = append(predicates, dnsverification.DNSVerificationStatusReasonLTE(*i.DNSVerificationStatusReasonLTE)) - } if i.DNSVerificationStatusReasonContains != nil { predicates = append(predicates, dnsverification.DNSVerificationStatusReasonContains(*i.DNSVerificationStatusReasonContains)) } @@ -23202,18 +18782,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.AcmeChallengePathNotIn) > 0 { predicates = append(predicates, dnsverification.AcmeChallengePathNotIn(i.AcmeChallengePathNotIn...)) } - if i.AcmeChallengePathGT != nil { - predicates = append(predicates, dnsverification.AcmeChallengePathGT(*i.AcmeChallengePathGT)) - } - if i.AcmeChallengePathGTE != nil { - predicates = append(predicates, dnsverification.AcmeChallengePathGTE(*i.AcmeChallengePathGTE)) - } - if i.AcmeChallengePathLT != nil { - predicates = append(predicates, dnsverification.AcmeChallengePathLT(*i.AcmeChallengePathLT)) - } - if i.AcmeChallengePathLTE != nil { - predicates = append(predicates, dnsverification.AcmeChallengePathLTE(*i.AcmeChallengePathLTE)) - } if i.AcmeChallengePathContains != nil { predicates = append(predicates, dnsverification.AcmeChallengePathContains(*i.AcmeChallengePathContains)) } @@ -23247,18 +18815,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.ExpectedAcmeChallengeValueNotIn) > 0 { predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueNotIn(i.ExpectedAcmeChallengeValueNotIn...)) } - if i.ExpectedAcmeChallengeValueGT != nil { - predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueGT(*i.ExpectedAcmeChallengeValueGT)) - } - if i.ExpectedAcmeChallengeValueGTE != nil { - predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueGTE(*i.ExpectedAcmeChallengeValueGTE)) - } - if i.ExpectedAcmeChallengeValueLT != nil { - predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueLT(*i.ExpectedAcmeChallengeValueLT)) - } - if i.ExpectedAcmeChallengeValueLTE != nil { - predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueLTE(*i.ExpectedAcmeChallengeValueLTE)) - } if i.ExpectedAcmeChallengeValueContains != nil { predicates = append(predicates, dnsverification.ExpectedAcmeChallengeValueContains(*i.ExpectedAcmeChallengeValueContains)) } @@ -23304,18 +18860,6 @@ func (i *DNSVerificationWhereInput) P() (predicate.DNSVerification, error) { if len(i.AcmeChallengeStatusReasonNotIn) > 0 { predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonNotIn(i.AcmeChallengeStatusReasonNotIn...)) } - if i.AcmeChallengeStatusReasonGT != nil { - predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonGT(*i.AcmeChallengeStatusReasonGT)) - } - if i.AcmeChallengeStatusReasonGTE != nil { - predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonGTE(*i.AcmeChallengeStatusReasonGTE)) - } - if i.AcmeChallengeStatusReasonLT != nil { - predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonLT(*i.AcmeChallengeStatusReasonLT)) - } - if i.AcmeChallengeStatusReasonLTE != nil { - predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonLTE(*i.AcmeChallengeStatusReasonLTE)) - } if i.AcmeChallengeStatusReasonContains != nil { predicates = append(predicates, dnsverification.AcmeChallengeStatusReasonContains(*i.AcmeChallengeStatusReasonContains)) } @@ -23405,46 +18949,32 @@ type DirectoryAccountWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23458,10 +18988,6 @@ type DirectoryAccountWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23475,10 +19001,6 @@ type DirectoryAccountWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23492,10 +19014,6 @@ type DirectoryAccountWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -23507,10 +19025,6 @@ type DirectoryAccountWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23524,10 +19038,6 @@ type DirectoryAccountWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -23541,10 +19051,6 @@ type DirectoryAccountWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -23558,10 +19064,6 @@ type DirectoryAccountWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -23575,10 +19077,6 @@ type DirectoryAccountWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -23592,10 +19090,6 @@ type DirectoryAccountWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -23609,10 +19103,6 @@ type DirectoryAccountWhereInput struct { DirectorySyncRunIDNEQ *string `json:"directorySyncRunIDNEQ,omitempty"` DirectorySyncRunIDIn []string `json:"directorySyncRunIDIn,omitempty"` DirectorySyncRunIDNotIn []string `json:"directorySyncRunIDNotIn,omitempty"` - DirectorySyncRunIDGT *string `json:"directorySyncRunIDGT,omitempty"` - DirectorySyncRunIDGTE *string `json:"directorySyncRunIDGTE,omitempty"` - DirectorySyncRunIDLT *string `json:"directorySyncRunIDLT,omitempty"` - DirectorySyncRunIDLTE *string `json:"directorySyncRunIDLTE,omitempty"` DirectorySyncRunIDContains *string `json:"directorySyncRunIDContains,omitempty"` DirectorySyncRunIDHasPrefix *string `json:"directorySyncRunIDHasPrefix,omitempty"` DirectorySyncRunIDHasSuffix *string `json:"directorySyncRunIDHasSuffix,omitempty"` @@ -23626,10 +19116,6 @@ type DirectoryAccountWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -23643,10 +19129,6 @@ type DirectoryAccountWhereInput struct { DirectoryInstanceIDNEQ *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIDGT *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIDGTE *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIDLT *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIDLTE *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -23660,10 +19142,6 @@ type DirectoryAccountWhereInput struct { IdentityHolderIDNEQ *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIDGT *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIDGTE *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIDLT *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIDLTE *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -23677,10 +19155,6 @@ type DirectoryAccountWhereInput struct { DirectoryNameNEQ *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGT *string `json:"directoryNameGT,omitempty"` - DirectoryNameGTE *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLT *string `json:"directoryNameLT,omitempty"` - DirectoryNameLTE *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -23694,10 +19168,6 @@ type DirectoryAccountWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -23709,10 +19179,6 @@ type DirectoryAccountWhereInput struct { SecondaryKeyNEQ *string `json:"secondaryKeyNEQ,omitempty"` SecondaryKeyIn []string `json:"secondaryKeyIn,omitempty"` SecondaryKeyNotIn []string `json:"secondaryKeyNotIn,omitempty"` - SecondaryKeyGT *string `json:"secondaryKeyGT,omitempty"` - SecondaryKeyGTE *string `json:"secondaryKeyGTE,omitempty"` - SecondaryKeyLT *string `json:"secondaryKeyLT,omitempty"` - SecondaryKeyLTE *string `json:"secondaryKeyLTE,omitempty"` SecondaryKeyContains *string `json:"secondaryKeyContains,omitempty"` SecondaryKeyHasPrefix *string `json:"secondaryKeyHasPrefix,omitempty"` SecondaryKeyHasSuffix *string `json:"secondaryKeyHasSuffix,omitempty"` @@ -23726,10 +19192,6 @@ type DirectoryAccountWhereInput struct { CanonicalEmailNEQ *string `json:"canonicalEmailNEQ,omitempty"` CanonicalEmailIn []string `json:"canonicalEmailIn,omitempty"` CanonicalEmailNotIn []string `json:"canonicalEmailNotIn,omitempty"` - CanonicalEmailGT *string `json:"canonicalEmailGT,omitempty"` - CanonicalEmailGTE *string `json:"canonicalEmailGTE,omitempty"` - CanonicalEmailLT *string `json:"canonicalEmailLT,omitempty"` - CanonicalEmailLTE *string `json:"canonicalEmailLTE,omitempty"` CanonicalEmailContains *string `json:"canonicalEmailContains,omitempty"` CanonicalEmailHasPrefix *string `json:"canonicalEmailHasPrefix,omitempty"` CanonicalEmailHasSuffix *string `json:"canonicalEmailHasSuffix,omitempty"` @@ -23743,10 +19205,6 @@ type DirectoryAccountWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -23760,10 +19218,6 @@ type DirectoryAccountWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -23777,10 +19231,6 @@ type DirectoryAccountWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -23794,10 +19244,6 @@ type DirectoryAccountWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -23807,26 +19253,19 @@ type DirectoryAccountWhereInput struct { AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // "avatar_updated_at" field predicates. - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNEQ *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` // "given_name" field predicates. GivenName *string `json:"givenName,omitempty"` GivenNameNEQ *string `json:"givenNameNEQ,omitempty"` GivenNameIn []string `json:"givenNameIn,omitempty"` GivenNameNotIn []string `json:"givenNameNotIn,omitempty"` - GivenNameGT *string `json:"givenNameGT,omitempty"` - GivenNameGTE *string `json:"givenNameGTE,omitempty"` - GivenNameLT *string `json:"givenNameLT,omitempty"` - GivenNameLTE *string `json:"givenNameLTE,omitempty"` GivenNameContains *string `json:"givenNameContains,omitempty"` GivenNameHasPrefix *string `json:"givenNameHasPrefix,omitempty"` GivenNameHasSuffix *string `json:"givenNameHasSuffix,omitempty"` @@ -23840,10 +19279,6 @@ type DirectoryAccountWhereInput struct { FamilyNameNEQ *string `json:"familyNameNEQ,omitempty"` FamilyNameIn []string `json:"familyNameIn,omitempty"` FamilyNameNotIn []string `json:"familyNameNotIn,omitempty"` - FamilyNameGT *string `json:"familyNameGT,omitempty"` - FamilyNameGTE *string `json:"familyNameGTE,omitempty"` - FamilyNameLT *string `json:"familyNameLT,omitempty"` - FamilyNameLTE *string `json:"familyNameLTE,omitempty"` FamilyNameContains *string `json:"familyNameContains,omitempty"` FamilyNameHasPrefix *string `json:"familyNameHasPrefix,omitempty"` FamilyNameHasSuffix *string `json:"familyNameHasSuffix,omitempty"` @@ -23857,10 +19292,6 @@ type DirectoryAccountWhereInput struct { JobTitleNEQ *string `json:"jobTitleNEQ,omitempty"` JobTitleIn []string `json:"jobTitleIn,omitempty"` JobTitleNotIn []string `json:"jobTitleNotIn,omitempty"` - JobTitleGT *string `json:"jobTitleGT,omitempty"` - JobTitleGTE *string `json:"jobTitleGTE,omitempty"` - JobTitleLT *string `json:"jobTitleLT,omitempty"` - JobTitleLTE *string `json:"jobTitleLTE,omitempty"` JobTitleContains *string `json:"jobTitleContains,omitempty"` JobTitleHasPrefix *string `json:"jobTitleHasPrefix,omitempty"` JobTitleHasSuffix *string `json:"jobTitleHasSuffix,omitempty"` @@ -23874,10 +19305,6 @@ type DirectoryAccountWhereInput struct { DepartmentNEQ *string `json:"departmentNEQ,omitempty"` DepartmentIn []string `json:"departmentIn,omitempty"` DepartmentNotIn []string `json:"departmentNotIn,omitempty"` - DepartmentGT *string `json:"departmentGT,omitempty"` - DepartmentGTE *string `json:"departmentGTE,omitempty"` - DepartmentLT *string `json:"departmentLT,omitempty"` - DepartmentLTE *string `json:"departmentLTE,omitempty"` DepartmentContains *string `json:"departmentContains,omitempty"` DepartmentHasPrefix *string `json:"departmentHasPrefix,omitempty"` DepartmentHasSuffix *string `json:"departmentHasSuffix,omitempty"` @@ -23891,10 +19318,6 @@ type DirectoryAccountWhereInput struct { OrganizationUnitNEQ *string `json:"organizationUnitNEQ,omitempty"` OrganizationUnitIn []string `json:"organizationUnitIn,omitempty"` OrganizationUnitNotIn []string `json:"organizationUnitNotIn,omitempty"` - OrganizationUnitGT *string `json:"organizationUnitGT,omitempty"` - OrganizationUnitGTE *string `json:"organizationUnitGTE,omitempty"` - OrganizationUnitLT *string `json:"organizationUnitLT,omitempty"` - OrganizationUnitLTE *string `json:"organizationUnitLTE,omitempty"` OrganizationUnitContains *string `json:"organizationUnitContains,omitempty"` OrganizationUnitHasPrefix *string `json:"organizationUnitHasPrefix,omitempty"` OrganizationUnitHasSuffix *string `json:"organizationUnitHasSuffix,omitempty"` @@ -23928,10 +19351,6 @@ type DirectoryAccountWhereInput struct { LastSeenIPNEQ *string `json:"lastSeenIPNEQ,omitempty"` LastSeenIPIn []string `json:"lastSeenIPIn,omitempty"` LastSeenIPNotIn []string `json:"lastSeenIPNotIn,omitempty"` - LastSeenIPGT *string `json:"lastSeenIPGT,omitempty"` - LastSeenIPGTE *string `json:"lastSeenIPGTE,omitempty"` - LastSeenIPLT *string `json:"lastSeenIPLT,omitempty"` - LastSeenIPLTE *string `json:"lastSeenIPLTE,omitempty"` LastSeenIPContains *string `json:"lastSeenIPContains,omitempty"` LastSeenIPHasPrefix *string `json:"lastSeenIPHasPrefix,omitempty"` LastSeenIPHasSuffix *string `json:"lastSeenIPHasSuffix,omitempty"` @@ -23941,84 +19360,62 @@ type DirectoryAccountWhereInput struct { LastSeenIPContainsFold *string `json:"lastSeenIPContainsFold,omitempty"` // "last_login_at" field predicates. - LastLoginAt *time.Time `json:"lastLoginAt,omitempty"` - LastLoginAtNEQ *time.Time `json:"lastLoginAtNEQ,omitempty"` - LastLoginAtIn []time.Time `json:"lastLoginAtIn,omitempty"` - LastLoginAtNotIn []time.Time `json:"lastLoginAtNotIn,omitempty"` - LastLoginAtGT *time.Time `json:"lastLoginAtGT,omitempty"` - LastLoginAtGTE *time.Time `json:"lastLoginAtGTE,omitempty"` - LastLoginAtLT *time.Time `json:"lastLoginAtLT,omitempty"` - LastLoginAtLTE *time.Time `json:"lastLoginAtLTE,omitempty"` - LastLoginAtIsNil bool `json:"lastLoginAtIsNil,omitempty"` - LastLoginAtNotNil bool `json:"lastLoginAtNotNil,omitempty"` + LastLoginAt *time.Time `json:"lastLoginAt,omitempty"` + LastLoginAtGT *time.Time `json:"lastLoginAtGT,omitempty"` + LastLoginAtGTE *time.Time `json:"lastLoginAtGTE,omitempty"` + LastLoginAtLT *time.Time `json:"lastLoginAtLT,omitempty"` + LastLoginAtLTE *time.Time `json:"lastLoginAtLTE,omitempty"` + LastLoginAtIsNil bool `json:"lastLoginAtIsNil,omitempty"` + LastLoginAtNotNil bool `json:"lastLoginAtNotNil,omitempty"` // "first_seen_at" field predicates. - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNEQ *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` // "last_seen_at" field predicates. - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNEQ *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` // "added_at" field predicates. - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNEQ *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGT *time.Time `json:"addedAtGT,omitempty"` - AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLT *time.Time `json:"addedAtLT,omitempty"` - AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGT *time.Time `json:"addedAtGT,omitempty"` + AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLT *time.Time `json:"addedAtLT,omitempty"` + AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` // "removed_at" field predicates. - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNEQ *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` // "observed_at" field predicates. - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNEQ *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` // "profile_hash" field predicates. ProfileHash *string `json:"profileHash,omitempty"` ProfileHashNEQ *string `json:"profileHashNEQ,omitempty"` ProfileHashIn []string `json:"profileHashIn,omitempty"` ProfileHashNotIn []string `json:"profileHashNotIn,omitempty"` - ProfileHashGT *string `json:"profileHashGT,omitempty"` - ProfileHashGTE *string `json:"profileHashGTE,omitempty"` - ProfileHashLT *string `json:"profileHashLT,omitempty"` - ProfileHashLTE *string `json:"profileHashLTE,omitempty"` ProfileHashContains *string `json:"profileHashContains,omitempty"` ProfileHashHasPrefix *string `json:"profileHashHasPrefix,omitempty"` ProfileHashHasSuffix *string `json:"profileHashHasSuffix,omitempty"` @@ -24030,10 +19427,6 @@ type DirectoryAccountWhereInput struct { SourceVersionNEQ *string `json:"sourceVersionNEQ,omitempty"` SourceVersionIn []string `json:"sourceVersionIn,omitempty"` SourceVersionNotIn []string `json:"sourceVersionNotIn,omitempty"` - SourceVersionGT *string `json:"sourceVersionGT,omitempty"` - SourceVersionGTE *string `json:"sourceVersionGTE,omitempty"` - SourceVersionLT *string `json:"sourceVersionLT,omitempty"` - SourceVersionLTE *string `json:"sourceVersionLTE,omitempty"` SourceVersionContains *string `json:"sourceVersionContains,omitempty"` SourceVersionHasPrefix *string `json:"sourceVersionHasPrefix,omitempty"` SourceVersionHasSuffix *string `json:"sourceVersionHasSuffix,omitempty"` @@ -24184,18 +19577,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, directoryaccount.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, directoryaccount.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, directoryaccount.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, directoryaccount.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, directoryaccount.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, directoryaccount.IDEqualFold(*i.IDEqualFold)) } @@ -24205,15 +19586,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.CreatedAt != nil { predicates = append(predicates, directoryaccount.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, directoryaccount.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, directoryaccount.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, directoryaccount.CreatedAtGT(*i.CreatedAtGT)) } @@ -24235,15 +19607,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.UpdatedAt != nil { predicates = append(predicates, directoryaccount.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, directoryaccount.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, directoryaccount.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, directoryaccount.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -24274,18 +19637,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, directoryaccount.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, directoryaccount.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, directoryaccount.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, directoryaccount.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, directoryaccount.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, directoryaccount.CreatedByContains(*i.CreatedByContains)) } @@ -24319,18 +19670,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, directoryaccount.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, directoryaccount.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, directoryaccount.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, directoryaccount.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, directoryaccount.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, directoryaccount.UpdatedByContains(*i.UpdatedByContains)) } @@ -24364,18 +19703,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, directoryaccount.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, directoryaccount.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, directoryaccount.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, directoryaccount.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, directoryaccount.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, directoryaccount.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -24409,18 +19736,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, directoryaccount.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, directoryaccount.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, directoryaccount.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, directoryaccount.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, directoryaccount.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, directoryaccount.DisplayIDContains(*i.DisplayIDContains)) } @@ -24448,18 +19763,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, directoryaccount.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, directoryaccount.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, directoryaccount.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, directoryaccount.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, directoryaccount.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, directoryaccount.OwnerIDContains(*i.OwnerIDContains)) } @@ -24493,18 +19796,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, directoryaccount.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, directoryaccount.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, directoryaccount.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, directoryaccount.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, directoryaccount.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, directoryaccount.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -24538,18 +19829,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, directoryaccount.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, directoryaccount.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, directoryaccount.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, directoryaccount.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, directoryaccount.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, directoryaccount.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -24583,18 +19862,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, directoryaccount.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, directoryaccount.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, directoryaccount.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, directoryaccount.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, directoryaccount.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, directoryaccount.ScopeNameContains(*i.ScopeNameContains)) } @@ -24628,18 +19895,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, directoryaccount.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, directoryaccount.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, directoryaccount.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, directoryaccount.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, directoryaccount.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, directoryaccount.ScopeIDContains(*i.ScopeIDContains)) } @@ -24673,18 +19928,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, directoryaccount.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, directoryaccount.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, directoryaccount.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, directoryaccount.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, directoryaccount.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, directoryaccount.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -24718,18 +19961,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DirectorySyncRunIDNotIn) > 0 { predicates = append(predicates, directoryaccount.DirectorySyncRunIDNotIn(i.DirectorySyncRunIDNotIn...)) } - if i.DirectorySyncRunIDGT != nil { - predicates = append(predicates, directoryaccount.DirectorySyncRunIDGT(*i.DirectorySyncRunIDGT)) - } - if i.DirectorySyncRunIDGTE != nil { - predicates = append(predicates, directoryaccount.DirectorySyncRunIDGTE(*i.DirectorySyncRunIDGTE)) - } - if i.DirectorySyncRunIDLT != nil { - predicates = append(predicates, directoryaccount.DirectorySyncRunIDLT(*i.DirectorySyncRunIDLT)) - } - if i.DirectorySyncRunIDLTE != nil { - predicates = append(predicates, directoryaccount.DirectorySyncRunIDLTE(*i.DirectorySyncRunIDLTE)) - } if i.DirectorySyncRunIDContains != nil { predicates = append(predicates, directoryaccount.DirectorySyncRunIDContains(*i.DirectorySyncRunIDContains)) } @@ -24763,18 +19994,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, directoryaccount.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, directoryaccount.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, directoryaccount.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, directoryaccount.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, directoryaccount.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, directoryaccount.PlatformIDContains(*i.PlatformIDContains)) } @@ -24808,18 +20027,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DirectoryInstanceIDNotIn) > 0 { predicates = append(predicates, directoryaccount.DirectoryInstanceIDNotIn(i.DirectoryInstanceIDNotIn...)) } - if i.DirectoryInstanceIDGT != nil { - predicates = append(predicates, directoryaccount.DirectoryInstanceIDGT(*i.DirectoryInstanceIDGT)) - } - if i.DirectoryInstanceIDGTE != nil { - predicates = append(predicates, directoryaccount.DirectoryInstanceIDGTE(*i.DirectoryInstanceIDGTE)) - } - if i.DirectoryInstanceIDLT != nil { - predicates = append(predicates, directoryaccount.DirectoryInstanceIDLT(*i.DirectoryInstanceIDLT)) - } - if i.DirectoryInstanceIDLTE != nil { - predicates = append(predicates, directoryaccount.DirectoryInstanceIDLTE(*i.DirectoryInstanceIDLTE)) - } if i.DirectoryInstanceIDContains != nil { predicates = append(predicates, directoryaccount.DirectoryInstanceIDContains(*i.DirectoryInstanceIDContains)) } @@ -24853,18 +20060,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.IdentityHolderIDNotIn) > 0 { predicates = append(predicates, directoryaccount.IdentityHolderIDNotIn(i.IdentityHolderIDNotIn...)) } - if i.IdentityHolderIDGT != nil { - predicates = append(predicates, directoryaccount.IdentityHolderIDGT(*i.IdentityHolderIDGT)) - } - if i.IdentityHolderIDGTE != nil { - predicates = append(predicates, directoryaccount.IdentityHolderIDGTE(*i.IdentityHolderIDGTE)) - } - if i.IdentityHolderIDLT != nil { - predicates = append(predicates, directoryaccount.IdentityHolderIDLT(*i.IdentityHolderIDLT)) - } - if i.IdentityHolderIDLTE != nil { - predicates = append(predicates, directoryaccount.IdentityHolderIDLTE(*i.IdentityHolderIDLTE)) - } if i.IdentityHolderIDContains != nil { predicates = append(predicates, directoryaccount.IdentityHolderIDContains(*i.IdentityHolderIDContains)) } @@ -24898,18 +20093,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DirectoryNameNotIn) > 0 { predicates = append(predicates, directoryaccount.DirectoryNameNotIn(i.DirectoryNameNotIn...)) } - if i.DirectoryNameGT != nil { - predicates = append(predicates, directoryaccount.DirectoryNameGT(*i.DirectoryNameGT)) - } - if i.DirectoryNameGTE != nil { - predicates = append(predicates, directoryaccount.DirectoryNameGTE(*i.DirectoryNameGTE)) - } - if i.DirectoryNameLT != nil { - predicates = append(predicates, directoryaccount.DirectoryNameLT(*i.DirectoryNameLT)) - } - if i.DirectoryNameLTE != nil { - predicates = append(predicates, directoryaccount.DirectoryNameLTE(*i.DirectoryNameLTE)) - } if i.DirectoryNameContains != nil { predicates = append(predicates, directoryaccount.DirectoryNameContains(*i.DirectoryNameContains)) } @@ -24943,18 +20126,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, directoryaccount.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, directoryaccount.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, directoryaccount.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, directoryaccount.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, directoryaccount.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, directoryaccount.ExternalIDContains(*i.ExternalIDContains)) } @@ -24982,18 +20153,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.SecondaryKeyNotIn) > 0 { predicates = append(predicates, directoryaccount.SecondaryKeyNotIn(i.SecondaryKeyNotIn...)) } - if i.SecondaryKeyGT != nil { - predicates = append(predicates, directoryaccount.SecondaryKeyGT(*i.SecondaryKeyGT)) - } - if i.SecondaryKeyGTE != nil { - predicates = append(predicates, directoryaccount.SecondaryKeyGTE(*i.SecondaryKeyGTE)) - } - if i.SecondaryKeyLT != nil { - predicates = append(predicates, directoryaccount.SecondaryKeyLT(*i.SecondaryKeyLT)) - } - if i.SecondaryKeyLTE != nil { - predicates = append(predicates, directoryaccount.SecondaryKeyLTE(*i.SecondaryKeyLTE)) - } if i.SecondaryKeyContains != nil { predicates = append(predicates, directoryaccount.SecondaryKeyContains(*i.SecondaryKeyContains)) } @@ -25027,18 +20186,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.CanonicalEmailNotIn) > 0 { predicates = append(predicates, directoryaccount.CanonicalEmailNotIn(i.CanonicalEmailNotIn...)) } - if i.CanonicalEmailGT != nil { - predicates = append(predicates, directoryaccount.CanonicalEmailGT(*i.CanonicalEmailGT)) - } - if i.CanonicalEmailGTE != nil { - predicates = append(predicates, directoryaccount.CanonicalEmailGTE(*i.CanonicalEmailGTE)) - } - if i.CanonicalEmailLT != nil { - predicates = append(predicates, directoryaccount.CanonicalEmailLT(*i.CanonicalEmailLT)) - } - if i.CanonicalEmailLTE != nil { - predicates = append(predicates, directoryaccount.CanonicalEmailLTE(*i.CanonicalEmailLTE)) - } if i.CanonicalEmailContains != nil { predicates = append(predicates, directoryaccount.CanonicalEmailContains(*i.CanonicalEmailContains)) } @@ -25072,18 +20219,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, directoryaccount.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, directoryaccount.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, directoryaccount.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, directoryaccount.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, directoryaccount.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, directoryaccount.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -25117,18 +20252,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, directoryaccount.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, directoryaccount.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, directoryaccount.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, directoryaccount.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, directoryaccount.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, directoryaccount.DisplayNameContains(*i.DisplayNameContains)) } @@ -25162,18 +20285,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, directoryaccount.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, directoryaccount.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, directoryaccount.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, directoryaccount.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, directoryaccount.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, directoryaccount.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -25207,18 +20318,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, directoryaccount.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, directoryaccount.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, directoryaccount.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, directoryaccount.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, directoryaccount.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, directoryaccount.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -25243,15 +20342,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.AvatarUpdatedAt != nil { predicates = append(predicates, directoryaccount.AvatarUpdatedAtEQ(*i.AvatarUpdatedAt)) } - if i.AvatarUpdatedAtNEQ != nil { - predicates = append(predicates, directoryaccount.AvatarUpdatedAtNEQ(*i.AvatarUpdatedAtNEQ)) - } - if len(i.AvatarUpdatedAtIn) > 0 { - predicates = append(predicates, directoryaccount.AvatarUpdatedAtIn(i.AvatarUpdatedAtIn...)) - } - if len(i.AvatarUpdatedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.AvatarUpdatedAtNotIn(i.AvatarUpdatedAtNotIn...)) - } if i.AvatarUpdatedAtGT != nil { predicates = append(predicates, directoryaccount.AvatarUpdatedAtGT(*i.AvatarUpdatedAtGT)) } @@ -25282,18 +20372,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.GivenNameNotIn) > 0 { predicates = append(predicates, directoryaccount.GivenNameNotIn(i.GivenNameNotIn...)) } - if i.GivenNameGT != nil { - predicates = append(predicates, directoryaccount.GivenNameGT(*i.GivenNameGT)) - } - if i.GivenNameGTE != nil { - predicates = append(predicates, directoryaccount.GivenNameGTE(*i.GivenNameGTE)) - } - if i.GivenNameLT != nil { - predicates = append(predicates, directoryaccount.GivenNameLT(*i.GivenNameLT)) - } - if i.GivenNameLTE != nil { - predicates = append(predicates, directoryaccount.GivenNameLTE(*i.GivenNameLTE)) - } if i.GivenNameContains != nil { predicates = append(predicates, directoryaccount.GivenNameContains(*i.GivenNameContains)) } @@ -25327,18 +20405,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.FamilyNameNotIn) > 0 { predicates = append(predicates, directoryaccount.FamilyNameNotIn(i.FamilyNameNotIn...)) } - if i.FamilyNameGT != nil { - predicates = append(predicates, directoryaccount.FamilyNameGT(*i.FamilyNameGT)) - } - if i.FamilyNameGTE != nil { - predicates = append(predicates, directoryaccount.FamilyNameGTE(*i.FamilyNameGTE)) - } - if i.FamilyNameLT != nil { - predicates = append(predicates, directoryaccount.FamilyNameLT(*i.FamilyNameLT)) - } - if i.FamilyNameLTE != nil { - predicates = append(predicates, directoryaccount.FamilyNameLTE(*i.FamilyNameLTE)) - } if i.FamilyNameContains != nil { predicates = append(predicates, directoryaccount.FamilyNameContains(*i.FamilyNameContains)) } @@ -25372,18 +20438,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.JobTitleNotIn) > 0 { predicates = append(predicates, directoryaccount.JobTitleNotIn(i.JobTitleNotIn...)) } - if i.JobTitleGT != nil { - predicates = append(predicates, directoryaccount.JobTitleGT(*i.JobTitleGT)) - } - if i.JobTitleGTE != nil { - predicates = append(predicates, directoryaccount.JobTitleGTE(*i.JobTitleGTE)) - } - if i.JobTitleLT != nil { - predicates = append(predicates, directoryaccount.JobTitleLT(*i.JobTitleLT)) - } - if i.JobTitleLTE != nil { - predicates = append(predicates, directoryaccount.JobTitleLTE(*i.JobTitleLTE)) - } if i.JobTitleContains != nil { predicates = append(predicates, directoryaccount.JobTitleContains(*i.JobTitleContains)) } @@ -25417,18 +20471,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.DepartmentNotIn) > 0 { predicates = append(predicates, directoryaccount.DepartmentNotIn(i.DepartmentNotIn...)) } - if i.DepartmentGT != nil { - predicates = append(predicates, directoryaccount.DepartmentGT(*i.DepartmentGT)) - } - if i.DepartmentGTE != nil { - predicates = append(predicates, directoryaccount.DepartmentGTE(*i.DepartmentGTE)) - } - if i.DepartmentLT != nil { - predicates = append(predicates, directoryaccount.DepartmentLT(*i.DepartmentLT)) - } - if i.DepartmentLTE != nil { - predicates = append(predicates, directoryaccount.DepartmentLTE(*i.DepartmentLTE)) - } if i.DepartmentContains != nil { predicates = append(predicates, directoryaccount.DepartmentContains(*i.DepartmentContains)) } @@ -25462,18 +20504,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.OrganizationUnitNotIn) > 0 { predicates = append(predicates, directoryaccount.OrganizationUnitNotIn(i.OrganizationUnitNotIn...)) } - if i.OrganizationUnitGT != nil { - predicates = append(predicates, directoryaccount.OrganizationUnitGT(*i.OrganizationUnitGT)) - } - if i.OrganizationUnitGTE != nil { - predicates = append(predicates, directoryaccount.OrganizationUnitGTE(*i.OrganizationUnitGTE)) - } - if i.OrganizationUnitLT != nil { - predicates = append(predicates, directoryaccount.OrganizationUnitLT(*i.OrganizationUnitLT)) - } - if i.OrganizationUnitLTE != nil { - predicates = append(predicates, directoryaccount.OrganizationUnitLTE(*i.OrganizationUnitLTE)) - } if i.OrganizationUnitContains != nil { predicates = append(predicates, directoryaccount.OrganizationUnitContains(*i.OrganizationUnitContains)) } @@ -25549,18 +20579,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.LastSeenIPNotIn) > 0 { predicates = append(predicates, directoryaccount.LastSeenIPNotIn(i.LastSeenIPNotIn...)) } - if i.LastSeenIPGT != nil { - predicates = append(predicates, directoryaccount.LastSeenIPGT(*i.LastSeenIPGT)) - } - if i.LastSeenIPGTE != nil { - predicates = append(predicates, directoryaccount.LastSeenIPGTE(*i.LastSeenIPGTE)) - } - if i.LastSeenIPLT != nil { - predicates = append(predicates, directoryaccount.LastSeenIPLT(*i.LastSeenIPLT)) - } - if i.LastSeenIPLTE != nil { - predicates = append(predicates, directoryaccount.LastSeenIPLTE(*i.LastSeenIPLTE)) - } if i.LastSeenIPContains != nil { predicates = append(predicates, directoryaccount.LastSeenIPContains(*i.LastSeenIPContains)) } @@ -25585,15 +20603,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.LastLoginAt != nil { predicates = append(predicates, directoryaccount.LastLoginAtEQ(*i.LastLoginAt)) } - if i.LastLoginAtNEQ != nil { - predicates = append(predicates, directoryaccount.LastLoginAtNEQ(*i.LastLoginAtNEQ)) - } - if len(i.LastLoginAtIn) > 0 { - predicates = append(predicates, directoryaccount.LastLoginAtIn(i.LastLoginAtIn...)) - } - if len(i.LastLoginAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.LastLoginAtNotIn(i.LastLoginAtNotIn...)) - } if i.LastLoginAtGT != nil { predicates = append(predicates, directoryaccount.LastLoginAtGT(*i.LastLoginAtGT)) } @@ -25615,15 +20624,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.FirstSeenAt != nil { predicates = append(predicates, directoryaccount.FirstSeenAtEQ(*i.FirstSeenAt)) } - if i.FirstSeenAtNEQ != nil { - predicates = append(predicates, directoryaccount.FirstSeenAtNEQ(*i.FirstSeenAtNEQ)) - } - if len(i.FirstSeenAtIn) > 0 { - predicates = append(predicates, directoryaccount.FirstSeenAtIn(i.FirstSeenAtIn...)) - } - if len(i.FirstSeenAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.FirstSeenAtNotIn(i.FirstSeenAtNotIn...)) - } if i.FirstSeenAtGT != nil { predicates = append(predicates, directoryaccount.FirstSeenAtGT(*i.FirstSeenAtGT)) } @@ -25645,15 +20645,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.LastSeenAt != nil { predicates = append(predicates, directoryaccount.LastSeenAtEQ(*i.LastSeenAt)) } - if i.LastSeenAtNEQ != nil { - predicates = append(predicates, directoryaccount.LastSeenAtNEQ(*i.LastSeenAtNEQ)) - } - if len(i.LastSeenAtIn) > 0 { - predicates = append(predicates, directoryaccount.LastSeenAtIn(i.LastSeenAtIn...)) - } - if len(i.LastSeenAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.LastSeenAtNotIn(i.LastSeenAtNotIn...)) - } if i.LastSeenAtGT != nil { predicates = append(predicates, directoryaccount.LastSeenAtGT(*i.LastSeenAtGT)) } @@ -25675,15 +20666,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.AddedAt != nil { predicates = append(predicates, directoryaccount.AddedAtEQ(*i.AddedAt)) } - if i.AddedAtNEQ != nil { - predicates = append(predicates, directoryaccount.AddedAtNEQ(*i.AddedAtNEQ)) - } - if len(i.AddedAtIn) > 0 { - predicates = append(predicates, directoryaccount.AddedAtIn(i.AddedAtIn...)) - } - if len(i.AddedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.AddedAtNotIn(i.AddedAtNotIn...)) - } if i.AddedAtGT != nil { predicates = append(predicates, directoryaccount.AddedAtGT(*i.AddedAtGT)) } @@ -25705,15 +20687,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.RemovedAt != nil { predicates = append(predicates, directoryaccount.RemovedAtEQ(*i.RemovedAt)) } - if i.RemovedAtNEQ != nil { - predicates = append(predicates, directoryaccount.RemovedAtNEQ(*i.RemovedAtNEQ)) - } - if len(i.RemovedAtIn) > 0 { - predicates = append(predicates, directoryaccount.RemovedAtIn(i.RemovedAtIn...)) - } - if len(i.RemovedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.RemovedAtNotIn(i.RemovedAtNotIn...)) - } if i.RemovedAtGT != nil { predicates = append(predicates, directoryaccount.RemovedAtGT(*i.RemovedAtGT)) } @@ -25735,15 +20708,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if i.ObservedAt != nil { predicates = append(predicates, directoryaccount.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, directoryaccount.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, directoryaccount.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, directoryaccount.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, directoryaccount.ObservedAtGT(*i.ObservedAtGT)) } @@ -25768,18 +20732,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.ProfileHashNotIn) > 0 { predicates = append(predicates, directoryaccount.ProfileHashNotIn(i.ProfileHashNotIn...)) } - if i.ProfileHashGT != nil { - predicates = append(predicates, directoryaccount.ProfileHashGT(*i.ProfileHashGT)) - } - if i.ProfileHashGTE != nil { - predicates = append(predicates, directoryaccount.ProfileHashGTE(*i.ProfileHashGTE)) - } - if i.ProfileHashLT != nil { - predicates = append(predicates, directoryaccount.ProfileHashLT(*i.ProfileHashLT)) - } - if i.ProfileHashLTE != nil { - predicates = append(predicates, directoryaccount.ProfileHashLTE(*i.ProfileHashLTE)) - } if i.ProfileHashContains != nil { predicates = append(predicates, directoryaccount.ProfileHashContains(*i.ProfileHashContains)) } @@ -25807,18 +20759,6 @@ func (i *DirectoryAccountWhereInput) P() (predicate.DirectoryAccount, error) { if len(i.SourceVersionNotIn) > 0 { predicates = append(predicates, directoryaccount.SourceVersionNotIn(i.SourceVersionNotIn...)) } - if i.SourceVersionGT != nil { - predicates = append(predicates, directoryaccount.SourceVersionGT(*i.SourceVersionGT)) - } - if i.SourceVersionGTE != nil { - predicates = append(predicates, directoryaccount.SourceVersionGTE(*i.SourceVersionGTE)) - } - if i.SourceVersionLT != nil { - predicates = append(predicates, directoryaccount.SourceVersionLT(*i.SourceVersionLT)) - } - if i.SourceVersionLTE != nil { - predicates = append(predicates, directoryaccount.SourceVersionLTE(*i.SourceVersionLTE)) - } if i.SourceVersionContains != nil { predicates = append(predicates, directoryaccount.SourceVersionContains(*i.SourceVersionContains)) } @@ -26107,46 +21047,32 @@ type DirectoryGroupWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -26160,10 +21086,6 @@ type DirectoryGroupWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -26177,10 +21099,6 @@ type DirectoryGroupWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -26194,10 +21112,6 @@ type DirectoryGroupWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -26209,10 +21123,6 @@ type DirectoryGroupWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -26226,10 +21136,6 @@ type DirectoryGroupWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -26243,10 +21149,6 @@ type DirectoryGroupWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -26260,10 +21162,6 @@ type DirectoryGroupWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -26277,10 +21175,6 @@ type DirectoryGroupWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -26294,10 +21188,6 @@ type DirectoryGroupWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -26309,10 +21199,6 @@ type DirectoryGroupWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -26326,10 +21212,6 @@ type DirectoryGroupWhereInput struct { DirectoryInstanceIDNEQ *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIDGT *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIDGTE *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIDLT *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIDLTE *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -26343,10 +21225,6 @@ type DirectoryGroupWhereInput struct { DirectorySyncRunIDNEQ *string `json:"directorySyncRunIDNEQ,omitempty"` DirectorySyncRunIDIn []string `json:"directorySyncRunIDIn,omitempty"` DirectorySyncRunIDNotIn []string `json:"directorySyncRunIDNotIn,omitempty"` - DirectorySyncRunIDGT *string `json:"directorySyncRunIDGT,omitempty"` - DirectorySyncRunIDGTE *string `json:"directorySyncRunIDGTE,omitempty"` - DirectorySyncRunIDLT *string `json:"directorySyncRunIDLT,omitempty"` - DirectorySyncRunIDLTE *string `json:"directorySyncRunIDLTE,omitempty"` DirectorySyncRunIDContains *string `json:"directorySyncRunIDContains,omitempty"` DirectorySyncRunIDHasPrefix *string `json:"directorySyncRunIDHasPrefix,omitempty"` DirectorySyncRunIDHasSuffix *string `json:"directorySyncRunIDHasSuffix,omitempty"` @@ -26358,10 +21236,6 @@ type DirectoryGroupWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -26373,10 +21247,6 @@ type DirectoryGroupWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -26390,10 +21260,6 @@ type DirectoryGroupWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -26421,84 +21287,63 @@ type DirectoryGroupWhereInput struct { ExternalSharingAllowedNotNil bool `json:"externalSharingAllowedNotNil,omitempty"` // "member_count" field predicates. - MemberCount *int `json:"memberCount,omitempty"` - MemberCountNEQ *int `json:"memberCountNEQ,omitempty"` - MemberCountIn []int `json:"memberCountIn,omitempty"` - MemberCountNotIn []int `json:"memberCountNotIn,omitempty"` - MemberCountGT *int `json:"memberCountGT,omitempty"` - MemberCountGTE *int `json:"memberCountGTE,omitempty"` - MemberCountLT *int `json:"memberCountLT,omitempty"` - MemberCountLTE *int `json:"memberCountLTE,omitempty"` - MemberCountIsNil bool `json:"memberCountIsNil,omitempty"` - MemberCountNotNil bool `json:"memberCountNotNil,omitempty"` + MemberCount *int `json:"memberCount,omitempty"` + MemberCountNEQ *int `json:"memberCountNEQ,omitempty"` + MemberCountGT *int `json:"memberCountGT,omitempty"` + MemberCountGTE *int `json:"memberCountGTE,omitempty"` + MemberCountLT *int `json:"memberCountLT,omitempty"` + MemberCountLTE *int `json:"memberCountLTE,omitempty"` + MemberCountIsNil bool `json:"memberCountIsNil,omitempty"` + MemberCountNotNil bool `json:"memberCountNotNil,omitempty"` // "first_seen_at" field predicates. - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNEQ *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` // "last_seen_at" field predicates. - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNEQ *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` // "added_at" field predicates. - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNEQ *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGT *time.Time `json:"addedAtGT,omitempty"` - AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLT *time.Time `json:"addedAtLT,omitempty"` - AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGT *time.Time `json:"addedAtGT,omitempty"` + AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLT *time.Time `json:"addedAtLT,omitempty"` + AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` // "removed_at" field predicates. - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNEQ *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` // "observed_at" field predicates. - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNEQ *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` // "profile_hash" field predicates. ProfileHash *string `json:"profileHash,omitempty"` ProfileHashNEQ *string `json:"profileHashNEQ,omitempty"` ProfileHashIn []string `json:"profileHashIn,omitempty"` ProfileHashNotIn []string `json:"profileHashNotIn,omitempty"` - ProfileHashGT *string `json:"profileHashGT,omitempty"` - ProfileHashGTE *string `json:"profileHashGTE,omitempty"` - ProfileHashLT *string `json:"profileHashLT,omitempty"` - ProfileHashLTE *string `json:"profileHashLTE,omitempty"` ProfileHashContains *string `json:"profileHashContains,omitempty"` ProfileHashHasPrefix *string `json:"profileHashHasPrefix,omitempty"` ProfileHashHasSuffix *string `json:"profileHashHasSuffix,omitempty"` @@ -26510,10 +21355,6 @@ type DirectoryGroupWhereInput struct { SourceVersionNEQ *string `json:"sourceVersionNEQ,omitempty"` SourceVersionIn []string `json:"sourceVersionIn,omitempty"` SourceVersionNotIn []string `json:"sourceVersionNotIn,omitempty"` - SourceVersionGT *string `json:"sourceVersionGT,omitempty"` - SourceVersionGTE *string `json:"sourceVersionGTE,omitempty"` - SourceVersionLT *string `json:"sourceVersionLT,omitempty"` - SourceVersionLTE *string `json:"sourceVersionLTE,omitempty"` SourceVersionContains *string `json:"sourceVersionContains,omitempty"` SourceVersionHasPrefix *string `json:"sourceVersionHasPrefix,omitempty"` SourceVersionHasSuffix *string `json:"sourceVersionHasSuffix,omitempty"` @@ -26527,10 +21368,6 @@ type DirectoryGroupWhereInput struct { DirectoryNameNEQ *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGT *string `json:"directoryNameGT,omitempty"` - DirectoryNameGTE *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLT *string `json:"directoryNameLT,omitempty"` - DirectoryNameLTE *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -26662,18 +21499,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, directorygroup.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, directorygroup.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, directorygroup.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, directorygroup.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, directorygroup.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, directorygroup.IDEqualFold(*i.IDEqualFold)) } @@ -26683,15 +21508,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.CreatedAt != nil { predicates = append(predicates, directorygroup.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, directorygroup.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, directorygroup.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, directorygroup.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, directorygroup.CreatedAtGT(*i.CreatedAtGT)) } @@ -26713,15 +21529,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.UpdatedAt != nil { predicates = append(predicates, directorygroup.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, directorygroup.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, directorygroup.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, directorygroup.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, directorygroup.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -26752,18 +21559,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, directorygroup.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, directorygroup.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, directorygroup.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, directorygroup.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, directorygroup.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, directorygroup.CreatedByContains(*i.CreatedByContains)) } @@ -26797,18 +21592,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, directorygroup.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, directorygroup.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, directorygroup.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, directorygroup.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, directorygroup.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, directorygroup.UpdatedByContains(*i.UpdatedByContains)) } @@ -26842,18 +21625,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, directorygroup.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, directorygroup.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, directorygroup.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, directorygroup.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, directorygroup.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, directorygroup.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -26887,18 +21658,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, directorygroup.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, directorygroup.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, directorygroup.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, directorygroup.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, directorygroup.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, directorygroup.DisplayIDContains(*i.DisplayIDContains)) } @@ -26926,18 +21685,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, directorygroup.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, directorygroup.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, directorygroup.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, directorygroup.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, directorygroup.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, directorygroup.OwnerIDContains(*i.OwnerIDContains)) } @@ -26971,18 +21718,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, directorygroup.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, directorygroup.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, directorygroup.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, directorygroup.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, directorygroup.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, directorygroup.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -27016,18 +21751,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, directorygroup.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, directorygroup.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, directorygroup.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, directorygroup.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, directorygroup.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, directorygroup.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -27061,18 +21784,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, directorygroup.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, directorygroup.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, directorygroup.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, directorygroup.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, directorygroup.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, directorygroup.ScopeNameContains(*i.ScopeNameContains)) } @@ -27106,18 +21817,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, directorygroup.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, directorygroup.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, directorygroup.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, directorygroup.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, directorygroup.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, directorygroup.ScopeIDContains(*i.ScopeIDContains)) } @@ -27151,18 +21850,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, directorygroup.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, directorygroup.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, directorygroup.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, directorygroup.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, directorygroup.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, directorygroup.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -27190,18 +21877,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, directorygroup.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, directorygroup.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, directorygroup.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, directorygroup.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, directorygroup.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, directorygroup.PlatformIDContains(*i.PlatformIDContains)) } @@ -27235,18 +21910,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.DirectoryInstanceIDNotIn) > 0 { predicates = append(predicates, directorygroup.DirectoryInstanceIDNotIn(i.DirectoryInstanceIDNotIn...)) } - if i.DirectoryInstanceIDGT != nil { - predicates = append(predicates, directorygroup.DirectoryInstanceIDGT(*i.DirectoryInstanceIDGT)) - } - if i.DirectoryInstanceIDGTE != nil { - predicates = append(predicates, directorygroup.DirectoryInstanceIDGTE(*i.DirectoryInstanceIDGTE)) - } - if i.DirectoryInstanceIDLT != nil { - predicates = append(predicates, directorygroup.DirectoryInstanceIDLT(*i.DirectoryInstanceIDLT)) - } - if i.DirectoryInstanceIDLTE != nil { - predicates = append(predicates, directorygroup.DirectoryInstanceIDLTE(*i.DirectoryInstanceIDLTE)) - } if i.DirectoryInstanceIDContains != nil { predicates = append(predicates, directorygroup.DirectoryInstanceIDContains(*i.DirectoryInstanceIDContains)) } @@ -27280,18 +21943,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.DirectorySyncRunIDNotIn) > 0 { predicates = append(predicates, directorygroup.DirectorySyncRunIDNotIn(i.DirectorySyncRunIDNotIn...)) } - if i.DirectorySyncRunIDGT != nil { - predicates = append(predicates, directorygroup.DirectorySyncRunIDGT(*i.DirectorySyncRunIDGT)) - } - if i.DirectorySyncRunIDGTE != nil { - predicates = append(predicates, directorygroup.DirectorySyncRunIDGTE(*i.DirectorySyncRunIDGTE)) - } - if i.DirectorySyncRunIDLT != nil { - predicates = append(predicates, directorygroup.DirectorySyncRunIDLT(*i.DirectorySyncRunIDLT)) - } - if i.DirectorySyncRunIDLTE != nil { - predicates = append(predicates, directorygroup.DirectorySyncRunIDLTE(*i.DirectorySyncRunIDLTE)) - } if i.DirectorySyncRunIDContains != nil { predicates = append(predicates, directorygroup.DirectorySyncRunIDContains(*i.DirectorySyncRunIDContains)) } @@ -27319,18 +21970,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, directorygroup.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, directorygroup.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, directorygroup.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, directorygroup.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, directorygroup.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, directorygroup.ExternalIDContains(*i.ExternalIDContains)) } @@ -27358,18 +21997,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, directorygroup.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, directorygroup.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, directorygroup.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, directorygroup.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, directorygroup.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, directorygroup.EmailContains(*i.EmailContains)) } @@ -27403,18 +22030,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, directorygroup.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, directorygroup.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, directorygroup.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, directorygroup.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, directorygroup.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, directorygroup.DisplayNameContains(*i.DisplayNameContains)) } @@ -27478,12 +22093,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.MemberCountNEQ != nil { predicates = append(predicates, directorygroup.MemberCountNEQ(*i.MemberCountNEQ)) } - if len(i.MemberCountIn) > 0 { - predicates = append(predicates, directorygroup.MemberCountIn(i.MemberCountIn...)) - } - if len(i.MemberCountNotIn) > 0 { - predicates = append(predicates, directorygroup.MemberCountNotIn(i.MemberCountNotIn...)) - } if i.MemberCountGT != nil { predicates = append(predicates, directorygroup.MemberCountGT(*i.MemberCountGT)) } @@ -27505,15 +22114,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.FirstSeenAt != nil { predicates = append(predicates, directorygroup.FirstSeenAtEQ(*i.FirstSeenAt)) } - if i.FirstSeenAtNEQ != nil { - predicates = append(predicates, directorygroup.FirstSeenAtNEQ(*i.FirstSeenAtNEQ)) - } - if len(i.FirstSeenAtIn) > 0 { - predicates = append(predicates, directorygroup.FirstSeenAtIn(i.FirstSeenAtIn...)) - } - if len(i.FirstSeenAtNotIn) > 0 { - predicates = append(predicates, directorygroup.FirstSeenAtNotIn(i.FirstSeenAtNotIn...)) - } if i.FirstSeenAtGT != nil { predicates = append(predicates, directorygroup.FirstSeenAtGT(*i.FirstSeenAtGT)) } @@ -27535,15 +22135,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.LastSeenAt != nil { predicates = append(predicates, directorygroup.LastSeenAtEQ(*i.LastSeenAt)) } - if i.LastSeenAtNEQ != nil { - predicates = append(predicates, directorygroup.LastSeenAtNEQ(*i.LastSeenAtNEQ)) - } - if len(i.LastSeenAtIn) > 0 { - predicates = append(predicates, directorygroup.LastSeenAtIn(i.LastSeenAtIn...)) - } - if len(i.LastSeenAtNotIn) > 0 { - predicates = append(predicates, directorygroup.LastSeenAtNotIn(i.LastSeenAtNotIn...)) - } if i.LastSeenAtGT != nil { predicates = append(predicates, directorygroup.LastSeenAtGT(*i.LastSeenAtGT)) } @@ -27565,15 +22156,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.AddedAt != nil { predicates = append(predicates, directorygroup.AddedAtEQ(*i.AddedAt)) } - if i.AddedAtNEQ != nil { - predicates = append(predicates, directorygroup.AddedAtNEQ(*i.AddedAtNEQ)) - } - if len(i.AddedAtIn) > 0 { - predicates = append(predicates, directorygroup.AddedAtIn(i.AddedAtIn...)) - } - if len(i.AddedAtNotIn) > 0 { - predicates = append(predicates, directorygroup.AddedAtNotIn(i.AddedAtNotIn...)) - } if i.AddedAtGT != nil { predicates = append(predicates, directorygroup.AddedAtGT(*i.AddedAtGT)) } @@ -27595,15 +22177,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.RemovedAt != nil { predicates = append(predicates, directorygroup.RemovedAtEQ(*i.RemovedAt)) } - if i.RemovedAtNEQ != nil { - predicates = append(predicates, directorygroup.RemovedAtNEQ(*i.RemovedAtNEQ)) - } - if len(i.RemovedAtIn) > 0 { - predicates = append(predicates, directorygroup.RemovedAtIn(i.RemovedAtIn...)) - } - if len(i.RemovedAtNotIn) > 0 { - predicates = append(predicates, directorygroup.RemovedAtNotIn(i.RemovedAtNotIn...)) - } if i.RemovedAtGT != nil { predicates = append(predicates, directorygroup.RemovedAtGT(*i.RemovedAtGT)) } @@ -27625,15 +22198,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if i.ObservedAt != nil { predicates = append(predicates, directorygroup.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, directorygroup.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, directorygroup.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, directorygroup.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, directorygroup.ObservedAtGT(*i.ObservedAtGT)) } @@ -27658,18 +22222,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.ProfileHashNotIn) > 0 { predicates = append(predicates, directorygroup.ProfileHashNotIn(i.ProfileHashNotIn...)) } - if i.ProfileHashGT != nil { - predicates = append(predicates, directorygroup.ProfileHashGT(*i.ProfileHashGT)) - } - if i.ProfileHashGTE != nil { - predicates = append(predicates, directorygroup.ProfileHashGTE(*i.ProfileHashGTE)) - } - if i.ProfileHashLT != nil { - predicates = append(predicates, directorygroup.ProfileHashLT(*i.ProfileHashLT)) - } - if i.ProfileHashLTE != nil { - predicates = append(predicates, directorygroup.ProfileHashLTE(*i.ProfileHashLTE)) - } if i.ProfileHashContains != nil { predicates = append(predicates, directorygroup.ProfileHashContains(*i.ProfileHashContains)) } @@ -27697,18 +22249,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.SourceVersionNotIn) > 0 { predicates = append(predicates, directorygroup.SourceVersionNotIn(i.SourceVersionNotIn...)) } - if i.SourceVersionGT != nil { - predicates = append(predicates, directorygroup.SourceVersionGT(*i.SourceVersionGT)) - } - if i.SourceVersionGTE != nil { - predicates = append(predicates, directorygroup.SourceVersionGTE(*i.SourceVersionGTE)) - } - if i.SourceVersionLT != nil { - predicates = append(predicates, directorygroup.SourceVersionLT(*i.SourceVersionLT)) - } - if i.SourceVersionLTE != nil { - predicates = append(predicates, directorygroup.SourceVersionLTE(*i.SourceVersionLTE)) - } if i.SourceVersionContains != nil { predicates = append(predicates, directorygroup.SourceVersionContains(*i.SourceVersionContains)) } @@ -27742,18 +22282,6 @@ func (i *DirectoryGroupWhereInput) P() (predicate.DirectoryGroup, error) { if len(i.DirectoryNameNotIn) > 0 { predicates = append(predicates, directorygroup.DirectoryNameNotIn(i.DirectoryNameNotIn...)) } - if i.DirectoryNameGT != nil { - predicates = append(predicates, directorygroup.DirectoryNameGT(*i.DirectoryNameGT)) - } - if i.DirectoryNameGTE != nil { - predicates = append(predicates, directorygroup.DirectoryNameGTE(*i.DirectoryNameGTE)) - } - if i.DirectoryNameLT != nil { - predicates = append(predicates, directorygroup.DirectoryNameLT(*i.DirectoryNameLT)) - } - if i.DirectoryNameLTE != nil { - predicates = append(predicates, directorygroup.DirectoryNameLTE(*i.DirectoryNameLTE)) - } if i.DirectoryNameContains != nil { predicates = append(predicates, directorygroup.DirectoryNameContains(*i.DirectoryNameContains)) } @@ -27972,46 +22500,32 @@ type DirectoryMembershipWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -28025,10 +22539,6 @@ type DirectoryMembershipWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -28042,10 +22552,6 @@ type DirectoryMembershipWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -28059,10 +22565,6 @@ type DirectoryMembershipWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -28074,10 +22576,6 @@ type DirectoryMembershipWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -28091,10 +22589,6 @@ type DirectoryMembershipWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -28108,10 +22602,6 @@ type DirectoryMembershipWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -28125,10 +22615,6 @@ type DirectoryMembershipWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -28142,10 +22628,6 @@ type DirectoryMembershipWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -28159,10 +22641,6 @@ type DirectoryMembershipWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -28174,10 +22652,6 @@ type DirectoryMembershipWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -28191,10 +22665,6 @@ type DirectoryMembershipWhereInput struct { DirectoryInstanceIDNEQ *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIDGT *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIDGTE *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIDLT *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIDLTE *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -28208,10 +22678,6 @@ type DirectoryMembershipWhereInput struct { DirectorySyncRunIDNEQ *string `json:"directorySyncRunIDNEQ,omitempty"` DirectorySyncRunIDIn []string `json:"directorySyncRunIDIn,omitempty"` DirectorySyncRunIDNotIn []string `json:"directorySyncRunIDNotIn,omitempty"` - DirectorySyncRunIDGT *string `json:"directorySyncRunIDGT,omitempty"` - DirectorySyncRunIDGTE *string `json:"directorySyncRunIDGTE,omitempty"` - DirectorySyncRunIDLT *string `json:"directorySyncRunIDLT,omitempty"` - DirectorySyncRunIDLTE *string `json:"directorySyncRunIDLTE,omitempty"` DirectorySyncRunIDContains *string `json:"directorySyncRunIDContains,omitempty"` DirectorySyncRunIDHasPrefix *string `json:"directorySyncRunIDHasPrefix,omitempty"` DirectorySyncRunIDHasSuffix *string `json:"directorySyncRunIDHasSuffix,omitempty"` @@ -28223,10 +22689,6 @@ type DirectoryMembershipWhereInput struct { DirectoryAccountIDNEQ *string `json:"directoryAccountIDNEQ,omitempty"` DirectoryAccountIDIn []string `json:"directoryAccountIDIn,omitempty"` DirectoryAccountIDNotIn []string `json:"directoryAccountIDNotIn,omitempty"` - DirectoryAccountIDGT *string `json:"directoryAccountIDGT,omitempty"` - DirectoryAccountIDGTE *string `json:"directoryAccountIDGTE,omitempty"` - DirectoryAccountIDLT *string `json:"directoryAccountIDLT,omitempty"` - DirectoryAccountIDLTE *string `json:"directoryAccountIDLTE,omitempty"` DirectoryAccountIDContains *string `json:"directoryAccountIDContains,omitempty"` DirectoryAccountIDHasPrefix *string `json:"directoryAccountIDHasPrefix,omitempty"` DirectoryAccountIDHasSuffix *string `json:"directoryAccountIDHasSuffix,omitempty"` @@ -28238,10 +22700,6 @@ type DirectoryMembershipWhereInput struct { DirectoryGroupIDNEQ *string `json:"directoryGroupIDNEQ,omitempty"` DirectoryGroupIDIn []string `json:"directoryGroupIDIn,omitempty"` DirectoryGroupIDNotIn []string `json:"directoryGroupIDNotIn,omitempty"` - DirectoryGroupIDGT *string `json:"directoryGroupIDGT,omitempty"` - DirectoryGroupIDGTE *string `json:"directoryGroupIDGTE,omitempty"` - DirectoryGroupIDLT *string `json:"directoryGroupIDLT,omitempty"` - DirectoryGroupIDLTE *string `json:"directoryGroupIDLTE,omitempty"` DirectoryGroupIDContains *string `json:"directoryGroupIDContains,omitempty"` DirectoryGroupIDHasPrefix *string `json:"directoryGroupIDHasPrefix,omitempty"` DirectoryGroupIDHasSuffix *string `json:"directoryGroupIDHasSuffix,omitempty"` @@ -28261,10 +22719,6 @@ type DirectoryMembershipWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -28278,10 +22732,6 @@ type DirectoryMembershipWhereInput struct { DirectoryNameNEQ *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGT *string `json:"directoryNameGT,omitempty"` - DirectoryNameGTE *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLT *string `json:"directoryNameLT,omitempty"` - DirectoryNameLTE *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -28291,72 +22741,53 @@ type DirectoryMembershipWhereInput struct { DirectoryNameContainsFold *string `json:"directoryNameContainsFold,omitempty"` // "first_seen_at" field predicates. - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNEQ *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGT *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGTE *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLT *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLTE *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil bool `json:"firstSeenAtNotNil,omitempty"` // "last_seen_at" field predicates. - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNEQ *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGT *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGTE *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLT *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLTE *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil bool `json:"lastSeenAtNotNil,omitempty"` // "added_at" field predicates. - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNEQ *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGT *time.Time `json:"addedAtGT,omitempty"` - AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLT *time.Time `json:"addedAtLT,omitempty"` - AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGT *time.Time `json:"addedAtGT,omitempty"` + AddedAtGTE *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLT *time.Time `json:"addedAtLT,omitempty"` + AddedAtLTE *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil bool `json:"addedAtNotNil,omitempty"` // "removed_at" field predicates. - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNEQ *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGT *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGTE *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLT *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLTE *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil bool `json:"removedAtNotNil,omitempty"` // "observed_at" field predicates. - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNEQ *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGT *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGTE *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLT *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLTE *time.Time `json:"observedAtLTE,omitempty"` // "last_confirmed_run_id" field predicates. LastConfirmedRunID *string `json:"lastConfirmedRunID,omitempty"` LastConfirmedRunIDNEQ *string `json:"lastConfirmedRunIDNEQ,omitempty"` LastConfirmedRunIDIn []string `json:"lastConfirmedRunIDIn,omitempty"` LastConfirmedRunIDNotIn []string `json:"lastConfirmedRunIDNotIn,omitempty"` - LastConfirmedRunIDGT *string `json:"lastConfirmedRunIDGT,omitempty"` - LastConfirmedRunIDGTE *string `json:"lastConfirmedRunIDGTE,omitempty"` - LastConfirmedRunIDLT *string `json:"lastConfirmedRunIDLT,omitempty"` - LastConfirmedRunIDLTE *string `json:"lastConfirmedRunIDLTE,omitempty"` LastConfirmedRunIDContains *string `json:"lastConfirmedRunIDContains,omitempty"` LastConfirmedRunIDHasPrefix *string `json:"lastConfirmedRunIDHasPrefix,omitempty"` LastConfirmedRunIDHasSuffix *string `json:"lastConfirmedRunIDHasSuffix,omitempty"` @@ -28489,18 +22920,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, directorymembership.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, directorymembership.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, directorymembership.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, directorymembership.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, directorymembership.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, directorymembership.IDEqualFold(*i.IDEqualFold)) } @@ -28510,15 +22929,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.CreatedAt != nil { predicates = append(predicates, directorymembership.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, directorymembership.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, directorymembership.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, directorymembership.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, directorymembership.CreatedAtGT(*i.CreatedAtGT)) } @@ -28540,15 +22950,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.UpdatedAt != nil { predicates = append(predicates, directorymembership.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, directorymembership.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, directorymembership.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, directorymembership.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, directorymembership.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -28579,18 +22980,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, directorymembership.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, directorymembership.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, directorymembership.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, directorymembership.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, directorymembership.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, directorymembership.CreatedByContains(*i.CreatedByContains)) } @@ -28624,18 +23013,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, directorymembership.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, directorymembership.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, directorymembership.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, directorymembership.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, directorymembership.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, directorymembership.UpdatedByContains(*i.UpdatedByContains)) } @@ -28669,18 +23046,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, directorymembership.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, directorymembership.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, directorymembership.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, directorymembership.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, directorymembership.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, directorymembership.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -28714,18 +23079,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, directorymembership.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, directorymembership.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, directorymembership.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, directorymembership.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, directorymembership.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, directorymembership.DisplayIDContains(*i.DisplayIDContains)) } @@ -28753,18 +23106,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, directorymembership.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, directorymembership.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, directorymembership.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, directorymembership.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, directorymembership.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, directorymembership.OwnerIDContains(*i.OwnerIDContains)) } @@ -28798,18 +23139,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, directorymembership.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, directorymembership.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, directorymembership.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, directorymembership.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, directorymembership.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, directorymembership.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -28843,18 +23172,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, directorymembership.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, directorymembership.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, directorymembership.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, directorymembership.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, directorymembership.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, directorymembership.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -28888,18 +23205,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, directorymembership.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, directorymembership.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, directorymembership.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, directorymembership.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, directorymembership.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, directorymembership.ScopeNameContains(*i.ScopeNameContains)) } @@ -28933,18 +23238,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, directorymembership.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, directorymembership.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, directorymembership.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, directorymembership.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, directorymembership.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, directorymembership.ScopeIDContains(*i.ScopeIDContains)) } @@ -28978,18 +23271,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, directorymembership.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, directorymembership.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, directorymembership.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, directorymembership.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, directorymembership.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, directorymembership.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -29017,18 +23298,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, directorymembership.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, directorymembership.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, directorymembership.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, directorymembership.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, directorymembership.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, directorymembership.PlatformIDContains(*i.PlatformIDContains)) } @@ -29062,18 +23331,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DirectoryInstanceIDNotIn) > 0 { predicates = append(predicates, directorymembership.DirectoryInstanceIDNotIn(i.DirectoryInstanceIDNotIn...)) } - if i.DirectoryInstanceIDGT != nil { - predicates = append(predicates, directorymembership.DirectoryInstanceIDGT(*i.DirectoryInstanceIDGT)) - } - if i.DirectoryInstanceIDGTE != nil { - predicates = append(predicates, directorymembership.DirectoryInstanceIDGTE(*i.DirectoryInstanceIDGTE)) - } - if i.DirectoryInstanceIDLT != nil { - predicates = append(predicates, directorymembership.DirectoryInstanceIDLT(*i.DirectoryInstanceIDLT)) - } - if i.DirectoryInstanceIDLTE != nil { - predicates = append(predicates, directorymembership.DirectoryInstanceIDLTE(*i.DirectoryInstanceIDLTE)) - } if i.DirectoryInstanceIDContains != nil { predicates = append(predicates, directorymembership.DirectoryInstanceIDContains(*i.DirectoryInstanceIDContains)) } @@ -29107,18 +23364,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DirectorySyncRunIDNotIn) > 0 { predicates = append(predicates, directorymembership.DirectorySyncRunIDNotIn(i.DirectorySyncRunIDNotIn...)) } - if i.DirectorySyncRunIDGT != nil { - predicates = append(predicates, directorymembership.DirectorySyncRunIDGT(*i.DirectorySyncRunIDGT)) - } - if i.DirectorySyncRunIDGTE != nil { - predicates = append(predicates, directorymembership.DirectorySyncRunIDGTE(*i.DirectorySyncRunIDGTE)) - } - if i.DirectorySyncRunIDLT != nil { - predicates = append(predicates, directorymembership.DirectorySyncRunIDLT(*i.DirectorySyncRunIDLT)) - } - if i.DirectorySyncRunIDLTE != nil { - predicates = append(predicates, directorymembership.DirectorySyncRunIDLTE(*i.DirectorySyncRunIDLTE)) - } if i.DirectorySyncRunIDContains != nil { predicates = append(predicates, directorymembership.DirectorySyncRunIDContains(*i.DirectorySyncRunIDContains)) } @@ -29146,18 +23391,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DirectoryAccountIDNotIn) > 0 { predicates = append(predicates, directorymembership.DirectoryAccountIDNotIn(i.DirectoryAccountIDNotIn...)) } - if i.DirectoryAccountIDGT != nil { - predicates = append(predicates, directorymembership.DirectoryAccountIDGT(*i.DirectoryAccountIDGT)) - } - if i.DirectoryAccountIDGTE != nil { - predicates = append(predicates, directorymembership.DirectoryAccountIDGTE(*i.DirectoryAccountIDGTE)) - } - if i.DirectoryAccountIDLT != nil { - predicates = append(predicates, directorymembership.DirectoryAccountIDLT(*i.DirectoryAccountIDLT)) - } - if i.DirectoryAccountIDLTE != nil { - predicates = append(predicates, directorymembership.DirectoryAccountIDLTE(*i.DirectoryAccountIDLTE)) - } if i.DirectoryAccountIDContains != nil { predicates = append(predicates, directorymembership.DirectoryAccountIDContains(*i.DirectoryAccountIDContains)) } @@ -29185,18 +23418,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DirectoryGroupIDNotIn) > 0 { predicates = append(predicates, directorymembership.DirectoryGroupIDNotIn(i.DirectoryGroupIDNotIn...)) } - if i.DirectoryGroupIDGT != nil { - predicates = append(predicates, directorymembership.DirectoryGroupIDGT(*i.DirectoryGroupIDGT)) - } - if i.DirectoryGroupIDGTE != nil { - predicates = append(predicates, directorymembership.DirectoryGroupIDGTE(*i.DirectoryGroupIDGTE)) - } - if i.DirectoryGroupIDLT != nil { - predicates = append(predicates, directorymembership.DirectoryGroupIDLT(*i.DirectoryGroupIDLT)) - } - if i.DirectoryGroupIDLTE != nil { - predicates = append(predicates, directorymembership.DirectoryGroupIDLTE(*i.DirectoryGroupIDLTE)) - } if i.DirectoryGroupIDContains != nil { predicates = append(predicates, directorymembership.DirectoryGroupIDContains(*i.DirectoryGroupIDContains)) } @@ -29242,18 +23463,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.SourceNotIn) > 0 { predicates = append(predicates, directorymembership.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, directorymembership.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, directorymembership.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, directorymembership.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, directorymembership.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, directorymembership.SourceContains(*i.SourceContains)) } @@ -29287,18 +23496,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.DirectoryNameNotIn) > 0 { predicates = append(predicates, directorymembership.DirectoryNameNotIn(i.DirectoryNameNotIn...)) } - if i.DirectoryNameGT != nil { - predicates = append(predicates, directorymembership.DirectoryNameGT(*i.DirectoryNameGT)) - } - if i.DirectoryNameGTE != nil { - predicates = append(predicates, directorymembership.DirectoryNameGTE(*i.DirectoryNameGTE)) - } - if i.DirectoryNameLT != nil { - predicates = append(predicates, directorymembership.DirectoryNameLT(*i.DirectoryNameLT)) - } - if i.DirectoryNameLTE != nil { - predicates = append(predicates, directorymembership.DirectoryNameLTE(*i.DirectoryNameLTE)) - } if i.DirectoryNameContains != nil { predicates = append(predicates, directorymembership.DirectoryNameContains(*i.DirectoryNameContains)) } @@ -29323,15 +23520,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.FirstSeenAt != nil { predicates = append(predicates, directorymembership.FirstSeenAtEQ(*i.FirstSeenAt)) } - if i.FirstSeenAtNEQ != nil { - predicates = append(predicates, directorymembership.FirstSeenAtNEQ(*i.FirstSeenAtNEQ)) - } - if len(i.FirstSeenAtIn) > 0 { - predicates = append(predicates, directorymembership.FirstSeenAtIn(i.FirstSeenAtIn...)) - } - if len(i.FirstSeenAtNotIn) > 0 { - predicates = append(predicates, directorymembership.FirstSeenAtNotIn(i.FirstSeenAtNotIn...)) - } if i.FirstSeenAtGT != nil { predicates = append(predicates, directorymembership.FirstSeenAtGT(*i.FirstSeenAtGT)) } @@ -29353,15 +23541,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.LastSeenAt != nil { predicates = append(predicates, directorymembership.LastSeenAtEQ(*i.LastSeenAt)) } - if i.LastSeenAtNEQ != nil { - predicates = append(predicates, directorymembership.LastSeenAtNEQ(*i.LastSeenAtNEQ)) - } - if len(i.LastSeenAtIn) > 0 { - predicates = append(predicates, directorymembership.LastSeenAtIn(i.LastSeenAtIn...)) - } - if len(i.LastSeenAtNotIn) > 0 { - predicates = append(predicates, directorymembership.LastSeenAtNotIn(i.LastSeenAtNotIn...)) - } if i.LastSeenAtGT != nil { predicates = append(predicates, directorymembership.LastSeenAtGT(*i.LastSeenAtGT)) } @@ -29383,15 +23562,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.AddedAt != nil { predicates = append(predicates, directorymembership.AddedAtEQ(*i.AddedAt)) } - if i.AddedAtNEQ != nil { - predicates = append(predicates, directorymembership.AddedAtNEQ(*i.AddedAtNEQ)) - } - if len(i.AddedAtIn) > 0 { - predicates = append(predicates, directorymembership.AddedAtIn(i.AddedAtIn...)) - } - if len(i.AddedAtNotIn) > 0 { - predicates = append(predicates, directorymembership.AddedAtNotIn(i.AddedAtNotIn...)) - } if i.AddedAtGT != nil { predicates = append(predicates, directorymembership.AddedAtGT(*i.AddedAtGT)) } @@ -29413,15 +23583,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.RemovedAt != nil { predicates = append(predicates, directorymembership.RemovedAtEQ(*i.RemovedAt)) } - if i.RemovedAtNEQ != nil { - predicates = append(predicates, directorymembership.RemovedAtNEQ(*i.RemovedAtNEQ)) - } - if len(i.RemovedAtIn) > 0 { - predicates = append(predicates, directorymembership.RemovedAtIn(i.RemovedAtIn...)) - } - if len(i.RemovedAtNotIn) > 0 { - predicates = append(predicates, directorymembership.RemovedAtNotIn(i.RemovedAtNotIn...)) - } if i.RemovedAtGT != nil { predicates = append(predicates, directorymembership.RemovedAtGT(*i.RemovedAtGT)) } @@ -29443,15 +23604,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if i.ObservedAt != nil { predicates = append(predicates, directorymembership.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, directorymembership.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, directorymembership.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, directorymembership.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, directorymembership.ObservedAtGT(*i.ObservedAtGT)) } @@ -29476,18 +23628,6 @@ func (i *DirectoryMembershipWhereInput) P() (predicate.DirectoryMembership, erro if len(i.LastConfirmedRunIDNotIn) > 0 { predicates = append(predicates, directorymembership.LastConfirmedRunIDNotIn(i.LastConfirmedRunIDNotIn...)) } - if i.LastConfirmedRunIDGT != nil { - predicates = append(predicates, directorymembership.LastConfirmedRunIDGT(*i.LastConfirmedRunIDGT)) - } - if i.LastConfirmedRunIDGTE != nil { - predicates = append(predicates, directorymembership.LastConfirmedRunIDGTE(*i.LastConfirmedRunIDGTE)) - } - if i.LastConfirmedRunIDLT != nil { - predicates = append(predicates, directorymembership.LastConfirmedRunIDLT(*i.LastConfirmedRunIDLT)) - } - if i.LastConfirmedRunIDLTE != nil { - predicates = append(predicates, directorymembership.LastConfirmedRunIDLTE(*i.LastConfirmedRunIDLTE)) - } if i.LastConfirmedRunIDContains != nil { predicates = append(predicates, directorymembership.LastConfirmedRunIDContains(*i.LastConfirmedRunIDContains)) } @@ -29717,46 +23857,32 @@ type DirectorySyncRunWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -29770,10 +23896,6 @@ type DirectorySyncRunWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -29787,10 +23909,6 @@ type DirectorySyncRunWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -29804,10 +23922,6 @@ type DirectorySyncRunWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -29819,10 +23933,6 @@ type DirectorySyncRunWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -29836,10 +23946,6 @@ type DirectorySyncRunWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -29853,10 +23959,6 @@ type DirectorySyncRunWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -29870,10 +23972,6 @@ type DirectorySyncRunWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -29887,10 +23985,6 @@ type DirectorySyncRunWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -29904,10 +23998,6 @@ type DirectorySyncRunWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -29919,10 +24009,6 @@ type DirectorySyncRunWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -29936,10 +24022,6 @@ type DirectorySyncRunWhereInput struct { DirectoryInstanceIDNEQ *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIDGT *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIDGTE *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIDLT *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIDLTE *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -29955,36 +24037,26 @@ type DirectorySyncRunWhereInput struct { StatusNotIn []enums.DirectorySyncRunStatus `json:"statusNotIn,omitempty"` // "started_at" field predicates. - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNEQ *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGT *time.Time `json:"startedAtGT,omitempty"` - StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLT *time.Time `json:"startedAtLT,omitempty"` - StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGT *time.Time `json:"startedAtGT,omitempty"` + StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLT *time.Time `json:"startedAtLT,omitempty"` + StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` // "completed_at" field predicates. - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNEQ *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "source_cursor" field predicates. SourceCursor *string `json:"sourceCursor,omitempty"` SourceCursorNEQ *string `json:"sourceCursorNEQ,omitempty"` SourceCursorIn []string `json:"sourceCursorIn,omitempty"` SourceCursorNotIn []string `json:"sourceCursorNotIn,omitempty"` - SourceCursorGT *string `json:"sourceCursorGT,omitempty"` - SourceCursorGTE *string `json:"sourceCursorGTE,omitempty"` - SourceCursorLT *string `json:"sourceCursorLT,omitempty"` - SourceCursorLTE *string `json:"sourceCursorLTE,omitempty"` SourceCursorContains *string `json:"sourceCursorContains,omitempty"` SourceCursorHasPrefix *string `json:"sourceCursorHasPrefix,omitempty"` SourceCursorHasSuffix *string `json:"sourceCursorHasSuffix,omitempty"` @@ -29994,34 +24066,26 @@ type DirectorySyncRunWhereInput struct { SourceCursorContainsFold *string `json:"sourceCursorContainsFold,omitempty"` // "full_count" field predicates. - FullCount *int `json:"fullCount,omitempty"` - FullCountNEQ *int `json:"fullCountNEQ,omitempty"` - FullCountIn []int `json:"fullCountIn,omitempty"` - FullCountNotIn []int `json:"fullCountNotIn,omitempty"` - FullCountGT *int `json:"fullCountGT,omitempty"` - FullCountGTE *int `json:"fullCountGTE,omitempty"` - FullCountLT *int `json:"fullCountLT,omitempty"` - FullCountLTE *int `json:"fullCountLTE,omitempty"` + FullCount *int `json:"fullCount,omitempty"` + FullCountNEQ *int `json:"fullCountNEQ,omitempty"` + FullCountGT *int `json:"fullCountGT,omitempty"` + FullCountGTE *int `json:"fullCountGTE,omitempty"` + FullCountLT *int `json:"fullCountLT,omitempty"` + FullCountLTE *int `json:"fullCountLTE,omitempty"` // "delta_count" field predicates. - DeltaCount *int `json:"deltaCount,omitempty"` - DeltaCountNEQ *int `json:"deltaCountNEQ,omitempty"` - DeltaCountIn []int `json:"deltaCountIn,omitempty"` - DeltaCountNotIn []int `json:"deltaCountNotIn,omitempty"` - DeltaCountGT *int `json:"deltaCountGT,omitempty"` - DeltaCountGTE *int `json:"deltaCountGTE,omitempty"` - DeltaCountLT *int `json:"deltaCountLT,omitempty"` - DeltaCountLTE *int `json:"deltaCountLTE,omitempty"` + DeltaCount *int `json:"deltaCount,omitempty"` + DeltaCountNEQ *int `json:"deltaCountNEQ,omitempty"` + DeltaCountGT *int `json:"deltaCountGT,omitempty"` + DeltaCountGTE *int `json:"deltaCountGTE,omitempty"` + DeltaCountLT *int `json:"deltaCountLT,omitempty"` + DeltaCountLTE *int `json:"deltaCountLTE,omitempty"` // "error" field predicates. Error *string `json:"error,omitempty"` ErrorNEQ *string `json:"errorNEQ,omitempty"` ErrorIn []string `json:"errorIn,omitempty"` ErrorNotIn []string `json:"errorNotIn,omitempty"` - ErrorGT *string `json:"errorGT,omitempty"` - ErrorGTE *string `json:"errorGTE,omitempty"` - ErrorLT *string `json:"errorLT,omitempty"` - ErrorLTE *string `json:"errorLTE,omitempty"` ErrorContains *string `json:"errorContains,omitempty"` ErrorHasPrefix *string `json:"errorHasPrefix,omitempty"` ErrorHasSuffix *string `json:"errorHasSuffix,omitempty"` @@ -30035,10 +24099,6 @@ type DirectorySyncRunWhereInput struct { RawManifestFileIDNEQ *string `json:"rawManifestFileIDNEQ,omitempty"` RawManifestFileIDIn []string `json:"rawManifestFileIDIn,omitempty"` RawManifestFileIDNotIn []string `json:"rawManifestFileIDNotIn,omitempty"` - RawManifestFileIDGT *string `json:"rawManifestFileIDGT,omitempty"` - RawManifestFileIDGTE *string `json:"rawManifestFileIDGTE,omitempty"` - RawManifestFileIDLT *string `json:"rawManifestFileIDLT,omitempty"` - RawManifestFileIDLTE *string `json:"rawManifestFileIDLTE,omitempty"` RawManifestFileIDContains *string `json:"rawManifestFileIDContains,omitempty"` RawManifestFileIDHasPrefix *string `json:"rawManifestFileIDHasPrefix,omitempty"` RawManifestFileIDHasSuffix *string `json:"rawManifestFileIDHasSuffix,omitempty"` @@ -30163,18 +24223,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, directorysyncrun.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, directorysyncrun.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, directorysyncrun.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, directorysyncrun.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, directorysyncrun.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, directorysyncrun.IDEqualFold(*i.IDEqualFold)) } @@ -30184,15 +24232,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.CreatedAt != nil { predicates = append(predicates, directorysyncrun.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, directorysyncrun.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, directorysyncrun.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, directorysyncrun.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, directorysyncrun.CreatedAtGT(*i.CreatedAtGT)) } @@ -30214,15 +24253,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.UpdatedAt != nil { predicates = append(predicates, directorysyncrun.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, directorysyncrun.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, directorysyncrun.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, directorysyncrun.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, directorysyncrun.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -30253,18 +24283,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, directorysyncrun.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, directorysyncrun.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, directorysyncrun.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, directorysyncrun.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, directorysyncrun.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, directorysyncrun.CreatedByContains(*i.CreatedByContains)) } @@ -30298,18 +24316,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, directorysyncrun.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, directorysyncrun.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, directorysyncrun.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, directorysyncrun.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, directorysyncrun.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, directorysyncrun.UpdatedByContains(*i.UpdatedByContains)) } @@ -30343,18 +24349,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, directorysyncrun.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -30388,18 +24382,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, directorysyncrun.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, directorysyncrun.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, directorysyncrun.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, directorysyncrun.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, directorysyncrun.DisplayIDContains(*i.DisplayIDContains)) } @@ -30427,18 +24409,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, directorysyncrun.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, directorysyncrun.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, directorysyncrun.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, directorysyncrun.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, directorysyncrun.OwnerIDContains(*i.OwnerIDContains)) } @@ -30472,18 +24442,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, directorysyncrun.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, directorysyncrun.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, directorysyncrun.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, directorysyncrun.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, directorysyncrun.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, directorysyncrun.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -30517,18 +24475,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, directorysyncrun.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, directorysyncrun.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, directorysyncrun.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, directorysyncrun.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, directorysyncrun.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -30562,18 +24508,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, directorysyncrun.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, directorysyncrun.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, directorysyncrun.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, directorysyncrun.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, directorysyncrun.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, directorysyncrun.ScopeNameContains(*i.ScopeNameContains)) } @@ -30607,18 +24541,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, directorysyncrun.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, directorysyncrun.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, directorysyncrun.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, directorysyncrun.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, directorysyncrun.ScopeIDContains(*i.ScopeIDContains)) } @@ -30652,18 +24574,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, directorysyncrun.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, directorysyncrun.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, directorysyncrun.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, directorysyncrun.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, directorysyncrun.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -30691,18 +24601,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, directorysyncrun.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, directorysyncrun.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, directorysyncrun.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, directorysyncrun.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, directorysyncrun.PlatformIDContains(*i.PlatformIDContains)) } @@ -30736,18 +24634,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.DirectoryInstanceIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.DirectoryInstanceIDNotIn(i.DirectoryInstanceIDNotIn...)) } - if i.DirectoryInstanceIDGT != nil { - predicates = append(predicates, directorysyncrun.DirectoryInstanceIDGT(*i.DirectoryInstanceIDGT)) - } - if i.DirectoryInstanceIDGTE != nil { - predicates = append(predicates, directorysyncrun.DirectoryInstanceIDGTE(*i.DirectoryInstanceIDGTE)) - } - if i.DirectoryInstanceIDLT != nil { - predicates = append(predicates, directorysyncrun.DirectoryInstanceIDLT(*i.DirectoryInstanceIDLT)) - } - if i.DirectoryInstanceIDLTE != nil { - predicates = append(predicates, directorysyncrun.DirectoryInstanceIDLTE(*i.DirectoryInstanceIDLTE)) - } if i.DirectoryInstanceIDContains != nil { predicates = append(predicates, directorysyncrun.DirectoryInstanceIDContains(*i.DirectoryInstanceIDContains)) } @@ -30784,15 +24670,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.StartedAt != nil { predicates = append(predicates, directorysyncrun.StartedAtEQ(*i.StartedAt)) } - if i.StartedAtNEQ != nil { - predicates = append(predicates, directorysyncrun.StartedAtNEQ(*i.StartedAtNEQ)) - } - if len(i.StartedAtIn) > 0 { - predicates = append(predicates, directorysyncrun.StartedAtIn(i.StartedAtIn...)) - } - if len(i.StartedAtNotIn) > 0 { - predicates = append(predicates, directorysyncrun.StartedAtNotIn(i.StartedAtNotIn...)) - } if i.StartedAtGT != nil { predicates = append(predicates, directorysyncrun.StartedAtGT(*i.StartedAtGT)) } @@ -30808,15 +24685,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.CompletedAt != nil { predicates = append(predicates, directorysyncrun.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, directorysyncrun.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, directorysyncrun.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, directorysyncrun.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, directorysyncrun.CompletedAtGT(*i.CompletedAtGT)) } @@ -30847,18 +24715,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.SourceCursorNotIn) > 0 { predicates = append(predicates, directorysyncrun.SourceCursorNotIn(i.SourceCursorNotIn...)) } - if i.SourceCursorGT != nil { - predicates = append(predicates, directorysyncrun.SourceCursorGT(*i.SourceCursorGT)) - } - if i.SourceCursorGTE != nil { - predicates = append(predicates, directorysyncrun.SourceCursorGTE(*i.SourceCursorGTE)) - } - if i.SourceCursorLT != nil { - predicates = append(predicates, directorysyncrun.SourceCursorLT(*i.SourceCursorLT)) - } - if i.SourceCursorLTE != nil { - predicates = append(predicates, directorysyncrun.SourceCursorLTE(*i.SourceCursorLTE)) - } if i.SourceCursorContains != nil { predicates = append(predicates, directorysyncrun.SourceCursorContains(*i.SourceCursorContains)) } @@ -30886,12 +24742,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.FullCountNEQ != nil { predicates = append(predicates, directorysyncrun.FullCountNEQ(*i.FullCountNEQ)) } - if len(i.FullCountIn) > 0 { - predicates = append(predicates, directorysyncrun.FullCountIn(i.FullCountIn...)) - } - if len(i.FullCountNotIn) > 0 { - predicates = append(predicates, directorysyncrun.FullCountNotIn(i.FullCountNotIn...)) - } if i.FullCountGT != nil { predicates = append(predicates, directorysyncrun.FullCountGT(*i.FullCountGT)) } @@ -30910,12 +24760,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if i.DeltaCountNEQ != nil { predicates = append(predicates, directorysyncrun.DeltaCountNEQ(*i.DeltaCountNEQ)) } - if len(i.DeltaCountIn) > 0 { - predicates = append(predicates, directorysyncrun.DeltaCountIn(i.DeltaCountIn...)) - } - if len(i.DeltaCountNotIn) > 0 { - predicates = append(predicates, directorysyncrun.DeltaCountNotIn(i.DeltaCountNotIn...)) - } if i.DeltaCountGT != nil { predicates = append(predicates, directorysyncrun.DeltaCountGT(*i.DeltaCountGT)) } @@ -30940,18 +24784,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.ErrorNotIn) > 0 { predicates = append(predicates, directorysyncrun.ErrorNotIn(i.ErrorNotIn...)) } - if i.ErrorGT != nil { - predicates = append(predicates, directorysyncrun.ErrorGT(*i.ErrorGT)) - } - if i.ErrorGTE != nil { - predicates = append(predicates, directorysyncrun.ErrorGTE(*i.ErrorGTE)) - } - if i.ErrorLT != nil { - predicates = append(predicates, directorysyncrun.ErrorLT(*i.ErrorLT)) - } - if i.ErrorLTE != nil { - predicates = append(predicates, directorysyncrun.ErrorLTE(*i.ErrorLTE)) - } if i.ErrorContains != nil { predicates = append(predicates, directorysyncrun.ErrorContains(*i.ErrorContains)) } @@ -30985,18 +24817,6 @@ func (i *DirectorySyncRunWhereInput) P() (predicate.DirectorySyncRun, error) { if len(i.RawManifestFileIDNotIn) > 0 { predicates = append(predicates, directorysyncrun.RawManifestFileIDNotIn(i.RawManifestFileIDNotIn...)) } - if i.RawManifestFileIDGT != nil { - predicates = append(predicates, directorysyncrun.RawManifestFileIDGT(*i.RawManifestFileIDGT)) - } - if i.RawManifestFileIDGTE != nil { - predicates = append(predicates, directorysyncrun.RawManifestFileIDGTE(*i.RawManifestFileIDGTE)) - } - if i.RawManifestFileIDLT != nil { - predicates = append(predicates, directorysyncrun.RawManifestFileIDLT(*i.RawManifestFileIDLT)) - } - if i.RawManifestFileIDLTE != nil { - predicates = append(predicates, directorysyncrun.RawManifestFileIDLTE(*i.RawManifestFileIDLTE)) - } if i.RawManifestFileIDContains != nil { predicates = append(predicates, directorysyncrun.RawManifestFileIDContains(*i.RawManifestFileIDContains)) } @@ -31190,46 +25010,32 @@ type DiscussionWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -31243,10 +25049,6 @@ type DiscussionWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -31260,10 +25062,6 @@ type DiscussionWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -31277,10 +25075,6 @@ type DiscussionWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -31294,10 +25088,6 @@ type DiscussionWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -31422,18 +25212,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, discussion.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, discussion.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, discussion.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, discussion.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, discussion.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, discussion.IDEqualFold(*i.IDEqualFold)) } @@ -31443,15 +25221,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if i.CreatedAt != nil { predicates = append(predicates, discussion.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, discussion.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, discussion.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, discussion.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, discussion.CreatedAtGT(*i.CreatedAtGT)) } @@ -31473,15 +25242,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if i.UpdatedAt != nil { predicates = append(predicates, discussion.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, discussion.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, discussion.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, discussion.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, discussion.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -31512,18 +25272,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, discussion.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, discussion.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, discussion.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, discussion.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, discussion.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, discussion.CreatedByContains(*i.CreatedByContains)) } @@ -31557,18 +25305,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, discussion.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, discussion.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, discussion.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, discussion.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, discussion.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, discussion.UpdatedByContains(*i.UpdatedByContains)) } @@ -31602,18 +25338,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, discussion.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, discussion.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, discussion.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, discussion.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, discussion.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, discussion.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -31647,18 +25371,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, discussion.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, discussion.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, discussion.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, discussion.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, discussion.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, discussion.OwnerIDContains(*i.OwnerIDContains)) } @@ -31692,18 +25404,6 @@ func (i *DiscussionWhereInput) P() (predicate.Discussion, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, discussion.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, discussion.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, discussion.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, discussion.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, discussion.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, discussion.ExternalIDContains(*i.ExternalIDContains)) } @@ -31887,46 +25587,32 @@ type DocumentDataWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -31940,10 +25626,6 @@ type DocumentDataWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -31957,10 +25639,6 @@ type DocumentDataWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -31974,10 +25652,6 @@ type DocumentDataWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -31991,10 +25665,6 @@ type DocumentDataWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -32008,10 +25678,6 @@ type DocumentDataWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -32025,10 +25691,6 @@ type DocumentDataWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -32042,10 +25704,6 @@ type DocumentDataWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -32059,10 +25717,6 @@ type DocumentDataWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -32182,18 +25836,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, documentdata.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, documentdata.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, documentdata.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, documentdata.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, documentdata.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, documentdata.IDEqualFold(*i.IDEqualFold)) } @@ -32203,15 +25845,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if i.CreatedAt != nil { predicates = append(predicates, documentdata.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, documentdata.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, documentdata.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, documentdata.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, documentdata.CreatedAtGT(*i.CreatedAtGT)) } @@ -32233,15 +25866,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if i.UpdatedAt != nil { predicates = append(predicates, documentdata.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, documentdata.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, documentdata.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, documentdata.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, documentdata.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -32272,18 +25896,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, documentdata.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, documentdata.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, documentdata.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, documentdata.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, documentdata.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, documentdata.CreatedByContains(*i.CreatedByContains)) } @@ -32317,18 +25929,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, documentdata.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, documentdata.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, documentdata.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, documentdata.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, documentdata.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, documentdata.UpdatedByContains(*i.UpdatedByContains)) } @@ -32362,18 +25962,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, documentdata.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, documentdata.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, documentdata.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, documentdata.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, documentdata.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, documentdata.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -32407,18 +25995,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, documentdata.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, documentdata.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, documentdata.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, documentdata.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, documentdata.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, documentdata.OwnerIDContains(*i.OwnerIDContains)) } @@ -32452,18 +26028,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, documentdata.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, documentdata.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, documentdata.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, documentdata.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, documentdata.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, documentdata.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -32497,18 +26061,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, documentdata.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, documentdata.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, documentdata.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, documentdata.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, documentdata.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, documentdata.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -32542,18 +26094,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, documentdata.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, documentdata.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, documentdata.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, documentdata.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, documentdata.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, documentdata.ScopeNameContains(*i.ScopeNameContains)) } @@ -32587,18 +26127,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, documentdata.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, documentdata.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, documentdata.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, documentdata.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, documentdata.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, documentdata.ScopeIDContains(*i.ScopeIDContains)) } @@ -32632,18 +26160,6 @@ func (i *DocumentDataWhereInput) P() (predicate.DocumentData, error) { if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, documentdata.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, documentdata.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, documentdata.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, documentdata.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, documentdata.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, documentdata.TemplateIDContains(*i.TemplateIDContains)) } @@ -32809,46 +26325,32 @@ type EmailTemplateWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -32862,10 +26364,6 @@ type EmailTemplateWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -32879,10 +26377,6 @@ type EmailTemplateWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -32896,10 +26390,6 @@ type EmailTemplateWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -32913,10 +26403,6 @@ type EmailTemplateWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -32936,10 +26422,6 @@ type EmailTemplateWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -32953,10 +26435,6 @@ type EmailTemplateWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -32970,10 +26448,6 @@ type EmailTemplateWhereInput struct { KeyNEQ *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGT *string `json:"keyGT,omitempty"` - KeyGTE *string `json:"keyGTE,omitempty"` - KeyLT *string `json:"keyLT,omitempty"` - KeyLTE *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -32985,10 +26459,6 @@ type EmailTemplateWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -33000,10 +26470,6 @@ type EmailTemplateWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -33025,10 +26491,6 @@ type EmailTemplateWhereInput struct { LocaleNEQ *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGT *string `json:"localeGT,omitempty"` - LocaleGTE *string `json:"localeGTE,omitempty"` - LocaleLT *string `json:"localeLT,omitempty"` - LocaleLTE *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -33040,10 +26502,6 @@ type EmailTemplateWhereInput struct { SubjectTemplateNEQ *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGT *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGTE *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLT *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLTE *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -33057,10 +26515,6 @@ type EmailTemplateWhereInput struct { PreheaderTemplateNEQ *string `json:"preheaderTemplateNEQ,omitempty"` PreheaderTemplateIn []string `json:"preheaderTemplateIn,omitempty"` PreheaderTemplateNotIn []string `json:"preheaderTemplateNotIn,omitempty"` - PreheaderTemplateGT *string `json:"preheaderTemplateGT,omitempty"` - PreheaderTemplateGTE *string `json:"preheaderTemplateGTE,omitempty"` - PreheaderTemplateLT *string `json:"preheaderTemplateLT,omitempty"` - PreheaderTemplateLTE *string `json:"preheaderTemplateLTE,omitempty"` PreheaderTemplateContains *string `json:"preheaderTemplateContains,omitempty"` PreheaderTemplateHasPrefix *string `json:"preheaderTemplateHasPrefix,omitempty"` PreheaderTemplateHasSuffix *string `json:"preheaderTemplateHasSuffix,omitempty"` @@ -33074,10 +26528,6 @@ type EmailTemplateWhereInput struct { BodyTemplateNEQ *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGT *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGTE *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLT *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLTE *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -33091,10 +26541,6 @@ type EmailTemplateWhereInput struct { TextTemplateNEQ *string `json:"textTemplateNEQ,omitempty"` TextTemplateIn []string `json:"textTemplateIn,omitempty"` TextTemplateNotIn []string `json:"textTemplateNotIn,omitempty"` - TextTemplateGT *string `json:"textTemplateGT,omitempty"` - TextTemplateGTE *string `json:"textTemplateGTE,omitempty"` - TextTemplateLT *string `json:"textTemplateLT,omitempty"` - TextTemplateLTE *string `json:"textTemplateLTE,omitempty"` TextTemplateContains *string `json:"textTemplateContains,omitempty"` TextTemplateHasPrefix *string `json:"textTemplateHasPrefix,omitempty"` TextTemplateHasSuffix *string `json:"textTemplateHasSuffix,omitempty"` @@ -33108,14 +26554,12 @@ type EmailTemplateWhereInput struct { ActiveNEQ *bool `json:"activeNEQ,omitempty"` // "version" field predicates. - Version *int `json:"version,omitempty"` - VersionNEQ *int `json:"versionNEQ,omitempty"` - VersionIn []int `json:"versionIn,omitempty"` - VersionNotIn []int `json:"versionNotIn,omitempty"` - VersionGT *int `json:"versionGT,omitempty"` - VersionGTE *int `json:"versionGTE,omitempty"` - VersionLT *int `json:"versionLT,omitempty"` - VersionLTE *int `json:"versionLTE,omitempty"` + Version *int `json:"version,omitempty"` + VersionNEQ *int `json:"versionNEQ,omitempty"` + VersionGT *int `json:"versionGT,omitempty"` + VersionGTE *int `json:"versionGTE,omitempty"` + VersionLT *int `json:"versionLT,omitempty"` + VersionLTE *int `json:"versionLTE,omitempty"` // "template_context" field predicates. TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` @@ -33130,10 +26574,6 @@ type EmailTemplateWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -33147,10 +26587,6 @@ type EmailTemplateWhereInput struct { WorkflowDefinitionIDNEQ *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIDGT *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIDGTE *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIDLT *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIDLTE *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -33164,10 +26600,6 @@ type EmailTemplateWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -33181,10 +26613,6 @@ type EmailTemplateWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -33321,18 +26749,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, emailtemplate.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, emailtemplate.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, emailtemplate.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, emailtemplate.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, emailtemplate.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, emailtemplate.IDEqualFold(*i.IDEqualFold)) } @@ -33342,15 +26758,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if i.CreatedAt != nil { predicates = append(predicates, emailtemplate.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, emailtemplate.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, emailtemplate.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, emailtemplate.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, emailtemplate.CreatedAtGT(*i.CreatedAtGT)) } @@ -33372,15 +26779,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if i.UpdatedAt != nil { predicates = append(predicates, emailtemplate.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, emailtemplate.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, emailtemplate.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, emailtemplate.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, emailtemplate.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -33411,18 +26809,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, emailtemplate.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, emailtemplate.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, emailtemplate.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, emailtemplate.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, emailtemplate.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, emailtemplate.CreatedByContains(*i.CreatedByContains)) } @@ -33456,18 +26842,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, emailtemplate.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, emailtemplate.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, emailtemplate.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, emailtemplate.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, emailtemplate.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, emailtemplate.UpdatedByContains(*i.UpdatedByContains)) } @@ -33501,18 +26875,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, emailtemplate.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, emailtemplate.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, emailtemplate.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, emailtemplate.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, emailtemplate.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, emailtemplate.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -33546,18 +26908,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, emailtemplate.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, emailtemplate.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, emailtemplate.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, emailtemplate.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, emailtemplate.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, emailtemplate.RevisionContains(*i.RevisionContains)) } @@ -33591,18 +26941,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, emailtemplate.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, emailtemplate.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, emailtemplate.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, emailtemplate.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, emailtemplate.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, emailtemplate.OwnerIDContains(*i.OwnerIDContains)) } @@ -33648,18 +26986,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, emailtemplate.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, emailtemplate.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, emailtemplate.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, emailtemplate.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, emailtemplate.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, emailtemplate.InternalNotesContains(*i.InternalNotesContains)) } @@ -33693,18 +27019,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, emailtemplate.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, emailtemplate.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, emailtemplate.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, emailtemplate.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, emailtemplate.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, emailtemplate.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -33738,18 +27052,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.KeyNotIn) > 0 { predicates = append(predicates, emailtemplate.KeyNotIn(i.KeyNotIn...)) } - if i.KeyGT != nil { - predicates = append(predicates, emailtemplate.KeyGT(*i.KeyGT)) - } - if i.KeyGTE != nil { - predicates = append(predicates, emailtemplate.KeyGTE(*i.KeyGTE)) - } - if i.KeyLT != nil { - predicates = append(predicates, emailtemplate.KeyLT(*i.KeyLT)) - } - if i.KeyLTE != nil { - predicates = append(predicates, emailtemplate.KeyLTE(*i.KeyLTE)) - } if i.KeyContains != nil { predicates = append(predicates, emailtemplate.KeyContains(*i.KeyContains)) } @@ -33777,18 +27079,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, emailtemplate.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, emailtemplate.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, emailtemplate.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, emailtemplate.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, emailtemplate.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, emailtemplate.NameContains(*i.NameContains)) } @@ -33816,18 +27106,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, emailtemplate.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, emailtemplate.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, emailtemplate.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, emailtemplate.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, emailtemplate.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, emailtemplate.DescriptionContains(*i.DescriptionContains)) } @@ -33879,18 +27157,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.LocaleNotIn) > 0 { predicates = append(predicates, emailtemplate.LocaleNotIn(i.LocaleNotIn...)) } - if i.LocaleGT != nil { - predicates = append(predicates, emailtemplate.LocaleGT(*i.LocaleGT)) - } - if i.LocaleGTE != nil { - predicates = append(predicates, emailtemplate.LocaleGTE(*i.LocaleGTE)) - } - if i.LocaleLT != nil { - predicates = append(predicates, emailtemplate.LocaleLT(*i.LocaleLT)) - } - if i.LocaleLTE != nil { - predicates = append(predicates, emailtemplate.LocaleLTE(*i.LocaleLTE)) - } if i.LocaleContains != nil { predicates = append(predicates, emailtemplate.LocaleContains(*i.LocaleContains)) } @@ -33918,18 +27184,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.SubjectTemplateNotIn) > 0 { predicates = append(predicates, emailtemplate.SubjectTemplateNotIn(i.SubjectTemplateNotIn...)) } - if i.SubjectTemplateGT != nil { - predicates = append(predicates, emailtemplate.SubjectTemplateGT(*i.SubjectTemplateGT)) - } - if i.SubjectTemplateGTE != nil { - predicates = append(predicates, emailtemplate.SubjectTemplateGTE(*i.SubjectTemplateGTE)) - } - if i.SubjectTemplateLT != nil { - predicates = append(predicates, emailtemplate.SubjectTemplateLT(*i.SubjectTemplateLT)) - } - if i.SubjectTemplateLTE != nil { - predicates = append(predicates, emailtemplate.SubjectTemplateLTE(*i.SubjectTemplateLTE)) - } if i.SubjectTemplateContains != nil { predicates = append(predicates, emailtemplate.SubjectTemplateContains(*i.SubjectTemplateContains)) } @@ -33963,18 +27217,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.PreheaderTemplateNotIn) > 0 { predicates = append(predicates, emailtemplate.PreheaderTemplateNotIn(i.PreheaderTemplateNotIn...)) } - if i.PreheaderTemplateGT != nil { - predicates = append(predicates, emailtemplate.PreheaderTemplateGT(*i.PreheaderTemplateGT)) - } - if i.PreheaderTemplateGTE != nil { - predicates = append(predicates, emailtemplate.PreheaderTemplateGTE(*i.PreheaderTemplateGTE)) - } - if i.PreheaderTemplateLT != nil { - predicates = append(predicates, emailtemplate.PreheaderTemplateLT(*i.PreheaderTemplateLT)) - } - if i.PreheaderTemplateLTE != nil { - predicates = append(predicates, emailtemplate.PreheaderTemplateLTE(*i.PreheaderTemplateLTE)) - } if i.PreheaderTemplateContains != nil { predicates = append(predicates, emailtemplate.PreheaderTemplateContains(*i.PreheaderTemplateContains)) } @@ -34008,18 +27250,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.BodyTemplateNotIn) > 0 { predicates = append(predicates, emailtemplate.BodyTemplateNotIn(i.BodyTemplateNotIn...)) } - if i.BodyTemplateGT != nil { - predicates = append(predicates, emailtemplate.BodyTemplateGT(*i.BodyTemplateGT)) - } - if i.BodyTemplateGTE != nil { - predicates = append(predicates, emailtemplate.BodyTemplateGTE(*i.BodyTemplateGTE)) - } - if i.BodyTemplateLT != nil { - predicates = append(predicates, emailtemplate.BodyTemplateLT(*i.BodyTemplateLT)) - } - if i.BodyTemplateLTE != nil { - predicates = append(predicates, emailtemplate.BodyTemplateLTE(*i.BodyTemplateLTE)) - } if i.BodyTemplateContains != nil { predicates = append(predicates, emailtemplate.BodyTemplateContains(*i.BodyTemplateContains)) } @@ -34053,18 +27283,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.TextTemplateNotIn) > 0 { predicates = append(predicates, emailtemplate.TextTemplateNotIn(i.TextTemplateNotIn...)) } - if i.TextTemplateGT != nil { - predicates = append(predicates, emailtemplate.TextTemplateGT(*i.TextTemplateGT)) - } - if i.TextTemplateGTE != nil { - predicates = append(predicates, emailtemplate.TextTemplateGTE(*i.TextTemplateGTE)) - } - if i.TextTemplateLT != nil { - predicates = append(predicates, emailtemplate.TextTemplateLT(*i.TextTemplateLT)) - } - if i.TextTemplateLTE != nil { - predicates = append(predicates, emailtemplate.TextTemplateLTE(*i.TextTemplateLTE)) - } if i.TextTemplateContains != nil { predicates = append(predicates, emailtemplate.TextTemplateContains(*i.TextTemplateContains)) } @@ -34098,12 +27316,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if i.VersionNEQ != nil { predicates = append(predicates, emailtemplate.VersionNEQ(*i.VersionNEQ)) } - if len(i.VersionIn) > 0 { - predicates = append(predicates, emailtemplate.VersionIn(i.VersionIn...)) - } - if len(i.VersionNotIn) > 0 { - predicates = append(predicates, emailtemplate.VersionNotIn(i.VersionNotIn...)) - } if i.VersionGT != nil { predicates = append(predicates, emailtemplate.VersionGT(*i.VersionGT)) } @@ -34146,18 +27358,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, emailtemplate.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, emailtemplate.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, emailtemplate.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, emailtemplate.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, emailtemplate.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, emailtemplate.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -34191,18 +27391,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.WorkflowDefinitionIDNotIn) > 0 { predicates = append(predicates, emailtemplate.WorkflowDefinitionIDNotIn(i.WorkflowDefinitionIDNotIn...)) } - if i.WorkflowDefinitionIDGT != nil { - predicates = append(predicates, emailtemplate.WorkflowDefinitionIDGT(*i.WorkflowDefinitionIDGT)) - } - if i.WorkflowDefinitionIDGTE != nil { - predicates = append(predicates, emailtemplate.WorkflowDefinitionIDGTE(*i.WorkflowDefinitionIDGTE)) - } - if i.WorkflowDefinitionIDLT != nil { - predicates = append(predicates, emailtemplate.WorkflowDefinitionIDLT(*i.WorkflowDefinitionIDLT)) - } - if i.WorkflowDefinitionIDLTE != nil { - predicates = append(predicates, emailtemplate.WorkflowDefinitionIDLTE(*i.WorkflowDefinitionIDLTE)) - } if i.WorkflowDefinitionIDContains != nil { predicates = append(predicates, emailtemplate.WorkflowDefinitionIDContains(*i.WorkflowDefinitionIDContains)) } @@ -34236,18 +27424,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, emailtemplate.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, emailtemplate.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, emailtemplate.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, emailtemplate.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, emailtemplate.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, emailtemplate.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -34281,18 +27457,6 @@ func (i *EmailTemplateWhereInput) P() (predicate.EmailTemplate, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, emailtemplate.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, emailtemplate.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, emailtemplate.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, emailtemplate.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, emailtemplate.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, emailtemplate.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -34546,46 +27710,32 @@ type EntityWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -34599,10 +27749,6 @@ type EntityWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -34616,10 +27762,6 @@ type EntityWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -34633,10 +27775,6 @@ type EntityWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -34650,10 +27788,6 @@ type EntityWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -34667,10 +27801,6 @@ type EntityWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -34684,10 +27814,6 @@ type EntityWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -34701,10 +27827,6 @@ type EntityWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -34718,10 +27840,6 @@ type EntityWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -34735,10 +27853,6 @@ type EntityWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -34748,16 +27862,13 @@ type EntityWhereInput struct { ReviewedByGroupIDContainsFold *string `json:"reviewedByGroupIDContainsFold,omitempty"` // "last_reviewed_at" field predicates. - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNEQ *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` // "system_owned" field predicates. SystemOwned *bool `json:"systemOwned,omitempty"` @@ -34770,10 +27881,6 @@ type EntityWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -34787,10 +27894,6 @@ type EntityWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -34804,10 +27907,6 @@ type EntityWhereInput struct { EntityRelationshipStateNameNEQ *string `json:"entityRelationshipStateNameNEQ,omitempty"` EntityRelationshipStateNameIn []string `json:"entityRelationshipStateNameIn,omitempty"` EntityRelationshipStateNameNotIn []string `json:"entityRelationshipStateNameNotIn,omitempty"` - EntityRelationshipStateNameGT *string `json:"entityRelationshipStateNameGT,omitempty"` - EntityRelationshipStateNameGTE *string `json:"entityRelationshipStateNameGTE,omitempty"` - EntityRelationshipStateNameLT *string `json:"entityRelationshipStateNameLT,omitempty"` - EntityRelationshipStateNameLTE *string `json:"entityRelationshipStateNameLTE,omitempty"` EntityRelationshipStateNameContains *string `json:"entityRelationshipStateNameContains,omitempty"` EntityRelationshipStateNameHasPrefix *string `json:"entityRelationshipStateNameHasPrefix,omitempty"` EntityRelationshipStateNameHasSuffix *string `json:"entityRelationshipStateNameHasSuffix,omitempty"` @@ -34821,10 +27920,6 @@ type EntityWhereInput struct { EntityRelationshipStateIDNEQ *string `json:"entityRelationshipStateIDNEQ,omitempty"` EntityRelationshipStateIDIn []string `json:"entityRelationshipStateIDIn,omitempty"` EntityRelationshipStateIDNotIn []string `json:"entityRelationshipStateIDNotIn,omitempty"` - EntityRelationshipStateIDGT *string `json:"entityRelationshipStateIDGT,omitempty"` - EntityRelationshipStateIDGTE *string `json:"entityRelationshipStateIDGTE,omitempty"` - EntityRelationshipStateIDLT *string `json:"entityRelationshipStateIDLT,omitempty"` - EntityRelationshipStateIDLTE *string `json:"entityRelationshipStateIDLTE,omitempty"` EntityRelationshipStateIDContains *string `json:"entityRelationshipStateIDContains,omitempty"` EntityRelationshipStateIDHasPrefix *string `json:"entityRelationshipStateIDHasPrefix,omitempty"` EntityRelationshipStateIDHasSuffix *string `json:"entityRelationshipStateIDHasSuffix,omitempty"` @@ -34838,10 +27933,6 @@ type EntityWhereInput struct { EntitySecurityQuestionnaireStatusNameNEQ *string `json:"entitySecurityQuestionnaireStatusNameNEQ,omitempty"` EntitySecurityQuestionnaireStatusNameIn []string `json:"entitySecurityQuestionnaireStatusNameIn,omitempty"` EntitySecurityQuestionnaireStatusNameNotIn []string `json:"entitySecurityQuestionnaireStatusNameNotIn,omitempty"` - EntitySecurityQuestionnaireStatusNameGT *string `json:"entitySecurityQuestionnaireStatusNameGT,omitempty"` - EntitySecurityQuestionnaireStatusNameGTE *string `json:"entitySecurityQuestionnaireStatusNameGTE,omitempty"` - EntitySecurityQuestionnaireStatusNameLT *string `json:"entitySecurityQuestionnaireStatusNameLT,omitempty"` - EntitySecurityQuestionnaireStatusNameLTE *string `json:"entitySecurityQuestionnaireStatusNameLTE,omitempty"` EntitySecurityQuestionnaireStatusNameContains *string `json:"entitySecurityQuestionnaireStatusNameContains,omitempty"` EntitySecurityQuestionnaireStatusNameHasPrefix *string `json:"entitySecurityQuestionnaireStatusNameHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusNameHasSuffix *string `json:"entitySecurityQuestionnaireStatusNameHasSuffix,omitempty"` @@ -34855,10 +27946,6 @@ type EntityWhereInput struct { EntitySecurityQuestionnaireStatusIDNEQ *string `json:"entitySecurityQuestionnaireStatusIDNEQ,omitempty"` EntitySecurityQuestionnaireStatusIDIn []string `json:"entitySecurityQuestionnaireStatusIDIn,omitempty"` EntitySecurityQuestionnaireStatusIDNotIn []string `json:"entitySecurityQuestionnaireStatusIDNotIn,omitempty"` - EntitySecurityQuestionnaireStatusIDGT *string `json:"entitySecurityQuestionnaireStatusIDGT,omitempty"` - EntitySecurityQuestionnaireStatusIDGTE *string `json:"entitySecurityQuestionnaireStatusIDGTE,omitempty"` - EntitySecurityQuestionnaireStatusIDLT *string `json:"entitySecurityQuestionnaireStatusIDLT,omitempty"` - EntitySecurityQuestionnaireStatusIDLTE *string `json:"entitySecurityQuestionnaireStatusIDLTE,omitempty"` EntitySecurityQuestionnaireStatusIDContains *string `json:"entitySecurityQuestionnaireStatusIDContains,omitempty"` EntitySecurityQuestionnaireStatusIDHasPrefix *string `json:"entitySecurityQuestionnaireStatusIDHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusIDHasSuffix *string `json:"entitySecurityQuestionnaireStatusIDHasSuffix,omitempty"` @@ -34872,10 +27959,6 @@ type EntityWhereInput struct { EntitySourceTypeNameNEQ *string `json:"entitySourceTypeNameNEQ,omitempty"` EntitySourceTypeNameIn []string `json:"entitySourceTypeNameIn,omitempty"` EntitySourceTypeNameNotIn []string `json:"entitySourceTypeNameNotIn,omitempty"` - EntitySourceTypeNameGT *string `json:"entitySourceTypeNameGT,omitempty"` - EntitySourceTypeNameGTE *string `json:"entitySourceTypeNameGTE,omitempty"` - EntitySourceTypeNameLT *string `json:"entitySourceTypeNameLT,omitempty"` - EntitySourceTypeNameLTE *string `json:"entitySourceTypeNameLTE,omitempty"` EntitySourceTypeNameContains *string `json:"entitySourceTypeNameContains,omitempty"` EntitySourceTypeNameHasPrefix *string `json:"entitySourceTypeNameHasPrefix,omitempty"` EntitySourceTypeNameHasSuffix *string `json:"entitySourceTypeNameHasSuffix,omitempty"` @@ -34889,10 +27972,6 @@ type EntityWhereInput struct { EntitySourceTypeIDNEQ *string `json:"entitySourceTypeIDNEQ,omitempty"` EntitySourceTypeIDIn []string `json:"entitySourceTypeIDIn,omitempty"` EntitySourceTypeIDNotIn []string `json:"entitySourceTypeIDNotIn,omitempty"` - EntitySourceTypeIDGT *string `json:"entitySourceTypeIDGT,omitempty"` - EntitySourceTypeIDGTE *string `json:"entitySourceTypeIDGTE,omitempty"` - EntitySourceTypeIDLT *string `json:"entitySourceTypeIDLT,omitempty"` - EntitySourceTypeIDLTE *string `json:"entitySourceTypeIDLTE,omitempty"` EntitySourceTypeIDContains *string `json:"entitySourceTypeIDContains,omitempty"` EntitySourceTypeIDHasPrefix *string `json:"entitySourceTypeIDHasPrefix,omitempty"` EntitySourceTypeIDHasSuffix *string `json:"entitySourceTypeIDHasSuffix,omitempty"` @@ -34906,10 +27985,6 @@ type EntityWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -34923,10 +27998,6 @@ type EntityWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -34940,10 +28011,6 @@ type EntityWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -34957,10 +28024,6 @@ type EntityWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -34974,10 +28037,6 @@ type EntityWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -34991,10 +28050,6 @@ type EntityWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -35008,10 +28063,6 @@ type EntityWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -35025,10 +28076,6 @@ type EntityWhereInput struct { EntityTypeIDNEQ *string `json:"entityTypeIDNEQ,omitempty"` EntityTypeIDIn []string `json:"entityTypeIDIn,omitempty"` EntityTypeIDNotIn []string `json:"entityTypeIDNotIn,omitempty"` - EntityTypeIDGT *string `json:"entityTypeIDGT,omitempty"` - EntityTypeIDGTE *string `json:"entityTypeIDGTE,omitempty"` - EntityTypeIDLT *string `json:"entityTypeIDLT,omitempty"` - EntityTypeIDLTE *string `json:"entityTypeIDLTE,omitempty"` EntityTypeIDContains *string `json:"entityTypeIDContains,omitempty"` EntityTypeIDHasPrefix *string `json:"entityTypeIDHasPrefix,omitempty"` EntityTypeIDHasSuffix *string `json:"entityTypeIDHasSuffix,omitempty"` @@ -35058,40 +28105,31 @@ type EntityWhereInput struct { HasSoc2NotNil bool `json:"hasSoc2NotNil,omitempty"` // "soc2_period_end" field predicates. - Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` - Soc2PeriodEndNEQ *models.DateTime `json:"soc2PeriodEndNEQ,omitempty"` - Soc2PeriodEndIn []models.DateTime `json:"soc2PeriodEndIn,omitempty"` - Soc2PeriodEndNotIn []models.DateTime `json:"soc2PeriodEndNotIn,omitempty"` - Soc2PeriodEndGT *models.DateTime `json:"soc2PeriodEndGT,omitempty"` - Soc2PeriodEndGTE *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` - Soc2PeriodEndLT *models.DateTime `json:"soc2PeriodEndLT,omitempty"` - Soc2PeriodEndLTE *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` - Soc2PeriodEndIsNil bool `json:"soc2PeriodEndIsNil,omitempty"` - Soc2PeriodEndNotNil bool `json:"soc2PeriodEndNotNil,omitempty"` + Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` + Soc2PeriodEndGT *models.DateTime `json:"soc2PeriodEndGT,omitempty"` + Soc2PeriodEndGTE *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` + Soc2PeriodEndLT *models.DateTime `json:"soc2PeriodEndLT,omitempty"` + Soc2PeriodEndLTE *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` + Soc2PeriodEndIsNil bool `json:"soc2PeriodEndIsNil,omitempty"` + Soc2PeriodEndNotNil bool `json:"soc2PeriodEndNotNil,omitempty"` // "contract_start_date" field predicates. - ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` - ContractStartDateNEQ *models.DateTime `json:"contractStartDateNEQ,omitempty"` - ContractStartDateIn []models.DateTime `json:"contractStartDateIn,omitempty"` - ContractStartDateNotIn []models.DateTime `json:"contractStartDateNotIn,omitempty"` - ContractStartDateGT *models.DateTime `json:"contractStartDateGT,omitempty"` - ContractStartDateGTE *models.DateTime `json:"contractStartDateGTE,omitempty"` - ContractStartDateLT *models.DateTime `json:"contractStartDateLT,omitempty"` - ContractStartDateLTE *models.DateTime `json:"contractStartDateLTE,omitempty"` - ContractStartDateIsNil bool `json:"contractStartDateIsNil,omitempty"` - ContractStartDateNotNil bool `json:"contractStartDateNotNil,omitempty"` + ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` + ContractStartDateGT *models.DateTime `json:"contractStartDateGT,omitempty"` + ContractStartDateGTE *models.DateTime `json:"contractStartDateGTE,omitempty"` + ContractStartDateLT *models.DateTime `json:"contractStartDateLT,omitempty"` + ContractStartDateLTE *models.DateTime `json:"contractStartDateLTE,omitempty"` + ContractStartDateIsNil bool `json:"contractStartDateIsNil,omitempty"` + ContractStartDateNotNil bool `json:"contractStartDateNotNil,omitempty"` // "contract_end_date" field predicates. - ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` - ContractEndDateNEQ *models.DateTime `json:"contractEndDateNEQ,omitempty"` - ContractEndDateIn []models.DateTime `json:"contractEndDateIn,omitempty"` - ContractEndDateNotIn []models.DateTime `json:"contractEndDateNotIn,omitempty"` - ContractEndDateGT *models.DateTime `json:"contractEndDateGT,omitempty"` - ContractEndDateGTE *models.DateTime `json:"contractEndDateGTE,omitempty"` - ContractEndDateLT *models.DateTime `json:"contractEndDateLT,omitempty"` - ContractEndDateLTE *models.DateTime `json:"contractEndDateLTE,omitempty"` - ContractEndDateIsNil bool `json:"contractEndDateIsNil,omitempty"` - ContractEndDateNotNil bool `json:"contractEndDateNotNil,omitempty"` + ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` + ContractEndDateGT *models.DateTime `json:"contractEndDateGT,omitempty"` + ContractEndDateGTE *models.DateTime `json:"contractEndDateGTE,omitempty"` + ContractEndDateLT *models.DateTime `json:"contractEndDateLT,omitempty"` + ContractEndDateLTE *models.DateTime `json:"contractEndDateLTE,omitempty"` + ContractEndDateIsNil bool `json:"contractEndDateIsNil,omitempty"` + ContractEndDateNotNil bool `json:"contractEndDateNotNil,omitempty"` // "auto_renews" field predicates. AutoRenews *bool `json:"autoRenews,omitempty"` @@ -35100,16 +28138,14 @@ type EntityWhereInput struct { AutoRenewsNotNil bool `json:"autoRenewsNotNil,omitempty"` // "termination_notice_days" field predicates. - TerminationNoticeDays *int `json:"terminationNoticeDays,omitempty"` - TerminationNoticeDaysNEQ *int `json:"terminationNoticeDaysNEQ,omitempty"` - TerminationNoticeDaysIn []int `json:"terminationNoticeDaysIn,omitempty"` - TerminationNoticeDaysNotIn []int `json:"terminationNoticeDaysNotIn,omitempty"` - TerminationNoticeDaysGT *int `json:"terminationNoticeDaysGT,omitempty"` - TerminationNoticeDaysGTE *int `json:"terminationNoticeDaysGTE,omitempty"` - TerminationNoticeDaysLT *int `json:"terminationNoticeDaysLT,omitempty"` - TerminationNoticeDaysLTE *int `json:"terminationNoticeDaysLTE,omitempty"` - TerminationNoticeDaysIsNil bool `json:"terminationNoticeDaysIsNil,omitempty"` - TerminationNoticeDaysNotNil bool `json:"terminationNoticeDaysNotNil,omitempty"` + TerminationNoticeDays *int `json:"terminationNoticeDays,omitempty"` + TerminationNoticeDaysNEQ *int `json:"terminationNoticeDaysNEQ,omitempty"` + TerminationNoticeDaysGT *int `json:"terminationNoticeDaysGT,omitempty"` + TerminationNoticeDaysGTE *int `json:"terminationNoticeDaysGTE,omitempty"` + TerminationNoticeDaysLT *int `json:"terminationNoticeDaysLT,omitempty"` + TerminationNoticeDaysLTE *int `json:"terminationNoticeDaysLTE,omitempty"` + TerminationNoticeDaysIsNil bool `json:"terminationNoticeDaysIsNil,omitempty"` + TerminationNoticeDaysNotNil bool `json:"terminationNoticeDaysNotNil,omitempty"` // "annual_spend" field predicates. AnnualSpend *float64 `json:"annualSpend,omitempty"` @@ -35128,10 +28164,6 @@ type EntityWhereInput struct { SpendCurrencyNEQ *string `json:"spendCurrencyNEQ,omitempty"` SpendCurrencyIn []string `json:"spendCurrencyIn,omitempty"` SpendCurrencyNotIn []string `json:"spendCurrencyNotIn,omitempty"` - SpendCurrencyGT *string `json:"spendCurrencyGT,omitempty"` - SpendCurrencyGTE *string `json:"spendCurrencyGTE,omitempty"` - SpendCurrencyLT *string `json:"spendCurrencyLT,omitempty"` - SpendCurrencyLTE *string `json:"spendCurrencyLTE,omitempty"` SpendCurrencyContains *string `json:"spendCurrencyContains,omitempty"` SpendCurrencyHasPrefix *string `json:"spendCurrencyHasPrefix,omitempty"` SpendCurrencyHasSuffix *string `json:"spendCurrencyHasSuffix,omitempty"` @@ -35145,10 +28177,6 @@ type EntityWhereInput struct { BillingModelNEQ *string `json:"billingModelNEQ,omitempty"` BillingModelIn []string `json:"billingModelIn,omitempty"` BillingModelNotIn []string `json:"billingModelNotIn,omitempty"` - BillingModelGT *string `json:"billingModelGT,omitempty"` - BillingModelGTE *string `json:"billingModelGTE,omitempty"` - BillingModelLT *string `json:"billingModelLT,omitempty"` - BillingModelLTE *string `json:"billingModelLTE,omitempty"` BillingModelContains *string `json:"billingModelContains,omitempty"` BillingModelHasPrefix *string `json:"billingModelHasPrefix,omitempty"` BillingModelHasSuffix *string `json:"billingModelHasSuffix,omitempty"` @@ -35162,10 +28190,6 @@ type EntityWhereInput struct { RenewalRiskNEQ *string `json:"renewalRiskNEQ,omitempty"` RenewalRiskIn []string `json:"renewalRiskIn,omitempty"` RenewalRiskNotIn []string `json:"renewalRiskNotIn,omitempty"` - RenewalRiskGT *string `json:"renewalRiskGT,omitempty"` - RenewalRiskGTE *string `json:"renewalRiskGTE,omitempty"` - RenewalRiskLT *string `json:"renewalRiskLT,omitempty"` - RenewalRiskLTE *string `json:"renewalRiskLTE,omitempty"` RenewalRiskContains *string `json:"renewalRiskContains,omitempty"` RenewalRiskHasPrefix *string `json:"renewalRiskHasPrefix,omitempty"` RenewalRiskHasSuffix *string `json:"renewalRiskHasSuffix,omitempty"` @@ -35197,10 +28221,6 @@ type EntityWhereInput struct { StatusPageURLNEQ *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGT *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGTE *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLT *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLTE *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -35214,10 +28234,6 @@ type EntityWhereInput struct { RiskRatingNEQ *string `json:"riskRatingNEQ,omitempty"` RiskRatingIn []string `json:"riskRatingIn,omitempty"` RiskRatingNotIn []string `json:"riskRatingNotIn,omitempty"` - RiskRatingGT *string `json:"riskRatingGT,omitempty"` - RiskRatingGTE *string `json:"riskRatingGTE,omitempty"` - RiskRatingLT *string `json:"riskRatingLT,omitempty"` - RiskRatingLTE *string `json:"riskRatingLTE,omitempty"` RiskRatingContains *string `json:"riskRatingContains,omitempty"` RiskRatingHasPrefix *string `json:"riskRatingHasPrefix,omitempty"` RiskRatingHasSuffix *string `json:"riskRatingHasSuffix,omitempty"` @@ -35227,28 +28243,24 @@ type EntityWhereInput struct { RiskRatingContainsFold *string `json:"riskRatingContainsFold,omitempty"` // "risk_score" field predicates. - RiskScore *int `json:"riskScore,omitempty"` - RiskScoreNEQ *int `json:"riskScoreNEQ,omitempty"` - RiskScoreIn []int `json:"riskScoreIn,omitempty"` - RiskScoreNotIn []int `json:"riskScoreNotIn,omitempty"` - RiskScoreGT *int `json:"riskScoreGT,omitempty"` - RiskScoreGTE *int `json:"riskScoreGTE,omitempty"` - RiskScoreLT *int `json:"riskScoreLT,omitempty"` - RiskScoreLTE *int `json:"riskScoreLTE,omitempty"` - RiskScoreIsNil bool `json:"riskScoreIsNil,omitempty"` - RiskScoreNotNil bool `json:"riskScoreNotNil,omitempty"` + RiskScore *int `json:"riskScore,omitempty"` + RiskScoreNEQ *int `json:"riskScoreNEQ,omitempty"` + RiskScoreGT *int `json:"riskScoreGT,omitempty"` + RiskScoreGTE *int `json:"riskScoreGTE,omitempty"` + RiskScoreLT *int `json:"riskScoreLT,omitempty"` + RiskScoreLTE *int `json:"riskScoreLTE,omitempty"` + RiskScoreIsNil bool `json:"riskScoreIsNil,omitempty"` + RiskScoreNotNil bool `json:"riskScoreNotNil,omitempty"` // "risk_score_coverage" field predicates. - RiskScoreCoverage *int `json:"riskScoreCoverage,omitempty"` - RiskScoreCoverageNEQ *int `json:"riskScoreCoverageNEQ,omitempty"` - RiskScoreCoverageIn []int `json:"riskScoreCoverageIn,omitempty"` - RiskScoreCoverageNotIn []int `json:"riskScoreCoverageNotIn,omitempty"` - RiskScoreCoverageGT *int `json:"riskScoreCoverageGT,omitempty"` - RiskScoreCoverageGTE *int `json:"riskScoreCoverageGTE,omitempty"` - RiskScoreCoverageLT *int `json:"riskScoreCoverageLT,omitempty"` - RiskScoreCoverageLTE *int `json:"riskScoreCoverageLTE,omitempty"` - RiskScoreCoverageIsNil bool `json:"riskScoreCoverageIsNil,omitempty"` - RiskScoreCoverageNotNil bool `json:"riskScoreCoverageNotNil,omitempty"` + RiskScoreCoverage *int `json:"riskScoreCoverage,omitempty"` + RiskScoreCoverageNEQ *int `json:"riskScoreCoverageNEQ,omitempty"` + RiskScoreCoverageGT *int `json:"riskScoreCoverageGT,omitempty"` + RiskScoreCoverageGTE *int `json:"riskScoreCoverageGTE,omitempty"` + RiskScoreCoverageLT *int `json:"riskScoreCoverageLT,omitempty"` + RiskScoreCoverageLTE *int `json:"riskScoreCoverageLTE,omitempty"` + RiskScoreCoverageIsNil bool `json:"riskScoreCoverageIsNil,omitempty"` + RiskScoreCoverageNotNil bool `json:"riskScoreCoverageNotNil,omitempty"` // "tier" field predicates. Tier *enums.VendorTier `json:"tier,omitempty"` @@ -35267,38 +28279,28 @@ type EntityWhereInput struct { ReviewFrequencyNotNil bool `json:"reviewFrequencyNotNil,omitempty"` // "next_review_at" field predicates. - NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` - NextReviewAtNEQ *models.DateTime `json:"nextReviewAtNEQ,omitempty"` - NextReviewAtIn []models.DateTime `json:"nextReviewAtIn,omitempty"` - NextReviewAtNotIn []models.DateTime `json:"nextReviewAtNotIn,omitempty"` - NextReviewAtGT *models.DateTime `json:"nextReviewAtGT,omitempty"` - NextReviewAtGTE *models.DateTime `json:"nextReviewAtGTE,omitempty"` - NextReviewAtLT *models.DateTime `json:"nextReviewAtLT,omitempty"` - NextReviewAtLTE *models.DateTime `json:"nextReviewAtLTE,omitempty"` - NextReviewAtIsNil bool `json:"nextReviewAtIsNil,omitempty"` - NextReviewAtNotNil bool `json:"nextReviewAtNotNil,omitempty"` + NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` + NextReviewAtGT *models.DateTime `json:"nextReviewAtGT,omitempty"` + NextReviewAtGTE *models.DateTime `json:"nextReviewAtGTE,omitempty"` + NextReviewAtLT *models.DateTime `json:"nextReviewAtLT,omitempty"` + NextReviewAtLTE *models.DateTime `json:"nextReviewAtLTE,omitempty"` + NextReviewAtIsNil bool `json:"nextReviewAtIsNil,omitempty"` + NextReviewAtNotNil bool `json:"nextReviewAtNotNil,omitempty"` // "contract_renewal_at" field predicates. - ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` - ContractRenewalAtNEQ *models.DateTime `json:"contractRenewalAtNEQ,omitempty"` - ContractRenewalAtIn []models.DateTime `json:"contractRenewalAtIn,omitempty"` - ContractRenewalAtNotIn []models.DateTime `json:"contractRenewalAtNotIn,omitempty"` - ContractRenewalAtGT *models.DateTime `json:"contractRenewalAtGT,omitempty"` - ContractRenewalAtGTE *models.DateTime `json:"contractRenewalAtGTE,omitempty"` - ContractRenewalAtLT *models.DateTime `json:"contractRenewalAtLT,omitempty"` - ContractRenewalAtLTE *models.DateTime `json:"contractRenewalAtLTE,omitempty"` - ContractRenewalAtIsNil bool `json:"contractRenewalAtIsNil,omitempty"` - ContractRenewalAtNotNil bool `json:"contractRenewalAtNotNil,omitempty"` + ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` + ContractRenewalAtGT *models.DateTime `json:"contractRenewalAtGT,omitempty"` + ContractRenewalAtGTE *models.DateTime `json:"contractRenewalAtGTE,omitempty"` + ContractRenewalAtLT *models.DateTime `json:"contractRenewalAtLT,omitempty"` + ContractRenewalAtLTE *models.DateTime `json:"contractRenewalAtLTE,omitempty"` + ContractRenewalAtIsNil bool `json:"contractRenewalAtIsNil,omitempty"` + ContractRenewalAtNotNil bool `json:"contractRenewalAtNotNil,omitempty"` // "logo_remote_url" field predicates. LogoRemoteURL *string `json:"logoRemoteURL,omitempty"` LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -35312,10 +28314,6 @@ type EntityWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -35329,10 +28327,6 @@ type EntityWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -35342,16 +28336,13 @@ type EntityWhereInput struct { ExternalIDContainsFold *string `json:"externalIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -35611,18 +28602,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, entity.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, entity.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, entity.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, entity.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, entity.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, entity.IDEqualFold(*i.IDEqualFold)) } @@ -35632,15 +28611,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.CreatedAt != nil { predicates = append(predicates, entity.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, entity.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, entity.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, entity.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, entity.CreatedAtGT(*i.CreatedAtGT)) } @@ -35662,15 +28632,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.UpdatedAt != nil { predicates = append(predicates, entity.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, entity.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, entity.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, entity.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, entity.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -35701,18 +28662,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, entity.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, entity.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, entity.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, entity.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, entity.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, entity.CreatedByContains(*i.CreatedByContains)) } @@ -35746,18 +28695,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, entity.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, entity.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, entity.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, entity.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, entity.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, entity.UpdatedByContains(*i.UpdatedByContains)) } @@ -35791,18 +28728,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, entity.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, entity.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, entity.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, entity.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, entity.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, entity.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -35836,18 +28761,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, entity.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, entity.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, entity.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, entity.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, entity.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, entity.OwnerIDContains(*i.OwnerIDContains)) } @@ -35881,18 +28794,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, entity.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, entity.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, entity.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, entity.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, entity.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, entity.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -35926,18 +28827,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, entity.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, entity.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, entity.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, entity.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, entity.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, entity.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -35971,18 +28860,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, entity.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, entity.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, entity.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, entity.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, entity.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, entity.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -36016,18 +28893,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, entity.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, entity.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, entity.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, entity.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, entity.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, entity.ReviewedByContains(*i.ReviewedByContains)) } @@ -36061,18 +28926,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, entity.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, entity.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, entity.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, entity.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, entity.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, entity.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -36106,18 +28959,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, entity.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, entity.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, entity.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, entity.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, entity.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, entity.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -36142,15 +28983,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.LastReviewedAt != nil { predicates = append(predicates, entity.LastReviewedAtEQ(*i.LastReviewedAt)) } - if i.LastReviewedAtNEQ != nil { - predicates = append(predicates, entity.LastReviewedAtNEQ(*i.LastReviewedAtNEQ)) - } - if len(i.LastReviewedAtIn) > 0 { - predicates = append(predicates, entity.LastReviewedAtIn(i.LastReviewedAtIn...)) - } - if len(i.LastReviewedAtNotIn) > 0 { - predicates = append(predicates, entity.LastReviewedAtNotIn(i.LastReviewedAtNotIn...)) - } if i.LastReviewedAtGT != nil { predicates = append(predicates, entity.LastReviewedAtGT(*i.LastReviewedAtGT)) } @@ -36193,18 +29025,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, entity.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, entity.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, entity.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, entity.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, entity.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, entity.InternalNotesContains(*i.InternalNotesContains)) } @@ -36238,18 +29058,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, entity.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, entity.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, entity.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, entity.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, entity.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, entity.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -36283,18 +29091,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntityRelationshipStateNameNotIn) > 0 { predicates = append(predicates, entity.EntityRelationshipStateNameNotIn(i.EntityRelationshipStateNameNotIn...)) } - if i.EntityRelationshipStateNameGT != nil { - predicates = append(predicates, entity.EntityRelationshipStateNameGT(*i.EntityRelationshipStateNameGT)) - } - if i.EntityRelationshipStateNameGTE != nil { - predicates = append(predicates, entity.EntityRelationshipStateNameGTE(*i.EntityRelationshipStateNameGTE)) - } - if i.EntityRelationshipStateNameLT != nil { - predicates = append(predicates, entity.EntityRelationshipStateNameLT(*i.EntityRelationshipStateNameLT)) - } - if i.EntityRelationshipStateNameLTE != nil { - predicates = append(predicates, entity.EntityRelationshipStateNameLTE(*i.EntityRelationshipStateNameLTE)) - } if i.EntityRelationshipStateNameContains != nil { predicates = append(predicates, entity.EntityRelationshipStateNameContains(*i.EntityRelationshipStateNameContains)) } @@ -36328,18 +29124,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntityRelationshipStateIDNotIn) > 0 { predicates = append(predicates, entity.EntityRelationshipStateIDNotIn(i.EntityRelationshipStateIDNotIn...)) } - if i.EntityRelationshipStateIDGT != nil { - predicates = append(predicates, entity.EntityRelationshipStateIDGT(*i.EntityRelationshipStateIDGT)) - } - if i.EntityRelationshipStateIDGTE != nil { - predicates = append(predicates, entity.EntityRelationshipStateIDGTE(*i.EntityRelationshipStateIDGTE)) - } - if i.EntityRelationshipStateIDLT != nil { - predicates = append(predicates, entity.EntityRelationshipStateIDLT(*i.EntityRelationshipStateIDLT)) - } - if i.EntityRelationshipStateIDLTE != nil { - predicates = append(predicates, entity.EntityRelationshipStateIDLTE(*i.EntityRelationshipStateIDLTE)) - } if i.EntityRelationshipStateIDContains != nil { predicates = append(predicates, entity.EntityRelationshipStateIDContains(*i.EntityRelationshipStateIDContains)) } @@ -36373,18 +29157,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntitySecurityQuestionnaireStatusNameNotIn) > 0 { predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameNotIn(i.EntitySecurityQuestionnaireStatusNameNotIn...)) } - if i.EntitySecurityQuestionnaireStatusNameGT != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameGT(*i.EntitySecurityQuestionnaireStatusNameGT)) - } - if i.EntitySecurityQuestionnaireStatusNameGTE != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameGTE(*i.EntitySecurityQuestionnaireStatusNameGTE)) - } - if i.EntitySecurityQuestionnaireStatusNameLT != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameLT(*i.EntitySecurityQuestionnaireStatusNameLT)) - } - if i.EntitySecurityQuestionnaireStatusNameLTE != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameLTE(*i.EntitySecurityQuestionnaireStatusNameLTE)) - } if i.EntitySecurityQuestionnaireStatusNameContains != nil { predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusNameContains(*i.EntitySecurityQuestionnaireStatusNameContains)) } @@ -36418,18 +29190,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntitySecurityQuestionnaireStatusIDNotIn) > 0 { predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDNotIn(i.EntitySecurityQuestionnaireStatusIDNotIn...)) } - if i.EntitySecurityQuestionnaireStatusIDGT != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDGT(*i.EntitySecurityQuestionnaireStatusIDGT)) - } - if i.EntitySecurityQuestionnaireStatusIDGTE != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDGTE(*i.EntitySecurityQuestionnaireStatusIDGTE)) - } - if i.EntitySecurityQuestionnaireStatusIDLT != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDLT(*i.EntitySecurityQuestionnaireStatusIDLT)) - } - if i.EntitySecurityQuestionnaireStatusIDLTE != nil { - predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDLTE(*i.EntitySecurityQuestionnaireStatusIDLTE)) - } if i.EntitySecurityQuestionnaireStatusIDContains != nil { predicates = append(predicates, entity.EntitySecurityQuestionnaireStatusIDContains(*i.EntitySecurityQuestionnaireStatusIDContains)) } @@ -36463,18 +29223,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntitySourceTypeNameNotIn) > 0 { predicates = append(predicates, entity.EntitySourceTypeNameNotIn(i.EntitySourceTypeNameNotIn...)) } - if i.EntitySourceTypeNameGT != nil { - predicates = append(predicates, entity.EntitySourceTypeNameGT(*i.EntitySourceTypeNameGT)) - } - if i.EntitySourceTypeNameGTE != nil { - predicates = append(predicates, entity.EntitySourceTypeNameGTE(*i.EntitySourceTypeNameGTE)) - } - if i.EntitySourceTypeNameLT != nil { - predicates = append(predicates, entity.EntitySourceTypeNameLT(*i.EntitySourceTypeNameLT)) - } - if i.EntitySourceTypeNameLTE != nil { - predicates = append(predicates, entity.EntitySourceTypeNameLTE(*i.EntitySourceTypeNameLTE)) - } if i.EntitySourceTypeNameContains != nil { predicates = append(predicates, entity.EntitySourceTypeNameContains(*i.EntitySourceTypeNameContains)) } @@ -36508,18 +29256,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntitySourceTypeIDNotIn) > 0 { predicates = append(predicates, entity.EntitySourceTypeIDNotIn(i.EntitySourceTypeIDNotIn...)) } - if i.EntitySourceTypeIDGT != nil { - predicates = append(predicates, entity.EntitySourceTypeIDGT(*i.EntitySourceTypeIDGT)) - } - if i.EntitySourceTypeIDGTE != nil { - predicates = append(predicates, entity.EntitySourceTypeIDGTE(*i.EntitySourceTypeIDGTE)) - } - if i.EntitySourceTypeIDLT != nil { - predicates = append(predicates, entity.EntitySourceTypeIDLT(*i.EntitySourceTypeIDLT)) - } - if i.EntitySourceTypeIDLTE != nil { - predicates = append(predicates, entity.EntitySourceTypeIDLTE(*i.EntitySourceTypeIDLTE)) - } if i.EntitySourceTypeIDContains != nil { predicates = append(predicates, entity.EntitySourceTypeIDContains(*i.EntitySourceTypeIDContains)) } @@ -36553,18 +29289,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, entity.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, entity.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, entity.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, entity.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, entity.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, entity.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -36598,18 +29322,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, entity.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, entity.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, entity.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, entity.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, entity.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, entity.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -36643,18 +29355,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, entity.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, entity.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, entity.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, entity.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, entity.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, entity.ScopeNameContains(*i.ScopeNameContains)) } @@ -36688,18 +29388,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, entity.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, entity.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, entity.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, entity.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, entity.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, entity.ScopeIDContains(*i.ScopeIDContains)) } @@ -36733,18 +29421,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, entity.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, entity.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, entity.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, entity.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, entity.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, entity.NameContains(*i.NameContains)) } @@ -36778,18 +29454,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, entity.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, entity.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, entity.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, entity.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, entity.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, entity.DisplayNameContains(*i.DisplayNameContains)) } @@ -36823,18 +29487,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, entity.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, entity.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, entity.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, entity.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, entity.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, entity.DescriptionContains(*i.DescriptionContains)) } @@ -36868,18 +29520,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.EntityTypeIDNotIn) > 0 { predicates = append(predicates, entity.EntityTypeIDNotIn(i.EntityTypeIDNotIn...)) } - if i.EntityTypeIDGT != nil { - predicates = append(predicates, entity.EntityTypeIDGT(*i.EntityTypeIDGT)) - } - if i.EntityTypeIDGTE != nil { - predicates = append(predicates, entity.EntityTypeIDGTE(*i.EntityTypeIDGTE)) - } - if i.EntityTypeIDLT != nil { - predicates = append(predicates, entity.EntityTypeIDLT(*i.EntityTypeIDLT)) - } - if i.EntityTypeIDLTE != nil { - predicates = append(predicates, entity.EntityTypeIDLTE(*i.EntityTypeIDLTE)) - } if i.EntityTypeIDContains != nil { predicates = append(predicates, entity.EntityTypeIDContains(*i.EntityTypeIDContains)) } @@ -36946,15 +29586,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.Soc2PeriodEnd != nil { predicates = append(predicates, entity.Soc2PeriodEndEQ(*i.Soc2PeriodEnd)) } - if i.Soc2PeriodEndNEQ != nil { - predicates = append(predicates, entity.Soc2PeriodEndNEQ(*i.Soc2PeriodEndNEQ)) - } - if len(i.Soc2PeriodEndIn) > 0 { - predicates = append(predicates, entity.Soc2PeriodEndIn(i.Soc2PeriodEndIn...)) - } - if len(i.Soc2PeriodEndNotIn) > 0 { - predicates = append(predicates, entity.Soc2PeriodEndNotIn(i.Soc2PeriodEndNotIn...)) - } if i.Soc2PeriodEndGT != nil { predicates = append(predicates, entity.Soc2PeriodEndGT(*i.Soc2PeriodEndGT)) } @@ -36976,15 +29607,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.ContractStartDate != nil { predicates = append(predicates, entity.ContractStartDateEQ(*i.ContractStartDate)) } - if i.ContractStartDateNEQ != nil { - predicates = append(predicates, entity.ContractStartDateNEQ(*i.ContractStartDateNEQ)) - } - if len(i.ContractStartDateIn) > 0 { - predicates = append(predicates, entity.ContractStartDateIn(i.ContractStartDateIn...)) - } - if len(i.ContractStartDateNotIn) > 0 { - predicates = append(predicates, entity.ContractStartDateNotIn(i.ContractStartDateNotIn...)) - } if i.ContractStartDateGT != nil { predicates = append(predicates, entity.ContractStartDateGT(*i.ContractStartDateGT)) } @@ -37006,15 +29628,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.ContractEndDate != nil { predicates = append(predicates, entity.ContractEndDateEQ(*i.ContractEndDate)) } - if i.ContractEndDateNEQ != nil { - predicates = append(predicates, entity.ContractEndDateNEQ(*i.ContractEndDateNEQ)) - } - if len(i.ContractEndDateIn) > 0 { - predicates = append(predicates, entity.ContractEndDateIn(i.ContractEndDateIn...)) - } - if len(i.ContractEndDateNotIn) > 0 { - predicates = append(predicates, entity.ContractEndDateNotIn(i.ContractEndDateNotIn...)) - } if i.ContractEndDateGT != nil { predicates = append(predicates, entity.ContractEndDateGT(*i.ContractEndDateGT)) } @@ -37051,12 +29664,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.TerminationNoticeDaysNEQ != nil { predicates = append(predicates, entity.TerminationNoticeDaysNEQ(*i.TerminationNoticeDaysNEQ)) } - if len(i.TerminationNoticeDaysIn) > 0 { - predicates = append(predicates, entity.TerminationNoticeDaysIn(i.TerminationNoticeDaysIn...)) - } - if len(i.TerminationNoticeDaysNotIn) > 0 { - predicates = append(predicates, entity.TerminationNoticeDaysNotIn(i.TerminationNoticeDaysNotIn...)) - } if i.TerminationNoticeDaysGT != nil { predicates = append(predicates, entity.TerminationNoticeDaysGT(*i.TerminationNoticeDaysGT)) } @@ -37117,18 +29724,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.SpendCurrencyNotIn) > 0 { predicates = append(predicates, entity.SpendCurrencyNotIn(i.SpendCurrencyNotIn...)) } - if i.SpendCurrencyGT != nil { - predicates = append(predicates, entity.SpendCurrencyGT(*i.SpendCurrencyGT)) - } - if i.SpendCurrencyGTE != nil { - predicates = append(predicates, entity.SpendCurrencyGTE(*i.SpendCurrencyGTE)) - } - if i.SpendCurrencyLT != nil { - predicates = append(predicates, entity.SpendCurrencyLT(*i.SpendCurrencyLT)) - } - if i.SpendCurrencyLTE != nil { - predicates = append(predicates, entity.SpendCurrencyLTE(*i.SpendCurrencyLTE)) - } if i.SpendCurrencyContains != nil { predicates = append(predicates, entity.SpendCurrencyContains(*i.SpendCurrencyContains)) } @@ -37162,18 +29757,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.BillingModelNotIn) > 0 { predicates = append(predicates, entity.BillingModelNotIn(i.BillingModelNotIn...)) } - if i.BillingModelGT != nil { - predicates = append(predicates, entity.BillingModelGT(*i.BillingModelGT)) - } - if i.BillingModelGTE != nil { - predicates = append(predicates, entity.BillingModelGTE(*i.BillingModelGTE)) - } - if i.BillingModelLT != nil { - predicates = append(predicates, entity.BillingModelLT(*i.BillingModelLT)) - } - if i.BillingModelLTE != nil { - predicates = append(predicates, entity.BillingModelLTE(*i.BillingModelLTE)) - } if i.BillingModelContains != nil { predicates = append(predicates, entity.BillingModelContains(*i.BillingModelContains)) } @@ -37207,18 +29790,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.RenewalRiskNotIn) > 0 { predicates = append(predicates, entity.RenewalRiskNotIn(i.RenewalRiskNotIn...)) } - if i.RenewalRiskGT != nil { - predicates = append(predicates, entity.RenewalRiskGT(*i.RenewalRiskGT)) - } - if i.RenewalRiskGTE != nil { - predicates = append(predicates, entity.RenewalRiskGTE(*i.RenewalRiskGTE)) - } - if i.RenewalRiskLT != nil { - predicates = append(predicates, entity.RenewalRiskLT(*i.RenewalRiskLT)) - } - if i.RenewalRiskLTE != nil { - predicates = append(predicates, entity.RenewalRiskLTE(*i.RenewalRiskLTE)) - } if i.RenewalRiskContains != nil { predicates = append(predicates, entity.RenewalRiskContains(*i.RenewalRiskContains)) } @@ -37288,18 +29859,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.StatusPageURLNotIn) > 0 { predicates = append(predicates, entity.StatusPageURLNotIn(i.StatusPageURLNotIn...)) } - if i.StatusPageURLGT != nil { - predicates = append(predicates, entity.StatusPageURLGT(*i.StatusPageURLGT)) - } - if i.StatusPageURLGTE != nil { - predicates = append(predicates, entity.StatusPageURLGTE(*i.StatusPageURLGTE)) - } - if i.StatusPageURLLT != nil { - predicates = append(predicates, entity.StatusPageURLLT(*i.StatusPageURLLT)) - } - if i.StatusPageURLLTE != nil { - predicates = append(predicates, entity.StatusPageURLLTE(*i.StatusPageURLLTE)) - } if i.StatusPageURLContains != nil { predicates = append(predicates, entity.StatusPageURLContains(*i.StatusPageURLContains)) } @@ -37333,18 +29892,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.RiskRatingNotIn) > 0 { predicates = append(predicates, entity.RiskRatingNotIn(i.RiskRatingNotIn...)) } - if i.RiskRatingGT != nil { - predicates = append(predicates, entity.RiskRatingGT(*i.RiskRatingGT)) - } - if i.RiskRatingGTE != nil { - predicates = append(predicates, entity.RiskRatingGTE(*i.RiskRatingGTE)) - } - if i.RiskRatingLT != nil { - predicates = append(predicates, entity.RiskRatingLT(*i.RiskRatingLT)) - } - if i.RiskRatingLTE != nil { - predicates = append(predicates, entity.RiskRatingLTE(*i.RiskRatingLTE)) - } if i.RiskRatingContains != nil { predicates = append(predicates, entity.RiskRatingContains(*i.RiskRatingContains)) } @@ -37372,12 +29919,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.RiskScoreNEQ != nil { predicates = append(predicates, entity.RiskScoreNEQ(*i.RiskScoreNEQ)) } - if len(i.RiskScoreIn) > 0 { - predicates = append(predicates, entity.RiskScoreIn(i.RiskScoreIn...)) - } - if len(i.RiskScoreNotIn) > 0 { - predicates = append(predicates, entity.RiskScoreNotIn(i.RiskScoreNotIn...)) - } if i.RiskScoreGT != nil { predicates = append(predicates, entity.RiskScoreGT(*i.RiskScoreGT)) } @@ -37402,12 +29943,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.RiskScoreCoverageNEQ != nil { predicates = append(predicates, entity.RiskScoreCoverageNEQ(*i.RiskScoreCoverageNEQ)) } - if len(i.RiskScoreCoverageIn) > 0 { - predicates = append(predicates, entity.RiskScoreCoverageIn(i.RiskScoreCoverageIn...)) - } - if len(i.RiskScoreCoverageNotIn) > 0 { - predicates = append(predicates, entity.RiskScoreCoverageNotIn(i.RiskScoreCoverageNotIn...)) - } if i.RiskScoreCoverageGT != nil { predicates = append(predicates, entity.RiskScoreCoverageGT(*i.RiskScoreCoverageGT)) } @@ -37465,15 +30000,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.NextReviewAt != nil { predicates = append(predicates, entity.NextReviewAtEQ(*i.NextReviewAt)) } - if i.NextReviewAtNEQ != nil { - predicates = append(predicates, entity.NextReviewAtNEQ(*i.NextReviewAtNEQ)) - } - if len(i.NextReviewAtIn) > 0 { - predicates = append(predicates, entity.NextReviewAtIn(i.NextReviewAtIn...)) - } - if len(i.NextReviewAtNotIn) > 0 { - predicates = append(predicates, entity.NextReviewAtNotIn(i.NextReviewAtNotIn...)) - } if i.NextReviewAtGT != nil { predicates = append(predicates, entity.NextReviewAtGT(*i.NextReviewAtGT)) } @@ -37495,15 +30021,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.ContractRenewalAt != nil { predicates = append(predicates, entity.ContractRenewalAtEQ(*i.ContractRenewalAt)) } - if i.ContractRenewalAtNEQ != nil { - predicates = append(predicates, entity.ContractRenewalAtNEQ(*i.ContractRenewalAtNEQ)) - } - if len(i.ContractRenewalAtIn) > 0 { - predicates = append(predicates, entity.ContractRenewalAtIn(i.ContractRenewalAtIn...)) - } - if len(i.ContractRenewalAtNotIn) > 0 { - predicates = append(predicates, entity.ContractRenewalAtNotIn(i.ContractRenewalAtNotIn...)) - } if i.ContractRenewalAtGT != nil { predicates = append(predicates, entity.ContractRenewalAtGT(*i.ContractRenewalAtGT)) } @@ -37534,18 +30051,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, entity.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, entity.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, entity.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, entity.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, entity.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, entity.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -37579,18 +30084,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, entity.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, entity.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, entity.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, entity.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, entity.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, entity.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -37624,18 +30117,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, entity.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, entity.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, entity.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, entity.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, entity.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, entity.ExternalIDContains(*i.ExternalIDContains)) } @@ -37660,15 +30141,6 @@ func (i *EntityWhereInput) P() (predicate.Entity, error) { if i.ObservedAt != nil { predicates = append(predicates, entity.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, entity.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, entity.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, entity.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, entity.ObservedAtGT(*i.ObservedAtGT)) } @@ -38493,46 +30965,32 @@ type EntityTypeWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -38546,10 +31004,6 @@ type EntityTypeWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -38563,10 +31017,6 @@ type EntityTypeWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -38580,10 +31030,6 @@ type EntityTypeWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -38603,10 +31049,6 @@ type EntityTypeWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -38620,10 +31062,6 @@ type EntityTypeWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -38637,10 +31075,6 @@ type EntityTypeWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -38742,18 +31176,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, entitytype.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, entitytype.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, entitytype.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, entitytype.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, entitytype.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, entitytype.IDEqualFold(*i.IDEqualFold)) } @@ -38763,15 +31185,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if i.CreatedAt != nil { predicates = append(predicates, entitytype.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, entitytype.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, entitytype.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, entitytype.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, entitytype.CreatedAtGT(*i.CreatedAtGT)) } @@ -38793,15 +31206,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if i.UpdatedAt != nil { predicates = append(predicates, entitytype.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, entitytype.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, entitytype.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, entitytype.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, entitytype.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -38832,18 +31236,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, entitytype.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, entitytype.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, entitytype.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, entitytype.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, entitytype.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, entitytype.CreatedByContains(*i.CreatedByContains)) } @@ -38877,18 +31269,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, entitytype.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, entitytype.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, entitytype.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, entitytype.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, entitytype.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, entitytype.UpdatedByContains(*i.UpdatedByContains)) } @@ -38922,18 +31302,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, entitytype.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, entitytype.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, entitytype.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, entitytype.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, entitytype.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, entitytype.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -38967,18 +31335,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, entitytype.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, entitytype.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, entitytype.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, entitytype.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, entitytype.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, entitytype.OwnerIDContains(*i.OwnerIDContains)) } @@ -39024,18 +31380,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, entitytype.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, entitytype.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, entitytype.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, entitytype.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, entitytype.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, entitytype.InternalNotesContains(*i.InternalNotesContains)) } @@ -39069,18 +31413,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, entitytype.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, entitytype.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, entitytype.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, entitytype.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, entitytype.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, entitytype.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -39114,18 +31446,6 @@ func (i *EntityTypeWhereInput) P() (predicate.EntityType, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, entitytype.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, entitytype.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, entitytype.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, entitytype.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, entitytype.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, entitytype.NameContains(*i.NameContains)) } @@ -39209,46 +31529,32 @@ type EventWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -39262,10 +31568,6 @@ type EventWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -39279,10 +31581,6 @@ type EventWhereInput struct { EventIDNEQ *string `json:"eventIDNEQ,omitempty"` EventIDIn []string `json:"eventIDIn,omitempty"` EventIDNotIn []string `json:"eventIDNotIn,omitempty"` - EventIDGT *string `json:"eventIDGT,omitempty"` - EventIDGTE *string `json:"eventIDGTE,omitempty"` - EventIDLT *string `json:"eventIDLT,omitempty"` - EventIDLTE *string `json:"eventIDLTE,omitempty"` EventIDContains *string `json:"eventIDContains,omitempty"` EventIDHasPrefix *string `json:"eventIDHasPrefix,omitempty"` EventIDHasSuffix *string `json:"eventIDHasSuffix,omitempty"` @@ -39296,10 +31594,6 @@ type EventWhereInput struct { CorrelationIDNEQ *string `json:"correlationIDNEQ,omitempty"` CorrelationIDIn []string `json:"correlationIDIn,omitempty"` CorrelationIDNotIn []string `json:"correlationIDNotIn,omitempty"` - CorrelationIDGT *string `json:"correlationIDGT,omitempty"` - CorrelationIDGTE *string `json:"correlationIDGTE,omitempty"` - CorrelationIDLT *string `json:"correlationIDLT,omitempty"` - CorrelationIDLTE *string `json:"correlationIDLTE,omitempty"` CorrelationIDContains *string `json:"correlationIDContains,omitempty"` CorrelationIDHasPrefix *string `json:"correlationIDHasPrefix,omitempty"` CorrelationIDHasSuffix *string `json:"correlationIDHasSuffix,omitempty"` @@ -39313,10 +31607,6 @@ type EventWhereInput struct { EventTypeNEQ *string `json:"eventTypeNEQ,omitempty"` EventTypeIn []string `json:"eventTypeIn,omitempty"` EventTypeNotIn []string `json:"eventTypeNotIn,omitempty"` - EventTypeGT *string `json:"eventTypeGT,omitempty"` - EventTypeGTE *string `json:"eventTypeGTE,omitempty"` - EventTypeLT *string `json:"eventTypeLT,omitempty"` - EventTypeLTE *string `json:"eventTypeLTE,omitempty"` EventTypeContains *string `json:"eventTypeContains,omitempty"` EventTypeHasPrefix *string `json:"eventTypeHasPrefix,omitempty"` EventTypeHasSuffix *string `json:"eventTypeHasSuffix,omitempty"` @@ -39458,18 +31748,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, event.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, event.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, event.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, event.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, event.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, event.IDEqualFold(*i.IDEqualFold)) } @@ -39479,15 +31757,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if i.CreatedAt != nil { predicates = append(predicates, event.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, event.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, event.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, event.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, event.CreatedAtGT(*i.CreatedAtGT)) } @@ -39509,15 +31778,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if i.UpdatedAt != nil { predicates = append(predicates, event.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, event.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, event.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, event.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, event.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -39548,18 +31808,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, event.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, event.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, event.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, event.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, event.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, event.CreatedByContains(*i.CreatedByContains)) } @@ -39593,18 +31841,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, event.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, event.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, event.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, event.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, event.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, event.UpdatedByContains(*i.UpdatedByContains)) } @@ -39638,18 +31874,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.EventIDNotIn) > 0 { predicates = append(predicates, event.EventIDNotIn(i.EventIDNotIn...)) } - if i.EventIDGT != nil { - predicates = append(predicates, event.EventIDGT(*i.EventIDGT)) - } - if i.EventIDGTE != nil { - predicates = append(predicates, event.EventIDGTE(*i.EventIDGTE)) - } - if i.EventIDLT != nil { - predicates = append(predicates, event.EventIDLT(*i.EventIDLT)) - } - if i.EventIDLTE != nil { - predicates = append(predicates, event.EventIDLTE(*i.EventIDLTE)) - } if i.EventIDContains != nil { predicates = append(predicates, event.EventIDContains(*i.EventIDContains)) } @@ -39683,18 +31907,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.CorrelationIDNotIn) > 0 { predicates = append(predicates, event.CorrelationIDNotIn(i.CorrelationIDNotIn...)) } - if i.CorrelationIDGT != nil { - predicates = append(predicates, event.CorrelationIDGT(*i.CorrelationIDGT)) - } - if i.CorrelationIDGTE != nil { - predicates = append(predicates, event.CorrelationIDGTE(*i.CorrelationIDGTE)) - } - if i.CorrelationIDLT != nil { - predicates = append(predicates, event.CorrelationIDLT(*i.CorrelationIDLT)) - } - if i.CorrelationIDLTE != nil { - predicates = append(predicates, event.CorrelationIDLTE(*i.CorrelationIDLTE)) - } if i.CorrelationIDContains != nil { predicates = append(predicates, event.CorrelationIDContains(*i.CorrelationIDContains)) } @@ -39728,18 +31940,6 @@ func (i *EventWhereInput) P() (predicate.Event, error) { if len(i.EventTypeNotIn) > 0 { predicates = append(predicates, event.EventTypeNotIn(i.EventTypeNotIn...)) } - if i.EventTypeGT != nil { - predicates = append(predicates, event.EventTypeGT(*i.EventTypeGT)) - } - if i.EventTypeGTE != nil { - predicates = append(predicates, event.EventTypeGTE(*i.EventTypeGTE)) - } - if i.EventTypeLT != nil { - predicates = append(predicates, event.EventTypeLT(*i.EventTypeLT)) - } - if i.EventTypeLTE != nil { - predicates = append(predicates, event.EventTypeLTE(*i.EventTypeLTE)) - } if i.EventTypeContains != nil { predicates = append(predicates, event.EventTypeContains(*i.EventTypeContains)) } @@ -40011,46 +32211,32 @@ type EvidenceWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40064,10 +32250,6 @@ type EvidenceWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40081,10 +32263,6 @@ type EvidenceWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40098,10 +32276,6 @@ type EvidenceWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -40113,10 +32287,6 @@ type EvidenceWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -40130,10 +32300,6 @@ type EvidenceWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -40147,10 +32313,6 @@ type EvidenceWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -40164,10 +32326,6 @@ type EvidenceWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -40181,10 +32339,6 @@ type EvidenceWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -40204,10 +32358,6 @@ type EvidenceWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -40221,10 +32371,6 @@ type EvidenceWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -40236,10 +32382,6 @@ type EvidenceWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -40253,10 +32395,6 @@ type EvidenceWhereInput struct { CollectionProcedureNEQ *string `json:"collectionProcedureNEQ,omitempty"` CollectionProcedureIn []string `json:"collectionProcedureIn,omitempty"` CollectionProcedureNotIn []string `json:"collectionProcedureNotIn,omitempty"` - CollectionProcedureGT *string `json:"collectionProcedureGT,omitempty"` - CollectionProcedureGTE *string `json:"collectionProcedureGTE,omitempty"` - CollectionProcedureLT *string `json:"collectionProcedureLT,omitempty"` - CollectionProcedureLTE *string `json:"collectionProcedureLTE,omitempty"` CollectionProcedureContains *string `json:"collectionProcedureContains,omitempty"` CollectionProcedureHasPrefix *string `json:"collectionProcedureHasPrefix,omitempty"` CollectionProcedureHasSuffix *string `json:"collectionProcedureHasSuffix,omitempty"` @@ -40266,36 +32404,26 @@ type EvidenceWhereInput struct { CollectionProcedureContainsFold *string `json:"collectionProcedureContainsFold,omitempty"` // "creation_date" field predicates. - CreationDate *models.DateTime `json:"creationDate,omitempty"` - CreationDateNEQ *models.DateTime `json:"creationDateNEQ,omitempty"` - CreationDateIn []models.DateTime `json:"creationDateIn,omitempty"` - CreationDateNotIn []models.DateTime `json:"creationDateNotIn,omitempty"` - CreationDateGT *models.DateTime `json:"creationDateGT,omitempty"` - CreationDateGTE *models.DateTime `json:"creationDateGTE,omitempty"` - CreationDateLT *models.DateTime `json:"creationDateLT,omitempty"` - CreationDateLTE *models.DateTime `json:"creationDateLTE,omitempty"` + CreationDate *models.DateTime `json:"creationDate,omitempty"` + CreationDateGT *models.DateTime `json:"creationDateGT,omitempty"` + CreationDateGTE *models.DateTime `json:"creationDateGTE,omitempty"` + CreationDateLT *models.DateTime `json:"creationDateLT,omitempty"` + CreationDateLTE *models.DateTime `json:"creationDateLTE,omitempty"` // "renewal_date" field predicates. - RenewalDate *models.DateTime `json:"renewalDate,omitempty"` - RenewalDateNEQ *models.DateTime `json:"renewalDateNEQ,omitempty"` - RenewalDateIn []models.DateTime `json:"renewalDateIn,omitempty"` - RenewalDateNotIn []models.DateTime `json:"renewalDateNotIn,omitempty"` - RenewalDateGT *models.DateTime `json:"renewalDateGT,omitempty"` - RenewalDateGTE *models.DateTime `json:"renewalDateGTE,omitempty"` - RenewalDateLT *models.DateTime `json:"renewalDateLT,omitempty"` - RenewalDateLTE *models.DateTime `json:"renewalDateLTE,omitempty"` - RenewalDateIsNil bool `json:"renewalDateIsNil,omitempty"` - RenewalDateNotNil bool `json:"renewalDateNotNil,omitempty"` + RenewalDate *models.DateTime `json:"renewalDate,omitempty"` + RenewalDateGT *models.DateTime `json:"renewalDateGT,omitempty"` + RenewalDateGTE *models.DateTime `json:"renewalDateGTE,omitempty"` + RenewalDateLT *models.DateTime `json:"renewalDateLT,omitempty"` + RenewalDateLTE *models.DateTime `json:"renewalDateLTE,omitempty"` + RenewalDateIsNil bool `json:"renewalDateIsNil,omitempty"` + RenewalDateNotNil bool `json:"renewalDateNotNil,omitempty"` // "source" field predicates. Source *string `json:"source,omitempty"` SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -40315,10 +32443,6 @@ type EvidenceWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -40486,18 +32610,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, evidence.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, evidence.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, evidence.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, evidence.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, evidence.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, evidence.IDEqualFold(*i.IDEqualFold)) } @@ -40507,15 +32619,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if i.CreatedAt != nil { predicates = append(predicates, evidence.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, evidence.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, evidence.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, evidence.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, evidence.CreatedAtGT(*i.CreatedAtGT)) } @@ -40537,15 +32640,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if i.UpdatedAt != nil { predicates = append(predicates, evidence.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, evidence.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, evidence.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, evidence.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, evidence.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -40576,18 +32670,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, evidence.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, evidence.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, evidence.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, evidence.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, evidence.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, evidence.CreatedByContains(*i.CreatedByContains)) } @@ -40621,18 +32703,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, evidence.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, evidence.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, evidence.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, evidence.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, evidence.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, evidence.UpdatedByContains(*i.UpdatedByContains)) } @@ -40666,18 +32736,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, evidence.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, evidence.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, evidence.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, evidence.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, evidence.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, evidence.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -40711,18 +32769,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, evidence.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, evidence.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, evidence.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, evidence.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, evidence.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, evidence.DisplayIDContains(*i.DisplayIDContains)) } @@ -40750,18 +32796,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, evidence.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, evidence.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, evidence.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, evidence.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, evidence.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, evidence.OwnerIDContains(*i.OwnerIDContains)) } @@ -40795,18 +32829,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, evidence.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, evidence.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, evidence.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, evidence.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, evidence.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, evidence.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -40840,18 +32862,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, evidence.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, evidence.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, evidence.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, evidence.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, evidence.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, evidence.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -40885,18 +32895,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, evidence.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, evidence.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, evidence.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, evidence.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, evidence.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, evidence.ScopeNameContains(*i.ScopeNameContains)) } @@ -40930,18 +32928,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, evidence.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, evidence.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, evidence.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, evidence.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, evidence.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, evidence.ScopeIDContains(*i.ScopeIDContains)) } @@ -40987,18 +32973,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, evidence.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, evidence.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, evidence.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, evidence.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, evidence.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, evidence.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -41032,18 +33006,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, evidence.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, evidence.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, evidence.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, evidence.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, evidence.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, evidence.NameContains(*i.NameContains)) } @@ -41071,18 +33033,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, evidence.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, evidence.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, evidence.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, evidence.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, evidence.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, evidence.DescriptionContains(*i.DescriptionContains)) } @@ -41116,18 +33066,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.CollectionProcedureNotIn) > 0 { predicates = append(predicates, evidence.CollectionProcedureNotIn(i.CollectionProcedureNotIn...)) } - if i.CollectionProcedureGT != nil { - predicates = append(predicates, evidence.CollectionProcedureGT(*i.CollectionProcedureGT)) - } - if i.CollectionProcedureGTE != nil { - predicates = append(predicates, evidence.CollectionProcedureGTE(*i.CollectionProcedureGTE)) - } - if i.CollectionProcedureLT != nil { - predicates = append(predicates, evidence.CollectionProcedureLT(*i.CollectionProcedureLT)) - } - if i.CollectionProcedureLTE != nil { - predicates = append(predicates, evidence.CollectionProcedureLTE(*i.CollectionProcedureLTE)) - } if i.CollectionProcedureContains != nil { predicates = append(predicates, evidence.CollectionProcedureContains(*i.CollectionProcedureContains)) } @@ -41152,15 +33090,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if i.CreationDate != nil { predicates = append(predicates, evidence.CreationDateEQ(*i.CreationDate)) } - if i.CreationDateNEQ != nil { - predicates = append(predicates, evidence.CreationDateNEQ(*i.CreationDateNEQ)) - } - if len(i.CreationDateIn) > 0 { - predicates = append(predicates, evidence.CreationDateIn(i.CreationDateIn...)) - } - if len(i.CreationDateNotIn) > 0 { - predicates = append(predicates, evidence.CreationDateNotIn(i.CreationDateNotIn...)) - } if i.CreationDateGT != nil { predicates = append(predicates, evidence.CreationDateGT(*i.CreationDateGT)) } @@ -41176,15 +33105,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if i.RenewalDate != nil { predicates = append(predicates, evidence.RenewalDateEQ(*i.RenewalDate)) } - if i.RenewalDateNEQ != nil { - predicates = append(predicates, evidence.RenewalDateNEQ(*i.RenewalDateNEQ)) - } - if len(i.RenewalDateIn) > 0 { - predicates = append(predicates, evidence.RenewalDateIn(i.RenewalDateIn...)) - } - if len(i.RenewalDateNotIn) > 0 { - predicates = append(predicates, evidence.RenewalDateNotIn(i.RenewalDateNotIn...)) - } if i.RenewalDateGT != nil { predicates = append(predicates, evidence.RenewalDateGT(*i.RenewalDateGT)) } @@ -41215,18 +33135,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, evidence.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, evidence.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, evidence.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, evidence.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, evidence.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, evidence.SourceContains(*i.SourceContains)) } @@ -41272,18 +33180,6 @@ func (i *EvidenceWhereInput) P() (predicate.Evidence, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, evidence.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, evidence.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, evidence.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, evidence.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, evidence.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, evidence.URLContains(*i.URLContains)) } @@ -41636,46 +33532,32 @@ type ExportWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -41689,10 +33571,6 @@ type ExportWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -41706,10 +33584,6 @@ type ExportWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -41723,10 +33597,6 @@ type ExportWhereInput struct { RequestorIDNEQ *string `json:"requestorIDNEQ,omitempty"` RequestorIDIn []string `json:"requestorIDIn,omitempty"` RequestorIDNotIn []string `json:"requestorIDNotIn,omitempty"` - RequestorIDGT *string `json:"requestorIDGT,omitempty"` - RequestorIDGTE *string `json:"requestorIDGTE,omitempty"` - RequestorIDLT *string `json:"requestorIDLT,omitempty"` - RequestorIDLTE *string `json:"requestorIDLTE,omitempty"` RequestorIDContains *string `json:"requestorIDContains,omitempty"` RequestorIDHasPrefix *string `json:"requestorIDHasPrefix,omitempty"` RequestorIDHasSuffix *string `json:"requestorIDHasSuffix,omitempty"` @@ -41740,10 +33610,6 @@ type ExportWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -41775,10 +33641,6 @@ type ExportWhereInput struct { FiltersNEQ *string `json:"filtersNEQ,omitempty"` FiltersIn []string `json:"filtersIn,omitempty"` FiltersNotIn []string `json:"filtersNotIn,omitempty"` - FiltersGT *string `json:"filtersGT,omitempty"` - FiltersGTE *string `json:"filtersGTE,omitempty"` - FiltersLT *string `json:"filtersLT,omitempty"` - FiltersLTE *string `json:"filtersLTE,omitempty"` FiltersContains *string `json:"filtersContains,omitempty"` FiltersHasPrefix *string `json:"filtersHasPrefix,omitempty"` FiltersHasSuffix *string `json:"filtersHasSuffix,omitempty"` @@ -41792,10 +33654,6 @@ type ExportWhereInput struct { ErrorMessageNEQ *string `json:"errorMessageNEQ,omitempty"` ErrorMessageIn []string `json:"errorMessageIn,omitempty"` ErrorMessageNotIn []string `json:"errorMessageNotIn,omitempty"` - ErrorMessageGT *string `json:"errorMessageGT,omitempty"` - ErrorMessageGTE *string `json:"errorMessageGTE,omitempty"` - ErrorMessageLT *string `json:"errorMessageLT,omitempty"` - ErrorMessageLTE *string `json:"errorMessageLTE,omitempty"` ErrorMessageContains *string `json:"errorMessageContains,omitempty"` ErrorMessageHasPrefix *string `json:"errorMessageHasPrefix,omitempty"` ErrorMessageHasSuffix *string `json:"errorMessageHasSuffix,omitempty"` @@ -41909,18 +33767,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, export.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, export.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, export.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, export.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, export.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, export.IDEqualFold(*i.IDEqualFold)) } @@ -41930,15 +33776,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if i.CreatedAt != nil { predicates = append(predicates, export.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, export.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, export.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, export.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, export.CreatedAtGT(*i.CreatedAtGT)) } @@ -41960,15 +33797,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if i.UpdatedAt != nil { predicates = append(predicates, export.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, export.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, export.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, export.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, export.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -41999,18 +33827,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, export.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, export.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, export.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, export.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, export.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, export.CreatedByContains(*i.CreatedByContains)) } @@ -42044,18 +33860,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, export.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, export.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, export.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, export.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, export.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, export.UpdatedByContains(*i.UpdatedByContains)) } @@ -42089,18 +33893,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, export.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, export.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, export.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, export.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, export.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, export.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -42134,18 +33926,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.RequestorIDNotIn) > 0 { predicates = append(predicates, export.RequestorIDNotIn(i.RequestorIDNotIn...)) } - if i.RequestorIDGT != nil { - predicates = append(predicates, export.RequestorIDGT(*i.RequestorIDGT)) - } - if i.RequestorIDGTE != nil { - predicates = append(predicates, export.RequestorIDGTE(*i.RequestorIDGTE)) - } - if i.RequestorIDLT != nil { - predicates = append(predicates, export.RequestorIDLT(*i.RequestorIDLT)) - } - if i.RequestorIDLTE != nil { - predicates = append(predicates, export.RequestorIDLTE(*i.RequestorIDLTE)) - } if i.RequestorIDContains != nil { predicates = append(predicates, export.RequestorIDContains(*i.RequestorIDContains)) } @@ -42179,18 +33959,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, export.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, export.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, export.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, export.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, export.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, export.OwnerIDContains(*i.OwnerIDContains)) } @@ -42260,18 +34028,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.FiltersNotIn) > 0 { predicates = append(predicates, export.FiltersNotIn(i.FiltersNotIn...)) } - if i.FiltersGT != nil { - predicates = append(predicates, export.FiltersGT(*i.FiltersGT)) - } - if i.FiltersGTE != nil { - predicates = append(predicates, export.FiltersGTE(*i.FiltersGTE)) - } - if i.FiltersLT != nil { - predicates = append(predicates, export.FiltersLT(*i.FiltersLT)) - } - if i.FiltersLTE != nil { - predicates = append(predicates, export.FiltersLTE(*i.FiltersLTE)) - } if i.FiltersContains != nil { predicates = append(predicates, export.FiltersContains(*i.FiltersContains)) } @@ -42305,18 +34061,6 @@ func (i *ExportWhereInput) P() (predicate.Export, error) { if len(i.ErrorMessageNotIn) > 0 { predicates = append(predicates, export.ErrorMessageNotIn(i.ErrorMessageNotIn...)) } - if i.ErrorMessageGT != nil { - predicates = append(predicates, export.ErrorMessageGT(*i.ErrorMessageGT)) - } - if i.ErrorMessageGTE != nil { - predicates = append(predicates, export.ErrorMessageGTE(*i.ErrorMessageGTE)) - } - if i.ErrorMessageLT != nil { - predicates = append(predicates, export.ErrorMessageLT(*i.ErrorMessageLT)) - } - if i.ErrorMessageLTE != nil { - predicates = append(predicates, export.ErrorMessageLTE(*i.ErrorMessageLTE)) - } if i.ErrorMessageContains != nil { predicates = append(predicates, export.ErrorMessageContains(*i.ErrorMessageContains)) } @@ -42436,46 +34180,32 @@ type FileWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -42489,10 +34219,6 @@ type FileWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -42506,10 +34232,6 @@ type FileWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -42529,10 +34251,6 @@ type FileWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -42546,10 +34264,6 @@ type FileWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -42563,10 +34277,6 @@ type FileWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -42580,10 +34290,6 @@ type FileWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -42597,10 +34303,6 @@ type FileWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -42614,10 +34316,6 @@ type FileWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -42631,10 +34329,6 @@ type FileWhereInput struct { CategoryNameNEQ *string `json:"categoryNameNEQ,omitempty"` CategoryNameIn []string `json:"categoryNameIn,omitempty"` CategoryNameNotIn []string `json:"categoryNameNotIn,omitempty"` - CategoryNameGT *string `json:"categoryNameGT,omitempty"` - CategoryNameGTE *string `json:"categoryNameGTE,omitempty"` - CategoryNameLT *string `json:"categoryNameLT,omitempty"` - CategoryNameLTE *string `json:"categoryNameLTE,omitempty"` CategoryNameContains *string `json:"categoryNameContains,omitempty"` CategoryNameHasPrefix *string `json:"categoryNameHasPrefix,omitempty"` CategoryNameHasSuffix *string `json:"categoryNameHasSuffix,omitempty"` @@ -42648,10 +34342,6 @@ type FileWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -42665,10 +34355,6 @@ type FileWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -42682,10 +34368,6 @@ type FileWhereInput struct { ProvidedFileNameNEQ *string `json:"providedFileNameNEQ,omitempty"` ProvidedFileNameIn []string `json:"providedFileNameIn,omitempty"` ProvidedFileNameNotIn []string `json:"providedFileNameNotIn,omitempty"` - ProvidedFileNameGT *string `json:"providedFileNameGT,omitempty"` - ProvidedFileNameGTE *string `json:"providedFileNameGTE,omitempty"` - ProvidedFileNameLT *string `json:"providedFileNameLT,omitempty"` - ProvidedFileNameLTE *string `json:"providedFileNameLTE,omitempty"` ProvidedFileNameContains *string `json:"providedFileNameContains,omitempty"` ProvidedFileNameHasPrefix *string `json:"providedFileNameHasPrefix,omitempty"` ProvidedFileNameHasSuffix *string `json:"providedFileNameHasSuffix,omitempty"` @@ -42697,10 +34379,6 @@ type FileWhereInput struct { ProvidedFileExtensionNEQ *string `json:"providedFileExtensionNEQ,omitempty"` ProvidedFileExtensionIn []string `json:"providedFileExtensionIn,omitempty"` ProvidedFileExtensionNotIn []string `json:"providedFileExtensionNotIn,omitempty"` - ProvidedFileExtensionGT *string `json:"providedFileExtensionGT,omitempty"` - ProvidedFileExtensionGTE *string `json:"providedFileExtensionGTE,omitempty"` - ProvidedFileExtensionLT *string `json:"providedFileExtensionLT,omitempty"` - ProvidedFileExtensionLTE *string `json:"providedFileExtensionLTE,omitempty"` ProvidedFileExtensionContains *string `json:"providedFileExtensionContains,omitempty"` ProvidedFileExtensionHasPrefix *string `json:"providedFileExtensionHasPrefix,omitempty"` ProvidedFileExtensionHasSuffix *string `json:"providedFileExtensionHasSuffix,omitempty"` @@ -42708,38 +34386,30 @@ type FileWhereInput struct { ProvidedFileExtensionContainsFold *string `json:"providedFileExtensionContainsFold,omitempty"` // "provided_file_size" field predicates. - ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` - ProvidedFileSizeNEQ *int64 `json:"providedFileSizeNEQ,omitempty"` - ProvidedFileSizeIn []int64 `json:"providedFileSizeIn,omitempty"` - ProvidedFileSizeNotIn []int64 `json:"providedFileSizeNotIn,omitempty"` - ProvidedFileSizeGT *int64 `json:"providedFileSizeGT,omitempty"` - ProvidedFileSizeGTE *int64 `json:"providedFileSizeGTE,omitempty"` - ProvidedFileSizeLT *int64 `json:"providedFileSizeLT,omitempty"` - ProvidedFileSizeLTE *int64 `json:"providedFileSizeLTE,omitempty"` - ProvidedFileSizeIsNil bool `json:"providedFileSizeIsNil,omitempty"` - ProvidedFileSizeNotNil bool `json:"providedFileSizeNotNil,omitempty"` + ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` + ProvidedFileSizeNEQ *int64 `json:"providedFileSizeNEQ,omitempty"` + ProvidedFileSizeGT *int64 `json:"providedFileSizeGT,omitempty"` + ProvidedFileSizeGTE *int64 `json:"providedFileSizeGTE,omitempty"` + ProvidedFileSizeLT *int64 `json:"providedFileSizeLT,omitempty"` + ProvidedFileSizeLTE *int64 `json:"providedFileSizeLTE,omitempty"` + ProvidedFileSizeIsNil bool `json:"providedFileSizeIsNil,omitempty"` + ProvidedFileSizeNotNil bool `json:"providedFileSizeNotNil,omitempty"` // "persisted_file_size" field predicates. - PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` - PersistedFileSizeNEQ *int64 `json:"persistedFileSizeNEQ,omitempty"` - PersistedFileSizeIn []int64 `json:"persistedFileSizeIn,omitempty"` - PersistedFileSizeNotIn []int64 `json:"persistedFileSizeNotIn,omitempty"` - PersistedFileSizeGT *int64 `json:"persistedFileSizeGT,omitempty"` - PersistedFileSizeGTE *int64 `json:"persistedFileSizeGTE,omitempty"` - PersistedFileSizeLT *int64 `json:"persistedFileSizeLT,omitempty"` - PersistedFileSizeLTE *int64 `json:"persistedFileSizeLTE,omitempty"` - PersistedFileSizeIsNil bool `json:"persistedFileSizeIsNil,omitempty"` - PersistedFileSizeNotNil bool `json:"persistedFileSizeNotNil,omitempty"` + PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` + PersistedFileSizeNEQ *int64 `json:"persistedFileSizeNEQ,omitempty"` + PersistedFileSizeGT *int64 `json:"persistedFileSizeGT,omitempty"` + PersistedFileSizeGTE *int64 `json:"persistedFileSizeGTE,omitempty"` + PersistedFileSizeLT *int64 `json:"persistedFileSizeLT,omitempty"` + PersistedFileSizeLTE *int64 `json:"persistedFileSizeLTE,omitempty"` + PersistedFileSizeIsNil bool `json:"persistedFileSizeIsNil,omitempty"` + PersistedFileSizeNotNil bool `json:"persistedFileSizeNotNil,omitempty"` // "detected_mime_type" field predicates. DetectedMimeType *string `json:"detectedMimeType,omitempty"` DetectedMimeTypeNEQ *string `json:"detectedMimeTypeNEQ,omitempty"` DetectedMimeTypeIn []string `json:"detectedMimeTypeIn,omitempty"` DetectedMimeTypeNotIn []string `json:"detectedMimeTypeNotIn,omitempty"` - DetectedMimeTypeGT *string `json:"detectedMimeTypeGT,omitempty"` - DetectedMimeTypeGTE *string `json:"detectedMimeTypeGTE,omitempty"` - DetectedMimeTypeLT *string `json:"detectedMimeTypeLT,omitempty"` - DetectedMimeTypeLTE *string `json:"detectedMimeTypeLTE,omitempty"` DetectedMimeTypeContains *string `json:"detectedMimeTypeContains,omitempty"` DetectedMimeTypeHasPrefix *string `json:"detectedMimeTypeHasPrefix,omitempty"` DetectedMimeTypeHasSuffix *string `json:"detectedMimeTypeHasSuffix,omitempty"` @@ -42753,10 +34423,6 @@ type FileWhereInput struct { Md5HashNEQ *string `json:"md5HashNEQ,omitempty"` Md5HashIn []string `json:"md5HashIn,omitempty"` Md5HashNotIn []string `json:"md5HashNotIn,omitempty"` - Md5HashGT *string `json:"md5HashGT,omitempty"` - Md5HashGTE *string `json:"md5HashGTE,omitempty"` - Md5HashLT *string `json:"md5HashLT,omitempty"` - Md5HashLTE *string `json:"md5HashLTE,omitempty"` Md5HashContains *string `json:"md5HashContains,omitempty"` Md5HashHasPrefix *string `json:"md5HashHasPrefix,omitempty"` Md5HashHasSuffix *string `json:"md5HashHasSuffix,omitempty"` @@ -42770,10 +34436,6 @@ type FileWhereInput struct { DetectedContentTypeNEQ *string `json:"detectedContentTypeNEQ,omitempty"` DetectedContentTypeIn []string `json:"detectedContentTypeIn,omitempty"` DetectedContentTypeNotIn []string `json:"detectedContentTypeNotIn,omitempty"` - DetectedContentTypeGT *string `json:"detectedContentTypeGT,omitempty"` - DetectedContentTypeGTE *string `json:"detectedContentTypeGTE,omitempty"` - DetectedContentTypeLT *string `json:"detectedContentTypeLT,omitempty"` - DetectedContentTypeLTE *string `json:"detectedContentTypeLTE,omitempty"` DetectedContentTypeContains *string `json:"detectedContentTypeContains,omitempty"` DetectedContentTypeHasPrefix *string `json:"detectedContentTypeHasPrefix,omitempty"` DetectedContentTypeHasSuffix *string `json:"detectedContentTypeHasSuffix,omitempty"` @@ -42785,10 +34447,6 @@ type FileWhereInput struct { StoreKeyNEQ *string `json:"storeKeyNEQ,omitempty"` StoreKeyIn []string `json:"storeKeyIn,omitempty"` StoreKeyNotIn []string `json:"storeKeyNotIn,omitempty"` - StoreKeyGT *string `json:"storeKeyGT,omitempty"` - StoreKeyGTE *string `json:"storeKeyGTE,omitempty"` - StoreKeyLT *string `json:"storeKeyLT,omitempty"` - StoreKeyLTE *string `json:"storeKeyLTE,omitempty"` StoreKeyContains *string `json:"storeKeyContains,omitempty"` StoreKeyHasPrefix *string `json:"storeKeyHasPrefix,omitempty"` StoreKeyHasSuffix *string `json:"storeKeyHasSuffix,omitempty"` @@ -42802,10 +34460,6 @@ type FileWhereInput struct { CategoryTypeNEQ *string `json:"categoryTypeNEQ,omitempty"` CategoryTypeIn []string `json:"categoryTypeIn,omitempty"` CategoryTypeNotIn []string `json:"categoryTypeNotIn,omitempty"` - CategoryTypeGT *string `json:"categoryTypeGT,omitempty"` - CategoryTypeGTE *string `json:"categoryTypeGTE,omitempty"` - CategoryTypeLT *string `json:"categoryTypeLT,omitempty"` - CategoryTypeLTE *string `json:"categoryTypeLTE,omitempty"` CategoryTypeContains *string `json:"categoryTypeContains,omitempty"` CategoryTypeHasPrefix *string `json:"categoryTypeHasPrefix,omitempty"` CategoryTypeHasSuffix *string `json:"categoryTypeHasSuffix,omitempty"` @@ -42819,10 +34473,6 @@ type FileWhereInput struct { URINEQ *string `json:"uriNEQ,omitempty"` URIIn []string `json:"uriIn,omitempty"` URINotIn []string `json:"uriNotIn,omitempty"` - URIGT *string `json:"uriGT,omitempty"` - URIGTE *string `json:"uriGTE,omitempty"` - URILT *string `json:"uriLT,omitempty"` - URILTE *string `json:"uriLTE,omitempty"` URIContains *string `json:"uriContains,omitempty"` URIHasPrefix *string `json:"uriHasPrefix,omitempty"` URIHasSuffix *string `json:"uriHasSuffix,omitempty"` @@ -42836,10 +34486,6 @@ type FileWhereInput struct { StorageSchemeNEQ *string `json:"storageSchemeNEQ,omitempty"` StorageSchemeIn []string `json:"storageSchemeIn,omitempty"` StorageSchemeNotIn []string `json:"storageSchemeNotIn,omitempty"` - StorageSchemeGT *string `json:"storageSchemeGT,omitempty"` - StorageSchemeGTE *string `json:"storageSchemeGTE,omitempty"` - StorageSchemeLT *string `json:"storageSchemeLT,omitempty"` - StorageSchemeLTE *string `json:"storageSchemeLTE,omitempty"` StorageSchemeContains *string `json:"storageSchemeContains,omitempty"` StorageSchemeHasPrefix *string `json:"storageSchemeHasPrefix,omitempty"` StorageSchemeHasSuffix *string `json:"storageSchemeHasSuffix,omitempty"` @@ -42853,10 +34499,6 @@ type FileWhereInput struct { StorageVolumeNEQ *string `json:"storageVolumeNEQ,omitempty"` StorageVolumeIn []string `json:"storageVolumeIn,omitempty"` StorageVolumeNotIn []string `json:"storageVolumeNotIn,omitempty"` - StorageVolumeGT *string `json:"storageVolumeGT,omitempty"` - StorageVolumeGTE *string `json:"storageVolumeGTE,omitempty"` - StorageVolumeLT *string `json:"storageVolumeLT,omitempty"` - StorageVolumeLTE *string `json:"storageVolumeLTE,omitempty"` StorageVolumeContains *string `json:"storageVolumeContains,omitempty"` StorageVolumeHasPrefix *string `json:"storageVolumeHasPrefix,omitempty"` StorageVolumeHasSuffix *string `json:"storageVolumeHasSuffix,omitempty"` @@ -42870,10 +34512,6 @@ type FileWhereInput struct { StoragePathNEQ *string `json:"storagePathNEQ,omitempty"` StoragePathIn []string `json:"storagePathIn,omitempty"` StoragePathNotIn []string `json:"storagePathNotIn,omitempty"` - StoragePathGT *string `json:"storagePathGT,omitempty"` - StoragePathGTE *string `json:"storagePathGTE,omitempty"` - StoragePathLT *string `json:"storagePathLT,omitempty"` - StoragePathLTE *string `json:"storagePathLTE,omitempty"` StoragePathContains *string `json:"storagePathContains,omitempty"` StoragePathHasPrefix *string `json:"storagePathHasPrefix,omitempty"` StoragePathHasSuffix *string `json:"storagePathHasSuffix,omitempty"` @@ -42887,10 +34525,6 @@ type FileWhereInput struct { StorageRegionNEQ *string `json:"storageRegionNEQ,omitempty"` StorageRegionIn []string `json:"storageRegionIn,omitempty"` StorageRegionNotIn []string `json:"storageRegionNotIn,omitempty"` - StorageRegionGT *string `json:"storageRegionGT,omitempty"` - StorageRegionGTE *string `json:"storageRegionGTE,omitempty"` - StorageRegionLT *string `json:"storageRegionLT,omitempty"` - StorageRegionLTE *string `json:"storageRegionLTE,omitempty"` StorageRegionContains *string `json:"storageRegionContains,omitempty"` StorageRegionHasPrefix *string `json:"storageRegionHasPrefix,omitempty"` StorageRegionHasSuffix *string `json:"storageRegionHasSuffix,omitempty"` @@ -42904,10 +34538,6 @@ type FileWhereInput struct { StorageProviderNEQ *string `json:"storageProviderNEQ,omitempty"` StorageProviderIn []string `json:"storageProviderIn,omitempty"` StorageProviderNotIn []string `json:"storageProviderNotIn,omitempty"` - StorageProviderGT *string `json:"storageProviderGT,omitempty"` - StorageProviderGTE *string `json:"storageProviderGTE,omitempty"` - StorageProviderLT *string `json:"storageProviderLT,omitempty"` - StorageProviderLTE *string `json:"storageProviderLTE,omitempty"` StorageProviderContains *string `json:"storageProviderContains,omitempty"` StorageProviderHasPrefix *string `json:"storageProviderHasPrefix,omitempty"` StorageProviderHasSuffix *string `json:"storageProviderHasSuffix,omitempty"` @@ -42917,16 +34547,13 @@ type FileWhereInput struct { StorageProviderContainsFold *string `json:"storageProviderContainsFold,omitempty"` // "last_accessed_at" field predicates. - LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` - LastAccessedAtNEQ *time.Time `json:"lastAccessedAtNEQ,omitempty"` - LastAccessedAtIn []time.Time `json:"lastAccessedAtIn,omitempty"` - LastAccessedAtNotIn []time.Time `json:"lastAccessedAtNotIn,omitempty"` - LastAccessedAtGT *time.Time `json:"lastAccessedAtGT,omitempty"` - LastAccessedAtGTE *time.Time `json:"lastAccessedAtGTE,omitempty"` - LastAccessedAtLT *time.Time `json:"lastAccessedAtLT,omitempty"` - LastAccessedAtLTE *time.Time `json:"lastAccessedAtLTE,omitempty"` - LastAccessedAtIsNil bool `json:"lastAccessedAtIsNil,omitempty"` - LastAccessedAtNotNil bool `json:"lastAccessedAtNotNil,omitempty"` + LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` + LastAccessedAtGT *time.Time `json:"lastAccessedAtGT,omitempty"` + LastAccessedAtGTE *time.Time `json:"lastAccessedAtGTE,omitempty"` + LastAccessedAtLT *time.Time `json:"lastAccessedAtLT,omitempty"` + LastAccessedAtLTE *time.Time `json:"lastAccessedAtLTE,omitempty"` + LastAccessedAtIsNil bool `json:"lastAccessedAtIsNil,omitempty"` + LastAccessedAtNotNil bool `json:"lastAccessedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -43099,18 +34726,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, file.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, file.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, file.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, file.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, file.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, file.IDEqualFold(*i.IDEqualFold)) } @@ -43120,15 +34735,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if i.CreatedAt != nil { predicates = append(predicates, file.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, file.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, file.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, file.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, file.CreatedAtGT(*i.CreatedAtGT)) } @@ -43150,15 +34756,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if i.UpdatedAt != nil { predicates = append(predicates, file.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, file.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, file.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, file.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, file.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -43189,18 +34786,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, file.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, file.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, file.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, file.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, file.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, file.CreatedByContains(*i.CreatedByContains)) } @@ -43234,18 +34819,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, file.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, file.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, file.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, file.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, file.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, file.UpdatedByContains(*i.UpdatedByContains)) } @@ -43279,18 +34852,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, file.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, file.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, file.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, file.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, file.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, file.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -43336,18 +34897,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, file.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, file.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, file.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, file.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, file.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, file.InternalNotesContains(*i.InternalNotesContains)) } @@ -43381,18 +34930,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, file.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, file.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, file.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, file.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, file.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, file.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -43426,18 +34963,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, file.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, file.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, file.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, file.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, file.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, file.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -43471,18 +34996,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, file.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, file.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, file.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, file.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, file.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, file.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -43516,18 +35029,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, file.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, file.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, file.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, file.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, file.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, file.ScopeNameContains(*i.ScopeNameContains)) } @@ -43561,18 +35062,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, file.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, file.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, file.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, file.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, file.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, file.ScopeIDContains(*i.ScopeIDContains)) } @@ -43606,18 +35095,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.CategoryNameNotIn) > 0 { predicates = append(predicates, file.CategoryNameNotIn(i.CategoryNameNotIn...)) } - if i.CategoryNameGT != nil { - predicates = append(predicates, file.CategoryNameGT(*i.CategoryNameGT)) - } - if i.CategoryNameGTE != nil { - predicates = append(predicates, file.CategoryNameGTE(*i.CategoryNameGTE)) - } - if i.CategoryNameLT != nil { - predicates = append(predicates, file.CategoryNameLT(*i.CategoryNameLT)) - } - if i.CategoryNameLTE != nil { - predicates = append(predicates, file.CategoryNameLTE(*i.CategoryNameLTE)) - } if i.CategoryNameContains != nil { predicates = append(predicates, file.CategoryNameContains(*i.CategoryNameContains)) } @@ -43651,18 +35128,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, file.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, file.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, file.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, file.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, file.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, file.CategoryIDContains(*i.CategoryIDContains)) } @@ -43696,18 +35161,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, file.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, file.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, file.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, file.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, file.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, file.NameContains(*i.NameContains)) } @@ -43741,18 +35194,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.ProvidedFileNameNotIn) > 0 { predicates = append(predicates, file.ProvidedFileNameNotIn(i.ProvidedFileNameNotIn...)) } - if i.ProvidedFileNameGT != nil { - predicates = append(predicates, file.ProvidedFileNameGT(*i.ProvidedFileNameGT)) - } - if i.ProvidedFileNameGTE != nil { - predicates = append(predicates, file.ProvidedFileNameGTE(*i.ProvidedFileNameGTE)) - } - if i.ProvidedFileNameLT != nil { - predicates = append(predicates, file.ProvidedFileNameLT(*i.ProvidedFileNameLT)) - } - if i.ProvidedFileNameLTE != nil { - predicates = append(predicates, file.ProvidedFileNameLTE(*i.ProvidedFileNameLTE)) - } if i.ProvidedFileNameContains != nil { predicates = append(predicates, file.ProvidedFileNameContains(*i.ProvidedFileNameContains)) } @@ -43780,18 +35221,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.ProvidedFileExtensionNotIn) > 0 { predicates = append(predicates, file.ProvidedFileExtensionNotIn(i.ProvidedFileExtensionNotIn...)) } - if i.ProvidedFileExtensionGT != nil { - predicates = append(predicates, file.ProvidedFileExtensionGT(*i.ProvidedFileExtensionGT)) - } - if i.ProvidedFileExtensionGTE != nil { - predicates = append(predicates, file.ProvidedFileExtensionGTE(*i.ProvidedFileExtensionGTE)) - } - if i.ProvidedFileExtensionLT != nil { - predicates = append(predicates, file.ProvidedFileExtensionLT(*i.ProvidedFileExtensionLT)) - } - if i.ProvidedFileExtensionLTE != nil { - predicates = append(predicates, file.ProvidedFileExtensionLTE(*i.ProvidedFileExtensionLTE)) - } if i.ProvidedFileExtensionContains != nil { predicates = append(predicates, file.ProvidedFileExtensionContains(*i.ProvidedFileExtensionContains)) } @@ -43813,12 +35242,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if i.ProvidedFileSizeNEQ != nil { predicates = append(predicates, file.ProvidedFileSizeNEQ(*i.ProvidedFileSizeNEQ)) } - if len(i.ProvidedFileSizeIn) > 0 { - predicates = append(predicates, file.ProvidedFileSizeIn(i.ProvidedFileSizeIn...)) - } - if len(i.ProvidedFileSizeNotIn) > 0 { - predicates = append(predicates, file.ProvidedFileSizeNotIn(i.ProvidedFileSizeNotIn...)) - } if i.ProvidedFileSizeGT != nil { predicates = append(predicates, file.ProvidedFileSizeGT(*i.ProvidedFileSizeGT)) } @@ -43843,12 +35266,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if i.PersistedFileSizeNEQ != nil { predicates = append(predicates, file.PersistedFileSizeNEQ(*i.PersistedFileSizeNEQ)) } - if len(i.PersistedFileSizeIn) > 0 { - predicates = append(predicates, file.PersistedFileSizeIn(i.PersistedFileSizeIn...)) - } - if len(i.PersistedFileSizeNotIn) > 0 { - predicates = append(predicates, file.PersistedFileSizeNotIn(i.PersistedFileSizeNotIn...)) - } if i.PersistedFileSizeGT != nil { predicates = append(predicates, file.PersistedFileSizeGT(*i.PersistedFileSizeGT)) } @@ -43879,18 +35296,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.DetectedMimeTypeNotIn) > 0 { predicates = append(predicates, file.DetectedMimeTypeNotIn(i.DetectedMimeTypeNotIn...)) } - if i.DetectedMimeTypeGT != nil { - predicates = append(predicates, file.DetectedMimeTypeGT(*i.DetectedMimeTypeGT)) - } - if i.DetectedMimeTypeGTE != nil { - predicates = append(predicates, file.DetectedMimeTypeGTE(*i.DetectedMimeTypeGTE)) - } - if i.DetectedMimeTypeLT != nil { - predicates = append(predicates, file.DetectedMimeTypeLT(*i.DetectedMimeTypeLT)) - } - if i.DetectedMimeTypeLTE != nil { - predicates = append(predicates, file.DetectedMimeTypeLTE(*i.DetectedMimeTypeLTE)) - } if i.DetectedMimeTypeContains != nil { predicates = append(predicates, file.DetectedMimeTypeContains(*i.DetectedMimeTypeContains)) } @@ -43924,18 +35329,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.Md5HashNotIn) > 0 { predicates = append(predicates, file.Md5HashNotIn(i.Md5HashNotIn...)) } - if i.Md5HashGT != nil { - predicates = append(predicates, file.Md5HashGT(*i.Md5HashGT)) - } - if i.Md5HashGTE != nil { - predicates = append(predicates, file.Md5HashGTE(*i.Md5HashGTE)) - } - if i.Md5HashLT != nil { - predicates = append(predicates, file.Md5HashLT(*i.Md5HashLT)) - } - if i.Md5HashLTE != nil { - predicates = append(predicates, file.Md5HashLTE(*i.Md5HashLTE)) - } if i.Md5HashContains != nil { predicates = append(predicates, file.Md5HashContains(*i.Md5HashContains)) } @@ -43969,18 +35362,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.DetectedContentTypeNotIn) > 0 { predicates = append(predicates, file.DetectedContentTypeNotIn(i.DetectedContentTypeNotIn...)) } - if i.DetectedContentTypeGT != nil { - predicates = append(predicates, file.DetectedContentTypeGT(*i.DetectedContentTypeGT)) - } - if i.DetectedContentTypeGTE != nil { - predicates = append(predicates, file.DetectedContentTypeGTE(*i.DetectedContentTypeGTE)) - } - if i.DetectedContentTypeLT != nil { - predicates = append(predicates, file.DetectedContentTypeLT(*i.DetectedContentTypeLT)) - } - if i.DetectedContentTypeLTE != nil { - predicates = append(predicates, file.DetectedContentTypeLTE(*i.DetectedContentTypeLTE)) - } if i.DetectedContentTypeContains != nil { predicates = append(predicates, file.DetectedContentTypeContains(*i.DetectedContentTypeContains)) } @@ -44008,18 +35389,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StoreKeyNotIn) > 0 { predicates = append(predicates, file.StoreKeyNotIn(i.StoreKeyNotIn...)) } - if i.StoreKeyGT != nil { - predicates = append(predicates, file.StoreKeyGT(*i.StoreKeyGT)) - } - if i.StoreKeyGTE != nil { - predicates = append(predicates, file.StoreKeyGTE(*i.StoreKeyGTE)) - } - if i.StoreKeyLT != nil { - predicates = append(predicates, file.StoreKeyLT(*i.StoreKeyLT)) - } - if i.StoreKeyLTE != nil { - predicates = append(predicates, file.StoreKeyLTE(*i.StoreKeyLTE)) - } if i.StoreKeyContains != nil { predicates = append(predicates, file.StoreKeyContains(*i.StoreKeyContains)) } @@ -44053,18 +35422,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.CategoryTypeNotIn) > 0 { predicates = append(predicates, file.CategoryTypeNotIn(i.CategoryTypeNotIn...)) } - if i.CategoryTypeGT != nil { - predicates = append(predicates, file.CategoryTypeGT(*i.CategoryTypeGT)) - } - if i.CategoryTypeGTE != nil { - predicates = append(predicates, file.CategoryTypeGTE(*i.CategoryTypeGTE)) - } - if i.CategoryTypeLT != nil { - predicates = append(predicates, file.CategoryTypeLT(*i.CategoryTypeLT)) - } - if i.CategoryTypeLTE != nil { - predicates = append(predicates, file.CategoryTypeLTE(*i.CategoryTypeLTE)) - } if i.CategoryTypeContains != nil { predicates = append(predicates, file.CategoryTypeContains(*i.CategoryTypeContains)) } @@ -44098,18 +35455,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.URINotIn) > 0 { predicates = append(predicates, file.URINotIn(i.URINotIn...)) } - if i.URIGT != nil { - predicates = append(predicates, file.URIGT(*i.URIGT)) - } - if i.URIGTE != nil { - predicates = append(predicates, file.URIGTE(*i.URIGTE)) - } - if i.URILT != nil { - predicates = append(predicates, file.URILT(*i.URILT)) - } - if i.URILTE != nil { - predicates = append(predicates, file.URILTE(*i.URILTE)) - } if i.URIContains != nil { predicates = append(predicates, file.URIContains(*i.URIContains)) } @@ -44143,18 +35488,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StorageSchemeNotIn) > 0 { predicates = append(predicates, file.StorageSchemeNotIn(i.StorageSchemeNotIn...)) } - if i.StorageSchemeGT != nil { - predicates = append(predicates, file.StorageSchemeGT(*i.StorageSchemeGT)) - } - if i.StorageSchemeGTE != nil { - predicates = append(predicates, file.StorageSchemeGTE(*i.StorageSchemeGTE)) - } - if i.StorageSchemeLT != nil { - predicates = append(predicates, file.StorageSchemeLT(*i.StorageSchemeLT)) - } - if i.StorageSchemeLTE != nil { - predicates = append(predicates, file.StorageSchemeLTE(*i.StorageSchemeLTE)) - } if i.StorageSchemeContains != nil { predicates = append(predicates, file.StorageSchemeContains(*i.StorageSchemeContains)) } @@ -44188,18 +35521,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StorageVolumeNotIn) > 0 { predicates = append(predicates, file.StorageVolumeNotIn(i.StorageVolumeNotIn...)) } - if i.StorageVolumeGT != nil { - predicates = append(predicates, file.StorageVolumeGT(*i.StorageVolumeGT)) - } - if i.StorageVolumeGTE != nil { - predicates = append(predicates, file.StorageVolumeGTE(*i.StorageVolumeGTE)) - } - if i.StorageVolumeLT != nil { - predicates = append(predicates, file.StorageVolumeLT(*i.StorageVolumeLT)) - } - if i.StorageVolumeLTE != nil { - predicates = append(predicates, file.StorageVolumeLTE(*i.StorageVolumeLTE)) - } if i.StorageVolumeContains != nil { predicates = append(predicates, file.StorageVolumeContains(*i.StorageVolumeContains)) } @@ -44233,18 +35554,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StoragePathNotIn) > 0 { predicates = append(predicates, file.StoragePathNotIn(i.StoragePathNotIn...)) } - if i.StoragePathGT != nil { - predicates = append(predicates, file.StoragePathGT(*i.StoragePathGT)) - } - if i.StoragePathGTE != nil { - predicates = append(predicates, file.StoragePathGTE(*i.StoragePathGTE)) - } - if i.StoragePathLT != nil { - predicates = append(predicates, file.StoragePathLT(*i.StoragePathLT)) - } - if i.StoragePathLTE != nil { - predicates = append(predicates, file.StoragePathLTE(*i.StoragePathLTE)) - } if i.StoragePathContains != nil { predicates = append(predicates, file.StoragePathContains(*i.StoragePathContains)) } @@ -44278,18 +35587,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StorageRegionNotIn) > 0 { predicates = append(predicates, file.StorageRegionNotIn(i.StorageRegionNotIn...)) } - if i.StorageRegionGT != nil { - predicates = append(predicates, file.StorageRegionGT(*i.StorageRegionGT)) - } - if i.StorageRegionGTE != nil { - predicates = append(predicates, file.StorageRegionGTE(*i.StorageRegionGTE)) - } - if i.StorageRegionLT != nil { - predicates = append(predicates, file.StorageRegionLT(*i.StorageRegionLT)) - } - if i.StorageRegionLTE != nil { - predicates = append(predicates, file.StorageRegionLTE(*i.StorageRegionLTE)) - } if i.StorageRegionContains != nil { predicates = append(predicates, file.StorageRegionContains(*i.StorageRegionContains)) } @@ -44323,18 +35620,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if len(i.StorageProviderNotIn) > 0 { predicates = append(predicates, file.StorageProviderNotIn(i.StorageProviderNotIn...)) } - if i.StorageProviderGT != nil { - predicates = append(predicates, file.StorageProviderGT(*i.StorageProviderGT)) - } - if i.StorageProviderGTE != nil { - predicates = append(predicates, file.StorageProviderGTE(*i.StorageProviderGTE)) - } - if i.StorageProviderLT != nil { - predicates = append(predicates, file.StorageProviderLT(*i.StorageProviderLT)) - } - if i.StorageProviderLTE != nil { - predicates = append(predicates, file.StorageProviderLTE(*i.StorageProviderLTE)) - } if i.StorageProviderContains != nil { predicates = append(predicates, file.StorageProviderContains(*i.StorageProviderContains)) } @@ -44359,15 +35644,6 @@ func (i *FileWhereInput) P() (predicate.File, error) { if i.LastAccessedAt != nil { predicates = append(predicates, file.LastAccessedAtEQ(*i.LastAccessedAt)) } - if i.LastAccessedAtNEQ != nil { - predicates = append(predicates, file.LastAccessedAtNEQ(*i.LastAccessedAtNEQ)) - } - if len(i.LastAccessedAtIn) > 0 { - predicates = append(predicates, file.LastAccessedAtIn(i.LastAccessedAtIn...)) - } - if len(i.LastAccessedAtNotIn) > 0 { - predicates = append(predicates, file.LastAccessedAtNotIn(i.LastAccessedAtNotIn...)) - } if i.LastAccessedAtGT != nil { predicates = append(predicates, file.LastAccessedAtGT(*i.LastAccessedAtGT)) } @@ -44823,46 +36099,32 @@ type FindingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -44876,10 +36138,6 @@ type FindingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -44893,10 +36151,6 @@ type FindingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -44910,10 +36164,6 @@ type FindingWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -44925,10 +36175,6 @@ type FindingWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -44942,10 +36188,6 @@ type FindingWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -44959,10 +36201,6 @@ type FindingWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -44976,10 +36214,6 @@ type FindingWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -44993,10 +36227,6 @@ type FindingWhereInput struct { AssignedToNEQ *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGT *string `json:"assignedToGT,omitempty"` - AssignedToGTE *string `json:"assignedToGTE,omitempty"` - AssignedToLT *string `json:"assignedToLT,omitempty"` - AssignedToLTE *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -45010,10 +36240,6 @@ type FindingWhereInput struct { AssignedToUserIDNEQ *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIDGT *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIDGTE *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIDLT *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIDLTE *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -45027,10 +36253,6 @@ type FindingWhereInput struct { AssignedToGroupIDNEQ *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIDGT *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIDGTE *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIDLT *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIDLTE *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -45050,10 +36272,6 @@ type FindingWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -45067,10 +36285,6 @@ type FindingWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -45084,10 +36298,6 @@ type FindingWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -45101,10 +36311,6 @@ type FindingWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -45118,10 +36324,6 @@ type FindingWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -45135,10 +36337,6 @@ type FindingWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -45152,10 +36350,6 @@ type FindingWhereInput struct { FindingStatusNameNEQ *string `json:"findingStatusNameNEQ,omitempty"` FindingStatusNameIn []string `json:"findingStatusNameIn,omitempty"` FindingStatusNameNotIn []string `json:"findingStatusNameNotIn,omitempty"` - FindingStatusNameGT *string `json:"findingStatusNameGT,omitempty"` - FindingStatusNameGTE *string `json:"findingStatusNameGTE,omitempty"` - FindingStatusNameLT *string `json:"findingStatusNameLT,omitempty"` - FindingStatusNameLTE *string `json:"findingStatusNameLTE,omitempty"` FindingStatusNameContains *string `json:"findingStatusNameContains,omitempty"` FindingStatusNameHasPrefix *string `json:"findingStatusNameHasPrefix,omitempty"` FindingStatusNameHasSuffix *string `json:"findingStatusNameHasSuffix,omitempty"` @@ -45169,10 +36363,6 @@ type FindingWhereInput struct { FindingStatusIDNEQ *string `json:"findingStatusIDNEQ,omitempty"` FindingStatusIDIn []string `json:"findingStatusIDIn,omitempty"` FindingStatusIDNotIn []string `json:"findingStatusIDNotIn,omitempty"` - FindingStatusIDGT *string `json:"findingStatusIDGT,omitempty"` - FindingStatusIDGTE *string `json:"findingStatusIDGTE,omitempty"` - FindingStatusIDLT *string `json:"findingStatusIDLT,omitempty"` - FindingStatusIDLTE *string `json:"findingStatusIDLTE,omitempty"` FindingStatusIDContains *string `json:"findingStatusIDContains,omitempty"` FindingStatusIDHasPrefix *string `json:"findingStatusIDHasPrefix,omitempty"` FindingStatusIDHasSuffix *string `json:"findingStatusIDHasSuffix,omitempty"` @@ -45192,10 +36382,6 @@ type FindingWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -45217,10 +36403,6 @@ type FindingWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -45234,10 +36416,6 @@ type FindingWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -45251,10 +36429,6 @@ type FindingWhereInput struct { ResourceNameNEQ *string `json:"resourceNameNEQ,omitempty"` ResourceNameIn []string `json:"resourceNameIn,omitempty"` ResourceNameNotIn []string `json:"resourceNameNotIn,omitempty"` - ResourceNameGT *string `json:"resourceNameGT,omitempty"` - ResourceNameGTE *string `json:"resourceNameGTE,omitempty"` - ResourceNameLT *string `json:"resourceNameLT,omitempty"` - ResourceNameLTE *string `json:"resourceNameLTE,omitempty"` ResourceNameContains *string `json:"resourceNameContains,omitempty"` ResourceNameHasPrefix *string `json:"resourceNameHasPrefix,omitempty"` ResourceNameHasSuffix *string `json:"resourceNameHasSuffix,omitempty"` @@ -45268,10 +36442,6 @@ type FindingWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -45285,10 +36455,6 @@ type FindingWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -45302,10 +36468,6 @@ type FindingWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -45319,10 +36481,6 @@ type FindingWhereInput struct { FindingClassNEQ *string `json:"findingClassNEQ,omitempty"` FindingClassIn []string `json:"findingClassIn,omitempty"` FindingClassNotIn []string `json:"findingClassNotIn,omitempty"` - FindingClassGT *string `json:"findingClassGT,omitempty"` - FindingClassGTE *string `json:"findingClassGTE,omitempty"` - FindingClassLT *string `json:"findingClassLT,omitempty"` - FindingClassLTE *string `json:"findingClassLTE,omitempty"` FindingClassContains *string `json:"findingClassContains,omitempty"` FindingClassHasPrefix *string `json:"findingClassHasPrefix,omitempty"` FindingClassHasSuffix *string `json:"findingClassHasSuffix,omitempty"` @@ -45336,10 +36494,6 @@ type FindingWhereInput struct { SeverityNEQ *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGT *string `json:"severityGT,omitempty"` - SeverityGTE *string `json:"severityGTE,omitempty"` - SeverityLT *string `json:"severityLT,omitempty"` - SeverityLTE *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -45401,10 +36555,6 @@ type FindingWhereInput struct { PriorityNEQ *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGT *string `json:"priorityGT,omitempty"` - PriorityGTE *string `json:"priorityGTE,omitempty"` - PriorityLT *string `json:"priorityLT,omitempty"` - PriorityLTE *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -45448,10 +36598,6 @@ type FindingWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -45465,10 +36611,6 @@ type FindingWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -45482,10 +36624,6 @@ type FindingWhereInput struct { RecommendationNEQ *string `json:"recommendationNEQ,omitempty"` RecommendationIn []string `json:"recommendationIn,omitempty"` RecommendationNotIn []string `json:"recommendationNotIn,omitempty"` - RecommendationGT *string `json:"recommendationGT,omitempty"` - RecommendationGTE *string `json:"recommendationGTE,omitempty"` - RecommendationLT *string `json:"recommendationLT,omitempty"` - RecommendationLTE *string `json:"recommendationLTE,omitempty"` RecommendationContains *string `json:"recommendationContains,omitempty"` RecommendationHasPrefix *string `json:"recommendationHasPrefix,omitempty"` RecommendationHasSuffix *string `json:"recommendationHasSuffix,omitempty"` @@ -45499,10 +36637,6 @@ type FindingWhereInput struct { RecommendedActionsNEQ *string `json:"recommendedActionsNEQ,omitempty"` RecommendedActionsIn []string `json:"recommendedActionsIn,omitempty"` RecommendedActionsNotIn []string `json:"recommendedActionsNotIn,omitempty"` - RecommendedActionsGT *string `json:"recommendedActionsGT,omitempty"` - RecommendedActionsGTE *string `json:"recommendedActionsGTE,omitempty"` - RecommendedActionsLT *string `json:"recommendedActionsLT,omitempty"` - RecommendedActionsLTE *string `json:"recommendedActionsLTE,omitempty"` RecommendedActionsContains *string `json:"recommendedActionsContains,omitempty"` RecommendedActionsHasPrefix *string `json:"recommendedActionsHasPrefix,omitempty"` RecommendedActionsHasSuffix *string `json:"recommendedActionsHasSuffix,omitempty"` @@ -45516,10 +36650,6 @@ type FindingWhereInput struct { VectorNEQ *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGT *string `json:"vectorGT,omitempty"` - VectorGTE *string `json:"vectorGTE,omitempty"` - VectorLT *string `json:"vectorLT,omitempty"` - VectorLTE *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -45529,62 +36659,47 @@ type FindingWhereInput struct { VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // "remediation_sla" field predicates. - RemediationSLA *int `json:"remediationSLA,omitempty"` - RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int `json:"remediationSLANotIn,omitempty"` - RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` - RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` - RemediationSLALT *int `json:"remediationSLALT,omitempty"` - RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int `json:"remediationSLA,omitempty"` + RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` + RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` + RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` + RemediationSLALT *int `json:"remediationSLALT,omitempty"` + RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` // "event_time" field predicates. - EventTime *models.DateTime `json:"eventTime,omitempty"` - EventTimeNEQ *models.DateTime `json:"eventTimeNEQ,omitempty"` - EventTimeIn []models.DateTime `json:"eventTimeIn,omitempty"` - EventTimeNotIn []models.DateTime `json:"eventTimeNotIn,omitempty"` - EventTimeGT *models.DateTime `json:"eventTimeGT,omitempty"` - EventTimeGTE *models.DateTime `json:"eventTimeGTE,omitempty"` - EventTimeLT *models.DateTime `json:"eventTimeLT,omitempty"` - EventTimeLTE *models.DateTime `json:"eventTimeLTE,omitempty"` - EventTimeIsNil bool `json:"eventTimeIsNil,omitempty"` - EventTimeNotNil bool `json:"eventTimeNotNil,omitempty"` + EventTime *models.DateTime `json:"eventTime,omitempty"` + EventTimeGT *models.DateTime `json:"eventTimeGT,omitempty"` + EventTimeGTE *models.DateTime `json:"eventTimeGTE,omitempty"` + EventTimeLT *models.DateTime `json:"eventTimeLT,omitempty"` + EventTimeLTE *models.DateTime `json:"eventTimeLTE,omitempty"` + EventTimeIsNil bool `json:"eventTimeIsNil,omitempty"` + EventTimeNotNil bool `json:"eventTimeNotNil,omitempty"` // "reported_at" field predicates. - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNEQ *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` // "source_updated_at" field predicates. - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNEQ *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` // "external_uri" field predicates. ExternalURI *string `json:"externalURI,omitempty"` ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -45812,18 +36927,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, finding.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, finding.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, finding.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, finding.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, finding.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, finding.IDEqualFold(*i.IDEqualFold)) } @@ -45833,15 +36936,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.CreatedAt != nil { predicates = append(predicates, finding.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, finding.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, finding.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, finding.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, finding.CreatedAtGT(*i.CreatedAtGT)) } @@ -45863,15 +36957,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.UpdatedAt != nil { predicates = append(predicates, finding.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, finding.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, finding.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, finding.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, finding.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -45902,18 +36987,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, finding.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, finding.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, finding.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, finding.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, finding.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, finding.CreatedByContains(*i.CreatedByContains)) } @@ -45947,18 +37020,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, finding.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, finding.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, finding.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, finding.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, finding.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, finding.UpdatedByContains(*i.UpdatedByContains)) } @@ -45992,18 +37053,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, finding.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, finding.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, finding.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, finding.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, finding.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, finding.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -46037,18 +37086,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, finding.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, finding.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, finding.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, finding.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, finding.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, finding.DisplayIDContains(*i.DisplayIDContains)) } @@ -46076,18 +37113,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, finding.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, finding.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, finding.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, finding.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, finding.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, finding.OwnerIDContains(*i.OwnerIDContains)) } @@ -46121,18 +37146,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, finding.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, finding.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, finding.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, finding.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, finding.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, finding.ReviewedByContains(*i.ReviewedByContains)) } @@ -46166,18 +37179,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, finding.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, finding.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, finding.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, finding.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, finding.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, finding.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -46211,18 +37212,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, finding.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, finding.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, finding.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, finding.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, finding.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, finding.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -46256,18 +37245,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.AssignedToNotIn) > 0 { predicates = append(predicates, finding.AssignedToNotIn(i.AssignedToNotIn...)) } - if i.AssignedToGT != nil { - predicates = append(predicates, finding.AssignedToGT(*i.AssignedToGT)) - } - if i.AssignedToGTE != nil { - predicates = append(predicates, finding.AssignedToGTE(*i.AssignedToGTE)) - } - if i.AssignedToLT != nil { - predicates = append(predicates, finding.AssignedToLT(*i.AssignedToLT)) - } - if i.AssignedToLTE != nil { - predicates = append(predicates, finding.AssignedToLTE(*i.AssignedToLTE)) - } if i.AssignedToContains != nil { predicates = append(predicates, finding.AssignedToContains(*i.AssignedToContains)) } @@ -46301,18 +37278,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.AssignedToUserIDNotIn) > 0 { predicates = append(predicates, finding.AssignedToUserIDNotIn(i.AssignedToUserIDNotIn...)) } - if i.AssignedToUserIDGT != nil { - predicates = append(predicates, finding.AssignedToUserIDGT(*i.AssignedToUserIDGT)) - } - if i.AssignedToUserIDGTE != nil { - predicates = append(predicates, finding.AssignedToUserIDGTE(*i.AssignedToUserIDGTE)) - } - if i.AssignedToUserIDLT != nil { - predicates = append(predicates, finding.AssignedToUserIDLT(*i.AssignedToUserIDLT)) - } - if i.AssignedToUserIDLTE != nil { - predicates = append(predicates, finding.AssignedToUserIDLTE(*i.AssignedToUserIDLTE)) - } if i.AssignedToUserIDContains != nil { predicates = append(predicates, finding.AssignedToUserIDContains(*i.AssignedToUserIDContains)) } @@ -46346,18 +37311,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.AssignedToGroupIDNotIn) > 0 { predicates = append(predicates, finding.AssignedToGroupIDNotIn(i.AssignedToGroupIDNotIn...)) } - if i.AssignedToGroupIDGT != nil { - predicates = append(predicates, finding.AssignedToGroupIDGT(*i.AssignedToGroupIDGT)) - } - if i.AssignedToGroupIDGTE != nil { - predicates = append(predicates, finding.AssignedToGroupIDGTE(*i.AssignedToGroupIDGTE)) - } - if i.AssignedToGroupIDLT != nil { - predicates = append(predicates, finding.AssignedToGroupIDLT(*i.AssignedToGroupIDLT)) - } - if i.AssignedToGroupIDLTE != nil { - predicates = append(predicates, finding.AssignedToGroupIDLTE(*i.AssignedToGroupIDLTE)) - } if i.AssignedToGroupIDContains != nil { predicates = append(predicates, finding.AssignedToGroupIDContains(*i.AssignedToGroupIDContains)) } @@ -46403,18 +37356,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, finding.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, finding.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, finding.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, finding.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, finding.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, finding.InternalNotesContains(*i.InternalNotesContains)) } @@ -46448,18 +37389,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, finding.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, finding.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, finding.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, finding.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, finding.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, finding.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -46493,18 +37422,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, finding.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, finding.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, finding.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, finding.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, finding.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, finding.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -46538,18 +37455,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, finding.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, finding.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, finding.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, finding.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, finding.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, finding.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -46583,18 +37488,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, finding.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, finding.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, finding.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, finding.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, finding.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, finding.ScopeNameContains(*i.ScopeNameContains)) } @@ -46628,18 +37521,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, finding.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, finding.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, finding.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, finding.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, finding.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, finding.ScopeIDContains(*i.ScopeIDContains)) } @@ -46673,18 +37554,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.FindingStatusNameNotIn) > 0 { predicates = append(predicates, finding.FindingStatusNameNotIn(i.FindingStatusNameNotIn...)) } - if i.FindingStatusNameGT != nil { - predicates = append(predicates, finding.FindingStatusNameGT(*i.FindingStatusNameGT)) - } - if i.FindingStatusNameGTE != nil { - predicates = append(predicates, finding.FindingStatusNameGTE(*i.FindingStatusNameGTE)) - } - if i.FindingStatusNameLT != nil { - predicates = append(predicates, finding.FindingStatusNameLT(*i.FindingStatusNameLT)) - } - if i.FindingStatusNameLTE != nil { - predicates = append(predicates, finding.FindingStatusNameLTE(*i.FindingStatusNameLTE)) - } if i.FindingStatusNameContains != nil { predicates = append(predicates, finding.FindingStatusNameContains(*i.FindingStatusNameContains)) } @@ -46718,18 +37587,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.FindingStatusIDNotIn) > 0 { predicates = append(predicates, finding.FindingStatusIDNotIn(i.FindingStatusIDNotIn...)) } - if i.FindingStatusIDGT != nil { - predicates = append(predicates, finding.FindingStatusIDGT(*i.FindingStatusIDGT)) - } - if i.FindingStatusIDGTE != nil { - predicates = append(predicates, finding.FindingStatusIDGTE(*i.FindingStatusIDGTE)) - } - if i.FindingStatusIDLT != nil { - predicates = append(predicates, finding.FindingStatusIDLT(*i.FindingStatusIDLT)) - } - if i.FindingStatusIDLTE != nil { - predicates = append(predicates, finding.FindingStatusIDLTE(*i.FindingStatusIDLTE)) - } if i.FindingStatusIDContains != nil { predicates = append(predicates, finding.FindingStatusIDContains(*i.FindingStatusIDContains)) } @@ -46775,18 +37632,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, finding.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, finding.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, finding.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, finding.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, finding.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, finding.ExternalIDContains(*i.ExternalIDContains)) } @@ -46838,18 +37683,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, finding.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, finding.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, finding.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, finding.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, finding.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, finding.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -46883,18 +37716,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, finding.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, finding.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, finding.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, finding.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, finding.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, finding.SourceContains(*i.SourceContains)) } @@ -46928,18 +37749,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ResourceNameNotIn) > 0 { predicates = append(predicates, finding.ResourceNameNotIn(i.ResourceNameNotIn...)) } - if i.ResourceNameGT != nil { - predicates = append(predicates, finding.ResourceNameGT(*i.ResourceNameGT)) - } - if i.ResourceNameGTE != nil { - predicates = append(predicates, finding.ResourceNameGTE(*i.ResourceNameGTE)) - } - if i.ResourceNameLT != nil { - predicates = append(predicates, finding.ResourceNameLT(*i.ResourceNameLT)) - } - if i.ResourceNameLTE != nil { - predicates = append(predicates, finding.ResourceNameLTE(*i.ResourceNameLTE)) - } if i.ResourceNameContains != nil { predicates = append(predicates, finding.ResourceNameContains(*i.ResourceNameContains)) } @@ -46973,18 +37782,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, finding.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, finding.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, finding.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, finding.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, finding.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, finding.DisplayNameContains(*i.DisplayNameContains)) } @@ -47018,18 +37815,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.StateNotIn) > 0 { predicates = append(predicates, finding.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, finding.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, finding.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, finding.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, finding.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, finding.StateContains(*i.StateContains)) } @@ -47063,18 +37848,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, finding.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, finding.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, finding.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, finding.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, finding.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, finding.CategoryContains(*i.CategoryContains)) } @@ -47108,18 +37881,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.FindingClassNotIn) > 0 { predicates = append(predicates, finding.FindingClassNotIn(i.FindingClassNotIn...)) } - if i.FindingClassGT != nil { - predicates = append(predicates, finding.FindingClassGT(*i.FindingClassGT)) - } - if i.FindingClassGTE != nil { - predicates = append(predicates, finding.FindingClassGTE(*i.FindingClassGTE)) - } - if i.FindingClassLT != nil { - predicates = append(predicates, finding.FindingClassLT(*i.FindingClassLT)) - } - if i.FindingClassLTE != nil { - predicates = append(predicates, finding.FindingClassLTE(*i.FindingClassLTE)) - } if i.FindingClassContains != nil { predicates = append(predicates, finding.FindingClassContains(*i.FindingClassContains)) } @@ -47153,18 +37914,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.SeverityNotIn) > 0 { predicates = append(predicates, finding.SeverityNotIn(i.SeverityNotIn...)) } - if i.SeverityGT != nil { - predicates = append(predicates, finding.SeverityGT(*i.SeverityGT)) - } - if i.SeverityGTE != nil { - predicates = append(predicates, finding.SeverityGTE(*i.SeverityGTE)) - } - if i.SeverityLT != nil { - predicates = append(predicates, finding.SeverityLT(*i.SeverityLT)) - } - if i.SeverityLTE != nil { - predicates = append(predicates, finding.SeverityLTE(*i.SeverityLTE)) - } if i.SeverityContains != nil { predicates = append(predicates, finding.SeverityContains(*i.SeverityContains)) } @@ -47318,18 +38067,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.PriorityNotIn) > 0 { predicates = append(predicates, finding.PriorityNotIn(i.PriorityNotIn...)) } - if i.PriorityGT != nil { - predicates = append(predicates, finding.PriorityGT(*i.PriorityGT)) - } - if i.PriorityGTE != nil { - predicates = append(predicates, finding.PriorityGTE(*i.PriorityGTE)) - } - if i.PriorityLT != nil { - predicates = append(predicates, finding.PriorityLT(*i.PriorityLT)) - } - if i.PriorityLTE != nil { - predicates = append(predicates, finding.PriorityLTE(*i.PriorityLTE)) - } if i.PriorityContains != nil { predicates = append(predicates, finding.PriorityContains(*i.PriorityContains)) } @@ -47423,18 +38160,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, finding.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, finding.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, finding.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, finding.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, finding.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, finding.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -47468,18 +38193,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, finding.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, finding.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, finding.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, finding.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, finding.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, finding.DescriptionContains(*i.DescriptionContains)) } @@ -47513,18 +38226,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.RecommendationNotIn) > 0 { predicates = append(predicates, finding.RecommendationNotIn(i.RecommendationNotIn...)) } - if i.RecommendationGT != nil { - predicates = append(predicates, finding.RecommendationGT(*i.RecommendationGT)) - } - if i.RecommendationGTE != nil { - predicates = append(predicates, finding.RecommendationGTE(*i.RecommendationGTE)) - } - if i.RecommendationLT != nil { - predicates = append(predicates, finding.RecommendationLT(*i.RecommendationLT)) - } - if i.RecommendationLTE != nil { - predicates = append(predicates, finding.RecommendationLTE(*i.RecommendationLTE)) - } if i.RecommendationContains != nil { predicates = append(predicates, finding.RecommendationContains(*i.RecommendationContains)) } @@ -47558,18 +38259,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.RecommendedActionsNotIn) > 0 { predicates = append(predicates, finding.RecommendedActionsNotIn(i.RecommendedActionsNotIn...)) } - if i.RecommendedActionsGT != nil { - predicates = append(predicates, finding.RecommendedActionsGT(*i.RecommendedActionsGT)) - } - if i.RecommendedActionsGTE != nil { - predicates = append(predicates, finding.RecommendedActionsGTE(*i.RecommendedActionsGTE)) - } - if i.RecommendedActionsLT != nil { - predicates = append(predicates, finding.RecommendedActionsLT(*i.RecommendedActionsLT)) - } - if i.RecommendedActionsLTE != nil { - predicates = append(predicates, finding.RecommendedActionsLTE(*i.RecommendedActionsLTE)) - } if i.RecommendedActionsContains != nil { predicates = append(predicates, finding.RecommendedActionsContains(*i.RecommendedActionsContains)) } @@ -47603,18 +38292,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.VectorNotIn) > 0 { predicates = append(predicates, finding.VectorNotIn(i.VectorNotIn...)) } - if i.VectorGT != nil { - predicates = append(predicates, finding.VectorGT(*i.VectorGT)) - } - if i.VectorGTE != nil { - predicates = append(predicates, finding.VectorGTE(*i.VectorGTE)) - } - if i.VectorLT != nil { - predicates = append(predicates, finding.VectorLT(*i.VectorLT)) - } - if i.VectorLTE != nil { - predicates = append(predicates, finding.VectorLTE(*i.VectorLTE)) - } if i.VectorContains != nil { predicates = append(predicates, finding.VectorContains(*i.VectorContains)) } @@ -47642,12 +38319,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.RemediationSLANEQ != nil { predicates = append(predicates, finding.RemediationSLANEQ(*i.RemediationSLANEQ)) } - if len(i.RemediationSLAIn) > 0 { - predicates = append(predicates, finding.RemediationSLAIn(i.RemediationSLAIn...)) - } - if len(i.RemediationSLANotIn) > 0 { - predicates = append(predicates, finding.RemediationSLANotIn(i.RemediationSLANotIn...)) - } if i.RemediationSLAGT != nil { predicates = append(predicates, finding.RemediationSLAGT(*i.RemediationSLAGT)) } @@ -47669,15 +38340,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.EventTime != nil { predicates = append(predicates, finding.EventTimeEQ(*i.EventTime)) } - if i.EventTimeNEQ != nil { - predicates = append(predicates, finding.EventTimeNEQ(*i.EventTimeNEQ)) - } - if len(i.EventTimeIn) > 0 { - predicates = append(predicates, finding.EventTimeIn(i.EventTimeIn...)) - } - if len(i.EventTimeNotIn) > 0 { - predicates = append(predicates, finding.EventTimeNotIn(i.EventTimeNotIn...)) - } if i.EventTimeGT != nil { predicates = append(predicates, finding.EventTimeGT(*i.EventTimeGT)) } @@ -47699,15 +38361,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.ReportedAt != nil { predicates = append(predicates, finding.ReportedAtEQ(*i.ReportedAt)) } - if i.ReportedAtNEQ != nil { - predicates = append(predicates, finding.ReportedAtNEQ(*i.ReportedAtNEQ)) - } - if len(i.ReportedAtIn) > 0 { - predicates = append(predicates, finding.ReportedAtIn(i.ReportedAtIn...)) - } - if len(i.ReportedAtNotIn) > 0 { - predicates = append(predicates, finding.ReportedAtNotIn(i.ReportedAtNotIn...)) - } if i.ReportedAtGT != nil { predicates = append(predicates, finding.ReportedAtGT(*i.ReportedAtGT)) } @@ -47729,15 +38382,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if i.SourceUpdatedAt != nil { predicates = append(predicates, finding.SourceUpdatedAtEQ(*i.SourceUpdatedAt)) } - if i.SourceUpdatedAtNEQ != nil { - predicates = append(predicates, finding.SourceUpdatedAtNEQ(*i.SourceUpdatedAtNEQ)) - } - if len(i.SourceUpdatedAtIn) > 0 { - predicates = append(predicates, finding.SourceUpdatedAtIn(i.SourceUpdatedAtIn...)) - } - if len(i.SourceUpdatedAtNotIn) > 0 { - predicates = append(predicates, finding.SourceUpdatedAtNotIn(i.SourceUpdatedAtNotIn...)) - } if i.SourceUpdatedAtGT != nil { predicates = append(predicates, finding.SourceUpdatedAtGT(*i.SourceUpdatedAtGT)) } @@ -47768,18 +38412,6 @@ func (i *FindingWhereInput) P() (predicate.Finding, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, finding.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, finding.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, finding.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, finding.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, finding.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, finding.ExternalURIContains(*i.ExternalURIContains)) } @@ -48426,46 +39058,32 @@ type FindingControlWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -48479,10 +39097,6 @@ type FindingControlWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -48496,10 +39110,6 @@ type FindingControlWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -48513,10 +39123,6 @@ type FindingControlWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -48530,10 +39136,6 @@ type FindingControlWhereInput struct { FindingIDNEQ *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIDGT *string `json:"findingIDGT,omitempty"` - FindingIDGTE *string `json:"findingIDGTE,omitempty"` - FindingIDLT *string `json:"findingIDLT,omitempty"` - FindingIDLTE *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -48545,10 +39147,6 @@ type FindingControlWhereInput struct { ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -48560,10 +39158,6 @@ type FindingControlWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -48577,10 +39171,6 @@ type FindingControlWhereInput struct { ExternalStandardNEQ *string `json:"externalStandardNEQ,omitempty"` ExternalStandardIn []string `json:"externalStandardIn,omitempty"` ExternalStandardNotIn []string `json:"externalStandardNotIn,omitempty"` - ExternalStandardGT *string `json:"externalStandardGT,omitempty"` - ExternalStandardGTE *string `json:"externalStandardGTE,omitempty"` - ExternalStandardLT *string `json:"externalStandardLT,omitempty"` - ExternalStandardLTE *string `json:"externalStandardLTE,omitempty"` ExternalStandardContains *string `json:"externalStandardContains,omitempty"` ExternalStandardHasPrefix *string `json:"externalStandardHasPrefix,omitempty"` ExternalStandardHasSuffix *string `json:"externalStandardHasSuffix,omitempty"` @@ -48594,10 +39184,6 @@ type FindingControlWhereInput struct { ExternalStandardVersionNEQ *string `json:"externalStandardVersionNEQ,omitempty"` ExternalStandardVersionIn []string `json:"externalStandardVersionIn,omitempty"` ExternalStandardVersionNotIn []string `json:"externalStandardVersionNotIn,omitempty"` - ExternalStandardVersionGT *string `json:"externalStandardVersionGT,omitempty"` - ExternalStandardVersionGTE *string `json:"externalStandardVersionGTE,omitempty"` - ExternalStandardVersionLT *string `json:"externalStandardVersionLT,omitempty"` - ExternalStandardVersionLTE *string `json:"externalStandardVersionLTE,omitempty"` ExternalStandardVersionContains *string `json:"externalStandardVersionContains,omitempty"` ExternalStandardVersionHasPrefix *string `json:"externalStandardVersionHasPrefix,omitempty"` ExternalStandardVersionHasSuffix *string `json:"externalStandardVersionHasSuffix,omitempty"` @@ -48611,10 +39197,6 @@ type FindingControlWhereInput struct { ExternalControlIDNEQ *string `json:"externalControlIDNEQ,omitempty"` ExternalControlIDIn []string `json:"externalControlIDIn,omitempty"` ExternalControlIDNotIn []string `json:"externalControlIDNotIn,omitempty"` - ExternalControlIDGT *string `json:"externalControlIDGT,omitempty"` - ExternalControlIDGTE *string `json:"externalControlIDGTE,omitempty"` - ExternalControlIDLT *string `json:"externalControlIDLT,omitempty"` - ExternalControlIDLTE *string `json:"externalControlIDLTE,omitempty"` ExternalControlIDContains *string `json:"externalControlIDContains,omitempty"` ExternalControlIDHasPrefix *string `json:"externalControlIDHasPrefix,omitempty"` ExternalControlIDHasSuffix *string `json:"externalControlIDHasSuffix,omitempty"` @@ -48628,10 +39210,6 @@ type FindingControlWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -48641,16 +39219,13 @@ type FindingControlWhereInput struct { SourceContainsFold *string `json:"sourceContainsFold,omitempty"` // "discovered_at" field predicates. - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNEQ *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` // "owner" edge predicates. HasOwner *bool `json:"hasOwner,omitempty"` @@ -48752,18 +39327,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, findingcontrol.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, findingcontrol.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, findingcontrol.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, findingcontrol.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, findingcontrol.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, findingcontrol.IDEqualFold(*i.IDEqualFold)) } @@ -48773,15 +39336,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if i.CreatedAt != nil { predicates = append(predicates, findingcontrol.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, findingcontrol.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, findingcontrol.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, findingcontrol.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, findingcontrol.CreatedAtGT(*i.CreatedAtGT)) } @@ -48803,15 +39357,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if i.UpdatedAt != nil { predicates = append(predicates, findingcontrol.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, findingcontrol.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, findingcontrol.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, findingcontrol.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, findingcontrol.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -48842,18 +39387,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, findingcontrol.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, findingcontrol.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, findingcontrol.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, findingcontrol.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, findingcontrol.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, findingcontrol.CreatedByContains(*i.CreatedByContains)) } @@ -48887,18 +39420,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, findingcontrol.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, findingcontrol.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, findingcontrol.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, findingcontrol.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, findingcontrol.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, findingcontrol.UpdatedByContains(*i.UpdatedByContains)) } @@ -48932,18 +39453,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, findingcontrol.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, findingcontrol.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, findingcontrol.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, findingcontrol.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, findingcontrol.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, findingcontrol.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -48977,18 +39486,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, findingcontrol.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, findingcontrol.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, findingcontrol.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, findingcontrol.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, findingcontrol.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, findingcontrol.OwnerIDContains(*i.OwnerIDContains)) } @@ -49022,18 +39519,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.FindingIDNotIn) > 0 { predicates = append(predicates, findingcontrol.FindingIDNotIn(i.FindingIDNotIn...)) } - if i.FindingIDGT != nil { - predicates = append(predicates, findingcontrol.FindingIDGT(*i.FindingIDGT)) - } - if i.FindingIDGTE != nil { - predicates = append(predicates, findingcontrol.FindingIDGTE(*i.FindingIDGTE)) - } - if i.FindingIDLT != nil { - predicates = append(predicates, findingcontrol.FindingIDLT(*i.FindingIDLT)) - } - if i.FindingIDLTE != nil { - predicates = append(predicates, findingcontrol.FindingIDLTE(*i.FindingIDLTE)) - } if i.FindingIDContains != nil { predicates = append(predicates, findingcontrol.FindingIDContains(*i.FindingIDContains)) } @@ -49061,18 +39546,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, findingcontrol.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, findingcontrol.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, findingcontrol.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, findingcontrol.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, findingcontrol.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, findingcontrol.ControlIDContains(*i.ControlIDContains)) } @@ -49100,18 +39573,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, findingcontrol.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, findingcontrol.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, findingcontrol.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, findingcontrol.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, findingcontrol.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, findingcontrol.StandardIDContains(*i.StandardIDContains)) } @@ -49145,18 +39606,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.ExternalStandardNotIn) > 0 { predicates = append(predicates, findingcontrol.ExternalStandardNotIn(i.ExternalStandardNotIn...)) } - if i.ExternalStandardGT != nil { - predicates = append(predicates, findingcontrol.ExternalStandardGT(*i.ExternalStandardGT)) - } - if i.ExternalStandardGTE != nil { - predicates = append(predicates, findingcontrol.ExternalStandardGTE(*i.ExternalStandardGTE)) - } - if i.ExternalStandardLT != nil { - predicates = append(predicates, findingcontrol.ExternalStandardLT(*i.ExternalStandardLT)) - } - if i.ExternalStandardLTE != nil { - predicates = append(predicates, findingcontrol.ExternalStandardLTE(*i.ExternalStandardLTE)) - } if i.ExternalStandardContains != nil { predicates = append(predicates, findingcontrol.ExternalStandardContains(*i.ExternalStandardContains)) } @@ -49190,18 +39639,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.ExternalStandardVersionNotIn) > 0 { predicates = append(predicates, findingcontrol.ExternalStandardVersionNotIn(i.ExternalStandardVersionNotIn...)) } - if i.ExternalStandardVersionGT != nil { - predicates = append(predicates, findingcontrol.ExternalStandardVersionGT(*i.ExternalStandardVersionGT)) - } - if i.ExternalStandardVersionGTE != nil { - predicates = append(predicates, findingcontrol.ExternalStandardVersionGTE(*i.ExternalStandardVersionGTE)) - } - if i.ExternalStandardVersionLT != nil { - predicates = append(predicates, findingcontrol.ExternalStandardVersionLT(*i.ExternalStandardVersionLT)) - } - if i.ExternalStandardVersionLTE != nil { - predicates = append(predicates, findingcontrol.ExternalStandardVersionLTE(*i.ExternalStandardVersionLTE)) - } if i.ExternalStandardVersionContains != nil { predicates = append(predicates, findingcontrol.ExternalStandardVersionContains(*i.ExternalStandardVersionContains)) } @@ -49235,18 +39672,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.ExternalControlIDNotIn) > 0 { predicates = append(predicates, findingcontrol.ExternalControlIDNotIn(i.ExternalControlIDNotIn...)) } - if i.ExternalControlIDGT != nil { - predicates = append(predicates, findingcontrol.ExternalControlIDGT(*i.ExternalControlIDGT)) - } - if i.ExternalControlIDGTE != nil { - predicates = append(predicates, findingcontrol.ExternalControlIDGTE(*i.ExternalControlIDGTE)) - } - if i.ExternalControlIDLT != nil { - predicates = append(predicates, findingcontrol.ExternalControlIDLT(*i.ExternalControlIDLT)) - } - if i.ExternalControlIDLTE != nil { - predicates = append(predicates, findingcontrol.ExternalControlIDLTE(*i.ExternalControlIDLTE)) - } if i.ExternalControlIDContains != nil { predicates = append(predicates, findingcontrol.ExternalControlIDContains(*i.ExternalControlIDContains)) } @@ -49280,18 +39705,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, findingcontrol.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, findingcontrol.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, findingcontrol.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, findingcontrol.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, findingcontrol.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, findingcontrol.SourceContains(*i.SourceContains)) } @@ -49316,15 +39729,6 @@ func (i *FindingControlWhereInput) P() (predicate.FindingControl, error) { if i.DiscoveredAt != nil { predicates = append(predicates, findingcontrol.DiscoveredAtEQ(*i.DiscoveredAt)) } - if i.DiscoveredAtNEQ != nil { - predicates = append(predicates, findingcontrol.DiscoveredAtNEQ(*i.DiscoveredAtNEQ)) - } - if len(i.DiscoveredAtIn) > 0 { - predicates = append(predicates, findingcontrol.DiscoveredAtIn(i.DiscoveredAtIn...)) - } - if len(i.DiscoveredAtNotIn) > 0 { - predicates = append(predicates, findingcontrol.DiscoveredAtNotIn(i.DiscoveredAtNotIn...)) - } if i.DiscoveredAtGT != nil { predicates = append(predicates, findingcontrol.DiscoveredAtGT(*i.DiscoveredAtGT)) } @@ -49442,46 +39846,32 @@ type GroupWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -49495,10 +39885,6 @@ type GroupWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -49512,10 +39898,6 @@ type GroupWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -49529,10 +39911,6 @@ type GroupWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -49544,10 +39922,6 @@ type GroupWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -49561,10 +39935,6 @@ type GroupWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -49582,10 +39952,6 @@ type GroupWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -49599,10 +39965,6 @@ type GroupWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -49614,10 +39976,6 @@ type GroupWhereInput struct { OscalRoleNEQ *string `json:"oscalRoleNEQ,omitempty"` OscalRoleIn []string `json:"oscalRoleIn,omitempty"` OscalRoleNotIn []string `json:"oscalRoleNotIn,omitempty"` - OscalRoleGT *string `json:"oscalRoleGT,omitempty"` - OscalRoleGTE *string `json:"oscalRoleGTE,omitempty"` - OscalRoleLT *string `json:"oscalRoleLT,omitempty"` - OscalRoleLTE *string `json:"oscalRoleLTE,omitempty"` OscalRoleContains *string `json:"oscalRoleContains,omitempty"` OscalRoleHasPrefix *string `json:"oscalRoleHasPrefix,omitempty"` OscalRoleHasSuffix *string `json:"oscalRoleHasSuffix,omitempty"` @@ -49631,10 +39989,6 @@ type GroupWhereInput struct { OscalPartyUUIDNEQ *string `json:"oscalPartyUUIDNEQ,omitempty"` OscalPartyUUIDIn []string `json:"oscalPartyUUIDIn,omitempty"` OscalPartyUUIDNotIn []string `json:"oscalPartyUUIDNotIn,omitempty"` - OscalPartyUUIDGT *string `json:"oscalPartyUUIDGT,omitempty"` - OscalPartyUUIDGTE *string `json:"oscalPartyUUIDGTE,omitempty"` - OscalPartyUUIDLT *string `json:"oscalPartyUUIDLT,omitempty"` - OscalPartyUUIDLTE *string `json:"oscalPartyUUIDLTE,omitempty"` OscalPartyUUIDContains *string `json:"oscalPartyUUIDContains,omitempty"` OscalPartyUUIDHasPrefix *string `json:"oscalPartyUUIDHasPrefix,omitempty"` OscalPartyUUIDHasSuffix *string `json:"oscalPartyUUIDHasSuffix,omitempty"` @@ -49648,10 +40002,6 @@ type GroupWhereInput struct { ScimExternalIDNEQ *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIDGT *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIDGTE *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIDLT *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIDLTE *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -49665,10 +40015,6 @@ type GroupWhereInput struct { ScimDisplayNameNEQ *string `json:"scimDisplayNameNEQ,omitempty"` ScimDisplayNameIn []string `json:"scimDisplayNameIn,omitempty"` ScimDisplayNameNotIn []string `json:"scimDisplayNameNotIn,omitempty"` - ScimDisplayNameGT *string `json:"scimDisplayNameGT,omitempty"` - ScimDisplayNameGTE *string `json:"scimDisplayNameGTE,omitempty"` - ScimDisplayNameLT *string `json:"scimDisplayNameLT,omitempty"` - ScimDisplayNameLTE *string `json:"scimDisplayNameLTE,omitempty"` ScimDisplayNameContains *string `json:"scimDisplayNameContains,omitempty"` ScimDisplayNameHasPrefix *string `json:"scimDisplayNameHasPrefix,omitempty"` ScimDisplayNameHasSuffix *string `json:"scimDisplayNameHasSuffix,omitempty"` @@ -49688,10 +40034,6 @@ type GroupWhereInput struct { ScimGroupMailingNEQ *string `json:"scimGroupMailingNEQ,omitempty"` ScimGroupMailingIn []string `json:"scimGroupMailingIn,omitempty"` ScimGroupMailingNotIn []string `json:"scimGroupMailingNotIn,omitempty"` - ScimGroupMailingGT *string `json:"scimGroupMailingGT,omitempty"` - ScimGroupMailingGTE *string `json:"scimGroupMailingGTE,omitempty"` - ScimGroupMailingLT *string `json:"scimGroupMailingLT,omitempty"` - ScimGroupMailingLTE *string `json:"scimGroupMailingLTE,omitempty"` ScimGroupMailingContains *string `json:"scimGroupMailingContains,omitempty"` ScimGroupMailingHasPrefix *string `json:"scimGroupMailingHasPrefix,omitempty"` ScimGroupMailingHasSuffix *string `json:"scimGroupMailingHasSuffix,omitempty"` @@ -50002,18 +40344,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, group.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, group.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, group.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, group.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, group.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, group.IDEqualFold(*i.IDEqualFold)) } @@ -50023,15 +40353,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if i.CreatedAt != nil { predicates = append(predicates, group.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, group.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, group.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, group.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, group.CreatedAtGT(*i.CreatedAtGT)) } @@ -50053,15 +40374,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if i.UpdatedAt != nil { predicates = append(predicates, group.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, group.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, group.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, group.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, group.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -50092,18 +40404,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, group.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, group.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, group.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, group.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, group.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, group.CreatedByContains(*i.CreatedByContains)) } @@ -50137,18 +40437,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, group.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, group.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, group.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, group.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, group.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, group.UpdatedByContains(*i.UpdatedByContains)) } @@ -50182,18 +40470,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, group.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, group.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, group.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, group.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, group.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, group.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -50227,18 +40503,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, group.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, group.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, group.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, group.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, group.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, group.DisplayIDContains(*i.DisplayIDContains)) } @@ -50266,18 +40530,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, group.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, group.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, group.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, group.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, group.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, group.OwnerIDContains(*i.OwnerIDContains)) } @@ -50311,18 +40563,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, group.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, group.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, group.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, group.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, group.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, group.NameContains(*i.NameContains)) } @@ -50362,18 +40602,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, group.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, group.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, group.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, group.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, group.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, group.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -50407,18 +40635,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, group.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, group.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, group.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, group.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, group.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, group.DisplayNameContains(*i.DisplayNameContains)) } @@ -50446,18 +40662,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.OscalRoleNotIn) > 0 { predicates = append(predicates, group.OscalRoleNotIn(i.OscalRoleNotIn...)) } - if i.OscalRoleGT != nil { - predicates = append(predicates, group.OscalRoleGT(*i.OscalRoleGT)) - } - if i.OscalRoleGTE != nil { - predicates = append(predicates, group.OscalRoleGTE(*i.OscalRoleGTE)) - } - if i.OscalRoleLT != nil { - predicates = append(predicates, group.OscalRoleLT(*i.OscalRoleLT)) - } - if i.OscalRoleLTE != nil { - predicates = append(predicates, group.OscalRoleLTE(*i.OscalRoleLTE)) - } if i.OscalRoleContains != nil { predicates = append(predicates, group.OscalRoleContains(*i.OscalRoleContains)) } @@ -50491,18 +40695,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.OscalPartyUUIDNotIn) > 0 { predicates = append(predicates, group.OscalPartyUUIDNotIn(i.OscalPartyUUIDNotIn...)) } - if i.OscalPartyUUIDGT != nil { - predicates = append(predicates, group.OscalPartyUUIDGT(*i.OscalPartyUUIDGT)) - } - if i.OscalPartyUUIDGTE != nil { - predicates = append(predicates, group.OscalPartyUUIDGTE(*i.OscalPartyUUIDGTE)) - } - if i.OscalPartyUUIDLT != nil { - predicates = append(predicates, group.OscalPartyUUIDLT(*i.OscalPartyUUIDLT)) - } - if i.OscalPartyUUIDLTE != nil { - predicates = append(predicates, group.OscalPartyUUIDLTE(*i.OscalPartyUUIDLTE)) - } if i.OscalPartyUUIDContains != nil { predicates = append(predicates, group.OscalPartyUUIDContains(*i.OscalPartyUUIDContains)) } @@ -50536,18 +40728,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.ScimExternalIDNotIn) > 0 { predicates = append(predicates, group.ScimExternalIDNotIn(i.ScimExternalIDNotIn...)) } - if i.ScimExternalIDGT != nil { - predicates = append(predicates, group.ScimExternalIDGT(*i.ScimExternalIDGT)) - } - if i.ScimExternalIDGTE != nil { - predicates = append(predicates, group.ScimExternalIDGTE(*i.ScimExternalIDGTE)) - } - if i.ScimExternalIDLT != nil { - predicates = append(predicates, group.ScimExternalIDLT(*i.ScimExternalIDLT)) - } - if i.ScimExternalIDLTE != nil { - predicates = append(predicates, group.ScimExternalIDLTE(*i.ScimExternalIDLTE)) - } if i.ScimExternalIDContains != nil { predicates = append(predicates, group.ScimExternalIDContains(*i.ScimExternalIDContains)) } @@ -50581,18 +40761,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.ScimDisplayNameNotIn) > 0 { predicates = append(predicates, group.ScimDisplayNameNotIn(i.ScimDisplayNameNotIn...)) } - if i.ScimDisplayNameGT != nil { - predicates = append(predicates, group.ScimDisplayNameGT(*i.ScimDisplayNameGT)) - } - if i.ScimDisplayNameGTE != nil { - predicates = append(predicates, group.ScimDisplayNameGTE(*i.ScimDisplayNameGTE)) - } - if i.ScimDisplayNameLT != nil { - predicates = append(predicates, group.ScimDisplayNameLT(*i.ScimDisplayNameLT)) - } - if i.ScimDisplayNameLTE != nil { - predicates = append(predicates, group.ScimDisplayNameLTE(*i.ScimDisplayNameLTE)) - } if i.ScimDisplayNameContains != nil { predicates = append(predicates, group.ScimDisplayNameContains(*i.ScimDisplayNameContains)) } @@ -50638,18 +40806,6 @@ func (i *GroupWhereInput) P() (predicate.Group, error) { if len(i.ScimGroupMailingNotIn) > 0 { predicates = append(predicates, group.ScimGroupMailingNotIn(i.ScimGroupMailingNotIn...)) } - if i.ScimGroupMailingGT != nil { - predicates = append(predicates, group.ScimGroupMailingGT(*i.ScimGroupMailingGT)) - } - if i.ScimGroupMailingGTE != nil { - predicates = append(predicates, group.ScimGroupMailingGTE(*i.ScimGroupMailingGTE)) - } - if i.ScimGroupMailingLT != nil { - predicates = append(predicates, group.ScimGroupMailingLT(*i.ScimGroupMailingLT)) - } - if i.ScimGroupMailingLTE != nil { - predicates = append(predicates, group.ScimGroupMailingLTE(*i.ScimGroupMailingLTE)) - } if i.ScimGroupMailingContains != nil { predicates = append(predicates, group.ScimGroupMailingContains(*i.ScimGroupMailingContains)) } @@ -51713,46 +41869,32 @@ type GroupMembershipWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -51766,10 +41908,6 @@ type GroupMembershipWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -51783,10 +41921,6 @@ type GroupMembershipWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -51806,10 +41940,6 @@ type GroupMembershipWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -51821,10 +41951,6 @@ type GroupMembershipWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -51927,18 +42053,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, groupmembership.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, groupmembership.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, groupmembership.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, groupmembership.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, groupmembership.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, groupmembership.IDEqualFold(*i.IDEqualFold)) } @@ -51948,15 +42062,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if i.CreatedAt != nil { predicates = append(predicates, groupmembership.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, groupmembership.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, groupmembership.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, groupmembership.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, groupmembership.CreatedAtGT(*i.CreatedAtGT)) } @@ -51978,15 +42083,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if i.UpdatedAt != nil { predicates = append(predicates, groupmembership.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, groupmembership.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, groupmembership.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, groupmembership.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, groupmembership.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -52017,18 +42113,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, groupmembership.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, groupmembership.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, groupmembership.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, groupmembership.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, groupmembership.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, groupmembership.CreatedByContains(*i.CreatedByContains)) } @@ -52062,18 +42146,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, groupmembership.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, groupmembership.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, groupmembership.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, groupmembership.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, groupmembership.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, groupmembership.UpdatedByContains(*i.UpdatedByContains)) } @@ -52107,18 +42179,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, groupmembership.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, groupmembership.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, groupmembership.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, groupmembership.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, groupmembership.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, groupmembership.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -52164,18 +42224,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, groupmembership.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, groupmembership.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, groupmembership.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, groupmembership.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, groupmembership.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, groupmembership.GroupIDContains(*i.GroupIDContains)) } @@ -52203,18 +42251,6 @@ func (i *GroupMembershipWhereInput) P() (predicate.GroupMembership, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, groupmembership.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, groupmembership.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, groupmembership.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, groupmembership.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, groupmembership.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, groupmembership.UserIDContains(*i.UserIDContains)) } @@ -52309,46 +42345,32 @@ type GroupSettingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -52362,10 +42384,6 @@ type GroupSettingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -52379,10 +42397,6 @@ type GroupSettingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -52420,10 +42434,6 @@ type GroupSettingWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -52520,18 +42530,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, groupsetting.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, groupsetting.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, groupsetting.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, groupsetting.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, groupsetting.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, groupsetting.IDEqualFold(*i.IDEqualFold)) } @@ -52541,15 +42539,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if i.CreatedAt != nil { predicates = append(predicates, groupsetting.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, groupsetting.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, groupsetting.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, groupsetting.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, groupsetting.CreatedAtGT(*i.CreatedAtGT)) } @@ -52571,15 +42560,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if i.UpdatedAt != nil { predicates = append(predicates, groupsetting.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, groupsetting.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, groupsetting.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, groupsetting.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, groupsetting.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -52610,18 +42590,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, groupsetting.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, groupsetting.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, groupsetting.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, groupsetting.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, groupsetting.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, groupsetting.CreatedByContains(*i.CreatedByContains)) } @@ -52655,18 +42623,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, groupsetting.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, groupsetting.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, groupsetting.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, groupsetting.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, groupsetting.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, groupsetting.UpdatedByContains(*i.UpdatedByContains)) } @@ -52700,18 +42656,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, groupsetting.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, groupsetting.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, groupsetting.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, groupsetting.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, groupsetting.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, groupsetting.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -52793,18 +42737,6 @@ func (i *GroupSettingWhereInput) P() (predicate.GroupSetting, error) { if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, groupsetting.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, groupsetting.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, groupsetting.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, groupsetting.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, groupsetting.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, groupsetting.GroupIDContains(*i.GroupIDContains)) } @@ -52868,46 +42800,32 @@ type HushWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -52921,10 +42839,6 @@ type HushWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -52938,10 +42852,6 @@ type HushWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -52955,10 +42865,6 @@ type HushWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -52978,10 +42884,6 @@ type HushWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -52995,10 +42897,6 @@ type HushWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -53012,10 +42910,6 @@ type HushWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -53027,10 +42921,6 @@ type HushWhereInput struct { KindNEQ *string `json:"kindNEQ,omitempty"` KindIn []string `json:"kindIn,omitempty"` KindNotIn []string `json:"kindNotIn,omitempty"` - KindGT *string `json:"kindGT,omitempty"` - KindGTE *string `json:"kindGTE,omitempty"` - KindLT *string `json:"kindLT,omitempty"` - KindLTE *string `json:"kindLTE,omitempty"` KindContains *string `json:"kindContains,omitempty"` KindHasPrefix *string `json:"kindHasPrefix,omitempty"` KindHasSuffix *string `json:"kindHasSuffix,omitempty"` @@ -53044,10 +42934,6 @@ type HushWhereInput struct { SecretNameNEQ *string `json:"secretNameNEQ,omitempty"` SecretNameIn []string `json:"secretNameIn,omitempty"` SecretNameNotIn []string `json:"secretNameNotIn,omitempty"` - SecretNameGT *string `json:"secretNameGT,omitempty"` - SecretNameGTE *string `json:"secretNameGTE,omitempty"` - SecretNameLT *string `json:"secretNameLT,omitempty"` - SecretNameLTE *string `json:"secretNameLTE,omitempty"` SecretNameContains *string `json:"secretNameContains,omitempty"` SecretNameHasPrefix *string `json:"secretNameHasPrefix,omitempty"` SecretNameHasSuffix *string `json:"secretNameHasSuffix,omitempty"` @@ -53057,28 +42943,22 @@ type HushWhereInput struct { SecretNameContainsFold *string `json:"secretNameContainsFold,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` // "owner" edge predicates. HasOwner *bool `json:"hasOwner,omitempty"` @@ -53180,18 +43060,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, hush.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, hush.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, hush.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, hush.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, hush.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, hush.IDEqualFold(*i.IDEqualFold)) } @@ -53201,15 +43069,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if i.CreatedAt != nil { predicates = append(predicates, hush.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, hush.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, hush.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, hush.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, hush.CreatedAtGT(*i.CreatedAtGT)) } @@ -53231,15 +43090,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if i.UpdatedAt != nil { predicates = append(predicates, hush.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, hush.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, hush.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, hush.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, hush.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -53270,18 +43120,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, hush.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, hush.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, hush.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, hush.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, hush.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, hush.CreatedByContains(*i.CreatedByContains)) } @@ -53315,18 +43153,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, hush.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, hush.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, hush.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, hush.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, hush.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, hush.UpdatedByContains(*i.UpdatedByContains)) } @@ -53360,18 +43186,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, hush.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, hush.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, hush.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, hush.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, hush.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, hush.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -53405,18 +43219,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, hush.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, hush.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, hush.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, hush.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, hush.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, hush.OwnerIDContains(*i.OwnerIDContains)) } @@ -53462,18 +43264,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, hush.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, hush.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, hush.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, hush.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, hush.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, hush.InternalNotesContains(*i.InternalNotesContains)) } @@ -53507,18 +43297,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, hush.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, hush.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, hush.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, hush.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, hush.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, hush.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -53552,18 +43330,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, hush.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, hush.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, hush.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, hush.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, hush.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, hush.NameContains(*i.NameContains)) } @@ -53591,18 +43357,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.KindNotIn) > 0 { predicates = append(predicates, hush.KindNotIn(i.KindNotIn...)) } - if i.KindGT != nil { - predicates = append(predicates, hush.KindGT(*i.KindGT)) - } - if i.KindGTE != nil { - predicates = append(predicates, hush.KindGTE(*i.KindGTE)) - } - if i.KindLT != nil { - predicates = append(predicates, hush.KindLT(*i.KindLT)) - } - if i.KindLTE != nil { - predicates = append(predicates, hush.KindLTE(*i.KindLTE)) - } if i.KindContains != nil { predicates = append(predicates, hush.KindContains(*i.KindContains)) } @@ -53636,18 +43390,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if len(i.SecretNameNotIn) > 0 { predicates = append(predicates, hush.SecretNameNotIn(i.SecretNameNotIn...)) } - if i.SecretNameGT != nil { - predicates = append(predicates, hush.SecretNameGT(*i.SecretNameGT)) - } - if i.SecretNameGTE != nil { - predicates = append(predicates, hush.SecretNameGTE(*i.SecretNameGTE)) - } - if i.SecretNameLT != nil { - predicates = append(predicates, hush.SecretNameLT(*i.SecretNameLT)) - } - if i.SecretNameLTE != nil { - predicates = append(predicates, hush.SecretNameLTE(*i.SecretNameLTE)) - } if i.SecretNameContains != nil { predicates = append(predicates, hush.SecretNameContains(*i.SecretNameContains)) } @@ -53672,15 +43414,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if i.LastUsedAt != nil { predicates = append(predicates, hush.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, hush.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, hush.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, hush.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, hush.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -53702,15 +43435,6 @@ func (i *HushWhereInput) P() (predicate.Hush, error) { if i.ExpiresAt != nil { predicates = append(predicates, hush.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, hush.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, hush.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, hush.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, hush.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -53827,46 +43551,32 @@ type IdentityHolderWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -53880,10 +43590,6 @@ type IdentityHolderWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -53897,10 +43603,6 @@ type IdentityHolderWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -53914,10 +43616,6 @@ type IdentityHolderWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -53929,10 +43627,6 @@ type IdentityHolderWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -53946,10 +43640,6 @@ type IdentityHolderWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -53963,10 +43653,6 @@ type IdentityHolderWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -53980,10 +43666,6 @@ type IdentityHolderWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -53997,10 +43679,6 @@ type IdentityHolderWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -54014,10 +43692,6 @@ type IdentityHolderWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -54031,10 +43705,6 @@ type IdentityHolderWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -54048,10 +43718,6 @@ type IdentityHolderWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -54071,10 +43737,6 @@ type IdentityHolderWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -54086,10 +43748,6 @@ type IdentityHolderWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -54101,10 +43759,6 @@ type IdentityHolderWhereInput struct { AlternateEmailNEQ *string `json:"alternateEmailNEQ,omitempty"` AlternateEmailIn []string `json:"alternateEmailIn,omitempty"` AlternateEmailNotIn []string `json:"alternateEmailNotIn,omitempty"` - AlternateEmailGT *string `json:"alternateEmailGT,omitempty"` - AlternateEmailGTE *string `json:"alternateEmailGTE,omitempty"` - AlternateEmailLT *string `json:"alternateEmailLT,omitempty"` - AlternateEmailLTE *string `json:"alternateEmailLTE,omitempty"` AlternateEmailContains *string `json:"alternateEmailContains,omitempty"` AlternateEmailHasPrefix *string `json:"alternateEmailHasPrefix,omitempty"` AlternateEmailHasSuffix *string `json:"alternateEmailHasSuffix,omitempty"` @@ -54118,10 +43772,6 @@ type IdentityHolderWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -54141,10 +43791,6 @@ type IdentityHolderWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -54174,10 +43820,6 @@ type IdentityHolderWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -54191,10 +43833,6 @@ type IdentityHolderWhereInput struct { DepartmentNEQ *string `json:"departmentNEQ,omitempty"` DepartmentIn []string `json:"departmentIn,omitempty"` DepartmentNotIn []string `json:"departmentNotIn,omitempty"` - DepartmentGT *string `json:"departmentGT,omitempty"` - DepartmentGTE *string `json:"departmentGTE,omitempty"` - DepartmentLT *string `json:"departmentLT,omitempty"` - DepartmentLTE *string `json:"departmentLTE,omitempty"` DepartmentContains *string `json:"departmentContains,omitempty"` DepartmentHasPrefix *string `json:"departmentHasPrefix,omitempty"` DepartmentHasSuffix *string `json:"departmentHasSuffix,omitempty"` @@ -54208,10 +43846,6 @@ type IdentityHolderWhereInput struct { TeamNEQ *string `json:"teamNEQ,omitempty"` TeamIn []string `json:"teamIn,omitempty"` TeamNotIn []string `json:"teamNotIn,omitempty"` - TeamGT *string `json:"teamGT,omitempty"` - TeamGTE *string `json:"teamGTE,omitempty"` - TeamLT *string `json:"teamLT,omitempty"` - TeamLTE *string `json:"teamLTE,omitempty"` TeamContains *string `json:"teamContains,omitempty"` TeamHasPrefix *string `json:"teamHasPrefix,omitempty"` TeamHasSuffix *string `json:"teamHasSuffix,omitempty"` @@ -54225,10 +43859,6 @@ type IdentityHolderWhereInput struct { LocationNEQ *string `json:"locationNEQ,omitempty"` LocationIn []string `json:"locationIn,omitempty"` LocationNotIn []string `json:"locationNotIn,omitempty"` - LocationGT *string `json:"locationGT,omitempty"` - LocationGTE *string `json:"locationGTE,omitempty"` - LocationLT *string `json:"locationLT,omitempty"` - LocationLTE *string `json:"locationLTE,omitempty"` LocationContains *string `json:"locationContains,omitempty"` LocationHasPrefix *string `json:"locationHasPrefix,omitempty"` LocationHasSuffix *string `json:"locationHasSuffix,omitempty"` @@ -54238,38 +43868,28 @@ type IdentityHolderWhereInput struct { LocationContainsFold *string `json:"locationContainsFold,omitempty"` // "start_date" field predicates. - StartDate *models.DateTime `json:"startDate,omitempty"` - StartDateNEQ *models.DateTime `json:"startDateNEQ,omitempty"` - StartDateIn []models.DateTime `json:"startDateIn,omitempty"` - StartDateNotIn []models.DateTime `json:"startDateNotIn,omitempty"` - StartDateGT *models.DateTime `json:"startDateGT,omitempty"` - StartDateGTE *models.DateTime `json:"startDateGTE,omitempty"` - StartDateLT *models.DateTime `json:"startDateLT,omitempty"` - StartDateLTE *models.DateTime `json:"startDateLTE,omitempty"` - StartDateIsNil bool `json:"startDateIsNil,omitempty"` - StartDateNotNil bool `json:"startDateNotNil,omitempty"` + StartDate *models.DateTime `json:"startDate,omitempty"` + StartDateGT *models.DateTime `json:"startDateGT,omitempty"` + StartDateGTE *models.DateTime `json:"startDateGTE,omitempty"` + StartDateLT *models.DateTime `json:"startDateLT,omitempty"` + StartDateLTE *models.DateTime `json:"startDateLTE,omitempty"` + StartDateIsNil bool `json:"startDateIsNil,omitempty"` + StartDateNotNil bool `json:"startDateNotNil,omitempty"` // "end_date" field predicates. - EndDate *models.DateTime `json:"endDate,omitempty"` - EndDateNEQ *models.DateTime `json:"endDateNEQ,omitempty"` - EndDateIn []models.DateTime `json:"endDateIn,omitempty"` - EndDateNotIn []models.DateTime `json:"endDateNotIn,omitempty"` - EndDateGT *models.DateTime `json:"endDateGT,omitempty"` - EndDateGTE *models.DateTime `json:"endDateGTE,omitempty"` - EndDateLT *models.DateTime `json:"endDateLT,omitempty"` - EndDateLTE *models.DateTime `json:"endDateLTE,omitempty"` - EndDateIsNil bool `json:"endDateIsNil,omitempty"` - EndDateNotNil bool `json:"endDateNotNil,omitempty"` + EndDate *models.DateTime `json:"endDate,omitempty"` + EndDateGT *models.DateTime `json:"endDateGT,omitempty"` + EndDateGTE *models.DateTime `json:"endDateGTE,omitempty"` + EndDateLT *models.DateTime `json:"endDateLT,omitempty"` + EndDateLTE *models.DateTime `json:"endDateLTE,omitempty"` + EndDateIsNil bool `json:"endDateIsNil,omitempty"` + EndDateNotNil bool `json:"endDateNotNil,omitempty"` // "employer_entity_id" field predicates. EmployerEntityID *string `json:"employerEntityID,omitempty"` EmployerEntityIDNEQ *string `json:"employerEntityIDNEQ,omitempty"` EmployerEntityIDIn []string `json:"employerEntityIDIn,omitempty"` EmployerEntityIDNotIn []string `json:"employerEntityIDNotIn,omitempty"` - EmployerEntityIDGT *string `json:"employerEntityIDGT,omitempty"` - EmployerEntityIDGTE *string `json:"employerEntityIDGTE,omitempty"` - EmployerEntityIDLT *string `json:"employerEntityIDLT,omitempty"` - EmployerEntityIDLTE *string `json:"employerEntityIDLTE,omitempty"` EmployerEntityIDContains *string `json:"employerEntityIDContains,omitempty"` EmployerEntityIDHasPrefix *string `json:"employerEntityIDHasPrefix,omitempty"` EmployerEntityIDHasSuffix *string `json:"employerEntityIDHasSuffix,omitempty"` @@ -54283,10 +43903,6 @@ type IdentityHolderWhereInput struct { ExternalUserIDNEQ *string `json:"externalUserIDNEQ,omitempty"` ExternalUserIDIn []string `json:"externalUserIDIn,omitempty"` ExternalUserIDNotIn []string `json:"externalUserIDNotIn,omitempty"` - ExternalUserIDGT *string `json:"externalUserIDGT,omitempty"` - ExternalUserIDGTE *string `json:"externalUserIDGTE,omitempty"` - ExternalUserIDLT *string `json:"externalUserIDLT,omitempty"` - ExternalUserIDLTE *string `json:"externalUserIDLTE,omitempty"` ExternalUserIDContains *string `json:"externalUserIDContains,omitempty"` ExternalUserIDHasPrefix *string `json:"externalUserIDHasPrefix,omitempty"` ExternalUserIDHasSuffix *string `json:"externalUserIDHasSuffix,omitempty"` @@ -54300,10 +43916,6 @@ type IdentityHolderWhereInput struct { ExternalReferenceIDNEQ *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIDGT *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIDGTE *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIDLT *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIDLTE *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -54317,10 +43929,6 @@ type IdentityHolderWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -54523,18 +44131,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, identityholder.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, identityholder.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, identityholder.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, identityholder.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, identityholder.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, identityholder.IDEqualFold(*i.IDEqualFold)) } @@ -54544,15 +44140,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if i.CreatedAt != nil { predicates = append(predicates, identityholder.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, identityholder.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, identityholder.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, identityholder.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, identityholder.CreatedAtGT(*i.CreatedAtGT)) } @@ -54574,15 +44161,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if i.UpdatedAt != nil { predicates = append(predicates, identityholder.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, identityholder.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, identityholder.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, identityholder.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, identityholder.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -54613,18 +44191,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, identityholder.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, identityholder.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, identityholder.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, identityholder.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, identityholder.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, identityholder.CreatedByContains(*i.CreatedByContains)) } @@ -54658,18 +44224,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, identityholder.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, identityholder.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, identityholder.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, identityholder.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, identityholder.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, identityholder.UpdatedByContains(*i.UpdatedByContains)) } @@ -54703,18 +44257,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, identityholder.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, identityholder.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, identityholder.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, identityholder.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, identityholder.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, identityholder.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -54748,18 +44290,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, identityholder.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, identityholder.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, identityholder.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, identityholder.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, identityholder.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, identityholder.DisplayIDContains(*i.DisplayIDContains)) } @@ -54787,18 +44317,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, identityholder.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, identityholder.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, identityholder.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, identityholder.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, identityholder.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, identityholder.OwnerIDContains(*i.OwnerIDContains)) } @@ -54832,18 +44350,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, identityholder.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, identityholder.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, identityholder.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, identityholder.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, identityholder.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, identityholder.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -54877,18 +44383,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, identityholder.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, identityholder.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, identityholder.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, identityholder.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, identityholder.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, identityholder.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -54922,18 +44416,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, identityholder.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, identityholder.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, identityholder.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, identityholder.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, identityholder.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, identityholder.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -54967,18 +44449,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, identityholder.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, identityholder.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, identityholder.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, identityholder.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, identityholder.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, identityholder.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -55012,18 +44482,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, identityholder.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, identityholder.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, identityholder.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, identityholder.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, identityholder.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, identityholder.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -55057,18 +44515,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, identityholder.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, identityholder.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, identityholder.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, identityholder.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, identityholder.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, identityholder.ScopeNameContains(*i.ScopeNameContains)) } @@ -55102,18 +44548,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, identityholder.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, identityholder.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, identityholder.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, identityholder.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, identityholder.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, identityholder.ScopeIDContains(*i.ScopeIDContains)) } @@ -55159,18 +44593,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.FullNameNotIn) > 0 { predicates = append(predicates, identityholder.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, identityholder.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, identityholder.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, identityholder.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, identityholder.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, identityholder.FullNameContains(*i.FullNameContains)) } @@ -55198,18 +44620,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, identityholder.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, identityholder.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, identityholder.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, identityholder.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, identityholder.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, identityholder.EmailContains(*i.EmailContains)) } @@ -55237,18 +44647,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.AlternateEmailNotIn) > 0 { predicates = append(predicates, identityholder.AlternateEmailNotIn(i.AlternateEmailNotIn...)) } - if i.AlternateEmailGT != nil { - predicates = append(predicates, identityholder.AlternateEmailGT(*i.AlternateEmailGT)) - } - if i.AlternateEmailGTE != nil { - predicates = append(predicates, identityholder.AlternateEmailGTE(*i.AlternateEmailGTE)) - } - if i.AlternateEmailLT != nil { - predicates = append(predicates, identityholder.AlternateEmailLT(*i.AlternateEmailLT)) - } - if i.AlternateEmailLTE != nil { - predicates = append(predicates, identityholder.AlternateEmailLTE(*i.AlternateEmailLTE)) - } if i.AlternateEmailContains != nil { predicates = append(predicates, identityholder.AlternateEmailContains(*i.AlternateEmailContains)) } @@ -55282,18 +44680,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, identityholder.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, identityholder.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, identityholder.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, identityholder.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, identityholder.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, identityholder.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -55339,18 +44725,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, identityholder.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, identityholder.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, identityholder.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, identityholder.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, identityholder.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, identityholder.UserIDContains(*i.UserIDContains)) } @@ -55414,18 +44788,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, identityholder.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, identityholder.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, identityholder.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, identityholder.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, identityholder.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, identityholder.TitleContains(*i.TitleContains)) } @@ -55459,18 +44821,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.DepartmentNotIn) > 0 { predicates = append(predicates, identityholder.DepartmentNotIn(i.DepartmentNotIn...)) } - if i.DepartmentGT != nil { - predicates = append(predicates, identityholder.DepartmentGT(*i.DepartmentGT)) - } - if i.DepartmentGTE != nil { - predicates = append(predicates, identityholder.DepartmentGTE(*i.DepartmentGTE)) - } - if i.DepartmentLT != nil { - predicates = append(predicates, identityholder.DepartmentLT(*i.DepartmentLT)) - } - if i.DepartmentLTE != nil { - predicates = append(predicates, identityholder.DepartmentLTE(*i.DepartmentLTE)) - } if i.DepartmentContains != nil { predicates = append(predicates, identityholder.DepartmentContains(*i.DepartmentContains)) } @@ -55504,18 +44854,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.TeamNotIn) > 0 { predicates = append(predicates, identityholder.TeamNotIn(i.TeamNotIn...)) } - if i.TeamGT != nil { - predicates = append(predicates, identityholder.TeamGT(*i.TeamGT)) - } - if i.TeamGTE != nil { - predicates = append(predicates, identityholder.TeamGTE(*i.TeamGTE)) - } - if i.TeamLT != nil { - predicates = append(predicates, identityholder.TeamLT(*i.TeamLT)) - } - if i.TeamLTE != nil { - predicates = append(predicates, identityholder.TeamLTE(*i.TeamLTE)) - } if i.TeamContains != nil { predicates = append(predicates, identityholder.TeamContains(*i.TeamContains)) } @@ -55549,18 +44887,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.LocationNotIn) > 0 { predicates = append(predicates, identityholder.LocationNotIn(i.LocationNotIn...)) } - if i.LocationGT != nil { - predicates = append(predicates, identityholder.LocationGT(*i.LocationGT)) - } - if i.LocationGTE != nil { - predicates = append(predicates, identityholder.LocationGTE(*i.LocationGTE)) - } - if i.LocationLT != nil { - predicates = append(predicates, identityholder.LocationLT(*i.LocationLT)) - } - if i.LocationLTE != nil { - predicates = append(predicates, identityholder.LocationLTE(*i.LocationLTE)) - } if i.LocationContains != nil { predicates = append(predicates, identityholder.LocationContains(*i.LocationContains)) } @@ -55585,15 +44911,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if i.StartDate != nil { predicates = append(predicates, identityholder.StartDateEQ(*i.StartDate)) } - if i.StartDateNEQ != nil { - predicates = append(predicates, identityholder.StartDateNEQ(*i.StartDateNEQ)) - } - if len(i.StartDateIn) > 0 { - predicates = append(predicates, identityholder.StartDateIn(i.StartDateIn...)) - } - if len(i.StartDateNotIn) > 0 { - predicates = append(predicates, identityholder.StartDateNotIn(i.StartDateNotIn...)) - } if i.StartDateGT != nil { predicates = append(predicates, identityholder.StartDateGT(*i.StartDateGT)) } @@ -55615,15 +44932,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if i.EndDate != nil { predicates = append(predicates, identityholder.EndDateEQ(*i.EndDate)) } - if i.EndDateNEQ != nil { - predicates = append(predicates, identityholder.EndDateNEQ(*i.EndDateNEQ)) - } - if len(i.EndDateIn) > 0 { - predicates = append(predicates, identityholder.EndDateIn(i.EndDateIn...)) - } - if len(i.EndDateNotIn) > 0 { - predicates = append(predicates, identityholder.EndDateNotIn(i.EndDateNotIn...)) - } if i.EndDateGT != nil { predicates = append(predicates, identityholder.EndDateGT(*i.EndDateGT)) } @@ -55654,18 +44962,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.EmployerEntityIDNotIn) > 0 { predicates = append(predicates, identityholder.EmployerEntityIDNotIn(i.EmployerEntityIDNotIn...)) } - if i.EmployerEntityIDGT != nil { - predicates = append(predicates, identityholder.EmployerEntityIDGT(*i.EmployerEntityIDGT)) - } - if i.EmployerEntityIDGTE != nil { - predicates = append(predicates, identityholder.EmployerEntityIDGTE(*i.EmployerEntityIDGTE)) - } - if i.EmployerEntityIDLT != nil { - predicates = append(predicates, identityholder.EmployerEntityIDLT(*i.EmployerEntityIDLT)) - } - if i.EmployerEntityIDLTE != nil { - predicates = append(predicates, identityholder.EmployerEntityIDLTE(*i.EmployerEntityIDLTE)) - } if i.EmployerEntityIDContains != nil { predicates = append(predicates, identityholder.EmployerEntityIDContains(*i.EmployerEntityIDContains)) } @@ -55699,18 +44995,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.ExternalUserIDNotIn) > 0 { predicates = append(predicates, identityholder.ExternalUserIDNotIn(i.ExternalUserIDNotIn...)) } - if i.ExternalUserIDGT != nil { - predicates = append(predicates, identityholder.ExternalUserIDGT(*i.ExternalUserIDGT)) - } - if i.ExternalUserIDGTE != nil { - predicates = append(predicates, identityholder.ExternalUserIDGTE(*i.ExternalUserIDGTE)) - } - if i.ExternalUserIDLT != nil { - predicates = append(predicates, identityholder.ExternalUserIDLT(*i.ExternalUserIDLT)) - } - if i.ExternalUserIDLTE != nil { - predicates = append(predicates, identityholder.ExternalUserIDLTE(*i.ExternalUserIDLTE)) - } if i.ExternalUserIDContains != nil { predicates = append(predicates, identityholder.ExternalUserIDContains(*i.ExternalUserIDContains)) } @@ -55744,18 +45028,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.ExternalReferenceIDNotIn) > 0 { predicates = append(predicates, identityholder.ExternalReferenceIDNotIn(i.ExternalReferenceIDNotIn...)) } - if i.ExternalReferenceIDGT != nil { - predicates = append(predicates, identityholder.ExternalReferenceIDGT(*i.ExternalReferenceIDGT)) - } - if i.ExternalReferenceIDGTE != nil { - predicates = append(predicates, identityholder.ExternalReferenceIDGTE(*i.ExternalReferenceIDGTE)) - } - if i.ExternalReferenceIDLT != nil { - predicates = append(predicates, identityholder.ExternalReferenceIDLT(*i.ExternalReferenceIDLT)) - } - if i.ExternalReferenceIDLTE != nil { - predicates = append(predicates, identityholder.ExternalReferenceIDLTE(*i.ExternalReferenceIDLTE)) - } if i.ExternalReferenceIDContains != nil { predicates = append(predicates, identityholder.ExternalReferenceIDContains(*i.ExternalReferenceIDContains)) } @@ -55789,18 +45061,6 @@ func (i *IdentityHolderWhereInput) P() (predicate.IdentityHolder, error) { if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, identityholder.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, identityholder.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, identityholder.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, identityholder.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, identityholder.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, identityholder.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -56351,46 +45611,32 @@ type IntegrationWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -56404,10 +45650,6 @@ type IntegrationWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -56421,10 +45663,6 @@ type IntegrationWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -56438,10 +45676,6 @@ type IntegrationWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -56461,10 +45695,6 @@ type IntegrationWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -56478,10 +45708,6 @@ type IntegrationWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -56495,10 +45721,6 @@ type IntegrationWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -56512,10 +45734,6 @@ type IntegrationWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -56529,10 +45747,6 @@ type IntegrationWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -56546,10 +45760,6 @@ type IntegrationWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -56563,10 +45773,6 @@ type IntegrationWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -56578,10 +45784,6 @@ type IntegrationWhereInput struct { KindNEQ *string `json:"kindNEQ,omitempty"` KindIn []string `json:"kindIn,omitempty"` KindNotIn []string `json:"kindNotIn,omitempty"` - KindGT *string `json:"kindGT,omitempty"` - KindGTE *string `json:"kindGTE,omitempty"` - KindLT *string `json:"kindLT,omitempty"` - KindLTE *string `json:"kindLTE,omitempty"` KindContains *string `json:"kindContains,omitempty"` KindHasPrefix *string `json:"kindHasPrefix,omitempty"` KindHasSuffix *string `json:"kindHasSuffix,omitempty"` @@ -56595,10 +45797,6 @@ type IntegrationWhereInput struct { IntegrationTypeNEQ *string `json:"integrationTypeNEQ,omitempty"` IntegrationTypeIn []string `json:"integrationTypeIn,omitempty"` IntegrationTypeNotIn []string `json:"integrationTypeNotIn,omitempty"` - IntegrationTypeGT *string `json:"integrationTypeGT,omitempty"` - IntegrationTypeGTE *string `json:"integrationTypeGTE,omitempty"` - IntegrationTypeLT *string `json:"integrationTypeLT,omitempty"` - IntegrationTypeLTE *string `json:"integrationTypeLTE,omitempty"` IntegrationTypeContains *string `json:"integrationTypeContains,omitempty"` IntegrationTypeHasPrefix *string `json:"integrationTypeHasPrefix,omitempty"` IntegrationTypeHasSuffix *string `json:"integrationTypeHasSuffix,omitempty"` @@ -56612,10 +45810,6 @@ type IntegrationWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -56629,10 +45823,6 @@ type IntegrationWhereInput struct { DefinitionIDNEQ *string `json:"definitionIDNEQ,omitempty"` DefinitionIDIn []string `json:"definitionIDIn,omitempty"` DefinitionIDNotIn []string `json:"definitionIDNotIn,omitempty"` - DefinitionIDGT *string `json:"definitionIDGT,omitempty"` - DefinitionIDGTE *string `json:"definitionIDGTE,omitempty"` - DefinitionIDLT *string `json:"definitionIDLT,omitempty"` - DefinitionIDLTE *string `json:"definitionIDLTE,omitempty"` DefinitionIDContains *string `json:"definitionIDContains,omitempty"` DefinitionIDHasPrefix *string `json:"definitionIDHasPrefix,omitempty"` DefinitionIDHasSuffix *string `json:"definitionIDHasSuffix,omitempty"` @@ -56646,10 +45836,6 @@ type IntegrationWhereInput struct { DefinitionVersionNEQ *string `json:"definitionVersionNEQ,omitempty"` DefinitionVersionIn []string `json:"definitionVersionIn,omitempty"` DefinitionVersionNotIn []string `json:"definitionVersionNotIn,omitempty"` - DefinitionVersionGT *string `json:"definitionVersionGT,omitempty"` - DefinitionVersionGTE *string `json:"definitionVersionGTE,omitempty"` - DefinitionVersionLT *string `json:"definitionVersionLT,omitempty"` - DefinitionVersionLTE *string `json:"definitionVersionLTE,omitempty"` DefinitionVersionContains *string `json:"definitionVersionContains,omitempty"` DefinitionVersionHasPrefix *string `json:"definitionVersionHasPrefix,omitempty"` DefinitionVersionHasSuffix *string `json:"definitionVersionHasSuffix,omitempty"` @@ -56663,10 +45849,6 @@ type IntegrationWhereInput struct { DefinitionSlugNEQ *string `json:"definitionSlugNEQ,omitempty"` DefinitionSlugIn []string `json:"definitionSlugIn,omitempty"` DefinitionSlugNotIn []string `json:"definitionSlugNotIn,omitempty"` - DefinitionSlugGT *string `json:"definitionSlugGT,omitempty"` - DefinitionSlugGTE *string `json:"definitionSlugGTE,omitempty"` - DefinitionSlugLT *string `json:"definitionSlugLT,omitempty"` - DefinitionSlugLTE *string `json:"definitionSlugLTE,omitempty"` DefinitionSlugContains *string `json:"definitionSlugContains,omitempty"` DefinitionSlugHasPrefix *string `json:"definitionSlugHasPrefix,omitempty"` DefinitionSlugHasSuffix *string `json:"definitionSlugHasSuffix,omitempty"` @@ -56680,10 +45862,6 @@ type IntegrationWhereInput struct { FamilyNEQ *string `json:"familyNEQ,omitempty"` FamilyIn []string `json:"familyIn,omitempty"` FamilyNotIn []string `json:"familyNotIn,omitempty"` - FamilyGT *string `json:"familyGT,omitempty"` - FamilyGTE *string `json:"familyGTE,omitempty"` - FamilyLT *string `json:"familyLT,omitempty"` - FamilyLTE *string `json:"familyLTE,omitempty"` FamilyContains *string `json:"familyContains,omitempty"` FamilyHasPrefix *string `json:"familyHasPrefix,omitempty"` FamilyHasSuffix *string `json:"familyHasSuffix,omitempty"` @@ -56889,18 +46067,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, integration.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, integration.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, integration.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, integration.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, integration.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, integration.IDEqualFold(*i.IDEqualFold)) } @@ -56910,15 +46076,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if i.CreatedAt != nil { predicates = append(predicates, integration.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, integration.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, integration.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, integration.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, integration.CreatedAtGT(*i.CreatedAtGT)) } @@ -56940,15 +46097,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if i.UpdatedAt != nil { predicates = append(predicates, integration.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, integration.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, integration.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, integration.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, integration.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -56979,18 +46127,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, integration.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, integration.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, integration.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, integration.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, integration.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, integration.CreatedByContains(*i.CreatedByContains)) } @@ -57024,18 +46160,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, integration.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, integration.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, integration.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, integration.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, integration.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, integration.UpdatedByContains(*i.UpdatedByContains)) } @@ -57069,18 +46193,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, integration.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, integration.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, integration.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, integration.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, integration.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, integration.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -57114,18 +46226,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, integration.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, integration.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, integration.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, integration.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, integration.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, integration.OwnerIDContains(*i.OwnerIDContains)) } @@ -57171,18 +46271,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, integration.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, integration.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, integration.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, integration.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, integration.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, integration.InternalNotesContains(*i.InternalNotesContains)) } @@ -57216,18 +46304,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, integration.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, integration.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, integration.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, integration.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, integration.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, integration.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -57261,18 +46337,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, integration.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, integration.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, integration.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, integration.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, integration.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, integration.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -57306,18 +46370,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, integration.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, integration.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, integration.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, integration.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, integration.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, integration.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -57351,18 +46403,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, integration.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, integration.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, integration.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, integration.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, integration.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, integration.ScopeNameContains(*i.ScopeNameContains)) } @@ -57396,18 +46436,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, integration.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, integration.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, integration.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, integration.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, integration.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, integration.ScopeIDContains(*i.ScopeIDContains)) } @@ -57441,18 +46469,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, integration.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, integration.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, integration.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, integration.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, integration.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, integration.NameContains(*i.NameContains)) } @@ -57480,18 +46496,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.KindNotIn) > 0 { predicates = append(predicates, integration.KindNotIn(i.KindNotIn...)) } - if i.KindGT != nil { - predicates = append(predicates, integration.KindGT(*i.KindGT)) - } - if i.KindGTE != nil { - predicates = append(predicates, integration.KindGTE(*i.KindGTE)) - } - if i.KindLT != nil { - predicates = append(predicates, integration.KindLT(*i.KindLT)) - } - if i.KindLTE != nil { - predicates = append(predicates, integration.KindLTE(*i.KindLTE)) - } if i.KindContains != nil { predicates = append(predicates, integration.KindContains(*i.KindContains)) } @@ -57525,18 +46529,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.IntegrationTypeNotIn) > 0 { predicates = append(predicates, integration.IntegrationTypeNotIn(i.IntegrationTypeNotIn...)) } - if i.IntegrationTypeGT != nil { - predicates = append(predicates, integration.IntegrationTypeGT(*i.IntegrationTypeGT)) - } - if i.IntegrationTypeGTE != nil { - predicates = append(predicates, integration.IntegrationTypeGTE(*i.IntegrationTypeGTE)) - } - if i.IntegrationTypeLT != nil { - predicates = append(predicates, integration.IntegrationTypeLT(*i.IntegrationTypeLT)) - } - if i.IntegrationTypeLTE != nil { - predicates = append(predicates, integration.IntegrationTypeLTE(*i.IntegrationTypeLTE)) - } if i.IntegrationTypeContains != nil { predicates = append(predicates, integration.IntegrationTypeContains(*i.IntegrationTypeContains)) } @@ -57570,18 +46562,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, integration.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, integration.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, integration.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, integration.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, integration.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, integration.PlatformIDContains(*i.PlatformIDContains)) } @@ -57615,18 +46595,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.DefinitionIDNotIn) > 0 { predicates = append(predicates, integration.DefinitionIDNotIn(i.DefinitionIDNotIn...)) } - if i.DefinitionIDGT != nil { - predicates = append(predicates, integration.DefinitionIDGT(*i.DefinitionIDGT)) - } - if i.DefinitionIDGTE != nil { - predicates = append(predicates, integration.DefinitionIDGTE(*i.DefinitionIDGTE)) - } - if i.DefinitionIDLT != nil { - predicates = append(predicates, integration.DefinitionIDLT(*i.DefinitionIDLT)) - } - if i.DefinitionIDLTE != nil { - predicates = append(predicates, integration.DefinitionIDLTE(*i.DefinitionIDLTE)) - } if i.DefinitionIDContains != nil { predicates = append(predicates, integration.DefinitionIDContains(*i.DefinitionIDContains)) } @@ -57660,18 +46628,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.DefinitionVersionNotIn) > 0 { predicates = append(predicates, integration.DefinitionVersionNotIn(i.DefinitionVersionNotIn...)) } - if i.DefinitionVersionGT != nil { - predicates = append(predicates, integration.DefinitionVersionGT(*i.DefinitionVersionGT)) - } - if i.DefinitionVersionGTE != nil { - predicates = append(predicates, integration.DefinitionVersionGTE(*i.DefinitionVersionGTE)) - } - if i.DefinitionVersionLT != nil { - predicates = append(predicates, integration.DefinitionVersionLT(*i.DefinitionVersionLT)) - } - if i.DefinitionVersionLTE != nil { - predicates = append(predicates, integration.DefinitionVersionLTE(*i.DefinitionVersionLTE)) - } if i.DefinitionVersionContains != nil { predicates = append(predicates, integration.DefinitionVersionContains(*i.DefinitionVersionContains)) } @@ -57705,18 +46661,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.DefinitionSlugNotIn) > 0 { predicates = append(predicates, integration.DefinitionSlugNotIn(i.DefinitionSlugNotIn...)) } - if i.DefinitionSlugGT != nil { - predicates = append(predicates, integration.DefinitionSlugGT(*i.DefinitionSlugGT)) - } - if i.DefinitionSlugGTE != nil { - predicates = append(predicates, integration.DefinitionSlugGTE(*i.DefinitionSlugGTE)) - } - if i.DefinitionSlugLT != nil { - predicates = append(predicates, integration.DefinitionSlugLT(*i.DefinitionSlugLT)) - } - if i.DefinitionSlugLTE != nil { - predicates = append(predicates, integration.DefinitionSlugLTE(*i.DefinitionSlugLTE)) - } if i.DefinitionSlugContains != nil { predicates = append(predicates, integration.DefinitionSlugContains(*i.DefinitionSlugContains)) } @@ -57750,18 +46694,6 @@ func (i *IntegrationWhereInput) P() (predicate.Integration, error) { if len(i.FamilyNotIn) > 0 { predicates = append(predicates, integration.FamilyNotIn(i.FamilyNotIn...)) } - if i.FamilyGT != nil { - predicates = append(predicates, integration.FamilyGT(*i.FamilyGT)) - } - if i.FamilyGTE != nil { - predicates = append(predicates, integration.FamilyGTE(*i.FamilyGTE)) - } - if i.FamilyLT != nil { - predicates = append(predicates, integration.FamilyLT(*i.FamilyLT)) - } - if i.FamilyLTE != nil { - predicates = append(predicates, integration.FamilyLTE(*i.FamilyLTE)) - } if i.FamilyContains != nil { predicates = append(predicates, integration.FamilyContains(*i.FamilyContains)) } @@ -58288,46 +47220,32 @@ type InternalPolicyWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -58341,10 +47259,6 @@ type InternalPolicyWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -58358,10 +47272,6 @@ type InternalPolicyWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -58375,10 +47285,6 @@ type InternalPolicyWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -58390,10 +47296,6 @@ type InternalPolicyWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -58407,10 +47309,6 @@ type InternalPolicyWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -58430,10 +47328,6 @@ type InternalPolicyWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -58447,10 +47341,6 @@ type InternalPolicyWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -58464,10 +47354,6 @@ type InternalPolicyWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -58495,10 +47381,6 @@ type InternalPolicyWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -58514,16 +47396,13 @@ type InternalPolicyWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -58538,10 +47417,6 @@ type InternalPolicyWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -58555,10 +47430,6 @@ type InternalPolicyWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -58572,10 +47443,6 @@ type InternalPolicyWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -58589,10 +47456,6 @@ type InternalPolicyWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -58606,10 +47469,6 @@ type InternalPolicyWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -58623,10 +47482,6 @@ type InternalPolicyWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -58640,10 +47495,6 @@ type InternalPolicyWhereInput struct { InternalPolicyKindNameNEQ *string `json:"internalPolicyKindNameNEQ,omitempty"` InternalPolicyKindNameIn []string `json:"internalPolicyKindNameIn,omitempty"` InternalPolicyKindNameNotIn []string `json:"internalPolicyKindNameNotIn,omitempty"` - InternalPolicyKindNameGT *string `json:"internalPolicyKindNameGT,omitempty"` - InternalPolicyKindNameGTE *string `json:"internalPolicyKindNameGTE,omitempty"` - InternalPolicyKindNameLT *string `json:"internalPolicyKindNameLT,omitempty"` - InternalPolicyKindNameLTE *string `json:"internalPolicyKindNameLTE,omitempty"` InternalPolicyKindNameContains *string `json:"internalPolicyKindNameContains,omitempty"` InternalPolicyKindNameHasPrefix *string `json:"internalPolicyKindNameHasPrefix,omitempty"` InternalPolicyKindNameHasSuffix *string `json:"internalPolicyKindNameHasSuffix,omitempty"` @@ -58657,10 +47508,6 @@ type InternalPolicyWhereInput struct { InternalPolicyKindIDNEQ *string `json:"internalPolicyKindIDNEQ,omitempty"` InternalPolicyKindIDIn []string `json:"internalPolicyKindIDIn,omitempty"` InternalPolicyKindIDNotIn []string `json:"internalPolicyKindIDNotIn,omitempty"` - InternalPolicyKindIDGT *string `json:"internalPolicyKindIDGT,omitempty"` - InternalPolicyKindIDGTE *string `json:"internalPolicyKindIDGTE,omitempty"` - InternalPolicyKindIDLT *string `json:"internalPolicyKindIDLT,omitempty"` - InternalPolicyKindIDLTE *string `json:"internalPolicyKindIDLTE,omitempty"` InternalPolicyKindIDContains *string `json:"internalPolicyKindIDContains,omitempty"` InternalPolicyKindIDHasPrefix *string `json:"internalPolicyKindIDHasPrefix,omitempty"` InternalPolicyKindIDHasSuffix *string `json:"internalPolicyKindIDHasSuffix,omitempty"` @@ -58674,10 +47521,6 @@ type InternalPolicyWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -58691,10 +47534,6 @@ type InternalPolicyWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -58708,10 +47547,6 @@ type InternalPolicyWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -58725,10 +47560,6 @@ type InternalPolicyWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -58748,10 +47579,6 @@ type InternalPolicyWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -58969,18 +47796,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, internalpolicy.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, internalpolicy.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, internalpolicy.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, internalpolicy.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, internalpolicy.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, internalpolicy.IDEqualFold(*i.IDEqualFold)) } @@ -58990,15 +47805,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if i.CreatedAt != nil { predicates = append(predicates, internalpolicy.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, internalpolicy.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, internalpolicy.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, internalpolicy.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, internalpolicy.CreatedAtGT(*i.CreatedAtGT)) } @@ -59020,15 +47826,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if i.UpdatedAt != nil { predicates = append(predicates, internalpolicy.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, internalpolicy.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, internalpolicy.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, internalpolicy.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, internalpolicy.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -59059,18 +47856,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, internalpolicy.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, internalpolicy.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, internalpolicy.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, internalpolicy.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, internalpolicy.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, internalpolicy.CreatedByContains(*i.CreatedByContains)) } @@ -59104,18 +47889,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, internalpolicy.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, internalpolicy.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, internalpolicy.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, internalpolicy.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, internalpolicy.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, internalpolicy.UpdatedByContains(*i.UpdatedByContains)) } @@ -59149,18 +47922,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, internalpolicy.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, internalpolicy.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, internalpolicy.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, internalpolicy.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, internalpolicy.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, internalpolicy.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -59194,18 +47955,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, internalpolicy.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, internalpolicy.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, internalpolicy.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, internalpolicy.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, internalpolicy.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, internalpolicy.DisplayIDContains(*i.DisplayIDContains)) } @@ -59233,18 +47982,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, internalpolicy.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, internalpolicy.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, internalpolicy.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, internalpolicy.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, internalpolicy.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, internalpolicy.RevisionContains(*i.RevisionContains)) } @@ -59278,18 +48015,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, internalpolicy.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, internalpolicy.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, internalpolicy.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, internalpolicy.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, internalpolicy.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, internalpolicy.OwnerIDContains(*i.OwnerIDContains)) } @@ -59335,18 +48060,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, internalpolicy.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, internalpolicy.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, internalpolicy.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, internalpolicy.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, internalpolicy.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, internalpolicy.InternalNotesContains(*i.InternalNotesContains)) } @@ -59380,18 +48093,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, internalpolicy.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, internalpolicy.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, internalpolicy.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, internalpolicy.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, internalpolicy.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, internalpolicy.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -59425,18 +48126,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, internalpolicy.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, internalpolicy.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, internalpolicy.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, internalpolicy.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, internalpolicy.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, internalpolicy.NameContains(*i.NameContains)) } @@ -59500,18 +48189,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, internalpolicy.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, internalpolicy.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, internalpolicy.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, internalpolicy.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, internalpolicy.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, internalpolicy.DetailsContains(*i.DetailsContains)) } @@ -59548,15 +48225,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if i.ReviewDue != nil { predicates = append(predicates, internalpolicy.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, internalpolicy.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, internalpolicy.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, internalpolicy.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, internalpolicy.ReviewDueGT(*i.ReviewDueGT)) } @@ -59605,18 +48273,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, internalpolicy.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, internalpolicy.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, internalpolicy.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, internalpolicy.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, internalpolicy.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, internalpolicy.ApproverIDContains(*i.ApproverIDContains)) } @@ -59650,18 +48306,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, internalpolicy.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, internalpolicy.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, internalpolicy.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, internalpolicy.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, internalpolicy.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, internalpolicy.DelegateIDContains(*i.DelegateIDContains)) } @@ -59695,18 +48339,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, internalpolicy.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, internalpolicy.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, internalpolicy.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, internalpolicy.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, internalpolicy.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, internalpolicy.URLContains(*i.URLContains)) } @@ -59740,18 +48372,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, internalpolicy.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, internalpolicy.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, internalpolicy.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, internalpolicy.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, internalpolicy.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, internalpolicy.FileIDContains(*i.FileIDContains)) } @@ -59785,18 +48405,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, internalpolicy.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, internalpolicy.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, internalpolicy.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, internalpolicy.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, internalpolicy.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, internalpolicy.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -59830,18 +48438,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, internalpolicy.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, internalpolicy.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, internalpolicy.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, internalpolicy.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, internalpolicy.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, internalpolicy.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -59875,18 +48471,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.InternalPolicyKindNameNotIn) > 0 { predicates = append(predicates, internalpolicy.InternalPolicyKindNameNotIn(i.InternalPolicyKindNameNotIn...)) } - if i.InternalPolicyKindNameGT != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindNameGT(*i.InternalPolicyKindNameGT)) - } - if i.InternalPolicyKindNameGTE != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindNameGTE(*i.InternalPolicyKindNameGTE)) - } - if i.InternalPolicyKindNameLT != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindNameLT(*i.InternalPolicyKindNameLT)) - } - if i.InternalPolicyKindNameLTE != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindNameLTE(*i.InternalPolicyKindNameLTE)) - } if i.InternalPolicyKindNameContains != nil { predicates = append(predicates, internalpolicy.InternalPolicyKindNameContains(*i.InternalPolicyKindNameContains)) } @@ -59920,18 +48504,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.InternalPolicyKindIDNotIn) > 0 { predicates = append(predicates, internalpolicy.InternalPolicyKindIDNotIn(i.InternalPolicyKindIDNotIn...)) } - if i.InternalPolicyKindIDGT != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindIDGT(*i.InternalPolicyKindIDGT)) - } - if i.InternalPolicyKindIDGTE != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindIDGTE(*i.InternalPolicyKindIDGTE)) - } - if i.InternalPolicyKindIDLT != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindIDLT(*i.InternalPolicyKindIDLT)) - } - if i.InternalPolicyKindIDLTE != nil { - predicates = append(predicates, internalpolicy.InternalPolicyKindIDLTE(*i.InternalPolicyKindIDLTE)) - } if i.InternalPolicyKindIDContains != nil { predicates = append(predicates, internalpolicy.InternalPolicyKindIDContains(*i.InternalPolicyKindIDContains)) } @@ -59965,18 +48537,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, internalpolicy.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, internalpolicy.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, internalpolicy.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, internalpolicy.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, internalpolicy.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, internalpolicy.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -60010,18 +48570,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, internalpolicy.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, internalpolicy.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, internalpolicy.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, internalpolicy.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, internalpolicy.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, internalpolicy.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -60055,18 +48603,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, internalpolicy.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, internalpolicy.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, internalpolicy.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, internalpolicy.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, internalpolicy.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, internalpolicy.ScopeNameContains(*i.ScopeNameContains)) } @@ -60100,18 +48636,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, internalpolicy.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, internalpolicy.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, internalpolicy.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, internalpolicy.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, internalpolicy.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, internalpolicy.ScopeIDContains(*i.ScopeIDContains)) } @@ -60157,18 +48681,6 @@ func (i *InternalPolicyWhereInput) P() (predicate.InternalPolicy, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, internalpolicy.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, internalpolicy.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, internalpolicy.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, internalpolicy.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, internalpolicy.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, internalpolicy.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -60755,46 +49267,32 @@ type InviteWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -60808,10 +49306,6 @@ type InviteWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -60825,10 +49319,6 @@ type InviteWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -60842,10 +49332,6 @@ type InviteWhereInput struct { RequestorIDNEQ *string `json:"requestorIDNEQ,omitempty"` RequestorIDIn []string `json:"requestorIDIn,omitempty"` RequestorIDNotIn []string `json:"requestorIDNotIn,omitempty"` - RequestorIDGT *string `json:"requestorIDGT,omitempty"` - RequestorIDGTE *string `json:"requestorIDGTE,omitempty"` - RequestorIDLT *string `json:"requestorIDLT,omitempty"` - RequestorIDLTE *string `json:"requestorIDLTE,omitempty"` RequestorIDContains *string `json:"requestorIDContains,omitempty"` RequestorIDHasPrefix *string `json:"requestorIDHasPrefix,omitempty"` RequestorIDHasSuffix *string `json:"requestorIDHasSuffix,omitempty"` @@ -60859,10 +49345,6 @@ type InviteWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -60872,26 +49354,19 @@ type InviteWhereInput struct { OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // "expires" field predicates. - Expires *time.Time `json:"expires,omitempty"` - ExpiresNEQ *time.Time `json:"expiresNEQ,omitempty"` - ExpiresIn []time.Time `json:"expiresIn,omitempty"` - ExpiresNotIn []time.Time `json:"expiresNotIn,omitempty"` - ExpiresGT *time.Time `json:"expiresGT,omitempty"` - ExpiresGTE *time.Time `json:"expiresGTE,omitempty"` - ExpiresLT *time.Time `json:"expiresLT,omitempty"` - ExpiresLTE *time.Time `json:"expiresLTE,omitempty"` - ExpiresIsNil bool `json:"expiresIsNil,omitempty"` - ExpiresNotNil bool `json:"expiresNotNil,omitempty"` + Expires *time.Time `json:"expires,omitempty"` + ExpiresGT *time.Time `json:"expiresGT,omitempty"` + ExpiresGTE *time.Time `json:"expiresGTE,omitempty"` + ExpiresLT *time.Time `json:"expiresLT,omitempty"` + ExpiresLTE *time.Time `json:"expiresLTE,omitempty"` + ExpiresIsNil bool `json:"expiresIsNil,omitempty"` + ExpiresNotNil bool `json:"expiresNotNil,omitempty"` // "recipient" field predicates. Recipient *string `json:"recipient,omitempty"` RecipientNEQ *string `json:"recipientNEQ,omitempty"` RecipientIn []string `json:"recipientIn,omitempty"` RecipientNotIn []string `json:"recipientNotIn,omitempty"` - RecipientGT *string `json:"recipientGT,omitempty"` - RecipientGTE *string `json:"recipientGTE,omitempty"` - RecipientLT *string `json:"recipientLT,omitempty"` - RecipientLTE *string `json:"recipientLTE,omitempty"` RecipientContains *string `json:"recipientContains,omitempty"` RecipientHasPrefix *string `json:"recipientHasPrefix,omitempty"` RecipientHasSuffix *string `json:"recipientHasSuffix,omitempty"` @@ -60911,14 +49386,12 @@ type InviteWhereInput struct { RoleNotIn []enums.Role `json:"roleNotIn,omitempty"` // "send_attempts" field predicates. - SendAttempts *int `json:"sendAttempts,omitempty"` - SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` - SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` - SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int `json:"sendAttempts,omitempty"` + SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` + SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` + SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` // "ownership_transfer" field predicates. OwnershipTransfer *bool `json:"ownershipTransfer,omitempty"` @@ -61028,18 +49501,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, invite.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, invite.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, invite.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, invite.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, invite.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, invite.IDEqualFold(*i.IDEqualFold)) } @@ -61049,15 +49510,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if i.CreatedAt != nil { predicates = append(predicates, invite.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, invite.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, invite.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, invite.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, invite.CreatedAtGT(*i.CreatedAtGT)) } @@ -61079,15 +49531,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if i.UpdatedAt != nil { predicates = append(predicates, invite.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, invite.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, invite.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, invite.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, invite.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -61118,18 +49561,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, invite.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, invite.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, invite.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, invite.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, invite.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, invite.CreatedByContains(*i.CreatedByContains)) } @@ -61163,18 +49594,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, invite.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, invite.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, invite.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, invite.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, invite.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, invite.UpdatedByContains(*i.UpdatedByContains)) } @@ -61208,18 +49627,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, invite.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, invite.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, invite.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, invite.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, invite.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, invite.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -61253,18 +49660,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.RequestorIDNotIn) > 0 { predicates = append(predicates, invite.RequestorIDNotIn(i.RequestorIDNotIn...)) } - if i.RequestorIDGT != nil { - predicates = append(predicates, invite.RequestorIDGT(*i.RequestorIDGT)) - } - if i.RequestorIDGTE != nil { - predicates = append(predicates, invite.RequestorIDGTE(*i.RequestorIDGTE)) - } - if i.RequestorIDLT != nil { - predicates = append(predicates, invite.RequestorIDLT(*i.RequestorIDLT)) - } - if i.RequestorIDLTE != nil { - predicates = append(predicates, invite.RequestorIDLTE(*i.RequestorIDLTE)) - } if i.RequestorIDContains != nil { predicates = append(predicates, invite.RequestorIDContains(*i.RequestorIDContains)) } @@ -61298,18 +49693,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, invite.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, invite.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, invite.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, invite.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, invite.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, invite.OwnerIDContains(*i.OwnerIDContains)) } @@ -61334,15 +49717,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if i.Expires != nil { predicates = append(predicates, invite.ExpiresEQ(*i.Expires)) } - if i.ExpiresNEQ != nil { - predicates = append(predicates, invite.ExpiresNEQ(*i.ExpiresNEQ)) - } - if len(i.ExpiresIn) > 0 { - predicates = append(predicates, invite.ExpiresIn(i.ExpiresIn...)) - } - if len(i.ExpiresNotIn) > 0 { - predicates = append(predicates, invite.ExpiresNotIn(i.ExpiresNotIn...)) - } if i.ExpiresGT != nil { predicates = append(predicates, invite.ExpiresGT(*i.ExpiresGT)) } @@ -61373,18 +49747,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if len(i.RecipientNotIn) > 0 { predicates = append(predicates, invite.RecipientNotIn(i.RecipientNotIn...)) } - if i.RecipientGT != nil { - predicates = append(predicates, invite.RecipientGT(*i.RecipientGT)) - } - if i.RecipientGTE != nil { - predicates = append(predicates, invite.RecipientGTE(*i.RecipientGTE)) - } - if i.RecipientLT != nil { - predicates = append(predicates, invite.RecipientLT(*i.RecipientLT)) - } - if i.RecipientLTE != nil { - predicates = append(predicates, invite.RecipientLTE(*i.RecipientLTE)) - } if i.RecipientContains != nil { predicates = append(predicates, invite.RecipientContains(*i.RecipientContains)) } @@ -61430,12 +49792,6 @@ func (i *InviteWhereInput) P() (predicate.Invite, error) { if i.SendAttemptsNEQ != nil { predicates = append(predicates, invite.SendAttemptsNEQ(*i.SendAttemptsNEQ)) } - if len(i.SendAttemptsIn) > 0 { - predicates = append(predicates, invite.SendAttemptsIn(i.SendAttemptsIn...)) - } - if len(i.SendAttemptsNotIn) > 0 { - predicates = append(predicates, invite.SendAttemptsNotIn(i.SendAttemptsNotIn...)) - } if i.SendAttemptsGT != nil { predicates = append(predicates, invite.SendAttemptsGT(*i.SendAttemptsGT)) } @@ -61551,46 +49907,32 @@ type JobResultWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -61604,10 +49946,6 @@ type JobResultWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -61621,10 +49959,6 @@ type JobResultWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -61638,10 +49972,6 @@ type JobResultWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -61655,10 +49985,6 @@ type JobResultWhereInput struct { ScheduledJobIDNEQ *string `json:"scheduledJobIDNEQ,omitempty"` ScheduledJobIDIn []string `json:"scheduledJobIDIn,omitempty"` ScheduledJobIDNotIn []string `json:"scheduledJobIDNotIn,omitempty"` - ScheduledJobIDGT *string `json:"scheduledJobIDGT,omitempty"` - ScheduledJobIDGTE *string `json:"scheduledJobIDGTE,omitempty"` - ScheduledJobIDLT *string `json:"scheduledJobIDLT,omitempty"` - ScheduledJobIDLTE *string `json:"scheduledJobIDLTE,omitempty"` ScheduledJobIDContains *string `json:"scheduledJobIDContains,omitempty"` ScheduledJobIDHasPrefix *string `json:"scheduledJobIDHasPrefix,omitempty"` ScheduledJobIDHasSuffix *string `json:"scheduledJobIDHasSuffix,omitempty"` @@ -61672,44 +49998,32 @@ type JobResultWhereInput struct { StatusNotIn []enums.JobExecutionStatus `json:"statusNotIn,omitempty"` // "exit_code" field predicates. - ExitCode *int `json:"exitCode,omitempty"` - ExitCodeNEQ *int `json:"exitCodeNEQ,omitempty"` - ExitCodeIn []int `json:"exitCodeIn,omitempty"` - ExitCodeNotIn []int `json:"exitCodeNotIn,omitempty"` - ExitCodeGT *int `json:"exitCodeGT,omitempty"` - ExitCodeGTE *int `json:"exitCodeGTE,omitempty"` - ExitCodeLT *int `json:"exitCodeLT,omitempty"` - ExitCodeLTE *int `json:"exitCodeLTE,omitempty"` + ExitCode *int `json:"exitCode,omitempty"` + ExitCodeNEQ *int `json:"exitCodeNEQ,omitempty"` + ExitCodeGT *int `json:"exitCodeGT,omitempty"` + ExitCodeGTE *int `json:"exitCodeGTE,omitempty"` + ExitCodeLT *int `json:"exitCodeLT,omitempty"` + ExitCodeLTE *int `json:"exitCodeLTE,omitempty"` // "finished_at" field predicates. - FinishedAt *time.Time `json:"finishedAt,omitempty"` - FinishedAtNEQ *time.Time `json:"finishedAtNEQ,omitempty"` - FinishedAtIn []time.Time `json:"finishedAtIn,omitempty"` - FinishedAtNotIn []time.Time `json:"finishedAtNotIn,omitempty"` - FinishedAtGT *time.Time `json:"finishedAtGT,omitempty"` - FinishedAtGTE *time.Time `json:"finishedAtGTE,omitempty"` - FinishedAtLT *time.Time `json:"finishedAtLT,omitempty"` - FinishedAtLTE *time.Time `json:"finishedAtLTE,omitempty"` + FinishedAt *time.Time `json:"finishedAt,omitempty"` + FinishedAtGT *time.Time `json:"finishedAtGT,omitempty"` + FinishedAtGTE *time.Time `json:"finishedAtGTE,omitempty"` + FinishedAtLT *time.Time `json:"finishedAtLT,omitempty"` + FinishedAtLTE *time.Time `json:"finishedAtLTE,omitempty"` // "started_at" field predicates. - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNEQ *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGT *time.Time `json:"startedAtGT,omitempty"` - StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLT *time.Time `json:"startedAtLT,omitempty"` - StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGT *time.Time `json:"startedAtGT,omitempty"` + StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLT *time.Time `json:"startedAtLT,omitempty"` + StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` // "file_id" field predicates. FileID *string `json:"fileID,omitempty"` FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -61721,10 +50035,6 @@ type JobResultWhereInput struct { LogNEQ *string `json:"logNEQ,omitempty"` LogIn []string `json:"logIn,omitempty"` LogNotIn []string `json:"logNotIn,omitempty"` - LogGT *string `json:"logGT,omitempty"` - LogGTE *string `json:"logGTE,omitempty"` - LogLT *string `json:"logLT,omitempty"` - LogLTE *string `json:"logLTE,omitempty"` LogContains *string `json:"logContains,omitempty"` LogHasPrefix *string `json:"logHasPrefix,omitempty"` LogHasSuffix *string `json:"logHasSuffix,omitempty"` @@ -61829,18 +50139,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, jobresult.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobresult.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobresult.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobresult.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobresult.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobresult.IDEqualFold(*i.IDEqualFold)) } @@ -61850,15 +50148,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if i.CreatedAt != nil { predicates = append(predicates, jobresult.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobresult.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobresult.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobresult.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobresult.CreatedAtGT(*i.CreatedAtGT)) } @@ -61880,15 +50169,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if i.UpdatedAt != nil { predicates = append(predicates, jobresult.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobresult.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobresult.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobresult.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobresult.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -61919,18 +50199,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobresult.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobresult.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobresult.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobresult.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobresult.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobresult.CreatedByContains(*i.CreatedByContains)) } @@ -61964,18 +50232,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobresult.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobresult.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobresult.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobresult.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobresult.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobresult.UpdatedByContains(*i.UpdatedByContains)) } @@ -62009,18 +50265,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobresult.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobresult.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobresult.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobresult.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobresult.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobresult.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -62054,18 +50298,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobresult.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobresult.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobresult.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobresult.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobresult.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobresult.OwnerIDContains(*i.OwnerIDContains)) } @@ -62099,18 +50331,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.ScheduledJobIDNotIn) > 0 { predicates = append(predicates, jobresult.ScheduledJobIDNotIn(i.ScheduledJobIDNotIn...)) } - if i.ScheduledJobIDGT != nil { - predicates = append(predicates, jobresult.ScheduledJobIDGT(*i.ScheduledJobIDGT)) - } - if i.ScheduledJobIDGTE != nil { - predicates = append(predicates, jobresult.ScheduledJobIDGTE(*i.ScheduledJobIDGTE)) - } - if i.ScheduledJobIDLT != nil { - predicates = append(predicates, jobresult.ScheduledJobIDLT(*i.ScheduledJobIDLT)) - } - if i.ScheduledJobIDLTE != nil { - predicates = append(predicates, jobresult.ScheduledJobIDLTE(*i.ScheduledJobIDLTE)) - } if i.ScheduledJobIDContains != nil { predicates = append(predicates, jobresult.ScheduledJobIDContains(*i.ScheduledJobIDContains)) } @@ -62144,12 +50364,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if i.ExitCodeNEQ != nil { predicates = append(predicates, jobresult.ExitCodeNEQ(*i.ExitCodeNEQ)) } - if len(i.ExitCodeIn) > 0 { - predicates = append(predicates, jobresult.ExitCodeIn(i.ExitCodeIn...)) - } - if len(i.ExitCodeNotIn) > 0 { - predicates = append(predicates, jobresult.ExitCodeNotIn(i.ExitCodeNotIn...)) - } if i.ExitCodeGT != nil { predicates = append(predicates, jobresult.ExitCodeGT(*i.ExitCodeGT)) } @@ -62165,15 +50379,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if i.FinishedAt != nil { predicates = append(predicates, jobresult.FinishedAtEQ(*i.FinishedAt)) } - if i.FinishedAtNEQ != nil { - predicates = append(predicates, jobresult.FinishedAtNEQ(*i.FinishedAtNEQ)) - } - if len(i.FinishedAtIn) > 0 { - predicates = append(predicates, jobresult.FinishedAtIn(i.FinishedAtIn...)) - } - if len(i.FinishedAtNotIn) > 0 { - predicates = append(predicates, jobresult.FinishedAtNotIn(i.FinishedAtNotIn...)) - } if i.FinishedAtGT != nil { predicates = append(predicates, jobresult.FinishedAtGT(*i.FinishedAtGT)) } @@ -62189,15 +50394,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if i.StartedAt != nil { predicates = append(predicates, jobresult.StartedAtEQ(*i.StartedAt)) } - if i.StartedAtNEQ != nil { - predicates = append(predicates, jobresult.StartedAtNEQ(*i.StartedAtNEQ)) - } - if len(i.StartedAtIn) > 0 { - predicates = append(predicates, jobresult.StartedAtIn(i.StartedAtIn...)) - } - if len(i.StartedAtNotIn) > 0 { - predicates = append(predicates, jobresult.StartedAtNotIn(i.StartedAtNotIn...)) - } if i.StartedAtGT != nil { predicates = append(predicates, jobresult.StartedAtGT(*i.StartedAtGT)) } @@ -62222,18 +50418,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, jobresult.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, jobresult.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, jobresult.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, jobresult.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, jobresult.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, jobresult.FileIDContains(*i.FileIDContains)) } @@ -62261,18 +50445,6 @@ func (i *JobResultWhereInput) P() (predicate.JobResult, error) { if len(i.LogNotIn) > 0 { predicates = append(predicates, jobresult.LogNotIn(i.LogNotIn...)) } - if i.LogGT != nil { - predicates = append(predicates, jobresult.LogGT(*i.LogGT)) - } - if i.LogGTE != nil { - predicates = append(predicates, jobresult.LogGTE(*i.LogGTE)) - } - if i.LogLT != nil { - predicates = append(predicates, jobresult.LogLT(*i.LogLT)) - } - if i.LogLTE != nil { - predicates = append(predicates, jobresult.LogLTE(*i.LogLTE)) - } if i.LogContains != nil { predicates = append(predicates, jobresult.LogContains(*i.LogContains)) } @@ -62374,46 +50546,32 @@ type JobRunnerWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -62427,10 +50585,6 @@ type JobRunnerWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -62444,10 +50598,6 @@ type JobRunnerWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -62461,10 +50611,6 @@ type JobRunnerWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -62476,10 +50622,6 @@ type JobRunnerWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -62499,10 +50641,6 @@ type JobRunnerWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -62516,10 +50654,6 @@ type JobRunnerWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -62533,10 +50667,6 @@ type JobRunnerWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -62554,10 +50684,6 @@ type JobRunnerWhereInput struct { IPAddressNEQ *string `json:"ipAddressNEQ,omitempty"` IPAddressIn []string `json:"ipAddressIn,omitempty"` IPAddressNotIn []string `json:"ipAddressNotIn,omitempty"` - IPAddressGT *string `json:"ipAddressGT,omitempty"` - IPAddressGTE *string `json:"ipAddressGTE,omitempty"` - IPAddressLT *string `json:"ipAddressLT,omitempty"` - IPAddressLTE *string `json:"ipAddressLTE,omitempty"` IPAddressContains *string `json:"ipAddressContains,omitempty"` IPAddressHasPrefix *string `json:"ipAddressHasPrefix,omitempty"` IPAddressHasSuffix *string `json:"ipAddressHasSuffix,omitempty"` @@ -62567,26 +50693,19 @@ type JobRunnerWhereInput struct { IPAddressContainsFold *string `json:"ipAddressContainsFold,omitempty"` // "last_seen" field predicates. - LastSeen *time.Time `json:"lastSeen,omitempty"` - LastSeenNEQ *time.Time `json:"lastSeenNEQ,omitempty"` - LastSeenIn []time.Time `json:"lastSeenIn,omitempty"` - LastSeenNotIn []time.Time `json:"lastSeenNotIn,omitempty"` - LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` - LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` - LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` - LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` - LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` - LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` + LastSeen *time.Time `json:"lastSeen,omitempty"` + LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` + LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` + LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` + LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` + LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` + LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` // "version" field predicates. Version *string `json:"version,omitempty"` VersionNEQ *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGT *string `json:"versionGT,omitempty"` - VersionGTE *string `json:"versionGTE,omitempty"` - VersionLT *string `json:"versionLT,omitempty"` - VersionLTE *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -62600,10 +50719,6 @@ type JobRunnerWhereInput struct { OsNEQ *string `json:"osNEQ,omitempty"` OsIn []string `json:"osIn,omitempty"` OsNotIn []string `json:"osNotIn,omitempty"` - OsGT *string `json:"osGT,omitempty"` - OsGTE *string `json:"osGTE,omitempty"` - OsLT *string `json:"osLT,omitempty"` - OsLTE *string `json:"osLTE,omitempty"` OsContains *string `json:"osContains,omitempty"` OsHasPrefix *string `json:"osHasPrefix,omitempty"` OsHasSuffix *string `json:"osHasSuffix,omitempty"` @@ -62707,18 +50822,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, jobrunner.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobrunner.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobrunner.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobrunner.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobrunner.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobrunner.IDEqualFold(*i.IDEqualFold)) } @@ -62728,15 +50831,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if i.CreatedAt != nil { predicates = append(predicates, jobrunner.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobrunner.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobrunner.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobrunner.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobrunner.CreatedAtGT(*i.CreatedAtGT)) } @@ -62758,15 +50852,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if i.UpdatedAt != nil { predicates = append(predicates, jobrunner.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobrunner.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobrunner.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobrunner.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobrunner.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -62797,18 +50882,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobrunner.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobrunner.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobrunner.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobrunner.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobrunner.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobrunner.CreatedByContains(*i.CreatedByContains)) } @@ -62842,18 +50915,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobrunner.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobrunner.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobrunner.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobrunner.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobrunner.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobrunner.UpdatedByContains(*i.UpdatedByContains)) } @@ -62887,18 +50948,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobrunner.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobrunner.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobrunner.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobrunner.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobrunner.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobrunner.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -62932,18 +50981,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, jobrunner.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, jobrunner.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, jobrunner.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, jobrunner.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, jobrunner.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, jobrunner.DisplayIDContains(*i.DisplayIDContains)) } @@ -62971,18 +51008,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobrunner.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobrunner.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobrunner.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobrunner.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobrunner.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobrunner.OwnerIDContains(*i.OwnerIDContains)) } @@ -63028,18 +51053,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, jobrunner.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, jobrunner.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, jobrunner.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, jobrunner.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, jobrunner.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, jobrunner.InternalNotesContains(*i.InternalNotesContains)) } @@ -63073,18 +51086,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, jobrunner.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, jobrunner.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, jobrunner.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, jobrunner.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, jobrunner.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, jobrunner.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -63118,18 +51119,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, jobrunner.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, jobrunner.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, jobrunner.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, jobrunner.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, jobrunner.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, jobrunner.NameContains(*i.NameContains)) } @@ -63169,18 +51158,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.IPAddressNotIn) > 0 { predicates = append(predicates, jobrunner.IPAddressNotIn(i.IPAddressNotIn...)) } - if i.IPAddressGT != nil { - predicates = append(predicates, jobrunner.IPAddressGT(*i.IPAddressGT)) - } - if i.IPAddressGTE != nil { - predicates = append(predicates, jobrunner.IPAddressGTE(*i.IPAddressGTE)) - } - if i.IPAddressLT != nil { - predicates = append(predicates, jobrunner.IPAddressLT(*i.IPAddressLT)) - } - if i.IPAddressLTE != nil { - predicates = append(predicates, jobrunner.IPAddressLTE(*i.IPAddressLTE)) - } if i.IPAddressContains != nil { predicates = append(predicates, jobrunner.IPAddressContains(*i.IPAddressContains)) } @@ -63205,15 +51182,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if i.LastSeen != nil { predicates = append(predicates, jobrunner.LastSeenEQ(*i.LastSeen)) } - if i.LastSeenNEQ != nil { - predicates = append(predicates, jobrunner.LastSeenNEQ(*i.LastSeenNEQ)) - } - if len(i.LastSeenIn) > 0 { - predicates = append(predicates, jobrunner.LastSeenIn(i.LastSeenIn...)) - } - if len(i.LastSeenNotIn) > 0 { - predicates = append(predicates, jobrunner.LastSeenNotIn(i.LastSeenNotIn...)) - } if i.LastSeenGT != nil { predicates = append(predicates, jobrunner.LastSeenGT(*i.LastSeenGT)) } @@ -63244,18 +51212,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.VersionNotIn) > 0 { predicates = append(predicates, jobrunner.VersionNotIn(i.VersionNotIn...)) } - if i.VersionGT != nil { - predicates = append(predicates, jobrunner.VersionGT(*i.VersionGT)) - } - if i.VersionGTE != nil { - predicates = append(predicates, jobrunner.VersionGTE(*i.VersionGTE)) - } - if i.VersionLT != nil { - predicates = append(predicates, jobrunner.VersionLT(*i.VersionLT)) - } - if i.VersionLTE != nil { - predicates = append(predicates, jobrunner.VersionLTE(*i.VersionLTE)) - } if i.VersionContains != nil { predicates = append(predicates, jobrunner.VersionContains(*i.VersionContains)) } @@ -63289,18 +51245,6 @@ func (i *JobRunnerWhereInput) P() (predicate.JobRunner, error) { if len(i.OsNotIn) > 0 { predicates = append(predicates, jobrunner.OsNotIn(i.OsNotIn...)) } - if i.OsGT != nil { - predicates = append(predicates, jobrunner.OsGT(*i.OsGT)) - } - if i.OsGTE != nil { - predicates = append(predicates, jobrunner.OsGTE(*i.OsGTE)) - } - if i.OsLT != nil { - predicates = append(predicates, jobrunner.OsLT(*i.OsLT)) - } - if i.OsLTE != nil { - predicates = append(predicates, jobrunner.OsLTE(*i.OsLTE)) - } if i.OsContains != nil { predicates = append(predicates, jobrunner.OsContains(*i.OsContains)) } @@ -63390,46 +51334,32 @@ type JobRunnerRegistrationTokenWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -63443,10 +51373,6 @@ type JobRunnerRegistrationTokenWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -63460,10 +51386,6 @@ type JobRunnerRegistrationTokenWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -63477,10 +51399,6 @@ type JobRunnerRegistrationTokenWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -63490,26 +51408,19 @@ type JobRunnerRegistrationTokenWhereInput struct { OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "job_runner_id" field predicates. JobRunnerID *string `json:"jobRunnerID,omitempty"` JobRunnerIDNEQ *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIDGT *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIDGTE *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIDLT *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIDLTE *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -63613,18 +51524,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.IDNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobrunnerregistrationtoken.IDEqualFold(*i.IDEqualFold)) } @@ -63634,15 +51533,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if i.CreatedAt != nil { predicates = append(predicates, jobrunnerregistrationtoken.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobrunnerregistrationtoken.CreatedAtGT(*i.CreatedAtGT)) } @@ -63664,15 +51554,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if i.UpdatedAt != nil { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -63703,18 +51584,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobrunnerregistrationtoken.CreatedByContains(*i.CreatedByContains)) } @@ -63748,18 +51617,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByContains(*i.UpdatedByContains)) } @@ -63793,18 +51650,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobrunnerregistrationtoken.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -63838,18 +51683,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobrunnerregistrationtoken.OwnerIDContains(*i.OwnerIDContains)) } @@ -63874,15 +51707,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if i.LastUsedAt != nil { predicates = append(predicates, jobrunnerregistrationtoken.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, jobrunnerregistrationtoken.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, jobrunnerregistrationtoken.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, jobrunnerregistrationtoken.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -63913,18 +51737,6 @@ func (i *JobRunnerRegistrationTokenWhereInput) P() (predicate.JobRunnerRegistrat if len(i.JobRunnerIDNotIn) > 0 { predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDNotIn(i.JobRunnerIDNotIn...)) } - if i.JobRunnerIDGT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDGT(*i.JobRunnerIDGT)) - } - if i.JobRunnerIDGTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDGTE(*i.JobRunnerIDGTE)) - } - if i.JobRunnerIDLT != nil { - predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDLT(*i.JobRunnerIDLT)) - } - if i.JobRunnerIDLTE != nil { - predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDLTE(*i.JobRunnerIDLTE)) - } if i.JobRunnerIDContains != nil { predicates = append(predicates, jobrunnerregistrationtoken.JobRunnerIDContains(*i.JobRunnerIDContains)) } @@ -64014,46 +51826,32 @@ type JobRunnerTokenWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -64067,10 +51865,6 @@ type JobRunnerTokenWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -64084,10 +51878,6 @@ type JobRunnerTokenWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -64101,10 +51891,6 @@ type JobRunnerTokenWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -64114,28 +51900,22 @@ type JobRunnerTokenWhereInput struct { OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "is_active" field predicates. IsActive *bool `json:"isActive,omitempty"` @@ -64148,10 +51928,6 @@ type JobRunnerTokenWhereInput struct { RevokedReasonNEQ *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGT *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGTE *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLT *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLTE *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -64165,10 +51941,6 @@ type JobRunnerTokenWhereInput struct { RevokedByNEQ *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGT *string `json:"revokedByGT,omitempty"` - RevokedByGTE *string `json:"revokedByGTE,omitempty"` - RevokedByLT *string `json:"revokedByLT,omitempty"` - RevokedByLTE *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -64178,16 +51950,13 @@ type JobRunnerTokenWhereInput struct { RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // "revoked_at" field predicates. - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNEQ *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -64284,18 +52053,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, jobrunnertoken.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobrunnertoken.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobrunnertoken.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobrunnertoken.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobrunnertoken.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobrunnertoken.IDEqualFold(*i.IDEqualFold)) } @@ -64305,15 +52062,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if i.CreatedAt != nil { predicates = append(predicates, jobrunnertoken.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobrunnertoken.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobrunnertoken.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobrunnertoken.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobrunnertoken.CreatedAtGT(*i.CreatedAtGT)) } @@ -64335,15 +52083,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if i.UpdatedAt != nil { predicates = append(predicates, jobrunnertoken.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobrunnertoken.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobrunnertoken.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobrunnertoken.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobrunnertoken.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -64374,18 +52113,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobrunnertoken.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobrunnertoken.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobrunnertoken.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobrunnertoken.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobrunnertoken.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobrunnertoken.CreatedByContains(*i.CreatedByContains)) } @@ -64419,18 +52146,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobrunnertoken.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobrunnertoken.UpdatedByContains(*i.UpdatedByContains)) } @@ -64464,18 +52179,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobrunnertoken.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -64509,18 +52212,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobrunnertoken.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobrunnertoken.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobrunnertoken.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobrunnertoken.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobrunnertoken.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobrunnertoken.OwnerIDContains(*i.OwnerIDContains)) } @@ -64545,15 +52236,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if i.ExpiresAt != nil { predicates = append(predicates, jobrunnertoken.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, jobrunnertoken.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, jobrunnertoken.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, jobrunnertoken.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, jobrunnertoken.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -64575,15 +52257,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if i.LastUsedAt != nil { predicates = append(predicates, jobrunnertoken.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, jobrunnertoken.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, jobrunnertoken.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, jobrunnertoken.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, jobrunnertoken.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -64626,18 +52299,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.RevokedReasonNotIn) > 0 { predicates = append(predicates, jobrunnertoken.RevokedReasonNotIn(i.RevokedReasonNotIn...)) } - if i.RevokedReasonGT != nil { - predicates = append(predicates, jobrunnertoken.RevokedReasonGT(*i.RevokedReasonGT)) - } - if i.RevokedReasonGTE != nil { - predicates = append(predicates, jobrunnertoken.RevokedReasonGTE(*i.RevokedReasonGTE)) - } - if i.RevokedReasonLT != nil { - predicates = append(predicates, jobrunnertoken.RevokedReasonLT(*i.RevokedReasonLT)) - } - if i.RevokedReasonLTE != nil { - predicates = append(predicates, jobrunnertoken.RevokedReasonLTE(*i.RevokedReasonLTE)) - } if i.RevokedReasonContains != nil { predicates = append(predicates, jobrunnertoken.RevokedReasonContains(*i.RevokedReasonContains)) } @@ -64671,18 +52332,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if len(i.RevokedByNotIn) > 0 { predicates = append(predicates, jobrunnertoken.RevokedByNotIn(i.RevokedByNotIn...)) } - if i.RevokedByGT != nil { - predicates = append(predicates, jobrunnertoken.RevokedByGT(*i.RevokedByGT)) - } - if i.RevokedByGTE != nil { - predicates = append(predicates, jobrunnertoken.RevokedByGTE(*i.RevokedByGTE)) - } - if i.RevokedByLT != nil { - predicates = append(predicates, jobrunnertoken.RevokedByLT(*i.RevokedByLT)) - } - if i.RevokedByLTE != nil { - predicates = append(predicates, jobrunnertoken.RevokedByLTE(*i.RevokedByLTE)) - } if i.RevokedByContains != nil { predicates = append(predicates, jobrunnertoken.RevokedByContains(*i.RevokedByContains)) } @@ -64707,15 +52356,6 @@ func (i *JobRunnerTokenWhereInput) P() (predicate.JobRunnerToken, error) { if i.RevokedAt != nil { predicates = append(predicates, jobrunnertoken.RevokedAtEQ(*i.RevokedAt)) } - if i.RevokedAtNEQ != nil { - predicates = append(predicates, jobrunnertoken.RevokedAtNEQ(*i.RevokedAtNEQ)) - } - if len(i.RevokedAtIn) > 0 { - predicates = append(predicates, jobrunnertoken.RevokedAtIn(i.RevokedAtIn...)) - } - if len(i.RevokedAtNotIn) > 0 { - predicates = append(predicates, jobrunnertoken.RevokedAtNotIn(i.RevokedAtNotIn...)) - } if i.RevokedAtGT != nil { predicates = append(predicates, jobrunnertoken.RevokedAtGT(*i.RevokedAtGT)) } @@ -64802,46 +52442,32 @@ type JobTemplateWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -64855,10 +52481,6 @@ type JobTemplateWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -64872,10 +52494,6 @@ type JobTemplateWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -64889,10 +52507,6 @@ type JobTemplateWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -64904,10 +52518,6 @@ type JobTemplateWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -64927,10 +52537,6 @@ type JobTemplateWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -64944,10 +52550,6 @@ type JobTemplateWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -64961,10 +52563,6 @@ type JobTemplateWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -64976,10 +52574,6 @@ type JobTemplateWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -65089,18 +52683,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, jobtemplate.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobtemplate.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobtemplate.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobtemplate.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobtemplate.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobtemplate.IDEqualFold(*i.IDEqualFold)) } @@ -65110,15 +52692,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if i.CreatedAt != nil { predicates = append(predicates, jobtemplate.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobtemplate.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobtemplate.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobtemplate.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobtemplate.CreatedAtGT(*i.CreatedAtGT)) } @@ -65140,15 +52713,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if i.UpdatedAt != nil { predicates = append(predicates, jobtemplate.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobtemplate.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobtemplate.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobtemplate.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobtemplate.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -65179,18 +52743,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobtemplate.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobtemplate.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobtemplate.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobtemplate.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobtemplate.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobtemplate.CreatedByContains(*i.CreatedByContains)) } @@ -65224,18 +52776,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobtemplate.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobtemplate.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobtemplate.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobtemplate.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobtemplate.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobtemplate.UpdatedByContains(*i.UpdatedByContains)) } @@ -65269,18 +52809,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobtemplate.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobtemplate.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobtemplate.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobtemplate.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobtemplate.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobtemplate.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -65314,18 +52842,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, jobtemplate.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, jobtemplate.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, jobtemplate.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, jobtemplate.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, jobtemplate.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, jobtemplate.DisplayIDContains(*i.DisplayIDContains)) } @@ -65353,18 +52869,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobtemplate.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobtemplate.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobtemplate.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobtemplate.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobtemplate.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobtemplate.OwnerIDContains(*i.OwnerIDContains)) } @@ -65410,18 +52914,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, jobtemplate.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, jobtemplate.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, jobtemplate.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, jobtemplate.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, jobtemplate.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, jobtemplate.InternalNotesContains(*i.InternalNotesContains)) } @@ -65455,18 +52947,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, jobtemplate.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, jobtemplate.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, jobtemplate.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, jobtemplate.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, jobtemplate.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, jobtemplate.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -65500,18 +52980,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, jobtemplate.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, jobtemplate.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, jobtemplate.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, jobtemplate.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, jobtemplate.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, jobtemplate.TitleContains(*i.TitleContains)) } @@ -65539,18 +53007,6 @@ func (i *JobTemplateWhereInput) P() (predicate.JobTemplate, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, jobtemplate.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, jobtemplate.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, jobtemplate.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, jobtemplate.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, jobtemplate.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, jobtemplate.DescriptionContains(*i.DescriptionContains)) } @@ -65652,46 +53108,32 @@ type MappableDomainWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -65705,10 +53147,6 @@ type MappableDomainWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -65722,10 +53160,6 @@ type MappableDomainWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -65739,10 +53173,6 @@ type MappableDomainWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -65754,10 +53184,6 @@ type MappableDomainWhereInput struct { ZoneIDNEQ *string `json:"zoneIDNEQ,omitempty"` ZoneIDIn []string `json:"zoneIDIn,omitempty"` ZoneIDNotIn []string `json:"zoneIDNotIn,omitempty"` - ZoneIDGT *string `json:"zoneIDGT,omitempty"` - ZoneIDGTE *string `json:"zoneIDGTE,omitempty"` - ZoneIDLT *string `json:"zoneIDLT,omitempty"` - ZoneIDLTE *string `json:"zoneIDLTE,omitempty"` ZoneIDContains *string `json:"zoneIDContains,omitempty"` ZoneIDHasPrefix *string `json:"zoneIDHasPrefix,omitempty"` ZoneIDHasSuffix *string `json:"zoneIDHasSuffix,omitempty"` @@ -65855,18 +53281,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, mappabledomain.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, mappabledomain.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, mappabledomain.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, mappabledomain.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, mappabledomain.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, mappabledomain.IDEqualFold(*i.IDEqualFold)) } @@ -65876,15 +53290,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if i.CreatedAt != nil { predicates = append(predicates, mappabledomain.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, mappabledomain.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, mappabledomain.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, mappabledomain.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, mappabledomain.CreatedAtGT(*i.CreatedAtGT)) } @@ -65906,15 +53311,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if i.UpdatedAt != nil { predicates = append(predicates, mappabledomain.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, mappabledomain.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, mappabledomain.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, mappabledomain.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, mappabledomain.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -65945,18 +53341,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, mappabledomain.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, mappabledomain.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, mappabledomain.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, mappabledomain.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, mappabledomain.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, mappabledomain.CreatedByContains(*i.CreatedByContains)) } @@ -65990,18 +53374,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, mappabledomain.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, mappabledomain.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, mappabledomain.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, mappabledomain.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, mappabledomain.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, mappabledomain.UpdatedByContains(*i.UpdatedByContains)) } @@ -66035,18 +53407,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, mappabledomain.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, mappabledomain.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, mappabledomain.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, mappabledomain.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, mappabledomain.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, mappabledomain.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -66080,18 +53440,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, mappabledomain.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, mappabledomain.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, mappabledomain.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, mappabledomain.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, mappabledomain.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, mappabledomain.NameContains(*i.NameContains)) } @@ -66119,18 +53467,6 @@ func (i *MappableDomainWhereInput) P() (predicate.MappableDomain, error) { if len(i.ZoneIDNotIn) > 0 { predicates = append(predicates, mappabledomain.ZoneIDNotIn(i.ZoneIDNotIn...)) } - if i.ZoneIDGT != nil { - predicates = append(predicates, mappabledomain.ZoneIDGT(*i.ZoneIDGT)) - } - if i.ZoneIDGTE != nil { - predicates = append(predicates, mappabledomain.ZoneIDGTE(*i.ZoneIDGTE)) - } - if i.ZoneIDLT != nil { - predicates = append(predicates, mappabledomain.ZoneIDLT(*i.ZoneIDLT)) - } - if i.ZoneIDLTE != nil { - predicates = append(predicates, mappabledomain.ZoneIDLTE(*i.ZoneIDLTE)) - } if i.ZoneIDContains != nil { predicates = append(predicates, mappabledomain.ZoneIDContains(*i.ZoneIDContains)) } @@ -66195,46 +53531,32 @@ type MappedControlWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -66248,10 +53570,6 @@ type MappedControlWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -66265,10 +53583,6 @@ type MappedControlWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -66288,10 +53602,6 @@ type MappedControlWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -66305,10 +53615,6 @@ type MappedControlWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -66322,10 +53628,6 @@ type MappedControlWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -66345,10 +53647,6 @@ type MappedControlWhereInput struct { RelationNEQ *string `json:"relationNEQ,omitempty"` RelationIn []string `json:"relationIn,omitempty"` RelationNotIn []string `json:"relationNotIn,omitempty"` - RelationGT *string `json:"relationGT,omitempty"` - RelationGTE *string `json:"relationGTE,omitempty"` - RelationLT *string `json:"relationLT,omitempty"` - RelationLTE *string `json:"relationLTE,omitempty"` RelationContains *string `json:"relationContains,omitempty"` RelationHasPrefix *string `json:"relationHasPrefix,omitempty"` RelationHasSuffix *string `json:"relationHasSuffix,omitempty"` @@ -66358,16 +53656,14 @@ type MappedControlWhereInput struct { RelationContainsFold *string `json:"relationContainsFold,omitempty"` // "confidence" field predicates. - Confidence *int `json:"confidence,omitempty"` - ConfidenceNEQ *int `json:"confidenceNEQ,omitempty"` - ConfidenceIn []int `json:"confidenceIn,omitempty"` - ConfidenceNotIn []int `json:"confidenceNotIn,omitempty"` - ConfidenceGT *int `json:"confidenceGT,omitempty"` - ConfidenceGTE *int `json:"confidenceGTE,omitempty"` - ConfidenceLT *int `json:"confidenceLT,omitempty"` - ConfidenceLTE *int `json:"confidenceLTE,omitempty"` - ConfidenceIsNil bool `json:"confidenceIsNil,omitempty"` - ConfidenceNotNil bool `json:"confidenceNotNil,omitempty"` + Confidence *int `json:"confidence,omitempty"` + ConfidenceNEQ *int `json:"confidenceNEQ,omitempty"` + ConfidenceGT *int `json:"confidenceGT,omitempty"` + ConfidenceGTE *int `json:"confidenceGTE,omitempty"` + ConfidenceLT *int `json:"confidenceLT,omitempty"` + ConfidenceLTE *int `json:"confidenceLTE,omitempty"` + ConfidenceIsNil bool `json:"confidenceIsNil,omitempty"` + ConfidenceNotNil bool `json:"confidenceNotNil,omitempty"` // "source" field predicates. Source *enums.MappingSource `json:"source,omitempty"` @@ -66492,18 +53788,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, mappedcontrol.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, mappedcontrol.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, mappedcontrol.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, mappedcontrol.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, mappedcontrol.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, mappedcontrol.IDEqualFold(*i.IDEqualFold)) } @@ -66513,15 +53797,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if i.CreatedAt != nil { predicates = append(predicates, mappedcontrol.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, mappedcontrol.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, mappedcontrol.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, mappedcontrol.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, mappedcontrol.CreatedAtGT(*i.CreatedAtGT)) } @@ -66543,15 +53818,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if i.UpdatedAt != nil { predicates = append(predicates, mappedcontrol.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, mappedcontrol.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, mappedcontrol.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, mappedcontrol.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, mappedcontrol.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -66582,18 +53848,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, mappedcontrol.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, mappedcontrol.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, mappedcontrol.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, mappedcontrol.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, mappedcontrol.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, mappedcontrol.CreatedByContains(*i.CreatedByContains)) } @@ -66627,18 +53881,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, mappedcontrol.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, mappedcontrol.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, mappedcontrol.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, mappedcontrol.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, mappedcontrol.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, mappedcontrol.UpdatedByContains(*i.UpdatedByContains)) } @@ -66672,18 +53914,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, mappedcontrol.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -66729,18 +53959,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, mappedcontrol.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, mappedcontrol.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, mappedcontrol.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, mappedcontrol.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, mappedcontrol.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, mappedcontrol.InternalNotesContains(*i.InternalNotesContains)) } @@ -66774,18 +53992,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, mappedcontrol.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, mappedcontrol.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, mappedcontrol.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, mappedcontrol.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, mappedcontrol.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, mappedcontrol.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -66819,18 +54025,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, mappedcontrol.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, mappedcontrol.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, mappedcontrol.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, mappedcontrol.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, mappedcontrol.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, mappedcontrol.OwnerIDContains(*i.OwnerIDContains)) } @@ -66876,18 +54070,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if len(i.RelationNotIn) > 0 { predicates = append(predicates, mappedcontrol.RelationNotIn(i.RelationNotIn...)) } - if i.RelationGT != nil { - predicates = append(predicates, mappedcontrol.RelationGT(*i.RelationGT)) - } - if i.RelationGTE != nil { - predicates = append(predicates, mappedcontrol.RelationGTE(*i.RelationGTE)) - } - if i.RelationLT != nil { - predicates = append(predicates, mappedcontrol.RelationLT(*i.RelationLT)) - } - if i.RelationLTE != nil { - predicates = append(predicates, mappedcontrol.RelationLTE(*i.RelationLTE)) - } if i.RelationContains != nil { predicates = append(predicates, mappedcontrol.RelationContains(*i.RelationContains)) } @@ -66915,12 +54097,6 @@ func (i *MappedControlWhereInput) P() (predicate.MappedControl, error) { if i.ConfidenceNEQ != nil { predicates = append(predicates, mappedcontrol.ConfidenceNEQ(*i.ConfidenceNEQ)) } - if len(i.ConfidenceIn) > 0 { - predicates = append(predicates, mappedcontrol.ConfidenceIn(i.ConfidenceIn...)) - } - if len(i.ConfidenceNotIn) > 0 { - predicates = append(predicates, mappedcontrol.ConfidenceNotIn(i.ConfidenceNotIn...)) - } if i.ConfidenceGT != nil { predicates = append(predicates, mappedcontrol.ConfidenceGT(*i.ConfidenceGT)) } @@ -67120,46 +54296,32 @@ type NarrativeWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -67173,10 +54335,6 @@ type NarrativeWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -67190,10 +54348,6 @@ type NarrativeWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -67207,10 +54361,6 @@ type NarrativeWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -67222,10 +54372,6 @@ type NarrativeWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -67245,10 +54391,6 @@ type NarrativeWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -67262,10 +54404,6 @@ type NarrativeWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -67279,10 +54417,6 @@ type NarrativeWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -67294,10 +54428,6 @@ type NarrativeWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -67311,10 +54441,6 @@ type NarrativeWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -67442,18 +54568,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, narrative.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, narrative.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, narrative.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, narrative.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, narrative.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, narrative.IDEqualFold(*i.IDEqualFold)) } @@ -67463,15 +54577,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if i.CreatedAt != nil { predicates = append(predicates, narrative.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, narrative.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, narrative.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, narrative.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, narrative.CreatedAtGT(*i.CreatedAtGT)) } @@ -67493,15 +54598,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if i.UpdatedAt != nil { predicates = append(predicates, narrative.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, narrative.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, narrative.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, narrative.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, narrative.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -67532,18 +54628,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, narrative.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, narrative.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, narrative.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, narrative.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, narrative.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, narrative.CreatedByContains(*i.CreatedByContains)) } @@ -67577,18 +54661,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, narrative.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, narrative.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, narrative.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, narrative.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, narrative.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, narrative.UpdatedByContains(*i.UpdatedByContains)) } @@ -67622,18 +54694,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, narrative.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, narrative.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, narrative.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, narrative.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, narrative.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, narrative.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -67667,18 +54727,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, narrative.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, narrative.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, narrative.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, narrative.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, narrative.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, narrative.DisplayIDContains(*i.DisplayIDContains)) } @@ -67706,18 +54754,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, narrative.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, narrative.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, narrative.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, narrative.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, narrative.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, narrative.OwnerIDContains(*i.OwnerIDContains)) } @@ -67763,18 +54799,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, narrative.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, narrative.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, narrative.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, narrative.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, narrative.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, narrative.InternalNotesContains(*i.InternalNotesContains)) } @@ -67808,18 +54832,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, narrative.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, narrative.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, narrative.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, narrative.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, narrative.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, narrative.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -67853,18 +54865,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, narrative.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, narrative.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, narrative.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, narrative.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, narrative.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, narrative.NameContains(*i.NameContains)) } @@ -67892,18 +54892,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, narrative.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, narrative.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, narrative.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, narrative.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, narrative.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, narrative.DescriptionContains(*i.DescriptionContains)) } @@ -67937,18 +54925,6 @@ func (i *NarrativeWhereInput) P() (predicate.Narrative, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, narrative.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, narrative.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, narrative.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, narrative.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, narrative.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, narrative.DetailsContains(*i.DetailsContains)) } @@ -68152,46 +55128,32 @@ type NoteWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -68205,10 +55167,6 @@ type NoteWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -68222,10 +55180,6 @@ type NoteWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -68239,10 +55193,6 @@ type NoteWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -68254,10 +55204,6 @@ type NoteWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -68271,10 +55217,6 @@ type NoteWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -68288,10 +55230,6 @@ type NoteWhereInput struct { TextNEQ *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGT *string `json:"textGT,omitempty"` - TextGTE *string `json:"textGTE,omitempty"` - TextLT *string `json:"textLT,omitempty"` - TextLTE *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -68303,10 +55241,6 @@ type NoteWhereInput struct { NoteRefNEQ *string `json:"noteRefNEQ,omitempty"` NoteRefIn []string `json:"noteRefIn,omitempty"` NoteRefNotIn []string `json:"noteRefNotIn,omitempty"` - NoteRefGT *string `json:"noteRefGT,omitempty"` - NoteRefGTE *string `json:"noteRefGTE,omitempty"` - NoteRefLT *string `json:"noteRefLT,omitempty"` - NoteRefLTE *string `json:"noteRefLTE,omitempty"` NoteRefContains *string `json:"noteRefContains,omitempty"` NoteRefHasPrefix *string `json:"noteRefHasPrefix,omitempty"` NoteRefHasSuffix *string `json:"noteRefHasSuffix,omitempty"` @@ -68320,10 +55254,6 @@ type NoteWhereInput struct { DiscussionIDNEQ *string `json:"discussionIDNEQ,omitempty"` DiscussionIDIn []string `json:"discussionIDIn,omitempty"` DiscussionIDNotIn []string `json:"discussionIDNotIn,omitempty"` - DiscussionIDGT *string `json:"discussionIDGT,omitempty"` - DiscussionIDGTE *string `json:"discussionIDGTE,omitempty"` - DiscussionIDLT *string `json:"discussionIDLT,omitempty"` - DiscussionIDLTE *string `json:"discussionIDLTE,omitempty"` DiscussionIDContains *string `json:"discussionIDContains,omitempty"` DiscussionIDHasPrefix *string `json:"discussionIDHasPrefix,omitempty"` DiscussionIDHasSuffix *string `json:"discussionIDHasSuffix,omitempty"` @@ -68341,10 +55271,6 @@ type NoteWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -68360,16 +55286,13 @@ type NoteWhereInput struct { NotifySubscribersNotNil bool `json:"notifySubscribersNotNil,omitempty"` // "notified_at" field predicates. - NotifiedAt *time.Time `json:"notifiedAt,omitempty"` - NotifiedAtNEQ *time.Time `json:"notifiedAtNEQ,omitempty"` - NotifiedAtIn []time.Time `json:"notifiedAtIn,omitempty"` - NotifiedAtNotIn []time.Time `json:"notifiedAtNotIn,omitempty"` - NotifiedAtGT *time.Time `json:"notifiedAtGT,omitempty"` - NotifiedAtGTE *time.Time `json:"notifiedAtGTE,omitempty"` - NotifiedAtLT *time.Time `json:"notifiedAtLT,omitempty"` - NotifiedAtLTE *time.Time `json:"notifiedAtLTE,omitempty"` - NotifiedAtIsNil bool `json:"notifiedAtIsNil,omitempty"` - NotifiedAtNotNil bool `json:"notifiedAtNotNil,omitempty"` + NotifiedAt *time.Time `json:"notifiedAt,omitempty"` + NotifiedAtGT *time.Time `json:"notifiedAtGT,omitempty"` + NotifiedAtGTE *time.Time `json:"notifiedAtGTE,omitempty"` + NotifiedAtLT *time.Time `json:"notifiedAtLT,omitempty"` + NotifiedAtLTE *time.Time `json:"notifiedAtLTE,omitempty"` + NotifiedAtIsNil bool `json:"notifiedAtIsNil,omitempty"` + NotifiedAtNotNil bool `json:"notifiedAtNotNil,omitempty"` // "owner" edge predicates. HasOwner *bool `json:"hasOwner,omitempty"` @@ -68507,18 +55430,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, note.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, note.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, note.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, note.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, note.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, note.IDEqualFold(*i.IDEqualFold)) } @@ -68528,15 +55439,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if i.CreatedAt != nil { predicates = append(predicates, note.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, note.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, note.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, note.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, note.CreatedAtGT(*i.CreatedAtGT)) } @@ -68558,15 +55460,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if i.UpdatedAt != nil { predicates = append(predicates, note.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, note.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, note.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, note.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, note.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -68597,18 +55490,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, note.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, note.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, note.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, note.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, note.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, note.CreatedByContains(*i.CreatedByContains)) } @@ -68642,18 +55523,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, note.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, note.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, note.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, note.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, note.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, note.UpdatedByContains(*i.UpdatedByContains)) } @@ -68687,18 +55556,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, note.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, note.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, note.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, note.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, note.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, note.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -68732,18 +55589,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, note.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, note.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, note.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, note.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, note.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, note.DisplayIDContains(*i.DisplayIDContains)) } @@ -68771,18 +55616,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, note.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, note.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, note.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, note.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, note.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, note.OwnerIDContains(*i.OwnerIDContains)) } @@ -68816,18 +55649,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, note.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, note.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, note.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, note.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, note.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, note.TitleContains(*i.TitleContains)) } @@ -68861,18 +55682,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.TextNotIn) > 0 { predicates = append(predicates, note.TextNotIn(i.TextNotIn...)) } - if i.TextGT != nil { - predicates = append(predicates, note.TextGT(*i.TextGT)) - } - if i.TextGTE != nil { - predicates = append(predicates, note.TextGTE(*i.TextGTE)) - } - if i.TextLT != nil { - predicates = append(predicates, note.TextLT(*i.TextLT)) - } - if i.TextLTE != nil { - predicates = append(predicates, note.TextLTE(*i.TextLTE)) - } if i.TextContains != nil { predicates = append(predicates, note.TextContains(*i.TextContains)) } @@ -68900,18 +55709,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.NoteRefNotIn) > 0 { predicates = append(predicates, note.NoteRefNotIn(i.NoteRefNotIn...)) } - if i.NoteRefGT != nil { - predicates = append(predicates, note.NoteRefGT(*i.NoteRefGT)) - } - if i.NoteRefGTE != nil { - predicates = append(predicates, note.NoteRefGTE(*i.NoteRefGTE)) - } - if i.NoteRefLT != nil { - predicates = append(predicates, note.NoteRefLT(*i.NoteRefLT)) - } - if i.NoteRefLTE != nil { - predicates = append(predicates, note.NoteRefLTE(*i.NoteRefLTE)) - } if i.NoteRefContains != nil { predicates = append(predicates, note.NoteRefContains(*i.NoteRefContains)) } @@ -68945,18 +55742,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.DiscussionIDNotIn) > 0 { predicates = append(predicates, note.DiscussionIDNotIn(i.DiscussionIDNotIn...)) } - if i.DiscussionIDGT != nil { - predicates = append(predicates, note.DiscussionIDGT(*i.DiscussionIDGT)) - } - if i.DiscussionIDGTE != nil { - predicates = append(predicates, note.DiscussionIDGTE(*i.DiscussionIDGTE)) - } - if i.DiscussionIDLT != nil { - predicates = append(predicates, note.DiscussionIDLT(*i.DiscussionIDLT)) - } - if i.DiscussionIDLTE != nil { - predicates = append(predicates, note.DiscussionIDLTE(*i.DiscussionIDLTE)) - } if i.DiscussionIDContains != nil { predicates = append(predicates, note.DiscussionIDContains(*i.DiscussionIDContains)) } @@ -68996,18 +55781,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, note.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, note.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, note.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, note.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, note.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, note.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -69044,15 +55817,6 @@ func (i *NoteWhereInput) P() (predicate.Note, error) { if i.NotifiedAt != nil { predicates = append(predicates, note.NotifiedAtEQ(*i.NotifiedAt)) } - if i.NotifiedAtNEQ != nil { - predicates = append(predicates, note.NotifiedAtNEQ(*i.NotifiedAtNEQ)) - } - if len(i.NotifiedAtIn) > 0 { - predicates = append(predicates, note.NotifiedAtIn(i.NotifiedAtIn...)) - } - if len(i.NotifiedAtNotIn) > 0 { - predicates = append(predicates, note.NotifiedAtNotIn(i.NotifiedAtNotIn...)) - } if i.NotifiedAtGT != nil { predicates = append(predicates, note.NotifiedAtGT(*i.NotifiedAtGT)) } @@ -69344,46 +56108,32 @@ type NotificationPreferenceWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -69397,10 +56147,6 @@ type NotificationPreferenceWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -69414,10 +56160,6 @@ type NotificationPreferenceWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -69431,10 +56173,6 @@ type NotificationPreferenceWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -69448,10 +56186,6 @@ type NotificationPreferenceWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -69475,10 +56209,6 @@ type NotificationPreferenceWhereInput struct { ProviderNEQ *string `json:"providerNEQ,omitempty"` ProviderIn []string `json:"providerIn,omitempty"` ProviderNotIn []string `json:"providerNotIn,omitempty"` - ProviderGT *string `json:"providerGT,omitempty"` - ProviderGTE *string `json:"providerGTE,omitempty"` - ProviderLT *string `json:"providerLT,omitempty"` - ProviderLTE *string `json:"providerLTE,omitempty"` ProviderContains *string `json:"providerContains,omitempty"` ProviderHasPrefix *string `json:"providerHasPrefix,omitempty"` ProviderHasSuffix *string `json:"providerHasSuffix,omitempty"` @@ -69492,10 +56222,6 @@ type NotificationPreferenceWhereInput struct { DestinationNEQ *string `json:"destinationNEQ,omitempty"` DestinationIn []string `json:"destinationIn,omitempty"` DestinationNotIn []string `json:"destinationNotIn,omitempty"` - DestinationGT *string `json:"destinationGT,omitempty"` - DestinationGTE *string `json:"destinationGTE,omitempty"` - DestinationLT *string `json:"destinationLT,omitempty"` - DestinationLTE *string `json:"destinationLTE,omitempty"` DestinationContains *string `json:"destinationContains,omitempty"` DestinationHasPrefix *string `json:"destinationHasPrefix,omitempty"` DestinationHasSuffix *string `json:"destinationHasSuffix,omitempty"` @@ -69527,10 +56253,6 @@ type NotificationPreferenceWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -69540,26 +56262,19 @@ type NotificationPreferenceWhereInput struct { TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // "mute_until" field predicates. - MuteUntil *time.Time `json:"muteUntil,omitempty"` - MuteUntilNEQ *time.Time `json:"muteUntilNEQ,omitempty"` - MuteUntilIn []time.Time `json:"muteUntilIn,omitempty"` - MuteUntilNotIn []time.Time `json:"muteUntilNotIn,omitempty"` - MuteUntilGT *time.Time `json:"muteUntilGT,omitempty"` - MuteUntilGTE *time.Time `json:"muteUntilGTE,omitempty"` - MuteUntilLT *time.Time `json:"muteUntilLT,omitempty"` - MuteUntilLTE *time.Time `json:"muteUntilLTE,omitempty"` - MuteUntilIsNil bool `json:"muteUntilIsNil,omitempty"` - MuteUntilNotNil bool `json:"muteUntilNotNil,omitempty"` + MuteUntil *time.Time `json:"muteUntil,omitempty"` + MuteUntilGT *time.Time `json:"muteUntilGT,omitempty"` + MuteUntilGTE *time.Time `json:"muteUntilGTE,omitempty"` + MuteUntilLT *time.Time `json:"muteUntilLT,omitempty"` + MuteUntilLTE *time.Time `json:"muteUntilLTE,omitempty"` + MuteUntilIsNil bool `json:"muteUntilIsNil,omitempty"` + MuteUntilNotNil bool `json:"muteUntilNotNil,omitempty"` // "quiet_hours_start" field predicates. QuietHoursStart *string `json:"quietHoursStart,omitempty"` QuietHoursStartNEQ *string `json:"quietHoursStartNEQ,omitempty"` QuietHoursStartIn []string `json:"quietHoursStartIn,omitempty"` QuietHoursStartNotIn []string `json:"quietHoursStartNotIn,omitempty"` - QuietHoursStartGT *string `json:"quietHoursStartGT,omitempty"` - QuietHoursStartGTE *string `json:"quietHoursStartGTE,omitempty"` - QuietHoursStartLT *string `json:"quietHoursStartLT,omitempty"` - QuietHoursStartLTE *string `json:"quietHoursStartLTE,omitempty"` QuietHoursStartContains *string `json:"quietHoursStartContains,omitempty"` QuietHoursStartHasPrefix *string `json:"quietHoursStartHasPrefix,omitempty"` QuietHoursStartHasSuffix *string `json:"quietHoursStartHasSuffix,omitempty"` @@ -69573,10 +56288,6 @@ type NotificationPreferenceWhereInput struct { QuietHoursEndNEQ *string `json:"quietHoursEndNEQ,omitempty"` QuietHoursEndIn []string `json:"quietHoursEndIn,omitempty"` QuietHoursEndNotIn []string `json:"quietHoursEndNotIn,omitempty"` - QuietHoursEndGT *string `json:"quietHoursEndGT,omitempty"` - QuietHoursEndGTE *string `json:"quietHoursEndGTE,omitempty"` - QuietHoursEndLT *string `json:"quietHoursEndLT,omitempty"` - QuietHoursEndLTE *string `json:"quietHoursEndLTE,omitempty"` QuietHoursEndContains *string `json:"quietHoursEndContains,omitempty"` QuietHoursEndHasPrefix *string `json:"quietHoursEndHasPrefix,omitempty"` QuietHoursEndHasSuffix *string `json:"quietHoursEndHasSuffix,omitempty"` @@ -69590,10 +56301,6 @@ type NotificationPreferenceWhereInput struct { TimezoneNEQ *string `json:"timezoneNEQ,omitempty"` TimezoneIn []string `json:"timezoneIn,omitempty"` TimezoneNotIn []string `json:"timezoneNotIn,omitempty"` - TimezoneGT *string `json:"timezoneGT,omitempty"` - TimezoneGTE *string `json:"timezoneGTE,omitempty"` - TimezoneLT *string `json:"timezoneLT,omitempty"` - TimezoneLTE *string `json:"timezoneLTE,omitempty"` TimezoneContains *string `json:"timezoneContains,omitempty"` TimezoneHasPrefix *string `json:"timezoneHasPrefix,omitempty"` TimezoneHasSuffix *string `json:"timezoneHasSuffix,omitempty"` @@ -69607,38 +56314,28 @@ type NotificationPreferenceWhereInput struct { IsDefaultNEQ *bool `json:"isDefaultNEQ,omitempty"` // "verified_at" field predicates. - VerifiedAt *time.Time `json:"verifiedAt,omitempty"` - VerifiedAtNEQ *time.Time `json:"verifiedAtNEQ,omitempty"` - VerifiedAtIn []time.Time `json:"verifiedAtIn,omitempty"` - VerifiedAtNotIn []time.Time `json:"verifiedAtNotIn,omitempty"` - VerifiedAtGT *time.Time `json:"verifiedAtGT,omitempty"` - VerifiedAtGTE *time.Time `json:"verifiedAtGTE,omitempty"` - VerifiedAtLT *time.Time `json:"verifiedAtLT,omitempty"` - VerifiedAtLTE *time.Time `json:"verifiedAtLTE,omitempty"` - VerifiedAtIsNil bool `json:"verifiedAtIsNil,omitempty"` - VerifiedAtNotNil bool `json:"verifiedAtNotNil,omitempty"` + VerifiedAt *time.Time `json:"verifiedAt,omitempty"` + VerifiedAtGT *time.Time `json:"verifiedAtGT,omitempty"` + VerifiedAtGTE *time.Time `json:"verifiedAtGTE,omitempty"` + VerifiedAtLT *time.Time `json:"verifiedAtLT,omitempty"` + VerifiedAtLTE *time.Time `json:"verifiedAtLTE,omitempty"` + VerifiedAtIsNil bool `json:"verifiedAtIsNil,omitempty"` + VerifiedAtNotNil bool `json:"verifiedAtNotNil,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "last_error" field predicates. LastError *string `json:"lastError,omitempty"` LastErrorNEQ *string `json:"lastErrorNEQ,omitempty"` LastErrorIn []string `json:"lastErrorIn,omitempty"` LastErrorNotIn []string `json:"lastErrorNotIn,omitempty"` - LastErrorGT *string `json:"lastErrorGT,omitempty"` - LastErrorGTE *string `json:"lastErrorGTE,omitempty"` - LastErrorLT *string `json:"lastErrorLT,omitempty"` - LastErrorLTE *string `json:"lastErrorLTE,omitempty"` LastErrorContains *string `json:"lastErrorContains,omitempty"` LastErrorHasPrefix *string `json:"lastErrorHasPrefix,omitempty"` LastErrorHasSuffix *string `json:"lastErrorHasSuffix,omitempty"` @@ -69746,18 +56443,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.IDNotIn) > 0 { predicates = append(predicates, notificationpreference.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, notificationpreference.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, notificationpreference.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, notificationpreference.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, notificationpreference.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, notificationpreference.IDEqualFold(*i.IDEqualFold)) } @@ -69767,15 +56452,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if i.CreatedAt != nil { predicates = append(predicates, notificationpreference.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, notificationpreference.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, notificationpreference.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, notificationpreference.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, notificationpreference.CreatedAtGT(*i.CreatedAtGT)) } @@ -69797,15 +56473,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if i.UpdatedAt != nil { predicates = append(predicates, notificationpreference.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, notificationpreference.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, notificationpreference.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, notificationpreference.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, notificationpreference.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -69836,18 +56503,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, notificationpreference.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, notificationpreference.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, notificationpreference.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, notificationpreference.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, notificationpreference.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, notificationpreference.CreatedByContains(*i.CreatedByContains)) } @@ -69881,18 +56536,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, notificationpreference.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, notificationpreference.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, notificationpreference.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, notificationpreference.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, notificationpreference.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, notificationpreference.UpdatedByContains(*i.UpdatedByContains)) } @@ -69926,18 +56569,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, notificationpreference.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, notificationpreference.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, notificationpreference.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, notificationpreference.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, notificationpreference.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, notificationpreference.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -69971,18 +56602,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, notificationpreference.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, notificationpreference.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, notificationpreference.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, notificationpreference.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, notificationpreference.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, notificationpreference.OwnerIDContains(*i.OwnerIDContains)) } @@ -70016,18 +56635,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.UserIDNotIn) > 0 { predicates = append(predicates, notificationpreference.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, notificationpreference.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, notificationpreference.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, notificationpreference.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, notificationpreference.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, notificationpreference.UserIDContains(*i.UserIDContains)) } @@ -70079,18 +56686,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.ProviderNotIn) > 0 { predicates = append(predicates, notificationpreference.ProviderNotIn(i.ProviderNotIn...)) } - if i.ProviderGT != nil { - predicates = append(predicates, notificationpreference.ProviderGT(*i.ProviderGT)) - } - if i.ProviderGTE != nil { - predicates = append(predicates, notificationpreference.ProviderGTE(*i.ProviderGTE)) - } - if i.ProviderLT != nil { - predicates = append(predicates, notificationpreference.ProviderLT(*i.ProviderLT)) - } - if i.ProviderLTE != nil { - predicates = append(predicates, notificationpreference.ProviderLTE(*i.ProviderLTE)) - } if i.ProviderContains != nil { predicates = append(predicates, notificationpreference.ProviderContains(*i.ProviderContains)) } @@ -70124,18 +56719,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.DestinationNotIn) > 0 { predicates = append(predicates, notificationpreference.DestinationNotIn(i.DestinationNotIn...)) } - if i.DestinationGT != nil { - predicates = append(predicates, notificationpreference.DestinationGT(*i.DestinationGT)) - } - if i.DestinationGTE != nil { - predicates = append(predicates, notificationpreference.DestinationGTE(*i.DestinationGTE)) - } - if i.DestinationLT != nil { - predicates = append(predicates, notificationpreference.DestinationLT(*i.DestinationLT)) - } - if i.DestinationLTE != nil { - predicates = append(predicates, notificationpreference.DestinationLTE(*i.DestinationLTE)) - } if i.DestinationContains != nil { predicates = append(predicates, notificationpreference.DestinationContains(*i.DestinationContains)) } @@ -70205,18 +56788,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, notificationpreference.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, notificationpreference.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, notificationpreference.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, notificationpreference.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, notificationpreference.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, notificationpreference.TemplateIDContains(*i.TemplateIDContains)) } @@ -70241,15 +56812,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if i.MuteUntil != nil { predicates = append(predicates, notificationpreference.MuteUntilEQ(*i.MuteUntil)) } - if i.MuteUntilNEQ != nil { - predicates = append(predicates, notificationpreference.MuteUntilNEQ(*i.MuteUntilNEQ)) - } - if len(i.MuteUntilIn) > 0 { - predicates = append(predicates, notificationpreference.MuteUntilIn(i.MuteUntilIn...)) - } - if len(i.MuteUntilNotIn) > 0 { - predicates = append(predicates, notificationpreference.MuteUntilNotIn(i.MuteUntilNotIn...)) - } if i.MuteUntilGT != nil { predicates = append(predicates, notificationpreference.MuteUntilGT(*i.MuteUntilGT)) } @@ -70280,18 +56842,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.QuietHoursStartNotIn) > 0 { predicates = append(predicates, notificationpreference.QuietHoursStartNotIn(i.QuietHoursStartNotIn...)) } - if i.QuietHoursStartGT != nil { - predicates = append(predicates, notificationpreference.QuietHoursStartGT(*i.QuietHoursStartGT)) - } - if i.QuietHoursStartGTE != nil { - predicates = append(predicates, notificationpreference.QuietHoursStartGTE(*i.QuietHoursStartGTE)) - } - if i.QuietHoursStartLT != nil { - predicates = append(predicates, notificationpreference.QuietHoursStartLT(*i.QuietHoursStartLT)) - } - if i.QuietHoursStartLTE != nil { - predicates = append(predicates, notificationpreference.QuietHoursStartLTE(*i.QuietHoursStartLTE)) - } if i.QuietHoursStartContains != nil { predicates = append(predicates, notificationpreference.QuietHoursStartContains(*i.QuietHoursStartContains)) } @@ -70325,18 +56875,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.QuietHoursEndNotIn) > 0 { predicates = append(predicates, notificationpreference.QuietHoursEndNotIn(i.QuietHoursEndNotIn...)) } - if i.QuietHoursEndGT != nil { - predicates = append(predicates, notificationpreference.QuietHoursEndGT(*i.QuietHoursEndGT)) - } - if i.QuietHoursEndGTE != nil { - predicates = append(predicates, notificationpreference.QuietHoursEndGTE(*i.QuietHoursEndGTE)) - } - if i.QuietHoursEndLT != nil { - predicates = append(predicates, notificationpreference.QuietHoursEndLT(*i.QuietHoursEndLT)) - } - if i.QuietHoursEndLTE != nil { - predicates = append(predicates, notificationpreference.QuietHoursEndLTE(*i.QuietHoursEndLTE)) - } if i.QuietHoursEndContains != nil { predicates = append(predicates, notificationpreference.QuietHoursEndContains(*i.QuietHoursEndContains)) } @@ -70370,18 +56908,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.TimezoneNotIn) > 0 { predicates = append(predicates, notificationpreference.TimezoneNotIn(i.TimezoneNotIn...)) } - if i.TimezoneGT != nil { - predicates = append(predicates, notificationpreference.TimezoneGT(*i.TimezoneGT)) - } - if i.TimezoneGTE != nil { - predicates = append(predicates, notificationpreference.TimezoneGTE(*i.TimezoneGTE)) - } - if i.TimezoneLT != nil { - predicates = append(predicates, notificationpreference.TimezoneLT(*i.TimezoneLT)) - } - if i.TimezoneLTE != nil { - predicates = append(predicates, notificationpreference.TimezoneLTE(*i.TimezoneLTE)) - } if i.TimezoneContains != nil { predicates = append(predicates, notificationpreference.TimezoneContains(*i.TimezoneContains)) } @@ -70412,15 +56938,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if i.VerifiedAt != nil { predicates = append(predicates, notificationpreference.VerifiedAtEQ(*i.VerifiedAt)) } - if i.VerifiedAtNEQ != nil { - predicates = append(predicates, notificationpreference.VerifiedAtNEQ(*i.VerifiedAtNEQ)) - } - if len(i.VerifiedAtIn) > 0 { - predicates = append(predicates, notificationpreference.VerifiedAtIn(i.VerifiedAtIn...)) - } - if len(i.VerifiedAtNotIn) > 0 { - predicates = append(predicates, notificationpreference.VerifiedAtNotIn(i.VerifiedAtNotIn...)) - } if i.VerifiedAtGT != nil { predicates = append(predicates, notificationpreference.VerifiedAtGT(*i.VerifiedAtGT)) } @@ -70442,15 +56959,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if i.LastUsedAt != nil { predicates = append(predicates, notificationpreference.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, notificationpreference.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, notificationpreference.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, notificationpreference.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, notificationpreference.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -70481,18 +56989,6 @@ func (i *NotificationPreferenceWhereInput) P() (predicate.NotificationPreference if len(i.LastErrorNotIn) > 0 { predicates = append(predicates, notificationpreference.LastErrorNotIn(i.LastErrorNotIn...)) } - if i.LastErrorGT != nil { - predicates = append(predicates, notificationpreference.LastErrorGT(*i.LastErrorGT)) - } - if i.LastErrorGTE != nil { - predicates = append(predicates, notificationpreference.LastErrorGTE(*i.LastErrorGTE)) - } - if i.LastErrorLT != nil { - predicates = append(predicates, notificationpreference.LastErrorLT(*i.LastErrorLT)) - } - if i.LastErrorLTE != nil { - predicates = append(predicates, notificationpreference.LastErrorLTE(*i.LastErrorLTE)) - } if i.LastErrorContains != nil { predicates = append(predicates, notificationpreference.LastErrorContains(*i.LastErrorContains)) } @@ -70601,46 +57097,32 @@ type NotificationTemplateWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -70654,10 +57136,6 @@ type NotificationTemplateWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -70671,10 +57149,6 @@ type NotificationTemplateWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -70688,10 +57162,6 @@ type NotificationTemplateWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -70705,10 +57175,6 @@ type NotificationTemplateWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -70728,10 +57194,6 @@ type NotificationTemplateWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -70745,10 +57207,6 @@ type NotificationTemplateWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -70762,10 +57220,6 @@ type NotificationTemplateWhereInput struct { KeyNEQ *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGT *string `json:"keyGT,omitempty"` - KeyGTE *string `json:"keyGTE,omitempty"` - KeyLT *string `json:"keyLT,omitempty"` - KeyLTE *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -70777,10 +57231,6 @@ type NotificationTemplateWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -70792,10 +57242,6 @@ type NotificationTemplateWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -70823,10 +57269,6 @@ type NotificationTemplateWhereInput struct { LocaleNEQ *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGT *string `json:"localeGT,omitempty"` - LocaleGTE *string `json:"localeGTE,omitempty"` - LocaleLT *string `json:"localeLT,omitempty"` - LocaleLTE *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -70838,10 +57280,6 @@ type NotificationTemplateWhereInput struct { TopicPatternNEQ *string `json:"topicPatternNEQ,omitempty"` TopicPatternIn []string `json:"topicPatternIn,omitempty"` TopicPatternNotIn []string `json:"topicPatternNotIn,omitempty"` - TopicPatternGT *string `json:"topicPatternGT,omitempty"` - TopicPatternGTE *string `json:"topicPatternGTE,omitempty"` - TopicPatternLT *string `json:"topicPatternLT,omitempty"` - TopicPatternLTE *string `json:"topicPatternLTE,omitempty"` TopicPatternContains *string `json:"topicPatternContains,omitempty"` TopicPatternHasPrefix *string `json:"topicPatternHasPrefix,omitempty"` TopicPatternHasSuffix *string `json:"topicPatternHasSuffix,omitempty"` @@ -70853,10 +57291,6 @@ type NotificationTemplateWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -70870,10 +57304,6 @@ type NotificationTemplateWhereInput struct { WorkflowDefinitionIDNEQ *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIDGT *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIDGTE *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIDLT *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIDLTE *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -70887,10 +57317,6 @@ type NotificationTemplateWhereInput struct { EmailTemplateIDNEQ *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIDGT *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIDGTE *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIDLT *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIDLTE *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -70904,10 +57330,6 @@ type NotificationTemplateWhereInput struct { TitleTemplateNEQ *string `json:"titleTemplateNEQ,omitempty"` TitleTemplateIn []string `json:"titleTemplateIn,omitempty"` TitleTemplateNotIn []string `json:"titleTemplateNotIn,omitempty"` - TitleTemplateGT *string `json:"titleTemplateGT,omitempty"` - TitleTemplateGTE *string `json:"titleTemplateGTE,omitempty"` - TitleTemplateLT *string `json:"titleTemplateLT,omitempty"` - TitleTemplateLTE *string `json:"titleTemplateLTE,omitempty"` TitleTemplateContains *string `json:"titleTemplateContains,omitempty"` TitleTemplateHasPrefix *string `json:"titleTemplateHasPrefix,omitempty"` TitleTemplateHasSuffix *string `json:"titleTemplateHasSuffix,omitempty"` @@ -70921,10 +57343,6 @@ type NotificationTemplateWhereInput struct { SubjectTemplateNEQ *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGT *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGTE *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLT *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLTE *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -70938,10 +57356,6 @@ type NotificationTemplateWhereInput struct { BodyTemplateNEQ *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGT *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGTE *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLT *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLTE *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -70955,14 +57369,12 @@ type NotificationTemplateWhereInput struct { ActiveNEQ *bool `json:"activeNEQ,omitempty"` // "version" field predicates. - Version *int `json:"version,omitempty"` - VersionNEQ *int `json:"versionNEQ,omitempty"` - VersionIn []int `json:"versionIn,omitempty"` - VersionNotIn []int `json:"versionNotIn,omitempty"` - VersionGT *int `json:"versionGT,omitempty"` - VersionGTE *int `json:"versionGTE,omitempty"` - VersionLT *int `json:"versionLT,omitempty"` - VersionLTE *int `json:"versionLTE,omitempty"` + Version *int `json:"version,omitempty"` + VersionNEQ *int `json:"versionNEQ,omitempty"` + VersionGT *int `json:"versionGT,omitempty"` + VersionGTE *int `json:"versionGTE,omitempty"` + VersionLT *int `json:"versionLT,omitempty"` + VersionLTE *int `json:"versionLTE,omitempty"` // "template_context" field predicates. TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` @@ -71072,18 +57484,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.IDNotIn) > 0 { predicates = append(predicates, notificationtemplate.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, notificationtemplate.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, notificationtemplate.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, notificationtemplate.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, notificationtemplate.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, notificationtemplate.IDEqualFold(*i.IDEqualFold)) } @@ -71093,15 +57493,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if i.CreatedAt != nil { predicates = append(predicates, notificationtemplate.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, notificationtemplate.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, notificationtemplate.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, notificationtemplate.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, notificationtemplate.CreatedAtGT(*i.CreatedAtGT)) } @@ -71123,15 +57514,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if i.UpdatedAt != nil { predicates = append(predicates, notificationtemplate.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, notificationtemplate.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, notificationtemplate.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, notificationtemplate.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, notificationtemplate.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -71162,18 +57544,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, notificationtemplate.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, notificationtemplate.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, notificationtemplate.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, notificationtemplate.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, notificationtemplate.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, notificationtemplate.CreatedByContains(*i.CreatedByContains)) } @@ -71207,18 +57577,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, notificationtemplate.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, notificationtemplate.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, notificationtemplate.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, notificationtemplate.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, notificationtemplate.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, notificationtemplate.UpdatedByContains(*i.UpdatedByContains)) } @@ -71252,18 +57610,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, notificationtemplate.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -71297,18 +57643,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.RevisionNotIn) > 0 { predicates = append(predicates, notificationtemplate.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, notificationtemplate.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, notificationtemplate.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, notificationtemplate.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, notificationtemplate.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, notificationtemplate.RevisionContains(*i.RevisionContains)) } @@ -71342,18 +57676,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, notificationtemplate.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, notificationtemplate.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, notificationtemplate.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, notificationtemplate.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, notificationtemplate.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, notificationtemplate.OwnerIDContains(*i.OwnerIDContains)) } @@ -71399,18 +57721,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, notificationtemplate.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, notificationtemplate.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, notificationtemplate.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, notificationtemplate.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, notificationtemplate.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, notificationtemplate.InternalNotesContains(*i.InternalNotesContains)) } @@ -71444,18 +57754,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, notificationtemplate.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, notificationtemplate.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, notificationtemplate.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, notificationtemplate.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, notificationtemplate.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, notificationtemplate.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -71489,18 +57787,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.KeyNotIn) > 0 { predicates = append(predicates, notificationtemplate.KeyNotIn(i.KeyNotIn...)) } - if i.KeyGT != nil { - predicates = append(predicates, notificationtemplate.KeyGT(*i.KeyGT)) - } - if i.KeyGTE != nil { - predicates = append(predicates, notificationtemplate.KeyGTE(*i.KeyGTE)) - } - if i.KeyLT != nil { - predicates = append(predicates, notificationtemplate.KeyLT(*i.KeyLT)) - } - if i.KeyLTE != nil { - predicates = append(predicates, notificationtemplate.KeyLTE(*i.KeyLTE)) - } if i.KeyContains != nil { predicates = append(predicates, notificationtemplate.KeyContains(*i.KeyContains)) } @@ -71528,18 +57814,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.NameNotIn) > 0 { predicates = append(predicates, notificationtemplate.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, notificationtemplate.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, notificationtemplate.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, notificationtemplate.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, notificationtemplate.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, notificationtemplate.NameContains(*i.NameContains)) } @@ -71567,18 +57841,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, notificationtemplate.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, notificationtemplate.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, notificationtemplate.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, notificationtemplate.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, notificationtemplate.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, notificationtemplate.DescriptionContains(*i.DescriptionContains)) } @@ -71642,18 +57904,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.LocaleNotIn) > 0 { predicates = append(predicates, notificationtemplate.LocaleNotIn(i.LocaleNotIn...)) } - if i.LocaleGT != nil { - predicates = append(predicates, notificationtemplate.LocaleGT(*i.LocaleGT)) - } - if i.LocaleGTE != nil { - predicates = append(predicates, notificationtemplate.LocaleGTE(*i.LocaleGTE)) - } - if i.LocaleLT != nil { - predicates = append(predicates, notificationtemplate.LocaleLT(*i.LocaleLT)) - } - if i.LocaleLTE != nil { - predicates = append(predicates, notificationtemplate.LocaleLTE(*i.LocaleLTE)) - } if i.LocaleContains != nil { predicates = append(predicates, notificationtemplate.LocaleContains(*i.LocaleContains)) } @@ -71681,18 +57931,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.TopicPatternNotIn) > 0 { predicates = append(predicates, notificationtemplate.TopicPatternNotIn(i.TopicPatternNotIn...)) } - if i.TopicPatternGT != nil { - predicates = append(predicates, notificationtemplate.TopicPatternGT(*i.TopicPatternGT)) - } - if i.TopicPatternGTE != nil { - predicates = append(predicates, notificationtemplate.TopicPatternGTE(*i.TopicPatternGTE)) - } - if i.TopicPatternLT != nil { - predicates = append(predicates, notificationtemplate.TopicPatternLT(*i.TopicPatternLT)) - } - if i.TopicPatternLTE != nil { - predicates = append(predicates, notificationtemplate.TopicPatternLTE(*i.TopicPatternLTE)) - } if i.TopicPatternContains != nil { predicates = append(predicates, notificationtemplate.TopicPatternContains(*i.TopicPatternContains)) } @@ -71720,18 +57958,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, notificationtemplate.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, notificationtemplate.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, notificationtemplate.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, notificationtemplate.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, notificationtemplate.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, notificationtemplate.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -71765,18 +57991,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.WorkflowDefinitionIDNotIn) > 0 { predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDNotIn(i.WorkflowDefinitionIDNotIn...)) } - if i.WorkflowDefinitionIDGT != nil { - predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDGT(*i.WorkflowDefinitionIDGT)) - } - if i.WorkflowDefinitionIDGTE != nil { - predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDGTE(*i.WorkflowDefinitionIDGTE)) - } - if i.WorkflowDefinitionIDLT != nil { - predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDLT(*i.WorkflowDefinitionIDLT)) - } - if i.WorkflowDefinitionIDLTE != nil { - predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDLTE(*i.WorkflowDefinitionIDLTE)) - } if i.WorkflowDefinitionIDContains != nil { predicates = append(predicates, notificationtemplate.WorkflowDefinitionIDContains(*i.WorkflowDefinitionIDContains)) } @@ -71810,18 +58024,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.EmailTemplateIDNotIn) > 0 { predicates = append(predicates, notificationtemplate.EmailTemplateIDNotIn(i.EmailTemplateIDNotIn...)) } - if i.EmailTemplateIDGT != nil { - predicates = append(predicates, notificationtemplate.EmailTemplateIDGT(*i.EmailTemplateIDGT)) - } - if i.EmailTemplateIDGTE != nil { - predicates = append(predicates, notificationtemplate.EmailTemplateIDGTE(*i.EmailTemplateIDGTE)) - } - if i.EmailTemplateIDLT != nil { - predicates = append(predicates, notificationtemplate.EmailTemplateIDLT(*i.EmailTemplateIDLT)) - } - if i.EmailTemplateIDLTE != nil { - predicates = append(predicates, notificationtemplate.EmailTemplateIDLTE(*i.EmailTemplateIDLTE)) - } if i.EmailTemplateIDContains != nil { predicates = append(predicates, notificationtemplate.EmailTemplateIDContains(*i.EmailTemplateIDContains)) } @@ -71855,18 +58057,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.TitleTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplate.TitleTemplateNotIn(i.TitleTemplateNotIn...)) } - if i.TitleTemplateGT != nil { - predicates = append(predicates, notificationtemplate.TitleTemplateGT(*i.TitleTemplateGT)) - } - if i.TitleTemplateGTE != nil { - predicates = append(predicates, notificationtemplate.TitleTemplateGTE(*i.TitleTemplateGTE)) - } - if i.TitleTemplateLT != nil { - predicates = append(predicates, notificationtemplate.TitleTemplateLT(*i.TitleTemplateLT)) - } - if i.TitleTemplateLTE != nil { - predicates = append(predicates, notificationtemplate.TitleTemplateLTE(*i.TitleTemplateLTE)) - } if i.TitleTemplateContains != nil { predicates = append(predicates, notificationtemplate.TitleTemplateContains(*i.TitleTemplateContains)) } @@ -71900,18 +58090,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.SubjectTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplate.SubjectTemplateNotIn(i.SubjectTemplateNotIn...)) } - if i.SubjectTemplateGT != nil { - predicates = append(predicates, notificationtemplate.SubjectTemplateGT(*i.SubjectTemplateGT)) - } - if i.SubjectTemplateGTE != nil { - predicates = append(predicates, notificationtemplate.SubjectTemplateGTE(*i.SubjectTemplateGTE)) - } - if i.SubjectTemplateLT != nil { - predicates = append(predicates, notificationtemplate.SubjectTemplateLT(*i.SubjectTemplateLT)) - } - if i.SubjectTemplateLTE != nil { - predicates = append(predicates, notificationtemplate.SubjectTemplateLTE(*i.SubjectTemplateLTE)) - } if i.SubjectTemplateContains != nil { predicates = append(predicates, notificationtemplate.SubjectTemplateContains(*i.SubjectTemplateContains)) } @@ -71945,18 +58123,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if len(i.BodyTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplate.BodyTemplateNotIn(i.BodyTemplateNotIn...)) } - if i.BodyTemplateGT != nil { - predicates = append(predicates, notificationtemplate.BodyTemplateGT(*i.BodyTemplateGT)) - } - if i.BodyTemplateGTE != nil { - predicates = append(predicates, notificationtemplate.BodyTemplateGTE(*i.BodyTemplateGTE)) - } - if i.BodyTemplateLT != nil { - predicates = append(predicates, notificationtemplate.BodyTemplateLT(*i.BodyTemplateLT)) - } - if i.BodyTemplateLTE != nil { - predicates = append(predicates, notificationtemplate.BodyTemplateLTE(*i.BodyTemplateLTE)) - } if i.BodyTemplateContains != nil { predicates = append(predicates, notificationtemplate.BodyTemplateContains(*i.BodyTemplateContains)) } @@ -71990,12 +58156,6 @@ func (i *NotificationTemplateWhereInput) P() (predicate.NotificationTemplate, er if i.VersionNEQ != nil { predicates = append(predicates, notificationtemplate.VersionNEQ(*i.VersionNEQ)) } - if len(i.VersionIn) > 0 { - predicates = append(predicates, notificationtemplate.VersionIn(i.VersionIn...)) - } - if len(i.VersionNotIn) > 0 { - predicates = append(predicates, notificationtemplate.VersionNotIn(i.VersionNotIn...)) - } if i.VersionGT != nil { predicates = append(predicates, notificationtemplate.VersionGT(*i.VersionGT)) } @@ -72125,10 +58285,6 @@ type OnboardingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` @@ -72137,10 +58293,6 @@ type OnboardingWhereInput struct { OrganizationIDNEQ *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIDGT *string `json:"organizationIDGT,omitempty"` - OrganizationIDGTE *string `json:"organizationIDGTE,omitempty"` - OrganizationIDLT *string `json:"organizationIDLT,omitempty"` - OrganizationIDLTE *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -72154,10 +58306,6 @@ type OnboardingWhereInput struct { CompanyNameNEQ *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGT *string `json:"companyNameGT,omitempty"` - CompanyNameGTE *string `json:"companyNameGTE,omitempty"` - CompanyNameLT *string `json:"companyNameLT,omitempty"` - CompanyNameLTE *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -72261,18 +58409,6 @@ func (i *OnboardingWhereInput) P() (predicate.Onboarding, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, onboarding.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, onboarding.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, onboarding.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, onboarding.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, onboarding.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, onboarding.IDEqualFold(*i.IDEqualFold)) } @@ -72291,18 +58427,6 @@ func (i *OnboardingWhereInput) P() (predicate.Onboarding, error) { if len(i.OrganizationIDNotIn) > 0 { predicates = append(predicates, onboarding.OrganizationIDNotIn(i.OrganizationIDNotIn...)) } - if i.OrganizationIDGT != nil { - predicates = append(predicates, onboarding.OrganizationIDGT(*i.OrganizationIDGT)) - } - if i.OrganizationIDGTE != nil { - predicates = append(predicates, onboarding.OrganizationIDGTE(*i.OrganizationIDGTE)) - } - if i.OrganizationIDLT != nil { - predicates = append(predicates, onboarding.OrganizationIDLT(*i.OrganizationIDLT)) - } - if i.OrganizationIDLTE != nil { - predicates = append(predicates, onboarding.OrganizationIDLTE(*i.OrganizationIDLTE)) - } if i.OrganizationIDContains != nil { predicates = append(predicates, onboarding.OrganizationIDContains(*i.OrganizationIDContains)) } @@ -72336,18 +58460,6 @@ func (i *OnboardingWhereInput) P() (predicate.Onboarding, error) { if len(i.CompanyNameNotIn) > 0 { predicates = append(predicates, onboarding.CompanyNameNotIn(i.CompanyNameNotIn...)) } - if i.CompanyNameGT != nil { - predicates = append(predicates, onboarding.CompanyNameGT(*i.CompanyNameGT)) - } - if i.CompanyNameGTE != nil { - predicates = append(predicates, onboarding.CompanyNameGTE(*i.CompanyNameGTE)) - } - if i.CompanyNameLT != nil { - predicates = append(predicates, onboarding.CompanyNameLT(*i.CompanyNameLT)) - } - if i.CompanyNameLTE != nil { - predicates = append(predicates, onboarding.CompanyNameLTE(*i.CompanyNameLTE)) - } if i.CompanyNameContains != nil { predicates = append(predicates, onboarding.CompanyNameContains(*i.CompanyNameContains)) } @@ -72424,46 +58536,32 @@ type OrgMembershipWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -72477,10 +58575,6 @@ type OrgMembershipWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -72494,10 +58588,6 @@ type OrgMembershipWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -72517,10 +58607,6 @@ type OrgMembershipWhereInput struct { OrganizationIDNEQ *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIDGT *string `json:"organizationIDGT,omitempty"` - OrganizationIDGTE *string `json:"organizationIDGTE,omitempty"` - OrganizationIDLT *string `json:"organizationIDLT,omitempty"` - OrganizationIDLTE *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -72532,10 +58618,6 @@ type OrgMembershipWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -72553,10 +58635,6 @@ type OrgMembershipWhereInput struct { SSOExemptReasonNEQ *string `json:"ssoExemptReasonNEQ,omitempty"` SSOExemptReasonIn []string `json:"ssoExemptReasonIn,omitempty"` SSOExemptReasonNotIn []string `json:"ssoExemptReasonNotIn,omitempty"` - SSOExemptReasonGT *string `json:"ssoExemptReasonGT,omitempty"` - SSOExemptReasonGTE *string `json:"ssoExemptReasonGTE,omitempty"` - SSOExemptReasonLT *string `json:"ssoExemptReasonLT,omitempty"` - SSOExemptReasonLTE *string `json:"ssoExemptReasonLTE,omitempty"` SSOExemptReasonContains *string `json:"ssoExemptReasonContains,omitempty"` SSOExemptReasonHasPrefix *string `json:"ssoExemptReasonHasPrefix,omitempty"` SSOExemptReasonHasSuffix *string `json:"ssoExemptReasonHasSuffix,omitempty"` @@ -72570,10 +58648,6 @@ type OrgMembershipWhereInput struct { SSOExemptGrantedByNEQ *string `json:"ssoExemptGrantedByNEQ,omitempty"` SSOExemptGrantedByIn []string `json:"ssoExemptGrantedByIn,omitempty"` SSOExemptGrantedByNotIn []string `json:"ssoExemptGrantedByNotIn,omitempty"` - SSOExemptGrantedByGT *string `json:"ssoExemptGrantedByGT,omitempty"` - SSOExemptGrantedByGTE *string `json:"ssoExemptGrantedByGTE,omitempty"` - SSOExemptGrantedByLT *string `json:"ssoExemptGrantedByLT,omitempty"` - SSOExemptGrantedByLTE *string `json:"ssoExemptGrantedByLTE,omitempty"` SSOExemptGrantedByContains *string `json:"ssoExemptGrantedByContains,omitempty"` SSOExemptGrantedByHasPrefix *string `json:"ssoExemptGrantedByHasPrefix,omitempty"` SSOExemptGrantedByHasSuffix *string `json:"ssoExemptGrantedByHasSuffix,omitempty"` @@ -72583,16 +58657,13 @@ type OrgMembershipWhereInput struct { SSOExemptGrantedByContainsFold *string `json:"ssoExemptGrantedByContainsFold,omitempty"` // "sso_exempt_granted_at" field predicates. - SSOExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` - SSOExemptGrantedAtNEQ *models.DateTime `json:"ssoExemptGrantedAtNEQ,omitempty"` - SSOExemptGrantedAtIn []models.DateTime `json:"ssoExemptGrantedAtIn,omitempty"` - SSOExemptGrantedAtNotIn []models.DateTime `json:"ssoExemptGrantedAtNotIn,omitempty"` - SSOExemptGrantedAtGT *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` - SSOExemptGrantedAtGTE *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` - SSOExemptGrantedAtLT *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` - SSOExemptGrantedAtLTE *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` - SSOExemptGrantedAtIsNil bool `json:"ssoExemptGrantedAtIsNil,omitempty"` - SSOExemptGrantedAtNotNil bool `json:"ssoExemptGrantedAtNotNil,omitempty"` + SSOExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` + SSOExemptGrantedAtGT *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` + SSOExemptGrantedAtGTE *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` + SSOExemptGrantedAtLT *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` + SSOExemptGrantedAtLTE *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` + SSOExemptGrantedAtIsNil bool `json:"ssoExemptGrantedAtIsNil,omitempty"` + SSOExemptGrantedAtNotNil bool `json:"ssoExemptGrantedAtNotNil,omitempty"` // "tfa_enforced" field predicates. TfaEnforced *bool `json:"tfaEnforced,omitempty"` @@ -72605,10 +58676,6 @@ type OrgMembershipWhereInput struct { TfaEnforcedReasonNEQ *string `json:"tfaEnforcedReasonNEQ,omitempty"` TfaEnforcedReasonIn []string `json:"tfaEnforcedReasonIn,omitempty"` TfaEnforcedReasonNotIn []string `json:"tfaEnforcedReasonNotIn,omitempty"` - TfaEnforcedReasonGT *string `json:"tfaEnforcedReasonGT,omitempty"` - TfaEnforcedReasonGTE *string `json:"tfaEnforcedReasonGTE,omitempty"` - TfaEnforcedReasonLT *string `json:"tfaEnforcedReasonLT,omitempty"` - TfaEnforcedReasonLTE *string `json:"tfaEnforcedReasonLTE,omitempty"` TfaEnforcedReasonContains *string `json:"tfaEnforcedReasonContains,omitempty"` TfaEnforcedReasonHasPrefix *string `json:"tfaEnforcedReasonHasPrefix,omitempty"` TfaEnforcedReasonHasSuffix *string `json:"tfaEnforcedReasonHasSuffix,omitempty"` @@ -72622,10 +58689,6 @@ type OrgMembershipWhereInput struct { TfaEnforcedByNEQ *string `json:"tfaEnforcedByNEQ,omitempty"` TfaEnforcedByIn []string `json:"tfaEnforcedByIn,omitempty"` TfaEnforcedByNotIn []string `json:"tfaEnforcedByNotIn,omitempty"` - TfaEnforcedByGT *string `json:"tfaEnforcedByGT,omitempty"` - TfaEnforcedByGTE *string `json:"tfaEnforcedByGTE,omitempty"` - TfaEnforcedByLT *string `json:"tfaEnforcedByLT,omitempty"` - TfaEnforcedByLTE *string `json:"tfaEnforcedByLTE,omitempty"` TfaEnforcedByContains *string `json:"tfaEnforcedByContains,omitempty"` TfaEnforcedByHasPrefix *string `json:"tfaEnforcedByHasPrefix,omitempty"` TfaEnforcedByHasSuffix *string `json:"tfaEnforcedByHasSuffix,omitempty"` @@ -72635,16 +58698,13 @@ type OrgMembershipWhereInput struct { TfaEnforcedByContainsFold *string `json:"tfaEnforcedByContainsFold,omitempty"` // "tfa_enforced_at" field predicates. - TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` - TfaEnforcedAtNEQ *models.DateTime `json:"tfaEnforcedAtNEQ,omitempty"` - TfaEnforcedAtIn []models.DateTime `json:"tfaEnforcedAtIn,omitempty"` - TfaEnforcedAtNotIn []models.DateTime `json:"tfaEnforcedAtNotIn,omitempty"` - TfaEnforcedAtGT *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` - TfaEnforcedAtGTE *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` - TfaEnforcedAtLT *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` - TfaEnforcedAtLTE *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` - TfaEnforcedAtIsNil bool `json:"tfaEnforcedAtIsNil,omitempty"` - TfaEnforcedAtNotNil bool `json:"tfaEnforcedAtNotNil,omitempty"` + TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` + TfaEnforcedAtGT *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` + TfaEnforcedAtGTE *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` + TfaEnforcedAtLT *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` + TfaEnforcedAtLTE *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` + TfaEnforcedAtIsNil bool `json:"tfaEnforcedAtIsNil,omitempty"` + TfaEnforcedAtNotNil bool `json:"tfaEnforcedAtNotNil,omitempty"` // "organization" edge predicates. HasOrganization *bool `json:"hasOrganization,omitempty"` @@ -72742,18 +58802,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, orgmembership.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, orgmembership.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, orgmembership.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, orgmembership.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, orgmembership.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, orgmembership.IDEqualFold(*i.IDEqualFold)) } @@ -72763,15 +58811,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if i.CreatedAt != nil { predicates = append(predicates, orgmembership.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, orgmembership.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, orgmembership.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, orgmembership.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, orgmembership.CreatedAtGT(*i.CreatedAtGT)) } @@ -72793,15 +58832,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if i.UpdatedAt != nil { predicates = append(predicates, orgmembership.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, orgmembership.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, orgmembership.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, orgmembership.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, orgmembership.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -72832,18 +58862,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, orgmembership.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, orgmembership.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, orgmembership.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, orgmembership.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, orgmembership.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, orgmembership.CreatedByContains(*i.CreatedByContains)) } @@ -72877,18 +58895,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, orgmembership.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, orgmembership.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, orgmembership.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, orgmembership.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, orgmembership.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, orgmembership.UpdatedByContains(*i.UpdatedByContains)) } @@ -72922,18 +58928,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, orgmembership.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, orgmembership.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, orgmembership.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, orgmembership.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, orgmembership.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, orgmembership.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -72979,18 +58973,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.OrganizationIDNotIn) > 0 { predicates = append(predicates, orgmembership.OrganizationIDNotIn(i.OrganizationIDNotIn...)) } - if i.OrganizationIDGT != nil { - predicates = append(predicates, orgmembership.OrganizationIDGT(*i.OrganizationIDGT)) - } - if i.OrganizationIDGTE != nil { - predicates = append(predicates, orgmembership.OrganizationIDGTE(*i.OrganizationIDGTE)) - } - if i.OrganizationIDLT != nil { - predicates = append(predicates, orgmembership.OrganizationIDLT(*i.OrganizationIDLT)) - } - if i.OrganizationIDLTE != nil { - predicates = append(predicates, orgmembership.OrganizationIDLTE(*i.OrganizationIDLTE)) - } if i.OrganizationIDContains != nil { predicates = append(predicates, orgmembership.OrganizationIDContains(*i.OrganizationIDContains)) } @@ -73018,18 +59000,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, orgmembership.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, orgmembership.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, orgmembership.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, orgmembership.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, orgmembership.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, orgmembership.UserIDContains(*i.UserIDContains)) } @@ -73069,18 +59039,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.SSOExemptReasonNotIn) > 0 { predicates = append(predicates, orgmembership.SSOExemptReasonNotIn(i.SSOExemptReasonNotIn...)) } - if i.SSOExemptReasonGT != nil { - predicates = append(predicates, orgmembership.SSOExemptReasonGT(*i.SSOExemptReasonGT)) - } - if i.SSOExemptReasonGTE != nil { - predicates = append(predicates, orgmembership.SSOExemptReasonGTE(*i.SSOExemptReasonGTE)) - } - if i.SSOExemptReasonLT != nil { - predicates = append(predicates, orgmembership.SSOExemptReasonLT(*i.SSOExemptReasonLT)) - } - if i.SSOExemptReasonLTE != nil { - predicates = append(predicates, orgmembership.SSOExemptReasonLTE(*i.SSOExemptReasonLTE)) - } if i.SSOExemptReasonContains != nil { predicates = append(predicates, orgmembership.SSOExemptReasonContains(*i.SSOExemptReasonContains)) } @@ -73114,18 +59072,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.SSOExemptGrantedByNotIn) > 0 { predicates = append(predicates, orgmembership.SSOExemptGrantedByNotIn(i.SSOExemptGrantedByNotIn...)) } - if i.SSOExemptGrantedByGT != nil { - predicates = append(predicates, orgmembership.SSOExemptGrantedByGT(*i.SSOExemptGrantedByGT)) - } - if i.SSOExemptGrantedByGTE != nil { - predicates = append(predicates, orgmembership.SSOExemptGrantedByGTE(*i.SSOExemptGrantedByGTE)) - } - if i.SSOExemptGrantedByLT != nil { - predicates = append(predicates, orgmembership.SSOExemptGrantedByLT(*i.SSOExemptGrantedByLT)) - } - if i.SSOExemptGrantedByLTE != nil { - predicates = append(predicates, orgmembership.SSOExemptGrantedByLTE(*i.SSOExemptGrantedByLTE)) - } if i.SSOExemptGrantedByContains != nil { predicates = append(predicates, orgmembership.SSOExemptGrantedByContains(*i.SSOExemptGrantedByContains)) } @@ -73150,15 +59096,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if i.SSOExemptGrantedAt != nil { predicates = append(predicates, orgmembership.SSOExemptGrantedAtEQ(*i.SSOExemptGrantedAt)) } - if i.SSOExemptGrantedAtNEQ != nil { - predicates = append(predicates, orgmembership.SSOExemptGrantedAtNEQ(*i.SSOExemptGrantedAtNEQ)) - } - if len(i.SSOExemptGrantedAtIn) > 0 { - predicates = append(predicates, orgmembership.SSOExemptGrantedAtIn(i.SSOExemptGrantedAtIn...)) - } - if len(i.SSOExemptGrantedAtNotIn) > 0 { - predicates = append(predicates, orgmembership.SSOExemptGrantedAtNotIn(i.SSOExemptGrantedAtNotIn...)) - } if i.SSOExemptGrantedAtGT != nil { predicates = append(predicates, orgmembership.SSOExemptGrantedAtGT(*i.SSOExemptGrantedAtGT)) } @@ -73201,18 +59138,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.TfaEnforcedReasonNotIn) > 0 { predicates = append(predicates, orgmembership.TfaEnforcedReasonNotIn(i.TfaEnforcedReasonNotIn...)) } - if i.TfaEnforcedReasonGT != nil { - predicates = append(predicates, orgmembership.TfaEnforcedReasonGT(*i.TfaEnforcedReasonGT)) - } - if i.TfaEnforcedReasonGTE != nil { - predicates = append(predicates, orgmembership.TfaEnforcedReasonGTE(*i.TfaEnforcedReasonGTE)) - } - if i.TfaEnforcedReasonLT != nil { - predicates = append(predicates, orgmembership.TfaEnforcedReasonLT(*i.TfaEnforcedReasonLT)) - } - if i.TfaEnforcedReasonLTE != nil { - predicates = append(predicates, orgmembership.TfaEnforcedReasonLTE(*i.TfaEnforcedReasonLTE)) - } if i.TfaEnforcedReasonContains != nil { predicates = append(predicates, orgmembership.TfaEnforcedReasonContains(*i.TfaEnforcedReasonContains)) } @@ -73246,18 +59171,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if len(i.TfaEnforcedByNotIn) > 0 { predicates = append(predicates, orgmembership.TfaEnforcedByNotIn(i.TfaEnforcedByNotIn...)) } - if i.TfaEnforcedByGT != nil { - predicates = append(predicates, orgmembership.TfaEnforcedByGT(*i.TfaEnforcedByGT)) - } - if i.TfaEnforcedByGTE != nil { - predicates = append(predicates, orgmembership.TfaEnforcedByGTE(*i.TfaEnforcedByGTE)) - } - if i.TfaEnforcedByLT != nil { - predicates = append(predicates, orgmembership.TfaEnforcedByLT(*i.TfaEnforcedByLT)) - } - if i.TfaEnforcedByLTE != nil { - predicates = append(predicates, orgmembership.TfaEnforcedByLTE(*i.TfaEnforcedByLTE)) - } if i.TfaEnforcedByContains != nil { predicates = append(predicates, orgmembership.TfaEnforcedByContains(*i.TfaEnforcedByContains)) } @@ -73282,15 +59195,6 @@ func (i *OrgMembershipWhereInput) P() (predicate.OrgMembership, error) { if i.TfaEnforcedAt != nil { predicates = append(predicates, orgmembership.TfaEnforcedAtEQ(*i.TfaEnforcedAt)) } - if i.TfaEnforcedAtNEQ != nil { - predicates = append(predicates, orgmembership.TfaEnforcedAtNEQ(*i.TfaEnforcedAtNEQ)) - } - if len(i.TfaEnforcedAtIn) > 0 { - predicates = append(predicates, orgmembership.TfaEnforcedAtIn(i.TfaEnforcedAtIn...)) - } - if len(i.TfaEnforcedAtNotIn) > 0 { - predicates = append(predicates, orgmembership.TfaEnforcedAtNotIn(i.TfaEnforcedAtNotIn...)) - } if i.TfaEnforcedAtGT != nil { predicates = append(predicates, orgmembership.TfaEnforcedAtGT(*i.TfaEnforcedAtGT)) } @@ -73388,46 +59292,32 @@ type OrgSubscriptionWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -73441,10 +59331,6 @@ type OrgSubscriptionWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -73458,10 +59344,6 @@ type OrgSubscriptionWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -73475,10 +59357,6 @@ type OrgSubscriptionWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -73492,10 +59370,6 @@ type OrgSubscriptionWhereInput struct { StripeSubscriptionIDNEQ *string `json:"stripeSubscriptionIDNEQ,omitempty"` StripeSubscriptionIDIn []string `json:"stripeSubscriptionIDIn,omitempty"` StripeSubscriptionIDNotIn []string `json:"stripeSubscriptionIDNotIn,omitempty"` - StripeSubscriptionIDGT *string `json:"stripeSubscriptionIDGT,omitempty"` - StripeSubscriptionIDGTE *string `json:"stripeSubscriptionIDGTE,omitempty"` - StripeSubscriptionIDLT *string `json:"stripeSubscriptionIDLT,omitempty"` - StripeSubscriptionIDLTE *string `json:"stripeSubscriptionIDLTE,omitempty"` StripeSubscriptionIDContains *string `json:"stripeSubscriptionIDContains,omitempty"` StripeSubscriptionIDHasPrefix *string `json:"stripeSubscriptionIDHasPrefix,omitempty"` StripeSubscriptionIDHasSuffix *string `json:"stripeSubscriptionIDHasSuffix,omitempty"` @@ -73509,10 +59383,6 @@ type OrgSubscriptionWhereInput struct { StripeSubscriptionStatusNEQ *string `json:"stripeSubscriptionStatusNEQ,omitempty"` StripeSubscriptionStatusIn []string `json:"stripeSubscriptionStatusIn,omitempty"` StripeSubscriptionStatusNotIn []string `json:"stripeSubscriptionStatusNotIn,omitempty"` - StripeSubscriptionStatusGT *string `json:"stripeSubscriptionStatusGT,omitempty"` - StripeSubscriptionStatusGTE *string `json:"stripeSubscriptionStatusGTE,omitempty"` - StripeSubscriptionStatusLT *string `json:"stripeSubscriptionStatusLT,omitempty"` - StripeSubscriptionStatusLTE *string `json:"stripeSubscriptionStatusLTE,omitempty"` StripeSubscriptionStatusContains *string `json:"stripeSubscriptionStatusContains,omitempty"` StripeSubscriptionStatusHasPrefix *string `json:"stripeSubscriptionStatusHasPrefix,omitempty"` StripeSubscriptionStatusHasSuffix *string `json:"stripeSubscriptionStatusHasSuffix,omitempty"` @@ -73526,38 +59396,28 @@ type OrgSubscriptionWhereInput struct { ActiveNEQ *bool `json:"activeNEQ,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` // "trial_expires_at" field predicates. - TrialExpiresAt *time.Time `json:"trialExpiresAt,omitempty"` - TrialExpiresAtNEQ *time.Time `json:"trialExpiresAtNEQ,omitempty"` - TrialExpiresAtIn []time.Time `json:"trialExpiresAtIn,omitempty"` - TrialExpiresAtNotIn []time.Time `json:"trialExpiresAtNotIn,omitempty"` - TrialExpiresAtGT *time.Time `json:"trialExpiresAtGT,omitempty"` - TrialExpiresAtGTE *time.Time `json:"trialExpiresAtGTE,omitempty"` - TrialExpiresAtLT *time.Time `json:"trialExpiresAtLT,omitempty"` - TrialExpiresAtLTE *time.Time `json:"trialExpiresAtLTE,omitempty"` - TrialExpiresAtIsNil bool `json:"trialExpiresAtIsNil,omitempty"` - TrialExpiresAtNotNil bool `json:"trialExpiresAtNotNil,omitempty"` + TrialExpiresAt *time.Time `json:"trialExpiresAt,omitempty"` + TrialExpiresAtGT *time.Time `json:"trialExpiresAtGT,omitempty"` + TrialExpiresAtGTE *time.Time `json:"trialExpiresAtGTE,omitempty"` + TrialExpiresAtLT *time.Time `json:"trialExpiresAtLT,omitempty"` + TrialExpiresAtLTE *time.Time `json:"trialExpiresAtLTE,omitempty"` + TrialExpiresAtIsNil bool `json:"trialExpiresAtIsNil,omitempty"` + TrialExpiresAtNotNil bool `json:"trialExpiresAtNotNil,omitempty"` // "days_until_due" field predicates. DaysUntilDue *string `json:"daysUntilDue,omitempty"` DaysUntilDueNEQ *string `json:"daysUntilDueNEQ,omitempty"` DaysUntilDueIn []string `json:"daysUntilDueIn,omitempty"` DaysUntilDueNotIn []string `json:"daysUntilDueNotIn,omitempty"` - DaysUntilDueGT *string `json:"daysUntilDueGT,omitempty"` - DaysUntilDueGTE *string `json:"daysUntilDueGTE,omitempty"` - DaysUntilDueLT *string `json:"daysUntilDueLT,omitempty"` - DaysUntilDueLTE *string `json:"daysUntilDueLTE,omitempty"` DaysUntilDueContains *string `json:"daysUntilDueContains,omitempty"` DaysUntilDueHasPrefix *string `json:"daysUntilDueHasPrefix,omitempty"` DaysUntilDueHasSuffix *string `json:"daysUntilDueHasSuffix,omitempty"` @@ -73661,18 +59521,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, orgsubscription.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, orgsubscription.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, orgsubscription.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, orgsubscription.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, orgsubscription.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, orgsubscription.IDEqualFold(*i.IDEqualFold)) } @@ -73682,15 +59530,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if i.CreatedAt != nil { predicates = append(predicates, orgsubscription.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, orgsubscription.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, orgsubscription.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, orgsubscription.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, orgsubscription.CreatedAtGT(*i.CreatedAtGT)) } @@ -73712,15 +59551,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if i.UpdatedAt != nil { predicates = append(predicates, orgsubscription.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, orgsubscription.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, orgsubscription.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, orgsubscription.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, orgsubscription.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -73751,18 +59581,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, orgsubscription.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, orgsubscription.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, orgsubscription.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, orgsubscription.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, orgsubscription.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, orgsubscription.CreatedByContains(*i.CreatedByContains)) } @@ -73796,18 +59614,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, orgsubscription.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, orgsubscription.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, orgsubscription.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, orgsubscription.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, orgsubscription.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, orgsubscription.UpdatedByContains(*i.UpdatedByContains)) } @@ -73841,18 +59647,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, orgsubscription.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, orgsubscription.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, orgsubscription.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, orgsubscription.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, orgsubscription.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, orgsubscription.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -73886,18 +59680,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, orgsubscription.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, orgsubscription.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, orgsubscription.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, orgsubscription.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, orgsubscription.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, orgsubscription.OwnerIDContains(*i.OwnerIDContains)) } @@ -73931,18 +59713,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.StripeSubscriptionIDNotIn) > 0 { predicates = append(predicates, orgsubscription.StripeSubscriptionIDNotIn(i.StripeSubscriptionIDNotIn...)) } - if i.StripeSubscriptionIDGT != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionIDGT(*i.StripeSubscriptionIDGT)) - } - if i.StripeSubscriptionIDGTE != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionIDGTE(*i.StripeSubscriptionIDGTE)) - } - if i.StripeSubscriptionIDLT != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionIDLT(*i.StripeSubscriptionIDLT)) - } - if i.StripeSubscriptionIDLTE != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionIDLTE(*i.StripeSubscriptionIDLTE)) - } if i.StripeSubscriptionIDContains != nil { predicates = append(predicates, orgsubscription.StripeSubscriptionIDContains(*i.StripeSubscriptionIDContains)) } @@ -73976,18 +59746,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.StripeSubscriptionStatusNotIn) > 0 { predicates = append(predicates, orgsubscription.StripeSubscriptionStatusNotIn(i.StripeSubscriptionStatusNotIn...)) } - if i.StripeSubscriptionStatusGT != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionStatusGT(*i.StripeSubscriptionStatusGT)) - } - if i.StripeSubscriptionStatusGTE != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionStatusGTE(*i.StripeSubscriptionStatusGTE)) - } - if i.StripeSubscriptionStatusLT != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionStatusLT(*i.StripeSubscriptionStatusLT)) - } - if i.StripeSubscriptionStatusLTE != nil { - predicates = append(predicates, orgsubscription.StripeSubscriptionStatusLTE(*i.StripeSubscriptionStatusLTE)) - } if i.StripeSubscriptionStatusContains != nil { predicates = append(predicates, orgsubscription.StripeSubscriptionStatusContains(*i.StripeSubscriptionStatusContains)) } @@ -74018,15 +59776,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if i.ExpiresAt != nil { predicates = append(predicates, orgsubscription.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, orgsubscription.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, orgsubscription.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, orgsubscription.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, orgsubscription.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -74048,15 +59797,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if i.TrialExpiresAt != nil { predicates = append(predicates, orgsubscription.TrialExpiresAtEQ(*i.TrialExpiresAt)) } - if i.TrialExpiresAtNEQ != nil { - predicates = append(predicates, orgsubscription.TrialExpiresAtNEQ(*i.TrialExpiresAtNEQ)) - } - if len(i.TrialExpiresAtIn) > 0 { - predicates = append(predicates, orgsubscription.TrialExpiresAtIn(i.TrialExpiresAtIn...)) - } - if len(i.TrialExpiresAtNotIn) > 0 { - predicates = append(predicates, orgsubscription.TrialExpiresAtNotIn(i.TrialExpiresAtNotIn...)) - } if i.TrialExpiresAtGT != nil { predicates = append(predicates, orgsubscription.TrialExpiresAtGT(*i.TrialExpiresAtGT)) } @@ -74087,18 +59827,6 @@ func (i *OrgSubscriptionWhereInput) P() (predicate.OrgSubscription, error) { if len(i.DaysUntilDueNotIn) > 0 { predicates = append(predicates, orgsubscription.DaysUntilDueNotIn(i.DaysUntilDueNotIn...)) } - if i.DaysUntilDueGT != nil { - predicates = append(predicates, orgsubscription.DaysUntilDueGT(*i.DaysUntilDueGT)) - } - if i.DaysUntilDueGTE != nil { - predicates = append(predicates, orgsubscription.DaysUntilDueGTE(*i.DaysUntilDueGTE)) - } - if i.DaysUntilDueLT != nil { - predicates = append(predicates, orgsubscription.DaysUntilDueLT(*i.DaysUntilDueLT)) - } - if i.DaysUntilDueLTE != nil { - predicates = append(predicates, orgsubscription.DaysUntilDueLTE(*i.DaysUntilDueLTE)) - } if i.DaysUntilDueContains != nil { predicates = append(predicates, orgsubscription.DaysUntilDueContains(*i.DaysUntilDueContains)) } @@ -74187,46 +59915,32 @@ type OrganizationWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -74240,10 +59954,6 @@ type OrganizationWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -74257,10 +59967,6 @@ type OrganizationWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -74274,10 +59980,6 @@ type OrganizationWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -74289,10 +59991,6 @@ type OrganizationWhereInput struct { ParentOrganizationIDNEQ *string `json:"parentOrganizationIDNEQ,omitempty"` ParentOrganizationIDIn []string `json:"parentOrganizationIDIn,omitempty"` ParentOrganizationIDNotIn []string `json:"parentOrganizationIDNotIn,omitempty"` - ParentOrganizationIDGT *string `json:"parentOrganizationIDGT,omitempty"` - ParentOrganizationIDGTE *string `json:"parentOrganizationIDGTE,omitempty"` - ParentOrganizationIDLT *string `json:"parentOrganizationIDLT,omitempty"` - ParentOrganizationIDLTE *string `json:"parentOrganizationIDLTE,omitempty"` ParentOrganizationIDContains *string `json:"parentOrganizationIDContains,omitempty"` ParentOrganizationIDHasPrefix *string `json:"parentOrganizationIDHasPrefix,omitempty"` ParentOrganizationIDHasSuffix *string `json:"parentOrganizationIDHasSuffix,omitempty"` @@ -74312,10 +60010,6 @@ type OrganizationWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -74329,10 +60023,6 @@ type OrganizationWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -74342,26 +60032,19 @@ type OrganizationWhereInput struct { AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // "avatar_updated_at" field predicates. - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNEQ *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` // "slug_name" field predicates. SlugName *string `json:"slugName,omitempty"` SlugNameNEQ *string `json:"slugNameNEQ,omitempty"` SlugNameIn []string `json:"slugNameIn,omitempty"` SlugNameNotIn []string `json:"slugNameNotIn,omitempty"` - SlugNameGT *string `json:"slugNameGT,omitempty"` - SlugNameGTE *string `json:"slugNameGTE,omitempty"` - SlugNameLT *string `json:"slugNameLT,omitempty"` - SlugNameLTE *string `json:"slugNameLTE,omitempty"` SlugNameContains *string `json:"slugNameContains,omitempty"` SlugNameHasPrefix *string `json:"slugNameHasPrefix,omitempty"` SlugNameHasSuffix *string `json:"slugNameHasSuffix,omitempty"` @@ -75109,18 +60792,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, organization.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, organization.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, organization.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, organization.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, organization.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, organization.IDEqualFold(*i.IDEqualFold)) } @@ -75130,15 +60801,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if i.CreatedAt != nil { predicates = append(predicates, organization.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, organization.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, organization.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, organization.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, organization.CreatedAtGT(*i.CreatedAtGT)) } @@ -75160,15 +60822,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if i.UpdatedAt != nil { predicates = append(predicates, organization.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, organization.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, organization.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, organization.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, organization.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -75199,18 +60852,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, organization.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, organization.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, organization.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, organization.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, organization.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, organization.CreatedByContains(*i.CreatedByContains)) } @@ -75244,18 +60885,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, organization.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, organization.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, organization.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, organization.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, organization.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, organization.UpdatedByContains(*i.UpdatedByContains)) } @@ -75289,18 +60918,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, organization.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, organization.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, organization.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, organization.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, organization.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, organization.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -75334,18 +60951,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, organization.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, organization.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, organization.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, organization.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, organization.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, organization.DisplayNameContains(*i.DisplayNameContains)) } @@ -75373,18 +60978,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.ParentOrganizationIDNotIn) > 0 { predicates = append(predicates, organization.ParentOrganizationIDNotIn(i.ParentOrganizationIDNotIn...)) } - if i.ParentOrganizationIDGT != nil { - predicates = append(predicates, organization.ParentOrganizationIDGT(*i.ParentOrganizationIDGT)) - } - if i.ParentOrganizationIDGTE != nil { - predicates = append(predicates, organization.ParentOrganizationIDGTE(*i.ParentOrganizationIDGTE)) - } - if i.ParentOrganizationIDLT != nil { - predicates = append(predicates, organization.ParentOrganizationIDLT(*i.ParentOrganizationIDLT)) - } - if i.ParentOrganizationIDLTE != nil { - predicates = append(predicates, organization.ParentOrganizationIDLTE(*i.ParentOrganizationIDLTE)) - } if i.ParentOrganizationIDContains != nil { predicates = append(predicates, organization.ParentOrganizationIDContains(*i.ParentOrganizationIDContains)) } @@ -75430,18 +61023,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, organization.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, organization.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, organization.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, organization.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, organization.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, organization.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -75475,18 +61056,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, organization.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, organization.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, organization.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, organization.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, organization.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, organization.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -75511,15 +61080,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if i.AvatarUpdatedAt != nil { predicates = append(predicates, organization.AvatarUpdatedAtEQ(*i.AvatarUpdatedAt)) } - if i.AvatarUpdatedAtNEQ != nil { - predicates = append(predicates, organization.AvatarUpdatedAtNEQ(*i.AvatarUpdatedAtNEQ)) - } - if len(i.AvatarUpdatedAtIn) > 0 { - predicates = append(predicates, organization.AvatarUpdatedAtIn(i.AvatarUpdatedAtIn...)) - } - if len(i.AvatarUpdatedAtNotIn) > 0 { - predicates = append(predicates, organization.AvatarUpdatedAtNotIn(i.AvatarUpdatedAtNotIn...)) - } if i.AvatarUpdatedAtGT != nil { predicates = append(predicates, organization.AvatarUpdatedAtGT(*i.AvatarUpdatedAtGT)) } @@ -75550,18 +61110,6 @@ func (i *OrganizationWhereInput) P() (predicate.Organization, error) { if len(i.SlugNameNotIn) > 0 { predicates = append(predicates, organization.SlugNameNotIn(i.SlugNameNotIn...)) } - if i.SlugNameGT != nil { - predicates = append(predicates, organization.SlugNameGT(*i.SlugNameGT)) - } - if i.SlugNameGTE != nil { - predicates = append(predicates, organization.SlugNameGTE(*i.SlugNameGTE)) - } - if i.SlugNameLT != nil { - predicates = append(predicates, organization.SlugNameLT(*i.SlugNameLT)) - } - if i.SlugNameLTE != nil { - predicates = append(predicates, organization.SlugNameLTE(*i.SlugNameLTE)) - } if i.SlugNameContains != nil { predicates = append(predicates, organization.SlugNameContains(*i.SlugNameContains)) } @@ -78705,46 +64253,32 @@ type OrganizationSettingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -78758,10 +64292,6 @@ type OrganizationSettingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -78775,10 +64305,6 @@ type OrganizationSettingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -78792,10 +64318,6 @@ type OrganizationSettingWhereInput struct { BillingContactNEQ *string `json:"billingContactNEQ,omitempty"` BillingContactIn []string `json:"billingContactIn,omitempty"` BillingContactNotIn []string `json:"billingContactNotIn,omitempty"` - BillingContactGT *string `json:"billingContactGT,omitempty"` - BillingContactGTE *string `json:"billingContactGTE,omitempty"` - BillingContactLT *string `json:"billingContactLT,omitempty"` - BillingContactLTE *string `json:"billingContactLTE,omitempty"` BillingContactContains *string `json:"billingContactContains,omitempty"` BillingContactHasPrefix *string `json:"billingContactHasPrefix,omitempty"` BillingContactHasSuffix *string `json:"billingContactHasSuffix,omitempty"` @@ -78809,10 +64331,6 @@ type OrganizationSettingWhereInput struct { BillingEmailNEQ *string `json:"billingEmailNEQ,omitempty"` BillingEmailIn []string `json:"billingEmailIn,omitempty"` BillingEmailNotIn []string `json:"billingEmailNotIn,omitempty"` - BillingEmailGT *string `json:"billingEmailGT,omitempty"` - BillingEmailGTE *string `json:"billingEmailGTE,omitempty"` - BillingEmailLT *string `json:"billingEmailLT,omitempty"` - BillingEmailLTE *string `json:"billingEmailLTE,omitempty"` BillingEmailContains *string `json:"billingEmailContains,omitempty"` BillingEmailHasPrefix *string `json:"billingEmailHasPrefix,omitempty"` BillingEmailHasSuffix *string `json:"billingEmailHasSuffix,omitempty"` @@ -78826,10 +64344,6 @@ type OrganizationSettingWhereInput struct { BillingPhoneNEQ *string `json:"billingPhoneNEQ,omitempty"` BillingPhoneIn []string `json:"billingPhoneIn,omitempty"` BillingPhoneNotIn []string `json:"billingPhoneNotIn,omitempty"` - BillingPhoneGT *string `json:"billingPhoneGT,omitempty"` - BillingPhoneGTE *string `json:"billingPhoneGTE,omitempty"` - BillingPhoneLT *string `json:"billingPhoneLT,omitempty"` - BillingPhoneLTE *string `json:"billingPhoneLTE,omitempty"` BillingPhoneContains *string `json:"billingPhoneContains,omitempty"` BillingPhoneHasPrefix *string `json:"billingPhoneHasPrefix,omitempty"` BillingPhoneHasSuffix *string `json:"billingPhoneHasSuffix,omitempty"` @@ -78843,10 +64357,6 @@ type OrganizationSettingWhereInput struct { TaxIdentifierNEQ *string `json:"taxIdentifierNEQ,omitempty"` TaxIdentifierIn []string `json:"taxIdentifierIn,omitempty"` TaxIdentifierNotIn []string `json:"taxIdentifierNotIn,omitempty"` - TaxIdentifierGT *string `json:"taxIdentifierGT,omitempty"` - TaxIdentifierGTE *string `json:"taxIdentifierGTE,omitempty"` - TaxIdentifierLT *string `json:"taxIdentifierLT,omitempty"` - TaxIdentifierLTE *string `json:"taxIdentifierLTE,omitempty"` TaxIdentifierContains *string `json:"taxIdentifierContains,omitempty"` TaxIdentifierHasPrefix *string `json:"taxIdentifierHasPrefix,omitempty"` TaxIdentifierHasSuffix *string `json:"taxIdentifierHasSuffix,omitempty"` @@ -78868,10 +64378,6 @@ type OrganizationSettingWhereInput struct { OrganizationIDNEQ *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIDGT *string `json:"organizationIDGT,omitempty"` - OrganizationIDGTE *string `json:"organizationIDGTE,omitempty"` - OrganizationIDLT *string `json:"organizationIDLT,omitempty"` - OrganizationIDLTE *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -78903,10 +64409,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderClientIDNEQ *string `json:"identityProviderClientIDNEQ,omitempty"` IdentityProviderClientIDIn []string `json:"identityProviderClientIDIn,omitempty"` IdentityProviderClientIDNotIn []string `json:"identityProviderClientIDNotIn,omitempty"` - IdentityProviderClientIDGT *string `json:"identityProviderClientIDGT,omitempty"` - IdentityProviderClientIDGTE *string `json:"identityProviderClientIDGTE,omitempty"` - IdentityProviderClientIDLT *string `json:"identityProviderClientIDLT,omitempty"` - IdentityProviderClientIDLTE *string `json:"identityProviderClientIDLTE,omitempty"` IdentityProviderClientIDContains *string `json:"identityProviderClientIDContains,omitempty"` IdentityProviderClientIDHasPrefix *string `json:"identityProviderClientIDHasPrefix,omitempty"` IdentityProviderClientIDHasSuffix *string `json:"identityProviderClientIDHasSuffix,omitempty"` @@ -78920,10 +64422,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderClientSecretNEQ *string `json:"identityProviderClientSecretNEQ,omitempty"` IdentityProviderClientSecretIn []string `json:"identityProviderClientSecretIn,omitempty"` IdentityProviderClientSecretNotIn []string `json:"identityProviderClientSecretNotIn,omitempty"` - IdentityProviderClientSecretGT *string `json:"identityProviderClientSecretGT,omitempty"` - IdentityProviderClientSecretGTE *string `json:"identityProviderClientSecretGTE,omitempty"` - IdentityProviderClientSecretLT *string `json:"identityProviderClientSecretLT,omitempty"` - IdentityProviderClientSecretLTE *string `json:"identityProviderClientSecretLTE,omitempty"` IdentityProviderClientSecretContains *string `json:"identityProviderClientSecretContains,omitempty"` IdentityProviderClientSecretHasPrefix *string `json:"identityProviderClientSecretHasPrefix,omitempty"` IdentityProviderClientSecretHasSuffix *string `json:"identityProviderClientSecretHasSuffix,omitempty"` @@ -78937,10 +64435,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderMetadataEndpointNEQ *string `json:"identityProviderMetadataEndpointNEQ,omitempty"` IdentityProviderMetadataEndpointIn []string `json:"identityProviderMetadataEndpointIn,omitempty"` IdentityProviderMetadataEndpointNotIn []string `json:"identityProviderMetadataEndpointNotIn,omitempty"` - IdentityProviderMetadataEndpointGT *string `json:"identityProviderMetadataEndpointGT,omitempty"` - IdentityProviderMetadataEndpointGTE *string `json:"identityProviderMetadataEndpointGTE,omitempty"` - IdentityProviderMetadataEndpointLT *string `json:"identityProviderMetadataEndpointLT,omitempty"` - IdentityProviderMetadataEndpointLTE *string `json:"identityProviderMetadataEndpointLTE,omitempty"` IdentityProviderMetadataEndpointContains *string `json:"identityProviderMetadataEndpointContains,omitempty"` IdentityProviderMetadataEndpointHasPrefix *string `json:"identityProviderMetadataEndpointHasPrefix,omitempty"` IdentityProviderMetadataEndpointHasSuffix *string `json:"identityProviderMetadataEndpointHasSuffix,omitempty"` @@ -78958,10 +64452,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderEntityIDNEQ *string `json:"identityProviderEntityIDNEQ,omitempty"` IdentityProviderEntityIDIn []string `json:"identityProviderEntityIDIn,omitempty"` IdentityProviderEntityIDNotIn []string `json:"identityProviderEntityIDNotIn,omitempty"` - IdentityProviderEntityIDGT *string `json:"identityProviderEntityIDGT,omitempty"` - IdentityProviderEntityIDGTE *string `json:"identityProviderEntityIDGTE,omitempty"` - IdentityProviderEntityIDLT *string `json:"identityProviderEntityIDLT,omitempty"` - IdentityProviderEntityIDLTE *string `json:"identityProviderEntityIDLTE,omitempty"` IdentityProviderEntityIDContains *string `json:"identityProviderEntityIDContains,omitempty"` IdentityProviderEntityIDHasPrefix *string `json:"identityProviderEntityIDHasPrefix,omitempty"` IdentityProviderEntityIDHasSuffix *string `json:"identityProviderEntityIDHasSuffix,omitempty"` @@ -78975,10 +64465,6 @@ type OrganizationSettingWhereInput struct { OidcDiscoveryEndpointNEQ *string `json:"oidcDiscoveryEndpointNEQ,omitempty"` OidcDiscoveryEndpointIn []string `json:"oidcDiscoveryEndpointIn,omitempty"` OidcDiscoveryEndpointNotIn []string `json:"oidcDiscoveryEndpointNotIn,omitempty"` - OidcDiscoveryEndpointGT *string `json:"oidcDiscoveryEndpointGT,omitempty"` - OidcDiscoveryEndpointGTE *string `json:"oidcDiscoveryEndpointGTE,omitempty"` - OidcDiscoveryEndpointLT *string `json:"oidcDiscoveryEndpointLT,omitempty"` - OidcDiscoveryEndpointLTE *string `json:"oidcDiscoveryEndpointLTE,omitempty"` OidcDiscoveryEndpointContains *string `json:"oidcDiscoveryEndpointContains,omitempty"` OidcDiscoveryEndpointHasPrefix *string `json:"oidcDiscoveryEndpointHasPrefix,omitempty"` OidcDiscoveryEndpointHasSuffix *string `json:"oidcDiscoveryEndpointHasSuffix,omitempty"` @@ -78992,10 +64478,6 @@ type OrganizationSettingWhereInput struct { SamlSigninURLNEQ *string `json:"samlSigninURLNEQ,omitempty"` SamlSigninURLIn []string `json:"samlSigninURLIn,omitempty"` SamlSigninURLNotIn []string `json:"samlSigninURLNotIn,omitempty"` - SamlSigninURLGT *string `json:"samlSigninURLGT,omitempty"` - SamlSigninURLGTE *string `json:"samlSigninURLGTE,omitempty"` - SamlSigninURLLT *string `json:"samlSigninURLLT,omitempty"` - SamlSigninURLLTE *string `json:"samlSigninURLLTE,omitempty"` SamlSigninURLContains *string `json:"samlSigninURLContains,omitempty"` SamlSigninURLHasPrefix *string `json:"samlSigninURLHasPrefix,omitempty"` SamlSigninURLHasSuffix *string `json:"samlSigninURLHasSuffix,omitempty"` @@ -79009,10 +64491,6 @@ type OrganizationSettingWhereInput struct { SamlIssuerNEQ *string `json:"samlIssuerNEQ,omitempty"` SamlIssuerIn []string `json:"samlIssuerIn,omitempty"` SamlIssuerNotIn []string `json:"samlIssuerNotIn,omitempty"` - SamlIssuerGT *string `json:"samlIssuerGT,omitempty"` - SamlIssuerGTE *string `json:"samlIssuerGTE,omitempty"` - SamlIssuerLT *string `json:"samlIssuerLT,omitempty"` - SamlIssuerLTE *string `json:"samlIssuerLTE,omitempty"` SamlIssuerContains *string `json:"samlIssuerContains,omitempty"` SamlIssuerHasPrefix *string `json:"samlIssuerHasPrefix,omitempty"` SamlIssuerHasSuffix *string `json:"samlIssuerHasSuffix,omitempty"` @@ -79026,10 +64504,6 @@ type OrganizationSettingWhereInput struct { SamlCertNEQ *string `json:"samlCertNEQ,omitempty"` SamlCertIn []string `json:"samlCertIn,omitempty"` SamlCertNotIn []string `json:"samlCertNotIn,omitempty"` - SamlCertGT *string `json:"samlCertGT,omitempty"` - SamlCertGTE *string `json:"samlCertGTE,omitempty"` - SamlCertLT *string `json:"samlCertLT,omitempty"` - SamlCertLTE *string `json:"samlCertLTE,omitempty"` SamlCertContains *string `json:"samlCertContains,omitempty"` SamlCertHasPrefix *string `json:"samlCertHasPrefix,omitempty"` SamlCertHasSuffix *string `json:"samlCertHasSuffix,omitempty"` @@ -79063,10 +64537,6 @@ type OrganizationSettingWhereInput struct { ComplianceWebhookTokenNEQ *string `json:"complianceWebhookTokenNEQ,omitempty"` ComplianceWebhookTokenIn []string `json:"complianceWebhookTokenIn,omitempty"` ComplianceWebhookTokenNotIn []string `json:"complianceWebhookTokenNotIn,omitempty"` - ComplianceWebhookTokenGT *string `json:"complianceWebhookTokenGT,omitempty"` - ComplianceWebhookTokenGTE *string `json:"complianceWebhookTokenGTE,omitempty"` - ComplianceWebhookTokenLT *string `json:"complianceWebhookTokenLT,omitempty"` - ComplianceWebhookTokenLTE *string `json:"complianceWebhookTokenLTE,omitempty"` ComplianceWebhookTokenContains *string `json:"complianceWebhookTokenContains,omitempty"` ComplianceWebhookTokenHasPrefix *string `json:"complianceWebhookTokenHasPrefix,omitempty"` ComplianceWebhookTokenHasSuffix *string `json:"complianceWebhookTokenHasSuffix,omitempty"` @@ -79080,16 +64550,13 @@ type OrganizationSettingWhereInput struct { PaymentMethodAddedNEQ *bool `json:"paymentMethodAddedNEQ,omitempty"` // "pending_deletion_at" field predicates. - PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` - PendingDeletionAtNEQ *models.DateTime `json:"pendingDeletionAtNEQ,omitempty"` - PendingDeletionAtIn []models.DateTime `json:"pendingDeletionAtIn,omitempty"` - PendingDeletionAtNotIn []models.DateTime `json:"pendingDeletionAtNotIn,omitempty"` - PendingDeletionAtGT *models.DateTime `json:"pendingDeletionAtGT,omitempty"` - PendingDeletionAtGTE *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` - PendingDeletionAtLT *models.DateTime `json:"pendingDeletionAtLT,omitempty"` - PendingDeletionAtLTE *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` - PendingDeletionAtIsNil bool `json:"pendingDeletionAtIsNil,omitempty"` - PendingDeletionAtNotNil bool `json:"pendingDeletionAtNotNil,omitempty"` + PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` + PendingDeletionAtGT *models.DateTime `json:"pendingDeletionAtGT,omitempty"` + PendingDeletionAtGTE *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` + PendingDeletionAtLT *models.DateTime `json:"pendingDeletionAtLT,omitempty"` + PendingDeletionAtLTE *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` + PendingDeletionAtIsNil bool `json:"pendingDeletionAtIsNil,omitempty"` + PendingDeletionAtNotNil bool `json:"pendingDeletionAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -79198,18 +64665,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, organizationsetting.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, organizationsetting.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, organizationsetting.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, organizationsetting.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, organizationsetting.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, organizationsetting.IDEqualFold(*i.IDEqualFold)) } @@ -79219,15 +64674,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if i.CreatedAt != nil { predicates = append(predicates, organizationsetting.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, organizationsetting.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, organizationsetting.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, organizationsetting.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, organizationsetting.CreatedAtGT(*i.CreatedAtGT)) } @@ -79249,15 +64695,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if i.UpdatedAt != nil { predicates = append(predicates, organizationsetting.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, organizationsetting.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, organizationsetting.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, organizationsetting.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, organizationsetting.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -79288,18 +64725,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, organizationsetting.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, organizationsetting.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, organizationsetting.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, organizationsetting.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, organizationsetting.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, organizationsetting.CreatedByContains(*i.CreatedByContains)) } @@ -79333,18 +64758,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, organizationsetting.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, organizationsetting.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, organizationsetting.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, organizationsetting.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, organizationsetting.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, organizationsetting.UpdatedByContains(*i.UpdatedByContains)) } @@ -79378,18 +64791,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, organizationsetting.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, organizationsetting.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, organizationsetting.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, organizationsetting.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, organizationsetting.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, organizationsetting.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -79423,18 +64824,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.BillingContactNotIn) > 0 { predicates = append(predicates, organizationsetting.BillingContactNotIn(i.BillingContactNotIn...)) } - if i.BillingContactGT != nil { - predicates = append(predicates, organizationsetting.BillingContactGT(*i.BillingContactGT)) - } - if i.BillingContactGTE != nil { - predicates = append(predicates, organizationsetting.BillingContactGTE(*i.BillingContactGTE)) - } - if i.BillingContactLT != nil { - predicates = append(predicates, organizationsetting.BillingContactLT(*i.BillingContactLT)) - } - if i.BillingContactLTE != nil { - predicates = append(predicates, organizationsetting.BillingContactLTE(*i.BillingContactLTE)) - } if i.BillingContactContains != nil { predicates = append(predicates, organizationsetting.BillingContactContains(*i.BillingContactContains)) } @@ -79468,18 +64857,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.BillingEmailNotIn) > 0 { predicates = append(predicates, organizationsetting.BillingEmailNotIn(i.BillingEmailNotIn...)) } - if i.BillingEmailGT != nil { - predicates = append(predicates, organizationsetting.BillingEmailGT(*i.BillingEmailGT)) - } - if i.BillingEmailGTE != nil { - predicates = append(predicates, organizationsetting.BillingEmailGTE(*i.BillingEmailGTE)) - } - if i.BillingEmailLT != nil { - predicates = append(predicates, organizationsetting.BillingEmailLT(*i.BillingEmailLT)) - } - if i.BillingEmailLTE != nil { - predicates = append(predicates, organizationsetting.BillingEmailLTE(*i.BillingEmailLTE)) - } if i.BillingEmailContains != nil { predicates = append(predicates, organizationsetting.BillingEmailContains(*i.BillingEmailContains)) } @@ -79513,18 +64890,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.BillingPhoneNotIn) > 0 { predicates = append(predicates, organizationsetting.BillingPhoneNotIn(i.BillingPhoneNotIn...)) } - if i.BillingPhoneGT != nil { - predicates = append(predicates, organizationsetting.BillingPhoneGT(*i.BillingPhoneGT)) - } - if i.BillingPhoneGTE != nil { - predicates = append(predicates, organizationsetting.BillingPhoneGTE(*i.BillingPhoneGTE)) - } - if i.BillingPhoneLT != nil { - predicates = append(predicates, organizationsetting.BillingPhoneLT(*i.BillingPhoneLT)) - } - if i.BillingPhoneLTE != nil { - predicates = append(predicates, organizationsetting.BillingPhoneLTE(*i.BillingPhoneLTE)) - } if i.BillingPhoneContains != nil { predicates = append(predicates, organizationsetting.BillingPhoneContains(*i.BillingPhoneContains)) } @@ -79558,18 +64923,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.TaxIdentifierNotIn) > 0 { predicates = append(predicates, organizationsetting.TaxIdentifierNotIn(i.TaxIdentifierNotIn...)) } - if i.TaxIdentifierGT != nil { - predicates = append(predicates, organizationsetting.TaxIdentifierGT(*i.TaxIdentifierGT)) - } - if i.TaxIdentifierGTE != nil { - predicates = append(predicates, organizationsetting.TaxIdentifierGTE(*i.TaxIdentifierGTE)) - } - if i.TaxIdentifierLT != nil { - predicates = append(predicates, organizationsetting.TaxIdentifierLT(*i.TaxIdentifierLT)) - } - if i.TaxIdentifierLTE != nil { - predicates = append(predicates, organizationsetting.TaxIdentifierLTE(*i.TaxIdentifierLTE)) - } if i.TaxIdentifierContains != nil { predicates = append(predicates, organizationsetting.TaxIdentifierContains(*i.TaxIdentifierContains)) } @@ -79621,18 +64974,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.OrganizationIDNotIn) > 0 { predicates = append(predicates, organizationsetting.OrganizationIDNotIn(i.OrganizationIDNotIn...)) } - if i.OrganizationIDGT != nil { - predicates = append(predicates, organizationsetting.OrganizationIDGT(*i.OrganizationIDGT)) - } - if i.OrganizationIDGTE != nil { - predicates = append(predicates, organizationsetting.OrganizationIDGTE(*i.OrganizationIDGTE)) - } - if i.OrganizationIDLT != nil { - predicates = append(predicates, organizationsetting.OrganizationIDLT(*i.OrganizationIDLT)) - } - if i.OrganizationIDLTE != nil { - predicates = append(predicates, organizationsetting.OrganizationIDLTE(*i.OrganizationIDLTE)) - } if i.OrganizationIDContains != nil { predicates = append(predicates, organizationsetting.OrganizationIDContains(*i.OrganizationIDContains)) } @@ -79702,18 +65043,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.IdentityProviderClientIDNotIn) > 0 { predicates = append(predicates, organizationsetting.IdentityProviderClientIDNotIn(i.IdentityProviderClientIDNotIn...)) } - if i.IdentityProviderClientIDGT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientIDGT(*i.IdentityProviderClientIDGT)) - } - if i.IdentityProviderClientIDGTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientIDGTE(*i.IdentityProviderClientIDGTE)) - } - if i.IdentityProviderClientIDLT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientIDLT(*i.IdentityProviderClientIDLT)) - } - if i.IdentityProviderClientIDLTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientIDLTE(*i.IdentityProviderClientIDLTE)) - } if i.IdentityProviderClientIDContains != nil { predicates = append(predicates, organizationsetting.IdentityProviderClientIDContains(*i.IdentityProviderClientIDContains)) } @@ -79747,18 +65076,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.IdentityProviderClientSecretNotIn) > 0 { predicates = append(predicates, organizationsetting.IdentityProviderClientSecretNotIn(i.IdentityProviderClientSecretNotIn...)) } - if i.IdentityProviderClientSecretGT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientSecretGT(*i.IdentityProviderClientSecretGT)) - } - if i.IdentityProviderClientSecretGTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientSecretGTE(*i.IdentityProviderClientSecretGTE)) - } - if i.IdentityProviderClientSecretLT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientSecretLT(*i.IdentityProviderClientSecretLT)) - } - if i.IdentityProviderClientSecretLTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderClientSecretLTE(*i.IdentityProviderClientSecretLTE)) - } if i.IdentityProviderClientSecretContains != nil { predicates = append(predicates, organizationsetting.IdentityProviderClientSecretContains(*i.IdentityProviderClientSecretContains)) } @@ -79792,18 +65109,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.IdentityProviderMetadataEndpointNotIn) > 0 { predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointNotIn(i.IdentityProviderMetadataEndpointNotIn...)) } - if i.IdentityProviderMetadataEndpointGT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointGT(*i.IdentityProviderMetadataEndpointGT)) - } - if i.IdentityProviderMetadataEndpointGTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointGTE(*i.IdentityProviderMetadataEndpointGTE)) - } - if i.IdentityProviderMetadataEndpointLT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointLT(*i.IdentityProviderMetadataEndpointLT)) - } - if i.IdentityProviderMetadataEndpointLTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointLTE(*i.IdentityProviderMetadataEndpointLTE)) - } if i.IdentityProviderMetadataEndpointContains != nil { predicates = append(predicates, organizationsetting.IdentityProviderMetadataEndpointContains(*i.IdentityProviderMetadataEndpointContains)) } @@ -79843,18 +65148,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.IdentityProviderEntityIDNotIn) > 0 { predicates = append(predicates, organizationsetting.IdentityProviderEntityIDNotIn(i.IdentityProviderEntityIDNotIn...)) } - if i.IdentityProviderEntityIDGT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderEntityIDGT(*i.IdentityProviderEntityIDGT)) - } - if i.IdentityProviderEntityIDGTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderEntityIDGTE(*i.IdentityProviderEntityIDGTE)) - } - if i.IdentityProviderEntityIDLT != nil { - predicates = append(predicates, organizationsetting.IdentityProviderEntityIDLT(*i.IdentityProviderEntityIDLT)) - } - if i.IdentityProviderEntityIDLTE != nil { - predicates = append(predicates, organizationsetting.IdentityProviderEntityIDLTE(*i.IdentityProviderEntityIDLTE)) - } if i.IdentityProviderEntityIDContains != nil { predicates = append(predicates, organizationsetting.IdentityProviderEntityIDContains(*i.IdentityProviderEntityIDContains)) } @@ -79888,18 +65181,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.OidcDiscoveryEndpointNotIn) > 0 { predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointNotIn(i.OidcDiscoveryEndpointNotIn...)) } - if i.OidcDiscoveryEndpointGT != nil { - predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointGT(*i.OidcDiscoveryEndpointGT)) - } - if i.OidcDiscoveryEndpointGTE != nil { - predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointGTE(*i.OidcDiscoveryEndpointGTE)) - } - if i.OidcDiscoveryEndpointLT != nil { - predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointLT(*i.OidcDiscoveryEndpointLT)) - } - if i.OidcDiscoveryEndpointLTE != nil { - predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointLTE(*i.OidcDiscoveryEndpointLTE)) - } if i.OidcDiscoveryEndpointContains != nil { predicates = append(predicates, organizationsetting.OidcDiscoveryEndpointContains(*i.OidcDiscoveryEndpointContains)) } @@ -79933,18 +65214,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.SamlSigninURLNotIn) > 0 { predicates = append(predicates, organizationsetting.SamlSigninURLNotIn(i.SamlSigninURLNotIn...)) } - if i.SamlSigninURLGT != nil { - predicates = append(predicates, organizationsetting.SamlSigninURLGT(*i.SamlSigninURLGT)) - } - if i.SamlSigninURLGTE != nil { - predicates = append(predicates, organizationsetting.SamlSigninURLGTE(*i.SamlSigninURLGTE)) - } - if i.SamlSigninURLLT != nil { - predicates = append(predicates, organizationsetting.SamlSigninURLLT(*i.SamlSigninURLLT)) - } - if i.SamlSigninURLLTE != nil { - predicates = append(predicates, organizationsetting.SamlSigninURLLTE(*i.SamlSigninURLLTE)) - } if i.SamlSigninURLContains != nil { predicates = append(predicates, organizationsetting.SamlSigninURLContains(*i.SamlSigninURLContains)) } @@ -79978,18 +65247,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.SamlIssuerNotIn) > 0 { predicates = append(predicates, organizationsetting.SamlIssuerNotIn(i.SamlIssuerNotIn...)) } - if i.SamlIssuerGT != nil { - predicates = append(predicates, organizationsetting.SamlIssuerGT(*i.SamlIssuerGT)) - } - if i.SamlIssuerGTE != nil { - predicates = append(predicates, organizationsetting.SamlIssuerGTE(*i.SamlIssuerGTE)) - } - if i.SamlIssuerLT != nil { - predicates = append(predicates, organizationsetting.SamlIssuerLT(*i.SamlIssuerLT)) - } - if i.SamlIssuerLTE != nil { - predicates = append(predicates, organizationsetting.SamlIssuerLTE(*i.SamlIssuerLTE)) - } if i.SamlIssuerContains != nil { predicates = append(predicates, organizationsetting.SamlIssuerContains(*i.SamlIssuerContains)) } @@ -80023,18 +65280,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.SamlCertNotIn) > 0 { predicates = append(predicates, organizationsetting.SamlCertNotIn(i.SamlCertNotIn...)) } - if i.SamlCertGT != nil { - predicates = append(predicates, organizationsetting.SamlCertGT(*i.SamlCertGT)) - } - if i.SamlCertGTE != nil { - predicates = append(predicates, organizationsetting.SamlCertGTE(*i.SamlCertGTE)) - } - if i.SamlCertLT != nil { - predicates = append(predicates, organizationsetting.SamlCertLT(*i.SamlCertLT)) - } - if i.SamlCertLTE != nil { - predicates = append(predicates, organizationsetting.SamlCertLTE(*i.SamlCertLTE)) - } if i.SamlCertContains != nil { predicates = append(predicates, organizationsetting.SamlCertContains(*i.SamlCertContains)) } @@ -80104,18 +65349,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if len(i.ComplianceWebhookTokenNotIn) > 0 { predicates = append(predicates, organizationsetting.ComplianceWebhookTokenNotIn(i.ComplianceWebhookTokenNotIn...)) } - if i.ComplianceWebhookTokenGT != nil { - predicates = append(predicates, organizationsetting.ComplianceWebhookTokenGT(*i.ComplianceWebhookTokenGT)) - } - if i.ComplianceWebhookTokenGTE != nil { - predicates = append(predicates, organizationsetting.ComplianceWebhookTokenGTE(*i.ComplianceWebhookTokenGTE)) - } - if i.ComplianceWebhookTokenLT != nil { - predicates = append(predicates, organizationsetting.ComplianceWebhookTokenLT(*i.ComplianceWebhookTokenLT)) - } - if i.ComplianceWebhookTokenLTE != nil { - predicates = append(predicates, organizationsetting.ComplianceWebhookTokenLTE(*i.ComplianceWebhookTokenLTE)) - } if i.ComplianceWebhookTokenContains != nil { predicates = append(predicates, organizationsetting.ComplianceWebhookTokenContains(*i.ComplianceWebhookTokenContains)) } @@ -80146,15 +65379,6 @@ func (i *OrganizationSettingWhereInput) P() (predicate.OrganizationSetting, erro if i.PendingDeletionAt != nil { predicates = append(predicates, organizationsetting.PendingDeletionAtEQ(*i.PendingDeletionAt)) } - if i.PendingDeletionAtNEQ != nil { - predicates = append(predicates, organizationsetting.PendingDeletionAtNEQ(*i.PendingDeletionAtNEQ)) - } - if len(i.PendingDeletionAtIn) > 0 { - predicates = append(predicates, organizationsetting.PendingDeletionAtIn(i.PendingDeletionAtIn...)) - } - if len(i.PendingDeletionAtNotIn) > 0 { - predicates = append(predicates, organizationsetting.PendingDeletionAtNotIn(i.PendingDeletionAtNotIn...)) - } if i.PendingDeletionAtGT != nil { predicates = append(predicates, organizationsetting.PendingDeletionAtGT(*i.PendingDeletionAtGT)) } @@ -80269,46 +65493,32 @@ type PersonalAccessTokenWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -80322,10 +65532,6 @@ type PersonalAccessTokenWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -80339,10 +65545,6 @@ type PersonalAccessTokenWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -80356,10 +65558,6 @@ type PersonalAccessTokenWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -80367,28 +65565,22 @@ type PersonalAccessTokenWhereInput struct { NameContainsFold *string `json:"nameContainsFold,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "is_active" field predicates. IsActive *bool `json:"isActive,omitempty"` @@ -80401,10 +65593,6 @@ type PersonalAccessTokenWhereInput struct { RevokedReasonNEQ *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGT *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGTE *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLT *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLTE *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -80418,10 +65606,6 @@ type PersonalAccessTokenWhereInput struct { RevokedByNEQ *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGT *string `json:"revokedByGT,omitempty"` - RevokedByGTE *string `json:"revokedByGTE,omitempty"` - RevokedByLT *string `json:"revokedByLT,omitempty"` - RevokedByLTE *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -80431,16 +65615,13 @@ type PersonalAccessTokenWhereInput struct { RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // "revoked_at" field predicates. - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNEQ *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGT *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGTE *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLT *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLTE *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil bool `json:"revokedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -80544,18 +65725,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, personalaccesstoken.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, personalaccesstoken.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, personalaccesstoken.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, personalaccesstoken.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, personalaccesstoken.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, personalaccesstoken.IDEqualFold(*i.IDEqualFold)) } @@ -80565,15 +65734,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if i.CreatedAt != nil { predicates = append(predicates, personalaccesstoken.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, personalaccesstoken.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, personalaccesstoken.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, personalaccesstoken.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, personalaccesstoken.CreatedAtGT(*i.CreatedAtGT)) } @@ -80595,15 +65755,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if i.UpdatedAt != nil { predicates = append(predicates, personalaccesstoken.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, personalaccesstoken.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, personalaccesstoken.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, personalaccesstoken.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, personalaccesstoken.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -80634,18 +65785,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, personalaccesstoken.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, personalaccesstoken.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, personalaccesstoken.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, personalaccesstoken.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, personalaccesstoken.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, personalaccesstoken.CreatedByContains(*i.CreatedByContains)) } @@ -80679,18 +65818,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, personalaccesstoken.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, personalaccesstoken.UpdatedByContains(*i.UpdatedByContains)) } @@ -80724,18 +65851,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, personalaccesstoken.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -80769,18 +65884,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.NameNotIn) > 0 { predicates = append(predicates, personalaccesstoken.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, personalaccesstoken.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, personalaccesstoken.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, personalaccesstoken.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, personalaccesstoken.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, personalaccesstoken.NameContains(*i.NameContains)) } @@ -80799,15 +65902,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if i.ExpiresAt != nil { predicates = append(predicates, personalaccesstoken.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, personalaccesstoken.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, personalaccesstoken.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, personalaccesstoken.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, personalaccesstoken.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -80829,15 +65923,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if i.LastUsedAt != nil { predicates = append(predicates, personalaccesstoken.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, personalaccesstoken.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, personalaccesstoken.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, personalaccesstoken.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, personalaccesstoken.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -80880,18 +65965,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.RevokedReasonNotIn) > 0 { predicates = append(predicates, personalaccesstoken.RevokedReasonNotIn(i.RevokedReasonNotIn...)) } - if i.RevokedReasonGT != nil { - predicates = append(predicates, personalaccesstoken.RevokedReasonGT(*i.RevokedReasonGT)) - } - if i.RevokedReasonGTE != nil { - predicates = append(predicates, personalaccesstoken.RevokedReasonGTE(*i.RevokedReasonGTE)) - } - if i.RevokedReasonLT != nil { - predicates = append(predicates, personalaccesstoken.RevokedReasonLT(*i.RevokedReasonLT)) - } - if i.RevokedReasonLTE != nil { - predicates = append(predicates, personalaccesstoken.RevokedReasonLTE(*i.RevokedReasonLTE)) - } if i.RevokedReasonContains != nil { predicates = append(predicates, personalaccesstoken.RevokedReasonContains(*i.RevokedReasonContains)) } @@ -80925,18 +65998,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if len(i.RevokedByNotIn) > 0 { predicates = append(predicates, personalaccesstoken.RevokedByNotIn(i.RevokedByNotIn...)) } - if i.RevokedByGT != nil { - predicates = append(predicates, personalaccesstoken.RevokedByGT(*i.RevokedByGT)) - } - if i.RevokedByGTE != nil { - predicates = append(predicates, personalaccesstoken.RevokedByGTE(*i.RevokedByGTE)) - } - if i.RevokedByLT != nil { - predicates = append(predicates, personalaccesstoken.RevokedByLT(*i.RevokedByLT)) - } - if i.RevokedByLTE != nil { - predicates = append(predicates, personalaccesstoken.RevokedByLTE(*i.RevokedByLTE)) - } if i.RevokedByContains != nil { predicates = append(predicates, personalaccesstoken.RevokedByContains(*i.RevokedByContains)) } @@ -80961,15 +66022,6 @@ func (i *PersonalAccessTokenWhereInput) P() (predicate.PersonalAccessToken, erro if i.RevokedAt != nil { predicates = append(predicates, personalaccesstoken.RevokedAtEQ(*i.RevokedAt)) } - if i.RevokedAtNEQ != nil { - predicates = append(predicates, personalaccesstoken.RevokedAtNEQ(*i.RevokedAtNEQ)) - } - if len(i.RevokedAtIn) > 0 { - predicates = append(predicates, personalaccesstoken.RevokedAtIn(i.RevokedAtIn...)) - } - if len(i.RevokedAtNotIn) > 0 { - predicates = append(predicates, personalaccesstoken.RevokedAtNotIn(i.RevokedAtNotIn...)) - } if i.RevokedAtGT != nil { predicates = append(predicates, personalaccesstoken.RevokedAtGT(*i.RevokedAtGT)) } @@ -81081,46 +66133,32 @@ type PlatformWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -81134,10 +66172,6 @@ type PlatformWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -81151,10 +66185,6 @@ type PlatformWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -81168,10 +66198,6 @@ type PlatformWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -81183,10 +66209,6 @@ type PlatformWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -81200,10 +66222,6 @@ type PlatformWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -81217,10 +66235,6 @@ type PlatformWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -81234,10 +66248,6 @@ type PlatformWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -81251,10 +66261,6 @@ type PlatformWhereInput struct { BusinessOwnerNEQ *string `json:"businessOwnerNEQ,omitempty"` BusinessOwnerIn []string `json:"businessOwnerIn,omitempty"` BusinessOwnerNotIn []string `json:"businessOwnerNotIn,omitempty"` - BusinessOwnerGT *string `json:"businessOwnerGT,omitempty"` - BusinessOwnerGTE *string `json:"businessOwnerGTE,omitempty"` - BusinessOwnerLT *string `json:"businessOwnerLT,omitempty"` - BusinessOwnerLTE *string `json:"businessOwnerLTE,omitempty"` BusinessOwnerContains *string `json:"businessOwnerContains,omitempty"` BusinessOwnerHasPrefix *string `json:"businessOwnerHasPrefix,omitempty"` BusinessOwnerHasSuffix *string `json:"businessOwnerHasSuffix,omitempty"` @@ -81268,10 +66274,6 @@ type PlatformWhereInput struct { BusinessOwnerUserIDNEQ *string `json:"businessOwnerUserIDNEQ,omitempty"` BusinessOwnerUserIDIn []string `json:"businessOwnerUserIDIn,omitempty"` BusinessOwnerUserIDNotIn []string `json:"businessOwnerUserIDNotIn,omitempty"` - BusinessOwnerUserIDGT *string `json:"businessOwnerUserIDGT,omitempty"` - BusinessOwnerUserIDGTE *string `json:"businessOwnerUserIDGTE,omitempty"` - BusinessOwnerUserIDLT *string `json:"businessOwnerUserIDLT,omitempty"` - BusinessOwnerUserIDLTE *string `json:"businessOwnerUserIDLTE,omitempty"` BusinessOwnerUserIDContains *string `json:"businessOwnerUserIDContains,omitempty"` BusinessOwnerUserIDHasPrefix *string `json:"businessOwnerUserIDHasPrefix,omitempty"` BusinessOwnerUserIDHasSuffix *string `json:"businessOwnerUserIDHasSuffix,omitempty"` @@ -81285,10 +66287,6 @@ type PlatformWhereInput struct { BusinessOwnerGroupIDNEQ *string `json:"businessOwnerGroupIDNEQ,omitempty"` BusinessOwnerGroupIDIn []string `json:"businessOwnerGroupIDIn,omitempty"` BusinessOwnerGroupIDNotIn []string `json:"businessOwnerGroupIDNotIn,omitempty"` - BusinessOwnerGroupIDGT *string `json:"businessOwnerGroupIDGT,omitempty"` - BusinessOwnerGroupIDGTE *string `json:"businessOwnerGroupIDGTE,omitempty"` - BusinessOwnerGroupIDLT *string `json:"businessOwnerGroupIDLT,omitempty"` - BusinessOwnerGroupIDLTE *string `json:"businessOwnerGroupIDLTE,omitempty"` BusinessOwnerGroupIDContains *string `json:"businessOwnerGroupIDContains,omitempty"` BusinessOwnerGroupIDHasPrefix *string `json:"businessOwnerGroupIDHasPrefix,omitempty"` BusinessOwnerGroupIDHasSuffix *string `json:"businessOwnerGroupIDHasSuffix,omitempty"` @@ -81302,10 +66300,6 @@ type PlatformWhereInput struct { TechnicalOwnerNEQ *string `json:"technicalOwnerNEQ,omitempty"` TechnicalOwnerIn []string `json:"technicalOwnerIn,omitempty"` TechnicalOwnerNotIn []string `json:"technicalOwnerNotIn,omitempty"` - TechnicalOwnerGT *string `json:"technicalOwnerGT,omitempty"` - TechnicalOwnerGTE *string `json:"technicalOwnerGTE,omitempty"` - TechnicalOwnerLT *string `json:"technicalOwnerLT,omitempty"` - TechnicalOwnerLTE *string `json:"technicalOwnerLTE,omitempty"` TechnicalOwnerContains *string `json:"technicalOwnerContains,omitempty"` TechnicalOwnerHasPrefix *string `json:"technicalOwnerHasPrefix,omitempty"` TechnicalOwnerHasSuffix *string `json:"technicalOwnerHasSuffix,omitempty"` @@ -81319,10 +66313,6 @@ type PlatformWhereInput struct { TechnicalOwnerUserIDNEQ *string `json:"technicalOwnerUserIDNEQ,omitempty"` TechnicalOwnerUserIDIn []string `json:"technicalOwnerUserIDIn,omitempty"` TechnicalOwnerUserIDNotIn []string `json:"technicalOwnerUserIDNotIn,omitempty"` - TechnicalOwnerUserIDGT *string `json:"technicalOwnerUserIDGT,omitempty"` - TechnicalOwnerUserIDGTE *string `json:"technicalOwnerUserIDGTE,omitempty"` - TechnicalOwnerUserIDLT *string `json:"technicalOwnerUserIDLT,omitempty"` - TechnicalOwnerUserIDLTE *string `json:"technicalOwnerUserIDLTE,omitempty"` TechnicalOwnerUserIDContains *string `json:"technicalOwnerUserIDContains,omitempty"` TechnicalOwnerUserIDHasPrefix *string `json:"technicalOwnerUserIDHasPrefix,omitempty"` TechnicalOwnerUserIDHasSuffix *string `json:"technicalOwnerUserIDHasSuffix,omitempty"` @@ -81336,10 +66326,6 @@ type PlatformWhereInput struct { TechnicalOwnerGroupIDNEQ *string `json:"technicalOwnerGroupIDNEQ,omitempty"` TechnicalOwnerGroupIDIn []string `json:"technicalOwnerGroupIDIn,omitempty"` TechnicalOwnerGroupIDNotIn []string `json:"technicalOwnerGroupIDNotIn,omitempty"` - TechnicalOwnerGroupIDGT *string `json:"technicalOwnerGroupIDGT,omitempty"` - TechnicalOwnerGroupIDGTE *string `json:"technicalOwnerGroupIDGTE,omitempty"` - TechnicalOwnerGroupIDLT *string `json:"technicalOwnerGroupIDLT,omitempty"` - TechnicalOwnerGroupIDLTE *string `json:"technicalOwnerGroupIDLTE,omitempty"` TechnicalOwnerGroupIDContains *string `json:"technicalOwnerGroupIDContains,omitempty"` TechnicalOwnerGroupIDHasPrefix *string `json:"technicalOwnerGroupIDHasPrefix,omitempty"` TechnicalOwnerGroupIDHasSuffix *string `json:"technicalOwnerGroupIDHasSuffix,omitempty"` @@ -81353,10 +66339,6 @@ type PlatformWhereInput struct { SecurityOwnerNEQ *string `json:"securityOwnerNEQ,omitempty"` SecurityOwnerIn []string `json:"securityOwnerIn,omitempty"` SecurityOwnerNotIn []string `json:"securityOwnerNotIn,omitempty"` - SecurityOwnerGT *string `json:"securityOwnerGT,omitempty"` - SecurityOwnerGTE *string `json:"securityOwnerGTE,omitempty"` - SecurityOwnerLT *string `json:"securityOwnerLT,omitempty"` - SecurityOwnerLTE *string `json:"securityOwnerLTE,omitempty"` SecurityOwnerContains *string `json:"securityOwnerContains,omitempty"` SecurityOwnerHasPrefix *string `json:"securityOwnerHasPrefix,omitempty"` SecurityOwnerHasSuffix *string `json:"securityOwnerHasSuffix,omitempty"` @@ -81370,10 +66352,6 @@ type PlatformWhereInput struct { SecurityOwnerUserIDNEQ *string `json:"securityOwnerUserIDNEQ,omitempty"` SecurityOwnerUserIDIn []string `json:"securityOwnerUserIDIn,omitempty"` SecurityOwnerUserIDNotIn []string `json:"securityOwnerUserIDNotIn,omitempty"` - SecurityOwnerUserIDGT *string `json:"securityOwnerUserIDGT,omitempty"` - SecurityOwnerUserIDGTE *string `json:"securityOwnerUserIDGTE,omitempty"` - SecurityOwnerUserIDLT *string `json:"securityOwnerUserIDLT,omitempty"` - SecurityOwnerUserIDLTE *string `json:"securityOwnerUserIDLTE,omitempty"` SecurityOwnerUserIDContains *string `json:"securityOwnerUserIDContains,omitempty"` SecurityOwnerUserIDHasPrefix *string `json:"securityOwnerUserIDHasPrefix,omitempty"` SecurityOwnerUserIDHasSuffix *string `json:"securityOwnerUserIDHasSuffix,omitempty"` @@ -81387,10 +66365,6 @@ type PlatformWhereInput struct { SecurityOwnerGroupIDNEQ *string `json:"securityOwnerGroupIDNEQ,omitempty"` SecurityOwnerGroupIDIn []string `json:"securityOwnerGroupIDIn,omitempty"` SecurityOwnerGroupIDNotIn []string `json:"securityOwnerGroupIDNotIn,omitempty"` - SecurityOwnerGroupIDGT *string `json:"securityOwnerGroupIDGT,omitempty"` - SecurityOwnerGroupIDGTE *string `json:"securityOwnerGroupIDGTE,omitempty"` - SecurityOwnerGroupIDLT *string `json:"securityOwnerGroupIDLT,omitempty"` - SecurityOwnerGroupIDLTE *string `json:"securityOwnerGroupIDLTE,omitempty"` SecurityOwnerGroupIDContains *string `json:"securityOwnerGroupIDContains,omitempty"` SecurityOwnerGroupIDHasPrefix *string `json:"securityOwnerGroupIDHasPrefix,omitempty"` SecurityOwnerGroupIDHasSuffix *string `json:"securityOwnerGroupIDHasSuffix,omitempty"` @@ -81404,10 +66378,6 @@ type PlatformWhereInput struct { PlatformKindNameNEQ *string `json:"platformKindNameNEQ,omitempty"` PlatformKindNameIn []string `json:"platformKindNameIn,omitempty"` PlatformKindNameNotIn []string `json:"platformKindNameNotIn,omitempty"` - PlatformKindNameGT *string `json:"platformKindNameGT,omitempty"` - PlatformKindNameGTE *string `json:"platformKindNameGTE,omitempty"` - PlatformKindNameLT *string `json:"platformKindNameLT,omitempty"` - PlatformKindNameLTE *string `json:"platformKindNameLTE,omitempty"` PlatformKindNameContains *string `json:"platformKindNameContains,omitempty"` PlatformKindNameHasPrefix *string `json:"platformKindNameHasPrefix,omitempty"` PlatformKindNameHasSuffix *string `json:"platformKindNameHasSuffix,omitempty"` @@ -81421,10 +66391,6 @@ type PlatformWhereInput struct { PlatformKindIDNEQ *string `json:"platformKindIDNEQ,omitempty"` PlatformKindIDIn []string `json:"platformKindIDIn,omitempty"` PlatformKindIDNotIn []string `json:"platformKindIDNotIn,omitempty"` - PlatformKindIDGT *string `json:"platformKindIDGT,omitempty"` - PlatformKindIDGTE *string `json:"platformKindIDGTE,omitempty"` - PlatformKindIDLT *string `json:"platformKindIDLT,omitempty"` - PlatformKindIDLTE *string `json:"platformKindIDLTE,omitempty"` PlatformKindIDContains *string `json:"platformKindIDContains,omitempty"` PlatformKindIDHasPrefix *string `json:"platformKindIDHasPrefix,omitempty"` PlatformKindIDHasSuffix *string `json:"platformKindIDHasSuffix,omitempty"` @@ -81438,10 +66404,6 @@ type PlatformWhereInput struct { PlatformDataClassificationNameNEQ *string `json:"platformDataClassificationNameNEQ,omitempty"` PlatformDataClassificationNameIn []string `json:"platformDataClassificationNameIn,omitempty"` PlatformDataClassificationNameNotIn []string `json:"platformDataClassificationNameNotIn,omitempty"` - PlatformDataClassificationNameGT *string `json:"platformDataClassificationNameGT,omitempty"` - PlatformDataClassificationNameGTE *string `json:"platformDataClassificationNameGTE,omitempty"` - PlatformDataClassificationNameLT *string `json:"platformDataClassificationNameLT,omitempty"` - PlatformDataClassificationNameLTE *string `json:"platformDataClassificationNameLTE,omitempty"` PlatformDataClassificationNameContains *string `json:"platformDataClassificationNameContains,omitempty"` PlatformDataClassificationNameHasPrefix *string `json:"platformDataClassificationNameHasPrefix,omitempty"` PlatformDataClassificationNameHasSuffix *string `json:"platformDataClassificationNameHasSuffix,omitempty"` @@ -81455,10 +66417,6 @@ type PlatformWhereInput struct { PlatformDataClassificationIDNEQ *string `json:"platformDataClassificationIDNEQ,omitempty"` PlatformDataClassificationIDIn []string `json:"platformDataClassificationIDIn,omitempty"` PlatformDataClassificationIDNotIn []string `json:"platformDataClassificationIDNotIn,omitempty"` - PlatformDataClassificationIDGT *string `json:"platformDataClassificationIDGT,omitempty"` - PlatformDataClassificationIDGTE *string `json:"platformDataClassificationIDGTE,omitempty"` - PlatformDataClassificationIDLT *string `json:"platformDataClassificationIDLT,omitempty"` - PlatformDataClassificationIDLTE *string `json:"platformDataClassificationIDLTE,omitempty"` PlatformDataClassificationIDContains *string `json:"platformDataClassificationIDContains,omitempty"` PlatformDataClassificationIDHasPrefix *string `json:"platformDataClassificationIDHasPrefix,omitempty"` PlatformDataClassificationIDHasSuffix *string `json:"platformDataClassificationIDHasSuffix,omitempty"` @@ -81472,10 +66430,6 @@ type PlatformWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -81489,10 +66443,6 @@ type PlatformWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -81506,10 +66456,6 @@ type PlatformWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -81523,10 +66469,6 @@ type PlatformWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -81540,10 +66482,6 @@ type PlatformWhereInput struct { AccessModelNameNEQ *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGT *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGTE *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLT *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLTE *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -81557,10 +66495,6 @@ type PlatformWhereInput struct { AccessModelIDNEQ *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIDGT *string `json:"accessModelIDGT,omitempty"` - AccessModelIDGTE *string `json:"accessModelIDGTE,omitempty"` - AccessModelIDLT *string `json:"accessModelIDLT,omitempty"` - AccessModelIDLTE *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -81574,10 +66508,6 @@ type PlatformWhereInput struct { EncryptionStatusNameNEQ *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGT *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGTE *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLT *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLTE *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -81591,10 +66521,6 @@ type PlatformWhereInput struct { EncryptionStatusIDNEQ *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIDGT *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIDGTE *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIDLT *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIDLTE *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -81608,10 +66534,6 @@ type PlatformWhereInput struct { SecurityTierNameNEQ *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGT *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGTE *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLT *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLTE *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -81625,10 +66547,6 @@ type PlatformWhereInput struct { SecurityTierIDNEQ *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIDGT *string `json:"securityTierIDGT,omitempty"` - SecurityTierIDGTE *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIDLT *string `json:"securityTierIDLT,omitempty"` - SecurityTierIDLTE *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -81642,10 +66560,6 @@ type PlatformWhereInput struct { CriticalityNameNEQ *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGT *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGTE *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLT *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLTE *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -81659,10 +66573,6 @@ type PlatformWhereInput struct { CriticalityIDNEQ *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIDGT *string `json:"criticalityIDGT,omitempty"` - CriticalityIDGTE *string `json:"criticalityIDGTE,omitempty"` - CriticalityIDLT *string `json:"criticalityIDLT,omitempty"` - CriticalityIDLTE *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -81682,10 +66592,6 @@ type PlatformWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -81699,10 +66605,6 @@ type PlatformWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -81714,10 +66616,6 @@ type PlatformWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -81731,10 +66629,6 @@ type PlatformWhereInput struct { BusinessPurposeNEQ *string `json:"businessPurposeNEQ,omitempty"` BusinessPurposeIn []string `json:"businessPurposeIn,omitempty"` BusinessPurposeNotIn []string `json:"businessPurposeNotIn,omitempty"` - BusinessPurposeGT *string `json:"businessPurposeGT,omitempty"` - BusinessPurposeGTE *string `json:"businessPurposeGTE,omitempty"` - BusinessPurposeLT *string `json:"businessPurposeLT,omitempty"` - BusinessPurposeLTE *string `json:"businessPurposeLTE,omitempty"` BusinessPurposeContains *string `json:"businessPurposeContains,omitempty"` BusinessPurposeHasPrefix *string `json:"businessPurposeHasPrefix,omitempty"` BusinessPurposeHasSuffix *string `json:"businessPurposeHasSuffix,omitempty"` @@ -81754,10 +66648,6 @@ type PlatformWhereInput struct { PhysicalLocationNEQ *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGT *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGTE *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLT *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLTE *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -81771,10 +66661,6 @@ type PlatformWhereInput struct { RegionNEQ *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGT *string `json:"regionGT,omitempty"` - RegionGTE *string `json:"regionGTE,omitempty"` - RegionLT *string `json:"regionLT,omitempty"` - RegionLTE *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -81800,10 +66686,6 @@ type PlatformWhereInput struct { SourceIdentifierNEQ *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGT *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGTE *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLT *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLTE *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -81817,10 +66699,6 @@ type PlatformWhereInput struct { CostCenterNEQ *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGT *string `json:"costCenterGT,omitempty"` - CostCenterGTE *string `json:"costCenterGTE,omitempty"` - CostCenterLT *string `json:"costCenterLT,omitempty"` - CostCenterLTE *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -81842,26 +66720,19 @@ type PlatformWhereInput struct { EstimatedMonthlyCostNotNil bool `json:"estimatedMonthlyCostNotNil,omitempty"` // "purchase_date" field predicates. - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNEQ *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` // "platform_owner_id" field predicates. PlatformOwnerID *string `json:"platformOwnerID,omitempty"` PlatformOwnerIDNEQ *string `json:"platformOwnerIDNEQ,omitempty"` PlatformOwnerIDIn []string `json:"platformOwnerIDIn,omitempty"` PlatformOwnerIDNotIn []string `json:"platformOwnerIDNotIn,omitempty"` - PlatformOwnerIDGT *string `json:"platformOwnerIDGT,omitempty"` - PlatformOwnerIDGTE *string `json:"platformOwnerIDGTE,omitempty"` - PlatformOwnerIDLT *string `json:"platformOwnerIDLT,omitempty"` - PlatformOwnerIDLTE *string `json:"platformOwnerIDLTE,omitempty"` PlatformOwnerIDContains *string `json:"platformOwnerIDContains,omitempty"` PlatformOwnerIDHasPrefix *string `json:"platformOwnerIDHasPrefix,omitempty"` PlatformOwnerIDHasSuffix *string `json:"platformOwnerIDHasSuffix,omitempty"` @@ -81875,10 +66746,6 @@ type PlatformWhereInput struct { ExternalReferenceIDNEQ *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIDGT *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIDGTE *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIDLT *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIDLTE *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -82162,18 +67029,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, platform.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, platform.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, platform.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, platform.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, platform.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, platform.IDEqualFold(*i.IDEqualFold)) } @@ -82183,15 +67038,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if i.CreatedAt != nil { predicates = append(predicates, platform.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, platform.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, platform.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, platform.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, platform.CreatedAtGT(*i.CreatedAtGT)) } @@ -82213,15 +67059,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if i.UpdatedAt != nil { predicates = append(predicates, platform.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, platform.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, platform.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, platform.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, platform.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -82252,18 +67089,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, platform.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, platform.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, platform.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, platform.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, platform.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, platform.CreatedByContains(*i.CreatedByContains)) } @@ -82297,18 +67122,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, platform.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, platform.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, platform.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, platform.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, platform.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, platform.UpdatedByContains(*i.UpdatedByContains)) } @@ -82342,18 +67155,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, platform.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, platform.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, platform.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, platform.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, platform.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, platform.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -82387,18 +67188,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, platform.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, platform.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, platform.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, platform.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, platform.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, platform.DisplayIDContains(*i.DisplayIDContains)) } @@ -82426,18 +67215,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, platform.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, platform.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, platform.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, platform.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, platform.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, platform.OwnerIDContains(*i.OwnerIDContains)) } @@ -82471,18 +67248,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, platform.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, platform.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, platform.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, platform.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, platform.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, platform.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -82516,18 +67281,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, platform.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, platform.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, platform.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, platform.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, platform.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, platform.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -82561,18 +67314,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platform.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, platform.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, platform.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, platform.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, platform.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, platform.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -82606,18 +67347,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.BusinessOwnerNotIn) > 0 { predicates = append(predicates, platform.BusinessOwnerNotIn(i.BusinessOwnerNotIn...)) } - if i.BusinessOwnerGT != nil { - predicates = append(predicates, platform.BusinessOwnerGT(*i.BusinessOwnerGT)) - } - if i.BusinessOwnerGTE != nil { - predicates = append(predicates, platform.BusinessOwnerGTE(*i.BusinessOwnerGTE)) - } - if i.BusinessOwnerLT != nil { - predicates = append(predicates, platform.BusinessOwnerLT(*i.BusinessOwnerLT)) - } - if i.BusinessOwnerLTE != nil { - predicates = append(predicates, platform.BusinessOwnerLTE(*i.BusinessOwnerLTE)) - } if i.BusinessOwnerContains != nil { predicates = append(predicates, platform.BusinessOwnerContains(*i.BusinessOwnerContains)) } @@ -82651,18 +67380,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.BusinessOwnerUserIDNotIn) > 0 { predicates = append(predicates, platform.BusinessOwnerUserIDNotIn(i.BusinessOwnerUserIDNotIn...)) } - if i.BusinessOwnerUserIDGT != nil { - predicates = append(predicates, platform.BusinessOwnerUserIDGT(*i.BusinessOwnerUserIDGT)) - } - if i.BusinessOwnerUserIDGTE != nil { - predicates = append(predicates, platform.BusinessOwnerUserIDGTE(*i.BusinessOwnerUserIDGTE)) - } - if i.BusinessOwnerUserIDLT != nil { - predicates = append(predicates, platform.BusinessOwnerUserIDLT(*i.BusinessOwnerUserIDLT)) - } - if i.BusinessOwnerUserIDLTE != nil { - predicates = append(predicates, platform.BusinessOwnerUserIDLTE(*i.BusinessOwnerUserIDLTE)) - } if i.BusinessOwnerUserIDContains != nil { predicates = append(predicates, platform.BusinessOwnerUserIDContains(*i.BusinessOwnerUserIDContains)) } @@ -82696,18 +67413,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.BusinessOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platform.BusinessOwnerGroupIDNotIn(i.BusinessOwnerGroupIDNotIn...)) } - if i.BusinessOwnerGroupIDGT != nil { - predicates = append(predicates, platform.BusinessOwnerGroupIDGT(*i.BusinessOwnerGroupIDGT)) - } - if i.BusinessOwnerGroupIDGTE != nil { - predicates = append(predicates, platform.BusinessOwnerGroupIDGTE(*i.BusinessOwnerGroupIDGTE)) - } - if i.BusinessOwnerGroupIDLT != nil { - predicates = append(predicates, platform.BusinessOwnerGroupIDLT(*i.BusinessOwnerGroupIDLT)) - } - if i.BusinessOwnerGroupIDLTE != nil { - predicates = append(predicates, platform.BusinessOwnerGroupIDLTE(*i.BusinessOwnerGroupIDLTE)) - } if i.BusinessOwnerGroupIDContains != nil { predicates = append(predicates, platform.BusinessOwnerGroupIDContains(*i.BusinessOwnerGroupIDContains)) } @@ -82741,18 +67446,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.TechnicalOwnerNotIn) > 0 { predicates = append(predicates, platform.TechnicalOwnerNotIn(i.TechnicalOwnerNotIn...)) } - if i.TechnicalOwnerGT != nil { - predicates = append(predicates, platform.TechnicalOwnerGT(*i.TechnicalOwnerGT)) - } - if i.TechnicalOwnerGTE != nil { - predicates = append(predicates, platform.TechnicalOwnerGTE(*i.TechnicalOwnerGTE)) - } - if i.TechnicalOwnerLT != nil { - predicates = append(predicates, platform.TechnicalOwnerLT(*i.TechnicalOwnerLT)) - } - if i.TechnicalOwnerLTE != nil { - predicates = append(predicates, platform.TechnicalOwnerLTE(*i.TechnicalOwnerLTE)) - } if i.TechnicalOwnerContains != nil { predicates = append(predicates, platform.TechnicalOwnerContains(*i.TechnicalOwnerContains)) } @@ -82786,18 +67479,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.TechnicalOwnerUserIDNotIn) > 0 { predicates = append(predicates, platform.TechnicalOwnerUserIDNotIn(i.TechnicalOwnerUserIDNotIn...)) } - if i.TechnicalOwnerUserIDGT != nil { - predicates = append(predicates, platform.TechnicalOwnerUserIDGT(*i.TechnicalOwnerUserIDGT)) - } - if i.TechnicalOwnerUserIDGTE != nil { - predicates = append(predicates, platform.TechnicalOwnerUserIDGTE(*i.TechnicalOwnerUserIDGTE)) - } - if i.TechnicalOwnerUserIDLT != nil { - predicates = append(predicates, platform.TechnicalOwnerUserIDLT(*i.TechnicalOwnerUserIDLT)) - } - if i.TechnicalOwnerUserIDLTE != nil { - predicates = append(predicates, platform.TechnicalOwnerUserIDLTE(*i.TechnicalOwnerUserIDLTE)) - } if i.TechnicalOwnerUserIDContains != nil { predicates = append(predicates, platform.TechnicalOwnerUserIDContains(*i.TechnicalOwnerUserIDContains)) } @@ -82831,18 +67512,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.TechnicalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platform.TechnicalOwnerGroupIDNotIn(i.TechnicalOwnerGroupIDNotIn...)) } - if i.TechnicalOwnerGroupIDGT != nil { - predicates = append(predicates, platform.TechnicalOwnerGroupIDGT(*i.TechnicalOwnerGroupIDGT)) - } - if i.TechnicalOwnerGroupIDGTE != nil { - predicates = append(predicates, platform.TechnicalOwnerGroupIDGTE(*i.TechnicalOwnerGroupIDGTE)) - } - if i.TechnicalOwnerGroupIDLT != nil { - predicates = append(predicates, platform.TechnicalOwnerGroupIDLT(*i.TechnicalOwnerGroupIDLT)) - } - if i.TechnicalOwnerGroupIDLTE != nil { - predicates = append(predicates, platform.TechnicalOwnerGroupIDLTE(*i.TechnicalOwnerGroupIDLTE)) - } if i.TechnicalOwnerGroupIDContains != nil { predicates = append(predicates, platform.TechnicalOwnerGroupIDContains(*i.TechnicalOwnerGroupIDContains)) } @@ -82876,18 +67545,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SecurityOwnerNotIn) > 0 { predicates = append(predicates, platform.SecurityOwnerNotIn(i.SecurityOwnerNotIn...)) } - if i.SecurityOwnerGT != nil { - predicates = append(predicates, platform.SecurityOwnerGT(*i.SecurityOwnerGT)) - } - if i.SecurityOwnerGTE != nil { - predicates = append(predicates, platform.SecurityOwnerGTE(*i.SecurityOwnerGTE)) - } - if i.SecurityOwnerLT != nil { - predicates = append(predicates, platform.SecurityOwnerLT(*i.SecurityOwnerLT)) - } - if i.SecurityOwnerLTE != nil { - predicates = append(predicates, platform.SecurityOwnerLTE(*i.SecurityOwnerLTE)) - } if i.SecurityOwnerContains != nil { predicates = append(predicates, platform.SecurityOwnerContains(*i.SecurityOwnerContains)) } @@ -82921,18 +67578,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SecurityOwnerUserIDNotIn) > 0 { predicates = append(predicates, platform.SecurityOwnerUserIDNotIn(i.SecurityOwnerUserIDNotIn...)) } - if i.SecurityOwnerUserIDGT != nil { - predicates = append(predicates, platform.SecurityOwnerUserIDGT(*i.SecurityOwnerUserIDGT)) - } - if i.SecurityOwnerUserIDGTE != nil { - predicates = append(predicates, platform.SecurityOwnerUserIDGTE(*i.SecurityOwnerUserIDGTE)) - } - if i.SecurityOwnerUserIDLT != nil { - predicates = append(predicates, platform.SecurityOwnerUserIDLT(*i.SecurityOwnerUserIDLT)) - } - if i.SecurityOwnerUserIDLTE != nil { - predicates = append(predicates, platform.SecurityOwnerUserIDLTE(*i.SecurityOwnerUserIDLTE)) - } if i.SecurityOwnerUserIDContains != nil { predicates = append(predicates, platform.SecurityOwnerUserIDContains(*i.SecurityOwnerUserIDContains)) } @@ -82966,18 +67611,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SecurityOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platform.SecurityOwnerGroupIDNotIn(i.SecurityOwnerGroupIDNotIn...)) } - if i.SecurityOwnerGroupIDGT != nil { - predicates = append(predicates, platform.SecurityOwnerGroupIDGT(*i.SecurityOwnerGroupIDGT)) - } - if i.SecurityOwnerGroupIDGTE != nil { - predicates = append(predicates, platform.SecurityOwnerGroupIDGTE(*i.SecurityOwnerGroupIDGTE)) - } - if i.SecurityOwnerGroupIDLT != nil { - predicates = append(predicates, platform.SecurityOwnerGroupIDLT(*i.SecurityOwnerGroupIDLT)) - } - if i.SecurityOwnerGroupIDLTE != nil { - predicates = append(predicates, platform.SecurityOwnerGroupIDLTE(*i.SecurityOwnerGroupIDLTE)) - } if i.SecurityOwnerGroupIDContains != nil { predicates = append(predicates, platform.SecurityOwnerGroupIDContains(*i.SecurityOwnerGroupIDContains)) } @@ -83011,18 +67644,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PlatformKindNameNotIn) > 0 { predicates = append(predicates, platform.PlatformKindNameNotIn(i.PlatformKindNameNotIn...)) } - if i.PlatformKindNameGT != nil { - predicates = append(predicates, platform.PlatformKindNameGT(*i.PlatformKindNameGT)) - } - if i.PlatformKindNameGTE != nil { - predicates = append(predicates, platform.PlatformKindNameGTE(*i.PlatformKindNameGTE)) - } - if i.PlatformKindNameLT != nil { - predicates = append(predicates, platform.PlatformKindNameLT(*i.PlatformKindNameLT)) - } - if i.PlatformKindNameLTE != nil { - predicates = append(predicates, platform.PlatformKindNameLTE(*i.PlatformKindNameLTE)) - } if i.PlatformKindNameContains != nil { predicates = append(predicates, platform.PlatformKindNameContains(*i.PlatformKindNameContains)) } @@ -83056,18 +67677,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PlatformKindIDNotIn) > 0 { predicates = append(predicates, platform.PlatformKindIDNotIn(i.PlatformKindIDNotIn...)) } - if i.PlatformKindIDGT != nil { - predicates = append(predicates, platform.PlatformKindIDGT(*i.PlatformKindIDGT)) - } - if i.PlatformKindIDGTE != nil { - predicates = append(predicates, platform.PlatformKindIDGTE(*i.PlatformKindIDGTE)) - } - if i.PlatformKindIDLT != nil { - predicates = append(predicates, platform.PlatformKindIDLT(*i.PlatformKindIDLT)) - } - if i.PlatformKindIDLTE != nil { - predicates = append(predicates, platform.PlatformKindIDLTE(*i.PlatformKindIDLTE)) - } if i.PlatformKindIDContains != nil { predicates = append(predicates, platform.PlatformKindIDContains(*i.PlatformKindIDContains)) } @@ -83101,18 +67710,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PlatformDataClassificationNameNotIn) > 0 { predicates = append(predicates, platform.PlatformDataClassificationNameNotIn(i.PlatformDataClassificationNameNotIn...)) } - if i.PlatformDataClassificationNameGT != nil { - predicates = append(predicates, platform.PlatformDataClassificationNameGT(*i.PlatformDataClassificationNameGT)) - } - if i.PlatformDataClassificationNameGTE != nil { - predicates = append(predicates, platform.PlatformDataClassificationNameGTE(*i.PlatformDataClassificationNameGTE)) - } - if i.PlatformDataClassificationNameLT != nil { - predicates = append(predicates, platform.PlatformDataClassificationNameLT(*i.PlatformDataClassificationNameLT)) - } - if i.PlatformDataClassificationNameLTE != nil { - predicates = append(predicates, platform.PlatformDataClassificationNameLTE(*i.PlatformDataClassificationNameLTE)) - } if i.PlatformDataClassificationNameContains != nil { predicates = append(predicates, platform.PlatformDataClassificationNameContains(*i.PlatformDataClassificationNameContains)) } @@ -83146,18 +67743,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PlatformDataClassificationIDNotIn) > 0 { predicates = append(predicates, platform.PlatformDataClassificationIDNotIn(i.PlatformDataClassificationIDNotIn...)) } - if i.PlatformDataClassificationIDGT != nil { - predicates = append(predicates, platform.PlatformDataClassificationIDGT(*i.PlatformDataClassificationIDGT)) - } - if i.PlatformDataClassificationIDGTE != nil { - predicates = append(predicates, platform.PlatformDataClassificationIDGTE(*i.PlatformDataClassificationIDGTE)) - } - if i.PlatformDataClassificationIDLT != nil { - predicates = append(predicates, platform.PlatformDataClassificationIDLT(*i.PlatformDataClassificationIDLT)) - } - if i.PlatformDataClassificationIDLTE != nil { - predicates = append(predicates, platform.PlatformDataClassificationIDLTE(*i.PlatformDataClassificationIDLTE)) - } if i.PlatformDataClassificationIDContains != nil { predicates = append(predicates, platform.PlatformDataClassificationIDContains(*i.PlatformDataClassificationIDContains)) } @@ -83191,18 +67776,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, platform.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, platform.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, platform.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, platform.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, platform.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, platform.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -83236,18 +67809,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, platform.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, platform.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, platform.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, platform.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, platform.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, platform.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -83281,18 +67842,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, platform.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, platform.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, platform.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, platform.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, platform.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, platform.ScopeNameContains(*i.ScopeNameContains)) } @@ -83326,18 +67875,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, platform.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, platform.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, platform.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, platform.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, platform.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, platform.ScopeIDContains(*i.ScopeIDContains)) } @@ -83371,18 +67908,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.AccessModelNameNotIn) > 0 { predicates = append(predicates, platform.AccessModelNameNotIn(i.AccessModelNameNotIn...)) } - if i.AccessModelNameGT != nil { - predicates = append(predicates, platform.AccessModelNameGT(*i.AccessModelNameGT)) - } - if i.AccessModelNameGTE != nil { - predicates = append(predicates, platform.AccessModelNameGTE(*i.AccessModelNameGTE)) - } - if i.AccessModelNameLT != nil { - predicates = append(predicates, platform.AccessModelNameLT(*i.AccessModelNameLT)) - } - if i.AccessModelNameLTE != nil { - predicates = append(predicates, platform.AccessModelNameLTE(*i.AccessModelNameLTE)) - } if i.AccessModelNameContains != nil { predicates = append(predicates, platform.AccessModelNameContains(*i.AccessModelNameContains)) } @@ -83416,18 +67941,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.AccessModelIDNotIn) > 0 { predicates = append(predicates, platform.AccessModelIDNotIn(i.AccessModelIDNotIn...)) } - if i.AccessModelIDGT != nil { - predicates = append(predicates, platform.AccessModelIDGT(*i.AccessModelIDGT)) - } - if i.AccessModelIDGTE != nil { - predicates = append(predicates, platform.AccessModelIDGTE(*i.AccessModelIDGTE)) - } - if i.AccessModelIDLT != nil { - predicates = append(predicates, platform.AccessModelIDLT(*i.AccessModelIDLT)) - } - if i.AccessModelIDLTE != nil { - predicates = append(predicates, platform.AccessModelIDLTE(*i.AccessModelIDLTE)) - } if i.AccessModelIDContains != nil { predicates = append(predicates, platform.AccessModelIDContains(*i.AccessModelIDContains)) } @@ -83461,18 +67974,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.EncryptionStatusNameNotIn) > 0 { predicates = append(predicates, platform.EncryptionStatusNameNotIn(i.EncryptionStatusNameNotIn...)) } - if i.EncryptionStatusNameGT != nil { - predicates = append(predicates, platform.EncryptionStatusNameGT(*i.EncryptionStatusNameGT)) - } - if i.EncryptionStatusNameGTE != nil { - predicates = append(predicates, platform.EncryptionStatusNameGTE(*i.EncryptionStatusNameGTE)) - } - if i.EncryptionStatusNameLT != nil { - predicates = append(predicates, platform.EncryptionStatusNameLT(*i.EncryptionStatusNameLT)) - } - if i.EncryptionStatusNameLTE != nil { - predicates = append(predicates, platform.EncryptionStatusNameLTE(*i.EncryptionStatusNameLTE)) - } if i.EncryptionStatusNameContains != nil { predicates = append(predicates, platform.EncryptionStatusNameContains(*i.EncryptionStatusNameContains)) } @@ -83506,18 +68007,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.EncryptionStatusIDNotIn) > 0 { predicates = append(predicates, platform.EncryptionStatusIDNotIn(i.EncryptionStatusIDNotIn...)) } - if i.EncryptionStatusIDGT != nil { - predicates = append(predicates, platform.EncryptionStatusIDGT(*i.EncryptionStatusIDGT)) - } - if i.EncryptionStatusIDGTE != nil { - predicates = append(predicates, platform.EncryptionStatusIDGTE(*i.EncryptionStatusIDGTE)) - } - if i.EncryptionStatusIDLT != nil { - predicates = append(predicates, platform.EncryptionStatusIDLT(*i.EncryptionStatusIDLT)) - } - if i.EncryptionStatusIDLTE != nil { - predicates = append(predicates, platform.EncryptionStatusIDLTE(*i.EncryptionStatusIDLTE)) - } if i.EncryptionStatusIDContains != nil { predicates = append(predicates, platform.EncryptionStatusIDContains(*i.EncryptionStatusIDContains)) } @@ -83551,18 +68040,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SecurityTierNameNotIn) > 0 { predicates = append(predicates, platform.SecurityTierNameNotIn(i.SecurityTierNameNotIn...)) } - if i.SecurityTierNameGT != nil { - predicates = append(predicates, platform.SecurityTierNameGT(*i.SecurityTierNameGT)) - } - if i.SecurityTierNameGTE != nil { - predicates = append(predicates, platform.SecurityTierNameGTE(*i.SecurityTierNameGTE)) - } - if i.SecurityTierNameLT != nil { - predicates = append(predicates, platform.SecurityTierNameLT(*i.SecurityTierNameLT)) - } - if i.SecurityTierNameLTE != nil { - predicates = append(predicates, platform.SecurityTierNameLTE(*i.SecurityTierNameLTE)) - } if i.SecurityTierNameContains != nil { predicates = append(predicates, platform.SecurityTierNameContains(*i.SecurityTierNameContains)) } @@ -83596,18 +68073,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SecurityTierIDNotIn) > 0 { predicates = append(predicates, platform.SecurityTierIDNotIn(i.SecurityTierIDNotIn...)) } - if i.SecurityTierIDGT != nil { - predicates = append(predicates, platform.SecurityTierIDGT(*i.SecurityTierIDGT)) - } - if i.SecurityTierIDGTE != nil { - predicates = append(predicates, platform.SecurityTierIDGTE(*i.SecurityTierIDGTE)) - } - if i.SecurityTierIDLT != nil { - predicates = append(predicates, platform.SecurityTierIDLT(*i.SecurityTierIDLT)) - } - if i.SecurityTierIDLTE != nil { - predicates = append(predicates, platform.SecurityTierIDLTE(*i.SecurityTierIDLTE)) - } if i.SecurityTierIDContains != nil { predicates = append(predicates, platform.SecurityTierIDContains(*i.SecurityTierIDContains)) } @@ -83641,18 +68106,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.CriticalityNameNotIn) > 0 { predicates = append(predicates, platform.CriticalityNameNotIn(i.CriticalityNameNotIn...)) } - if i.CriticalityNameGT != nil { - predicates = append(predicates, platform.CriticalityNameGT(*i.CriticalityNameGT)) - } - if i.CriticalityNameGTE != nil { - predicates = append(predicates, platform.CriticalityNameGTE(*i.CriticalityNameGTE)) - } - if i.CriticalityNameLT != nil { - predicates = append(predicates, platform.CriticalityNameLT(*i.CriticalityNameLT)) - } - if i.CriticalityNameLTE != nil { - predicates = append(predicates, platform.CriticalityNameLTE(*i.CriticalityNameLTE)) - } if i.CriticalityNameContains != nil { predicates = append(predicates, platform.CriticalityNameContains(*i.CriticalityNameContains)) } @@ -83686,18 +68139,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.CriticalityIDNotIn) > 0 { predicates = append(predicates, platform.CriticalityIDNotIn(i.CriticalityIDNotIn...)) } - if i.CriticalityIDGT != nil { - predicates = append(predicates, platform.CriticalityIDGT(*i.CriticalityIDGT)) - } - if i.CriticalityIDGTE != nil { - predicates = append(predicates, platform.CriticalityIDGTE(*i.CriticalityIDGTE)) - } - if i.CriticalityIDLT != nil { - predicates = append(predicates, platform.CriticalityIDLT(*i.CriticalityIDLT)) - } - if i.CriticalityIDLTE != nil { - predicates = append(predicates, platform.CriticalityIDLTE(*i.CriticalityIDLTE)) - } if i.CriticalityIDContains != nil { predicates = append(predicates, platform.CriticalityIDContains(*i.CriticalityIDContains)) } @@ -83743,18 +68184,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, platform.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, platform.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, platform.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, platform.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, platform.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, platform.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -83788,18 +68217,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, platform.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, platform.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, platform.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, platform.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, platform.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, platform.NameContains(*i.NameContains)) } @@ -83827,18 +68244,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, platform.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, platform.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, platform.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, platform.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, platform.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, platform.DescriptionContains(*i.DescriptionContains)) } @@ -83872,18 +68277,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.BusinessPurposeNotIn) > 0 { predicates = append(predicates, platform.BusinessPurposeNotIn(i.BusinessPurposeNotIn...)) } - if i.BusinessPurposeGT != nil { - predicates = append(predicates, platform.BusinessPurposeGT(*i.BusinessPurposeGT)) - } - if i.BusinessPurposeGTE != nil { - predicates = append(predicates, platform.BusinessPurposeGTE(*i.BusinessPurposeGTE)) - } - if i.BusinessPurposeLT != nil { - predicates = append(predicates, platform.BusinessPurposeLT(*i.BusinessPurposeLT)) - } - if i.BusinessPurposeLTE != nil { - predicates = append(predicates, platform.BusinessPurposeLTE(*i.BusinessPurposeLTE)) - } if i.BusinessPurposeContains != nil { predicates = append(predicates, platform.BusinessPurposeContains(*i.BusinessPurposeContains)) } @@ -83929,18 +68322,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PhysicalLocationNotIn) > 0 { predicates = append(predicates, platform.PhysicalLocationNotIn(i.PhysicalLocationNotIn...)) } - if i.PhysicalLocationGT != nil { - predicates = append(predicates, platform.PhysicalLocationGT(*i.PhysicalLocationGT)) - } - if i.PhysicalLocationGTE != nil { - predicates = append(predicates, platform.PhysicalLocationGTE(*i.PhysicalLocationGTE)) - } - if i.PhysicalLocationLT != nil { - predicates = append(predicates, platform.PhysicalLocationLT(*i.PhysicalLocationLT)) - } - if i.PhysicalLocationLTE != nil { - predicates = append(predicates, platform.PhysicalLocationLTE(*i.PhysicalLocationLTE)) - } if i.PhysicalLocationContains != nil { predicates = append(predicates, platform.PhysicalLocationContains(*i.PhysicalLocationContains)) } @@ -83974,18 +68355,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.RegionNotIn) > 0 { predicates = append(predicates, platform.RegionNotIn(i.RegionNotIn...)) } - if i.RegionGT != nil { - predicates = append(predicates, platform.RegionGT(*i.RegionGT)) - } - if i.RegionGTE != nil { - predicates = append(predicates, platform.RegionGTE(*i.RegionGTE)) - } - if i.RegionLT != nil { - predicates = append(predicates, platform.RegionLT(*i.RegionLT)) - } - if i.RegionLTE != nil { - predicates = append(predicates, platform.RegionLTE(*i.RegionLTE)) - } if i.RegionContains != nil { predicates = append(predicates, platform.RegionContains(*i.RegionContains)) } @@ -84043,18 +68412,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.SourceIdentifierNotIn) > 0 { predicates = append(predicates, platform.SourceIdentifierNotIn(i.SourceIdentifierNotIn...)) } - if i.SourceIdentifierGT != nil { - predicates = append(predicates, platform.SourceIdentifierGT(*i.SourceIdentifierGT)) - } - if i.SourceIdentifierGTE != nil { - predicates = append(predicates, platform.SourceIdentifierGTE(*i.SourceIdentifierGTE)) - } - if i.SourceIdentifierLT != nil { - predicates = append(predicates, platform.SourceIdentifierLT(*i.SourceIdentifierLT)) - } - if i.SourceIdentifierLTE != nil { - predicates = append(predicates, platform.SourceIdentifierLTE(*i.SourceIdentifierLTE)) - } if i.SourceIdentifierContains != nil { predicates = append(predicates, platform.SourceIdentifierContains(*i.SourceIdentifierContains)) } @@ -84088,18 +68445,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.CostCenterNotIn) > 0 { predicates = append(predicates, platform.CostCenterNotIn(i.CostCenterNotIn...)) } - if i.CostCenterGT != nil { - predicates = append(predicates, platform.CostCenterGT(*i.CostCenterGT)) - } - if i.CostCenterGTE != nil { - predicates = append(predicates, platform.CostCenterGTE(*i.CostCenterGTE)) - } - if i.CostCenterLT != nil { - predicates = append(predicates, platform.CostCenterLT(*i.CostCenterLT)) - } - if i.CostCenterLTE != nil { - predicates = append(predicates, platform.CostCenterLTE(*i.CostCenterLTE)) - } if i.CostCenterContains != nil { predicates = append(predicates, platform.CostCenterContains(*i.CostCenterContains)) } @@ -84154,15 +68499,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if i.PurchaseDate != nil { predicates = append(predicates, platform.PurchaseDateEQ(*i.PurchaseDate)) } - if i.PurchaseDateNEQ != nil { - predicates = append(predicates, platform.PurchaseDateNEQ(*i.PurchaseDateNEQ)) - } - if len(i.PurchaseDateIn) > 0 { - predicates = append(predicates, platform.PurchaseDateIn(i.PurchaseDateIn...)) - } - if len(i.PurchaseDateNotIn) > 0 { - predicates = append(predicates, platform.PurchaseDateNotIn(i.PurchaseDateNotIn...)) - } if i.PurchaseDateGT != nil { predicates = append(predicates, platform.PurchaseDateGT(*i.PurchaseDateGT)) } @@ -84193,18 +68529,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.PlatformOwnerIDNotIn) > 0 { predicates = append(predicates, platform.PlatformOwnerIDNotIn(i.PlatformOwnerIDNotIn...)) } - if i.PlatformOwnerIDGT != nil { - predicates = append(predicates, platform.PlatformOwnerIDGT(*i.PlatformOwnerIDGT)) - } - if i.PlatformOwnerIDGTE != nil { - predicates = append(predicates, platform.PlatformOwnerIDGTE(*i.PlatformOwnerIDGTE)) - } - if i.PlatformOwnerIDLT != nil { - predicates = append(predicates, platform.PlatformOwnerIDLT(*i.PlatformOwnerIDLT)) - } - if i.PlatformOwnerIDLTE != nil { - predicates = append(predicates, platform.PlatformOwnerIDLTE(*i.PlatformOwnerIDLTE)) - } if i.PlatformOwnerIDContains != nil { predicates = append(predicates, platform.PlatformOwnerIDContains(*i.PlatformOwnerIDContains)) } @@ -84238,18 +68562,6 @@ func (i *PlatformWhereInput) P() (predicate.Platform, error) { if len(i.ExternalReferenceIDNotIn) > 0 { predicates = append(predicates, platform.ExternalReferenceIDNotIn(i.ExternalReferenceIDNotIn...)) } - if i.ExternalReferenceIDGT != nil { - predicates = append(predicates, platform.ExternalReferenceIDGT(*i.ExternalReferenceIDGT)) - } - if i.ExternalReferenceIDGTE != nil { - predicates = append(predicates, platform.ExternalReferenceIDGTE(*i.ExternalReferenceIDGTE)) - } - if i.ExternalReferenceIDLT != nil { - predicates = append(predicates, platform.ExternalReferenceIDLT(*i.ExternalReferenceIDLT)) - } - if i.ExternalReferenceIDLTE != nil { - predicates = append(predicates, platform.ExternalReferenceIDLTE(*i.ExternalReferenceIDLTE)) - } if i.ExternalReferenceIDContains != nil { predicates = append(predicates, platform.ExternalReferenceIDContains(*i.ExternalReferenceIDContains)) } @@ -85189,46 +69501,32 @@ type ProcedureWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -85242,10 +69540,6 @@ type ProcedureWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -85259,10 +69553,6 @@ type ProcedureWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -85276,10 +69566,6 @@ type ProcedureWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -85291,10 +69577,6 @@ type ProcedureWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -85308,10 +69590,6 @@ type ProcedureWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -85325,10 +69603,6 @@ type ProcedureWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -85356,10 +69630,6 @@ type ProcedureWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -85375,16 +69645,13 @@ type ProcedureWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -85399,10 +69666,6 @@ type ProcedureWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -85416,10 +69679,6 @@ type ProcedureWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -85433,10 +69692,6 @@ type ProcedureWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -85450,10 +69705,6 @@ type ProcedureWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -85467,10 +69718,6 @@ type ProcedureWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -85484,10 +69731,6 @@ type ProcedureWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -85507,10 +69750,6 @@ type ProcedureWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -85524,10 +69763,6 @@ type ProcedureWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -85541,10 +69776,6 @@ type ProcedureWhereInput struct { ProcedureKindNameNEQ *string `json:"procedureKindNameNEQ,omitempty"` ProcedureKindNameIn []string `json:"procedureKindNameIn,omitempty"` ProcedureKindNameNotIn []string `json:"procedureKindNameNotIn,omitempty"` - ProcedureKindNameGT *string `json:"procedureKindNameGT,omitempty"` - ProcedureKindNameGTE *string `json:"procedureKindNameGTE,omitempty"` - ProcedureKindNameLT *string `json:"procedureKindNameLT,omitempty"` - ProcedureKindNameLTE *string `json:"procedureKindNameLTE,omitempty"` ProcedureKindNameContains *string `json:"procedureKindNameContains,omitempty"` ProcedureKindNameHasPrefix *string `json:"procedureKindNameHasPrefix,omitempty"` ProcedureKindNameHasSuffix *string `json:"procedureKindNameHasSuffix,omitempty"` @@ -85558,10 +69789,6 @@ type ProcedureWhereInput struct { ProcedureKindIDNEQ *string `json:"procedureKindIDNEQ,omitempty"` ProcedureKindIDIn []string `json:"procedureKindIDIn,omitempty"` ProcedureKindIDNotIn []string `json:"procedureKindIDNotIn,omitempty"` - ProcedureKindIDGT *string `json:"procedureKindIDGT,omitempty"` - ProcedureKindIDGTE *string `json:"procedureKindIDGTE,omitempty"` - ProcedureKindIDLT *string `json:"procedureKindIDLT,omitempty"` - ProcedureKindIDLTE *string `json:"procedureKindIDLTE,omitempty"` ProcedureKindIDContains *string `json:"procedureKindIDContains,omitempty"` ProcedureKindIDHasPrefix *string `json:"procedureKindIDHasPrefix,omitempty"` ProcedureKindIDHasSuffix *string `json:"procedureKindIDHasSuffix,omitempty"` @@ -85575,10 +69802,6 @@ type ProcedureWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -85592,10 +69815,6 @@ type ProcedureWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -85609,10 +69828,6 @@ type ProcedureWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -85626,10 +69841,6 @@ type ProcedureWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -85825,18 +70036,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, procedure.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, procedure.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, procedure.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, procedure.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, procedure.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, procedure.IDEqualFold(*i.IDEqualFold)) } @@ -85846,15 +70045,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if i.CreatedAt != nil { predicates = append(predicates, procedure.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, procedure.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, procedure.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, procedure.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, procedure.CreatedAtGT(*i.CreatedAtGT)) } @@ -85876,15 +70066,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if i.UpdatedAt != nil { predicates = append(predicates, procedure.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, procedure.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, procedure.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, procedure.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, procedure.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -85915,18 +70096,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, procedure.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, procedure.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, procedure.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, procedure.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, procedure.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, procedure.CreatedByContains(*i.CreatedByContains)) } @@ -85960,18 +70129,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, procedure.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, procedure.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, procedure.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, procedure.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, procedure.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, procedure.UpdatedByContains(*i.UpdatedByContains)) } @@ -86005,18 +70162,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, procedure.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, procedure.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, procedure.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, procedure.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, procedure.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, procedure.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -86050,18 +70195,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, procedure.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, procedure.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, procedure.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, procedure.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, procedure.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, procedure.DisplayIDContains(*i.DisplayIDContains)) } @@ -86089,18 +70222,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, procedure.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, procedure.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, procedure.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, procedure.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, procedure.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, procedure.RevisionContains(*i.RevisionContains)) } @@ -86134,18 +70255,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, procedure.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, procedure.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, procedure.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, procedure.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, procedure.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, procedure.OwnerIDContains(*i.OwnerIDContains)) } @@ -86179,18 +70288,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, procedure.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, procedure.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, procedure.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, procedure.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, procedure.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, procedure.NameContains(*i.NameContains)) } @@ -86254,18 +70351,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, procedure.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, procedure.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, procedure.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, procedure.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, procedure.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, procedure.DetailsContains(*i.DetailsContains)) } @@ -86302,15 +70387,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if i.ReviewDue != nil { predicates = append(predicates, procedure.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, procedure.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, procedure.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, procedure.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, procedure.ReviewDueGT(*i.ReviewDueGT)) } @@ -86359,18 +70435,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, procedure.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, procedure.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, procedure.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, procedure.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, procedure.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, procedure.ApproverIDContains(*i.ApproverIDContains)) } @@ -86404,18 +70468,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, procedure.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, procedure.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, procedure.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, procedure.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, procedure.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, procedure.DelegateIDContains(*i.DelegateIDContains)) } @@ -86449,18 +70501,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, procedure.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, procedure.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, procedure.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, procedure.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, procedure.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, procedure.URLContains(*i.URLContains)) } @@ -86494,18 +70534,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, procedure.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, procedure.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, procedure.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, procedure.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, procedure.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, procedure.FileIDContains(*i.FileIDContains)) } @@ -86539,18 +70567,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, procedure.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, procedure.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, procedure.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, procedure.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, procedure.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, procedure.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -86584,18 +70600,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, procedure.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, procedure.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, procedure.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, procedure.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, procedure.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, procedure.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -86641,18 +70645,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, procedure.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, procedure.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, procedure.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, procedure.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, procedure.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, procedure.InternalNotesContains(*i.InternalNotesContains)) } @@ -86686,18 +70678,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, procedure.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, procedure.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, procedure.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, procedure.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, procedure.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, procedure.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -86731,18 +70711,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ProcedureKindNameNotIn) > 0 { predicates = append(predicates, procedure.ProcedureKindNameNotIn(i.ProcedureKindNameNotIn...)) } - if i.ProcedureKindNameGT != nil { - predicates = append(predicates, procedure.ProcedureKindNameGT(*i.ProcedureKindNameGT)) - } - if i.ProcedureKindNameGTE != nil { - predicates = append(predicates, procedure.ProcedureKindNameGTE(*i.ProcedureKindNameGTE)) - } - if i.ProcedureKindNameLT != nil { - predicates = append(predicates, procedure.ProcedureKindNameLT(*i.ProcedureKindNameLT)) - } - if i.ProcedureKindNameLTE != nil { - predicates = append(predicates, procedure.ProcedureKindNameLTE(*i.ProcedureKindNameLTE)) - } if i.ProcedureKindNameContains != nil { predicates = append(predicates, procedure.ProcedureKindNameContains(*i.ProcedureKindNameContains)) } @@ -86776,18 +70744,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ProcedureKindIDNotIn) > 0 { predicates = append(predicates, procedure.ProcedureKindIDNotIn(i.ProcedureKindIDNotIn...)) } - if i.ProcedureKindIDGT != nil { - predicates = append(predicates, procedure.ProcedureKindIDGT(*i.ProcedureKindIDGT)) - } - if i.ProcedureKindIDGTE != nil { - predicates = append(predicates, procedure.ProcedureKindIDGTE(*i.ProcedureKindIDGTE)) - } - if i.ProcedureKindIDLT != nil { - predicates = append(predicates, procedure.ProcedureKindIDLT(*i.ProcedureKindIDLT)) - } - if i.ProcedureKindIDLTE != nil { - predicates = append(predicates, procedure.ProcedureKindIDLTE(*i.ProcedureKindIDLTE)) - } if i.ProcedureKindIDContains != nil { predicates = append(predicates, procedure.ProcedureKindIDContains(*i.ProcedureKindIDContains)) } @@ -86821,18 +70777,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, procedure.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, procedure.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, procedure.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, procedure.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, procedure.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, procedure.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -86866,18 +70810,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, procedure.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, procedure.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, procedure.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, procedure.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, procedure.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, procedure.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -86911,18 +70843,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, procedure.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, procedure.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, procedure.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, procedure.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, procedure.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, procedure.ScopeNameContains(*i.ScopeNameContains)) } @@ -86956,18 +70876,6 @@ func (i *ProcedureWhereInput) P() (predicate.Procedure, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, procedure.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, procedure.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, procedure.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, procedure.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, procedure.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, procedure.ScopeIDContains(*i.ScopeIDContains)) } @@ -87433,46 +71341,32 @@ type ProgramWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -87486,10 +71380,6 @@ type ProgramWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -87503,10 +71393,6 @@ type ProgramWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -87520,10 +71406,6 @@ type ProgramWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -87535,10 +71417,6 @@ type ProgramWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -87552,10 +71430,6 @@ type ProgramWhereInput struct { ProgramKindNameNEQ *string `json:"programKindNameNEQ,omitempty"` ProgramKindNameIn []string `json:"programKindNameIn,omitempty"` ProgramKindNameNotIn []string `json:"programKindNameNotIn,omitempty"` - ProgramKindNameGT *string `json:"programKindNameGT,omitempty"` - ProgramKindNameGTE *string `json:"programKindNameGTE,omitempty"` - ProgramKindNameLT *string `json:"programKindNameLT,omitempty"` - ProgramKindNameLTE *string `json:"programKindNameLTE,omitempty"` ProgramKindNameContains *string `json:"programKindNameContains,omitempty"` ProgramKindNameHasPrefix *string `json:"programKindNameHasPrefix,omitempty"` ProgramKindNameHasSuffix *string `json:"programKindNameHasSuffix,omitempty"` @@ -87569,10 +71443,6 @@ type ProgramWhereInput struct { ProgramKindIDNEQ *string `json:"programKindIDNEQ,omitempty"` ProgramKindIDIn []string `json:"programKindIDIn,omitempty"` ProgramKindIDNotIn []string `json:"programKindIDNotIn,omitempty"` - ProgramKindIDGT *string `json:"programKindIDGT,omitempty"` - ProgramKindIDGTE *string `json:"programKindIDGTE,omitempty"` - ProgramKindIDLT *string `json:"programKindIDLT,omitempty"` - ProgramKindIDLTE *string `json:"programKindIDLTE,omitempty"` ProgramKindIDContains *string `json:"programKindIDContains,omitempty"` ProgramKindIDHasPrefix *string `json:"programKindIDHasPrefix,omitempty"` ProgramKindIDHasSuffix *string `json:"programKindIDHasSuffix,omitempty"` @@ -87586,10 +71456,6 @@ type ProgramWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -87603,10 +71469,6 @@ type ProgramWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -87618,10 +71480,6 @@ type ProgramWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -87641,10 +71499,6 @@ type ProgramWhereInput struct { FrameworkNameNEQ *string `json:"frameworkNameNEQ,omitempty"` FrameworkNameIn []string `json:"frameworkNameIn,omitempty"` FrameworkNameNotIn []string `json:"frameworkNameNotIn,omitempty"` - FrameworkNameGT *string `json:"frameworkNameGT,omitempty"` - FrameworkNameGTE *string `json:"frameworkNameGTE,omitempty"` - FrameworkNameLT *string `json:"frameworkNameLT,omitempty"` - FrameworkNameLTE *string `json:"frameworkNameLTE,omitempty"` FrameworkNameContains *string `json:"frameworkNameContains,omitempty"` FrameworkNameHasPrefix *string `json:"frameworkNameHasPrefix,omitempty"` FrameworkNameHasSuffix *string `json:"frameworkNameHasSuffix,omitempty"` @@ -87654,76 +71508,58 @@ type ProgramWhereInput struct { FrameworkNameContainsFold *string `json:"frameworkNameContainsFold,omitempty"` // "start_date" field predicates. - StartDate *time.Time `json:"startDate,omitempty"` - StartDateNEQ *time.Time `json:"startDateNEQ,omitempty"` - StartDateIn []time.Time `json:"startDateIn,omitempty"` - StartDateNotIn []time.Time `json:"startDateNotIn,omitempty"` - StartDateGT *time.Time `json:"startDateGT,omitempty"` - StartDateGTE *time.Time `json:"startDateGTE,omitempty"` - StartDateLT *time.Time `json:"startDateLT,omitempty"` - StartDateLTE *time.Time `json:"startDateLTE,omitempty"` - StartDateIsNil bool `json:"startDateIsNil,omitempty"` - StartDateNotNil bool `json:"startDateNotNil,omitempty"` + StartDate *time.Time `json:"startDate,omitempty"` + StartDateGT *time.Time `json:"startDateGT,omitempty"` + StartDateGTE *time.Time `json:"startDateGTE,omitempty"` + StartDateLT *time.Time `json:"startDateLT,omitempty"` + StartDateLTE *time.Time `json:"startDateLTE,omitempty"` + StartDateIsNil bool `json:"startDateIsNil,omitempty"` + StartDateNotNil bool `json:"startDateNotNil,omitempty"` // "end_date" field predicates. - EndDate *time.Time `json:"endDate,omitempty"` - EndDateNEQ *time.Time `json:"endDateNEQ,omitempty"` - EndDateIn []time.Time `json:"endDateIn,omitempty"` - EndDateNotIn []time.Time `json:"endDateNotIn,omitempty"` - EndDateGT *time.Time `json:"endDateGT,omitempty"` - EndDateGTE *time.Time `json:"endDateGTE,omitempty"` - EndDateLT *time.Time `json:"endDateLT,omitempty"` - EndDateLTE *time.Time `json:"endDateLTE,omitempty"` - EndDateIsNil bool `json:"endDateIsNil,omitempty"` - EndDateNotNil bool `json:"endDateNotNil,omitempty"` + EndDate *time.Time `json:"endDate,omitempty"` + EndDateGT *time.Time `json:"endDateGT,omitempty"` + EndDateGTE *time.Time `json:"endDateGTE,omitempty"` + EndDateLT *time.Time `json:"endDateLT,omitempty"` + EndDateLTE *time.Time `json:"endDateLTE,omitempty"` + EndDateIsNil bool `json:"endDateIsNil,omitempty"` + EndDateNotNil bool `json:"endDateNotNil,omitempty"` // "observation_period_start_date" field predicates. - ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` - ObservationPeriodStartDateNEQ *time.Time `json:"observationPeriodStartDateNEQ,omitempty"` - ObservationPeriodStartDateIn []time.Time `json:"observationPeriodStartDateIn,omitempty"` - ObservationPeriodStartDateNotIn []time.Time `json:"observationPeriodStartDateNotIn,omitempty"` - ObservationPeriodStartDateGT *time.Time `json:"observationPeriodStartDateGT,omitempty"` - ObservationPeriodStartDateGTE *time.Time `json:"observationPeriodStartDateGTE,omitempty"` - ObservationPeriodStartDateLT *time.Time `json:"observationPeriodStartDateLT,omitempty"` - ObservationPeriodStartDateLTE *time.Time `json:"observationPeriodStartDateLTE,omitempty"` - ObservationPeriodStartDateIsNil bool `json:"observationPeriodStartDateIsNil,omitempty"` - ObservationPeriodStartDateNotNil bool `json:"observationPeriodStartDateNotNil,omitempty"` + ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` + ObservationPeriodStartDateGT *time.Time `json:"observationPeriodStartDateGT,omitempty"` + ObservationPeriodStartDateGTE *time.Time `json:"observationPeriodStartDateGTE,omitempty"` + ObservationPeriodStartDateLT *time.Time `json:"observationPeriodStartDateLT,omitempty"` + ObservationPeriodStartDateLTE *time.Time `json:"observationPeriodStartDateLTE,omitempty"` + ObservationPeriodStartDateIsNil bool `json:"observationPeriodStartDateIsNil,omitempty"` + ObservationPeriodStartDateNotNil bool `json:"observationPeriodStartDateNotNil,omitempty"` // "observation_period_end_date" field predicates. - ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` - ObservationPeriodEndDateNEQ *time.Time `json:"observationPeriodEndDateNEQ,omitempty"` - ObservationPeriodEndDateIn []time.Time `json:"observationPeriodEndDateIn,omitempty"` - ObservationPeriodEndDateNotIn []time.Time `json:"observationPeriodEndDateNotIn,omitempty"` - ObservationPeriodEndDateGT *time.Time `json:"observationPeriodEndDateGT,omitempty"` - ObservationPeriodEndDateGTE *time.Time `json:"observationPeriodEndDateGTE,omitempty"` - ObservationPeriodEndDateLT *time.Time `json:"observationPeriodEndDateLT,omitempty"` - ObservationPeriodEndDateLTE *time.Time `json:"observationPeriodEndDateLTE,omitempty"` - ObservationPeriodEndDateIsNil bool `json:"observationPeriodEndDateIsNil,omitempty"` - ObservationPeriodEndDateNotNil bool `json:"observationPeriodEndDateNotNil,omitempty"` + ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` + ObservationPeriodEndDateGT *time.Time `json:"observationPeriodEndDateGT,omitempty"` + ObservationPeriodEndDateGTE *time.Time `json:"observationPeriodEndDateGTE,omitempty"` + ObservationPeriodEndDateLT *time.Time `json:"observationPeriodEndDateLT,omitempty"` + ObservationPeriodEndDateLTE *time.Time `json:"observationPeriodEndDateLTE,omitempty"` + ObservationPeriodEndDateIsNil bool `json:"observationPeriodEndDateIsNil,omitempty"` + ObservationPeriodEndDateNotNil bool `json:"observationPeriodEndDateNotNil,omitempty"` // "fieldwork_start_date" field predicates. - FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` - FieldworkStartDateNEQ *time.Time `json:"fieldworkStartDateNEQ,omitempty"` - FieldworkStartDateIn []time.Time `json:"fieldworkStartDateIn,omitempty"` - FieldworkStartDateNotIn []time.Time `json:"fieldworkStartDateNotIn,omitempty"` - FieldworkStartDateGT *time.Time `json:"fieldworkStartDateGT,omitempty"` - FieldworkStartDateGTE *time.Time `json:"fieldworkStartDateGTE,omitempty"` - FieldworkStartDateLT *time.Time `json:"fieldworkStartDateLT,omitempty"` - FieldworkStartDateLTE *time.Time `json:"fieldworkStartDateLTE,omitempty"` - FieldworkStartDateIsNil bool `json:"fieldworkStartDateIsNil,omitempty"` - FieldworkStartDateNotNil bool `json:"fieldworkStartDateNotNil,omitempty"` + FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` + FieldworkStartDateGT *time.Time `json:"fieldworkStartDateGT,omitempty"` + FieldworkStartDateGTE *time.Time `json:"fieldworkStartDateGTE,omitempty"` + FieldworkStartDateLT *time.Time `json:"fieldworkStartDateLT,omitempty"` + FieldworkStartDateLTE *time.Time `json:"fieldworkStartDateLTE,omitempty"` + FieldworkStartDateIsNil bool `json:"fieldworkStartDateIsNil,omitempty"` + FieldworkStartDateNotNil bool `json:"fieldworkStartDateNotNil,omitempty"` // "fieldwork_end_date" field predicates. - FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` - FieldworkEndDateNEQ *time.Time `json:"fieldworkEndDateNEQ,omitempty"` - FieldworkEndDateIn []time.Time `json:"fieldworkEndDateIn,omitempty"` - FieldworkEndDateNotIn []time.Time `json:"fieldworkEndDateNotIn,omitempty"` - FieldworkEndDateGT *time.Time `json:"fieldworkEndDateGT,omitempty"` - FieldworkEndDateGTE *time.Time `json:"fieldworkEndDateGTE,omitempty"` - FieldworkEndDateLT *time.Time `json:"fieldworkEndDateLT,omitempty"` - FieldworkEndDateLTE *time.Time `json:"fieldworkEndDateLTE,omitempty"` - FieldworkEndDateIsNil bool `json:"fieldworkEndDateIsNil,omitempty"` - FieldworkEndDateNotNil bool `json:"fieldworkEndDateNotNil,omitempty"` + FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` + FieldworkEndDateGT *time.Time `json:"fieldworkEndDateGT,omitempty"` + FieldworkEndDateGTE *time.Time `json:"fieldworkEndDateGTE,omitempty"` + FieldworkEndDateLT *time.Time `json:"fieldworkEndDateLT,omitempty"` + FieldworkEndDateLTE *time.Time `json:"fieldworkEndDateLTE,omitempty"` + FieldworkEndDateIsNil bool `json:"fieldworkEndDateIsNil,omitempty"` + FieldworkEndDateNotNil bool `json:"fieldworkEndDateNotNil,omitempty"` // "auditor_ready" field predicates. AuditorReady *bool `json:"auditorReady,omitempty"` @@ -87742,10 +71578,6 @@ type ProgramWhereInput struct { AuditFirmNEQ *string `json:"auditFirmNEQ,omitempty"` AuditFirmIn []string `json:"auditFirmIn,omitempty"` AuditFirmNotIn []string `json:"auditFirmNotIn,omitempty"` - AuditFirmGT *string `json:"auditFirmGT,omitempty"` - AuditFirmGTE *string `json:"auditFirmGTE,omitempty"` - AuditFirmLT *string `json:"auditFirmLT,omitempty"` - AuditFirmLTE *string `json:"auditFirmLTE,omitempty"` AuditFirmContains *string `json:"auditFirmContains,omitempty"` AuditFirmHasPrefix *string `json:"auditFirmHasPrefix,omitempty"` AuditFirmHasSuffix *string `json:"auditFirmHasSuffix,omitempty"` @@ -87759,10 +71591,6 @@ type ProgramWhereInput struct { AuditorNEQ *string `json:"auditorNEQ,omitempty"` AuditorIn []string `json:"auditorIn,omitempty"` AuditorNotIn []string `json:"auditorNotIn,omitempty"` - AuditorGT *string `json:"auditorGT,omitempty"` - AuditorGTE *string `json:"auditorGTE,omitempty"` - AuditorLT *string `json:"auditorLT,omitempty"` - AuditorLTE *string `json:"auditorLTE,omitempty"` AuditorContains *string `json:"auditorContains,omitempty"` AuditorHasPrefix *string `json:"auditorHasPrefix,omitempty"` AuditorHasSuffix *string `json:"auditorHasSuffix,omitempty"` @@ -87776,10 +71604,6 @@ type ProgramWhereInput struct { AuditorEmailNEQ *string `json:"auditorEmailNEQ,omitempty"` AuditorEmailIn []string `json:"auditorEmailIn,omitempty"` AuditorEmailNotIn []string `json:"auditorEmailNotIn,omitempty"` - AuditorEmailGT *string `json:"auditorEmailGT,omitempty"` - AuditorEmailGTE *string `json:"auditorEmailGTE,omitempty"` - AuditorEmailLT *string `json:"auditorEmailLT,omitempty"` - AuditorEmailLTE *string `json:"auditorEmailLTE,omitempty"` AuditorEmailContains *string `json:"auditorEmailContains,omitempty"` AuditorEmailHasPrefix *string `json:"auditorEmailHasPrefix,omitempty"` AuditorEmailHasSuffix *string `json:"auditorEmailHasSuffix,omitempty"` @@ -87793,10 +71617,6 @@ type ProgramWhereInput struct { ProgramOwnerIDNEQ *string `json:"programOwnerIDNEQ,omitempty"` ProgramOwnerIDIn []string `json:"programOwnerIDIn,omitempty"` ProgramOwnerIDNotIn []string `json:"programOwnerIDNotIn,omitempty"` - ProgramOwnerIDGT *string `json:"programOwnerIDGT,omitempty"` - ProgramOwnerIDGTE *string `json:"programOwnerIDGTE,omitempty"` - ProgramOwnerIDLT *string `json:"programOwnerIDLT,omitempty"` - ProgramOwnerIDLTE *string `json:"programOwnerIDLTE,omitempty"` ProgramOwnerIDContains *string `json:"programOwnerIDContains,omitempty"` ProgramOwnerIDHasPrefix *string `json:"programOwnerIDHasPrefix,omitempty"` ProgramOwnerIDHasSuffix *string `json:"programOwnerIDHasSuffix,omitempty"` @@ -87992,18 +71812,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, program.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, program.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, program.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, program.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, program.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, program.IDEqualFold(*i.IDEqualFold)) } @@ -88013,15 +71821,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.CreatedAt != nil { predicates = append(predicates, program.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, program.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, program.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, program.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, program.CreatedAtGT(*i.CreatedAtGT)) } @@ -88043,15 +71842,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.UpdatedAt != nil { predicates = append(predicates, program.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, program.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, program.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, program.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, program.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -88082,18 +71872,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, program.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, program.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, program.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, program.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, program.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, program.CreatedByContains(*i.CreatedByContains)) } @@ -88127,18 +71905,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, program.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, program.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, program.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, program.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, program.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, program.UpdatedByContains(*i.UpdatedByContains)) } @@ -88172,18 +71938,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, program.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, program.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, program.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, program.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, program.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, program.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -88217,18 +71971,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, program.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, program.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, program.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, program.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, program.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, program.DisplayIDContains(*i.DisplayIDContains)) } @@ -88256,18 +71998,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, program.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, program.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, program.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, program.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, program.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, program.OwnerIDContains(*i.OwnerIDContains)) } @@ -88301,18 +72031,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.ProgramKindNameNotIn) > 0 { predicates = append(predicates, program.ProgramKindNameNotIn(i.ProgramKindNameNotIn...)) } - if i.ProgramKindNameGT != nil { - predicates = append(predicates, program.ProgramKindNameGT(*i.ProgramKindNameGT)) - } - if i.ProgramKindNameGTE != nil { - predicates = append(predicates, program.ProgramKindNameGTE(*i.ProgramKindNameGTE)) - } - if i.ProgramKindNameLT != nil { - predicates = append(predicates, program.ProgramKindNameLT(*i.ProgramKindNameLT)) - } - if i.ProgramKindNameLTE != nil { - predicates = append(predicates, program.ProgramKindNameLTE(*i.ProgramKindNameLTE)) - } if i.ProgramKindNameContains != nil { predicates = append(predicates, program.ProgramKindNameContains(*i.ProgramKindNameContains)) } @@ -88346,18 +72064,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.ProgramKindIDNotIn) > 0 { predicates = append(predicates, program.ProgramKindIDNotIn(i.ProgramKindIDNotIn...)) } - if i.ProgramKindIDGT != nil { - predicates = append(predicates, program.ProgramKindIDGT(*i.ProgramKindIDGT)) - } - if i.ProgramKindIDGTE != nil { - predicates = append(predicates, program.ProgramKindIDGTE(*i.ProgramKindIDGTE)) - } - if i.ProgramKindIDLT != nil { - predicates = append(predicates, program.ProgramKindIDLT(*i.ProgramKindIDLT)) - } - if i.ProgramKindIDLTE != nil { - predicates = append(predicates, program.ProgramKindIDLTE(*i.ProgramKindIDLTE)) - } if i.ProgramKindIDContains != nil { predicates = append(predicates, program.ProgramKindIDContains(*i.ProgramKindIDContains)) } @@ -88391,18 +72097,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, program.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, program.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, program.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, program.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, program.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, program.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -88436,18 +72130,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, program.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, program.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, program.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, program.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, program.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, program.NameContains(*i.NameContains)) } @@ -88475,18 +72157,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, program.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, program.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, program.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, program.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, program.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, program.DescriptionContains(*i.DescriptionContains)) } @@ -88532,18 +72202,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.FrameworkNameNotIn) > 0 { predicates = append(predicates, program.FrameworkNameNotIn(i.FrameworkNameNotIn...)) } - if i.FrameworkNameGT != nil { - predicates = append(predicates, program.FrameworkNameGT(*i.FrameworkNameGT)) - } - if i.FrameworkNameGTE != nil { - predicates = append(predicates, program.FrameworkNameGTE(*i.FrameworkNameGTE)) - } - if i.FrameworkNameLT != nil { - predicates = append(predicates, program.FrameworkNameLT(*i.FrameworkNameLT)) - } - if i.FrameworkNameLTE != nil { - predicates = append(predicates, program.FrameworkNameLTE(*i.FrameworkNameLTE)) - } if i.FrameworkNameContains != nil { predicates = append(predicates, program.FrameworkNameContains(*i.FrameworkNameContains)) } @@ -88568,15 +72226,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.StartDate != nil { predicates = append(predicates, program.StartDateEQ(*i.StartDate)) } - if i.StartDateNEQ != nil { - predicates = append(predicates, program.StartDateNEQ(*i.StartDateNEQ)) - } - if len(i.StartDateIn) > 0 { - predicates = append(predicates, program.StartDateIn(i.StartDateIn...)) - } - if len(i.StartDateNotIn) > 0 { - predicates = append(predicates, program.StartDateNotIn(i.StartDateNotIn...)) - } if i.StartDateGT != nil { predicates = append(predicates, program.StartDateGT(*i.StartDateGT)) } @@ -88598,15 +72247,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.EndDate != nil { predicates = append(predicates, program.EndDateEQ(*i.EndDate)) } - if i.EndDateNEQ != nil { - predicates = append(predicates, program.EndDateNEQ(*i.EndDateNEQ)) - } - if len(i.EndDateIn) > 0 { - predicates = append(predicates, program.EndDateIn(i.EndDateIn...)) - } - if len(i.EndDateNotIn) > 0 { - predicates = append(predicates, program.EndDateNotIn(i.EndDateNotIn...)) - } if i.EndDateGT != nil { predicates = append(predicates, program.EndDateGT(*i.EndDateGT)) } @@ -88628,15 +72268,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.ObservationPeriodStartDate != nil { predicates = append(predicates, program.ObservationPeriodStartDateEQ(*i.ObservationPeriodStartDate)) } - if i.ObservationPeriodStartDateNEQ != nil { - predicates = append(predicates, program.ObservationPeriodStartDateNEQ(*i.ObservationPeriodStartDateNEQ)) - } - if len(i.ObservationPeriodStartDateIn) > 0 { - predicates = append(predicates, program.ObservationPeriodStartDateIn(i.ObservationPeriodStartDateIn...)) - } - if len(i.ObservationPeriodStartDateNotIn) > 0 { - predicates = append(predicates, program.ObservationPeriodStartDateNotIn(i.ObservationPeriodStartDateNotIn...)) - } if i.ObservationPeriodStartDateGT != nil { predicates = append(predicates, program.ObservationPeriodStartDateGT(*i.ObservationPeriodStartDateGT)) } @@ -88658,15 +72289,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.ObservationPeriodEndDate != nil { predicates = append(predicates, program.ObservationPeriodEndDateEQ(*i.ObservationPeriodEndDate)) } - if i.ObservationPeriodEndDateNEQ != nil { - predicates = append(predicates, program.ObservationPeriodEndDateNEQ(*i.ObservationPeriodEndDateNEQ)) - } - if len(i.ObservationPeriodEndDateIn) > 0 { - predicates = append(predicates, program.ObservationPeriodEndDateIn(i.ObservationPeriodEndDateIn...)) - } - if len(i.ObservationPeriodEndDateNotIn) > 0 { - predicates = append(predicates, program.ObservationPeriodEndDateNotIn(i.ObservationPeriodEndDateNotIn...)) - } if i.ObservationPeriodEndDateGT != nil { predicates = append(predicates, program.ObservationPeriodEndDateGT(*i.ObservationPeriodEndDateGT)) } @@ -88688,15 +72310,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.FieldworkStartDate != nil { predicates = append(predicates, program.FieldworkStartDateEQ(*i.FieldworkStartDate)) } - if i.FieldworkStartDateNEQ != nil { - predicates = append(predicates, program.FieldworkStartDateNEQ(*i.FieldworkStartDateNEQ)) - } - if len(i.FieldworkStartDateIn) > 0 { - predicates = append(predicates, program.FieldworkStartDateIn(i.FieldworkStartDateIn...)) - } - if len(i.FieldworkStartDateNotIn) > 0 { - predicates = append(predicates, program.FieldworkStartDateNotIn(i.FieldworkStartDateNotIn...)) - } if i.FieldworkStartDateGT != nil { predicates = append(predicates, program.FieldworkStartDateGT(*i.FieldworkStartDateGT)) } @@ -88718,15 +72331,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if i.FieldworkEndDate != nil { predicates = append(predicates, program.FieldworkEndDateEQ(*i.FieldworkEndDate)) } - if i.FieldworkEndDateNEQ != nil { - predicates = append(predicates, program.FieldworkEndDateNEQ(*i.FieldworkEndDateNEQ)) - } - if len(i.FieldworkEndDateIn) > 0 { - predicates = append(predicates, program.FieldworkEndDateIn(i.FieldworkEndDateIn...)) - } - if len(i.FieldworkEndDateNotIn) > 0 { - predicates = append(predicates, program.FieldworkEndDateNotIn(i.FieldworkEndDateNotIn...)) - } if i.FieldworkEndDateGT != nil { predicates = append(predicates, program.FieldworkEndDateGT(*i.FieldworkEndDateGT)) } @@ -88775,18 +72379,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.AuditFirmNotIn) > 0 { predicates = append(predicates, program.AuditFirmNotIn(i.AuditFirmNotIn...)) } - if i.AuditFirmGT != nil { - predicates = append(predicates, program.AuditFirmGT(*i.AuditFirmGT)) - } - if i.AuditFirmGTE != nil { - predicates = append(predicates, program.AuditFirmGTE(*i.AuditFirmGTE)) - } - if i.AuditFirmLT != nil { - predicates = append(predicates, program.AuditFirmLT(*i.AuditFirmLT)) - } - if i.AuditFirmLTE != nil { - predicates = append(predicates, program.AuditFirmLTE(*i.AuditFirmLTE)) - } if i.AuditFirmContains != nil { predicates = append(predicates, program.AuditFirmContains(*i.AuditFirmContains)) } @@ -88820,18 +72412,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.AuditorNotIn) > 0 { predicates = append(predicates, program.AuditorNotIn(i.AuditorNotIn...)) } - if i.AuditorGT != nil { - predicates = append(predicates, program.AuditorGT(*i.AuditorGT)) - } - if i.AuditorGTE != nil { - predicates = append(predicates, program.AuditorGTE(*i.AuditorGTE)) - } - if i.AuditorLT != nil { - predicates = append(predicates, program.AuditorLT(*i.AuditorLT)) - } - if i.AuditorLTE != nil { - predicates = append(predicates, program.AuditorLTE(*i.AuditorLTE)) - } if i.AuditorContains != nil { predicates = append(predicates, program.AuditorContains(*i.AuditorContains)) } @@ -88865,18 +72445,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.AuditorEmailNotIn) > 0 { predicates = append(predicates, program.AuditorEmailNotIn(i.AuditorEmailNotIn...)) } - if i.AuditorEmailGT != nil { - predicates = append(predicates, program.AuditorEmailGT(*i.AuditorEmailGT)) - } - if i.AuditorEmailGTE != nil { - predicates = append(predicates, program.AuditorEmailGTE(*i.AuditorEmailGTE)) - } - if i.AuditorEmailLT != nil { - predicates = append(predicates, program.AuditorEmailLT(*i.AuditorEmailLT)) - } - if i.AuditorEmailLTE != nil { - predicates = append(predicates, program.AuditorEmailLTE(*i.AuditorEmailLTE)) - } if i.AuditorEmailContains != nil { predicates = append(predicates, program.AuditorEmailContains(*i.AuditorEmailContains)) } @@ -88910,18 +72478,6 @@ func (i *ProgramWhereInput) P() (predicate.Program, error) { if len(i.ProgramOwnerIDNotIn) > 0 { predicates = append(predicates, program.ProgramOwnerIDNotIn(i.ProgramOwnerIDNotIn...)) } - if i.ProgramOwnerIDGT != nil { - predicates = append(predicates, program.ProgramOwnerIDGT(*i.ProgramOwnerIDGT)) - } - if i.ProgramOwnerIDGTE != nil { - predicates = append(predicates, program.ProgramOwnerIDGTE(*i.ProgramOwnerIDGTE)) - } - if i.ProgramOwnerIDLT != nil { - predicates = append(predicates, program.ProgramOwnerIDLT(*i.ProgramOwnerIDLT)) - } - if i.ProgramOwnerIDLTE != nil { - predicates = append(predicates, program.ProgramOwnerIDLTE(*i.ProgramOwnerIDLTE)) - } if i.ProgramOwnerIDContains != nil { predicates = append(predicates, program.ProgramOwnerIDContains(*i.ProgramOwnerIDContains)) } @@ -89447,46 +73003,32 @@ type ProgramMembershipWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -89500,10 +73042,6 @@ type ProgramMembershipWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -89517,10 +73055,6 @@ type ProgramMembershipWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -89540,10 +73074,6 @@ type ProgramMembershipWhereInput struct { ProgramIDNEQ *string `json:"programIDNEQ,omitempty"` ProgramIDIn []string `json:"programIDIn,omitempty"` ProgramIDNotIn []string `json:"programIDNotIn,omitempty"` - ProgramIDGT *string `json:"programIDGT,omitempty"` - ProgramIDGTE *string `json:"programIDGTE,omitempty"` - ProgramIDLT *string `json:"programIDLT,omitempty"` - ProgramIDLTE *string `json:"programIDLTE,omitempty"` ProgramIDContains *string `json:"programIDContains,omitempty"` ProgramIDHasPrefix *string `json:"programIDHasPrefix,omitempty"` ProgramIDHasSuffix *string `json:"programIDHasSuffix,omitempty"` @@ -89555,10 +73085,6 @@ type ProgramMembershipWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -89657,18 +73183,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, programmembership.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, programmembership.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, programmembership.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, programmembership.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, programmembership.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, programmembership.IDEqualFold(*i.IDEqualFold)) } @@ -89678,15 +73192,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if i.CreatedAt != nil { predicates = append(predicates, programmembership.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, programmembership.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, programmembership.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, programmembership.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, programmembership.CreatedAtGT(*i.CreatedAtGT)) } @@ -89708,15 +73213,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if i.UpdatedAt != nil { predicates = append(predicates, programmembership.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, programmembership.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, programmembership.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, programmembership.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, programmembership.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -89747,18 +73243,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, programmembership.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, programmembership.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, programmembership.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, programmembership.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, programmembership.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, programmembership.CreatedByContains(*i.CreatedByContains)) } @@ -89792,18 +73276,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, programmembership.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, programmembership.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, programmembership.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, programmembership.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, programmembership.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, programmembership.UpdatedByContains(*i.UpdatedByContains)) } @@ -89837,18 +73309,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, programmembership.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, programmembership.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, programmembership.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, programmembership.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, programmembership.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, programmembership.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -89894,18 +73354,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.ProgramIDNotIn) > 0 { predicates = append(predicates, programmembership.ProgramIDNotIn(i.ProgramIDNotIn...)) } - if i.ProgramIDGT != nil { - predicates = append(predicates, programmembership.ProgramIDGT(*i.ProgramIDGT)) - } - if i.ProgramIDGTE != nil { - predicates = append(predicates, programmembership.ProgramIDGTE(*i.ProgramIDGTE)) - } - if i.ProgramIDLT != nil { - predicates = append(predicates, programmembership.ProgramIDLT(*i.ProgramIDLT)) - } - if i.ProgramIDLTE != nil { - predicates = append(predicates, programmembership.ProgramIDLTE(*i.ProgramIDLTE)) - } if i.ProgramIDContains != nil { predicates = append(predicates, programmembership.ProgramIDContains(*i.ProgramIDContains)) } @@ -89933,18 +73381,6 @@ func (i *ProgramMembershipWhereInput) P() (predicate.ProgramMembership, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, programmembership.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, programmembership.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, programmembership.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, programmembership.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, programmembership.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, programmembership.UserIDContains(*i.UserIDContains)) } @@ -90021,46 +73457,32 @@ type RemediationWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -90074,10 +73496,6 @@ type RemediationWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -90091,10 +73509,6 @@ type RemediationWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -90108,10 +73522,6 @@ type RemediationWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -90123,10 +73533,6 @@ type RemediationWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -90146,10 +73552,6 @@ type RemediationWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -90163,10 +73565,6 @@ type RemediationWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -90180,10 +73578,6 @@ type RemediationWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -90197,10 +73591,6 @@ type RemediationWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -90214,10 +73604,6 @@ type RemediationWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -90231,10 +73617,6 @@ type RemediationWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -90254,10 +73636,6 @@ type RemediationWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -90271,10 +73649,6 @@ type RemediationWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -90288,10 +73662,6 @@ type RemediationWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -90313,10 +73683,6 @@ type RemediationWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -90330,10 +73696,6 @@ type RemediationWhereInput struct { IntentNEQ *string `json:"intentNEQ,omitempty"` IntentIn []string `json:"intentIn,omitempty"` IntentNotIn []string `json:"intentNotIn,omitempty"` - IntentGT *string `json:"intentGT,omitempty"` - IntentGTE *string `json:"intentGTE,omitempty"` - IntentLT *string `json:"intentLT,omitempty"` - IntentLTE *string `json:"intentLTE,omitempty"` IntentContains *string `json:"intentContains,omitempty"` IntentHasPrefix *string `json:"intentHasPrefix,omitempty"` IntentHasSuffix *string `json:"intentHasSuffix,omitempty"` @@ -90347,10 +73709,6 @@ type RemediationWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -90364,10 +73722,6 @@ type RemediationWhereInput struct { ExplanationNEQ *string `json:"explanationNEQ,omitempty"` ExplanationIn []string `json:"explanationIn,omitempty"` ExplanationNotIn []string `json:"explanationNotIn,omitempty"` - ExplanationGT *string `json:"explanationGT,omitempty"` - ExplanationGTE *string `json:"explanationGTE,omitempty"` - ExplanationLT *string `json:"explanationLT,omitempty"` - ExplanationLTE *string `json:"explanationLTE,omitempty"` ExplanationContains *string `json:"explanationContains,omitempty"` ExplanationHasPrefix *string `json:"explanationHasPrefix,omitempty"` ExplanationHasSuffix *string `json:"explanationHasSuffix,omitempty"` @@ -90381,10 +73735,6 @@ type RemediationWhereInput struct { InstructionsNEQ *string `json:"instructionsNEQ,omitempty"` InstructionsIn []string `json:"instructionsIn,omitempty"` InstructionsNotIn []string `json:"instructionsNotIn,omitempty"` - InstructionsGT *string `json:"instructionsGT,omitempty"` - InstructionsGTE *string `json:"instructionsGTE,omitempty"` - InstructionsLT *string `json:"instructionsLT,omitempty"` - InstructionsLTE *string `json:"instructionsLTE,omitempty"` InstructionsContains *string `json:"instructionsContains,omitempty"` InstructionsHasPrefix *string `json:"instructionsHasPrefix,omitempty"` InstructionsHasSuffix *string `json:"instructionsHasSuffix,omitempty"` @@ -90398,10 +73748,6 @@ type RemediationWhereInput struct { OwnerReferenceNEQ *string `json:"ownerReferenceNEQ,omitempty"` OwnerReferenceIn []string `json:"ownerReferenceIn,omitempty"` OwnerReferenceNotIn []string `json:"ownerReferenceNotIn,omitempty"` - OwnerReferenceGT *string `json:"ownerReferenceGT,omitempty"` - OwnerReferenceGTE *string `json:"ownerReferenceGTE,omitempty"` - OwnerReferenceLT *string `json:"ownerReferenceLT,omitempty"` - OwnerReferenceLTE *string `json:"ownerReferenceLTE,omitempty"` OwnerReferenceContains *string `json:"ownerReferenceContains,omitempty"` OwnerReferenceHasPrefix *string `json:"ownerReferenceHasPrefix,omitempty"` OwnerReferenceHasSuffix *string `json:"ownerReferenceHasSuffix,omitempty"` @@ -90415,10 +73761,6 @@ type RemediationWhereInput struct { RepositoryURINEQ *string `json:"repositoryURINEQ,omitempty"` RepositoryURIIn []string `json:"repositoryURIIn,omitempty"` RepositoryURINotIn []string `json:"repositoryURINotIn,omitempty"` - RepositoryURIGT *string `json:"repositoryURIGT,omitempty"` - RepositoryURIGTE *string `json:"repositoryURIGTE,omitempty"` - RepositoryURILT *string `json:"repositoryURILT,omitempty"` - RepositoryURILTE *string `json:"repositoryURILTE,omitempty"` RepositoryURIContains *string `json:"repositoryURIContains,omitempty"` RepositoryURIHasPrefix *string `json:"repositoryURIHasPrefix,omitempty"` RepositoryURIHasSuffix *string `json:"repositoryURIHasSuffix,omitempty"` @@ -90432,10 +73774,6 @@ type RemediationWhereInput struct { PullRequestURINEQ *string `json:"pullRequestURINEQ,omitempty"` PullRequestURIIn []string `json:"pullRequestURIIn,omitempty"` PullRequestURINotIn []string `json:"pullRequestURINotIn,omitempty"` - PullRequestURIGT *string `json:"pullRequestURIGT,omitempty"` - PullRequestURIGTE *string `json:"pullRequestURIGTE,omitempty"` - PullRequestURILT *string `json:"pullRequestURILT,omitempty"` - PullRequestURILTE *string `json:"pullRequestURILTE,omitempty"` PullRequestURIContains *string `json:"pullRequestURIContains,omitempty"` PullRequestURIHasPrefix *string `json:"pullRequestURIHasPrefix,omitempty"` PullRequestURIHasSuffix *string `json:"pullRequestURIHasSuffix,omitempty"` @@ -90449,10 +73787,6 @@ type RemediationWhereInput struct { TicketReferenceNEQ *string `json:"ticketReferenceNEQ,omitempty"` TicketReferenceIn []string `json:"ticketReferenceIn,omitempty"` TicketReferenceNotIn []string `json:"ticketReferenceNotIn,omitempty"` - TicketReferenceGT *string `json:"ticketReferenceGT,omitempty"` - TicketReferenceGTE *string `json:"ticketReferenceGTE,omitempty"` - TicketReferenceLT *string `json:"ticketReferenceLT,omitempty"` - TicketReferenceLTE *string `json:"ticketReferenceLTE,omitempty"` TicketReferenceContains *string `json:"ticketReferenceContains,omitempty"` TicketReferenceHasPrefix *string `json:"ticketReferenceHasPrefix,omitempty"` TicketReferenceHasSuffix *string `json:"ticketReferenceHasSuffix,omitempty"` @@ -90462,50 +73796,37 @@ type RemediationWhereInput struct { TicketReferenceContainsFold *string `json:"ticketReferenceContainsFold,omitempty"` // "due_at" field predicates. - DueAt *models.DateTime `json:"dueAt,omitempty"` - DueAtNEQ *models.DateTime `json:"dueAtNEQ,omitempty"` - DueAtIn []models.DateTime `json:"dueAtIn,omitempty"` - DueAtNotIn []models.DateTime `json:"dueAtNotIn,omitempty"` - DueAtGT *models.DateTime `json:"dueAtGT,omitempty"` - DueAtGTE *models.DateTime `json:"dueAtGTE,omitempty"` - DueAtLT *models.DateTime `json:"dueAtLT,omitempty"` - DueAtLTE *models.DateTime `json:"dueAtLTE,omitempty"` - DueAtIsNil bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil bool `json:"dueAtNotNil,omitempty"` + DueAt *models.DateTime `json:"dueAt,omitempty"` + DueAtGT *models.DateTime `json:"dueAtGT,omitempty"` + DueAtGTE *models.DateTime `json:"dueAtGTE,omitempty"` + DueAtLT *models.DateTime `json:"dueAtLT,omitempty"` + DueAtLTE *models.DateTime `json:"dueAtLTE,omitempty"` + DueAtIsNil bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil bool `json:"dueAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "pr_generated_at" field predicates. - PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` - PrGeneratedAtNEQ *models.DateTime `json:"prGeneratedAtNEQ,omitempty"` - PrGeneratedAtIn []models.DateTime `json:"prGeneratedAtIn,omitempty"` - PrGeneratedAtNotIn []models.DateTime `json:"prGeneratedAtNotIn,omitempty"` - PrGeneratedAtGT *models.DateTime `json:"prGeneratedAtGT,omitempty"` - PrGeneratedAtGTE *models.DateTime `json:"prGeneratedAtGTE,omitempty"` - PrGeneratedAtLT *models.DateTime `json:"prGeneratedAtLT,omitempty"` - PrGeneratedAtLTE *models.DateTime `json:"prGeneratedAtLTE,omitempty"` - PrGeneratedAtIsNil bool `json:"prGeneratedAtIsNil,omitempty"` - PrGeneratedAtNotNil bool `json:"prGeneratedAtNotNil,omitempty"` + PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` + PrGeneratedAtGT *models.DateTime `json:"prGeneratedAtGT,omitempty"` + PrGeneratedAtGTE *models.DateTime `json:"prGeneratedAtGTE,omitempty"` + PrGeneratedAtLT *models.DateTime `json:"prGeneratedAtLT,omitempty"` + PrGeneratedAtLTE *models.DateTime `json:"prGeneratedAtLTE,omitempty"` + PrGeneratedAtIsNil bool `json:"prGeneratedAtIsNil,omitempty"` + PrGeneratedAtNotNil bool `json:"prGeneratedAtNotNil,omitempty"` // "error" field predicates. Error *string `json:"error,omitempty"` ErrorNEQ *string `json:"errorNEQ,omitempty"` ErrorIn []string `json:"errorIn,omitempty"` ErrorNotIn []string `json:"errorNotIn,omitempty"` - ErrorGT *string `json:"errorGT,omitempty"` - ErrorGTE *string `json:"errorGTE,omitempty"` - ErrorLT *string `json:"errorLT,omitempty"` - ErrorLTE *string `json:"errorLTE,omitempty"` ErrorContains *string `json:"errorContains,omitempty"` ErrorHasPrefix *string `json:"errorHasPrefix,omitempty"` ErrorHasSuffix *string `json:"errorHasSuffix,omitempty"` @@ -90519,10 +73840,6 @@ type RemediationWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -90536,10 +73853,6 @@ type RemediationWhereInput struct { ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -90719,18 +74032,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, remediation.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, remediation.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, remediation.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, remediation.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, remediation.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, remediation.IDEqualFold(*i.IDEqualFold)) } @@ -90740,15 +74041,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if i.CreatedAt != nil { predicates = append(predicates, remediation.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, remediation.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, remediation.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, remediation.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, remediation.CreatedAtGT(*i.CreatedAtGT)) } @@ -90770,15 +74062,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if i.UpdatedAt != nil { predicates = append(predicates, remediation.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, remediation.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, remediation.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, remediation.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, remediation.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -90809,18 +74092,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, remediation.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, remediation.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, remediation.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, remediation.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, remediation.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, remediation.CreatedByContains(*i.CreatedByContains)) } @@ -90854,18 +74125,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, remediation.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, remediation.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, remediation.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, remediation.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, remediation.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, remediation.UpdatedByContains(*i.UpdatedByContains)) } @@ -90899,18 +74158,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, remediation.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, remediation.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, remediation.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, remediation.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, remediation.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, remediation.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -90944,18 +74191,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, remediation.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, remediation.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, remediation.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, remediation.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, remediation.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, remediation.DisplayIDContains(*i.DisplayIDContains)) } @@ -90983,18 +74218,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, remediation.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, remediation.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, remediation.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, remediation.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, remediation.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, remediation.OwnerIDContains(*i.OwnerIDContains)) } @@ -91040,18 +74263,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, remediation.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, remediation.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, remediation.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, remediation.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, remediation.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, remediation.InternalNotesContains(*i.InternalNotesContains)) } @@ -91085,18 +74296,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, remediation.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, remediation.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, remediation.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, remediation.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, remediation.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, remediation.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -91130,18 +74329,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, remediation.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, remediation.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, remediation.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, remediation.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, remediation.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, remediation.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -91175,18 +74362,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, remediation.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, remediation.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, remediation.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, remediation.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, remediation.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, remediation.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -91220,18 +74395,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, remediation.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, remediation.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, remediation.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, remediation.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, remediation.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, remediation.ScopeNameContains(*i.ScopeNameContains)) } @@ -91265,18 +74428,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, remediation.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, remediation.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, remediation.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, remediation.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, remediation.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, remediation.ScopeIDContains(*i.ScopeIDContains)) } @@ -91322,18 +74473,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, remediation.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, remediation.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, remediation.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, remediation.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, remediation.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, remediation.ExternalIDContains(*i.ExternalIDContains)) } @@ -91367,18 +74506,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, remediation.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, remediation.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, remediation.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, remediation.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, remediation.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, remediation.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -91412,18 +74539,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, remediation.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, remediation.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, remediation.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, remediation.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, remediation.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, remediation.TitleContains(*i.TitleContains)) } @@ -91475,18 +74590,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.StateNotIn) > 0 { predicates = append(predicates, remediation.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, remediation.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, remediation.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, remediation.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, remediation.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, remediation.StateContains(*i.StateContains)) } @@ -91520,18 +74623,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.IntentNotIn) > 0 { predicates = append(predicates, remediation.IntentNotIn(i.IntentNotIn...)) } - if i.IntentGT != nil { - predicates = append(predicates, remediation.IntentGT(*i.IntentGT)) - } - if i.IntentGTE != nil { - predicates = append(predicates, remediation.IntentGTE(*i.IntentGTE)) - } - if i.IntentLT != nil { - predicates = append(predicates, remediation.IntentLT(*i.IntentLT)) - } - if i.IntentLTE != nil { - predicates = append(predicates, remediation.IntentLTE(*i.IntentLTE)) - } if i.IntentContains != nil { predicates = append(predicates, remediation.IntentContains(*i.IntentContains)) } @@ -91565,18 +74656,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.SummaryNotIn) > 0 { predicates = append(predicates, remediation.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, remediation.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, remediation.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, remediation.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, remediation.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, remediation.SummaryContains(*i.SummaryContains)) } @@ -91610,18 +74689,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ExplanationNotIn) > 0 { predicates = append(predicates, remediation.ExplanationNotIn(i.ExplanationNotIn...)) } - if i.ExplanationGT != nil { - predicates = append(predicates, remediation.ExplanationGT(*i.ExplanationGT)) - } - if i.ExplanationGTE != nil { - predicates = append(predicates, remediation.ExplanationGTE(*i.ExplanationGTE)) - } - if i.ExplanationLT != nil { - predicates = append(predicates, remediation.ExplanationLT(*i.ExplanationLT)) - } - if i.ExplanationLTE != nil { - predicates = append(predicates, remediation.ExplanationLTE(*i.ExplanationLTE)) - } if i.ExplanationContains != nil { predicates = append(predicates, remediation.ExplanationContains(*i.ExplanationContains)) } @@ -91655,18 +74722,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.InstructionsNotIn) > 0 { predicates = append(predicates, remediation.InstructionsNotIn(i.InstructionsNotIn...)) } - if i.InstructionsGT != nil { - predicates = append(predicates, remediation.InstructionsGT(*i.InstructionsGT)) - } - if i.InstructionsGTE != nil { - predicates = append(predicates, remediation.InstructionsGTE(*i.InstructionsGTE)) - } - if i.InstructionsLT != nil { - predicates = append(predicates, remediation.InstructionsLT(*i.InstructionsLT)) - } - if i.InstructionsLTE != nil { - predicates = append(predicates, remediation.InstructionsLTE(*i.InstructionsLTE)) - } if i.InstructionsContains != nil { predicates = append(predicates, remediation.InstructionsContains(*i.InstructionsContains)) } @@ -91700,18 +74755,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.OwnerReferenceNotIn) > 0 { predicates = append(predicates, remediation.OwnerReferenceNotIn(i.OwnerReferenceNotIn...)) } - if i.OwnerReferenceGT != nil { - predicates = append(predicates, remediation.OwnerReferenceGT(*i.OwnerReferenceGT)) - } - if i.OwnerReferenceGTE != nil { - predicates = append(predicates, remediation.OwnerReferenceGTE(*i.OwnerReferenceGTE)) - } - if i.OwnerReferenceLT != nil { - predicates = append(predicates, remediation.OwnerReferenceLT(*i.OwnerReferenceLT)) - } - if i.OwnerReferenceLTE != nil { - predicates = append(predicates, remediation.OwnerReferenceLTE(*i.OwnerReferenceLTE)) - } if i.OwnerReferenceContains != nil { predicates = append(predicates, remediation.OwnerReferenceContains(*i.OwnerReferenceContains)) } @@ -91745,18 +74788,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.RepositoryURINotIn) > 0 { predicates = append(predicates, remediation.RepositoryURINotIn(i.RepositoryURINotIn...)) } - if i.RepositoryURIGT != nil { - predicates = append(predicates, remediation.RepositoryURIGT(*i.RepositoryURIGT)) - } - if i.RepositoryURIGTE != nil { - predicates = append(predicates, remediation.RepositoryURIGTE(*i.RepositoryURIGTE)) - } - if i.RepositoryURILT != nil { - predicates = append(predicates, remediation.RepositoryURILT(*i.RepositoryURILT)) - } - if i.RepositoryURILTE != nil { - predicates = append(predicates, remediation.RepositoryURILTE(*i.RepositoryURILTE)) - } if i.RepositoryURIContains != nil { predicates = append(predicates, remediation.RepositoryURIContains(*i.RepositoryURIContains)) } @@ -91790,18 +74821,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.PullRequestURINotIn) > 0 { predicates = append(predicates, remediation.PullRequestURINotIn(i.PullRequestURINotIn...)) } - if i.PullRequestURIGT != nil { - predicates = append(predicates, remediation.PullRequestURIGT(*i.PullRequestURIGT)) - } - if i.PullRequestURIGTE != nil { - predicates = append(predicates, remediation.PullRequestURIGTE(*i.PullRequestURIGTE)) - } - if i.PullRequestURILT != nil { - predicates = append(predicates, remediation.PullRequestURILT(*i.PullRequestURILT)) - } - if i.PullRequestURILTE != nil { - predicates = append(predicates, remediation.PullRequestURILTE(*i.PullRequestURILTE)) - } if i.PullRequestURIContains != nil { predicates = append(predicates, remediation.PullRequestURIContains(*i.PullRequestURIContains)) } @@ -91835,18 +74854,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.TicketReferenceNotIn) > 0 { predicates = append(predicates, remediation.TicketReferenceNotIn(i.TicketReferenceNotIn...)) } - if i.TicketReferenceGT != nil { - predicates = append(predicates, remediation.TicketReferenceGT(*i.TicketReferenceGT)) - } - if i.TicketReferenceGTE != nil { - predicates = append(predicates, remediation.TicketReferenceGTE(*i.TicketReferenceGTE)) - } - if i.TicketReferenceLT != nil { - predicates = append(predicates, remediation.TicketReferenceLT(*i.TicketReferenceLT)) - } - if i.TicketReferenceLTE != nil { - predicates = append(predicates, remediation.TicketReferenceLTE(*i.TicketReferenceLTE)) - } if i.TicketReferenceContains != nil { predicates = append(predicates, remediation.TicketReferenceContains(*i.TicketReferenceContains)) } @@ -91871,15 +74878,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if i.DueAt != nil { predicates = append(predicates, remediation.DueAtEQ(*i.DueAt)) } - if i.DueAtNEQ != nil { - predicates = append(predicates, remediation.DueAtNEQ(*i.DueAtNEQ)) - } - if len(i.DueAtIn) > 0 { - predicates = append(predicates, remediation.DueAtIn(i.DueAtIn...)) - } - if len(i.DueAtNotIn) > 0 { - predicates = append(predicates, remediation.DueAtNotIn(i.DueAtNotIn...)) - } if i.DueAtGT != nil { predicates = append(predicates, remediation.DueAtGT(*i.DueAtGT)) } @@ -91901,15 +74899,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if i.CompletedAt != nil { predicates = append(predicates, remediation.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, remediation.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, remediation.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, remediation.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, remediation.CompletedAtGT(*i.CompletedAtGT)) } @@ -91931,15 +74920,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if i.PrGeneratedAt != nil { predicates = append(predicates, remediation.PrGeneratedAtEQ(*i.PrGeneratedAt)) } - if i.PrGeneratedAtNEQ != nil { - predicates = append(predicates, remediation.PrGeneratedAtNEQ(*i.PrGeneratedAtNEQ)) - } - if len(i.PrGeneratedAtIn) > 0 { - predicates = append(predicates, remediation.PrGeneratedAtIn(i.PrGeneratedAtIn...)) - } - if len(i.PrGeneratedAtNotIn) > 0 { - predicates = append(predicates, remediation.PrGeneratedAtNotIn(i.PrGeneratedAtNotIn...)) - } if i.PrGeneratedAtGT != nil { predicates = append(predicates, remediation.PrGeneratedAtGT(*i.PrGeneratedAtGT)) } @@ -91970,18 +74950,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ErrorNotIn) > 0 { predicates = append(predicates, remediation.ErrorNotIn(i.ErrorNotIn...)) } - if i.ErrorGT != nil { - predicates = append(predicates, remediation.ErrorGT(*i.ErrorGT)) - } - if i.ErrorGTE != nil { - predicates = append(predicates, remediation.ErrorGTE(*i.ErrorGTE)) - } - if i.ErrorLT != nil { - predicates = append(predicates, remediation.ErrorLT(*i.ErrorLT)) - } - if i.ErrorLTE != nil { - predicates = append(predicates, remediation.ErrorLTE(*i.ErrorLTE)) - } if i.ErrorContains != nil { predicates = append(predicates, remediation.ErrorContains(*i.ErrorContains)) } @@ -92015,18 +74983,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, remediation.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, remediation.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, remediation.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, remediation.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, remediation.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, remediation.SourceContains(*i.SourceContains)) } @@ -92060,18 +75016,6 @@ func (i *RemediationWhereInput) P() (predicate.Remediation, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, remediation.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, remediation.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, remediation.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, remediation.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, remediation.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, remediation.ExternalURIContains(*i.ExternalURIContains)) } @@ -92521,46 +75465,32 @@ type ReviewWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -92574,10 +75504,6 @@ type ReviewWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -92591,10 +75517,6 @@ type ReviewWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -92608,10 +75530,6 @@ type ReviewWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -92631,10 +75549,6 @@ type ReviewWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -92648,10 +75562,6 @@ type ReviewWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -92665,10 +75575,6 @@ type ReviewWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -92682,10 +75588,6 @@ type ReviewWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -92699,10 +75601,6 @@ type ReviewWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -92716,10 +75614,6 @@ type ReviewWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -92733,10 +75627,6 @@ type ReviewWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -92750,10 +75640,6 @@ type ReviewWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -92767,10 +75653,6 @@ type ReviewWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -92782,10 +75664,6 @@ type ReviewWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -92807,10 +75685,6 @@ type ReviewWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -92824,10 +75698,6 @@ type ReviewWhereInput struct { ClassificationNEQ *string `json:"classificationNEQ,omitempty"` ClassificationIn []string `json:"classificationIn,omitempty"` ClassificationNotIn []string `json:"classificationNotIn,omitempty"` - ClassificationGT *string `json:"classificationGT,omitempty"` - ClassificationGTE *string `json:"classificationGTE,omitempty"` - ClassificationLT *string `json:"classificationLT,omitempty"` - ClassificationLTE *string `json:"classificationLTE,omitempty"` ClassificationContains *string `json:"classificationContains,omitempty"` ClassificationHasPrefix *string `json:"classificationHasPrefix,omitempty"` ClassificationHasSuffix *string `json:"classificationHasSuffix,omitempty"` @@ -92841,10 +75711,6 @@ type ReviewWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -92858,10 +75724,6 @@ type ReviewWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -92875,10 +75737,6 @@ type ReviewWhereInput struct { ReporterNEQ *string `json:"reporterNEQ,omitempty"` ReporterIn []string `json:"reporterIn,omitempty"` ReporterNotIn []string `json:"reporterNotIn,omitempty"` - ReporterGT *string `json:"reporterGT,omitempty"` - ReporterGTE *string `json:"reporterGTE,omitempty"` - ReporterLT *string `json:"reporterLT,omitempty"` - ReporterLTE *string `json:"reporterLTE,omitempty"` ReporterContains *string `json:"reporterContains,omitempty"` ReporterHasPrefix *string `json:"reporterHasPrefix,omitempty"` ReporterHasSuffix *string `json:"reporterHasSuffix,omitempty"` @@ -92894,50 +75752,37 @@ type ReviewWhereInput struct { ApprovedNotNil bool `json:"approvedNotNil,omitempty"` // "reviewed_at" field predicates. - ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` - ReviewedAtNEQ *models.DateTime `json:"reviewedAtNEQ,omitempty"` - ReviewedAtIn []models.DateTime `json:"reviewedAtIn,omitempty"` - ReviewedAtNotIn []models.DateTime `json:"reviewedAtNotIn,omitempty"` - ReviewedAtGT *models.DateTime `json:"reviewedAtGT,omitempty"` - ReviewedAtGTE *models.DateTime `json:"reviewedAtGTE,omitempty"` - ReviewedAtLT *models.DateTime `json:"reviewedAtLT,omitempty"` - ReviewedAtLTE *models.DateTime `json:"reviewedAtLTE,omitempty"` - ReviewedAtIsNil bool `json:"reviewedAtIsNil,omitempty"` - ReviewedAtNotNil bool `json:"reviewedAtNotNil,omitempty"` + ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` + ReviewedAtGT *models.DateTime `json:"reviewedAtGT,omitempty"` + ReviewedAtGTE *models.DateTime `json:"reviewedAtGTE,omitempty"` + ReviewedAtLT *models.DateTime `json:"reviewedAtLT,omitempty"` + ReviewedAtLTE *models.DateTime `json:"reviewedAtLTE,omitempty"` + ReviewedAtIsNil bool `json:"reviewedAtIsNil,omitempty"` + ReviewedAtNotNil bool `json:"reviewedAtNotNil,omitempty"` // "reported_at" field predicates. - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNEQ *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` // "approved_at" field predicates. - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNEQ *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` // "reviewer_id" field predicates. ReviewerID *string `json:"reviewerID,omitempty"` ReviewerIDNEQ *string `json:"reviewerIDNEQ,omitempty"` ReviewerIDIn []string `json:"reviewerIDIn,omitempty"` ReviewerIDNotIn []string `json:"reviewerIDNotIn,omitempty"` - ReviewerIDGT *string `json:"reviewerIDGT,omitempty"` - ReviewerIDGTE *string `json:"reviewerIDGTE,omitempty"` - ReviewerIDLT *string `json:"reviewerIDLT,omitempty"` - ReviewerIDLTE *string `json:"reviewerIDLTE,omitempty"` ReviewerIDContains *string `json:"reviewerIDContains,omitempty"` ReviewerIDHasPrefix *string `json:"reviewerIDHasPrefix,omitempty"` ReviewerIDHasSuffix *string `json:"reviewerIDHasSuffix,omitempty"` @@ -92951,10 +75796,6 @@ type ReviewWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -92968,10 +75809,6 @@ type ReviewWhereInput struct { ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -93151,18 +75988,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, review.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, review.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, review.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, review.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, review.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, review.IDEqualFold(*i.IDEqualFold)) } @@ -93172,15 +75997,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if i.CreatedAt != nil { predicates = append(predicates, review.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, review.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, review.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, review.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, review.CreatedAtGT(*i.CreatedAtGT)) } @@ -93202,15 +76018,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if i.UpdatedAt != nil { predicates = append(predicates, review.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, review.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, review.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, review.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, review.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -93241,18 +76048,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, review.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, review.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, review.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, review.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, review.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, review.CreatedByContains(*i.CreatedByContains)) } @@ -93286,18 +76081,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, review.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, review.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, review.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, review.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, review.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, review.UpdatedByContains(*i.UpdatedByContains)) } @@ -93331,18 +76114,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, review.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, review.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, review.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, review.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, review.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, review.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -93376,18 +76147,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, review.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, review.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, review.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, review.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, review.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, review.OwnerIDContains(*i.OwnerIDContains)) } @@ -93433,18 +76192,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, review.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, review.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, review.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, review.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, review.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, review.InternalNotesContains(*i.InternalNotesContains)) } @@ -93478,18 +76225,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, review.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, review.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, review.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, review.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, review.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, review.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -93523,18 +76258,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, review.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, review.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, review.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, review.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, review.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, review.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -93568,18 +76291,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, review.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, review.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, review.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, review.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, review.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, review.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -93613,18 +76324,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, review.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, review.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, review.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, review.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, review.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, review.ScopeNameContains(*i.ScopeNameContains)) } @@ -93658,18 +76357,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, review.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, review.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, review.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, review.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, review.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, review.ScopeIDContains(*i.ScopeIDContains)) } @@ -93703,18 +76390,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, review.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, review.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, review.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, review.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, review.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, review.ExternalIDContains(*i.ExternalIDContains)) } @@ -93748,18 +76423,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, review.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, review.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, review.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, review.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, review.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, review.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -93793,18 +76456,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, review.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, review.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, review.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, review.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, review.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, review.TitleContains(*i.TitleContains)) } @@ -93832,18 +76483,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.StateNotIn) > 0 { predicates = append(predicates, review.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, review.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, review.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, review.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, review.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, review.StateContains(*i.StateContains)) } @@ -93895,18 +76534,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, review.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, review.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, review.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, review.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, review.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, review.CategoryContains(*i.CategoryContains)) } @@ -93940,18 +76567,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ClassificationNotIn) > 0 { predicates = append(predicates, review.ClassificationNotIn(i.ClassificationNotIn...)) } - if i.ClassificationGT != nil { - predicates = append(predicates, review.ClassificationGT(*i.ClassificationGT)) - } - if i.ClassificationGTE != nil { - predicates = append(predicates, review.ClassificationGTE(*i.ClassificationGTE)) - } - if i.ClassificationLT != nil { - predicates = append(predicates, review.ClassificationLT(*i.ClassificationLT)) - } - if i.ClassificationLTE != nil { - predicates = append(predicates, review.ClassificationLTE(*i.ClassificationLTE)) - } if i.ClassificationContains != nil { predicates = append(predicates, review.ClassificationContains(*i.ClassificationContains)) } @@ -93985,18 +76600,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.SummaryNotIn) > 0 { predicates = append(predicates, review.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, review.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, review.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, review.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, review.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, review.SummaryContains(*i.SummaryContains)) } @@ -94030,18 +76633,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, review.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, review.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, review.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, review.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, review.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, review.DetailsContains(*i.DetailsContains)) } @@ -94075,18 +76666,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ReporterNotIn) > 0 { predicates = append(predicates, review.ReporterNotIn(i.ReporterNotIn...)) } - if i.ReporterGT != nil { - predicates = append(predicates, review.ReporterGT(*i.ReporterGT)) - } - if i.ReporterGTE != nil { - predicates = append(predicates, review.ReporterGTE(*i.ReporterGTE)) - } - if i.ReporterLT != nil { - predicates = append(predicates, review.ReporterLT(*i.ReporterLT)) - } - if i.ReporterLTE != nil { - predicates = append(predicates, review.ReporterLTE(*i.ReporterLTE)) - } if i.ReporterContains != nil { predicates = append(predicates, review.ReporterContains(*i.ReporterContains)) } @@ -94123,15 +76702,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if i.ReviewedAt != nil { predicates = append(predicates, review.ReviewedAtEQ(*i.ReviewedAt)) } - if i.ReviewedAtNEQ != nil { - predicates = append(predicates, review.ReviewedAtNEQ(*i.ReviewedAtNEQ)) - } - if len(i.ReviewedAtIn) > 0 { - predicates = append(predicates, review.ReviewedAtIn(i.ReviewedAtIn...)) - } - if len(i.ReviewedAtNotIn) > 0 { - predicates = append(predicates, review.ReviewedAtNotIn(i.ReviewedAtNotIn...)) - } if i.ReviewedAtGT != nil { predicates = append(predicates, review.ReviewedAtGT(*i.ReviewedAtGT)) } @@ -94153,15 +76723,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if i.ReportedAt != nil { predicates = append(predicates, review.ReportedAtEQ(*i.ReportedAt)) } - if i.ReportedAtNEQ != nil { - predicates = append(predicates, review.ReportedAtNEQ(*i.ReportedAtNEQ)) - } - if len(i.ReportedAtIn) > 0 { - predicates = append(predicates, review.ReportedAtIn(i.ReportedAtIn...)) - } - if len(i.ReportedAtNotIn) > 0 { - predicates = append(predicates, review.ReportedAtNotIn(i.ReportedAtNotIn...)) - } if i.ReportedAtGT != nil { predicates = append(predicates, review.ReportedAtGT(*i.ReportedAtGT)) } @@ -94183,15 +76744,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if i.ApprovedAt != nil { predicates = append(predicates, review.ApprovedAtEQ(*i.ApprovedAt)) } - if i.ApprovedAtNEQ != nil { - predicates = append(predicates, review.ApprovedAtNEQ(*i.ApprovedAtNEQ)) - } - if len(i.ApprovedAtIn) > 0 { - predicates = append(predicates, review.ApprovedAtIn(i.ApprovedAtIn...)) - } - if len(i.ApprovedAtNotIn) > 0 { - predicates = append(predicates, review.ApprovedAtNotIn(i.ApprovedAtNotIn...)) - } if i.ApprovedAtGT != nil { predicates = append(predicates, review.ApprovedAtGT(*i.ApprovedAtGT)) } @@ -94222,18 +76774,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ReviewerIDNotIn) > 0 { predicates = append(predicates, review.ReviewerIDNotIn(i.ReviewerIDNotIn...)) } - if i.ReviewerIDGT != nil { - predicates = append(predicates, review.ReviewerIDGT(*i.ReviewerIDGT)) - } - if i.ReviewerIDGTE != nil { - predicates = append(predicates, review.ReviewerIDGTE(*i.ReviewerIDGTE)) - } - if i.ReviewerIDLT != nil { - predicates = append(predicates, review.ReviewerIDLT(*i.ReviewerIDLT)) - } - if i.ReviewerIDLTE != nil { - predicates = append(predicates, review.ReviewerIDLTE(*i.ReviewerIDLTE)) - } if i.ReviewerIDContains != nil { predicates = append(predicates, review.ReviewerIDContains(*i.ReviewerIDContains)) } @@ -94267,18 +76807,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, review.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, review.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, review.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, review.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, review.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, review.SourceContains(*i.SourceContains)) } @@ -94312,18 +76840,6 @@ func (i *ReviewWhereInput) P() (predicate.Review, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, review.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, review.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, review.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, review.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, review.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, review.ExternalURIContains(*i.ExternalURIContains)) } @@ -94774,46 +77290,32 @@ type RiskWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -94827,10 +77329,6 @@ type RiskWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -94844,10 +77342,6 @@ type RiskWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -94861,10 +77355,6 @@ type RiskWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -94876,10 +77366,6 @@ type RiskWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -94893,10 +77379,6 @@ type RiskWhereInput struct { RiskKindNameNEQ *string `json:"riskKindNameNEQ,omitempty"` RiskKindNameIn []string `json:"riskKindNameIn,omitempty"` RiskKindNameNotIn []string `json:"riskKindNameNotIn,omitempty"` - RiskKindNameGT *string `json:"riskKindNameGT,omitempty"` - RiskKindNameGTE *string `json:"riskKindNameGTE,omitempty"` - RiskKindNameLT *string `json:"riskKindNameLT,omitempty"` - RiskKindNameLTE *string `json:"riskKindNameLTE,omitempty"` RiskKindNameContains *string `json:"riskKindNameContains,omitempty"` RiskKindNameHasPrefix *string `json:"riskKindNameHasPrefix,omitempty"` RiskKindNameHasSuffix *string `json:"riskKindNameHasSuffix,omitempty"` @@ -94910,10 +77392,6 @@ type RiskWhereInput struct { RiskKindIDNEQ *string `json:"riskKindIDNEQ,omitempty"` RiskKindIDIn []string `json:"riskKindIDIn,omitempty"` RiskKindIDNotIn []string `json:"riskKindIDNotIn,omitempty"` - RiskKindIDGT *string `json:"riskKindIDGT,omitempty"` - RiskKindIDGTE *string `json:"riskKindIDGTE,omitempty"` - RiskKindIDLT *string `json:"riskKindIDLT,omitempty"` - RiskKindIDLTE *string `json:"riskKindIDLTE,omitempty"` RiskKindIDContains *string `json:"riskKindIDContains,omitempty"` RiskKindIDHasPrefix *string `json:"riskKindIDHasPrefix,omitempty"` RiskKindIDHasSuffix *string `json:"riskKindIDHasSuffix,omitempty"` @@ -94927,10 +77405,6 @@ type RiskWhereInput struct { RiskCategoryNameNEQ *string `json:"riskCategoryNameNEQ,omitempty"` RiskCategoryNameIn []string `json:"riskCategoryNameIn,omitempty"` RiskCategoryNameNotIn []string `json:"riskCategoryNameNotIn,omitempty"` - RiskCategoryNameGT *string `json:"riskCategoryNameGT,omitempty"` - RiskCategoryNameGTE *string `json:"riskCategoryNameGTE,omitempty"` - RiskCategoryNameLT *string `json:"riskCategoryNameLT,omitempty"` - RiskCategoryNameLTE *string `json:"riskCategoryNameLTE,omitempty"` RiskCategoryNameContains *string `json:"riskCategoryNameContains,omitempty"` RiskCategoryNameHasPrefix *string `json:"riskCategoryNameHasPrefix,omitempty"` RiskCategoryNameHasSuffix *string `json:"riskCategoryNameHasSuffix,omitempty"` @@ -94944,10 +77418,6 @@ type RiskWhereInput struct { RiskCategoryIDNEQ *string `json:"riskCategoryIDNEQ,omitempty"` RiskCategoryIDIn []string `json:"riskCategoryIDIn,omitempty"` RiskCategoryIDNotIn []string `json:"riskCategoryIDNotIn,omitempty"` - RiskCategoryIDGT *string `json:"riskCategoryIDGT,omitempty"` - RiskCategoryIDGTE *string `json:"riskCategoryIDGTE,omitempty"` - RiskCategoryIDLT *string `json:"riskCategoryIDLT,omitempty"` - RiskCategoryIDLTE *string `json:"riskCategoryIDLTE,omitempty"` RiskCategoryIDContains *string `json:"riskCategoryIDContains,omitempty"` RiskCategoryIDHasPrefix *string `json:"riskCategoryIDHasPrefix,omitempty"` RiskCategoryIDHasSuffix *string `json:"riskCategoryIDHasSuffix,omitempty"` @@ -94961,10 +77431,6 @@ type RiskWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -94978,10 +77444,6 @@ type RiskWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -94995,10 +77457,6 @@ type RiskWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -95012,10 +77470,6 @@ type RiskWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -95035,10 +77489,6 @@ type RiskWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -95052,10 +77502,6 @@ type RiskWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -95065,26 +77511,19 @@ type RiskWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "external_uuid" field predicates. ExternalUUID *string `json:"externalUUID,omitempty"` ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -95098,10 +77537,6 @@ type RiskWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -95133,26 +77568,20 @@ type RiskWhereInput struct { LikelihoodNotNil bool `json:"likelihoodNotNil,omitempty"` // "score" field predicates. - Score *int `json:"score,omitempty"` - ScoreNEQ *int `json:"scoreNEQ,omitempty"` - ScoreIn []int `json:"scoreIn,omitempty"` - ScoreNotIn []int `json:"scoreNotIn,omitempty"` - ScoreGT *int `json:"scoreGT,omitempty"` - ScoreGTE *int `json:"scoreGTE,omitempty"` - ScoreLT *int `json:"scoreLT,omitempty"` - ScoreLTE *int `json:"scoreLTE,omitempty"` - ScoreIsNil bool `json:"scoreIsNil,omitempty"` - ScoreNotNil bool `json:"scoreNotNil,omitempty"` + Score *int `json:"score,omitempty"` + ScoreNEQ *int `json:"scoreNEQ,omitempty"` + ScoreGT *int `json:"scoreGT,omitempty"` + ScoreGTE *int `json:"scoreGTE,omitempty"` + ScoreLT *int `json:"scoreLT,omitempty"` + ScoreLTE *int `json:"scoreLTE,omitempty"` + ScoreIsNil bool `json:"scoreIsNil,omitempty"` + ScoreNotNil bool `json:"scoreNotNil,omitempty"` // "mitigation" field predicates. Mitigation *string `json:"mitigation,omitempty"` MitigationNEQ *string `json:"mitigationNEQ,omitempty"` MitigationIn []string `json:"mitigationIn,omitempty"` MitigationNotIn []string `json:"mitigationNotIn,omitempty"` - MitigationGT *string `json:"mitigationGT,omitempty"` - MitigationGTE *string `json:"mitigationGTE,omitempty"` - MitigationLT *string `json:"mitigationLT,omitempty"` - MitigationLTE *string `json:"mitigationLTE,omitempty"` MitigationContains *string `json:"mitigationContains,omitempty"` MitigationHasPrefix *string `json:"mitigationHasPrefix,omitempty"` MitigationHasSuffix *string `json:"mitigationHasSuffix,omitempty"` @@ -95166,10 +77595,6 @@ type RiskWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -95183,10 +77608,6 @@ type RiskWhereInput struct { BusinessCostsNEQ *string `json:"businessCostsNEQ,omitempty"` BusinessCostsIn []string `json:"businessCostsIn,omitempty"` BusinessCostsNotIn []string `json:"businessCostsNotIn,omitempty"` - BusinessCostsGT *string `json:"businessCostsGT,omitempty"` - BusinessCostsGTE *string `json:"businessCostsGTE,omitempty"` - BusinessCostsLT *string `json:"businessCostsLT,omitempty"` - BusinessCostsLTE *string `json:"businessCostsLTE,omitempty"` BusinessCostsContains *string `json:"businessCostsContains,omitempty"` BusinessCostsHasPrefix *string `json:"businessCostsHasPrefix,omitempty"` BusinessCostsHasSuffix *string `json:"businessCostsHasSuffix,omitempty"` @@ -95200,10 +77621,6 @@ type RiskWhereInput struct { StakeholderIDNEQ *string `json:"stakeholderIDNEQ,omitempty"` StakeholderIDIn []string `json:"stakeholderIDIn,omitempty"` StakeholderIDNotIn []string `json:"stakeholderIDNotIn,omitempty"` - StakeholderIDGT *string `json:"stakeholderIDGT,omitempty"` - StakeholderIDGTE *string `json:"stakeholderIDGTE,omitempty"` - StakeholderIDLT *string `json:"stakeholderIDLT,omitempty"` - StakeholderIDLTE *string `json:"stakeholderIDLTE,omitempty"` StakeholderIDContains *string `json:"stakeholderIDContains,omitempty"` StakeholderIDHasPrefix *string `json:"stakeholderIDHasPrefix,omitempty"` StakeholderIDHasSuffix *string `json:"stakeholderIDHasSuffix,omitempty"` @@ -95217,10 +77634,6 @@ type RiskWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -95230,16 +77643,13 @@ type RiskWhereInput struct { DelegateIDContainsFold *string `json:"delegateIDContainsFold,omitempty"` // "mitigated_at" field predicates. - MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` - MitigatedAtNEQ *models.DateTime `json:"mitigatedAtNEQ,omitempty"` - MitigatedAtIn []models.DateTime `json:"mitigatedAtIn,omitempty"` - MitigatedAtNotIn []models.DateTime `json:"mitigatedAtNotIn,omitempty"` - MitigatedAtGT *models.DateTime `json:"mitigatedAtGT,omitempty"` - MitigatedAtGTE *models.DateTime `json:"mitigatedAtGTE,omitempty"` - MitigatedAtLT *models.DateTime `json:"mitigatedAtLT,omitempty"` - MitigatedAtLTE *models.DateTime `json:"mitigatedAtLTE,omitempty"` - MitigatedAtIsNil bool `json:"mitigatedAtIsNil,omitempty"` - MitigatedAtNotNil bool `json:"mitigatedAtNotNil,omitempty"` + MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` + MitigatedAtGT *models.DateTime `json:"mitigatedAtGT,omitempty"` + MitigatedAtGTE *models.DateTime `json:"mitigatedAtGTE,omitempty"` + MitigatedAtLT *models.DateTime `json:"mitigatedAtLT,omitempty"` + MitigatedAtLTE *models.DateTime `json:"mitigatedAtLTE,omitempty"` + MitigatedAtIsNil bool `json:"mitigatedAtIsNil,omitempty"` + MitigatedAtNotNil bool `json:"mitigatedAtNotNil,omitempty"` // "review_required" field predicates. ReviewRequired *bool `json:"reviewRequired,omitempty"` @@ -95248,16 +77658,13 @@ type RiskWhereInput struct { ReviewRequiredNotNil bool `json:"reviewRequiredNotNil,omitempty"` // "last_reviewed_at" field predicates. - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNEQ *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -95268,40 +77675,32 @@ type RiskWhereInput struct { ReviewFrequencyNotNil bool `json:"reviewFrequencyNotNil,omitempty"` // "due_date" field predicates. - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNEQ *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "next_review_due_at" field predicates. - NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` - NextReviewDueAtNEQ *models.DateTime `json:"nextReviewDueAtNEQ,omitempty"` - NextReviewDueAtIn []models.DateTime `json:"nextReviewDueAtIn,omitempty"` - NextReviewDueAtNotIn []models.DateTime `json:"nextReviewDueAtNotIn,omitempty"` - NextReviewDueAtGT *models.DateTime `json:"nextReviewDueAtGT,omitempty"` - NextReviewDueAtGTE *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` - NextReviewDueAtLT *models.DateTime `json:"nextReviewDueAtLT,omitempty"` - NextReviewDueAtLTE *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` - NextReviewDueAtIsNil bool `json:"nextReviewDueAtIsNil,omitempty"` - NextReviewDueAtNotNil bool `json:"nextReviewDueAtNotNil,omitempty"` + NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` + NextReviewDueAtGT *models.DateTime `json:"nextReviewDueAtGT,omitempty"` + NextReviewDueAtGTE *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` + NextReviewDueAtLT *models.DateTime `json:"nextReviewDueAtLT,omitempty"` + NextReviewDueAtLTE *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` + NextReviewDueAtIsNil bool `json:"nextReviewDueAtIsNil,omitempty"` + NextReviewDueAtNotNil bool `json:"nextReviewDueAtNotNil,omitempty"` // "residual_score" field predicates. - ResidualScore *int `json:"residualScore,omitempty"` - ResidualScoreNEQ *int `json:"residualScoreNEQ,omitempty"` - ResidualScoreIn []int `json:"residualScoreIn,omitempty"` - ResidualScoreNotIn []int `json:"residualScoreNotIn,omitempty"` - ResidualScoreGT *int `json:"residualScoreGT,omitempty"` - ResidualScoreGTE *int `json:"residualScoreGTE,omitempty"` - ResidualScoreLT *int `json:"residualScoreLT,omitempty"` - ResidualScoreLTE *int `json:"residualScoreLTE,omitempty"` - ResidualScoreIsNil bool `json:"residualScoreIsNil,omitempty"` - ResidualScoreNotNil bool `json:"residualScoreNotNil,omitempty"` + ResidualScore *int `json:"residualScore,omitempty"` + ResidualScoreNEQ *int `json:"residualScoreNEQ,omitempty"` + ResidualScoreGT *int `json:"residualScoreGT,omitempty"` + ResidualScoreGTE *int `json:"residualScoreGTE,omitempty"` + ResidualScoreLT *int `json:"residualScoreLT,omitempty"` + ResidualScoreLTE *int `json:"residualScoreLTE,omitempty"` + ResidualScoreIsNil bool `json:"residualScoreIsNil,omitempty"` + ResidualScoreNotNil bool `json:"residualScoreNotNil,omitempty"` // "risk_decision" field predicates. RiskDecision *enums.RiskDecision `json:"riskDecision,omitempty"` @@ -95510,18 +77909,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, risk.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, risk.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, risk.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, risk.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, risk.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, risk.IDEqualFold(*i.IDEqualFold)) } @@ -95531,15 +77918,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.CreatedAt != nil { predicates = append(predicates, risk.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, risk.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, risk.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, risk.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, risk.CreatedAtGT(*i.CreatedAtGT)) } @@ -95561,15 +77939,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.UpdatedAt != nil { predicates = append(predicates, risk.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, risk.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, risk.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, risk.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, risk.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -95600,18 +77969,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, risk.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, risk.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, risk.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, risk.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, risk.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, risk.CreatedByContains(*i.CreatedByContains)) } @@ -95645,18 +78002,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, risk.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, risk.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, risk.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, risk.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, risk.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, risk.UpdatedByContains(*i.UpdatedByContains)) } @@ -95690,18 +78035,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, risk.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, risk.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, risk.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, risk.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, risk.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, risk.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -95735,18 +78068,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, risk.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, risk.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, risk.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, risk.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, risk.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, risk.DisplayIDContains(*i.DisplayIDContains)) } @@ -95774,18 +78095,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, risk.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, risk.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, risk.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, risk.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, risk.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, risk.OwnerIDContains(*i.OwnerIDContains)) } @@ -95819,18 +78128,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.RiskKindNameNotIn) > 0 { predicates = append(predicates, risk.RiskKindNameNotIn(i.RiskKindNameNotIn...)) } - if i.RiskKindNameGT != nil { - predicates = append(predicates, risk.RiskKindNameGT(*i.RiskKindNameGT)) - } - if i.RiskKindNameGTE != nil { - predicates = append(predicates, risk.RiskKindNameGTE(*i.RiskKindNameGTE)) - } - if i.RiskKindNameLT != nil { - predicates = append(predicates, risk.RiskKindNameLT(*i.RiskKindNameLT)) - } - if i.RiskKindNameLTE != nil { - predicates = append(predicates, risk.RiskKindNameLTE(*i.RiskKindNameLTE)) - } if i.RiskKindNameContains != nil { predicates = append(predicates, risk.RiskKindNameContains(*i.RiskKindNameContains)) } @@ -95864,18 +78161,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.RiskKindIDNotIn) > 0 { predicates = append(predicates, risk.RiskKindIDNotIn(i.RiskKindIDNotIn...)) } - if i.RiskKindIDGT != nil { - predicates = append(predicates, risk.RiskKindIDGT(*i.RiskKindIDGT)) - } - if i.RiskKindIDGTE != nil { - predicates = append(predicates, risk.RiskKindIDGTE(*i.RiskKindIDGTE)) - } - if i.RiskKindIDLT != nil { - predicates = append(predicates, risk.RiskKindIDLT(*i.RiskKindIDLT)) - } - if i.RiskKindIDLTE != nil { - predicates = append(predicates, risk.RiskKindIDLTE(*i.RiskKindIDLTE)) - } if i.RiskKindIDContains != nil { predicates = append(predicates, risk.RiskKindIDContains(*i.RiskKindIDContains)) } @@ -95909,18 +78194,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.RiskCategoryNameNotIn) > 0 { predicates = append(predicates, risk.RiskCategoryNameNotIn(i.RiskCategoryNameNotIn...)) } - if i.RiskCategoryNameGT != nil { - predicates = append(predicates, risk.RiskCategoryNameGT(*i.RiskCategoryNameGT)) - } - if i.RiskCategoryNameGTE != nil { - predicates = append(predicates, risk.RiskCategoryNameGTE(*i.RiskCategoryNameGTE)) - } - if i.RiskCategoryNameLT != nil { - predicates = append(predicates, risk.RiskCategoryNameLT(*i.RiskCategoryNameLT)) - } - if i.RiskCategoryNameLTE != nil { - predicates = append(predicates, risk.RiskCategoryNameLTE(*i.RiskCategoryNameLTE)) - } if i.RiskCategoryNameContains != nil { predicates = append(predicates, risk.RiskCategoryNameContains(*i.RiskCategoryNameContains)) } @@ -95954,18 +78227,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.RiskCategoryIDNotIn) > 0 { predicates = append(predicates, risk.RiskCategoryIDNotIn(i.RiskCategoryIDNotIn...)) } - if i.RiskCategoryIDGT != nil { - predicates = append(predicates, risk.RiskCategoryIDGT(*i.RiskCategoryIDGT)) - } - if i.RiskCategoryIDGTE != nil { - predicates = append(predicates, risk.RiskCategoryIDGTE(*i.RiskCategoryIDGTE)) - } - if i.RiskCategoryIDLT != nil { - predicates = append(predicates, risk.RiskCategoryIDLT(*i.RiskCategoryIDLT)) - } - if i.RiskCategoryIDLTE != nil { - predicates = append(predicates, risk.RiskCategoryIDLTE(*i.RiskCategoryIDLTE)) - } if i.RiskCategoryIDContains != nil { predicates = append(predicates, risk.RiskCategoryIDContains(*i.RiskCategoryIDContains)) } @@ -95999,18 +78260,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, risk.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, risk.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, risk.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, risk.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, risk.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, risk.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -96044,18 +78293,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, risk.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, risk.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, risk.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, risk.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, risk.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, risk.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -96089,18 +78326,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, risk.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, risk.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, risk.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, risk.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, risk.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, risk.ScopeNameContains(*i.ScopeNameContains)) } @@ -96134,18 +78359,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, risk.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, risk.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, risk.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, risk.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, risk.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, risk.ScopeIDContains(*i.ScopeIDContains)) } @@ -96191,18 +78404,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, risk.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, risk.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, risk.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, risk.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, risk.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, risk.ExternalIDContains(*i.ExternalIDContains)) } @@ -96236,18 +78437,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, risk.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, risk.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, risk.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, risk.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, risk.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, risk.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -96272,15 +78461,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.ObservedAt != nil { predicates = append(predicates, risk.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, risk.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, risk.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, risk.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, risk.ObservedAtGT(*i.ObservedAtGT)) } @@ -96311,18 +78491,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, risk.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, risk.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, risk.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, risk.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, risk.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, risk.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -96356,18 +78524,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, risk.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, risk.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, risk.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, risk.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, risk.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, risk.NameContains(*i.NameContains)) } @@ -96443,12 +78599,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.ScoreNEQ != nil { predicates = append(predicates, risk.ScoreNEQ(*i.ScoreNEQ)) } - if len(i.ScoreIn) > 0 { - predicates = append(predicates, risk.ScoreIn(i.ScoreIn...)) - } - if len(i.ScoreNotIn) > 0 { - predicates = append(predicates, risk.ScoreNotIn(i.ScoreNotIn...)) - } if i.ScoreGT != nil { predicates = append(predicates, risk.ScoreGT(*i.ScoreGT)) } @@ -96479,18 +78629,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.MitigationNotIn) > 0 { predicates = append(predicates, risk.MitigationNotIn(i.MitigationNotIn...)) } - if i.MitigationGT != nil { - predicates = append(predicates, risk.MitigationGT(*i.MitigationGT)) - } - if i.MitigationGTE != nil { - predicates = append(predicates, risk.MitigationGTE(*i.MitigationGTE)) - } - if i.MitigationLT != nil { - predicates = append(predicates, risk.MitigationLT(*i.MitigationLT)) - } - if i.MitigationLTE != nil { - predicates = append(predicates, risk.MitigationLTE(*i.MitigationLTE)) - } if i.MitigationContains != nil { predicates = append(predicates, risk.MitigationContains(*i.MitigationContains)) } @@ -96524,18 +78662,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, risk.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, risk.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, risk.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, risk.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, risk.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, risk.DetailsContains(*i.DetailsContains)) } @@ -96569,18 +78695,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.BusinessCostsNotIn) > 0 { predicates = append(predicates, risk.BusinessCostsNotIn(i.BusinessCostsNotIn...)) } - if i.BusinessCostsGT != nil { - predicates = append(predicates, risk.BusinessCostsGT(*i.BusinessCostsGT)) - } - if i.BusinessCostsGTE != nil { - predicates = append(predicates, risk.BusinessCostsGTE(*i.BusinessCostsGTE)) - } - if i.BusinessCostsLT != nil { - predicates = append(predicates, risk.BusinessCostsLT(*i.BusinessCostsLT)) - } - if i.BusinessCostsLTE != nil { - predicates = append(predicates, risk.BusinessCostsLTE(*i.BusinessCostsLTE)) - } if i.BusinessCostsContains != nil { predicates = append(predicates, risk.BusinessCostsContains(*i.BusinessCostsContains)) } @@ -96614,18 +78728,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.StakeholderIDNotIn) > 0 { predicates = append(predicates, risk.StakeholderIDNotIn(i.StakeholderIDNotIn...)) } - if i.StakeholderIDGT != nil { - predicates = append(predicates, risk.StakeholderIDGT(*i.StakeholderIDGT)) - } - if i.StakeholderIDGTE != nil { - predicates = append(predicates, risk.StakeholderIDGTE(*i.StakeholderIDGTE)) - } - if i.StakeholderIDLT != nil { - predicates = append(predicates, risk.StakeholderIDLT(*i.StakeholderIDLT)) - } - if i.StakeholderIDLTE != nil { - predicates = append(predicates, risk.StakeholderIDLTE(*i.StakeholderIDLTE)) - } if i.StakeholderIDContains != nil { predicates = append(predicates, risk.StakeholderIDContains(*i.StakeholderIDContains)) } @@ -96659,18 +78761,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, risk.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, risk.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, risk.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, risk.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, risk.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, risk.DelegateIDContains(*i.DelegateIDContains)) } @@ -96695,15 +78785,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.MitigatedAt != nil { predicates = append(predicates, risk.MitigatedAtEQ(*i.MitigatedAt)) } - if i.MitigatedAtNEQ != nil { - predicates = append(predicates, risk.MitigatedAtNEQ(*i.MitigatedAtNEQ)) - } - if len(i.MitigatedAtIn) > 0 { - predicates = append(predicates, risk.MitigatedAtIn(i.MitigatedAtIn...)) - } - if len(i.MitigatedAtNotIn) > 0 { - predicates = append(predicates, risk.MitigatedAtNotIn(i.MitigatedAtNotIn...)) - } if i.MitigatedAtGT != nil { predicates = append(predicates, risk.MitigatedAtGT(*i.MitigatedAtGT)) } @@ -96737,15 +78818,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.LastReviewedAt != nil { predicates = append(predicates, risk.LastReviewedAtEQ(*i.LastReviewedAt)) } - if i.LastReviewedAtNEQ != nil { - predicates = append(predicates, risk.LastReviewedAtNEQ(*i.LastReviewedAtNEQ)) - } - if len(i.LastReviewedAtIn) > 0 { - predicates = append(predicates, risk.LastReviewedAtIn(i.LastReviewedAtIn...)) - } - if len(i.LastReviewedAtNotIn) > 0 { - predicates = append(predicates, risk.LastReviewedAtNotIn(i.LastReviewedAtNotIn...)) - } if i.LastReviewedAtGT != nil { predicates = append(predicates, risk.LastReviewedAtGT(*i.LastReviewedAtGT)) } @@ -96785,15 +78857,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.DueDate != nil { predicates = append(predicates, risk.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, risk.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, risk.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, risk.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, risk.DueDateGT(*i.DueDateGT)) } @@ -96815,15 +78878,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.NextReviewDueAt != nil { predicates = append(predicates, risk.NextReviewDueAtEQ(*i.NextReviewDueAt)) } - if i.NextReviewDueAtNEQ != nil { - predicates = append(predicates, risk.NextReviewDueAtNEQ(*i.NextReviewDueAtNEQ)) - } - if len(i.NextReviewDueAtIn) > 0 { - predicates = append(predicates, risk.NextReviewDueAtIn(i.NextReviewDueAtIn...)) - } - if len(i.NextReviewDueAtNotIn) > 0 { - predicates = append(predicates, risk.NextReviewDueAtNotIn(i.NextReviewDueAtNotIn...)) - } if i.NextReviewDueAtGT != nil { predicates = append(predicates, risk.NextReviewDueAtGT(*i.NextReviewDueAtGT)) } @@ -96848,12 +78902,6 @@ func (i *RiskWhereInput) P() (predicate.Risk, error) { if i.ResidualScoreNEQ != nil { predicates = append(predicates, risk.ResidualScoreNEQ(*i.ResidualScoreNEQ)) } - if len(i.ResidualScoreIn) > 0 { - predicates = append(predicates, risk.ResidualScoreIn(i.ResidualScoreIn...)) - } - if len(i.ResidualScoreNotIn) > 0 { - predicates = append(predicates, risk.ResidualScoreNotIn(i.ResidualScoreNotIn...)) - } if i.ResidualScoreGT != nil { predicates = append(predicates, risk.ResidualScoreGT(*i.ResidualScoreGT)) } @@ -97451,46 +79499,32 @@ type SLADefinitionWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -97504,10 +79538,6 @@ type SLADefinitionWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -97521,10 +79551,6 @@ type SLADefinitionWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -97538,10 +79564,6 @@ type SLADefinitionWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -97553,10 +79575,6 @@ type SLADefinitionWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -97566,14 +79584,12 @@ type SLADefinitionWhereInput struct { OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // "sla_days" field predicates. - SLADays *int `json:"slaDays,omitempty"` - SLADaysNEQ *int `json:"slaDaysNEQ,omitempty"` - SLADaysIn []int `json:"slaDaysIn,omitempty"` - SLADaysNotIn []int `json:"slaDaysNotIn,omitempty"` - SLADaysGT *int `json:"slaDaysGT,omitempty"` - SLADaysGTE *int `json:"slaDaysGTE,omitempty"` - SLADaysLT *int `json:"slaDaysLT,omitempty"` - SLADaysLTE *int `json:"slaDaysLTE,omitempty"` + SLADays *int `json:"slaDays,omitempty"` + SLADaysNEQ *int `json:"slaDaysNEQ,omitempty"` + SLADaysGT *int `json:"slaDaysGT,omitempty"` + SLADaysGTE *int `json:"slaDaysGTE,omitempty"` + SLADaysLT *int `json:"slaDaysLT,omitempty"` + SLADaysLTE *int `json:"slaDaysLTE,omitempty"` // "security_level" field predicates. SecurityLevel *enums.SecurityLevel `json:"securityLevel,omitempty"` @@ -97680,18 +79696,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, sladefinition.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, sladefinition.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, sladefinition.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, sladefinition.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, sladefinition.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, sladefinition.IDEqualFold(*i.IDEqualFold)) } @@ -97701,15 +79705,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if i.CreatedAt != nil { predicates = append(predicates, sladefinition.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, sladefinition.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, sladefinition.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, sladefinition.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, sladefinition.CreatedAtGT(*i.CreatedAtGT)) } @@ -97731,15 +79726,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if i.UpdatedAt != nil { predicates = append(predicates, sladefinition.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, sladefinition.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, sladefinition.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, sladefinition.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, sladefinition.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -97770,18 +79756,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, sladefinition.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, sladefinition.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, sladefinition.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, sladefinition.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, sladefinition.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, sladefinition.CreatedByContains(*i.CreatedByContains)) } @@ -97815,18 +79789,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, sladefinition.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, sladefinition.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, sladefinition.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, sladefinition.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, sladefinition.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, sladefinition.UpdatedByContains(*i.UpdatedByContains)) } @@ -97860,18 +79822,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, sladefinition.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, sladefinition.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, sladefinition.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, sladefinition.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, sladefinition.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, sladefinition.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -97905,18 +79855,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, sladefinition.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, sladefinition.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, sladefinition.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, sladefinition.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, sladefinition.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, sladefinition.DisplayIDContains(*i.DisplayIDContains)) } @@ -97944,18 +79882,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, sladefinition.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, sladefinition.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, sladefinition.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, sladefinition.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, sladefinition.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, sladefinition.OwnerIDContains(*i.OwnerIDContains)) } @@ -97983,12 +79909,6 @@ func (i *SLADefinitionWhereInput) P() (predicate.SLADefinition, error) { if i.SLADaysNEQ != nil { predicates = append(predicates, sladefinition.SLADaysNEQ(*i.SLADaysNEQ)) } - if len(i.SLADaysIn) > 0 { - predicates = append(predicates, sladefinition.SLADaysIn(i.SLADaysIn...)) - } - if len(i.SLADaysNotIn) > 0 { - predicates = append(predicates, sladefinition.SLADaysNotIn(i.SLADaysNotIn...)) - } if i.SLADaysGT != nil { predicates = append(predicates, sladefinition.SLADaysGT(*i.SLADaysGT)) } @@ -98100,46 +80020,32 @@ type ScanWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -98153,10 +80059,6 @@ type ScanWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -98170,10 +80072,6 @@ type ScanWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -98187,10 +80085,6 @@ type ScanWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -98210,10 +80104,6 @@ type ScanWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -98227,10 +80117,6 @@ type ScanWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -98244,10 +80130,6 @@ type ScanWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -98261,10 +80143,6 @@ type ScanWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -98278,10 +80156,6 @@ type ScanWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -98295,10 +80169,6 @@ type ScanWhereInput struct { AssignedToNEQ *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGT *string `json:"assignedToGT,omitempty"` - AssignedToGTE *string `json:"assignedToGTE,omitempty"` - AssignedToLT *string `json:"assignedToLT,omitempty"` - AssignedToLTE *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -98312,10 +80182,6 @@ type ScanWhereInput struct { AssignedToUserIDNEQ *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIDGT *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIDGTE *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIDLT *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIDLTE *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -98329,10 +80195,6 @@ type ScanWhereInput struct { AssignedToGroupIDNEQ *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIDGT *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIDGTE *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIDLT *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIDLTE *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -98346,10 +80208,6 @@ type ScanWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -98363,10 +80221,6 @@ type ScanWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -98380,10 +80234,6 @@ type ScanWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -98397,10 +80247,6 @@ type ScanWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -98414,10 +80260,6 @@ type ScanWhereInput struct { TargetNEQ *string `json:"targetNEQ,omitempty"` TargetIn []string `json:"targetIn,omitempty"` TargetNotIn []string `json:"targetNotIn,omitempty"` - TargetGT *string `json:"targetGT,omitempty"` - TargetGTE *string `json:"targetGTE,omitempty"` - TargetLT *string `json:"targetLT,omitempty"` - TargetLTE *string `json:"targetLTE,omitempty"` TargetContains *string `json:"targetContains,omitempty"` TargetHasPrefix *string `json:"targetHasPrefix,omitempty"` TargetHasSuffix *string `json:"targetHasSuffix,omitempty"` @@ -98431,38 +80273,28 @@ type ScanWhereInput struct { ScanTypeNotIn []enums.ScanType `json:"scanTypeNotIn,omitempty"` // "scan_date" field predicates. - ScanDate *models.DateTime `json:"scanDate,omitempty"` - ScanDateNEQ *models.DateTime `json:"scanDateNEQ,omitempty"` - ScanDateIn []models.DateTime `json:"scanDateIn,omitempty"` - ScanDateNotIn []models.DateTime `json:"scanDateNotIn,omitempty"` - ScanDateGT *models.DateTime `json:"scanDateGT,omitempty"` - ScanDateGTE *models.DateTime `json:"scanDateGTE,omitempty"` - ScanDateLT *models.DateTime `json:"scanDateLT,omitempty"` - ScanDateLTE *models.DateTime `json:"scanDateLTE,omitempty"` - ScanDateIsNil bool `json:"scanDateIsNil,omitempty"` - ScanDateNotNil bool `json:"scanDateNotNil,omitempty"` + ScanDate *models.DateTime `json:"scanDate,omitempty"` + ScanDateGT *models.DateTime `json:"scanDateGT,omitempty"` + ScanDateGTE *models.DateTime `json:"scanDateGTE,omitempty"` + ScanDateLT *models.DateTime `json:"scanDateLT,omitempty"` + ScanDateLTE *models.DateTime `json:"scanDateLTE,omitempty"` + ScanDateIsNil bool `json:"scanDateIsNil,omitempty"` + ScanDateNotNil bool `json:"scanDateNotNil,omitempty"` // "next_scan_run_at" field predicates. - NextScanRunAt *models.DateTime `json:"nextScanRunAt,omitempty"` - NextScanRunAtNEQ *models.DateTime `json:"nextScanRunAtNEQ,omitempty"` - NextScanRunAtIn []models.DateTime `json:"nextScanRunAtIn,omitempty"` - NextScanRunAtNotIn []models.DateTime `json:"nextScanRunAtNotIn,omitempty"` - NextScanRunAtGT *models.DateTime `json:"nextScanRunAtGT,omitempty"` - NextScanRunAtGTE *models.DateTime `json:"nextScanRunAtGTE,omitempty"` - NextScanRunAtLT *models.DateTime `json:"nextScanRunAtLT,omitempty"` - NextScanRunAtLTE *models.DateTime `json:"nextScanRunAtLTE,omitempty"` - NextScanRunAtIsNil bool `json:"nextScanRunAtIsNil,omitempty"` - NextScanRunAtNotNil bool `json:"nextScanRunAtNotNil,omitempty"` + NextScanRunAt *models.DateTime `json:"nextScanRunAt,omitempty"` + NextScanRunAtGT *models.DateTime `json:"nextScanRunAtGT,omitempty"` + NextScanRunAtGTE *models.DateTime `json:"nextScanRunAtGTE,omitempty"` + NextScanRunAtLT *models.DateTime `json:"nextScanRunAtLT,omitempty"` + NextScanRunAtLTE *models.DateTime `json:"nextScanRunAtLTE,omitempty"` + NextScanRunAtIsNil bool `json:"nextScanRunAtIsNil,omitempty"` + NextScanRunAtNotNil bool `json:"nextScanRunAtNotNil,omitempty"` // "performed_by" field predicates. PerformedBy *string `json:"performedBy,omitempty"` PerformedByNEQ *string `json:"performedByNEQ,omitempty"` PerformedByIn []string `json:"performedByIn,omitempty"` PerformedByNotIn []string `json:"performedByNotIn,omitempty"` - PerformedByGT *string `json:"performedByGT,omitempty"` - PerformedByGTE *string `json:"performedByGTE,omitempty"` - PerformedByLT *string `json:"performedByLT,omitempty"` - PerformedByLTE *string `json:"performedByLTE,omitempty"` PerformedByContains *string `json:"performedByContains,omitempty"` PerformedByHasPrefix *string `json:"performedByHasPrefix,omitempty"` PerformedByHasSuffix *string `json:"performedByHasSuffix,omitempty"` @@ -98476,10 +80308,6 @@ type ScanWhereInput struct { PerformedByUserIDNEQ *string `json:"performedByUserIDNEQ,omitempty"` PerformedByUserIDIn []string `json:"performedByUserIDIn,omitempty"` PerformedByUserIDNotIn []string `json:"performedByUserIDNotIn,omitempty"` - PerformedByUserIDGT *string `json:"performedByUserIDGT,omitempty"` - PerformedByUserIDGTE *string `json:"performedByUserIDGTE,omitempty"` - PerformedByUserIDLT *string `json:"performedByUserIDLT,omitempty"` - PerformedByUserIDLTE *string `json:"performedByUserIDLTE,omitempty"` PerformedByUserIDContains *string `json:"performedByUserIDContains,omitempty"` PerformedByUserIDHasPrefix *string `json:"performedByUserIDHasPrefix,omitempty"` PerformedByUserIDHasSuffix *string `json:"performedByUserIDHasSuffix,omitempty"` @@ -98493,10 +80321,6 @@ type ScanWhereInput struct { PerformedByGroupIDNEQ *string `json:"performedByGroupIDNEQ,omitempty"` PerformedByGroupIDIn []string `json:"performedByGroupIDIn,omitempty"` PerformedByGroupIDNotIn []string `json:"performedByGroupIDNotIn,omitempty"` - PerformedByGroupIDGT *string `json:"performedByGroupIDGT,omitempty"` - PerformedByGroupIDGTE *string `json:"performedByGroupIDGTE,omitempty"` - PerformedByGroupIDLT *string `json:"performedByGroupIDLT,omitempty"` - PerformedByGroupIDLTE *string `json:"performedByGroupIDLTE,omitempty"` PerformedByGroupIDContains *string `json:"performedByGroupIDContains,omitempty"` PerformedByGroupIDHasPrefix *string `json:"performedByGroupIDHasPrefix,omitempty"` PerformedByGroupIDHasSuffix *string `json:"performedByGroupIDHasSuffix,omitempty"` @@ -98510,10 +80334,6 @@ type ScanWhereInput struct { GeneratedByPlatformIDNEQ *string `json:"generatedByPlatformIDNEQ,omitempty"` GeneratedByPlatformIDIn []string `json:"generatedByPlatformIDIn,omitempty"` GeneratedByPlatformIDNotIn []string `json:"generatedByPlatformIDNotIn,omitempty"` - GeneratedByPlatformIDGT *string `json:"generatedByPlatformIDGT,omitempty"` - GeneratedByPlatformIDGTE *string `json:"generatedByPlatformIDGTE,omitempty"` - GeneratedByPlatformIDLT *string `json:"generatedByPlatformIDLT,omitempty"` - GeneratedByPlatformIDLTE *string `json:"generatedByPlatformIDLTE,omitempty"` GeneratedByPlatformIDContains *string `json:"generatedByPlatformIDContains,omitempty"` GeneratedByPlatformIDHasPrefix *string `json:"generatedByPlatformIDHasPrefix,omitempty"` GeneratedByPlatformIDHasSuffix *string `json:"generatedByPlatformIDHasSuffix,omitempty"` @@ -98714,18 +80534,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, scan.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, scan.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, scan.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, scan.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, scan.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, scan.IDEqualFold(*i.IDEqualFold)) } @@ -98735,15 +80543,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if i.CreatedAt != nil { predicates = append(predicates, scan.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, scan.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, scan.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, scan.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, scan.CreatedAtGT(*i.CreatedAtGT)) } @@ -98765,15 +80564,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if i.UpdatedAt != nil { predicates = append(predicates, scan.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, scan.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, scan.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, scan.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, scan.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -98804,18 +80594,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, scan.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, scan.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, scan.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, scan.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, scan.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, scan.CreatedByContains(*i.CreatedByContains)) } @@ -98849,18 +80627,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, scan.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, scan.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, scan.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, scan.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, scan.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, scan.UpdatedByContains(*i.UpdatedByContains)) } @@ -98894,18 +80660,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, scan.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, scan.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, scan.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, scan.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, scan.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, scan.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -98939,18 +80693,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, scan.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, scan.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, scan.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, scan.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, scan.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, scan.OwnerIDContains(*i.OwnerIDContains)) } @@ -98996,18 +80738,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, scan.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, scan.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, scan.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, scan.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, scan.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, scan.InternalNotesContains(*i.InternalNotesContains)) } @@ -99041,18 +80771,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, scan.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, scan.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, scan.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, scan.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, scan.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, scan.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -99086,18 +80804,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, scan.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, scan.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, scan.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, scan.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, scan.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, scan.ReviewedByContains(*i.ReviewedByContains)) } @@ -99131,18 +80837,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, scan.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, scan.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, scan.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, scan.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, scan.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, scan.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -99176,18 +80870,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, scan.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, scan.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, scan.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, scan.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, scan.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, scan.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -99221,18 +80903,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.AssignedToNotIn) > 0 { predicates = append(predicates, scan.AssignedToNotIn(i.AssignedToNotIn...)) } - if i.AssignedToGT != nil { - predicates = append(predicates, scan.AssignedToGT(*i.AssignedToGT)) - } - if i.AssignedToGTE != nil { - predicates = append(predicates, scan.AssignedToGTE(*i.AssignedToGTE)) - } - if i.AssignedToLT != nil { - predicates = append(predicates, scan.AssignedToLT(*i.AssignedToLT)) - } - if i.AssignedToLTE != nil { - predicates = append(predicates, scan.AssignedToLTE(*i.AssignedToLTE)) - } if i.AssignedToContains != nil { predicates = append(predicates, scan.AssignedToContains(*i.AssignedToContains)) } @@ -99266,18 +80936,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.AssignedToUserIDNotIn) > 0 { predicates = append(predicates, scan.AssignedToUserIDNotIn(i.AssignedToUserIDNotIn...)) } - if i.AssignedToUserIDGT != nil { - predicates = append(predicates, scan.AssignedToUserIDGT(*i.AssignedToUserIDGT)) - } - if i.AssignedToUserIDGTE != nil { - predicates = append(predicates, scan.AssignedToUserIDGTE(*i.AssignedToUserIDGTE)) - } - if i.AssignedToUserIDLT != nil { - predicates = append(predicates, scan.AssignedToUserIDLT(*i.AssignedToUserIDLT)) - } - if i.AssignedToUserIDLTE != nil { - predicates = append(predicates, scan.AssignedToUserIDLTE(*i.AssignedToUserIDLTE)) - } if i.AssignedToUserIDContains != nil { predicates = append(predicates, scan.AssignedToUserIDContains(*i.AssignedToUserIDContains)) } @@ -99311,18 +80969,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.AssignedToGroupIDNotIn) > 0 { predicates = append(predicates, scan.AssignedToGroupIDNotIn(i.AssignedToGroupIDNotIn...)) } - if i.AssignedToGroupIDGT != nil { - predicates = append(predicates, scan.AssignedToGroupIDGT(*i.AssignedToGroupIDGT)) - } - if i.AssignedToGroupIDGTE != nil { - predicates = append(predicates, scan.AssignedToGroupIDGTE(*i.AssignedToGroupIDGTE)) - } - if i.AssignedToGroupIDLT != nil { - predicates = append(predicates, scan.AssignedToGroupIDLT(*i.AssignedToGroupIDLT)) - } - if i.AssignedToGroupIDLTE != nil { - predicates = append(predicates, scan.AssignedToGroupIDLTE(*i.AssignedToGroupIDLTE)) - } if i.AssignedToGroupIDContains != nil { predicates = append(predicates, scan.AssignedToGroupIDContains(*i.AssignedToGroupIDContains)) } @@ -99356,18 +81002,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, scan.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, scan.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, scan.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, scan.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, scan.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, scan.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -99401,18 +81035,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, scan.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, scan.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, scan.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, scan.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, scan.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, scan.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -99446,18 +81068,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, scan.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, scan.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, scan.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, scan.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, scan.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, scan.ScopeNameContains(*i.ScopeNameContains)) } @@ -99491,18 +81101,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, scan.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, scan.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, scan.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, scan.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, scan.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, scan.ScopeIDContains(*i.ScopeIDContains)) } @@ -99536,18 +81134,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.TargetNotIn) > 0 { predicates = append(predicates, scan.TargetNotIn(i.TargetNotIn...)) } - if i.TargetGT != nil { - predicates = append(predicates, scan.TargetGT(*i.TargetGT)) - } - if i.TargetGTE != nil { - predicates = append(predicates, scan.TargetGTE(*i.TargetGTE)) - } - if i.TargetLT != nil { - predicates = append(predicates, scan.TargetLT(*i.TargetLT)) - } - if i.TargetLTE != nil { - predicates = append(predicates, scan.TargetLTE(*i.TargetLTE)) - } if i.TargetContains != nil { predicates = append(predicates, scan.TargetContains(*i.TargetContains)) } @@ -99578,15 +81164,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if i.ScanDate != nil { predicates = append(predicates, scan.ScanDateEQ(*i.ScanDate)) } - if i.ScanDateNEQ != nil { - predicates = append(predicates, scan.ScanDateNEQ(*i.ScanDateNEQ)) - } - if len(i.ScanDateIn) > 0 { - predicates = append(predicates, scan.ScanDateIn(i.ScanDateIn...)) - } - if len(i.ScanDateNotIn) > 0 { - predicates = append(predicates, scan.ScanDateNotIn(i.ScanDateNotIn...)) - } if i.ScanDateGT != nil { predicates = append(predicates, scan.ScanDateGT(*i.ScanDateGT)) } @@ -99608,15 +81185,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if i.NextScanRunAt != nil { predicates = append(predicates, scan.NextScanRunAtEQ(*i.NextScanRunAt)) } - if i.NextScanRunAtNEQ != nil { - predicates = append(predicates, scan.NextScanRunAtNEQ(*i.NextScanRunAtNEQ)) - } - if len(i.NextScanRunAtIn) > 0 { - predicates = append(predicates, scan.NextScanRunAtIn(i.NextScanRunAtIn...)) - } - if len(i.NextScanRunAtNotIn) > 0 { - predicates = append(predicates, scan.NextScanRunAtNotIn(i.NextScanRunAtNotIn...)) - } if i.NextScanRunAtGT != nil { predicates = append(predicates, scan.NextScanRunAtGT(*i.NextScanRunAtGT)) } @@ -99647,18 +81215,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.PerformedByNotIn) > 0 { predicates = append(predicates, scan.PerformedByNotIn(i.PerformedByNotIn...)) } - if i.PerformedByGT != nil { - predicates = append(predicates, scan.PerformedByGT(*i.PerformedByGT)) - } - if i.PerformedByGTE != nil { - predicates = append(predicates, scan.PerformedByGTE(*i.PerformedByGTE)) - } - if i.PerformedByLT != nil { - predicates = append(predicates, scan.PerformedByLT(*i.PerformedByLT)) - } - if i.PerformedByLTE != nil { - predicates = append(predicates, scan.PerformedByLTE(*i.PerformedByLTE)) - } if i.PerformedByContains != nil { predicates = append(predicates, scan.PerformedByContains(*i.PerformedByContains)) } @@ -99692,18 +81248,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.PerformedByUserIDNotIn) > 0 { predicates = append(predicates, scan.PerformedByUserIDNotIn(i.PerformedByUserIDNotIn...)) } - if i.PerformedByUserIDGT != nil { - predicates = append(predicates, scan.PerformedByUserIDGT(*i.PerformedByUserIDGT)) - } - if i.PerformedByUserIDGTE != nil { - predicates = append(predicates, scan.PerformedByUserIDGTE(*i.PerformedByUserIDGTE)) - } - if i.PerformedByUserIDLT != nil { - predicates = append(predicates, scan.PerformedByUserIDLT(*i.PerformedByUserIDLT)) - } - if i.PerformedByUserIDLTE != nil { - predicates = append(predicates, scan.PerformedByUserIDLTE(*i.PerformedByUserIDLTE)) - } if i.PerformedByUserIDContains != nil { predicates = append(predicates, scan.PerformedByUserIDContains(*i.PerformedByUserIDContains)) } @@ -99737,18 +81281,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.PerformedByGroupIDNotIn) > 0 { predicates = append(predicates, scan.PerformedByGroupIDNotIn(i.PerformedByGroupIDNotIn...)) } - if i.PerformedByGroupIDGT != nil { - predicates = append(predicates, scan.PerformedByGroupIDGT(*i.PerformedByGroupIDGT)) - } - if i.PerformedByGroupIDGTE != nil { - predicates = append(predicates, scan.PerformedByGroupIDGTE(*i.PerformedByGroupIDGTE)) - } - if i.PerformedByGroupIDLT != nil { - predicates = append(predicates, scan.PerformedByGroupIDLT(*i.PerformedByGroupIDLT)) - } - if i.PerformedByGroupIDLTE != nil { - predicates = append(predicates, scan.PerformedByGroupIDLTE(*i.PerformedByGroupIDLTE)) - } if i.PerformedByGroupIDContains != nil { predicates = append(predicates, scan.PerformedByGroupIDContains(*i.PerformedByGroupIDContains)) } @@ -99782,18 +81314,6 @@ func (i *ScanWhereInput) P() (predicate.Scan, error) { if len(i.GeneratedByPlatformIDNotIn) > 0 { predicates = append(predicates, scan.GeneratedByPlatformIDNotIn(i.GeneratedByPlatformIDNotIn...)) } - if i.GeneratedByPlatformIDGT != nil { - predicates = append(predicates, scan.GeneratedByPlatformIDGT(*i.GeneratedByPlatformIDGT)) - } - if i.GeneratedByPlatformIDGTE != nil { - predicates = append(predicates, scan.GeneratedByPlatformIDGTE(*i.GeneratedByPlatformIDGTE)) - } - if i.GeneratedByPlatformIDLT != nil { - predicates = append(predicates, scan.GeneratedByPlatformIDLT(*i.GeneratedByPlatformIDLT)) - } - if i.GeneratedByPlatformIDLTE != nil { - predicates = append(predicates, scan.GeneratedByPlatformIDLTE(*i.GeneratedByPlatformIDLTE)) - } if i.GeneratedByPlatformIDContains != nil { predicates = append(predicates, scan.GeneratedByPlatformIDContains(*i.GeneratedByPlatformIDContains)) } @@ -100320,46 +81840,32 @@ type ScheduledJobWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -100373,10 +81879,6 @@ type ScheduledJobWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -100390,10 +81892,6 @@ type ScheduledJobWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -100407,10 +81905,6 @@ type ScheduledJobWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -100422,10 +81916,6 @@ type ScheduledJobWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -100439,10 +81929,6 @@ type ScheduledJobWhereInput struct { JobIDNEQ *string `json:"jobIDNEQ,omitempty"` JobIDIn []string `json:"jobIDIn,omitempty"` JobIDNotIn []string `json:"jobIDNotIn,omitempty"` - JobIDGT *string `json:"jobIDGT,omitempty"` - JobIDGTE *string `json:"jobIDGTE,omitempty"` - JobIDLT *string `json:"jobIDLT,omitempty"` - JobIDLTE *string `json:"jobIDLTE,omitempty"` JobIDContains *string `json:"jobIDContains,omitempty"` JobIDHasPrefix *string `json:"jobIDHasPrefix,omitempty"` JobIDHasSuffix *string `json:"jobIDHasSuffix,omitempty"` @@ -100458,10 +81944,6 @@ type ScheduledJobWhereInput struct { JobRunnerIDNEQ *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIDGT *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIDGTE *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIDLT *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIDLTE *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -100574,18 +82056,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, scheduledjob.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, scheduledjob.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, scheduledjob.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, scheduledjob.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, scheduledjob.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, scheduledjob.IDEqualFold(*i.IDEqualFold)) } @@ -100595,15 +82065,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if i.CreatedAt != nil { predicates = append(predicates, scheduledjob.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, scheduledjob.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, scheduledjob.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjob.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, scheduledjob.CreatedAtGT(*i.CreatedAtGT)) } @@ -100625,15 +82086,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if i.UpdatedAt != nil { predicates = append(predicates, scheduledjob.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, scheduledjob.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, scheduledjob.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjob.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, scheduledjob.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -100664,18 +82116,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, scheduledjob.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, scheduledjob.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, scheduledjob.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, scheduledjob.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, scheduledjob.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, scheduledjob.CreatedByContains(*i.CreatedByContains)) } @@ -100709,18 +82149,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, scheduledjob.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, scheduledjob.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, scheduledjob.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, scheduledjob.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, scheduledjob.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, scheduledjob.UpdatedByContains(*i.UpdatedByContains)) } @@ -100754,18 +82182,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, scheduledjob.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, scheduledjob.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, scheduledjob.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, scheduledjob.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, scheduledjob.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, scheduledjob.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -100799,18 +82215,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, scheduledjob.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, scheduledjob.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, scheduledjob.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, scheduledjob.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, scheduledjob.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, scheduledjob.DisplayIDContains(*i.DisplayIDContains)) } @@ -100838,18 +82242,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, scheduledjob.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, scheduledjob.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, scheduledjob.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, scheduledjob.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, scheduledjob.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, scheduledjob.OwnerIDContains(*i.OwnerIDContains)) } @@ -100883,18 +82275,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.JobIDNotIn) > 0 { predicates = append(predicates, scheduledjob.JobIDNotIn(i.JobIDNotIn...)) } - if i.JobIDGT != nil { - predicates = append(predicates, scheduledjob.JobIDGT(*i.JobIDGT)) - } - if i.JobIDGTE != nil { - predicates = append(predicates, scheduledjob.JobIDGTE(*i.JobIDGTE)) - } - if i.JobIDLT != nil { - predicates = append(predicates, scheduledjob.JobIDLT(*i.JobIDLT)) - } - if i.JobIDLTE != nil { - predicates = append(predicates, scheduledjob.JobIDLTE(*i.JobIDLTE)) - } if i.JobIDContains != nil { predicates = append(predicates, scheduledjob.JobIDContains(*i.JobIDContains)) } @@ -100928,18 +82308,6 @@ func (i *ScheduledJobWhereInput) P() (predicate.ScheduledJob, error) { if len(i.JobRunnerIDNotIn) > 0 { predicates = append(predicates, scheduledjob.JobRunnerIDNotIn(i.JobRunnerIDNotIn...)) } - if i.JobRunnerIDGT != nil { - predicates = append(predicates, scheduledjob.JobRunnerIDGT(*i.JobRunnerIDGT)) - } - if i.JobRunnerIDGTE != nil { - predicates = append(predicates, scheduledjob.JobRunnerIDGTE(*i.JobRunnerIDGTE)) - } - if i.JobRunnerIDLT != nil { - predicates = append(predicates, scheduledjob.JobRunnerIDLT(*i.JobRunnerIDLT)) - } - if i.JobRunnerIDLTE != nil { - predicates = append(predicates, scheduledjob.JobRunnerIDLTE(*i.JobRunnerIDLTE)) - } if i.JobRunnerIDContains != nil { predicates = append(predicates, scheduledjob.JobRunnerIDContains(*i.JobRunnerIDContains)) } @@ -101079,46 +82447,32 @@ type ScheduledJobRunWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -101132,10 +82486,6 @@ type ScheduledJobRunWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -101149,10 +82499,6 @@ type ScheduledJobRunWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -101166,10 +82512,6 @@ type ScheduledJobRunWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -101183,10 +82525,6 @@ type ScheduledJobRunWhereInput struct { JobRunnerIDNEQ *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIDGT *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIDGTE *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIDLT *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIDLTE *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -101204,10 +82542,6 @@ type ScheduledJobRunWhereInput struct { ScheduledJobIDNEQ *string `json:"scheduledJobIDNEQ,omitempty"` ScheduledJobIDIn []string `json:"scheduledJobIDIn,omitempty"` ScheduledJobIDNotIn []string `json:"scheduledJobIDNotIn,omitempty"` - ScheduledJobIDGT *string `json:"scheduledJobIDGT,omitempty"` - ScheduledJobIDGTE *string `json:"scheduledJobIDGTE,omitempty"` - ScheduledJobIDLT *string `json:"scheduledJobIDLT,omitempty"` - ScheduledJobIDLTE *string `json:"scheduledJobIDLTE,omitempty"` ScheduledJobIDContains *string `json:"scheduledJobIDContains,omitempty"` ScheduledJobIDHasPrefix *string `json:"scheduledJobIDHasPrefix,omitempty"` ScheduledJobIDHasSuffix *string `json:"scheduledJobIDHasSuffix,omitempty"` @@ -101215,24 +82549,17 @@ type ScheduledJobRunWhereInput struct { ScheduledJobIDContainsFold *string `json:"scheduledJobIDContainsFold,omitempty"` // "expected_execution_time" field predicates. - ExpectedExecutionTime *time.Time `json:"expectedExecutionTime,omitempty"` - ExpectedExecutionTimeNEQ *time.Time `json:"expectedExecutionTimeNEQ,omitempty"` - ExpectedExecutionTimeIn []time.Time `json:"expectedExecutionTimeIn,omitempty"` - ExpectedExecutionTimeNotIn []time.Time `json:"expectedExecutionTimeNotIn,omitempty"` - ExpectedExecutionTimeGT *time.Time `json:"expectedExecutionTimeGT,omitempty"` - ExpectedExecutionTimeGTE *time.Time `json:"expectedExecutionTimeGTE,omitempty"` - ExpectedExecutionTimeLT *time.Time `json:"expectedExecutionTimeLT,omitempty"` - ExpectedExecutionTimeLTE *time.Time `json:"expectedExecutionTimeLTE,omitempty"` + ExpectedExecutionTime *time.Time `json:"expectedExecutionTime,omitempty"` + ExpectedExecutionTimeGT *time.Time `json:"expectedExecutionTimeGT,omitempty"` + ExpectedExecutionTimeGTE *time.Time `json:"expectedExecutionTimeGTE,omitempty"` + ExpectedExecutionTimeLT *time.Time `json:"expectedExecutionTimeLT,omitempty"` + ExpectedExecutionTimeLTE *time.Time `json:"expectedExecutionTimeLTE,omitempty"` // "script" field predicates. Script *string `json:"script,omitempty"` ScriptNEQ *string `json:"scriptNEQ,omitempty"` ScriptIn []string `json:"scriptIn,omitempty"` ScriptNotIn []string `json:"scriptNotIn,omitempty"` - ScriptGT *string `json:"scriptGT,omitempty"` - ScriptGTE *string `json:"scriptGTE,omitempty"` - ScriptLT *string `json:"scriptLT,omitempty"` - ScriptLTE *string `json:"scriptLTE,omitempty"` ScriptContains *string `json:"scriptContains,omitempty"` ScriptHasPrefix *string `json:"scriptHasPrefix,omitempty"` ScriptHasSuffix *string `json:"scriptHasSuffix,omitempty"` @@ -101335,18 +82662,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, scheduledjobrun.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, scheduledjobrun.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, scheduledjobrun.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, scheduledjobrun.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, scheduledjobrun.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, scheduledjobrun.IDEqualFold(*i.IDEqualFold)) } @@ -101356,15 +82671,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if i.CreatedAt != nil { predicates = append(predicates, scheduledjobrun.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, scheduledjobrun.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, scheduledjobrun.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjobrun.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, scheduledjobrun.CreatedAtGT(*i.CreatedAtGT)) } @@ -101386,15 +82692,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if i.UpdatedAt != nil { predicates = append(predicates, scheduledjobrun.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, scheduledjobrun.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, scheduledjobrun.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjobrun.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, scheduledjobrun.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -101425,18 +82722,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, scheduledjobrun.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, scheduledjobrun.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, scheduledjobrun.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, scheduledjobrun.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, scheduledjobrun.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, scheduledjobrun.CreatedByContains(*i.CreatedByContains)) } @@ -101470,18 +82755,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, scheduledjobrun.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, scheduledjobrun.UpdatedByContains(*i.UpdatedByContains)) } @@ -101515,18 +82788,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, scheduledjobrun.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -101560,18 +82821,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, scheduledjobrun.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, scheduledjobrun.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, scheduledjobrun.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, scheduledjobrun.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, scheduledjobrun.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, scheduledjobrun.OwnerIDContains(*i.OwnerIDContains)) } @@ -101605,18 +82854,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.JobRunnerIDNotIn) > 0 { predicates = append(predicates, scheduledjobrun.JobRunnerIDNotIn(i.JobRunnerIDNotIn...)) } - if i.JobRunnerIDGT != nil { - predicates = append(predicates, scheduledjobrun.JobRunnerIDGT(*i.JobRunnerIDGT)) - } - if i.JobRunnerIDGTE != nil { - predicates = append(predicates, scheduledjobrun.JobRunnerIDGTE(*i.JobRunnerIDGTE)) - } - if i.JobRunnerIDLT != nil { - predicates = append(predicates, scheduledjobrun.JobRunnerIDLT(*i.JobRunnerIDLT)) - } - if i.JobRunnerIDLTE != nil { - predicates = append(predicates, scheduledjobrun.JobRunnerIDLTE(*i.JobRunnerIDLTE)) - } if i.JobRunnerIDContains != nil { predicates = append(predicates, scheduledjobrun.JobRunnerIDContains(*i.JobRunnerIDContains)) } @@ -101656,18 +82893,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.ScheduledJobIDNotIn) > 0 { predicates = append(predicates, scheduledjobrun.ScheduledJobIDNotIn(i.ScheduledJobIDNotIn...)) } - if i.ScheduledJobIDGT != nil { - predicates = append(predicates, scheduledjobrun.ScheduledJobIDGT(*i.ScheduledJobIDGT)) - } - if i.ScheduledJobIDGTE != nil { - predicates = append(predicates, scheduledjobrun.ScheduledJobIDGTE(*i.ScheduledJobIDGTE)) - } - if i.ScheduledJobIDLT != nil { - predicates = append(predicates, scheduledjobrun.ScheduledJobIDLT(*i.ScheduledJobIDLT)) - } - if i.ScheduledJobIDLTE != nil { - predicates = append(predicates, scheduledjobrun.ScheduledJobIDLTE(*i.ScheduledJobIDLTE)) - } if i.ScheduledJobIDContains != nil { predicates = append(predicates, scheduledjobrun.ScheduledJobIDContains(*i.ScheduledJobIDContains)) } @@ -101686,15 +82911,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if i.ExpectedExecutionTime != nil { predicates = append(predicates, scheduledjobrun.ExpectedExecutionTimeEQ(*i.ExpectedExecutionTime)) } - if i.ExpectedExecutionTimeNEQ != nil { - predicates = append(predicates, scheduledjobrun.ExpectedExecutionTimeNEQ(*i.ExpectedExecutionTimeNEQ)) - } - if len(i.ExpectedExecutionTimeIn) > 0 { - predicates = append(predicates, scheduledjobrun.ExpectedExecutionTimeIn(i.ExpectedExecutionTimeIn...)) - } - if len(i.ExpectedExecutionTimeNotIn) > 0 { - predicates = append(predicates, scheduledjobrun.ExpectedExecutionTimeNotIn(i.ExpectedExecutionTimeNotIn...)) - } if i.ExpectedExecutionTimeGT != nil { predicates = append(predicates, scheduledjobrun.ExpectedExecutionTimeGT(*i.ExpectedExecutionTimeGT)) } @@ -101719,18 +82935,6 @@ func (i *ScheduledJobRunWhereInput) P() (predicate.ScheduledJobRun, error) { if len(i.ScriptNotIn) > 0 { predicates = append(predicates, scheduledjobrun.ScriptNotIn(i.ScriptNotIn...)) } - if i.ScriptGT != nil { - predicates = append(predicates, scheduledjobrun.ScriptGT(*i.ScriptGT)) - } - if i.ScriptGTE != nil { - predicates = append(predicates, scheduledjobrun.ScriptGTE(*i.ScriptGTE)) - } - if i.ScriptLT != nil { - predicates = append(predicates, scheduledjobrun.ScriptLT(*i.ScriptLT)) - } - if i.ScriptLTE != nil { - predicates = append(predicates, scheduledjobrun.ScriptLTE(*i.ScriptLTE)) - } if i.ScriptContains != nil { predicates = append(predicates, scheduledjobrun.ScriptContains(*i.ScriptContains)) } @@ -101826,46 +83030,32 @@ type StandardWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -101879,10 +83069,6 @@ type StandardWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -101896,10 +83082,6 @@ type StandardWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -101913,10 +83095,6 @@ type StandardWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -101930,10 +83108,6 @@ type StandardWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -101953,10 +83127,6 @@ type StandardWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -101970,10 +83140,6 @@ type StandardWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -101987,10 +83153,6 @@ type StandardWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -102002,10 +83164,6 @@ type StandardWhereInput struct { ShortNameNEQ *string `json:"shortNameNEQ,omitempty"` ShortNameIn []string `json:"shortNameIn,omitempty"` ShortNameNotIn []string `json:"shortNameNotIn,omitempty"` - ShortNameGT *string `json:"shortNameGT,omitempty"` - ShortNameGTE *string `json:"shortNameGTE,omitempty"` - ShortNameLT *string `json:"shortNameLT,omitempty"` - ShortNameLTE *string `json:"shortNameLTE,omitempty"` ShortNameContains *string `json:"shortNameContains,omitempty"` ShortNameHasPrefix *string `json:"shortNameHasPrefix,omitempty"` ShortNameHasSuffix *string `json:"shortNameHasSuffix,omitempty"` @@ -102019,10 +83177,6 @@ type StandardWhereInput struct { FrameworkNEQ *string `json:"frameworkNEQ,omitempty"` FrameworkIn []string `json:"frameworkIn,omitempty"` FrameworkNotIn []string `json:"frameworkNotIn,omitempty"` - FrameworkGT *string `json:"frameworkGT,omitempty"` - FrameworkGTE *string `json:"frameworkGTE,omitempty"` - FrameworkLT *string `json:"frameworkLT,omitempty"` - FrameworkLTE *string `json:"frameworkLTE,omitempty"` FrameworkContains *string `json:"frameworkContains,omitempty"` FrameworkHasPrefix *string `json:"frameworkHasPrefix,omitempty"` FrameworkHasSuffix *string `json:"frameworkHasSuffix,omitempty"` @@ -102036,10 +83190,6 @@ type StandardWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -102053,10 +83203,6 @@ type StandardWhereInput struct { GoverningBodyLogoURLNEQ *string `json:"governingBodyLogoURLNEQ,omitempty"` GoverningBodyLogoURLIn []string `json:"governingBodyLogoURLIn,omitempty"` GoverningBodyLogoURLNotIn []string `json:"governingBodyLogoURLNotIn,omitempty"` - GoverningBodyLogoURLGT *string `json:"governingBodyLogoURLGT,omitempty"` - GoverningBodyLogoURLGTE *string `json:"governingBodyLogoURLGTE,omitempty"` - GoverningBodyLogoURLLT *string `json:"governingBodyLogoURLLT,omitempty"` - GoverningBodyLogoURLLTE *string `json:"governingBodyLogoURLLTE,omitempty"` GoverningBodyLogoURLContains *string `json:"governingBodyLogoURLContains,omitempty"` GoverningBodyLogoURLHasPrefix *string `json:"governingBodyLogoURLHasPrefix,omitempty"` GoverningBodyLogoURLHasSuffix *string `json:"governingBodyLogoURLHasSuffix,omitempty"` @@ -102070,10 +83216,6 @@ type StandardWhereInput struct { GoverningBodyNEQ *string `json:"governingBodyNEQ,omitempty"` GoverningBodyIn []string `json:"governingBodyIn,omitempty"` GoverningBodyNotIn []string `json:"governingBodyNotIn,omitempty"` - GoverningBodyGT *string `json:"governingBodyGT,omitempty"` - GoverningBodyGTE *string `json:"governingBodyGTE,omitempty"` - GoverningBodyLT *string `json:"governingBodyLT,omitempty"` - GoverningBodyLTE *string `json:"governingBodyLTE,omitempty"` GoverningBodyContains *string `json:"governingBodyContains,omitempty"` GoverningBodyHasPrefix *string `json:"governingBodyHasPrefix,omitempty"` GoverningBodyHasSuffix *string `json:"governingBodyHasSuffix,omitempty"` @@ -102087,10 +83229,6 @@ type StandardWhereInput struct { LinkNEQ *string `json:"linkNEQ,omitempty"` LinkIn []string `json:"linkIn,omitempty"` LinkNotIn []string `json:"linkNotIn,omitempty"` - LinkGT *string `json:"linkGT,omitempty"` - LinkGTE *string `json:"linkGTE,omitempty"` - LinkLT *string `json:"linkLT,omitempty"` - LinkLTE *string `json:"linkLTE,omitempty"` LinkContains *string `json:"linkContains,omitempty"` LinkHasPrefix *string `json:"linkHasPrefix,omitempty"` LinkHasSuffix *string `json:"linkHasSuffix,omitempty"` @@ -102124,10 +83262,6 @@ type StandardWhereInput struct { StandardTypeNEQ *string `json:"standardTypeNEQ,omitempty"` StandardTypeIn []string `json:"standardTypeIn,omitempty"` StandardTypeNotIn []string `json:"standardTypeNotIn,omitempty"` - StandardTypeGT *string `json:"standardTypeGT,omitempty"` - StandardTypeGTE *string `json:"standardTypeGTE,omitempty"` - StandardTypeLT *string `json:"standardTypeLT,omitempty"` - StandardTypeLTE *string `json:"standardTypeLTE,omitempty"` StandardTypeContains *string `json:"standardTypeContains,omitempty"` StandardTypeHasPrefix *string `json:"standardTypeHasPrefix,omitempty"` StandardTypeHasSuffix *string `json:"standardTypeHasSuffix,omitempty"` @@ -102141,10 +83275,6 @@ type StandardWhereInput struct { VersionNEQ *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGT *string `json:"versionGT,omitempty"` - VersionGTE *string `json:"versionGTE,omitempty"` - VersionLT *string `json:"versionLT,omitempty"` - VersionLTE *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -102158,10 +83288,6 @@ type StandardWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -102284,18 +83410,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, standard.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, standard.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, standard.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, standard.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, standard.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, standard.IDEqualFold(*i.IDEqualFold)) } @@ -102305,15 +83419,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if i.CreatedAt != nil { predicates = append(predicates, standard.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, standard.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, standard.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, standard.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, standard.CreatedAtGT(*i.CreatedAtGT)) } @@ -102335,15 +83440,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if i.UpdatedAt != nil { predicates = append(predicates, standard.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, standard.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, standard.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, standard.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, standard.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -102374,18 +83470,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, standard.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, standard.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, standard.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, standard.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, standard.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, standard.CreatedByContains(*i.CreatedByContains)) } @@ -102419,18 +83503,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, standard.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, standard.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, standard.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, standard.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, standard.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, standard.UpdatedByContains(*i.UpdatedByContains)) } @@ -102464,18 +83536,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, standard.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, standard.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, standard.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, standard.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, standard.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, standard.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -102509,18 +83569,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, standard.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, standard.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, standard.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, standard.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, standard.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, standard.RevisionContains(*i.RevisionContains)) } @@ -102554,18 +83602,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, standard.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, standard.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, standard.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, standard.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, standard.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, standard.OwnerIDContains(*i.OwnerIDContains)) } @@ -102611,18 +83647,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, standard.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, standard.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, standard.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, standard.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, standard.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, standard.InternalNotesContains(*i.InternalNotesContains)) } @@ -102656,18 +83680,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, standard.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, standard.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, standard.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, standard.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, standard.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, standard.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -102701,18 +83713,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, standard.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, standard.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, standard.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, standard.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, standard.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, standard.NameContains(*i.NameContains)) } @@ -102740,18 +83740,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.ShortNameNotIn) > 0 { predicates = append(predicates, standard.ShortNameNotIn(i.ShortNameNotIn...)) } - if i.ShortNameGT != nil { - predicates = append(predicates, standard.ShortNameGT(*i.ShortNameGT)) - } - if i.ShortNameGTE != nil { - predicates = append(predicates, standard.ShortNameGTE(*i.ShortNameGTE)) - } - if i.ShortNameLT != nil { - predicates = append(predicates, standard.ShortNameLT(*i.ShortNameLT)) - } - if i.ShortNameLTE != nil { - predicates = append(predicates, standard.ShortNameLTE(*i.ShortNameLTE)) - } if i.ShortNameContains != nil { predicates = append(predicates, standard.ShortNameContains(*i.ShortNameContains)) } @@ -102785,18 +83773,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.FrameworkNotIn) > 0 { predicates = append(predicates, standard.FrameworkNotIn(i.FrameworkNotIn...)) } - if i.FrameworkGT != nil { - predicates = append(predicates, standard.FrameworkGT(*i.FrameworkGT)) - } - if i.FrameworkGTE != nil { - predicates = append(predicates, standard.FrameworkGTE(*i.FrameworkGTE)) - } - if i.FrameworkLT != nil { - predicates = append(predicates, standard.FrameworkLT(*i.FrameworkLT)) - } - if i.FrameworkLTE != nil { - predicates = append(predicates, standard.FrameworkLTE(*i.FrameworkLTE)) - } if i.FrameworkContains != nil { predicates = append(predicates, standard.FrameworkContains(*i.FrameworkContains)) } @@ -102830,18 +83806,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, standard.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, standard.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, standard.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, standard.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, standard.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, standard.DescriptionContains(*i.DescriptionContains)) } @@ -102875,18 +83839,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.GoverningBodyLogoURLNotIn) > 0 { predicates = append(predicates, standard.GoverningBodyLogoURLNotIn(i.GoverningBodyLogoURLNotIn...)) } - if i.GoverningBodyLogoURLGT != nil { - predicates = append(predicates, standard.GoverningBodyLogoURLGT(*i.GoverningBodyLogoURLGT)) - } - if i.GoverningBodyLogoURLGTE != nil { - predicates = append(predicates, standard.GoverningBodyLogoURLGTE(*i.GoverningBodyLogoURLGTE)) - } - if i.GoverningBodyLogoURLLT != nil { - predicates = append(predicates, standard.GoverningBodyLogoURLLT(*i.GoverningBodyLogoURLLT)) - } - if i.GoverningBodyLogoURLLTE != nil { - predicates = append(predicates, standard.GoverningBodyLogoURLLTE(*i.GoverningBodyLogoURLLTE)) - } if i.GoverningBodyLogoURLContains != nil { predicates = append(predicates, standard.GoverningBodyLogoURLContains(*i.GoverningBodyLogoURLContains)) } @@ -102920,18 +83872,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.GoverningBodyNotIn) > 0 { predicates = append(predicates, standard.GoverningBodyNotIn(i.GoverningBodyNotIn...)) } - if i.GoverningBodyGT != nil { - predicates = append(predicates, standard.GoverningBodyGT(*i.GoverningBodyGT)) - } - if i.GoverningBodyGTE != nil { - predicates = append(predicates, standard.GoverningBodyGTE(*i.GoverningBodyGTE)) - } - if i.GoverningBodyLT != nil { - predicates = append(predicates, standard.GoverningBodyLT(*i.GoverningBodyLT)) - } - if i.GoverningBodyLTE != nil { - predicates = append(predicates, standard.GoverningBodyLTE(*i.GoverningBodyLTE)) - } if i.GoverningBodyContains != nil { predicates = append(predicates, standard.GoverningBodyContains(*i.GoverningBodyContains)) } @@ -102965,18 +83905,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.LinkNotIn) > 0 { predicates = append(predicates, standard.LinkNotIn(i.LinkNotIn...)) } - if i.LinkGT != nil { - predicates = append(predicates, standard.LinkGT(*i.LinkGT)) - } - if i.LinkGTE != nil { - predicates = append(predicates, standard.LinkGTE(*i.LinkGTE)) - } - if i.LinkLT != nil { - predicates = append(predicates, standard.LinkLT(*i.LinkLT)) - } - if i.LinkLTE != nil { - predicates = append(predicates, standard.LinkLTE(*i.LinkLTE)) - } if i.LinkContains != nil { predicates = append(predicates, standard.LinkContains(*i.LinkContains)) } @@ -103052,18 +83980,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.StandardTypeNotIn) > 0 { predicates = append(predicates, standard.StandardTypeNotIn(i.StandardTypeNotIn...)) } - if i.StandardTypeGT != nil { - predicates = append(predicates, standard.StandardTypeGT(*i.StandardTypeGT)) - } - if i.StandardTypeGTE != nil { - predicates = append(predicates, standard.StandardTypeGTE(*i.StandardTypeGTE)) - } - if i.StandardTypeLT != nil { - predicates = append(predicates, standard.StandardTypeLT(*i.StandardTypeLT)) - } - if i.StandardTypeLTE != nil { - predicates = append(predicates, standard.StandardTypeLTE(*i.StandardTypeLTE)) - } if i.StandardTypeContains != nil { predicates = append(predicates, standard.StandardTypeContains(*i.StandardTypeContains)) } @@ -103097,18 +84013,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.VersionNotIn) > 0 { predicates = append(predicates, standard.VersionNotIn(i.VersionNotIn...)) } - if i.VersionGT != nil { - predicates = append(predicates, standard.VersionGT(*i.VersionGT)) - } - if i.VersionGTE != nil { - predicates = append(predicates, standard.VersionGTE(*i.VersionGTE)) - } - if i.VersionLT != nil { - predicates = append(predicates, standard.VersionLT(*i.VersionLT)) - } - if i.VersionLTE != nil { - predicates = append(predicates, standard.VersionLTE(*i.VersionLTE)) - } if i.VersionContains != nil { predicates = append(predicates, standard.VersionContains(*i.VersionContains)) } @@ -103142,18 +84046,6 @@ func (i *StandardWhereInput) P() (predicate.Standard, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, standard.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, standard.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, standard.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, standard.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, standard.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, standard.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -103332,46 +84224,32 @@ type SubcontrolWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -103385,10 +84263,6 @@ type SubcontrolWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -103402,10 +84276,6 @@ type SubcontrolWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -103419,10 +84289,6 @@ type SubcontrolWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -103434,10 +84300,6 @@ type SubcontrolWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -103451,10 +84313,6 @@ type SubcontrolWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -103468,10 +84326,6 @@ type SubcontrolWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -103485,10 +84339,6 @@ type SubcontrolWhereInput struct { ReferenceIDNEQ *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIDGT *string `json:"referenceIDGT,omitempty"` - ReferenceIDGTE *string `json:"referenceIDGTE,omitempty"` - ReferenceIDLT *string `json:"referenceIDLT,omitempty"` - ReferenceIDLTE *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -103502,10 +84352,6 @@ type SubcontrolWhereInput struct { AuditorReferenceIDNEQ *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIDGT *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIDGTE *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIDLT *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIDLTE *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -103519,10 +84365,6 @@ type SubcontrolWhereInput struct { ResponsiblePartyIDNEQ *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIDGT *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIDGTE *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIDLT *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIDLTE *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -103552,10 +84394,6 @@ type SubcontrolWhereInput struct { ImplementationDescriptionNEQ *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGT *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGTE *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLT *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLTE *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -103569,10 +84407,6 @@ type SubcontrolWhereInput struct { PublicRepresentationNEQ *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGT *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGTE *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLT *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLTE *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -103594,10 +84428,6 @@ type SubcontrolWhereInput struct { SourceNameNEQ *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGT *string `json:"sourceNameGT,omitempty"` - SourceNameGTE *string `json:"sourceNameGTE,omitempty"` - SourceNameLT *string `json:"sourceNameLT,omitempty"` - SourceNameLTE *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -103611,10 +84441,6 @@ type SubcontrolWhereInput struct { ReferenceFrameworkNEQ *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGT *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGTE *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLT *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLTE *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -103628,10 +84454,6 @@ type SubcontrolWhereInput struct { ReferenceFrameworkRevisionNEQ *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGT *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGTE *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLT *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLTE *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -103645,10 +84467,6 @@ type SubcontrolWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -103662,10 +84480,6 @@ type SubcontrolWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -103679,10 +84493,6 @@ type SubcontrolWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -103696,10 +84506,6 @@ type SubcontrolWhereInput struct { ControlOwnerIDNEQ *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIDGT *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIDGTE *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIDLT *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIDLTE *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -103713,10 +84519,6 @@ type SubcontrolWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -103730,10 +84532,6 @@ type SubcontrolWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -103753,10 +84551,6 @@ type SubcontrolWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -103770,10 +84564,6 @@ type SubcontrolWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -103787,10 +84577,6 @@ type SubcontrolWhereInput struct { SubcontrolKindNameNEQ *string `json:"subcontrolKindNameNEQ,omitempty"` SubcontrolKindNameIn []string `json:"subcontrolKindNameIn,omitempty"` SubcontrolKindNameNotIn []string `json:"subcontrolKindNameNotIn,omitempty"` - SubcontrolKindNameGT *string `json:"subcontrolKindNameGT,omitempty"` - SubcontrolKindNameGTE *string `json:"subcontrolKindNameGTE,omitempty"` - SubcontrolKindNameLT *string `json:"subcontrolKindNameLT,omitempty"` - SubcontrolKindNameLTE *string `json:"subcontrolKindNameLTE,omitempty"` SubcontrolKindNameContains *string `json:"subcontrolKindNameContains,omitempty"` SubcontrolKindNameHasPrefix *string `json:"subcontrolKindNameHasPrefix,omitempty"` SubcontrolKindNameHasSuffix *string `json:"subcontrolKindNameHasSuffix,omitempty"` @@ -103804,10 +84590,6 @@ type SubcontrolWhereInput struct { SubcontrolKindIDNEQ *string `json:"subcontrolKindIDNEQ,omitempty"` SubcontrolKindIDIn []string `json:"subcontrolKindIDIn,omitempty"` SubcontrolKindIDNotIn []string `json:"subcontrolKindIDNotIn,omitempty"` - SubcontrolKindIDGT *string `json:"subcontrolKindIDGT,omitempty"` - SubcontrolKindIDGTE *string `json:"subcontrolKindIDGTE,omitempty"` - SubcontrolKindIDLT *string `json:"subcontrolKindIDLT,omitempty"` - SubcontrolKindIDLTE *string `json:"subcontrolKindIDLTE,omitempty"` SubcontrolKindIDContains *string `json:"subcontrolKindIDContains,omitempty"` SubcontrolKindIDHasPrefix *string `json:"subcontrolKindIDHasPrefix,omitempty"` SubcontrolKindIDHasSuffix *string `json:"subcontrolKindIDHasSuffix,omitempty"` @@ -103827,10 +84609,6 @@ type SubcontrolWhereInput struct { RefCodeNEQ *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGT *string `json:"refCodeGT,omitempty"` - RefCodeGTE *string `json:"refCodeGTE,omitempty"` - RefCodeLT *string `json:"refCodeLT,omitempty"` - RefCodeLTE *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -103842,10 +84620,6 @@ type SubcontrolWhereInput struct { ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -104056,18 +84830,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, subcontrol.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, subcontrol.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, subcontrol.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, subcontrol.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, subcontrol.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, subcontrol.IDEqualFold(*i.IDEqualFold)) } @@ -104077,15 +84839,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if i.CreatedAt != nil { predicates = append(predicates, subcontrol.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, subcontrol.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, subcontrol.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, subcontrol.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, subcontrol.CreatedAtGT(*i.CreatedAtGT)) } @@ -104107,15 +84860,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if i.UpdatedAt != nil { predicates = append(predicates, subcontrol.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, subcontrol.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, subcontrol.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, subcontrol.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, subcontrol.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -104146,18 +84890,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, subcontrol.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, subcontrol.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, subcontrol.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, subcontrol.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, subcontrol.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, subcontrol.CreatedByContains(*i.CreatedByContains)) } @@ -104191,18 +84923,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, subcontrol.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, subcontrol.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, subcontrol.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, subcontrol.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, subcontrol.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, subcontrol.UpdatedByContains(*i.UpdatedByContains)) } @@ -104236,18 +84956,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, subcontrol.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, subcontrol.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, subcontrol.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, subcontrol.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, subcontrol.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, subcontrol.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -104281,18 +84989,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, subcontrol.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, subcontrol.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, subcontrol.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, subcontrol.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, subcontrol.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, subcontrol.DisplayIDContains(*i.DisplayIDContains)) } @@ -104320,18 +85016,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, subcontrol.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, subcontrol.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, subcontrol.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, subcontrol.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, subcontrol.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, subcontrol.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -104365,18 +85049,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, subcontrol.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, subcontrol.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, subcontrol.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, subcontrol.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, subcontrol.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, subcontrol.TitleContains(*i.TitleContains)) } @@ -104410,18 +85082,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, subcontrol.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, subcontrol.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, subcontrol.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, subcontrol.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, subcontrol.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, subcontrol.DescriptionContains(*i.DescriptionContains)) } @@ -104455,18 +85115,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ReferenceIDNotIn) > 0 { predicates = append(predicates, subcontrol.ReferenceIDNotIn(i.ReferenceIDNotIn...)) } - if i.ReferenceIDGT != nil { - predicates = append(predicates, subcontrol.ReferenceIDGT(*i.ReferenceIDGT)) - } - if i.ReferenceIDGTE != nil { - predicates = append(predicates, subcontrol.ReferenceIDGTE(*i.ReferenceIDGTE)) - } - if i.ReferenceIDLT != nil { - predicates = append(predicates, subcontrol.ReferenceIDLT(*i.ReferenceIDLT)) - } - if i.ReferenceIDLTE != nil { - predicates = append(predicates, subcontrol.ReferenceIDLTE(*i.ReferenceIDLTE)) - } if i.ReferenceIDContains != nil { predicates = append(predicates, subcontrol.ReferenceIDContains(*i.ReferenceIDContains)) } @@ -104500,18 +85148,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.AuditorReferenceIDNotIn) > 0 { predicates = append(predicates, subcontrol.AuditorReferenceIDNotIn(i.AuditorReferenceIDNotIn...)) } - if i.AuditorReferenceIDGT != nil { - predicates = append(predicates, subcontrol.AuditorReferenceIDGT(*i.AuditorReferenceIDGT)) - } - if i.AuditorReferenceIDGTE != nil { - predicates = append(predicates, subcontrol.AuditorReferenceIDGTE(*i.AuditorReferenceIDGTE)) - } - if i.AuditorReferenceIDLT != nil { - predicates = append(predicates, subcontrol.AuditorReferenceIDLT(*i.AuditorReferenceIDLT)) - } - if i.AuditorReferenceIDLTE != nil { - predicates = append(predicates, subcontrol.AuditorReferenceIDLTE(*i.AuditorReferenceIDLTE)) - } if i.AuditorReferenceIDContains != nil { predicates = append(predicates, subcontrol.AuditorReferenceIDContains(*i.AuditorReferenceIDContains)) } @@ -104545,18 +85181,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ResponsiblePartyIDNotIn) > 0 { predicates = append(predicates, subcontrol.ResponsiblePartyIDNotIn(i.ResponsiblePartyIDNotIn...)) } - if i.ResponsiblePartyIDGT != nil { - predicates = append(predicates, subcontrol.ResponsiblePartyIDGT(*i.ResponsiblePartyIDGT)) - } - if i.ResponsiblePartyIDGTE != nil { - predicates = append(predicates, subcontrol.ResponsiblePartyIDGTE(*i.ResponsiblePartyIDGTE)) - } - if i.ResponsiblePartyIDLT != nil { - predicates = append(predicates, subcontrol.ResponsiblePartyIDLT(*i.ResponsiblePartyIDLT)) - } - if i.ResponsiblePartyIDLTE != nil { - predicates = append(predicates, subcontrol.ResponsiblePartyIDLTE(*i.ResponsiblePartyIDLTE)) - } if i.ResponsiblePartyIDContains != nil { predicates = append(predicates, subcontrol.ResponsiblePartyIDContains(*i.ResponsiblePartyIDContains)) } @@ -104626,18 +85250,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ImplementationDescriptionNotIn) > 0 { predicates = append(predicates, subcontrol.ImplementationDescriptionNotIn(i.ImplementationDescriptionNotIn...)) } - if i.ImplementationDescriptionGT != nil { - predicates = append(predicates, subcontrol.ImplementationDescriptionGT(*i.ImplementationDescriptionGT)) - } - if i.ImplementationDescriptionGTE != nil { - predicates = append(predicates, subcontrol.ImplementationDescriptionGTE(*i.ImplementationDescriptionGTE)) - } - if i.ImplementationDescriptionLT != nil { - predicates = append(predicates, subcontrol.ImplementationDescriptionLT(*i.ImplementationDescriptionLT)) - } - if i.ImplementationDescriptionLTE != nil { - predicates = append(predicates, subcontrol.ImplementationDescriptionLTE(*i.ImplementationDescriptionLTE)) - } if i.ImplementationDescriptionContains != nil { predicates = append(predicates, subcontrol.ImplementationDescriptionContains(*i.ImplementationDescriptionContains)) } @@ -104671,18 +85283,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.PublicRepresentationNotIn) > 0 { predicates = append(predicates, subcontrol.PublicRepresentationNotIn(i.PublicRepresentationNotIn...)) } - if i.PublicRepresentationGT != nil { - predicates = append(predicates, subcontrol.PublicRepresentationGT(*i.PublicRepresentationGT)) - } - if i.PublicRepresentationGTE != nil { - predicates = append(predicates, subcontrol.PublicRepresentationGTE(*i.PublicRepresentationGTE)) - } - if i.PublicRepresentationLT != nil { - predicates = append(predicates, subcontrol.PublicRepresentationLT(*i.PublicRepresentationLT)) - } - if i.PublicRepresentationLTE != nil { - predicates = append(predicates, subcontrol.PublicRepresentationLTE(*i.PublicRepresentationLTE)) - } if i.PublicRepresentationContains != nil { predicates = append(predicates, subcontrol.PublicRepresentationContains(*i.PublicRepresentationContains)) } @@ -104734,18 +85334,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.SourceNameNotIn) > 0 { predicates = append(predicates, subcontrol.SourceNameNotIn(i.SourceNameNotIn...)) } - if i.SourceNameGT != nil { - predicates = append(predicates, subcontrol.SourceNameGT(*i.SourceNameGT)) - } - if i.SourceNameGTE != nil { - predicates = append(predicates, subcontrol.SourceNameGTE(*i.SourceNameGTE)) - } - if i.SourceNameLT != nil { - predicates = append(predicates, subcontrol.SourceNameLT(*i.SourceNameLT)) - } - if i.SourceNameLTE != nil { - predicates = append(predicates, subcontrol.SourceNameLTE(*i.SourceNameLTE)) - } if i.SourceNameContains != nil { predicates = append(predicates, subcontrol.SourceNameContains(*i.SourceNameContains)) } @@ -104779,18 +85367,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ReferenceFrameworkNotIn) > 0 { predicates = append(predicates, subcontrol.ReferenceFrameworkNotIn(i.ReferenceFrameworkNotIn...)) } - if i.ReferenceFrameworkGT != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkGT(*i.ReferenceFrameworkGT)) - } - if i.ReferenceFrameworkGTE != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkGTE(*i.ReferenceFrameworkGTE)) - } - if i.ReferenceFrameworkLT != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkLT(*i.ReferenceFrameworkLT)) - } - if i.ReferenceFrameworkLTE != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkLTE(*i.ReferenceFrameworkLTE)) - } if i.ReferenceFrameworkContains != nil { predicates = append(predicates, subcontrol.ReferenceFrameworkContains(*i.ReferenceFrameworkContains)) } @@ -104824,18 +85400,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ReferenceFrameworkRevisionNotIn) > 0 { predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionNotIn(i.ReferenceFrameworkRevisionNotIn...)) } - if i.ReferenceFrameworkRevisionGT != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionGT(*i.ReferenceFrameworkRevisionGT)) - } - if i.ReferenceFrameworkRevisionGTE != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionGTE(*i.ReferenceFrameworkRevisionGTE)) - } - if i.ReferenceFrameworkRevisionLT != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionLT(*i.ReferenceFrameworkRevisionLT)) - } - if i.ReferenceFrameworkRevisionLTE != nil { - predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionLTE(*i.ReferenceFrameworkRevisionLTE)) - } if i.ReferenceFrameworkRevisionContains != nil { predicates = append(predicates, subcontrol.ReferenceFrameworkRevisionContains(*i.ReferenceFrameworkRevisionContains)) } @@ -104869,18 +85433,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, subcontrol.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, subcontrol.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, subcontrol.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, subcontrol.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, subcontrol.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, subcontrol.CategoryContains(*i.CategoryContains)) } @@ -104914,18 +85466,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, subcontrol.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, subcontrol.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, subcontrol.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, subcontrol.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, subcontrol.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, subcontrol.CategoryIDContains(*i.CategoryIDContains)) } @@ -104959,18 +85499,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, subcontrol.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, subcontrol.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, subcontrol.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, subcontrol.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, subcontrol.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, subcontrol.SubcategoryContains(*i.SubcategoryContains)) } @@ -105004,18 +85532,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ControlOwnerIDNotIn) > 0 { predicates = append(predicates, subcontrol.ControlOwnerIDNotIn(i.ControlOwnerIDNotIn...)) } - if i.ControlOwnerIDGT != nil { - predicates = append(predicates, subcontrol.ControlOwnerIDGT(*i.ControlOwnerIDGT)) - } - if i.ControlOwnerIDGTE != nil { - predicates = append(predicates, subcontrol.ControlOwnerIDGTE(*i.ControlOwnerIDGTE)) - } - if i.ControlOwnerIDLT != nil { - predicates = append(predicates, subcontrol.ControlOwnerIDLT(*i.ControlOwnerIDLT)) - } - if i.ControlOwnerIDLTE != nil { - predicates = append(predicates, subcontrol.ControlOwnerIDLTE(*i.ControlOwnerIDLTE)) - } if i.ControlOwnerIDContains != nil { predicates = append(predicates, subcontrol.ControlOwnerIDContains(*i.ControlOwnerIDContains)) } @@ -105049,18 +85565,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, subcontrol.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, subcontrol.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, subcontrol.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, subcontrol.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, subcontrol.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, subcontrol.DelegateIDContains(*i.DelegateIDContains)) } @@ -105094,18 +85598,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, subcontrol.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, subcontrol.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, subcontrol.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, subcontrol.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, subcontrol.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, subcontrol.OwnerIDContains(*i.OwnerIDContains)) } @@ -105151,18 +85643,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, subcontrol.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, subcontrol.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, subcontrol.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, subcontrol.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, subcontrol.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, subcontrol.InternalNotesContains(*i.InternalNotesContains)) } @@ -105196,18 +85676,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, subcontrol.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, subcontrol.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, subcontrol.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, subcontrol.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, subcontrol.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, subcontrol.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -105241,18 +85709,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.SubcontrolKindNameNotIn) > 0 { predicates = append(predicates, subcontrol.SubcontrolKindNameNotIn(i.SubcontrolKindNameNotIn...)) } - if i.SubcontrolKindNameGT != nil { - predicates = append(predicates, subcontrol.SubcontrolKindNameGT(*i.SubcontrolKindNameGT)) - } - if i.SubcontrolKindNameGTE != nil { - predicates = append(predicates, subcontrol.SubcontrolKindNameGTE(*i.SubcontrolKindNameGTE)) - } - if i.SubcontrolKindNameLT != nil { - predicates = append(predicates, subcontrol.SubcontrolKindNameLT(*i.SubcontrolKindNameLT)) - } - if i.SubcontrolKindNameLTE != nil { - predicates = append(predicates, subcontrol.SubcontrolKindNameLTE(*i.SubcontrolKindNameLTE)) - } if i.SubcontrolKindNameContains != nil { predicates = append(predicates, subcontrol.SubcontrolKindNameContains(*i.SubcontrolKindNameContains)) } @@ -105286,18 +85742,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.SubcontrolKindIDNotIn) > 0 { predicates = append(predicates, subcontrol.SubcontrolKindIDNotIn(i.SubcontrolKindIDNotIn...)) } - if i.SubcontrolKindIDGT != nil { - predicates = append(predicates, subcontrol.SubcontrolKindIDGT(*i.SubcontrolKindIDGT)) - } - if i.SubcontrolKindIDGTE != nil { - predicates = append(predicates, subcontrol.SubcontrolKindIDGTE(*i.SubcontrolKindIDGTE)) - } - if i.SubcontrolKindIDLT != nil { - predicates = append(predicates, subcontrol.SubcontrolKindIDLT(*i.SubcontrolKindIDLT)) - } - if i.SubcontrolKindIDLTE != nil { - predicates = append(predicates, subcontrol.SubcontrolKindIDLTE(*i.SubcontrolKindIDLTE)) - } if i.SubcontrolKindIDContains != nil { predicates = append(predicates, subcontrol.SubcontrolKindIDContains(*i.SubcontrolKindIDContains)) } @@ -105343,18 +85787,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.RefCodeNotIn) > 0 { predicates = append(predicates, subcontrol.RefCodeNotIn(i.RefCodeNotIn...)) } - if i.RefCodeGT != nil { - predicates = append(predicates, subcontrol.RefCodeGT(*i.RefCodeGT)) - } - if i.RefCodeGTE != nil { - predicates = append(predicates, subcontrol.RefCodeGTE(*i.RefCodeGTE)) - } - if i.RefCodeLT != nil { - predicates = append(predicates, subcontrol.RefCodeLT(*i.RefCodeLT)) - } - if i.RefCodeLTE != nil { - predicates = append(predicates, subcontrol.RefCodeLTE(*i.RefCodeLTE)) - } if i.RefCodeContains != nil { predicates = append(predicates, subcontrol.RefCodeContains(*i.RefCodeContains)) } @@ -105382,18 +85814,6 @@ func (i *SubcontrolWhereInput) P() (predicate.Subcontrol, error) { if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, subcontrol.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, subcontrol.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, subcontrol.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, subcontrol.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, subcontrol.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, subcontrol.ControlIDContains(*i.ControlIDContains)) } @@ -105972,46 +86392,32 @@ type SubprocessorWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -106025,10 +86431,6 @@ type SubprocessorWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -106042,10 +86444,6 @@ type SubprocessorWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -106059,10 +86457,6 @@ type SubprocessorWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -106082,10 +86476,6 @@ type SubprocessorWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -106099,10 +86489,6 @@ type SubprocessorWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -106116,10 +86502,6 @@ type SubprocessorWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -106131,10 +86513,6 @@ type SubprocessorWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -106148,10 +86526,6 @@ type SubprocessorWhereInput struct { LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -106165,10 +86539,6 @@ type SubprocessorWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -106280,18 +86650,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, subprocessor.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, subprocessor.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, subprocessor.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, subprocessor.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, subprocessor.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, subprocessor.IDEqualFold(*i.IDEqualFold)) } @@ -106301,15 +86659,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if i.CreatedAt != nil { predicates = append(predicates, subprocessor.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, subprocessor.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, subprocessor.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, subprocessor.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, subprocessor.CreatedAtGT(*i.CreatedAtGT)) } @@ -106331,15 +86680,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if i.UpdatedAt != nil { predicates = append(predicates, subprocessor.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, subprocessor.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, subprocessor.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, subprocessor.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, subprocessor.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -106370,18 +86710,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, subprocessor.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, subprocessor.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, subprocessor.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, subprocessor.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, subprocessor.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, subprocessor.CreatedByContains(*i.CreatedByContains)) } @@ -106415,18 +86743,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, subprocessor.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, subprocessor.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, subprocessor.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, subprocessor.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, subprocessor.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, subprocessor.UpdatedByContains(*i.UpdatedByContains)) } @@ -106460,18 +86776,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, subprocessor.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, subprocessor.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, subprocessor.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, subprocessor.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, subprocessor.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, subprocessor.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -106505,18 +86809,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, subprocessor.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, subprocessor.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, subprocessor.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, subprocessor.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, subprocessor.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, subprocessor.OwnerIDContains(*i.OwnerIDContains)) } @@ -106562,18 +86854,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, subprocessor.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, subprocessor.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, subprocessor.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, subprocessor.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, subprocessor.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, subprocessor.InternalNotesContains(*i.InternalNotesContains)) } @@ -106607,18 +86887,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, subprocessor.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, subprocessor.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, subprocessor.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, subprocessor.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, subprocessor.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, subprocessor.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -106652,18 +86920,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, subprocessor.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, subprocessor.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, subprocessor.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, subprocessor.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, subprocessor.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, subprocessor.NameContains(*i.NameContains)) } @@ -106691,18 +86947,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, subprocessor.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, subprocessor.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, subprocessor.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, subprocessor.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, subprocessor.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, subprocessor.DescriptionContains(*i.DescriptionContains)) } @@ -106736,18 +86980,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, subprocessor.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, subprocessor.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, subprocessor.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, subprocessor.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, subprocessor.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, subprocessor.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -106781,18 +87013,6 @@ func (i *SubprocessorWhereInput) P() (predicate.Subprocessor, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, subprocessor.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, subprocessor.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, subprocessor.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, subprocessor.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, subprocessor.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, subprocessor.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -106923,46 +87143,32 @@ type SubscriberWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -106976,10 +87182,6 @@ type SubscriberWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -106993,10 +87195,6 @@ type SubscriberWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -107010,10 +87208,6 @@ type SubscriberWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -107027,10 +87221,6 @@ type SubscriberWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -107044,10 +87234,6 @@ type SubscriberWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -107059,10 +87245,6 @@ type SubscriberWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -107088,24 +87270,18 @@ type SubscriberWhereInput struct { UnsubscribedNEQ *bool `json:"unsubscribedNEQ,omitempty"` // "send_attempts" field predicates. - SendAttempts *int `json:"sendAttempts,omitempty"` - SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` - SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` - SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int `json:"sendAttempts,omitempty"` + SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` + SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` + SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` // "contact_id" field predicates. ContactID *string `json:"contactID,omitempty"` ContactIDNEQ *string `json:"contactIDNEQ,omitempty"` ContactIDIn []string `json:"contactIDIn,omitempty"` ContactIDNotIn []string `json:"contactIDNotIn,omitempty"` - ContactIDGT *string `json:"contactIDGT,omitempty"` - ContactIDGTE *string `json:"contactIDGTE,omitempty"` - ContactIDLT *string `json:"contactIDLT,omitempty"` - ContactIDLTE *string `json:"contactIDLTE,omitempty"` ContactIDContains *string `json:"contactIDContains,omitempty"` ContactIDHasPrefix *string `json:"contactIDHasPrefix,omitempty"` ContactIDHasSuffix *string `json:"contactIDHasSuffix,omitempty"` @@ -107119,10 +87295,6 @@ type SubscriberWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -107242,18 +87414,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, subscriber.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, subscriber.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, subscriber.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, subscriber.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, subscriber.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, subscriber.IDEqualFold(*i.IDEqualFold)) } @@ -107263,15 +87423,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if i.CreatedAt != nil { predicates = append(predicates, subscriber.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, subscriber.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, subscriber.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, subscriber.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, subscriber.CreatedAtGT(*i.CreatedAtGT)) } @@ -107293,15 +87444,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if i.UpdatedAt != nil { predicates = append(predicates, subscriber.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, subscriber.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, subscriber.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, subscriber.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, subscriber.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -107332,18 +87474,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, subscriber.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, subscriber.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, subscriber.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, subscriber.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, subscriber.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, subscriber.CreatedByContains(*i.CreatedByContains)) } @@ -107377,18 +87507,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, subscriber.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, subscriber.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, subscriber.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, subscriber.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, subscriber.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, subscriber.UpdatedByContains(*i.UpdatedByContains)) } @@ -107422,18 +87540,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, subscriber.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, subscriber.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, subscriber.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, subscriber.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, subscriber.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, subscriber.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -107467,18 +87573,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, subscriber.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, subscriber.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, subscriber.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, subscriber.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, subscriber.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, subscriber.OwnerIDContains(*i.OwnerIDContains)) } @@ -107512,18 +87606,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, subscriber.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, subscriber.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, subscriber.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, subscriber.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, subscriber.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, subscriber.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -107557,18 +87639,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, subscriber.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, subscriber.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, subscriber.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, subscriber.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, subscriber.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, subscriber.EmailContains(*i.EmailContains)) } @@ -107596,18 +87666,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, subscriber.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, subscriber.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, subscriber.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, subscriber.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, subscriber.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, subscriber.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -107659,12 +87717,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if i.SendAttemptsNEQ != nil { predicates = append(predicates, subscriber.SendAttemptsNEQ(*i.SendAttemptsNEQ)) } - if len(i.SendAttemptsIn) > 0 { - predicates = append(predicates, subscriber.SendAttemptsIn(i.SendAttemptsIn...)) - } - if len(i.SendAttemptsNotIn) > 0 { - predicates = append(predicates, subscriber.SendAttemptsNotIn(i.SendAttemptsNotIn...)) - } if i.SendAttemptsGT != nil { predicates = append(predicates, subscriber.SendAttemptsGT(*i.SendAttemptsGT)) } @@ -107689,18 +87741,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.ContactIDNotIn) > 0 { predicates = append(predicates, subscriber.ContactIDNotIn(i.ContactIDNotIn...)) } - if i.ContactIDGT != nil { - predicates = append(predicates, subscriber.ContactIDGT(*i.ContactIDGT)) - } - if i.ContactIDGTE != nil { - predicates = append(predicates, subscriber.ContactIDGTE(*i.ContactIDGTE)) - } - if i.ContactIDLT != nil { - predicates = append(predicates, subscriber.ContactIDLT(*i.ContactIDLT)) - } - if i.ContactIDLTE != nil { - predicates = append(predicates, subscriber.ContactIDLTE(*i.ContactIDLTE)) - } if i.ContactIDContains != nil { predicates = append(predicates, subscriber.ContactIDContains(*i.ContactIDContains)) } @@ -107734,18 +87774,6 @@ func (i *SubscriberWhereInput) P() (predicate.Subscriber, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, subscriber.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, subscriber.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, subscriber.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, subscriber.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, subscriber.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, subscriber.UserIDContains(*i.UserIDContains)) } @@ -107910,46 +87938,32 @@ type SystemDetailWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -107963,10 +87977,6 @@ type SystemDetailWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -107980,10 +87990,6 @@ type SystemDetailWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -107997,10 +88003,6 @@ type SystemDetailWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -108012,10 +88014,6 @@ type SystemDetailWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -108029,10 +88027,6 @@ type SystemDetailWhereInput struct { SystemNameNEQ *string `json:"systemNameNEQ,omitempty"` SystemNameIn []string `json:"systemNameIn,omitempty"` SystemNameNotIn []string `json:"systemNameNotIn,omitempty"` - SystemNameGT *string `json:"systemNameGT,omitempty"` - SystemNameGTE *string `json:"systemNameGTE,omitempty"` - SystemNameLT *string `json:"systemNameLT,omitempty"` - SystemNameLTE *string `json:"systemNameLTE,omitempty"` SystemNameContains *string `json:"systemNameContains,omitempty"` SystemNameHasPrefix *string `json:"systemNameHasPrefix,omitempty"` SystemNameHasSuffix *string `json:"systemNameHasSuffix,omitempty"` @@ -108044,10 +88038,6 @@ type SystemDetailWhereInput struct { VersionNEQ *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGT *string `json:"versionGT,omitempty"` - VersionGTE *string `json:"versionGTE,omitempty"` - VersionLT *string `json:"versionLT,omitempty"` - VersionLTE *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -108061,10 +88051,6 @@ type SystemDetailWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -108078,10 +88064,6 @@ type SystemDetailWhereInput struct { AuthorizationBoundaryNEQ *string `json:"authorizationBoundaryNEQ,omitempty"` AuthorizationBoundaryIn []string `json:"authorizationBoundaryIn,omitempty"` AuthorizationBoundaryNotIn []string `json:"authorizationBoundaryNotIn,omitempty"` - AuthorizationBoundaryGT *string `json:"authorizationBoundaryGT,omitempty"` - AuthorizationBoundaryGTE *string `json:"authorizationBoundaryGTE,omitempty"` - AuthorizationBoundaryLT *string `json:"authorizationBoundaryLT,omitempty"` - AuthorizationBoundaryLTE *string `json:"authorizationBoundaryLTE,omitempty"` AuthorizationBoundaryContains *string `json:"authorizationBoundaryContains,omitempty"` AuthorizationBoundaryHasPrefix *string `json:"authorizationBoundaryHasPrefix,omitempty"` AuthorizationBoundaryHasSuffix *string `json:"authorizationBoundaryHasSuffix,omitempty"` @@ -108099,16 +88081,13 @@ type SystemDetailWhereInput struct { SensitivityLevelNotNil bool `json:"sensitivityLevelNotNil,omitempty"` // "last_reviewed" field predicates. - LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` - LastReviewedNEQ *models.DateTime `json:"lastReviewedNEQ,omitempty"` - LastReviewedIn []models.DateTime `json:"lastReviewedIn,omitempty"` - LastReviewedNotIn []models.DateTime `json:"lastReviewedNotIn,omitempty"` - LastReviewedGT *models.DateTime `json:"lastReviewedGT,omitempty"` - LastReviewedGTE *models.DateTime `json:"lastReviewedGTE,omitempty"` - LastReviewedLT *models.DateTime `json:"lastReviewedLT,omitempty"` - LastReviewedLTE *models.DateTime `json:"lastReviewedLTE,omitempty"` - LastReviewedIsNil bool `json:"lastReviewedIsNil,omitempty"` - LastReviewedNotNil bool `json:"lastReviewedNotNil,omitempty"` + LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` + LastReviewedGT *models.DateTime `json:"lastReviewedGT,omitempty"` + LastReviewedGTE *models.DateTime `json:"lastReviewedGTE,omitempty"` + LastReviewedLT *models.DateTime `json:"lastReviewedLT,omitempty"` + LastReviewedLTE *models.DateTime `json:"lastReviewedLTE,omitempty"` + LastReviewedIsNil bool `json:"lastReviewedIsNil,omitempty"` + LastReviewedNotNil bool `json:"lastReviewedNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -108217,18 +88196,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, systemdetail.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, systemdetail.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, systemdetail.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, systemdetail.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, systemdetail.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, systemdetail.IDEqualFold(*i.IDEqualFold)) } @@ -108238,15 +88205,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if i.CreatedAt != nil { predicates = append(predicates, systemdetail.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, systemdetail.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, systemdetail.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, systemdetail.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, systemdetail.CreatedAtGT(*i.CreatedAtGT)) } @@ -108268,15 +88226,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if i.UpdatedAt != nil { predicates = append(predicates, systemdetail.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, systemdetail.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, systemdetail.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, systemdetail.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, systemdetail.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -108307,18 +88256,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, systemdetail.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, systemdetail.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, systemdetail.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, systemdetail.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, systemdetail.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, systemdetail.CreatedByContains(*i.CreatedByContains)) } @@ -108352,18 +88289,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, systemdetail.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, systemdetail.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, systemdetail.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, systemdetail.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, systemdetail.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, systemdetail.UpdatedByContains(*i.UpdatedByContains)) } @@ -108397,18 +88322,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, systemdetail.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, systemdetail.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, systemdetail.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, systemdetail.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, systemdetail.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, systemdetail.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -108442,18 +88355,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, systemdetail.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, systemdetail.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, systemdetail.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, systemdetail.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, systemdetail.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, systemdetail.DisplayIDContains(*i.DisplayIDContains)) } @@ -108481,18 +88382,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, systemdetail.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, systemdetail.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, systemdetail.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, systemdetail.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, systemdetail.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, systemdetail.OwnerIDContains(*i.OwnerIDContains)) } @@ -108526,18 +88415,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.SystemNameNotIn) > 0 { predicates = append(predicates, systemdetail.SystemNameNotIn(i.SystemNameNotIn...)) } - if i.SystemNameGT != nil { - predicates = append(predicates, systemdetail.SystemNameGT(*i.SystemNameGT)) - } - if i.SystemNameGTE != nil { - predicates = append(predicates, systemdetail.SystemNameGTE(*i.SystemNameGTE)) - } - if i.SystemNameLT != nil { - predicates = append(predicates, systemdetail.SystemNameLT(*i.SystemNameLT)) - } - if i.SystemNameLTE != nil { - predicates = append(predicates, systemdetail.SystemNameLTE(*i.SystemNameLTE)) - } if i.SystemNameContains != nil { predicates = append(predicates, systemdetail.SystemNameContains(*i.SystemNameContains)) } @@ -108565,18 +88442,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.VersionNotIn) > 0 { predicates = append(predicates, systemdetail.VersionNotIn(i.VersionNotIn...)) } - if i.VersionGT != nil { - predicates = append(predicates, systemdetail.VersionGT(*i.VersionGT)) - } - if i.VersionGTE != nil { - predicates = append(predicates, systemdetail.VersionGTE(*i.VersionGTE)) - } - if i.VersionLT != nil { - predicates = append(predicates, systemdetail.VersionLT(*i.VersionLT)) - } - if i.VersionLTE != nil { - predicates = append(predicates, systemdetail.VersionLTE(*i.VersionLTE)) - } if i.VersionContains != nil { predicates = append(predicates, systemdetail.VersionContains(*i.VersionContains)) } @@ -108610,18 +88475,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, systemdetail.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, systemdetail.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, systemdetail.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, systemdetail.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, systemdetail.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, systemdetail.DescriptionContains(*i.DescriptionContains)) } @@ -108655,18 +88508,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if len(i.AuthorizationBoundaryNotIn) > 0 { predicates = append(predicates, systemdetail.AuthorizationBoundaryNotIn(i.AuthorizationBoundaryNotIn...)) } - if i.AuthorizationBoundaryGT != nil { - predicates = append(predicates, systemdetail.AuthorizationBoundaryGT(*i.AuthorizationBoundaryGT)) - } - if i.AuthorizationBoundaryGTE != nil { - predicates = append(predicates, systemdetail.AuthorizationBoundaryGTE(*i.AuthorizationBoundaryGTE)) - } - if i.AuthorizationBoundaryLT != nil { - predicates = append(predicates, systemdetail.AuthorizationBoundaryLT(*i.AuthorizationBoundaryLT)) - } - if i.AuthorizationBoundaryLTE != nil { - predicates = append(predicates, systemdetail.AuthorizationBoundaryLTE(*i.AuthorizationBoundaryLTE)) - } if i.AuthorizationBoundaryContains != nil { predicates = append(predicates, systemdetail.AuthorizationBoundaryContains(*i.AuthorizationBoundaryContains)) } @@ -108709,15 +88550,6 @@ func (i *SystemDetailWhereInput) P() (predicate.SystemDetail, error) { if i.LastReviewed != nil { predicates = append(predicates, systemdetail.LastReviewedEQ(*i.LastReviewed)) } - if i.LastReviewedNEQ != nil { - predicates = append(predicates, systemdetail.LastReviewedNEQ(*i.LastReviewedNEQ)) - } - if len(i.LastReviewedIn) > 0 { - predicates = append(predicates, systemdetail.LastReviewedIn(i.LastReviewedIn...)) - } - if len(i.LastReviewedNotIn) > 0 { - predicates = append(predicates, systemdetail.LastReviewedNotIn(i.LastReviewedNotIn...)) - } if i.LastReviewedGT != nil { predicates = append(predicates, systemdetail.LastReviewedGT(*i.LastReviewedGT)) } @@ -108861,46 +88693,32 @@ type TFASettingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -108914,10 +88732,6 @@ type TFASettingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -108931,10 +88745,6 @@ type TFASettingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -109041,18 +88851,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, tfasetting.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, tfasetting.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, tfasetting.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, tfasetting.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, tfasetting.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, tfasetting.IDEqualFold(*i.IDEqualFold)) } @@ -109062,15 +88860,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if i.CreatedAt != nil { predicates = append(predicates, tfasetting.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, tfasetting.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, tfasetting.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, tfasetting.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, tfasetting.CreatedAtGT(*i.CreatedAtGT)) } @@ -109092,15 +88881,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if i.UpdatedAt != nil { predicates = append(predicates, tfasetting.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, tfasetting.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, tfasetting.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, tfasetting.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, tfasetting.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -109131,18 +88911,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, tfasetting.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, tfasetting.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, tfasetting.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, tfasetting.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, tfasetting.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, tfasetting.CreatedByContains(*i.CreatedByContains)) } @@ -109176,18 +88944,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, tfasetting.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, tfasetting.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, tfasetting.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, tfasetting.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, tfasetting.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, tfasetting.UpdatedByContains(*i.UpdatedByContains)) } @@ -109221,18 +88977,6 @@ func (i *TFASettingWhereInput) P() (predicate.TFASetting, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, tfasetting.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, tfasetting.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, tfasetting.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, tfasetting.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, tfasetting.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, tfasetting.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -109314,46 +89058,32 @@ type TagDefinitionWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -109367,10 +89097,6 @@ type TagDefinitionWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -109384,10 +89110,6 @@ type TagDefinitionWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -109401,10 +89123,6 @@ type TagDefinitionWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -109424,10 +89142,6 @@ type TagDefinitionWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -109441,10 +89155,6 @@ type TagDefinitionWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -109458,10 +89168,6 @@ type TagDefinitionWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -109473,10 +89179,6 @@ type TagDefinitionWhereInput struct { SlugNEQ *string `json:"slugNEQ,omitempty"` SlugIn []string `json:"slugIn,omitempty"` SlugNotIn []string `json:"slugNotIn,omitempty"` - SlugGT *string `json:"slugGT,omitempty"` - SlugGTE *string `json:"slugGTE,omitempty"` - SlugLT *string `json:"slugLT,omitempty"` - SlugLTE *string `json:"slugLTE,omitempty"` SlugContains *string `json:"slugContains,omitempty"` SlugHasPrefix *string `json:"slugHasPrefix,omitempty"` SlugHasSuffix *string `json:"slugHasSuffix,omitempty"` @@ -109490,10 +89192,6 @@ type TagDefinitionWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -109507,10 +89205,6 @@ type TagDefinitionWhereInput struct { ColorNEQ *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGT *string `json:"colorGT,omitempty"` - ColorGTE *string `json:"colorGTE,omitempty"` - ColorLT *string `json:"colorLT,omitempty"` - ColorLTE *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -109610,18 +89304,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, tagdefinition.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, tagdefinition.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, tagdefinition.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, tagdefinition.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, tagdefinition.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, tagdefinition.IDEqualFold(*i.IDEqualFold)) } @@ -109631,15 +89313,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if i.CreatedAt != nil { predicates = append(predicates, tagdefinition.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, tagdefinition.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, tagdefinition.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, tagdefinition.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, tagdefinition.CreatedAtGT(*i.CreatedAtGT)) } @@ -109661,15 +89334,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if i.UpdatedAt != nil { predicates = append(predicates, tagdefinition.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, tagdefinition.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, tagdefinition.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, tagdefinition.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, tagdefinition.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -109700,18 +89364,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, tagdefinition.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, tagdefinition.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, tagdefinition.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, tagdefinition.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, tagdefinition.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, tagdefinition.CreatedByContains(*i.CreatedByContains)) } @@ -109745,18 +89397,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, tagdefinition.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, tagdefinition.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, tagdefinition.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, tagdefinition.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, tagdefinition.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, tagdefinition.UpdatedByContains(*i.UpdatedByContains)) } @@ -109790,18 +89430,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, tagdefinition.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, tagdefinition.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, tagdefinition.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, tagdefinition.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, tagdefinition.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, tagdefinition.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -109835,18 +89463,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, tagdefinition.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, tagdefinition.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, tagdefinition.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, tagdefinition.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, tagdefinition.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, tagdefinition.OwnerIDContains(*i.OwnerIDContains)) } @@ -109892,18 +89508,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, tagdefinition.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, tagdefinition.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, tagdefinition.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, tagdefinition.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, tagdefinition.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, tagdefinition.InternalNotesContains(*i.InternalNotesContains)) } @@ -109937,18 +89541,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, tagdefinition.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, tagdefinition.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, tagdefinition.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, tagdefinition.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, tagdefinition.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, tagdefinition.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -109982,18 +89574,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, tagdefinition.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, tagdefinition.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, tagdefinition.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, tagdefinition.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, tagdefinition.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, tagdefinition.NameContains(*i.NameContains)) } @@ -110021,18 +89601,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.SlugNotIn) > 0 { predicates = append(predicates, tagdefinition.SlugNotIn(i.SlugNotIn...)) } - if i.SlugGT != nil { - predicates = append(predicates, tagdefinition.SlugGT(*i.SlugGT)) - } - if i.SlugGTE != nil { - predicates = append(predicates, tagdefinition.SlugGTE(*i.SlugGTE)) - } - if i.SlugLT != nil { - predicates = append(predicates, tagdefinition.SlugLT(*i.SlugLT)) - } - if i.SlugLTE != nil { - predicates = append(predicates, tagdefinition.SlugLTE(*i.SlugLTE)) - } if i.SlugContains != nil { predicates = append(predicates, tagdefinition.SlugContains(*i.SlugContains)) } @@ -110066,18 +89634,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, tagdefinition.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, tagdefinition.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, tagdefinition.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, tagdefinition.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, tagdefinition.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, tagdefinition.DescriptionContains(*i.DescriptionContains)) } @@ -110111,18 +89667,6 @@ func (i *TagDefinitionWhereInput) P() (predicate.TagDefinition, error) { if len(i.ColorNotIn) > 0 { predicates = append(predicates, tagdefinition.ColorNotIn(i.ColorNotIn...)) } - if i.ColorGT != nil { - predicates = append(predicates, tagdefinition.ColorGT(*i.ColorGT)) - } - if i.ColorGTE != nil { - predicates = append(predicates, tagdefinition.ColorGTE(*i.ColorGTE)) - } - if i.ColorLT != nil { - predicates = append(predicates, tagdefinition.ColorLT(*i.ColorLT)) - } - if i.ColorLTE != nil { - predicates = append(predicates, tagdefinition.ColorLTE(*i.ColorLTE)) - } if i.ColorContains != nil { predicates = append(predicates, tagdefinition.ColorContains(*i.ColorContains)) } @@ -110193,46 +89737,32 @@ type TaskWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -110246,10 +89776,6 @@ type TaskWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -110263,10 +89789,6 @@ type TaskWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -110280,10 +89802,6 @@ type TaskWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -110295,10 +89813,6 @@ type TaskWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -110312,10 +89826,6 @@ type TaskWhereInput struct { TaskKindNameNEQ *string `json:"taskKindNameNEQ,omitempty"` TaskKindNameIn []string `json:"taskKindNameIn,omitempty"` TaskKindNameNotIn []string `json:"taskKindNameNotIn,omitempty"` - TaskKindNameGT *string `json:"taskKindNameGT,omitempty"` - TaskKindNameGTE *string `json:"taskKindNameGTE,omitempty"` - TaskKindNameLT *string `json:"taskKindNameLT,omitempty"` - TaskKindNameLTE *string `json:"taskKindNameLTE,omitempty"` TaskKindNameContains *string `json:"taskKindNameContains,omitempty"` TaskKindNameHasPrefix *string `json:"taskKindNameHasPrefix,omitempty"` TaskKindNameHasSuffix *string `json:"taskKindNameHasSuffix,omitempty"` @@ -110329,10 +89839,6 @@ type TaskWhereInput struct { TaskKindIDNEQ *string `json:"taskKindIDNEQ,omitempty"` TaskKindIDIn []string `json:"taskKindIDIn,omitempty"` TaskKindIDNotIn []string `json:"taskKindIDNotIn,omitempty"` - TaskKindIDGT *string `json:"taskKindIDGT,omitempty"` - TaskKindIDGTE *string `json:"taskKindIDGTE,omitempty"` - TaskKindIDLT *string `json:"taskKindIDLT,omitempty"` - TaskKindIDLTE *string `json:"taskKindIDLTE,omitempty"` TaskKindIDContains *string `json:"taskKindIDContains,omitempty"` TaskKindIDHasPrefix *string `json:"taskKindIDHasPrefix,omitempty"` TaskKindIDHasSuffix *string `json:"taskKindIDHasSuffix,omitempty"` @@ -110346,10 +89852,6 @@ type TaskWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -110363,10 +89865,6 @@ type TaskWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -110380,10 +89878,6 @@ type TaskWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -110397,10 +89891,6 @@ type TaskWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -110420,10 +89910,6 @@ type TaskWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -110437,10 +89923,6 @@ type TaskWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -110452,10 +89934,6 @@ type TaskWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -110471,38 +89949,28 @@ type TaskWhereInput struct { StatusNotIn []enums.TaskStatus `json:"statusNotIn,omitempty"` // "due" field predicates. - Due *models.DateTime `json:"due,omitempty"` - DueNEQ *models.DateTime `json:"dueNEQ,omitempty"` - DueIn []models.DateTime `json:"dueIn,omitempty"` - DueNotIn []models.DateTime `json:"dueNotIn,omitempty"` - DueGT *models.DateTime `json:"dueGT,omitempty"` - DueGTE *models.DateTime `json:"dueGTE,omitempty"` - DueLT *models.DateTime `json:"dueLT,omitempty"` - DueLTE *models.DateTime `json:"dueLTE,omitempty"` - DueIsNil bool `json:"dueIsNil,omitempty"` - DueNotNil bool `json:"dueNotNil,omitempty"` + Due *models.DateTime `json:"due,omitempty"` + DueGT *models.DateTime `json:"dueGT,omitempty"` + DueGTE *models.DateTime `json:"dueGTE,omitempty"` + DueLT *models.DateTime `json:"dueLT,omitempty"` + DueLTE *models.DateTime `json:"dueLTE,omitempty"` + DueIsNil bool `json:"dueIsNil,omitempty"` + DueNotNil bool `json:"dueNotNil,omitempty"` // "completed" field predicates. - Completed *models.DateTime `json:"completed,omitempty"` - CompletedNEQ *models.DateTime `json:"completedNEQ,omitempty"` - CompletedIn []models.DateTime `json:"completedIn,omitempty"` - CompletedNotIn []models.DateTime `json:"completedNotIn,omitempty"` - CompletedGT *models.DateTime `json:"completedGT,omitempty"` - CompletedGTE *models.DateTime `json:"completedGTE,omitempty"` - CompletedLT *models.DateTime `json:"completedLT,omitempty"` - CompletedLTE *models.DateTime `json:"completedLTE,omitempty"` - CompletedIsNil bool `json:"completedIsNil,omitempty"` - CompletedNotNil bool `json:"completedNotNil,omitempty"` + Completed *models.DateTime `json:"completed,omitempty"` + CompletedGT *models.DateTime `json:"completedGT,omitempty"` + CompletedGTE *models.DateTime `json:"completedGTE,omitempty"` + CompletedLT *models.DateTime `json:"completedLT,omitempty"` + CompletedLTE *models.DateTime `json:"completedLTE,omitempty"` + CompletedIsNil bool `json:"completedIsNil,omitempty"` + CompletedNotNil bool `json:"completedNotNil,omitempty"` // "assignee_id" field predicates. AssigneeID *string `json:"assigneeID,omitempty"` AssigneeIDNEQ *string `json:"assigneeIDNEQ,omitempty"` AssigneeIDIn []string `json:"assigneeIDIn,omitempty"` AssigneeIDNotIn []string `json:"assigneeIDNotIn,omitempty"` - AssigneeIDGT *string `json:"assigneeIDGT,omitempty"` - AssigneeIDGTE *string `json:"assigneeIDGTE,omitempty"` - AssigneeIDLT *string `json:"assigneeIDLT,omitempty"` - AssigneeIDLTE *string `json:"assigneeIDLTE,omitempty"` AssigneeIDContains *string `json:"assigneeIDContains,omitempty"` AssigneeIDHasPrefix *string `json:"assigneeIDHasPrefix,omitempty"` AssigneeIDHasSuffix *string `json:"assigneeIDHasSuffix,omitempty"` @@ -110516,10 +89984,6 @@ type TaskWhereInput struct { AssignerIDNEQ *string `json:"assignerIDNEQ,omitempty"` AssignerIDIn []string `json:"assignerIDIn,omitempty"` AssignerIDNotIn []string `json:"assignerIDNotIn,omitempty"` - AssignerIDGT *string `json:"assignerIDGT,omitempty"` - AssignerIDGTE *string `json:"assignerIDGTE,omitempty"` - AssignerIDLT *string `json:"assignerIDLT,omitempty"` - AssignerIDLTE *string `json:"assignerIDLTE,omitempty"` AssignerIDContains *string `json:"assignerIDContains,omitempty"` AssignerIDHasPrefix *string `json:"assignerIDHasPrefix,omitempty"` AssignerIDHasSuffix *string `json:"assignerIDHasSuffix,omitempty"` @@ -110541,24 +90005,18 @@ type TaskWhereInput struct { IsSuggestedNEQ *bool `json:"isSuggestedNEQ,omitempty"` // "priority" field predicates. - Priority *int `json:"priority,omitempty"` - PriorityNEQ *int `json:"priorityNEQ,omitempty"` - PriorityIn []int `json:"priorityIn,omitempty"` - PriorityNotIn []int `json:"priorityNotIn,omitempty"` - PriorityGT *int `json:"priorityGT,omitempty"` - PriorityGTE *int `json:"priorityGTE,omitempty"` - PriorityLT *int `json:"priorityLT,omitempty"` - PriorityLTE *int `json:"priorityLTE,omitempty"` + Priority *int `json:"priority,omitempty"` + PriorityNEQ *int `json:"priorityNEQ,omitempty"` + PriorityGT *int `json:"priorityGT,omitempty"` + PriorityGTE *int `json:"priorityGTE,omitempty"` + PriorityLT *int `json:"priorityLT,omitempty"` + PriorityLTE *int `json:"priorityLTE,omitempty"` // "source" field predicates. Source *string `json:"source,omitempty"` SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -110572,10 +90030,6 @@ type TaskWhereInput struct { SourceKeyNEQ *string `json:"sourceKeyNEQ,omitempty"` SourceKeyIn []string `json:"sourceKeyIn,omitempty"` SourceKeyNotIn []string `json:"sourceKeyNotIn,omitempty"` - SourceKeyGT *string `json:"sourceKeyGT,omitempty"` - SourceKeyGTE *string `json:"sourceKeyGTE,omitempty"` - SourceKeyLT *string `json:"sourceKeyLT,omitempty"` - SourceKeyLTE *string `json:"sourceKeyLTE,omitempty"` SourceKeyContains *string `json:"sourceKeyContains,omitempty"` SourceKeyHasPrefix *string `json:"sourceKeyHasPrefix,omitempty"` SourceKeyHasSuffix *string `json:"sourceKeyHasSuffix,omitempty"` @@ -110589,10 +90043,6 @@ type TaskWhereInput struct { IdempotencyKeyNEQ *string `json:"idempotencyKeyNEQ,omitempty"` IdempotencyKeyIn []string `json:"idempotencyKeyIn,omitempty"` IdempotencyKeyNotIn []string `json:"idempotencyKeyNotIn,omitempty"` - IdempotencyKeyGT *string `json:"idempotencyKeyGT,omitempty"` - IdempotencyKeyGTE *string `json:"idempotencyKeyGTE,omitempty"` - IdempotencyKeyLT *string `json:"idempotencyKeyLT,omitempty"` - IdempotencyKeyLTE *string `json:"idempotencyKeyLTE,omitempty"` IdempotencyKeyContains *string `json:"idempotencyKeyContains,omitempty"` IdempotencyKeyHasPrefix *string `json:"idempotencyKeyHasPrefix,omitempty"` IdempotencyKeyHasSuffix *string `json:"idempotencyKeyHasSuffix,omitempty"` @@ -110606,10 +90056,6 @@ type TaskWhereInput struct { ParentTaskIDNEQ *string `json:"parentTaskIDNEQ,omitempty"` ParentTaskIDIn []string `json:"parentTaskIDIn,omitempty"` ParentTaskIDNotIn []string `json:"parentTaskIDNotIn,omitempty"` - ParentTaskIDGT *string `json:"parentTaskIDGT,omitempty"` - ParentTaskIDGTE *string `json:"parentTaskIDGTE,omitempty"` - ParentTaskIDLT *string `json:"parentTaskIDLT,omitempty"` - ParentTaskIDLTE *string `json:"parentTaskIDLTE,omitempty"` ParentTaskIDContains *string `json:"parentTaskIDContains,omitempty"` ParentTaskIDHasPrefix *string `json:"parentTaskIDHasPrefix,omitempty"` ParentTaskIDHasSuffix *string `json:"parentTaskIDHasSuffix,omitempty"` @@ -110812,18 +90258,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, task.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, task.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, task.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, task.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, task.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, task.IDEqualFold(*i.IDEqualFold)) } @@ -110833,15 +90267,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if i.CreatedAt != nil { predicates = append(predicates, task.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, task.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, task.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, task.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, task.CreatedAtGT(*i.CreatedAtGT)) } @@ -110863,15 +90288,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if i.UpdatedAt != nil { predicates = append(predicates, task.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, task.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, task.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, task.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, task.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -110902,18 +90318,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, task.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, task.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, task.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, task.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, task.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, task.CreatedByContains(*i.CreatedByContains)) } @@ -110947,18 +90351,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, task.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, task.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, task.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, task.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, task.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, task.UpdatedByContains(*i.UpdatedByContains)) } @@ -110992,18 +90384,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, task.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, task.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, task.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, task.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, task.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, task.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -111037,18 +90417,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, task.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, task.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, task.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, task.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, task.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, task.DisplayIDContains(*i.DisplayIDContains)) } @@ -111076,18 +90444,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, task.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, task.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, task.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, task.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, task.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, task.OwnerIDContains(*i.OwnerIDContains)) } @@ -111121,18 +90477,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.TaskKindNameNotIn) > 0 { predicates = append(predicates, task.TaskKindNameNotIn(i.TaskKindNameNotIn...)) } - if i.TaskKindNameGT != nil { - predicates = append(predicates, task.TaskKindNameGT(*i.TaskKindNameGT)) - } - if i.TaskKindNameGTE != nil { - predicates = append(predicates, task.TaskKindNameGTE(*i.TaskKindNameGTE)) - } - if i.TaskKindNameLT != nil { - predicates = append(predicates, task.TaskKindNameLT(*i.TaskKindNameLT)) - } - if i.TaskKindNameLTE != nil { - predicates = append(predicates, task.TaskKindNameLTE(*i.TaskKindNameLTE)) - } if i.TaskKindNameContains != nil { predicates = append(predicates, task.TaskKindNameContains(*i.TaskKindNameContains)) } @@ -111166,18 +90510,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.TaskKindIDNotIn) > 0 { predicates = append(predicates, task.TaskKindIDNotIn(i.TaskKindIDNotIn...)) } - if i.TaskKindIDGT != nil { - predicates = append(predicates, task.TaskKindIDGT(*i.TaskKindIDGT)) - } - if i.TaskKindIDGTE != nil { - predicates = append(predicates, task.TaskKindIDGTE(*i.TaskKindIDGTE)) - } - if i.TaskKindIDLT != nil { - predicates = append(predicates, task.TaskKindIDLT(*i.TaskKindIDLT)) - } - if i.TaskKindIDLTE != nil { - predicates = append(predicates, task.TaskKindIDLTE(*i.TaskKindIDLTE)) - } if i.TaskKindIDContains != nil { predicates = append(predicates, task.TaskKindIDContains(*i.TaskKindIDContains)) } @@ -111211,18 +90543,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, task.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, task.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, task.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, task.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, task.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, task.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -111256,18 +90576,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, task.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, task.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, task.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, task.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, task.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, task.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -111301,18 +90609,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, task.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, task.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, task.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, task.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, task.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, task.ScopeNameContains(*i.ScopeNameContains)) } @@ -111346,18 +90642,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, task.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, task.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, task.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, task.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, task.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, task.ScopeIDContains(*i.ScopeIDContains)) } @@ -111403,18 +90687,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, task.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, task.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, task.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, task.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, task.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, task.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -111448,18 +90720,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, task.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, task.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, task.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, task.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, task.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, task.TitleContains(*i.TitleContains)) } @@ -111487,18 +90747,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, task.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, task.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, task.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, task.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, task.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, task.DetailsContains(*i.DetailsContains)) } @@ -111535,15 +90783,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if i.Due != nil { predicates = append(predicates, task.DueEQ(*i.Due)) } - if i.DueNEQ != nil { - predicates = append(predicates, task.DueNEQ(*i.DueNEQ)) - } - if len(i.DueIn) > 0 { - predicates = append(predicates, task.DueIn(i.DueIn...)) - } - if len(i.DueNotIn) > 0 { - predicates = append(predicates, task.DueNotIn(i.DueNotIn...)) - } if i.DueGT != nil { predicates = append(predicates, task.DueGT(*i.DueGT)) } @@ -111565,15 +90804,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if i.Completed != nil { predicates = append(predicates, task.CompletedEQ(*i.Completed)) } - if i.CompletedNEQ != nil { - predicates = append(predicates, task.CompletedNEQ(*i.CompletedNEQ)) - } - if len(i.CompletedIn) > 0 { - predicates = append(predicates, task.CompletedIn(i.CompletedIn...)) - } - if len(i.CompletedNotIn) > 0 { - predicates = append(predicates, task.CompletedNotIn(i.CompletedNotIn...)) - } if i.CompletedGT != nil { predicates = append(predicates, task.CompletedGT(*i.CompletedGT)) } @@ -111604,18 +90834,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.AssigneeIDNotIn) > 0 { predicates = append(predicates, task.AssigneeIDNotIn(i.AssigneeIDNotIn...)) } - if i.AssigneeIDGT != nil { - predicates = append(predicates, task.AssigneeIDGT(*i.AssigneeIDGT)) - } - if i.AssigneeIDGTE != nil { - predicates = append(predicates, task.AssigneeIDGTE(*i.AssigneeIDGTE)) - } - if i.AssigneeIDLT != nil { - predicates = append(predicates, task.AssigneeIDLT(*i.AssigneeIDLT)) - } - if i.AssigneeIDLTE != nil { - predicates = append(predicates, task.AssigneeIDLTE(*i.AssigneeIDLTE)) - } if i.AssigneeIDContains != nil { predicates = append(predicates, task.AssigneeIDContains(*i.AssigneeIDContains)) } @@ -111649,18 +90867,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.AssignerIDNotIn) > 0 { predicates = append(predicates, task.AssignerIDNotIn(i.AssignerIDNotIn...)) } - if i.AssignerIDGT != nil { - predicates = append(predicates, task.AssignerIDGT(*i.AssignerIDGT)) - } - if i.AssignerIDGTE != nil { - predicates = append(predicates, task.AssignerIDGTE(*i.AssignerIDGTE)) - } - if i.AssignerIDLT != nil { - predicates = append(predicates, task.AssignerIDLT(*i.AssignerIDLT)) - } - if i.AssignerIDLTE != nil { - predicates = append(predicates, task.AssignerIDLTE(*i.AssignerIDLTE)) - } if i.AssignerIDContains != nil { predicates = append(predicates, task.AssignerIDContains(*i.AssignerIDContains)) } @@ -111706,12 +90912,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if i.PriorityNEQ != nil { predicates = append(predicates, task.PriorityNEQ(*i.PriorityNEQ)) } - if len(i.PriorityIn) > 0 { - predicates = append(predicates, task.PriorityIn(i.PriorityIn...)) - } - if len(i.PriorityNotIn) > 0 { - predicates = append(predicates, task.PriorityNotIn(i.PriorityNotIn...)) - } if i.PriorityGT != nil { predicates = append(predicates, task.PriorityGT(*i.PriorityGT)) } @@ -111736,18 +90936,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, task.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, task.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, task.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, task.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, task.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, task.SourceContains(*i.SourceContains)) } @@ -111781,18 +90969,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.SourceKeyNotIn) > 0 { predicates = append(predicates, task.SourceKeyNotIn(i.SourceKeyNotIn...)) } - if i.SourceKeyGT != nil { - predicates = append(predicates, task.SourceKeyGT(*i.SourceKeyGT)) - } - if i.SourceKeyGTE != nil { - predicates = append(predicates, task.SourceKeyGTE(*i.SourceKeyGTE)) - } - if i.SourceKeyLT != nil { - predicates = append(predicates, task.SourceKeyLT(*i.SourceKeyLT)) - } - if i.SourceKeyLTE != nil { - predicates = append(predicates, task.SourceKeyLTE(*i.SourceKeyLTE)) - } if i.SourceKeyContains != nil { predicates = append(predicates, task.SourceKeyContains(*i.SourceKeyContains)) } @@ -111826,18 +91002,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.IdempotencyKeyNotIn) > 0 { predicates = append(predicates, task.IdempotencyKeyNotIn(i.IdempotencyKeyNotIn...)) } - if i.IdempotencyKeyGT != nil { - predicates = append(predicates, task.IdempotencyKeyGT(*i.IdempotencyKeyGT)) - } - if i.IdempotencyKeyGTE != nil { - predicates = append(predicates, task.IdempotencyKeyGTE(*i.IdempotencyKeyGTE)) - } - if i.IdempotencyKeyLT != nil { - predicates = append(predicates, task.IdempotencyKeyLT(*i.IdempotencyKeyLT)) - } - if i.IdempotencyKeyLTE != nil { - predicates = append(predicates, task.IdempotencyKeyLTE(*i.IdempotencyKeyLTE)) - } if i.IdempotencyKeyContains != nil { predicates = append(predicates, task.IdempotencyKeyContains(*i.IdempotencyKeyContains)) } @@ -111871,18 +91035,6 @@ func (i *TaskWhereInput) P() (predicate.Task, error) { if len(i.ParentTaskIDNotIn) > 0 { predicates = append(predicates, task.ParentTaskIDNotIn(i.ParentTaskIDNotIn...)) } - if i.ParentTaskIDGT != nil { - predicates = append(predicates, task.ParentTaskIDGT(*i.ParentTaskIDGT)) - } - if i.ParentTaskIDGTE != nil { - predicates = append(predicates, task.ParentTaskIDGTE(*i.ParentTaskIDGTE)) - } - if i.ParentTaskIDLT != nil { - predicates = append(predicates, task.ParentTaskIDLT(*i.ParentTaskIDLT)) - } - if i.ParentTaskIDLTE != nil { - predicates = append(predicates, task.ParentTaskIDLTE(*i.ParentTaskIDLTE)) - } if i.ParentTaskIDContains != nil { predicates = append(predicates, task.ParentTaskIDContains(*i.ParentTaskIDContains)) } @@ -112434,46 +91586,32 @@ type TemplateWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -112487,10 +91625,6 @@ type TemplateWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -112504,10 +91638,6 @@ type TemplateWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -112521,10 +91651,6 @@ type TemplateWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -112544,10 +91670,6 @@ type TemplateWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -112561,10 +91683,6 @@ type TemplateWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -112578,10 +91696,6 @@ type TemplateWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -112595,10 +91709,6 @@ type TemplateWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -112612,10 +91722,6 @@ type TemplateWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -112629,10 +91735,6 @@ type TemplateWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -112646,10 +91748,6 @@ type TemplateWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -112667,10 +91765,6 @@ type TemplateWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -112692,10 +91786,6 @@ type TemplateWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -112827,18 +91917,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, template.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, template.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, template.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, template.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, template.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, template.IDEqualFold(*i.IDEqualFold)) } @@ -112848,15 +91926,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if i.CreatedAt != nil { predicates = append(predicates, template.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, template.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, template.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, template.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, template.CreatedAtGT(*i.CreatedAtGT)) } @@ -112878,15 +91947,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if i.UpdatedAt != nil { predicates = append(predicates, template.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, template.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, template.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, template.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, template.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -112917,18 +91977,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, template.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, template.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, template.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, template.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, template.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, template.CreatedByContains(*i.CreatedByContains)) } @@ -112962,18 +92010,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, template.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, template.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, template.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, template.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, template.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, template.UpdatedByContains(*i.UpdatedByContains)) } @@ -113007,18 +92043,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, template.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, template.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, template.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, template.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, template.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, template.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -113052,18 +92076,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, template.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, template.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, template.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, template.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, template.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, template.OwnerIDContains(*i.OwnerIDContains)) } @@ -113109,18 +92121,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, template.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, template.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, template.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, template.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, template.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, template.InternalNotesContains(*i.InternalNotesContains)) } @@ -113154,18 +92154,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, template.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, template.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, template.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, template.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, template.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, template.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -113199,18 +92187,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, template.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, template.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, template.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, template.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, template.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, template.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -113244,18 +92220,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, template.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, template.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, template.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, template.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, template.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, template.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -113289,18 +92253,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, template.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, template.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, template.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, template.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, template.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, template.ScopeNameContains(*i.ScopeNameContains)) } @@ -113334,18 +92286,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, template.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, template.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, template.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, template.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, template.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, template.ScopeIDContains(*i.ScopeIDContains)) } @@ -113379,18 +92319,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, template.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, template.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, template.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, template.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, template.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, template.NameContains(*i.NameContains)) } @@ -113430,18 +92358,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, template.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, template.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, template.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, template.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, template.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, template.DescriptionContains(*i.DescriptionContains)) } @@ -113493,18 +92409,6 @@ func (i *TemplateWhereInput) P() (predicate.Template, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, template.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, template.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, template.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, template.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, template.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, template.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -113727,46 +92631,32 @@ type TrustCenterWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -113780,10 +92670,6 @@ type TrustCenterWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -113797,10 +92683,6 @@ type TrustCenterWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -113814,10 +92696,6 @@ type TrustCenterWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -113831,10 +92709,6 @@ type TrustCenterWhereInput struct { SlugNEQ *string `json:"slugNEQ,omitempty"` SlugIn []string `json:"slugIn,omitempty"` SlugNotIn []string `json:"slugNotIn,omitempty"` - SlugGT *string `json:"slugGT,omitempty"` - SlugGTE *string `json:"slugGTE,omitempty"` - SlugLT *string `json:"slugLT,omitempty"` - SlugLTE *string `json:"slugLTE,omitempty"` SlugContains *string `json:"slugContains,omitempty"` SlugHasPrefix *string `json:"slugHasPrefix,omitempty"` SlugHasSuffix *string `json:"slugHasSuffix,omitempty"` @@ -113848,10 +92722,6 @@ type TrustCenterWhereInput struct { CustomDomainIDNEQ *string `json:"customDomainIDNEQ,omitempty"` CustomDomainIDIn []string `json:"customDomainIDIn,omitempty"` CustomDomainIDNotIn []string `json:"customDomainIDNotIn,omitempty"` - CustomDomainIDGT *string `json:"customDomainIDGT,omitempty"` - CustomDomainIDGTE *string `json:"customDomainIDGTE,omitempty"` - CustomDomainIDLT *string `json:"customDomainIDLT,omitempty"` - CustomDomainIDLTE *string `json:"customDomainIDLTE,omitempty"` CustomDomainIDContains *string `json:"customDomainIDContains,omitempty"` CustomDomainIDHasPrefix *string `json:"customDomainIDHasPrefix,omitempty"` CustomDomainIDHasSuffix *string `json:"customDomainIDHasSuffix,omitempty"` @@ -113865,10 +92735,6 @@ type TrustCenterWhereInput struct { PreviewDomainIDNEQ *string `json:"previewDomainIDNEQ,omitempty"` PreviewDomainIDIn []string `json:"previewDomainIDIn,omitempty"` PreviewDomainIDNotIn []string `json:"previewDomainIDNotIn,omitempty"` - PreviewDomainIDGT *string `json:"previewDomainIDGT,omitempty"` - PreviewDomainIDGTE *string `json:"previewDomainIDGTE,omitempty"` - PreviewDomainIDLT *string `json:"previewDomainIDLT,omitempty"` - PreviewDomainIDLTE *string `json:"previewDomainIDLTE,omitempty"` PreviewDomainIDContains *string `json:"previewDomainIDContains,omitempty"` PreviewDomainIDHasPrefix *string `json:"previewDomainIDHasPrefix,omitempty"` PreviewDomainIDHasSuffix *string `json:"previewDomainIDHasSuffix,omitempty"` @@ -113882,10 +92748,6 @@ type TrustCenterWhereInput struct { PirschDomainIDNEQ *string `json:"pirschDomainIDNEQ,omitempty"` PirschDomainIDIn []string `json:"pirschDomainIDIn,omitempty"` PirschDomainIDNotIn []string `json:"pirschDomainIDNotIn,omitempty"` - PirschDomainIDGT *string `json:"pirschDomainIDGT,omitempty"` - PirschDomainIDGTE *string `json:"pirschDomainIDGTE,omitempty"` - PirschDomainIDLT *string `json:"pirschDomainIDLT,omitempty"` - PirschDomainIDLTE *string `json:"pirschDomainIDLTE,omitempty"` PirschDomainIDContains *string `json:"pirschDomainIDContains,omitempty"` PirschDomainIDHasPrefix *string `json:"pirschDomainIDHasPrefix,omitempty"` PirschDomainIDHasSuffix *string `json:"pirschDomainIDHasSuffix,omitempty"` @@ -113899,10 +92761,6 @@ type TrustCenterWhereInput struct { PirschIdentificationCodeNEQ *string `json:"pirschIdentificationCodeNEQ,omitempty"` PirschIdentificationCodeIn []string `json:"pirschIdentificationCodeIn,omitempty"` PirschIdentificationCodeNotIn []string `json:"pirschIdentificationCodeNotIn,omitempty"` - PirschIdentificationCodeGT *string `json:"pirschIdentificationCodeGT,omitempty"` - PirschIdentificationCodeGTE *string `json:"pirschIdentificationCodeGTE,omitempty"` - PirschIdentificationCodeLT *string `json:"pirschIdentificationCodeLT,omitempty"` - PirschIdentificationCodeLTE *string `json:"pirschIdentificationCodeLTE,omitempty"` PirschIdentificationCodeContains *string `json:"pirschIdentificationCodeContains,omitempty"` PirschIdentificationCodeHasPrefix *string `json:"pirschIdentificationCodeHasPrefix,omitempty"` PirschIdentificationCodeHasSuffix *string `json:"pirschIdentificationCodeHasSuffix,omitempty"` @@ -113916,10 +92774,6 @@ type TrustCenterWhereInput struct { PirschAccessLinkNEQ *string `json:"pirschAccessLinkNEQ,omitempty"` PirschAccessLinkIn []string `json:"pirschAccessLinkIn,omitempty"` PirschAccessLinkNotIn []string `json:"pirschAccessLinkNotIn,omitempty"` - PirschAccessLinkGT *string `json:"pirschAccessLinkGT,omitempty"` - PirschAccessLinkGTE *string `json:"pirschAccessLinkGTE,omitempty"` - PirschAccessLinkLT *string `json:"pirschAccessLinkLT,omitempty"` - PirschAccessLinkLTE *string `json:"pirschAccessLinkLTE,omitempty"` PirschAccessLinkContains *string `json:"pirschAccessLinkContains,omitempty"` PirschAccessLinkHasPrefix *string `json:"pirschAccessLinkHasPrefix,omitempty"` PirschAccessLinkHasSuffix *string `json:"pirschAccessLinkHasSuffix,omitempty"` @@ -113941,10 +92795,6 @@ type TrustCenterWhereInput struct { SubprocessorURLNEQ *string `json:"subprocessorURLNEQ,omitempty"` SubprocessorURLIn []string `json:"subprocessorURLIn,omitempty"` SubprocessorURLNotIn []string `json:"subprocessorURLNotIn,omitempty"` - SubprocessorURLGT *string `json:"subprocessorURLGT,omitempty"` - SubprocessorURLGTE *string `json:"subprocessorURLGTE,omitempty"` - SubprocessorURLLT *string `json:"subprocessorURLLT,omitempty"` - SubprocessorURLLTE *string `json:"subprocessorURLLTE,omitempty"` SubprocessorURLContains *string `json:"subprocessorURLContains,omitempty"` SubprocessorURLHasPrefix *string `json:"subprocessorURLHasPrefix,omitempty"` SubprocessorURLHasSuffix *string `json:"subprocessorURLHasSuffix,omitempty"` @@ -114116,18 +92966,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenter.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenter.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenter.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenter.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenter.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenter.IDEqualFold(*i.IDEqualFold)) } @@ -114137,15 +92975,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if i.CreatedAt != nil { predicates = append(predicates, trustcenter.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenter.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenter.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenter.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenter.CreatedAtGT(*i.CreatedAtGT)) } @@ -114167,15 +92996,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if i.UpdatedAt != nil { predicates = append(predicates, trustcenter.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenter.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenter.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenter.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenter.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -114206,18 +93026,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenter.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenter.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenter.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenter.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenter.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenter.CreatedByContains(*i.CreatedByContains)) } @@ -114251,18 +93059,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenter.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenter.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenter.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenter.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenter.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenter.UpdatedByContains(*i.UpdatedByContains)) } @@ -114296,18 +93092,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenter.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenter.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenter.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenter.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenter.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenter.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -114341,18 +93125,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, trustcenter.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, trustcenter.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, trustcenter.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, trustcenter.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, trustcenter.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, trustcenter.OwnerIDContains(*i.OwnerIDContains)) } @@ -114386,18 +93158,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.SlugNotIn) > 0 { predicates = append(predicates, trustcenter.SlugNotIn(i.SlugNotIn...)) } - if i.SlugGT != nil { - predicates = append(predicates, trustcenter.SlugGT(*i.SlugGT)) - } - if i.SlugGTE != nil { - predicates = append(predicates, trustcenter.SlugGTE(*i.SlugGTE)) - } - if i.SlugLT != nil { - predicates = append(predicates, trustcenter.SlugLT(*i.SlugLT)) - } - if i.SlugLTE != nil { - predicates = append(predicates, trustcenter.SlugLTE(*i.SlugLTE)) - } if i.SlugContains != nil { predicates = append(predicates, trustcenter.SlugContains(*i.SlugContains)) } @@ -114431,18 +93191,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.CustomDomainIDNotIn) > 0 { predicates = append(predicates, trustcenter.CustomDomainIDNotIn(i.CustomDomainIDNotIn...)) } - if i.CustomDomainIDGT != nil { - predicates = append(predicates, trustcenter.CustomDomainIDGT(*i.CustomDomainIDGT)) - } - if i.CustomDomainIDGTE != nil { - predicates = append(predicates, trustcenter.CustomDomainIDGTE(*i.CustomDomainIDGTE)) - } - if i.CustomDomainIDLT != nil { - predicates = append(predicates, trustcenter.CustomDomainIDLT(*i.CustomDomainIDLT)) - } - if i.CustomDomainIDLTE != nil { - predicates = append(predicates, trustcenter.CustomDomainIDLTE(*i.CustomDomainIDLTE)) - } if i.CustomDomainIDContains != nil { predicates = append(predicates, trustcenter.CustomDomainIDContains(*i.CustomDomainIDContains)) } @@ -114476,18 +93224,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.PreviewDomainIDNotIn) > 0 { predicates = append(predicates, trustcenter.PreviewDomainIDNotIn(i.PreviewDomainIDNotIn...)) } - if i.PreviewDomainIDGT != nil { - predicates = append(predicates, trustcenter.PreviewDomainIDGT(*i.PreviewDomainIDGT)) - } - if i.PreviewDomainIDGTE != nil { - predicates = append(predicates, trustcenter.PreviewDomainIDGTE(*i.PreviewDomainIDGTE)) - } - if i.PreviewDomainIDLT != nil { - predicates = append(predicates, trustcenter.PreviewDomainIDLT(*i.PreviewDomainIDLT)) - } - if i.PreviewDomainIDLTE != nil { - predicates = append(predicates, trustcenter.PreviewDomainIDLTE(*i.PreviewDomainIDLTE)) - } if i.PreviewDomainIDContains != nil { predicates = append(predicates, trustcenter.PreviewDomainIDContains(*i.PreviewDomainIDContains)) } @@ -114521,18 +93257,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.PirschDomainIDNotIn) > 0 { predicates = append(predicates, trustcenter.PirschDomainIDNotIn(i.PirschDomainIDNotIn...)) } - if i.PirschDomainIDGT != nil { - predicates = append(predicates, trustcenter.PirschDomainIDGT(*i.PirschDomainIDGT)) - } - if i.PirschDomainIDGTE != nil { - predicates = append(predicates, trustcenter.PirschDomainIDGTE(*i.PirschDomainIDGTE)) - } - if i.PirschDomainIDLT != nil { - predicates = append(predicates, trustcenter.PirschDomainIDLT(*i.PirschDomainIDLT)) - } - if i.PirschDomainIDLTE != nil { - predicates = append(predicates, trustcenter.PirschDomainIDLTE(*i.PirschDomainIDLTE)) - } if i.PirschDomainIDContains != nil { predicates = append(predicates, trustcenter.PirschDomainIDContains(*i.PirschDomainIDContains)) } @@ -114566,18 +93290,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.PirschIdentificationCodeNotIn) > 0 { predicates = append(predicates, trustcenter.PirschIdentificationCodeNotIn(i.PirschIdentificationCodeNotIn...)) } - if i.PirschIdentificationCodeGT != nil { - predicates = append(predicates, trustcenter.PirschIdentificationCodeGT(*i.PirschIdentificationCodeGT)) - } - if i.PirschIdentificationCodeGTE != nil { - predicates = append(predicates, trustcenter.PirschIdentificationCodeGTE(*i.PirschIdentificationCodeGTE)) - } - if i.PirschIdentificationCodeLT != nil { - predicates = append(predicates, trustcenter.PirschIdentificationCodeLT(*i.PirschIdentificationCodeLT)) - } - if i.PirschIdentificationCodeLTE != nil { - predicates = append(predicates, trustcenter.PirschIdentificationCodeLTE(*i.PirschIdentificationCodeLTE)) - } if i.PirschIdentificationCodeContains != nil { predicates = append(predicates, trustcenter.PirschIdentificationCodeContains(*i.PirschIdentificationCodeContains)) } @@ -114611,18 +93323,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.PirschAccessLinkNotIn) > 0 { predicates = append(predicates, trustcenter.PirschAccessLinkNotIn(i.PirschAccessLinkNotIn...)) } - if i.PirschAccessLinkGT != nil { - predicates = append(predicates, trustcenter.PirschAccessLinkGT(*i.PirschAccessLinkGT)) - } - if i.PirschAccessLinkGTE != nil { - predicates = append(predicates, trustcenter.PirschAccessLinkGTE(*i.PirschAccessLinkGTE)) - } - if i.PirschAccessLinkLT != nil { - predicates = append(predicates, trustcenter.PirschAccessLinkLT(*i.PirschAccessLinkLT)) - } - if i.PirschAccessLinkLTE != nil { - predicates = append(predicates, trustcenter.PirschAccessLinkLTE(*i.PirschAccessLinkLTE)) - } if i.PirschAccessLinkContains != nil { predicates = append(predicates, trustcenter.PirschAccessLinkContains(*i.PirschAccessLinkContains)) } @@ -114674,18 +93374,6 @@ func (i *TrustCenterWhereInput) P() (predicate.TrustCenter, error) { if len(i.SubprocessorURLNotIn) > 0 { predicates = append(predicates, trustcenter.SubprocessorURLNotIn(i.SubprocessorURLNotIn...)) } - if i.SubprocessorURLGT != nil { - predicates = append(predicates, trustcenter.SubprocessorURLGT(*i.SubprocessorURLGT)) - } - if i.SubprocessorURLGTE != nil { - predicates = append(predicates, trustcenter.SubprocessorURLGTE(*i.SubprocessorURLGTE)) - } - if i.SubprocessorURLLT != nil { - predicates = append(predicates, trustcenter.SubprocessorURLLT(*i.SubprocessorURLLT)) - } - if i.SubprocessorURLLTE != nil { - predicates = append(predicates, trustcenter.SubprocessorURLLTE(*i.SubprocessorURLLTE)) - } if i.SubprocessorURLContains != nil { predicates = append(predicates, trustcenter.SubprocessorURLContains(*i.SubprocessorURLContains)) } @@ -115125,46 +93813,32 @@ type TrustCenterComplianceWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -115178,10 +93852,6 @@ type TrustCenterComplianceWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -115195,10 +93865,6 @@ type TrustCenterComplianceWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -115212,10 +93878,6 @@ type TrustCenterComplianceWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -115227,10 +93889,6 @@ type TrustCenterComplianceWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -115342,18 +94000,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentercompliance.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentercompliance.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentercompliance.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentercompliance.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentercompliance.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentercompliance.IDEqualFold(*i.IDEqualFold)) } @@ -115363,15 +94009,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if i.CreatedAt != nil { predicates = append(predicates, trustcentercompliance.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentercompliance.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentercompliance.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentercompliance.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentercompliance.CreatedAtGT(*i.CreatedAtGT)) } @@ -115393,15 +94030,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if i.UpdatedAt != nil { predicates = append(predicates, trustcentercompliance.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentercompliance.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentercompliance.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentercompliance.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentercompliance.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -115432,18 +94060,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentercompliance.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentercompliance.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentercompliance.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentercompliance.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentercompliance.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentercompliance.CreatedByContains(*i.CreatedByContains)) } @@ -115477,18 +94093,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentercompliance.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentercompliance.UpdatedByContains(*i.UpdatedByContains)) } @@ -115522,18 +94126,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentercompliance.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -115567,18 +94159,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, trustcentercompliance.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, trustcentercompliance.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, trustcentercompliance.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, trustcentercompliance.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, trustcentercompliance.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, trustcentercompliance.StandardIDContains(*i.StandardIDContains)) } @@ -115606,18 +94186,6 @@ func (i *TrustCenterComplianceWhereInput) P() (predicate.TrustCenterCompliance, if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentercompliance.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentercompliance.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentercompliance.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentercompliance.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentercompliance.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentercompliance.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -115745,46 +94313,32 @@ type TrustCenterDocWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -115798,10 +94352,6 @@ type TrustCenterDocWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -115815,10 +94365,6 @@ type TrustCenterDocWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -115832,10 +94378,6 @@ type TrustCenterDocWhereInput struct { TrustCenterDocKindNameNEQ *string `json:"trustCenterDocKindNameNEQ,omitempty"` TrustCenterDocKindNameIn []string `json:"trustCenterDocKindNameIn,omitempty"` TrustCenterDocKindNameNotIn []string `json:"trustCenterDocKindNameNotIn,omitempty"` - TrustCenterDocKindNameGT *string `json:"trustCenterDocKindNameGT,omitempty"` - TrustCenterDocKindNameGTE *string `json:"trustCenterDocKindNameGTE,omitempty"` - TrustCenterDocKindNameLT *string `json:"trustCenterDocKindNameLT,omitempty"` - TrustCenterDocKindNameLTE *string `json:"trustCenterDocKindNameLTE,omitempty"` TrustCenterDocKindNameContains *string `json:"trustCenterDocKindNameContains,omitempty"` TrustCenterDocKindNameHasPrefix *string `json:"trustCenterDocKindNameHasPrefix,omitempty"` TrustCenterDocKindNameHasSuffix *string `json:"trustCenterDocKindNameHasSuffix,omitempty"` @@ -115849,10 +94391,6 @@ type TrustCenterDocWhereInput struct { TrustCenterDocKindIDNEQ *string `json:"trustCenterDocKindIDNEQ,omitempty"` TrustCenterDocKindIDIn []string `json:"trustCenterDocKindIDIn,omitempty"` TrustCenterDocKindIDNotIn []string `json:"trustCenterDocKindIDNotIn,omitempty"` - TrustCenterDocKindIDGT *string `json:"trustCenterDocKindIDGT,omitempty"` - TrustCenterDocKindIDGTE *string `json:"trustCenterDocKindIDGTE,omitempty"` - TrustCenterDocKindIDLT *string `json:"trustCenterDocKindIDLT,omitempty"` - TrustCenterDocKindIDLTE *string `json:"trustCenterDocKindIDLTE,omitempty"` TrustCenterDocKindIDContains *string `json:"trustCenterDocKindIDContains,omitempty"` TrustCenterDocKindIDHasPrefix *string `json:"trustCenterDocKindIDHasPrefix,omitempty"` TrustCenterDocKindIDHasSuffix *string `json:"trustCenterDocKindIDHasSuffix,omitempty"` @@ -115866,10 +94404,6 @@ type TrustCenterDocWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -115883,10 +94417,6 @@ type TrustCenterDocWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -115898,10 +94428,6 @@ type TrustCenterDocWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -115915,10 +94441,6 @@ type TrustCenterDocWhereInput struct { OriginalFileIDNEQ *string `json:"originalFileIDNEQ,omitempty"` OriginalFileIDIn []string `json:"originalFileIDIn,omitempty"` OriginalFileIDNotIn []string `json:"originalFileIDNotIn,omitempty"` - OriginalFileIDGT *string `json:"originalFileIDGT,omitempty"` - OriginalFileIDGTE *string `json:"originalFileIDGTE,omitempty"` - OriginalFileIDLT *string `json:"originalFileIDLT,omitempty"` - OriginalFileIDLTE *string `json:"originalFileIDLTE,omitempty"` OriginalFileIDContains *string `json:"originalFileIDContains,omitempty"` OriginalFileIDHasPrefix *string `json:"originalFileIDHasPrefix,omitempty"` OriginalFileIDHasSuffix *string `json:"originalFileIDHasSuffix,omitempty"` @@ -115954,10 +94476,6 @@ type TrustCenterDocWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -116081,18 +94599,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterdoc.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterdoc.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterdoc.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterdoc.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterdoc.IDEqualFold(*i.IDEqualFold)) } @@ -116102,15 +94608,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if i.CreatedAt != nil { predicates = append(predicates, trustcenterdoc.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterdoc.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterdoc.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterdoc.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterdoc.CreatedAtGT(*i.CreatedAtGT)) } @@ -116132,15 +94629,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if i.UpdatedAt != nil { predicates = append(predicates, trustcenterdoc.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterdoc.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterdoc.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterdoc.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterdoc.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -116171,18 +94659,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterdoc.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterdoc.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterdoc.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterdoc.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterdoc.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterdoc.CreatedByContains(*i.CreatedByContains)) } @@ -116216,18 +94692,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterdoc.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterdoc.UpdatedByContains(*i.UpdatedByContains)) } @@ -116261,18 +94725,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterdoc.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -116306,18 +94758,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.TrustCenterDocKindNameNotIn) > 0 { predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameNotIn(i.TrustCenterDocKindNameNotIn...)) } - if i.TrustCenterDocKindNameGT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameGT(*i.TrustCenterDocKindNameGT)) - } - if i.TrustCenterDocKindNameGTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameGTE(*i.TrustCenterDocKindNameGTE)) - } - if i.TrustCenterDocKindNameLT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameLT(*i.TrustCenterDocKindNameLT)) - } - if i.TrustCenterDocKindNameLTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameLTE(*i.TrustCenterDocKindNameLTE)) - } if i.TrustCenterDocKindNameContains != nil { predicates = append(predicates, trustcenterdoc.TrustCenterDocKindNameContains(*i.TrustCenterDocKindNameContains)) } @@ -116351,18 +94791,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.TrustCenterDocKindIDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDNotIn(i.TrustCenterDocKindIDNotIn...)) } - if i.TrustCenterDocKindIDGT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDGT(*i.TrustCenterDocKindIDGT)) - } - if i.TrustCenterDocKindIDGTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDGTE(*i.TrustCenterDocKindIDGTE)) - } - if i.TrustCenterDocKindIDLT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDLT(*i.TrustCenterDocKindIDLT)) - } - if i.TrustCenterDocKindIDLTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDLTE(*i.TrustCenterDocKindIDLTE)) - } if i.TrustCenterDocKindIDContains != nil { predicates = append(predicates, trustcenterdoc.TrustCenterDocKindIDContains(*i.TrustCenterDocKindIDContains)) } @@ -116396,18 +94824,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterdoc.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterdoc.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -116441,18 +94857,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, trustcenterdoc.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, trustcenterdoc.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, trustcenterdoc.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, trustcenterdoc.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, trustcenterdoc.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, trustcenterdoc.TitleContains(*i.TitleContains)) } @@ -116480,18 +94884,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, trustcenterdoc.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, trustcenterdoc.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, trustcenterdoc.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, trustcenterdoc.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, trustcenterdoc.FileIDContains(*i.FileIDContains)) } @@ -116525,18 +94917,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.OriginalFileIDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.OriginalFileIDNotIn(i.OriginalFileIDNotIn...)) } - if i.OriginalFileIDGT != nil { - predicates = append(predicates, trustcenterdoc.OriginalFileIDGT(*i.OriginalFileIDGT)) - } - if i.OriginalFileIDGTE != nil { - predicates = append(predicates, trustcenterdoc.OriginalFileIDGTE(*i.OriginalFileIDGTE)) - } - if i.OriginalFileIDLT != nil { - predicates = append(predicates, trustcenterdoc.OriginalFileIDLT(*i.OriginalFileIDLT)) - } - if i.OriginalFileIDLTE != nil { - predicates = append(predicates, trustcenterdoc.OriginalFileIDLTE(*i.OriginalFileIDLTE)) - } if i.OriginalFileIDContains != nil { predicates = append(predicates, trustcenterdoc.OriginalFileIDContains(*i.OriginalFileIDContains)) } @@ -116618,18 +94998,6 @@ func (i *TrustCenterDocWhereInput) P() (predicate.TrustCenterDoc, error) { if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, trustcenterdoc.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, trustcenterdoc.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, trustcenterdoc.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, trustcenterdoc.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, trustcenterdoc.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, trustcenterdoc.StandardIDContains(*i.StandardIDContains)) } @@ -116814,46 +95182,32 @@ type TrustCenterEntityWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -116867,10 +95221,6 @@ type TrustCenterEntityWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -116884,10 +95234,6 @@ type TrustCenterEntityWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -116901,10 +95247,6 @@ type TrustCenterEntityWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -116918,10 +95260,6 @@ type TrustCenterEntityWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -116935,10 +95273,6 @@ type TrustCenterEntityWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -116952,10 +95286,6 @@ type TrustCenterEntityWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -117066,18 +95396,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterentity.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterentity.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterentity.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterentity.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterentity.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterentity.IDEqualFold(*i.IDEqualFold)) } @@ -117087,15 +95405,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if i.CreatedAt != nil { predicates = append(predicates, trustcenterentity.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterentity.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterentity.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterentity.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterentity.CreatedAtGT(*i.CreatedAtGT)) } @@ -117117,15 +95426,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if i.UpdatedAt != nil { predicates = append(predicates, trustcenterentity.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterentity.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterentity.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterentity.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterentity.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -117156,18 +95456,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterentity.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterentity.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterentity.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterentity.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterentity.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterentity.CreatedByContains(*i.CreatedByContains)) } @@ -117201,18 +95489,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterentity.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterentity.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterentity.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterentity.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterentity.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterentity.UpdatedByContains(*i.UpdatedByContains)) } @@ -117246,18 +95522,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterentity.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -117291,18 +95555,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, trustcenterentity.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, trustcenterentity.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, trustcenterentity.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, trustcenterentity.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, trustcenterentity.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, trustcenterentity.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -117336,18 +95588,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, trustcenterentity.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, trustcenterentity.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, trustcenterentity.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, trustcenterentity.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, trustcenterentity.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, trustcenterentity.URLContains(*i.URLContains)) } @@ -117381,18 +95621,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterentity.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterentity.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterentity.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterentity.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterentity.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterentity.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -117426,18 +95654,6 @@ func (i *TrustCenterEntityWhereInput) P() (predicate.TrustCenterEntity, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, trustcenterentity.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, trustcenterentity.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, trustcenterentity.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, trustcenterentity.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, trustcenterentity.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, trustcenterentity.NameContains(*i.NameContains)) } @@ -117571,46 +95787,32 @@ type TrustCenterFAQWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -117624,10 +95826,6 @@ type TrustCenterFAQWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -117641,10 +95839,6 @@ type TrustCenterFAQWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -117658,10 +95852,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterFaqKindNameNEQ *string `json:"trustCenterFaqKindNameNEQ,omitempty"` TrustCenterFaqKindNameIn []string `json:"trustCenterFaqKindNameIn,omitempty"` TrustCenterFaqKindNameNotIn []string `json:"trustCenterFaqKindNameNotIn,omitempty"` - TrustCenterFaqKindNameGT *string `json:"trustCenterFaqKindNameGT,omitempty"` - TrustCenterFaqKindNameGTE *string `json:"trustCenterFaqKindNameGTE,omitempty"` - TrustCenterFaqKindNameLT *string `json:"trustCenterFaqKindNameLT,omitempty"` - TrustCenterFaqKindNameLTE *string `json:"trustCenterFaqKindNameLTE,omitempty"` TrustCenterFaqKindNameContains *string `json:"trustCenterFaqKindNameContains,omitempty"` TrustCenterFaqKindNameHasPrefix *string `json:"trustCenterFaqKindNameHasPrefix,omitempty"` TrustCenterFaqKindNameHasSuffix *string `json:"trustCenterFaqKindNameHasSuffix,omitempty"` @@ -117675,10 +95865,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterFaqKindIDNEQ *string `json:"trustCenterFaqKindIDNEQ,omitempty"` TrustCenterFaqKindIDIn []string `json:"trustCenterFaqKindIDIn,omitempty"` TrustCenterFaqKindIDNotIn []string `json:"trustCenterFaqKindIDNotIn,omitempty"` - TrustCenterFaqKindIDGT *string `json:"trustCenterFaqKindIDGT,omitempty"` - TrustCenterFaqKindIDGTE *string `json:"trustCenterFaqKindIDGTE,omitempty"` - TrustCenterFaqKindIDLT *string `json:"trustCenterFaqKindIDLT,omitempty"` - TrustCenterFaqKindIDLTE *string `json:"trustCenterFaqKindIDLTE,omitempty"` TrustCenterFaqKindIDContains *string `json:"trustCenterFaqKindIDContains,omitempty"` TrustCenterFaqKindIDHasPrefix *string `json:"trustCenterFaqKindIDHasPrefix,omitempty"` TrustCenterFaqKindIDHasSuffix *string `json:"trustCenterFaqKindIDHasSuffix,omitempty"` @@ -117692,10 +95878,6 @@ type TrustCenterFAQWhereInput struct { NoteIDNEQ *string `json:"noteIDNEQ,omitempty"` NoteIDIn []string `json:"noteIDIn,omitempty"` NoteIDNotIn []string `json:"noteIDNotIn,omitempty"` - NoteIDGT *string `json:"noteIDGT,omitempty"` - NoteIDGTE *string `json:"noteIDGTE,omitempty"` - NoteIDLT *string `json:"noteIDLT,omitempty"` - NoteIDLTE *string `json:"noteIDLTE,omitempty"` NoteIDContains *string `json:"noteIDContains,omitempty"` NoteIDHasPrefix *string `json:"noteIDHasPrefix,omitempty"` NoteIDHasSuffix *string `json:"noteIDHasSuffix,omitempty"` @@ -117707,10 +95889,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -117724,10 +95902,6 @@ type TrustCenterFAQWhereInput struct { ReferenceLinkNEQ *string `json:"referenceLinkNEQ,omitempty"` ReferenceLinkIn []string `json:"referenceLinkIn,omitempty"` ReferenceLinkNotIn []string `json:"referenceLinkNotIn,omitempty"` - ReferenceLinkGT *string `json:"referenceLinkGT,omitempty"` - ReferenceLinkGTE *string `json:"referenceLinkGTE,omitempty"` - ReferenceLinkLT *string `json:"referenceLinkLT,omitempty"` - ReferenceLinkLTE *string `json:"referenceLinkLTE,omitempty"` ReferenceLinkContains *string `json:"referenceLinkContains,omitempty"` ReferenceLinkHasPrefix *string `json:"referenceLinkHasPrefix,omitempty"` ReferenceLinkHasSuffix *string `json:"referenceLinkHasSuffix,omitempty"` @@ -117737,16 +95911,14 @@ type TrustCenterFAQWhereInput struct { ReferenceLinkContainsFold *string `json:"referenceLinkContainsFold,omitempty"` // "display_order" field predicates. - DisplayOrder *int `json:"displayOrder,omitempty"` - DisplayOrderNEQ *int `json:"displayOrderNEQ,omitempty"` - DisplayOrderIn []int `json:"displayOrderIn,omitempty"` - DisplayOrderNotIn []int `json:"displayOrderNotIn,omitempty"` - DisplayOrderGT *int `json:"displayOrderGT,omitempty"` - DisplayOrderGTE *int `json:"displayOrderGTE,omitempty"` - DisplayOrderLT *int `json:"displayOrderLT,omitempty"` - DisplayOrderLTE *int `json:"displayOrderLTE,omitempty"` - DisplayOrderIsNil bool `json:"displayOrderIsNil,omitempty"` - DisplayOrderNotNil bool `json:"displayOrderNotNil,omitempty"` + DisplayOrder *int `json:"displayOrder,omitempty"` + DisplayOrderNEQ *int `json:"displayOrderNEQ,omitempty"` + DisplayOrderGT *int `json:"displayOrderGT,omitempty"` + DisplayOrderGTE *int `json:"displayOrderGTE,omitempty"` + DisplayOrderLT *int `json:"displayOrderLT,omitempty"` + DisplayOrderLTE *int `json:"displayOrderLTE,omitempty"` + DisplayOrderIsNil bool `json:"displayOrderIsNil,omitempty"` + DisplayOrderNotNil bool `json:"displayOrderNotNil,omitempty"` // "trust_center_faq_kind" edge predicates. HasTrustCenterFaqKind *bool `json:"hasTrustCenterFaqKind,omitempty"` @@ -117852,18 +96024,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterfaq.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterfaq.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterfaq.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterfaq.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterfaq.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterfaq.IDEqualFold(*i.IDEqualFold)) } @@ -117873,15 +96033,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if i.CreatedAt != nil { predicates = append(predicates, trustcenterfaq.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterfaq.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterfaq.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterfaq.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterfaq.CreatedAtGT(*i.CreatedAtGT)) } @@ -117903,15 +96054,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if i.UpdatedAt != nil { predicates = append(predicates, trustcenterfaq.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterfaq.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterfaq.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterfaq.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterfaq.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -117942,18 +96084,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterfaq.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterfaq.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterfaq.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterfaq.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterfaq.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterfaq.CreatedByContains(*i.CreatedByContains)) } @@ -117987,18 +96117,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterfaq.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterfaq.UpdatedByContains(*i.UpdatedByContains)) } @@ -118032,18 +96150,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterfaq.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -118077,18 +96183,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.TrustCenterFaqKindNameNotIn) > 0 { predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameNotIn(i.TrustCenterFaqKindNameNotIn...)) } - if i.TrustCenterFaqKindNameGT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameGT(*i.TrustCenterFaqKindNameGT)) - } - if i.TrustCenterFaqKindNameGTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameGTE(*i.TrustCenterFaqKindNameGTE)) - } - if i.TrustCenterFaqKindNameLT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameLT(*i.TrustCenterFaqKindNameLT)) - } - if i.TrustCenterFaqKindNameLTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameLTE(*i.TrustCenterFaqKindNameLTE)) - } if i.TrustCenterFaqKindNameContains != nil { predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindNameContains(*i.TrustCenterFaqKindNameContains)) } @@ -118122,18 +96216,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.TrustCenterFaqKindIDNotIn) > 0 { predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDNotIn(i.TrustCenterFaqKindIDNotIn...)) } - if i.TrustCenterFaqKindIDGT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDGT(*i.TrustCenterFaqKindIDGT)) - } - if i.TrustCenterFaqKindIDGTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDGTE(*i.TrustCenterFaqKindIDGTE)) - } - if i.TrustCenterFaqKindIDLT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDLT(*i.TrustCenterFaqKindIDLT)) - } - if i.TrustCenterFaqKindIDLTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDLTE(*i.TrustCenterFaqKindIDLTE)) - } if i.TrustCenterFaqKindIDContains != nil { predicates = append(predicates, trustcenterfaq.TrustCenterFaqKindIDContains(*i.TrustCenterFaqKindIDContains)) } @@ -118167,18 +96249,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.NoteIDNotIn) > 0 { predicates = append(predicates, trustcenterfaq.NoteIDNotIn(i.NoteIDNotIn...)) } - if i.NoteIDGT != nil { - predicates = append(predicates, trustcenterfaq.NoteIDGT(*i.NoteIDGT)) - } - if i.NoteIDGTE != nil { - predicates = append(predicates, trustcenterfaq.NoteIDGTE(*i.NoteIDGTE)) - } - if i.NoteIDLT != nil { - predicates = append(predicates, trustcenterfaq.NoteIDLT(*i.NoteIDLT)) - } - if i.NoteIDLTE != nil { - predicates = append(predicates, trustcenterfaq.NoteIDLTE(*i.NoteIDLTE)) - } if i.NoteIDContains != nil { predicates = append(predicates, trustcenterfaq.NoteIDContains(*i.NoteIDContains)) } @@ -118206,18 +96276,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterfaq.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterfaq.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterfaq.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -118251,18 +96309,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if len(i.ReferenceLinkNotIn) > 0 { predicates = append(predicates, trustcenterfaq.ReferenceLinkNotIn(i.ReferenceLinkNotIn...)) } - if i.ReferenceLinkGT != nil { - predicates = append(predicates, trustcenterfaq.ReferenceLinkGT(*i.ReferenceLinkGT)) - } - if i.ReferenceLinkGTE != nil { - predicates = append(predicates, trustcenterfaq.ReferenceLinkGTE(*i.ReferenceLinkGTE)) - } - if i.ReferenceLinkLT != nil { - predicates = append(predicates, trustcenterfaq.ReferenceLinkLT(*i.ReferenceLinkLT)) - } - if i.ReferenceLinkLTE != nil { - predicates = append(predicates, trustcenterfaq.ReferenceLinkLTE(*i.ReferenceLinkLTE)) - } if i.ReferenceLinkContains != nil { predicates = append(predicates, trustcenterfaq.ReferenceLinkContains(*i.ReferenceLinkContains)) } @@ -118290,12 +96336,6 @@ func (i *TrustCenterFAQWhereInput) P() (predicate.TrustCenterFAQ, error) { if i.DisplayOrderNEQ != nil { predicates = append(predicates, trustcenterfaq.DisplayOrderNEQ(*i.DisplayOrderNEQ)) } - if len(i.DisplayOrderIn) > 0 { - predicates = append(predicates, trustcenterfaq.DisplayOrderIn(i.DisplayOrderIn...)) - } - if len(i.DisplayOrderNotIn) > 0 { - predicates = append(predicates, trustcenterfaq.DisplayOrderNotIn(i.DisplayOrderNotIn...)) - } if i.DisplayOrderGT != nil { predicates = append(predicates, trustcenterfaq.DisplayOrderGT(*i.DisplayOrderGT)) } @@ -118432,46 +96472,32 @@ type TrustCenterNDARequestWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -118485,10 +96511,6 @@ type TrustCenterNDARequestWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -118502,10 +96524,6 @@ type TrustCenterNDARequestWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -118519,10 +96537,6 @@ type TrustCenterNDARequestWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -118536,10 +96550,6 @@ type TrustCenterNDARequestWhereInput struct { FirstNameNEQ *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGT *string `json:"firstNameGT,omitempty"` - FirstNameGTE *string `json:"firstNameGTE,omitempty"` - FirstNameLT *string `json:"firstNameLT,omitempty"` - FirstNameLTE *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -118551,10 +96561,6 @@ type TrustCenterNDARequestWhereInput struct { LastNameNEQ *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGT *string `json:"lastNameGT,omitempty"` - LastNameGTE *string `json:"lastNameGTE,omitempty"` - LastNameLT *string `json:"lastNameLT,omitempty"` - LastNameLTE *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -118566,10 +96572,6 @@ type TrustCenterNDARequestWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -118581,10 +96583,6 @@ type TrustCenterNDARequestWhereInput struct { CompanyNameNEQ *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGT *string `json:"companyNameGT,omitempty"` - CompanyNameGTE *string `json:"companyNameGTE,omitempty"` - CompanyNameLT *string `json:"companyNameLT,omitempty"` - CompanyNameLTE *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -118598,10 +96596,6 @@ type TrustCenterNDARequestWhereInput struct { ReasonNEQ *string `json:"reasonNEQ,omitempty"` ReasonIn []string `json:"reasonIn,omitempty"` ReasonNotIn []string `json:"reasonNotIn,omitempty"` - ReasonGT *string `json:"reasonGT,omitempty"` - ReasonGTE *string `json:"reasonGTE,omitempty"` - ReasonLT *string `json:"reasonLT,omitempty"` - ReasonLTE *string `json:"reasonLTE,omitempty"` ReasonContains *string `json:"reasonContains,omitempty"` ReasonHasPrefix *string `json:"reasonHasPrefix,omitempty"` ReasonHasSuffix *string `json:"reasonHasSuffix,omitempty"` @@ -118627,26 +96621,19 @@ type TrustCenterNDARequestWhereInput struct { StatusNotNil bool `json:"statusNotNil,omitempty"` // "approved_at" field predicates. - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNEQ *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` // "approved_by_user_id" field predicates. ApprovedByUserID *string `json:"approvedByUserID,omitempty"` ApprovedByUserIDNEQ *string `json:"approvedByUserIDNEQ,omitempty"` ApprovedByUserIDIn []string `json:"approvedByUserIDIn,omitempty"` ApprovedByUserIDNotIn []string `json:"approvedByUserIDNotIn,omitempty"` - ApprovedByUserIDGT *string `json:"approvedByUserIDGT,omitempty"` - ApprovedByUserIDGTE *string `json:"approvedByUserIDGTE,omitempty"` - ApprovedByUserIDLT *string `json:"approvedByUserIDLT,omitempty"` - ApprovedByUserIDLTE *string `json:"approvedByUserIDLTE,omitempty"` ApprovedByUserIDContains *string `json:"approvedByUserIDContains,omitempty"` ApprovedByUserIDHasPrefix *string `json:"approvedByUserIDHasPrefix,omitempty"` ApprovedByUserIDHasSuffix *string `json:"approvedByUserIDHasSuffix,omitempty"` @@ -118656,26 +96643,19 @@ type TrustCenterNDARequestWhereInput struct { ApprovedByUserIDContainsFold *string `json:"approvedByUserIDContainsFold,omitempty"` // "signed_at" field predicates. - SignedAt *models.DateTime `json:"signedAt,omitempty"` - SignedAtNEQ *models.DateTime `json:"signedAtNEQ,omitempty"` - SignedAtIn []models.DateTime `json:"signedAtIn,omitempty"` - SignedAtNotIn []models.DateTime `json:"signedAtNotIn,omitempty"` - SignedAtGT *models.DateTime `json:"signedAtGT,omitempty"` - SignedAtGTE *models.DateTime `json:"signedAtGTE,omitempty"` - SignedAtLT *models.DateTime `json:"signedAtLT,omitempty"` - SignedAtLTE *models.DateTime `json:"signedAtLTE,omitempty"` - SignedAtIsNil bool `json:"signedAtIsNil,omitempty"` - SignedAtNotNil bool `json:"signedAtNotNil,omitempty"` + SignedAt *models.DateTime `json:"signedAt,omitempty"` + SignedAtGT *models.DateTime `json:"signedAtGT,omitempty"` + SignedAtGTE *models.DateTime `json:"signedAtGTE,omitempty"` + SignedAtLT *models.DateTime `json:"signedAtLT,omitempty"` + SignedAtLTE *models.DateTime `json:"signedAtLTE,omitempty"` + SignedAtIsNil bool `json:"signedAtIsNil,omitempty"` + SignedAtNotNil bool `json:"signedAtNotNil,omitempty"` // "document_data_id" field predicates. DocumentDataID *string `json:"documentDataID,omitempty"` DocumentDataIDNEQ *string `json:"documentDataIDNEQ,omitempty"` DocumentDataIDIn []string `json:"documentDataIDIn,omitempty"` DocumentDataIDNotIn []string `json:"documentDataIDNotIn,omitempty"` - DocumentDataIDGT *string `json:"documentDataIDGT,omitempty"` - DocumentDataIDGTE *string `json:"documentDataIDGTE,omitempty"` - DocumentDataIDLT *string `json:"documentDataIDLT,omitempty"` - DocumentDataIDLTE *string `json:"documentDataIDLTE,omitempty"` DocumentDataIDContains *string `json:"documentDataIDContains,omitempty"` DocumentDataIDHasPrefix *string `json:"documentDataIDHasPrefix,omitempty"` DocumentDataIDHasSuffix *string `json:"documentDataIDHasSuffix,omitempty"` @@ -118689,10 +96669,6 @@ type TrustCenterNDARequestWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -118816,18 +96792,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterndarequest.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterndarequest.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterndarequest.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterndarequest.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterndarequest.IDEqualFold(*i.IDEqualFold)) } @@ -118837,15 +96801,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if i.CreatedAt != nil { predicates = append(predicates, trustcenterndarequest.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequest.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequest.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequest.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterndarequest.CreatedAtGT(*i.CreatedAtGT)) } @@ -118867,15 +96822,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if i.UpdatedAt != nil { predicates = append(predicates, trustcenterndarequest.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequest.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequest.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterndarequest.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -118906,18 +96852,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterndarequest.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterndarequest.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterndarequest.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterndarequest.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterndarequest.CreatedByContains(*i.CreatedByContains)) } @@ -118951,18 +96885,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterndarequest.UpdatedByContains(*i.UpdatedByContains)) } @@ -118996,18 +96918,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterndarequest.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -119041,18 +96951,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterndarequest.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterndarequest.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterndarequest.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterndarequest.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterndarequest.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -119086,18 +96984,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.FirstNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.FirstNameNotIn(i.FirstNameNotIn...)) } - if i.FirstNameGT != nil { - predicates = append(predicates, trustcenterndarequest.FirstNameGT(*i.FirstNameGT)) - } - if i.FirstNameGTE != nil { - predicates = append(predicates, trustcenterndarequest.FirstNameGTE(*i.FirstNameGTE)) - } - if i.FirstNameLT != nil { - predicates = append(predicates, trustcenterndarequest.FirstNameLT(*i.FirstNameLT)) - } - if i.FirstNameLTE != nil { - predicates = append(predicates, trustcenterndarequest.FirstNameLTE(*i.FirstNameLTE)) - } if i.FirstNameContains != nil { predicates = append(predicates, trustcenterndarequest.FirstNameContains(*i.FirstNameContains)) } @@ -119125,18 +97011,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.LastNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.LastNameNotIn(i.LastNameNotIn...)) } - if i.LastNameGT != nil { - predicates = append(predicates, trustcenterndarequest.LastNameGT(*i.LastNameGT)) - } - if i.LastNameGTE != nil { - predicates = append(predicates, trustcenterndarequest.LastNameGTE(*i.LastNameGTE)) - } - if i.LastNameLT != nil { - predicates = append(predicates, trustcenterndarequest.LastNameLT(*i.LastNameLT)) - } - if i.LastNameLTE != nil { - predicates = append(predicates, trustcenterndarequest.LastNameLTE(*i.LastNameLTE)) - } if i.LastNameContains != nil { predicates = append(predicates, trustcenterndarequest.LastNameContains(*i.LastNameContains)) } @@ -119164,18 +97038,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.EmailNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, trustcenterndarequest.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, trustcenterndarequest.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, trustcenterndarequest.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, trustcenterndarequest.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, trustcenterndarequest.EmailContains(*i.EmailContains)) } @@ -119203,18 +97065,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.CompanyNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.CompanyNameNotIn(i.CompanyNameNotIn...)) } - if i.CompanyNameGT != nil { - predicates = append(predicates, trustcenterndarequest.CompanyNameGT(*i.CompanyNameGT)) - } - if i.CompanyNameGTE != nil { - predicates = append(predicates, trustcenterndarequest.CompanyNameGTE(*i.CompanyNameGTE)) - } - if i.CompanyNameLT != nil { - predicates = append(predicates, trustcenterndarequest.CompanyNameLT(*i.CompanyNameLT)) - } - if i.CompanyNameLTE != nil { - predicates = append(predicates, trustcenterndarequest.CompanyNameLTE(*i.CompanyNameLTE)) - } if i.CompanyNameContains != nil { predicates = append(predicates, trustcenterndarequest.CompanyNameContains(*i.CompanyNameContains)) } @@ -119248,18 +97098,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.ReasonNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.ReasonNotIn(i.ReasonNotIn...)) } - if i.ReasonGT != nil { - predicates = append(predicates, trustcenterndarequest.ReasonGT(*i.ReasonGT)) - } - if i.ReasonGTE != nil { - predicates = append(predicates, trustcenterndarequest.ReasonGTE(*i.ReasonGTE)) - } - if i.ReasonLT != nil { - predicates = append(predicates, trustcenterndarequest.ReasonLT(*i.ReasonLT)) - } - if i.ReasonLTE != nil { - predicates = append(predicates, trustcenterndarequest.ReasonLTE(*i.ReasonLTE)) - } if i.ReasonContains != nil { predicates = append(predicates, trustcenterndarequest.ReasonContains(*i.ReasonContains)) } @@ -119320,15 +97158,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if i.ApprovedAt != nil { predicates = append(predicates, trustcenterndarequest.ApprovedAtEQ(*i.ApprovedAt)) } - if i.ApprovedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequest.ApprovedAtNEQ(*i.ApprovedAtNEQ)) - } - if len(i.ApprovedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequest.ApprovedAtIn(i.ApprovedAtIn...)) - } - if len(i.ApprovedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequest.ApprovedAtNotIn(i.ApprovedAtNotIn...)) - } if i.ApprovedAtGT != nil { predicates = append(predicates, trustcenterndarequest.ApprovedAtGT(*i.ApprovedAtGT)) } @@ -119359,18 +97188,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.ApprovedByUserIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDNotIn(i.ApprovedByUserIDNotIn...)) } - if i.ApprovedByUserIDGT != nil { - predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDGT(*i.ApprovedByUserIDGT)) - } - if i.ApprovedByUserIDGTE != nil { - predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDGTE(*i.ApprovedByUserIDGTE)) - } - if i.ApprovedByUserIDLT != nil { - predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDLT(*i.ApprovedByUserIDLT)) - } - if i.ApprovedByUserIDLTE != nil { - predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDLTE(*i.ApprovedByUserIDLTE)) - } if i.ApprovedByUserIDContains != nil { predicates = append(predicates, trustcenterndarequest.ApprovedByUserIDContains(*i.ApprovedByUserIDContains)) } @@ -119395,15 +97212,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if i.SignedAt != nil { predicates = append(predicates, trustcenterndarequest.SignedAtEQ(*i.SignedAt)) } - if i.SignedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequest.SignedAtNEQ(*i.SignedAtNEQ)) - } - if len(i.SignedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequest.SignedAtIn(i.SignedAtIn...)) - } - if len(i.SignedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequest.SignedAtNotIn(i.SignedAtNotIn...)) - } if i.SignedAtGT != nil { predicates = append(predicates, trustcenterndarequest.SignedAtGT(*i.SignedAtGT)) } @@ -119434,18 +97242,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.DocumentDataIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.DocumentDataIDNotIn(i.DocumentDataIDNotIn...)) } - if i.DocumentDataIDGT != nil { - predicates = append(predicates, trustcenterndarequest.DocumentDataIDGT(*i.DocumentDataIDGT)) - } - if i.DocumentDataIDGTE != nil { - predicates = append(predicates, trustcenterndarequest.DocumentDataIDGTE(*i.DocumentDataIDGTE)) - } - if i.DocumentDataIDLT != nil { - predicates = append(predicates, trustcenterndarequest.DocumentDataIDLT(*i.DocumentDataIDLT)) - } - if i.DocumentDataIDLTE != nil { - predicates = append(predicates, trustcenterndarequest.DocumentDataIDLTE(*i.DocumentDataIDLTE)) - } if i.DocumentDataIDContains != nil { predicates = append(predicates, trustcenterndarequest.DocumentDataIDContains(*i.DocumentDataIDContains)) } @@ -119479,18 +97275,6 @@ func (i *TrustCenterNDARequestWhereInput) P() (predicate.TrustCenterNDARequest, if len(i.FileIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequest.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, trustcenterndarequest.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, trustcenterndarequest.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, trustcenterndarequest.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, trustcenterndarequest.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, trustcenterndarequest.FileIDContains(*i.FileIDContains)) } @@ -119678,46 +97462,32 @@ type TrustCenterSettingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -119731,10 +97501,6 @@ type TrustCenterSettingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -119748,10 +97514,6 @@ type TrustCenterSettingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -119765,10 +97527,6 @@ type TrustCenterSettingWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -119782,10 +97540,6 @@ type TrustCenterSettingWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -119799,10 +97553,6 @@ type TrustCenterSettingWhereInput struct { CompanyNameNEQ *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGT *string `json:"companyNameGT,omitempty"` - CompanyNameGTE *string `json:"companyNameGTE,omitempty"` - CompanyNameLT *string `json:"companyNameLT,omitempty"` - CompanyNameLTE *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -119816,10 +97566,6 @@ type TrustCenterSettingWhereInput struct { CompanyDescriptionNEQ *string `json:"companyDescriptionNEQ,omitempty"` CompanyDescriptionIn []string `json:"companyDescriptionIn,omitempty"` CompanyDescriptionNotIn []string `json:"companyDescriptionNotIn,omitempty"` - CompanyDescriptionGT *string `json:"companyDescriptionGT,omitempty"` - CompanyDescriptionGTE *string `json:"companyDescriptionGTE,omitempty"` - CompanyDescriptionLT *string `json:"companyDescriptionLT,omitempty"` - CompanyDescriptionLTE *string `json:"companyDescriptionLTE,omitempty"` CompanyDescriptionContains *string `json:"companyDescriptionContains,omitempty"` CompanyDescriptionHasPrefix *string `json:"companyDescriptionHasPrefix,omitempty"` CompanyDescriptionHasSuffix *string `json:"companyDescriptionHasSuffix,omitempty"` @@ -119833,10 +97579,6 @@ type TrustCenterSettingWhereInput struct { OverviewNEQ *string `json:"overviewNEQ,omitempty"` OverviewIn []string `json:"overviewIn,omitempty"` OverviewNotIn []string `json:"overviewNotIn,omitempty"` - OverviewGT *string `json:"overviewGT,omitempty"` - OverviewGTE *string `json:"overviewGTE,omitempty"` - OverviewLT *string `json:"overviewLT,omitempty"` - OverviewLTE *string `json:"overviewLTE,omitempty"` OverviewContains *string `json:"overviewContains,omitempty"` OverviewHasPrefix *string `json:"overviewHasPrefix,omitempty"` OverviewHasSuffix *string `json:"overviewHasSuffix,omitempty"` @@ -119850,10 +97592,6 @@ type TrustCenterSettingWhereInput struct { LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -119867,10 +97605,6 @@ type TrustCenterSettingWhereInput struct { LogoLocalFileIDNEQ *string `json:"logoLocalFileIDNEQ,omitempty"` LogoLocalFileIDIn []string `json:"logoLocalFileIDIn,omitempty"` LogoLocalFileIDNotIn []string `json:"logoLocalFileIDNotIn,omitempty"` - LogoLocalFileIDGT *string `json:"logoLocalFileIDGT,omitempty"` - LogoLocalFileIDGTE *string `json:"logoLocalFileIDGTE,omitempty"` - LogoLocalFileIDLT *string `json:"logoLocalFileIDLT,omitempty"` - LogoLocalFileIDLTE *string `json:"logoLocalFileIDLTE,omitempty"` LogoLocalFileIDContains *string `json:"logoLocalFileIDContains,omitempty"` LogoLocalFileIDHasPrefix *string `json:"logoLocalFileIDHasPrefix,omitempty"` LogoLocalFileIDHasSuffix *string `json:"logoLocalFileIDHasSuffix,omitempty"` @@ -119884,10 +97618,6 @@ type TrustCenterSettingWhereInput struct { FaviconRemoteURLNEQ *string `json:"faviconRemoteURLNEQ,omitempty"` FaviconRemoteURLIn []string `json:"faviconRemoteURLIn,omitempty"` FaviconRemoteURLNotIn []string `json:"faviconRemoteURLNotIn,omitempty"` - FaviconRemoteURLGT *string `json:"faviconRemoteURLGT,omitempty"` - FaviconRemoteURLGTE *string `json:"faviconRemoteURLGTE,omitempty"` - FaviconRemoteURLLT *string `json:"faviconRemoteURLLT,omitempty"` - FaviconRemoteURLLTE *string `json:"faviconRemoteURLLTE,omitempty"` FaviconRemoteURLContains *string `json:"faviconRemoteURLContains,omitempty"` FaviconRemoteURLHasPrefix *string `json:"faviconRemoteURLHasPrefix,omitempty"` FaviconRemoteURLHasSuffix *string `json:"faviconRemoteURLHasSuffix,omitempty"` @@ -119901,10 +97631,6 @@ type TrustCenterSettingWhereInput struct { FaviconLocalFileIDNEQ *string `json:"faviconLocalFileIDNEQ,omitempty"` FaviconLocalFileIDIn []string `json:"faviconLocalFileIDIn,omitempty"` FaviconLocalFileIDNotIn []string `json:"faviconLocalFileIDNotIn,omitempty"` - FaviconLocalFileIDGT *string `json:"faviconLocalFileIDGT,omitempty"` - FaviconLocalFileIDGTE *string `json:"faviconLocalFileIDGTE,omitempty"` - FaviconLocalFileIDLT *string `json:"faviconLocalFileIDLT,omitempty"` - FaviconLocalFileIDLTE *string `json:"faviconLocalFileIDLTE,omitempty"` FaviconLocalFileIDContains *string `json:"faviconLocalFileIDContains,omitempty"` FaviconLocalFileIDHasPrefix *string `json:"faviconLocalFileIDHasPrefix,omitempty"` FaviconLocalFileIDHasSuffix *string `json:"faviconLocalFileIDHasSuffix,omitempty"` @@ -119918,10 +97644,6 @@ type TrustCenterSettingWhereInput struct { HeroImageLocalFileIDNEQ *string `json:"heroImageLocalFileIDNEQ,omitempty"` HeroImageLocalFileIDIn []string `json:"heroImageLocalFileIDIn,omitempty"` HeroImageLocalFileIDNotIn []string `json:"heroImageLocalFileIDNotIn,omitempty"` - HeroImageLocalFileIDGT *string `json:"heroImageLocalFileIDGT,omitempty"` - HeroImageLocalFileIDGTE *string `json:"heroImageLocalFileIDGTE,omitempty"` - HeroImageLocalFileIDLT *string `json:"heroImageLocalFileIDLT,omitempty"` - HeroImageLocalFileIDLTE *string `json:"heroImageLocalFileIDLTE,omitempty"` HeroImageLocalFileIDContains *string `json:"heroImageLocalFileIDContains,omitempty"` HeroImageLocalFileIDHasPrefix *string `json:"heroImageLocalFileIDHasPrefix,omitempty"` HeroImageLocalFileIDHasSuffix *string `json:"heroImageLocalFileIDHasSuffix,omitempty"` @@ -119943,10 +97665,6 @@ type TrustCenterSettingWhereInput struct { PrimaryColorNEQ *string `json:"primaryColorNEQ,omitempty"` PrimaryColorIn []string `json:"primaryColorIn,omitempty"` PrimaryColorNotIn []string `json:"primaryColorNotIn,omitempty"` - PrimaryColorGT *string `json:"primaryColorGT,omitempty"` - PrimaryColorGTE *string `json:"primaryColorGTE,omitempty"` - PrimaryColorLT *string `json:"primaryColorLT,omitempty"` - PrimaryColorLTE *string `json:"primaryColorLTE,omitempty"` PrimaryColorContains *string `json:"primaryColorContains,omitempty"` PrimaryColorHasPrefix *string `json:"primaryColorHasPrefix,omitempty"` PrimaryColorHasSuffix *string `json:"primaryColorHasSuffix,omitempty"` @@ -119960,10 +97678,6 @@ type TrustCenterSettingWhereInput struct { FontNEQ *string `json:"fontNEQ,omitempty"` FontIn []string `json:"fontIn,omitempty"` FontNotIn []string `json:"fontNotIn,omitempty"` - FontGT *string `json:"fontGT,omitempty"` - FontGTE *string `json:"fontGTE,omitempty"` - FontLT *string `json:"fontLT,omitempty"` - FontLTE *string `json:"fontLTE,omitempty"` FontContains *string `json:"fontContains,omitempty"` FontHasPrefix *string `json:"fontHasPrefix,omitempty"` FontHasSuffix *string `json:"fontHasSuffix,omitempty"` @@ -119977,10 +97691,6 @@ type TrustCenterSettingWhereInput struct { ForegroundColorNEQ *string `json:"foregroundColorNEQ,omitempty"` ForegroundColorIn []string `json:"foregroundColorIn,omitempty"` ForegroundColorNotIn []string `json:"foregroundColorNotIn,omitempty"` - ForegroundColorGT *string `json:"foregroundColorGT,omitempty"` - ForegroundColorGTE *string `json:"foregroundColorGTE,omitempty"` - ForegroundColorLT *string `json:"foregroundColorLT,omitempty"` - ForegroundColorLTE *string `json:"foregroundColorLTE,omitempty"` ForegroundColorContains *string `json:"foregroundColorContains,omitempty"` ForegroundColorHasPrefix *string `json:"foregroundColorHasPrefix,omitempty"` ForegroundColorHasSuffix *string `json:"foregroundColorHasSuffix,omitempty"` @@ -119994,10 +97704,6 @@ type TrustCenterSettingWhereInput struct { BackgroundColorNEQ *string `json:"backgroundColorNEQ,omitempty"` BackgroundColorIn []string `json:"backgroundColorIn,omitempty"` BackgroundColorNotIn []string `json:"backgroundColorNotIn,omitempty"` - BackgroundColorGT *string `json:"backgroundColorGT,omitempty"` - BackgroundColorGTE *string `json:"backgroundColorGTE,omitempty"` - BackgroundColorLT *string `json:"backgroundColorLT,omitempty"` - BackgroundColorLTE *string `json:"backgroundColorLTE,omitempty"` BackgroundColorContains *string `json:"backgroundColorContains,omitempty"` BackgroundColorHasPrefix *string `json:"backgroundColorHasPrefix,omitempty"` BackgroundColorHasSuffix *string `json:"backgroundColorHasSuffix,omitempty"` @@ -120011,10 +97717,6 @@ type TrustCenterSettingWhereInput struct { AccentColorNEQ *string `json:"accentColorNEQ,omitempty"` AccentColorIn []string `json:"accentColorIn,omitempty"` AccentColorNotIn []string `json:"accentColorNotIn,omitempty"` - AccentColorGT *string `json:"accentColorGT,omitempty"` - AccentColorGTE *string `json:"accentColorGTE,omitempty"` - AccentColorLT *string `json:"accentColorLT,omitempty"` - AccentColorLTE *string `json:"accentColorLTE,omitempty"` AccentColorContains *string `json:"accentColorContains,omitempty"` AccentColorHasPrefix *string `json:"accentColorHasPrefix,omitempty"` AccentColorHasSuffix *string `json:"accentColorHasSuffix,omitempty"` @@ -120028,10 +97730,6 @@ type TrustCenterSettingWhereInput struct { SecondaryBackgroundColorNEQ *string `json:"secondaryBackgroundColorNEQ,omitempty"` SecondaryBackgroundColorIn []string `json:"secondaryBackgroundColorIn,omitempty"` SecondaryBackgroundColorNotIn []string `json:"secondaryBackgroundColorNotIn,omitempty"` - SecondaryBackgroundColorGT *string `json:"secondaryBackgroundColorGT,omitempty"` - SecondaryBackgroundColorGTE *string `json:"secondaryBackgroundColorGTE,omitempty"` - SecondaryBackgroundColorLT *string `json:"secondaryBackgroundColorLT,omitempty"` - SecondaryBackgroundColorLTE *string `json:"secondaryBackgroundColorLTE,omitempty"` SecondaryBackgroundColorContains *string `json:"secondaryBackgroundColorContains,omitempty"` SecondaryBackgroundColorHasPrefix *string `json:"secondaryBackgroundColorHasPrefix,omitempty"` SecondaryBackgroundColorHasSuffix *string `json:"secondaryBackgroundColorHasSuffix,omitempty"` @@ -120045,10 +97743,6 @@ type TrustCenterSettingWhereInput struct { SecondaryForegroundColorNEQ *string `json:"secondaryForegroundColorNEQ,omitempty"` SecondaryForegroundColorIn []string `json:"secondaryForegroundColorIn,omitempty"` SecondaryForegroundColorNotIn []string `json:"secondaryForegroundColorNotIn,omitempty"` - SecondaryForegroundColorGT *string `json:"secondaryForegroundColorGT,omitempty"` - SecondaryForegroundColorGTE *string `json:"secondaryForegroundColorGTE,omitempty"` - SecondaryForegroundColorLT *string `json:"secondaryForegroundColorLT,omitempty"` - SecondaryForegroundColorLTE *string `json:"secondaryForegroundColorLTE,omitempty"` SecondaryForegroundColorContains *string `json:"secondaryForegroundColorContains,omitempty"` SecondaryForegroundColorHasPrefix *string `json:"secondaryForegroundColorHasPrefix,omitempty"` SecondaryForegroundColorHasSuffix *string `json:"secondaryForegroundColorHasSuffix,omitempty"` @@ -120076,10 +97770,6 @@ type TrustCenterSettingWhereInput struct { CompanyDomainNEQ *string `json:"companyDomainNEQ,omitempty"` CompanyDomainIn []string `json:"companyDomainIn,omitempty"` CompanyDomainNotIn []string `json:"companyDomainNotIn,omitempty"` - CompanyDomainGT *string `json:"companyDomainGT,omitempty"` - CompanyDomainGTE *string `json:"companyDomainGTE,omitempty"` - CompanyDomainLT *string `json:"companyDomainLT,omitempty"` - CompanyDomainLTE *string `json:"companyDomainLTE,omitempty"` CompanyDomainContains *string `json:"companyDomainContains,omitempty"` CompanyDomainHasPrefix *string `json:"companyDomainHasPrefix,omitempty"` CompanyDomainHasSuffix *string `json:"companyDomainHasSuffix,omitempty"` @@ -120093,10 +97783,6 @@ type TrustCenterSettingWhereInput struct { SecurityContactNEQ *string `json:"securityContactNEQ,omitempty"` SecurityContactIn []string `json:"securityContactIn,omitempty"` SecurityContactNotIn []string `json:"securityContactNotIn,omitempty"` - SecurityContactGT *string `json:"securityContactGT,omitempty"` - SecurityContactGTE *string `json:"securityContactGTE,omitempty"` - SecurityContactLT *string `json:"securityContactLT,omitempty"` - SecurityContactLTE *string `json:"securityContactLTE,omitempty"` SecurityContactContains *string `json:"securityContactContains,omitempty"` SecurityContactHasPrefix *string `json:"securityContactHasPrefix,omitempty"` SecurityContactHasSuffix *string `json:"securityContactHasSuffix,omitempty"` @@ -120124,26 +97810,19 @@ type TrustCenterSettingWhereInput struct { NotifySubscribersOnSubprocessorChangeNotNil bool `json:"notifySubscribersOnSubprocessorChangeNotNil,omitempty"` // "subprocessors_notified_at" field predicates. - SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` - SubprocessorsNotifiedAtNEQ *time.Time `json:"subprocessorsNotifiedAtNEQ,omitempty"` - SubprocessorsNotifiedAtIn []time.Time `json:"subprocessorsNotifiedAtIn,omitempty"` - SubprocessorsNotifiedAtNotIn []time.Time `json:"subprocessorsNotifiedAtNotIn,omitempty"` - SubprocessorsNotifiedAtGT *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` - SubprocessorsNotifiedAtGTE *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` - SubprocessorsNotifiedAtLT *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` - SubprocessorsNotifiedAtLTE *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` - SubprocessorsNotifiedAtIsNil bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` - SubprocessorsNotifiedAtNotNil bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` + SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` + SubprocessorsNotifiedAtGT *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` + SubprocessorsNotifiedAtGTE *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` + SubprocessorsNotifiedAtLT *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` + SubprocessorsNotifiedAtLTE *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` + SubprocessorsNotifiedAtIsNil bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` + SubprocessorsNotifiedAtNotNil bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` // "nda_approver_group_id" field predicates. NdaApproverGroupID *string `json:"ndaApproverGroupID,omitempty"` NdaApproverGroupIDNEQ *string `json:"ndaApproverGroupIDNEQ,omitempty"` NdaApproverGroupIDIn []string `json:"ndaApproverGroupIDIn,omitempty"` NdaApproverGroupIDNotIn []string `json:"ndaApproverGroupIDNotIn,omitempty"` - NdaApproverGroupIDGT *string `json:"ndaApproverGroupIDGT,omitempty"` - NdaApproverGroupIDGTE *string `json:"ndaApproverGroupIDGTE,omitempty"` - NdaApproverGroupIDLT *string `json:"ndaApproverGroupIDLT,omitempty"` - NdaApproverGroupIDLTE *string `json:"ndaApproverGroupIDLTE,omitempty"` NdaApproverGroupIDContains *string `json:"ndaApproverGroupIDContains,omitempty"` NdaApproverGroupIDHasPrefix *string `json:"ndaApproverGroupIDHasPrefix,omitempty"` NdaApproverGroupIDHasSuffix *string `json:"ndaApproverGroupIDHasSuffix,omitempty"` @@ -120157,10 +97836,6 @@ type TrustCenterSettingWhereInput struct { StatusPageURLNEQ *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGT *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGTE *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLT *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLTE *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -120277,18 +97952,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentersetting.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentersetting.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentersetting.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentersetting.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentersetting.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentersetting.IDEqualFold(*i.IDEqualFold)) } @@ -120298,15 +97961,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if i.CreatedAt != nil { predicates = append(predicates, trustcentersetting.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentersetting.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentersetting.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersetting.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentersetting.CreatedAtGT(*i.CreatedAtGT)) } @@ -120328,15 +97982,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if i.UpdatedAt != nil { predicates = append(predicates, trustcentersetting.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentersetting.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentersetting.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersetting.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentersetting.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -120367,18 +98012,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentersetting.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentersetting.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentersetting.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentersetting.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentersetting.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentersetting.CreatedByContains(*i.CreatedByContains)) } @@ -120412,18 +98045,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentersetting.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentersetting.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentersetting.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentersetting.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentersetting.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentersetting.UpdatedByContains(*i.UpdatedByContains)) } @@ -120457,18 +98078,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentersetting.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -120502,18 +98111,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentersetting.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentersetting.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentersetting.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentersetting.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentersetting.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentersetting.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -120547,18 +98144,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.TitleNotIn) > 0 { predicates = append(predicates, trustcentersetting.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, trustcentersetting.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, trustcentersetting.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, trustcentersetting.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, trustcentersetting.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, trustcentersetting.TitleContains(*i.TitleContains)) } @@ -120592,18 +98177,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.CompanyNameNotIn) > 0 { predicates = append(predicates, trustcentersetting.CompanyNameNotIn(i.CompanyNameNotIn...)) } - if i.CompanyNameGT != nil { - predicates = append(predicates, trustcentersetting.CompanyNameGT(*i.CompanyNameGT)) - } - if i.CompanyNameGTE != nil { - predicates = append(predicates, trustcentersetting.CompanyNameGTE(*i.CompanyNameGTE)) - } - if i.CompanyNameLT != nil { - predicates = append(predicates, trustcentersetting.CompanyNameLT(*i.CompanyNameLT)) - } - if i.CompanyNameLTE != nil { - predicates = append(predicates, trustcentersetting.CompanyNameLTE(*i.CompanyNameLTE)) - } if i.CompanyNameContains != nil { predicates = append(predicates, trustcentersetting.CompanyNameContains(*i.CompanyNameContains)) } @@ -120637,18 +98210,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.CompanyDescriptionNotIn) > 0 { predicates = append(predicates, trustcentersetting.CompanyDescriptionNotIn(i.CompanyDescriptionNotIn...)) } - if i.CompanyDescriptionGT != nil { - predicates = append(predicates, trustcentersetting.CompanyDescriptionGT(*i.CompanyDescriptionGT)) - } - if i.CompanyDescriptionGTE != nil { - predicates = append(predicates, trustcentersetting.CompanyDescriptionGTE(*i.CompanyDescriptionGTE)) - } - if i.CompanyDescriptionLT != nil { - predicates = append(predicates, trustcentersetting.CompanyDescriptionLT(*i.CompanyDescriptionLT)) - } - if i.CompanyDescriptionLTE != nil { - predicates = append(predicates, trustcentersetting.CompanyDescriptionLTE(*i.CompanyDescriptionLTE)) - } if i.CompanyDescriptionContains != nil { predicates = append(predicates, trustcentersetting.CompanyDescriptionContains(*i.CompanyDescriptionContains)) } @@ -120682,18 +98243,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.OverviewNotIn) > 0 { predicates = append(predicates, trustcentersetting.OverviewNotIn(i.OverviewNotIn...)) } - if i.OverviewGT != nil { - predicates = append(predicates, trustcentersetting.OverviewGT(*i.OverviewGT)) - } - if i.OverviewGTE != nil { - predicates = append(predicates, trustcentersetting.OverviewGTE(*i.OverviewGTE)) - } - if i.OverviewLT != nil { - predicates = append(predicates, trustcentersetting.OverviewLT(*i.OverviewLT)) - } - if i.OverviewLTE != nil { - predicates = append(predicates, trustcentersetting.OverviewLTE(*i.OverviewLTE)) - } if i.OverviewContains != nil { predicates = append(predicates, trustcentersetting.OverviewContains(*i.OverviewContains)) } @@ -120727,18 +98276,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, trustcentersetting.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, trustcentersetting.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, trustcentersetting.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, trustcentersetting.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, trustcentersetting.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, trustcentersetting.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -120772,18 +98309,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.LogoLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersetting.LogoLocalFileIDNotIn(i.LogoLocalFileIDNotIn...)) } - if i.LogoLocalFileIDGT != nil { - predicates = append(predicates, trustcentersetting.LogoLocalFileIDGT(*i.LogoLocalFileIDGT)) - } - if i.LogoLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersetting.LogoLocalFileIDGTE(*i.LogoLocalFileIDGTE)) - } - if i.LogoLocalFileIDLT != nil { - predicates = append(predicates, trustcentersetting.LogoLocalFileIDLT(*i.LogoLocalFileIDLT)) - } - if i.LogoLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersetting.LogoLocalFileIDLTE(*i.LogoLocalFileIDLTE)) - } if i.LogoLocalFileIDContains != nil { predicates = append(predicates, trustcentersetting.LogoLocalFileIDContains(*i.LogoLocalFileIDContains)) } @@ -120817,18 +98342,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.FaviconRemoteURLNotIn) > 0 { predicates = append(predicates, trustcentersetting.FaviconRemoteURLNotIn(i.FaviconRemoteURLNotIn...)) } - if i.FaviconRemoteURLGT != nil { - predicates = append(predicates, trustcentersetting.FaviconRemoteURLGT(*i.FaviconRemoteURLGT)) - } - if i.FaviconRemoteURLGTE != nil { - predicates = append(predicates, trustcentersetting.FaviconRemoteURLGTE(*i.FaviconRemoteURLGTE)) - } - if i.FaviconRemoteURLLT != nil { - predicates = append(predicates, trustcentersetting.FaviconRemoteURLLT(*i.FaviconRemoteURLLT)) - } - if i.FaviconRemoteURLLTE != nil { - predicates = append(predicates, trustcentersetting.FaviconRemoteURLLTE(*i.FaviconRemoteURLLTE)) - } if i.FaviconRemoteURLContains != nil { predicates = append(predicates, trustcentersetting.FaviconRemoteURLContains(*i.FaviconRemoteURLContains)) } @@ -120862,18 +98375,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.FaviconLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersetting.FaviconLocalFileIDNotIn(i.FaviconLocalFileIDNotIn...)) } - if i.FaviconLocalFileIDGT != nil { - predicates = append(predicates, trustcentersetting.FaviconLocalFileIDGT(*i.FaviconLocalFileIDGT)) - } - if i.FaviconLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersetting.FaviconLocalFileIDGTE(*i.FaviconLocalFileIDGTE)) - } - if i.FaviconLocalFileIDLT != nil { - predicates = append(predicates, trustcentersetting.FaviconLocalFileIDLT(*i.FaviconLocalFileIDLT)) - } - if i.FaviconLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersetting.FaviconLocalFileIDLTE(*i.FaviconLocalFileIDLTE)) - } if i.FaviconLocalFileIDContains != nil { predicates = append(predicates, trustcentersetting.FaviconLocalFileIDContains(*i.FaviconLocalFileIDContains)) } @@ -120907,18 +98408,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.HeroImageLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDNotIn(i.HeroImageLocalFileIDNotIn...)) } - if i.HeroImageLocalFileIDGT != nil { - predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDGT(*i.HeroImageLocalFileIDGT)) - } - if i.HeroImageLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDGTE(*i.HeroImageLocalFileIDGTE)) - } - if i.HeroImageLocalFileIDLT != nil { - predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDLT(*i.HeroImageLocalFileIDLT)) - } - if i.HeroImageLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDLTE(*i.HeroImageLocalFileIDLTE)) - } if i.HeroImageLocalFileIDContains != nil { predicates = append(predicates, trustcentersetting.HeroImageLocalFileIDContains(*i.HeroImageLocalFileIDContains)) } @@ -120970,18 +98459,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.PrimaryColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.PrimaryColorNotIn(i.PrimaryColorNotIn...)) } - if i.PrimaryColorGT != nil { - predicates = append(predicates, trustcentersetting.PrimaryColorGT(*i.PrimaryColorGT)) - } - if i.PrimaryColorGTE != nil { - predicates = append(predicates, trustcentersetting.PrimaryColorGTE(*i.PrimaryColorGTE)) - } - if i.PrimaryColorLT != nil { - predicates = append(predicates, trustcentersetting.PrimaryColorLT(*i.PrimaryColorLT)) - } - if i.PrimaryColorLTE != nil { - predicates = append(predicates, trustcentersetting.PrimaryColorLTE(*i.PrimaryColorLTE)) - } if i.PrimaryColorContains != nil { predicates = append(predicates, trustcentersetting.PrimaryColorContains(*i.PrimaryColorContains)) } @@ -121015,18 +98492,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.FontNotIn) > 0 { predicates = append(predicates, trustcentersetting.FontNotIn(i.FontNotIn...)) } - if i.FontGT != nil { - predicates = append(predicates, trustcentersetting.FontGT(*i.FontGT)) - } - if i.FontGTE != nil { - predicates = append(predicates, trustcentersetting.FontGTE(*i.FontGTE)) - } - if i.FontLT != nil { - predicates = append(predicates, trustcentersetting.FontLT(*i.FontLT)) - } - if i.FontLTE != nil { - predicates = append(predicates, trustcentersetting.FontLTE(*i.FontLTE)) - } if i.FontContains != nil { predicates = append(predicates, trustcentersetting.FontContains(*i.FontContains)) } @@ -121060,18 +98525,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.ForegroundColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.ForegroundColorNotIn(i.ForegroundColorNotIn...)) } - if i.ForegroundColorGT != nil { - predicates = append(predicates, trustcentersetting.ForegroundColorGT(*i.ForegroundColorGT)) - } - if i.ForegroundColorGTE != nil { - predicates = append(predicates, trustcentersetting.ForegroundColorGTE(*i.ForegroundColorGTE)) - } - if i.ForegroundColorLT != nil { - predicates = append(predicates, trustcentersetting.ForegroundColorLT(*i.ForegroundColorLT)) - } - if i.ForegroundColorLTE != nil { - predicates = append(predicates, trustcentersetting.ForegroundColorLTE(*i.ForegroundColorLTE)) - } if i.ForegroundColorContains != nil { predicates = append(predicates, trustcentersetting.ForegroundColorContains(*i.ForegroundColorContains)) } @@ -121105,18 +98558,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.BackgroundColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.BackgroundColorNotIn(i.BackgroundColorNotIn...)) } - if i.BackgroundColorGT != nil { - predicates = append(predicates, trustcentersetting.BackgroundColorGT(*i.BackgroundColorGT)) - } - if i.BackgroundColorGTE != nil { - predicates = append(predicates, trustcentersetting.BackgroundColorGTE(*i.BackgroundColorGTE)) - } - if i.BackgroundColorLT != nil { - predicates = append(predicates, trustcentersetting.BackgroundColorLT(*i.BackgroundColorLT)) - } - if i.BackgroundColorLTE != nil { - predicates = append(predicates, trustcentersetting.BackgroundColorLTE(*i.BackgroundColorLTE)) - } if i.BackgroundColorContains != nil { predicates = append(predicates, trustcentersetting.BackgroundColorContains(*i.BackgroundColorContains)) } @@ -121150,18 +98591,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.AccentColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.AccentColorNotIn(i.AccentColorNotIn...)) } - if i.AccentColorGT != nil { - predicates = append(predicates, trustcentersetting.AccentColorGT(*i.AccentColorGT)) - } - if i.AccentColorGTE != nil { - predicates = append(predicates, trustcentersetting.AccentColorGTE(*i.AccentColorGTE)) - } - if i.AccentColorLT != nil { - predicates = append(predicates, trustcentersetting.AccentColorLT(*i.AccentColorLT)) - } - if i.AccentColorLTE != nil { - predicates = append(predicates, trustcentersetting.AccentColorLTE(*i.AccentColorLTE)) - } if i.AccentColorContains != nil { predicates = append(predicates, trustcentersetting.AccentColorContains(*i.AccentColorContains)) } @@ -121195,18 +98624,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.SecondaryBackgroundColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorNotIn(i.SecondaryBackgroundColorNotIn...)) } - if i.SecondaryBackgroundColorGT != nil { - predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorGT(*i.SecondaryBackgroundColorGT)) - } - if i.SecondaryBackgroundColorGTE != nil { - predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorGTE(*i.SecondaryBackgroundColorGTE)) - } - if i.SecondaryBackgroundColorLT != nil { - predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorLT(*i.SecondaryBackgroundColorLT)) - } - if i.SecondaryBackgroundColorLTE != nil { - predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorLTE(*i.SecondaryBackgroundColorLTE)) - } if i.SecondaryBackgroundColorContains != nil { predicates = append(predicates, trustcentersetting.SecondaryBackgroundColorContains(*i.SecondaryBackgroundColorContains)) } @@ -121240,18 +98657,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.SecondaryForegroundColorNotIn) > 0 { predicates = append(predicates, trustcentersetting.SecondaryForegroundColorNotIn(i.SecondaryForegroundColorNotIn...)) } - if i.SecondaryForegroundColorGT != nil { - predicates = append(predicates, trustcentersetting.SecondaryForegroundColorGT(*i.SecondaryForegroundColorGT)) - } - if i.SecondaryForegroundColorGTE != nil { - predicates = append(predicates, trustcentersetting.SecondaryForegroundColorGTE(*i.SecondaryForegroundColorGTE)) - } - if i.SecondaryForegroundColorLT != nil { - predicates = append(predicates, trustcentersetting.SecondaryForegroundColorLT(*i.SecondaryForegroundColorLT)) - } - if i.SecondaryForegroundColorLTE != nil { - predicates = append(predicates, trustcentersetting.SecondaryForegroundColorLTE(*i.SecondaryForegroundColorLTE)) - } if i.SecondaryForegroundColorContains != nil { predicates = append(predicates, trustcentersetting.SecondaryForegroundColorContains(*i.SecondaryForegroundColorContains)) } @@ -121315,18 +98720,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.CompanyDomainNotIn) > 0 { predicates = append(predicates, trustcentersetting.CompanyDomainNotIn(i.CompanyDomainNotIn...)) } - if i.CompanyDomainGT != nil { - predicates = append(predicates, trustcentersetting.CompanyDomainGT(*i.CompanyDomainGT)) - } - if i.CompanyDomainGTE != nil { - predicates = append(predicates, trustcentersetting.CompanyDomainGTE(*i.CompanyDomainGTE)) - } - if i.CompanyDomainLT != nil { - predicates = append(predicates, trustcentersetting.CompanyDomainLT(*i.CompanyDomainLT)) - } - if i.CompanyDomainLTE != nil { - predicates = append(predicates, trustcentersetting.CompanyDomainLTE(*i.CompanyDomainLTE)) - } if i.CompanyDomainContains != nil { predicates = append(predicates, trustcentersetting.CompanyDomainContains(*i.CompanyDomainContains)) } @@ -121360,18 +98753,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.SecurityContactNotIn) > 0 { predicates = append(predicates, trustcentersetting.SecurityContactNotIn(i.SecurityContactNotIn...)) } - if i.SecurityContactGT != nil { - predicates = append(predicates, trustcentersetting.SecurityContactGT(*i.SecurityContactGT)) - } - if i.SecurityContactGTE != nil { - predicates = append(predicates, trustcentersetting.SecurityContactGTE(*i.SecurityContactGTE)) - } - if i.SecurityContactLT != nil { - predicates = append(predicates, trustcentersetting.SecurityContactLT(*i.SecurityContactLT)) - } - if i.SecurityContactLTE != nil { - predicates = append(predicates, trustcentersetting.SecurityContactLTE(*i.SecurityContactLTE)) - } if i.SecurityContactContains != nil { predicates = append(predicates, trustcentersetting.SecurityContactContains(*i.SecurityContactContains)) } @@ -121432,15 +98813,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if i.SubprocessorsNotifiedAt != nil { predicates = append(predicates, trustcentersetting.SubprocessorsNotifiedAtEQ(*i.SubprocessorsNotifiedAt)) } - if i.SubprocessorsNotifiedAtNEQ != nil { - predicates = append(predicates, trustcentersetting.SubprocessorsNotifiedAtNEQ(*i.SubprocessorsNotifiedAtNEQ)) - } - if len(i.SubprocessorsNotifiedAtIn) > 0 { - predicates = append(predicates, trustcentersetting.SubprocessorsNotifiedAtIn(i.SubprocessorsNotifiedAtIn...)) - } - if len(i.SubprocessorsNotifiedAtNotIn) > 0 { - predicates = append(predicates, trustcentersetting.SubprocessorsNotifiedAtNotIn(i.SubprocessorsNotifiedAtNotIn...)) - } if i.SubprocessorsNotifiedAtGT != nil { predicates = append(predicates, trustcentersetting.SubprocessorsNotifiedAtGT(*i.SubprocessorsNotifiedAtGT)) } @@ -121471,18 +98843,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.NdaApproverGroupIDNotIn) > 0 { predicates = append(predicates, trustcentersetting.NdaApproverGroupIDNotIn(i.NdaApproverGroupIDNotIn...)) } - if i.NdaApproverGroupIDGT != nil { - predicates = append(predicates, trustcentersetting.NdaApproverGroupIDGT(*i.NdaApproverGroupIDGT)) - } - if i.NdaApproverGroupIDGTE != nil { - predicates = append(predicates, trustcentersetting.NdaApproverGroupIDGTE(*i.NdaApproverGroupIDGTE)) - } - if i.NdaApproverGroupIDLT != nil { - predicates = append(predicates, trustcentersetting.NdaApproverGroupIDLT(*i.NdaApproverGroupIDLT)) - } - if i.NdaApproverGroupIDLTE != nil { - predicates = append(predicates, trustcentersetting.NdaApproverGroupIDLTE(*i.NdaApproverGroupIDLTE)) - } if i.NdaApproverGroupIDContains != nil { predicates = append(predicates, trustcentersetting.NdaApproverGroupIDContains(*i.NdaApproverGroupIDContains)) } @@ -121516,18 +98876,6 @@ func (i *TrustCenterSettingWhereInput) P() (predicate.TrustCenterSetting, error) if len(i.StatusPageURLNotIn) > 0 { predicates = append(predicates, trustcentersetting.StatusPageURLNotIn(i.StatusPageURLNotIn...)) } - if i.StatusPageURLGT != nil { - predicates = append(predicates, trustcentersetting.StatusPageURLGT(*i.StatusPageURLGT)) - } - if i.StatusPageURLGTE != nil { - predicates = append(predicates, trustcentersetting.StatusPageURLGTE(*i.StatusPageURLGTE)) - } - if i.StatusPageURLLT != nil { - predicates = append(predicates, trustcentersetting.StatusPageURLLT(*i.StatusPageURLLT)) - } - if i.StatusPageURLLTE != nil { - predicates = append(predicates, trustcentersetting.StatusPageURLLTE(*i.StatusPageURLLTE)) - } if i.StatusPageURLContains != nil { predicates = append(predicates, trustcentersetting.StatusPageURLContains(*i.StatusPageURLContains)) } @@ -121686,46 +99034,32 @@ type TrustCenterSubprocessorWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -121739,10 +99073,6 @@ type TrustCenterSubprocessorWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -121756,10 +99086,6 @@ type TrustCenterSubprocessorWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -121773,10 +99099,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterSubprocessorKindNameNEQ *string `json:"trustCenterSubprocessorKindNameNEQ,omitempty"` TrustCenterSubprocessorKindNameIn []string `json:"trustCenterSubprocessorKindNameIn,omitempty"` TrustCenterSubprocessorKindNameNotIn []string `json:"trustCenterSubprocessorKindNameNotIn,omitempty"` - TrustCenterSubprocessorKindNameGT *string `json:"trustCenterSubprocessorKindNameGT,omitempty"` - TrustCenterSubprocessorKindNameGTE *string `json:"trustCenterSubprocessorKindNameGTE,omitempty"` - TrustCenterSubprocessorKindNameLT *string `json:"trustCenterSubprocessorKindNameLT,omitempty"` - TrustCenterSubprocessorKindNameLTE *string `json:"trustCenterSubprocessorKindNameLTE,omitempty"` TrustCenterSubprocessorKindNameContains *string `json:"trustCenterSubprocessorKindNameContains,omitempty"` TrustCenterSubprocessorKindNameHasPrefix *string `json:"trustCenterSubprocessorKindNameHasPrefix,omitempty"` TrustCenterSubprocessorKindNameHasSuffix *string `json:"trustCenterSubprocessorKindNameHasSuffix,omitempty"` @@ -121790,10 +99112,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterSubprocessorKindIDNEQ *string `json:"trustCenterSubprocessorKindIDNEQ,omitempty"` TrustCenterSubprocessorKindIDIn []string `json:"trustCenterSubprocessorKindIDIn,omitempty"` TrustCenterSubprocessorKindIDNotIn []string `json:"trustCenterSubprocessorKindIDNotIn,omitempty"` - TrustCenterSubprocessorKindIDGT *string `json:"trustCenterSubprocessorKindIDGT,omitempty"` - TrustCenterSubprocessorKindIDGTE *string `json:"trustCenterSubprocessorKindIDGTE,omitempty"` - TrustCenterSubprocessorKindIDLT *string `json:"trustCenterSubprocessorKindIDLT,omitempty"` - TrustCenterSubprocessorKindIDLTE *string `json:"trustCenterSubprocessorKindIDLTE,omitempty"` TrustCenterSubprocessorKindIDContains *string `json:"trustCenterSubprocessorKindIDContains,omitempty"` TrustCenterSubprocessorKindIDHasPrefix *string `json:"trustCenterSubprocessorKindIDHasPrefix,omitempty"` TrustCenterSubprocessorKindIDHasSuffix *string `json:"trustCenterSubprocessorKindIDHasSuffix,omitempty"` @@ -121807,10 +99125,6 @@ type TrustCenterSubprocessorWhereInput struct { SubprocessorIDNEQ *string `json:"subprocessorIDNEQ,omitempty"` SubprocessorIDIn []string `json:"subprocessorIDIn,omitempty"` SubprocessorIDNotIn []string `json:"subprocessorIDNotIn,omitempty"` - SubprocessorIDGT *string `json:"subprocessorIDGT,omitempty"` - SubprocessorIDGTE *string `json:"subprocessorIDGTE,omitempty"` - SubprocessorIDLT *string `json:"subprocessorIDLT,omitempty"` - SubprocessorIDLTE *string `json:"subprocessorIDLTE,omitempty"` SubprocessorIDContains *string `json:"subprocessorIDContains,omitempty"` SubprocessorIDHasPrefix *string `json:"subprocessorIDHasPrefix,omitempty"` SubprocessorIDHasSuffix *string `json:"subprocessorIDHasSuffix,omitempty"` @@ -121822,10 +99136,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -121941,18 +99251,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentersubprocessor.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentersubprocessor.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentersubprocessor.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentersubprocessor.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentersubprocessor.IDEqualFold(*i.IDEqualFold)) } @@ -121962,15 +99260,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if i.CreatedAt != nil { predicates = append(predicates, trustcentersubprocessor.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentersubprocessor.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentersubprocessor.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersubprocessor.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentersubprocessor.CreatedAtGT(*i.CreatedAtGT)) } @@ -121992,15 +99281,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if i.UpdatedAt != nil { predicates = append(predicates, trustcentersubprocessor.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentersubprocessor.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersubprocessor.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentersubprocessor.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -122031,18 +99311,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentersubprocessor.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentersubprocessor.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentersubprocessor.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentersubprocessor.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentersubprocessor.CreatedByContains(*i.CreatedByContains)) } @@ -122076,18 +99344,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentersubprocessor.UpdatedByContains(*i.UpdatedByContains)) } @@ -122121,18 +99377,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentersubprocessor.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -122166,18 +99410,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.TrustCenterSubprocessorKindNameNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameNotIn(i.TrustCenterSubprocessorKindNameNotIn...)) } - if i.TrustCenterSubprocessorKindNameGT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameGT(*i.TrustCenterSubprocessorKindNameGT)) - } - if i.TrustCenterSubprocessorKindNameGTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameGTE(*i.TrustCenterSubprocessorKindNameGTE)) - } - if i.TrustCenterSubprocessorKindNameLT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameLT(*i.TrustCenterSubprocessorKindNameLT)) - } - if i.TrustCenterSubprocessorKindNameLTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameLTE(*i.TrustCenterSubprocessorKindNameLTE)) - } if i.TrustCenterSubprocessorKindNameContains != nil { predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindNameContains(*i.TrustCenterSubprocessorKindNameContains)) } @@ -122211,18 +99443,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.TrustCenterSubprocessorKindIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDNotIn(i.TrustCenterSubprocessorKindIDNotIn...)) } - if i.TrustCenterSubprocessorKindIDGT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDGT(*i.TrustCenterSubprocessorKindIDGT)) - } - if i.TrustCenterSubprocessorKindIDGTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDGTE(*i.TrustCenterSubprocessorKindIDGTE)) - } - if i.TrustCenterSubprocessorKindIDLT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDLT(*i.TrustCenterSubprocessorKindIDLT)) - } - if i.TrustCenterSubprocessorKindIDLTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDLTE(*i.TrustCenterSubprocessorKindIDLTE)) - } if i.TrustCenterSubprocessorKindIDContains != nil { predicates = append(predicates, trustcentersubprocessor.TrustCenterSubprocessorKindIDContains(*i.TrustCenterSubprocessorKindIDContains)) } @@ -122256,18 +99476,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.SubprocessorIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.SubprocessorIDNotIn(i.SubprocessorIDNotIn...)) } - if i.SubprocessorIDGT != nil { - predicates = append(predicates, trustcentersubprocessor.SubprocessorIDGT(*i.SubprocessorIDGT)) - } - if i.SubprocessorIDGTE != nil { - predicates = append(predicates, trustcentersubprocessor.SubprocessorIDGTE(*i.SubprocessorIDGTE)) - } - if i.SubprocessorIDLT != nil { - predicates = append(predicates, trustcentersubprocessor.SubprocessorIDLT(*i.SubprocessorIDLT)) - } - if i.SubprocessorIDLTE != nil { - predicates = append(predicates, trustcentersubprocessor.SubprocessorIDLTE(*i.SubprocessorIDLTE)) - } if i.SubprocessorIDContains != nil { predicates = append(predicates, trustcentersubprocessor.SubprocessorIDContains(*i.SubprocessorIDContains)) } @@ -122295,18 +99503,6 @@ func (i *TrustCenterSubprocessorWhereInput) P() (predicate.TrustCenterSubprocess if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessor.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentersubprocessor.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentersubprocessor.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -122453,46 +99649,32 @@ type TrustCenterWatermarkConfigWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -122506,10 +99688,6 @@ type TrustCenterWatermarkConfigWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -122523,10 +99701,6 @@ type TrustCenterWatermarkConfigWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -122540,10 +99714,6 @@ type TrustCenterWatermarkConfigWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -122557,10 +99727,6 @@ type TrustCenterWatermarkConfigWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -122580,10 +99746,6 @@ type TrustCenterWatermarkConfigWhereInput struct { LogoIDNEQ *string `json:"logoIDNEQ,omitempty"` LogoIDIn []string `json:"logoIDIn,omitempty"` LogoIDNotIn []string `json:"logoIDNotIn,omitempty"` - LogoIDGT *string `json:"logoIDGT,omitempty"` - LogoIDGTE *string `json:"logoIDGTE,omitempty"` - LogoIDLT *string `json:"logoIDLT,omitempty"` - LogoIDLTE *string `json:"logoIDLTE,omitempty"` LogoIDContains *string `json:"logoIDContains,omitempty"` LogoIDHasPrefix *string `json:"logoIDHasPrefix,omitempty"` LogoIDHasSuffix *string `json:"logoIDHasSuffix,omitempty"` @@ -122597,10 +99759,6 @@ type TrustCenterWatermarkConfigWhereInput struct { TextNEQ *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGT *string `json:"textGT,omitempty"` - TextGTE *string `json:"textGTE,omitempty"` - TextLT *string `json:"textLT,omitempty"` - TextLTE *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -122650,10 +99808,6 @@ type TrustCenterWatermarkConfigWhereInput struct { ColorNEQ *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGT *string `json:"colorGT,omitempty"` - ColorGTE *string `json:"colorGTE,omitempty"` - ColorLT *string `json:"colorLT,omitempty"` - ColorLTE *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -122774,18 +99928,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterwatermarkconfig.IDEqualFold(*i.IDEqualFold)) } @@ -122795,15 +99937,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if i.CreatedAt != nil { predicates = append(predicates, trustcenterwatermarkconfig.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterwatermarkconfig.CreatedAtGT(*i.CreatedAtGT)) } @@ -122825,15 +99958,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if i.UpdatedAt != nil { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -122864,18 +99988,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.CreatedByContains(*i.CreatedByContains)) } @@ -122909,18 +100021,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByContains(*i.UpdatedByContains)) } @@ -122954,18 +100054,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -122999,18 +100087,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.OwnerIDContains(*i.OwnerIDContains)) } @@ -123044,18 +100120,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -123101,18 +100165,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.LogoIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.LogoIDNotIn(i.LogoIDNotIn...)) } - if i.LogoIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.LogoIDGT(*i.LogoIDGT)) - } - if i.LogoIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.LogoIDGTE(*i.LogoIDGTE)) - } - if i.LogoIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.LogoIDLT(*i.LogoIDLT)) - } - if i.LogoIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.LogoIDLTE(*i.LogoIDLTE)) - } if i.LogoIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.LogoIDContains(*i.LogoIDContains)) } @@ -123146,18 +100198,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.TextNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.TextNotIn(i.TextNotIn...)) } - if i.TextGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TextGT(*i.TextGT)) - } - if i.TextGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TextGTE(*i.TextGTE)) - } - if i.TextLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TextLT(*i.TextLT)) - } - if i.TextLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.TextLTE(*i.TextLTE)) - } if i.TextContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.TextContains(*i.TextContains)) } @@ -123281,18 +100321,6 @@ func (i *TrustCenterWatermarkConfigWhereInput) P() (predicate.TrustCenterWaterma if len(i.ColorNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfig.ColorNotIn(i.ColorNotIn...)) } - if i.ColorGT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.ColorGT(*i.ColorGT)) - } - if i.ColorGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.ColorGTE(*i.ColorGTE)) - } - if i.ColorLT != nil { - predicates = append(predicates, trustcenterwatermarkconfig.ColorLT(*i.ColorLT)) - } - if i.ColorLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfig.ColorLTE(*i.ColorLTE)) - } if i.ColorContains != nil { predicates = append(predicates, trustcenterwatermarkconfig.ColorContains(*i.ColorContains)) } @@ -123450,46 +100478,32 @@ type UserWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -123503,10 +100517,6 @@ type UserWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -123520,10 +100530,6 @@ type UserWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -123535,10 +100541,6 @@ type UserWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -123550,10 +100552,6 @@ type UserWhereInput struct { FirstNameNEQ *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGT *string `json:"firstNameGT,omitempty"` - FirstNameGTE *string `json:"firstNameGTE,omitempty"` - FirstNameLT *string `json:"firstNameLT,omitempty"` - FirstNameLTE *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -123567,10 +100565,6 @@ type UserWhereInput struct { LastNameNEQ *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGT *string `json:"lastNameGT,omitempty"` - LastNameGTE *string `json:"lastNameGTE,omitempty"` - LastNameLT *string `json:"lastNameLT,omitempty"` - LastNameLTE *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -123584,10 +100578,6 @@ type UserWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -123599,10 +100589,6 @@ type UserWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -123616,10 +100602,6 @@ type UserWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -123629,28 +100611,22 @@ type UserWhereInput struct { AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // "avatar_updated_at" field predicates. - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNEQ *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` // "last_seen" field predicates. - LastSeen *time.Time `json:"lastSeen,omitempty"` - LastSeenNEQ *time.Time `json:"lastSeenNEQ,omitempty"` - LastSeenIn []time.Time `json:"lastSeenIn,omitempty"` - LastSeenNotIn []time.Time `json:"lastSeenNotIn,omitempty"` - LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` - LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` - LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` - LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` - LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` - LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` + LastSeen *time.Time `json:"lastSeen,omitempty"` + LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` + LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` + LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` + LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` + LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` + LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` // "last_login_provider" field predicates. LastLoginProvider *enums.AuthProvider `json:"lastLoginProvider,omitempty"` @@ -123665,10 +100641,6 @@ type UserWhereInput struct { PasswordNEQ *string `json:"passwordNEQ,omitempty"` PasswordIn []string `json:"passwordIn,omitempty"` PasswordNotIn []string `json:"passwordNotIn,omitempty"` - PasswordGT *string `json:"passwordGT,omitempty"` - PasswordGTE *string `json:"passwordGTE,omitempty"` - PasswordLT *string `json:"passwordLT,omitempty"` - PasswordLTE *string `json:"passwordLTE,omitempty"` PasswordContains *string `json:"passwordContains,omitempty"` PasswordHasPrefix *string `json:"passwordHasPrefix,omitempty"` PasswordHasSuffix *string `json:"passwordHasSuffix,omitempty"` @@ -123682,10 +100654,6 @@ type UserWhereInput struct { SubNEQ *string `json:"subNEQ,omitempty"` SubIn []string `json:"subIn,omitempty"` SubNotIn []string `json:"subNotIn,omitempty"` - SubGT *string `json:"subGT,omitempty"` - SubGTE *string `json:"subGTE,omitempty"` - SubLT *string `json:"subLT,omitempty"` - SubLTE *string `json:"subLTE,omitempty"` SubContains *string `json:"subContains,omitempty"` SubHasPrefix *string `json:"subHasPrefix,omitempty"` SubHasSuffix *string `json:"subHasSuffix,omitempty"` @@ -123713,10 +100681,6 @@ type UserWhereInput struct { ScimExternalIDNEQ *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIDGT *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIDGTE *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIDLT *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIDLTE *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -123730,10 +100694,6 @@ type UserWhereInput struct { ScimUsernameNEQ *string `json:"scimUsernameNEQ,omitempty"` ScimUsernameIn []string `json:"scimUsernameIn,omitempty"` ScimUsernameNotIn []string `json:"scimUsernameNotIn,omitempty"` - ScimUsernameGT *string `json:"scimUsernameGT,omitempty"` - ScimUsernameGTE *string `json:"scimUsernameGTE,omitempty"` - ScimUsernameLT *string `json:"scimUsernameLT,omitempty"` - ScimUsernameLTE *string `json:"scimUsernameLTE,omitempty"` ScimUsernameContains *string `json:"scimUsernameContains,omitempty"` ScimUsernameHasPrefix *string `json:"scimUsernameHasPrefix,omitempty"` ScimUsernameHasSuffix *string `json:"scimUsernameHasSuffix,omitempty"` @@ -123753,10 +100713,6 @@ type UserWhereInput struct { ScimPreferredLanguageNEQ *string `json:"scimPreferredLanguageNEQ,omitempty"` ScimPreferredLanguageIn []string `json:"scimPreferredLanguageIn,omitempty"` ScimPreferredLanguageNotIn []string `json:"scimPreferredLanguageNotIn,omitempty"` - ScimPreferredLanguageGT *string `json:"scimPreferredLanguageGT,omitempty"` - ScimPreferredLanguageGTE *string `json:"scimPreferredLanguageGTE,omitempty"` - ScimPreferredLanguageLT *string `json:"scimPreferredLanguageLT,omitempty"` - ScimPreferredLanguageLTE *string `json:"scimPreferredLanguageLTE,omitempty"` ScimPreferredLanguageContains *string `json:"scimPreferredLanguageContains,omitempty"` ScimPreferredLanguageHasPrefix *string `json:"scimPreferredLanguageHasPrefix,omitempty"` ScimPreferredLanguageHasSuffix *string `json:"scimPreferredLanguageHasSuffix,omitempty"` @@ -123770,10 +100726,6 @@ type UserWhereInput struct { ScimLocaleNEQ *string `json:"scimLocaleNEQ,omitempty"` ScimLocaleIn []string `json:"scimLocaleIn,omitempty"` ScimLocaleNotIn []string `json:"scimLocaleNotIn,omitempty"` - ScimLocaleGT *string `json:"scimLocaleGT,omitempty"` - ScimLocaleGTE *string `json:"scimLocaleGTE,omitempty"` - ScimLocaleLT *string `json:"scimLocaleLT,omitempty"` - ScimLocaleLTE *string `json:"scimLocaleLTE,omitempty"` ScimLocaleContains *string `json:"scimLocaleContains,omitempty"` ScimLocaleHasPrefix *string `json:"scimLocaleHasPrefix,omitempty"` ScimLocaleHasSuffix *string `json:"scimLocaleHasSuffix,omitempty"` @@ -123957,18 +100909,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, user.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, user.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, user.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, user.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, user.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, user.IDEqualFold(*i.IDEqualFold)) } @@ -123978,15 +100918,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if i.CreatedAt != nil { predicates = append(predicates, user.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, user.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, user.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, user.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, user.CreatedAtGT(*i.CreatedAtGT)) } @@ -124008,15 +100939,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if i.UpdatedAt != nil { predicates = append(predicates, user.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, user.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, user.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, user.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, user.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -124047,18 +100969,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, user.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, user.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, user.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, user.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, user.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, user.CreatedByContains(*i.CreatedByContains)) } @@ -124092,18 +101002,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, user.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, user.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, user.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, user.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, user.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, user.UpdatedByContains(*i.UpdatedByContains)) } @@ -124137,18 +101035,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, user.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, user.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, user.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, user.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, user.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, user.DisplayIDContains(*i.DisplayIDContains)) } @@ -124176,18 +101062,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, user.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, user.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, user.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, user.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, user.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, user.EmailContains(*i.EmailContains)) } @@ -124215,18 +101089,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.FirstNameNotIn) > 0 { predicates = append(predicates, user.FirstNameNotIn(i.FirstNameNotIn...)) } - if i.FirstNameGT != nil { - predicates = append(predicates, user.FirstNameGT(*i.FirstNameGT)) - } - if i.FirstNameGTE != nil { - predicates = append(predicates, user.FirstNameGTE(*i.FirstNameGTE)) - } - if i.FirstNameLT != nil { - predicates = append(predicates, user.FirstNameLT(*i.FirstNameLT)) - } - if i.FirstNameLTE != nil { - predicates = append(predicates, user.FirstNameLTE(*i.FirstNameLTE)) - } if i.FirstNameContains != nil { predicates = append(predicates, user.FirstNameContains(*i.FirstNameContains)) } @@ -124260,18 +101122,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.LastNameNotIn) > 0 { predicates = append(predicates, user.LastNameNotIn(i.LastNameNotIn...)) } - if i.LastNameGT != nil { - predicates = append(predicates, user.LastNameGT(*i.LastNameGT)) - } - if i.LastNameGTE != nil { - predicates = append(predicates, user.LastNameGTE(*i.LastNameGTE)) - } - if i.LastNameLT != nil { - predicates = append(predicates, user.LastNameLT(*i.LastNameLT)) - } - if i.LastNameLTE != nil { - predicates = append(predicates, user.LastNameLTE(*i.LastNameLTE)) - } if i.LastNameContains != nil { predicates = append(predicates, user.LastNameContains(*i.LastNameContains)) } @@ -124305,18 +101155,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, user.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, user.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, user.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, user.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, user.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, user.DisplayNameContains(*i.DisplayNameContains)) } @@ -124344,18 +101182,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, user.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, user.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, user.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, user.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, user.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, user.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -124389,18 +101215,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, user.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, user.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, user.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, user.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, user.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, user.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -124425,15 +101239,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if i.AvatarUpdatedAt != nil { predicates = append(predicates, user.AvatarUpdatedAtEQ(*i.AvatarUpdatedAt)) } - if i.AvatarUpdatedAtNEQ != nil { - predicates = append(predicates, user.AvatarUpdatedAtNEQ(*i.AvatarUpdatedAtNEQ)) - } - if len(i.AvatarUpdatedAtIn) > 0 { - predicates = append(predicates, user.AvatarUpdatedAtIn(i.AvatarUpdatedAtIn...)) - } - if len(i.AvatarUpdatedAtNotIn) > 0 { - predicates = append(predicates, user.AvatarUpdatedAtNotIn(i.AvatarUpdatedAtNotIn...)) - } if i.AvatarUpdatedAtGT != nil { predicates = append(predicates, user.AvatarUpdatedAtGT(*i.AvatarUpdatedAtGT)) } @@ -124455,15 +101260,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if i.LastSeen != nil { predicates = append(predicates, user.LastSeenEQ(*i.LastSeen)) } - if i.LastSeenNEQ != nil { - predicates = append(predicates, user.LastSeenNEQ(*i.LastSeenNEQ)) - } - if len(i.LastSeenIn) > 0 { - predicates = append(predicates, user.LastSeenIn(i.LastSeenIn...)) - } - if len(i.LastSeenNotIn) > 0 { - predicates = append(predicates, user.LastSeenNotIn(i.LastSeenNotIn...)) - } if i.LastSeenGT != nil { predicates = append(predicates, user.LastSeenGT(*i.LastSeenGT)) } @@ -124512,18 +101308,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.PasswordNotIn) > 0 { predicates = append(predicates, user.PasswordNotIn(i.PasswordNotIn...)) } - if i.PasswordGT != nil { - predicates = append(predicates, user.PasswordGT(*i.PasswordGT)) - } - if i.PasswordGTE != nil { - predicates = append(predicates, user.PasswordGTE(*i.PasswordGTE)) - } - if i.PasswordLT != nil { - predicates = append(predicates, user.PasswordLT(*i.PasswordLT)) - } - if i.PasswordLTE != nil { - predicates = append(predicates, user.PasswordLTE(*i.PasswordLTE)) - } if i.PasswordContains != nil { predicates = append(predicates, user.PasswordContains(*i.PasswordContains)) } @@ -124557,18 +101341,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.SubNotIn) > 0 { predicates = append(predicates, user.SubNotIn(i.SubNotIn...)) } - if i.SubGT != nil { - predicates = append(predicates, user.SubGT(*i.SubGT)) - } - if i.SubGTE != nil { - predicates = append(predicates, user.SubGTE(*i.SubGTE)) - } - if i.SubLT != nil { - predicates = append(predicates, user.SubLT(*i.SubLT)) - } - if i.SubLTE != nil { - predicates = append(predicates, user.SubLTE(*i.SubLTE)) - } if i.SubContains != nil { predicates = append(predicates, user.SubContains(*i.SubContains)) } @@ -124632,18 +101404,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.ScimExternalIDNotIn) > 0 { predicates = append(predicates, user.ScimExternalIDNotIn(i.ScimExternalIDNotIn...)) } - if i.ScimExternalIDGT != nil { - predicates = append(predicates, user.ScimExternalIDGT(*i.ScimExternalIDGT)) - } - if i.ScimExternalIDGTE != nil { - predicates = append(predicates, user.ScimExternalIDGTE(*i.ScimExternalIDGTE)) - } - if i.ScimExternalIDLT != nil { - predicates = append(predicates, user.ScimExternalIDLT(*i.ScimExternalIDLT)) - } - if i.ScimExternalIDLTE != nil { - predicates = append(predicates, user.ScimExternalIDLTE(*i.ScimExternalIDLTE)) - } if i.ScimExternalIDContains != nil { predicates = append(predicates, user.ScimExternalIDContains(*i.ScimExternalIDContains)) } @@ -124677,18 +101437,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.ScimUsernameNotIn) > 0 { predicates = append(predicates, user.ScimUsernameNotIn(i.ScimUsernameNotIn...)) } - if i.ScimUsernameGT != nil { - predicates = append(predicates, user.ScimUsernameGT(*i.ScimUsernameGT)) - } - if i.ScimUsernameGTE != nil { - predicates = append(predicates, user.ScimUsernameGTE(*i.ScimUsernameGTE)) - } - if i.ScimUsernameLT != nil { - predicates = append(predicates, user.ScimUsernameLT(*i.ScimUsernameLT)) - } - if i.ScimUsernameLTE != nil { - predicates = append(predicates, user.ScimUsernameLTE(*i.ScimUsernameLTE)) - } if i.ScimUsernameContains != nil { predicates = append(predicates, user.ScimUsernameContains(*i.ScimUsernameContains)) } @@ -124734,18 +101482,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.ScimPreferredLanguageNotIn) > 0 { predicates = append(predicates, user.ScimPreferredLanguageNotIn(i.ScimPreferredLanguageNotIn...)) } - if i.ScimPreferredLanguageGT != nil { - predicates = append(predicates, user.ScimPreferredLanguageGT(*i.ScimPreferredLanguageGT)) - } - if i.ScimPreferredLanguageGTE != nil { - predicates = append(predicates, user.ScimPreferredLanguageGTE(*i.ScimPreferredLanguageGTE)) - } - if i.ScimPreferredLanguageLT != nil { - predicates = append(predicates, user.ScimPreferredLanguageLT(*i.ScimPreferredLanguageLT)) - } - if i.ScimPreferredLanguageLTE != nil { - predicates = append(predicates, user.ScimPreferredLanguageLTE(*i.ScimPreferredLanguageLTE)) - } if i.ScimPreferredLanguageContains != nil { predicates = append(predicates, user.ScimPreferredLanguageContains(*i.ScimPreferredLanguageContains)) } @@ -124779,18 +101515,6 @@ func (i *UserWhereInput) P() (predicate.User, error) { if len(i.ScimLocaleNotIn) > 0 { predicates = append(predicates, user.ScimLocaleNotIn(i.ScimLocaleNotIn...)) } - if i.ScimLocaleGT != nil { - predicates = append(predicates, user.ScimLocaleGT(*i.ScimLocaleGT)) - } - if i.ScimLocaleGTE != nil { - predicates = append(predicates, user.ScimLocaleGTE(*i.ScimLocaleGTE)) - } - if i.ScimLocaleLT != nil { - predicates = append(predicates, user.ScimLocaleLT(*i.ScimLocaleLT)) - } - if i.ScimLocaleLTE != nil { - predicates = append(predicates, user.ScimLocaleLTE(*i.ScimLocaleLTE)) - } if i.ScimLocaleContains != nil { predicates = append(predicates, user.ScimLocaleContains(*i.ScimLocaleContains)) } @@ -125255,46 +101979,32 @@ type UserSettingWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -125308,10 +102018,6 @@ type UserSettingWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -125325,10 +102031,6 @@ type UserSettingWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -125342,10 +102044,6 @@ type UserSettingWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -125359,10 +102057,6 @@ type UserSettingWhereInput struct { DelegateUserIDNEQ *string `json:"delegateUserIDNEQ,omitempty"` DelegateUserIDIn []string `json:"delegateUserIDIn,omitempty"` DelegateUserIDNotIn []string `json:"delegateUserIDNotIn,omitempty"` - DelegateUserIDGT *string `json:"delegateUserIDGT,omitempty"` - DelegateUserIDGTE *string `json:"delegateUserIDGTE,omitempty"` - DelegateUserIDLT *string `json:"delegateUserIDLT,omitempty"` - DelegateUserIDLTE *string `json:"delegateUserIDLTE,omitempty"` DelegateUserIDContains *string `json:"delegateUserIDContains,omitempty"` DelegateUserIDHasPrefix *string `json:"delegateUserIDHasPrefix,omitempty"` DelegateUserIDHasSuffix *string `json:"delegateUserIDHasSuffix,omitempty"` @@ -125372,56 +102066,44 @@ type UserSettingWhereInput struct { DelegateUserIDContainsFold *string `json:"delegateUserIDContainsFold,omitempty"` // "delegate_start_at" field predicates. - DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` - DelegateStartAtNEQ *time.Time `json:"delegateStartAtNEQ,omitempty"` - DelegateStartAtIn []time.Time `json:"delegateStartAtIn,omitempty"` - DelegateStartAtNotIn []time.Time `json:"delegateStartAtNotIn,omitempty"` - DelegateStartAtGT *time.Time `json:"delegateStartAtGT,omitempty"` - DelegateStartAtGTE *time.Time `json:"delegateStartAtGTE,omitempty"` - DelegateStartAtLT *time.Time `json:"delegateStartAtLT,omitempty"` - DelegateStartAtLTE *time.Time `json:"delegateStartAtLTE,omitempty"` - DelegateStartAtIsNil bool `json:"delegateStartAtIsNil,omitempty"` - DelegateStartAtNotNil bool `json:"delegateStartAtNotNil,omitempty"` + DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` + DelegateStartAtGT *time.Time `json:"delegateStartAtGT,omitempty"` + DelegateStartAtGTE *time.Time `json:"delegateStartAtGTE,omitempty"` + DelegateStartAtLT *time.Time `json:"delegateStartAtLT,omitempty"` + DelegateStartAtLTE *time.Time `json:"delegateStartAtLTE,omitempty"` + DelegateStartAtIsNil bool `json:"delegateStartAtIsNil,omitempty"` + DelegateStartAtNotNil bool `json:"delegateStartAtNotNil,omitempty"` // "delegate_end_at" field predicates. - DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` - DelegateEndAtNEQ *time.Time `json:"delegateEndAtNEQ,omitempty"` - DelegateEndAtIn []time.Time `json:"delegateEndAtIn,omitempty"` - DelegateEndAtNotIn []time.Time `json:"delegateEndAtNotIn,omitempty"` - DelegateEndAtGT *time.Time `json:"delegateEndAtGT,omitempty"` - DelegateEndAtGTE *time.Time `json:"delegateEndAtGTE,omitempty"` - DelegateEndAtLT *time.Time `json:"delegateEndAtLT,omitempty"` - DelegateEndAtLTE *time.Time `json:"delegateEndAtLTE,omitempty"` - DelegateEndAtIsNil bool `json:"delegateEndAtIsNil,omitempty"` - DelegateEndAtNotNil bool `json:"delegateEndAtNotNil,omitempty"` + DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` + DelegateEndAtGT *time.Time `json:"delegateEndAtGT,omitempty"` + DelegateEndAtGTE *time.Time `json:"delegateEndAtGTE,omitempty"` + DelegateEndAtLT *time.Time `json:"delegateEndAtLT,omitempty"` + DelegateEndAtLTE *time.Time `json:"delegateEndAtLTE,omitempty"` + DelegateEndAtIsNil bool `json:"delegateEndAtIsNil,omitempty"` + DelegateEndAtNotNil bool `json:"delegateEndAtNotNil,omitempty"` // "locked" field predicates. Locked *bool `json:"locked,omitempty"` LockedNEQ *bool `json:"lockedNEQ,omitempty"` // "silenced_at" field predicates. - SilencedAt *time.Time `json:"silencedAt,omitempty"` - SilencedAtNEQ *time.Time `json:"silencedAtNEQ,omitempty"` - SilencedAtIn []time.Time `json:"silencedAtIn,omitempty"` - SilencedAtNotIn []time.Time `json:"silencedAtNotIn,omitempty"` - SilencedAtGT *time.Time `json:"silencedAtGT,omitempty"` - SilencedAtGTE *time.Time `json:"silencedAtGTE,omitempty"` - SilencedAtLT *time.Time `json:"silencedAtLT,omitempty"` - SilencedAtLTE *time.Time `json:"silencedAtLTE,omitempty"` - SilencedAtIsNil bool `json:"silencedAtIsNil,omitempty"` - SilencedAtNotNil bool `json:"silencedAtNotNil,omitempty"` + SilencedAt *time.Time `json:"silencedAt,omitempty"` + SilencedAtGT *time.Time `json:"silencedAtGT,omitempty"` + SilencedAtGTE *time.Time `json:"silencedAtGTE,omitempty"` + SilencedAtLT *time.Time `json:"silencedAtLT,omitempty"` + SilencedAtLTE *time.Time `json:"silencedAtLTE,omitempty"` + SilencedAtIsNil bool `json:"silencedAtIsNil,omitempty"` + SilencedAtNotNil bool `json:"silencedAtNotNil,omitempty"` // "suspended_at" field predicates. - SuspendedAt *time.Time `json:"suspendedAt,omitempty"` - SuspendedAtNEQ *time.Time `json:"suspendedAtNEQ,omitempty"` - SuspendedAtIn []time.Time `json:"suspendedAtIn,omitempty"` - SuspendedAtNotIn []time.Time `json:"suspendedAtNotIn,omitempty"` - SuspendedAtGT *time.Time `json:"suspendedAtGT,omitempty"` - SuspendedAtGTE *time.Time `json:"suspendedAtGTE,omitempty"` - SuspendedAtLT *time.Time `json:"suspendedAtLT,omitempty"` - SuspendedAtLTE *time.Time `json:"suspendedAtLTE,omitempty"` - SuspendedAtIsNil bool `json:"suspendedAtIsNil,omitempty"` - SuspendedAtNotNil bool `json:"suspendedAtNotNil,omitempty"` + SuspendedAt *time.Time `json:"suspendedAt,omitempty"` + SuspendedAtGT *time.Time `json:"suspendedAtGT,omitempty"` + SuspendedAtGTE *time.Time `json:"suspendedAtGTE,omitempty"` + SuspendedAtLT *time.Time `json:"suspendedAtLT,omitempty"` + SuspendedAtLTE *time.Time `json:"suspendedAtLTE,omitempty"` + SuspendedAtIsNil bool `json:"suspendedAtIsNil,omitempty"` + SuspendedAtNotNil bool `json:"suspendedAtNotNil,omitempty"` // "status" field predicates. Status *enums.UserStatus `json:"status,omitempty"` @@ -125534,18 +102216,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, usersetting.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, usersetting.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, usersetting.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, usersetting.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, usersetting.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, usersetting.IDEqualFold(*i.IDEqualFold)) } @@ -125555,15 +102225,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.CreatedAt != nil { predicates = append(predicates, usersetting.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, usersetting.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, usersetting.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, usersetting.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, usersetting.CreatedAtGT(*i.CreatedAtGT)) } @@ -125585,15 +102246,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.UpdatedAt != nil { predicates = append(predicates, usersetting.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, usersetting.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, usersetting.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, usersetting.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, usersetting.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -125624,18 +102276,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, usersetting.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, usersetting.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, usersetting.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, usersetting.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, usersetting.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, usersetting.CreatedByContains(*i.CreatedByContains)) } @@ -125669,18 +102309,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, usersetting.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, usersetting.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, usersetting.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, usersetting.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, usersetting.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, usersetting.UpdatedByContains(*i.UpdatedByContains)) } @@ -125714,18 +102342,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, usersetting.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, usersetting.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, usersetting.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, usersetting.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, usersetting.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, usersetting.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -125759,18 +102375,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.UserIDNotIn) > 0 { predicates = append(predicates, usersetting.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, usersetting.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, usersetting.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, usersetting.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, usersetting.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, usersetting.UserIDContains(*i.UserIDContains)) } @@ -125804,18 +102408,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if len(i.DelegateUserIDNotIn) > 0 { predicates = append(predicates, usersetting.DelegateUserIDNotIn(i.DelegateUserIDNotIn...)) } - if i.DelegateUserIDGT != nil { - predicates = append(predicates, usersetting.DelegateUserIDGT(*i.DelegateUserIDGT)) - } - if i.DelegateUserIDGTE != nil { - predicates = append(predicates, usersetting.DelegateUserIDGTE(*i.DelegateUserIDGTE)) - } - if i.DelegateUserIDLT != nil { - predicates = append(predicates, usersetting.DelegateUserIDLT(*i.DelegateUserIDLT)) - } - if i.DelegateUserIDLTE != nil { - predicates = append(predicates, usersetting.DelegateUserIDLTE(*i.DelegateUserIDLTE)) - } if i.DelegateUserIDContains != nil { predicates = append(predicates, usersetting.DelegateUserIDContains(*i.DelegateUserIDContains)) } @@ -125840,15 +102432,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.DelegateStartAt != nil { predicates = append(predicates, usersetting.DelegateStartAtEQ(*i.DelegateStartAt)) } - if i.DelegateStartAtNEQ != nil { - predicates = append(predicates, usersetting.DelegateStartAtNEQ(*i.DelegateStartAtNEQ)) - } - if len(i.DelegateStartAtIn) > 0 { - predicates = append(predicates, usersetting.DelegateStartAtIn(i.DelegateStartAtIn...)) - } - if len(i.DelegateStartAtNotIn) > 0 { - predicates = append(predicates, usersetting.DelegateStartAtNotIn(i.DelegateStartAtNotIn...)) - } if i.DelegateStartAtGT != nil { predicates = append(predicates, usersetting.DelegateStartAtGT(*i.DelegateStartAtGT)) } @@ -125870,15 +102453,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.DelegateEndAt != nil { predicates = append(predicates, usersetting.DelegateEndAtEQ(*i.DelegateEndAt)) } - if i.DelegateEndAtNEQ != nil { - predicates = append(predicates, usersetting.DelegateEndAtNEQ(*i.DelegateEndAtNEQ)) - } - if len(i.DelegateEndAtIn) > 0 { - predicates = append(predicates, usersetting.DelegateEndAtIn(i.DelegateEndAtIn...)) - } - if len(i.DelegateEndAtNotIn) > 0 { - predicates = append(predicates, usersetting.DelegateEndAtNotIn(i.DelegateEndAtNotIn...)) - } if i.DelegateEndAtGT != nil { predicates = append(predicates, usersetting.DelegateEndAtGT(*i.DelegateEndAtGT)) } @@ -125906,15 +102480,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.SilencedAt != nil { predicates = append(predicates, usersetting.SilencedAtEQ(*i.SilencedAt)) } - if i.SilencedAtNEQ != nil { - predicates = append(predicates, usersetting.SilencedAtNEQ(*i.SilencedAtNEQ)) - } - if len(i.SilencedAtIn) > 0 { - predicates = append(predicates, usersetting.SilencedAtIn(i.SilencedAtIn...)) - } - if len(i.SilencedAtNotIn) > 0 { - predicates = append(predicates, usersetting.SilencedAtNotIn(i.SilencedAtNotIn...)) - } if i.SilencedAtGT != nil { predicates = append(predicates, usersetting.SilencedAtGT(*i.SilencedAtGT)) } @@ -125936,15 +102501,6 @@ func (i *UserSettingWhereInput) P() (predicate.UserSetting, error) { if i.SuspendedAt != nil { predicates = append(predicates, usersetting.SuspendedAtEQ(*i.SuspendedAt)) } - if i.SuspendedAtNEQ != nil { - predicates = append(predicates, usersetting.SuspendedAtNEQ(*i.SuspendedAtNEQ)) - } - if len(i.SuspendedAtIn) > 0 { - predicates = append(predicates, usersetting.SuspendedAtIn(i.SuspendedAtIn...)) - } - if len(i.SuspendedAtNotIn) > 0 { - predicates = append(predicates, usersetting.SuspendedAtNotIn(i.SuspendedAtNotIn...)) - } if i.SuspendedAtGT != nil { predicates = append(predicates, usersetting.SuspendedAtGT(*i.SuspendedAtGT)) } @@ -126061,46 +102617,32 @@ type VendorRiskScoreWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -126114,10 +102656,6 @@ type VendorRiskScoreWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -126131,10 +102669,6 @@ type VendorRiskScoreWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -126148,10 +102682,6 @@ type VendorRiskScoreWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -126165,10 +102695,6 @@ type VendorRiskScoreWhereInput struct { QuestionKeyNEQ *string `json:"questionKeyNEQ,omitempty"` QuestionKeyIn []string `json:"questionKeyIn,omitempty"` QuestionKeyNotIn []string `json:"questionKeyNotIn,omitempty"` - QuestionKeyGT *string `json:"questionKeyGT,omitempty"` - QuestionKeyGTE *string `json:"questionKeyGTE,omitempty"` - QuestionKeyLT *string `json:"questionKeyLT,omitempty"` - QuestionKeyLTE *string `json:"questionKeyLTE,omitempty"` QuestionKeyContains *string `json:"questionKeyContains,omitempty"` QuestionKeyHasPrefix *string `json:"questionKeyHasPrefix,omitempty"` QuestionKeyHasSuffix *string `json:"questionKeyHasSuffix,omitempty"` @@ -126180,10 +102706,6 @@ type VendorRiskScoreWhereInput struct { QuestionNameNEQ *string `json:"questionNameNEQ,omitempty"` QuestionNameIn []string `json:"questionNameIn,omitempty"` QuestionNameNotIn []string `json:"questionNameNotIn,omitempty"` - QuestionNameGT *string `json:"questionNameGT,omitempty"` - QuestionNameGTE *string `json:"questionNameGTE,omitempty"` - QuestionNameLT *string `json:"questionNameLT,omitempty"` - QuestionNameLTE *string `json:"questionNameLTE,omitempty"` QuestionNameContains *string `json:"questionNameContains,omitempty"` QuestionNameHasPrefix *string `json:"questionNameHasPrefix,omitempty"` QuestionNameHasSuffix *string `json:"questionNameHasSuffix,omitempty"` @@ -126195,10 +102717,6 @@ type VendorRiskScoreWhereInput struct { QuestionDescriptionNEQ *string `json:"questionDescriptionNEQ,omitempty"` QuestionDescriptionIn []string `json:"questionDescriptionIn,omitempty"` QuestionDescriptionNotIn []string `json:"questionDescriptionNotIn,omitempty"` - QuestionDescriptionGT *string `json:"questionDescriptionGT,omitempty"` - QuestionDescriptionGTE *string `json:"questionDescriptionGTE,omitempty"` - QuestionDescriptionLT *string `json:"questionDescriptionLT,omitempty"` - QuestionDescriptionLTE *string `json:"questionDescriptionLTE,omitempty"` QuestionDescriptionContains *string `json:"questionDescriptionContains,omitempty"` QuestionDescriptionHasPrefix *string `json:"questionDescriptionHasPrefix,omitempty"` QuestionDescriptionHasSuffix *string `json:"questionDescriptionHasSuffix,omitempty"` @@ -126246,10 +102764,6 @@ type VendorRiskScoreWhereInput struct { AnswerNEQ *string `json:"answerNEQ,omitempty"` AnswerIn []string `json:"answerIn,omitempty"` AnswerNotIn []string `json:"answerNotIn,omitempty"` - AnswerGT *string `json:"answerGT,omitempty"` - AnswerGTE *string `json:"answerGTE,omitempty"` - AnswerLT *string `json:"answerLT,omitempty"` - AnswerLTE *string `json:"answerLTE,omitempty"` AnswerContains *string `json:"answerContains,omitempty"` AnswerHasPrefix *string `json:"answerHasPrefix,omitempty"` AnswerHasSuffix *string `json:"answerHasSuffix,omitempty"` @@ -126263,10 +102777,6 @@ type VendorRiskScoreWhereInput struct { NotesNEQ *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGT *string `json:"notesGT,omitempty"` - NotesGTE *string `json:"notesGTE,omitempty"` - NotesLT *string `json:"notesLT,omitempty"` - NotesLTE *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -126280,10 +102790,6 @@ type VendorRiskScoreWhereInput struct { VendorScoringConfigIDNEQ *string `json:"vendorScoringConfigIDNEQ,omitempty"` VendorScoringConfigIDIn []string `json:"vendorScoringConfigIDIn,omitempty"` VendorScoringConfigIDNotIn []string `json:"vendorScoringConfigIDNotIn,omitempty"` - VendorScoringConfigIDGT *string `json:"vendorScoringConfigIDGT,omitempty"` - VendorScoringConfigIDGTE *string `json:"vendorScoringConfigIDGTE,omitempty"` - VendorScoringConfigIDLT *string `json:"vendorScoringConfigIDLT,omitempty"` - VendorScoringConfigIDLTE *string `json:"vendorScoringConfigIDLTE,omitempty"` VendorScoringConfigIDContains *string `json:"vendorScoringConfigIDContains,omitempty"` VendorScoringConfigIDHasPrefix *string `json:"vendorScoringConfigIDHasPrefix,omitempty"` VendorScoringConfigIDHasSuffix *string `json:"vendorScoringConfigIDHasSuffix,omitempty"` @@ -126297,10 +102803,6 @@ type VendorRiskScoreWhereInput struct { EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -126312,10 +102814,6 @@ type VendorRiskScoreWhereInput struct { AssessmentResponseIDNEQ *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIDGT *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIDGTE *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIDLT *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIDLTE *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -126427,18 +102925,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, vendorriskscore.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vendorriskscore.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vendorriskscore.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vendorriskscore.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vendorriskscore.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vendorriskscore.IDEqualFold(*i.IDEqualFold)) } @@ -126448,15 +102934,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if i.CreatedAt != nil { predicates = append(predicates, vendorriskscore.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vendorriskscore.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vendorriskscore.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vendorriskscore.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vendorriskscore.CreatedAtGT(*i.CreatedAtGT)) } @@ -126478,15 +102955,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if i.UpdatedAt != nil { predicates = append(predicates, vendorriskscore.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vendorriskscore.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vendorriskscore.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vendorriskscore.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vendorriskscore.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -126517,18 +102985,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vendorriskscore.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vendorriskscore.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vendorriskscore.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vendorriskscore.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vendorriskscore.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vendorriskscore.CreatedByContains(*i.CreatedByContains)) } @@ -126562,18 +103018,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vendorriskscore.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vendorriskscore.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vendorriskscore.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vendorriskscore.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vendorriskscore.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vendorriskscore.UpdatedByContains(*i.UpdatedByContains)) } @@ -126607,18 +103051,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vendorriskscore.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -126652,18 +103084,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vendorriskscore.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vendorriskscore.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vendorriskscore.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vendorriskscore.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vendorriskscore.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vendorriskscore.OwnerIDContains(*i.OwnerIDContains)) } @@ -126697,18 +103117,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.QuestionKeyNotIn) > 0 { predicates = append(predicates, vendorriskscore.QuestionKeyNotIn(i.QuestionKeyNotIn...)) } - if i.QuestionKeyGT != nil { - predicates = append(predicates, vendorriskscore.QuestionKeyGT(*i.QuestionKeyGT)) - } - if i.QuestionKeyGTE != nil { - predicates = append(predicates, vendorriskscore.QuestionKeyGTE(*i.QuestionKeyGTE)) - } - if i.QuestionKeyLT != nil { - predicates = append(predicates, vendorriskscore.QuestionKeyLT(*i.QuestionKeyLT)) - } - if i.QuestionKeyLTE != nil { - predicates = append(predicates, vendorriskscore.QuestionKeyLTE(*i.QuestionKeyLTE)) - } if i.QuestionKeyContains != nil { predicates = append(predicates, vendorriskscore.QuestionKeyContains(*i.QuestionKeyContains)) } @@ -126736,18 +103144,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.QuestionNameNotIn) > 0 { predicates = append(predicates, vendorriskscore.QuestionNameNotIn(i.QuestionNameNotIn...)) } - if i.QuestionNameGT != nil { - predicates = append(predicates, vendorriskscore.QuestionNameGT(*i.QuestionNameGT)) - } - if i.QuestionNameGTE != nil { - predicates = append(predicates, vendorriskscore.QuestionNameGTE(*i.QuestionNameGTE)) - } - if i.QuestionNameLT != nil { - predicates = append(predicates, vendorriskscore.QuestionNameLT(*i.QuestionNameLT)) - } - if i.QuestionNameLTE != nil { - predicates = append(predicates, vendorriskscore.QuestionNameLTE(*i.QuestionNameLTE)) - } if i.QuestionNameContains != nil { predicates = append(predicates, vendorriskscore.QuestionNameContains(*i.QuestionNameContains)) } @@ -126775,18 +103171,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.QuestionDescriptionNotIn) > 0 { predicates = append(predicates, vendorriskscore.QuestionDescriptionNotIn(i.QuestionDescriptionNotIn...)) } - if i.QuestionDescriptionGT != nil { - predicates = append(predicates, vendorriskscore.QuestionDescriptionGT(*i.QuestionDescriptionGT)) - } - if i.QuestionDescriptionGTE != nil { - predicates = append(predicates, vendorriskscore.QuestionDescriptionGTE(*i.QuestionDescriptionGTE)) - } - if i.QuestionDescriptionLT != nil { - predicates = append(predicates, vendorriskscore.QuestionDescriptionLT(*i.QuestionDescriptionLT)) - } - if i.QuestionDescriptionLTE != nil { - predicates = append(predicates, vendorriskscore.QuestionDescriptionLTE(*i.QuestionDescriptionLTE)) - } if i.QuestionDescriptionContains != nil { predicates = append(predicates, vendorriskscore.QuestionDescriptionContains(*i.QuestionDescriptionContains)) } @@ -126892,18 +103276,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.AnswerNotIn) > 0 { predicates = append(predicates, vendorriskscore.AnswerNotIn(i.AnswerNotIn...)) } - if i.AnswerGT != nil { - predicates = append(predicates, vendorriskscore.AnswerGT(*i.AnswerGT)) - } - if i.AnswerGTE != nil { - predicates = append(predicates, vendorriskscore.AnswerGTE(*i.AnswerGTE)) - } - if i.AnswerLT != nil { - predicates = append(predicates, vendorriskscore.AnswerLT(*i.AnswerLT)) - } - if i.AnswerLTE != nil { - predicates = append(predicates, vendorriskscore.AnswerLTE(*i.AnswerLTE)) - } if i.AnswerContains != nil { predicates = append(predicates, vendorriskscore.AnswerContains(*i.AnswerContains)) } @@ -126937,18 +103309,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.NotesNotIn) > 0 { predicates = append(predicates, vendorriskscore.NotesNotIn(i.NotesNotIn...)) } - if i.NotesGT != nil { - predicates = append(predicates, vendorriskscore.NotesGT(*i.NotesGT)) - } - if i.NotesGTE != nil { - predicates = append(predicates, vendorriskscore.NotesGTE(*i.NotesGTE)) - } - if i.NotesLT != nil { - predicates = append(predicates, vendorriskscore.NotesLT(*i.NotesLT)) - } - if i.NotesLTE != nil { - predicates = append(predicates, vendorriskscore.NotesLTE(*i.NotesLTE)) - } if i.NotesContains != nil { predicates = append(predicates, vendorriskscore.NotesContains(*i.NotesContains)) } @@ -126982,18 +103342,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.VendorScoringConfigIDNotIn) > 0 { predicates = append(predicates, vendorriskscore.VendorScoringConfigIDNotIn(i.VendorScoringConfigIDNotIn...)) } - if i.VendorScoringConfigIDGT != nil { - predicates = append(predicates, vendorriskscore.VendorScoringConfigIDGT(*i.VendorScoringConfigIDGT)) - } - if i.VendorScoringConfigIDGTE != nil { - predicates = append(predicates, vendorriskscore.VendorScoringConfigIDGTE(*i.VendorScoringConfigIDGTE)) - } - if i.VendorScoringConfigIDLT != nil { - predicates = append(predicates, vendorriskscore.VendorScoringConfigIDLT(*i.VendorScoringConfigIDLT)) - } - if i.VendorScoringConfigIDLTE != nil { - predicates = append(predicates, vendorriskscore.VendorScoringConfigIDLTE(*i.VendorScoringConfigIDLTE)) - } if i.VendorScoringConfigIDContains != nil { predicates = append(predicates, vendorriskscore.VendorScoringConfigIDContains(*i.VendorScoringConfigIDContains)) } @@ -127027,18 +103375,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, vendorriskscore.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, vendorriskscore.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, vendorriskscore.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, vendorriskscore.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, vendorriskscore.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, vendorriskscore.EntityIDContains(*i.EntityIDContains)) } @@ -127066,18 +103402,6 @@ func (i *VendorRiskScoreWhereInput) P() (predicate.VendorRiskScore, error) { if len(i.AssessmentResponseIDNotIn) > 0 { predicates = append(predicates, vendorriskscore.AssessmentResponseIDNotIn(i.AssessmentResponseIDNotIn...)) } - if i.AssessmentResponseIDGT != nil { - predicates = append(predicates, vendorriskscore.AssessmentResponseIDGT(*i.AssessmentResponseIDGT)) - } - if i.AssessmentResponseIDGTE != nil { - predicates = append(predicates, vendorriskscore.AssessmentResponseIDGTE(*i.AssessmentResponseIDGTE)) - } - if i.AssessmentResponseIDLT != nil { - predicates = append(predicates, vendorriskscore.AssessmentResponseIDLT(*i.AssessmentResponseIDLT)) - } - if i.AssessmentResponseIDLTE != nil { - predicates = append(predicates, vendorriskscore.AssessmentResponseIDLTE(*i.AssessmentResponseIDLTE)) - } if i.AssessmentResponseIDContains != nil { predicates = append(predicates, vendorriskscore.AssessmentResponseIDContains(*i.AssessmentResponseIDContains)) } @@ -127205,46 +103529,32 @@ type VendorScoringConfigWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -127258,10 +103568,6 @@ type VendorScoringConfigWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -127275,10 +103581,6 @@ type VendorScoringConfigWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -127292,10 +103594,6 @@ type VendorScoringConfigWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -127405,18 +103703,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, vendorscoringconfig.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vendorscoringconfig.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vendorscoringconfig.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vendorscoringconfig.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vendorscoringconfig.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vendorscoringconfig.IDEqualFold(*i.IDEqualFold)) } @@ -127426,15 +103712,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if i.CreatedAt != nil { predicates = append(predicates, vendorscoringconfig.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vendorscoringconfig.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vendorscoringconfig.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vendorscoringconfig.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vendorscoringconfig.CreatedAtGT(*i.CreatedAtGT)) } @@ -127456,15 +103733,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if i.UpdatedAt != nil { predicates = append(predicates, vendorscoringconfig.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vendorscoringconfig.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vendorscoringconfig.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vendorscoringconfig.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -127495,18 +103763,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vendorscoringconfig.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vendorscoringconfig.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vendorscoringconfig.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vendorscoringconfig.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vendorscoringconfig.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vendorscoringconfig.CreatedByContains(*i.CreatedByContains)) } @@ -127540,18 +103796,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vendorscoringconfig.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vendorscoringconfig.UpdatedByContains(*i.UpdatedByContains)) } @@ -127585,18 +103829,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vendorscoringconfig.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -127630,18 +103862,6 @@ func (i *VendorScoringConfigWhereInput) P() (predicate.VendorScoringConfig, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vendorscoringconfig.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vendorscoringconfig.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vendorscoringconfig.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vendorscoringconfig.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vendorscoringconfig.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vendorscoringconfig.OwnerIDContains(*i.OwnerIDContains)) } @@ -127743,46 +103963,32 @@ type VulnerabilityWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -127796,10 +104002,6 @@ type VulnerabilityWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -127813,10 +104015,6 @@ type VulnerabilityWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -127830,10 +104028,6 @@ type VulnerabilityWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -127845,10 +104039,6 @@ type VulnerabilityWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -127862,10 +104052,6 @@ type VulnerabilityWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -127879,10 +104065,6 @@ type VulnerabilityWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -127896,10 +104078,6 @@ type VulnerabilityWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -127913,10 +104091,6 @@ type VulnerabilityWhereInput struct { AssignedToNEQ *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGT *string `json:"assignedToGT,omitempty"` - AssignedToGTE *string `json:"assignedToGTE,omitempty"` - AssignedToLT *string `json:"assignedToLT,omitempty"` - AssignedToLTE *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -127930,10 +104104,6 @@ type VulnerabilityWhereInput struct { AssignedToUserIDNEQ *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIDGT *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIDGTE *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIDLT *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIDLTE *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -127947,10 +104117,6 @@ type VulnerabilityWhereInput struct { AssignedToGroupIDNEQ *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIDGT *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIDGTE *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIDLT *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIDLTE *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -127970,10 +104136,6 @@ type VulnerabilityWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -127987,10 +104149,6 @@ type VulnerabilityWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -128004,10 +104162,6 @@ type VulnerabilityWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -128021,10 +104175,6 @@ type VulnerabilityWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -128038,10 +104188,6 @@ type VulnerabilityWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -128055,10 +104201,6 @@ type VulnerabilityWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -128072,10 +104214,6 @@ type VulnerabilityWhereInput struct { VulnerabilityStatusNameNEQ *string `json:"vulnerabilityStatusNameNEQ,omitempty"` VulnerabilityStatusNameIn []string `json:"vulnerabilityStatusNameIn,omitempty"` VulnerabilityStatusNameNotIn []string `json:"vulnerabilityStatusNameNotIn,omitempty"` - VulnerabilityStatusNameGT *string `json:"vulnerabilityStatusNameGT,omitempty"` - VulnerabilityStatusNameGTE *string `json:"vulnerabilityStatusNameGTE,omitempty"` - VulnerabilityStatusNameLT *string `json:"vulnerabilityStatusNameLT,omitempty"` - VulnerabilityStatusNameLTE *string `json:"vulnerabilityStatusNameLTE,omitempty"` VulnerabilityStatusNameContains *string `json:"vulnerabilityStatusNameContains,omitempty"` VulnerabilityStatusNameHasPrefix *string `json:"vulnerabilityStatusNameHasPrefix,omitempty"` VulnerabilityStatusNameHasSuffix *string `json:"vulnerabilityStatusNameHasSuffix,omitempty"` @@ -128089,10 +104227,6 @@ type VulnerabilityWhereInput struct { VulnerabilityStatusIDNEQ *string `json:"vulnerabilityStatusIDNEQ,omitempty"` VulnerabilityStatusIDIn []string `json:"vulnerabilityStatusIDIn,omitempty"` VulnerabilityStatusIDNotIn []string `json:"vulnerabilityStatusIDNotIn,omitempty"` - VulnerabilityStatusIDGT *string `json:"vulnerabilityStatusIDGT,omitempty"` - VulnerabilityStatusIDGTE *string `json:"vulnerabilityStatusIDGTE,omitempty"` - VulnerabilityStatusIDLT *string `json:"vulnerabilityStatusIDLT,omitempty"` - VulnerabilityStatusIDLTE *string `json:"vulnerabilityStatusIDLTE,omitempty"` VulnerabilityStatusIDContains *string `json:"vulnerabilityStatusIDContains,omitempty"` VulnerabilityStatusIDHasPrefix *string `json:"vulnerabilityStatusIDHasPrefix,omitempty"` VulnerabilityStatusIDHasSuffix *string `json:"vulnerabilityStatusIDHasSuffix,omitempty"` @@ -128112,10 +104246,6 @@ type VulnerabilityWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -128137,10 +104267,6 @@ type VulnerabilityWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -128152,10 +104278,6 @@ type VulnerabilityWhereInput struct { CveIDNEQ *string `json:"cveIDNEQ,omitempty"` CveIDIn []string `json:"cveIDIn,omitempty"` CveIDNotIn []string `json:"cveIDNotIn,omitempty"` - CveIDGT *string `json:"cveIDGT,omitempty"` - CveIDGTE *string `json:"cveIDGTE,omitempty"` - CveIDLT *string `json:"cveIDLT,omitempty"` - CveIDLTE *string `json:"cveIDLTE,omitempty"` CveIDContains *string `json:"cveIDContains,omitempty"` CveIDHasPrefix *string `json:"cveIDHasPrefix,omitempty"` CveIDHasSuffix *string `json:"cveIDHasSuffix,omitempty"` @@ -128169,10 +104291,6 @@ type VulnerabilityWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -128186,10 +104304,6 @@ type VulnerabilityWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -128203,10 +104317,6 @@ type VulnerabilityWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -128220,10 +104330,6 @@ type VulnerabilityWhereInput struct { SeverityNEQ *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGT *string `json:"severityGT,omitempty"` - SeverityGTE *string `json:"severityGTE,omitempty"` - SeverityLT *string `json:"severityLT,omitempty"` - SeverityLTE *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -128273,10 +104379,6 @@ type VulnerabilityWhereInput struct { PriorityNEQ *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGT *string `json:"priorityGT,omitempty"` - PriorityGTE *string `json:"priorityGTE,omitempty"` - PriorityLT *string `json:"priorityLT,omitempty"` - PriorityLTE *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -128290,10 +104392,6 @@ type VulnerabilityWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -128307,10 +104405,6 @@ type VulnerabilityWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -128324,10 +104418,6 @@ type VulnerabilityWhereInput struct { VectorNEQ *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGT *string `json:"vectorGT,omitempty"` - VectorGTE *string `json:"vectorGTE,omitempty"` - VectorLT *string `json:"vectorLT,omitempty"` - VectorLTE *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -128337,16 +104427,14 @@ type VulnerabilityWhereInput struct { VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // "remediation_sla" field predicates. - RemediationSLA *int `json:"remediationSLA,omitempty"` - RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int `json:"remediationSLANotIn,omitempty"` - RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` - RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` - RemediationSLALT *int `json:"remediationSLALT,omitempty"` - RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int `json:"remediationSLA,omitempty"` + RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` + RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` + RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` + RemediationSLALT *int `json:"remediationSLALT,omitempty"` + RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` // "open" field predicates. Open *bool `json:"open,omitempty"` @@ -128383,10 +104471,6 @@ type VulnerabilityWhereInput struct { VulnerableVersionRangeNEQ *string `json:"vulnerableVersionRangeNEQ,omitempty"` VulnerableVersionRangeIn []string `json:"vulnerableVersionRangeIn,omitempty"` VulnerableVersionRangeNotIn []string `json:"vulnerableVersionRangeNotIn,omitempty"` - VulnerableVersionRangeGT *string `json:"vulnerableVersionRangeGT,omitempty"` - VulnerableVersionRangeGTE *string `json:"vulnerableVersionRangeGTE,omitempty"` - VulnerableVersionRangeLT *string `json:"vulnerableVersionRangeLT,omitempty"` - VulnerableVersionRangeLTE *string `json:"vulnerableVersionRangeLTE,omitempty"` VulnerableVersionRangeContains *string `json:"vulnerableVersionRangeContains,omitempty"` VulnerableVersionRangeHasPrefix *string `json:"vulnerableVersionRangeHasPrefix,omitempty"` VulnerableVersionRangeHasSuffix *string `json:"vulnerableVersionRangeHasSuffix,omitempty"` @@ -128400,10 +104484,6 @@ type VulnerabilityWhereInput struct { FirstPatchedVersionNEQ *string `json:"firstPatchedVersionNEQ,omitempty"` FirstPatchedVersionIn []string `json:"firstPatchedVersionIn,omitempty"` FirstPatchedVersionNotIn []string `json:"firstPatchedVersionNotIn,omitempty"` - FirstPatchedVersionGT *string `json:"firstPatchedVersionGT,omitempty"` - FirstPatchedVersionGTE *string `json:"firstPatchedVersionGTE,omitempty"` - FirstPatchedVersionLT *string `json:"firstPatchedVersionLT,omitempty"` - FirstPatchedVersionLTE *string `json:"firstPatchedVersionLTE,omitempty"` FirstPatchedVersionContains *string `json:"firstPatchedVersionContains,omitempty"` FirstPatchedVersionHasPrefix *string `json:"firstPatchedVersionHasPrefix,omitempty"` FirstPatchedVersionHasSuffix *string `json:"firstPatchedVersionHasSuffix,omitempty"` @@ -128423,10 +104503,6 @@ type VulnerabilityWhereInput struct { PackageNameNEQ *string `json:"packageNameNEQ,omitempty"` PackageNameIn []string `json:"packageNameIn,omitempty"` PackageNameNotIn []string `json:"packageNameNotIn,omitempty"` - PackageNameGT *string `json:"packageNameGT,omitempty"` - PackageNameGTE *string `json:"packageNameGTE,omitempty"` - PackageNameLT *string `json:"packageNameLT,omitempty"` - PackageNameLTE *string `json:"packageNameLTE,omitempty"` PackageNameContains *string `json:"packageNameContains,omitempty"` PackageNameHasPrefix *string `json:"packageNameHasPrefix,omitempty"` PackageNameHasSuffix *string `json:"packageNameHasSuffix,omitempty"` @@ -128440,10 +104516,6 @@ type VulnerabilityWhereInput struct { PackageEcosystemNEQ *string `json:"packageEcosystemNEQ,omitempty"` PackageEcosystemIn []string `json:"packageEcosystemIn,omitempty"` PackageEcosystemNotIn []string `json:"packageEcosystemNotIn,omitempty"` - PackageEcosystemGT *string `json:"packageEcosystemGT,omitempty"` - PackageEcosystemGTE *string `json:"packageEcosystemGTE,omitempty"` - PackageEcosystemLT *string `json:"packageEcosystemLT,omitempty"` - PackageEcosystemLTE *string `json:"packageEcosystemLTE,omitempty"` PackageEcosystemContains *string `json:"packageEcosystemContains,omitempty"` PackageEcosystemHasPrefix *string `json:"packageEcosystemHasPrefix,omitempty"` PackageEcosystemHasSuffix *string `json:"packageEcosystemHasSuffix,omitempty"` @@ -128457,10 +104529,6 @@ type VulnerabilityWhereInput struct { ManifestPathNEQ *string `json:"manifestPathNEQ,omitempty"` ManifestPathIn []string `json:"manifestPathIn,omitempty"` ManifestPathNotIn []string `json:"manifestPathNotIn,omitempty"` - ManifestPathGT *string `json:"manifestPathGT,omitempty"` - ManifestPathGTE *string `json:"manifestPathGTE,omitempty"` - ManifestPathLT *string `json:"manifestPathLT,omitempty"` - ManifestPathLTE *string `json:"manifestPathLTE,omitempty"` ManifestPathContains *string `json:"manifestPathContains,omitempty"` ManifestPathHasPrefix *string `json:"manifestPathHasPrefix,omitempty"` ManifestPathHasSuffix *string `json:"manifestPathHasSuffix,omitempty"` @@ -128474,10 +104542,6 @@ type VulnerabilityWhereInput struct { DependencyScopeNEQ *string `json:"dependencyScopeNEQ,omitempty"` DependencyScopeIn []string `json:"dependencyScopeIn,omitempty"` DependencyScopeNotIn []string `json:"dependencyScopeNotIn,omitempty"` - DependencyScopeGT *string `json:"dependencyScopeGT,omitempty"` - DependencyScopeGTE *string `json:"dependencyScopeGTE,omitempty"` - DependencyScopeLT *string `json:"dependencyScopeLT,omitempty"` - DependencyScopeLTE *string `json:"dependencyScopeLTE,omitempty"` DependencyScopeContains *string `json:"dependencyScopeContains,omitempty"` DependencyScopeHasPrefix *string `json:"dependencyScopeHasPrefix,omitempty"` DependencyScopeHasSuffix *string `json:"dependencyScopeHasSuffix,omitempty"` @@ -128487,62 +104551,46 @@ type VulnerabilityWhereInput struct { DependencyScopeContainsFold *string `json:"dependencyScopeContainsFold,omitempty"` // "published_at" field predicates. - PublishedAt *models.DateTime `json:"publishedAt,omitempty"` - PublishedAtNEQ *models.DateTime `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []models.DateTime `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []models.DateTime `json:"publishedAtNotIn,omitempty"` - PublishedAtGT *models.DateTime `json:"publishedAtGT,omitempty"` - PublishedAtGTE *models.DateTime `json:"publishedAtGTE,omitempty"` - PublishedAtLT *models.DateTime `json:"publishedAtLT,omitempty"` - PublishedAtLTE *models.DateTime `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *models.DateTime `json:"publishedAt,omitempty"` + PublishedAtGT *models.DateTime `json:"publishedAtGT,omitempty"` + PublishedAtGTE *models.DateTime `json:"publishedAtGTE,omitempty"` + PublishedAtLT *models.DateTime `json:"publishedAtLT,omitempty"` + PublishedAtLTE *models.DateTime `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` // "discovered_at" field predicates. - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNEQ *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` // "source_updated_at" field predicates. - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNEQ *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` // "dismissed_at" field predicates. - DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` - DismissedAtNEQ *models.DateTime `json:"dismissedAtNEQ,omitempty"` - DismissedAtIn []models.DateTime `json:"dismissedAtIn,omitempty"` - DismissedAtNotIn []models.DateTime `json:"dismissedAtNotIn,omitempty"` - DismissedAtGT *models.DateTime `json:"dismissedAtGT,omitempty"` - DismissedAtGTE *models.DateTime `json:"dismissedAtGTE,omitempty"` - DismissedAtLT *models.DateTime `json:"dismissedAtLT,omitempty"` - DismissedAtLTE *models.DateTime `json:"dismissedAtLTE,omitempty"` - DismissedAtIsNil bool `json:"dismissedAtIsNil,omitempty"` - DismissedAtNotNil bool `json:"dismissedAtNotNil,omitempty"` + DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` + DismissedAtGT *models.DateTime `json:"dismissedAtGT,omitempty"` + DismissedAtGTE *models.DateTime `json:"dismissedAtGTE,omitempty"` + DismissedAtLT *models.DateTime `json:"dismissedAtLT,omitempty"` + DismissedAtLTE *models.DateTime `json:"dismissedAtLTE,omitempty"` + DismissedAtIsNil bool `json:"dismissedAtIsNil,omitempty"` + DismissedAtNotNil bool `json:"dismissedAtNotNil,omitempty"` // "dismissed_reason" field predicates. DismissedReason *string `json:"dismissedReason,omitempty"` DismissedReasonNEQ *string `json:"dismissedReasonNEQ,omitempty"` DismissedReasonIn []string `json:"dismissedReasonIn,omitempty"` DismissedReasonNotIn []string `json:"dismissedReasonNotIn,omitempty"` - DismissedReasonGT *string `json:"dismissedReasonGT,omitempty"` - DismissedReasonGTE *string `json:"dismissedReasonGTE,omitempty"` - DismissedReasonLT *string `json:"dismissedReasonLT,omitempty"` - DismissedReasonLTE *string `json:"dismissedReasonLTE,omitempty"` DismissedReasonContains *string `json:"dismissedReasonContains,omitempty"` DismissedReasonHasPrefix *string `json:"dismissedReasonHasPrefix,omitempty"` DismissedReasonHasSuffix *string `json:"dismissedReasonHasSuffix,omitempty"` @@ -128556,10 +104604,6 @@ type VulnerabilityWhereInput struct { DismissedCommentNEQ *string `json:"dismissedCommentNEQ,omitempty"` DismissedCommentIn []string `json:"dismissedCommentIn,omitempty"` DismissedCommentNotIn []string `json:"dismissedCommentNotIn,omitempty"` - DismissedCommentGT *string `json:"dismissedCommentGT,omitempty"` - DismissedCommentGTE *string `json:"dismissedCommentGTE,omitempty"` - DismissedCommentLT *string `json:"dismissedCommentLT,omitempty"` - DismissedCommentLTE *string `json:"dismissedCommentLTE,omitempty"` DismissedCommentContains *string `json:"dismissedCommentContains,omitempty"` DismissedCommentHasPrefix *string `json:"dismissedCommentHasPrefix,omitempty"` DismissedCommentHasSuffix *string `json:"dismissedCommentHasSuffix,omitempty"` @@ -128569,38 +104613,28 @@ type VulnerabilityWhereInput struct { DismissedCommentContainsFold *string `json:"dismissedCommentContainsFold,omitempty"` // "fixed_at" field predicates. - FixedAt *models.DateTime `json:"fixedAt,omitempty"` - FixedAtNEQ *models.DateTime `json:"fixedAtNEQ,omitempty"` - FixedAtIn []models.DateTime `json:"fixedAtIn,omitempty"` - FixedAtNotIn []models.DateTime `json:"fixedAtNotIn,omitempty"` - FixedAtGT *models.DateTime `json:"fixedAtGT,omitempty"` - FixedAtGTE *models.DateTime `json:"fixedAtGTE,omitempty"` - FixedAtLT *models.DateTime `json:"fixedAtLT,omitempty"` - FixedAtLTE *models.DateTime `json:"fixedAtLTE,omitempty"` - FixedAtIsNil bool `json:"fixedAtIsNil,omitempty"` - FixedAtNotNil bool `json:"fixedAtNotNil,omitempty"` + FixedAt *models.DateTime `json:"fixedAt,omitempty"` + FixedAtGT *models.DateTime `json:"fixedAtGT,omitempty"` + FixedAtGTE *models.DateTime `json:"fixedAtGTE,omitempty"` + FixedAtLT *models.DateTime `json:"fixedAtLT,omitempty"` + FixedAtLTE *models.DateTime `json:"fixedAtLTE,omitempty"` + FixedAtIsNil bool `json:"fixedAtIsNil,omitempty"` + FixedAtNotNil bool `json:"fixedAtNotNil,omitempty"` // "auto_dismissed_at" field predicates. - AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` - AutoDismissedAtNEQ *models.DateTime `json:"autoDismissedAtNEQ,omitempty"` - AutoDismissedAtIn []models.DateTime `json:"autoDismissedAtIn,omitempty"` - AutoDismissedAtNotIn []models.DateTime `json:"autoDismissedAtNotIn,omitempty"` - AutoDismissedAtGT *models.DateTime `json:"autoDismissedAtGT,omitempty"` - AutoDismissedAtGTE *models.DateTime `json:"autoDismissedAtGTE,omitempty"` - AutoDismissedAtLT *models.DateTime `json:"autoDismissedAtLT,omitempty"` - AutoDismissedAtLTE *models.DateTime `json:"autoDismissedAtLTE,omitempty"` - AutoDismissedAtIsNil bool `json:"autoDismissedAtIsNil,omitempty"` - AutoDismissedAtNotNil bool `json:"autoDismissedAtNotNil,omitempty"` + AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` + AutoDismissedAtGT *models.DateTime `json:"autoDismissedAtGT,omitempty"` + AutoDismissedAtGTE *models.DateTime `json:"autoDismissedAtGTE,omitempty"` + AutoDismissedAtLT *models.DateTime `json:"autoDismissedAtLT,omitempty"` + AutoDismissedAtLTE *models.DateTime `json:"autoDismissedAtLTE,omitempty"` + AutoDismissedAtIsNil bool `json:"autoDismissedAtIsNil,omitempty"` + AutoDismissedAtNotNil bool `json:"autoDismissedAtNotNil,omitempty"` // "external_uri" field predicates. ExternalURI *string `json:"externalURI,omitempty"` ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -128813,18 +104847,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, vulnerability.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vulnerability.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vulnerability.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vulnerability.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vulnerability.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vulnerability.IDEqualFold(*i.IDEqualFold)) } @@ -128834,15 +104856,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.CreatedAt != nil { predicates = append(predicates, vulnerability.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vulnerability.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vulnerability.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vulnerability.CreatedAtGT(*i.CreatedAtGT)) } @@ -128864,15 +104877,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.UpdatedAt != nil { predicates = append(predicates, vulnerability.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vulnerability.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vulnerability.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vulnerability.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -128903,18 +104907,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vulnerability.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vulnerability.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vulnerability.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vulnerability.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vulnerability.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vulnerability.CreatedByContains(*i.CreatedByContains)) } @@ -128948,18 +104940,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vulnerability.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vulnerability.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vulnerability.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vulnerability.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vulnerability.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vulnerability.UpdatedByContains(*i.UpdatedByContains)) } @@ -128993,18 +104973,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vulnerability.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vulnerability.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vulnerability.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vulnerability.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vulnerability.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vulnerability.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -129038,18 +105006,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, vulnerability.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, vulnerability.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, vulnerability.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, vulnerability.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, vulnerability.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, vulnerability.DisplayIDContains(*i.DisplayIDContains)) } @@ -129077,18 +105033,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vulnerability.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vulnerability.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vulnerability.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vulnerability.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vulnerability.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vulnerability.OwnerIDContains(*i.OwnerIDContains)) } @@ -129122,18 +105066,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, vulnerability.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, vulnerability.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, vulnerability.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, vulnerability.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, vulnerability.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, vulnerability.ReviewedByContains(*i.ReviewedByContains)) } @@ -129167,18 +105099,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, vulnerability.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, vulnerability.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, vulnerability.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, vulnerability.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, vulnerability.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, vulnerability.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -129212,18 +105132,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, vulnerability.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, vulnerability.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, vulnerability.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, vulnerability.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, vulnerability.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, vulnerability.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -129257,18 +105165,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.AssignedToNotIn) > 0 { predicates = append(predicates, vulnerability.AssignedToNotIn(i.AssignedToNotIn...)) } - if i.AssignedToGT != nil { - predicates = append(predicates, vulnerability.AssignedToGT(*i.AssignedToGT)) - } - if i.AssignedToGTE != nil { - predicates = append(predicates, vulnerability.AssignedToGTE(*i.AssignedToGTE)) - } - if i.AssignedToLT != nil { - predicates = append(predicates, vulnerability.AssignedToLT(*i.AssignedToLT)) - } - if i.AssignedToLTE != nil { - predicates = append(predicates, vulnerability.AssignedToLTE(*i.AssignedToLTE)) - } if i.AssignedToContains != nil { predicates = append(predicates, vulnerability.AssignedToContains(*i.AssignedToContains)) } @@ -129302,18 +105198,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.AssignedToUserIDNotIn) > 0 { predicates = append(predicates, vulnerability.AssignedToUserIDNotIn(i.AssignedToUserIDNotIn...)) } - if i.AssignedToUserIDGT != nil { - predicates = append(predicates, vulnerability.AssignedToUserIDGT(*i.AssignedToUserIDGT)) - } - if i.AssignedToUserIDGTE != nil { - predicates = append(predicates, vulnerability.AssignedToUserIDGTE(*i.AssignedToUserIDGTE)) - } - if i.AssignedToUserIDLT != nil { - predicates = append(predicates, vulnerability.AssignedToUserIDLT(*i.AssignedToUserIDLT)) - } - if i.AssignedToUserIDLTE != nil { - predicates = append(predicates, vulnerability.AssignedToUserIDLTE(*i.AssignedToUserIDLTE)) - } if i.AssignedToUserIDContains != nil { predicates = append(predicates, vulnerability.AssignedToUserIDContains(*i.AssignedToUserIDContains)) } @@ -129347,18 +105231,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.AssignedToGroupIDNotIn) > 0 { predicates = append(predicates, vulnerability.AssignedToGroupIDNotIn(i.AssignedToGroupIDNotIn...)) } - if i.AssignedToGroupIDGT != nil { - predicates = append(predicates, vulnerability.AssignedToGroupIDGT(*i.AssignedToGroupIDGT)) - } - if i.AssignedToGroupIDGTE != nil { - predicates = append(predicates, vulnerability.AssignedToGroupIDGTE(*i.AssignedToGroupIDGTE)) - } - if i.AssignedToGroupIDLT != nil { - predicates = append(predicates, vulnerability.AssignedToGroupIDLT(*i.AssignedToGroupIDLT)) - } - if i.AssignedToGroupIDLTE != nil { - predicates = append(predicates, vulnerability.AssignedToGroupIDLTE(*i.AssignedToGroupIDLTE)) - } if i.AssignedToGroupIDContains != nil { predicates = append(predicates, vulnerability.AssignedToGroupIDContains(*i.AssignedToGroupIDContains)) } @@ -129404,18 +105276,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, vulnerability.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, vulnerability.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, vulnerability.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, vulnerability.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, vulnerability.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, vulnerability.InternalNotesContains(*i.InternalNotesContains)) } @@ -129449,18 +105309,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, vulnerability.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, vulnerability.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, vulnerability.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, vulnerability.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, vulnerability.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, vulnerability.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -129494,18 +105342,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, vulnerability.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, vulnerability.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, vulnerability.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, vulnerability.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, vulnerability.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, vulnerability.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -129539,18 +105375,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, vulnerability.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, vulnerability.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, vulnerability.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, vulnerability.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, vulnerability.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, vulnerability.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -129584,18 +105408,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, vulnerability.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, vulnerability.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, vulnerability.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, vulnerability.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, vulnerability.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, vulnerability.ScopeNameContains(*i.ScopeNameContains)) } @@ -129629,18 +105441,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, vulnerability.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, vulnerability.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, vulnerability.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, vulnerability.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, vulnerability.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, vulnerability.ScopeIDContains(*i.ScopeIDContains)) } @@ -129674,18 +105474,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.VulnerabilityStatusNameNotIn) > 0 { predicates = append(predicates, vulnerability.VulnerabilityStatusNameNotIn(i.VulnerabilityStatusNameNotIn...)) } - if i.VulnerabilityStatusNameGT != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusNameGT(*i.VulnerabilityStatusNameGT)) - } - if i.VulnerabilityStatusNameGTE != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusNameGTE(*i.VulnerabilityStatusNameGTE)) - } - if i.VulnerabilityStatusNameLT != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusNameLT(*i.VulnerabilityStatusNameLT)) - } - if i.VulnerabilityStatusNameLTE != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusNameLTE(*i.VulnerabilityStatusNameLTE)) - } if i.VulnerabilityStatusNameContains != nil { predicates = append(predicates, vulnerability.VulnerabilityStatusNameContains(*i.VulnerabilityStatusNameContains)) } @@ -129719,18 +105507,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.VulnerabilityStatusIDNotIn) > 0 { predicates = append(predicates, vulnerability.VulnerabilityStatusIDNotIn(i.VulnerabilityStatusIDNotIn...)) } - if i.VulnerabilityStatusIDGT != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusIDGT(*i.VulnerabilityStatusIDGT)) - } - if i.VulnerabilityStatusIDGTE != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusIDGTE(*i.VulnerabilityStatusIDGTE)) - } - if i.VulnerabilityStatusIDLT != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusIDLT(*i.VulnerabilityStatusIDLT)) - } - if i.VulnerabilityStatusIDLTE != nil { - predicates = append(predicates, vulnerability.VulnerabilityStatusIDLTE(*i.VulnerabilityStatusIDLTE)) - } if i.VulnerabilityStatusIDContains != nil { predicates = append(predicates, vulnerability.VulnerabilityStatusIDContains(*i.VulnerabilityStatusIDContains)) } @@ -129776,18 +105552,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, vulnerability.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, vulnerability.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, vulnerability.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, vulnerability.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, vulnerability.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, vulnerability.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -129839,18 +105603,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, vulnerability.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, vulnerability.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, vulnerability.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, vulnerability.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, vulnerability.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, vulnerability.ExternalIDContains(*i.ExternalIDContains)) } @@ -129878,18 +105630,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.CveIDNotIn) > 0 { predicates = append(predicates, vulnerability.CveIDNotIn(i.CveIDNotIn...)) } - if i.CveIDGT != nil { - predicates = append(predicates, vulnerability.CveIDGT(*i.CveIDGT)) - } - if i.CveIDGTE != nil { - predicates = append(predicates, vulnerability.CveIDGTE(*i.CveIDGTE)) - } - if i.CveIDLT != nil { - predicates = append(predicates, vulnerability.CveIDLT(*i.CveIDLT)) - } - if i.CveIDLTE != nil { - predicates = append(predicates, vulnerability.CveIDLTE(*i.CveIDLTE)) - } if i.CveIDContains != nil { predicates = append(predicates, vulnerability.CveIDContains(*i.CveIDContains)) } @@ -129923,18 +105663,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, vulnerability.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, vulnerability.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, vulnerability.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, vulnerability.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, vulnerability.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, vulnerability.SourceContains(*i.SourceContains)) } @@ -129968,18 +105696,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, vulnerability.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, vulnerability.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, vulnerability.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, vulnerability.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, vulnerability.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, vulnerability.DisplayNameContains(*i.DisplayNameContains)) } @@ -130013,18 +105729,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, vulnerability.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, vulnerability.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, vulnerability.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, vulnerability.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, vulnerability.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, vulnerability.CategoryContains(*i.CategoryContains)) } @@ -130058,18 +105762,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.SeverityNotIn) > 0 { predicates = append(predicates, vulnerability.SeverityNotIn(i.SeverityNotIn...)) } - if i.SeverityGT != nil { - predicates = append(predicates, vulnerability.SeverityGT(*i.SeverityGT)) - } - if i.SeverityGTE != nil { - predicates = append(predicates, vulnerability.SeverityGTE(*i.SeverityGTE)) - } - if i.SeverityLT != nil { - predicates = append(predicates, vulnerability.SeverityLT(*i.SeverityLT)) - } - if i.SeverityLTE != nil { - predicates = append(predicates, vulnerability.SeverityLTE(*i.SeverityLTE)) - } if i.SeverityContains != nil { predicates = append(predicates, vulnerability.SeverityContains(*i.SeverityContains)) } @@ -130193,18 +105885,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.PriorityNotIn) > 0 { predicates = append(predicates, vulnerability.PriorityNotIn(i.PriorityNotIn...)) } - if i.PriorityGT != nil { - predicates = append(predicates, vulnerability.PriorityGT(*i.PriorityGT)) - } - if i.PriorityGTE != nil { - predicates = append(predicates, vulnerability.PriorityGTE(*i.PriorityGTE)) - } - if i.PriorityLT != nil { - predicates = append(predicates, vulnerability.PriorityLT(*i.PriorityLT)) - } - if i.PriorityLTE != nil { - predicates = append(predicates, vulnerability.PriorityLTE(*i.PriorityLTE)) - } if i.PriorityContains != nil { predicates = append(predicates, vulnerability.PriorityContains(*i.PriorityContains)) } @@ -130238,18 +105918,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.SummaryNotIn) > 0 { predicates = append(predicates, vulnerability.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, vulnerability.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, vulnerability.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, vulnerability.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, vulnerability.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, vulnerability.SummaryContains(*i.SummaryContains)) } @@ -130283,18 +105951,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, vulnerability.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, vulnerability.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, vulnerability.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, vulnerability.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, vulnerability.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, vulnerability.DescriptionContains(*i.DescriptionContains)) } @@ -130328,18 +105984,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.VectorNotIn) > 0 { predicates = append(predicates, vulnerability.VectorNotIn(i.VectorNotIn...)) } - if i.VectorGT != nil { - predicates = append(predicates, vulnerability.VectorGT(*i.VectorGT)) - } - if i.VectorGTE != nil { - predicates = append(predicates, vulnerability.VectorGTE(*i.VectorGTE)) - } - if i.VectorLT != nil { - predicates = append(predicates, vulnerability.VectorLT(*i.VectorLT)) - } - if i.VectorLTE != nil { - predicates = append(predicates, vulnerability.VectorLTE(*i.VectorLTE)) - } if i.VectorContains != nil { predicates = append(predicates, vulnerability.VectorContains(*i.VectorContains)) } @@ -130367,12 +106011,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.RemediationSLANEQ != nil { predicates = append(predicates, vulnerability.RemediationSLANEQ(*i.RemediationSLANEQ)) } - if len(i.RemediationSLAIn) > 0 { - predicates = append(predicates, vulnerability.RemediationSLAIn(i.RemediationSLAIn...)) - } - if len(i.RemediationSLANotIn) > 0 { - predicates = append(predicates, vulnerability.RemediationSLANotIn(i.RemediationSLANotIn...)) - } if i.RemediationSLAGT != nil { predicates = append(predicates, vulnerability.RemediationSLAGT(*i.RemediationSLAGT)) } @@ -130463,18 +106101,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.VulnerableVersionRangeNotIn) > 0 { predicates = append(predicates, vulnerability.VulnerableVersionRangeNotIn(i.VulnerableVersionRangeNotIn...)) } - if i.VulnerableVersionRangeGT != nil { - predicates = append(predicates, vulnerability.VulnerableVersionRangeGT(*i.VulnerableVersionRangeGT)) - } - if i.VulnerableVersionRangeGTE != nil { - predicates = append(predicates, vulnerability.VulnerableVersionRangeGTE(*i.VulnerableVersionRangeGTE)) - } - if i.VulnerableVersionRangeLT != nil { - predicates = append(predicates, vulnerability.VulnerableVersionRangeLT(*i.VulnerableVersionRangeLT)) - } - if i.VulnerableVersionRangeLTE != nil { - predicates = append(predicates, vulnerability.VulnerableVersionRangeLTE(*i.VulnerableVersionRangeLTE)) - } if i.VulnerableVersionRangeContains != nil { predicates = append(predicates, vulnerability.VulnerableVersionRangeContains(*i.VulnerableVersionRangeContains)) } @@ -130508,18 +106134,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.FirstPatchedVersionNotIn) > 0 { predicates = append(predicates, vulnerability.FirstPatchedVersionNotIn(i.FirstPatchedVersionNotIn...)) } - if i.FirstPatchedVersionGT != nil { - predicates = append(predicates, vulnerability.FirstPatchedVersionGT(*i.FirstPatchedVersionGT)) - } - if i.FirstPatchedVersionGTE != nil { - predicates = append(predicates, vulnerability.FirstPatchedVersionGTE(*i.FirstPatchedVersionGTE)) - } - if i.FirstPatchedVersionLT != nil { - predicates = append(predicates, vulnerability.FirstPatchedVersionLT(*i.FirstPatchedVersionLT)) - } - if i.FirstPatchedVersionLTE != nil { - predicates = append(predicates, vulnerability.FirstPatchedVersionLTE(*i.FirstPatchedVersionLTE)) - } if i.FirstPatchedVersionContains != nil { predicates = append(predicates, vulnerability.FirstPatchedVersionContains(*i.FirstPatchedVersionContains)) } @@ -130565,18 +106179,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.PackageNameNotIn) > 0 { predicates = append(predicates, vulnerability.PackageNameNotIn(i.PackageNameNotIn...)) } - if i.PackageNameGT != nil { - predicates = append(predicates, vulnerability.PackageNameGT(*i.PackageNameGT)) - } - if i.PackageNameGTE != nil { - predicates = append(predicates, vulnerability.PackageNameGTE(*i.PackageNameGTE)) - } - if i.PackageNameLT != nil { - predicates = append(predicates, vulnerability.PackageNameLT(*i.PackageNameLT)) - } - if i.PackageNameLTE != nil { - predicates = append(predicates, vulnerability.PackageNameLTE(*i.PackageNameLTE)) - } if i.PackageNameContains != nil { predicates = append(predicates, vulnerability.PackageNameContains(*i.PackageNameContains)) } @@ -130610,18 +106212,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.PackageEcosystemNotIn) > 0 { predicates = append(predicates, vulnerability.PackageEcosystemNotIn(i.PackageEcosystemNotIn...)) } - if i.PackageEcosystemGT != nil { - predicates = append(predicates, vulnerability.PackageEcosystemGT(*i.PackageEcosystemGT)) - } - if i.PackageEcosystemGTE != nil { - predicates = append(predicates, vulnerability.PackageEcosystemGTE(*i.PackageEcosystemGTE)) - } - if i.PackageEcosystemLT != nil { - predicates = append(predicates, vulnerability.PackageEcosystemLT(*i.PackageEcosystemLT)) - } - if i.PackageEcosystemLTE != nil { - predicates = append(predicates, vulnerability.PackageEcosystemLTE(*i.PackageEcosystemLTE)) - } if i.PackageEcosystemContains != nil { predicates = append(predicates, vulnerability.PackageEcosystemContains(*i.PackageEcosystemContains)) } @@ -130655,18 +106245,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ManifestPathNotIn) > 0 { predicates = append(predicates, vulnerability.ManifestPathNotIn(i.ManifestPathNotIn...)) } - if i.ManifestPathGT != nil { - predicates = append(predicates, vulnerability.ManifestPathGT(*i.ManifestPathGT)) - } - if i.ManifestPathGTE != nil { - predicates = append(predicates, vulnerability.ManifestPathGTE(*i.ManifestPathGTE)) - } - if i.ManifestPathLT != nil { - predicates = append(predicates, vulnerability.ManifestPathLT(*i.ManifestPathLT)) - } - if i.ManifestPathLTE != nil { - predicates = append(predicates, vulnerability.ManifestPathLTE(*i.ManifestPathLTE)) - } if i.ManifestPathContains != nil { predicates = append(predicates, vulnerability.ManifestPathContains(*i.ManifestPathContains)) } @@ -130700,18 +106278,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DependencyScopeNotIn) > 0 { predicates = append(predicates, vulnerability.DependencyScopeNotIn(i.DependencyScopeNotIn...)) } - if i.DependencyScopeGT != nil { - predicates = append(predicates, vulnerability.DependencyScopeGT(*i.DependencyScopeGT)) - } - if i.DependencyScopeGTE != nil { - predicates = append(predicates, vulnerability.DependencyScopeGTE(*i.DependencyScopeGTE)) - } - if i.DependencyScopeLT != nil { - predicates = append(predicates, vulnerability.DependencyScopeLT(*i.DependencyScopeLT)) - } - if i.DependencyScopeLTE != nil { - predicates = append(predicates, vulnerability.DependencyScopeLTE(*i.DependencyScopeLTE)) - } if i.DependencyScopeContains != nil { predicates = append(predicates, vulnerability.DependencyScopeContains(*i.DependencyScopeContains)) } @@ -130736,15 +106302,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.PublishedAt != nil { predicates = append(predicates, vulnerability.PublishedAtEQ(*i.PublishedAt)) } - if i.PublishedAtNEQ != nil { - predicates = append(predicates, vulnerability.PublishedAtNEQ(*i.PublishedAtNEQ)) - } - if len(i.PublishedAtIn) > 0 { - predicates = append(predicates, vulnerability.PublishedAtIn(i.PublishedAtIn...)) - } - if len(i.PublishedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.PublishedAtNotIn(i.PublishedAtNotIn...)) - } if i.PublishedAtGT != nil { predicates = append(predicates, vulnerability.PublishedAtGT(*i.PublishedAtGT)) } @@ -130766,15 +106323,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.DiscoveredAt != nil { predicates = append(predicates, vulnerability.DiscoveredAtEQ(*i.DiscoveredAt)) } - if i.DiscoveredAtNEQ != nil { - predicates = append(predicates, vulnerability.DiscoveredAtNEQ(*i.DiscoveredAtNEQ)) - } - if len(i.DiscoveredAtIn) > 0 { - predicates = append(predicates, vulnerability.DiscoveredAtIn(i.DiscoveredAtIn...)) - } - if len(i.DiscoveredAtNotIn) > 0 { - predicates = append(predicates, vulnerability.DiscoveredAtNotIn(i.DiscoveredAtNotIn...)) - } if i.DiscoveredAtGT != nil { predicates = append(predicates, vulnerability.DiscoveredAtGT(*i.DiscoveredAtGT)) } @@ -130796,15 +106344,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.SourceUpdatedAt != nil { predicates = append(predicates, vulnerability.SourceUpdatedAtEQ(*i.SourceUpdatedAt)) } - if i.SourceUpdatedAtNEQ != nil { - predicates = append(predicates, vulnerability.SourceUpdatedAtNEQ(*i.SourceUpdatedAtNEQ)) - } - if len(i.SourceUpdatedAtIn) > 0 { - predicates = append(predicates, vulnerability.SourceUpdatedAtIn(i.SourceUpdatedAtIn...)) - } - if len(i.SourceUpdatedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.SourceUpdatedAtNotIn(i.SourceUpdatedAtNotIn...)) - } if i.SourceUpdatedAtGT != nil { predicates = append(predicates, vulnerability.SourceUpdatedAtGT(*i.SourceUpdatedAtGT)) } @@ -130826,15 +106365,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.DismissedAt != nil { predicates = append(predicates, vulnerability.DismissedAtEQ(*i.DismissedAt)) } - if i.DismissedAtNEQ != nil { - predicates = append(predicates, vulnerability.DismissedAtNEQ(*i.DismissedAtNEQ)) - } - if len(i.DismissedAtIn) > 0 { - predicates = append(predicates, vulnerability.DismissedAtIn(i.DismissedAtIn...)) - } - if len(i.DismissedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.DismissedAtNotIn(i.DismissedAtNotIn...)) - } if i.DismissedAtGT != nil { predicates = append(predicates, vulnerability.DismissedAtGT(*i.DismissedAtGT)) } @@ -130865,18 +106395,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DismissedReasonNotIn) > 0 { predicates = append(predicates, vulnerability.DismissedReasonNotIn(i.DismissedReasonNotIn...)) } - if i.DismissedReasonGT != nil { - predicates = append(predicates, vulnerability.DismissedReasonGT(*i.DismissedReasonGT)) - } - if i.DismissedReasonGTE != nil { - predicates = append(predicates, vulnerability.DismissedReasonGTE(*i.DismissedReasonGTE)) - } - if i.DismissedReasonLT != nil { - predicates = append(predicates, vulnerability.DismissedReasonLT(*i.DismissedReasonLT)) - } - if i.DismissedReasonLTE != nil { - predicates = append(predicates, vulnerability.DismissedReasonLTE(*i.DismissedReasonLTE)) - } if i.DismissedReasonContains != nil { predicates = append(predicates, vulnerability.DismissedReasonContains(*i.DismissedReasonContains)) } @@ -130910,18 +106428,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.DismissedCommentNotIn) > 0 { predicates = append(predicates, vulnerability.DismissedCommentNotIn(i.DismissedCommentNotIn...)) } - if i.DismissedCommentGT != nil { - predicates = append(predicates, vulnerability.DismissedCommentGT(*i.DismissedCommentGT)) - } - if i.DismissedCommentGTE != nil { - predicates = append(predicates, vulnerability.DismissedCommentGTE(*i.DismissedCommentGTE)) - } - if i.DismissedCommentLT != nil { - predicates = append(predicates, vulnerability.DismissedCommentLT(*i.DismissedCommentLT)) - } - if i.DismissedCommentLTE != nil { - predicates = append(predicates, vulnerability.DismissedCommentLTE(*i.DismissedCommentLTE)) - } if i.DismissedCommentContains != nil { predicates = append(predicates, vulnerability.DismissedCommentContains(*i.DismissedCommentContains)) } @@ -130946,15 +106452,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.FixedAt != nil { predicates = append(predicates, vulnerability.FixedAtEQ(*i.FixedAt)) } - if i.FixedAtNEQ != nil { - predicates = append(predicates, vulnerability.FixedAtNEQ(*i.FixedAtNEQ)) - } - if len(i.FixedAtIn) > 0 { - predicates = append(predicates, vulnerability.FixedAtIn(i.FixedAtIn...)) - } - if len(i.FixedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.FixedAtNotIn(i.FixedAtNotIn...)) - } if i.FixedAtGT != nil { predicates = append(predicates, vulnerability.FixedAtGT(*i.FixedAtGT)) } @@ -130976,15 +106473,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if i.AutoDismissedAt != nil { predicates = append(predicates, vulnerability.AutoDismissedAtEQ(*i.AutoDismissedAt)) } - if i.AutoDismissedAtNEQ != nil { - predicates = append(predicates, vulnerability.AutoDismissedAtNEQ(*i.AutoDismissedAtNEQ)) - } - if len(i.AutoDismissedAtIn) > 0 { - predicates = append(predicates, vulnerability.AutoDismissedAtIn(i.AutoDismissedAtIn...)) - } - if len(i.AutoDismissedAtNotIn) > 0 { - predicates = append(predicates, vulnerability.AutoDismissedAtNotIn(i.AutoDismissedAtNotIn...)) - } if i.AutoDismissedAtGT != nil { predicates = append(predicates, vulnerability.AutoDismissedAtGT(*i.AutoDismissedAtGT)) } @@ -131015,18 +106503,6 @@ func (i *VulnerabilityWhereInput) P() (predicate.Vulnerability, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, vulnerability.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, vulnerability.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, vulnerability.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, vulnerability.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, vulnerability.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, vulnerability.ExternalURIContains(*i.ExternalURIContains)) } @@ -131611,46 +107087,32 @@ type WebauthnWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -131664,10 +107126,6 @@ type WebauthnWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -131767,18 +107225,6 @@ func (i *WebauthnWhereInput) P() (predicate.Webauthn, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, webauthn.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, webauthn.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, webauthn.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, webauthn.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, webauthn.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, webauthn.IDEqualFold(*i.IDEqualFold)) } @@ -131788,15 +107234,6 @@ func (i *WebauthnWhereInput) P() (predicate.Webauthn, error) { if i.CreatedAt != nil { predicates = append(predicates, webauthn.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, webauthn.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, webauthn.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, webauthn.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, webauthn.CreatedAtGT(*i.CreatedAtGT)) } @@ -131818,15 +107255,6 @@ func (i *WebauthnWhereInput) P() (predicate.Webauthn, error) { if i.UpdatedAt != nil { predicates = append(predicates, webauthn.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, webauthn.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, webauthn.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, webauthn.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, webauthn.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -131857,18 +107285,6 @@ func (i *WebauthnWhereInput) P() (predicate.Webauthn, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, webauthn.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, webauthn.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, webauthn.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, webauthn.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, webauthn.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, webauthn.CreatedByContains(*i.CreatedByContains)) } @@ -131902,18 +107318,6 @@ func (i *WebauthnWhereInput) P() (predicate.Webauthn, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, webauthn.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, webauthn.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, webauthn.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, webauthn.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, webauthn.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, webauthn.UpdatedByContains(*i.UpdatedByContains)) } @@ -131984,46 +107388,32 @@ type WorkflowAssignmentWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -132037,10 +107427,6 @@ type WorkflowAssignmentWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -132054,10 +107440,6 @@ type WorkflowAssignmentWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -132071,10 +107453,6 @@ type WorkflowAssignmentWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -132086,10 +107464,6 @@ type WorkflowAssignmentWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -132103,10 +107477,6 @@ type WorkflowAssignmentWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -132118,10 +107488,6 @@ type WorkflowAssignmentWhereInput struct { AssignmentKeyNEQ *string `json:"assignmentKeyNEQ,omitempty"` AssignmentKeyIn []string `json:"assignmentKeyIn,omitempty"` AssignmentKeyNotIn []string `json:"assignmentKeyNotIn,omitempty"` - AssignmentKeyGT *string `json:"assignmentKeyGT,omitempty"` - AssignmentKeyGTE *string `json:"assignmentKeyGTE,omitempty"` - AssignmentKeyLT *string `json:"assignmentKeyLT,omitempty"` - AssignmentKeyLTE *string `json:"assignmentKeyLTE,omitempty"` AssignmentKeyContains *string `json:"assignmentKeyContains,omitempty"` AssignmentKeyHasPrefix *string `json:"assignmentKeyHasPrefix,omitempty"` AssignmentKeyHasSuffix *string `json:"assignmentKeyHasSuffix,omitempty"` @@ -132133,10 +107499,6 @@ type WorkflowAssignmentWhereInput struct { RoleNEQ *string `json:"roleNEQ,omitempty"` RoleIn []string `json:"roleIn,omitempty"` RoleNotIn []string `json:"roleNotIn,omitempty"` - RoleGT *string `json:"roleGT,omitempty"` - RoleGTE *string `json:"roleGTE,omitempty"` - RoleLT *string `json:"roleLT,omitempty"` - RoleLTE *string `json:"roleLTE,omitempty"` RoleContains *string `json:"roleContains,omitempty"` RoleHasPrefix *string `json:"roleHasPrefix,omitempty"` RoleHasSuffix *string `json:"roleHasSuffix,omitempty"` @@ -132148,10 +107510,6 @@ type WorkflowAssignmentWhereInput struct { LabelNEQ *string `json:"labelNEQ,omitempty"` LabelIn []string `json:"labelIn,omitempty"` LabelNotIn []string `json:"labelNotIn,omitempty"` - LabelGT *string `json:"labelGT,omitempty"` - LabelGTE *string `json:"labelGTE,omitempty"` - LabelLT *string `json:"labelLT,omitempty"` - LabelLTE *string `json:"labelLTE,omitempty"` LabelContains *string `json:"labelContains,omitempty"` LabelHasPrefix *string `json:"labelHasPrefix,omitempty"` LabelHasSuffix *string `json:"labelHasSuffix,omitempty"` @@ -132171,26 +107529,19 @@ type WorkflowAssignmentWhereInput struct { StatusNotIn []enums.WorkflowAssignmentStatus `json:"statusNotIn,omitempty"` // "decided_at" field predicates. - DecidedAt *time.Time `json:"decidedAt,omitempty"` - DecidedAtNEQ *time.Time `json:"decidedAtNEQ,omitempty"` - DecidedAtIn []time.Time `json:"decidedAtIn,omitempty"` - DecidedAtNotIn []time.Time `json:"decidedAtNotIn,omitempty"` - DecidedAtGT *time.Time `json:"decidedAtGT,omitempty"` - DecidedAtGTE *time.Time `json:"decidedAtGTE,omitempty"` - DecidedAtLT *time.Time `json:"decidedAtLT,omitempty"` - DecidedAtLTE *time.Time `json:"decidedAtLTE,omitempty"` - DecidedAtIsNil bool `json:"decidedAtIsNil,omitempty"` - DecidedAtNotNil bool `json:"decidedAtNotNil,omitempty"` + DecidedAt *time.Time `json:"decidedAt,omitempty"` + DecidedAtGT *time.Time `json:"decidedAtGT,omitempty"` + DecidedAtGTE *time.Time `json:"decidedAtGTE,omitempty"` + DecidedAtLT *time.Time `json:"decidedAtLT,omitempty"` + DecidedAtLTE *time.Time `json:"decidedAtLTE,omitempty"` + DecidedAtIsNil bool `json:"decidedAtIsNil,omitempty"` + DecidedAtNotNil bool `json:"decidedAtNotNil,omitempty"` // "actor_user_id" field predicates. ActorUserID *string `json:"actorUserID,omitempty"` ActorUserIDNEQ *string `json:"actorUserIDNEQ,omitempty"` ActorUserIDIn []string `json:"actorUserIDIn,omitempty"` ActorUserIDNotIn []string `json:"actorUserIDNotIn,omitempty"` - ActorUserIDGT *string `json:"actorUserIDGT,omitempty"` - ActorUserIDGTE *string `json:"actorUserIDGTE,omitempty"` - ActorUserIDLT *string `json:"actorUserIDLT,omitempty"` - ActorUserIDLTE *string `json:"actorUserIDLTE,omitempty"` ActorUserIDContains *string `json:"actorUserIDContains,omitempty"` ActorUserIDHasPrefix *string `json:"actorUserIDHasPrefix,omitempty"` ActorUserIDHasSuffix *string `json:"actorUserIDHasSuffix,omitempty"` @@ -132204,10 +107555,6 @@ type WorkflowAssignmentWhereInput struct { ActorGroupIDNEQ *string `json:"actorGroupIDNEQ,omitempty"` ActorGroupIDIn []string `json:"actorGroupIDIn,omitempty"` ActorGroupIDNotIn []string `json:"actorGroupIDNotIn,omitempty"` - ActorGroupIDGT *string `json:"actorGroupIDGT,omitempty"` - ActorGroupIDGTE *string `json:"actorGroupIDGTE,omitempty"` - ActorGroupIDLT *string `json:"actorGroupIDLT,omitempty"` - ActorGroupIDLTE *string `json:"actorGroupIDLTE,omitempty"` ActorGroupIDContains *string `json:"actorGroupIDContains,omitempty"` ActorGroupIDHasPrefix *string `json:"actorGroupIDHasPrefix,omitempty"` ActorGroupIDHasSuffix *string `json:"actorGroupIDHasSuffix,omitempty"` @@ -132221,10 +107568,6 @@ type WorkflowAssignmentWhereInput struct { NotesNEQ *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGT *string `json:"notesGT,omitempty"` - NotesGTE *string `json:"notesGTE,omitempty"` - NotesLT *string `json:"notesLT,omitempty"` - NotesLTE *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -132234,16 +107577,13 @@ type WorkflowAssignmentWhereInput struct { NotesContainsFold *string `json:"notesContainsFold,omitempty"` // "due_at" field predicates. - DueAt *time.Time `json:"dueAt,omitempty"` - DueAtNEQ *time.Time `json:"dueAtNEQ,omitempty"` - DueAtIn []time.Time `json:"dueAtIn,omitempty"` - DueAtNotIn []time.Time `json:"dueAtNotIn,omitempty"` - DueAtGT *time.Time `json:"dueAtGT,omitempty"` - DueAtGTE *time.Time `json:"dueAtGTE,omitempty"` - DueAtLT *time.Time `json:"dueAtLT,omitempty"` - DueAtLTE *time.Time `json:"dueAtLTE,omitempty"` - DueAtIsNil bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil bool `json:"dueAtNotNil,omitempty"` + DueAt *time.Time `json:"dueAt,omitempty"` + DueAtGT *time.Time `json:"dueAtGT,omitempty"` + DueAtGTE *time.Time `json:"dueAtGTE,omitempty"` + DueAtLT *time.Time `json:"dueAtLT,omitempty"` + DueAtLTE *time.Time `json:"dueAtLTE,omitempty"` + DueAtIsNil bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil bool `json:"dueAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -132352,18 +107692,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowassignment.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowassignment.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowassignment.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowassignment.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowassignment.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowassignment.IDEqualFold(*i.IDEqualFold)) } @@ -132373,15 +107701,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if i.CreatedAt != nil { predicates = append(predicates, workflowassignment.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowassignment.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowassignment.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignment.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowassignment.CreatedAtGT(*i.CreatedAtGT)) } @@ -132403,15 +107722,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if i.UpdatedAt != nil { predicates = append(predicates, workflowassignment.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowassignment.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowassignment.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignment.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowassignment.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -132442,18 +107752,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowassignment.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowassignment.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowassignment.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowassignment.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowassignment.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowassignment.CreatedByContains(*i.CreatedByContains)) } @@ -132487,18 +107785,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowassignment.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowassignment.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowassignment.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowassignment.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowassignment.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowassignment.UpdatedByContains(*i.UpdatedByContains)) } @@ -132532,18 +107818,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowassignment.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowassignment.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowassignment.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowassignment.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowassignment.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowassignment.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -132577,18 +107851,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowassignment.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowassignment.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowassignment.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowassignment.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowassignment.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowassignment.DisplayIDContains(*i.DisplayIDContains)) } @@ -132616,18 +107878,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowassignment.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowassignment.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowassignment.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowassignment.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowassignment.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowassignment.OwnerIDContains(*i.OwnerIDContains)) } @@ -132661,18 +107911,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, workflowassignment.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, workflowassignment.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, workflowassignment.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, workflowassignment.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, workflowassignment.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, workflowassignment.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -132700,18 +107938,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.AssignmentKeyNotIn) > 0 { predicates = append(predicates, workflowassignment.AssignmentKeyNotIn(i.AssignmentKeyNotIn...)) } - if i.AssignmentKeyGT != nil { - predicates = append(predicates, workflowassignment.AssignmentKeyGT(*i.AssignmentKeyGT)) - } - if i.AssignmentKeyGTE != nil { - predicates = append(predicates, workflowassignment.AssignmentKeyGTE(*i.AssignmentKeyGTE)) - } - if i.AssignmentKeyLT != nil { - predicates = append(predicates, workflowassignment.AssignmentKeyLT(*i.AssignmentKeyLT)) - } - if i.AssignmentKeyLTE != nil { - predicates = append(predicates, workflowassignment.AssignmentKeyLTE(*i.AssignmentKeyLTE)) - } if i.AssignmentKeyContains != nil { predicates = append(predicates, workflowassignment.AssignmentKeyContains(*i.AssignmentKeyContains)) } @@ -132739,18 +107965,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.RoleNotIn) > 0 { predicates = append(predicates, workflowassignment.RoleNotIn(i.RoleNotIn...)) } - if i.RoleGT != nil { - predicates = append(predicates, workflowassignment.RoleGT(*i.RoleGT)) - } - if i.RoleGTE != nil { - predicates = append(predicates, workflowassignment.RoleGTE(*i.RoleGTE)) - } - if i.RoleLT != nil { - predicates = append(predicates, workflowassignment.RoleLT(*i.RoleLT)) - } - if i.RoleLTE != nil { - predicates = append(predicates, workflowassignment.RoleLTE(*i.RoleLTE)) - } if i.RoleContains != nil { predicates = append(predicates, workflowassignment.RoleContains(*i.RoleContains)) } @@ -132778,18 +107992,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.LabelNotIn) > 0 { predicates = append(predicates, workflowassignment.LabelNotIn(i.LabelNotIn...)) } - if i.LabelGT != nil { - predicates = append(predicates, workflowassignment.LabelGT(*i.LabelGT)) - } - if i.LabelGTE != nil { - predicates = append(predicates, workflowassignment.LabelGTE(*i.LabelGTE)) - } - if i.LabelLT != nil { - predicates = append(predicates, workflowassignment.LabelLT(*i.LabelLT)) - } - if i.LabelLTE != nil { - predicates = append(predicates, workflowassignment.LabelLTE(*i.LabelLTE)) - } if i.LabelContains != nil { predicates = append(predicates, workflowassignment.LabelContains(*i.LabelContains)) } @@ -132832,15 +108034,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if i.DecidedAt != nil { predicates = append(predicates, workflowassignment.DecidedAtEQ(*i.DecidedAt)) } - if i.DecidedAtNEQ != nil { - predicates = append(predicates, workflowassignment.DecidedAtNEQ(*i.DecidedAtNEQ)) - } - if len(i.DecidedAtIn) > 0 { - predicates = append(predicates, workflowassignment.DecidedAtIn(i.DecidedAtIn...)) - } - if len(i.DecidedAtNotIn) > 0 { - predicates = append(predicates, workflowassignment.DecidedAtNotIn(i.DecidedAtNotIn...)) - } if i.DecidedAtGT != nil { predicates = append(predicates, workflowassignment.DecidedAtGT(*i.DecidedAtGT)) } @@ -132871,18 +108064,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.ActorUserIDNotIn) > 0 { predicates = append(predicates, workflowassignment.ActorUserIDNotIn(i.ActorUserIDNotIn...)) } - if i.ActorUserIDGT != nil { - predicates = append(predicates, workflowassignment.ActorUserIDGT(*i.ActorUserIDGT)) - } - if i.ActorUserIDGTE != nil { - predicates = append(predicates, workflowassignment.ActorUserIDGTE(*i.ActorUserIDGTE)) - } - if i.ActorUserIDLT != nil { - predicates = append(predicates, workflowassignment.ActorUserIDLT(*i.ActorUserIDLT)) - } - if i.ActorUserIDLTE != nil { - predicates = append(predicates, workflowassignment.ActorUserIDLTE(*i.ActorUserIDLTE)) - } if i.ActorUserIDContains != nil { predicates = append(predicates, workflowassignment.ActorUserIDContains(*i.ActorUserIDContains)) } @@ -132916,18 +108097,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.ActorGroupIDNotIn) > 0 { predicates = append(predicates, workflowassignment.ActorGroupIDNotIn(i.ActorGroupIDNotIn...)) } - if i.ActorGroupIDGT != nil { - predicates = append(predicates, workflowassignment.ActorGroupIDGT(*i.ActorGroupIDGT)) - } - if i.ActorGroupIDGTE != nil { - predicates = append(predicates, workflowassignment.ActorGroupIDGTE(*i.ActorGroupIDGTE)) - } - if i.ActorGroupIDLT != nil { - predicates = append(predicates, workflowassignment.ActorGroupIDLT(*i.ActorGroupIDLT)) - } - if i.ActorGroupIDLTE != nil { - predicates = append(predicates, workflowassignment.ActorGroupIDLTE(*i.ActorGroupIDLTE)) - } if i.ActorGroupIDContains != nil { predicates = append(predicates, workflowassignment.ActorGroupIDContains(*i.ActorGroupIDContains)) } @@ -132961,18 +108130,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if len(i.NotesNotIn) > 0 { predicates = append(predicates, workflowassignment.NotesNotIn(i.NotesNotIn...)) } - if i.NotesGT != nil { - predicates = append(predicates, workflowassignment.NotesGT(*i.NotesGT)) - } - if i.NotesGTE != nil { - predicates = append(predicates, workflowassignment.NotesGTE(*i.NotesGTE)) - } - if i.NotesLT != nil { - predicates = append(predicates, workflowassignment.NotesLT(*i.NotesLT)) - } - if i.NotesLTE != nil { - predicates = append(predicates, workflowassignment.NotesLTE(*i.NotesLTE)) - } if i.NotesContains != nil { predicates = append(predicates, workflowassignment.NotesContains(*i.NotesContains)) } @@ -132997,15 +108154,6 @@ func (i *WorkflowAssignmentWhereInput) P() (predicate.WorkflowAssignment, error) if i.DueAt != nil { predicates = append(predicates, workflowassignment.DueAtEQ(*i.DueAt)) } - if i.DueAtNEQ != nil { - predicates = append(predicates, workflowassignment.DueAtNEQ(*i.DueAtNEQ)) - } - if len(i.DueAtIn) > 0 { - predicates = append(predicates, workflowassignment.DueAtIn(i.DueAtIn...)) - } - if len(i.DueAtNotIn) > 0 { - predicates = append(predicates, workflowassignment.DueAtNotIn(i.DueAtNotIn...)) - } if i.DueAtGT != nil { predicates = append(predicates, workflowassignment.DueAtGT(*i.DueAtGT)) } @@ -133149,46 +108297,32 @@ type WorkflowAssignmentTargetWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -133202,10 +108336,6 @@ type WorkflowAssignmentTargetWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -133219,10 +108349,6 @@ type WorkflowAssignmentTargetWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -133236,10 +108362,6 @@ type WorkflowAssignmentTargetWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -133251,10 +108373,6 @@ type WorkflowAssignmentTargetWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -133268,10 +108386,6 @@ type WorkflowAssignmentTargetWhereInput struct { WorkflowAssignmentIDNEQ *string `json:"workflowAssignmentIDNEQ,omitempty"` WorkflowAssignmentIDIn []string `json:"workflowAssignmentIDIn,omitempty"` WorkflowAssignmentIDNotIn []string `json:"workflowAssignmentIDNotIn,omitempty"` - WorkflowAssignmentIDGT *string `json:"workflowAssignmentIDGT,omitempty"` - WorkflowAssignmentIDGTE *string `json:"workflowAssignmentIDGTE,omitempty"` - WorkflowAssignmentIDLT *string `json:"workflowAssignmentIDLT,omitempty"` - WorkflowAssignmentIDLTE *string `json:"workflowAssignmentIDLTE,omitempty"` WorkflowAssignmentIDContains *string `json:"workflowAssignmentIDContains,omitempty"` WorkflowAssignmentIDHasPrefix *string `json:"workflowAssignmentIDHasPrefix,omitempty"` WorkflowAssignmentIDHasSuffix *string `json:"workflowAssignmentIDHasSuffix,omitempty"` @@ -133289,10 +108403,6 @@ type WorkflowAssignmentTargetWhereInput struct { TargetUserIDNEQ *string `json:"targetUserIDNEQ,omitempty"` TargetUserIDIn []string `json:"targetUserIDIn,omitempty"` TargetUserIDNotIn []string `json:"targetUserIDNotIn,omitempty"` - TargetUserIDGT *string `json:"targetUserIDGT,omitempty"` - TargetUserIDGTE *string `json:"targetUserIDGTE,omitempty"` - TargetUserIDLT *string `json:"targetUserIDLT,omitempty"` - TargetUserIDLTE *string `json:"targetUserIDLTE,omitempty"` TargetUserIDContains *string `json:"targetUserIDContains,omitempty"` TargetUserIDHasPrefix *string `json:"targetUserIDHasPrefix,omitempty"` TargetUserIDHasSuffix *string `json:"targetUserIDHasSuffix,omitempty"` @@ -133306,10 +108416,6 @@ type WorkflowAssignmentTargetWhereInput struct { TargetGroupIDNEQ *string `json:"targetGroupIDNEQ,omitempty"` TargetGroupIDIn []string `json:"targetGroupIDIn,omitempty"` TargetGroupIDNotIn []string `json:"targetGroupIDNotIn,omitempty"` - TargetGroupIDGT *string `json:"targetGroupIDGT,omitempty"` - TargetGroupIDGTE *string `json:"targetGroupIDGTE,omitempty"` - TargetGroupIDLT *string `json:"targetGroupIDLT,omitempty"` - TargetGroupIDLTE *string `json:"targetGroupIDLTE,omitempty"` TargetGroupIDContains *string `json:"targetGroupIDContains,omitempty"` TargetGroupIDHasPrefix *string `json:"targetGroupIDHasPrefix,omitempty"` TargetGroupIDHasSuffix *string `json:"targetGroupIDHasSuffix,omitempty"` @@ -133323,10 +108429,6 @@ type WorkflowAssignmentTargetWhereInput struct { ResolverKeyNEQ *string `json:"resolverKeyNEQ,omitempty"` ResolverKeyIn []string `json:"resolverKeyIn,omitempty"` ResolverKeyNotIn []string `json:"resolverKeyNotIn,omitempty"` - ResolverKeyGT *string `json:"resolverKeyGT,omitempty"` - ResolverKeyGTE *string `json:"resolverKeyGTE,omitempty"` - ResolverKeyLT *string `json:"resolverKeyLT,omitempty"` - ResolverKeyLTE *string `json:"resolverKeyLTE,omitempty"` ResolverKeyContains *string `json:"resolverKeyContains,omitempty"` ResolverKeyHasPrefix *string `json:"resolverKeyHasPrefix,omitempty"` ResolverKeyHasSuffix *string `json:"resolverKeyHasSuffix,omitempty"` @@ -133438,18 +108540,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowassignmenttarget.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowassignmenttarget.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowassignmenttarget.IDEqualFold(*i.IDEqualFold)) } @@ -133459,15 +108549,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if i.CreatedAt != nil { predicates = append(predicates, workflowassignmenttarget.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenttarget.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenttarget.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenttarget.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowassignmenttarget.CreatedAtGT(*i.CreatedAtGT)) } @@ -133489,15 +108570,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if i.UpdatedAt != nil { predicates = append(predicates, workflowassignmenttarget.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenttarget.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenttarget.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowassignmenttarget.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -133528,18 +108600,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowassignmenttarget.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowassignmenttarget.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowassignmenttarget.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowassignmenttarget.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowassignmenttarget.CreatedByContains(*i.CreatedByContains)) } @@ -133573,18 +108633,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowassignmenttarget.UpdatedByContains(*i.UpdatedByContains)) } @@ -133618,18 +108666,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowassignmenttarget.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -133663,18 +108699,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowassignmenttarget.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowassignmenttarget.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowassignmenttarget.DisplayIDContains(*i.DisplayIDContains)) } @@ -133702,18 +108726,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowassignmenttarget.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowassignmenttarget.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowassignmenttarget.OwnerIDContains(*i.OwnerIDContains)) } @@ -133747,18 +108759,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.WorkflowAssignmentIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDNotIn(i.WorkflowAssignmentIDNotIn...)) } - if i.WorkflowAssignmentIDGT != nil { - predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDGT(*i.WorkflowAssignmentIDGT)) - } - if i.WorkflowAssignmentIDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDGTE(*i.WorkflowAssignmentIDGTE)) - } - if i.WorkflowAssignmentIDLT != nil { - predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDLT(*i.WorkflowAssignmentIDLT)) - } - if i.WorkflowAssignmentIDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDLTE(*i.WorkflowAssignmentIDLTE)) - } if i.WorkflowAssignmentIDContains != nil { predicates = append(predicates, workflowassignmenttarget.WorkflowAssignmentIDContains(*i.WorkflowAssignmentIDContains)) } @@ -133798,18 +108798,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.TargetUserIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.TargetUserIDNotIn(i.TargetUserIDNotIn...)) } - if i.TargetUserIDGT != nil { - predicates = append(predicates, workflowassignmenttarget.TargetUserIDGT(*i.TargetUserIDGT)) - } - if i.TargetUserIDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.TargetUserIDGTE(*i.TargetUserIDGTE)) - } - if i.TargetUserIDLT != nil { - predicates = append(predicates, workflowassignmenttarget.TargetUserIDLT(*i.TargetUserIDLT)) - } - if i.TargetUserIDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.TargetUserIDLTE(*i.TargetUserIDLTE)) - } if i.TargetUserIDContains != nil { predicates = append(predicates, workflowassignmenttarget.TargetUserIDContains(*i.TargetUserIDContains)) } @@ -133843,18 +108831,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.TargetGroupIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.TargetGroupIDNotIn(i.TargetGroupIDNotIn...)) } - if i.TargetGroupIDGT != nil { - predicates = append(predicates, workflowassignmenttarget.TargetGroupIDGT(*i.TargetGroupIDGT)) - } - if i.TargetGroupIDGTE != nil { - predicates = append(predicates, workflowassignmenttarget.TargetGroupIDGTE(*i.TargetGroupIDGTE)) - } - if i.TargetGroupIDLT != nil { - predicates = append(predicates, workflowassignmenttarget.TargetGroupIDLT(*i.TargetGroupIDLT)) - } - if i.TargetGroupIDLTE != nil { - predicates = append(predicates, workflowassignmenttarget.TargetGroupIDLTE(*i.TargetGroupIDLTE)) - } if i.TargetGroupIDContains != nil { predicates = append(predicates, workflowassignmenttarget.TargetGroupIDContains(*i.TargetGroupIDContains)) } @@ -133888,18 +108864,6 @@ func (i *WorkflowAssignmentTargetWhereInput) P() (predicate.WorkflowAssignmentTa if len(i.ResolverKeyNotIn) > 0 { predicates = append(predicates, workflowassignmenttarget.ResolverKeyNotIn(i.ResolverKeyNotIn...)) } - if i.ResolverKeyGT != nil { - predicates = append(predicates, workflowassignmenttarget.ResolverKeyGT(*i.ResolverKeyGT)) - } - if i.ResolverKeyGTE != nil { - predicates = append(predicates, workflowassignmenttarget.ResolverKeyGTE(*i.ResolverKeyGTE)) - } - if i.ResolverKeyLT != nil { - predicates = append(predicates, workflowassignmenttarget.ResolverKeyLT(*i.ResolverKeyLT)) - } - if i.ResolverKeyLTE != nil { - predicates = append(predicates, workflowassignmenttarget.ResolverKeyLTE(*i.ResolverKeyLTE)) - } if i.ResolverKeyContains != nil { predicates = append(predicates, workflowassignmenttarget.ResolverKeyContains(*i.ResolverKeyContains)) } @@ -134027,46 +108991,32 @@ type WorkflowDefinitionWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -134080,10 +109030,6 @@ type WorkflowDefinitionWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -134097,10 +109043,6 @@ type WorkflowDefinitionWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -134114,10 +109056,6 @@ type WorkflowDefinitionWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -134129,10 +109067,6 @@ type WorkflowDefinitionWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -134152,10 +109086,6 @@ type WorkflowDefinitionWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -134169,10 +109099,6 @@ type WorkflowDefinitionWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -134186,10 +109112,6 @@ type WorkflowDefinitionWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -134201,10 +109123,6 @@ type WorkflowDefinitionWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -134224,10 +109142,6 @@ type WorkflowDefinitionWhereInput struct { SchemaTypeNEQ *string `json:"schemaTypeNEQ,omitempty"` SchemaTypeIn []string `json:"schemaTypeIn,omitempty"` SchemaTypeNotIn []string `json:"schemaTypeNotIn,omitempty"` - SchemaTypeGT *string `json:"schemaTypeGT,omitempty"` - SchemaTypeGTE *string `json:"schemaTypeGTE,omitempty"` - SchemaTypeLT *string `json:"schemaTypeLT,omitempty"` - SchemaTypeLTE *string `json:"schemaTypeLTE,omitempty"` SchemaTypeContains *string `json:"schemaTypeContains,omitempty"` SchemaTypeHasPrefix *string `json:"schemaTypeHasPrefix,omitempty"` SchemaTypeHasSuffix *string `json:"schemaTypeHasSuffix,omitempty"` @@ -134235,40 +109149,33 @@ type WorkflowDefinitionWhereInput struct { SchemaTypeContainsFold *string `json:"schemaTypeContainsFold,omitempty"` // "revision" field predicates. - Revision *int `json:"revision,omitempty"` - RevisionNEQ *int `json:"revisionNEQ,omitempty"` - RevisionIn []int `json:"revisionIn,omitempty"` - RevisionNotIn []int `json:"revisionNotIn,omitempty"` - RevisionGT *int `json:"revisionGT,omitempty"` - RevisionGTE *int `json:"revisionGTE,omitempty"` - RevisionLT *int `json:"revisionLT,omitempty"` - RevisionLTE *int `json:"revisionLTE,omitempty"` + Revision *int `json:"revision,omitempty"` + RevisionNEQ *int `json:"revisionNEQ,omitempty"` + RevisionGT *int `json:"revisionGT,omitempty"` + RevisionGTE *int `json:"revisionGTE,omitempty"` + RevisionLT *int `json:"revisionLT,omitempty"` + RevisionLTE *int `json:"revisionLTE,omitempty"` // "draft" field predicates. Draft *bool `json:"draft,omitempty"` DraftNEQ *bool `json:"draftNEQ,omitempty"` // "published_at" field predicates. - PublishedAt *time.Time `json:"publishedAt,omitempty"` - PublishedAtNEQ *time.Time `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []time.Time `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []time.Time `json:"publishedAtNotIn,omitempty"` - PublishedAtGT *time.Time `json:"publishedAtGT,omitempty"` - PublishedAtGTE *time.Time `json:"publishedAtGTE,omitempty"` - PublishedAtLT *time.Time `json:"publishedAtLT,omitempty"` - PublishedAtLTE *time.Time `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *time.Time `json:"publishedAt,omitempty"` + PublishedAtGT *time.Time `json:"publishedAtGT,omitempty"` + PublishedAtGTE *time.Time `json:"publishedAtGTE,omitempty"` + PublishedAtLT *time.Time `json:"publishedAtLT,omitempty"` + PublishedAtLTE *time.Time `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` // "cooldown_seconds" field predicates. - CooldownSeconds *int `json:"cooldownSeconds,omitempty"` - CooldownSecondsNEQ *int `json:"cooldownSecondsNEQ,omitempty"` - CooldownSecondsIn []int `json:"cooldownSecondsIn,omitempty"` - CooldownSecondsNotIn []int `json:"cooldownSecondsNotIn,omitempty"` - CooldownSecondsGT *int `json:"cooldownSecondsGT,omitempty"` - CooldownSecondsGTE *int `json:"cooldownSecondsGTE,omitempty"` - CooldownSecondsLT *int `json:"cooldownSecondsLT,omitempty"` - CooldownSecondsLTE *int `json:"cooldownSecondsLTE,omitempty"` + CooldownSeconds *int `json:"cooldownSeconds,omitempty"` + CooldownSecondsNEQ *int `json:"cooldownSecondsNEQ,omitempty"` + CooldownSecondsGT *int `json:"cooldownSecondsGT,omitempty"` + CooldownSecondsGTE *int `json:"cooldownSecondsGTE,omitempty"` + CooldownSecondsLT *int `json:"cooldownSecondsLT,omitempty"` + CooldownSecondsLTE *int `json:"cooldownSecondsLTE,omitempty"` // "is_default" field predicates. IsDefault *bool `json:"isDefault,omitempty"` @@ -134400,18 +109307,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowdefinition.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowdefinition.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowdefinition.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowdefinition.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowdefinition.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowdefinition.IDEqualFold(*i.IDEqualFold)) } @@ -134421,15 +109316,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if i.CreatedAt != nil { predicates = append(predicates, workflowdefinition.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowdefinition.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowdefinition.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinition.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowdefinition.CreatedAtGT(*i.CreatedAtGT)) } @@ -134451,15 +109337,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if i.UpdatedAt != nil { predicates = append(predicates, workflowdefinition.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowdefinition.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowdefinition.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinition.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowdefinition.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -134490,18 +109367,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowdefinition.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowdefinition.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowdefinition.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowdefinition.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowdefinition.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowdefinition.CreatedByContains(*i.CreatedByContains)) } @@ -134535,18 +109400,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowdefinition.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowdefinition.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowdefinition.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowdefinition.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowdefinition.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowdefinition.UpdatedByContains(*i.UpdatedByContains)) } @@ -134580,18 +109433,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowdefinition.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -134625,18 +109466,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowdefinition.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowdefinition.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowdefinition.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowdefinition.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowdefinition.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowdefinition.DisplayIDContains(*i.DisplayIDContains)) } @@ -134664,18 +109493,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowdefinition.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowdefinition.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowdefinition.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowdefinition.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowdefinition.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowdefinition.OwnerIDContains(*i.OwnerIDContains)) } @@ -134721,18 +109538,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, workflowdefinition.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, workflowdefinition.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, workflowdefinition.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, workflowdefinition.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, workflowdefinition.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, workflowdefinition.InternalNotesContains(*i.InternalNotesContains)) } @@ -134766,18 +109571,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, workflowdefinition.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, workflowdefinition.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, workflowdefinition.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, workflowdefinition.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, workflowdefinition.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, workflowdefinition.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -134811,18 +109604,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.NameNotIn) > 0 { predicates = append(predicates, workflowdefinition.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, workflowdefinition.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, workflowdefinition.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, workflowdefinition.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, workflowdefinition.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, workflowdefinition.NameContains(*i.NameContains)) } @@ -134850,18 +109631,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, workflowdefinition.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, workflowdefinition.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, workflowdefinition.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, workflowdefinition.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, workflowdefinition.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, workflowdefinition.DescriptionContains(*i.DescriptionContains)) } @@ -134907,18 +109676,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if len(i.SchemaTypeNotIn) > 0 { predicates = append(predicates, workflowdefinition.SchemaTypeNotIn(i.SchemaTypeNotIn...)) } - if i.SchemaTypeGT != nil { - predicates = append(predicates, workflowdefinition.SchemaTypeGT(*i.SchemaTypeGT)) - } - if i.SchemaTypeGTE != nil { - predicates = append(predicates, workflowdefinition.SchemaTypeGTE(*i.SchemaTypeGTE)) - } - if i.SchemaTypeLT != nil { - predicates = append(predicates, workflowdefinition.SchemaTypeLT(*i.SchemaTypeLT)) - } - if i.SchemaTypeLTE != nil { - predicates = append(predicates, workflowdefinition.SchemaTypeLTE(*i.SchemaTypeLTE)) - } if i.SchemaTypeContains != nil { predicates = append(predicates, workflowdefinition.SchemaTypeContains(*i.SchemaTypeContains)) } @@ -134940,12 +109697,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if i.RevisionNEQ != nil { predicates = append(predicates, workflowdefinition.RevisionNEQ(*i.RevisionNEQ)) } - if len(i.RevisionIn) > 0 { - predicates = append(predicates, workflowdefinition.RevisionIn(i.RevisionIn...)) - } - if len(i.RevisionNotIn) > 0 { - predicates = append(predicates, workflowdefinition.RevisionNotIn(i.RevisionNotIn...)) - } if i.RevisionGT != nil { predicates = append(predicates, workflowdefinition.RevisionGT(*i.RevisionGT)) } @@ -134967,15 +109718,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if i.PublishedAt != nil { predicates = append(predicates, workflowdefinition.PublishedAtEQ(*i.PublishedAt)) } - if i.PublishedAtNEQ != nil { - predicates = append(predicates, workflowdefinition.PublishedAtNEQ(*i.PublishedAtNEQ)) - } - if len(i.PublishedAtIn) > 0 { - predicates = append(predicates, workflowdefinition.PublishedAtIn(i.PublishedAtIn...)) - } - if len(i.PublishedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinition.PublishedAtNotIn(i.PublishedAtNotIn...)) - } if i.PublishedAtGT != nil { predicates = append(predicates, workflowdefinition.PublishedAtGT(*i.PublishedAtGT)) } @@ -135000,12 +109742,6 @@ func (i *WorkflowDefinitionWhereInput) P() (predicate.WorkflowDefinition, error) if i.CooldownSecondsNEQ != nil { predicates = append(predicates, workflowdefinition.CooldownSecondsNEQ(*i.CooldownSecondsNEQ)) } - if len(i.CooldownSecondsIn) > 0 { - predicates = append(predicates, workflowdefinition.CooldownSecondsIn(i.CooldownSecondsIn...)) - } - if len(i.CooldownSecondsNotIn) > 0 { - predicates = append(predicates, workflowdefinition.CooldownSecondsNotIn(i.CooldownSecondsNotIn...)) - } if i.CooldownSecondsGT != nil { predicates = append(predicates, workflowdefinition.CooldownSecondsGT(*i.CooldownSecondsGT)) } @@ -135219,46 +109955,32 @@ type WorkflowEventWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -135272,10 +109994,6 @@ type WorkflowEventWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -135289,10 +110007,6 @@ type WorkflowEventWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -135306,10 +110020,6 @@ type WorkflowEventWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -135321,10 +110031,6 @@ type WorkflowEventWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -135338,10 +110044,6 @@ type WorkflowEventWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -135449,18 +110151,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowevent.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowevent.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowevent.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowevent.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowevent.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowevent.IDEqualFold(*i.IDEqualFold)) } @@ -135470,15 +110160,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if i.CreatedAt != nil { predicates = append(predicates, workflowevent.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowevent.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowevent.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowevent.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowevent.CreatedAtGT(*i.CreatedAtGT)) } @@ -135500,15 +110181,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if i.UpdatedAt != nil { predicates = append(predicates, workflowevent.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowevent.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowevent.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowevent.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowevent.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -135539,18 +110211,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowevent.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowevent.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowevent.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowevent.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowevent.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowevent.CreatedByContains(*i.CreatedByContains)) } @@ -135584,18 +110244,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowevent.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowevent.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowevent.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowevent.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowevent.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowevent.UpdatedByContains(*i.UpdatedByContains)) } @@ -135629,18 +110277,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowevent.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowevent.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowevent.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowevent.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowevent.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowevent.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -135674,18 +110310,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowevent.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowevent.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowevent.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowevent.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowevent.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowevent.DisplayIDContains(*i.DisplayIDContains)) } @@ -135713,18 +110337,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowevent.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowevent.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowevent.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowevent.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowevent.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowevent.OwnerIDContains(*i.OwnerIDContains)) } @@ -135758,18 +110370,6 @@ func (i *WorkflowEventWhereInput) P() (predicate.WorkflowEvent, error) { if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, workflowevent.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, workflowevent.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, workflowevent.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, workflowevent.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, workflowevent.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, workflowevent.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -135865,46 +110465,32 @@ type WorkflowInstanceWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -135918,10 +110504,6 @@ type WorkflowInstanceWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -135935,10 +110517,6 @@ type WorkflowInstanceWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -135952,10 +110530,6 @@ type WorkflowInstanceWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -135967,10 +110541,6 @@ type WorkflowInstanceWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -135984,10 +110554,6 @@ type WorkflowInstanceWhereInput struct { WorkflowDefinitionIDNEQ *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIDGT *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIDGTE *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIDLT *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIDLTE *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -135999,10 +110565,6 @@ type WorkflowInstanceWhereInput struct { WorkflowProposalIDNEQ *string `json:"workflowProposalIDNEQ,omitempty"` WorkflowProposalIDIn []string `json:"workflowProposalIDIn,omitempty"` WorkflowProposalIDNotIn []string `json:"workflowProposalIDNotIn,omitempty"` - WorkflowProposalIDGT *string `json:"workflowProposalIDGT,omitempty"` - WorkflowProposalIDGTE *string `json:"workflowProposalIDGTE,omitempty"` - WorkflowProposalIDLT *string `json:"workflowProposalIDLT,omitempty"` - WorkflowProposalIDLTE *string `json:"workflowProposalIDLTE,omitempty"` WorkflowProposalIDContains *string `json:"workflowProposalIDContains,omitempty"` WorkflowProposalIDHasPrefix *string `json:"workflowProposalIDHasPrefix,omitempty"` WorkflowProposalIDHasSuffix *string `json:"workflowProposalIDHasSuffix,omitempty"` @@ -136018,36 +110580,27 @@ type WorkflowInstanceWhereInput struct { StateNotIn []enums.WorkflowInstanceState `json:"stateNotIn,omitempty"` // "last_evaluated_at" field predicates. - LastEvaluatedAt *time.Time `json:"lastEvaluatedAt,omitempty"` - LastEvaluatedAtNEQ *time.Time `json:"lastEvaluatedAtNEQ,omitempty"` - LastEvaluatedAtIn []time.Time `json:"lastEvaluatedAtIn,omitempty"` - LastEvaluatedAtNotIn []time.Time `json:"lastEvaluatedAtNotIn,omitempty"` - LastEvaluatedAtGT *time.Time `json:"lastEvaluatedAtGT,omitempty"` - LastEvaluatedAtGTE *time.Time `json:"lastEvaluatedAtGTE,omitempty"` - LastEvaluatedAtLT *time.Time `json:"lastEvaluatedAtLT,omitempty"` - LastEvaluatedAtLTE *time.Time `json:"lastEvaluatedAtLTE,omitempty"` - LastEvaluatedAtIsNil bool `json:"lastEvaluatedAtIsNil,omitempty"` - LastEvaluatedAtNotNil bool `json:"lastEvaluatedAtNotNil,omitempty"` + LastEvaluatedAt *time.Time `json:"lastEvaluatedAt,omitempty"` + LastEvaluatedAtGT *time.Time `json:"lastEvaluatedAtGT,omitempty"` + LastEvaluatedAtGTE *time.Time `json:"lastEvaluatedAtGTE,omitempty"` + LastEvaluatedAtLT *time.Time `json:"lastEvaluatedAtLT,omitempty"` + LastEvaluatedAtLTE *time.Time `json:"lastEvaluatedAtLTE,omitempty"` + LastEvaluatedAtIsNil bool `json:"lastEvaluatedAtIsNil,omitempty"` + LastEvaluatedAtNotNil bool `json:"lastEvaluatedAtNotNil,omitempty"` // "current_action_index" field predicates. - CurrentActionIndex *int `json:"currentActionIndex,omitempty"` - CurrentActionIndexNEQ *int `json:"currentActionIndexNEQ,omitempty"` - CurrentActionIndexIn []int `json:"currentActionIndexIn,omitempty"` - CurrentActionIndexNotIn []int `json:"currentActionIndexNotIn,omitempty"` - CurrentActionIndexGT *int `json:"currentActionIndexGT,omitempty"` - CurrentActionIndexGTE *int `json:"currentActionIndexGTE,omitempty"` - CurrentActionIndexLT *int `json:"currentActionIndexLT,omitempty"` - CurrentActionIndexLTE *int `json:"currentActionIndexLTE,omitempty"` + CurrentActionIndex *int `json:"currentActionIndex,omitempty"` + CurrentActionIndexNEQ *int `json:"currentActionIndexNEQ,omitempty"` + CurrentActionIndexGT *int `json:"currentActionIndexGT,omitempty"` + CurrentActionIndexGTE *int `json:"currentActionIndexGTE,omitempty"` + CurrentActionIndexLT *int `json:"currentActionIndexLT,omitempty"` + CurrentActionIndexLTE *int `json:"currentActionIndexLTE,omitempty"` // "control_id" field predicates. ControlID *string `json:"controlID,omitempty"` ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -136061,10 +110614,6 @@ type WorkflowInstanceWhereInput struct { InternalPolicyIDNEQ *string `json:"internalPolicyIDNEQ,omitempty"` InternalPolicyIDIn []string `json:"internalPolicyIDIn,omitempty"` InternalPolicyIDNotIn []string `json:"internalPolicyIDNotIn,omitempty"` - InternalPolicyIDGT *string `json:"internalPolicyIDGT,omitempty"` - InternalPolicyIDGTE *string `json:"internalPolicyIDGTE,omitempty"` - InternalPolicyIDLT *string `json:"internalPolicyIDLT,omitempty"` - InternalPolicyIDLTE *string `json:"internalPolicyIDLTE,omitempty"` InternalPolicyIDContains *string `json:"internalPolicyIDContains,omitempty"` InternalPolicyIDHasPrefix *string `json:"internalPolicyIDHasPrefix,omitempty"` InternalPolicyIDHasSuffix *string `json:"internalPolicyIDHasSuffix,omitempty"` @@ -136078,10 +110627,6 @@ type WorkflowInstanceWhereInput struct { EvidenceIDNEQ *string `json:"evidenceIDNEQ,omitempty"` EvidenceIDIn []string `json:"evidenceIDIn,omitempty"` EvidenceIDNotIn []string `json:"evidenceIDNotIn,omitempty"` - EvidenceIDGT *string `json:"evidenceIDGT,omitempty"` - EvidenceIDGTE *string `json:"evidenceIDGTE,omitempty"` - EvidenceIDLT *string `json:"evidenceIDLT,omitempty"` - EvidenceIDLTE *string `json:"evidenceIDLTE,omitempty"` EvidenceIDContains *string `json:"evidenceIDContains,omitempty"` EvidenceIDHasPrefix *string `json:"evidenceIDHasPrefix,omitempty"` EvidenceIDHasSuffix *string `json:"evidenceIDHasSuffix,omitempty"` @@ -136095,10 +110640,6 @@ type WorkflowInstanceWhereInput struct { SubcontrolIDNEQ *string `json:"subcontrolIDNEQ,omitempty"` SubcontrolIDIn []string `json:"subcontrolIDIn,omitempty"` SubcontrolIDNotIn []string `json:"subcontrolIDNotIn,omitempty"` - SubcontrolIDGT *string `json:"subcontrolIDGT,omitempty"` - SubcontrolIDGTE *string `json:"subcontrolIDGTE,omitempty"` - SubcontrolIDLT *string `json:"subcontrolIDLT,omitempty"` - SubcontrolIDLTE *string `json:"subcontrolIDLTE,omitempty"` SubcontrolIDContains *string `json:"subcontrolIDContains,omitempty"` SubcontrolIDHasPrefix *string `json:"subcontrolIDHasPrefix,omitempty"` SubcontrolIDHasSuffix *string `json:"subcontrolIDHasSuffix,omitempty"` @@ -136112,10 +110653,6 @@ type WorkflowInstanceWhereInput struct { ActionPlanIDNEQ *string `json:"actionPlanIDNEQ,omitempty"` ActionPlanIDIn []string `json:"actionPlanIDIn,omitempty"` ActionPlanIDNotIn []string `json:"actionPlanIDNotIn,omitempty"` - ActionPlanIDGT *string `json:"actionPlanIDGT,omitempty"` - ActionPlanIDGTE *string `json:"actionPlanIDGTE,omitempty"` - ActionPlanIDLT *string `json:"actionPlanIDLT,omitempty"` - ActionPlanIDLTE *string `json:"actionPlanIDLTE,omitempty"` ActionPlanIDContains *string `json:"actionPlanIDContains,omitempty"` ActionPlanIDHasPrefix *string `json:"actionPlanIDHasPrefix,omitempty"` ActionPlanIDHasSuffix *string `json:"actionPlanIDHasSuffix,omitempty"` @@ -136129,10 +110666,6 @@ type WorkflowInstanceWhereInput struct { ProcedureIDNEQ *string `json:"procedureIDNEQ,omitempty"` ProcedureIDIn []string `json:"procedureIDIn,omitempty"` ProcedureIDNotIn []string `json:"procedureIDNotIn,omitempty"` - ProcedureIDGT *string `json:"procedureIDGT,omitempty"` - ProcedureIDGTE *string `json:"procedureIDGTE,omitempty"` - ProcedureIDLT *string `json:"procedureIDLT,omitempty"` - ProcedureIDLTE *string `json:"procedureIDLTE,omitempty"` ProcedureIDContains *string `json:"procedureIDContains,omitempty"` ProcedureIDHasPrefix *string `json:"procedureIDHasPrefix,omitempty"` ProcedureIDHasSuffix *string `json:"procedureIDHasSuffix,omitempty"` @@ -136146,10 +110679,6 @@ type WorkflowInstanceWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -136163,10 +110692,6 @@ type WorkflowInstanceWhereInput struct { CampaignTargetIDNEQ *string `json:"campaignTargetIDNEQ,omitempty"` CampaignTargetIDIn []string `json:"campaignTargetIDIn,omitempty"` CampaignTargetIDNotIn []string `json:"campaignTargetIDNotIn,omitempty"` - CampaignTargetIDGT *string `json:"campaignTargetIDGT,omitempty"` - CampaignTargetIDGTE *string `json:"campaignTargetIDGTE,omitempty"` - CampaignTargetIDLT *string `json:"campaignTargetIDLT,omitempty"` - CampaignTargetIDLTE *string `json:"campaignTargetIDLTE,omitempty"` CampaignTargetIDContains *string `json:"campaignTargetIDContains,omitempty"` CampaignTargetIDHasPrefix *string `json:"campaignTargetIDHasPrefix,omitempty"` CampaignTargetIDHasSuffix *string `json:"campaignTargetIDHasSuffix,omitempty"` @@ -136180,10 +110705,6 @@ type WorkflowInstanceWhereInput struct { IdentityHolderIDNEQ *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIDGT *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIDGTE *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIDLT *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIDLTE *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -136197,10 +110718,6 @@ type WorkflowInstanceWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -136214,10 +110731,6 @@ type WorkflowInstanceWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -136231,10 +110744,6 @@ type WorkflowInstanceWhereInput struct { AssessmentResponseIDNEQ *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIDGT *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIDGTE *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIDLT *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIDLTE *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -136248,10 +110757,6 @@ type WorkflowInstanceWhereInput struct { FindingIDNEQ *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIDGT *string `json:"findingIDGT,omitempty"` - FindingIDGTE *string `json:"findingIDGTE,omitempty"` - FindingIDLT *string `json:"findingIDLT,omitempty"` - FindingIDLTE *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -136265,10 +110770,6 @@ type WorkflowInstanceWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -136282,10 +110783,6 @@ type WorkflowInstanceWhereInput struct { RemediationIDNEQ *string `json:"remediationIDNEQ,omitempty"` RemediationIDIn []string `json:"remediationIDIn,omitempty"` RemediationIDNotIn []string `json:"remediationIDNotIn,omitempty"` - RemediationIDGT *string `json:"remediationIDGT,omitempty"` - RemediationIDGTE *string `json:"remediationIDGTE,omitempty"` - RemediationIDLT *string `json:"remediationIDLT,omitempty"` - RemediationIDLTE *string `json:"remediationIDLTE,omitempty"` RemediationIDContains *string `json:"remediationIDContains,omitempty"` RemediationIDHasPrefix *string `json:"remediationIDHasPrefix,omitempty"` RemediationIDHasSuffix *string `json:"remediationIDHasSuffix,omitempty"` @@ -136299,10 +110796,6 @@ type WorkflowInstanceWhereInput struct { RiskIDNEQ *string `json:"riskIDNEQ,omitempty"` RiskIDIn []string `json:"riskIDIn,omitempty"` RiskIDNotIn []string `json:"riskIDNotIn,omitempty"` - RiskIDGT *string `json:"riskIDGT,omitempty"` - RiskIDGTE *string `json:"riskIDGTE,omitempty"` - RiskIDLT *string `json:"riskIDLT,omitempty"` - RiskIDLTE *string `json:"riskIDLTE,omitempty"` RiskIDContains *string `json:"riskIDContains,omitempty"` RiskIDHasPrefix *string `json:"riskIDHasPrefix,omitempty"` RiskIDHasSuffix *string `json:"riskIDHasSuffix,omitempty"` @@ -136316,10 +110809,6 @@ type WorkflowInstanceWhereInput struct { TaskIDNEQ *string `json:"taskIDNEQ,omitempty"` TaskIDIn []string `json:"taskIDIn,omitempty"` TaskIDNotIn []string `json:"taskIDNotIn,omitempty"` - TaskIDGT *string `json:"taskIDGT,omitempty"` - TaskIDGTE *string `json:"taskIDGTE,omitempty"` - TaskIDLT *string `json:"taskIDLT,omitempty"` - TaskIDLTE *string `json:"taskIDLTE,omitempty"` TaskIDContains *string `json:"taskIDContains,omitempty"` TaskIDHasPrefix *string `json:"taskIDHasPrefix,omitempty"` TaskIDHasSuffix *string `json:"taskIDHasSuffix,omitempty"` @@ -136333,10 +110822,6 @@ type WorkflowInstanceWhereInput struct { VulnerabilityIDNEQ *string `json:"vulnerabilityIDNEQ,omitempty"` VulnerabilityIDIn []string `json:"vulnerabilityIDIn,omitempty"` VulnerabilityIDNotIn []string `json:"vulnerabilityIDNotIn,omitempty"` - VulnerabilityIDGT *string `json:"vulnerabilityIDGT,omitempty"` - VulnerabilityIDGTE *string `json:"vulnerabilityIDGTE,omitempty"` - VulnerabilityIDLT *string `json:"vulnerabilityIDLT,omitempty"` - VulnerabilityIDLTE *string `json:"vulnerabilityIDLTE,omitempty"` VulnerabilityIDContains *string `json:"vulnerabilityIDContains,omitempty"` VulnerabilityIDHasPrefix *string `json:"vulnerabilityIDHasPrefix,omitempty"` VulnerabilityIDHasSuffix *string `json:"vulnerabilityIDHasSuffix,omitempty"` @@ -136528,18 +111013,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowinstance.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowinstance.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowinstance.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowinstance.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowinstance.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowinstance.IDEqualFold(*i.IDEqualFold)) } @@ -136549,15 +111022,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if i.CreatedAt != nil { predicates = append(predicates, workflowinstance.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowinstance.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowinstance.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowinstance.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowinstance.CreatedAtGT(*i.CreatedAtGT)) } @@ -136579,15 +111043,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if i.UpdatedAt != nil { predicates = append(predicates, workflowinstance.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowinstance.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowinstance.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowinstance.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowinstance.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -136618,18 +111073,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowinstance.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowinstance.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowinstance.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowinstance.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowinstance.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowinstance.CreatedByContains(*i.CreatedByContains)) } @@ -136663,18 +111106,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowinstance.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowinstance.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowinstance.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowinstance.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowinstance.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowinstance.UpdatedByContains(*i.UpdatedByContains)) } @@ -136708,18 +111139,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowinstance.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowinstance.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowinstance.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowinstance.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowinstance.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowinstance.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -136753,18 +111172,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowinstance.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowinstance.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowinstance.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowinstance.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowinstance.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowinstance.DisplayIDContains(*i.DisplayIDContains)) } @@ -136792,18 +111199,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowinstance.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowinstance.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowinstance.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowinstance.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowinstance.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowinstance.OwnerIDContains(*i.OwnerIDContains)) } @@ -136837,18 +111232,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.WorkflowDefinitionIDNotIn) > 0 { predicates = append(predicates, workflowinstance.WorkflowDefinitionIDNotIn(i.WorkflowDefinitionIDNotIn...)) } - if i.WorkflowDefinitionIDGT != nil { - predicates = append(predicates, workflowinstance.WorkflowDefinitionIDGT(*i.WorkflowDefinitionIDGT)) - } - if i.WorkflowDefinitionIDGTE != nil { - predicates = append(predicates, workflowinstance.WorkflowDefinitionIDGTE(*i.WorkflowDefinitionIDGTE)) - } - if i.WorkflowDefinitionIDLT != nil { - predicates = append(predicates, workflowinstance.WorkflowDefinitionIDLT(*i.WorkflowDefinitionIDLT)) - } - if i.WorkflowDefinitionIDLTE != nil { - predicates = append(predicates, workflowinstance.WorkflowDefinitionIDLTE(*i.WorkflowDefinitionIDLTE)) - } if i.WorkflowDefinitionIDContains != nil { predicates = append(predicates, workflowinstance.WorkflowDefinitionIDContains(*i.WorkflowDefinitionIDContains)) } @@ -136876,18 +111259,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.WorkflowProposalIDNotIn) > 0 { predicates = append(predicates, workflowinstance.WorkflowProposalIDNotIn(i.WorkflowProposalIDNotIn...)) } - if i.WorkflowProposalIDGT != nil { - predicates = append(predicates, workflowinstance.WorkflowProposalIDGT(*i.WorkflowProposalIDGT)) - } - if i.WorkflowProposalIDGTE != nil { - predicates = append(predicates, workflowinstance.WorkflowProposalIDGTE(*i.WorkflowProposalIDGTE)) - } - if i.WorkflowProposalIDLT != nil { - predicates = append(predicates, workflowinstance.WorkflowProposalIDLT(*i.WorkflowProposalIDLT)) - } - if i.WorkflowProposalIDLTE != nil { - predicates = append(predicates, workflowinstance.WorkflowProposalIDLTE(*i.WorkflowProposalIDLTE)) - } if i.WorkflowProposalIDContains != nil { predicates = append(predicates, workflowinstance.WorkflowProposalIDContains(*i.WorkflowProposalIDContains)) } @@ -136924,15 +111295,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if i.LastEvaluatedAt != nil { predicates = append(predicates, workflowinstance.LastEvaluatedAtEQ(*i.LastEvaluatedAt)) } - if i.LastEvaluatedAtNEQ != nil { - predicates = append(predicates, workflowinstance.LastEvaluatedAtNEQ(*i.LastEvaluatedAtNEQ)) - } - if len(i.LastEvaluatedAtIn) > 0 { - predicates = append(predicates, workflowinstance.LastEvaluatedAtIn(i.LastEvaluatedAtIn...)) - } - if len(i.LastEvaluatedAtNotIn) > 0 { - predicates = append(predicates, workflowinstance.LastEvaluatedAtNotIn(i.LastEvaluatedAtNotIn...)) - } if i.LastEvaluatedAtGT != nil { predicates = append(predicates, workflowinstance.LastEvaluatedAtGT(*i.LastEvaluatedAtGT)) } @@ -136957,12 +111319,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if i.CurrentActionIndexNEQ != nil { predicates = append(predicates, workflowinstance.CurrentActionIndexNEQ(*i.CurrentActionIndexNEQ)) } - if len(i.CurrentActionIndexIn) > 0 { - predicates = append(predicates, workflowinstance.CurrentActionIndexIn(i.CurrentActionIndexIn...)) - } - if len(i.CurrentActionIndexNotIn) > 0 { - predicates = append(predicates, workflowinstance.CurrentActionIndexNotIn(i.CurrentActionIndexNotIn...)) - } if i.CurrentActionIndexGT != nil { predicates = append(predicates, workflowinstance.CurrentActionIndexGT(*i.CurrentActionIndexGT)) } @@ -136987,18 +111343,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, workflowinstance.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, workflowinstance.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, workflowinstance.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, workflowinstance.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, workflowinstance.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, workflowinstance.ControlIDContains(*i.ControlIDContains)) } @@ -137032,18 +111376,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.InternalPolicyIDNotIn) > 0 { predicates = append(predicates, workflowinstance.InternalPolicyIDNotIn(i.InternalPolicyIDNotIn...)) } - if i.InternalPolicyIDGT != nil { - predicates = append(predicates, workflowinstance.InternalPolicyIDGT(*i.InternalPolicyIDGT)) - } - if i.InternalPolicyIDGTE != nil { - predicates = append(predicates, workflowinstance.InternalPolicyIDGTE(*i.InternalPolicyIDGTE)) - } - if i.InternalPolicyIDLT != nil { - predicates = append(predicates, workflowinstance.InternalPolicyIDLT(*i.InternalPolicyIDLT)) - } - if i.InternalPolicyIDLTE != nil { - predicates = append(predicates, workflowinstance.InternalPolicyIDLTE(*i.InternalPolicyIDLTE)) - } if i.InternalPolicyIDContains != nil { predicates = append(predicates, workflowinstance.InternalPolicyIDContains(*i.InternalPolicyIDContains)) } @@ -137077,18 +111409,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.EvidenceIDNotIn) > 0 { predicates = append(predicates, workflowinstance.EvidenceIDNotIn(i.EvidenceIDNotIn...)) } - if i.EvidenceIDGT != nil { - predicates = append(predicates, workflowinstance.EvidenceIDGT(*i.EvidenceIDGT)) - } - if i.EvidenceIDGTE != nil { - predicates = append(predicates, workflowinstance.EvidenceIDGTE(*i.EvidenceIDGTE)) - } - if i.EvidenceIDLT != nil { - predicates = append(predicates, workflowinstance.EvidenceIDLT(*i.EvidenceIDLT)) - } - if i.EvidenceIDLTE != nil { - predicates = append(predicates, workflowinstance.EvidenceIDLTE(*i.EvidenceIDLTE)) - } if i.EvidenceIDContains != nil { predicates = append(predicates, workflowinstance.EvidenceIDContains(*i.EvidenceIDContains)) } @@ -137122,18 +111442,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.SubcontrolIDNotIn) > 0 { predicates = append(predicates, workflowinstance.SubcontrolIDNotIn(i.SubcontrolIDNotIn...)) } - if i.SubcontrolIDGT != nil { - predicates = append(predicates, workflowinstance.SubcontrolIDGT(*i.SubcontrolIDGT)) - } - if i.SubcontrolIDGTE != nil { - predicates = append(predicates, workflowinstance.SubcontrolIDGTE(*i.SubcontrolIDGTE)) - } - if i.SubcontrolIDLT != nil { - predicates = append(predicates, workflowinstance.SubcontrolIDLT(*i.SubcontrolIDLT)) - } - if i.SubcontrolIDLTE != nil { - predicates = append(predicates, workflowinstance.SubcontrolIDLTE(*i.SubcontrolIDLTE)) - } if i.SubcontrolIDContains != nil { predicates = append(predicates, workflowinstance.SubcontrolIDContains(*i.SubcontrolIDContains)) } @@ -137167,18 +111475,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.ActionPlanIDNotIn) > 0 { predicates = append(predicates, workflowinstance.ActionPlanIDNotIn(i.ActionPlanIDNotIn...)) } - if i.ActionPlanIDGT != nil { - predicates = append(predicates, workflowinstance.ActionPlanIDGT(*i.ActionPlanIDGT)) - } - if i.ActionPlanIDGTE != nil { - predicates = append(predicates, workflowinstance.ActionPlanIDGTE(*i.ActionPlanIDGTE)) - } - if i.ActionPlanIDLT != nil { - predicates = append(predicates, workflowinstance.ActionPlanIDLT(*i.ActionPlanIDLT)) - } - if i.ActionPlanIDLTE != nil { - predicates = append(predicates, workflowinstance.ActionPlanIDLTE(*i.ActionPlanIDLTE)) - } if i.ActionPlanIDContains != nil { predicates = append(predicates, workflowinstance.ActionPlanIDContains(*i.ActionPlanIDContains)) } @@ -137212,18 +111508,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.ProcedureIDNotIn) > 0 { predicates = append(predicates, workflowinstance.ProcedureIDNotIn(i.ProcedureIDNotIn...)) } - if i.ProcedureIDGT != nil { - predicates = append(predicates, workflowinstance.ProcedureIDGT(*i.ProcedureIDGT)) - } - if i.ProcedureIDGTE != nil { - predicates = append(predicates, workflowinstance.ProcedureIDGTE(*i.ProcedureIDGTE)) - } - if i.ProcedureIDLT != nil { - predicates = append(predicates, workflowinstance.ProcedureIDLT(*i.ProcedureIDLT)) - } - if i.ProcedureIDLTE != nil { - predicates = append(predicates, workflowinstance.ProcedureIDLTE(*i.ProcedureIDLTE)) - } if i.ProcedureIDContains != nil { predicates = append(predicates, workflowinstance.ProcedureIDContains(*i.ProcedureIDContains)) } @@ -137257,18 +111541,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, workflowinstance.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, workflowinstance.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, workflowinstance.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, workflowinstance.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, workflowinstance.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, workflowinstance.CampaignIDContains(*i.CampaignIDContains)) } @@ -137302,18 +111574,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.CampaignTargetIDNotIn) > 0 { predicates = append(predicates, workflowinstance.CampaignTargetIDNotIn(i.CampaignTargetIDNotIn...)) } - if i.CampaignTargetIDGT != nil { - predicates = append(predicates, workflowinstance.CampaignTargetIDGT(*i.CampaignTargetIDGT)) - } - if i.CampaignTargetIDGTE != nil { - predicates = append(predicates, workflowinstance.CampaignTargetIDGTE(*i.CampaignTargetIDGTE)) - } - if i.CampaignTargetIDLT != nil { - predicates = append(predicates, workflowinstance.CampaignTargetIDLT(*i.CampaignTargetIDLT)) - } - if i.CampaignTargetIDLTE != nil { - predicates = append(predicates, workflowinstance.CampaignTargetIDLTE(*i.CampaignTargetIDLTE)) - } if i.CampaignTargetIDContains != nil { predicates = append(predicates, workflowinstance.CampaignTargetIDContains(*i.CampaignTargetIDContains)) } @@ -137347,18 +111607,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.IdentityHolderIDNotIn) > 0 { predicates = append(predicates, workflowinstance.IdentityHolderIDNotIn(i.IdentityHolderIDNotIn...)) } - if i.IdentityHolderIDGT != nil { - predicates = append(predicates, workflowinstance.IdentityHolderIDGT(*i.IdentityHolderIDGT)) - } - if i.IdentityHolderIDGTE != nil { - predicates = append(predicates, workflowinstance.IdentityHolderIDGTE(*i.IdentityHolderIDGTE)) - } - if i.IdentityHolderIDLT != nil { - predicates = append(predicates, workflowinstance.IdentityHolderIDLT(*i.IdentityHolderIDLT)) - } - if i.IdentityHolderIDLTE != nil { - predicates = append(predicates, workflowinstance.IdentityHolderIDLTE(*i.IdentityHolderIDLTE)) - } if i.IdentityHolderIDContains != nil { predicates = append(predicates, workflowinstance.IdentityHolderIDContains(*i.IdentityHolderIDContains)) } @@ -137392,18 +111640,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, workflowinstance.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, workflowinstance.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, workflowinstance.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, workflowinstance.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, workflowinstance.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, workflowinstance.PlatformIDContains(*i.PlatformIDContains)) } @@ -137437,18 +111673,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, workflowinstance.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, workflowinstance.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, workflowinstance.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, workflowinstance.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, workflowinstance.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, workflowinstance.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -137482,18 +111706,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.AssessmentResponseIDNotIn) > 0 { predicates = append(predicates, workflowinstance.AssessmentResponseIDNotIn(i.AssessmentResponseIDNotIn...)) } - if i.AssessmentResponseIDGT != nil { - predicates = append(predicates, workflowinstance.AssessmentResponseIDGT(*i.AssessmentResponseIDGT)) - } - if i.AssessmentResponseIDGTE != nil { - predicates = append(predicates, workflowinstance.AssessmentResponseIDGTE(*i.AssessmentResponseIDGTE)) - } - if i.AssessmentResponseIDLT != nil { - predicates = append(predicates, workflowinstance.AssessmentResponseIDLT(*i.AssessmentResponseIDLT)) - } - if i.AssessmentResponseIDLTE != nil { - predicates = append(predicates, workflowinstance.AssessmentResponseIDLTE(*i.AssessmentResponseIDLTE)) - } if i.AssessmentResponseIDContains != nil { predicates = append(predicates, workflowinstance.AssessmentResponseIDContains(*i.AssessmentResponseIDContains)) } @@ -137527,18 +111739,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.FindingIDNotIn) > 0 { predicates = append(predicates, workflowinstance.FindingIDNotIn(i.FindingIDNotIn...)) } - if i.FindingIDGT != nil { - predicates = append(predicates, workflowinstance.FindingIDGT(*i.FindingIDGT)) - } - if i.FindingIDGTE != nil { - predicates = append(predicates, workflowinstance.FindingIDGTE(*i.FindingIDGTE)) - } - if i.FindingIDLT != nil { - predicates = append(predicates, workflowinstance.FindingIDLT(*i.FindingIDLT)) - } - if i.FindingIDLTE != nil { - predicates = append(predicates, workflowinstance.FindingIDLTE(*i.FindingIDLTE)) - } if i.FindingIDContains != nil { predicates = append(predicates, workflowinstance.FindingIDContains(*i.FindingIDContains)) } @@ -137572,18 +111772,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, workflowinstance.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, workflowinstance.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, workflowinstance.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, workflowinstance.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, workflowinstance.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, workflowinstance.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -137617,18 +111805,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.RemediationIDNotIn) > 0 { predicates = append(predicates, workflowinstance.RemediationIDNotIn(i.RemediationIDNotIn...)) } - if i.RemediationIDGT != nil { - predicates = append(predicates, workflowinstance.RemediationIDGT(*i.RemediationIDGT)) - } - if i.RemediationIDGTE != nil { - predicates = append(predicates, workflowinstance.RemediationIDGTE(*i.RemediationIDGTE)) - } - if i.RemediationIDLT != nil { - predicates = append(predicates, workflowinstance.RemediationIDLT(*i.RemediationIDLT)) - } - if i.RemediationIDLTE != nil { - predicates = append(predicates, workflowinstance.RemediationIDLTE(*i.RemediationIDLTE)) - } if i.RemediationIDContains != nil { predicates = append(predicates, workflowinstance.RemediationIDContains(*i.RemediationIDContains)) } @@ -137662,18 +111838,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.RiskIDNotIn) > 0 { predicates = append(predicates, workflowinstance.RiskIDNotIn(i.RiskIDNotIn...)) } - if i.RiskIDGT != nil { - predicates = append(predicates, workflowinstance.RiskIDGT(*i.RiskIDGT)) - } - if i.RiskIDGTE != nil { - predicates = append(predicates, workflowinstance.RiskIDGTE(*i.RiskIDGTE)) - } - if i.RiskIDLT != nil { - predicates = append(predicates, workflowinstance.RiskIDLT(*i.RiskIDLT)) - } - if i.RiskIDLTE != nil { - predicates = append(predicates, workflowinstance.RiskIDLTE(*i.RiskIDLTE)) - } if i.RiskIDContains != nil { predicates = append(predicates, workflowinstance.RiskIDContains(*i.RiskIDContains)) } @@ -137707,18 +111871,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.TaskIDNotIn) > 0 { predicates = append(predicates, workflowinstance.TaskIDNotIn(i.TaskIDNotIn...)) } - if i.TaskIDGT != nil { - predicates = append(predicates, workflowinstance.TaskIDGT(*i.TaskIDGT)) - } - if i.TaskIDGTE != nil { - predicates = append(predicates, workflowinstance.TaskIDGTE(*i.TaskIDGTE)) - } - if i.TaskIDLT != nil { - predicates = append(predicates, workflowinstance.TaskIDLT(*i.TaskIDLT)) - } - if i.TaskIDLTE != nil { - predicates = append(predicates, workflowinstance.TaskIDLTE(*i.TaskIDLTE)) - } if i.TaskIDContains != nil { predicates = append(predicates, workflowinstance.TaskIDContains(*i.TaskIDContains)) } @@ -137752,18 +111904,6 @@ func (i *WorkflowInstanceWhereInput) P() (predicate.WorkflowInstance, error) { if len(i.VulnerabilityIDNotIn) > 0 { predicates = append(predicates, workflowinstance.VulnerabilityIDNotIn(i.VulnerabilityIDNotIn...)) } - if i.VulnerabilityIDGT != nil { - predicates = append(predicates, workflowinstance.VulnerabilityIDGT(*i.VulnerabilityIDGT)) - } - if i.VulnerabilityIDGTE != nil { - predicates = append(predicates, workflowinstance.VulnerabilityIDGTE(*i.VulnerabilityIDGTE)) - } - if i.VulnerabilityIDLT != nil { - predicates = append(predicates, workflowinstance.VulnerabilityIDLT(*i.VulnerabilityIDLT)) - } - if i.VulnerabilityIDLTE != nil { - predicates = append(predicates, workflowinstance.VulnerabilityIDLTE(*i.VulnerabilityIDLTE)) - } if i.VulnerabilityIDContains != nil { predicates = append(predicates, workflowinstance.VulnerabilityIDContains(*i.VulnerabilityIDContains)) } @@ -138270,46 +112410,32 @@ type WorkflowObjectRefWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -138323,10 +112449,6 @@ type WorkflowObjectRefWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -138340,10 +112462,6 @@ type WorkflowObjectRefWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -138357,10 +112475,6 @@ type WorkflowObjectRefWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -138372,10 +112486,6 @@ type WorkflowObjectRefWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -138389,10 +112499,6 @@ type WorkflowObjectRefWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -138404,10 +112510,6 @@ type WorkflowObjectRefWhereInput struct { ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -138421,10 +112523,6 @@ type WorkflowObjectRefWhereInput struct { TaskIDNEQ *string `json:"taskIDNEQ,omitempty"` TaskIDIn []string `json:"taskIDIn,omitempty"` TaskIDNotIn []string `json:"taskIDNotIn,omitempty"` - TaskIDGT *string `json:"taskIDGT,omitempty"` - TaskIDGTE *string `json:"taskIDGTE,omitempty"` - TaskIDLT *string `json:"taskIDLT,omitempty"` - TaskIDLTE *string `json:"taskIDLTE,omitempty"` TaskIDContains *string `json:"taskIDContains,omitempty"` TaskIDHasPrefix *string `json:"taskIDHasPrefix,omitempty"` TaskIDHasSuffix *string `json:"taskIDHasSuffix,omitempty"` @@ -138438,10 +112536,6 @@ type WorkflowObjectRefWhereInput struct { InternalPolicyIDNEQ *string `json:"internalPolicyIDNEQ,omitempty"` InternalPolicyIDIn []string `json:"internalPolicyIDIn,omitempty"` InternalPolicyIDNotIn []string `json:"internalPolicyIDNotIn,omitempty"` - InternalPolicyIDGT *string `json:"internalPolicyIDGT,omitempty"` - InternalPolicyIDGTE *string `json:"internalPolicyIDGTE,omitempty"` - InternalPolicyIDLT *string `json:"internalPolicyIDLT,omitempty"` - InternalPolicyIDLTE *string `json:"internalPolicyIDLTE,omitempty"` InternalPolicyIDContains *string `json:"internalPolicyIDContains,omitempty"` InternalPolicyIDHasPrefix *string `json:"internalPolicyIDHasPrefix,omitempty"` InternalPolicyIDHasSuffix *string `json:"internalPolicyIDHasSuffix,omitempty"` @@ -138455,10 +112549,6 @@ type WorkflowObjectRefWhereInput struct { FindingIDNEQ *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIDGT *string `json:"findingIDGT,omitempty"` - FindingIDGTE *string `json:"findingIDGTE,omitempty"` - FindingIDLT *string `json:"findingIDLT,omitempty"` - FindingIDLTE *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -138472,10 +112562,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryAccountIDNEQ *string `json:"directoryAccountIDNEQ,omitempty"` DirectoryAccountIDIn []string `json:"directoryAccountIDIn,omitempty"` DirectoryAccountIDNotIn []string `json:"directoryAccountIDNotIn,omitempty"` - DirectoryAccountIDGT *string `json:"directoryAccountIDGT,omitempty"` - DirectoryAccountIDGTE *string `json:"directoryAccountIDGTE,omitempty"` - DirectoryAccountIDLT *string `json:"directoryAccountIDLT,omitempty"` - DirectoryAccountIDLTE *string `json:"directoryAccountIDLTE,omitempty"` DirectoryAccountIDContains *string `json:"directoryAccountIDContains,omitempty"` DirectoryAccountIDHasPrefix *string `json:"directoryAccountIDHasPrefix,omitempty"` DirectoryAccountIDHasSuffix *string `json:"directoryAccountIDHasSuffix,omitempty"` @@ -138489,10 +112575,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryGroupIDNEQ *string `json:"directoryGroupIDNEQ,omitempty"` DirectoryGroupIDIn []string `json:"directoryGroupIDIn,omitempty"` DirectoryGroupIDNotIn []string `json:"directoryGroupIDNotIn,omitempty"` - DirectoryGroupIDGT *string `json:"directoryGroupIDGT,omitempty"` - DirectoryGroupIDGTE *string `json:"directoryGroupIDGTE,omitempty"` - DirectoryGroupIDLT *string `json:"directoryGroupIDLT,omitempty"` - DirectoryGroupIDLTE *string `json:"directoryGroupIDLTE,omitempty"` DirectoryGroupIDContains *string `json:"directoryGroupIDContains,omitempty"` DirectoryGroupIDHasPrefix *string `json:"directoryGroupIDHasPrefix,omitempty"` DirectoryGroupIDHasSuffix *string `json:"directoryGroupIDHasSuffix,omitempty"` @@ -138506,10 +112588,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryMembershipIDNEQ *string `json:"directoryMembershipIDNEQ,omitempty"` DirectoryMembershipIDIn []string `json:"directoryMembershipIDIn,omitempty"` DirectoryMembershipIDNotIn []string `json:"directoryMembershipIDNotIn,omitempty"` - DirectoryMembershipIDGT *string `json:"directoryMembershipIDGT,omitempty"` - DirectoryMembershipIDGTE *string `json:"directoryMembershipIDGTE,omitempty"` - DirectoryMembershipIDLT *string `json:"directoryMembershipIDLT,omitempty"` - DirectoryMembershipIDLTE *string `json:"directoryMembershipIDLTE,omitempty"` DirectoryMembershipIDContains *string `json:"directoryMembershipIDContains,omitempty"` DirectoryMembershipIDHasPrefix *string `json:"directoryMembershipIDHasPrefix,omitempty"` DirectoryMembershipIDHasSuffix *string `json:"directoryMembershipIDHasSuffix,omitempty"` @@ -138523,10 +112601,6 @@ type WorkflowObjectRefWhereInput struct { EvidenceIDNEQ *string `json:"evidenceIDNEQ,omitempty"` EvidenceIDIn []string `json:"evidenceIDIn,omitempty"` EvidenceIDNotIn []string `json:"evidenceIDNotIn,omitempty"` - EvidenceIDGT *string `json:"evidenceIDGT,omitempty"` - EvidenceIDGTE *string `json:"evidenceIDGTE,omitempty"` - EvidenceIDLT *string `json:"evidenceIDLT,omitempty"` - EvidenceIDLTE *string `json:"evidenceIDLTE,omitempty"` EvidenceIDContains *string `json:"evidenceIDContains,omitempty"` EvidenceIDHasPrefix *string `json:"evidenceIDHasPrefix,omitempty"` EvidenceIDHasSuffix *string `json:"evidenceIDHasSuffix,omitempty"` @@ -138540,10 +112614,6 @@ type WorkflowObjectRefWhereInput struct { SubcontrolIDNEQ *string `json:"subcontrolIDNEQ,omitempty"` SubcontrolIDIn []string `json:"subcontrolIDIn,omitempty"` SubcontrolIDNotIn []string `json:"subcontrolIDNotIn,omitempty"` - SubcontrolIDGT *string `json:"subcontrolIDGT,omitempty"` - SubcontrolIDGTE *string `json:"subcontrolIDGTE,omitempty"` - SubcontrolIDLT *string `json:"subcontrolIDLT,omitempty"` - SubcontrolIDLTE *string `json:"subcontrolIDLTE,omitempty"` SubcontrolIDContains *string `json:"subcontrolIDContains,omitempty"` SubcontrolIDHasPrefix *string `json:"subcontrolIDHasPrefix,omitempty"` SubcontrolIDHasSuffix *string `json:"subcontrolIDHasSuffix,omitempty"` @@ -138557,10 +112627,6 @@ type WorkflowObjectRefWhereInput struct { ActionPlanIDNEQ *string `json:"actionPlanIDNEQ,omitempty"` ActionPlanIDIn []string `json:"actionPlanIDIn,omitempty"` ActionPlanIDNotIn []string `json:"actionPlanIDNotIn,omitempty"` - ActionPlanIDGT *string `json:"actionPlanIDGT,omitempty"` - ActionPlanIDGTE *string `json:"actionPlanIDGTE,omitempty"` - ActionPlanIDLT *string `json:"actionPlanIDLT,omitempty"` - ActionPlanIDLTE *string `json:"actionPlanIDLTE,omitempty"` ActionPlanIDContains *string `json:"actionPlanIDContains,omitempty"` ActionPlanIDHasPrefix *string `json:"actionPlanIDHasPrefix,omitempty"` ActionPlanIDHasSuffix *string `json:"actionPlanIDHasSuffix,omitempty"` @@ -138574,10 +112640,6 @@ type WorkflowObjectRefWhereInput struct { ProcedureIDNEQ *string `json:"procedureIDNEQ,omitempty"` ProcedureIDIn []string `json:"procedureIDIn,omitempty"` ProcedureIDNotIn []string `json:"procedureIDNotIn,omitempty"` - ProcedureIDGT *string `json:"procedureIDGT,omitempty"` - ProcedureIDGTE *string `json:"procedureIDGTE,omitempty"` - ProcedureIDLT *string `json:"procedureIDLT,omitempty"` - ProcedureIDLTE *string `json:"procedureIDLTE,omitempty"` ProcedureIDContains *string `json:"procedureIDContains,omitempty"` ProcedureIDHasPrefix *string `json:"procedureIDHasPrefix,omitempty"` ProcedureIDHasSuffix *string `json:"procedureIDHasSuffix,omitempty"` @@ -138591,10 +112653,6 @@ type WorkflowObjectRefWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -138608,10 +112666,6 @@ type WorkflowObjectRefWhereInput struct { CampaignTargetIDNEQ *string `json:"campaignTargetIDNEQ,omitempty"` CampaignTargetIDIn []string `json:"campaignTargetIDIn,omitempty"` CampaignTargetIDNotIn []string `json:"campaignTargetIDNotIn,omitempty"` - CampaignTargetIDGT *string `json:"campaignTargetIDGT,omitempty"` - CampaignTargetIDGTE *string `json:"campaignTargetIDGTE,omitempty"` - CampaignTargetIDLT *string `json:"campaignTargetIDLT,omitempty"` - CampaignTargetIDLTE *string `json:"campaignTargetIDLTE,omitempty"` CampaignTargetIDContains *string `json:"campaignTargetIDContains,omitempty"` CampaignTargetIDHasPrefix *string `json:"campaignTargetIDHasPrefix,omitempty"` CampaignTargetIDHasSuffix *string `json:"campaignTargetIDHasSuffix,omitempty"` @@ -138625,10 +112679,6 @@ type WorkflowObjectRefWhereInput struct { IdentityHolderIDNEQ *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIDGT *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIDGTE *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIDLT *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIDLTE *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -138642,10 +112692,6 @@ type WorkflowObjectRefWhereInput struct { PlatformIDNEQ *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIDGT *string `json:"platformIDGT,omitempty"` - PlatformIDGTE *string `json:"platformIDGTE,omitempty"` - PlatformIDLT *string `json:"platformIDLT,omitempty"` - PlatformIDLTE *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -138659,10 +112705,6 @@ type WorkflowObjectRefWhereInput struct { VulnerabilityIDNEQ *string `json:"vulnerabilityIDNEQ,omitempty"` VulnerabilityIDIn []string `json:"vulnerabilityIDIn,omitempty"` VulnerabilityIDNotIn []string `json:"vulnerabilityIDNotIn,omitempty"` - VulnerabilityIDGT *string `json:"vulnerabilityIDGT,omitempty"` - VulnerabilityIDGTE *string `json:"vulnerabilityIDGTE,omitempty"` - VulnerabilityIDLT *string `json:"vulnerabilityIDLT,omitempty"` - VulnerabilityIDLTE *string `json:"vulnerabilityIDLTE,omitempty"` VulnerabilityIDContains *string `json:"vulnerabilityIDContains,omitempty"` VulnerabilityIDHasPrefix *string `json:"vulnerabilityIDHasPrefix,omitempty"` VulnerabilityIDHasSuffix *string `json:"vulnerabilityIDHasSuffix,omitempty"` @@ -138676,10 +112718,6 @@ type WorkflowObjectRefWhereInput struct { RiskIDNEQ *string `json:"riskIDNEQ,omitempty"` RiskIDIn []string `json:"riskIDIn,omitempty"` RiskIDNotIn []string `json:"riskIDNotIn,omitempty"` - RiskIDGT *string `json:"riskIDGT,omitempty"` - RiskIDGTE *string `json:"riskIDGTE,omitempty"` - RiskIDLT *string `json:"riskIDLT,omitempty"` - RiskIDLTE *string `json:"riskIDLTE,omitempty"` RiskIDContains *string `json:"riskIDContains,omitempty"` RiskIDHasPrefix *string `json:"riskIDHasPrefix,omitempty"` RiskIDHasSuffix *string `json:"riskIDHasSuffix,omitempty"` @@ -138693,10 +112731,6 @@ type WorkflowObjectRefWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -138710,10 +112744,6 @@ type WorkflowObjectRefWhereInput struct { AssessmentResponseIDNEQ *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIDGT *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIDGTE *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIDLT *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIDLTE *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -138727,10 +112757,6 @@ type WorkflowObjectRefWhereInput struct { RemediationIDNEQ *string `json:"remediationIDNEQ,omitempty"` RemediationIDIn []string `json:"remediationIDIn,omitempty"` RemediationIDNotIn []string `json:"remediationIDNotIn,omitempty"` - RemediationIDGT *string `json:"remediationIDGT,omitempty"` - RemediationIDGTE *string `json:"remediationIDGTE,omitempty"` - RemediationIDLT *string `json:"remediationIDLT,omitempty"` - RemediationIDLTE *string `json:"remediationIDLTE,omitempty"` RemediationIDContains *string `json:"remediationIDContains,omitempty"` RemediationIDHasPrefix *string `json:"remediationIDHasPrefix,omitempty"` RemediationIDHasSuffix *string `json:"remediationIDHasSuffix,omitempty"` @@ -138911,18 +112937,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowobjectref.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowobjectref.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowobjectref.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowobjectref.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowobjectref.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowobjectref.IDEqualFold(*i.IDEqualFold)) } @@ -138932,15 +112946,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if i.CreatedAt != nil { predicates = append(predicates, workflowobjectref.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowobjectref.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowobjectref.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowobjectref.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowobjectref.CreatedAtGT(*i.CreatedAtGT)) } @@ -138962,15 +112967,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if i.UpdatedAt != nil { predicates = append(predicates, workflowobjectref.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowobjectref.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowobjectref.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowobjectref.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowobjectref.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -139001,18 +112997,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowobjectref.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowobjectref.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowobjectref.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowobjectref.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowobjectref.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowobjectref.CreatedByContains(*i.CreatedByContains)) } @@ -139046,18 +113030,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowobjectref.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowobjectref.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowobjectref.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowobjectref.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowobjectref.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowobjectref.UpdatedByContains(*i.UpdatedByContains)) } @@ -139091,18 +113063,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowobjectref.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -139136,18 +113096,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowobjectref.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowobjectref.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowobjectref.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowobjectref.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowobjectref.DisplayIDContains(*i.DisplayIDContains)) } @@ -139175,18 +113123,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowobjectref.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowobjectref.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowobjectref.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowobjectref.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowobjectref.OwnerIDContains(*i.OwnerIDContains)) } @@ -139220,18 +113156,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, workflowobjectref.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, workflowobjectref.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, workflowobjectref.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, workflowobjectref.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, workflowobjectref.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -139259,18 +113183,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, workflowobjectref.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, workflowobjectref.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, workflowobjectref.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, workflowobjectref.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, workflowobjectref.ControlIDContains(*i.ControlIDContains)) } @@ -139304,18 +113216,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.TaskIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.TaskIDNotIn(i.TaskIDNotIn...)) } - if i.TaskIDGT != nil { - predicates = append(predicates, workflowobjectref.TaskIDGT(*i.TaskIDGT)) - } - if i.TaskIDGTE != nil { - predicates = append(predicates, workflowobjectref.TaskIDGTE(*i.TaskIDGTE)) - } - if i.TaskIDLT != nil { - predicates = append(predicates, workflowobjectref.TaskIDLT(*i.TaskIDLT)) - } - if i.TaskIDLTE != nil { - predicates = append(predicates, workflowobjectref.TaskIDLTE(*i.TaskIDLTE)) - } if i.TaskIDContains != nil { predicates = append(predicates, workflowobjectref.TaskIDContains(*i.TaskIDContains)) } @@ -139349,18 +113249,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.InternalPolicyIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.InternalPolicyIDNotIn(i.InternalPolicyIDNotIn...)) } - if i.InternalPolicyIDGT != nil { - predicates = append(predicates, workflowobjectref.InternalPolicyIDGT(*i.InternalPolicyIDGT)) - } - if i.InternalPolicyIDGTE != nil { - predicates = append(predicates, workflowobjectref.InternalPolicyIDGTE(*i.InternalPolicyIDGTE)) - } - if i.InternalPolicyIDLT != nil { - predicates = append(predicates, workflowobjectref.InternalPolicyIDLT(*i.InternalPolicyIDLT)) - } - if i.InternalPolicyIDLTE != nil { - predicates = append(predicates, workflowobjectref.InternalPolicyIDLTE(*i.InternalPolicyIDLTE)) - } if i.InternalPolicyIDContains != nil { predicates = append(predicates, workflowobjectref.InternalPolicyIDContains(*i.InternalPolicyIDContains)) } @@ -139394,18 +113282,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.FindingIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.FindingIDNotIn(i.FindingIDNotIn...)) } - if i.FindingIDGT != nil { - predicates = append(predicates, workflowobjectref.FindingIDGT(*i.FindingIDGT)) - } - if i.FindingIDGTE != nil { - predicates = append(predicates, workflowobjectref.FindingIDGTE(*i.FindingIDGTE)) - } - if i.FindingIDLT != nil { - predicates = append(predicates, workflowobjectref.FindingIDLT(*i.FindingIDLT)) - } - if i.FindingIDLTE != nil { - predicates = append(predicates, workflowobjectref.FindingIDLTE(*i.FindingIDLTE)) - } if i.FindingIDContains != nil { predicates = append(predicates, workflowobjectref.FindingIDContains(*i.FindingIDContains)) } @@ -139439,18 +113315,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.DirectoryAccountIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.DirectoryAccountIDNotIn(i.DirectoryAccountIDNotIn...)) } - if i.DirectoryAccountIDGT != nil { - predicates = append(predicates, workflowobjectref.DirectoryAccountIDGT(*i.DirectoryAccountIDGT)) - } - if i.DirectoryAccountIDGTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryAccountIDGTE(*i.DirectoryAccountIDGTE)) - } - if i.DirectoryAccountIDLT != nil { - predicates = append(predicates, workflowobjectref.DirectoryAccountIDLT(*i.DirectoryAccountIDLT)) - } - if i.DirectoryAccountIDLTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryAccountIDLTE(*i.DirectoryAccountIDLTE)) - } if i.DirectoryAccountIDContains != nil { predicates = append(predicates, workflowobjectref.DirectoryAccountIDContains(*i.DirectoryAccountIDContains)) } @@ -139484,18 +113348,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.DirectoryGroupIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.DirectoryGroupIDNotIn(i.DirectoryGroupIDNotIn...)) } - if i.DirectoryGroupIDGT != nil { - predicates = append(predicates, workflowobjectref.DirectoryGroupIDGT(*i.DirectoryGroupIDGT)) - } - if i.DirectoryGroupIDGTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryGroupIDGTE(*i.DirectoryGroupIDGTE)) - } - if i.DirectoryGroupIDLT != nil { - predicates = append(predicates, workflowobjectref.DirectoryGroupIDLT(*i.DirectoryGroupIDLT)) - } - if i.DirectoryGroupIDLTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryGroupIDLTE(*i.DirectoryGroupIDLTE)) - } if i.DirectoryGroupIDContains != nil { predicates = append(predicates, workflowobjectref.DirectoryGroupIDContains(*i.DirectoryGroupIDContains)) } @@ -139529,18 +113381,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.DirectoryMembershipIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.DirectoryMembershipIDNotIn(i.DirectoryMembershipIDNotIn...)) } - if i.DirectoryMembershipIDGT != nil { - predicates = append(predicates, workflowobjectref.DirectoryMembershipIDGT(*i.DirectoryMembershipIDGT)) - } - if i.DirectoryMembershipIDGTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryMembershipIDGTE(*i.DirectoryMembershipIDGTE)) - } - if i.DirectoryMembershipIDLT != nil { - predicates = append(predicates, workflowobjectref.DirectoryMembershipIDLT(*i.DirectoryMembershipIDLT)) - } - if i.DirectoryMembershipIDLTE != nil { - predicates = append(predicates, workflowobjectref.DirectoryMembershipIDLTE(*i.DirectoryMembershipIDLTE)) - } if i.DirectoryMembershipIDContains != nil { predicates = append(predicates, workflowobjectref.DirectoryMembershipIDContains(*i.DirectoryMembershipIDContains)) } @@ -139574,18 +113414,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.EvidenceIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.EvidenceIDNotIn(i.EvidenceIDNotIn...)) } - if i.EvidenceIDGT != nil { - predicates = append(predicates, workflowobjectref.EvidenceIDGT(*i.EvidenceIDGT)) - } - if i.EvidenceIDGTE != nil { - predicates = append(predicates, workflowobjectref.EvidenceIDGTE(*i.EvidenceIDGTE)) - } - if i.EvidenceIDLT != nil { - predicates = append(predicates, workflowobjectref.EvidenceIDLT(*i.EvidenceIDLT)) - } - if i.EvidenceIDLTE != nil { - predicates = append(predicates, workflowobjectref.EvidenceIDLTE(*i.EvidenceIDLTE)) - } if i.EvidenceIDContains != nil { predicates = append(predicates, workflowobjectref.EvidenceIDContains(*i.EvidenceIDContains)) } @@ -139619,18 +113447,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.SubcontrolIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.SubcontrolIDNotIn(i.SubcontrolIDNotIn...)) } - if i.SubcontrolIDGT != nil { - predicates = append(predicates, workflowobjectref.SubcontrolIDGT(*i.SubcontrolIDGT)) - } - if i.SubcontrolIDGTE != nil { - predicates = append(predicates, workflowobjectref.SubcontrolIDGTE(*i.SubcontrolIDGTE)) - } - if i.SubcontrolIDLT != nil { - predicates = append(predicates, workflowobjectref.SubcontrolIDLT(*i.SubcontrolIDLT)) - } - if i.SubcontrolIDLTE != nil { - predicates = append(predicates, workflowobjectref.SubcontrolIDLTE(*i.SubcontrolIDLTE)) - } if i.SubcontrolIDContains != nil { predicates = append(predicates, workflowobjectref.SubcontrolIDContains(*i.SubcontrolIDContains)) } @@ -139664,18 +113480,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.ActionPlanIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.ActionPlanIDNotIn(i.ActionPlanIDNotIn...)) } - if i.ActionPlanIDGT != nil { - predicates = append(predicates, workflowobjectref.ActionPlanIDGT(*i.ActionPlanIDGT)) - } - if i.ActionPlanIDGTE != nil { - predicates = append(predicates, workflowobjectref.ActionPlanIDGTE(*i.ActionPlanIDGTE)) - } - if i.ActionPlanIDLT != nil { - predicates = append(predicates, workflowobjectref.ActionPlanIDLT(*i.ActionPlanIDLT)) - } - if i.ActionPlanIDLTE != nil { - predicates = append(predicates, workflowobjectref.ActionPlanIDLTE(*i.ActionPlanIDLTE)) - } if i.ActionPlanIDContains != nil { predicates = append(predicates, workflowobjectref.ActionPlanIDContains(*i.ActionPlanIDContains)) } @@ -139709,18 +113513,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.ProcedureIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.ProcedureIDNotIn(i.ProcedureIDNotIn...)) } - if i.ProcedureIDGT != nil { - predicates = append(predicates, workflowobjectref.ProcedureIDGT(*i.ProcedureIDGT)) - } - if i.ProcedureIDGTE != nil { - predicates = append(predicates, workflowobjectref.ProcedureIDGTE(*i.ProcedureIDGTE)) - } - if i.ProcedureIDLT != nil { - predicates = append(predicates, workflowobjectref.ProcedureIDLT(*i.ProcedureIDLT)) - } - if i.ProcedureIDLTE != nil { - predicates = append(predicates, workflowobjectref.ProcedureIDLTE(*i.ProcedureIDLTE)) - } if i.ProcedureIDContains != nil { predicates = append(predicates, workflowobjectref.ProcedureIDContains(*i.ProcedureIDContains)) } @@ -139754,18 +113546,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, workflowobjectref.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, workflowobjectref.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, workflowobjectref.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, workflowobjectref.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, workflowobjectref.CampaignIDContains(*i.CampaignIDContains)) } @@ -139799,18 +113579,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.CampaignTargetIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.CampaignTargetIDNotIn(i.CampaignTargetIDNotIn...)) } - if i.CampaignTargetIDGT != nil { - predicates = append(predicates, workflowobjectref.CampaignTargetIDGT(*i.CampaignTargetIDGT)) - } - if i.CampaignTargetIDGTE != nil { - predicates = append(predicates, workflowobjectref.CampaignTargetIDGTE(*i.CampaignTargetIDGTE)) - } - if i.CampaignTargetIDLT != nil { - predicates = append(predicates, workflowobjectref.CampaignTargetIDLT(*i.CampaignTargetIDLT)) - } - if i.CampaignTargetIDLTE != nil { - predicates = append(predicates, workflowobjectref.CampaignTargetIDLTE(*i.CampaignTargetIDLTE)) - } if i.CampaignTargetIDContains != nil { predicates = append(predicates, workflowobjectref.CampaignTargetIDContains(*i.CampaignTargetIDContains)) } @@ -139844,18 +113612,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.IdentityHolderIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.IdentityHolderIDNotIn(i.IdentityHolderIDNotIn...)) } - if i.IdentityHolderIDGT != nil { - predicates = append(predicates, workflowobjectref.IdentityHolderIDGT(*i.IdentityHolderIDGT)) - } - if i.IdentityHolderIDGTE != nil { - predicates = append(predicates, workflowobjectref.IdentityHolderIDGTE(*i.IdentityHolderIDGTE)) - } - if i.IdentityHolderIDLT != nil { - predicates = append(predicates, workflowobjectref.IdentityHolderIDLT(*i.IdentityHolderIDLT)) - } - if i.IdentityHolderIDLTE != nil { - predicates = append(predicates, workflowobjectref.IdentityHolderIDLTE(*i.IdentityHolderIDLTE)) - } if i.IdentityHolderIDContains != nil { predicates = append(predicates, workflowobjectref.IdentityHolderIDContains(*i.IdentityHolderIDContains)) } @@ -139889,18 +113645,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.PlatformIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.PlatformIDNotIn(i.PlatformIDNotIn...)) } - if i.PlatformIDGT != nil { - predicates = append(predicates, workflowobjectref.PlatformIDGT(*i.PlatformIDGT)) - } - if i.PlatformIDGTE != nil { - predicates = append(predicates, workflowobjectref.PlatformIDGTE(*i.PlatformIDGTE)) - } - if i.PlatformIDLT != nil { - predicates = append(predicates, workflowobjectref.PlatformIDLT(*i.PlatformIDLT)) - } - if i.PlatformIDLTE != nil { - predicates = append(predicates, workflowobjectref.PlatformIDLTE(*i.PlatformIDLTE)) - } if i.PlatformIDContains != nil { predicates = append(predicates, workflowobjectref.PlatformIDContains(*i.PlatformIDContains)) } @@ -139934,18 +113678,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.VulnerabilityIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.VulnerabilityIDNotIn(i.VulnerabilityIDNotIn...)) } - if i.VulnerabilityIDGT != nil { - predicates = append(predicates, workflowobjectref.VulnerabilityIDGT(*i.VulnerabilityIDGT)) - } - if i.VulnerabilityIDGTE != nil { - predicates = append(predicates, workflowobjectref.VulnerabilityIDGTE(*i.VulnerabilityIDGTE)) - } - if i.VulnerabilityIDLT != nil { - predicates = append(predicates, workflowobjectref.VulnerabilityIDLT(*i.VulnerabilityIDLT)) - } - if i.VulnerabilityIDLTE != nil { - predicates = append(predicates, workflowobjectref.VulnerabilityIDLTE(*i.VulnerabilityIDLTE)) - } if i.VulnerabilityIDContains != nil { predicates = append(predicates, workflowobjectref.VulnerabilityIDContains(*i.VulnerabilityIDContains)) } @@ -139979,18 +113711,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.RiskIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.RiskIDNotIn(i.RiskIDNotIn...)) } - if i.RiskIDGT != nil { - predicates = append(predicates, workflowobjectref.RiskIDGT(*i.RiskIDGT)) - } - if i.RiskIDGTE != nil { - predicates = append(predicates, workflowobjectref.RiskIDGTE(*i.RiskIDGTE)) - } - if i.RiskIDLT != nil { - predicates = append(predicates, workflowobjectref.RiskIDLT(*i.RiskIDLT)) - } - if i.RiskIDLTE != nil { - predicates = append(predicates, workflowobjectref.RiskIDLTE(*i.RiskIDLTE)) - } if i.RiskIDContains != nil { predicates = append(predicates, workflowobjectref.RiskIDContains(*i.RiskIDContains)) } @@ -140024,18 +113744,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, workflowobjectref.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, workflowobjectref.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, workflowobjectref.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, workflowobjectref.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, workflowobjectref.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -140069,18 +113777,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.AssessmentResponseIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.AssessmentResponseIDNotIn(i.AssessmentResponseIDNotIn...)) } - if i.AssessmentResponseIDGT != nil { - predicates = append(predicates, workflowobjectref.AssessmentResponseIDGT(*i.AssessmentResponseIDGT)) - } - if i.AssessmentResponseIDGTE != nil { - predicates = append(predicates, workflowobjectref.AssessmentResponseIDGTE(*i.AssessmentResponseIDGTE)) - } - if i.AssessmentResponseIDLT != nil { - predicates = append(predicates, workflowobjectref.AssessmentResponseIDLT(*i.AssessmentResponseIDLT)) - } - if i.AssessmentResponseIDLTE != nil { - predicates = append(predicates, workflowobjectref.AssessmentResponseIDLTE(*i.AssessmentResponseIDLTE)) - } if i.AssessmentResponseIDContains != nil { predicates = append(predicates, workflowobjectref.AssessmentResponseIDContains(*i.AssessmentResponseIDContains)) } @@ -140114,18 +113810,6 @@ func (i *WorkflowObjectRefWhereInput) P() (predicate.WorkflowObjectRef, error) { if len(i.RemediationIDNotIn) > 0 { predicates = append(predicates, workflowobjectref.RemediationIDNotIn(i.RemediationIDNotIn...)) } - if i.RemediationIDGT != nil { - predicates = append(predicates, workflowobjectref.RemediationIDGT(*i.RemediationIDGT)) - } - if i.RemediationIDGTE != nil { - predicates = append(predicates, workflowobjectref.RemediationIDGTE(*i.RemediationIDGTE)) - } - if i.RemediationIDLT != nil { - predicates = append(predicates, workflowobjectref.RemediationIDLT(*i.RemediationIDLT)) - } - if i.RemediationIDLTE != nil { - predicates = append(predicates, workflowobjectref.RemediationIDLTE(*i.RemediationIDLTE)) - } if i.RemediationIDContains != nil { predicates = append(predicates, workflowobjectref.RemediationIDContains(*i.RemediationIDContains)) } diff --git a/internal/ent/generated/group/where.go b/internal/ent/generated/group/where.go index 23d9d4deb1..0b6c5cbda7 100644 --- a/internal/ent/generated/group/where.go +++ b/internal/ent/generated/group/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1639,9 +1637,6 @@ func HasOwner() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1650,9 +1645,6 @@ func HasOwner() predicate.Group { func HasOwnerWith(preds ...predicate.Organization) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1668,9 +1660,6 @@ func HasProgramEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramEditorsTable, ProgramEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1679,9 +1668,6 @@ func HasProgramEditors() predicate.Group { func HasProgramEditorsWith(preds ...predicate.Program) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newProgramEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1697,9 +1683,6 @@ func HasProgramBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramBlockedGroupsTable, ProgramBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1708,9 +1691,6 @@ func HasProgramBlockedGroups() predicate.Group { func HasProgramBlockedGroupsWith(preds ...predicate.Program) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newProgramBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1726,9 +1706,6 @@ func HasProgramViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramViewersTable, ProgramViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1737,9 +1714,6 @@ func HasProgramViewers() predicate.Group { func HasProgramViewersWith(preds ...predicate.Program) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newProgramViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1755,9 +1729,6 @@ func HasRiskEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RiskEditorsTable, RiskEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1766,9 +1737,6 @@ func HasRiskEditors() predicate.Group { func HasRiskEditorsWith(preds ...predicate.Risk) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newRiskEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1784,9 +1752,6 @@ func HasRiskBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RiskBlockedGroupsTable, RiskBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1795,9 +1760,6 @@ func HasRiskBlockedGroups() predicate.Group { func HasRiskBlockedGroupsWith(preds ...predicate.Risk) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newRiskBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1813,9 +1775,6 @@ func HasRiskViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RiskViewersTable, RiskViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1824,9 +1783,6 @@ func HasRiskViewers() predicate.Group { func HasRiskViewersWith(preds ...predicate.Risk) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newRiskViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1842,9 +1798,6 @@ func HasControlObjectiveEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlObjectiveEditorsTable, ControlObjectiveEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1853,9 +1806,6 @@ func HasControlObjectiveEditors() predicate.Group { func HasControlObjectiveEditorsWith(preds ...predicate.ControlObjective) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlObjectiveEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1871,9 +1821,6 @@ func HasControlObjectiveBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlObjectiveBlockedGroupsTable, ControlObjectiveBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1882,9 +1829,6 @@ func HasControlObjectiveBlockedGroups() predicate.Group { func HasControlObjectiveBlockedGroupsWith(preds ...predicate.ControlObjective) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlObjectiveBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1900,9 +1844,6 @@ func HasControlObjectiveViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlObjectiveViewersTable, ControlObjectiveViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1911,9 +1852,6 @@ func HasControlObjectiveViewers() predicate.Group { func HasControlObjectiveViewersWith(preds ...predicate.ControlObjective) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlObjectiveViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1929,9 +1867,6 @@ func HasNarrativeEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, NarrativeEditorsTable, NarrativeEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1940,9 +1875,6 @@ func HasNarrativeEditors() predicate.Group { func HasNarrativeEditorsWith(preds ...predicate.Narrative) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newNarrativeEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1958,9 +1890,6 @@ func HasNarrativeBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, NarrativeBlockedGroupsTable, NarrativeBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1969,9 +1898,6 @@ func HasNarrativeBlockedGroups() predicate.Group { func HasNarrativeBlockedGroupsWith(preds ...predicate.Narrative) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newNarrativeBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1987,9 +1913,6 @@ func HasNarrativeViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, NarrativeViewersTable, NarrativeViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1998,9 +1921,6 @@ func HasNarrativeViewers() predicate.Group { func HasNarrativeViewersWith(preds ...predicate.Narrative) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newNarrativeViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2016,9 +1936,6 @@ func HasControlImplementationEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlImplementationEditorsTable, ControlImplementationEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2027,9 +1944,6 @@ func HasControlImplementationEditors() predicate.Group { func HasControlImplementationEditorsWith(preds ...predicate.ControlImplementation) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlImplementationEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2045,9 +1959,6 @@ func HasControlImplementationBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlImplementationBlockedGroupsTable, ControlImplementationBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2056,9 +1967,6 @@ func HasControlImplementationBlockedGroups() predicate.Group { func HasControlImplementationBlockedGroupsWith(preds ...predicate.ControlImplementation) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlImplementationBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2074,9 +1982,6 @@ func HasControlImplementationViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlImplementationViewersTable, ControlImplementationViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2085,9 +1990,6 @@ func HasControlImplementationViewers() predicate.Group { func HasControlImplementationViewersWith(preds ...predicate.ControlImplementation) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlImplementationViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2103,9 +2005,6 @@ func HasActionPlanEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ActionPlanEditorsTable, ActionPlanEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2114,9 +2013,6 @@ func HasActionPlanEditors() predicate.Group { func HasActionPlanEditorsWith(preds ...predicate.ActionPlan) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newActionPlanEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2132,9 +2028,6 @@ func HasActionPlanBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ActionPlanBlockedGroupsTable, ActionPlanBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2143,9 +2036,6 @@ func HasActionPlanBlockedGroups() predicate.Group { func HasActionPlanBlockedGroupsWith(preds ...predicate.ActionPlan) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newActionPlanBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2161,9 +2051,6 @@ func HasActionPlanViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ActionPlanViewersTable, ActionPlanViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2172,9 +2059,6 @@ func HasActionPlanViewers() predicate.Group { func HasActionPlanViewersWith(preds ...predicate.ActionPlan) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newActionPlanViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2190,9 +2074,6 @@ func HasPlatformEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformEditorsTable, PlatformEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2201,9 +2082,6 @@ func HasPlatformEditors() predicate.Group { func HasPlatformEditorsWith(preds ...predicate.Platform) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newPlatformEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2219,9 +2097,6 @@ func HasPlatformBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformBlockedGroupsTable, PlatformBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2230,9 +2105,6 @@ func HasPlatformBlockedGroups() predicate.Group { func HasPlatformBlockedGroupsWith(preds ...predicate.Platform) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newPlatformBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2248,9 +2120,6 @@ func HasPlatformViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformViewersTable, PlatformViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2259,9 +2128,6 @@ func HasPlatformViewers() predicate.Group { func HasPlatformViewersWith(preds ...predicate.Platform) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newPlatformViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2277,9 +2143,6 @@ func HasCampaignEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignEditorsTable, CampaignEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2288,9 +2151,6 @@ func HasCampaignEditors() predicate.Group { func HasCampaignEditorsWith(preds ...predicate.Campaign) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newCampaignEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2306,9 +2166,6 @@ func HasCampaignBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignBlockedGroupsTable, CampaignBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2317,9 +2174,6 @@ func HasCampaignBlockedGroups() predicate.Group { func HasCampaignBlockedGroupsWith(preds ...predicate.Campaign) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newCampaignBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2335,9 +2189,6 @@ func HasCampaignViewers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignViewersTable, CampaignViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2346,9 +2197,6 @@ func HasCampaignViewers() predicate.Group { func HasCampaignViewersWith(preds ...predicate.Campaign) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newCampaignViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2364,9 +2212,6 @@ func HasProcedureEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProcedureEditorsTable, ProcedureEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2375,9 +2220,6 @@ func HasProcedureEditors() predicate.Group { func HasProcedureEditorsWith(preds ...predicate.Procedure) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newProcedureEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2393,9 +2235,6 @@ func HasProcedureBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProcedureBlockedGroupsTable, ProcedureBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2404,9 +2243,6 @@ func HasProcedureBlockedGroups() predicate.Group { func HasProcedureBlockedGroupsWith(preds ...predicate.Procedure) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newProcedureBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2422,9 +2258,6 @@ func HasInternalPolicyEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPolicyEditorsTable, InternalPolicyEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2433,9 +2266,6 @@ func HasInternalPolicyEditors() predicate.Group { func HasInternalPolicyEditorsWith(preds ...predicate.InternalPolicy) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newInternalPolicyEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2451,9 +2281,6 @@ func HasInternalPolicyBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPolicyBlockedGroupsTable, InternalPolicyBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2462,9 +2289,6 @@ func HasInternalPolicyBlockedGroups() predicate.Group { func HasInternalPolicyBlockedGroupsWith(preds ...predicate.InternalPolicy) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newInternalPolicyBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2480,9 +2304,6 @@ func HasControlEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlEditorsTable, ControlEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2491,9 +2312,6 @@ func HasControlEditors() predicate.Group { func HasControlEditorsWith(preds ...predicate.Control) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2509,9 +2327,6 @@ func HasControlBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlBlockedGroupsTable, ControlBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2520,9 +2335,6 @@ func HasControlBlockedGroups() predicate.Group { func HasControlBlockedGroupsWith(preds ...predicate.Control) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newControlBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2538,9 +2350,6 @@ func HasMappedControlEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedControlEditorsTable, MappedControlEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2549,9 +2358,6 @@ func HasMappedControlEditors() predicate.Group { func HasMappedControlEditorsWith(preds ...predicate.MappedControl) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newMappedControlEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2567,9 +2373,6 @@ func HasMappedControlBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedControlBlockedGroupsTable, MappedControlBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2578,9 +2381,6 @@ func HasMappedControlBlockedGroups() predicate.Group { func HasMappedControlBlockedGroupsWith(preds ...predicate.MappedControl) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newMappedControlBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2596,9 +2396,6 @@ func HasScanEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScanEditorsTable, ScanEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2607,9 +2404,6 @@ func HasScanEditors() predicate.Group { func HasScanEditorsWith(preds ...predicate.Scan) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newScanEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2625,9 +2419,6 @@ func HasScanBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScanBlockedGroupsTable, ScanBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2636,9 +2427,6 @@ func HasScanBlockedGroups() predicate.Group { func HasScanBlockedGroupsWith(preds ...predicate.Scan) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newScanBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2654,9 +2442,6 @@ func HasEntityEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntityEditorsTable, EntityEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2665,9 +2450,6 @@ func HasEntityEditors() predicate.Group { func HasEntityEditorsWith(preds ...predicate.Entity) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newEntityEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2683,9 +2465,6 @@ func HasEntityBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntityBlockedGroupsTable, EntityBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2694,9 +2473,6 @@ func HasEntityBlockedGroups() predicate.Group { func HasEntityBlockedGroupsWith(preds ...predicate.Entity) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newEntityBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2712,9 +2488,6 @@ func HasFindingEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingEditorsTable, FindingEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2723,9 +2496,6 @@ func HasFindingEditors() predicate.Group { func HasFindingEditorsWith(preds ...predicate.Finding) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newFindingEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2741,9 +2511,6 @@ func HasFindingBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingBlockedGroupsTable, FindingBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2752,9 +2519,6 @@ func HasFindingBlockedGroups() predicate.Group { func HasFindingBlockedGroupsWith(preds ...predicate.Finding) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newFindingBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2770,9 +2534,6 @@ func HasReviewEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewEditorsTable, ReviewEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2781,9 +2542,6 @@ func HasReviewEditors() predicate.Group { func HasReviewEditorsWith(preds ...predicate.Review) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newReviewEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2799,9 +2557,6 @@ func HasReviewBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewBlockedGroupsTable, ReviewBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2810,9 +2565,6 @@ func HasReviewBlockedGroups() predicate.Group { func HasReviewBlockedGroupsWith(preds ...predicate.Review) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newReviewBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2828,9 +2580,6 @@ func HasRemediationEditors() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationEditorsTable, RemediationEditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2839,9 +2588,6 @@ func HasRemediationEditors() predicate.Group { func HasRemediationEditorsWith(preds ...predicate.Remediation) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newRemediationEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2857,9 +2603,6 @@ func HasRemediationBlockedGroups() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationBlockedGroupsTable, RemediationBlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2868,9 +2611,6 @@ func HasRemediationBlockedGroups() predicate.Group { func HasRemediationBlockedGroupsWith(preds ...predicate.Remediation) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newRemediationBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2886,9 +2626,6 @@ func HasSetting() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, false, SettingTable, SettingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupSetting - step.Edge.Schema = schemaConfig.GroupSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2897,9 +2634,6 @@ func HasSetting() predicate.Group { func HasSettingWith(preds ...predicate.GroupSetting) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupSetting - step.Edge.Schema = schemaConfig.GroupSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2915,9 +2649,6 @@ func HasUsers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, UsersTable, UsersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2926,9 +2657,6 @@ func HasUsers() predicate.Group { func HasUsersWith(preds ...predicate.User) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newUsersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2944,9 +2672,6 @@ func HasEvents() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupEvents sqlgraph.HasNeighbors(s, step) }) } @@ -2955,9 +2680,6 @@ func HasEvents() predicate.Group { func HasEventsWith(preds ...predicate.Event) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2973,9 +2695,6 @@ func HasIntegrations() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationsTable, IntegrationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -2984,9 +2703,6 @@ func HasIntegrations() predicate.Group { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3002,9 +2718,6 @@ func HasAvatarFile() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AvatarFileTable, AvatarFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3013,9 +2726,6 @@ func HasAvatarFile() predicate.Group { func HasAvatarFileWith(preds ...predicate.File) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newAvatarFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3031,9 +2741,6 @@ func HasFiles() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.GroupFiles sqlgraph.HasNeighbors(s, step) }) } @@ -3042,9 +2749,6 @@ func HasFiles() predicate.Group { func HasFilesWith(preds ...predicate.File) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.GroupFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3060,9 +2764,6 @@ func HasTasks() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.GroupTasks sqlgraph.HasNeighbors(s, step) }) } @@ -3071,9 +2772,6 @@ func HasTasks() predicate.Group { func HasTasksWith(preds ...predicate.Task) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.GroupTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3089,9 +2787,6 @@ func HasCampaigns() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignsTable, CampaignsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignGroups sqlgraph.HasNeighbors(s, step) }) } @@ -3100,9 +2795,6 @@ func HasCampaigns() predicate.Group { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3118,9 +2810,6 @@ func HasCampaignTargets() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -3129,9 +2818,6 @@ func HasCampaignTargets() predicate.Group { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3147,9 +2833,6 @@ func HasInvites() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InvitesTable, InvitesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteGroups sqlgraph.HasNeighbors(s, step) }) } @@ -3158,9 +2841,6 @@ func HasInvites() predicate.Group { func HasInvitesWith(preds ...predicate.Invite) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newInvitesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3176,9 +2856,6 @@ func HasMembers() predicate.Group { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, MembersTable, MembersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -3187,9 +2864,6 @@ func HasMembers() predicate.Group { func HasMembersWith(preds ...predicate.GroupMembership) predicate.Group { return predicate.Group(func(s *sql.Selector) { step := newMembersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/group_create.go b/internal/ent/generated/group_create.go index 8b008a9933..9fff96d29a 100644 --- a/internal/ent/generated/group_create.go +++ b/internal/ent/generated/group_create.go @@ -1322,7 +1322,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { _node = &Group{config: _c.config} _spec = sqlgraph.NewCreateSpec(group.Table, sqlgraph.NewFieldSpec(group.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Group if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1426,7 +1425,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1444,7 +1442,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1461,7 +1458,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1478,7 +1474,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1495,7 +1490,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1512,7 +1506,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1529,7 +1522,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1546,7 +1538,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1563,7 +1554,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1580,7 +1570,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1597,7 +1586,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1614,7 +1602,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1631,7 +1618,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1648,7 +1634,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1665,7 +1650,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1682,7 +1666,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1699,7 +1682,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1716,7 +1698,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1733,7 +1714,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1750,7 +1730,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1767,7 +1746,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1784,7 +1762,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1801,7 +1778,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1818,7 +1794,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1835,7 +1810,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1852,7 +1826,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1869,7 +1842,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1886,7 +1858,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1903,7 +1874,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1920,7 +1890,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1937,7 +1906,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1954,7 +1922,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1971,7 +1938,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1988,7 +1954,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2005,7 +1970,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2022,7 +1986,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2039,7 +2002,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2056,7 +2018,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2073,7 +2034,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2090,7 +2050,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2107,7 +2066,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2124,7 +2082,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2141,7 +2098,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2158,7 +2114,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2175,7 +2130,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2199,7 +2153,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2216,7 +2169,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2233,7 +2185,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2251,7 +2202,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2268,7 +2218,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2285,7 +2234,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2302,7 +2250,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2319,7 +2266,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2336,7 +2282,6 @@ func (_c *GroupCreate) createSpec() (*Group, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/group_delete.go b/internal/ent/generated/group_delete.go index 921c46f7b2..65d08a9e7e 100644 --- a/internal/ent/generated/group_delete.go +++ b/internal/ent/generated/group_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/group" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // GroupDelete is the builder for deleting a Group entity. @@ -43,8 +41,6 @@ func (_d *GroupDelete) ExecX(ctx context.Context) int { func (_d *GroupDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(group.Table, sqlgraph.NewFieldSpec(group.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Group - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/group_query.go b/internal/ent/generated/group_query.go index c7b44b1526..ad4d6ddd2e 100644 --- a/internal/ent/generated/group_query.go +++ b/internal/ent/generated/group_query.go @@ -43,7 +43,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -214,9 +213,6 @@ func (_q *GroupQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, group.OwnerTable, group.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -239,9 +235,6 @@ func (_q *GroupQuery) QueryProgramEditors() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramEditorsTable, group.ProgramEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -264,9 +257,6 @@ func (_q *GroupQuery) QueryProgramBlockedGroups() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramBlockedGroupsTable, group.ProgramBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -289,9 +279,6 @@ func (_q *GroupQuery) QueryProgramViewers() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProgramViewersTable, group.ProgramViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -314,9 +301,6 @@ func (_q *GroupQuery) QueryRiskEditors() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskEditorsTable, group.RiskEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -339,9 +323,6 @@ func (_q *GroupQuery) QueryRiskBlockedGroups() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskBlockedGroupsTable, group.RiskBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -364,9 +345,6 @@ func (_q *GroupQuery) QueryRiskViewers() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RiskViewersTable, group.RiskViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -389,9 +367,6 @@ func (_q *GroupQuery) QueryControlObjectiveEditors() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveEditorsTable, group.ControlObjectiveEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -414,9 +389,6 @@ func (_q *GroupQuery) QueryControlObjectiveBlockedGroups() *ControlObjectiveQuer sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveBlockedGroupsTable, group.ControlObjectiveBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,9 +411,6 @@ func (_q *GroupQuery) QueryControlObjectiveViewers() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlObjectiveViewersTable, group.ControlObjectiveViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -464,9 +433,6 @@ func (_q *GroupQuery) QueryNarrativeEditors() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeEditorsTable, group.NarrativeEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -489,9 +455,6 @@ func (_q *GroupQuery) QueryNarrativeBlockedGroups() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeBlockedGroupsTable, group.NarrativeBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -514,9 +477,6 @@ func (_q *GroupQuery) QueryNarrativeViewers() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.NarrativeViewersTable, group.NarrativeViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.NarrativeViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -539,9 +499,6 @@ func (_q *GroupQuery) QueryControlImplementationEditors() *ControlImplementation sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationEditorsTable, group.ControlImplementationEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -564,9 +521,6 @@ func (_q *GroupQuery) QueryControlImplementationBlockedGroups() *ControlImplemen sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationBlockedGroupsTable, group.ControlImplementationBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -589,9 +543,6 @@ func (_q *GroupQuery) QueryControlImplementationViewers() *ControlImplementation sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlImplementationViewersTable, group.ControlImplementationViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -614,9 +565,6 @@ func (_q *GroupQuery) QueryActionPlanEditors() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanEditorsTable, group.ActionPlanEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -639,9 +587,6 @@ func (_q *GroupQuery) QueryActionPlanBlockedGroups() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanBlockedGroupsTable, group.ActionPlanBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -664,9 +609,6 @@ func (_q *GroupQuery) QueryActionPlanViewers() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ActionPlanViewersTable, group.ActionPlanViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -689,9 +631,6 @@ func (_q *GroupQuery) QueryPlatformEditors() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformEditorsTable, group.PlatformEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -714,9 +653,6 @@ func (_q *GroupQuery) QueryPlatformBlockedGroups() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformBlockedGroupsTable, group.PlatformBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -739,9 +675,6 @@ func (_q *GroupQuery) QueryPlatformViewers() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.PlatformViewersTable, group.PlatformViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -764,9 +697,6 @@ func (_q *GroupQuery) QueryCampaignEditors() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignEditorsTable, group.CampaignEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -789,9 +719,6 @@ func (_q *GroupQuery) QueryCampaignBlockedGroups() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignBlockedGroupsTable, group.CampaignBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -814,9 +741,6 @@ func (_q *GroupQuery) QueryCampaignViewers() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignViewersTable, group.CampaignViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -839,9 +763,6 @@ func (_q *GroupQuery) QueryProcedureEditors() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProcedureEditorsTable, group.ProcedureEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -864,9 +785,6 @@ func (_q *GroupQuery) QueryProcedureBlockedGroups() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ProcedureBlockedGroupsTable, group.ProcedureBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -889,9 +807,6 @@ func (_q *GroupQuery) QueryInternalPolicyEditors() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InternalPolicyEditorsTable, group.InternalPolicyEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -914,9 +829,6 @@ func (_q *GroupQuery) QueryInternalPolicyBlockedGroups() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InternalPolicyBlockedGroupsTable, group.InternalPolicyBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -939,9 +851,6 @@ func (_q *GroupQuery) QueryControlEditors() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlEditorsTable, group.ControlEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -964,9 +873,6 @@ func (_q *GroupQuery) QueryControlBlockedGroups() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ControlBlockedGroupsTable, group.ControlBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -989,9 +895,6 @@ func (_q *GroupQuery) QueryMappedControlEditors() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.MappedControlEditorsTable, group.MappedControlEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1014,9 +917,6 @@ func (_q *GroupQuery) QueryMappedControlBlockedGroups() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.MappedControlBlockedGroupsTable, group.MappedControlBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1039,9 +939,6 @@ func (_q *GroupQuery) QueryScanEditors() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ScanEditorsTable, group.ScanEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1064,9 +961,6 @@ func (_q *GroupQuery) QueryScanBlockedGroups() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ScanBlockedGroupsTable, group.ScanBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1089,9 +983,6 @@ func (_q *GroupQuery) QueryEntityEditors() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.EntityEditorsTable, group.EntityEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1114,9 +1005,6 @@ func (_q *GroupQuery) QueryEntityBlockedGroups() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.EntityBlockedGroupsTable, group.EntityBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1139,9 +1027,6 @@ func (_q *GroupQuery) QueryFindingEditors() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.FindingEditorsTable, group.FindingEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1164,9 +1049,6 @@ func (_q *GroupQuery) QueryFindingBlockedGroups() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.FindingBlockedGroupsTable, group.FindingBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1189,9 +1071,6 @@ func (_q *GroupQuery) QueryReviewEditors() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ReviewEditorsTable, group.ReviewEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1214,9 +1093,6 @@ func (_q *GroupQuery) QueryReviewBlockedGroups() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.ReviewBlockedGroupsTable, group.ReviewBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1239,9 +1115,6 @@ func (_q *GroupQuery) QueryRemediationEditors() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RemediationEditorsTable, group.RemediationEditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1264,9 +1137,6 @@ func (_q *GroupQuery) QueryRemediationBlockedGroups() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.RemediationBlockedGroupsTable, group.RemediationBlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1289,9 +1159,6 @@ func (_q *GroupQuery) QuerySetting() *GroupSettingQuery { sqlgraph.To(groupsetting.Table, groupsetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, group.SettingTable, group.SettingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.GroupSetting - step.Edge.Schema = schemaConfig.GroupSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1314,9 +1181,6 @@ func (_q *GroupQuery) QueryUsers() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.UsersTable, group.UsersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1339,9 +1203,6 @@ func (_q *GroupQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.EventsTable, group.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1364,9 +1225,6 @@ func (_q *GroupQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, group.IntegrationsTable, group.IntegrationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1389,9 +1247,6 @@ func (_q *GroupQuery) QueryAvatarFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, group.AvatarFileTable, group.AvatarFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1414,9 +1269,6 @@ func (_q *GroupQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.FilesTable, group.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.GroupFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1439,9 +1291,6 @@ func (_q *GroupQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, group.TasksTable, group.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.GroupTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1464,9 +1313,6 @@ func (_q *GroupQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.CampaignsTable, group.CampaignsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1489,9 +1335,6 @@ func (_q *GroupQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, group.CampaignTargetsTable, group.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1514,9 +1357,6 @@ func (_q *GroupQuery) QueryInvites() *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, group.InvitesTable, group.InvitesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.InviteGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1539,9 +1379,6 @@ func (_q *GroupQuery) QueryMembers() *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, group.MembersTable, group.MembersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2549,8 +2386,6 @@ func (_q *GroupQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Group, node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Group - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3373,7 +3208,6 @@ func (_q *GroupQuery) loadProgramEditors(ctx context.Context, query *ProgramQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ProgramEditorsTable) - joinT.Schema(_q.schemaConfig.ProgramEditors) s.Join(joinT).On(s.C(program.FieldID), joinT.C(group.ProgramEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ProgramEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3435,7 +3269,6 @@ func (_q *GroupQuery) loadProgramBlockedGroups(ctx context.Context, query *Progr } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ProgramBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ProgramBlockedGroups) s.Join(joinT).On(s.C(program.FieldID), joinT.C(group.ProgramBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ProgramBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3497,7 +3330,6 @@ func (_q *GroupQuery) loadProgramViewers(ctx context.Context, query *ProgramQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ProgramViewersTable) - joinT.Schema(_q.schemaConfig.ProgramViewers) s.Join(joinT).On(s.C(program.FieldID), joinT.C(group.ProgramViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ProgramViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3559,7 +3391,6 @@ func (_q *GroupQuery) loadRiskEditors(ctx context.Context, query *RiskQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.RiskEditorsTable) - joinT.Schema(_q.schemaConfig.RiskEditors) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(group.RiskEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.RiskEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3621,7 +3452,6 @@ func (_q *GroupQuery) loadRiskBlockedGroups(ctx context.Context, query *RiskQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.RiskBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.RiskBlockedGroups) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(group.RiskBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.RiskBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3683,7 +3513,6 @@ func (_q *GroupQuery) loadRiskViewers(ctx context.Context, query *RiskQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.RiskViewersTable) - joinT.Schema(_q.schemaConfig.RiskViewers) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(group.RiskViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.RiskViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3745,7 +3574,6 @@ func (_q *GroupQuery) loadControlObjectiveEditors(ctx context.Context, query *Co } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlObjectiveEditorsTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveEditors) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(group.ControlObjectiveEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlObjectiveEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3807,7 +3635,6 @@ func (_q *GroupQuery) loadControlObjectiveBlockedGroups(ctx context.Context, que } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlObjectiveBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveBlockedGroups) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(group.ControlObjectiveBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlObjectiveBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3869,7 +3696,6 @@ func (_q *GroupQuery) loadControlObjectiveViewers(ctx context.Context, query *Co } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlObjectiveViewersTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveViewers) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(group.ControlObjectiveViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlObjectiveViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3931,7 +3757,6 @@ func (_q *GroupQuery) loadNarrativeEditors(ctx context.Context, query *Narrative } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.NarrativeEditorsTable) - joinT.Schema(_q.schemaConfig.NarrativeEditors) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(group.NarrativeEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.NarrativeEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3993,7 +3818,6 @@ func (_q *GroupQuery) loadNarrativeBlockedGroups(ctx context.Context, query *Nar } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.NarrativeBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.NarrativeBlockedGroups) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(group.NarrativeBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.NarrativeBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4055,7 +3879,6 @@ func (_q *GroupQuery) loadNarrativeViewers(ctx context.Context, query *Narrative } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.NarrativeViewersTable) - joinT.Schema(_q.schemaConfig.NarrativeViewers) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(group.NarrativeViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.NarrativeViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4117,7 +3940,6 @@ func (_q *GroupQuery) loadControlImplementationEditors(ctx context.Context, quer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlImplementationEditorsTable) - joinT.Schema(_q.schemaConfig.ControlImplementationEditors) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(group.ControlImplementationEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlImplementationEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4179,7 +4001,6 @@ func (_q *GroupQuery) loadControlImplementationBlockedGroups(ctx context.Context } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlImplementationBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlImplementationBlockedGroups) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(group.ControlImplementationBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlImplementationBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4241,7 +4062,6 @@ func (_q *GroupQuery) loadControlImplementationViewers(ctx context.Context, quer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlImplementationViewersTable) - joinT.Schema(_q.schemaConfig.ControlImplementationViewers) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(group.ControlImplementationViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlImplementationViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4303,7 +4123,6 @@ func (_q *GroupQuery) loadActionPlanEditors(ctx context.Context, query *ActionPl } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ActionPlanEditorsTable) - joinT.Schema(_q.schemaConfig.ActionPlanEditors) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(group.ActionPlanEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ActionPlanEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4365,7 +4184,6 @@ func (_q *GroupQuery) loadActionPlanBlockedGroups(ctx context.Context, query *Ac } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ActionPlanBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ActionPlanBlockedGroups) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(group.ActionPlanBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ActionPlanBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4427,7 +4245,6 @@ func (_q *GroupQuery) loadActionPlanViewers(ctx context.Context, query *ActionPl } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ActionPlanViewersTable) - joinT.Schema(_q.schemaConfig.ActionPlanViewers) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(group.ActionPlanViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ActionPlanViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4489,7 +4306,6 @@ func (_q *GroupQuery) loadPlatformEditors(ctx context.Context, query *PlatformQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.PlatformEditorsTable) - joinT.Schema(_q.schemaConfig.PlatformEditors) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(group.PlatformEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.PlatformEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4551,7 +4367,6 @@ func (_q *GroupQuery) loadPlatformBlockedGroups(ctx context.Context, query *Plat } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.PlatformBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.PlatformBlockedGroups) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(group.PlatformBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.PlatformBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4613,7 +4428,6 @@ func (_q *GroupQuery) loadPlatformViewers(ctx context.Context, query *PlatformQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.PlatformViewersTable) - joinT.Schema(_q.schemaConfig.PlatformViewers) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(group.PlatformViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.PlatformViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4675,7 +4489,6 @@ func (_q *GroupQuery) loadCampaignEditors(ctx context.Context, query *CampaignQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.CampaignEditorsTable) - joinT.Schema(_q.schemaConfig.CampaignEditors) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(group.CampaignEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.CampaignEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4737,7 +4550,6 @@ func (_q *GroupQuery) loadCampaignBlockedGroups(ctx context.Context, query *Camp } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.CampaignBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.CampaignBlockedGroups) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(group.CampaignBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.CampaignBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4799,7 +4611,6 @@ func (_q *GroupQuery) loadCampaignViewers(ctx context.Context, query *CampaignQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.CampaignViewersTable) - joinT.Schema(_q.schemaConfig.CampaignViewers) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(group.CampaignViewersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.CampaignViewersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4861,7 +4672,6 @@ func (_q *GroupQuery) loadProcedureEditors(ctx context.Context, query *Procedure } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ProcedureEditorsTable) - joinT.Schema(_q.schemaConfig.ProcedureEditors) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(group.ProcedureEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ProcedureEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4923,7 +4733,6 @@ func (_q *GroupQuery) loadProcedureBlockedGroups(ctx context.Context, query *Pro } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ProcedureBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ProcedureBlockedGroups) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(group.ProcedureBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ProcedureBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -4985,7 +4794,6 @@ func (_q *GroupQuery) loadInternalPolicyEditors(ctx context.Context, query *Inte } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.InternalPolicyEditorsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyEditors) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(group.InternalPolicyEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.InternalPolicyEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5047,7 +4855,6 @@ func (_q *GroupQuery) loadInternalPolicyBlockedGroups(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.InternalPolicyBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyBlockedGroups) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(group.InternalPolicyBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.InternalPolicyBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5109,7 +4916,6 @@ func (_q *GroupQuery) loadControlEditors(ctx context.Context, query *ControlQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlEditorsTable) - joinT.Schema(_q.schemaConfig.ControlEditors) s.Join(joinT).On(s.C(control.FieldID), joinT.C(group.ControlEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5171,7 +4977,6 @@ func (_q *GroupQuery) loadControlBlockedGroups(ctx context.Context, query *Contr } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ControlBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ControlBlockedGroups) s.Join(joinT).On(s.C(control.FieldID), joinT.C(group.ControlBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ControlBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5233,7 +5038,6 @@ func (_q *GroupQuery) loadMappedControlEditors(ctx context.Context, query *Mappe } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.MappedControlEditorsTable) - joinT.Schema(_q.schemaConfig.MappedControlEditors) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(group.MappedControlEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.MappedControlEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5295,7 +5099,6 @@ func (_q *GroupQuery) loadMappedControlBlockedGroups(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.MappedControlBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.MappedControlBlockedGroups) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(group.MappedControlBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.MappedControlBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5357,7 +5160,6 @@ func (_q *GroupQuery) loadScanEditors(ctx context.Context, query *ScanQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ScanEditorsTable) - joinT.Schema(_q.schemaConfig.ScanEditors) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(group.ScanEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ScanEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5419,7 +5221,6 @@ func (_q *GroupQuery) loadScanBlockedGroups(ctx context.Context, query *ScanQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ScanBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ScanBlockedGroups) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(group.ScanBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ScanBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5481,7 +5282,6 @@ func (_q *GroupQuery) loadEntityEditors(ctx context.Context, query *EntityQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.EntityEditorsTable) - joinT.Schema(_q.schemaConfig.EntityEditors) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(group.EntityEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.EntityEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5543,7 +5343,6 @@ func (_q *GroupQuery) loadEntityBlockedGroups(ctx context.Context, query *Entity } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.EntityBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.EntityBlockedGroups) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(group.EntityBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.EntityBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5605,7 +5404,6 @@ func (_q *GroupQuery) loadFindingEditors(ctx context.Context, query *FindingQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.FindingEditorsTable) - joinT.Schema(_q.schemaConfig.FindingEditors) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(group.FindingEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.FindingEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5667,7 +5465,6 @@ func (_q *GroupQuery) loadFindingBlockedGroups(ctx context.Context, query *Findi } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.FindingBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.FindingBlockedGroups) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(group.FindingBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.FindingBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5729,7 +5526,6 @@ func (_q *GroupQuery) loadReviewEditors(ctx context.Context, query *ReviewQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ReviewEditorsTable) - joinT.Schema(_q.schemaConfig.ReviewEditors) s.Join(joinT).On(s.C(review.FieldID), joinT.C(group.ReviewEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ReviewEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5791,7 +5587,6 @@ func (_q *GroupQuery) loadReviewBlockedGroups(ctx context.Context, query *Review } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.ReviewBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ReviewBlockedGroups) s.Join(joinT).On(s.C(review.FieldID), joinT.C(group.ReviewBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.ReviewBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5853,7 +5648,6 @@ func (_q *GroupQuery) loadRemediationEditors(ctx context.Context, query *Remedia } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.RemediationEditorsTable) - joinT.Schema(_q.schemaConfig.RemediationEditors) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(group.RemediationEditorsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.RemediationEditorsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -5915,7 +5709,6 @@ func (_q *GroupQuery) loadRemediationBlockedGroups(ctx context.Context, query *R } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.RemediationBlockedGroupsTable) - joinT.Schema(_q.schemaConfig.RemediationBlockedGroups) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(group.RemediationBlockedGroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.RemediationBlockedGroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -6004,7 +5797,6 @@ func (_q *GroupQuery) loadUsers(ctx context.Context, query *UserQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.UsersTable) - joinT.Schema(_q.schemaConfig.GroupMembership) s.Join(joinT).On(s.C(user.FieldID), joinT.C(group.UsersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.UsersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -6066,7 +5858,6 @@ func (_q *GroupQuery) loadEvents(ctx context.Context, query *EventQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.EventsTable) - joinT.Schema(_q.schemaConfig.GroupEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(group.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(group.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -6191,7 +5982,6 @@ func (_q *GroupQuery) loadFiles(ctx context.Context, query *FileQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.FilesTable) - joinT.Schema(_q.schemaConfig.GroupFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(group.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(group.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -6253,7 +6043,6 @@ func (_q *GroupQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes []* } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.TasksTable) - joinT.Schema(_q.schemaConfig.GroupTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(group.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(group.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -6315,7 +6104,6 @@ func (_q *GroupQuery) loadCampaigns(ctx context.Context, query *CampaignQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.CampaignsTable) - joinT.Schema(_q.schemaConfig.CampaignGroups) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(group.CampaignsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.CampaignsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -6407,7 +6195,6 @@ func (_q *GroupQuery) loadInvites(ctx context.Context, query *InviteQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(group.InvitesTable) - joinT.Schema(_q.schemaConfig.InviteGroups) s.Join(joinT).On(s.C(invite.FieldID), joinT.C(group.InvitesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(group.InvitesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -6490,8 +6277,6 @@ func (_q *GroupQuery) loadMembers(ctx context.Context, query *GroupMembershipQue func (_q *GroupQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Group - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -6563,9 +6348,6 @@ func (_q *GroupQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Group) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/group_update.go b/internal/ent/generated/group_update.go index 60358bcf8a..b6e1a5a571 100644 --- a/internal/ent/generated/group_update.go +++ b/internal/ent/generated/group_update.go @@ -41,8 +41,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/scan" "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // GroupUpdate is the builder for updating Group entities. @@ -2559,7 +2557,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -2573,7 +2570,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2590,7 +2586,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramEditorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramEditorsCleared() { @@ -2604,7 +2599,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2621,7 +2615,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2638,7 +2631,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ProgramBlockedGroupsCleared() { @@ -2652,7 +2644,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2669,7 +2660,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2686,7 +2676,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramViewersIDs(); len(nodes) > 0 && !_u.mutation.ProgramViewersCleared() { @@ -2700,7 +2689,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2717,7 +2705,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2734,7 +2721,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskEditorsIDs(); len(nodes) > 0 && !_u.mutation.RiskEditorsCleared() { @@ -2748,7 +2734,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2765,7 +2750,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2782,7 +2766,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.RiskBlockedGroupsCleared() { @@ -2796,7 +2779,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2813,7 +2795,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2830,7 +2811,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskViewersIDs(); len(nodes) > 0 && !_u.mutation.RiskViewersCleared() { @@ -2844,7 +2824,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2861,7 +2840,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2878,7 +2856,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveEditorsCleared() { @@ -2892,7 +2869,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2909,7 +2885,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2926,7 +2901,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveBlockedGroupsCleared() { @@ -2940,7 +2914,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2957,7 +2930,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2974,7 +2946,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveViewersIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveViewersCleared() { @@ -2988,7 +2959,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3005,7 +2975,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3022,7 +2991,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeEditorsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeEditorsCleared() { @@ -3036,7 +3004,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3053,7 +3020,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3070,7 +3036,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeBlockedGroupsCleared() { @@ -3084,7 +3049,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3101,7 +3065,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3118,7 +3081,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeViewersIDs(); len(nodes) > 0 && !_u.mutation.NarrativeViewersCleared() { @@ -3132,7 +3094,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3149,7 +3110,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3166,7 +3126,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationEditorsCleared() { @@ -3180,7 +3139,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3197,7 +3155,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3214,7 +3171,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationBlockedGroupsCleared() { @@ -3228,7 +3184,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3245,7 +3200,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3262,7 +3216,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationViewersIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationViewersCleared() { @@ -3276,7 +3229,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3293,7 +3245,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3310,7 +3261,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanEditorsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanEditorsCleared() { @@ -3324,7 +3274,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3341,7 +3290,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3358,7 +3306,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanBlockedGroupsCleared() { @@ -3372,7 +3319,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3389,7 +3335,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3406,7 +3351,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanViewersIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanViewersCleared() { @@ -3420,7 +3364,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3437,7 +3380,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3454,7 +3396,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformEditorsIDs(); len(nodes) > 0 && !_u.mutation.PlatformEditorsCleared() { @@ -3468,7 +3409,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3485,7 +3425,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3502,7 +3441,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.PlatformBlockedGroupsCleared() { @@ -3516,7 +3454,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3533,7 +3470,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3550,7 +3486,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformViewersIDs(); len(nodes) > 0 && !_u.mutation.PlatformViewersCleared() { @@ -3564,7 +3499,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3581,7 +3515,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3598,7 +3531,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignEditorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignEditorsCleared() { @@ -3612,7 +3544,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3629,7 +3560,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3646,7 +3576,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.CampaignBlockedGroupsCleared() { @@ -3660,7 +3589,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3677,7 +3605,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3694,7 +3621,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignViewersIDs(); len(nodes) > 0 && !_u.mutation.CampaignViewersCleared() { @@ -3708,7 +3634,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3725,7 +3650,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3742,7 +3666,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureEditorsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureEditorsCleared() { @@ -3756,7 +3679,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3773,7 +3695,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3790,7 +3711,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureBlockedGroupsCleared() { @@ -3804,7 +3724,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3821,7 +3740,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3838,7 +3756,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyEditorsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyEditorsCleared() { @@ -3852,7 +3769,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3869,7 +3785,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3886,7 +3801,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyBlockedGroupsCleared() { @@ -3900,7 +3814,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3917,7 +3830,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3934,7 +3846,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlEditorsCleared() { @@ -3948,7 +3859,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3965,7 +3875,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3982,7 +3891,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlBlockedGroupsCleared() { @@ -3996,7 +3904,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4013,7 +3920,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4030,7 +3936,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlEditorsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlEditorsCleared() { @@ -4044,7 +3949,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4061,7 +3965,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4078,7 +3981,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlBlockedGroupsCleared() { @@ -4092,7 +3994,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4109,7 +4010,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4126,7 +4026,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanEditorsIDs(); len(nodes) > 0 && !_u.mutation.ScanEditorsCleared() { @@ -4140,7 +4039,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4157,7 +4055,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4174,7 +4071,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ScanBlockedGroupsCleared() { @@ -4188,7 +4084,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4205,7 +4100,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4222,7 +4116,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityEditorsIDs(); len(nodes) > 0 && !_u.mutation.EntityEditorsCleared() { @@ -4236,7 +4129,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4253,7 +4145,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4270,7 +4161,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.EntityBlockedGroupsCleared() { @@ -4284,7 +4174,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4301,7 +4190,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4318,7 +4206,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingEditorsIDs(); len(nodes) > 0 && !_u.mutation.FindingEditorsCleared() { @@ -4332,7 +4219,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4349,7 +4235,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4366,7 +4251,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.FindingBlockedGroupsCleared() { @@ -4380,7 +4264,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4397,7 +4280,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4414,7 +4296,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewEditorsIDs(); len(nodes) > 0 && !_u.mutation.ReviewEditorsCleared() { @@ -4428,7 +4309,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4445,7 +4325,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4462,7 +4341,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ReviewBlockedGroupsCleared() { @@ -4476,7 +4354,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4493,7 +4370,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4510,7 +4386,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationEditorsIDs(); len(nodes) > 0 && !_u.mutation.RemediationEditorsCleared() { @@ -4524,7 +4399,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4541,7 +4415,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4558,7 +4431,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.RemediationBlockedGroupsCleared() { @@ -4572,7 +4444,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4589,7 +4460,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4606,7 +4476,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -4620,7 +4489,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4637,7 +4505,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership createE := &GroupMembershipCreate{config: _u.config, mutation: newGroupMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -4658,7 +4525,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4682,7 +4548,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4706,7 +4571,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -4720,7 +4584,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4737,7 +4600,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4754,7 +4616,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -4768,7 +4629,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4785,7 +4645,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4802,7 +4661,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -4816,7 +4674,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4833,7 +4690,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -4847,7 +4703,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4864,7 +4719,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4881,7 +4735,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4895,7 +4748,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4912,7 +4764,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4929,7 +4780,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -4943,7 +4793,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4960,7 +4809,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4977,7 +4825,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -4991,7 +4838,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5008,7 +4854,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5025,7 +4870,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -5039,7 +4883,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5056,7 +4899,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5073,7 +4915,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -5087,7 +4928,6 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5104,14 +4944,11 @@ func (_u *GroupUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Group - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -7664,7 +7501,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -7678,7 +7514,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7695,7 +7530,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramEditorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramEditorsCleared() { @@ -7709,7 +7543,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7726,7 +7559,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7743,7 +7575,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ProgramBlockedGroupsCleared() { @@ -7757,7 +7588,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7774,7 +7604,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7791,7 +7620,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramViewersIDs(); len(nodes) > 0 && !_u.mutation.ProgramViewersCleared() { @@ -7805,7 +7633,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7822,7 +7649,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7839,7 +7665,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskEditorsIDs(); len(nodes) > 0 && !_u.mutation.RiskEditorsCleared() { @@ -7853,7 +7678,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7870,7 +7694,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7887,7 +7710,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.RiskBlockedGroupsCleared() { @@ -7901,7 +7723,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7918,7 +7739,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7935,7 +7755,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskViewersIDs(); len(nodes) > 0 && !_u.mutation.RiskViewersCleared() { @@ -7949,7 +7768,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7966,7 +7784,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7983,7 +7800,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveEditorsCleared() { @@ -7997,7 +7813,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8014,7 +7829,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8031,7 +7845,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveBlockedGroupsCleared() { @@ -8045,7 +7858,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8062,7 +7874,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8079,7 +7890,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveViewersIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveViewersCleared() { @@ -8093,7 +7903,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8110,7 +7919,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8127,7 +7935,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeEditorsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeEditorsCleared() { @@ -8141,7 +7948,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8158,7 +7964,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8175,7 +7980,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeBlockedGroupsCleared() { @@ -8189,7 +7993,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8206,7 +8009,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8223,7 +8025,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeViewersIDs(); len(nodes) > 0 && !_u.mutation.NarrativeViewersCleared() { @@ -8237,7 +8038,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8254,7 +8054,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8271,7 +8070,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationEditorsCleared() { @@ -8285,7 +8083,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8302,7 +8099,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8319,7 +8115,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationBlockedGroupsCleared() { @@ -8333,7 +8128,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8350,7 +8144,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8367,7 +8160,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationViewersIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationViewersCleared() { @@ -8381,7 +8173,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8398,7 +8189,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8415,7 +8205,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanEditorsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanEditorsCleared() { @@ -8429,7 +8218,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8446,7 +8234,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8463,7 +8250,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanBlockedGroupsCleared() { @@ -8477,7 +8263,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8494,7 +8279,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8511,7 +8295,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanViewersIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanViewersCleared() { @@ -8525,7 +8308,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8542,7 +8324,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8559,7 +8340,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformEditorsIDs(); len(nodes) > 0 && !_u.mutation.PlatformEditorsCleared() { @@ -8573,7 +8353,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8590,7 +8369,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8607,7 +8385,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.PlatformBlockedGroupsCleared() { @@ -8621,7 +8398,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8638,7 +8414,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8655,7 +8430,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformViewersIDs(); len(nodes) > 0 && !_u.mutation.PlatformViewersCleared() { @@ -8669,7 +8443,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8686,7 +8459,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8703,7 +8475,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignEditorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignEditorsCleared() { @@ -8717,7 +8488,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8734,7 +8504,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8751,7 +8520,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.CampaignBlockedGroupsCleared() { @@ -8765,7 +8533,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8782,7 +8549,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8799,7 +8565,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignViewersIDs(); len(nodes) > 0 && !_u.mutation.CampaignViewersCleared() { @@ -8813,7 +8578,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8830,7 +8594,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8847,7 +8610,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureEditorsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureEditorsCleared() { @@ -8861,7 +8623,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8878,7 +8639,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8895,7 +8655,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureBlockedGroupsCleared() { @@ -8909,7 +8668,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8926,7 +8684,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8943,7 +8700,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyEditorsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyEditorsCleared() { @@ -8957,7 +8713,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8974,7 +8729,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8991,7 +8745,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyBlockedGroupsCleared() { @@ -9005,7 +8758,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9022,7 +8774,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9039,7 +8790,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlEditorsIDs(); len(nodes) > 0 && !_u.mutation.ControlEditorsCleared() { @@ -9053,7 +8803,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9070,7 +8819,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9087,7 +8835,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ControlBlockedGroupsCleared() { @@ -9101,7 +8848,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9118,7 +8864,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9135,7 +8880,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlEditorsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlEditorsCleared() { @@ -9149,7 +8893,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9166,7 +8909,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9183,7 +8925,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlBlockedGroupsCleared() { @@ -9197,7 +8938,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9214,7 +8954,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9231,7 +8970,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanEditorsIDs(); len(nodes) > 0 && !_u.mutation.ScanEditorsCleared() { @@ -9245,7 +8983,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9262,7 +8999,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9279,7 +9015,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ScanBlockedGroupsCleared() { @@ -9293,7 +9028,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9310,7 +9044,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9327,7 +9060,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityEditorsIDs(); len(nodes) > 0 && !_u.mutation.EntityEditorsCleared() { @@ -9341,7 +9073,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9358,7 +9089,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9375,7 +9105,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.EntityBlockedGroupsCleared() { @@ -9389,7 +9118,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9406,7 +9134,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9423,7 +9150,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingEditorsIDs(); len(nodes) > 0 && !_u.mutation.FindingEditorsCleared() { @@ -9437,7 +9163,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9454,7 +9179,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9471,7 +9195,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.FindingBlockedGroupsCleared() { @@ -9485,7 +9208,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9502,7 +9224,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9519,7 +9240,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewEditorsIDs(); len(nodes) > 0 && !_u.mutation.ReviewEditorsCleared() { @@ -9533,7 +9253,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9550,7 +9269,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9567,7 +9285,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.ReviewBlockedGroupsCleared() { @@ -9581,7 +9298,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9598,7 +9314,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9615,7 +9330,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationEditorsIDs(); len(nodes) > 0 && !_u.mutation.RemediationEditorsCleared() { @@ -9629,7 +9343,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9646,7 +9359,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9663,7 +9375,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.RemediationBlockedGroupsCleared() { @@ -9677,7 +9388,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9694,7 +9404,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9711,7 +9420,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -9725,7 +9433,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9742,7 +9449,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership createE := &GroupMembershipCreate{config: _u.config, mutation: newGroupMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -9763,7 +9469,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9787,7 +9492,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9811,7 +9515,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -9825,7 +9528,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9842,7 +9544,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9859,7 +9560,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -9873,7 +9573,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9890,7 +9589,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9907,7 +9605,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -9921,7 +9618,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9938,7 +9634,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -9952,7 +9647,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9969,7 +9663,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9986,7 +9679,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -10000,7 +9692,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10017,7 +9708,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10034,7 +9724,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -10048,7 +9737,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10065,7 +9753,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10082,7 +9769,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -10096,7 +9782,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10113,7 +9798,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10130,7 +9814,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -10144,7 +9827,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10161,7 +9843,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10178,7 +9859,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -10192,7 +9872,6 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10209,14 +9888,11 @@ func (_u *GroupUpdateOne) sqlSave(ctx context.Context) (_node *Group, err error) IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Group - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Group{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/groupmembership/where.go b/internal/ent/generated/groupmembership/where.go index 77c46d9033..63cd10100b 100644 --- a/internal/ent/generated/groupmembership/where.go +++ b/internal/ent/generated/groupmembership/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -595,9 +593,6 @@ func HasGroup() predicate.GroupMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, GroupTable, GroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -606,9 +601,6 @@ func HasGroup() predicate.GroupMembership { func HasGroupWith(preds ...predicate.Group) predicate.GroupMembership { return predicate.GroupMembership(func(s *sql.Selector) { step := newGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -624,9 +616,6 @@ func HasUser() predicate.GroupMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -635,9 +624,6 @@ func HasUser() predicate.GroupMembership { func HasUserWith(preds ...predicate.User) predicate.GroupMembership { return predicate.GroupMembership(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -653,9 +639,6 @@ func HasOrgMembership() predicate.GroupMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, OrgMembershipTable, OrgMembershipColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -664,9 +647,6 @@ func HasOrgMembership() predicate.GroupMembership { func HasOrgMembershipWith(preds ...predicate.OrgMembership) predicate.GroupMembership { return predicate.GroupMembership(func(s *sql.Selector) { step := newOrgMembershipStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -682,9 +662,6 @@ func HasEvents() predicate.GroupMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupMembershipEvents sqlgraph.HasNeighbors(s, step) }) } @@ -693,9 +670,6 @@ func HasEvents() predicate.GroupMembership { func HasEventsWith(preds ...predicate.Event) predicate.GroupMembership { return predicate.GroupMembership(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupMembershipEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/groupmembership_create.go b/internal/ent/generated/groupmembership_create.go index 3a397de5ed..61cc9ed999 100644 --- a/internal/ent/generated/groupmembership_create.go +++ b/internal/ent/generated/groupmembership_create.go @@ -297,7 +297,6 @@ func (_c *GroupMembershipCreate) createSpec() (*GroupMembership, *sqlgraph.Creat _node = &GroupMembership{config: _c.config} _spec = sqlgraph.NewCreateSpec(groupmembership.Table, sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.GroupMembership if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -337,7 +336,6 @@ func (_c *GroupMembershipCreate) createSpec() (*GroupMembership, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -355,7 +353,6 @@ func (_c *GroupMembershipCreate) createSpec() (*GroupMembership, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -373,7 +370,6 @@ func (_c *GroupMembershipCreate) createSpec() (*GroupMembership, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -391,7 +387,6 @@ func (_c *GroupMembershipCreate) createSpec() (*GroupMembership, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/groupmembership_delete.go b/internal/ent/generated/groupmembership_delete.go index 238399a2ce..f0d3a17d1c 100644 --- a/internal/ent/generated/groupmembership_delete.go +++ b/internal/ent/generated/groupmembership_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/groupmembership" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // GroupMembershipDelete is the builder for deleting a GroupMembership entity. @@ -43,8 +41,6 @@ func (_d *GroupMembershipDelete) ExecX(ctx context.Context) int { func (_d *GroupMembershipDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(groupmembership.Table, sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.GroupMembership - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/groupmembership_query.go b/internal/ent/generated/groupmembership_query.go index fde279ed56..af79844053 100644 --- a/internal/ent/generated/groupmembership_query.go +++ b/internal/ent/generated/groupmembership_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *GroupMembershipQuery) QueryGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.GroupTable, groupmembership.GroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *GroupMembershipQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.UserTable, groupmembership.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *GroupMembershipQuery) QueryOrgMembership() *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, groupmembership.OrgMembershipTable, groupmembership.OrgMembershipColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *GroupMembershipQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, groupmembership.EventsTable, groupmembership.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.GroupMembershipEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -529,8 +516,6 @@ func (_q *GroupMembershipQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.GroupMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -686,7 +671,6 @@ func (_q *GroupMembershipQuery) loadEvents(ctx context.Context, query *EventQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(groupmembership.EventsTable) - joinT.Schema(_q.schemaConfig.GroupMembershipEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(groupmembership.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(groupmembership.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -738,8 +722,6 @@ func (_q *GroupMembershipQuery) loadEvents(ctx context.Context, query *EventQuer func (_q *GroupMembershipQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.GroupMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -811,9 +793,6 @@ func (_q *GroupMembershipQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.GroupMembership) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/groupmembership_update.go b/internal/ent/generated/groupmembership_update.go index 550f1635a1..0b8f0fd207 100644 --- a/internal/ent/generated/groupmembership_update.go +++ b/internal/ent/generated/groupmembership_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/event" "github.com/theopenlane/core/internal/ent/generated/groupmembership" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // GroupMembershipUpdate is the builder for updating GroupMembership entities. @@ -254,7 +252,6 @@ func (_u *GroupMembershipUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -268,7 +265,6 @@ func (_u *GroupMembershipUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -285,14 +281,11 @@ func (_u *GroupMembershipUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.GroupMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -566,7 +559,6 @@ func (_u *GroupMembershipUpdateOne) sqlSave(ctx context.Context) (_node *GroupMe IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -580,7 +572,6 @@ func (_u *GroupMembershipUpdateOne) sqlSave(ctx context.Context) (_node *GroupMe IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -597,14 +588,11 @@ func (_u *GroupMembershipUpdateOne) sqlSave(ctx context.Context) (_node *GroupMe IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.GroupMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &GroupMembership{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/groupsetting/where.go b/internal/ent/generated/groupsetting/where.go index 85989649d8..73d92cd137 100644 --- a/internal/ent/generated/groupsetting/where.go +++ b/internal/ent/generated/groupsetting/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -750,9 +748,6 @@ func HasGroup() predicate.GroupSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, true, GroupTable, GroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupSetting sqlgraph.HasNeighbors(s, step) }) } @@ -761,9 +756,6 @@ func HasGroup() predicate.GroupSetting { func HasGroupWith(preds ...predicate.Group) predicate.GroupSetting { return predicate.GroupSetting(func(s *sql.Selector) { step := newGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/groupsetting_create.go b/internal/ent/generated/groupsetting_create.go index 8a81e62b14..7d467524f3 100644 --- a/internal/ent/generated/groupsetting_create.go +++ b/internal/ent/generated/groupsetting_create.go @@ -335,7 +335,6 @@ func (_c *GroupSettingCreate) createSpec() (*GroupSetting, *sqlgraph.CreateSpec) _node = &GroupSetting{config: _c.config} _spec = sqlgraph.NewCreateSpec(groupsetting.Table, sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.GroupSetting if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -395,7 +394,6 @@ func (_c *GroupSettingCreate) createSpec() (*GroupSetting, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/groupsetting_delete.go b/internal/ent/generated/groupsetting_delete.go index eb9174e4f5..c7f4b5e6f4 100644 --- a/internal/ent/generated/groupsetting_delete.go +++ b/internal/ent/generated/groupsetting_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/groupsetting" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // GroupSettingDelete is the builder for deleting a GroupSetting entity. @@ -43,8 +41,6 @@ func (_d *GroupSettingDelete) ExecX(ctx context.Context) int { func (_d *GroupSettingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(groupsetting.Table, sqlgraph.NewFieldSpec(groupsetting.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.GroupSetting - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/groupsetting_query.go b/internal/ent/generated/groupsetting_query.go index 6e685458f7..31ef96fe48 100644 --- a/internal/ent/generated/groupsetting_query.go +++ b/internal/ent/generated/groupsetting_query.go @@ -15,7 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/groupsetting" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -81,9 +80,6 @@ func (_q *GroupSettingQuery) QueryGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, groupsetting.GroupTable, groupsetting.GroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -392,8 +388,6 @@ func (_q *GroupSettingQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.GroupSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -452,8 +446,6 @@ func (_q *GroupSettingQuery) loadGroup(ctx context.Context, query *GroupQuery, n func (_q *GroupSettingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.GroupSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -522,9 +514,6 @@ func (_q *GroupSettingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.GroupSetting) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/groupsetting_update.go b/internal/ent/generated/groupsetting_update.go index 3f63a187d6..252d2fcdc2 100644 --- a/internal/ent/generated/groupsetting_update.go +++ b/internal/ent/generated/groupsetting_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/groupsetting" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // GroupSettingUpdate is the builder for updating GroupSetting entities. @@ -369,7 +367,6 @@ func (_u *GroupSettingUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -383,14 +380,11 @@ func (_u *GroupSettingUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.GroupSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -779,7 +773,6 @@ func (_u *GroupSettingUpdateOne) sqlSave(ctx context.Context) (_node *GroupSetti IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -793,14 +786,11 @@ func (_u *GroupSettingUpdateOne) sqlSave(ctx context.Context) (_node *GroupSetti IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.GroupSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &GroupSetting{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/hush/where.go b/internal/ent/generated/hush/where.go index e599b2c107..1e3ea62646 100644 --- a/internal/ent/generated/hush/where.go +++ b/internal/ent/generated/hush/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1344,9 +1342,6 @@ func HasOwner() predicate.Hush { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Hush sqlgraph.HasNeighbors(s, step) }) } @@ -1355,9 +1350,6 @@ func HasOwner() predicate.Hush { func HasOwnerWith(preds ...predicate.Organization) predicate.Hush { return predicate.Hush(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Hush sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1373,9 +1365,6 @@ func HasIntegrations() predicate.Hush { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationSecrets sqlgraph.HasNeighbors(s, step) }) } @@ -1384,9 +1373,6 @@ func HasIntegrations() predicate.Hush { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Hush { return predicate.Hush(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationSecrets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1402,9 +1388,6 @@ func HasFiles() predicate.Hush { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileSecrets sqlgraph.HasNeighbors(s, step) }) } @@ -1413,9 +1396,6 @@ func HasFiles() predicate.Hush { func HasFilesWith(preds ...predicate.File) predicate.Hush { return predicate.Hush(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileSecrets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1431,9 +1411,6 @@ func HasEvents() predicate.Hush { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.HushEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1442,9 +1419,6 @@ func HasEvents() predicate.Hush { func HasEventsWith(preds ...predicate.Event) predicate.Hush { return predicate.Hush(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.HushEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/hush_create.go b/internal/ent/generated/hush_create.go index 79841ce54f..48d6de298b 100644 --- a/internal/ent/generated/hush_create.go +++ b/internal/ent/generated/hush_create.go @@ -459,7 +459,6 @@ func (_c *HushCreate) createSpec() (*Hush, *sqlgraph.CreateSpec) { _node = &Hush{config: _c.config} _spec = sqlgraph.NewCreateSpec(hush.Table, sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Hush if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -551,7 +550,6 @@ func (_c *HushCreate) createSpec() (*Hush, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -569,7 +567,6 @@ func (_c *HushCreate) createSpec() (*Hush, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -586,7 +583,6 @@ func (_c *HushCreate) createSpec() (*Hush, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -603,7 +599,6 @@ func (_c *HushCreate) createSpec() (*Hush, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/hush_delete.go b/internal/ent/generated/hush_delete.go index 9559a61bcc..2ba79f8718 100644 --- a/internal/ent/generated/hush_delete.go +++ b/internal/ent/generated/hush_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/hush" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // HushDelete is the builder for deleting a Hush entity. @@ -43,8 +41,6 @@ func (_d *HushDelete) ExecX(ctx context.Context) int { func (_d *HushDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(hush.Table, sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Hush - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/hush_query.go b/internal/ent/generated/hush_query.go index 7f639b7160..bb6993e67f 100644 --- a/internal/ent/generated/hush_query.go +++ b/internal/ent/generated/hush_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -92,9 +91,6 @@ func (_q *HushQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, hush.OwnerTable, hush.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Hush fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -117,9 +113,6 @@ func (_q *HushQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, hush.IntegrationsTable, hush.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationSecrets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -142,9 +135,6 @@ func (_q *HushQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, hush.FilesTable, hush.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.FileSecrets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -167,9 +157,6 @@ func (_q *HushQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, hush.EventsTable, hush.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.HushEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -523,8 +510,6 @@ func (_q *HushQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Hush, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Hush - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -635,7 +620,6 @@ func (_q *HushQuery) loadIntegrations(ctx context.Context, query *IntegrationQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(hush.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationSecrets) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(hush.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(hush.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -697,7 +681,6 @@ func (_q *HushQuery) loadFiles(ctx context.Context, query *FileQuery, nodes []*H } query.Where(func(s *sql.Selector) { joinT := sql.Table(hush.FilesTable) - joinT.Schema(_q.schemaConfig.FileSecrets) s.Join(joinT).On(s.C(file.FieldID), joinT.C(hush.FilesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(hush.FilesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -759,7 +742,6 @@ func (_q *HushQuery) loadEvents(ctx context.Context, query *EventQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(hush.EventsTable) - joinT.Schema(_q.schemaConfig.HushEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(hush.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(hush.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -811,8 +793,6 @@ func (_q *HushQuery) loadEvents(ctx context.Context, query *EventQuery, nodes [] func (_q *HushQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Hush - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -881,9 +861,6 @@ func (_q *HushQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Hush) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/hush_update.go b/internal/ent/generated/hush_update.go index e68674bd02..96617da964 100644 --- a/internal/ent/generated/hush_update.go +++ b/internal/ent/generated/hush_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/integration" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // HushUpdate is the builder for updating Hush entities. @@ -615,7 +613,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -629,7 +626,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -646,7 +642,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -660,7 +655,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -677,7 +671,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -694,7 +687,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -708,7 +700,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -725,7 +716,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -742,7 +732,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -756,7 +745,6 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -773,14 +761,11 @@ func (_u *HushUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Hush - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1412,7 +1397,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1426,7 +1410,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1443,7 +1426,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -1457,7 +1439,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1474,7 +1455,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1491,7 +1471,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1505,7 +1484,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1522,7 +1500,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1539,7 +1516,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1553,7 +1529,6 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1570,14 +1545,11 @@ func (_u *HushUpdateOne) sqlSave(ctx context.Context) (_node *Hush, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.HushEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Hush - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Hush{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/identityholder/where.go b/internal/ent/generated/identityholder/where.go index c80103087a..da236cdaa8 100644 --- a/internal/ent/generated/identityholder/where.go +++ b/internal/ent/generated/identityholder/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2556,9 +2554,6 @@ func HasOwner() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2567,9 +2562,6 @@ func HasOwner() predicate.IdentityHolder { func HasOwnerWith(preds ...predicate.Organization) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2585,9 +2577,6 @@ func HasBlockedGroups() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2596,9 +2585,6 @@ func HasBlockedGroups() predicate.IdentityHolder { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2614,9 +2600,6 @@ func HasEditors() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2625,9 +2608,6 @@ func HasEditors() predicate.IdentityHolder { func HasEditorsWith(preds ...predicate.Group) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2643,9 +2623,6 @@ func HasViewers() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2654,9 +2631,6 @@ func HasViewers() predicate.IdentityHolder { func HasViewersWith(preds ...predicate.Group) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2672,9 +2646,6 @@ func HasInternalOwnerUser() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerUserTable, InternalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2683,9 +2654,6 @@ func HasInternalOwnerUser() predicate.IdentityHolder { func HasInternalOwnerUserWith(preds ...predicate.User) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newInternalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2701,9 +2669,6 @@ func HasInternalOwnerGroup() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerGroupTable, InternalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2712,9 +2677,6 @@ func HasInternalOwnerGroup() predicate.IdentityHolder { func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newInternalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2730,9 +2692,6 @@ func HasEnvironment() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2741,9 +2700,6 @@ func HasEnvironment() predicate.IdentityHolder { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2759,9 +2715,6 @@ func HasScope() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2770,9 +2723,6 @@ func HasScope() predicate.IdentityHolder { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2788,9 +2738,6 @@ func HasEmployer() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EmployerTable, EmployerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2799,9 +2746,6 @@ func HasEmployer() predicate.IdentityHolder { func HasEmployerWith(preds ...predicate.Entity) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newEmployerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2817,9 +2761,6 @@ func HasAssessmentResponses() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentResponsesTable, AssessmentResponsesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -2828,9 +2769,6 @@ func HasAssessmentResponses() predicate.IdentityHolder { func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newAssessmentResponsesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2846,9 +2784,6 @@ func HasAssessments() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssessmentsTable, AssessmentsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.IdentityHolderAssessments sqlgraph.HasNeighbors(s, step) }) } @@ -2857,9 +2792,6 @@ func HasAssessments() predicate.IdentityHolder { func HasAssessmentsWith(preds ...predicate.Assessment) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newAssessmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.IdentityHolderAssessments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2875,9 +2807,6 @@ func HasTemplates() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TemplatesTable, TemplatesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.IdentityHolderTemplates sqlgraph.HasNeighbors(s, step) }) } @@ -2886,9 +2815,6 @@ func HasTemplates() predicate.IdentityHolder { func HasTemplatesWith(preds ...predicate.Template) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.IdentityHolderTemplates sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2904,9 +2830,6 @@ func HasAssets() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.IdentityHolderAssets sqlgraph.HasNeighbors(s, step) }) } @@ -2915,9 +2838,6 @@ func HasAssets() predicate.IdentityHolder { func HasAssetsWith(preds ...predicate.Asset) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.IdentityHolderAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2933,9 +2853,6 @@ func HasEntities() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolderEntities sqlgraph.HasNeighbors(s, step) }) } @@ -2944,9 +2861,6 @@ func HasEntities() predicate.IdentityHolder { func HasEntitiesWith(preds ...predicate.Entity) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolderEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2962,9 +2876,6 @@ func HasDirectoryAccounts() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountsTable, DirectoryAccountsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -2973,9 +2884,6 @@ func HasDirectoryAccounts() predicate.IdentityHolder { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2991,9 +2899,6 @@ func HasControls() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3002,9 +2907,6 @@ func HasControls() predicate.IdentityHolder { func HasControlsWith(preds ...predicate.Control) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3020,9 +2922,6 @@ func HasSubcontrols() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3031,9 +2930,6 @@ func HasSubcontrols() predicate.IdentityHolder { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3049,9 +2945,6 @@ func HasPlatforms() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3060,9 +2953,6 @@ func HasPlatforms() predicate.IdentityHolder { func HasPlatformsWith(preds ...predicate.Platform) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3078,9 +2968,6 @@ func HasCampaigns() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignsTable, CampaignsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3089,9 +2976,6 @@ func HasCampaigns() predicate.IdentityHolder { func HasCampaignsWith(preds ...predicate.Campaign) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3107,9 +2991,6 @@ func HasTasks() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.IdentityHolderTasks sqlgraph.HasNeighbors(s, step) }) } @@ -3118,9 +2999,6 @@ func HasTasks() predicate.IdentityHolder { func HasTasksWith(preds ...predicate.Task) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.IdentityHolderTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3136,9 +3014,6 @@ func HasFiles() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IdentityHolderFiles sqlgraph.HasNeighbors(s, step) }) } @@ -3147,9 +3022,6 @@ func HasFiles() predicate.IdentityHolder { func HasFilesWith(preds ...predicate.File) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IdentityHolderFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3165,9 +3037,6 @@ func HasFindings() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3176,9 +3045,6 @@ func HasFindings() predicate.IdentityHolder { func HasFindingsWith(preds ...predicate.Finding) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3194,9 +3060,6 @@ func HasWorkflowObjectRefs() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3205,9 +3068,6 @@ func HasWorkflowObjectRefs() predicate.IdentityHolder { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3223,9 +3083,6 @@ func HasAccessPlatforms() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AccessPlatformsTable, AccessPlatformsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -3234,9 +3091,6 @@ func HasAccessPlatforms() predicate.IdentityHolder { func HasAccessPlatformsWith(preds ...predicate.Platform) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newAccessPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3252,9 +3106,6 @@ func HasUser() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -3263,9 +3114,6 @@ func HasUser() predicate.IdentityHolder { func HasUserWith(preds ...predicate.User) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3281,9 +3129,6 @@ func HasInternalPolicies() predicate.IdentityHolder { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3292,9 +3137,6 @@ func HasInternalPolicies() predicate.IdentityHolder { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.IdentityHolder { return predicate.IdentityHolder(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/identityholder_create.go b/internal/ent/generated/identityholder_create.go index 49fa26e5f5..72bf80ccd7 100644 --- a/internal/ent/generated/identityholder_create.go +++ b/internal/ent/generated/identityholder_create.go @@ -1077,7 +1077,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS _node = &IdentityHolder{config: _c.config} _spec = sqlgraph.NewCreateSpec(identityholder.Table, sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.IdentityHolder if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1221,7 +1220,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1239,7 +1237,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1256,7 +1253,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1273,7 +1269,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1290,7 +1285,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1308,7 +1302,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1326,7 +1319,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1344,7 +1336,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1362,7 +1353,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1380,7 +1370,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1397,7 +1386,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1414,7 +1402,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1431,7 +1418,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1448,7 +1434,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1465,7 +1450,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1482,7 +1466,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1499,7 +1482,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1516,7 +1498,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1533,7 +1514,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1550,7 +1530,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1567,7 +1546,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1584,7 +1562,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1601,7 +1578,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1618,7 +1594,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1635,7 +1610,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1653,7 +1627,6 @@ func (_c *IdentityHolderCreate) createSpec() (*IdentityHolder, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/identityholder_delete.go b/internal/ent/generated/identityholder_delete.go index e4aa070aef..878db4631f 100644 --- a/internal/ent/generated/identityholder_delete.go +++ b/internal/ent/generated/identityholder_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/identityholder" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // IdentityHolderDelete is the builder for deleting a IdentityHolder entity. @@ -43,8 +41,6 @@ func (_d *IdentityHolderDelete) ExecX(ctx context.Context) int { func (_d *IdentityHolderDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(identityholder.Table, sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.IdentityHolder - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/identityholder_query.go b/internal/ent/generated/identityholder_query.go index fca52760a2..11b676eb1b 100644 --- a/internal/ent/generated/identityholder_query.go +++ b/internal/ent/generated/identityholder_query.go @@ -35,7 +35,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -145,9 +144,6 @@ func (_q *IdentityHolderQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, identityholder.OwnerTable, identityholder.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -170,9 +166,6 @@ func (_q *IdentityHolderQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.BlockedGroupsTable, identityholder.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -195,9 +188,6 @@ func (_q *IdentityHolderQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.EditorsTable, identityholder.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -220,9 +210,6 @@ func (_q *IdentityHolderQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.ViewersTable, identityholder.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -245,9 +232,6 @@ func (_q *IdentityHolderQuery) QueryInternalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.InternalOwnerUserTable, identityholder.InternalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -270,9 +254,6 @@ func (_q *IdentityHolderQuery) QueryInternalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.InternalOwnerGroupTable, identityholder.InternalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -295,9 +276,6 @@ func (_q *IdentityHolderQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.EnvironmentTable, identityholder.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -320,9 +298,6 @@ func (_q *IdentityHolderQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.ScopeTable, identityholder.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -345,9 +320,6 @@ func (_q *IdentityHolderQuery) QueryEmployer() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, identityholder.EmployerTable, identityholder.EmployerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -370,9 +342,6 @@ func (_q *IdentityHolderQuery) QueryAssessmentResponses() *AssessmentResponseQue sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.AssessmentResponsesTable, identityholder.AssessmentResponsesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -395,9 +364,6 @@ func (_q *IdentityHolderQuery) QueryAssessments() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.AssessmentsTable, identityholder.AssessmentsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.IdentityHolderAssessments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -420,9 +386,6 @@ func (_q *IdentityHolderQuery) QueryTemplates() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.TemplatesTable, identityholder.TemplatesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.IdentityHolderTemplates fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -445,9 +408,6 @@ func (_q *IdentityHolderQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.AssetsTable, identityholder.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.IdentityHolderAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -470,9 +430,6 @@ func (_q *IdentityHolderQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.EntitiesTable, identityholder.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.IdentityHolderEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -495,9 +452,6 @@ func (_q *IdentityHolderQuery) QueryDirectoryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.DirectoryAccountsTable, identityholder.DirectoryAccountsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -520,9 +474,6 @@ func (_q *IdentityHolderQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.ControlsTable, identityholder.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -545,9 +496,6 @@ func (_q *IdentityHolderQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.SubcontrolsTable, identityholder.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -570,9 +518,6 @@ func (_q *IdentityHolderQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.PlatformsTable, identityholder.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -595,9 +540,6 @@ func (_q *IdentityHolderQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.CampaignsTable, identityholder.CampaignsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -620,9 +562,6 @@ func (_q *IdentityHolderQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.TasksTable, identityholder.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.IdentityHolderTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -645,9 +584,6 @@ func (_q *IdentityHolderQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, identityholder.FilesTable, identityholder.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IdentityHolderFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -670,9 +606,6 @@ func (_q *IdentityHolderQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.FindingsTable, identityholder.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -695,9 +628,6 @@ func (_q *IdentityHolderQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, identityholder.WorkflowObjectRefsTable, identityholder.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -720,9 +650,6 @@ func (_q *IdentityHolderQuery) QueryAccessPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, identityholder.AccessPlatformsTable, identityholder.AccessPlatformsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -745,9 +672,6 @@ func (_q *IdentityHolderQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, identityholder.UserTable, identityholder.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -770,9 +694,6 @@ func (_q *IdentityHolderQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, identityholder.InternalPoliciesTable, identityholder.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1412,8 +1333,6 @@ func (_q *IdentityHolderQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.IdentityHolder - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2060,7 +1979,6 @@ func (_q *IdentityHolderQuery) loadAssessments(ctx context.Context, query *Asses } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.AssessmentsTable) - joinT.Schema(_q.schemaConfig.IdentityHolderAssessments) s.Join(joinT).On(s.C(assessment.FieldID), joinT.C(identityholder.AssessmentsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.AssessmentsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2122,7 +2040,6 @@ func (_q *IdentityHolderQuery) loadTemplates(ctx context.Context, query *Templat } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.TemplatesTable) - joinT.Schema(_q.schemaConfig.IdentityHolderTemplates) s.Join(joinT).On(s.C(template.FieldID), joinT.C(identityholder.TemplatesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.TemplatesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2184,7 +2101,6 @@ func (_q *IdentityHolderQuery) loadAssets(ctx context.Context, query *AssetQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.AssetsTable) - joinT.Schema(_q.schemaConfig.IdentityHolderAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(identityholder.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2246,7 +2162,6 @@ func (_q *IdentityHolderQuery) loadEntities(ctx context.Context, query *EntityQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.EntitiesTable) - joinT.Schema(_q.schemaConfig.IdentityHolderEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(identityholder.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2341,7 +2256,6 @@ func (_q *IdentityHolderQuery) loadControls(ctx context.Context, query *ControlQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlIdentityHolders) s.Join(joinT).On(s.C(control.FieldID), joinT.C(identityholder.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2403,7 +2317,6 @@ func (_q *IdentityHolderQuery) loadSubcontrols(ctx context.Context, query *Subco } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolIdentityHolders) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(identityholder.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2465,7 +2378,6 @@ func (_q *IdentityHolderQuery) loadPlatforms(ctx context.Context, query *Platfor } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformIdentityHolders) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(identityholder.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2527,7 +2439,6 @@ func (_q *IdentityHolderQuery) loadCampaigns(ctx context.Context, query *Campaig } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.CampaignsTable) - joinT.Schema(_q.schemaConfig.CampaignIdentityHolders) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(identityholder.CampaignsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.CampaignsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2589,7 +2500,6 @@ func (_q *IdentityHolderQuery) loadTasks(ctx context.Context, query *TaskQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.TasksTable) - joinT.Schema(_q.schemaConfig.IdentityHolderTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(identityholder.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2651,7 +2561,6 @@ func (_q *IdentityHolderQuery) loadFiles(ctx context.Context, query *FileQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.FilesTable) - joinT.Schema(_q.schemaConfig.IdentityHolderFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(identityholder.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(identityholder.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2713,7 +2622,6 @@ func (_q *IdentityHolderQuery) loadFindings(ctx context.Context, query *FindingQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingIdentityHolders) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(identityholder.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2866,7 +2774,6 @@ func (_q *IdentityHolderQuery) loadInternalPolicies(ctx context.Context, query * } query.Where(func(s *sql.Selector) { joinT := sql.Table(identityholder.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyIdentityHolders) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(identityholder.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(identityholder.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2918,8 +2825,6 @@ func (_q *IdentityHolderQuery) loadInternalPolicies(ctx context.Context, query * func (_q *IdentityHolderQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.IdentityHolder - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3006,9 +2911,6 @@ func (_q *IdentityHolderQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.IdentityHolder) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/identityholder_update.go b/internal/ent/generated/identityholder_update.go index bca1b337a6..672ea80392 100644 --- a/internal/ent/generated/identityholder_update.go +++ b/internal/ent/generated/identityholder_update.go @@ -34,8 +34,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // IdentityHolderUpdate is the builder for updating IdentityHolder entities. @@ -1762,7 +1760,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1776,7 +1773,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1793,7 +1789,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1810,7 +1805,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1824,7 +1818,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1841,7 +1834,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1858,7 +1850,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1872,7 +1863,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1889,7 +1879,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1906,7 +1895,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -1920,7 +1908,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1937,7 +1924,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -1951,7 +1937,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1968,7 +1953,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1982,7 +1966,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1999,7 +1982,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2013,7 +1995,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2030,7 +2011,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmployerIDs(); len(nodes) > 0 { @@ -2044,7 +2024,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2061,7 +2040,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -2075,7 +2053,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2092,7 +2069,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2109,7 +2085,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -2123,7 +2098,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2140,7 +2114,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2157,7 +2130,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -2171,7 +2143,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2188,7 +2159,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2205,7 +2175,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2219,7 +2188,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2236,7 +2204,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2253,7 +2220,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2267,7 +2233,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2284,7 +2249,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2301,7 +2265,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -2315,7 +2278,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2332,7 +2294,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2349,7 +2310,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2363,7 +2323,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2380,7 +2339,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2397,7 +2355,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2411,7 +2368,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2428,7 +2384,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2445,7 +2400,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2459,7 +2413,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2476,7 +2429,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2493,7 +2445,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2507,7 +2458,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2524,7 +2474,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2541,7 +2490,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2555,7 +2503,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2572,7 +2519,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2589,7 +2535,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2603,7 +2548,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2620,7 +2564,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2637,7 +2580,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2651,7 +2593,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2668,7 +2609,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2685,7 +2625,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2699,7 +2638,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2716,7 +2654,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2733,7 +2670,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAccessPlatformsIDs(); len(nodes) > 0 && !_u.mutation.AccessPlatformsCleared() { @@ -2747,7 +2683,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2764,7 +2699,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2781,7 +2715,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -2795,7 +2728,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2812,7 +2744,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2826,7 +2757,6 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2843,14 +2773,11 @@ func (_u *IdentityHolderUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IdentityHolder - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4613,7 +4540,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4627,7 +4553,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4644,7 +4569,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4661,7 +4585,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4675,7 +4598,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4692,7 +4614,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4709,7 +4630,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -4723,7 +4643,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4740,7 +4659,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4757,7 +4675,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -4771,7 +4688,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4788,7 +4704,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -4802,7 +4717,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4819,7 +4733,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4833,7 +4746,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4850,7 +4762,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4864,7 +4775,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4881,7 +4791,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmployerIDs(); len(nodes) > 0 { @@ -4895,7 +4804,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4912,7 +4820,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -4926,7 +4833,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4943,7 +4849,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4960,7 +4865,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -4974,7 +4878,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4991,7 +4894,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5008,7 +4910,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -5022,7 +4923,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5039,7 +4939,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5056,7 +4955,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -5070,7 +4968,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5087,7 +4984,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5104,7 +5000,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -5118,7 +5013,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5135,7 +5029,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5152,7 +5045,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -5166,7 +5058,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5183,7 +5074,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5200,7 +5090,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -5214,7 +5103,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5231,7 +5119,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5248,7 +5135,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -5262,7 +5148,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5279,7 +5164,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5296,7 +5180,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -5310,7 +5193,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5327,7 +5209,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5344,7 +5225,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -5358,7 +5238,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5375,7 +5254,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5392,7 +5270,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5406,7 +5283,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5423,7 +5299,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5440,7 +5315,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -5454,7 +5328,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5471,7 +5344,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5488,7 +5360,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -5502,7 +5373,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5519,7 +5389,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5536,7 +5405,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -5550,7 +5418,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5567,7 +5434,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5584,7 +5450,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAccessPlatformsIDs(); len(nodes) > 0 && !_u.mutation.AccessPlatformsCleared() { @@ -5598,7 +5463,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5615,7 +5479,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5632,7 +5495,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -5646,7 +5508,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5663,7 +5524,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -5677,7 +5537,6 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5694,14 +5553,11 @@ func (_u *IdentityHolderUpdateOne) sqlSave(ctx context.Context) (_node *Identity IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IdentityHolder - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &IdentityHolder{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/impersonationevent/where.go b/internal/ent/generated/impersonationevent/where.go index e1e18ab609..7e2dca9d1e 100644 --- a/internal/ent/generated/impersonationevent/where.go +++ b/internal/ent/generated/impersonationevent/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1100,9 +1098,6 @@ func HasUser() predicate.ImpersonationEvent { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -1111,9 +1106,6 @@ func HasUser() predicate.ImpersonationEvent { func HasUserWith(preds ...predicate.User) predicate.ImpersonationEvent { return predicate.ImpersonationEvent(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1129,9 +1121,6 @@ func HasTargetUser() predicate.ImpersonationEvent { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TargetUserTable, TargetUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -1140,9 +1129,6 @@ func HasTargetUser() predicate.ImpersonationEvent { func HasTargetUserWith(preds ...predicate.User) predicate.ImpersonationEvent { return predicate.ImpersonationEvent(func(s *sql.Selector) { step := newTargetUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1158,9 +1144,6 @@ func HasOrganization() predicate.ImpersonationEvent { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OrganizationTable, OrganizationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -1169,9 +1152,6 @@ func HasOrganization() predicate.ImpersonationEvent { func HasOrganizationWith(preds ...predicate.Organization) predicate.ImpersonationEvent { return predicate.ImpersonationEvent(func(s *sql.Selector) { step := newOrganizationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/impersonationevent_create.go b/internal/ent/generated/impersonationevent_create.go index ed1e394c59..3370857693 100644 --- a/internal/ent/generated/impersonationevent_create.go +++ b/internal/ent/generated/impersonationevent_create.go @@ -373,7 +373,6 @@ func (_c *ImpersonationEventCreate) createSpec() (*ImpersonationEvent, *sqlgraph _node = &ImpersonationEvent{config: _c.config} _spec = sqlgraph.NewCreateSpec(impersonationevent.Table, sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ImpersonationEvent if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -445,7 +444,6 @@ func (_c *ImpersonationEventCreate) createSpec() (*ImpersonationEvent, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -463,7 +461,6 @@ func (_c *ImpersonationEventCreate) createSpec() (*ImpersonationEvent, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -481,7 +478,6 @@ func (_c *ImpersonationEventCreate) createSpec() (*ImpersonationEvent, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/impersonationevent_delete.go b/internal/ent/generated/impersonationevent_delete.go index bec8624cac..f05c4f5eda 100644 --- a/internal/ent/generated/impersonationevent_delete.go +++ b/internal/ent/generated/impersonationevent_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/impersonationevent" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // ImpersonationEventDelete is the builder for deleting a ImpersonationEvent entity. @@ -43,8 +41,6 @@ func (_d *ImpersonationEventDelete) ExecX(ctx context.Context) int { func (_d *ImpersonationEventDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(impersonationevent.Table, sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ImpersonationEvent - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/impersonationevent_query.go b/internal/ent/generated/impersonationevent_query.go index 8f6d98edbf..5c11d5ec50 100644 --- a/internal/ent/generated/impersonationevent_query.go +++ b/internal/ent/generated/impersonationevent_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -84,9 +83,6 @@ func (_q *ImpersonationEventQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.UserTable, impersonationevent.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -109,9 +105,6 @@ func (_q *ImpersonationEventQuery) QueryTargetUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.TargetUserTable, impersonationevent.TargetUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -134,9 +127,6 @@ func (_q *ImpersonationEventQuery) QueryOrganization() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, impersonationevent.OrganizationTable, impersonationevent.OrganizationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -471,8 +461,6 @@ func (_q *ImpersonationEventQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ImpersonationEvent - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -601,8 +589,6 @@ func (_q *ImpersonationEventQuery) loadOrganization(ctx context.Context, query * func (_q *ImpersonationEventQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ImpersonationEvent - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -677,9 +663,6 @@ func (_q *ImpersonationEventQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ImpersonationEvent) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/impersonationevent_update.go b/internal/ent/generated/impersonationevent_update.go index 8d21819664..01f4c65464 100644 --- a/internal/ent/generated/impersonationevent_update.go +++ b/internal/ent/generated/impersonationevent_update.go @@ -14,8 +14,6 @@ import ( "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/impersonationevent" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ImpersonationEventUpdate is the builder for updating ImpersonationEvent entities. @@ -277,8 +275,6 @@ func (_u *ImpersonationEventUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.ScopesCleared() { _spec.ClearField(impersonationevent.FieldScopes, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.ImpersonationEvent - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -576,8 +572,6 @@ func (_u *ImpersonationEventUpdateOne) sqlSave(ctx context.Context) (_node *Impe if _u.mutation.ScopesCleared() { _spec.ClearField(impersonationevent.FieldScopes, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.ImpersonationEvent - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ImpersonationEvent{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/integration/where.go b/internal/ent/generated/integration/where.go index ca1bfebd5b..5d018b0628 100644 --- a/internal/ent/generated/integration/where.go +++ b/internal/ent/generated/integration/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1985,9 +1983,6 @@ func HasOwner() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -1996,9 +1991,6 @@ func HasOwner() predicate.Integration { func HasOwnerWith(preds ...predicate.Organization) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2014,9 +2006,6 @@ func HasEnvironment() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -2025,9 +2014,6 @@ func HasEnvironment() predicate.Integration { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2043,9 +2029,6 @@ func HasScope() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -2054,9 +2037,6 @@ func HasScope() predicate.Integration { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2072,9 +2052,6 @@ func HasSecrets() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SecretsTable, SecretsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.IntegrationSecrets sqlgraph.HasNeighbors(s, step) }) } @@ -2083,9 +2060,6 @@ func HasSecrets() predicate.Integration { func HasSecretsWith(preds ...predicate.Hush) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newSecretsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.IntegrationSecrets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2101,9 +2075,6 @@ func HasFiles() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2112,9 +2083,6 @@ func HasFiles() predicate.Integration { func HasFilesWith(preds ...predicate.File) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2130,9 +2098,6 @@ func HasEvents() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationEvents sqlgraph.HasNeighbors(s, step) }) } @@ -2141,9 +2106,6 @@ func HasEvents() predicate.Integration { func HasEventsWith(preds ...predicate.Event) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2159,9 +2121,6 @@ func HasFindings() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.IntegrationFindings sqlgraph.HasNeighbors(s, step) }) } @@ -2170,9 +2129,6 @@ func HasFindings() predicate.Integration { func HasFindingsWith(preds ...predicate.Finding) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.IntegrationFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2188,9 +2144,6 @@ func HasVulnerabilities() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -2199,9 +2152,6 @@ func HasVulnerabilities() predicate.Integration { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2217,9 +2167,6 @@ func HasInternalPolicies() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -2228,9 +2175,6 @@ func HasInternalPolicies() predicate.Integration { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2246,9 +2190,6 @@ func HasReviews() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.IntegrationReviews sqlgraph.HasNeighbors(s, step) }) } @@ -2257,9 +2198,6 @@ func HasReviews() predicate.Integration { func HasReviewsWith(preds ...predicate.Review) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.IntegrationReviews sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2275,9 +2213,6 @@ func HasRemediations() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.IntegrationRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -2286,9 +2221,6 @@ func HasRemediations() predicate.Integration { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.IntegrationRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2304,9 +2236,6 @@ func HasTasks() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2315,9 +2244,6 @@ func HasTasks() predicate.Integration { func HasTasksWith(preds ...predicate.Task) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2333,9 +2259,6 @@ func HasActionPlans() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.IntegrationActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2344,9 +2267,6 @@ func HasActionPlans() predicate.Integration { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.IntegrationActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2362,9 +2282,6 @@ func HasAssets() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssetsTable, AssetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -2373,9 +2290,6 @@ func HasAssets() predicate.Integration { func HasAssetsWith(preds ...predicate.Asset) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2391,9 +2305,6 @@ func HasDirectoryAccounts() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountsTable, DirectoryAccountsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -2402,9 +2313,6 @@ func HasDirectoryAccounts() predicate.Integration { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2420,9 +2328,6 @@ func HasDirectoryGroups() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryGroupsTable, DirectoryGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -2431,9 +2336,6 @@ func HasDirectoryGroups() predicate.Integration { func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newDirectoryGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2449,9 +2351,6 @@ func HasDirectoryMemberships() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryMembershipsTable, DirectoryMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2460,9 +2359,6 @@ func HasDirectoryMemberships() predicate.Integration { func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newDirectoryMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2478,9 +2374,6 @@ func HasDirectorySyncRuns() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectorySyncRunsTable, DirectorySyncRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -2489,9 +2382,6 @@ func HasDirectorySyncRuns() predicate.Integration { func HasDirectorySyncRunsWith(preds ...predicate.DirectorySyncRun) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newDirectorySyncRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2507,9 +2397,6 @@ func HasCheckResults() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CheckResultsTable, CheckResultsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResult sqlgraph.HasNeighbors(s, step) }) } @@ -2518,9 +2405,6 @@ func HasCheckResults() predicate.Integration { func HasCheckResultsWith(preds ...predicate.CheckResult) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newCheckResultsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2536,9 +2420,6 @@ func HasPlatform() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -2547,9 +2428,6 @@ func HasPlatform() predicate.Integration { func HasPlatformWith(preds ...predicate.Platform) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2565,9 +2443,6 @@ func HasNotificationTemplates() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationTemplatesTable, NotificationTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2576,9 +2451,6 @@ func HasNotificationTemplates() predicate.Integration { func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newNotificationTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2594,9 +2466,6 @@ func HasEmailTemplates() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplatesTable, EmailTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2605,9 +2474,6 @@ func HasEmailTemplates() predicate.Integration { func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newEmailTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2623,9 +2489,6 @@ func HasCampaigns() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -2634,9 +2497,6 @@ func HasCampaigns() predicate.Integration { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2652,9 +2512,6 @@ func HasIntegrationWebhooks() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationWebhooksTable, IntegrationWebhooksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighbors(s, step) }) } @@ -2663,9 +2520,6 @@ func HasIntegrationWebhooks() predicate.Integration { func HasIntegrationWebhooksWith(preds ...predicate.IntegrationWebhook) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newIntegrationWebhooksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2681,9 +2535,6 @@ func HasIntegrationRuns() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationRunsTable, IntegrationRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -2692,9 +2543,6 @@ func HasIntegrationRuns() predicate.Integration { func HasIntegrationRunsWith(preds ...predicate.IntegrationRun) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newIntegrationRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2710,9 +2558,6 @@ func HasEntities() predicate.Integration { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityIntegrations sqlgraph.HasNeighbors(s, step) }) } @@ -2721,9 +2566,6 @@ func HasEntities() predicate.Integration { func HasEntitiesWith(preds ...predicate.Entity) predicate.Integration { return predicate.Integration(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityIntegrations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/integration_create.go b/internal/ent/generated/integration_create.go index c458e12a6c..666f11aa32 100644 --- a/internal/ent/generated/integration_create.go +++ b/internal/ent/generated/integration_create.go @@ -996,7 +996,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { _node = &Integration{config: _c.config} _spec = sqlgraph.NewCreateSpec(integration.Table, sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Integration if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1132,7 +1131,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1150,7 +1148,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1168,7 +1165,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1186,7 +1182,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1203,7 +1198,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1220,7 +1214,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1237,7 +1230,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1254,7 +1246,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1271,7 +1262,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1288,7 +1278,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1305,7 +1294,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1322,7 +1310,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1339,7 +1326,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1356,7 +1342,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1373,7 +1358,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1390,7 +1374,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1407,7 +1390,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1424,7 +1406,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1441,7 +1422,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1458,7 +1438,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1476,7 +1455,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1493,7 +1471,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1510,7 +1487,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1527,7 +1503,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1544,7 +1519,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1561,7 +1535,6 @@ func (_c *IntegrationCreate) createSpec() (*Integration, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/integration_delete.go b/internal/ent/generated/integration_delete.go index 1e7ee9b605..5257d74f5f 100644 --- a/internal/ent/generated/integration_delete.go +++ b/internal/ent/generated/integration_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/integration" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // IntegrationDelete is the builder for deleting a Integration entity. @@ -43,8 +41,6 @@ func (_d *IntegrationDelete) ExecX(ctx context.Context) int { func (_d *IntegrationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(integration.Table, sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Integration - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/integration_query.go b/internal/ent/generated/integration_query.go index 53d87e1217..c05fe1c5e8 100644 --- a/internal/ent/generated/integration_query.go +++ b/internal/ent/generated/integration_query.go @@ -41,7 +41,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -155,9 +154,6 @@ func (_q *IntegrationQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integration.OwnerTable, integration.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -180,9 +176,6 @@ func (_q *IntegrationQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integration.EnvironmentTable, integration.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -205,9 +198,6 @@ func (_q *IntegrationQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integration.ScopeTable, integration.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -230,9 +220,6 @@ func (_q *IntegrationQuery) QuerySecrets() *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.SecretsTable, integration.SecretsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.IntegrationSecrets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -255,9 +242,6 @@ func (_q *IntegrationQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.FilesTable, integration.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -280,9 +264,6 @@ func (_q *IntegrationQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.EventsTable, integration.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -305,9 +286,6 @@ func (_q *IntegrationQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.FindingsTable, integration.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.IntegrationFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -330,9 +308,6 @@ func (_q *IntegrationQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.VulnerabilitiesTable, integration.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -355,9 +330,6 @@ func (_q *IntegrationQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.InternalPoliciesTable, integration.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -380,9 +352,6 @@ func (_q *IntegrationQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.ReviewsTable, integration.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.IntegrationReviews fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -405,9 +374,6 @@ func (_q *IntegrationQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.RemediationsTable, integration.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.IntegrationRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -430,9 +396,6 @@ func (_q *IntegrationQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.TasksTable, integration.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -455,9 +418,6 @@ func (_q *IntegrationQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, integration.ActionPlansTable, integration.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.IntegrationActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -480,9 +440,6 @@ func (_q *IntegrationQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.AssetsTable, integration.AssetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -505,9 +462,6 @@ func (_q *IntegrationQuery) QueryDirectoryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryAccountsTable, integration.DirectoryAccountsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -530,9 +484,6 @@ func (_q *IntegrationQuery) QueryDirectoryGroups() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryGroupsTable, integration.DirectoryGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -555,9 +506,6 @@ func (_q *IntegrationQuery) QueryDirectoryMemberships() *DirectoryMembershipQuer sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectoryMembershipsTable, integration.DirectoryMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -580,9 +528,6 @@ func (_q *IntegrationQuery) QueryDirectorySyncRuns() *DirectorySyncRunQuery { sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.DirectorySyncRunsTable, integration.DirectorySyncRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -605,9 +550,6 @@ func (_q *IntegrationQuery) QueryCheckResults() *CheckResultQuery { sqlgraph.To(checkresult.Table, checkresult.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.CheckResultsTable, integration.CheckResultsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CheckResult - step.Edge.Schema = schemaConfig.CheckResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -630,9 +572,6 @@ func (_q *IntegrationQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integration.PlatformTable, integration.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -655,9 +594,6 @@ func (_q *IntegrationQuery) QueryNotificationTemplates() *NotificationTemplateQu sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.NotificationTemplatesTable, integration.NotificationTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -680,9 +616,6 @@ func (_q *IntegrationQuery) QueryEmailTemplates() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.EmailTemplatesTable, integration.EmailTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -705,9 +638,6 @@ func (_q *IntegrationQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.CampaignsTable, integration.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -730,9 +660,6 @@ func (_q *IntegrationQuery) QueryIntegrationWebhooks() *IntegrationWebhookQuery sqlgraph.To(integrationwebhook.Table, integrationwebhook.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.IntegrationWebhooksTable, integration.IntegrationWebhooksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -755,9 +682,6 @@ func (_q *IntegrationQuery) QueryIntegrationRuns() *IntegrationRunQuery { sqlgraph.To(integrationrun.Table, integrationrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, integration.IntegrationRunsTable, integration.IntegrationRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -780,9 +704,6 @@ func (_q *IntegrationQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, integration.EntitiesTable, integration.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntityIntegrations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1426,8 +1347,6 @@ func (_q *IntegrationQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Integration - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1892,7 +1811,6 @@ func (_q *IntegrationQuery) loadSecrets(ctx context.Context, query *HushQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.SecretsTable) - joinT.Schema(_q.schemaConfig.IntegrationSecrets) s.Join(joinT).On(s.C(hush.FieldID), joinT.C(integration.SecretsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.SecretsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1985,7 +1903,6 @@ func (_q *IntegrationQuery) loadEvents(ctx context.Context, query *EventQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.EventsTable) - joinT.Schema(_q.schemaConfig.IntegrationEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(integration.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2047,7 +1964,6 @@ func (_q *IntegrationQuery) loadFindings(ctx context.Context, query *FindingQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.FindingsTable) - joinT.Schema(_q.schemaConfig.IntegrationFindings) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(integration.FindingsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.FindingsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2109,7 +2025,6 @@ func (_q *IntegrationQuery) loadVulnerabilities(ctx context.Context, query *Vuln } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.IntegrationVulnerabilities) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(integration.VulnerabilitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.VulnerabilitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2171,7 +2086,6 @@ func (_q *IntegrationQuery) loadInternalPolicies(ctx context.Context, query *Int } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.IntegrationInternalPolicies) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(integration.InternalPoliciesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.InternalPoliciesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2233,7 +2147,6 @@ func (_q *IntegrationQuery) loadReviews(ctx context.Context, query *ReviewQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.ReviewsTable) - joinT.Schema(_q.schemaConfig.IntegrationReviews) s.Join(joinT).On(s.C(review.FieldID), joinT.C(integration.ReviewsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.ReviewsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2295,7 +2208,6 @@ func (_q *IntegrationQuery) loadRemediations(ctx context.Context, query *Remedia } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.RemediationsTable) - joinT.Schema(_q.schemaConfig.IntegrationRemediations) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(integration.RemediationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.RemediationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2388,7 +2300,6 @@ func (_q *IntegrationQuery) loadActionPlans(ctx context.Context, query *ActionPl } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.ActionPlansTable) - joinT.Schema(_q.schemaConfig.IntegrationActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(integration.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(integration.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2810,7 +2721,6 @@ func (_q *IntegrationQuery) loadEntities(ctx context.Context, query *EntityQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(integration.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntityIntegrations) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(integration.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(integration.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2862,8 +2772,6 @@ func (_q *IntegrationQuery) loadEntities(ctx context.Context, query *EntityQuery func (_q *IntegrationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Integration - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2941,9 +2849,6 @@ func (_q *IntegrationQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Integration) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/integration_update.go b/internal/ent/generated/integration_update.go index 3963546eba..4ad6a27196 100644 --- a/internal/ent/generated/integration_update.go +++ b/internal/ent/generated/integration_update.go @@ -40,8 +40,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/review" "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // IntegrationUpdate is the builder for updating Integration entities. @@ -1688,7 +1686,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1702,7 +1699,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1719,7 +1715,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1733,7 +1728,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1750,7 +1744,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1764,7 +1757,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1781,7 +1773,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -1795,7 +1786,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1812,7 +1802,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1818,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1843,7 +1831,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1860,7 +1847,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1877,7 +1863,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1891,7 +1876,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1908,7 +1892,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1925,7 +1908,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -1939,7 +1921,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1956,7 +1937,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1973,7 +1953,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -1987,7 +1966,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2004,7 +1982,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2021,7 +1998,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2035,7 +2011,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2052,7 +2027,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2069,7 +2043,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2083,7 +2056,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2100,7 +2072,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2117,7 +2088,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -2131,7 +2101,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2148,7 +2117,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2165,7 +2133,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2179,7 +2146,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2196,7 +2162,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2213,7 +2178,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2227,7 +2191,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2244,7 +2207,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2261,7 +2223,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2275,7 +2236,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2292,7 +2252,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2309,7 +2268,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -2323,7 +2281,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2340,7 +2297,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2357,7 +2313,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -2371,7 +2326,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2388,7 +2342,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2405,7 +2358,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -2419,7 +2371,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2436,7 +2387,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2453,7 +2403,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -2467,7 +2416,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2484,7 +2432,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2501,7 +2448,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -2515,7 +2461,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2532,7 +2477,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2549,7 +2493,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -2563,7 +2506,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2580,7 +2522,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2597,7 +2538,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -2611,7 +2551,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2628,7 +2567,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2645,7 +2583,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2659,7 +2596,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2676,7 +2612,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2693,7 +2628,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationWebhooksIDs(); len(nodes) > 0 && !_u.mutation.IntegrationWebhooksCleared() { @@ -2707,7 +2641,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2724,7 +2657,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2741,7 +2673,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationRunsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationRunsCleared() { @@ -2755,7 +2686,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2772,7 +2702,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2789,7 +2718,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2803,7 +2731,6 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2820,14 +2747,11 @@ func (_u *IntegrationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Integration - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4510,7 +4434,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -4524,7 +4447,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4541,7 +4463,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4555,7 +4476,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4572,7 +4492,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4586,7 +4505,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4603,7 +4521,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -4617,7 +4534,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4634,7 +4550,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationSecrets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4651,7 +4566,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -4665,7 +4579,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4682,7 +4595,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4699,7 +4611,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -4713,7 +4624,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4730,7 +4640,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4747,7 +4656,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4761,7 +4669,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4778,7 +4685,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4795,7 +4701,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4809,7 +4714,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4826,7 +4730,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4843,7 +4746,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4857,7 +4759,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4874,7 +4775,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4891,7 +4791,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -4905,7 +4804,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4922,7 +4820,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4939,7 +4836,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -4953,7 +4849,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4970,7 +4865,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4987,7 +4881,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5001,7 +4894,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5018,7 +4910,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5035,7 +4926,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5049,7 +4939,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5066,7 +4955,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5083,7 +4971,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -5097,7 +4984,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5114,7 +5000,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5131,7 +5016,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -5145,7 +5029,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5162,7 +5045,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5179,7 +5061,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -5193,7 +5074,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5210,7 +5090,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5227,7 +5106,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -5241,7 +5119,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5258,7 +5135,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5275,7 +5151,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -5289,7 +5164,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5306,7 +5180,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5323,7 +5196,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultsCleared() { @@ -5337,7 +5209,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5354,7 +5225,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(checkresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CheckResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5371,7 +5241,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -5385,7 +5254,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5402,7 +5270,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5419,7 +5286,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -5433,7 +5299,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5450,7 +5315,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5467,7 +5331,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -5481,7 +5344,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5498,7 +5360,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5515,7 +5376,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationWebhooksIDs(); len(nodes) > 0 && !_u.mutation.IntegrationWebhooksCleared() { @@ -5529,7 +5389,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5546,7 +5405,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5563,7 +5421,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationRunsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationRunsCleared() { @@ -5577,7 +5434,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5594,7 +5450,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5611,7 +5466,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -5625,7 +5479,6 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5642,14 +5495,11 @@ func (_u *IntegrationUpdateOne) sqlSave(ctx context.Context) (_node *Integration IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityIntegrations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Integration - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Integration{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/integrationrun/where.go b/internal/ent/generated/integrationrun/where.go index 1ff6ea9a49..9f25e52646 100644 --- a/internal/ent/generated/integrationrun/where.go +++ b/internal/ent/generated/integrationrun/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1645,9 +1643,6 @@ func HasOwner() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1656,9 +1651,6 @@ func HasOwner() predicate.IntegrationRun { func HasOwnerWith(preds ...predicate.Organization) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1674,9 +1666,6 @@ func HasIntegration() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1685,9 +1674,6 @@ func HasIntegration() predicate.IntegrationRun { func HasIntegrationWith(preds ...predicate.Integration) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1703,9 +1689,6 @@ func HasRequestFile() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RequestFileTable, RequestFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1714,9 +1697,6 @@ func HasRequestFile() predicate.IntegrationRun { func HasRequestFileWith(preds ...predicate.File) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newRequestFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1732,9 +1712,6 @@ func HasResponseFile() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ResponseFileTable, ResponseFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1743,9 +1720,6 @@ func HasResponseFile() predicate.IntegrationRun { func HasResponseFileWith(preds ...predicate.File) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newResponseFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1761,9 +1735,6 @@ func HasEvent() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EventTable, EventColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1772,9 +1743,6 @@ func HasEvent() predicate.IntegrationRun { func HasEventWith(preds ...predicate.Event) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newEventStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1790,9 +1758,6 @@ func HasAssessmentResponse() predicate.IntegrationRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentResponseTable, AssessmentResponseColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -1801,9 +1766,6 @@ func HasAssessmentResponse() predicate.IntegrationRun { func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.IntegrationRun { return predicate.IntegrationRun(func(s *sql.Selector) { step := newAssessmentResponseStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/integrationrun_create.go b/internal/ent/generated/integrationrun_create.go index 894c3fcdb2..0579fd2277 100644 --- a/internal/ent/generated/integrationrun_create.go +++ b/internal/ent/generated/integrationrun_create.go @@ -535,7 +535,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS _node = &IntegrationRun{config: _c.config} _spec = sqlgraph.NewCreateSpec(integrationrun.Table, sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.IntegrationRun if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -627,7 +626,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -645,7 +643,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -663,7 +660,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -681,7 +677,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -699,7 +694,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -717,7 +711,6 @@ func (_c *IntegrationRunCreate) createSpec() (*IntegrationRun, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/integrationrun_delete.go b/internal/ent/generated/integrationrun_delete.go index 1c8bb50bca..e8c959c525 100644 --- a/internal/ent/generated/integrationrun_delete.go +++ b/internal/ent/generated/integrationrun_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/integrationrun" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // IntegrationRunDelete is the builder for deleting a IntegrationRun entity. @@ -43,8 +41,6 @@ func (_d *IntegrationRunDelete) ExecX(ctx context.Context) int { func (_d *IntegrationRunDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(integrationrun.Table, sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.IntegrationRun - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/integrationrun_query.go b/internal/ent/generated/integrationrun_query.go index c33dc95549..725a804063 100644 --- a/internal/ent/generated/integrationrun_query.go +++ b/internal/ent/generated/integrationrun_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *IntegrationRunQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationrun.OwnerTable, integrationrun.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *IntegrationRunQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationrun.IntegrationTable, integrationrun.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *IntegrationRunQuery) QueryRequestFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.RequestFileTable, integrationrun.RequestFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *IntegrationRunQuery) QueryResponseFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.ResponseFileTable, integrationrun.ResponseFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -191,9 +178,6 @@ func (_q *IntegrationRunQuery) QueryEvent() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.EventTable, integrationrun.EventColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -216,9 +200,6 @@ func (_q *IntegrationRunQuery) QueryAssessmentResponse() *AssessmentResponseQuer sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, integrationrun.AssessmentResponseTable, integrationrun.AssessmentResponseColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -598,8 +579,6 @@ func (_q *IntegrationRunQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.IntegrationRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -833,8 +812,6 @@ func (_q *IntegrationRunQuery) loadAssessmentResponse(ctx context.Context, query func (_q *IntegrationRunQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.IntegrationRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -918,9 +895,6 @@ func (_q *IntegrationRunQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.IntegrationRun) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/integrationrun_update.go b/internal/ent/generated/integrationrun_update.go index 9970a04bb7..2a4f15712f 100644 --- a/internal/ent/generated/integrationrun_update.go +++ b/internal/ent/generated/integrationrun_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/integration" "github.com/theopenlane/core/internal/ent/generated/integrationrun" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // IntegrationRunUpdate is the builder for updating IntegrationRun entities. @@ -703,7 +701,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -717,7 +714,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -734,7 +730,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RequestFileIDs(); len(nodes) > 0 { @@ -748,7 +743,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -765,7 +759,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponseFileIDs(); len(nodes) > 0 { @@ -779,7 +772,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -796,7 +788,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EventIDs(); len(nodes) > 0 { @@ -810,7 +801,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -827,7 +817,6 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -841,14 +830,11 @@ func (_u *IntegrationRunUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IntegrationRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1568,7 +1554,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1582,7 +1567,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1599,7 +1583,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RequestFileIDs(); len(nodes) > 0 { @@ -1613,7 +1596,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1630,7 +1612,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponseFileIDs(); len(nodes) > 0 { @@ -1644,7 +1625,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1661,7 +1641,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EventIDs(); len(nodes) > 0 { @@ -1675,7 +1654,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1692,7 +1670,6 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -1706,14 +1683,11 @@ func (_u *IntegrationRunUpdateOne) sqlSave(ctx context.Context) (_node *Integrat IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IntegrationRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &IntegrationRun{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/integrationwebhook/where.go b/internal/ent/generated/integrationwebhook/where.go index a3592d93a1..7c8369f6b3 100644 --- a/internal/ent/generated/integrationwebhook/where.go +++ b/internal/ent/generated/integrationwebhook/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1535,9 +1533,6 @@ func HasOwner() predicate.IntegrationWebhook { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighbors(s, step) }) } @@ -1546,9 +1541,6 @@ func HasOwner() predicate.IntegrationWebhook { func HasOwnerWith(preds ...predicate.Organization) predicate.IntegrationWebhook { return predicate.IntegrationWebhook(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1564,9 +1556,6 @@ func HasIntegration() predicate.IntegrationWebhook { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighbors(s, step) }) } @@ -1575,9 +1564,6 @@ func HasIntegration() predicate.IntegrationWebhook { func HasIntegrationWith(preds ...predicate.Integration) predicate.IntegrationWebhook { return predicate.IntegrationWebhook(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/integrationwebhook_create.go b/internal/ent/generated/integrationwebhook_create.go index 87e5bda87d..d6f3463059 100644 --- a/internal/ent/generated/integrationwebhook_create.go +++ b/internal/ent/generated/integrationwebhook_create.go @@ -457,7 +457,6 @@ func (_c *IntegrationWebhookCreate) createSpec() (*IntegrationWebhook, *sqlgraph _node = &IntegrationWebhook{config: _c.config} _spec = sqlgraph.NewCreateSpec(integrationwebhook.Table, sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.IntegrationWebhook if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -553,7 +552,6 @@ func (_c *IntegrationWebhookCreate) createSpec() (*IntegrationWebhook, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -571,7 +569,6 @@ func (_c *IntegrationWebhookCreate) createSpec() (*IntegrationWebhook, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/integrationwebhook_delete.go b/internal/ent/generated/integrationwebhook_delete.go index def2d3921b..f107756a9b 100644 --- a/internal/ent/generated/integrationwebhook_delete.go +++ b/internal/ent/generated/integrationwebhook_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/integrationwebhook" - "github.com/theopenlane/core/internal/ent/generated/internal" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // IntegrationWebhookDelete is the builder for deleting a IntegrationWebhook entity. @@ -43,8 +41,6 @@ func (_d *IntegrationWebhookDelete) ExecX(ctx context.Context) int { func (_d *IntegrationWebhookDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(integrationwebhook.Table, sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.IntegrationWebhook - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/integrationwebhook_query.go b/internal/ent/generated/integrationwebhook_query.go index d2a3fabbc5..00b7ebf71c 100644 --- a/internal/ent/generated/integrationwebhook_query.go +++ b/internal/ent/generated/integrationwebhook_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -84,9 +83,6 @@ func (_q *IntegrationWebhookQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationwebhook.OwnerTable, integrationwebhook.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.IntegrationWebhook fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -109,9 +105,6 @@ func (_q *IntegrationWebhookQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, integrationwebhook.IntegrationTable, integrationwebhook.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationWebhook fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,8 +432,6 @@ func (_q *IntegrationWebhookQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.IntegrationWebhook - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -534,8 +525,6 @@ func (_q *IntegrationWebhookQuery) loadIntegration(ctx context.Context, query *I func (_q *IntegrationWebhookQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.IntegrationWebhook - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -607,9 +596,6 @@ func (_q *IntegrationWebhookQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.IntegrationWebhook) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/integrationwebhook_update.go b/internal/ent/generated/integrationwebhook_update.go index 8605690469..0564e89101 100644 --- a/internal/ent/generated/integrationwebhook_update.go +++ b/internal/ent/generated/integrationwebhook_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/integration" "github.com/theopenlane/core/internal/ent/generated/integrationwebhook" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // IntegrationWebhookUpdate is the builder for updating IntegrationWebhook entities. @@ -530,7 +528,6 @@ func (_u *IntegrationWebhookUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -544,14 +541,11 @@ func (_u *IntegrationWebhookUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IntegrationWebhook - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1100,7 +1094,6 @@ func (_u *IntegrationWebhookUpdateOne) sqlSave(ctx context.Context) (_node *Inte IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1114,14 +1107,11 @@ func (_u *IntegrationWebhookUpdateOne) sqlSave(ctx context.Context) (_node *Inte IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.IntegrationWebhook - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &IntegrationWebhook{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/internal/schemaconfig.go b/internal/ent/generated/internal/schemaconfig.go deleted file mode 100644 index fac5508cdc..0000000000 --- a/internal/ent/generated/internal/schemaconfig.go +++ /dev/null @@ -1,353 +0,0 @@ -// Code generated by ent, DO NOT EDIT. - -package internal - -import "context" - -// SchemaConfig represents alternative schema names for all tables -// that can be passed at runtime. -type SchemaConfig struct { - APIToken string // APIToken table. - ActionPlan string // ActionPlan table. - ActionPlanBlockedGroups string // ActionPlan-blocked_groups->Group table. - ActionPlanEditors string // ActionPlan-editors->Group table. - ActionPlanViewers string // ActionPlan-viewers->Group table. - ActionPlanTasks string // ActionPlan-tasks->Task table. - Assessment string // Assessment table. - AssessmentResponse string // AssessmentResponse table. - Asset string // Asset table. - AssetConnectedAssets string // Asset-connected_assets->Asset table. - Campaign string // Campaign table. - CampaignBlockedGroups string // Campaign-blocked_groups->Group table. - CampaignEditors string // Campaign-editors->Group table. - CampaignViewers string // Campaign-viewers->Group table. - CampaignContacts string // Campaign-contacts->Contact table. - CampaignUsers string // Campaign-users->User table. - CampaignGroups string // Campaign-groups->Group table. - CampaignIdentityHolders string // Campaign-identity_holders->IdentityHolder table. - CampaignTarget string // CampaignTarget table. - CheckResult string // CheckResult table. - CheckResultControls string // CheckResult-controls->Control table. - Contact string // Contact table. - ContactFiles string // Contact-files->File table. - Control string // Control table. - ControlControlObjectives string // Control-control_objectives->ControlObjective table. - ControlTasks string // Control-tasks->Task table. - ControlNarratives string // Control-narratives->Narrative table. - ControlRisks string // Control-risks->Risk table. - ControlActionPlans string // Control-action_plans->ActionPlan table. - ControlProcedures string // Control-procedures->Procedure table. - ControlScans string // Control-scans->Scan table. - ControlBlockedGroups string // Control-blocked_groups->Group table. - ControlEditors string // Control-editors->Group table. - ControlAssets string // Control-assets->Asset table. - ControlEntities string // Control-entities->Entity table. - ControlIdentityHolders string // Control-identity_holders->IdentityHolder table. - ControlCampaigns string // Control-campaigns->Campaign table. - ControlControlImplementations string // Control-control_implementations->ControlImplementation table. - ControlImplementation string // ControlImplementation table. - ControlImplementationBlockedGroups string // ControlImplementation-blocked_groups->Group table. - ControlImplementationEditors string // ControlImplementation-editors->Group table. - ControlImplementationViewers string // ControlImplementation-viewers->Group table. - ControlImplementationTasks string // ControlImplementation-tasks->Task table. - ControlObjective string // ControlObjective table. - ControlObjectiveBlockedGroups string // ControlObjective-blocked_groups->Group table. - ControlObjectiveEditors string // ControlObjective-editors->Group table. - ControlObjectiveViewers string // ControlObjective-viewers->Group table. - ControlObjectiveTasks string // ControlObjective-tasks->Task table. - CustomDomain string // CustomDomain table. - CustomTypeEnum string // CustomTypeEnum table. - DNSVerification string // DNSVerification table. - DirectoryAccount string // DirectoryAccount table. - DirectoryAccountGroups string // DirectoryAccount-groups->DirectoryGroup table. - DirectoryGroup string // DirectoryGroup table. - DirectoryMembership string // DirectoryMembership table. - DirectorySyncRun string // DirectorySyncRun table. - Discussion string // Discussion table. - DocumentData string // DocumentData table. - DocumentDataFiles string // DocumentData-files->File table. - EmailTemplate string // EmailTemplate table. - EmailVerificationToken string // EmailVerificationToken table. - Entity string // Entity table. - EntityBlockedGroups string // Entity-blocked_groups->Group table. - EntityEditors string // Entity-editors->Group table. - EntityContacts string // Entity-contacts->Contact table. - EntityDocuments string // Entity-documents->DocumentData table. - EntityFiles string // Entity-files->File table. - EntityAssets string // Entity-assets->Asset table. - EntitySystemDetails string // Entity-system_details->SystemDetail table. - EntityIntegrations string // Entity-integrations->Integration table. - EntitySubprocessors string // Entity-subprocessors->Subprocessor table. - EntityType string // EntityType table. - Event string // Event table. - Evidence string // Evidence table. - EvidenceControls string // Evidence-controls->Control table. - EvidenceSubcontrols string // Evidence-subcontrols->Subcontrol table. - EvidenceControlObjectives string // Evidence-control_objectives->ControlObjective table. - EvidenceFiles string // Evidence-files->File table. - Export string // Export table. - File string // File table. - FileEvents string // File-events->Event table. - FileSecrets string // File-secrets->Hush table. - FileDownloadToken string // FileDownloadToken table. - Finding string // Finding table. - FindingBlockedGroups string // Finding-blocked_groups->Group table. - FindingEditors string // Finding-editors->Group table. - FindingVulnerabilities string // Finding-vulnerabilities->Vulnerability table. - FindingActionPlans string // Finding-action_plans->ActionPlan table. - FindingControls string // Finding-controls->Control table. - FindingSubcontrols string // Finding-subcontrols->Subcontrol table. - FindingRisks string // Finding-risks->Risk table. - FindingPrograms string // Finding-programs->Program table. - FindingAssets string // Finding-assets->Asset table. - FindingEntities string // Finding-entities->Entity table. - FindingScans string // Finding-scans->Scan table. - FindingTasks string // Finding-tasks->Task table. - FindingDirectoryAccounts string // Finding-directory_accounts->DirectoryAccount table. - FindingIdentityHolders string // Finding-identity_holders->IdentityHolder table. - FindingCheckResults string // Finding-check_results->CheckResult table. - FindingControl string // FindingControl table. - Group string // Group table. - GroupEvents string // Group-events->Event table. - GroupFiles string // Group-files->File table. - GroupTasks string // Group-tasks->Task table. - GroupMembership string // GroupMembership table. - GroupMembershipEvents string // GroupMembership-events->Event table. - GroupSetting string // GroupSetting table. - Hush string // Hush table. - HushEvents string // Hush-events->Event table. - IdentityHolder string // IdentityHolder table. - IdentityHolderAssessments string // IdentityHolder-assessments->Assessment table. - IdentityHolderTemplates string // IdentityHolder-templates->Template table. - IdentityHolderAssets string // IdentityHolder-assets->Asset table. - IdentityHolderEntities string // IdentityHolder-entities->Entity table. - IdentityHolderTasks string // IdentityHolder-tasks->Task table. - IdentityHolderFiles string // IdentityHolder-files->File table. - ImpersonationEvent string // ImpersonationEvent table. - Integration string // Integration table. - IntegrationSecrets string // Integration-secrets->Hush table. - IntegrationEvents string // Integration-events->Event table. - IntegrationFindings string // Integration-findings->Finding table. - IntegrationVulnerabilities string // Integration-vulnerabilities->Vulnerability table. - IntegrationInternalPolicies string // Integration-internal_policies->InternalPolicy table. - IntegrationReviews string // Integration-reviews->Review table. - IntegrationRemediations string // Integration-remediations->Remediation table. - IntegrationActionPlans string // Integration-action_plans->ActionPlan table. - IntegrationRun string // IntegrationRun table. - IntegrationWebhook string // IntegrationWebhook table. - InternalPolicy string // InternalPolicy table. - InternalPolicyBlockedGroups string // InternalPolicy-blocked_groups->Group table. - InternalPolicyEditors string // InternalPolicy-editors->Group table. - InternalPolicyControlObjectives string // InternalPolicy-control_objectives->ControlObjective table. - InternalPolicyControls string // InternalPolicy-controls->Control table. - InternalPolicySubcontrols string // InternalPolicy-subcontrols->Subcontrol table. - InternalPolicyProcedures string // InternalPolicy-procedures->Procedure table. - InternalPolicyNarratives string // InternalPolicy-narratives->Narrative table. - InternalPolicyTasks string // InternalPolicy-tasks->Task table. - InternalPolicyRisks string // InternalPolicy-risks->Risk table. - InternalPolicyAssets string // InternalPolicy-assets->Asset table. - InternalPolicyEntities string // InternalPolicy-entities->Entity table. - InternalPolicyIdentityHolders string // InternalPolicy-identity_holders->IdentityHolder table. - Invite string // Invite table. - InviteEvents string // Invite-events->Event table. - InviteGroups string // Invite-groups->Group table. - JobResult string // JobResult table. - JobRunner string // JobRunner table. - JobRunnerJobRunnerTokens string // JobRunner-job_runner_tokens->JobRunnerToken table. - JobRunnerRegistrationToken string // JobRunnerRegistrationToken table. - JobRunnerToken string // JobRunnerToken table. - JobTemplate string // JobTemplate table. - MappableDomain string // MappableDomain table. - MappedControl string // MappedControl table. - MappedControlBlockedGroups string // MappedControl-blocked_groups->Group table. - MappedControlEditors string // MappedControl-editors->Group table. - MappedControlFromControls string // MappedControl-from_controls->Control table. - MappedControlToControls string // MappedControl-to_controls->Control table. - MappedControlFromSubcontrols string // MappedControl-from_subcontrols->Subcontrol table. - MappedControlToSubcontrols string // MappedControl-to_subcontrols->Subcontrol table. - Narrative string // Narrative table. - NarrativeBlockedGroups string // Narrative-blocked_groups->Group table. - NarrativeEditors string // Narrative-editors->Group table. - NarrativeViewers string // Narrative-viewers->Group table. - Note string // Note table. - Notification string // Notification table. - NotificationPreference string // NotificationPreference table. - NotificationTemplate string // NotificationTemplate table. - Onboarding string // Onboarding table. - OrgMembership string // OrgMembership table. - OrgMembershipEvents string // OrgMembership-events->Event table. - OrgModule string // OrgModule table. - OrgModuleOrgPrices string // OrgModule-org_prices->OrgPrice table. - OrgPrice string // OrgPrice table. - OrgProduct string // OrgProduct table. - OrgProductOrgPrices string // OrgProduct-org_prices->OrgPrice table. - OrgSubscription string // OrgSubscription table. - OrgSubscriptionEvents string // OrgSubscription-events->Event table. - Organization string // Organization table. - OrganizationPersonalAccessTokens string // Organization-personal_access_tokens->PersonalAccessToken table. - OrganizationFiles string // Organization-files->File table. - OrganizationEvents string // Organization-events->Event table. - OrganizationSetting string // OrganizationSetting table. - OrganizationSettingFiles string // OrganizationSetting-files->File table. - PasswordResetToken string // PasswordResetToken table. - PersonalAccessToken string // PersonalAccessToken table. - PersonalAccessTokenEvents string // PersonalAccessToken-events->Event table. - Platform string // Platform table. - PlatformBlockedGroups string // Platform-blocked_groups->Group table. - PlatformEditors string // Platform-editors->Group table. - PlatformViewers string // Platform-viewers->Group table. - PlatformAssets string // Platform-assets->Asset table. - PlatformEntities string // Platform-entities->Entity table. - PlatformEvidence string // Platform-evidence->Evidence table. - PlatformFiles string // Platform-files->File table. - PlatformRisks string // Platform-risks->Risk table. - PlatformControls string // Platform-controls->Control table. - PlatformAssessments string // Platform-assessments->Assessment table. - PlatformScans string // Platform-scans->Scan table. - PlatformTasks string // Platform-tasks->Task table. - PlatformIdentityHolders string // Platform-identity_holders->IdentityHolder table. - PlatformSourceEntities string // Platform-source_entities->Entity table. - PlatformOutOfScopeAssets string // Platform-out_of_scope_assets->Asset table. - PlatformOutOfScopeVendors string // Platform-out_of_scope_vendors->Entity table. - PlatformApplicableFrameworks string // Platform-applicable_frameworks->Standard table. - PlatformSystemDetails string // Platform-system_details->SystemDetail table. - Procedure string // Procedure table. - ProcedureBlockedGroups string // Procedure-blocked_groups->Group table. - ProcedureEditors string // Procedure-editors->Group table. - ProcedureNarratives string // Procedure-narratives->Narrative table. - ProcedureRisks string // Procedure-risks->Risk table. - ProcedureTasks string // Procedure-tasks->Task table. - Program string // Program table. - ProgramBlockedGroups string // Program-blocked_groups->Group table. - ProgramEditors string // Program-editors->Group table. - ProgramViewers string // Program-viewers->Group table. - ProgramControls string // Program-controls->Control table. - ProgramControlObjectives string // Program-control_objectives->ControlObjective table. - ProgramInternalPolicies string // Program-internal_policies->InternalPolicy table. - ProgramProcedures string // Program-procedures->Procedure table. - ProgramRisks string // Program-risks->Risk table. - ProgramTasks string // Program-tasks->Task table. - ProgramFiles string // Program-files->File table. - ProgramEvidence string // Program-evidence->Evidence table. - ProgramNarratives string // Program-narratives->Narrative table. - ProgramActionPlans string // Program-action_plans->ActionPlan table. - ProgramSystemDetails string // Program-system_details->SystemDetail table. - ProgramMembership string // ProgramMembership table. - Remediation string // Remediation table. - RemediationBlockedGroups string // Remediation-blocked_groups->Group table. - RemediationEditors string // Remediation-editors->Group table. - RemediationFindings string // Remediation-findings->Finding table. - RemediationVulnerabilities string // Remediation-vulnerabilities->Vulnerability table. - RemediationActionPlans string // Remediation-action_plans->ActionPlan table. - RemediationControls string // Remediation-controls->Control table. - RemediationSubcontrols string // Remediation-subcontrols->Subcontrol table. - RemediationRisks string // Remediation-risks->Risk table. - RemediationPrograms string // Remediation-programs->Program table. - RemediationAssets string // Remediation-assets->Asset table. - RemediationEntities string // Remediation-entities->Entity table. - Review string // Review table. - ReviewBlockedGroups string // Review-blocked_groups->Group table. - ReviewEditors string // Review-editors->Group table. - ReviewFindings string // Review-findings->Finding table. - ReviewVulnerabilities string // Review-vulnerabilities->Vulnerability table. - ReviewActionPlans string // Review-action_plans->ActionPlan table. - ReviewRemediations string // Review-remediations->Remediation table. - ReviewControls string // Review-controls->Control table. - ReviewSubcontrols string // Review-subcontrols->Subcontrol table. - ReviewRisks string // Review-risks->Risk table. - ReviewPrograms string // Review-programs->Program table. - ReviewAssets string // Review-assets->Asset table. - ReviewEntities string // Review-entities->Entity table. - ReviewInternalPolicies string // Review-internal_policies->InternalPolicy table. - Risk string // Risk table. - RiskBlockedGroups string // Risk-blocked_groups->Group table. - RiskEditors string // Risk-editors->Group table. - RiskViewers string // Risk-viewers->Group table. - RiskActionPlans string // Risk-action_plans->ActionPlan table. - RiskTasks string // Risk-tasks->Task table. - SLADefinition string // SLADefinition table. - Scan string // Scan table. - ScanBlockedGroups string // Scan-blocked_groups->Group table. - ScanEditors string // Scan-editors->Group table. - ScanAssets string // Scan-assets->Asset table. - ScanEntities string // Scan-entities->Entity table. - ScanEvidence string // Scan-evidence->Evidence table. - ScanFiles string // Scan-files->File table. - ScanRemediations string // Scan-remediations->Remediation table. - ScanActionPlans string // Scan-action_plans->ActionPlan table. - ScanTasks string // Scan-tasks->Task table. - ScheduledJob string // ScheduledJob table. - ScheduledJobControls string // ScheduledJob-controls->Control table. - ScheduledJobSubcontrols string // ScheduledJob-subcontrols->Subcontrol table. - ScheduledJobRun string // ScheduledJobRun table. - Standard string // Standard table. - Subcontrol string // Subcontrol table. - SubcontrolControlObjectives string // Subcontrol-control_objectives->ControlObjective table. - SubcontrolTasks string // Subcontrol-tasks->Task table. - SubcontrolRisks string // Subcontrol-risks->Risk table. - SubcontrolProcedures string // Subcontrol-procedures->Procedure table. - SubcontrolScans string // Subcontrol-scans->Scan table. - SubcontrolControlImplementations string // Subcontrol-control_implementations->ControlImplementation table. - SubcontrolAssets string // Subcontrol-assets->Asset table. - SubcontrolEntities string // Subcontrol-entities->Entity table. - SubcontrolIdentityHolders string // Subcontrol-identity_holders->IdentityHolder table. - Subprocessor string // Subprocessor table. - Subscriber string // Subscriber table. - SubscriberEvents string // Subscriber-events->Event table. - SystemDetail string // SystemDetail table. - SystemDetailAssets string // SystemDetail-assets->Asset table. - TFASetting string // TFASetting table. - TagDefinition string // TagDefinition table. - Task string // Task table. - TaskEvidence string // Task-evidence->Evidence table. - Template string // Template table. - TemplateFiles string // Template-files->File table. - TrustCenter string // TrustCenter table. - TrustCenterCompliance string // TrustCenterCompliance table. - TrustCenterDoc string // TrustCenterDoc table. - TrustCenterEntity string // TrustCenterEntity table. - TrustCenterFAQ string // TrustCenterFAQ table. - TrustCenterNDARequest string // TrustCenterNDARequest table. - TrustCenterSetting string // TrustCenterSetting table. - TrustCenterSubprocessor string // TrustCenterSubprocessor table. - TrustCenterWatermarkConfig string // TrustCenterWatermarkConfig table. - User string // User table. - UserGroups string // User-groups->Group table. - UserOrganizations string // User-organizations->Organization table. - UserEvents string // User-events->Event table. - UserPrograms string // User-programs->Program table. - UserSetting string // UserSetting table. - VendorRiskScore string // VendorRiskScore table. - VendorScoringConfig string // VendorScoringConfig table. - Vulnerability string // Vulnerability table. - VulnerabilityActionPlans string // Vulnerability-action_plans->ActionPlan table. - VulnerabilityControls string // Vulnerability-controls->Control table. - VulnerabilitySubcontrols string // Vulnerability-subcontrols->Subcontrol table. - VulnerabilityRisks string // Vulnerability-risks->Risk table. - VulnerabilityPrograms string // Vulnerability-programs->Program table. - VulnerabilityAssets string // Vulnerability-assets->Asset table. - VulnerabilityEntities string // Vulnerability-entities->Entity table. - VulnerabilityScans string // Vulnerability-scans->Scan table. - VulnerabilityTasks string // Vulnerability-tasks->Task table. - Webauthn string // Webauthn table. - WorkflowAssignment string // WorkflowAssignment table. - WorkflowAssignmentTarget string // WorkflowAssignmentTarget table. - WorkflowDefinition string // WorkflowDefinition table. - WorkflowEvent string // WorkflowEvent table. - WorkflowInstance string // WorkflowInstance table. - WorkflowObjectRef string // WorkflowObjectRef table. - WorkflowProposal string // WorkflowProposal table. -} - -type schemaCtxKey struct{} - -// SchemaConfigFromContext returns a SchemaConfig stored inside a context, or empty if there isn't one. -func SchemaConfigFromContext(ctx context.Context) SchemaConfig { - config, _ := ctx.Value(schemaCtxKey{}).(SchemaConfig) - return config -} - -// NewSchemaConfigContext returns a new context with the given SchemaConfig attached. -func NewSchemaConfigContext(parent context.Context, config SchemaConfig) context.Context { - return context.WithValue(parent, schemaCtxKey{}, config) -} diff --git a/internal/ent/generated/internalpolicy/where.go b/internal/ent/generated/internalpolicy/where.go index a35f0ca7ae..ef7e9f22e7 100644 --- a/internal/ent/generated/internalpolicy/where.go +++ b/internal/ent/generated/internalpolicy/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2550,9 +2548,6 @@ func HasOwner() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2561,9 +2556,6 @@ func HasOwner() predicate.InternalPolicy { func HasOwnerWith(preds ...predicate.Organization) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2579,9 +2571,6 @@ func HasBlockedGroups() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2590,9 +2579,6 @@ func HasBlockedGroups() predicate.InternalPolicy { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2608,9 +2594,6 @@ func HasEditors() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2619,9 +2602,6 @@ func HasEditors() predicate.InternalPolicy { func HasEditorsWith(preds ...predicate.Group) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2637,9 +2617,6 @@ func HasApprover() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ApproverTable, ApproverColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2648,9 +2625,6 @@ func HasApprover() predicate.InternalPolicy { func HasApproverWith(preds ...predicate.Group) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newApproverStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2666,9 +2640,6 @@ func HasDelegate() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2677,9 +2648,6 @@ func HasDelegate() predicate.InternalPolicy { func HasDelegateWith(preds ...predicate.Group) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2695,9 +2663,6 @@ func HasInternalPolicyKind() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalPolicyKindTable, InternalPolicyKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2706,9 +2671,6 @@ func HasInternalPolicyKind() predicate.InternalPolicy { func HasInternalPolicyKindWith(preds ...predicate.CustomTypeEnum) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newInternalPolicyKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2724,9 +2686,6 @@ func HasEnvironment() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2735,9 +2694,6 @@ func HasEnvironment() predicate.InternalPolicy { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2753,9 +2709,6 @@ func HasScope() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -2764,9 +2717,6 @@ func HasScope() predicate.InternalPolicy { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2782,9 +2732,6 @@ func HasControlObjectives() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -2793,9 +2740,6 @@ func HasControlObjectives() predicate.InternalPolicy { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2811,9 +2755,6 @@ func HasControlImplementations() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlImplementationsTable, ControlImplementationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighbors(s, step) }) } @@ -2822,9 +2763,6 @@ func HasControlImplementations() predicate.InternalPolicy { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2840,9 +2778,6 @@ func HasControls() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.InternalPolicyControls sqlgraph.HasNeighbors(s, step) }) } @@ -2851,9 +2786,6 @@ func HasControls() predicate.InternalPolicy { func HasControlsWith(preds ...predicate.Control) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.InternalPolicyControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2869,9 +2801,6 @@ func HasSubcontrols() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -2880,9 +2809,6 @@ func HasSubcontrols() predicate.InternalPolicy { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2898,9 +2824,6 @@ func HasProcedures() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.InternalPolicyProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2909,9 +2832,6 @@ func HasProcedures() predicate.InternalPolicy { func HasProceduresWith(preds ...predicate.Procedure) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.InternalPolicyProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2927,9 +2847,6 @@ func HasNarratives() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, NarrativesTable, NarrativesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.InternalPolicyNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -2938,9 +2855,6 @@ func HasNarratives() predicate.InternalPolicy { func HasNarrativesWith(preds ...predicate.Narrative) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.InternalPolicyNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2956,9 +2870,6 @@ func HasTasks() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.InternalPolicyTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2967,9 +2878,6 @@ func HasTasks() predicate.InternalPolicy { func HasTasksWith(preds ...predicate.Task) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.InternalPolicyTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2985,9 +2893,6 @@ func HasRisks() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.InternalPolicyRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2996,9 +2901,6 @@ func HasRisks() predicate.InternalPolicy { func HasRisksWith(preds ...predicate.Risk) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.InternalPolicyRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3014,9 +2916,6 @@ func HasPrograms() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -3025,9 +2924,6 @@ func HasPrograms() predicate.InternalPolicy { func HasProgramsWith(preds ...predicate.Program) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3043,9 +2939,6 @@ func HasFile() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -3054,9 +2947,6 @@ func HasFile() predicate.InternalPolicy { func HasFileWith(preds ...predicate.File) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3072,9 +2962,6 @@ func HasComments() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -3083,9 +2970,6 @@ func HasComments() predicate.InternalPolicy { func HasCommentsWith(preds ...predicate.Note) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3101,9 +2985,6 @@ func HasDiscussions() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -3112,9 +2993,6 @@ func HasDiscussions() predicate.InternalPolicy { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3130,9 +3008,6 @@ func HasWorkflowObjectRefs() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3141,9 +3016,6 @@ func HasWorkflowObjectRefs() predicate.InternalPolicy { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3159,9 +3031,6 @@ func HasAssets() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.InternalPolicyAssets sqlgraph.HasNeighbors(s, step) }) } @@ -3170,9 +3039,6 @@ func HasAssets() predicate.InternalPolicy { func HasAssetsWith(preds ...predicate.Asset) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.InternalPolicyAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3188,9 +3054,6 @@ func HasEntities() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.InternalPolicyEntities sqlgraph.HasNeighbors(s, step) }) } @@ -3199,9 +3062,6 @@ func HasEntities() predicate.InternalPolicy { func HasEntitiesWith(preds ...predicate.Entity) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.InternalPolicyEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3217,9 +3077,6 @@ func HasIdentityHolders() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3228,9 +3085,6 @@ func HasIdentityHolders() predicate.InternalPolicy { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3246,9 +3100,6 @@ func HasReviews() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -3257,9 +3108,6 @@ func HasReviews() predicate.InternalPolicy { func HasReviewsWith(preds ...predicate.Review) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3275,9 +3123,6 @@ func HasIntegrations() predicate.InternalPolicy { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -3286,9 +3131,6 @@ func HasIntegrations() predicate.InternalPolicy { func HasIntegrationsWith(preds ...predicate.Integration) predicate.InternalPolicy { return predicate.InternalPolicy(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/internalpolicy_create.go b/internal/ent/generated/internalpolicy_create.go index 3963eacd66..a5421e68ca 100644 --- a/internal/ent/generated/internalpolicy_create.go +++ b/internal/ent/generated/internalpolicy_create.go @@ -1093,7 +1093,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS _node = &InternalPolicy{config: _c.config} _spec = sqlgraph.NewCreateSpec(internalpolicy.Table, sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.InternalPolicy if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1253,7 +1252,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1271,7 +1269,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1288,7 +1285,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1305,7 +1301,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1323,7 +1318,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1341,7 +1335,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1359,7 +1352,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1377,7 +1369,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1395,7 +1386,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1412,7 +1402,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1429,7 +1418,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1446,7 +1434,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1463,7 +1450,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1480,7 +1466,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1497,7 +1482,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1514,7 +1498,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1531,7 +1514,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1548,7 +1530,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1566,7 +1547,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1583,7 +1563,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1600,7 +1579,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1617,7 +1595,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1634,7 +1611,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1651,7 +1627,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1668,7 +1643,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1685,7 +1659,6 @@ func (_c *InternalPolicyCreate) createSpec() (*InternalPolicy, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/internalpolicy_delete.go b/internal/ent/generated/internalpolicy_delete.go index 81d58b9124..9c25af1864 100644 --- a/internal/ent/generated/internalpolicy_delete.go +++ b/internal/ent/generated/internalpolicy_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/internalpolicy" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // InternalPolicyDelete is the builder for deleting a InternalPolicy entity. @@ -43,8 +41,6 @@ func (_d *InternalPolicyDelete) ExecX(ctx context.Context) int { func (_d *InternalPolicyDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(internalpolicy.Table, sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.InternalPolicy - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/internalpolicy_query.go b/internal/ent/generated/internalpolicy_query.go index 5c78d5e1a5..664b3c930b 100644 --- a/internal/ent/generated/internalpolicy_query.go +++ b/internal/ent/generated/internalpolicy_query.go @@ -37,7 +37,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -148,9 +147,6 @@ func (_q *InternalPolicyQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, internalpolicy.OwnerTable, internalpolicy.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -173,9 +169,6 @@ func (_q *InternalPolicyQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.BlockedGroupsTable, internalpolicy.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -198,9 +191,6 @@ func (_q *InternalPolicyQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.EditorsTable, internalpolicy.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicyEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -223,9 +213,6 @@ func (_q *InternalPolicyQuery) QueryApprover() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.ApproverTable, internalpolicy.ApproverColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -248,9 +235,6 @@ func (_q *InternalPolicyQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.DelegateTable, internalpolicy.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -273,9 +257,6 @@ func (_q *InternalPolicyQuery) QueryInternalPolicyKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.InternalPolicyKindTable, internalpolicy.InternalPolicyKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -298,9 +279,6 @@ func (_q *InternalPolicyQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.EnvironmentTable, internalpolicy.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -323,9 +301,6 @@ func (_q *InternalPolicyQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.ScopeTable, internalpolicy.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -348,9 +323,6 @@ func (_q *InternalPolicyQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ControlObjectivesTable, internalpolicy.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.InternalPolicyControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -373,9 +345,6 @@ func (_q *InternalPolicyQuery) QueryControlImplementations() *ControlImplementat sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.ControlImplementationsTable, internalpolicy.ControlImplementationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -398,9 +367,6 @@ func (_q *InternalPolicyQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ControlsTable, internalpolicy.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.InternalPolicyControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -423,9 +389,6 @@ func (_q *InternalPolicyQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.SubcontrolsTable, internalpolicy.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -448,9 +411,6 @@ func (_q *InternalPolicyQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.ProceduresTable, internalpolicy.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.InternalPolicyProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -473,9 +433,6 @@ func (_q *InternalPolicyQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.NarrativesTable, internalpolicy.NarrativesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.InternalPolicyNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -498,9 +455,6 @@ func (_q *InternalPolicyQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.TasksTable, internalpolicy.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.InternalPolicyTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -523,9 +477,6 @@ func (_q *InternalPolicyQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.RisksTable, internalpolicy.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.InternalPolicyRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -548,9 +499,6 @@ func (_q *InternalPolicyQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.ProgramsTable, internalpolicy.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -573,9 +521,6 @@ func (_q *InternalPolicyQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, internalpolicy.FileTable, internalpolicy.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -598,9 +543,6 @@ func (_q *InternalPolicyQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.CommentsTable, internalpolicy.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -623,9 +565,6 @@ func (_q *InternalPolicyQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, internalpolicy.DiscussionsTable, internalpolicy.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -648,9 +587,6 @@ func (_q *InternalPolicyQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, internalpolicy.WorkflowObjectRefsTable, internalpolicy.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -673,9 +609,6 @@ func (_q *InternalPolicyQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.AssetsTable, internalpolicy.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.InternalPolicyAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -698,9 +631,6 @@ func (_q *InternalPolicyQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.EntitiesTable, internalpolicy.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.InternalPolicyEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -723,9 +653,6 @@ func (_q *InternalPolicyQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, internalpolicy.IdentityHoldersTable, internalpolicy.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.InternalPolicyIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -748,9 +675,6 @@ func (_q *InternalPolicyQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.ReviewsTable, internalpolicy.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -773,9 +697,6 @@ func (_q *InternalPolicyQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, internalpolicy.IntegrationsTable, internalpolicy.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1419,8 +1340,6 @@ func (_q *InternalPolicyQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.InternalPolicy - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1799,7 +1718,6 @@ func (_q *InternalPolicyQuery) loadBlockedGroups(ctx context.Context, query *Gro } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(internalpolicy.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1861,7 +1779,6 @@ func (_q *InternalPolicyQuery) loadEditors(ctx context.Context, query *GroupQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.EditorsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(internalpolicy.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2068,7 +1985,6 @@ func (_q *InternalPolicyQuery) loadControlObjectives(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyControlObjectives) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(internalpolicy.ControlObjectivesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.ControlObjectivesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2161,7 +2077,6 @@ func (_q *InternalPolicyQuery) loadControls(ctx context.Context, query *ControlQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.ControlsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(internalpolicy.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2223,7 +2138,6 @@ func (_q *InternalPolicyQuery) loadSubcontrols(ctx context.Context, query *Subco } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.InternalPolicySubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(internalpolicy.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2285,7 +2199,6 @@ func (_q *InternalPolicyQuery) loadProcedures(ctx context.Context, query *Proced } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.ProceduresTable) - joinT.Schema(_q.schemaConfig.InternalPolicyProcedures) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(internalpolicy.ProceduresPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.ProceduresPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2347,7 +2260,6 @@ func (_q *InternalPolicyQuery) loadNarratives(ctx context.Context, query *Narrat } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.NarrativesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyNarratives) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(internalpolicy.NarrativesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.NarrativesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2409,7 +2321,6 @@ func (_q *InternalPolicyQuery) loadTasks(ctx context.Context, query *TaskQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.TasksTable) - joinT.Schema(_q.schemaConfig.InternalPolicyTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(internalpolicy.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2471,7 +2382,6 @@ func (_q *InternalPolicyQuery) loadRisks(ctx context.Context, query *RiskQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.RisksTable) - joinT.Schema(_q.schemaConfig.InternalPolicyRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(internalpolicy.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2533,7 +2443,6 @@ func (_q *InternalPolicyQuery) loadPrograms(ctx context.Context, query *ProgramQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramInternalPolicies) s.Join(joinT).On(s.C(program.FieldID), joinT.C(internalpolicy.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(internalpolicy.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2720,7 +2629,6 @@ func (_q *InternalPolicyQuery) loadAssets(ctx context.Context, query *AssetQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.AssetsTable) - joinT.Schema(_q.schemaConfig.InternalPolicyAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(internalpolicy.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2782,7 +2690,6 @@ func (_q *InternalPolicyQuery) loadEntities(ctx context.Context, query *EntityQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.EntitiesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(internalpolicy.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2844,7 +2751,6 @@ func (_q *InternalPolicyQuery) loadIdentityHolders(ctx context.Context, query *I } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.InternalPolicyIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(internalpolicy.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(internalpolicy.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2906,7 +2812,6 @@ func (_q *InternalPolicyQuery) loadReviews(ctx context.Context, query *ReviewQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewInternalPolicies) s.Join(joinT).On(s.C(review.FieldID), joinT.C(internalpolicy.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(internalpolicy.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2968,7 +2873,6 @@ func (_q *InternalPolicyQuery) loadIntegrations(ctx context.Context, query *Inte } query.Where(func(s *sql.Selector) { joinT := sql.Table(internalpolicy.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationInternalPolicies) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(internalpolicy.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(internalpolicy.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3020,8 +2924,6 @@ func (_q *InternalPolicyQuery) loadIntegrations(ctx context.Context, query *Inte func (_q *InternalPolicyQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.InternalPolicy - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3108,9 +3010,6 @@ func (_q *InternalPolicyQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.InternalPolicy) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/internalpolicy_update.go b/internal/ent/generated/internalpolicy_update.go index 3ee64f09c6..1f71cb13ea 100644 --- a/internal/ent/generated/internalpolicy_update.go +++ b/internal/ent/generated/internalpolicy_update.go @@ -36,8 +36,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // InternalPolicyUpdate is the builder for updating InternalPolicy entities. @@ -1914,7 +1912,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1928,7 +1925,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1945,7 +1941,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1959,7 +1954,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1976,7 +1970,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1993,7 +1986,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2007,7 +1999,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2024,7 +2015,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2041,7 +2031,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -2055,7 +2044,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2072,7 +2060,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -2086,7 +2073,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2103,7 +2089,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyKindIDs(); len(nodes) > 0 { @@ -2117,7 +2102,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2134,7 +2118,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2148,7 +2131,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2165,7 +2147,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2179,7 +2160,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2196,7 +2176,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -2210,7 +2189,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2227,7 +2205,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2244,7 +2221,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -2258,7 +2234,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2275,7 +2250,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2292,7 +2266,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2306,7 +2279,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2323,7 +2295,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2340,7 +2311,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2354,7 +2324,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2371,7 +2340,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2388,7 +2356,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2402,7 +2369,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2419,7 +2385,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2436,7 +2401,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -2450,7 +2414,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2467,7 +2430,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2484,7 +2446,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2498,7 +2459,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2515,7 +2475,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2532,7 +2491,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2546,7 +2504,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2563,7 +2520,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2580,7 +2536,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2594,7 +2549,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2611,7 +2565,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2628,7 +2581,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -2642,7 +2594,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2659,7 +2610,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2673,7 +2623,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2690,7 +2639,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2707,7 +2655,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -2721,7 +2668,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2738,7 +2684,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2755,7 +2700,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2769,7 +2713,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2786,7 +2729,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2803,7 +2745,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2817,7 +2758,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2834,7 +2774,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2851,7 +2790,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2865,7 +2803,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2882,7 +2819,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2899,7 +2835,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2913,7 +2848,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2930,7 +2864,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2947,7 +2880,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2961,7 +2893,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2978,7 +2909,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2995,7 +2925,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -3009,7 +2938,6 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3026,14 +2954,11 @@ func (_u *InternalPolicyUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.InternalPolicy - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4946,7 +4871,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -4960,7 +4884,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4977,7 +4900,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4991,7 +4913,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5008,7 +4929,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5025,7 +4945,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -5039,7 +4958,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5056,7 +4974,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5073,7 +4990,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -5087,7 +5003,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5104,7 +5019,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -5118,7 +5032,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5135,7 +5048,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyKindIDs(); len(nodes) > 0 { @@ -5149,7 +5061,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5166,7 +5077,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -5180,7 +5090,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5197,7 +5106,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -5211,7 +5119,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5228,7 +5135,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -5242,7 +5148,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5259,7 +5164,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5276,7 +5180,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -5290,7 +5193,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5307,7 +5209,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5324,7 +5225,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -5338,7 +5238,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5355,7 +5254,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5372,7 +5270,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -5386,7 +5283,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5403,7 +5299,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5420,7 +5315,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -5434,7 +5328,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5451,7 +5344,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5468,7 +5360,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -5482,7 +5373,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5499,7 +5389,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5516,7 +5405,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5530,7 +5418,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5547,7 +5434,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5564,7 +5450,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -5578,7 +5463,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5595,7 +5479,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5612,7 +5495,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -5626,7 +5508,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5643,7 +5524,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5660,7 +5540,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -5674,7 +5553,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5691,7 +5569,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -5705,7 +5582,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5722,7 +5598,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5739,7 +5614,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -5753,7 +5627,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5770,7 +5643,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5787,7 +5659,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -5801,7 +5672,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5818,7 +5688,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5835,7 +5704,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -5849,7 +5717,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5866,7 +5733,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5883,7 +5749,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -5897,7 +5762,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5914,7 +5778,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5931,7 +5794,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -5945,7 +5807,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5962,7 +5823,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5979,7 +5839,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -5993,7 +5852,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6010,7 +5868,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6027,7 +5884,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -6041,7 +5897,6 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6058,14 +5913,11 @@ func (_u *InternalPolicyUpdateOne) sqlSave(ctx context.Context) (_node *Internal IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.InternalPolicy - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &InternalPolicy{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/invite/where.go b/internal/ent/generated/invite/where.go index 6634fc9d16..454e220354 100644 --- a/internal/ent/generated/invite/where.go +++ b/internal/ent/generated/invite/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1115,9 +1113,6 @@ func HasOwner() predicate.Invite { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Invite sqlgraph.HasNeighbors(s, step) }) } @@ -1126,9 +1121,6 @@ func HasOwner() predicate.Invite { func HasOwnerWith(preds ...predicate.Organization) predicate.Invite { return predicate.Invite(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Invite sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1144,9 +1136,6 @@ func HasEvents() predicate.Invite { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.InviteEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1155,9 +1144,6 @@ func HasEvents() predicate.Invite { func HasEventsWith(preds ...predicate.Event) predicate.Invite { return predicate.Invite(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.InviteEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1173,9 +1159,6 @@ func HasGroups() predicate.Invite { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InviteGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1184,9 +1167,6 @@ func HasGroups() predicate.Invite { func HasGroupsWith(preds ...predicate.Group) predicate.Invite { return predicate.Invite(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InviteGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/invite_create.go b/internal/ent/generated/invite_create.go index 51a4f2a359..865c72d252 100644 --- a/internal/ent/generated/invite_create.go +++ b/internal/ent/generated/invite_create.go @@ -475,7 +475,6 @@ func (_c *InviteCreate) createSpec() (*Invite, *sqlgraph.CreateSpec) { _node = &Invite{config: _c.config} _spec = sqlgraph.NewCreateSpec(invite.Table, sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Invite if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -559,7 +558,6 @@ func (_c *InviteCreate) createSpec() (*Invite, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -577,7 +575,6 @@ func (_c *InviteCreate) createSpec() (*Invite, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -594,7 +591,6 @@ func (_c *InviteCreate) createSpec() (*Invite, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/invite_delete.go b/internal/ent/generated/invite_delete.go index eaabc2d49d..7acdf4c507 100644 --- a/internal/ent/generated/invite_delete.go +++ b/internal/ent/generated/invite_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/invite" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // InviteDelete is the builder for deleting a Invite entity. @@ -43,8 +41,6 @@ func (_d *InviteDelete) ExecX(ctx context.Context) int { func (_d *InviteDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(invite.Table, sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Invite - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/invite_query.go b/internal/ent/generated/invite_query.go index b3c6efd46a..1a64266202 100644 --- a/internal/ent/generated/invite_query.go +++ b/internal/ent/generated/invite_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -89,9 +88,6 @@ func (_q *InviteQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, invite.OwnerTable, invite.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Invite fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -114,9 +110,6 @@ func (_q *InviteQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, invite.EventsTable, invite.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.InviteEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -139,9 +132,6 @@ func (_q *InviteQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, invite.GroupsTable, invite.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.InviteGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -482,8 +472,6 @@ func (_q *InviteQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Invit node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Invite - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -580,7 +568,6 @@ func (_q *InviteQuery) loadEvents(ctx context.Context, query *EventQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(invite.EventsTable) - joinT.Schema(_q.schemaConfig.InviteEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(invite.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(invite.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -642,7 +629,6 @@ func (_q *InviteQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(invite.GroupsTable) - joinT.Schema(_q.schemaConfig.InviteGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(invite.GroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(invite.GroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -694,8 +680,6 @@ func (_q *InviteQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes func (_q *InviteQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Invite - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -764,9 +748,6 @@ func (_q *InviteQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Invite) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/invite_update.go b/internal/ent/generated/invite_update.go index aafd78790f..43c856f6da 100644 --- a/internal/ent/generated/invite_update.go +++ b/internal/ent/generated/invite_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/invite" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // InviteUpdate is the builder for updating Invite entities. @@ -540,7 +538,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -554,7 +551,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -571,7 +567,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -585,7 +580,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -602,7 +596,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -619,7 +612,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -633,7 +625,6 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -650,14 +641,11 @@ func (_u *InviteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Invite - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1215,7 +1203,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1229,7 +1216,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1246,7 +1232,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1260,7 +1245,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1277,7 +1261,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1294,7 +1277,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -1308,7 +1290,6 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1325,14 +1306,11 @@ func (_u *InviteUpdateOne) sqlSave(ctx context.Context) (_node *Invite, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InviteGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Invite - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Invite{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/jobresult/where.go b/internal/ent/generated/jobresult/where.go index 31976634b5..14d222e95e 100644 --- a/internal/ent/generated/jobresult/where.go +++ b/internal/ent/generated/jobresult/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1025,9 +1023,6 @@ func HasOwner() predicate.JobResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighbors(s, step) }) } @@ -1036,9 +1031,6 @@ func HasOwner() predicate.JobResult { func HasOwnerWith(preds ...predicate.Organization) predicate.JobResult { return predicate.JobResult(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1054,9 +1046,6 @@ func HasScheduledJob() predicate.JobResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScheduledJobTable, ScheduledJobColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighbors(s, step) }) } @@ -1065,9 +1054,6 @@ func HasScheduledJob() predicate.JobResult { func HasScheduledJobWith(preds ...predicate.ScheduledJob) predicate.JobResult { return predicate.JobResult(func(s *sql.Selector) { step := newScheduledJobStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1083,9 +1069,6 @@ func HasFile() predicate.JobResult { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighbors(s, step) }) } @@ -1094,9 +1077,6 @@ func HasFile() predicate.JobResult { func HasFileWith(preds ...predicate.File) predicate.JobResult { return predicate.JobResult(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/jobresult_create.go b/internal/ent/generated/jobresult_create.go index 9f4d519780..b2741631fa 100644 --- a/internal/ent/generated/jobresult_create.go +++ b/internal/ent/generated/jobresult_create.go @@ -378,7 +378,6 @@ func (_c *JobResultCreate) createSpec() (*JobResult, *sqlgraph.CreateSpec) { _node = &JobResult{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobresult.Table, sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobResult if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -442,7 +441,6 @@ func (_c *JobResultCreate) createSpec() (*JobResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -460,7 +458,6 @@ func (_c *JobResultCreate) createSpec() (*JobResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -478,7 +475,6 @@ func (_c *JobResultCreate) createSpec() (*JobResult, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/jobresult_delete.go b/internal/ent/generated/jobresult_delete.go index b622661fcb..b665d00af5 100644 --- a/internal/ent/generated/jobresult_delete.go +++ b/internal/ent/generated/jobresult_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/jobresult" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // JobResultDelete is the builder for deleting a JobResult entity. @@ -43,8 +41,6 @@ func (_d *JobResultDelete) ExecX(ctx context.Context) int { func (_d *JobResultDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobresult.Table, sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobResult - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/jobresult_query.go b/internal/ent/generated/jobresult_query.go index b295e4f113..ef24253861 100644 --- a/internal/ent/generated/jobresult_query.go +++ b/internal/ent/generated/jobresult_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *JobResultQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobresult.OwnerTable, jobresult.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *JobResultQuery) QueryScheduledJob() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobresult.ScheduledJobTable, jobresult.ScheduledJobColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.JobResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -136,9 +129,6 @@ func (_q *JobResultQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobresult.FileTable, jobresult.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.JobResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -479,8 +469,6 @@ func (_q *JobResultQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Jo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobResult - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -609,8 +597,6 @@ func (_q *JobResultQuery) loadFile(ctx context.Context, query *FileQuery, nodes func (_q *JobResultQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobResult - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -685,9 +671,6 @@ func (_q *JobResultQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobResult) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/jobresult_update.go b/internal/ent/generated/jobresult_update.go index e1413faf44..e4eab07aa1 100644 --- a/internal/ent/generated/jobresult_update.go +++ b/internal/ent/generated/jobresult_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // JobResultUpdate is the builder for updating JobResult entities. @@ -384,7 +382,6 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -398,7 +395,6 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -415,7 +411,6 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScheduledJobIDs(); len(nodes) > 0 { @@ -429,7 +424,6 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -446,7 +440,6 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -460,14 +453,11 @@ func (_u *JobResultUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobResult - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -869,7 +859,6 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -883,7 +872,6 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -900,7 +888,6 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScheduledJobIDs(); len(nodes) > 0 { @@ -914,7 +901,6 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -931,7 +917,6 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -945,14 +930,11 @@ func (_u *JobResultUpdateOne) sqlSave(ctx context.Context) (_node *JobResult, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobResult - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &JobResult{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/jobrunner/where.go b/internal/ent/generated/jobrunner/where.go index 361c789c46..da6aa86a0b 100644 --- a/internal/ent/generated/jobrunner/where.go +++ b/internal/ent/generated/jobrunner/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1300,9 +1298,6 @@ func HasOwner() predicate.JobRunner { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunner sqlgraph.HasNeighbors(s, step) }) } @@ -1311,9 +1306,6 @@ func HasOwner() predicate.JobRunner { func HasOwnerWith(preds ...predicate.Organization) predicate.JobRunner { return predicate.JobRunner(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunner sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1329,9 +1321,6 @@ func HasJobRunnerTokens() predicate.JobRunner { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, JobRunnerTokensTable, JobRunnerTokensPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens sqlgraph.HasNeighbors(s, step) }) } @@ -1340,9 +1329,6 @@ func HasJobRunnerTokens() predicate.JobRunner { func HasJobRunnerTokensWith(preds ...predicate.JobRunnerToken) predicate.JobRunner { return predicate.JobRunner(func(s *sql.Selector) { step := newJobRunnerTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/jobrunner_create.go b/internal/ent/generated/jobrunner_create.go index 076f121a06..5e7e5f0587 100644 --- a/internal/ent/generated/jobrunner_create.go +++ b/internal/ent/generated/jobrunner_create.go @@ -429,7 +429,6 @@ func (_c *JobRunnerCreate) createSpec() (*JobRunner, *sqlgraph.CreateSpec) { _node = &JobRunner{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobrunner.Table, sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobRunner if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -517,7 +516,6 @@ func (_c *JobRunnerCreate) createSpec() (*JobRunner, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -535,7 +533,6 @@ func (_c *JobRunnerCreate) createSpec() (*JobRunner, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/jobrunner_delete.go b/internal/ent/generated/jobrunner_delete.go index 5b1e150cf9..e301ce5ebd 100644 --- a/internal/ent/generated/jobrunner_delete.go +++ b/internal/ent/generated/jobrunner_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/jobrunner" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // JobRunnerDelete is the builder for deleting a JobRunner entity. @@ -43,8 +41,6 @@ func (_d *JobRunnerDelete) ExecX(ctx context.Context) int { func (_d *JobRunnerDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobrunner.Table, sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobRunner - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/jobrunner_query.go b/internal/ent/generated/jobrunner_query.go index b9c8c0704b..041ceaab86 100644 --- a/internal/ent/generated/jobrunner_query.go +++ b/internal/ent/generated/jobrunner_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *JobRunnerQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunner.OwnerTable, jobrunner.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunner fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *JobRunnerQuery) QueryJobRunnerTokens() *JobRunnerTokenQuery { sqlgraph.To(jobrunnertoken.Table, jobrunnertoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, jobrunner.JobRunnerTokensTable, jobrunner.JobRunnerTokensPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *JobRunnerQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Jo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobRunner - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -525,7 +516,6 @@ func (_q *JobRunnerQuery) loadJobRunnerTokens(ctx context.Context, query *JobRun } query.Where(func(s *sql.Selector) { joinT := sql.Table(jobrunner.JobRunnerTokensTable) - joinT.Schema(_q.schemaConfig.JobRunnerJobRunnerTokens) s.Join(joinT).On(s.C(jobrunnertoken.FieldID), joinT.C(jobrunner.JobRunnerTokensPrimaryKey[1])) s.Where(sql.InValues(joinT.C(jobrunner.JobRunnerTokensPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -577,8 +567,6 @@ func (_q *JobRunnerQuery) loadJobRunnerTokens(ctx context.Context, query *JobRun func (_q *JobRunnerQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobRunner - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -647,9 +635,6 @@ func (_q *JobRunnerQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobRunner) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/jobrunner_update.go b/internal/ent/generated/jobrunner_update.go index c0778eff92..8b31484931 100644 --- a/internal/ent/generated/jobrunner_update.go +++ b/internal/ent/generated/jobrunner_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/jobrunnertoken" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // JobRunnerUpdate is the builder for updating JobRunner entities. @@ -543,7 +541,6 @@ func (_u *JobRunnerUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -557,7 +554,6 @@ func (_u *JobRunnerUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -574,7 +570,6 @@ func (_u *JobRunnerUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokensCleared() { @@ -588,7 +583,6 @@ func (_u *JobRunnerUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -605,14 +599,11 @@ func (_u *JobRunnerUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunner - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1173,7 +1164,6 @@ func (_u *JobRunnerUpdateOne) sqlSave(ctx context.Context) (_node *JobRunner, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1187,7 +1177,6 @@ func (_u *JobRunnerUpdateOne) sqlSave(ctx context.Context) (_node *JobRunner, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1204,7 +1193,6 @@ func (_u *JobRunnerUpdateOne) sqlSave(ctx context.Context) (_node *JobRunner, er IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokensCleared() { @@ -1218,7 +1206,6 @@ func (_u *JobRunnerUpdateOne) sqlSave(ctx context.Context) (_node *JobRunner, er IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1235,14 +1222,11 @@ func (_u *JobRunnerUpdateOne) sqlSave(ctx context.Context) (_node *JobRunner, er IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunner - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &JobRunner{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/jobrunnerregistrationtoken/where.go b/internal/ent/generated/jobrunnerregistrationtoken/where.go index 4cdcd63a3f..f0f21dbb43 100644 --- a/internal/ent/generated/jobrunnerregistrationtoken/where.go +++ b/internal/ent/generated/jobrunnerregistrationtoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -899,9 +897,6 @@ func HasOwner() predicate.JobRunnerRegistrationToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighbors(s, step) }) } @@ -910,9 +905,6 @@ func HasOwner() predicate.JobRunnerRegistrationToken { func HasOwnerWith(preds ...predicate.Organization) predicate.JobRunnerRegistrationToken { return predicate.JobRunnerRegistrationToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -928,9 +920,6 @@ func HasJobRunner() predicate.JobRunnerRegistrationToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, JobRunnerTable, JobRunnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighbors(s, step) }) } @@ -939,9 +928,6 @@ func HasJobRunner() predicate.JobRunnerRegistrationToken { func HasJobRunnerWith(preds ...predicate.JobRunner) predicate.JobRunnerRegistrationToken { return predicate.JobRunnerRegistrationToken(func(s *sql.Selector) { step := newJobRunnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/jobrunnerregistrationtoken_create.go b/internal/ent/generated/jobrunnerregistrationtoken_create.go index 14a445c221..b5d85fedf8 100644 --- a/internal/ent/generated/jobrunnerregistrationtoken_create.go +++ b/internal/ent/generated/jobrunnerregistrationtoken_create.go @@ -340,7 +340,6 @@ func (_c *JobRunnerRegistrationTokenCreate) createSpec() (*JobRunnerRegistration _node = &JobRunnerRegistrationToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobrunnerregistrationtoken.Table, sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobRunnerRegistrationToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -400,7 +399,6 @@ func (_c *JobRunnerRegistrationTokenCreate) createSpec() (*JobRunnerRegistration IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -418,7 +416,6 @@ func (_c *JobRunnerRegistrationTokenCreate) createSpec() (*JobRunnerRegistration IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/jobrunnerregistrationtoken_delete.go b/internal/ent/generated/jobrunnerregistrationtoken_delete.go index c34918c5fe..44b16dd83f 100644 --- a/internal/ent/generated/jobrunnerregistrationtoken_delete.go +++ b/internal/ent/generated/jobrunnerregistrationtoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/jobrunnerregistrationtoken" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // JobRunnerRegistrationTokenDelete is the builder for deleting a JobRunnerRegistrationToken entity. @@ -43,8 +41,6 @@ func (_d *JobRunnerRegistrationTokenDelete) ExecX(ctx context.Context) int { func (_d *JobRunnerRegistrationTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobrunnerregistrationtoken.Table, sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobRunnerRegistrationToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/jobrunnerregistrationtoken_query.go b/internal/ent/generated/jobrunnerregistrationtoken_query.go index 8aeee9694e..8e18222b88 100644 --- a/internal/ent/generated/jobrunnerregistrationtoken_query.go +++ b/internal/ent/generated/jobrunnerregistrationtoken_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -84,9 +83,6 @@ func (_q *JobRunnerRegistrationTokenQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunnerregistrationtoken.OwnerTable, jobrunnerregistrationtoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -109,9 +105,6 @@ func (_q *JobRunnerRegistrationTokenQuery) QueryJobRunner() *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, jobrunnerregistrationtoken.JobRunnerTable, jobrunnerregistrationtoken.JobRunnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,8 +432,6 @@ func (_q *JobRunnerRegistrationTokenQuery) sqlAll(ctx context.Context, hooks ... node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobRunnerRegistrationToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -534,8 +525,6 @@ func (_q *JobRunnerRegistrationTokenQuery) loadJobRunner(ctx context.Context, qu func (_q *JobRunnerRegistrationTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobRunnerRegistrationToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -607,9 +596,6 @@ func (_q *JobRunnerRegistrationTokenQuery) sqlQuery(ctx context.Context) *sql.Se if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobRunnerRegistrationToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/jobrunnerregistrationtoken_update.go b/internal/ent/generated/jobrunnerregistrationtoken_update.go index 6678d9a499..da85382d22 100644 --- a/internal/ent/generated/jobrunnerregistrationtoken_update.go +++ b/internal/ent/generated/jobrunnerregistrationtoken_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/jobrunnerregistrationtoken" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // JobRunnerRegistrationTokenUpdate is the builder for updating JobRunnerRegistrationToken entities. @@ -365,7 +363,6 @@ func (_u *JobRunnerRegistrationTokenUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -379,7 +376,6 @@ func (_u *JobRunnerRegistrationTokenUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -396,7 +392,6 @@ func (_u *JobRunnerRegistrationTokenUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -410,14 +405,11 @@ func (_u *JobRunnerRegistrationTokenUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunnerRegistrationToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -801,7 +793,6 @@ func (_u *JobRunnerRegistrationTokenUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -815,7 +806,6 @@ func (_u *JobRunnerRegistrationTokenUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -832,7 +822,6 @@ func (_u *JobRunnerRegistrationTokenUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -846,14 +835,11 @@ func (_u *JobRunnerRegistrationTokenUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunnerRegistrationToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &JobRunnerRegistrationToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/jobrunnertoken/where.go b/internal/ent/generated/jobrunnertoken/where.go index 6320eca9eb..d567f51252 100644 --- a/internal/ent/generated/jobrunnertoken/where.go +++ b/internal/ent/generated/jobrunnertoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1069,9 +1067,6 @@ func HasOwner() predicate.JobRunnerToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerToken sqlgraph.HasNeighbors(s, step) }) } @@ -1080,9 +1075,6 @@ func HasOwner() predicate.JobRunnerToken { func HasOwnerWith(preds ...predicate.Organization) predicate.JobRunnerToken { return predicate.JobRunnerToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1098,9 +1090,6 @@ func HasJobRunners() predicate.JobRunnerToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, JobRunnersTable, JobRunnersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens sqlgraph.HasNeighbors(s, step) }) } @@ -1109,9 +1098,6 @@ func HasJobRunners() predicate.JobRunnerToken { func HasJobRunnersWith(preds ...predicate.JobRunner) predicate.JobRunnerToken { return predicate.JobRunnerToken(func(s *sql.Selector) { step := newJobRunnersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/jobrunnertoken_create.go b/internal/ent/generated/jobrunnertoken_create.go index 0fa517a8f8..0af6f0a91b 100644 --- a/internal/ent/generated/jobrunnertoken_create.go +++ b/internal/ent/generated/jobrunnertoken_create.go @@ -389,7 +389,6 @@ func (_c *JobRunnerTokenCreate) createSpec() (*JobRunnerToken, *sqlgraph.CreateS _node = &JobRunnerToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobrunnertoken.Table, sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobRunnerToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -465,7 +464,6 @@ func (_c *JobRunnerTokenCreate) createSpec() (*JobRunnerToken, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -483,7 +481,6 @@ func (_c *JobRunnerTokenCreate) createSpec() (*JobRunnerToken, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/jobrunnertoken_delete.go b/internal/ent/generated/jobrunnertoken_delete.go index 13ee27db9c..e828e9bf89 100644 --- a/internal/ent/generated/jobrunnertoken_delete.go +++ b/internal/ent/generated/jobrunnertoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/jobrunnertoken" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // JobRunnerTokenDelete is the builder for deleting a JobRunnerToken entity. @@ -43,8 +41,6 @@ func (_d *JobRunnerTokenDelete) ExecX(ctx context.Context) int { func (_d *JobRunnerTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobrunnertoken.Table, sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobRunnerToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/jobrunnertoken_query.go b/internal/ent/generated/jobrunnertoken_query.go index 9c3a339b94..d2f5dc0588 100644 --- a/internal/ent/generated/jobrunnertoken_query.go +++ b/internal/ent/generated/jobrunnertoken_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *JobRunnerTokenQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobrunnertoken.OwnerTable, jobrunnertoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobRunnerToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *JobRunnerTokenQuery) QueryJobRunners() *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, jobrunnertoken.JobRunnersTable, jobrunnertoken.JobRunnersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunnerJobRunnerTokens fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *JobRunnerTokenQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobRunnerToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -525,7 +516,6 @@ func (_q *JobRunnerTokenQuery) loadJobRunners(ctx context.Context, query *JobRun } query.Where(func(s *sql.Selector) { joinT := sql.Table(jobrunnertoken.JobRunnersTable) - joinT.Schema(_q.schemaConfig.JobRunnerJobRunnerTokens) s.Join(joinT).On(s.C(jobrunner.FieldID), joinT.C(jobrunnertoken.JobRunnersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(jobrunnertoken.JobRunnersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -577,8 +567,6 @@ func (_q *JobRunnerTokenQuery) loadJobRunners(ctx context.Context, query *JobRun func (_q *JobRunnerTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobRunnerToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -647,9 +635,6 @@ func (_q *JobRunnerTokenQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobRunnerToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/jobrunnertoken_update.go b/internal/ent/generated/jobrunnertoken_update.go index 6c612ce7f8..16d9d13e74 100644 --- a/internal/ent/generated/jobrunnertoken_update.go +++ b/internal/ent/generated/jobrunnertoken_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/jobrunnertoken" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // JobRunnerTokenUpdate is the builder for updating JobRunnerToken entities. @@ -500,7 +498,6 @@ func (_u *JobRunnerTokenUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -514,7 +511,6 @@ func (_u *JobRunnerTokenUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -531,7 +527,6 @@ func (_u *JobRunnerTokenUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnersIDs(); len(nodes) > 0 && !_u.mutation.JobRunnersCleared() { @@ -545,7 +540,6 @@ func (_u *JobRunnerTokenUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -562,14 +556,11 @@ func (_u *JobRunnerTokenUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunnerToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1088,7 +1079,6 @@ func (_u *JobRunnerTokenUpdateOne) sqlSave(ctx context.Context) (_node *JobRunne IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1102,7 +1092,6 @@ func (_u *JobRunnerTokenUpdateOne) sqlSave(ctx context.Context) (_node *JobRunne IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1119,7 +1108,6 @@ func (_u *JobRunnerTokenUpdateOne) sqlSave(ctx context.Context) (_node *JobRunne IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnersIDs(); len(nodes) > 0 && !_u.mutation.JobRunnersCleared() { @@ -1133,7 +1121,6 @@ func (_u *JobRunnerTokenUpdateOne) sqlSave(ctx context.Context) (_node *JobRunne IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1150,14 +1137,11 @@ func (_u *JobRunnerTokenUpdateOne) sqlSave(ctx context.Context) (_node *JobRunne IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerJobRunnerTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobRunnerToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &JobRunnerToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/jobtemplate/where.go b/internal/ent/generated/jobtemplate/where.go index 0bd7cda928..604e1287ca 100644 --- a/internal/ent/generated/jobtemplate/where.go +++ b/internal/ent/generated/jobtemplate/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1331,9 +1329,6 @@ func HasOwner() predicate.JobTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -1342,9 +1337,6 @@ func HasOwner() predicate.JobTemplate { func HasOwnerWith(preds ...predicate.Organization) predicate.JobTemplate { return predicate.JobTemplate(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1360,9 +1352,6 @@ func HasScheduledJobs() predicate.JobTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScheduledJobsTable, ScheduledJobsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighbors(s, step) }) } @@ -1371,9 +1360,6 @@ func HasScheduledJobs() predicate.JobTemplate { func HasScheduledJobsWith(preds ...predicate.ScheduledJob) predicate.JobTemplate { return predicate.JobTemplate(func(s *sql.Selector) { step := newScheduledJobsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/jobtemplate_create.go b/internal/ent/generated/jobtemplate_create.go index a52b15ef87..cc0fc55516 100644 --- a/internal/ent/generated/jobtemplate_create.go +++ b/internal/ent/generated/jobtemplate_create.go @@ -429,7 +429,6 @@ func (_c *JobTemplateCreate) createSpec() (*JobTemplate, *sqlgraph.CreateSpec) { _node = &JobTemplate{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobtemplate.Table, sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobTemplate if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -521,7 +520,6 @@ func (_c *JobTemplateCreate) createSpec() (*JobTemplate, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -539,7 +537,6 @@ func (_c *JobTemplateCreate) createSpec() (*JobTemplate, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/jobtemplate_delete.go b/internal/ent/generated/jobtemplate_delete.go index b1240a80f7..af94f7a4cb 100644 --- a/internal/ent/generated/jobtemplate_delete.go +++ b/internal/ent/generated/jobtemplate_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/jobtemplate" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // JobTemplateDelete is the builder for deleting a JobTemplate entity. @@ -43,8 +41,6 @@ func (_d *JobTemplateDelete) ExecX(ctx context.Context) int { func (_d *JobTemplateDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobtemplate.Table, sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobTemplate - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/jobtemplate_query.go b/internal/ent/generated/jobtemplate_query.go index cca7f9f4e6..46484de7f8 100644 --- a/internal/ent/generated/jobtemplate_query.go +++ b/internal/ent/generated/jobtemplate_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *JobTemplateQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, jobtemplate.OwnerTable, jobtemplate.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.JobTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *JobTemplateQuery) QueryScheduledJobs() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, jobtemplate.ScheduledJobsTable, jobtemplate.ScheduledJobsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *JobTemplateQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -545,8 +536,6 @@ func (_q *JobTemplateQuery) loadScheduledJobs(ctx context.Context, query *Schedu func (_q *JobTemplateQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -615,9 +604,6 @@ func (_q *JobTemplateQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobTemplate) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/jobtemplate_update.go b/internal/ent/generated/jobtemplate_update.go index 238a22330e..691b09781f 100644 --- a/internal/ent/generated/jobtemplate_update.go +++ b/internal/ent/generated/jobtemplate_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // JobTemplateUpdate is the builder for updating JobTemplate entities. @@ -551,7 +549,6 @@ func (_u *JobTemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -565,7 +562,6 @@ func (_u *JobTemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -582,7 +578,6 @@ func (_u *JobTemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -596,7 +591,6 @@ func (_u *JobTemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -613,14 +607,11 @@ func (_u *JobTemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1189,7 +1180,6 @@ func (_u *JobTemplateUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplate IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1203,7 +1193,6 @@ func (_u *JobTemplateUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplate IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1220,7 +1209,6 @@ func (_u *JobTemplateUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplate IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -1234,7 +1222,6 @@ func (_u *JobTemplateUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplate IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1251,14 +1238,11 @@ func (_u *JobTemplateUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplate IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.JobTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &JobTemplate{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/mappabledomain/where.go b/internal/ent/generated/mappabledomain/where.go index 95ae9dff0d..01efb3ede5 100644 --- a/internal/ent/generated/mappabledomain/where.go +++ b/internal/ent/generated/mappabledomain/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -709,9 +707,6 @@ func HasCustomDomains() predicate.MappableDomain { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomDomainsTable, CustomDomainsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -720,9 +715,6 @@ func HasCustomDomains() predicate.MappableDomain { func HasCustomDomainsWith(preds ...predicate.CustomDomain) predicate.MappableDomain { return predicate.MappableDomain(func(s *sql.Selector) { step := newCustomDomainsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/mappabledomain_create.go b/internal/ent/generated/mappabledomain_create.go index 076b532cc1..6fc786792c 100644 --- a/internal/ent/generated/mappabledomain_create.go +++ b/internal/ent/generated/mappabledomain_create.go @@ -280,7 +280,6 @@ func (_c *MappableDomainCreate) createSpec() (*MappableDomain, *sqlgraph.CreateS _node = &MappableDomain{config: _c.config} _spec = sqlgraph.NewCreateSpec(mappabledomain.Table, sqlgraph.NewFieldSpec(mappabledomain.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.MappableDomain if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -336,7 +335,6 @@ func (_c *MappableDomainCreate) createSpec() (*MappableDomain, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/mappabledomain_delete.go b/internal/ent/generated/mappabledomain_delete.go index 7c8252c5a2..2366d2c8cf 100644 --- a/internal/ent/generated/mappabledomain_delete.go +++ b/internal/ent/generated/mappabledomain_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/mappabledomain" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // MappableDomainDelete is the builder for deleting a MappableDomain entity. @@ -43,8 +41,6 @@ func (_d *MappableDomainDelete) ExecX(ctx context.Context) int { func (_d *MappableDomainDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(mappabledomain.Table, sqlgraph.NewFieldSpec(mappabledomain.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.MappableDomain - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/mappabledomain_query.go b/internal/ent/generated/mappabledomain_query.go index 1f0ee04f01..87ae217b24 100644 --- a/internal/ent/generated/mappabledomain_query.go +++ b/internal/ent/generated/mappabledomain_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/mappabledomain" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -84,9 +83,6 @@ func (_q *MappableDomainQuery) QueryCustomDomains() *CustomDomainQuery { sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, mappabledomain.CustomDomainsTable, mappabledomain.CustomDomainsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -401,8 +397,6 @@ func (_q *MappableDomainQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.MappableDomain - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -471,8 +465,6 @@ func (_q *MappableDomainQuery) loadCustomDomains(ctx context.Context, query *Cus func (_q *MappableDomainQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.MappableDomain - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -538,9 +530,6 @@ func (_q *MappableDomainQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.MappableDomain) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/mappabledomain_update.go b/internal/ent/generated/mappabledomain_update.go index 5a1294c353..5da9aac44e 100644 --- a/internal/ent/generated/mappabledomain_update.go +++ b/internal/ent/generated/mappabledomain_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/customdomain" "github.com/theopenlane/core/internal/ent/generated/mappabledomain" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // MappableDomainUpdate is the builder for updating MappableDomain entities. @@ -299,7 +297,6 @@ func (_u *MappableDomainUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -313,7 +310,6 @@ func (_u *MappableDomainUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -330,14 +326,11 @@ func (_u *MappableDomainUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.MappableDomain - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -656,7 +649,6 @@ func (_u *MappableDomainUpdateOne) sqlSave(ctx context.Context) (_node *Mappable IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -670,7 +662,6 @@ func (_u *MappableDomainUpdateOne) sqlSave(ctx context.Context) (_node *Mappable IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -687,14 +678,11 @@ func (_u *MappableDomainUpdateOne) sqlSave(ctx context.Context) (_node *Mappable IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.MappableDomain - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &MappableDomain{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/mappedcontrol/where.go b/internal/ent/generated/mappedcontrol/where.go index 1b5a178afe..bad226e754 100644 --- a/internal/ent/generated/mappedcontrol/where.go +++ b/internal/ent/generated/mappedcontrol/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1040,9 +1038,6 @@ func HasOwner() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.MappedControl sqlgraph.HasNeighbors(s, step) }) } @@ -1051,9 +1046,6 @@ func HasOwner() predicate.MappedControl { func HasOwnerWith(preds ...predicate.Organization) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.MappedControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1069,9 +1061,6 @@ func HasBlockedGroups() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1080,9 +1069,6 @@ func HasBlockedGroups() predicate.MappedControl { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1098,9 +1084,6 @@ func HasEditors() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1109,9 +1092,6 @@ func HasEditors() predicate.MappedControl { func HasEditorsWith(preds ...predicate.Group) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1127,9 +1107,6 @@ func HasFromControls() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FromControlsTable, FromControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlFromControls sqlgraph.HasNeighbors(s, step) }) } @@ -1138,9 +1115,6 @@ func HasFromControls() predicate.MappedControl { func HasFromControlsWith(preds ...predicate.Control) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newFromControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlFromControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1156,9 +1130,6 @@ func HasToControls() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ToControlsTable, ToControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlToControls sqlgraph.HasNeighbors(s, step) }) } @@ -1167,9 +1138,6 @@ func HasToControls() predicate.MappedControl { func HasToControlsWith(preds ...predicate.Control) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newToControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlToControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1185,9 +1153,6 @@ func HasFromSubcontrols() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FromSubcontrolsTable, FromSubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -1196,9 +1161,6 @@ func HasFromSubcontrols() predicate.MappedControl { func HasFromSubcontrolsWith(preds ...predicate.Subcontrol) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newFromSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1214,9 +1176,6 @@ func HasToSubcontrols() predicate.MappedControl { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ToSubcontrolsTable, ToSubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -1225,9 +1184,6 @@ func HasToSubcontrols() predicate.MappedControl { func HasToSubcontrolsWith(preds ...predicate.Subcontrol) predicate.MappedControl { return predicate.MappedControl(func(s *sql.Selector) { step := newToSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/mappedcontrol_create.go b/internal/ent/generated/mappedcontrol_create.go index 5833751358..0f403213d1 100644 --- a/internal/ent/generated/mappedcontrol_create.go +++ b/internal/ent/generated/mappedcontrol_create.go @@ -478,7 +478,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe _node = &MappedControl{config: _c.config} _spec = sqlgraph.NewCreateSpec(mappedcontrol.Table, sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.MappedControl if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -554,7 +553,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -572,7 +570,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -589,7 +586,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -606,7 +602,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -623,7 +618,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -640,7 +634,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -657,7 +650,6 @@ func (_c *MappedControlCreate) createSpec() (*MappedControl, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/mappedcontrol_delete.go b/internal/ent/generated/mappedcontrol_delete.go index 0f2639b1b9..99c67ce68d 100644 --- a/internal/ent/generated/mappedcontrol_delete.go +++ b/internal/ent/generated/mappedcontrol_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/mappedcontrol" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // MappedControlDelete is the builder for deleting a MappedControl entity. @@ -43,8 +41,6 @@ func (_d *MappedControlDelete) ExecX(ctx context.Context) int { func (_d *MappedControlDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(mappedcontrol.Table, sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.MappedControl - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/mappedcontrol_query.go b/internal/ent/generated/mappedcontrol_query.go index 2591b5af6d..f5abf59d14 100644 --- a/internal/ent/generated/mappedcontrol_query.go +++ b/internal/ent/generated/mappedcontrol_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -98,9 +97,6 @@ func (_q *MappedControlQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, mappedcontrol.OwnerTable, mappedcontrol.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.MappedControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -123,9 +119,6 @@ func (_q *MappedControlQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.BlockedGroupsTable, mappedcontrol.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -148,9 +141,6 @@ func (_q *MappedControlQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.EditorsTable, mappedcontrol.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.MappedControlEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -173,9 +163,6 @@ func (_q *MappedControlQuery) QueryFromControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.FromControlsTable, mappedcontrol.FromControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlFromControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -198,9 +185,6 @@ func (_q *MappedControlQuery) QueryToControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.ToControlsTable, mappedcontrol.ToControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.MappedControlToControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -223,9 +207,6 @@ func (_q *MappedControlQuery) QueryFromSubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.FromSubcontrolsTable, mappedcontrol.FromSubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -248,9 +229,6 @@ func (_q *MappedControlQuery) QueryToSubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, mappedcontrol.ToSubcontrolsTable, mappedcontrol.ToSubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -643,8 +621,6 @@ func (_q *MappedControlQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.MappedControl - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -797,7 +773,6 @@ func (_q *MappedControlQuery) loadBlockedGroups(ctx context.Context, query *Grou } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.MappedControlBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(mappedcontrol.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -859,7 +834,6 @@ func (_q *MappedControlQuery) loadEditors(ctx context.Context, query *GroupQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.EditorsTable) - joinT.Schema(_q.schemaConfig.MappedControlEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(mappedcontrol.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -921,7 +895,6 @@ func (_q *MappedControlQuery) loadFromControls(ctx context.Context, query *Contr } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.FromControlsTable) - joinT.Schema(_q.schemaConfig.MappedControlFromControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(mappedcontrol.FromControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.FromControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -983,7 +956,6 @@ func (_q *MappedControlQuery) loadToControls(ctx context.Context, query *Control } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.ToControlsTable) - joinT.Schema(_q.schemaConfig.MappedControlToControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(mappedcontrol.ToControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.ToControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1045,7 +1017,6 @@ func (_q *MappedControlQuery) loadFromSubcontrols(ctx context.Context, query *Su } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.FromSubcontrolsTable) - joinT.Schema(_q.schemaConfig.MappedControlFromSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(mappedcontrol.FromSubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.FromSubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1107,7 +1078,6 @@ func (_q *MappedControlQuery) loadToSubcontrols(ctx context.Context, query *Subc } query.Where(func(s *sql.Selector) { joinT := sql.Table(mappedcontrol.ToSubcontrolsTable) - joinT.Schema(_q.schemaConfig.MappedControlToSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(mappedcontrol.ToSubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(mappedcontrol.ToSubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1159,8 +1129,6 @@ func (_q *MappedControlQuery) loadToSubcontrols(ctx context.Context, query *Subc func (_q *MappedControlQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.MappedControl - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1229,9 +1197,6 @@ func (_q *MappedControlQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.MappedControl) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/mappedcontrol_update.go b/internal/ent/generated/mappedcontrol_update.go index 370f75e0e0..646f94a88b 100644 --- a/internal/ent/generated/mappedcontrol_update.go +++ b/internal/ent/generated/mappedcontrol_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // MappedControlUpdate is the builder for updating MappedControl entities. @@ -697,7 +695,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -711,7 +708,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -728,7 +724,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -742,7 +737,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -759,7 +753,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -776,7 +769,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -790,7 +782,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -807,7 +798,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -824,7 +814,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFromControlsIDs(); len(nodes) > 0 && !_u.mutation.FromControlsCleared() { @@ -838,7 +827,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -855,7 +843,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -872,7 +859,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedToControlsIDs(); len(nodes) > 0 && !_u.mutation.ToControlsCleared() { @@ -886,7 +872,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -903,7 +888,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -920,7 +904,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFromSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.FromSubcontrolsCleared() { @@ -934,7 +917,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -951,7 +933,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -968,7 +949,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedToSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.ToSubcontrolsCleared() { @@ -982,7 +962,6 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -999,14 +978,11 @@ func (_u *MappedControlUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.MappedControl - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1719,7 +1695,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1733,7 +1708,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1750,7 +1724,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1764,7 +1737,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1781,7 +1753,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1798,7 +1769,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1812,7 +1782,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1798,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1846,7 +1814,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFromControlsIDs(); len(nodes) > 0 && !_u.mutation.FromControlsCleared() { @@ -1860,7 +1827,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1877,7 +1843,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1894,7 +1859,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedToControlsIDs(); len(nodes) > 0 && !_u.mutation.ToControlsCleared() { @@ -1908,7 +1872,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1925,7 +1888,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1942,7 +1904,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFromSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.FromSubcontrolsCleared() { @@ -1956,7 +1917,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1973,7 +1933,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1990,7 +1949,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedToSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.ToSubcontrolsCleared() { @@ -2004,7 +1962,6 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2021,14 +1978,11 @@ func (_u *MappedControlUpdateOne) sqlSave(ctx context.Context) (_node *MappedCon IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.MappedControl - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &MappedControl{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/narrative/where.go b/internal/ent/generated/narrative/where.go index 5dc1a266a4..15bbf6720c 100644 --- a/internal/ent/generated/narrative/where.go +++ b/internal/ent/generated/narrative/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1134,9 +1132,6 @@ func HasOwner() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighbors(s, step) }) } @@ -1145,9 +1140,6 @@ func HasOwner() predicate.Narrative { func HasOwnerWith(preds ...predicate.Organization) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1163,9 +1155,6 @@ func HasBlockedGroups() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1174,9 +1163,6 @@ func HasBlockedGroups() predicate.Narrative { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1192,9 +1178,6 @@ func HasEditors() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1203,9 +1186,6 @@ func HasEditors() predicate.Narrative { func HasEditorsWith(preds ...predicate.Group) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1221,9 +1201,6 @@ func HasViewers() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeViewers sqlgraph.HasNeighbors(s, step) }) } @@ -1232,9 +1209,6 @@ func HasViewers() predicate.Narrative { func HasViewersWith(preds ...predicate.Group) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1250,9 +1224,6 @@ func HasSatisfies() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SatisfiesTable, SatisfiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -1261,9 +1232,6 @@ func HasSatisfies() predicate.Narrative { func HasSatisfiesWith(preds ...predicate.Control) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newSatisfiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1279,9 +1247,6 @@ func HasPrograms() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -1290,9 +1255,6 @@ func HasPrograms() predicate.Narrative { func HasProgramsWith(preds ...predicate.Program) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1308,9 +1270,6 @@ func HasInternalPolicies() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -1319,9 +1278,6 @@ func HasInternalPolicies() predicate.Narrative { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1337,9 +1293,6 @@ func HasProcedures() predicate.Narrative { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -1348,9 +1301,6 @@ func HasProcedures() predicate.Narrative { func HasProceduresWith(preds ...predicate.Procedure) predicate.Narrative { return predicate.Narrative(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/narrative_create.go b/internal/ent/generated/narrative_create.go index 5068c0bcd4..964b45bf96 100644 --- a/internal/ent/generated/narrative_create.go +++ b/internal/ent/generated/narrative_create.go @@ -473,7 +473,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { _node = &Narrative{config: _c.config} _spec = sqlgraph.NewCreateSpec(narrative.Table, sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Narrative if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -549,7 +548,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -567,7 +565,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -584,7 +581,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -601,7 +597,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -618,7 +613,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -635,7 +629,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -652,7 +645,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -669,7 +661,6 @@ func (_c *NarrativeCreate) createSpec() (*Narrative, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/narrative_delete.go b/internal/ent/generated/narrative_delete.go index b081e53608..b201953df6 100644 --- a/internal/ent/generated/narrative_delete.go +++ b/internal/ent/generated/narrative_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/narrative" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // NarrativeDelete is the builder for deleting a Narrative entity. @@ -43,8 +41,6 @@ func (_d *NarrativeDelete) ExecX(ctx context.Context) int { func (_d *NarrativeDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(narrative.Table, sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Narrative - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/narrative_query.go b/internal/ent/generated/narrative_query.go index c250bbacd1..d1ea29838c 100644 --- a/internal/ent/generated/narrative_query.go +++ b/internal/ent/generated/narrative_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/procedure" "github.com/theopenlane/core/internal/ent/generated/program" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -103,9 +102,6 @@ func (_q *NarrativeQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, narrative.OwnerTable, narrative.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Narrative fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -128,9 +124,6 @@ func (_q *NarrativeQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.BlockedGroupsTable, narrative.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -153,9 +146,6 @@ func (_q *NarrativeQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.EditorsTable, narrative.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -178,9 +168,6 @@ func (_q *NarrativeQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, narrative.ViewersTable, narrative.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.NarrativeViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -203,9 +190,6 @@ func (_q *NarrativeQuery) QuerySatisfies() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.SatisfiesTable, narrative.SatisfiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -228,9 +212,6 @@ func (_q *NarrativeQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.ProgramsTable, narrative.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -253,9 +234,6 @@ func (_q *NarrativeQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.InternalPoliciesTable, narrative.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -278,9 +256,6 @@ func (_q *NarrativeQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, narrative.ProceduresTable, narrative.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -690,8 +665,6 @@ func (_q *NarrativeQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Na node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Narrative - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -858,7 +831,6 @@ func (_q *NarrativeQuery) loadBlockedGroups(ctx context.Context, query *GroupQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.NarrativeBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(narrative.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(narrative.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -920,7 +892,6 @@ func (_q *NarrativeQuery) loadEditors(ctx context.Context, query *GroupQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.EditorsTable) - joinT.Schema(_q.schemaConfig.NarrativeEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(narrative.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(narrative.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -982,7 +953,6 @@ func (_q *NarrativeQuery) loadViewers(ctx context.Context, query *GroupQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.ViewersTable) - joinT.Schema(_q.schemaConfig.NarrativeViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(narrative.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(narrative.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1044,7 +1014,6 @@ func (_q *NarrativeQuery) loadSatisfies(ctx context.Context, query *ControlQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.SatisfiesTable) - joinT.Schema(_q.schemaConfig.ControlNarratives) s.Join(joinT).On(s.C(control.FieldID), joinT.C(narrative.SatisfiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(narrative.SatisfiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1106,7 +1075,6 @@ func (_q *NarrativeQuery) loadPrograms(ctx context.Context, query *ProgramQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramNarratives) s.Join(joinT).On(s.C(program.FieldID), joinT.C(narrative.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(narrative.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1168,7 +1136,6 @@ func (_q *NarrativeQuery) loadInternalPolicies(ctx context.Context, query *Inter } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyNarratives) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(narrative.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(narrative.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1230,7 +1197,6 @@ func (_q *NarrativeQuery) loadProcedures(ctx context.Context, query *ProcedureQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(narrative.ProceduresTable) - joinT.Schema(_q.schemaConfig.ProcedureNarratives) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(narrative.ProceduresPrimaryKey[0])) s.Where(sql.InValues(joinT.C(narrative.ProceduresPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1282,8 +1248,6 @@ func (_q *NarrativeQuery) loadProcedures(ctx context.Context, query *ProcedureQu func (_q *NarrativeQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Narrative - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1352,9 +1316,6 @@ func (_q *NarrativeQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Narrative) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/narrative_update.go b/internal/ent/generated/narrative_update.go index 24cc4f9467..d1becd9a9a 100644 --- a/internal/ent/generated/narrative_update.go +++ b/internal/ent/generated/narrative_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/procedure" "github.com/theopenlane/core/internal/ent/generated/program" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // NarrativeUpdate is the builder for updating Narrative entities. @@ -656,7 +654,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -670,7 +667,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -687,7 +683,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -704,7 +699,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -718,7 +712,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -735,7 +728,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -752,7 +744,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -766,7 +757,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -783,7 +773,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -800,7 +789,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSatisfiesIDs(); len(nodes) > 0 && !_u.mutation.SatisfiesCleared() { @@ -814,7 +802,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -831,7 +818,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -848,7 +834,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -862,7 +847,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -879,7 +863,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -896,7 +879,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -910,7 +892,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -927,7 +908,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -944,7 +924,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -958,7 +937,6 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -975,14 +953,11 @@ func (_u *NarrativeUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Narrative - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1654,7 +1629,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1668,7 +1642,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1685,7 +1658,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1702,7 +1674,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1716,7 +1687,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1733,7 +1703,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1750,7 +1719,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1764,7 +1732,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1781,7 +1748,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NarrativeViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1798,7 +1764,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSatisfiesIDs(); len(nodes) > 0 && !_u.mutation.SatisfiesCleared() { @@ -1812,7 +1777,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1793,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1846,7 +1809,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -1860,7 +1822,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1877,7 +1838,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1894,7 +1854,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -1908,7 +1867,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1925,7 +1883,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1942,7 +1899,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -1956,7 +1912,6 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1973,14 +1928,11 @@ func (_u *NarrativeUpdateOne) sqlSave(ctx context.Context) (_node *Narrative, er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Narrative - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Narrative{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/note/where.go b/internal/ent/generated/note/where.go index 74ffed6015..049295b52d 100644 --- a/internal/ent/generated/note/where.go +++ b/internal/ent/generated/note/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1204,9 +1202,6 @@ func HasOwner() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1215,9 +1210,6 @@ func HasOwner() predicate.Note { func HasOwnerWith(preds ...predicate.Organization) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1233,9 +1225,6 @@ func HasTask() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TaskTable, TaskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1244,9 +1233,6 @@ func HasTask() predicate.Note { func HasTaskWith(preds ...predicate.Task) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newTaskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1262,9 +1248,6 @@ func HasControl() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1273,9 +1256,6 @@ func HasControl() predicate.Note { func HasControlWith(preds ...predicate.Control) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1291,9 +1271,6 @@ func HasSubcontrol() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, SubcontrolTable, SubcontrolColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1302,9 +1279,6 @@ func HasSubcontrol() predicate.Note { func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newSubcontrolStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1320,9 +1294,6 @@ func HasProcedure() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ProcedureTable, ProcedureColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1331,9 +1302,6 @@ func HasProcedure() predicate.Note { func HasProcedureWith(preds ...predicate.Procedure) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newProcedureStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1349,9 +1317,6 @@ func HasRisk() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, RiskTable, RiskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1360,9 +1325,6 @@ func HasRisk() predicate.Note { func HasRiskWith(preds ...predicate.Risk) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newRiskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1378,9 +1340,6 @@ func HasInternalPolicy() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, InternalPolicyTable, InternalPolicyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1389,9 +1348,6 @@ func HasInternalPolicy() predicate.Note { func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newInternalPolicyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1407,9 +1363,6 @@ func HasReview() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ReviewTable, ReviewColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1418,9 +1371,6 @@ func HasReview() predicate.Note { func HasReviewWith(preds ...predicate.Review) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newReviewStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1436,9 +1386,6 @@ func HasEvidence() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, EvidenceTable, EvidenceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1447,9 +1394,6 @@ func HasEvidence() predicate.Note { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1465,9 +1409,6 @@ func HasTrustCenter() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1476,9 +1417,6 @@ func HasTrustCenter() predicate.Note { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1494,9 +1432,6 @@ func HasDiscussion() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, DiscussionTable, DiscussionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1505,9 +1440,6 @@ func HasDiscussion() predicate.Note { func HasDiscussionWith(preds ...predicate.Discussion) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newDiscussionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1523,9 +1455,6 @@ func HasTrustCenterFaqs() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterFaqsTable, TrustCenterFaqsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighbors(s, step) }) } @@ -1534,9 +1463,6 @@ func HasTrustCenterFaqs() predicate.Note { func HasTrustCenterFaqsWith(preds ...predicate.TrustCenterFAQ) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newTrustCenterFaqsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1552,9 +1478,6 @@ func HasFiles() predicate.Note { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -1563,9 +1486,6 @@ func HasFiles() predicate.Note { func HasFilesWith(preds ...predicate.File) predicate.Note { return predicate.Note(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/note_create.go b/internal/ent/generated/note_create.go index 2d40612f6c..f448f5f748 100644 --- a/internal/ent/generated/note_create.go +++ b/internal/ent/generated/note_create.go @@ -598,7 +598,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { _node = &Note{config: _c.config} _spec = sqlgraph.NewCreateSpec(note.Table, sqlgraph.NewFieldSpec(note.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Note if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -674,7 +673,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -692,7 +690,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -710,7 +707,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -728,7 +724,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -746,7 +741,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -764,7 +758,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -782,7 +775,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -800,7 +792,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -818,7 +809,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -836,7 +826,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -854,7 +843,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -872,7 +860,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -889,7 +876,6 @@ func (_c *NoteCreate) createSpec() (*Note, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/note_delete.go b/internal/ent/generated/note_delete.go index 0eb47861b5..ac309a66bf 100644 --- a/internal/ent/generated/note_delete.go +++ b/internal/ent/generated/note_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/note" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // NoteDelete is the builder for deleting a Note entity. @@ -43,8 +41,6 @@ func (_d *NoteDelete) ExecX(ctx context.Context) int { func (_d *NoteDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(note.Table, sqlgraph.NewFieldSpec(note.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Note - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/note_query.go b/internal/ent/generated/note_query.go index 0a0bd60a01..5cbde0f830 100644 --- a/internal/ent/generated/note_query.go +++ b/internal/ent/generated/note_query.go @@ -29,7 +29,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterfaq" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -110,9 +109,6 @@ func (_q *NoteQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.OwnerTable, note.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -135,9 +131,6 @@ func (_q *NoteQuery) QueryTask() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.TaskTable, note.TaskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -160,9 +153,6 @@ func (_q *NoteQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ControlTable, note.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -185,9 +175,6 @@ func (_q *NoteQuery) QuerySubcontrol() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.SubcontrolTable, note.SubcontrolColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -210,9 +197,6 @@ func (_q *NoteQuery) QueryProcedure() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ProcedureTable, note.ProcedureColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -235,9 +219,6 @@ func (_q *NoteQuery) QueryRisk() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.RiskTable, note.RiskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -260,9 +241,6 @@ func (_q *NoteQuery) QueryInternalPolicy() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.InternalPolicyTable, note.InternalPolicyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -285,9 +263,6 @@ func (_q *NoteQuery) QueryReview() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.ReviewTable, note.ReviewColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -310,9 +285,6 @@ func (_q *NoteQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.EvidenceTable, note.EvidenceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -335,9 +307,6 @@ func (_q *NoteQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.TrustCenterTable, note.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -360,9 +329,6 @@ func (_q *NoteQuery) QueryDiscussion() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, note.DiscussionTable, note.DiscussionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -385,9 +351,6 @@ func (_q *NoteQuery) QueryTrustCenterFaqs() *TrustCenterFAQQuery { sqlgraph.To(trustcenterfaq.Table, trustcenterfaq.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, note.TrustCenterFaqsTable, note.TrustCenterFaqsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -410,9 +373,6 @@ func (_q *NoteQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, note.FilesTable, note.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -890,8 +850,6 @@ func (_q *NoteQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Note, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Note - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1413,8 +1371,6 @@ func (_q *NoteQuery) loadFiles(ctx context.Context, query *FileQuery, nodes []*N func (_q *NoteQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Note - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1489,9 +1445,6 @@ func (_q *NoteQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Note) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/note_update.go b/internal/ent/generated/note_update.go index 05a41ae322..84e2c225ce 100644 --- a/internal/ent/generated/note_update.go +++ b/internal/ent/generated/note_update.go @@ -26,8 +26,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterfaq" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // NoteUpdate is the builder for updating Note entities. @@ -759,7 +757,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskIDs(); len(nodes) > 0 { @@ -773,7 +770,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -790,7 +786,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -804,7 +799,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -821,7 +815,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -835,7 +828,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -852,7 +844,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -866,7 +857,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -883,7 +873,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -897,7 +886,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -914,7 +902,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -928,7 +915,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -945,7 +931,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewIDs(); len(nodes) > 0 { @@ -959,7 +944,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -976,7 +960,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EvidenceIDs(); len(nodes) > 0 { @@ -990,7 +973,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1007,7 +989,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -1021,7 +1002,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1038,7 +1018,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DiscussionIDs(); len(nodes) > 0 { @@ -1052,7 +1031,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1069,7 +1047,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqsCleared() { @@ -1083,7 +1060,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1100,7 +1076,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1117,7 +1092,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1131,7 +1105,6 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1148,14 +1121,11 @@ func (_u *NoteUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Note - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1923,7 +1893,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskIDs(); len(nodes) > 0 { @@ -1937,7 +1906,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1954,7 +1922,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -1968,7 +1935,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1985,7 +1951,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -1999,7 +1964,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2016,7 +1980,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -2030,7 +1993,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2047,7 +2009,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -2061,7 +2022,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2078,7 +2038,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -2092,7 +2051,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2109,7 +2067,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewIDs(); len(nodes) > 0 { @@ -2123,7 +2080,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2140,7 +2096,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EvidenceIDs(); len(nodes) > 0 { @@ -2154,7 +2109,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2171,7 +2125,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -2185,7 +2138,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2202,7 +2154,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DiscussionIDs(); len(nodes) > 0 { @@ -2216,7 +2167,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2233,7 +2183,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqsCleared() { @@ -2247,7 +2196,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2264,7 +2212,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2281,7 +2228,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2295,7 +2241,6 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2312,14 +2257,11 @@ func (_u *NoteUpdateOne) sqlSave(ctx context.Context) (_node *Note, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Note - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Note{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/notification/where.go b/internal/ent/generated/notification/where.go index 9b1f0da3e8..89c42481d4 100644 --- a/internal/ent/generated/notification/where.go +++ b/internal/ent/generated/notification/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1031,9 +1029,6 @@ func HasOwner() predicate.Notification { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighbors(s, step) }) } @@ -1042,9 +1037,6 @@ func HasOwner() predicate.Notification { func HasOwnerWith(preds ...predicate.Organization) predicate.Notification { return predicate.Notification(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1060,9 +1052,6 @@ func HasNotificationTemplate() predicate.Notification { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, NotificationTemplateTable, NotificationTemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighbors(s, step) }) } @@ -1071,9 +1060,6 @@ func HasNotificationTemplate() predicate.Notification { func HasNotificationTemplateWith(preds ...predicate.NotificationTemplate) predicate.Notification { return predicate.Notification(func(s *sql.Selector) { step := newNotificationTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/notification_create.go b/internal/ent/generated/notification_create.go index 1783536e97..eba347095c 100644 --- a/internal/ent/generated/notification_create.go +++ b/internal/ent/generated/notification_create.go @@ -384,7 +384,6 @@ func (_c *NotificationCreate) createSpec() (*Notification, *sqlgraph.CreateSpec) _node = &Notification{config: _c.config} _spec = sqlgraph.NewCreateSpec(notification.Table, sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Notification if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -460,7 +459,6 @@ func (_c *NotificationCreate) createSpec() (*Notification, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -478,7 +476,6 @@ func (_c *NotificationCreate) createSpec() (*Notification, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/notification_delete.go b/internal/ent/generated/notification_delete.go index 0c14a84ba2..0d079fad46 100644 --- a/internal/ent/generated/notification_delete.go +++ b/internal/ent/generated/notification_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/notification" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // NotificationDelete is the builder for deleting a Notification entity. @@ -43,8 +41,6 @@ func (_d *NotificationDelete) ExecX(ctx context.Context) int { func (_d *NotificationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notification.Table, sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Notification - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/notification_query.go b/internal/ent/generated/notification_query.go index 683b7fe675..36955c94a1 100644 --- a/internal/ent/generated/notification_query.go +++ b/internal/ent/generated/notification_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -84,9 +83,6 @@ func (_q *NotificationQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notification.OwnerTable, notification.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Notification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -109,9 +105,6 @@ func (_q *NotificationQuery) QueryNotificationTemplate() *NotificationTemplateQu sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notification.NotificationTemplateTable, notification.NotificationTemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.Notification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,8 +432,6 @@ func (_q *NotificationQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Notification - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -534,8 +525,6 @@ func (_q *NotificationQuery) loadNotificationTemplate(ctx context.Context, query func (_q *NotificationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Notification - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -607,9 +596,6 @@ func (_q *NotificationQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Notification) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/notification_update.go b/internal/ent/generated/notification_update.go index 3223848c4e..d2a384cf74 100644 --- a/internal/ent/generated/notification_update.go +++ b/internal/ent/generated/notification_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/notification" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // NotificationUpdate is the builder for updating Notification entities. @@ -294,7 +292,6 @@ func (_u *NotificationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -308,14 +305,11 @@ func (_u *NotificationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Notification - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -628,7 +622,6 @@ func (_u *NotificationUpdateOne) sqlSave(ctx context.Context) (_node *Notificati IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -642,14 +635,11 @@ func (_u *NotificationUpdateOne) sqlSave(ctx context.Context) (_node *Notificati IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Notification - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Notification{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/notificationpreference/where.go b/internal/ent/generated/notificationpreference/where.go index 5d6791a6c6..150ddeb056 100644 --- a/internal/ent/generated/notificationpreference/where.go +++ b/internal/ent/generated/notificationpreference/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1635,9 +1633,6 @@ func HasOwner() predicate.NotificationPreference { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighbors(s, step) }) } @@ -1646,9 +1641,6 @@ func HasOwner() predicate.NotificationPreference { func HasOwnerWith(preds ...predicate.Organization) predicate.NotificationPreference { return predicate.NotificationPreference(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1664,9 +1656,6 @@ func HasUser() predicate.NotificationPreference { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighbors(s, step) }) } @@ -1675,9 +1664,6 @@ func HasUser() predicate.NotificationPreference { func HasUserWith(preds ...predicate.User) predicate.NotificationPreference { return predicate.NotificationPreference(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1693,9 +1679,6 @@ func HasNotificationTemplate() predicate.NotificationPreference { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, NotificationTemplateTable, NotificationTemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighbors(s, step) }) } @@ -1704,9 +1687,6 @@ func HasNotificationTemplate() predicate.NotificationPreference { func HasNotificationTemplateWith(preds ...predicate.NotificationTemplate) predicate.NotificationPreference { return predicate.NotificationPreference(func(s *sql.Selector) { step := newNotificationTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/notificationpreference_create.go b/internal/ent/generated/notificationpreference_create.go index 39b972a790..b1f44c09b1 100644 --- a/internal/ent/generated/notificationpreference_create.go +++ b/internal/ent/generated/notificationpreference_create.go @@ -586,7 +586,6 @@ func (_c *NotificationPreferenceCreate) createSpec() (*NotificationPreference, * _node = &NotificationPreference{config: _c.config} _spec = sqlgraph.NewCreateSpec(notificationpreference.Table, sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NotificationPreference if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -706,7 +705,6 @@ func (_c *NotificationPreferenceCreate) createSpec() (*NotificationPreference, * IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -724,7 +722,6 @@ func (_c *NotificationPreferenceCreate) createSpec() (*NotificationPreference, * IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -742,7 +739,6 @@ func (_c *NotificationPreferenceCreate) createSpec() (*NotificationPreference, * IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/notificationpreference_delete.go b/internal/ent/generated/notificationpreference_delete.go index 69c8dc2151..8ef5086e5a 100644 --- a/internal/ent/generated/notificationpreference_delete.go +++ b/internal/ent/generated/notificationpreference_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/notificationpreference" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // NotificationPreferenceDelete is the builder for deleting a NotificationPreference entity. @@ -43,8 +41,6 @@ func (_d *NotificationPreferenceDelete) ExecX(ctx context.Context) int { func (_d *NotificationPreferenceDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notificationpreference.Table, sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NotificationPreference - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/notificationpreference_query.go b/internal/ent/generated/notificationpreference_query.go index 4be72245b2..969711f63b 100644 --- a/internal/ent/generated/notificationpreference_query.go +++ b/internal/ent/generated/notificationpreference_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *NotificationPreferenceQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationpreference.OwnerTable, notificationpreference.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationPreference fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *NotificationPreferenceQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, notificationpreference.UserTable, notificationpreference.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.NotificationPreference fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -136,9 +129,6 @@ func (_q *NotificationPreferenceQuery) QueryNotificationTemplate() *Notification sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, notificationpreference.NotificationTemplateTable, notificationpreference.NotificationTemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationPreference fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -479,8 +469,6 @@ func (_q *NotificationPreferenceQuery) sqlAll(ctx context.Context, hooks ...quer node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NotificationPreference - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -609,8 +597,6 @@ func (_q *NotificationPreferenceQuery) loadNotificationTemplate(ctx context.Cont func (_q *NotificationPreferenceQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NotificationPreference - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -685,9 +671,6 @@ func (_q *NotificationPreferenceQuery) sqlQuery(ctx context.Context) *sql.Select if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NotificationPreference) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/notificationpreference_update.go b/internal/ent/generated/notificationpreference_update.go index 7081581c7e..dc959d5877 100644 --- a/internal/ent/generated/notificationpreference_update.go +++ b/internal/ent/generated/notificationpreference_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/notificationtemplate" "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // NotificationPreferenceUpdate is the builder for updating NotificationPreference entities. @@ -781,7 +779,6 @@ func (_u *NotificationPreferenceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -795,7 +792,6 @@ func (_u *NotificationPreferenceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -812,7 +808,6 @@ func (_u *NotificationPreferenceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.NotificationTemplateIDs(); len(nodes) > 0 { @@ -826,14 +821,11 @@ func (_u *NotificationPreferenceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.NotificationPreference - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1632,7 +1624,6 @@ func (_u *NotificationPreferenceUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1646,7 +1637,6 @@ func (_u *NotificationPreferenceUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1663,7 +1653,6 @@ func (_u *NotificationPreferenceUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.NotificationTemplateIDs(); len(nodes) > 0 { @@ -1677,14 +1666,11 @@ func (_u *NotificationPreferenceUpdateOne) sqlSave(ctx context.Context) (_node * IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.NotificationPreference - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &NotificationPreference{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/notificationtemplate/where.go b/internal/ent/generated/notificationtemplate/where.go index 6659132e4f..6feef9387b 100644 --- a/internal/ent/generated/notificationtemplate/where.go +++ b/internal/ent/generated/notificationtemplate/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1975,9 +1973,6 @@ func HasOwner() predicate.NotificationTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -1986,9 +1981,6 @@ func HasOwner() predicate.NotificationTemplate { func HasOwnerWith(preds ...predicate.Organization) predicate.NotificationTemplate { return predicate.NotificationTemplate(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2004,9 +1996,6 @@ func HasIntegration() predicate.NotificationTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2015,9 +2004,6 @@ func HasIntegration() predicate.NotificationTemplate { func HasIntegrationWith(preds ...predicate.Integration) predicate.NotificationTemplate { return predicate.NotificationTemplate(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2033,9 +2019,6 @@ func HasWorkflowDefinition() predicate.NotificationTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, WorkflowDefinitionTable, WorkflowDefinitionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2044,9 +2027,6 @@ func HasWorkflowDefinition() predicate.NotificationTemplate { func HasWorkflowDefinitionWith(preds ...predicate.WorkflowDefinition) predicate.NotificationTemplate { return predicate.NotificationTemplate(func(s *sql.Selector) { step := newWorkflowDefinitionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2062,9 +2042,6 @@ func HasEmailTemplate() predicate.NotificationTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, EmailTemplateTable, EmailTemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -2073,9 +2050,6 @@ func HasEmailTemplate() predicate.NotificationTemplate { func HasEmailTemplateWith(preds ...predicate.EmailTemplate) predicate.NotificationTemplate { return predicate.NotificationTemplate(func(s *sql.Selector) { step := newEmailTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2091,9 +2065,6 @@ func HasNotifications() predicate.NotificationTemplate { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationsTable, NotificationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighbors(s, step) }) } @@ -2102,9 +2073,6 @@ func HasNotifications() predicate.NotificationTemplate { func HasNotificationsWith(preds ...predicate.Notification) predicate.NotificationTemplate { return predicate.NotificationTemplate(func(s *sql.Selector) { step := newNotificationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/notificationtemplate_create.go b/internal/ent/generated/notificationtemplate_create.go index 42a0dc6686..1ec9c82e2a 100644 --- a/internal/ent/generated/notificationtemplate_create.go +++ b/internal/ent/generated/notificationtemplate_create.go @@ -658,7 +658,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg _node = &NotificationTemplate{config: _c.config} _spec = sqlgraph.NewCreateSpec(notificationtemplate.Table, sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NotificationTemplate if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -794,7 +793,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -812,7 +810,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -830,7 +827,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -848,7 +844,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -866,7 +861,6 @@ func (_c *NotificationTemplateCreate) createSpec() (*NotificationTemplate, *sqlg IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/notificationtemplate_delete.go b/internal/ent/generated/notificationtemplate_delete.go index 85146c54d1..28808ccd21 100644 --- a/internal/ent/generated/notificationtemplate_delete.go +++ b/internal/ent/generated/notificationtemplate_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/notificationtemplate" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // NotificationTemplateDelete is the builder for deleting a NotificationTemplate entity. @@ -43,8 +41,6 @@ func (_d *NotificationTemplateDelete) ExecX(ctx context.Context) int { func (_d *NotificationTemplateDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notificationtemplate.Table, sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NotificationTemplate - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/notificationtemplate_query.go b/internal/ent/generated/notificationtemplate_query.go index c3708332f3..d999e96b63 100644 --- a/internal/ent/generated/notificationtemplate_query.go +++ b/internal/ent/generated/notificationtemplate_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -92,9 +91,6 @@ func (_q *NotificationTemplateQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.OwnerTable, notificationtemplate.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -117,9 +113,6 @@ func (_q *NotificationTemplateQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.IntegrationTable, notificationtemplate.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -142,9 +135,6 @@ func (_q *NotificationTemplateQuery) QueryWorkflowDefinition() *WorkflowDefiniti sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.WorkflowDefinitionTable, notificationtemplate.WorkflowDefinitionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -167,9 +157,6 @@ func (_q *NotificationTemplateQuery) QueryEmailTemplate() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, notificationtemplate.EmailTemplateTable, notificationtemplate.EmailTemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -192,9 +179,6 @@ func (_q *NotificationTemplateQuery) QueryNotifications() *NotificationQuery { sqlgraph.To(notification.Table, notification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, notificationtemplate.NotificationsTable, notificationtemplate.NotificationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -561,8 +545,6 @@ func (_q *NotificationTemplateQuery) sqlAll(ctx context.Context, hooks ...queryH node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NotificationTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -772,8 +754,6 @@ func (_q *NotificationTemplateQuery) loadNotifications(ctx context.Context, quer func (_q *NotificationTemplateQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NotificationTemplate - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -851,9 +831,6 @@ func (_q *NotificationTemplateQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NotificationTemplate) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/notificationtemplate_update.go b/internal/ent/generated/notificationtemplate_update.go index 995b623abc..1c6597c030 100644 --- a/internal/ent/generated/notificationtemplate_update.go +++ b/internal/ent/generated/notificationtemplate_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/notificationtemplate" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // NotificationTemplateUpdate is the builder for updating NotificationTemplate entities. @@ -895,7 +893,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -909,7 +906,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -926,7 +922,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -940,7 +935,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -957,7 +951,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmailTemplateIDs(); len(nodes) > 0 { @@ -971,7 +964,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -988,7 +980,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationsIDs(); len(nodes) > 0 && !_u.mutation.NotificationsCleared() { @@ -1002,7 +993,6 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1019,14 +1009,11 @@ func (_u *NotificationTemplateUpdate) sqlSave(ctx context.Context) (_node int, e IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.NotificationTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1937,7 +1924,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1951,7 +1937,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1968,7 +1953,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -1982,7 +1966,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1999,7 +1982,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EmailTemplateIDs(); len(nodes) > 0 { @@ -2013,7 +1995,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2030,7 +2011,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationsIDs(); len(nodes) > 0 && !_u.mutation.NotificationsCleared() { @@ -2044,7 +2024,6 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2061,14 +2040,11 @@ func (_u *NotificationTemplateUpdateOne) sqlSave(ctx context.Context) (_node *No IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.NotificationTemplate - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &NotificationTemplate{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/onboarding/where.go b/internal/ent/generated/onboarding/where.go index 69686df7a7..fd31ae3ec5 100644 --- a/internal/ent/generated/onboarding/where.go +++ b/internal/ent/generated/onboarding/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -424,9 +422,6 @@ func HasOrganization() predicate.Onboarding { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, OrganizationTable, OrganizationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Onboarding sqlgraph.HasNeighbors(s, step) }) } @@ -435,9 +430,6 @@ func HasOrganization() predicate.Onboarding { func HasOrganizationWith(preds ...predicate.Organization) predicate.Onboarding { return predicate.Onboarding(func(s *sql.Selector) { step := newOrganizationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Onboarding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/onboarding_create.go b/internal/ent/generated/onboarding_create.go index 1ea48507be..aad10de04d 100644 --- a/internal/ent/generated/onboarding_create.go +++ b/internal/ent/generated/onboarding_create.go @@ -218,7 +218,6 @@ func (_c *OnboardingCreate) createSpec() (*Onboarding, *sqlgraph.CreateSpec) { _node = &Onboarding{config: _c.config} _spec = sqlgraph.NewCreateSpec(onboarding.Table, sqlgraph.NewFieldSpec(onboarding.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Onboarding if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -266,7 +265,6 @@ func (_c *OnboardingCreate) createSpec() (*Onboarding, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Onboarding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/onboarding_delete.go b/internal/ent/generated/onboarding_delete.go index e65bf412db..1568ae4d72 100644 --- a/internal/ent/generated/onboarding_delete.go +++ b/internal/ent/generated/onboarding_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/onboarding" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OnboardingDelete is the builder for deleting a Onboarding entity. @@ -43,8 +41,6 @@ func (_d *OnboardingDelete) ExecX(ctx context.Context) int { func (_d *OnboardingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(onboarding.Table, sqlgraph.NewFieldSpec(onboarding.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Onboarding - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/onboarding_query.go b/internal/ent/generated/onboarding_query.go index 28d8b84a97..47184afb32 100644 --- a/internal/ent/generated/onboarding_query.go +++ b/internal/ent/generated/onboarding_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *OnboardingQuery) QueryOrganization() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, onboarding.OrganizationTable, onboarding.OrganizationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Onboarding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *OnboardingQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*O node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Onboarding - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *OnboardingQuery) loadOrganization(ctx context.Context, query *Organiza func (_q *OnboardingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Onboarding - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *OnboardingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Onboarding) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/onboarding_update.go b/internal/ent/generated/onboarding_update.go index be03f4ff4a..ec78593166 100644 --- a/internal/ent/generated/onboarding_update.go +++ b/internal/ent/generated/onboarding_update.go @@ -14,8 +14,6 @@ import ( "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/onboarding" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OnboardingUpdate is the builder for updating Onboarding entities. @@ -257,8 +255,6 @@ func (_u *OnboardingUpdate) sqlSave(ctx context.Context) (_node int, err error) if _u.mutation.DemoRequestedCleared() { _spec.ClearField(onboarding.FieldDemoRequested, field.TypeBool) } - _spec.Node.Schema = _u.schemaConfig.Onboarding - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -536,8 +532,6 @@ func (_u *OnboardingUpdateOne) sqlSave(ctx context.Context) (_node *Onboarding, if _u.mutation.DemoRequestedCleared() { _spec.ClearField(onboarding.FieldDemoRequested, field.TypeBool) } - _spec.Node.Schema = _u.schemaConfig.Onboarding - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Onboarding{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/organization/where.go b/internal/ent/generated/organization/where.go index fb73932e7f..399836d9aa 100644 --- a/internal/ent/generated/organization/where.go +++ b/internal/ent/generated/organization/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1269,9 +1267,6 @@ func HasActionPlanCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ActionPlanCreatorsTable, ActionPlanCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1280,9 +1275,6 @@ func HasActionPlanCreators() predicate.Organization { func HasActionPlanCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newActionPlanCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1298,9 +1290,6 @@ func HasAPITokenCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, APITokenCreatorsTable, APITokenCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1309,9 +1298,6 @@ func HasAPITokenCreators() predicate.Organization { func HasAPITokenCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAPITokenCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1327,9 +1313,6 @@ func HasAssessmentCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentCreatorsTable, AssessmentCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1338,9 +1321,6 @@ func HasAssessmentCreators() predicate.Organization { func HasAssessmentCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAssessmentCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1356,9 +1336,6 @@ func HasAssetCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssetCreatorsTable, AssetCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1367,9 +1344,6 @@ func HasAssetCreators() predicate.Organization { func HasAssetCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAssetCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1385,9 +1359,6 @@ func HasCampaignCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignCreatorsTable, CampaignCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1396,9 +1367,6 @@ func HasCampaignCreators() predicate.Organization { func HasCampaignCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCampaignCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1414,9 +1382,6 @@ func HasCampaignTargetCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetCreatorsTable, CampaignTargetCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1425,9 +1390,6 @@ func HasCampaignTargetCreators() predicate.Organization { func HasCampaignTargetCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCampaignTargetCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1443,9 +1405,6 @@ func HasCheckResultCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CheckResultCreatorsTable, CheckResultCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1454,9 +1413,6 @@ func HasCheckResultCreators() predicate.Organization { func HasCheckResultCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCheckResultCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1472,9 +1428,6 @@ func HasContactCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ContactCreatorsTable, ContactCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1483,9 +1436,6 @@ func HasContactCreators() predicate.Organization { func HasContactCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newContactCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1501,9 +1451,6 @@ func HasControlCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlCreatorsTable, ControlCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1512,9 +1459,6 @@ func HasControlCreators() predicate.Organization { func HasControlCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1530,9 +1474,6 @@ func HasControlImplementationCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlImplementationCreatorsTable, ControlImplementationCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1541,9 +1482,6 @@ func HasControlImplementationCreators() predicate.Organization { func HasControlImplementationCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlImplementationCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1559,9 +1497,6 @@ func HasControlObjectiveCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlObjectiveCreatorsTable, ControlObjectiveCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1570,9 +1505,6 @@ func HasControlObjectiveCreators() predicate.Organization { func HasControlObjectiveCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlObjectiveCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1588,9 +1520,6 @@ func HasCustomDomainCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomDomainCreatorsTable, CustomDomainCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1599,9 +1528,6 @@ func HasCustomDomainCreators() predicate.Organization { func HasCustomDomainCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCustomDomainCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1617,9 +1543,6 @@ func HasCustomTypeEnumCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomTypeEnumCreatorsTable, CustomTypeEnumCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1628,9 +1551,6 @@ func HasCustomTypeEnumCreators() predicate.Organization { func HasCustomTypeEnumCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCustomTypeEnumCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1646,9 +1566,6 @@ func HasDirectoryAccountCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountCreatorsTable, DirectoryAccountCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1657,9 +1574,6 @@ func HasDirectoryAccountCreators() predicate.Organization { func HasDirectoryAccountCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryAccountCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1675,9 +1589,6 @@ func HasDirectoryGroupCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryGroupCreatorsTable, DirectoryGroupCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1686,9 +1597,6 @@ func HasDirectoryGroupCreators() predicate.Organization { func HasDirectoryGroupCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryGroupCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1704,9 +1612,6 @@ func HasDirectoryMembershipCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryMembershipCreatorsTable, DirectoryMembershipCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1715,9 +1620,6 @@ func HasDirectoryMembershipCreators() predicate.Organization { func HasDirectoryMembershipCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryMembershipCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1733,9 +1635,6 @@ func HasDirectorySyncRunCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectorySyncRunCreatorsTable, DirectorySyncRunCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1744,9 +1643,6 @@ func HasDirectorySyncRunCreators() predicate.Organization { func HasDirectorySyncRunCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectorySyncRunCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1762,9 +1658,6 @@ func HasDiscussionCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionCreatorsTable, DiscussionCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1773,9 +1666,6 @@ func HasDiscussionCreators() predicate.Organization { func HasDiscussionCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDiscussionCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1791,9 +1681,6 @@ func HasDocumentDataCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DocumentDataCreatorsTable, DocumentDataCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1802,9 +1689,6 @@ func HasDocumentDataCreators() predicate.Organization { func HasDocumentDataCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDocumentDataCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1820,9 +1704,6 @@ func HasEmailTemplateCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplateCreatorsTable, EmailTemplateCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1831,9 +1712,6 @@ func HasEmailTemplateCreators() predicate.Organization { func HasEmailTemplateCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEmailTemplateCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1849,9 +1727,6 @@ func HasEntityCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntityCreatorsTable, EntityCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1860,9 +1735,6 @@ func HasEntityCreators() predicate.Organization { func HasEntityCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEntityCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1878,9 +1750,6 @@ func HasEntityTypeCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntityTypeCreatorsTable, EntityTypeCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1889,9 +1758,6 @@ func HasEntityTypeCreators() predicate.Organization { func HasEntityTypeCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEntityTypeCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1907,9 +1773,6 @@ func HasEvidenceCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EvidenceCreatorsTable, EvidenceCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1918,9 +1781,6 @@ func HasEvidenceCreators() predicate.Organization { func HasEvidenceCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEvidenceCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1936,9 +1796,6 @@ func HasFileCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FileCreatorsTable, FileCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1947,9 +1804,6 @@ func HasFileCreators() predicate.Organization { func HasFileCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFileCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1965,9 +1819,6 @@ func HasFindingCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FindingCreatorsTable, FindingCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1976,9 +1827,6 @@ func HasFindingCreators() predicate.Organization { func HasFindingCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFindingCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1994,9 +1842,6 @@ func HasFindingControlCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FindingControlCreatorsTable, FindingControlCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2005,9 +1850,6 @@ func HasFindingControlCreators() predicate.Organization { func HasFindingControlCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFindingControlCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2023,9 +1865,6 @@ func HasGroupCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupCreatorsTable, GroupCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2034,9 +1873,6 @@ func HasGroupCreators() predicate.Organization { func HasGroupCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newGroupCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2052,9 +1888,6 @@ func HasGroupMembershipCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupMembershipCreatorsTable, GroupMembershipCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2063,9 +1896,6 @@ func HasGroupMembershipCreators() predicate.Organization { func HasGroupMembershipCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newGroupMembershipCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2081,9 +1911,6 @@ func HasGroupSettingCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupSettingCreatorsTable, GroupSettingCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2092,9 +1919,6 @@ func HasGroupSettingCreators() predicate.Organization { func HasGroupSettingCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newGroupSettingCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2110,9 +1934,6 @@ func HasHushCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, HushCreatorsTable, HushCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2121,9 +1942,6 @@ func HasHushCreators() predicate.Organization { func HasHushCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newHushCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2139,9 +1957,6 @@ func HasIdentityHolderCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IdentityHolderCreatorsTable, IdentityHolderCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2150,9 +1965,6 @@ func HasIdentityHolderCreators() predicate.Organization { func HasIdentityHolderCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newIdentityHolderCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2168,9 +1980,6 @@ func HasInternalPolicyCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, InternalPolicyCreatorsTable, InternalPolicyCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2179,9 +1988,6 @@ func HasInternalPolicyCreators() predicate.Organization { func HasInternalPolicyCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newInternalPolicyCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2197,9 +2003,6 @@ func HasInviteCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, InviteCreatorsTable, InviteCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2208,9 +2011,6 @@ func HasInviteCreators() predicate.Organization { func HasInviteCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newInviteCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2226,9 +2026,6 @@ func HasJobRunnerCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnerCreatorsTable, JobRunnerCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2237,9 +2034,6 @@ func HasJobRunnerCreators() predicate.Organization { func HasJobRunnerCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnerCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2255,9 +2049,6 @@ func HasJobRunnerRegistrationTokenCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnerRegistrationTokenCreatorsTable, JobRunnerRegistrationTokenCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2266,9 +2057,6 @@ func HasJobRunnerRegistrationTokenCreators() predicate.Organization { func HasJobRunnerRegistrationTokenCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnerRegistrationTokenCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2284,9 +2072,6 @@ func HasJobRunnerTokenCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnerTokenCreatorsTable, JobRunnerTokenCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2295,9 +2080,6 @@ func HasJobRunnerTokenCreators() predicate.Organization { func HasJobRunnerTokenCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnerTokenCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2313,9 +2095,6 @@ func HasJobTemplateCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobTemplateCreatorsTable, JobTemplateCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2324,9 +2103,6 @@ func HasJobTemplateCreators() predicate.Organization { func HasJobTemplateCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobTemplateCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2342,9 +2118,6 @@ func HasMappedControlCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, MappedControlCreatorsTable, MappedControlCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2353,9 +2126,6 @@ func HasMappedControlCreators() predicate.Organization { func HasMappedControlCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newMappedControlCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2371,9 +2141,6 @@ func HasNarrativeCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NarrativeCreatorsTable, NarrativeCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2382,9 +2149,6 @@ func HasNarrativeCreators() predicate.Organization { func HasNarrativeCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNarrativeCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2400,9 +2164,6 @@ func HasNoteCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NoteCreatorsTable, NoteCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2411,9 +2172,6 @@ func HasNoteCreators() predicate.Organization { func HasNoteCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNoteCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2429,9 +2187,6 @@ func HasNotificationTemplateCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationTemplateCreatorsTable, NotificationTemplateCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2440,9 +2195,6 @@ func HasNotificationTemplateCreators() predicate.Organization { func HasNotificationTemplateCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNotificationTemplateCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2458,9 +2210,6 @@ func HasOrgMembershipCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgMembershipCreatorsTable, OrgMembershipCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2469,9 +2218,6 @@ func HasOrgMembershipCreators() predicate.Organization { func HasOrgMembershipCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newOrgMembershipCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2487,9 +2233,6 @@ func HasPlatformCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PlatformCreatorsTable, PlatformCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2498,9 +2241,6 @@ func HasPlatformCreators() predicate.Organization { func HasPlatformCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newPlatformCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2516,9 +2256,6 @@ func HasProcedureCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProcedureCreatorsTable, ProcedureCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2527,9 +2264,6 @@ func HasProcedureCreators() predicate.Organization { func HasProcedureCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newProcedureCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2545,9 +2279,6 @@ func HasProgramCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProgramCreatorsTable, ProgramCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2556,9 +2287,6 @@ func HasProgramCreators() predicate.Organization { func HasProgramCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newProgramCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2574,9 +2302,6 @@ func HasProgramMembershipCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProgramMembershipCreatorsTable, ProgramMembershipCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2585,9 +2310,6 @@ func HasProgramMembershipCreators() predicate.Organization { func HasProgramMembershipCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newProgramMembershipCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2603,9 +2325,6 @@ func HasRemediationCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RemediationCreatorsTable, RemediationCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2614,9 +2333,6 @@ func HasRemediationCreators() predicate.Organization { func HasRemediationCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRemediationCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2632,9 +2348,6 @@ func HasReviewCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ReviewCreatorsTable, ReviewCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2643,9 +2356,6 @@ func HasReviewCreators() predicate.Organization { func HasReviewCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newReviewCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2661,9 +2371,6 @@ func HasRiskCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RiskCreatorsTable, RiskCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2672,9 +2379,6 @@ func HasRiskCreators() predicate.Organization { func HasRiskCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRiskCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2690,9 +2394,6 @@ func HasScanCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScanCreatorsTable, ScanCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2701,9 +2402,6 @@ func HasScanCreators() predicate.Organization { func HasScanCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScanCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2719,9 +2417,6 @@ func HasScheduledJobCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScheduledJobCreatorsTable, ScheduledJobCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2730,9 +2425,6 @@ func HasScheduledJobCreators() predicate.Organization { func HasScheduledJobCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScheduledJobCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2748,9 +2440,6 @@ func HasScheduledJobRunCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScheduledJobRunCreatorsTable, ScheduledJobRunCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2759,9 +2448,6 @@ func HasScheduledJobRunCreators() predicate.Organization { func HasScheduledJobRunCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScheduledJobRunCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2777,9 +2463,6 @@ func HasSLADefinitionCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SLADefinitionCreatorsTable, SLADefinitionCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2788,9 +2471,6 @@ func HasSLADefinitionCreators() predicate.Organization { func HasSLADefinitionCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSLADefinitionCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2806,9 +2486,6 @@ func HasStandardCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, StandardCreatorsTable, StandardCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2817,9 +2494,6 @@ func HasStandardCreators() predicate.Organization { func HasStandardCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newStandardCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2835,9 +2509,6 @@ func HasSubcontrolCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolCreatorsTable, SubcontrolCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2846,9 +2517,6 @@ func HasSubcontrolCreators() predicate.Organization { func HasSubcontrolCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubcontrolCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2864,9 +2532,6 @@ func HasSubprocessorCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubprocessorCreatorsTable, SubprocessorCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2875,9 +2540,6 @@ func HasSubprocessorCreators() predicate.Organization { func HasSubprocessorCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubprocessorCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2893,9 +2555,6 @@ func HasSubscriberCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubscriberCreatorsTable, SubscriberCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2904,9 +2563,6 @@ func HasSubscriberCreators() predicate.Organization { func HasSubscriberCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubscriberCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2922,9 +2578,6 @@ func HasSystemDetailCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SystemDetailCreatorsTable, SystemDetailCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2933,9 +2586,6 @@ func HasSystemDetailCreators() predicate.Organization { func HasSystemDetailCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSystemDetailCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2951,9 +2601,6 @@ func HasTagDefinitionCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TagDefinitionCreatorsTable, TagDefinitionCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2962,9 +2609,6 @@ func HasTagDefinitionCreators() predicate.Organization { func HasTagDefinitionCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTagDefinitionCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2980,9 +2624,6 @@ func HasTaskCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TaskCreatorsTable, TaskCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2991,9 +2632,6 @@ func HasTaskCreators() predicate.Organization { func HasTaskCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTaskCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3009,9 +2647,6 @@ func HasTemplateCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TemplateCreatorsTable, TemplateCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3020,9 +2655,6 @@ func HasTemplateCreators() predicate.Organization { func HasTemplateCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTemplateCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3038,9 +2670,6 @@ func HasTrustCenterCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterCreatorsTable, TrustCenterCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3049,9 +2678,6 @@ func HasTrustCenterCreators() predicate.Organization { func HasTrustCenterCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3067,9 +2693,6 @@ func HasTrustCenterComplianceCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterComplianceCreatorsTable, TrustCenterComplianceCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3078,9 +2701,6 @@ func HasTrustCenterComplianceCreators() predicate.Organization { func HasTrustCenterComplianceCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterComplianceCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3096,9 +2716,6 @@ func HasTrustCenterDocCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterDocCreatorsTable, TrustCenterDocCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3107,9 +2724,6 @@ func HasTrustCenterDocCreators() predicate.Organization { func HasTrustCenterDocCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterDocCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3125,9 +2739,6 @@ func HasTrustCenterEntityCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterEntityCreatorsTable, TrustCenterEntityCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3136,9 +2747,6 @@ func HasTrustCenterEntityCreators() predicate.Organization { func HasTrustCenterEntityCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterEntityCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3154,9 +2762,6 @@ func HasTrustCenterFaqCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterFaqCreatorsTable, TrustCenterFaqCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3165,9 +2770,6 @@ func HasTrustCenterFaqCreators() predicate.Organization { func HasTrustCenterFaqCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterFaqCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3183,9 +2785,6 @@ func HasTrustCenterNdaRequestCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterNdaRequestCreatorsTable, TrustCenterNdaRequestCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3194,9 +2793,6 @@ func HasTrustCenterNdaRequestCreators() predicate.Organization { func HasTrustCenterNdaRequestCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterNdaRequestCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3212,9 +2808,6 @@ func HasTrustCenterSubprocessorCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterSubprocessorCreatorsTable, TrustCenterSubprocessorCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3223,9 +2816,6 @@ func HasTrustCenterSubprocessorCreators() predicate.Organization { func HasTrustCenterSubprocessorCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterSubprocessorCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3241,9 +2831,6 @@ func HasTrustCenterWatermarkConfigCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterWatermarkConfigCreatorsTable, TrustCenterWatermarkConfigCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3252,9 +2839,6 @@ func HasTrustCenterWatermarkConfigCreators() predicate.Organization { func HasTrustCenterWatermarkConfigCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterWatermarkConfigCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3270,9 +2854,6 @@ func HasVendorRiskScoreCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorRiskScoreCreatorsTable, VendorRiskScoreCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3281,9 +2862,6 @@ func HasVendorRiskScoreCreators() predicate.Organization { func HasVendorRiskScoreCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVendorRiskScoreCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3299,9 +2877,6 @@ func HasVendorScoringConfigCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorScoringConfigCreatorsTable, VendorScoringConfigCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3310,9 +2885,6 @@ func HasVendorScoringConfigCreators() predicate.Organization { func HasVendorScoringConfigCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVendorScoringConfigCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3328,9 +2900,6 @@ func HasVulnerabilityCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VulnerabilityCreatorsTable, VulnerabilityCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3339,9 +2908,6 @@ func HasVulnerabilityCreators() predicate.Organization { func HasVulnerabilityCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVulnerabilityCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3357,9 +2923,6 @@ func HasWorkflowDefinitionCreators() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowDefinitionCreatorsTable, WorkflowDefinitionCreatorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3368,9 +2931,6 @@ func HasWorkflowDefinitionCreators() predicate.Organization { func HasWorkflowDefinitionCreatorsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowDefinitionCreatorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3386,9 +2946,6 @@ func HasCampaignsManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsManagerTable, CampaignsManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3397,9 +2954,6 @@ func HasCampaignsManager() predicate.Organization { func HasCampaignsManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCampaignsManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3415,9 +2969,6 @@ func HasComplianceManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ComplianceManagerTable, ComplianceManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3426,9 +2977,6 @@ func HasComplianceManager() predicate.Organization { func HasComplianceManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newComplianceManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3444,9 +2992,6 @@ func HasGroupManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupManagerTable, GroupManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3455,9 +3000,6 @@ func HasGroupManager() predicate.Organization { func HasGroupManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newGroupManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3473,9 +3015,6 @@ func HasPoliciesManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PoliciesManagerTable, PoliciesManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3484,9 +3023,6 @@ func HasPoliciesManager() predicate.Organization { func HasPoliciesManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newPoliciesManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3502,9 +3038,6 @@ func HasRegistryManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RegistryManagerTable, RegistryManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3513,9 +3046,6 @@ func HasRegistryManager() predicate.Organization { func HasRegistryManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRegistryManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3531,9 +3061,6 @@ func HasRiskManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RiskManagerTable, RiskManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3542,9 +3069,6 @@ func HasRiskManager() predicate.Organization { func HasRiskManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRiskManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3560,9 +3084,6 @@ func HasTrustCenterManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterManagerTable, TrustCenterManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3571,9 +3092,6 @@ func HasTrustCenterManager() predicate.Organization { func HasTrustCenterManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3589,9 +3107,6 @@ func HasWorkflowsManager() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowsManagerTable, WorkflowsManagerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -3600,9 +3115,6 @@ func HasWorkflowsManager() predicate.Organization { func HasWorkflowsManagerWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowsManagerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3618,9 +3130,6 @@ func HasParent() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ParentTable, ParentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighbors(s, step) }) } @@ -3629,9 +3138,6 @@ func HasParent() predicate.Organization { func HasParentWith(preds ...predicate.Organization) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newParentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3647,9 +3153,6 @@ func HasChildren() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ChildrenTable, ChildrenColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighbors(s, step) }) } @@ -3658,9 +3161,6 @@ func HasChildren() predicate.Organization { func HasChildrenWith(preds ...predicate.Organization) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newChildrenStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3676,9 +3176,6 @@ func HasSetting() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, false, SettingTable, SettingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSetting sqlgraph.HasNeighbors(s, step) }) } @@ -3687,9 +3184,6 @@ func HasSetting() predicate.Organization { func HasSettingWith(preds ...predicate.OrganizationSetting) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3705,9 +3199,6 @@ func HasPersonalAccessTokens() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, PersonalAccessTokensTable, PersonalAccessTokensPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens sqlgraph.HasNeighbors(s, step) }) } @@ -3716,9 +3207,6 @@ func HasPersonalAccessTokens() predicate.Organization { func HasPersonalAccessTokensWith(preds ...predicate.PersonalAccessToken) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newPersonalAccessTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3734,9 +3222,6 @@ func HasAPITokens() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, APITokensTable, APITokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.APIToken - step.Edge.Schema = schemaConfig.APIToken sqlgraph.HasNeighbors(s, step) }) } @@ -3745,9 +3230,6 @@ func HasAPITokens() predicate.Organization { func HasAPITokensWith(preds ...predicate.APIToken) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAPITokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.APIToken - step.Edge.Schema = schemaConfig.APIToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3763,9 +3245,6 @@ func HasEmailTemplates() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplatesTable, EmailTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -3774,9 +3253,6 @@ func HasEmailTemplates() predicate.Organization { func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEmailTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3792,9 +3268,6 @@ func HasIntegrationWebhooks() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationWebhooksTable, IntegrationWebhooksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighbors(s, step) }) } @@ -3803,9 +3276,6 @@ func HasIntegrationWebhooks() predicate.Organization { func HasIntegrationWebhooksWith(preds ...predicate.IntegrationWebhook) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newIntegrationWebhooksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3821,9 +3291,6 @@ func HasIntegrationRuns() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationRunsTable, IntegrationRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighbors(s, step) }) } @@ -3832,9 +3299,6 @@ func HasIntegrationRuns() predicate.Organization { func HasIntegrationRunsWith(preds ...predicate.IntegrationRun) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newIntegrationRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3850,9 +3314,6 @@ func HasNotificationPreferences() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationPreferencesTable, NotificationPreferencesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationPreference - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighbors(s, step) }) } @@ -3861,9 +3322,6 @@ func HasNotificationPreferences() predicate.Organization { func HasNotificationPreferencesWith(preds ...predicate.NotificationPreference) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNotificationPreferencesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationPreference - step.Edge.Schema = schemaConfig.NotificationPreference sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3879,9 +3337,6 @@ func HasNotificationTemplates() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationTemplatesTable, NotificationTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -3890,9 +3345,6 @@ func HasNotificationTemplates() predicate.Organization { func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNotificationTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3908,9 +3360,6 @@ func HasUsers() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, UsersTable, UsersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -3919,9 +3368,6 @@ func HasUsers() predicate.Organization { func HasUsersWith(preds ...predicate.User) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newUsersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3937,9 +3383,6 @@ func HasFiles() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationFiles sqlgraph.HasNeighbors(s, step) }) } @@ -3948,9 +3391,6 @@ func HasFiles() predicate.Organization { func HasFilesWith(preds ...predicate.File) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3966,9 +3406,6 @@ func HasEvents() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrganizationEvents sqlgraph.HasNeighbors(s, step) }) } @@ -3977,9 +3414,6 @@ func HasEvents() predicate.Organization { func HasEventsWith(preds ...predicate.Event) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrganizationEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3995,9 +3429,6 @@ func HasSecrets() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SecretsTable, SecretsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.Hush sqlgraph.HasNeighbors(s, step) }) } @@ -4006,9 +3437,6 @@ func HasSecrets() predicate.Organization { func HasSecretsWith(preds ...predicate.Hush) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSecretsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.Hush sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4024,9 +3452,6 @@ func HasAvatarFile() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AvatarFileTable, AvatarFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighbors(s, step) }) } @@ -4035,9 +3460,6 @@ func HasAvatarFile() predicate.Organization { func HasAvatarFileWith(preds ...predicate.File) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAvatarFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Organization sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4053,9 +3475,6 @@ func HasGroups() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupsTable, GroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -4064,9 +3483,6 @@ func HasGroups() predicate.Organization { func HasGroupsWith(preds ...predicate.Group) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4082,9 +3498,6 @@ func HasTemplates() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TemplatesTable, TemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -4093,9 +3506,6 @@ func HasTemplates() predicate.Organization { func HasTemplatesWith(preds ...predicate.Template) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4111,9 +3521,6 @@ func HasIntegrations() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationsTable, IntegrationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -4122,9 +3529,6 @@ func HasIntegrations() predicate.Organization { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4140,9 +3544,6 @@ func HasDocuments() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DocumentsTable, DocumentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -4151,9 +3552,6 @@ func HasDocuments() predicate.Organization { func HasDocumentsWith(preds ...predicate.DocumentData) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDocumentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4169,9 +3567,6 @@ func HasOrgSubscriptions() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgSubscriptionsTable, OrgSubscriptionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscription sqlgraph.HasNeighbors(s, step) }) } @@ -4180,9 +3575,6 @@ func HasOrgSubscriptions() predicate.Organization { func HasOrgSubscriptionsWith(preds ...predicate.OrgSubscription) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newOrgSubscriptionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscription sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4198,9 +3590,6 @@ func HasOrgProducts() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgProductsTable, OrgProductsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighbors(s, step) }) } @@ -4209,9 +3598,6 @@ func HasOrgProducts() predicate.Organization { func HasOrgProductsWith(preds ...predicate.OrgProduct) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newOrgProductsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4227,9 +3613,6 @@ func HasOrgPrices() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgPricesTable, OrgPricesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighbors(s, step) }) } @@ -4238,9 +3621,6 @@ func HasOrgPrices() predicate.Organization { func HasOrgPricesWith(preds ...predicate.OrgPrice) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newOrgPricesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4256,9 +3636,6 @@ func HasOrgModules() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgModulesTable, OrgModulesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighbors(s, step) }) } @@ -4267,9 +3644,6 @@ func HasOrgModules() predicate.Organization { func HasOrgModulesWith(preds ...predicate.OrgModule) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newOrgModulesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4285,9 +3659,6 @@ func HasInvites() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, InvitesTable, InvitesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.Invite sqlgraph.HasNeighbors(s, step) }) } @@ -4296,9 +3667,6 @@ func HasInvites() predicate.Organization { func HasInvitesWith(preds ...predicate.Invite) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newInvitesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.Invite sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4314,9 +3682,6 @@ func HasSubscribers() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubscribersTable, SubscribersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -4325,9 +3690,6 @@ func HasSubscribers() predicate.Organization { func HasSubscribersWith(preds ...predicate.Subscriber) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubscribersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4343,9 +3705,6 @@ func HasEntities() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntitiesTable, EntitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -4354,9 +3713,6 @@ func HasEntities() predicate.Organization { func HasEntitiesWith(preds ...predicate.Entity) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4372,9 +3728,6 @@ func HasPlatforms() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PlatformsTable, PlatformsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4383,9 +3736,6 @@ func HasPlatforms() predicate.Organization { func HasPlatformsWith(preds ...predicate.Platform) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4401,9 +3751,6 @@ func HasIdentityHolders() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IdentityHoldersTable, IdentityHoldersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -4412,9 +3759,6 @@ func HasIdentityHolders() predicate.Organization { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4430,9 +3774,6 @@ func HasCampaigns() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -4441,9 +3782,6 @@ func HasCampaigns() predicate.Organization { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4459,9 +3797,6 @@ func HasCampaignTargets() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -4470,9 +3805,6 @@ func HasCampaignTargets() predicate.Organization { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4488,9 +3820,6 @@ func HasEntityTypes() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntityTypesTable, EntityTypesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.EntityType sqlgraph.HasNeighbors(s, step) }) } @@ -4499,9 +3828,6 @@ func HasEntityTypes() predicate.Organization { func HasEntityTypesWith(preds ...predicate.EntityType) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEntityTypesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.EntityType sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4517,9 +3843,6 @@ func HasContacts() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ContactsTable, ContactsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Contact sqlgraph.HasNeighbors(s, step) }) } @@ -4528,9 +3851,6 @@ func HasContacts() predicate.Organization { func HasContactsWith(preds ...predicate.Contact) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newContactsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Contact sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4546,9 +3866,6 @@ func HasNotes() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotesTable, NotesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -4557,9 +3874,6 @@ func HasNotes() predicate.Organization { func HasNotesWith(preds ...predicate.Note) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNotesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4575,9 +3889,6 @@ func HasTasks() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -4586,9 +3897,6 @@ func HasTasks() predicate.Organization { func HasTasksWith(preds ...predicate.Task) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4604,9 +3912,6 @@ func HasPrograms() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProgramsTable, ProgramsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -4615,9 +3920,6 @@ func HasPrograms() predicate.Organization { func HasProgramsWith(preds ...predicate.Program) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4633,9 +3935,6 @@ func HasSystemDetails() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SystemDetailsTable, SystemDetailsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetail sqlgraph.HasNeighbors(s, step) }) } @@ -4644,9 +3943,6 @@ func HasSystemDetails() predicate.Organization { func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSystemDetailsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetail sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4662,9 +3958,6 @@ func HasProcedures() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProceduresTable, ProceduresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -4673,9 +3966,6 @@ func HasProcedures() predicate.Organization { func HasProceduresWith(preds ...predicate.Procedure) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4691,9 +3981,6 @@ func HasInternalPolicies() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, InternalPoliciesTable, InternalPoliciesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighbors(s, step) }) } @@ -4702,9 +3989,6 @@ func HasInternalPolicies() predicate.Organization { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4720,9 +4004,6 @@ func HasRisks() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RisksTable, RisksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -4731,9 +4012,6 @@ func HasRisks() predicate.Organization { func HasRisksWith(preds ...predicate.Risk) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4749,9 +4027,6 @@ func HasControlObjectives() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlObjectivesTable, ControlObjectivesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjective sqlgraph.HasNeighbors(s, step) }) } @@ -4760,9 +4035,6 @@ func HasControlObjectives() predicate.Organization { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjective sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4778,9 +4050,6 @@ func HasNarratives() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NarrativesTable, NarrativesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighbors(s, step) }) } @@ -4789,9 +4058,6 @@ func HasNarratives() predicate.Organization { func HasNarrativesWith(preds ...predicate.Narrative) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4807,9 +4073,6 @@ func HasControls() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlsTable, ControlsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -4818,9 +4081,6 @@ func HasControls() predicate.Organization { func HasControlsWith(preds ...predicate.Control) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4836,9 +4096,6 @@ func HasSubcontrols() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolsTable, SubcontrolsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -4847,9 +4104,6 @@ func HasSubcontrols() predicate.Organization { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4865,9 +4119,6 @@ func HasControlImplementations() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlImplementationsTable, ControlImplementationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighbors(s, step) }) } @@ -4876,9 +4127,6 @@ func HasControlImplementations() predicate.Organization { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4894,9 +4142,6 @@ func HasMappedControls() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, MappedControlsTable, MappedControlsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControl sqlgraph.HasNeighbors(s, step) }) } @@ -4905,9 +4150,6 @@ func HasMappedControls() predicate.Organization { func HasMappedControlsWith(preds ...predicate.MappedControl) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newMappedControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4923,9 +4165,6 @@ func HasEvidence() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EvidenceTable, EvidenceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighbors(s, step) }) } @@ -4934,9 +4173,6 @@ func HasEvidence() predicate.Organization { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Evidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4952,9 +4188,6 @@ func HasStandards() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, StandardsTable, StandardsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighbors(s, step) }) } @@ -4963,9 +4196,6 @@ func HasStandards() predicate.Organization { func HasStandardsWith(preds ...predicate.Standard) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newStandardsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4981,9 +4211,6 @@ func HasActionPlans() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ActionPlansTable, ActionPlansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -4992,9 +4219,6 @@ func HasActionPlans() predicate.Organization { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5010,9 +4234,6 @@ func HasCustomDomains() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomDomainsTable, CustomDomainsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighbors(s, step) }) } @@ -5021,9 +4242,6 @@ func HasCustomDomains() predicate.Organization { func HasCustomDomainsWith(preds ...predicate.CustomDomain) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCustomDomainsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5039,9 +4257,6 @@ func HasJobRunners() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnersTable, JobRunnersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunner sqlgraph.HasNeighbors(s, step) }) } @@ -5050,9 +4265,6 @@ func HasJobRunners() predicate.Organization { func HasJobRunnersWith(preds ...predicate.JobRunner) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunner sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5068,9 +4280,6 @@ func HasJobRunnerTokens() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnerTokensTable, JobRunnerTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerToken sqlgraph.HasNeighbors(s, step) }) } @@ -5079,9 +4288,6 @@ func HasJobRunnerTokens() predicate.Organization { func HasJobRunnerTokensWith(preds ...predicate.JobRunnerToken) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnerTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5097,9 +4303,6 @@ func HasJobRunnerRegistrationTokens() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobRunnerRegistrationTokensTable, JobRunnerRegistrationTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerRegistrationToken - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighbors(s, step) }) } @@ -5108,9 +4311,6 @@ func HasJobRunnerRegistrationTokens() predicate.Organization { func HasJobRunnerRegistrationTokensWith(preds ...predicate.JobRunnerRegistrationToken) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobRunnerRegistrationTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunnerRegistrationToken - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5126,9 +4326,6 @@ func HasDNSVerifications() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DNSVerificationsTable, DNSVerificationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.DNSVerification sqlgraph.HasNeighbors(s, step) }) } @@ -5137,9 +4334,6 @@ func HasDNSVerifications() predicate.Organization { func HasDNSVerificationsWith(preds ...predicate.DNSVerification) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDNSVerificationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.DNSVerification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5155,9 +4349,6 @@ func HasJobTemplates() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobTemplatesTable, JobTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.JobTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -5166,9 +4357,6 @@ func HasJobTemplates() predicate.Organization { func HasJobTemplatesWith(preds ...predicate.JobTemplate) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.JobTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5184,9 +4372,6 @@ func HasScheduledJobs() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScheduledJobsTable, ScheduledJobsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighbors(s, step) }) } @@ -5195,9 +4380,6 @@ func HasScheduledJobs() predicate.Organization { func HasScheduledJobsWith(preds ...predicate.ScheduledJob) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScheduledJobsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5213,9 +4395,6 @@ func HasJobResults() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, JobResultsTable, JobResultsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobResult - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighbors(s, step) }) } @@ -5224,9 +4403,6 @@ func HasJobResults() predicate.Organization { func HasJobResultsWith(preds ...predicate.JobResult) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newJobResultsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobResult - step.Edge.Schema = schemaConfig.JobResult sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5242,9 +4418,6 @@ func HasScheduledJobRuns() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScheduledJobRunsTable, ScheduledJobRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJobRun - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighbors(s, step) }) } @@ -5253,9 +4426,6 @@ func HasScheduledJobRuns() predicate.Organization { func HasScheduledJobRunsWith(preds ...predicate.ScheduledJobRun) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScheduledJobRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJobRun - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5271,9 +4441,6 @@ func HasTrustCenters() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCentersTable, TrustCentersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -5282,9 +4449,6 @@ func HasTrustCenters() predicate.Organization { func HasTrustCentersWith(preds ...predicate.TrustCenter) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCentersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5300,9 +4464,6 @@ func HasAssets() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssetsTable, AssetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -5311,9 +4472,6 @@ func HasAssets() predicate.Organization { func HasAssetsWith(preds ...predicate.Asset) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5329,9 +4487,6 @@ func HasScans() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScansTable, ScansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -5340,9 +4495,6 @@ func HasScans() predicate.Organization { func HasScansWith(preds ...predicate.Scan) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5358,9 +4510,6 @@ func HasSLADefinitions() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SLADefinitionsTable, SLADefinitionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SLADefinition - step.Edge.Schema = schemaConfig.SLADefinition sqlgraph.HasNeighbors(s, step) }) } @@ -5369,9 +4518,6 @@ func HasSLADefinitions() predicate.Organization { func HasSLADefinitionsWith(preds ...predicate.SLADefinition) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSLADefinitionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SLADefinition - step.Edge.Schema = schemaConfig.SLADefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5387,9 +4533,6 @@ func HasSubprocessors() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubprocessorsTable, SubprocessorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -5398,9 +4541,6 @@ func HasSubprocessors() predicate.Organization { func HasSubprocessorsWith(preds ...predicate.Subprocessor) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newSubprocessorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5416,9 +4556,6 @@ func HasExports() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ExportsTable, ExportsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Export - step.Edge.Schema = schemaConfig.Export sqlgraph.HasNeighbors(s, step) }) } @@ -5427,9 +4564,6 @@ func HasExports() predicate.Organization { func HasExportsWith(preds ...predicate.Export) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newExportsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Export - step.Edge.Schema = schemaConfig.Export sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5445,9 +4579,6 @@ func HasTrustCenterWatermarkConfigs() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterWatermarkConfigsTable, TrustCenterWatermarkConfigsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighbors(s, step) }) } @@ -5456,9 +4587,6 @@ func HasTrustCenterWatermarkConfigs() predicate.Organization { func HasTrustCenterWatermarkConfigsWith(preds ...predicate.TrustCenterWatermarkConfig) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTrustCenterWatermarkConfigsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5474,9 +4602,6 @@ func HasImpersonationEvents() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ImpersonationEventsTable, ImpersonationEventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -5485,9 +4610,6 @@ func HasImpersonationEvents() predicate.Organization { func HasImpersonationEventsWith(preds ...predicate.ImpersonationEvent) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newImpersonationEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5503,9 +4625,6 @@ func HasAssessments() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentsTable, AssessmentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighbors(s, step) }) } @@ -5514,9 +4633,6 @@ func HasAssessments() predicate.Organization { func HasAssessmentsWith(preds ...predicate.Assessment) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAssessmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5532,9 +4648,6 @@ func HasAssessmentResponses() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentResponsesTable, AssessmentResponsesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighbors(s, step) }) } @@ -5543,9 +4656,6 @@ func HasAssessmentResponses() predicate.Organization { func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newAssessmentResponsesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5561,9 +4671,6 @@ func HasCustomTypeEnums() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CustomTypeEnumsTable, CustomTypeEnumsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighbors(s, step) }) } @@ -5572,9 +4679,6 @@ func HasCustomTypeEnums() predicate.Organization { func HasCustomTypeEnumsWith(preds ...predicate.CustomTypeEnum) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newCustomTypeEnumsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5590,9 +4694,6 @@ func HasTagDefinitions() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TagDefinitionsTable, TagDefinitionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighbors(s, step) }) } @@ -5601,9 +4702,6 @@ func HasTagDefinitions() predicate.Organization { func HasTagDefinitionsWith(preds ...predicate.TagDefinition) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newTagDefinitionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5619,9 +4717,6 @@ func HasRemediations() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, RemediationsTable, RemediationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighbors(s, step) }) } @@ -5630,9 +4725,6 @@ func HasRemediations() predicate.Organization { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5648,9 +4740,6 @@ func HasFindings() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FindingsTable, FindingsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighbors(s, step) }) } @@ -5659,9 +4748,6 @@ func HasFindings() predicate.Organization { func HasFindingsWith(preds ...predicate.Finding) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.Finding sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5677,9 +4763,6 @@ func HasFindingControls() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FindingControlsTable, FindingControlsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighbors(s, step) }) } @@ -5688,9 +4771,6 @@ func HasFindingControls() predicate.Organization { func HasFindingControlsWith(preds ...predicate.FindingControl) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newFindingControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5706,9 +4786,6 @@ func HasReviews() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ReviewsTable, ReviewsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighbors(s, step) }) } @@ -5717,9 +4794,6 @@ func HasReviews() predicate.Organization { func HasReviewsWith(preds ...predicate.Review) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5735,9 +4809,6 @@ func HasVulnerabilities() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VulnerabilitiesTable, VulnerabilitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -5746,9 +4817,6 @@ func HasVulnerabilities() predicate.Organization { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5764,9 +4832,6 @@ func HasNotifications() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationsTable, NotificationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighbors(s, step) }) } @@ -5775,9 +4840,6 @@ func HasNotifications() predicate.Organization { func HasNotificationsWith(preds ...predicate.Notification) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newNotificationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5793,9 +4855,6 @@ func HasWorkflowDefinitions() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowDefinitionsTable, WorkflowDefinitionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowDefinition sqlgraph.HasNeighbors(s, step) }) } @@ -5804,9 +4863,6 @@ func HasWorkflowDefinitions() predicate.Organization { func HasWorkflowDefinitionsWith(preds ...predicate.WorkflowDefinition) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowDefinitionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowDefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5822,9 +4878,6 @@ func HasWorkflowInstances() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowInstancesTable, WorkflowInstancesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -5833,9 +4886,6 @@ func HasWorkflowInstances() predicate.Organization { func HasWorkflowInstancesWith(preds ...predicate.WorkflowInstance) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowInstancesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5851,9 +4901,6 @@ func HasWorkflowEvents() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowEventsTable, WorkflowEventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighbors(s, step) }) } @@ -5862,9 +4909,6 @@ func HasWorkflowEvents() predicate.Organization { func HasWorkflowEventsWith(preds ...predicate.WorkflowEvent) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5880,9 +4924,6 @@ func HasWorkflowAssignments() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowAssignmentsTable, WorkflowAssignmentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -5891,9 +4932,6 @@ func HasWorkflowAssignments() predicate.Organization { func HasWorkflowAssignmentsWith(preds ...predicate.WorkflowAssignment) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowAssignmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5909,9 +4947,6 @@ func HasWorkflowAssignmentTargets() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowAssignmentTargetsTable, WorkflowAssignmentTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -5920,9 +4955,6 @@ func HasWorkflowAssignmentTargets() predicate.Organization { func HasWorkflowAssignmentTargetsWith(preds ...predicate.WorkflowAssignmentTarget) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowAssignmentTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5938,9 +4970,6 @@ func HasWorkflowObjectRefs() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -5949,9 +4978,6 @@ func HasWorkflowObjectRefs() predicate.Organization { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5967,9 +4993,6 @@ func HasWorkflowProposals() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowProposalsTable, WorkflowProposalsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighbors(s, step) }) } @@ -5978,9 +5001,6 @@ func HasWorkflowProposals() predicate.Organization { func HasWorkflowProposalsWith(preds ...predicate.WorkflowProposal) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newWorkflowProposalsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5996,9 +5016,6 @@ func HasDirectoryAccounts() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountsTable, DirectoryAccountsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -6007,9 +5024,6 @@ func HasDirectoryAccounts() predicate.Organization { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6025,9 +5039,6 @@ func HasDirectoryGroups() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryGroupsTable, DirectoryGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -6036,9 +5047,6 @@ func HasDirectoryGroups() predicate.Organization { func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6054,9 +5062,6 @@ func HasDirectoryMemberships() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryMembershipsTable, DirectoryMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -6065,9 +5070,6 @@ func HasDirectoryMemberships() predicate.Organization { func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectoryMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6083,9 +5085,6 @@ func HasDirectorySyncRuns() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectorySyncRunsTable, DirectorySyncRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -6094,9 +5093,6 @@ func HasDirectorySyncRuns() predicate.Organization { func HasDirectorySyncRunsWith(preds ...predicate.DirectorySyncRun) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDirectorySyncRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6112,9 +5108,6 @@ func HasDiscussions() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -6123,9 +5116,6 @@ func HasDiscussions() predicate.Organization { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6141,9 +5131,6 @@ func HasVendorScoringConfigs() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorScoringConfigsTable, VendorScoringConfigsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorScoringConfig sqlgraph.HasNeighbors(s, step) }) } @@ -6152,9 +5139,6 @@ func HasVendorScoringConfigs() predicate.Organization { func HasVendorScoringConfigsWith(preds ...predicate.VendorScoringConfig) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVendorScoringConfigsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorScoringConfig sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6170,9 +5154,6 @@ func HasVendorRiskScores() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorRiskScoresTable, VendorRiskScoresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -6181,9 +5162,6 @@ func HasVendorRiskScores() predicate.Organization { func HasVendorRiskScoresWith(preds ...predicate.VendorRiskScore) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newVendorRiskScoresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -6199,9 +5177,6 @@ func HasMembers() predicate.Organization { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, MembersTable, MembersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -6210,9 +5185,6 @@ func HasMembers() predicate.Organization { func HasMembersWith(preds ...predicate.OrgMembership) predicate.Organization { return predicate.Organization(func(s *sql.Selector) { step := newMembersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/organization_create.go b/internal/ent/generated/organization_create.go index 3d30daac79..0981fd0978 100644 --- a/internal/ent/generated/organization_create.go +++ b/internal/ent/generated/organization_create.go @@ -3073,7 +3073,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) _node = &Organization{config: _c.config} _spec = sqlgraph.NewCreateSpec(organization.Table, sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Organization if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -3153,7 +3152,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3170,7 +3168,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3187,7 +3184,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3204,7 +3200,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3221,7 +3216,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3238,7 +3232,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3255,7 +3248,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3272,7 +3264,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3289,7 +3280,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3306,7 +3296,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3323,7 +3312,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3340,7 +3328,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3357,7 +3344,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3374,7 +3360,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3391,7 +3376,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3408,7 +3392,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3425,7 +3408,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3442,7 +3424,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3459,7 +3440,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3476,7 +3456,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3493,7 +3472,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3510,7 +3488,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3527,7 +3504,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3544,7 +3520,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3561,7 +3536,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3578,7 +3552,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3595,7 +3568,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3612,7 +3584,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3629,7 +3600,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3646,7 +3616,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3663,7 +3632,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3680,7 +3648,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3697,7 +3664,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3714,7 +3680,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3731,7 +3696,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3748,7 +3712,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3765,7 +3728,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3782,7 +3744,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3799,7 +3760,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3816,7 +3776,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3833,7 +3792,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3850,7 +3808,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3867,7 +3824,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3884,7 +3840,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3901,7 +3856,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3918,7 +3872,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3935,7 +3888,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3952,7 +3904,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3969,7 +3920,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3986,7 +3936,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4003,7 +3952,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4020,7 +3968,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4037,7 +3984,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4054,7 +4000,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4071,7 +4016,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4088,7 +4032,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4105,7 +4048,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4122,7 +4064,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4139,7 +4080,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4156,7 +4096,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4173,7 +4112,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4190,7 +4128,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4207,7 +4144,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4224,7 +4160,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4241,7 +4176,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4258,7 +4192,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4275,7 +4208,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4292,7 +4224,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4309,7 +4240,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4326,7 +4256,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4343,7 +4272,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4360,7 +4288,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4377,7 +4304,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4394,7 +4320,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4411,7 +4336,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4428,7 +4352,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4445,7 +4368,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4462,7 +4384,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4479,7 +4400,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4496,7 +4416,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4513,7 +4432,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4530,7 +4448,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4548,7 +4465,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4565,7 +4481,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4582,7 +4497,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4599,7 +4513,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4616,7 +4529,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4633,7 +4545,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4650,7 +4561,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4667,7 +4577,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4684,7 +4593,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4701,7 +4609,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4725,7 +4632,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4742,7 +4648,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4759,7 +4664,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4776,7 +4680,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4794,7 +4697,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4811,7 +4713,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4828,7 +4729,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4845,7 +4745,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4862,7 +4761,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4879,7 +4777,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4896,7 +4793,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4913,7 +4809,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4930,7 +4825,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4947,7 +4841,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4964,7 +4857,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4981,7 +4873,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4998,7 +4889,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5015,7 +4905,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5032,7 +4921,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5049,7 +4937,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5066,7 +4953,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5083,7 +4969,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5100,7 +4985,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5117,7 +5001,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5134,7 +5017,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5151,7 +5033,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5168,7 +5049,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5185,7 +5065,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5202,7 +5081,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5219,7 +5097,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5236,7 +5113,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5253,7 +5129,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5270,7 +5145,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5287,7 +5161,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5304,7 +5177,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5321,7 +5193,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5338,7 +5209,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5355,7 +5225,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5372,7 +5241,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5389,7 +5257,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5406,7 +5273,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5423,7 +5289,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5440,7 +5305,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5457,7 +5321,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5474,7 +5337,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5491,7 +5353,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5508,7 +5369,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5525,7 +5385,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5542,7 +5401,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5559,7 +5417,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5576,7 +5433,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5593,7 +5449,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5610,7 +5465,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5627,7 +5481,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5644,7 +5497,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5661,7 +5513,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5678,7 +5529,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5695,7 +5545,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5712,7 +5561,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5729,7 +5577,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5746,7 +5593,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5763,7 +5609,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5780,7 +5625,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5797,7 +5641,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5814,7 +5657,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5831,7 +5673,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5848,7 +5689,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5865,7 +5705,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5882,7 +5721,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5899,7 +5737,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5916,7 +5753,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5933,7 +5769,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5950,7 +5785,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5967,7 +5801,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5984,7 +5817,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6001,7 +5833,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6018,7 +5849,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6035,7 +5865,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6052,7 +5881,6 @@ func (_c *OrganizationCreate) createSpec() (*Organization, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/organization_delete.go b/internal/ent/generated/organization_delete.go index 4b41242b51..10151b79ae 100644 --- a/internal/ent/generated/organization_delete.go +++ b/internal/ent/generated/organization_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/organization" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrganizationDelete is the builder for deleting a Organization entity. @@ -43,8 +41,6 @@ func (_d *OrganizationDelete) ExecX(ctx context.Context) int { func (_d *OrganizationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(organization.Table, sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Organization - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/organization_query.go b/internal/ent/generated/organization_query.go index 5a448941b8..bffb8e85f2 100644 --- a/internal/ent/generated/organization_query.go +++ b/internal/ent/generated/organization_query.go @@ -103,7 +103,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -507,9 +506,6 @@ func (_q *OrganizationQuery) QueryActionPlanCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ActionPlanCreatorsTable, organization.ActionPlanCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -532,9 +528,6 @@ func (_q *OrganizationQuery) QueryAPITokenCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.APITokenCreatorsTable, organization.APITokenCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -557,9 +550,6 @@ func (_q *OrganizationQuery) QueryAssessmentCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentCreatorsTable, organization.AssessmentCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -582,9 +572,6 @@ func (_q *OrganizationQuery) QueryAssetCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssetCreatorsTable, organization.AssetCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -607,9 +594,6 @@ func (_q *OrganizationQuery) QueryCampaignCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignCreatorsTable, organization.CampaignCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -632,9 +616,6 @@ func (_q *OrganizationQuery) QueryCampaignTargetCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignTargetCreatorsTable, organization.CampaignTargetCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -657,9 +638,6 @@ func (_q *OrganizationQuery) QueryCheckResultCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CheckResultCreatorsTable, organization.CheckResultCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -682,9 +660,6 @@ func (_q *OrganizationQuery) QueryContactCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ContactCreatorsTable, organization.ContactCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -707,9 +682,6 @@ func (_q *OrganizationQuery) QueryControlCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlCreatorsTable, organization.ControlCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -732,9 +704,6 @@ func (_q *OrganizationQuery) QueryControlImplementationCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlImplementationCreatorsTable, organization.ControlImplementationCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -757,9 +726,6 @@ func (_q *OrganizationQuery) QueryControlObjectiveCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlObjectiveCreatorsTable, organization.ControlObjectiveCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -782,9 +748,6 @@ func (_q *OrganizationQuery) QueryCustomDomainCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomDomainCreatorsTable, organization.CustomDomainCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -807,9 +770,6 @@ func (_q *OrganizationQuery) QueryCustomTypeEnumCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomTypeEnumCreatorsTable, organization.CustomTypeEnumCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -832,9 +792,6 @@ func (_q *OrganizationQuery) QueryDirectoryAccountCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryAccountCreatorsTable, organization.DirectoryAccountCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -857,9 +814,6 @@ func (_q *OrganizationQuery) QueryDirectoryGroupCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryGroupCreatorsTable, organization.DirectoryGroupCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -882,9 +836,6 @@ func (_q *OrganizationQuery) QueryDirectoryMembershipCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryMembershipCreatorsTable, organization.DirectoryMembershipCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -907,9 +858,6 @@ func (_q *OrganizationQuery) QueryDirectorySyncRunCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectorySyncRunCreatorsTable, organization.DirectorySyncRunCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -932,9 +880,6 @@ func (_q *OrganizationQuery) QueryDiscussionCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DiscussionCreatorsTable, organization.DiscussionCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -957,9 +902,6 @@ func (_q *OrganizationQuery) QueryDocumentDataCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DocumentDataCreatorsTable, organization.DocumentDataCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -982,9 +924,6 @@ func (_q *OrganizationQuery) QueryEmailTemplateCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EmailTemplateCreatorsTable, organization.EmailTemplateCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1007,9 +946,6 @@ func (_q *OrganizationQuery) QueryEntityCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityCreatorsTable, organization.EntityCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1032,9 +968,6 @@ func (_q *OrganizationQuery) QueryEntityTypeCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityTypeCreatorsTable, organization.EntityTypeCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1057,9 +990,6 @@ func (_q *OrganizationQuery) QueryEvidenceCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EvidenceCreatorsTable, organization.EvidenceCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1082,9 +1012,6 @@ func (_q *OrganizationQuery) QueryFileCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FileCreatorsTable, organization.FileCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1107,9 +1034,6 @@ func (_q *OrganizationQuery) QueryFindingCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingCreatorsTable, organization.FindingCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1132,9 +1056,6 @@ func (_q *OrganizationQuery) QueryFindingControlCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingControlCreatorsTable, organization.FindingControlCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1157,9 +1078,6 @@ func (_q *OrganizationQuery) QueryGroupCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupCreatorsTable, organization.GroupCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1182,9 +1100,6 @@ func (_q *OrganizationQuery) QueryGroupMembershipCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupMembershipCreatorsTable, organization.GroupMembershipCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1207,9 +1122,6 @@ func (_q *OrganizationQuery) QueryGroupSettingCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupSettingCreatorsTable, organization.GroupSettingCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1232,9 +1144,6 @@ func (_q *OrganizationQuery) QueryHushCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.HushCreatorsTable, organization.HushCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1257,9 +1166,6 @@ func (_q *OrganizationQuery) QueryIdentityHolderCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IdentityHolderCreatorsTable, organization.IdentityHolderCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1282,9 +1188,6 @@ func (_q *OrganizationQuery) QueryInternalPolicyCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InternalPolicyCreatorsTable, organization.InternalPolicyCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1307,9 +1210,6 @@ func (_q *OrganizationQuery) QueryInviteCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InviteCreatorsTable, organization.InviteCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1332,9 +1232,6 @@ func (_q *OrganizationQuery) QueryJobRunnerCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerCreatorsTable, organization.JobRunnerCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1357,9 +1254,6 @@ func (_q *OrganizationQuery) QueryJobRunnerRegistrationTokenCreators() *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerRegistrationTokenCreatorsTable, organization.JobRunnerRegistrationTokenCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1382,9 +1276,6 @@ func (_q *OrganizationQuery) QueryJobRunnerTokenCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerTokenCreatorsTable, organization.JobRunnerTokenCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1407,9 +1298,6 @@ func (_q *OrganizationQuery) QueryJobTemplateCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobTemplateCreatorsTable, organization.JobTemplateCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1432,9 +1320,6 @@ func (_q *OrganizationQuery) QueryMappedControlCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.MappedControlCreatorsTable, organization.MappedControlCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1457,9 +1342,6 @@ func (_q *OrganizationQuery) QueryNarrativeCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NarrativeCreatorsTable, organization.NarrativeCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1482,9 +1364,6 @@ func (_q *OrganizationQuery) QueryNoteCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NoteCreatorsTable, organization.NoteCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1507,9 +1386,6 @@ func (_q *OrganizationQuery) QueryNotificationTemplateCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationTemplateCreatorsTable, organization.NotificationTemplateCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1532,9 +1408,6 @@ func (_q *OrganizationQuery) QueryOrgMembershipCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgMembershipCreatorsTable, organization.OrgMembershipCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1557,9 +1430,6 @@ func (_q *OrganizationQuery) QueryPlatformCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PlatformCreatorsTable, organization.PlatformCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1582,9 +1452,6 @@ func (_q *OrganizationQuery) QueryProcedureCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProcedureCreatorsTable, organization.ProcedureCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1607,9 +1474,6 @@ func (_q *OrganizationQuery) QueryProgramCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramCreatorsTable, organization.ProgramCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1632,9 +1496,6 @@ func (_q *OrganizationQuery) QueryProgramMembershipCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramMembershipCreatorsTable, organization.ProgramMembershipCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1657,9 +1518,6 @@ func (_q *OrganizationQuery) QueryRemediationCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RemediationCreatorsTable, organization.RemediationCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1682,9 +1540,6 @@ func (_q *OrganizationQuery) QueryReviewCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ReviewCreatorsTable, organization.ReviewCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1707,9 +1562,6 @@ func (_q *OrganizationQuery) QueryRiskCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RiskCreatorsTable, organization.RiskCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1732,9 +1584,6 @@ func (_q *OrganizationQuery) QueryScanCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScanCreatorsTable, organization.ScanCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1757,9 +1606,6 @@ func (_q *OrganizationQuery) QueryScheduledJobCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobCreatorsTable, organization.ScheduledJobCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1782,9 +1628,6 @@ func (_q *OrganizationQuery) QueryScheduledJobRunCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobRunCreatorsTable, organization.ScheduledJobRunCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1807,9 +1650,6 @@ func (_q *OrganizationQuery) QuerySLADefinitionCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SLADefinitionCreatorsTable, organization.SLADefinitionCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1832,9 +1672,6 @@ func (_q *OrganizationQuery) QueryStandardCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.StandardCreatorsTable, organization.StandardCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1857,9 +1694,6 @@ func (_q *OrganizationQuery) QuerySubcontrolCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubcontrolCreatorsTable, organization.SubcontrolCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1882,9 +1716,6 @@ func (_q *OrganizationQuery) QuerySubprocessorCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubprocessorCreatorsTable, organization.SubprocessorCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1907,9 +1738,6 @@ func (_q *OrganizationQuery) QuerySubscriberCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubscriberCreatorsTable, organization.SubscriberCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1932,9 +1760,6 @@ func (_q *OrganizationQuery) QuerySystemDetailCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SystemDetailCreatorsTable, organization.SystemDetailCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1957,9 +1782,6 @@ func (_q *OrganizationQuery) QueryTagDefinitionCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TagDefinitionCreatorsTable, organization.TagDefinitionCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1982,9 +1804,6 @@ func (_q *OrganizationQuery) QueryTaskCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TaskCreatorsTable, organization.TaskCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2007,9 +1826,6 @@ func (_q *OrganizationQuery) QueryTemplateCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TemplateCreatorsTable, organization.TemplateCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2032,9 +1848,6 @@ func (_q *OrganizationQuery) QueryTrustCenterCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterCreatorsTable, organization.TrustCenterCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2057,9 +1870,6 @@ func (_q *OrganizationQuery) QueryTrustCenterComplianceCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterComplianceCreatorsTable, organization.TrustCenterComplianceCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2082,9 +1892,6 @@ func (_q *OrganizationQuery) QueryTrustCenterDocCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterDocCreatorsTable, organization.TrustCenterDocCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2107,9 +1914,6 @@ func (_q *OrganizationQuery) QueryTrustCenterEntityCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterEntityCreatorsTable, organization.TrustCenterEntityCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2132,9 +1936,6 @@ func (_q *OrganizationQuery) QueryTrustCenterFaqCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterFaqCreatorsTable, organization.TrustCenterFaqCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2157,9 +1958,6 @@ func (_q *OrganizationQuery) QueryTrustCenterNdaRequestCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterNdaRequestCreatorsTable, organization.TrustCenterNdaRequestCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2182,9 +1980,6 @@ func (_q *OrganizationQuery) QueryTrustCenterSubprocessorCreators() *GroupQuery sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterSubprocessorCreatorsTable, organization.TrustCenterSubprocessorCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2207,9 +2002,6 @@ func (_q *OrganizationQuery) QueryTrustCenterWatermarkConfigCreators() *GroupQue sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterWatermarkConfigCreatorsTable, organization.TrustCenterWatermarkConfigCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2232,9 +2024,6 @@ func (_q *OrganizationQuery) QueryVendorRiskScoreCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorRiskScoreCreatorsTable, organization.VendorRiskScoreCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2257,9 +2046,6 @@ func (_q *OrganizationQuery) QueryVendorScoringConfigCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorScoringConfigCreatorsTable, organization.VendorScoringConfigCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2282,9 +2068,6 @@ func (_q *OrganizationQuery) QueryVulnerabilityCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VulnerabilityCreatorsTable, organization.VulnerabilityCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2307,9 +2090,6 @@ func (_q *OrganizationQuery) QueryWorkflowDefinitionCreators() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowDefinitionCreatorsTable, organization.WorkflowDefinitionCreatorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2332,9 +2112,6 @@ func (_q *OrganizationQuery) QueryCampaignsManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignsManagerTable, organization.CampaignsManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2357,9 +2134,6 @@ func (_q *OrganizationQuery) QueryComplianceManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ComplianceManagerTable, organization.ComplianceManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2382,9 +2156,6 @@ func (_q *OrganizationQuery) QueryGroupManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupManagerTable, organization.GroupManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2407,9 +2178,6 @@ func (_q *OrganizationQuery) QueryPoliciesManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PoliciesManagerTable, organization.PoliciesManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2432,9 +2200,6 @@ func (_q *OrganizationQuery) QueryRegistryManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RegistryManagerTable, organization.RegistryManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2457,9 +2222,6 @@ func (_q *OrganizationQuery) QueryRiskManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RiskManagerTable, organization.RiskManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2482,9 +2244,6 @@ func (_q *OrganizationQuery) QueryTrustCenterManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterManagerTable, organization.TrustCenterManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2507,9 +2266,6 @@ func (_q *OrganizationQuery) QueryWorkflowsManager() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowsManagerTable, organization.WorkflowsManagerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2532,9 +2288,6 @@ func (_q *OrganizationQuery) QueryParent() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, organization.ParentTable, organization.ParentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2557,9 +2310,6 @@ func (_q *OrganizationQuery) QueryChildren() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ChildrenTable, organization.ChildrenColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Organization fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2582,9 +2332,6 @@ func (_q *OrganizationQuery) QuerySetting() *OrganizationSettingQuery { sqlgraph.To(organizationsetting.Table, organizationsetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, organization.SettingTable, organization.SettingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrganizationSetting - step.Edge.Schema = schemaConfig.OrganizationSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2607,9 +2354,6 @@ func (_q *OrganizationQuery) QueryPersonalAccessTokens() *PersonalAccessTokenQue sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.PersonalAccessTokensTable, organization.PersonalAccessTokensPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2632,9 +2376,6 @@ func (_q *OrganizationQuery) QueryAPITokens() *APITokenQuery { sqlgraph.To(apitoken.Table, apitoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.APITokensTable, organization.APITokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.APIToken - step.Edge.Schema = schemaConfig.APIToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2657,9 +2398,6 @@ func (_q *OrganizationQuery) QueryEmailTemplates() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EmailTemplatesTable, organization.EmailTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2682,9 +2420,6 @@ func (_q *OrganizationQuery) QueryIntegrationWebhooks() *IntegrationWebhookQuery sqlgraph.To(integrationwebhook.Table, integrationwebhook.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationWebhooksTable, organization.IntegrationWebhooksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IntegrationWebhook - step.Edge.Schema = schemaConfig.IntegrationWebhook fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2707,9 +2442,6 @@ func (_q *OrganizationQuery) QueryIntegrationRuns() *IntegrationRunQuery { sqlgraph.To(integrationrun.Table, integrationrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationRunsTable, organization.IntegrationRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IntegrationRun - step.Edge.Schema = schemaConfig.IntegrationRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2732,9 +2464,6 @@ func (_q *OrganizationQuery) QueryNotificationPreferences() *NotificationPrefere sqlgraph.To(notificationpreference.Table, notificationpreference.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationPreferencesTable, organization.NotificationPreferencesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationPreference - step.Edge.Schema = schemaConfig.NotificationPreference fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2757,9 +2486,6 @@ func (_q *OrganizationQuery) QueryNotificationTemplates() *NotificationTemplateQ sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationTemplatesTable, organization.NotificationTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2782,9 +2508,6 @@ func (_q *OrganizationQuery) QueryUsers() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, organization.UsersTable, organization.UsersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2807,9 +2530,6 @@ func (_q *OrganizationQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.FilesTable, organization.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2832,9 +2552,6 @@ func (_q *OrganizationQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organization.EventsTable, organization.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrganizationEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2857,9 +2574,6 @@ func (_q *OrganizationQuery) QuerySecrets() *HushQuery { sqlgraph.To(hush.Table, hush.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SecretsTable, organization.SecretsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Hush - step.Edge.Schema = schemaConfig.Hush fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2882,9 +2596,6 @@ func (_q *OrganizationQuery) QueryAvatarFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, organization.AvatarFileTable, organization.AvatarFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Organization fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2907,9 +2618,6 @@ func (_q *OrganizationQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.GroupsTable, organization.GroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2932,9 +2640,6 @@ func (_q *OrganizationQuery) QueryTemplates() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TemplatesTable, organization.TemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2957,9 +2662,6 @@ func (_q *OrganizationQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IntegrationsTable, organization.IntegrationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2982,9 +2684,6 @@ func (_q *OrganizationQuery) QueryDocuments() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DocumentsTable, organization.DocumentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3007,9 +2706,6 @@ func (_q *OrganizationQuery) QueryOrgSubscriptions() *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgSubscriptionsTable, organization.OrgSubscriptionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgSubscription fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3032,9 +2728,6 @@ func (_q *OrganizationQuery) QueryOrgProducts() *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgProductsTable, organization.OrgProductsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3057,9 +2750,6 @@ func (_q *OrganizationQuery) QueryOrgPrices() *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgPricesTable, organization.OrgPricesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3082,9 +2772,6 @@ func (_q *OrganizationQuery) QueryOrgModules() *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.OrgModulesTable, organization.OrgModulesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3107,9 +2794,6 @@ func (_q *OrganizationQuery) QueryInvites() *InviteQuery { sqlgraph.To(invite.Table, invite.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InvitesTable, organization.InvitesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Invite - step.Edge.Schema = schemaConfig.Invite fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3132,9 +2816,6 @@ func (_q *OrganizationQuery) QuerySubscribers() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubscribersTable, organization.SubscribersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3157,9 +2838,6 @@ func (_q *OrganizationQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntitiesTable, organization.EntitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3182,9 +2860,6 @@ func (_q *OrganizationQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.PlatformsTable, organization.PlatformsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3207,9 +2882,6 @@ func (_q *OrganizationQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.IdentityHoldersTable, organization.IdentityHoldersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3232,9 +2904,6 @@ func (_q *OrganizationQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignsTable, organization.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3257,9 +2926,6 @@ func (_q *OrganizationQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CampaignTargetsTable, organization.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3282,9 +2948,6 @@ func (_q *OrganizationQuery) QueryEntityTypes() *EntityTypeQuery { sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EntityTypesTable, organization.EntityTypesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.EntityType fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3307,9 +2970,6 @@ func (_q *OrganizationQuery) QueryContacts() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ContactsTable, organization.ContactsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Contact fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3332,9 +2992,6 @@ func (_q *OrganizationQuery) QueryNotes() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotesTable, organization.NotesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3357,9 +3014,6 @@ func (_q *OrganizationQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TasksTable, organization.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3382,9 +3036,6 @@ func (_q *OrganizationQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProgramsTable, organization.ProgramsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3407,9 +3058,6 @@ func (_q *OrganizationQuery) QuerySystemDetails() *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SystemDetailsTable, organization.SystemDetailsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.SystemDetail fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3432,9 +3080,6 @@ func (_q *OrganizationQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ProceduresTable, organization.ProceduresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3457,9 +3102,6 @@ func (_q *OrganizationQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.InternalPoliciesTable, organization.InternalPoliciesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicy fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3482,9 +3124,6 @@ func (_q *OrganizationQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RisksTable, organization.RisksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3507,9 +3146,6 @@ func (_q *OrganizationQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlObjectivesTable, organization.ControlObjectivesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjective fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3532,9 +3168,6 @@ func (_q *OrganizationQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NarrativesTable, organization.NarrativesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3557,9 +3190,6 @@ func (_q *OrganizationQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlsTable, organization.ControlsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3582,9 +3212,6 @@ func (_q *OrganizationQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubcontrolsTable, organization.SubcontrolsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3607,9 +3234,6 @@ func (_q *OrganizationQuery) QueryControlImplementations() *ControlImplementatio sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ControlImplementationsTable, organization.ControlImplementationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3632,9 +3256,6 @@ func (_q *OrganizationQuery) QueryMappedControls() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.MappedControlsTable, organization.MappedControlsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3657,9 +3278,6 @@ func (_q *OrganizationQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.EvidenceTable, organization.EvidenceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.Evidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3682,9 +3300,6 @@ func (_q *OrganizationQuery) QueryStandards() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.StandardsTable, organization.StandardsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.Standard fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3707,9 +3322,6 @@ func (_q *OrganizationQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ActionPlansTable, organization.ActionPlansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3732,9 +3344,6 @@ func (_q *OrganizationQuery) QueryCustomDomains() *CustomDomainQuery { sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomDomainsTable, organization.CustomDomainsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.CustomDomain fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3757,9 +3366,6 @@ func (_q *OrganizationQuery) QueryJobRunners() *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnersTable, organization.JobRunnersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.JobRunner fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3782,9 +3388,6 @@ func (_q *OrganizationQuery) QueryJobRunnerTokens() *JobRunnerTokenQuery { sqlgraph.To(jobrunnertoken.Table, jobrunnertoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerTokensTable, organization.JobRunnerTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunnerToken - step.Edge.Schema = schemaConfig.JobRunnerToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3807,9 +3410,6 @@ func (_q *OrganizationQuery) QueryJobRunnerRegistrationTokens() *JobRunnerRegist sqlgraph.To(jobrunnerregistrationtoken.Table, jobrunnerregistrationtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobRunnerRegistrationTokensTable, organization.JobRunnerRegistrationTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunnerRegistrationToken - step.Edge.Schema = schemaConfig.JobRunnerRegistrationToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3832,9 +3432,6 @@ func (_q *OrganizationQuery) QueryDNSVerifications() *DNSVerificationQuery { sqlgraph.To(dnsverification.Table, dnsverification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DNSVerificationsTable, organization.DNSVerificationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DNSVerification - step.Edge.Schema = schemaConfig.DNSVerification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3857,9 +3454,6 @@ func (_q *OrganizationQuery) QueryJobTemplates() *JobTemplateQuery { sqlgraph.To(jobtemplate.Table, jobtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobTemplatesTable, organization.JobTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.JobTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3882,9 +3476,6 @@ func (_q *OrganizationQuery) QueryScheduledJobs() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobsTable, organization.ScheduledJobsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJob fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3907,9 +3498,6 @@ func (_q *OrganizationQuery) QueryJobResults() *JobResultQuery { sqlgraph.To(jobresult.Table, jobresult.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.JobResultsTable, organization.JobResultsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobResult - step.Edge.Schema = schemaConfig.JobResult fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3932,9 +3520,6 @@ func (_q *OrganizationQuery) QueryScheduledJobRuns() *ScheduledJobRunQuery { sqlgraph.To(scheduledjobrun.Table, scheduledjobrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScheduledJobRunsTable, organization.ScheduledJobRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJobRun - step.Edge.Schema = schemaConfig.ScheduledJobRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3957,9 +3542,6 @@ func (_q *OrganizationQuery) QueryTrustCenters() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCentersTable, organization.TrustCentersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -3982,9 +3564,6 @@ func (_q *OrganizationQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssetsTable, organization.AssetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4007,9 +3586,6 @@ func (_q *OrganizationQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ScansTable, organization.ScansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4032,9 +3608,6 @@ func (_q *OrganizationQuery) QuerySLADefinitions() *SLADefinitionQuery { sqlgraph.To(sladefinition.Table, sladefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SLADefinitionsTable, organization.SLADefinitionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SLADefinition - step.Edge.Schema = schemaConfig.SLADefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4057,9 +3630,6 @@ func (_q *OrganizationQuery) QuerySubprocessors() *SubprocessorQuery { sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.SubprocessorsTable, organization.SubprocessorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.Subprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4082,9 +3652,6 @@ func (_q *OrganizationQuery) QueryExports() *ExportQuery { sqlgraph.To(export.Table, export.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ExportsTable, organization.ExportsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Export - step.Edge.Schema = schemaConfig.Export fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4107,9 +3674,6 @@ func (_q *OrganizationQuery) QueryTrustCenterWatermarkConfigs() *TrustCenterWate sqlgraph.To(trustcenterwatermarkconfig.Table, trustcenterwatermarkconfig.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TrustCenterWatermarkConfigsTable, organization.TrustCenterWatermarkConfigsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4132,9 +3696,6 @@ func (_q *OrganizationQuery) QueryImpersonationEvents() *ImpersonationEventQuery sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ImpersonationEventsTable, organization.ImpersonationEventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4157,9 +3718,6 @@ func (_q *OrganizationQuery) QueryAssessments() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentsTable, organization.AssessmentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4182,9 +3740,6 @@ func (_q *OrganizationQuery) QueryAssessmentResponses() *AssessmentResponseQuery sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.AssessmentResponsesTable, organization.AssessmentResponsesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.AssessmentResponse fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4207,9 +3762,6 @@ func (_q *OrganizationQuery) QueryCustomTypeEnums() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.CustomTypeEnumsTable, organization.CustomTypeEnumsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.CustomTypeEnum fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4232,9 +3784,6 @@ func (_q *OrganizationQuery) QueryTagDefinitions() *TagDefinitionQuery { sqlgraph.To(tagdefinition.Table, tagdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.TagDefinitionsTable, organization.TagDefinitionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4257,9 +3806,6 @@ func (_q *OrganizationQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.RemediationsTable, organization.RemediationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.Remediation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4282,9 +3828,6 @@ func (_q *OrganizationQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingsTable, organization.FindingsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.Finding fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4307,9 +3850,6 @@ func (_q *OrganizationQuery) QueryFindingControls() *FindingControlQuery { sqlgraph.To(findingcontrol.Table, findingcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.FindingControlsTable, organization.FindingControlsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.FindingControl - step.Edge.Schema = schemaConfig.FindingControl fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4332,9 +3872,6 @@ func (_q *OrganizationQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.ReviewsTable, organization.ReviewsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.Review fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4357,9 +3894,6 @@ func (_q *OrganizationQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VulnerabilitiesTable, organization.VulnerabilitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4382,9 +3916,6 @@ func (_q *OrganizationQuery) QueryNotifications() *NotificationQuery { sqlgraph.To(notification.Table, notification.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.NotificationsTable, organization.NotificationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Notification - step.Edge.Schema = schemaConfig.Notification fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4407,9 +3938,6 @@ func (_q *OrganizationQuery) QueryWorkflowDefinitions() *WorkflowDefinitionQuery sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowDefinitionsTable, organization.WorkflowDefinitionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowDefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4432,9 +3960,6 @@ func (_q *OrganizationQuery) QueryWorkflowInstances() *WorkflowInstanceQuery { sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowInstancesTable, organization.WorkflowInstancesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4457,9 +3982,6 @@ func (_q *OrganizationQuery) QueryWorkflowEvents() *WorkflowEventQuery { sqlgraph.To(workflowevent.Table, workflowevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowEventsTable, organization.WorkflowEventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4482,9 +4004,6 @@ func (_q *OrganizationQuery) QueryWorkflowAssignments() *WorkflowAssignmentQuery sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowAssignmentsTable, organization.WorkflowAssignmentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4507,9 +4026,6 @@ func (_q *OrganizationQuery) QueryWorkflowAssignmentTargets() *WorkflowAssignmen sqlgraph.To(workflowassignmenttarget.Table, workflowassignmenttarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowAssignmentTargetsTable, organization.WorkflowAssignmentTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4532,9 +4048,6 @@ func (_q *OrganizationQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowObjectRefsTable, organization.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4557,9 +4070,6 @@ func (_q *OrganizationQuery) QueryWorkflowProposals() *WorkflowProposalQuery { sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.WorkflowProposalsTable, organization.WorkflowProposalsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4582,9 +4092,6 @@ func (_q *OrganizationQuery) QueryDirectoryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryAccountsTable, organization.DirectoryAccountsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4607,9 +4114,6 @@ func (_q *OrganizationQuery) QueryDirectoryGroups() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryGroupsTable, organization.DirectoryGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4632,9 +4136,6 @@ func (_q *OrganizationQuery) QueryDirectoryMemberships() *DirectoryMembershipQue sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectoryMembershipsTable, organization.DirectoryMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4657,9 +4158,6 @@ func (_q *OrganizationQuery) QueryDirectorySyncRuns() *DirectorySyncRunQuery { sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DirectorySyncRunsTable, organization.DirectorySyncRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4682,9 +4180,6 @@ func (_q *OrganizationQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.DiscussionsTable, organization.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4707,9 +4202,6 @@ func (_q *OrganizationQuery) QueryVendorScoringConfigs() *VendorScoringConfigQue sqlgraph.To(vendorscoringconfig.Table, vendorscoringconfig.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorScoringConfigsTable, organization.VendorScoringConfigsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorScoringConfig fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4732,9 +4224,6 @@ func (_q *OrganizationQuery) QueryVendorRiskScores() *VendorRiskScoreQuery { sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, organization.VendorRiskScoresTable, organization.VendorRiskScoresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -4757,9 +4246,6 @@ func (_q *OrganizationQuery) QueryMembers() *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, organization.MembersTable, organization.MembersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -7284,8 +6770,6 @@ func (_q *OrganizationQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Organization - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -12418,7 +11902,6 @@ func (_q *OrganizationQuery) loadPersonalAccessTokens(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(organization.PersonalAccessTokensTable) - joinT.Schema(_q.schemaConfig.OrganizationPersonalAccessTokens) s.Join(joinT).On(s.C(personalaccesstoken.FieldID), joinT.C(organization.PersonalAccessTokensPrimaryKey[1])) s.Where(sql.InValues(joinT.C(organization.PersonalAccessTokensPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -12660,7 +12143,6 @@ func (_q *OrganizationQuery) loadUsers(ctx context.Context, query *UserQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(organization.UsersTable) - joinT.Schema(_q.schemaConfig.OrgMembership) s.Join(joinT).On(s.C(user.FieldID), joinT.C(organization.UsersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(organization.UsersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -12722,7 +12204,6 @@ func (_q *OrganizationQuery) loadFiles(ctx context.Context, query *FileQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(organization.FilesTable) - joinT.Schema(_q.schemaConfig.OrganizationFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(organization.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(organization.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -12784,7 +12265,6 @@ func (_q *OrganizationQuery) loadEvents(ctx context.Context, query *EventQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(organization.EventsTable) - joinT.Schema(_q.schemaConfig.OrganizationEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(organization.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(organization.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -15177,8 +14657,6 @@ func (_q *OrganizationQuery) loadMembers(ctx context.Context, query *OrgMembersh func (_q *OrganizationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Organization - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -15250,9 +14728,6 @@ func (_q *OrganizationQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Organization) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/organization_update.go b/internal/ent/generated/organization_update.go index db4a543b3a..fbbbe52d4e 100644 --- a/internal/ent/generated/organization_update.go +++ b/internal/ent/generated/organization_update.go @@ -101,8 +101,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowinstance" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrganizationUpdate is the builder for updating Organization entities. @@ -6640,7 +6638,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanCreatorsCleared() { @@ -6654,7 +6651,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6671,7 +6667,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6688,7 +6683,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAPITokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.APITokenCreatorsCleared() { @@ -6702,7 +6696,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6719,7 +6712,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6736,7 +6728,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentCreatorsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentCreatorsCleared() { @@ -6750,7 +6741,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6767,7 +6757,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6784,7 +6773,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetCreatorsIDs(); len(nodes) > 0 && !_u.mutation.AssetCreatorsCleared() { @@ -6798,7 +6786,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6815,7 +6802,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6832,7 +6818,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignCreatorsCleared() { @@ -6846,7 +6831,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6863,7 +6847,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6880,7 +6863,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetCreatorsCleared() { @@ -6894,7 +6876,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6911,7 +6892,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6928,7 +6908,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultCreatorsCleared() { @@ -6942,7 +6921,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6959,7 +6937,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6976,7 +6953,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ContactCreatorsCleared() { @@ -6990,7 +6966,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7007,7 +6982,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7024,7 +6998,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlCreatorsCleared() { @@ -7038,7 +7011,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7055,7 +7027,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7072,7 +7043,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationCreatorsCleared() { @@ -7086,7 +7056,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7103,7 +7072,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7120,7 +7088,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveCreatorsCleared() { @@ -7134,7 +7101,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7151,7 +7117,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7168,7 +7133,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainCreatorsCleared() { @@ -7182,7 +7146,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7199,7 +7162,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7216,7 +7178,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomTypeEnumCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CustomTypeEnumCreatorsCleared() { @@ -7230,7 +7191,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7247,7 +7207,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7264,7 +7223,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountCreatorsCleared() { @@ -7278,7 +7236,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7295,7 +7252,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7312,7 +7268,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupCreatorsCleared() { @@ -7326,7 +7281,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7343,7 +7297,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7360,7 +7313,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipCreatorsCleared() { @@ -7374,7 +7326,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7391,7 +7342,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7408,7 +7358,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunCreatorsCleared() { @@ -7422,7 +7371,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7439,7 +7387,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7456,7 +7403,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionCreatorsCleared() { @@ -7470,7 +7416,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7487,7 +7432,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7504,7 +7448,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentDataCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DocumentDataCreatorsCleared() { @@ -7518,7 +7461,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7535,7 +7477,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7552,7 +7493,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplateCreatorsCleared() { @@ -7566,7 +7506,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7583,7 +7522,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7600,7 +7538,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EntityCreatorsCleared() { @@ -7614,7 +7551,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7631,7 +7567,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7648,7 +7583,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityTypeCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EntityTypeCreatorsCleared() { @@ -7662,7 +7596,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7679,7 +7612,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7696,7 +7628,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCreatorsCleared() { @@ -7710,7 +7641,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7727,7 +7657,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7744,7 +7673,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFileCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FileCreatorsCleared() { @@ -7758,7 +7686,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7775,7 +7702,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7792,7 +7718,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FindingCreatorsCleared() { @@ -7806,7 +7731,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7823,7 +7747,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7840,7 +7763,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FindingControlCreatorsCleared() { @@ -7854,7 +7776,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7871,7 +7792,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7888,7 +7808,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupCreatorsCleared() { @@ -7902,7 +7821,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7919,7 +7837,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7936,7 +7853,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipCreatorsCleared() { @@ -7950,7 +7866,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7967,7 +7882,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7984,7 +7898,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupSettingCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupSettingCreatorsCleared() { @@ -7998,7 +7911,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8015,7 +7927,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8032,7 +7943,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedHushCreatorsIDs(); len(nodes) > 0 && !_u.mutation.HushCreatorsCleared() { @@ -8046,7 +7956,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8063,7 +7972,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8080,7 +7988,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderCreatorsIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderCreatorsCleared() { @@ -8094,7 +8001,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8111,7 +8017,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8128,7 +8033,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyCreatorsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyCreatorsCleared() { @@ -8142,7 +8046,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8159,7 +8062,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8176,7 +8078,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInviteCreatorsIDs(); len(nodes) > 0 && !_u.mutation.InviteCreatorsCleared() { @@ -8190,7 +8091,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8207,7 +8107,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8224,7 +8123,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerCreatorsCleared() { @@ -8238,7 +8136,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8255,7 +8152,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8272,7 +8168,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerRegistrationTokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerRegistrationTokenCreatorsCleared() { @@ -8286,7 +8181,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8303,7 +8197,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8320,7 +8213,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokenCreatorsCleared() { @@ -8334,7 +8226,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8351,7 +8242,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8368,7 +8258,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobTemplateCreatorsCleared() { @@ -8382,7 +8271,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8399,7 +8287,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8416,7 +8303,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlCreatorsCleared() { @@ -8430,7 +8316,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8447,7 +8332,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8464,7 +8348,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeCreatorsCleared() { @@ -8478,7 +8361,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8495,7 +8377,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8512,7 +8393,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNoteCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NoteCreatorsCleared() { @@ -8526,7 +8406,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8543,7 +8422,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8560,7 +8438,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplateCreatorsCleared() { @@ -8574,7 +8451,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8591,7 +8467,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8608,7 +8483,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipCreatorsCleared() { @@ -8622,7 +8496,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8639,7 +8512,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8656,7 +8528,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformCreatorsIDs(); len(nodes) > 0 && !_u.mutation.PlatformCreatorsCleared() { @@ -8670,7 +8541,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8687,7 +8557,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8704,7 +8573,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureCreatorsCleared() { @@ -8718,7 +8586,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8735,7 +8602,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8752,7 +8618,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramCreatorsCleared() { @@ -8766,7 +8631,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8783,7 +8647,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8800,7 +8663,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramMembershipCreatorsCleared() { @@ -8814,7 +8676,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8831,7 +8692,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8848,7 +8708,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationCreatorsIDs(); len(nodes) > 0 && !_u.mutation.RemediationCreatorsCleared() { @@ -8862,7 +8721,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8879,7 +8737,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8896,7 +8753,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ReviewCreatorsCleared() { @@ -8910,7 +8766,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8927,7 +8782,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8944,7 +8798,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskCreatorsIDs(); len(nodes) > 0 && !_u.mutation.RiskCreatorsCleared() { @@ -8958,7 +8811,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8975,7 +8827,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8992,7 +8843,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScanCreatorsCleared() { @@ -9006,7 +8856,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9023,7 +8872,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9040,7 +8888,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobCreatorsCleared() { @@ -9054,7 +8901,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9071,7 +8917,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9088,7 +8933,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobRunCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobRunCreatorsCleared() { @@ -9102,7 +8946,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9119,7 +8962,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9136,7 +8978,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSLADefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SLADefinitionCreatorsCleared() { @@ -9150,7 +8991,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9167,7 +9007,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9184,7 +9023,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedStandardCreatorsIDs(); len(nodes) > 0 && !_u.mutation.StandardCreatorsCleared() { @@ -9198,7 +9036,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9215,7 +9052,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9232,7 +9068,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolCreatorsCleared() { @@ -9246,7 +9081,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9263,7 +9097,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9280,7 +9113,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorCreatorsCleared() { @@ -9294,7 +9126,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9311,7 +9142,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9328,7 +9158,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscriberCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubscriberCreatorsCleared() { @@ -9342,7 +9171,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9359,7 +9187,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9376,7 +9203,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailCreatorsCleared() { @@ -9390,7 +9216,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9407,7 +9232,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9424,7 +9248,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionCreatorsCleared() { @@ -9438,7 +9261,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9455,7 +9277,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9472,7 +9293,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTaskCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TaskCreatorsCleared() { @@ -9486,7 +9306,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9503,7 +9322,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9520,7 +9338,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TemplateCreatorsCleared() { @@ -9534,7 +9351,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9551,7 +9367,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9568,7 +9383,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCreatorsCleared() { @@ -9582,7 +9396,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9599,7 +9412,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9616,7 +9428,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterComplianceCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterComplianceCreatorsCleared() { @@ -9630,7 +9441,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9647,7 +9457,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9664,7 +9473,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocCreatorsCleared() { @@ -9678,7 +9486,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9695,7 +9502,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9712,7 +9518,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntityCreatorsCleared() { @@ -9726,7 +9531,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9743,7 +9547,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9760,7 +9563,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqCreatorsCleared() { @@ -9774,7 +9576,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9791,7 +9592,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9808,7 +9608,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterNdaRequestCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterNdaRequestCreatorsCleared() { @@ -9822,7 +9621,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9839,7 +9637,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9856,7 +9653,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorCreatorsCleared() { @@ -9870,7 +9666,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9887,7 +9682,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9904,7 +9698,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterWatermarkConfigCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterWatermarkConfigCreatorsCleared() { @@ -9918,7 +9711,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9935,7 +9727,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9952,7 +9743,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoreCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoreCreatorsCleared() { @@ -9966,7 +9756,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9983,7 +9772,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10000,7 +9788,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorScoringConfigCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VendorScoringConfigCreatorsCleared() { @@ -10014,7 +9801,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10031,7 +9817,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10048,7 +9833,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilityCreatorsCleared() { @@ -10062,7 +9846,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10079,7 +9862,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10096,7 +9878,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowDefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowDefinitionCreatorsCleared() { @@ -10110,7 +9891,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10127,7 +9907,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10144,7 +9923,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsManagerIDs(); len(nodes) > 0 && !_u.mutation.CampaignsManagerCleared() { @@ -10158,7 +9936,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10175,7 +9952,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10192,7 +9968,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedComplianceManagerIDs(); len(nodes) > 0 && !_u.mutation.ComplianceManagerCleared() { @@ -10206,7 +9981,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10223,7 +9997,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10240,7 +10013,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupManagerIDs(); len(nodes) > 0 && !_u.mutation.GroupManagerCleared() { @@ -10254,7 +10026,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10271,7 +10042,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10288,7 +10058,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPoliciesManagerIDs(); len(nodes) > 0 && !_u.mutation.PoliciesManagerCleared() { @@ -10302,7 +10071,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10319,7 +10087,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10336,7 +10103,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRegistryManagerIDs(); len(nodes) > 0 && !_u.mutation.RegistryManagerCleared() { @@ -10350,7 +10116,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10367,7 +10132,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10384,7 +10148,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskManagerIDs(); len(nodes) > 0 && !_u.mutation.RiskManagerCleared() { @@ -10398,7 +10161,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10415,7 +10177,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10432,7 +10193,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterManagerIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterManagerCleared() { @@ -10446,7 +10206,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10463,7 +10222,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10480,7 +10238,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowsManagerIDs(); len(nodes) > 0 && !_u.mutation.WorkflowsManagerCleared() { @@ -10494,7 +10251,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10511,7 +10267,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10528,7 +10283,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedChildrenIDs(); len(nodes) > 0 && !_u.mutation.ChildrenCleared() { @@ -10542,7 +10296,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10559,7 +10312,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10576,7 +10328,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -10590,7 +10341,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10607,7 +10357,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -10621,7 +10370,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10638,7 +10386,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10655,7 +10402,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAPITokensIDs(); len(nodes) > 0 && !_u.mutation.APITokensCleared() { @@ -10669,7 +10415,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10686,7 +10431,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10703,7 +10447,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -10717,7 +10460,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10734,7 +10476,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10751,7 +10492,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationWebhooksIDs(); len(nodes) > 0 && !_u.mutation.IntegrationWebhooksCleared() { @@ -10765,7 +10505,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10782,7 +10521,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10799,7 +10537,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationRunsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationRunsCleared() { @@ -10813,7 +10550,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10830,7 +10566,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10847,7 +10582,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationPreferencesIDs(); len(nodes) > 0 && !_u.mutation.NotificationPreferencesCleared() { @@ -10861,7 +10595,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10878,7 +10611,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10895,7 +10627,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -10909,7 +10640,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10926,7 +10656,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10943,7 +10672,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership createE := &OrgMembershipCreate{config: _u.config, mutation: newOrgMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -10964,7 +10692,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -10988,7 +10715,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11012,7 +10738,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -11026,7 +10751,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11043,7 +10767,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11060,7 +10783,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -11074,7 +10796,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11091,7 +10812,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11108,7 +10828,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -11122,7 +10841,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11139,7 +10857,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11156,7 +10873,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -11170,7 +10886,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11187,7 +10902,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -11201,7 +10915,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11218,7 +10931,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11235,7 +10947,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -11249,7 +10960,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11266,7 +10976,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11283,7 +10992,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -11297,7 +11005,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11314,7 +11021,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11331,7 +11037,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -11345,7 +11050,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11362,7 +11066,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11379,7 +11082,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgSubscriptionsIDs(); len(nodes) > 0 && !_u.mutation.OrgSubscriptionsCleared() { @@ -11393,7 +11095,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11410,7 +11111,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11427,7 +11127,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -11441,7 +11140,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11458,7 +11156,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11475,7 +11172,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -11489,7 +11185,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11506,7 +11201,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11523,7 +11217,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -11537,7 +11230,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11554,7 +11246,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11571,7 +11262,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -11585,7 +11275,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11602,7 +11291,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11619,7 +11307,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -11633,7 +11320,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11650,7 +11336,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11667,7 +11352,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -11681,7 +11365,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11698,7 +11381,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11715,7 +11397,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -11729,7 +11410,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11746,7 +11426,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11763,7 +11442,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -11777,7 +11455,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11794,7 +11471,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11811,7 +11487,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -11825,7 +11500,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11842,7 +11516,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11859,7 +11532,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -11873,7 +11545,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11890,7 +11561,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11907,7 +11577,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityTypesIDs(); len(nodes) > 0 && !_u.mutation.EntityTypesCleared() { @@ -11921,7 +11590,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11938,7 +11606,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11955,7 +11622,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -11969,7 +11635,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -11986,7 +11651,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12003,7 +11667,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -12017,7 +11680,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12034,7 +11696,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12051,7 +11712,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -12065,7 +11725,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12082,7 +11741,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12099,7 +11757,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -12113,7 +11770,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12130,7 +11786,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12147,7 +11802,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -12161,7 +11815,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12178,7 +11831,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12195,7 +11847,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -12209,7 +11860,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12226,7 +11876,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12243,7 +11892,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -12257,7 +11905,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12274,7 +11921,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12291,7 +11937,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -12305,7 +11950,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12322,7 +11966,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12339,7 +11982,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -12353,7 +11995,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12370,7 +12011,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12387,7 +12027,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -12401,7 +12040,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12418,7 +12056,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12435,7 +12072,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -12449,7 +12085,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12466,7 +12101,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12483,7 +12117,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -12497,7 +12130,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12514,7 +12146,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12531,7 +12162,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -12545,7 +12175,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12562,7 +12191,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12579,7 +12207,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlsCleared() { @@ -12593,7 +12220,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12610,7 +12236,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12627,7 +12252,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -12641,7 +12265,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12658,7 +12281,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12675,7 +12297,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedStandardsIDs(); len(nodes) > 0 && !_u.mutation.StandardsCleared() { @@ -12689,7 +12310,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12706,7 +12326,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12723,7 +12342,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -12737,7 +12355,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12754,7 +12371,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12771,7 +12387,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -12785,7 +12400,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12802,7 +12416,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12819,7 +12432,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnersIDs(); len(nodes) > 0 && !_u.mutation.JobRunnersCleared() { @@ -12833,7 +12445,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12850,7 +12461,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12867,7 +12477,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokensCleared() { @@ -12881,7 +12490,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12898,7 +12506,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12915,7 +12522,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerRegistrationTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerRegistrationTokensCleared() { @@ -12929,7 +12535,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12946,7 +12551,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12963,7 +12567,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDNSVerificationsIDs(); len(nodes) > 0 && !_u.mutation.DNSVerificationsCleared() { @@ -12977,7 +12580,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -12994,7 +12596,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13011,7 +12612,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobTemplatesIDs(); len(nodes) > 0 && !_u.mutation.JobTemplatesCleared() { @@ -13025,7 +12625,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13042,7 +12641,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13059,7 +12657,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -13073,7 +12670,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13090,7 +12686,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13107,7 +12702,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobResultsIDs(); len(nodes) > 0 && !_u.mutation.JobResultsCleared() { @@ -13121,7 +12715,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13138,7 +12731,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13155,7 +12747,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobRunsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobRunsCleared() { @@ -13169,7 +12760,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13186,7 +12776,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13203,7 +12792,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCentersIDs(); len(nodes) > 0 && !_u.mutation.TrustCentersCleared() { @@ -13217,7 +12805,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13234,7 +12821,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13251,7 +12837,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -13265,7 +12850,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13282,7 +12866,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13299,7 +12882,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -13313,7 +12895,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13330,7 +12911,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13347,7 +12927,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSLADefinitionsIDs(); len(nodes) > 0 && !_u.mutation.SLADefinitionsCleared() { @@ -13361,7 +12940,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13378,7 +12956,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13395,7 +12972,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorsCleared() { @@ -13409,7 +12985,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13426,7 +13001,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13443,7 +13017,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedExportsIDs(); len(nodes) > 0 && !_u.mutation.ExportsCleared() { @@ -13457,7 +13030,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13474,7 +13046,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13491,7 +13062,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterWatermarkConfigsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterWatermarkConfigsCleared() { @@ -13505,7 +13075,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13522,7 +13091,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13539,7 +13107,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedImpersonationEventsIDs(); len(nodes) > 0 && !_u.mutation.ImpersonationEventsCleared() { @@ -13553,7 +13120,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13570,7 +13136,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13587,7 +13152,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -13601,7 +13165,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13618,7 +13181,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13635,7 +13197,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -13649,7 +13210,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13666,7 +13226,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13683,7 +13242,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomTypeEnumsIDs(); len(nodes) > 0 && !_u.mutation.CustomTypeEnumsCleared() { @@ -13697,7 +13255,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13714,7 +13271,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13731,7 +13287,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionsCleared() { @@ -13745,7 +13300,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13762,7 +13316,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13779,7 +13332,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -13793,7 +13345,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13810,7 +13361,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13827,7 +13377,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -13841,7 +13390,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13858,7 +13406,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13875,7 +13422,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingControlsIDs(); len(nodes) > 0 && !_u.mutation.FindingControlsCleared() { @@ -13889,7 +13435,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13906,7 +13451,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13923,7 +13467,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -13937,7 +13480,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13954,7 +13496,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -13971,7 +13512,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -13985,7 +13525,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14002,7 +13541,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14019,7 +13557,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationsIDs(); len(nodes) > 0 && !_u.mutation.NotificationsCleared() { @@ -14033,7 +13570,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14050,7 +13586,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14067,7 +13602,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowDefinitionsCleared() { @@ -14081,7 +13615,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14098,7 +13631,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14115,7 +13647,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -14129,7 +13660,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14146,7 +13676,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14163,7 +13692,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowEventsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowEventsCleared() { @@ -14177,7 +13705,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14194,7 +13721,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14211,7 +13737,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentsCleared() { @@ -14225,7 +13750,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14242,7 +13766,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14259,7 +13782,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentTargetsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentTargetsCleared() { @@ -14273,7 +13795,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14290,7 +13811,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14307,7 +13827,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -14321,7 +13840,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14338,7 +13856,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14355,7 +13872,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowProposalsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowProposalsCleared() { @@ -14369,7 +13885,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14386,7 +13901,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14403,7 +13917,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -14417,7 +13930,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14434,7 +13946,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14451,7 +13962,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -14465,7 +13975,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14482,7 +13991,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14499,7 +14007,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -14513,7 +14020,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14530,7 +14036,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14547,7 +14052,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -14561,7 +14065,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14578,7 +14081,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14595,7 +14097,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -14609,7 +14110,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14626,7 +14126,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14643,7 +14142,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorScoringConfigsIDs(); len(nodes) > 0 && !_u.mutation.VendorScoringConfigsCleared() { @@ -14657,7 +14155,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14674,7 +14171,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14691,7 +14187,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -14705,7 +14200,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14722,7 +14216,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14739,7 +14232,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -14753,7 +14245,6 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -14770,14 +14261,11 @@ func (_u *OrganizationUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Organization - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -21351,7 +20839,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlanCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ActionPlanCreatorsCleared() { @@ -21365,7 +20852,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21382,7 +20868,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21399,7 +20884,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAPITokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.APITokenCreatorsCleared() { @@ -21413,7 +20897,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21430,7 +20913,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21447,7 +20929,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentCreatorsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentCreatorsCleared() { @@ -21461,7 +20942,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21478,7 +20958,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21495,7 +20974,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetCreatorsIDs(); len(nodes) > 0 && !_u.mutation.AssetCreatorsCleared() { @@ -21509,7 +20987,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21526,7 +21003,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21543,7 +21019,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignCreatorsCleared() { @@ -21557,7 +21032,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21574,7 +21048,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21591,7 +21064,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetCreatorsCleared() { @@ -21605,7 +21077,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21622,7 +21093,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21639,7 +21109,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCheckResultCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CheckResultCreatorsCleared() { @@ -21653,7 +21122,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21670,7 +21138,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21687,7 +21154,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ContactCreatorsCleared() { @@ -21701,7 +21167,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21718,7 +21183,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21735,7 +21199,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlCreatorsCleared() { @@ -21749,7 +21212,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21766,7 +21228,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21783,7 +21244,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationCreatorsCleared() { @@ -21797,7 +21257,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21814,7 +21273,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21831,7 +21289,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectiveCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectiveCreatorsCleared() { @@ -21845,7 +21302,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21862,7 +21318,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21879,7 +21334,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainCreatorsCleared() { @@ -21893,7 +21347,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21910,7 +21363,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21927,7 +21379,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomTypeEnumCreatorsIDs(); len(nodes) > 0 && !_u.mutation.CustomTypeEnumCreatorsCleared() { @@ -21941,7 +21392,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21958,7 +21408,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -21975,7 +21424,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountCreatorsCleared() { @@ -21989,7 +21437,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22006,7 +21453,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22023,7 +21469,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupCreatorsCleared() { @@ -22037,7 +21482,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22054,7 +21498,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22071,7 +21514,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipCreatorsCleared() { @@ -22085,7 +21527,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22102,7 +21543,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22119,7 +21559,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunCreatorsCleared() { @@ -22133,7 +21572,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22150,7 +21588,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22167,7 +21604,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionCreatorsCleared() { @@ -22181,7 +21617,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22198,7 +21633,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22215,7 +21649,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentDataCreatorsIDs(); len(nodes) > 0 && !_u.mutation.DocumentDataCreatorsCleared() { @@ -22229,7 +21662,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22246,7 +21678,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22263,7 +21694,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplateCreatorsCleared() { @@ -22277,7 +21707,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22294,7 +21723,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22311,7 +21739,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EntityCreatorsCleared() { @@ -22325,7 +21752,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22342,7 +21768,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22359,7 +21784,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityTypeCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EntityTypeCreatorsCleared() { @@ -22373,7 +21797,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22390,7 +21813,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22407,7 +21829,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceCreatorsIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCreatorsCleared() { @@ -22421,7 +21842,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22438,7 +21858,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22455,7 +21874,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFileCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FileCreatorsCleared() { @@ -22469,7 +21887,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22486,7 +21903,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22503,7 +21919,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FindingCreatorsCleared() { @@ -22517,7 +21932,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22534,7 +21948,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22551,7 +21964,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.FindingControlCreatorsCleared() { @@ -22565,7 +21977,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22582,7 +21993,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22599,7 +22009,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupCreatorsCleared() { @@ -22613,7 +22022,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22630,7 +22038,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22647,7 +22054,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipCreatorsCleared() { @@ -22661,7 +22067,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22678,7 +22083,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22695,7 +22099,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupSettingCreatorsIDs(); len(nodes) > 0 && !_u.mutation.GroupSettingCreatorsCleared() { @@ -22709,7 +22112,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22726,7 +22128,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22743,7 +22144,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedHushCreatorsIDs(); len(nodes) > 0 && !_u.mutation.HushCreatorsCleared() { @@ -22757,7 +22157,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22774,7 +22173,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22791,7 +22189,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderCreatorsIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderCreatorsCleared() { @@ -22805,7 +22202,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22822,7 +22218,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22839,7 +22234,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPolicyCreatorsIDs(); len(nodes) > 0 && !_u.mutation.InternalPolicyCreatorsCleared() { @@ -22853,7 +22247,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22870,7 +22263,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22887,7 +22279,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInviteCreatorsIDs(); len(nodes) > 0 && !_u.mutation.InviteCreatorsCleared() { @@ -22901,7 +22292,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22918,7 +22308,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22935,7 +22324,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerCreatorsCleared() { @@ -22949,7 +22337,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22966,7 +22353,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -22983,7 +22369,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerRegistrationTokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerRegistrationTokenCreatorsCleared() { @@ -22997,7 +22382,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23014,7 +22398,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23031,7 +22414,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokenCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokenCreatorsCleared() { @@ -23045,7 +22427,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23062,7 +22443,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23079,7 +22459,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.JobTemplateCreatorsCleared() { @@ -23093,7 +22472,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23110,7 +22488,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23127,7 +22504,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlCreatorsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlCreatorsCleared() { @@ -23141,7 +22517,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23158,7 +22533,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23175,7 +22549,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativeCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NarrativeCreatorsCleared() { @@ -23189,7 +22562,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23206,7 +22578,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23223,7 +22594,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNoteCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NoteCreatorsCleared() { @@ -23237,7 +22607,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23254,7 +22623,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23271,7 +22639,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplateCreatorsCleared() { @@ -23285,7 +22652,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23302,7 +22668,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23319,7 +22684,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipCreatorsCleared() { @@ -23333,7 +22697,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23350,7 +22713,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23367,7 +22729,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformCreatorsIDs(); len(nodes) > 0 && !_u.mutation.PlatformCreatorsCleared() { @@ -23381,7 +22742,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23398,7 +22758,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23415,7 +22774,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProcedureCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProcedureCreatorsCleared() { @@ -23429,7 +22787,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23446,7 +22803,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23463,7 +22819,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramCreatorsCleared() { @@ -23477,7 +22832,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23494,7 +22848,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23511,7 +22864,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramMembershipCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ProgramMembershipCreatorsCleared() { @@ -23525,7 +22877,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23542,7 +22893,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23559,7 +22909,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationCreatorsIDs(); len(nodes) > 0 && !_u.mutation.RemediationCreatorsCleared() { @@ -23573,7 +22922,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23590,7 +22938,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23607,7 +22954,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ReviewCreatorsCleared() { @@ -23621,7 +22967,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23638,7 +22983,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23655,7 +22999,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskCreatorsIDs(); len(nodes) > 0 && !_u.mutation.RiskCreatorsCleared() { @@ -23669,7 +23012,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23686,7 +23028,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23703,7 +23044,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScanCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScanCreatorsCleared() { @@ -23717,7 +23057,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23734,7 +23073,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23751,7 +23089,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobCreatorsCleared() { @@ -23765,7 +23102,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23782,7 +23118,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23799,7 +23134,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobRunCreatorsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobRunCreatorsCleared() { @@ -23813,7 +23147,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23830,7 +23163,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23847,7 +23179,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSLADefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SLADefinitionCreatorsCleared() { @@ -23861,7 +23192,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23878,7 +23208,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23895,7 +23224,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedStandardCreatorsIDs(); len(nodes) > 0 && !_u.mutation.StandardCreatorsCleared() { @@ -23909,7 +23237,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23926,7 +23253,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23943,7 +23269,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolCreatorsCleared() { @@ -23957,7 +23282,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23974,7 +23298,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -23991,7 +23314,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorCreatorsCleared() { @@ -24005,7 +23327,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24022,7 +23343,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24039,7 +23359,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscriberCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SubscriberCreatorsCleared() { @@ -24053,7 +23372,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24070,7 +23388,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24087,7 +23404,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailCreatorsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailCreatorsCleared() { @@ -24101,7 +23417,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24118,7 +23433,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24135,7 +23449,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionCreatorsCleared() { @@ -24149,7 +23462,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24166,7 +23478,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24183,7 +23494,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTaskCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TaskCreatorsCleared() { @@ -24197,7 +23507,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24214,7 +23523,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24231,7 +23539,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplateCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TemplateCreatorsCleared() { @@ -24245,7 +23552,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24262,7 +23568,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24279,7 +23584,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCreatorsCleared() { @@ -24293,7 +23597,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24310,7 +23613,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24327,7 +23629,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterComplianceCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterComplianceCreatorsCleared() { @@ -24341,7 +23642,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24358,7 +23658,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24375,7 +23674,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocCreatorsCleared() { @@ -24389,7 +23687,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24406,7 +23703,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24423,7 +23719,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntityCreatorsCleared() { @@ -24437,7 +23732,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24454,7 +23748,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24471,7 +23764,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqCreatorsCleared() { @@ -24485,7 +23777,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24502,7 +23793,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24519,7 +23809,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterNdaRequestCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterNdaRequestCreatorsCleared() { @@ -24533,7 +23822,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24550,7 +23838,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24567,7 +23854,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorCreatorsCleared() { @@ -24581,7 +23867,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24598,7 +23883,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24615,7 +23899,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterWatermarkConfigCreatorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterWatermarkConfigCreatorsCleared() { @@ -24629,7 +23912,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24646,7 +23928,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24663,7 +23944,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoreCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoreCreatorsCleared() { @@ -24677,7 +23957,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24694,7 +23973,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24711,7 +23989,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorScoringConfigCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VendorScoringConfigCreatorsCleared() { @@ -24725,7 +24002,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24742,7 +24018,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24759,7 +24034,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilityCreatorsIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilityCreatorsCleared() { @@ -24773,7 +24047,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24790,7 +24063,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24807,7 +24079,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowDefinitionCreatorsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowDefinitionCreatorsCleared() { @@ -24821,7 +24092,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24838,7 +24108,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24855,7 +24124,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsManagerIDs(); len(nodes) > 0 && !_u.mutation.CampaignsManagerCleared() { @@ -24869,7 +24137,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24886,7 +24153,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24903,7 +24169,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedComplianceManagerIDs(); len(nodes) > 0 && !_u.mutation.ComplianceManagerCleared() { @@ -24917,7 +24182,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24934,7 +24198,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24951,7 +24214,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupManagerIDs(); len(nodes) > 0 && !_u.mutation.GroupManagerCleared() { @@ -24965,7 +24227,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24982,7 +24243,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -24999,7 +24259,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPoliciesManagerIDs(); len(nodes) > 0 && !_u.mutation.PoliciesManagerCleared() { @@ -25013,7 +24272,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25030,7 +24288,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25047,7 +24304,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRegistryManagerIDs(); len(nodes) > 0 && !_u.mutation.RegistryManagerCleared() { @@ -25061,7 +24317,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25078,7 +24333,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25095,7 +24349,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRiskManagerIDs(); len(nodes) > 0 && !_u.mutation.RiskManagerCleared() { @@ -25109,7 +24362,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25126,7 +24378,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25143,7 +24394,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterManagerIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterManagerCleared() { @@ -25157,7 +24407,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25174,7 +24423,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25191,7 +24439,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowsManagerIDs(); len(nodes) > 0 && !_u.mutation.WorkflowsManagerCleared() { @@ -25205,7 +24452,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25222,7 +24468,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25239,7 +24484,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedChildrenIDs(); len(nodes) > 0 && !_u.mutation.ChildrenCleared() { @@ -25253,7 +24497,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25270,7 +24513,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25287,7 +24529,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -25301,7 +24542,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25318,7 +24558,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -25332,7 +24571,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25349,7 +24587,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25366,7 +24603,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAPITokensIDs(); len(nodes) > 0 && !_u.mutation.APITokensCleared() { @@ -25380,7 +24616,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25397,7 +24632,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(apitoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.APIToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25414,7 +24648,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -25428,7 +24661,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25445,7 +24677,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25462,7 +24693,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationWebhooksIDs(); len(nodes) > 0 && !_u.mutation.IntegrationWebhooksCleared() { @@ -25476,7 +24706,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25493,7 +24722,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationwebhook.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationWebhook for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25510,7 +24738,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationRunsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationRunsCleared() { @@ -25524,7 +24751,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25541,7 +24767,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integrationrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25558,7 +24783,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationPreferencesIDs(); len(nodes) > 0 && !_u.mutation.NotificationPreferencesCleared() { @@ -25572,7 +24796,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25589,7 +24812,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationpreference.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationPreference for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25606,7 +24828,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -25620,7 +24841,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25637,7 +24857,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25654,7 +24873,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership createE := &OrgMembershipCreate{config: _u.config, mutation: newOrgMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -25675,7 +24893,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25699,7 +24916,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25723,7 +24939,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -25737,7 +24952,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25754,7 +24968,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25771,7 +24984,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -25785,7 +24997,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25802,7 +25013,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25819,7 +25029,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSecretsIDs(); len(nodes) > 0 && !_u.mutation.SecretsCleared() { @@ -25833,7 +25042,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25850,7 +25058,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(hush.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Hush for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25867,7 +25074,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -25881,7 +25087,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Organization for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25898,7 +25103,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -25912,7 +25116,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25929,7 +25132,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25946,7 +25148,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -25960,7 +25161,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25977,7 +25177,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -25994,7 +25193,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -26008,7 +25206,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26025,7 +25222,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26042,7 +25238,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -26056,7 +25251,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26073,7 +25267,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26090,7 +25283,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgSubscriptionsIDs(); len(nodes) > 0 && !_u.mutation.OrgSubscriptionsCleared() { @@ -26104,7 +25296,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26121,7 +25312,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26138,7 +25328,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -26152,7 +25341,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26169,7 +25357,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26186,7 +25373,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -26200,7 +25386,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26217,7 +25402,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26234,7 +25418,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -26248,7 +25431,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26265,7 +25447,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26282,7 +25463,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInvitesIDs(); len(nodes) > 0 && !_u.mutation.InvitesCleared() { @@ -26296,7 +25476,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26313,7 +25492,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(invite.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Invite for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26330,7 +25508,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -26344,7 +25521,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26361,7 +25537,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26378,7 +25553,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -26392,7 +25566,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26409,7 +25582,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26426,7 +25598,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -26440,7 +25611,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26457,7 +25627,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26474,7 +25643,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -26488,7 +25656,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26505,7 +25672,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26522,7 +25688,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -26536,7 +25701,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26553,7 +25717,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26570,7 +25733,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -26584,7 +25746,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26601,7 +25762,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26618,7 +25778,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntityTypesIDs(); len(nodes) > 0 && !_u.mutation.EntityTypesCleared() { @@ -26632,7 +25791,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26649,7 +25807,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntityType for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26666,7 +25823,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedContactsIDs(); len(nodes) > 0 && !_u.mutation.ContactsCleared() { @@ -26680,7 +25836,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26697,7 +25852,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Contact for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26714,7 +25868,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -26728,7 +25881,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26745,7 +25897,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26762,7 +25913,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -26776,7 +25926,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26793,7 +25942,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26810,7 +25958,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -26824,7 +25971,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26841,7 +25987,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26858,7 +26003,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -26872,7 +26016,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26889,7 +26032,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26906,7 +26048,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -26920,7 +26061,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26937,7 +26077,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26954,7 +26093,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -26968,7 +26106,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -26985,7 +26122,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicy for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27002,7 +26138,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -27016,7 +26151,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27033,7 +26167,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27050,7 +26183,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -27064,7 +26196,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27081,7 +26212,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjective for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27098,7 +26228,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -27112,7 +26241,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27129,7 +26257,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27146,7 +26273,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -27160,7 +26286,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27177,7 +26302,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27194,7 +26318,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -27208,7 +26331,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27225,7 +26347,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27242,7 +26363,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -27256,7 +26376,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27273,7 +26392,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27290,7 +26408,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedControlsIDs(); len(nodes) > 0 && !_u.mutation.MappedControlsCleared() { @@ -27304,7 +26421,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27321,7 +26437,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27338,7 +26453,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -27352,7 +26466,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27369,7 +26482,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Evidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27386,7 +26498,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedStandardsIDs(); len(nodes) > 0 && !_u.mutation.StandardsCleared() { @@ -27400,7 +26511,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27417,7 +26527,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27434,7 +26543,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -27448,7 +26556,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27465,7 +26572,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27482,7 +26588,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomDomainsIDs(); len(nodes) > 0 && !_u.mutation.CustomDomainsCleared() { @@ -27496,7 +26601,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27513,7 +26617,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomDomain for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27530,7 +26633,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnersIDs(); len(nodes) > 0 && !_u.mutation.JobRunnersCleared() { @@ -27544,7 +26646,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27561,7 +26662,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunner for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27578,7 +26678,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerTokensCleared() { @@ -27592,7 +26691,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27609,7 +26707,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnertoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27626,7 +26723,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobRunnerRegistrationTokensIDs(); len(nodes) > 0 && !_u.mutation.JobRunnerRegistrationTokensCleared() { @@ -27640,7 +26736,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27657,7 +26752,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobrunnerregistrationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobRunnerRegistrationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27674,7 +26768,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDNSVerificationsIDs(); len(nodes) > 0 && !_u.mutation.DNSVerificationsCleared() { @@ -27688,7 +26781,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27705,7 +26797,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(dnsverification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DNSVerification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27722,7 +26813,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobTemplatesIDs(); len(nodes) > 0 && !_u.mutation.JobTemplatesCleared() { @@ -27736,7 +26826,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27753,7 +26842,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27770,7 +26858,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -27784,7 +26871,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27801,7 +26887,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27818,7 +26903,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedJobResultsIDs(); len(nodes) > 0 && !_u.mutation.JobResultsCleared() { @@ -27832,7 +26916,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27849,7 +26932,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(jobresult.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.JobResult for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27866,7 +26948,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobRunsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobRunsCleared() { @@ -27880,7 +26961,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27897,7 +26977,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27914,7 +26993,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCentersIDs(); len(nodes) > 0 && !_u.mutation.TrustCentersCleared() { @@ -27928,7 +27006,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27945,7 +27022,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27962,7 +27038,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -27976,7 +27051,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -27993,7 +27067,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28010,7 +27083,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -28024,7 +27096,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28041,7 +27112,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28058,7 +27128,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSLADefinitionsIDs(); len(nodes) > 0 && !_u.mutation.SLADefinitionsCleared() { @@ -28072,7 +27141,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28089,7 +27157,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28106,7 +27173,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.SubprocessorsCleared() { @@ -28120,7 +27186,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28137,7 +27202,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28154,7 +27218,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedExportsIDs(); len(nodes) > 0 && !_u.mutation.ExportsCleared() { @@ -28168,7 +27231,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28185,7 +27247,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(export.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Export for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28202,7 +27263,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterWatermarkConfigsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterWatermarkConfigsCleared() { @@ -28216,7 +27276,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28233,7 +27292,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28250,7 +27308,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedImpersonationEventsIDs(); len(nodes) > 0 && !_u.mutation.ImpersonationEventsCleared() { @@ -28264,7 +27321,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28281,7 +27337,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28298,7 +27353,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -28312,7 +27366,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28329,7 +27382,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28346,7 +27398,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentResponsesIDs(); len(nodes) > 0 && !_u.mutation.AssessmentResponsesCleared() { @@ -28360,7 +27411,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28377,7 +27427,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.AssessmentResponse for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28394,7 +27443,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCustomTypeEnumsIDs(); len(nodes) > 0 && !_u.mutation.CustomTypeEnumsCleared() { @@ -28408,7 +27456,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28425,7 +27472,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CustomTypeEnum for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28442,7 +27488,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionsCleared() { @@ -28456,7 +27501,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28473,7 +27517,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28490,7 +27533,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -28504,7 +27546,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28521,7 +27562,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28538,7 +27578,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -28552,7 +27591,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28569,7 +27607,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Finding for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28586,7 +27623,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingControlsIDs(); len(nodes) > 0 && !_u.mutation.FindingControlsCleared() { @@ -28600,7 +27636,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28617,7 +27652,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(findingcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingControl for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28634,7 +27668,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -28648,7 +27681,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28665,7 +27697,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28682,7 +27713,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -28696,7 +27726,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28713,7 +27742,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28730,7 +27758,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationsIDs(); len(nodes) > 0 && !_u.mutation.NotificationsCleared() { @@ -28744,7 +27771,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28761,7 +27787,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(notification.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Notification for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28778,7 +27803,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowDefinitionsCleared() { @@ -28792,7 +27816,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28809,7 +27832,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28826,7 +27848,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -28840,7 +27861,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28857,7 +27877,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28874,7 +27893,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowEventsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowEventsCleared() { @@ -28888,7 +27906,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28905,7 +27922,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28922,7 +27938,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentsCleared() { @@ -28936,7 +27951,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28953,7 +27967,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -28970,7 +27983,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentTargetsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentTargetsCleared() { @@ -28984,7 +27996,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29001,7 +28012,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29018,7 +28028,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -29032,7 +28041,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29049,7 +28057,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29066,7 +28073,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowProposalsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowProposalsCleared() { @@ -29080,7 +28086,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29097,7 +28102,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29114,7 +28118,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -29128,7 +28131,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29145,7 +28147,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29162,7 +28163,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -29176,7 +28176,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29193,7 +28192,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29210,7 +28208,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -29224,7 +28221,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29241,7 +28237,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29258,7 +28253,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -29272,7 +28266,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29289,7 +28282,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29306,7 +28298,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -29320,7 +28311,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29337,7 +28327,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29354,7 +28343,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorScoringConfigsIDs(); len(nodes) > 0 && !_u.mutation.VendorScoringConfigsCleared() { @@ -29368,7 +28356,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29385,7 +28372,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29402,7 +28388,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -29416,7 +28401,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29433,7 +28417,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29450,7 +28433,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -29464,7 +28446,6 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -29481,14 +28462,11 @@ func (_u *OrganizationUpdateOne) sqlSave(ctx context.Context) (_node *Organizati IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Organization - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Organization{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/organizationsetting/where.go b/internal/ent/generated/organizationsetting/where.go index 7c23053d51..7c2e3b87e9 100644 --- a/internal/ent/generated/organizationsetting/where.go +++ b/internal/ent/generated/organizationsetting/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2026,9 +2024,6 @@ func HasOrganization() predicate.OrganizationSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, true, OrganizationTable, OrganizationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2037,9 +2032,6 @@ func HasOrganization() predicate.OrganizationSetting { func HasOrganizationWith(preds ...predicate.Organization) predicate.OrganizationSetting { return predicate.OrganizationSetting(func(s *sql.Selector) { step := newOrganizationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2055,9 +2047,6 @@ func HasFiles() predicate.OrganizationSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationSettingFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2066,9 +2055,6 @@ func HasFiles() predicate.OrganizationSetting { func HasFilesWith(preds ...predicate.File) predicate.OrganizationSetting { return predicate.OrganizationSetting(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationSettingFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/organizationsetting_create.go b/internal/ent/generated/organizationsetting_create.go index c14f373566..376f3276c2 100644 --- a/internal/ent/generated/organizationsetting_create.go +++ b/internal/ent/generated/organizationsetting_create.go @@ -755,7 +755,6 @@ func (_c *OrganizationSettingCreate) createSpec() (*OrganizationSetting, *sqlgra _node = &OrganizationSetting{config: _c.config} _spec = sqlgraph.NewCreateSpec(organizationsetting.Table, sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrganizationSetting if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -919,7 +918,6 @@ func (_c *OrganizationSettingCreate) createSpec() (*OrganizationSetting, *sqlgra IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -937,7 +935,6 @@ func (_c *OrganizationSettingCreate) createSpec() (*OrganizationSetting, *sqlgra IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/organizationsetting_delete.go b/internal/ent/generated/organizationsetting_delete.go index a500782a9c..f5e2c5ed7e 100644 --- a/internal/ent/generated/organizationsetting_delete.go +++ b/internal/ent/generated/organizationsetting_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/organizationsetting" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrganizationSettingDelete is the builder for deleting a OrganizationSetting entity. @@ -43,8 +41,6 @@ func (_d *OrganizationSettingDelete) ExecX(ctx context.Context) int { func (_d *OrganizationSettingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(organizationsetting.Table, sqlgraph.NewFieldSpec(organizationsetting.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrganizationSetting - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/organizationsetting_query.go b/internal/ent/generated/organizationsetting_query.go index add395c614..12fac48332 100644 --- a/internal/ent/generated/organizationsetting_query.go +++ b/internal/ent/generated/organizationsetting_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organizationsetting" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *OrganizationSettingQuery) QueryOrganization() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, organizationsetting.OrganizationTable, organizationsetting.OrganizationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *OrganizationSettingQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, organizationsetting.FilesTable, organizationsetting.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.OrganizationSettingFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *OrganizationSettingQuery) sqlAll(ctx context.Context, hooks ...queryHo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrganizationSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -525,7 +516,6 @@ func (_q *OrganizationSettingQuery) loadFiles(ctx context.Context, query *FileQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(organizationsetting.FilesTable) - joinT.Schema(_q.schemaConfig.OrganizationSettingFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(organizationsetting.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(organizationsetting.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -577,8 +567,6 @@ func (_q *OrganizationSettingQuery) loadFiles(ctx context.Context, query *FileQu func (_q *OrganizationSettingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrganizationSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -647,9 +635,6 @@ func (_q *OrganizationSettingQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrganizationSetting) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/organizationsetting_update.go b/internal/ent/generated/organizationsetting_update.go index 4f9614bc5a..903df32f7c 100644 --- a/internal/ent/generated/organizationsetting_update.go +++ b/internal/ent/generated/organizationsetting_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/organizationsetting" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrganizationSettingUpdate is the builder for updating OrganizationSetting entities. @@ -1107,7 +1105,6 @@ func (_u *OrganizationSettingUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrganizationIDs(); len(nodes) > 0 { @@ -1121,7 +1118,6 @@ func (_u *OrganizationSettingUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1138,7 +1134,6 @@ func (_u *OrganizationSettingUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1152,7 +1147,6 @@ func (_u *OrganizationSettingUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1169,14 +1163,11 @@ func (_u *OrganizationSettingUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrganizationSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2300,7 +2291,6 @@ func (_u *OrganizationSettingUpdateOne) sqlSave(ctx context.Context) (_node *Org IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrganizationIDs(); len(nodes) > 0 { @@ -2314,7 +2304,6 @@ func (_u *OrganizationSettingUpdateOne) sqlSave(ctx context.Context) (_node *Org IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2331,7 +2320,6 @@ func (_u *OrganizationSettingUpdateOne) sqlSave(ctx context.Context) (_node *Org IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2345,7 +2333,6 @@ func (_u *OrganizationSettingUpdateOne) sqlSave(ctx context.Context) (_node *Org IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2362,14 +2349,11 @@ func (_u *OrganizationSettingUpdateOne) sqlSave(ctx context.Context) (_node *Org IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationSettingFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrganizationSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrganizationSetting{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/orgmembership/where.go b/internal/ent/generated/orgmembership/where.go index c1fedd3c49..1d8e9b2874 100644 --- a/internal/ent/generated/orgmembership/where.go +++ b/internal/ent/generated/orgmembership/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1076,9 +1074,6 @@ func HasOrganization() predicate.OrgMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, OrganizationTable, OrganizationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1087,9 +1082,6 @@ func HasOrganization() predicate.OrgMembership { func HasOrganizationWith(preds ...predicate.Organization) predicate.OrgMembership { return predicate.OrgMembership(func(s *sql.Selector) { step := newOrganizationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1105,9 +1097,6 @@ func HasUser() predicate.OrgMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1116,9 +1105,6 @@ func HasUser() predicate.OrgMembership { func HasUserWith(preds ...predicate.User) predicate.OrgMembership { return predicate.OrgMembership(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1134,9 +1120,6 @@ func HasEvents() predicate.OrgMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgMembershipEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1145,9 +1128,6 @@ func HasEvents() predicate.OrgMembership { func HasEventsWith(preds ...predicate.Event) predicate.OrgMembership { return predicate.OrgMembership(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgMembershipEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/orgmembership_create.go b/internal/ent/generated/orgmembership_create.go index b49bda3285..fe57c721b0 100644 --- a/internal/ent/generated/orgmembership_create.go +++ b/internal/ent/generated/orgmembership_create.go @@ -398,7 +398,6 @@ func (_c *OrgMembershipCreate) createSpec() (*OrgMembership, *sqlgraph.CreateSpe _node = &OrgMembership{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgmembership.Table, sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgMembership if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -470,7 +469,6 @@ func (_c *OrgMembershipCreate) createSpec() (*OrgMembership, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -488,7 +486,6 @@ func (_c *OrgMembershipCreate) createSpec() (*OrgMembership, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -506,7 +503,6 @@ func (_c *OrgMembershipCreate) createSpec() (*OrgMembership, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/orgmembership_delete.go b/internal/ent/generated/orgmembership_delete.go index 50dc3c2499..df5f85031a 100644 --- a/internal/ent/generated/orgmembership_delete.go +++ b/internal/ent/generated/orgmembership_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/orgmembership" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrgMembershipDelete is the builder for deleting a OrgMembership entity. @@ -43,8 +41,6 @@ func (_d *OrgMembershipDelete) ExecX(ctx context.Context) int { func (_d *OrgMembershipDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgmembership.Table, sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgMembership - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/orgmembership_query.go b/internal/ent/generated/orgmembership_query.go index 6270c419b7..655798d1fd 100644 --- a/internal/ent/generated/orgmembership_query.go +++ b/internal/ent/generated/orgmembership_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -88,9 +87,6 @@ func (_q *OrgMembershipQuery) QueryOrganization() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, orgmembership.OrganizationTable, orgmembership.OrganizationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -113,9 +109,6 @@ func (_q *OrgMembershipQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, orgmembership.UserTable, orgmembership.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -138,9 +131,6 @@ func (_q *OrgMembershipQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgmembership.EventsTable, orgmembership.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgMembershipEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -481,8 +471,6 @@ func (_q *OrgMembershipQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -600,7 +588,6 @@ func (_q *OrgMembershipQuery) loadEvents(ctx context.Context, query *EventQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgmembership.EventsTable) - joinT.Schema(_q.schemaConfig.OrgMembershipEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(orgmembership.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(orgmembership.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -652,8 +639,6 @@ func (_q *OrgMembershipQuery) loadEvents(ctx context.Context, query *EventQuery, func (_q *OrgMembershipQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -725,9 +710,6 @@ func (_q *OrgMembershipQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgMembership) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/orgmembership_update.go b/internal/ent/generated/orgmembership_update.go index deef4f924a..5457a70569 100644 --- a/internal/ent/generated/orgmembership_update.go +++ b/internal/ent/generated/orgmembership_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/event" "github.com/theopenlane/core/internal/ent/generated/orgmembership" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrgMembershipUpdate is the builder for updating OrgMembership entities. @@ -463,7 +461,6 @@ func (_u *OrgMembershipUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -477,7 +474,6 @@ func (_u *OrgMembershipUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -494,14 +490,11 @@ func (_u *OrgMembershipUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -983,7 +976,6 @@ func (_u *OrgMembershipUpdateOne) sqlSave(ctx context.Context) (_node *OrgMember IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -997,7 +989,6 @@ func (_u *OrgMembershipUpdateOne) sqlSave(ctx context.Context) (_node *OrgMember IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1014,14 +1005,11 @@ func (_u *OrgMembershipUpdateOne) sqlSave(ctx context.Context) (_node *OrgMember IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembershipEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrgMembership{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/orgmodule/where.go b/internal/ent/generated/orgmodule/where.go index 8238a3c441..69c502371f 100644 --- a/internal/ent/generated/orgmodule/where.go +++ b/internal/ent/generated/orgmodule/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1245,9 +1243,6 @@ func HasOwner() predicate.OrgModule { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighbors(s, step) }) } @@ -1256,9 +1251,6 @@ func HasOwner() predicate.OrgModule { func HasOwnerWith(preds ...predicate.Organization) predicate.OrgModule { return predicate.OrgModule(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1274,9 +1266,6 @@ func HasOrgSubscription() predicate.OrgModule { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OrgSubscriptionTable, OrgSubscriptionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighbors(s, step) }) } @@ -1285,9 +1274,6 @@ func HasOrgSubscription() predicate.OrgModule { func HasOrgSubscriptionWith(preds ...predicate.OrgSubscription) predicate.OrgModule { return predicate.OrgModule(func(s *sql.Selector) { step := newOrgSubscriptionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1303,9 +1289,6 @@ func HasOrgProducts() predicate.OrgModule { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgProductsTable, OrgProductsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighbors(s, step) }) } @@ -1314,9 +1297,6 @@ func HasOrgProducts() predicate.OrgModule { func HasOrgProductsWith(preds ...predicate.OrgProduct) predicate.OrgModule { return predicate.OrgModule(func(s *sql.Selector) { step := newOrgProductsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1332,9 +1312,6 @@ func HasOrgPrices() predicate.OrgModule { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, OrgPricesTable, OrgPricesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices sqlgraph.HasNeighbors(s, step) }) } @@ -1343,9 +1320,6 @@ func HasOrgPrices() predicate.OrgModule { func HasOrgPricesWith(preds ...predicate.OrgPrice) predicate.OrgModule { return predicate.OrgModule(func(s *sql.Selector) { step := newOrgPricesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/orgmodule_create.go b/internal/ent/generated/orgmodule_create.go index f09831492a..f7b1a1f710 100644 --- a/internal/ent/generated/orgmodule_create.go +++ b/internal/ent/generated/orgmodule_create.go @@ -447,7 +447,6 @@ func (_c *OrgModuleCreate) createSpec() (*OrgModule, *sqlgraph.CreateSpec) { _node = &OrgModule{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgmodule.Table, sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgModule if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -527,7 +526,6 @@ func (_c *OrgModuleCreate) createSpec() (*OrgModule, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -545,7 +543,6 @@ func (_c *OrgModuleCreate) createSpec() (*OrgModule, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -563,7 +560,6 @@ func (_c *OrgModuleCreate) createSpec() (*OrgModule, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -580,7 +576,6 @@ func (_c *OrgModuleCreate) createSpec() (*OrgModule, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/orgmodule_delete.go b/internal/ent/generated/orgmodule_delete.go index 17a0c2dbf1..fadb87381a 100644 --- a/internal/ent/generated/orgmodule_delete.go +++ b/internal/ent/generated/orgmodule_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/orgmodule" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrgModuleDelete is the builder for deleting a OrgModule entity. @@ -43,8 +41,6 @@ func (_d *OrgModuleDelete) ExecX(ctx context.Context) int { func (_d *OrgModuleDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgmodule.Table, sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgModule - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/orgmodule_query.go b/internal/ent/generated/orgmodule_query.go index f78b5bc9d6..b1c67d3dd1 100644 --- a/internal/ent/generated/orgmodule_query.go +++ b/internal/ent/generated/orgmodule_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *OrgModuleQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgmodule.OwnerTable, orgmodule.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgModule fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *OrgModuleQuery) QueryOrgSubscription() *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgmodule.OrgSubscriptionTable, orgmodule.OrgSubscriptionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgModule fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *OrgModuleQuery) QueryOrgProducts() *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgmodule.OrgProductsTable, orgmodule.OrgProductsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *OrgModuleQuery) QueryOrgPrices() *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgmodule.OrgPricesTable, orgmodule.OrgPricesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -520,8 +507,6 @@ func (_q *OrgModuleQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Or node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgModule - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -684,7 +669,6 @@ func (_q *OrgModuleQuery) loadOrgPrices(ctx context.Context, query *OrgPriceQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgmodule.OrgPricesTable) - joinT.Schema(_q.schemaConfig.OrgModuleOrgPrices) s.Join(joinT).On(s.C(orgprice.FieldID), joinT.C(orgmodule.OrgPricesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(orgmodule.OrgPricesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -736,8 +720,6 @@ func (_q *OrgModuleQuery) loadOrgPrices(ctx context.Context, query *OrgPriceQuer func (_q *OrgModuleQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgModule - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -809,9 +791,6 @@ func (_q *OrgModuleQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgModule) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/orgmodule_update.go b/internal/ent/generated/orgmodule_update.go index 5cfa92cee8..cdab77a80c 100644 --- a/internal/ent/generated/orgmodule_update.go +++ b/internal/ent/generated/orgmodule_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgproduct" "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrgModuleUpdate is the builder for updating OrgModule entities. @@ -623,7 +621,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -637,7 +634,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -654,7 +650,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -668,7 +663,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -685,7 +679,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -699,7 +692,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -716,7 +708,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -733,7 +724,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -747,7 +737,6 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -764,14 +753,11 @@ func (_u *OrgModuleUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgModule - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1410,7 +1396,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1424,7 +1409,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1441,7 +1425,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -1455,7 +1438,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1472,7 +1454,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -1486,7 +1467,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1503,7 +1483,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1520,7 +1499,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -1534,7 +1512,6 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1551,14 +1528,11 @@ func (_u *OrgModuleUpdateOne) sqlSave(ctx context.Context) (_node *OrgModule, er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgModule - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrgModule{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/orgprice/where.go b/internal/ent/generated/orgprice/where.go index af4dc914ee..d81c41e4be 100644 --- a/internal/ent/generated/orgprice/where.go +++ b/internal/ent/generated/orgprice/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -994,9 +992,6 @@ func HasOwner() predicate.OrgPrice { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighbors(s, step) }) } @@ -1005,9 +1000,6 @@ func HasOwner() predicate.OrgPrice { func HasOwnerWith(preds ...predicate.Organization) predicate.OrgPrice { return predicate.OrgPrice(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1023,9 +1015,6 @@ func HasOrgProducts() predicate.OrgPrice { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrgProductsTable, OrgProductsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProductOrgPrices sqlgraph.HasNeighbors(s, step) }) } @@ -1034,9 +1023,6 @@ func HasOrgProducts() predicate.OrgPrice { func HasOrgProductsWith(preds ...predicate.OrgProduct) predicate.OrgPrice { return predicate.OrgPrice(func(s *sql.Selector) { step := newOrgProductsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProductOrgPrices sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1052,9 +1038,6 @@ func HasOrgModules() predicate.OrgPrice { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrgModulesTable, OrgModulesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices sqlgraph.HasNeighbors(s, step) }) } @@ -1063,9 +1046,6 @@ func HasOrgModules() predicate.OrgPrice { func HasOrgModulesWith(preds ...predicate.OrgModule) predicate.OrgPrice { return predicate.OrgPrice(func(s *sql.Selector) { step := newOrgModulesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1081,9 +1061,6 @@ func HasOrgSubscription() predicate.OrgPrice { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OrgSubscriptionTable, OrgSubscriptionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighbors(s, step) }) } @@ -1092,9 +1069,6 @@ func HasOrgSubscription() predicate.OrgPrice { func HasOrgSubscriptionWith(preds ...predicate.OrgSubscription) predicate.OrgPrice { return predicate.OrgPrice(func(s *sql.Selector) { step := newOrgSubscriptionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/orgprice_create.go b/internal/ent/generated/orgprice_create.go index ddb4ebe4e1..c010a9d093 100644 --- a/internal/ent/generated/orgprice_create.go +++ b/internal/ent/generated/orgprice_create.go @@ -405,7 +405,6 @@ func (_c *OrgPriceCreate) createSpec() (*OrgPrice, *sqlgraph.CreateSpec) { _node = &OrgPrice{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgprice.Table, sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgPrice if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -473,7 +472,6 @@ func (_c *OrgPriceCreate) createSpec() (*OrgPrice, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -491,7 +489,6 @@ func (_c *OrgPriceCreate) createSpec() (*OrgPrice, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -508,7 +505,6 @@ func (_c *OrgPriceCreate) createSpec() (*OrgPrice, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -525,7 +521,6 @@ func (_c *OrgPriceCreate) createSpec() (*OrgPrice, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/orgprice_delete.go b/internal/ent/generated/orgprice_delete.go index 2654003faa..8cc31e88a4 100644 --- a/internal/ent/generated/orgprice_delete.go +++ b/internal/ent/generated/orgprice_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/orgprice" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrgPriceDelete is the builder for deleting a OrgPrice entity. @@ -43,8 +41,6 @@ func (_d *OrgPriceDelete) ExecX(ctx context.Context) int { func (_d *OrgPriceDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgprice.Table, sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgPrice - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/orgprice_query.go b/internal/ent/generated/orgprice_query.go index 1e42722d87..a2e7542385 100644 --- a/internal/ent/generated/orgprice_query.go +++ b/internal/ent/generated/orgprice_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -90,9 +89,6 @@ func (_q *OrgPriceQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgprice.OwnerTable, orgprice.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgPrice fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -115,9 +111,6 @@ func (_q *OrgPriceQuery) QueryOrgProducts() *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, orgprice.OrgProductsTable, orgprice.OrgProductsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProductOrgPrices fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -140,9 +133,6 @@ func (_q *OrgPriceQuery) QueryOrgModules() *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, orgprice.OrgModulesTable, orgprice.OrgModulesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModuleOrgPrices fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -165,9 +155,6 @@ func (_q *OrgPriceQuery) QueryOrgSubscription() *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgprice.OrgSubscriptionTable, orgprice.OrgSubscriptionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgPrice fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -515,8 +502,6 @@ func (_q *OrgPriceQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Org node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgPrice - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -619,7 +604,6 @@ func (_q *OrgPriceQuery) loadOrgProducts(ctx context.Context, query *OrgProductQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgprice.OrgProductsTable) - joinT.Schema(_q.schemaConfig.OrgProductOrgPrices) s.Join(joinT).On(s.C(orgproduct.FieldID), joinT.C(orgprice.OrgProductsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(orgprice.OrgProductsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -681,7 +665,6 @@ func (_q *OrgPriceQuery) loadOrgModules(ctx context.Context, query *OrgModuleQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgprice.OrgModulesTable) - joinT.Schema(_q.schemaConfig.OrgModuleOrgPrices) s.Join(joinT).On(s.C(orgmodule.FieldID), joinT.C(orgprice.OrgModulesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(orgprice.OrgModulesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -762,8 +745,6 @@ func (_q *OrgPriceQuery) loadOrgSubscription(ctx context.Context, query *OrgSubs func (_q *OrgPriceQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgPrice - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -835,9 +816,6 @@ func (_q *OrgPriceQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgPrice) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/orgprice_update.go b/internal/ent/generated/orgprice_update.go index 188eed8aa9..9cada68ab6 100644 --- a/internal/ent/generated/orgprice_update.go +++ b/internal/ent/generated/orgprice_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgproduct" "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrgPriceUpdate is the builder for updating OrgPrice entities. @@ -549,7 +547,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -563,7 +560,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -580,7 +576,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -594,7 +589,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -611,7 +605,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -628,7 +621,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -642,7 +634,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -659,7 +650,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -676,7 +666,6 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -690,14 +679,11 @@ func (_u *OrgPriceUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgPrice - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1262,7 +1248,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1276,7 +1261,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1293,7 +1277,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgProductsIDs(); len(nodes) > 0 && !_u.mutation.OrgProductsCleared() { @@ -1307,7 +1290,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1324,7 +1306,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1341,7 +1322,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -1355,7 +1335,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1372,7 +1351,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModuleOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1389,7 +1367,6 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -1403,14 +1380,11 @@ func (_u *OrgPriceUpdateOne) sqlSave(ctx context.Context) (_node *OrgPrice, err IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgPrice - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrgPrice{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/orgproduct/where.go b/internal/ent/generated/orgproduct/where.go index 8bc39fbbdd..5c2486965e 100644 --- a/internal/ent/generated/orgproduct/where.go +++ b/internal/ent/generated/orgproduct/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1054,9 +1052,6 @@ func HasOwner() predicate.OrgProduct { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighbors(s, step) }) } @@ -1065,9 +1060,6 @@ func HasOwner() predicate.OrgProduct { func HasOwnerWith(preds ...predicate.Organization) predicate.OrgProduct { return predicate.OrgProduct(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1083,9 +1075,6 @@ func HasOrgSubscription() predicate.OrgProduct { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OrgSubscriptionTable, OrgSubscriptionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighbors(s, step) }) } @@ -1094,9 +1083,6 @@ func HasOrgSubscription() predicate.OrgProduct { func HasOrgSubscriptionWith(preds ...predicate.OrgSubscription) predicate.OrgProduct { return predicate.OrgProduct(func(s *sql.Selector) { step := newOrgSubscriptionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1112,9 +1098,6 @@ func HasOrgPrices() predicate.OrgProduct { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, OrgPricesTable, OrgPricesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgProductOrgPrices sqlgraph.HasNeighbors(s, step) }) } @@ -1123,9 +1106,6 @@ func HasOrgPrices() predicate.OrgProduct { func HasOrgPricesWith(preds ...predicate.OrgPrice) predicate.OrgProduct { return predicate.OrgProduct(func(s *sql.Selector) { step := newOrgPricesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgProductOrgPrices sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1141,9 +1121,6 @@ func HasOrgModules() predicate.OrgProduct { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, OrgModulesTable, OrgModulesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighbors(s, step) }) } @@ -1152,9 +1129,6 @@ func HasOrgModules() predicate.OrgProduct { func HasOrgModulesWith(preds ...predicate.OrgModule) predicate.OrgProduct { return predicate.OrgProduct(func(s *sql.Selector) { step := newOrgModulesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/orgproduct_create.go b/internal/ent/generated/orgproduct_create.go index d745e1d215..1648304b2d 100644 --- a/internal/ent/generated/orgproduct_create.go +++ b/internal/ent/generated/orgproduct_create.go @@ -399,7 +399,6 @@ func (_c *OrgProductCreate) createSpec() (*OrgProduct, *sqlgraph.CreateSpec) { _node = &OrgProduct{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgproduct.Table, sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgProduct if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -467,7 +466,6 @@ func (_c *OrgProductCreate) createSpec() (*OrgProduct, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -485,7 +483,6 @@ func (_c *OrgProductCreate) createSpec() (*OrgProduct, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -503,7 +500,6 @@ func (_c *OrgProductCreate) createSpec() (*OrgProduct, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -520,7 +516,6 @@ func (_c *OrgProductCreate) createSpec() (*OrgProduct, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/orgproduct_delete.go b/internal/ent/generated/orgproduct_delete.go index 201612d0d3..ca84fb2ae2 100644 --- a/internal/ent/generated/orgproduct_delete.go +++ b/internal/ent/generated/orgproduct_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/orgproduct" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrgProductDelete is the builder for deleting a OrgProduct entity. @@ -43,8 +41,6 @@ func (_d *OrgProductDelete) ExecX(ctx context.Context) int { func (_d *OrgProductDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgproduct.Table, sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgProduct - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/orgproduct_query.go b/internal/ent/generated/orgproduct_query.go index d456faf585..3ce44d5cca 100644 --- a/internal/ent/generated/orgproduct_query.go +++ b/internal/ent/generated/orgproduct_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *OrgProductQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgproduct.OwnerTable, orgproduct.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgProduct fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *OrgProductQuery) QueryOrgSubscription() *OrgSubscriptionQuery { sqlgraph.To(orgsubscription.Table, orgsubscription.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgproduct.OrgSubscriptionTable, orgproduct.OrgSubscriptionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgSubscription - step.Edge.Schema = schemaConfig.OrgProduct fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *OrgProductQuery) QueryOrgPrices() *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgproduct.OrgPricesTable, orgproduct.OrgPricesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgProductOrgPrices fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *OrgProductQuery) QueryOrgModules() *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgproduct.OrgModulesTable, orgproduct.OrgModulesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -520,8 +507,6 @@ func (_q *OrgProductQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*O node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgProduct - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -653,7 +638,6 @@ func (_q *OrgProductQuery) loadOrgPrices(ctx context.Context, query *OrgPriceQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgproduct.OrgPricesTable) - joinT.Schema(_q.schemaConfig.OrgProductOrgPrices) s.Join(joinT).On(s.C(orgprice.FieldID), joinT.C(orgproduct.OrgPricesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(orgproduct.OrgPricesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -736,8 +720,6 @@ func (_q *OrgProductQuery) loadOrgModules(ctx context.Context, query *OrgModuleQ func (_q *OrgProductQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgProduct - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -809,9 +791,6 @@ func (_q *OrgProductQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgProduct) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/orgproduct_update.go b/internal/ent/generated/orgproduct_update.go index f9951cdab0..00e31da705 100644 --- a/internal/ent/generated/orgproduct_update.go +++ b/internal/ent/generated/orgproduct_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgproduct" "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrgProductUpdate is the builder for updating OrgProduct entities. @@ -539,7 +537,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -553,7 +550,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -570,7 +566,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -584,7 +579,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -601,7 +595,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -615,7 +608,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -632,7 +624,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -649,7 +640,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -663,7 +653,6 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -680,14 +669,11 @@ func (_u *OrgProductUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgProduct - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1243,7 +1229,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1257,7 +1242,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1274,7 +1258,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OrgSubscriptionIDs(); len(nodes) > 0 { @@ -1288,7 +1271,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1305,7 +1287,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgPricesIDs(); len(nodes) > 0 && !_u.mutation.OrgPricesCleared() { @@ -1319,7 +1300,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1336,7 +1316,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProductOrgPrices for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1353,7 +1332,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgModulesIDs(); len(nodes) > 0 && !_u.mutation.OrgModulesCleared() { @@ -1367,7 +1345,6 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1384,14 +1361,11 @@ func (_u *OrgProductUpdateOne) sqlSave(ctx context.Context) (_node *OrgProduct, IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgProduct - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrgProduct{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/orgsubscription/where.go b/internal/ent/generated/orgsubscription/where.go index 19c2bad91a..66012e2c11 100644 --- a/internal/ent/generated/orgsubscription/where.go +++ b/internal/ent/generated/orgsubscription/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1014,9 +1012,6 @@ func HasOwner() predicate.OrgSubscription { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgSubscription sqlgraph.HasNeighbors(s, step) }) } @@ -1025,9 +1020,6 @@ func HasOwner() predicate.OrgSubscription { func HasOwnerWith(preds ...predicate.Organization) predicate.OrgSubscription { return predicate.OrgSubscription(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgSubscription sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1043,9 +1035,6 @@ func HasEvents() predicate.OrgSubscription { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1054,9 +1043,6 @@ func HasEvents() predicate.OrgSubscription { func HasEventsWith(preds ...predicate.Event) predicate.OrgSubscription { return predicate.OrgSubscription(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1072,9 +1058,6 @@ func HasModules() predicate.OrgSubscription { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ModulesTable, ModulesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighbors(s, step) }) } @@ -1083,9 +1066,6 @@ func HasModules() predicate.OrgSubscription { func HasModulesWith(preds ...predicate.OrgModule) predicate.OrgSubscription { return predicate.OrgSubscription(func(s *sql.Selector) { step := newModulesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1101,9 +1081,6 @@ func HasProducts() predicate.OrgSubscription { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProductsTable, ProductsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighbors(s, step) }) } @@ -1112,9 +1089,6 @@ func HasProducts() predicate.OrgSubscription { func HasProductsWith(preds ...predicate.OrgProduct) predicate.OrgSubscription { return predicate.OrgSubscription(func(s *sql.Selector) { step := newProductsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1130,9 +1104,6 @@ func HasPrices() predicate.OrgSubscription { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PricesTable, PricesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighbors(s, step) }) } @@ -1141,9 +1112,6 @@ func HasPrices() predicate.OrgSubscription { func HasPricesWith(preds ...predicate.OrgPrice) predicate.OrgSubscription { return predicate.OrgSubscription(func(s *sql.Selector) { step := newPricesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/orgsubscription_create.go b/internal/ent/generated/orgsubscription_create.go index 6d723b2bfa..7576dea84f 100644 --- a/internal/ent/generated/orgsubscription_create.go +++ b/internal/ent/generated/orgsubscription_create.go @@ -416,7 +416,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat _node = &OrgSubscription{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgsubscription.Table, sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgSubscription if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -488,7 +487,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -506,7 +504,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -523,7 +520,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -540,7 +536,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -557,7 +552,6 @@ func (_c *OrgSubscriptionCreate) createSpec() (*OrgSubscription, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/orgsubscription_delete.go b/internal/ent/generated/orgsubscription_delete.go index 723be188b5..43b2ca70b4 100644 --- a/internal/ent/generated/orgsubscription_delete.go +++ b/internal/ent/generated/orgsubscription_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/orgsubscription" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // OrgSubscriptionDelete is the builder for deleting a OrgSubscription entity. @@ -43,8 +41,6 @@ func (_d *OrgSubscriptionDelete) ExecX(ctx context.Context) int { func (_d *OrgSubscriptionDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgsubscription.Table, sqlgraph.NewFieldSpec(orgsubscription.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgSubscription - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/orgsubscription_query.go b/internal/ent/generated/orgsubscription_query.go index 1f6ef27998..7641b5a3a2 100644 --- a/internal/ent/generated/orgsubscription_query.go +++ b/internal/ent/generated/orgsubscription_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -94,9 +93,6 @@ func (_q *OrgSubscriptionQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, orgsubscription.OwnerTable, orgsubscription.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgSubscription fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -119,9 +115,6 @@ func (_q *OrgSubscriptionQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, orgsubscription.EventsTable, orgsubscription.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.OrgSubscriptionEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -144,9 +137,6 @@ func (_q *OrgSubscriptionQuery) QueryModules() *OrgModuleQuery { sqlgraph.To(orgmodule.Table, orgmodule.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.ModulesTable, orgsubscription.ModulesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgModule - step.Edge.Schema = schemaConfig.OrgModule fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -169,9 +159,6 @@ func (_q *OrgSubscriptionQuery) QueryProducts() *OrgProductQuery { sqlgraph.To(orgproduct.Table, orgproduct.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.ProductsTable, orgsubscription.ProductsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgProduct - step.Edge.Schema = schemaConfig.OrgProduct fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -194,9 +181,6 @@ func (_q *OrgSubscriptionQuery) QueryPrices() *OrgPriceQuery { sqlgraph.To(orgprice.Table, orgprice.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, orgsubscription.PricesTable, orgsubscription.PricesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgPrice - step.Edge.Schema = schemaConfig.OrgPrice fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -557,8 +541,6 @@ func (_q *OrgSubscriptionQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgSubscription - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -683,7 +665,6 @@ func (_q *OrgSubscriptionQuery) loadEvents(ctx context.Context, query *EventQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(orgsubscription.EventsTable) - joinT.Schema(_q.schemaConfig.OrgSubscriptionEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(orgsubscription.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(orgsubscription.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -827,8 +808,6 @@ func (_q *OrgSubscriptionQuery) loadPrices(ctx context.Context, query *OrgPriceQ func (_q *OrgSubscriptionQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgSubscription - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -897,9 +876,6 @@ func (_q *OrgSubscriptionQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgSubscription) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/orgsubscription_update.go b/internal/ent/generated/orgsubscription_update.go index 738624810d..06abe98903 100644 --- a/internal/ent/generated/orgsubscription_update.go +++ b/internal/ent/generated/orgsubscription_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/orgproduct" "github.com/theopenlane/core/internal/ent/generated/orgsubscription" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // OrgSubscriptionUpdate is the builder for updating OrgSubscription entities. @@ -602,7 +600,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -616,7 +613,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -633,7 +629,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -647,7 +642,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -664,7 +658,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -681,7 +674,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedModulesIDs(); len(nodes) > 0 && !_u.mutation.ModulesCleared() { @@ -695,7 +687,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -712,7 +703,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -729,7 +719,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProductsIDs(); len(nodes) > 0 && !_u.mutation.ProductsCleared() { @@ -743,7 +732,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -760,7 +748,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -777,7 +764,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPricesIDs(); len(nodes) > 0 && !_u.mutation.PricesCleared() { @@ -791,7 +777,6 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -808,14 +793,11 @@ func (_u *OrgSubscriptionUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgSubscription - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1433,7 +1415,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1447,7 +1428,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscription for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1464,7 +1444,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1478,7 +1457,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1495,7 +1473,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgSubscriptionEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1512,7 +1489,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedModulesIDs(); len(nodes) > 0 && !_u.mutation.ModulesCleared() { @@ -1526,7 +1502,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1543,7 +1518,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgmodule.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgModule for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1560,7 +1534,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProductsIDs(); len(nodes) > 0 && !_u.mutation.ProductsCleared() { @@ -1574,7 +1547,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1591,7 +1563,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgproduct.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgProduct for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1608,7 +1579,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPricesIDs(); len(nodes) > 0 && !_u.mutation.PricesCleared() { @@ -1622,7 +1592,6 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1639,14 +1608,11 @@ func (_u *OrgSubscriptionUpdateOne) sqlSave(ctx context.Context) (_node *OrgSubs IDSpec: sqlgraph.NewFieldSpec(orgprice.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgPrice for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.OrgSubscription - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &OrgSubscription{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/passwordresettoken/where.go b/internal/ent/generated/passwordresettoken/where.go index 705bedac78..64100ce847 100644 --- a/internal/ent/generated/passwordresettoken/where.go +++ b/internal/ent/generated/passwordresettoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -779,9 +777,6 @@ func HasOwner() predicate.PasswordResetToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PasswordResetToken sqlgraph.HasNeighbors(s, step) }) } @@ -790,9 +785,6 @@ func HasOwner() predicate.PasswordResetToken { func HasOwnerWith(preds ...predicate.User) predicate.PasswordResetToken { return predicate.PasswordResetToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PasswordResetToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/passwordresettoken_create.go b/internal/ent/generated/passwordresettoken_create.go index 3f705a3004..e190eda300 100644 --- a/internal/ent/generated/passwordresettoken_create.go +++ b/internal/ent/generated/passwordresettoken_create.go @@ -281,7 +281,6 @@ func (_c *PasswordResetTokenCreate) createSpec() (*PasswordResetToken, *sqlgraph _node = &PasswordResetToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(passwordresettoken.Table, sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.PasswordResetToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -337,7 +336,6 @@ func (_c *PasswordResetTokenCreate) createSpec() (*PasswordResetToken, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/passwordresettoken_delete.go b/internal/ent/generated/passwordresettoken_delete.go index 867929059e..0e233c61a8 100644 --- a/internal/ent/generated/passwordresettoken_delete.go +++ b/internal/ent/generated/passwordresettoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/passwordresettoken" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // PasswordResetTokenDelete is the builder for deleting a PasswordResetToken entity. @@ -43,8 +41,6 @@ func (_d *PasswordResetTokenDelete) ExecX(ctx context.Context) int { func (_d *PasswordResetTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(passwordresettoken.Table, sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.PasswordResetToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/passwordresettoken_query.go b/internal/ent/generated/passwordresettoken_query.go index 8d35908f20..cd090ed8b9 100644 --- a/internal/ent/generated/passwordresettoken_query.go +++ b/internal/ent/generated/passwordresettoken_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *PasswordResetTokenQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, passwordresettoken.OwnerTable, passwordresettoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PasswordResetToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *PasswordResetTokenQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.PasswordResetToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *PasswordResetTokenQuery) loadOwner(ctx context.Context, query *UserQue func (_q *PasswordResetTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.PasswordResetToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *PasswordResetTokenQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.PasswordResetToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/passwordresettoken_update.go b/internal/ent/generated/passwordresettoken_update.go index c80dcfc832..5255451d78 100644 --- a/internal/ent/generated/passwordresettoken_update.go +++ b/internal/ent/generated/passwordresettoken_update.go @@ -14,8 +14,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/passwordresettoken" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // PasswordResetTokenUpdate is the builder for updating PasswordResetToken entities. @@ -318,7 +316,6 @@ func (_u *PasswordResetTokenUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -332,14 +329,11 @@ func (_u *PasswordResetTokenUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.PasswordResetToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -678,7 +672,6 @@ func (_u *PasswordResetTokenUpdateOne) sqlSave(ctx context.Context) (_node *Pass IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -692,14 +685,11 @@ func (_u *PasswordResetTokenUpdateOne) sqlSave(ctx context.Context) (_node *Pass IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.PasswordResetToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &PasswordResetToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/personalaccesstoken/where.go b/internal/ent/generated/personalaccesstoken/where.go index 2a01928d1b..2952fa1dca 100644 --- a/internal/ent/generated/personalaccesstoken/where.go +++ b/internal/ent/generated/personalaccesstoken/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1229,9 +1227,6 @@ func HasOwner() predicate.PersonalAccessToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PersonalAccessToken sqlgraph.HasNeighbors(s, step) }) } @@ -1240,9 +1235,6 @@ func HasOwner() predicate.PersonalAccessToken { func HasOwnerWith(preds ...predicate.User) predicate.PersonalAccessToken { return predicate.PersonalAccessToken(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PersonalAccessToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1258,9 +1250,6 @@ func HasOrganizations() predicate.PersonalAccessToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, OrganizationsTable, OrganizationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens sqlgraph.HasNeighbors(s, step) }) } @@ -1269,9 +1258,6 @@ func HasOrganizations() predicate.PersonalAccessToken { func HasOrganizationsWith(preds ...predicate.Organization) predicate.PersonalAccessToken { return predicate.PersonalAccessToken(func(s *sql.Selector) { step := newOrganizationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1287,9 +1273,6 @@ func HasEvents() predicate.PersonalAccessToken { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1298,9 +1281,6 @@ func HasEvents() predicate.PersonalAccessToken { func HasEventsWith(preds ...predicate.Event) predicate.PersonalAccessToken { return predicate.PersonalAccessToken(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/personalaccesstoken_create.go b/internal/ent/generated/personalaccesstoken_create.go index 65cd6664fb..a7e127dafd 100644 --- a/internal/ent/generated/personalaccesstoken_create.go +++ b/internal/ent/generated/personalaccesstoken_create.go @@ -439,7 +439,6 @@ func (_c *PersonalAccessTokenCreate) createSpec() (*PersonalAccessToken, *sqlgra _node = &PersonalAccessToken{config: _c.config} _spec = sqlgraph.NewCreateSpec(personalaccesstoken.Table, sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.PersonalAccessToken if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -531,7 +530,6 @@ func (_c *PersonalAccessTokenCreate) createSpec() (*PersonalAccessToken, *sqlgra IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -549,7 +547,6 @@ func (_c *PersonalAccessTokenCreate) createSpec() (*PersonalAccessToken, *sqlgra IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -566,7 +563,6 @@ func (_c *PersonalAccessTokenCreate) createSpec() (*PersonalAccessToken, *sqlgra IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/personalaccesstoken_delete.go b/internal/ent/generated/personalaccesstoken_delete.go index fcfd51d17f..f94ff15599 100644 --- a/internal/ent/generated/personalaccesstoken_delete.go +++ b/internal/ent/generated/personalaccesstoken_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/personalaccesstoken" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // PersonalAccessTokenDelete is the builder for deleting a PersonalAccessToken entity. @@ -43,8 +41,6 @@ func (_d *PersonalAccessTokenDelete) ExecX(ctx context.Context) int { func (_d *PersonalAccessTokenDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(personalaccesstoken.Table, sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.PersonalAccessToken - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/personalaccesstoken_query.go b/internal/ent/generated/personalaccesstoken_query.go index 5bd88304e7..d849b2e41a 100644 --- a/internal/ent/generated/personalaccesstoken_query.go +++ b/internal/ent/generated/personalaccesstoken_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -89,9 +88,6 @@ func (_q *PersonalAccessTokenQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, personalaccesstoken.OwnerTable, personalaccesstoken.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.PersonalAccessToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -114,9 +110,6 @@ func (_q *PersonalAccessTokenQuery) QueryOrganizations() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, personalaccesstoken.OrganizationsTable, personalaccesstoken.OrganizationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrganizationPersonalAccessTokens fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -139,9 +132,6 @@ func (_q *PersonalAccessTokenQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, personalaccesstoken.EventsTable, personalaccesstoken.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.PersonalAccessTokenEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -482,8 +472,6 @@ func (_q *PersonalAccessTokenQuery) sqlAll(ctx context.Context, hooks ...queryHo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.PersonalAccessToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -582,7 +570,6 @@ func (_q *PersonalAccessTokenQuery) loadOrganizations(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(personalaccesstoken.OrganizationsTable) - joinT.Schema(_q.schemaConfig.OrganizationPersonalAccessTokens) s.Join(joinT).On(s.C(organization.FieldID), joinT.C(personalaccesstoken.OrganizationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(personalaccesstoken.OrganizationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -644,7 +631,6 @@ func (_q *PersonalAccessTokenQuery) loadEvents(ctx context.Context, query *Event } query.Where(func(s *sql.Selector) { joinT := sql.Table(personalaccesstoken.EventsTable) - joinT.Schema(_q.schemaConfig.PersonalAccessTokenEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(personalaccesstoken.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(personalaccesstoken.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -696,8 +682,6 @@ func (_q *PersonalAccessTokenQuery) loadEvents(ctx context.Context, query *Event func (_q *PersonalAccessTokenQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.PersonalAccessToken - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -766,9 +750,6 @@ func (_q *PersonalAccessTokenQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.PersonalAccessToken) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/personalaccesstoken_update.go b/internal/ent/generated/personalaccesstoken_update.go index 734345a87a..a86a6d6f06 100644 --- a/internal/ent/generated/personalaccesstoken_update.go +++ b/internal/ent/generated/personalaccesstoken_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/personalaccesstoken" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // PersonalAccessTokenUpdate is the builder for updating PersonalAccessToken entities. @@ -625,7 +623,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -639,7 +636,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -656,7 +652,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationsIDs(); len(nodes) > 0 && !_u.mutation.OrganizationsCleared() { @@ -670,7 +665,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -687,7 +681,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -704,7 +697,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -718,7 +710,6 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -735,14 +726,11 @@ func (_u *PersonalAccessTokenUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.PersonalAccessToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1384,7 +1372,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1398,7 +1385,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1415,7 +1401,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrganizationsIDs(); len(nodes) > 0 && !_u.mutation.OrganizationsCleared() { @@ -1429,7 +1414,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1446,7 +1430,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrganizationPersonalAccessTokens for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1463,7 +1446,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1477,7 +1459,6 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1494,14 +1475,11 @@ func (_u *PersonalAccessTokenUpdateOne) sqlSave(ctx context.Context) (_node *Per IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessTokenEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.PersonalAccessToken - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &PersonalAccessToken{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/platform/where.go b/internal/ent/generated/platform/where.go index 5f74ec4fd0..73d212fe89 100644 --- a/internal/ent/generated/platform/where.go +++ b/internal/ent/generated/platform/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -4221,9 +4219,6 @@ func HasOwner() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4232,9 +4227,6 @@ func HasOwner() predicate.Platform { func HasOwnerWith(preds ...predicate.Organization) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4250,9 +4242,6 @@ func HasBlockedGroups() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -4261,9 +4250,6 @@ func HasBlockedGroups() predicate.Platform { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4279,9 +4265,6 @@ func HasEditors() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformEditors sqlgraph.HasNeighbors(s, step) }) } @@ -4290,9 +4273,6 @@ func HasEditors() predicate.Platform { func HasEditorsWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4308,9 +4288,6 @@ func HasViewers() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformViewers sqlgraph.HasNeighbors(s, step) }) } @@ -4319,9 +4296,6 @@ func HasViewers() predicate.Platform { func HasViewersWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4337,9 +4311,6 @@ func HasInternalOwnerUser() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerUserTable, InternalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4348,9 +4319,6 @@ func HasInternalOwnerUser() predicate.Platform { func HasInternalOwnerUserWith(preds ...predicate.User) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newInternalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4366,9 +4334,6 @@ func HasInternalOwnerGroup() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalOwnerGroupTable, InternalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4377,9 +4342,6 @@ func HasInternalOwnerGroup() predicate.Platform { func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newInternalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4395,9 +4357,6 @@ func HasBusinessOwnerUser() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, BusinessOwnerUserTable, BusinessOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4406,9 +4365,6 @@ func HasBusinessOwnerUser() predicate.Platform { func HasBusinessOwnerUserWith(preds ...predicate.User) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newBusinessOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4424,9 +4380,6 @@ func HasBusinessOwnerGroup() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, BusinessOwnerGroupTable, BusinessOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4435,9 +4388,6 @@ func HasBusinessOwnerGroup() predicate.Platform { func HasBusinessOwnerGroupWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newBusinessOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4453,9 +4403,6 @@ func HasTechnicalOwnerUser() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TechnicalOwnerUserTable, TechnicalOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4464,9 +4411,6 @@ func HasTechnicalOwnerUser() predicate.Platform { func HasTechnicalOwnerUserWith(preds ...predicate.User) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newTechnicalOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4482,9 +4426,6 @@ func HasTechnicalOwnerGroup() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TechnicalOwnerGroupTable, TechnicalOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4493,9 +4434,6 @@ func HasTechnicalOwnerGroup() predicate.Platform { func HasTechnicalOwnerGroupWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newTechnicalOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4511,9 +4449,6 @@ func HasSecurityOwnerUser() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SecurityOwnerUserTable, SecurityOwnerUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4522,9 +4457,6 @@ func HasSecurityOwnerUser() predicate.Platform { func HasSecurityOwnerUserWith(preds ...predicate.User) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSecurityOwnerUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4540,9 +4472,6 @@ func HasSecurityOwnerGroup() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SecurityOwnerGroupTable, SecurityOwnerGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4551,9 +4480,6 @@ func HasSecurityOwnerGroup() predicate.Platform { func HasSecurityOwnerGroupWith(preds ...predicate.Group) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSecurityOwnerGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4569,9 +4495,6 @@ func HasPlatformKind() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PlatformKindTable, PlatformKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4580,9 +4503,6 @@ func HasPlatformKind() predicate.Platform { func HasPlatformKindWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newPlatformKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4598,9 +4518,6 @@ func HasPlatformDataClassification() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PlatformDataClassificationTable, PlatformDataClassificationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4609,9 +4526,6 @@ func HasPlatformDataClassification() predicate.Platform { func HasPlatformDataClassificationWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newPlatformDataClassificationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4627,9 +4541,6 @@ func HasEnvironment() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4638,9 +4549,6 @@ func HasEnvironment() predicate.Platform { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4656,9 +4564,6 @@ func HasScope() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4667,9 +4572,6 @@ func HasScope() predicate.Platform { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4685,9 +4587,6 @@ func HasAccessModel() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AccessModelTable, AccessModelColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4696,9 +4595,6 @@ func HasAccessModel() predicate.Platform { func HasAccessModelWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newAccessModelStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4714,9 +4610,6 @@ func HasEncryptionStatus() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EncryptionStatusTable, EncryptionStatusColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4725,9 +4618,6 @@ func HasEncryptionStatus() predicate.Platform { func HasEncryptionStatusWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newEncryptionStatusStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4743,9 +4633,6 @@ func HasSecurityTier() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SecurityTierTable, SecurityTierColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4754,9 +4641,6 @@ func HasSecurityTier() predicate.Platform { func HasSecurityTierWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSecurityTierStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4772,9 +4656,6 @@ func HasCriticality() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CriticalityTable, CriticalityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -4783,9 +4664,6 @@ func HasCriticality() predicate.Platform { func HasCriticalityWith(preds ...predicate.CustomTypeEnum) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newCriticalityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4801,9 +4679,6 @@ func HasAssets() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4812,9 +4687,6 @@ func HasAssets() predicate.Platform { func HasAssetsWith(preds ...predicate.Asset) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4830,9 +4702,6 @@ func HasEntities() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4841,9 +4710,6 @@ func HasEntities() predicate.Platform { func HasEntitiesWith(preds ...predicate.Entity) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4859,9 +4725,6 @@ func HasEvidence() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.PlatformEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -4870,9 +4733,6 @@ func HasEvidence() predicate.Platform { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.PlatformEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4888,9 +4748,6 @@ func HasFiles() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.PlatformFiles sqlgraph.HasNeighbors(s, step) }) } @@ -4899,9 +4756,6 @@ func HasFiles() predicate.Platform { func HasFilesWith(preds ...predicate.File) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.PlatformFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4917,9 +4771,6 @@ func HasArchitectureDiagrams() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ArchitectureDiagramsTable, ArchitectureDiagramsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -4928,9 +4779,6 @@ func HasArchitectureDiagrams() predicate.Platform { func HasArchitectureDiagramsWith(preds ...predicate.File) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newArchitectureDiagramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4946,9 +4794,6 @@ func HasDataFlowDiagrams() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DataFlowDiagramsTable, DataFlowDiagramsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -4957,9 +4802,6 @@ func HasDataFlowDiagrams() predicate.Platform { func HasDataFlowDiagramsWith(preds ...predicate.File) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newDataFlowDiagramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4975,9 +4817,6 @@ func HasTrustBoundaryDiagrams() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustBoundaryDiagramsTable, TrustBoundaryDiagramsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -4986,9 +4825,6 @@ func HasTrustBoundaryDiagrams() predicate.Platform { func HasTrustBoundaryDiagramsWith(preds ...predicate.File) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newTrustBoundaryDiagramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5004,9 +4840,6 @@ func HasRisks() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.PlatformRisks sqlgraph.HasNeighbors(s, step) }) } @@ -5015,9 +4848,6 @@ func HasRisks() predicate.Platform { func HasRisksWith(preds ...predicate.Risk) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.PlatformRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5033,9 +4863,6 @@ func HasControls() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.PlatformControls sqlgraph.HasNeighbors(s, step) }) } @@ -5044,9 +4871,6 @@ func HasControls() predicate.Platform { func HasControlsWith(preds ...predicate.Control) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.PlatformControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5062,9 +4886,6 @@ func HasAssessments() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssessmentsTable, AssessmentsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.PlatformAssessments sqlgraph.HasNeighbors(s, step) }) } @@ -5073,9 +4894,6 @@ func HasAssessments() predicate.Platform { func HasAssessmentsWith(preds ...predicate.Assessment) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newAssessmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.PlatformAssessments sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5091,9 +4909,6 @@ func HasScans() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.PlatformScans sqlgraph.HasNeighbors(s, step) }) } @@ -5102,9 +4917,6 @@ func HasScans() predicate.Platform { func HasScansWith(preds ...predicate.Scan) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.PlatformScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5120,9 +4932,6 @@ func HasTasks() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.PlatformTasks sqlgraph.HasNeighbors(s, step) }) } @@ -5131,9 +4940,6 @@ func HasTasks() predicate.Platform { func HasTasksWith(preds ...predicate.Task) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.PlatformTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5149,9 +4955,6 @@ func HasIdentityHolders() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.PlatformIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -5160,9 +4963,6 @@ func HasIdentityHolders() predicate.Platform { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.PlatformIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5178,9 +4978,6 @@ func HasIntegrations() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IntegrationsTable, IntegrationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighbors(s, step) }) } @@ -5189,9 +4986,6 @@ func HasIntegrations() predicate.Platform { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5207,9 +5001,6 @@ func HasDirectorySyncRuns() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectorySyncRunsTable, DirectorySyncRunsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighbors(s, step) }) } @@ -5218,9 +5009,6 @@ func HasDirectorySyncRuns() predicate.Platform { func HasDirectorySyncRunsWith(preds ...predicate.DirectorySyncRun) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newDirectorySyncRunsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5236,9 +5024,6 @@ func HasDirectoryAccounts() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryAccountsTable, DirectoryAccountsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighbors(s, step) }) } @@ -5247,9 +5032,6 @@ func HasDirectoryAccounts() predicate.Platform { func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newDirectoryAccountsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5265,9 +5047,6 @@ func HasDirectoryGroups() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryGroupsTable, DirectoryGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighbors(s, step) }) } @@ -5276,9 +5055,6 @@ func HasDirectoryGroups() predicate.Platform { func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newDirectoryGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5294,9 +5070,6 @@ func HasDirectoryMemberships() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DirectoryMembershipsTable, DirectoryMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighbors(s, step) }) } @@ -5305,9 +5078,6 @@ func HasDirectoryMemberships() predicate.Platform { func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newDirectoryMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5323,9 +5093,6 @@ func HasWorkflowObjectRefs() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -5334,9 +5101,6 @@ func HasWorkflowObjectRefs() predicate.Platform { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5352,9 +5116,6 @@ func HasSourceAssets() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SourceAssetsTable, SourceAssetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -5363,9 +5124,6 @@ func HasSourceAssets() predicate.Platform { func HasSourceAssetsWith(preds ...predicate.Asset) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSourceAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5381,9 +5139,6 @@ func HasSourceEntities() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SourceEntitiesTable, SourceEntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformSourceEntities sqlgraph.HasNeighbors(s, step) }) } @@ -5392,9 +5147,6 @@ func HasSourceEntities() predicate.Platform { func HasSourceEntitiesWith(preds ...predicate.Entity) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSourceEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformSourceEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5410,9 +5162,6 @@ func HasOutOfScopeAssets() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, OutOfScopeAssetsTable, OutOfScopeAssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets sqlgraph.HasNeighbors(s, step) }) } @@ -5421,9 +5170,6 @@ func HasOutOfScopeAssets() predicate.Platform { func HasOutOfScopeAssetsWith(preds ...predicate.Asset) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newOutOfScopeAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5439,9 +5185,6 @@ func HasOutOfScopeVendors() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, OutOfScopeVendorsTable, OutOfScopeVendorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors sqlgraph.HasNeighbors(s, step) }) } @@ -5450,9 +5193,6 @@ func HasOutOfScopeVendors() predicate.Platform { func HasOutOfScopeVendorsWith(preds ...predicate.Entity) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newOutOfScopeVendorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5468,9 +5208,6 @@ func HasApplicableFrameworks() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ApplicableFrameworksTable, ApplicableFrameworksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks sqlgraph.HasNeighbors(s, step) }) } @@ -5479,9 +5216,6 @@ func HasApplicableFrameworks() predicate.Platform { func HasApplicableFrameworksWith(preds ...predicate.Standard) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newApplicableFrameworksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5497,9 +5231,6 @@ func HasGeneratedScans() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GeneratedScansTable, GeneratedScansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -5508,9 +5239,6 @@ func HasGeneratedScans() predicate.Platform { func HasGeneratedScansWith(preds ...predicate.Scan) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newGeneratedScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5526,9 +5254,6 @@ func HasPlatformOwner() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, PlatformOwnerTable, PlatformOwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -5537,9 +5262,6 @@ func HasPlatformOwner() predicate.Platform { func HasPlatformOwnerWith(preds ...predicate.User) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newPlatformOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5555,9 +5277,6 @@ func HasSystemDetails() predicate.Platform { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SystemDetailsTable, SystemDetailsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.PlatformSystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -5566,9 +5285,6 @@ func HasSystemDetails() predicate.Platform { func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Platform { return predicate.Platform(func(s *sql.Selector) { step := newSystemDetailsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.PlatformSystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/platform_create.go b/internal/ent/generated/platform_create.go index b252441d8e..3532ba1a9a 100644 --- a/internal/ent/generated/platform_create.go +++ b/internal/ent/generated/platform_create.go @@ -1514,7 +1514,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { _node = &Platform{config: _c.config} _spec = sqlgraph.NewCreateSpec(platform.Table, sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Platform if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1690,7 +1689,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1708,7 +1706,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1725,7 +1722,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1742,7 +1738,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1759,7 +1754,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1777,7 +1771,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1795,7 +1788,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1813,7 +1805,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1831,7 +1822,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1849,7 +1839,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1867,7 +1856,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1885,7 +1873,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1903,7 +1890,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1921,7 +1907,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1939,7 +1924,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1957,7 +1941,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1975,7 +1958,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1993,7 +1975,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2011,7 +1992,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2029,7 +2009,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2047,7 +2026,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2064,7 +2042,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2081,7 +2058,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2098,7 +2074,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2115,7 +2090,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2132,7 +2106,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2149,7 +2122,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2166,7 +2138,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2183,7 +2154,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2200,7 +2170,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2217,7 +2186,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2234,7 +2202,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2251,7 +2218,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2268,7 +2234,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2285,7 +2250,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2302,7 +2266,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2319,7 +2282,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2336,7 +2298,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2353,7 +2314,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2370,7 +2330,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2387,7 +2346,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2404,7 +2362,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2421,7 +2378,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2438,7 +2394,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2455,7 +2410,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2472,7 +2426,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2490,7 +2443,6 @@ func (_c *PlatformCreate) createSpec() (*Platform, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/platform_delete.go b/internal/ent/generated/platform_delete.go index f1d970bbe3..c524d87848 100644 --- a/internal/ent/generated/platform_delete.go +++ b/internal/ent/generated/platform_delete.go @@ -8,10 +8,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/platform" + "github.com/theopenlane/core/internal/ent/generated/predicate" ) // PlatformDelete is the builder for deleting a Platform entity. @@ -43,8 +41,6 @@ func (_d *PlatformDelete) ExecX(ctx context.Context) int { func (_d *PlatformDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(platform.Table, sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Platform - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/platform_query.go b/internal/ent/generated/platform_query.go index 99e7633e02..a77f2535b5 100644 --- a/internal/ent/generated/platform_query.go +++ b/internal/ent/generated/platform_query.go @@ -38,7 +38,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -180,9 +179,6 @@ func (_q *PlatformQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, platform.OwnerTable, platform.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -205,9 +201,6 @@ func (_q *PlatformQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.BlockedGroupsTable, platform.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -230,9 +223,6 @@ func (_q *PlatformQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EditorsTable, platform.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -255,9 +245,6 @@ func (_q *PlatformQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ViewersTable, platform.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.PlatformViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -280,9 +267,6 @@ func (_q *PlatformQuery) QueryInternalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.InternalOwnerUserTable, platform.InternalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -305,9 +289,6 @@ func (_q *PlatformQuery) QueryInternalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.InternalOwnerGroupTable, platform.InternalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -330,9 +311,6 @@ func (_q *PlatformQuery) QueryBusinessOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.BusinessOwnerUserTable, platform.BusinessOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -355,9 +333,6 @@ func (_q *PlatformQuery) QueryBusinessOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.BusinessOwnerGroupTable, platform.BusinessOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -380,9 +355,6 @@ func (_q *PlatformQuery) QueryTechnicalOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.TechnicalOwnerUserTable, platform.TechnicalOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -405,9 +377,6 @@ func (_q *PlatformQuery) QueryTechnicalOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.TechnicalOwnerGroupTable, platform.TechnicalOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -430,9 +399,6 @@ func (_q *PlatformQuery) QuerySecurityOwnerUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityOwnerUserTable, platform.SecurityOwnerUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -455,9 +421,6 @@ func (_q *PlatformQuery) QuerySecurityOwnerGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityOwnerGroupTable, platform.SecurityOwnerGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -480,9 +443,6 @@ func (_q *PlatformQuery) QueryPlatformKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.PlatformKindTable, platform.PlatformKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -505,9 +465,6 @@ func (_q *PlatformQuery) QueryPlatformDataClassification() *CustomTypeEnumQuery sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.PlatformDataClassificationTable, platform.PlatformDataClassificationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -530,9 +487,6 @@ func (_q *PlatformQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.EnvironmentTable, platform.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -555,9 +509,6 @@ func (_q *PlatformQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.ScopeTable, platform.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -580,9 +531,6 @@ func (_q *PlatformQuery) QueryAccessModel() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.AccessModelTable, platform.AccessModelColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -605,9 +553,6 @@ func (_q *PlatformQuery) QueryEncryptionStatus() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.EncryptionStatusTable, platform.EncryptionStatusColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -630,9 +575,6 @@ func (_q *PlatformQuery) QuerySecurityTier() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.SecurityTierTable, platform.SecurityTierColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -655,9 +597,6 @@ func (_q *PlatformQuery) QueryCriticality() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, platform.CriticalityTable, platform.CriticalityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -680,9 +619,6 @@ func (_q *PlatformQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.AssetsTable, platform.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -705,9 +641,6 @@ func (_q *PlatformQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EntitiesTable, platform.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -730,9 +663,6 @@ func (_q *PlatformQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.EvidenceTable, platform.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.PlatformEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -755,9 +685,6 @@ func (_q *PlatformQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.FilesTable, platform.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.PlatformFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -780,9 +707,6 @@ func (_q *PlatformQuery) QueryArchitectureDiagrams() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.ArchitectureDiagramsTable, platform.ArchitectureDiagramsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -805,9 +729,6 @@ func (_q *PlatformQuery) QueryDataFlowDiagrams() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DataFlowDiagramsTable, platform.DataFlowDiagramsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -830,9 +751,6 @@ func (_q *PlatformQuery) QueryTrustBoundaryDiagrams() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.TrustBoundaryDiagramsTable, platform.TrustBoundaryDiagramsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -855,9 +773,6 @@ func (_q *PlatformQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.RisksTable, platform.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.PlatformRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -880,9 +795,6 @@ func (_q *PlatformQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ControlsTable, platform.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.PlatformControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -905,9 +817,6 @@ func (_q *PlatformQuery) QueryAssessments() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.AssessmentsTable, platform.AssessmentsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.PlatformAssessments fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -930,9 +839,6 @@ func (_q *PlatformQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ScansTable, platform.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.PlatformScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -955,9 +861,6 @@ func (_q *PlatformQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.TasksTable, platform.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.PlatformTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -980,9 +883,6 @@ func (_q *PlatformQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.IdentityHoldersTable, platform.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.PlatformIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1005,9 +905,6 @@ func (_q *PlatformQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.IntegrationsTable, platform.IntegrationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.Integration fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1030,9 +927,6 @@ func (_q *PlatformQuery) QueryDirectorySyncRuns() *DirectorySyncRunQuery { sqlgraph.To(directorysyncrun.Table, directorysyncrun.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectorySyncRunsTable, platform.DirectorySyncRunsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectorySyncRun - step.Edge.Schema = schemaConfig.DirectorySyncRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1055,9 +949,6 @@ func (_q *PlatformQuery) QueryDirectoryAccounts() *DirectoryAccountQuery { sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryAccountsTable, platform.DirectoryAccountsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.DirectoryAccount fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1080,9 +971,6 @@ func (_q *PlatformQuery) QueryDirectoryGroups() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryGroupsTable, platform.DirectoryGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.DirectoryGroup fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1105,9 +993,6 @@ func (_q *PlatformQuery) QueryDirectoryMemberships() *DirectoryMembershipQuery { sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.DirectoryMembershipsTable, platform.DirectoryMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.DirectoryMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1130,9 +1015,6 @@ func (_q *PlatformQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, platform.WorkflowObjectRefsTable, platform.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1155,9 +1037,6 @@ func (_q *PlatformQuery) QuerySourceAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.SourceAssetsTable, platform.SourceAssetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1180,9 +1059,6 @@ func (_q *PlatformQuery) QuerySourceEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.SourceEntitiesTable, platform.SourceEntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformSourceEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1205,9 +1081,6 @@ func (_q *PlatformQuery) QueryOutOfScopeAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.OutOfScopeAssetsTable, platform.OutOfScopeAssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.PlatformOutOfScopeAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1230,9 +1103,6 @@ func (_q *PlatformQuery) QueryOutOfScopeVendors() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.OutOfScopeVendorsTable, platform.OutOfScopeVendorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.PlatformOutOfScopeVendors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1255,9 +1125,6 @@ func (_q *PlatformQuery) QueryApplicableFrameworks() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.ApplicableFrameworksTable, platform.ApplicableFrameworksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1280,9 +1147,6 @@ func (_q *PlatformQuery) QueryGeneratedScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, platform.GeneratedScansTable, platform.GeneratedScansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1305,9 +1169,6 @@ func (_q *PlatformQuery) QueryPlatformOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, platform.PlatformOwnerTable, platform.PlatformOwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1330,9 +1191,6 @@ func (_q *PlatformQuery) QuerySystemDetails() *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, platform.SystemDetailsTable, platform.SystemDetailsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.PlatformSystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -2249,8 +2107,6 @@ func (_q *PlatformQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Pla node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Platform - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2835,7 +2691,6 @@ func (_q *PlatformQuery) loadBlockedGroups(ctx context.Context, query *GroupQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.PlatformBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(platform.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2897,7 +2752,6 @@ func (_q *PlatformQuery) loadEditors(ctx context.Context, query *GroupQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.EditorsTable) - joinT.Schema(_q.schemaConfig.PlatformEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(platform.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2959,7 +2813,6 @@ func (_q *PlatformQuery) loadViewers(ctx context.Context, query *GroupQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.ViewersTable) - joinT.Schema(_q.schemaConfig.PlatformViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(platform.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3485,7 +3338,6 @@ func (_q *PlatformQuery) loadAssets(ctx context.Context, query *AssetQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.AssetsTable) - joinT.Schema(_q.schemaConfig.PlatformAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(platform.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3547,7 +3399,6 @@ func (_q *PlatformQuery) loadEntities(ctx context.Context, query *EntityQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.EntitiesTable) - joinT.Schema(_q.schemaConfig.PlatformEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(platform.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3609,7 +3460,6 @@ func (_q *PlatformQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.EvidenceTable) - joinT.Schema(_q.schemaConfig.PlatformEvidence) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(platform.EvidencePrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.EvidencePrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3671,7 +3521,6 @@ func (_q *PlatformQuery) loadFiles(ctx context.Context, query *FileQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.FilesTable) - joinT.Schema(_q.schemaConfig.PlatformFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(platform.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3826,7 +3675,6 @@ func (_q *PlatformQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.RisksTable) - joinT.Schema(_q.schemaConfig.PlatformRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(platform.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3888,7 +3736,6 @@ func (_q *PlatformQuery) loadControls(ctx context.Context, query *ControlQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.ControlsTable) - joinT.Schema(_q.schemaConfig.PlatformControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(platform.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3950,7 +3797,6 @@ func (_q *PlatformQuery) loadAssessments(ctx context.Context, query *AssessmentQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.AssessmentsTable) - joinT.Schema(_q.schemaConfig.PlatformAssessments) s.Join(joinT).On(s.C(assessment.FieldID), joinT.C(platform.AssessmentsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.AssessmentsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4012,7 +3858,6 @@ func (_q *PlatformQuery) loadScans(ctx context.Context, query *ScanQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.ScansTable) - joinT.Schema(_q.schemaConfig.PlatformScans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(platform.ScansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.ScansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4074,7 +3919,6 @@ func (_q *PlatformQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.TasksTable) - joinT.Schema(_q.schemaConfig.PlatformTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(platform.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4136,7 +3980,6 @@ func (_q *PlatformQuery) loadIdentityHolders(ctx context.Context, query *Identit } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.PlatformIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(platform.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4411,7 +4254,6 @@ func (_q *PlatformQuery) loadSourceEntities(ctx context.Context, query *EntityQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.SourceEntitiesTable) - joinT.Schema(_q.schemaConfig.PlatformSourceEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(platform.SourceEntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.SourceEntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4473,7 +4315,6 @@ func (_q *PlatformQuery) loadOutOfScopeAssets(ctx context.Context, query *AssetQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.OutOfScopeAssetsTable) - joinT.Schema(_q.schemaConfig.PlatformOutOfScopeAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(platform.OutOfScopeAssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.OutOfScopeAssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4535,7 +4376,6 @@ func (_q *PlatformQuery) loadOutOfScopeVendors(ctx context.Context, query *Entit } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.OutOfScopeVendorsTable) - joinT.Schema(_q.schemaConfig.PlatformOutOfScopeVendors) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(platform.OutOfScopeVendorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.OutOfScopeVendorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4597,7 +4437,6 @@ func (_q *PlatformQuery) loadApplicableFrameworks(ctx context.Context, query *St } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.ApplicableFrameworksTable) - joinT.Schema(_q.schemaConfig.PlatformApplicableFrameworks) s.Join(joinT).On(s.C(standard.FieldID), joinT.C(platform.ApplicableFrameworksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.ApplicableFrameworksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4719,7 +4558,6 @@ func (_q *PlatformQuery) loadSystemDetails(ctx context.Context, query *SystemDet } query.Where(func(s *sql.Selector) { joinT := sql.Table(platform.SystemDetailsTable) - joinT.Schema(_q.schemaConfig.PlatformSystemDetails) s.Join(joinT).On(s.C(systemdetail.FieldID), joinT.C(platform.SystemDetailsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(platform.SystemDetailsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -4771,8 +4609,6 @@ func (_q *PlatformQuery) loadSystemDetails(ctx context.Context, query *SystemDet func (_q *PlatformQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Platform - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -4892,9 +4728,6 @@ func (_q *PlatformQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Platform) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/platform_update.go b/internal/ent/generated/platform_update.go index e8bb944b91..6cd15b8f19 100644 --- a/internal/ent/generated/platform_update.go +++ b/internal/ent/generated/platform_update.go @@ -37,8 +37,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // PlatformUpdate is the builder for updating Platform entities. @@ -2660,7 +2658,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2674,7 +2671,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2691,7 +2687,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2708,7 +2703,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2722,7 +2716,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2739,7 +2732,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2756,7 +2748,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2770,7 +2761,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2787,7 +2777,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2804,7 +2793,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -2818,7 +2806,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2835,7 +2822,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -2849,7 +2835,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2866,7 +2851,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.BusinessOwnerUserIDs(); len(nodes) > 0 { @@ -2880,7 +2864,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2897,7 +2880,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.BusinessOwnerGroupIDs(); len(nodes) > 0 { @@ -2911,7 +2893,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2928,7 +2909,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TechnicalOwnerUserIDs(); len(nodes) > 0 { @@ -2942,7 +2922,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2959,7 +2938,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TechnicalOwnerGroupIDs(); len(nodes) > 0 { @@ -2973,7 +2951,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2990,7 +2967,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityOwnerUserIDs(); len(nodes) > 0 { @@ -3004,7 +2980,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3021,7 +2996,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityOwnerGroupIDs(); len(nodes) > 0 { @@ -3035,7 +3009,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3052,7 +3025,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformKindIDs(); len(nodes) > 0 { @@ -3066,7 +3038,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3083,7 +3054,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformDataClassificationIDs(); len(nodes) > 0 { @@ -3097,7 +3067,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3114,7 +3083,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -3128,7 +3096,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3145,7 +3112,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -3159,7 +3125,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3176,7 +3141,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AccessModelIDs(); len(nodes) > 0 { @@ -3190,7 +3154,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3207,7 +3170,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EncryptionStatusIDs(); len(nodes) > 0 { @@ -3221,7 +3183,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3238,7 +3199,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityTierIDs(); len(nodes) > 0 { @@ -3252,7 +3212,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3269,7 +3228,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CriticalityIDs(); len(nodes) > 0 { @@ -3283,7 +3241,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3300,7 +3257,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3314,7 +3270,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3331,7 +3286,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3348,7 +3302,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -3362,7 +3315,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3379,7 +3331,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3396,7 +3347,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -3410,7 +3360,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3427,7 +3376,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3444,7 +3392,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -3458,7 +3405,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3475,7 +3421,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3492,7 +3437,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedArchitectureDiagramsIDs(); len(nodes) > 0 && !_u.mutation.ArchitectureDiagramsCleared() { @@ -3506,7 +3450,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3523,7 +3466,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3540,7 +3482,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDataFlowDiagramsIDs(); len(nodes) > 0 && !_u.mutation.DataFlowDiagramsCleared() { @@ -3554,7 +3495,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3571,7 +3511,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3588,7 +3527,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustBoundaryDiagramsIDs(); len(nodes) > 0 && !_u.mutation.TrustBoundaryDiagramsCleared() { @@ -3602,7 +3540,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3619,7 +3556,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3636,7 +3572,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -3650,7 +3585,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3667,7 +3601,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3684,7 +3617,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -3698,7 +3630,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3715,7 +3646,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3732,7 +3662,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -3746,7 +3675,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3763,7 +3691,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3780,7 +3707,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3794,7 +3720,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3811,7 +3736,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3828,7 +3752,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -3842,7 +3765,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3859,7 +3781,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3876,7 +3797,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -3890,7 +3810,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3907,7 +3826,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3924,7 +3842,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -3938,7 +3855,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3955,7 +3871,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3972,7 +3887,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -3986,7 +3900,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4003,7 +3916,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4020,7 +3932,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -4034,7 +3945,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4051,7 +3961,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4068,7 +3977,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -4082,7 +3990,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4099,7 +4006,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4116,7 +4022,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -4130,7 +4035,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4147,7 +4051,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4164,7 +4067,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -4178,7 +4080,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4195,7 +4096,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4212,7 +4112,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourceAssetsIDs(); len(nodes) > 0 && !_u.mutation.SourceAssetsCleared() { @@ -4226,7 +4125,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4243,7 +4141,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4260,7 +4157,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourceEntitiesIDs(); len(nodes) > 0 && !_u.mutation.SourceEntitiesCleared() { @@ -4274,7 +4170,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4291,7 +4186,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4308,7 +4202,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopeAssetsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopeAssetsCleared() { @@ -4322,7 +4215,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4339,7 +4231,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4356,7 +4247,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopeVendorsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopeVendorsCleared() { @@ -4370,7 +4260,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4387,7 +4276,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4404,7 +4292,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedApplicableFrameworksIDs(); len(nodes) > 0 && !_u.mutation.ApplicableFrameworksCleared() { @@ -4418,7 +4305,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4435,7 +4321,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4452,7 +4337,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGeneratedScansIDs(); len(nodes) > 0 && !_u.mutation.GeneratedScansCleared() { @@ -4466,7 +4350,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4483,7 +4366,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4500,7 +4382,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformOwnerIDs(); len(nodes) > 0 { @@ -4514,7 +4395,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4531,7 +4411,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -4545,7 +4424,6 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4562,14 +4440,11 @@ func (_u *PlatformUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Platform - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -7227,7 +7102,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -7241,7 +7115,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7258,7 +7131,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7275,7 +7147,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -7289,7 +7160,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7306,7 +7176,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7323,7 +7192,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -7337,7 +7205,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7354,7 +7221,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7371,7 +7237,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerUserIDs(); len(nodes) > 0 { @@ -7385,7 +7250,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7402,7 +7266,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalOwnerGroupIDs(); len(nodes) > 0 { @@ -7416,7 +7279,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7433,7 +7295,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.BusinessOwnerUserIDs(); len(nodes) > 0 { @@ -7447,7 +7308,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7464,7 +7324,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.BusinessOwnerGroupIDs(); len(nodes) > 0 { @@ -7478,7 +7337,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7495,7 +7353,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TechnicalOwnerUserIDs(); len(nodes) > 0 { @@ -7509,7 +7366,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7526,7 +7382,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TechnicalOwnerGroupIDs(); len(nodes) > 0 { @@ -7540,7 +7395,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7557,7 +7411,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityOwnerUserIDs(); len(nodes) > 0 { @@ -7571,7 +7424,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7588,7 +7440,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityOwnerGroupIDs(); len(nodes) > 0 { @@ -7602,7 +7453,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7619,7 +7469,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformKindIDs(); len(nodes) > 0 { @@ -7633,7 +7482,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7650,7 +7498,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformDataClassificationIDs(); len(nodes) > 0 { @@ -7664,7 +7511,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7681,7 +7527,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -7695,7 +7540,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7712,7 +7556,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -7726,7 +7569,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7743,7 +7585,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AccessModelIDs(); len(nodes) > 0 { @@ -7757,7 +7598,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7774,7 +7614,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EncryptionStatusIDs(); len(nodes) > 0 { @@ -7788,7 +7627,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7805,7 +7643,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SecurityTierIDs(); len(nodes) > 0 { @@ -7819,7 +7656,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7836,7 +7672,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CriticalityIDs(); len(nodes) > 0 { @@ -7850,7 +7685,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7867,7 +7701,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -7881,7 +7714,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7898,7 +7730,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7915,7 +7746,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -7929,7 +7759,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7946,7 +7775,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7963,7 +7791,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -7977,7 +7804,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7994,7 +7820,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8011,7 +7836,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -8025,7 +7849,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8042,7 +7865,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8059,7 +7881,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedArchitectureDiagramsIDs(); len(nodes) > 0 && !_u.mutation.ArchitectureDiagramsCleared() { @@ -8073,7 +7894,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8090,7 +7910,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8107,7 +7926,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDataFlowDiagramsIDs(); len(nodes) > 0 && !_u.mutation.DataFlowDiagramsCleared() { @@ -8121,7 +7939,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8138,7 +7955,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8155,7 +7971,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustBoundaryDiagramsIDs(); len(nodes) > 0 && !_u.mutation.TrustBoundaryDiagramsCleared() { @@ -8169,7 +7984,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8186,7 +8000,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8203,7 +8016,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -8217,7 +8029,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8234,7 +8045,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8251,7 +8061,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -8265,7 +8074,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8282,7 +8090,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8299,7 +8106,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -8313,7 +8119,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8330,7 +8135,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformAssessments for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8347,7 +8151,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -8361,7 +8164,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8378,7 +8180,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8395,7 +8196,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -8409,7 +8209,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8426,7 +8225,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8443,7 +8241,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -8457,7 +8254,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8474,7 +8270,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8491,7 +8286,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -8505,7 +8299,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8522,7 +8315,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Integration for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8539,7 +8331,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectorySyncRunsIDs(); len(nodes) > 0 && !_u.mutation.DirectorySyncRunsCleared() { @@ -8553,7 +8344,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8570,7 +8360,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorysyncrun.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectorySyncRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8587,7 +8376,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryAccountsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryAccountsCleared() { @@ -8601,7 +8389,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8618,7 +8405,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryAccount for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8635,7 +8421,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryGroupsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryGroupsCleared() { @@ -8649,7 +8434,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8666,7 +8450,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryGroup for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8683,7 +8466,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDirectoryMembershipsIDs(); len(nodes) > 0 && !_u.mutation.DirectoryMembershipsCleared() { @@ -8697,7 +8479,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8714,7 +8495,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DirectoryMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8731,7 +8511,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -8745,7 +8524,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8762,7 +8540,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8779,7 +8556,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourceAssetsIDs(); len(nodes) > 0 && !_u.mutation.SourceAssetsCleared() { @@ -8793,7 +8569,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8810,7 +8585,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8827,7 +8601,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSourceEntitiesIDs(); len(nodes) > 0 && !_u.mutation.SourceEntitiesCleared() { @@ -8841,7 +8614,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8858,7 +8630,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSourceEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8875,7 +8646,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopeAssetsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopeAssetsCleared() { @@ -8889,7 +8659,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8906,7 +8675,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8923,7 +8691,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOutOfScopeVendorsIDs(); len(nodes) > 0 && !_u.mutation.OutOfScopeVendorsCleared() { @@ -8937,7 +8704,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8954,7 +8720,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformOutOfScopeVendors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -8971,7 +8736,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedApplicableFrameworksIDs(); len(nodes) > 0 && !_u.mutation.ApplicableFrameworksCleared() { @@ -8985,7 +8749,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9002,7 +8765,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9019,7 +8781,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGeneratedScansIDs(); len(nodes) > 0 && !_u.mutation.GeneratedScansCleared() { @@ -9033,7 +8794,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9050,7 +8810,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9067,7 +8826,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformOwnerIDs(); len(nodes) > 0 { @@ -9081,7 +8839,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9098,7 +8855,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -9112,7 +8868,6 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -9129,14 +8884,11 @@ func (_u *PlatformUpdateOne) sqlSave(ctx context.Context) (_node *Platform, err IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Platform - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Platform{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/procedure/where.go b/internal/ent/generated/procedure/where.go index 94f378cf5d..6e56c1f490 100644 --- a/internal/ent/generated/procedure/where.go +++ b/internal/ent/generated/procedure/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2470,9 +2468,6 @@ func HasOwner() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2481,9 +2476,6 @@ func HasOwner() predicate.Procedure { func HasOwnerWith(preds ...predicate.Organization) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2499,9 +2491,6 @@ func HasBlockedGroups() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2510,9 +2499,6 @@ func HasBlockedGroups() predicate.Procedure { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2528,9 +2514,6 @@ func HasEditors() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2539,9 +2522,6 @@ func HasEditors() predicate.Procedure { func HasEditorsWith(preds ...predicate.Group) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2557,9 +2537,6 @@ func HasApprover() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ApproverTable, ApproverColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2568,9 +2545,6 @@ func HasApprover() predicate.Procedure { func HasApproverWith(preds ...predicate.Group) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newApproverStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2586,9 +2560,6 @@ func HasDelegate() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2597,9 +2568,6 @@ func HasDelegate() predicate.Procedure { func HasDelegateWith(preds ...predicate.Group) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2615,9 +2583,6 @@ func HasProcedureKind() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ProcedureKindTable, ProcedureKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2626,9 +2591,6 @@ func HasProcedureKind() predicate.Procedure { func HasProcedureKindWith(preds ...predicate.CustomTypeEnum) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newProcedureKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2644,9 +2606,6 @@ func HasEnvironment() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2655,9 +2614,6 @@ func HasEnvironment() predicate.Procedure { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2673,9 +2629,6 @@ func HasScope() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2684,9 +2637,6 @@ func HasScope() predicate.Procedure { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2702,9 +2652,6 @@ func HasControls() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2713,9 +2660,6 @@ func HasControls() predicate.Procedure { func HasControlsWith(preds ...predicate.Control) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2731,9 +2675,6 @@ func HasSubcontrols() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2742,9 +2683,6 @@ func HasSubcontrols() predicate.Procedure { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2760,9 +2698,6 @@ func HasInternalPolicies() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2771,9 +2706,6 @@ func HasInternalPolicies() predicate.Procedure { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2789,9 +2721,6 @@ func HasPrograms() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2800,9 +2729,6 @@ func HasPrograms() predicate.Procedure { func HasProgramsWith(preds ...predicate.Program) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2818,9 +2744,6 @@ func HasNarratives() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, NarrativesTable, NarrativesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProcedureNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -2829,9 +2752,6 @@ func HasNarratives() predicate.Procedure { func HasNarrativesWith(preds ...predicate.Narrative) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProcedureNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2847,9 +2767,6 @@ func HasRisks() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProcedureRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2858,9 +2775,6 @@ func HasRisks() predicate.Procedure { func HasRisksWith(preds ...predicate.Risk) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProcedureRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2876,9 +2790,6 @@ func HasTasks() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProcedureTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2887,9 +2798,6 @@ func HasTasks() predicate.Procedure { func HasTasksWith(preds ...predicate.Task) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProcedureTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2905,9 +2813,6 @@ func HasComments() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2916,9 +2821,6 @@ func HasComments() predicate.Procedure { func HasCommentsWith(preds ...predicate.Note) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2934,9 +2836,6 @@ func HasDiscussions() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -2945,9 +2844,6 @@ func HasDiscussions() predicate.Procedure { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2963,9 +2859,6 @@ func HasFile() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighbors(s, step) }) } @@ -2974,9 +2867,6 @@ func HasFile() predicate.Procedure { func HasFileWith(preds ...predicate.File) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Procedure sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2992,9 +2882,6 @@ func HasWorkflowObjectRefs() predicate.Procedure { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3003,9 +2890,6 @@ func HasWorkflowObjectRefs() predicate.Procedure { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Procedure { return predicate.Procedure(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/procedure_create.go b/internal/ent/generated/procedure_create.go index d2d7b79a12..d2b41346a6 100644 --- a/internal/ent/generated/procedure_create.go +++ b/internal/ent/generated/procedure_create.go @@ -967,7 +967,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { _node = &Procedure{config: _c.config} _spec = sqlgraph.NewCreateSpec(procedure.Table, sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Procedure if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1123,7 +1122,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1141,7 +1139,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1158,7 +1155,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1175,7 +1171,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1193,7 +1188,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1211,7 +1205,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1229,7 +1222,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1247,7 +1239,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1265,7 +1256,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1282,7 +1272,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1299,7 +1288,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1316,7 +1304,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1333,7 +1320,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1350,7 +1336,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1367,7 +1352,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1384,7 +1368,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1401,7 +1384,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1418,7 +1400,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1436,7 +1417,6 @@ func (_c *ProcedureCreate) createSpec() (*Procedure, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/procedure_delete.go b/internal/ent/generated/procedure_delete.go index f30bd2c4f5..84625a15f5 100644 --- a/internal/ent/generated/procedure_delete.go +++ b/internal/ent/generated/procedure_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/procedure" ) @@ -43,8 +41,6 @@ func (_d *ProcedureDelete) ExecX(ctx context.Context) int { func (_d *ProcedureDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(procedure.Table, sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Procedure - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/procedure_query.go b/internal/ent/generated/procedure_query.go index 3b4a0f56fe..c604a9e3d2 100644 --- a/internal/ent/generated/procedure_query.go +++ b/internal/ent/generated/procedure_query.go @@ -30,7 +30,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -127,9 +126,6 @@ func (_q *ProcedureQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, procedure.OwnerTable, procedure.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -152,9 +148,6 @@ func (_q *ProcedureQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.BlockedGroupsTable, procedure.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -177,9 +170,6 @@ func (_q *ProcedureQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.EditorsTable, procedure.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProcedureEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -202,9 +192,6 @@ func (_q *ProcedureQuery) QueryApprover() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ApproverTable, procedure.ApproverColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -227,9 +214,6 @@ func (_q *ProcedureQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.DelegateTable, procedure.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -252,9 +236,6 @@ func (_q *ProcedureQuery) QueryProcedureKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ProcedureKindTable, procedure.ProcedureKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -277,9 +258,6 @@ func (_q *ProcedureQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.EnvironmentTable, procedure.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -302,9 +280,6 @@ func (_q *ProcedureQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.ScopeTable, procedure.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -327,9 +302,6 @@ func (_q *ProcedureQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.ControlsTable, procedure.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -352,9 +324,6 @@ func (_q *ProcedureQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.SubcontrolsTable, procedure.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -377,9 +346,6 @@ func (_q *ProcedureQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.InternalPoliciesTable, procedure.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -402,9 +368,6 @@ func (_q *ProcedureQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, procedure.ProgramsTable, procedure.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -427,9 +390,6 @@ func (_q *ProcedureQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.NarrativesTable, procedure.NarrativesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProcedureNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -452,9 +412,6 @@ func (_q *ProcedureQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.RisksTable, procedure.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProcedureRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -477,9 +434,6 @@ func (_q *ProcedureQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, procedure.TasksTable, procedure.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProcedureTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -502,9 +456,6 @@ func (_q *ProcedureQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, procedure.CommentsTable, procedure.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -527,9 +478,6 @@ func (_q *ProcedureQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, procedure.DiscussionsTable, procedure.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -552,9 +500,6 @@ func (_q *ProcedureQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, procedure.FileTable, procedure.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Procedure fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -577,9 +522,6 @@ func (_q *ProcedureQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, procedure.WorkflowObjectRefsTable, procedure.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1132,8 +1074,6 @@ func (_q *ProcedureQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Pr node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Procedure - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1408,7 +1348,6 @@ func (_q *ProcedureQuery) loadBlockedGroups(ctx context.Context, query *GroupQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ProcedureBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(procedure.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(procedure.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1470,7 +1409,6 @@ func (_q *ProcedureQuery) loadEditors(ctx context.Context, query *GroupQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.EditorsTable) - joinT.Schema(_q.schemaConfig.ProcedureEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(procedure.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(procedure.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1677,7 +1615,6 @@ func (_q *ProcedureQuery) loadControls(ctx context.Context, query *ControlQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlProcedures) s.Join(joinT).On(s.C(control.FieldID), joinT.C(procedure.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(procedure.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1739,7 +1676,6 @@ func (_q *ProcedureQuery) loadSubcontrols(ctx context.Context, query *Subcontrol } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolProcedures) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(procedure.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(procedure.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1801,7 +1737,6 @@ func (_q *ProcedureQuery) loadInternalPolicies(ctx context.Context, query *Inter } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyProcedures) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(procedure.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(procedure.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1863,7 +1798,6 @@ func (_q *ProcedureQuery) loadPrograms(ctx context.Context, query *ProgramQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramProcedures) s.Join(joinT).On(s.C(program.FieldID), joinT.C(procedure.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(procedure.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1925,7 +1859,6 @@ func (_q *ProcedureQuery) loadNarratives(ctx context.Context, query *NarrativeQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.NarrativesTable) - joinT.Schema(_q.schemaConfig.ProcedureNarratives) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(procedure.NarrativesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(procedure.NarrativesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1987,7 +1920,6 @@ func (_q *ProcedureQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.RisksTable) - joinT.Schema(_q.schemaConfig.ProcedureRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(procedure.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(procedure.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2049,7 +1981,6 @@ func (_q *ProcedureQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(procedure.TasksTable) - joinT.Schema(_q.schemaConfig.ProcedureTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(procedure.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(procedure.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2226,8 +2157,6 @@ func (_q *ProcedureQuery) loadWorkflowObjectRefs(ctx context.Context, query *Wor func (_q *ProcedureQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Procedure - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2314,9 +2243,6 @@ func (_q *ProcedureQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Procedure) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/procedure_update.go b/internal/ent/generated/procedure_update.go index 02d0ed5ea0..753fc3c3cd 100644 --- a/internal/ent/generated/procedure_update.go +++ b/internal/ent/generated/procedure_update.go @@ -29,8 +29,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subcontrol" "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ProcedureUpdate is the builder for updating Procedure entities. @@ -1629,7 +1627,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1643,7 +1640,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1660,7 +1656,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1674,7 +1669,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1691,7 +1685,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1708,7 +1701,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1722,7 +1714,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1739,7 +1730,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1756,7 +1746,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -1770,7 +1759,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1787,7 +1775,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -1801,7 +1788,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1818,7 +1804,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureKindIDs(); len(nodes) > 0 { @@ -1832,7 +1817,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1849,7 +1833,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1863,7 +1846,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1880,7 +1862,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1894,7 +1875,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1911,7 +1891,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1925,7 +1904,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1942,7 +1920,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1959,7 +1936,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1973,7 +1949,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1990,7 +1965,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2007,7 +1981,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2021,7 +1994,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2038,7 +2010,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2055,7 +2026,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2069,7 +2039,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2086,7 +2055,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2103,7 +2071,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -2117,7 +2084,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2134,7 +2100,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2151,7 +2116,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2165,7 +2129,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2182,7 +2145,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2199,7 +2161,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2213,7 +2174,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2230,7 +2190,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2247,7 +2206,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2261,7 +2219,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2278,7 +2235,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2295,7 +2251,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -2309,7 +2264,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2326,7 +2280,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2343,7 +2296,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -2357,7 +2309,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2374,7 +2325,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2388,7 +2338,6 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2405,14 +2354,11 @@ func (_u *ProcedureUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Procedure - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4047,7 +3993,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -4061,7 +4006,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4078,7 +4022,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4092,7 +4035,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4109,7 +4051,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4126,7 +4067,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4140,7 +4080,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4157,7 +4096,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4174,7 +4112,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApproverIDs(); len(nodes) > 0 { @@ -4188,7 +4125,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4205,7 +4141,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -4219,7 +4154,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4236,7 +4170,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureKindIDs(); len(nodes) > 0 { @@ -4250,7 +4183,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4267,7 +4199,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4281,7 +4212,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4298,7 +4228,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4312,7 +4241,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4329,7 +4257,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4343,7 +4270,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4360,7 +4286,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4377,7 +4302,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4391,7 +4315,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4408,7 +4331,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4425,7 +4347,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4439,7 +4360,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4456,7 +4376,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4473,7 +4392,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -4487,7 +4405,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4504,7 +4421,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4521,7 +4437,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -4535,7 +4450,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4552,7 +4466,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4569,7 +4482,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4583,7 +4495,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4600,7 +4511,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4617,7 +4527,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4631,7 +4540,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4648,7 +4556,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4665,7 +4572,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -4679,7 +4585,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4696,7 +4601,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4713,7 +4617,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -4727,7 +4630,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4744,7 +4646,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4761,7 +4662,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -4775,7 +4675,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Procedure for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4792,7 +4691,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -4806,7 +4704,6 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4823,14 +4720,11 @@ func (_u *ProcedureUpdateOne) sqlSave(ctx context.Context) (_node *Procedure, er IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Procedure - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Procedure{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/program/where.go b/internal/ent/generated/program/where.go index 448279d70a..acdd0550da 100644 --- a/internal/ent/generated/program/where.go +++ b/internal/ent/generated/program/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1915,9 +1913,6 @@ func HasOwner() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -1926,9 +1921,6 @@ func HasOwner() predicate.Program { func HasOwnerWith(preds ...predicate.Organization) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1944,9 +1936,6 @@ func HasBlockedGroups() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -1955,9 +1944,6 @@ func HasBlockedGroups() predicate.Program { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1973,9 +1959,6 @@ func HasEditors() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramEditors sqlgraph.HasNeighbors(s, step) }) } @@ -1984,9 +1967,6 @@ func HasEditors() predicate.Program { func HasEditorsWith(preds ...predicate.Group) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2002,9 +1982,6 @@ func HasViewers() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2013,9 +1990,6 @@ func HasViewers() predicate.Program { func HasViewersWith(preds ...predicate.Group) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2031,9 +2005,6 @@ func HasProgramKind() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ProgramKindTable, ProgramKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -2042,9 +2013,6 @@ func HasProgramKind() predicate.Program { func HasProgramKindWith(preds ...predicate.CustomTypeEnum) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newProgramKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2060,9 +2028,6 @@ func HasControls() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ProgramControls sqlgraph.HasNeighbors(s, step) }) } @@ -2071,9 +2036,6 @@ func HasControls() predicate.Program { func HasControlsWith(preds ...predicate.Control) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ProgramControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2089,9 +2051,6 @@ func HasSubcontrols() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolsTable, SubcontrolsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -2100,9 +2059,6 @@ func HasSubcontrols() predicate.Program { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2118,9 +2074,6 @@ func HasControlObjectives() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ProgramControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -2129,9 +2082,6 @@ func HasControlObjectives() predicate.Program { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ProgramControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2147,9 +2097,6 @@ func HasInternalPolicies() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ProgramInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -2158,9 +2105,6 @@ func HasInternalPolicies() predicate.Program { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ProgramInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2176,9 +2120,6 @@ func HasProcedures() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProgramProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2187,9 +2128,6 @@ func HasProcedures() predicate.Program { func HasProceduresWith(preds ...predicate.Procedure) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProgramProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2205,9 +2143,6 @@ func HasRisks() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProgramRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2216,9 +2151,6 @@ func HasRisks() predicate.Program { func HasRisksWith(preds ...predicate.Risk) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProgramRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2234,9 +2166,6 @@ func HasTasks() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProgramTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2245,9 +2174,6 @@ func HasTasks() predicate.Program { func HasTasksWith(preds ...predicate.Task) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProgramTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2263,9 +2189,6 @@ func HasNotes() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotesTable, NotesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2274,9 +2197,6 @@ func HasNotes() predicate.Program { func HasNotesWith(preds ...predicate.Note) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newNotesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2292,9 +2212,6 @@ func HasFiles() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ProgramFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2303,9 +2220,6 @@ func HasFiles() predicate.Program { func HasFilesWith(preds ...predicate.File) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ProgramFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2321,9 +2235,6 @@ func HasEvidence() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ProgramEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2332,9 +2243,6 @@ func HasEvidence() predicate.Program { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ProgramEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2350,9 +2258,6 @@ func HasNarratives() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, NarrativesTable, NarrativesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProgramNarratives sqlgraph.HasNeighbors(s, step) }) } @@ -2361,9 +2266,6 @@ func HasNarratives() predicate.Program { func HasNarrativesWith(preds ...predicate.Narrative) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProgramNarratives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2379,9 +2281,6 @@ func HasActionPlans() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ProgramActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2390,9 +2289,6 @@ func HasActionPlans() predicate.Program { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ProgramActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2408,9 +2304,6 @@ func HasSystemDetails() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SystemDetailsTable, SystemDetailsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.ProgramSystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -2419,9 +2312,6 @@ func HasSystemDetails() predicate.Program { func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newSystemDetailsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.ProgramSystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2437,9 +2327,6 @@ func HasFindings() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -2448,9 +2335,6 @@ func HasFindings() predicate.Program { func HasFindingsWith(preds ...predicate.Finding) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2466,9 +2350,6 @@ func HasVulnerabilities() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -2477,9 +2358,6 @@ func HasVulnerabilities() predicate.Program { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2495,9 +2373,6 @@ func HasReviews() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -2506,9 +2381,6 @@ func HasReviews() predicate.Program { func HasReviewsWith(preds ...predicate.Review) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2524,9 +2396,6 @@ func HasRemediations() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -2535,9 +2404,6 @@ func HasRemediations() predicate.Program { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2553,9 +2419,6 @@ func HasUsers() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, UsersTable, UsersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2564,9 +2427,6 @@ func HasUsers() predicate.Program { func HasUsersWith(preds ...predicate.User) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newUsersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2582,9 +2442,6 @@ func HasProgramOwner() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ProgramOwnerTable, ProgramOwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -2593,9 +2450,6 @@ func HasProgramOwner() predicate.Program { func HasProgramOwnerWith(preds ...predicate.User) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newProgramOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2611,9 +2465,6 @@ func HasMembers() predicate.Program { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, MembersTable, MembersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2622,9 +2473,6 @@ func HasMembers() predicate.Program { func HasMembersWith(preds ...predicate.ProgramMembership) predicate.Program { return predicate.Program(func(s *sql.Selector) { step := newMembersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/program_create.go b/internal/ent/generated/program_create.go index 1d5e984de9..6e27479a64 100644 --- a/internal/ent/generated/program_create.go +++ b/internal/ent/generated/program_create.go @@ -955,7 +955,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { _node = &Program{config: _c.config} _spec = sqlgraph.NewCreateSpec(program.Table, sqlgraph.NewFieldSpec(program.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Program if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1079,7 +1078,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1097,7 +1095,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1114,7 +1111,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1131,7 +1127,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1148,7 +1143,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1166,7 +1160,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1183,7 +1176,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1200,7 +1192,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1217,7 +1208,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1234,7 +1224,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1251,7 +1240,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1268,7 +1256,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1285,7 +1272,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1302,7 +1288,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1319,7 +1304,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1336,7 +1320,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1353,7 +1336,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1370,7 +1352,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1387,7 +1368,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1404,7 +1384,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1421,7 +1400,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1438,7 +1416,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1455,7 +1432,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1479,7 +1455,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1497,7 +1472,6 @@ func (_c *ProgramCreate) createSpec() (*Program, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/program_delete.go b/internal/ent/generated/program_delete.go index fea162c98d..f390f831f3 100644 --- a/internal/ent/generated/program_delete.go +++ b/internal/ent/generated/program_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/program" ) @@ -43,8 +41,6 @@ func (_d *ProgramDelete) ExecX(ctx context.Context) int { func (_d *ProgramDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(program.Table, sqlgraph.NewFieldSpec(program.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Program - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/program_query.go b/internal/ent/generated/program_query.go index 99aa038f92..80f81b7d28 100644 --- a/internal/ent/generated/program_query.go +++ b/internal/ent/generated/program_query.go @@ -38,7 +38,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -151,9 +150,6 @@ func (_q *ProgramQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, program.OwnerTable, program.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -176,9 +172,6 @@ func (_q *ProgramQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.BlockedGroupsTable, program.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -201,9 +194,6 @@ func (_q *ProgramQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.EditorsTable, program.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -226,9 +216,6 @@ func (_q *ProgramQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ViewersTable, program.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ProgramViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -251,9 +238,6 @@ func (_q *ProgramQuery) QueryProgramKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, program.ProgramKindTable, program.ProgramKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -276,9 +260,6 @@ func (_q *ProgramQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ControlsTable, program.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ProgramControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -301,9 +282,6 @@ func (_q *ProgramQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, program.SubcontrolsTable, program.SubcontrolsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -326,9 +304,6 @@ func (_q *ProgramQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ControlObjectivesTable, program.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ProgramControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -351,9 +326,6 @@ func (_q *ProgramQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.InternalPoliciesTable, program.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ProgramInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -376,9 +348,6 @@ func (_q *ProgramQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ProceduresTable, program.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProgramProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -401,9 +370,6 @@ func (_q *ProgramQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.RisksTable, program.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ProgramRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -426,9 +392,6 @@ func (_q *ProgramQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.TasksTable, program.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ProgramTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -451,9 +414,6 @@ func (_q *ProgramQuery) QueryNotes() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, program.NotesTable, program.NotesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -476,9 +436,6 @@ func (_q *ProgramQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.FilesTable, program.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ProgramFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -501,9 +458,6 @@ func (_q *ProgramQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.EvidenceTable, program.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ProgramEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -526,9 +480,6 @@ func (_q *ProgramQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.NarrativesTable, program.NarrativesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.ProgramNarratives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -551,9 +502,6 @@ func (_q *ProgramQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.ActionPlansTable, program.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ProgramActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -576,9 +524,6 @@ func (_q *ProgramQuery) QuerySystemDetails() *SystemDetailQuery { sqlgraph.To(systemdetail.Table, systemdetail.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, program.SystemDetailsTable, program.SystemDetailsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.SystemDetail - step.Edge.Schema = schemaConfig.ProgramSystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -601,9 +546,6 @@ func (_q *ProgramQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.FindingsTable, program.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -626,9 +568,6 @@ func (_q *ProgramQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.VulnerabilitiesTable, program.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -651,9 +590,6 @@ func (_q *ProgramQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.ReviewsTable, program.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -676,9 +612,6 @@ func (_q *ProgramQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.RemediationsTable, program.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -701,9 +634,6 @@ func (_q *ProgramQuery) QueryUsers() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, program.UsersTable, program.UsersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -726,9 +656,6 @@ func (_q *ProgramQuery) QueryProgramOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, program.ProgramOwnerTable, program.ProgramOwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -751,9 +678,6 @@ func (_q *ProgramQuery) QueryMembers() *ProgramMembershipQuery { sqlgraph.To(programmembership.Table, programmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, program.MembersTable, program.MembersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1384,8 +1308,6 @@ func (_q *ProgramQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Prog node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Program - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1776,7 +1698,6 @@ func (_q *ProgramQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ProgramBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(program.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1838,7 +1759,6 @@ func (_q *ProgramQuery) loadEditors(ctx context.Context, query *GroupQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.EditorsTable) - joinT.Schema(_q.schemaConfig.ProgramEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(program.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1900,7 +1820,6 @@ func (_q *ProgramQuery) loadViewers(ctx context.Context, query *GroupQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ViewersTable) - joinT.Schema(_q.schemaConfig.ProgramViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(program.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1991,7 +1910,6 @@ func (_q *ProgramQuery) loadControls(ctx context.Context, query *ControlQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ControlsTable) - joinT.Schema(_q.schemaConfig.ProgramControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(program.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2084,7 +2002,6 @@ func (_q *ProgramQuery) loadControlObjectives(ctx context.Context, query *Contro } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.ProgramControlObjectives) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(program.ControlObjectivesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.ControlObjectivesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2146,7 +2063,6 @@ func (_q *ProgramQuery) loadInternalPolicies(ctx context.Context, query *Interna } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.ProgramInternalPolicies) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(program.InternalPoliciesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.InternalPoliciesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2208,7 +2124,6 @@ func (_q *ProgramQuery) loadProcedures(ctx context.Context, query *ProcedureQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ProceduresTable) - joinT.Schema(_q.schemaConfig.ProgramProcedures) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(program.ProceduresPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.ProceduresPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2270,7 +2185,6 @@ func (_q *ProgramQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.RisksTable) - joinT.Schema(_q.schemaConfig.ProgramRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(program.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2332,7 +2246,6 @@ func (_q *ProgramQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.TasksTable) - joinT.Schema(_q.schemaConfig.ProgramTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(program.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2425,7 +2338,6 @@ func (_q *ProgramQuery) loadFiles(ctx context.Context, query *FileQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.FilesTable) - joinT.Schema(_q.schemaConfig.ProgramFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(program.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2487,7 +2399,6 @@ func (_q *ProgramQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.EvidenceTable) - joinT.Schema(_q.schemaConfig.ProgramEvidence) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(program.EvidencePrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.EvidencePrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2549,7 +2460,6 @@ func (_q *ProgramQuery) loadNarratives(ctx context.Context, query *NarrativeQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.NarrativesTable) - joinT.Schema(_q.schemaConfig.ProgramNarratives) s.Join(joinT).On(s.C(narrative.FieldID), joinT.C(program.NarrativesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.NarrativesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2611,7 +2521,6 @@ func (_q *ProgramQuery) loadActionPlans(ctx context.Context, query *ActionPlanQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ActionPlansTable) - joinT.Schema(_q.schemaConfig.ProgramActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(program.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2673,7 +2582,6 @@ func (_q *ProgramQuery) loadSystemDetails(ctx context.Context, query *SystemDeta } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.SystemDetailsTable) - joinT.Schema(_q.schemaConfig.ProgramSystemDetails) s.Join(joinT).On(s.C(systemdetail.FieldID), joinT.C(program.SystemDetailsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(program.SystemDetailsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2735,7 +2643,6 @@ func (_q *ProgramQuery) loadFindings(ctx context.Context, query *FindingQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingPrograms) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(program.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(program.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2797,7 +2704,6 @@ func (_q *ProgramQuery) loadVulnerabilities(ctx context.Context, query *Vulnerab } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityPrograms) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(program.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(program.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2859,7 +2765,6 @@ func (_q *ProgramQuery) loadReviews(ctx context.Context, query *ReviewQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewPrograms) s.Join(joinT).On(s.C(review.FieldID), joinT.C(program.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(program.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2921,7 +2826,6 @@ func (_q *ProgramQuery) loadRemediations(ctx context.Context, query *Remediation } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationPrograms) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(program.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(program.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2983,7 +2887,6 @@ func (_q *ProgramQuery) loadUsers(ctx context.Context, query *UserQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(program.UsersTable) - joinT.Schema(_q.schemaConfig.ProgramMembership) s.Join(joinT).On(s.C(user.FieldID), joinT.C(program.UsersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(program.UsersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3095,8 +2998,6 @@ func (_q *ProgramQuery) loadMembers(ctx context.Context, query *ProgramMembershi func (_q *ProgramQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Program - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3171,9 +3072,6 @@ func (_q *ProgramQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Program) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/program_update.go b/internal/ent/generated/program_update.go index fa4e6ba352..3857a0a9e8 100644 --- a/internal/ent/generated/program_update.go +++ b/internal/ent/generated/program_update.go @@ -37,8 +37,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ProgramUpdate is the builder for updating Program entities. @@ -1621,7 +1619,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1635,7 +1632,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1652,7 +1648,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1666,7 +1661,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1683,7 +1677,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1700,7 +1693,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1714,7 +1706,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1731,7 +1722,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1748,7 +1738,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1762,7 +1751,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1779,7 +1767,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1796,7 +1783,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProgramKindIDs(); len(nodes) > 0 { @@ -1810,7 +1796,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1827,7 +1812,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1841,7 +1825,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1858,7 +1841,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1875,7 +1857,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1889,7 +1870,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1906,7 +1886,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1923,7 +1902,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -1937,7 +1915,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1954,7 +1931,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1971,7 +1947,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -1985,7 +1960,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2002,7 +1976,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2019,7 +1992,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2033,7 +2005,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2050,7 +2021,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2067,7 +2037,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2081,7 +2050,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2098,7 +2066,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2115,7 +2082,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2129,7 +2095,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2146,7 +2111,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2163,7 +2127,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -2177,7 +2140,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2194,7 +2156,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2211,7 +2172,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2225,7 +2185,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2242,7 +2201,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2259,7 +2217,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2273,7 +2230,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2290,7 +2246,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2307,7 +2262,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -2321,7 +2275,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2338,7 +2291,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2355,7 +2307,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2369,7 +2320,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2386,7 +2336,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2403,7 +2352,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -2417,7 +2365,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2434,7 +2381,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2451,7 +2397,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2465,7 +2410,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2482,7 +2426,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2499,7 +2442,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2513,7 +2455,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2530,7 +2471,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2547,7 +2487,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2561,7 +2500,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2578,7 +2516,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2595,7 +2532,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -2609,7 +2545,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2626,7 +2561,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2643,7 +2577,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership createE := &ProgramMembershipCreate{config: _u.config, mutation: newProgramMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2664,7 +2597,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2688,7 +2620,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2712,7 +2643,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProgramOwnerIDs(); len(nodes) > 0 { @@ -2726,7 +2656,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2743,7 +2672,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -2757,7 +2685,6 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2774,14 +2701,11 @@ func (_u *ProgramUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Program - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4400,7 +4324,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -4414,7 +4337,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4431,7 +4353,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4445,7 +4366,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4462,7 +4382,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4479,7 +4398,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4493,7 +4411,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4510,7 +4427,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4527,7 +4443,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -4541,7 +4456,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4558,7 +4472,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4575,7 +4488,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProgramKindIDs(); len(nodes) > 0 { @@ -4589,7 +4501,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4606,7 +4517,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4620,7 +4530,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4637,7 +4546,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4654,7 +4562,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4668,7 +4575,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4685,7 +4591,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4702,7 +4607,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -4716,7 +4620,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4733,7 +4636,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4750,7 +4652,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4764,7 +4665,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4781,7 +4681,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4798,7 +4697,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -4812,7 +4710,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4829,7 +4726,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4846,7 +4742,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4860,7 +4755,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4877,7 +4771,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4894,7 +4787,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4908,7 +4800,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4925,7 +4816,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4942,7 +4832,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotesIDs(); len(nodes) > 0 && !_u.mutation.NotesCleared() { @@ -4956,7 +4845,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4973,7 +4861,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4990,7 +4877,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -5004,7 +4890,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5021,7 +4906,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5038,7 +4922,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -5052,7 +4935,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5069,7 +4951,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5086,7 +4967,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -5100,7 +4980,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5117,7 +4996,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramNarratives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5134,7 +5012,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5148,7 +5025,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5165,7 +5041,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5182,7 +5057,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSystemDetailsIDs(); len(nodes) > 0 && !_u.mutation.SystemDetailsCleared() { @@ -5196,7 +5070,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5213,7 +5086,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5230,7 +5102,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -5244,7 +5115,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5261,7 +5131,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5278,7 +5147,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -5292,7 +5160,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5309,7 +5176,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5326,7 +5192,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -5340,7 +5205,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5357,7 +5221,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5374,7 +5237,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -5388,7 +5250,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5405,7 +5266,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5422,7 +5282,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership createE := &ProgramMembershipCreate{config: _u.config, mutation: newProgramMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -5443,7 +5302,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5467,7 +5325,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5491,7 +5348,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProgramOwnerIDs(); len(nodes) > 0 { @@ -5505,7 +5361,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5522,7 +5377,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMembersIDs(); len(nodes) > 0 && !_u.mutation.MembersCleared() { @@ -5536,7 +5390,6 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5553,14 +5406,11 @@ func (_u *ProgramUpdateOne) sqlSave(ctx context.Context) (_node *Program, err er IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Program - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Program{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/programmembership/where.go b/internal/ent/generated/programmembership/where.go index 0f2c9e1850..92d9bef72a 100644 --- a/internal/ent/generated/programmembership/where.go +++ b/internal/ent/generated/programmembership/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -595,9 +593,6 @@ func HasProgram() predicate.ProgramMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ProgramTable, ProgramColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -606,9 +601,6 @@ func HasProgram() predicate.ProgramMembership { func HasProgramWith(preds ...predicate.Program) predicate.ProgramMembership { return predicate.ProgramMembership(func(s *sql.Selector) { step := newProgramStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -624,9 +616,6 @@ func HasUser() predicate.ProgramMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -635,9 +624,6 @@ func HasUser() predicate.ProgramMembership { func HasUserWith(preds ...predicate.User) predicate.ProgramMembership { return predicate.ProgramMembership(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -653,9 +639,6 @@ func HasOrgMembership() predicate.ProgramMembership { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, OrgMembershipTable, OrgMembershipColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -664,9 +647,6 @@ func HasOrgMembership() predicate.ProgramMembership { func HasOrgMembershipWith(preds ...predicate.OrgMembership) predicate.ProgramMembership { return predicate.ProgramMembership(func(s *sql.Selector) { step := newOrgMembershipStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/programmembership_create.go b/internal/ent/generated/programmembership_create.go index 29ff39e1e1..589bec7681 100644 --- a/internal/ent/generated/programmembership_create.go +++ b/internal/ent/generated/programmembership_create.go @@ -281,7 +281,6 @@ func (_c *ProgramMembershipCreate) createSpec() (*ProgramMembership, *sqlgraph.C _node = &ProgramMembership{config: _c.config} _spec = sqlgraph.NewCreateSpec(programmembership.Table, sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ProgramMembership if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -321,7 +320,6 @@ func (_c *ProgramMembershipCreate) createSpec() (*ProgramMembership, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -339,7 +337,6 @@ func (_c *ProgramMembershipCreate) createSpec() (*ProgramMembership, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -357,7 +354,6 @@ func (_c *ProgramMembershipCreate) createSpec() (*ProgramMembership, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/programmembership_delete.go b/internal/ent/generated/programmembership_delete.go index d1ff6b7b20..237491fc58 100644 --- a/internal/ent/generated/programmembership_delete.go +++ b/internal/ent/generated/programmembership_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/programmembership" ) @@ -43,8 +41,6 @@ func (_d *ProgramMembershipDelete) ExecX(ctx context.Context) int { func (_d *ProgramMembershipDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(programmembership.Table, sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ProgramMembership - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/programmembership_query.go b/internal/ent/generated/programmembership_query.go index 93c97c0f25..be8124c8ad 100644 --- a/internal/ent/generated/programmembership_query.go +++ b/internal/ent/generated/programmembership_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/programmembership" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -87,9 +86,6 @@ func (_q *ProgramMembershipQuery) QueryProgram() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.ProgramTable, programmembership.ProgramColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -112,9 +108,6 @@ func (_q *ProgramMembershipQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.UserTable, programmembership.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -137,9 +130,6 @@ func (_q *ProgramMembershipQuery) QueryOrgMembership() *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, programmembership.OrgMembershipTable, programmembership.OrgMembershipColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -487,8 +477,6 @@ func (_q *ProgramMembershipQuery) sqlAll(ctx context.Context, hooks ...queryHook node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ProgramMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -620,8 +608,6 @@ func (_q *ProgramMembershipQuery) loadOrgMembership(ctx context.Context, query * func (_q *ProgramMembershipQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ProgramMembership - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -693,9 +679,6 @@ func (_q *ProgramMembershipQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ProgramMembership) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/programmembership_update.go b/internal/ent/generated/programmembership_update.go index c2cca5449d..7adf4c2eaf 100644 --- a/internal/ent/generated/programmembership_update.go +++ b/internal/ent/generated/programmembership_update.go @@ -14,8 +14,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/programmembership" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ProgramMembershipUpdate is the builder for updating ProgramMembership entities. @@ -206,8 +204,6 @@ func (_u *ProgramMembershipUpdate) sqlSave(ctx context.Context) (_node int, err if value, ok := _u.mutation.Role(); ok { _spec.SetField(programmembership.FieldRole, field.TypeEnum, value) } - _spec.Node.Schema = _u.schemaConfig.ProgramMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -434,8 +430,6 @@ func (_u *ProgramMembershipUpdateOne) sqlSave(ctx context.Context) (_node *Progr if value, ok := _u.mutation.Role(); ok { _spec.SetField(programmembership.FieldRole, field.TypeEnum, value) } - _spec.Node.Schema = _u.schemaConfig.ProgramMembership - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ProgramMembership{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/remediation/where.go b/internal/ent/generated/remediation/where.go index 7017b5093a..dc2516d315 100644 --- a/internal/ent/generated/remediation/where.go +++ b/internal/ent/generated/remediation/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2666,9 +2664,6 @@ func HasOwner() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighbors(s, step) }) } @@ -2677,9 +2672,6 @@ func HasOwner() predicate.Remediation { func HasOwnerWith(preds ...predicate.Organization) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2695,9 +2687,6 @@ func HasBlockedGroups() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2706,9 +2695,6 @@ func HasBlockedGroups() predicate.Remediation { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2724,9 +2710,6 @@ func HasEditors() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2735,9 +2718,6 @@ func HasEditors() predicate.Remediation { func HasEditorsWith(preds ...predicate.Group) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2753,9 +2733,6 @@ func HasEnvironment() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighbors(s, step) }) } @@ -2764,9 +2741,6 @@ func HasEnvironment() predicate.Remediation { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2782,9 +2756,6 @@ func HasScope() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighbors(s, step) }) } @@ -2793,9 +2764,6 @@ func HasScope() predicate.Remediation { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2811,9 +2779,6 @@ func HasIntegrations() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -2822,9 +2787,6 @@ func HasIntegrations() predicate.Remediation { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2840,9 +2802,6 @@ func HasScans() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -2851,9 +2810,6 @@ func HasScans() predicate.Remediation { func HasScansWith(preds ...predicate.Scan) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2869,9 +2825,6 @@ func HasFindings() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.RemediationFindings sqlgraph.HasNeighbors(s, step) }) } @@ -2880,9 +2833,6 @@ func HasFindings() predicate.Remediation { func HasFindingsWith(preds ...predicate.Finding) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.RemediationFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2898,9 +2848,6 @@ func HasVulnerabilities() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.RemediationVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -2909,9 +2856,6 @@ func HasVulnerabilities() predicate.Remediation { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.RemediationVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2927,9 +2871,6 @@ func HasActionPlans() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RemediationActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2938,9 +2879,6 @@ func HasActionPlans() predicate.Remediation { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RemediationActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2956,9 +2894,6 @@ func HasTasks() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2967,9 +2902,6 @@ func HasTasks() predicate.Remediation { func HasTasksWith(preds ...predicate.Task) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2985,9 +2917,6 @@ func HasControls() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.RemediationControls sqlgraph.HasNeighbors(s, step) }) } @@ -2996,9 +2925,6 @@ func HasControls() predicate.Remediation { func HasControlsWith(preds ...predicate.Control) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.RemediationControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3014,9 +2940,6 @@ func HasSubcontrols() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.RemediationSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3025,9 +2948,6 @@ func HasSubcontrols() predicate.Remediation { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.RemediationSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3043,9 +2963,6 @@ func HasRisks() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RemediationRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3054,9 +2971,6 @@ func HasRisks() predicate.Remediation { func HasRisksWith(preds ...predicate.Risk) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RemediationRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3072,9 +2986,6 @@ func HasPrograms() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.RemediationPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -3083,9 +2994,6 @@ func HasPrograms() predicate.Remediation { func HasProgramsWith(preds ...predicate.Program) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.RemediationPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3101,9 +3009,6 @@ func HasAssets() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.RemediationAssets sqlgraph.HasNeighbors(s, step) }) } @@ -3112,9 +3017,6 @@ func HasAssets() predicate.Remediation { func HasAssetsWith(preds ...predicate.Asset) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.RemediationAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3130,9 +3032,6 @@ func HasEntities() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.RemediationEntities sqlgraph.HasNeighbors(s, step) }) } @@ -3141,9 +3040,6 @@ func HasEntities() predicate.Remediation { func HasEntitiesWith(preds ...predicate.Entity) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.RemediationEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3159,9 +3055,6 @@ func HasReviews() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -3170,9 +3063,6 @@ func HasReviews() predicate.Remediation { func HasReviewsWith(preds ...predicate.Review) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3188,9 +3078,6 @@ func HasComments() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -3199,9 +3086,6 @@ func HasComments() predicate.Remediation { func HasCommentsWith(preds ...predicate.Note) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3217,9 +3101,6 @@ func HasFiles() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -3228,9 +3109,6 @@ func HasFiles() predicate.Remediation { func HasFilesWith(preds ...predicate.File) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3246,9 +3124,6 @@ func HasWorkflowObjectRefs() predicate.Remediation { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3257,9 +3132,6 @@ func HasWorkflowObjectRefs() predicate.Remediation { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Remediation { return predicate.Remediation(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/remediation_create.go b/internal/ent/generated/remediation_create.go index 428ad222ba..c58179fe28 100644 --- a/internal/ent/generated/remediation_create.go +++ b/internal/ent/generated/remediation_create.go @@ -976,7 +976,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { _node = &Remediation{config: _c.config} _spec = sqlgraph.NewCreateSpec(remediation.Table, sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Remediation if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1132,7 +1131,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1150,7 +1148,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1167,7 +1164,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1184,7 +1180,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1202,7 +1197,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1220,7 +1214,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1237,7 +1230,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1254,7 +1246,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1271,7 +1262,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1288,7 +1278,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1305,7 +1294,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1322,7 +1310,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1339,7 +1326,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1356,7 +1342,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1373,7 +1358,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1390,7 +1374,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1407,7 +1390,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1424,7 +1406,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1441,7 +1422,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1458,7 +1438,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1475,7 +1454,6 @@ func (_c *RemediationCreate) createSpec() (*Remediation, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/remediation_delete.go b/internal/ent/generated/remediation_delete.go index 08e37149ab..a0c6f87ea5 100644 --- a/internal/ent/generated/remediation_delete.go +++ b/internal/ent/generated/remediation_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/remediation" ) @@ -43,8 +41,6 @@ func (_d *RemediationDelete) ExecX(ctx context.Context) int { func (_d *RemediationDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(remediation.Table, sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Remediation - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/remediation_query.go b/internal/ent/generated/remediation_query.go index 1e21443485..1030363c6e 100644 --- a/internal/ent/generated/remediation_query.go +++ b/internal/ent/generated/remediation_query.go @@ -35,7 +35,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -139,9 +138,6 @@ func (_q *RemediationQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, remediation.OwnerTable, remediation.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Remediation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -164,9 +160,6 @@ func (_q *RemediationQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.BlockedGroupsTable, remediation.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -189,9 +182,6 @@ func (_q *RemediationQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.EditorsTable, remediation.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RemediationEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -214,9 +204,6 @@ func (_q *RemediationQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, remediation.EnvironmentTable, remediation.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -239,9 +226,6 @@ func (_q *RemediationQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, remediation.ScopeTable, remediation.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Remediation fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -264,9 +248,6 @@ func (_q *RemediationQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.IntegrationsTable, remediation.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -289,9 +270,6 @@ func (_q *RemediationQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.ScansTable, remediation.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -314,9 +292,6 @@ func (_q *RemediationQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.FindingsTable, remediation.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.RemediationFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -339,9 +314,6 @@ func (_q *RemediationQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.VulnerabilitiesTable, remediation.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.RemediationVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -364,9 +336,6 @@ func (_q *RemediationQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ActionPlansTable, remediation.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RemediationActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -389,9 +358,6 @@ func (_q *RemediationQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.TasksTable, remediation.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -414,9 +380,6 @@ func (_q *RemediationQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ControlsTable, remediation.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.RemediationControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -439,9 +402,6 @@ func (_q *RemediationQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.SubcontrolsTable, remediation.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.RemediationSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -464,9 +424,6 @@ func (_q *RemediationQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.RisksTable, remediation.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RemediationRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -489,9 +446,6 @@ func (_q *RemediationQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.ProgramsTable, remediation.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.RemediationPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -514,9 +468,6 @@ func (_q *RemediationQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.AssetsTable, remediation.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.RemediationAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -539,9 +490,6 @@ func (_q *RemediationQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, remediation.EntitiesTable, remediation.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.RemediationEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -564,9 +512,6 @@ func (_q *RemediationQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, remediation.ReviewsTable, remediation.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -589,9 +534,6 @@ func (_q *RemediationQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.CommentsTable, remediation.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -614,9 +556,6 @@ func (_q *RemediationQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, remediation.FilesTable, remediation.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -639,9 +578,6 @@ func (_q *RemediationQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, remediation.WorkflowObjectRefsTable, remediation.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1216,8 +1152,6 @@ func (_q *RemediationQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Remediation - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1552,7 +1486,6 @@ func (_q *RemediationQuery) loadBlockedGroups(ctx context.Context, query *GroupQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.RemediationBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(remediation.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1614,7 +1547,6 @@ func (_q *RemediationQuery) loadEditors(ctx context.Context, query *GroupQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.EditorsTable) - joinT.Schema(_q.schemaConfig.RemediationEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(remediation.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1734,7 +1666,6 @@ func (_q *RemediationQuery) loadIntegrations(ctx context.Context, query *Integra } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationRemediations) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(remediation.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(remediation.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1796,7 +1727,6 @@ func (_q *RemediationQuery) loadScans(ctx context.Context, query *ScanQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.ScansTable) - joinT.Schema(_q.schemaConfig.ScanRemediations) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(remediation.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(remediation.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1858,7 +1788,6 @@ func (_q *RemediationQuery) loadFindings(ctx context.Context, query *FindingQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.FindingsTable) - joinT.Schema(_q.schemaConfig.RemediationFindings) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(remediation.FindingsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.FindingsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1920,7 +1849,6 @@ func (_q *RemediationQuery) loadVulnerabilities(ctx context.Context, query *Vuln } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.RemediationVulnerabilities) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(remediation.VulnerabilitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.VulnerabilitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1982,7 +1910,6 @@ func (_q *RemediationQuery) loadActionPlans(ctx context.Context, query *ActionPl } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.ActionPlansTable) - joinT.Schema(_q.schemaConfig.RemediationActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(remediation.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2075,7 +2002,6 @@ func (_q *RemediationQuery) loadControls(ctx context.Context, query *ControlQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.ControlsTable) - joinT.Schema(_q.schemaConfig.RemediationControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(remediation.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2137,7 +2063,6 @@ func (_q *RemediationQuery) loadSubcontrols(ctx context.Context, query *Subcontr } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.RemediationSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(remediation.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2199,7 +2124,6 @@ func (_q *RemediationQuery) loadRisks(ctx context.Context, query *RiskQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.RisksTable) - joinT.Schema(_q.schemaConfig.RemediationRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(remediation.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2261,7 +2185,6 @@ func (_q *RemediationQuery) loadPrograms(ctx context.Context, query *ProgramQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.ProgramsTable) - joinT.Schema(_q.schemaConfig.RemediationPrograms) s.Join(joinT).On(s.C(program.FieldID), joinT.C(remediation.ProgramsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.ProgramsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2323,7 +2246,6 @@ func (_q *RemediationQuery) loadAssets(ctx context.Context, query *AssetQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.AssetsTable) - joinT.Schema(_q.schemaConfig.RemediationAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(remediation.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2385,7 +2307,6 @@ func (_q *RemediationQuery) loadEntities(ctx context.Context, query *EntityQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.EntitiesTable) - joinT.Schema(_q.schemaConfig.RemediationEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(remediation.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(remediation.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2447,7 +2368,6 @@ func (_q *RemediationQuery) loadReviews(ctx context.Context, query *ReviewQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(remediation.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewRemediations) s.Join(joinT).On(s.C(review.FieldID), joinT.C(remediation.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(remediation.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2592,8 +2512,6 @@ func (_q *RemediationQuery) loadWorkflowObjectRefs(ctx context.Context, query *W func (_q *RemediationQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Remediation - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2668,9 +2586,6 @@ func (_q *RemediationQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Remediation) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/remediation_update.go b/internal/ent/generated/remediation_update.go index ec784f9240..7b59dd3980 100644 --- a/internal/ent/generated/remediation_update.go +++ b/internal/ent/generated/remediation_update.go @@ -34,8 +34,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // RemediationUpdate is the builder for updating Remediation entities. @@ -1650,7 +1648,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1664,7 +1661,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1681,7 +1677,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1698,7 +1693,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1712,7 +1706,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1729,7 +1722,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1746,7 +1738,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1760,7 +1751,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1777,7 +1767,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1791,7 +1780,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1808,7 +1796,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -1822,7 +1809,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1839,7 +1825,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1856,7 +1841,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -1870,7 +1854,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1887,7 +1870,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1904,7 +1886,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -1918,7 +1899,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1935,7 +1915,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1952,7 +1931,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -1966,7 +1944,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1983,7 +1960,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2000,7 +1976,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2014,7 +1989,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2031,7 +2005,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2048,7 +2021,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2062,7 +2034,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2079,7 +2050,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2096,7 +2066,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2110,7 +2079,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2127,7 +2095,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2144,7 +2111,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2158,7 +2124,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2175,7 +2140,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2192,7 +2156,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2206,7 +2169,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2223,7 +2185,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2240,7 +2201,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2254,7 +2214,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2271,7 +2230,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2288,7 +2246,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2302,7 +2259,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2319,7 +2275,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2336,7 +2291,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2350,7 +2304,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2367,7 +2320,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2384,7 +2336,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2398,7 +2349,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2415,7 +2365,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2432,7 +2381,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2446,7 +2394,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2463,7 +2410,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2480,7 +2426,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2494,7 +2439,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2511,7 +2455,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2528,7 +2471,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2542,7 +2484,6 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2559,14 +2500,11 @@ func (_u *RemediationUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Remediation - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4217,7 +4155,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4231,7 +4168,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4248,7 +4184,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4265,7 +4200,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4279,7 +4213,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4296,7 +4229,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4313,7 +4245,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4327,7 +4258,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4344,7 +4274,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4358,7 +4287,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Remediation for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4375,7 +4303,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -4389,7 +4316,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4406,7 +4332,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4423,7 +4348,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -4437,7 +4361,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4454,7 +4377,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4471,7 +4393,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4485,7 +4406,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4502,7 +4422,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4519,7 +4438,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4533,7 +4451,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4550,7 +4467,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4567,7 +4483,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -4581,7 +4496,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4598,7 +4512,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4615,7 +4528,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4629,7 +4541,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4646,7 +4557,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4663,7 +4573,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4677,7 +4586,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4694,7 +4602,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4711,7 +4618,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4725,7 +4631,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4742,7 +4647,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4759,7 +4663,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4773,7 +4676,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4790,7 +4692,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4807,7 +4708,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -4821,7 +4721,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4838,7 +4737,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4855,7 +4753,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -4869,7 +4766,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4886,7 +4782,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4903,7 +4798,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -4917,7 +4811,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4934,7 +4827,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4951,7 +4843,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -4965,7 +4856,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4982,7 +4872,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4999,7 +4888,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -5013,7 +4901,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5030,7 +4917,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5047,7 +4933,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -5061,7 +4946,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5078,7 +4962,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5095,7 +4978,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -5109,7 +4991,6 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5126,14 +5007,11 @@ func (_u *RemediationUpdateOne) sqlSave(ctx context.Context) (_node *Remediation IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Remediation - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Remediation{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/review/where.go b/internal/ent/generated/review/where.go index 686363449d..4302ee9da0 100644 --- a/internal/ent/generated/review/where.go +++ b/internal/ent/generated/review/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2356,9 +2354,6 @@ func HasOwner() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighbors(s, step) }) } @@ -2367,9 +2362,6 @@ func HasOwner() predicate.Review { func HasOwnerWith(preds ...predicate.Organization) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2385,9 +2377,6 @@ func HasBlockedGroups() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2396,9 +2385,6 @@ func HasBlockedGroups() predicate.Review { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2414,9 +2400,6 @@ func HasEditors() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2425,9 +2408,6 @@ func HasEditors() predicate.Review { func HasEditorsWith(preds ...predicate.Group) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2443,9 +2423,6 @@ func HasEnvironment() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighbors(s, step) }) } @@ -2454,9 +2431,6 @@ func HasEnvironment() predicate.Review { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2472,9 +2446,6 @@ func HasScope() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighbors(s, step) }) } @@ -2483,9 +2454,6 @@ func HasScope() predicate.Review { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2501,9 +2469,6 @@ func HasIntegrations() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationReviews sqlgraph.HasNeighbors(s, step) }) } @@ -2512,9 +2477,6 @@ func HasIntegrations() predicate.Review { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationReviews sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2530,9 +2492,6 @@ func HasFindings() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.ReviewFindings sqlgraph.HasNeighbors(s, step) }) } @@ -2541,9 +2500,6 @@ func HasFindings() predicate.Review { func HasFindingsWith(preds ...predicate.Finding) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.ReviewFindings sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2559,9 +2515,6 @@ func HasVulnerabilities() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.ReviewVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -2570,9 +2523,6 @@ func HasVulnerabilities() predicate.Review { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.ReviewVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2588,9 +2538,6 @@ func HasActionPlans() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ReviewActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2599,9 +2546,6 @@ func HasActionPlans() predicate.Review { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ReviewActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2617,9 +2561,6 @@ func HasRemediations() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ReviewRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -2628,9 +2569,6 @@ func HasRemediations() predicate.Review { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ReviewRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2646,9 +2584,6 @@ func HasControls() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ReviewControls sqlgraph.HasNeighbors(s, step) }) } @@ -2657,9 +2592,6 @@ func HasControls() predicate.Review { func HasControlsWith(preds ...predicate.Control) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ReviewControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2675,9 +2607,6 @@ func HasSubcontrols() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ReviewSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -2686,9 +2615,6 @@ func HasSubcontrols() predicate.Review { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ReviewSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2704,9 +2630,6 @@ func HasRisks() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ReviewRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2715,9 +2638,6 @@ func HasRisks() predicate.Review { func HasRisksWith(preds ...predicate.Risk) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ReviewRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2733,9 +2653,6 @@ func HasPrograms() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ReviewPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -2744,9 +2661,6 @@ func HasPrograms() predicate.Review { func HasProgramsWith(preds ...predicate.Program) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ReviewPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2762,9 +2676,6 @@ func HasAssets() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ReviewAssets sqlgraph.HasNeighbors(s, step) }) } @@ -2773,9 +2684,6 @@ func HasAssets() predicate.Review { func HasAssetsWith(preds ...predicate.Asset) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ReviewAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2791,9 +2699,6 @@ func HasEntities() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ReviewEntities sqlgraph.HasNeighbors(s, step) }) } @@ -2802,9 +2707,6 @@ func HasEntities() predicate.Review { func HasEntitiesWith(preds ...predicate.Entity) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ReviewEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2820,9 +2722,6 @@ func HasTasks() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2831,9 +2730,6 @@ func HasTasks() predicate.Review { func HasTasksWith(preds ...predicate.Task) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2849,9 +2745,6 @@ func HasReviewer() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewerTable, ReviewerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighbors(s, step) }) } @@ -2860,9 +2753,6 @@ func HasReviewer() predicate.Review { func HasReviewerWith(preds ...predicate.User) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newReviewerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Review sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2878,9 +2768,6 @@ func HasComments() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2889,9 +2776,6 @@ func HasComments() predicate.Review { func HasCommentsWith(preds ...predicate.Note) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2907,9 +2791,6 @@ func HasFiles() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -2918,9 +2799,6 @@ func HasFiles() predicate.Review { func HasFilesWith(preds ...predicate.File) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2936,9 +2814,6 @@ func HasInternalPolicies() predicate.Review { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ReviewInternalPolicies sqlgraph.HasNeighbors(s, step) }) } @@ -2947,9 +2822,6 @@ func HasInternalPolicies() predicate.Review { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Review { return predicate.Review(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ReviewInternalPolicies sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/review_create.go b/internal/ent/generated/review_create.go index 3c012987bd..515b3e9300 100644 --- a/internal/ent/generated/review_create.go +++ b/internal/ent/generated/review_create.go @@ -916,7 +916,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { _node = &Review{config: _c.config} _spec = sqlgraph.NewCreateSpec(review.Table, sqlgraph.NewFieldSpec(review.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Review if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1056,7 +1055,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1074,7 +1072,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1091,7 +1088,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1108,7 +1104,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1126,7 +1121,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1144,7 +1138,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1161,7 +1154,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1178,7 +1170,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1195,7 +1186,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1212,7 +1202,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1229,7 +1218,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1246,7 +1234,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1263,7 +1250,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1280,7 +1266,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1297,7 +1282,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1314,7 +1298,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1331,7 +1314,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1348,7 +1330,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1366,7 +1347,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1383,7 +1363,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1400,7 +1379,6 @@ func (_c *ReviewCreate) createSpec() (*Review, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/review_delete.go b/internal/ent/generated/review_delete.go index 1e77fa1cd0..0aaa0a7c8d 100644 --- a/internal/ent/generated/review_delete.go +++ b/internal/ent/generated/review_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/review" ) @@ -43,8 +41,6 @@ func (_d *ReviewDelete) ExecX(ctx context.Context) int { func (_d *ReviewDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(review.Table, sqlgraph.NewFieldSpec(review.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Review - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/review_query.go b/internal/ent/generated/review_query.go index 2e08c11ac7..26358ece98 100644 --- a/internal/ent/generated/review_query.go +++ b/internal/ent/generated/review_query.go @@ -35,7 +35,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -138,9 +137,6 @@ func (_q *ReviewQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, review.OwnerTable, review.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Review fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -163,9 +159,6 @@ func (_q *ReviewQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.BlockedGroupsTable, review.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -188,9 +181,6 @@ func (_q *ReviewQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.EditorsTable, review.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ReviewEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -213,9 +203,6 @@ func (_q *ReviewQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.EnvironmentTable, review.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -238,9 +225,6 @@ func (_q *ReviewQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.ScopeTable, review.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Review fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -263,9 +247,6 @@ func (_q *ReviewQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, review.IntegrationsTable, review.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationReviews fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -288,9 +269,6 @@ func (_q *ReviewQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.FindingsTable, review.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.ReviewFindings fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -313,9 +291,6 @@ func (_q *ReviewQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.VulnerabilitiesTable, review.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.ReviewVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -338,9 +313,6 @@ func (_q *ReviewQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ActionPlansTable, review.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ReviewActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -363,9 +335,6 @@ func (_q *ReviewQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.RemediationsTable, review.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ReviewRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -388,9 +357,6 @@ func (_q *ReviewQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ControlsTable, review.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ReviewControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -413,9 +379,6 @@ func (_q *ReviewQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.SubcontrolsTable, review.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ReviewSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -438,9 +401,6 @@ func (_q *ReviewQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.RisksTable, review.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.ReviewRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -463,9 +423,6 @@ func (_q *ReviewQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.ProgramsTable, review.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ReviewPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -488,9 +445,6 @@ func (_q *ReviewQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.AssetsTable, review.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ReviewAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -513,9 +467,6 @@ func (_q *ReviewQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.EntitiesTable, review.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ReviewEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -538,9 +489,6 @@ func (_q *ReviewQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.TasksTable, review.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -563,9 +511,6 @@ func (_q *ReviewQuery) QueryReviewer() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, review.ReviewerTable, review.ReviewerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Review fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -588,9 +533,6 @@ func (_q *ReviewQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.CommentsTable, review.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -613,9 +555,6 @@ func (_q *ReviewQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, review.FilesTable, review.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -638,9 +577,6 @@ func (_q *ReviewQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, review.InternalPoliciesTable, review.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.ReviewInternalPolicies fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1215,8 +1151,6 @@ func (_q *ReviewQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Revie node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Review - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1541,7 +1475,6 @@ func (_q *ReviewQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ReviewBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(review.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1603,7 +1536,6 @@ func (_q *ReviewQuery) loadEditors(ctx context.Context, query *GroupQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.EditorsTable) - joinT.Schema(_q.schemaConfig.ReviewEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(review.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1723,7 +1655,6 @@ func (_q *ReviewQuery) loadIntegrations(ctx context.Context, query *IntegrationQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationReviews) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(review.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(review.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1785,7 +1716,6 @@ func (_q *ReviewQuery) loadFindings(ctx context.Context, query *FindingQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.FindingsTable) - joinT.Schema(_q.schemaConfig.ReviewFindings) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(review.FindingsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.FindingsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1847,7 +1777,6 @@ func (_q *ReviewQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabi } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.ReviewVulnerabilities) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(review.VulnerabilitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.VulnerabilitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1909,7 +1838,6 @@ func (_q *ReviewQuery) loadActionPlans(ctx context.Context, query *ActionPlanQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.ActionPlansTable) - joinT.Schema(_q.schemaConfig.ReviewActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(review.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1971,7 +1899,6 @@ func (_q *ReviewQuery) loadRemediations(ctx context.Context, query *RemediationQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.RemediationsTable) - joinT.Schema(_q.schemaConfig.ReviewRemediations) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(review.RemediationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.RemediationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2033,7 +1960,6 @@ func (_q *ReviewQuery) loadControls(ctx context.Context, query *ControlQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.ControlsTable) - joinT.Schema(_q.schemaConfig.ReviewControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(review.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2095,7 +2021,6 @@ func (_q *ReviewQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.ReviewSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(review.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2157,7 +2082,6 @@ func (_q *ReviewQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.RisksTable) - joinT.Schema(_q.schemaConfig.ReviewRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(review.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2219,7 +2143,6 @@ func (_q *ReviewQuery) loadPrograms(ctx context.Context, query *ProgramQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.ProgramsTable) - joinT.Schema(_q.schemaConfig.ReviewPrograms) s.Join(joinT).On(s.C(program.FieldID), joinT.C(review.ProgramsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.ProgramsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2281,7 +2204,6 @@ func (_q *ReviewQuery) loadAssets(ctx context.Context, query *AssetQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.AssetsTable) - joinT.Schema(_q.schemaConfig.ReviewAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(review.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2343,7 +2265,6 @@ func (_q *ReviewQuery) loadEntities(ctx context.Context, query *EntityQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.EntitiesTable) - joinT.Schema(_q.schemaConfig.ReviewEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(review.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2527,7 +2448,6 @@ func (_q *ReviewQuery) loadInternalPolicies(ctx context.Context, query *Internal } query.Where(func(s *sql.Selector) { joinT := sql.Table(review.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.ReviewInternalPolicies) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(review.InternalPoliciesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(review.InternalPoliciesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2579,8 +2499,6 @@ func (_q *ReviewQuery) loadInternalPolicies(ctx context.Context, query *Internal func (_q *ReviewQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Review - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2658,9 +2576,6 @@ func (_q *ReviewQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Review) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/review_update.go b/internal/ent/generated/review_update.go index f4d7f0ff2d..4a5ab14fc0 100644 --- a/internal/ent/generated/review_update.go +++ b/internal/ent/generated/review_update.go @@ -34,8 +34,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ReviewUpdate is the builder for updating Review entities. @@ -1555,7 +1553,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1569,7 +1566,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1586,7 +1582,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1603,7 +1598,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1617,7 +1611,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1634,7 +1627,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1651,7 +1643,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1665,7 +1656,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1682,7 +1672,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1696,7 +1685,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1713,7 +1701,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -1727,7 +1714,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1744,7 +1730,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1761,7 +1746,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -1775,7 +1759,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1792,7 +1775,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1809,7 +1791,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -1823,7 +1804,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1840,7 +1820,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1857,7 +1836,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -1871,7 +1849,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1888,7 +1865,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1905,7 +1881,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -1919,7 +1894,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1936,7 +1910,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1953,7 +1926,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1967,7 +1939,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1984,7 +1955,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2001,7 +1971,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2015,7 +1984,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2032,7 +2000,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2049,7 +2016,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2063,7 +2029,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2080,7 +2045,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2097,7 +2061,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2111,7 +2074,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2128,7 +2090,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2145,7 +2106,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2159,7 +2119,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2176,7 +2135,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2193,7 +2151,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2207,7 +2164,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2224,7 +2180,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2241,7 +2196,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2255,7 +2209,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2272,7 +2225,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2289,7 +2241,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewerIDs(); len(nodes) > 0 { @@ -2303,7 +2254,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2320,7 +2270,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2334,7 +2283,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2351,7 +2299,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2368,7 +2315,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2382,7 +2328,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2399,7 +2344,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2416,7 +2360,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2430,7 +2373,6 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2447,14 +2389,11 @@ func (_u *ReviewUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Review - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4010,7 +3949,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -4024,7 +3962,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4041,7 +3978,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4058,7 +3994,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -4072,7 +4007,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4089,7 +4023,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4106,7 +4039,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4120,7 +4052,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4137,7 +4068,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4151,7 +4081,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4168,7 +4097,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -4182,7 +4110,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4199,7 +4126,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationReviews for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4216,7 +4142,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4230,7 +4155,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4247,7 +4171,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewFindings for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4264,7 +4187,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4278,7 +4200,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4295,7 +4216,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4312,7 +4232,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -4326,7 +4245,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4343,7 +4261,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4360,7 +4277,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -4374,7 +4290,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4391,7 +4306,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4408,7 +4322,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4422,7 +4335,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4439,7 +4351,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4456,7 +4367,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4470,7 +4380,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4487,7 +4396,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4504,7 +4412,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4518,7 +4425,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4535,7 +4441,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4552,7 +4457,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -4566,7 +4470,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4583,7 +4486,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4600,7 +4502,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -4614,7 +4515,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4631,7 +4531,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4648,7 +4547,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -4662,7 +4560,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4679,7 +4576,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4696,7 +4592,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4710,7 +4605,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4727,7 +4621,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4744,7 +4637,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewerIDs(); len(nodes) > 0 { @@ -4758,7 +4650,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Review for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4775,7 +4666,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -4789,7 +4679,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4806,7 +4695,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4823,7 +4711,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -4837,7 +4724,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4854,7 +4740,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4871,7 +4756,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4885,7 +4769,6 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4902,14 +4785,11 @@ func (_u *ReviewUpdateOne) sqlSave(ctx context.Context) (_node *Review, err erro IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewInternalPolicies for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Review - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Review{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/risk/where.go b/internal/ent/generated/risk/where.go index e2b8f9583c..58f534700c 100644 --- a/internal/ent/generated/risk/where.go +++ b/internal/ent/generated/risk/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2736,9 +2734,6 @@ func HasOwner() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -2747,9 +2742,6 @@ func HasOwner() predicate.Risk { func HasOwnerWith(preds ...predicate.Organization) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2765,9 +2757,6 @@ func HasBlockedGroups() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2776,9 +2765,6 @@ func HasBlockedGroups() predicate.Risk { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2794,9 +2780,6 @@ func HasEditors() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2805,9 +2788,6 @@ func HasEditors() predicate.Risk { func HasEditorsWith(preds ...predicate.Group) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2823,9 +2803,6 @@ func HasViewers() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ViewersTable, ViewersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskViewers sqlgraph.HasNeighbors(s, step) }) } @@ -2834,9 +2811,6 @@ func HasViewers() predicate.Risk { func HasViewersWith(preds ...predicate.Group) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskViewers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2852,9 +2826,6 @@ func HasRiskKind() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RiskKindTable, RiskKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -2863,9 +2834,6 @@ func HasRiskKind() predicate.Risk { func HasRiskKindWith(preds ...predicate.CustomTypeEnum) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newRiskKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2881,9 +2849,6 @@ func HasRiskCategory() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RiskCategoryTable, RiskCategoryColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -2892,9 +2857,6 @@ func HasRiskCategory() predicate.Risk { func HasRiskCategoryWith(preds ...predicate.CustomTypeEnum) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newRiskCategoryStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2910,9 +2872,6 @@ func HasEnvironment() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -2921,9 +2880,6 @@ func HasEnvironment() predicate.Risk { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2939,9 +2895,6 @@ func HasScope() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -2950,9 +2903,6 @@ func HasScope() predicate.Risk { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2968,9 +2918,6 @@ func HasControls() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2979,9 +2926,6 @@ func HasControls() predicate.Risk { func HasControlsWith(preds ...predicate.Control) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2997,9 +2941,6 @@ func HasSubcontrols() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3008,9 +2949,6 @@ func HasSubcontrols() predicate.Risk { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3026,9 +2964,6 @@ func HasProcedures() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3037,9 +2972,6 @@ func HasProcedures() predicate.Risk { func HasProceduresWith(preds ...predicate.Procedure) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3055,9 +2987,6 @@ func HasInternalPolicies() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3066,9 +2995,6 @@ func HasInternalPolicies() predicate.Risk { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3084,9 +3010,6 @@ func HasPrograms() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3095,9 +3018,6 @@ func HasPrograms() predicate.Risk { func HasProgramsWith(preds ...predicate.Program) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3113,9 +3033,6 @@ func HasPlatforms() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3124,9 +3041,6 @@ func HasPlatforms() predicate.Risk { func HasPlatformsWith(preds ...predicate.Platform) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3142,9 +3056,6 @@ func HasActionPlans() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RiskActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -3153,9 +3064,6 @@ func HasActionPlans() predicate.Risk { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RiskActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3171,9 +3079,6 @@ func HasTasks() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.RiskTasks sqlgraph.HasNeighbors(s, step) }) } @@ -3182,9 +3087,6 @@ func HasTasks() predicate.Risk { func HasTasksWith(preds ...predicate.Task) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.RiskTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3200,9 +3102,6 @@ func HasAssets() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssetsTable, AssetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighbors(s, step) }) } @@ -3211,9 +3110,6 @@ func HasAssets() predicate.Risk { func HasAssetsWith(preds ...predicate.Asset) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3229,9 +3125,6 @@ func HasEntities() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EntitiesTable, EntitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighbors(s, step) }) } @@ -3240,9 +3133,6 @@ func HasEntities() predicate.Risk { func HasEntitiesWith(preds ...predicate.Entity) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3258,9 +3148,6 @@ func HasScans() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ScansTable, ScansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -3269,9 +3156,6 @@ func HasScans() predicate.Risk { func HasScansWith(preds ...predicate.Scan) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3287,9 +3171,6 @@ func HasStakeholder() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, StakeholderTable, StakeholderColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -3298,9 +3179,6 @@ func HasStakeholder() predicate.Risk { func HasStakeholderWith(preds ...predicate.Group) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newStakeholderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3316,9 +3194,6 @@ func HasDelegate() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighbors(s, step) }) } @@ -3327,9 +3202,6 @@ func HasDelegate() predicate.Risk { func HasDelegateWith(preds ...predicate.Group) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3345,9 +3217,6 @@ func HasComments() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -3356,9 +3225,6 @@ func HasComments() predicate.Risk { func HasCommentsWith(preds ...predicate.Note) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3374,9 +3240,6 @@ func HasDiscussions() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -3385,9 +3248,6 @@ func HasDiscussions() predicate.Risk { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3403,9 +3263,6 @@ func HasReviews() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3414,9 +3271,6 @@ func HasReviews() predicate.Risk { func HasReviewsWith(preds ...predicate.Review) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3432,9 +3286,6 @@ func HasRemediations() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3443,9 +3294,6 @@ func HasRemediations() predicate.Risk { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3461,9 +3309,6 @@ func HasVulnerabilities() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3472,9 +3317,6 @@ func HasVulnerabilities() predicate.Risk { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3490,9 +3332,6 @@ func HasFindings() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingRisks sqlgraph.HasNeighbors(s, step) }) } @@ -3501,9 +3340,6 @@ func HasFindings() predicate.Risk { func HasFindingsWith(preds ...predicate.Finding) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3519,9 +3355,6 @@ func HasWorkflowObjectRefs() predicate.Risk { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3530,9 +3363,6 @@ func HasWorkflowObjectRefs() predicate.Risk { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Risk { return predicate.Risk(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/risk_create.go b/internal/ent/generated/risk_create.go index 42834b359e..0695b1f7ce 100644 --- a/internal/ent/generated/risk_create.go +++ b/internal/ent/generated/risk_create.go @@ -1139,7 +1139,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { _node = &Risk{config: _c.config} _spec = sqlgraph.NewCreateSpec(risk.Table, sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Risk if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1303,7 +1302,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1321,7 +1319,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1338,7 +1335,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1355,7 +1351,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1372,7 +1367,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1390,7 +1384,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1408,7 +1401,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1426,7 +1418,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1444,7 +1435,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1461,7 +1451,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1478,7 +1467,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1495,7 +1483,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1512,7 +1499,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1529,7 +1515,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1546,7 +1531,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1563,7 +1547,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1580,7 +1563,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1597,7 +1579,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1614,7 +1595,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1631,7 +1611,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1649,7 +1628,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1667,7 +1645,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1684,7 +1661,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1701,7 +1677,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1718,7 +1693,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1735,7 +1709,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1752,7 +1725,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1769,7 +1741,6 @@ func (_c *RiskCreate) createSpec() (*Risk, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/risk_delete.go b/internal/ent/generated/risk_delete.go index 664fa5e853..f794110974 100644 --- a/internal/ent/generated/risk_delete.go +++ b/internal/ent/generated/risk_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/risk" ) @@ -43,8 +41,6 @@ func (_d *RiskDelete) ExecX(ctx context.Context) int { func (_d *RiskDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(risk.Table, sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Risk - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/risk_query.go b/internal/ent/generated/risk_query.go index ea0fb9fd85..b6d12b7d57 100644 --- a/internal/ent/generated/risk_query.go +++ b/internal/ent/generated/risk_query.go @@ -37,7 +37,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -152,9 +151,6 @@ func (_q *RiskQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, risk.OwnerTable, risk.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -177,9 +173,6 @@ func (_q *RiskQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.BlockedGroupsTable, risk.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -202,9 +195,6 @@ func (_q *RiskQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.EditorsTable, risk.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -227,9 +217,6 @@ func (_q *RiskQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.ViewersTable, risk.ViewersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.RiskViewers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -252,9 +239,6 @@ func (_q *RiskQuery) QueryRiskKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.RiskKindTable, risk.RiskKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -277,9 +261,6 @@ func (_q *RiskQuery) QueryRiskCategory() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.RiskCategoryTable, risk.RiskCategoryColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -302,9 +283,6 @@ func (_q *RiskQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.EnvironmentTable, risk.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -327,9 +305,6 @@ func (_q *RiskQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.ScopeTable, risk.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -352,9 +327,6 @@ func (_q *RiskQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ControlsTable, risk.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -377,9 +349,6 @@ func (_q *RiskQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.SubcontrolsTable, risk.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -402,9 +371,6 @@ func (_q *RiskQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ProceduresTable, risk.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -427,9 +393,6 @@ func (_q *RiskQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.InternalPoliciesTable, risk.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -452,9 +415,6 @@ func (_q *RiskQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ProgramsTable, risk.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -477,9 +437,6 @@ func (_q *RiskQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.PlatformsTable, risk.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -502,9 +459,6 @@ func (_q *RiskQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.ActionPlansTable, risk.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.RiskActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -527,9 +481,6 @@ func (_q *RiskQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, risk.TasksTable, risk.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.RiskTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -552,9 +503,6 @@ func (_q *RiskQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.AssetsTable, risk.AssetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.Asset fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -577,9 +525,6 @@ func (_q *RiskQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.EntitiesTable, risk.EntitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Entity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -602,9 +547,6 @@ func (_q *RiskQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.ScansTable, risk.ScansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -627,9 +569,6 @@ func (_q *RiskQuery) QueryStakeholder() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.StakeholderTable, risk.StakeholderColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -652,9 +591,6 @@ func (_q *RiskQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, risk.DelegateTable, risk.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Risk fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -677,9 +613,6 @@ func (_q *RiskQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.CommentsTable, risk.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -702,9 +635,6 @@ func (_q *RiskQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, risk.DiscussionsTable, risk.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -727,9 +657,6 @@ func (_q *RiskQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.ReviewsTable, risk.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -752,9 +679,6 @@ func (_q *RiskQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.RemediationsTable, risk.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -777,9 +701,6 @@ func (_q *RiskQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.VulnerabilitiesTable, risk.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -802,9 +723,6 @@ func (_q *RiskQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, risk.FindingsTable, risk.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -827,9 +745,6 @@ func (_q *RiskQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, risk.WorkflowObjectRefsTable, risk.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1499,8 +1414,6 @@ func (_q *RiskQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Risk, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Risk - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1901,7 +1814,6 @@ func (_q *RiskQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.RiskBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(risk.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(risk.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1963,7 +1875,6 @@ func (_q *RiskQuery) loadEditors(ctx context.Context, query *GroupQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.EditorsTable) - joinT.Schema(_q.schemaConfig.RiskEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(risk.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(risk.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2025,7 +1936,6 @@ func (_q *RiskQuery) loadViewers(ctx context.Context, query *GroupQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ViewersTable) - joinT.Schema(_q.schemaConfig.RiskViewers) s.Join(joinT).On(s.C(group.FieldID), joinT.C(risk.ViewersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(risk.ViewersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2203,7 +2113,6 @@ func (_q *RiskQuery) loadControls(ctx context.Context, query *ControlQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlRisks) s.Join(joinT).On(s.C(control.FieldID), joinT.C(risk.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2265,7 +2174,6 @@ func (_q *RiskQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolRisks) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(risk.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2327,7 +2235,6 @@ func (_q *RiskQuery) loadProcedures(ctx context.Context, query *ProcedureQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ProceduresTable) - joinT.Schema(_q.schemaConfig.ProcedureRisks) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(risk.ProceduresPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.ProceduresPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2389,7 +2296,6 @@ func (_q *RiskQuery) loadInternalPolicies(ctx context.Context, query *InternalPo } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyRisks) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(risk.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2451,7 +2357,6 @@ func (_q *RiskQuery) loadPrograms(ctx context.Context, query *ProgramQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramRisks) s.Join(joinT).On(s.C(program.FieldID), joinT.C(risk.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2513,7 +2418,6 @@ func (_q *RiskQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformRisks) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(risk.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2575,7 +2479,6 @@ func (_q *RiskQuery) loadActionPlans(ctx context.Context, query *ActionPlanQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ActionPlansTable) - joinT.Schema(_q.schemaConfig.RiskActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(risk.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(risk.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2637,7 +2540,6 @@ func (_q *RiskQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes []*R } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.TasksTable) - joinT.Schema(_q.schemaConfig.RiskTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(risk.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(risk.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2912,7 +2814,6 @@ func (_q *RiskQuery) loadReviews(ctx context.Context, query *ReviewQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewRisks) s.Join(joinT).On(s.C(review.FieldID), joinT.C(risk.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2974,7 +2875,6 @@ func (_q *RiskQuery) loadRemediations(ctx context.Context, query *RemediationQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationRisks) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(risk.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3036,7 +2936,6 @@ func (_q *RiskQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabili } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityRisks) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(risk.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3098,7 +2997,6 @@ func (_q *RiskQuery) loadFindings(ctx context.Context, query *FindingQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(risk.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingRisks) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(risk.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(risk.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3181,8 +3079,6 @@ func (_q *RiskQuery) loadWorkflowObjectRefs(ctx context.Context, query *Workflow func (_q *RiskQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Risk - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3269,9 +3165,6 @@ func (_q *RiskQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Risk) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/risk_update.go b/internal/ent/generated/risk_update.go index 6abae56d0b..280738825d 100644 --- a/internal/ent/generated/risk_update.go +++ b/internal/ent/generated/risk_update.go @@ -36,8 +36,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // RiskUpdate is the builder for updating Risk entities. @@ -2012,7 +2010,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2026,7 +2023,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2043,7 +2039,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2060,7 +2055,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2074,7 +2068,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2091,7 +2084,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2108,7 +2100,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2122,7 +2113,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2139,7 +2129,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2156,7 +2145,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskKindIDs(); len(nodes) > 0 { @@ -2170,7 +2158,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2187,7 +2174,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskCategoryIDs(); len(nodes) > 0 { @@ -2201,7 +2187,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2218,7 +2203,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2232,7 +2216,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2249,7 +2232,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2263,7 +2245,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2280,7 +2261,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2294,7 +2274,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2311,7 +2290,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2328,7 +2306,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2342,7 +2319,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2359,7 +2335,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2376,7 +2351,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2390,7 +2364,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2407,7 +2380,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2424,7 +2396,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2438,7 +2409,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2455,7 +2425,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2472,7 +2441,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2486,7 +2454,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2503,7 +2470,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2520,7 +2486,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2534,7 +2499,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2551,7 +2515,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2568,7 +2531,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2582,7 +2544,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2599,7 +2560,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2616,7 +2576,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2630,7 +2589,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2647,7 +2605,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2664,7 +2621,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -2678,7 +2634,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2695,7 +2650,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2712,7 +2666,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -2726,7 +2679,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2743,7 +2695,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2760,7 +2711,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -2774,7 +2724,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2791,7 +2740,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2808,7 +2756,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StakeholderIDs(); len(nodes) > 0 { @@ -2822,7 +2769,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2839,7 +2785,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -2853,7 +2798,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2870,7 +2814,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2884,7 +2827,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2901,7 +2843,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2918,7 +2859,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -2932,7 +2872,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2949,7 +2888,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2966,7 +2904,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2980,7 +2917,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2997,7 +2933,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3014,7 +2949,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -3028,7 +2962,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3045,7 +2978,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3062,7 +2994,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -3076,7 +3007,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3093,7 +3023,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3110,7 +3039,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -3124,7 +3052,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3141,7 +3068,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3158,7 +3084,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3172,7 +3097,6 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3189,14 +3113,11 @@ func (_u *RiskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Risk - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -5207,7 +5128,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -5221,7 +5141,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5238,7 +5157,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5255,7 +5173,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -5269,7 +5186,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5286,7 +5202,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5303,7 +5218,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -5317,7 +5231,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5334,7 +5247,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskViewers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5351,7 +5263,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskKindIDs(); len(nodes) > 0 { @@ -5365,7 +5276,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5382,7 +5292,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskCategoryIDs(); len(nodes) > 0 { @@ -5396,7 +5305,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5413,7 +5321,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -5427,7 +5334,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5444,7 +5350,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -5458,7 +5363,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5475,7 +5379,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -5489,7 +5392,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5506,7 +5408,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5523,7 +5424,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -5537,7 +5437,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5554,7 +5453,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5571,7 +5469,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -5585,7 +5482,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5602,7 +5498,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5619,7 +5514,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -5633,7 +5527,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5650,7 +5543,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5667,7 +5559,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -5681,7 +5572,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5698,7 +5588,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5715,7 +5604,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -5729,7 +5617,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5746,7 +5633,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5763,7 +5649,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5777,7 +5662,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5794,7 +5678,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5811,7 +5694,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5825,7 +5707,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5842,7 +5723,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5859,7 +5739,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -5873,7 +5752,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5890,7 +5768,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Asset for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5907,7 +5784,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -5921,7 +5797,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5938,7 +5813,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Entity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5955,7 +5829,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -5969,7 +5842,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5986,7 +5858,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6003,7 +5874,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StakeholderIDs(); len(nodes) > 0 { @@ -6017,7 +5887,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6034,7 +5903,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -6048,7 +5916,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Risk for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6065,7 +5932,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -6079,7 +5945,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6096,7 +5961,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6113,7 +5977,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -6127,7 +5990,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6144,7 +6006,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6161,7 +6022,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -6175,7 +6035,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6192,7 +6051,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6209,7 +6067,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -6223,7 +6080,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6240,7 +6096,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6257,7 +6112,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -6271,7 +6125,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6288,7 +6141,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6305,7 +6157,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -6319,7 +6170,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6336,7 +6186,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6353,7 +6202,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -6367,7 +6215,6 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6384,14 +6231,11 @@ func (_u *RiskUpdateOne) sqlSave(ctx context.Context) (_node *Risk, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Risk - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Risk{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/scan/where.go b/internal/ent/generated/scan/where.go index b102307b27..964784896e 100644 --- a/internal/ent/generated/scan/where.go +++ b/internal/ent/generated/scan/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2301,9 +2299,6 @@ func HasOwner() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2312,9 +2307,6 @@ func HasOwner() predicate.Scan { func HasOwnerWith(preds ...predicate.Organization) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2330,9 +2322,6 @@ func HasBlockedGroups() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, BlockedGroupsTable, BlockedGroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanBlockedGroups sqlgraph.HasNeighbors(s, step) }) } @@ -2341,9 +2330,6 @@ func HasBlockedGroups() predicate.Scan { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanBlockedGroups sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2359,9 +2345,6 @@ func HasEditors() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EditorsTable, EditorsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanEditors sqlgraph.HasNeighbors(s, step) }) } @@ -2370,9 +2353,6 @@ func HasEditors() predicate.Scan { func HasEditorsWith(preds ...predicate.Group) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanEditors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2388,9 +2368,6 @@ func HasReviewedByUser() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByUserTable, ReviewedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2399,9 +2376,6 @@ func HasReviewedByUser() predicate.Scan { func HasReviewedByUserWith(preds ...predicate.User) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newReviewedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2417,9 +2391,6 @@ func HasReviewedByGroup() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByGroupTable, ReviewedByGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2428,9 +2399,6 @@ func HasReviewedByGroup() predicate.Scan { func HasReviewedByGroupWith(preds ...predicate.Group) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newReviewedByGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2446,9 +2414,6 @@ func HasAssignedToUser() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToUserTable, AssignedToUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2457,9 +2422,6 @@ func HasAssignedToUser() predicate.Scan { func HasAssignedToUserWith(preds ...predicate.User) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newAssignedToUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2475,9 +2437,6 @@ func HasAssignedToGroup() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToGroupTable, AssignedToGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2486,9 +2445,6 @@ func HasAssignedToGroup() predicate.Scan { func HasAssignedToGroupWith(preds ...predicate.Group) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newAssignedToGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2504,9 +2460,6 @@ func HasEnvironment() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2515,9 +2468,6 @@ func HasEnvironment() predicate.Scan { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2533,9 +2483,6 @@ func HasScope() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2544,9 +2491,6 @@ func HasScope() predicate.Scan { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2562,9 +2506,6 @@ func HasAssets() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ScanAssets sqlgraph.HasNeighbors(s, step) }) } @@ -2573,9 +2514,6 @@ func HasAssets() predicate.Scan { func HasAssetsWith(preds ...predicate.Asset) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ScanAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2591,9 +2529,6 @@ func HasEntities() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ScanEntities sqlgraph.HasNeighbors(s, step) }) } @@ -2602,9 +2537,6 @@ func HasEntities() predicate.Scan { func HasEntitiesWith(preds ...predicate.Entity) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ScanEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2620,9 +2552,6 @@ func HasEvidence() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ScanEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2631,9 +2560,6 @@ func HasEvidence() predicate.Scan { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ScanEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2649,9 +2575,6 @@ func HasFiles() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ScanFiles sqlgraph.HasNeighbors(s, step) }) } @@ -2660,9 +2583,6 @@ func HasFiles() predicate.Scan { func HasFilesWith(preds ...predicate.File) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ScanFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2678,9 +2598,6 @@ func HasRemediations() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ScanRemediations sqlgraph.HasNeighbors(s, step) }) } @@ -2689,9 +2606,6 @@ func HasRemediations() predicate.Scan { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ScanRemediations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2707,9 +2621,6 @@ func HasActionPlans() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ScanActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -2718,9 +2629,6 @@ func HasActionPlans() predicate.Scan { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ScanActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2736,9 +2644,6 @@ func HasTasks() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ScanTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2747,9 +2652,6 @@ func HasTasks() predicate.Scan { func HasTasksWith(preds ...predicate.Task) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ScanTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2765,9 +2667,6 @@ func HasPlatforms() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformScans sqlgraph.HasNeighbors(s, step) }) } @@ -2776,9 +2675,6 @@ func HasPlatforms() predicate.Scan { func HasPlatformsWith(preds ...predicate.Platform) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2794,9 +2690,6 @@ func HasVulnerabilities() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityScans sqlgraph.HasNeighbors(s, step) }) } @@ -2805,9 +2698,6 @@ func HasVulnerabilities() predicate.Scan { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2823,9 +2713,6 @@ func HasControls() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlScans sqlgraph.HasNeighbors(s, step) }) } @@ -2834,9 +2721,6 @@ func HasControls() predicate.Scan { func HasControlsWith(preds ...predicate.Control) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2852,9 +2736,6 @@ func HasSubcontrols() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolScans sqlgraph.HasNeighbors(s, step) }) } @@ -2863,9 +2744,6 @@ func HasSubcontrols() predicate.Scan { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2881,9 +2759,6 @@ func HasFindings() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingScans sqlgraph.HasNeighbors(s, step) }) } @@ -2892,9 +2767,6 @@ func HasFindings() predicate.Scan { func HasFindingsWith(preds ...predicate.Finding) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2910,9 +2782,6 @@ func HasGeneratedByPlatform() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, GeneratedByPlatformTable, GeneratedByPlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2921,9 +2790,6 @@ func HasGeneratedByPlatform() predicate.Scan { func HasGeneratedByPlatformWith(preds ...predicate.Platform) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newGeneratedByPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2939,9 +2805,6 @@ func HasPerformedByUser() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PerformedByUserTable, PerformedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2950,9 +2813,6 @@ func HasPerformedByUser() predicate.Scan { func HasPerformedByUserWith(preds ...predicate.User) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newPerformedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2968,9 +2828,6 @@ func HasPerformedByGroup() predicate.Scan { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PerformedByGroupTable, PerformedByGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighbors(s, step) }) } @@ -2979,9 +2836,6 @@ func HasPerformedByGroup() predicate.Scan { func HasPerformedByGroupWith(preds ...predicate.Group) predicate.Scan { return predicate.Scan(func(s *sql.Selector) { step := newPerformedByGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/scan_create.go b/internal/ent/generated/scan_create.go index 4e5ee88a4e..d30941ccea 100644 --- a/internal/ent/generated/scan_create.go +++ b/internal/ent/generated/scan_create.go @@ -904,7 +904,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { _node = &Scan{config: _c.config} _spec = sqlgraph.NewCreateSpec(scan.Table, sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Scan if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1016,7 +1015,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1034,7 +1032,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1051,7 +1048,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1068,7 +1064,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1086,7 +1081,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1104,7 +1098,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1122,7 +1115,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1140,7 +1132,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1158,7 +1149,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1176,7 +1166,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1193,7 +1182,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1210,7 +1198,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1227,7 +1214,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1244,7 +1230,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1261,7 +1246,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1278,7 +1262,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1295,7 +1278,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1312,7 +1294,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1329,7 +1310,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1346,7 +1326,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1363,7 +1342,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1380,7 +1358,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1398,7 +1375,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1416,7 +1392,6 @@ func (_c *ScanCreate) createSpec() (*Scan, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/scan_delete.go b/internal/ent/generated/scan_delete.go index a59cd64a97..9a822f2425 100644 --- a/internal/ent/generated/scan_delete.go +++ b/internal/ent/generated/scan_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/scan" ) @@ -43,8 +41,6 @@ func (_d *ScanDelete) ExecX(ctx context.Context) int { func (_d *ScanDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(scan.Table, sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Scan - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/scan_query.go b/internal/ent/generated/scan_query.go index 8dcaca05be..ffda6bbf52 100644 --- a/internal/ent/generated/scan_query.go +++ b/internal/ent/generated/scan_query.go @@ -32,7 +32,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -136,9 +135,6 @@ func (_q *ScanQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scan.OwnerTable, scan.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -161,9 +157,6 @@ func (_q *ScanQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.BlockedGroupsTable, scan.BlockedGroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanBlockedGroups fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -186,9 +179,6 @@ func (_q *ScanQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EditorsTable, scan.EditorsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.ScanEditors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -211,9 +201,6 @@ func (_q *ScanQuery) QueryReviewedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ReviewedByUserTable, scan.ReviewedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -236,9 +223,6 @@ func (_q *ScanQuery) QueryReviewedByGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ReviewedByGroupTable, scan.ReviewedByGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -261,9 +245,6 @@ func (_q *ScanQuery) QueryAssignedToUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.AssignedToUserTable, scan.AssignedToUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -286,9 +267,6 @@ func (_q *ScanQuery) QueryAssignedToGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.AssignedToGroupTable, scan.AssignedToGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -311,9 +289,6 @@ func (_q *ScanQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.EnvironmentTable, scan.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -336,9 +311,6 @@ func (_q *ScanQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.ScopeTable, scan.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -361,9 +333,6 @@ func (_q *ScanQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.AssetsTable, scan.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.ScanAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -386,9 +355,6 @@ func (_q *ScanQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EntitiesTable, scan.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.ScanEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -411,9 +377,6 @@ func (_q *ScanQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.EvidenceTable, scan.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.ScanEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -436,9 +399,6 @@ func (_q *ScanQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.FilesTable, scan.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.ScanFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -461,9 +421,6 @@ func (_q *ScanQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.RemediationsTable, scan.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.ScanRemediations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -486,9 +443,6 @@ func (_q *ScanQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.ActionPlansTable, scan.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ScanActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -511,9 +465,6 @@ func (_q *ScanQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scan.TasksTable, scan.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.ScanTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -536,9 +487,6 @@ func (_q *ScanQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.PlatformsTable, scan.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -561,9 +509,6 @@ func (_q *ScanQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.VulnerabilitiesTable, scan.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -586,9 +531,6 @@ func (_q *ScanQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.ControlsTable, scan.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -611,9 +553,6 @@ func (_q *ScanQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.SubcontrolsTable, scan.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -636,9 +575,6 @@ func (_q *ScanQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, scan.FindingsTable, scan.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -661,9 +597,6 @@ func (_q *ScanQuery) QueryGeneratedByPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scan.GeneratedByPlatformTable, scan.GeneratedByPlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -686,9 +619,6 @@ func (_q *ScanQuery) QueryPerformedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.PerformedByUserTable, scan.PerformedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -711,9 +641,6 @@ func (_q *ScanQuery) QueryPerformedByGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scan.PerformedByGroupTable, scan.PerformedByGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Scan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1331,8 +1258,6 @@ func (_q *ScanQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Scan, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Scan - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1651,7 +1576,6 @@ func (_q *ScanQuery) loadBlockedGroups(ctx context.Context, query *GroupQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.BlockedGroupsTable) - joinT.Schema(_q.schemaConfig.ScanBlockedGroups) s.Join(joinT).On(s.C(group.FieldID), joinT.C(scan.BlockedGroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.BlockedGroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1713,7 +1637,6 @@ func (_q *ScanQuery) loadEditors(ctx context.Context, query *GroupQuery, nodes [ } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.EditorsTable) - joinT.Schema(_q.schemaConfig.ScanEditors) s.Join(joinT).On(s.C(group.FieldID), joinT.C(scan.EditorsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.EditorsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1949,7 +1872,6 @@ func (_q *ScanQuery) loadAssets(ctx context.Context, query *AssetQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.AssetsTable) - joinT.Schema(_q.schemaConfig.ScanAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(scan.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2011,7 +1933,6 @@ func (_q *ScanQuery) loadEntities(ctx context.Context, query *EntityQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.EntitiesTable) - joinT.Schema(_q.schemaConfig.ScanEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(scan.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2073,7 +1994,6 @@ func (_q *ScanQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.EvidenceTable) - joinT.Schema(_q.schemaConfig.ScanEvidence) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(scan.EvidencePrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.EvidencePrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2135,7 +2055,6 @@ func (_q *ScanQuery) loadFiles(ctx context.Context, query *FileQuery, nodes []*S } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.FilesTable) - joinT.Schema(_q.schemaConfig.ScanFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(scan.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2197,7 +2116,6 @@ func (_q *ScanQuery) loadRemediations(ctx context.Context, query *RemediationQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.RemediationsTable) - joinT.Schema(_q.schemaConfig.ScanRemediations) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(scan.RemediationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.RemediationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2259,7 +2177,6 @@ func (_q *ScanQuery) loadActionPlans(ctx context.Context, query *ActionPlanQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.ActionPlansTable) - joinT.Schema(_q.schemaConfig.ScanActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(scan.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2321,7 +2238,6 @@ func (_q *ScanQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes []*S } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.TasksTable) - joinT.Schema(_q.schemaConfig.ScanTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(scan.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scan.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2383,7 +2299,6 @@ func (_q *ScanQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformScans) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(scan.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(scan.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2445,7 +2360,6 @@ func (_q *ScanQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabili } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityScans) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(scan.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(scan.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2507,7 +2421,6 @@ func (_q *ScanQuery) loadControls(ctx context.Context, query *ControlQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlScans) s.Join(joinT).On(s.C(control.FieldID), joinT.C(scan.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(scan.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2569,7 +2482,6 @@ func (_q *ScanQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolScans) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(scan.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(scan.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2631,7 +2543,6 @@ func (_q *ScanQuery) loadFindings(ctx context.Context, query *FindingQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(scan.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingScans) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(scan.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(scan.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2770,8 +2681,6 @@ func (_q *ScanQuery) loadPerformedByGroup(ctx context.Context, query *GroupQuery func (_q *ScanQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Scan - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2867,9 +2776,6 @@ func (_q *ScanQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Scan) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/scan_update.go b/internal/ent/generated/scan_update.go index cd86e7417d..ed650aba31 100644 --- a/internal/ent/generated/scan_update.go +++ b/internal/ent/generated/scan_update.go @@ -31,8 +31,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ScanUpdate is the builder for updating Scan entities. @@ -1451,7 +1449,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1465,7 +1462,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1482,7 +1478,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1499,7 +1494,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1513,7 +1507,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1530,7 +1523,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1547,7 +1539,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -1561,7 +1552,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1578,7 +1568,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -1592,7 +1581,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1609,7 +1597,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -1623,7 +1610,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1640,7 +1626,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -1654,7 +1639,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1671,7 +1655,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1685,7 +1668,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1702,7 +1684,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1716,7 +1697,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1733,7 +1713,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -1747,7 +1726,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1764,7 +1742,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1781,7 +1758,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -1795,7 +1771,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1812,7 +1787,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1829,7 +1803,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -1843,7 +1816,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1860,7 +1832,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1877,7 +1848,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -1891,7 +1861,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1908,7 +1877,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1925,7 +1893,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -1939,7 +1906,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1956,7 +1922,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1973,7 +1938,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -1987,7 +1951,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2004,7 +1967,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2021,7 +1983,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2035,7 +1996,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2052,7 +2012,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2069,7 +2028,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2083,7 +2041,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2100,7 +2057,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2117,7 +2073,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2131,7 +2086,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2148,7 +2102,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2165,7 +2118,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2179,7 +2131,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2196,7 +2147,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2213,7 +2163,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2227,7 +2176,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2244,7 +2192,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2261,7 +2208,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2275,7 +2221,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2292,7 +2237,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2309,7 +2253,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GeneratedByPlatformIDs(); len(nodes) > 0 { @@ -2323,7 +2266,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2340,7 +2282,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PerformedByUserIDs(); len(nodes) > 0 { @@ -2354,7 +2295,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2371,7 +2311,6 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PerformedByGroupIDs(); len(nodes) > 0 { @@ -2385,14 +2324,11 @@ func (_u *ScanUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Scan - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -3847,7 +3783,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -3861,7 +3796,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3878,7 +3812,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanBlockedGroups for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3895,7 +3828,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -3909,7 +3841,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3926,7 +3857,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEditors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3943,7 +3873,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -3957,7 +3886,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3974,7 +3902,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -3988,7 +3915,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4005,7 +3931,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -4019,7 +3944,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4036,7 +3960,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -4050,7 +3973,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4067,7 +3989,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4081,7 +4002,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4098,7 +4018,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4112,7 +4031,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4129,7 +4047,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -4143,7 +4060,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4160,7 +4076,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4177,7 +4092,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -4191,7 +4105,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4208,7 +4121,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4225,7 +4137,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -4239,7 +4150,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4256,7 +4166,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4273,7 +4182,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -4287,7 +4195,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4304,7 +4211,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4321,7 +4227,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -4335,7 +4240,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4352,7 +4256,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanRemediations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4369,7 +4272,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -4383,7 +4285,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4400,7 +4301,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4417,7 +4317,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -4431,7 +4330,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4448,7 +4346,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4465,7 +4362,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -4479,7 +4375,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4496,7 +4391,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4513,7 +4407,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -4527,7 +4420,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4544,7 +4436,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4561,7 +4452,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4575,7 +4465,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4592,7 +4481,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4609,7 +4497,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4623,7 +4510,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4640,7 +4526,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4657,7 +4542,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -4671,7 +4555,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4688,7 +4571,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4705,7 +4587,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GeneratedByPlatformIDs(); len(nodes) > 0 { @@ -4719,7 +4600,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4736,7 +4616,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PerformedByUserIDs(); len(nodes) > 0 { @@ -4750,7 +4629,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4767,7 +4645,6 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PerformedByGroupIDs(); len(nodes) > 0 { @@ -4781,14 +4658,11 @@ func (_u *ScanUpdateOne) sqlSave(ctx context.Context) (_node *Scan, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Scan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Scan - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Scan{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/scheduledjob/where.go b/internal/ent/generated/scheduledjob/where.go index 3e788cd1be..a47de600ac 100644 --- a/internal/ent/generated/scheduledjob/where.go +++ b/internal/ent/generated/scheduledjob/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -970,9 +968,6 @@ func HasOwner() predicate.ScheduledJob { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighbors(s, step) }) } @@ -981,9 +976,6 @@ func HasOwner() predicate.ScheduledJob { func HasOwnerWith(preds ...predicate.Organization) predicate.ScheduledJob { return predicate.ScheduledJob(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -999,9 +991,6 @@ func HasJobTemplate() predicate.ScheduledJob { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, JobTemplateTable, JobTemplateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighbors(s, step) }) } @@ -1010,9 +999,6 @@ func HasJobTemplate() predicate.ScheduledJob { func HasJobTemplateWith(preds ...predicate.JobTemplate) predicate.ScheduledJob { return predicate.ScheduledJob(func(s *sql.Selector) { step := newJobTemplateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1028,9 +1014,6 @@ func HasControls() predicate.ScheduledJob { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ScheduledJobControls sqlgraph.HasNeighbors(s, step) }) } @@ -1039,9 +1022,6 @@ func HasControls() predicate.ScheduledJob { func HasControlsWith(preds ...predicate.Control) predicate.ScheduledJob { return predicate.ScheduledJob(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ScheduledJobControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1057,9 +1037,6 @@ func HasSubcontrols() predicate.ScheduledJob { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -1068,9 +1045,6 @@ func HasSubcontrols() predicate.ScheduledJob { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.ScheduledJob { return predicate.ScheduledJob(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1086,9 +1060,6 @@ func HasJobRunner() predicate.ScheduledJob { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, JobRunnerTable, JobRunnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighbors(s, step) }) } @@ -1097,9 +1068,6 @@ func HasJobRunner() predicate.ScheduledJob { func HasJobRunnerWith(preds ...predicate.JobRunner) predicate.ScheduledJob { return predicate.ScheduledJob(func(s *sql.Selector) { step := newJobRunnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJob sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/scheduledjob_create.go b/internal/ent/generated/scheduledjob_create.go index e64dde1ca4..4569b781eb 100644 --- a/internal/ent/generated/scheduledjob_create.go +++ b/internal/ent/generated/scheduledjob_create.go @@ -393,7 +393,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) _node = &ScheduledJob{config: _c.config} _spec = sqlgraph.NewCreateSpec(scheduledjob.Table, sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ScheduledJob if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -453,7 +452,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -471,7 +469,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -489,7 +486,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -506,7 +502,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -523,7 +518,6 @@ func (_c *ScheduledJobCreate) createSpec() (*ScheduledJob, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/scheduledjob_delete.go b/internal/ent/generated/scheduledjob_delete.go index a7b2d2a0f0..99014a8572 100644 --- a/internal/ent/generated/scheduledjob_delete.go +++ b/internal/ent/generated/scheduledjob_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" ) @@ -43,8 +41,6 @@ func (_d *ScheduledJobDelete) ExecX(ctx context.Context) int { func (_d *ScheduledJobDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(scheduledjob.Table, sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ScheduledJob - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/scheduledjob_query.go b/internal/ent/generated/scheduledjob_query.go index cbcc563b78..48d1f3280f 100644 --- a/internal/ent/generated/scheduledjob_query.go +++ b/internal/ent/generated/scheduledjob_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/scheduledjob" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -93,9 +92,6 @@ func (_q *ScheduledJobQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjob.OwnerTable, scheduledjob.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJob fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -118,9 +114,6 @@ func (_q *ScheduledJobQuery) QueryJobTemplate() *JobTemplateQuery { sqlgraph.To(jobtemplate.Table, jobtemplate.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjob.JobTemplateTable, scheduledjob.JobTemplateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobTemplate - step.Edge.Schema = schemaConfig.ScheduledJob fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -143,9 +136,6 @@ func (_q *ScheduledJobQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scheduledjob.ControlsTable, scheduledjob.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ScheduledJobControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -168,9 +158,6 @@ func (_q *ScheduledJobQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, scheduledjob.SubcontrolsTable, scheduledjob.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -193,9 +180,6 @@ func (_q *ScheduledJobQuery) QueryJobRunner() *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjob.JobRunnerTable, scheduledjob.JobRunnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJob fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -562,8 +546,6 @@ func (_q *ScheduledJobQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ScheduledJob - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -701,7 +683,6 @@ func (_q *ScheduledJobQuery) loadControls(ctx context.Context, query *ControlQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(scheduledjob.ControlsTable) - joinT.Schema(_q.schemaConfig.ScheduledJobControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(scheduledjob.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scheduledjob.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -763,7 +744,6 @@ func (_q *ScheduledJobQuery) loadSubcontrols(ctx context.Context, query *Subcont } query.Where(func(s *sql.Selector) { joinT := sql.Table(scheduledjob.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.ScheduledJobSubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(scheduledjob.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(scheduledjob.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -844,8 +824,6 @@ func (_q *ScheduledJobQuery) loadJobRunner(ctx context.Context, query *JobRunner func (_q *ScheduledJobQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ScheduledJob - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -920,9 +898,6 @@ func (_q *ScheduledJobQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ScheduledJob) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/scheduledjob_update.go b/internal/ent/generated/scheduledjob_update.go index 280195995d..212dec3cea 100644 --- a/internal/ent/generated/scheduledjob_update.go +++ b/internal/ent/generated/scheduledjob_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" "github.com/theopenlane/core/internal/ent/generated/subcontrol" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ScheduledJobUpdate is the builder for updating ScheduledJob entities. @@ -465,7 +463,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobTemplateIDs(); len(nodes) > 0 { @@ -479,7 +476,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -496,7 +492,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -510,7 +505,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -527,7 +521,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -544,7 +537,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -558,7 +550,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -575,7 +566,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -592,7 +582,6 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -606,14 +595,11 @@ func (_u *ScheduledJobUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJob - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1094,7 +1080,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobTemplateIDs(); len(nodes) > 0 { @@ -1108,7 +1093,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(jobtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1125,7 +1109,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -1139,7 +1122,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1156,7 +1138,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1173,7 +1154,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -1187,7 +1167,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1204,7 +1183,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1221,7 +1199,6 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -1235,14 +1212,11 @@ func (_u *ScheduledJobUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJ IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJob for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJob - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ScheduledJob{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/scheduledjobrun/where.go b/internal/ent/generated/scheduledjobrun/where.go index 07f390ec83..c46b313a1d 100644 --- a/internal/ent/generated/scheduledjobrun/where.go +++ b/internal/ent/generated/scheduledjobrun/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -925,9 +923,6 @@ func HasOwner() predicate.ScheduledJobRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighbors(s, step) }) } @@ -936,9 +931,6 @@ func HasOwner() predicate.ScheduledJobRun { func HasOwnerWith(preds ...predicate.Organization) predicate.ScheduledJobRun { return predicate.ScheduledJobRun(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -954,9 +946,6 @@ func HasScheduledJob() predicate.ScheduledJobRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScheduledJobTable, ScheduledJobColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighbors(s, step) }) } @@ -965,9 +954,6 @@ func HasScheduledJob() predicate.ScheduledJobRun { func HasScheduledJobWith(preds ...predicate.ScheduledJob) predicate.ScheduledJobRun { return predicate.ScheduledJobRun(func(s *sql.Selector) { step := newScheduledJobStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -983,9 +969,6 @@ func HasJobRunner() predicate.ScheduledJobRun { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, JobRunnerTable, JobRunnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighbors(s, step) }) } @@ -994,9 +977,6 @@ func HasJobRunner() predicate.ScheduledJobRun { func HasJobRunnerWith(preds ...predicate.JobRunner) predicate.ScheduledJobRun { return predicate.ScheduledJobRun(func(s *sql.Selector) { step := newJobRunnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJobRun sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/scheduledjobrun_create.go b/internal/ent/generated/scheduledjobrun_create.go index 662d134a31..260f7b31f6 100644 --- a/internal/ent/generated/scheduledjobrun_create.go +++ b/internal/ent/generated/scheduledjobrun_create.go @@ -332,7 +332,6 @@ func (_c *ScheduledJobRunCreate) createSpec() (*ScheduledJobRun, *sqlgraph.Creat _node = &ScheduledJobRun{config: _c.config} _spec = sqlgraph.NewCreateSpec(scheduledjobrun.Table, sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ScheduledJobRun if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -388,7 +387,6 @@ func (_c *ScheduledJobRunCreate) createSpec() (*ScheduledJobRun, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -406,7 +404,6 @@ func (_c *ScheduledJobRunCreate) createSpec() (*ScheduledJobRun, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -424,7 +421,6 @@ func (_c *ScheduledJobRunCreate) createSpec() (*ScheduledJobRun, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/scheduledjobrun_delete.go b/internal/ent/generated/scheduledjobrun_delete.go index e65ede7577..42363ca567 100644 --- a/internal/ent/generated/scheduledjobrun_delete.go +++ b/internal/ent/generated/scheduledjobrun_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/scheduledjobrun" ) @@ -43,8 +41,6 @@ func (_d *ScheduledJobRunDelete) ExecX(ctx context.Context) int { func (_d *ScheduledJobRunDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(scheduledjobrun.Table, sqlgraph.NewFieldSpec(scheduledjobrun.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ScheduledJobRun - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/scheduledjobrun_query.go b/internal/ent/generated/scheduledjobrun_query.go index 0d875bb2dd..8f2456376a 100644 --- a/internal/ent/generated/scheduledjobrun_query.go +++ b/internal/ent/generated/scheduledjobrun_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/scheduledjob" "github.com/theopenlane/core/internal/ent/generated/scheduledjobrun" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *ScheduledJobRunQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, scheduledjobrun.OwnerTable, scheduledjobrun.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.ScheduledJobRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *ScheduledJobRunQuery) QueryScheduledJob() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjobrun.ScheduledJobTable, scheduledjobrun.ScheduledJobColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -136,9 +129,6 @@ func (_q *ScheduledJobRunQuery) QueryJobRunner() *JobRunnerQuery { sqlgraph.To(jobrunner.Table, jobrunner.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, scheduledjobrun.JobRunnerTable, scheduledjobrun.JobRunnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.JobRunner - step.Edge.Schema = schemaConfig.ScheduledJobRun fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -479,8 +469,6 @@ func (_q *ScheduledJobRunQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ScheduledJobRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -609,8 +597,6 @@ func (_q *ScheduledJobRunQuery) loadJobRunner(ctx context.Context, query *JobRun func (_q *ScheduledJobRunQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ScheduledJobRun - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -685,9 +671,6 @@ func (_q *ScheduledJobRunQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ScheduledJobRun) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/scheduledjobrun_update.go b/internal/ent/generated/scheduledjobrun_update.go index 970d297def..4c53dc1b2b 100644 --- a/internal/ent/generated/scheduledjobrun_update.go +++ b/internal/ent/generated/scheduledjobrun_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/scheduledjob" "github.com/theopenlane/core/internal/ent/generated/scheduledjobrun" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ScheduledJobRunUpdate is the builder for updating ScheduledJobRun entities. @@ -358,7 +356,6 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -372,7 +369,6 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -389,7 +385,6 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScheduledJobIDs(); len(nodes) > 0 { @@ -403,7 +398,6 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -420,7 +414,6 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -434,14 +427,11 @@ func (_u *ScheduledJobRunUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJobRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -817,7 +807,6 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -831,7 +820,6 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -848,7 +836,6 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScheduledJobIDs(); len(nodes) > 0 { @@ -862,7 +849,6 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -879,7 +865,6 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.JobRunnerIDs(); len(nodes) > 0 { @@ -893,14 +878,11 @@ func (_u *ScheduledJobRunUpdateOne) sqlSave(ctx context.Context) (_node *Schedul IDSpec: sqlgraph.NewFieldSpec(jobrunner.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobRun for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJobRun - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &ScheduledJobRun{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/sladefinition/where.go b/internal/ent/generated/sladefinition/where.go index 1d6b500b3e..b8d52af04c 100644 --- a/internal/ent/generated/sladefinition/where.go +++ b/internal/ent/generated/sladefinition/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -795,9 +793,6 @@ func HasOwner() predicate.SLADefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SLADefinition sqlgraph.HasNeighbors(s, step) }) } @@ -806,9 +801,6 @@ func HasOwner() predicate.SLADefinition { func HasOwnerWith(preds ...predicate.Organization) predicate.SLADefinition { return predicate.SLADefinition(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SLADefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -824,9 +816,6 @@ func HasBlockedGroups() predicate.SLADefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -835,9 +824,6 @@ func HasBlockedGroups() predicate.SLADefinition { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.SLADefinition { return predicate.SLADefinition(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -853,9 +839,6 @@ func HasEditors() predicate.SLADefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -864,9 +847,6 @@ func HasEditors() predicate.SLADefinition { func HasEditorsWith(preds ...predicate.Group) predicate.SLADefinition { return predicate.SLADefinition(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/sladefinition_create.go b/internal/ent/generated/sladefinition_create.go index fea1b74267..60a0f03ab0 100644 --- a/internal/ent/generated/sladefinition_create.go +++ b/internal/ent/generated/sladefinition_create.go @@ -347,7 +347,6 @@ func (_c *SLADefinitionCreate) createSpec() (*SLADefinition, *sqlgraph.CreateSpe _node = &SLADefinition{config: _c.config} _spec = sqlgraph.NewCreateSpec(sladefinition.Table, sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SLADefinition if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -407,7 +406,6 @@ func (_c *SLADefinitionCreate) createSpec() (*SLADefinition, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -425,7 +423,6 @@ func (_c *SLADefinitionCreate) createSpec() (*SLADefinition, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -442,7 +439,6 @@ func (_c *SLADefinitionCreate) createSpec() (*SLADefinition, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/sladefinition_delete.go b/internal/ent/generated/sladefinition_delete.go index f23dd44af8..ca27159c19 100644 --- a/internal/ent/generated/sladefinition_delete.go +++ b/internal/ent/generated/sladefinition_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/sladefinition" ) @@ -43,8 +41,6 @@ func (_d *SLADefinitionDelete) ExecX(ctx context.Context) int { func (_d *SLADefinitionDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(sladefinition.Table, sqlgraph.NewFieldSpec(sladefinition.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SLADefinition - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/sladefinition_query.go b/internal/ent/generated/sladefinition_query.go index 443aefcc90..3357b6f3d5 100644 --- a/internal/ent/generated/sladefinition_query.go +++ b/internal/ent/generated/sladefinition_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/sladefinition" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -88,9 +87,6 @@ func (_q *SLADefinitionQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, sladefinition.OwnerTable, sladefinition.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SLADefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -113,9 +109,6 @@ func (_q *SLADefinitionQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, sladefinition.BlockedGroupsTable, sladefinition.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -138,9 +131,6 @@ func (_q *SLADefinitionQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, sladefinition.EditorsTable, sladefinition.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -481,8 +471,6 @@ func (_q *SLADefinitionQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SLADefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -631,8 +619,6 @@ func (_q *SLADefinitionQuery) loadEditors(ctx context.Context, query *GroupQuery func (_q *SLADefinitionQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SLADefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -701,9 +687,6 @@ func (_q *SLADefinitionQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SLADefinition) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/sladefinition_update.go b/internal/ent/generated/sladefinition_update.go index 73ad9b3de2..1ddc2c0446 100644 --- a/internal/ent/generated/sladefinition_update.go +++ b/internal/ent/generated/sladefinition_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/sladefinition" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // SLADefinitionUpdate is the builder for updating SLADefinition entities. @@ -435,7 +433,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -449,7 +446,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -466,7 +462,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -480,7 +475,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -497,7 +491,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -514,7 +507,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -528,7 +520,6 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -545,14 +536,11 @@ func (_u *SLADefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.SLADefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1005,7 +993,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1019,7 +1006,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SLADefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1036,7 +1022,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1050,7 +1035,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1067,7 +1051,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1084,7 +1067,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1098,7 +1080,6 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1115,14 +1096,11 @@ func (_u *SLADefinitionUpdateOne) sqlSave(ctx context.Context) (_node *SLADefini IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.SLADefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &SLADefinition{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/standard/where.go b/internal/ent/generated/standard/where.go index 36a5bb34c1..55bc86329e 100644 --- a/internal/ent/generated/standard/where.go +++ b/internal/ent/generated/standard/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1805,9 +1803,6 @@ func HasOwner() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighbors(s, step) }) } @@ -1816,9 +1811,6 @@ func HasOwner() predicate.Standard { func HasOwnerWith(preds ...predicate.Organization) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1834,9 +1826,6 @@ func HasControls() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ControlsTable, ControlsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighbors(s, step) }) } @@ -1845,9 +1834,6 @@ func HasControls() predicate.Standard { func HasControlsWith(preds ...predicate.Control) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1863,9 +1849,6 @@ func HasTrustCenterCompliances() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterCompliancesTable, TrustCenterCompliancesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighbors(s, step) }) } @@ -1874,9 +1857,6 @@ func HasTrustCenterCompliances() predicate.Standard { func HasTrustCenterCompliancesWith(preds ...predicate.TrustCenterCompliance) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newTrustCenterCompliancesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1892,9 +1872,6 @@ func HasTrustCenterDocs() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterDocsTable, TrustCenterDocsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1903,9 +1880,6 @@ func HasTrustCenterDocs() predicate.Standard { func HasTrustCenterDocsWith(preds ...predicate.TrustCenterDoc) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newTrustCenterDocsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1921,9 +1895,6 @@ func HasApplicablePlatforms() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ApplicablePlatformsTable, ApplicablePlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks sqlgraph.HasNeighbors(s, step) }) } @@ -1932,9 +1903,6 @@ func HasApplicablePlatforms() predicate.Standard { func HasApplicablePlatformsWith(preds ...predicate.Platform) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newApplicablePlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1950,9 +1918,6 @@ func HasLogoFile() predicate.Standard { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, LogoFileTable, LogoFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighbors(s, step) }) } @@ -1961,9 +1926,6 @@ func HasLogoFile() predicate.Standard { func HasLogoFileWith(preds ...predicate.File) predicate.Standard { return predicate.Standard(func(s *sql.Selector) { step := newLogoFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Standard sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/standard_create.go b/internal/ent/generated/standard_create.go index 64e71a1c89..fc7a2b2138 100644 --- a/internal/ent/generated/standard_create.go +++ b/internal/ent/generated/standard_create.go @@ -611,7 +611,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { _node = &Standard{config: _c.config} _spec = sqlgraph.NewCreateSpec(standard.Table, sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Standard if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -727,7 +726,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -745,7 +743,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -762,7 +759,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -779,7 +775,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -796,7 +791,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -813,7 +807,6 @@ func (_c *StandardCreate) createSpec() (*Standard, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/standard_delete.go b/internal/ent/generated/standard_delete.go index 037d8b104d..3d0615f9c0 100644 --- a/internal/ent/generated/standard_delete.go +++ b/internal/ent/generated/standard_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/standard" ) @@ -43,8 +41,6 @@ func (_d *StandardDelete) ExecX(ctx context.Context) int { func (_d *StandardDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(standard.Table, sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Standard - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/standard_query.go b/internal/ent/generated/standard_query.go index f76154b03e..a991099116 100644 --- a/internal/ent/generated/standard_query.go +++ b/internal/ent/generated/standard_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcentercompliance" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -97,9 +96,6 @@ func (_q *StandardQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, standard.OwnerTable, standard.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Standard fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -122,9 +118,6 @@ func (_q *StandardQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.ControlsTable, standard.ControlsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Control fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -147,9 +140,6 @@ func (_q *StandardQuery) QueryTrustCenterCompliances() *TrustCenterComplianceQue sqlgraph.To(trustcentercompliance.Table, trustcentercompliance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.TrustCenterCompliancesTable, standard.TrustCenterCompliancesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -172,9 +162,6 @@ func (_q *StandardQuery) QueryTrustCenterDocs() *TrustCenterDocQuery { sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, standard.TrustCenterDocsTable, standard.TrustCenterDocsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -197,9 +184,6 @@ func (_q *StandardQuery) QueryApplicablePlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, standard.ApplicablePlatformsTable, standard.ApplicablePlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformApplicableFrameworks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -222,9 +206,6 @@ func (_q *StandardQuery) QueryLogoFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, standard.LogoFileTable, standard.LogoFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Standard fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -604,8 +585,6 @@ func (_q *StandardQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Sta node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Standard - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -830,7 +809,6 @@ func (_q *StandardQuery) loadApplicablePlatforms(ctx context.Context, query *Pla } query.Where(func(s *sql.Selector) { joinT := sql.Table(standard.ApplicablePlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformApplicableFrameworks) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(standard.ApplicablePlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(standard.ApplicablePlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -914,8 +892,6 @@ func (_q *StandardQuery) loadLogoFile(ctx context.Context, query *FileQuery, nod func (_q *StandardQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Standard - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -987,9 +963,6 @@ func (_q *StandardQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Standard) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/standard_update.go b/internal/ent/generated/standard_update.go index c1f26dfb36..35dee98f37 100644 --- a/internal/ent/generated/standard_update.go +++ b/internal/ent/generated/standard_update.go @@ -21,8 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/standard" "github.com/theopenlane/core/internal/ent/generated/trustcentercompliance" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // StandardUpdate is the builder for updating Standard entities. @@ -921,7 +919,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -935,7 +932,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -952,7 +948,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -966,7 +961,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -983,7 +977,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1000,7 +993,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCompliancesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCompliancesCleared() { @@ -1014,7 +1006,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1031,7 +1022,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1048,7 +1038,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -1062,7 +1051,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1079,7 +1067,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1096,7 +1083,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedApplicablePlatformsIDs(); len(nodes) > 0 && !_u.mutation.ApplicablePlatformsCleared() { @@ -1110,7 +1096,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1127,7 +1112,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1144,7 +1128,6 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -1158,14 +1141,11 @@ func (_u *StandardUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Standard - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2100,7 +2080,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -2114,7 +2093,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2131,7 +2109,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2145,7 +2122,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2162,7 +2138,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Control for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2179,7 +2154,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCompliancesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCompliancesCleared() { @@ -2193,7 +2167,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2210,7 +2183,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2227,7 +2199,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -2241,7 +2212,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2258,7 +2228,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2275,7 +2244,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedApplicablePlatformsIDs(); len(nodes) > 0 && !_u.mutation.ApplicablePlatformsCleared() { @@ -2289,7 +2257,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2306,7 +2273,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformApplicableFrameworks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2323,7 +2289,6 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -2337,14 +2302,11 @@ func (_u *StandardUpdateOne) sqlSave(ctx context.Context) (_node *Standard, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Standard for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Standard - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Standard{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/subcontrol/where.go b/internal/ent/generated/subcontrol/where.go index d435ec4533..3bd9d478c7 100644 --- a/internal/ent/generated/subcontrol/where.go +++ b/internal/ent/generated/subcontrol/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2740,9 +2738,6 @@ func HasEvidence() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -2751,9 +2746,6 @@ func HasEvidence() predicate.Subcontrol { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2769,9 +2761,6 @@ func HasControlObjectives() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives sqlgraph.HasNeighbors(s, step) }) } @@ -2780,9 +2769,6 @@ func HasControlObjectives() predicate.Subcontrol { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2798,9 +2784,6 @@ func HasTasks() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.SubcontrolTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2809,9 +2792,6 @@ func HasTasks() predicate.Subcontrol { func HasTasksWith(preds ...predicate.Task) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.SubcontrolTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2827,9 +2807,6 @@ func HasNarratives() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NarrativesTable, NarrativesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighbors(s, step) }) } @@ -2838,9 +2815,6 @@ func HasNarratives() predicate.Subcontrol { func HasNarrativesWith(preds ...predicate.Narrative) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newNarrativesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2856,9 +2830,6 @@ func HasRisks() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.SubcontrolRisks sqlgraph.HasNeighbors(s, step) }) } @@ -2867,9 +2838,6 @@ func HasRisks() predicate.Subcontrol { func HasRisksWith(preds ...predicate.Risk) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.SubcontrolRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2885,9 +2853,6 @@ func HasActionPlans() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ActionPlansTable, ActionPlansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2896,9 +2861,6 @@ func HasActionPlans() predicate.Subcontrol { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2914,9 +2876,6 @@ func HasProcedures() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.SubcontrolProcedures sqlgraph.HasNeighbors(s, step) }) } @@ -2925,9 +2884,6 @@ func HasProcedures() predicate.Subcontrol { func HasProceduresWith(preds ...predicate.Procedure) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.SubcontrolProcedures sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2943,9 +2899,6 @@ func HasInternalPolicies() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -2954,9 +2907,6 @@ func HasInternalPolicies() predicate.Subcontrol { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2972,9 +2922,6 @@ func HasComments() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2983,9 +2930,6 @@ func HasComments() predicate.Subcontrol { func HasCommentsWith(preds ...predicate.Note) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3001,9 +2945,6 @@ func HasDiscussions() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DiscussionsTable, DiscussionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighbors(s, step) }) } @@ -3012,9 +2953,6 @@ func HasDiscussions() predicate.Subcontrol { func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newDiscussionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3030,9 +2968,6 @@ func HasControlOwner() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlOwnerTable, ControlOwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3041,9 +2976,6 @@ func HasControlOwner() predicate.Subcontrol { func HasControlOwnerWith(preds ...predicate.Group) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newControlOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3059,9 +2991,6 @@ func HasDelegate() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DelegateTable, DelegateColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3070,9 +2999,6 @@ func HasDelegate() predicate.Subcontrol { func HasDelegateWith(preds ...predicate.Group) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newDelegateStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3088,9 +3014,6 @@ func HasResponsibleParty() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ResponsiblePartyTable, ResponsiblePartyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3099,9 +3022,6 @@ func HasResponsibleParty() predicate.Subcontrol { func HasResponsiblePartyWith(preds ...predicate.Entity) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newResponsiblePartyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3117,9 +3037,6 @@ func HasReviews() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3128,9 +3045,6 @@ func HasReviews() predicate.Subcontrol { func HasReviewsWith(preds ...predicate.Review) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3146,9 +3060,6 @@ func HasRemediations() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3157,9 +3068,6 @@ func HasRemediations() predicate.Subcontrol { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3175,9 +3083,6 @@ func HasScans() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.SubcontrolScans sqlgraph.HasNeighbors(s, step) }) } @@ -3186,9 +3091,6 @@ func HasScans() predicate.Subcontrol { func HasScansWith(preds ...predicate.Scan) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.SubcontrolScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3204,9 +3106,6 @@ func HasOwner() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3215,9 +3114,6 @@ func HasOwner() predicate.Subcontrol { func HasOwnerWith(preds ...predicate.Organization) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3233,9 +3129,6 @@ func HasSubcontrolKind() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SubcontrolKindTable, SubcontrolKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3244,9 +3137,6 @@ func HasSubcontrolKind() predicate.Subcontrol { func HasSubcontrolKindWith(preds ...predicate.CustomTypeEnum) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newSubcontrolKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3262,9 +3152,6 @@ func HasControl() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -3273,9 +3160,6 @@ func HasControl() predicate.Subcontrol { func HasControlWith(preds ...predicate.Control) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3291,9 +3175,6 @@ func HasControlImplementations() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlImplementationsTable, ControlImplementationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations sqlgraph.HasNeighbors(s, step) }) } @@ -3302,9 +3183,6 @@ func HasControlImplementations() predicate.Subcontrol { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3320,9 +3198,6 @@ func HasScheduledJobs() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScheduledJobsTable, ScheduledJobsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3331,9 +3206,6 @@ func HasScheduledJobs() predicate.Subcontrol { func HasScheduledJobsWith(preds ...predicate.ScheduledJob) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newScheduledJobsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3349,9 +3221,6 @@ func HasMappedToSubcontrols() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedToSubcontrolsTable, MappedToSubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3360,9 +3229,6 @@ func HasMappedToSubcontrols() predicate.Subcontrol { func HasMappedToSubcontrolsWith(preds ...predicate.MappedControl) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newMappedToSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3378,9 +3244,6 @@ func HasMappedFromSubcontrols() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, MappedFromSubcontrolsTable, MappedFromSubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3389,9 +3252,6 @@ func HasMappedFromSubcontrols() predicate.Subcontrol { func HasMappedFromSubcontrolsWith(preds ...predicate.MappedControl) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newMappedFromSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3407,9 +3267,6 @@ func HasWorkflowObjectRefs() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3418,9 +3275,6 @@ func HasWorkflowObjectRefs() predicate.Subcontrol { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3436,9 +3290,6 @@ func HasAssets() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SubcontrolAssets sqlgraph.HasNeighbors(s, step) }) } @@ -3447,9 +3298,6 @@ func HasAssets() predicate.Subcontrol { func HasAssetsWith(preds ...predicate.Asset) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SubcontrolAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3465,9 +3313,6 @@ func HasEntities() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.SubcontrolEntities sqlgraph.HasNeighbors(s, step) }) } @@ -3476,9 +3321,6 @@ func HasEntities() predicate.Subcontrol { func HasEntitiesWith(preds ...predicate.Entity) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.SubcontrolEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3494,9 +3336,6 @@ func HasIdentityHolders() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders sqlgraph.HasNeighbors(s, step) }) } @@ -3505,9 +3344,6 @@ func HasIdentityHolders() predicate.Subcontrol { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3523,9 +3359,6 @@ func HasVulnerabilities() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3534,9 +3367,6 @@ func HasVulnerabilities() predicate.Subcontrol { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3552,9 +3382,6 @@ func HasFindings() predicate.Subcontrol { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingSubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -3563,9 +3390,6 @@ func HasFindings() predicate.Subcontrol { func HasFindingsWith(preds ...predicate.Finding) predicate.Subcontrol { return predicate.Subcontrol(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingSubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/subcontrol_create.go b/internal/ent/generated/subcontrol_create.go index 80e4135b0d..1dd33dfb51 100644 --- a/internal/ent/generated/subcontrol_create.go +++ b/internal/ent/generated/subcontrol_create.go @@ -1159,7 +1159,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { _node = &Subcontrol{config: _c.config} _spec = sqlgraph.NewCreateSpec(subcontrol.Table, sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Subcontrol if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1343,7 +1342,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1360,7 +1358,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1377,7 +1374,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1394,7 +1390,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1411,7 +1406,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1428,7 +1422,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1445,7 +1438,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1462,7 +1454,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1479,7 +1470,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1496,7 +1486,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1513,7 +1502,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1531,7 +1519,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1549,7 +1536,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1567,7 +1553,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1584,7 +1569,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1601,7 +1585,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1618,7 +1601,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1636,7 +1618,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1654,7 +1635,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1672,7 +1652,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1689,7 +1668,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1706,7 +1684,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1723,7 +1700,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1740,7 +1716,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1757,7 +1732,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1774,7 +1748,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1791,7 +1764,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1808,7 +1780,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1825,7 +1796,6 @@ func (_c *SubcontrolCreate) createSpec() (*Subcontrol, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/subcontrol_delete.go b/internal/ent/generated/subcontrol_delete.go index 72963c1415..74adea6f1a 100644 --- a/internal/ent/generated/subcontrol_delete.go +++ b/internal/ent/generated/subcontrol_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/subcontrol" ) @@ -43,8 +41,6 @@ func (_d *SubcontrolDelete) ExecX(ctx context.Context) int { func (_d *SubcontrolDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(subcontrol.Table, sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Subcontrol - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/subcontrol_query.go b/internal/ent/generated/subcontrol_query.go index 947922f601..fe8a6ce855 100644 --- a/internal/ent/generated/subcontrol_query.go +++ b/internal/ent/generated/subcontrol_query.go @@ -42,7 +42,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -160,9 +159,6 @@ func (_q *SubcontrolQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.EvidenceTable, subcontrol.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.EvidenceSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -185,9 +181,6 @@ func (_q *SubcontrolQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ControlObjectivesTable, subcontrol.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.SubcontrolControlObjectives fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -210,9 +203,6 @@ func (_q *SubcontrolQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.TasksTable, subcontrol.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.SubcontrolTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -235,9 +225,6 @@ func (_q *SubcontrolQuery) QueryNarratives() *NarrativeQuery { sqlgraph.To(narrative.Table, narrative.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.NarrativesTable, subcontrol.NarrativesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Narrative - step.Edge.Schema = schemaConfig.Narrative fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -260,9 +247,6 @@ func (_q *SubcontrolQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.RisksTable, subcontrol.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.SubcontrolRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -285,9 +269,6 @@ func (_q *SubcontrolQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.ActionPlansTable, subcontrol.ActionPlansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -310,9 +291,6 @@ func (_q *SubcontrolQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ProceduresTable, subcontrol.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.SubcontrolProcedures fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -335,9 +313,6 @@ func (_q *SubcontrolQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.InternalPoliciesTable, subcontrol.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicySubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -360,9 +335,6 @@ func (_q *SubcontrolQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.CommentsTable, subcontrol.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -385,9 +357,6 @@ func (_q *SubcontrolQuery) QueryDiscussions() *DiscussionQuery { sqlgraph.To(discussion.Table, discussion.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subcontrol.DiscussionsTable, subcontrol.DiscussionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Discussion - step.Edge.Schema = schemaConfig.Discussion fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -410,9 +379,6 @@ func (_q *SubcontrolQuery) QueryControlOwner() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.ControlOwnerTable, subcontrol.ControlOwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -435,9 +401,6 @@ func (_q *SubcontrolQuery) QueryDelegate() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.DelegateTable, subcontrol.DelegateColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -460,9 +423,6 @@ func (_q *SubcontrolQuery) QueryResponsibleParty() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.ResponsiblePartyTable, subcontrol.ResponsiblePartyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -485,9 +445,6 @@ func (_q *SubcontrolQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.ReviewsTable, subcontrol.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -510,9 +467,6 @@ func (_q *SubcontrolQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.RemediationsTable, subcontrol.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -535,9 +489,6 @@ func (_q *SubcontrolQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ScansTable, subcontrol.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.SubcontrolScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -560,9 +511,6 @@ func (_q *SubcontrolQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subcontrol.OwnerTable, subcontrol.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -585,9 +533,6 @@ func (_q *SubcontrolQuery) QuerySubcontrolKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subcontrol.SubcontrolKindTable, subcontrol.SubcontrolKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -610,9 +555,6 @@ func (_q *SubcontrolQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subcontrol.ControlTable, subcontrol.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -635,9 +577,6 @@ func (_q *SubcontrolQuery) QueryControlImplementations() *ControlImplementationQ sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.ControlImplementationsTable, subcontrol.ControlImplementationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.SubcontrolControlImplementations fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -660,9 +599,6 @@ func (_q *SubcontrolQuery) QueryScheduledJobs() *ScheduledJobQuery { sqlgraph.To(scheduledjob.Table, scheduledjob.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.ScheduledJobsTable, subcontrol.ScheduledJobsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ScheduledJob - step.Edge.Schema = schemaConfig.ScheduledJobSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -685,9 +621,6 @@ func (_q *SubcontrolQuery) QueryMappedToSubcontrols() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.MappedToSubcontrolsTable, subcontrol.MappedToSubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlToSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -710,9 +643,6 @@ func (_q *SubcontrolQuery) QueryMappedFromSubcontrols() *MappedControlQuery { sqlgraph.To(mappedcontrol.Table, mappedcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.MappedFromSubcontrolsTable, subcontrol.MappedFromSubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.MappedControl - step.Edge.Schema = schemaConfig.MappedControlFromSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -735,9 +665,6 @@ func (_q *SubcontrolQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, subcontrol.WorkflowObjectRefsTable, subcontrol.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -760,9 +687,6 @@ func (_q *SubcontrolQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.AssetsTable, subcontrol.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SubcontrolAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -785,9 +709,6 @@ func (_q *SubcontrolQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.EntitiesTable, subcontrol.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.SubcontrolEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -810,9 +731,6 @@ func (_q *SubcontrolQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subcontrol.IdentityHoldersTable, subcontrol.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.SubcontrolIdentityHolders fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -835,9 +753,6 @@ func (_q *SubcontrolQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.VulnerabilitiesTable, subcontrol.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -860,9 +775,6 @@ func (_q *SubcontrolQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subcontrol.FindingsTable, subcontrol.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingSubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1545,8 +1457,6 @@ func (_q *SubcontrolQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*S node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Subcontrol - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1948,7 +1858,6 @@ func (_q *SubcontrolQuery) loadEvidence(ctx context.Context, query *EvidenceQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.EvidenceTable) - joinT.Schema(_q.schemaConfig.EvidenceSubcontrols) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(subcontrol.EvidencePrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.EvidencePrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2010,7 +1919,6 @@ func (_q *SubcontrolQuery) loadControlObjectives(ctx context.Context, query *Con } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.SubcontrolControlObjectives) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(subcontrol.ControlObjectivesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.ControlObjectivesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2072,7 +1980,6 @@ func (_q *SubcontrolQuery) loadTasks(ctx context.Context, query *TaskQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.TasksTable) - joinT.Schema(_q.schemaConfig.SubcontrolTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(subcontrol.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2165,7 +2072,6 @@ func (_q *SubcontrolQuery) loadRisks(ctx context.Context, query *RiskQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.RisksTable) - joinT.Schema(_q.schemaConfig.SubcontrolRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(subcontrol.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2258,7 +2164,6 @@ func (_q *SubcontrolQuery) loadProcedures(ctx context.Context, query *ProcedureQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ProceduresTable) - joinT.Schema(_q.schemaConfig.SubcontrolProcedures) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(subcontrol.ProceduresPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.ProceduresPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2320,7 +2225,6 @@ func (_q *SubcontrolQuery) loadInternalPolicies(ctx context.Context, query *Inte } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicySubcontrols) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(subcontrol.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2534,7 +2438,6 @@ func (_q *SubcontrolQuery) loadReviews(ctx context.Context, query *ReviewQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewSubcontrols) s.Join(joinT).On(s.C(review.FieldID), joinT.C(subcontrol.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2596,7 +2499,6 @@ func (_q *SubcontrolQuery) loadRemediations(ctx context.Context, query *Remediat } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationSubcontrols) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(subcontrol.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2658,7 +2560,6 @@ func (_q *SubcontrolQuery) loadScans(ctx context.Context, query *ScanQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ScansTable) - joinT.Schema(_q.schemaConfig.SubcontrolScans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(subcontrol.ScansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.ScansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2807,7 +2708,6 @@ func (_q *SubcontrolQuery) loadControlImplementations(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ControlImplementationsTable) - joinT.Schema(_q.schemaConfig.SubcontrolControlImplementations) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(subcontrol.ControlImplementationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.ControlImplementationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2869,7 +2769,6 @@ func (_q *SubcontrolQuery) loadScheduledJobs(ctx context.Context, query *Schedul } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.ScheduledJobsTable) - joinT.Schema(_q.schemaConfig.ScheduledJobSubcontrols) s.Join(joinT).On(s.C(scheduledjob.FieldID), joinT.C(subcontrol.ScheduledJobsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.ScheduledJobsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2931,7 +2830,6 @@ func (_q *SubcontrolQuery) loadMappedToSubcontrols(ctx context.Context, query *M } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.MappedToSubcontrolsTable) - joinT.Schema(_q.schemaConfig.MappedControlToSubcontrols) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(subcontrol.MappedToSubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.MappedToSubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2993,7 +2891,6 @@ func (_q *SubcontrolQuery) loadMappedFromSubcontrols(ctx context.Context, query } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.MappedFromSubcontrolsTable) - joinT.Schema(_q.schemaConfig.MappedControlFromSubcontrols) s.Join(joinT).On(s.C(mappedcontrol.FieldID), joinT.C(subcontrol.MappedFromSubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.MappedFromSubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3086,7 +2983,6 @@ func (_q *SubcontrolQuery) loadAssets(ctx context.Context, query *AssetQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.AssetsTable) - joinT.Schema(_q.schemaConfig.SubcontrolAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(subcontrol.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3148,7 +3044,6 @@ func (_q *SubcontrolQuery) loadEntities(ctx context.Context, query *EntityQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.EntitiesTable) - joinT.Schema(_q.schemaConfig.SubcontrolEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(subcontrol.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3210,7 +3105,6 @@ func (_q *SubcontrolQuery) loadIdentityHolders(ctx context.Context, query *Ident } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.SubcontrolIdentityHolders) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(subcontrol.IdentityHoldersPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subcontrol.IdentityHoldersPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -3272,7 +3166,6 @@ func (_q *SubcontrolQuery) loadVulnerabilities(ctx context.Context, query *Vulne } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilitySubcontrols) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(subcontrol.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3334,7 +3227,6 @@ func (_q *SubcontrolQuery) loadFindings(ctx context.Context, query *FindingQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(subcontrol.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingSubcontrols) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(subcontrol.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subcontrol.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3386,8 +3278,6 @@ func (_q *SubcontrolQuery) loadFindings(ctx context.Context, query *FindingQuery func (_q *SubcontrolQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Subcontrol - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3471,9 +3361,6 @@ func (_q *SubcontrolQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Subcontrol) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/subcontrol_update.go b/internal/ent/generated/subcontrol_update.go index 6136fb9e71..7e68688006 100644 --- a/internal/ent/generated/subcontrol_update.go +++ b/internal/ent/generated/subcontrol_update.go @@ -41,8 +41,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/task" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // SubcontrolUpdate is the builder for updating Subcontrol entities. @@ -2166,7 +2164,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2180,7 +2177,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2197,7 +2193,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2214,7 +2209,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -2228,7 +2222,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2245,7 +2238,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2262,7 +2254,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2276,7 +2267,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2293,7 +2283,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2310,7 +2299,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -2324,7 +2312,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2341,7 +2328,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2358,7 +2344,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2372,7 +2357,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2389,7 +2373,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2406,7 +2389,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2420,7 +2402,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2437,7 +2418,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2454,7 +2434,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -2468,7 +2447,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2485,7 +2463,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2502,7 +2479,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -2516,7 +2492,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2533,7 +2508,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2550,7 +2524,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -2564,7 +2537,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2581,7 +2553,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2598,7 +2569,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -2612,7 +2582,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2629,7 +2598,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2646,7 +2614,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlOwnerIDs(); len(nodes) > 0 { @@ -2660,7 +2627,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2677,7 +2643,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -2691,7 +2656,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2708,7 +2672,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponsiblePartyIDs(); len(nodes) > 0 { @@ -2722,7 +2685,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2739,7 +2701,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -2753,7 +2714,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2770,7 +2730,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2787,7 +2746,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -2801,7 +2759,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2818,7 +2775,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2835,7 +2791,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -2849,7 +2804,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2866,7 +2820,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2883,7 +2836,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolKindIDs(); len(nodes) > 0 { @@ -2897,7 +2849,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2914,7 +2865,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -2928,7 +2878,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2945,7 +2894,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -2959,7 +2907,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2976,7 +2923,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2993,7 +2939,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -3007,7 +2952,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3024,7 +2968,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3041,7 +2984,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedToSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.MappedToSubcontrolsCleared() { @@ -3055,7 +2997,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3072,7 +3013,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3089,7 +3029,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedFromSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.MappedFromSubcontrolsCleared() { @@ -3103,7 +3042,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3120,7 +3058,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3137,7 +3074,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3151,7 +3087,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3168,7 +3103,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3185,7 +3119,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3199,7 +3132,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3216,7 +3148,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3233,7 +3164,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -3247,7 +3177,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3264,7 +3193,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3281,7 +3209,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -3295,7 +3222,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3312,7 +3238,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3329,7 +3254,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -3343,7 +3267,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3360,7 +3283,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3377,7 +3299,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -3391,7 +3312,6 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3408,14 +3328,11 @@ func (_u *SubcontrolUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subcontrol - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -5575,7 +5492,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -5589,7 +5505,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5606,7 +5521,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EvidenceSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5623,7 +5537,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -5637,7 +5550,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5654,7 +5566,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlObjectives for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5671,7 +5582,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5685,7 +5595,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5702,7 +5611,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5719,7 +5627,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNarrativesIDs(); len(nodes) > 0 && !_u.mutation.NarrativesCleared() { @@ -5733,7 +5640,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5750,7 +5656,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(narrative.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Narrative for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5767,7 +5672,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -5781,7 +5685,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5798,7 +5701,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5815,7 +5717,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5829,7 +5730,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5846,7 +5746,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5863,7 +5762,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -5877,7 +5775,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5894,7 +5791,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolProcedures for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5911,7 +5807,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -5925,7 +5820,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5942,7 +5836,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5959,7 +5852,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -5973,7 +5865,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5990,7 +5881,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6007,7 +5897,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDiscussionsIDs(); len(nodes) > 0 && !_u.mutation.DiscussionsCleared() { @@ -6021,7 +5910,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6038,7 +5926,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(discussion.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Discussion for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6055,7 +5942,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlOwnerIDs(); len(nodes) > 0 { @@ -6069,7 +5955,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6086,7 +5971,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DelegateIDs(); len(nodes) > 0 { @@ -6100,7 +5984,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6117,7 +6000,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ResponsiblePartyIDs(); len(nodes) > 0 { @@ -6131,7 +6013,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6148,7 +6029,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -6162,7 +6042,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6179,7 +6058,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6196,7 +6074,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -6210,7 +6087,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6227,7 +6103,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6244,7 +6119,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -6258,7 +6132,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6275,7 +6148,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6292,7 +6164,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolKindIDs(); len(nodes) > 0 { @@ -6306,7 +6177,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6323,7 +6193,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -6337,7 +6206,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6354,7 +6222,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -6368,7 +6235,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6385,7 +6251,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolControlImplementations for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6402,7 +6267,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScheduledJobsIDs(); len(nodes) > 0 && !_u.mutation.ScheduledJobsCleared() { @@ -6416,7 +6280,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6433,7 +6296,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(scheduledjob.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScheduledJobSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6450,7 +6312,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedToSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.MappedToSubcontrolsCleared() { @@ -6464,7 +6325,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6481,7 +6341,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlToSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6498,7 +6357,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedMappedFromSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.MappedFromSubcontrolsCleared() { @@ -6512,7 +6370,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6529,7 +6386,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(mappedcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.MappedControlFromSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6546,7 +6402,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -6560,7 +6415,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6577,7 +6431,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6594,7 +6447,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -6608,7 +6460,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6625,7 +6476,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6642,7 +6492,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -6656,7 +6505,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6673,7 +6521,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6690,7 +6537,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -6704,7 +6550,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6721,7 +6566,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolIdentityHolders for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6738,7 +6582,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -6752,7 +6595,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6769,7 +6611,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6786,7 +6627,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -6800,7 +6640,6 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6817,14 +6656,11 @@ func (_u *SubcontrolUpdateOne) sqlSave(ctx context.Context) (_node *Subcontrol, IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingSubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subcontrol - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Subcontrol{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/subprocessor/where.go b/internal/ent/generated/subprocessor/where.go index 3c624373f8..c5a6a7b711 100644 --- a/internal/ent/generated/subprocessor/where.go +++ b/internal/ent/generated/subprocessor/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1144,9 +1142,6 @@ func HasOwner() predicate.Subprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -1155,9 +1150,6 @@ func HasOwner() predicate.Subprocessor { func HasOwnerWith(preds ...predicate.Organization) predicate.Subprocessor { return predicate.Subprocessor(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1173,9 +1165,6 @@ func HasLogoFile() predicate.Subprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, LogoFileTable, LogoFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -1184,9 +1173,6 @@ func HasLogoFile() predicate.Subprocessor { func HasLogoFileWith(preds ...predicate.File) predicate.Subprocessor { return predicate.Subprocessor(func(s *sql.Selector) { step := newLogoFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Subprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1202,9 +1188,6 @@ func HasTrustCenterSubprocessors() predicate.Subprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterSubprocessorsTable, TrustCenterSubprocessorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -1213,9 +1196,6 @@ func HasTrustCenterSubprocessors() predicate.Subprocessor { func HasTrustCenterSubprocessorsWith(preds ...predicate.TrustCenterSubprocessor) predicate.Subprocessor { return predicate.Subprocessor(func(s *sql.Selector) { step := newTrustCenterSubprocessorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1231,9 +1211,6 @@ func HasEntities() predicate.Subprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySubprocessors sqlgraph.HasNeighbors(s, step) }) } @@ -1242,9 +1219,6 @@ func HasEntities() predicate.Subprocessor { func HasEntitiesWith(preds ...predicate.Entity) predicate.Subprocessor { return predicate.Subprocessor(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySubprocessors sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/subprocessor_create.go b/internal/ent/generated/subprocessor_create.go index 0dee0b56ee..45ba8c8dc1 100644 --- a/internal/ent/generated/subprocessor_create.go +++ b/internal/ent/generated/subprocessor_create.go @@ -406,7 +406,6 @@ func (_c *SubprocessorCreate) createSpec() (*Subprocessor, *sqlgraph.CreateSpec) _node = &Subprocessor{config: _c.config} _spec = sqlgraph.NewCreateSpec(subprocessor.Table, sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Subprocessor if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -478,7 +477,6 @@ func (_c *SubprocessorCreate) createSpec() (*Subprocessor, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -496,7 +494,6 @@ func (_c *SubprocessorCreate) createSpec() (*Subprocessor, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -514,7 +511,6 @@ func (_c *SubprocessorCreate) createSpec() (*Subprocessor, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -531,7 +527,6 @@ func (_c *SubprocessorCreate) createSpec() (*Subprocessor, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/subprocessor_delete.go b/internal/ent/generated/subprocessor_delete.go index 0f339bda0b..ce2834eb9b 100644 --- a/internal/ent/generated/subprocessor_delete.go +++ b/internal/ent/generated/subprocessor_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/subprocessor" ) @@ -43,8 +41,6 @@ func (_d *SubprocessorDelete) ExecX(ctx context.Context) int { func (_d *SubprocessorDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(subprocessor.Table, sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Subprocessor - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/subprocessor_query.go b/internal/ent/generated/subprocessor_query.go index 30df3cb8f5..90317b7ec8 100644 --- a/internal/ent/generated/subprocessor_query.go +++ b/internal/ent/generated/subprocessor_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/subprocessor" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *SubprocessorQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subprocessor.OwnerTable, subprocessor.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *SubprocessorQuery) QueryLogoFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, subprocessor.LogoFileTable, subprocessor.LogoFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.Subprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *SubprocessorQuery) QueryTrustCenterSubprocessors() *TrustCenterSubproc sqlgraph.To(trustcentersubprocessor.Table, trustcentersubprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subprocessor.TrustCenterSubprocessorsTable, subprocessor.TrustCenterSubprocessorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *SubprocessorQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, subprocessor.EntitiesTable, subprocessor.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySubprocessors fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -522,8 +509,6 @@ func (_q *SubprocessorQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Subprocessor - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -690,7 +675,6 @@ func (_q *SubprocessorQuery) loadEntities(ctx context.Context, query *EntityQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(subprocessor.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntitySubprocessors) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(subprocessor.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(subprocessor.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -742,8 +726,6 @@ func (_q *SubprocessorQuery) loadEntities(ctx context.Context, query *EntityQuer func (_q *SubprocessorQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Subprocessor - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -815,9 +797,6 @@ func (_q *SubprocessorQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Subprocessor) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/subprocessor_update.go b/internal/ent/generated/subprocessor_update.go index 63bdd2ccb1..e01aba889f 100644 --- a/internal/ent/generated/subprocessor_update.go +++ b/internal/ent/generated/subprocessor_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subprocessor" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // SubprocessorUpdate is the builder for updating Subprocessor entities. @@ -510,7 +508,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -524,7 +521,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -541,7 +537,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorsCleared() { @@ -555,7 +550,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -572,7 +566,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -589,7 +582,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -603,7 +595,6 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -620,14 +611,11 @@ func (_u *SubprocessorUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subprocessor - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1155,7 +1143,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -1169,7 +1156,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1186,7 +1172,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorsCleared() { @@ -1200,7 +1185,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1217,7 +1201,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1234,7 +1217,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -1248,7 +1230,6 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1265,14 +1246,11 @@ func (_u *SubprocessorUpdateOne) sqlSave(ctx context.Context) (_node *Subprocess IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySubprocessors for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subprocessor - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Subprocessor{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/subscriber/where.go b/internal/ent/generated/subscriber/where.go index 0502572053..d27bdfbf19 100644 --- a/internal/ent/generated/subscriber/where.go +++ b/internal/ent/generated/subscriber/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1304,9 +1302,6 @@ func HasOwner() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1315,9 +1310,6 @@ func HasOwner() predicate.Subscriber { func HasOwnerWith(preds ...predicate.Organization) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1333,9 +1325,6 @@ func HasEvents() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.SubscriberEvents sqlgraph.HasNeighbors(s, step) }) } @@ -1344,9 +1333,6 @@ func HasEvents() predicate.Subscriber { func HasEventsWith(preds ...predicate.Event) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.SubscriberEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1362,9 +1348,6 @@ func HasTrustCenter() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1373,9 +1356,6 @@ func HasTrustCenter() predicate.Subscriber { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1391,9 +1371,6 @@ func HasCampaignTargets() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1402,9 +1379,6 @@ func HasCampaignTargets() predicate.Subscriber { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1420,9 +1394,6 @@ func HasContact() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ContactTable, ContactColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1431,9 +1402,6 @@ func HasContact() predicate.Subscriber { func HasContactWith(preds ...predicate.Contact) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newContactStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1449,9 +1417,6 @@ func HasUser() predicate.Subscriber { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1460,9 +1425,6 @@ func HasUser() predicate.Subscriber { func HasUserWith(preds ...predicate.User) predicate.Subscriber { return predicate.Subscriber(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/subscriber_create.go b/internal/ent/generated/subscriber_create.go index bb0771394d..82a63ed8c9 100644 --- a/internal/ent/generated/subscriber_create.go +++ b/internal/ent/generated/subscriber_create.go @@ -523,7 +523,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { _node = &Subscriber{config: _c.config} _spec = sqlgraph.NewCreateSpec(subscriber.Table, sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Subscriber if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -611,7 +610,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -629,7 +627,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -646,7 +643,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -664,7 +660,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -681,7 +676,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -699,7 +693,6 @@ func (_c *SubscriberCreate) createSpec() (*Subscriber, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/subscriber_delete.go b/internal/ent/generated/subscriber_delete.go index e8b23bd218..de415a00dc 100644 --- a/internal/ent/generated/subscriber_delete.go +++ b/internal/ent/generated/subscriber_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/subscriber" ) @@ -43,8 +41,6 @@ func (_d *SubscriberDelete) ExecX(ctx context.Context) int { func (_d *SubscriberDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(subscriber.Table, sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Subscriber - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/subscriber_query.go b/internal/ent/generated/subscriber_query.go index 154b8a8e1d..956453c7a7 100644 --- a/internal/ent/generated/subscriber_query.go +++ b/internal/ent/generated/subscriber_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -95,9 +94,6 @@ func (_q *SubscriberQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.OwnerTable, subscriber.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -120,9 +116,6 @@ func (_q *SubscriberQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, subscriber.EventsTable, subscriber.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.SubscriberEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -145,9 +138,6 @@ func (_q *SubscriberQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.TrustCenterTable, subscriber.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -170,9 +160,6 @@ func (_q *SubscriberQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, subscriber.CampaignTargetsTable, subscriber.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -195,9 +182,6 @@ func (_q *SubscriberQuery) QueryContact() *ContactQuery { sqlgraph.To(contact.Table, contact.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.ContactTable, subscriber.ContactColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Contact - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -220,9 +204,6 @@ func (_q *SubscriberQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, subscriber.UserTable, subscriber.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -602,8 +583,6 @@ func (_q *SubscriberQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*S node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Subscriber - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -718,7 +697,6 @@ func (_q *SubscriberQuery) loadEvents(ctx context.Context, query *EventQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(subscriber.EventsTable) - joinT.Schema(_q.schemaConfig.SubscriberEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(subscriber.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(subscriber.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -890,8 +868,6 @@ func (_q *SubscriberQuery) loadUser(ctx context.Context, query *UserQuery, nodes func (_q *SubscriberQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Subscriber - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -969,9 +945,6 @@ func (_q *SubscriberQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Subscriber) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/subscriber_update.go b/internal/ent/generated/subscriber_update.go index de93792fe5..32491fe8d8 100644 --- a/internal/ent/generated/subscriber_update.go +++ b/internal/ent/generated/subscriber_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/subscriber" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // SubscriberUpdate is the builder for updating Subscriber entities. @@ -641,7 +639,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -655,7 +652,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -672,7 +668,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -686,7 +681,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -703,7 +697,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -720,7 +713,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -734,7 +726,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -751,7 +742,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -768,7 +758,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ContactIDs(); len(nodes) > 0 { @@ -782,7 +771,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -799,7 +787,6 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -813,14 +800,11 @@ func (_u *SubscriberUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subscriber - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1477,7 +1461,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1491,7 +1474,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1508,7 +1490,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -1522,7 +1503,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1539,7 +1519,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubscriberEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1556,7 +1535,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -1570,7 +1548,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1587,7 +1564,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1604,7 +1580,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ContactIDs(); len(nodes) > 0 { @@ -1618,7 +1593,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(contact.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1635,7 +1609,6 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1649,14 +1622,11 @@ func (_u *SubscriberUpdateOne) sqlSave(ctx context.Context) (_node *Subscriber, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Subscriber - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Subscriber{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/systemdetail/where.go b/internal/ent/generated/systemdetail/where.go index bb6a6ef093..d6a464e177 100644 --- a/internal/ent/generated/systemdetail/where.go +++ b/internal/ent/generated/systemdetail/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1146,9 +1144,6 @@ func HasOwner() predicate.SystemDetail { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SystemDetail sqlgraph.HasNeighbors(s, step) }) } @@ -1157,9 +1152,6 @@ func HasOwner() predicate.SystemDetail { func HasOwnerWith(preds ...predicate.Organization) predicate.SystemDetail { return predicate.SystemDetail(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SystemDetail sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1175,9 +1167,6 @@ func HasPrograms() predicate.SystemDetail { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramSystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -1186,9 +1175,6 @@ func HasPrograms() predicate.SystemDetail { func HasProgramsWith(preds ...predicate.Program) predicate.SystemDetail { return predicate.SystemDetail(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramSystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1204,9 +1190,6 @@ func HasPlatforms() predicate.SystemDetail { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -1215,9 +1198,6 @@ func HasPlatforms() predicate.SystemDetail { func HasPlatformsWith(preds ...predicate.Platform) predicate.SystemDetail { return predicate.SystemDetail(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1233,9 +1213,6 @@ func HasEntities() predicate.SystemDetail { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySystemDetails sqlgraph.HasNeighbors(s, step) }) } @@ -1244,9 +1221,6 @@ func HasEntities() predicate.SystemDetail { func HasEntitiesWith(preds ...predicate.Entity) predicate.SystemDetail { return predicate.SystemDetail(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySystemDetails sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1262,9 +1236,6 @@ func HasAssets() predicate.SystemDetail { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SystemDetailAssets sqlgraph.HasNeighbors(s, step) }) } @@ -1273,9 +1244,6 @@ func HasAssets() predicate.SystemDetail { func HasAssetsWith(preds ...predicate.Asset) predicate.SystemDetail { return predicate.SystemDetail(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SystemDetailAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/systemdetail_create.go b/internal/ent/generated/systemdetail_create.go index 69ae759143..470a41d72b 100644 --- a/internal/ent/generated/systemdetail_create.go +++ b/internal/ent/generated/systemdetail_create.go @@ -446,7 +446,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) _node = &SystemDetail{config: _c.config} _spec = sqlgraph.NewCreateSpec(systemdetail.Table, sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SystemDetail if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -530,7 +529,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SystemDetail for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -548,7 +546,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -565,7 +562,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -582,7 +578,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -599,7 +594,6 @@ func (_c *SystemDetailCreate) createSpec() (*SystemDetail, *sqlgraph.CreateSpec) IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/systemdetail_delete.go b/internal/ent/generated/systemdetail_delete.go index cdc4e4ba6b..d5d38cfd45 100644 --- a/internal/ent/generated/systemdetail_delete.go +++ b/internal/ent/generated/systemdetail_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/systemdetail" ) @@ -43,8 +41,6 @@ func (_d *SystemDetailDelete) ExecX(ctx context.Context) int { func (_d *SystemDetailDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(systemdetail.Table, sqlgraph.NewFieldSpec(systemdetail.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SystemDetail - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/systemdetail_query.go b/internal/ent/generated/systemdetail_query.go index dd0ae60e95..c75e5c6a74 100644 --- a/internal/ent/generated/systemdetail_query.go +++ b/internal/ent/generated/systemdetail_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/program" "github.com/theopenlane/core/internal/ent/generated/systemdetail" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -95,9 +94,6 @@ func (_q *SystemDetailQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, systemdetail.OwnerTable, systemdetail.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.SystemDetail fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -120,9 +116,6 @@ func (_q *SystemDetailQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.ProgramsTable, systemdetail.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramSystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -145,9 +138,6 @@ func (_q *SystemDetailQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.PlatformsTable, systemdetail.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformSystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -170,9 +160,6 @@ func (_q *SystemDetailQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, systemdetail.EntitiesTable, systemdetail.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.EntitySystemDetails fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -195,9 +182,6 @@ func (_q *SystemDetailQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, systemdetail.AssetsTable, systemdetail.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.SystemDetailAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -564,8 +548,6 @@ func (_q *SystemDetailQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SystemDetail - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -690,7 +672,6 @@ func (_q *SystemDetailQuery) loadPrograms(ctx context.Context, query *ProgramQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(systemdetail.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramSystemDetails) s.Join(joinT).On(s.C(program.FieldID), joinT.C(systemdetail.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(systemdetail.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -752,7 +733,6 @@ func (_q *SystemDetailQuery) loadPlatforms(ctx context.Context, query *PlatformQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(systemdetail.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformSystemDetails) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(systemdetail.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(systemdetail.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -814,7 +794,6 @@ func (_q *SystemDetailQuery) loadEntities(ctx context.Context, query *EntityQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(systemdetail.EntitiesTable) - joinT.Schema(_q.schemaConfig.EntitySystemDetails) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(systemdetail.EntitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(systemdetail.EntitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -876,7 +855,6 @@ func (_q *SystemDetailQuery) loadAssets(ctx context.Context, query *AssetQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(systemdetail.AssetsTable) - joinT.Schema(_q.schemaConfig.SystemDetailAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(systemdetail.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(systemdetail.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -928,8 +906,6 @@ func (_q *SystemDetailQuery) loadAssets(ctx context.Context, query *AssetQuery, func (_q *SystemDetailQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SystemDetail - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -998,9 +974,6 @@ func (_q *SystemDetailQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SystemDetail) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/systemdetail_update.go b/internal/ent/generated/systemdetail_update.go index 91c9509a5b..8a70464725 100644 --- a/internal/ent/generated/systemdetail_update.go +++ b/internal/ent/generated/systemdetail_update.go @@ -20,8 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/program" "github.com/theopenlane/core/internal/ent/generated/systemdetail" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // SystemDetailUpdate is the builder for updating SystemDetail entities. @@ -624,7 +622,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -638,7 +635,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -655,7 +651,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -672,7 +667,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -686,7 +680,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -703,7 +696,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -720,7 +712,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -734,7 +725,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -751,7 +741,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -768,7 +757,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -782,7 +770,6 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -799,14 +786,11 @@ func (_u *SystemDetailUpdate) sqlSave(ctx context.Context) (_node int, err error IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.SystemDetail - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1445,7 +1429,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -1459,7 +1442,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1476,7 +1458,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1493,7 +1474,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -1507,7 +1487,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1524,7 +1503,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformSystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1541,7 +1519,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -1555,7 +1532,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1572,7 +1548,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EntitySystemDetails for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1589,7 +1564,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -1603,7 +1577,6 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1620,14 +1593,11 @@ func (_u *SystemDetailUpdateOne) sqlSave(ctx context.Context) (_node *SystemDeta IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SystemDetailAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.SystemDetail - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &SystemDetail{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/tagdefinition/where.go b/internal/ent/generated/tagdefinition/where.go index 6dc6e0c282..2360348baf 100644 --- a/internal/ent/generated/tagdefinition/where.go +++ b/internal/ent/generated/tagdefinition/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1144,9 +1142,6 @@ func HasOwner() predicate.TagDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighbors(s, step) }) } @@ -1155,9 +1150,6 @@ func HasOwner() predicate.TagDefinition { func HasOwnerWith(preds ...predicate.Organization) predicate.TagDefinition { return predicate.TagDefinition(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/tagdefinition_create.go b/internal/ent/generated/tagdefinition_create.go index 9bbc0edfeb..d5561929a2 100644 --- a/internal/ent/generated/tagdefinition_create.go +++ b/internal/ent/generated/tagdefinition_create.go @@ -371,7 +371,6 @@ func (_c *TagDefinitionCreate) createSpec() (*TagDefinition, *sqlgraph.CreateSpe _node = &TagDefinition{config: _c.config} _spec = sqlgraph.NewCreateSpec(tagdefinition.Table, sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TagDefinition if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -447,7 +446,6 @@ func (_c *TagDefinitionCreate) createSpec() (*TagDefinition, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/tagdefinition_delete.go b/internal/ent/generated/tagdefinition_delete.go index 5a8b09c9d7..f2c5e797e3 100644 --- a/internal/ent/generated/tagdefinition_delete.go +++ b/internal/ent/generated/tagdefinition_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/tagdefinition" ) @@ -43,8 +41,6 @@ func (_d *TagDefinitionDelete) ExecX(ctx context.Context) int { func (_d *TagDefinitionDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(tagdefinition.Table, sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TagDefinition - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/tagdefinition_query.go b/internal/ent/generated/tagdefinition_query.go index bcfe791dc2..5e46d3ae2b 100644 --- a/internal/ent/generated/tagdefinition_query.go +++ b/internal/ent/generated/tagdefinition_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/tagdefinition" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -83,9 +82,6 @@ func (_q *TagDefinitionQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, tagdefinition.OwnerTable, tagdefinition.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TagDefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -404,8 +400,6 @@ func (_q *TagDefinitionQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TagDefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -464,8 +458,6 @@ func (_q *TagDefinitionQuery) loadOwner(ctx context.Context, query *Organization func (_q *TagDefinitionQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TagDefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -534,9 +526,6 @@ func (_q *TagDefinitionQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TagDefinition) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/tagdefinition_update.go b/internal/ent/generated/tagdefinition_update.go index 7e0cf51eec..df6c6d97bd 100644 --- a/internal/ent/generated/tagdefinition_update.go +++ b/internal/ent/generated/tagdefinition_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/organization" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/tagdefinition" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TagDefinitionUpdate is the builder for updating TagDefinition entities. @@ -445,7 +443,6 @@ func (_u *TagDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -459,14 +456,11 @@ func (_u *TagDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TagDefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -931,7 +925,6 @@ func (_u *TagDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *TagDefini IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -945,14 +938,11 @@ func (_u *TagDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *TagDefini IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TagDefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TagDefinition{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/task/where.go b/internal/ent/generated/task/where.go index 4052279210..44350be14a 100644 --- a/internal/ent/generated/task/where.go +++ b/internal/ent/generated/task/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2196,9 +2194,6 @@ func HasOwner() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2207,9 +2202,6 @@ func HasOwner() predicate.Task { func HasOwnerWith(preds ...predicate.Organization) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2225,9 +2217,6 @@ func HasTaskKind() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TaskKindTable, TaskKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2236,9 +2225,6 @@ func HasTaskKind() predicate.Task { func HasTaskKindWith(preds ...predicate.CustomTypeEnum) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newTaskKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2254,9 +2240,6 @@ func HasEnvironment() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2265,9 +2248,6 @@ func HasEnvironment() predicate.Task { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2283,9 +2263,6 @@ func HasScope() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2294,9 +2271,6 @@ func HasScope() predicate.Task { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2312,9 +2286,6 @@ func HasAssigner() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, AssignerTable, AssignerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2323,9 +2294,6 @@ func HasAssigner() predicate.Task { func HasAssignerWith(preds ...predicate.User) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newAssignerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2341,9 +2309,6 @@ func HasAssignee() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, AssigneeTable, AssigneeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2352,9 +2317,6 @@ func HasAssignee() predicate.Task { func HasAssigneeWith(preds ...predicate.User) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newAssigneeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2370,9 +2332,6 @@ func HasComments() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -2381,9 +2340,6 @@ func HasComments() predicate.Task { func HasCommentsWith(preds ...predicate.Note) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2399,9 +2355,6 @@ func HasGroups() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2410,9 +2363,6 @@ func HasGroups() predicate.Task { func HasGroupsWith(preds ...predicate.Group) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2428,9 +2378,6 @@ func HasInternalPolicies() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, InternalPoliciesTable, InternalPoliciesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2439,9 +2386,6 @@ func HasInternalPolicies() predicate.Task { func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newInternalPoliciesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2457,9 +2401,6 @@ func HasProcedures() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProceduresTable, ProceduresPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2468,9 +2409,6 @@ func HasProcedures() predicate.Task { func HasProceduresWith(preds ...predicate.Procedure) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newProceduresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2486,9 +2424,6 @@ func HasControls() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2497,9 +2432,6 @@ func HasControls() predicate.Task { func HasControlsWith(preds ...predicate.Control) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2515,9 +2447,6 @@ func HasSubcontrols() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2526,9 +2455,6 @@ func HasSubcontrols() predicate.Task { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2544,9 +2470,6 @@ func HasControlObjectives() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlObjectivesTable, ControlObjectivesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2555,9 +2478,6 @@ func HasControlObjectives() predicate.Task { func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newControlObjectivesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2573,9 +2493,6 @@ func HasPrograms() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2584,9 +2501,6 @@ func HasPrograms() predicate.Task { func HasProgramsWith(preds ...predicate.Program) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2602,9 +2516,6 @@ func HasRisks() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2613,9 +2524,6 @@ func HasRisks() predicate.Task { func HasRisksWith(preds ...predicate.Risk) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2631,9 +2539,6 @@ func HasPlatforms() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, PlatformsTable, PlatformsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2642,9 +2547,6 @@ func HasPlatforms() predicate.Task { func HasPlatformsWith(preds ...predicate.Platform) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newPlatformsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2660,9 +2562,6 @@ func HasScans() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2671,9 +2570,6 @@ func HasScans() predicate.Task { func HasScansWith(preds ...predicate.Scan) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2689,9 +2585,6 @@ func HasIdentityHolders() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2700,9 +2593,6 @@ func HasIdentityHolders() predicate.Task { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2718,9 +2608,6 @@ func HasControlImplementations() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ControlImplementationsTable, ControlImplementationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2729,9 +2616,6 @@ func HasControlImplementations() predicate.Task { func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newControlImplementationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2747,9 +2631,6 @@ func HasActionPlans() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2758,9 +2639,6 @@ func HasActionPlans() predicate.Task { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2776,9 +2654,6 @@ func HasEvidence() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EvidenceTable, EvidencePrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.TaskEvidence sqlgraph.HasNeighbors(s, step) }) } @@ -2787,9 +2662,6 @@ func HasEvidence() predicate.Task { func HasEvidenceWith(preds ...predicate.Evidence) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.TaskEvidence sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2805,9 +2677,6 @@ func HasWorkflowObjectRefs() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2816,9 +2685,6 @@ func HasWorkflowObjectRefs() predicate.Task { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2834,9 +2700,6 @@ func HasVulnerabilities() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, VulnerabilitiesTable, VulnerabilitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2845,9 +2708,6 @@ func HasVulnerabilities() predicate.Task { func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newVulnerabilitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2863,9 +2723,6 @@ func HasFindings() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingTasks sqlgraph.HasNeighbors(s, step) }) } @@ -2874,9 +2731,6 @@ func HasFindings() predicate.Task { func HasFindingsWith(preds ...predicate.Finding) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2892,9 +2746,6 @@ func HasParent() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, ParentTable, ParentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2903,9 +2754,6 @@ func HasParent() predicate.Task { func HasParentWith(preds ...predicate.Task) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newParentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2921,9 +2769,6 @@ func HasTasks() predicate.Task { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TasksTable, TasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2932,9 +2777,6 @@ func HasTasks() predicate.Task { func HasTasksWith(preds ...predicate.Task) predicate.Task { return predicate.Task(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/task_create.go b/internal/ent/generated/task_create.go index fe070765ff..de22bc2567 100644 --- a/internal/ent/generated/task_create.go +++ b/internal/ent/generated/task_create.go @@ -1015,7 +1015,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { _node = &Task{config: _c.config} _spec = sqlgraph.NewCreateSpec(task.Table, sqlgraph.NewFieldSpec(task.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Task if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1147,7 +1146,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1165,7 +1163,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1183,7 +1180,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1201,7 +1197,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1219,7 +1214,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1237,7 +1231,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1255,7 +1248,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1272,7 +1264,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1289,7 +1280,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1306,7 +1296,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1323,7 +1312,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1340,7 +1328,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1357,7 +1344,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1374,7 +1360,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1391,7 +1376,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1408,7 +1392,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1425,7 +1408,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1442,7 +1424,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1459,7 +1440,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1476,7 +1456,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1493,7 +1472,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1510,7 +1488,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1527,7 +1504,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1544,7 +1520,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1561,7 +1536,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1579,7 +1553,6 @@ func (_c *TaskCreate) createSpec() (*Task, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/task_delete.go b/internal/ent/generated/task_delete.go index d4ae18dfc0..4b305eb62f 100644 --- a/internal/ent/generated/task_delete.go +++ b/internal/ent/generated/task_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/task" ) @@ -43,8 +41,6 @@ func (_d *TaskDelete) ExecX(ctx context.Context) int { func (_d *TaskDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(task.Table, sqlgraph.NewFieldSpec(task.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Task - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/task_query.go b/internal/ent/generated/task_query.go index b7e71b7f9a..05a6b01277 100644 --- a/internal/ent/generated/task_query.go +++ b/internal/ent/generated/task_query.go @@ -37,7 +37,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -148,9 +147,6 @@ func (_q *TaskQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.OwnerTable, task.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -173,9 +169,6 @@ func (_q *TaskQuery) QueryTaskKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.TaskKindTable, task.TaskKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -198,9 +191,6 @@ func (_q *TaskQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.EnvironmentTable, task.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -223,9 +213,6 @@ func (_q *TaskQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, task.ScopeTable, task.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -248,9 +235,6 @@ func (_q *TaskQuery) QueryAssigner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.AssignerTable, task.AssignerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -273,9 +257,6 @@ func (_q *TaskQuery) QueryAssignee() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.AssigneeTable, task.AssigneeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -298,9 +279,6 @@ func (_q *TaskQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, task.CommentsTable, task.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -323,9 +301,6 @@ func (_q *TaskQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.GroupsTable, task.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -348,9 +323,6 @@ func (_q *TaskQuery) QueryInternalPolicies() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.InternalPoliciesTable, task.InternalPoliciesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.InternalPolicyTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -373,9 +345,6 @@ func (_q *TaskQuery) QueryProcedures() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ProceduresTable, task.ProceduresPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.ProcedureTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -398,9 +367,6 @@ func (_q *TaskQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlsTable, task.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.ControlTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -423,9 +389,6 @@ func (_q *TaskQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.SubcontrolsTable, task.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.SubcontrolTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -448,9 +411,6 @@ func (_q *TaskQuery) QueryControlObjectives() *ControlObjectiveQuery { sqlgraph.To(controlobjective.Table, controlobjective.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlObjectivesTable, task.ControlObjectivesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlObjective - step.Edge.Schema = schemaConfig.ControlObjectiveTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -473,9 +433,6 @@ func (_q *TaskQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ProgramsTable, task.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -498,9 +455,6 @@ func (_q *TaskQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.RisksTable, task.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.RiskTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -523,9 +477,6 @@ func (_q *TaskQuery) QueryPlatforms() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.PlatformsTable, task.PlatformsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.PlatformTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -548,9 +499,6 @@ func (_q *TaskQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ScansTable, task.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.ScanTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -573,9 +521,6 @@ func (_q *TaskQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.IdentityHoldersTable, task.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -598,9 +543,6 @@ func (_q *TaskQuery) QueryControlImplementations() *ControlImplementationQuery { sqlgraph.To(controlimplementation.Table, controlimplementation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ControlImplementationsTable, task.ControlImplementationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ControlImplementation - step.Edge.Schema = schemaConfig.ControlImplementationTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -623,9 +565,6 @@ func (_q *TaskQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.ActionPlansTable, task.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlanTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -648,9 +587,6 @@ func (_q *TaskQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, task.EvidenceTable, task.EvidencePrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.TaskEvidence fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -673,9 +609,6 @@ func (_q *TaskQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery { sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, task.WorkflowObjectRefsTable, task.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -698,9 +631,6 @@ func (_q *TaskQuery) QueryVulnerabilities() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.VulnerabilitiesTable, task.VulnerabilitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.VulnerabilityTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -723,9 +653,6 @@ func (_q *TaskQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, task.FindingsTable, task.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -748,9 +675,6 @@ func (_q *TaskQuery) QueryParent() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, task.ParentTable, task.ParentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -773,9 +697,6 @@ func (_q *TaskQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, task.TasksTable, task.TasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1419,8 +1340,6 @@ func (_q *TaskQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Task, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Task - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1971,7 +1890,6 @@ func (_q *TaskQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.GroupsTable) - joinT.Schema(_q.schemaConfig.GroupTasks) s.Join(joinT).On(s.C(group.FieldID), joinT.C(task.GroupsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.GroupsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2033,7 +1951,6 @@ func (_q *TaskQuery) loadInternalPolicies(ctx context.Context, query *InternalPo } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.InternalPoliciesTable) - joinT.Schema(_q.schemaConfig.InternalPolicyTasks) s.Join(joinT).On(s.C(internalpolicy.FieldID), joinT.C(task.InternalPoliciesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.InternalPoliciesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2095,7 +2012,6 @@ func (_q *TaskQuery) loadProcedures(ctx context.Context, query *ProcedureQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ProceduresTable) - joinT.Schema(_q.schemaConfig.ProcedureTasks) s.Join(joinT).On(s.C(procedure.FieldID), joinT.C(task.ProceduresPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ProceduresPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2157,7 +2073,6 @@ func (_q *TaskQuery) loadControls(ctx context.Context, query *ControlQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ControlsTable) - joinT.Schema(_q.schemaConfig.ControlTasks) s.Join(joinT).On(s.C(control.FieldID), joinT.C(task.ControlsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ControlsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2219,7 +2134,6 @@ func (_q *TaskQuery) loadSubcontrols(ctx context.Context, query *SubcontrolQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.SubcontrolTasks) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(task.SubcontrolsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.SubcontrolsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2281,7 +2195,6 @@ func (_q *TaskQuery) loadControlObjectives(ctx context.Context, query *ControlOb } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ControlObjectivesTable) - joinT.Schema(_q.schemaConfig.ControlObjectiveTasks) s.Join(joinT).On(s.C(controlobjective.FieldID), joinT.C(task.ControlObjectivesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ControlObjectivesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2343,7 +2256,6 @@ func (_q *TaskQuery) loadPrograms(ctx context.Context, query *ProgramQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramTasks) s.Join(joinT).On(s.C(program.FieldID), joinT.C(task.ProgramsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ProgramsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2405,7 +2317,6 @@ func (_q *TaskQuery) loadRisks(ctx context.Context, query *RiskQuery, nodes []*T } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.RisksTable) - joinT.Schema(_q.schemaConfig.RiskTasks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(task.RisksPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.RisksPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2467,7 +2378,6 @@ func (_q *TaskQuery) loadPlatforms(ctx context.Context, query *PlatformQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.PlatformsTable) - joinT.Schema(_q.schemaConfig.PlatformTasks) s.Join(joinT).On(s.C(platform.FieldID), joinT.C(task.PlatformsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.PlatformsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2529,7 +2439,6 @@ func (_q *TaskQuery) loadScans(ctx context.Context, query *ScanQuery, nodes []*T } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ScansTable) - joinT.Schema(_q.schemaConfig.ScanTasks) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(task.ScansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ScansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2591,7 +2500,6 @@ func (_q *TaskQuery) loadIdentityHolders(ctx context.Context, query *IdentityHol } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.IdentityHolderTasks) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(task.IdentityHoldersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.IdentityHoldersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2653,7 +2561,6 @@ func (_q *TaskQuery) loadControlImplementations(ctx context.Context, query *Cont } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ControlImplementationsTable) - joinT.Schema(_q.schemaConfig.ControlImplementationTasks) s.Join(joinT).On(s.C(controlimplementation.FieldID), joinT.C(task.ControlImplementationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ControlImplementationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2715,7 +2622,6 @@ func (_q *TaskQuery) loadActionPlans(ctx context.Context, query *ActionPlanQuery } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.ActionPlansTable) - joinT.Schema(_q.schemaConfig.ActionPlanTasks) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(task.ActionPlansPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.ActionPlansPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2777,7 +2683,6 @@ func (_q *TaskQuery) loadEvidence(ctx context.Context, query *EvidenceQuery, nod } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.EvidenceTable) - joinT.Schema(_q.schemaConfig.TaskEvidence) s.Join(joinT).On(s.C(evidence.FieldID), joinT.C(task.EvidencePrimaryKey[1])) s.Where(sql.InValues(joinT.C(task.EvidencePrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2870,7 +2775,6 @@ func (_q *TaskQuery) loadVulnerabilities(ctx context.Context, query *Vulnerabili } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.VulnerabilitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityTasks) s.Join(joinT).On(s.C(vulnerability.FieldID), joinT.C(task.VulnerabilitiesPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.VulnerabilitiesPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2932,7 +2836,6 @@ func (_q *TaskQuery) loadFindings(ctx context.Context, query *FindingQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(task.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingTasks) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(task.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(task.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3050,8 +2953,6 @@ func (_q *TaskQuery) loadTasks(ctx context.Context, query *TaskQuery, nodes []*T func (_q *TaskQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Task - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3138,9 +3039,6 @@ func (_q *TaskQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Task) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/task_update.go b/internal/ent/generated/task_update.go index b039ae34ad..f1587fd1a2 100644 --- a/internal/ent/generated/task_update.go +++ b/internal/ent/generated/task_update.go @@ -36,8 +36,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TaskUpdate is the builder for updating Task entities. @@ -1665,7 +1663,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskKindIDs(); len(nodes) > 0 { @@ -1679,7 +1676,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1696,7 +1692,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1710,7 +1705,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1727,7 +1721,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -1741,7 +1734,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1758,7 +1750,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignerIDs(); len(nodes) > 0 { @@ -1772,7 +1763,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1789,7 +1779,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssigneeIDs(); len(nodes) > 0 { @@ -1803,7 +1792,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1820,7 +1808,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -1834,7 +1821,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1851,7 +1837,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1868,7 +1853,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -1882,7 +1866,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1899,7 +1882,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1916,7 +1898,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -1930,7 +1911,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1947,7 +1927,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1964,7 +1943,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -1978,7 +1956,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1995,7 +1972,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2012,7 +1988,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -2026,7 +2001,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2043,7 +2017,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2060,7 +2033,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2074,7 +2046,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2091,7 +2062,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2108,7 +2078,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -2122,7 +2091,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2139,7 +2107,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2156,7 +2123,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -2170,7 +2136,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2187,7 +2152,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2204,7 +2168,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -2218,7 +2181,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2235,7 +2197,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2252,7 +2213,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -2266,7 +2226,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2283,7 +2242,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2300,7 +2258,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -2314,7 +2271,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2331,7 +2287,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2348,7 +2303,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2362,7 +2316,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2379,7 +2332,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2396,7 +2348,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -2410,7 +2361,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2427,7 +2377,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2444,7 +2393,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2458,7 +2406,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2475,7 +2422,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2492,7 +2438,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -2506,7 +2451,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2523,7 +2467,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2540,7 +2483,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -2554,7 +2496,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2571,7 +2512,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2588,7 +2528,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -2602,7 +2541,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2619,7 +2557,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2636,7 +2573,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2650,7 +2586,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2667,7 +2602,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2684,7 +2618,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ParentIDs(); len(nodes) > 0 { @@ -2698,7 +2631,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2715,7 +2647,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -2729,7 +2660,6 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2746,14 +2676,11 @@ func (_u *TaskUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Task - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4417,7 +4344,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskKindIDs(); len(nodes) > 0 { @@ -4431,7 +4357,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4448,7 +4373,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -4462,7 +4386,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4479,7 +4402,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -4493,7 +4415,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4510,7 +4431,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignerIDs(); len(nodes) > 0 { @@ -4524,7 +4444,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4541,7 +4460,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssigneeIDs(); len(nodes) > 0 { @@ -4555,7 +4473,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4572,7 +4489,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -4586,7 +4502,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4603,7 +4518,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4620,7 +4534,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -4634,7 +4547,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4651,7 +4563,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4668,7 +4579,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedInternalPoliciesIDs(); len(nodes) > 0 && !_u.mutation.InternalPoliciesCleared() { @@ -4682,7 +4592,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4699,7 +4608,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.InternalPolicyTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4716,7 +4624,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProceduresIDs(); len(nodes) > 0 && !_u.mutation.ProceduresCleared() { @@ -4730,7 +4637,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4747,7 +4653,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProcedureTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4764,7 +4669,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -4778,7 +4682,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4795,7 +4698,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4812,7 +4714,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -4826,7 +4727,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4843,7 +4743,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.SubcontrolTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4860,7 +4759,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlObjectivesIDs(); len(nodes) > 0 && !_u.mutation.ControlObjectivesCleared() { @@ -4874,7 +4772,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4891,7 +4788,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlobjective.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlObjectiveTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4908,7 +4804,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -4922,7 +4817,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4939,7 +4833,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4956,7 +4849,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -4970,7 +4862,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4987,7 +4878,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RiskTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5004,7 +4894,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsIDs(); len(nodes) > 0 && !_u.mutation.PlatformsCleared() { @@ -5018,7 +4907,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5035,7 +4923,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PlatformTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5052,7 +4939,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -5066,7 +4952,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5083,7 +4968,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ScanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5100,7 +4984,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -5114,7 +4997,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5131,7 +5013,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5148,7 +5029,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlImplementationsIDs(); len(nodes) > 0 && !_u.mutation.ControlImplementationsCleared() { @@ -5162,7 +5042,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5179,7 +5058,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(controlimplementation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ControlImplementationTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5196,7 +5074,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5210,7 +5087,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5227,7 +5103,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlanTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5244,7 +5119,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEvidenceIDs(); len(nodes) > 0 && !_u.mutation.EvidenceCleared() { @@ -5258,7 +5132,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5275,7 +5148,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TaskEvidence for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5292,7 +5164,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -5306,7 +5177,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5323,7 +5193,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5340,7 +5209,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVulnerabilitiesIDs(); len(nodes) > 0 && !_u.mutation.VulnerabilitiesCleared() { @@ -5354,7 +5222,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5371,7 +5238,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5388,7 +5254,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -5402,7 +5267,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5419,7 +5283,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5436,7 +5299,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ParentIDs(); len(nodes) > 0 { @@ -5450,7 +5312,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5467,7 +5328,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -5481,7 +5341,6 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5498,14 +5357,11 @@ func (_u *TaskUpdateOne) sqlSave(ctx context.Context) (_node *Task, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Task - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Task{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/template/where.go b/internal/ent/generated/template/where.go index acb14da415..145cdee7aa 100644 --- a/internal/ent/generated/template/where.go +++ b/internal/ent/generated/template/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1475,9 +1473,6 @@ func HasOwner() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -1486,9 +1481,6 @@ func HasOwner() predicate.Template { func HasOwnerWith(preds ...predicate.Organization) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1504,9 +1496,6 @@ func HasEnvironment() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -1515,9 +1504,6 @@ func HasEnvironment() predicate.Template { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1533,9 +1519,6 @@ func HasScope() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -1544,9 +1527,6 @@ func HasScope() predicate.Template { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1562,9 +1542,6 @@ func HasDocuments() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, DocumentsTable, DocumentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighbors(s, step) }) } @@ -1573,9 +1550,6 @@ func HasDocuments() predicate.Template { func HasDocumentsWith(preds ...predicate.DocumentData) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newDocumentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1591,9 +1565,6 @@ func HasFiles() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, FilesTable, FilesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TemplateFiles sqlgraph.HasNeighbors(s, step) }) } @@ -1602,9 +1573,6 @@ func HasFiles() predicate.Template { func HasFilesWith(preds ...predicate.File) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TemplateFiles sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1620,9 +1588,6 @@ func HasTrustCenter() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -1631,9 +1596,6 @@ func HasTrustCenter() predicate.Template { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1649,9 +1611,6 @@ func HasAssessments() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssessmentsTable, AssessmentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighbors(s, step) }) } @@ -1660,9 +1619,6 @@ func HasAssessments() predicate.Template { func HasAssessmentsWith(preds ...predicate.Assessment) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newAssessmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1678,9 +1634,6 @@ func HasCampaigns() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -1689,9 +1642,6 @@ func HasCampaigns() predicate.Template { func HasCampaignsWith(preds ...predicate.Campaign) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1707,9 +1657,6 @@ func HasIdentityHolders() predicate.Template { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IdentityHoldersTable, IdentityHoldersPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTemplates sqlgraph.HasNeighbors(s, step) }) } @@ -1718,9 +1665,6 @@ func HasIdentityHolders() predicate.Template { func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Template { return predicate.Template(func(s *sql.Selector) { step := newIdentityHoldersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTemplates sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/template_create.go b/internal/ent/generated/template_create.go index 6b0b4a141d..cf8d7d4af5 100644 --- a/internal/ent/generated/template_create.go +++ b/internal/ent/generated/template_create.go @@ -582,7 +582,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { _node = &Template{config: _c.config} _spec = sqlgraph.NewCreateSpec(template.Table, sqlgraph.NewFieldSpec(template.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Template if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -678,7 +677,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -696,7 +694,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -714,7 +711,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -732,7 +728,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -749,7 +744,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -766,7 +760,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -784,7 +777,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -801,7 +793,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -818,7 +809,6 @@ func (_c *TemplateCreate) createSpec() (*Template, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/template_delete.go b/internal/ent/generated/template_delete.go index 383c58851c..821ab6c586 100644 --- a/internal/ent/generated/template_delete.go +++ b/internal/ent/generated/template_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/template" ) @@ -43,8 +41,6 @@ func (_d *TemplateDelete) ExecX(ctx context.Context) int { func (_d *TemplateDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(template.Table, sqlgraph.NewFieldSpec(template.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Template - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/template_query.go b/internal/ent/generated/template_query.go index 17f2d5da91..fadb1036d5 100644 --- a/internal/ent/generated/template_query.go +++ b/internal/ent/generated/template_query.go @@ -24,7 +24,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/trustcenter" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -103,9 +102,6 @@ func (_q *TemplateQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, template.OwnerTable, template.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -128,9 +124,6 @@ func (_q *TemplateQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, template.EnvironmentTable, template.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -153,9 +146,6 @@ func (_q *TemplateQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, template.ScopeTable, template.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -178,9 +168,6 @@ func (_q *TemplateQuery) QueryDocuments() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.DocumentsTable, template.DocumentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.DocumentData fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -203,9 +190,6 @@ func (_q *TemplateQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, template.FilesTable, template.FilesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TemplateFiles fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -228,9 +212,6 @@ func (_q *TemplateQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, template.TrustCenterTable, template.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -253,9 +234,6 @@ func (_q *TemplateQuery) QueryAssessments() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.AssessmentsTable, template.AssessmentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.Assessment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -278,9 +256,6 @@ func (_q *TemplateQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, template.CampaignsTable, template.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -303,9 +278,6 @@ func (_q *TemplateQuery) QueryIdentityHolders() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, template.IdentityHoldersTable, template.IdentityHoldersPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolderTemplates fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -724,8 +696,6 @@ func (_q *TemplateQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Tem node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Template - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -970,7 +940,6 @@ func (_q *TemplateQuery) loadFiles(ctx context.Context, query *FileQuery, nodes } query.Where(func(s *sql.Selector) { joinT := sql.Table(template.FilesTable) - joinT.Schema(_q.schemaConfig.TemplateFiles) s.Join(joinT).On(s.C(file.FieldID), joinT.C(template.FilesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(template.FilesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -1121,7 +1090,6 @@ func (_q *TemplateQuery) loadIdentityHolders(ctx context.Context, query *Identit } query.Where(func(s *sql.Selector) { joinT := sql.Table(template.IdentityHoldersTable) - joinT.Schema(_q.schemaConfig.IdentityHolderTemplates) s.Join(joinT).On(s.C(identityholder.FieldID), joinT.C(template.IdentityHoldersPrimaryKey[0])) s.Where(sql.InValues(joinT.C(template.IdentityHoldersPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -1173,8 +1141,6 @@ func (_q *TemplateQuery) loadIdentityHolders(ctx context.Context, query *Identit func (_q *TemplateQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Template - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1252,9 +1218,6 @@ func (_q *TemplateQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Template) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/template_update.go b/internal/ent/generated/template_update.go index 6a2c754256..47e1cce7ab 100644 --- a/internal/ent/generated/template_update.go +++ b/internal/ent/generated/template_update.go @@ -23,8 +23,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/template" "github.com/theopenlane/core/internal/ent/generated/trustcenter" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TemplateUpdate is the builder for updating Template entities. @@ -813,7 +811,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -827,7 +824,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -844,7 +840,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -858,7 +853,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -875,7 +869,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -889,7 +882,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -906,7 +898,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -923,7 +914,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -937,7 +927,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -954,7 +943,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -971,7 +959,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -985,7 +972,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1002,7 +988,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -1016,7 +1001,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1033,7 +1017,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1050,7 +1033,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -1064,7 +1046,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1081,7 +1062,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1098,7 +1078,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -1112,7 +1091,6 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1129,14 +1107,11 @@ func (_u *TemplateUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Template - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1961,7 +1936,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -1975,7 +1949,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1992,7 +1965,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2006,7 +1978,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2023,7 +1994,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedDocumentsIDs(); len(nodes) > 0 && !_u.mutation.DocumentsCleared() { @@ -2037,7 +2007,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2054,7 +2023,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.DocumentData for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2071,7 +2039,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -2085,7 +2052,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2102,7 +2068,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TemplateFiles for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2119,7 +2084,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterIDs(); len(nodes) > 0 { @@ -2133,7 +2097,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2150,7 +2113,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssessmentsIDs(); len(nodes) > 0 && !_u.mutation.AssessmentsCleared() { @@ -2164,7 +2126,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2181,7 +2142,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Assessment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2198,7 +2158,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2212,7 +2171,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2229,7 +2187,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2246,7 +2203,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHoldersIDs(); len(nodes) > 0 && !_u.mutation.IdentityHoldersCleared() { @@ -2260,7 +2216,6 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2277,14 +2232,11 @@ func (_u *TemplateUpdateOne) sqlSave(ctx context.Context) (_node *Template, err IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolderTemplates for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Template - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Template{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/tfasetting/where.go b/internal/ent/generated/tfasetting/where.go index 79b9a7f5cf..38ce5c42a7 100644 --- a/internal/ent/generated/tfasetting/where.go +++ b/internal/ent/generated/tfasetting/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -819,9 +817,6 @@ func HasOwner() predicate.TFASetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TFASetting sqlgraph.HasNeighbors(s, step) }) } @@ -830,9 +825,6 @@ func HasOwner() predicate.TFASetting { func HasOwnerWith(preds ...predicate.User) predicate.TFASetting { return predicate.TFASetting(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TFASetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/tfasetting_create.go b/internal/ent/generated/tfasetting_create.go index 230052e31d..88295b7b87 100644 --- a/internal/ent/generated/tfasetting_create.go +++ b/internal/ent/generated/tfasetting_create.go @@ -341,7 +341,6 @@ func (_c *TFASettingCreate) createSpec() (*TFASetting, *sqlgraph.CreateSpec) { _node = &TFASetting{config: _c.config} _spec = sqlgraph.NewCreateSpec(tfasetting.Table, sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TFASetting if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -409,7 +408,6 @@ func (_c *TFASettingCreate) createSpec() (*TFASetting, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/tfasetting_delete.go b/internal/ent/generated/tfasetting_delete.go index eabcfb848b..326150520a 100644 --- a/internal/ent/generated/tfasetting_delete.go +++ b/internal/ent/generated/tfasetting_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/tfasetting" ) @@ -43,8 +41,6 @@ func (_d *TFASettingDelete) ExecX(ctx context.Context) int { func (_d *TFASettingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(tfasetting.Table, sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TFASetting - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/tfasetting_query.go b/internal/ent/generated/tfasetting_query.go index 8d44f68428..34cc6a305c 100644 --- a/internal/ent/generated/tfasetting_query.go +++ b/internal/ent/generated/tfasetting_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/tfasetting" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *TFASettingQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, tfasetting.OwnerTable, tfasetting.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TFASetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *TFASettingQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*T node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TFASetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *TFASettingQuery) loadOwner(ctx context.Context, query *UserQuery, node func (_q *TFASettingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TFASetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *TFASettingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TFASetting) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/tfasetting_update.go b/internal/ent/generated/tfasetting_update.go index 49bb9f4b92..0e4fe3dbce 100644 --- a/internal/ent/generated/tfasetting_update.go +++ b/internal/ent/generated/tfasetting_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/tfasetting" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TFASettingUpdate is the builder for updating TFASetting entities. @@ -415,7 +413,6 @@ func (_u *TFASettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -429,14 +426,11 @@ func (_u *TFASettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TFASetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -871,7 +865,6 @@ func (_u *TFASettingUpdateOne) sqlSave(ctx context.Context) (_node *TFASetting, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -885,14 +878,11 @@ func (_u *TFASettingUpdateOne) sqlSave(ctx context.Context) (_node *TFASetting, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TFASetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TFASetting{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenter/where.go b/internal/ent/generated/trustcenter/where.go index a35c601770..fe182114aa 100644 --- a/internal/ent/generated/trustcenter/where.go +++ b/internal/ent/generated/trustcenter/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1250,9 +1248,6 @@ func HasOwner() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1261,9 +1256,6 @@ func HasOwner() predicate.TrustCenter { func HasOwnerWith(preds ...predicate.Organization) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1279,9 +1271,6 @@ func HasBlockedGroups() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1290,9 +1279,6 @@ func HasBlockedGroups() predicate.TrustCenter { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1308,9 +1294,6 @@ func HasEditors() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1319,9 +1302,6 @@ func HasEditors() predicate.TrustCenter { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1337,9 +1317,6 @@ func HasCustomDomain() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CustomDomainTable, CustomDomainColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1348,9 +1325,6 @@ func HasCustomDomain() predicate.TrustCenter { func HasCustomDomainWith(preds ...predicate.CustomDomain) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newCustomDomainStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1366,9 +1340,6 @@ func HasPreviewDomain() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PreviewDomainTable, PreviewDomainColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1377,9 +1348,6 @@ func HasPreviewDomain() predicate.TrustCenter { func HasPreviewDomainWith(preds ...predicate.CustomDomain) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newPreviewDomainStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1395,9 +1363,6 @@ func HasSetting() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SettingTable, SettingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1406,9 +1371,6 @@ func HasSetting() predicate.TrustCenter { func HasSettingWith(preds ...predicate.TrustCenterSetting) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1424,9 +1386,6 @@ func HasPreviewSetting() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PreviewSettingTable, PreviewSettingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1435,9 +1394,6 @@ func HasPreviewSetting() predicate.TrustCenter { func HasPreviewSettingWith(preds ...predicate.TrustCenterSetting) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newPreviewSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1453,9 +1409,6 @@ func HasWatermarkConfig() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WatermarkConfigTable, WatermarkConfigColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1464,9 +1417,6 @@ func HasWatermarkConfig() predicate.TrustCenter { func HasWatermarkConfigWith(preds ...predicate.TrustCenterWatermarkConfig) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newWatermarkConfigStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1482,9 +1432,6 @@ func HasTrustCenterSubprocessors() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterSubprocessorsTable, TrustCenterSubprocessorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -1493,9 +1440,6 @@ func HasTrustCenterSubprocessors() predicate.TrustCenter { func HasTrustCenterSubprocessorsWith(preds ...predicate.TrustCenterSubprocessor) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterSubprocessorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1511,9 +1455,6 @@ func HasTrustCenterDocs() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterDocsTable, TrustCenterDocsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1522,9 +1463,6 @@ func HasTrustCenterDocs() predicate.TrustCenter { func HasTrustCenterDocsWith(preds ...predicate.TrustCenterDoc) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterDocsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1540,9 +1478,6 @@ func HasTrustCenterCompliances() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterCompliancesTable, TrustCenterCompliancesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighbors(s, step) }) } @@ -1551,9 +1486,6 @@ func HasTrustCenterCompliances() predicate.TrustCenter { func HasTrustCenterCompliancesWith(preds ...predicate.TrustCenterCompliance) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterCompliancesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1569,9 +1501,6 @@ func HasTemplates() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TemplatesTable, TemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighbors(s, step) }) } @@ -1580,9 +1509,6 @@ func HasTemplates() predicate.TrustCenter { func HasTemplatesWith(preds ...predicate.Template) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1598,9 +1524,6 @@ func HasPosts() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PostsTable, PostsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -1609,9 +1532,6 @@ func HasPosts() predicate.TrustCenter { func HasPostsWith(preds ...predicate.Note) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newPostsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1627,9 +1547,6 @@ func HasTrustCenterEntities() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterEntitiesTable, TrustCenterEntitiesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighbors(s, step) }) } @@ -1638,9 +1555,6 @@ func HasTrustCenterEntities() predicate.TrustCenter { func HasTrustCenterEntitiesWith(preds ...predicate.TrustCenterEntity) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1656,9 +1570,6 @@ func HasTrustCenterNdaRequests() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterNdaRequestsTable, TrustCenterNdaRequestsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterNDARequest - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighbors(s, step) }) } @@ -1667,9 +1578,6 @@ func HasTrustCenterNdaRequests() predicate.TrustCenter { func HasTrustCenterNdaRequestsWith(preds ...predicate.TrustCenterNDARequest) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterNdaRequestsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterNDARequest - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1685,9 +1593,6 @@ func HasTrustCenterFaqs() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterFaqsTable, TrustCenterFaqsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighbors(s, step) }) } @@ -1696,9 +1601,6 @@ func HasTrustCenterFaqs() predicate.TrustCenter { func HasTrustCenterFaqsWith(preds ...predicate.TrustCenterFAQ) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newTrustCenterFaqsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1714,9 +1616,6 @@ func HasSubscribers() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubscribersTable, SubscribersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1725,9 +1624,6 @@ func HasSubscribers() predicate.TrustCenter { func HasSubscribersWith(preds ...predicate.Subscriber) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newSubscribersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1743,9 +1639,6 @@ func HasEmailTemplates() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplatesTable, EmailTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -1754,9 +1647,6 @@ func HasEmailTemplates() predicate.TrustCenter { func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newEmailTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1772,9 +1662,6 @@ func HasCampaigns() predicate.TrustCenter { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignsTable, CampaignsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighbors(s, step) }) } @@ -1783,9 +1670,6 @@ func HasCampaigns() predicate.TrustCenter { func HasCampaignsWith(preds ...predicate.Campaign) predicate.TrustCenter { return predicate.TrustCenter(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenter_create.go b/internal/ent/generated/trustcenter_create.go index a39f51456d..a6a88bcd20 100644 --- a/internal/ent/generated/trustcenter_create.go +++ b/internal/ent/generated/trustcenter_create.go @@ -669,7 +669,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { _node = &TrustCenter{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenter.Table, sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenter if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -741,7 +740,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -759,7 +757,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -776,7 +773,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -793,7 +789,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -811,7 +806,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -829,7 +823,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -847,7 +840,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -865,7 +857,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -883,7 +874,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -900,7 +890,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -917,7 +906,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -934,7 +922,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -951,7 +938,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -968,7 +954,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -985,7 +970,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1002,7 +986,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1019,7 +1002,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1036,7 +1018,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1053,7 +1034,6 @@ func (_c *TrustCenterCreate) createSpec() (*TrustCenter, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenter_delete.go b/internal/ent/generated/trustcenter_delete.go index 878719043b..c153fd810e 100644 --- a/internal/ent/generated/trustcenter_delete.go +++ b/internal/ent/generated/trustcenter_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenter" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenter.Table, sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenter - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenter_query.go b/internal/ent/generated/trustcenter_query.go index 66b3db26a9..015dc49b17 100644 --- a/internal/ent/generated/trustcenter_query.go +++ b/internal/ent/generated/trustcenter_query.go @@ -32,7 +32,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" "github.com/theopenlane/core/internal/ent/generated/trustcenterwatermarkconfig" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -130,9 +129,6 @@ func (_q *TrustCenterQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenter.OwnerTable, trustcenter.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -155,9 +151,6 @@ func (_q *TrustCenterQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.BlockedGroupsTable, trustcenter.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -180,9 +173,6 @@ func (_q *TrustCenterQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.EditorsTable, trustcenter.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -205,9 +195,6 @@ func (_q *TrustCenterQuery) QueryCustomDomain() *CustomDomainQuery { sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.CustomDomainTable, trustcenter.CustomDomainColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -230,9 +217,6 @@ func (_q *TrustCenterQuery) QueryPreviewDomain() *CustomDomainQuery { sqlgraph.To(customdomain.Table, customdomain.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.PreviewDomainTable, trustcenter.PreviewDomainColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomDomain - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -255,9 +239,6 @@ func (_q *TrustCenterQuery) QuerySetting() *TrustCenterSettingQuery { sqlgraph.To(trustcentersetting.Table, trustcentersetting.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.SettingTable, trustcenter.SettingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -280,9 +261,6 @@ func (_q *TrustCenterQuery) QueryPreviewSetting() *TrustCenterSettingQuery { sqlgraph.To(trustcentersetting.Table, trustcentersetting.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.PreviewSettingTable, trustcenter.PreviewSettingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSetting - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -305,9 +283,6 @@ func (_q *TrustCenterQuery) QueryWatermarkConfig() *TrustCenterWatermarkConfigQu sqlgraph.To(trustcenterwatermarkconfig.Table, trustcenterwatermarkconfig.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenter.WatermarkConfigTable, trustcenter.WatermarkConfigColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterWatermarkConfig - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -330,9 +305,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterSubprocessors() *TrustCenterSubproce sqlgraph.To(trustcentersubprocessor.Table, trustcentersubprocessor.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterSubprocessorsTable, trustcenter.TrustCenterSubprocessorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterSubprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -355,9 +327,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterDocs() *TrustCenterDocQuery { sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterDocsTable, trustcenter.TrustCenterDocsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -380,9 +349,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterCompliances() *TrustCenterCompliance sqlgraph.To(trustcentercompliance.Table, trustcentercompliance.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterCompliancesTable, trustcenter.TrustCenterCompliancesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterCompliance - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -405,9 +371,6 @@ func (_q *TrustCenterQuery) QueryTemplates() *TemplateQuery { sqlgraph.To(template.Table, template.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TemplatesTable, trustcenter.TemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Template - step.Edge.Schema = schemaConfig.Template fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -430,9 +393,6 @@ func (_q *TrustCenterQuery) QueryPosts() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.PostsTable, trustcenter.PostsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -455,9 +415,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterEntities() *TrustCenterEntityQuery { sqlgraph.To(trustcenterentity.Table, trustcenterentity.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterEntitiesTable, trustcenter.TrustCenterEntitiesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterEntity - step.Edge.Schema = schemaConfig.TrustCenterEntity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -480,9 +437,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterNdaRequests() *TrustCenterNDARequest sqlgraph.To(trustcenterndarequest.Table, trustcenterndarequest.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterNdaRequestsTable, trustcenter.TrustCenterNdaRequestsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterNDARequest - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -505,9 +459,6 @@ func (_q *TrustCenterQuery) QueryTrustCenterFaqs() *TrustCenterFAQQuery { sqlgraph.To(trustcenterfaq.Table, trustcenterfaq.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.TrustCenterFaqsTable, trustcenter.TrustCenterFaqsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterFAQ - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -530,9 +481,6 @@ func (_q *TrustCenterQuery) QuerySubscribers() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.SubscribersTable, trustcenter.SubscribersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -555,9 +503,6 @@ func (_q *TrustCenterQuery) QueryEmailTemplates() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.EmailTemplatesTable, trustcenter.EmailTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -580,9 +525,6 @@ func (_q *TrustCenterQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenter.CampaignsTable, trustcenter.CampaignsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.Campaign fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1138,8 +1080,6 @@ func (_q *TrustCenterQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenter - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1973,8 +1913,6 @@ func (_q *TrustCenterQuery) loadCampaigns(ctx context.Context, query *CampaignQu func (_q *TrustCenterQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenter - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2049,9 +1987,6 @@ func (_q *TrustCenterQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenter) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenter_update.go b/internal/ent/generated/trustcenter_update.go index 457dd1995a..f948d5af7a 100644 --- a/internal/ent/generated/trustcenter_update.go +++ b/internal/ent/generated/trustcenter_update.go @@ -31,8 +31,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcentersetting" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" "github.com/theopenlane/core/internal/ent/generated/trustcenterwatermarkconfig" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterUpdate is the builder for updating TrustCenter entities. @@ -1099,7 +1097,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -1113,7 +1110,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1130,7 +1126,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1144,7 +1139,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1161,7 +1155,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1178,7 +1171,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1192,7 +1184,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1209,7 +1200,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1226,7 +1216,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CustomDomainIDs(); len(nodes) > 0 { @@ -1240,7 +1229,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1257,7 +1245,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PreviewDomainIDs(); len(nodes) > 0 { @@ -1271,7 +1258,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1288,7 +1274,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -1302,7 +1287,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1319,7 +1303,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PreviewSettingIDs(); len(nodes) > 0 { @@ -1333,7 +1316,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1350,7 +1332,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WatermarkConfigIDs(); len(nodes) > 0 { @@ -1364,7 +1345,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1381,7 +1361,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorsCleared() { @@ -1395,7 +1374,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1412,7 +1390,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1429,7 +1406,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -1443,7 +1419,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1460,7 +1435,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1477,7 +1451,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCompliancesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCompliancesCleared() { @@ -1491,7 +1464,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1508,7 +1480,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1525,7 +1496,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -1539,7 +1509,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1556,7 +1525,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1573,7 +1541,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPostsIDs(); len(nodes) > 0 && !_u.mutation.PostsCleared() { @@ -1587,7 +1554,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1604,7 +1570,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1621,7 +1586,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntitiesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntitiesCleared() { @@ -1635,7 +1599,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1652,7 +1615,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1669,7 +1631,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterNdaRequestsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterNdaRequestsCleared() { @@ -1683,7 +1644,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1700,7 +1660,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1717,7 +1676,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqsCleared() { @@ -1731,7 +1689,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1748,7 +1705,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1765,7 +1721,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -1779,7 +1734,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1796,7 +1750,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1813,7 +1766,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -1827,7 +1779,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1844,7 +1795,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1861,7 +1811,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -1875,7 +1824,6 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1892,14 +1840,11 @@ func (_u *TrustCenterUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenter - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -3002,7 +2947,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -3016,7 +2960,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3033,7 +2976,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -3047,7 +2989,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3064,7 +3005,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3081,7 +3021,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -3095,7 +3034,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3112,7 +3050,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3129,7 +3066,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CustomDomainIDs(); len(nodes) > 0 { @@ -3143,7 +3079,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3160,7 +3095,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PreviewDomainIDs(); len(nodes) > 0 { @@ -3174,7 +3108,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(customdomain.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3191,7 +3124,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -3205,7 +3137,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3222,7 +3153,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PreviewSettingIDs(); len(nodes) > 0 { @@ -3236,7 +3166,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3253,7 +3182,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WatermarkConfigIDs(); len(nodes) > 0 { @@ -3267,7 +3195,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3284,7 +3211,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterSubprocessorsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterSubprocessorsCleared() { @@ -3298,7 +3224,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3315,7 +3240,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3332,7 +3256,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -3346,7 +3269,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3363,7 +3285,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3380,7 +3301,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterCompliancesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCompliancesCleared() { @@ -3394,7 +3314,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3411,7 +3330,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3428,7 +3346,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTemplatesIDs(); len(nodes) > 0 && !_u.mutation.TemplatesCleared() { @@ -3442,7 +3359,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3459,7 +3375,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(template.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Template for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3476,7 +3391,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPostsIDs(); len(nodes) > 0 && !_u.mutation.PostsCleared() { @@ -3490,7 +3404,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3507,7 +3420,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3524,7 +3436,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterEntitiesIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterEntitiesCleared() { @@ -3538,7 +3449,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3555,7 +3465,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3572,7 +3481,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterNdaRequestsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterNdaRequestsCleared() { @@ -3586,7 +3494,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3603,7 +3510,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3620,7 +3526,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterFaqsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterFaqsCleared() { @@ -3634,7 +3539,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3651,7 +3555,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3668,7 +3571,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -3682,7 +3584,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3699,7 +3600,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3716,7 +3616,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -3730,7 +3629,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3747,7 +3645,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3764,7 +3661,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -3778,7 +3674,6 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3795,14 +3690,11 @@ func (_u *TrustCenterUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenter IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Campaign for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenter - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenter{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcentercompliance/where.go b/internal/ent/generated/trustcentercompliance/where.go index 9ff0c05dc2..53c646edf3 100644 --- a/internal/ent/generated/trustcentercompliance/where.go +++ b/internal/ent/generated/trustcentercompliance/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -719,9 +717,6 @@ func HasBlockedGroups() predicate.TrustCenterCompliance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -730,9 +725,6 @@ func HasBlockedGroups() predicate.TrustCenterCompliance { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterCompliance { return predicate.TrustCenterCompliance(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -748,9 +740,6 @@ func HasEditors() predicate.TrustCenterCompliance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -759,9 +748,6 @@ func HasEditors() predicate.TrustCenterCompliance { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterCompliance { return predicate.TrustCenterCompliance(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -777,9 +763,6 @@ func HasTrustCenter() predicate.TrustCenterCompliance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighbors(s, step) }) } @@ -788,9 +771,6 @@ func HasTrustCenter() predicate.TrustCenterCompliance { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterCompliance { return predicate.TrustCenterCompliance(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -806,9 +786,6 @@ func HasStandard() predicate.TrustCenterCompliance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, StandardTable, StandardColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighbors(s, step) }) } @@ -817,9 +794,6 @@ func HasStandard() predicate.TrustCenterCompliance { func HasStandardWith(preds ...predicate.Standard) predicate.TrustCenterCompliance { return predicate.TrustCenterCompliance(func(s *sql.Selector) { step := newStandardStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterCompliance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcentercompliance_create.go b/internal/ent/generated/trustcentercompliance_create.go index 0342787797..7f207e01ca 100644 --- a/internal/ent/generated/trustcentercompliance_create.go +++ b/internal/ent/generated/trustcentercompliance_create.go @@ -315,7 +315,6 @@ func (_c *TrustCenterComplianceCreate) createSpec() (*TrustCenterCompliance, *sq _node = &TrustCenterCompliance{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentercompliance.Table, sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterCompliance if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -363,7 +362,6 @@ func (_c *TrustCenterComplianceCreate) createSpec() (*TrustCenterCompliance, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -380,7 +378,6 @@ func (_c *TrustCenterComplianceCreate) createSpec() (*TrustCenterCompliance, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -397,7 +394,6 @@ func (_c *TrustCenterComplianceCreate) createSpec() (*TrustCenterCompliance, *sq IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -415,7 +411,6 @@ func (_c *TrustCenterComplianceCreate) createSpec() (*TrustCenterCompliance, *sq IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcentercompliance_delete.go b/internal/ent/generated/trustcentercompliance_delete.go index 88ac314ffd..97f125ae71 100644 --- a/internal/ent/generated/trustcentercompliance_delete.go +++ b/internal/ent/generated/trustcentercompliance_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcentercompliance" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterComplianceDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterComplianceDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentercompliance.Table, sqlgraph.NewFieldSpec(trustcentercompliance.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterCompliance - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcentercompliance_query.go b/internal/ent/generated/trustcentercompliance_query.go index fa69ec8dd6..760f940713 100644 --- a/internal/ent/generated/trustcentercompliance_query.go +++ b/internal/ent/generated/trustcentercompliance_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcentercompliance" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -90,9 +89,6 @@ func (_q *TrustCenterComplianceQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentercompliance.BlockedGroupsTable, trustcentercompliance.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -115,9 +111,6 @@ func (_q *TrustCenterComplianceQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentercompliance.EditorsTable, trustcentercompliance.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -140,9 +133,6 @@ func (_q *TrustCenterComplianceQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentercompliance.TrustCenterTable, trustcentercompliance.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -165,9 +155,6 @@ func (_q *TrustCenterComplianceQuery) QueryStandard() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentercompliance.StandardTable, trustcentercompliance.StandardColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterCompliance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -521,8 +508,6 @@ func (_q *TrustCenterComplianceQuery) sqlAll(ctx context.Context, hooks ...query node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterCompliance - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -706,8 +691,6 @@ func (_q *TrustCenterComplianceQuery) loadStandard(ctx context.Context, query *S func (_q *TrustCenterComplianceQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterCompliance - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -779,9 +762,6 @@ func (_q *TrustCenterComplianceQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterCompliance) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcentercompliance_update.go b/internal/ent/generated/trustcentercompliance_update.go index 85b2cf7b81..d9d3a8dc5c 100644 --- a/internal/ent/generated/trustcentercompliance_update.go +++ b/internal/ent/generated/trustcentercompliance_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/standard" "github.com/theopenlane/core/internal/ent/generated/trustcentercompliance" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterComplianceUpdate is the builder for updating TrustCenterCompliance entities. @@ -377,7 +375,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -391,7 +388,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -408,7 +404,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -425,7 +420,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -439,7 +433,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -456,7 +449,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -473,7 +465,6 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -487,14 +478,11 @@ func (_u *TrustCenterComplianceUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterCompliance - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -890,7 +878,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -904,7 +891,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -921,7 +907,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -938,7 +923,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -952,7 +936,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -969,7 +952,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -986,7 +968,6 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -1000,14 +981,11 @@ func (_u *TrustCenterComplianceUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterCompliance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterCompliance - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterCompliance{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenterdoc/where.go b/internal/ent/generated/trustcenterdoc/where.go index d63d7498ef..f968ea774e 100644 --- a/internal/ent/generated/trustcenterdoc/where.go +++ b/internal/ent/generated/trustcenterdoc/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1225,9 +1223,6 @@ func HasTrustCenterDocKind() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TrustCenterDocKindTable, TrustCenterDocKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1236,9 +1231,6 @@ func HasTrustCenterDocKind() predicate.TrustCenterDoc { func HasTrustCenterDocKindWith(preds ...predicate.CustomTypeEnum) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newTrustCenterDocKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1254,9 +1246,6 @@ func HasBlockedGroups() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1265,9 +1254,6 @@ func HasBlockedGroups() predicate.TrustCenterDoc { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1283,9 +1269,6 @@ func HasEditors() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1294,9 +1277,6 @@ func HasEditors() predicate.TrustCenterDoc { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1312,9 +1292,6 @@ func HasTrustCenter() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1323,9 +1300,6 @@ func HasTrustCenter() predicate.TrustCenterDoc { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1341,9 +1315,6 @@ func HasStandard() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, StandardTable, StandardColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1352,9 +1323,6 @@ func HasStandard() predicate.TrustCenterDoc { func HasStandardWith(preds ...predicate.Standard) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newStandardStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1370,9 +1338,6 @@ func HasFile() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1381,9 +1346,6 @@ func HasFile() predicate.TrustCenterDoc { func HasFileWith(preds ...predicate.File) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1399,9 +1361,6 @@ func HasOriginalFile() predicate.TrustCenterDoc { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, OriginalFileTable, OriginalFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1410,9 +1369,6 @@ func HasOriginalFile() predicate.TrustCenterDoc { func HasOriginalFileWith(preds ...predicate.File) predicate.TrustCenterDoc { return predicate.TrustCenterDoc(func(s *sql.Selector) { step := newOriginalFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenterdoc_create.go b/internal/ent/generated/trustcenterdoc_create.go index c3688d77ea..c1aef79375 100644 --- a/internal/ent/generated/trustcenterdoc_create.go +++ b/internal/ent/generated/trustcenterdoc_create.go @@ -460,7 +460,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS _node = &TrustCenterDoc{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterdoc.Table, sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterDoc if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -528,7 +527,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -546,7 +544,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -563,7 +560,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -580,7 +576,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -598,7 +593,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -616,7 +610,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -634,7 +627,6 @@ func (_c *TrustCenterDocCreate) createSpec() (*TrustCenterDoc, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenterdoc_delete.go b/internal/ent/generated/trustcenterdoc_delete.go index 5cdca7876a..500470461f 100644 --- a/internal/ent/generated/trustcenterdoc_delete.go +++ b/internal/ent/generated/trustcenterdoc_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterDocDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterDocDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterdoc.Table, sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterDoc - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenterdoc_query.go b/internal/ent/generated/trustcenterdoc_query.go index 01c546016e..f80e8d7070 100644 --- a/internal/ent/generated/trustcenterdoc_query.go +++ b/internal/ent/generated/trustcenterdoc_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -96,9 +95,6 @@ func (_q *TrustCenterDocQuery) QueryTrustCenterDocKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.TrustCenterDocKindTable, trustcenterdoc.TrustCenterDocKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -121,9 +117,6 @@ func (_q *TrustCenterDocQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterdoc.BlockedGroupsTable, trustcenterdoc.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -146,9 +139,6 @@ func (_q *TrustCenterDocQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterdoc.EditorsTable, trustcenterdoc.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -171,9 +161,6 @@ func (_q *TrustCenterDocQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterdoc.TrustCenterTable, trustcenterdoc.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -196,9 +183,6 @@ func (_q *TrustCenterDocQuery) QueryStandard() *StandardQuery { sqlgraph.To(standard.Table, standard.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterdoc.StandardTable, trustcenterdoc.StandardColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Standard - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -221,9 +205,6 @@ func (_q *TrustCenterDocQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.FileTable, trustcenterdoc.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -246,9 +227,6 @@ func (_q *TrustCenterDocQuery) QueryOriginalFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterdoc.OriginalFileTable, trustcenterdoc.OriginalFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -645,8 +623,6 @@ func (_q *TrustCenterDocQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterDoc - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -941,8 +917,6 @@ func (_q *TrustCenterDocQuery) loadOriginalFile(ctx context.Context, query *File func (_q *TrustCenterDocQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterDoc - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1023,9 +997,6 @@ func (_q *TrustCenterDocQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterDoc) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenterdoc_update.go b/internal/ent/generated/trustcenterdoc_update.go index d480a483b8..291716331e 100644 --- a/internal/ent/generated/trustcenterdoc_update.go +++ b/internal/ent/generated/trustcenterdoc_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/standard" "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterDocUpdate is the builder for updating TrustCenterDoc entities. @@ -607,7 +605,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterDocKindIDs(); len(nodes) > 0 { @@ -621,7 +618,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -638,7 +634,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -652,7 +647,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -669,7 +663,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -686,7 +679,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -700,7 +692,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -717,7 +708,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -734,7 +724,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -748,7 +737,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -765,7 +753,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -779,7 +766,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -796,7 +782,6 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OriginalFileIDs(); len(nodes) > 0 { @@ -810,14 +795,11 @@ func (_u *TrustCenterDocUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterDoc - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1440,7 +1422,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterDocKindIDs(); len(nodes) > 0 { @@ -1454,7 +1435,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1471,7 +1451,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1485,7 +1464,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1502,7 +1480,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1519,7 +1496,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1533,7 +1509,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1550,7 +1525,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1567,7 +1541,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.StandardIDs(); len(nodes) > 0 { @@ -1581,7 +1554,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(standard.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1598,7 +1570,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -1612,7 +1583,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1629,7 +1599,6 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OriginalFileIDs(); len(nodes) > 0 { @@ -1643,14 +1612,11 @@ func (_u *TrustCenterDocUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterDoc - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterDoc{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenterentity/where.go b/internal/ent/generated/trustcenterentity/where.go index 58036fe4f3..75d37ec0c6 100644 --- a/internal/ent/generated/trustcenterentity/where.go +++ b/internal/ent/generated/trustcenterentity/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -949,9 +947,6 @@ func HasBlockedGroups() predicate.TrustCenterEntity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -960,9 +955,6 @@ func HasBlockedGroups() predicate.TrustCenterEntity { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterEntity { return predicate.TrustCenterEntity(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -978,9 +970,6 @@ func HasEditors() predicate.TrustCenterEntity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -989,9 +978,6 @@ func HasEditors() predicate.TrustCenterEntity { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterEntity { return predicate.TrustCenterEntity(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1007,9 +993,6 @@ func HasLogoFile() predicate.TrustCenterEntity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, LogoFileTable, LogoFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighbors(s, step) }) } @@ -1018,9 +1001,6 @@ func HasLogoFile() predicate.TrustCenterEntity { func HasLogoFileWith(preds ...predicate.File) predicate.TrustCenterEntity { return predicate.TrustCenterEntity(func(s *sql.Selector) { step := newLogoFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1036,9 +1016,6 @@ func HasTrustCenter() predicate.TrustCenterEntity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighbors(s, step) }) } @@ -1047,9 +1024,6 @@ func HasTrustCenter() predicate.TrustCenterEntity { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterEntity { return predicate.TrustCenterEntity(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1065,9 +1039,6 @@ func HasEntityType() predicate.TrustCenterEntity { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntityTypeTable, EntityTypeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighbors(s, step) }) } @@ -1076,9 +1047,6 @@ func HasEntityType() predicate.TrustCenterEntity { func HasEntityTypeWith(preds ...predicate.EntityType) predicate.TrustCenterEntity { return predicate.TrustCenterEntity(func(s *sql.Selector) { step := newEntityTypeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.TrustCenterEntity sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenterentity_create.go b/internal/ent/generated/trustcenterentity_create.go index 6d89803805..3aa2d0fbc6 100644 --- a/internal/ent/generated/trustcenterentity_create.go +++ b/internal/ent/generated/trustcenterentity_create.go @@ -350,7 +350,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C _node = &TrustCenterEntity{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterentity.Table, sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterEntity if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -402,7 +401,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -419,7 +417,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -436,7 +433,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -454,7 +450,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -472,7 +467,6 @@ func (_c *TrustCenterEntityCreate) createSpec() (*TrustCenterEntity, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(entitytype.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenterentity_delete.go b/internal/ent/generated/trustcenterentity_delete.go index e7787af2ac..eb7beefc8f 100644 --- a/internal/ent/generated/trustcenterentity_delete.go +++ b/internal/ent/generated/trustcenterentity_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenterentity" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterEntityDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterEntityDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterentity.Table, sqlgraph.NewFieldSpec(trustcenterentity.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterEntity - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenterentity_query.go b/internal/ent/generated/trustcenterentity_query.go index 9e32844e7b..3aed4f29e0 100644 --- a/internal/ent/generated/trustcenterentity_query.go +++ b/internal/ent/generated/trustcenterentity_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterentity" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -93,9 +92,6 @@ func (_q *TrustCenterEntityQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterentity.BlockedGroupsTable, trustcenterentity.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -118,9 +114,6 @@ func (_q *TrustCenterEntityQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterentity.EditorsTable, trustcenterentity.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -143,9 +136,6 @@ func (_q *TrustCenterEntityQuery) QueryLogoFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterentity.LogoFileTable, trustcenterentity.LogoFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterEntity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -168,9 +158,6 @@ func (_q *TrustCenterEntityQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterentity.TrustCenterTable, trustcenterentity.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterEntity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -193,9 +180,6 @@ func (_q *TrustCenterEntityQuery) QueryEntityType() *EntityTypeQuery { sqlgraph.To(entitytype.Table, entitytype.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterentity.EntityTypeTable, trustcenterentity.EntityTypeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EntityType - step.Edge.Schema = schemaConfig.TrustCenterEntity fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -566,8 +550,6 @@ func (_q *TrustCenterEntityQuery) sqlAll(ctx context.Context, hooks ...queryHook node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterEntity - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -789,8 +771,6 @@ func (_q *TrustCenterEntityQuery) loadEntityType(ctx context.Context, query *Ent func (_q *TrustCenterEntityQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterEntity - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -865,9 +845,6 @@ func (_q *TrustCenterEntityQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterEntity) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenterentity_update.go b/internal/ent/generated/trustcenterentity_update.go index b7eb4146e7..f9521add63 100644 --- a/internal/ent/generated/trustcenterentity_update.go +++ b/internal/ent/generated/trustcenterentity_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcenterentity" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterEntityUpdate is the builder for updating TrustCenterEntity entities. @@ -376,7 +374,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -390,7 +387,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -407,7 +403,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -424,7 +419,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -438,7 +432,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -455,7 +448,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -472,7 +464,6 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -486,14 +477,11 @@ func (_u *TrustCenterEntityUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterEntity - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -889,7 +877,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -903,7 +890,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -920,7 +906,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -937,7 +922,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -951,7 +935,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -968,7 +951,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -985,7 +967,6 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -999,14 +980,11 @@ func (_u *TrustCenterEntityUpdateOne) sqlSave(ctx context.Context) (_node *Trust IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterEntity for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterEntity - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterEntity{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenterfaq/where.go b/internal/ent/generated/trustcenterfaq/where.go index 5bae897b9e..78486cf79a 100644 --- a/internal/ent/generated/trustcenterfaq/where.go +++ b/internal/ent/generated/trustcenterfaq/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1004,9 +1002,6 @@ func HasTrustCenterFaqKind() predicate.TrustCenterFAQ { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TrustCenterFaqKindTable, TrustCenterFaqKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighbors(s, step) }) } @@ -1015,9 +1010,6 @@ func HasTrustCenterFaqKind() predicate.TrustCenterFAQ { func HasTrustCenterFaqKindWith(preds ...predicate.CustomTypeEnum) predicate.TrustCenterFAQ { return predicate.TrustCenterFAQ(func(s *sql.Selector) { step := newTrustCenterFaqKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1033,9 +1025,6 @@ func HasBlockedGroups() predicate.TrustCenterFAQ { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1044,9 +1033,6 @@ func HasBlockedGroups() predicate.TrustCenterFAQ { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterFAQ { return predicate.TrustCenterFAQ(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1062,9 +1048,6 @@ func HasEditors() predicate.TrustCenterFAQ { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1073,9 +1056,6 @@ func HasEditors() predicate.TrustCenterFAQ { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterFAQ { return predicate.TrustCenterFAQ(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1091,9 +1071,6 @@ func HasTrustCenter() predicate.TrustCenterFAQ { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighbors(s, step) }) } @@ -1102,9 +1079,6 @@ func HasTrustCenter() predicate.TrustCenterFAQ { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterFAQ { return predicate.TrustCenterFAQ(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1120,9 +1094,6 @@ func HasNote() predicate.TrustCenterFAQ { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, NoteTable, NoteColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighbors(s, step) }) } @@ -1131,9 +1102,6 @@ func HasNote() predicate.TrustCenterFAQ { func HasNoteWith(preds ...predicate.Note) predicate.TrustCenterFAQ { return predicate.TrustCenterFAQ(func(s *sql.Selector) { step := newNoteStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.TrustCenterFAQ sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenterfaq_create.go b/internal/ent/generated/trustcenterfaq_create.go index d825e0826c..5347dc6e82 100644 --- a/internal/ent/generated/trustcenterfaq_create.go +++ b/internal/ent/generated/trustcenterfaq_create.go @@ -376,7 +376,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS _node = &TrustCenterFAQ{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterfaq.Table, sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterFAQ if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -432,7 +431,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -450,7 +448,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -467,7 +464,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -484,7 +480,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -502,7 +497,6 @@ func (_c *TrustCenterFAQCreate) createSpec() (*TrustCenterFAQ, *sqlgraph.CreateS IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenterfaq_delete.go b/internal/ent/generated/trustcenterfaq_delete.go index 82fc58f3c2..71c995b91d 100644 --- a/internal/ent/generated/trustcenterfaq_delete.go +++ b/internal/ent/generated/trustcenterfaq_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenterfaq" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterFAQDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterFAQDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterfaq.Table, sqlgraph.NewFieldSpec(trustcenterfaq.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterFAQ - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenterfaq_query.go b/internal/ent/generated/trustcenterfaq_query.go index 3bca1aca5b..58a997c5eb 100644 --- a/internal/ent/generated/trustcenterfaq_query.go +++ b/internal/ent/generated/trustcenterfaq_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterfaq" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -92,9 +91,6 @@ func (_q *TrustCenterFAQQuery) QueryTrustCenterFaqKind() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterfaq.TrustCenterFaqKindTable, trustcenterfaq.TrustCenterFaqKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -117,9 +113,6 @@ func (_q *TrustCenterFAQQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterfaq.BlockedGroupsTable, trustcenterfaq.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -142,9 +135,6 @@ func (_q *TrustCenterFAQQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterfaq.EditorsTable, trustcenterfaq.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -167,9 +157,6 @@ func (_q *TrustCenterFAQQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterfaq.TrustCenterTable, trustcenterfaq.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -192,9 +179,6 @@ func (_q *TrustCenterFAQQuery) QueryNote() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterfaq.NoteTable, trustcenterfaq.NoteColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.TrustCenterFAQ fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -561,8 +545,6 @@ func (_q *TrustCenterFAQQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterFAQ - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -781,8 +763,6 @@ func (_q *TrustCenterFAQQuery) loadNote(ctx context.Context, query *NoteQuery, n func (_q *TrustCenterFAQQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterFAQ - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -857,9 +837,6 @@ func (_q *TrustCenterFAQQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterFAQ) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenterfaq_update.go b/internal/ent/generated/trustcenterfaq_update.go index 58bc8265de..afeecfbd8c 100644 --- a/internal/ent/generated/trustcenterfaq_update.go +++ b/internal/ent/generated/trustcenterfaq_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcenterfaq" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterFAQUpdate is the builder for updating TrustCenterFAQ entities. @@ -441,7 +439,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterFaqKindIDs(); len(nodes) > 0 { @@ -455,7 +452,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -472,7 +468,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -486,7 +481,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -503,7 +497,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -520,7 +513,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -534,7 +526,6 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -551,14 +542,11 @@ func (_u *TrustCenterFAQUpdate) sqlSave(ctx context.Context) (_node int, err err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterFAQ - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1019,7 +1007,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterFaqKindIDs(); len(nodes) > 0 { @@ -1033,7 +1020,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterFAQ for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1050,7 +1036,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1064,7 +1049,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1081,7 +1065,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1098,7 +1081,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1112,7 +1094,6 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1129,14 +1110,11 @@ func (_u *TrustCenterFAQUpdateOne) sqlSave(ctx context.Context) (_node *TrustCen IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterFAQ - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterFAQ{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenterndarequest/where.go b/internal/ent/generated/trustcenterndarequest/where.go index 0fa3f19267..545058b361 100644 --- a/internal/ent/generated/trustcenterndarequest/where.go +++ b/internal/ent/generated/trustcenterndarequest/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1451,9 +1449,6 @@ func HasBlockedGroups() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1462,9 +1457,6 @@ func HasBlockedGroups() predicate.TrustCenterNDARequest { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1480,9 +1472,6 @@ func HasEditors() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1491,9 +1480,6 @@ func HasEditors() predicate.TrustCenterNDARequest { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1509,9 +1495,6 @@ func HasTrustCenter() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighbors(s, step) }) } @@ -1520,9 +1503,6 @@ func HasTrustCenter() predicate.TrustCenterNDARequest { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1538,9 +1518,6 @@ func HasTrustCenterDocs() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TrustCenterDocsTable, TrustCenterDocsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighbors(s, step) }) } @@ -1549,9 +1526,6 @@ func HasTrustCenterDocs() predicate.TrustCenterNDARequest { func HasTrustCenterDocsWith(preds ...predicate.TrustCenterDoc) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newTrustCenterDocsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1567,9 +1541,6 @@ func HasDocument() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DocumentTable, DocumentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighbors(s, step) }) } @@ -1578,9 +1549,6 @@ func HasDocument() predicate.TrustCenterNDARequest { func HasDocumentWith(preds ...predicate.DocumentData) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newDocumentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1596,9 +1564,6 @@ func HasFile() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighbors(s, step) }) } @@ -1607,9 +1572,6 @@ func HasFile() predicate.TrustCenterNDARequest { func HasFileWith(preds ...predicate.File) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1625,9 +1587,6 @@ func HasApprovedByUser() predicate.TrustCenterNDARequest { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ApprovedByUserTable, ApprovedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighbors(s, step) }) } @@ -1636,9 +1595,6 @@ func HasApprovedByUser() predicate.TrustCenterNDARequest { func HasApprovedByUserWith(preds ...predicate.User) predicate.TrustCenterNDARequest { return predicate.TrustCenterNDARequest(func(s *sql.Selector) { step := newApprovedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TrustCenterNDARequest sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenterndarequest_create.go b/internal/ent/generated/trustcenterndarequest_create.go index e5ed39d7cd..a4e1b33772 100644 --- a/internal/ent/generated/trustcenterndarequest_create.go +++ b/internal/ent/generated/trustcenterndarequest_create.go @@ -528,7 +528,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq _node = &TrustCenterNDARequest{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterndarequest.Table, sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterNDARequest if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -612,7 +611,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -629,7 +627,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -646,7 +643,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -664,7 +660,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -681,7 +676,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -699,7 +693,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -717,7 +710,6 @@ func (_c *TrustCenterNDARequestCreate) createSpec() (*TrustCenterNDARequest, *sq IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenterndarequest_delete.go b/internal/ent/generated/trustcenterndarequest_delete.go index 3695b5e33e..edec11e8b1 100644 --- a/internal/ent/generated/trustcenterndarequest_delete.go +++ b/internal/ent/generated/trustcenterndarequest_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenterndarequest" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterNDARequestDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterNDARequestDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterndarequest.Table, sqlgraph.NewFieldSpec(trustcenterndarequest.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterNDARequest - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenterndarequest_query.go b/internal/ent/generated/trustcenterndarequest_query.go index 7978d7ea5e..05b8d7ccb2 100644 --- a/internal/ent/generated/trustcenterndarequest_query.go +++ b/internal/ent/generated/trustcenterndarequest_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenterndarequest" "github.com/theopenlane/core/internal/ent/generated/user" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -97,9 +96,6 @@ func (_q *TrustCenterNDARequestQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.BlockedGroupsTable, trustcenterndarequest.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -122,9 +118,6 @@ func (_q *TrustCenterNDARequestQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.EditorsTable, trustcenterndarequest.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -147,9 +140,6 @@ func (_q *TrustCenterNDARequestQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterndarequest.TrustCenterTable, trustcenterndarequest.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -172,9 +162,6 @@ func (_q *TrustCenterNDARequestQuery) QueryTrustCenterDocs() *TrustCenterDocQuer sqlgraph.To(trustcenterdoc.Table, trustcenterdoc.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterndarequest.TrustCenterDocsTable, trustcenterndarequest.TrustCenterDocsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenterDoc - step.Edge.Schema = schemaConfig.TrustCenterDoc fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -197,9 +184,6 @@ func (_q *TrustCenterNDARequestQuery) QueryDocument() *DocumentDataQuery { sqlgraph.To(documentdata.Table, documentdata.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.DocumentTable, trustcenterndarequest.DocumentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DocumentData - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -222,9 +206,6 @@ func (_q *TrustCenterNDARequestQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.FileTable, trustcenterndarequest.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -247,9 +228,6 @@ func (_q *TrustCenterNDARequestQuery) QueryApprovedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterndarequest.ApprovedByUserTable, trustcenterndarequest.ApprovedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.TrustCenterNDARequest fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -642,8 +620,6 @@ func (_q *TrustCenterNDARequestQuery) sqlAll(ctx context.Context, hooks ...query node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterNDARequest - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -953,8 +929,6 @@ func (_q *TrustCenterNDARequestQuery) loadApprovedByUser(ctx context.Context, qu func (_q *TrustCenterNDARequestQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterNDARequest - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1032,9 +1006,6 @@ func (_q *TrustCenterNDARequestQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterNDARequest) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenterndarequest_update.go b/internal/ent/generated/trustcenterndarequest_update.go index 04fd0b24c4..9e5af5cb33 100644 --- a/internal/ent/generated/trustcenterndarequest_update.go +++ b/internal/ent/generated/trustcenterndarequest_update.go @@ -21,8 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenterdoc" "github.com/theopenlane/core/internal/ent/generated/trustcenterndarequest" "github.com/theopenlane/core/internal/ent/generated/user" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterNDARequestUpdate is the builder for updating TrustCenterNDARequest entities. @@ -724,7 +722,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -738,7 +735,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -755,7 +751,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -772,7 +767,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -786,7 +780,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -803,7 +796,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -820,7 +812,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -834,7 +825,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -851,7 +841,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -868,7 +857,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DocumentIDs(); len(nodes) > 0 { @@ -882,7 +870,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -899,7 +886,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -913,7 +899,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -930,7 +915,6 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApprovedByUserIDs(); len(nodes) > 0 { @@ -944,14 +928,11 @@ func (_u *TrustCenterNDARequestUpdate) sqlSave(ctx context.Context) (_node int, IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterNDARequest - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1689,7 +1670,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1703,7 +1683,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1720,7 +1699,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1737,7 +1715,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1751,7 +1728,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1768,7 +1744,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1785,7 +1760,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterDocsIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterDocsCleared() { @@ -1799,7 +1773,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1816,7 +1789,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(trustcenterdoc.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterDoc for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1833,7 +1805,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DocumentIDs(); len(nodes) > 0 { @@ -1847,7 +1818,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(documentdata.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1864,7 +1834,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -1878,7 +1847,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1895,7 +1863,6 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ApprovedByUserIDs(); len(nodes) > 0 { @@ -1909,14 +1876,11 @@ func (_u *TrustCenterNDARequestUpdateOne) sqlSave(ctx context.Context) (_node *T IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterNDARequest for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterNDARequest - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterNDARequest{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcentersetting/where.go b/internal/ent/generated/trustcentersetting/where.go index 85635c4397..146892e2b8 100644 --- a/internal/ent/generated/trustcentersetting/where.go +++ b/internal/ent/generated/trustcentersetting/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2475,9 +2473,6 @@ func HasBlockedGroups() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2486,9 +2481,6 @@ func HasBlockedGroups() predicate.TrustCenterSetting { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2504,9 +2496,6 @@ func HasEditors() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -2515,9 +2504,6 @@ func HasEditors() predicate.TrustCenterSetting { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2533,9 +2519,6 @@ func HasLogoFile() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, LogoFileTable, LogoFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2544,9 +2527,6 @@ func HasLogoFile() predicate.TrustCenterSetting { func HasLogoFileWith(preds ...predicate.File) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newLogoFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2562,9 +2542,6 @@ func HasFaviconFile() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FaviconFileTable, FaviconFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2573,9 +2550,6 @@ func HasFaviconFile() predicate.TrustCenterSetting { func HasFaviconFileWith(preds ...predicate.File) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newFaviconFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2591,9 +2565,6 @@ func HasHeroImageFile() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, HeroImageFileTable, HeroImageFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2602,9 +2573,6 @@ func HasHeroImageFile() predicate.TrustCenterSetting { func HasHeroImageFileWith(preds ...predicate.File) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newHeroImageFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2620,9 +2588,6 @@ func HasNdaApproverGroup() predicate.TrustCenterSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, NdaApproverGroupTable, NdaApproverGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighbors(s, step) }) } @@ -2631,9 +2596,6 @@ func HasNdaApproverGroup() predicate.TrustCenterSetting { func HasNdaApproverGroupWith(preds ...predicate.Group) predicate.TrustCenterSetting { return predicate.TrustCenterSetting(func(s *sql.Selector) { step := newNdaApproverGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.TrustCenterSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcentersetting_create.go b/internal/ent/generated/trustcentersetting_create.go index fed36f232b..d62b4106ea 100644 --- a/internal/ent/generated/trustcentersetting_create.go +++ b/internal/ent/generated/trustcentersetting_create.go @@ -821,7 +821,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph _node = &TrustCenterSetting{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentersetting.Table, sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterSetting if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -961,7 +960,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -978,7 +976,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -995,7 +992,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1013,7 +1009,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1031,7 +1026,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1049,7 +1043,6 @@ func (_c *TrustCenterSettingCreate) createSpec() (*TrustCenterSetting, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcentersetting_delete.go b/internal/ent/generated/trustcentersetting_delete.go index c9cdb9bf61..91ab14fbc6 100644 --- a/internal/ent/generated/trustcentersetting_delete.go +++ b/internal/ent/generated/trustcentersetting_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcentersetting" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterSettingDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterSettingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentersetting.Table, sqlgraph.NewFieldSpec(trustcentersetting.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterSetting - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcentersetting_query.go b/internal/ent/generated/trustcentersetting_query.go index d9ff3934ba..a88f2dce37 100644 --- a/internal/ent/generated/trustcentersetting_query.go +++ b/internal/ent/generated/trustcentersetting_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcentersetting" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -91,9 +90,6 @@ func (_q *TrustCenterSettingQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersetting.BlockedGroupsTable, trustcentersetting.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -116,9 +112,6 @@ func (_q *TrustCenterSettingQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersetting.EditorsTable, trustcentersetting.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -141,9 +134,6 @@ func (_q *TrustCenterSettingQuery) QueryLogoFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.LogoFileTable, trustcentersetting.LogoFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -166,9 +156,6 @@ func (_q *TrustCenterSettingQuery) QueryFaviconFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.FaviconFileTable, trustcentersetting.FaviconFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -191,9 +178,6 @@ func (_q *TrustCenterSettingQuery) QueryHeroImageFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.HeroImageFileTable, trustcentersetting.HeroImageFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -216,9 +200,6 @@ func (_q *TrustCenterSettingQuery) QueryNdaApproverGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersetting.NdaApproverGroupTable, trustcentersetting.NdaApproverGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.TrustCenterSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -598,8 +579,6 @@ func (_q *TrustCenterSettingQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -865,8 +844,6 @@ func (_q *TrustCenterSettingQuery) loadNdaApproverGroup(ctx context.Context, que func (_q *TrustCenterSettingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -944,9 +921,6 @@ func (_q *TrustCenterSettingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterSetting) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcentersetting_update.go b/internal/ent/generated/trustcentersetting_update.go index 63cd1fcff3..6d7a1b7ae2 100644 --- a/internal/ent/generated/trustcentersetting_update.go +++ b/internal/ent/generated/trustcentersetting_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcentersetting" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterSettingUpdate is the builder for updating TrustCenterSetting entities. @@ -1162,7 +1160,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1176,7 +1173,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1193,7 +1189,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1210,7 +1205,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1224,7 +1218,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1241,7 +1234,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1258,7 +1250,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -1272,7 +1263,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1289,7 +1279,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FaviconFileIDs(); len(nodes) > 0 { @@ -1303,7 +1292,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1320,7 +1308,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.HeroImageFileIDs(); len(nodes) > 0 { @@ -1334,7 +1321,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1351,7 +1337,6 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.NdaApproverGroupIDs(); len(nodes) > 0 { @@ -1365,14 +1350,11 @@ func (_u *TrustCenterSettingUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2553,7 +2535,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2567,7 +2548,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2584,7 +2564,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2601,7 +2580,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2615,7 +2593,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2632,7 +2609,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2649,7 +2625,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.LogoFileIDs(); len(nodes) > 0 { @@ -2663,7 +2638,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2680,7 +2654,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FaviconFileIDs(); len(nodes) > 0 { @@ -2694,7 +2667,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2711,7 +2683,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.HeroImageFileIDs(); len(nodes) > 0 { @@ -2725,7 +2696,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2742,7 +2712,6 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.NdaApproverGroupIDs(); len(nodes) > 0 { @@ -2756,14 +2725,11 @@ func (_u *TrustCenterSettingUpdateOne) sqlSave(ctx context.Context) (_node *Trus IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterSetting{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcentersubprocessor/where.go b/internal/ent/generated/trustcentersubprocessor/where.go index fa0cb180e9..48894d715c 100644 --- a/internal/ent/generated/trustcentersubprocessor/where.go +++ b/internal/ent/generated/trustcentersubprocessor/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -879,9 +877,6 @@ func HasTrustCenterSubprocessorKind() predicate.TrustCenterSubprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TrustCenterSubprocessorKindTable, TrustCenterSubprocessorKindColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -890,9 +885,6 @@ func HasTrustCenterSubprocessorKind() predicate.TrustCenterSubprocessor { func HasTrustCenterSubprocessorKindWith(preds ...predicate.CustomTypeEnum) predicate.TrustCenterSubprocessor { return predicate.TrustCenterSubprocessor(func(s *sql.Selector) { step := newTrustCenterSubprocessorKindStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -908,9 +900,6 @@ func HasBlockedGroups() predicate.TrustCenterSubprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -919,9 +908,6 @@ func HasBlockedGroups() predicate.TrustCenterSubprocessor { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterSubprocessor { return predicate.TrustCenterSubprocessor(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -937,9 +923,6 @@ func HasEditors() predicate.TrustCenterSubprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -948,9 +931,6 @@ func HasEditors() predicate.TrustCenterSubprocessor { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterSubprocessor { return predicate.TrustCenterSubprocessor(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -966,9 +946,6 @@ func HasTrustCenter() predicate.TrustCenterSubprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -977,9 +954,6 @@ func HasTrustCenter() predicate.TrustCenterSubprocessor { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterSubprocessor { return predicate.TrustCenterSubprocessor(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -995,9 +969,6 @@ func HasSubprocessor() predicate.TrustCenterSubprocessor { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, SubprocessorTable, SubprocessorColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighbors(s, step) }) } @@ -1006,9 +977,6 @@ func HasSubprocessor() predicate.TrustCenterSubprocessor { func HasSubprocessorWith(preds ...predicate.Subprocessor) predicate.TrustCenterSubprocessor { return predicate.TrustCenterSubprocessor(func(s *sql.Selector) { step := newSubprocessorStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcentersubprocessor_create.go b/internal/ent/generated/trustcentersubprocessor_create.go index e542869e5e..4ab05c1028 100644 --- a/internal/ent/generated/trustcentersubprocessor_create.go +++ b/internal/ent/generated/trustcentersubprocessor_create.go @@ -345,7 +345,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, _node = &TrustCenterSubprocessor{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentersubprocessor.Table, sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterSubprocessor if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -397,7 +396,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -415,7 +413,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -432,7 +429,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -449,7 +445,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -467,7 +462,6 @@ func (_c *TrustCenterSubprocessorCreate) createSpec() (*TrustCenterSubprocessor, IDSpec: sqlgraph.NewFieldSpec(subprocessor.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcentersubprocessor_delete.go b/internal/ent/generated/trustcentersubprocessor_delete.go index 240d532b30..34e7d08ad6 100644 --- a/internal/ent/generated/trustcentersubprocessor_delete.go +++ b/internal/ent/generated/trustcentersubprocessor_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterSubprocessorDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterSubprocessorDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentersubprocessor.Table, sqlgraph.NewFieldSpec(trustcentersubprocessor.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterSubprocessor - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcentersubprocessor_query.go b/internal/ent/generated/trustcentersubprocessor_query.go index 999b756fa2..0f991a2954 100644 --- a/internal/ent/generated/trustcentersubprocessor_query.go +++ b/internal/ent/generated/trustcentersubprocessor_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -92,9 +91,6 @@ func (_q *TrustCenterSubprocessorQuery) QueryTrustCenterSubprocessorKind() *Cust sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcentersubprocessor.TrustCenterSubprocessorKindTable, trustcentersubprocessor.TrustCenterSubprocessorKindColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -117,9 +113,6 @@ func (_q *TrustCenterSubprocessorQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersubprocessor.BlockedGroupsTable, trustcentersubprocessor.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -142,9 +135,6 @@ func (_q *TrustCenterSubprocessorQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcentersubprocessor.EditorsTable, trustcentersubprocessor.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -167,9 +157,6 @@ func (_q *TrustCenterSubprocessorQuery) QueryTrustCenter() *TrustCenterQuery { sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentersubprocessor.TrustCenterTable, trustcentersubprocessor.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -192,9 +179,6 @@ func (_q *TrustCenterSubprocessorQuery) QuerySubprocessor() *SubprocessorQuery { sqlgraph.To(subprocessor.Table, subprocessor.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcentersubprocessor.SubprocessorTable, trustcentersubprocessor.SubprocessorColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subprocessor - step.Edge.Schema = schemaConfig.TrustCenterSubprocessor fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -561,8 +545,6 @@ func (_q *TrustCenterSubprocessorQuery) sqlAll(ctx context.Context, hooks ...que node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterSubprocessor - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -781,8 +763,6 @@ func (_q *TrustCenterSubprocessorQuery) loadSubprocessor(ctx context.Context, qu func (_q *TrustCenterSubprocessorQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterSubprocessor - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -857,9 +837,6 @@ func (_q *TrustCenterSubprocessorQuery) sqlQuery(ctx context.Context) *sql.Selec if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterSubprocessor) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcentersubprocessor_update.go b/internal/ent/generated/trustcentersubprocessor_update.go index be5280aeda..d7f31f5762 100644 --- a/internal/ent/generated/trustcentersubprocessor_update.go +++ b/internal/ent/generated/trustcentersubprocessor_update.go @@ -16,8 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/group" "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcentersubprocessor" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterSubprocessorUpdate is the builder for updating TrustCenterSubprocessor entities. @@ -404,7 +402,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterSubprocessorKindIDs(); len(nodes) > 0 { @@ -418,7 +415,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -435,7 +431,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -449,7 +444,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -466,7 +460,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -483,7 +476,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -497,7 +489,6 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -514,14 +505,11 @@ func (_u *TrustCenterSubprocessorUpdate) sqlSave(ctx context.Context) (_node int IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSubprocessor - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -944,7 +932,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TrustCenterSubprocessorKindIDs(); len(nodes) > 0 { @@ -958,7 +945,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterSubprocessor for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -975,7 +961,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -989,7 +974,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1006,7 +990,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1023,7 +1006,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1037,7 +1019,6 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1054,14 +1035,11 @@ func (_u *TrustCenterSubprocessorUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSubprocessor - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterSubprocessor{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/trustcenterwatermarkconfig/where.go b/internal/ent/generated/trustcenterwatermarkconfig/where.go index a1a1ba045e..ddd44ad8fe 100644 --- a/internal/ent/generated/trustcenterwatermarkconfig/where.go +++ b/internal/ent/generated/trustcenterwatermarkconfig/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1190,9 +1188,6 @@ func HasOwner() predicate.TrustCenterWatermarkConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighbors(s, step) }) } @@ -1201,9 +1196,6 @@ func HasOwner() predicate.TrustCenterWatermarkConfig { func HasOwnerWith(preds ...predicate.Organization) predicate.TrustCenterWatermarkConfig { return predicate.TrustCenterWatermarkConfig(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1219,9 +1211,6 @@ func HasBlockedGroups() predicate.TrustCenterWatermarkConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1230,9 +1219,6 @@ func HasBlockedGroups() predicate.TrustCenterWatermarkConfig { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.TrustCenterWatermarkConfig { return predicate.TrustCenterWatermarkConfig(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1248,9 +1234,6 @@ func HasEditors() predicate.TrustCenterWatermarkConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1259,9 +1242,6 @@ func HasEditors() predicate.TrustCenterWatermarkConfig { func HasEditorsWith(preds ...predicate.Group) predicate.TrustCenterWatermarkConfig { return predicate.TrustCenterWatermarkConfig(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1277,9 +1257,6 @@ func HasTrustCenter() predicate.TrustCenterWatermarkConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, TrustCenterTable, TrustCenterColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighbors(s, step) }) } @@ -1288,9 +1265,6 @@ func HasTrustCenter() predicate.TrustCenterWatermarkConfig { func HasTrustCenterWith(preds ...predicate.TrustCenter) predicate.TrustCenterWatermarkConfig { return predicate.TrustCenterWatermarkConfig(func(s *sql.Selector) { step := newTrustCenterStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1306,9 +1280,6 @@ func HasFile() predicate.TrustCenterWatermarkConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FileTable, FileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighbors(s, step) }) } @@ -1317,9 +1288,6 @@ func HasFile() predicate.TrustCenterWatermarkConfig { func HasFileWith(preds ...predicate.File) predicate.TrustCenterWatermarkConfig { return predicate.TrustCenterWatermarkConfig(func(s *sql.Selector) { step := newFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/trustcenterwatermarkconfig_create.go b/internal/ent/generated/trustcenterwatermarkconfig_create.go index 2be6b92a96..2a60e1c05d 100644 --- a/internal/ent/generated/trustcenterwatermarkconfig_create.go +++ b/internal/ent/generated/trustcenterwatermarkconfig_create.go @@ -498,7 +498,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC _node = &TrustCenterWatermarkConfig{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterwatermarkconfig.Table, sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterWatermarkConfig if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -574,7 +573,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -592,7 +590,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -609,7 +606,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -626,7 +622,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -643,7 +638,6 @@ func (_c *TrustCenterWatermarkConfigCreate) createSpec() (*TrustCenterWatermarkC IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/trustcenterwatermarkconfig_delete.go b/internal/ent/generated/trustcenterwatermarkconfig_delete.go index 0a8151c637..d6c1bdb7b5 100644 --- a/internal/ent/generated/trustcenterwatermarkconfig_delete.go +++ b/internal/ent/generated/trustcenterwatermarkconfig_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/trustcenterwatermarkconfig" ) @@ -43,8 +41,6 @@ func (_d *TrustCenterWatermarkConfigDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterWatermarkConfigDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterwatermarkconfig.Table, sqlgraph.NewFieldSpec(trustcenterwatermarkconfig.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterWatermarkConfig - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/trustcenterwatermarkconfig_query.go b/internal/ent/generated/trustcenterwatermarkconfig_query.go index 2d6322ef13..4d37185030 100644 --- a/internal/ent/generated/trustcenterwatermarkconfig_query.go +++ b/internal/ent/generated/trustcenterwatermarkconfig_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterwatermarkconfig" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -93,9 +92,6 @@ func (_q *TrustCenterWatermarkConfigQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, trustcenterwatermarkconfig.OwnerTable, trustcenterwatermarkconfig.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -118,9 +114,6 @@ func (_q *TrustCenterWatermarkConfigQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterwatermarkconfig.BlockedGroupsTable, trustcenterwatermarkconfig.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -143,9 +136,6 @@ func (_q *TrustCenterWatermarkConfigQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, trustcenterwatermarkconfig.EditorsTable, trustcenterwatermarkconfig.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -168,9 +158,6 @@ func (_q *TrustCenterWatermarkConfigQuery) QueryTrustCenter() *TrustCenterQuery sqlgraph.To(trustcenter.Table, trustcenter.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, trustcenterwatermarkconfig.TrustCenterTable, trustcenterwatermarkconfig.TrustCenterColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TrustCenter - step.Edge.Schema = schemaConfig.TrustCenter fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -193,9 +180,6 @@ func (_q *TrustCenterWatermarkConfigQuery) QueryFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, trustcenterwatermarkconfig.FileTable, trustcenterwatermarkconfig.FileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.TrustCenterWatermarkConfig fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -562,8 +546,6 @@ func (_q *TrustCenterWatermarkConfigQuery) sqlAll(ctx context.Context, hooks ... node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterWatermarkConfig - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -799,8 +781,6 @@ func (_q *TrustCenterWatermarkConfigQuery) loadFile(ctx context.Context, query * func (_q *TrustCenterWatermarkConfigQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterWatermarkConfig - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -872,9 +852,6 @@ func (_q *TrustCenterWatermarkConfigQuery) sqlQuery(ctx context.Context) *sql.Se if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterWatermarkConfig) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/trustcenterwatermarkconfig_update.go b/internal/ent/generated/trustcenterwatermarkconfig_update.go index 4cf51c3ceb..04e4303dc7 100644 --- a/internal/ent/generated/trustcenterwatermarkconfig_update.go +++ b/internal/ent/generated/trustcenterwatermarkconfig_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/trustcenter" "github.com/theopenlane/core/internal/ent/generated/trustcenterwatermarkconfig" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // TrustCenterWatermarkConfigUpdate is the builder for updating TrustCenterWatermarkConfig entities. @@ -637,7 +635,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -651,7 +648,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -668,7 +664,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -685,7 +680,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -699,7 +693,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -716,7 +709,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -733,7 +725,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCleared() { @@ -747,7 +738,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -764,7 +754,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -781,7 +770,6 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -795,14 +783,11 @@ func (_u *TrustCenterWatermarkConfigUpdate) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterWatermarkConfig - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1457,7 +1442,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1471,7 +1455,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1488,7 +1471,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1505,7 +1487,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1519,7 +1500,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1536,7 +1516,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1553,7 +1532,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTrustCenterIDs(); len(nodes) > 0 && !_u.mutation.TrustCenterCleared() { @@ -1567,7 +1545,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1584,7 +1561,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(trustcenter.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenter for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1601,7 +1577,6 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FileIDs(); len(nodes) > 0 { @@ -1615,14 +1590,11 @@ func (_u *TrustCenterWatermarkConfigUpdateOne) sqlSave(ctx context.Context) (_no IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TrustCenterWatermarkConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterWatermarkConfig - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterWatermarkConfig{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/user/where.go b/internal/ent/generated/user/where.go index 1ffa6d3815..bf8e29502d 100644 --- a/internal/ent/generated/user/where.go +++ b/internal/ent/generated/user/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1745,9 +1743,6 @@ func HasPersonalAccessTokens() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PersonalAccessTokensTable, PersonalAccessTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessToken sqlgraph.HasNeighbors(s, step) }) } @@ -1756,9 +1751,6 @@ func HasPersonalAccessTokens() predicate.User { func HasPersonalAccessTokensWith(preds ...predicate.PersonalAccessToken) predicate.User { return predicate.User(func(s *sql.Selector) { step := newPersonalAccessTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1774,9 +1766,6 @@ func HasTfaSettings() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TfaSettingsTable, TfaSettingsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TFASetting - step.Edge.Schema = schemaConfig.TFASetting sqlgraph.HasNeighbors(s, step) }) } @@ -1785,9 +1774,6 @@ func HasTfaSettings() predicate.User { func HasTfaSettingsWith(preds ...predicate.TFASetting) predicate.User { return predicate.User(func(s *sql.Selector) { step := newTfaSettingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TFASetting - step.Edge.Schema = schemaConfig.TFASetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1803,9 +1789,6 @@ func HasSetting() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, false, SettingTable, SettingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.UserSetting - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighbors(s, step) }) } @@ -1814,9 +1797,6 @@ func HasSetting() predicate.User { func HasSettingWith(preds ...predicate.UserSetting) predicate.User { return predicate.User(func(s *sql.Selector) { step := newSettingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.UserSetting - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1832,9 +1812,6 @@ func HasEmailVerificationTokens() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailVerificationTokensTable, EmailVerificationTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailVerificationToken - step.Edge.Schema = schemaConfig.EmailVerificationToken sqlgraph.HasNeighbors(s, step) }) } @@ -1843,9 +1820,6 @@ func HasEmailVerificationTokens() predicate.User { func HasEmailVerificationTokensWith(preds ...predicate.EmailVerificationToken) predicate.User { return predicate.User(func(s *sql.Selector) { step := newEmailVerificationTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailVerificationToken - step.Edge.Schema = schemaConfig.EmailVerificationToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1861,9 +1835,6 @@ func HasFileDownloadTokens() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FileDownloadTokensTable, FileDownloadTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FileDownloadToken - step.Edge.Schema = schemaConfig.FileDownloadToken sqlgraph.HasNeighbors(s, step) }) } @@ -1872,9 +1843,6 @@ func HasFileDownloadTokens() predicate.User { func HasFileDownloadTokensWith(preds ...predicate.FileDownloadToken) predicate.User { return predicate.User(func(s *sql.Selector) { step := newFileDownloadTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.FileDownloadToken - step.Edge.Schema = schemaConfig.FileDownloadToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1890,9 +1858,6 @@ func HasPasswordResetTokens() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PasswordResetTokensTable, PasswordResetTokensColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PasswordResetToken - step.Edge.Schema = schemaConfig.PasswordResetToken sqlgraph.HasNeighbors(s, step) }) } @@ -1901,9 +1866,6 @@ func HasPasswordResetTokens() predicate.User { func HasPasswordResetTokensWith(preds ...predicate.PasswordResetToken) predicate.User { return predicate.User(func(s *sql.Selector) { step := newPasswordResetTokensStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.PasswordResetToken - step.Edge.Schema = schemaConfig.PasswordResetToken sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1919,9 +1881,6 @@ func HasSubscribers() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubscribersTable, SubscribersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighbors(s, step) }) } @@ -1930,9 +1889,6 @@ func HasSubscribers() predicate.User { func HasSubscribersWith(preds ...predicate.Subscriber) predicate.User { return predicate.User(func(s *sql.Selector) { step := newSubscribersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1948,9 +1904,6 @@ func HasGroups() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, GroupsTable, GroupsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1959,9 +1912,6 @@ func HasGroups() predicate.User { func HasGroupsWith(preds ...predicate.Group) predicate.User { return predicate.User(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1977,9 +1927,6 @@ func HasOrganizations() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, OrganizationsTable, OrganizationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -1988,9 +1935,6 @@ func HasOrganizations() predicate.User { func HasOrganizationsWith(preds ...predicate.Organization) predicate.User { return predicate.User(func(s *sql.Selector) { step := newOrganizationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2006,9 +1950,6 @@ func HasWebauthns() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WebauthnsTable, WebauthnsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Webauthn - step.Edge.Schema = schemaConfig.Webauthn sqlgraph.HasNeighbors(s, step) }) } @@ -2017,9 +1958,6 @@ func HasWebauthns() predicate.User { func HasWebauthnsWith(preds ...predicate.Webauthn) predicate.User { return predicate.User(func(s *sql.Selector) { step := newWebauthnsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Webauthn - step.Edge.Schema = schemaConfig.Webauthn sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2035,9 +1973,6 @@ func HasAvatarFile() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AvatarFileTable, AvatarFileColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.User sqlgraph.HasNeighbors(s, step) }) } @@ -2046,9 +1981,6 @@ func HasAvatarFile() predicate.User { func HasAvatarFileWith(preds ...predicate.File) predicate.User { return predicate.User(func(s *sql.Selector) { step := newAvatarFileStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.User sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2064,9 +1996,6 @@ func HasEvents() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EventsTable, EventsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.UserEvents sqlgraph.HasNeighbors(s, step) }) } @@ -2075,9 +2004,6 @@ func HasEvents() predicate.User { func HasEventsWith(preds ...predicate.Event) predicate.User { return predicate.User(func(s *sql.Selector) { step := newEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.UserEvents sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2093,9 +2019,6 @@ func HasActionPlans() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ActionPlansTable, ActionPlansColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighbors(s, step) }) } @@ -2104,9 +2027,6 @@ func HasActionPlans() predicate.User { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.User { return predicate.User(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2122,9 +2042,6 @@ func HasCampaigns() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, CampaignsTable, CampaignsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignUsers sqlgraph.HasNeighbors(s, step) }) } @@ -2133,9 +2050,6 @@ func HasCampaigns() predicate.User { func HasCampaignsWith(preds ...predicate.Campaign) predicate.User { return predicate.User(func(s *sql.Selector) { step := newCampaignsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignUsers sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2151,9 +2065,6 @@ func HasCampaignTargets() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CampaignTargetsTable, CampaignTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighbors(s, step) }) } @@ -2162,9 +2073,6 @@ func HasCampaignTargets() predicate.User { func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.User { return predicate.User(func(s *sql.Selector) { step := newCampaignTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2180,9 +2088,6 @@ func HasSubcontrols() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, SubcontrolsTable, SubcontrolsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighbors(s, step) }) } @@ -2191,9 +2096,6 @@ func HasSubcontrols() predicate.User { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.User { return predicate.User(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2209,9 +2111,6 @@ func HasAssignerTasks() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssignerTasksTable, AssignerTasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2220,9 +2119,6 @@ func HasAssignerTasks() predicate.User { func HasAssignerTasksWith(preds ...predicate.Task) predicate.User { return predicate.User(func(s *sql.Selector) { step := newAssignerTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2238,9 +2134,6 @@ func HasAssigneeTasks() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, AssigneeTasksTable, AssigneeTasksColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighbors(s, step) }) } @@ -2249,9 +2142,6 @@ func HasAssigneeTasks() predicate.User { func HasAssigneeTasksWith(preds ...predicate.Task) predicate.User { return predicate.User(func(s *sql.Selector) { step := newAssigneeTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2267,9 +2157,6 @@ func HasPrograms() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2278,9 +2165,6 @@ func HasPrograms() predicate.User { func HasProgramsWith(preds ...predicate.Program) predicate.User { return predicate.User(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2296,9 +2180,6 @@ func HasProgramsOwned() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ProgramsOwnedTable, ProgramsOwnedColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighbors(s, step) }) } @@ -2307,9 +2188,6 @@ func HasProgramsOwned() predicate.User { func HasProgramsOwnedWith(preds ...predicate.Program) predicate.User { return predicate.User(func(s *sql.Selector) { step := newProgramsOwnedStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2325,9 +2203,6 @@ func HasPlatformsOwned() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, PlatformsOwnedTable, PlatformsOwnedColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighbors(s, step) }) } @@ -2336,9 +2211,6 @@ func HasPlatformsOwned() predicate.User { func HasPlatformsOwnedWith(preds ...predicate.Platform) predicate.User { return predicate.User(func(s *sql.Selector) { step := newPlatformsOwnedStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2354,9 +2226,6 @@ func HasIdentityHolderProfiles() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, IdentityHolderProfilesTable, IdentityHolderProfilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighbors(s, step) }) } @@ -2365,9 +2234,6 @@ func HasIdentityHolderProfiles() predicate.User { func HasIdentityHolderProfilesWith(preds ...predicate.IdentityHolder) predicate.User { return predicate.User(func(s *sql.Selector) { step := newIdentityHolderProfilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2383,9 +2249,6 @@ func HasImpersonationEvents() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ImpersonationEventsTable, ImpersonationEventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -2394,9 +2257,6 @@ func HasImpersonationEvents() predicate.User { func HasImpersonationEventsWith(preds ...predicate.ImpersonationEvent) predicate.User { return predicate.User(func(s *sql.Selector) { step := newImpersonationEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2412,9 +2272,6 @@ func HasTargetedImpersonations() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TargetedImpersonationsTable, TargetedImpersonationsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighbors(s, step) }) } @@ -2423,9 +2280,6 @@ func HasTargetedImpersonations() predicate.User { func HasTargetedImpersonationsWith(preds ...predicate.ImpersonationEvent) predicate.User { return predicate.User(func(s *sql.Selector) { step := newTargetedImpersonationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2441,9 +2295,6 @@ func HasGroupMemberships() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, GroupMembershipsTable, GroupMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2452,9 +2303,6 @@ func HasGroupMemberships() predicate.User { func HasGroupMembershipsWith(preds ...predicate.GroupMembership) predicate.User { return predicate.User(func(s *sql.Selector) { step := newGroupMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2470,9 +2318,6 @@ func HasOrgMemberships() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, OrgMembershipsTable, OrgMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2481,9 +2326,6 @@ func HasOrgMemberships() predicate.User { func HasOrgMembershipsWith(preds ...predicate.OrgMembership) predicate.User { return predicate.User(func(s *sql.Selector) { step := newOrgMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2499,9 +2341,6 @@ func HasProgramMemberships() predicate.User { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, ProgramMembershipsTable, ProgramMembershipsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighbors(s, step) }) } @@ -2510,9 +2349,6 @@ func HasProgramMemberships() predicate.User { func HasProgramMembershipsWith(preds ...predicate.ProgramMembership) predicate.User { return predicate.User(func(s *sql.Selector) { step := newProgramMembershipsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/user_create.go b/internal/ent/generated/user_create.go index d99509be9f..741a22cf23 100644 --- a/internal/ent/generated/user_create.go +++ b/internal/ent/generated/user_create.go @@ -973,7 +973,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { _node = &User{config: _c.config} _spec = sqlgraph.NewCreateSpec(user.Table, sqlgraph.NewFieldSpec(user.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.User if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1089,7 +1088,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1106,7 +1104,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1123,7 +1120,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1140,7 +1136,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1157,7 +1152,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1174,7 +1168,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1191,7 +1184,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1208,7 +1200,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1232,7 +1223,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1256,7 +1246,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1273,7 +1262,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.User for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1291,7 +1279,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1308,7 +1295,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1325,7 +1311,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1342,7 +1327,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1359,7 +1343,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1376,7 +1359,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1393,7 +1375,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1410,7 +1391,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1434,7 +1414,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1451,7 +1430,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1468,7 +1446,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1485,7 +1462,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1502,7 +1478,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1519,7 +1494,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1536,7 +1510,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1553,7 +1526,6 @@ func (_c *UserCreate) createSpec() (*User, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/user_delete.go b/internal/ent/generated/user_delete.go index 5c742bc4c4..88bff09ac0 100644 --- a/internal/ent/generated/user_delete.go +++ b/internal/ent/generated/user_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/user" ) @@ -43,8 +41,6 @@ func (_d *UserDelete) ExecX(ctx context.Context) int { func (_d *UserDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(user.Table, sqlgraph.NewFieldSpec(user.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.User - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/user_query.go b/internal/ent/generated/user_query.go index c7c4ca172a..61bb3f03a4 100644 --- a/internal/ent/generated/user_query.go +++ b/internal/ent/generated/user_query.go @@ -40,7 +40,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/usersetting" "github.com/theopenlane/core/internal/ent/generated/webauthn" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -157,9 +156,6 @@ func (_q *UserQuery) QueryPersonalAccessTokens() *PersonalAccessTokenQuery { sqlgraph.To(personalaccesstoken.Table, personalaccesstoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PersonalAccessTokensTable, user.PersonalAccessTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.PersonalAccessToken - step.Edge.Schema = schemaConfig.PersonalAccessToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -182,9 +178,6 @@ func (_q *UserQuery) QueryTfaSettings() *TFASettingQuery { sqlgraph.To(tfasetting.Table, tfasetting.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.TfaSettingsTable, user.TfaSettingsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TFASetting - step.Edge.Schema = schemaConfig.TFASetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -207,9 +200,6 @@ func (_q *UserQuery) QuerySetting() *UserSettingQuery { sqlgraph.To(usersetting.Table, usersetting.FieldID), sqlgraph.Edge(sqlgraph.O2O, false, user.SettingTable, user.SettingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.UserSetting - step.Edge.Schema = schemaConfig.UserSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -232,9 +222,6 @@ func (_q *UserQuery) QueryEmailVerificationTokens() *EmailVerificationTokenQuery sqlgraph.To(emailverificationtoken.Table, emailverificationtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.EmailVerificationTokensTable, user.EmailVerificationTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailVerificationToken - step.Edge.Schema = schemaConfig.EmailVerificationToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -257,9 +244,6 @@ func (_q *UserQuery) QueryFileDownloadTokens() *FileDownloadTokenQuery { sqlgraph.To(filedownloadtoken.Table, filedownloadtoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.FileDownloadTokensTable, user.FileDownloadTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.FileDownloadToken - step.Edge.Schema = schemaConfig.FileDownloadToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -282,9 +266,6 @@ func (_q *UserQuery) QueryPasswordResetTokens() *PasswordResetTokenQuery { sqlgraph.To(passwordresettoken.Table, passwordresettoken.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PasswordResetTokensTable, user.PasswordResetTokensColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.PasswordResetToken - step.Edge.Schema = schemaConfig.PasswordResetToken fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -307,9 +288,6 @@ func (_q *UserQuery) QuerySubscribers() *SubscriberQuery { sqlgraph.To(subscriber.Table, subscriber.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.SubscribersTable, user.SubscribersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subscriber - step.Edge.Schema = schemaConfig.Subscriber fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -332,9 +310,6 @@ func (_q *UserQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.GroupsTable, user.GroupsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -357,9 +332,6 @@ func (_q *UserQuery) QueryOrganizations() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.OrganizationsTable, user.OrganizationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -382,9 +354,6 @@ func (_q *UserQuery) QueryWebauthns() *WebauthnQuery { sqlgraph.To(webauthn.Table, webauthn.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.WebauthnsTable, user.WebauthnsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Webauthn - step.Edge.Schema = schemaConfig.Webauthn fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -407,9 +376,6 @@ func (_q *UserQuery) QueryAvatarFile() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, user.AvatarFileTable, user.AvatarFileColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.User fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -432,9 +398,6 @@ func (_q *UserQuery) QueryEvents() *EventQuery { sqlgraph.To(event.Table, event.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.EventsTable, user.EventsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Event - step.Edge.Schema = schemaConfig.UserEvents fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -457,9 +420,6 @@ func (_q *UserQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ActionPlansTable, user.ActionPlansColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.ActionPlan fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -482,9 +442,6 @@ func (_q *UserQuery) QueryCampaigns() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, user.CampaignsTable, user.CampaignsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.CampaignUsers fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -507,9 +464,6 @@ func (_q *UserQuery) QueryCampaignTargets() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.CampaignTargetsTable, user.CampaignTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.CampaignTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -532,9 +486,6 @@ func (_q *UserQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.SubcontrolsTable, user.SubcontrolsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.Subcontrol fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -557,9 +508,6 @@ func (_q *UserQuery) QueryAssignerTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.AssignerTasksTable, user.AssignerTasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -582,9 +530,6 @@ func (_q *UserQuery) QueryAssigneeTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.AssigneeTasksTable, user.AssigneeTasksColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.Task fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -607,9 +552,6 @@ func (_q *UserQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, user.ProgramsTable, user.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -632,9 +574,6 @@ func (_q *UserQuery) QueryProgramsOwned() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ProgramsOwnedTable, user.ProgramsOwnedColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.Program fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -657,9 +596,6 @@ func (_q *UserQuery) QueryPlatformsOwned() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.PlatformsOwnedTable, user.PlatformsOwnedColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.Platform fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -682,9 +618,6 @@ func (_q *UserQuery) QueryIdentityHolderProfiles() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.IdentityHolderProfilesTable, user.IdentityHolderProfilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.IdentityHolder fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -707,9 +640,6 @@ func (_q *UserQuery) QueryImpersonationEvents() *ImpersonationEventQuery { sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.ImpersonationEventsTable, user.ImpersonationEventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -732,9 +662,6 @@ func (_q *UserQuery) QueryTargetedImpersonations() *ImpersonationEventQuery { sqlgraph.To(impersonationevent.Table, impersonationevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, user.TargetedImpersonationsTable, user.TargetedImpersonationsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ImpersonationEvent - step.Edge.Schema = schemaConfig.ImpersonationEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -757,9 +684,6 @@ func (_q *UserQuery) QueryGroupMemberships() *GroupMembershipQuery { sqlgraph.To(groupmembership.Table, groupmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.GroupMembershipsTable, user.GroupMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.GroupMembership - step.Edge.Schema = schemaConfig.GroupMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -782,9 +706,6 @@ func (_q *UserQuery) QueryOrgMemberships() *OrgMembershipQuery { sqlgraph.To(orgmembership.Table, orgmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.OrgMembershipsTable, user.OrgMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.OrgMembership - step.Edge.Schema = schemaConfig.OrgMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -807,9 +728,6 @@ func (_q *UserQuery) QueryProgramMemberships() *ProgramMembershipQuery { sqlgraph.To(programmembership.Table, programmembership.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, user.ProgramMembershipsTable, user.ProgramMembershipsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ProgramMembership - step.Edge.Schema = schemaConfig.ProgramMembership fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1462,8 +1380,6 @@ func (_q *UserQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*User, e node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.User - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2083,7 +1999,6 @@ func (_q *UserQuery) loadGroups(ctx context.Context, query *GroupQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(user.GroupsTable) - joinT.Schema(_q.schemaConfig.GroupMembership) s.Join(joinT).On(s.C(group.FieldID), joinT.C(user.GroupsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(user.GroupsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2145,7 +2060,6 @@ func (_q *UserQuery) loadOrganizations(ctx context.Context, query *OrganizationQ } query.Where(func(s *sql.Selector) { joinT := sql.Table(user.OrganizationsTable) - joinT.Schema(_q.schemaConfig.OrgMembership) s.Join(joinT).On(s.C(organization.FieldID), joinT.C(user.OrganizationsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(user.OrganizationsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2269,7 +2183,6 @@ func (_q *UserQuery) loadEvents(ctx context.Context, query *EventQuery, nodes [] } query.Where(func(s *sql.Selector) { joinT := sql.Table(user.EventsTable) - joinT.Schema(_q.schemaConfig.UserEvents) s.Join(joinT).On(s.C(event.FieldID), joinT.C(user.EventsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(user.EventsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2362,7 +2275,6 @@ func (_q *UserQuery) loadCampaigns(ctx context.Context, query *CampaignQuery, no } query.Where(func(s *sql.Selector) { joinT := sql.Table(user.CampaignsTable) - joinT.Schema(_q.schemaConfig.CampaignUsers) s.Join(joinT).On(s.C(campaign.FieldID), joinT.C(user.CampaignsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(user.CampaignsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2547,7 +2459,6 @@ func (_q *UserQuery) loadPrograms(ctx context.Context, query *ProgramQuery, node } query.Where(func(s *sql.Selector) { joinT := sql.Table(user.ProgramsTable) - joinT.Schema(_q.schemaConfig.ProgramMembership) s.Join(joinT).On(s.C(program.FieldID), joinT.C(user.ProgramsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(user.ProgramsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2843,8 +2754,6 @@ func (_q *UserQuery) loadProgramMemberships(ctx context.Context, query *ProgramM func (_q *UserQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.User - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2913,9 +2822,6 @@ func (_q *UserQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.User) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/user_update.go b/internal/ent/generated/user_update.go index aa08af83bb..8fc97c0d82 100644 --- a/internal/ent/generated/user_update.go +++ b/internal/ent/generated/user_update.go @@ -39,8 +39,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/usersetting" "github.com/theopenlane/core/internal/ent/generated/webauthn" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // UserUpdate is the builder for updating User entities. @@ -1688,7 +1686,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -1702,7 +1699,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1719,7 +1715,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1736,7 +1731,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTfaSettingsIDs(); len(nodes) > 0 && !_u.mutation.TfaSettingsCleared() { @@ -1750,7 +1744,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1767,7 +1760,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1784,7 +1776,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -1798,7 +1789,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1815,7 +1805,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailVerificationTokensIDs(); len(nodes) > 0 && !_u.mutation.EmailVerificationTokensCleared() { @@ -1829,7 +1818,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1846,7 +1834,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1863,7 +1850,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFileDownloadTokensIDs(); len(nodes) > 0 && !_u.mutation.FileDownloadTokensCleared() { @@ -1877,7 +1863,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1894,7 +1879,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1911,7 +1895,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPasswordResetTokensIDs(); len(nodes) > 0 && !_u.mutation.PasswordResetTokensCleared() { @@ -1925,7 +1908,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1942,7 +1924,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1959,7 +1940,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -1973,7 +1953,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1990,7 +1969,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2007,7 +1985,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership createE := &GroupMembershipCreate{config: _u.config, mutation: newGroupMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2028,7 +2005,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2052,7 +2028,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2076,7 +2051,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership createE := &OrgMembershipCreate{config: _u.config, mutation: newOrgMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2097,7 +2071,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2121,7 +2094,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2145,7 +2117,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWebauthnsIDs(); len(nodes) > 0 && !_u.mutation.WebauthnsCleared() { @@ -2159,7 +2130,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2176,7 +2146,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2193,7 +2162,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.User _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -2207,7 +2175,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.User for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2224,7 +2191,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -2238,7 +2204,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2255,7 +2220,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2272,7 +2236,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -2286,7 +2249,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2303,7 +2265,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2320,7 +2281,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -2334,7 +2294,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2351,7 +2310,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2368,7 +2326,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -2382,7 +2339,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2399,7 +2355,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2416,7 +2371,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -2430,7 +2384,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2447,7 +2400,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2464,7 +2416,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssignerTasksIDs(); len(nodes) > 0 && !_u.mutation.AssignerTasksCleared() { @@ -2478,7 +2429,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2495,7 +2445,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2512,7 +2461,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssigneeTasksIDs(); len(nodes) > 0 && !_u.mutation.AssigneeTasksCleared() { @@ -2526,7 +2474,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2543,7 +2490,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2560,7 +2506,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership createE := &ProgramMembershipCreate{config: _u.config, mutation: newProgramMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -2581,7 +2526,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2605,7 +2549,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2629,7 +2572,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsOwnedIDs(); len(nodes) > 0 && !_u.mutation.ProgramsOwnedCleared() { @@ -2643,7 +2585,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2660,7 +2601,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2677,7 +2617,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsOwnedIDs(); len(nodes) > 0 && !_u.mutation.PlatformsOwnedCleared() { @@ -2691,7 +2630,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2708,7 +2646,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2725,7 +2662,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderProfilesIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderProfilesCleared() { @@ -2739,7 +2675,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2756,7 +2691,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2773,7 +2707,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedImpersonationEventsIDs(); len(nodes) > 0 && !_u.mutation.ImpersonationEventsCleared() { @@ -2787,7 +2720,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2804,7 +2736,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2821,7 +2752,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTargetedImpersonationsIDs(); len(nodes) > 0 && !_u.mutation.TargetedImpersonationsCleared() { @@ -2835,7 +2765,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2852,7 +2781,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2869,7 +2797,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipsCleared() { @@ -2883,7 +2810,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2900,7 +2826,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2917,7 +2842,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipsCleared() { @@ -2931,7 +2855,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2948,7 +2871,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2965,7 +2887,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramMembershipsIDs(); len(nodes) > 0 && !_u.mutation.ProgramMembershipsCleared() { @@ -2979,7 +2900,6 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2996,14 +2916,11 @@ func (_u *UserUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.User - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -4687,7 +4604,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPersonalAccessTokensIDs(); len(nodes) > 0 && !_u.mutation.PersonalAccessTokensCleared() { @@ -4701,7 +4617,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4718,7 +4633,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(personalaccesstoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PersonalAccessToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4735,7 +4649,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTfaSettingsIDs(); len(nodes) > 0 && !_u.mutation.TfaSettingsCleared() { @@ -4749,7 +4662,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4766,7 +4678,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(tfasetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TFASetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4783,7 +4694,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SettingIDs(); len(nodes) > 0 { @@ -4797,7 +4707,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4814,7 +4723,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailVerificationTokensIDs(); len(nodes) > 0 && !_u.mutation.EmailVerificationTokensCleared() { @@ -4828,7 +4736,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4845,7 +4752,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(emailverificationtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailVerificationToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4862,7 +4768,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFileDownloadTokensIDs(); len(nodes) > 0 && !_u.mutation.FileDownloadTokensCleared() { @@ -4876,7 +4781,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4893,7 +4797,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(filedownloadtoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FileDownloadToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4910,7 +4813,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPasswordResetTokensIDs(); len(nodes) > 0 && !_u.mutation.PasswordResetTokensCleared() { @@ -4924,7 +4826,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4941,7 +4842,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(passwordresettoken.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.PasswordResetToken for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4958,7 +4858,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubscribersIDs(); len(nodes) > 0 && !_u.mutation.SubscribersCleared() { @@ -4972,7 +4871,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -4989,7 +4887,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subscriber.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subscriber for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5006,7 +4903,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership createE := &GroupMembershipCreate{config: _u.config, mutation: newGroupMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -5027,7 +4923,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5051,7 +4946,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5075,7 +4969,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership createE := &OrgMembershipCreate{config: _u.config, mutation: newOrgMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -5096,7 +4989,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5120,7 +5012,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5144,7 +5035,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWebauthnsIDs(); len(nodes) > 0 && !_u.mutation.WebauthnsCleared() { @@ -5158,7 +5048,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5175,7 +5064,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5192,7 +5080,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.User _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AvatarFileIDs(); len(nodes) > 0 { @@ -5206,7 +5093,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.User for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5223,7 +5109,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEventsIDs(); len(nodes) > 0 && !_u.mutation.EventsCleared() { @@ -5237,7 +5122,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5254,7 +5138,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(event.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserEvents for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5271,7 +5154,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -5285,7 +5167,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5302,7 +5183,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ActionPlan for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5319,7 +5199,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignsIDs(); len(nodes) > 0 && !_u.mutation.CampaignsCleared() { @@ -5333,7 +5212,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5350,7 +5228,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignUsers for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5367,7 +5244,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCampaignTargetsIDs(); len(nodes) > 0 && !_u.mutation.CampaignTargetsCleared() { @@ -5381,7 +5257,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5398,7 +5273,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.CampaignTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5415,7 +5289,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -5429,7 +5302,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5446,7 +5318,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Subcontrol for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5463,7 +5334,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssignerTasksIDs(); len(nodes) > 0 && !_u.mutation.AssignerTasksCleared() { @@ -5477,7 +5347,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5494,7 +5363,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5511,7 +5379,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssigneeTasksIDs(); len(nodes) > 0 && !_u.mutation.AssigneeTasksCleared() { @@ -5525,7 +5392,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5542,7 +5408,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Task for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5559,7 +5424,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership createE := &ProgramMembershipCreate{config: _u.config, mutation: newProgramMembershipMutation(_u.config, OpCreate)} _ = createE.defaults() _, specE := createE.createSpec() @@ -5580,7 +5444,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5604,7 +5467,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5628,7 +5490,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsOwnedIDs(); len(nodes) > 0 && !_u.mutation.ProgramsOwnedCleared() { @@ -5642,7 +5503,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5659,7 +5519,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Program for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5676,7 +5535,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedPlatformsOwnedIDs(); len(nodes) > 0 && !_u.mutation.PlatformsOwnedCleared() { @@ -5690,7 +5548,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5707,7 +5564,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Platform for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5724,7 +5580,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIdentityHolderProfilesIDs(); len(nodes) > 0 && !_u.mutation.IdentityHolderProfilesCleared() { @@ -5738,7 +5593,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5755,7 +5609,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IdentityHolder for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5772,7 +5625,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedImpersonationEventsIDs(); len(nodes) > 0 && !_u.mutation.ImpersonationEventsCleared() { @@ -5786,7 +5638,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5803,7 +5654,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5820,7 +5670,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTargetedImpersonationsIDs(); len(nodes) > 0 && !_u.mutation.TargetedImpersonationsCleared() { @@ -5834,7 +5683,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5851,7 +5699,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(impersonationevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ImpersonationEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5868,7 +5715,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupMembershipsIDs(); len(nodes) > 0 && !_u.mutation.GroupMembershipsCleared() { @@ -5882,7 +5728,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5899,7 +5744,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(groupmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.GroupMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5916,7 +5760,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedOrgMembershipsIDs(); len(nodes) > 0 && !_u.mutation.OrgMembershipsCleared() { @@ -5930,7 +5773,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5947,7 +5789,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(orgmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.OrgMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5964,7 +5805,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramMembershipsIDs(); len(nodes) > 0 && !_u.mutation.ProgramMembershipsCleared() { @@ -5978,7 +5818,6 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -5995,14 +5834,11 @@ func (_u *UserUpdateOne) sqlSave(ctx context.Context) (_node *User, err error) { IDSpec: sqlgraph.NewFieldSpec(programmembership.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ProgramMembership for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.User - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &User{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/usersetting/where.go b/internal/ent/generated/usersetting/where.go index 76f240b94b..e48962cab9 100644 --- a/internal/ent/generated/usersetting/where.go +++ b/internal/ent/generated/usersetting/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1140,9 +1138,6 @@ func HasUser() predicate.UserSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2O, true, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighbors(s, step) }) } @@ -1151,9 +1146,6 @@ func HasUser() predicate.UserSetting { func HasUserWith(preds ...predicate.User) predicate.UserSetting { return predicate.UserSetting(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1169,9 +1161,6 @@ func HasDefaultOrg() predicate.UserSetting { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DefaultOrgTable, DefaultOrgColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighbors(s, step) }) } @@ -1180,9 +1169,6 @@ func HasDefaultOrg() predicate.UserSetting { func HasDefaultOrgWith(preds ...predicate.Organization) predicate.UserSetting { return predicate.UserSetting(func(s *sql.Selector) { step := newDefaultOrgStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.UserSetting sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/usersetting_create.go b/internal/ent/generated/usersetting_create.go index f54c92c73c..59446ad3e2 100644 --- a/internal/ent/generated/usersetting_create.go +++ b/internal/ent/generated/usersetting_create.go @@ -465,7 +465,6 @@ func (_c *UserSettingCreate) createSpec() (*UserSetting, *sqlgraph.CreateSpec) { _node = &UserSetting{config: _c.config} _spec = sqlgraph.NewCreateSpec(usersetting.Table, sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.UserSetting if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -557,7 +556,6 @@ func (_c *UserSettingCreate) createSpec() (*UserSetting, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -575,7 +573,6 @@ func (_c *UserSettingCreate) createSpec() (*UserSetting, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/usersetting_delete.go b/internal/ent/generated/usersetting_delete.go index 1f7968b86f..e4bbf5c2b9 100644 --- a/internal/ent/generated/usersetting_delete.go +++ b/internal/ent/generated/usersetting_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/usersetting" ) @@ -43,8 +41,6 @@ func (_d *UserSettingDelete) ExecX(ctx context.Context) int { func (_d *UserSettingDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(usersetting.Table, sqlgraph.NewFieldSpec(usersetting.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.UserSetting - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/usersetting_query.go b/internal/ent/generated/usersetting_query.go index 911f782d33..a32b81ada3 100644 --- a/internal/ent/generated/usersetting_query.go +++ b/internal/ent/generated/usersetting_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/usersetting" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -85,9 +84,6 @@ func (_q *UserSettingQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.O2O, true, usersetting.UserTable, usersetting.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.UserSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -110,9 +106,6 @@ func (_q *UserSettingQuery) QueryDefaultOrg() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, usersetting.DefaultOrgTable, usersetting.DefaultOrgColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.UserSetting fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -447,8 +440,6 @@ func (_q *UserSettingQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.UserSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -545,8 +536,6 @@ func (_q *UserSettingQuery) loadDefaultOrg(ctx context.Context, query *Organizat func (_q *UserSettingQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.UserSetting - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -615,9 +604,6 @@ func (_q *UserSettingQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.UserSetting) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/usersetting_update.go b/internal/ent/generated/usersetting_update.go index 4c7d2f2376..9a3dcc24f8 100644 --- a/internal/ent/generated/usersetting_update.go +++ b/internal/ent/generated/usersetting_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/usersetting" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // UserSettingUpdate is the builder for updating UserSetting entities. @@ -593,7 +591,6 @@ func (_u *UserSettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -607,7 +604,6 @@ func (_u *UserSettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -624,7 +620,6 @@ func (_u *UserSettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DefaultOrgIDs(); len(nodes) > 0 { @@ -638,14 +633,11 @@ func (_u *UserSettingUpdate) sqlSave(ctx context.Context) (_node int, err error) IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.UserSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1256,7 +1248,6 @@ func (_u *UserSettingUpdateOne) sqlSave(ctx context.Context) (_node *UserSetting IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1270,7 +1261,6 @@ func (_u *UserSettingUpdateOne) sqlSave(ctx context.Context) (_node *UserSetting IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1287,7 +1277,6 @@ func (_u *UserSettingUpdateOne) sqlSave(ctx context.Context) (_node *UserSetting IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.DefaultOrgIDs(); len(nodes) > 0 { @@ -1301,14 +1290,11 @@ func (_u *UserSettingUpdateOne) sqlSave(ctx context.Context) (_node *UserSetting IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.UserSetting for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.UserSetting - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &UserSetting{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/vendorriskscore/where.go b/internal/ent/generated/vendorriskscore/where.go index e22b0ea19b..189472b5fd 100644 --- a/internal/ent/generated/vendorriskscore/where.go +++ b/internal/ent/generated/vendorriskscore/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1425,9 +1423,6 @@ func HasOwner() predicate.VendorRiskScore { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -1436,9 +1431,6 @@ func HasOwner() predicate.VendorRiskScore { func HasOwnerWith(preds ...predicate.Organization) predicate.VendorRiskScore { return predicate.VendorRiskScore(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1454,9 +1446,6 @@ func HasVendorScoringConfig() predicate.VendorRiskScore { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, VendorScoringConfigTable, VendorScoringConfigColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -1465,9 +1454,6 @@ func HasVendorScoringConfig() predicate.VendorRiskScore { func HasVendorScoringConfigWith(preds ...predicate.VendorScoringConfig) predicate.VendorRiskScore { return predicate.VendorRiskScore(func(s *sql.Selector) { step := newVendorScoringConfigStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1483,9 +1469,6 @@ func HasEntity() predicate.VendorRiskScore { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EntityTable, EntityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -1494,9 +1477,6 @@ func HasEntity() predicate.VendorRiskScore { func HasEntityWith(preds ...predicate.Entity) predicate.VendorRiskScore { return predicate.VendorRiskScore(func(s *sql.Selector) { step := newEntityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1512,9 +1492,6 @@ func HasAssessmentResponse() predicate.VendorRiskScore { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentResponseTable, AssessmentResponseColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -1523,9 +1500,6 @@ func HasAssessmentResponse() predicate.VendorRiskScore { func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.VendorRiskScore { return predicate.VendorRiskScore(func(s *sql.Selector) { step := newAssessmentResponseStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/vendorriskscore_create.go b/internal/ent/generated/vendorriskscore_create.go index efcbdf8d74..efcf260268 100644 --- a/internal/ent/generated/vendorriskscore_create.go +++ b/internal/ent/generated/vendorriskscore_create.go @@ -472,7 +472,6 @@ func (_c *VendorRiskScoreCreate) createSpec() (*VendorRiskScore, *sqlgraph.Creat _node = &VendorRiskScore{config: _c.config} _spec = sqlgraph.NewCreateSpec(vendorriskscore.Table, sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.VendorRiskScore if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -560,7 +559,6 @@ func (_c *VendorRiskScoreCreate) createSpec() (*VendorRiskScore, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -578,7 +576,6 @@ func (_c *VendorRiskScoreCreate) createSpec() (*VendorRiskScore, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -596,7 +593,6 @@ func (_c *VendorRiskScoreCreate) createSpec() (*VendorRiskScore, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -614,7 +610,6 @@ func (_c *VendorRiskScoreCreate) createSpec() (*VendorRiskScore, *sqlgraph.Creat IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/vendorriskscore_delete.go b/internal/ent/generated/vendorriskscore_delete.go index bfa3b4a1ef..59c82c1492 100644 --- a/internal/ent/generated/vendorriskscore_delete.go +++ b/internal/ent/generated/vendorriskscore_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" ) @@ -43,8 +41,6 @@ func (_d *VendorRiskScoreDelete) ExecX(ctx context.Context) int { func (_d *VendorRiskScoreDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vendorriskscore.Table, sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.VendorRiskScore - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/vendorriskscore_query.go b/internal/ent/generated/vendorriskscore_query.go index 932eef4031..0572c0ff38 100644 --- a/internal/ent/generated/vendorriskscore_query.go +++ b/internal/ent/generated/vendorriskscore_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vendorscoringconfig" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -89,9 +88,6 @@ func (_q *VendorRiskScoreQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vendorriskscore.OwnerTable, vendorriskscore.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -114,9 +110,6 @@ func (_q *VendorRiskScoreQuery) QueryVendorScoringConfig() *VendorScoringConfigQ sqlgraph.To(vendorscoringconfig.Table, vendorscoringconfig.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.VendorScoringConfigTable, vendorriskscore.VendorScoringConfigColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorScoringConfig - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -139,9 +132,6 @@ func (_q *VendorRiskScoreQuery) QueryEntity() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.EntityTable, vendorriskscore.EntityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -164,9 +154,6 @@ func (_q *VendorRiskScoreQuery) QueryAssessmentResponse() *AssessmentResponseQue sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vendorriskscore.AssessmentResponseTable, vendorriskscore.AssessmentResponseColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -524,8 +511,6 @@ func (_q *VendorRiskScoreQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.VendorRiskScore - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -689,8 +674,6 @@ func (_q *VendorRiskScoreQuery) loadAssessmentResponse(ctx context.Context, quer func (_q *VendorRiskScoreQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.VendorRiskScore - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -768,9 +751,6 @@ func (_q *VendorRiskScoreQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.VendorRiskScore) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/vendorriskscore_update.go b/internal/ent/generated/vendorriskscore_update.go index 3d4332ef9c..b850241ccf 100644 --- a/internal/ent/generated/vendorriskscore_update.go +++ b/internal/ent/generated/vendorriskscore_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vendorscoringconfig" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // VendorRiskScoreUpdate is the builder for updating VendorRiskScore entities. @@ -606,7 +604,6 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VendorScoringConfigIDs(); len(nodes) > 0 { @@ -620,7 +617,6 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -637,7 +633,6 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -651,7 +646,6 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -668,7 +662,6 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -682,14 +675,11 @@ func (_u *VendorRiskScoreUpdate) sqlSave(ctx context.Context) (_node int, err er IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.VendorRiskScore - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1312,7 +1302,6 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VendorScoringConfigIDs(); len(nodes) > 0 { @@ -1326,7 +1315,6 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1343,7 +1331,6 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EntityIDs(); len(nodes) > 0 { @@ -1357,7 +1344,6 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1374,7 +1360,6 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -1388,14 +1373,11 @@ func (_u *VendorRiskScoreUpdateOne) sqlSave(ctx context.Context) (_node *VendorR IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.VendorRiskScore - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &VendorRiskScore{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/vendorscoringconfig/where.go b/internal/ent/generated/vendorscoringconfig/where.go index 1ab5811326..2699cf1d32 100644 --- a/internal/ent/generated/vendorscoringconfig/where.go +++ b/internal/ent/generated/vendorscoringconfig/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -680,9 +678,6 @@ func HasOwner() predicate.VendorScoringConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorScoringConfig sqlgraph.HasNeighbors(s, step) }) } @@ -691,9 +686,6 @@ func HasOwner() predicate.VendorScoringConfig { func HasOwnerWith(preds ...predicate.Organization) predicate.VendorScoringConfig { return predicate.VendorScoringConfig(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorScoringConfig sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -709,9 +701,6 @@ func HasVendorRiskScores() predicate.VendorScoringConfig { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, VendorRiskScoresTable, VendorRiskScoresColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighbors(s, step) }) } @@ -720,9 +709,6 @@ func HasVendorRiskScores() predicate.VendorScoringConfig { func HasVendorRiskScoresWith(preds ...predicate.VendorRiskScore) predicate.VendorScoringConfig { return predicate.VendorScoringConfig(func(s *sql.Selector) { step := newVendorRiskScoresStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/vendorscoringconfig_create.go b/internal/ent/generated/vendorscoringconfig_create.go index 1f5715bdc3..6d490582da 100644 --- a/internal/ent/generated/vendorscoringconfig_create.go +++ b/internal/ent/generated/vendorscoringconfig_create.go @@ -347,7 +347,6 @@ func (_c *VendorScoringConfigCreate) createSpec() (*VendorScoringConfig, *sqlgra _node = &VendorScoringConfig{config: _c.config} _spec = sqlgraph.NewCreateSpec(vendorscoringconfig.Table, sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.VendorScoringConfig if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -407,7 +406,6 @@ func (_c *VendorScoringConfigCreate) createSpec() (*VendorScoringConfig, *sqlgra IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -425,7 +423,6 @@ func (_c *VendorScoringConfigCreate) createSpec() (*VendorScoringConfig, *sqlgra IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/vendorscoringconfig_delete.go b/internal/ent/generated/vendorscoringconfig_delete.go index f67780c771..987c27e520 100644 --- a/internal/ent/generated/vendorscoringconfig_delete.go +++ b/internal/ent/generated/vendorscoringconfig_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/vendorscoringconfig" ) @@ -43,8 +41,6 @@ func (_d *VendorScoringConfigDelete) ExecX(ctx context.Context) int { func (_d *VendorScoringConfigDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vendorscoringconfig.Table, sqlgraph.NewFieldSpec(vendorscoringconfig.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.VendorScoringConfig - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/vendorscoringconfig_query.go b/internal/ent/generated/vendorscoringconfig_query.go index 4edda5a142..0c9bb9ab05 100644 --- a/internal/ent/generated/vendorscoringconfig_query.go +++ b/internal/ent/generated/vendorscoringconfig_query.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vendorscoringconfig" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -86,9 +85,6 @@ func (_q *VendorScoringConfigQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vendorscoringconfig.OwnerTable, vendorscoringconfig.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.VendorScoringConfig fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -111,9 +107,6 @@ func (_q *VendorScoringConfigQuery) QueryVendorRiskScores() *VendorRiskScoreQuer sqlgraph.To(vendorriskscore.Table, vendorriskscore.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vendorscoringconfig.VendorRiskScoresTable, vendorscoringconfig.VendorRiskScoresColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.VendorRiskScore - step.Edge.Schema = schemaConfig.VendorRiskScore fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -441,8 +434,6 @@ func (_q *VendorScoringConfigQuery) sqlAll(ctx context.Context, hooks ...queryHo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.VendorScoringConfig - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -548,8 +539,6 @@ func (_q *VendorScoringConfigQuery) loadVendorRiskScores(ctx context.Context, qu func (_q *VendorScoringConfigQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.VendorScoringConfig - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -618,9 +607,6 @@ func (_q *VendorScoringConfigQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.VendorScoringConfig) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/vendorscoringconfig_update.go b/internal/ent/generated/vendorscoringconfig_update.go index da1720a688..6e4d4366c0 100644 --- a/internal/ent/generated/vendorscoringconfig_update.go +++ b/internal/ent/generated/vendorscoringconfig_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/vendorriskscore" "github.com/theopenlane/core/internal/ent/generated/vendorscoringconfig" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // VendorScoringConfigUpdate is the builder for updating VendorScoringConfig entities. @@ -402,7 +400,6 @@ func (_u *VendorScoringConfigUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -416,7 +413,6 @@ func (_u *VendorScoringConfigUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -433,7 +429,6 @@ func (_u *VendorScoringConfigUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -447,7 +442,6 @@ func (_u *VendorScoringConfigUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -464,14 +458,11 @@ func (_u *VendorScoringConfigUpdate) sqlSave(ctx context.Context) (_node int, er IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.VendorScoringConfig - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -890,7 +881,6 @@ func (_u *VendorScoringConfigUpdateOne) sqlSave(ctx context.Context) (_node *Ven IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -904,7 +894,6 @@ func (_u *VendorScoringConfigUpdateOne) sqlSave(ctx context.Context) (_node *Ven IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorScoringConfig for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -921,7 +910,6 @@ func (_u *VendorScoringConfigUpdateOne) sqlSave(ctx context.Context) (_node *Ven IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedVendorRiskScoresIDs(); len(nodes) > 0 && !_u.mutation.VendorRiskScoresCleared() { @@ -935,7 +923,6 @@ func (_u *VendorScoringConfigUpdateOne) sqlSave(ctx context.Context) (_node *Ven IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -952,14 +939,11 @@ func (_u *VendorScoringConfigUpdateOne) sqlSave(ctx context.Context) (_node *Ven IDSpec: sqlgraph.NewFieldSpec(vendorriskscore.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VendorRiskScore for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.VendorScoringConfig - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &VendorScoringConfig{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/vulnerability/where.go b/internal/ent/generated/vulnerability/where.go index cc97915d8c..02139808e6 100644 --- a/internal/ent/generated/vulnerability/where.go +++ b/internal/ent/generated/vulnerability/where.go @@ -10,8 +10,6 @@ import ( "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -4271,9 +4269,6 @@ func HasOwner() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4282,9 +4277,6 @@ func HasOwner() predicate.Vulnerability { func HasOwnerWith(preds ...predicate.Organization) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4300,9 +4292,6 @@ func HasBlockedGroups() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -4311,9 +4300,6 @@ func HasBlockedGroups() predicate.Vulnerability { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4329,9 +4315,6 @@ func HasEditors() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -4340,9 +4323,6 @@ func HasEditors() predicate.Vulnerability { func HasEditorsWith(preds ...predicate.Group) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4358,9 +4338,6 @@ func HasViewers() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -4369,9 +4346,6 @@ func HasViewers() predicate.Vulnerability { func HasViewersWith(preds ...predicate.Group) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4387,9 +4361,6 @@ func HasReviewedByUser() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByUserTable, ReviewedByUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4398,9 +4369,6 @@ func HasReviewedByUser() predicate.Vulnerability { func HasReviewedByUserWith(preds ...predicate.User) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newReviewedByUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4416,9 +4384,6 @@ func HasReviewedByGroup() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ReviewedByGroupTable, ReviewedByGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4427,9 +4392,6 @@ func HasReviewedByGroup() predicate.Vulnerability { func HasReviewedByGroupWith(preds ...predicate.Group) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newReviewedByGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4445,9 +4407,6 @@ func HasAssignedToUser() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToUserTable, AssignedToUserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4456,9 +4415,6 @@ func HasAssignedToUser() predicate.Vulnerability { func HasAssignedToUserWith(preds ...predicate.User) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newAssignedToUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4474,9 +4430,6 @@ func HasAssignedToGroup() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssignedToGroupTable, AssignedToGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4485,9 +4438,6 @@ func HasAssignedToGroup() predicate.Vulnerability { func HasAssignedToGroupWith(preds ...predicate.Group) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newAssignedToGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4503,9 +4453,6 @@ func HasEnvironment() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EnvironmentTable, EnvironmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4514,9 +4461,6 @@ func HasEnvironment() predicate.Vulnerability { func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newEnvironmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4532,9 +4476,6 @@ func HasScope() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ScopeTable, ScopeColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4543,9 +4484,6 @@ func HasScope() predicate.Vulnerability { func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newScopeStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4561,9 +4499,6 @@ func HasVulnerabilityStatus() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, VulnerabilityStatusTable, VulnerabilityStatusColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighbors(s, step) }) } @@ -4572,9 +4507,6 @@ func HasVulnerabilityStatus() predicate.Vulnerability { func HasVulnerabilityStatusWith(preds ...predicate.CustomTypeEnum) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newVulnerabilityStatusStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4590,9 +4522,6 @@ func HasIntegrations() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, IntegrationsTable, IntegrationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -4601,9 +4530,6 @@ func HasIntegrations() predicate.Vulnerability { func HasIntegrationsWith(preds ...predicate.Integration) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newIntegrationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4619,9 +4545,6 @@ func HasFindings() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, FindingsTable, FindingsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -4630,9 +4553,6 @@ func HasFindings() predicate.Vulnerability { func HasFindingsWith(preds ...predicate.Finding) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newFindingsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4648,9 +4568,6 @@ func HasActionPlans() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ActionPlansTable, ActionPlansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans sqlgraph.HasNeighbors(s, step) }) } @@ -4659,9 +4576,6 @@ func HasActionPlans() predicate.Vulnerability { func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newActionPlansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4677,9 +4591,6 @@ func HasControls() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ControlsTable, ControlsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.VulnerabilityControls sqlgraph.HasNeighbors(s, step) }) } @@ -4688,9 +4599,6 @@ func HasControls() predicate.Vulnerability { func HasControlsWith(preds ...predicate.Control) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newControlsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.VulnerabilityControls sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4706,9 +4614,6 @@ func HasSubcontrols() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, SubcontrolsTable, SubcontrolsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols sqlgraph.HasNeighbors(s, step) }) } @@ -4717,9 +4622,6 @@ func HasSubcontrols() predicate.Vulnerability { func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newSubcontrolsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4735,9 +4637,6 @@ func HasRisks() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, RisksTable, RisksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.VulnerabilityRisks sqlgraph.HasNeighbors(s, step) }) } @@ -4746,9 +4645,6 @@ func HasRisks() predicate.Vulnerability { func HasRisksWith(preds ...predicate.Risk) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newRisksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.VulnerabilityRisks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4764,9 +4660,6 @@ func HasPrograms() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ProgramsTable, ProgramsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.VulnerabilityPrograms sqlgraph.HasNeighbors(s, step) }) } @@ -4775,9 +4668,6 @@ func HasPrograms() predicate.Vulnerability { func HasProgramsWith(preds ...predicate.Program) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newProgramsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.VulnerabilityPrograms sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4793,9 +4683,6 @@ func HasAssets() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, AssetsTable, AssetsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.VulnerabilityAssets sqlgraph.HasNeighbors(s, step) }) } @@ -4804,9 +4691,6 @@ func HasAssets() predicate.Vulnerability { func HasAssetsWith(preds ...predicate.Asset) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newAssetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.VulnerabilityAssets sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4822,9 +4706,6 @@ func HasEntities() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, EntitiesTable, EntitiesPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VulnerabilityEntities sqlgraph.HasNeighbors(s, step) }) } @@ -4833,9 +4714,6 @@ func HasEntities() predicate.Vulnerability { func HasEntitiesWith(preds ...predicate.Entity) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newEntitiesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VulnerabilityEntities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4851,9 +4729,6 @@ func HasScans() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, ScansTable, ScansPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.VulnerabilityScans sqlgraph.HasNeighbors(s, step) }) } @@ -4862,9 +4737,6 @@ func HasScans() predicate.Vulnerability { func HasScansWith(preds ...predicate.Scan) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newScansStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.VulnerabilityScans sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4880,9 +4752,6 @@ func HasTasks() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, false, TasksTable, TasksPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.VulnerabilityTasks sqlgraph.HasNeighbors(s, step) }) } @@ -4891,9 +4760,6 @@ func HasTasks() predicate.Vulnerability { func HasTasksWith(preds ...predicate.Task) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newTasksStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.VulnerabilityTasks sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4909,9 +4775,6 @@ func HasRemediations() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, RemediationsTable, RemediationsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -4920,9 +4783,6 @@ func HasRemediations() predicate.Vulnerability { func HasRemediationsWith(preds ...predicate.Remediation) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newRemediationsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4938,9 +4798,6 @@ func HasReviews() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2M, true, ReviewsTable, ReviewsPrimaryKey...), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewVulnerabilities sqlgraph.HasNeighbors(s, step) }) } @@ -4949,9 +4806,6 @@ func HasReviews() predicate.Vulnerability { func HasReviewsWith(preds ...predicate.Review) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newReviewsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewVulnerabilities sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4967,9 +4821,6 @@ func HasComments() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, CommentsTable, CommentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighbors(s, step) }) } @@ -4978,9 +4829,6 @@ func HasComments() predicate.Vulnerability { func HasCommentsWith(preds ...predicate.Note) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newCommentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -4996,9 +4844,6 @@ func HasFiles() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, FilesTable, FilesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighbors(s, step) }) } @@ -5007,9 +4852,6 @@ func HasFiles() predicate.Vulnerability { func HasFilesWith(preds ...predicate.File) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newFilesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -5025,9 +4867,6 @@ func HasWorkflowObjectRefs() predicate.Vulnerability { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -5036,9 +4875,6 @@ func HasWorkflowObjectRefs() predicate.Vulnerability { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Vulnerability { return predicate.Vulnerability(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/vulnerability_create.go b/internal/ent/generated/vulnerability_create.go index e6fbfebd43..6caabb1ec0 100644 --- a/internal/ent/generated/vulnerability_create.go +++ b/internal/ent/generated/vulnerability_create.go @@ -1425,7 +1425,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe _node = &Vulnerability{config: _c.config} _spec = sqlgraph.NewCreateSpec(vulnerability.Table, sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Vulnerability if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -1681,7 +1680,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1699,7 +1697,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1716,7 +1713,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1733,7 +1729,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1750,7 +1745,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1768,7 +1762,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1786,7 +1779,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1804,7 +1796,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1822,7 +1813,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1840,7 +1830,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1858,7 +1847,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1876,7 +1864,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1893,7 +1880,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1910,7 +1896,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1927,7 +1912,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1944,7 +1928,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1961,7 +1944,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1978,7 +1960,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1995,7 +1976,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2012,7 +1992,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2029,7 +2008,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2046,7 +2024,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2063,7 +2040,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2080,7 +2056,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2097,7 +2072,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2114,7 +2088,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2131,7 +2104,6 @@ func (_c *VulnerabilityCreate) createSpec() (*Vulnerability, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/vulnerability_delete.go b/internal/ent/generated/vulnerability_delete.go index f576e0bf24..07276c136b 100644 --- a/internal/ent/generated/vulnerability_delete.go +++ b/internal/ent/generated/vulnerability_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/vulnerability" ) @@ -43,8 +41,6 @@ func (_d *VulnerabilityDelete) ExecX(ctx context.Context) int { func (_d *VulnerabilityDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vulnerability.Table, sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Vulnerability - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/vulnerability_query.go b/internal/ent/generated/vulnerability_query.go index 6d5ac15975..9dd96a20e2 100644 --- a/internal/ent/generated/vulnerability_query.go +++ b/internal/ent/generated/vulnerability_query.go @@ -36,7 +36,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -147,9 +146,6 @@ func (_q *VulnerabilityQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, vulnerability.OwnerTable, vulnerability.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -172,9 +168,6 @@ func (_q *VulnerabilityQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.BlockedGroupsTable, vulnerability.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -197,9 +190,6 @@ func (_q *VulnerabilityQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.EditorsTable, vulnerability.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -222,9 +212,6 @@ func (_q *VulnerabilityQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.ViewersTable, vulnerability.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -247,9 +234,6 @@ func (_q *VulnerabilityQuery) QueryReviewedByUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ReviewedByUserTable, vulnerability.ReviewedByUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -272,9 +256,6 @@ func (_q *VulnerabilityQuery) QueryReviewedByGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ReviewedByGroupTable, vulnerability.ReviewedByGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -297,9 +278,6 @@ func (_q *VulnerabilityQuery) QueryAssignedToUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.AssignedToUserTable, vulnerability.AssignedToUserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -322,9 +300,6 @@ func (_q *VulnerabilityQuery) QueryAssignedToGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.AssignedToGroupTable, vulnerability.AssignedToGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -347,9 +322,6 @@ func (_q *VulnerabilityQuery) QueryEnvironment() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.EnvironmentTable, vulnerability.EnvironmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -372,9 +344,6 @@ func (_q *VulnerabilityQuery) QueryScope() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.ScopeTable, vulnerability.ScopeColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -397,9 +366,6 @@ func (_q *VulnerabilityQuery) QueryVulnerabilityStatus() *CustomTypeEnumQuery { sqlgraph.To(customtypeenum.Table, customtypeenum.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, vulnerability.VulnerabilityStatusTable, vulnerability.VulnerabilityStatusColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CustomTypeEnum - step.Edge.Schema = schemaConfig.Vulnerability fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -422,9 +388,6 @@ func (_q *VulnerabilityQuery) QueryIntegrations() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.IntegrationsTable, vulnerability.IntegrationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.IntegrationVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -447,9 +410,6 @@ func (_q *VulnerabilityQuery) QueryFindings() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.FindingsTable, vulnerability.FindingsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.FindingVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -472,9 +432,6 @@ func (_q *VulnerabilityQuery) QueryActionPlans() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ActionPlansTable, vulnerability.ActionPlansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.VulnerabilityActionPlans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -497,9 +454,6 @@ func (_q *VulnerabilityQuery) QueryControls() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ControlsTable, vulnerability.ControlsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.VulnerabilityControls fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -522,9 +476,6 @@ func (_q *VulnerabilityQuery) QuerySubcontrols() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.SubcontrolsTable, vulnerability.SubcontrolsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.VulnerabilitySubcontrols fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -547,9 +498,6 @@ func (_q *VulnerabilityQuery) QueryRisks() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.RisksTable, vulnerability.RisksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.VulnerabilityRisks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -572,9 +520,6 @@ func (_q *VulnerabilityQuery) QueryPrograms() *ProgramQuery { sqlgraph.To(program.Table, program.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ProgramsTable, vulnerability.ProgramsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Program - step.Edge.Schema = schemaConfig.VulnerabilityPrograms fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -597,9 +542,6 @@ func (_q *VulnerabilityQuery) QueryAssets() *AssetQuery { sqlgraph.To(asset.Table, asset.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.AssetsTable, vulnerability.AssetsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Asset - step.Edge.Schema = schemaConfig.VulnerabilityAssets fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -622,9 +564,6 @@ func (_q *VulnerabilityQuery) QueryEntities() *EntityQuery { sqlgraph.To(entity.Table, entity.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.EntitiesTable, vulnerability.EntitiesPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Entity - step.Edge.Schema = schemaConfig.VulnerabilityEntities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -647,9 +586,6 @@ func (_q *VulnerabilityQuery) QueryScans() *ScanQuery { sqlgraph.To(scan.Table, scan.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.ScansTable, vulnerability.ScansPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Scan - step.Edge.Schema = schemaConfig.VulnerabilityScans fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -672,9 +608,6 @@ func (_q *VulnerabilityQuery) QueryTasks() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2M, false, vulnerability.TasksTable, vulnerability.TasksPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.VulnerabilityTasks fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -697,9 +630,6 @@ func (_q *VulnerabilityQuery) QueryRemediations() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.RemediationsTable, vulnerability.RemediationsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.RemediationVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -722,9 +652,6 @@ func (_q *VulnerabilityQuery) QueryReviews() *ReviewQuery { sqlgraph.To(review.Table, review.FieldID), sqlgraph.Edge(sqlgraph.M2M, true, vulnerability.ReviewsTable, vulnerability.ReviewsPrimaryKey...), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Review - step.Edge.Schema = schemaConfig.ReviewVulnerabilities fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -747,9 +674,6 @@ func (_q *VulnerabilityQuery) QueryComments() *NoteQuery { sqlgraph.To(note.Table, note.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.CommentsTable, vulnerability.CommentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Note - step.Edge.Schema = schemaConfig.Note fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -772,9 +696,6 @@ func (_q *VulnerabilityQuery) QueryFiles() *FileQuery { sqlgraph.To(file.Table, file.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, vulnerability.FilesTable, vulnerability.FilesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.File - step.Edge.Schema = schemaConfig.File fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -797,9 +718,6 @@ func (_q *VulnerabilityQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQuery sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, vulnerability.WorkflowObjectRefsTable, vulnerability.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1452,8 +1370,6 @@ func (_q *VulnerabilityQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Vulnerability - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2128,7 +2044,6 @@ func (_q *VulnerabilityQuery) loadIntegrations(ctx context.Context, query *Integ } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.IntegrationsTable) - joinT.Schema(_q.schemaConfig.IntegrationVulnerabilities) s.Join(joinT).On(s.C(integration.FieldID), joinT.C(vulnerability.IntegrationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(vulnerability.IntegrationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2190,7 +2105,6 @@ func (_q *VulnerabilityQuery) loadFindings(ctx context.Context, query *FindingQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.FindingsTable) - joinT.Schema(_q.schemaConfig.FindingVulnerabilities) s.Join(joinT).On(s.C(finding.FieldID), joinT.C(vulnerability.FindingsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(vulnerability.FindingsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2252,7 +2166,6 @@ func (_q *VulnerabilityQuery) loadActionPlans(ctx context.Context, query *Action } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.ActionPlansTable) - joinT.Schema(_q.schemaConfig.VulnerabilityActionPlans) s.Join(joinT).On(s.C(actionplan.FieldID), joinT.C(vulnerability.ActionPlansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.ActionPlansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2314,7 +2227,6 @@ func (_q *VulnerabilityQuery) loadControls(ctx context.Context, query *ControlQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.ControlsTable) - joinT.Schema(_q.schemaConfig.VulnerabilityControls) s.Join(joinT).On(s.C(control.FieldID), joinT.C(vulnerability.ControlsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.ControlsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2376,7 +2288,6 @@ func (_q *VulnerabilityQuery) loadSubcontrols(ctx context.Context, query *Subcon } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.SubcontrolsTable) - joinT.Schema(_q.schemaConfig.VulnerabilitySubcontrols) s.Join(joinT).On(s.C(subcontrol.FieldID), joinT.C(vulnerability.SubcontrolsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.SubcontrolsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2438,7 +2349,6 @@ func (_q *VulnerabilityQuery) loadRisks(ctx context.Context, query *RiskQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.RisksTable) - joinT.Schema(_q.schemaConfig.VulnerabilityRisks) s.Join(joinT).On(s.C(risk.FieldID), joinT.C(vulnerability.RisksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.RisksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2500,7 +2410,6 @@ func (_q *VulnerabilityQuery) loadPrograms(ctx context.Context, query *ProgramQu } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.ProgramsTable) - joinT.Schema(_q.schemaConfig.VulnerabilityPrograms) s.Join(joinT).On(s.C(program.FieldID), joinT.C(vulnerability.ProgramsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.ProgramsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2562,7 +2471,6 @@ func (_q *VulnerabilityQuery) loadAssets(ctx context.Context, query *AssetQuery, } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.AssetsTable) - joinT.Schema(_q.schemaConfig.VulnerabilityAssets) s.Join(joinT).On(s.C(asset.FieldID), joinT.C(vulnerability.AssetsPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.AssetsPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2624,7 +2532,6 @@ func (_q *VulnerabilityQuery) loadEntities(ctx context.Context, query *EntityQue } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.EntitiesTable) - joinT.Schema(_q.schemaConfig.VulnerabilityEntities) s.Join(joinT).On(s.C(entity.FieldID), joinT.C(vulnerability.EntitiesPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.EntitiesPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2686,7 +2593,6 @@ func (_q *VulnerabilityQuery) loadScans(ctx context.Context, query *ScanQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.ScansTable) - joinT.Schema(_q.schemaConfig.VulnerabilityScans) s.Join(joinT).On(s.C(scan.FieldID), joinT.C(vulnerability.ScansPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.ScansPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2748,7 +2654,6 @@ func (_q *VulnerabilityQuery) loadTasks(ctx context.Context, query *TaskQuery, n } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.TasksTable) - joinT.Schema(_q.schemaConfig.VulnerabilityTasks) s.Join(joinT).On(s.C(task.FieldID), joinT.C(vulnerability.TasksPrimaryKey[1])) s.Where(sql.InValues(joinT.C(vulnerability.TasksPrimaryKey[0]), edgeIDs...)) columns := s.SelectedColumns() @@ -2810,7 +2715,6 @@ func (_q *VulnerabilityQuery) loadRemediations(ctx context.Context, query *Remed } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.RemediationsTable) - joinT.Schema(_q.schemaConfig.RemediationVulnerabilities) s.Join(joinT).On(s.C(remediation.FieldID), joinT.C(vulnerability.RemediationsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(vulnerability.RemediationsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -2872,7 +2776,6 @@ func (_q *VulnerabilityQuery) loadReviews(ctx context.Context, query *ReviewQuer } query.Where(func(s *sql.Selector) { joinT := sql.Table(vulnerability.ReviewsTable) - joinT.Schema(_q.schemaConfig.ReviewVulnerabilities) s.Join(joinT).On(s.C(review.FieldID), joinT.C(vulnerability.ReviewsPrimaryKey[0])) s.Where(sql.InValues(joinT.C(vulnerability.ReviewsPrimaryKey[1]), edgeIDs...)) columns := s.SelectedColumns() @@ -3017,8 +2920,6 @@ func (_q *VulnerabilityQuery) loadWorkflowObjectRefs(ctx context.Context, query func (_q *VulnerabilityQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Vulnerability - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -3108,9 +3009,6 @@ func (_q *VulnerabilityQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Vulnerability) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/vulnerability_update.go b/internal/ent/generated/vulnerability_update.go index 31b374e24f..017b5b0d92 100644 --- a/internal/ent/generated/vulnerability_update.go +++ b/internal/ent/generated/vulnerability_update.go @@ -35,8 +35,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/vulnerability" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // VulnerabilityUpdate is the builder for updating Vulnerability entities. @@ -2529,7 +2527,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2543,7 +2540,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2560,7 +2556,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2577,7 +2572,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2591,7 +2585,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2608,7 +2601,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2625,7 +2617,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2639,7 +2630,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2656,7 +2646,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2673,7 +2662,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -2687,7 +2675,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2704,7 +2691,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -2718,7 +2704,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2735,7 +2720,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -2749,7 +2733,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2766,7 +2749,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -2780,7 +2762,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2797,7 +2778,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -2811,7 +2791,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2828,7 +2807,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -2842,7 +2820,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2859,7 +2836,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VulnerabilityStatusIDs(); len(nodes) > 0 { @@ -2873,7 +2849,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2890,7 +2865,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -2904,7 +2878,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2921,7 +2894,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2938,7 +2910,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -2952,7 +2923,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2969,7 +2939,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2986,7 +2955,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -3000,7 +2968,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3017,7 +2984,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3034,7 +3000,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -3048,7 +3013,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3065,7 +3029,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3082,7 +3045,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -3096,7 +3058,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3113,7 +3074,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3130,7 +3090,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -3144,7 +3103,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3161,7 +3119,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3178,7 +3135,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -3192,7 +3148,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3209,7 +3164,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3226,7 +3180,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -3240,7 +3193,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3257,7 +3209,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3274,7 +3225,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -3288,7 +3238,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3305,7 +3254,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3322,7 +3270,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -3336,7 +3283,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3353,7 +3299,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3370,7 +3315,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -3384,7 +3328,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3401,7 +3344,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3418,7 +3360,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -3432,7 +3373,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3449,7 +3389,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3466,7 +3405,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -3480,7 +3418,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3497,7 +3434,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3514,7 +3450,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -3528,7 +3463,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3545,7 +3479,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3562,7 +3495,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -3576,7 +3508,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3593,7 +3524,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3610,7 +3540,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3624,7 +3553,6 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3641,14 +3569,11 @@ func (_u *VulnerabilityUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Vulnerability - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -6177,7 +6102,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -6191,7 +6115,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6208,7 +6131,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6225,7 +6147,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -6239,7 +6160,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6256,7 +6176,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6273,7 +6192,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -6287,7 +6205,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6304,7 +6221,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6321,7 +6237,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByUserIDs(); len(nodes) > 0 { @@ -6335,7 +6250,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6352,7 +6266,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ReviewedByGroupIDs(); len(nodes) > 0 { @@ -6366,7 +6279,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6383,7 +6295,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToUserIDs(); len(nodes) > 0 { @@ -6397,7 +6308,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6414,7 +6324,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssignedToGroupIDs(); len(nodes) > 0 { @@ -6428,7 +6337,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6445,7 +6353,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EnvironmentIDs(); len(nodes) > 0 { @@ -6459,7 +6366,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6476,7 +6382,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ScopeIDs(); len(nodes) > 0 { @@ -6490,7 +6395,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6507,7 +6411,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VulnerabilityStatusIDs(); len(nodes) > 0 { @@ -6521,7 +6424,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(customtypeenum.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Vulnerability for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6538,7 +6440,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedIntegrationsIDs(); len(nodes) > 0 && !_u.mutation.IntegrationsCleared() { @@ -6552,7 +6453,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6569,7 +6469,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.IntegrationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6586,7 +6485,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFindingsIDs(); len(nodes) > 0 && !_u.mutation.FindingsCleared() { @@ -6600,7 +6498,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6617,7 +6514,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.FindingVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6634,7 +6530,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedActionPlansIDs(); len(nodes) > 0 && !_u.mutation.ActionPlansCleared() { @@ -6648,7 +6543,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6665,7 +6559,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityActionPlans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6682,7 +6575,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedControlsIDs(); len(nodes) > 0 && !_u.mutation.ControlsCleared() { @@ -6696,7 +6588,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6713,7 +6604,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityControls for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6730,7 +6620,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedSubcontrolsIDs(); len(nodes) > 0 && !_u.mutation.SubcontrolsCleared() { @@ -6744,7 +6633,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6761,7 +6649,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilitySubcontrols for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6778,7 +6665,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRisksIDs(); len(nodes) > 0 && !_u.mutation.RisksCleared() { @@ -6792,7 +6678,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6809,7 +6694,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityRisks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6826,7 +6710,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedProgramsIDs(); len(nodes) > 0 && !_u.mutation.ProgramsCleared() { @@ -6840,7 +6723,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6857,7 +6739,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(program.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityPrograms for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6874,7 +6755,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedAssetsIDs(); len(nodes) > 0 && !_u.mutation.AssetsCleared() { @@ -6888,7 +6768,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6905,7 +6784,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(asset.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityAssets for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6922,7 +6800,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEntitiesIDs(); len(nodes) > 0 && !_u.mutation.EntitiesCleared() { @@ -6936,7 +6813,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6953,7 +6829,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(entity.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityEntities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -6970,7 +6845,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedScansIDs(); len(nodes) > 0 && !_u.mutation.ScansCleared() { @@ -6984,7 +6858,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7001,7 +6874,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(scan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityScans for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7018,7 +6890,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTasksIDs(); len(nodes) > 0 && !_u.mutation.TasksCleared() { @@ -7032,7 +6903,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7049,7 +6919,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.VulnerabilityTasks for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7066,7 +6935,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedRemediationsIDs(); len(nodes) > 0 && !_u.mutation.RemediationsCleared() { @@ -7080,7 +6948,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7097,7 +6964,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.RemediationVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7114,7 +6980,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedReviewsIDs(); len(nodes) > 0 && !_u.mutation.ReviewsCleared() { @@ -7128,7 +6993,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7145,7 +7009,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(review.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.ReviewVulnerabilities for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7162,7 +7025,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedCommentsIDs(); len(nodes) > 0 && !_u.mutation.CommentsCleared() { @@ -7176,7 +7038,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7193,7 +7054,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(note.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Note for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7210,7 +7070,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedFilesIDs(); len(nodes) > 0 && !_u.mutation.FilesCleared() { @@ -7224,7 +7083,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7241,7 +7099,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(file.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.File for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7258,7 +7115,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -7272,7 +7128,6 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -7289,14 +7144,11 @@ func (_u *VulnerabilityUpdateOne) sqlSave(ctx context.Context) (_node *Vulnerabi IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Vulnerability - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Vulnerability{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/webauthn/where.go b/internal/ent/generated/webauthn/where.go index 1c7f580312..02867a1b24 100644 --- a/internal/ent/generated/webauthn/where.go +++ b/internal/ent/generated/webauthn/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -765,9 +763,6 @@ func HasOwner() predicate.Webauthn { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Webauthn sqlgraph.HasNeighbors(s, step) }) } @@ -776,9 +771,6 @@ func HasOwner() predicate.Webauthn { func HasOwnerWith(preds ...predicate.User) predicate.Webauthn { return predicate.Webauthn(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Webauthn sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/webauthn_create.go b/internal/ent/generated/webauthn_create.go index 20e646ac00..8a02858068 100644 --- a/internal/ent/generated/webauthn_create.go +++ b/internal/ent/generated/webauthn_create.go @@ -350,7 +350,6 @@ func (_c *WebauthnCreate) createSpec() (*Webauthn, *sqlgraph.CreateSpec) { _node = &Webauthn{config: _c.config} _spec = sqlgraph.NewCreateSpec(webauthn.Table, sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.Webauthn if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -426,7 +425,6 @@ func (_c *WebauthnCreate) createSpec() (*Webauthn, *sqlgraph.CreateSpec) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/webauthn_delete.go b/internal/ent/generated/webauthn_delete.go index ac1638f280..9218d40579 100644 --- a/internal/ent/generated/webauthn_delete.go +++ b/internal/ent/generated/webauthn_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/webauthn" ) @@ -43,8 +41,6 @@ func (_d *WebauthnDelete) ExecX(ctx context.Context) int { func (_d *WebauthnDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(webauthn.Table, sqlgraph.NewFieldSpec(webauthn.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.Webauthn - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/webauthn_query.go b/internal/ent/generated/webauthn_query.go index 6c4d25fc7e..a6d541b36d 100644 --- a/internal/ent/generated/webauthn_query.go +++ b/internal/ent/generated/webauthn_query.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/webauthn" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -82,9 +81,6 @@ func (_q *WebauthnQuery) QueryOwner() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, webauthn.OwnerTable, webauthn.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.Webauthn fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -399,8 +395,6 @@ func (_q *WebauthnQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]*Web node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.Webauthn - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -459,8 +453,6 @@ func (_q *WebauthnQuery) loadOwner(ctx context.Context, query *UserQuery, nodes func (_q *WebauthnQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.Webauthn - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -529,9 +521,6 @@ func (_q *WebauthnQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.Webauthn) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/webauthn_update.go b/internal/ent/generated/webauthn_update.go index 4c0f76ce72..551480556a 100644 --- a/internal/ent/generated/webauthn_update.go +++ b/internal/ent/generated/webauthn_update.go @@ -15,8 +15,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/webauthn" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WebauthnUpdate is the builder for updating Webauthn entities. @@ -381,7 +379,6 @@ func (_u *WebauthnUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -395,14 +392,11 @@ func (_u *WebauthnUpdate) sqlSave(ctx context.Context) (_node int, err error) { IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Webauthn - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -803,7 +797,6 @@ func (_u *WebauthnUpdateOne) sqlSave(ctx context.Context) (_node *Webauthn, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.OwnerIDs(); len(nodes) > 0 { @@ -817,14 +810,11 @@ func (_u *WebauthnUpdateOne) sqlSave(ctx context.Context) (_node *Webauthn, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Webauthn for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.Webauthn - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &Webauthn{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowassignment/where.go b/internal/ent/generated/workflowassignment/where.go index 4b6167d312..ab1c5ea32e 100644 --- a/internal/ent/generated/workflowassignment/where.go +++ b/internal/ent/generated/workflowassignment/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1450,9 +1448,6 @@ func HasOwner() predicate.WorkflowAssignment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -1461,9 +1456,6 @@ func HasOwner() predicate.WorkflowAssignment { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowAssignment { return predicate.WorkflowAssignment(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1479,9 +1471,6 @@ func HasWorkflowInstance() predicate.WorkflowAssignment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowInstanceTable, WorkflowInstanceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -1490,9 +1479,6 @@ func HasWorkflowInstance() predicate.WorkflowAssignment { func HasWorkflowInstanceWith(preds ...predicate.WorkflowInstance) predicate.WorkflowAssignment { return predicate.WorkflowAssignment(func(s *sql.Selector) { step := newWorkflowInstanceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1508,9 +1494,6 @@ func HasWorkflowAssignmentTargets() predicate.WorkflowAssignment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowAssignmentTargetsTable, WorkflowAssignmentTargetsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1519,9 +1502,6 @@ func HasWorkflowAssignmentTargets() predicate.WorkflowAssignment { func HasWorkflowAssignmentTargetsWith(preds ...predicate.WorkflowAssignmentTarget) predicate.WorkflowAssignment { return predicate.WorkflowAssignment(func(s *sql.Selector) { step := newWorkflowAssignmentTargetsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1537,9 +1517,6 @@ func HasUser() predicate.WorkflowAssignment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -1548,9 +1525,6 @@ func HasUser() predicate.WorkflowAssignment { func HasUserWith(preds ...predicate.User) predicate.WorkflowAssignment { return predicate.WorkflowAssignment(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1566,9 +1540,6 @@ func HasGroup() predicate.WorkflowAssignment { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, GroupTable, GroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -1577,9 +1548,6 @@ func HasGroup() predicate.WorkflowAssignment { func HasGroupWith(preds ...predicate.Group) predicate.WorkflowAssignment { return predicate.WorkflowAssignment(func(s *sql.Selector) { step := newGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowassignment_create.go b/internal/ent/generated/workflowassignment_create.go index ef96ea0ed7..1516832ee8 100644 --- a/internal/ent/generated/workflowassignment_create.go +++ b/internal/ent/generated/workflowassignment_create.go @@ -584,7 +584,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph _node = &WorkflowAssignment{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowassignment.Table, sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowAssignment if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -688,7 +687,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -706,7 +704,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -724,7 +721,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -741,7 +737,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -759,7 +754,6 @@ func (_c *WorkflowAssignmentCreate) createSpec() (*WorkflowAssignment, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowassignment_delete.go b/internal/ent/generated/workflowassignment_delete.go index 3e74487291..66647bbd1c 100644 --- a/internal/ent/generated/workflowassignment_delete.go +++ b/internal/ent/generated/workflowassignment_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowassignment" ) @@ -43,8 +41,6 @@ func (_d *WorkflowAssignmentDelete) ExecX(ctx context.Context) int { func (_d *WorkflowAssignmentDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowassignment.Table, sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowAssignment - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowassignment_query.go b/internal/ent/generated/workflowassignment_query.go index 64f786beed..423c1e333a 100644 --- a/internal/ent/generated/workflowassignment_query.go +++ b/internal/ent/generated/workflowassignment_query.go @@ -21,7 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowassignmenttarget" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -93,9 +92,6 @@ func (_q *WorkflowAssignmentQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowassignment.OwnerTable, workflowassignment.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -118,9 +114,6 @@ func (_q *WorkflowAssignmentQuery) QueryWorkflowInstance() *WorkflowInstanceQuer sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.WorkflowInstanceTable, workflowassignment.WorkflowInstanceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -143,9 +136,6 @@ func (_q *WorkflowAssignmentQuery) QueryWorkflowAssignmentTargets() *WorkflowAss sqlgraph.To(workflowassignmenttarget.Table, workflowassignmenttarget.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowassignment.WorkflowAssignmentTargetsTable, workflowassignment.WorkflowAssignmentTargetsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignmentTarget - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -168,9 +158,6 @@ func (_q *WorkflowAssignmentQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.UserTable, workflowassignment.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -193,9 +180,6 @@ func (_q *WorkflowAssignmentQuery) QueryGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignment.GroupTable, workflowassignment.GroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -566,8 +550,6 @@ func (_q *WorkflowAssignmentQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignment - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -780,8 +762,6 @@ func (_q *WorkflowAssignmentQuery) loadGroup(ctx context.Context, query *GroupQu func (_q *WorkflowAssignmentQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignment - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -859,9 +839,6 @@ func (_q *WorkflowAssignmentQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowAssignment) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowassignment_update.go b/internal/ent/generated/workflowassignment_update.go index 98534a6d1a..e3ad817196 100644 --- a/internal/ent/generated/workflowassignment_update.go +++ b/internal/ent/generated/workflowassignment_update.go @@ -20,8 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowassignment" "github.com/theopenlane/core/internal/ent/generated/workflowassignmenttarget" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowAssignmentUpdate is the builder for updating WorkflowAssignment entities. @@ -739,7 +737,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -753,7 +750,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -770,7 +766,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentTargetsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentTargetsCleared() { @@ -784,7 +779,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -801,7 +795,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -818,7 +811,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -832,7 +824,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -849,7 +840,6 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -863,14 +853,11 @@ func (_u *WorkflowAssignmentUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignment - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1624,7 +1611,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -1638,7 +1624,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1655,7 +1640,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentTargetsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentTargetsCleared() { @@ -1669,7 +1653,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1686,7 +1669,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1703,7 +1685,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1717,7 +1698,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1734,7 +1714,6 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -1748,14 +1727,11 @@ func (_u *WorkflowAssignmentUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignment - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowAssignment{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowassignmenttarget/where.go b/internal/ent/generated/workflowassignmenttarget/where.go index d8f666b2af..4853bd53ec 100644 --- a/internal/ent/generated/workflowassignmenttarget/where.go +++ b/internal/ent/generated/workflowassignmenttarget/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1060,9 +1058,6 @@ func HasOwner() predicate.WorkflowAssignmentTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1071,9 +1066,6 @@ func HasOwner() predicate.WorkflowAssignmentTarget { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowAssignmentTarget { return predicate.WorkflowAssignmentTarget(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1089,9 +1081,6 @@ func HasWorkflowAssignment() predicate.WorkflowAssignmentTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowAssignmentTable, WorkflowAssignmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1100,9 +1089,6 @@ func HasWorkflowAssignment() predicate.WorkflowAssignmentTarget { func HasWorkflowAssignmentWith(preds ...predicate.WorkflowAssignment) predicate.WorkflowAssignmentTarget { return predicate.WorkflowAssignmentTarget(func(s *sql.Selector) { step := newWorkflowAssignmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1118,9 +1104,6 @@ func HasUser() predicate.WorkflowAssignmentTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1129,9 +1112,6 @@ func HasUser() predicate.WorkflowAssignmentTarget { func HasUserWith(preds ...predicate.User) predicate.WorkflowAssignmentTarget { return predicate.WorkflowAssignmentTarget(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1147,9 +1127,6 @@ func HasGroup() predicate.WorkflowAssignmentTarget { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, GroupTable, GroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighbors(s, step) }) } @@ -1158,9 +1135,6 @@ func HasGroup() predicate.WorkflowAssignmentTarget { func HasGroupWith(preds ...predicate.Group) predicate.WorkflowAssignmentTarget { return predicate.WorkflowAssignmentTarget(func(s *sql.Selector) { step := newGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowassignmenttarget_create.go b/internal/ent/generated/workflowassignmenttarget_create.go index b2c3eefdc4..95638811e4 100644 --- a/internal/ent/generated/workflowassignmenttarget_create.go +++ b/internal/ent/generated/workflowassignmenttarget_create.go @@ -395,7 +395,6 @@ func (_c *WorkflowAssignmentTargetCreate) createSpec() (*WorkflowAssignmentTarge _node = &WorkflowAssignmentTarget{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowassignmenttarget.Table, sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowAssignmentTarget if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -455,7 +454,6 @@ func (_c *WorkflowAssignmentTargetCreate) createSpec() (*WorkflowAssignmentTarge IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -473,7 +471,6 @@ func (_c *WorkflowAssignmentTargetCreate) createSpec() (*WorkflowAssignmentTarge IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -491,7 +488,6 @@ func (_c *WorkflowAssignmentTargetCreate) createSpec() (*WorkflowAssignmentTarge IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -509,7 +505,6 @@ func (_c *WorkflowAssignmentTargetCreate) createSpec() (*WorkflowAssignmentTarge IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowassignmenttarget_delete.go b/internal/ent/generated/workflowassignmenttarget_delete.go index d91cf89cbd..e4a0b20613 100644 --- a/internal/ent/generated/workflowassignmenttarget_delete.go +++ b/internal/ent/generated/workflowassignmenttarget_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowassignmenttarget" ) @@ -43,8 +41,6 @@ func (_d *WorkflowAssignmentTargetDelete) ExecX(ctx context.Context) int { func (_d *WorkflowAssignmentTargetDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowassignmenttarget.Table, sqlgraph.NewFieldSpec(workflowassignmenttarget.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowAssignmentTarget - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowassignmenttarget_query.go b/internal/ent/generated/workflowassignmenttarget_query.go index 6a523ab98a..ca567d9982 100644 --- a/internal/ent/generated/workflowassignmenttarget_query.go +++ b/internal/ent/generated/workflowassignmenttarget_query.go @@ -19,7 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowassignment" "github.com/theopenlane/core/internal/ent/generated/workflowassignmenttarget" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -89,9 +88,6 @@ func (_q *WorkflowAssignmentTargetQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowassignmenttarget.OwnerTable, workflowassignmenttarget.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -114,9 +110,6 @@ func (_q *WorkflowAssignmentTargetQuery) QueryWorkflowAssignment() *WorkflowAssi sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.WorkflowAssignmentTable, workflowassignmenttarget.WorkflowAssignmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -139,9 +132,6 @@ func (_q *WorkflowAssignmentTargetQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.UserTable, workflowassignmenttarget.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -164,9 +154,6 @@ func (_q *WorkflowAssignmentTargetQuery) QueryGroup() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowassignmenttarget.GroupTable, workflowassignmenttarget.GroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.WorkflowAssignmentTarget fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -524,8 +511,6 @@ func (_q *WorkflowAssignmentTargetQuery) sqlAll(ctx context.Context, hooks ...qu node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentTarget - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -689,8 +674,6 @@ func (_q *WorkflowAssignmentTargetQuery) loadGroup(ctx context.Context, query *G func (_q *WorkflowAssignmentTargetQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentTarget - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -768,9 +751,6 @@ func (_q *WorkflowAssignmentTargetQuery) sqlQuery(ctx context.Context) *sql.Sele if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowAssignmentTarget) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowassignmenttarget_update.go b/internal/ent/generated/workflowassignmenttarget_update.go index f246a83c2c..8d353f9489 100644 --- a/internal/ent/generated/workflowassignmenttarget_update.go +++ b/internal/ent/generated/workflowassignmenttarget_update.go @@ -18,8 +18,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/user" "github.com/theopenlane/core/internal/ent/generated/workflowassignment" "github.com/theopenlane/core/internal/ent/generated/workflowassignmenttarget" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowAssignmentTargetUpdate is the builder for updating WorkflowAssignmentTarget entities. @@ -445,7 +443,6 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowAssignmentIDs(); len(nodes) > 0 { @@ -459,7 +456,6 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -476,7 +472,6 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -490,7 +485,6 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -507,7 +501,6 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -521,14 +514,11 @@ func (_u *WorkflowAssignmentTargetUpdate) sqlSave(ctx context.Context) (_node in IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentTarget - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -990,7 +980,6 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowAssignmentIDs(); len(nodes) > 0 { @@ -1004,7 +993,6 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1021,7 +1009,6 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1035,7 +1022,6 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1052,7 +1038,6 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.GroupIDs(); len(nodes) > 0 { @@ -1066,14 +1051,11 @@ func (_u *WorkflowAssignmentTargetUpdateOne) sqlSave(ctx context.Context) (_node IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignmentTarget for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentTarget - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowAssignmentTarget{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowdefinition/where.go b/internal/ent/generated/workflowdefinition/where.go index d3be04033c..aa0d73b0f1 100644 --- a/internal/ent/generated/workflowdefinition/where.go +++ b/internal/ent/generated/workflowdefinition/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1445,9 +1443,6 @@ func HasOwner() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowDefinition sqlgraph.HasNeighbors(s, step) }) } @@ -1456,9 +1451,6 @@ func HasOwner() predicate.WorkflowDefinition { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowDefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1474,9 +1466,6 @@ func HasBlockedGroups() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, BlockedGroupsTable, BlockedGroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1485,9 +1474,6 @@ func HasBlockedGroups() predicate.WorkflowDefinition { func HasBlockedGroupsWith(preds ...predicate.Group) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newBlockedGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1503,9 +1489,6 @@ func HasEditors() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EditorsTable, EditorsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1514,9 +1497,6 @@ func HasEditors() predicate.WorkflowDefinition { func HasEditorsWith(preds ...predicate.Group) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newEditorsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1532,9 +1512,6 @@ func HasViewers() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, ViewersTable, ViewersColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1543,9 +1520,6 @@ func HasViewers() predicate.WorkflowDefinition { func HasViewersWith(preds ...predicate.Group) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newViewersStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1561,9 +1535,6 @@ func HasTagDefinitions() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, TagDefinitionsTable, TagDefinitionsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighbors(s, step) }) } @@ -1572,9 +1543,6 @@ func HasTagDefinitions() predicate.WorkflowDefinition { func HasTagDefinitionsWith(preds ...predicate.TagDefinition) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newTagDefinitionsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1590,9 +1558,6 @@ func HasGroups() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, GroupsTable, GroupsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighbors(s, step) }) } @@ -1601,9 +1566,6 @@ func HasGroups() predicate.WorkflowDefinition { func HasGroupsWith(preds ...predicate.Group) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newGroupsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1619,9 +1581,6 @@ func HasWorkflowInstances() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowInstancesTable, WorkflowInstancesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -1630,9 +1589,6 @@ func HasWorkflowInstances() predicate.WorkflowDefinition { func HasWorkflowInstancesWith(preds ...predicate.WorkflowInstance) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newWorkflowInstancesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1648,9 +1604,6 @@ func HasNotificationTemplates() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, NotificationTemplatesTable, NotificationTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -1659,9 +1612,6 @@ func HasNotificationTemplates() predicate.WorkflowDefinition { func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newNotificationTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1677,9 +1627,6 @@ func HasEmailTemplates() predicate.WorkflowDefinition { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplatesTable, EmailTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -1688,9 +1635,6 @@ func HasEmailTemplates() predicate.WorkflowDefinition { func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.WorkflowDefinition { return predicate.WorkflowDefinition(func(s *sql.Selector) { step := newEmailTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowdefinition_create.go b/internal/ent/generated/workflowdefinition_create.go index 9a4180caa0..fbd4f6dbc4 100644 --- a/internal/ent/generated/workflowdefinition_create.go +++ b/internal/ent/generated/workflowdefinition_create.go @@ -706,7 +706,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph _node = &WorkflowDefinition{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowdefinition.Table, sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowDefinition if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -838,7 +837,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -856,7 +854,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -873,7 +870,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -890,7 +886,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -907,7 +902,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -924,7 +918,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -941,7 +934,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -958,7 +950,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -975,7 +966,6 @@ func (_c *WorkflowDefinitionCreate) createSpec() (*WorkflowDefinition, *sqlgraph IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowdefinition_delete.go b/internal/ent/generated/workflowdefinition_delete.go index d34b2e98cc..1fe44fc1bc 100644 --- a/internal/ent/generated/workflowdefinition_delete.go +++ b/internal/ent/generated/workflowdefinition_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" ) @@ -43,8 +41,6 @@ func (_d *WorkflowDefinitionDelete) ExecX(ctx context.Context) int { func (_d *WorkflowDefinitionDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowdefinition.Table, sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowDefinition - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowdefinition_query.go b/internal/ent/generated/workflowdefinition_query.go index 26e0f9052c..2ad22b2060 100644 --- a/internal/ent/generated/workflowdefinition_query.go +++ b/internal/ent/generated/workflowdefinition_query.go @@ -22,7 +22,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -104,9 +103,6 @@ func (_q *WorkflowDefinitionQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowdefinition.OwnerTable, workflowdefinition.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowDefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -129,9 +125,6 @@ func (_q *WorkflowDefinitionQuery) QueryBlockedGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.BlockedGroupsTable, workflowdefinition.BlockedGroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -154,9 +147,6 @@ func (_q *WorkflowDefinitionQuery) QueryEditors() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.EditorsTable, workflowdefinition.EditorsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -179,9 +169,6 @@ func (_q *WorkflowDefinitionQuery) QueryViewers() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.ViewersTable, workflowdefinition.ViewersColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -204,9 +191,6 @@ func (_q *WorkflowDefinitionQuery) QueryTagDefinitions() *TagDefinitionQuery { sqlgraph.To(tagdefinition.Table, tagdefinition.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.TagDefinitionsTable, workflowdefinition.TagDefinitionsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.TagDefinition - step.Edge.Schema = schemaConfig.TagDefinition fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -229,9 +213,6 @@ func (_q *WorkflowDefinitionQuery) QueryGroups() *GroupQuery { sqlgraph.To(group.Table, group.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.GroupsTable, workflowdefinition.GroupsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Group - step.Edge.Schema = schemaConfig.Group fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -254,9 +235,6 @@ func (_q *WorkflowDefinitionQuery) QueryWorkflowInstances() *WorkflowInstanceQue sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowdefinition.WorkflowInstancesTable, workflowdefinition.WorkflowInstancesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -279,9 +257,6 @@ func (_q *WorkflowDefinitionQuery) QueryNotificationTemplates() *NotificationTem sqlgraph.To(notificationtemplate.Table, notificationtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.NotificationTemplatesTable, workflowdefinition.NotificationTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.NotificationTemplate - step.Edge.Schema = schemaConfig.NotificationTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -304,9 +279,6 @@ func (_q *WorkflowDefinitionQuery) QueryEmailTemplates() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowdefinition.EmailTemplatesTable, workflowdefinition.EmailTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -725,8 +697,6 @@ func (_q *WorkflowDefinitionQuery) sqlAll(ctx context.Context, hooks ...queryHoo node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowDefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1150,8 +1120,6 @@ func (_q *WorkflowDefinitionQuery) loadEmailTemplates(ctx context.Context, query func (_q *WorkflowDefinitionQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowDefinition - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -1220,9 +1188,6 @@ func (_q *WorkflowDefinitionQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowDefinition) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowdefinition_update.go b/internal/ent/generated/workflowdefinition_update.go index 940410ffa3..279ae829e0 100644 --- a/internal/ent/generated/workflowdefinition_update.go +++ b/internal/ent/generated/workflowdefinition_update.go @@ -21,8 +21,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/tagdefinition" "github.com/theopenlane/core/internal/ent/generated/workflowdefinition" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowDefinitionUpdate is the builder for updating WorkflowDefinition entities. @@ -1045,7 +1043,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -1059,7 +1056,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1076,7 +1072,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1093,7 +1088,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -1107,7 +1101,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1124,7 +1117,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1141,7 +1133,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -1155,7 +1146,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1172,7 +1162,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1189,7 +1178,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionsCleared() { @@ -1203,7 +1191,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1220,7 +1207,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1237,7 +1223,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -1251,7 +1236,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1268,7 +1252,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1285,7 +1268,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -1299,7 +1281,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1316,7 +1297,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1333,7 +1313,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -1347,7 +1326,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1364,7 +1342,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1381,7 +1358,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -1395,7 +1371,6 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1412,14 +1387,11 @@ func (_u *WorkflowDefinitionUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowDefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -2478,7 +2450,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedBlockedGroupsIDs(); len(nodes) > 0 && !_u.mutation.BlockedGroupsCleared() { @@ -2492,7 +2463,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2509,7 +2479,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2526,7 +2495,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEditorsIDs(); len(nodes) > 0 && !_u.mutation.EditorsCleared() { @@ -2540,7 +2508,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2557,7 +2524,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2574,7 +2540,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedViewersIDs(); len(nodes) > 0 && !_u.mutation.ViewersCleared() { @@ -2588,7 +2553,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2605,7 +2569,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2622,7 +2585,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedTagDefinitionsIDs(); len(nodes) > 0 && !_u.mutation.TagDefinitionsCleared() { @@ -2636,7 +2598,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2653,7 +2614,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(tagdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.TagDefinition for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2670,7 +2630,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedGroupsIDs(); len(nodes) > 0 && !_u.mutation.GroupsCleared() { @@ -2684,7 +2643,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2701,7 +2659,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(group.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.Group for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2718,7 +2675,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -2732,7 +2688,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2749,7 +2704,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2766,7 +2720,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedNotificationTemplatesIDs(); len(nodes) > 0 && !_u.mutation.NotificationTemplatesCleared() { @@ -2780,7 +2733,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2797,7 +2749,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(notificationtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.NotificationTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2814,7 +2765,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -2828,7 +2778,6 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -2845,14 +2794,11 @@ func (_u *WorkflowDefinitionUpdateOne) sqlSave(ctx context.Context) (_node *Work IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowDefinition - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowDefinition{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowevent/where.go b/internal/ent/generated/workflowevent/where.go index 664c314529..2386b93c82 100644 --- a/internal/ent/generated/workflowevent/where.go +++ b/internal/ent/generated/workflowevent/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -830,9 +828,6 @@ func HasOwner() predicate.WorkflowEvent { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighbors(s, step) }) } @@ -841,9 +836,6 @@ func HasOwner() predicate.WorkflowEvent { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowEvent { return predicate.WorkflowEvent(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -859,9 +851,6 @@ func HasWorkflowInstance() predicate.WorkflowEvent { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowInstanceTable, WorkflowInstanceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighbors(s, step) }) } @@ -870,9 +859,6 @@ func HasWorkflowInstance() predicate.WorkflowEvent { func HasWorkflowInstanceWith(preds ...predicate.WorkflowInstance) predicate.WorkflowEvent { return predicate.WorkflowEvent(func(s *sql.Selector) { step := newWorkflowInstanceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowevent_create.go b/internal/ent/generated/workflowevent_create.go index 8db229d122..86fda19aaf 100644 --- a/internal/ent/generated/workflowevent_create.go +++ b/internal/ent/generated/workflowevent_create.go @@ -328,7 +328,6 @@ func (_c *WorkflowEventCreate) createSpec() (*WorkflowEvent, *sqlgraph.CreateSpe _node = &WorkflowEvent{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowevent.Table, sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowEvent if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -388,7 +387,6 @@ func (_c *WorkflowEventCreate) createSpec() (*WorkflowEvent, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -406,7 +404,6 @@ func (_c *WorkflowEventCreate) createSpec() (*WorkflowEvent, *sqlgraph.CreateSpe IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowevent_delete.go b/internal/ent/generated/workflowevent_delete.go index 2d5f704909..9834769e37 100644 --- a/internal/ent/generated/workflowevent_delete.go +++ b/internal/ent/generated/workflowevent_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowevent" ) @@ -43,8 +41,6 @@ func (_d *WorkflowEventDelete) ExecX(ctx context.Context) int { func (_d *WorkflowEventDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowevent.Table, sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowEvent - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowevent_query.go b/internal/ent/generated/workflowevent_query.go index 7cdce8e044..b62235ac61 100644 --- a/internal/ent/generated/workflowevent_query.go +++ b/internal/ent/generated/workflowevent_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowevent" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -85,9 +84,6 @@ func (_q *WorkflowEventQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowevent.OwnerTable, workflowevent.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -110,9 +106,6 @@ func (_q *WorkflowEventQuery) QueryWorkflowInstance() *WorkflowInstanceQuery { sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowevent.WorkflowInstanceTable, workflowevent.WorkflowInstanceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -444,8 +437,6 @@ func (_q *WorkflowEventQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowEvent - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -539,8 +530,6 @@ func (_q *WorkflowEventQuery) loadWorkflowInstance(ctx context.Context, query *W func (_q *WorkflowEventQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowEvent - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -612,9 +601,6 @@ func (_q *WorkflowEventQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowEvent) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowevent_update.go b/internal/ent/generated/workflowevent_update.go index ae56d269e1..aa55915223 100644 --- a/internal/ent/generated/workflowevent_update.go +++ b/internal/ent/generated/workflowevent_update.go @@ -17,8 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowevent" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowEventUpdate is the builder for updating WorkflowEvent entities. @@ -354,7 +352,6 @@ func (_u *WorkflowEventUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -368,14 +365,11 @@ func (_u *WorkflowEventUpdate) sqlSave(ctx context.Context) (_node int, err erro IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowEvent - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -747,7 +741,6 @@ func (_u *WorkflowEventUpdateOne) sqlSave(ctx context.Context) (_node *WorkflowE IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowInstanceIDs(); len(nodes) > 0 { @@ -761,14 +754,11 @@ func (_u *WorkflowEventUpdateOne) sqlSave(ctx context.Context) (_node *WorkflowE IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowEvent - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowEvent{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowinstance/where.go b/internal/ent/generated/workflowinstance/where.go index c7520d71c3..bfcfa3b273 100644 --- a/internal/ent/generated/workflowinstance/where.go +++ b/internal/ent/generated/workflowinstance/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2460,9 +2458,6 @@ func HasOwner() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2471,9 +2466,6 @@ func HasOwner() predicate.WorkflowInstance { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2489,9 +2481,6 @@ func HasWorkflowDefinition() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowDefinitionTable, WorkflowDefinitionColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2500,9 +2489,6 @@ func HasWorkflowDefinition() predicate.WorkflowInstance { func HasWorkflowDefinitionWith(preds ...predicate.WorkflowDefinition) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newWorkflowDefinitionStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2518,9 +2504,6 @@ func HasControl() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2529,9 +2512,6 @@ func HasControl() predicate.WorkflowInstance { func HasControlWith(preds ...predicate.Control) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2547,9 +2527,6 @@ func HasInternalPolicy() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalPolicyTable, InternalPolicyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2558,9 +2535,6 @@ func HasInternalPolicy() predicate.WorkflowInstance { func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newInternalPolicyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2576,9 +2550,6 @@ func HasEvidence() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EvidenceTable, EvidenceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2587,9 +2558,6 @@ func HasEvidence() predicate.WorkflowInstance { func HasEvidenceWith(preds ...predicate.Evidence) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2605,9 +2573,6 @@ func HasSubcontrol() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SubcontrolTable, SubcontrolColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2616,9 +2581,6 @@ func HasSubcontrol() predicate.WorkflowInstance { func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newSubcontrolStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2634,9 +2596,6 @@ func HasActionPlan() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ActionPlanTable, ActionPlanColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2645,9 +2604,6 @@ func HasActionPlan() predicate.WorkflowInstance { func HasActionPlanWith(preds ...predicate.ActionPlan) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newActionPlanStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2663,9 +2619,6 @@ func HasProcedure() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ProcedureTable, ProcedureColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2674,9 +2627,6 @@ func HasProcedure() predicate.WorkflowInstance { func HasProcedureWith(preds ...predicate.Procedure) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newProcedureStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2692,9 +2642,6 @@ func HasCampaign() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CampaignTable, CampaignColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2703,9 +2650,6 @@ func HasCampaign() predicate.WorkflowInstance { func HasCampaignWith(preds ...predicate.Campaign) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newCampaignStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2721,9 +2665,6 @@ func HasCampaignTarget() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CampaignTargetTable, CampaignTargetColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2732,9 +2673,6 @@ func HasCampaignTarget() predicate.WorkflowInstance { func HasCampaignTargetWith(preds ...predicate.CampaignTarget) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newCampaignTargetStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2750,9 +2688,6 @@ func HasIdentityHolder() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, IdentityHolderTable, IdentityHolderColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2761,9 +2696,6 @@ func HasIdentityHolder() predicate.WorkflowInstance { func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newIdentityHolderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2779,9 +2711,6 @@ func HasPlatform() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2790,9 +2719,6 @@ func HasPlatform() predicate.WorkflowInstance { func HasPlatformWith(preds ...predicate.Platform) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2808,9 +2734,6 @@ func HasAssessment() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentTable, AssessmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2819,9 +2742,6 @@ func HasAssessment() predicate.WorkflowInstance { func HasAssessmentWith(preds ...predicate.Assessment) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newAssessmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2837,9 +2757,6 @@ func HasAssessmentResponse() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentResponseTable, AssessmentResponseColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2848,9 +2765,6 @@ func HasAssessmentResponse() predicate.WorkflowInstance { func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newAssessmentResponseStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2866,9 +2780,6 @@ func HasFinding() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FindingTable, FindingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2877,9 +2788,6 @@ func HasFinding() predicate.WorkflowInstance { func HasFindingWith(preds ...predicate.Finding) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newFindingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2895,9 +2803,6 @@ func HasIntegration() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, IntegrationTable, IntegrationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2906,9 +2811,6 @@ func HasIntegration() predicate.WorkflowInstance { func HasIntegrationWith(preds ...predicate.Integration) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newIntegrationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2924,9 +2826,6 @@ func HasRemediation() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RemediationTable, RemediationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2935,9 +2834,6 @@ func HasRemediation() predicate.WorkflowInstance { func HasRemediationWith(preds ...predicate.Remediation) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newRemediationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2953,9 +2849,6 @@ func HasRisk() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RiskTable, RiskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2964,9 +2857,6 @@ func HasRisk() predicate.WorkflowInstance { func HasRiskWith(preds ...predicate.Risk) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newRiskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2982,9 +2872,6 @@ func HasTask() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TaskTable, TaskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -2993,9 +2880,6 @@ func HasTask() predicate.WorkflowInstance { func HasTaskWith(preds ...predicate.Task) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newTaskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3011,9 +2895,6 @@ func HasVulnerability() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, VulnerabilityTable, VulnerabilityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -3022,9 +2903,6 @@ func HasVulnerability() predicate.WorkflowInstance { func HasVulnerabilityWith(preds ...predicate.Vulnerability) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newVulnerabilityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3040,9 +2918,6 @@ func HasWorkflowProposal() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowProposalTable, WorkflowProposalColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -3051,9 +2926,6 @@ func HasWorkflowProposal() predicate.WorkflowInstance { func HasWorkflowProposalWith(preds ...predicate.WorkflowProposal) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newWorkflowProposalStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3069,9 +2941,6 @@ func HasWorkflowAssignments() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowAssignmentsTable, WorkflowAssignmentsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighbors(s, step) }) } @@ -3080,9 +2949,6 @@ func HasWorkflowAssignments() predicate.WorkflowInstance { func HasWorkflowAssignmentsWith(preds ...predicate.WorkflowAssignment) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newWorkflowAssignmentsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3098,9 +2964,6 @@ func HasWorkflowEvents() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowEventsTable, WorkflowEventsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighbors(s, step) }) } @@ -3109,9 +2972,6 @@ func HasWorkflowEvents() predicate.WorkflowInstance { func HasWorkflowEventsWith(preds ...predicate.WorkflowEvent) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newWorkflowEventsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3127,9 +2987,6 @@ func HasEmailTemplates() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, EmailTemplatesTable, EmailTemplatesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighbors(s, step) }) } @@ -3138,9 +2995,6 @@ func HasEmailTemplates() predicate.WorkflowInstance { func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newEmailTemplatesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -3156,9 +3010,6 @@ func HasWorkflowObjectRefs() predicate.WorkflowInstance { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, false, WorkflowObjectRefsTable, WorkflowObjectRefsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -3167,9 +3018,6 @@ func HasWorkflowObjectRefs() predicate.WorkflowInstance { func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.WorkflowInstance { return predicate.WorkflowInstance(func(s *sql.Selector) { step := newWorkflowObjectRefsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowinstance_create.go b/internal/ent/generated/workflowinstance_create.go index d0667d84c9..88efd60c3c 100644 --- a/internal/ent/generated/workflowinstance_create.go +++ b/internal/ent/generated/workflowinstance_create.go @@ -838,7 +838,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre _node = &WorkflowInstance{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowinstance.Table, sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowInstance if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -910,7 +909,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -928,7 +926,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -946,7 +943,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -964,7 +960,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -982,7 +977,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1000,7 +994,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1018,7 +1011,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1036,7 +1028,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1054,7 +1045,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1072,7 +1062,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1090,7 +1079,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1108,7 +1096,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1126,7 +1113,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1144,7 +1130,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1162,7 +1147,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1180,7 +1164,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1198,7 +1181,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1216,7 +1198,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1234,7 +1215,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1252,7 +1232,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1270,7 +1249,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1288,7 +1266,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1305,7 +1282,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1322,7 +1298,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1339,7 +1314,6 @@ func (_c *WorkflowInstanceCreate) createSpec() (*WorkflowInstance, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowinstance_delete.go b/internal/ent/generated/workflowinstance_delete.go index ee2888ba00..856dbd26d5 100644 --- a/internal/ent/generated/workflowinstance_delete.go +++ b/internal/ent/generated/workflowinstance_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowinstance" ) @@ -43,8 +41,6 @@ func (_d *WorkflowInstanceDelete) ExecX(ctx context.Context) int { func (_d *WorkflowInstanceDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowinstance.Table, sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowInstance - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowinstance_query.go b/internal/ent/generated/workflowinstance_query.go index 61630a2f9d..461f54749c 100644 --- a/internal/ent/generated/workflowinstance_query.go +++ b/internal/ent/generated/workflowinstance_query.go @@ -41,7 +41,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -135,9 +134,6 @@ func (_q *WorkflowInstanceQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowinstance.OwnerTable, workflowinstance.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -160,9 +156,6 @@ func (_q *WorkflowInstanceQuery) QueryWorkflowDefinition() *WorkflowDefinitionQu sqlgraph.To(workflowdefinition.Table, workflowdefinition.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.WorkflowDefinitionTable, workflowinstance.WorkflowDefinitionColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowDefinition - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -185,9 +178,6 @@ func (_q *WorkflowInstanceQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ControlTable, workflowinstance.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -210,9 +200,6 @@ func (_q *WorkflowInstanceQuery) QueryInternalPolicy() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.InternalPolicyTable, workflowinstance.InternalPolicyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -235,9 +222,6 @@ func (_q *WorkflowInstanceQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.EvidenceTable, workflowinstance.EvidenceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -260,9 +244,6 @@ func (_q *WorkflowInstanceQuery) QuerySubcontrol() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.SubcontrolTable, workflowinstance.SubcontrolColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -285,9 +266,6 @@ func (_q *WorkflowInstanceQuery) QueryActionPlan() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ActionPlanTable, workflowinstance.ActionPlanColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -310,9 +288,6 @@ func (_q *WorkflowInstanceQuery) QueryProcedure() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.ProcedureTable, workflowinstance.ProcedureColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -335,9 +310,6 @@ func (_q *WorkflowInstanceQuery) QueryCampaign() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.CampaignTable, workflowinstance.CampaignColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -360,9 +332,6 @@ func (_q *WorkflowInstanceQuery) QueryCampaignTarget() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.CampaignTargetTable, workflowinstance.CampaignTargetColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -385,9 +354,6 @@ func (_q *WorkflowInstanceQuery) QueryIdentityHolder() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.IdentityHolderTable, workflowinstance.IdentityHolderColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -410,9 +376,6 @@ func (_q *WorkflowInstanceQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.PlatformTable, workflowinstance.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -435,9 +398,6 @@ func (_q *WorkflowInstanceQuery) QueryAssessment() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.AssessmentTable, workflowinstance.AssessmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -460,9 +420,6 @@ func (_q *WorkflowInstanceQuery) QueryAssessmentResponse() *AssessmentResponseQu sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.AssessmentResponseTable, workflowinstance.AssessmentResponseColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -485,9 +442,6 @@ func (_q *WorkflowInstanceQuery) QueryFinding() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.FindingTable, workflowinstance.FindingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -510,9 +464,6 @@ func (_q *WorkflowInstanceQuery) QueryIntegration() *IntegrationQuery { sqlgraph.To(integration.Table, integration.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.IntegrationTable, workflowinstance.IntegrationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Integration - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -535,9 +486,6 @@ func (_q *WorkflowInstanceQuery) QueryRemediation() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.RemediationTable, workflowinstance.RemediationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -560,9 +508,6 @@ func (_q *WorkflowInstanceQuery) QueryRisk() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.RiskTable, workflowinstance.RiskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -585,9 +530,6 @@ func (_q *WorkflowInstanceQuery) QueryTask() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.TaskTable, workflowinstance.TaskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -610,9 +552,6 @@ func (_q *WorkflowInstanceQuery) QueryVulnerability() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.VulnerabilityTable, workflowinstance.VulnerabilityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -635,9 +574,6 @@ func (_q *WorkflowInstanceQuery) QueryWorkflowProposal() *WorkflowProposalQuery sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowinstance.WorkflowProposalTable, workflowinstance.WorkflowProposalColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -660,9 +596,6 @@ func (_q *WorkflowInstanceQuery) QueryWorkflowAssignments() *WorkflowAssignmentQ sqlgraph.To(workflowassignment.Table, workflowassignment.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowAssignmentsTable, workflowinstance.WorkflowAssignmentsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowAssignment - step.Edge.Schema = schemaConfig.WorkflowAssignment fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -685,9 +618,6 @@ func (_q *WorkflowInstanceQuery) QueryWorkflowEvents() *WorkflowEventQuery { sqlgraph.To(workflowevent.Table, workflowevent.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowEventsTable, workflowinstance.WorkflowEventsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowEvent - step.Edge.Schema = schemaConfig.WorkflowEvent fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -710,9 +640,6 @@ func (_q *WorkflowInstanceQuery) QueryEmailTemplates() *EmailTemplateQuery { sqlgraph.To(emailtemplate.Table, emailtemplate.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.EmailTemplatesTable, workflowinstance.EmailTemplatesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.EmailTemplate - step.Edge.Schema = schemaConfig.EmailTemplate fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -735,9 +662,6 @@ func (_q *WorkflowInstanceQuery) QueryWorkflowObjectRefs() *WorkflowObjectRefQue sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.O2M, false, workflowinstance.WorkflowObjectRefsTable, workflowinstance.WorkflowObjectRefsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1364,8 +1288,6 @@ func (_q *WorkflowInstanceQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowInstance - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2311,8 +2233,6 @@ func (_q *WorkflowInstanceQuery) loadWorkflowObjectRefs(ctx context.Context, que func (_q *WorkflowInstanceQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowInstance - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2441,9 +2361,6 @@ func (_q *WorkflowInstanceQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowInstance) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowinstance_update.go b/internal/ent/generated/workflowinstance_update.go index bef048b851..262dc2cbec 100644 --- a/internal/ent/generated/workflowinstance_update.go +++ b/internal/ent/generated/workflowinstance_update.go @@ -40,8 +40,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowinstance" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowInstanceUpdate is the builder for updating WorkflowInstance entities. @@ -1194,7 +1192,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -1208,7 +1205,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1225,7 +1221,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -1239,7 +1234,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1256,7 +1250,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -1270,7 +1263,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1287,7 +1279,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EvidenceIDs(); len(nodes) > 0 { @@ -1301,7 +1292,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1318,7 +1308,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -1332,7 +1321,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1349,7 +1337,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ActionPlanIDs(); len(nodes) > 0 { @@ -1363,7 +1350,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1380,7 +1366,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -1394,7 +1379,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1411,7 +1395,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignIDs(); len(nodes) > 0 { @@ -1425,7 +1408,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1442,7 +1424,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignTargetIDs(); len(nodes) > 0 { @@ -1456,7 +1437,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1473,7 +1453,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -1487,7 +1466,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1504,7 +1482,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformIDs(); len(nodes) > 0 { @@ -1518,7 +1495,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1535,7 +1511,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -1549,7 +1524,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1566,7 +1540,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -1580,7 +1553,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1597,7 +1569,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FindingIDs(); len(nodes) > 0 { @@ -1611,7 +1582,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1628,7 +1598,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -1642,7 +1611,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1659,7 +1627,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemediationIDs(); len(nodes) > 0 { @@ -1673,7 +1640,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1690,7 +1656,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -1704,7 +1669,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1721,7 +1685,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskIDs(); len(nodes) > 0 { @@ -1735,7 +1698,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1752,7 +1714,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VulnerabilityIDs(); len(nodes) > 0 { @@ -1766,7 +1727,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1783,7 +1743,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowProposalIDs(); len(nodes) > 0 { @@ -1797,7 +1756,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1814,7 +1772,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentsCleared() { @@ -1828,7 +1785,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1845,7 +1801,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1862,7 +1817,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowEventsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowEventsCleared() { @@ -1876,7 +1830,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1893,7 +1846,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1910,7 +1862,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -1924,7 +1875,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1941,7 +1891,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1958,7 +1907,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -1972,7 +1920,6 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1989,14 +1936,11 @@ func (_u *WorkflowInstanceUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowInstance - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -3185,7 +3129,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowDefinitionIDs(); len(nodes) > 0 { @@ -3199,7 +3142,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowdefinition.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3216,7 +3158,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ControlIDs(); len(nodes) > 0 { @@ -3230,7 +3171,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3247,7 +3187,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.InternalPolicyIDs(); len(nodes) > 0 { @@ -3261,7 +3200,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3278,7 +3216,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.EvidenceIDs(); len(nodes) > 0 { @@ -3292,7 +3229,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3309,7 +3245,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.SubcontrolIDs(); len(nodes) > 0 { @@ -3323,7 +3258,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3340,7 +3274,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ActionPlanIDs(); len(nodes) > 0 { @@ -3354,7 +3287,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3371,7 +3303,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.ProcedureIDs(); len(nodes) > 0 { @@ -3385,7 +3316,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3402,7 +3332,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignIDs(); len(nodes) > 0 { @@ -3416,7 +3345,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3433,7 +3361,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.CampaignTargetIDs(); len(nodes) > 0 { @@ -3447,7 +3374,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3464,7 +3390,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IdentityHolderIDs(); len(nodes) > 0 { @@ -3478,7 +3403,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3495,7 +3419,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.PlatformIDs(); len(nodes) > 0 { @@ -3509,7 +3432,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3526,7 +3448,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentIDs(); len(nodes) > 0 { @@ -3540,7 +3461,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3557,7 +3477,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.AssessmentResponseIDs(); len(nodes) > 0 { @@ -3571,7 +3490,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3588,7 +3506,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.FindingIDs(); len(nodes) > 0 { @@ -3602,7 +3519,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3619,7 +3535,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.IntegrationIDs(); len(nodes) > 0 { @@ -3633,7 +3548,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(integration.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3650,7 +3564,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemediationIDs(); len(nodes) > 0 { @@ -3664,7 +3577,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3681,7 +3593,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RiskIDs(); len(nodes) > 0 { @@ -3695,7 +3606,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3712,7 +3622,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.TaskIDs(); len(nodes) > 0 { @@ -3726,7 +3635,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3743,7 +3651,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.VulnerabilityIDs(); len(nodes) > 0 { @@ -3757,7 +3664,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3774,7 +3680,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowProposalIDs(); len(nodes) > 0 { @@ -3788,7 +3693,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3805,7 +3709,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowAssignmentsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowAssignmentsCleared() { @@ -3819,7 +3722,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3836,7 +3738,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowassignment.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowAssignment for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3853,7 +3754,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowEventsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowEventsCleared() { @@ -3867,7 +3767,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3884,7 +3783,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowevent.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowEvent for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3901,7 +3799,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedEmailTemplatesIDs(); len(nodes) > 0 && !_u.mutation.EmailTemplatesCleared() { @@ -3915,7 +3812,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3932,7 +3828,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(emailtemplate.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.EmailTemplate for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3949,7 +3844,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowObjectRefsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowObjectRefsCleared() { @@ -3963,7 +3857,6 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -3980,14 +3873,11 @@ func (_u *WorkflowInstanceUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowInstance - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowInstance{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowobjectref/where.go b/internal/ent/generated/workflowobjectref/where.go index 3b4bef044a..7274b90e88 100644 --- a/internal/ent/generated/workflowobjectref/where.go +++ b/internal/ent/generated/workflowobjectref/where.go @@ -8,8 +8,6 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -2244,9 +2242,6 @@ func HasOwner() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2255,9 +2250,6 @@ func HasOwner() predicate.WorkflowObjectRef { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2273,9 +2265,6 @@ func HasWorkflowInstance() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowInstanceTable, WorkflowInstanceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2284,9 +2273,6 @@ func HasWorkflowInstance() predicate.WorkflowObjectRef { func HasWorkflowInstanceWith(preds ...predicate.WorkflowInstance) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newWorkflowInstanceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2302,9 +2288,6 @@ func HasWorkflowProposals() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowProposalsTable, WorkflowProposalsColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighbors(s, step) }) } @@ -2313,9 +2296,6 @@ func HasWorkflowProposals() predicate.WorkflowObjectRef { func HasWorkflowProposalsWith(preds ...predicate.WorkflowProposal) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newWorkflowProposalsStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2331,9 +2311,6 @@ func HasControl() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ControlTable, ControlColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2342,9 +2319,6 @@ func HasControl() predicate.WorkflowObjectRef { func HasControlWith(preds ...predicate.Control) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newControlStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2360,9 +2334,6 @@ func HasTask() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, TaskTable, TaskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2371,9 +2342,6 @@ func HasTask() predicate.WorkflowObjectRef { func HasTaskWith(preds ...predicate.Task) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newTaskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2389,9 +2357,6 @@ func HasInternalPolicy() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, InternalPolicyTable, InternalPolicyColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2400,9 +2365,6 @@ func HasInternalPolicy() predicate.WorkflowObjectRef { func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newInternalPolicyStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2418,9 +2380,6 @@ func HasFinding() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, FindingTable, FindingColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2429,9 +2388,6 @@ func HasFinding() predicate.WorkflowObjectRef { func HasFindingWith(preds ...predicate.Finding) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newFindingStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2447,9 +2403,6 @@ func HasDirectoryAccount() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DirectoryAccountTable, DirectoryAccountColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2458,9 +2411,6 @@ func HasDirectoryAccount() predicate.WorkflowObjectRef { func HasDirectoryAccountWith(preds ...predicate.DirectoryAccount) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newDirectoryAccountStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2476,9 +2426,6 @@ func HasDirectoryGroup() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DirectoryGroupTable, DirectoryGroupColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2487,9 +2434,6 @@ func HasDirectoryGroup() predicate.WorkflowObjectRef { func HasDirectoryGroupWith(preds ...predicate.DirectoryGroup) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newDirectoryGroupStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2505,9 +2449,6 @@ func HasDirectoryMembership() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, DirectoryMembershipTable, DirectoryMembershipColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2516,9 +2457,6 @@ func HasDirectoryMembership() predicate.WorkflowObjectRef { func HasDirectoryMembershipWith(preds ...predicate.DirectoryMembership) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newDirectoryMembershipStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2534,9 +2472,6 @@ func HasEvidence() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, EvidenceTable, EvidenceColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2545,9 +2480,6 @@ func HasEvidence() predicate.WorkflowObjectRef { func HasEvidenceWith(preds ...predicate.Evidence) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newEvidenceStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2563,9 +2495,6 @@ func HasSubcontrol() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, SubcontrolTable, SubcontrolColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2574,9 +2503,6 @@ func HasSubcontrol() predicate.WorkflowObjectRef { func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newSubcontrolStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2592,9 +2518,6 @@ func HasActionPlan() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ActionPlanTable, ActionPlanColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2603,9 +2526,6 @@ func HasActionPlan() predicate.WorkflowObjectRef { func HasActionPlanWith(preds ...predicate.ActionPlan) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newActionPlanStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2621,9 +2541,6 @@ func HasProcedure() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, ProcedureTable, ProcedureColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2632,9 +2549,6 @@ func HasProcedure() predicate.WorkflowObjectRef { func HasProcedureWith(preds ...predicate.Procedure) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newProcedureStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2650,9 +2564,6 @@ func HasCampaign() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CampaignTable, CampaignColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2661,9 +2572,6 @@ func HasCampaign() predicate.WorkflowObjectRef { func HasCampaignWith(preds ...predicate.Campaign) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newCampaignStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2679,9 +2587,6 @@ func HasCampaignTarget() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, CampaignTargetTable, CampaignTargetColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2690,9 +2595,6 @@ func HasCampaignTarget() predicate.WorkflowObjectRef { func HasCampaignTargetWith(preds ...predicate.CampaignTarget) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newCampaignTargetStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2708,9 +2610,6 @@ func HasIdentityHolder() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, IdentityHolderTable, IdentityHolderColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2719,9 +2618,6 @@ func HasIdentityHolder() predicate.WorkflowObjectRef { func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newIdentityHolderStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2737,9 +2633,6 @@ func HasPlatform() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, PlatformTable, PlatformColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2748,9 +2641,6 @@ func HasPlatform() predicate.WorkflowObjectRef { func HasPlatformWith(preds ...predicate.Platform) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newPlatformStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2766,9 +2656,6 @@ func HasVulnerability() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, VulnerabilityTable, VulnerabilityColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2777,9 +2664,6 @@ func HasVulnerability() predicate.WorkflowObjectRef { func HasVulnerabilityWith(preds ...predicate.Vulnerability) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newVulnerabilityStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2795,9 +2679,6 @@ func HasRisk() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RiskTable, RiskColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2806,9 +2687,6 @@ func HasRisk() predicate.WorkflowObjectRef { func HasRiskWith(preds ...predicate.Risk) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newRiskStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2824,9 +2702,6 @@ func HasAssessment() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentTable, AssessmentColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2835,9 +2710,6 @@ func HasAssessment() predicate.WorkflowObjectRef { func HasAssessmentWith(preds ...predicate.Assessment) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newAssessmentStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2853,9 +2725,6 @@ func HasAssessmentResponse() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, AssessmentResponseTable, AssessmentResponseColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2864,9 +2733,6 @@ func HasAssessmentResponse() predicate.WorkflowObjectRef { func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newAssessmentResponseStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -2882,9 +2748,6 @@ func HasRemediation() predicate.WorkflowObjectRef { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, RemediationTable, RemediationColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighbors(s, step) }) } @@ -2893,9 +2756,6 @@ func HasRemediation() predicate.WorkflowObjectRef { func HasRemediationWith(preds ...predicate.Remediation) predicate.WorkflowObjectRef { return predicate.WorkflowObjectRef(func(s *sql.Selector) { step := newRemediationStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowObjectRef sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowobjectref_create.go b/internal/ent/generated/workflowobjectref_create.go index 667a2ef36c..e05cab3131 100644 --- a/internal/ent/generated/workflowobjectref_create.go +++ b/internal/ent/generated/workflowobjectref_create.go @@ -676,7 +676,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C _node = &WorkflowObjectRef{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowobjectref.Table, sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowObjectRef if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -716,7 +715,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -734,7 +732,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -752,7 +749,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -769,7 +765,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(control.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -787,7 +782,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(task.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -805,7 +799,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(internalpolicy.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -823,7 +816,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(finding.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -841,7 +833,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(directoryaccount.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -859,7 +850,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(directorygroup.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -877,7 +867,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(directorymembership.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -895,7 +884,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(evidence.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -913,7 +901,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(subcontrol.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -931,7 +918,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(actionplan.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -949,7 +935,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(procedure.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -967,7 +952,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(campaign.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -985,7 +969,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(campaigntarget.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1003,7 +986,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(identityholder.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1021,7 +1003,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(platform.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1039,7 +1020,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(vulnerability.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1057,7 +1037,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(risk.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1075,7 +1054,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(assessment.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1093,7 +1071,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(assessmentresponse.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1111,7 +1088,6 @@ func (_c *WorkflowObjectRefCreate) createSpec() (*WorkflowObjectRef, *sqlgraph.C IDSpec: sqlgraph.NewFieldSpec(remediation.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowObjectRef for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowobjectref_delete.go b/internal/ent/generated/workflowobjectref_delete.go index 939afceaff..874be08fd0 100644 --- a/internal/ent/generated/workflowobjectref_delete.go +++ b/internal/ent/generated/workflowobjectref_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" ) @@ -43,8 +41,6 @@ func (_d *WorkflowObjectRefDelete) ExecX(ctx context.Context) int { func (_d *WorkflowObjectRefDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowobjectref.Table, sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowObjectRef - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowobjectref_query.go b/internal/ent/generated/workflowobjectref_query.go index b9fbba2771..8b5dd8ecfb 100644 --- a/internal/ent/generated/workflowobjectref_query.go +++ b/internal/ent/generated/workflowobjectref_query.go @@ -39,7 +39,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -129,9 +128,6 @@ func (_q *WorkflowObjectRefQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowobjectref.OwnerTable, workflowobjectref.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -154,9 +150,6 @@ func (_q *WorkflowObjectRefQuery) QueryWorkflowInstance() *WorkflowInstanceQuery sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.WorkflowInstanceTable, workflowobjectref.WorkflowInstanceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -179,9 +172,6 @@ func (_q *WorkflowObjectRefQuery) QueryWorkflowProposals() *WorkflowProposalQuer sqlgraph.To(workflowproposal.Table, workflowproposal.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowobjectref.WorkflowProposalsTable, workflowobjectref.WorkflowProposalsColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowProposal - step.Edge.Schema = schemaConfig.WorkflowProposal fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -204,9 +194,6 @@ func (_q *WorkflowObjectRefQuery) QueryControl() *ControlQuery { sqlgraph.To(control.Table, control.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ControlTable, workflowobjectref.ControlColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Control - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -229,9 +216,6 @@ func (_q *WorkflowObjectRefQuery) QueryTask() *TaskQuery { sqlgraph.To(task.Table, task.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.TaskTable, workflowobjectref.TaskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Task - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -254,9 +238,6 @@ func (_q *WorkflowObjectRefQuery) QueryInternalPolicy() *InternalPolicyQuery { sqlgraph.To(internalpolicy.Table, internalpolicy.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.InternalPolicyTable, workflowobjectref.InternalPolicyColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.InternalPolicy - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -279,9 +260,6 @@ func (_q *WorkflowObjectRefQuery) QueryFinding() *FindingQuery { sqlgraph.To(finding.Table, finding.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.FindingTable, workflowobjectref.FindingColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Finding - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -304,9 +282,6 @@ func (_q *WorkflowObjectRefQuery) QueryDirectoryAccount() *DirectoryAccountQuery sqlgraph.To(directoryaccount.Table, directoryaccount.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryAccountTable, workflowobjectref.DirectoryAccountColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryAccount - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -329,9 +304,6 @@ func (_q *WorkflowObjectRefQuery) QueryDirectoryGroup() *DirectoryGroupQuery { sqlgraph.To(directorygroup.Table, directorygroup.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryGroupTable, workflowobjectref.DirectoryGroupColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryGroup - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -354,9 +326,6 @@ func (_q *WorkflowObjectRefQuery) QueryDirectoryMembership() *DirectoryMembershi sqlgraph.To(directorymembership.Table, directorymembership.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.DirectoryMembershipTable, workflowobjectref.DirectoryMembershipColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.DirectoryMembership - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -379,9 +348,6 @@ func (_q *WorkflowObjectRefQuery) QueryEvidence() *EvidenceQuery { sqlgraph.To(evidence.Table, evidence.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.EvidenceTable, workflowobjectref.EvidenceColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Evidence - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -404,9 +370,6 @@ func (_q *WorkflowObjectRefQuery) QuerySubcontrol() *SubcontrolQuery { sqlgraph.To(subcontrol.Table, subcontrol.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.SubcontrolTable, workflowobjectref.SubcontrolColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Subcontrol - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -429,9 +392,6 @@ func (_q *WorkflowObjectRefQuery) QueryActionPlan() *ActionPlanQuery { sqlgraph.To(actionplan.Table, actionplan.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ActionPlanTable, workflowobjectref.ActionPlanColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.ActionPlan - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -454,9 +414,6 @@ func (_q *WorkflowObjectRefQuery) QueryProcedure() *ProcedureQuery { sqlgraph.To(procedure.Table, procedure.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.ProcedureTable, workflowobjectref.ProcedureColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Procedure - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -479,9 +436,6 @@ func (_q *WorkflowObjectRefQuery) QueryCampaign() *CampaignQuery { sqlgraph.To(campaign.Table, campaign.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.CampaignTable, workflowobjectref.CampaignColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Campaign - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -504,9 +458,6 @@ func (_q *WorkflowObjectRefQuery) QueryCampaignTarget() *CampaignTargetQuery { sqlgraph.To(campaigntarget.Table, campaigntarget.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.CampaignTargetTable, workflowobjectref.CampaignTargetColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.CampaignTarget - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -529,9 +480,6 @@ func (_q *WorkflowObjectRefQuery) QueryIdentityHolder() *IdentityHolderQuery { sqlgraph.To(identityholder.Table, identityholder.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.IdentityHolderTable, workflowobjectref.IdentityHolderColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.IdentityHolder - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -554,9 +502,6 @@ func (_q *WorkflowObjectRefQuery) QueryPlatform() *PlatformQuery { sqlgraph.To(platform.Table, platform.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.PlatformTable, workflowobjectref.PlatformColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Platform - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -579,9 +524,6 @@ func (_q *WorkflowObjectRefQuery) QueryVulnerability() *VulnerabilityQuery { sqlgraph.To(vulnerability.Table, vulnerability.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.VulnerabilityTable, workflowobjectref.VulnerabilityColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Vulnerability - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -604,9 +546,6 @@ func (_q *WorkflowObjectRefQuery) QueryRisk() *RiskQuery { sqlgraph.To(risk.Table, risk.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.RiskTable, workflowobjectref.RiskColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Risk - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -629,9 +568,6 @@ func (_q *WorkflowObjectRefQuery) QueryAssessment() *AssessmentQuery { sqlgraph.To(assessment.Table, assessment.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.AssessmentTable, workflowobjectref.AssessmentColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Assessment - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -654,9 +590,6 @@ func (_q *WorkflowObjectRefQuery) QueryAssessmentResponse() *AssessmentResponseQ sqlgraph.To(assessmentresponse.Table, assessmentresponse.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.AssessmentResponseTable, workflowobjectref.AssessmentResponseColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.AssessmentResponse - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -679,9 +612,6 @@ func (_q *WorkflowObjectRefQuery) QueryRemediation() *RemediationQuery { sqlgraph.To(remediation.Table, remediation.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowobjectref.RemediationTable, workflowobjectref.RemediationColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Remediation - step.Edge.Schema = schemaConfig.WorkflowObjectRef fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -1286,8 +1216,6 @@ func (_q *WorkflowObjectRefQuery) sqlAll(ctx context.Context, hooks ...queryHook node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowObjectRef - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2127,8 +2055,6 @@ func (_q *WorkflowObjectRefQuery) loadRemediation(ctx context.Context, query *Re func (_q *WorkflowObjectRefQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowObjectRef - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -2260,9 +2186,6 @@ func (_q *WorkflowObjectRefQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowObjectRef) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowobjectref_update.go b/internal/ent/generated/workflowobjectref_update.go index 937fb388c9..a882a71254 100644 --- a/internal/ent/generated/workflowobjectref_update.go +++ b/internal/ent/generated/workflowobjectref_update.go @@ -14,8 +14,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowObjectRefUpdate is the builder for updating WorkflowObjectRef entities. @@ -228,7 +226,6 @@ func (_u *WorkflowObjectRefUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowProposalsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowProposalsCleared() { @@ -242,7 +239,6 @@ func (_u *WorkflowObjectRefUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -259,14 +255,11 @@ func (_u *WorkflowObjectRefUpdate) sqlSave(ctx context.Context) (_node int, err IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowObjectRef - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -515,7 +508,6 @@ func (_u *WorkflowObjectRefUpdateOne) sqlSave(ctx context.Context) (_node *Workf IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowProposalsIDs(); len(nodes) > 0 && !_u.mutation.WorkflowProposalsCleared() { @@ -529,7 +521,6 @@ func (_u *WorkflowObjectRefUpdateOne) sqlSave(ctx context.Context) (_node *Workf IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -546,14 +537,11 @@ func (_u *WorkflowObjectRefUpdateOne) sqlSave(ctx context.Context) (_node *Workf IDSpec: sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowObjectRef - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowObjectRef{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/generated/workflowproposal/where.go b/internal/ent/generated/workflowproposal/where.go index 10eac941be..7922ef9d4f 100644 --- a/internal/ent/generated/workflowproposal/where.go +++ b/internal/ent/generated/workflowproposal/where.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // ID filters vertices based on their ID field. @@ -1045,9 +1043,6 @@ func HasOwner() predicate.WorkflowProposal { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, true, OwnerTable, OwnerColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighbors(s, step) }) } @@ -1056,9 +1051,6 @@ func HasOwner() predicate.WorkflowProposal { func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowProposal { return predicate.WorkflowProposal(func(s *sql.Selector) { step := newOwnerStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1074,9 +1066,6 @@ func HasWorkflowObjectRef() predicate.WorkflowProposal { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, WorkflowObjectRefTable, WorkflowObjectRefColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighbors(s, step) }) } @@ -1085,9 +1074,6 @@ func HasWorkflowObjectRef() predicate.WorkflowProposal { func HasWorkflowObjectRefWith(preds ...predicate.WorkflowObjectRef) predicate.WorkflowProposal { return predicate.WorkflowProposal(func(s *sql.Selector) { step := newWorkflowObjectRefStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1103,9 +1089,6 @@ func HasUser() predicate.WorkflowProposal { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.M2O, false, UserTable, UserColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighbors(s, step) }) } @@ -1114,9 +1097,6 @@ func HasUser() predicate.WorkflowProposal { func HasUserWith(preds ...predicate.User) predicate.WorkflowProposal { return predicate.WorkflowProposal(func(s *sql.Selector) { step := newUserStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowProposal sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) @@ -1132,9 +1112,6 @@ func HasWorkflowInstances() predicate.WorkflowProposal { sqlgraph.From(Table, FieldID), sqlgraph.Edge(sqlgraph.O2M, true, WorkflowInstancesTable, WorkflowInstancesColumn), ) - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighbors(s, step) }) } @@ -1143,9 +1120,6 @@ func HasWorkflowInstances() predicate.WorkflowProposal { func HasWorkflowInstancesWith(preds ...predicate.WorkflowInstance) predicate.WorkflowProposal { return predicate.WorkflowProposal(func(s *sql.Selector) { step := newWorkflowInstancesStep() - schemaConfig := internal.SchemaConfigFromContext(s.Context()) - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance sqlgraph.HasNeighborsWith(s, step, func(s *sql.Selector) { for _, p := range preds { p(s) diff --git a/internal/ent/generated/workflowproposal_create.go b/internal/ent/generated/workflowproposal_create.go index 9b140c5554..6388931e5e 100644 --- a/internal/ent/generated/workflowproposal_create.go +++ b/internal/ent/generated/workflowproposal_create.go @@ -431,7 +431,6 @@ func (_c *WorkflowProposalCreate) createSpec() (*WorkflowProposal, *sqlgraph.Cre _node = &WorkflowProposal{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowproposal.Table, sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowProposal if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id @@ -503,7 +502,6 @@ func (_c *WorkflowProposalCreate) createSpec() (*WorkflowProposal, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(organization.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -521,7 +519,6 @@ func (_c *WorkflowProposalCreate) createSpec() (*WorkflowProposal, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -539,7 +536,6 @@ func (_c *WorkflowProposalCreate) createSpec() (*WorkflowProposal, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -557,7 +553,6 @@ func (_c *WorkflowProposalCreate) createSpec() (*WorkflowProposal, *sqlgraph.Cre IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _c.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } diff --git a/internal/ent/generated/workflowproposal_delete.go b/internal/ent/generated/workflowproposal_delete.go index c2ecc37842..9ff637ce5e 100644 --- a/internal/ent/generated/workflowproposal_delete.go +++ b/internal/ent/generated/workflowproposal_delete.go @@ -9,8 +9,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/generated/predicate" - - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" ) @@ -43,8 +41,6 @@ func (_d *WorkflowProposalDelete) ExecX(ctx context.Context) int { func (_d *WorkflowProposalDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowproposal.Table, sqlgraph.NewFieldSpec(workflowproposal.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowProposal - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/generated/workflowproposal_query.go b/internal/ent/generated/workflowproposal_query.go index 2d570d52f4..a17b1350a6 100644 --- a/internal/ent/generated/workflowproposal_query.go +++ b/internal/ent/generated/workflowproposal_query.go @@ -20,7 +20,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - "github.com/theopenlane/core/internal/ent/generated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -90,9 +89,6 @@ func (_q *WorkflowProposalQuery) QueryOwner() *OrganizationQuery { sqlgraph.To(organization.Table, organization.FieldID), sqlgraph.Edge(sqlgraph.M2O, true, workflowproposal.OwnerTable, workflowproposal.OwnerColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.Organization - step.Edge.Schema = schemaConfig.WorkflowProposal fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -115,9 +111,6 @@ func (_q *WorkflowProposalQuery) QueryWorkflowObjectRef() *WorkflowObjectRefQuer sqlgraph.To(workflowobjectref.Table, workflowobjectref.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowproposal.WorkflowObjectRefTable, workflowproposal.WorkflowObjectRefColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowObjectRef - step.Edge.Schema = schemaConfig.WorkflowProposal fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -140,9 +133,6 @@ func (_q *WorkflowProposalQuery) QueryUser() *UserQuery { sqlgraph.To(user.Table, user.FieldID), sqlgraph.Edge(sqlgraph.M2O, false, workflowproposal.UserTable, workflowproposal.UserColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.User - step.Edge.Schema = schemaConfig.WorkflowProposal fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -165,9 +155,6 @@ func (_q *WorkflowProposalQuery) QueryWorkflowInstances() *WorkflowInstanceQuery sqlgraph.To(workflowinstance.Table, workflowinstance.FieldID), sqlgraph.Edge(sqlgraph.O2M, true, workflowproposal.WorkflowInstancesTable, workflowproposal.WorkflowInstancesColumn), ) - schemaConfig := _q.schemaConfig - step.To.Schema = schemaConfig.WorkflowInstance - step.Edge.Schema = schemaConfig.WorkflowInstance fromU = sqlgraph.SetNeighbors(_q.driver.Dialect(), step) return fromU, nil } @@ -521,8 +508,6 @@ func (_q *WorkflowProposalQuery) sqlAll(ctx context.Context, hooks ...queryHook) node.Edges.loadedTypes = loadedTypes return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowProposal - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -697,8 +682,6 @@ func (_q *WorkflowProposalQuery) loadWorkflowInstances(ctx context.Context, quer func (_q *WorkflowProposalQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowProposal - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -773,9 +756,6 @@ func (_q *WorkflowProposalQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowProposal) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) for _, m := range _q.modifiers { m(selector) } diff --git a/internal/ent/generated/workflowproposal_update.go b/internal/ent/generated/workflowproposal_update.go index c6339671c6..a6882602dc 100644 --- a/internal/ent/generated/workflowproposal_update.go +++ b/internal/ent/generated/workflowproposal_update.go @@ -19,8 +19,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/workflowinstance" "github.com/theopenlane/core/internal/ent/generated/workflowobjectref" "github.com/theopenlane/core/internal/ent/generated/workflowproposal" - - "github.com/theopenlane/core/internal/ent/generated/internal" ) // WorkflowProposalUpdate is the builder for updating WorkflowProposal entities. @@ -530,7 +528,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowObjectRefIDs(); len(nodes) > 0 { @@ -544,7 +541,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -561,7 +557,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -575,7 +570,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -592,7 +586,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -606,7 +599,6 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -623,14 +615,11 @@ func (_u *WorkflowProposalUpdate) sqlSave(ctx context.Context) (_node int, err e IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowProposal - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { @@ -1176,7 +1165,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.WorkflowObjectRefIDs(); len(nodes) > 0 { @@ -1190,7 +1178,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowobjectref.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1207,7 +1194,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.UserIDs(); len(nodes) > 0 { @@ -1221,7 +1207,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(user.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowProposal for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1238,7 +1223,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance _spec.Edges.Clear = append(_spec.Edges.Clear, edge) } if nodes := _u.mutation.RemovedWorkflowInstancesIDs(); len(nodes) > 0 && !_u.mutation.WorkflowInstancesCleared() { @@ -1252,7 +1236,6 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } @@ -1269,14 +1252,11 @@ func (_u *WorkflowProposalUpdateOne) sqlSave(ctx context.Context) (_node *Workfl IDSpec: sqlgraph.NewFieldSpec(workflowinstance.FieldID, field.TypeString), }, } - edge.Schema = _u.schemaConfig.WorkflowInstance for _, k := range nodes { edge.Target.Nodes = append(edge.Target.Nodes, k) } _spec.Edges.Add = append(_spec.Edges.Add, edge) } - _spec.Node.Schema = _u.schemaConfig.WorkflowProposal - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) _spec.AddModifiers(_u.modifiers...) _node = &WorkflowProposal{config: _u.config} _spec.Assign = _node.assignValues diff --git a/internal/ent/historygenerated/actionplanhistory/actionplanhistory.go b/internal/ent/historygenerated/actionplanhistory/actionplanhistory.go index 13d59f7331..9de05cd1e6 100644 --- a/internal/ent/historygenerated/actionplanhistory/actionplanhistory.go +++ b/internal/ent/historygenerated/actionplanhistory/actionplanhistory.go @@ -207,8 +207,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRevision holds the default value on creation for the "revision" field. diff --git a/internal/ent/historygenerated/actionplanhistory_create.go b/internal/ent/historygenerated/actionplanhistory_create.go index 6a4bf368d5..d387bb000f 100644 --- a/internal/ent/historygenerated/actionplanhistory_create.go +++ b/internal/ent/historygenerated/actionplanhistory_create.go @@ -860,7 +860,6 @@ func (_c *ActionPlanHistoryCreate) createSpec() (*ActionPlanHistory, *sqlgraph.C _node = &ActionPlanHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(actionplanhistory.Table, sqlgraph.NewFieldSpec(actionplanhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ActionPlanHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/actionplanhistory_delete.go b/internal/ent/historygenerated/actionplanhistory_delete.go index 4336a5ab1d..d52d3d551c 100644 --- a/internal/ent/historygenerated/actionplanhistory_delete.go +++ b/internal/ent/historygenerated/actionplanhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/actionplanhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // ActionPlanHistoryDelete is the builder for deleting a ActionPlanHistory entity. @@ -45,8 +43,6 @@ func (_d *ActionPlanHistoryDelete) ExecX(ctx context.Context) int { func (_d *ActionPlanHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(actionplanhistory.Table, sqlgraph.NewFieldSpec(actionplanhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ActionPlanHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/actionplanhistory_query.go b/internal/ent/historygenerated/actionplanhistory_query.go index f2baec866c..3852adea30 100644 --- a/internal/ent/historygenerated/actionplanhistory_query.go +++ b/internal/ent/historygenerated/actionplanhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/actionplanhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ActionPlanHistoryQuery struct { order []actionplanhistory.OrderOption inters []Interceptor predicates []predicate.ActionPlanHistory - loadTotal []func(context.Context, []*ActionPlanHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ActionPlanHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ActionPlanHistoryQuery) Clone() *ActionPlanHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ActionPlanHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ActionPlanHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ActionPlanHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ActionPlanHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook func (_q *ActionPlanHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ActionPlanHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ActionPlanHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ActionPlanHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ActionPlanHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ActionPlanHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ActionPlanHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (aphq *ActionPlanHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ActionPlanHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ActionPlanHistorySelect) sqlScan(ctx context.Context, root *ActionPlan defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ActionPlanHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ActionPlanHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/actionplanhistory_update.go b/internal/ent/historygenerated/actionplanhistory_update.go index 91a358a2c1..7814be2e1a 100644 --- a/internal/ent/historygenerated/actionplanhistory_update.go +++ b/internal/ent/historygenerated/actionplanhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/actionplanhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ActionPlanHistoryUpdate is the builder for updating ActionPlanHistory entities. type ActionPlanHistoryUpdate struct { config - hooks []Hook - mutation *ActionPlanHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ActionPlanHistoryMutation } // Where appends a list predicates to the ActionPlanHistoryUpdate builder. @@ -35,2057 +29,200 @@ func (_u *ActionPlanHistoryUpdate) Where(ps ...predicate.ActionPlanHistory) *Act return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ActionPlanHistoryUpdate) SetUpdatedAt(v time.Time) *ActionPlanHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ActionPlanHistoryUpdate) ClearUpdatedAt() *ActionPlanHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the ActionPlanHistoryMutation object of the builder. +func (_u *ActionPlanHistoryUpdate) Mutation() *ActionPlanHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *ActionPlanHistoryUpdate) SetUpdatedBy(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *ActionPlanHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableUpdatedBy(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *ActionPlanHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ActionPlanHistoryUpdate) ClearUpdatedBy() *ActionPlanHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ActionPlanHistoryUpdate) SetUpdatedByImpersonator(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *ActionPlanHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *ActionPlanHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ActionPlanHistoryUpdate) ClearUpdatedByImpersonator() *ActionPlanHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ActionPlanHistoryUpdate) SetDeletedAt(v time.Time) *ActionPlanHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *ActionPlanHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(actionplanhistory.Table, actionplanhistory.Columns, sqlgraph.NewFieldSpec(actionplanhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ActionPlanHistoryUpdate) ClearDeletedAt() *ActionPlanHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ActionPlanHistoryUpdate) SetDeletedBy(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDeletedBy(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(actionplanhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ActionPlanHistoryUpdate) ClearDeletedBy() *ActionPlanHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ActionPlanHistoryUpdate) SetTags(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ActionPlanHistoryUpdate) AppendTags(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ActionPlanHistoryUpdate) ClearTags() *ActionPlanHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ActionPlanHistoryUpdate) SetRevision(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableRevision(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetRevision(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(actionplanhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ActionPlanHistoryUpdate) ClearRevision() *ActionPlanHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetName sets the "name" field. -func (_u *ActionPlanHistoryUpdate) SetName(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableName(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetName(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(actionplanhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// SetStatus sets the "status" field. -func (_u *ActionPlanHistoryUpdate) SetStatus(v enums.DocumentStatus) *ActionPlanHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableStatus(v *enums.DocumentStatus) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(actionplanhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ActionPlanHistoryUpdate) ClearStatus() *ActionPlanHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *ActionPlanHistoryUpdate) SetManagementMode(v enums.DocumentManagementMode) *ActionPlanHistoryUpdate { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableManagementMode(v *enums.DocumentManagementMode) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetManagementMode(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(actionplanhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *ActionPlanHistoryUpdate) ClearManagementMode() *ActionPlanHistoryUpdate { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ActionPlanHistoryUpdate) SetDetails(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDetails(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDetails(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(actionplanhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ActionPlanHistoryUpdate) ClearDetails() *ActionPlanHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ActionPlanHistoryUpdate) SetDetailsJSON(v []interface{}) *ActionPlanHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ActionPlanHistoryUpdate) AppendDetailsJSON(v []interface{}) *ActionPlanHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ActionPlanHistoryUpdate) ClearDetailsJSON() *ActionPlanHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *ActionPlanHistoryUpdate) SetApprovalRequired(v bool) *ActionPlanHistoryUpdate { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableApprovalRequired(v *bool) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetApprovalRequired(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(actionplanhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *ActionPlanHistoryUpdate) ClearApprovalRequired() *ActionPlanHistoryUpdate { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *ActionPlanHistoryUpdate) SetReviewDue(v time.Time) *ActionPlanHistoryUpdate { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableReviewDue(v *time.Time) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetReviewDue(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(actionplanhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *ActionPlanHistoryUpdate) ClearReviewDue() *ActionPlanHistoryUpdate { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *ActionPlanHistoryUpdate) SetReviewFrequency(v enums.Frequency) *ActionPlanHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(actionplanhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *ActionPlanHistoryUpdate) ClearReviewFrequency() *ActionPlanHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *ActionPlanHistoryUpdate) SetApproverID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableApproverID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetApproverID(*v) + if _u.mutation.RevisionCleared() { + _spec.ClearField(actionplanhistory.FieldRevision, field.TypeString) } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *ActionPlanHistoryUpdate) ClearApproverID() *ActionPlanHistoryUpdate { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ActionPlanHistoryUpdate) SetDelegateID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDelegateID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) + if _u.mutation.StatusCleared() { + _spec.ClearField(actionplanhistory.FieldStatus, field.TypeEnum) } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ActionPlanHistoryUpdate) ClearDelegateID() *ActionPlanHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ActionPlanHistoryUpdate) SetSummary(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableSummary(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ActionPlanHistoryUpdate) ClearSummary() *ActionPlanHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetTagSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendTagSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearTagSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetDismissedTagSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendDismissedTagSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearDismissedTagSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetControlSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendControlSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearControlSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetDismissedControlSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendDismissedControlSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearDismissedControlSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetImprovementSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendImprovementSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearImprovementSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) SetDismissedImprovementSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) AppendDismissedImprovementSuggestions(v []string) *ActionPlanHistoryUpdate { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdate) ClearDismissedImprovementSuggestions() *ActionPlanHistoryUpdate { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *ActionPlanHistoryUpdate) SetURL(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableURL(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *ActionPlanHistoryUpdate) ClearURL() *ActionPlanHistoryUpdate { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *ActionPlanHistoryUpdate) SetFileID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableFileID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *ActionPlanHistoryUpdate) ClearFileID() *ActionPlanHistoryUpdate { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *ActionPlanHistoryUpdate) SetExternalFileID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableExternalFileID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetExternalFileID(*v) - } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *ActionPlanHistoryUpdate) ClearExternalFileID() *ActionPlanHistoryUpdate { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *ActionPlanHistoryUpdate) SetExternalContents(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableExternalContents(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetExternalContents(*v) - } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *ActionPlanHistoryUpdate) ClearExternalContents() *ActionPlanHistoryUpdate { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ActionPlanHistoryUpdate) SetInternalNotes(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableInternalNotes(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ActionPlanHistoryUpdate) ClearInternalNotes() *ActionPlanHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ActionPlanHistoryUpdate) SetSystemInternalID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableSystemInternalID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ActionPlanHistoryUpdate) ClearSystemInternalID() *ActionPlanHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetActionPlanKindName sets the "action_plan_kind_name" field. -func (_u *ActionPlanHistoryUpdate) SetActionPlanKindName(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetActionPlanKindName(v) - return _u -} - -// SetNillableActionPlanKindName sets the "action_plan_kind_name" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableActionPlanKindName(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetActionPlanKindName(*v) - } - return _u -} - -// ClearActionPlanKindName clears the value of the "action_plan_kind_name" field. -func (_u *ActionPlanHistoryUpdate) ClearActionPlanKindName() *ActionPlanHistoryUpdate { - _u.mutation.ClearActionPlanKindName() - return _u -} - -// SetActionPlanKindID sets the "action_plan_kind_id" field. -func (_u *ActionPlanHistoryUpdate) SetActionPlanKindID(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetActionPlanKindID(v) - return _u -} - -// SetNillableActionPlanKindID sets the "action_plan_kind_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableActionPlanKindID(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetActionPlanKindID(*v) - } - return _u -} - -// ClearActionPlanKindID clears the value of the "action_plan_kind_id" field. -func (_u *ActionPlanHistoryUpdate) ClearActionPlanKindID() *ActionPlanHistoryUpdate { - _u.mutation.ClearActionPlanKindID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ActionPlanHistoryUpdate) SetWorkflowEligibleMarker(v bool) *ActionPlanHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ActionPlanHistoryUpdate) ClearWorkflowEligibleMarker() *ActionPlanHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ActionPlanHistoryUpdate) SetTitle(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableTitle(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *ActionPlanHistoryUpdate) SetDescription(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDescription(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ActionPlanHistoryUpdate) ClearDescription() *ActionPlanHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *ActionPlanHistoryUpdate) SetDueDate(v time.Time) *ActionPlanHistoryUpdate { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableDueDate(v *time.Time) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *ActionPlanHistoryUpdate) ClearDueDate() *ActionPlanHistoryUpdate { - _u.mutation.ClearDueDate() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *ActionPlanHistoryUpdate) SetCompletedAt(v time.Time) *ActionPlanHistoryUpdate { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableCompletedAt(v *time.Time) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *ActionPlanHistoryUpdate) ClearCompletedAt() *ActionPlanHistoryUpdate { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *ActionPlanHistoryUpdate) SetPriority(v enums.Priority) *ActionPlanHistoryUpdate { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillablePriority(v *enums.Priority) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetPriority(*v) - } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *ActionPlanHistoryUpdate) ClearPriority() *ActionPlanHistoryUpdate { - _u.mutation.ClearPriority() - return _u -} - -// SetRequiresApproval sets the "requires_approval" field. -func (_u *ActionPlanHistoryUpdate) SetRequiresApproval(v bool) *ActionPlanHistoryUpdate { - _u.mutation.SetRequiresApproval(v) - return _u -} - -// SetNillableRequiresApproval sets the "requires_approval" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableRequiresApproval(v *bool) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetRequiresApproval(*v) - } - return _u -} - -// SetBlocked sets the "blocked" field. -func (_u *ActionPlanHistoryUpdate) SetBlocked(v bool) *ActionPlanHistoryUpdate { - _u.mutation.SetBlocked(v) - return _u -} - -// SetNillableBlocked sets the "blocked" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableBlocked(v *bool) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetBlocked(*v) - } - return _u -} - -// SetBlockerReason sets the "blocker_reason" field. -func (_u *ActionPlanHistoryUpdate) SetBlockerReason(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetBlockerReason(v) - return _u -} - -// SetNillableBlockerReason sets the "blocker_reason" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableBlockerReason(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetBlockerReason(*v) - } - return _u -} - -// ClearBlockerReason clears the value of the "blocker_reason" field. -func (_u *ActionPlanHistoryUpdate) ClearBlockerReason() *ActionPlanHistoryUpdate { - _u.mutation.ClearBlockerReason() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *ActionPlanHistoryUpdate) SetMetadata(v map[string]interface{}) *ActionPlanHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *ActionPlanHistoryUpdate) ClearMetadata() *ActionPlanHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *ActionPlanHistoryUpdate) SetRawPayload(v map[string]interface{}) *ActionPlanHistoryUpdate { - _u.mutation.SetRawPayload(v) - return _u -} - -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *ActionPlanHistoryUpdate) ClearRawPayload() *ActionPlanHistoryUpdate { - _u.mutation.ClearRawPayload() - return _u -} - -// SetSource sets the "source" field. -func (_u *ActionPlanHistoryUpdate) SetSource(v string) *ActionPlanHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdate) SetNillableSource(v *string) *ActionPlanHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ActionPlanHistoryUpdate) ClearSource() *ActionPlanHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// Mutation returns the ActionPlanHistoryMutation object of the builder. -func (_u *ActionPlanHistoryUpdate) Mutation() *ActionPlanHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *ActionPlanHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *ActionPlanHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *ActionPlanHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *ActionPlanHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *ActionPlanHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if actionplanhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized actionplanhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := actionplanhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ActionPlanHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := actionplanhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := actionplanhistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := actionplanhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.review_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.Priority(); ok { - if err := actionplanhistory.PriorityValidator(v); err != nil { - return &ValidationError{Name: "priority", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.priority": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ActionPlanHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ActionPlanHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *ActionPlanHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(actionplanhistory.Table, actionplanhistory.Columns, sqlgraph.NewFieldSpec(actionplanhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(actionplanhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(actionplanhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(actionplanhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(actionplanhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(actionplanhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(actionplanhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(actionplanhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(actionplanhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(actionplanhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(actionplanhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(actionplanhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(actionplanhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(actionplanhistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(actionplanhistory.FieldRevision, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(actionplanhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(actionplanhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(actionplanhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(actionplanhistory.FieldManagementMode, field.TypeEnum, value) - } - if _u.mutation.ManagementModeCleared() { - _spec.ClearField(actionplanhistory.FieldManagementMode, field.TypeEnum) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(actionplanhistory.FieldDetails, field.TypeString, value) + if _u.mutation.ManagementModeCleared() { + _spec.ClearField(actionplanhistory.FieldManagementMode, field.TypeEnum) } if _u.mutation.DetailsCleared() { - _spec.ClearField(actionplanhistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(actionplanhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDetailsJSON, value) - }) - } - if _u.mutation.DetailsJSONCleared() { - _spec.ClearField(actionplanhistory.FieldDetailsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(actionplanhistory.FieldApprovalRequired, field.TypeBool, value) - } - if _u.mutation.ApprovalRequiredCleared() { - _spec.ClearField(actionplanhistory.FieldApprovalRequired, field.TypeBool) - } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(actionplanhistory.FieldReviewDue, field.TypeTime, value) - } - if _u.mutation.ReviewDueCleared() { - _spec.ClearField(actionplanhistory.FieldReviewDue, field.TypeTime) - } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(actionplanhistory.FieldReviewFrequency, field.TypeEnum, value) - } - if _u.mutation.ReviewFrequencyCleared() { - _spec.ClearField(actionplanhistory.FieldReviewFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(actionplanhistory.FieldApproverID, field.TypeString, value) - } - if _u.mutation.ApproverIDCleared() { - _spec.ClearField(actionplanhistory.FieldApproverID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(actionplanhistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(actionplanhistory.FieldDelegateID, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(actionplanhistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(actionplanhistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldTagSuggestions, value) - }) - } - if _u.mutation.TagSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedTagSuggestions, value) - }) - } - if _u.mutation.DismissedTagSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldDismissedTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldControlSuggestions, value) - }) - } - if _u.mutation.ControlSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedControlSuggestions, value) - }) - } - if _u.mutation.DismissedControlSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldDismissedControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldImprovementSuggestions, value) - }) - } - if _u.mutation.ImprovementSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedImprovementSuggestions, value) - }) - } - if _u.mutation.DismissedImprovementSuggestionsCleared() { - _spec.ClearField(actionplanhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(actionplanhistory.FieldURL, field.TypeString, value) - } - if _u.mutation.URLCleared() { - _spec.ClearField(actionplanhistory.FieldURL, field.TypeString) - } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(actionplanhistory.FieldFileID, field.TypeString, value) - } - if _u.mutation.FileIDCleared() { - _spec.ClearField(actionplanhistory.FieldFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(actionplanhistory.FieldExternalFileID, field.TypeString, value) - } - if _u.mutation.ExternalFileIDCleared() { - _spec.ClearField(actionplanhistory.FieldExternalFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(actionplanhistory.FieldExternalContents, field.TypeString, value) - } - if _u.mutation.ExternalContentsCleared() { - _spec.ClearField(actionplanhistory.FieldExternalContents, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(actionplanhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(actionplanhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(actionplanhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(actionplanhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(actionplanhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(actionplanhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.ActionPlanKindName(); ok { - _spec.SetField(actionplanhistory.FieldActionPlanKindName, field.TypeString, value) - } - if _u.mutation.ActionPlanKindNameCleared() { - _spec.ClearField(actionplanhistory.FieldActionPlanKindName, field.TypeString) - } - if value, ok := _u.mutation.ActionPlanKindID(); ok { - _spec.SetField(actionplanhistory.FieldActionPlanKindID, field.TypeString, value) - } - if _u.mutation.ActionPlanKindIDCleared() { - _spec.ClearField(actionplanhistory.FieldActionPlanKindID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(actionplanhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(actionplanhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(actionplanhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(actionplanhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(actionplanhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(actionplanhistory.FieldDueDate, field.TypeTime, value) - } - if _u.mutation.DueDateCleared() { - _spec.ClearField(actionplanhistory.FieldDueDate, field.TypeTime) - } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(actionplanhistory.FieldCompletedAt, field.TypeTime, value) - } - if _u.mutation.CompletedAtCleared() { - _spec.ClearField(actionplanhistory.FieldCompletedAt, field.TypeTime) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(actionplanhistory.FieldPriority, field.TypeEnum, value) - } - if _u.mutation.PriorityCleared() { - _spec.ClearField(actionplanhistory.FieldPriority, field.TypeEnum) - } - if value, ok := _u.mutation.RequiresApproval(); ok { - _spec.SetField(actionplanhistory.FieldRequiresApproval, field.TypeBool, value) - } - if value, ok := _u.mutation.Blocked(); ok { - _spec.SetField(actionplanhistory.FieldBlocked, field.TypeBool, value) - } - if value, ok := _u.mutation.BlockerReason(); ok { - _spec.SetField(actionplanhistory.FieldBlockerReason, field.TypeString, value) - } - if _u.mutation.BlockerReasonCleared() { - _spec.ClearField(actionplanhistory.FieldBlockerReason, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(actionplanhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(actionplanhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(actionplanhistory.FieldRawPayload, field.TypeJSON, value) - } - if _u.mutation.RawPayloadCleared() { - _spec.ClearField(actionplanhistory.FieldRawPayload, field.TypeJSON) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(actionplanhistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(actionplanhistory.FieldSource, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.ActionPlanHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{actionplanhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// ActionPlanHistoryUpdateOne is the builder for updating a single ActionPlanHistory entity. -type ActionPlanHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *ActionPlanHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ActionPlanHistoryUpdateOne) SetUpdatedAt(v time.Time) *ActionPlanHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ActionPlanHistoryUpdateOne) ClearUpdatedAt() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ActionPlanHistoryUpdateOne) SetUpdatedBy(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) + _spec.ClearField(actionplanhistory.FieldDetails, field.TypeString) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ActionPlanHistoryUpdateOne) ClearUpdatedBy() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ActionPlanHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) + if _u.mutation.DetailsJSONCleared() { + _spec.ClearField(actionplanhistory.FieldDetailsJSON, field.TypeJSON) } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ActionPlanHistoryUpdateOne) ClearUpdatedByImpersonator() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ActionPlanHistoryUpdateOne) SetDeletedAt(v time.Time) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) + if _u.mutation.ApprovalRequiredCleared() { + _spec.ClearField(actionplanhistory.FieldApprovalRequired, field.TypeBool) } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDeletedAt() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ActionPlanHistoryUpdateOne) SetDeletedBy(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDeletedBy(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.ReviewDueCleared() { + _spec.ClearField(actionplanhistory.FieldReviewDue, field.TypeTime) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDeletedBy() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ActionPlanHistoryUpdateOne) SetTags(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ActionPlanHistoryUpdateOne) AppendTags(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ActionPlanHistoryUpdateOne) ClearTags() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ActionPlanHistoryUpdateOne) SetRevision(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableRevision(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) + if _u.mutation.ReviewFrequencyCleared() { + _spec.ClearField(actionplanhistory.FieldReviewFrequency, field.TypeEnum) } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ActionPlanHistoryUpdateOne) ClearRevision() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetName sets the "name" field. -func (_u *ActionPlanHistoryUpdateOne) SetName(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableName(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetName(*v) + if _u.mutation.ApproverIDCleared() { + _spec.ClearField(actionplanhistory.FieldApproverID, field.TypeString) } - return _u -} - -// SetStatus sets the "status" field. -func (_u *ActionPlanHistoryUpdateOne) SetStatus(v enums.DocumentStatus) *ActionPlanHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableStatus(v *enums.DocumentStatus) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(actionplanhistory.FieldDelegateID, field.TypeString) } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ActionPlanHistoryUpdateOne) ClearStatus() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *ActionPlanHistoryUpdateOne) SetManagementMode(v enums.DocumentManagementMode) *ActionPlanHistoryUpdateOne { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableManagementMode(v *enums.DocumentManagementMode) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetManagementMode(*v) + if _u.mutation.SummaryCleared() { + _spec.ClearField(actionplanhistory.FieldSummary, field.TypeString) } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *ActionPlanHistoryUpdateOne) ClearManagementMode() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ActionPlanHistoryUpdateOne) SetDetails(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDetails(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) + if _u.mutation.TagSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldTagSuggestions, field.TypeJSON) } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDetails() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ActionPlanHistoryUpdateOne) SetDetailsJSON(v []interface{}) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ActionPlanHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDetailsJSON() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *ActionPlanHistoryUpdateOne) SetApprovalRequired(v bool) *ActionPlanHistoryUpdateOne { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableApprovalRequired(v *bool) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetApprovalRequired(*v) + if _u.mutation.DismissedTagSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldDismissedTagSuggestions, field.TypeJSON) } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *ActionPlanHistoryUpdateOne) ClearApprovalRequired() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *ActionPlanHistoryUpdateOne) SetReviewDue(v time.Time) *ActionPlanHistoryUpdateOne { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableReviewDue(v *time.Time) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetReviewDue(*v) + if _u.mutation.ControlSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldControlSuggestions, field.TypeJSON) } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *ActionPlanHistoryUpdateOne) ClearReviewDue() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *ActionPlanHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *ActionPlanHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) + if _u.mutation.DismissedControlSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldDismissedControlSuggestions, field.TypeJSON) } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *ActionPlanHistoryUpdateOne) ClearReviewFrequency() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetApproverID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableApproverID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetApproverID(*v) + if _u.mutation.ImprovementSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldImprovementSuggestions, field.TypeJSON) } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearApproverID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetDelegateID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDelegateID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) + if _u.mutation.DismissedImprovementSuggestionsCleared() { + _spec.ClearField(actionplanhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDelegateID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ActionPlanHistoryUpdateOne) SetSummary(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableSummary(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) + if _u.mutation.URLCleared() { + _spec.ClearField(actionplanhistory.FieldURL, field.TypeString) } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ActionPlanHistoryUpdateOne) ClearSummary() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetTagSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendTagSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearTagSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetDismissedTagSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendDismissedTagSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDismissedTagSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetControlSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendControlSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearControlSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetDismissedControlSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendDismissedControlSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDismissedControlSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetImprovementSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendImprovementSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearImprovementSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) SetDismissedImprovementSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) AppendDismissedImprovementSuggestions(v []string) *ActionPlanHistoryUpdateOne { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDismissedImprovementSuggestions() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *ActionPlanHistoryUpdateOne) SetURL(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableURL(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetURL(*v) + if _u.mutation.FileIDCleared() { + _spec.ClearField(actionplanhistory.FieldFileID, field.TypeString) } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *ActionPlanHistoryUpdateOne) ClearURL() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetFileID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableFileID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetFileID(*v) + if _u.mutation.ExternalFileIDCleared() { + _spec.ClearField(actionplanhistory.FieldExternalFileID, field.TypeString) } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearFileID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetExternalFileID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableExternalFileID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetExternalFileID(*v) + if _u.mutation.ExternalContentsCleared() { + _spec.ClearField(actionplanhistory.FieldExternalContents, field.TypeString) } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearExternalFileID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *ActionPlanHistoryUpdateOne) SetExternalContents(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableExternalContents(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetExternalContents(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(actionplanhistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *ActionPlanHistoryUpdateOne) ClearExternalContents() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ActionPlanHistoryUpdateOne) SetInternalNotes(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableInternalNotes(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(actionplanhistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ActionPlanHistoryUpdateOne) ClearInternalNotes() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetSystemInternalID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(actionplanhistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearSystemInternalID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetActionPlanKindName sets the "action_plan_kind_name" field. -func (_u *ActionPlanHistoryUpdateOne) SetActionPlanKindName(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetActionPlanKindName(v) - return _u -} - -// SetNillableActionPlanKindName sets the "action_plan_kind_name" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableActionPlanKindName(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetActionPlanKindName(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(actionplanhistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// ClearActionPlanKindName clears the value of the "action_plan_kind_name" field. -func (_u *ActionPlanHistoryUpdateOne) ClearActionPlanKindName() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearActionPlanKindName() - return _u -} - -// SetActionPlanKindID sets the "action_plan_kind_id" field. -func (_u *ActionPlanHistoryUpdateOne) SetActionPlanKindID(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetActionPlanKindID(v) - return _u -} - -// SetNillableActionPlanKindID sets the "action_plan_kind_id" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableActionPlanKindID(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetActionPlanKindID(*v) + if _u.mutation.ActionPlanKindNameCleared() { + _spec.ClearField(actionplanhistory.FieldActionPlanKindName, field.TypeString) } - return _u -} - -// ClearActionPlanKindID clears the value of the "action_plan_kind_id" field. -func (_u *ActionPlanHistoryUpdateOne) ClearActionPlanKindID() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearActionPlanKindID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ActionPlanHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *ActionPlanHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.ActionPlanKindIDCleared() { + _spec.ClearField(actionplanhistory.FieldActionPlanKindID, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ActionPlanHistoryUpdateOne) ClearWorkflowEligibleMarker() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ActionPlanHistoryUpdateOne) SetTitle(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableTitle(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(actionplanhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - return _u -} - -// SetDescription sets the "description" field. -func (_u *ActionPlanHistoryUpdateOne) SetDescription(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDescription(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(actionplanhistory.FieldDescription, field.TypeString) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDescription() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *ActionPlanHistoryUpdateOne) SetDueDate(v time.Time) *ActionPlanHistoryUpdateOne { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableDueDate(v *time.Time) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetDueDate(*v) + if _u.mutation.DueDateCleared() { + _spec.ClearField(actionplanhistory.FieldDueDate, field.TypeTime) } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *ActionPlanHistoryUpdateOne) ClearDueDate() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearDueDate() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *ActionPlanHistoryUpdateOne) SetCompletedAt(v time.Time) *ActionPlanHistoryUpdateOne { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableCompletedAt(v *time.Time) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetCompletedAt(*v) + if _u.mutation.CompletedAtCleared() { + _spec.ClearField(actionplanhistory.FieldCompletedAt, field.TypeTime) } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *ActionPlanHistoryUpdateOne) ClearCompletedAt() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *ActionPlanHistoryUpdateOne) SetPriority(v enums.Priority) *ActionPlanHistoryUpdateOne { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillablePriority(v *enums.Priority) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetPriority(*v) + if _u.mutation.PriorityCleared() { + _spec.ClearField(actionplanhistory.FieldPriority, field.TypeEnum) } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *ActionPlanHistoryUpdateOne) ClearPriority() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearPriority() - return _u -} - -// SetRequiresApproval sets the "requires_approval" field. -func (_u *ActionPlanHistoryUpdateOne) SetRequiresApproval(v bool) *ActionPlanHistoryUpdateOne { - _u.mutation.SetRequiresApproval(v) - return _u -} - -// SetNillableRequiresApproval sets the "requires_approval" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableRequiresApproval(v *bool) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetRequiresApproval(*v) + if _u.mutation.BlockerReasonCleared() { + _spec.ClearField(actionplanhistory.FieldBlockerReason, field.TypeString) } - return _u -} - -// SetBlocked sets the "blocked" field. -func (_u *ActionPlanHistoryUpdateOne) SetBlocked(v bool) *ActionPlanHistoryUpdateOne { - _u.mutation.SetBlocked(v) - return _u -} - -// SetNillableBlocked sets the "blocked" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableBlocked(v *bool) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetBlocked(*v) + if _u.mutation.MetadataCleared() { + _spec.ClearField(actionplanhistory.FieldMetadata, field.TypeJSON) } - return _u -} - -// SetBlockerReason sets the "blocker_reason" field. -func (_u *ActionPlanHistoryUpdateOne) SetBlockerReason(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetBlockerReason(v) - return _u -} - -// SetNillableBlockerReason sets the "blocker_reason" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableBlockerReason(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetBlockerReason(*v) + if _u.mutation.RawPayloadCleared() { + _spec.ClearField(actionplanhistory.FieldRawPayload, field.TypeJSON) } - return _u -} - -// ClearBlockerReason clears the value of the "blocker_reason" field. -func (_u *ActionPlanHistoryUpdateOne) ClearBlockerReason() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearBlockerReason() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *ActionPlanHistoryUpdateOne) SetMetadata(v map[string]interface{}) *ActionPlanHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *ActionPlanHistoryUpdateOne) ClearMetadata() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *ActionPlanHistoryUpdateOne) SetRawPayload(v map[string]interface{}) *ActionPlanHistoryUpdateOne { - _u.mutation.SetRawPayload(v) - return _u -} - -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *ActionPlanHistoryUpdateOne) ClearRawPayload() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearRawPayload() - return _u -} - -// SetSource sets the "source" field. -func (_u *ActionPlanHistoryUpdateOne) SetSource(v string) *ActionPlanHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ActionPlanHistoryUpdateOne) SetNillableSource(v *string) *ActionPlanHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) + if _u.mutation.SourceCleared() { + _spec.ClearField(actionplanhistory.FieldSource, field.TypeString) } - return _u + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{actionplanhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearSource clears the value of the "source" field. -func (_u *ActionPlanHistoryUpdateOne) ClearSource() *ActionPlanHistoryUpdateOne { - _u.mutation.ClearSource() - return _u +// ActionPlanHistoryUpdateOne is the builder for updating a single ActionPlanHistory entity. +type ActionPlanHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *ActionPlanHistoryMutation } // Mutation returns the ActionPlanHistoryMutation object of the builder. @@ -2108,9 +245,6 @@ func (_u *ActionPlanHistoryUpdateOne) Select(field string, fields ...string) *Ac // Save executes the query and returns the updated ActionPlanHistory entity. func (_u *ActionPlanHistoryUpdateOne) Save(ctx context.Context) (*ActionPlanHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2136,53 +270,7 @@ func (_u *ActionPlanHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ActionPlanHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if actionplanhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized actionplanhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := actionplanhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ActionPlanHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := actionplanhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := actionplanhistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := actionplanhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.review_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.Priority(); ok { - if err := actionplanhistory.PriorityValidator(v); err != nil { - return &ValidationError{Name: "priority", err: fmt.Errorf(`historygenerated: validator failed for field "ActionPlanHistory.priority": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ActionPlanHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ActionPlanHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ActionPlanHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ActionPlanHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(actionplanhistory.Table, actionplanhistory.Columns, sqlgraph.NewFieldSpec(actionplanhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2214,211 +302,87 @@ func (_u *ActionPlanHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Actio if _u.mutation.CreatedAtCleared() { _spec.ClearField(actionplanhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(actionplanhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(actionplanhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(actionplanhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(actionplanhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(actionplanhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(actionplanhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(actionplanhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(actionplanhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(actionplanhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(actionplanhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(actionplanhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(actionplanhistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(actionplanhistory.FieldRevision, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(actionplanhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(actionplanhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(actionplanhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(actionplanhistory.FieldManagementMode, field.TypeEnum, value) - } if _u.mutation.ManagementModeCleared() { _spec.ClearField(actionplanhistory.FieldManagementMode, field.TypeEnum) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(actionplanhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(actionplanhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(actionplanhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(actionplanhistory.FieldDetailsJSON, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(actionplanhistory.FieldApprovalRequired, field.TypeBool, value) - } if _u.mutation.ApprovalRequiredCleared() { _spec.ClearField(actionplanhistory.FieldApprovalRequired, field.TypeBool) } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(actionplanhistory.FieldReviewDue, field.TypeTime, value) - } if _u.mutation.ReviewDueCleared() { _spec.ClearField(actionplanhistory.FieldReviewDue, field.TypeTime) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(actionplanhistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(actionplanhistory.FieldReviewFrequency, field.TypeEnum) } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(actionplanhistory.FieldApproverID, field.TypeString, value) - } if _u.mutation.ApproverIDCleared() { _spec.ClearField(actionplanhistory.FieldApproverID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(actionplanhistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(actionplanhistory.FieldDelegateID, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(actionplanhistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(actionplanhistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldTagSuggestions, value) - }) - } if _u.mutation.TagSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedTagSuggestions, value) - }) - } if _u.mutation.DismissedTagSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldDismissedTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldControlSuggestions, value) - }) - } if _u.mutation.ControlSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedControlSuggestions, value) - }) - } if _u.mutation.DismissedControlSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldDismissedControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldImprovementSuggestions, value) - }) - } if _u.mutation.ImprovementSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(actionplanhistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, actionplanhistory.FieldDismissedImprovementSuggestions, value) - }) - } if _u.mutation.DismissedImprovementSuggestionsCleared() { _spec.ClearField(actionplanhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(actionplanhistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(actionplanhistory.FieldURL, field.TypeString) } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(actionplanhistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(actionplanhistory.FieldFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(actionplanhistory.FieldExternalFileID, field.TypeString, value) - } if _u.mutation.ExternalFileIDCleared() { _spec.ClearField(actionplanhistory.FieldExternalFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(actionplanhistory.FieldExternalContents, field.TypeString, value) - } if _u.mutation.ExternalContentsCleared() { _spec.ClearField(actionplanhistory.FieldExternalContents, field.TypeString) } @@ -2428,96 +392,45 @@ func (_u *ActionPlanHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Actio if _u.mutation.SystemOwnedCleared() { _spec.ClearField(actionplanhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(actionplanhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(actionplanhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(actionplanhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(actionplanhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.ActionPlanKindName(); ok { - _spec.SetField(actionplanhistory.FieldActionPlanKindName, field.TypeString, value) - } if _u.mutation.ActionPlanKindNameCleared() { _spec.ClearField(actionplanhistory.FieldActionPlanKindName, field.TypeString) } - if value, ok := _u.mutation.ActionPlanKindID(); ok { - _spec.SetField(actionplanhistory.FieldActionPlanKindID, field.TypeString, value) - } if _u.mutation.ActionPlanKindIDCleared() { _spec.ClearField(actionplanhistory.FieldActionPlanKindID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(actionplanhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(actionplanhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(actionplanhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(actionplanhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(actionplanhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(actionplanhistory.FieldDueDate, field.TypeTime, value) - } if _u.mutation.DueDateCleared() { _spec.ClearField(actionplanhistory.FieldDueDate, field.TypeTime) } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(actionplanhistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(actionplanhistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(actionplanhistory.FieldPriority, field.TypeEnum, value) - } if _u.mutation.PriorityCleared() { _spec.ClearField(actionplanhistory.FieldPriority, field.TypeEnum) } - if value, ok := _u.mutation.RequiresApproval(); ok { - _spec.SetField(actionplanhistory.FieldRequiresApproval, field.TypeBool, value) - } - if value, ok := _u.mutation.Blocked(); ok { - _spec.SetField(actionplanhistory.FieldBlocked, field.TypeBool, value) - } - if value, ok := _u.mutation.BlockerReason(); ok { - _spec.SetField(actionplanhistory.FieldBlockerReason, field.TypeString, value) - } if _u.mutation.BlockerReasonCleared() { _spec.ClearField(actionplanhistory.FieldBlockerReason, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(actionplanhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(actionplanhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(actionplanhistory.FieldRawPayload, field.TypeJSON, value) - } if _u.mutation.RawPayloadCleared() { _spec.ClearField(actionplanhistory.FieldRawPayload, field.TypeJSON) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(actionplanhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(actionplanhistory.FieldSource, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ActionPlanHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ActionPlanHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/assessmenthistory/assessmenthistory.go b/internal/ent/historygenerated/assessmenthistory/assessmenthistory.go index ff388b7ff3..bb3ab0144f 100644 --- a/internal/ent/historygenerated/assessmenthistory/assessmenthistory.go +++ b/internal/ent/historygenerated/assessmenthistory/assessmenthistory.go @@ -120,8 +120,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/assessmenthistory_create.go b/internal/ent/historygenerated/assessmenthistory_create.go index d680542652..81347a8fd2 100644 --- a/internal/ent/historygenerated/assessmenthistory_create.go +++ b/internal/ent/historygenerated/assessmenthistory_create.go @@ -445,7 +445,6 @@ func (_c *AssessmentHistoryCreate) createSpec() (*AssessmentHistory, *sqlgraph.C _node = &AssessmentHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(assessmenthistory.Table, sqlgraph.NewFieldSpec(assessmenthistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.AssessmentHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/assessmenthistory_delete.go b/internal/ent/historygenerated/assessmenthistory_delete.go index 51dfa132ed..f6e7303669 100644 --- a/internal/ent/historygenerated/assessmenthistory_delete.go +++ b/internal/ent/historygenerated/assessmenthistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/assessmenthistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // AssessmentHistoryDelete is the builder for deleting a AssessmentHistory entity. @@ -45,8 +43,6 @@ func (_d *AssessmentHistoryDelete) ExecX(ctx context.Context) int { func (_d *AssessmentHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(assessmenthistory.Table, sqlgraph.NewFieldSpec(assessmenthistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.AssessmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/assessmenthistory_query.go b/internal/ent/historygenerated/assessmenthistory_query.go index 4c2309dc64..cf2a6726c7 100644 --- a/internal/ent/historygenerated/assessmenthistory_query.go +++ b/internal/ent/historygenerated/assessmenthistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/assessmenthistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type AssessmentHistoryQuery struct { order []assessmenthistory.OrderOption inters []Interceptor predicates []predicate.AssessmentHistory - loadTotal []func(context.Context, []*AssessmentHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*AssessmentHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *AssessmentHistoryQuery) Clone() *AssessmentHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.AssessmentHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *AssessmentHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.AssessmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *AssessmentHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook func (_q *AssessmentHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.AssessmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *AssessmentHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.AssessmentHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *AssessmentHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *AssessmentHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *AssessmentHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ahq *AssessmentHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "AssessmentHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *AssessmentHistorySelect) sqlScan(ctx context.Context, root *Assessment defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *AssessmentHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *AssessmentHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/assessmenthistory_update.go b/internal/ent/historygenerated/assessmenthistory_update.go index eee6778c98..387f281316 100644 --- a/internal/ent/historygenerated/assessmenthistory_update.go +++ b/internal/ent/historygenerated/assessmenthistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/assessmenthistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // AssessmentHistoryUpdate is the builder for updating AssessmentHistory entities. type AssessmentHistoryUpdate struct { config - hooks []Hook - mutation *AssessmentHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *AssessmentHistoryMutation } // Where appends a list predicates to the AssessmentHistoryUpdate builder. @@ -35,275 +29,6 @@ func (_u *AssessmentHistoryUpdate) Where(ps ...predicate.AssessmentHistory) *Ass return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssessmentHistoryUpdate) SetUpdatedAt(v time.Time) *AssessmentHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssessmentHistoryUpdate) ClearUpdatedAt() *AssessmentHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssessmentHistoryUpdate) SetUpdatedBy(v string) *AssessmentHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableUpdatedBy(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssessmentHistoryUpdate) ClearUpdatedBy() *AssessmentHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssessmentHistoryUpdate) SetUpdatedByImpersonator(v string) *AssessmentHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssessmentHistoryUpdate) ClearUpdatedByImpersonator() *AssessmentHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssessmentHistoryUpdate) SetDeletedAt(v time.Time) *AssessmentHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableDeletedAt(v *time.Time) *AssessmentHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssessmentHistoryUpdate) ClearDeletedAt() *AssessmentHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssessmentHistoryUpdate) SetDeletedBy(v string) *AssessmentHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableDeletedBy(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssessmentHistoryUpdate) ClearDeletedBy() *AssessmentHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *AssessmentHistoryUpdate) SetTags(v []string) *AssessmentHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *AssessmentHistoryUpdate) AppendTags(v []string) *AssessmentHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *AssessmentHistoryUpdate) ClearTags() *AssessmentHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *AssessmentHistoryUpdate) SetInternalNotes(v string) *AssessmentHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableInternalNotes(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *AssessmentHistoryUpdate) ClearInternalNotes() *AssessmentHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *AssessmentHistoryUpdate) SetSystemInternalID(v string) *AssessmentHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableSystemInternalID(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *AssessmentHistoryUpdate) ClearSystemInternalID() *AssessmentHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *AssessmentHistoryUpdate) SetWorkflowEligibleMarker(v bool) *AssessmentHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *AssessmentHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *AssessmentHistoryUpdate) ClearWorkflowEligibleMarker() *AssessmentHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetName sets the "name" field. -func (_u *AssessmentHistoryUpdate) SetName(v string) *AssessmentHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableName(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetAssessmentType sets the "assessment_type" field. -func (_u *AssessmentHistoryUpdate) SetAssessmentType(v enums.AssessmentType) *AssessmentHistoryUpdate { - _u.mutation.SetAssessmentType(v) - return _u -} - -// SetNillableAssessmentType sets the "assessment_type" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableAssessmentType(v *enums.AssessmentType) *AssessmentHistoryUpdate { - if v != nil { - _u.SetAssessmentType(*v) - } - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *AssessmentHistoryUpdate) SetTemplateID(v string) *AssessmentHistoryUpdate { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableTemplateID(v *string) *AssessmentHistoryUpdate { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *AssessmentHistoryUpdate) ClearTemplateID() *AssessmentHistoryUpdate { - _u.mutation.ClearTemplateID() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *AssessmentHistoryUpdate) SetJsonconfig(v map[string]interface{}) *AssessmentHistoryUpdate { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *AssessmentHistoryUpdate) ClearJsonconfig() *AssessmentHistoryUpdate { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *AssessmentHistoryUpdate) SetUischema(v map[string]interface{}) *AssessmentHistoryUpdate { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *AssessmentHistoryUpdate) ClearUischema() *AssessmentHistoryUpdate { - _u.mutation.ClearUischema() - return _u -} - -// SetResponseDueDuration sets the "response_due_duration" field. -func (_u *AssessmentHistoryUpdate) SetResponseDueDuration(v int64) *AssessmentHistoryUpdate { - _u.mutation.ResetResponseDueDuration() - _u.mutation.SetResponseDueDuration(v) - return _u -} - -// SetNillableResponseDueDuration sets the "response_due_duration" field if the given value is not nil. -func (_u *AssessmentHistoryUpdate) SetNillableResponseDueDuration(v *int64) *AssessmentHistoryUpdate { - if v != nil { - _u.SetResponseDueDuration(*v) - } - return _u -} - -// AddResponseDueDuration adds value to the "response_due_duration" field. -func (_u *AssessmentHistoryUpdate) AddResponseDueDuration(v int64) *AssessmentHistoryUpdate { - _u.mutation.AddResponseDueDuration(v) - return _u -} - -// ClearResponseDueDuration clears the value of the "response_due_duration" field. -func (_u *AssessmentHistoryUpdate) ClearResponseDueDuration() *AssessmentHistoryUpdate { - _u.mutation.ClearResponseDueDuration() - return _u -} - // Mutation returns the AssessmentHistoryMutation object of the builder. func (_u *AssessmentHistoryUpdate) Mutation() *AssessmentHistoryMutation { return _u.mutation @@ -311,9 +36,6 @@ func (_u *AssessmentHistoryUpdate) Mutation() *AssessmentHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *AssessmentHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -339,38 +61,7 @@ func (_u *AssessmentHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *AssessmentHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assessmenthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assessmenthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assessmenthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssessmentHistoryUpdate) check() error { - if v, ok := _u.mutation.AssessmentType(); ok { - if err := assessmenthistory.AssessmentTypeValidator(v); err != nil { - return &ValidationError{Name: "assessment_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssessmentHistory.assessment_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssessmentHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssessmentHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *AssessmentHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(assessmenthistory.Table, assessmenthistory.Columns, sqlgraph.NewFieldSpec(assessmenthistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -385,47 +76,24 @@ func (_u *AssessmentHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(assessmenthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(assessmenthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assessmenthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(assessmenthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assessmenthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(assessmenthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(assessmenthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assessmenthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(assessmenthistory.FieldTags, field.TypeJSON) } @@ -435,60 +103,27 @@ func (_u *AssessmentHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.SystemOwnedCleared() { _spec.ClearField(assessmenthistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(assessmenthistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(assessmenthistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(assessmenthistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(assessmenthistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(assessmenthistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(assessmenthistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(assessmenthistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.AssessmentType(); ok { - _spec.SetField(assessmenthistory.FieldAssessmentType, field.TypeEnum, value) - } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(assessmenthistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(assessmenthistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(assessmenthistory.FieldJsonconfig, field.TypeJSON, value) - } if _u.mutation.JsonconfigCleared() { _spec.ClearField(assessmenthistory.FieldJsonconfig, field.TypeJSON) } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(assessmenthistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(assessmenthistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.ResponseDueDuration(); ok { - _spec.SetField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedResponseDueDuration(); ok { - _spec.AddField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64, value) - } if _u.mutation.ResponseDueDurationCleared() { _spec.ClearField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64) } - _spec.Node.Schema = _u.schemaConfig.AssessmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{assessmenthistory.Label} @@ -504,279 +139,9 @@ func (_u *AssessmentHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // AssessmentHistoryUpdateOne is the builder for updating a single AssessmentHistory entity. type AssessmentHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *AssessmentHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssessmentHistoryUpdateOne) SetUpdatedAt(v time.Time) *AssessmentHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssessmentHistoryUpdateOne) ClearUpdatedAt() *AssessmentHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssessmentHistoryUpdateOne) SetUpdatedBy(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableUpdatedBy(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssessmentHistoryUpdateOne) ClearUpdatedBy() *AssessmentHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssessmentHistoryUpdateOne) SetUpdatedByImpersonator(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssessmentHistoryUpdateOne) ClearUpdatedByImpersonator() *AssessmentHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssessmentHistoryUpdateOne) SetDeletedAt(v time.Time) *AssessmentHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssessmentHistoryUpdateOne) ClearDeletedAt() *AssessmentHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssessmentHistoryUpdateOne) SetDeletedBy(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableDeletedBy(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssessmentHistoryUpdateOne) ClearDeletedBy() *AssessmentHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *AssessmentHistoryUpdateOne) SetTags(v []string) *AssessmentHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *AssessmentHistoryUpdateOne) AppendTags(v []string) *AssessmentHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *AssessmentHistoryUpdateOne) ClearTags() *AssessmentHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *AssessmentHistoryUpdateOne) SetInternalNotes(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableInternalNotes(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *AssessmentHistoryUpdateOne) ClearInternalNotes() *AssessmentHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *AssessmentHistoryUpdateOne) SetSystemInternalID(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableSystemInternalID(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *AssessmentHistoryUpdateOne) ClearSystemInternalID() *AssessmentHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *AssessmentHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *AssessmentHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *AssessmentHistoryUpdateOne) ClearWorkflowEligibleMarker() *AssessmentHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetName sets the "name" field. -func (_u *AssessmentHistoryUpdateOne) SetName(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableName(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetAssessmentType sets the "assessment_type" field. -func (_u *AssessmentHistoryUpdateOne) SetAssessmentType(v enums.AssessmentType) *AssessmentHistoryUpdateOne { - _u.mutation.SetAssessmentType(v) - return _u -} - -// SetNillableAssessmentType sets the "assessment_type" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableAssessmentType(v *enums.AssessmentType) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetAssessmentType(*v) - } - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *AssessmentHistoryUpdateOne) SetTemplateID(v string) *AssessmentHistoryUpdateOne { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableTemplateID(v *string) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *AssessmentHistoryUpdateOne) ClearTemplateID() *AssessmentHistoryUpdateOne { - _u.mutation.ClearTemplateID() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *AssessmentHistoryUpdateOne) SetJsonconfig(v map[string]interface{}) *AssessmentHistoryUpdateOne { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *AssessmentHistoryUpdateOne) ClearJsonconfig() *AssessmentHistoryUpdateOne { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *AssessmentHistoryUpdateOne) SetUischema(v map[string]interface{}) *AssessmentHistoryUpdateOne { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *AssessmentHistoryUpdateOne) ClearUischema() *AssessmentHistoryUpdateOne { - _u.mutation.ClearUischema() - return _u -} - -// SetResponseDueDuration sets the "response_due_duration" field. -func (_u *AssessmentHistoryUpdateOne) SetResponseDueDuration(v int64) *AssessmentHistoryUpdateOne { - _u.mutation.ResetResponseDueDuration() - _u.mutation.SetResponseDueDuration(v) - return _u -} - -// SetNillableResponseDueDuration sets the "response_due_duration" field if the given value is not nil. -func (_u *AssessmentHistoryUpdateOne) SetNillableResponseDueDuration(v *int64) *AssessmentHistoryUpdateOne { - if v != nil { - _u.SetResponseDueDuration(*v) - } - return _u -} - -// AddResponseDueDuration adds value to the "response_due_duration" field. -func (_u *AssessmentHistoryUpdateOne) AddResponseDueDuration(v int64) *AssessmentHistoryUpdateOne { - _u.mutation.AddResponseDueDuration(v) - return _u -} - -// ClearResponseDueDuration clears the value of the "response_due_duration" field. -func (_u *AssessmentHistoryUpdateOne) ClearResponseDueDuration() *AssessmentHistoryUpdateOne { - _u.mutation.ClearResponseDueDuration() - return _u + fields []string + hooks []Hook + mutation *AssessmentHistoryMutation } // Mutation returns the AssessmentHistoryMutation object of the builder. @@ -799,9 +164,6 @@ func (_u *AssessmentHistoryUpdateOne) Select(field string, fields ...string) *As // Save executes the query and returns the updated AssessmentHistory entity. func (_u *AssessmentHistoryUpdateOne) Save(ctx context.Context) (*AssessmentHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -827,38 +189,7 @@ func (_u *AssessmentHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *AssessmentHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assessmenthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assessmenthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assessmenthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssessmentHistoryUpdateOne) check() error { - if v, ok := _u.mutation.AssessmentType(); ok { - if err := assessmenthistory.AssessmentTypeValidator(v); err != nil { - return &ValidationError{Name: "assessment_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssessmentHistory.assessment_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssessmentHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssessmentHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *AssessmentHistoryUpdateOne) sqlSave(ctx context.Context) (_node *AssessmentHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(assessmenthistory.Table, assessmenthistory.Columns, sqlgraph.NewFieldSpec(assessmenthistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -890,47 +221,24 @@ func (_u *AssessmentHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Asses if _u.mutation.CreatedAtCleared() { _spec.ClearField(assessmenthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(assessmenthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assessmenthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(assessmenthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assessmenthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(assessmenthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assessmenthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(assessmenthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(assessmenthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assessmenthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(assessmenthistory.FieldTags, field.TypeJSON) } @@ -940,60 +248,27 @@ func (_u *AssessmentHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Asses if _u.mutation.SystemOwnedCleared() { _spec.ClearField(assessmenthistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(assessmenthistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(assessmenthistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(assessmenthistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(assessmenthistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(assessmenthistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(assessmenthistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(assessmenthistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.AssessmentType(); ok { - _spec.SetField(assessmenthistory.FieldAssessmentType, field.TypeEnum, value) - } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(assessmenthistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(assessmenthistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(assessmenthistory.FieldJsonconfig, field.TypeJSON, value) - } if _u.mutation.JsonconfigCleared() { _spec.ClearField(assessmenthistory.FieldJsonconfig, field.TypeJSON) } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(assessmenthistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(assessmenthistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.ResponseDueDuration(); ok { - _spec.SetField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedResponseDueDuration(); ok { - _spec.AddField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64, value) - } if _u.mutation.ResponseDueDurationCleared() { _spec.ClearField(assessmenthistory.FieldResponseDueDuration, field.TypeInt64) } - _spec.Node.Schema = _u.schemaConfig.AssessmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &AssessmentHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/assessmentresponsehistory/assessmentresponsehistory.go b/internal/ent/historygenerated/assessmentresponsehistory/assessmentresponsehistory.go index 8785692627..10b73edd5f 100644 --- a/internal/ent/historygenerated/assessmentresponsehistory/assessmentresponsehistory.go +++ b/internal/ent/historygenerated/assessmentresponsehistory/assessmentresponsehistory.go @@ -156,8 +156,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. DefaultWorkflowEligibleMarker bool // DefaultIsTest holds the default value on creation for the "is_test" field. diff --git a/internal/ent/historygenerated/assessmentresponsehistory_create.go b/internal/ent/historygenerated/assessmentresponsehistory_create.go index 470a6fcbc3..f8e4d70892 100644 --- a/internal/ent/historygenerated/assessmentresponsehistory_create.go +++ b/internal/ent/historygenerated/assessmentresponsehistory_create.go @@ -667,7 +667,6 @@ func (_c *AssessmentResponseHistoryCreate) createSpec() (*AssessmentResponseHist _node = &AssessmentResponseHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(assessmentresponsehistory.Table, sqlgraph.NewFieldSpec(assessmentresponsehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.AssessmentResponseHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/assessmentresponsehistory_delete.go b/internal/ent/historygenerated/assessmentresponsehistory_delete.go index eca9f2b7f9..1bc1944463 100644 --- a/internal/ent/historygenerated/assessmentresponsehistory_delete.go +++ b/internal/ent/historygenerated/assessmentresponsehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/assessmentresponsehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // AssessmentResponseHistoryDelete is the builder for deleting a AssessmentResponseHistory entity. @@ -45,8 +43,6 @@ func (_d *AssessmentResponseHistoryDelete) ExecX(ctx context.Context) int { func (_d *AssessmentResponseHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(assessmentresponsehistory.Table, sqlgraph.NewFieldSpec(assessmentresponsehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.AssessmentResponseHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/assessmentresponsehistory_query.go b/internal/ent/historygenerated/assessmentresponsehistory_query.go index 252f7eca82..d2ff6582b8 100644 --- a/internal/ent/historygenerated/assessmentresponsehistory_query.go +++ b/internal/ent/historygenerated/assessmentresponsehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/assessmentresponsehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type AssessmentResponseHistoryQuery struct { order []assessmentresponsehistory.OrderOption inters []Interceptor predicates []predicate.AssessmentResponseHistory - loadTotal []func(context.Context, []*AssessmentResponseHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*AssessmentResponseHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *AssessmentResponseHistoryQuery) Clone() *AssessmentResponseHistoryQuer inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.AssessmentResponseHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *AssessmentResponseHistoryQuery) sqlAll(ctx context.Context, hooks ...q nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.AssessmentResponseHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *AssessmentResponseHistoryQuery) sqlAll(ctx context.Context, hooks ...q func (_q *AssessmentResponseHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.AssessmentResponseHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *AssessmentResponseHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.AssessmentResponseHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *AssessmentResponseHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *AssessmentResponseHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *AssessmentResponseHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (arhq *AssessmentResponseHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "AssessmentResponseHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *AssessmentResponseHistorySelect) sqlScan(ctx context.Context, root *As defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *AssessmentResponseHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *AssessmentResponseHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/assessmentresponsehistory_update.go b/internal/ent/historygenerated/assessmentresponsehistory_update.go index bd4839b88f..9ac1e1fdd0 100644 --- a/internal/ent/historygenerated/assessmentresponsehistory_update.go +++ b/internal/ent/historygenerated/assessmentresponsehistory_update.go @@ -8,1269 +8,161 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/assessmentresponsehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// AssessmentResponseHistoryUpdate is the builder for updating AssessmentResponseHistory entities. -type AssessmentResponseHistoryUpdate struct { - config - hooks []Hook - mutation *AssessmentResponseHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the AssessmentResponseHistoryUpdate builder. -func (_u *AssessmentResponseHistoryUpdate) Where(ps ...predicate.AssessmentResponseHistory) *AssessmentResponseHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetUpdatedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearUpdatedAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssessmentResponseHistoryUpdate) SetUpdatedBy(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableUpdatedBy(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssessmentResponseHistoryUpdate) ClearUpdatedBy() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssessmentResponseHistoryUpdate) SetUpdatedByImpersonator(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssessmentResponseHistoryUpdate) ClearUpdatedByImpersonator() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetDeletedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableDeletedAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearDeletedAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssessmentResponseHistoryUpdate) SetDeletedBy(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableDeletedBy(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssessmentResponseHistoryUpdate) ClearDeletedBy() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *AssessmentResponseHistoryUpdate) SetWorkflowEligibleMarker(v bool) *AssessmentResponseHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *AssessmentResponseHistoryUpdate) ClearWorkflowEligibleMarker() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *AssessmentResponseHistoryUpdate) SetAssessmentID(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableAssessmentID(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetAssessmentID(*v) - } - return _u -} - -// SetIsTest sets the "is_test" field. -func (_u *AssessmentResponseHistoryUpdate) SetIsTest(v bool) *AssessmentResponseHistoryUpdate { - _u.mutation.SetIsTest(v) - return _u -} - -// SetNillableIsTest sets the "is_test" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableIsTest(v *bool) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetIsTest(*v) - } - return _u -} - -// SetCampaignID sets the "campaign_id" field. -func (_u *AssessmentResponseHistoryUpdate) SetCampaignID(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetCampaignID(v) - return _u -} - -// SetNillableCampaignID sets the "campaign_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableCampaignID(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetCampaignID(*v) - } - return _u -} - -// ClearCampaignID clears the value of the "campaign_id" field. -func (_u *AssessmentResponseHistoryUpdate) ClearCampaignID() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearCampaignID() - return _u -} - -// SetIdentityHolderID sets the "identity_holder_id" field. -func (_u *AssessmentResponseHistoryUpdate) SetIdentityHolderID(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetIdentityHolderID(v) - return _u -} - -// SetNillableIdentityHolderID sets the "identity_holder_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableIdentityHolderID(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetIdentityHolderID(*v) - } - return _u -} - -// ClearIdentityHolderID clears the value of the "identity_holder_id" field. -func (_u *AssessmentResponseHistoryUpdate) ClearIdentityHolderID() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearIdentityHolderID() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *AssessmentResponseHistoryUpdate) SetEntityID(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEntityID(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// ClearEntityID clears the value of the "entity_id" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEntityID() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEntityID() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *AssessmentResponseHistoryUpdate) SetDisplayName(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableDisplayName(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *AssessmentResponseHistoryUpdate) ClearDisplayName() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearDisplayName() - return _u -} - -// SetSendAttempts sets the "send_attempts" field. -func (_u *AssessmentResponseHistoryUpdate) SetSendAttempts(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.ResetSendAttempts() - _u.mutation.SetSendAttempts(v) - return _u -} - -// SetNillableSendAttempts sets the "send_attempts" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableSendAttempts(v *int) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetSendAttempts(*v) - } - return _u -} - -// AddSendAttempts adds value to the "send_attempts" field. -func (_u *AssessmentResponseHistoryUpdate) AddSendAttempts(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.AddSendAttempts(v) - return _u -} - -// SetEmailDeliveredAt sets the "email_delivered_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailDeliveredAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetEmailDeliveredAt(v) - return _u -} - -// SetNillableEmailDeliveredAt sets the "email_delivered_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEmailDeliveredAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEmailDeliveredAt(*v) - } - return _u -} - -// ClearEmailDeliveredAt clears the value of the "email_delivered_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailDeliveredAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailDeliveredAt() - return _u -} - -// SetEmailOpenedAt sets the "email_opened_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailOpenedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetEmailOpenedAt(v) - return _u -} - -// SetNillableEmailOpenedAt sets the "email_opened_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEmailOpenedAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEmailOpenedAt(*v) - } - return _u -} - -// ClearEmailOpenedAt clears the value of the "email_opened_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailOpenedAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailOpenedAt() - return _u -} - -// SetEmailClickedAt sets the "email_clicked_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailClickedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetEmailClickedAt(v) - return _u -} - -// SetNillableEmailClickedAt sets the "email_clicked_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEmailClickedAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEmailClickedAt(*v) - } - return _u -} - -// ClearEmailClickedAt clears the value of the "email_clicked_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailClickedAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailClickedAt() - return _u -} - -// SetEmailOpenCount sets the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailOpenCount(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.ResetEmailOpenCount() - _u.mutation.SetEmailOpenCount(v) - return _u -} - -// SetNillableEmailOpenCount sets the "email_open_count" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEmailOpenCount(v *int) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEmailOpenCount(*v) - } - return _u -} - -// AddEmailOpenCount adds value to the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdate) AddEmailOpenCount(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.AddEmailOpenCount(v) - return _u -} - -// ClearEmailOpenCount clears the value of the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailOpenCount() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailOpenCount() - return _u -} - -// SetEmailClickCount sets the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailClickCount(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.ResetEmailClickCount() - _u.mutation.SetEmailClickCount(v) - return _u -} - -// SetNillableEmailClickCount sets the "email_click_count" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableEmailClickCount(v *int) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetEmailClickCount(*v) - } - return _u -} - -// AddEmailClickCount adds value to the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdate) AddEmailClickCount(v int) *AssessmentResponseHistoryUpdate { - _u.mutation.AddEmailClickCount(v) - return _u -} - -// ClearEmailClickCount clears the value of the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailClickCount() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailClickCount() - return _u -} - -// SetLastEmailEventAt sets the "last_email_event_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetLastEmailEventAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetLastEmailEventAt(v) - return _u -} - -// SetNillableLastEmailEventAt sets the "last_email_event_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableLastEmailEventAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetLastEmailEventAt(*v) - } - return _u -} - -// ClearLastEmailEventAt clears the value of the "last_email_event_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearLastEmailEventAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearLastEmailEventAt() - return _u -} - -// SetEmailMetadata sets the "email_metadata" field. -func (_u *AssessmentResponseHistoryUpdate) SetEmailMetadata(v map[string]interface{}) *AssessmentResponseHistoryUpdate { - _u.mutation.SetEmailMetadata(v) - return _u -} - -// ClearEmailMetadata clears the value of the "email_metadata" field. -func (_u *AssessmentResponseHistoryUpdate) ClearEmailMetadata() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearEmailMetadata() - return _u -} - -// SetStatus sets the "status" field. -func (_u *AssessmentResponseHistoryUpdate) SetStatus(v enums.AssessmentResponseStatus) *AssessmentResponseHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableStatus(v *enums.AssessmentResponseStatus) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetStartedAt sets the "started_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetStartedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetStartedAt(v) - return _u -} - -// SetNillableStartedAt sets the "started_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableStartedAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetStartedAt(*v) - } - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *AssessmentResponseHistoryUpdate) SetCompletedAt(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableCompletedAt(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *AssessmentResponseHistoryUpdate) ClearCompletedAt() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *AssessmentResponseHistoryUpdate) SetDueDate(v time.Time) *AssessmentResponseHistoryUpdate { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableDueDate(v *time.Time) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *AssessmentResponseHistoryUpdate) ClearDueDate() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearDueDate() - return _u -} - -// SetDocumentDataID sets the "document_data_id" field. -func (_u *AssessmentResponseHistoryUpdate) SetDocumentDataID(v string) *AssessmentResponseHistoryUpdate { - _u.mutation.SetDocumentDataID(v) - return _u -} - -// SetNillableDocumentDataID sets the "document_data_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableDocumentDataID(v *string) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetDocumentDataID(*v) - } - return _u -} - -// ClearDocumentDataID clears the value of the "document_data_id" field. -func (_u *AssessmentResponseHistoryUpdate) ClearDocumentDataID() *AssessmentResponseHistoryUpdate { - _u.mutation.ClearDocumentDataID() - return _u -} - -// SetIsDraft sets the "is_draft" field. -func (_u *AssessmentResponseHistoryUpdate) SetIsDraft(v bool) *AssessmentResponseHistoryUpdate { - _u.mutation.SetIsDraft(v) - return _u -} - -// SetNillableIsDraft sets the "is_draft" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdate) SetNillableIsDraft(v *bool) *AssessmentResponseHistoryUpdate { - if v != nil { - _u.SetIsDraft(*v) - } - return _u -} - -// Mutation returns the AssessmentResponseHistoryMutation object of the builder. -func (_u *AssessmentResponseHistoryUpdate) Mutation() *AssessmentResponseHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *AssessmentResponseHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *AssessmentResponseHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *AssessmentResponseHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *AssessmentResponseHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *AssessmentResponseHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assessmentresponsehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assessmentresponsehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assessmentresponsehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssessmentResponseHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := assessmentresponsehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "AssessmentResponseHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssessmentResponseHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssessmentResponseHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *AssessmentResponseHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(assessmentresponsehistory.Table, assessmentresponsehistory.Columns, sqlgraph.NewFieldSpec(assessmentresponsehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(assessmentresponsehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(assessmentresponsehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(assessmentresponsehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(assessmentresponsehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assessmentresponsehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(assessmentresponsehistory.FieldDeletedBy, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(assessmentresponsehistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(assessmentresponsehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(assessmentresponsehistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(assessmentresponsehistory.FieldAssessmentID, field.TypeString, value) - } - if value, ok := _u.mutation.IsTest(); ok { - _spec.SetField(assessmentresponsehistory.FieldIsTest, field.TypeBool, value) - } - if value, ok := _u.mutation.CampaignID(); ok { - _spec.SetField(assessmentresponsehistory.FieldCampaignID, field.TypeString, value) - } - if _u.mutation.CampaignIDCleared() { - _spec.ClearField(assessmentresponsehistory.FieldCampaignID, field.TypeString) - } - if value, ok := _u.mutation.IdentityHolderID(); ok { - _spec.SetField(assessmentresponsehistory.FieldIdentityHolderID, field.TypeString, value) - } - if _u.mutation.IdentityHolderIDCleared() { - _spec.ClearField(assessmentresponsehistory.FieldIdentityHolderID, field.TypeString) - } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(assessmentresponsehistory.FieldEntityID, field.TypeString, value) - } - if _u.mutation.EntityIDCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEntityID, field.TypeString) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(assessmentresponsehistory.FieldDisplayName, field.TypeString, value) - } - if _u.mutation.DisplayNameCleared() { - _spec.ClearField(assessmentresponsehistory.FieldDisplayName, field.TypeString) - } - if _u.mutation.EmailCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmail, field.TypeString) - } - if value, ok := _u.mutation.SendAttempts(); ok { - _spec.SetField(assessmentresponsehistory.FieldSendAttempts, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedSendAttempts(); ok { - _spec.AddField(assessmentresponsehistory.FieldSendAttempts, field.TypeInt, value) - } - if value, ok := _u.mutation.EmailDeliveredAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailDeliveredAt, field.TypeTime, value) - } - if _u.mutation.EmailDeliveredAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailDeliveredAt, field.TypeTime) - } - if value, ok := _u.mutation.EmailOpenedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailOpenedAt, field.TypeTime, value) - } - if _u.mutation.EmailOpenedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailOpenedAt, field.TypeTime) - } - if value, ok := _u.mutation.EmailClickedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailClickedAt, field.TypeTime, value) - } - if _u.mutation.EmailClickedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailClickedAt, field.TypeTime) - } - if value, ok := _u.mutation.EmailOpenCount(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedEmailOpenCount(); ok { - _spec.AddField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt, value) - } - if _u.mutation.EmailOpenCountCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt) - } - if value, ok := _u.mutation.EmailClickCount(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedEmailClickCount(); ok { - _spec.AddField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt, value) - } - if _u.mutation.EmailClickCountCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt) - } - if value, ok := _u.mutation.LastEmailEventAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldLastEmailEventAt, field.TypeTime, value) - } - if _u.mutation.LastEmailEventAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldLastEmailEventAt, field.TypeTime) - } - if value, ok := _u.mutation.EmailMetadata(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailMetadata, field.TypeJSON, value) - } - if _u.mutation.EmailMetadataCleared() { - _spec.ClearField(assessmentresponsehistory.FieldEmailMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(assessmentresponsehistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.StartedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldStartedAt, field.TypeTime, value) - } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldCompletedAt, field.TypeTime, value) - } - if _u.mutation.CompletedAtCleared() { - _spec.ClearField(assessmentresponsehistory.FieldCompletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(assessmentresponsehistory.FieldDueDate, field.TypeTime, value) - } - if _u.mutation.DueDateCleared() { - _spec.ClearField(assessmentresponsehistory.FieldDueDate, field.TypeTime) - } - if value, ok := _u.mutation.DocumentDataID(); ok { - _spec.SetField(assessmentresponsehistory.FieldDocumentDataID, field.TypeString, value) - } - if _u.mutation.DocumentDataIDCleared() { - _spec.ClearField(assessmentresponsehistory.FieldDocumentDataID, field.TypeString) - } - if value, ok := _u.mutation.IsDraft(); ok { - _spec.SetField(assessmentresponsehistory.FieldIsDraft, field.TypeBool, value) - } - _spec.Node.Schema = _u.schemaConfig.AssessmentResponseHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{assessmentresponsehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// AssessmentResponseHistoryUpdateOne is the builder for updating a single AssessmentResponseHistory entity. -type AssessmentResponseHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *AssessmentResponseHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetUpdatedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearUpdatedAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetUpdatedBy(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableUpdatedBy(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearUpdatedBy() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetUpdatedByImpersonator(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearUpdatedByImpersonator() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetDeletedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearDeletedAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetDeletedBy(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableDeletedBy(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearDeletedBy() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearWorkflowEligibleMarker() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetAssessmentID(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableAssessmentID(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetAssessmentID(*v) - } - return _u -} - -// SetIsTest sets the "is_test" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetIsTest(v bool) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetIsTest(v) - return _u -} - -// SetNillableIsTest sets the "is_test" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableIsTest(v *bool) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetIsTest(*v) - } - return _u -} - -// SetCampaignID sets the "campaign_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetCampaignID(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetCampaignID(v) - return _u -} - -// SetNillableCampaignID sets the "campaign_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableCampaignID(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetCampaignID(*v) - } - return _u -} - -// ClearCampaignID clears the value of the "campaign_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearCampaignID() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearCampaignID() - return _u -} - -// SetIdentityHolderID sets the "identity_holder_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetIdentityHolderID(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetIdentityHolderID(v) - return _u -} - -// SetNillableIdentityHolderID sets the "identity_holder_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableIdentityHolderID(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetIdentityHolderID(*v) - } - return _u -} - -// ClearIdentityHolderID clears the value of the "identity_holder_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearIdentityHolderID() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearIdentityHolderID() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEntityID(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEntityID(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// ClearEntityID clears the value of the "entity_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEntityID() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEntityID() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetDisplayName(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableDisplayName(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearDisplayName() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearDisplayName() - return _u -} - -// SetSendAttempts sets the "send_attempts" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetSendAttempts(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.ResetSendAttempts() - _u.mutation.SetSendAttempts(v) - return _u -} - -// SetNillableSendAttempts sets the "send_attempts" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableSendAttempts(v *int) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetSendAttempts(*v) - } - return _u -} - -// AddSendAttempts adds value to the "send_attempts" field. -func (_u *AssessmentResponseHistoryUpdateOne) AddSendAttempts(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.AddSendAttempts(v) - return _u -} - -// SetEmailDeliveredAt sets the "email_delivered_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailDeliveredAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetEmailDeliveredAt(v) - return _u +// AssessmentResponseHistoryUpdate is the builder for updating AssessmentResponseHistory entities. +type AssessmentResponseHistoryUpdate struct { + config + hooks []Hook + mutation *AssessmentResponseHistoryMutation } -// SetNillableEmailDeliveredAt sets the "email_delivered_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEmailDeliveredAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEmailDeliveredAt(*v) - } +// Where appends a list predicates to the AssessmentResponseHistoryUpdate builder. +func (_u *AssessmentResponseHistoryUpdate) Where(ps ...predicate.AssessmentResponseHistory) *AssessmentResponseHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearEmailDeliveredAt clears the value of the "email_delivered_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailDeliveredAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailDeliveredAt() - return _u +// Mutation returns the AssessmentResponseHistoryMutation object of the builder. +func (_u *AssessmentResponseHistoryUpdate) Mutation() *AssessmentResponseHistoryMutation { + return _u.mutation } -// SetEmailOpenedAt sets the "email_opened_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailOpenedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetEmailOpenedAt(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *AssessmentResponseHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableEmailOpenedAt sets the "email_opened_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEmailOpenedAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEmailOpenedAt(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *AssessmentResponseHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearEmailOpenedAt clears the value of the "email_opened_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailOpenedAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailOpenedAt() - return _u + return affected } -// SetEmailClickedAt sets the "email_clicked_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailClickedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetEmailClickedAt(v) - return _u +// Exec executes the query. +func (_u *AssessmentResponseHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableEmailClickedAt sets the "email_clicked_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEmailClickedAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEmailClickedAt(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *AssessmentResponseHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearEmailClickedAt clears the value of the "email_clicked_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailClickedAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailClickedAt() - return _u -} - -// SetEmailOpenCount sets the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailOpenCount(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.ResetEmailOpenCount() - _u.mutation.SetEmailOpenCount(v) - return _u -} - -// SetNillableEmailOpenCount sets the "email_open_count" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEmailOpenCount(v *int) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEmailOpenCount(*v) +func (_u *AssessmentResponseHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(assessmentresponsehistory.Table, assessmentresponsehistory.Columns, sqlgraph.NewFieldSpec(assessmentresponsehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// AddEmailOpenCount adds value to the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) AddEmailOpenCount(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.AddEmailOpenCount(v) - return _u -} - -// ClearEmailOpenCount clears the value of the "email_open_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailOpenCount() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailOpenCount() - return _u -} - -// SetEmailClickCount sets the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailClickCount(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.ResetEmailClickCount() - _u.mutation.SetEmailClickCount(v) - return _u -} - -// SetNillableEmailClickCount sets the "email_click_count" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableEmailClickCount(v *int) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetEmailClickCount(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(assessmentresponsehistory.FieldRef, field.TypeString) } - return _u -} - -// AddEmailClickCount adds value to the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) AddEmailClickCount(v int) *AssessmentResponseHistoryUpdateOne { - _u.mutation.AddEmailClickCount(v) - return _u -} - -// ClearEmailClickCount clears the value of the "email_click_count" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailClickCount() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailClickCount() - return _u -} - -// SetLastEmailEventAt sets the "last_email_event_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetLastEmailEventAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetLastEmailEventAt(v) - return _u -} - -// SetNillableLastEmailEventAt sets the "last_email_event_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableLastEmailEventAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetLastEmailEventAt(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearLastEmailEventAt clears the value of the "last_email_event_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearLastEmailEventAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearLastEmailEventAt() - return _u -} - -// SetEmailMetadata sets the "email_metadata" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetEmailMetadata(v map[string]interface{}) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetEmailMetadata(v) - return _u -} - -// ClearEmailMetadata clears the value of the "email_metadata" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearEmailMetadata() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearEmailMetadata() - return _u -} - -// SetStatus sets the "status" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetStatus(v enums.AssessmentResponseStatus) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableStatus(v *enums.AssessmentResponseStatus) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// SetStartedAt sets the "started_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetStartedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetStartedAt(v) - return _u -} - -// SetNillableStartedAt sets the "started_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableStartedAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetStartedAt(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(assessmentresponsehistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetCompletedAt(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableCompletedAt(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetCompletedAt(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(assessmentresponsehistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearCompletedAt() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetDueDate(v time.Time) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableDueDate(v *time.Time) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetDueDate(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(assessmentresponsehistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearDueDate() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearDueDate() - return _u -} - -// SetDocumentDataID sets the "document_data_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetDocumentDataID(v string) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetDocumentDataID(v) - return _u -} - -// SetNillableDocumentDataID sets the "document_data_id" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableDocumentDataID(v *string) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetDocumentDataID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearDocumentDataID clears the value of the "document_data_id" field. -func (_u *AssessmentResponseHistoryUpdateOne) ClearDocumentDataID() *AssessmentResponseHistoryUpdateOne { - _u.mutation.ClearDocumentDataID() - return _u -} - -// SetIsDraft sets the "is_draft" field. -func (_u *AssessmentResponseHistoryUpdateOne) SetIsDraft(v bool) *AssessmentResponseHistoryUpdateOne { - _u.mutation.SetIsDraft(v) - return _u + if _u.mutation.DeletedByCleared() { + _spec.ClearField(assessmentresponsehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(assessmentresponsehistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(assessmentresponsehistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.CampaignIDCleared() { + _spec.ClearField(assessmentresponsehistory.FieldCampaignID, field.TypeString) + } + if _u.mutation.IdentityHolderIDCleared() { + _spec.ClearField(assessmentresponsehistory.FieldIdentityHolderID, field.TypeString) + } + if _u.mutation.EntityIDCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEntityID, field.TypeString) + } + if _u.mutation.DisplayNameCleared() { + _spec.ClearField(assessmentresponsehistory.FieldDisplayName, field.TypeString) + } + if _u.mutation.EmailCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmail, field.TypeString) + } + if _u.mutation.EmailDeliveredAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailDeliveredAt, field.TypeTime) + } + if _u.mutation.EmailOpenedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailOpenedAt, field.TypeTime) + } + if _u.mutation.EmailClickedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailClickedAt, field.TypeTime) + } + if _u.mutation.EmailOpenCountCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt) + } + if _u.mutation.EmailClickCountCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt) + } + if _u.mutation.LastEmailEventAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldLastEmailEventAt, field.TypeTime) + } + if _u.mutation.EmailMetadataCleared() { + _spec.ClearField(assessmentresponsehistory.FieldEmailMetadata, field.TypeJSON) + } + if _u.mutation.CompletedAtCleared() { + _spec.ClearField(assessmentresponsehistory.FieldCompletedAt, field.TypeTime) + } + if _u.mutation.DueDateCleared() { + _spec.ClearField(assessmentresponsehistory.FieldDueDate, field.TypeTime) + } + if _u.mutation.DocumentDataIDCleared() { + _spec.ClearField(assessmentresponsehistory.FieldDocumentDataID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{assessmentresponsehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// SetNillableIsDraft sets the "is_draft" field if the given value is not nil. -func (_u *AssessmentResponseHistoryUpdateOne) SetNillableIsDraft(v *bool) *AssessmentResponseHistoryUpdateOne { - if v != nil { - _u.SetIsDraft(*v) - } - return _u +// AssessmentResponseHistoryUpdateOne is the builder for updating a single AssessmentResponseHistory entity. +type AssessmentResponseHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *AssessmentResponseHistoryMutation } // Mutation returns the AssessmentResponseHistoryMutation object of the builder. @@ -1293,9 +185,6 @@ func (_u *AssessmentResponseHistoryUpdateOne) Select(field string, fields ...str // Save executes the query and returns the updated AssessmentResponseHistory entity. func (_u *AssessmentResponseHistoryUpdateOne) Save(ctx context.Context) (*AssessmentResponseHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1321,38 +210,7 @@ func (_u *AssessmentResponseHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *AssessmentResponseHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assessmentresponsehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assessmentresponsehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assessmentresponsehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssessmentResponseHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := assessmentresponsehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "AssessmentResponseHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssessmentResponseHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssessmentResponseHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *AssessmentResponseHistoryUpdateOne) sqlSave(ctx context.Context) (_node *AssessmentResponseHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(assessmentresponsehistory.Table, assessmentresponsehistory.Columns, sqlgraph.NewFieldSpec(assessmentresponsehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1384,165 +242,75 @@ func (_u *AssessmentResponseHistoryUpdateOne) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(assessmentresponsehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(assessmentresponsehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assessmentresponsehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(assessmentresponsehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assessmentresponsehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(assessmentresponsehistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(assessmentresponsehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(assessmentresponsehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(assessmentresponsehistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(assessmentresponsehistory.FieldAssessmentID, field.TypeString, value) - } - if value, ok := _u.mutation.IsTest(); ok { - _spec.SetField(assessmentresponsehistory.FieldIsTest, field.TypeBool, value) - } - if value, ok := _u.mutation.CampaignID(); ok { - _spec.SetField(assessmentresponsehistory.FieldCampaignID, field.TypeString, value) - } if _u.mutation.CampaignIDCleared() { _spec.ClearField(assessmentresponsehistory.FieldCampaignID, field.TypeString) } - if value, ok := _u.mutation.IdentityHolderID(); ok { - _spec.SetField(assessmentresponsehistory.FieldIdentityHolderID, field.TypeString, value) - } if _u.mutation.IdentityHolderIDCleared() { _spec.ClearField(assessmentresponsehistory.FieldIdentityHolderID, field.TypeString) } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(assessmentresponsehistory.FieldEntityID, field.TypeString, value) - } if _u.mutation.EntityIDCleared() { _spec.ClearField(assessmentresponsehistory.FieldEntityID, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(assessmentresponsehistory.FieldDisplayName, field.TypeString, value) - } if _u.mutation.DisplayNameCleared() { _spec.ClearField(assessmentresponsehistory.FieldDisplayName, field.TypeString) } if _u.mutation.EmailCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmail, field.TypeString) } - if value, ok := _u.mutation.SendAttempts(); ok { - _spec.SetField(assessmentresponsehistory.FieldSendAttempts, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedSendAttempts(); ok { - _spec.AddField(assessmentresponsehistory.FieldSendAttempts, field.TypeInt, value) - } - if value, ok := _u.mutation.EmailDeliveredAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailDeliveredAt, field.TypeTime, value) - } if _u.mutation.EmailDeliveredAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailDeliveredAt, field.TypeTime) } - if value, ok := _u.mutation.EmailOpenedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailOpenedAt, field.TypeTime, value) - } if _u.mutation.EmailOpenedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailOpenedAt, field.TypeTime) } - if value, ok := _u.mutation.EmailClickedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailClickedAt, field.TypeTime, value) - } if _u.mutation.EmailClickedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailClickedAt, field.TypeTime) } - if value, ok := _u.mutation.EmailOpenCount(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedEmailOpenCount(); ok { - _spec.AddField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt, value) - } if _u.mutation.EmailOpenCountCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailOpenCount, field.TypeInt) } - if value, ok := _u.mutation.EmailClickCount(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedEmailClickCount(); ok { - _spec.AddField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt, value) - } if _u.mutation.EmailClickCountCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailClickCount, field.TypeInt) } - if value, ok := _u.mutation.LastEmailEventAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldLastEmailEventAt, field.TypeTime, value) - } if _u.mutation.LastEmailEventAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldLastEmailEventAt, field.TypeTime) } - if value, ok := _u.mutation.EmailMetadata(); ok { - _spec.SetField(assessmentresponsehistory.FieldEmailMetadata, field.TypeJSON, value) - } if _u.mutation.EmailMetadataCleared() { _spec.ClearField(assessmentresponsehistory.FieldEmailMetadata, field.TypeJSON) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(assessmentresponsehistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.StartedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldStartedAt, field.TypeTime, value) - } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(assessmentresponsehistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(assessmentresponsehistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(assessmentresponsehistory.FieldDueDate, field.TypeTime, value) - } if _u.mutation.DueDateCleared() { _spec.ClearField(assessmentresponsehistory.FieldDueDate, field.TypeTime) } - if value, ok := _u.mutation.DocumentDataID(); ok { - _spec.SetField(assessmentresponsehistory.FieldDocumentDataID, field.TypeString, value) - } if _u.mutation.DocumentDataIDCleared() { _spec.ClearField(assessmentresponsehistory.FieldDocumentDataID, field.TypeString) } - if value, ok := _u.mutation.IsDraft(); ok { - _spec.SetField(assessmentresponsehistory.FieldIsDraft, field.TypeBool, value) - } - _spec.Node.Schema = _u.schemaConfig.AssessmentResponseHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &AssessmentResponseHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/assethistory/assethistory.go b/internal/ent/historygenerated/assethistory/assethistory.go index 9485fabc07..011742fa0e 100644 --- a/internal/ent/historygenerated/assethistory/assethistory.go +++ b/internal/ent/historygenerated/assethistory/assethistory.go @@ -213,8 +213,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/assethistory_create.go b/internal/ent/historygenerated/assethistory_create.go index 016006a8cc..d72fc4e069 100644 --- a/internal/ent/historygenerated/assethistory_create.go +++ b/internal/ent/historygenerated/assethistory_create.go @@ -900,7 +900,6 @@ func (_c *AssetHistoryCreate) createSpec() (*AssetHistory, *sqlgraph.CreateSpec) _node = &AssetHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(assethistory.Table, sqlgraph.NewFieldSpec(assethistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.AssetHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/assethistory_delete.go b/internal/ent/historygenerated/assethistory_delete.go index f4de007be2..51aef88dc6 100644 --- a/internal/ent/historygenerated/assethistory_delete.go +++ b/internal/ent/historygenerated/assethistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/assethistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // AssetHistoryDelete is the builder for deleting a AssetHistory entity. @@ -45,8 +43,6 @@ func (_d *AssetHistoryDelete) ExecX(ctx context.Context) int { func (_d *AssetHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(assethistory.Table, sqlgraph.NewFieldSpec(assethistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.AssetHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/assethistory_query.go b/internal/ent/historygenerated/assethistory_query.go index 39d988bb9d..ad261ede01 100644 --- a/internal/ent/historygenerated/assethistory_query.go +++ b/internal/ent/historygenerated/assethistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/assethistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type AssetHistoryQuery struct { order []assethistory.OrderOption inters []Interceptor predicates []predicate.AssetHistory - loadTotal []func(context.Context, []*AssetHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*AssetHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *AssetHistoryQuery) Clone() *AssetHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.AssetHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *AssetHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.AssetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *AssetHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] func (_q *AssetHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.AssetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *AssetHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.AssetHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *AssetHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *AssetHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *AssetHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ahq *AssetHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "AssetHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *AssetHistorySelect) sqlScan(ctx context.Context, root *AssetHistoryQue defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *AssetHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *AssetHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/assethistory_update.go b/internal/ent/historygenerated/assethistory_update.go index a58abb677d..756dee98da 100644 --- a/internal/ent/historygenerated/assethistory_update.go +++ b/internal/ent/historygenerated/assethistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/assethistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // AssetHistoryUpdate is the builder for updating AssetHistory entities. type AssetHistoryUpdate struct { config - hooks []Hook - mutation *AssetHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *AssetHistoryMutation } // Where appends a list predicates to the AssetHistoryUpdate builder. @@ -36,2154 +29,209 @@ func (_u *AssetHistoryUpdate) Where(ps ...predicate.AssetHistory) *AssetHistoryU return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssetHistoryUpdate) SetUpdatedAt(v time.Time) *AssetHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssetHistoryUpdate) ClearUpdatedAt() *AssetHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the AssetHistoryMutation object of the builder. +func (_u *AssetHistoryUpdate) Mutation() *AssetHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssetHistoryUpdate) SetUpdatedBy(v string) *AssetHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *AssetHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableUpdatedBy(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *AssetHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssetHistoryUpdate) ClearUpdatedBy() *AssetHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssetHistoryUpdate) SetUpdatedByImpersonator(v string) *AssetHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *AssetHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *AssetHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssetHistoryUpdate) ClearUpdatedByImpersonator() *AssetHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssetHistoryUpdate) SetDeletedAt(v time.Time) *AssetHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableDeletedAt(v *time.Time) *AssetHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *AssetHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(assethistory.Table, assethistory.Columns, sqlgraph.NewFieldSpec(assethistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssetHistoryUpdate) ClearDeletedAt() *AssetHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssetHistoryUpdate) SetDeletedBy(v string) *AssetHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableDeletedBy(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(assethistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssetHistoryUpdate) ClearDeletedBy() *AssetHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *AssetHistoryUpdate) SetTags(v []string) *AssetHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *AssetHistoryUpdate) AppendTags(v []string) *AssetHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *AssetHistoryUpdate) ClearTags() *AssetHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *AssetHistoryUpdate) SetInternalOwner(v string) *AssetHistoryUpdate { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableInternalOwner(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetInternalOwner(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(assethistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *AssetHistoryUpdate) ClearInternalOwner() *AssetHistoryUpdate { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *AssetHistoryUpdate) SetInternalOwnerUserID(v string) *AssetHistoryUpdate { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableInternalOwnerUserID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetInternalOwnerUserID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(assethistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *AssetHistoryUpdate) ClearInternalOwnerUserID() *AssetHistoryUpdate { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *AssetHistoryUpdate) SetInternalOwnerGroupID(v string) *AssetHistoryUpdate { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableInternalOwnerGroupID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetInternalOwnerGroupID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(assethistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *AssetHistoryUpdate) ClearInternalOwnerGroupID() *AssetHistoryUpdate { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetAssetSubtypeName sets the "asset_subtype_name" field. -func (_u *AssetHistoryUpdate) SetAssetSubtypeName(v string) *AssetHistoryUpdate { - _u.mutation.SetAssetSubtypeName(v) - return _u -} - -// SetNillableAssetSubtypeName sets the "asset_subtype_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAssetSubtypeName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAssetSubtypeName(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(assethistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearAssetSubtypeName clears the value of the "asset_subtype_name" field. -func (_u *AssetHistoryUpdate) ClearAssetSubtypeName() *AssetHistoryUpdate { - _u.mutation.ClearAssetSubtypeName() - return _u -} - -// SetAssetSubtypeID sets the "asset_subtype_id" field. -func (_u *AssetHistoryUpdate) SetAssetSubtypeID(v string) *AssetHistoryUpdate { - _u.mutation.SetAssetSubtypeID(v) - return _u -} - -// SetNillableAssetSubtypeID sets the "asset_subtype_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAssetSubtypeID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAssetSubtypeID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(assethistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearAssetSubtypeID clears the value of the "asset_subtype_id" field. -func (_u *AssetHistoryUpdate) ClearAssetSubtypeID() *AssetHistoryUpdate { - _u.mutation.ClearAssetSubtypeID() - return _u -} - -// SetAssetDataClassificationName sets the "asset_data_classification_name" field. -func (_u *AssetHistoryUpdate) SetAssetDataClassificationName(v string) *AssetHistoryUpdate { - _u.mutation.SetAssetDataClassificationName(v) - return _u -} - -// SetNillableAssetDataClassificationName sets the "asset_data_classification_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAssetDataClassificationName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAssetDataClassificationName(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(assethistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearAssetDataClassificationName clears the value of the "asset_data_classification_name" field. -func (_u *AssetHistoryUpdate) ClearAssetDataClassificationName() *AssetHistoryUpdate { - _u.mutation.ClearAssetDataClassificationName() - return _u -} - -// SetAssetDataClassificationID sets the "asset_data_classification_id" field. -func (_u *AssetHistoryUpdate) SetAssetDataClassificationID(v string) *AssetHistoryUpdate { - _u.mutation.SetAssetDataClassificationID(v) - return _u -} - -// SetNillableAssetDataClassificationID sets the "asset_data_classification_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAssetDataClassificationID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAssetDataClassificationID(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(assethistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearAssetDataClassificationID clears the value of the "asset_data_classification_id" field. -func (_u *AssetHistoryUpdate) ClearAssetDataClassificationID() *AssetHistoryUpdate { - _u.mutation.ClearAssetDataClassificationID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *AssetHistoryUpdate) SetEnvironmentName(v string) *AssetHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableEnvironmentName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(assethistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *AssetHistoryUpdate) ClearEnvironmentName() *AssetHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *AssetHistoryUpdate) SetEnvironmentID(v string) *AssetHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableEnvironmentID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(assethistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *AssetHistoryUpdate) ClearEnvironmentID() *AssetHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *AssetHistoryUpdate) SetScopeName(v string) *AssetHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableScopeName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.InternalOwnerCleared() { + _spec.ClearField(assethistory.FieldInternalOwner, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *AssetHistoryUpdate) ClearScopeName() *AssetHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *AssetHistoryUpdate) SetScopeID(v string) *AssetHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableScopeID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.InternalOwnerUserIDCleared() { + _spec.ClearField(assethistory.FieldInternalOwnerUserID, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *AssetHistoryUpdate) ClearScopeID() *AssetHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetAccessModelName sets the "access_model_name" field. -func (_u *AssetHistoryUpdate) SetAccessModelName(v string) *AssetHistoryUpdate { - _u.mutation.SetAccessModelName(v) - return _u -} - -// SetNillableAccessModelName sets the "access_model_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAccessModelName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAccessModelName(*v) + if _u.mutation.InternalOwnerGroupIDCleared() { + _spec.ClearField(assethistory.FieldInternalOwnerGroupID, field.TypeString) } - return _u -} - -// ClearAccessModelName clears the value of the "access_model_name" field. -func (_u *AssetHistoryUpdate) ClearAccessModelName() *AssetHistoryUpdate { - _u.mutation.ClearAccessModelName() - return _u -} - -// SetAccessModelID sets the "access_model_id" field. -func (_u *AssetHistoryUpdate) SetAccessModelID(v string) *AssetHistoryUpdate { - _u.mutation.SetAccessModelID(v) - return _u -} - -// SetNillableAccessModelID sets the "access_model_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAccessModelID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetAccessModelID(*v) + if _u.mutation.AssetSubtypeNameCleared() { + _spec.ClearField(assethistory.FieldAssetSubtypeName, field.TypeString) } - return _u -} - -// ClearAccessModelID clears the value of the "access_model_id" field. -func (_u *AssetHistoryUpdate) ClearAccessModelID() *AssetHistoryUpdate { - _u.mutation.ClearAccessModelID() - return _u -} - -// SetEncryptionStatusName sets the "encryption_status_name" field. -func (_u *AssetHistoryUpdate) SetEncryptionStatusName(v string) *AssetHistoryUpdate { - _u.mutation.SetEncryptionStatusName(v) - return _u -} - -// SetNillableEncryptionStatusName sets the "encryption_status_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableEncryptionStatusName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetEncryptionStatusName(*v) + if _u.mutation.AssetSubtypeIDCleared() { + _spec.ClearField(assethistory.FieldAssetSubtypeID, field.TypeString) } - return _u -} - -// ClearEncryptionStatusName clears the value of the "encryption_status_name" field. -func (_u *AssetHistoryUpdate) ClearEncryptionStatusName() *AssetHistoryUpdate { - _u.mutation.ClearEncryptionStatusName() - return _u -} - -// SetEncryptionStatusID sets the "encryption_status_id" field. -func (_u *AssetHistoryUpdate) SetEncryptionStatusID(v string) *AssetHistoryUpdate { - _u.mutation.SetEncryptionStatusID(v) - return _u -} - -// SetNillableEncryptionStatusID sets the "encryption_status_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableEncryptionStatusID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetEncryptionStatusID(*v) + if _u.mutation.AssetDataClassificationNameCleared() { + _spec.ClearField(assethistory.FieldAssetDataClassificationName, field.TypeString) } - return _u -} - -// ClearEncryptionStatusID clears the value of the "encryption_status_id" field. -func (_u *AssetHistoryUpdate) ClearEncryptionStatusID() *AssetHistoryUpdate { - _u.mutation.ClearEncryptionStatusID() - return _u -} - -// SetSecurityTierName sets the "security_tier_name" field. -func (_u *AssetHistoryUpdate) SetSecurityTierName(v string) *AssetHistoryUpdate { - _u.mutation.SetSecurityTierName(v) - return _u -} - -// SetNillableSecurityTierName sets the "security_tier_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSecurityTierName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetSecurityTierName(*v) + if _u.mutation.AssetDataClassificationIDCleared() { + _spec.ClearField(assethistory.FieldAssetDataClassificationID, field.TypeString) } - return _u -} - -// ClearSecurityTierName clears the value of the "security_tier_name" field. -func (_u *AssetHistoryUpdate) ClearSecurityTierName() *AssetHistoryUpdate { - _u.mutation.ClearSecurityTierName() - return _u -} - -// SetSecurityTierID sets the "security_tier_id" field. -func (_u *AssetHistoryUpdate) SetSecurityTierID(v string) *AssetHistoryUpdate { - _u.mutation.SetSecurityTierID(v) - return _u -} - -// SetNillableSecurityTierID sets the "security_tier_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSecurityTierID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetSecurityTierID(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(assethistory.FieldEnvironmentName, field.TypeString) } - return _u -} - -// ClearSecurityTierID clears the value of the "security_tier_id" field. -func (_u *AssetHistoryUpdate) ClearSecurityTierID() *AssetHistoryUpdate { - _u.mutation.ClearSecurityTierID() - return _u -} - -// SetCriticalityName sets the "criticality_name" field. -func (_u *AssetHistoryUpdate) SetCriticalityName(v string) *AssetHistoryUpdate { - _u.mutation.SetCriticalityName(v) - return _u -} - -// SetNillableCriticalityName sets the "criticality_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableCriticalityName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetCriticalityName(*v) - } - return _u -} - -// ClearCriticalityName clears the value of the "criticality_name" field. -func (_u *AssetHistoryUpdate) ClearCriticalityName() *AssetHistoryUpdate { - _u.mutation.ClearCriticalityName() - return _u -} - -// SetCriticalityID sets the "criticality_id" field. -func (_u *AssetHistoryUpdate) SetCriticalityID(v string) *AssetHistoryUpdate { - _u.mutation.SetCriticalityID(v) - return _u -} - -// SetNillableCriticalityID sets the "criticality_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableCriticalityID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetCriticalityID(*v) - } - return _u -} - -// ClearCriticalityID clears the value of the "criticality_id" field. -func (_u *AssetHistoryUpdate) ClearCriticalityID() *AssetHistoryUpdate { - _u.mutation.ClearCriticalityID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *AssetHistoryUpdate) SetInternalNotes(v string) *AssetHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableInternalNotes(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *AssetHistoryUpdate) ClearInternalNotes() *AssetHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *AssetHistoryUpdate) SetSystemInternalID(v string) *AssetHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSystemInternalID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *AssetHistoryUpdate) ClearSystemInternalID() *AssetHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetAssetType sets the "asset_type" field. -func (_u *AssetHistoryUpdate) SetAssetType(v enums.AssetType) *AssetHistoryUpdate { - _u.mutation.SetAssetType(v) - return _u -} - -// SetNillableAssetType sets the "asset_type" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableAssetType(v *enums.AssetType) *AssetHistoryUpdate { - if v != nil { - _u.SetAssetType(*v) - } - return _u -} - -// SetName sets the "name" field. -func (_u *AssetHistoryUpdate) SetName(v string) *AssetHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *AssetHistoryUpdate) SetDisplayName(v string) *AssetHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableDisplayName(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *AssetHistoryUpdate) ClearDisplayName() *AssetHistoryUpdate { - _u.mutation.ClearDisplayName() - return _u -} - -// SetDescription sets the "description" field. -func (_u *AssetHistoryUpdate) SetDescription(v string) *AssetHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableDescription(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *AssetHistoryUpdate) ClearDescription() *AssetHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetIdentifier sets the "identifier" field. -func (_u *AssetHistoryUpdate) SetIdentifier(v string) *AssetHistoryUpdate { - _u.mutation.SetIdentifier(v) - return _u -} - -// SetNillableIdentifier sets the "identifier" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableIdentifier(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetIdentifier(*v) - } - return _u -} - -// ClearIdentifier clears the value of the "identifier" field. -func (_u *AssetHistoryUpdate) ClearIdentifier() *AssetHistoryUpdate { - _u.mutation.ClearIdentifier() - return _u -} - -// SetWebsite sets the "website" field. -func (_u *AssetHistoryUpdate) SetWebsite(v string) *AssetHistoryUpdate { - _u.mutation.SetWebsite(v) - return _u -} - -// SetNillableWebsite sets the "website" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableWebsite(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetWebsite(*v) - } - return _u -} - -// ClearWebsite clears the value of the "website" field. -func (_u *AssetHistoryUpdate) ClearWebsite() *AssetHistoryUpdate { - _u.mutation.ClearWebsite() - return _u -} - -// SetPhysicalLocation sets the "physical_location" field. -func (_u *AssetHistoryUpdate) SetPhysicalLocation(v string) *AssetHistoryUpdate { - _u.mutation.SetPhysicalLocation(v) - return _u -} - -// SetNillablePhysicalLocation sets the "physical_location" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillablePhysicalLocation(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetPhysicalLocation(*v) - } - return _u -} - -// ClearPhysicalLocation clears the value of the "physical_location" field. -func (_u *AssetHistoryUpdate) ClearPhysicalLocation() *AssetHistoryUpdate { - _u.mutation.ClearPhysicalLocation() - return _u -} - -// SetRegion sets the "region" field. -func (_u *AssetHistoryUpdate) SetRegion(v string) *AssetHistoryUpdate { - _u.mutation.SetRegion(v) - return _u -} - -// SetNillableRegion sets the "region" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableRegion(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetRegion(*v) - } - return _u -} - -// ClearRegion clears the value of the "region" field. -func (_u *AssetHistoryUpdate) ClearRegion() *AssetHistoryUpdate { - _u.mutation.ClearRegion() - return _u -} - -// SetContainsPii sets the "contains_pii" field. -func (_u *AssetHistoryUpdate) SetContainsPii(v bool) *AssetHistoryUpdate { - _u.mutation.SetContainsPii(v) - return _u -} - -// SetNillableContainsPii sets the "contains_pii" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableContainsPii(v *bool) *AssetHistoryUpdate { - if v != nil { - _u.SetContainsPii(*v) - } - return _u -} - -// ClearContainsPii clears the value of the "contains_pii" field. -func (_u *AssetHistoryUpdate) ClearContainsPii() *AssetHistoryUpdate { - _u.mutation.ClearContainsPii() - return _u -} - -// SetSourceType sets the "source_type" field. -func (_u *AssetHistoryUpdate) SetSourceType(v enums.SourceType) *AssetHistoryUpdate { - _u.mutation.SetSourceType(v) - return _u -} - -// SetNillableSourceType sets the "source_type" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSourceType(v *enums.SourceType) *AssetHistoryUpdate { - if v != nil { - _u.SetSourceType(*v) - } - return _u -} - -// SetSourcePlatformID sets the "source_platform_id" field. -func (_u *AssetHistoryUpdate) SetSourcePlatformID(v string) *AssetHistoryUpdate { - _u.mutation.SetSourcePlatformID(v) - return _u -} - -// SetNillableSourcePlatformID sets the "source_platform_id" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSourcePlatformID(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetSourcePlatformID(*v) - } - return _u -} - -// ClearSourcePlatformID clears the value of the "source_platform_id" field. -func (_u *AssetHistoryUpdate) ClearSourcePlatformID() *AssetHistoryUpdate { - _u.mutation.ClearSourcePlatformID() - return _u -} - -// SetSourceIdentifier sets the "source_identifier" field. -func (_u *AssetHistoryUpdate) SetSourceIdentifier(v string) *AssetHistoryUpdate { - _u.mutation.SetSourceIdentifier(v) - return _u -} - -// SetNillableSourceIdentifier sets the "source_identifier" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableSourceIdentifier(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetSourceIdentifier(*v) - } - return _u -} - -// ClearSourceIdentifier clears the value of the "source_identifier" field. -func (_u *AssetHistoryUpdate) ClearSourceIdentifier() *AssetHistoryUpdate { - _u.mutation.ClearSourceIdentifier() - return _u -} - -// SetCostCenter sets the "cost_center" field. -func (_u *AssetHistoryUpdate) SetCostCenter(v string) *AssetHistoryUpdate { - _u.mutation.SetCostCenter(v) - return _u -} - -// SetNillableCostCenter sets the "cost_center" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableCostCenter(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetCostCenter(*v) - } - return _u -} - -// ClearCostCenter clears the value of the "cost_center" field. -func (_u *AssetHistoryUpdate) ClearCostCenter() *AssetHistoryUpdate { - _u.mutation.ClearCostCenter() - return _u -} - -// SetEstimatedMonthlyCost sets the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdate) SetEstimatedMonthlyCost(v float64) *AssetHistoryUpdate { - _u.mutation.ResetEstimatedMonthlyCost() - _u.mutation.SetEstimatedMonthlyCost(v) - return _u -} - -// SetNillableEstimatedMonthlyCost sets the "estimated_monthly_cost" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableEstimatedMonthlyCost(v *float64) *AssetHistoryUpdate { - if v != nil { - _u.SetEstimatedMonthlyCost(*v) - } - return _u -} - -// AddEstimatedMonthlyCost adds value to the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdate) AddEstimatedMonthlyCost(v float64) *AssetHistoryUpdate { - _u.mutation.AddEstimatedMonthlyCost(v) - return _u -} - -// ClearEstimatedMonthlyCost clears the value of the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdate) ClearEstimatedMonthlyCost() *AssetHistoryUpdate { - _u.mutation.ClearEstimatedMonthlyCost() - return _u -} - -// SetPurchaseDate sets the "purchase_date" field. -func (_u *AssetHistoryUpdate) SetPurchaseDate(v models.DateTime) *AssetHistoryUpdate { - _u.mutation.SetPurchaseDate(v) - return _u -} - -// SetNillablePurchaseDate sets the "purchase_date" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillablePurchaseDate(v *models.DateTime) *AssetHistoryUpdate { - if v != nil { - _u.SetPurchaseDate(*v) - } - return _u -} - -// ClearPurchaseDate clears the value of the "purchase_date" field. -func (_u *AssetHistoryUpdate) ClearPurchaseDate() *AssetHistoryUpdate { - _u.mutation.ClearPurchaseDate() - return _u -} - -// SetCpe sets the "cpe" field. -func (_u *AssetHistoryUpdate) SetCpe(v string) *AssetHistoryUpdate { - _u.mutation.SetCpe(v) - return _u -} - -// SetNillableCpe sets the "cpe" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableCpe(v *string) *AssetHistoryUpdate { - if v != nil { - _u.SetCpe(*v) - } - return _u -} - -// ClearCpe clears the value of the "cpe" field. -func (_u *AssetHistoryUpdate) ClearCpe() *AssetHistoryUpdate { - _u.mutation.ClearCpe() - return _u -} - -// SetCategories sets the "categories" field. -func (_u *AssetHistoryUpdate) SetCategories(v []string) *AssetHistoryUpdate { - _u.mutation.SetCategories(v) - return _u -} - -// AppendCategories appends value to the "categories" field. -func (_u *AssetHistoryUpdate) AppendCategories(v []string) *AssetHistoryUpdate { - _u.mutation.AppendCategories(v) - return _u -} - -// ClearCategories clears the value of the "categories" field. -func (_u *AssetHistoryUpdate) ClearCategories() *AssetHistoryUpdate { - _u.mutation.ClearCategories() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *AssetHistoryUpdate) SetObservedAt(v models.DateTime) *AssetHistoryUpdate { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *AssetHistoryUpdate) SetNillableObservedAt(v *models.DateTime) *AssetHistoryUpdate { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *AssetHistoryUpdate) ClearObservedAt() *AssetHistoryUpdate { - _u.mutation.ClearObservedAt() - return _u -} - -// Mutation returns the AssetHistoryMutation object of the builder. -func (_u *AssetHistoryUpdate) Mutation() *AssetHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *AssetHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *AssetHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *AssetHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *AssetHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *AssetHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssetHistoryUpdate) check() error { - if v, ok := _u.mutation.AssetType(); ok { - if err := assethistory.AssetTypeValidator(v); err != nil { - return &ValidationError{Name: "asset_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssetHistory.asset_type": %w`, err)} - } - } - if v, ok := _u.mutation.SourceType(); ok { - if err := assethistory.SourceTypeValidator(v); err != nil { - return &ValidationError{Name: "source_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssetHistory.source_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssetHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssetHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *AssetHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(assethistory.Table, assethistory.Columns, sqlgraph.NewFieldSpec(assethistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(assethistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(assethistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assethistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(assethistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(assethistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assethistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(assethistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(assethistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assethistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(assethistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assethistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(assethistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(assethistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assethistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(assethistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(assethistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(assethistory.FieldInternalOwner, field.TypeString, value) - } - if _u.mutation.InternalOwnerCleared() { - _spec.ClearField(assethistory.FieldInternalOwner, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(assethistory.FieldInternalOwnerUserID, field.TypeString, value) - } - if _u.mutation.InternalOwnerUserIDCleared() { - _spec.ClearField(assethistory.FieldInternalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(assethistory.FieldInternalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.InternalOwnerGroupIDCleared() { - _spec.ClearField(assethistory.FieldInternalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.AssetSubtypeName(); ok { - _spec.SetField(assethistory.FieldAssetSubtypeName, field.TypeString, value) - } - if _u.mutation.AssetSubtypeNameCleared() { - _spec.ClearField(assethistory.FieldAssetSubtypeName, field.TypeString) - } - if value, ok := _u.mutation.AssetSubtypeID(); ok { - _spec.SetField(assethistory.FieldAssetSubtypeID, field.TypeString, value) - } - if _u.mutation.AssetSubtypeIDCleared() { - _spec.ClearField(assethistory.FieldAssetSubtypeID, field.TypeString) - } - if value, ok := _u.mutation.AssetDataClassificationName(); ok { - _spec.SetField(assethistory.FieldAssetDataClassificationName, field.TypeString, value) - } - if _u.mutation.AssetDataClassificationNameCleared() { - _spec.ClearField(assethistory.FieldAssetDataClassificationName, field.TypeString) - } - if value, ok := _u.mutation.AssetDataClassificationID(); ok { - _spec.SetField(assethistory.FieldAssetDataClassificationID, field.TypeString, value) - } - if _u.mutation.AssetDataClassificationIDCleared() { - _spec.ClearField(assethistory.FieldAssetDataClassificationID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(assethistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(assethistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(assethistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(assethistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(assethistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(assethistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(assethistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(assethistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.AccessModelName(); ok { - _spec.SetField(assethistory.FieldAccessModelName, field.TypeString, value) - } - if _u.mutation.AccessModelNameCleared() { - _spec.ClearField(assethistory.FieldAccessModelName, field.TypeString) - } - if value, ok := _u.mutation.AccessModelID(); ok { - _spec.SetField(assethistory.FieldAccessModelID, field.TypeString, value) - } - if _u.mutation.AccessModelIDCleared() { - _spec.ClearField(assethistory.FieldAccessModelID, field.TypeString) - } - if value, ok := _u.mutation.EncryptionStatusName(); ok { - _spec.SetField(assethistory.FieldEncryptionStatusName, field.TypeString, value) - } - if _u.mutation.EncryptionStatusNameCleared() { - _spec.ClearField(assethistory.FieldEncryptionStatusName, field.TypeString) - } - if value, ok := _u.mutation.EncryptionStatusID(); ok { - _spec.SetField(assethistory.FieldEncryptionStatusID, field.TypeString, value) - } - if _u.mutation.EncryptionStatusIDCleared() { - _spec.ClearField(assethistory.FieldEncryptionStatusID, field.TypeString) - } - if value, ok := _u.mutation.SecurityTierName(); ok { - _spec.SetField(assethistory.FieldSecurityTierName, field.TypeString, value) - } - if _u.mutation.SecurityTierNameCleared() { - _spec.ClearField(assethistory.FieldSecurityTierName, field.TypeString) - } - if value, ok := _u.mutation.SecurityTierID(); ok { - _spec.SetField(assethistory.FieldSecurityTierID, field.TypeString, value) - } - if _u.mutation.SecurityTierIDCleared() { - _spec.ClearField(assethistory.FieldSecurityTierID, field.TypeString) - } - if value, ok := _u.mutation.CriticalityName(); ok { - _spec.SetField(assethistory.FieldCriticalityName, field.TypeString, value) - } - if _u.mutation.CriticalityNameCleared() { - _spec.ClearField(assethistory.FieldCriticalityName, field.TypeString) - } - if value, ok := _u.mutation.CriticalityID(); ok { - _spec.SetField(assethistory.FieldCriticalityID, field.TypeString, value) - } - if _u.mutation.CriticalityIDCleared() { - _spec.ClearField(assethistory.FieldCriticalityID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(assethistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(assethistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(assethistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(assethistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(assethistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.AssetType(); ok { - _spec.SetField(assethistory.FieldAssetType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(assethistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(assethistory.FieldDisplayName, field.TypeString, value) - } - if _u.mutation.DisplayNameCleared() { - _spec.ClearField(assethistory.FieldDisplayName, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(assethistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(assethistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Identifier(); ok { - _spec.SetField(assethistory.FieldIdentifier, field.TypeString, value) - } - if _u.mutation.IdentifierCleared() { - _spec.ClearField(assethistory.FieldIdentifier, field.TypeString) - } - if value, ok := _u.mutation.Website(); ok { - _spec.SetField(assethistory.FieldWebsite, field.TypeString, value) - } - if _u.mutation.WebsiteCleared() { - _spec.ClearField(assethistory.FieldWebsite, field.TypeString) - } - if value, ok := _u.mutation.PhysicalLocation(); ok { - _spec.SetField(assethistory.FieldPhysicalLocation, field.TypeString, value) - } - if _u.mutation.PhysicalLocationCleared() { - _spec.ClearField(assethistory.FieldPhysicalLocation, field.TypeString) - } - if value, ok := _u.mutation.Region(); ok { - _spec.SetField(assethistory.FieldRegion, field.TypeString, value) - } - if _u.mutation.RegionCleared() { - _spec.ClearField(assethistory.FieldRegion, field.TypeString) - } - if value, ok := _u.mutation.ContainsPii(); ok { - _spec.SetField(assethistory.FieldContainsPii, field.TypeBool, value) - } - if _u.mutation.ContainsPiiCleared() { - _spec.ClearField(assethistory.FieldContainsPii, field.TypeBool) - } - if value, ok := _u.mutation.SourceType(); ok { - _spec.SetField(assethistory.FieldSourceType, field.TypeEnum, value) - } - if value, ok := _u.mutation.SourcePlatformID(); ok { - _spec.SetField(assethistory.FieldSourcePlatformID, field.TypeString, value) - } - if _u.mutation.SourcePlatformIDCleared() { - _spec.ClearField(assethistory.FieldSourcePlatformID, field.TypeString) - } - if value, ok := _u.mutation.SourceIdentifier(); ok { - _spec.SetField(assethistory.FieldSourceIdentifier, field.TypeString, value) - } - if _u.mutation.SourceIdentifierCleared() { - _spec.ClearField(assethistory.FieldSourceIdentifier, field.TypeString) - } - if value, ok := _u.mutation.CostCenter(); ok { - _spec.SetField(assethistory.FieldCostCenter, field.TypeString, value) - } - if _u.mutation.CostCenterCleared() { - _spec.ClearField(assethistory.FieldCostCenter, field.TypeString) - } - if value, ok := _u.mutation.EstimatedMonthlyCost(); ok { - _spec.SetField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedEstimatedMonthlyCost(); ok { - _spec.AddField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if _u.mutation.EstimatedMonthlyCostCleared() { - _spec.ClearField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64) - } - if value, ok := _u.mutation.PurchaseDate(); ok { - _spec.SetField(assethistory.FieldPurchaseDate, field.TypeTime, value) - } - if _u.mutation.PurchaseDateCleared() { - _spec.ClearField(assethistory.FieldPurchaseDate, field.TypeTime) - } - if value, ok := _u.mutation.Cpe(); ok { - _spec.SetField(assethistory.FieldCpe, field.TypeString, value) - } - if _u.mutation.CpeCleared() { - _spec.ClearField(assethistory.FieldCpe, field.TypeString) - } - if value, ok := _u.mutation.Categories(); ok { - _spec.SetField(assethistory.FieldCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assethistory.FieldCategories, value) - }) - } - if _u.mutation.CategoriesCleared() { - _spec.ClearField(assethistory.FieldCategories, field.TypeJSON) - } - if _u.mutation.IntegrationIDCleared() { - _spec.ClearField(assethistory.FieldIntegrationID, field.TypeString) - } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(assethistory.FieldObservedAt, field.TypeTime, value) - } - if _u.mutation.ObservedAtCleared() { - _spec.ClearField(assethistory.FieldObservedAt, field.TypeTime) - } - _spec.Node.Schema = _u.schemaConfig.AssetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{assethistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// AssetHistoryUpdateOne is the builder for updating a single AssetHistory entity. -type AssetHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *AssetHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *AssetHistoryUpdateOne) SetUpdatedAt(v time.Time) *AssetHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *AssetHistoryUpdateOne) ClearUpdatedAt() *AssetHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *AssetHistoryUpdateOne) SetUpdatedBy(v string) *AssetHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableUpdatedBy(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *AssetHistoryUpdateOne) ClearUpdatedBy() *AssetHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *AssetHistoryUpdateOne) SetUpdatedByImpersonator(v string) *AssetHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *AssetHistoryUpdateOne) ClearUpdatedByImpersonator() *AssetHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *AssetHistoryUpdateOne) SetDeletedAt(v time.Time) *AssetHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *AssetHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *AssetHistoryUpdateOne) ClearDeletedAt() *AssetHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *AssetHistoryUpdateOne) SetDeletedBy(v string) *AssetHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableDeletedBy(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *AssetHistoryUpdateOne) ClearDeletedBy() *AssetHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *AssetHistoryUpdateOne) SetTags(v []string) *AssetHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *AssetHistoryUpdateOne) AppendTags(v []string) *AssetHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *AssetHistoryUpdateOne) ClearTags() *AssetHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *AssetHistoryUpdateOne) SetInternalOwner(v string) *AssetHistoryUpdateOne { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableInternalOwner(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *AssetHistoryUpdateOne) ClearInternalOwner() *AssetHistoryUpdateOne { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *AssetHistoryUpdateOne) SetInternalOwnerUserID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableInternalOwnerUserID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *AssetHistoryUpdateOne) ClearInternalOwnerUserID() *AssetHistoryUpdateOne { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *AssetHistoryUpdateOne) SetInternalOwnerGroupID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableInternalOwnerGroupID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *AssetHistoryUpdateOne) ClearInternalOwnerGroupID() *AssetHistoryUpdateOne { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetAssetSubtypeName sets the "asset_subtype_name" field. -func (_u *AssetHistoryUpdateOne) SetAssetSubtypeName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAssetSubtypeName(v) - return _u -} - -// SetNillableAssetSubtypeName sets the "asset_subtype_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAssetSubtypeName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAssetSubtypeName(*v) - } - return _u -} - -// ClearAssetSubtypeName clears the value of the "asset_subtype_name" field. -func (_u *AssetHistoryUpdateOne) ClearAssetSubtypeName() *AssetHistoryUpdateOne { - _u.mutation.ClearAssetSubtypeName() - return _u -} - -// SetAssetSubtypeID sets the "asset_subtype_id" field. -func (_u *AssetHistoryUpdateOne) SetAssetSubtypeID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAssetSubtypeID(v) - return _u -} - -// SetNillableAssetSubtypeID sets the "asset_subtype_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAssetSubtypeID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAssetSubtypeID(*v) - } - return _u -} - -// ClearAssetSubtypeID clears the value of the "asset_subtype_id" field. -func (_u *AssetHistoryUpdateOne) ClearAssetSubtypeID() *AssetHistoryUpdateOne { - _u.mutation.ClearAssetSubtypeID() - return _u -} - -// SetAssetDataClassificationName sets the "asset_data_classification_name" field. -func (_u *AssetHistoryUpdateOne) SetAssetDataClassificationName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAssetDataClassificationName(v) - return _u -} - -// SetNillableAssetDataClassificationName sets the "asset_data_classification_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAssetDataClassificationName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAssetDataClassificationName(*v) - } - return _u -} - -// ClearAssetDataClassificationName clears the value of the "asset_data_classification_name" field. -func (_u *AssetHistoryUpdateOne) ClearAssetDataClassificationName() *AssetHistoryUpdateOne { - _u.mutation.ClearAssetDataClassificationName() - return _u -} - -// SetAssetDataClassificationID sets the "asset_data_classification_id" field. -func (_u *AssetHistoryUpdateOne) SetAssetDataClassificationID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAssetDataClassificationID(v) - return _u -} - -// SetNillableAssetDataClassificationID sets the "asset_data_classification_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAssetDataClassificationID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAssetDataClassificationID(*v) - } - return _u -} - -// ClearAssetDataClassificationID clears the value of the "asset_data_classification_id" field. -func (_u *AssetHistoryUpdateOne) ClearAssetDataClassificationID() *AssetHistoryUpdateOne { - _u.mutation.ClearAssetDataClassificationID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *AssetHistoryUpdateOne) SetEnvironmentName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableEnvironmentName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(assethistory.FieldEnvironmentID, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *AssetHistoryUpdateOne) ClearEnvironmentName() *AssetHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *AssetHistoryUpdateOne) SetEnvironmentID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableEnvironmentID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(assethistory.FieldScopeName, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *AssetHistoryUpdateOne) ClearEnvironmentID() *AssetHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *AssetHistoryUpdateOne) SetScopeName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableScopeName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(assethistory.FieldScopeID, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *AssetHistoryUpdateOne) ClearScopeName() *AssetHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *AssetHistoryUpdateOne) SetScopeID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableScopeID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.AccessModelNameCleared() { + _spec.ClearField(assethistory.FieldAccessModelName, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *AssetHistoryUpdateOne) ClearScopeID() *AssetHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetAccessModelName sets the "access_model_name" field. -func (_u *AssetHistoryUpdateOne) SetAccessModelName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAccessModelName(v) - return _u -} - -// SetNillableAccessModelName sets the "access_model_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAccessModelName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAccessModelName(*v) + if _u.mutation.AccessModelIDCleared() { + _spec.ClearField(assethistory.FieldAccessModelID, field.TypeString) } - return _u -} - -// ClearAccessModelName clears the value of the "access_model_name" field. -func (_u *AssetHistoryUpdateOne) ClearAccessModelName() *AssetHistoryUpdateOne { - _u.mutation.ClearAccessModelName() - return _u -} - -// SetAccessModelID sets the "access_model_id" field. -func (_u *AssetHistoryUpdateOne) SetAccessModelID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetAccessModelID(v) - return _u -} - -// SetNillableAccessModelID sets the "access_model_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAccessModelID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAccessModelID(*v) + if _u.mutation.EncryptionStatusNameCleared() { + _spec.ClearField(assethistory.FieldEncryptionStatusName, field.TypeString) } - return _u -} - -// ClearAccessModelID clears the value of the "access_model_id" field. -func (_u *AssetHistoryUpdateOne) ClearAccessModelID() *AssetHistoryUpdateOne { - _u.mutation.ClearAccessModelID() - return _u -} - -// SetEncryptionStatusName sets the "encryption_status_name" field. -func (_u *AssetHistoryUpdateOne) SetEncryptionStatusName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetEncryptionStatusName(v) - return _u -} - -// SetNillableEncryptionStatusName sets the "encryption_status_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableEncryptionStatusName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetEncryptionStatusName(*v) + if _u.mutation.EncryptionStatusIDCleared() { + _spec.ClearField(assethistory.FieldEncryptionStatusID, field.TypeString) } - return _u -} - -// ClearEncryptionStatusName clears the value of the "encryption_status_name" field. -func (_u *AssetHistoryUpdateOne) ClearEncryptionStatusName() *AssetHistoryUpdateOne { - _u.mutation.ClearEncryptionStatusName() - return _u -} - -// SetEncryptionStatusID sets the "encryption_status_id" field. -func (_u *AssetHistoryUpdateOne) SetEncryptionStatusID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetEncryptionStatusID(v) - return _u -} - -// SetNillableEncryptionStatusID sets the "encryption_status_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableEncryptionStatusID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetEncryptionStatusID(*v) + if _u.mutation.SecurityTierNameCleared() { + _spec.ClearField(assethistory.FieldSecurityTierName, field.TypeString) } - return _u -} - -// ClearEncryptionStatusID clears the value of the "encryption_status_id" field. -func (_u *AssetHistoryUpdateOne) ClearEncryptionStatusID() *AssetHistoryUpdateOne { - _u.mutation.ClearEncryptionStatusID() - return _u -} - -// SetSecurityTierName sets the "security_tier_name" field. -func (_u *AssetHistoryUpdateOne) SetSecurityTierName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetSecurityTierName(v) - return _u -} - -// SetNillableSecurityTierName sets the "security_tier_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSecurityTierName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSecurityTierName(*v) + if _u.mutation.SecurityTierIDCleared() { + _spec.ClearField(assethistory.FieldSecurityTierID, field.TypeString) } - return _u -} - -// ClearSecurityTierName clears the value of the "security_tier_name" field. -func (_u *AssetHistoryUpdateOne) ClearSecurityTierName() *AssetHistoryUpdateOne { - _u.mutation.ClearSecurityTierName() - return _u -} - -// SetSecurityTierID sets the "security_tier_id" field. -func (_u *AssetHistoryUpdateOne) SetSecurityTierID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetSecurityTierID(v) - return _u -} - -// SetNillableSecurityTierID sets the "security_tier_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSecurityTierID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSecurityTierID(*v) + if _u.mutation.CriticalityNameCleared() { + _spec.ClearField(assethistory.FieldCriticalityName, field.TypeString) } - return _u -} - -// ClearSecurityTierID clears the value of the "security_tier_id" field. -func (_u *AssetHistoryUpdateOne) ClearSecurityTierID() *AssetHistoryUpdateOne { - _u.mutation.ClearSecurityTierID() - return _u -} - -// SetCriticalityName sets the "criticality_name" field. -func (_u *AssetHistoryUpdateOne) SetCriticalityName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetCriticalityName(v) - return _u -} - -// SetNillableCriticalityName sets the "criticality_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableCriticalityName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetCriticalityName(*v) + if _u.mutation.CriticalityIDCleared() { + _spec.ClearField(assethistory.FieldCriticalityID, field.TypeString) } - return _u -} - -// ClearCriticalityName clears the value of the "criticality_name" field. -func (_u *AssetHistoryUpdateOne) ClearCriticalityName() *AssetHistoryUpdateOne { - _u.mutation.ClearCriticalityName() - return _u -} - -// SetCriticalityID sets the "criticality_id" field. -func (_u *AssetHistoryUpdateOne) SetCriticalityID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetCriticalityID(v) - return _u -} - -// SetNillableCriticalityID sets the "criticality_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableCriticalityID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetCriticalityID(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(assethistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearCriticalityID clears the value of the "criticality_id" field. -func (_u *AssetHistoryUpdateOne) ClearCriticalityID() *AssetHistoryUpdateOne { - _u.mutation.ClearCriticalityID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *AssetHistoryUpdateOne) SetInternalNotes(v string) *AssetHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableInternalNotes(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(assethistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *AssetHistoryUpdateOne) ClearInternalNotes() *AssetHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *AssetHistoryUpdateOne) SetSystemInternalID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSystemInternalID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(assethistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *AssetHistoryUpdateOne) ClearSystemInternalID() *AssetHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetAssetType sets the "asset_type" field. -func (_u *AssetHistoryUpdateOne) SetAssetType(v enums.AssetType) *AssetHistoryUpdateOne { - _u.mutation.SetAssetType(v) - return _u -} - -// SetNillableAssetType sets the "asset_type" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableAssetType(v *enums.AssetType) *AssetHistoryUpdateOne { - if v != nil { - _u.SetAssetType(*v) + if _u.mutation.DisplayNameCleared() { + _spec.ClearField(assethistory.FieldDisplayName, field.TypeString) } - return _u -} - -// SetName sets the "name" field. -func (_u *AssetHistoryUpdateOne) SetName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetName(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(assethistory.FieldDescription, field.TypeString) } - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *AssetHistoryUpdateOne) SetDisplayName(v string) *AssetHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableDisplayName(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) + if _u.mutation.IdentifierCleared() { + _spec.ClearField(assethistory.FieldIdentifier, field.TypeString) } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *AssetHistoryUpdateOne) ClearDisplayName() *AssetHistoryUpdateOne { - _u.mutation.ClearDisplayName() - return _u -} - -// SetDescription sets the "description" field. -func (_u *AssetHistoryUpdateOne) SetDescription(v string) *AssetHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableDescription(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.WebsiteCleared() { + _spec.ClearField(assethistory.FieldWebsite, field.TypeString) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *AssetHistoryUpdateOne) ClearDescription() *AssetHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetIdentifier sets the "identifier" field. -func (_u *AssetHistoryUpdateOne) SetIdentifier(v string) *AssetHistoryUpdateOne { - _u.mutation.SetIdentifier(v) - return _u -} - -// SetNillableIdentifier sets the "identifier" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableIdentifier(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetIdentifier(*v) + if _u.mutation.PhysicalLocationCleared() { + _spec.ClearField(assethistory.FieldPhysicalLocation, field.TypeString) } - return _u -} - -// ClearIdentifier clears the value of the "identifier" field. -func (_u *AssetHistoryUpdateOne) ClearIdentifier() *AssetHistoryUpdateOne { - _u.mutation.ClearIdentifier() - return _u -} - -// SetWebsite sets the "website" field. -func (_u *AssetHistoryUpdateOne) SetWebsite(v string) *AssetHistoryUpdateOne { - _u.mutation.SetWebsite(v) - return _u -} - -// SetNillableWebsite sets the "website" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableWebsite(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetWebsite(*v) + if _u.mutation.RegionCleared() { + _spec.ClearField(assethistory.FieldRegion, field.TypeString) } - return _u -} - -// ClearWebsite clears the value of the "website" field. -func (_u *AssetHistoryUpdateOne) ClearWebsite() *AssetHistoryUpdateOne { - _u.mutation.ClearWebsite() - return _u -} - -// SetPhysicalLocation sets the "physical_location" field. -func (_u *AssetHistoryUpdateOne) SetPhysicalLocation(v string) *AssetHistoryUpdateOne { - _u.mutation.SetPhysicalLocation(v) - return _u -} - -// SetNillablePhysicalLocation sets the "physical_location" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillablePhysicalLocation(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetPhysicalLocation(*v) + if _u.mutation.ContainsPiiCleared() { + _spec.ClearField(assethistory.FieldContainsPii, field.TypeBool) } - return _u -} - -// ClearPhysicalLocation clears the value of the "physical_location" field. -func (_u *AssetHistoryUpdateOne) ClearPhysicalLocation() *AssetHistoryUpdateOne { - _u.mutation.ClearPhysicalLocation() - return _u -} - -// SetRegion sets the "region" field. -func (_u *AssetHistoryUpdateOne) SetRegion(v string) *AssetHistoryUpdateOne { - _u.mutation.SetRegion(v) - return _u -} - -// SetNillableRegion sets the "region" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableRegion(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetRegion(*v) + if _u.mutation.SourcePlatformIDCleared() { + _spec.ClearField(assethistory.FieldSourcePlatformID, field.TypeString) } - return _u -} - -// ClearRegion clears the value of the "region" field. -func (_u *AssetHistoryUpdateOne) ClearRegion() *AssetHistoryUpdateOne { - _u.mutation.ClearRegion() - return _u -} - -// SetContainsPii sets the "contains_pii" field. -func (_u *AssetHistoryUpdateOne) SetContainsPii(v bool) *AssetHistoryUpdateOne { - _u.mutation.SetContainsPii(v) - return _u -} - -// SetNillableContainsPii sets the "contains_pii" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableContainsPii(v *bool) *AssetHistoryUpdateOne { - if v != nil { - _u.SetContainsPii(*v) + if _u.mutation.SourceIdentifierCleared() { + _spec.ClearField(assethistory.FieldSourceIdentifier, field.TypeString) } - return _u -} - -// ClearContainsPii clears the value of the "contains_pii" field. -func (_u *AssetHistoryUpdateOne) ClearContainsPii() *AssetHistoryUpdateOne { - _u.mutation.ClearContainsPii() - return _u -} - -// SetSourceType sets the "source_type" field. -func (_u *AssetHistoryUpdateOne) SetSourceType(v enums.SourceType) *AssetHistoryUpdateOne { - _u.mutation.SetSourceType(v) - return _u -} - -// SetNillableSourceType sets the "source_type" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSourceType(v *enums.SourceType) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSourceType(*v) + if _u.mutation.CostCenterCleared() { + _spec.ClearField(assethistory.FieldCostCenter, field.TypeString) } - return _u -} - -// SetSourcePlatformID sets the "source_platform_id" field. -func (_u *AssetHistoryUpdateOne) SetSourcePlatformID(v string) *AssetHistoryUpdateOne { - _u.mutation.SetSourcePlatformID(v) - return _u -} - -// SetNillableSourcePlatformID sets the "source_platform_id" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSourcePlatformID(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSourcePlatformID(*v) + if _u.mutation.EstimatedMonthlyCostCleared() { + _spec.ClearField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64) } - return _u -} - -// ClearSourcePlatformID clears the value of the "source_platform_id" field. -func (_u *AssetHistoryUpdateOne) ClearSourcePlatformID() *AssetHistoryUpdateOne { - _u.mutation.ClearSourcePlatformID() - return _u -} - -// SetSourceIdentifier sets the "source_identifier" field. -func (_u *AssetHistoryUpdateOne) SetSourceIdentifier(v string) *AssetHistoryUpdateOne { - _u.mutation.SetSourceIdentifier(v) - return _u -} - -// SetNillableSourceIdentifier sets the "source_identifier" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableSourceIdentifier(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetSourceIdentifier(*v) + if _u.mutation.PurchaseDateCleared() { + _spec.ClearField(assethistory.FieldPurchaseDate, field.TypeTime) } - return _u -} - -// ClearSourceIdentifier clears the value of the "source_identifier" field. -func (_u *AssetHistoryUpdateOne) ClearSourceIdentifier() *AssetHistoryUpdateOne { - _u.mutation.ClearSourceIdentifier() - return _u -} - -// SetCostCenter sets the "cost_center" field. -func (_u *AssetHistoryUpdateOne) SetCostCenter(v string) *AssetHistoryUpdateOne { - _u.mutation.SetCostCenter(v) - return _u -} - -// SetNillableCostCenter sets the "cost_center" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableCostCenter(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetCostCenter(*v) + if _u.mutation.CpeCleared() { + _spec.ClearField(assethistory.FieldCpe, field.TypeString) } - return _u -} - -// ClearCostCenter clears the value of the "cost_center" field. -func (_u *AssetHistoryUpdateOne) ClearCostCenter() *AssetHistoryUpdateOne { - _u.mutation.ClearCostCenter() - return _u -} - -// SetEstimatedMonthlyCost sets the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdateOne) SetEstimatedMonthlyCost(v float64) *AssetHistoryUpdateOne { - _u.mutation.ResetEstimatedMonthlyCost() - _u.mutation.SetEstimatedMonthlyCost(v) - return _u -} - -// SetNillableEstimatedMonthlyCost sets the "estimated_monthly_cost" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableEstimatedMonthlyCost(v *float64) *AssetHistoryUpdateOne { - if v != nil { - _u.SetEstimatedMonthlyCost(*v) + if _u.mutation.CategoriesCleared() { + _spec.ClearField(assethistory.FieldCategories, field.TypeJSON) } - return _u -} - -// AddEstimatedMonthlyCost adds value to the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdateOne) AddEstimatedMonthlyCost(v float64) *AssetHistoryUpdateOne { - _u.mutation.AddEstimatedMonthlyCost(v) - return _u -} - -// ClearEstimatedMonthlyCost clears the value of the "estimated_monthly_cost" field. -func (_u *AssetHistoryUpdateOne) ClearEstimatedMonthlyCost() *AssetHistoryUpdateOne { - _u.mutation.ClearEstimatedMonthlyCost() - return _u -} - -// SetPurchaseDate sets the "purchase_date" field. -func (_u *AssetHistoryUpdateOne) SetPurchaseDate(v models.DateTime) *AssetHistoryUpdateOne { - _u.mutation.SetPurchaseDate(v) - return _u -} - -// SetNillablePurchaseDate sets the "purchase_date" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillablePurchaseDate(v *models.DateTime) *AssetHistoryUpdateOne { - if v != nil { - _u.SetPurchaseDate(*v) + if _u.mutation.IntegrationIDCleared() { + _spec.ClearField(assethistory.FieldIntegrationID, field.TypeString) } - return _u -} - -// ClearPurchaseDate clears the value of the "purchase_date" field. -func (_u *AssetHistoryUpdateOne) ClearPurchaseDate() *AssetHistoryUpdateOne { - _u.mutation.ClearPurchaseDate() - return _u -} - -// SetCpe sets the "cpe" field. -func (_u *AssetHistoryUpdateOne) SetCpe(v string) *AssetHistoryUpdateOne { - _u.mutation.SetCpe(v) - return _u -} - -// SetNillableCpe sets the "cpe" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableCpe(v *string) *AssetHistoryUpdateOne { - if v != nil { - _u.SetCpe(*v) + if _u.mutation.ObservedAtCleared() { + _spec.ClearField(assethistory.FieldObservedAt, field.TypeTime) } - return _u -} - -// ClearCpe clears the value of the "cpe" field. -func (_u *AssetHistoryUpdateOne) ClearCpe() *AssetHistoryUpdateOne { - _u.mutation.ClearCpe() - return _u -} - -// SetCategories sets the "categories" field. -func (_u *AssetHistoryUpdateOne) SetCategories(v []string) *AssetHistoryUpdateOne { - _u.mutation.SetCategories(v) - return _u -} - -// AppendCategories appends value to the "categories" field. -func (_u *AssetHistoryUpdateOne) AppendCategories(v []string) *AssetHistoryUpdateOne { - _u.mutation.AppendCategories(v) - return _u -} - -// ClearCategories clears the value of the "categories" field. -func (_u *AssetHistoryUpdateOne) ClearCategories() *AssetHistoryUpdateOne { - _u.mutation.ClearCategories() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *AssetHistoryUpdateOne) SetObservedAt(v models.DateTime) *AssetHistoryUpdateOne { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *AssetHistoryUpdateOne) SetNillableObservedAt(v *models.DateTime) *AssetHistoryUpdateOne { - if v != nil { - _u.SetObservedAt(*v) + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{assethistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err } - return _u + _u.mutation.done = true + return _node, nil } -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *AssetHistoryUpdateOne) ClearObservedAt() *AssetHistoryUpdateOne { - _u.mutation.ClearObservedAt() - return _u +// AssetHistoryUpdateOne is the builder for updating a single AssetHistory entity. +type AssetHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *AssetHistoryMutation } // Mutation returns the AssetHistoryMutation object of the builder. @@ -2206,9 +254,6 @@ func (_u *AssetHistoryUpdateOne) Select(field string, fields ...string) *AssetHi // Save executes the query and returns the updated AssetHistory entity. func (_u *AssetHistoryUpdateOne) Save(ctx context.Context) (*AssetHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2234,43 +279,7 @@ func (_u *AssetHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *AssetHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if assethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized assethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := assethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *AssetHistoryUpdateOne) check() error { - if v, ok := _u.mutation.AssetType(); ok { - if err := assethistory.AssetTypeValidator(v); err != nil { - return &ValidationError{Name: "asset_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssetHistory.asset_type": %w`, err)} - } - } - if v, ok := _u.mutation.SourceType(); ok { - if err := assethistory.SourceTypeValidator(v); err != nil { - return &ValidationError{Name: "source_type", err: fmt.Errorf(`historygenerated: validator failed for field "AssetHistory.source_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *AssetHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *AssetHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *AssetHistoryUpdateOne) sqlSave(ctx context.Context) (_node *AssetHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(assethistory.Table, assethistory.Columns, sqlgraph.NewFieldSpec(assethistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2302,295 +311,144 @@ func (_u *AssetHistoryUpdateOne) sqlSave(ctx context.Context) (_node *AssetHisto if _u.mutation.CreatedAtCleared() { _spec.ClearField(assethistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(assethistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(assethistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(assethistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(assethistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(assethistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(assethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(assethistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(assethistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(assethistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(assethistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(assethistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(assethistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assethistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(assethistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(assethistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(assethistory.FieldInternalOwner, field.TypeString, value) - } if _u.mutation.InternalOwnerCleared() { _spec.ClearField(assethistory.FieldInternalOwner, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(assethistory.FieldInternalOwnerUserID, field.TypeString, value) - } if _u.mutation.InternalOwnerUserIDCleared() { _spec.ClearField(assethistory.FieldInternalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(assethistory.FieldInternalOwnerGroupID, field.TypeString, value) - } if _u.mutation.InternalOwnerGroupIDCleared() { _spec.ClearField(assethistory.FieldInternalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.AssetSubtypeName(); ok { - _spec.SetField(assethistory.FieldAssetSubtypeName, field.TypeString, value) - } if _u.mutation.AssetSubtypeNameCleared() { _spec.ClearField(assethistory.FieldAssetSubtypeName, field.TypeString) } - if value, ok := _u.mutation.AssetSubtypeID(); ok { - _spec.SetField(assethistory.FieldAssetSubtypeID, field.TypeString, value) - } if _u.mutation.AssetSubtypeIDCleared() { _spec.ClearField(assethistory.FieldAssetSubtypeID, field.TypeString) } - if value, ok := _u.mutation.AssetDataClassificationName(); ok { - _spec.SetField(assethistory.FieldAssetDataClassificationName, field.TypeString, value) - } if _u.mutation.AssetDataClassificationNameCleared() { _spec.ClearField(assethistory.FieldAssetDataClassificationName, field.TypeString) } - if value, ok := _u.mutation.AssetDataClassificationID(); ok { - _spec.SetField(assethistory.FieldAssetDataClassificationID, field.TypeString, value) - } if _u.mutation.AssetDataClassificationIDCleared() { _spec.ClearField(assethistory.FieldAssetDataClassificationID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(assethistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(assethistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(assethistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(assethistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(assethistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(assethistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(assethistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(assethistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.AccessModelName(); ok { - _spec.SetField(assethistory.FieldAccessModelName, field.TypeString, value) - } if _u.mutation.AccessModelNameCleared() { _spec.ClearField(assethistory.FieldAccessModelName, field.TypeString) } - if value, ok := _u.mutation.AccessModelID(); ok { - _spec.SetField(assethistory.FieldAccessModelID, field.TypeString, value) - } if _u.mutation.AccessModelIDCleared() { _spec.ClearField(assethistory.FieldAccessModelID, field.TypeString) } - if value, ok := _u.mutation.EncryptionStatusName(); ok { - _spec.SetField(assethistory.FieldEncryptionStatusName, field.TypeString, value) - } if _u.mutation.EncryptionStatusNameCleared() { _spec.ClearField(assethistory.FieldEncryptionStatusName, field.TypeString) } - if value, ok := _u.mutation.EncryptionStatusID(); ok { - _spec.SetField(assethistory.FieldEncryptionStatusID, field.TypeString, value) - } if _u.mutation.EncryptionStatusIDCleared() { _spec.ClearField(assethistory.FieldEncryptionStatusID, field.TypeString) } - if value, ok := _u.mutation.SecurityTierName(); ok { - _spec.SetField(assethistory.FieldSecurityTierName, field.TypeString, value) - } if _u.mutation.SecurityTierNameCleared() { _spec.ClearField(assethistory.FieldSecurityTierName, field.TypeString) } - if value, ok := _u.mutation.SecurityTierID(); ok { - _spec.SetField(assethistory.FieldSecurityTierID, field.TypeString, value) - } if _u.mutation.SecurityTierIDCleared() { _spec.ClearField(assethistory.FieldSecurityTierID, field.TypeString) } - if value, ok := _u.mutation.CriticalityName(); ok { - _spec.SetField(assethistory.FieldCriticalityName, field.TypeString, value) - } if _u.mutation.CriticalityNameCleared() { _spec.ClearField(assethistory.FieldCriticalityName, field.TypeString) } - if value, ok := _u.mutation.CriticalityID(); ok { - _spec.SetField(assethistory.FieldCriticalityID, field.TypeString, value) - } if _u.mutation.CriticalityIDCleared() { _spec.ClearField(assethistory.FieldCriticalityID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(assethistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(assethistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(assethistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(assethistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(assethistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.AssetType(); ok { - _spec.SetField(assethistory.FieldAssetType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(assethistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(assethistory.FieldDisplayName, field.TypeString, value) - } if _u.mutation.DisplayNameCleared() { _spec.ClearField(assethistory.FieldDisplayName, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(assethistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(assethistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Identifier(); ok { - _spec.SetField(assethistory.FieldIdentifier, field.TypeString, value) - } if _u.mutation.IdentifierCleared() { _spec.ClearField(assethistory.FieldIdentifier, field.TypeString) } - if value, ok := _u.mutation.Website(); ok { - _spec.SetField(assethistory.FieldWebsite, field.TypeString, value) - } if _u.mutation.WebsiteCleared() { _spec.ClearField(assethistory.FieldWebsite, field.TypeString) } - if value, ok := _u.mutation.PhysicalLocation(); ok { - _spec.SetField(assethistory.FieldPhysicalLocation, field.TypeString, value) - } if _u.mutation.PhysicalLocationCleared() { _spec.ClearField(assethistory.FieldPhysicalLocation, field.TypeString) } - if value, ok := _u.mutation.Region(); ok { - _spec.SetField(assethistory.FieldRegion, field.TypeString, value) - } if _u.mutation.RegionCleared() { _spec.ClearField(assethistory.FieldRegion, field.TypeString) } - if value, ok := _u.mutation.ContainsPii(); ok { - _spec.SetField(assethistory.FieldContainsPii, field.TypeBool, value) - } if _u.mutation.ContainsPiiCleared() { _spec.ClearField(assethistory.FieldContainsPii, field.TypeBool) } - if value, ok := _u.mutation.SourceType(); ok { - _spec.SetField(assethistory.FieldSourceType, field.TypeEnum, value) - } - if value, ok := _u.mutation.SourcePlatformID(); ok { - _spec.SetField(assethistory.FieldSourcePlatformID, field.TypeString, value) - } if _u.mutation.SourcePlatformIDCleared() { _spec.ClearField(assethistory.FieldSourcePlatformID, field.TypeString) } - if value, ok := _u.mutation.SourceIdentifier(); ok { - _spec.SetField(assethistory.FieldSourceIdentifier, field.TypeString, value) - } if _u.mutation.SourceIdentifierCleared() { _spec.ClearField(assethistory.FieldSourceIdentifier, field.TypeString) } - if value, ok := _u.mutation.CostCenter(); ok { - _spec.SetField(assethistory.FieldCostCenter, field.TypeString, value) - } if _u.mutation.CostCenterCleared() { _spec.ClearField(assethistory.FieldCostCenter, field.TypeString) } - if value, ok := _u.mutation.EstimatedMonthlyCost(); ok { - _spec.SetField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedEstimatedMonthlyCost(); ok { - _spec.AddField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } if _u.mutation.EstimatedMonthlyCostCleared() { _spec.ClearField(assethistory.FieldEstimatedMonthlyCost, field.TypeFloat64) } - if value, ok := _u.mutation.PurchaseDate(); ok { - _spec.SetField(assethistory.FieldPurchaseDate, field.TypeTime, value) - } if _u.mutation.PurchaseDateCleared() { _spec.ClearField(assethistory.FieldPurchaseDate, field.TypeTime) } - if value, ok := _u.mutation.Cpe(); ok { - _spec.SetField(assethistory.FieldCpe, field.TypeString, value) - } if _u.mutation.CpeCleared() { _spec.ClearField(assethistory.FieldCpe, field.TypeString) } - if value, ok := _u.mutation.Categories(); ok { - _spec.SetField(assethistory.FieldCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, assethistory.FieldCategories, value) - }) - } if _u.mutation.CategoriesCleared() { _spec.ClearField(assethistory.FieldCategories, field.TypeJSON) } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(assethistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(assethistory.FieldObservedAt, field.TypeTime, value) - } if _u.mutation.ObservedAtCleared() { _spec.ClearField(assethistory.FieldObservedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.AssetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &AssetHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/campaignhistory/campaignhistory.go b/internal/ent/historygenerated/campaignhistory/campaignhistory.go index ec2f88e519..0cb70071b2 100644 --- a/internal/ent/historygenerated/campaignhistory/campaignhistory.go +++ b/internal/ent/historygenerated/campaignhistory/campaignhistory.go @@ -189,8 +189,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/campaignhistory_create.go b/internal/ent/historygenerated/campaignhistory_create.go index ba279db6bc..4e4df39301 100644 --- a/internal/ent/historygenerated/campaignhistory_create.go +++ b/internal/ent/historygenerated/campaignhistory_create.go @@ -819,7 +819,6 @@ func (_c *CampaignHistoryCreate) createSpec() (*CampaignHistory, *sqlgraph.Creat _node = &CampaignHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(campaignhistory.Table, sqlgraph.NewFieldSpec(campaignhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CampaignHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/campaignhistory_delete.go b/internal/ent/historygenerated/campaignhistory_delete.go index a8569f2796..4e5db85595 100644 --- a/internal/ent/historygenerated/campaignhistory_delete.go +++ b/internal/ent/historygenerated/campaignhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/campaignhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // CampaignHistoryDelete is the builder for deleting a CampaignHistory entity. @@ -45,8 +43,6 @@ func (_d *CampaignHistoryDelete) ExecX(ctx context.Context) int { func (_d *CampaignHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(campaignhistory.Table, sqlgraph.NewFieldSpec(campaignhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CampaignHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/campaignhistory_query.go b/internal/ent/historygenerated/campaignhistory_query.go index 3fd14570cf..a3d937799c 100644 --- a/internal/ent/historygenerated/campaignhistory_query.go +++ b/internal/ent/historygenerated/campaignhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/campaignhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type CampaignHistoryQuery struct { order []campaignhistory.OrderOption inters []Interceptor predicates []predicate.CampaignHistory - loadTotal []func(context.Context, []*CampaignHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*CampaignHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *CampaignHistoryQuery) Clone() *CampaignHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.CampaignHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *CampaignHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CampaignHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *CampaignHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *CampaignHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CampaignHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *CampaignHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CampaignHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *CampaignHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *CampaignHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *CampaignHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (chq *CampaignHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "CampaignHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *CampaignHistorySelect) sqlScan(ctx context.Context, root *CampaignHist defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *CampaignHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *CampaignHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/campaignhistory_update.go b/internal/ent/historygenerated/campaignhistory_update.go index d57d291d14..24c6fd7ea8 100644 --- a/internal/ent/historygenerated/campaignhistory_update.go +++ b/internal/ent/historygenerated/campaignhistory_update.go @@ -8,1851 +8,197 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/campaignhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// CampaignHistoryUpdate is the builder for updating CampaignHistory entities. -type CampaignHistoryUpdate struct { - config - hooks []Hook - mutation *CampaignHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the CampaignHistoryUpdate builder. -func (_u *CampaignHistoryUpdate) Where(ps ...predicate.CampaignHistory) *CampaignHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *CampaignHistoryUpdate) SetUpdatedAt(v time.Time) *CampaignHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CampaignHistoryUpdate) ClearUpdatedAt() *CampaignHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CampaignHistoryUpdate) SetUpdatedBy(v string) *CampaignHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableUpdatedBy(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CampaignHistoryUpdate) ClearUpdatedBy() *CampaignHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CampaignHistoryUpdate) SetUpdatedByImpersonator(v string) *CampaignHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CampaignHistoryUpdate) ClearUpdatedByImpersonator() *CampaignHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CampaignHistoryUpdate) SetDeletedAt(v time.Time) *CampaignHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableDeletedAt(v *time.Time) *CampaignHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CampaignHistoryUpdate) ClearDeletedAt() *CampaignHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CampaignHistoryUpdate) SetDeletedBy(v string) *CampaignHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableDeletedBy(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CampaignHistoryUpdate) ClearDeletedBy() *CampaignHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *CampaignHistoryUpdate) SetTags(v []string) *CampaignHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *CampaignHistoryUpdate) AppendTags(v []string) *CampaignHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *CampaignHistoryUpdate) ClearTags() *CampaignHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *CampaignHistoryUpdate) SetInternalOwner(v string) *CampaignHistoryUpdate { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableInternalOwner(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *CampaignHistoryUpdate) ClearInternalOwner() *CampaignHistoryUpdate { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *CampaignHistoryUpdate) SetInternalOwnerUserID(v string) *CampaignHistoryUpdate { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableInternalOwnerUserID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *CampaignHistoryUpdate) ClearInternalOwnerUserID() *CampaignHistoryUpdate { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *CampaignHistoryUpdate) SetInternalOwnerGroupID(v string) *CampaignHistoryUpdate { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableInternalOwnerGroupID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *CampaignHistoryUpdate) ClearInternalOwnerGroupID() *CampaignHistoryUpdate { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *CampaignHistoryUpdate) SetWorkflowEligibleMarker(v bool) *CampaignHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *CampaignHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *CampaignHistoryUpdate) ClearWorkflowEligibleMarker() *CampaignHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetName sets the "name" field. -func (_u *CampaignHistoryUpdate) SetName(v string) *CampaignHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableName(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *CampaignHistoryUpdate) SetDescription(v string) *CampaignHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableDescription(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *CampaignHistoryUpdate) ClearDescription() *CampaignHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetCampaignType sets the "campaign_type" field. -func (_u *CampaignHistoryUpdate) SetCampaignType(v enums.CampaignType) *CampaignHistoryUpdate { - _u.mutation.SetCampaignType(v) - return _u -} - -// SetNillableCampaignType sets the "campaign_type" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableCampaignType(v *enums.CampaignType) *CampaignHistoryUpdate { - if v != nil { - _u.SetCampaignType(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *CampaignHistoryUpdate) SetStatus(v enums.CampaignStatus) *CampaignHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableStatus(v *enums.CampaignStatus) *CampaignHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetIsActive sets the "is_active" field. -func (_u *CampaignHistoryUpdate) SetIsActive(v bool) *CampaignHistoryUpdate { - _u.mutation.SetIsActive(v) - return _u -} - -// SetNillableIsActive sets the "is_active" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableIsActive(v *bool) *CampaignHistoryUpdate { - if v != nil { - _u.SetIsActive(*v) - } - return _u -} - -// SetScheduledAt sets the "scheduled_at" field. -func (_u *CampaignHistoryUpdate) SetScheduledAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetScheduledAt(v) - return _u -} - -// SetNillableScheduledAt sets the "scheduled_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableScheduledAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetScheduledAt(*v) - } - return _u -} - -// ClearScheduledAt clears the value of the "scheduled_at" field. -func (_u *CampaignHistoryUpdate) ClearScheduledAt() *CampaignHistoryUpdate { - _u.mutation.ClearScheduledAt() - return _u -} - -// SetLaunchedAt sets the "launched_at" field. -func (_u *CampaignHistoryUpdate) SetLaunchedAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetLaunchedAt(v) - return _u -} - -// SetNillableLaunchedAt sets the "launched_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableLaunchedAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetLaunchedAt(*v) - } - return _u -} - -// ClearLaunchedAt clears the value of the "launched_at" field. -func (_u *CampaignHistoryUpdate) ClearLaunchedAt() *CampaignHistoryUpdate { - _u.mutation.ClearLaunchedAt() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *CampaignHistoryUpdate) SetCompletedAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableCompletedAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *CampaignHistoryUpdate) ClearCompletedAt() *CampaignHistoryUpdate { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *CampaignHistoryUpdate) SetDueDate(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableDueDate(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *CampaignHistoryUpdate) ClearDueDate() *CampaignHistoryUpdate { - _u.mutation.ClearDueDate() - return _u -} - -// SetIsRecurring sets the "is_recurring" field. -func (_u *CampaignHistoryUpdate) SetIsRecurring(v bool) *CampaignHistoryUpdate { - _u.mutation.SetIsRecurring(v) - return _u -} - -// SetNillableIsRecurring sets the "is_recurring" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableIsRecurring(v *bool) *CampaignHistoryUpdate { - if v != nil { - _u.SetIsRecurring(*v) - } - return _u -} - -// SetRecurrenceFrequency sets the "recurrence_frequency" field. -func (_u *CampaignHistoryUpdate) SetRecurrenceFrequency(v enums.Frequency) *CampaignHistoryUpdate { - _u.mutation.SetRecurrenceFrequency(v) - return _u -} - -// SetNillableRecurrenceFrequency sets the "recurrence_frequency" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecurrenceFrequency(v *enums.Frequency) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecurrenceFrequency(*v) - } - return _u -} - -// ClearRecurrenceFrequency clears the value of the "recurrence_frequency" field. -func (_u *CampaignHistoryUpdate) ClearRecurrenceFrequency() *CampaignHistoryUpdate { - _u.mutation.ClearRecurrenceFrequency() - return _u -} - -// SetRecurrenceInterval sets the "recurrence_interval" field. -func (_u *CampaignHistoryUpdate) SetRecurrenceInterval(v int) *CampaignHistoryUpdate { - _u.mutation.ResetRecurrenceInterval() - _u.mutation.SetRecurrenceInterval(v) - return _u -} - -// SetNillableRecurrenceInterval sets the "recurrence_interval" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecurrenceInterval(v *int) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecurrenceInterval(*v) - } - return _u -} - -// AddRecurrenceInterval adds value to the "recurrence_interval" field. -func (_u *CampaignHistoryUpdate) AddRecurrenceInterval(v int) *CampaignHistoryUpdate { - _u.mutation.AddRecurrenceInterval(v) - return _u -} - -// ClearRecurrenceInterval clears the value of the "recurrence_interval" field. -func (_u *CampaignHistoryUpdate) ClearRecurrenceInterval() *CampaignHistoryUpdate { - _u.mutation.ClearRecurrenceInterval() - return _u -} - -// SetRecurrenceTimezone sets the "recurrence_timezone" field. -func (_u *CampaignHistoryUpdate) SetRecurrenceTimezone(v string) *CampaignHistoryUpdate { - _u.mutation.SetRecurrenceTimezone(v) - return _u -} - -// SetNillableRecurrenceTimezone sets the "recurrence_timezone" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecurrenceTimezone(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecurrenceTimezone(*v) - } - return _u -} - -// ClearRecurrenceTimezone clears the value of the "recurrence_timezone" field. -func (_u *CampaignHistoryUpdate) ClearRecurrenceTimezone() *CampaignHistoryUpdate { - _u.mutation.ClearRecurrenceTimezone() - return _u -} - -// SetRecurrenceCron sets the "recurrence_cron" field. -func (_u *CampaignHistoryUpdate) SetRecurrenceCron(v models.Cron) *CampaignHistoryUpdate { - _u.mutation.SetRecurrenceCron(v) - return _u -} - -// SetNillableRecurrenceCron sets the "recurrence_cron" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecurrenceCron(v *models.Cron) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecurrenceCron(*v) - } - return _u -} - -// ClearRecurrenceCron clears the value of the "recurrence_cron" field. -func (_u *CampaignHistoryUpdate) ClearRecurrenceCron() *CampaignHistoryUpdate { - _u.mutation.ClearRecurrenceCron() - return _u -} - -// SetLastRunAt sets the "last_run_at" field. -func (_u *CampaignHistoryUpdate) SetLastRunAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetLastRunAt(v) - return _u -} - -// SetNillableLastRunAt sets the "last_run_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableLastRunAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetLastRunAt(*v) - } - return _u -} - -// ClearLastRunAt clears the value of the "last_run_at" field. -func (_u *CampaignHistoryUpdate) ClearLastRunAt() *CampaignHistoryUpdate { - _u.mutation.ClearLastRunAt() - return _u -} - -// SetNextRunAt sets the "next_run_at" field. -func (_u *CampaignHistoryUpdate) SetNextRunAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetNextRunAt(v) - return _u -} - -// SetNillableNextRunAt sets the "next_run_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableNextRunAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetNextRunAt(*v) - } - return _u -} - -// ClearNextRunAt clears the value of the "next_run_at" field. -func (_u *CampaignHistoryUpdate) ClearNextRunAt() *CampaignHistoryUpdate { - _u.mutation.ClearNextRunAt() - return _u -} - -// SetRecurrenceEndAt sets the "recurrence_end_at" field. -func (_u *CampaignHistoryUpdate) SetRecurrenceEndAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetRecurrenceEndAt(v) - return _u -} - -// SetNillableRecurrenceEndAt sets the "recurrence_end_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecurrenceEndAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecurrenceEndAt(*v) - } - return _u -} - -// ClearRecurrenceEndAt clears the value of the "recurrence_end_at" field. -func (_u *CampaignHistoryUpdate) ClearRecurrenceEndAt() *CampaignHistoryUpdate { - _u.mutation.ClearRecurrenceEndAt() - return _u -} - -// SetRecipientCount sets the "recipient_count" field. -func (_u *CampaignHistoryUpdate) SetRecipientCount(v int) *CampaignHistoryUpdate { - _u.mutation.ResetRecipientCount() - _u.mutation.SetRecipientCount(v) - return _u -} - -// SetNillableRecipientCount sets the "recipient_count" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableRecipientCount(v *int) *CampaignHistoryUpdate { - if v != nil { - _u.SetRecipientCount(*v) - } - return _u -} - -// AddRecipientCount adds value to the "recipient_count" field. -func (_u *CampaignHistoryUpdate) AddRecipientCount(v int) *CampaignHistoryUpdate { - _u.mutation.AddRecipientCount(v) - return _u -} - -// ClearRecipientCount clears the value of the "recipient_count" field. -func (_u *CampaignHistoryUpdate) ClearRecipientCount() *CampaignHistoryUpdate { - _u.mutation.ClearRecipientCount() - return _u -} - -// SetResendCount sets the "resend_count" field. -func (_u *CampaignHistoryUpdate) SetResendCount(v int) *CampaignHistoryUpdate { - _u.mutation.ResetResendCount() - _u.mutation.SetResendCount(v) - return _u -} - -// SetNillableResendCount sets the "resend_count" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableResendCount(v *int) *CampaignHistoryUpdate { - if v != nil { - _u.SetResendCount(*v) - } - return _u -} - -// AddResendCount adds value to the "resend_count" field. -func (_u *CampaignHistoryUpdate) AddResendCount(v int) *CampaignHistoryUpdate { - _u.mutation.AddResendCount(v) - return _u -} - -// ClearResendCount clears the value of the "resend_count" field. -func (_u *CampaignHistoryUpdate) ClearResendCount() *CampaignHistoryUpdate { - _u.mutation.ClearResendCount() - return _u -} - -// SetLastResentAt sets the "last_resent_at" field. -func (_u *CampaignHistoryUpdate) SetLastResentAt(v models.DateTime) *CampaignHistoryUpdate { - _u.mutation.SetLastResentAt(v) - return _u -} - -// SetNillableLastResentAt sets the "last_resent_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableLastResentAt(v *models.DateTime) *CampaignHistoryUpdate { - if v != nil { - _u.SetLastResentAt(*v) - } - return _u -} - -// ClearLastResentAt clears the value of the "last_resent_at" field. -func (_u *CampaignHistoryUpdate) ClearLastResentAt() *CampaignHistoryUpdate { - _u.mutation.ClearLastResentAt() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *CampaignHistoryUpdate) SetEntityID(v string) *CampaignHistoryUpdate { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableEntityID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// ClearEntityID clears the value of the "entity_id" field. -func (_u *CampaignHistoryUpdate) ClearEntityID() *CampaignHistoryUpdate { - _u.mutation.ClearEntityID() - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *CampaignHistoryUpdate) SetTemplateID(v string) *CampaignHistoryUpdate { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableTemplateID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *CampaignHistoryUpdate) ClearTemplateID() *CampaignHistoryUpdate { - _u.mutation.ClearTemplateID() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *CampaignHistoryUpdate) SetAssessmentID(v string) *CampaignHistoryUpdate { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableAssessmentID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetAssessmentID(*v) - } - return _u -} - -// ClearAssessmentID clears the value of the "assessment_id" field. -func (_u *CampaignHistoryUpdate) ClearAssessmentID() *CampaignHistoryUpdate { - _u.mutation.ClearAssessmentID() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *CampaignHistoryUpdate) SetMetadata(v map[string]interface{}) *CampaignHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *CampaignHistoryUpdate) ClearMetadata() *CampaignHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetEmailTemplateID sets the "email_template_id" field. -func (_u *CampaignHistoryUpdate) SetEmailTemplateID(v string) *CampaignHistoryUpdate { - _u.mutation.SetEmailTemplateID(v) - return _u -} - -// SetNillableEmailTemplateID sets the "email_template_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableEmailTemplateID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetEmailTemplateID(*v) - } - return _u -} - -// ClearEmailTemplateID clears the value of the "email_template_id" field. -func (_u *CampaignHistoryUpdate) ClearEmailTemplateID() *CampaignHistoryUpdate { - _u.mutation.ClearEmailTemplateID() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *CampaignHistoryUpdate) SetIntegrationID(v string) *CampaignHistoryUpdate { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableIntegrationID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *CampaignHistoryUpdate) ClearIntegrationID() *CampaignHistoryUpdate { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetEmailBrandingID sets the "email_branding_id" field. -func (_u *CampaignHistoryUpdate) SetEmailBrandingID(v string) *CampaignHistoryUpdate { - _u.mutation.SetEmailBrandingID(v) - return _u -} - -// SetNillableEmailBrandingID sets the "email_branding_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableEmailBrandingID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetEmailBrandingID(*v) - } - return _u -} - -// ClearEmailBrandingID clears the value of the "email_branding_id" field. -func (_u *CampaignHistoryUpdate) ClearEmailBrandingID() *CampaignHistoryUpdate { - _u.mutation.ClearEmailBrandingID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *CampaignHistoryUpdate) SetTrustCenterID(v string) *CampaignHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdate) SetNillableTrustCenterID(v *string) *CampaignHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *CampaignHistoryUpdate) ClearTrustCenterID() *CampaignHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - -// Mutation returns the CampaignHistoryMutation object of the builder. -func (_u *CampaignHistoryUpdate) Mutation() *CampaignHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *CampaignHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *CampaignHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *CampaignHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *CampaignHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *CampaignHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if campaignhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized campaignhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := campaignhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *CampaignHistoryUpdate) check() error { - if v, ok := _u.mutation.CampaignType(); ok { - if err := campaignhistory.CampaignTypeValidator(v); err != nil { - return &ValidationError{Name: "campaign_type", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.campaign_type": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := campaignhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.RecurrenceFrequency(); ok { - if err := campaignhistory.RecurrenceFrequencyValidator(v); err != nil { - return &ValidationError{Name: "recurrence_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.recurrence_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.RecurrenceCron(); ok { - if err := v.Validate(); err != nil { - return &ValidationError{Name: "recurrence_cron", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.recurrence_cron": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CampaignHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CampaignHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *CampaignHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(campaignhistory.Table, campaignhistory.Columns, sqlgraph.NewFieldSpec(campaignhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(campaignhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(campaignhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(campaignhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(campaignhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(campaignhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(campaignhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(campaignhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(campaignhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(campaignhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(campaignhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(campaignhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(campaignhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(campaignhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(campaignhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, campaignhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(campaignhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(campaignhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(campaignhistory.FieldInternalOwner, field.TypeString, value) - } - if _u.mutation.InternalOwnerCleared() { - _spec.ClearField(campaignhistory.FieldInternalOwner, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(campaignhistory.FieldInternalOwnerUserID, field.TypeString, value) - } - if _u.mutation.InternalOwnerUserIDCleared() { - _spec.ClearField(campaignhistory.FieldInternalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(campaignhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.InternalOwnerGroupIDCleared() { - _spec.ClearField(campaignhistory.FieldInternalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(campaignhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(campaignhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(campaignhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(campaignhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(campaignhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.CampaignType(); ok { - _spec.SetField(campaignhistory.FieldCampaignType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(campaignhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.IsActive(); ok { - _spec.SetField(campaignhistory.FieldIsActive, field.TypeBool, value) - } - if value, ok := _u.mutation.ScheduledAt(); ok { - _spec.SetField(campaignhistory.FieldScheduledAt, field.TypeTime, value) - } - if _u.mutation.ScheduledAtCleared() { - _spec.ClearField(campaignhistory.FieldScheduledAt, field.TypeTime) - } - if value, ok := _u.mutation.LaunchedAt(); ok { - _spec.SetField(campaignhistory.FieldLaunchedAt, field.TypeTime, value) - } - if _u.mutation.LaunchedAtCleared() { - _spec.ClearField(campaignhistory.FieldLaunchedAt, field.TypeTime) - } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(campaignhistory.FieldCompletedAt, field.TypeTime, value) - } - if _u.mutation.CompletedAtCleared() { - _spec.ClearField(campaignhistory.FieldCompletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(campaignhistory.FieldDueDate, field.TypeTime, value) - } - if _u.mutation.DueDateCleared() { - _spec.ClearField(campaignhistory.FieldDueDate, field.TypeTime) - } - if value, ok := _u.mutation.IsRecurring(); ok { - _spec.SetField(campaignhistory.FieldIsRecurring, field.TypeBool, value) - } - if value, ok := _u.mutation.RecurrenceFrequency(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceFrequency, field.TypeEnum, value) - } - if _u.mutation.RecurrenceFrequencyCleared() { - _spec.ClearField(campaignhistory.FieldRecurrenceFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.RecurrenceInterval(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceInterval, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRecurrenceInterval(); ok { - _spec.AddField(campaignhistory.FieldRecurrenceInterval, field.TypeInt, value) - } - if _u.mutation.RecurrenceIntervalCleared() { - _spec.ClearField(campaignhistory.FieldRecurrenceInterval, field.TypeInt) - } - if value, ok := _u.mutation.RecurrenceTimezone(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceTimezone, field.TypeString, value) - } - if _u.mutation.RecurrenceTimezoneCleared() { - _spec.ClearField(campaignhistory.FieldRecurrenceTimezone, field.TypeString) - } - if value, ok := _u.mutation.RecurrenceCron(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceCron, field.TypeString, value) - } - if _u.mutation.RecurrenceCronCleared() { - _spec.ClearField(campaignhistory.FieldRecurrenceCron, field.TypeString) - } - if value, ok := _u.mutation.LastRunAt(); ok { - _spec.SetField(campaignhistory.FieldLastRunAt, field.TypeTime, value) - } - if _u.mutation.LastRunAtCleared() { - _spec.ClearField(campaignhistory.FieldLastRunAt, field.TypeTime) - } - if value, ok := _u.mutation.NextRunAt(); ok { - _spec.SetField(campaignhistory.FieldNextRunAt, field.TypeTime, value) - } - if _u.mutation.NextRunAtCleared() { - _spec.ClearField(campaignhistory.FieldNextRunAt, field.TypeTime) - } - if value, ok := _u.mutation.RecurrenceEndAt(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceEndAt, field.TypeTime, value) - } - if _u.mutation.RecurrenceEndAtCleared() { - _spec.ClearField(campaignhistory.FieldRecurrenceEndAt, field.TypeTime) - } - if value, ok := _u.mutation.RecipientCount(); ok { - _spec.SetField(campaignhistory.FieldRecipientCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRecipientCount(); ok { - _spec.AddField(campaignhistory.FieldRecipientCount, field.TypeInt, value) - } - if _u.mutation.RecipientCountCleared() { - _spec.ClearField(campaignhistory.FieldRecipientCount, field.TypeInt) - } - if value, ok := _u.mutation.ResendCount(); ok { - _spec.SetField(campaignhistory.FieldResendCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedResendCount(); ok { - _spec.AddField(campaignhistory.FieldResendCount, field.TypeInt, value) - } - if _u.mutation.ResendCountCleared() { - _spec.ClearField(campaignhistory.FieldResendCount, field.TypeInt) - } - if value, ok := _u.mutation.LastResentAt(); ok { - _spec.SetField(campaignhistory.FieldLastResentAt, field.TypeTime, value) - } - if _u.mutation.LastResentAtCleared() { - _spec.ClearField(campaignhistory.FieldLastResentAt, field.TypeTime) - } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(campaignhistory.FieldEntityID, field.TypeString, value) - } - if _u.mutation.EntityIDCleared() { - _spec.ClearField(campaignhistory.FieldEntityID, field.TypeString) - } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(campaignhistory.FieldTemplateID, field.TypeString, value) - } - if _u.mutation.TemplateIDCleared() { - _spec.ClearField(campaignhistory.FieldTemplateID, field.TypeString) - } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(campaignhistory.FieldAssessmentID, field.TypeString, value) - } - if _u.mutation.AssessmentIDCleared() { - _spec.ClearField(campaignhistory.FieldAssessmentID, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(campaignhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(campaignhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.EmailTemplateID(); ok { - _spec.SetField(campaignhistory.FieldEmailTemplateID, field.TypeString, value) - } - if _u.mutation.EmailTemplateIDCleared() { - _spec.ClearField(campaignhistory.FieldEmailTemplateID, field.TypeString) - } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(campaignhistory.FieldIntegrationID, field.TypeString, value) - } - if _u.mutation.IntegrationIDCleared() { - _spec.ClearField(campaignhistory.FieldIntegrationID, field.TypeString) - } - if value, ok := _u.mutation.EmailBrandingID(); ok { - _spec.SetField(campaignhistory.FieldEmailBrandingID, field.TypeString, value) - } - if _u.mutation.EmailBrandingIDCleared() { - _spec.ClearField(campaignhistory.FieldEmailBrandingID, field.TypeString) - } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(campaignhistory.FieldTrustCenterID, field.TypeString, value) - } - if _u.mutation.TrustCenterIDCleared() { - _spec.ClearField(campaignhistory.FieldTrustCenterID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.CampaignHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{campaignhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// CampaignHistoryUpdateOne is the builder for updating a single CampaignHistory entity. -type CampaignHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *CampaignHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *CampaignHistoryUpdateOne) SetUpdatedAt(v time.Time) *CampaignHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CampaignHistoryUpdateOne) ClearUpdatedAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CampaignHistoryUpdateOne) SetUpdatedBy(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableUpdatedBy(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CampaignHistoryUpdateOne) ClearUpdatedBy() *CampaignHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CampaignHistoryUpdateOne) SetUpdatedByImpersonator(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CampaignHistoryUpdateOne) ClearUpdatedByImpersonator() *CampaignHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CampaignHistoryUpdateOne) SetDeletedAt(v time.Time) *CampaignHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CampaignHistoryUpdateOne) ClearDeletedAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CampaignHistoryUpdateOne) SetDeletedBy(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableDeletedBy(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CampaignHistoryUpdateOne) ClearDeletedBy() *CampaignHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *CampaignHistoryUpdateOne) SetTags(v []string) *CampaignHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *CampaignHistoryUpdateOne) AppendTags(v []string) *CampaignHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *CampaignHistoryUpdateOne) ClearTags() *CampaignHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *CampaignHistoryUpdateOne) SetInternalOwner(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableInternalOwner(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *CampaignHistoryUpdateOne) ClearInternalOwner() *CampaignHistoryUpdateOne { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *CampaignHistoryUpdateOne) SetInternalOwnerUserID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableInternalOwnerUserID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *CampaignHistoryUpdateOne) ClearInternalOwnerUserID() *CampaignHistoryUpdateOne { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *CampaignHistoryUpdateOne) SetInternalOwnerGroupID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableInternalOwnerGroupID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *CampaignHistoryUpdateOne) ClearInternalOwnerGroupID() *CampaignHistoryUpdateOne { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *CampaignHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *CampaignHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *CampaignHistoryUpdateOne) ClearWorkflowEligibleMarker() *CampaignHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetName sets the "name" field. -func (_u *CampaignHistoryUpdateOne) SetName(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableName(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *CampaignHistoryUpdateOne) SetDescription(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableDescription(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *CampaignHistoryUpdateOne) ClearDescription() *CampaignHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetCampaignType sets the "campaign_type" field. -func (_u *CampaignHistoryUpdateOne) SetCampaignType(v enums.CampaignType) *CampaignHistoryUpdateOne { - _u.mutation.SetCampaignType(v) - return _u -} - -// SetNillableCampaignType sets the "campaign_type" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableCampaignType(v *enums.CampaignType) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetCampaignType(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *CampaignHistoryUpdateOne) SetStatus(v enums.CampaignStatus) *CampaignHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableStatus(v *enums.CampaignStatus) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetIsActive sets the "is_active" field. -func (_u *CampaignHistoryUpdateOne) SetIsActive(v bool) *CampaignHistoryUpdateOne { - _u.mutation.SetIsActive(v) - return _u -} - -// SetNillableIsActive sets the "is_active" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableIsActive(v *bool) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetIsActive(*v) - } - return _u -} - -// SetScheduledAt sets the "scheduled_at" field. -func (_u *CampaignHistoryUpdateOne) SetScheduledAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetScheduledAt(v) - return _u -} - -// SetNillableScheduledAt sets the "scheduled_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableScheduledAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetScheduledAt(*v) - } - return _u -} - -// ClearScheduledAt clears the value of the "scheduled_at" field. -func (_u *CampaignHistoryUpdateOne) ClearScheduledAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearScheduledAt() - return _u -} - -// SetLaunchedAt sets the "launched_at" field. -func (_u *CampaignHistoryUpdateOne) SetLaunchedAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetLaunchedAt(v) - return _u -} - -// SetNillableLaunchedAt sets the "launched_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableLaunchedAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetLaunchedAt(*v) - } - return _u -} - -// ClearLaunchedAt clears the value of the "launched_at" field. -func (_u *CampaignHistoryUpdateOne) ClearLaunchedAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearLaunchedAt() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *CampaignHistoryUpdateOne) SetCompletedAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableCompletedAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *CampaignHistoryUpdateOne) ClearCompletedAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *CampaignHistoryUpdateOne) SetDueDate(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableDueDate(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *CampaignHistoryUpdateOne) ClearDueDate() *CampaignHistoryUpdateOne { - _u.mutation.ClearDueDate() - return _u -} - -// SetIsRecurring sets the "is_recurring" field. -func (_u *CampaignHistoryUpdateOne) SetIsRecurring(v bool) *CampaignHistoryUpdateOne { - _u.mutation.SetIsRecurring(v) - return _u -} - -// SetNillableIsRecurring sets the "is_recurring" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableIsRecurring(v *bool) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetIsRecurring(*v) - } - return _u -} - -// SetRecurrenceFrequency sets the "recurrence_frequency" field. -func (_u *CampaignHistoryUpdateOne) SetRecurrenceFrequency(v enums.Frequency) *CampaignHistoryUpdateOne { - _u.mutation.SetRecurrenceFrequency(v) - return _u -} - -// SetNillableRecurrenceFrequency sets the "recurrence_frequency" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecurrenceFrequency(v *enums.Frequency) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecurrenceFrequency(*v) - } - return _u -} - -// ClearRecurrenceFrequency clears the value of the "recurrence_frequency" field. -func (_u *CampaignHistoryUpdateOne) ClearRecurrenceFrequency() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecurrenceFrequency() - return _u -} - -// SetRecurrenceInterval sets the "recurrence_interval" field. -func (_u *CampaignHistoryUpdateOne) SetRecurrenceInterval(v int) *CampaignHistoryUpdateOne { - _u.mutation.ResetRecurrenceInterval() - _u.mutation.SetRecurrenceInterval(v) - return _u -} - -// SetNillableRecurrenceInterval sets the "recurrence_interval" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecurrenceInterval(v *int) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecurrenceInterval(*v) - } - return _u -} - -// AddRecurrenceInterval adds value to the "recurrence_interval" field. -func (_u *CampaignHistoryUpdateOne) AddRecurrenceInterval(v int) *CampaignHistoryUpdateOne { - _u.mutation.AddRecurrenceInterval(v) - return _u -} - -// ClearRecurrenceInterval clears the value of the "recurrence_interval" field. -func (_u *CampaignHistoryUpdateOne) ClearRecurrenceInterval() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecurrenceInterval() - return _u -} - -// SetRecurrenceTimezone sets the "recurrence_timezone" field. -func (_u *CampaignHistoryUpdateOne) SetRecurrenceTimezone(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetRecurrenceTimezone(v) - return _u -} - -// SetNillableRecurrenceTimezone sets the "recurrence_timezone" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecurrenceTimezone(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecurrenceTimezone(*v) - } - return _u -} - -// ClearRecurrenceTimezone clears the value of the "recurrence_timezone" field. -func (_u *CampaignHistoryUpdateOne) ClearRecurrenceTimezone() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecurrenceTimezone() - return _u -} - -// SetRecurrenceCron sets the "recurrence_cron" field. -func (_u *CampaignHistoryUpdateOne) SetRecurrenceCron(v models.Cron) *CampaignHistoryUpdateOne { - _u.mutation.SetRecurrenceCron(v) - return _u -} - -// SetNillableRecurrenceCron sets the "recurrence_cron" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecurrenceCron(v *models.Cron) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecurrenceCron(*v) - } - return _u -} - -// ClearRecurrenceCron clears the value of the "recurrence_cron" field. -func (_u *CampaignHistoryUpdateOne) ClearRecurrenceCron() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecurrenceCron() - return _u -} - -// SetLastRunAt sets the "last_run_at" field. -func (_u *CampaignHistoryUpdateOne) SetLastRunAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetLastRunAt(v) - return _u -} - -// SetNillableLastRunAt sets the "last_run_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableLastRunAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetLastRunAt(*v) - } - return _u -} - -// ClearLastRunAt clears the value of the "last_run_at" field. -func (_u *CampaignHistoryUpdateOne) ClearLastRunAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearLastRunAt() - return _u -} - -// SetNextRunAt sets the "next_run_at" field. -func (_u *CampaignHistoryUpdateOne) SetNextRunAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetNextRunAt(v) - return _u -} - -// SetNillableNextRunAt sets the "next_run_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableNextRunAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetNextRunAt(*v) - } - return _u -} - -// ClearNextRunAt clears the value of the "next_run_at" field. -func (_u *CampaignHistoryUpdateOne) ClearNextRunAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearNextRunAt() - return _u -} - -// SetRecurrenceEndAt sets the "recurrence_end_at" field. -func (_u *CampaignHistoryUpdateOne) SetRecurrenceEndAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetRecurrenceEndAt(v) - return _u -} - -// SetNillableRecurrenceEndAt sets the "recurrence_end_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecurrenceEndAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecurrenceEndAt(*v) - } - return _u -} - -// ClearRecurrenceEndAt clears the value of the "recurrence_end_at" field. -func (_u *CampaignHistoryUpdateOne) ClearRecurrenceEndAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecurrenceEndAt() - return _u -} - -// SetRecipientCount sets the "recipient_count" field. -func (_u *CampaignHistoryUpdateOne) SetRecipientCount(v int) *CampaignHistoryUpdateOne { - _u.mutation.ResetRecipientCount() - _u.mutation.SetRecipientCount(v) - return _u -} - -// SetNillableRecipientCount sets the "recipient_count" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableRecipientCount(v *int) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetRecipientCount(*v) - } - return _u -} - -// AddRecipientCount adds value to the "recipient_count" field. -func (_u *CampaignHistoryUpdateOne) AddRecipientCount(v int) *CampaignHistoryUpdateOne { - _u.mutation.AddRecipientCount(v) - return _u -} - -// ClearRecipientCount clears the value of the "recipient_count" field. -func (_u *CampaignHistoryUpdateOne) ClearRecipientCount() *CampaignHistoryUpdateOne { - _u.mutation.ClearRecipientCount() - return _u -} - -// SetResendCount sets the "resend_count" field. -func (_u *CampaignHistoryUpdateOne) SetResendCount(v int) *CampaignHistoryUpdateOne { - _u.mutation.ResetResendCount() - _u.mutation.SetResendCount(v) - return _u -} - -// SetNillableResendCount sets the "resend_count" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableResendCount(v *int) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetResendCount(*v) - } - return _u -} - -// AddResendCount adds value to the "resend_count" field. -func (_u *CampaignHistoryUpdateOne) AddResendCount(v int) *CampaignHistoryUpdateOne { - _u.mutation.AddResendCount(v) - return _u -} - -// ClearResendCount clears the value of the "resend_count" field. -func (_u *CampaignHistoryUpdateOne) ClearResendCount() *CampaignHistoryUpdateOne { - _u.mutation.ClearResendCount() - return _u -} - -// SetLastResentAt sets the "last_resent_at" field. -func (_u *CampaignHistoryUpdateOne) SetLastResentAt(v models.DateTime) *CampaignHistoryUpdateOne { - _u.mutation.SetLastResentAt(v) - return _u -} - -// SetNillableLastResentAt sets the "last_resent_at" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableLastResentAt(v *models.DateTime) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetLastResentAt(*v) - } - return _u -} - -// ClearLastResentAt clears the value of the "last_resent_at" field. -func (_u *CampaignHistoryUpdateOne) ClearLastResentAt() *CampaignHistoryUpdateOne { - _u.mutation.ClearLastResentAt() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *CampaignHistoryUpdateOne) SetEntityID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableEntityID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// ClearEntityID clears the value of the "entity_id" field. -func (_u *CampaignHistoryUpdateOne) ClearEntityID() *CampaignHistoryUpdateOne { - _u.mutation.ClearEntityID() - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *CampaignHistoryUpdateOne) SetTemplateID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableTemplateID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *CampaignHistoryUpdateOne) ClearTemplateID() *CampaignHistoryUpdateOne { - _u.mutation.ClearTemplateID() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *CampaignHistoryUpdateOne) SetAssessmentID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableAssessmentID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetAssessmentID(*v) - } - return _u -} - -// ClearAssessmentID clears the value of the "assessment_id" field. -func (_u *CampaignHistoryUpdateOne) ClearAssessmentID() *CampaignHistoryUpdateOne { - _u.mutation.ClearAssessmentID() - return _u +// CampaignHistoryUpdate is the builder for updating CampaignHistory entities. +type CampaignHistoryUpdate struct { + config + hooks []Hook + mutation *CampaignHistoryMutation } -// SetMetadata sets the "metadata" field. -func (_u *CampaignHistoryUpdateOne) SetMetadata(v map[string]interface{}) *CampaignHistoryUpdateOne { - _u.mutation.SetMetadata(v) +// Where appends a list predicates to the CampaignHistoryUpdate builder. +func (_u *CampaignHistoryUpdate) Where(ps ...predicate.CampaignHistory) *CampaignHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearMetadata clears the value of the "metadata" field. -func (_u *CampaignHistoryUpdateOne) ClearMetadata() *CampaignHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u +// Mutation returns the CampaignHistoryMutation object of the builder. +func (_u *CampaignHistoryUpdate) Mutation() *CampaignHistoryMutation { + return _u.mutation } -// SetEmailTemplateID sets the "email_template_id" field. -func (_u *CampaignHistoryUpdateOne) SetEmailTemplateID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetEmailTemplateID(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *CampaignHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableEmailTemplateID sets the "email_template_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableEmailTemplateID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetEmailTemplateID(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *CampaignHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearEmailTemplateID clears the value of the "email_template_id" field. -func (_u *CampaignHistoryUpdateOne) ClearEmailTemplateID() *CampaignHistoryUpdateOne { - _u.mutation.ClearEmailTemplateID() - return _u + return affected } -// SetIntegrationID sets the "integration_id" field. -func (_u *CampaignHistoryUpdateOne) SetIntegrationID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetIntegrationID(v) - return _u +// Exec executes the query. +func (_u *CampaignHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableIntegrationID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetIntegrationID(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *CampaignHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *CampaignHistoryUpdateOne) ClearIntegrationID() *CampaignHistoryUpdateOne { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetEmailBrandingID sets the "email_branding_id" field. -func (_u *CampaignHistoryUpdateOne) SetEmailBrandingID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetEmailBrandingID(v) - return _u } -// SetNillableEmailBrandingID sets the "email_branding_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableEmailBrandingID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetEmailBrandingID(*v) +func (_u *CampaignHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(campaignhistory.Table, campaignhistory.Columns, sqlgraph.NewFieldSpec(campaignhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearEmailBrandingID clears the value of the "email_branding_id" field. -func (_u *CampaignHistoryUpdateOne) ClearEmailBrandingID() *CampaignHistoryUpdateOne { - _u.mutation.ClearEmailBrandingID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *CampaignHistoryUpdateOne) SetTrustCenterID(v string) *CampaignHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *CampaignHistoryUpdateOne) SetNillableTrustCenterID(v *string) *CampaignHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(campaignhistory.FieldRef, field.TypeString) } - return _u + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(campaignhistory.FieldCreatedAt, field.TypeTime) + } + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(campaignhistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(campaignhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(campaignhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(campaignhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(campaignhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(campaignhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(campaignhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(campaignhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.InternalOwnerCleared() { + _spec.ClearField(campaignhistory.FieldInternalOwner, field.TypeString) + } + if _u.mutation.InternalOwnerUserIDCleared() { + _spec.ClearField(campaignhistory.FieldInternalOwnerUserID, field.TypeString) + } + if _u.mutation.InternalOwnerGroupIDCleared() { + _spec.ClearField(campaignhistory.FieldInternalOwnerGroupID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(campaignhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(campaignhistory.FieldDescription, field.TypeString) + } + if _u.mutation.ScheduledAtCleared() { + _spec.ClearField(campaignhistory.FieldScheduledAt, field.TypeTime) + } + if _u.mutation.LaunchedAtCleared() { + _spec.ClearField(campaignhistory.FieldLaunchedAt, field.TypeTime) + } + if _u.mutation.CompletedAtCleared() { + _spec.ClearField(campaignhistory.FieldCompletedAt, field.TypeTime) + } + if _u.mutation.DueDateCleared() { + _spec.ClearField(campaignhistory.FieldDueDate, field.TypeTime) + } + if _u.mutation.RecurrenceFrequencyCleared() { + _spec.ClearField(campaignhistory.FieldRecurrenceFrequency, field.TypeEnum) + } + if _u.mutation.RecurrenceIntervalCleared() { + _spec.ClearField(campaignhistory.FieldRecurrenceInterval, field.TypeInt) + } + if _u.mutation.RecurrenceTimezoneCleared() { + _spec.ClearField(campaignhistory.FieldRecurrenceTimezone, field.TypeString) + } + if _u.mutation.RecurrenceCronCleared() { + _spec.ClearField(campaignhistory.FieldRecurrenceCron, field.TypeString) + } + if _u.mutation.LastRunAtCleared() { + _spec.ClearField(campaignhistory.FieldLastRunAt, field.TypeTime) + } + if _u.mutation.NextRunAtCleared() { + _spec.ClearField(campaignhistory.FieldNextRunAt, field.TypeTime) + } + if _u.mutation.RecurrenceEndAtCleared() { + _spec.ClearField(campaignhistory.FieldRecurrenceEndAt, field.TypeTime) + } + if _u.mutation.RecipientCountCleared() { + _spec.ClearField(campaignhistory.FieldRecipientCount, field.TypeInt) + } + if _u.mutation.ResendCountCleared() { + _spec.ClearField(campaignhistory.FieldResendCount, field.TypeInt) + } + if _u.mutation.LastResentAtCleared() { + _spec.ClearField(campaignhistory.FieldLastResentAt, field.TypeTime) + } + if _u.mutation.EntityIDCleared() { + _spec.ClearField(campaignhistory.FieldEntityID, field.TypeString) + } + if _u.mutation.TemplateIDCleared() { + _spec.ClearField(campaignhistory.FieldTemplateID, field.TypeString) + } + if _u.mutation.AssessmentIDCleared() { + _spec.ClearField(campaignhistory.FieldAssessmentID, field.TypeString) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(campaignhistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.EmailTemplateIDCleared() { + _spec.ClearField(campaignhistory.FieldEmailTemplateID, field.TypeString) + } + if _u.mutation.IntegrationIDCleared() { + _spec.ClearField(campaignhistory.FieldIntegrationID, field.TypeString) + } + if _u.mutation.EmailBrandingIDCleared() { + _spec.ClearField(campaignhistory.FieldEmailBrandingID, field.TypeString) + } + if _u.mutation.TrustCenterIDCleared() { + _spec.ClearField(campaignhistory.FieldTrustCenterID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{campaignhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *CampaignHistoryUpdateOne) ClearTrustCenterID() *CampaignHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u +// CampaignHistoryUpdateOne is the builder for updating a single CampaignHistory entity. +type CampaignHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *CampaignHistoryMutation } // Mutation returns the CampaignHistoryMutation object of the builder. @@ -1875,9 +221,6 @@ func (_u *CampaignHistoryUpdateOne) Select(field string, fields ...string) *Camp // Save executes the query and returns the updated CampaignHistory entity. func (_u *CampaignHistoryUpdateOne) Save(ctx context.Context) (*CampaignHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1903,53 +246,7 @@ func (_u *CampaignHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *CampaignHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if campaignhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized campaignhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := campaignhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *CampaignHistoryUpdateOne) check() error { - if v, ok := _u.mutation.CampaignType(); ok { - if err := campaignhistory.CampaignTypeValidator(v); err != nil { - return &ValidationError{Name: "campaign_type", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.campaign_type": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := campaignhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.RecurrenceFrequency(); ok { - if err := campaignhistory.RecurrenceFrequencyValidator(v); err != nil { - return &ValidationError{Name: "recurrence_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.recurrence_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.RecurrenceCron(); ok { - if err := v.Validate(); err != nil { - return &ValidationError{Name: "recurrence_cron", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignHistory.recurrence_cron": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CampaignHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CampaignHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *CampaignHistoryUpdateOne) sqlSave(ctx context.Context) (_node *CampaignHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(campaignhistory.Table, campaignhistory.Columns, sqlgraph.NewFieldSpec(campaignhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1981,242 +278,111 @@ func (_u *CampaignHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Campaig if _u.mutation.CreatedAtCleared() { _spec.ClearField(campaignhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(campaignhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(campaignhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(campaignhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(campaignhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(campaignhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(campaignhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(campaignhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(campaignhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(campaignhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(campaignhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(campaignhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(campaignhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, campaignhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(campaignhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(campaignhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(campaignhistory.FieldInternalOwner, field.TypeString, value) - } if _u.mutation.InternalOwnerCleared() { _spec.ClearField(campaignhistory.FieldInternalOwner, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(campaignhistory.FieldInternalOwnerUserID, field.TypeString, value) - } if _u.mutation.InternalOwnerUserIDCleared() { _spec.ClearField(campaignhistory.FieldInternalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(campaignhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } if _u.mutation.InternalOwnerGroupIDCleared() { _spec.ClearField(campaignhistory.FieldInternalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(campaignhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(campaignhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(campaignhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(campaignhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(campaignhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.CampaignType(); ok { - _spec.SetField(campaignhistory.FieldCampaignType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(campaignhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.IsActive(); ok { - _spec.SetField(campaignhistory.FieldIsActive, field.TypeBool, value) - } - if value, ok := _u.mutation.ScheduledAt(); ok { - _spec.SetField(campaignhistory.FieldScheduledAt, field.TypeTime, value) - } if _u.mutation.ScheduledAtCleared() { _spec.ClearField(campaignhistory.FieldScheduledAt, field.TypeTime) } - if value, ok := _u.mutation.LaunchedAt(); ok { - _spec.SetField(campaignhistory.FieldLaunchedAt, field.TypeTime, value) - } if _u.mutation.LaunchedAtCleared() { _spec.ClearField(campaignhistory.FieldLaunchedAt, field.TypeTime) } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(campaignhistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(campaignhistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(campaignhistory.FieldDueDate, field.TypeTime, value) - } if _u.mutation.DueDateCleared() { _spec.ClearField(campaignhistory.FieldDueDate, field.TypeTime) } - if value, ok := _u.mutation.IsRecurring(); ok { - _spec.SetField(campaignhistory.FieldIsRecurring, field.TypeBool, value) - } - if value, ok := _u.mutation.RecurrenceFrequency(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceFrequency, field.TypeEnum, value) - } if _u.mutation.RecurrenceFrequencyCleared() { _spec.ClearField(campaignhistory.FieldRecurrenceFrequency, field.TypeEnum) } - if value, ok := _u.mutation.RecurrenceInterval(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceInterval, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRecurrenceInterval(); ok { - _spec.AddField(campaignhistory.FieldRecurrenceInterval, field.TypeInt, value) - } if _u.mutation.RecurrenceIntervalCleared() { _spec.ClearField(campaignhistory.FieldRecurrenceInterval, field.TypeInt) } - if value, ok := _u.mutation.RecurrenceTimezone(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceTimezone, field.TypeString, value) - } if _u.mutation.RecurrenceTimezoneCleared() { _spec.ClearField(campaignhistory.FieldRecurrenceTimezone, field.TypeString) } - if value, ok := _u.mutation.RecurrenceCron(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceCron, field.TypeString, value) - } if _u.mutation.RecurrenceCronCleared() { _spec.ClearField(campaignhistory.FieldRecurrenceCron, field.TypeString) } - if value, ok := _u.mutation.LastRunAt(); ok { - _spec.SetField(campaignhistory.FieldLastRunAt, field.TypeTime, value) - } if _u.mutation.LastRunAtCleared() { _spec.ClearField(campaignhistory.FieldLastRunAt, field.TypeTime) } - if value, ok := _u.mutation.NextRunAt(); ok { - _spec.SetField(campaignhistory.FieldNextRunAt, field.TypeTime, value) - } if _u.mutation.NextRunAtCleared() { _spec.ClearField(campaignhistory.FieldNextRunAt, field.TypeTime) } - if value, ok := _u.mutation.RecurrenceEndAt(); ok { - _spec.SetField(campaignhistory.FieldRecurrenceEndAt, field.TypeTime, value) - } if _u.mutation.RecurrenceEndAtCleared() { _spec.ClearField(campaignhistory.FieldRecurrenceEndAt, field.TypeTime) } - if value, ok := _u.mutation.RecipientCount(); ok { - _spec.SetField(campaignhistory.FieldRecipientCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRecipientCount(); ok { - _spec.AddField(campaignhistory.FieldRecipientCount, field.TypeInt, value) - } if _u.mutation.RecipientCountCleared() { _spec.ClearField(campaignhistory.FieldRecipientCount, field.TypeInt) } - if value, ok := _u.mutation.ResendCount(); ok { - _spec.SetField(campaignhistory.FieldResendCount, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedResendCount(); ok { - _spec.AddField(campaignhistory.FieldResendCount, field.TypeInt, value) - } if _u.mutation.ResendCountCleared() { _spec.ClearField(campaignhistory.FieldResendCount, field.TypeInt) } - if value, ok := _u.mutation.LastResentAt(); ok { - _spec.SetField(campaignhistory.FieldLastResentAt, field.TypeTime, value) - } if _u.mutation.LastResentAtCleared() { _spec.ClearField(campaignhistory.FieldLastResentAt, field.TypeTime) } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(campaignhistory.FieldEntityID, field.TypeString, value) - } if _u.mutation.EntityIDCleared() { _spec.ClearField(campaignhistory.FieldEntityID, field.TypeString) } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(campaignhistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(campaignhistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(campaignhistory.FieldAssessmentID, field.TypeString, value) - } if _u.mutation.AssessmentIDCleared() { _spec.ClearField(campaignhistory.FieldAssessmentID, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(campaignhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(campaignhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.EmailTemplateID(); ok { - _spec.SetField(campaignhistory.FieldEmailTemplateID, field.TypeString, value) - } if _u.mutation.EmailTemplateIDCleared() { _spec.ClearField(campaignhistory.FieldEmailTemplateID, field.TypeString) } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(campaignhistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(campaignhistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.EmailBrandingID(); ok { - _spec.SetField(campaignhistory.FieldEmailBrandingID, field.TypeString, value) - } if _u.mutation.EmailBrandingIDCleared() { _spec.ClearField(campaignhistory.FieldEmailBrandingID, field.TypeString) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(campaignhistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(campaignhistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.CampaignHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &CampaignHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/campaigntargethistory/campaigntargethistory.go b/internal/ent/historygenerated/campaigntargethistory/campaigntargethistory.go index 66d730cf54..c26b2bbff9 100644 --- a/internal/ent/historygenerated/campaigntargethistory/campaigntargethistory.go +++ b/internal/ent/historygenerated/campaigntargethistory/campaigntargethistory.go @@ -123,8 +123,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. DefaultWorkflowEligibleMarker bool // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/campaigntargethistory_create.go b/internal/ent/historygenerated/campaigntargethistory_create.go index bd7902d345..b6e96cb862 100644 --- a/internal/ent/historygenerated/campaigntargethistory_create.go +++ b/internal/ent/historygenerated/campaigntargethistory_create.go @@ -468,7 +468,6 @@ func (_c *CampaignTargetHistoryCreate) createSpec() (*CampaignTargetHistory, *sq _node = &CampaignTargetHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(campaigntargethistory.Table, sqlgraph.NewFieldSpec(campaigntargethistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CampaignTargetHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/campaigntargethistory_delete.go b/internal/ent/historygenerated/campaigntargethistory_delete.go index af2ff2d4d9..b27dd4a5ca 100644 --- a/internal/ent/historygenerated/campaigntargethistory_delete.go +++ b/internal/ent/historygenerated/campaigntargethistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/campaigntargethistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // CampaignTargetHistoryDelete is the builder for deleting a CampaignTargetHistory entity. @@ -45,8 +43,6 @@ func (_d *CampaignTargetHistoryDelete) ExecX(ctx context.Context) int { func (_d *CampaignTargetHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(campaigntargethistory.Table, sqlgraph.NewFieldSpec(campaigntargethistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CampaignTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/campaigntargethistory_query.go b/internal/ent/historygenerated/campaigntargethistory_query.go index 483d171d92..94b82ffddb 100644 --- a/internal/ent/historygenerated/campaigntargethistory_query.go +++ b/internal/ent/historygenerated/campaigntargethistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/campaigntargethistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type CampaignTargetHistoryQuery struct { order []campaigntargethistory.OrderOption inters []Interceptor predicates []predicate.CampaignTargetHistory - loadTotal []func(context.Context, []*CampaignTargetHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*CampaignTargetHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *CampaignTargetHistoryQuery) Clone() *CampaignTargetHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.CampaignTargetHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *CampaignTargetHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CampaignTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *CampaignTargetHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *CampaignTargetHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CampaignTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *CampaignTargetHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CampaignTargetHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *CampaignTargetHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *CampaignTargetHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *CampaignTargetHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (cthq *CampaignTargetHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "CampaignTargetHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *CampaignTargetHistorySelect) sqlScan(ctx context.Context, root *Campai defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *CampaignTargetHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *CampaignTargetHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/campaigntargethistory_update.go b/internal/ent/historygenerated/campaigntargethistory_update.go index b39c26c89e..368045152f 100644 --- a/internal/ent/historygenerated/campaigntargethistory_update.go +++ b/internal/ent/historygenerated/campaigntargethistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/campaigntargethistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // CampaignTargetHistoryUpdate is the builder for updating CampaignTargetHistory entities. type CampaignTargetHistoryUpdate struct { config - hooks []Hook - mutation *CampaignTargetHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *CampaignTargetHistoryMutation } // Where appends a list predicates to the CampaignTargetHistoryUpdate builder. @@ -35,298 +29,6 @@ func (_u *CampaignTargetHistoryUpdate) Where(ps ...predicate.CampaignTargetHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *CampaignTargetHistoryUpdate) SetUpdatedAt(v time.Time) *CampaignTargetHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CampaignTargetHistoryUpdate) ClearUpdatedAt() *CampaignTargetHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CampaignTargetHistoryUpdate) SetUpdatedBy(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableUpdatedBy(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CampaignTargetHistoryUpdate) ClearUpdatedBy() *CampaignTargetHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CampaignTargetHistoryUpdate) SetUpdatedByImpersonator(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CampaignTargetHistoryUpdate) ClearUpdatedByImpersonator() *CampaignTargetHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CampaignTargetHistoryUpdate) SetDeletedAt(v time.Time) *CampaignTargetHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableDeletedAt(v *time.Time) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CampaignTargetHistoryUpdate) ClearDeletedAt() *CampaignTargetHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CampaignTargetHistoryUpdate) SetDeletedBy(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableDeletedBy(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CampaignTargetHistoryUpdate) ClearDeletedBy() *CampaignTargetHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *CampaignTargetHistoryUpdate) SetWorkflowEligibleMarker(v bool) *CampaignTargetHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *CampaignTargetHistoryUpdate) ClearWorkflowEligibleMarker() *CampaignTargetHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetContactID sets the "contact_id" field. -func (_u *CampaignTargetHistoryUpdate) SetContactID(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetContactID(v) - return _u -} - -// SetNillableContactID sets the "contact_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableContactID(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetContactID(*v) - } - return _u -} - -// ClearContactID clears the value of the "contact_id" field. -func (_u *CampaignTargetHistoryUpdate) ClearContactID() *CampaignTargetHistoryUpdate { - _u.mutation.ClearContactID() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *CampaignTargetHistoryUpdate) SetUserID(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableUserID(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *CampaignTargetHistoryUpdate) ClearUserID() *CampaignTargetHistoryUpdate { - _u.mutation.ClearUserID() - return _u -} - -// SetGroupID sets the "group_id" field. -func (_u *CampaignTargetHistoryUpdate) SetGroupID(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetGroupID(v) - return _u -} - -// SetNillableGroupID sets the "group_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableGroupID(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetGroupID(*v) - } - return _u -} - -// ClearGroupID clears the value of the "group_id" field. -func (_u *CampaignTargetHistoryUpdate) ClearGroupID() *CampaignTargetHistoryUpdate { - _u.mutation.ClearGroupID() - return _u -} - -// SetSubscriberID sets the "subscriber_id" field. -func (_u *CampaignTargetHistoryUpdate) SetSubscriberID(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetSubscriberID(v) - return _u -} - -// SetNillableSubscriberID sets the "subscriber_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableSubscriberID(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetSubscriberID(*v) - } - return _u -} - -// ClearSubscriberID clears the value of the "subscriber_id" field. -func (_u *CampaignTargetHistoryUpdate) ClearSubscriberID() *CampaignTargetHistoryUpdate { - _u.mutation.ClearSubscriberID() - return _u -} - -// SetEmail sets the "email" field. -func (_u *CampaignTargetHistoryUpdate) SetEmail(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableEmail(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *CampaignTargetHistoryUpdate) SetFullName(v string) *CampaignTargetHistoryUpdate { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableFullName(v *string) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// ClearFullName clears the value of the "full_name" field. -func (_u *CampaignTargetHistoryUpdate) ClearFullName() *CampaignTargetHistoryUpdate { - _u.mutation.ClearFullName() - return _u -} - -// SetStatus sets the "status" field. -func (_u *CampaignTargetHistoryUpdate) SetStatus(v enums.AssessmentResponseStatus) *CampaignTargetHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableStatus(v *enums.AssessmentResponseStatus) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetSentAt sets the "sent_at" field. -func (_u *CampaignTargetHistoryUpdate) SetSentAt(v models.DateTime) *CampaignTargetHistoryUpdate { - _u.mutation.SetSentAt(v) - return _u -} - -// SetNillableSentAt sets the "sent_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableSentAt(v *models.DateTime) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetSentAt(*v) - } - return _u -} - -// ClearSentAt clears the value of the "sent_at" field. -func (_u *CampaignTargetHistoryUpdate) ClearSentAt() *CampaignTargetHistoryUpdate { - _u.mutation.ClearSentAt() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *CampaignTargetHistoryUpdate) SetCompletedAt(v models.DateTime) *CampaignTargetHistoryUpdate { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdate) SetNillableCompletedAt(v *models.DateTime) *CampaignTargetHistoryUpdate { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *CampaignTargetHistoryUpdate) ClearCompletedAt() *CampaignTargetHistoryUpdate { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *CampaignTargetHistoryUpdate) SetMetadata(v map[string]interface{}) *CampaignTargetHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *CampaignTargetHistoryUpdate) ClearMetadata() *CampaignTargetHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - // Mutation returns the CampaignTargetHistoryMutation object of the builder. func (_u *CampaignTargetHistoryUpdate) Mutation() *CampaignTargetHistoryMutation { return _u.mutation @@ -334,9 +36,6 @@ func (_u *CampaignTargetHistoryUpdate) Mutation() *CampaignTargetHistoryMutation // Save executes the query and returns the number of nodes affected by the update operation. func (_u *CampaignTargetHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -362,38 +61,7 @@ func (_u *CampaignTargetHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *CampaignTargetHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if campaigntargethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized campaigntargethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := campaigntargethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *CampaignTargetHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := campaigntargethistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignTargetHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CampaignTargetHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CampaignTargetHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *CampaignTargetHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(campaigntargethistory.Table, campaigntargethistory.Columns, sqlgraph.NewFieldSpec(campaigntargethistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -408,108 +76,57 @@ func (_u *CampaignTargetHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(campaigntargethistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(campaigntargethistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(campaigntargethistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(campaigntargethistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(campaigntargethistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(campaigntargethistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(campaigntargethistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(campaigntargethistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(campaigntargethistory.FieldWorkflowEligibleMarker, field.TypeBool) } if _u.mutation.CampaignIDCleared() { _spec.ClearField(campaigntargethistory.FieldCampaignID, field.TypeString) } - if value, ok := _u.mutation.ContactID(); ok { - _spec.SetField(campaigntargethistory.FieldContactID, field.TypeString, value) - } if _u.mutation.ContactIDCleared() { _spec.ClearField(campaigntargethistory.FieldContactID, field.TypeString) } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(campaigntargethistory.FieldUserID, field.TypeString, value) - } if _u.mutation.UserIDCleared() { _spec.ClearField(campaigntargethistory.FieldUserID, field.TypeString) } - if value, ok := _u.mutation.GroupID(); ok { - _spec.SetField(campaigntargethistory.FieldGroupID, field.TypeString, value) - } if _u.mutation.GroupIDCleared() { _spec.ClearField(campaigntargethistory.FieldGroupID, field.TypeString) } - if value, ok := _u.mutation.SubscriberID(); ok { - _spec.SetField(campaigntargethistory.FieldSubscriberID, field.TypeString, value) - } if _u.mutation.SubscriberIDCleared() { _spec.ClearField(campaigntargethistory.FieldSubscriberID, field.TypeString) } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(campaigntargethistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(campaigntargethistory.FieldFullName, field.TypeString, value) - } if _u.mutation.FullNameCleared() { _spec.ClearField(campaigntargethistory.FieldFullName, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(campaigntargethistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.SentAt(); ok { - _spec.SetField(campaigntargethistory.FieldSentAt, field.TypeTime, value) - } if _u.mutation.SentAtCleared() { _spec.ClearField(campaigntargethistory.FieldSentAt, field.TypeTime) } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(campaigntargethistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(campaigntargethistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(campaigntargethistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(campaigntargethistory.FieldMetadata, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.CampaignTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{campaigntargethistory.Label} @@ -525,302 +142,9 @@ func (_u *CampaignTargetHistoryUpdate) sqlSave(ctx context.Context) (_node int, // CampaignTargetHistoryUpdateOne is the builder for updating a single CampaignTargetHistory entity. type CampaignTargetHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *CampaignTargetHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *CampaignTargetHistoryUpdateOne) SetUpdatedAt(v time.Time) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearUpdatedAt() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CampaignTargetHistoryUpdateOne) SetUpdatedBy(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableUpdatedBy(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearUpdatedBy() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CampaignTargetHistoryUpdateOne) SetUpdatedByImpersonator(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearUpdatedByImpersonator() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CampaignTargetHistoryUpdateOne) SetDeletedAt(v time.Time) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearDeletedAt() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CampaignTargetHistoryUpdateOne) SetDeletedBy(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableDeletedBy(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearDeletedBy() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *CampaignTargetHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearWorkflowEligibleMarker() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetContactID sets the "contact_id" field. -func (_u *CampaignTargetHistoryUpdateOne) SetContactID(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetContactID(v) - return _u -} - -// SetNillableContactID sets the "contact_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableContactID(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetContactID(*v) - } - return _u -} - -// ClearContactID clears the value of the "contact_id" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearContactID() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearContactID() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *CampaignTargetHistoryUpdateOne) SetUserID(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableUserID(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearUserID() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearUserID() - return _u -} - -// SetGroupID sets the "group_id" field. -func (_u *CampaignTargetHistoryUpdateOne) SetGroupID(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetGroupID(v) - return _u -} - -// SetNillableGroupID sets the "group_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableGroupID(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetGroupID(*v) - } - return _u -} - -// ClearGroupID clears the value of the "group_id" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearGroupID() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearGroupID() - return _u -} - -// SetSubscriberID sets the "subscriber_id" field. -func (_u *CampaignTargetHistoryUpdateOne) SetSubscriberID(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetSubscriberID(v) - return _u -} - -// SetNillableSubscriberID sets the "subscriber_id" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableSubscriberID(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetSubscriberID(*v) - } - return _u -} - -// ClearSubscriberID clears the value of the "subscriber_id" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearSubscriberID() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearSubscriberID() - return _u -} - -// SetEmail sets the "email" field. -func (_u *CampaignTargetHistoryUpdateOne) SetEmail(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableEmail(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *CampaignTargetHistoryUpdateOne) SetFullName(v string) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableFullName(v *string) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// ClearFullName clears the value of the "full_name" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearFullName() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearFullName() - return _u -} - -// SetStatus sets the "status" field. -func (_u *CampaignTargetHistoryUpdateOne) SetStatus(v enums.AssessmentResponseStatus) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableStatus(v *enums.AssessmentResponseStatus) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetSentAt sets the "sent_at" field. -func (_u *CampaignTargetHistoryUpdateOne) SetSentAt(v models.DateTime) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetSentAt(v) - return _u -} - -// SetNillableSentAt sets the "sent_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableSentAt(v *models.DateTime) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetSentAt(*v) - } - return _u -} - -// ClearSentAt clears the value of the "sent_at" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearSentAt() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearSentAt() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *CampaignTargetHistoryUpdateOne) SetCompletedAt(v models.DateTime) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *CampaignTargetHistoryUpdateOne) SetNillableCompletedAt(v *models.DateTime) *CampaignTargetHistoryUpdateOne { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearCompletedAt() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *CampaignTargetHistoryUpdateOne) SetMetadata(v map[string]interface{}) *CampaignTargetHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *CampaignTargetHistoryUpdateOne) ClearMetadata() *CampaignTargetHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u + fields []string + hooks []Hook + mutation *CampaignTargetHistoryMutation } // Mutation returns the CampaignTargetHistoryMutation object of the builder. @@ -843,9 +167,6 @@ func (_u *CampaignTargetHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated CampaignTargetHistory entity. func (_u *CampaignTargetHistoryUpdateOne) Save(ctx context.Context) (*CampaignTargetHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -871,38 +192,7 @@ func (_u *CampaignTargetHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *CampaignTargetHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if campaigntargethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized campaigntargethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := campaigntargethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *CampaignTargetHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := campaigntargethistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "CampaignTargetHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CampaignTargetHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CampaignTargetHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *CampaignTargetHistoryUpdateOne) sqlSave(ctx context.Context) (_node *CampaignTargetHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(campaigntargethistory.Table, campaigntargethistory.Columns, sqlgraph.NewFieldSpec(campaigntargethistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -934,108 +224,57 @@ func (_u *CampaignTargetHistoryUpdateOne) sqlSave(ctx context.Context) (_node *C if _u.mutation.CreatedAtCleared() { _spec.ClearField(campaigntargethistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(campaigntargethistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(campaigntargethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(campaigntargethistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(campaigntargethistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(campaigntargethistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(campaigntargethistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(campaigntargethistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(campaigntargethistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(campaigntargethistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(campaigntargethistory.FieldWorkflowEligibleMarker, field.TypeBool) } if _u.mutation.CampaignIDCleared() { _spec.ClearField(campaigntargethistory.FieldCampaignID, field.TypeString) } - if value, ok := _u.mutation.ContactID(); ok { - _spec.SetField(campaigntargethistory.FieldContactID, field.TypeString, value) - } if _u.mutation.ContactIDCleared() { _spec.ClearField(campaigntargethistory.FieldContactID, field.TypeString) } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(campaigntargethistory.FieldUserID, field.TypeString, value) - } if _u.mutation.UserIDCleared() { _spec.ClearField(campaigntargethistory.FieldUserID, field.TypeString) } - if value, ok := _u.mutation.GroupID(); ok { - _spec.SetField(campaigntargethistory.FieldGroupID, field.TypeString, value) - } if _u.mutation.GroupIDCleared() { _spec.ClearField(campaigntargethistory.FieldGroupID, field.TypeString) } - if value, ok := _u.mutation.SubscriberID(); ok { - _spec.SetField(campaigntargethistory.FieldSubscriberID, field.TypeString, value) - } if _u.mutation.SubscriberIDCleared() { _spec.ClearField(campaigntargethistory.FieldSubscriberID, field.TypeString) } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(campaigntargethistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(campaigntargethistory.FieldFullName, field.TypeString, value) - } if _u.mutation.FullNameCleared() { _spec.ClearField(campaigntargethistory.FieldFullName, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(campaigntargethistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.SentAt(); ok { - _spec.SetField(campaigntargethistory.FieldSentAt, field.TypeTime, value) - } if _u.mutation.SentAtCleared() { _spec.ClearField(campaigntargethistory.FieldSentAt, field.TypeTime) } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(campaigntargethistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(campaigntargethistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(campaigntargethistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(campaigntargethistory.FieldMetadata, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.CampaignTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &CampaignTargetHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/client.go b/internal/ent/historygenerated/client.go index cca59dc138..ef3ac370dc 100644 --- a/internal/ent/historygenerated/client.go +++ b/internal/ent/historygenerated/client.go @@ -91,8 +91,6 @@ import ( "github.com/theopenlane/iam/fgax" stdsql "database/sql" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // Client is the client that holds all ent builders. @@ -340,9 +338,6 @@ type ( Authz fgax.Client // Job is the job client to insert jobs into the queue. Job riverqueue.JobClient - - // schemaConfig contains alternative names for all tables. - schemaConfig SchemaConfig } // Option function to configure the client. Option func(*config) @@ -10117,15 +10112,3 @@ func Job(ctx context.Context, opts ...riverqueue.Option) Option { } } } - -// SchemaConfig represents alternative schema names for all tables -// that can be passed at runtime. -type SchemaConfig = internal.SchemaConfig - -// AlternateSchemas allows alternate schema names to be -// passed into ent operations. -func AlternateSchema(schemaConfig SchemaConfig) Option { - return func(c *config) { - c.schemaConfig = schemaConfig - } -} diff --git a/internal/ent/historygenerated/contacthistory/contacthistory.go b/internal/ent/historygenerated/contacthistory/contacthistory.go index 5cf91375e4..f582e6b89d 100644 --- a/internal/ent/historygenerated/contacthistory/contacthistory.go +++ b/internal/ent/historygenerated/contacthistory/contacthistory.go @@ -120,8 +120,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/contacthistory_create.go b/internal/ent/historygenerated/contacthistory_create.go index e0a1738d38..faea9f5b28 100644 --- a/internal/ent/historygenerated/contacthistory_create.go +++ b/internal/ent/historygenerated/contacthistory_create.go @@ -459,7 +459,6 @@ func (_c *ContactHistoryCreate) createSpec() (*ContactHistory, *sqlgraph.CreateS _node = &ContactHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(contacthistory.Table, sqlgraph.NewFieldSpec(contacthistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ContactHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/contacthistory_delete.go b/internal/ent/historygenerated/contacthistory_delete.go index 1bb2448ef1..49e1abfb25 100644 --- a/internal/ent/historygenerated/contacthistory_delete.go +++ b/internal/ent/historygenerated/contacthistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/contacthistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // ContactHistoryDelete is the builder for deleting a ContactHistory entity. @@ -45,8 +43,6 @@ func (_d *ContactHistoryDelete) ExecX(ctx context.Context) int { func (_d *ContactHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(contacthistory.Table, sqlgraph.NewFieldSpec(contacthistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ContactHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/contacthistory_query.go b/internal/ent/historygenerated/contacthistory_query.go index b36168a3b4..54acf6c544 100644 --- a/internal/ent/historygenerated/contacthistory_query.go +++ b/internal/ent/historygenerated/contacthistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/contacthistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ContactHistoryQuery struct { order []contacthistory.OrderOption inters []Interceptor predicates []predicate.ContactHistory - loadTotal []func(context.Context, []*ContactHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ContactHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ContactHistoryQuery) Clone() *ContactHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ContactHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ContactHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ContactHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ContactHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( func (_q *ContactHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ContactHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ContactHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ContactHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ContactHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ContactHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ContactHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (chq *ContactHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ContactHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ContactHistorySelect) sqlScan(ctx context.Context, root *ContactHistor defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ContactHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ContactHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/contacthistory_update.go b/internal/ent/historygenerated/contacthistory_update.go index ef93fb1070..dec788bb46 100644 --- a/internal/ent/historygenerated/contacthistory_update.go +++ b/internal/ent/historygenerated/contacthistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/contacthistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ContactHistoryUpdate is the builder for updating ContactHistory entities. type ContactHistoryUpdate struct { config - hooks []Hook - mutation *ContactHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ContactHistoryMutation } // Where appends a list predicates to the ContactHistoryUpdate builder. @@ -36,330 +29,6 @@ func (_u *ContactHistoryUpdate) Where(ps ...predicate.ContactHistory) *ContactHi return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ContactHistoryUpdate) SetUpdatedAt(v time.Time) *ContactHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ContactHistoryUpdate) ClearUpdatedAt() *ContactHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ContactHistoryUpdate) SetUpdatedBy(v string) *ContactHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableUpdatedBy(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ContactHistoryUpdate) ClearUpdatedBy() *ContactHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ContactHistoryUpdate) SetUpdatedByImpersonator(v string) *ContactHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ContactHistoryUpdate) ClearUpdatedByImpersonator() *ContactHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ContactHistoryUpdate) SetDeletedAt(v time.Time) *ContactHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ContactHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ContactHistoryUpdate) ClearDeletedAt() *ContactHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ContactHistoryUpdate) SetDeletedBy(v string) *ContactHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableDeletedBy(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ContactHistoryUpdate) ClearDeletedBy() *ContactHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ContactHistoryUpdate) SetTags(v []string) *ContactHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ContactHistoryUpdate) AppendTags(v []string) *ContactHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ContactHistoryUpdate) ClearTags() *ContactHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ContactHistoryUpdate) SetOwnerID(v string) *ContactHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableOwnerID(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ContactHistoryUpdate) ClearOwnerID() *ContactHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *ContactHistoryUpdate) SetFullName(v string) *ContactHistoryUpdate { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableFullName(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// ClearFullName clears the value of the "full_name" field. -func (_u *ContactHistoryUpdate) ClearFullName() *ContactHistoryUpdate { - _u.mutation.ClearFullName() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ContactHistoryUpdate) SetTitle(v string) *ContactHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableTitle(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *ContactHistoryUpdate) ClearTitle() *ContactHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetCompany sets the "company" field. -func (_u *ContactHistoryUpdate) SetCompany(v string) *ContactHistoryUpdate { - _u.mutation.SetCompany(v) - return _u -} - -// SetNillableCompany sets the "company" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableCompany(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetCompany(*v) - } - return _u -} - -// ClearCompany clears the value of the "company" field. -func (_u *ContactHistoryUpdate) ClearCompany() *ContactHistoryUpdate { - _u.mutation.ClearCompany() - return _u -} - -// SetEmail sets the "email" field. -func (_u *ContactHistoryUpdate) SetEmail(v string) *ContactHistoryUpdate { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableEmail(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// ClearEmail clears the value of the "email" field. -func (_u *ContactHistoryUpdate) ClearEmail() *ContactHistoryUpdate { - _u.mutation.ClearEmail() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *ContactHistoryUpdate) SetPhoneNumber(v string) *ContactHistoryUpdate { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillablePhoneNumber(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *ContactHistoryUpdate) ClearPhoneNumber() *ContactHistoryUpdate { - _u.mutation.ClearPhoneNumber() - return _u -} - -// SetAddress sets the "address" field. -func (_u *ContactHistoryUpdate) SetAddress(v string) *ContactHistoryUpdate { - _u.mutation.SetAddress(v) - return _u -} - -// SetNillableAddress sets the "address" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableAddress(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetAddress(*v) - } - return _u -} - -// ClearAddress clears the value of the "address" field. -func (_u *ContactHistoryUpdate) ClearAddress() *ContactHistoryUpdate { - _u.mutation.ClearAddress() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ContactHistoryUpdate) SetStatus(v enums.UserStatus) *ContactHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableStatus(v *enums.UserStatus) *ContactHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *ContactHistoryUpdate) SetExternalID(v string) *ContactHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableExternalID(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *ContactHistoryUpdate) ClearExternalID() *ContactHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *ContactHistoryUpdate) SetIntegrationID(v string) *ContactHistoryUpdate { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableIntegrationID(v *string) *ContactHistoryUpdate { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *ContactHistoryUpdate) ClearIntegrationID() *ContactHistoryUpdate { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *ContactHistoryUpdate) SetObservedAt(v models.DateTime) *ContactHistoryUpdate { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *ContactHistoryUpdate) SetNillableObservedAt(v *models.DateTime) *ContactHistoryUpdate { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *ContactHistoryUpdate) ClearObservedAt() *ContactHistoryUpdate { - _u.mutation.ClearObservedAt() - return _u -} - // Mutation returns the ContactHistoryMutation object of the builder. func (_u *ContactHistoryUpdate) Mutation() *ContactHistoryMutation { return _u.mutation @@ -367,9 +36,6 @@ func (_u *ContactHistoryUpdate) Mutation() *ContactHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *ContactHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -395,38 +61,7 @@ func (_u *ContactHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ContactHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if contacthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized contacthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := contacthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ContactHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := contacthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ContactHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ContactHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ContactHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ContactHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(contacthistory.Table, contacthistory.Columns, sqlgraph.NewFieldSpec(contacthistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -441,116 +76,57 @@ func (_u *ContactHistoryUpdate) sqlSave(ctx context.Context) (_node int, err err if _u.mutation.CreatedAtCleared() { _spec.ClearField(contacthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(contacthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(contacthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(contacthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(contacthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(contacthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(contacthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(contacthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(contacthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(contacthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(contacthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(contacthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(contacthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, contacthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(contacthistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(contacthistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(contacthistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(contacthistory.FieldFullName, field.TypeString, value) - } if _u.mutation.FullNameCleared() { _spec.ClearField(contacthistory.FieldFullName, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(contacthistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(contacthistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Company(); ok { - _spec.SetField(contacthistory.FieldCompany, field.TypeString, value) - } if _u.mutation.CompanyCleared() { _spec.ClearField(contacthistory.FieldCompany, field.TypeString) } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(contacthistory.FieldEmail, field.TypeString, value) - } if _u.mutation.EmailCleared() { _spec.ClearField(contacthistory.FieldEmail, field.TypeString) } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(contacthistory.FieldPhoneNumber, field.TypeString, value) - } if _u.mutation.PhoneNumberCleared() { _spec.ClearField(contacthistory.FieldPhoneNumber, field.TypeString) } - if value, ok := _u.mutation.Address(); ok { - _spec.SetField(contacthistory.FieldAddress, field.TypeString, value) - } if _u.mutation.AddressCleared() { _spec.ClearField(contacthistory.FieldAddress, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(contacthistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(contacthistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(contacthistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(contacthistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(contacthistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(contacthistory.FieldObservedAt, field.TypeTime, value) - } if _u.mutation.ObservedAtCleared() { _spec.ClearField(contacthistory.FieldObservedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.ContactHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{contacthistory.Label} @@ -566,334 +142,9 @@ func (_u *ContactHistoryUpdate) sqlSave(ctx context.Context) (_node int, err err // ContactHistoryUpdateOne is the builder for updating a single ContactHistory entity. type ContactHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *ContactHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ContactHistoryUpdateOne) SetUpdatedAt(v time.Time) *ContactHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ContactHistoryUpdateOne) ClearUpdatedAt() *ContactHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ContactHistoryUpdateOne) SetUpdatedBy(v string) *ContactHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ContactHistoryUpdateOne) ClearUpdatedBy() *ContactHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ContactHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ContactHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ContactHistoryUpdateOne) ClearUpdatedByImpersonator() *ContactHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ContactHistoryUpdateOne) SetDeletedAt(v time.Time) *ContactHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ContactHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ContactHistoryUpdateOne) ClearDeletedAt() *ContactHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ContactHistoryUpdateOne) SetDeletedBy(v string) *ContactHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableDeletedBy(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ContactHistoryUpdateOne) ClearDeletedBy() *ContactHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ContactHistoryUpdateOne) SetTags(v []string) *ContactHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ContactHistoryUpdateOne) AppendTags(v []string) *ContactHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ContactHistoryUpdateOne) ClearTags() *ContactHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ContactHistoryUpdateOne) SetOwnerID(v string) *ContactHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableOwnerID(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ContactHistoryUpdateOne) ClearOwnerID() *ContactHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *ContactHistoryUpdateOne) SetFullName(v string) *ContactHistoryUpdateOne { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableFullName(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// ClearFullName clears the value of the "full_name" field. -func (_u *ContactHistoryUpdateOne) ClearFullName() *ContactHistoryUpdateOne { - _u.mutation.ClearFullName() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ContactHistoryUpdateOne) SetTitle(v string) *ContactHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableTitle(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *ContactHistoryUpdateOne) ClearTitle() *ContactHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetCompany sets the "company" field. -func (_u *ContactHistoryUpdateOne) SetCompany(v string) *ContactHistoryUpdateOne { - _u.mutation.SetCompany(v) - return _u -} - -// SetNillableCompany sets the "company" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableCompany(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetCompany(*v) - } - return _u -} - -// ClearCompany clears the value of the "company" field. -func (_u *ContactHistoryUpdateOne) ClearCompany() *ContactHistoryUpdateOne { - _u.mutation.ClearCompany() - return _u -} - -// SetEmail sets the "email" field. -func (_u *ContactHistoryUpdateOne) SetEmail(v string) *ContactHistoryUpdateOne { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableEmail(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// ClearEmail clears the value of the "email" field. -func (_u *ContactHistoryUpdateOne) ClearEmail() *ContactHistoryUpdateOne { - _u.mutation.ClearEmail() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *ContactHistoryUpdateOne) SetPhoneNumber(v string) *ContactHistoryUpdateOne { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillablePhoneNumber(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *ContactHistoryUpdateOne) ClearPhoneNumber() *ContactHistoryUpdateOne { - _u.mutation.ClearPhoneNumber() - return _u -} - -// SetAddress sets the "address" field. -func (_u *ContactHistoryUpdateOne) SetAddress(v string) *ContactHistoryUpdateOne { - _u.mutation.SetAddress(v) - return _u -} - -// SetNillableAddress sets the "address" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableAddress(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetAddress(*v) - } - return _u -} - -// ClearAddress clears the value of the "address" field. -func (_u *ContactHistoryUpdateOne) ClearAddress() *ContactHistoryUpdateOne { - _u.mutation.ClearAddress() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ContactHistoryUpdateOne) SetStatus(v enums.UserStatus) *ContactHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableStatus(v *enums.UserStatus) *ContactHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *ContactHistoryUpdateOne) SetExternalID(v string) *ContactHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableExternalID(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *ContactHistoryUpdateOne) ClearExternalID() *ContactHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *ContactHistoryUpdateOne) SetIntegrationID(v string) *ContactHistoryUpdateOne { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableIntegrationID(v *string) *ContactHistoryUpdateOne { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *ContactHistoryUpdateOne) ClearIntegrationID() *ContactHistoryUpdateOne { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *ContactHistoryUpdateOne) SetObservedAt(v models.DateTime) *ContactHistoryUpdateOne { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *ContactHistoryUpdateOne) SetNillableObservedAt(v *models.DateTime) *ContactHistoryUpdateOne { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *ContactHistoryUpdateOne) ClearObservedAt() *ContactHistoryUpdateOne { - _u.mutation.ClearObservedAt() - return _u + fields []string + hooks []Hook + mutation *ContactHistoryMutation } // Mutation returns the ContactHistoryMutation object of the builder. @@ -916,9 +167,6 @@ func (_u *ContactHistoryUpdateOne) Select(field string, fields ...string) *Conta // Save executes the query and returns the updated ContactHistory entity. func (_u *ContactHistoryUpdateOne) Save(ctx context.Context) (*ContactHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -944,38 +192,7 @@ func (_u *ContactHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ContactHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if contacthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized contacthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := contacthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ContactHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := contacthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ContactHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ContactHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ContactHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ContactHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ContactHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(contacthistory.Table, contacthistory.Columns, sqlgraph.NewFieldSpec(contacthistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1007,116 +224,57 @@ func (_u *ContactHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ContactH if _u.mutation.CreatedAtCleared() { _spec.ClearField(contacthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(contacthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(contacthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(contacthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(contacthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(contacthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(contacthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(contacthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(contacthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(contacthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(contacthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(contacthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(contacthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, contacthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(contacthistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(contacthistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(contacthistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(contacthistory.FieldFullName, field.TypeString, value) - } if _u.mutation.FullNameCleared() { _spec.ClearField(contacthistory.FieldFullName, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(contacthistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(contacthistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Company(); ok { - _spec.SetField(contacthistory.FieldCompany, field.TypeString, value) - } if _u.mutation.CompanyCleared() { _spec.ClearField(contacthistory.FieldCompany, field.TypeString) } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(contacthistory.FieldEmail, field.TypeString, value) - } if _u.mutation.EmailCleared() { _spec.ClearField(contacthistory.FieldEmail, field.TypeString) } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(contacthistory.FieldPhoneNumber, field.TypeString, value) - } if _u.mutation.PhoneNumberCleared() { _spec.ClearField(contacthistory.FieldPhoneNumber, field.TypeString) } - if value, ok := _u.mutation.Address(); ok { - _spec.SetField(contacthistory.FieldAddress, field.TypeString, value) - } if _u.mutation.AddressCleared() { _spec.ClearField(contacthistory.FieldAddress, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(contacthistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(contacthistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(contacthistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(contacthistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(contacthistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(contacthistory.FieldObservedAt, field.TypeTime, value) - } if _u.mutation.ObservedAtCleared() { _spec.ClearField(contacthistory.FieldObservedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.ContactHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ContactHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/controlhistory/controlhistory.go b/internal/ent/historygenerated/controlhistory/controlhistory.go index 269388ba5f..4d79331cf7 100644 --- a/internal/ent/historygenerated/controlhistory/controlhistory.go +++ b/internal/ent/historygenerated/controlhistory/controlhistory.go @@ -225,8 +225,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/controlhistory_create.go b/internal/ent/historygenerated/controlhistory_create.go index 1a823bf277..39f15a395d 100644 --- a/internal/ent/historygenerated/controlhistory_create.go +++ b/internal/ent/historygenerated/controlhistory_create.go @@ -887,7 +887,6 @@ func (_c *ControlHistoryCreate) createSpec() (*ControlHistory, *sqlgraph.CreateS _node = &ControlHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(controlhistory.Table, sqlgraph.NewFieldSpec(controlhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ControlHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/controlhistory_delete.go b/internal/ent/historygenerated/controlhistory_delete.go index 3dd7c8d0fd..27d6b72c58 100644 --- a/internal/ent/historygenerated/controlhistory_delete.go +++ b/internal/ent/historygenerated/controlhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/controlhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // ControlHistoryDelete is the builder for deleting a ControlHistory entity. @@ -45,8 +43,6 @@ func (_d *ControlHistoryDelete) ExecX(ctx context.Context) int { func (_d *ControlHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(controlhistory.Table, sqlgraph.NewFieldSpec(controlhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/controlhistory_query.go b/internal/ent/historygenerated/controlhistory_query.go index 53bdcb7cbb..718cc1b2d7 100644 --- a/internal/ent/historygenerated/controlhistory_query.go +++ b/internal/ent/historygenerated/controlhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/controlhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ControlHistoryQuery struct { order []controlhistory.OrderOption inters []Interceptor predicates []predicate.ControlHistory - loadTotal []func(context.Context, []*ControlHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ControlHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ControlHistoryQuery) Clone() *ControlHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ControlHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ControlHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ControlHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( func (_q *ControlHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ControlHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ControlHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ControlHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (chq *ControlHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ControlHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ControlHistorySelect) sqlScan(ctx context.Context, root *ControlHistor defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ControlHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ControlHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/controlhistory_update.go b/internal/ent/historygenerated/controlhistory_update.go index c65f1fe33c..6964f1d237 100644 --- a/internal/ent/historygenerated/controlhistory_update.go +++ b/internal/ent/historygenerated/controlhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/controlhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ControlHistoryUpdate is the builder for updating ControlHistory entities. type ControlHistoryUpdate struct { config - hooks []Hook - mutation *ControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ControlHistoryMutation } // Where appends a list predicates to the ControlHistoryUpdate builder. @@ -36,2325 +29,224 @@ func (_u *ControlHistoryUpdate) Where(ps ...predicate.ControlHistory) *ControlHi return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlHistoryUpdate) SetUpdatedAt(v time.Time) *ControlHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlHistoryUpdate) ClearUpdatedAt() *ControlHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the ControlHistoryMutation object of the builder. +func (_u *ControlHistoryUpdate) Mutation() *ControlHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlHistoryUpdate) SetUpdatedBy(v string) *ControlHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *ControlHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableUpdatedBy(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *ControlHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlHistoryUpdate) ClearUpdatedBy() *ControlHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlHistoryUpdate) SetUpdatedByImpersonator(v string) *ControlHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *ControlHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *ControlHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlHistoryUpdate) ClearUpdatedByImpersonator() *ControlHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlHistoryUpdate) SetDeletedAt(v time.Time) *ControlHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ControlHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *ControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(controlhistory.Table, controlhistory.Columns, sqlgraph.NewFieldSpec(controlhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlHistoryUpdate) ClearDeletedAt() *ControlHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlHistoryUpdate) SetDeletedBy(v string) *ControlHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableDeletedBy(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(controlhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlHistoryUpdate) ClearDeletedBy() *ControlHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlHistoryUpdate) SetTags(v []string) *ControlHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlHistoryUpdate) AppendTags(v []string) *ControlHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlHistoryUpdate) ClearTags() *ControlHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *ControlHistoryUpdate) SetExternalUUID(v string) *ControlHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableExternalUUID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(controlhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *ControlHistoryUpdate) ClearExternalUUID() *ControlHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ControlHistoryUpdate) SetTitle(v string) *ControlHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableTitle(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetTitle(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(controlhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *ControlHistoryUpdate) ClearTitle() *ControlHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetDescription sets the "description" field. -func (_u *ControlHistoryUpdate) SetDescription(v string) *ControlHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableDescription(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(controlhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ControlHistoryUpdate) ClearDescription() *ControlHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetDescriptionJSON sets the "description_json" field. -func (_u *ControlHistoryUpdate) SetDescriptionJSON(v []interface{}) *ControlHistoryUpdate { - _u.mutation.SetDescriptionJSON(v) - return _u -} - -// AppendDescriptionJSON appends value to the "description_json" field. -func (_u *ControlHistoryUpdate) AppendDescriptionJSON(v []interface{}) *ControlHistoryUpdate { - _u.mutation.AppendDescriptionJSON(v) - return _u -} - -// ClearDescriptionJSON clears the value of the "description_json" field. -func (_u *ControlHistoryUpdate) ClearDescriptionJSON() *ControlHistoryUpdate { - _u.mutation.ClearDescriptionJSON() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *ControlHistoryUpdate) SetAliases(v []string) *ControlHistoryUpdate { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *ControlHistoryUpdate) AppendAliases(v []string) *ControlHistoryUpdate { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *ControlHistoryUpdate) ClearAliases() *ControlHistoryUpdate { - _u.mutation.ClearAliases() - return _u -} - -// SetReferenceID sets the "reference_id" field. -func (_u *ControlHistoryUpdate) SetReferenceID(v string) *ControlHistoryUpdate { - _u.mutation.SetReferenceID(v) - return _u -} - -// SetNillableReferenceID sets the "reference_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableReferenceID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetReferenceID(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(controlhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearReferenceID clears the value of the "reference_id" field. -func (_u *ControlHistoryUpdate) ClearReferenceID() *ControlHistoryUpdate { - _u.mutation.ClearReferenceID() - return _u -} - -// SetAuditorReferenceID sets the "auditor_reference_id" field. -func (_u *ControlHistoryUpdate) SetAuditorReferenceID(v string) *ControlHistoryUpdate { - _u.mutation.SetAuditorReferenceID(v) - return _u -} - -// SetNillableAuditorReferenceID sets the "auditor_reference_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableAuditorReferenceID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetAuditorReferenceID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(controlhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearAuditorReferenceID clears the value of the "auditor_reference_id" field. -func (_u *ControlHistoryUpdate) ClearAuditorReferenceID() *ControlHistoryUpdate { - _u.mutation.ClearAuditorReferenceID() - return _u -} - -// SetResponsiblePartyID sets the "responsible_party_id" field. -func (_u *ControlHistoryUpdate) SetResponsiblePartyID(v string) *ControlHistoryUpdate { - _u.mutation.SetResponsiblePartyID(v) - return _u -} - -// SetNillableResponsiblePartyID sets the "responsible_party_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableResponsiblePartyID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetResponsiblePartyID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(controlhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearResponsiblePartyID clears the value of the "responsible_party_id" field. -func (_u *ControlHistoryUpdate) ClearResponsiblePartyID() *ControlHistoryUpdate { - _u.mutation.ClearResponsiblePartyID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlHistoryUpdate) SetStatus(v enums.ControlStatus) *ControlHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableStatus(v *enums.ControlStatus) *ControlHistoryUpdate { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(controlhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlHistoryUpdate) ClearStatus() *ControlHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationStatus sets the "implementation_status" field. -func (_u *ControlHistoryUpdate) SetImplementationStatus(v enums.ControlImplementationStatus) *ControlHistoryUpdate { - _u.mutation.SetImplementationStatus(v) - return _u -} - -// SetNillableImplementationStatus sets the "implementation_status" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableImplementationStatus(v *enums.ControlImplementationStatus) *ControlHistoryUpdate { - if v != nil { - _u.SetImplementationStatus(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(controlhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearImplementationStatus clears the value of the "implementation_status" field. -func (_u *ControlHistoryUpdate) ClearImplementationStatus() *ControlHistoryUpdate { - _u.mutation.ClearImplementationStatus() - return _u -} - -// SetImplementationDescription sets the "implementation_description" field. -func (_u *ControlHistoryUpdate) SetImplementationDescription(v string) *ControlHistoryUpdate { - _u.mutation.SetImplementationDescription(v) - return _u -} - -// SetNillableImplementationDescription sets the "implementation_description" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableImplementationDescription(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetImplementationDescription(*v) + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(controlhistory.FieldExternalUUID, field.TypeString) } - return _u -} - -// ClearImplementationDescription clears the value of the "implementation_description" field. -func (_u *ControlHistoryUpdate) ClearImplementationDescription() *ControlHistoryUpdate { - _u.mutation.ClearImplementationDescription() - return _u -} - -// SetPublicRepresentation sets the "public_representation" field. -func (_u *ControlHistoryUpdate) SetPublicRepresentation(v string) *ControlHistoryUpdate { - _u.mutation.SetPublicRepresentation(v) - return _u -} - -// SetNillablePublicRepresentation sets the "public_representation" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillablePublicRepresentation(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetPublicRepresentation(*v) + if _u.mutation.TitleCleared() { + _spec.ClearField(controlhistory.FieldTitle, field.TypeString) } - return _u -} - -// ClearPublicRepresentation clears the value of the "public_representation" field. -func (_u *ControlHistoryUpdate) ClearPublicRepresentation() *ControlHistoryUpdate { - _u.mutation.ClearPublicRepresentation() - return _u -} - -// SetSource sets the "source" field. -func (_u *ControlHistoryUpdate) SetSource(v enums.ControlSource) *ControlHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableSource(v *enums.ControlSource) *ControlHistoryUpdate { - if v != nil { - _u.SetSource(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(controlhistory.FieldDescription, field.TypeString) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ControlHistoryUpdate) ClearSource() *ControlHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetSourceName sets the "source_name" field. -func (_u *ControlHistoryUpdate) SetSourceName(v string) *ControlHistoryUpdate { - _u.mutation.SetSourceName(v) - return _u -} - -// SetNillableSourceName sets the "source_name" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableSourceName(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetSourceName(*v) + if _u.mutation.DescriptionJSONCleared() { + _spec.ClearField(controlhistory.FieldDescriptionJSON, field.TypeJSON) } - return _u -} - -// ClearSourceName clears the value of the "source_name" field. -func (_u *ControlHistoryUpdate) ClearSourceName() *ControlHistoryUpdate { - _u.mutation.ClearSourceName() - return _u -} - -// SetReferenceFramework sets the "reference_framework" field. -func (_u *ControlHistoryUpdate) SetReferenceFramework(v string) *ControlHistoryUpdate { - _u.mutation.SetReferenceFramework(v) - return _u -} - -// SetNillableReferenceFramework sets the "reference_framework" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableReferenceFramework(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetReferenceFramework(*v) + if _u.mutation.AliasesCleared() { + _spec.ClearField(controlhistory.FieldAliases, field.TypeJSON) } - return _u -} - -// ClearReferenceFramework clears the value of the "reference_framework" field. -func (_u *ControlHistoryUpdate) ClearReferenceFramework() *ControlHistoryUpdate { - _u.mutation.ClearReferenceFramework() - return _u -} - -// SetReferenceFrameworkRevision sets the "reference_framework_revision" field. -func (_u *ControlHistoryUpdate) SetReferenceFrameworkRevision(v string) *ControlHistoryUpdate { - _u.mutation.SetReferenceFrameworkRevision(v) - return _u -} - -// SetNillableReferenceFrameworkRevision sets the "reference_framework_revision" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableReferenceFrameworkRevision(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetReferenceFrameworkRevision(*v) + if _u.mutation.ReferenceIDCleared() { + _spec.ClearField(controlhistory.FieldReferenceID, field.TypeString) } - return _u -} - -// ClearReferenceFrameworkRevision clears the value of the "reference_framework_revision" field. -func (_u *ControlHistoryUpdate) ClearReferenceFrameworkRevision() *ControlHistoryUpdate { - _u.mutation.ClearReferenceFrameworkRevision() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ControlHistoryUpdate) SetCategory(v string) *ControlHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableCategory(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetCategory(*v) + if _u.mutation.AuditorReferenceIDCleared() { + _spec.ClearField(controlhistory.FieldAuditorReferenceID, field.TypeString) } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ControlHistoryUpdate) ClearCategory() *ControlHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *ControlHistoryUpdate) SetCategoryID(v string) *ControlHistoryUpdate { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableCategoryID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetCategoryID(*v) + if _u.mutation.ResponsiblePartyIDCleared() { + _spec.ClearField(controlhistory.FieldResponsiblePartyID, field.TypeString) } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *ControlHistoryUpdate) ClearCategoryID() *ControlHistoryUpdate { - _u.mutation.ClearCategoryID() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *ControlHistoryUpdate) SetSubcategory(v string) *ControlHistoryUpdate { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableSubcategory(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetSubcategory(*v) + if _u.mutation.StatusCleared() { + _spec.ClearField(controlhistory.FieldStatus, field.TypeEnum) } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *ControlHistoryUpdate) ClearSubcategory() *ControlHistoryUpdate { - _u.mutation.ClearSubcategory() - return _u -} - -// SetMappedCategories sets the "mapped_categories" field. -func (_u *ControlHistoryUpdate) SetMappedCategories(v []string) *ControlHistoryUpdate { - _u.mutation.SetMappedCategories(v) - return _u -} - -// AppendMappedCategories appends value to the "mapped_categories" field. -func (_u *ControlHistoryUpdate) AppendMappedCategories(v []string) *ControlHistoryUpdate { - _u.mutation.AppendMappedCategories(v) - return _u -} - -// ClearMappedCategories clears the value of the "mapped_categories" field. -func (_u *ControlHistoryUpdate) ClearMappedCategories() *ControlHistoryUpdate { - _u.mutation.ClearMappedCategories() - return _u -} - -// SetAssessmentObjectives sets the "assessment_objectives" field. -func (_u *ControlHistoryUpdate) SetAssessmentObjectives(v []models.AssessmentObjective) *ControlHistoryUpdate { - _u.mutation.SetAssessmentObjectives(v) - return _u -} - -// AppendAssessmentObjectives appends value to the "assessment_objectives" field. -func (_u *ControlHistoryUpdate) AppendAssessmentObjectives(v []models.AssessmentObjective) *ControlHistoryUpdate { - _u.mutation.AppendAssessmentObjectives(v) - return _u -} - -// ClearAssessmentObjectives clears the value of the "assessment_objectives" field. -func (_u *ControlHistoryUpdate) ClearAssessmentObjectives() *ControlHistoryUpdate { - _u.mutation.ClearAssessmentObjectives() - return _u -} - -// SetAssessmentMethods sets the "assessment_methods" field. -func (_u *ControlHistoryUpdate) SetAssessmentMethods(v []models.AssessmentMethod) *ControlHistoryUpdate { - _u.mutation.SetAssessmentMethods(v) - return _u -} - -// AppendAssessmentMethods appends value to the "assessment_methods" field. -func (_u *ControlHistoryUpdate) AppendAssessmentMethods(v []models.AssessmentMethod) *ControlHistoryUpdate { - _u.mutation.AppendAssessmentMethods(v) - return _u -} - -// ClearAssessmentMethods clears the value of the "assessment_methods" field. -func (_u *ControlHistoryUpdate) ClearAssessmentMethods() *ControlHistoryUpdate { - _u.mutation.ClearAssessmentMethods() - return _u -} - -// SetControlQuestions sets the "control_questions" field. -func (_u *ControlHistoryUpdate) SetControlQuestions(v []string) *ControlHistoryUpdate { - _u.mutation.SetControlQuestions(v) - return _u -} - -// AppendControlQuestions appends value to the "control_questions" field. -func (_u *ControlHistoryUpdate) AppendControlQuestions(v []string) *ControlHistoryUpdate { - _u.mutation.AppendControlQuestions(v) - return _u -} - -// ClearControlQuestions clears the value of the "control_questions" field. -func (_u *ControlHistoryUpdate) ClearControlQuestions() *ControlHistoryUpdate { - _u.mutation.ClearControlQuestions() - return _u -} - -// SetImplementationGuidance sets the "implementation_guidance" field. -func (_u *ControlHistoryUpdate) SetImplementationGuidance(v []models.ImplementationGuidance) *ControlHistoryUpdate { - _u.mutation.SetImplementationGuidance(v) - return _u -} - -// AppendImplementationGuidance appends value to the "implementation_guidance" field. -func (_u *ControlHistoryUpdate) AppendImplementationGuidance(v []models.ImplementationGuidance) *ControlHistoryUpdate { - _u.mutation.AppendImplementationGuidance(v) - return _u -} - -// ClearImplementationGuidance clears the value of the "implementation_guidance" field. -func (_u *ControlHistoryUpdate) ClearImplementationGuidance() *ControlHistoryUpdate { - _u.mutation.ClearImplementationGuidance() - return _u -} - -// SetExampleEvidence sets the "example_evidence" field. -func (_u *ControlHistoryUpdate) SetExampleEvidence(v []models.ExampleEvidence) *ControlHistoryUpdate { - _u.mutation.SetExampleEvidence(v) - return _u -} - -// AppendExampleEvidence appends value to the "example_evidence" field. -func (_u *ControlHistoryUpdate) AppendExampleEvidence(v []models.ExampleEvidence) *ControlHistoryUpdate { - _u.mutation.AppendExampleEvidence(v) - return _u -} - -// ClearExampleEvidence clears the value of the "example_evidence" field. -func (_u *ControlHistoryUpdate) ClearExampleEvidence() *ControlHistoryUpdate { - _u.mutation.ClearExampleEvidence() - return _u -} - -// SetReferences sets the "references" field. -func (_u *ControlHistoryUpdate) SetReferences(v []models.Reference) *ControlHistoryUpdate { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *ControlHistoryUpdate) AppendReferences(v []models.Reference) *ControlHistoryUpdate { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *ControlHistoryUpdate) ClearReferences() *ControlHistoryUpdate { - _u.mutation.ClearReferences() - return _u -} - -// SetTestingProcedures sets the "testing_procedures" field. -func (_u *ControlHistoryUpdate) SetTestingProcedures(v []models.TestingProcedures) *ControlHistoryUpdate { - _u.mutation.SetTestingProcedures(v) - return _u -} - -// AppendTestingProcedures appends value to the "testing_procedures" field. -func (_u *ControlHistoryUpdate) AppendTestingProcedures(v []models.TestingProcedures) *ControlHistoryUpdate { - _u.mutation.AppendTestingProcedures(v) - return _u -} - -// ClearTestingProcedures clears the value of the "testing_procedures" field. -func (_u *ControlHistoryUpdate) ClearTestingProcedures() *ControlHistoryUpdate { - _u.mutation.ClearTestingProcedures() - return _u -} - -// SetEvidenceRequests sets the "evidence_requests" field. -func (_u *ControlHistoryUpdate) SetEvidenceRequests(v []models.EvidenceRequests) *ControlHistoryUpdate { - _u.mutation.SetEvidenceRequests(v) - return _u -} - -// AppendEvidenceRequests appends value to the "evidence_requests" field. -func (_u *ControlHistoryUpdate) AppendEvidenceRequests(v []models.EvidenceRequests) *ControlHistoryUpdate { - _u.mutation.AppendEvidenceRequests(v) - return _u -} - -// ClearEvidenceRequests clears the value of the "evidence_requests" field. -func (_u *ControlHistoryUpdate) ClearEvidenceRequests() *ControlHistoryUpdate { - _u.mutation.ClearEvidenceRequests() - return _u -} - -// SetControlOwnerID sets the "control_owner_id" field. -func (_u *ControlHistoryUpdate) SetControlOwnerID(v string) *ControlHistoryUpdate { - _u.mutation.SetControlOwnerID(v) - return _u -} - -// SetNillableControlOwnerID sets the "control_owner_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableControlOwnerID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetControlOwnerID(*v) + if _u.mutation.ImplementationStatusCleared() { + _spec.ClearField(controlhistory.FieldImplementationStatus, field.TypeEnum) } - return _u -} - -// ClearControlOwnerID clears the value of the "control_owner_id" field. -func (_u *ControlHistoryUpdate) ClearControlOwnerID() *ControlHistoryUpdate { - _u.mutation.ClearControlOwnerID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ControlHistoryUpdate) SetDelegateID(v string) *ControlHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableDelegateID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) + if _u.mutation.ImplementationDescriptionCleared() { + _spec.ClearField(controlhistory.FieldImplementationDescription, field.TypeString) } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ControlHistoryUpdate) ClearDelegateID() *ControlHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlHistoryUpdate) SetInternalNotes(v string) *ControlHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableInternalNotes(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.PublicRepresentationCleared() { + _spec.ClearField(controlhistory.FieldPublicRepresentation, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlHistoryUpdate) ClearInternalNotes() *ControlHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlHistoryUpdate) SetSystemInternalID(v string) *ControlHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableSystemInternalID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.SourceCleared() { + _spec.ClearField(controlhistory.FieldSource, field.TypeEnum) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlHistoryUpdate) ClearSystemInternalID() *ControlHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetControlKindName sets the "control_kind_name" field. -func (_u *ControlHistoryUpdate) SetControlKindName(v string) *ControlHistoryUpdate { - _u.mutation.SetControlKindName(v) - return _u -} - -// SetNillableControlKindName sets the "control_kind_name" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableControlKindName(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetControlKindName(*v) + if _u.mutation.SourceNameCleared() { + _spec.ClearField(controlhistory.FieldSourceName, field.TypeString) } - return _u -} - -// ClearControlKindName clears the value of the "control_kind_name" field. -func (_u *ControlHistoryUpdate) ClearControlKindName() *ControlHistoryUpdate { - _u.mutation.ClearControlKindName() - return _u -} - -// SetControlKindID sets the "control_kind_id" field. -func (_u *ControlHistoryUpdate) SetControlKindID(v string) *ControlHistoryUpdate { - _u.mutation.SetControlKindID(v) - return _u -} - -// SetNillableControlKindID sets the "control_kind_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableControlKindID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetControlKindID(*v) + if _u.mutation.ReferenceFrameworkCleared() { + _spec.ClearField(controlhistory.FieldReferenceFramework, field.TypeString) } - return _u -} - -// ClearControlKindID clears the value of the "control_kind_id" field. -func (_u *ControlHistoryUpdate) ClearControlKindID() *ControlHistoryUpdate { - _u.mutation.ClearControlKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ControlHistoryUpdate) SetEnvironmentName(v string) *ControlHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableEnvironmentName(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.ReferenceFrameworkRevisionCleared() { + _spec.ClearField(controlhistory.FieldReferenceFrameworkRevision, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ControlHistoryUpdate) ClearEnvironmentName() *ControlHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ControlHistoryUpdate) SetEnvironmentID(v string) *ControlHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableEnvironmentID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.CategoryCleared() { + _spec.ClearField(controlhistory.FieldCategory, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ControlHistoryUpdate) ClearEnvironmentID() *ControlHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *ControlHistoryUpdate) SetScopeName(v string) *ControlHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableScopeName(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.CategoryIDCleared() { + _spec.ClearField(controlhistory.FieldCategoryID, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ControlHistoryUpdate) ClearScopeName() *ControlHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *ControlHistoryUpdate) SetScopeID(v string) *ControlHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableScopeID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.SubcategoryCleared() { + _spec.ClearField(controlhistory.FieldSubcategory, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ControlHistoryUpdate) ClearScopeID() *ControlHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ControlHistoryUpdate) SetWorkflowEligibleMarker(v bool) *ControlHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *ControlHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.MappedCategoriesCleared() { + _spec.ClearField(controlhistory.FieldMappedCategories, field.TypeJSON) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ControlHistoryUpdate) ClearWorkflowEligibleMarker() *ControlHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetRefCode sets the "ref_code" field. -func (_u *ControlHistoryUpdate) SetRefCode(v string) *ControlHistoryUpdate { - _u.mutation.SetRefCode(v) - return _u -} - -// SetNillableRefCode sets the "ref_code" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableRefCode(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetRefCode(*v) + if _u.mutation.AssessmentObjectivesCleared() { + _spec.ClearField(controlhistory.FieldAssessmentObjectives, field.TypeJSON) } - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *ControlHistoryUpdate) SetStandardID(v string) *ControlHistoryUpdate { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableStandardID(v *string) *ControlHistoryUpdate { - if v != nil { - _u.SetStandardID(*v) + if _u.mutation.AssessmentMethodsCleared() { + _spec.ClearField(controlhistory.FieldAssessmentMethods, field.TypeJSON) } - return _u -} - -// ClearStandardID clears the value of the "standard_id" field. -func (_u *ControlHistoryUpdate) ClearStandardID() *ControlHistoryUpdate { - _u.mutation.ClearStandardID() - return _u -} - -// SetTrustCenterVisibility sets the "trust_center_visibility" field. -func (_u *ControlHistoryUpdate) SetTrustCenterVisibility(v enums.TrustCenterControlVisibility) *ControlHistoryUpdate { - _u.mutation.SetTrustCenterVisibility(v) - return _u -} - -// SetNillableTrustCenterVisibility sets the "trust_center_visibility" field if the given value is not nil. -func (_u *ControlHistoryUpdate) SetNillableTrustCenterVisibility(v *enums.TrustCenterControlVisibility) *ControlHistoryUpdate { - if v != nil { - _u.SetTrustCenterVisibility(*v) - } - return _u -} - -// ClearTrustCenterVisibility clears the value of the "trust_center_visibility" field. -func (_u *ControlHistoryUpdate) ClearTrustCenterVisibility() *ControlHistoryUpdate { - _u.mutation.ClearTrustCenterVisibility() - return _u -} - -// Mutation returns the ControlHistoryMutation object of the builder. -func (_u *ControlHistoryUpdate) Mutation() *ControlHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *ControlHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *ControlHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *ControlHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *ControlHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *ControlHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ImplementationStatus(); ok { - if err := controlhistory.ImplementationStatusValidator(v); err != nil { - return &ValidationError{Name: "implementation_status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.implementation_status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := controlhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.source": %w`, err)} - } - } - if v, ok := _u.mutation.TrustCenterVisibility(); ok { - if err := controlhistory.TrustCenterVisibilityValidator(v); err != nil { - return &ValidationError{Name: "trust_center_visibility", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.trust_center_visibility": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *ControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(controlhistory.Table, controlhistory.Columns, sqlgraph.NewFieldSpec(controlhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(controlhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(controlhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(controlhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(controlhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(controlhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(controlhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(controlhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(controlhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(controlhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(controlhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(controlhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(controlhistory.FieldTitle, field.TypeString, value) - } - if _u.mutation.TitleCleared() { - _spec.ClearField(controlhistory.FieldTitle, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(controlhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(controlhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.DescriptionJSON(); ok { - _spec.SetField(controlhistory.FieldDescriptionJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDescriptionJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldDescriptionJSON, value) - }) - } - if _u.mutation.DescriptionJSONCleared() { - _spec.ClearField(controlhistory.FieldDescriptionJSON, field.TypeJSON) - } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(controlhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAliases, value) - }) - } - if _u.mutation.AliasesCleared() { - _spec.ClearField(controlhistory.FieldAliases, field.TypeJSON) - } - if value, ok := _u.mutation.ReferenceID(); ok { - _spec.SetField(controlhistory.FieldReferenceID, field.TypeString, value) - } - if _u.mutation.ReferenceIDCleared() { - _spec.ClearField(controlhistory.FieldReferenceID, field.TypeString) - } - if value, ok := _u.mutation.AuditorReferenceID(); ok { - _spec.SetField(controlhistory.FieldAuditorReferenceID, field.TypeString, value) - } - if _u.mutation.AuditorReferenceIDCleared() { - _spec.ClearField(controlhistory.FieldAuditorReferenceID, field.TypeString) - } - if value, ok := _u.mutation.ResponsiblePartyID(); ok { - _spec.SetField(controlhistory.FieldResponsiblePartyID, field.TypeString, value) - } - if _u.mutation.ResponsiblePartyIDCleared() { - _spec.ClearField(controlhistory.FieldResponsiblePartyID, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(controlhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ImplementationStatus(); ok { - _spec.SetField(controlhistory.FieldImplementationStatus, field.TypeEnum, value) - } - if _u.mutation.ImplementationStatusCleared() { - _spec.ClearField(controlhistory.FieldImplementationStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ImplementationDescription(); ok { - _spec.SetField(controlhistory.FieldImplementationDescription, field.TypeString, value) - } - if _u.mutation.ImplementationDescriptionCleared() { - _spec.ClearField(controlhistory.FieldImplementationDescription, field.TypeString) - } - if value, ok := _u.mutation.PublicRepresentation(); ok { - _spec.SetField(controlhistory.FieldPublicRepresentation, field.TypeString, value) - } - if _u.mutation.PublicRepresentationCleared() { - _spec.ClearField(controlhistory.FieldPublicRepresentation, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(controlhistory.FieldSource, field.TypeEnum, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(controlhistory.FieldSource, field.TypeEnum) - } - if value, ok := _u.mutation.SourceName(); ok { - _spec.SetField(controlhistory.FieldSourceName, field.TypeString, value) - } - if _u.mutation.SourceNameCleared() { - _spec.ClearField(controlhistory.FieldSourceName, field.TypeString) - } - if value, ok := _u.mutation.ReferenceFramework(); ok { - _spec.SetField(controlhistory.FieldReferenceFramework, field.TypeString, value) - } - if _u.mutation.ReferenceFrameworkCleared() { - _spec.ClearField(controlhistory.FieldReferenceFramework, field.TypeString) - } - if value, ok := _u.mutation.ReferenceFrameworkRevision(); ok { - _spec.SetField(controlhistory.FieldReferenceFrameworkRevision, field.TypeString, value) - } - if _u.mutation.ReferenceFrameworkRevisionCleared() { - _spec.ClearField(controlhistory.FieldReferenceFrameworkRevision, field.TypeString) - } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(controlhistory.FieldCategory, field.TypeString, value) - } - if _u.mutation.CategoryCleared() { - _spec.ClearField(controlhistory.FieldCategory, field.TypeString) - } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(controlhistory.FieldCategoryID, field.TypeString, value) - } - if _u.mutation.CategoryIDCleared() { - _spec.ClearField(controlhistory.FieldCategoryID, field.TypeString) - } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(controlhistory.FieldSubcategory, field.TypeString, value) - } - if _u.mutation.SubcategoryCleared() { - _spec.ClearField(controlhistory.FieldSubcategory, field.TypeString) - } - if value, ok := _u.mutation.MappedCategories(); ok { - _spec.SetField(controlhistory.FieldMappedCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMappedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldMappedCategories, value) - }) - } - if _u.mutation.MappedCategoriesCleared() { - _spec.ClearField(controlhistory.FieldMappedCategories, field.TypeJSON) - } - if value, ok := _u.mutation.AssessmentObjectives(); ok { - _spec.SetField(controlhistory.FieldAssessmentObjectives, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentObjectives(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAssessmentObjectives, value) - }) - } - if _u.mutation.AssessmentObjectivesCleared() { - _spec.ClearField(controlhistory.FieldAssessmentObjectives, field.TypeJSON) - } - if value, ok := _u.mutation.AssessmentMethods(); ok { - _spec.SetField(controlhistory.FieldAssessmentMethods, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentMethods(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAssessmentMethods, value) - }) - } - if _u.mutation.AssessmentMethodsCleared() { - _spec.ClearField(controlhistory.FieldAssessmentMethods, field.TypeJSON) - } - if value, ok := _u.mutation.ControlQuestions(); ok { - _spec.SetField(controlhistory.FieldControlQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlQuestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldControlQuestions, value) - }) - } - if _u.mutation.ControlQuestionsCleared() { - _spec.ClearField(controlhistory.FieldControlQuestions, field.TypeJSON) - } - if value, ok := _u.mutation.ImplementationGuidance(); ok { - _spec.SetField(controlhistory.FieldImplementationGuidance, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImplementationGuidance(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldImplementationGuidance, value) - }) + if _u.mutation.ControlQuestionsCleared() { + _spec.ClearField(controlhistory.FieldControlQuestions, field.TypeJSON) } if _u.mutation.ImplementationGuidanceCleared() { _spec.ClearField(controlhistory.FieldImplementationGuidance, field.TypeJSON) } - if value, ok := _u.mutation.ExampleEvidence(); ok { - _spec.SetField(controlhistory.FieldExampleEvidence, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExampleEvidence(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldExampleEvidence, value) - }) - } - if _u.mutation.ExampleEvidenceCleared() { - _spec.ClearField(controlhistory.FieldExampleEvidence, field.TypeJSON) - } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(controlhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldReferences, value) - }) - } - if _u.mutation.ReferencesCleared() { - _spec.ClearField(controlhistory.FieldReferences, field.TypeJSON) - } - if value, ok := _u.mutation.TestingProcedures(); ok { - _spec.SetField(controlhistory.FieldTestingProcedures, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTestingProcedures(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldTestingProcedures, value) - }) - } - if _u.mutation.TestingProceduresCleared() { - _spec.ClearField(controlhistory.FieldTestingProcedures, field.TypeJSON) - } - if value, ok := _u.mutation.EvidenceRequests(); ok { - _spec.SetField(controlhistory.FieldEvidenceRequests, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEvidenceRequests(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldEvidenceRequests, value) - }) - } - if _u.mutation.EvidenceRequestsCleared() { - _spec.ClearField(controlhistory.FieldEvidenceRequests, field.TypeJSON) - } - if value, ok := _u.mutation.ControlOwnerID(); ok { - _spec.SetField(controlhistory.FieldControlOwnerID, field.TypeString, value) - } - if _u.mutation.ControlOwnerIDCleared() { - _spec.ClearField(controlhistory.FieldControlOwnerID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(controlhistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(controlhistory.FieldDelegateID, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(controlhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(controlhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(controlhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(controlhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.ControlKindName(); ok { - _spec.SetField(controlhistory.FieldControlKindName, field.TypeString, value) - } - if _u.mutation.ControlKindNameCleared() { - _spec.ClearField(controlhistory.FieldControlKindName, field.TypeString) - } - if value, ok := _u.mutation.ControlKindID(); ok { - _spec.SetField(controlhistory.FieldControlKindID, field.TypeString, value) - } - if _u.mutation.ControlKindIDCleared() { - _spec.ClearField(controlhistory.FieldControlKindID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(controlhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(controlhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(controlhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(controlhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(controlhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(controlhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(controlhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(controlhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(controlhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(controlhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.RefCode(); ok { - _spec.SetField(controlhistory.FieldRefCode, field.TypeString, value) - } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(controlhistory.FieldStandardID, field.TypeString, value) - } - if _u.mutation.StandardIDCleared() { - _spec.ClearField(controlhistory.FieldStandardID, field.TypeString) - } - if value, ok := _u.mutation.TrustCenterVisibility(); ok { - _spec.SetField(controlhistory.FieldTrustCenterVisibility, field.TypeEnum, value) - } - if _u.mutation.TrustCenterVisibilityCleared() { - _spec.ClearField(controlhistory.FieldTrustCenterVisibility, field.TypeEnum) - } - if _u.mutation.IsTrustCenterControlCleared() { - _spec.ClearField(controlhistory.FieldIsTrustCenterControl, field.TypeBool) - } - _spec.Node.Schema = _u.schemaConfig.ControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{controlhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// ControlHistoryUpdateOne is the builder for updating a single ControlHistory entity. -type ControlHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *ControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlHistoryUpdateOne) SetUpdatedAt(v time.Time) *ControlHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlHistoryUpdateOne) ClearUpdatedAt() *ControlHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlHistoryUpdateOne) SetUpdatedBy(v string) *ControlHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlHistoryUpdateOne) ClearUpdatedBy() *ControlHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ControlHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlHistoryUpdateOne) ClearUpdatedByImpersonator() *ControlHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlHistoryUpdateOne) SetDeletedAt(v time.Time) *ControlHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ControlHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlHistoryUpdateOne) ClearDeletedAt() *ControlHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlHistoryUpdateOne) SetDeletedBy(v string) *ControlHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableDeletedBy(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlHistoryUpdateOne) ClearDeletedBy() *ControlHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlHistoryUpdateOne) SetTags(v []string) *ControlHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlHistoryUpdateOne) AppendTags(v []string) *ControlHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlHistoryUpdateOne) ClearTags() *ControlHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *ControlHistoryUpdateOne) SetExternalUUID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableExternalUUID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *ControlHistoryUpdateOne) ClearExternalUUID() *ControlHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ControlHistoryUpdateOne) SetTitle(v string) *ControlHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableTitle(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *ControlHistoryUpdateOne) ClearTitle() *ControlHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetDescription sets the "description" field. -func (_u *ControlHistoryUpdateOne) SetDescription(v string) *ControlHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableDescription(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ControlHistoryUpdateOne) ClearDescription() *ControlHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetDescriptionJSON sets the "description_json" field. -func (_u *ControlHistoryUpdateOne) SetDescriptionJSON(v []interface{}) *ControlHistoryUpdateOne { - _u.mutation.SetDescriptionJSON(v) - return _u -} - -// AppendDescriptionJSON appends value to the "description_json" field. -func (_u *ControlHistoryUpdateOne) AppendDescriptionJSON(v []interface{}) *ControlHistoryUpdateOne { - _u.mutation.AppendDescriptionJSON(v) - return _u -} - -// ClearDescriptionJSON clears the value of the "description_json" field. -func (_u *ControlHistoryUpdateOne) ClearDescriptionJSON() *ControlHistoryUpdateOne { - _u.mutation.ClearDescriptionJSON() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *ControlHistoryUpdateOne) SetAliases(v []string) *ControlHistoryUpdateOne { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *ControlHistoryUpdateOne) AppendAliases(v []string) *ControlHistoryUpdateOne { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *ControlHistoryUpdateOne) ClearAliases() *ControlHistoryUpdateOne { - _u.mutation.ClearAliases() - return _u -} - -// SetReferenceID sets the "reference_id" field. -func (_u *ControlHistoryUpdateOne) SetReferenceID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetReferenceID(v) - return _u -} - -// SetNillableReferenceID sets the "reference_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableReferenceID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetReferenceID(*v) - } - return _u -} - -// ClearReferenceID clears the value of the "reference_id" field. -func (_u *ControlHistoryUpdateOne) ClearReferenceID() *ControlHistoryUpdateOne { - _u.mutation.ClearReferenceID() - return _u -} - -// SetAuditorReferenceID sets the "auditor_reference_id" field. -func (_u *ControlHistoryUpdateOne) SetAuditorReferenceID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetAuditorReferenceID(v) - return _u -} - -// SetNillableAuditorReferenceID sets the "auditor_reference_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableAuditorReferenceID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetAuditorReferenceID(*v) - } - return _u -} - -// ClearAuditorReferenceID clears the value of the "auditor_reference_id" field. -func (_u *ControlHistoryUpdateOne) ClearAuditorReferenceID() *ControlHistoryUpdateOne { - _u.mutation.ClearAuditorReferenceID() - return _u -} - -// SetResponsiblePartyID sets the "responsible_party_id" field. -func (_u *ControlHistoryUpdateOne) SetResponsiblePartyID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetResponsiblePartyID(v) - return _u -} - -// SetNillableResponsiblePartyID sets the "responsible_party_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableResponsiblePartyID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetResponsiblePartyID(*v) - } - return _u -} - -// ClearResponsiblePartyID clears the value of the "responsible_party_id" field. -func (_u *ControlHistoryUpdateOne) ClearResponsiblePartyID() *ControlHistoryUpdateOne { - _u.mutation.ClearResponsiblePartyID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlHistoryUpdateOne) SetStatus(v enums.ControlStatus) *ControlHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableStatus(v *enums.ControlStatus) *ControlHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlHistoryUpdateOne) ClearStatus() *ControlHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationStatus sets the "implementation_status" field. -func (_u *ControlHistoryUpdateOne) SetImplementationStatus(v enums.ControlImplementationStatus) *ControlHistoryUpdateOne { - _u.mutation.SetImplementationStatus(v) - return _u -} - -// SetNillableImplementationStatus sets the "implementation_status" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableImplementationStatus(v *enums.ControlImplementationStatus) *ControlHistoryUpdateOne { - if v != nil { - _u.SetImplementationStatus(*v) - } - return _u -} - -// ClearImplementationStatus clears the value of the "implementation_status" field. -func (_u *ControlHistoryUpdateOne) ClearImplementationStatus() *ControlHistoryUpdateOne { - _u.mutation.ClearImplementationStatus() - return _u -} - -// SetImplementationDescription sets the "implementation_description" field. -func (_u *ControlHistoryUpdateOne) SetImplementationDescription(v string) *ControlHistoryUpdateOne { - _u.mutation.SetImplementationDescription(v) - return _u -} - -// SetNillableImplementationDescription sets the "implementation_description" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableImplementationDescription(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetImplementationDescription(*v) - } - return _u -} - -// ClearImplementationDescription clears the value of the "implementation_description" field. -func (_u *ControlHistoryUpdateOne) ClearImplementationDescription() *ControlHistoryUpdateOne { - _u.mutation.ClearImplementationDescription() - return _u -} - -// SetPublicRepresentation sets the "public_representation" field. -func (_u *ControlHistoryUpdateOne) SetPublicRepresentation(v string) *ControlHistoryUpdateOne { - _u.mutation.SetPublicRepresentation(v) - return _u -} - -// SetNillablePublicRepresentation sets the "public_representation" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillablePublicRepresentation(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetPublicRepresentation(*v) - } - return _u -} - -// ClearPublicRepresentation clears the value of the "public_representation" field. -func (_u *ControlHistoryUpdateOne) ClearPublicRepresentation() *ControlHistoryUpdateOne { - _u.mutation.ClearPublicRepresentation() - return _u -} - -// SetSource sets the "source" field. -func (_u *ControlHistoryUpdateOne) SetSource(v enums.ControlSource) *ControlHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableSource(v *enums.ControlSource) *ControlHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ControlHistoryUpdateOne) ClearSource() *ControlHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetSourceName sets the "source_name" field. -func (_u *ControlHistoryUpdateOne) SetSourceName(v string) *ControlHistoryUpdateOne { - _u.mutation.SetSourceName(v) - return _u -} - -// SetNillableSourceName sets the "source_name" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableSourceName(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetSourceName(*v) - } - return _u -} - -// ClearSourceName clears the value of the "source_name" field. -func (_u *ControlHistoryUpdateOne) ClearSourceName() *ControlHistoryUpdateOne { - _u.mutation.ClearSourceName() - return _u -} - -// SetReferenceFramework sets the "reference_framework" field. -func (_u *ControlHistoryUpdateOne) SetReferenceFramework(v string) *ControlHistoryUpdateOne { - _u.mutation.SetReferenceFramework(v) - return _u -} - -// SetNillableReferenceFramework sets the "reference_framework" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableReferenceFramework(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetReferenceFramework(*v) - } - return _u -} - -// ClearReferenceFramework clears the value of the "reference_framework" field. -func (_u *ControlHistoryUpdateOne) ClearReferenceFramework() *ControlHistoryUpdateOne { - _u.mutation.ClearReferenceFramework() - return _u -} - -// SetReferenceFrameworkRevision sets the "reference_framework_revision" field. -func (_u *ControlHistoryUpdateOne) SetReferenceFrameworkRevision(v string) *ControlHistoryUpdateOne { - _u.mutation.SetReferenceFrameworkRevision(v) - return _u -} - -// SetNillableReferenceFrameworkRevision sets the "reference_framework_revision" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableReferenceFrameworkRevision(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetReferenceFrameworkRevision(*v) - } - return _u -} - -// ClearReferenceFrameworkRevision clears the value of the "reference_framework_revision" field. -func (_u *ControlHistoryUpdateOne) ClearReferenceFrameworkRevision() *ControlHistoryUpdateOne { - _u.mutation.ClearReferenceFrameworkRevision() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ControlHistoryUpdateOne) SetCategory(v string) *ControlHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableCategory(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ControlHistoryUpdateOne) ClearCategory() *ControlHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *ControlHistoryUpdateOne) SetCategoryID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableCategoryID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetCategoryID(*v) - } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *ControlHistoryUpdateOne) ClearCategoryID() *ControlHistoryUpdateOne { - _u.mutation.ClearCategoryID() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *ControlHistoryUpdateOne) SetSubcategory(v string) *ControlHistoryUpdateOne { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableSubcategory(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetSubcategory(*v) - } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *ControlHistoryUpdateOne) ClearSubcategory() *ControlHistoryUpdateOne { - _u.mutation.ClearSubcategory() - return _u -} - -// SetMappedCategories sets the "mapped_categories" field. -func (_u *ControlHistoryUpdateOne) SetMappedCategories(v []string) *ControlHistoryUpdateOne { - _u.mutation.SetMappedCategories(v) - return _u -} - -// AppendMappedCategories appends value to the "mapped_categories" field. -func (_u *ControlHistoryUpdateOne) AppendMappedCategories(v []string) *ControlHistoryUpdateOne { - _u.mutation.AppendMappedCategories(v) - return _u -} - -// ClearMappedCategories clears the value of the "mapped_categories" field. -func (_u *ControlHistoryUpdateOne) ClearMappedCategories() *ControlHistoryUpdateOne { - _u.mutation.ClearMappedCategories() - return _u -} - -// SetAssessmentObjectives sets the "assessment_objectives" field. -func (_u *ControlHistoryUpdateOne) SetAssessmentObjectives(v []models.AssessmentObjective) *ControlHistoryUpdateOne { - _u.mutation.SetAssessmentObjectives(v) - return _u -} - -// AppendAssessmentObjectives appends value to the "assessment_objectives" field. -func (_u *ControlHistoryUpdateOne) AppendAssessmentObjectives(v []models.AssessmentObjective) *ControlHistoryUpdateOne { - _u.mutation.AppendAssessmentObjectives(v) - return _u -} - -// ClearAssessmentObjectives clears the value of the "assessment_objectives" field. -func (_u *ControlHistoryUpdateOne) ClearAssessmentObjectives() *ControlHistoryUpdateOne { - _u.mutation.ClearAssessmentObjectives() - return _u -} - -// SetAssessmentMethods sets the "assessment_methods" field. -func (_u *ControlHistoryUpdateOne) SetAssessmentMethods(v []models.AssessmentMethod) *ControlHistoryUpdateOne { - _u.mutation.SetAssessmentMethods(v) - return _u -} - -// AppendAssessmentMethods appends value to the "assessment_methods" field. -func (_u *ControlHistoryUpdateOne) AppendAssessmentMethods(v []models.AssessmentMethod) *ControlHistoryUpdateOne { - _u.mutation.AppendAssessmentMethods(v) - return _u -} - -// ClearAssessmentMethods clears the value of the "assessment_methods" field. -func (_u *ControlHistoryUpdateOne) ClearAssessmentMethods() *ControlHistoryUpdateOne { - _u.mutation.ClearAssessmentMethods() - return _u -} - -// SetControlQuestions sets the "control_questions" field. -func (_u *ControlHistoryUpdateOne) SetControlQuestions(v []string) *ControlHistoryUpdateOne { - _u.mutation.SetControlQuestions(v) - return _u -} - -// AppendControlQuestions appends value to the "control_questions" field. -func (_u *ControlHistoryUpdateOne) AppendControlQuestions(v []string) *ControlHistoryUpdateOne { - _u.mutation.AppendControlQuestions(v) - return _u -} - -// ClearControlQuestions clears the value of the "control_questions" field. -func (_u *ControlHistoryUpdateOne) ClearControlQuestions() *ControlHistoryUpdateOne { - _u.mutation.ClearControlQuestions() - return _u -} - -// SetImplementationGuidance sets the "implementation_guidance" field. -func (_u *ControlHistoryUpdateOne) SetImplementationGuidance(v []models.ImplementationGuidance) *ControlHistoryUpdateOne { - _u.mutation.SetImplementationGuidance(v) - return _u -} - -// AppendImplementationGuidance appends value to the "implementation_guidance" field. -func (_u *ControlHistoryUpdateOne) AppendImplementationGuidance(v []models.ImplementationGuidance) *ControlHistoryUpdateOne { - _u.mutation.AppendImplementationGuidance(v) - return _u -} - -// ClearImplementationGuidance clears the value of the "implementation_guidance" field. -func (_u *ControlHistoryUpdateOne) ClearImplementationGuidance() *ControlHistoryUpdateOne { - _u.mutation.ClearImplementationGuidance() - return _u -} - -// SetExampleEvidence sets the "example_evidence" field. -func (_u *ControlHistoryUpdateOne) SetExampleEvidence(v []models.ExampleEvidence) *ControlHistoryUpdateOne { - _u.mutation.SetExampleEvidence(v) - return _u -} - -// AppendExampleEvidence appends value to the "example_evidence" field. -func (_u *ControlHistoryUpdateOne) AppendExampleEvidence(v []models.ExampleEvidence) *ControlHistoryUpdateOne { - _u.mutation.AppendExampleEvidence(v) - return _u -} - -// ClearExampleEvidence clears the value of the "example_evidence" field. -func (_u *ControlHistoryUpdateOne) ClearExampleEvidence() *ControlHistoryUpdateOne { - _u.mutation.ClearExampleEvidence() - return _u -} - -// SetReferences sets the "references" field. -func (_u *ControlHistoryUpdateOne) SetReferences(v []models.Reference) *ControlHistoryUpdateOne { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *ControlHistoryUpdateOne) AppendReferences(v []models.Reference) *ControlHistoryUpdateOne { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *ControlHistoryUpdateOne) ClearReferences() *ControlHistoryUpdateOne { - _u.mutation.ClearReferences() - return _u -} - -// SetTestingProcedures sets the "testing_procedures" field. -func (_u *ControlHistoryUpdateOne) SetTestingProcedures(v []models.TestingProcedures) *ControlHistoryUpdateOne { - _u.mutation.SetTestingProcedures(v) - return _u -} - -// AppendTestingProcedures appends value to the "testing_procedures" field. -func (_u *ControlHistoryUpdateOne) AppendTestingProcedures(v []models.TestingProcedures) *ControlHistoryUpdateOne { - _u.mutation.AppendTestingProcedures(v) - return _u -} - -// ClearTestingProcedures clears the value of the "testing_procedures" field. -func (_u *ControlHistoryUpdateOne) ClearTestingProcedures() *ControlHistoryUpdateOne { - _u.mutation.ClearTestingProcedures() - return _u -} - -// SetEvidenceRequests sets the "evidence_requests" field. -func (_u *ControlHistoryUpdateOne) SetEvidenceRequests(v []models.EvidenceRequests) *ControlHistoryUpdateOne { - _u.mutation.SetEvidenceRequests(v) - return _u -} - -// AppendEvidenceRequests appends value to the "evidence_requests" field. -func (_u *ControlHistoryUpdateOne) AppendEvidenceRequests(v []models.EvidenceRequests) *ControlHistoryUpdateOne { - _u.mutation.AppendEvidenceRequests(v) - return _u -} - -// ClearEvidenceRequests clears the value of the "evidence_requests" field. -func (_u *ControlHistoryUpdateOne) ClearEvidenceRequests() *ControlHistoryUpdateOne { - _u.mutation.ClearEvidenceRequests() - return _u -} - -// SetControlOwnerID sets the "control_owner_id" field. -func (_u *ControlHistoryUpdateOne) SetControlOwnerID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetControlOwnerID(v) - return _u -} - -// SetNillableControlOwnerID sets the "control_owner_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableControlOwnerID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetControlOwnerID(*v) - } - return _u -} - -// ClearControlOwnerID clears the value of the "control_owner_id" field. -func (_u *ControlHistoryUpdateOne) ClearControlOwnerID() *ControlHistoryUpdateOne { - _u.mutation.ClearControlOwnerID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ControlHistoryUpdateOne) SetDelegateID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableDelegateID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) + if _u.mutation.ExampleEvidenceCleared() { + _spec.ClearField(controlhistory.FieldExampleEvidence, field.TypeJSON) } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ControlHistoryUpdateOne) ClearDelegateID() *ControlHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlHistoryUpdateOne) SetInternalNotes(v string) *ControlHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableInternalNotes(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.ReferencesCleared() { + _spec.ClearField(controlhistory.FieldReferences, field.TypeJSON) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlHistoryUpdateOne) ClearInternalNotes() *ControlHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlHistoryUpdateOne) SetSystemInternalID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.TestingProceduresCleared() { + _spec.ClearField(controlhistory.FieldTestingProcedures, field.TypeJSON) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlHistoryUpdateOne) ClearSystemInternalID() *ControlHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetControlKindName sets the "control_kind_name" field. -func (_u *ControlHistoryUpdateOne) SetControlKindName(v string) *ControlHistoryUpdateOne { - _u.mutation.SetControlKindName(v) - return _u -} - -// SetNillableControlKindName sets the "control_kind_name" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableControlKindName(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetControlKindName(*v) + if _u.mutation.EvidenceRequestsCleared() { + _spec.ClearField(controlhistory.FieldEvidenceRequests, field.TypeJSON) } - return _u -} - -// ClearControlKindName clears the value of the "control_kind_name" field. -func (_u *ControlHistoryUpdateOne) ClearControlKindName() *ControlHistoryUpdateOne { - _u.mutation.ClearControlKindName() - return _u -} - -// SetControlKindID sets the "control_kind_id" field. -func (_u *ControlHistoryUpdateOne) SetControlKindID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetControlKindID(v) - return _u -} - -// SetNillableControlKindID sets the "control_kind_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableControlKindID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetControlKindID(*v) + if _u.mutation.ControlOwnerIDCleared() { + _spec.ClearField(controlhistory.FieldControlOwnerID, field.TypeString) } - return _u -} - -// ClearControlKindID clears the value of the "control_kind_id" field. -func (_u *ControlHistoryUpdateOne) ClearControlKindID() *ControlHistoryUpdateOne { - _u.mutation.ClearControlKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ControlHistoryUpdateOne) SetEnvironmentName(v string) *ControlHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableEnvironmentName(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(controlhistory.FieldDelegateID, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ControlHistoryUpdateOne) ClearEnvironmentName() *ControlHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ControlHistoryUpdateOne) SetEnvironmentID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableEnvironmentID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(controlhistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ControlHistoryUpdateOne) ClearEnvironmentID() *ControlHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *ControlHistoryUpdateOne) SetScopeName(v string) *ControlHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableScopeName(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(controlhistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ControlHistoryUpdateOne) ClearScopeName() *ControlHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *ControlHistoryUpdateOne) SetScopeID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableScopeID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(controlhistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ControlHistoryUpdateOne) ClearScopeID() *ControlHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ControlHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *ControlHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *ControlHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(controlhistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ControlHistoryUpdateOne) ClearWorkflowEligibleMarker() *ControlHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetRefCode sets the "ref_code" field. -func (_u *ControlHistoryUpdateOne) SetRefCode(v string) *ControlHistoryUpdateOne { - _u.mutation.SetRefCode(v) - return _u -} - -// SetNillableRefCode sets the "ref_code" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableRefCode(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetRefCode(*v) + if _u.mutation.ControlKindNameCleared() { + _spec.ClearField(controlhistory.FieldControlKindName, field.TypeString) } - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *ControlHistoryUpdateOne) SetStandardID(v string) *ControlHistoryUpdateOne { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableStandardID(v *string) *ControlHistoryUpdateOne { - if v != nil { - _u.SetStandardID(*v) + if _u.mutation.ControlKindIDCleared() { + _spec.ClearField(controlhistory.FieldControlKindID, field.TypeString) } - return _u -} - -// ClearStandardID clears the value of the "standard_id" field. -func (_u *ControlHistoryUpdateOne) ClearStandardID() *ControlHistoryUpdateOne { - _u.mutation.ClearStandardID() - return _u -} - -// SetTrustCenterVisibility sets the "trust_center_visibility" field. -func (_u *ControlHistoryUpdateOne) SetTrustCenterVisibility(v enums.TrustCenterControlVisibility) *ControlHistoryUpdateOne { - _u.mutation.SetTrustCenterVisibility(v) - return _u -} - -// SetNillableTrustCenterVisibility sets the "trust_center_visibility" field if the given value is not nil. -func (_u *ControlHistoryUpdateOne) SetNillableTrustCenterVisibility(v *enums.TrustCenterControlVisibility) *ControlHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterVisibility(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(controlhistory.FieldEnvironmentName, field.TypeString) } - return _u + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(controlhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(controlhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(controlhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(controlhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.StandardIDCleared() { + _spec.ClearField(controlhistory.FieldStandardID, field.TypeString) + } + if _u.mutation.TrustCenterVisibilityCleared() { + _spec.ClearField(controlhistory.FieldTrustCenterVisibility, field.TypeEnum) + } + if _u.mutation.IsTrustCenterControlCleared() { + _spec.ClearField(controlhistory.FieldIsTrustCenterControl, field.TypeBool) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{controlhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearTrustCenterVisibility clears the value of the "trust_center_visibility" field. -func (_u *ControlHistoryUpdateOne) ClearTrustCenterVisibility() *ControlHistoryUpdateOne { - _u.mutation.ClearTrustCenterVisibility() - return _u +// ControlHistoryUpdateOne is the builder for updating a single ControlHistory entity. +type ControlHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *ControlHistoryMutation } // Mutation returns the ControlHistoryMutation object of the builder. @@ -2377,9 +269,6 @@ func (_u *ControlHistoryUpdateOne) Select(field string, fields ...string) *Contr // Save executes the query and returns the updated ControlHistory entity. func (_u *ControlHistoryUpdateOne) Save(ctx context.Context) (*ControlHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2405,53 +294,7 @@ func (_u *ControlHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ControlHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ImplementationStatus(); ok { - if err := controlhistory.ImplementationStatusValidator(v); err != nil { - return &ValidationError{Name: "implementation_status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.implementation_status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := controlhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.source": %w`, err)} - } - } - if v, ok := _u.mutation.TrustCenterVisibility(); ok { - if err := controlhistory.TrustCenterVisibilityValidator(v); err != nil { - return &ValidationError{Name: "trust_center_visibility", err: fmt.Errorf(`historygenerated: validator failed for field "ControlHistory.trust_center_visibility": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ControlHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(controlhistory.Table, controlhistory.Columns, sqlgraph.NewFieldSpec(controlhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2483,282 +326,114 @@ func (_u *ControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ControlH if _u.mutation.CreatedAtCleared() { _spec.ClearField(controlhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(controlhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(controlhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(controlhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(controlhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(controlhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(controlhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(controlhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(controlhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(controlhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(controlhistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(controlhistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(controlhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(controlhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.DescriptionJSON(); ok { - _spec.SetField(controlhistory.FieldDescriptionJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDescriptionJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldDescriptionJSON, value) - }) - } if _u.mutation.DescriptionJSONCleared() { _spec.ClearField(controlhistory.FieldDescriptionJSON, field.TypeJSON) } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(controlhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAliases, value) - }) - } if _u.mutation.AliasesCleared() { _spec.ClearField(controlhistory.FieldAliases, field.TypeJSON) } - if value, ok := _u.mutation.ReferenceID(); ok { - _spec.SetField(controlhistory.FieldReferenceID, field.TypeString, value) - } if _u.mutation.ReferenceIDCleared() { _spec.ClearField(controlhistory.FieldReferenceID, field.TypeString) } - if value, ok := _u.mutation.AuditorReferenceID(); ok { - _spec.SetField(controlhistory.FieldAuditorReferenceID, field.TypeString, value) - } if _u.mutation.AuditorReferenceIDCleared() { _spec.ClearField(controlhistory.FieldAuditorReferenceID, field.TypeString) } - if value, ok := _u.mutation.ResponsiblePartyID(); ok { - _spec.SetField(controlhistory.FieldResponsiblePartyID, field.TypeString, value) - } if _u.mutation.ResponsiblePartyIDCleared() { _spec.ClearField(controlhistory.FieldResponsiblePartyID, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(controlhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationStatus(); ok { - _spec.SetField(controlhistory.FieldImplementationStatus, field.TypeEnum, value) - } if _u.mutation.ImplementationStatusCleared() { _spec.ClearField(controlhistory.FieldImplementationStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationDescription(); ok { - _spec.SetField(controlhistory.FieldImplementationDescription, field.TypeString, value) - } if _u.mutation.ImplementationDescriptionCleared() { _spec.ClearField(controlhistory.FieldImplementationDescription, field.TypeString) } - if value, ok := _u.mutation.PublicRepresentation(); ok { - _spec.SetField(controlhistory.FieldPublicRepresentation, field.TypeString, value) - } if _u.mutation.PublicRepresentationCleared() { _spec.ClearField(controlhistory.FieldPublicRepresentation, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(controlhistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(controlhistory.FieldSource, field.TypeEnum) } - if value, ok := _u.mutation.SourceName(); ok { - _spec.SetField(controlhistory.FieldSourceName, field.TypeString, value) - } if _u.mutation.SourceNameCleared() { _spec.ClearField(controlhistory.FieldSourceName, field.TypeString) } - if value, ok := _u.mutation.ReferenceFramework(); ok { - _spec.SetField(controlhistory.FieldReferenceFramework, field.TypeString, value) - } if _u.mutation.ReferenceFrameworkCleared() { _spec.ClearField(controlhistory.FieldReferenceFramework, field.TypeString) } - if value, ok := _u.mutation.ReferenceFrameworkRevision(); ok { - _spec.SetField(controlhistory.FieldReferenceFrameworkRevision, field.TypeString, value) - } if _u.mutation.ReferenceFrameworkRevisionCleared() { _spec.ClearField(controlhistory.FieldReferenceFrameworkRevision, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(controlhistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(controlhistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(controlhistory.FieldCategoryID, field.TypeString, value) - } if _u.mutation.CategoryIDCleared() { _spec.ClearField(controlhistory.FieldCategoryID, field.TypeString) } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(controlhistory.FieldSubcategory, field.TypeString, value) - } if _u.mutation.SubcategoryCleared() { _spec.ClearField(controlhistory.FieldSubcategory, field.TypeString) } - if value, ok := _u.mutation.MappedCategories(); ok { - _spec.SetField(controlhistory.FieldMappedCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMappedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldMappedCategories, value) - }) - } if _u.mutation.MappedCategoriesCleared() { _spec.ClearField(controlhistory.FieldMappedCategories, field.TypeJSON) } - if value, ok := _u.mutation.AssessmentObjectives(); ok { - _spec.SetField(controlhistory.FieldAssessmentObjectives, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentObjectives(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAssessmentObjectives, value) - }) - } if _u.mutation.AssessmentObjectivesCleared() { _spec.ClearField(controlhistory.FieldAssessmentObjectives, field.TypeJSON) } - if value, ok := _u.mutation.AssessmentMethods(); ok { - _spec.SetField(controlhistory.FieldAssessmentMethods, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentMethods(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldAssessmentMethods, value) - }) - } if _u.mutation.AssessmentMethodsCleared() { _spec.ClearField(controlhistory.FieldAssessmentMethods, field.TypeJSON) } - if value, ok := _u.mutation.ControlQuestions(); ok { - _spec.SetField(controlhistory.FieldControlQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlQuestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldControlQuestions, value) - }) - } if _u.mutation.ControlQuestionsCleared() { _spec.ClearField(controlhistory.FieldControlQuestions, field.TypeJSON) } - if value, ok := _u.mutation.ImplementationGuidance(); ok { - _spec.SetField(controlhistory.FieldImplementationGuidance, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImplementationGuidance(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldImplementationGuidance, value) - }) - } if _u.mutation.ImplementationGuidanceCleared() { _spec.ClearField(controlhistory.FieldImplementationGuidance, field.TypeJSON) } - if value, ok := _u.mutation.ExampleEvidence(); ok { - _spec.SetField(controlhistory.FieldExampleEvidence, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExampleEvidence(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldExampleEvidence, value) - }) - } if _u.mutation.ExampleEvidenceCleared() { _spec.ClearField(controlhistory.FieldExampleEvidence, field.TypeJSON) } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(controlhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldReferences, value) - }) - } if _u.mutation.ReferencesCleared() { _spec.ClearField(controlhistory.FieldReferences, field.TypeJSON) } - if value, ok := _u.mutation.TestingProcedures(); ok { - _spec.SetField(controlhistory.FieldTestingProcedures, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTestingProcedures(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldTestingProcedures, value) - }) - } if _u.mutation.TestingProceduresCleared() { _spec.ClearField(controlhistory.FieldTestingProcedures, field.TypeJSON) } - if value, ok := _u.mutation.EvidenceRequests(); ok { - _spec.SetField(controlhistory.FieldEvidenceRequests, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEvidenceRequests(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlhistory.FieldEvidenceRequests, value) - }) - } if _u.mutation.EvidenceRequestsCleared() { _spec.ClearField(controlhistory.FieldEvidenceRequests, field.TypeJSON) } - if value, ok := _u.mutation.ControlOwnerID(); ok { - _spec.SetField(controlhistory.FieldControlOwnerID, field.TypeString, value) - } if _u.mutation.ControlOwnerIDCleared() { _spec.ClearField(controlhistory.FieldControlOwnerID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(controlhistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(controlhistory.FieldDelegateID, field.TypeString) } @@ -2768,81 +443,42 @@ func (_u *ControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ControlH if _u.mutation.SystemOwnedCleared() { _spec.ClearField(controlhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(controlhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(controlhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.ControlKindName(); ok { - _spec.SetField(controlhistory.FieldControlKindName, field.TypeString, value) - } if _u.mutation.ControlKindNameCleared() { _spec.ClearField(controlhistory.FieldControlKindName, field.TypeString) } - if value, ok := _u.mutation.ControlKindID(); ok { - _spec.SetField(controlhistory.FieldControlKindID, field.TypeString, value) - } if _u.mutation.ControlKindIDCleared() { _spec.ClearField(controlhistory.FieldControlKindID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(controlhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(controlhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(controlhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(controlhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(controlhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(controlhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(controlhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(controlhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(controlhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(controlhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.RefCode(); ok { - _spec.SetField(controlhistory.FieldRefCode, field.TypeString, value) - } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(controlhistory.FieldStandardID, field.TypeString, value) - } if _u.mutation.StandardIDCleared() { _spec.ClearField(controlhistory.FieldStandardID, field.TypeString) } - if value, ok := _u.mutation.TrustCenterVisibility(); ok { - _spec.SetField(controlhistory.FieldTrustCenterVisibility, field.TypeEnum, value) - } if _u.mutation.TrustCenterVisibilityCleared() { _spec.ClearField(controlhistory.FieldTrustCenterVisibility, field.TypeEnum) } if _u.mutation.IsTrustCenterControlCleared() { _spec.ClearField(controlhistory.FieldIsTrustCenterControl, field.TypeBool) } - _spec.Node.Schema = _u.schemaConfig.ControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ControlHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/controlimplementationhistory/controlimplementationhistory.go b/internal/ent/historygenerated/controlimplementationhistory/controlimplementationhistory.go index 58abf32175..5182b6bbe0 100644 --- a/internal/ent/historygenerated/controlimplementationhistory/controlimplementationhistory.go +++ b/internal/ent/historygenerated/controlimplementationhistory/controlimplementationhistory.go @@ -117,8 +117,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/controlimplementationhistory_create.go b/internal/ent/historygenerated/controlimplementationhistory_create.go index d7c1229032..3d1b82adac 100644 --- a/internal/ent/historygenerated/controlimplementationhistory_create.go +++ b/internal/ent/historygenerated/controlimplementationhistory_create.go @@ -437,7 +437,6 @@ func (_c *ControlImplementationHistoryCreate) createSpec() (*ControlImplementati _node = &ControlImplementationHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(controlimplementationhistory.Table, sqlgraph.NewFieldSpec(controlimplementationhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ControlImplementationHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/controlimplementationhistory_delete.go b/internal/ent/historygenerated/controlimplementationhistory_delete.go index 8659969909..eb88355aef 100644 --- a/internal/ent/historygenerated/controlimplementationhistory_delete.go +++ b/internal/ent/historygenerated/controlimplementationhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/controlimplementationhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // ControlImplementationHistoryDelete is the builder for deleting a ControlImplementationHistory entity. @@ -45,8 +43,6 @@ func (_d *ControlImplementationHistoryDelete) ExecX(ctx context.Context) int { func (_d *ControlImplementationHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(controlimplementationhistory.Table, sqlgraph.NewFieldSpec(controlimplementationhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ControlImplementationHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/controlimplementationhistory_query.go b/internal/ent/historygenerated/controlimplementationhistory_query.go index 34eab21cd3..a59d7acf13 100644 --- a/internal/ent/historygenerated/controlimplementationhistory_query.go +++ b/internal/ent/historygenerated/controlimplementationhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/controlimplementationhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ControlImplementationHistoryQuery struct { order []controlimplementationhistory.OrderOption inters []Interceptor predicates []predicate.ControlImplementationHistory - loadTotal []func(context.Context, []*ControlImplementationHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ControlImplementationHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ControlImplementationHistoryQuery) Clone() *ControlImplementationHisto inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ControlImplementationHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ControlImplementationHistoryQuery) sqlAll(ctx context.Context, hooks . nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ControlImplementationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ControlImplementationHistoryQuery) sqlAll(ctx context.Context, hooks . func (_q *ControlImplementationHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ControlImplementationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ControlImplementationHistoryQuery) sqlQuery(ctx context.Context) *sql. if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ControlImplementationHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ControlImplementationHistoryQuery) sqlQuery(ctx context.Context) *sql. return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ControlImplementationHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ControlImplementationHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (cihq *ControlImplementationHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ControlImplementationHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ControlImplementationHistorySelect) sqlScan(ctx context.Context, root defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ControlImplementationHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ControlImplementationHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/controlimplementationhistory_update.go b/internal/ent/historygenerated/controlimplementationhistory_update.go index 88317cf695..d1251ac454 100644 --- a/internal/ent/historygenerated/controlimplementationhistory_update.go +++ b/internal/ent/historygenerated/controlimplementationhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/controlimplementationhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ControlImplementationHistoryUpdate is the builder for updating ControlImplementationHistory entities. type ControlImplementationHistoryUpdate struct { config - hooks []Hook - mutation *ControlImplementationHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ControlImplementationHistoryMutation } // Where appends a list predicates to the ControlImplementationHistoryUpdate builder. @@ -35,274 +29,6 @@ func (_u *ControlImplementationHistoryUpdate) Where(ps ...predicate.ControlImple return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlImplementationHistoryUpdate) SetUpdatedAt(v time.Time) *ControlImplementationHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlImplementationHistoryUpdate) ClearUpdatedAt() *ControlImplementationHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlImplementationHistoryUpdate) SetUpdatedBy(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableUpdatedBy(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlImplementationHistoryUpdate) ClearUpdatedBy() *ControlImplementationHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlImplementationHistoryUpdate) SetUpdatedByImpersonator(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlImplementationHistoryUpdate) ClearUpdatedByImpersonator() *ControlImplementationHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlImplementationHistoryUpdate) SetDeletedAt(v time.Time) *ControlImplementationHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlImplementationHistoryUpdate) ClearDeletedAt() *ControlImplementationHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlImplementationHistoryUpdate) SetDeletedBy(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableDeletedBy(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlImplementationHistoryUpdate) ClearDeletedBy() *ControlImplementationHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlImplementationHistoryUpdate) SetTags(v []string) *ControlImplementationHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlImplementationHistoryUpdate) AppendTags(v []string) *ControlImplementationHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlImplementationHistoryUpdate) ClearTags() *ControlImplementationHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlImplementationHistoryUpdate) SetInternalNotes(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableInternalNotes(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlImplementationHistoryUpdate) ClearInternalNotes() *ControlImplementationHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlImplementationHistoryUpdate) SetSystemInternalID(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableSystemInternalID(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlImplementationHistoryUpdate) ClearSystemInternalID() *ControlImplementationHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlImplementationHistoryUpdate) SetStatus(v enums.DocumentStatus) *ControlImplementationHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableStatus(v *enums.DocumentStatus) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlImplementationHistoryUpdate) ClearStatus() *ControlImplementationHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationDate sets the "implementation_date" field. -func (_u *ControlImplementationHistoryUpdate) SetImplementationDate(v time.Time) *ControlImplementationHistoryUpdate { - _u.mutation.SetImplementationDate(v) - return _u -} - -// SetNillableImplementationDate sets the "implementation_date" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableImplementationDate(v *time.Time) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetImplementationDate(*v) - } - return _u -} - -// ClearImplementationDate clears the value of the "implementation_date" field. -func (_u *ControlImplementationHistoryUpdate) ClearImplementationDate() *ControlImplementationHistoryUpdate { - _u.mutation.ClearImplementationDate() - return _u -} - -// SetVerified sets the "verified" field. -func (_u *ControlImplementationHistoryUpdate) SetVerified(v bool) *ControlImplementationHistoryUpdate { - _u.mutation.SetVerified(v) - return _u -} - -// SetNillableVerified sets the "verified" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableVerified(v *bool) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetVerified(*v) - } - return _u -} - -// ClearVerified clears the value of the "verified" field. -func (_u *ControlImplementationHistoryUpdate) ClearVerified() *ControlImplementationHistoryUpdate { - _u.mutation.ClearVerified() - return _u -} - -// SetVerificationDate sets the "verification_date" field. -func (_u *ControlImplementationHistoryUpdate) SetVerificationDate(v time.Time) *ControlImplementationHistoryUpdate { - _u.mutation.SetVerificationDate(v) - return _u -} - -// SetNillableVerificationDate sets the "verification_date" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableVerificationDate(v *time.Time) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetVerificationDate(*v) - } - return _u -} - -// ClearVerificationDate clears the value of the "verification_date" field. -func (_u *ControlImplementationHistoryUpdate) ClearVerificationDate() *ControlImplementationHistoryUpdate { - _u.mutation.ClearVerificationDate() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ControlImplementationHistoryUpdate) SetDetails(v string) *ControlImplementationHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdate) SetNillableDetails(v *string) *ControlImplementationHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ControlImplementationHistoryUpdate) ClearDetails() *ControlImplementationHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ControlImplementationHistoryUpdate) SetDetailsJSON(v []interface{}) *ControlImplementationHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ControlImplementationHistoryUpdate) AppendDetailsJSON(v []interface{}) *ControlImplementationHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ControlImplementationHistoryUpdate) ClearDetailsJSON() *ControlImplementationHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - // Mutation returns the ControlImplementationHistoryMutation object of the builder. func (_u *ControlImplementationHistoryUpdate) Mutation() *ControlImplementationHistoryMutation { return _u.mutation @@ -310,9 +36,6 @@ func (_u *ControlImplementationHistoryUpdate) Mutation() *ControlImplementationH // Save executes the query and returns the number of nodes affected by the update operation. func (_u *ControlImplementationHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -338,38 +61,7 @@ func (_u *ControlImplementationHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ControlImplementationHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlimplementationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlimplementationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlimplementationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlImplementationHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlimplementationhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlImplementationHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlImplementationHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlImplementationHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ControlImplementationHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(controlimplementationhistory.Table, controlimplementationhistory.Columns, sqlgraph.NewFieldSpec(controlimplementationhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -384,47 +76,24 @@ func (_u *ControlImplementationHistoryUpdate) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(controlimplementationhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlimplementationhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlimplementationhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(controlimplementationhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlimplementationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlimplementationhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(controlimplementationhistory.FieldTags, field.TypeJSON) } @@ -434,62 +103,30 @@ func (_u *ControlImplementationHistoryUpdate) sqlSave(ctx context.Context) (_nod if _u.mutation.SystemOwnedCleared() { _spec.ClearField(controlimplementationhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlimplementationhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(controlimplementationhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlimplementationhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(controlimplementationhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlimplementationhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(controlimplementationhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationDate(); ok { - _spec.SetField(controlimplementationhistory.FieldImplementationDate, field.TypeTime, value) - } if _u.mutation.ImplementationDateCleared() { _spec.ClearField(controlimplementationhistory.FieldImplementationDate, field.TypeTime) } - if value, ok := _u.mutation.Verified(); ok { - _spec.SetField(controlimplementationhistory.FieldVerified, field.TypeBool, value) - } if _u.mutation.VerifiedCleared() { _spec.ClearField(controlimplementationhistory.FieldVerified, field.TypeBool) } - if value, ok := _u.mutation.VerificationDate(); ok { - _spec.SetField(controlimplementationhistory.FieldVerificationDate, field.TypeTime, value) - } if _u.mutation.VerificationDateCleared() { _spec.ClearField(controlimplementationhistory.FieldVerificationDate, field.TypeTime) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(controlimplementationhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(controlimplementationhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(controlimplementationhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlimplementationhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(controlimplementationhistory.FieldDetailsJSON, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.ControlImplementationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{controlimplementationhistory.Label} @@ -505,278 +142,9 @@ func (_u *ControlImplementationHistoryUpdate) sqlSave(ctx context.Context) (_nod // ControlImplementationHistoryUpdateOne is the builder for updating a single ControlImplementationHistory entity. type ControlImplementationHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *ControlImplementationHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlImplementationHistoryUpdateOne) SetUpdatedAt(v time.Time) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearUpdatedAt() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlImplementationHistoryUpdateOne) SetUpdatedBy(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearUpdatedBy() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlImplementationHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearUpdatedByImpersonator() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlImplementationHistoryUpdateOne) SetDeletedAt(v time.Time) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearDeletedAt() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlImplementationHistoryUpdateOne) SetDeletedBy(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableDeletedBy(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearDeletedBy() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlImplementationHistoryUpdateOne) SetTags(v []string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlImplementationHistoryUpdateOne) AppendTags(v []string) *ControlImplementationHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearTags() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlImplementationHistoryUpdateOne) SetInternalNotes(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableInternalNotes(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearInternalNotes() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlImplementationHistoryUpdateOne) SetSystemInternalID(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearSystemInternalID() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlImplementationHistoryUpdateOne) SetStatus(v enums.DocumentStatus) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableStatus(v *enums.DocumentStatus) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearStatus() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationDate sets the "implementation_date" field. -func (_u *ControlImplementationHistoryUpdateOne) SetImplementationDate(v time.Time) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetImplementationDate(v) - return _u -} - -// SetNillableImplementationDate sets the "implementation_date" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableImplementationDate(v *time.Time) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetImplementationDate(*v) - } - return _u -} - -// ClearImplementationDate clears the value of the "implementation_date" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearImplementationDate() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearImplementationDate() - return _u -} - -// SetVerified sets the "verified" field. -func (_u *ControlImplementationHistoryUpdateOne) SetVerified(v bool) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetVerified(v) - return _u -} - -// SetNillableVerified sets the "verified" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableVerified(v *bool) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetVerified(*v) - } - return _u -} - -// ClearVerified clears the value of the "verified" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearVerified() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearVerified() - return _u -} - -// SetVerificationDate sets the "verification_date" field. -func (_u *ControlImplementationHistoryUpdateOne) SetVerificationDate(v time.Time) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetVerificationDate(v) - return _u -} - -// SetNillableVerificationDate sets the "verification_date" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableVerificationDate(v *time.Time) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetVerificationDate(*v) - } - return _u -} - -// ClearVerificationDate clears the value of the "verification_date" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearVerificationDate() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearVerificationDate() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ControlImplementationHistoryUpdateOne) SetDetails(v string) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ControlImplementationHistoryUpdateOne) SetNillableDetails(v *string) *ControlImplementationHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearDetails() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ControlImplementationHistoryUpdateOne) SetDetailsJSON(v []interface{}) *ControlImplementationHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ControlImplementationHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *ControlImplementationHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ControlImplementationHistoryUpdateOne) ClearDetailsJSON() *ControlImplementationHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u + fields []string + hooks []Hook + mutation *ControlImplementationHistoryMutation } // Mutation returns the ControlImplementationHistoryMutation object of the builder. @@ -799,9 +167,6 @@ func (_u *ControlImplementationHistoryUpdateOne) Select(field string, fields ... // Save executes the query and returns the updated ControlImplementationHistory entity. func (_u *ControlImplementationHistoryUpdateOne) Save(ctx context.Context) (*ControlImplementationHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -827,38 +192,7 @@ func (_u *ControlImplementationHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ControlImplementationHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlimplementationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlimplementationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlimplementationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlImplementationHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlimplementationhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlImplementationHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlImplementationHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlImplementationHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ControlImplementationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ControlImplementationHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(controlimplementationhistory.Table, controlimplementationhistory.Columns, sqlgraph.NewFieldSpec(controlimplementationhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -890,47 +224,24 @@ func (_u *ControlImplementationHistoryUpdateOne) sqlSave(ctx context.Context) (_ if _u.mutation.CreatedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(controlimplementationhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlimplementationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(controlimplementationhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlimplementationhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(controlimplementationhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlimplementationhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(controlimplementationhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlimplementationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlimplementationhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(controlimplementationhistory.FieldTags, field.TypeJSON) } @@ -940,62 +251,30 @@ func (_u *ControlImplementationHistoryUpdateOne) sqlSave(ctx context.Context) (_ if _u.mutation.SystemOwnedCleared() { _spec.ClearField(controlimplementationhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlimplementationhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(controlimplementationhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlimplementationhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(controlimplementationhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlimplementationhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(controlimplementationhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationDate(); ok { - _spec.SetField(controlimplementationhistory.FieldImplementationDate, field.TypeTime, value) - } if _u.mutation.ImplementationDateCleared() { _spec.ClearField(controlimplementationhistory.FieldImplementationDate, field.TypeTime) } - if value, ok := _u.mutation.Verified(); ok { - _spec.SetField(controlimplementationhistory.FieldVerified, field.TypeBool, value) - } if _u.mutation.VerifiedCleared() { _spec.ClearField(controlimplementationhistory.FieldVerified, field.TypeBool) } - if value, ok := _u.mutation.VerificationDate(); ok { - _spec.SetField(controlimplementationhistory.FieldVerificationDate, field.TypeTime, value) - } if _u.mutation.VerificationDateCleared() { _spec.ClearField(controlimplementationhistory.FieldVerificationDate, field.TypeTime) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(controlimplementationhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(controlimplementationhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(controlimplementationhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlimplementationhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(controlimplementationhistory.FieldDetailsJSON, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.ControlImplementationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ControlImplementationHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/controlobjectivehistory/controlobjectivehistory.go b/internal/ent/historygenerated/controlobjectivehistory/controlobjectivehistory.go index 6cbb03142f..f51f1886c6 100644 --- a/internal/ent/historygenerated/controlobjectivehistory/controlobjectivehistory.go +++ b/internal/ent/historygenerated/controlobjectivehistory/controlobjectivehistory.go @@ -129,8 +129,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRevision holds the default value on creation for the "revision" field. diff --git a/internal/ent/historygenerated/controlobjectivehistory_create.go b/internal/ent/historygenerated/controlobjectivehistory_create.go index 08d4830d24..d6d52fd723 100644 --- a/internal/ent/historygenerated/controlobjectivehistory_create.go +++ b/internal/ent/historygenerated/controlobjectivehistory_create.go @@ -496,7 +496,6 @@ func (_c *ControlObjectiveHistoryCreate) createSpec() (*ControlObjectiveHistory, _node = &ControlObjectiveHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(controlobjectivehistory.Table, sqlgraph.NewFieldSpec(controlobjectivehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ControlObjectiveHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/controlobjectivehistory_delete.go b/internal/ent/historygenerated/controlobjectivehistory_delete.go index f980b7a373..fd739184b6 100644 --- a/internal/ent/historygenerated/controlobjectivehistory_delete.go +++ b/internal/ent/historygenerated/controlobjectivehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/controlobjectivehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // ControlObjectiveHistoryDelete is the builder for deleting a ControlObjectiveHistory entity. @@ -45,8 +43,6 @@ func (_d *ControlObjectiveHistoryDelete) ExecX(ctx context.Context) int { func (_d *ControlObjectiveHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(controlobjectivehistory.Table, sqlgraph.NewFieldSpec(controlobjectivehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ControlObjectiveHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/controlobjectivehistory_query.go b/internal/ent/historygenerated/controlobjectivehistory_query.go index 4e15ee1434..55f0090041 100644 --- a/internal/ent/historygenerated/controlobjectivehistory_query.go +++ b/internal/ent/historygenerated/controlobjectivehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/controlobjectivehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ControlObjectiveHistoryQuery struct { order []controlobjectivehistory.OrderOption inters []Interceptor predicates []predicate.ControlObjectiveHistory - loadTotal []func(context.Context, []*ControlObjectiveHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ControlObjectiveHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ControlObjectiveHistoryQuery) Clone() *ControlObjectiveHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ControlObjectiveHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ControlObjectiveHistoryQuery) sqlAll(ctx context.Context, hooks ...que nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ControlObjectiveHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ControlObjectiveHistoryQuery) sqlAll(ctx context.Context, hooks ...que func (_q *ControlObjectiveHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ControlObjectiveHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ControlObjectiveHistoryQuery) sqlQuery(ctx context.Context) *sql.Selec if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ControlObjectiveHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ControlObjectiveHistoryQuery) sqlQuery(ctx context.Context) *sql.Selec return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ControlObjectiveHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ControlObjectiveHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (cohq *ControlObjectiveHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ControlObjectiveHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ControlObjectiveHistorySelect) sqlScan(ctx context.Context, root *Cont defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ControlObjectiveHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ControlObjectiveHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/controlobjectivehistory_update.go b/internal/ent/historygenerated/controlobjectivehistory_update.go index 3e1c4b7d1f..fd0aaed21d 100644 --- a/internal/ent/historygenerated/controlobjectivehistory_update.go +++ b/internal/ent/historygenerated/controlobjectivehistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/controlobjectivehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ControlObjectiveHistoryUpdate is the builder for updating ControlObjectiveHistory entities. type ControlObjectiveHistoryUpdate struct { config - hooks []Hook - mutation *ControlObjectiveHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ControlObjectiveHistoryMutation } // Where appends a list predicates to the ControlObjectiveHistoryUpdate builder. @@ -35,328 +29,6 @@ func (_u *ControlObjectiveHistoryUpdate) Where(ps ...predicate.ControlObjectiveH return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlObjectiveHistoryUpdate) SetUpdatedAt(v time.Time) *ControlObjectiveHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlObjectiveHistoryUpdate) ClearUpdatedAt() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlObjectiveHistoryUpdate) SetUpdatedBy(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableUpdatedBy(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlObjectiveHistoryUpdate) ClearUpdatedBy() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlObjectiveHistoryUpdate) SetUpdatedByImpersonator(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlObjectiveHistoryUpdate) ClearUpdatedByImpersonator() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlObjectiveHistoryUpdate) SetDeletedAt(v time.Time) *ControlObjectiveHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlObjectiveHistoryUpdate) ClearDeletedAt() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlObjectiveHistoryUpdate) SetDeletedBy(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableDeletedBy(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlObjectiveHistoryUpdate) ClearDeletedBy() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlObjectiveHistoryUpdate) SetTags(v []string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlObjectiveHistoryUpdate) AppendTags(v []string) *ControlObjectiveHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlObjectiveHistoryUpdate) ClearTags() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ControlObjectiveHistoryUpdate) SetRevision(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableRevision(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ControlObjectiveHistoryUpdate) ClearRevision() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlObjectiveHistoryUpdate) SetInternalNotes(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableInternalNotes(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlObjectiveHistoryUpdate) ClearInternalNotes() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlObjectiveHistoryUpdate) SetSystemInternalID(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableSystemInternalID(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlObjectiveHistoryUpdate) ClearSystemInternalID() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *ControlObjectiveHistoryUpdate) SetName(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableName(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDesiredOutcome sets the "desired_outcome" field. -func (_u *ControlObjectiveHistoryUpdate) SetDesiredOutcome(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetDesiredOutcome(v) - return _u -} - -// SetNillableDesiredOutcome sets the "desired_outcome" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableDesiredOutcome(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetDesiredOutcome(*v) - } - return _u -} - -// ClearDesiredOutcome clears the value of the "desired_outcome" field. -func (_u *ControlObjectiveHistoryUpdate) ClearDesiredOutcome() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearDesiredOutcome() - return _u -} - -// SetDesiredOutcomeJSON sets the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdate) SetDesiredOutcomeJSON(v []interface{}) *ControlObjectiveHistoryUpdate { - _u.mutation.SetDesiredOutcomeJSON(v) - return _u -} - -// AppendDesiredOutcomeJSON appends value to the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdate) AppendDesiredOutcomeJSON(v []interface{}) *ControlObjectiveHistoryUpdate { - _u.mutation.AppendDesiredOutcomeJSON(v) - return _u -} - -// ClearDesiredOutcomeJSON clears the value of the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdate) ClearDesiredOutcomeJSON() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearDesiredOutcomeJSON() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlObjectiveHistoryUpdate) SetStatus(v enums.ObjectiveStatus) *ControlObjectiveHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableStatus(v *enums.ObjectiveStatus) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlObjectiveHistoryUpdate) ClearStatus() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetSource sets the "source" field. -func (_u *ControlObjectiveHistoryUpdate) SetSource(v enums.ControlSource) *ControlObjectiveHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableSource(v *enums.ControlSource) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ControlObjectiveHistoryUpdate) ClearSource() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetControlObjectiveType sets the "control_objective_type" field. -func (_u *ControlObjectiveHistoryUpdate) SetControlObjectiveType(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetControlObjectiveType(v) - return _u -} - -// SetNillableControlObjectiveType sets the "control_objective_type" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableControlObjectiveType(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetControlObjectiveType(*v) - } - return _u -} - -// ClearControlObjectiveType clears the value of the "control_objective_type" field. -func (_u *ControlObjectiveHistoryUpdate) ClearControlObjectiveType() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearControlObjectiveType() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ControlObjectiveHistoryUpdate) SetCategory(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableCategory(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ControlObjectiveHistoryUpdate) ClearCategory() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *ControlObjectiveHistoryUpdate) SetSubcategory(v string) *ControlObjectiveHistoryUpdate { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdate) SetNillableSubcategory(v *string) *ControlObjectiveHistoryUpdate { - if v != nil { - _u.SetSubcategory(*v) - } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *ControlObjectiveHistoryUpdate) ClearSubcategory() *ControlObjectiveHistoryUpdate { - _u.mutation.ClearSubcategory() - return _u -} - // Mutation returns the ControlObjectiveHistoryMutation object of the builder. func (_u *ControlObjectiveHistoryUpdate) Mutation() *ControlObjectiveHistoryMutation { return _u.mutation @@ -364,9 +36,6 @@ func (_u *ControlObjectiveHistoryUpdate) Mutation() *ControlObjectiveHistoryMuta // Save executes the query and returns the number of nodes affected by the update operation. func (_u *ControlObjectiveHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -392,43 +61,7 @@ func (_u *ControlObjectiveHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ControlObjectiveHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlobjectivehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlobjectivehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlobjectivehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlObjectiveHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlobjectivehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlObjectiveHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := controlobjectivehistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "ControlObjectiveHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlObjectiveHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlObjectiveHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ControlObjectiveHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(controlobjectivehistory.Table, controlobjectivehistory.Columns, sqlgraph.NewFieldSpec(controlobjectivehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -443,53 +76,27 @@ func (_u *ControlObjectiveHistoryUpdate) sqlSave(ctx context.Context) (_node int if _u.mutation.CreatedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(controlobjectivehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlobjectivehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlobjectivehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(controlobjectivehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlobjectivehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlobjectivehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(controlobjectivehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(controlobjectivehistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(controlobjectivehistory.FieldRevision, field.TypeString) } @@ -499,71 +106,33 @@ func (_u *ControlObjectiveHistoryUpdate) sqlSave(ctx context.Context) (_node int if _u.mutation.SystemOwnedCleared() { _spec.ClearField(controlobjectivehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlobjectivehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(controlobjectivehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlobjectivehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(controlobjectivehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(controlobjectivehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.DesiredOutcome(); ok { - _spec.SetField(controlobjectivehistory.FieldDesiredOutcome, field.TypeString, value) - } if _u.mutation.DesiredOutcomeCleared() { _spec.ClearField(controlobjectivehistory.FieldDesiredOutcome, field.TypeString) } - if value, ok := _u.mutation.DesiredOutcomeJSON(); ok { - _spec.SetField(controlobjectivehistory.FieldDesiredOutcomeJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDesiredOutcomeJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlobjectivehistory.FieldDesiredOutcomeJSON, value) - }) - } if _u.mutation.DesiredOutcomeJSONCleared() { _spec.ClearField(controlobjectivehistory.FieldDesiredOutcomeJSON, field.TypeJSON) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlobjectivehistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(controlobjectivehistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(controlobjectivehistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(controlobjectivehistory.FieldSource, field.TypeEnum) } - if value, ok := _u.mutation.ControlObjectiveType(); ok { - _spec.SetField(controlobjectivehistory.FieldControlObjectiveType, field.TypeString, value) - } if _u.mutation.ControlObjectiveTypeCleared() { _spec.ClearField(controlobjectivehistory.FieldControlObjectiveType, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(controlobjectivehistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(controlobjectivehistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(controlobjectivehistory.FieldSubcategory, field.TypeString, value) - } if _u.mutation.SubcategoryCleared() { _spec.ClearField(controlobjectivehistory.FieldSubcategory, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ControlObjectiveHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{controlobjectivehistory.Label} @@ -579,332 +148,9 @@ func (_u *ControlObjectiveHistoryUpdate) sqlSave(ctx context.Context) (_node int // ControlObjectiveHistoryUpdateOne is the builder for updating a single ControlObjectiveHistory entity. type ControlObjectiveHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *ControlObjectiveHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetUpdatedAt(v time.Time) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearUpdatedAt() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetUpdatedBy(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearUpdatedBy() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearUpdatedByImpersonator() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetDeletedAt(v time.Time) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearDeletedAt() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetDeletedBy(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableDeletedBy(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearDeletedBy() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetTags(v []string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ControlObjectiveHistoryUpdateOne) AppendTags(v []string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearTags() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetRevision(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableRevision(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearRevision() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetInternalNotes(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableInternalNotes(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearInternalNotes() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetSystemInternalID(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearSystemInternalID() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetName(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableName(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDesiredOutcome sets the "desired_outcome" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetDesiredOutcome(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetDesiredOutcome(v) - return _u -} - -// SetNillableDesiredOutcome sets the "desired_outcome" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableDesiredOutcome(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetDesiredOutcome(*v) - } - return _u -} - -// ClearDesiredOutcome clears the value of the "desired_outcome" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearDesiredOutcome() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearDesiredOutcome() - return _u -} - -// SetDesiredOutcomeJSON sets the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetDesiredOutcomeJSON(v []interface{}) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetDesiredOutcomeJSON(v) - return _u -} - -// AppendDesiredOutcomeJSON appends value to the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdateOne) AppendDesiredOutcomeJSON(v []interface{}) *ControlObjectiveHistoryUpdateOne { - _u.mutation.AppendDesiredOutcomeJSON(v) - return _u -} - -// ClearDesiredOutcomeJSON clears the value of the "desired_outcome_json" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearDesiredOutcomeJSON() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearDesiredOutcomeJSON() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetStatus(v enums.ObjectiveStatus) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableStatus(v *enums.ObjectiveStatus) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearStatus() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetSource sets the "source" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetSource(v enums.ControlSource) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableSource(v *enums.ControlSource) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearSource() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetControlObjectiveType sets the "control_objective_type" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetControlObjectiveType(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetControlObjectiveType(v) - return _u -} - -// SetNillableControlObjectiveType sets the "control_objective_type" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableControlObjectiveType(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetControlObjectiveType(*v) - } - return _u -} - -// ClearControlObjectiveType clears the value of the "control_objective_type" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearControlObjectiveType() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearControlObjectiveType() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetCategory(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableCategory(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearCategory() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *ControlObjectiveHistoryUpdateOne) SetSubcategory(v string) *ControlObjectiveHistoryUpdateOne { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *ControlObjectiveHistoryUpdateOne) SetNillableSubcategory(v *string) *ControlObjectiveHistoryUpdateOne { - if v != nil { - _u.SetSubcategory(*v) - } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *ControlObjectiveHistoryUpdateOne) ClearSubcategory() *ControlObjectiveHistoryUpdateOne { - _u.mutation.ClearSubcategory() - return _u + fields []string + hooks []Hook + mutation *ControlObjectiveHistoryMutation } // Mutation returns the ControlObjectiveHistoryMutation object of the builder. @@ -927,9 +173,6 @@ func (_u *ControlObjectiveHistoryUpdateOne) Select(field string, fields ...strin // Save executes the query and returns the updated ControlObjectiveHistory entity. func (_u *ControlObjectiveHistoryUpdateOne) Save(ctx context.Context) (*ControlObjectiveHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -955,43 +198,7 @@ func (_u *ControlObjectiveHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ControlObjectiveHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if controlobjectivehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized controlobjectivehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := controlobjectivehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ControlObjectiveHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := controlobjectivehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ControlObjectiveHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := controlobjectivehistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "ControlObjectiveHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ControlObjectiveHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ControlObjectiveHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ControlObjectiveHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ControlObjectiveHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(controlobjectivehistory.Table, controlobjectivehistory.Columns, sqlgraph.NewFieldSpec(controlobjectivehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1023,53 +230,27 @@ func (_u *ControlObjectiveHistoryUpdateOne) sqlSave(ctx context.Context) (_node if _u.mutation.CreatedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(controlobjectivehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(controlobjectivehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(controlobjectivehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(controlobjectivehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(controlobjectivehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(controlobjectivehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(controlobjectivehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(controlobjectivehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlobjectivehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(controlobjectivehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(controlobjectivehistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(controlobjectivehistory.FieldRevision, field.TypeString) } @@ -1079,71 +260,33 @@ func (_u *ControlObjectiveHistoryUpdateOne) sqlSave(ctx context.Context) (_node if _u.mutation.SystemOwnedCleared() { _spec.ClearField(controlobjectivehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(controlobjectivehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(controlobjectivehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(controlobjectivehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(controlobjectivehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(controlobjectivehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.DesiredOutcome(); ok { - _spec.SetField(controlobjectivehistory.FieldDesiredOutcome, field.TypeString, value) - } if _u.mutation.DesiredOutcomeCleared() { _spec.ClearField(controlobjectivehistory.FieldDesiredOutcome, field.TypeString) } - if value, ok := _u.mutation.DesiredOutcomeJSON(); ok { - _spec.SetField(controlobjectivehistory.FieldDesiredOutcomeJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDesiredOutcomeJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, controlobjectivehistory.FieldDesiredOutcomeJSON, value) - }) - } if _u.mutation.DesiredOutcomeJSONCleared() { _spec.ClearField(controlobjectivehistory.FieldDesiredOutcomeJSON, field.TypeJSON) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(controlobjectivehistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(controlobjectivehistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(controlobjectivehistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(controlobjectivehistory.FieldSource, field.TypeEnum) } - if value, ok := _u.mutation.ControlObjectiveType(); ok { - _spec.SetField(controlobjectivehistory.FieldControlObjectiveType, field.TypeString, value) - } if _u.mutation.ControlObjectiveTypeCleared() { _spec.ClearField(controlobjectivehistory.FieldControlObjectiveType, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(controlobjectivehistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(controlobjectivehistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(controlobjectivehistory.FieldSubcategory, field.TypeString, value) - } if _u.mutation.SubcategoryCleared() { _spec.ClearField(controlobjectivehistory.FieldSubcategory, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ControlObjectiveHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ControlObjectiveHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/customdomainhistory/customdomainhistory.go b/internal/ent/historygenerated/customdomainhistory/customdomainhistory.go index 9f0abac219..7f338971b0 100644 --- a/internal/ent/historygenerated/customdomainhistory/customdomainhistory.go +++ b/internal/ent/historygenerated/customdomainhistory/customdomainhistory.go @@ -114,8 +114,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/customdomainhistory_create.go b/internal/ent/historygenerated/customdomainhistory_create.go index f9c34e2c21..69c369664a 100644 --- a/internal/ent/historygenerated/customdomainhistory_create.go +++ b/internal/ent/historygenerated/customdomainhistory_create.go @@ -424,7 +424,6 @@ func (_c *CustomDomainHistoryCreate) createSpec() (*CustomDomainHistory, *sqlgra _node = &CustomDomainHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(customdomainhistory.Table, sqlgraph.NewFieldSpec(customdomainhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.CustomDomainHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/customdomainhistory_delete.go b/internal/ent/historygenerated/customdomainhistory_delete.go index a2b40b2b54..c40fbff9ec 100644 --- a/internal/ent/historygenerated/customdomainhistory_delete.go +++ b/internal/ent/historygenerated/customdomainhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/customdomainhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // CustomDomainHistoryDelete is the builder for deleting a CustomDomainHistory entity. @@ -45,8 +43,6 @@ func (_d *CustomDomainHistoryDelete) ExecX(ctx context.Context) int { func (_d *CustomDomainHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(customdomainhistory.Table, sqlgraph.NewFieldSpec(customdomainhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.CustomDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/customdomainhistory_query.go b/internal/ent/historygenerated/customdomainhistory_query.go index 98f6ced485..7301830e45 100644 --- a/internal/ent/historygenerated/customdomainhistory_query.go +++ b/internal/ent/historygenerated/customdomainhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/customdomainhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type CustomDomainHistoryQuery struct { order []customdomainhistory.OrderOption inters []Interceptor predicates []predicate.CustomDomainHistory - loadTotal []func(context.Context, []*CustomDomainHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*CustomDomainHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *CustomDomainHistoryQuery) Clone() *CustomDomainHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.CustomDomainHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *CustomDomainHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.CustomDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *CustomDomainHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *CustomDomainHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.CustomDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *CustomDomainHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.CustomDomainHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *CustomDomainHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *CustomDomainHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *CustomDomainHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (cdhq *CustomDomainHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "CustomDomainHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *CustomDomainHistorySelect) sqlScan(ctx context.Context, root *CustomDo defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *CustomDomainHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *CustomDomainHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/customdomainhistory_update.go b/internal/ent/historygenerated/customdomainhistory_update.go index 3e36107a9e..50850e2f73 100644 --- a/internal/ent/historygenerated/customdomainhistory_update.go +++ b/internal/ent/historygenerated/customdomainhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/customdomainhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // CustomDomainHistoryUpdate is the builder for updating CustomDomainHistory entities. type CustomDomainHistoryUpdate struct { config - hooks []Hook - mutation *CustomDomainHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *CustomDomainHistoryMutation } // Where appends a list predicates to the CustomDomainHistoryUpdate builder. @@ -34,216 +29,6 @@ func (_u *CustomDomainHistoryUpdate) Where(ps ...predicate.CustomDomainHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *CustomDomainHistoryUpdate) SetUpdatedAt(v time.Time) *CustomDomainHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CustomDomainHistoryUpdate) ClearUpdatedAt() *CustomDomainHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CustomDomainHistoryUpdate) SetUpdatedBy(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableUpdatedBy(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CustomDomainHistoryUpdate) ClearUpdatedBy() *CustomDomainHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CustomDomainHistoryUpdate) SetUpdatedByImpersonator(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CustomDomainHistoryUpdate) ClearUpdatedByImpersonator() *CustomDomainHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CustomDomainHistoryUpdate) SetDeletedAt(v time.Time) *CustomDomainHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableDeletedAt(v *time.Time) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CustomDomainHistoryUpdate) ClearDeletedAt() *CustomDomainHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CustomDomainHistoryUpdate) SetDeletedBy(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableDeletedBy(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CustomDomainHistoryUpdate) ClearDeletedBy() *CustomDomainHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *CustomDomainHistoryUpdate) SetTags(v []string) *CustomDomainHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *CustomDomainHistoryUpdate) AppendTags(v []string) *CustomDomainHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *CustomDomainHistoryUpdate) ClearTags() *CustomDomainHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *CustomDomainHistoryUpdate) SetOwnerID(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableOwnerID(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *CustomDomainHistoryUpdate) ClearOwnerID() *CustomDomainHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *CustomDomainHistoryUpdate) SetInternalNotes(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableInternalNotes(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *CustomDomainHistoryUpdate) ClearInternalNotes() *CustomDomainHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *CustomDomainHistoryUpdate) SetSystemInternalID(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableSystemInternalID(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *CustomDomainHistoryUpdate) ClearSystemInternalID() *CustomDomainHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetDNSVerificationID sets the "dns_verification_id" field. -func (_u *CustomDomainHistoryUpdate) SetDNSVerificationID(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetDNSVerificationID(v) - return _u -} - -// SetNillableDNSVerificationID sets the "dns_verification_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableDNSVerificationID(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetDNSVerificationID(*v) - } - return _u -} - -// ClearDNSVerificationID clears the value of the "dns_verification_id" field. -func (_u *CustomDomainHistoryUpdate) ClearDNSVerificationID() *CustomDomainHistoryUpdate { - _u.mutation.ClearDNSVerificationID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *CustomDomainHistoryUpdate) SetTrustCenterID(v string) *CustomDomainHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdate) SetNillableTrustCenterID(v *string) *CustomDomainHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *CustomDomainHistoryUpdate) ClearTrustCenterID() *CustomDomainHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - // Mutation returns the CustomDomainHistoryMutation object of the builder. func (_u *CustomDomainHistoryUpdate) Mutation() *CustomDomainHistoryMutation { return _u.mutation @@ -251,9 +36,6 @@ func (_u *CustomDomainHistoryUpdate) Mutation() *CustomDomainHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *CustomDomainHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -279,24 +61,6 @@ func (_u *CustomDomainHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *CustomDomainHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if customdomainhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized customdomainhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := customdomainhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CustomDomainHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CustomDomainHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *CustomDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(customdomainhistory.Table, customdomainhistory.Columns, sqlgraph.NewFieldSpec(customdomainhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -312,86 +76,45 @@ func (_u *CustomDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(customdomainhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(customdomainhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(customdomainhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(customdomainhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(customdomainhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(customdomainhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(customdomainhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, customdomainhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(customdomainhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(customdomainhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(customdomainhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(customdomainhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(customdomainhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(customdomainhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(customdomainhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(customdomainhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.DNSVerificationID(); ok { - _spec.SetField(customdomainhistory.FieldDNSVerificationID, field.TypeString, value) - } if _u.mutation.DNSVerificationIDCleared() { _spec.ClearField(customdomainhistory.FieldDNSVerificationID, field.TypeString) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(customdomainhistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(customdomainhistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.CustomDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{customdomainhistory.Label} @@ -407,220 +130,9 @@ func (_u *CustomDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // CustomDomainHistoryUpdateOne is the builder for updating a single CustomDomainHistory entity. type CustomDomainHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *CustomDomainHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *CustomDomainHistoryUpdateOne) SetUpdatedAt(v time.Time) *CustomDomainHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *CustomDomainHistoryUpdateOne) ClearUpdatedAt() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *CustomDomainHistoryUpdateOne) SetUpdatedBy(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableUpdatedBy(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *CustomDomainHistoryUpdateOne) ClearUpdatedBy() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *CustomDomainHistoryUpdateOne) SetUpdatedByImpersonator(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *CustomDomainHistoryUpdateOne) ClearUpdatedByImpersonator() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *CustomDomainHistoryUpdateOne) SetDeletedAt(v time.Time) *CustomDomainHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *CustomDomainHistoryUpdateOne) ClearDeletedAt() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *CustomDomainHistoryUpdateOne) SetDeletedBy(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableDeletedBy(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *CustomDomainHistoryUpdateOne) ClearDeletedBy() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *CustomDomainHistoryUpdateOne) SetTags(v []string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *CustomDomainHistoryUpdateOne) AppendTags(v []string) *CustomDomainHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *CustomDomainHistoryUpdateOne) ClearTags() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *CustomDomainHistoryUpdateOne) SetOwnerID(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableOwnerID(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *CustomDomainHistoryUpdateOne) ClearOwnerID() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *CustomDomainHistoryUpdateOne) SetInternalNotes(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableInternalNotes(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *CustomDomainHistoryUpdateOne) ClearInternalNotes() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *CustomDomainHistoryUpdateOne) SetSystemInternalID(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableSystemInternalID(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *CustomDomainHistoryUpdateOne) ClearSystemInternalID() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetDNSVerificationID sets the "dns_verification_id" field. -func (_u *CustomDomainHistoryUpdateOne) SetDNSVerificationID(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetDNSVerificationID(v) - return _u -} - -// SetNillableDNSVerificationID sets the "dns_verification_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableDNSVerificationID(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetDNSVerificationID(*v) - } - return _u -} - -// ClearDNSVerificationID clears the value of the "dns_verification_id" field. -func (_u *CustomDomainHistoryUpdateOne) ClearDNSVerificationID() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearDNSVerificationID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *CustomDomainHistoryUpdateOne) SetTrustCenterID(v string) *CustomDomainHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *CustomDomainHistoryUpdateOne) SetNillableTrustCenterID(v *string) *CustomDomainHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *CustomDomainHistoryUpdateOne) ClearTrustCenterID() *CustomDomainHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u + fields []string + hooks []Hook + mutation *CustomDomainHistoryMutation } // Mutation returns the CustomDomainHistoryMutation object of the builder. @@ -643,9 +155,6 @@ func (_u *CustomDomainHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated CustomDomainHistory entity. func (_u *CustomDomainHistoryUpdateOne) Save(ctx context.Context) (*CustomDomainHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -671,24 +180,6 @@ func (_u *CustomDomainHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *CustomDomainHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if customdomainhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized customdomainhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := customdomainhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *CustomDomainHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *CustomDomainHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *CustomDomainHistoryUpdateOne) sqlSave(ctx context.Context) (_node *CustomDomainHistory, err error) { _spec := sqlgraph.NewUpdateSpec(customdomainhistory.Table, customdomainhistory.Columns, sqlgraph.NewFieldSpec(customdomainhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -721,86 +212,45 @@ func (_u *CustomDomainHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Cus if _u.mutation.CreatedAtCleared() { _spec.ClearField(customdomainhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(customdomainhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(customdomainhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(customdomainhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(customdomainhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(customdomainhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(customdomainhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(customdomainhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(customdomainhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, customdomainhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(customdomainhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(customdomainhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(customdomainhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(customdomainhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(customdomainhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(customdomainhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(customdomainhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(customdomainhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.DNSVerificationID(); ok { - _spec.SetField(customdomainhistory.FieldDNSVerificationID, field.TypeString, value) - } if _u.mutation.DNSVerificationIDCleared() { _spec.ClearField(customdomainhistory.FieldDNSVerificationID, field.TypeString) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(customdomainhistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(customdomainhistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.CustomDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &CustomDomainHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/discussionhistory/discussionhistory.go b/internal/ent/historygenerated/discussionhistory/discussionhistory.go index 61d0eed93a..e9e6f65bb5 100644 --- a/internal/ent/historygenerated/discussionhistory/discussionhistory.go +++ b/internal/ent/historygenerated/discussionhistory/discussionhistory.go @@ -92,8 +92,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultIsResolved holds the default value on creation for the "is_resolved" field. DefaultIsResolved bool // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/discussionhistory_create.go b/internal/ent/historygenerated/discussionhistory_create.go index f129fd86c0..653c04400b 100644 --- a/internal/ent/historygenerated/discussionhistory_create.go +++ b/internal/ent/historygenerated/discussionhistory_create.go @@ -330,7 +330,6 @@ func (_c *DiscussionHistoryCreate) createSpec() (*DiscussionHistory, *sqlgraph.C _node = &DiscussionHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(discussionhistory.Table, sqlgraph.NewFieldSpec(discussionhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DiscussionHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/discussionhistory_delete.go b/internal/ent/historygenerated/discussionhistory_delete.go index ff7dce5cb2..3b40e553a0 100644 --- a/internal/ent/historygenerated/discussionhistory_delete.go +++ b/internal/ent/historygenerated/discussionhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/discussionhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // DiscussionHistoryDelete is the builder for deleting a DiscussionHistory entity. @@ -45,8 +43,6 @@ func (_d *DiscussionHistoryDelete) ExecX(ctx context.Context) int { func (_d *DiscussionHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(discussionhistory.Table, sqlgraph.NewFieldSpec(discussionhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DiscussionHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/discussionhistory_query.go b/internal/ent/historygenerated/discussionhistory_query.go index c0ab32ca7f..9ce737acd5 100644 --- a/internal/ent/historygenerated/discussionhistory_query.go +++ b/internal/ent/historygenerated/discussionhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/discussionhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type DiscussionHistoryQuery struct { order []discussionhistory.OrderOption inters []Interceptor predicates []predicate.DiscussionHistory - loadTotal []func(context.Context, []*DiscussionHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*DiscussionHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *DiscussionHistoryQuery) Clone() *DiscussionHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.DiscussionHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *DiscussionHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DiscussionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *DiscussionHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook func (_q *DiscussionHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DiscussionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *DiscussionHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DiscussionHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *DiscussionHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *DiscussionHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *DiscussionHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (dhq *DiscussionHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "DiscussionHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *DiscussionHistorySelect) sqlScan(ctx context.Context, root *Discussion defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *DiscussionHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *DiscussionHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/discussionhistory_update.go b/internal/ent/historygenerated/discussionhistory_update.go index 46fc7c55e8..c44f1a0c77 100644 --- a/internal/ent/historygenerated/discussionhistory_update.go +++ b/internal/ent/historygenerated/discussionhistory_update.go @@ -8,23 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/discussionhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // DiscussionHistoryUpdate is the builder for updating DiscussionHistory entities. type DiscussionHistoryUpdate struct { config - hooks []Hook - mutation *DiscussionHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *DiscussionHistoryMutation } // Where appends a list predicates to the DiscussionHistoryUpdate builder. @@ -33,132 +29,6 @@ func (_u *DiscussionHistoryUpdate) Where(ps ...predicate.DiscussionHistory) *Dis return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *DiscussionHistoryUpdate) SetUpdatedAt(v time.Time) *DiscussionHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *DiscussionHistoryUpdate) ClearUpdatedAt() *DiscussionHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *DiscussionHistoryUpdate) SetUpdatedBy(v string) *DiscussionHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableUpdatedBy(v *string) *DiscussionHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *DiscussionHistoryUpdate) ClearUpdatedBy() *DiscussionHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *DiscussionHistoryUpdate) SetUpdatedByImpersonator(v string) *DiscussionHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *DiscussionHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *DiscussionHistoryUpdate) ClearUpdatedByImpersonator() *DiscussionHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *DiscussionHistoryUpdate) SetDeletedAt(v time.Time) *DiscussionHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableDeletedAt(v *time.Time) *DiscussionHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *DiscussionHistoryUpdate) ClearDeletedAt() *DiscussionHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *DiscussionHistoryUpdate) SetDeletedBy(v string) *DiscussionHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableDeletedBy(v *string) *DiscussionHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *DiscussionHistoryUpdate) ClearDeletedBy() *DiscussionHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *DiscussionHistoryUpdate) SetExternalID(v string) *DiscussionHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableExternalID(v *string) *DiscussionHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *DiscussionHistoryUpdate) ClearExternalID() *DiscussionHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetIsResolved sets the "is_resolved" field. -func (_u *DiscussionHistoryUpdate) SetIsResolved(v bool) *DiscussionHistoryUpdate { - _u.mutation.SetIsResolved(v) - return _u -} - -// SetNillableIsResolved sets the "is_resolved" field if the given value is not nil. -func (_u *DiscussionHistoryUpdate) SetNillableIsResolved(v *bool) *DiscussionHistoryUpdate { - if v != nil { - _u.SetIsResolved(*v) - } - return _u -} - // Mutation returns the DiscussionHistoryMutation object of the builder. func (_u *DiscussionHistoryUpdate) Mutation() *DiscussionHistoryMutation { return _u.mutation @@ -166,9 +36,6 @@ func (_u *DiscussionHistoryUpdate) Mutation() *DiscussionHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *DiscussionHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -194,24 +61,6 @@ func (_u *DiscussionHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *DiscussionHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if discussionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized discussionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := discussionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *DiscussionHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *DiscussionHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *DiscussionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(discussionhistory.Table, discussionhistory.Columns, sqlgraph.NewFieldSpec(discussionhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -227,54 +76,30 @@ func (_u *DiscussionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(discussionhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(discussionhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(discussionhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(discussionhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(discussionhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(discussionhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(discussionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(discussionhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(discussionhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(discussionhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(discussionhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(discussionhistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(discussionhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(discussionhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(discussionhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.IsResolved(); ok { - _spec.SetField(discussionhistory.FieldIsResolved, field.TypeBool, value) - } - _spec.Node.Schema = _u.schemaConfig.DiscussionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{discussionhistory.Label} @@ -290,136 +115,9 @@ func (_u *DiscussionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // DiscussionHistoryUpdateOne is the builder for updating a single DiscussionHistory entity. type DiscussionHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *DiscussionHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *DiscussionHistoryUpdateOne) SetUpdatedAt(v time.Time) *DiscussionHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *DiscussionHistoryUpdateOne) ClearUpdatedAt() *DiscussionHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *DiscussionHistoryUpdateOne) SetUpdatedBy(v string) *DiscussionHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableUpdatedBy(v *string) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *DiscussionHistoryUpdateOne) ClearUpdatedBy() *DiscussionHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *DiscussionHistoryUpdateOne) SetUpdatedByImpersonator(v string) *DiscussionHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *DiscussionHistoryUpdateOne) ClearUpdatedByImpersonator() *DiscussionHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *DiscussionHistoryUpdateOne) SetDeletedAt(v time.Time) *DiscussionHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *DiscussionHistoryUpdateOne) ClearDeletedAt() *DiscussionHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *DiscussionHistoryUpdateOne) SetDeletedBy(v string) *DiscussionHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableDeletedBy(v *string) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *DiscussionHistoryUpdateOne) ClearDeletedBy() *DiscussionHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *DiscussionHistoryUpdateOne) SetExternalID(v string) *DiscussionHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableExternalID(v *string) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *DiscussionHistoryUpdateOne) ClearExternalID() *DiscussionHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetIsResolved sets the "is_resolved" field. -func (_u *DiscussionHistoryUpdateOne) SetIsResolved(v bool) *DiscussionHistoryUpdateOne { - _u.mutation.SetIsResolved(v) - return _u -} - -// SetNillableIsResolved sets the "is_resolved" field if the given value is not nil. -func (_u *DiscussionHistoryUpdateOne) SetNillableIsResolved(v *bool) *DiscussionHistoryUpdateOne { - if v != nil { - _u.SetIsResolved(*v) - } - return _u + fields []string + hooks []Hook + mutation *DiscussionHistoryMutation } // Mutation returns the DiscussionHistoryMutation object of the builder. @@ -442,9 +140,6 @@ func (_u *DiscussionHistoryUpdateOne) Select(field string, fields ...string) *Di // Save executes the query and returns the updated DiscussionHistory entity. func (_u *DiscussionHistoryUpdateOne) Save(ctx context.Context) (*DiscussionHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -470,24 +165,6 @@ func (_u *DiscussionHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *DiscussionHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if discussionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized discussionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := discussionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *DiscussionHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *DiscussionHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *DiscussionHistoryUpdateOne) sqlSave(ctx context.Context) (_node *DiscussionHistory, err error) { _spec := sqlgraph.NewUpdateSpec(discussionhistory.Table, discussionhistory.Columns, sqlgraph.NewFieldSpec(discussionhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -520,54 +197,30 @@ func (_u *DiscussionHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Discu if _u.mutation.CreatedAtCleared() { _spec.ClearField(discussionhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(discussionhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(discussionhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(discussionhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(discussionhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(discussionhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(discussionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(discussionhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(discussionhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(discussionhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(discussionhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(discussionhistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(discussionhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(discussionhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(discussionhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.IsResolved(); ok { - _spec.SetField(discussionhistory.FieldIsResolved, field.TypeBool, value) - } - _spec.Node.Schema = _u.schemaConfig.DiscussionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &DiscussionHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/documentdatahistory/documentdatahistory.go b/internal/ent/historygenerated/documentdatahistory/documentdatahistory.go index 4a34225bc6..dc3b2ccc6d 100644 --- a/internal/ent/historygenerated/documentdatahistory/documentdatahistory.go +++ b/internal/ent/historygenerated/documentdatahistory/documentdatahistory.go @@ -107,8 +107,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/documentdatahistory_create.go b/internal/ent/historygenerated/documentdatahistory_create.go index 92fd715eb2..68a14af073 100644 --- a/internal/ent/historygenerated/documentdatahistory_create.go +++ b/internal/ent/historygenerated/documentdatahistory_create.go @@ -384,7 +384,6 @@ func (_c *DocumentDataHistoryCreate) createSpec() (*DocumentDataHistory, *sqlgra _node = &DocumentDataHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(documentdatahistory.Table, sqlgraph.NewFieldSpec(documentdatahistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.DocumentDataHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/documentdatahistory_delete.go b/internal/ent/historygenerated/documentdatahistory_delete.go index ed9a6e427c..bbdabec5b7 100644 --- a/internal/ent/historygenerated/documentdatahistory_delete.go +++ b/internal/ent/historygenerated/documentdatahistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/documentdatahistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // DocumentDataHistoryDelete is the builder for deleting a DocumentDataHistory entity. @@ -45,8 +43,6 @@ func (_d *DocumentDataHistoryDelete) ExecX(ctx context.Context) int { func (_d *DocumentDataHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(documentdatahistory.Table, sqlgraph.NewFieldSpec(documentdatahistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.DocumentDataHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/documentdatahistory_query.go b/internal/ent/historygenerated/documentdatahistory_query.go index 16c861c980..0874df9441 100644 --- a/internal/ent/historygenerated/documentdatahistory_query.go +++ b/internal/ent/historygenerated/documentdatahistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/documentdatahistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type DocumentDataHistoryQuery struct { order []documentdatahistory.OrderOption inters []Interceptor predicates []predicate.DocumentDataHistory - loadTotal []func(context.Context, []*DocumentDataHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*DocumentDataHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *DocumentDataHistoryQuery) Clone() *DocumentDataHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.DocumentDataHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *DocumentDataHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.DocumentDataHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *DocumentDataHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *DocumentDataHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.DocumentDataHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *DocumentDataHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.DocumentDataHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *DocumentDataHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *DocumentDataHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *DocumentDataHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ddhq *DocumentDataHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "DocumentDataHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *DocumentDataHistorySelect) sqlScan(ctx context.Context, root *Document defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *DocumentDataHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *DocumentDataHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/documentdatahistory_update.go b/internal/ent/historygenerated/documentdatahistory_update.go index dd8b226222..fcf2754249 100644 --- a/internal/ent/historygenerated/documentdatahistory_update.go +++ b/internal/ent/historygenerated/documentdatahistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/documentdatahistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // DocumentDataHistoryUpdate is the builder for updating DocumentDataHistory entities. type DocumentDataHistoryUpdate struct { config - hooks []Hook - mutation *DocumentDataHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *DocumentDataHistoryMutation } // Where appends a list predicates to the DocumentDataHistoryUpdate builder. @@ -34,222 +29,6 @@ func (_u *DocumentDataHistoryUpdate) Where(ps ...predicate.DocumentDataHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *DocumentDataHistoryUpdate) SetUpdatedAt(v time.Time) *DocumentDataHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *DocumentDataHistoryUpdate) ClearUpdatedAt() *DocumentDataHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *DocumentDataHistoryUpdate) SetUpdatedBy(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableUpdatedBy(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *DocumentDataHistoryUpdate) ClearUpdatedBy() *DocumentDataHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *DocumentDataHistoryUpdate) SetUpdatedByImpersonator(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *DocumentDataHistoryUpdate) ClearUpdatedByImpersonator() *DocumentDataHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *DocumentDataHistoryUpdate) SetDeletedAt(v time.Time) *DocumentDataHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableDeletedAt(v *time.Time) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *DocumentDataHistoryUpdate) ClearDeletedAt() *DocumentDataHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *DocumentDataHistoryUpdate) SetDeletedBy(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableDeletedBy(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *DocumentDataHistoryUpdate) ClearDeletedBy() *DocumentDataHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *DocumentDataHistoryUpdate) SetTags(v []string) *DocumentDataHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *DocumentDataHistoryUpdate) AppendTags(v []string) *DocumentDataHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *DocumentDataHistoryUpdate) ClearTags() *DocumentDataHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *DocumentDataHistoryUpdate) SetEnvironmentName(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableEnvironmentName(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *DocumentDataHistoryUpdate) ClearEnvironmentName() *DocumentDataHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *DocumentDataHistoryUpdate) SetEnvironmentID(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableEnvironmentID(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *DocumentDataHistoryUpdate) ClearEnvironmentID() *DocumentDataHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *DocumentDataHistoryUpdate) SetScopeName(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableScopeName(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *DocumentDataHistoryUpdate) ClearScopeName() *DocumentDataHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *DocumentDataHistoryUpdate) SetScopeID(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableScopeID(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *DocumentDataHistoryUpdate) ClearScopeID() *DocumentDataHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *DocumentDataHistoryUpdate) SetTemplateID(v string) *DocumentDataHistoryUpdate { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdate) SetNillableTemplateID(v *string) *DocumentDataHistoryUpdate { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *DocumentDataHistoryUpdate) ClearTemplateID() *DocumentDataHistoryUpdate { - _u.mutation.ClearTemplateID() - return _u -} - -// SetData sets the "data" field. -func (_u *DocumentDataHistoryUpdate) SetData(v map[string]interface{}) *DocumentDataHistoryUpdate { - _u.mutation.SetData(v) - return _u -} - // Mutation returns the DocumentDataHistoryMutation object of the builder. func (_u *DocumentDataHistoryUpdate) Mutation() *DocumentDataHistoryMutation { return _u.mutation @@ -257,9 +36,6 @@ func (_u *DocumentDataHistoryUpdate) Mutation() *DocumentDataHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *DocumentDataHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -285,24 +61,6 @@ func (_u *DocumentDataHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *DocumentDataHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if documentdatahistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized documentdatahistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := documentdatahistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *DocumentDataHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *DocumentDataHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *DocumentDataHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(documentdatahistory.Table, documentdatahistory.Columns, sqlgraph.NewFieldSpec(documentdatahistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -318,89 +76,45 @@ func (_u *DocumentDataHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(documentdatahistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(documentdatahistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(documentdatahistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(documentdatahistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(documentdatahistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(documentdatahistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(documentdatahistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, documentdatahistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(documentdatahistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(documentdatahistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(documentdatahistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(documentdatahistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(documentdatahistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(documentdatahistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(documentdatahistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(documentdatahistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(documentdatahistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(documentdatahistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(documentdatahistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(documentdatahistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.Data(); ok { - _spec.SetField(documentdatahistory.FieldData, field.TypeJSON, value) - } - _spec.Node.Schema = _u.schemaConfig.DocumentDataHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{documentdatahistory.Label} @@ -416,226 +130,9 @@ func (_u *DocumentDataHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // DocumentDataHistoryUpdateOne is the builder for updating a single DocumentDataHistory entity. type DocumentDataHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *DocumentDataHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *DocumentDataHistoryUpdateOne) SetUpdatedAt(v time.Time) *DocumentDataHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *DocumentDataHistoryUpdateOne) ClearUpdatedAt() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *DocumentDataHistoryUpdateOne) SetUpdatedBy(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableUpdatedBy(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *DocumentDataHistoryUpdateOne) ClearUpdatedBy() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *DocumentDataHistoryUpdateOne) SetUpdatedByImpersonator(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *DocumentDataHistoryUpdateOne) ClearUpdatedByImpersonator() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *DocumentDataHistoryUpdateOne) SetDeletedAt(v time.Time) *DocumentDataHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *DocumentDataHistoryUpdateOne) ClearDeletedAt() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *DocumentDataHistoryUpdateOne) SetDeletedBy(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableDeletedBy(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *DocumentDataHistoryUpdateOne) ClearDeletedBy() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *DocumentDataHistoryUpdateOne) SetTags(v []string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *DocumentDataHistoryUpdateOne) AppendTags(v []string) *DocumentDataHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *DocumentDataHistoryUpdateOne) ClearTags() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *DocumentDataHistoryUpdateOne) SetEnvironmentName(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableEnvironmentName(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *DocumentDataHistoryUpdateOne) ClearEnvironmentName() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *DocumentDataHistoryUpdateOne) SetEnvironmentID(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableEnvironmentID(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *DocumentDataHistoryUpdateOne) ClearEnvironmentID() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *DocumentDataHistoryUpdateOne) SetScopeName(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableScopeName(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *DocumentDataHistoryUpdateOne) ClearScopeName() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *DocumentDataHistoryUpdateOne) SetScopeID(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableScopeID(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *DocumentDataHistoryUpdateOne) ClearScopeID() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *DocumentDataHistoryUpdateOne) SetTemplateID(v string) *DocumentDataHistoryUpdateOne { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *DocumentDataHistoryUpdateOne) SetNillableTemplateID(v *string) *DocumentDataHistoryUpdateOne { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *DocumentDataHistoryUpdateOne) ClearTemplateID() *DocumentDataHistoryUpdateOne { - _u.mutation.ClearTemplateID() - return _u -} - -// SetData sets the "data" field. -func (_u *DocumentDataHistoryUpdateOne) SetData(v map[string]interface{}) *DocumentDataHistoryUpdateOne { - _u.mutation.SetData(v) - return _u + fields []string + hooks []Hook + mutation *DocumentDataHistoryMutation } // Mutation returns the DocumentDataHistoryMutation object of the builder. @@ -658,9 +155,6 @@ func (_u *DocumentDataHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated DocumentDataHistory entity. func (_u *DocumentDataHistoryUpdateOne) Save(ctx context.Context) (*DocumentDataHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -686,24 +180,6 @@ func (_u *DocumentDataHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *DocumentDataHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if documentdatahistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized documentdatahistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := documentdatahistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *DocumentDataHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *DocumentDataHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *DocumentDataHistoryUpdateOne) sqlSave(ctx context.Context) (_node *DocumentDataHistory, err error) { _spec := sqlgraph.NewUpdateSpec(documentdatahistory.Table, documentdatahistory.Columns, sqlgraph.NewFieldSpec(documentdatahistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -736,89 +212,45 @@ func (_u *DocumentDataHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Doc if _u.mutation.CreatedAtCleared() { _spec.ClearField(documentdatahistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(documentdatahistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(documentdatahistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(documentdatahistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(documentdatahistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(documentdatahistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(documentdatahistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(documentdatahistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(documentdatahistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, documentdatahistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(documentdatahistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(documentdatahistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(documentdatahistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(documentdatahistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(documentdatahistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(documentdatahistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(documentdatahistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(documentdatahistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(documentdatahistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(documentdatahistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(documentdatahistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(documentdatahistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.Data(); ok { - _spec.SetField(documentdatahistory.FieldData, field.TypeJSON, value) - } - _spec.Node.Schema = _u.schemaConfig.DocumentDataHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &DocumentDataHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/emailtemplatehistory/emailtemplatehistory.go b/internal/ent/historygenerated/emailtemplatehistory/emailtemplatehistory.go index 80b55c5d78..7f365dde14 100644 --- a/internal/ent/historygenerated/emailtemplatehistory/emailtemplatehistory.go +++ b/internal/ent/historygenerated/emailtemplatehistory/emailtemplatehistory.go @@ -159,8 +159,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultRevision holds the default value on creation for the "revision" field. DefaultRevision string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/emailtemplatehistory_create.go b/internal/ent/historygenerated/emailtemplatehistory_create.go index 02b6bc81a3..d7d6ae13ba 100644 --- a/internal/ent/historygenerated/emailtemplatehistory_create.go +++ b/internal/ent/historygenerated/emailtemplatehistory_create.go @@ -633,7 +633,6 @@ func (_c *EmailTemplateHistoryCreate) createSpec() (*EmailTemplateHistory, *sqlg _node = &EmailTemplateHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(emailtemplatehistory.Table, sqlgraph.NewFieldSpec(emailtemplatehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EmailTemplateHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/emailtemplatehistory_delete.go b/internal/ent/historygenerated/emailtemplatehistory_delete.go index 6997d23a1c..0fdc42266f 100644 --- a/internal/ent/historygenerated/emailtemplatehistory_delete.go +++ b/internal/ent/historygenerated/emailtemplatehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/emailtemplatehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // EmailTemplateHistoryDelete is the builder for deleting a EmailTemplateHistory entity. @@ -45,8 +43,6 @@ func (_d *EmailTemplateHistoryDelete) ExecX(ctx context.Context) int { func (_d *EmailTemplateHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(emailtemplatehistory.Table, sqlgraph.NewFieldSpec(emailtemplatehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EmailTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/emailtemplatehistory_query.go b/internal/ent/historygenerated/emailtemplatehistory_query.go index 769dfc6412..0498233847 100644 --- a/internal/ent/historygenerated/emailtemplatehistory_query.go +++ b/internal/ent/historygenerated/emailtemplatehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/emailtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type EmailTemplateHistoryQuery struct { order []emailtemplatehistory.OrderOption inters []Interceptor predicates []predicate.EmailTemplateHistory - loadTotal []func(context.Context, []*EmailTemplateHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*EmailTemplateHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *EmailTemplateHistoryQuery) Clone() *EmailTemplateHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.EmailTemplateHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *EmailTemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EmailTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *EmailTemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH func (_q *EmailTemplateHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EmailTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *EmailTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EmailTemplateHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *EmailTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *EmailTemplateHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *EmailTemplateHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ethq *EmailTemplateHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "EmailTemplateHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *EmailTemplateHistorySelect) sqlScan(ctx context.Context, root *EmailTe defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *EmailTemplateHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *EmailTemplateHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/emailtemplatehistory_update.go b/internal/ent/historygenerated/emailtemplatehistory_update.go index 3ba36b10c4..e5c2e4e59a 100644 --- a/internal/ent/historygenerated/emailtemplatehistory_update.go +++ b/internal/ent/historygenerated/emailtemplatehistory_update.go @@ -8,1299 +8,170 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/emailtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// EmailTemplateHistoryUpdate is the builder for updating EmailTemplateHistory entities. -type EmailTemplateHistoryUpdate struct { - config - hooks []Hook - mutation *EmailTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the EmailTemplateHistoryUpdate builder. -func (_u *EmailTemplateHistoryUpdate) Where(ps ...predicate.EmailTemplateHistory) *EmailTemplateHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *EmailTemplateHistoryUpdate) SetUpdatedAt(v time.Time) *EmailTemplateHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EmailTemplateHistoryUpdate) ClearUpdatedAt() *EmailTemplateHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EmailTemplateHistoryUpdate) SetUpdatedBy(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableUpdatedBy(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EmailTemplateHistoryUpdate) ClearUpdatedBy() *EmailTemplateHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EmailTemplateHistoryUpdate) SetUpdatedByImpersonator(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EmailTemplateHistoryUpdate) ClearUpdatedByImpersonator() *EmailTemplateHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EmailTemplateHistoryUpdate) SetDeletedAt(v time.Time) *EmailTemplateHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableDeletedAt(v *time.Time) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EmailTemplateHistoryUpdate) ClearDeletedAt() *EmailTemplateHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EmailTemplateHistoryUpdate) SetDeletedBy(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableDeletedBy(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EmailTemplateHistoryUpdate) ClearDeletedBy() *EmailTemplateHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *EmailTemplateHistoryUpdate) SetRevision(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableRevision(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *EmailTemplateHistoryUpdate) ClearRevision() *EmailTemplateHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EmailTemplateHistoryUpdate) SetInternalNotes(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableInternalNotes(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EmailTemplateHistoryUpdate) ClearInternalNotes() *EmailTemplateHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EmailTemplateHistoryUpdate) SetSystemInternalID(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableSystemInternalID(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EmailTemplateHistoryUpdate) ClearSystemInternalID() *EmailTemplateHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetKey sets the "key" field. -func (_u *EmailTemplateHistoryUpdate) SetKey(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetKey(v) - return _u -} - -// SetNillableKey sets the "key" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableKey(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetKey(*v) - } - return _u -} - -// SetName sets the "name" field. -func (_u *EmailTemplateHistoryUpdate) SetName(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableName(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *EmailTemplateHistoryUpdate) SetDescription(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableDescription(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EmailTemplateHistoryUpdate) ClearDescription() *EmailTemplateHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetFormat sets the "format" field. -func (_u *EmailTemplateHistoryUpdate) SetFormat(v enums.NotificationTemplateFormat) *EmailTemplateHistoryUpdate { - _u.mutation.SetFormat(v) - return _u -} - -// SetNillableFormat sets the "format" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableFormat(v *enums.NotificationTemplateFormat) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetFormat(*v) - } - return _u -} - -// ClearFormat clears the value of the "format" field. -func (_u *EmailTemplateHistoryUpdate) ClearFormat() *EmailTemplateHistoryUpdate { - _u.mutation.ClearFormat() - return _u -} - -// SetLocale sets the "locale" field. -func (_u *EmailTemplateHistoryUpdate) SetLocale(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetLocale(v) - return _u -} - -// SetNillableLocale sets the "locale" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableLocale(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetLocale(*v) - } - return _u -} - -// SetSubjectTemplate sets the "subject_template" field. -func (_u *EmailTemplateHistoryUpdate) SetSubjectTemplate(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetSubjectTemplate(v) - return _u -} - -// SetNillableSubjectTemplate sets the "subject_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableSubjectTemplate(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetSubjectTemplate(*v) - } - return _u -} - -// ClearSubjectTemplate clears the value of the "subject_template" field. -func (_u *EmailTemplateHistoryUpdate) ClearSubjectTemplate() *EmailTemplateHistoryUpdate { - _u.mutation.ClearSubjectTemplate() - return _u -} - -// SetPreheaderTemplate sets the "preheader_template" field. -func (_u *EmailTemplateHistoryUpdate) SetPreheaderTemplate(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetPreheaderTemplate(v) - return _u -} - -// SetNillablePreheaderTemplate sets the "preheader_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillablePreheaderTemplate(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetPreheaderTemplate(*v) - } - return _u -} - -// ClearPreheaderTemplate clears the value of the "preheader_template" field. -func (_u *EmailTemplateHistoryUpdate) ClearPreheaderTemplate() *EmailTemplateHistoryUpdate { - _u.mutation.ClearPreheaderTemplate() - return _u -} - -// SetBodyTemplate sets the "body_template" field. -func (_u *EmailTemplateHistoryUpdate) SetBodyTemplate(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetBodyTemplate(v) - return _u -} - -// SetNillableBodyTemplate sets the "body_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableBodyTemplate(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetBodyTemplate(*v) - } - return _u -} - -// ClearBodyTemplate clears the value of the "body_template" field. -func (_u *EmailTemplateHistoryUpdate) ClearBodyTemplate() *EmailTemplateHistoryUpdate { - _u.mutation.ClearBodyTemplate() - return _u -} - -// SetTextTemplate sets the "text_template" field. -func (_u *EmailTemplateHistoryUpdate) SetTextTemplate(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetTextTemplate(v) - return _u -} - -// SetNillableTextTemplate sets the "text_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableTextTemplate(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetTextTemplate(*v) - } - return _u -} - -// ClearTextTemplate clears the value of the "text_template" field. -func (_u *EmailTemplateHistoryUpdate) ClearTextTemplate() *EmailTemplateHistoryUpdate { - _u.mutation.ClearTextTemplate() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *EmailTemplateHistoryUpdate) SetJsonconfig(v map[string]interface{}) *EmailTemplateHistoryUpdate { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *EmailTemplateHistoryUpdate) ClearJsonconfig() *EmailTemplateHistoryUpdate { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *EmailTemplateHistoryUpdate) SetUischema(v map[string]interface{}) *EmailTemplateHistoryUpdate { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *EmailTemplateHistoryUpdate) ClearUischema() *EmailTemplateHistoryUpdate { - _u.mutation.ClearUischema() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *EmailTemplateHistoryUpdate) SetMetadata(v map[string]interface{}) *EmailTemplateHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *EmailTemplateHistoryUpdate) ClearMetadata() *EmailTemplateHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetActive sets the "active" field. -func (_u *EmailTemplateHistoryUpdate) SetActive(v bool) *EmailTemplateHistoryUpdate { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableActive(v *bool) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetActive(*v) - } - return _u -} - -// SetVersion sets the "version" field. -func (_u *EmailTemplateHistoryUpdate) SetVersion(v int) *EmailTemplateHistoryUpdate { - _u.mutation.ResetVersion() - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableVersion(v *int) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetVersion(*v) - } - return _u -} - -// AddVersion adds value to the "version" field. -func (_u *EmailTemplateHistoryUpdate) AddVersion(v int) *EmailTemplateHistoryUpdate { - _u.mutation.AddVersion(v) - return _u -} - -// SetTemplateContext sets the "template_context" field. -func (_u *EmailTemplateHistoryUpdate) SetTemplateContext(v enums.TemplateContext) *EmailTemplateHistoryUpdate { - _u.mutation.SetTemplateContext(v) - return _u -} - -// SetNillableTemplateContext sets the "template_context" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableTemplateContext(v *enums.TemplateContext) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetTemplateContext(*v) - } - return _u -} - -// ClearTemplateContext clears the value of the "template_context" field. -func (_u *EmailTemplateHistoryUpdate) ClearTemplateContext() *EmailTemplateHistoryUpdate { - _u.mutation.ClearTemplateContext() - return _u -} - -// SetDefaults sets the "defaults" field. -func (_u *EmailTemplateHistoryUpdate) SetDefaults(v map[string]interface{}) *EmailTemplateHistoryUpdate { - _u.mutation.SetDefaults(v) - return _u -} - -// ClearDefaults clears the value of the "defaults" field. -func (_u *EmailTemplateHistoryUpdate) ClearDefaults() *EmailTemplateHistoryUpdate { - _u.mutation.ClearDefaults() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *EmailTemplateHistoryUpdate) SetIntegrationID(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableIntegrationID(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *EmailTemplateHistoryUpdate) ClearIntegrationID() *EmailTemplateHistoryUpdate { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetWorkflowDefinitionID sets the "workflow_definition_id" field. -func (_u *EmailTemplateHistoryUpdate) SetWorkflowDefinitionID(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetWorkflowDefinitionID(v) - return _u -} - -// SetNillableWorkflowDefinitionID sets the "workflow_definition_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableWorkflowDefinitionID(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetWorkflowDefinitionID(*v) - } - return _u -} - -// ClearWorkflowDefinitionID clears the value of the "workflow_definition_id" field. -func (_u *EmailTemplateHistoryUpdate) ClearWorkflowDefinitionID() *EmailTemplateHistoryUpdate { - _u.mutation.ClearWorkflowDefinitionID() - return _u -} - -// SetWorkflowInstanceID sets the "workflow_instance_id" field. -func (_u *EmailTemplateHistoryUpdate) SetWorkflowInstanceID(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetWorkflowInstanceID(v) - return _u -} - -// SetNillableWorkflowInstanceID sets the "workflow_instance_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableWorkflowInstanceID(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetWorkflowInstanceID(*v) - } - return _u -} - -// ClearWorkflowInstanceID clears the value of the "workflow_instance_id" field. -func (_u *EmailTemplateHistoryUpdate) ClearWorkflowInstanceID() *EmailTemplateHistoryUpdate { - _u.mutation.ClearWorkflowInstanceID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *EmailTemplateHistoryUpdate) SetTrustCenterID(v string) *EmailTemplateHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdate) SetNillableTrustCenterID(v *string) *EmailTemplateHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *EmailTemplateHistoryUpdate) ClearTrustCenterID() *EmailTemplateHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - -// Mutation returns the EmailTemplateHistoryMutation object of the builder. -func (_u *EmailTemplateHistoryUpdate) Mutation() *EmailTemplateHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *EmailTemplateHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *EmailTemplateHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *EmailTemplateHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *EmailTemplateHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *EmailTemplateHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if emailtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized emailtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := emailtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EmailTemplateHistoryUpdate) check() error { - if v, ok := _u.mutation.Format(); ok { - if err := emailtemplatehistory.FormatValidator(v); err != nil { - return &ValidationError{Name: "format", err: fmt.Errorf(`historygenerated: validator failed for field "EmailTemplateHistory.format": %w`, err)} - } - } - if v, ok := _u.mutation.TemplateContext(); ok { - if err := emailtemplatehistory.TemplateContextValidator(v); err != nil { - return &ValidationError{Name: "template_context", err: fmt.Errorf(`historygenerated: validator failed for field "EmailTemplateHistory.template_context": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EmailTemplateHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EmailTemplateHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *EmailTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(emailtemplatehistory.Table, emailtemplatehistory.Columns, sqlgraph.NewFieldSpec(emailtemplatehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(emailtemplatehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(emailtemplatehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(emailtemplatehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(emailtemplatehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(emailtemplatehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(emailtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(emailtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(emailtemplatehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(emailtemplatehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(emailtemplatehistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(emailtemplatehistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(emailtemplatehistory.FieldRevision, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(emailtemplatehistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(emailtemplatehistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(emailtemplatehistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(emailtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.Key(); ok { - _spec.SetField(emailtemplatehistory.FieldKey, field.TypeString, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(emailtemplatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(emailtemplatehistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(emailtemplatehistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Format(); ok { - _spec.SetField(emailtemplatehistory.FieldFormat, field.TypeEnum, value) - } - if _u.mutation.FormatCleared() { - _spec.ClearField(emailtemplatehistory.FieldFormat, field.TypeEnum) - } - if value, ok := _u.mutation.Locale(); ok { - _spec.SetField(emailtemplatehistory.FieldLocale, field.TypeString, value) - } - if value, ok := _u.mutation.SubjectTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldSubjectTemplate, field.TypeString, value) - } - if _u.mutation.SubjectTemplateCleared() { - _spec.ClearField(emailtemplatehistory.FieldSubjectTemplate, field.TypeString) - } - if value, ok := _u.mutation.PreheaderTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldPreheaderTemplate, field.TypeString, value) - } - if _u.mutation.PreheaderTemplateCleared() { - _spec.ClearField(emailtemplatehistory.FieldPreheaderTemplate, field.TypeString) - } - if value, ok := _u.mutation.BodyTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldBodyTemplate, field.TypeString, value) - } - if _u.mutation.BodyTemplateCleared() { - _spec.ClearField(emailtemplatehistory.FieldBodyTemplate, field.TypeString) - } - if value, ok := _u.mutation.TextTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldTextTemplate, field.TypeString, value) - } - if _u.mutation.TextTemplateCleared() { - _spec.ClearField(emailtemplatehistory.FieldTextTemplate, field.TypeString) - } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(emailtemplatehistory.FieldJsonconfig, field.TypeJSON, value) - } - if _u.mutation.JsonconfigCleared() { - _spec.ClearField(emailtemplatehistory.FieldJsonconfig, field.TypeJSON) - } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(emailtemplatehistory.FieldUischema, field.TypeJSON, value) - } - if _u.mutation.UischemaCleared() { - _spec.ClearField(emailtemplatehistory.FieldUischema, field.TypeJSON) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(emailtemplatehistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(emailtemplatehistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(emailtemplatehistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(emailtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedVersion(); ok { - _spec.AddField(emailtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.TemplateContext(); ok { - _spec.SetField(emailtemplatehistory.FieldTemplateContext, field.TypeEnum, value) - } - if _u.mutation.TemplateContextCleared() { - _spec.ClearField(emailtemplatehistory.FieldTemplateContext, field.TypeEnum) - } - if value, ok := _u.mutation.Defaults(); ok { - _spec.SetField(emailtemplatehistory.FieldDefaults, field.TypeJSON, value) - } - if _u.mutation.DefaultsCleared() { - _spec.ClearField(emailtemplatehistory.FieldDefaults, field.TypeJSON) - } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(emailtemplatehistory.FieldIntegrationID, field.TypeString, value) - } - if _u.mutation.IntegrationIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldIntegrationID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowDefinitionID(); ok { - _spec.SetField(emailtemplatehistory.FieldWorkflowDefinitionID, field.TypeString, value) - } - if _u.mutation.WorkflowDefinitionIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowInstanceID(); ok { - _spec.SetField(emailtemplatehistory.FieldWorkflowInstanceID, field.TypeString, value) - } - if _u.mutation.WorkflowInstanceIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldWorkflowInstanceID, field.TypeString) - } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(emailtemplatehistory.FieldTrustCenterID, field.TypeString, value) - } - if _u.mutation.TrustCenterIDCleared() { - _spec.ClearField(emailtemplatehistory.FieldTrustCenterID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.EmailTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{emailtemplatehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// EmailTemplateHistoryUpdateOne is the builder for updating a single EmailTemplateHistory entity. -type EmailTemplateHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *EmailTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *EmailTemplateHistoryUpdateOne) SetUpdatedAt(v time.Time) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearUpdatedAt() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EmailTemplateHistoryUpdateOne) SetUpdatedBy(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableUpdatedBy(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearUpdatedBy() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EmailTemplateHistoryUpdateOne) SetUpdatedByImpersonator(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearUpdatedByImpersonator() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EmailTemplateHistoryUpdateOne) SetDeletedAt(v time.Time) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearDeletedAt() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EmailTemplateHistoryUpdateOne) SetDeletedBy(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableDeletedBy(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearDeletedBy() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *EmailTemplateHistoryUpdateOne) SetRevision(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableRevision(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearRevision() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EmailTemplateHistoryUpdateOne) SetInternalNotes(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableInternalNotes(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearInternalNotes() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EmailTemplateHistoryUpdateOne) SetSystemInternalID(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableSystemInternalID(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearSystemInternalID() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetKey sets the "key" field. -func (_u *EmailTemplateHistoryUpdateOne) SetKey(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetKey(v) - return _u -} - -// SetNillableKey sets the "key" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableKey(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetKey(*v) - } - return _u -} - -// SetName sets the "name" field. -func (_u *EmailTemplateHistoryUpdateOne) SetName(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableName(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *EmailTemplateHistoryUpdateOne) SetDescription(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableDescription(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearDescription() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetFormat sets the "format" field. -func (_u *EmailTemplateHistoryUpdateOne) SetFormat(v enums.NotificationTemplateFormat) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetFormat(v) - return _u -} - -// SetNillableFormat sets the "format" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableFormat(v *enums.NotificationTemplateFormat) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetFormat(*v) - } - return _u -} - -// ClearFormat clears the value of the "format" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearFormat() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearFormat() - return _u -} - -// SetLocale sets the "locale" field. -func (_u *EmailTemplateHistoryUpdateOne) SetLocale(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetLocale(v) - return _u -} - -// SetNillableLocale sets the "locale" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableLocale(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetLocale(*v) - } - return _u -} - -// SetSubjectTemplate sets the "subject_template" field. -func (_u *EmailTemplateHistoryUpdateOne) SetSubjectTemplate(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetSubjectTemplate(v) - return _u -} - -// SetNillableSubjectTemplate sets the "subject_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableSubjectTemplate(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetSubjectTemplate(*v) - } - return _u -} - -// ClearSubjectTemplate clears the value of the "subject_template" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearSubjectTemplate() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearSubjectTemplate() - return _u -} - -// SetPreheaderTemplate sets the "preheader_template" field. -func (_u *EmailTemplateHistoryUpdateOne) SetPreheaderTemplate(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetPreheaderTemplate(v) - return _u -} - -// SetNillablePreheaderTemplate sets the "preheader_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillablePreheaderTemplate(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetPreheaderTemplate(*v) - } - return _u -} - -// ClearPreheaderTemplate clears the value of the "preheader_template" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearPreheaderTemplate() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearPreheaderTemplate() - return _u -} - -// SetBodyTemplate sets the "body_template" field. -func (_u *EmailTemplateHistoryUpdateOne) SetBodyTemplate(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetBodyTemplate(v) - return _u +// EmailTemplateHistoryUpdate is the builder for updating EmailTemplateHistory entities. +type EmailTemplateHistoryUpdate struct { + config + hooks []Hook + mutation *EmailTemplateHistoryMutation } -// SetNillableBodyTemplate sets the "body_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableBodyTemplate(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetBodyTemplate(*v) - } +// Where appends a list predicates to the EmailTemplateHistoryUpdate builder. +func (_u *EmailTemplateHistoryUpdate) Where(ps ...predicate.EmailTemplateHistory) *EmailTemplateHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearBodyTemplate clears the value of the "body_template" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearBodyTemplate() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearBodyTemplate() - return _u +// Mutation returns the EmailTemplateHistoryMutation object of the builder. +func (_u *EmailTemplateHistoryUpdate) Mutation() *EmailTemplateHistoryMutation { + return _u.mutation } -// SetTextTemplate sets the "text_template" field. -func (_u *EmailTemplateHistoryUpdateOne) SetTextTemplate(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetTextTemplate(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *EmailTemplateHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableTextTemplate sets the "text_template" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableTextTemplate(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetTextTemplate(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *EmailTemplateHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearTextTemplate clears the value of the "text_template" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearTextTemplate() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearTextTemplate() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *EmailTemplateHistoryUpdateOne) SetJsonconfig(v map[string]interface{}) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearJsonconfig() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *EmailTemplateHistoryUpdateOne) SetUischema(v map[string]interface{}) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearUischema() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearUischema() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *EmailTemplateHistoryUpdateOne) SetMetadata(v map[string]interface{}) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearMetadata() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u + return affected } -// SetActive sets the "active" field. -func (_u *EmailTemplateHistoryUpdateOne) SetActive(v bool) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetActive(v) - return _u +// Exec executes the query. +func (_u *EmailTemplateHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableActive(v *bool) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetActive(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *EmailTemplateHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// SetVersion sets the "version" field. -func (_u *EmailTemplateHistoryUpdateOne) SetVersion(v int) *EmailTemplateHistoryUpdateOne { - _u.mutation.ResetVersion() - _u.mutation.SetVersion(v) - return _u } -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableVersion(v *int) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetVersion(*v) +func (_u *EmailTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(emailtemplatehistory.Table, emailtemplatehistory.Columns, sqlgraph.NewFieldSpec(emailtemplatehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// AddVersion adds value to the "version" field. -func (_u *EmailTemplateHistoryUpdateOne) AddVersion(v int) *EmailTemplateHistoryUpdateOne { - _u.mutation.AddVersion(v) - return _u -} - -// SetTemplateContext sets the "template_context" field. -func (_u *EmailTemplateHistoryUpdateOne) SetTemplateContext(v enums.TemplateContext) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetTemplateContext(v) - return _u -} - -// SetNillableTemplateContext sets the "template_context" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableTemplateContext(v *enums.TemplateContext) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetTemplateContext(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(emailtemplatehistory.FieldRef, field.TypeString) } - return _u -} - -// ClearTemplateContext clears the value of the "template_context" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearTemplateContext() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearTemplateContext() - return _u -} - -// SetDefaults sets the "defaults" field. -func (_u *EmailTemplateHistoryUpdateOne) SetDefaults(v map[string]interface{}) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetDefaults(v) - return _u -} - -// ClearDefaults clears the value of the "defaults" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearDefaults() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearDefaults() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *EmailTemplateHistoryUpdateOne) SetIntegrationID(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableIntegrationID(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetIntegrationID(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(emailtemplatehistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearIntegrationID() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetWorkflowDefinitionID sets the "workflow_definition_id" field. -func (_u *EmailTemplateHistoryUpdateOne) SetWorkflowDefinitionID(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetWorkflowDefinitionID(v) - return _u -} - -// SetNillableWorkflowDefinitionID sets the "workflow_definition_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableWorkflowDefinitionID(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetWorkflowDefinitionID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(emailtemplatehistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearWorkflowDefinitionID clears the value of the "workflow_definition_id" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearWorkflowDefinitionID() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearWorkflowDefinitionID() - return _u -} - -// SetWorkflowInstanceID sets the "workflow_instance_id" field. -func (_u *EmailTemplateHistoryUpdateOne) SetWorkflowInstanceID(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetWorkflowInstanceID(v) - return _u -} - -// SetNillableWorkflowInstanceID sets the "workflow_instance_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableWorkflowInstanceID(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetWorkflowInstanceID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(emailtemplatehistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearWorkflowInstanceID clears the value of the "workflow_instance_id" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearWorkflowInstanceID() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearWorkflowInstanceID() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *EmailTemplateHistoryUpdateOne) SetTrustCenterID(v string) *EmailTemplateHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *EmailTemplateHistoryUpdateOne) SetNillableTrustCenterID(v *string) *EmailTemplateHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(emailtemplatehistory.FieldUpdatedBy, field.TypeString) } - return _u + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(emailtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(emailtemplatehistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(emailtemplatehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.RevisionCleared() { + _spec.ClearField(emailtemplatehistory.FieldRevision, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(emailtemplatehistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(emailtemplatehistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(emailtemplatehistory.FieldDescription, field.TypeString) + } + if _u.mutation.FormatCleared() { + _spec.ClearField(emailtemplatehistory.FieldFormat, field.TypeEnum) + } + if _u.mutation.SubjectTemplateCleared() { + _spec.ClearField(emailtemplatehistory.FieldSubjectTemplate, field.TypeString) + } + if _u.mutation.PreheaderTemplateCleared() { + _spec.ClearField(emailtemplatehistory.FieldPreheaderTemplate, field.TypeString) + } + if _u.mutation.BodyTemplateCleared() { + _spec.ClearField(emailtemplatehistory.FieldBodyTemplate, field.TypeString) + } + if _u.mutation.TextTemplateCleared() { + _spec.ClearField(emailtemplatehistory.FieldTextTemplate, field.TypeString) + } + if _u.mutation.JsonconfigCleared() { + _spec.ClearField(emailtemplatehistory.FieldJsonconfig, field.TypeJSON) + } + if _u.mutation.UischemaCleared() { + _spec.ClearField(emailtemplatehistory.FieldUischema, field.TypeJSON) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(emailtemplatehistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.TemplateContextCleared() { + _spec.ClearField(emailtemplatehistory.FieldTemplateContext, field.TypeEnum) + } + if _u.mutation.DefaultsCleared() { + _spec.ClearField(emailtemplatehistory.FieldDefaults, field.TypeJSON) + } + if _u.mutation.IntegrationIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldIntegrationID, field.TypeString) + } + if _u.mutation.WorkflowDefinitionIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) + } + if _u.mutation.WorkflowInstanceIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldWorkflowInstanceID, field.TypeString) + } + if _u.mutation.TrustCenterIDCleared() { + _spec.ClearField(emailtemplatehistory.FieldTrustCenterID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{emailtemplatehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *EmailTemplateHistoryUpdateOne) ClearTrustCenterID() *EmailTemplateHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u +// EmailTemplateHistoryUpdateOne is the builder for updating a single EmailTemplateHistory entity. +type EmailTemplateHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *EmailTemplateHistoryMutation } // Mutation returns the EmailTemplateHistoryMutation object of the builder. @@ -1323,9 +194,6 @@ func (_u *EmailTemplateHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated EmailTemplateHistory entity. func (_u *EmailTemplateHistoryUpdateOne) Save(ctx context.Context) (*EmailTemplateHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1351,43 +219,7 @@ func (_u *EmailTemplateHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EmailTemplateHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if emailtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized emailtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := emailtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EmailTemplateHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Format(); ok { - if err := emailtemplatehistory.FormatValidator(v); err != nil { - return &ValidationError{Name: "format", err: fmt.Errorf(`historygenerated: validator failed for field "EmailTemplateHistory.format": %w`, err)} - } - } - if v, ok := _u.mutation.TemplateContext(); ok { - if err := emailtemplatehistory.TemplateContextValidator(v); err != nil { - return &ValidationError{Name: "template_context", err: fmt.Errorf(`historygenerated: validator failed for field "EmailTemplateHistory.template_context": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EmailTemplateHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EmailTemplateHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EmailTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *EmailTemplateHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(emailtemplatehistory.Table, emailtemplatehistory.Columns, sqlgraph.NewFieldSpec(emailtemplatehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1419,42 +251,24 @@ func (_u *EmailTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Em if _u.mutation.CreatedAtCleared() { _spec.ClearField(emailtemplatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(emailtemplatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(emailtemplatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(emailtemplatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(emailtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(emailtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(emailtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(emailtemplatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(emailtemplatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(emailtemplatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(emailtemplatehistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(emailtemplatehistory.FieldRevision, field.TypeString) } @@ -1464,129 +278,57 @@ func (_u *EmailTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Em if _u.mutation.SystemOwnedCleared() { _spec.ClearField(emailtemplatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(emailtemplatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(emailtemplatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(emailtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(emailtemplatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Key(); ok { - _spec.SetField(emailtemplatehistory.FieldKey, field.TypeString, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(emailtemplatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(emailtemplatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(emailtemplatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Format(); ok { - _spec.SetField(emailtemplatehistory.FieldFormat, field.TypeEnum, value) - } if _u.mutation.FormatCleared() { _spec.ClearField(emailtemplatehistory.FieldFormat, field.TypeEnum) } - if value, ok := _u.mutation.Locale(); ok { - _spec.SetField(emailtemplatehistory.FieldLocale, field.TypeString, value) - } - if value, ok := _u.mutation.SubjectTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldSubjectTemplate, field.TypeString, value) - } if _u.mutation.SubjectTemplateCleared() { _spec.ClearField(emailtemplatehistory.FieldSubjectTemplate, field.TypeString) } - if value, ok := _u.mutation.PreheaderTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldPreheaderTemplate, field.TypeString, value) - } if _u.mutation.PreheaderTemplateCleared() { _spec.ClearField(emailtemplatehistory.FieldPreheaderTemplate, field.TypeString) } - if value, ok := _u.mutation.BodyTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldBodyTemplate, field.TypeString, value) - } if _u.mutation.BodyTemplateCleared() { _spec.ClearField(emailtemplatehistory.FieldBodyTemplate, field.TypeString) } - if value, ok := _u.mutation.TextTemplate(); ok { - _spec.SetField(emailtemplatehistory.FieldTextTemplate, field.TypeString, value) - } if _u.mutation.TextTemplateCleared() { _spec.ClearField(emailtemplatehistory.FieldTextTemplate, field.TypeString) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(emailtemplatehistory.FieldJsonconfig, field.TypeJSON, value) - } if _u.mutation.JsonconfigCleared() { _spec.ClearField(emailtemplatehistory.FieldJsonconfig, field.TypeJSON) } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(emailtemplatehistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(emailtemplatehistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(emailtemplatehistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(emailtemplatehistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(emailtemplatehistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(emailtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedVersion(); ok { - _spec.AddField(emailtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.TemplateContext(); ok { - _spec.SetField(emailtemplatehistory.FieldTemplateContext, field.TypeEnum, value) - } if _u.mutation.TemplateContextCleared() { _spec.ClearField(emailtemplatehistory.FieldTemplateContext, field.TypeEnum) } - if value, ok := _u.mutation.Defaults(); ok { - _spec.SetField(emailtemplatehistory.FieldDefaults, field.TypeJSON, value) - } if _u.mutation.DefaultsCleared() { _spec.ClearField(emailtemplatehistory.FieldDefaults, field.TypeJSON) } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(emailtemplatehistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(emailtemplatehistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.WorkflowDefinitionID(); ok { - _spec.SetField(emailtemplatehistory.FieldWorkflowDefinitionID, field.TypeString, value) - } if _u.mutation.WorkflowDefinitionIDCleared() { _spec.ClearField(emailtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) } - if value, ok := _u.mutation.WorkflowInstanceID(); ok { - _spec.SetField(emailtemplatehistory.FieldWorkflowInstanceID, field.TypeString, value) - } if _u.mutation.WorkflowInstanceIDCleared() { _spec.ClearField(emailtemplatehistory.FieldWorkflowInstanceID, field.TypeString) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(emailtemplatehistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(emailtemplatehistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.EmailTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &EmailTemplateHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/entityhistory/entityhistory.go b/internal/ent/historygenerated/entityhistory/entityhistory.go index d554fae935..740f8629ae 100644 --- a/internal/ent/historygenerated/entityhistory/entityhistory.go +++ b/internal/ent/historygenerated/entityhistory/entityhistory.go @@ -261,8 +261,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/entityhistory_create.go b/internal/ent/historygenerated/entityhistory_create.go index 2c8fec7313..cded961d85 100644 --- a/internal/ent/historygenerated/entityhistory_create.go +++ b/internal/ent/historygenerated/entityhistory_create.go @@ -1128,7 +1128,6 @@ func (_c *EntityHistoryCreate) createSpec() (*EntityHistory, *sqlgraph.CreateSpe _node = &EntityHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(entityhistory.Table, sqlgraph.NewFieldSpec(entityhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EntityHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/entityhistory_delete.go b/internal/ent/historygenerated/entityhistory_delete.go index 058fbb859b..4d3ab42a9f 100644 --- a/internal/ent/historygenerated/entityhistory_delete.go +++ b/internal/ent/historygenerated/entityhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/entityhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // EntityHistoryDelete is the builder for deleting a EntityHistory entity. @@ -45,8 +43,6 @@ func (_d *EntityHistoryDelete) ExecX(ctx context.Context) int { func (_d *EntityHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(entityhistory.Table, sqlgraph.NewFieldSpec(entityhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/entityhistory_query.go b/internal/ent/historygenerated/entityhistory_query.go index ab05bbecde..0d8bc3e98b 100644 --- a/internal/ent/historygenerated/entityhistory_query.go +++ b/internal/ent/historygenerated/entityhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/entityhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type EntityHistoryQuery struct { order []entityhistory.OrderOption inters []Interceptor predicates []predicate.EntityHistory - loadTotal []func(context.Context, []*EntityHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*EntityHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *EntityHistoryQuery) Clone() *EntityHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.EntityHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *EntityHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *EntityHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ func (_q *EntityHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *EntityHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EntityHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *EntityHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *EntityHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *EntityHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ehq *EntityHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "EntityHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *EntityHistorySelect) sqlScan(ctx context.Context, root *EntityHistoryQ defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *EntityHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *EntityHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/entityhistory_update.go b/internal/ent/historygenerated/entityhistory_update.go index dd2d21a967..49f37e0799 100644 --- a/internal/ent/historygenerated/entityhistory_update.go +++ b/internal/ent/historygenerated/entityhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/entityhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // EntityHistoryUpdate is the builder for updating EntityHistory entities. type EntityHistoryUpdate struct { config - hooks []Hook - mutation *EntityHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *EntityHistoryMutation } // Where appends a list predicates to the EntityHistoryUpdate builder. @@ -36,3022 +29,266 @@ func (_u *EntityHistoryUpdate) Where(ps ...predicate.EntityHistory) *EntityHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *EntityHistoryUpdate) SetUpdatedAt(v time.Time) *EntityHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EntityHistoryUpdate) ClearUpdatedAt() *EntityHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the EntityHistoryMutation object of the builder. +func (_u *EntityHistoryUpdate) Mutation() *EntityHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *EntityHistoryUpdate) SetUpdatedBy(v string) *EntityHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *EntityHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableUpdatedBy(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *EntityHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EntityHistoryUpdate) ClearUpdatedBy() *EntityHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EntityHistoryUpdate) SetUpdatedByImpersonator(v string) *EntityHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *EntityHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *EntityHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EntityHistoryUpdate) ClearUpdatedByImpersonator() *EntityHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EntityHistoryUpdate) SetDeletedAt(v time.Time) *EntityHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableDeletedAt(v *time.Time) *EntityHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *EntityHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(entityhistory.Table, entityhistory.Columns, sqlgraph.NewFieldSpec(entityhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EntityHistoryUpdate) ClearDeletedAt() *EntityHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EntityHistoryUpdate) SetDeletedBy(v string) *EntityHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableDeletedBy(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(entityhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EntityHistoryUpdate) ClearDeletedBy() *EntityHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EntityHistoryUpdate) SetTags(v []string) *EntityHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EntityHistoryUpdate) AppendTags(v []string) *EntityHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EntityHistoryUpdate) ClearTags() *EntityHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *EntityHistoryUpdate) SetInternalOwner(v string) *EntityHistoryUpdate { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableInternalOwner(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetInternalOwner(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(entityhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *EntityHistoryUpdate) ClearInternalOwner() *EntityHistoryUpdate { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *EntityHistoryUpdate) SetInternalOwnerUserID(v string) *EntityHistoryUpdate { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableInternalOwnerUserID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetInternalOwnerUserID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(entityhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *EntityHistoryUpdate) ClearInternalOwnerUserID() *EntityHistoryUpdate { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *EntityHistoryUpdate) SetInternalOwnerGroupID(v string) *EntityHistoryUpdate { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableInternalOwnerGroupID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetInternalOwnerGroupID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(entityhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *EntityHistoryUpdate) ClearInternalOwnerGroupID() *EntityHistoryUpdate { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *EntityHistoryUpdate) SetReviewedBy(v string) *EntityHistoryUpdate { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableReviewedBy(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetReviewedBy(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(entityhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *EntityHistoryUpdate) ClearReviewedBy() *EntityHistoryUpdate { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *EntityHistoryUpdate) SetReviewedByUserID(v string) *EntityHistoryUpdate { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableReviewedByUserID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetReviewedByUserID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(entityhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *EntityHistoryUpdate) ClearReviewedByUserID() *EntityHistoryUpdate { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *EntityHistoryUpdate) SetReviewedByGroupID(v string) *EntityHistoryUpdate { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableReviewedByGroupID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetReviewedByGroupID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(entityhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *EntityHistoryUpdate) ClearReviewedByGroupID() *EntityHistoryUpdate { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetLastReviewedAt sets the "last_reviewed_at" field. -func (_u *EntityHistoryUpdate) SetLastReviewedAt(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetLastReviewedAt(v) - return _u -} - -// SetNillableLastReviewedAt sets the "last_reviewed_at" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableLastReviewedAt(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetLastReviewedAt(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(entityhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearLastReviewedAt clears the value of the "last_reviewed_at" field. -func (_u *EntityHistoryUpdate) ClearLastReviewedAt() *EntityHistoryUpdate { - _u.mutation.ClearLastReviewedAt() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EntityHistoryUpdate) SetInternalNotes(v string) *EntityHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableInternalNotes(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(entityhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EntityHistoryUpdate) ClearInternalNotes() *EntityHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EntityHistoryUpdate) SetSystemInternalID(v string) *EntityHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableSystemInternalID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(entityhistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EntityHistoryUpdate) ClearSystemInternalID() *EntityHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEntityRelationshipStateName sets the "entity_relationship_state_name" field. -func (_u *EntityHistoryUpdate) SetEntityRelationshipStateName(v string) *EntityHistoryUpdate { - _u.mutation.SetEntityRelationshipStateName(v) - return _u -} - -// SetNillableEntityRelationshipStateName sets the "entity_relationship_state_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntityRelationshipStateName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntityRelationshipStateName(*v) + if _u.mutation.InternalOwnerCleared() { + _spec.ClearField(entityhistory.FieldInternalOwner, field.TypeString) } - return _u -} - -// ClearEntityRelationshipStateName clears the value of the "entity_relationship_state_name" field. -func (_u *EntityHistoryUpdate) ClearEntityRelationshipStateName() *EntityHistoryUpdate { - _u.mutation.ClearEntityRelationshipStateName() - return _u -} - -// SetEntityRelationshipStateID sets the "entity_relationship_state_id" field. -func (_u *EntityHistoryUpdate) SetEntityRelationshipStateID(v string) *EntityHistoryUpdate { - _u.mutation.SetEntityRelationshipStateID(v) - return _u -} - -// SetNillableEntityRelationshipStateID sets the "entity_relationship_state_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntityRelationshipStateID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntityRelationshipStateID(*v) + if _u.mutation.InternalOwnerUserIDCleared() { + _spec.ClearField(entityhistory.FieldInternalOwnerUserID, field.TypeString) } - return _u -} - -// ClearEntityRelationshipStateID clears the value of the "entity_relationship_state_id" field. -func (_u *EntityHistoryUpdate) ClearEntityRelationshipStateID() *EntityHistoryUpdate { - _u.mutation.ClearEntityRelationshipStateID() - return _u -} - -// SetEntitySecurityQuestionnaireStatusName sets the "entity_security_questionnaire_status_name" field. -func (_u *EntityHistoryUpdate) SetEntitySecurityQuestionnaireStatusName(v string) *EntityHistoryUpdate { - _u.mutation.SetEntitySecurityQuestionnaireStatusName(v) - return _u -} - -// SetNillableEntitySecurityQuestionnaireStatusName sets the "entity_security_questionnaire_status_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntitySecurityQuestionnaireStatusName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntitySecurityQuestionnaireStatusName(*v) + if _u.mutation.InternalOwnerGroupIDCleared() { + _spec.ClearField(entityhistory.FieldInternalOwnerGroupID, field.TypeString) } - return _u -} - -// ClearEntitySecurityQuestionnaireStatusName clears the value of the "entity_security_questionnaire_status_name" field. -func (_u *EntityHistoryUpdate) ClearEntitySecurityQuestionnaireStatusName() *EntityHistoryUpdate { - _u.mutation.ClearEntitySecurityQuestionnaireStatusName() - return _u -} - -// SetEntitySecurityQuestionnaireStatusID sets the "entity_security_questionnaire_status_id" field. -func (_u *EntityHistoryUpdate) SetEntitySecurityQuestionnaireStatusID(v string) *EntityHistoryUpdate { - _u.mutation.SetEntitySecurityQuestionnaireStatusID(v) - return _u -} - -// SetNillableEntitySecurityQuestionnaireStatusID sets the "entity_security_questionnaire_status_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntitySecurityQuestionnaireStatusID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntitySecurityQuestionnaireStatusID(*v) + if _u.mutation.ReviewedByCleared() { + _spec.ClearField(entityhistory.FieldReviewedBy, field.TypeString) } - return _u -} - -// ClearEntitySecurityQuestionnaireStatusID clears the value of the "entity_security_questionnaire_status_id" field. -func (_u *EntityHistoryUpdate) ClearEntitySecurityQuestionnaireStatusID() *EntityHistoryUpdate { - _u.mutation.ClearEntitySecurityQuestionnaireStatusID() - return _u -} - -// SetEntitySourceTypeName sets the "entity_source_type_name" field. -func (_u *EntityHistoryUpdate) SetEntitySourceTypeName(v string) *EntityHistoryUpdate { - _u.mutation.SetEntitySourceTypeName(v) - return _u -} - -// SetNillableEntitySourceTypeName sets the "entity_source_type_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntitySourceTypeName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntitySourceTypeName(*v) + if _u.mutation.ReviewedByUserIDCleared() { + _spec.ClearField(entityhistory.FieldReviewedByUserID, field.TypeString) } - return _u -} - -// ClearEntitySourceTypeName clears the value of the "entity_source_type_name" field. -func (_u *EntityHistoryUpdate) ClearEntitySourceTypeName() *EntityHistoryUpdate { - _u.mutation.ClearEntitySourceTypeName() - return _u -} - -// SetEntitySourceTypeID sets the "entity_source_type_id" field. -func (_u *EntityHistoryUpdate) SetEntitySourceTypeID(v string) *EntityHistoryUpdate { - _u.mutation.SetEntitySourceTypeID(v) - return _u -} - -// SetNillableEntitySourceTypeID sets the "entity_source_type_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntitySourceTypeID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntitySourceTypeID(*v) + if _u.mutation.ReviewedByGroupIDCleared() { + _spec.ClearField(entityhistory.FieldReviewedByGroupID, field.TypeString) } - return _u -} - -// ClearEntitySourceTypeID clears the value of the "entity_source_type_id" field. -func (_u *EntityHistoryUpdate) ClearEntitySourceTypeID() *EntityHistoryUpdate { - _u.mutation.ClearEntitySourceTypeID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *EntityHistoryUpdate) SetEnvironmentName(v string) *EntityHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEnvironmentName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.LastReviewedAtCleared() { + _spec.ClearField(entityhistory.FieldLastReviewedAt, field.TypeTime) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *EntityHistoryUpdate) ClearEnvironmentName() *EntityHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *EntityHistoryUpdate) SetEnvironmentID(v string) *EntityHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEnvironmentID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(entityhistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *EntityHistoryUpdate) ClearEnvironmentID() *EntityHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *EntityHistoryUpdate) SetScopeName(v string) *EntityHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableScopeName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *EntityHistoryUpdate) ClearScopeName() *EntityHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *EntityHistoryUpdate) SetScopeID(v string) *EntityHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableScopeID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *EntityHistoryUpdate) ClearScopeID() *EntityHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetName sets the "name" field. -func (_u *EntityHistoryUpdate) SetName(v string) *EntityHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// ClearName clears the value of the "name" field. -func (_u *EntityHistoryUpdate) ClearName() *EntityHistoryUpdate { - _u.mutation.ClearName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *EntityHistoryUpdate) SetDisplayName(v string) *EntityHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableDisplayName(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *EntityHistoryUpdate) ClearDisplayName() *EntityHistoryUpdate { - _u.mutation.ClearDisplayName() - return _u -} - -// SetDescription sets the "description" field. -func (_u *EntityHistoryUpdate) SetDescription(v string) *EntityHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableDescription(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EntityHistoryUpdate) ClearDescription() *EntityHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *EntityHistoryUpdate) SetDomains(v []string) *EntityHistoryUpdate { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *EntityHistoryUpdate) AppendDomains(v []string) *EntityHistoryUpdate { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *EntityHistoryUpdate) ClearDomains() *EntityHistoryUpdate { - _u.mutation.ClearDomains() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *EntityHistoryUpdate) SetAliases(v []string) *EntityHistoryUpdate { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *EntityHistoryUpdate) AppendAliases(v []string) *EntityHistoryUpdate { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *EntityHistoryUpdate) ClearAliases() *EntityHistoryUpdate { - _u.mutation.ClearAliases() - return _u -} - -// SetEntityTypeID sets the "entity_type_id" field. -func (_u *EntityHistoryUpdate) SetEntityTypeID(v string) *EntityHistoryUpdate { - _u.mutation.SetEntityTypeID(v) - return _u -} - -// SetNillableEntityTypeID sets the "entity_type_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableEntityTypeID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetEntityTypeID(*v) - } - return _u -} - -// ClearEntityTypeID clears the value of the "entity_type_id" field. -func (_u *EntityHistoryUpdate) ClearEntityTypeID() *EntityHistoryUpdate { - _u.mutation.ClearEntityTypeID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *EntityHistoryUpdate) SetStatus(v enums.EntityStatus) *EntityHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableStatus(v *enums.EntityStatus) *EntityHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *EntityHistoryUpdate) ClearStatus() *EntityHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetApprovedForUse sets the "approved_for_use" field. -func (_u *EntityHistoryUpdate) SetApprovedForUse(v bool) *EntityHistoryUpdate { - _u.mutation.SetApprovedForUse(v) - return _u -} - -// SetNillableApprovedForUse sets the "approved_for_use" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableApprovedForUse(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetApprovedForUse(*v) - } - return _u -} - -// ClearApprovedForUse clears the value of the "approved_for_use" field. -func (_u *EntityHistoryUpdate) ClearApprovedForUse() *EntityHistoryUpdate { - _u.mutation.ClearApprovedForUse() - return _u -} - -// SetLinkedAssetIds sets the "linked_asset_ids" field. -func (_u *EntityHistoryUpdate) SetLinkedAssetIds(v []string) *EntityHistoryUpdate { - _u.mutation.SetLinkedAssetIds(v) - return _u -} - -// AppendLinkedAssetIds appends value to the "linked_asset_ids" field. -func (_u *EntityHistoryUpdate) AppendLinkedAssetIds(v []string) *EntityHistoryUpdate { - _u.mutation.AppendLinkedAssetIds(v) - return _u -} - -// ClearLinkedAssetIds clears the value of the "linked_asset_ids" field. -func (_u *EntityHistoryUpdate) ClearLinkedAssetIds() *EntityHistoryUpdate { - _u.mutation.ClearLinkedAssetIds() - return _u -} - -// SetHasSoc2 sets the "has_soc2" field. -func (_u *EntityHistoryUpdate) SetHasSoc2(v bool) *EntityHistoryUpdate { - _u.mutation.SetHasSoc2(v) - return _u -} - -// SetNillableHasSoc2 sets the "has_soc2" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableHasSoc2(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetHasSoc2(*v) - } - return _u -} - -// ClearHasSoc2 clears the value of the "has_soc2" field. -func (_u *EntityHistoryUpdate) ClearHasSoc2() *EntityHistoryUpdate { - _u.mutation.ClearHasSoc2() - return _u -} - -// SetSoc2PeriodEnd sets the "soc2_period_end" field. -func (_u *EntityHistoryUpdate) SetSoc2PeriodEnd(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetSoc2PeriodEnd(v) - return _u -} - -// SetNillableSoc2PeriodEnd sets the "soc2_period_end" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableSoc2PeriodEnd(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetSoc2PeriodEnd(*v) - } - return _u -} - -// ClearSoc2PeriodEnd clears the value of the "soc2_period_end" field. -func (_u *EntityHistoryUpdate) ClearSoc2PeriodEnd() *EntityHistoryUpdate { - _u.mutation.ClearSoc2PeriodEnd() - return _u -} - -// SetContractStartDate sets the "contract_start_date" field. -func (_u *EntityHistoryUpdate) SetContractStartDate(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetContractStartDate(v) - return _u -} - -// SetNillableContractStartDate sets the "contract_start_date" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableContractStartDate(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetContractStartDate(*v) - } - return _u -} - -// ClearContractStartDate clears the value of the "contract_start_date" field. -func (_u *EntityHistoryUpdate) ClearContractStartDate() *EntityHistoryUpdate { - _u.mutation.ClearContractStartDate() - return _u -} - -// SetContractEndDate sets the "contract_end_date" field. -func (_u *EntityHistoryUpdate) SetContractEndDate(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetContractEndDate(v) - return _u -} - -// SetNillableContractEndDate sets the "contract_end_date" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableContractEndDate(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetContractEndDate(*v) - } - return _u -} - -// ClearContractEndDate clears the value of the "contract_end_date" field. -func (_u *EntityHistoryUpdate) ClearContractEndDate() *EntityHistoryUpdate { - _u.mutation.ClearContractEndDate() - return _u -} - -// SetAutoRenews sets the "auto_renews" field. -func (_u *EntityHistoryUpdate) SetAutoRenews(v bool) *EntityHistoryUpdate { - _u.mutation.SetAutoRenews(v) - return _u -} - -// SetNillableAutoRenews sets the "auto_renews" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableAutoRenews(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetAutoRenews(*v) - } - return _u -} - -// ClearAutoRenews clears the value of the "auto_renews" field. -func (_u *EntityHistoryUpdate) ClearAutoRenews() *EntityHistoryUpdate { - _u.mutation.ClearAutoRenews() - return _u -} - -// SetTerminationNoticeDays sets the "termination_notice_days" field. -func (_u *EntityHistoryUpdate) SetTerminationNoticeDays(v int) *EntityHistoryUpdate { - _u.mutation.ResetTerminationNoticeDays() - _u.mutation.SetTerminationNoticeDays(v) - return _u -} - -// SetNillableTerminationNoticeDays sets the "termination_notice_days" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableTerminationNoticeDays(v *int) *EntityHistoryUpdate { - if v != nil { - _u.SetTerminationNoticeDays(*v) - } - return _u -} - -// AddTerminationNoticeDays adds value to the "termination_notice_days" field. -func (_u *EntityHistoryUpdate) AddTerminationNoticeDays(v int) *EntityHistoryUpdate { - _u.mutation.AddTerminationNoticeDays(v) - return _u -} - -// ClearTerminationNoticeDays clears the value of the "termination_notice_days" field. -func (_u *EntityHistoryUpdate) ClearTerminationNoticeDays() *EntityHistoryUpdate { - _u.mutation.ClearTerminationNoticeDays() - return _u -} - -// SetAnnualSpend sets the "annual_spend" field. -func (_u *EntityHistoryUpdate) SetAnnualSpend(v float64) *EntityHistoryUpdate { - _u.mutation.ResetAnnualSpend() - _u.mutation.SetAnnualSpend(v) - return _u -} - -// SetNillableAnnualSpend sets the "annual_spend" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableAnnualSpend(v *float64) *EntityHistoryUpdate { - if v != nil { - _u.SetAnnualSpend(*v) - } - return _u -} - -// AddAnnualSpend adds value to the "annual_spend" field. -func (_u *EntityHistoryUpdate) AddAnnualSpend(v float64) *EntityHistoryUpdate { - _u.mutation.AddAnnualSpend(v) - return _u -} - -// ClearAnnualSpend clears the value of the "annual_spend" field. -func (_u *EntityHistoryUpdate) ClearAnnualSpend() *EntityHistoryUpdate { - _u.mutation.ClearAnnualSpend() - return _u -} - -// SetSpendCurrency sets the "spend_currency" field. -func (_u *EntityHistoryUpdate) SetSpendCurrency(v string) *EntityHistoryUpdate { - _u.mutation.SetSpendCurrency(v) - return _u -} - -// SetNillableSpendCurrency sets the "spend_currency" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableSpendCurrency(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetSpendCurrency(*v) - } - return _u -} - -// ClearSpendCurrency clears the value of the "spend_currency" field. -func (_u *EntityHistoryUpdate) ClearSpendCurrency() *EntityHistoryUpdate { - _u.mutation.ClearSpendCurrency() - return _u -} - -// SetBillingModel sets the "billing_model" field. -func (_u *EntityHistoryUpdate) SetBillingModel(v string) *EntityHistoryUpdate { - _u.mutation.SetBillingModel(v) - return _u -} - -// SetNillableBillingModel sets the "billing_model" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableBillingModel(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetBillingModel(*v) - } - return _u -} - -// ClearBillingModel clears the value of the "billing_model" field. -func (_u *EntityHistoryUpdate) ClearBillingModel() *EntityHistoryUpdate { - _u.mutation.ClearBillingModel() - return _u -} - -// SetRenewalRisk sets the "renewal_risk" field. -func (_u *EntityHistoryUpdate) SetRenewalRisk(v string) *EntityHistoryUpdate { - _u.mutation.SetRenewalRisk(v) - return _u -} - -// SetNillableRenewalRisk sets the "renewal_risk" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableRenewalRisk(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetRenewalRisk(*v) - } - return _u -} - -// ClearRenewalRisk clears the value of the "renewal_risk" field. -func (_u *EntityHistoryUpdate) ClearRenewalRisk() *EntityHistoryUpdate { - _u.mutation.ClearRenewalRisk() - return _u -} - -// SetSSOEnforced sets the "sso_enforced" field. -func (_u *EntityHistoryUpdate) SetSSOEnforced(v bool) *EntityHistoryUpdate { - _u.mutation.SetSSOEnforced(v) - return _u -} - -// SetNillableSSOEnforced sets the "sso_enforced" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableSSOEnforced(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetSSOEnforced(*v) - } - return _u -} - -// ClearSSOEnforced clears the value of the "sso_enforced" field. -func (_u *EntityHistoryUpdate) ClearSSOEnforced() *EntityHistoryUpdate { - _u.mutation.ClearSSOEnforced() - return _u -} - -// SetMfaSupported sets the "mfa_supported" field. -func (_u *EntityHistoryUpdate) SetMfaSupported(v bool) *EntityHistoryUpdate { - _u.mutation.SetMfaSupported(v) - return _u -} - -// SetNillableMfaSupported sets the "mfa_supported" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableMfaSupported(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetMfaSupported(*v) - } - return _u -} - -// ClearMfaSupported clears the value of the "mfa_supported" field. -func (_u *EntityHistoryUpdate) ClearMfaSupported() *EntityHistoryUpdate { - _u.mutation.ClearMfaSupported() - return _u -} - -// SetMfaEnforced sets the "mfa_enforced" field. -func (_u *EntityHistoryUpdate) SetMfaEnforced(v bool) *EntityHistoryUpdate { - _u.mutation.SetMfaEnforced(v) - return _u -} - -// SetNillableMfaEnforced sets the "mfa_enforced" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableMfaEnforced(v *bool) *EntityHistoryUpdate { - if v != nil { - _u.SetMfaEnforced(*v) - } - return _u -} - -// ClearMfaEnforced clears the value of the "mfa_enforced" field. -func (_u *EntityHistoryUpdate) ClearMfaEnforced() *EntityHistoryUpdate { - _u.mutation.ClearMfaEnforced() - return _u -} - -// SetStatusPageURL sets the "status_page_url" field. -func (_u *EntityHistoryUpdate) SetStatusPageURL(v string) *EntityHistoryUpdate { - _u.mutation.SetStatusPageURL(v) - return _u -} - -// SetNillableStatusPageURL sets the "status_page_url" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableStatusPageURL(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetStatusPageURL(*v) - } - return _u -} - -// ClearStatusPageURL clears the value of the "status_page_url" field. -func (_u *EntityHistoryUpdate) ClearStatusPageURL() *EntityHistoryUpdate { - _u.mutation.ClearStatusPageURL() - return _u -} - -// SetProvidedServices sets the "provided_services" field. -func (_u *EntityHistoryUpdate) SetProvidedServices(v []string) *EntityHistoryUpdate { - _u.mutation.SetProvidedServices(v) - return _u -} - -// AppendProvidedServices appends value to the "provided_services" field. -func (_u *EntityHistoryUpdate) AppendProvidedServices(v []string) *EntityHistoryUpdate { - _u.mutation.AppendProvidedServices(v) - return _u -} - -// ClearProvidedServices clears the value of the "provided_services" field. -func (_u *EntityHistoryUpdate) ClearProvidedServices() *EntityHistoryUpdate { - _u.mutation.ClearProvidedServices() - return _u -} - -// SetLinks sets the "links" field. -func (_u *EntityHistoryUpdate) SetLinks(v []string) *EntityHistoryUpdate { - _u.mutation.SetLinks(v) - return _u -} - -// AppendLinks appends value to the "links" field. -func (_u *EntityHistoryUpdate) AppendLinks(v []string) *EntityHistoryUpdate { - _u.mutation.AppendLinks(v) - return _u -} - -// ClearLinks clears the value of the "links" field. -func (_u *EntityHistoryUpdate) ClearLinks() *EntityHistoryUpdate { - _u.mutation.ClearLinks() - return _u -} - -// SetRiskRating sets the "risk_rating" field. -func (_u *EntityHistoryUpdate) SetRiskRating(v string) *EntityHistoryUpdate { - _u.mutation.SetRiskRating(v) - return _u -} - -// SetNillableRiskRating sets the "risk_rating" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableRiskRating(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetRiskRating(*v) - } - return _u -} - -// ClearRiskRating clears the value of the "risk_rating" field. -func (_u *EntityHistoryUpdate) ClearRiskRating() *EntityHistoryUpdate { - _u.mutation.ClearRiskRating() - return _u -} - -// SetRiskScore sets the "risk_score" field. -func (_u *EntityHistoryUpdate) SetRiskScore(v int) *EntityHistoryUpdate { - _u.mutation.ResetRiskScore() - _u.mutation.SetRiskScore(v) - return _u -} - -// SetNillableRiskScore sets the "risk_score" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableRiskScore(v *int) *EntityHistoryUpdate { - if v != nil { - _u.SetRiskScore(*v) - } - return _u -} - -// AddRiskScore adds value to the "risk_score" field. -func (_u *EntityHistoryUpdate) AddRiskScore(v int) *EntityHistoryUpdate { - _u.mutation.AddRiskScore(v) - return _u -} - -// ClearRiskScore clears the value of the "risk_score" field. -func (_u *EntityHistoryUpdate) ClearRiskScore() *EntityHistoryUpdate { - _u.mutation.ClearRiskScore() - return _u -} - -// SetRiskScoreCoverage sets the "risk_score_coverage" field. -func (_u *EntityHistoryUpdate) SetRiskScoreCoverage(v int) *EntityHistoryUpdate { - _u.mutation.ResetRiskScoreCoverage() - _u.mutation.SetRiskScoreCoverage(v) - return _u -} - -// SetNillableRiskScoreCoverage sets the "risk_score_coverage" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableRiskScoreCoverage(v *int) *EntityHistoryUpdate { - if v != nil { - _u.SetRiskScoreCoverage(*v) - } - return _u -} - -// AddRiskScoreCoverage adds value to the "risk_score_coverage" field. -func (_u *EntityHistoryUpdate) AddRiskScoreCoverage(v int) *EntityHistoryUpdate { - _u.mutation.AddRiskScoreCoverage(v) - return _u -} - -// ClearRiskScoreCoverage clears the value of the "risk_score_coverage" field. -func (_u *EntityHistoryUpdate) ClearRiskScoreCoverage() *EntityHistoryUpdate { - _u.mutation.ClearRiskScoreCoverage() - return _u -} - -// SetTier sets the "tier" field. -func (_u *EntityHistoryUpdate) SetTier(v enums.VendorTier) *EntityHistoryUpdate { - _u.mutation.SetTier(v) - return _u -} - -// SetNillableTier sets the "tier" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableTier(v *enums.VendorTier) *EntityHistoryUpdate { - if v != nil { - _u.SetTier(*v) - } - return _u -} - -// ClearTier clears the value of the "tier" field. -func (_u *EntityHistoryUpdate) ClearTier() *EntityHistoryUpdate { - _u.mutation.ClearTier() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *EntityHistoryUpdate) SetReviewFrequency(v enums.Frequency) *EntityHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *EntityHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *EntityHistoryUpdate) ClearReviewFrequency() *EntityHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetNextReviewAt sets the "next_review_at" field. -func (_u *EntityHistoryUpdate) SetNextReviewAt(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetNextReviewAt(v) - return _u -} - -// SetNillableNextReviewAt sets the "next_review_at" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableNextReviewAt(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetNextReviewAt(*v) - } - return _u -} - -// ClearNextReviewAt clears the value of the "next_review_at" field. -func (_u *EntityHistoryUpdate) ClearNextReviewAt() *EntityHistoryUpdate { - _u.mutation.ClearNextReviewAt() - return _u -} - -// SetContractRenewalAt sets the "contract_renewal_at" field. -func (_u *EntityHistoryUpdate) SetContractRenewalAt(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetContractRenewalAt(v) - return _u -} - -// SetNillableContractRenewalAt sets the "contract_renewal_at" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableContractRenewalAt(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetContractRenewalAt(*v) - } - return _u -} - -// ClearContractRenewalAt clears the value of the "contract_renewal_at" field. -func (_u *EntityHistoryUpdate) ClearContractRenewalAt() *EntityHistoryUpdate { - _u.mutation.ClearContractRenewalAt() - return _u -} - -// SetVendorMetadata sets the "vendor_metadata" field. -func (_u *EntityHistoryUpdate) SetVendorMetadata(v map[string]interface{}) *EntityHistoryUpdate { - _u.mutation.SetVendorMetadata(v) - return _u -} - -// ClearVendorMetadata clears the value of the "vendor_metadata" field. -func (_u *EntityHistoryUpdate) ClearVendorMetadata() *EntityHistoryUpdate { - _u.mutation.ClearVendorMetadata() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *EntityHistoryUpdate) SetLogoRemoteURL(v string) *EntityHistoryUpdate { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableLogoRemoteURL(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetLogoRemoteURL(*v) - } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *EntityHistoryUpdate) ClearLogoRemoteURL() *EntityHistoryUpdate { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *EntityHistoryUpdate) SetLogoFileID(v string) *EntityHistoryUpdate { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableLogoFileID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *EntityHistoryUpdate) ClearLogoFileID() *EntityHistoryUpdate { - _u.mutation.ClearLogoFileID() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *EntityHistoryUpdate) SetExternalID(v string) *EntityHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableExternalID(v *string) *EntityHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *EntityHistoryUpdate) ClearExternalID() *EntityHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *EntityHistoryUpdate) SetObservedAt(v models.DateTime) *EntityHistoryUpdate { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *EntityHistoryUpdate) SetNillableObservedAt(v *models.DateTime) *EntityHistoryUpdate { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *EntityHistoryUpdate) ClearObservedAt() *EntityHistoryUpdate { - _u.mutation.ClearObservedAt() - return _u -} - -// Mutation returns the EntityHistoryMutation object of the builder. -func (_u *EntityHistoryUpdate) Mutation() *EntityHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *EntityHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *EntityHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *EntityHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *EntityHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *EntityHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if entityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized entityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := entityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EntityHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := entityhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Tier(); ok { - if err := entityhistory.TierValidator(v); err != nil { - return &ValidationError{Name: "tier", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.tier": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := entityhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EntityHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EntityHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *EntityHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(entityhistory.Table, entityhistory.Columns, sqlgraph.NewFieldSpec(entityhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(entityhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(entityhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(entityhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(entityhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(entityhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(entityhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(entityhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(entityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(entityhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(entityhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(entityhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(entityhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(entityhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(entityhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(entityhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(entityhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(entityhistory.FieldInternalOwner, field.TypeString, value) - } - if _u.mutation.InternalOwnerCleared() { - _spec.ClearField(entityhistory.FieldInternalOwner, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(entityhistory.FieldInternalOwnerUserID, field.TypeString, value) - } - if _u.mutation.InternalOwnerUserIDCleared() { - _spec.ClearField(entityhistory.FieldInternalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(entityhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.InternalOwnerGroupIDCleared() { - _spec.ClearField(entityhistory.FieldInternalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(entityhistory.FieldReviewedBy, field.TypeString, value) - } - if _u.mutation.ReviewedByCleared() { - _spec.ClearField(entityhistory.FieldReviewedBy, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(entityhistory.FieldReviewedByUserID, field.TypeString, value) - } - if _u.mutation.ReviewedByUserIDCleared() { - _spec.ClearField(entityhistory.FieldReviewedByUserID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(entityhistory.FieldReviewedByGroupID, field.TypeString, value) - } - if _u.mutation.ReviewedByGroupIDCleared() { - _spec.ClearField(entityhistory.FieldReviewedByGroupID, field.TypeString) - } - if value, ok := _u.mutation.LastReviewedAt(); ok { - _spec.SetField(entityhistory.FieldLastReviewedAt, field.TypeTime, value) - } - if _u.mutation.LastReviewedAtCleared() { - _spec.ClearField(entityhistory.FieldLastReviewedAt, field.TypeTime) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(entityhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(entityhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(entityhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(entityhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(entityhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EntityRelationshipStateName(); ok { - _spec.SetField(entityhistory.FieldEntityRelationshipStateName, field.TypeString, value) - } - if _u.mutation.EntityRelationshipStateNameCleared() { - _spec.ClearField(entityhistory.FieldEntityRelationshipStateName, field.TypeString) - } - if value, ok := _u.mutation.EntityRelationshipStateID(); ok { - _spec.SetField(entityhistory.FieldEntityRelationshipStateID, field.TypeString, value) - } - if _u.mutation.EntityRelationshipStateIDCleared() { - _spec.ClearField(entityhistory.FieldEntityRelationshipStateID, field.TypeString) - } - if value, ok := _u.mutation.EntitySecurityQuestionnaireStatusName(); ok { - _spec.SetField(entityhistory.FieldEntitySecurityQuestionnaireStatusName, field.TypeString, value) - } - if _u.mutation.EntitySecurityQuestionnaireStatusNameCleared() { - _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusName, field.TypeString) - } - if value, ok := _u.mutation.EntitySecurityQuestionnaireStatusID(); ok { - _spec.SetField(entityhistory.FieldEntitySecurityQuestionnaireStatusID, field.TypeString, value) - } - if _u.mutation.EntitySecurityQuestionnaireStatusIDCleared() { - _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusID, field.TypeString) - } - if value, ok := _u.mutation.EntitySourceTypeName(); ok { - _spec.SetField(entityhistory.FieldEntitySourceTypeName, field.TypeString, value) - } - if _u.mutation.EntitySourceTypeNameCleared() { - _spec.ClearField(entityhistory.FieldEntitySourceTypeName, field.TypeString) - } - if value, ok := _u.mutation.EntitySourceTypeID(); ok { - _spec.SetField(entityhistory.FieldEntitySourceTypeID, field.TypeString, value) - } - if _u.mutation.EntitySourceTypeIDCleared() { - _spec.ClearField(entityhistory.FieldEntitySourceTypeID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(entityhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(entityhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(entityhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(entityhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(entityhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(entityhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(entityhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(entityhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(entityhistory.FieldName, field.TypeString, value) - } - if _u.mutation.NameCleared() { - _spec.ClearField(entityhistory.FieldName, field.TypeString) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(entityhistory.FieldDisplayName, field.TypeString, value) - } - if _u.mutation.DisplayNameCleared() { - _spec.ClearField(entityhistory.FieldDisplayName, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(entityhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(entityhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(entityhistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldDomains, value) - }) - } - if _u.mutation.DomainsCleared() { - _spec.ClearField(entityhistory.FieldDomains, field.TypeJSON) - } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(entityhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldAliases, value) - }) - } - if _u.mutation.AliasesCleared() { - _spec.ClearField(entityhistory.FieldAliases, field.TypeJSON) - } - if value, ok := _u.mutation.EntityTypeID(); ok { - _spec.SetField(entityhistory.FieldEntityTypeID, field.TypeString, value) - } - if _u.mutation.EntityTypeIDCleared() { - _spec.ClearField(entityhistory.FieldEntityTypeID, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(entityhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(entityhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ApprovedForUse(); ok { - _spec.SetField(entityhistory.FieldApprovedForUse, field.TypeBool, value) - } - if _u.mutation.ApprovedForUseCleared() { - _spec.ClearField(entityhistory.FieldApprovedForUse, field.TypeBool) - } - if value, ok := _u.mutation.LinkedAssetIds(); ok { - _spec.SetField(entityhistory.FieldLinkedAssetIds, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedLinkedAssetIds(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldLinkedAssetIds, value) - }) - } - if _u.mutation.LinkedAssetIdsCleared() { - _spec.ClearField(entityhistory.FieldLinkedAssetIds, field.TypeJSON) - } - if value, ok := _u.mutation.HasSoc2(); ok { - _spec.SetField(entityhistory.FieldHasSoc2, field.TypeBool, value) - } - if _u.mutation.HasSoc2Cleared() { - _spec.ClearField(entityhistory.FieldHasSoc2, field.TypeBool) - } - if value, ok := _u.mutation.Soc2PeriodEnd(); ok { - _spec.SetField(entityhistory.FieldSoc2PeriodEnd, field.TypeTime, value) - } - if _u.mutation.Soc2PeriodEndCleared() { - _spec.ClearField(entityhistory.FieldSoc2PeriodEnd, field.TypeTime) - } - if value, ok := _u.mutation.ContractStartDate(); ok { - _spec.SetField(entityhistory.FieldContractStartDate, field.TypeTime, value) - } - if _u.mutation.ContractStartDateCleared() { - _spec.ClearField(entityhistory.FieldContractStartDate, field.TypeTime) - } - if value, ok := _u.mutation.ContractEndDate(); ok { - _spec.SetField(entityhistory.FieldContractEndDate, field.TypeTime, value) - } - if _u.mutation.ContractEndDateCleared() { - _spec.ClearField(entityhistory.FieldContractEndDate, field.TypeTime) - } - if value, ok := _u.mutation.AutoRenews(); ok { - _spec.SetField(entityhistory.FieldAutoRenews, field.TypeBool, value) - } - if _u.mutation.AutoRenewsCleared() { - _spec.ClearField(entityhistory.FieldAutoRenews, field.TypeBool) - } - if value, ok := _u.mutation.TerminationNoticeDays(); ok { - _spec.SetField(entityhistory.FieldTerminationNoticeDays, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedTerminationNoticeDays(); ok { - _spec.AddField(entityhistory.FieldTerminationNoticeDays, field.TypeInt, value) - } - if _u.mutation.TerminationNoticeDaysCleared() { - _spec.ClearField(entityhistory.FieldTerminationNoticeDays, field.TypeInt) - } - if value, ok := _u.mutation.AnnualSpend(); ok { - _spec.SetField(entityhistory.FieldAnnualSpend, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedAnnualSpend(); ok { - _spec.AddField(entityhistory.FieldAnnualSpend, field.TypeFloat64, value) - } - if _u.mutation.AnnualSpendCleared() { - _spec.ClearField(entityhistory.FieldAnnualSpend, field.TypeFloat64) - } - if value, ok := _u.mutation.SpendCurrency(); ok { - _spec.SetField(entityhistory.FieldSpendCurrency, field.TypeString, value) - } - if _u.mutation.SpendCurrencyCleared() { - _spec.ClearField(entityhistory.FieldSpendCurrency, field.TypeString) - } - if value, ok := _u.mutation.BillingModel(); ok { - _spec.SetField(entityhistory.FieldBillingModel, field.TypeString, value) - } - if _u.mutation.BillingModelCleared() { - _spec.ClearField(entityhistory.FieldBillingModel, field.TypeString) - } - if value, ok := _u.mutation.RenewalRisk(); ok { - _spec.SetField(entityhistory.FieldRenewalRisk, field.TypeString, value) - } - if _u.mutation.RenewalRiskCleared() { - _spec.ClearField(entityhistory.FieldRenewalRisk, field.TypeString) - } - if value, ok := _u.mutation.SSOEnforced(); ok { - _spec.SetField(entityhistory.FieldSSOEnforced, field.TypeBool, value) - } - if _u.mutation.SSOEnforcedCleared() { - _spec.ClearField(entityhistory.FieldSSOEnforced, field.TypeBool) - } - if value, ok := _u.mutation.MfaSupported(); ok { - _spec.SetField(entityhistory.FieldMfaSupported, field.TypeBool, value) - } - if _u.mutation.MfaSupportedCleared() { - _spec.ClearField(entityhistory.FieldMfaSupported, field.TypeBool) - } - if value, ok := _u.mutation.MfaEnforced(); ok { - _spec.SetField(entityhistory.FieldMfaEnforced, field.TypeBool, value) - } - if _u.mutation.MfaEnforcedCleared() { - _spec.ClearField(entityhistory.FieldMfaEnforced, field.TypeBool) - } - if value, ok := _u.mutation.StatusPageURL(); ok { - _spec.SetField(entityhistory.FieldStatusPageURL, field.TypeString, value) - } - if _u.mutation.StatusPageURLCleared() { - _spec.ClearField(entityhistory.FieldStatusPageURL, field.TypeString) - } - if value, ok := _u.mutation.ProvidedServices(); ok { - _spec.SetField(entityhistory.FieldProvidedServices, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedProvidedServices(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldProvidedServices, value) - }) - } - if _u.mutation.ProvidedServicesCleared() { - _spec.ClearField(entityhistory.FieldProvidedServices, field.TypeJSON) - } - if value, ok := _u.mutation.Links(); ok { - _spec.SetField(entityhistory.FieldLinks, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedLinks(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldLinks, value) - }) - } - if _u.mutation.LinksCleared() { - _spec.ClearField(entityhistory.FieldLinks, field.TypeJSON) - } - if value, ok := _u.mutation.RiskRating(); ok { - _spec.SetField(entityhistory.FieldRiskRating, field.TypeString, value) - } - if _u.mutation.RiskRatingCleared() { - _spec.ClearField(entityhistory.FieldRiskRating, field.TypeString) - } - if value, ok := _u.mutation.RiskScore(); ok { - _spec.SetField(entityhistory.FieldRiskScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRiskScore(); ok { - _spec.AddField(entityhistory.FieldRiskScore, field.TypeInt, value) - } - if _u.mutation.RiskScoreCleared() { - _spec.ClearField(entityhistory.FieldRiskScore, field.TypeInt) - } - if value, ok := _u.mutation.RiskScoreCoverage(); ok { - _spec.SetField(entityhistory.FieldRiskScoreCoverage, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRiskScoreCoverage(); ok { - _spec.AddField(entityhistory.FieldRiskScoreCoverage, field.TypeInt, value) - } - if _u.mutation.RiskScoreCoverageCleared() { - _spec.ClearField(entityhistory.FieldRiskScoreCoverage, field.TypeInt) - } - if value, ok := _u.mutation.Tier(); ok { - _spec.SetField(entityhistory.FieldTier, field.TypeEnum, value) - } - if _u.mutation.TierCleared() { - _spec.ClearField(entityhistory.FieldTier, field.TypeEnum) - } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(entityhistory.FieldReviewFrequency, field.TypeEnum, value) - } - if _u.mutation.ReviewFrequencyCleared() { - _spec.ClearField(entityhistory.FieldReviewFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.NextReviewAt(); ok { - _spec.SetField(entityhistory.FieldNextReviewAt, field.TypeTime, value) - } - if _u.mutation.NextReviewAtCleared() { - _spec.ClearField(entityhistory.FieldNextReviewAt, field.TypeTime) - } - if value, ok := _u.mutation.ContractRenewalAt(); ok { - _spec.SetField(entityhistory.FieldContractRenewalAt, field.TypeTime, value) - } - if _u.mutation.ContractRenewalAtCleared() { - _spec.ClearField(entityhistory.FieldContractRenewalAt, field.TypeTime) - } - if value, ok := _u.mutation.VendorMetadata(); ok { - _spec.SetField(entityhistory.FieldVendorMetadata, field.TypeJSON, value) - } - if _u.mutation.VendorMetadataCleared() { - _spec.ClearField(entityhistory.FieldVendorMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(entityhistory.FieldLogoRemoteURL, field.TypeString, value) - } - if _u.mutation.LogoRemoteURLCleared() { - _spec.ClearField(entityhistory.FieldLogoRemoteURL, field.TypeString) - } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(entityhistory.FieldLogoFileID, field.TypeString, value) - } - if _u.mutation.LogoFileIDCleared() { - _spec.ClearField(entityhistory.FieldLogoFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(entityhistory.FieldExternalID, field.TypeString, value) - } - if _u.mutation.ExternalIDCleared() { - _spec.ClearField(entityhistory.FieldExternalID, field.TypeString) - } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(entityhistory.FieldObservedAt, field.TypeTime, value) - } - if _u.mutation.ObservedAtCleared() { - _spec.ClearField(entityhistory.FieldObservedAt, field.TypeTime) - } - _spec.Node.Schema = _u.schemaConfig.EntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{entityhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// EntityHistoryUpdateOne is the builder for updating a single EntityHistory entity. -type EntityHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *EntityHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *EntityHistoryUpdateOne) SetUpdatedAt(v time.Time) *EntityHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EntityHistoryUpdateOne) ClearUpdatedAt() *EntityHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EntityHistoryUpdateOne) SetUpdatedBy(v string) *EntityHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableUpdatedBy(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EntityHistoryUpdateOne) ClearUpdatedBy() *EntityHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EntityHistoryUpdateOne) SetUpdatedByImpersonator(v string) *EntityHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EntityHistoryUpdateOne) ClearUpdatedByImpersonator() *EntityHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EntityHistoryUpdateOne) SetDeletedAt(v time.Time) *EntityHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *EntityHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EntityHistoryUpdateOne) ClearDeletedAt() *EntityHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EntityHistoryUpdateOne) SetDeletedBy(v string) *EntityHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableDeletedBy(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EntityHistoryUpdateOne) ClearDeletedBy() *EntityHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EntityHistoryUpdateOne) SetTags(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EntityHistoryUpdateOne) AppendTags(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EntityHistoryUpdateOne) ClearTags() *EntityHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *EntityHistoryUpdateOne) SetInternalOwner(v string) *EntityHistoryUpdateOne { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableInternalOwner(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *EntityHistoryUpdateOne) ClearInternalOwner() *EntityHistoryUpdateOne { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *EntityHistoryUpdateOne) SetInternalOwnerUserID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableInternalOwnerUserID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *EntityHistoryUpdateOne) ClearInternalOwnerUserID() *EntityHistoryUpdateOne { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *EntityHistoryUpdateOne) SetInternalOwnerGroupID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableInternalOwnerGroupID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerGroupID(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(entityhistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *EntityHistoryUpdateOne) ClearInternalOwnerGroupID() *EntityHistoryUpdateOne { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *EntityHistoryUpdateOne) SetReviewedBy(v string) *EntityHistoryUpdateOne { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableReviewedBy(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetReviewedBy(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(entityhistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *EntityHistoryUpdateOne) ClearReviewedBy() *EntityHistoryUpdateOne { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *EntityHistoryUpdateOne) SetReviewedByUserID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableReviewedByUserID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetReviewedByUserID(*v) + if _u.mutation.EntityRelationshipStateNameCleared() { + _spec.ClearField(entityhistory.FieldEntityRelationshipStateName, field.TypeString) } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *EntityHistoryUpdateOne) ClearReviewedByUserID() *EntityHistoryUpdateOne { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *EntityHistoryUpdateOne) SetReviewedByGroupID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableReviewedByGroupID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetReviewedByGroupID(*v) + if _u.mutation.EntityRelationshipStateIDCleared() { + _spec.ClearField(entityhistory.FieldEntityRelationshipStateID, field.TypeString) } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *EntityHistoryUpdateOne) ClearReviewedByGroupID() *EntityHistoryUpdateOne { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetLastReviewedAt sets the "last_reviewed_at" field. -func (_u *EntityHistoryUpdateOne) SetLastReviewedAt(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetLastReviewedAt(v) - return _u -} - -// SetNillableLastReviewedAt sets the "last_reviewed_at" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableLastReviewedAt(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetLastReviewedAt(*v) + if _u.mutation.EntitySecurityQuestionnaireStatusNameCleared() { + _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusName, field.TypeString) } - return _u -} - -// ClearLastReviewedAt clears the value of the "last_reviewed_at" field. -func (_u *EntityHistoryUpdateOne) ClearLastReviewedAt() *EntityHistoryUpdateOne { - _u.mutation.ClearLastReviewedAt() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EntityHistoryUpdateOne) SetInternalNotes(v string) *EntityHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableInternalNotes(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.EntitySecurityQuestionnaireStatusIDCleared() { + _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusID, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EntityHistoryUpdateOne) ClearInternalNotes() *EntityHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EntityHistoryUpdateOne) SetSystemInternalID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableSystemInternalID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.EntitySourceTypeNameCleared() { + _spec.ClearField(entityhistory.FieldEntitySourceTypeName, field.TypeString) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EntityHistoryUpdateOne) ClearSystemInternalID() *EntityHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEntityRelationshipStateName sets the "entity_relationship_state_name" field. -func (_u *EntityHistoryUpdateOne) SetEntityRelationshipStateName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntityRelationshipStateName(v) - return _u -} - -// SetNillableEntityRelationshipStateName sets the "entity_relationship_state_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntityRelationshipStateName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntityRelationshipStateName(*v) + if _u.mutation.EntitySourceTypeIDCleared() { + _spec.ClearField(entityhistory.FieldEntitySourceTypeID, field.TypeString) } - return _u -} - -// ClearEntityRelationshipStateName clears the value of the "entity_relationship_state_name" field. -func (_u *EntityHistoryUpdateOne) ClearEntityRelationshipStateName() *EntityHistoryUpdateOne { - _u.mutation.ClearEntityRelationshipStateName() - return _u -} - -// SetEntityRelationshipStateID sets the "entity_relationship_state_id" field. -func (_u *EntityHistoryUpdateOne) SetEntityRelationshipStateID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntityRelationshipStateID(v) - return _u -} - -// SetNillableEntityRelationshipStateID sets the "entity_relationship_state_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntityRelationshipStateID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntityRelationshipStateID(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(entityhistory.FieldEnvironmentName, field.TypeString) } - return _u -} - -// ClearEntityRelationshipStateID clears the value of the "entity_relationship_state_id" field. -func (_u *EntityHistoryUpdateOne) ClearEntityRelationshipStateID() *EntityHistoryUpdateOne { - _u.mutation.ClearEntityRelationshipStateID() - return _u -} - -// SetEntitySecurityQuestionnaireStatusName sets the "entity_security_questionnaire_status_name" field. -func (_u *EntityHistoryUpdateOne) SetEntitySecurityQuestionnaireStatusName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntitySecurityQuestionnaireStatusName(v) - return _u -} - -// SetNillableEntitySecurityQuestionnaireStatusName sets the "entity_security_questionnaire_status_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntitySecurityQuestionnaireStatusName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntitySecurityQuestionnaireStatusName(*v) + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(entityhistory.FieldEnvironmentID, field.TypeString) } - return _u -} - -// ClearEntitySecurityQuestionnaireStatusName clears the value of the "entity_security_questionnaire_status_name" field. -func (_u *EntityHistoryUpdateOne) ClearEntitySecurityQuestionnaireStatusName() *EntityHistoryUpdateOne { - _u.mutation.ClearEntitySecurityQuestionnaireStatusName() - return _u -} - -// SetEntitySecurityQuestionnaireStatusID sets the "entity_security_questionnaire_status_id" field. -func (_u *EntityHistoryUpdateOne) SetEntitySecurityQuestionnaireStatusID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntitySecurityQuestionnaireStatusID(v) - return _u -} - -// SetNillableEntitySecurityQuestionnaireStatusID sets the "entity_security_questionnaire_status_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntitySecurityQuestionnaireStatusID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntitySecurityQuestionnaireStatusID(*v) + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(entityhistory.FieldScopeName, field.TypeString) } - return _u -} - -// ClearEntitySecurityQuestionnaireStatusID clears the value of the "entity_security_questionnaire_status_id" field. -func (_u *EntityHistoryUpdateOne) ClearEntitySecurityQuestionnaireStatusID() *EntityHistoryUpdateOne { - _u.mutation.ClearEntitySecurityQuestionnaireStatusID() - return _u -} - -// SetEntitySourceTypeName sets the "entity_source_type_name" field. -func (_u *EntityHistoryUpdateOne) SetEntitySourceTypeName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntitySourceTypeName(v) - return _u -} - -// SetNillableEntitySourceTypeName sets the "entity_source_type_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntitySourceTypeName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntitySourceTypeName(*v) + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(entityhistory.FieldScopeID, field.TypeString) } - return _u -} - -// ClearEntitySourceTypeName clears the value of the "entity_source_type_name" field. -func (_u *EntityHistoryUpdateOne) ClearEntitySourceTypeName() *EntityHistoryUpdateOne { - _u.mutation.ClearEntitySourceTypeName() - return _u -} - -// SetEntitySourceTypeID sets the "entity_source_type_id" field. -func (_u *EntityHistoryUpdateOne) SetEntitySourceTypeID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntitySourceTypeID(v) - return _u -} - -// SetNillableEntitySourceTypeID sets the "entity_source_type_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntitySourceTypeID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntitySourceTypeID(*v) + if _u.mutation.NameCleared() { + _spec.ClearField(entityhistory.FieldName, field.TypeString) } - return _u -} - -// ClearEntitySourceTypeID clears the value of the "entity_source_type_id" field. -func (_u *EntityHistoryUpdateOne) ClearEntitySourceTypeID() *EntityHistoryUpdateOne { - _u.mutation.ClearEntitySourceTypeID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *EntityHistoryUpdateOne) SetEnvironmentName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEnvironmentName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.DisplayNameCleared() { + _spec.ClearField(entityhistory.FieldDisplayName, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *EntityHistoryUpdateOne) ClearEnvironmentName() *EntityHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *EntityHistoryUpdateOne) SetEnvironmentID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEnvironmentID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(entityhistory.FieldDescription, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *EntityHistoryUpdateOne) ClearEnvironmentID() *EntityHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *EntityHistoryUpdateOne) SetScopeName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableScopeName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.DomainsCleared() { + _spec.ClearField(entityhistory.FieldDomains, field.TypeJSON) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *EntityHistoryUpdateOne) ClearScopeName() *EntityHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *EntityHistoryUpdateOne) SetScopeID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableScopeID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.AliasesCleared() { + _spec.ClearField(entityhistory.FieldAliases, field.TypeJSON) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *EntityHistoryUpdateOne) ClearScopeID() *EntityHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetName sets the "name" field. -func (_u *EntityHistoryUpdateOne) SetName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetName(*v) + if _u.mutation.EntityTypeIDCleared() { + _spec.ClearField(entityhistory.FieldEntityTypeID, field.TypeString) } - return _u -} - -// ClearName clears the value of the "name" field. -func (_u *EntityHistoryUpdateOne) ClearName() *EntityHistoryUpdateOne { - _u.mutation.ClearName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *EntityHistoryUpdateOne) SetDisplayName(v string) *EntityHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableDisplayName(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) + if _u.mutation.StatusCleared() { + _spec.ClearField(entityhistory.FieldStatus, field.TypeEnum) } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *EntityHistoryUpdateOne) ClearDisplayName() *EntityHistoryUpdateOne { - _u.mutation.ClearDisplayName() - return _u -} - -// SetDescription sets the "description" field. -func (_u *EntityHistoryUpdateOne) SetDescription(v string) *EntityHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableDescription(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.ApprovedForUseCleared() { + _spec.ClearField(entityhistory.FieldApprovedForUse, field.TypeBool) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EntityHistoryUpdateOne) ClearDescription() *EntityHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *EntityHistoryUpdateOne) SetDomains(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *EntityHistoryUpdateOne) AppendDomains(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *EntityHistoryUpdateOne) ClearDomains() *EntityHistoryUpdateOne { - _u.mutation.ClearDomains() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *EntityHistoryUpdateOne) SetAliases(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *EntityHistoryUpdateOne) AppendAliases(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *EntityHistoryUpdateOne) ClearAliases() *EntityHistoryUpdateOne { - _u.mutation.ClearAliases() - return _u -} - -// SetEntityTypeID sets the "entity_type_id" field. -func (_u *EntityHistoryUpdateOne) SetEntityTypeID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetEntityTypeID(v) - return _u -} - -// SetNillableEntityTypeID sets the "entity_type_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableEntityTypeID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetEntityTypeID(*v) + if _u.mutation.LinkedAssetIdsCleared() { + _spec.ClearField(entityhistory.FieldLinkedAssetIds, field.TypeJSON) } - return _u -} - -// ClearEntityTypeID clears the value of the "entity_type_id" field. -func (_u *EntityHistoryUpdateOne) ClearEntityTypeID() *EntityHistoryUpdateOne { - _u.mutation.ClearEntityTypeID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *EntityHistoryUpdateOne) SetStatus(v enums.EntityStatus) *EntityHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableStatus(v *enums.EntityStatus) *EntityHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.HasSoc2Cleared() { + _spec.ClearField(entityhistory.FieldHasSoc2, field.TypeBool) } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *EntityHistoryUpdateOne) ClearStatus() *EntityHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetApprovedForUse sets the "approved_for_use" field. -func (_u *EntityHistoryUpdateOne) SetApprovedForUse(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetApprovedForUse(v) - return _u -} - -// SetNillableApprovedForUse sets the "approved_for_use" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableApprovedForUse(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetApprovedForUse(*v) + if _u.mutation.Soc2PeriodEndCleared() { + _spec.ClearField(entityhistory.FieldSoc2PeriodEnd, field.TypeTime) } - return _u -} - -// ClearApprovedForUse clears the value of the "approved_for_use" field. -func (_u *EntityHistoryUpdateOne) ClearApprovedForUse() *EntityHistoryUpdateOne { - _u.mutation.ClearApprovedForUse() - return _u -} - -// SetLinkedAssetIds sets the "linked_asset_ids" field. -func (_u *EntityHistoryUpdateOne) SetLinkedAssetIds(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetLinkedAssetIds(v) - return _u -} - -// AppendLinkedAssetIds appends value to the "linked_asset_ids" field. -func (_u *EntityHistoryUpdateOne) AppendLinkedAssetIds(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendLinkedAssetIds(v) - return _u -} - -// ClearLinkedAssetIds clears the value of the "linked_asset_ids" field. -func (_u *EntityHistoryUpdateOne) ClearLinkedAssetIds() *EntityHistoryUpdateOne { - _u.mutation.ClearLinkedAssetIds() - return _u -} - -// SetHasSoc2 sets the "has_soc2" field. -func (_u *EntityHistoryUpdateOne) SetHasSoc2(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetHasSoc2(v) - return _u -} - -// SetNillableHasSoc2 sets the "has_soc2" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableHasSoc2(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetHasSoc2(*v) + if _u.mutation.ContractStartDateCleared() { + _spec.ClearField(entityhistory.FieldContractStartDate, field.TypeTime) } - return _u -} - -// ClearHasSoc2 clears the value of the "has_soc2" field. -func (_u *EntityHistoryUpdateOne) ClearHasSoc2() *EntityHistoryUpdateOne { - _u.mutation.ClearHasSoc2() - return _u -} - -// SetSoc2PeriodEnd sets the "soc2_period_end" field. -func (_u *EntityHistoryUpdateOne) SetSoc2PeriodEnd(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetSoc2PeriodEnd(v) - return _u -} - -// SetNillableSoc2PeriodEnd sets the "soc2_period_end" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableSoc2PeriodEnd(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetSoc2PeriodEnd(*v) + if _u.mutation.ContractEndDateCleared() { + _spec.ClearField(entityhistory.FieldContractEndDate, field.TypeTime) } - return _u -} - -// ClearSoc2PeriodEnd clears the value of the "soc2_period_end" field. -func (_u *EntityHistoryUpdateOne) ClearSoc2PeriodEnd() *EntityHistoryUpdateOne { - _u.mutation.ClearSoc2PeriodEnd() - return _u -} - -// SetContractStartDate sets the "contract_start_date" field. -func (_u *EntityHistoryUpdateOne) SetContractStartDate(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetContractStartDate(v) - return _u -} - -// SetNillableContractStartDate sets the "contract_start_date" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableContractStartDate(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetContractStartDate(*v) + if _u.mutation.AutoRenewsCleared() { + _spec.ClearField(entityhistory.FieldAutoRenews, field.TypeBool) } - return _u -} - -// ClearContractStartDate clears the value of the "contract_start_date" field. -func (_u *EntityHistoryUpdateOne) ClearContractStartDate() *EntityHistoryUpdateOne { - _u.mutation.ClearContractStartDate() - return _u -} - -// SetContractEndDate sets the "contract_end_date" field. -func (_u *EntityHistoryUpdateOne) SetContractEndDate(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetContractEndDate(v) - return _u -} - -// SetNillableContractEndDate sets the "contract_end_date" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableContractEndDate(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetContractEndDate(*v) + if _u.mutation.TerminationNoticeDaysCleared() { + _spec.ClearField(entityhistory.FieldTerminationNoticeDays, field.TypeInt) } - return _u -} - -// ClearContractEndDate clears the value of the "contract_end_date" field. -func (_u *EntityHistoryUpdateOne) ClearContractEndDate() *EntityHistoryUpdateOne { - _u.mutation.ClearContractEndDate() - return _u -} - -// SetAutoRenews sets the "auto_renews" field. -func (_u *EntityHistoryUpdateOne) SetAutoRenews(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetAutoRenews(v) - return _u -} - -// SetNillableAutoRenews sets the "auto_renews" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableAutoRenews(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetAutoRenews(*v) + if _u.mutation.AnnualSpendCleared() { + _spec.ClearField(entityhistory.FieldAnnualSpend, field.TypeFloat64) } - return _u -} - -// ClearAutoRenews clears the value of the "auto_renews" field. -func (_u *EntityHistoryUpdateOne) ClearAutoRenews() *EntityHistoryUpdateOne { - _u.mutation.ClearAutoRenews() - return _u -} - -// SetTerminationNoticeDays sets the "termination_notice_days" field. -func (_u *EntityHistoryUpdateOne) SetTerminationNoticeDays(v int) *EntityHistoryUpdateOne { - _u.mutation.ResetTerminationNoticeDays() - _u.mutation.SetTerminationNoticeDays(v) - return _u -} - -// SetNillableTerminationNoticeDays sets the "termination_notice_days" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableTerminationNoticeDays(v *int) *EntityHistoryUpdateOne { - if v != nil { - _u.SetTerminationNoticeDays(*v) + if _u.mutation.SpendCurrencyCleared() { + _spec.ClearField(entityhistory.FieldSpendCurrency, field.TypeString) } - return _u -} - -// AddTerminationNoticeDays adds value to the "termination_notice_days" field. -func (_u *EntityHistoryUpdateOne) AddTerminationNoticeDays(v int) *EntityHistoryUpdateOne { - _u.mutation.AddTerminationNoticeDays(v) - return _u -} - -// ClearTerminationNoticeDays clears the value of the "termination_notice_days" field. -func (_u *EntityHistoryUpdateOne) ClearTerminationNoticeDays() *EntityHistoryUpdateOne { - _u.mutation.ClearTerminationNoticeDays() - return _u -} - -// SetAnnualSpend sets the "annual_spend" field. -func (_u *EntityHistoryUpdateOne) SetAnnualSpend(v float64) *EntityHistoryUpdateOne { - _u.mutation.ResetAnnualSpend() - _u.mutation.SetAnnualSpend(v) - return _u -} - -// SetNillableAnnualSpend sets the "annual_spend" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableAnnualSpend(v *float64) *EntityHistoryUpdateOne { - if v != nil { - _u.SetAnnualSpend(*v) + if _u.mutation.BillingModelCleared() { + _spec.ClearField(entityhistory.FieldBillingModel, field.TypeString) } - return _u -} - -// AddAnnualSpend adds value to the "annual_spend" field. -func (_u *EntityHistoryUpdateOne) AddAnnualSpend(v float64) *EntityHistoryUpdateOne { - _u.mutation.AddAnnualSpend(v) - return _u -} - -// ClearAnnualSpend clears the value of the "annual_spend" field. -func (_u *EntityHistoryUpdateOne) ClearAnnualSpend() *EntityHistoryUpdateOne { - _u.mutation.ClearAnnualSpend() - return _u -} - -// SetSpendCurrency sets the "spend_currency" field. -func (_u *EntityHistoryUpdateOne) SetSpendCurrency(v string) *EntityHistoryUpdateOne { - _u.mutation.SetSpendCurrency(v) - return _u -} - -// SetNillableSpendCurrency sets the "spend_currency" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableSpendCurrency(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetSpendCurrency(*v) + if _u.mutation.RenewalRiskCleared() { + _spec.ClearField(entityhistory.FieldRenewalRisk, field.TypeString) } - return _u -} - -// ClearSpendCurrency clears the value of the "spend_currency" field. -func (_u *EntityHistoryUpdateOne) ClearSpendCurrency() *EntityHistoryUpdateOne { - _u.mutation.ClearSpendCurrency() - return _u -} - -// SetBillingModel sets the "billing_model" field. -func (_u *EntityHistoryUpdateOne) SetBillingModel(v string) *EntityHistoryUpdateOne { - _u.mutation.SetBillingModel(v) - return _u -} - -// SetNillableBillingModel sets the "billing_model" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableBillingModel(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetBillingModel(*v) + if _u.mutation.SSOEnforcedCleared() { + _spec.ClearField(entityhistory.FieldSSOEnforced, field.TypeBool) } - return _u -} - -// ClearBillingModel clears the value of the "billing_model" field. -func (_u *EntityHistoryUpdateOne) ClearBillingModel() *EntityHistoryUpdateOne { - _u.mutation.ClearBillingModel() - return _u -} - -// SetRenewalRisk sets the "renewal_risk" field. -func (_u *EntityHistoryUpdateOne) SetRenewalRisk(v string) *EntityHistoryUpdateOne { - _u.mutation.SetRenewalRisk(v) - return _u -} - -// SetNillableRenewalRisk sets the "renewal_risk" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableRenewalRisk(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetRenewalRisk(*v) + if _u.mutation.MfaSupportedCleared() { + _spec.ClearField(entityhistory.FieldMfaSupported, field.TypeBool) } - return _u -} - -// ClearRenewalRisk clears the value of the "renewal_risk" field. -func (_u *EntityHistoryUpdateOne) ClearRenewalRisk() *EntityHistoryUpdateOne { - _u.mutation.ClearRenewalRisk() - return _u -} - -// SetSSOEnforced sets the "sso_enforced" field. -func (_u *EntityHistoryUpdateOne) SetSSOEnforced(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetSSOEnforced(v) - return _u -} - -// SetNillableSSOEnforced sets the "sso_enforced" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableSSOEnforced(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetSSOEnforced(*v) + if _u.mutation.MfaEnforcedCleared() { + _spec.ClearField(entityhistory.FieldMfaEnforced, field.TypeBool) } - return _u -} - -// ClearSSOEnforced clears the value of the "sso_enforced" field. -func (_u *EntityHistoryUpdateOne) ClearSSOEnforced() *EntityHistoryUpdateOne { - _u.mutation.ClearSSOEnforced() - return _u -} - -// SetMfaSupported sets the "mfa_supported" field. -func (_u *EntityHistoryUpdateOne) SetMfaSupported(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetMfaSupported(v) - return _u -} - -// SetNillableMfaSupported sets the "mfa_supported" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableMfaSupported(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetMfaSupported(*v) + if _u.mutation.StatusPageURLCleared() { + _spec.ClearField(entityhistory.FieldStatusPageURL, field.TypeString) } - return _u -} - -// ClearMfaSupported clears the value of the "mfa_supported" field. -func (_u *EntityHistoryUpdateOne) ClearMfaSupported() *EntityHistoryUpdateOne { - _u.mutation.ClearMfaSupported() - return _u -} - -// SetMfaEnforced sets the "mfa_enforced" field. -func (_u *EntityHistoryUpdateOne) SetMfaEnforced(v bool) *EntityHistoryUpdateOne { - _u.mutation.SetMfaEnforced(v) - return _u -} - -// SetNillableMfaEnforced sets the "mfa_enforced" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableMfaEnforced(v *bool) *EntityHistoryUpdateOne { - if v != nil { - _u.SetMfaEnforced(*v) + if _u.mutation.ProvidedServicesCleared() { + _spec.ClearField(entityhistory.FieldProvidedServices, field.TypeJSON) } - return _u -} - -// ClearMfaEnforced clears the value of the "mfa_enforced" field. -func (_u *EntityHistoryUpdateOne) ClearMfaEnforced() *EntityHistoryUpdateOne { - _u.mutation.ClearMfaEnforced() - return _u -} - -// SetStatusPageURL sets the "status_page_url" field. -func (_u *EntityHistoryUpdateOne) SetStatusPageURL(v string) *EntityHistoryUpdateOne { - _u.mutation.SetStatusPageURL(v) - return _u -} - -// SetNillableStatusPageURL sets the "status_page_url" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableStatusPageURL(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetStatusPageURL(*v) + if _u.mutation.LinksCleared() { + _spec.ClearField(entityhistory.FieldLinks, field.TypeJSON) + } + if _u.mutation.RiskRatingCleared() { + _spec.ClearField(entityhistory.FieldRiskRating, field.TypeString) } - return _u -} - -// ClearStatusPageURL clears the value of the "status_page_url" field. -func (_u *EntityHistoryUpdateOne) ClearStatusPageURL() *EntityHistoryUpdateOne { - _u.mutation.ClearStatusPageURL() - return _u -} - -// SetProvidedServices sets the "provided_services" field. -func (_u *EntityHistoryUpdateOne) SetProvidedServices(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetProvidedServices(v) - return _u -} - -// AppendProvidedServices appends value to the "provided_services" field. -func (_u *EntityHistoryUpdateOne) AppendProvidedServices(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendProvidedServices(v) - return _u -} - -// ClearProvidedServices clears the value of the "provided_services" field. -func (_u *EntityHistoryUpdateOne) ClearProvidedServices() *EntityHistoryUpdateOne { - _u.mutation.ClearProvidedServices() - return _u -} - -// SetLinks sets the "links" field. -func (_u *EntityHistoryUpdateOne) SetLinks(v []string) *EntityHistoryUpdateOne { - _u.mutation.SetLinks(v) - return _u -} - -// AppendLinks appends value to the "links" field. -func (_u *EntityHistoryUpdateOne) AppendLinks(v []string) *EntityHistoryUpdateOne { - _u.mutation.AppendLinks(v) - return _u -} - -// ClearLinks clears the value of the "links" field. -func (_u *EntityHistoryUpdateOne) ClearLinks() *EntityHistoryUpdateOne { - _u.mutation.ClearLinks() - return _u -} - -// SetRiskRating sets the "risk_rating" field. -func (_u *EntityHistoryUpdateOne) SetRiskRating(v string) *EntityHistoryUpdateOne { - _u.mutation.SetRiskRating(v) - return _u -} - -// SetNillableRiskRating sets the "risk_rating" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableRiskRating(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetRiskRating(*v) + if _u.mutation.RiskScoreCleared() { + _spec.ClearField(entityhistory.FieldRiskScore, field.TypeInt) } - return _u -} - -// ClearRiskRating clears the value of the "risk_rating" field. -func (_u *EntityHistoryUpdateOne) ClearRiskRating() *EntityHistoryUpdateOne { - _u.mutation.ClearRiskRating() - return _u -} - -// SetRiskScore sets the "risk_score" field. -func (_u *EntityHistoryUpdateOne) SetRiskScore(v int) *EntityHistoryUpdateOne { - _u.mutation.ResetRiskScore() - _u.mutation.SetRiskScore(v) - return _u -} - -// SetNillableRiskScore sets the "risk_score" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableRiskScore(v *int) *EntityHistoryUpdateOne { - if v != nil { - _u.SetRiskScore(*v) + if _u.mutation.RiskScoreCoverageCleared() { + _spec.ClearField(entityhistory.FieldRiskScoreCoverage, field.TypeInt) } - return _u -} - -// AddRiskScore adds value to the "risk_score" field. -func (_u *EntityHistoryUpdateOne) AddRiskScore(v int) *EntityHistoryUpdateOne { - _u.mutation.AddRiskScore(v) - return _u -} - -// ClearRiskScore clears the value of the "risk_score" field. -func (_u *EntityHistoryUpdateOne) ClearRiskScore() *EntityHistoryUpdateOne { - _u.mutation.ClearRiskScore() - return _u -} - -// SetRiskScoreCoverage sets the "risk_score_coverage" field. -func (_u *EntityHistoryUpdateOne) SetRiskScoreCoverage(v int) *EntityHistoryUpdateOne { - _u.mutation.ResetRiskScoreCoverage() - _u.mutation.SetRiskScoreCoverage(v) - return _u -} - -// SetNillableRiskScoreCoverage sets the "risk_score_coverage" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableRiskScoreCoverage(v *int) *EntityHistoryUpdateOne { - if v != nil { - _u.SetRiskScoreCoverage(*v) + if _u.mutation.TierCleared() { + _spec.ClearField(entityhistory.FieldTier, field.TypeEnum) } - return _u -} - -// AddRiskScoreCoverage adds value to the "risk_score_coverage" field. -func (_u *EntityHistoryUpdateOne) AddRiskScoreCoverage(v int) *EntityHistoryUpdateOne { - _u.mutation.AddRiskScoreCoverage(v) - return _u -} - -// ClearRiskScoreCoverage clears the value of the "risk_score_coverage" field. -func (_u *EntityHistoryUpdateOne) ClearRiskScoreCoverage() *EntityHistoryUpdateOne { - _u.mutation.ClearRiskScoreCoverage() - return _u -} - -// SetTier sets the "tier" field. -func (_u *EntityHistoryUpdateOne) SetTier(v enums.VendorTier) *EntityHistoryUpdateOne { - _u.mutation.SetTier(v) - return _u -} - -// SetNillableTier sets the "tier" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableTier(v *enums.VendorTier) *EntityHistoryUpdateOne { - if v != nil { - _u.SetTier(*v) + if _u.mutation.ReviewFrequencyCleared() { + _spec.ClearField(entityhistory.FieldReviewFrequency, field.TypeEnum) } - return _u -} - -// ClearTier clears the value of the "tier" field. -func (_u *EntityHistoryUpdateOne) ClearTier() *EntityHistoryUpdateOne { - _u.mutation.ClearTier() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *EntityHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *EntityHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *EntityHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) + if _u.mutation.NextReviewAtCleared() { + _spec.ClearField(entityhistory.FieldNextReviewAt, field.TypeTime) } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *EntityHistoryUpdateOne) ClearReviewFrequency() *EntityHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetNextReviewAt sets the "next_review_at" field. -func (_u *EntityHistoryUpdateOne) SetNextReviewAt(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetNextReviewAt(v) - return _u -} - -// SetNillableNextReviewAt sets the "next_review_at" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableNextReviewAt(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetNextReviewAt(*v) + if _u.mutation.ContractRenewalAtCleared() { + _spec.ClearField(entityhistory.FieldContractRenewalAt, field.TypeTime) } - return _u -} - -// ClearNextReviewAt clears the value of the "next_review_at" field. -func (_u *EntityHistoryUpdateOne) ClearNextReviewAt() *EntityHistoryUpdateOne { - _u.mutation.ClearNextReviewAt() - return _u -} - -// SetContractRenewalAt sets the "contract_renewal_at" field. -func (_u *EntityHistoryUpdateOne) SetContractRenewalAt(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetContractRenewalAt(v) - return _u -} - -// SetNillableContractRenewalAt sets the "contract_renewal_at" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableContractRenewalAt(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetContractRenewalAt(*v) + if _u.mutation.VendorMetadataCleared() { + _spec.ClearField(entityhistory.FieldVendorMetadata, field.TypeJSON) } - return _u -} - -// ClearContractRenewalAt clears the value of the "contract_renewal_at" field. -func (_u *EntityHistoryUpdateOne) ClearContractRenewalAt() *EntityHistoryUpdateOne { - _u.mutation.ClearContractRenewalAt() - return _u -} - -// SetVendorMetadata sets the "vendor_metadata" field. -func (_u *EntityHistoryUpdateOne) SetVendorMetadata(v map[string]interface{}) *EntityHistoryUpdateOne { - _u.mutation.SetVendorMetadata(v) - return _u -} - -// ClearVendorMetadata clears the value of the "vendor_metadata" field. -func (_u *EntityHistoryUpdateOne) ClearVendorMetadata() *EntityHistoryUpdateOne { - _u.mutation.ClearVendorMetadata() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *EntityHistoryUpdateOne) SetLogoRemoteURL(v string) *EntityHistoryUpdateOne { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableLogoRemoteURL(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetLogoRemoteURL(*v) + if _u.mutation.LogoRemoteURLCleared() { + _spec.ClearField(entityhistory.FieldLogoRemoteURL, field.TypeString) } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *EntityHistoryUpdateOne) ClearLogoRemoteURL() *EntityHistoryUpdateOne { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *EntityHistoryUpdateOne) SetLogoFileID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableLogoFileID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetLogoFileID(*v) + if _u.mutation.LogoFileIDCleared() { + _spec.ClearField(entityhistory.FieldLogoFileID, field.TypeString) } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *EntityHistoryUpdateOne) ClearLogoFileID() *EntityHistoryUpdateOne { - _u.mutation.ClearLogoFileID() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *EntityHistoryUpdateOne) SetExternalID(v string) *EntityHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableExternalID(v *string) *EntityHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) + if _u.mutation.ExternalIDCleared() { + _spec.ClearField(entityhistory.FieldExternalID, field.TypeString) } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *EntityHistoryUpdateOne) ClearExternalID() *EntityHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *EntityHistoryUpdateOne) SetObservedAt(v models.DateTime) *EntityHistoryUpdateOne { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *EntityHistoryUpdateOne) SetNillableObservedAt(v *models.DateTime) *EntityHistoryUpdateOne { - if v != nil { - _u.SetObservedAt(*v) + if _u.mutation.ObservedAtCleared() { + _spec.ClearField(entityhistory.FieldObservedAt, field.TypeTime) } - return _u + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{entityhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *EntityHistoryUpdateOne) ClearObservedAt() *EntityHistoryUpdateOne { - _u.mutation.ClearObservedAt() - return _u +// EntityHistoryUpdateOne is the builder for updating a single EntityHistory entity. +type EntityHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *EntityHistoryMutation } // Mutation returns the EntityHistoryMutation object of the builder. @@ -3074,9 +311,6 @@ func (_u *EntityHistoryUpdateOne) Select(field string, fields ...string) *Entity // Save executes the query and returns the updated EntityHistory entity. func (_u *EntityHistoryUpdateOne) Save(ctx context.Context) (*EntityHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -3102,48 +336,7 @@ func (_u *EntityHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EntityHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if entityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized entityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := entityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EntityHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := entityhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Tier(); ok { - if err := entityhistory.TierValidator(v); err != nil { - return &ValidationError{Name: "tier", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.tier": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := entityhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "EntityHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EntityHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EntityHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EntityHistoryUpdateOne) sqlSave(ctx context.Context) (_node *EntityHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(entityhistory.Table, entityhistory.Columns, sqlgraph.NewFieldSpec(entityhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -3175,432 +368,201 @@ func (_u *EntityHistoryUpdateOne) sqlSave(ctx context.Context) (_node *EntityHis if _u.mutation.CreatedAtCleared() { _spec.ClearField(entityhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(entityhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(entityhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(entityhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(entityhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(entityhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(entityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(entityhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(entityhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(entityhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(entityhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(entityhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(entityhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(entityhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(entityhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(entityhistory.FieldInternalOwner, field.TypeString, value) - } if _u.mutation.InternalOwnerCleared() { _spec.ClearField(entityhistory.FieldInternalOwner, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(entityhistory.FieldInternalOwnerUserID, field.TypeString, value) - } if _u.mutation.InternalOwnerUserIDCleared() { _spec.ClearField(entityhistory.FieldInternalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(entityhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } if _u.mutation.InternalOwnerGroupIDCleared() { _spec.ClearField(entityhistory.FieldInternalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(entityhistory.FieldReviewedBy, field.TypeString, value) - } if _u.mutation.ReviewedByCleared() { _spec.ClearField(entityhistory.FieldReviewedBy, field.TypeString) } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(entityhistory.FieldReviewedByUserID, field.TypeString, value) - } if _u.mutation.ReviewedByUserIDCleared() { _spec.ClearField(entityhistory.FieldReviewedByUserID, field.TypeString) } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(entityhistory.FieldReviewedByGroupID, field.TypeString, value) - } if _u.mutation.ReviewedByGroupIDCleared() { _spec.ClearField(entityhistory.FieldReviewedByGroupID, field.TypeString) } - if value, ok := _u.mutation.LastReviewedAt(); ok { - _spec.SetField(entityhistory.FieldLastReviewedAt, field.TypeTime, value) - } if _u.mutation.LastReviewedAtCleared() { _spec.ClearField(entityhistory.FieldLastReviewedAt, field.TypeTime) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(entityhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(entityhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(entityhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(entityhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(entityhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EntityRelationshipStateName(); ok { - _spec.SetField(entityhistory.FieldEntityRelationshipStateName, field.TypeString, value) - } if _u.mutation.EntityRelationshipStateNameCleared() { _spec.ClearField(entityhistory.FieldEntityRelationshipStateName, field.TypeString) } - if value, ok := _u.mutation.EntityRelationshipStateID(); ok { - _spec.SetField(entityhistory.FieldEntityRelationshipStateID, field.TypeString, value) - } if _u.mutation.EntityRelationshipStateIDCleared() { _spec.ClearField(entityhistory.FieldEntityRelationshipStateID, field.TypeString) } - if value, ok := _u.mutation.EntitySecurityQuestionnaireStatusName(); ok { - _spec.SetField(entityhistory.FieldEntitySecurityQuestionnaireStatusName, field.TypeString, value) - } if _u.mutation.EntitySecurityQuestionnaireStatusNameCleared() { _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusName, field.TypeString) } - if value, ok := _u.mutation.EntitySecurityQuestionnaireStatusID(); ok { - _spec.SetField(entityhistory.FieldEntitySecurityQuestionnaireStatusID, field.TypeString, value) - } if _u.mutation.EntitySecurityQuestionnaireStatusIDCleared() { _spec.ClearField(entityhistory.FieldEntitySecurityQuestionnaireStatusID, field.TypeString) } - if value, ok := _u.mutation.EntitySourceTypeName(); ok { - _spec.SetField(entityhistory.FieldEntitySourceTypeName, field.TypeString, value) - } if _u.mutation.EntitySourceTypeNameCleared() { _spec.ClearField(entityhistory.FieldEntitySourceTypeName, field.TypeString) } - if value, ok := _u.mutation.EntitySourceTypeID(); ok { - _spec.SetField(entityhistory.FieldEntitySourceTypeID, field.TypeString, value) - } if _u.mutation.EntitySourceTypeIDCleared() { _spec.ClearField(entityhistory.FieldEntitySourceTypeID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(entityhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(entityhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(entityhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(entityhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(entityhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(entityhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(entityhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(entityhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(entityhistory.FieldName, field.TypeString, value) - } if _u.mutation.NameCleared() { _spec.ClearField(entityhistory.FieldName, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(entityhistory.FieldDisplayName, field.TypeString, value) - } if _u.mutation.DisplayNameCleared() { _spec.ClearField(entityhistory.FieldDisplayName, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(entityhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(entityhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(entityhistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldDomains, value) - }) - } if _u.mutation.DomainsCleared() { _spec.ClearField(entityhistory.FieldDomains, field.TypeJSON) } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(entityhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldAliases, value) - }) - } if _u.mutation.AliasesCleared() { _spec.ClearField(entityhistory.FieldAliases, field.TypeJSON) } - if value, ok := _u.mutation.EntityTypeID(); ok { - _spec.SetField(entityhistory.FieldEntityTypeID, field.TypeString, value) - } if _u.mutation.EntityTypeIDCleared() { _spec.ClearField(entityhistory.FieldEntityTypeID, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(entityhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(entityhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ApprovedForUse(); ok { - _spec.SetField(entityhistory.FieldApprovedForUse, field.TypeBool, value) - } if _u.mutation.ApprovedForUseCleared() { _spec.ClearField(entityhistory.FieldApprovedForUse, field.TypeBool) } - if value, ok := _u.mutation.LinkedAssetIds(); ok { - _spec.SetField(entityhistory.FieldLinkedAssetIds, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedLinkedAssetIds(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldLinkedAssetIds, value) - }) - } if _u.mutation.LinkedAssetIdsCleared() { _spec.ClearField(entityhistory.FieldLinkedAssetIds, field.TypeJSON) } - if value, ok := _u.mutation.HasSoc2(); ok { - _spec.SetField(entityhistory.FieldHasSoc2, field.TypeBool, value) - } if _u.mutation.HasSoc2Cleared() { _spec.ClearField(entityhistory.FieldHasSoc2, field.TypeBool) } - if value, ok := _u.mutation.Soc2PeriodEnd(); ok { - _spec.SetField(entityhistory.FieldSoc2PeriodEnd, field.TypeTime, value) - } if _u.mutation.Soc2PeriodEndCleared() { _spec.ClearField(entityhistory.FieldSoc2PeriodEnd, field.TypeTime) } - if value, ok := _u.mutation.ContractStartDate(); ok { - _spec.SetField(entityhistory.FieldContractStartDate, field.TypeTime, value) - } if _u.mutation.ContractStartDateCleared() { _spec.ClearField(entityhistory.FieldContractStartDate, field.TypeTime) } - if value, ok := _u.mutation.ContractEndDate(); ok { - _spec.SetField(entityhistory.FieldContractEndDate, field.TypeTime, value) - } if _u.mutation.ContractEndDateCleared() { _spec.ClearField(entityhistory.FieldContractEndDate, field.TypeTime) } - if value, ok := _u.mutation.AutoRenews(); ok { - _spec.SetField(entityhistory.FieldAutoRenews, field.TypeBool, value) - } if _u.mutation.AutoRenewsCleared() { _spec.ClearField(entityhistory.FieldAutoRenews, field.TypeBool) } - if value, ok := _u.mutation.TerminationNoticeDays(); ok { - _spec.SetField(entityhistory.FieldTerminationNoticeDays, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedTerminationNoticeDays(); ok { - _spec.AddField(entityhistory.FieldTerminationNoticeDays, field.TypeInt, value) - } if _u.mutation.TerminationNoticeDaysCleared() { _spec.ClearField(entityhistory.FieldTerminationNoticeDays, field.TypeInt) } - if value, ok := _u.mutation.AnnualSpend(); ok { - _spec.SetField(entityhistory.FieldAnnualSpend, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedAnnualSpend(); ok { - _spec.AddField(entityhistory.FieldAnnualSpend, field.TypeFloat64, value) - } if _u.mutation.AnnualSpendCleared() { _spec.ClearField(entityhistory.FieldAnnualSpend, field.TypeFloat64) } - if value, ok := _u.mutation.SpendCurrency(); ok { - _spec.SetField(entityhistory.FieldSpendCurrency, field.TypeString, value) - } if _u.mutation.SpendCurrencyCleared() { _spec.ClearField(entityhistory.FieldSpendCurrency, field.TypeString) } - if value, ok := _u.mutation.BillingModel(); ok { - _spec.SetField(entityhistory.FieldBillingModel, field.TypeString, value) - } if _u.mutation.BillingModelCleared() { _spec.ClearField(entityhistory.FieldBillingModel, field.TypeString) } - if value, ok := _u.mutation.RenewalRisk(); ok { - _spec.SetField(entityhistory.FieldRenewalRisk, field.TypeString, value) - } if _u.mutation.RenewalRiskCleared() { _spec.ClearField(entityhistory.FieldRenewalRisk, field.TypeString) } - if value, ok := _u.mutation.SSOEnforced(); ok { - _spec.SetField(entityhistory.FieldSSOEnforced, field.TypeBool, value) - } if _u.mutation.SSOEnforcedCleared() { _spec.ClearField(entityhistory.FieldSSOEnforced, field.TypeBool) } - if value, ok := _u.mutation.MfaSupported(); ok { - _spec.SetField(entityhistory.FieldMfaSupported, field.TypeBool, value) - } if _u.mutation.MfaSupportedCleared() { _spec.ClearField(entityhistory.FieldMfaSupported, field.TypeBool) } - if value, ok := _u.mutation.MfaEnforced(); ok { - _spec.SetField(entityhistory.FieldMfaEnforced, field.TypeBool, value) - } if _u.mutation.MfaEnforcedCleared() { _spec.ClearField(entityhistory.FieldMfaEnforced, field.TypeBool) } - if value, ok := _u.mutation.StatusPageURL(); ok { - _spec.SetField(entityhistory.FieldStatusPageURL, field.TypeString, value) - } if _u.mutation.StatusPageURLCleared() { _spec.ClearField(entityhistory.FieldStatusPageURL, field.TypeString) } - if value, ok := _u.mutation.ProvidedServices(); ok { - _spec.SetField(entityhistory.FieldProvidedServices, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedProvidedServices(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldProvidedServices, value) - }) - } if _u.mutation.ProvidedServicesCleared() { _spec.ClearField(entityhistory.FieldProvidedServices, field.TypeJSON) } - if value, ok := _u.mutation.Links(); ok { - _spec.SetField(entityhistory.FieldLinks, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedLinks(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entityhistory.FieldLinks, value) - }) - } if _u.mutation.LinksCleared() { _spec.ClearField(entityhistory.FieldLinks, field.TypeJSON) } - if value, ok := _u.mutation.RiskRating(); ok { - _spec.SetField(entityhistory.FieldRiskRating, field.TypeString, value) - } if _u.mutation.RiskRatingCleared() { _spec.ClearField(entityhistory.FieldRiskRating, field.TypeString) } - if value, ok := _u.mutation.RiskScore(); ok { - _spec.SetField(entityhistory.FieldRiskScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRiskScore(); ok { - _spec.AddField(entityhistory.FieldRiskScore, field.TypeInt, value) - } if _u.mutation.RiskScoreCleared() { _spec.ClearField(entityhistory.FieldRiskScore, field.TypeInt) } - if value, ok := _u.mutation.RiskScoreCoverage(); ok { - _spec.SetField(entityhistory.FieldRiskScoreCoverage, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRiskScoreCoverage(); ok { - _spec.AddField(entityhistory.FieldRiskScoreCoverage, field.TypeInt, value) - } if _u.mutation.RiskScoreCoverageCleared() { _spec.ClearField(entityhistory.FieldRiskScoreCoverage, field.TypeInt) } - if value, ok := _u.mutation.Tier(); ok { - _spec.SetField(entityhistory.FieldTier, field.TypeEnum, value) - } if _u.mutation.TierCleared() { _spec.ClearField(entityhistory.FieldTier, field.TypeEnum) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(entityhistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(entityhistory.FieldReviewFrequency, field.TypeEnum) } - if value, ok := _u.mutation.NextReviewAt(); ok { - _spec.SetField(entityhistory.FieldNextReviewAt, field.TypeTime, value) - } if _u.mutation.NextReviewAtCleared() { _spec.ClearField(entityhistory.FieldNextReviewAt, field.TypeTime) } - if value, ok := _u.mutation.ContractRenewalAt(); ok { - _spec.SetField(entityhistory.FieldContractRenewalAt, field.TypeTime, value) - } if _u.mutation.ContractRenewalAtCleared() { _spec.ClearField(entityhistory.FieldContractRenewalAt, field.TypeTime) } - if value, ok := _u.mutation.VendorMetadata(); ok { - _spec.SetField(entityhistory.FieldVendorMetadata, field.TypeJSON, value) - } if _u.mutation.VendorMetadataCleared() { _spec.ClearField(entityhistory.FieldVendorMetadata, field.TypeJSON) } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(entityhistory.FieldLogoRemoteURL, field.TypeString, value) - } if _u.mutation.LogoRemoteURLCleared() { _spec.ClearField(entityhistory.FieldLogoRemoteURL, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(entityhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(entityhistory.FieldLogoFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(entityhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(entityhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(entityhistory.FieldObservedAt, field.TypeTime, value) - } if _u.mutation.ObservedAtCleared() { _spec.ClearField(entityhistory.FieldObservedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.EntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &EntityHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/entitytypehistory/entitytypehistory.go b/internal/ent/historygenerated/entitytypehistory/entitytypehistory.go index 652de74222..7d64f1db04 100644 --- a/internal/ent/historygenerated/entitytypehistory/entitytypehistory.go +++ b/internal/ent/historygenerated/entitytypehistory/entitytypehistory.go @@ -101,8 +101,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/entitytypehistory_create.go b/internal/ent/historygenerated/entitytypehistory_create.go index 978a3fe4e8..6f619b2545 100644 --- a/internal/ent/historygenerated/entitytypehistory_create.go +++ b/internal/ent/historygenerated/entitytypehistory_create.go @@ -360,7 +360,6 @@ func (_c *EntityTypeHistoryCreate) createSpec() (*EntityTypeHistory, *sqlgraph.C _node = &EntityTypeHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(entitytypehistory.Table, sqlgraph.NewFieldSpec(entitytypehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EntityTypeHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/entitytypehistory_delete.go b/internal/ent/historygenerated/entitytypehistory_delete.go index c42a119b61..02c528ebbf 100644 --- a/internal/ent/historygenerated/entitytypehistory_delete.go +++ b/internal/ent/historygenerated/entitytypehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/entitytypehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // EntityTypeHistoryDelete is the builder for deleting a EntityTypeHistory entity. @@ -45,8 +43,6 @@ func (_d *EntityTypeHistoryDelete) ExecX(ctx context.Context) int { func (_d *EntityTypeHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(entitytypehistory.Table, sqlgraph.NewFieldSpec(entitytypehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EntityTypeHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/entitytypehistory_query.go b/internal/ent/historygenerated/entitytypehistory_query.go index 61e0c7410c..ef68111459 100644 --- a/internal/ent/historygenerated/entitytypehistory_query.go +++ b/internal/ent/historygenerated/entitytypehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/entitytypehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type EntityTypeHistoryQuery struct { order []entitytypehistory.OrderOption inters []Interceptor predicates []predicate.EntityTypeHistory - loadTotal []func(context.Context, []*EntityTypeHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*EntityTypeHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *EntityTypeHistoryQuery) Clone() *EntityTypeHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.EntityTypeHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *EntityTypeHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EntityTypeHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *EntityTypeHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook func (_q *EntityTypeHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EntityTypeHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *EntityTypeHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EntityTypeHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *EntityTypeHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *EntityTypeHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *EntityTypeHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ethq *EntityTypeHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "EntityTypeHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *EntityTypeHistorySelect) sqlScan(ctx context.Context, root *EntityType defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *EntityTypeHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *EntityTypeHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/entitytypehistory_update.go b/internal/ent/historygenerated/entitytypehistory_update.go index 8dc949fa7d..506b2eadd0 100644 --- a/internal/ent/historygenerated/entitytypehistory_update.go +++ b/internal/ent/historygenerated/entitytypehistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/entitytypehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // EntityTypeHistoryUpdate is the builder for updating EntityTypeHistory entities. type EntityTypeHistoryUpdate struct { config - hooks []Hook - mutation *EntityTypeHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *EntityTypeHistoryMutation } // Where appends a list predicates to the EntityTypeHistoryUpdate builder. @@ -34,190 +29,6 @@ func (_u *EntityTypeHistoryUpdate) Where(ps ...predicate.EntityTypeHistory) *Ent return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *EntityTypeHistoryUpdate) SetUpdatedAt(v time.Time) *EntityTypeHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EntityTypeHistoryUpdate) ClearUpdatedAt() *EntityTypeHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EntityTypeHistoryUpdate) SetUpdatedBy(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableUpdatedBy(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EntityTypeHistoryUpdate) ClearUpdatedBy() *EntityTypeHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EntityTypeHistoryUpdate) SetUpdatedByImpersonator(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EntityTypeHistoryUpdate) ClearUpdatedByImpersonator() *EntityTypeHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EntityTypeHistoryUpdate) SetDeletedAt(v time.Time) *EntityTypeHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableDeletedAt(v *time.Time) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EntityTypeHistoryUpdate) ClearDeletedAt() *EntityTypeHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EntityTypeHistoryUpdate) SetDeletedBy(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableDeletedBy(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EntityTypeHistoryUpdate) ClearDeletedBy() *EntityTypeHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EntityTypeHistoryUpdate) SetTags(v []string) *EntityTypeHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EntityTypeHistoryUpdate) AppendTags(v []string) *EntityTypeHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EntityTypeHistoryUpdate) ClearTags() *EntityTypeHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *EntityTypeHistoryUpdate) SetOwnerID(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableOwnerID(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *EntityTypeHistoryUpdate) ClearOwnerID() *EntityTypeHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EntityTypeHistoryUpdate) SetInternalNotes(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableInternalNotes(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EntityTypeHistoryUpdate) ClearInternalNotes() *EntityTypeHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EntityTypeHistoryUpdate) SetSystemInternalID(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableSystemInternalID(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EntityTypeHistoryUpdate) ClearSystemInternalID() *EntityTypeHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *EntityTypeHistoryUpdate) SetName(v string) *EntityTypeHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdate) SetNillableName(v *string) *EntityTypeHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - // Mutation returns the EntityTypeHistoryMutation object of the builder. func (_u *EntityTypeHistoryUpdate) Mutation() *EntityTypeHistoryMutation { return _u.mutation @@ -225,9 +36,6 @@ func (_u *EntityTypeHistoryUpdate) Mutation() *EntityTypeHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *EntityTypeHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -253,24 +61,6 @@ func (_u *EntityTypeHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EntityTypeHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if entitytypehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized entitytypehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := entitytypehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EntityTypeHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EntityTypeHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EntityTypeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(entitytypehistory.Table, entitytypehistory.Columns, sqlgraph.NewFieldSpec(entitytypehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -286,77 +76,39 @@ func (_u *EntityTypeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(entitytypehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(entitytypehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(entitytypehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(entitytypehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(entitytypehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(entitytypehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(entitytypehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entitytypehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(entitytypehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(entitytypehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(entitytypehistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(entitytypehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(entitytypehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(entitytypehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(entitytypehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(entitytypehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(entitytypehistory.FieldName, field.TypeString, value) - } - _spec.Node.Schema = _u.schemaConfig.EntityTypeHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{entitytypehistory.Label} @@ -372,194 +124,9 @@ func (_u *EntityTypeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // EntityTypeHistoryUpdateOne is the builder for updating a single EntityTypeHistory entity. type EntityTypeHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *EntityTypeHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *EntityTypeHistoryUpdateOne) SetUpdatedAt(v time.Time) *EntityTypeHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EntityTypeHistoryUpdateOne) ClearUpdatedAt() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EntityTypeHistoryUpdateOne) SetUpdatedBy(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableUpdatedBy(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EntityTypeHistoryUpdateOne) ClearUpdatedBy() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EntityTypeHistoryUpdateOne) SetUpdatedByImpersonator(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EntityTypeHistoryUpdateOne) ClearUpdatedByImpersonator() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EntityTypeHistoryUpdateOne) SetDeletedAt(v time.Time) *EntityTypeHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EntityTypeHistoryUpdateOne) ClearDeletedAt() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EntityTypeHistoryUpdateOne) SetDeletedBy(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableDeletedBy(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EntityTypeHistoryUpdateOne) ClearDeletedBy() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EntityTypeHistoryUpdateOne) SetTags(v []string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EntityTypeHistoryUpdateOne) AppendTags(v []string) *EntityTypeHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EntityTypeHistoryUpdateOne) ClearTags() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *EntityTypeHistoryUpdateOne) SetOwnerID(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableOwnerID(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *EntityTypeHistoryUpdateOne) ClearOwnerID() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *EntityTypeHistoryUpdateOne) SetInternalNotes(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableInternalNotes(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *EntityTypeHistoryUpdateOne) ClearInternalNotes() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *EntityTypeHistoryUpdateOne) SetSystemInternalID(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableSystemInternalID(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *EntityTypeHistoryUpdateOne) ClearSystemInternalID() *EntityTypeHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *EntityTypeHistoryUpdateOne) SetName(v string) *EntityTypeHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EntityTypeHistoryUpdateOne) SetNillableName(v *string) *EntityTypeHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u + fields []string + hooks []Hook + mutation *EntityTypeHistoryMutation } // Mutation returns the EntityTypeHistoryMutation object of the builder. @@ -582,9 +149,6 @@ func (_u *EntityTypeHistoryUpdateOne) Select(field string, fields ...string) *En // Save executes the query and returns the updated EntityTypeHistory entity. func (_u *EntityTypeHistoryUpdateOne) Save(ctx context.Context) (*EntityTypeHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -610,24 +174,6 @@ func (_u *EntityTypeHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EntityTypeHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if entitytypehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized entitytypehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := entitytypehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EntityTypeHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EntityTypeHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EntityTypeHistoryUpdateOne) sqlSave(ctx context.Context) (_node *EntityTypeHistory, err error) { _spec := sqlgraph.NewUpdateSpec(entitytypehistory.Table, entitytypehistory.Columns, sqlgraph.NewFieldSpec(entitytypehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -660,77 +206,39 @@ func (_u *EntityTypeHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Entit if _u.mutation.CreatedAtCleared() { _spec.ClearField(entitytypehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(entitytypehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(entitytypehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(entitytypehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(entitytypehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(entitytypehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(entitytypehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(entitytypehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(entitytypehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, entitytypehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(entitytypehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(entitytypehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(entitytypehistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(entitytypehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(entitytypehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(entitytypehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(entitytypehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(entitytypehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(entitytypehistory.FieldName, field.TypeString, value) - } - _spec.Node.Schema = _u.schemaConfig.EntityTypeHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &EntityTypeHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/evidencehistory/evidencehistory.go b/internal/ent/historygenerated/evidencehistory/evidencehistory.go index 66218e133b..323cb78e9d 100644 --- a/internal/ent/historygenerated/evidencehistory/evidencehistory.go +++ b/internal/ent/historygenerated/evidencehistory/evidencehistory.go @@ -142,8 +142,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/evidencehistory_create.go b/internal/ent/historygenerated/evidencehistory_create.go index 5a3b210250..77802c7d8d 100644 --- a/internal/ent/historygenerated/evidencehistory_create.go +++ b/internal/ent/historygenerated/evidencehistory_create.go @@ -574,7 +574,6 @@ func (_c *EvidenceHistoryCreate) createSpec() (*EvidenceHistory, *sqlgraph.Creat _node = &EvidenceHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(evidencehistory.Table, sqlgraph.NewFieldSpec(evidencehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.EvidenceHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/evidencehistory_delete.go b/internal/ent/historygenerated/evidencehistory_delete.go index 07fa44d7de..1acbda0398 100644 --- a/internal/ent/historygenerated/evidencehistory_delete.go +++ b/internal/ent/historygenerated/evidencehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/evidencehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // EvidenceHistoryDelete is the builder for deleting a EvidenceHistory entity. @@ -45,8 +43,6 @@ func (_d *EvidenceHistoryDelete) ExecX(ctx context.Context) int { func (_d *EvidenceHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(evidencehistory.Table, sqlgraph.NewFieldSpec(evidencehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.EvidenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/evidencehistory_query.go b/internal/ent/historygenerated/evidencehistory_query.go index 064cf7eb05..88d9f40a8d 100644 --- a/internal/ent/historygenerated/evidencehistory_query.go +++ b/internal/ent/historygenerated/evidencehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/evidencehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type EvidenceHistoryQuery struct { order []evidencehistory.OrderOption inters []Interceptor predicates []predicate.EvidenceHistory - loadTotal []func(context.Context, []*EvidenceHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*EvidenceHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *EvidenceHistoryQuery) Clone() *EvidenceHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.EvidenceHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *EvidenceHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.EvidenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *EvidenceHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *EvidenceHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.EvidenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *EvidenceHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.EvidenceHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *EvidenceHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *EvidenceHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *EvidenceHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ehq *EvidenceHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "EvidenceHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *EvidenceHistorySelect) sqlScan(ctx context.Context, root *EvidenceHist defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *EvidenceHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *EvidenceHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/evidencehistory_update.go b/internal/ent/historygenerated/evidencehistory_update.go index b05eec0af3..b8519714d8 100644 --- a/internal/ent/historygenerated/evidencehistory_update.go +++ b/internal/ent/historygenerated/evidencehistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/evidencehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // EvidenceHistoryUpdate is the builder for updating EvidenceHistory entities. type EvidenceHistoryUpdate struct { config - hooks []Hook - mutation *EvidenceHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *EvidenceHistoryMutation } // Where appends a list predicates to the EvidenceHistoryUpdate builder. @@ -36,424 +29,6 @@ func (_u *EvidenceHistoryUpdate) Where(ps ...predicate.EvidenceHistory) *Evidenc return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *EvidenceHistoryUpdate) SetUpdatedAt(v time.Time) *EvidenceHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EvidenceHistoryUpdate) ClearUpdatedAt() *EvidenceHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EvidenceHistoryUpdate) SetUpdatedBy(v string) *EvidenceHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableUpdatedBy(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EvidenceHistoryUpdate) ClearUpdatedBy() *EvidenceHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EvidenceHistoryUpdate) SetUpdatedByImpersonator(v string) *EvidenceHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EvidenceHistoryUpdate) ClearUpdatedByImpersonator() *EvidenceHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EvidenceHistoryUpdate) SetDeletedAt(v time.Time) *EvidenceHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableDeletedAt(v *time.Time) *EvidenceHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EvidenceHistoryUpdate) ClearDeletedAt() *EvidenceHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EvidenceHistoryUpdate) SetDeletedBy(v string) *EvidenceHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableDeletedBy(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EvidenceHistoryUpdate) ClearDeletedBy() *EvidenceHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EvidenceHistoryUpdate) SetTags(v []string) *EvidenceHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EvidenceHistoryUpdate) AppendTags(v []string) *EvidenceHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EvidenceHistoryUpdate) ClearTags() *EvidenceHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *EvidenceHistoryUpdate) SetEnvironmentName(v string) *EvidenceHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableEnvironmentName(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *EvidenceHistoryUpdate) ClearEnvironmentName() *EvidenceHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *EvidenceHistoryUpdate) SetEnvironmentID(v string) *EvidenceHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableEnvironmentID(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *EvidenceHistoryUpdate) ClearEnvironmentID() *EvidenceHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *EvidenceHistoryUpdate) SetScopeName(v string) *EvidenceHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableScopeName(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *EvidenceHistoryUpdate) ClearScopeName() *EvidenceHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *EvidenceHistoryUpdate) SetScopeID(v string) *EvidenceHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableScopeID(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *EvidenceHistoryUpdate) ClearScopeID() *EvidenceHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *EvidenceHistoryUpdate) SetWorkflowEligibleMarker(v bool) *EvidenceHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *EvidenceHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *EvidenceHistoryUpdate) ClearWorkflowEligibleMarker() *EvidenceHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *EvidenceHistoryUpdate) SetExternalUUID(v string) *EvidenceHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableExternalUUID(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *EvidenceHistoryUpdate) ClearExternalUUID() *EvidenceHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *EvidenceHistoryUpdate) SetName(v string) *EvidenceHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableName(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *EvidenceHistoryUpdate) SetDescription(v string) *EvidenceHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableDescription(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EvidenceHistoryUpdate) ClearDescription() *EvidenceHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetCollectionProcedure sets the "collection_procedure" field. -func (_u *EvidenceHistoryUpdate) SetCollectionProcedure(v string) *EvidenceHistoryUpdate { - _u.mutation.SetCollectionProcedure(v) - return _u -} - -// SetNillableCollectionProcedure sets the "collection_procedure" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableCollectionProcedure(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetCollectionProcedure(*v) - } - return _u -} - -// ClearCollectionProcedure clears the value of the "collection_procedure" field. -func (_u *EvidenceHistoryUpdate) ClearCollectionProcedure() *EvidenceHistoryUpdate { - _u.mutation.ClearCollectionProcedure() - return _u -} - -// SetCreationDate sets the "creation_date" field. -func (_u *EvidenceHistoryUpdate) SetCreationDate(v models.DateTime) *EvidenceHistoryUpdate { - _u.mutation.SetCreationDate(v) - return _u -} - -// SetNillableCreationDate sets the "creation_date" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableCreationDate(v *models.DateTime) *EvidenceHistoryUpdate { - if v != nil { - _u.SetCreationDate(*v) - } - return _u -} - -// SetRenewalDate sets the "renewal_date" field. -func (_u *EvidenceHistoryUpdate) SetRenewalDate(v models.DateTime) *EvidenceHistoryUpdate { - _u.mutation.SetRenewalDate(v) - return _u -} - -// SetNillableRenewalDate sets the "renewal_date" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableRenewalDate(v *models.DateTime) *EvidenceHistoryUpdate { - if v != nil { - _u.SetRenewalDate(*v) - } - return _u -} - -// ClearRenewalDate clears the value of the "renewal_date" field. -func (_u *EvidenceHistoryUpdate) ClearRenewalDate() *EvidenceHistoryUpdate { - _u.mutation.ClearRenewalDate() - return _u -} - -// SetSource sets the "source" field. -func (_u *EvidenceHistoryUpdate) SetSource(v string) *EvidenceHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableSource(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *EvidenceHistoryUpdate) ClearSource() *EvidenceHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetIsAutomated sets the "is_automated" field. -func (_u *EvidenceHistoryUpdate) SetIsAutomated(v bool) *EvidenceHistoryUpdate { - _u.mutation.SetIsAutomated(v) - return _u -} - -// SetNillableIsAutomated sets the "is_automated" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableIsAutomated(v *bool) *EvidenceHistoryUpdate { - if v != nil { - _u.SetIsAutomated(*v) - } - return _u -} - -// ClearIsAutomated clears the value of the "is_automated" field. -func (_u *EvidenceHistoryUpdate) ClearIsAutomated() *EvidenceHistoryUpdate { - _u.mutation.ClearIsAutomated() - return _u -} - -// SetURL sets the "url" field. -func (_u *EvidenceHistoryUpdate) SetURL(v string) *EvidenceHistoryUpdate { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableURL(v *string) *EvidenceHistoryUpdate { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *EvidenceHistoryUpdate) ClearURL() *EvidenceHistoryUpdate { - _u.mutation.ClearURL() - return _u -} - -// SetStatus sets the "status" field. -func (_u *EvidenceHistoryUpdate) SetStatus(v enums.EvidenceStatus) *EvidenceHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableStatus(v *enums.EvidenceStatus) *EvidenceHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *EvidenceHistoryUpdate) ClearStatus() *EvidenceHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *EvidenceHistoryUpdate) SetReviewFrequency(v enums.Frequency) *EvidenceHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *EvidenceHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *EvidenceHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *EvidenceHistoryUpdate) ClearReviewFrequency() *EvidenceHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - // Mutation returns the EvidenceHistoryMutation object of the builder. func (_u *EvidenceHistoryUpdate) Mutation() *EvidenceHistoryMutation { return _u.mutation @@ -461,9 +36,6 @@ func (_u *EvidenceHistoryUpdate) Mutation() *EvidenceHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *EvidenceHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -489,43 +61,7 @@ func (_u *EvidenceHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EvidenceHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if evidencehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized evidencehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := evidencehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EvidenceHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := evidencehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "EvidenceHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := evidencehistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "EvidenceHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EvidenceHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EvidenceHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EvidenceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(evidencehistory.Table, evidencehistory.Columns, sqlgraph.NewFieldSpec(evidencehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -540,146 +76,72 @@ func (_u *EvidenceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err er if _u.mutation.CreatedAtCleared() { _spec.ClearField(evidencehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(evidencehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(evidencehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(evidencehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(evidencehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(evidencehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(evidencehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(evidencehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(evidencehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(evidencehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(evidencehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(evidencehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(evidencehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, evidencehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(evidencehistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(evidencehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(evidencehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(evidencehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(evidencehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(evidencehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(evidencehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(evidencehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(evidencehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(evidencehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(evidencehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(evidencehistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(evidencehistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(evidencehistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(evidencehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(evidencehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(evidencehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.CollectionProcedure(); ok { - _spec.SetField(evidencehistory.FieldCollectionProcedure, field.TypeString, value) - } if _u.mutation.CollectionProcedureCleared() { _spec.ClearField(evidencehistory.FieldCollectionProcedure, field.TypeString) } - if value, ok := _u.mutation.CreationDate(); ok { - _spec.SetField(evidencehistory.FieldCreationDate, field.TypeTime, value) - } - if value, ok := _u.mutation.RenewalDate(); ok { - _spec.SetField(evidencehistory.FieldRenewalDate, field.TypeTime, value) - } if _u.mutation.RenewalDateCleared() { _spec.ClearField(evidencehistory.FieldRenewalDate, field.TypeTime) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(evidencehistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(evidencehistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.IsAutomated(); ok { - _spec.SetField(evidencehistory.FieldIsAutomated, field.TypeBool, value) - } if _u.mutation.IsAutomatedCleared() { _spec.ClearField(evidencehistory.FieldIsAutomated, field.TypeBool) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(evidencehistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(evidencehistory.FieldURL, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(evidencehistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(evidencehistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(evidencehistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(evidencehistory.FieldReviewFrequency, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.EvidenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{evidencehistory.Label} @@ -695,428 +157,9 @@ func (_u *EvidenceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err er // EvidenceHistoryUpdateOne is the builder for updating a single EvidenceHistory entity. type EvidenceHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *EvidenceHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *EvidenceHistoryUpdateOne) SetUpdatedAt(v time.Time) *EvidenceHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *EvidenceHistoryUpdateOne) ClearUpdatedAt() *EvidenceHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *EvidenceHistoryUpdateOne) SetUpdatedBy(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableUpdatedBy(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *EvidenceHistoryUpdateOne) ClearUpdatedBy() *EvidenceHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *EvidenceHistoryUpdateOne) SetUpdatedByImpersonator(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *EvidenceHistoryUpdateOne) ClearUpdatedByImpersonator() *EvidenceHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *EvidenceHistoryUpdateOne) SetDeletedAt(v time.Time) *EvidenceHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *EvidenceHistoryUpdateOne) ClearDeletedAt() *EvidenceHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *EvidenceHistoryUpdateOne) SetDeletedBy(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableDeletedBy(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *EvidenceHistoryUpdateOne) ClearDeletedBy() *EvidenceHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *EvidenceHistoryUpdateOne) SetTags(v []string) *EvidenceHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *EvidenceHistoryUpdateOne) AppendTags(v []string) *EvidenceHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *EvidenceHistoryUpdateOne) ClearTags() *EvidenceHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *EvidenceHistoryUpdateOne) SetEnvironmentName(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableEnvironmentName(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *EvidenceHistoryUpdateOne) ClearEnvironmentName() *EvidenceHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *EvidenceHistoryUpdateOne) SetEnvironmentID(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableEnvironmentID(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *EvidenceHistoryUpdateOne) ClearEnvironmentID() *EvidenceHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *EvidenceHistoryUpdateOne) SetScopeName(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableScopeName(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *EvidenceHistoryUpdateOne) ClearScopeName() *EvidenceHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *EvidenceHistoryUpdateOne) SetScopeID(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableScopeID(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *EvidenceHistoryUpdateOne) ClearScopeID() *EvidenceHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *EvidenceHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *EvidenceHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *EvidenceHistoryUpdateOne) ClearWorkflowEligibleMarker() *EvidenceHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *EvidenceHistoryUpdateOne) SetExternalUUID(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableExternalUUID(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *EvidenceHistoryUpdateOne) ClearExternalUUID() *EvidenceHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *EvidenceHistoryUpdateOne) SetName(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableName(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *EvidenceHistoryUpdateOne) SetDescription(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableDescription(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *EvidenceHistoryUpdateOne) ClearDescription() *EvidenceHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetCollectionProcedure sets the "collection_procedure" field. -func (_u *EvidenceHistoryUpdateOne) SetCollectionProcedure(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetCollectionProcedure(v) - return _u -} - -// SetNillableCollectionProcedure sets the "collection_procedure" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableCollectionProcedure(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetCollectionProcedure(*v) - } - return _u -} - -// ClearCollectionProcedure clears the value of the "collection_procedure" field. -func (_u *EvidenceHistoryUpdateOne) ClearCollectionProcedure() *EvidenceHistoryUpdateOne { - _u.mutation.ClearCollectionProcedure() - return _u -} - -// SetCreationDate sets the "creation_date" field. -func (_u *EvidenceHistoryUpdateOne) SetCreationDate(v models.DateTime) *EvidenceHistoryUpdateOne { - _u.mutation.SetCreationDate(v) - return _u -} - -// SetNillableCreationDate sets the "creation_date" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableCreationDate(v *models.DateTime) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetCreationDate(*v) - } - return _u -} - -// SetRenewalDate sets the "renewal_date" field. -func (_u *EvidenceHistoryUpdateOne) SetRenewalDate(v models.DateTime) *EvidenceHistoryUpdateOne { - _u.mutation.SetRenewalDate(v) - return _u -} - -// SetNillableRenewalDate sets the "renewal_date" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableRenewalDate(v *models.DateTime) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetRenewalDate(*v) - } - return _u -} - -// ClearRenewalDate clears the value of the "renewal_date" field. -func (_u *EvidenceHistoryUpdateOne) ClearRenewalDate() *EvidenceHistoryUpdateOne { - _u.mutation.ClearRenewalDate() - return _u -} - -// SetSource sets the "source" field. -func (_u *EvidenceHistoryUpdateOne) SetSource(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableSource(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *EvidenceHistoryUpdateOne) ClearSource() *EvidenceHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetIsAutomated sets the "is_automated" field. -func (_u *EvidenceHistoryUpdateOne) SetIsAutomated(v bool) *EvidenceHistoryUpdateOne { - _u.mutation.SetIsAutomated(v) - return _u -} - -// SetNillableIsAutomated sets the "is_automated" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableIsAutomated(v *bool) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetIsAutomated(*v) - } - return _u -} - -// ClearIsAutomated clears the value of the "is_automated" field. -func (_u *EvidenceHistoryUpdateOne) ClearIsAutomated() *EvidenceHistoryUpdateOne { - _u.mutation.ClearIsAutomated() - return _u -} - -// SetURL sets the "url" field. -func (_u *EvidenceHistoryUpdateOne) SetURL(v string) *EvidenceHistoryUpdateOne { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableURL(v *string) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *EvidenceHistoryUpdateOne) ClearURL() *EvidenceHistoryUpdateOne { - _u.mutation.ClearURL() - return _u -} - -// SetStatus sets the "status" field. -func (_u *EvidenceHistoryUpdateOne) SetStatus(v enums.EvidenceStatus) *EvidenceHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableStatus(v *enums.EvidenceStatus) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *EvidenceHistoryUpdateOne) ClearStatus() *EvidenceHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *EvidenceHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *EvidenceHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *EvidenceHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *EvidenceHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *EvidenceHistoryUpdateOne) ClearReviewFrequency() *EvidenceHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u + fields []string + hooks []Hook + mutation *EvidenceHistoryMutation } // Mutation returns the EvidenceHistoryMutation object of the builder. @@ -1139,9 +182,6 @@ func (_u *EvidenceHistoryUpdateOne) Select(field string, fields ...string) *Evid // Save executes the query and returns the updated EvidenceHistory entity. func (_u *EvidenceHistoryUpdateOne) Save(ctx context.Context) (*EvidenceHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1167,43 +207,7 @@ func (_u *EvidenceHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *EvidenceHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if evidencehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized evidencehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := evidencehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *EvidenceHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := evidencehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "EvidenceHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := evidencehistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "EvidenceHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *EvidenceHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *EvidenceHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *EvidenceHistoryUpdateOne) sqlSave(ctx context.Context) (_node *EvidenceHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(evidencehistory.Table, evidencehistory.Columns, sqlgraph.NewFieldSpec(evidencehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1235,146 +239,72 @@ func (_u *EvidenceHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Evidenc if _u.mutation.CreatedAtCleared() { _spec.ClearField(evidencehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(evidencehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(evidencehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(evidencehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(evidencehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(evidencehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(evidencehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(evidencehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(evidencehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(evidencehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(evidencehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(evidencehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(evidencehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, evidencehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(evidencehistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(evidencehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(evidencehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(evidencehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(evidencehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(evidencehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(evidencehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(evidencehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(evidencehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(evidencehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(evidencehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(evidencehistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(evidencehistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(evidencehistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(evidencehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(evidencehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(evidencehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.CollectionProcedure(); ok { - _spec.SetField(evidencehistory.FieldCollectionProcedure, field.TypeString, value) - } if _u.mutation.CollectionProcedureCleared() { _spec.ClearField(evidencehistory.FieldCollectionProcedure, field.TypeString) } - if value, ok := _u.mutation.CreationDate(); ok { - _spec.SetField(evidencehistory.FieldCreationDate, field.TypeTime, value) - } - if value, ok := _u.mutation.RenewalDate(); ok { - _spec.SetField(evidencehistory.FieldRenewalDate, field.TypeTime, value) - } if _u.mutation.RenewalDateCleared() { _spec.ClearField(evidencehistory.FieldRenewalDate, field.TypeTime) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(evidencehistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(evidencehistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.IsAutomated(); ok { - _spec.SetField(evidencehistory.FieldIsAutomated, field.TypeBool, value) - } if _u.mutation.IsAutomatedCleared() { _spec.ClearField(evidencehistory.FieldIsAutomated, field.TypeBool) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(evidencehistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(evidencehistory.FieldURL, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(evidencehistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(evidencehistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(evidencehistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(evidencehistory.FieldReviewFrequency, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.EvidenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &EvidenceHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/filehistory/filehistory.go b/internal/ent/historygenerated/filehistory/filehistory.go index 48ca60d5be..e0a9012011 100644 --- a/internal/ent/historygenerated/filehistory/filehistory.go +++ b/internal/ent/historygenerated/filehistory/filehistory.go @@ -170,8 +170,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/filehistory_create.go b/internal/ent/historygenerated/filehistory_create.go index 6515a7b2ba..60a1b6290f 100644 --- a/internal/ent/historygenerated/filehistory_create.go +++ b/internal/ent/historygenerated/filehistory_create.go @@ -656,7 +656,6 @@ func (_c *FileHistoryCreate) createSpec() (*FileHistory, *sqlgraph.CreateSpec) { _node = &FileHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(filehistory.Table, sqlgraph.NewFieldSpec(filehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.FileHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/filehistory_delete.go b/internal/ent/historygenerated/filehistory_delete.go index 9ece97ccbe..076c764cde 100644 --- a/internal/ent/historygenerated/filehistory_delete.go +++ b/internal/ent/historygenerated/filehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/filehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // FileHistoryDelete is the builder for deleting a FileHistory entity. @@ -45,8 +43,6 @@ func (_d *FileHistoryDelete) ExecX(ctx context.Context) int { func (_d *FileHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(filehistory.Table, sqlgraph.NewFieldSpec(filehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.FileHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/filehistory_query.go b/internal/ent/historygenerated/filehistory_query.go index c808070efa..8e9b400bc2 100644 --- a/internal/ent/historygenerated/filehistory_query.go +++ b/internal/ent/historygenerated/filehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/filehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type FileHistoryQuery struct { order []filehistory.OrderOption inters []Interceptor predicates []predicate.FileHistory - loadTotal []func(context.Context, []*FileHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*FileHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *FileHistoryQuery) Clone() *FileHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.FileHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *FileHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.FileHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *FileHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *FileHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.FileHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *FileHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.FileHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *FileHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *FileHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *FileHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (fhq *FileHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "FileHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *FileHistorySelect) sqlScan(ctx context.Context, root *FileHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *FileHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *FileHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/filehistory_update.go b/internal/ent/historygenerated/filehistory_update.go index dfc8ac2b7e..4684fa5b45 100644 --- a/internal/ent/historygenerated/filehistory_update.go +++ b/internal/ent/historygenerated/filehistory_update.go @@ -8,1588 +8,188 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/filehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) -// FileHistoryUpdate is the builder for updating FileHistory entities. -type FileHistoryUpdate struct { - config - hooks []Hook - mutation *FileHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the FileHistoryUpdate builder. -func (_u *FileHistoryUpdate) Where(ps ...predicate.FileHistory) *FileHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *FileHistoryUpdate) SetUpdatedAt(v time.Time) *FileHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FileHistoryUpdate) ClearUpdatedAt() *FileHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *FileHistoryUpdate) SetUpdatedBy(v string) *FileHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableUpdatedBy(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FileHistoryUpdate) ClearUpdatedBy() *FileHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FileHistoryUpdate) SetUpdatedByImpersonator(v string) *FileHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FileHistoryUpdate) ClearUpdatedByImpersonator() *FileHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *FileHistoryUpdate) SetDeletedAt(v time.Time) *FileHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableDeletedAt(v *time.Time) *FileHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *FileHistoryUpdate) ClearDeletedAt() *FileHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *FileHistoryUpdate) SetDeletedBy(v string) *FileHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableDeletedBy(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *FileHistoryUpdate) ClearDeletedBy() *FileHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *FileHistoryUpdate) SetTags(v []string) *FileHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *FileHistoryUpdate) AppendTags(v []string) *FileHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *FileHistoryUpdate) ClearTags() *FileHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *FileHistoryUpdate) SetInternalNotes(v string) *FileHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableInternalNotes(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *FileHistoryUpdate) ClearInternalNotes() *FileHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *FileHistoryUpdate) SetSystemInternalID(v string) *FileHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableSystemInternalID(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *FileHistoryUpdate) ClearSystemInternalID() *FileHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *FileHistoryUpdate) SetEnvironmentName(v string) *FileHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableEnvironmentName(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *FileHistoryUpdate) ClearEnvironmentName() *FileHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *FileHistoryUpdate) SetEnvironmentID(v string) *FileHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableEnvironmentID(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *FileHistoryUpdate) ClearEnvironmentID() *FileHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *FileHistoryUpdate) SetScopeName(v string) *FileHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableScopeName(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *FileHistoryUpdate) ClearScopeName() *FileHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *FileHistoryUpdate) SetScopeID(v string) *FileHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableScopeID(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *FileHistoryUpdate) ClearScopeID() *FileHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetCategoryName sets the "category_name" field. -func (_u *FileHistoryUpdate) SetCategoryName(v string) *FileHistoryUpdate { - _u.mutation.SetCategoryName(v) - return _u -} - -// SetNillableCategoryName sets the "category_name" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableCategoryName(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetCategoryName(*v) - } - return _u -} - -// ClearCategoryName clears the value of the "category_name" field. -func (_u *FileHistoryUpdate) ClearCategoryName() *FileHistoryUpdate { - _u.mutation.ClearCategoryName() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *FileHistoryUpdate) SetCategoryID(v string) *FileHistoryUpdate { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableCategoryID(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetCategoryID(*v) - } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *FileHistoryUpdate) ClearCategoryID() *FileHistoryUpdate { - _u.mutation.ClearCategoryID() - return _u -} - -// SetName sets the "name" field. -func (_u *FileHistoryUpdate) SetName(v string) *FileHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableName(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// ClearName clears the value of the "name" field. -func (_u *FileHistoryUpdate) ClearName() *FileHistoryUpdate { - _u.mutation.ClearName() - return _u -} - -// SetProvidedFileName sets the "provided_file_name" field. -func (_u *FileHistoryUpdate) SetProvidedFileName(v string) *FileHistoryUpdate { - _u.mutation.SetProvidedFileName(v) - return _u -} - -// SetNillableProvidedFileName sets the "provided_file_name" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableProvidedFileName(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetProvidedFileName(*v) - } - return _u -} - -// SetProvidedFileExtension sets the "provided_file_extension" field. -func (_u *FileHistoryUpdate) SetProvidedFileExtension(v string) *FileHistoryUpdate { - _u.mutation.SetProvidedFileExtension(v) - return _u -} - -// SetNillableProvidedFileExtension sets the "provided_file_extension" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableProvidedFileExtension(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetProvidedFileExtension(*v) - } - return _u -} - -// SetProvidedFileSize sets the "provided_file_size" field. -func (_u *FileHistoryUpdate) SetProvidedFileSize(v int64) *FileHistoryUpdate { - _u.mutation.ResetProvidedFileSize() - _u.mutation.SetProvidedFileSize(v) - return _u -} - -// SetNillableProvidedFileSize sets the "provided_file_size" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableProvidedFileSize(v *int64) *FileHistoryUpdate { - if v != nil { - _u.SetProvidedFileSize(*v) - } - return _u -} - -// AddProvidedFileSize adds value to the "provided_file_size" field. -func (_u *FileHistoryUpdate) AddProvidedFileSize(v int64) *FileHistoryUpdate { - _u.mutation.AddProvidedFileSize(v) - return _u -} - -// ClearProvidedFileSize clears the value of the "provided_file_size" field. -func (_u *FileHistoryUpdate) ClearProvidedFileSize() *FileHistoryUpdate { - _u.mutation.ClearProvidedFileSize() - return _u -} - -// SetPersistedFileSize sets the "persisted_file_size" field. -func (_u *FileHistoryUpdate) SetPersistedFileSize(v int64) *FileHistoryUpdate { - _u.mutation.ResetPersistedFileSize() - _u.mutation.SetPersistedFileSize(v) - return _u -} - -// SetNillablePersistedFileSize sets the "persisted_file_size" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillablePersistedFileSize(v *int64) *FileHistoryUpdate { - if v != nil { - _u.SetPersistedFileSize(*v) - } - return _u -} - -// AddPersistedFileSize adds value to the "persisted_file_size" field. -func (_u *FileHistoryUpdate) AddPersistedFileSize(v int64) *FileHistoryUpdate { - _u.mutation.AddPersistedFileSize(v) - return _u -} - -// ClearPersistedFileSize clears the value of the "persisted_file_size" field. -func (_u *FileHistoryUpdate) ClearPersistedFileSize() *FileHistoryUpdate { - _u.mutation.ClearPersistedFileSize() - return _u -} - -// SetDetectedMimeType sets the "detected_mime_type" field. -func (_u *FileHistoryUpdate) SetDetectedMimeType(v string) *FileHistoryUpdate { - _u.mutation.SetDetectedMimeType(v) - return _u -} - -// SetNillableDetectedMimeType sets the "detected_mime_type" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableDetectedMimeType(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetDetectedMimeType(*v) - } - return _u -} - -// ClearDetectedMimeType clears the value of the "detected_mime_type" field. -func (_u *FileHistoryUpdate) ClearDetectedMimeType() *FileHistoryUpdate { - _u.mutation.ClearDetectedMimeType() - return _u -} - -// SetMd5Hash sets the "md5_hash" field. -func (_u *FileHistoryUpdate) SetMd5Hash(v string) *FileHistoryUpdate { - _u.mutation.SetMd5Hash(v) - return _u -} - -// SetNillableMd5Hash sets the "md5_hash" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableMd5Hash(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetMd5Hash(*v) - } - return _u -} - -// ClearMd5Hash clears the value of the "md5_hash" field. -func (_u *FileHistoryUpdate) ClearMd5Hash() *FileHistoryUpdate { - _u.mutation.ClearMd5Hash() - return _u -} - -// SetDetectedContentType sets the "detected_content_type" field. -func (_u *FileHistoryUpdate) SetDetectedContentType(v string) *FileHistoryUpdate { - _u.mutation.SetDetectedContentType(v) - return _u -} - -// SetNillableDetectedContentType sets the "detected_content_type" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableDetectedContentType(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetDetectedContentType(*v) - } - return _u -} - -// SetStoreKey sets the "store_key" field. -func (_u *FileHistoryUpdate) SetStoreKey(v string) *FileHistoryUpdate { - _u.mutation.SetStoreKey(v) - return _u -} - -// SetNillableStoreKey sets the "store_key" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStoreKey(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStoreKey(*v) - } - return _u -} - -// ClearStoreKey clears the value of the "store_key" field. -func (_u *FileHistoryUpdate) ClearStoreKey() *FileHistoryUpdate { - _u.mutation.ClearStoreKey() - return _u -} - -// SetCategoryType sets the "category_type" field. -func (_u *FileHistoryUpdate) SetCategoryType(v string) *FileHistoryUpdate { - _u.mutation.SetCategoryType(v) - return _u -} - -// SetNillableCategoryType sets the "category_type" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableCategoryType(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetCategoryType(*v) - } - return _u -} - -// ClearCategoryType clears the value of the "category_type" field. -func (_u *FileHistoryUpdate) ClearCategoryType() *FileHistoryUpdate { - _u.mutation.ClearCategoryType() - return _u -} - -// SetURI sets the "uri" field. -func (_u *FileHistoryUpdate) SetURI(v string) *FileHistoryUpdate { - _u.mutation.SetURI(v) - return _u -} - -// SetNillableURI sets the "uri" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableURI(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetURI(*v) - } - return _u -} - -// ClearURI clears the value of the "uri" field. -func (_u *FileHistoryUpdate) ClearURI() *FileHistoryUpdate { - _u.mutation.ClearURI() - return _u -} - -// SetStorageScheme sets the "storage_scheme" field. -func (_u *FileHistoryUpdate) SetStorageScheme(v string) *FileHistoryUpdate { - _u.mutation.SetStorageScheme(v) - return _u -} - -// SetNillableStorageScheme sets the "storage_scheme" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStorageScheme(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStorageScheme(*v) - } - return _u -} - -// ClearStorageScheme clears the value of the "storage_scheme" field. -func (_u *FileHistoryUpdate) ClearStorageScheme() *FileHistoryUpdate { - _u.mutation.ClearStorageScheme() - return _u -} - -// SetStorageVolume sets the "storage_volume" field. -func (_u *FileHistoryUpdate) SetStorageVolume(v string) *FileHistoryUpdate { - _u.mutation.SetStorageVolume(v) - return _u -} - -// SetNillableStorageVolume sets the "storage_volume" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStorageVolume(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStorageVolume(*v) - } - return _u -} - -// ClearStorageVolume clears the value of the "storage_volume" field. -func (_u *FileHistoryUpdate) ClearStorageVolume() *FileHistoryUpdate { - _u.mutation.ClearStorageVolume() - return _u -} - -// SetStoragePath sets the "storage_path" field. -func (_u *FileHistoryUpdate) SetStoragePath(v string) *FileHistoryUpdate { - _u.mutation.SetStoragePath(v) - return _u -} - -// SetNillableStoragePath sets the "storage_path" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStoragePath(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStoragePath(*v) - } - return _u -} - -// ClearStoragePath clears the value of the "storage_path" field. -func (_u *FileHistoryUpdate) ClearStoragePath() *FileHistoryUpdate { - _u.mutation.ClearStoragePath() - return _u -} - -// SetFileContents sets the "file_contents" field. -func (_u *FileHistoryUpdate) SetFileContents(v []byte) *FileHistoryUpdate { - _u.mutation.SetFileContents(v) - return _u -} - -// ClearFileContents clears the value of the "file_contents" field. -func (_u *FileHistoryUpdate) ClearFileContents() *FileHistoryUpdate { - _u.mutation.ClearFileContents() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FileHistoryUpdate) SetMetadata(v map[string]interface{}) *FileHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FileHistoryUpdate) ClearMetadata() *FileHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetStorageRegion sets the "storage_region" field. -func (_u *FileHistoryUpdate) SetStorageRegion(v string) *FileHistoryUpdate { - _u.mutation.SetStorageRegion(v) - return _u -} - -// SetNillableStorageRegion sets the "storage_region" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStorageRegion(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStorageRegion(*v) - } - return _u -} - -// ClearStorageRegion clears the value of the "storage_region" field. -func (_u *FileHistoryUpdate) ClearStorageRegion() *FileHistoryUpdate { - _u.mutation.ClearStorageRegion() - return _u -} - -// SetStorageProvider sets the "storage_provider" field. -func (_u *FileHistoryUpdate) SetStorageProvider(v string) *FileHistoryUpdate { - _u.mutation.SetStorageProvider(v) - return _u -} - -// SetNillableStorageProvider sets the "storage_provider" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableStorageProvider(v *string) *FileHistoryUpdate { - if v != nil { - _u.SetStorageProvider(*v) - } - return _u -} - -// ClearStorageProvider clears the value of the "storage_provider" field. -func (_u *FileHistoryUpdate) ClearStorageProvider() *FileHistoryUpdate { - _u.mutation.ClearStorageProvider() - return _u -} - -// SetLastAccessedAt sets the "last_accessed_at" field. -func (_u *FileHistoryUpdate) SetLastAccessedAt(v time.Time) *FileHistoryUpdate { - _u.mutation.SetLastAccessedAt(v) - return _u -} - -// SetNillableLastAccessedAt sets the "last_accessed_at" field if the given value is not nil. -func (_u *FileHistoryUpdate) SetNillableLastAccessedAt(v *time.Time) *FileHistoryUpdate { - if v != nil { - _u.SetLastAccessedAt(*v) - } - return _u -} - -// ClearLastAccessedAt clears the value of the "last_accessed_at" field. -func (_u *FileHistoryUpdate) ClearLastAccessedAt() *FileHistoryUpdate { - _u.mutation.ClearLastAccessedAt() - return _u -} - -// Mutation returns the FileHistoryMutation object of the builder. -func (_u *FileHistoryUpdate) Mutation() *FileHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *FileHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *FileHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *FileHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *FileHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *FileHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if filehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized filehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := filehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FileHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FileHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *FileHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - _spec := sqlgraph.NewUpdateSpec(filehistory.Table, filehistory.Columns, sqlgraph.NewFieldSpec(filehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(filehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(filehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(filehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(filehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(filehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(filehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(filehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(filehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(filehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(filehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(filehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(filehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(filehistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(filehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, filehistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(filehistory.FieldTags, field.TypeJSON) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(filehistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(filehistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(filehistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(filehistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(filehistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(filehistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(filehistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(filehistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(filehistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(filehistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(filehistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(filehistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(filehistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.CategoryName(); ok { - _spec.SetField(filehistory.FieldCategoryName, field.TypeString, value) - } - if _u.mutation.CategoryNameCleared() { - _spec.ClearField(filehistory.FieldCategoryName, field.TypeString) - } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(filehistory.FieldCategoryID, field.TypeString, value) - } - if _u.mutation.CategoryIDCleared() { - _spec.ClearField(filehistory.FieldCategoryID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(filehistory.FieldName, field.TypeString, value) - } - if _u.mutation.NameCleared() { - _spec.ClearField(filehistory.FieldName, field.TypeString) - } - if value, ok := _u.mutation.ProvidedFileName(); ok { - _spec.SetField(filehistory.FieldProvidedFileName, field.TypeString, value) - } - if value, ok := _u.mutation.ProvidedFileExtension(); ok { - _spec.SetField(filehistory.FieldProvidedFileExtension, field.TypeString, value) - } - if value, ok := _u.mutation.ProvidedFileSize(); ok { - _spec.SetField(filehistory.FieldProvidedFileSize, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedProvidedFileSize(); ok { - _spec.AddField(filehistory.FieldProvidedFileSize, field.TypeInt64, value) - } - if _u.mutation.ProvidedFileSizeCleared() { - _spec.ClearField(filehistory.FieldProvidedFileSize, field.TypeInt64) - } - if value, ok := _u.mutation.PersistedFileSize(); ok { - _spec.SetField(filehistory.FieldPersistedFileSize, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedPersistedFileSize(); ok { - _spec.AddField(filehistory.FieldPersistedFileSize, field.TypeInt64, value) - } - if _u.mutation.PersistedFileSizeCleared() { - _spec.ClearField(filehistory.FieldPersistedFileSize, field.TypeInt64) - } - if value, ok := _u.mutation.DetectedMimeType(); ok { - _spec.SetField(filehistory.FieldDetectedMimeType, field.TypeString, value) - } - if _u.mutation.DetectedMimeTypeCleared() { - _spec.ClearField(filehistory.FieldDetectedMimeType, field.TypeString) - } - if value, ok := _u.mutation.Md5Hash(); ok { - _spec.SetField(filehistory.FieldMd5Hash, field.TypeString, value) - } - if _u.mutation.Md5HashCleared() { - _spec.ClearField(filehistory.FieldMd5Hash, field.TypeString) - } - if value, ok := _u.mutation.DetectedContentType(); ok { - _spec.SetField(filehistory.FieldDetectedContentType, field.TypeString, value) - } - if value, ok := _u.mutation.StoreKey(); ok { - _spec.SetField(filehistory.FieldStoreKey, field.TypeString, value) - } - if _u.mutation.StoreKeyCleared() { - _spec.ClearField(filehistory.FieldStoreKey, field.TypeString) - } - if value, ok := _u.mutation.CategoryType(); ok { - _spec.SetField(filehistory.FieldCategoryType, field.TypeString, value) - } - if _u.mutation.CategoryTypeCleared() { - _spec.ClearField(filehistory.FieldCategoryType, field.TypeString) - } - if value, ok := _u.mutation.URI(); ok { - _spec.SetField(filehistory.FieldURI, field.TypeString, value) - } - if _u.mutation.URICleared() { - _spec.ClearField(filehistory.FieldURI, field.TypeString) - } - if value, ok := _u.mutation.StorageScheme(); ok { - _spec.SetField(filehistory.FieldStorageScheme, field.TypeString, value) - } - if _u.mutation.StorageSchemeCleared() { - _spec.ClearField(filehistory.FieldStorageScheme, field.TypeString) - } - if value, ok := _u.mutation.StorageVolume(); ok { - _spec.SetField(filehistory.FieldStorageVolume, field.TypeString, value) - } - if _u.mutation.StorageVolumeCleared() { - _spec.ClearField(filehistory.FieldStorageVolume, field.TypeString) - } - if value, ok := _u.mutation.StoragePath(); ok { - _spec.SetField(filehistory.FieldStoragePath, field.TypeString, value) - } - if _u.mutation.StoragePathCleared() { - _spec.ClearField(filehistory.FieldStoragePath, field.TypeString) - } - if value, ok := _u.mutation.FileContents(); ok { - _spec.SetField(filehistory.FieldFileContents, field.TypeBytes, value) - } - if _u.mutation.FileContentsCleared() { - _spec.ClearField(filehistory.FieldFileContents, field.TypeBytes) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(filehistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(filehistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.StorageRegion(); ok { - _spec.SetField(filehistory.FieldStorageRegion, field.TypeString, value) - } - if _u.mutation.StorageRegionCleared() { - _spec.ClearField(filehistory.FieldStorageRegion, field.TypeString) - } - if value, ok := _u.mutation.StorageProvider(); ok { - _spec.SetField(filehistory.FieldStorageProvider, field.TypeString, value) - } - if _u.mutation.StorageProviderCleared() { - _spec.ClearField(filehistory.FieldStorageProvider, field.TypeString) - } - if value, ok := _u.mutation.LastAccessedAt(); ok { - _spec.SetField(filehistory.FieldLastAccessedAt, field.TypeTime, value) - } - if _u.mutation.LastAccessedAtCleared() { - _spec.ClearField(filehistory.FieldLastAccessedAt, field.TypeTime) - } - _spec.Node.Schema = _u.schemaConfig.FileHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{filehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// FileHistoryUpdateOne is the builder for updating a single FileHistory entity. -type FileHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *FileHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *FileHistoryUpdateOne) SetUpdatedAt(v time.Time) *FileHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FileHistoryUpdateOne) ClearUpdatedAt() *FileHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *FileHistoryUpdateOne) SetUpdatedBy(v string) *FileHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableUpdatedBy(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FileHistoryUpdateOne) ClearUpdatedBy() *FileHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FileHistoryUpdateOne) SetUpdatedByImpersonator(v string) *FileHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FileHistoryUpdateOne) ClearUpdatedByImpersonator() *FileHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *FileHistoryUpdateOne) SetDeletedAt(v time.Time) *FileHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *FileHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *FileHistoryUpdateOne) ClearDeletedAt() *FileHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *FileHistoryUpdateOne) SetDeletedBy(v string) *FileHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableDeletedBy(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *FileHistoryUpdateOne) ClearDeletedBy() *FileHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *FileHistoryUpdateOne) SetTags(v []string) *FileHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *FileHistoryUpdateOne) AppendTags(v []string) *FileHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *FileHistoryUpdateOne) ClearTags() *FileHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *FileHistoryUpdateOne) SetInternalNotes(v string) *FileHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableInternalNotes(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *FileHistoryUpdateOne) ClearInternalNotes() *FileHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *FileHistoryUpdateOne) SetSystemInternalID(v string) *FileHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableSystemInternalID(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *FileHistoryUpdateOne) ClearSystemInternalID() *FileHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *FileHistoryUpdateOne) SetEnvironmentName(v string) *FileHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableEnvironmentName(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *FileHistoryUpdateOne) ClearEnvironmentName() *FileHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *FileHistoryUpdateOne) SetEnvironmentID(v string) *FileHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableEnvironmentID(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *FileHistoryUpdateOne) ClearEnvironmentID() *FileHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *FileHistoryUpdateOne) SetScopeName(v string) *FileHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableScopeName(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *FileHistoryUpdateOne) ClearScopeName() *FileHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *FileHistoryUpdateOne) SetScopeID(v string) *FileHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableScopeID(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *FileHistoryUpdateOne) ClearScopeID() *FileHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetCategoryName sets the "category_name" field. -func (_u *FileHistoryUpdateOne) SetCategoryName(v string) *FileHistoryUpdateOne { - _u.mutation.SetCategoryName(v) - return _u -} - -// SetNillableCategoryName sets the "category_name" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableCategoryName(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetCategoryName(*v) - } - return _u -} - -// ClearCategoryName clears the value of the "category_name" field. -func (_u *FileHistoryUpdateOne) ClearCategoryName() *FileHistoryUpdateOne { - _u.mutation.ClearCategoryName() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *FileHistoryUpdateOne) SetCategoryID(v string) *FileHistoryUpdateOne { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableCategoryID(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetCategoryID(*v) - } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *FileHistoryUpdateOne) ClearCategoryID() *FileHistoryUpdateOne { - _u.mutation.ClearCategoryID() - return _u -} - -// SetName sets the "name" field. -func (_u *FileHistoryUpdateOne) SetName(v string) *FileHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableName(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// ClearName clears the value of the "name" field. -func (_u *FileHistoryUpdateOne) ClearName() *FileHistoryUpdateOne { - _u.mutation.ClearName() - return _u -} - -// SetProvidedFileName sets the "provided_file_name" field. -func (_u *FileHistoryUpdateOne) SetProvidedFileName(v string) *FileHistoryUpdateOne { - _u.mutation.SetProvidedFileName(v) - return _u -} - -// SetNillableProvidedFileName sets the "provided_file_name" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableProvidedFileName(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetProvidedFileName(*v) - } - return _u -} - -// SetProvidedFileExtension sets the "provided_file_extension" field. -func (_u *FileHistoryUpdateOne) SetProvidedFileExtension(v string) *FileHistoryUpdateOne { - _u.mutation.SetProvidedFileExtension(v) - return _u -} - -// SetNillableProvidedFileExtension sets the "provided_file_extension" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableProvidedFileExtension(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetProvidedFileExtension(*v) - } - return _u -} - -// SetProvidedFileSize sets the "provided_file_size" field. -func (_u *FileHistoryUpdateOne) SetProvidedFileSize(v int64) *FileHistoryUpdateOne { - _u.mutation.ResetProvidedFileSize() - _u.mutation.SetProvidedFileSize(v) - return _u -} - -// SetNillableProvidedFileSize sets the "provided_file_size" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableProvidedFileSize(v *int64) *FileHistoryUpdateOne { - if v != nil { - _u.SetProvidedFileSize(*v) - } - return _u -} - -// AddProvidedFileSize adds value to the "provided_file_size" field. -func (_u *FileHistoryUpdateOne) AddProvidedFileSize(v int64) *FileHistoryUpdateOne { - _u.mutation.AddProvidedFileSize(v) - return _u -} - -// ClearProvidedFileSize clears the value of the "provided_file_size" field. -func (_u *FileHistoryUpdateOne) ClearProvidedFileSize() *FileHistoryUpdateOne { - _u.mutation.ClearProvidedFileSize() - return _u -} - -// SetPersistedFileSize sets the "persisted_file_size" field. -func (_u *FileHistoryUpdateOne) SetPersistedFileSize(v int64) *FileHistoryUpdateOne { - _u.mutation.ResetPersistedFileSize() - _u.mutation.SetPersistedFileSize(v) - return _u -} - -// SetNillablePersistedFileSize sets the "persisted_file_size" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillablePersistedFileSize(v *int64) *FileHistoryUpdateOne { - if v != nil { - _u.SetPersistedFileSize(*v) - } - return _u -} - -// AddPersistedFileSize adds value to the "persisted_file_size" field. -func (_u *FileHistoryUpdateOne) AddPersistedFileSize(v int64) *FileHistoryUpdateOne { - _u.mutation.AddPersistedFileSize(v) - return _u -} - -// ClearPersistedFileSize clears the value of the "persisted_file_size" field. -func (_u *FileHistoryUpdateOne) ClearPersistedFileSize() *FileHistoryUpdateOne { - _u.mutation.ClearPersistedFileSize() - return _u -} - -// SetDetectedMimeType sets the "detected_mime_type" field. -func (_u *FileHistoryUpdateOne) SetDetectedMimeType(v string) *FileHistoryUpdateOne { - _u.mutation.SetDetectedMimeType(v) - return _u -} - -// SetNillableDetectedMimeType sets the "detected_mime_type" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableDetectedMimeType(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetDetectedMimeType(*v) - } - return _u -} - -// ClearDetectedMimeType clears the value of the "detected_mime_type" field. -func (_u *FileHistoryUpdateOne) ClearDetectedMimeType() *FileHistoryUpdateOne { - _u.mutation.ClearDetectedMimeType() - return _u -} - -// SetMd5Hash sets the "md5_hash" field. -func (_u *FileHistoryUpdateOne) SetMd5Hash(v string) *FileHistoryUpdateOne { - _u.mutation.SetMd5Hash(v) - return _u -} - -// SetNillableMd5Hash sets the "md5_hash" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableMd5Hash(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetMd5Hash(*v) - } - return _u -} - -// ClearMd5Hash clears the value of the "md5_hash" field. -func (_u *FileHistoryUpdateOne) ClearMd5Hash() *FileHistoryUpdateOne { - _u.mutation.ClearMd5Hash() - return _u -} - -// SetDetectedContentType sets the "detected_content_type" field. -func (_u *FileHistoryUpdateOne) SetDetectedContentType(v string) *FileHistoryUpdateOne { - _u.mutation.SetDetectedContentType(v) - return _u -} - -// SetNillableDetectedContentType sets the "detected_content_type" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableDetectedContentType(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetDetectedContentType(*v) - } - return _u -} - -// SetStoreKey sets the "store_key" field. -func (_u *FileHistoryUpdateOne) SetStoreKey(v string) *FileHistoryUpdateOne { - _u.mutation.SetStoreKey(v) - return _u -} - -// SetNillableStoreKey sets the "store_key" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStoreKey(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStoreKey(*v) - } - return _u -} - -// ClearStoreKey clears the value of the "store_key" field. -func (_u *FileHistoryUpdateOne) ClearStoreKey() *FileHistoryUpdateOne { - _u.mutation.ClearStoreKey() - return _u -} - -// SetCategoryType sets the "category_type" field. -func (_u *FileHistoryUpdateOne) SetCategoryType(v string) *FileHistoryUpdateOne { - _u.mutation.SetCategoryType(v) - return _u +// FileHistoryUpdate is the builder for updating FileHistory entities. +type FileHistoryUpdate struct { + config + hooks []Hook + mutation *FileHistoryMutation } -// SetNillableCategoryType sets the "category_type" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableCategoryType(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetCategoryType(*v) - } +// Where appends a list predicates to the FileHistoryUpdate builder. +func (_u *FileHistoryUpdate) Where(ps ...predicate.FileHistory) *FileHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearCategoryType clears the value of the "category_type" field. -func (_u *FileHistoryUpdateOne) ClearCategoryType() *FileHistoryUpdateOne { - _u.mutation.ClearCategoryType() - return _u +// Mutation returns the FileHistoryMutation object of the builder. +func (_u *FileHistoryUpdate) Mutation() *FileHistoryMutation { + return _u.mutation } -// SetURI sets the "uri" field. -func (_u *FileHistoryUpdateOne) SetURI(v string) *FileHistoryUpdateOne { - _u.mutation.SetURI(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *FileHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableURI sets the "uri" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableURI(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetURI(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *FileHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearURI clears the value of the "uri" field. -func (_u *FileHistoryUpdateOne) ClearURI() *FileHistoryUpdateOne { - _u.mutation.ClearURI() - return _u + return affected } -// SetStorageScheme sets the "storage_scheme" field. -func (_u *FileHistoryUpdateOne) SetStorageScheme(v string) *FileHistoryUpdateOne { - _u.mutation.SetStorageScheme(v) - return _u +// Exec executes the query. +func (_u *FileHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableStorageScheme sets the "storage_scheme" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStorageScheme(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStorageScheme(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *FileHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearStorageScheme clears the value of the "storage_scheme" field. -func (_u *FileHistoryUpdateOne) ClearStorageScheme() *FileHistoryUpdateOne { - _u.mutation.ClearStorageScheme() - return _u -} - -// SetStorageVolume sets the "storage_volume" field. -func (_u *FileHistoryUpdateOne) SetStorageVolume(v string) *FileHistoryUpdateOne { - _u.mutation.SetStorageVolume(v) - return _u } -// SetNillableStorageVolume sets the "storage_volume" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStorageVolume(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStorageVolume(*v) +func (_u *FileHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(filehistory.Table, filehistory.Columns, sqlgraph.NewFieldSpec(filehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearStorageVolume clears the value of the "storage_volume" field. -func (_u *FileHistoryUpdateOne) ClearStorageVolume() *FileHistoryUpdateOne { - _u.mutation.ClearStorageVolume() - return _u -} - -// SetStoragePath sets the "storage_path" field. -func (_u *FileHistoryUpdateOne) SetStoragePath(v string) *FileHistoryUpdateOne { - _u.mutation.SetStoragePath(v) - return _u -} - -// SetNillableStoragePath sets the "storage_path" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStoragePath(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStoragePath(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(filehistory.FieldRef, field.TypeString) } - return _u -} - -// ClearStoragePath clears the value of the "storage_path" field. -func (_u *FileHistoryUpdateOne) ClearStoragePath() *FileHistoryUpdateOne { - _u.mutation.ClearStoragePath() - return _u -} - -// SetFileContents sets the "file_contents" field. -func (_u *FileHistoryUpdateOne) SetFileContents(v []byte) *FileHistoryUpdateOne { - _u.mutation.SetFileContents(v) - return _u -} - -// ClearFileContents clears the value of the "file_contents" field. -func (_u *FileHistoryUpdateOne) ClearFileContents() *FileHistoryUpdateOne { - _u.mutation.ClearFileContents() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FileHistoryUpdateOne) SetMetadata(v map[string]interface{}) *FileHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FileHistoryUpdateOne) ClearMetadata() *FileHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetStorageRegion sets the "storage_region" field. -func (_u *FileHistoryUpdateOne) SetStorageRegion(v string) *FileHistoryUpdateOne { - _u.mutation.SetStorageRegion(v) - return _u -} - -// SetNillableStorageRegion sets the "storage_region" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStorageRegion(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStorageRegion(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(filehistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearStorageRegion clears the value of the "storage_region" field. -func (_u *FileHistoryUpdateOne) ClearStorageRegion() *FileHistoryUpdateOne { - _u.mutation.ClearStorageRegion() - return _u -} - -// SetStorageProvider sets the "storage_provider" field. -func (_u *FileHistoryUpdateOne) SetStorageProvider(v string) *FileHistoryUpdateOne { - _u.mutation.SetStorageProvider(v) - return _u -} - -// SetNillableStorageProvider sets the "storage_provider" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableStorageProvider(v *string) *FileHistoryUpdateOne { - if v != nil { - _u.SetStorageProvider(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(filehistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearStorageProvider clears the value of the "storage_provider" field. -func (_u *FileHistoryUpdateOne) ClearStorageProvider() *FileHistoryUpdateOne { - _u.mutation.ClearStorageProvider() - return _u -} - -// SetLastAccessedAt sets the "last_accessed_at" field. -func (_u *FileHistoryUpdateOne) SetLastAccessedAt(v time.Time) *FileHistoryUpdateOne { - _u.mutation.SetLastAccessedAt(v) - return _u -} - -// SetNillableLastAccessedAt sets the "last_accessed_at" field if the given value is not nil. -func (_u *FileHistoryUpdateOne) SetNillableLastAccessedAt(v *time.Time) *FileHistoryUpdateOne { - if v != nil { - _u.SetLastAccessedAt(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(filehistory.FieldCreatedBy, field.TypeString) } - return _u + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(filehistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(filehistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(filehistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(filehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(filehistory.FieldTags, field.TypeJSON) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(filehistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(filehistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(filehistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(filehistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(filehistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(filehistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(filehistory.FieldScopeID, field.TypeString) + } + if _u.mutation.CategoryNameCleared() { + _spec.ClearField(filehistory.FieldCategoryName, field.TypeString) + } + if _u.mutation.CategoryIDCleared() { + _spec.ClearField(filehistory.FieldCategoryID, field.TypeString) + } + if _u.mutation.NameCleared() { + _spec.ClearField(filehistory.FieldName, field.TypeString) + } + if _u.mutation.ProvidedFileSizeCleared() { + _spec.ClearField(filehistory.FieldProvidedFileSize, field.TypeInt64) + } + if _u.mutation.PersistedFileSizeCleared() { + _spec.ClearField(filehistory.FieldPersistedFileSize, field.TypeInt64) + } + if _u.mutation.DetectedMimeTypeCleared() { + _spec.ClearField(filehistory.FieldDetectedMimeType, field.TypeString) + } + if _u.mutation.Md5HashCleared() { + _spec.ClearField(filehistory.FieldMd5Hash, field.TypeString) + } + if _u.mutation.StoreKeyCleared() { + _spec.ClearField(filehistory.FieldStoreKey, field.TypeString) + } + if _u.mutation.CategoryTypeCleared() { + _spec.ClearField(filehistory.FieldCategoryType, field.TypeString) + } + if _u.mutation.URICleared() { + _spec.ClearField(filehistory.FieldURI, field.TypeString) + } + if _u.mutation.StorageSchemeCleared() { + _spec.ClearField(filehistory.FieldStorageScheme, field.TypeString) + } + if _u.mutation.StorageVolumeCleared() { + _spec.ClearField(filehistory.FieldStorageVolume, field.TypeString) + } + if _u.mutation.StoragePathCleared() { + _spec.ClearField(filehistory.FieldStoragePath, field.TypeString) + } + if _u.mutation.FileContentsCleared() { + _spec.ClearField(filehistory.FieldFileContents, field.TypeBytes) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(filehistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.StorageRegionCleared() { + _spec.ClearField(filehistory.FieldStorageRegion, field.TypeString) + } + if _u.mutation.StorageProviderCleared() { + _spec.ClearField(filehistory.FieldStorageProvider, field.TypeString) + } + if _u.mutation.LastAccessedAtCleared() { + _spec.ClearField(filehistory.FieldLastAccessedAt, field.TypeTime) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{filehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearLastAccessedAt clears the value of the "last_accessed_at" field. -func (_u *FileHistoryUpdateOne) ClearLastAccessedAt() *FileHistoryUpdateOne { - _u.mutation.ClearLastAccessedAt() - return _u +// FileHistoryUpdateOne is the builder for updating a single FileHistory entity. +type FileHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *FileHistoryMutation } // Mutation returns the FileHistoryMutation object of the builder. @@ -1612,9 +212,6 @@ func (_u *FileHistoryUpdateOne) Select(field string, fields ...string) *FileHist // Save executes the query and returns the updated FileHistory entity. func (_u *FileHistoryUpdateOne) Save(ctx context.Context) (*FileHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1640,24 +237,6 @@ func (_u *FileHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *FileHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if filehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized filehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := filehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FileHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FileHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *FileHistoryUpdateOne) sqlSave(ctx context.Context) (_node *FileHistory, err error) { _spec := sqlgraph.NewUpdateSpec(filehistory.Table, filehistory.Columns, sqlgraph.NewFieldSpec(filehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -1690,215 +269,102 @@ func (_u *FileHistoryUpdateOne) sqlSave(ctx context.Context) (_node *FileHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(filehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(filehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(filehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(filehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(filehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(filehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(filehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(filehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(filehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(filehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(filehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(filehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(filehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, filehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(filehistory.FieldTags, field.TypeJSON) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(filehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(filehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(filehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(filehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(filehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(filehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(filehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(filehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(filehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(filehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(filehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(filehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(filehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.CategoryName(); ok { - _spec.SetField(filehistory.FieldCategoryName, field.TypeString, value) - } if _u.mutation.CategoryNameCleared() { _spec.ClearField(filehistory.FieldCategoryName, field.TypeString) } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(filehistory.FieldCategoryID, field.TypeString, value) - } if _u.mutation.CategoryIDCleared() { _spec.ClearField(filehistory.FieldCategoryID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(filehistory.FieldName, field.TypeString, value) - } if _u.mutation.NameCleared() { _spec.ClearField(filehistory.FieldName, field.TypeString) } - if value, ok := _u.mutation.ProvidedFileName(); ok { - _spec.SetField(filehistory.FieldProvidedFileName, field.TypeString, value) - } - if value, ok := _u.mutation.ProvidedFileExtension(); ok { - _spec.SetField(filehistory.FieldProvidedFileExtension, field.TypeString, value) - } - if value, ok := _u.mutation.ProvidedFileSize(); ok { - _spec.SetField(filehistory.FieldProvidedFileSize, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedProvidedFileSize(); ok { - _spec.AddField(filehistory.FieldProvidedFileSize, field.TypeInt64, value) - } if _u.mutation.ProvidedFileSizeCleared() { _spec.ClearField(filehistory.FieldProvidedFileSize, field.TypeInt64) } - if value, ok := _u.mutation.PersistedFileSize(); ok { - _spec.SetField(filehistory.FieldPersistedFileSize, field.TypeInt64, value) - } - if value, ok := _u.mutation.AddedPersistedFileSize(); ok { - _spec.AddField(filehistory.FieldPersistedFileSize, field.TypeInt64, value) - } if _u.mutation.PersistedFileSizeCleared() { _spec.ClearField(filehistory.FieldPersistedFileSize, field.TypeInt64) } - if value, ok := _u.mutation.DetectedMimeType(); ok { - _spec.SetField(filehistory.FieldDetectedMimeType, field.TypeString, value) - } if _u.mutation.DetectedMimeTypeCleared() { _spec.ClearField(filehistory.FieldDetectedMimeType, field.TypeString) } - if value, ok := _u.mutation.Md5Hash(); ok { - _spec.SetField(filehistory.FieldMd5Hash, field.TypeString, value) - } if _u.mutation.Md5HashCleared() { _spec.ClearField(filehistory.FieldMd5Hash, field.TypeString) } - if value, ok := _u.mutation.DetectedContentType(); ok { - _spec.SetField(filehistory.FieldDetectedContentType, field.TypeString, value) - } - if value, ok := _u.mutation.StoreKey(); ok { - _spec.SetField(filehistory.FieldStoreKey, field.TypeString, value) - } if _u.mutation.StoreKeyCleared() { _spec.ClearField(filehistory.FieldStoreKey, field.TypeString) } - if value, ok := _u.mutation.CategoryType(); ok { - _spec.SetField(filehistory.FieldCategoryType, field.TypeString, value) - } if _u.mutation.CategoryTypeCleared() { _spec.ClearField(filehistory.FieldCategoryType, field.TypeString) } - if value, ok := _u.mutation.URI(); ok { - _spec.SetField(filehistory.FieldURI, field.TypeString, value) - } if _u.mutation.URICleared() { _spec.ClearField(filehistory.FieldURI, field.TypeString) } - if value, ok := _u.mutation.StorageScheme(); ok { - _spec.SetField(filehistory.FieldStorageScheme, field.TypeString, value) - } if _u.mutation.StorageSchemeCleared() { _spec.ClearField(filehistory.FieldStorageScheme, field.TypeString) } - if value, ok := _u.mutation.StorageVolume(); ok { - _spec.SetField(filehistory.FieldStorageVolume, field.TypeString, value) - } if _u.mutation.StorageVolumeCleared() { _spec.ClearField(filehistory.FieldStorageVolume, field.TypeString) } - if value, ok := _u.mutation.StoragePath(); ok { - _spec.SetField(filehistory.FieldStoragePath, field.TypeString, value) - } if _u.mutation.StoragePathCleared() { _spec.ClearField(filehistory.FieldStoragePath, field.TypeString) } - if value, ok := _u.mutation.FileContents(); ok { - _spec.SetField(filehistory.FieldFileContents, field.TypeBytes, value) - } if _u.mutation.FileContentsCleared() { _spec.ClearField(filehistory.FieldFileContents, field.TypeBytes) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(filehistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(filehistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.StorageRegion(); ok { - _spec.SetField(filehistory.FieldStorageRegion, field.TypeString, value) - } if _u.mutation.StorageRegionCleared() { _spec.ClearField(filehistory.FieldStorageRegion, field.TypeString) } - if value, ok := _u.mutation.StorageProvider(); ok { - _spec.SetField(filehistory.FieldStorageProvider, field.TypeString, value) - } if _u.mutation.StorageProviderCleared() { _spec.ClearField(filehistory.FieldStorageProvider, field.TypeString) } - if value, ok := _u.mutation.LastAccessedAt(); ok { - _spec.SetField(filehistory.FieldLastAccessedAt, field.TypeTime, value) - } if _u.mutation.LastAccessedAtCleared() { _spec.ClearField(filehistory.FieldLastAccessedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.FileHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &FileHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/findingcontrolhistory/findingcontrolhistory.go b/internal/ent/historygenerated/findingcontrolhistory/findingcontrolhistory.go index b62d4430bf..0c53b3db45 100644 --- a/internal/ent/historygenerated/findingcontrolhistory/findingcontrolhistory.go +++ b/internal/ent/historygenerated/findingcontrolhistory/findingcontrolhistory.go @@ -107,8 +107,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() string ) diff --git a/internal/ent/historygenerated/findingcontrolhistory_create.go b/internal/ent/historygenerated/findingcontrolhistory_create.go index 42b88704e4..0f03f592b7 100644 --- a/internal/ent/historygenerated/findingcontrolhistory_create.go +++ b/internal/ent/historygenerated/findingcontrolhistory_create.go @@ -376,7 +376,6 @@ func (_c *FindingControlHistoryCreate) createSpec() (*FindingControlHistory, *sq _node = &FindingControlHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(findingcontrolhistory.Table, sqlgraph.NewFieldSpec(findingcontrolhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.FindingControlHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/findingcontrolhistory_delete.go b/internal/ent/historygenerated/findingcontrolhistory_delete.go index f6d834cdd7..42c6f21f55 100644 --- a/internal/ent/historygenerated/findingcontrolhistory_delete.go +++ b/internal/ent/historygenerated/findingcontrolhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/findingcontrolhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // FindingControlHistoryDelete is the builder for deleting a FindingControlHistory entity. @@ -45,8 +43,6 @@ func (_d *FindingControlHistoryDelete) ExecX(ctx context.Context) int { func (_d *FindingControlHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(findingcontrolhistory.Table, sqlgraph.NewFieldSpec(findingcontrolhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.FindingControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/findingcontrolhistory_query.go b/internal/ent/historygenerated/findingcontrolhistory_query.go index 9e48e97a17..7f33d1abc9 100644 --- a/internal/ent/historygenerated/findingcontrolhistory_query.go +++ b/internal/ent/historygenerated/findingcontrolhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/findingcontrolhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type FindingControlHistoryQuery struct { order []findingcontrolhistory.OrderOption inters []Interceptor predicates []predicate.FindingControlHistory - loadTotal []func(context.Context, []*FindingControlHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*FindingControlHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *FindingControlHistoryQuery) Clone() *FindingControlHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.FindingControlHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *FindingControlHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.FindingControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *FindingControlHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *FindingControlHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.FindingControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *FindingControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.FindingControlHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *FindingControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *FindingControlHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *FindingControlHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (fchq *FindingControlHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "FindingControlHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *FindingControlHistorySelect) sqlScan(ctx context.Context, root *Findin defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *FindingControlHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *FindingControlHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/findingcontrolhistory_update.go b/internal/ent/historygenerated/findingcontrolhistory_update.go index 3f988d6ab7..c1a0936f58 100644 --- a/internal/ent/historygenerated/findingcontrolhistory_update.go +++ b/internal/ent/historygenerated/findingcontrolhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/findingcontrolhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // FindingControlHistoryUpdate is the builder for updating FindingControlHistory entities. type FindingControlHistoryUpdate struct { config - hooks []Hook - mutation *FindingControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *FindingControlHistoryMutation } // Where appends a list predicates to the FindingControlHistoryUpdate builder. @@ -34,190 +29,6 @@ func (_u *FindingControlHistoryUpdate) Where(ps ...predicate.FindingControlHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *FindingControlHistoryUpdate) SetUpdatedAt(v time.Time) *FindingControlHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FindingControlHistoryUpdate) ClearUpdatedAt() *FindingControlHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *FindingControlHistoryUpdate) SetUpdatedBy(v string) *FindingControlHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableUpdatedBy(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FindingControlHistoryUpdate) ClearUpdatedBy() *FindingControlHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FindingControlHistoryUpdate) SetUpdatedByImpersonator(v string) *FindingControlHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FindingControlHistoryUpdate) ClearUpdatedByImpersonator() *FindingControlHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *FindingControlHistoryUpdate) SetOwnerID(v string) *FindingControlHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableOwnerID(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *FindingControlHistoryUpdate) ClearOwnerID() *FindingControlHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetExternalStandard sets the "external_standard" field. -func (_u *FindingControlHistoryUpdate) SetExternalStandard(v string) *FindingControlHistoryUpdate { - _u.mutation.SetExternalStandard(v) - return _u -} - -// SetNillableExternalStandard sets the "external_standard" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableExternalStandard(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetExternalStandard(*v) - } - return _u -} - -// ClearExternalStandard clears the value of the "external_standard" field. -func (_u *FindingControlHistoryUpdate) ClearExternalStandard() *FindingControlHistoryUpdate { - _u.mutation.ClearExternalStandard() - return _u -} - -// SetExternalStandardVersion sets the "external_standard_version" field. -func (_u *FindingControlHistoryUpdate) SetExternalStandardVersion(v string) *FindingControlHistoryUpdate { - _u.mutation.SetExternalStandardVersion(v) - return _u -} - -// SetNillableExternalStandardVersion sets the "external_standard_version" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableExternalStandardVersion(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetExternalStandardVersion(*v) - } - return _u -} - -// ClearExternalStandardVersion clears the value of the "external_standard_version" field. -func (_u *FindingControlHistoryUpdate) ClearExternalStandardVersion() *FindingControlHistoryUpdate { - _u.mutation.ClearExternalStandardVersion() - return _u -} - -// SetExternalControlID sets the "external_control_id" field. -func (_u *FindingControlHistoryUpdate) SetExternalControlID(v string) *FindingControlHistoryUpdate { - _u.mutation.SetExternalControlID(v) - return _u -} - -// SetNillableExternalControlID sets the "external_control_id" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableExternalControlID(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetExternalControlID(*v) - } - return _u -} - -// ClearExternalControlID clears the value of the "external_control_id" field. -func (_u *FindingControlHistoryUpdate) ClearExternalControlID() *FindingControlHistoryUpdate { - _u.mutation.ClearExternalControlID() - return _u -} - -// SetSource sets the "source" field. -func (_u *FindingControlHistoryUpdate) SetSource(v string) *FindingControlHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableSource(v *string) *FindingControlHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *FindingControlHistoryUpdate) ClearSource() *FindingControlHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FindingControlHistoryUpdate) SetMetadata(v map[string]interface{}) *FindingControlHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FindingControlHistoryUpdate) ClearMetadata() *FindingControlHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetDiscoveredAt sets the "discovered_at" field. -func (_u *FindingControlHistoryUpdate) SetDiscoveredAt(v models.DateTime) *FindingControlHistoryUpdate { - _u.mutation.SetDiscoveredAt(v) - return _u -} - -// SetNillableDiscoveredAt sets the "discovered_at" field if the given value is not nil. -func (_u *FindingControlHistoryUpdate) SetNillableDiscoveredAt(v *models.DateTime) *FindingControlHistoryUpdate { - if v != nil { - _u.SetDiscoveredAt(*v) - } - return _u -} - -// ClearDiscoveredAt clears the value of the "discovered_at" field. -func (_u *FindingControlHistoryUpdate) ClearDiscoveredAt() *FindingControlHistoryUpdate { - _u.mutation.ClearDiscoveredAt() - return _u -} - // Mutation returns the FindingControlHistoryMutation object of the builder. func (_u *FindingControlHistoryUpdate) Mutation() *FindingControlHistoryMutation { return _u.mutation @@ -225,9 +36,6 @@ func (_u *FindingControlHistoryUpdate) Mutation() *FindingControlHistoryMutation // Save executes the query and returns the number of nodes affected by the update operation. func (_u *FindingControlHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -253,24 +61,6 @@ func (_u *FindingControlHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *FindingControlHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if findingcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized findingcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := findingcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FindingControlHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FindingControlHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *FindingControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(findingcontrolhistory.Table, findingcontrolhistory.Columns, sqlgraph.NewFieldSpec(findingcontrolhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -286,75 +76,42 @@ func (_u *FindingControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(findingcontrolhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(findingcontrolhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(findingcontrolhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(findingcontrolhistory.FieldOwnerID, field.TypeString) } if _u.mutation.StandardIDCleared() { _spec.ClearField(findingcontrolhistory.FieldStandardID, field.TypeString) } - if value, ok := _u.mutation.ExternalStandard(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalStandard, field.TypeString, value) - } if _u.mutation.ExternalStandardCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalStandard, field.TypeString) } - if value, ok := _u.mutation.ExternalStandardVersion(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalStandardVersion, field.TypeString, value) - } if _u.mutation.ExternalStandardVersionCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalStandardVersion, field.TypeString) } - if value, ok := _u.mutation.ExternalControlID(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalControlID, field.TypeString, value) - } if _u.mutation.ExternalControlIDCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalControlID, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(findingcontrolhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(findingcontrolhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(findingcontrolhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(findingcontrolhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.DiscoveredAt(); ok { - _spec.SetField(findingcontrolhistory.FieldDiscoveredAt, field.TypeTime, value) - } if _u.mutation.DiscoveredAtCleared() { _spec.ClearField(findingcontrolhistory.FieldDiscoveredAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.FindingControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{findingcontrolhistory.Label} @@ -370,194 +127,9 @@ func (_u *FindingControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, // FindingControlHistoryUpdateOne is the builder for updating a single FindingControlHistory entity. type FindingControlHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *FindingControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *FindingControlHistoryUpdateOne) SetUpdatedAt(v time.Time) *FindingControlHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FindingControlHistoryUpdateOne) ClearUpdatedAt() *FindingControlHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *FindingControlHistoryUpdateOne) SetUpdatedBy(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableUpdatedBy(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FindingControlHistoryUpdateOne) ClearUpdatedBy() *FindingControlHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FindingControlHistoryUpdateOne) SetUpdatedByImpersonator(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FindingControlHistoryUpdateOne) ClearUpdatedByImpersonator() *FindingControlHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *FindingControlHistoryUpdateOne) SetOwnerID(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableOwnerID(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *FindingControlHistoryUpdateOne) ClearOwnerID() *FindingControlHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetExternalStandard sets the "external_standard" field. -func (_u *FindingControlHistoryUpdateOne) SetExternalStandard(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetExternalStandard(v) - return _u -} - -// SetNillableExternalStandard sets the "external_standard" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableExternalStandard(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetExternalStandard(*v) - } - return _u -} - -// ClearExternalStandard clears the value of the "external_standard" field. -func (_u *FindingControlHistoryUpdateOne) ClearExternalStandard() *FindingControlHistoryUpdateOne { - _u.mutation.ClearExternalStandard() - return _u -} - -// SetExternalStandardVersion sets the "external_standard_version" field. -func (_u *FindingControlHistoryUpdateOne) SetExternalStandardVersion(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetExternalStandardVersion(v) - return _u -} - -// SetNillableExternalStandardVersion sets the "external_standard_version" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableExternalStandardVersion(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetExternalStandardVersion(*v) - } - return _u -} - -// ClearExternalStandardVersion clears the value of the "external_standard_version" field. -func (_u *FindingControlHistoryUpdateOne) ClearExternalStandardVersion() *FindingControlHistoryUpdateOne { - _u.mutation.ClearExternalStandardVersion() - return _u -} - -// SetExternalControlID sets the "external_control_id" field. -func (_u *FindingControlHistoryUpdateOne) SetExternalControlID(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetExternalControlID(v) - return _u -} - -// SetNillableExternalControlID sets the "external_control_id" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableExternalControlID(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetExternalControlID(*v) - } - return _u -} - -// ClearExternalControlID clears the value of the "external_control_id" field. -func (_u *FindingControlHistoryUpdateOne) ClearExternalControlID() *FindingControlHistoryUpdateOne { - _u.mutation.ClearExternalControlID() - return _u -} - -// SetSource sets the "source" field. -func (_u *FindingControlHistoryUpdateOne) SetSource(v string) *FindingControlHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableSource(v *string) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *FindingControlHistoryUpdateOne) ClearSource() *FindingControlHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FindingControlHistoryUpdateOne) SetMetadata(v map[string]interface{}) *FindingControlHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FindingControlHistoryUpdateOne) ClearMetadata() *FindingControlHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetDiscoveredAt sets the "discovered_at" field. -func (_u *FindingControlHistoryUpdateOne) SetDiscoveredAt(v models.DateTime) *FindingControlHistoryUpdateOne { - _u.mutation.SetDiscoveredAt(v) - return _u -} - -// SetNillableDiscoveredAt sets the "discovered_at" field if the given value is not nil. -func (_u *FindingControlHistoryUpdateOne) SetNillableDiscoveredAt(v *models.DateTime) *FindingControlHistoryUpdateOne { - if v != nil { - _u.SetDiscoveredAt(*v) - } - return _u -} - -// ClearDiscoveredAt clears the value of the "discovered_at" field. -func (_u *FindingControlHistoryUpdateOne) ClearDiscoveredAt() *FindingControlHistoryUpdateOne { - _u.mutation.ClearDiscoveredAt() - return _u + fields []string + hooks []Hook + mutation *FindingControlHistoryMutation } // Mutation returns the FindingControlHistoryMutation object of the builder. @@ -580,9 +152,6 @@ func (_u *FindingControlHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated FindingControlHistory entity. func (_u *FindingControlHistoryUpdateOne) Save(ctx context.Context) (*FindingControlHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -608,24 +177,6 @@ func (_u *FindingControlHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *FindingControlHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if findingcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized findingcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := findingcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FindingControlHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FindingControlHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *FindingControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *FindingControlHistory, err error) { _spec := sqlgraph.NewUpdateSpec(findingcontrolhistory.Table, findingcontrolhistory.Columns, sqlgraph.NewFieldSpec(findingcontrolhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -658,75 +209,42 @@ func (_u *FindingControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *F if _u.mutation.CreatedAtCleared() { _spec.ClearField(findingcontrolhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(findingcontrolhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(findingcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(findingcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(findingcontrolhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(findingcontrolhistory.FieldOwnerID, field.TypeString) } if _u.mutation.StandardIDCleared() { _spec.ClearField(findingcontrolhistory.FieldStandardID, field.TypeString) } - if value, ok := _u.mutation.ExternalStandard(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalStandard, field.TypeString, value) - } if _u.mutation.ExternalStandardCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalStandard, field.TypeString) } - if value, ok := _u.mutation.ExternalStandardVersion(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalStandardVersion, field.TypeString, value) - } if _u.mutation.ExternalStandardVersionCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalStandardVersion, field.TypeString) } - if value, ok := _u.mutation.ExternalControlID(); ok { - _spec.SetField(findingcontrolhistory.FieldExternalControlID, field.TypeString, value) - } if _u.mutation.ExternalControlIDCleared() { _spec.ClearField(findingcontrolhistory.FieldExternalControlID, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(findingcontrolhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(findingcontrolhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(findingcontrolhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(findingcontrolhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.DiscoveredAt(); ok { - _spec.SetField(findingcontrolhistory.FieldDiscoveredAt, field.TypeTime, value) - } if _u.mutation.DiscoveredAtCleared() { _spec.ClearField(findingcontrolhistory.FieldDiscoveredAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.FindingControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &FindingControlHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/findinghistory/findinghistory.go b/internal/ent/historygenerated/findinghistory/findinghistory.go index 372b741aec..9acb383616 100644 --- a/internal/ent/historygenerated/findinghistory/findinghistory.go +++ b/internal/ent/historygenerated/findinghistory/findinghistory.go @@ -252,8 +252,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/findinghistory_create.go b/internal/ent/historygenerated/findinghistory_create.go index acb233fa57..50d2bed3e6 100644 --- a/internal/ent/historygenerated/findinghistory_create.go +++ b/internal/ent/historygenerated/findinghistory_create.go @@ -1039,7 +1039,6 @@ func (_c *FindingHistoryCreate) createSpec() (*FindingHistory, *sqlgraph.CreateS _node = &FindingHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(findinghistory.Table, sqlgraph.NewFieldSpec(findinghistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.FindingHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/findinghistory_delete.go b/internal/ent/historygenerated/findinghistory_delete.go index 3897326478..9f4f49079b 100644 --- a/internal/ent/historygenerated/findinghistory_delete.go +++ b/internal/ent/historygenerated/findinghistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/findinghistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // FindingHistoryDelete is the builder for deleting a FindingHistory entity. @@ -45,8 +43,6 @@ func (_d *FindingHistoryDelete) ExecX(ctx context.Context) int { func (_d *FindingHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(findinghistory.Table, sqlgraph.NewFieldSpec(findinghistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.FindingHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/findinghistory_query.go b/internal/ent/historygenerated/findinghistory_query.go index 9c03bb8fae..76e63cdf71 100644 --- a/internal/ent/historygenerated/findinghistory_query.go +++ b/internal/ent/historygenerated/findinghistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/findinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type FindingHistoryQuery struct { order []findinghistory.OrderOption inters []Interceptor predicates []predicate.FindingHistory - loadTotal []func(context.Context, []*FindingHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*FindingHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *FindingHistoryQuery) Clone() *FindingHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.FindingHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *FindingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.FindingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *FindingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( func (_q *FindingHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.FindingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *FindingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.FindingHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *FindingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *FindingHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *FindingHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (fhq *FindingHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "FindingHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *FindingHistorySelect) sqlScan(ctx context.Context, root *FindingHistor defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *FindingHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *FindingHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/findinghistory_update.go b/internal/ent/historygenerated/findinghistory_update.go index 4496813b4d..71b89a3ec0 100644 --- a/internal/ent/historygenerated/findinghistory_update.go +++ b/internal/ent/historygenerated/findinghistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/findinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // FindingHistoryUpdate is the builder for updating FindingHistory entities. type FindingHistoryUpdate struct { config - hooks []Hook - mutation *FindingHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *FindingHistoryMutation } // Where appends a list predicates to the FindingHistoryUpdate builder. @@ -36,2812 +29,254 @@ func (_u *FindingHistoryUpdate) Where(ps ...predicate.FindingHistory) *FindingHi return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *FindingHistoryUpdate) SetUpdatedAt(v time.Time) *FindingHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FindingHistoryUpdate) ClearUpdatedAt() *FindingHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the FindingHistoryMutation object of the builder. +func (_u *FindingHistoryUpdate) Mutation() *FindingHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *FindingHistoryUpdate) SetUpdatedBy(v string) *FindingHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *FindingHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableUpdatedBy(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *FindingHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FindingHistoryUpdate) ClearUpdatedBy() *FindingHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FindingHistoryUpdate) SetUpdatedByImpersonator(v string) *FindingHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *FindingHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *FindingHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FindingHistoryUpdate) ClearUpdatedByImpersonator() *FindingHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *FindingHistoryUpdate) SetDeletedAt(v time.Time) *FindingHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableDeletedAt(v *time.Time) *FindingHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *FindingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(findinghistory.Table, findinghistory.Columns, sqlgraph.NewFieldSpec(findinghistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *FindingHistoryUpdate) ClearDeletedAt() *FindingHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *FindingHistoryUpdate) SetDeletedBy(v string) *FindingHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableDeletedBy(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(findinghistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *FindingHistoryUpdate) ClearDeletedBy() *FindingHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *FindingHistoryUpdate) SetTags(v []string) *FindingHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *FindingHistoryUpdate) AppendTags(v []string) *FindingHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *FindingHistoryUpdate) ClearTags() *FindingHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *FindingHistoryUpdate) SetReviewedBy(v string) *FindingHistoryUpdate { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableReviewedBy(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetReviewedBy(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(findinghistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *FindingHistoryUpdate) ClearReviewedBy() *FindingHistoryUpdate { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *FindingHistoryUpdate) SetReviewedByUserID(v string) *FindingHistoryUpdate { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableReviewedByUserID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetReviewedByUserID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(findinghistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *FindingHistoryUpdate) ClearReviewedByUserID() *FindingHistoryUpdate { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *FindingHistoryUpdate) SetReviewedByGroupID(v string) *FindingHistoryUpdate { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableReviewedByGroupID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetReviewedByGroupID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(findinghistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *FindingHistoryUpdate) ClearReviewedByGroupID() *FindingHistoryUpdate { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetAssignedTo sets the "assigned_to" field. -func (_u *FindingHistoryUpdate) SetAssignedTo(v string) *FindingHistoryUpdate { - _u.mutation.SetAssignedTo(v) - return _u -} - -// SetNillableAssignedTo sets the "assigned_to" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableAssignedTo(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetAssignedTo(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(findinghistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearAssignedTo clears the value of the "assigned_to" field. -func (_u *FindingHistoryUpdate) ClearAssignedTo() *FindingHistoryUpdate { - _u.mutation.ClearAssignedTo() - return _u -} - -// SetAssignedToUserID sets the "assigned_to_user_id" field. -func (_u *FindingHistoryUpdate) SetAssignedToUserID(v string) *FindingHistoryUpdate { - _u.mutation.SetAssignedToUserID(v) - return _u -} - -// SetNillableAssignedToUserID sets the "assigned_to_user_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableAssignedToUserID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetAssignedToUserID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(findinghistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearAssignedToUserID clears the value of the "assigned_to_user_id" field. -func (_u *FindingHistoryUpdate) ClearAssignedToUserID() *FindingHistoryUpdate { - _u.mutation.ClearAssignedToUserID() - return _u -} - -// SetAssignedToGroupID sets the "assigned_to_group_id" field. -func (_u *FindingHistoryUpdate) SetAssignedToGroupID(v string) *FindingHistoryUpdate { - _u.mutation.SetAssignedToGroupID(v) - return _u -} - -// SetNillableAssignedToGroupID sets the "assigned_to_group_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableAssignedToGroupID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetAssignedToGroupID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(findinghistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearAssignedToGroupID clears the value of the "assigned_to_group_id" field. -func (_u *FindingHistoryUpdate) ClearAssignedToGroupID() *FindingHistoryUpdate { - _u.mutation.ClearAssignedToGroupID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *FindingHistoryUpdate) SetInternalNotes(v string) *FindingHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableInternalNotes(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(findinghistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *FindingHistoryUpdate) ClearInternalNotes() *FindingHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *FindingHistoryUpdate) SetSystemInternalID(v string) *FindingHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableSystemInternalID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(findinghistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *FindingHistoryUpdate) ClearSystemInternalID() *FindingHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *FindingHistoryUpdate) SetEnvironmentName(v string) *FindingHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableEnvironmentName(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(findinghistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *FindingHistoryUpdate) ClearEnvironmentName() *FindingHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *FindingHistoryUpdate) SetEnvironmentID(v string) *FindingHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableEnvironmentID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.ReviewedByCleared() { + _spec.ClearField(findinghistory.FieldReviewedBy, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *FindingHistoryUpdate) ClearEnvironmentID() *FindingHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *FindingHistoryUpdate) SetScopeName(v string) *FindingHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableScopeName(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.ReviewedByUserIDCleared() { + _spec.ClearField(findinghistory.FieldReviewedByUserID, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *FindingHistoryUpdate) ClearScopeName() *FindingHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *FindingHistoryUpdate) SetScopeID(v string) *FindingHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableScopeID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.ReviewedByGroupIDCleared() { + _spec.ClearField(findinghistory.FieldReviewedByGroupID, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *FindingHistoryUpdate) ClearScopeID() *FindingHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetFindingStatusName sets the "finding_status_name" field. -func (_u *FindingHistoryUpdate) SetFindingStatusName(v string) *FindingHistoryUpdate { - _u.mutation.SetFindingStatusName(v) - return _u -} - -// SetNillableFindingStatusName sets the "finding_status_name" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableFindingStatusName(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetFindingStatusName(*v) + if _u.mutation.AssignedToCleared() { + _spec.ClearField(findinghistory.FieldAssignedTo, field.TypeString) } - return _u -} - -// ClearFindingStatusName clears the value of the "finding_status_name" field. -func (_u *FindingHistoryUpdate) ClearFindingStatusName() *FindingHistoryUpdate { - _u.mutation.ClearFindingStatusName() - return _u -} - -// SetFindingStatusID sets the "finding_status_id" field. -func (_u *FindingHistoryUpdate) SetFindingStatusID(v string) *FindingHistoryUpdate { - _u.mutation.SetFindingStatusID(v) - return _u -} - -// SetNillableFindingStatusID sets the "finding_status_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableFindingStatusID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetFindingStatusID(*v) + if _u.mutation.AssignedToUserIDCleared() { + _spec.ClearField(findinghistory.FieldAssignedToUserID, field.TypeString) } - return _u -} - -// ClearFindingStatusID clears the value of the "finding_status_id" field. -func (_u *FindingHistoryUpdate) ClearFindingStatusID() *FindingHistoryUpdate { - _u.mutation.ClearFindingStatusID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *FindingHistoryUpdate) SetWorkflowEligibleMarker(v bool) *FindingHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.AssignedToGroupIDCleared() { + _spec.ClearField(findinghistory.FieldAssignedToGroupID, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *FindingHistoryUpdate) ClearWorkflowEligibleMarker() *FindingHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *FindingHistoryUpdate) SetExternalID(v string) *FindingHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableExternalID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(findinghistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *FindingHistoryUpdate) ClearExternalID() *FindingHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *FindingHistoryUpdate) SetSecurityLevel(v enums.SecurityLevel) *FindingHistoryUpdate { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableSecurityLevel(v *enums.SecurityLevel) *FindingHistoryUpdate { - if v != nil { - _u.SetSecurityLevel(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(findinghistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearSecurityLevel clears the value of the "security_level" field. -func (_u *FindingHistoryUpdate) ClearSecurityLevel() *FindingHistoryUpdate { - _u.mutation.ClearSecurityLevel() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *FindingHistoryUpdate) SetExternalOwnerID(v string) *FindingHistoryUpdate { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableExternalOwnerID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *FindingHistoryUpdate) ClearExternalOwnerID() *FindingHistoryUpdate { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetSource sets the "source" field. -func (_u *FindingHistoryUpdate) SetSource(v string) *FindingHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableSource(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *FindingHistoryUpdate) ClearSource() *FindingHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetResourceName sets the "resource_name" field. -func (_u *FindingHistoryUpdate) SetResourceName(v string) *FindingHistoryUpdate { - _u.mutation.SetResourceName(v) - return _u -} - -// SetNillableResourceName sets the "resource_name" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableResourceName(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetResourceName(*v) - } - return _u -} - -// ClearResourceName clears the value of the "resource_name" field. -func (_u *FindingHistoryUpdate) ClearResourceName() *FindingHistoryUpdate { - _u.mutation.ClearResourceName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *FindingHistoryUpdate) SetDisplayName(v string) *FindingHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableDisplayName(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *FindingHistoryUpdate) ClearDisplayName() *FindingHistoryUpdate { - _u.mutation.ClearDisplayName() - return _u -} - -// SetState sets the "state" field. -func (_u *FindingHistoryUpdate) SetState(v string) *FindingHistoryUpdate { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableState(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetState(*v) - } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *FindingHistoryUpdate) ClearState() *FindingHistoryUpdate { - _u.mutation.ClearState() - return _u -} - -// SetCategory sets the "category" field. -func (_u *FindingHistoryUpdate) SetCategory(v string) *FindingHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableCategory(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *FindingHistoryUpdate) ClearCategory() *FindingHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetCategories sets the "categories" field. -func (_u *FindingHistoryUpdate) SetCategories(v []string) *FindingHistoryUpdate { - _u.mutation.SetCategories(v) - return _u -} - -// AppendCategories appends value to the "categories" field. -func (_u *FindingHistoryUpdate) AppendCategories(v []string) *FindingHistoryUpdate { - _u.mutation.AppendCategories(v) - return _u -} - -// ClearCategories clears the value of the "categories" field. -func (_u *FindingHistoryUpdate) ClearCategories() *FindingHistoryUpdate { - _u.mutation.ClearCategories() - return _u -} - -// SetFindingClass sets the "finding_class" field. -func (_u *FindingHistoryUpdate) SetFindingClass(v string) *FindingHistoryUpdate { - _u.mutation.SetFindingClass(v) - return _u -} - -// SetNillableFindingClass sets the "finding_class" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableFindingClass(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetFindingClass(*v) - } - return _u -} - -// ClearFindingClass clears the value of the "finding_class" field. -func (_u *FindingHistoryUpdate) ClearFindingClass() *FindingHistoryUpdate { - _u.mutation.ClearFindingClass() - return _u -} - -// SetSeverity sets the "severity" field. -func (_u *FindingHistoryUpdate) SetSeverity(v string) *FindingHistoryUpdate { - _u.mutation.SetSeverity(v) - return _u -} - -// SetNillableSeverity sets the "severity" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableSeverity(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetSeverity(*v) - } - return _u -} - -// ClearSeverity clears the value of the "severity" field. -func (_u *FindingHistoryUpdate) ClearSeverity() *FindingHistoryUpdate { - _u.mutation.ClearSeverity() - return _u -} - -// SetNumericSeverity sets the "numeric_severity" field. -func (_u *FindingHistoryUpdate) SetNumericSeverity(v float64) *FindingHistoryUpdate { - _u.mutation.ResetNumericSeverity() - _u.mutation.SetNumericSeverity(v) - return _u -} - -// SetNillableNumericSeverity sets the "numeric_severity" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableNumericSeverity(v *float64) *FindingHistoryUpdate { - if v != nil { - _u.SetNumericSeverity(*v) - } - return _u -} - -// AddNumericSeverity adds value to the "numeric_severity" field. -func (_u *FindingHistoryUpdate) AddNumericSeverity(v float64) *FindingHistoryUpdate { - _u.mutation.AddNumericSeverity(v) - return _u -} - -// ClearNumericSeverity clears the value of the "numeric_severity" field. -func (_u *FindingHistoryUpdate) ClearNumericSeverity() *FindingHistoryUpdate { - _u.mutation.ClearNumericSeverity() - return _u -} - -// SetScore sets the "score" field. -func (_u *FindingHistoryUpdate) SetScore(v float64) *FindingHistoryUpdate { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableScore(v *float64) *FindingHistoryUpdate { - if v != nil { - _u.SetScore(*v) - } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *FindingHistoryUpdate) AddScore(v float64) *FindingHistoryUpdate { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *FindingHistoryUpdate) ClearScore() *FindingHistoryUpdate { - _u.mutation.ClearScore() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *FindingHistoryUpdate) SetImpact(v float64) *FindingHistoryUpdate { - _u.mutation.ResetImpact() - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableImpact(v *float64) *FindingHistoryUpdate { - if v != nil { - _u.SetImpact(*v) - } - return _u -} - -// AddImpact adds value to the "impact" field. -func (_u *FindingHistoryUpdate) AddImpact(v float64) *FindingHistoryUpdate { - _u.mutation.AddImpact(v) - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *FindingHistoryUpdate) ClearImpact() *FindingHistoryUpdate { - _u.mutation.ClearImpact() - return _u -} - -// SetExploitability sets the "exploitability" field. -func (_u *FindingHistoryUpdate) SetExploitability(v float64) *FindingHistoryUpdate { - _u.mutation.ResetExploitability() - _u.mutation.SetExploitability(v) - return _u -} - -// SetNillableExploitability sets the "exploitability" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableExploitability(v *float64) *FindingHistoryUpdate { - if v != nil { - _u.SetExploitability(*v) - } - return _u -} - -// AddExploitability adds value to the "exploitability" field. -func (_u *FindingHistoryUpdate) AddExploitability(v float64) *FindingHistoryUpdate { - _u.mutation.AddExploitability(v) - return _u -} - -// ClearExploitability clears the value of the "exploitability" field. -func (_u *FindingHistoryUpdate) ClearExploitability() *FindingHistoryUpdate { - _u.mutation.ClearExploitability() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *FindingHistoryUpdate) SetPriority(v string) *FindingHistoryUpdate { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillablePriority(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetPriority(*v) - } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *FindingHistoryUpdate) ClearPriority() *FindingHistoryUpdate { - _u.mutation.ClearPriority() - return _u -} - -// SetOpen sets the "open" field. -func (_u *FindingHistoryUpdate) SetOpen(v bool) *FindingHistoryUpdate { - _u.mutation.SetOpen(v) - return _u -} - -// SetNillableOpen sets the "open" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableOpen(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetOpen(*v) - } - return _u -} - -// ClearOpen clears the value of the "open" field. -func (_u *FindingHistoryUpdate) ClearOpen() *FindingHistoryUpdate { - _u.mutation.ClearOpen() - return _u -} - -// SetBlocksProduction sets the "blocks_production" field. -func (_u *FindingHistoryUpdate) SetBlocksProduction(v bool) *FindingHistoryUpdate { - _u.mutation.SetBlocksProduction(v) - return _u -} - -// SetNillableBlocksProduction sets the "blocks_production" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableBlocksProduction(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetBlocksProduction(*v) - } - return _u -} - -// ClearBlocksProduction clears the value of the "blocks_production" field. -func (_u *FindingHistoryUpdate) ClearBlocksProduction() *FindingHistoryUpdate { - _u.mutation.ClearBlocksProduction() - return _u -} - -// SetProduction sets the "production" field. -func (_u *FindingHistoryUpdate) SetProduction(v bool) *FindingHistoryUpdate { - _u.mutation.SetProduction(v) - return _u -} - -// SetNillableProduction sets the "production" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableProduction(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetProduction(*v) - } - return _u -} - -// ClearProduction clears the value of the "production" field. -func (_u *FindingHistoryUpdate) ClearProduction() *FindingHistoryUpdate { - _u.mutation.ClearProduction() - return _u -} - -// SetPublic sets the "public" field. -func (_u *FindingHistoryUpdate) SetPublic(v bool) *FindingHistoryUpdate { - _u.mutation.SetPublic(v) - return _u -} - -// SetNillablePublic sets the "public" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillablePublic(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetPublic(*v) - } - return _u -} - -// ClearPublic clears the value of the "public" field. -func (_u *FindingHistoryUpdate) ClearPublic() *FindingHistoryUpdate { - _u.mutation.ClearPublic() - return _u -} - -// SetValidated sets the "validated" field. -func (_u *FindingHistoryUpdate) SetValidated(v bool) *FindingHistoryUpdate { - _u.mutation.SetValidated(v) - return _u -} - -// SetNillableValidated sets the "validated" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableValidated(v *bool) *FindingHistoryUpdate { - if v != nil { - _u.SetValidated(*v) - } - return _u -} - -// ClearValidated clears the value of the "validated" field. -func (_u *FindingHistoryUpdate) ClearValidated() *FindingHistoryUpdate { - _u.mutation.ClearValidated() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *FindingHistoryUpdate) SetAssessmentID(v string) *FindingHistoryUpdate { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableAssessmentID(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetAssessmentID(*v) - } - return _u -} - -// ClearAssessmentID clears the value of the "assessment_id" field. -func (_u *FindingHistoryUpdate) ClearAssessmentID() *FindingHistoryUpdate { - _u.mutation.ClearAssessmentID() - return _u -} - -// SetDescription sets the "description" field. -func (_u *FindingHistoryUpdate) SetDescription(v string) *FindingHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableDescription(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *FindingHistoryUpdate) ClearDescription() *FindingHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetRecommendation sets the "recommendation" field. -func (_u *FindingHistoryUpdate) SetRecommendation(v string) *FindingHistoryUpdate { - _u.mutation.SetRecommendation(v) - return _u -} - -// SetNillableRecommendation sets the "recommendation" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableRecommendation(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetRecommendation(*v) - } - return _u -} - -// ClearRecommendation clears the value of the "recommendation" field. -func (_u *FindingHistoryUpdate) ClearRecommendation() *FindingHistoryUpdate { - _u.mutation.ClearRecommendation() - return _u -} - -// SetRecommendedActions sets the "recommended_actions" field. -func (_u *FindingHistoryUpdate) SetRecommendedActions(v string) *FindingHistoryUpdate { - _u.mutation.SetRecommendedActions(v) - return _u -} - -// SetNillableRecommendedActions sets the "recommended_actions" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableRecommendedActions(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetRecommendedActions(*v) - } - return _u -} - -// ClearRecommendedActions clears the value of the "recommended_actions" field. -func (_u *FindingHistoryUpdate) ClearRecommendedActions() *FindingHistoryUpdate { - _u.mutation.ClearRecommendedActions() - return _u -} - -// SetReferences sets the "references" field. -func (_u *FindingHistoryUpdate) SetReferences(v []string) *FindingHistoryUpdate { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *FindingHistoryUpdate) AppendReferences(v []string) *FindingHistoryUpdate { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *FindingHistoryUpdate) ClearReferences() *FindingHistoryUpdate { - _u.mutation.ClearReferences() - return _u -} - -// SetStepsToReproduce sets the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdate) SetStepsToReproduce(v []string) *FindingHistoryUpdate { - _u.mutation.SetStepsToReproduce(v) - return _u -} - -// AppendStepsToReproduce appends value to the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdate) AppendStepsToReproduce(v []string) *FindingHistoryUpdate { - _u.mutation.AppendStepsToReproduce(v) - return _u -} - -// ClearStepsToReproduce clears the value of the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdate) ClearStepsToReproduce() *FindingHistoryUpdate { - _u.mutation.ClearStepsToReproduce() - return _u -} - -// SetTargets sets the "targets" field. -func (_u *FindingHistoryUpdate) SetTargets(v []string) *FindingHistoryUpdate { - _u.mutation.SetTargets(v) - return _u -} - -// AppendTargets appends value to the "targets" field. -func (_u *FindingHistoryUpdate) AppendTargets(v []string) *FindingHistoryUpdate { - _u.mutation.AppendTargets(v) - return _u -} - -// ClearTargets clears the value of the "targets" field. -func (_u *FindingHistoryUpdate) ClearTargets() *FindingHistoryUpdate { - _u.mutation.ClearTargets() - return _u -} - -// SetTargetDetails sets the "target_details" field. -func (_u *FindingHistoryUpdate) SetTargetDetails(v map[string]interface{}) *FindingHistoryUpdate { - _u.mutation.SetTargetDetails(v) - return _u -} - -// ClearTargetDetails clears the value of the "target_details" field. -func (_u *FindingHistoryUpdate) ClearTargetDetails() *FindingHistoryUpdate { - _u.mutation.ClearTargetDetails() - return _u -} - -// SetVector sets the "vector" field. -func (_u *FindingHistoryUpdate) SetVector(v string) *FindingHistoryUpdate { - _u.mutation.SetVector(v) - return _u -} - -// SetNillableVector sets the "vector" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableVector(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetVector(*v) - } - return _u -} - -// ClearVector clears the value of the "vector" field. -func (_u *FindingHistoryUpdate) ClearVector() *FindingHistoryUpdate { - _u.mutation.ClearVector() - return _u -} - -// SetRemediationSLA sets the "remediation_sla" field. -func (_u *FindingHistoryUpdate) SetRemediationSLA(v int) *FindingHistoryUpdate { - _u.mutation.ResetRemediationSLA() - _u.mutation.SetRemediationSLA(v) - return _u -} - -// SetNillableRemediationSLA sets the "remediation_sla" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableRemediationSLA(v *int) *FindingHistoryUpdate { - if v != nil { - _u.SetRemediationSLA(*v) - } - return _u -} - -// AddRemediationSLA adds value to the "remediation_sla" field. -func (_u *FindingHistoryUpdate) AddRemediationSLA(v int) *FindingHistoryUpdate { - _u.mutation.AddRemediationSLA(v) - return _u -} - -// ClearRemediationSLA clears the value of the "remediation_sla" field. -func (_u *FindingHistoryUpdate) ClearRemediationSLA() *FindingHistoryUpdate { - _u.mutation.ClearRemediationSLA() - return _u -} - -// SetEventTime sets the "event_time" field. -func (_u *FindingHistoryUpdate) SetEventTime(v models.DateTime) *FindingHistoryUpdate { - _u.mutation.SetEventTime(v) - return _u -} - -// SetNillableEventTime sets the "event_time" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableEventTime(v *models.DateTime) *FindingHistoryUpdate { - if v != nil { - _u.SetEventTime(*v) - } - return _u -} - -// ClearEventTime clears the value of the "event_time" field. -func (_u *FindingHistoryUpdate) ClearEventTime() *FindingHistoryUpdate { - _u.mutation.ClearEventTime() - return _u -} - -// SetReportedAt sets the "reported_at" field. -func (_u *FindingHistoryUpdate) SetReportedAt(v models.DateTime) *FindingHistoryUpdate { - _u.mutation.SetReportedAt(v) - return _u -} - -// SetNillableReportedAt sets the "reported_at" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableReportedAt(v *models.DateTime) *FindingHistoryUpdate { - if v != nil { - _u.SetReportedAt(*v) - } - return _u -} - -// ClearReportedAt clears the value of the "reported_at" field. -func (_u *FindingHistoryUpdate) ClearReportedAt() *FindingHistoryUpdate { - _u.mutation.ClearReportedAt() - return _u -} - -// SetSourceUpdatedAt sets the "source_updated_at" field. -func (_u *FindingHistoryUpdate) SetSourceUpdatedAt(v models.DateTime) *FindingHistoryUpdate { - _u.mutation.SetSourceUpdatedAt(v) - return _u -} - -// SetNillableSourceUpdatedAt sets the "source_updated_at" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableSourceUpdatedAt(v *models.DateTime) *FindingHistoryUpdate { - if v != nil { - _u.SetSourceUpdatedAt(*v) - } - return _u -} - -// ClearSourceUpdatedAt clears the value of the "source_updated_at" field. -func (_u *FindingHistoryUpdate) ClearSourceUpdatedAt() *FindingHistoryUpdate { - _u.mutation.ClearSourceUpdatedAt() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *FindingHistoryUpdate) SetExternalURI(v string) *FindingHistoryUpdate { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *FindingHistoryUpdate) SetNillableExternalURI(v *string) *FindingHistoryUpdate { - if v != nil { - _u.SetExternalURI(*v) - } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *FindingHistoryUpdate) ClearExternalURI() *FindingHistoryUpdate { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FindingHistoryUpdate) SetMetadata(v map[string]interface{}) *FindingHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FindingHistoryUpdate) ClearMetadata() *FindingHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *FindingHistoryUpdate) SetRawPayload(v map[string]interface{}) *FindingHistoryUpdate { - _u.mutation.SetRawPayload(v) - return _u -} - -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *FindingHistoryUpdate) ClearRawPayload() *FindingHistoryUpdate { - _u.mutation.ClearRawPayload() - return _u -} - -// Mutation returns the FindingHistoryMutation object of the builder. -func (_u *FindingHistoryUpdate) Mutation() *FindingHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *FindingHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *FindingHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *FindingHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *FindingHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *FindingHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if findinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized findinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := findinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *FindingHistoryUpdate) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := findinghistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "FindingHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FindingHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FindingHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *FindingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(findinghistory.Table, findinghistory.Columns, sqlgraph.NewFieldSpec(findinghistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(findinghistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(findinghistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(findinghistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(findinghistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(findinghistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(findinghistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(findinghistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(findinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(findinghistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(findinghistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(findinghistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(findinghistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(findinghistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(findinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(findinghistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(findinghistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(findinghistory.FieldReviewedBy, field.TypeString, value) - } - if _u.mutation.ReviewedByCleared() { - _spec.ClearField(findinghistory.FieldReviewedBy, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(findinghistory.FieldReviewedByUserID, field.TypeString, value) - } - if _u.mutation.ReviewedByUserIDCleared() { - _spec.ClearField(findinghistory.FieldReviewedByUserID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(findinghistory.FieldReviewedByGroupID, field.TypeString, value) - } - if _u.mutation.ReviewedByGroupIDCleared() { - _spec.ClearField(findinghistory.FieldReviewedByGroupID, field.TypeString) - } - if value, ok := _u.mutation.AssignedTo(); ok { - _spec.SetField(findinghistory.FieldAssignedTo, field.TypeString, value) - } - if _u.mutation.AssignedToCleared() { - _spec.ClearField(findinghistory.FieldAssignedTo, field.TypeString) - } - if value, ok := _u.mutation.AssignedToUserID(); ok { - _spec.SetField(findinghistory.FieldAssignedToUserID, field.TypeString, value) - } - if _u.mutation.AssignedToUserIDCleared() { - _spec.ClearField(findinghistory.FieldAssignedToUserID, field.TypeString) - } - if value, ok := _u.mutation.AssignedToGroupID(); ok { - _spec.SetField(findinghistory.FieldAssignedToGroupID, field.TypeString, value) - } - if _u.mutation.AssignedToGroupIDCleared() { - _spec.ClearField(findinghistory.FieldAssignedToGroupID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(findinghistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(findinghistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(findinghistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(findinghistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(findinghistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(findinghistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(findinghistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(findinghistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(findinghistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(findinghistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(findinghistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(findinghistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(findinghistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.FindingStatusName(); ok { - _spec.SetField(findinghistory.FieldFindingStatusName, field.TypeString, value) - } - if _u.mutation.FindingStatusNameCleared() { - _spec.ClearField(findinghistory.FieldFindingStatusName, field.TypeString) - } - if value, ok := _u.mutation.FindingStatusID(); ok { - _spec.SetField(findinghistory.FieldFindingStatusID, field.TypeString, value) - } - if _u.mutation.FindingStatusIDCleared() { - _spec.ClearField(findinghistory.FieldFindingStatusID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(findinghistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(findinghistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(findinghistory.FieldExternalID, field.TypeString, value) - } - if _u.mutation.ExternalIDCleared() { - _spec.ClearField(findinghistory.FieldExternalID, field.TypeString) - } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(findinghistory.FieldSecurityLevel, field.TypeEnum, value) - } - if _u.mutation.SecurityLevelCleared() { - _spec.ClearField(findinghistory.FieldSecurityLevel, field.TypeEnum) - } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(findinghistory.FieldExternalOwnerID, field.TypeString, value) - } - if _u.mutation.ExternalOwnerIDCleared() { - _spec.ClearField(findinghistory.FieldExternalOwnerID, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(findinghistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(findinghistory.FieldSource, field.TypeString) - } - if value, ok := _u.mutation.ResourceName(); ok { - _spec.SetField(findinghistory.FieldResourceName, field.TypeString, value) - } - if _u.mutation.ResourceNameCleared() { - _spec.ClearField(findinghistory.FieldResourceName, field.TypeString) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(findinghistory.FieldDisplayName, field.TypeString, value) - } - if _u.mutation.DisplayNameCleared() { - _spec.ClearField(findinghistory.FieldDisplayName, field.TypeString) - } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(findinghistory.FieldState, field.TypeString, value) - } - if _u.mutation.StateCleared() { - _spec.ClearField(findinghistory.FieldState, field.TypeString) - } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(findinghistory.FieldCategory, field.TypeString, value) - } - if _u.mutation.CategoryCleared() { - _spec.ClearField(findinghistory.FieldCategory, field.TypeString) - } - if value, ok := _u.mutation.Categories(); ok { - _spec.SetField(findinghistory.FieldCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldCategories, value) - }) - } - if _u.mutation.CategoriesCleared() { - _spec.ClearField(findinghistory.FieldCategories, field.TypeJSON) - } - if value, ok := _u.mutation.FindingClass(); ok { - _spec.SetField(findinghistory.FieldFindingClass, field.TypeString, value) - } - if _u.mutation.FindingClassCleared() { - _spec.ClearField(findinghistory.FieldFindingClass, field.TypeString) - } - if value, ok := _u.mutation.Severity(); ok { - _spec.SetField(findinghistory.FieldSeverity, field.TypeString, value) - } - if _u.mutation.SeverityCleared() { - _spec.ClearField(findinghistory.FieldSeverity, field.TypeString) - } - if value, ok := _u.mutation.NumericSeverity(); ok { - _spec.SetField(findinghistory.FieldNumericSeverity, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedNumericSeverity(); ok { - _spec.AddField(findinghistory.FieldNumericSeverity, field.TypeFloat64, value) - } - if _u.mutation.NumericSeverityCleared() { - _spec.ClearField(findinghistory.FieldNumericSeverity, field.TypeFloat64) - } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(findinghistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(findinghistory.FieldScore, field.TypeFloat64, value) - } - if _u.mutation.ScoreCleared() { - _spec.ClearField(findinghistory.FieldScore, field.TypeFloat64) - } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(findinghistory.FieldImpact, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedImpact(); ok { - _spec.AddField(findinghistory.FieldImpact, field.TypeFloat64, value) - } - if _u.mutation.ImpactCleared() { - _spec.ClearField(findinghistory.FieldImpact, field.TypeFloat64) - } - if value, ok := _u.mutation.Exploitability(); ok { - _spec.SetField(findinghistory.FieldExploitability, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedExploitability(); ok { - _spec.AddField(findinghistory.FieldExploitability, field.TypeFloat64, value) - } - if _u.mutation.ExploitabilityCleared() { - _spec.ClearField(findinghistory.FieldExploitability, field.TypeFloat64) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(findinghistory.FieldPriority, field.TypeString, value) - } - if _u.mutation.PriorityCleared() { - _spec.ClearField(findinghistory.FieldPriority, field.TypeString) - } - if value, ok := _u.mutation.Open(); ok { - _spec.SetField(findinghistory.FieldOpen, field.TypeBool, value) - } - if _u.mutation.OpenCleared() { - _spec.ClearField(findinghistory.FieldOpen, field.TypeBool) - } - if value, ok := _u.mutation.BlocksProduction(); ok { - _spec.SetField(findinghistory.FieldBlocksProduction, field.TypeBool, value) - } - if _u.mutation.BlocksProductionCleared() { - _spec.ClearField(findinghistory.FieldBlocksProduction, field.TypeBool) - } - if value, ok := _u.mutation.Production(); ok { - _spec.SetField(findinghistory.FieldProduction, field.TypeBool, value) - } - if _u.mutation.ProductionCleared() { - _spec.ClearField(findinghistory.FieldProduction, field.TypeBool) - } - if value, ok := _u.mutation.Public(); ok { - _spec.SetField(findinghistory.FieldPublic, field.TypeBool, value) - } - if _u.mutation.PublicCleared() { - _spec.ClearField(findinghistory.FieldPublic, field.TypeBool) - } - if value, ok := _u.mutation.Validated(); ok { - _spec.SetField(findinghistory.FieldValidated, field.TypeBool, value) - } - if _u.mutation.ValidatedCleared() { - _spec.ClearField(findinghistory.FieldValidated, field.TypeBool) - } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(findinghistory.FieldAssessmentID, field.TypeString, value) - } - if _u.mutation.AssessmentIDCleared() { - _spec.ClearField(findinghistory.FieldAssessmentID, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(findinghistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(findinghistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Recommendation(); ok { - _spec.SetField(findinghistory.FieldRecommendation, field.TypeString, value) - } - if _u.mutation.RecommendationCleared() { - _spec.ClearField(findinghistory.FieldRecommendation, field.TypeString) - } - if value, ok := _u.mutation.RecommendedActions(); ok { - _spec.SetField(findinghistory.FieldRecommendedActions, field.TypeString, value) - } - if _u.mutation.RecommendedActionsCleared() { - _spec.ClearField(findinghistory.FieldRecommendedActions, field.TypeString) - } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(findinghistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldReferences, value) - }) - } - if _u.mutation.ReferencesCleared() { - _spec.ClearField(findinghistory.FieldReferences, field.TypeJSON) - } - if value, ok := _u.mutation.StepsToReproduce(); ok { - _spec.SetField(findinghistory.FieldStepsToReproduce, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedStepsToReproduce(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldStepsToReproduce, value) - }) - } - if _u.mutation.StepsToReproduceCleared() { - _spec.ClearField(findinghistory.FieldStepsToReproduce, field.TypeJSON) - } - if value, ok := _u.mutation.Targets(); ok { - _spec.SetField(findinghistory.FieldTargets, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTargets(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldTargets, value) - }) - } - if _u.mutation.TargetsCleared() { - _spec.ClearField(findinghistory.FieldTargets, field.TypeJSON) - } - if value, ok := _u.mutation.TargetDetails(); ok { - _spec.SetField(findinghistory.FieldTargetDetails, field.TypeJSON, value) - } - if _u.mutation.TargetDetailsCleared() { - _spec.ClearField(findinghistory.FieldTargetDetails, field.TypeJSON) - } - if value, ok := _u.mutation.Vector(); ok { - _spec.SetField(findinghistory.FieldVector, field.TypeString, value) - } - if _u.mutation.VectorCleared() { - _spec.ClearField(findinghistory.FieldVector, field.TypeString) - } - if value, ok := _u.mutation.RemediationSLA(); ok { - _spec.SetField(findinghistory.FieldRemediationSLA, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRemediationSLA(); ok { - _spec.AddField(findinghistory.FieldRemediationSLA, field.TypeInt, value) - } - if _u.mutation.RemediationSLACleared() { - _spec.ClearField(findinghistory.FieldRemediationSLA, field.TypeInt) - } - if value, ok := _u.mutation.EventTime(); ok { - _spec.SetField(findinghistory.FieldEventTime, field.TypeTime, value) - } - if _u.mutation.EventTimeCleared() { - _spec.ClearField(findinghistory.FieldEventTime, field.TypeTime) - } - if value, ok := _u.mutation.ReportedAt(); ok { - _spec.SetField(findinghistory.FieldReportedAt, field.TypeTime, value) - } - if _u.mutation.ReportedAtCleared() { - _spec.ClearField(findinghistory.FieldReportedAt, field.TypeTime) - } - if value, ok := _u.mutation.SourceUpdatedAt(); ok { - _spec.SetField(findinghistory.FieldSourceUpdatedAt, field.TypeTime, value) - } - if _u.mutation.SourceUpdatedAtCleared() { - _spec.ClearField(findinghistory.FieldSourceUpdatedAt, field.TypeTime) - } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(findinghistory.FieldExternalURI, field.TypeString, value) - } - if _u.mutation.ExternalURICleared() { - _spec.ClearField(findinghistory.FieldExternalURI, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(findinghistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(findinghistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(findinghistory.FieldRawPayload, field.TypeJSON, value) - } - if _u.mutation.RawPayloadCleared() { - _spec.ClearField(findinghistory.FieldRawPayload, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.FindingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{findinghistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// FindingHistoryUpdateOne is the builder for updating a single FindingHistory entity. -type FindingHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *FindingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *FindingHistoryUpdateOne) SetUpdatedAt(v time.Time) *FindingHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *FindingHistoryUpdateOne) ClearUpdatedAt() *FindingHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *FindingHistoryUpdateOne) SetUpdatedBy(v string) *FindingHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableUpdatedBy(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *FindingHistoryUpdateOne) ClearUpdatedBy() *FindingHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *FindingHistoryUpdateOne) SetUpdatedByImpersonator(v string) *FindingHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *FindingHistoryUpdateOne) ClearUpdatedByImpersonator() *FindingHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *FindingHistoryUpdateOne) SetDeletedAt(v time.Time) *FindingHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *FindingHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *FindingHistoryUpdateOne) ClearDeletedAt() *FindingHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *FindingHistoryUpdateOne) SetDeletedBy(v string) *FindingHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableDeletedBy(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *FindingHistoryUpdateOne) ClearDeletedBy() *FindingHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *FindingHistoryUpdateOne) SetTags(v []string) *FindingHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *FindingHistoryUpdateOne) AppendTags(v []string) *FindingHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *FindingHistoryUpdateOne) ClearTags() *FindingHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *FindingHistoryUpdateOne) SetReviewedBy(v string) *FindingHistoryUpdateOne { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableReviewedBy(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetReviewedBy(*v) - } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *FindingHistoryUpdateOne) ClearReviewedBy() *FindingHistoryUpdateOne { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *FindingHistoryUpdateOne) SetReviewedByUserID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableReviewedByUserID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetReviewedByUserID(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(findinghistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *FindingHistoryUpdateOne) ClearReviewedByUserID() *FindingHistoryUpdateOne { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *FindingHistoryUpdateOne) SetReviewedByGroupID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableReviewedByGroupID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetReviewedByGroupID(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(findinghistory.FieldEnvironmentName, field.TypeString) } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *FindingHistoryUpdateOne) ClearReviewedByGroupID() *FindingHistoryUpdateOne { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetAssignedTo sets the "assigned_to" field. -func (_u *FindingHistoryUpdateOne) SetAssignedTo(v string) *FindingHistoryUpdateOne { - _u.mutation.SetAssignedTo(v) - return _u -} - -// SetNillableAssignedTo sets the "assigned_to" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableAssignedTo(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetAssignedTo(*v) + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(findinghistory.FieldEnvironmentID, field.TypeString) } - return _u -} - -// ClearAssignedTo clears the value of the "assigned_to" field. -func (_u *FindingHistoryUpdateOne) ClearAssignedTo() *FindingHistoryUpdateOne { - _u.mutation.ClearAssignedTo() - return _u -} - -// SetAssignedToUserID sets the "assigned_to_user_id" field. -func (_u *FindingHistoryUpdateOne) SetAssignedToUserID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetAssignedToUserID(v) - return _u -} - -// SetNillableAssignedToUserID sets the "assigned_to_user_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableAssignedToUserID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetAssignedToUserID(*v) + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(findinghistory.FieldScopeName, field.TypeString) } - return _u -} - -// ClearAssignedToUserID clears the value of the "assigned_to_user_id" field. -func (_u *FindingHistoryUpdateOne) ClearAssignedToUserID() *FindingHistoryUpdateOne { - _u.mutation.ClearAssignedToUserID() - return _u -} - -// SetAssignedToGroupID sets the "assigned_to_group_id" field. -func (_u *FindingHistoryUpdateOne) SetAssignedToGroupID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetAssignedToGroupID(v) - return _u -} - -// SetNillableAssignedToGroupID sets the "assigned_to_group_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableAssignedToGroupID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetAssignedToGroupID(*v) + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(findinghistory.FieldScopeID, field.TypeString) } - return _u -} - -// ClearAssignedToGroupID clears the value of the "assigned_to_group_id" field. -func (_u *FindingHistoryUpdateOne) ClearAssignedToGroupID() *FindingHistoryUpdateOne { - _u.mutation.ClearAssignedToGroupID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *FindingHistoryUpdateOne) SetInternalNotes(v string) *FindingHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableInternalNotes(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.FindingStatusNameCleared() { + _spec.ClearField(findinghistory.FieldFindingStatusName, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *FindingHistoryUpdateOne) ClearInternalNotes() *FindingHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *FindingHistoryUpdateOne) SetSystemInternalID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableSystemInternalID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.FindingStatusIDCleared() { + _spec.ClearField(findinghistory.FieldFindingStatusID, field.TypeString) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *FindingHistoryUpdateOne) ClearSystemInternalID() *FindingHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *FindingHistoryUpdateOne) SetEnvironmentName(v string) *FindingHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableEnvironmentName(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(findinghistory.FieldWorkflowEligibleMarker, field.TypeBool) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *FindingHistoryUpdateOne) ClearEnvironmentName() *FindingHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *FindingHistoryUpdateOne) SetEnvironmentID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableEnvironmentID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.ExternalIDCleared() { + _spec.ClearField(findinghistory.FieldExternalID, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *FindingHistoryUpdateOne) ClearEnvironmentID() *FindingHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *FindingHistoryUpdateOne) SetScopeName(v string) *FindingHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableScopeName(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.SecurityLevelCleared() { + _spec.ClearField(findinghistory.FieldSecurityLevel, field.TypeEnum) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *FindingHistoryUpdateOne) ClearScopeName() *FindingHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *FindingHistoryUpdateOne) SetScopeID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableScopeID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.ExternalOwnerIDCleared() { + _spec.ClearField(findinghistory.FieldExternalOwnerID, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *FindingHistoryUpdateOne) ClearScopeID() *FindingHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetFindingStatusName sets the "finding_status_name" field. -func (_u *FindingHistoryUpdateOne) SetFindingStatusName(v string) *FindingHistoryUpdateOne { - _u.mutation.SetFindingStatusName(v) - return _u -} - -// SetNillableFindingStatusName sets the "finding_status_name" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableFindingStatusName(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetFindingStatusName(*v) + if _u.mutation.SourceCleared() { + _spec.ClearField(findinghistory.FieldSource, field.TypeString) } - return _u -} - -// ClearFindingStatusName clears the value of the "finding_status_name" field. -func (_u *FindingHistoryUpdateOne) ClearFindingStatusName() *FindingHistoryUpdateOne { - _u.mutation.ClearFindingStatusName() - return _u -} - -// SetFindingStatusID sets the "finding_status_id" field. -func (_u *FindingHistoryUpdateOne) SetFindingStatusID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetFindingStatusID(v) - return _u -} - -// SetNillableFindingStatusID sets the "finding_status_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableFindingStatusID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetFindingStatusID(*v) + if _u.mutation.ResourceNameCleared() { + _spec.ClearField(findinghistory.FieldResourceName, field.TypeString) } - return _u -} - -// ClearFindingStatusID clears the value of the "finding_status_id" field. -func (_u *FindingHistoryUpdateOne) ClearFindingStatusID() *FindingHistoryUpdateOne { - _u.mutation.ClearFindingStatusID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *FindingHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.DisplayNameCleared() { + _spec.ClearField(findinghistory.FieldDisplayName, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *FindingHistoryUpdateOne) ClearWorkflowEligibleMarker() *FindingHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *FindingHistoryUpdateOne) SetExternalID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableExternalID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) + if _u.mutation.StateCleared() { + _spec.ClearField(findinghistory.FieldState, field.TypeString) } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *FindingHistoryUpdateOne) ClearExternalID() *FindingHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *FindingHistoryUpdateOne) SetSecurityLevel(v enums.SecurityLevel) *FindingHistoryUpdateOne { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableSecurityLevel(v *enums.SecurityLevel) *FindingHistoryUpdateOne { - if v != nil { - _u.SetSecurityLevel(*v) + if _u.mutation.CategoryCleared() { + _spec.ClearField(findinghistory.FieldCategory, field.TypeString) } - return _u -} - -// ClearSecurityLevel clears the value of the "security_level" field. -func (_u *FindingHistoryUpdateOne) ClearSecurityLevel() *FindingHistoryUpdateOne { - _u.mutation.ClearSecurityLevel() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *FindingHistoryUpdateOne) SetExternalOwnerID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableExternalOwnerID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetExternalOwnerID(*v) + if _u.mutation.CategoriesCleared() { + _spec.ClearField(findinghistory.FieldCategories, field.TypeJSON) } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *FindingHistoryUpdateOne) ClearExternalOwnerID() *FindingHistoryUpdateOne { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetSource sets the "source" field. -func (_u *FindingHistoryUpdateOne) SetSource(v string) *FindingHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableSource(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) + if _u.mutation.FindingClassCleared() { + _spec.ClearField(findinghistory.FieldFindingClass, field.TypeString) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *FindingHistoryUpdateOne) ClearSource() *FindingHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetResourceName sets the "resource_name" field. -func (_u *FindingHistoryUpdateOne) SetResourceName(v string) *FindingHistoryUpdateOne { - _u.mutation.SetResourceName(v) - return _u -} - -// SetNillableResourceName sets the "resource_name" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableResourceName(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetResourceName(*v) + if _u.mutation.SeverityCleared() { + _spec.ClearField(findinghistory.FieldSeverity, field.TypeString) } - return _u -} - -// ClearResourceName clears the value of the "resource_name" field. -func (_u *FindingHistoryUpdateOne) ClearResourceName() *FindingHistoryUpdateOne { - _u.mutation.ClearResourceName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *FindingHistoryUpdateOne) SetDisplayName(v string) *FindingHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableDisplayName(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) + if _u.mutation.NumericSeverityCleared() { + _spec.ClearField(findinghistory.FieldNumericSeverity, field.TypeFloat64) } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *FindingHistoryUpdateOne) ClearDisplayName() *FindingHistoryUpdateOne { - _u.mutation.ClearDisplayName() - return _u -} - -// SetState sets the "state" field. -func (_u *FindingHistoryUpdateOne) SetState(v string) *FindingHistoryUpdateOne { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableState(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetState(*v) + if _u.mutation.ScoreCleared() { + _spec.ClearField(findinghistory.FieldScore, field.TypeFloat64) } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *FindingHistoryUpdateOne) ClearState() *FindingHistoryUpdateOne { - _u.mutation.ClearState() - return _u -} - -// SetCategory sets the "category" field. -func (_u *FindingHistoryUpdateOne) SetCategory(v string) *FindingHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableCategory(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) + if _u.mutation.ImpactCleared() { + _spec.ClearField(findinghistory.FieldImpact, field.TypeFloat64) } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *FindingHistoryUpdateOne) ClearCategory() *FindingHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetCategories sets the "categories" field. -func (_u *FindingHistoryUpdateOne) SetCategories(v []string) *FindingHistoryUpdateOne { - _u.mutation.SetCategories(v) - return _u -} - -// AppendCategories appends value to the "categories" field. -func (_u *FindingHistoryUpdateOne) AppendCategories(v []string) *FindingHistoryUpdateOne { - _u.mutation.AppendCategories(v) - return _u -} - -// ClearCategories clears the value of the "categories" field. -func (_u *FindingHistoryUpdateOne) ClearCategories() *FindingHistoryUpdateOne { - _u.mutation.ClearCategories() - return _u -} - -// SetFindingClass sets the "finding_class" field. -func (_u *FindingHistoryUpdateOne) SetFindingClass(v string) *FindingHistoryUpdateOne { - _u.mutation.SetFindingClass(v) - return _u -} - -// SetNillableFindingClass sets the "finding_class" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableFindingClass(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetFindingClass(*v) + if _u.mutation.ExploitabilityCleared() { + _spec.ClearField(findinghistory.FieldExploitability, field.TypeFloat64) } - return _u -} - -// ClearFindingClass clears the value of the "finding_class" field. -func (_u *FindingHistoryUpdateOne) ClearFindingClass() *FindingHistoryUpdateOne { - _u.mutation.ClearFindingClass() - return _u -} - -// SetSeverity sets the "severity" field. -func (_u *FindingHistoryUpdateOne) SetSeverity(v string) *FindingHistoryUpdateOne { - _u.mutation.SetSeverity(v) - return _u -} - -// SetNillableSeverity sets the "severity" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableSeverity(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetSeverity(*v) + if _u.mutation.PriorityCleared() { + _spec.ClearField(findinghistory.FieldPriority, field.TypeString) } - return _u -} - -// ClearSeverity clears the value of the "severity" field. -func (_u *FindingHistoryUpdateOne) ClearSeverity() *FindingHistoryUpdateOne { - _u.mutation.ClearSeverity() - return _u -} - -// SetNumericSeverity sets the "numeric_severity" field. -func (_u *FindingHistoryUpdateOne) SetNumericSeverity(v float64) *FindingHistoryUpdateOne { - _u.mutation.ResetNumericSeverity() - _u.mutation.SetNumericSeverity(v) - return _u -} - -// SetNillableNumericSeverity sets the "numeric_severity" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableNumericSeverity(v *float64) *FindingHistoryUpdateOne { - if v != nil { - _u.SetNumericSeverity(*v) + if _u.mutation.OpenCleared() { + _spec.ClearField(findinghistory.FieldOpen, field.TypeBool) } - return _u -} - -// AddNumericSeverity adds value to the "numeric_severity" field. -func (_u *FindingHistoryUpdateOne) AddNumericSeverity(v float64) *FindingHistoryUpdateOne { - _u.mutation.AddNumericSeverity(v) - return _u -} - -// ClearNumericSeverity clears the value of the "numeric_severity" field. -func (_u *FindingHistoryUpdateOne) ClearNumericSeverity() *FindingHistoryUpdateOne { - _u.mutation.ClearNumericSeverity() - return _u -} - -// SetScore sets the "score" field. -func (_u *FindingHistoryUpdateOne) SetScore(v float64) *FindingHistoryUpdateOne { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableScore(v *float64) *FindingHistoryUpdateOne { - if v != nil { - _u.SetScore(*v) + if _u.mutation.BlocksProductionCleared() { + _spec.ClearField(findinghistory.FieldBlocksProduction, field.TypeBool) } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *FindingHistoryUpdateOne) AddScore(v float64) *FindingHistoryUpdateOne { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *FindingHistoryUpdateOne) ClearScore() *FindingHistoryUpdateOne { - _u.mutation.ClearScore() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *FindingHistoryUpdateOne) SetImpact(v float64) *FindingHistoryUpdateOne { - _u.mutation.ResetImpact() - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableImpact(v *float64) *FindingHistoryUpdateOne { - if v != nil { - _u.SetImpact(*v) + if _u.mutation.ProductionCleared() { + _spec.ClearField(findinghistory.FieldProduction, field.TypeBool) } - return _u -} - -// AddImpact adds value to the "impact" field. -func (_u *FindingHistoryUpdateOne) AddImpact(v float64) *FindingHistoryUpdateOne { - _u.mutation.AddImpact(v) - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *FindingHistoryUpdateOne) ClearImpact() *FindingHistoryUpdateOne { - _u.mutation.ClearImpact() - return _u -} - -// SetExploitability sets the "exploitability" field. -func (_u *FindingHistoryUpdateOne) SetExploitability(v float64) *FindingHistoryUpdateOne { - _u.mutation.ResetExploitability() - _u.mutation.SetExploitability(v) - return _u -} - -// SetNillableExploitability sets the "exploitability" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableExploitability(v *float64) *FindingHistoryUpdateOne { - if v != nil { - _u.SetExploitability(*v) + if _u.mutation.PublicCleared() { + _spec.ClearField(findinghistory.FieldPublic, field.TypeBool) } - return _u -} - -// AddExploitability adds value to the "exploitability" field. -func (_u *FindingHistoryUpdateOne) AddExploitability(v float64) *FindingHistoryUpdateOne { - _u.mutation.AddExploitability(v) - return _u -} - -// ClearExploitability clears the value of the "exploitability" field. -func (_u *FindingHistoryUpdateOne) ClearExploitability() *FindingHistoryUpdateOne { - _u.mutation.ClearExploitability() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *FindingHistoryUpdateOne) SetPriority(v string) *FindingHistoryUpdateOne { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillablePriority(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetPriority(*v) + if _u.mutation.ValidatedCleared() { + _spec.ClearField(findinghistory.FieldValidated, field.TypeBool) } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *FindingHistoryUpdateOne) ClearPriority() *FindingHistoryUpdateOne { - _u.mutation.ClearPriority() - return _u -} - -// SetOpen sets the "open" field. -func (_u *FindingHistoryUpdateOne) SetOpen(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetOpen(v) - return _u -} - -// SetNillableOpen sets the "open" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableOpen(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetOpen(*v) + if _u.mutation.AssessmentIDCleared() { + _spec.ClearField(findinghistory.FieldAssessmentID, field.TypeString) } - return _u -} - -// ClearOpen clears the value of the "open" field. -func (_u *FindingHistoryUpdateOne) ClearOpen() *FindingHistoryUpdateOne { - _u.mutation.ClearOpen() - return _u -} - -// SetBlocksProduction sets the "blocks_production" field. -func (_u *FindingHistoryUpdateOne) SetBlocksProduction(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetBlocksProduction(v) - return _u -} - -// SetNillableBlocksProduction sets the "blocks_production" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableBlocksProduction(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetBlocksProduction(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(findinghistory.FieldDescription, field.TypeString) } - return _u -} - -// ClearBlocksProduction clears the value of the "blocks_production" field. -func (_u *FindingHistoryUpdateOne) ClearBlocksProduction() *FindingHistoryUpdateOne { - _u.mutation.ClearBlocksProduction() - return _u -} - -// SetProduction sets the "production" field. -func (_u *FindingHistoryUpdateOne) SetProduction(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetProduction(v) - return _u -} - -// SetNillableProduction sets the "production" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableProduction(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetProduction(*v) + if _u.mutation.RecommendationCleared() { + _spec.ClearField(findinghistory.FieldRecommendation, field.TypeString) } - return _u -} - -// ClearProduction clears the value of the "production" field. -func (_u *FindingHistoryUpdateOne) ClearProduction() *FindingHistoryUpdateOne { - _u.mutation.ClearProduction() - return _u -} - -// SetPublic sets the "public" field. -func (_u *FindingHistoryUpdateOne) SetPublic(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetPublic(v) - return _u -} - -// SetNillablePublic sets the "public" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillablePublic(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetPublic(*v) + if _u.mutation.RecommendedActionsCleared() { + _spec.ClearField(findinghistory.FieldRecommendedActions, field.TypeString) } - return _u -} - -// ClearPublic clears the value of the "public" field. -func (_u *FindingHistoryUpdateOne) ClearPublic() *FindingHistoryUpdateOne { - _u.mutation.ClearPublic() - return _u -} - -// SetValidated sets the "validated" field. -func (_u *FindingHistoryUpdateOne) SetValidated(v bool) *FindingHistoryUpdateOne { - _u.mutation.SetValidated(v) - return _u -} - -// SetNillableValidated sets the "validated" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableValidated(v *bool) *FindingHistoryUpdateOne { - if v != nil { - _u.SetValidated(*v) + if _u.mutation.ReferencesCleared() { + _spec.ClearField(findinghistory.FieldReferences, field.TypeJSON) + } + if _u.mutation.StepsToReproduceCleared() { + _spec.ClearField(findinghistory.FieldStepsToReproduce, field.TypeJSON) } - return _u -} - -// ClearValidated clears the value of the "validated" field. -func (_u *FindingHistoryUpdateOne) ClearValidated() *FindingHistoryUpdateOne { - _u.mutation.ClearValidated() - return _u -} - -// SetAssessmentID sets the "assessment_id" field. -func (_u *FindingHistoryUpdateOne) SetAssessmentID(v string) *FindingHistoryUpdateOne { - _u.mutation.SetAssessmentID(v) - return _u -} - -// SetNillableAssessmentID sets the "assessment_id" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableAssessmentID(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetAssessmentID(*v) + if _u.mutation.TargetsCleared() { + _spec.ClearField(findinghistory.FieldTargets, field.TypeJSON) } - return _u -} - -// ClearAssessmentID clears the value of the "assessment_id" field. -func (_u *FindingHistoryUpdateOne) ClearAssessmentID() *FindingHistoryUpdateOne { - _u.mutation.ClearAssessmentID() - return _u -} - -// SetDescription sets the "description" field. -func (_u *FindingHistoryUpdateOne) SetDescription(v string) *FindingHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableDescription(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.TargetDetailsCleared() { + _spec.ClearField(findinghistory.FieldTargetDetails, field.TypeJSON) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *FindingHistoryUpdateOne) ClearDescription() *FindingHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetRecommendation sets the "recommendation" field. -func (_u *FindingHistoryUpdateOne) SetRecommendation(v string) *FindingHistoryUpdateOne { - _u.mutation.SetRecommendation(v) - return _u -} - -// SetNillableRecommendation sets the "recommendation" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableRecommendation(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetRecommendation(*v) + if _u.mutation.VectorCleared() { + _spec.ClearField(findinghistory.FieldVector, field.TypeString) } - return _u -} - -// ClearRecommendation clears the value of the "recommendation" field. -func (_u *FindingHistoryUpdateOne) ClearRecommendation() *FindingHistoryUpdateOne { - _u.mutation.ClearRecommendation() - return _u -} - -// SetRecommendedActions sets the "recommended_actions" field. -func (_u *FindingHistoryUpdateOne) SetRecommendedActions(v string) *FindingHistoryUpdateOne { - _u.mutation.SetRecommendedActions(v) - return _u -} - -// SetNillableRecommendedActions sets the "recommended_actions" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableRecommendedActions(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetRecommendedActions(*v) + if _u.mutation.RemediationSLACleared() { + _spec.ClearField(findinghistory.FieldRemediationSLA, field.TypeInt) } - return _u -} - -// ClearRecommendedActions clears the value of the "recommended_actions" field. -func (_u *FindingHistoryUpdateOne) ClearRecommendedActions() *FindingHistoryUpdateOne { - _u.mutation.ClearRecommendedActions() - return _u -} - -// SetReferences sets the "references" field. -func (_u *FindingHistoryUpdateOne) SetReferences(v []string) *FindingHistoryUpdateOne { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *FindingHistoryUpdateOne) AppendReferences(v []string) *FindingHistoryUpdateOne { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *FindingHistoryUpdateOne) ClearReferences() *FindingHistoryUpdateOne { - _u.mutation.ClearReferences() - return _u -} - -// SetStepsToReproduce sets the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdateOne) SetStepsToReproduce(v []string) *FindingHistoryUpdateOne { - _u.mutation.SetStepsToReproduce(v) - return _u -} - -// AppendStepsToReproduce appends value to the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdateOne) AppendStepsToReproduce(v []string) *FindingHistoryUpdateOne { - _u.mutation.AppendStepsToReproduce(v) - return _u -} - -// ClearStepsToReproduce clears the value of the "steps_to_reproduce" field. -func (_u *FindingHistoryUpdateOne) ClearStepsToReproduce() *FindingHistoryUpdateOne { - _u.mutation.ClearStepsToReproduce() - return _u -} - -// SetTargets sets the "targets" field. -func (_u *FindingHistoryUpdateOne) SetTargets(v []string) *FindingHistoryUpdateOne { - _u.mutation.SetTargets(v) - return _u -} - -// AppendTargets appends value to the "targets" field. -func (_u *FindingHistoryUpdateOne) AppendTargets(v []string) *FindingHistoryUpdateOne { - _u.mutation.AppendTargets(v) - return _u -} - -// ClearTargets clears the value of the "targets" field. -func (_u *FindingHistoryUpdateOne) ClearTargets() *FindingHistoryUpdateOne { - _u.mutation.ClearTargets() - return _u -} - -// SetTargetDetails sets the "target_details" field. -func (_u *FindingHistoryUpdateOne) SetTargetDetails(v map[string]interface{}) *FindingHistoryUpdateOne { - _u.mutation.SetTargetDetails(v) - return _u -} - -// ClearTargetDetails clears the value of the "target_details" field. -func (_u *FindingHistoryUpdateOne) ClearTargetDetails() *FindingHistoryUpdateOne { - _u.mutation.ClearTargetDetails() - return _u -} - -// SetVector sets the "vector" field. -func (_u *FindingHistoryUpdateOne) SetVector(v string) *FindingHistoryUpdateOne { - _u.mutation.SetVector(v) - return _u -} - -// SetNillableVector sets the "vector" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableVector(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetVector(*v) + if _u.mutation.EventTimeCleared() { + _spec.ClearField(findinghistory.FieldEventTime, field.TypeTime) } - return _u -} - -// ClearVector clears the value of the "vector" field. -func (_u *FindingHistoryUpdateOne) ClearVector() *FindingHistoryUpdateOne { - _u.mutation.ClearVector() - return _u -} - -// SetRemediationSLA sets the "remediation_sla" field. -func (_u *FindingHistoryUpdateOne) SetRemediationSLA(v int) *FindingHistoryUpdateOne { - _u.mutation.ResetRemediationSLA() - _u.mutation.SetRemediationSLA(v) - return _u -} - -// SetNillableRemediationSLA sets the "remediation_sla" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableRemediationSLA(v *int) *FindingHistoryUpdateOne { - if v != nil { - _u.SetRemediationSLA(*v) + if _u.mutation.ReportedAtCleared() { + _spec.ClearField(findinghistory.FieldReportedAt, field.TypeTime) } - return _u -} - -// AddRemediationSLA adds value to the "remediation_sla" field. -func (_u *FindingHistoryUpdateOne) AddRemediationSLA(v int) *FindingHistoryUpdateOne { - _u.mutation.AddRemediationSLA(v) - return _u -} - -// ClearRemediationSLA clears the value of the "remediation_sla" field. -func (_u *FindingHistoryUpdateOne) ClearRemediationSLA() *FindingHistoryUpdateOne { - _u.mutation.ClearRemediationSLA() - return _u -} - -// SetEventTime sets the "event_time" field. -func (_u *FindingHistoryUpdateOne) SetEventTime(v models.DateTime) *FindingHistoryUpdateOne { - _u.mutation.SetEventTime(v) - return _u -} - -// SetNillableEventTime sets the "event_time" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableEventTime(v *models.DateTime) *FindingHistoryUpdateOne { - if v != nil { - _u.SetEventTime(*v) + if _u.mutation.SourceUpdatedAtCleared() { + _spec.ClearField(findinghistory.FieldSourceUpdatedAt, field.TypeTime) } - return _u -} - -// ClearEventTime clears the value of the "event_time" field. -func (_u *FindingHistoryUpdateOne) ClearEventTime() *FindingHistoryUpdateOne { - _u.mutation.ClearEventTime() - return _u -} - -// SetReportedAt sets the "reported_at" field. -func (_u *FindingHistoryUpdateOne) SetReportedAt(v models.DateTime) *FindingHistoryUpdateOne { - _u.mutation.SetReportedAt(v) - return _u -} - -// SetNillableReportedAt sets the "reported_at" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableReportedAt(v *models.DateTime) *FindingHistoryUpdateOne { - if v != nil { - _u.SetReportedAt(*v) + if _u.mutation.ExternalURICleared() { + _spec.ClearField(findinghistory.FieldExternalURI, field.TypeString) } - return _u -} - -// ClearReportedAt clears the value of the "reported_at" field. -func (_u *FindingHistoryUpdateOne) ClearReportedAt() *FindingHistoryUpdateOne { - _u.mutation.ClearReportedAt() - return _u -} - -// SetSourceUpdatedAt sets the "source_updated_at" field. -func (_u *FindingHistoryUpdateOne) SetSourceUpdatedAt(v models.DateTime) *FindingHistoryUpdateOne { - _u.mutation.SetSourceUpdatedAt(v) - return _u -} - -// SetNillableSourceUpdatedAt sets the "source_updated_at" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableSourceUpdatedAt(v *models.DateTime) *FindingHistoryUpdateOne { - if v != nil { - _u.SetSourceUpdatedAt(*v) + if _u.mutation.MetadataCleared() { + _spec.ClearField(findinghistory.FieldMetadata, field.TypeJSON) } - return _u -} - -// ClearSourceUpdatedAt clears the value of the "source_updated_at" field. -func (_u *FindingHistoryUpdateOne) ClearSourceUpdatedAt() *FindingHistoryUpdateOne { - _u.mutation.ClearSourceUpdatedAt() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *FindingHistoryUpdateOne) SetExternalURI(v string) *FindingHistoryUpdateOne { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *FindingHistoryUpdateOne) SetNillableExternalURI(v *string) *FindingHistoryUpdateOne { - if v != nil { - _u.SetExternalURI(*v) + if _u.mutation.RawPayloadCleared() { + _spec.ClearField(findinghistory.FieldRawPayload, field.TypeJSON) } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *FindingHistoryUpdateOne) ClearExternalURI() *FindingHistoryUpdateOne { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *FindingHistoryUpdateOne) SetMetadata(v map[string]interface{}) *FindingHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *FindingHistoryUpdateOne) ClearMetadata() *FindingHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *FindingHistoryUpdateOne) SetRawPayload(v map[string]interface{}) *FindingHistoryUpdateOne { - _u.mutation.SetRawPayload(v) - return _u + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{findinghistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *FindingHistoryUpdateOne) ClearRawPayload() *FindingHistoryUpdateOne { - _u.mutation.ClearRawPayload() - return _u +// FindingHistoryUpdateOne is the builder for updating a single FindingHistory entity. +type FindingHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *FindingHistoryMutation } // Mutation returns the FindingHistoryMutation object of the builder. @@ -2864,9 +299,6 @@ func (_u *FindingHistoryUpdateOne) Select(field string, fields ...string) *Findi // Save executes the query and returns the updated FindingHistory entity. func (_u *FindingHistoryUpdateOne) Save(ctx context.Context) (*FindingHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2892,38 +324,7 @@ func (_u *FindingHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *FindingHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if findinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized findinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := findinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *FindingHistoryUpdateOne) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := findinghistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "FindingHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *FindingHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *FindingHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *FindingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *FindingHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(findinghistory.Table, findinghistory.Columns, sqlgraph.NewFieldSpec(findinghistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2955,406 +356,189 @@ func (_u *FindingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *FindingH if _u.mutation.CreatedAtCleared() { _spec.ClearField(findinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(findinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(findinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(findinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(findinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(findinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(findinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(findinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(findinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(findinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(findinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(findinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(findinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(findinghistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(findinghistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(findinghistory.FieldReviewedBy, field.TypeString, value) - } if _u.mutation.ReviewedByCleared() { _spec.ClearField(findinghistory.FieldReviewedBy, field.TypeString) } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(findinghistory.FieldReviewedByUserID, field.TypeString, value) - } if _u.mutation.ReviewedByUserIDCleared() { _spec.ClearField(findinghistory.FieldReviewedByUserID, field.TypeString) } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(findinghistory.FieldReviewedByGroupID, field.TypeString, value) - } if _u.mutation.ReviewedByGroupIDCleared() { _spec.ClearField(findinghistory.FieldReviewedByGroupID, field.TypeString) } - if value, ok := _u.mutation.AssignedTo(); ok { - _spec.SetField(findinghistory.FieldAssignedTo, field.TypeString, value) - } if _u.mutation.AssignedToCleared() { _spec.ClearField(findinghistory.FieldAssignedTo, field.TypeString) } - if value, ok := _u.mutation.AssignedToUserID(); ok { - _spec.SetField(findinghistory.FieldAssignedToUserID, field.TypeString, value) - } if _u.mutation.AssignedToUserIDCleared() { _spec.ClearField(findinghistory.FieldAssignedToUserID, field.TypeString) } - if value, ok := _u.mutation.AssignedToGroupID(); ok { - _spec.SetField(findinghistory.FieldAssignedToGroupID, field.TypeString, value) - } if _u.mutation.AssignedToGroupIDCleared() { _spec.ClearField(findinghistory.FieldAssignedToGroupID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(findinghistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(findinghistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(findinghistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(findinghistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(findinghistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(findinghistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(findinghistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(findinghistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(findinghistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(findinghistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(findinghistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(findinghistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(findinghistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.FindingStatusName(); ok { - _spec.SetField(findinghistory.FieldFindingStatusName, field.TypeString, value) - } if _u.mutation.FindingStatusNameCleared() { _spec.ClearField(findinghistory.FieldFindingStatusName, field.TypeString) } - if value, ok := _u.mutation.FindingStatusID(); ok { - _spec.SetField(findinghistory.FieldFindingStatusID, field.TypeString, value) - } if _u.mutation.FindingStatusIDCleared() { _spec.ClearField(findinghistory.FieldFindingStatusID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(findinghistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(findinghistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(findinghistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(findinghistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(findinghistory.FieldSecurityLevel, field.TypeEnum, value) - } if _u.mutation.SecurityLevelCleared() { _spec.ClearField(findinghistory.FieldSecurityLevel, field.TypeEnum) } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(findinghistory.FieldExternalOwnerID, field.TypeString, value) - } if _u.mutation.ExternalOwnerIDCleared() { _spec.ClearField(findinghistory.FieldExternalOwnerID, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(findinghistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(findinghistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.ResourceName(); ok { - _spec.SetField(findinghistory.FieldResourceName, field.TypeString, value) - } if _u.mutation.ResourceNameCleared() { _spec.ClearField(findinghistory.FieldResourceName, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(findinghistory.FieldDisplayName, field.TypeString, value) - } if _u.mutation.DisplayNameCleared() { _spec.ClearField(findinghistory.FieldDisplayName, field.TypeString) } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(findinghistory.FieldState, field.TypeString, value) - } if _u.mutation.StateCleared() { _spec.ClearField(findinghistory.FieldState, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(findinghistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(findinghistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.Categories(); ok { - _spec.SetField(findinghistory.FieldCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldCategories, value) - }) - } if _u.mutation.CategoriesCleared() { _spec.ClearField(findinghistory.FieldCategories, field.TypeJSON) } - if value, ok := _u.mutation.FindingClass(); ok { - _spec.SetField(findinghistory.FieldFindingClass, field.TypeString, value) - } if _u.mutation.FindingClassCleared() { _spec.ClearField(findinghistory.FieldFindingClass, field.TypeString) } - if value, ok := _u.mutation.Severity(); ok { - _spec.SetField(findinghistory.FieldSeverity, field.TypeString, value) - } if _u.mutation.SeverityCleared() { _spec.ClearField(findinghistory.FieldSeverity, field.TypeString) } - if value, ok := _u.mutation.NumericSeverity(); ok { - _spec.SetField(findinghistory.FieldNumericSeverity, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedNumericSeverity(); ok { - _spec.AddField(findinghistory.FieldNumericSeverity, field.TypeFloat64, value) - } if _u.mutation.NumericSeverityCleared() { _spec.ClearField(findinghistory.FieldNumericSeverity, field.TypeFloat64) } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(findinghistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(findinghistory.FieldScore, field.TypeFloat64, value) - } if _u.mutation.ScoreCleared() { _spec.ClearField(findinghistory.FieldScore, field.TypeFloat64) } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(findinghistory.FieldImpact, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedImpact(); ok { - _spec.AddField(findinghistory.FieldImpact, field.TypeFloat64, value) - } if _u.mutation.ImpactCleared() { _spec.ClearField(findinghistory.FieldImpact, field.TypeFloat64) } - if value, ok := _u.mutation.Exploitability(); ok { - _spec.SetField(findinghistory.FieldExploitability, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedExploitability(); ok { - _spec.AddField(findinghistory.FieldExploitability, field.TypeFloat64, value) - } if _u.mutation.ExploitabilityCleared() { _spec.ClearField(findinghistory.FieldExploitability, field.TypeFloat64) } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(findinghistory.FieldPriority, field.TypeString, value) - } if _u.mutation.PriorityCleared() { _spec.ClearField(findinghistory.FieldPriority, field.TypeString) } - if value, ok := _u.mutation.Open(); ok { - _spec.SetField(findinghistory.FieldOpen, field.TypeBool, value) - } if _u.mutation.OpenCleared() { _spec.ClearField(findinghistory.FieldOpen, field.TypeBool) } - if value, ok := _u.mutation.BlocksProduction(); ok { - _spec.SetField(findinghistory.FieldBlocksProduction, field.TypeBool, value) - } if _u.mutation.BlocksProductionCleared() { _spec.ClearField(findinghistory.FieldBlocksProduction, field.TypeBool) } - if value, ok := _u.mutation.Production(); ok { - _spec.SetField(findinghistory.FieldProduction, field.TypeBool, value) - } if _u.mutation.ProductionCleared() { _spec.ClearField(findinghistory.FieldProduction, field.TypeBool) } - if value, ok := _u.mutation.Public(); ok { - _spec.SetField(findinghistory.FieldPublic, field.TypeBool, value) - } if _u.mutation.PublicCleared() { _spec.ClearField(findinghistory.FieldPublic, field.TypeBool) } - if value, ok := _u.mutation.Validated(); ok { - _spec.SetField(findinghistory.FieldValidated, field.TypeBool, value) - } if _u.mutation.ValidatedCleared() { _spec.ClearField(findinghistory.FieldValidated, field.TypeBool) } - if value, ok := _u.mutation.AssessmentID(); ok { - _spec.SetField(findinghistory.FieldAssessmentID, field.TypeString, value) - } if _u.mutation.AssessmentIDCleared() { _spec.ClearField(findinghistory.FieldAssessmentID, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(findinghistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(findinghistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Recommendation(); ok { - _spec.SetField(findinghistory.FieldRecommendation, field.TypeString, value) - } if _u.mutation.RecommendationCleared() { _spec.ClearField(findinghistory.FieldRecommendation, field.TypeString) } - if value, ok := _u.mutation.RecommendedActions(); ok { - _spec.SetField(findinghistory.FieldRecommendedActions, field.TypeString, value) - } if _u.mutation.RecommendedActionsCleared() { _spec.ClearField(findinghistory.FieldRecommendedActions, field.TypeString) } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(findinghistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldReferences, value) - }) - } if _u.mutation.ReferencesCleared() { _spec.ClearField(findinghistory.FieldReferences, field.TypeJSON) } - if value, ok := _u.mutation.StepsToReproduce(); ok { - _spec.SetField(findinghistory.FieldStepsToReproduce, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedStepsToReproduce(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldStepsToReproduce, value) - }) - } if _u.mutation.StepsToReproduceCleared() { _spec.ClearField(findinghistory.FieldStepsToReproduce, field.TypeJSON) } - if value, ok := _u.mutation.Targets(); ok { - _spec.SetField(findinghistory.FieldTargets, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTargets(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, findinghistory.FieldTargets, value) - }) - } if _u.mutation.TargetsCleared() { _spec.ClearField(findinghistory.FieldTargets, field.TypeJSON) } - if value, ok := _u.mutation.TargetDetails(); ok { - _spec.SetField(findinghistory.FieldTargetDetails, field.TypeJSON, value) - } if _u.mutation.TargetDetailsCleared() { _spec.ClearField(findinghistory.FieldTargetDetails, field.TypeJSON) } - if value, ok := _u.mutation.Vector(); ok { - _spec.SetField(findinghistory.FieldVector, field.TypeString, value) - } if _u.mutation.VectorCleared() { _spec.ClearField(findinghistory.FieldVector, field.TypeString) } - if value, ok := _u.mutation.RemediationSLA(); ok { - _spec.SetField(findinghistory.FieldRemediationSLA, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRemediationSLA(); ok { - _spec.AddField(findinghistory.FieldRemediationSLA, field.TypeInt, value) - } if _u.mutation.RemediationSLACleared() { _spec.ClearField(findinghistory.FieldRemediationSLA, field.TypeInt) } - if value, ok := _u.mutation.EventTime(); ok { - _spec.SetField(findinghistory.FieldEventTime, field.TypeTime, value) - } if _u.mutation.EventTimeCleared() { _spec.ClearField(findinghistory.FieldEventTime, field.TypeTime) } - if value, ok := _u.mutation.ReportedAt(); ok { - _spec.SetField(findinghistory.FieldReportedAt, field.TypeTime, value) - } if _u.mutation.ReportedAtCleared() { _spec.ClearField(findinghistory.FieldReportedAt, field.TypeTime) } - if value, ok := _u.mutation.SourceUpdatedAt(); ok { - _spec.SetField(findinghistory.FieldSourceUpdatedAt, field.TypeTime, value) - } if _u.mutation.SourceUpdatedAtCleared() { _spec.ClearField(findinghistory.FieldSourceUpdatedAt, field.TypeTime) } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(findinghistory.FieldExternalURI, field.TypeString, value) - } if _u.mutation.ExternalURICleared() { _spec.ClearField(findinghistory.FieldExternalURI, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(findinghistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(findinghistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(findinghistory.FieldRawPayload, field.TypeJSON, value) - } if _u.mutation.RawPayloadCleared() { _spec.ClearField(findinghistory.FieldRawPayload, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.FindingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &FindingHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/gql_where_input.go b/internal/ent/historygenerated/gql_where_input.go index e0da0adbb0..030cb93888 100644 --- a/internal/ent/historygenerated/gql_where_input.go +++ b/internal/ent/historygenerated/gql_where_input.go @@ -97,32 +97,21 @@ type ActionPlanHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -138,38 +127,28 @@ type ActionPlanHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -183,10 +162,6 @@ type ActionPlanHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -200,10 +175,6 @@ type ActionPlanHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -217,10 +188,6 @@ type ActionPlanHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -234,10 +201,6 @@ type ActionPlanHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -265,10 +228,6 @@ type ActionPlanHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -284,16 +243,13 @@ type ActionPlanHistoryWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -308,10 +264,6 @@ type ActionPlanHistoryWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -325,10 +277,6 @@ type ActionPlanHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -342,10 +290,6 @@ type ActionPlanHistoryWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -359,10 +303,6 @@ type ActionPlanHistoryWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -376,10 +316,6 @@ type ActionPlanHistoryWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -393,10 +329,6 @@ type ActionPlanHistoryWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -410,10 +342,6 @@ type ActionPlanHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -433,10 +361,6 @@ type ActionPlanHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -450,10 +374,6 @@ type ActionPlanHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -467,10 +387,6 @@ type ActionPlanHistoryWhereInput struct { ActionPlanKindNameNEQ *string `json:"actionPlanKindNameNEQ,omitempty"` ActionPlanKindNameIn []string `json:"actionPlanKindNameIn,omitempty"` ActionPlanKindNameNotIn []string `json:"actionPlanKindNameNotIn,omitempty"` - ActionPlanKindNameGT *string `json:"actionPlanKindNameGT,omitempty"` - ActionPlanKindNameGTE *string `json:"actionPlanKindNameGTE,omitempty"` - ActionPlanKindNameLT *string `json:"actionPlanKindNameLT,omitempty"` - ActionPlanKindNameLTE *string `json:"actionPlanKindNameLTE,omitempty"` ActionPlanKindNameContains *string `json:"actionPlanKindNameContains,omitempty"` ActionPlanKindNameHasPrefix *string `json:"actionPlanKindNameHasPrefix,omitempty"` ActionPlanKindNameHasSuffix *string `json:"actionPlanKindNameHasSuffix,omitempty"` @@ -484,10 +400,6 @@ type ActionPlanHistoryWhereInput struct { ActionPlanKindIDNEQ *string `json:"actionPlanKindIDNEQ,omitempty"` ActionPlanKindIDIn []string `json:"actionPlanKindIDIn,omitempty"` ActionPlanKindIDNotIn []string `json:"actionPlanKindIDNotIn,omitempty"` - ActionPlanKindIDGT *string `json:"actionPlanKindIDGT,omitempty"` - ActionPlanKindIDGTE *string `json:"actionPlanKindIDGTE,omitempty"` - ActionPlanKindIDLT *string `json:"actionPlanKindIDLT,omitempty"` - ActionPlanKindIDLTE *string `json:"actionPlanKindIDLTE,omitempty"` ActionPlanKindIDContains *string `json:"actionPlanKindIDContains,omitempty"` ActionPlanKindIDHasPrefix *string `json:"actionPlanKindIDHasPrefix,omitempty"` ActionPlanKindIDHasSuffix *string `json:"actionPlanKindIDHasSuffix,omitempty"` @@ -507,10 +419,6 @@ type ActionPlanHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -522,10 +430,6 @@ type ActionPlanHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -535,28 +439,22 @@ type ActionPlanHistoryWhereInput struct { DescriptionContainsFold *string `json:"descriptionContainsFold,omitempty"` // "due_date" field predicates. - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNEQ *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []time.Time `json:"dueDateNotIn,omitempty"` - DueDateGT *time.Time `json:"dueDateGT,omitempty"` - DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` - DueDateLT *time.Time `json:"dueDateLT,omitempty"` - DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGT *time.Time `json:"dueDateGT,omitempty"` + DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` + DueDateLT *time.Time `json:"dueDateLT,omitempty"` + DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNEQ *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "priority" field predicates. Priority *enums.Priority `json:"priority,omitempty"` @@ -579,10 +477,6 @@ type ActionPlanHistoryWhereInput struct { BlockerReasonNEQ *string `json:"blockerReasonNEQ,omitempty"` BlockerReasonIn []string `json:"blockerReasonIn,omitempty"` BlockerReasonNotIn []string `json:"blockerReasonNotIn,omitempty"` - BlockerReasonGT *string `json:"blockerReasonGT,omitempty"` - BlockerReasonGTE *string `json:"blockerReasonGTE,omitempty"` - BlockerReasonLT *string `json:"blockerReasonLT,omitempty"` - BlockerReasonLTE *string `json:"blockerReasonLTE,omitempty"` BlockerReasonContains *string `json:"blockerReasonContains,omitempty"` BlockerReasonHasPrefix *string `json:"blockerReasonHasPrefix,omitempty"` BlockerReasonHasSuffix *string `json:"blockerReasonHasSuffix,omitempty"` @@ -596,10 +490,6 @@ type ActionPlanHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -713,18 +603,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, actionplanhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, actionplanhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, actionplanhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, actionplanhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, actionplanhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, actionplanhistory.IDEqualFold(*i.IDEqualFold)) } @@ -734,15 +612,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, actionplanhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, actionplanhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, actionplanhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, actionplanhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, actionplanhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -767,18 +636,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, actionplanhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, actionplanhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, actionplanhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, actionplanhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, actionplanhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, actionplanhistory.RefContains(*i.RefContains)) } @@ -815,15 +672,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, actionplanhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, actionplanhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, actionplanhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, actionplanhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, actionplanhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -845,15 +693,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, actionplanhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, actionplanhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, actionplanhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, actionplanhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, actionplanhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -884,18 +723,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, actionplanhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, actionplanhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, actionplanhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, actionplanhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, actionplanhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, actionplanhistory.CreatedByContains(*i.CreatedByContains)) } @@ -929,18 +756,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, actionplanhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, actionplanhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, actionplanhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, actionplanhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, actionplanhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, actionplanhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -974,18 +789,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, actionplanhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -1019,18 +822,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, actionplanhistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, actionplanhistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, actionplanhistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, actionplanhistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, actionplanhistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, actionplanhistory.RevisionContains(*i.RevisionContains)) } @@ -1064,18 +855,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, actionplanhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, actionplanhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, actionplanhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, actionplanhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, actionplanhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, actionplanhistory.NameContains(*i.NameContains)) } @@ -1139,18 +918,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, actionplanhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, actionplanhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, actionplanhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, actionplanhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, actionplanhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, actionplanhistory.DetailsContains(*i.DetailsContains)) } @@ -1187,15 +954,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.ReviewDue != nil { predicates = append(predicates, actionplanhistory.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, actionplanhistory.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, actionplanhistory.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, actionplanhistory.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, actionplanhistory.ReviewDueGT(*i.ReviewDueGT)) } @@ -1244,18 +1002,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, actionplanhistory.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, actionplanhistory.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, actionplanhistory.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, actionplanhistory.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, actionplanhistory.ApproverIDContains(*i.ApproverIDContains)) } @@ -1289,18 +1035,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, actionplanhistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, actionplanhistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, actionplanhistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, actionplanhistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, actionplanhistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -1334,18 +1068,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, actionplanhistory.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, actionplanhistory.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, actionplanhistory.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, actionplanhistory.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, actionplanhistory.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, actionplanhistory.URLContains(*i.URLContains)) } @@ -1379,18 +1101,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, actionplanhistory.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, actionplanhistory.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, actionplanhistory.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, actionplanhistory.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, actionplanhistory.FileIDContains(*i.FileIDContains)) } @@ -1424,18 +1134,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, actionplanhistory.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, actionplanhistory.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, actionplanhistory.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, actionplanhistory.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, actionplanhistory.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -1469,18 +1167,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, actionplanhistory.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, actionplanhistory.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, actionplanhistory.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, actionplanhistory.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, actionplanhistory.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, actionplanhistory.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -1514,18 +1200,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, actionplanhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, actionplanhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, actionplanhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, actionplanhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, actionplanhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -1571,18 +1245,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, actionplanhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, actionplanhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, actionplanhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, actionplanhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, actionplanhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, actionplanhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -1616,18 +1278,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, actionplanhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, actionplanhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, actionplanhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, actionplanhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, actionplanhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -1661,18 +1311,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.ActionPlanKindNameNotIn) > 0 { predicates = append(predicates, actionplanhistory.ActionPlanKindNameNotIn(i.ActionPlanKindNameNotIn...)) } - if i.ActionPlanKindNameGT != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindNameGT(*i.ActionPlanKindNameGT)) - } - if i.ActionPlanKindNameGTE != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindNameGTE(*i.ActionPlanKindNameGTE)) - } - if i.ActionPlanKindNameLT != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindNameLT(*i.ActionPlanKindNameLT)) - } - if i.ActionPlanKindNameLTE != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindNameLTE(*i.ActionPlanKindNameLTE)) - } if i.ActionPlanKindNameContains != nil { predicates = append(predicates, actionplanhistory.ActionPlanKindNameContains(*i.ActionPlanKindNameContains)) } @@ -1706,18 +1344,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.ActionPlanKindIDNotIn) > 0 { predicates = append(predicates, actionplanhistory.ActionPlanKindIDNotIn(i.ActionPlanKindIDNotIn...)) } - if i.ActionPlanKindIDGT != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindIDGT(*i.ActionPlanKindIDGT)) - } - if i.ActionPlanKindIDGTE != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindIDGTE(*i.ActionPlanKindIDGTE)) - } - if i.ActionPlanKindIDLT != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindIDLT(*i.ActionPlanKindIDLT)) - } - if i.ActionPlanKindIDLTE != nil { - predicates = append(predicates, actionplanhistory.ActionPlanKindIDLTE(*i.ActionPlanKindIDLTE)) - } if i.ActionPlanKindIDContains != nil { predicates = append(predicates, actionplanhistory.ActionPlanKindIDContains(*i.ActionPlanKindIDContains)) } @@ -1763,18 +1389,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, actionplanhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, actionplanhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, actionplanhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, actionplanhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, actionplanhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, actionplanhistory.TitleContains(*i.TitleContains)) } @@ -1802,18 +1416,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, actionplanhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, actionplanhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, actionplanhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, actionplanhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, actionplanhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, actionplanhistory.DescriptionContains(*i.DescriptionContains)) } @@ -1838,15 +1440,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.DueDate != nil { predicates = append(predicates, actionplanhistory.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, actionplanhistory.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, actionplanhistory.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, actionplanhistory.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, actionplanhistory.DueDateGT(*i.DueDateGT)) } @@ -1868,15 +1461,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if i.CompletedAt != nil { predicates = append(predicates, actionplanhistory.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, actionplanhistory.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, actionplanhistory.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, actionplanhistory.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, actionplanhistory.CompletedAtGT(*i.CompletedAtGT)) } @@ -1937,18 +1521,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.BlockerReasonNotIn) > 0 { predicates = append(predicates, actionplanhistory.BlockerReasonNotIn(i.BlockerReasonNotIn...)) } - if i.BlockerReasonGT != nil { - predicates = append(predicates, actionplanhistory.BlockerReasonGT(*i.BlockerReasonGT)) - } - if i.BlockerReasonGTE != nil { - predicates = append(predicates, actionplanhistory.BlockerReasonGTE(*i.BlockerReasonGTE)) - } - if i.BlockerReasonLT != nil { - predicates = append(predicates, actionplanhistory.BlockerReasonLT(*i.BlockerReasonLT)) - } - if i.BlockerReasonLTE != nil { - predicates = append(predicates, actionplanhistory.BlockerReasonLTE(*i.BlockerReasonLTE)) - } if i.BlockerReasonContains != nil { predicates = append(predicates, actionplanhistory.BlockerReasonContains(*i.BlockerReasonContains)) } @@ -1982,18 +1554,6 @@ func (i *ActionPlanHistoryWhereInput) P() (predicate.ActionPlanHistory, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, actionplanhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, actionplanhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, actionplanhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, actionplanhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, actionplanhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, actionplanhistory.SourceContains(*i.SourceContains)) } @@ -2087,32 +1647,21 @@ type AssessmentHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -2128,38 +1677,28 @@ type AssessmentHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -2173,10 +1712,6 @@ type AssessmentHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -2190,10 +1725,6 @@ type AssessmentHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -2207,10 +1738,6 @@ type AssessmentHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -2230,10 +1757,6 @@ type AssessmentHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -2247,10 +1770,6 @@ type AssessmentHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -2270,10 +1789,6 @@ type AssessmentHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -2291,10 +1806,6 @@ type AssessmentHistoryWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -2304,16 +1815,14 @@ type AssessmentHistoryWhereInput struct { TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // "response_due_duration" field predicates. - ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` - ResponseDueDurationNEQ *int64 `json:"responseDueDurationNEQ,omitempty"` - ResponseDueDurationIn []int64 `json:"responseDueDurationIn,omitempty"` - ResponseDueDurationNotIn []int64 `json:"responseDueDurationNotIn,omitempty"` - ResponseDueDurationGT *int64 `json:"responseDueDurationGT,omitempty"` - ResponseDueDurationGTE *int64 `json:"responseDueDurationGTE,omitempty"` - ResponseDueDurationLT *int64 `json:"responseDueDurationLT,omitempty"` - ResponseDueDurationLTE *int64 `json:"responseDueDurationLTE,omitempty"` - ResponseDueDurationIsNil bool `json:"responseDueDurationIsNil,omitempty"` - ResponseDueDurationNotNil bool `json:"responseDueDurationNotNil,omitempty"` + ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` + ResponseDueDurationNEQ *int64 `json:"responseDueDurationNEQ,omitempty"` + ResponseDueDurationGT *int64 `json:"responseDueDurationGT,omitempty"` + ResponseDueDurationGTE *int64 `json:"responseDueDurationGTE,omitempty"` + ResponseDueDurationLT *int64 `json:"responseDueDurationLT,omitempty"` + ResponseDueDurationLTE *int64 `json:"responseDueDurationLTE,omitempty"` + ResponseDueDurationIsNil bool `json:"responseDueDurationIsNil,omitempty"` + ResponseDueDurationNotNil bool `json:"responseDueDurationNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -2402,18 +1911,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, assessmenthistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, assessmenthistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, assessmenthistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, assessmenthistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, assessmenthistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, assessmenthistory.IDEqualFold(*i.IDEqualFold)) } @@ -2423,15 +1920,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, assessmenthistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, assessmenthistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, assessmenthistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, assessmenthistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, assessmenthistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -2456,18 +1944,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, assessmenthistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, assessmenthistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, assessmenthistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, assessmenthistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, assessmenthistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, assessmenthistory.RefContains(*i.RefContains)) } @@ -2504,15 +1980,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, assessmenthistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, assessmenthistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, assessmenthistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, assessmenthistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, assessmenthistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -2534,15 +2001,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, assessmenthistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, assessmenthistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, assessmenthistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, assessmenthistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, assessmenthistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -2573,18 +2031,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, assessmenthistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, assessmenthistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, assessmenthistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, assessmenthistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, assessmenthistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, assessmenthistory.CreatedByContains(*i.CreatedByContains)) } @@ -2618,18 +2064,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, assessmenthistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, assessmenthistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, assessmenthistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, assessmenthistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, assessmenthistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, assessmenthistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -2663,18 +2097,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, assessmenthistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -2708,18 +2130,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, assessmenthistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, assessmenthistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, assessmenthistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, assessmenthistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, assessmenthistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, assessmenthistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -2765,18 +2175,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, assessmenthistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, assessmenthistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, assessmenthistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, assessmenthistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, assessmenthistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, assessmenthistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -2810,18 +2208,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, assessmenthistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, assessmenthistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, assessmenthistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, assessmenthistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, assessmenthistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, assessmenthistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -2867,18 +2253,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, assessmenthistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, assessmenthistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, assessmenthistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, assessmenthistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, assessmenthistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, assessmenthistory.NameContains(*i.NameContains)) } @@ -2918,18 +2292,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, assessmenthistory.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, assessmenthistory.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, assessmenthistory.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, assessmenthistory.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, assessmenthistory.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, assessmenthistory.TemplateIDContains(*i.TemplateIDContains)) } @@ -2957,12 +2319,6 @@ func (i *AssessmentHistoryWhereInput) P() (predicate.AssessmentHistory, error) { if i.ResponseDueDurationNEQ != nil { predicates = append(predicates, assessmenthistory.ResponseDueDurationNEQ(*i.ResponseDueDurationNEQ)) } - if len(i.ResponseDueDurationIn) > 0 { - predicates = append(predicates, assessmenthistory.ResponseDueDurationIn(i.ResponseDueDurationIn...)) - } - if len(i.ResponseDueDurationNotIn) > 0 { - predicates = append(predicates, assessmenthistory.ResponseDueDurationNotIn(i.ResponseDueDurationNotIn...)) - } if i.ResponseDueDurationGT != nil { predicates = append(predicates, assessmenthistory.ResponseDueDurationGT(*i.ResponseDueDurationGT)) } @@ -3011,32 +2367,21 @@ type AssessmentResponseHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -3052,38 +2397,28 @@ type AssessmentResponseHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -3097,10 +2432,6 @@ type AssessmentResponseHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -3114,10 +2445,6 @@ type AssessmentResponseHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -3131,10 +2458,6 @@ type AssessmentResponseHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -3154,10 +2477,6 @@ type AssessmentResponseHistoryWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -3173,10 +2492,6 @@ type AssessmentResponseHistoryWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -3190,10 +2505,6 @@ type AssessmentResponseHistoryWhereInput struct { IdentityHolderIDNEQ *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIDGT *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIDGTE *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIDLT *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIDLTE *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -3207,10 +2518,6 @@ type AssessmentResponseHistoryWhereInput struct { EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -3224,10 +2531,6 @@ type AssessmentResponseHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -3241,10 +2544,6 @@ type AssessmentResponseHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -3254,86 +2553,68 @@ type AssessmentResponseHistoryWhereInput struct { EmailContainsFold *string `json:"emailContainsFold,omitempty"` // "send_attempts" field predicates. - SendAttempts *int `json:"sendAttempts,omitempty"` - SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` - SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` - SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int `json:"sendAttempts,omitempty"` + SendAttemptsNEQ *int `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGT *int `json:"sendAttemptsGT,omitempty"` + SendAttemptsGTE *int `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLT *int `json:"sendAttemptsLT,omitempty"` + SendAttemptsLTE *int `json:"sendAttemptsLTE,omitempty"` // "email_delivered_at" field predicates. - EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` - EmailDeliveredAtNEQ *time.Time `json:"emailDeliveredAtNEQ,omitempty"` - EmailDeliveredAtIn []time.Time `json:"emailDeliveredAtIn,omitempty"` - EmailDeliveredAtNotIn []time.Time `json:"emailDeliveredAtNotIn,omitempty"` - EmailDeliveredAtGT *time.Time `json:"emailDeliveredAtGT,omitempty"` - EmailDeliveredAtGTE *time.Time `json:"emailDeliveredAtGTE,omitempty"` - EmailDeliveredAtLT *time.Time `json:"emailDeliveredAtLT,omitempty"` - EmailDeliveredAtLTE *time.Time `json:"emailDeliveredAtLTE,omitempty"` - EmailDeliveredAtIsNil bool `json:"emailDeliveredAtIsNil,omitempty"` - EmailDeliveredAtNotNil bool `json:"emailDeliveredAtNotNil,omitempty"` + EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` + EmailDeliveredAtGT *time.Time `json:"emailDeliveredAtGT,omitempty"` + EmailDeliveredAtGTE *time.Time `json:"emailDeliveredAtGTE,omitempty"` + EmailDeliveredAtLT *time.Time `json:"emailDeliveredAtLT,omitempty"` + EmailDeliveredAtLTE *time.Time `json:"emailDeliveredAtLTE,omitempty"` + EmailDeliveredAtIsNil bool `json:"emailDeliveredAtIsNil,omitempty"` + EmailDeliveredAtNotNil bool `json:"emailDeliveredAtNotNil,omitempty"` // "email_opened_at" field predicates. - EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` - EmailOpenedAtNEQ *time.Time `json:"emailOpenedAtNEQ,omitempty"` - EmailOpenedAtIn []time.Time `json:"emailOpenedAtIn,omitempty"` - EmailOpenedAtNotIn []time.Time `json:"emailOpenedAtNotIn,omitempty"` - EmailOpenedAtGT *time.Time `json:"emailOpenedAtGT,omitempty"` - EmailOpenedAtGTE *time.Time `json:"emailOpenedAtGTE,omitempty"` - EmailOpenedAtLT *time.Time `json:"emailOpenedAtLT,omitempty"` - EmailOpenedAtLTE *time.Time `json:"emailOpenedAtLTE,omitempty"` - EmailOpenedAtIsNil bool `json:"emailOpenedAtIsNil,omitempty"` - EmailOpenedAtNotNil bool `json:"emailOpenedAtNotNil,omitempty"` + EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` + EmailOpenedAtGT *time.Time `json:"emailOpenedAtGT,omitempty"` + EmailOpenedAtGTE *time.Time `json:"emailOpenedAtGTE,omitempty"` + EmailOpenedAtLT *time.Time `json:"emailOpenedAtLT,omitempty"` + EmailOpenedAtLTE *time.Time `json:"emailOpenedAtLTE,omitempty"` + EmailOpenedAtIsNil bool `json:"emailOpenedAtIsNil,omitempty"` + EmailOpenedAtNotNil bool `json:"emailOpenedAtNotNil,omitempty"` // "email_clicked_at" field predicates. - EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` - EmailClickedAtNEQ *time.Time `json:"emailClickedAtNEQ,omitempty"` - EmailClickedAtIn []time.Time `json:"emailClickedAtIn,omitempty"` - EmailClickedAtNotIn []time.Time `json:"emailClickedAtNotIn,omitempty"` - EmailClickedAtGT *time.Time `json:"emailClickedAtGT,omitempty"` - EmailClickedAtGTE *time.Time `json:"emailClickedAtGTE,omitempty"` - EmailClickedAtLT *time.Time `json:"emailClickedAtLT,omitempty"` - EmailClickedAtLTE *time.Time `json:"emailClickedAtLTE,omitempty"` - EmailClickedAtIsNil bool `json:"emailClickedAtIsNil,omitempty"` - EmailClickedAtNotNil bool `json:"emailClickedAtNotNil,omitempty"` + EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` + EmailClickedAtGT *time.Time `json:"emailClickedAtGT,omitempty"` + EmailClickedAtGTE *time.Time `json:"emailClickedAtGTE,omitempty"` + EmailClickedAtLT *time.Time `json:"emailClickedAtLT,omitempty"` + EmailClickedAtLTE *time.Time `json:"emailClickedAtLTE,omitempty"` + EmailClickedAtIsNil bool `json:"emailClickedAtIsNil,omitempty"` + EmailClickedAtNotNil bool `json:"emailClickedAtNotNil,omitempty"` // "email_open_count" field predicates. - EmailOpenCount *int `json:"emailOpenCount,omitempty"` - EmailOpenCountNEQ *int `json:"emailOpenCountNEQ,omitempty"` - EmailOpenCountIn []int `json:"emailOpenCountIn,omitempty"` - EmailOpenCountNotIn []int `json:"emailOpenCountNotIn,omitempty"` - EmailOpenCountGT *int `json:"emailOpenCountGT,omitempty"` - EmailOpenCountGTE *int `json:"emailOpenCountGTE,omitempty"` - EmailOpenCountLT *int `json:"emailOpenCountLT,omitempty"` - EmailOpenCountLTE *int `json:"emailOpenCountLTE,omitempty"` - EmailOpenCountIsNil bool `json:"emailOpenCountIsNil,omitempty"` - EmailOpenCountNotNil bool `json:"emailOpenCountNotNil,omitempty"` + EmailOpenCount *int `json:"emailOpenCount,omitempty"` + EmailOpenCountNEQ *int `json:"emailOpenCountNEQ,omitempty"` + EmailOpenCountGT *int `json:"emailOpenCountGT,omitempty"` + EmailOpenCountGTE *int `json:"emailOpenCountGTE,omitempty"` + EmailOpenCountLT *int `json:"emailOpenCountLT,omitempty"` + EmailOpenCountLTE *int `json:"emailOpenCountLTE,omitempty"` + EmailOpenCountIsNil bool `json:"emailOpenCountIsNil,omitempty"` + EmailOpenCountNotNil bool `json:"emailOpenCountNotNil,omitempty"` // "email_click_count" field predicates. - EmailClickCount *int `json:"emailClickCount,omitempty"` - EmailClickCountNEQ *int `json:"emailClickCountNEQ,omitempty"` - EmailClickCountIn []int `json:"emailClickCountIn,omitempty"` - EmailClickCountNotIn []int `json:"emailClickCountNotIn,omitempty"` - EmailClickCountGT *int `json:"emailClickCountGT,omitempty"` - EmailClickCountGTE *int `json:"emailClickCountGTE,omitempty"` - EmailClickCountLT *int `json:"emailClickCountLT,omitempty"` - EmailClickCountLTE *int `json:"emailClickCountLTE,omitempty"` - EmailClickCountIsNil bool `json:"emailClickCountIsNil,omitempty"` - EmailClickCountNotNil bool `json:"emailClickCountNotNil,omitempty"` + EmailClickCount *int `json:"emailClickCount,omitempty"` + EmailClickCountNEQ *int `json:"emailClickCountNEQ,omitempty"` + EmailClickCountGT *int `json:"emailClickCountGT,omitempty"` + EmailClickCountGTE *int `json:"emailClickCountGTE,omitempty"` + EmailClickCountLT *int `json:"emailClickCountLT,omitempty"` + EmailClickCountLTE *int `json:"emailClickCountLTE,omitempty"` + EmailClickCountIsNil bool `json:"emailClickCountIsNil,omitempty"` + EmailClickCountNotNil bool `json:"emailClickCountNotNil,omitempty"` // "last_email_event_at" field predicates. - LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` - LastEmailEventAtNEQ *time.Time `json:"lastEmailEventAtNEQ,omitempty"` - LastEmailEventAtIn []time.Time `json:"lastEmailEventAtIn,omitempty"` - LastEmailEventAtNotIn []time.Time `json:"lastEmailEventAtNotIn,omitempty"` - LastEmailEventAtGT *time.Time `json:"lastEmailEventAtGT,omitempty"` - LastEmailEventAtGTE *time.Time `json:"lastEmailEventAtGTE,omitempty"` - LastEmailEventAtLT *time.Time `json:"lastEmailEventAtLT,omitempty"` - LastEmailEventAtLTE *time.Time `json:"lastEmailEventAtLTE,omitempty"` - LastEmailEventAtIsNil bool `json:"lastEmailEventAtIsNil,omitempty"` - LastEmailEventAtNotNil bool `json:"lastEmailEventAtNotNil,omitempty"` + LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` + LastEmailEventAtGT *time.Time `json:"lastEmailEventAtGT,omitempty"` + LastEmailEventAtGTE *time.Time `json:"lastEmailEventAtGTE,omitempty"` + LastEmailEventAtLT *time.Time `json:"lastEmailEventAtLT,omitempty"` + LastEmailEventAtLTE *time.Time `json:"lastEmailEventAtLTE,omitempty"` + LastEmailEventAtIsNil bool `json:"lastEmailEventAtIsNil,omitempty"` + LastEmailEventAtNotNil bool `json:"lastEmailEventAtNotNil,omitempty"` // "status" field predicates. Status *enums.AssessmentResponseStatus `json:"status,omitempty"` @@ -3342,48 +2623,36 @@ type AssessmentResponseHistoryWhereInput struct { StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // "assigned_at" field predicates. - AssignedAt *time.Time `json:"assignedAt,omitempty"` - AssignedAtNEQ *time.Time `json:"assignedAtNEQ,omitempty"` - AssignedAtIn []time.Time `json:"assignedAtIn,omitempty"` - AssignedAtNotIn []time.Time `json:"assignedAtNotIn,omitempty"` - AssignedAtGT *time.Time `json:"assignedAtGT,omitempty"` - AssignedAtGTE *time.Time `json:"assignedAtGTE,omitempty"` - AssignedAtLT *time.Time `json:"assignedAtLT,omitempty"` - AssignedAtLTE *time.Time `json:"assignedAtLTE,omitempty"` + AssignedAt *time.Time `json:"assignedAt,omitempty"` + AssignedAtGT *time.Time `json:"assignedAtGT,omitempty"` + AssignedAtGTE *time.Time `json:"assignedAtGTE,omitempty"` + AssignedAtLT *time.Time `json:"assignedAtLT,omitempty"` + AssignedAtLTE *time.Time `json:"assignedAtLTE,omitempty"` // "started_at" field predicates. - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNEQ *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGT *time.Time `json:"startedAtGT,omitempty"` - StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLT *time.Time `json:"startedAtLT,omitempty"` - StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGT *time.Time `json:"startedAtGT,omitempty"` + StartedAtGTE *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLT *time.Time `json:"startedAtLT,omitempty"` + StartedAtLTE *time.Time `json:"startedAtLTE,omitempty"` // "completed_at" field predicates. - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNEQ *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGT *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGTE *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLT *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLTE *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "due_date" field predicates. - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNEQ *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []time.Time `json:"dueDateNotIn,omitempty"` - DueDateGT *time.Time `json:"dueDateGT,omitempty"` - DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` - DueDateLT *time.Time `json:"dueDateLT,omitempty"` - DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGT *time.Time `json:"dueDateGT,omitempty"` + DueDateGTE *time.Time `json:"dueDateGTE,omitempty"` + DueDateLT *time.Time `json:"dueDateLT,omitempty"` + DueDateLTE *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "is_draft" field predicates. IsDraft *bool `json:"isDraft,omitempty"` @@ -3473,18 +2742,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.IDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, assessmentresponsehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, assessmentresponsehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, assessmentresponsehistory.IDEqualFold(*i.IDEqualFold)) } @@ -3494,15 +2751,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.HistoryTime != nil { predicates = append(predicates, assessmentresponsehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, assessmentresponsehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -3527,18 +2775,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.RefNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, assessmentresponsehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, assessmentresponsehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, assessmentresponsehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, assessmentresponsehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, assessmentresponsehistory.RefContains(*i.RefContains)) } @@ -3575,15 +2811,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.CreatedAt != nil { predicates = append(predicates, assessmentresponsehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -3605,15 +2832,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.UpdatedAt != nil { predicates = append(predicates, assessmentresponsehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -3644,18 +2862,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, assessmentresponsehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, assessmentresponsehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, assessmentresponsehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, assessmentresponsehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, assessmentresponsehistory.CreatedByContains(*i.CreatedByContains)) } @@ -3689,18 +2895,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, assessmentresponsehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -3734,18 +2928,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, assessmentresponsehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -3779,18 +2961,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, assessmentresponsehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, assessmentresponsehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, assessmentresponsehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -3836,18 +3006,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, assessmentresponsehistory.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, assessmentresponsehistory.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, assessmentresponsehistory.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -3881,18 +3039,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, assessmentresponsehistory.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, assessmentresponsehistory.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, assessmentresponsehistory.CampaignIDContains(*i.CampaignIDContains)) } @@ -3926,18 +3072,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.IdentityHolderIDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDNotIn(i.IdentityHolderIDNotIn...)) } - if i.IdentityHolderIDGT != nil { - predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDGT(*i.IdentityHolderIDGT)) - } - if i.IdentityHolderIDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDGTE(*i.IdentityHolderIDGTE)) - } - if i.IdentityHolderIDLT != nil { - predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDLT(*i.IdentityHolderIDLT)) - } - if i.IdentityHolderIDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDLTE(*i.IdentityHolderIDLTE)) - } if i.IdentityHolderIDContains != nil { predicates = append(predicates, assessmentresponsehistory.IdentityHolderIDContains(*i.IdentityHolderIDContains)) } @@ -3971,18 +3105,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, assessmentresponsehistory.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, assessmentresponsehistory.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, assessmentresponsehistory.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, assessmentresponsehistory.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, assessmentresponsehistory.EntityIDContains(*i.EntityIDContains)) } @@ -4016,18 +3138,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, assessmentresponsehistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, assessmentresponsehistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, assessmentresponsehistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, assessmentresponsehistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, assessmentresponsehistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -4061,18 +3171,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if len(i.EmailNotIn) > 0 { predicates = append(predicates, assessmentresponsehistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, assessmentresponsehistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, assessmentresponsehistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, assessmentresponsehistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, assessmentresponsehistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, assessmentresponsehistory.EmailContains(*i.EmailContains)) } @@ -4100,12 +3198,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.SendAttemptsNEQ != nil { predicates = append(predicates, assessmentresponsehistory.SendAttemptsNEQ(*i.SendAttemptsNEQ)) } - if len(i.SendAttemptsIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.SendAttemptsIn(i.SendAttemptsIn...)) - } - if len(i.SendAttemptsNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.SendAttemptsNotIn(i.SendAttemptsNotIn...)) - } if i.SendAttemptsGT != nil { predicates = append(predicates, assessmentresponsehistory.SendAttemptsGT(*i.SendAttemptsGT)) } @@ -4121,15 +3213,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.EmailDeliveredAt != nil { predicates = append(predicates, assessmentresponsehistory.EmailDeliveredAtEQ(*i.EmailDeliveredAt)) } - if i.EmailDeliveredAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.EmailDeliveredAtNEQ(*i.EmailDeliveredAtNEQ)) - } - if len(i.EmailDeliveredAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailDeliveredAtIn(i.EmailDeliveredAtIn...)) - } - if len(i.EmailDeliveredAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailDeliveredAtNotIn(i.EmailDeliveredAtNotIn...)) - } if i.EmailDeliveredAtGT != nil { predicates = append(predicates, assessmentresponsehistory.EmailDeliveredAtGT(*i.EmailDeliveredAtGT)) } @@ -4151,15 +3234,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.EmailOpenedAt != nil { predicates = append(predicates, assessmentresponsehistory.EmailOpenedAtEQ(*i.EmailOpenedAt)) } - if i.EmailOpenedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.EmailOpenedAtNEQ(*i.EmailOpenedAtNEQ)) - } - if len(i.EmailOpenedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailOpenedAtIn(i.EmailOpenedAtIn...)) - } - if len(i.EmailOpenedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailOpenedAtNotIn(i.EmailOpenedAtNotIn...)) - } if i.EmailOpenedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.EmailOpenedAtGT(*i.EmailOpenedAtGT)) } @@ -4181,15 +3255,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.EmailClickedAt != nil { predicates = append(predicates, assessmentresponsehistory.EmailClickedAtEQ(*i.EmailClickedAt)) } - if i.EmailClickedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.EmailClickedAtNEQ(*i.EmailClickedAtNEQ)) - } - if len(i.EmailClickedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailClickedAtIn(i.EmailClickedAtIn...)) - } - if len(i.EmailClickedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailClickedAtNotIn(i.EmailClickedAtNotIn...)) - } if i.EmailClickedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.EmailClickedAtGT(*i.EmailClickedAtGT)) } @@ -4214,12 +3279,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.EmailOpenCountNEQ != nil { predicates = append(predicates, assessmentresponsehistory.EmailOpenCountNEQ(*i.EmailOpenCountNEQ)) } - if len(i.EmailOpenCountIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailOpenCountIn(i.EmailOpenCountIn...)) - } - if len(i.EmailOpenCountNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailOpenCountNotIn(i.EmailOpenCountNotIn...)) - } if i.EmailOpenCountGT != nil { predicates = append(predicates, assessmentresponsehistory.EmailOpenCountGT(*i.EmailOpenCountGT)) } @@ -4244,12 +3303,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.EmailClickCountNEQ != nil { predicates = append(predicates, assessmentresponsehistory.EmailClickCountNEQ(*i.EmailClickCountNEQ)) } - if len(i.EmailClickCountIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailClickCountIn(i.EmailClickCountIn...)) - } - if len(i.EmailClickCountNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.EmailClickCountNotIn(i.EmailClickCountNotIn...)) - } if i.EmailClickCountGT != nil { predicates = append(predicates, assessmentresponsehistory.EmailClickCountGT(*i.EmailClickCountGT)) } @@ -4271,15 +3324,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.LastEmailEventAt != nil { predicates = append(predicates, assessmentresponsehistory.LastEmailEventAtEQ(*i.LastEmailEventAt)) } - if i.LastEmailEventAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.LastEmailEventAtNEQ(*i.LastEmailEventAtNEQ)) - } - if len(i.LastEmailEventAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.LastEmailEventAtIn(i.LastEmailEventAtIn...)) - } - if len(i.LastEmailEventAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.LastEmailEventAtNotIn(i.LastEmailEventAtNotIn...)) - } if i.LastEmailEventAtGT != nil { predicates = append(predicates, assessmentresponsehistory.LastEmailEventAtGT(*i.LastEmailEventAtGT)) } @@ -4313,15 +3357,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.AssignedAt != nil { predicates = append(predicates, assessmentresponsehistory.AssignedAtEQ(*i.AssignedAt)) } - if i.AssignedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.AssignedAtNEQ(*i.AssignedAtNEQ)) - } - if len(i.AssignedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.AssignedAtIn(i.AssignedAtIn...)) - } - if len(i.AssignedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.AssignedAtNotIn(i.AssignedAtNotIn...)) - } if i.AssignedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.AssignedAtGT(*i.AssignedAtGT)) } @@ -4337,15 +3372,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.StartedAt != nil { predicates = append(predicates, assessmentresponsehistory.StartedAtEQ(*i.StartedAt)) } - if i.StartedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.StartedAtNEQ(*i.StartedAtNEQ)) - } - if len(i.StartedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.StartedAtIn(i.StartedAtIn...)) - } - if len(i.StartedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.StartedAtNotIn(i.StartedAtNotIn...)) - } if i.StartedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.StartedAtGT(*i.StartedAtGT)) } @@ -4361,15 +3387,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.CompletedAt != nil { predicates = append(predicates, assessmentresponsehistory.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, assessmentresponsehistory.CompletedAtGT(*i.CompletedAtGT)) } @@ -4391,15 +3408,6 @@ func (i *AssessmentResponseHistoryWhereInput) P() (predicate.AssessmentResponseH if i.DueDate != nil { predicates = append(predicates, assessmentresponsehistory.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, assessmentresponsehistory.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, assessmentresponsehistory.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, assessmentresponsehistory.DueDateGT(*i.DueDateGT)) } @@ -4447,32 +3455,21 @@ type AssetHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -4488,38 +3485,28 @@ type AssetHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -4533,10 +3520,6 @@ type AssetHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -4550,10 +3533,6 @@ type AssetHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -4567,10 +3546,6 @@ type AssetHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -4584,10 +3559,6 @@ type AssetHistoryWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -4601,10 +3572,6 @@ type AssetHistoryWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -4618,10 +3585,6 @@ type AssetHistoryWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -4635,10 +3598,6 @@ type AssetHistoryWhereInput struct { AssetSubtypeNameNEQ *string `json:"assetSubtypeNameNEQ,omitempty"` AssetSubtypeNameIn []string `json:"assetSubtypeNameIn,omitempty"` AssetSubtypeNameNotIn []string `json:"assetSubtypeNameNotIn,omitempty"` - AssetSubtypeNameGT *string `json:"assetSubtypeNameGT,omitempty"` - AssetSubtypeNameGTE *string `json:"assetSubtypeNameGTE,omitempty"` - AssetSubtypeNameLT *string `json:"assetSubtypeNameLT,omitempty"` - AssetSubtypeNameLTE *string `json:"assetSubtypeNameLTE,omitempty"` AssetSubtypeNameContains *string `json:"assetSubtypeNameContains,omitempty"` AssetSubtypeNameHasPrefix *string `json:"assetSubtypeNameHasPrefix,omitempty"` AssetSubtypeNameHasSuffix *string `json:"assetSubtypeNameHasSuffix,omitempty"` @@ -4652,10 +3611,6 @@ type AssetHistoryWhereInput struct { AssetSubtypeIDNEQ *string `json:"assetSubtypeIDNEQ,omitempty"` AssetSubtypeIDIn []string `json:"assetSubtypeIDIn,omitempty"` AssetSubtypeIDNotIn []string `json:"assetSubtypeIDNotIn,omitempty"` - AssetSubtypeIDGT *string `json:"assetSubtypeIDGT,omitempty"` - AssetSubtypeIDGTE *string `json:"assetSubtypeIDGTE,omitempty"` - AssetSubtypeIDLT *string `json:"assetSubtypeIDLT,omitempty"` - AssetSubtypeIDLTE *string `json:"assetSubtypeIDLTE,omitempty"` AssetSubtypeIDContains *string `json:"assetSubtypeIDContains,omitempty"` AssetSubtypeIDHasPrefix *string `json:"assetSubtypeIDHasPrefix,omitempty"` AssetSubtypeIDHasSuffix *string `json:"assetSubtypeIDHasSuffix,omitempty"` @@ -4669,10 +3624,6 @@ type AssetHistoryWhereInput struct { AssetDataClassificationNameNEQ *string `json:"assetDataClassificationNameNEQ,omitempty"` AssetDataClassificationNameIn []string `json:"assetDataClassificationNameIn,omitempty"` AssetDataClassificationNameNotIn []string `json:"assetDataClassificationNameNotIn,omitempty"` - AssetDataClassificationNameGT *string `json:"assetDataClassificationNameGT,omitempty"` - AssetDataClassificationNameGTE *string `json:"assetDataClassificationNameGTE,omitempty"` - AssetDataClassificationNameLT *string `json:"assetDataClassificationNameLT,omitempty"` - AssetDataClassificationNameLTE *string `json:"assetDataClassificationNameLTE,omitempty"` AssetDataClassificationNameContains *string `json:"assetDataClassificationNameContains,omitempty"` AssetDataClassificationNameHasPrefix *string `json:"assetDataClassificationNameHasPrefix,omitempty"` AssetDataClassificationNameHasSuffix *string `json:"assetDataClassificationNameHasSuffix,omitempty"` @@ -4686,10 +3637,6 @@ type AssetHistoryWhereInput struct { AssetDataClassificationIDNEQ *string `json:"assetDataClassificationIDNEQ,omitempty"` AssetDataClassificationIDIn []string `json:"assetDataClassificationIDIn,omitempty"` AssetDataClassificationIDNotIn []string `json:"assetDataClassificationIDNotIn,omitempty"` - AssetDataClassificationIDGT *string `json:"assetDataClassificationIDGT,omitempty"` - AssetDataClassificationIDGTE *string `json:"assetDataClassificationIDGTE,omitempty"` - AssetDataClassificationIDLT *string `json:"assetDataClassificationIDLT,omitempty"` - AssetDataClassificationIDLTE *string `json:"assetDataClassificationIDLTE,omitempty"` AssetDataClassificationIDContains *string `json:"assetDataClassificationIDContains,omitempty"` AssetDataClassificationIDHasPrefix *string `json:"assetDataClassificationIDHasPrefix,omitempty"` AssetDataClassificationIDHasSuffix *string `json:"assetDataClassificationIDHasSuffix,omitempty"` @@ -4703,10 +3650,6 @@ type AssetHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -4720,10 +3663,6 @@ type AssetHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -4737,10 +3676,6 @@ type AssetHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -4754,10 +3689,6 @@ type AssetHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -4771,10 +3702,6 @@ type AssetHistoryWhereInput struct { AccessModelNameNEQ *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGT *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGTE *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLT *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLTE *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -4788,10 +3715,6 @@ type AssetHistoryWhereInput struct { AccessModelIDNEQ *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIDGT *string `json:"accessModelIDGT,omitempty"` - AccessModelIDGTE *string `json:"accessModelIDGTE,omitempty"` - AccessModelIDLT *string `json:"accessModelIDLT,omitempty"` - AccessModelIDLTE *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -4805,10 +3728,6 @@ type AssetHistoryWhereInput struct { EncryptionStatusNameNEQ *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGT *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGTE *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLT *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLTE *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -4822,10 +3741,6 @@ type AssetHistoryWhereInput struct { EncryptionStatusIDNEQ *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIDGT *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIDGTE *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIDLT *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIDLTE *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -4839,10 +3754,6 @@ type AssetHistoryWhereInput struct { SecurityTierNameNEQ *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGT *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGTE *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLT *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLTE *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -4856,10 +3767,6 @@ type AssetHistoryWhereInput struct { SecurityTierIDNEQ *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIDGT *string `json:"securityTierIDGT,omitempty"` - SecurityTierIDGTE *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIDLT *string `json:"securityTierIDLT,omitempty"` - SecurityTierIDLTE *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -4873,10 +3780,6 @@ type AssetHistoryWhereInput struct { CriticalityNameNEQ *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGT *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGTE *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLT *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLTE *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -4890,10 +3793,6 @@ type AssetHistoryWhereInput struct { CriticalityIDNEQ *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIDGT *string `json:"criticalityIDGT,omitempty"` - CriticalityIDGTE *string `json:"criticalityIDGTE,omitempty"` - CriticalityIDLT *string `json:"criticalityIDLT,omitempty"` - CriticalityIDLTE *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -4913,10 +3812,6 @@ type AssetHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -4930,10 +3825,6 @@ type AssetHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -4953,10 +3844,6 @@ type AssetHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -4968,10 +3855,6 @@ type AssetHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -4985,10 +3868,6 @@ type AssetHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -5002,10 +3881,6 @@ type AssetHistoryWhereInput struct { IdentifierNEQ *string `json:"identifierNEQ,omitempty"` IdentifierIn []string `json:"identifierIn,omitempty"` IdentifierNotIn []string `json:"identifierNotIn,omitempty"` - IdentifierGT *string `json:"identifierGT,omitempty"` - IdentifierGTE *string `json:"identifierGTE,omitempty"` - IdentifierLT *string `json:"identifierLT,omitempty"` - IdentifierLTE *string `json:"identifierLTE,omitempty"` IdentifierContains *string `json:"identifierContains,omitempty"` IdentifierHasPrefix *string `json:"identifierHasPrefix,omitempty"` IdentifierHasSuffix *string `json:"identifierHasSuffix,omitempty"` @@ -5019,10 +3894,6 @@ type AssetHistoryWhereInput struct { WebsiteNEQ *string `json:"websiteNEQ,omitempty"` WebsiteIn []string `json:"websiteIn,omitempty"` WebsiteNotIn []string `json:"websiteNotIn,omitempty"` - WebsiteGT *string `json:"websiteGT,omitempty"` - WebsiteGTE *string `json:"websiteGTE,omitempty"` - WebsiteLT *string `json:"websiteLT,omitempty"` - WebsiteLTE *string `json:"websiteLTE,omitempty"` WebsiteContains *string `json:"websiteContains,omitempty"` WebsiteHasPrefix *string `json:"websiteHasPrefix,omitempty"` WebsiteHasSuffix *string `json:"websiteHasSuffix,omitempty"` @@ -5036,10 +3907,6 @@ type AssetHistoryWhereInput struct { PhysicalLocationNEQ *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGT *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGTE *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLT *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLTE *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -5053,10 +3920,6 @@ type AssetHistoryWhereInput struct { RegionNEQ *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGT *string `json:"regionGT,omitempty"` - RegionGTE *string `json:"regionGTE,omitempty"` - RegionLT *string `json:"regionLT,omitempty"` - RegionLTE *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -5082,10 +3945,6 @@ type AssetHistoryWhereInput struct { SourcePlatformIDNEQ *string `json:"sourcePlatformIDNEQ,omitempty"` SourcePlatformIDIn []string `json:"sourcePlatformIDIn,omitempty"` SourcePlatformIDNotIn []string `json:"sourcePlatformIDNotIn,omitempty"` - SourcePlatformIDGT *string `json:"sourcePlatformIDGT,omitempty"` - SourcePlatformIDGTE *string `json:"sourcePlatformIDGTE,omitempty"` - SourcePlatformIDLT *string `json:"sourcePlatformIDLT,omitempty"` - SourcePlatformIDLTE *string `json:"sourcePlatformIDLTE,omitempty"` SourcePlatformIDContains *string `json:"sourcePlatformIDContains,omitempty"` SourcePlatformIDHasPrefix *string `json:"sourcePlatformIDHasPrefix,omitempty"` SourcePlatformIDHasSuffix *string `json:"sourcePlatformIDHasSuffix,omitempty"` @@ -5099,10 +3958,6 @@ type AssetHistoryWhereInput struct { SourceIdentifierNEQ *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGT *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGTE *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLT *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLTE *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -5116,10 +3971,6 @@ type AssetHistoryWhereInput struct { CostCenterNEQ *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGT *string `json:"costCenterGT,omitempty"` - CostCenterGTE *string `json:"costCenterGTE,omitempty"` - CostCenterLT *string `json:"costCenterLT,omitempty"` - CostCenterLTE *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -5141,26 +3992,19 @@ type AssetHistoryWhereInput struct { EstimatedMonthlyCostNotNil bool `json:"estimatedMonthlyCostNotNil,omitempty"` // "purchase_date" field predicates. - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNEQ *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` // "integration_id" field predicates. IntegrationID *string `json:"integrationID,omitempty"` IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -5170,16 +4014,13 @@ type AssetHistoryWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -5271,18 +4112,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, assethistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, assethistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, assethistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, assethistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, assethistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, assethistory.IDEqualFold(*i.IDEqualFold)) } @@ -5292,15 +4121,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, assethistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, assethistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, assethistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, assethistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, assethistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -5325,18 +4145,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, assethistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, assethistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, assethistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, assethistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, assethistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, assethistory.RefContains(*i.RefContains)) } @@ -5373,15 +4181,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, assethistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, assethistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, assethistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, assethistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, assethistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -5403,15 +4202,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, assethistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, assethistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, assethistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, assethistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, assethistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -5442,18 +4232,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, assethistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, assethistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, assethistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, assethistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, assethistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, assethistory.CreatedByContains(*i.CreatedByContains)) } @@ -5487,18 +4265,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, assethistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, assethistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, assethistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, assethistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, assethistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, assethistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -5532,18 +4298,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, assethistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, assethistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, assethistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, assethistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, assethistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, assethistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -5577,18 +4331,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, assethistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, assethistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, assethistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, assethistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, assethistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, assethistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -5622,18 +4364,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, assethistory.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, assethistory.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, assethistory.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, assethistory.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, assethistory.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, assethistory.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -5667,18 +4397,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, assethistory.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, assethistory.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, assethistory.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, assethistory.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, assethistory.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, assethistory.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -5712,18 +4430,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, assethistory.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, assethistory.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, assethistory.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, assethistory.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, assethistory.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, assethistory.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -5757,18 +4463,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AssetSubtypeNameNotIn) > 0 { predicates = append(predicates, assethistory.AssetSubtypeNameNotIn(i.AssetSubtypeNameNotIn...)) } - if i.AssetSubtypeNameGT != nil { - predicates = append(predicates, assethistory.AssetSubtypeNameGT(*i.AssetSubtypeNameGT)) - } - if i.AssetSubtypeNameGTE != nil { - predicates = append(predicates, assethistory.AssetSubtypeNameGTE(*i.AssetSubtypeNameGTE)) - } - if i.AssetSubtypeNameLT != nil { - predicates = append(predicates, assethistory.AssetSubtypeNameLT(*i.AssetSubtypeNameLT)) - } - if i.AssetSubtypeNameLTE != nil { - predicates = append(predicates, assethistory.AssetSubtypeNameLTE(*i.AssetSubtypeNameLTE)) - } if i.AssetSubtypeNameContains != nil { predicates = append(predicates, assethistory.AssetSubtypeNameContains(*i.AssetSubtypeNameContains)) } @@ -5802,18 +4496,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AssetSubtypeIDNotIn) > 0 { predicates = append(predicates, assethistory.AssetSubtypeIDNotIn(i.AssetSubtypeIDNotIn...)) } - if i.AssetSubtypeIDGT != nil { - predicates = append(predicates, assethistory.AssetSubtypeIDGT(*i.AssetSubtypeIDGT)) - } - if i.AssetSubtypeIDGTE != nil { - predicates = append(predicates, assethistory.AssetSubtypeIDGTE(*i.AssetSubtypeIDGTE)) - } - if i.AssetSubtypeIDLT != nil { - predicates = append(predicates, assethistory.AssetSubtypeIDLT(*i.AssetSubtypeIDLT)) - } - if i.AssetSubtypeIDLTE != nil { - predicates = append(predicates, assethistory.AssetSubtypeIDLTE(*i.AssetSubtypeIDLTE)) - } if i.AssetSubtypeIDContains != nil { predicates = append(predicates, assethistory.AssetSubtypeIDContains(*i.AssetSubtypeIDContains)) } @@ -5847,18 +4529,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AssetDataClassificationNameNotIn) > 0 { predicates = append(predicates, assethistory.AssetDataClassificationNameNotIn(i.AssetDataClassificationNameNotIn...)) } - if i.AssetDataClassificationNameGT != nil { - predicates = append(predicates, assethistory.AssetDataClassificationNameGT(*i.AssetDataClassificationNameGT)) - } - if i.AssetDataClassificationNameGTE != nil { - predicates = append(predicates, assethistory.AssetDataClassificationNameGTE(*i.AssetDataClassificationNameGTE)) - } - if i.AssetDataClassificationNameLT != nil { - predicates = append(predicates, assethistory.AssetDataClassificationNameLT(*i.AssetDataClassificationNameLT)) - } - if i.AssetDataClassificationNameLTE != nil { - predicates = append(predicates, assethistory.AssetDataClassificationNameLTE(*i.AssetDataClassificationNameLTE)) - } if i.AssetDataClassificationNameContains != nil { predicates = append(predicates, assethistory.AssetDataClassificationNameContains(*i.AssetDataClassificationNameContains)) } @@ -5892,18 +4562,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AssetDataClassificationIDNotIn) > 0 { predicates = append(predicates, assethistory.AssetDataClassificationIDNotIn(i.AssetDataClassificationIDNotIn...)) } - if i.AssetDataClassificationIDGT != nil { - predicates = append(predicates, assethistory.AssetDataClassificationIDGT(*i.AssetDataClassificationIDGT)) - } - if i.AssetDataClassificationIDGTE != nil { - predicates = append(predicates, assethistory.AssetDataClassificationIDGTE(*i.AssetDataClassificationIDGTE)) - } - if i.AssetDataClassificationIDLT != nil { - predicates = append(predicates, assethistory.AssetDataClassificationIDLT(*i.AssetDataClassificationIDLT)) - } - if i.AssetDataClassificationIDLTE != nil { - predicates = append(predicates, assethistory.AssetDataClassificationIDLTE(*i.AssetDataClassificationIDLTE)) - } if i.AssetDataClassificationIDContains != nil { predicates = append(predicates, assethistory.AssetDataClassificationIDContains(*i.AssetDataClassificationIDContains)) } @@ -5937,18 +4595,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, assethistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, assethistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, assethistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, assethistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, assethistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, assethistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -5982,18 +4628,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, assethistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, assethistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, assethistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, assethistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, assethistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, assethistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -6027,18 +4661,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, assethistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, assethistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, assethistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, assethistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, assethistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, assethistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -6072,18 +4694,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, assethistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, assethistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, assethistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, assethistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, assethistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, assethistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -6117,18 +4727,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AccessModelNameNotIn) > 0 { predicates = append(predicates, assethistory.AccessModelNameNotIn(i.AccessModelNameNotIn...)) } - if i.AccessModelNameGT != nil { - predicates = append(predicates, assethistory.AccessModelNameGT(*i.AccessModelNameGT)) - } - if i.AccessModelNameGTE != nil { - predicates = append(predicates, assethistory.AccessModelNameGTE(*i.AccessModelNameGTE)) - } - if i.AccessModelNameLT != nil { - predicates = append(predicates, assethistory.AccessModelNameLT(*i.AccessModelNameLT)) - } - if i.AccessModelNameLTE != nil { - predicates = append(predicates, assethistory.AccessModelNameLTE(*i.AccessModelNameLTE)) - } if i.AccessModelNameContains != nil { predicates = append(predicates, assethistory.AccessModelNameContains(*i.AccessModelNameContains)) } @@ -6162,18 +4760,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.AccessModelIDNotIn) > 0 { predicates = append(predicates, assethistory.AccessModelIDNotIn(i.AccessModelIDNotIn...)) } - if i.AccessModelIDGT != nil { - predicates = append(predicates, assethistory.AccessModelIDGT(*i.AccessModelIDGT)) - } - if i.AccessModelIDGTE != nil { - predicates = append(predicates, assethistory.AccessModelIDGTE(*i.AccessModelIDGTE)) - } - if i.AccessModelIDLT != nil { - predicates = append(predicates, assethistory.AccessModelIDLT(*i.AccessModelIDLT)) - } - if i.AccessModelIDLTE != nil { - predicates = append(predicates, assethistory.AccessModelIDLTE(*i.AccessModelIDLTE)) - } if i.AccessModelIDContains != nil { predicates = append(predicates, assethistory.AccessModelIDContains(*i.AccessModelIDContains)) } @@ -6207,18 +4793,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.EncryptionStatusNameNotIn) > 0 { predicates = append(predicates, assethistory.EncryptionStatusNameNotIn(i.EncryptionStatusNameNotIn...)) } - if i.EncryptionStatusNameGT != nil { - predicates = append(predicates, assethistory.EncryptionStatusNameGT(*i.EncryptionStatusNameGT)) - } - if i.EncryptionStatusNameGTE != nil { - predicates = append(predicates, assethistory.EncryptionStatusNameGTE(*i.EncryptionStatusNameGTE)) - } - if i.EncryptionStatusNameLT != nil { - predicates = append(predicates, assethistory.EncryptionStatusNameLT(*i.EncryptionStatusNameLT)) - } - if i.EncryptionStatusNameLTE != nil { - predicates = append(predicates, assethistory.EncryptionStatusNameLTE(*i.EncryptionStatusNameLTE)) - } if i.EncryptionStatusNameContains != nil { predicates = append(predicates, assethistory.EncryptionStatusNameContains(*i.EncryptionStatusNameContains)) } @@ -6252,18 +4826,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.EncryptionStatusIDNotIn) > 0 { predicates = append(predicates, assethistory.EncryptionStatusIDNotIn(i.EncryptionStatusIDNotIn...)) } - if i.EncryptionStatusIDGT != nil { - predicates = append(predicates, assethistory.EncryptionStatusIDGT(*i.EncryptionStatusIDGT)) - } - if i.EncryptionStatusIDGTE != nil { - predicates = append(predicates, assethistory.EncryptionStatusIDGTE(*i.EncryptionStatusIDGTE)) - } - if i.EncryptionStatusIDLT != nil { - predicates = append(predicates, assethistory.EncryptionStatusIDLT(*i.EncryptionStatusIDLT)) - } - if i.EncryptionStatusIDLTE != nil { - predicates = append(predicates, assethistory.EncryptionStatusIDLTE(*i.EncryptionStatusIDLTE)) - } if i.EncryptionStatusIDContains != nil { predicates = append(predicates, assethistory.EncryptionStatusIDContains(*i.EncryptionStatusIDContains)) } @@ -6297,18 +4859,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.SecurityTierNameNotIn) > 0 { predicates = append(predicates, assethistory.SecurityTierNameNotIn(i.SecurityTierNameNotIn...)) } - if i.SecurityTierNameGT != nil { - predicates = append(predicates, assethistory.SecurityTierNameGT(*i.SecurityTierNameGT)) - } - if i.SecurityTierNameGTE != nil { - predicates = append(predicates, assethistory.SecurityTierNameGTE(*i.SecurityTierNameGTE)) - } - if i.SecurityTierNameLT != nil { - predicates = append(predicates, assethistory.SecurityTierNameLT(*i.SecurityTierNameLT)) - } - if i.SecurityTierNameLTE != nil { - predicates = append(predicates, assethistory.SecurityTierNameLTE(*i.SecurityTierNameLTE)) - } if i.SecurityTierNameContains != nil { predicates = append(predicates, assethistory.SecurityTierNameContains(*i.SecurityTierNameContains)) } @@ -6342,18 +4892,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.SecurityTierIDNotIn) > 0 { predicates = append(predicates, assethistory.SecurityTierIDNotIn(i.SecurityTierIDNotIn...)) } - if i.SecurityTierIDGT != nil { - predicates = append(predicates, assethistory.SecurityTierIDGT(*i.SecurityTierIDGT)) - } - if i.SecurityTierIDGTE != nil { - predicates = append(predicates, assethistory.SecurityTierIDGTE(*i.SecurityTierIDGTE)) - } - if i.SecurityTierIDLT != nil { - predicates = append(predicates, assethistory.SecurityTierIDLT(*i.SecurityTierIDLT)) - } - if i.SecurityTierIDLTE != nil { - predicates = append(predicates, assethistory.SecurityTierIDLTE(*i.SecurityTierIDLTE)) - } if i.SecurityTierIDContains != nil { predicates = append(predicates, assethistory.SecurityTierIDContains(*i.SecurityTierIDContains)) } @@ -6387,18 +4925,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.CriticalityNameNotIn) > 0 { predicates = append(predicates, assethistory.CriticalityNameNotIn(i.CriticalityNameNotIn...)) } - if i.CriticalityNameGT != nil { - predicates = append(predicates, assethistory.CriticalityNameGT(*i.CriticalityNameGT)) - } - if i.CriticalityNameGTE != nil { - predicates = append(predicates, assethistory.CriticalityNameGTE(*i.CriticalityNameGTE)) - } - if i.CriticalityNameLT != nil { - predicates = append(predicates, assethistory.CriticalityNameLT(*i.CriticalityNameLT)) - } - if i.CriticalityNameLTE != nil { - predicates = append(predicates, assethistory.CriticalityNameLTE(*i.CriticalityNameLTE)) - } if i.CriticalityNameContains != nil { predicates = append(predicates, assethistory.CriticalityNameContains(*i.CriticalityNameContains)) } @@ -6432,18 +4958,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.CriticalityIDNotIn) > 0 { predicates = append(predicates, assethistory.CriticalityIDNotIn(i.CriticalityIDNotIn...)) } - if i.CriticalityIDGT != nil { - predicates = append(predicates, assethistory.CriticalityIDGT(*i.CriticalityIDGT)) - } - if i.CriticalityIDGTE != nil { - predicates = append(predicates, assethistory.CriticalityIDGTE(*i.CriticalityIDGTE)) - } - if i.CriticalityIDLT != nil { - predicates = append(predicates, assethistory.CriticalityIDLT(*i.CriticalityIDLT)) - } - if i.CriticalityIDLTE != nil { - predicates = append(predicates, assethistory.CriticalityIDLTE(*i.CriticalityIDLTE)) - } if i.CriticalityIDContains != nil { predicates = append(predicates, assethistory.CriticalityIDContains(*i.CriticalityIDContains)) } @@ -6489,18 +5003,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, assethistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, assethistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, assethistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, assethistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, assethistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, assethistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -6534,18 +5036,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, assethistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, assethistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, assethistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, assethistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, assethistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, assethistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -6591,18 +5081,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, assethistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, assethistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, assethistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, assethistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, assethistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, assethistory.NameContains(*i.NameContains)) } @@ -6630,18 +5108,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, assethistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, assethistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, assethistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, assethistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, assethistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, assethistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -6675,18 +5141,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, assethistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, assethistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, assethistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, assethistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, assethistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, assethistory.DescriptionContains(*i.DescriptionContains)) } @@ -6720,18 +5174,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.IdentifierNotIn) > 0 { predicates = append(predicates, assethistory.IdentifierNotIn(i.IdentifierNotIn...)) } - if i.IdentifierGT != nil { - predicates = append(predicates, assethistory.IdentifierGT(*i.IdentifierGT)) - } - if i.IdentifierGTE != nil { - predicates = append(predicates, assethistory.IdentifierGTE(*i.IdentifierGTE)) - } - if i.IdentifierLT != nil { - predicates = append(predicates, assethistory.IdentifierLT(*i.IdentifierLT)) - } - if i.IdentifierLTE != nil { - predicates = append(predicates, assethistory.IdentifierLTE(*i.IdentifierLTE)) - } if i.IdentifierContains != nil { predicates = append(predicates, assethistory.IdentifierContains(*i.IdentifierContains)) } @@ -6765,18 +5207,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.WebsiteNotIn) > 0 { predicates = append(predicates, assethistory.WebsiteNotIn(i.WebsiteNotIn...)) } - if i.WebsiteGT != nil { - predicates = append(predicates, assethistory.WebsiteGT(*i.WebsiteGT)) - } - if i.WebsiteGTE != nil { - predicates = append(predicates, assethistory.WebsiteGTE(*i.WebsiteGTE)) - } - if i.WebsiteLT != nil { - predicates = append(predicates, assethistory.WebsiteLT(*i.WebsiteLT)) - } - if i.WebsiteLTE != nil { - predicates = append(predicates, assethistory.WebsiteLTE(*i.WebsiteLTE)) - } if i.WebsiteContains != nil { predicates = append(predicates, assethistory.WebsiteContains(*i.WebsiteContains)) } @@ -6810,18 +5240,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.PhysicalLocationNotIn) > 0 { predicates = append(predicates, assethistory.PhysicalLocationNotIn(i.PhysicalLocationNotIn...)) } - if i.PhysicalLocationGT != nil { - predicates = append(predicates, assethistory.PhysicalLocationGT(*i.PhysicalLocationGT)) - } - if i.PhysicalLocationGTE != nil { - predicates = append(predicates, assethistory.PhysicalLocationGTE(*i.PhysicalLocationGTE)) - } - if i.PhysicalLocationLT != nil { - predicates = append(predicates, assethistory.PhysicalLocationLT(*i.PhysicalLocationLT)) - } - if i.PhysicalLocationLTE != nil { - predicates = append(predicates, assethistory.PhysicalLocationLTE(*i.PhysicalLocationLTE)) - } if i.PhysicalLocationContains != nil { predicates = append(predicates, assethistory.PhysicalLocationContains(*i.PhysicalLocationContains)) } @@ -6855,18 +5273,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.RegionNotIn) > 0 { predicates = append(predicates, assethistory.RegionNotIn(i.RegionNotIn...)) } - if i.RegionGT != nil { - predicates = append(predicates, assethistory.RegionGT(*i.RegionGT)) - } - if i.RegionGTE != nil { - predicates = append(predicates, assethistory.RegionGTE(*i.RegionGTE)) - } - if i.RegionLT != nil { - predicates = append(predicates, assethistory.RegionLT(*i.RegionLT)) - } - if i.RegionLTE != nil { - predicates = append(predicates, assethistory.RegionLTE(*i.RegionLTE)) - } if i.RegionContains != nil { predicates = append(predicates, assethistory.RegionContains(*i.RegionContains)) } @@ -6924,18 +5330,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.SourcePlatformIDNotIn) > 0 { predicates = append(predicates, assethistory.SourcePlatformIDNotIn(i.SourcePlatformIDNotIn...)) } - if i.SourcePlatformIDGT != nil { - predicates = append(predicates, assethistory.SourcePlatformIDGT(*i.SourcePlatformIDGT)) - } - if i.SourcePlatformIDGTE != nil { - predicates = append(predicates, assethistory.SourcePlatformIDGTE(*i.SourcePlatformIDGTE)) - } - if i.SourcePlatformIDLT != nil { - predicates = append(predicates, assethistory.SourcePlatformIDLT(*i.SourcePlatformIDLT)) - } - if i.SourcePlatformIDLTE != nil { - predicates = append(predicates, assethistory.SourcePlatformIDLTE(*i.SourcePlatformIDLTE)) - } if i.SourcePlatformIDContains != nil { predicates = append(predicates, assethistory.SourcePlatformIDContains(*i.SourcePlatformIDContains)) } @@ -6969,18 +5363,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.SourceIdentifierNotIn) > 0 { predicates = append(predicates, assethistory.SourceIdentifierNotIn(i.SourceIdentifierNotIn...)) } - if i.SourceIdentifierGT != nil { - predicates = append(predicates, assethistory.SourceIdentifierGT(*i.SourceIdentifierGT)) - } - if i.SourceIdentifierGTE != nil { - predicates = append(predicates, assethistory.SourceIdentifierGTE(*i.SourceIdentifierGTE)) - } - if i.SourceIdentifierLT != nil { - predicates = append(predicates, assethistory.SourceIdentifierLT(*i.SourceIdentifierLT)) - } - if i.SourceIdentifierLTE != nil { - predicates = append(predicates, assethistory.SourceIdentifierLTE(*i.SourceIdentifierLTE)) - } if i.SourceIdentifierContains != nil { predicates = append(predicates, assethistory.SourceIdentifierContains(*i.SourceIdentifierContains)) } @@ -7014,18 +5396,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.CostCenterNotIn) > 0 { predicates = append(predicates, assethistory.CostCenterNotIn(i.CostCenterNotIn...)) } - if i.CostCenterGT != nil { - predicates = append(predicates, assethistory.CostCenterGT(*i.CostCenterGT)) - } - if i.CostCenterGTE != nil { - predicates = append(predicates, assethistory.CostCenterGTE(*i.CostCenterGTE)) - } - if i.CostCenterLT != nil { - predicates = append(predicates, assethistory.CostCenterLT(*i.CostCenterLT)) - } - if i.CostCenterLTE != nil { - predicates = append(predicates, assethistory.CostCenterLTE(*i.CostCenterLTE)) - } if i.CostCenterContains != nil { predicates = append(predicates, assethistory.CostCenterContains(*i.CostCenterContains)) } @@ -7080,15 +5450,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if i.PurchaseDate != nil { predicates = append(predicates, assethistory.PurchaseDateEQ(*i.PurchaseDate)) } - if i.PurchaseDateNEQ != nil { - predicates = append(predicates, assethistory.PurchaseDateNEQ(*i.PurchaseDateNEQ)) - } - if len(i.PurchaseDateIn) > 0 { - predicates = append(predicates, assethistory.PurchaseDateIn(i.PurchaseDateIn...)) - } - if len(i.PurchaseDateNotIn) > 0 { - predicates = append(predicates, assethistory.PurchaseDateNotIn(i.PurchaseDateNotIn...)) - } if i.PurchaseDateGT != nil { predicates = append(predicates, assethistory.PurchaseDateGT(*i.PurchaseDateGT)) } @@ -7119,18 +5480,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, assethistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, assethistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, assethistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, assethistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, assethistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, assethistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -7155,15 +5504,6 @@ func (i *AssetHistoryWhereInput) P() (predicate.AssetHistory, error) { if i.ObservedAt != nil { predicates = append(predicates, assethistory.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, assethistory.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, assethistory.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, assethistory.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, assethistory.ObservedAtGT(*i.ObservedAtGT)) } @@ -7219,32 +5559,21 @@ type CampaignHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -7260,38 +5589,28 @@ type CampaignHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -7305,10 +5624,6 @@ type CampaignHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -7322,10 +5637,6 @@ type CampaignHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -7339,10 +5650,6 @@ type CampaignHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -7354,10 +5661,6 @@ type CampaignHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -7371,10 +5674,6 @@ type CampaignHistoryWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -7388,10 +5687,6 @@ type CampaignHistoryWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -7405,10 +5700,6 @@ type CampaignHistoryWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -7428,10 +5719,6 @@ type CampaignHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -7443,10 +5730,6 @@ type CampaignHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -7472,52 +5755,40 @@ type CampaignHistoryWhereInput struct { IsActiveNEQ *bool `json:"isActiveNEQ,omitempty"` // "scheduled_at" field predicates. - ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` - ScheduledAtNEQ *models.DateTime `json:"scheduledAtNEQ,omitempty"` - ScheduledAtIn []models.DateTime `json:"scheduledAtIn,omitempty"` - ScheduledAtNotIn []models.DateTime `json:"scheduledAtNotIn,omitempty"` - ScheduledAtGT *models.DateTime `json:"scheduledAtGT,omitempty"` - ScheduledAtGTE *models.DateTime `json:"scheduledAtGTE,omitempty"` - ScheduledAtLT *models.DateTime `json:"scheduledAtLT,omitempty"` - ScheduledAtLTE *models.DateTime `json:"scheduledAtLTE,omitempty"` - ScheduledAtIsNil bool `json:"scheduledAtIsNil,omitempty"` - ScheduledAtNotNil bool `json:"scheduledAtNotNil,omitempty"` + ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` + ScheduledAtGT *models.DateTime `json:"scheduledAtGT,omitempty"` + ScheduledAtGTE *models.DateTime `json:"scheduledAtGTE,omitempty"` + ScheduledAtLT *models.DateTime `json:"scheduledAtLT,omitempty"` + ScheduledAtLTE *models.DateTime `json:"scheduledAtLTE,omitempty"` + ScheduledAtIsNil bool `json:"scheduledAtIsNil,omitempty"` + ScheduledAtNotNil bool `json:"scheduledAtNotNil,omitempty"` // "launched_at" field predicates. - LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` - LaunchedAtNEQ *models.DateTime `json:"launchedAtNEQ,omitempty"` - LaunchedAtIn []models.DateTime `json:"launchedAtIn,omitempty"` - LaunchedAtNotIn []models.DateTime `json:"launchedAtNotIn,omitempty"` - LaunchedAtGT *models.DateTime `json:"launchedAtGT,omitempty"` - LaunchedAtGTE *models.DateTime `json:"launchedAtGTE,omitempty"` - LaunchedAtLT *models.DateTime `json:"launchedAtLT,omitempty"` - LaunchedAtLTE *models.DateTime `json:"launchedAtLTE,omitempty"` - LaunchedAtIsNil bool `json:"launchedAtIsNil,omitempty"` - LaunchedAtNotNil bool `json:"launchedAtNotNil,omitempty"` + LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` + LaunchedAtGT *models.DateTime `json:"launchedAtGT,omitempty"` + LaunchedAtGTE *models.DateTime `json:"launchedAtGTE,omitempty"` + LaunchedAtLT *models.DateTime `json:"launchedAtLT,omitempty"` + LaunchedAtLTE *models.DateTime `json:"launchedAtLTE,omitempty"` + LaunchedAtIsNil bool `json:"launchedAtIsNil,omitempty"` + LaunchedAtNotNil bool `json:"launchedAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "due_date" field predicates. - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNEQ *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "is_recurring" field predicates. IsRecurring *bool `json:"isRecurring,omitempty"` @@ -7532,26 +5803,20 @@ type CampaignHistoryWhereInput struct { RecurrenceFrequencyNotNil bool `json:"recurrenceFrequencyNotNil,omitempty"` // "recurrence_interval" field predicates. - RecurrenceInterval *int `json:"recurrenceInterval,omitempty"` - RecurrenceIntervalNEQ *int `json:"recurrenceIntervalNEQ,omitempty"` - RecurrenceIntervalIn []int `json:"recurrenceIntervalIn,omitempty"` - RecurrenceIntervalNotIn []int `json:"recurrenceIntervalNotIn,omitempty"` - RecurrenceIntervalGT *int `json:"recurrenceIntervalGT,omitempty"` - RecurrenceIntervalGTE *int `json:"recurrenceIntervalGTE,omitempty"` - RecurrenceIntervalLT *int `json:"recurrenceIntervalLT,omitempty"` - RecurrenceIntervalLTE *int `json:"recurrenceIntervalLTE,omitempty"` - RecurrenceIntervalIsNil bool `json:"recurrenceIntervalIsNil,omitempty"` - RecurrenceIntervalNotNil bool `json:"recurrenceIntervalNotNil,omitempty"` + RecurrenceInterval *int `json:"recurrenceInterval,omitempty"` + RecurrenceIntervalNEQ *int `json:"recurrenceIntervalNEQ,omitempty"` + RecurrenceIntervalGT *int `json:"recurrenceIntervalGT,omitempty"` + RecurrenceIntervalGTE *int `json:"recurrenceIntervalGTE,omitempty"` + RecurrenceIntervalLT *int `json:"recurrenceIntervalLT,omitempty"` + RecurrenceIntervalLTE *int `json:"recurrenceIntervalLTE,omitempty"` + RecurrenceIntervalIsNil bool `json:"recurrenceIntervalIsNil,omitempty"` + RecurrenceIntervalNotNil bool `json:"recurrenceIntervalNotNil,omitempty"` // "recurrence_timezone" field predicates. RecurrenceTimezone *string `json:"recurrenceTimezone,omitempty"` RecurrenceTimezoneNEQ *string `json:"recurrenceTimezoneNEQ,omitempty"` RecurrenceTimezoneIn []string `json:"recurrenceTimezoneIn,omitempty"` RecurrenceTimezoneNotIn []string `json:"recurrenceTimezoneNotIn,omitempty"` - RecurrenceTimezoneGT *string `json:"recurrenceTimezoneGT,omitempty"` - RecurrenceTimezoneGTE *string `json:"recurrenceTimezoneGTE,omitempty"` - RecurrenceTimezoneLT *string `json:"recurrenceTimezoneLT,omitempty"` - RecurrenceTimezoneLTE *string `json:"recurrenceTimezoneLTE,omitempty"` RecurrenceTimezoneContains *string `json:"recurrenceTimezoneContains,omitempty"` RecurrenceTimezoneHasPrefix *string `json:"recurrenceTimezoneHasPrefix,omitempty"` RecurrenceTimezoneHasSuffix *string `json:"recurrenceTimezoneHasSuffix,omitempty"` @@ -7561,86 +5826,66 @@ type CampaignHistoryWhereInput struct { RecurrenceTimezoneContainsFold *string `json:"recurrenceTimezoneContainsFold,omitempty"` // "last_run_at" field predicates. - LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` - LastRunAtNEQ *models.DateTime `json:"lastRunAtNEQ,omitempty"` - LastRunAtIn []models.DateTime `json:"lastRunAtIn,omitempty"` - LastRunAtNotIn []models.DateTime `json:"lastRunAtNotIn,omitempty"` - LastRunAtGT *models.DateTime `json:"lastRunAtGT,omitempty"` - LastRunAtGTE *models.DateTime `json:"lastRunAtGTE,omitempty"` - LastRunAtLT *models.DateTime `json:"lastRunAtLT,omitempty"` - LastRunAtLTE *models.DateTime `json:"lastRunAtLTE,omitempty"` - LastRunAtIsNil bool `json:"lastRunAtIsNil,omitempty"` - LastRunAtNotNil bool `json:"lastRunAtNotNil,omitempty"` + LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` + LastRunAtGT *models.DateTime `json:"lastRunAtGT,omitempty"` + LastRunAtGTE *models.DateTime `json:"lastRunAtGTE,omitempty"` + LastRunAtLT *models.DateTime `json:"lastRunAtLT,omitempty"` + LastRunAtLTE *models.DateTime `json:"lastRunAtLTE,omitempty"` + LastRunAtIsNil bool `json:"lastRunAtIsNil,omitempty"` + LastRunAtNotNil bool `json:"lastRunAtNotNil,omitempty"` // "next_run_at" field predicates. - NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` - NextRunAtNEQ *models.DateTime `json:"nextRunAtNEQ,omitempty"` - NextRunAtIn []models.DateTime `json:"nextRunAtIn,omitempty"` - NextRunAtNotIn []models.DateTime `json:"nextRunAtNotIn,omitempty"` - NextRunAtGT *models.DateTime `json:"nextRunAtGT,omitempty"` - NextRunAtGTE *models.DateTime `json:"nextRunAtGTE,omitempty"` - NextRunAtLT *models.DateTime `json:"nextRunAtLT,omitempty"` - NextRunAtLTE *models.DateTime `json:"nextRunAtLTE,omitempty"` - NextRunAtIsNil bool `json:"nextRunAtIsNil,omitempty"` - NextRunAtNotNil bool `json:"nextRunAtNotNil,omitempty"` + NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` + NextRunAtGT *models.DateTime `json:"nextRunAtGT,omitempty"` + NextRunAtGTE *models.DateTime `json:"nextRunAtGTE,omitempty"` + NextRunAtLT *models.DateTime `json:"nextRunAtLT,omitempty"` + NextRunAtLTE *models.DateTime `json:"nextRunAtLTE,omitempty"` + NextRunAtIsNil bool `json:"nextRunAtIsNil,omitempty"` + NextRunAtNotNil bool `json:"nextRunAtNotNil,omitempty"` // "recurrence_end_at" field predicates. - RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` - RecurrenceEndAtNEQ *models.DateTime `json:"recurrenceEndAtNEQ,omitempty"` - RecurrenceEndAtIn []models.DateTime `json:"recurrenceEndAtIn,omitempty"` - RecurrenceEndAtNotIn []models.DateTime `json:"recurrenceEndAtNotIn,omitempty"` - RecurrenceEndAtGT *models.DateTime `json:"recurrenceEndAtGT,omitempty"` - RecurrenceEndAtGTE *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` - RecurrenceEndAtLT *models.DateTime `json:"recurrenceEndAtLT,omitempty"` - RecurrenceEndAtLTE *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` - RecurrenceEndAtIsNil bool `json:"recurrenceEndAtIsNil,omitempty"` - RecurrenceEndAtNotNil bool `json:"recurrenceEndAtNotNil,omitempty"` + RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` + RecurrenceEndAtGT *models.DateTime `json:"recurrenceEndAtGT,omitempty"` + RecurrenceEndAtGTE *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` + RecurrenceEndAtLT *models.DateTime `json:"recurrenceEndAtLT,omitempty"` + RecurrenceEndAtLTE *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` + RecurrenceEndAtIsNil bool `json:"recurrenceEndAtIsNil,omitempty"` + RecurrenceEndAtNotNil bool `json:"recurrenceEndAtNotNil,omitempty"` // "recipient_count" field predicates. - RecipientCount *int `json:"recipientCount,omitempty"` - RecipientCountNEQ *int `json:"recipientCountNEQ,omitempty"` - RecipientCountIn []int `json:"recipientCountIn,omitempty"` - RecipientCountNotIn []int `json:"recipientCountNotIn,omitempty"` - RecipientCountGT *int `json:"recipientCountGT,omitempty"` - RecipientCountGTE *int `json:"recipientCountGTE,omitempty"` - RecipientCountLT *int `json:"recipientCountLT,omitempty"` - RecipientCountLTE *int `json:"recipientCountLTE,omitempty"` - RecipientCountIsNil bool `json:"recipientCountIsNil,omitempty"` - RecipientCountNotNil bool `json:"recipientCountNotNil,omitempty"` + RecipientCount *int `json:"recipientCount,omitempty"` + RecipientCountNEQ *int `json:"recipientCountNEQ,omitempty"` + RecipientCountGT *int `json:"recipientCountGT,omitempty"` + RecipientCountGTE *int `json:"recipientCountGTE,omitempty"` + RecipientCountLT *int `json:"recipientCountLT,omitempty"` + RecipientCountLTE *int `json:"recipientCountLTE,omitempty"` + RecipientCountIsNil bool `json:"recipientCountIsNil,omitempty"` + RecipientCountNotNil bool `json:"recipientCountNotNil,omitempty"` // "resend_count" field predicates. - ResendCount *int `json:"resendCount,omitempty"` - ResendCountNEQ *int `json:"resendCountNEQ,omitempty"` - ResendCountIn []int `json:"resendCountIn,omitempty"` - ResendCountNotIn []int `json:"resendCountNotIn,omitempty"` - ResendCountGT *int `json:"resendCountGT,omitempty"` - ResendCountGTE *int `json:"resendCountGTE,omitempty"` - ResendCountLT *int `json:"resendCountLT,omitempty"` - ResendCountLTE *int `json:"resendCountLTE,omitempty"` - ResendCountIsNil bool `json:"resendCountIsNil,omitempty"` - ResendCountNotNil bool `json:"resendCountNotNil,omitempty"` + ResendCount *int `json:"resendCount,omitempty"` + ResendCountNEQ *int `json:"resendCountNEQ,omitempty"` + ResendCountGT *int `json:"resendCountGT,omitempty"` + ResendCountGTE *int `json:"resendCountGTE,omitempty"` + ResendCountLT *int `json:"resendCountLT,omitempty"` + ResendCountLTE *int `json:"resendCountLTE,omitempty"` + ResendCountIsNil bool `json:"resendCountIsNil,omitempty"` + ResendCountNotNil bool `json:"resendCountNotNil,omitempty"` // "last_resent_at" field predicates. - LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` - LastResentAtNEQ *models.DateTime `json:"lastResentAtNEQ,omitempty"` - LastResentAtIn []models.DateTime `json:"lastResentAtIn,omitempty"` - LastResentAtNotIn []models.DateTime `json:"lastResentAtNotIn,omitempty"` - LastResentAtGT *models.DateTime `json:"lastResentAtGT,omitempty"` - LastResentAtGTE *models.DateTime `json:"lastResentAtGTE,omitempty"` - LastResentAtLT *models.DateTime `json:"lastResentAtLT,omitempty"` - LastResentAtLTE *models.DateTime `json:"lastResentAtLTE,omitempty"` - LastResentAtIsNil bool `json:"lastResentAtIsNil,omitempty"` - LastResentAtNotNil bool `json:"lastResentAtNotNil,omitempty"` + LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` + LastResentAtGT *models.DateTime `json:"lastResentAtGT,omitempty"` + LastResentAtGTE *models.DateTime `json:"lastResentAtGTE,omitempty"` + LastResentAtLT *models.DateTime `json:"lastResentAtLT,omitempty"` + LastResentAtLTE *models.DateTime `json:"lastResentAtLTE,omitempty"` + LastResentAtIsNil bool `json:"lastResentAtIsNil,omitempty"` + LastResentAtNotNil bool `json:"lastResentAtNotNil,omitempty"` // "entity_id" field predicates. EntityID *string `json:"entityID,omitempty"` EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -7654,10 +5899,6 @@ type CampaignHistoryWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -7671,10 +5912,6 @@ type CampaignHistoryWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -7688,10 +5925,6 @@ type CampaignHistoryWhereInput struct { EmailTemplateIDNEQ *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIDGT *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIDGTE *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIDLT *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIDLTE *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -7705,10 +5938,6 @@ type CampaignHistoryWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -7722,10 +5951,6 @@ type CampaignHistoryWhereInput struct { EmailBrandingIDNEQ *string `json:"emailBrandingIDNEQ,omitempty"` EmailBrandingIDIn []string `json:"emailBrandingIDIn,omitempty"` EmailBrandingIDNotIn []string `json:"emailBrandingIDNotIn,omitempty"` - EmailBrandingIDGT *string `json:"emailBrandingIDGT,omitempty"` - EmailBrandingIDGTE *string `json:"emailBrandingIDGTE,omitempty"` - EmailBrandingIDLT *string `json:"emailBrandingIDLT,omitempty"` - EmailBrandingIDLTE *string `json:"emailBrandingIDLTE,omitempty"` EmailBrandingIDContains *string `json:"emailBrandingIDContains,omitempty"` EmailBrandingIDHasPrefix *string `json:"emailBrandingIDHasPrefix,omitempty"` EmailBrandingIDHasSuffix *string `json:"emailBrandingIDHasSuffix,omitempty"` @@ -7739,10 +5964,6 @@ type CampaignHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -7838,18 +6059,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, campaignhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, campaignhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, campaignhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, campaignhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, campaignhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, campaignhistory.IDEqualFold(*i.IDEqualFold)) } @@ -7859,15 +6068,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, campaignhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, campaignhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, campaignhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, campaignhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, campaignhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -7892,18 +6092,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, campaignhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, campaignhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, campaignhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, campaignhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, campaignhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, campaignhistory.RefContains(*i.RefContains)) } @@ -7940,15 +6128,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, campaignhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, campaignhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, campaignhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, campaignhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -7970,15 +6149,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, campaignhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, campaignhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, campaignhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, campaignhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -8009,18 +6179,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, campaignhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, campaignhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, campaignhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, campaignhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, campaignhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, campaignhistory.CreatedByContains(*i.CreatedByContains)) } @@ -8054,18 +6212,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, campaignhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, campaignhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, campaignhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, campaignhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, campaignhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, campaignhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -8099,18 +6245,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, campaignhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, campaignhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, campaignhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, campaignhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, campaignhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, campaignhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -8144,18 +6278,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, campaignhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, campaignhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, campaignhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, campaignhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, campaignhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, campaignhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -8183,18 +6305,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, campaignhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, campaignhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, campaignhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, campaignhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, campaignhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, campaignhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -8228,18 +6338,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, campaignhistory.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, campaignhistory.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -8273,18 +6371,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, campaignhistory.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, campaignhistory.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -8318,18 +6404,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, campaignhistory.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, campaignhistory.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, campaignhistory.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -8375,18 +6449,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, campaignhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, campaignhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, campaignhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, campaignhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, campaignhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, campaignhistory.NameContains(*i.NameContains)) } @@ -8414,18 +6476,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, campaignhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, campaignhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, campaignhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, campaignhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, campaignhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, campaignhistory.DescriptionContains(*i.DescriptionContains)) } @@ -8480,15 +6530,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.ScheduledAt != nil { predicates = append(predicates, campaignhistory.ScheduledAtEQ(*i.ScheduledAt)) } - if i.ScheduledAtNEQ != nil { - predicates = append(predicates, campaignhistory.ScheduledAtNEQ(*i.ScheduledAtNEQ)) - } - if len(i.ScheduledAtIn) > 0 { - predicates = append(predicates, campaignhistory.ScheduledAtIn(i.ScheduledAtIn...)) - } - if len(i.ScheduledAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.ScheduledAtNotIn(i.ScheduledAtNotIn...)) - } if i.ScheduledAtGT != nil { predicates = append(predicates, campaignhistory.ScheduledAtGT(*i.ScheduledAtGT)) } @@ -8510,15 +6551,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.LaunchedAt != nil { predicates = append(predicates, campaignhistory.LaunchedAtEQ(*i.LaunchedAt)) } - if i.LaunchedAtNEQ != nil { - predicates = append(predicates, campaignhistory.LaunchedAtNEQ(*i.LaunchedAtNEQ)) - } - if len(i.LaunchedAtIn) > 0 { - predicates = append(predicates, campaignhistory.LaunchedAtIn(i.LaunchedAtIn...)) - } - if len(i.LaunchedAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.LaunchedAtNotIn(i.LaunchedAtNotIn...)) - } if i.LaunchedAtGT != nil { predicates = append(predicates, campaignhistory.LaunchedAtGT(*i.LaunchedAtGT)) } @@ -8540,15 +6572,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.CompletedAt != nil { predicates = append(predicates, campaignhistory.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, campaignhistory.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, campaignhistory.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, campaignhistory.CompletedAtGT(*i.CompletedAtGT)) } @@ -8570,15 +6593,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.DueDate != nil { predicates = append(predicates, campaignhistory.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, campaignhistory.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, campaignhistory.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, campaignhistory.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, campaignhistory.DueDateGT(*i.DueDateGT)) } @@ -8627,12 +6641,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.RecurrenceIntervalNEQ != nil { predicates = append(predicates, campaignhistory.RecurrenceIntervalNEQ(*i.RecurrenceIntervalNEQ)) } - if len(i.RecurrenceIntervalIn) > 0 { - predicates = append(predicates, campaignhistory.RecurrenceIntervalIn(i.RecurrenceIntervalIn...)) - } - if len(i.RecurrenceIntervalNotIn) > 0 { - predicates = append(predicates, campaignhistory.RecurrenceIntervalNotIn(i.RecurrenceIntervalNotIn...)) - } if i.RecurrenceIntervalGT != nil { predicates = append(predicates, campaignhistory.RecurrenceIntervalGT(*i.RecurrenceIntervalGT)) } @@ -8663,18 +6671,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.RecurrenceTimezoneNotIn) > 0 { predicates = append(predicates, campaignhistory.RecurrenceTimezoneNotIn(i.RecurrenceTimezoneNotIn...)) } - if i.RecurrenceTimezoneGT != nil { - predicates = append(predicates, campaignhistory.RecurrenceTimezoneGT(*i.RecurrenceTimezoneGT)) - } - if i.RecurrenceTimezoneGTE != nil { - predicates = append(predicates, campaignhistory.RecurrenceTimezoneGTE(*i.RecurrenceTimezoneGTE)) - } - if i.RecurrenceTimezoneLT != nil { - predicates = append(predicates, campaignhistory.RecurrenceTimezoneLT(*i.RecurrenceTimezoneLT)) - } - if i.RecurrenceTimezoneLTE != nil { - predicates = append(predicates, campaignhistory.RecurrenceTimezoneLTE(*i.RecurrenceTimezoneLTE)) - } if i.RecurrenceTimezoneContains != nil { predicates = append(predicates, campaignhistory.RecurrenceTimezoneContains(*i.RecurrenceTimezoneContains)) } @@ -8699,15 +6695,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.LastRunAt != nil { predicates = append(predicates, campaignhistory.LastRunAtEQ(*i.LastRunAt)) } - if i.LastRunAtNEQ != nil { - predicates = append(predicates, campaignhistory.LastRunAtNEQ(*i.LastRunAtNEQ)) - } - if len(i.LastRunAtIn) > 0 { - predicates = append(predicates, campaignhistory.LastRunAtIn(i.LastRunAtIn...)) - } - if len(i.LastRunAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.LastRunAtNotIn(i.LastRunAtNotIn...)) - } if i.LastRunAtGT != nil { predicates = append(predicates, campaignhistory.LastRunAtGT(*i.LastRunAtGT)) } @@ -8729,15 +6716,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.NextRunAt != nil { predicates = append(predicates, campaignhistory.NextRunAtEQ(*i.NextRunAt)) } - if i.NextRunAtNEQ != nil { - predicates = append(predicates, campaignhistory.NextRunAtNEQ(*i.NextRunAtNEQ)) - } - if len(i.NextRunAtIn) > 0 { - predicates = append(predicates, campaignhistory.NextRunAtIn(i.NextRunAtIn...)) - } - if len(i.NextRunAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.NextRunAtNotIn(i.NextRunAtNotIn...)) - } if i.NextRunAtGT != nil { predicates = append(predicates, campaignhistory.NextRunAtGT(*i.NextRunAtGT)) } @@ -8759,15 +6737,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.RecurrenceEndAt != nil { predicates = append(predicates, campaignhistory.RecurrenceEndAtEQ(*i.RecurrenceEndAt)) } - if i.RecurrenceEndAtNEQ != nil { - predicates = append(predicates, campaignhistory.RecurrenceEndAtNEQ(*i.RecurrenceEndAtNEQ)) - } - if len(i.RecurrenceEndAtIn) > 0 { - predicates = append(predicates, campaignhistory.RecurrenceEndAtIn(i.RecurrenceEndAtIn...)) - } - if len(i.RecurrenceEndAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.RecurrenceEndAtNotIn(i.RecurrenceEndAtNotIn...)) - } if i.RecurrenceEndAtGT != nil { predicates = append(predicates, campaignhistory.RecurrenceEndAtGT(*i.RecurrenceEndAtGT)) } @@ -8792,12 +6761,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.RecipientCountNEQ != nil { predicates = append(predicates, campaignhistory.RecipientCountNEQ(*i.RecipientCountNEQ)) } - if len(i.RecipientCountIn) > 0 { - predicates = append(predicates, campaignhistory.RecipientCountIn(i.RecipientCountIn...)) - } - if len(i.RecipientCountNotIn) > 0 { - predicates = append(predicates, campaignhistory.RecipientCountNotIn(i.RecipientCountNotIn...)) - } if i.RecipientCountGT != nil { predicates = append(predicates, campaignhistory.RecipientCountGT(*i.RecipientCountGT)) } @@ -8822,12 +6785,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.ResendCountNEQ != nil { predicates = append(predicates, campaignhistory.ResendCountNEQ(*i.ResendCountNEQ)) } - if len(i.ResendCountIn) > 0 { - predicates = append(predicates, campaignhistory.ResendCountIn(i.ResendCountIn...)) - } - if len(i.ResendCountNotIn) > 0 { - predicates = append(predicates, campaignhistory.ResendCountNotIn(i.ResendCountNotIn...)) - } if i.ResendCountGT != nil { predicates = append(predicates, campaignhistory.ResendCountGT(*i.ResendCountGT)) } @@ -8849,15 +6806,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if i.LastResentAt != nil { predicates = append(predicates, campaignhistory.LastResentAtEQ(*i.LastResentAt)) } - if i.LastResentAtNEQ != nil { - predicates = append(predicates, campaignhistory.LastResentAtNEQ(*i.LastResentAtNEQ)) - } - if len(i.LastResentAtIn) > 0 { - predicates = append(predicates, campaignhistory.LastResentAtIn(i.LastResentAtIn...)) - } - if len(i.LastResentAtNotIn) > 0 { - predicates = append(predicates, campaignhistory.LastResentAtNotIn(i.LastResentAtNotIn...)) - } if i.LastResentAtGT != nil { predicates = append(predicates, campaignhistory.LastResentAtGT(*i.LastResentAtGT)) } @@ -8888,18 +6836,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, campaignhistory.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, campaignhistory.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, campaignhistory.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, campaignhistory.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, campaignhistory.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, campaignhistory.EntityIDContains(*i.EntityIDContains)) } @@ -8933,18 +6869,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, campaignhistory.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, campaignhistory.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, campaignhistory.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, campaignhistory.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, campaignhistory.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, campaignhistory.TemplateIDContains(*i.TemplateIDContains)) } @@ -8978,18 +6902,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, campaignhistory.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, campaignhistory.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, campaignhistory.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, campaignhistory.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, campaignhistory.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, campaignhistory.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -9023,18 +6935,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.EmailTemplateIDNotIn) > 0 { predicates = append(predicates, campaignhistory.EmailTemplateIDNotIn(i.EmailTemplateIDNotIn...)) } - if i.EmailTemplateIDGT != nil { - predicates = append(predicates, campaignhistory.EmailTemplateIDGT(*i.EmailTemplateIDGT)) - } - if i.EmailTemplateIDGTE != nil { - predicates = append(predicates, campaignhistory.EmailTemplateIDGTE(*i.EmailTemplateIDGTE)) - } - if i.EmailTemplateIDLT != nil { - predicates = append(predicates, campaignhistory.EmailTemplateIDLT(*i.EmailTemplateIDLT)) - } - if i.EmailTemplateIDLTE != nil { - predicates = append(predicates, campaignhistory.EmailTemplateIDLTE(*i.EmailTemplateIDLTE)) - } if i.EmailTemplateIDContains != nil { predicates = append(predicates, campaignhistory.EmailTemplateIDContains(*i.EmailTemplateIDContains)) } @@ -9068,18 +6968,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, campaignhistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, campaignhistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, campaignhistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, campaignhistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, campaignhistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, campaignhistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -9113,18 +7001,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.EmailBrandingIDNotIn) > 0 { predicates = append(predicates, campaignhistory.EmailBrandingIDNotIn(i.EmailBrandingIDNotIn...)) } - if i.EmailBrandingIDGT != nil { - predicates = append(predicates, campaignhistory.EmailBrandingIDGT(*i.EmailBrandingIDGT)) - } - if i.EmailBrandingIDGTE != nil { - predicates = append(predicates, campaignhistory.EmailBrandingIDGTE(*i.EmailBrandingIDGTE)) - } - if i.EmailBrandingIDLT != nil { - predicates = append(predicates, campaignhistory.EmailBrandingIDLT(*i.EmailBrandingIDLT)) - } - if i.EmailBrandingIDLTE != nil { - predicates = append(predicates, campaignhistory.EmailBrandingIDLTE(*i.EmailBrandingIDLTE)) - } if i.EmailBrandingIDContains != nil { predicates = append(predicates, campaignhistory.EmailBrandingIDContains(*i.EmailBrandingIDContains)) } @@ -9158,18 +7034,6 @@ func (i *CampaignHistoryWhereInput) P() (predicate.CampaignHistory, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, campaignhistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, campaignhistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, campaignhistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, campaignhistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, campaignhistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, campaignhistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -9221,32 +7085,21 @@ type CampaignTargetHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -9262,38 +7115,28 @@ type CampaignTargetHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -9307,10 +7150,6 @@ type CampaignTargetHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -9324,10 +7163,6 @@ type CampaignTargetHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -9341,10 +7176,6 @@ type CampaignTargetHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -9364,10 +7195,6 @@ type CampaignTargetHistoryWhereInput struct { CampaignIDNEQ *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIDGT *string `json:"campaignIDGT,omitempty"` - CampaignIDGTE *string `json:"campaignIDGTE,omitempty"` - CampaignIDLT *string `json:"campaignIDLT,omitempty"` - CampaignIDLTE *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -9381,10 +7208,6 @@ type CampaignTargetHistoryWhereInput struct { ContactIDNEQ *string `json:"contactIDNEQ,omitempty"` ContactIDIn []string `json:"contactIDIn,omitempty"` ContactIDNotIn []string `json:"contactIDNotIn,omitempty"` - ContactIDGT *string `json:"contactIDGT,omitempty"` - ContactIDGTE *string `json:"contactIDGTE,omitempty"` - ContactIDLT *string `json:"contactIDLT,omitempty"` - ContactIDLTE *string `json:"contactIDLTE,omitempty"` ContactIDContains *string `json:"contactIDContains,omitempty"` ContactIDHasPrefix *string `json:"contactIDHasPrefix,omitempty"` ContactIDHasSuffix *string `json:"contactIDHasSuffix,omitempty"` @@ -9398,10 +7221,6 @@ type CampaignTargetHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -9415,10 +7234,6 @@ type CampaignTargetHistoryWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -9432,10 +7247,6 @@ type CampaignTargetHistoryWhereInput struct { SubscriberIDNEQ *string `json:"subscriberIDNEQ,omitempty"` SubscriberIDIn []string `json:"subscriberIDIn,omitempty"` SubscriberIDNotIn []string `json:"subscriberIDNotIn,omitempty"` - SubscriberIDGT *string `json:"subscriberIDGT,omitempty"` - SubscriberIDGTE *string `json:"subscriberIDGTE,omitempty"` - SubscriberIDLT *string `json:"subscriberIDLT,omitempty"` - SubscriberIDLTE *string `json:"subscriberIDLTE,omitempty"` SubscriberIDContains *string `json:"subscriberIDContains,omitempty"` SubscriberIDHasPrefix *string `json:"subscriberIDHasPrefix,omitempty"` SubscriberIDHasSuffix *string `json:"subscriberIDHasSuffix,omitempty"` @@ -9449,10 +7260,6 @@ type CampaignTargetHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -9464,10 +7271,6 @@ type CampaignTargetHistoryWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -9483,28 +7286,22 @@ type CampaignTargetHistoryWhereInput struct { StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // "sent_at" field predicates. - SentAt *models.DateTime `json:"sentAt,omitempty"` - SentAtNEQ *models.DateTime `json:"sentAtNEQ,omitempty"` - SentAtIn []models.DateTime `json:"sentAtIn,omitempty"` - SentAtNotIn []models.DateTime `json:"sentAtNotIn,omitempty"` - SentAtGT *models.DateTime `json:"sentAtGT,omitempty"` - SentAtGTE *models.DateTime `json:"sentAtGTE,omitempty"` - SentAtLT *models.DateTime `json:"sentAtLT,omitempty"` - SentAtLTE *models.DateTime `json:"sentAtLTE,omitempty"` - SentAtIsNil bool `json:"sentAtIsNil,omitempty"` - SentAtNotNil bool `json:"sentAtNotNil,omitempty"` + SentAt *models.DateTime `json:"sentAt,omitempty"` + SentAtGT *models.DateTime `json:"sentAtGT,omitempty"` + SentAtGTE *models.DateTime `json:"sentAtGTE,omitempty"` + SentAtLT *models.DateTime `json:"sentAtLT,omitempty"` + SentAtLTE *models.DateTime `json:"sentAtLTE,omitempty"` + SentAtIsNil bool `json:"sentAtIsNil,omitempty"` + SentAtNotNil bool `json:"sentAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -9590,18 +7387,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, campaigntargethistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, campaigntargethistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, campaigntargethistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, campaigntargethistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, campaigntargethistory.IDEqualFold(*i.IDEqualFold)) } @@ -9611,15 +7396,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if i.HistoryTime != nil { predicates = append(predicates, campaigntargethistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, campaigntargethistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, campaigntargethistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, campaigntargethistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, campaigntargethistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -9644,18 +7420,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, campaigntargethistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, campaigntargethistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, campaigntargethistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, campaigntargethistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, campaigntargethistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, campaigntargethistory.RefContains(*i.RefContains)) } @@ -9692,15 +7456,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if i.CreatedAt != nil { predicates = append(predicates, campaigntargethistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, campaigntargethistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, campaigntargethistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, campaigntargethistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, campaigntargethistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -9722,15 +7477,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if i.UpdatedAt != nil { predicates = append(predicates, campaigntargethistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, campaigntargethistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, campaigntargethistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, campaigntargethistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, campaigntargethistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -9761,18 +7507,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, campaigntargethistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, campaigntargethistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, campaigntargethistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, campaigntargethistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, campaigntargethistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, campaigntargethistory.CreatedByContains(*i.CreatedByContains)) } @@ -9806,18 +7540,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, campaigntargethistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, campaigntargethistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -9851,18 +7573,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, campaigntargethistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -9896,18 +7606,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, campaigntargethistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, campaigntargethistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, campaigntargethistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, campaigntargethistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, campaigntargethistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -9953,18 +7651,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.CampaignIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.CampaignIDNotIn(i.CampaignIDNotIn...)) } - if i.CampaignIDGT != nil { - predicates = append(predicates, campaigntargethistory.CampaignIDGT(*i.CampaignIDGT)) - } - if i.CampaignIDGTE != nil { - predicates = append(predicates, campaigntargethistory.CampaignIDGTE(*i.CampaignIDGTE)) - } - if i.CampaignIDLT != nil { - predicates = append(predicates, campaigntargethistory.CampaignIDLT(*i.CampaignIDLT)) - } - if i.CampaignIDLTE != nil { - predicates = append(predicates, campaigntargethistory.CampaignIDLTE(*i.CampaignIDLTE)) - } if i.CampaignIDContains != nil { predicates = append(predicates, campaigntargethistory.CampaignIDContains(*i.CampaignIDContains)) } @@ -9998,18 +7684,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.ContactIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.ContactIDNotIn(i.ContactIDNotIn...)) } - if i.ContactIDGT != nil { - predicates = append(predicates, campaigntargethistory.ContactIDGT(*i.ContactIDGT)) - } - if i.ContactIDGTE != nil { - predicates = append(predicates, campaigntargethistory.ContactIDGTE(*i.ContactIDGTE)) - } - if i.ContactIDLT != nil { - predicates = append(predicates, campaigntargethistory.ContactIDLT(*i.ContactIDLT)) - } - if i.ContactIDLTE != nil { - predicates = append(predicates, campaigntargethistory.ContactIDLTE(*i.ContactIDLTE)) - } if i.ContactIDContains != nil { predicates = append(predicates, campaigntargethistory.ContactIDContains(*i.ContactIDContains)) } @@ -10043,18 +7717,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.UserIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, campaigntargethistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, campaigntargethistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, campaigntargethistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, campaigntargethistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, campaigntargethistory.UserIDContains(*i.UserIDContains)) } @@ -10088,18 +7750,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, campaigntargethistory.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, campaigntargethistory.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, campaigntargethistory.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, campaigntargethistory.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, campaigntargethistory.GroupIDContains(*i.GroupIDContains)) } @@ -10133,18 +7783,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.SubscriberIDNotIn) > 0 { predicates = append(predicates, campaigntargethistory.SubscriberIDNotIn(i.SubscriberIDNotIn...)) } - if i.SubscriberIDGT != nil { - predicates = append(predicates, campaigntargethistory.SubscriberIDGT(*i.SubscriberIDGT)) - } - if i.SubscriberIDGTE != nil { - predicates = append(predicates, campaigntargethistory.SubscriberIDGTE(*i.SubscriberIDGTE)) - } - if i.SubscriberIDLT != nil { - predicates = append(predicates, campaigntargethistory.SubscriberIDLT(*i.SubscriberIDLT)) - } - if i.SubscriberIDLTE != nil { - predicates = append(predicates, campaigntargethistory.SubscriberIDLTE(*i.SubscriberIDLTE)) - } if i.SubscriberIDContains != nil { predicates = append(predicates, campaigntargethistory.SubscriberIDContains(*i.SubscriberIDContains)) } @@ -10178,18 +7816,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.EmailNotIn) > 0 { predicates = append(predicates, campaigntargethistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, campaigntargethistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, campaigntargethistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, campaigntargethistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, campaigntargethistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, campaigntargethistory.EmailContains(*i.EmailContains)) } @@ -10217,18 +7843,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if len(i.FullNameNotIn) > 0 { predicates = append(predicates, campaigntargethistory.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, campaigntargethistory.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, campaigntargethistory.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, campaigntargethistory.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, campaigntargethistory.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, campaigntargethistory.FullNameContains(*i.FullNameContains)) } @@ -10265,15 +7879,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if i.SentAt != nil { predicates = append(predicates, campaigntargethistory.SentAtEQ(*i.SentAt)) } - if i.SentAtNEQ != nil { - predicates = append(predicates, campaigntargethistory.SentAtNEQ(*i.SentAtNEQ)) - } - if len(i.SentAtIn) > 0 { - predicates = append(predicates, campaigntargethistory.SentAtIn(i.SentAtIn...)) - } - if len(i.SentAtNotIn) > 0 { - predicates = append(predicates, campaigntargethistory.SentAtNotIn(i.SentAtNotIn...)) - } if i.SentAtGT != nil { predicates = append(predicates, campaigntargethistory.SentAtGT(*i.SentAtGT)) } @@ -10295,15 +7900,6 @@ func (i *CampaignTargetHistoryWhereInput) P() (predicate.CampaignTargetHistory, if i.CompletedAt != nil { predicates = append(predicates, campaigntargethistory.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, campaigntargethistory.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, campaigntargethistory.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, campaigntargethistory.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, campaigntargethistory.CompletedAtGT(*i.CompletedAtGT)) } @@ -10345,32 +7941,21 @@ type ContactHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -10386,38 +7971,28 @@ type ContactHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -10431,10 +8006,6 @@ type ContactHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -10448,10 +8019,6 @@ type ContactHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -10465,10 +8032,6 @@ type ContactHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -10482,10 +8045,6 @@ type ContactHistoryWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -10499,10 +8058,6 @@ type ContactHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -10516,10 +8071,6 @@ type ContactHistoryWhereInput struct { CompanyNEQ *string `json:"companyNEQ,omitempty"` CompanyIn []string `json:"companyIn,omitempty"` CompanyNotIn []string `json:"companyNotIn,omitempty"` - CompanyGT *string `json:"companyGT,omitempty"` - CompanyGTE *string `json:"companyGTE,omitempty"` - CompanyLT *string `json:"companyLT,omitempty"` - CompanyLTE *string `json:"companyLTE,omitempty"` CompanyContains *string `json:"companyContains,omitempty"` CompanyHasPrefix *string `json:"companyHasPrefix,omitempty"` CompanyHasSuffix *string `json:"companyHasSuffix,omitempty"` @@ -10533,10 +8084,6 @@ type ContactHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -10550,10 +8097,6 @@ type ContactHistoryWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -10567,10 +8110,6 @@ type ContactHistoryWhereInput struct { AddressNEQ *string `json:"addressNEQ,omitempty"` AddressIn []string `json:"addressIn,omitempty"` AddressNotIn []string `json:"addressNotIn,omitempty"` - AddressGT *string `json:"addressGT,omitempty"` - AddressGTE *string `json:"addressGTE,omitempty"` - AddressLT *string `json:"addressLT,omitempty"` - AddressLTE *string `json:"addressLTE,omitempty"` AddressContains *string `json:"addressContains,omitempty"` AddressHasPrefix *string `json:"addressHasPrefix,omitempty"` AddressHasSuffix *string `json:"addressHasSuffix,omitempty"` @@ -10590,10 +8129,6 @@ type ContactHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -10607,10 +8142,6 @@ type ContactHistoryWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -10620,16 +8151,13 @@ type ContactHistoryWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -10718,18 +8246,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, contacthistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, contacthistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, contacthistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, contacthistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, contacthistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, contacthistory.IDEqualFold(*i.IDEqualFold)) } @@ -10739,15 +8255,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, contacthistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, contacthistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, contacthistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, contacthistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, contacthistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -10772,18 +8279,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, contacthistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, contacthistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, contacthistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, contacthistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, contacthistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, contacthistory.RefContains(*i.RefContains)) } @@ -10820,15 +8315,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, contacthistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, contacthistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, contacthistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, contacthistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, contacthistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -10850,15 +8336,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, contacthistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, contacthistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, contacthistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, contacthistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, contacthistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -10889,18 +8366,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, contacthistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, contacthistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, contacthistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, contacthistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, contacthistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, contacthistory.CreatedByContains(*i.CreatedByContains)) } @@ -10934,18 +8399,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, contacthistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, contacthistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, contacthistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, contacthistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, contacthistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, contacthistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -10979,18 +8432,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, contacthistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, contacthistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, contacthistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, contacthistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, contacthistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, contacthistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -11024,18 +8465,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, contacthistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, contacthistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, contacthistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, contacthistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, contacthistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, contacthistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -11069,18 +8498,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.FullNameNotIn) > 0 { predicates = append(predicates, contacthistory.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, contacthistory.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, contacthistory.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, contacthistory.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, contacthistory.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, contacthistory.FullNameContains(*i.FullNameContains)) } @@ -11114,18 +8531,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, contacthistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, contacthistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, contacthistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, contacthistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, contacthistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, contacthistory.TitleContains(*i.TitleContains)) } @@ -11159,18 +8564,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.CompanyNotIn) > 0 { predicates = append(predicates, contacthistory.CompanyNotIn(i.CompanyNotIn...)) } - if i.CompanyGT != nil { - predicates = append(predicates, contacthistory.CompanyGT(*i.CompanyGT)) - } - if i.CompanyGTE != nil { - predicates = append(predicates, contacthistory.CompanyGTE(*i.CompanyGTE)) - } - if i.CompanyLT != nil { - predicates = append(predicates, contacthistory.CompanyLT(*i.CompanyLT)) - } - if i.CompanyLTE != nil { - predicates = append(predicates, contacthistory.CompanyLTE(*i.CompanyLTE)) - } if i.CompanyContains != nil { predicates = append(predicates, contacthistory.CompanyContains(*i.CompanyContains)) } @@ -11204,18 +8597,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, contacthistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, contacthistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, contacthistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, contacthistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, contacthistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, contacthistory.EmailContains(*i.EmailContains)) } @@ -11249,18 +8630,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, contacthistory.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, contacthistory.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, contacthistory.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, contacthistory.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, contacthistory.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, contacthistory.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -11294,18 +8663,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.AddressNotIn) > 0 { predicates = append(predicates, contacthistory.AddressNotIn(i.AddressNotIn...)) } - if i.AddressGT != nil { - predicates = append(predicates, contacthistory.AddressGT(*i.AddressGT)) - } - if i.AddressGTE != nil { - predicates = append(predicates, contacthistory.AddressGTE(*i.AddressGTE)) - } - if i.AddressLT != nil { - predicates = append(predicates, contacthistory.AddressLT(*i.AddressLT)) - } - if i.AddressLTE != nil { - predicates = append(predicates, contacthistory.AddressLTE(*i.AddressLTE)) - } if i.AddressContains != nil { predicates = append(predicates, contacthistory.AddressContains(*i.AddressContains)) } @@ -11351,18 +8708,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, contacthistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, contacthistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, contacthistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, contacthistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, contacthistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, contacthistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -11396,18 +8741,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, contacthistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, contacthistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, contacthistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, contacthistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, contacthistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, contacthistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -11432,15 +8765,6 @@ func (i *ContactHistoryWhereInput) P() (predicate.ContactHistory, error) { if i.ObservedAt != nil { predicates = append(predicates, contacthistory.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, contacthistory.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, contacthistory.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, contacthistory.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, contacthistory.ObservedAtGT(*i.ObservedAtGT)) } @@ -11489,32 +8813,21 @@ type ControlHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -11530,38 +8843,28 @@ type ControlHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -11575,10 +8878,6 @@ type ControlHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -11592,10 +8891,6 @@ type ControlHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -11609,10 +8904,6 @@ type ControlHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -11624,10 +8915,6 @@ type ControlHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -11641,10 +8928,6 @@ type ControlHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -11658,10 +8941,6 @@ type ControlHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -11675,10 +8954,6 @@ type ControlHistoryWhereInput struct { ReferenceIDNEQ *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIDGT *string `json:"referenceIDGT,omitempty"` - ReferenceIDGTE *string `json:"referenceIDGTE,omitempty"` - ReferenceIDLT *string `json:"referenceIDLT,omitempty"` - ReferenceIDLTE *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -11692,10 +8967,6 @@ type ControlHistoryWhereInput struct { AuditorReferenceIDNEQ *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIDGT *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIDGTE *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIDLT *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIDLTE *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -11709,10 +8980,6 @@ type ControlHistoryWhereInput struct { ResponsiblePartyIDNEQ *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIDGT *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIDGTE *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIDLT *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIDLTE *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -11742,10 +9009,6 @@ type ControlHistoryWhereInput struct { ImplementationDescriptionNEQ *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGT *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGTE *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLT *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLTE *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -11759,10 +9022,6 @@ type ControlHistoryWhereInput struct { PublicRepresentationNEQ *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGT *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGTE *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLT *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLTE *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -11784,10 +9043,6 @@ type ControlHistoryWhereInput struct { SourceNameNEQ *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGT *string `json:"sourceNameGT,omitempty"` - SourceNameGTE *string `json:"sourceNameGTE,omitempty"` - SourceNameLT *string `json:"sourceNameLT,omitempty"` - SourceNameLTE *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -11801,10 +9056,6 @@ type ControlHistoryWhereInput struct { ReferenceFrameworkNEQ *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGT *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGTE *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLT *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLTE *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -11818,10 +9069,6 @@ type ControlHistoryWhereInput struct { ReferenceFrameworkRevisionNEQ *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGT *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGTE *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLT *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLTE *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -11835,10 +9082,6 @@ type ControlHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -11852,10 +9095,6 @@ type ControlHistoryWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -11869,10 +9108,6 @@ type ControlHistoryWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -11886,10 +9121,6 @@ type ControlHistoryWhereInput struct { ControlOwnerIDNEQ *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIDGT *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIDGTE *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIDLT *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIDLTE *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -11903,10 +9134,6 @@ type ControlHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -11920,10 +9147,6 @@ type ControlHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -11943,10 +9166,6 @@ type ControlHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -11960,10 +9179,6 @@ type ControlHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -11977,10 +9192,6 @@ type ControlHistoryWhereInput struct { ControlKindNameNEQ *string `json:"controlKindNameNEQ,omitempty"` ControlKindNameIn []string `json:"controlKindNameIn,omitempty"` ControlKindNameNotIn []string `json:"controlKindNameNotIn,omitempty"` - ControlKindNameGT *string `json:"controlKindNameGT,omitempty"` - ControlKindNameGTE *string `json:"controlKindNameGTE,omitempty"` - ControlKindNameLT *string `json:"controlKindNameLT,omitempty"` - ControlKindNameLTE *string `json:"controlKindNameLTE,omitempty"` ControlKindNameContains *string `json:"controlKindNameContains,omitempty"` ControlKindNameHasPrefix *string `json:"controlKindNameHasPrefix,omitempty"` ControlKindNameHasSuffix *string `json:"controlKindNameHasSuffix,omitempty"` @@ -11994,10 +9205,6 @@ type ControlHistoryWhereInput struct { ControlKindIDNEQ *string `json:"controlKindIDNEQ,omitempty"` ControlKindIDIn []string `json:"controlKindIDIn,omitempty"` ControlKindIDNotIn []string `json:"controlKindIDNotIn,omitempty"` - ControlKindIDGT *string `json:"controlKindIDGT,omitempty"` - ControlKindIDGTE *string `json:"controlKindIDGTE,omitempty"` - ControlKindIDLT *string `json:"controlKindIDLT,omitempty"` - ControlKindIDLTE *string `json:"controlKindIDLTE,omitempty"` ControlKindIDContains *string `json:"controlKindIDContains,omitempty"` ControlKindIDHasPrefix *string `json:"controlKindIDHasPrefix,omitempty"` ControlKindIDHasSuffix *string `json:"controlKindIDHasSuffix,omitempty"` @@ -12011,10 +9218,6 @@ type ControlHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -12028,10 +9231,6 @@ type ControlHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -12045,10 +9244,6 @@ type ControlHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -12062,10 +9257,6 @@ type ControlHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -12085,10 +9276,6 @@ type ControlHistoryWhereInput struct { RefCodeNEQ *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGT *string `json:"refCodeGT,omitempty"` - RefCodeGTE *string `json:"refCodeGTE,omitempty"` - RefCodeLT *string `json:"refCodeLT,omitempty"` - RefCodeLTE *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -12100,10 +9287,6 @@ type ControlHistoryWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -12222,18 +9405,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, controlhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, controlhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, controlhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, controlhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, controlhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, controlhistory.IDEqualFold(*i.IDEqualFold)) } @@ -12243,15 +9414,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, controlhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, controlhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, controlhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, controlhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, controlhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -12276,18 +9438,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, controlhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, controlhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, controlhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, controlhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, controlhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, controlhistory.RefContains(*i.RefContains)) } @@ -12324,15 +9474,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, controlhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, controlhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, controlhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, controlhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, controlhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -12354,15 +9495,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, controlhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, controlhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, controlhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, controlhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, controlhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -12393,18 +9525,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, controlhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, controlhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, controlhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, controlhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, controlhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, controlhistory.CreatedByContains(*i.CreatedByContains)) } @@ -12438,18 +9558,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, controlhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, controlhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, controlhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, controlhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, controlhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, controlhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -12483,18 +9591,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, controlhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, controlhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, controlhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, controlhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, controlhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, controlhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -12528,18 +9624,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, controlhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, controlhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, controlhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, controlhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, controlhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, controlhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -12567,18 +9651,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, controlhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, controlhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, controlhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, controlhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, controlhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, controlhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -12612,18 +9684,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, controlhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, controlhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, controlhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, controlhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, controlhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, controlhistory.TitleContains(*i.TitleContains)) } @@ -12657,18 +9717,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, controlhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, controlhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, controlhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, controlhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, controlhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, controlhistory.DescriptionContains(*i.DescriptionContains)) } @@ -12702,18 +9750,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ReferenceIDNotIn) > 0 { predicates = append(predicates, controlhistory.ReferenceIDNotIn(i.ReferenceIDNotIn...)) } - if i.ReferenceIDGT != nil { - predicates = append(predicates, controlhistory.ReferenceIDGT(*i.ReferenceIDGT)) - } - if i.ReferenceIDGTE != nil { - predicates = append(predicates, controlhistory.ReferenceIDGTE(*i.ReferenceIDGTE)) - } - if i.ReferenceIDLT != nil { - predicates = append(predicates, controlhistory.ReferenceIDLT(*i.ReferenceIDLT)) - } - if i.ReferenceIDLTE != nil { - predicates = append(predicates, controlhistory.ReferenceIDLTE(*i.ReferenceIDLTE)) - } if i.ReferenceIDContains != nil { predicates = append(predicates, controlhistory.ReferenceIDContains(*i.ReferenceIDContains)) } @@ -12747,18 +9783,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.AuditorReferenceIDNotIn) > 0 { predicates = append(predicates, controlhistory.AuditorReferenceIDNotIn(i.AuditorReferenceIDNotIn...)) } - if i.AuditorReferenceIDGT != nil { - predicates = append(predicates, controlhistory.AuditorReferenceIDGT(*i.AuditorReferenceIDGT)) - } - if i.AuditorReferenceIDGTE != nil { - predicates = append(predicates, controlhistory.AuditorReferenceIDGTE(*i.AuditorReferenceIDGTE)) - } - if i.AuditorReferenceIDLT != nil { - predicates = append(predicates, controlhistory.AuditorReferenceIDLT(*i.AuditorReferenceIDLT)) - } - if i.AuditorReferenceIDLTE != nil { - predicates = append(predicates, controlhistory.AuditorReferenceIDLTE(*i.AuditorReferenceIDLTE)) - } if i.AuditorReferenceIDContains != nil { predicates = append(predicates, controlhistory.AuditorReferenceIDContains(*i.AuditorReferenceIDContains)) } @@ -12792,18 +9816,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ResponsiblePartyIDNotIn) > 0 { predicates = append(predicates, controlhistory.ResponsiblePartyIDNotIn(i.ResponsiblePartyIDNotIn...)) } - if i.ResponsiblePartyIDGT != nil { - predicates = append(predicates, controlhistory.ResponsiblePartyIDGT(*i.ResponsiblePartyIDGT)) - } - if i.ResponsiblePartyIDGTE != nil { - predicates = append(predicates, controlhistory.ResponsiblePartyIDGTE(*i.ResponsiblePartyIDGTE)) - } - if i.ResponsiblePartyIDLT != nil { - predicates = append(predicates, controlhistory.ResponsiblePartyIDLT(*i.ResponsiblePartyIDLT)) - } - if i.ResponsiblePartyIDLTE != nil { - predicates = append(predicates, controlhistory.ResponsiblePartyIDLTE(*i.ResponsiblePartyIDLTE)) - } if i.ResponsiblePartyIDContains != nil { predicates = append(predicates, controlhistory.ResponsiblePartyIDContains(*i.ResponsiblePartyIDContains)) } @@ -12873,18 +9885,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ImplementationDescriptionNotIn) > 0 { predicates = append(predicates, controlhistory.ImplementationDescriptionNotIn(i.ImplementationDescriptionNotIn...)) } - if i.ImplementationDescriptionGT != nil { - predicates = append(predicates, controlhistory.ImplementationDescriptionGT(*i.ImplementationDescriptionGT)) - } - if i.ImplementationDescriptionGTE != nil { - predicates = append(predicates, controlhistory.ImplementationDescriptionGTE(*i.ImplementationDescriptionGTE)) - } - if i.ImplementationDescriptionLT != nil { - predicates = append(predicates, controlhistory.ImplementationDescriptionLT(*i.ImplementationDescriptionLT)) - } - if i.ImplementationDescriptionLTE != nil { - predicates = append(predicates, controlhistory.ImplementationDescriptionLTE(*i.ImplementationDescriptionLTE)) - } if i.ImplementationDescriptionContains != nil { predicates = append(predicates, controlhistory.ImplementationDescriptionContains(*i.ImplementationDescriptionContains)) } @@ -12918,18 +9918,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.PublicRepresentationNotIn) > 0 { predicates = append(predicates, controlhistory.PublicRepresentationNotIn(i.PublicRepresentationNotIn...)) } - if i.PublicRepresentationGT != nil { - predicates = append(predicates, controlhistory.PublicRepresentationGT(*i.PublicRepresentationGT)) - } - if i.PublicRepresentationGTE != nil { - predicates = append(predicates, controlhistory.PublicRepresentationGTE(*i.PublicRepresentationGTE)) - } - if i.PublicRepresentationLT != nil { - predicates = append(predicates, controlhistory.PublicRepresentationLT(*i.PublicRepresentationLT)) - } - if i.PublicRepresentationLTE != nil { - predicates = append(predicates, controlhistory.PublicRepresentationLTE(*i.PublicRepresentationLTE)) - } if i.PublicRepresentationContains != nil { predicates = append(predicates, controlhistory.PublicRepresentationContains(*i.PublicRepresentationContains)) } @@ -12981,18 +9969,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.SourceNameNotIn) > 0 { predicates = append(predicates, controlhistory.SourceNameNotIn(i.SourceNameNotIn...)) } - if i.SourceNameGT != nil { - predicates = append(predicates, controlhistory.SourceNameGT(*i.SourceNameGT)) - } - if i.SourceNameGTE != nil { - predicates = append(predicates, controlhistory.SourceNameGTE(*i.SourceNameGTE)) - } - if i.SourceNameLT != nil { - predicates = append(predicates, controlhistory.SourceNameLT(*i.SourceNameLT)) - } - if i.SourceNameLTE != nil { - predicates = append(predicates, controlhistory.SourceNameLTE(*i.SourceNameLTE)) - } if i.SourceNameContains != nil { predicates = append(predicates, controlhistory.SourceNameContains(*i.SourceNameContains)) } @@ -13026,18 +10002,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ReferenceFrameworkNotIn) > 0 { predicates = append(predicates, controlhistory.ReferenceFrameworkNotIn(i.ReferenceFrameworkNotIn...)) } - if i.ReferenceFrameworkGT != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkGT(*i.ReferenceFrameworkGT)) - } - if i.ReferenceFrameworkGTE != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkGTE(*i.ReferenceFrameworkGTE)) - } - if i.ReferenceFrameworkLT != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkLT(*i.ReferenceFrameworkLT)) - } - if i.ReferenceFrameworkLTE != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkLTE(*i.ReferenceFrameworkLTE)) - } if i.ReferenceFrameworkContains != nil { predicates = append(predicates, controlhistory.ReferenceFrameworkContains(*i.ReferenceFrameworkContains)) } @@ -13071,18 +10035,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ReferenceFrameworkRevisionNotIn) > 0 { predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionNotIn(i.ReferenceFrameworkRevisionNotIn...)) } - if i.ReferenceFrameworkRevisionGT != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionGT(*i.ReferenceFrameworkRevisionGT)) - } - if i.ReferenceFrameworkRevisionGTE != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionGTE(*i.ReferenceFrameworkRevisionGTE)) - } - if i.ReferenceFrameworkRevisionLT != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionLT(*i.ReferenceFrameworkRevisionLT)) - } - if i.ReferenceFrameworkRevisionLTE != nil { - predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionLTE(*i.ReferenceFrameworkRevisionLTE)) - } if i.ReferenceFrameworkRevisionContains != nil { predicates = append(predicates, controlhistory.ReferenceFrameworkRevisionContains(*i.ReferenceFrameworkRevisionContains)) } @@ -13116,18 +10068,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, controlhistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, controlhistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, controlhistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, controlhistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, controlhistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, controlhistory.CategoryContains(*i.CategoryContains)) } @@ -13161,18 +10101,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, controlhistory.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, controlhistory.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, controlhistory.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, controlhistory.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, controlhistory.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, controlhistory.CategoryIDContains(*i.CategoryIDContains)) } @@ -13206,18 +10134,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, controlhistory.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, controlhistory.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, controlhistory.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, controlhistory.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, controlhistory.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, controlhistory.SubcategoryContains(*i.SubcategoryContains)) } @@ -13251,18 +10167,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ControlOwnerIDNotIn) > 0 { predicates = append(predicates, controlhistory.ControlOwnerIDNotIn(i.ControlOwnerIDNotIn...)) } - if i.ControlOwnerIDGT != nil { - predicates = append(predicates, controlhistory.ControlOwnerIDGT(*i.ControlOwnerIDGT)) - } - if i.ControlOwnerIDGTE != nil { - predicates = append(predicates, controlhistory.ControlOwnerIDGTE(*i.ControlOwnerIDGTE)) - } - if i.ControlOwnerIDLT != nil { - predicates = append(predicates, controlhistory.ControlOwnerIDLT(*i.ControlOwnerIDLT)) - } - if i.ControlOwnerIDLTE != nil { - predicates = append(predicates, controlhistory.ControlOwnerIDLTE(*i.ControlOwnerIDLTE)) - } if i.ControlOwnerIDContains != nil { predicates = append(predicates, controlhistory.ControlOwnerIDContains(*i.ControlOwnerIDContains)) } @@ -13296,18 +10200,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, controlhistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, controlhistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, controlhistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, controlhistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, controlhistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, controlhistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -13341,18 +10233,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, controlhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, controlhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, controlhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, controlhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, controlhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, controlhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -13398,18 +10278,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, controlhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, controlhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, controlhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, controlhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, controlhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, controlhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -13443,18 +10311,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, controlhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, controlhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, controlhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, controlhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, controlhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, controlhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -13488,18 +10344,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ControlKindNameNotIn) > 0 { predicates = append(predicates, controlhistory.ControlKindNameNotIn(i.ControlKindNameNotIn...)) } - if i.ControlKindNameGT != nil { - predicates = append(predicates, controlhistory.ControlKindNameGT(*i.ControlKindNameGT)) - } - if i.ControlKindNameGTE != nil { - predicates = append(predicates, controlhistory.ControlKindNameGTE(*i.ControlKindNameGTE)) - } - if i.ControlKindNameLT != nil { - predicates = append(predicates, controlhistory.ControlKindNameLT(*i.ControlKindNameLT)) - } - if i.ControlKindNameLTE != nil { - predicates = append(predicates, controlhistory.ControlKindNameLTE(*i.ControlKindNameLTE)) - } if i.ControlKindNameContains != nil { predicates = append(predicates, controlhistory.ControlKindNameContains(*i.ControlKindNameContains)) } @@ -13533,18 +10377,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ControlKindIDNotIn) > 0 { predicates = append(predicates, controlhistory.ControlKindIDNotIn(i.ControlKindIDNotIn...)) } - if i.ControlKindIDGT != nil { - predicates = append(predicates, controlhistory.ControlKindIDGT(*i.ControlKindIDGT)) - } - if i.ControlKindIDGTE != nil { - predicates = append(predicates, controlhistory.ControlKindIDGTE(*i.ControlKindIDGTE)) - } - if i.ControlKindIDLT != nil { - predicates = append(predicates, controlhistory.ControlKindIDLT(*i.ControlKindIDLT)) - } - if i.ControlKindIDLTE != nil { - predicates = append(predicates, controlhistory.ControlKindIDLTE(*i.ControlKindIDLTE)) - } if i.ControlKindIDContains != nil { predicates = append(predicates, controlhistory.ControlKindIDContains(*i.ControlKindIDContains)) } @@ -13578,18 +10410,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, controlhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, controlhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, controlhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, controlhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, controlhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, controlhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -13623,18 +10443,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, controlhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, controlhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, controlhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, controlhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, controlhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, controlhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -13668,18 +10476,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, controlhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, controlhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, controlhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, controlhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, controlhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, controlhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -13713,18 +10509,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, controlhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, controlhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, controlhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, controlhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, controlhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, controlhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -13770,18 +10554,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.RefCodeNotIn) > 0 { predicates = append(predicates, controlhistory.RefCodeNotIn(i.RefCodeNotIn...)) } - if i.RefCodeGT != nil { - predicates = append(predicates, controlhistory.RefCodeGT(*i.RefCodeGT)) - } - if i.RefCodeGTE != nil { - predicates = append(predicates, controlhistory.RefCodeGTE(*i.RefCodeGTE)) - } - if i.RefCodeLT != nil { - predicates = append(predicates, controlhistory.RefCodeLT(*i.RefCodeLT)) - } - if i.RefCodeLTE != nil { - predicates = append(predicates, controlhistory.RefCodeLTE(*i.RefCodeLTE)) - } if i.RefCodeContains != nil { predicates = append(predicates, controlhistory.RefCodeContains(*i.RefCodeContains)) } @@ -13809,18 +10581,6 @@ func (i *ControlHistoryWhereInput) P() (predicate.ControlHistory, error) { if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, controlhistory.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, controlhistory.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, controlhistory.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, controlhistory.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, controlhistory.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, controlhistory.StandardIDContains(*i.StandardIDContains)) } @@ -13923,32 +10683,21 @@ type ControlImplementationHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -13964,38 +10713,28 @@ type ControlImplementationHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -14009,10 +10748,6 @@ type ControlImplementationHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -14026,10 +10761,6 @@ type ControlImplementationHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -14043,10 +10774,6 @@ type ControlImplementationHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -14066,10 +10793,6 @@ type ControlImplementationHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -14083,10 +10806,6 @@ type ControlImplementationHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -14104,16 +10823,13 @@ type ControlImplementationHistoryWhereInput struct { StatusNotNil bool `json:"statusNotNil,omitempty"` // "implementation_date" field predicates. - ImplementationDate *time.Time `json:"implementationDate,omitempty"` - ImplementationDateNEQ *time.Time `json:"implementationDateNEQ,omitempty"` - ImplementationDateIn []time.Time `json:"implementationDateIn,omitempty"` - ImplementationDateNotIn []time.Time `json:"implementationDateNotIn,omitempty"` - ImplementationDateGT *time.Time `json:"implementationDateGT,omitempty"` - ImplementationDateGTE *time.Time `json:"implementationDateGTE,omitempty"` - ImplementationDateLT *time.Time `json:"implementationDateLT,omitempty"` - ImplementationDateLTE *time.Time `json:"implementationDateLTE,omitempty"` - ImplementationDateIsNil bool `json:"implementationDateIsNil,omitempty"` - ImplementationDateNotNil bool `json:"implementationDateNotNil,omitempty"` + ImplementationDate *time.Time `json:"implementationDate,omitempty"` + ImplementationDateGT *time.Time `json:"implementationDateGT,omitempty"` + ImplementationDateGTE *time.Time `json:"implementationDateGTE,omitempty"` + ImplementationDateLT *time.Time `json:"implementationDateLT,omitempty"` + ImplementationDateLTE *time.Time `json:"implementationDateLTE,omitempty"` + ImplementationDateIsNil bool `json:"implementationDateIsNil,omitempty"` + ImplementationDateNotNil bool `json:"implementationDateNotNil,omitempty"` // "verified" field predicates. Verified *bool `json:"verified,omitempty"` @@ -14122,26 +10838,19 @@ type ControlImplementationHistoryWhereInput struct { VerifiedNotNil bool `json:"verifiedNotNil,omitempty"` // "verification_date" field predicates. - VerificationDate *time.Time `json:"verificationDate,omitempty"` - VerificationDateNEQ *time.Time `json:"verificationDateNEQ,omitempty"` - VerificationDateIn []time.Time `json:"verificationDateIn,omitempty"` - VerificationDateNotIn []time.Time `json:"verificationDateNotIn,omitempty"` - VerificationDateGT *time.Time `json:"verificationDateGT,omitempty"` - VerificationDateGTE *time.Time `json:"verificationDateGTE,omitempty"` - VerificationDateLT *time.Time `json:"verificationDateLT,omitempty"` - VerificationDateLTE *time.Time `json:"verificationDateLTE,omitempty"` - VerificationDateIsNil bool `json:"verificationDateIsNil,omitempty"` - VerificationDateNotNil bool `json:"verificationDateNotNil,omitempty"` + VerificationDate *time.Time `json:"verificationDate,omitempty"` + VerificationDateGT *time.Time `json:"verificationDateGT,omitempty"` + VerificationDateGTE *time.Time `json:"verificationDateGTE,omitempty"` + VerificationDateLT *time.Time `json:"verificationDateLT,omitempty"` + VerificationDateLTE *time.Time `json:"verificationDateLTE,omitempty"` + VerificationDateIsNil bool `json:"verificationDateIsNil,omitempty"` + VerificationDateNotNil bool `json:"verificationDateNotNil,omitempty"` // "details" field predicates. Details *string `json:"details,omitempty"` DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -14237,18 +10946,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.IDNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, controlimplementationhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, controlimplementationhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, controlimplementationhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, controlimplementationhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, controlimplementationhistory.IDEqualFold(*i.IDEqualFold)) } @@ -14258,15 +10955,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if i.HistoryTime != nil { predicates = append(predicates, controlimplementationhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, controlimplementationhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, controlimplementationhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, controlimplementationhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, controlimplementationhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -14291,18 +10979,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.RefNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, controlimplementationhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, controlimplementationhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, controlimplementationhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, controlimplementationhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, controlimplementationhistory.RefContains(*i.RefContains)) } @@ -14339,15 +11015,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if i.CreatedAt != nil { predicates = append(predicates, controlimplementationhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, controlimplementationhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, controlimplementationhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, controlimplementationhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, controlimplementationhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -14369,15 +11036,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if i.UpdatedAt != nil { predicates = append(predicates, controlimplementationhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, controlimplementationhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, controlimplementationhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, controlimplementationhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -14408,18 +11066,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, controlimplementationhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, controlimplementationhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, controlimplementationhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, controlimplementationhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, controlimplementationhistory.CreatedByContains(*i.CreatedByContains)) } @@ -14453,18 +11099,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, controlimplementationhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -14498,18 +11132,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, controlimplementationhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -14543,18 +11165,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, controlimplementationhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, controlimplementationhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, controlimplementationhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, controlimplementationhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, controlimplementationhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -14600,18 +11210,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, controlimplementationhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, controlimplementationhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, controlimplementationhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, controlimplementationhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, controlimplementationhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -14645,18 +11243,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, controlimplementationhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, controlimplementationhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, controlimplementationhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, controlimplementationhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, controlimplementationhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -14699,15 +11285,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if i.ImplementationDate != nil { predicates = append(predicates, controlimplementationhistory.ImplementationDateEQ(*i.ImplementationDate)) } - if i.ImplementationDateNEQ != nil { - predicates = append(predicates, controlimplementationhistory.ImplementationDateNEQ(*i.ImplementationDateNEQ)) - } - if len(i.ImplementationDateIn) > 0 { - predicates = append(predicates, controlimplementationhistory.ImplementationDateIn(i.ImplementationDateIn...)) - } - if len(i.ImplementationDateNotIn) > 0 { - predicates = append(predicates, controlimplementationhistory.ImplementationDateNotIn(i.ImplementationDateNotIn...)) - } if i.ImplementationDateGT != nil { predicates = append(predicates, controlimplementationhistory.ImplementationDateGT(*i.ImplementationDateGT)) } @@ -14741,15 +11318,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if i.VerificationDate != nil { predicates = append(predicates, controlimplementationhistory.VerificationDateEQ(*i.VerificationDate)) } - if i.VerificationDateNEQ != nil { - predicates = append(predicates, controlimplementationhistory.VerificationDateNEQ(*i.VerificationDateNEQ)) - } - if len(i.VerificationDateIn) > 0 { - predicates = append(predicates, controlimplementationhistory.VerificationDateIn(i.VerificationDateIn...)) - } - if len(i.VerificationDateNotIn) > 0 { - predicates = append(predicates, controlimplementationhistory.VerificationDateNotIn(i.VerificationDateNotIn...)) - } if i.VerificationDateGT != nil { predicates = append(predicates, controlimplementationhistory.VerificationDateGT(*i.VerificationDateGT)) } @@ -14780,18 +11348,6 @@ func (i *ControlImplementationHistoryWhereInput) P() (predicate.ControlImplement if len(i.DetailsNotIn) > 0 { predicates = append(predicates, controlimplementationhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, controlimplementationhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, controlimplementationhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, controlimplementationhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, controlimplementationhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, controlimplementationhistory.DetailsContains(*i.DetailsContains)) } @@ -14843,32 +11399,21 @@ type ControlObjectiveHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -14884,38 +11429,28 @@ type ControlObjectiveHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -14929,10 +11464,6 @@ type ControlObjectiveHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -14946,10 +11477,6 @@ type ControlObjectiveHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -14963,10 +11490,6 @@ type ControlObjectiveHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -14978,10 +11501,6 @@ type ControlObjectiveHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -14995,10 +11514,6 @@ type ControlObjectiveHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -15018,10 +11533,6 @@ type ControlObjectiveHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -15035,10 +11546,6 @@ type ControlObjectiveHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -15052,10 +11559,6 @@ type ControlObjectiveHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -15067,10 +11570,6 @@ type ControlObjectiveHistoryWhereInput struct { DesiredOutcomeNEQ *string `json:"desiredOutcomeNEQ,omitempty"` DesiredOutcomeIn []string `json:"desiredOutcomeIn,omitempty"` DesiredOutcomeNotIn []string `json:"desiredOutcomeNotIn,omitempty"` - DesiredOutcomeGT *string `json:"desiredOutcomeGT,omitempty"` - DesiredOutcomeGTE *string `json:"desiredOutcomeGTE,omitempty"` - DesiredOutcomeLT *string `json:"desiredOutcomeLT,omitempty"` - DesiredOutcomeLTE *string `json:"desiredOutcomeLTE,omitempty"` DesiredOutcomeContains *string `json:"desiredOutcomeContains,omitempty"` DesiredOutcomeHasPrefix *string `json:"desiredOutcomeHasPrefix,omitempty"` DesiredOutcomeHasSuffix *string `json:"desiredOutcomeHasSuffix,omitempty"` @@ -15100,10 +11599,6 @@ type ControlObjectiveHistoryWhereInput struct { ControlObjectiveTypeNEQ *string `json:"controlObjectiveTypeNEQ,omitempty"` ControlObjectiveTypeIn []string `json:"controlObjectiveTypeIn,omitempty"` ControlObjectiveTypeNotIn []string `json:"controlObjectiveTypeNotIn,omitempty"` - ControlObjectiveTypeGT *string `json:"controlObjectiveTypeGT,omitempty"` - ControlObjectiveTypeGTE *string `json:"controlObjectiveTypeGTE,omitempty"` - ControlObjectiveTypeLT *string `json:"controlObjectiveTypeLT,omitempty"` - ControlObjectiveTypeLTE *string `json:"controlObjectiveTypeLTE,omitempty"` ControlObjectiveTypeContains *string `json:"controlObjectiveTypeContains,omitempty"` ControlObjectiveTypeHasPrefix *string `json:"controlObjectiveTypeHasPrefix,omitempty"` ControlObjectiveTypeHasSuffix *string `json:"controlObjectiveTypeHasSuffix,omitempty"` @@ -15117,10 +11612,6 @@ type ControlObjectiveHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -15134,10 +11625,6 @@ type ControlObjectiveHistoryWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -15233,18 +11720,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.IDNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, controlobjectivehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, controlobjectivehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, controlobjectivehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, controlobjectivehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, controlobjectivehistory.IDEqualFold(*i.IDEqualFold)) } @@ -15254,15 +11729,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if i.HistoryTime != nil { predicates = append(predicates, controlobjectivehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, controlobjectivehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, controlobjectivehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, controlobjectivehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, controlobjectivehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -15287,18 +11753,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.RefNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, controlobjectivehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, controlobjectivehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, controlobjectivehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, controlobjectivehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, controlobjectivehistory.RefContains(*i.RefContains)) } @@ -15335,15 +11789,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if i.CreatedAt != nil { predicates = append(predicates, controlobjectivehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, controlobjectivehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, controlobjectivehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, controlobjectivehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, controlobjectivehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -15365,15 +11810,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if i.UpdatedAt != nil { predicates = append(predicates, controlobjectivehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, controlobjectivehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, controlobjectivehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, controlobjectivehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -15404,18 +11840,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, controlobjectivehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, controlobjectivehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, controlobjectivehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, controlobjectivehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, controlobjectivehistory.CreatedByContains(*i.CreatedByContains)) } @@ -15449,18 +11873,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, controlobjectivehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -15494,18 +11906,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, controlobjectivehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -15539,18 +11939,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, controlobjectivehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, controlobjectivehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, controlobjectivehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, controlobjectivehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, controlobjectivehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -15578,18 +11966,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.RevisionNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, controlobjectivehistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, controlobjectivehistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, controlobjectivehistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, controlobjectivehistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, controlobjectivehistory.RevisionContains(*i.RevisionContains)) } @@ -15623,18 +11999,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, controlobjectivehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, controlobjectivehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, controlobjectivehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, controlobjectivehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, controlobjectivehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -15680,18 +12044,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, controlobjectivehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, controlobjectivehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, controlobjectivehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, controlobjectivehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, controlobjectivehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -15725,18 +12077,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, controlobjectivehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, controlobjectivehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, controlobjectivehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, controlobjectivehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, controlobjectivehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -15770,18 +12110,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.NameNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, controlobjectivehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, controlobjectivehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, controlobjectivehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, controlobjectivehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, controlobjectivehistory.NameContains(*i.NameContains)) } @@ -15809,18 +12137,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.DesiredOutcomeNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.DesiredOutcomeNotIn(i.DesiredOutcomeNotIn...)) } - if i.DesiredOutcomeGT != nil { - predicates = append(predicates, controlobjectivehistory.DesiredOutcomeGT(*i.DesiredOutcomeGT)) - } - if i.DesiredOutcomeGTE != nil { - predicates = append(predicates, controlobjectivehistory.DesiredOutcomeGTE(*i.DesiredOutcomeGTE)) - } - if i.DesiredOutcomeLT != nil { - predicates = append(predicates, controlobjectivehistory.DesiredOutcomeLT(*i.DesiredOutcomeLT)) - } - if i.DesiredOutcomeLTE != nil { - predicates = append(predicates, controlobjectivehistory.DesiredOutcomeLTE(*i.DesiredOutcomeLTE)) - } if i.DesiredOutcomeContains != nil { predicates = append(predicates, controlobjectivehistory.DesiredOutcomeContains(*i.DesiredOutcomeContains)) } @@ -15890,18 +12206,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.ControlObjectiveTypeNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeNotIn(i.ControlObjectiveTypeNotIn...)) } - if i.ControlObjectiveTypeGT != nil { - predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeGT(*i.ControlObjectiveTypeGT)) - } - if i.ControlObjectiveTypeGTE != nil { - predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeGTE(*i.ControlObjectiveTypeGTE)) - } - if i.ControlObjectiveTypeLT != nil { - predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeLT(*i.ControlObjectiveTypeLT)) - } - if i.ControlObjectiveTypeLTE != nil { - predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeLTE(*i.ControlObjectiveTypeLTE)) - } if i.ControlObjectiveTypeContains != nil { predicates = append(predicates, controlobjectivehistory.ControlObjectiveTypeContains(*i.ControlObjectiveTypeContains)) } @@ -15935,18 +12239,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.CategoryNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, controlobjectivehistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, controlobjectivehistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, controlobjectivehistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, controlobjectivehistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, controlobjectivehistory.CategoryContains(*i.CategoryContains)) } @@ -15980,18 +12272,6 @@ func (i *ControlObjectiveHistoryWhereInput) P() (predicate.ControlObjectiveHisto if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, controlobjectivehistory.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, controlobjectivehistory.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, controlobjectivehistory.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, controlobjectivehistory.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, controlobjectivehistory.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, controlobjectivehistory.SubcategoryContains(*i.SubcategoryContains)) } @@ -16043,32 +12323,21 @@ type CustomDomainHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -16084,38 +12353,28 @@ type CustomDomainHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -16129,10 +12388,6 @@ type CustomDomainHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -16146,10 +12401,6 @@ type CustomDomainHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -16163,10 +12414,6 @@ type CustomDomainHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -16186,10 +12433,6 @@ type CustomDomainHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -16203,10 +12446,6 @@ type CustomDomainHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -16220,10 +12459,6 @@ type CustomDomainHistoryWhereInput struct { CnameRecordNEQ *string `json:"cnameRecordNEQ,omitempty"` CnameRecordIn []string `json:"cnameRecordIn,omitempty"` CnameRecordNotIn []string `json:"cnameRecordNotIn,omitempty"` - CnameRecordGT *string `json:"cnameRecordGT,omitempty"` - CnameRecordGTE *string `json:"cnameRecordGTE,omitempty"` - CnameRecordLT *string `json:"cnameRecordLT,omitempty"` - CnameRecordLTE *string `json:"cnameRecordLTE,omitempty"` CnameRecordContains *string `json:"cnameRecordContains,omitempty"` CnameRecordHasPrefix *string `json:"cnameRecordHasPrefix,omitempty"` CnameRecordHasSuffix *string `json:"cnameRecordHasSuffix,omitempty"` @@ -16235,10 +12470,6 @@ type CustomDomainHistoryWhereInput struct { MappableDomainIDNEQ *string `json:"mappableDomainIDNEQ,omitempty"` MappableDomainIDIn []string `json:"mappableDomainIDIn,omitempty"` MappableDomainIDNotIn []string `json:"mappableDomainIDNotIn,omitempty"` - MappableDomainIDGT *string `json:"mappableDomainIDGT,omitempty"` - MappableDomainIDGTE *string `json:"mappableDomainIDGTE,omitempty"` - MappableDomainIDLT *string `json:"mappableDomainIDLT,omitempty"` - MappableDomainIDLTE *string `json:"mappableDomainIDLTE,omitempty"` MappableDomainIDContains *string `json:"mappableDomainIDContains,omitempty"` MappableDomainIDHasPrefix *string `json:"mappableDomainIDHasPrefix,omitempty"` MappableDomainIDHasSuffix *string `json:"mappableDomainIDHasSuffix,omitempty"` @@ -16250,10 +12481,6 @@ type CustomDomainHistoryWhereInput struct { DNSVerificationIDNEQ *string `json:"dnsVerificationIDNEQ,omitempty"` DNSVerificationIDIn []string `json:"dnsVerificationIDIn,omitempty"` DNSVerificationIDNotIn []string `json:"dnsVerificationIDNotIn,omitempty"` - DNSVerificationIDGT *string `json:"dnsVerificationIDGT,omitempty"` - DNSVerificationIDGTE *string `json:"dnsVerificationIDGTE,omitempty"` - DNSVerificationIDLT *string `json:"dnsVerificationIDLT,omitempty"` - DNSVerificationIDLTE *string `json:"dnsVerificationIDLTE,omitempty"` DNSVerificationIDContains *string `json:"dnsVerificationIDContains,omitempty"` DNSVerificationIDHasPrefix *string `json:"dnsVerificationIDHasPrefix,omitempty"` DNSVerificationIDHasSuffix *string `json:"dnsVerificationIDHasSuffix,omitempty"` @@ -16267,10 +12494,6 @@ type CustomDomainHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -16372,18 +12595,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, customdomainhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, customdomainhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, customdomainhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, customdomainhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, customdomainhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, customdomainhistory.IDEqualFold(*i.IDEqualFold)) } @@ -16393,15 +12604,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if i.HistoryTime != nil { predicates = append(predicates, customdomainhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, customdomainhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, customdomainhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, customdomainhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, customdomainhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -16426,18 +12628,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, customdomainhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, customdomainhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, customdomainhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, customdomainhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, customdomainhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, customdomainhistory.RefContains(*i.RefContains)) } @@ -16474,15 +12664,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if i.CreatedAt != nil { predicates = append(predicates, customdomainhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, customdomainhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, customdomainhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, customdomainhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, customdomainhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -16504,15 +12685,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, customdomainhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, customdomainhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, customdomainhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, customdomainhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, customdomainhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -16543,18 +12715,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, customdomainhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, customdomainhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, customdomainhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, customdomainhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, customdomainhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, customdomainhistory.CreatedByContains(*i.CreatedByContains)) } @@ -16588,18 +12748,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, customdomainhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, customdomainhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, customdomainhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, customdomainhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, customdomainhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, customdomainhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -16633,18 +12781,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, customdomainhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -16678,18 +12814,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, customdomainhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, customdomainhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, customdomainhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, customdomainhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, customdomainhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, customdomainhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -16735,18 +12859,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, customdomainhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, customdomainhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, customdomainhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, customdomainhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, customdomainhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, customdomainhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -16780,18 +12892,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, customdomainhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, customdomainhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, customdomainhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, customdomainhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, customdomainhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, customdomainhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -16825,18 +12925,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.CnameRecordNotIn) > 0 { predicates = append(predicates, customdomainhistory.CnameRecordNotIn(i.CnameRecordNotIn...)) } - if i.CnameRecordGT != nil { - predicates = append(predicates, customdomainhistory.CnameRecordGT(*i.CnameRecordGT)) - } - if i.CnameRecordGTE != nil { - predicates = append(predicates, customdomainhistory.CnameRecordGTE(*i.CnameRecordGTE)) - } - if i.CnameRecordLT != nil { - predicates = append(predicates, customdomainhistory.CnameRecordLT(*i.CnameRecordLT)) - } - if i.CnameRecordLTE != nil { - predicates = append(predicates, customdomainhistory.CnameRecordLTE(*i.CnameRecordLTE)) - } if i.CnameRecordContains != nil { predicates = append(predicates, customdomainhistory.CnameRecordContains(*i.CnameRecordContains)) } @@ -16864,18 +12952,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.MappableDomainIDNotIn) > 0 { predicates = append(predicates, customdomainhistory.MappableDomainIDNotIn(i.MappableDomainIDNotIn...)) } - if i.MappableDomainIDGT != nil { - predicates = append(predicates, customdomainhistory.MappableDomainIDGT(*i.MappableDomainIDGT)) - } - if i.MappableDomainIDGTE != nil { - predicates = append(predicates, customdomainhistory.MappableDomainIDGTE(*i.MappableDomainIDGTE)) - } - if i.MappableDomainIDLT != nil { - predicates = append(predicates, customdomainhistory.MappableDomainIDLT(*i.MappableDomainIDLT)) - } - if i.MappableDomainIDLTE != nil { - predicates = append(predicates, customdomainhistory.MappableDomainIDLTE(*i.MappableDomainIDLTE)) - } if i.MappableDomainIDContains != nil { predicates = append(predicates, customdomainhistory.MappableDomainIDContains(*i.MappableDomainIDContains)) } @@ -16903,18 +12979,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.DNSVerificationIDNotIn) > 0 { predicates = append(predicates, customdomainhistory.DNSVerificationIDNotIn(i.DNSVerificationIDNotIn...)) } - if i.DNSVerificationIDGT != nil { - predicates = append(predicates, customdomainhistory.DNSVerificationIDGT(*i.DNSVerificationIDGT)) - } - if i.DNSVerificationIDGTE != nil { - predicates = append(predicates, customdomainhistory.DNSVerificationIDGTE(*i.DNSVerificationIDGTE)) - } - if i.DNSVerificationIDLT != nil { - predicates = append(predicates, customdomainhistory.DNSVerificationIDLT(*i.DNSVerificationIDLT)) - } - if i.DNSVerificationIDLTE != nil { - predicates = append(predicates, customdomainhistory.DNSVerificationIDLTE(*i.DNSVerificationIDLTE)) - } if i.DNSVerificationIDContains != nil { predicates = append(predicates, customdomainhistory.DNSVerificationIDContains(*i.DNSVerificationIDContains)) } @@ -16948,18 +13012,6 @@ func (i *CustomDomainHistoryWhereInput) P() (predicate.CustomDomainHistory, erro if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, customdomainhistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, customdomainhistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, customdomainhistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, customdomainhistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, customdomainhistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, customdomainhistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -17023,32 +13075,21 @@ type DiscussionHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -17064,38 +13105,28 @@ type DiscussionHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -17109,10 +13140,6 @@ type DiscussionHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -17126,10 +13153,6 @@ type DiscussionHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -17143,10 +13166,6 @@ type DiscussionHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -17160,10 +13179,6 @@ type DiscussionHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -17260,18 +13275,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, discussionhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, discussionhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, discussionhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, discussionhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, discussionhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, discussionhistory.IDEqualFold(*i.IDEqualFold)) } @@ -17281,15 +13284,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, discussionhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, discussionhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, discussionhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, discussionhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, discussionhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -17314,18 +13308,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, discussionhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, discussionhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, discussionhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, discussionhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, discussionhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, discussionhistory.RefContains(*i.RefContains)) } @@ -17362,15 +13344,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, discussionhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, discussionhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, discussionhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, discussionhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, discussionhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -17392,15 +13365,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, discussionhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, discussionhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, discussionhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, discussionhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, discussionhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -17431,18 +13395,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, discussionhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, discussionhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, discussionhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, discussionhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, discussionhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, discussionhistory.CreatedByContains(*i.CreatedByContains)) } @@ -17476,18 +13428,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, discussionhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, discussionhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, discussionhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, discussionhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, discussionhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, discussionhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -17521,18 +13461,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, discussionhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, discussionhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, discussionhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, discussionhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, discussionhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, discussionhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -17566,18 +13494,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, discussionhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, discussionhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, discussionhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, discussionhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, discussionhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, discussionhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -17611,18 +13527,6 @@ func (i *DiscussionHistoryWhereInput) P() (predicate.DiscussionHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, discussionhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, discussionhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, discussionhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, discussionhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, discussionhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, discussionhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -17673,32 +13577,21 @@ type DocumentDataHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -17714,38 +13607,28 @@ type DocumentDataHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -17759,10 +13642,6 @@ type DocumentDataHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -17776,10 +13655,6 @@ type DocumentDataHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -17793,10 +13668,6 @@ type DocumentDataHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -17810,10 +13681,6 @@ type DocumentDataHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -17827,10 +13694,6 @@ type DocumentDataHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -17844,10 +13707,6 @@ type DocumentDataHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -17861,10 +13720,6 @@ type DocumentDataHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -17878,10 +13733,6 @@ type DocumentDataHistoryWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -17977,18 +13828,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, documentdatahistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, documentdatahistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, documentdatahistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, documentdatahistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, documentdatahistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, documentdatahistory.IDEqualFold(*i.IDEqualFold)) } @@ -17998,15 +13837,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if i.HistoryTime != nil { predicates = append(predicates, documentdatahistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, documentdatahistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, documentdatahistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, documentdatahistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, documentdatahistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -18031,18 +13861,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, documentdatahistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, documentdatahistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, documentdatahistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, documentdatahistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, documentdatahistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, documentdatahistory.RefContains(*i.RefContains)) } @@ -18079,15 +13897,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if i.CreatedAt != nil { predicates = append(predicates, documentdatahistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, documentdatahistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, documentdatahistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, documentdatahistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, documentdatahistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -18109,15 +13918,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, documentdatahistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, documentdatahistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, documentdatahistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, documentdatahistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, documentdatahistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -18148,18 +13948,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, documentdatahistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, documentdatahistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, documentdatahistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, documentdatahistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, documentdatahistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, documentdatahistory.CreatedByContains(*i.CreatedByContains)) } @@ -18193,18 +13981,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, documentdatahistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, documentdatahistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, documentdatahistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, documentdatahistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, documentdatahistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, documentdatahistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -18238,18 +14014,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, documentdatahistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -18283,18 +14047,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, documentdatahistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, documentdatahistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, documentdatahistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, documentdatahistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, documentdatahistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, documentdatahistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -18328,18 +14080,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, documentdatahistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, documentdatahistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, documentdatahistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, documentdatahistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, documentdatahistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, documentdatahistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -18373,18 +14113,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, documentdatahistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, documentdatahistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, documentdatahistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, documentdatahistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, documentdatahistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, documentdatahistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -18418,18 +14146,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, documentdatahistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, documentdatahistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, documentdatahistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, documentdatahistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, documentdatahistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, documentdatahistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -18463,18 +14179,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, documentdatahistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, documentdatahistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, documentdatahistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, documentdatahistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, documentdatahistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, documentdatahistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -18508,18 +14212,6 @@ func (i *DocumentDataHistoryWhereInput) P() (predicate.DocumentDataHistory, erro if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, documentdatahistory.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, documentdatahistory.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, documentdatahistory.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, documentdatahistory.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, documentdatahistory.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, documentdatahistory.TemplateIDContains(*i.TemplateIDContains)) } @@ -18571,32 +14263,21 @@ type EmailTemplateHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -18612,38 +14293,28 @@ type EmailTemplateHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -18657,10 +14328,6 @@ type EmailTemplateHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -18674,10 +14341,6 @@ type EmailTemplateHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -18691,10 +14354,6 @@ type EmailTemplateHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -18708,10 +14367,6 @@ type EmailTemplateHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -18731,10 +14386,6 @@ type EmailTemplateHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -18748,10 +14399,6 @@ type EmailTemplateHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -18765,10 +14412,6 @@ type EmailTemplateHistoryWhereInput struct { KeyNEQ *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGT *string `json:"keyGT,omitempty"` - KeyGTE *string `json:"keyGTE,omitempty"` - KeyLT *string `json:"keyLT,omitempty"` - KeyLTE *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -18780,10 +14423,6 @@ type EmailTemplateHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -18795,10 +14434,6 @@ type EmailTemplateHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -18820,10 +14455,6 @@ type EmailTemplateHistoryWhereInput struct { LocaleNEQ *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGT *string `json:"localeGT,omitempty"` - LocaleGTE *string `json:"localeGTE,omitempty"` - LocaleLT *string `json:"localeLT,omitempty"` - LocaleLTE *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -18835,10 +14466,6 @@ type EmailTemplateHistoryWhereInput struct { SubjectTemplateNEQ *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGT *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGTE *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLT *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLTE *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -18852,10 +14479,6 @@ type EmailTemplateHistoryWhereInput struct { PreheaderTemplateNEQ *string `json:"preheaderTemplateNEQ,omitempty"` PreheaderTemplateIn []string `json:"preheaderTemplateIn,omitempty"` PreheaderTemplateNotIn []string `json:"preheaderTemplateNotIn,omitempty"` - PreheaderTemplateGT *string `json:"preheaderTemplateGT,omitempty"` - PreheaderTemplateGTE *string `json:"preheaderTemplateGTE,omitempty"` - PreheaderTemplateLT *string `json:"preheaderTemplateLT,omitempty"` - PreheaderTemplateLTE *string `json:"preheaderTemplateLTE,omitempty"` PreheaderTemplateContains *string `json:"preheaderTemplateContains,omitempty"` PreheaderTemplateHasPrefix *string `json:"preheaderTemplateHasPrefix,omitempty"` PreheaderTemplateHasSuffix *string `json:"preheaderTemplateHasSuffix,omitempty"` @@ -18869,10 +14492,6 @@ type EmailTemplateHistoryWhereInput struct { BodyTemplateNEQ *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGT *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGTE *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLT *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLTE *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -18886,10 +14505,6 @@ type EmailTemplateHistoryWhereInput struct { TextTemplateNEQ *string `json:"textTemplateNEQ,omitempty"` TextTemplateIn []string `json:"textTemplateIn,omitempty"` TextTemplateNotIn []string `json:"textTemplateNotIn,omitempty"` - TextTemplateGT *string `json:"textTemplateGT,omitempty"` - TextTemplateGTE *string `json:"textTemplateGTE,omitempty"` - TextTemplateLT *string `json:"textTemplateLT,omitempty"` - TextTemplateLTE *string `json:"textTemplateLTE,omitempty"` TextTemplateContains *string `json:"textTemplateContains,omitempty"` TextTemplateHasPrefix *string `json:"textTemplateHasPrefix,omitempty"` TextTemplateHasSuffix *string `json:"textTemplateHasSuffix,omitempty"` @@ -18903,14 +14518,12 @@ type EmailTemplateHistoryWhereInput struct { ActiveNEQ *bool `json:"activeNEQ,omitempty"` // "version" field predicates. - Version *int `json:"version,omitempty"` - VersionNEQ *int `json:"versionNEQ,omitempty"` - VersionIn []int `json:"versionIn,omitempty"` - VersionNotIn []int `json:"versionNotIn,omitempty"` - VersionGT *int `json:"versionGT,omitempty"` - VersionGTE *int `json:"versionGTE,omitempty"` - VersionLT *int `json:"versionLT,omitempty"` - VersionLTE *int `json:"versionLTE,omitempty"` + Version *int `json:"version,omitempty"` + VersionNEQ *int `json:"versionNEQ,omitempty"` + VersionGT *int `json:"versionGT,omitempty"` + VersionGTE *int `json:"versionGTE,omitempty"` + VersionLT *int `json:"versionLT,omitempty"` + VersionLTE *int `json:"versionLTE,omitempty"` // "template_context" field predicates. TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` @@ -18925,10 +14538,6 @@ type EmailTemplateHistoryWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -18942,10 +14551,6 @@ type EmailTemplateHistoryWhereInput struct { WorkflowDefinitionIDNEQ *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIDGT *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIDGTE *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIDLT *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIDLTE *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -18959,10 +14564,6 @@ type EmailTemplateHistoryWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -18976,10 +14577,6 @@ type EmailTemplateHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -19072,18 +14669,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.IDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, emailtemplatehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, emailtemplatehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, emailtemplatehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, emailtemplatehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, emailtemplatehistory.IDEqualFold(*i.IDEqualFold)) } @@ -19093,15 +14678,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if i.HistoryTime != nil { predicates = append(predicates, emailtemplatehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, emailtemplatehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, emailtemplatehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, emailtemplatehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, emailtemplatehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -19126,18 +14702,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.RefNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, emailtemplatehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, emailtemplatehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, emailtemplatehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, emailtemplatehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, emailtemplatehistory.RefContains(*i.RefContains)) } @@ -19174,15 +14738,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if i.CreatedAt != nil { predicates = append(predicates, emailtemplatehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, emailtemplatehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, emailtemplatehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, emailtemplatehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, emailtemplatehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -19204,15 +14759,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if i.UpdatedAt != nil { predicates = append(predicates, emailtemplatehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, emailtemplatehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, emailtemplatehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, emailtemplatehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -19243,18 +14789,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, emailtemplatehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, emailtemplatehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, emailtemplatehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, emailtemplatehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, emailtemplatehistory.CreatedByContains(*i.CreatedByContains)) } @@ -19288,18 +14822,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, emailtemplatehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -19333,18 +14855,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, emailtemplatehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -19378,18 +14888,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.RevisionNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, emailtemplatehistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, emailtemplatehistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, emailtemplatehistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, emailtemplatehistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, emailtemplatehistory.RevisionContains(*i.RevisionContains)) } @@ -19423,18 +14921,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, emailtemplatehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, emailtemplatehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, emailtemplatehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -19480,18 +14966,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, emailtemplatehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, emailtemplatehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, emailtemplatehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, emailtemplatehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, emailtemplatehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -19525,18 +14999,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, emailtemplatehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, emailtemplatehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, emailtemplatehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -19570,18 +15032,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.KeyNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.KeyNotIn(i.KeyNotIn...)) } - if i.KeyGT != nil { - predicates = append(predicates, emailtemplatehistory.KeyGT(*i.KeyGT)) - } - if i.KeyGTE != nil { - predicates = append(predicates, emailtemplatehistory.KeyGTE(*i.KeyGTE)) - } - if i.KeyLT != nil { - predicates = append(predicates, emailtemplatehistory.KeyLT(*i.KeyLT)) - } - if i.KeyLTE != nil { - predicates = append(predicates, emailtemplatehistory.KeyLTE(*i.KeyLTE)) - } if i.KeyContains != nil { predicates = append(predicates, emailtemplatehistory.KeyContains(*i.KeyContains)) } @@ -19609,18 +15059,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.NameNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, emailtemplatehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, emailtemplatehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, emailtemplatehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, emailtemplatehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, emailtemplatehistory.NameContains(*i.NameContains)) } @@ -19648,18 +15086,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, emailtemplatehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, emailtemplatehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, emailtemplatehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, emailtemplatehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, emailtemplatehistory.DescriptionContains(*i.DescriptionContains)) } @@ -19711,18 +15137,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.LocaleNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.LocaleNotIn(i.LocaleNotIn...)) } - if i.LocaleGT != nil { - predicates = append(predicates, emailtemplatehistory.LocaleGT(*i.LocaleGT)) - } - if i.LocaleGTE != nil { - predicates = append(predicates, emailtemplatehistory.LocaleGTE(*i.LocaleGTE)) - } - if i.LocaleLT != nil { - predicates = append(predicates, emailtemplatehistory.LocaleLT(*i.LocaleLT)) - } - if i.LocaleLTE != nil { - predicates = append(predicates, emailtemplatehistory.LocaleLTE(*i.LocaleLTE)) - } if i.LocaleContains != nil { predicates = append(predicates, emailtemplatehistory.LocaleContains(*i.LocaleContains)) } @@ -19750,18 +15164,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.SubjectTemplateNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.SubjectTemplateNotIn(i.SubjectTemplateNotIn...)) } - if i.SubjectTemplateGT != nil { - predicates = append(predicates, emailtemplatehistory.SubjectTemplateGT(*i.SubjectTemplateGT)) - } - if i.SubjectTemplateGTE != nil { - predicates = append(predicates, emailtemplatehistory.SubjectTemplateGTE(*i.SubjectTemplateGTE)) - } - if i.SubjectTemplateLT != nil { - predicates = append(predicates, emailtemplatehistory.SubjectTemplateLT(*i.SubjectTemplateLT)) - } - if i.SubjectTemplateLTE != nil { - predicates = append(predicates, emailtemplatehistory.SubjectTemplateLTE(*i.SubjectTemplateLTE)) - } if i.SubjectTemplateContains != nil { predicates = append(predicates, emailtemplatehistory.SubjectTemplateContains(*i.SubjectTemplateContains)) } @@ -19795,18 +15197,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.PreheaderTemplateNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.PreheaderTemplateNotIn(i.PreheaderTemplateNotIn...)) } - if i.PreheaderTemplateGT != nil { - predicates = append(predicates, emailtemplatehistory.PreheaderTemplateGT(*i.PreheaderTemplateGT)) - } - if i.PreheaderTemplateGTE != nil { - predicates = append(predicates, emailtemplatehistory.PreheaderTemplateGTE(*i.PreheaderTemplateGTE)) - } - if i.PreheaderTemplateLT != nil { - predicates = append(predicates, emailtemplatehistory.PreheaderTemplateLT(*i.PreheaderTemplateLT)) - } - if i.PreheaderTemplateLTE != nil { - predicates = append(predicates, emailtemplatehistory.PreheaderTemplateLTE(*i.PreheaderTemplateLTE)) - } if i.PreheaderTemplateContains != nil { predicates = append(predicates, emailtemplatehistory.PreheaderTemplateContains(*i.PreheaderTemplateContains)) } @@ -19840,18 +15230,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.BodyTemplateNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.BodyTemplateNotIn(i.BodyTemplateNotIn...)) } - if i.BodyTemplateGT != nil { - predicates = append(predicates, emailtemplatehistory.BodyTemplateGT(*i.BodyTemplateGT)) - } - if i.BodyTemplateGTE != nil { - predicates = append(predicates, emailtemplatehistory.BodyTemplateGTE(*i.BodyTemplateGTE)) - } - if i.BodyTemplateLT != nil { - predicates = append(predicates, emailtemplatehistory.BodyTemplateLT(*i.BodyTemplateLT)) - } - if i.BodyTemplateLTE != nil { - predicates = append(predicates, emailtemplatehistory.BodyTemplateLTE(*i.BodyTemplateLTE)) - } if i.BodyTemplateContains != nil { predicates = append(predicates, emailtemplatehistory.BodyTemplateContains(*i.BodyTemplateContains)) } @@ -19885,18 +15263,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.TextTemplateNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.TextTemplateNotIn(i.TextTemplateNotIn...)) } - if i.TextTemplateGT != nil { - predicates = append(predicates, emailtemplatehistory.TextTemplateGT(*i.TextTemplateGT)) - } - if i.TextTemplateGTE != nil { - predicates = append(predicates, emailtemplatehistory.TextTemplateGTE(*i.TextTemplateGTE)) - } - if i.TextTemplateLT != nil { - predicates = append(predicates, emailtemplatehistory.TextTemplateLT(*i.TextTemplateLT)) - } - if i.TextTemplateLTE != nil { - predicates = append(predicates, emailtemplatehistory.TextTemplateLTE(*i.TextTemplateLTE)) - } if i.TextTemplateContains != nil { predicates = append(predicates, emailtemplatehistory.TextTemplateContains(*i.TextTemplateContains)) } @@ -19930,12 +15296,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if i.VersionNEQ != nil { predicates = append(predicates, emailtemplatehistory.VersionNEQ(*i.VersionNEQ)) } - if len(i.VersionIn) > 0 { - predicates = append(predicates, emailtemplatehistory.VersionIn(i.VersionIn...)) - } - if len(i.VersionNotIn) > 0 { - predicates = append(predicates, emailtemplatehistory.VersionNotIn(i.VersionNotIn...)) - } if i.VersionGT != nil { predicates = append(predicates, emailtemplatehistory.VersionGT(*i.VersionGT)) } @@ -19978,18 +15338,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, emailtemplatehistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, emailtemplatehistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, emailtemplatehistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -20023,18 +15371,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.WorkflowDefinitionIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDNotIn(i.WorkflowDefinitionIDNotIn...)) } - if i.WorkflowDefinitionIDGT != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDGT(*i.WorkflowDefinitionIDGT)) - } - if i.WorkflowDefinitionIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDGTE(*i.WorkflowDefinitionIDGTE)) - } - if i.WorkflowDefinitionIDLT != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDLT(*i.WorkflowDefinitionIDLT)) - } - if i.WorkflowDefinitionIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDLTE(*i.WorkflowDefinitionIDLTE)) - } if i.WorkflowDefinitionIDContains != nil { predicates = append(predicates, emailtemplatehistory.WorkflowDefinitionIDContains(*i.WorkflowDefinitionIDContains)) } @@ -20068,18 +15404,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, emailtemplatehistory.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -20113,18 +15437,6 @@ func (i *EmailTemplateHistoryWhereInput) P() (predicate.EmailTemplateHistory, er if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, emailtemplatehistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, emailtemplatehistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, emailtemplatehistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, emailtemplatehistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, emailtemplatehistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, emailtemplatehistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -20169,32 +15481,21 @@ type EntityHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -20210,38 +15511,28 @@ type EntityHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -20255,10 +15546,6 @@ type EntityHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -20272,10 +15559,6 @@ type EntityHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -20289,10 +15572,6 @@ type EntityHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -20306,10 +15585,6 @@ type EntityHistoryWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -20323,10 +15598,6 @@ type EntityHistoryWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -20340,10 +15611,6 @@ type EntityHistoryWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -20357,10 +15624,6 @@ type EntityHistoryWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -20374,10 +15637,6 @@ type EntityHistoryWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -20391,10 +15650,6 @@ type EntityHistoryWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -20404,16 +15659,13 @@ type EntityHistoryWhereInput struct { ReviewedByGroupIDContainsFold *string `json:"reviewedByGroupIDContainsFold,omitempty"` // "last_reviewed_at" field predicates. - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNEQ *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` // "system_owned" field predicates. SystemOwned *bool `json:"systemOwned,omitempty"` @@ -20426,10 +15678,6 @@ type EntityHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -20443,10 +15691,6 @@ type EntityHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -20460,10 +15704,6 @@ type EntityHistoryWhereInput struct { EntityRelationshipStateNameNEQ *string `json:"entityRelationshipStateNameNEQ,omitempty"` EntityRelationshipStateNameIn []string `json:"entityRelationshipStateNameIn,omitempty"` EntityRelationshipStateNameNotIn []string `json:"entityRelationshipStateNameNotIn,omitempty"` - EntityRelationshipStateNameGT *string `json:"entityRelationshipStateNameGT,omitempty"` - EntityRelationshipStateNameGTE *string `json:"entityRelationshipStateNameGTE,omitempty"` - EntityRelationshipStateNameLT *string `json:"entityRelationshipStateNameLT,omitempty"` - EntityRelationshipStateNameLTE *string `json:"entityRelationshipStateNameLTE,omitempty"` EntityRelationshipStateNameContains *string `json:"entityRelationshipStateNameContains,omitempty"` EntityRelationshipStateNameHasPrefix *string `json:"entityRelationshipStateNameHasPrefix,omitempty"` EntityRelationshipStateNameHasSuffix *string `json:"entityRelationshipStateNameHasSuffix,omitempty"` @@ -20477,10 +15717,6 @@ type EntityHistoryWhereInput struct { EntityRelationshipStateIDNEQ *string `json:"entityRelationshipStateIDNEQ,omitempty"` EntityRelationshipStateIDIn []string `json:"entityRelationshipStateIDIn,omitempty"` EntityRelationshipStateIDNotIn []string `json:"entityRelationshipStateIDNotIn,omitempty"` - EntityRelationshipStateIDGT *string `json:"entityRelationshipStateIDGT,omitempty"` - EntityRelationshipStateIDGTE *string `json:"entityRelationshipStateIDGTE,omitempty"` - EntityRelationshipStateIDLT *string `json:"entityRelationshipStateIDLT,omitempty"` - EntityRelationshipStateIDLTE *string `json:"entityRelationshipStateIDLTE,omitempty"` EntityRelationshipStateIDContains *string `json:"entityRelationshipStateIDContains,omitempty"` EntityRelationshipStateIDHasPrefix *string `json:"entityRelationshipStateIDHasPrefix,omitempty"` EntityRelationshipStateIDHasSuffix *string `json:"entityRelationshipStateIDHasSuffix,omitempty"` @@ -20494,10 +15730,6 @@ type EntityHistoryWhereInput struct { EntitySecurityQuestionnaireStatusNameNEQ *string `json:"entitySecurityQuestionnaireStatusNameNEQ,omitempty"` EntitySecurityQuestionnaireStatusNameIn []string `json:"entitySecurityQuestionnaireStatusNameIn,omitempty"` EntitySecurityQuestionnaireStatusNameNotIn []string `json:"entitySecurityQuestionnaireStatusNameNotIn,omitempty"` - EntitySecurityQuestionnaireStatusNameGT *string `json:"entitySecurityQuestionnaireStatusNameGT,omitempty"` - EntitySecurityQuestionnaireStatusNameGTE *string `json:"entitySecurityQuestionnaireStatusNameGTE,omitempty"` - EntitySecurityQuestionnaireStatusNameLT *string `json:"entitySecurityQuestionnaireStatusNameLT,omitempty"` - EntitySecurityQuestionnaireStatusNameLTE *string `json:"entitySecurityQuestionnaireStatusNameLTE,omitempty"` EntitySecurityQuestionnaireStatusNameContains *string `json:"entitySecurityQuestionnaireStatusNameContains,omitempty"` EntitySecurityQuestionnaireStatusNameHasPrefix *string `json:"entitySecurityQuestionnaireStatusNameHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusNameHasSuffix *string `json:"entitySecurityQuestionnaireStatusNameHasSuffix,omitempty"` @@ -20511,10 +15743,6 @@ type EntityHistoryWhereInput struct { EntitySecurityQuestionnaireStatusIDNEQ *string `json:"entitySecurityQuestionnaireStatusIDNEQ,omitempty"` EntitySecurityQuestionnaireStatusIDIn []string `json:"entitySecurityQuestionnaireStatusIDIn,omitempty"` EntitySecurityQuestionnaireStatusIDNotIn []string `json:"entitySecurityQuestionnaireStatusIDNotIn,omitempty"` - EntitySecurityQuestionnaireStatusIDGT *string `json:"entitySecurityQuestionnaireStatusIDGT,omitempty"` - EntitySecurityQuestionnaireStatusIDGTE *string `json:"entitySecurityQuestionnaireStatusIDGTE,omitempty"` - EntitySecurityQuestionnaireStatusIDLT *string `json:"entitySecurityQuestionnaireStatusIDLT,omitempty"` - EntitySecurityQuestionnaireStatusIDLTE *string `json:"entitySecurityQuestionnaireStatusIDLTE,omitempty"` EntitySecurityQuestionnaireStatusIDContains *string `json:"entitySecurityQuestionnaireStatusIDContains,omitempty"` EntitySecurityQuestionnaireStatusIDHasPrefix *string `json:"entitySecurityQuestionnaireStatusIDHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusIDHasSuffix *string `json:"entitySecurityQuestionnaireStatusIDHasSuffix,omitempty"` @@ -20528,10 +15756,6 @@ type EntityHistoryWhereInput struct { EntitySourceTypeNameNEQ *string `json:"entitySourceTypeNameNEQ,omitempty"` EntitySourceTypeNameIn []string `json:"entitySourceTypeNameIn,omitempty"` EntitySourceTypeNameNotIn []string `json:"entitySourceTypeNameNotIn,omitempty"` - EntitySourceTypeNameGT *string `json:"entitySourceTypeNameGT,omitempty"` - EntitySourceTypeNameGTE *string `json:"entitySourceTypeNameGTE,omitempty"` - EntitySourceTypeNameLT *string `json:"entitySourceTypeNameLT,omitempty"` - EntitySourceTypeNameLTE *string `json:"entitySourceTypeNameLTE,omitempty"` EntitySourceTypeNameContains *string `json:"entitySourceTypeNameContains,omitempty"` EntitySourceTypeNameHasPrefix *string `json:"entitySourceTypeNameHasPrefix,omitempty"` EntitySourceTypeNameHasSuffix *string `json:"entitySourceTypeNameHasSuffix,omitempty"` @@ -20545,10 +15769,6 @@ type EntityHistoryWhereInput struct { EntitySourceTypeIDNEQ *string `json:"entitySourceTypeIDNEQ,omitempty"` EntitySourceTypeIDIn []string `json:"entitySourceTypeIDIn,omitempty"` EntitySourceTypeIDNotIn []string `json:"entitySourceTypeIDNotIn,omitempty"` - EntitySourceTypeIDGT *string `json:"entitySourceTypeIDGT,omitempty"` - EntitySourceTypeIDGTE *string `json:"entitySourceTypeIDGTE,omitempty"` - EntitySourceTypeIDLT *string `json:"entitySourceTypeIDLT,omitempty"` - EntitySourceTypeIDLTE *string `json:"entitySourceTypeIDLTE,omitempty"` EntitySourceTypeIDContains *string `json:"entitySourceTypeIDContains,omitempty"` EntitySourceTypeIDHasPrefix *string `json:"entitySourceTypeIDHasPrefix,omitempty"` EntitySourceTypeIDHasSuffix *string `json:"entitySourceTypeIDHasSuffix,omitempty"` @@ -20562,10 +15782,6 @@ type EntityHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -20579,10 +15795,6 @@ type EntityHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -20596,10 +15808,6 @@ type EntityHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -20613,10 +15821,6 @@ type EntityHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -20630,10 +15834,6 @@ type EntityHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -20647,10 +15847,6 @@ type EntityHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -20664,10 +15860,6 @@ type EntityHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -20681,10 +15873,6 @@ type EntityHistoryWhereInput struct { EntityTypeIDNEQ *string `json:"entityTypeIDNEQ,omitempty"` EntityTypeIDIn []string `json:"entityTypeIDIn,omitempty"` EntityTypeIDNotIn []string `json:"entityTypeIDNotIn,omitempty"` - EntityTypeIDGT *string `json:"entityTypeIDGT,omitempty"` - EntityTypeIDGTE *string `json:"entityTypeIDGTE,omitempty"` - EntityTypeIDLT *string `json:"entityTypeIDLT,omitempty"` - EntityTypeIDLTE *string `json:"entityTypeIDLTE,omitempty"` EntityTypeIDContains *string `json:"entityTypeIDContains,omitempty"` EntityTypeIDHasPrefix *string `json:"entityTypeIDHasPrefix,omitempty"` EntityTypeIDHasSuffix *string `json:"entityTypeIDHasSuffix,omitempty"` @@ -20714,40 +15902,31 @@ type EntityHistoryWhereInput struct { HasSoc2NotNil bool `json:"hasSoc2NotNil,omitempty"` // "soc2_period_end" field predicates. - Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` - Soc2PeriodEndNEQ *models.DateTime `json:"soc2PeriodEndNEQ,omitempty"` - Soc2PeriodEndIn []models.DateTime `json:"soc2PeriodEndIn,omitempty"` - Soc2PeriodEndNotIn []models.DateTime `json:"soc2PeriodEndNotIn,omitempty"` - Soc2PeriodEndGT *models.DateTime `json:"soc2PeriodEndGT,omitempty"` - Soc2PeriodEndGTE *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` - Soc2PeriodEndLT *models.DateTime `json:"soc2PeriodEndLT,omitempty"` - Soc2PeriodEndLTE *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` - Soc2PeriodEndIsNil bool `json:"soc2PeriodEndIsNil,omitempty"` - Soc2PeriodEndNotNil bool `json:"soc2PeriodEndNotNil,omitempty"` + Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` + Soc2PeriodEndGT *models.DateTime `json:"soc2PeriodEndGT,omitempty"` + Soc2PeriodEndGTE *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` + Soc2PeriodEndLT *models.DateTime `json:"soc2PeriodEndLT,omitempty"` + Soc2PeriodEndLTE *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` + Soc2PeriodEndIsNil bool `json:"soc2PeriodEndIsNil,omitempty"` + Soc2PeriodEndNotNil bool `json:"soc2PeriodEndNotNil,omitempty"` // "contract_start_date" field predicates. - ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` - ContractStartDateNEQ *models.DateTime `json:"contractStartDateNEQ,omitempty"` - ContractStartDateIn []models.DateTime `json:"contractStartDateIn,omitempty"` - ContractStartDateNotIn []models.DateTime `json:"contractStartDateNotIn,omitempty"` - ContractStartDateGT *models.DateTime `json:"contractStartDateGT,omitempty"` - ContractStartDateGTE *models.DateTime `json:"contractStartDateGTE,omitempty"` - ContractStartDateLT *models.DateTime `json:"contractStartDateLT,omitempty"` - ContractStartDateLTE *models.DateTime `json:"contractStartDateLTE,omitempty"` - ContractStartDateIsNil bool `json:"contractStartDateIsNil,omitempty"` - ContractStartDateNotNil bool `json:"contractStartDateNotNil,omitempty"` + ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` + ContractStartDateGT *models.DateTime `json:"contractStartDateGT,omitempty"` + ContractStartDateGTE *models.DateTime `json:"contractStartDateGTE,omitempty"` + ContractStartDateLT *models.DateTime `json:"contractStartDateLT,omitempty"` + ContractStartDateLTE *models.DateTime `json:"contractStartDateLTE,omitempty"` + ContractStartDateIsNil bool `json:"contractStartDateIsNil,omitempty"` + ContractStartDateNotNil bool `json:"contractStartDateNotNil,omitempty"` // "contract_end_date" field predicates. - ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` - ContractEndDateNEQ *models.DateTime `json:"contractEndDateNEQ,omitempty"` - ContractEndDateIn []models.DateTime `json:"contractEndDateIn,omitempty"` - ContractEndDateNotIn []models.DateTime `json:"contractEndDateNotIn,omitempty"` - ContractEndDateGT *models.DateTime `json:"contractEndDateGT,omitempty"` - ContractEndDateGTE *models.DateTime `json:"contractEndDateGTE,omitempty"` - ContractEndDateLT *models.DateTime `json:"contractEndDateLT,omitempty"` - ContractEndDateLTE *models.DateTime `json:"contractEndDateLTE,omitempty"` - ContractEndDateIsNil bool `json:"contractEndDateIsNil,omitempty"` - ContractEndDateNotNil bool `json:"contractEndDateNotNil,omitempty"` + ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` + ContractEndDateGT *models.DateTime `json:"contractEndDateGT,omitempty"` + ContractEndDateGTE *models.DateTime `json:"contractEndDateGTE,omitempty"` + ContractEndDateLT *models.DateTime `json:"contractEndDateLT,omitempty"` + ContractEndDateLTE *models.DateTime `json:"contractEndDateLTE,omitempty"` + ContractEndDateIsNil bool `json:"contractEndDateIsNil,omitempty"` + ContractEndDateNotNil bool `json:"contractEndDateNotNil,omitempty"` // "auto_renews" field predicates. AutoRenews *bool `json:"autoRenews,omitempty"` @@ -20756,16 +15935,14 @@ type EntityHistoryWhereInput struct { AutoRenewsNotNil bool `json:"autoRenewsNotNil,omitempty"` // "termination_notice_days" field predicates. - TerminationNoticeDays *int `json:"terminationNoticeDays,omitempty"` - TerminationNoticeDaysNEQ *int `json:"terminationNoticeDaysNEQ,omitempty"` - TerminationNoticeDaysIn []int `json:"terminationNoticeDaysIn,omitempty"` - TerminationNoticeDaysNotIn []int `json:"terminationNoticeDaysNotIn,omitempty"` - TerminationNoticeDaysGT *int `json:"terminationNoticeDaysGT,omitempty"` - TerminationNoticeDaysGTE *int `json:"terminationNoticeDaysGTE,omitempty"` - TerminationNoticeDaysLT *int `json:"terminationNoticeDaysLT,omitempty"` - TerminationNoticeDaysLTE *int `json:"terminationNoticeDaysLTE,omitempty"` - TerminationNoticeDaysIsNil bool `json:"terminationNoticeDaysIsNil,omitempty"` - TerminationNoticeDaysNotNil bool `json:"terminationNoticeDaysNotNil,omitempty"` + TerminationNoticeDays *int `json:"terminationNoticeDays,omitempty"` + TerminationNoticeDaysNEQ *int `json:"terminationNoticeDaysNEQ,omitempty"` + TerminationNoticeDaysGT *int `json:"terminationNoticeDaysGT,omitempty"` + TerminationNoticeDaysGTE *int `json:"terminationNoticeDaysGTE,omitempty"` + TerminationNoticeDaysLT *int `json:"terminationNoticeDaysLT,omitempty"` + TerminationNoticeDaysLTE *int `json:"terminationNoticeDaysLTE,omitempty"` + TerminationNoticeDaysIsNil bool `json:"terminationNoticeDaysIsNil,omitempty"` + TerminationNoticeDaysNotNil bool `json:"terminationNoticeDaysNotNil,omitempty"` // "annual_spend" field predicates. AnnualSpend *float64 `json:"annualSpend,omitempty"` @@ -20784,10 +15961,6 @@ type EntityHistoryWhereInput struct { SpendCurrencyNEQ *string `json:"spendCurrencyNEQ,omitempty"` SpendCurrencyIn []string `json:"spendCurrencyIn,omitempty"` SpendCurrencyNotIn []string `json:"spendCurrencyNotIn,omitempty"` - SpendCurrencyGT *string `json:"spendCurrencyGT,omitempty"` - SpendCurrencyGTE *string `json:"spendCurrencyGTE,omitempty"` - SpendCurrencyLT *string `json:"spendCurrencyLT,omitempty"` - SpendCurrencyLTE *string `json:"spendCurrencyLTE,omitempty"` SpendCurrencyContains *string `json:"spendCurrencyContains,omitempty"` SpendCurrencyHasPrefix *string `json:"spendCurrencyHasPrefix,omitempty"` SpendCurrencyHasSuffix *string `json:"spendCurrencyHasSuffix,omitempty"` @@ -20801,10 +15974,6 @@ type EntityHistoryWhereInput struct { BillingModelNEQ *string `json:"billingModelNEQ,omitempty"` BillingModelIn []string `json:"billingModelIn,omitempty"` BillingModelNotIn []string `json:"billingModelNotIn,omitempty"` - BillingModelGT *string `json:"billingModelGT,omitempty"` - BillingModelGTE *string `json:"billingModelGTE,omitempty"` - BillingModelLT *string `json:"billingModelLT,omitempty"` - BillingModelLTE *string `json:"billingModelLTE,omitempty"` BillingModelContains *string `json:"billingModelContains,omitempty"` BillingModelHasPrefix *string `json:"billingModelHasPrefix,omitempty"` BillingModelHasSuffix *string `json:"billingModelHasSuffix,omitempty"` @@ -20818,10 +15987,6 @@ type EntityHistoryWhereInput struct { RenewalRiskNEQ *string `json:"renewalRiskNEQ,omitempty"` RenewalRiskIn []string `json:"renewalRiskIn,omitempty"` RenewalRiskNotIn []string `json:"renewalRiskNotIn,omitempty"` - RenewalRiskGT *string `json:"renewalRiskGT,omitempty"` - RenewalRiskGTE *string `json:"renewalRiskGTE,omitempty"` - RenewalRiskLT *string `json:"renewalRiskLT,omitempty"` - RenewalRiskLTE *string `json:"renewalRiskLTE,omitempty"` RenewalRiskContains *string `json:"renewalRiskContains,omitempty"` RenewalRiskHasPrefix *string `json:"renewalRiskHasPrefix,omitempty"` RenewalRiskHasSuffix *string `json:"renewalRiskHasSuffix,omitempty"` @@ -20853,10 +16018,6 @@ type EntityHistoryWhereInput struct { StatusPageURLNEQ *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGT *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGTE *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLT *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLTE *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -20870,10 +16031,6 @@ type EntityHistoryWhereInput struct { RiskRatingNEQ *string `json:"riskRatingNEQ,omitempty"` RiskRatingIn []string `json:"riskRatingIn,omitempty"` RiskRatingNotIn []string `json:"riskRatingNotIn,omitempty"` - RiskRatingGT *string `json:"riskRatingGT,omitempty"` - RiskRatingGTE *string `json:"riskRatingGTE,omitempty"` - RiskRatingLT *string `json:"riskRatingLT,omitempty"` - RiskRatingLTE *string `json:"riskRatingLTE,omitempty"` RiskRatingContains *string `json:"riskRatingContains,omitempty"` RiskRatingHasPrefix *string `json:"riskRatingHasPrefix,omitempty"` RiskRatingHasSuffix *string `json:"riskRatingHasSuffix,omitempty"` @@ -20883,28 +16040,24 @@ type EntityHistoryWhereInput struct { RiskRatingContainsFold *string `json:"riskRatingContainsFold,omitempty"` // "risk_score" field predicates. - RiskScore *int `json:"riskScore,omitempty"` - RiskScoreNEQ *int `json:"riskScoreNEQ,omitempty"` - RiskScoreIn []int `json:"riskScoreIn,omitempty"` - RiskScoreNotIn []int `json:"riskScoreNotIn,omitempty"` - RiskScoreGT *int `json:"riskScoreGT,omitempty"` - RiskScoreGTE *int `json:"riskScoreGTE,omitempty"` - RiskScoreLT *int `json:"riskScoreLT,omitempty"` - RiskScoreLTE *int `json:"riskScoreLTE,omitempty"` - RiskScoreIsNil bool `json:"riskScoreIsNil,omitempty"` - RiskScoreNotNil bool `json:"riskScoreNotNil,omitempty"` + RiskScore *int `json:"riskScore,omitempty"` + RiskScoreNEQ *int `json:"riskScoreNEQ,omitempty"` + RiskScoreGT *int `json:"riskScoreGT,omitempty"` + RiskScoreGTE *int `json:"riskScoreGTE,omitempty"` + RiskScoreLT *int `json:"riskScoreLT,omitempty"` + RiskScoreLTE *int `json:"riskScoreLTE,omitempty"` + RiskScoreIsNil bool `json:"riskScoreIsNil,omitempty"` + RiskScoreNotNil bool `json:"riskScoreNotNil,omitempty"` // "risk_score_coverage" field predicates. - RiskScoreCoverage *int `json:"riskScoreCoverage,omitempty"` - RiskScoreCoverageNEQ *int `json:"riskScoreCoverageNEQ,omitempty"` - RiskScoreCoverageIn []int `json:"riskScoreCoverageIn,omitempty"` - RiskScoreCoverageNotIn []int `json:"riskScoreCoverageNotIn,omitempty"` - RiskScoreCoverageGT *int `json:"riskScoreCoverageGT,omitempty"` - RiskScoreCoverageGTE *int `json:"riskScoreCoverageGTE,omitempty"` - RiskScoreCoverageLT *int `json:"riskScoreCoverageLT,omitempty"` - RiskScoreCoverageLTE *int `json:"riskScoreCoverageLTE,omitempty"` - RiskScoreCoverageIsNil bool `json:"riskScoreCoverageIsNil,omitempty"` - RiskScoreCoverageNotNil bool `json:"riskScoreCoverageNotNil,omitempty"` + RiskScoreCoverage *int `json:"riskScoreCoverage,omitempty"` + RiskScoreCoverageNEQ *int `json:"riskScoreCoverageNEQ,omitempty"` + RiskScoreCoverageGT *int `json:"riskScoreCoverageGT,omitempty"` + RiskScoreCoverageGTE *int `json:"riskScoreCoverageGTE,omitempty"` + RiskScoreCoverageLT *int `json:"riskScoreCoverageLT,omitempty"` + RiskScoreCoverageLTE *int `json:"riskScoreCoverageLTE,omitempty"` + RiskScoreCoverageIsNil bool `json:"riskScoreCoverageIsNil,omitempty"` + RiskScoreCoverageNotNil bool `json:"riskScoreCoverageNotNil,omitempty"` // "tier" field predicates. Tier *enums.VendorTier `json:"tier,omitempty"` @@ -20923,38 +16076,28 @@ type EntityHistoryWhereInput struct { ReviewFrequencyNotNil bool `json:"reviewFrequencyNotNil,omitempty"` // "next_review_at" field predicates. - NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` - NextReviewAtNEQ *models.DateTime `json:"nextReviewAtNEQ,omitempty"` - NextReviewAtIn []models.DateTime `json:"nextReviewAtIn,omitempty"` - NextReviewAtNotIn []models.DateTime `json:"nextReviewAtNotIn,omitempty"` - NextReviewAtGT *models.DateTime `json:"nextReviewAtGT,omitempty"` - NextReviewAtGTE *models.DateTime `json:"nextReviewAtGTE,omitempty"` - NextReviewAtLT *models.DateTime `json:"nextReviewAtLT,omitempty"` - NextReviewAtLTE *models.DateTime `json:"nextReviewAtLTE,omitempty"` - NextReviewAtIsNil bool `json:"nextReviewAtIsNil,omitempty"` - NextReviewAtNotNil bool `json:"nextReviewAtNotNil,omitempty"` + NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` + NextReviewAtGT *models.DateTime `json:"nextReviewAtGT,omitempty"` + NextReviewAtGTE *models.DateTime `json:"nextReviewAtGTE,omitempty"` + NextReviewAtLT *models.DateTime `json:"nextReviewAtLT,omitempty"` + NextReviewAtLTE *models.DateTime `json:"nextReviewAtLTE,omitempty"` + NextReviewAtIsNil bool `json:"nextReviewAtIsNil,omitempty"` + NextReviewAtNotNil bool `json:"nextReviewAtNotNil,omitempty"` // "contract_renewal_at" field predicates. - ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` - ContractRenewalAtNEQ *models.DateTime `json:"contractRenewalAtNEQ,omitempty"` - ContractRenewalAtIn []models.DateTime `json:"contractRenewalAtIn,omitempty"` - ContractRenewalAtNotIn []models.DateTime `json:"contractRenewalAtNotIn,omitempty"` - ContractRenewalAtGT *models.DateTime `json:"contractRenewalAtGT,omitempty"` - ContractRenewalAtGTE *models.DateTime `json:"contractRenewalAtGTE,omitempty"` - ContractRenewalAtLT *models.DateTime `json:"contractRenewalAtLT,omitempty"` - ContractRenewalAtLTE *models.DateTime `json:"contractRenewalAtLTE,omitempty"` - ContractRenewalAtIsNil bool `json:"contractRenewalAtIsNil,omitempty"` - ContractRenewalAtNotNil bool `json:"contractRenewalAtNotNil,omitempty"` + ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` + ContractRenewalAtGT *models.DateTime `json:"contractRenewalAtGT,omitempty"` + ContractRenewalAtGTE *models.DateTime `json:"contractRenewalAtGTE,omitempty"` + ContractRenewalAtLT *models.DateTime `json:"contractRenewalAtLT,omitempty"` + ContractRenewalAtLTE *models.DateTime `json:"contractRenewalAtLTE,omitempty"` + ContractRenewalAtIsNil bool `json:"contractRenewalAtIsNil,omitempty"` + ContractRenewalAtNotNil bool `json:"contractRenewalAtNotNil,omitempty"` // "logo_remote_url" field predicates. LogoRemoteURL *string `json:"logoRemoteURL,omitempty"` LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -20968,10 +16111,6 @@ type EntityHistoryWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -20985,10 +16124,6 @@ type EntityHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -20998,16 +16133,13 @@ type EntityHistoryWhereInput struct { ExternalIDContainsFold *string `json:"externalIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -21111,18 +16243,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, entityhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, entityhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, entityhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, entityhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, entityhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, entityhistory.IDEqualFold(*i.IDEqualFold)) } @@ -21132,15 +16252,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, entityhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, entityhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, entityhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, entityhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, entityhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -21165,18 +16276,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, entityhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, entityhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, entityhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, entityhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, entityhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, entityhistory.RefContains(*i.RefContains)) } @@ -21213,15 +16312,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, entityhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, entityhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, entityhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, entityhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, entityhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -21243,15 +16333,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, entityhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, entityhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, entityhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, entityhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, entityhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -21282,18 +16363,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, entityhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, entityhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, entityhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, entityhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, entityhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, entityhistory.CreatedByContains(*i.CreatedByContains)) } @@ -21327,18 +16396,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, entityhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, entityhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, entityhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, entityhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, entityhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, entityhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -21372,18 +16429,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, entityhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, entityhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, entityhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, entityhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, entityhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, entityhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -21417,18 +16462,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, entityhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, entityhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, entityhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, entityhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, entityhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, entityhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -21462,18 +16495,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, entityhistory.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, entityhistory.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, entityhistory.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, entityhistory.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -21507,18 +16528,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, entityhistory.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, entityhistory.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, entityhistory.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, entityhistory.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -21552,18 +16561,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, entityhistory.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, entityhistory.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, entityhistory.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, entityhistory.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, entityhistory.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -21597,18 +16594,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, entityhistory.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, entityhistory.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, entityhistory.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, entityhistory.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, entityhistory.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, entityhistory.ReviewedByContains(*i.ReviewedByContains)) } @@ -21642,18 +16627,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, entityhistory.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, entityhistory.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, entityhistory.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, entityhistory.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, entityhistory.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, entityhistory.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -21687,18 +16660,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, entityhistory.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, entityhistory.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, entityhistory.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, entityhistory.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, entityhistory.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, entityhistory.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -21723,15 +16684,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.LastReviewedAt != nil { predicates = append(predicates, entityhistory.LastReviewedAtEQ(*i.LastReviewedAt)) } - if i.LastReviewedAtNEQ != nil { - predicates = append(predicates, entityhistory.LastReviewedAtNEQ(*i.LastReviewedAtNEQ)) - } - if len(i.LastReviewedAtIn) > 0 { - predicates = append(predicates, entityhistory.LastReviewedAtIn(i.LastReviewedAtIn...)) - } - if len(i.LastReviewedAtNotIn) > 0 { - predicates = append(predicates, entityhistory.LastReviewedAtNotIn(i.LastReviewedAtNotIn...)) - } if i.LastReviewedAtGT != nil { predicates = append(predicates, entityhistory.LastReviewedAtGT(*i.LastReviewedAtGT)) } @@ -21774,18 +16726,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, entityhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, entityhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, entityhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, entityhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, entityhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, entityhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -21819,18 +16759,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, entityhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, entityhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, entityhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, entityhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, entityhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, entityhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -21864,18 +16792,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntityRelationshipStateNameNotIn) > 0 { predicates = append(predicates, entityhistory.EntityRelationshipStateNameNotIn(i.EntityRelationshipStateNameNotIn...)) } - if i.EntityRelationshipStateNameGT != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateNameGT(*i.EntityRelationshipStateNameGT)) - } - if i.EntityRelationshipStateNameGTE != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateNameGTE(*i.EntityRelationshipStateNameGTE)) - } - if i.EntityRelationshipStateNameLT != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateNameLT(*i.EntityRelationshipStateNameLT)) - } - if i.EntityRelationshipStateNameLTE != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateNameLTE(*i.EntityRelationshipStateNameLTE)) - } if i.EntityRelationshipStateNameContains != nil { predicates = append(predicates, entityhistory.EntityRelationshipStateNameContains(*i.EntityRelationshipStateNameContains)) } @@ -21909,18 +16825,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntityRelationshipStateIDNotIn) > 0 { predicates = append(predicates, entityhistory.EntityRelationshipStateIDNotIn(i.EntityRelationshipStateIDNotIn...)) } - if i.EntityRelationshipStateIDGT != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateIDGT(*i.EntityRelationshipStateIDGT)) - } - if i.EntityRelationshipStateIDGTE != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateIDGTE(*i.EntityRelationshipStateIDGTE)) - } - if i.EntityRelationshipStateIDLT != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateIDLT(*i.EntityRelationshipStateIDLT)) - } - if i.EntityRelationshipStateIDLTE != nil { - predicates = append(predicates, entityhistory.EntityRelationshipStateIDLTE(*i.EntityRelationshipStateIDLTE)) - } if i.EntityRelationshipStateIDContains != nil { predicates = append(predicates, entityhistory.EntityRelationshipStateIDContains(*i.EntityRelationshipStateIDContains)) } @@ -21954,18 +16858,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntitySecurityQuestionnaireStatusNameNotIn) > 0 { predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameNotIn(i.EntitySecurityQuestionnaireStatusNameNotIn...)) } - if i.EntitySecurityQuestionnaireStatusNameGT != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameGT(*i.EntitySecurityQuestionnaireStatusNameGT)) - } - if i.EntitySecurityQuestionnaireStatusNameGTE != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameGTE(*i.EntitySecurityQuestionnaireStatusNameGTE)) - } - if i.EntitySecurityQuestionnaireStatusNameLT != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameLT(*i.EntitySecurityQuestionnaireStatusNameLT)) - } - if i.EntitySecurityQuestionnaireStatusNameLTE != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameLTE(*i.EntitySecurityQuestionnaireStatusNameLTE)) - } if i.EntitySecurityQuestionnaireStatusNameContains != nil { predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusNameContains(*i.EntitySecurityQuestionnaireStatusNameContains)) } @@ -21999,18 +16891,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntitySecurityQuestionnaireStatusIDNotIn) > 0 { predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDNotIn(i.EntitySecurityQuestionnaireStatusIDNotIn...)) } - if i.EntitySecurityQuestionnaireStatusIDGT != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDGT(*i.EntitySecurityQuestionnaireStatusIDGT)) - } - if i.EntitySecurityQuestionnaireStatusIDGTE != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDGTE(*i.EntitySecurityQuestionnaireStatusIDGTE)) - } - if i.EntitySecurityQuestionnaireStatusIDLT != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDLT(*i.EntitySecurityQuestionnaireStatusIDLT)) - } - if i.EntitySecurityQuestionnaireStatusIDLTE != nil { - predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDLTE(*i.EntitySecurityQuestionnaireStatusIDLTE)) - } if i.EntitySecurityQuestionnaireStatusIDContains != nil { predicates = append(predicates, entityhistory.EntitySecurityQuestionnaireStatusIDContains(*i.EntitySecurityQuestionnaireStatusIDContains)) } @@ -22044,18 +16924,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntitySourceTypeNameNotIn) > 0 { predicates = append(predicates, entityhistory.EntitySourceTypeNameNotIn(i.EntitySourceTypeNameNotIn...)) } - if i.EntitySourceTypeNameGT != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeNameGT(*i.EntitySourceTypeNameGT)) - } - if i.EntitySourceTypeNameGTE != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeNameGTE(*i.EntitySourceTypeNameGTE)) - } - if i.EntitySourceTypeNameLT != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeNameLT(*i.EntitySourceTypeNameLT)) - } - if i.EntitySourceTypeNameLTE != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeNameLTE(*i.EntitySourceTypeNameLTE)) - } if i.EntitySourceTypeNameContains != nil { predicates = append(predicates, entityhistory.EntitySourceTypeNameContains(*i.EntitySourceTypeNameContains)) } @@ -22089,18 +16957,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntitySourceTypeIDNotIn) > 0 { predicates = append(predicates, entityhistory.EntitySourceTypeIDNotIn(i.EntitySourceTypeIDNotIn...)) } - if i.EntitySourceTypeIDGT != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeIDGT(*i.EntitySourceTypeIDGT)) - } - if i.EntitySourceTypeIDGTE != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeIDGTE(*i.EntitySourceTypeIDGTE)) - } - if i.EntitySourceTypeIDLT != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeIDLT(*i.EntitySourceTypeIDLT)) - } - if i.EntitySourceTypeIDLTE != nil { - predicates = append(predicates, entityhistory.EntitySourceTypeIDLTE(*i.EntitySourceTypeIDLTE)) - } if i.EntitySourceTypeIDContains != nil { predicates = append(predicates, entityhistory.EntitySourceTypeIDContains(*i.EntitySourceTypeIDContains)) } @@ -22134,18 +16990,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, entityhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, entityhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, entityhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, entityhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, entityhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, entityhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -22179,18 +17023,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, entityhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, entityhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, entityhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, entityhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, entityhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, entityhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -22224,18 +17056,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, entityhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, entityhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, entityhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, entityhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, entityhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, entityhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -22269,18 +17089,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, entityhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, entityhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, entityhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, entityhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, entityhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, entityhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -22314,18 +17122,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, entityhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, entityhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, entityhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, entityhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, entityhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, entityhistory.NameContains(*i.NameContains)) } @@ -22359,18 +17155,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, entityhistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, entityhistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, entityhistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, entityhistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, entityhistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, entityhistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -22404,18 +17188,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, entityhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, entityhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, entityhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, entityhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, entityhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, entityhistory.DescriptionContains(*i.DescriptionContains)) } @@ -22449,18 +17221,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.EntityTypeIDNotIn) > 0 { predicates = append(predicates, entityhistory.EntityTypeIDNotIn(i.EntityTypeIDNotIn...)) } - if i.EntityTypeIDGT != nil { - predicates = append(predicates, entityhistory.EntityTypeIDGT(*i.EntityTypeIDGT)) - } - if i.EntityTypeIDGTE != nil { - predicates = append(predicates, entityhistory.EntityTypeIDGTE(*i.EntityTypeIDGTE)) - } - if i.EntityTypeIDLT != nil { - predicates = append(predicates, entityhistory.EntityTypeIDLT(*i.EntityTypeIDLT)) - } - if i.EntityTypeIDLTE != nil { - predicates = append(predicates, entityhistory.EntityTypeIDLTE(*i.EntityTypeIDLTE)) - } if i.EntityTypeIDContains != nil { predicates = append(predicates, entityhistory.EntityTypeIDContains(*i.EntityTypeIDContains)) } @@ -22527,15 +17287,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.Soc2PeriodEnd != nil { predicates = append(predicates, entityhistory.Soc2PeriodEndEQ(*i.Soc2PeriodEnd)) } - if i.Soc2PeriodEndNEQ != nil { - predicates = append(predicates, entityhistory.Soc2PeriodEndNEQ(*i.Soc2PeriodEndNEQ)) - } - if len(i.Soc2PeriodEndIn) > 0 { - predicates = append(predicates, entityhistory.Soc2PeriodEndIn(i.Soc2PeriodEndIn...)) - } - if len(i.Soc2PeriodEndNotIn) > 0 { - predicates = append(predicates, entityhistory.Soc2PeriodEndNotIn(i.Soc2PeriodEndNotIn...)) - } if i.Soc2PeriodEndGT != nil { predicates = append(predicates, entityhistory.Soc2PeriodEndGT(*i.Soc2PeriodEndGT)) } @@ -22557,15 +17308,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.ContractStartDate != nil { predicates = append(predicates, entityhistory.ContractStartDateEQ(*i.ContractStartDate)) } - if i.ContractStartDateNEQ != nil { - predicates = append(predicates, entityhistory.ContractStartDateNEQ(*i.ContractStartDateNEQ)) - } - if len(i.ContractStartDateIn) > 0 { - predicates = append(predicates, entityhistory.ContractStartDateIn(i.ContractStartDateIn...)) - } - if len(i.ContractStartDateNotIn) > 0 { - predicates = append(predicates, entityhistory.ContractStartDateNotIn(i.ContractStartDateNotIn...)) - } if i.ContractStartDateGT != nil { predicates = append(predicates, entityhistory.ContractStartDateGT(*i.ContractStartDateGT)) } @@ -22587,15 +17329,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.ContractEndDate != nil { predicates = append(predicates, entityhistory.ContractEndDateEQ(*i.ContractEndDate)) } - if i.ContractEndDateNEQ != nil { - predicates = append(predicates, entityhistory.ContractEndDateNEQ(*i.ContractEndDateNEQ)) - } - if len(i.ContractEndDateIn) > 0 { - predicates = append(predicates, entityhistory.ContractEndDateIn(i.ContractEndDateIn...)) - } - if len(i.ContractEndDateNotIn) > 0 { - predicates = append(predicates, entityhistory.ContractEndDateNotIn(i.ContractEndDateNotIn...)) - } if i.ContractEndDateGT != nil { predicates = append(predicates, entityhistory.ContractEndDateGT(*i.ContractEndDateGT)) } @@ -22632,12 +17365,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.TerminationNoticeDaysNEQ != nil { predicates = append(predicates, entityhistory.TerminationNoticeDaysNEQ(*i.TerminationNoticeDaysNEQ)) } - if len(i.TerminationNoticeDaysIn) > 0 { - predicates = append(predicates, entityhistory.TerminationNoticeDaysIn(i.TerminationNoticeDaysIn...)) - } - if len(i.TerminationNoticeDaysNotIn) > 0 { - predicates = append(predicates, entityhistory.TerminationNoticeDaysNotIn(i.TerminationNoticeDaysNotIn...)) - } if i.TerminationNoticeDaysGT != nil { predicates = append(predicates, entityhistory.TerminationNoticeDaysGT(*i.TerminationNoticeDaysGT)) } @@ -22698,18 +17425,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.SpendCurrencyNotIn) > 0 { predicates = append(predicates, entityhistory.SpendCurrencyNotIn(i.SpendCurrencyNotIn...)) } - if i.SpendCurrencyGT != nil { - predicates = append(predicates, entityhistory.SpendCurrencyGT(*i.SpendCurrencyGT)) - } - if i.SpendCurrencyGTE != nil { - predicates = append(predicates, entityhistory.SpendCurrencyGTE(*i.SpendCurrencyGTE)) - } - if i.SpendCurrencyLT != nil { - predicates = append(predicates, entityhistory.SpendCurrencyLT(*i.SpendCurrencyLT)) - } - if i.SpendCurrencyLTE != nil { - predicates = append(predicates, entityhistory.SpendCurrencyLTE(*i.SpendCurrencyLTE)) - } if i.SpendCurrencyContains != nil { predicates = append(predicates, entityhistory.SpendCurrencyContains(*i.SpendCurrencyContains)) } @@ -22743,18 +17458,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.BillingModelNotIn) > 0 { predicates = append(predicates, entityhistory.BillingModelNotIn(i.BillingModelNotIn...)) } - if i.BillingModelGT != nil { - predicates = append(predicates, entityhistory.BillingModelGT(*i.BillingModelGT)) - } - if i.BillingModelGTE != nil { - predicates = append(predicates, entityhistory.BillingModelGTE(*i.BillingModelGTE)) - } - if i.BillingModelLT != nil { - predicates = append(predicates, entityhistory.BillingModelLT(*i.BillingModelLT)) - } - if i.BillingModelLTE != nil { - predicates = append(predicates, entityhistory.BillingModelLTE(*i.BillingModelLTE)) - } if i.BillingModelContains != nil { predicates = append(predicates, entityhistory.BillingModelContains(*i.BillingModelContains)) } @@ -22788,18 +17491,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.RenewalRiskNotIn) > 0 { predicates = append(predicates, entityhistory.RenewalRiskNotIn(i.RenewalRiskNotIn...)) } - if i.RenewalRiskGT != nil { - predicates = append(predicates, entityhistory.RenewalRiskGT(*i.RenewalRiskGT)) - } - if i.RenewalRiskGTE != nil { - predicates = append(predicates, entityhistory.RenewalRiskGTE(*i.RenewalRiskGTE)) - } - if i.RenewalRiskLT != nil { - predicates = append(predicates, entityhistory.RenewalRiskLT(*i.RenewalRiskLT)) - } - if i.RenewalRiskLTE != nil { - predicates = append(predicates, entityhistory.RenewalRiskLTE(*i.RenewalRiskLTE)) - } if i.RenewalRiskContains != nil { predicates = append(predicates, entityhistory.RenewalRiskContains(*i.RenewalRiskContains)) } @@ -22869,18 +17560,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.StatusPageURLNotIn) > 0 { predicates = append(predicates, entityhistory.StatusPageURLNotIn(i.StatusPageURLNotIn...)) } - if i.StatusPageURLGT != nil { - predicates = append(predicates, entityhistory.StatusPageURLGT(*i.StatusPageURLGT)) - } - if i.StatusPageURLGTE != nil { - predicates = append(predicates, entityhistory.StatusPageURLGTE(*i.StatusPageURLGTE)) - } - if i.StatusPageURLLT != nil { - predicates = append(predicates, entityhistory.StatusPageURLLT(*i.StatusPageURLLT)) - } - if i.StatusPageURLLTE != nil { - predicates = append(predicates, entityhistory.StatusPageURLLTE(*i.StatusPageURLLTE)) - } if i.StatusPageURLContains != nil { predicates = append(predicates, entityhistory.StatusPageURLContains(*i.StatusPageURLContains)) } @@ -22914,18 +17593,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.RiskRatingNotIn) > 0 { predicates = append(predicates, entityhistory.RiskRatingNotIn(i.RiskRatingNotIn...)) } - if i.RiskRatingGT != nil { - predicates = append(predicates, entityhistory.RiskRatingGT(*i.RiskRatingGT)) - } - if i.RiskRatingGTE != nil { - predicates = append(predicates, entityhistory.RiskRatingGTE(*i.RiskRatingGTE)) - } - if i.RiskRatingLT != nil { - predicates = append(predicates, entityhistory.RiskRatingLT(*i.RiskRatingLT)) - } - if i.RiskRatingLTE != nil { - predicates = append(predicates, entityhistory.RiskRatingLTE(*i.RiskRatingLTE)) - } if i.RiskRatingContains != nil { predicates = append(predicates, entityhistory.RiskRatingContains(*i.RiskRatingContains)) } @@ -22953,12 +17620,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.RiskScoreNEQ != nil { predicates = append(predicates, entityhistory.RiskScoreNEQ(*i.RiskScoreNEQ)) } - if len(i.RiskScoreIn) > 0 { - predicates = append(predicates, entityhistory.RiskScoreIn(i.RiskScoreIn...)) - } - if len(i.RiskScoreNotIn) > 0 { - predicates = append(predicates, entityhistory.RiskScoreNotIn(i.RiskScoreNotIn...)) - } if i.RiskScoreGT != nil { predicates = append(predicates, entityhistory.RiskScoreGT(*i.RiskScoreGT)) } @@ -22983,12 +17644,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.RiskScoreCoverageNEQ != nil { predicates = append(predicates, entityhistory.RiskScoreCoverageNEQ(*i.RiskScoreCoverageNEQ)) } - if len(i.RiskScoreCoverageIn) > 0 { - predicates = append(predicates, entityhistory.RiskScoreCoverageIn(i.RiskScoreCoverageIn...)) - } - if len(i.RiskScoreCoverageNotIn) > 0 { - predicates = append(predicates, entityhistory.RiskScoreCoverageNotIn(i.RiskScoreCoverageNotIn...)) - } if i.RiskScoreCoverageGT != nil { predicates = append(predicates, entityhistory.RiskScoreCoverageGT(*i.RiskScoreCoverageGT)) } @@ -23046,15 +17701,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.NextReviewAt != nil { predicates = append(predicates, entityhistory.NextReviewAtEQ(*i.NextReviewAt)) } - if i.NextReviewAtNEQ != nil { - predicates = append(predicates, entityhistory.NextReviewAtNEQ(*i.NextReviewAtNEQ)) - } - if len(i.NextReviewAtIn) > 0 { - predicates = append(predicates, entityhistory.NextReviewAtIn(i.NextReviewAtIn...)) - } - if len(i.NextReviewAtNotIn) > 0 { - predicates = append(predicates, entityhistory.NextReviewAtNotIn(i.NextReviewAtNotIn...)) - } if i.NextReviewAtGT != nil { predicates = append(predicates, entityhistory.NextReviewAtGT(*i.NextReviewAtGT)) } @@ -23076,15 +17722,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.ContractRenewalAt != nil { predicates = append(predicates, entityhistory.ContractRenewalAtEQ(*i.ContractRenewalAt)) } - if i.ContractRenewalAtNEQ != nil { - predicates = append(predicates, entityhistory.ContractRenewalAtNEQ(*i.ContractRenewalAtNEQ)) - } - if len(i.ContractRenewalAtIn) > 0 { - predicates = append(predicates, entityhistory.ContractRenewalAtIn(i.ContractRenewalAtIn...)) - } - if len(i.ContractRenewalAtNotIn) > 0 { - predicates = append(predicates, entityhistory.ContractRenewalAtNotIn(i.ContractRenewalAtNotIn...)) - } if i.ContractRenewalAtGT != nil { predicates = append(predicates, entityhistory.ContractRenewalAtGT(*i.ContractRenewalAtGT)) } @@ -23115,18 +17752,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, entityhistory.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, entityhistory.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, entityhistory.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, entityhistory.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, entityhistory.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, entityhistory.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -23160,18 +17785,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, entityhistory.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, entityhistory.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, entityhistory.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, entityhistory.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, entityhistory.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, entityhistory.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -23205,18 +17818,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, entityhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, entityhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, entityhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, entityhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, entityhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, entityhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -23241,15 +17842,6 @@ func (i *EntityHistoryWhereInput) P() (predicate.EntityHistory, error) { if i.ObservedAt != nil { predicates = append(predicates, entityhistory.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, entityhistory.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, entityhistory.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, entityhistory.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, entityhistory.ObservedAtGT(*i.ObservedAtGT)) } @@ -23333,32 +17925,21 @@ type EntityTypeHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -23374,38 +17955,28 @@ type EntityTypeHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23419,10 +17990,6 @@ type EntityTypeHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23436,10 +18003,6 @@ type EntityTypeHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23453,10 +18016,6 @@ type EntityTypeHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23476,10 +18035,6 @@ type EntityTypeHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -23493,10 +18048,6 @@ type EntityTypeHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -23510,10 +18061,6 @@ type EntityTypeHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -23607,18 +18154,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, entitytypehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, entitytypehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, entitytypehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, entitytypehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, entitytypehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, entitytypehistory.IDEqualFold(*i.IDEqualFold)) } @@ -23628,15 +18163,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, entitytypehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, entitytypehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, entitytypehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, entitytypehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, entitytypehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -23661,18 +18187,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, entitytypehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, entitytypehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, entitytypehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, entitytypehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, entitytypehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, entitytypehistory.RefContains(*i.RefContains)) } @@ -23709,15 +18223,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, entitytypehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, entitytypehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, entitytypehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, entitytypehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, entitytypehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -23739,15 +18244,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, entitytypehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, entitytypehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, entitytypehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, entitytypehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, entitytypehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -23778,18 +18274,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, entitytypehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, entitytypehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, entitytypehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, entitytypehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, entitytypehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, entitytypehistory.CreatedByContains(*i.CreatedByContains)) } @@ -23823,18 +18307,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, entitytypehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, entitytypehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, entitytypehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, entitytypehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, entitytypehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, entitytypehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -23868,18 +18340,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, entitytypehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -23913,18 +18373,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, entitytypehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, entitytypehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, entitytypehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, entitytypehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, entitytypehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, entitytypehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -23970,18 +18418,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, entitytypehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, entitytypehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, entitytypehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, entitytypehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, entitytypehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, entitytypehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -24015,18 +18451,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, entitytypehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, entitytypehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, entitytypehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, entitytypehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, entitytypehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, entitytypehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -24060,18 +18484,6 @@ func (i *EntityTypeHistoryWhereInput) P() (predicate.EntityTypeHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, entitytypehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, entitytypehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, entitytypehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, entitytypehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, entitytypehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, entitytypehistory.NameContains(*i.NameContains)) } @@ -24117,32 +18529,21 @@ type EvidenceHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -24158,38 +18559,28 @@ type EvidenceHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -24203,10 +18594,6 @@ type EvidenceHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -24220,10 +18607,6 @@ type EvidenceHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -24237,10 +18620,6 @@ type EvidenceHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -24252,10 +18631,6 @@ type EvidenceHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -24269,10 +18644,6 @@ type EvidenceHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -24286,10 +18657,6 @@ type EvidenceHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -24303,10 +18670,6 @@ type EvidenceHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -24320,10 +18683,6 @@ type EvidenceHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -24343,10 +18702,6 @@ type EvidenceHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -24360,10 +18715,6 @@ type EvidenceHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -24375,10 +18726,6 @@ type EvidenceHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -24392,10 +18739,6 @@ type EvidenceHistoryWhereInput struct { CollectionProcedureNEQ *string `json:"collectionProcedureNEQ,omitempty"` CollectionProcedureIn []string `json:"collectionProcedureIn,omitempty"` CollectionProcedureNotIn []string `json:"collectionProcedureNotIn,omitempty"` - CollectionProcedureGT *string `json:"collectionProcedureGT,omitempty"` - CollectionProcedureGTE *string `json:"collectionProcedureGTE,omitempty"` - CollectionProcedureLT *string `json:"collectionProcedureLT,omitempty"` - CollectionProcedureLTE *string `json:"collectionProcedureLTE,omitempty"` CollectionProcedureContains *string `json:"collectionProcedureContains,omitempty"` CollectionProcedureHasPrefix *string `json:"collectionProcedureHasPrefix,omitempty"` CollectionProcedureHasSuffix *string `json:"collectionProcedureHasSuffix,omitempty"` @@ -24405,36 +18748,26 @@ type EvidenceHistoryWhereInput struct { CollectionProcedureContainsFold *string `json:"collectionProcedureContainsFold,omitempty"` // "creation_date" field predicates. - CreationDate *models.DateTime `json:"creationDate,omitempty"` - CreationDateNEQ *models.DateTime `json:"creationDateNEQ,omitempty"` - CreationDateIn []models.DateTime `json:"creationDateIn,omitempty"` - CreationDateNotIn []models.DateTime `json:"creationDateNotIn,omitempty"` - CreationDateGT *models.DateTime `json:"creationDateGT,omitempty"` - CreationDateGTE *models.DateTime `json:"creationDateGTE,omitempty"` - CreationDateLT *models.DateTime `json:"creationDateLT,omitempty"` - CreationDateLTE *models.DateTime `json:"creationDateLTE,omitempty"` + CreationDate *models.DateTime `json:"creationDate,omitempty"` + CreationDateGT *models.DateTime `json:"creationDateGT,omitempty"` + CreationDateGTE *models.DateTime `json:"creationDateGTE,omitempty"` + CreationDateLT *models.DateTime `json:"creationDateLT,omitempty"` + CreationDateLTE *models.DateTime `json:"creationDateLTE,omitempty"` // "renewal_date" field predicates. - RenewalDate *models.DateTime `json:"renewalDate,omitempty"` - RenewalDateNEQ *models.DateTime `json:"renewalDateNEQ,omitempty"` - RenewalDateIn []models.DateTime `json:"renewalDateIn,omitempty"` - RenewalDateNotIn []models.DateTime `json:"renewalDateNotIn,omitempty"` - RenewalDateGT *models.DateTime `json:"renewalDateGT,omitempty"` - RenewalDateGTE *models.DateTime `json:"renewalDateGTE,omitempty"` - RenewalDateLT *models.DateTime `json:"renewalDateLT,omitempty"` - RenewalDateLTE *models.DateTime `json:"renewalDateLTE,omitempty"` - RenewalDateIsNil bool `json:"renewalDateIsNil,omitempty"` - RenewalDateNotNil bool `json:"renewalDateNotNil,omitempty"` + RenewalDate *models.DateTime `json:"renewalDate,omitempty"` + RenewalDateGT *models.DateTime `json:"renewalDateGT,omitempty"` + RenewalDateGTE *models.DateTime `json:"renewalDateGTE,omitempty"` + RenewalDateLT *models.DateTime `json:"renewalDateLT,omitempty"` + RenewalDateLTE *models.DateTime `json:"renewalDateLTE,omitempty"` + RenewalDateIsNil bool `json:"renewalDateIsNil,omitempty"` + RenewalDateNotNil bool `json:"renewalDateNotNil,omitempty"` // "source" field predicates. Source *string `json:"source,omitempty"` SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -24454,10 +18787,6 @@ type EvidenceHistoryWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -24569,18 +18898,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, evidencehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, evidencehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, evidencehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, evidencehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, evidencehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, evidencehistory.IDEqualFold(*i.IDEqualFold)) } @@ -24590,15 +18907,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, evidencehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, evidencehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, evidencehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, evidencehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, evidencehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -24623,18 +18931,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, evidencehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, evidencehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, evidencehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, evidencehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, evidencehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, evidencehistory.RefContains(*i.RefContains)) } @@ -24671,15 +18967,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, evidencehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, evidencehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, evidencehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, evidencehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, evidencehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -24701,15 +18988,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, evidencehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, evidencehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, evidencehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, evidencehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, evidencehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -24740,18 +19018,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, evidencehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, evidencehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, evidencehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, evidencehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, evidencehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, evidencehistory.CreatedByContains(*i.CreatedByContains)) } @@ -24785,18 +19051,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, evidencehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, evidencehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, evidencehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, evidencehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, evidencehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, evidencehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -24830,18 +19084,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, evidencehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, evidencehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, evidencehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, evidencehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, evidencehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, evidencehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -24875,18 +19117,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, evidencehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, evidencehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, evidencehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, evidencehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, evidencehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, evidencehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -24914,18 +19144,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, evidencehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, evidencehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, evidencehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, evidencehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, evidencehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, evidencehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -24959,18 +19177,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, evidencehistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, evidencehistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, evidencehistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, evidencehistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, evidencehistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, evidencehistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -25004,18 +19210,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, evidencehistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, evidencehistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, evidencehistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, evidencehistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, evidencehistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, evidencehistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -25049,18 +19243,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, evidencehistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, evidencehistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, evidencehistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, evidencehistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, evidencehistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, evidencehistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -25094,18 +19276,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, evidencehistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, evidencehistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, evidencehistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, evidencehistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, evidencehistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, evidencehistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -25151,18 +19321,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, evidencehistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, evidencehistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, evidencehistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, evidencehistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, evidencehistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, evidencehistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -25196,18 +19354,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, evidencehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, evidencehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, evidencehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, evidencehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, evidencehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, evidencehistory.NameContains(*i.NameContains)) } @@ -25235,18 +19381,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, evidencehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, evidencehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, evidencehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, evidencehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, evidencehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, evidencehistory.DescriptionContains(*i.DescriptionContains)) } @@ -25280,18 +19414,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.CollectionProcedureNotIn) > 0 { predicates = append(predicates, evidencehistory.CollectionProcedureNotIn(i.CollectionProcedureNotIn...)) } - if i.CollectionProcedureGT != nil { - predicates = append(predicates, evidencehistory.CollectionProcedureGT(*i.CollectionProcedureGT)) - } - if i.CollectionProcedureGTE != nil { - predicates = append(predicates, evidencehistory.CollectionProcedureGTE(*i.CollectionProcedureGTE)) - } - if i.CollectionProcedureLT != nil { - predicates = append(predicates, evidencehistory.CollectionProcedureLT(*i.CollectionProcedureLT)) - } - if i.CollectionProcedureLTE != nil { - predicates = append(predicates, evidencehistory.CollectionProcedureLTE(*i.CollectionProcedureLTE)) - } if i.CollectionProcedureContains != nil { predicates = append(predicates, evidencehistory.CollectionProcedureContains(*i.CollectionProcedureContains)) } @@ -25316,15 +19438,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if i.CreationDate != nil { predicates = append(predicates, evidencehistory.CreationDateEQ(*i.CreationDate)) } - if i.CreationDateNEQ != nil { - predicates = append(predicates, evidencehistory.CreationDateNEQ(*i.CreationDateNEQ)) - } - if len(i.CreationDateIn) > 0 { - predicates = append(predicates, evidencehistory.CreationDateIn(i.CreationDateIn...)) - } - if len(i.CreationDateNotIn) > 0 { - predicates = append(predicates, evidencehistory.CreationDateNotIn(i.CreationDateNotIn...)) - } if i.CreationDateGT != nil { predicates = append(predicates, evidencehistory.CreationDateGT(*i.CreationDateGT)) } @@ -25340,15 +19453,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if i.RenewalDate != nil { predicates = append(predicates, evidencehistory.RenewalDateEQ(*i.RenewalDate)) } - if i.RenewalDateNEQ != nil { - predicates = append(predicates, evidencehistory.RenewalDateNEQ(*i.RenewalDateNEQ)) - } - if len(i.RenewalDateIn) > 0 { - predicates = append(predicates, evidencehistory.RenewalDateIn(i.RenewalDateIn...)) - } - if len(i.RenewalDateNotIn) > 0 { - predicates = append(predicates, evidencehistory.RenewalDateNotIn(i.RenewalDateNotIn...)) - } if i.RenewalDateGT != nil { predicates = append(predicates, evidencehistory.RenewalDateGT(*i.RenewalDateGT)) } @@ -25379,18 +19483,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, evidencehistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, evidencehistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, evidencehistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, evidencehistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, evidencehistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, evidencehistory.SourceContains(*i.SourceContains)) } @@ -25436,18 +19528,6 @@ func (i *EvidenceHistoryWhereInput) P() (predicate.EvidenceHistory, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, evidencehistory.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, evidencehistory.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, evidencehistory.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, evidencehistory.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, evidencehistory.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, evidencehistory.URLContains(*i.URLContains)) } @@ -25535,32 +19615,21 @@ type FileHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -25576,38 +19645,28 @@ type FileHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -25621,10 +19680,6 @@ type FileHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -25638,10 +19693,6 @@ type FileHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -25661,10 +19712,6 @@ type FileHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -25678,10 +19725,6 @@ type FileHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -25695,10 +19738,6 @@ type FileHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -25712,10 +19751,6 @@ type FileHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -25729,10 +19764,6 @@ type FileHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -25746,10 +19777,6 @@ type FileHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -25763,10 +19790,6 @@ type FileHistoryWhereInput struct { CategoryNameNEQ *string `json:"categoryNameNEQ,omitempty"` CategoryNameIn []string `json:"categoryNameIn,omitempty"` CategoryNameNotIn []string `json:"categoryNameNotIn,omitempty"` - CategoryNameGT *string `json:"categoryNameGT,omitempty"` - CategoryNameGTE *string `json:"categoryNameGTE,omitempty"` - CategoryNameLT *string `json:"categoryNameLT,omitempty"` - CategoryNameLTE *string `json:"categoryNameLTE,omitempty"` CategoryNameContains *string `json:"categoryNameContains,omitempty"` CategoryNameHasPrefix *string `json:"categoryNameHasPrefix,omitempty"` CategoryNameHasSuffix *string `json:"categoryNameHasSuffix,omitempty"` @@ -25780,10 +19803,6 @@ type FileHistoryWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -25797,10 +19816,6 @@ type FileHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -25814,10 +19829,6 @@ type FileHistoryWhereInput struct { ProvidedFileNameNEQ *string `json:"providedFileNameNEQ,omitempty"` ProvidedFileNameIn []string `json:"providedFileNameIn,omitempty"` ProvidedFileNameNotIn []string `json:"providedFileNameNotIn,omitempty"` - ProvidedFileNameGT *string `json:"providedFileNameGT,omitempty"` - ProvidedFileNameGTE *string `json:"providedFileNameGTE,omitempty"` - ProvidedFileNameLT *string `json:"providedFileNameLT,omitempty"` - ProvidedFileNameLTE *string `json:"providedFileNameLTE,omitempty"` ProvidedFileNameContains *string `json:"providedFileNameContains,omitempty"` ProvidedFileNameHasPrefix *string `json:"providedFileNameHasPrefix,omitempty"` ProvidedFileNameHasSuffix *string `json:"providedFileNameHasSuffix,omitempty"` @@ -25829,10 +19840,6 @@ type FileHistoryWhereInput struct { ProvidedFileExtensionNEQ *string `json:"providedFileExtensionNEQ,omitempty"` ProvidedFileExtensionIn []string `json:"providedFileExtensionIn,omitempty"` ProvidedFileExtensionNotIn []string `json:"providedFileExtensionNotIn,omitempty"` - ProvidedFileExtensionGT *string `json:"providedFileExtensionGT,omitempty"` - ProvidedFileExtensionGTE *string `json:"providedFileExtensionGTE,omitempty"` - ProvidedFileExtensionLT *string `json:"providedFileExtensionLT,omitempty"` - ProvidedFileExtensionLTE *string `json:"providedFileExtensionLTE,omitempty"` ProvidedFileExtensionContains *string `json:"providedFileExtensionContains,omitempty"` ProvidedFileExtensionHasPrefix *string `json:"providedFileExtensionHasPrefix,omitempty"` ProvidedFileExtensionHasSuffix *string `json:"providedFileExtensionHasSuffix,omitempty"` @@ -25840,38 +19847,30 @@ type FileHistoryWhereInput struct { ProvidedFileExtensionContainsFold *string `json:"providedFileExtensionContainsFold,omitempty"` // "provided_file_size" field predicates. - ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` - ProvidedFileSizeNEQ *int64 `json:"providedFileSizeNEQ,omitempty"` - ProvidedFileSizeIn []int64 `json:"providedFileSizeIn,omitempty"` - ProvidedFileSizeNotIn []int64 `json:"providedFileSizeNotIn,omitempty"` - ProvidedFileSizeGT *int64 `json:"providedFileSizeGT,omitempty"` - ProvidedFileSizeGTE *int64 `json:"providedFileSizeGTE,omitempty"` - ProvidedFileSizeLT *int64 `json:"providedFileSizeLT,omitempty"` - ProvidedFileSizeLTE *int64 `json:"providedFileSizeLTE,omitempty"` - ProvidedFileSizeIsNil bool `json:"providedFileSizeIsNil,omitempty"` - ProvidedFileSizeNotNil bool `json:"providedFileSizeNotNil,omitempty"` + ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` + ProvidedFileSizeNEQ *int64 `json:"providedFileSizeNEQ,omitempty"` + ProvidedFileSizeGT *int64 `json:"providedFileSizeGT,omitempty"` + ProvidedFileSizeGTE *int64 `json:"providedFileSizeGTE,omitempty"` + ProvidedFileSizeLT *int64 `json:"providedFileSizeLT,omitempty"` + ProvidedFileSizeLTE *int64 `json:"providedFileSizeLTE,omitempty"` + ProvidedFileSizeIsNil bool `json:"providedFileSizeIsNil,omitempty"` + ProvidedFileSizeNotNil bool `json:"providedFileSizeNotNil,omitempty"` // "persisted_file_size" field predicates. - PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` - PersistedFileSizeNEQ *int64 `json:"persistedFileSizeNEQ,omitempty"` - PersistedFileSizeIn []int64 `json:"persistedFileSizeIn,omitempty"` - PersistedFileSizeNotIn []int64 `json:"persistedFileSizeNotIn,omitempty"` - PersistedFileSizeGT *int64 `json:"persistedFileSizeGT,omitempty"` - PersistedFileSizeGTE *int64 `json:"persistedFileSizeGTE,omitempty"` - PersistedFileSizeLT *int64 `json:"persistedFileSizeLT,omitempty"` - PersistedFileSizeLTE *int64 `json:"persistedFileSizeLTE,omitempty"` - PersistedFileSizeIsNil bool `json:"persistedFileSizeIsNil,omitempty"` - PersistedFileSizeNotNil bool `json:"persistedFileSizeNotNil,omitempty"` + PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` + PersistedFileSizeNEQ *int64 `json:"persistedFileSizeNEQ,omitempty"` + PersistedFileSizeGT *int64 `json:"persistedFileSizeGT,omitempty"` + PersistedFileSizeGTE *int64 `json:"persistedFileSizeGTE,omitempty"` + PersistedFileSizeLT *int64 `json:"persistedFileSizeLT,omitempty"` + PersistedFileSizeLTE *int64 `json:"persistedFileSizeLTE,omitempty"` + PersistedFileSizeIsNil bool `json:"persistedFileSizeIsNil,omitempty"` + PersistedFileSizeNotNil bool `json:"persistedFileSizeNotNil,omitempty"` // "detected_mime_type" field predicates. DetectedMimeType *string `json:"detectedMimeType,omitempty"` DetectedMimeTypeNEQ *string `json:"detectedMimeTypeNEQ,omitempty"` DetectedMimeTypeIn []string `json:"detectedMimeTypeIn,omitempty"` DetectedMimeTypeNotIn []string `json:"detectedMimeTypeNotIn,omitempty"` - DetectedMimeTypeGT *string `json:"detectedMimeTypeGT,omitempty"` - DetectedMimeTypeGTE *string `json:"detectedMimeTypeGTE,omitempty"` - DetectedMimeTypeLT *string `json:"detectedMimeTypeLT,omitempty"` - DetectedMimeTypeLTE *string `json:"detectedMimeTypeLTE,omitempty"` DetectedMimeTypeContains *string `json:"detectedMimeTypeContains,omitempty"` DetectedMimeTypeHasPrefix *string `json:"detectedMimeTypeHasPrefix,omitempty"` DetectedMimeTypeHasSuffix *string `json:"detectedMimeTypeHasSuffix,omitempty"` @@ -25885,10 +19884,6 @@ type FileHistoryWhereInput struct { Md5HashNEQ *string `json:"md5HashNEQ,omitempty"` Md5HashIn []string `json:"md5HashIn,omitempty"` Md5HashNotIn []string `json:"md5HashNotIn,omitempty"` - Md5HashGT *string `json:"md5HashGT,omitempty"` - Md5HashGTE *string `json:"md5HashGTE,omitempty"` - Md5HashLT *string `json:"md5HashLT,omitempty"` - Md5HashLTE *string `json:"md5HashLTE,omitempty"` Md5HashContains *string `json:"md5HashContains,omitempty"` Md5HashHasPrefix *string `json:"md5HashHasPrefix,omitempty"` Md5HashHasSuffix *string `json:"md5HashHasSuffix,omitempty"` @@ -25902,10 +19897,6 @@ type FileHistoryWhereInput struct { DetectedContentTypeNEQ *string `json:"detectedContentTypeNEQ,omitempty"` DetectedContentTypeIn []string `json:"detectedContentTypeIn,omitempty"` DetectedContentTypeNotIn []string `json:"detectedContentTypeNotIn,omitempty"` - DetectedContentTypeGT *string `json:"detectedContentTypeGT,omitempty"` - DetectedContentTypeGTE *string `json:"detectedContentTypeGTE,omitempty"` - DetectedContentTypeLT *string `json:"detectedContentTypeLT,omitempty"` - DetectedContentTypeLTE *string `json:"detectedContentTypeLTE,omitempty"` DetectedContentTypeContains *string `json:"detectedContentTypeContains,omitempty"` DetectedContentTypeHasPrefix *string `json:"detectedContentTypeHasPrefix,omitempty"` DetectedContentTypeHasSuffix *string `json:"detectedContentTypeHasSuffix,omitempty"` @@ -25917,10 +19908,6 @@ type FileHistoryWhereInput struct { StoreKeyNEQ *string `json:"storeKeyNEQ,omitempty"` StoreKeyIn []string `json:"storeKeyIn,omitempty"` StoreKeyNotIn []string `json:"storeKeyNotIn,omitempty"` - StoreKeyGT *string `json:"storeKeyGT,omitempty"` - StoreKeyGTE *string `json:"storeKeyGTE,omitempty"` - StoreKeyLT *string `json:"storeKeyLT,omitempty"` - StoreKeyLTE *string `json:"storeKeyLTE,omitempty"` StoreKeyContains *string `json:"storeKeyContains,omitempty"` StoreKeyHasPrefix *string `json:"storeKeyHasPrefix,omitempty"` StoreKeyHasSuffix *string `json:"storeKeyHasSuffix,omitempty"` @@ -25934,10 +19921,6 @@ type FileHistoryWhereInput struct { CategoryTypeNEQ *string `json:"categoryTypeNEQ,omitempty"` CategoryTypeIn []string `json:"categoryTypeIn,omitempty"` CategoryTypeNotIn []string `json:"categoryTypeNotIn,omitempty"` - CategoryTypeGT *string `json:"categoryTypeGT,omitempty"` - CategoryTypeGTE *string `json:"categoryTypeGTE,omitempty"` - CategoryTypeLT *string `json:"categoryTypeLT,omitempty"` - CategoryTypeLTE *string `json:"categoryTypeLTE,omitempty"` CategoryTypeContains *string `json:"categoryTypeContains,omitempty"` CategoryTypeHasPrefix *string `json:"categoryTypeHasPrefix,omitempty"` CategoryTypeHasSuffix *string `json:"categoryTypeHasSuffix,omitempty"` @@ -25951,10 +19934,6 @@ type FileHistoryWhereInput struct { URINEQ *string `json:"uriNEQ,omitempty"` URIIn []string `json:"uriIn,omitempty"` URINotIn []string `json:"uriNotIn,omitempty"` - URIGT *string `json:"uriGT,omitempty"` - URIGTE *string `json:"uriGTE,omitempty"` - URILT *string `json:"uriLT,omitempty"` - URILTE *string `json:"uriLTE,omitempty"` URIContains *string `json:"uriContains,omitempty"` URIHasPrefix *string `json:"uriHasPrefix,omitempty"` URIHasSuffix *string `json:"uriHasSuffix,omitempty"` @@ -25968,10 +19947,6 @@ type FileHistoryWhereInput struct { StorageSchemeNEQ *string `json:"storageSchemeNEQ,omitempty"` StorageSchemeIn []string `json:"storageSchemeIn,omitempty"` StorageSchemeNotIn []string `json:"storageSchemeNotIn,omitempty"` - StorageSchemeGT *string `json:"storageSchemeGT,omitempty"` - StorageSchemeGTE *string `json:"storageSchemeGTE,omitempty"` - StorageSchemeLT *string `json:"storageSchemeLT,omitempty"` - StorageSchemeLTE *string `json:"storageSchemeLTE,omitempty"` StorageSchemeContains *string `json:"storageSchemeContains,omitempty"` StorageSchemeHasPrefix *string `json:"storageSchemeHasPrefix,omitempty"` StorageSchemeHasSuffix *string `json:"storageSchemeHasSuffix,omitempty"` @@ -25985,10 +19960,6 @@ type FileHistoryWhereInput struct { StorageVolumeNEQ *string `json:"storageVolumeNEQ,omitempty"` StorageVolumeIn []string `json:"storageVolumeIn,omitempty"` StorageVolumeNotIn []string `json:"storageVolumeNotIn,omitempty"` - StorageVolumeGT *string `json:"storageVolumeGT,omitempty"` - StorageVolumeGTE *string `json:"storageVolumeGTE,omitempty"` - StorageVolumeLT *string `json:"storageVolumeLT,omitempty"` - StorageVolumeLTE *string `json:"storageVolumeLTE,omitempty"` StorageVolumeContains *string `json:"storageVolumeContains,omitempty"` StorageVolumeHasPrefix *string `json:"storageVolumeHasPrefix,omitempty"` StorageVolumeHasSuffix *string `json:"storageVolumeHasSuffix,omitempty"` @@ -26002,10 +19973,6 @@ type FileHistoryWhereInput struct { StoragePathNEQ *string `json:"storagePathNEQ,omitempty"` StoragePathIn []string `json:"storagePathIn,omitempty"` StoragePathNotIn []string `json:"storagePathNotIn,omitempty"` - StoragePathGT *string `json:"storagePathGT,omitempty"` - StoragePathGTE *string `json:"storagePathGTE,omitempty"` - StoragePathLT *string `json:"storagePathLT,omitempty"` - StoragePathLTE *string `json:"storagePathLTE,omitempty"` StoragePathContains *string `json:"storagePathContains,omitempty"` StoragePathHasPrefix *string `json:"storagePathHasPrefix,omitempty"` StoragePathHasSuffix *string `json:"storagePathHasSuffix,omitempty"` @@ -26019,10 +19986,6 @@ type FileHistoryWhereInput struct { StorageRegionNEQ *string `json:"storageRegionNEQ,omitempty"` StorageRegionIn []string `json:"storageRegionIn,omitempty"` StorageRegionNotIn []string `json:"storageRegionNotIn,omitempty"` - StorageRegionGT *string `json:"storageRegionGT,omitempty"` - StorageRegionGTE *string `json:"storageRegionGTE,omitempty"` - StorageRegionLT *string `json:"storageRegionLT,omitempty"` - StorageRegionLTE *string `json:"storageRegionLTE,omitempty"` StorageRegionContains *string `json:"storageRegionContains,omitempty"` StorageRegionHasPrefix *string `json:"storageRegionHasPrefix,omitempty"` StorageRegionHasSuffix *string `json:"storageRegionHasSuffix,omitempty"` @@ -26036,10 +19999,6 @@ type FileHistoryWhereInput struct { StorageProviderNEQ *string `json:"storageProviderNEQ,omitempty"` StorageProviderIn []string `json:"storageProviderIn,omitempty"` StorageProviderNotIn []string `json:"storageProviderNotIn,omitempty"` - StorageProviderGT *string `json:"storageProviderGT,omitempty"` - StorageProviderGTE *string `json:"storageProviderGTE,omitempty"` - StorageProviderLT *string `json:"storageProviderLT,omitempty"` - StorageProviderLTE *string `json:"storageProviderLTE,omitempty"` StorageProviderContains *string `json:"storageProviderContains,omitempty"` StorageProviderHasPrefix *string `json:"storageProviderHasPrefix,omitempty"` StorageProviderHasSuffix *string `json:"storageProviderHasSuffix,omitempty"` @@ -26049,16 +20008,13 @@ type FileHistoryWhereInput struct { StorageProviderContainsFold *string `json:"storageProviderContainsFold,omitempty"` // "last_accessed_at" field predicates. - LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` - LastAccessedAtNEQ *time.Time `json:"lastAccessedAtNEQ,omitempty"` - LastAccessedAtIn []time.Time `json:"lastAccessedAtIn,omitempty"` - LastAccessedAtNotIn []time.Time `json:"lastAccessedAtNotIn,omitempty"` - LastAccessedAtGT *time.Time `json:"lastAccessedAtGT,omitempty"` - LastAccessedAtGTE *time.Time `json:"lastAccessedAtGTE,omitempty"` - LastAccessedAtLT *time.Time `json:"lastAccessedAtLT,omitempty"` - LastAccessedAtLTE *time.Time `json:"lastAccessedAtLTE,omitempty"` - LastAccessedAtIsNil bool `json:"lastAccessedAtIsNil,omitempty"` - LastAccessedAtNotNil bool `json:"lastAccessedAtNotNil,omitempty"` + LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` + LastAccessedAtGT *time.Time `json:"lastAccessedAtGT,omitempty"` + LastAccessedAtGTE *time.Time `json:"lastAccessedAtGTE,omitempty"` + LastAccessedAtLT *time.Time `json:"lastAccessedAtLT,omitempty"` + LastAccessedAtLTE *time.Time `json:"lastAccessedAtLTE,omitempty"` + LastAccessedAtIsNil bool `json:"lastAccessedAtIsNil,omitempty"` + LastAccessedAtNotNil bool `json:"lastAccessedAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -26147,18 +20103,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, filehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, filehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, filehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, filehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, filehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, filehistory.IDEqualFold(*i.IDEqualFold)) } @@ -26168,15 +20112,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, filehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, filehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, filehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, filehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, filehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -26201,18 +20136,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, filehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, filehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, filehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, filehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, filehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, filehistory.RefContains(*i.RefContains)) } @@ -26249,15 +20172,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, filehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, filehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, filehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, filehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, filehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -26279,15 +20193,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, filehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, filehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, filehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, filehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, filehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -26318,18 +20223,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, filehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, filehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, filehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, filehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, filehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, filehistory.CreatedByContains(*i.CreatedByContains)) } @@ -26363,18 +20256,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, filehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, filehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, filehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, filehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, filehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, filehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -26408,18 +20289,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, filehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, filehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, filehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, filehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, filehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, filehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -26465,18 +20334,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, filehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, filehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, filehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, filehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, filehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, filehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -26510,18 +20367,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, filehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, filehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, filehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, filehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, filehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, filehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -26555,18 +20400,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, filehistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, filehistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, filehistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, filehistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, filehistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, filehistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -26600,18 +20433,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, filehistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, filehistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, filehistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, filehistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, filehistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, filehistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -26645,18 +20466,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, filehistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, filehistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, filehistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, filehistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, filehistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, filehistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -26690,18 +20499,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, filehistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, filehistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, filehistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, filehistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, filehistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, filehistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -26735,18 +20532,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.CategoryNameNotIn) > 0 { predicates = append(predicates, filehistory.CategoryNameNotIn(i.CategoryNameNotIn...)) } - if i.CategoryNameGT != nil { - predicates = append(predicates, filehistory.CategoryNameGT(*i.CategoryNameGT)) - } - if i.CategoryNameGTE != nil { - predicates = append(predicates, filehistory.CategoryNameGTE(*i.CategoryNameGTE)) - } - if i.CategoryNameLT != nil { - predicates = append(predicates, filehistory.CategoryNameLT(*i.CategoryNameLT)) - } - if i.CategoryNameLTE != nil { - predicates = append(predicates, filehistory.CategoryNameLTE(*i.CategoryNameLTE)) - } if i.CategoryNameContains != nil { predicates = append(predicates, filehistory.CategoryNameContains(*i.CategoryNameContains)) } @@ -26780,18 +20565,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, filehistory.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, filehistory.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, filehistory.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, filehistory.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, filehistory.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, filehistory.CategoryIDContains(*i.CategoryIDContains)) } @@ -26825,18 +20598,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, filehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, filehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, filehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, filehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, filehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, filehistory.NameContains(*i.NameContains)) } @@ -26870,18 +20631,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.ProvidedFileNameNotIn) > 0 { predicates = append(predicates, filehistory.ProvidedFileNameNotIn(i.ProvidedFileNameNotIn...)) } - if i.ProvidedFileNameGT != nil { - predicates = append(predicates, filehistory.ProvidedFileNameGT(*i.ProvidedFileNameGT)) - } - if i.ProvidedFileNameGTE != nil { - predicates = append(predicates, filehistory.ProvidedFileNameGTE(*i.ProvidedFileNameGTE)) - } - if i.ProvidedFileNameLT != nil { - predicates = append(predicates, filehistory.ProvidedFileNameLT(*i.ProvidedFileNameLT)) - } - if i.ProvidedFileNameLTE != nil { - predicates = append(predicates, filehistory.ProvidedFileNameLTE(*i.ProvidedFileNameLTE)) - } if i.ProvidedFileNameContains != nil { predicates = append(predicates, filehistory.ProvidedFileNameContains(*i.ProvidedFileNameContains)) } @@ -26909,18 +20658,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.ProvidedFileExtensionNotIn) > 0 { predicates = append(predicates, filehistory.ProvidedFileExtensionNotIn(i.ProvidedFileExtensionNotIn...)) } - if i.ProvidedFileExtensionGT != nil { - predicates = append(predicates, filehistory.ProvidedFileExtensionGT(*i.ProvidedFileExtensionGT)) - } - if i.ProvidedFileExtensionGTE != nil { - predicates = append(predicates, filehistory.ProvidedFileExtensionGTE(*i.ProvidedFileExtensionGTE)) - } - if i.ProvidedFileExtensionLT != nil { - predicates = append(predicates, filehistory.ProvidedFileExtensionLT(*i.ProvidedFileExtensionLT)) - } - if i.ProvidedFileExtensionLTE != nil { - predicates = append(predicates, filehistory.ProvidedFileExtensionLTE(*i.ProvidedFileExtensionLTE)) - } if i.ProvidedFileExtensionContains != nil { predicates = append(predicates, filehistory.ProvidedFileExtensionContains(*i.ProvidedFileExtensionContains)) } @@ -26942,12 +20679,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.ProvidedFileSizeNEQ != nil { predicates = append(predicates, filehistory.ProvidedFileSizeNEQ(*i.ProvidedFileSizeNEQ)) } - if len(i.ProvidedFileSizeIn) > 0 { - predicates = append(predicates, filehistory.ProvidedFileSizeIn(i.ProvidedFileSizeIn...)) - } - if len(i.ProvidedFileSizeNotIn) > 0 { - predicates = append(predicates, filehistory.ProvidedFileSizeNotIn(i.ProvidedFileSizeNotIn...)) - } if i.ProvidedFileSizeGT != nil { predicates = append(predicates, filehistory.ProvidedFileSizeGT(*i.ProvidedFileSizeGT)) } @@ -26972,12 +20703,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.PersistedFileSizeNEQ != nil { predicates = append(predicates, filehistory.PersistedFileSizeNEQ(*i.PersistedFileSizeNEQ)) } - if len(i.PersistedFileSizeIn) > 0 { - predicates = append(predicates, filehistory.PersistedFileSizeIn(i.PersistedFileSizeIn...)) - } - if len(i.PersistedFileSizeNotIn) > 0 { - predicates = append(predicates, filehistory.PersistedFileSizeNotIn(i.PersistedFileSizeNotIn...)) - } if i.PersistedFileSizeGT != nil { predicates = append(predicates, filehistory.PersistedFileSizeGT(*i.PersistedFileSizeGT)) } @@ -27008,18 +20733,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.DetectedMimeTypeNotIn) > 0 { predicates = append(predicates, filehistory.DetectedMimeTypeNotIn(i.DetectedMimeTypeNotIn...)) } - if i.DetectedMimeTypeGT != nil { - predicates = append(predicates, filehistory.DetectedMimeTypeGT(*i.DetectedMimeTypeGT)) - } - if i.DetectedMimeTypeGTE != nil { - predicates = append(predicates, filehistory.DetectedMimeTypeGTE(*i.DetectedMimeTypeGTE)) - } - if i.DetectedMimeTypeLT != nil { - predicates = append(predicates, filehistory.DetectedMimeTypeLT(*i.DetectedMimeTypeLT)) - } - if i.DetectedMimeTypeLTE != nil { - predicates = append(predicates, filehistory.DetectedMimeTypeLTE(*i.DetectedMimeTypeLTE)) - } if i.DetectedMimeTypeContains != nil { predicates = append(predicates, filehistory.DetectedMimeTypeContains(*i.DetectedMimeTypeContains)) } @@ -27053,18 +20766,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.Md5HashNotIn) > 0 { predicates = append(predicates, filehistory.Md5HashNotIn(i.Md5HashNotIn...)) } - if i.Md5HashGT != nil { - predicates = append(predicates, filehistory.Md5HashGT(*i.Md5HashGT)) - } - if i.Md5HashGTE != nil { - predicates = append(predicates, filehistory.Md5HashGTE(*i.Md5HashGTE)) - } - if i.Md5HashLT != nil { - predicates = append(predicates, filehistory.Md5HashLT(*i.Md5HashLT)) - } - if i.Md5HashLTE != nil { - predicates = append(predicates, filehistory.Md5HashLTE(*i.Md5HashLTE)) - } if i.Md5HashContains != nil { predicates = append(predicates, filehistory.Md5HashContains(*i.Md5HashContains)) } @@ -27098,18 +20799,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.DetectedContentTypeNotIn) > 0 { predicates = append(predicates, filehistory.DetectedContentTypeNotIn(i.DetectedContentTypeNotIn...)) } - if i.DetectedContentTypeGT != nil { - predicates = append(predicates, filehistory.DetectedContentTypeGT(*i.DetectedContentTypeGT)) - } - if i.DetectedContentTypeGTE != nil { - predicates = append(predicates, filehistory.DetectedContentTypeGTE(*i.DetectedContentTypeGTE)) - } - if i.DetectedContentTypeLT != nil { - predicates = append(predicates, filehistory.DetectedContentTypeLT(*i.DetectedContentTypeLT)) - } - if i.DetectedContentTypeLTE != nil { - predicates = append(predicates, filehistory.DetectedContentTypeLTE(*i.DetectedContentTypeLTE)) - } if i.DetectedContentTypeContains != nil { predicates = append(predicates, filehistory.DetectedContentTypeContains(*i.DetectedContentTypeContains)) } @@ -27137,18 +20826,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StoreKeyNotIn) > 0 { predicates = append(predicates, filehistory.StoreKeyNotIn(i.StoreKeyNotIn...)) } - if i.StoreKeyGT != nil { - predicates = append(predicates, filehistory.StoreKeyGT(*i.StoreKeyGT)) - } - if i.StoreKeyGTE != nil { - predicates = append(predicates, filehistory.StoreKeyGTE(*i.StoreKeyGTE)) - } - if i.StoreKeyLT != nil { - predicates = append(predicates, filehistory.StoreKeyLT(*i.StoreKeyLT)) - } - if i.StoreKeyLTE != nil { - predicates = append(predicates, filehistory.StoreKeyLTE(*i.StoreKeyLTE)) - } if i.StoreKeyContains != nil { predicates = append(predicates, filehistory.StoreKeyContains(*i.StoreKeyContains)) } @@ -27182,18 +20859,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.CategoryTypeNotIn) > 0 { predicates = append(predicates, filehistory.CategoryTypeNotIn(i.CategoryTypeNotIn...)) } - if i.CategoryTypeGT != nil { - predicates = append(predicates, filehistory.CategoryTypeGT(*i.CategoryTypeGT)) - } - if i.CategoryTypeGTE != nil { - predicates = append(predicates, filehistory.CategoryTypeGTE(*i.CategoryTypeGTE)) - } - if i.CategoryTypeLT != nil { - predicates = append(predicates, filehistory.CategoryTypeLT(*i.CategoryTypeLT)) - } - if i.CategoryTypeLTE != nil { - predicates = append(predicates, filehistory.CategoryTypeLTE(*i.CategoryTypeLTE)) - } if i.CategoryTypeContains != nil { predicates = append(predicates, filehistory.CategoryTypeContains(*i.CategoryTypeContains)) } @@ -27227,18 +20892,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.URINotIn) > 0 { predicates = append(predicates, filehistory.URINotIn(i.URINotIn...)) } - if i.URIGT != nil { - predicates = append(predicates, filehistory.URIGT(*i.URIGT)) - } - if i.URIGTE != nil { - predicates = append(predicates, filehistory.URIGTE(*i.URIGTE)) - } - if i.URILT != nil { - predicates = append(predicates, filehistory.URILT(*i.URILT)) - } - if i.URILTE != nil { - predicates = append(predicates, filehistory.URILTE(*i.URILTE)) - } if i.URIContains != nil { predicates = append(predicates, filehistory.URIContains(*i.URIContains)) } @@ -27272,18 +20925,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StorageSchemeNotIn) > 0 { predicates = append(predicates, filehistory.StorageSchemeNotIn(i.StorageSchemeNotIn...)) } - if i.StorageSchemeGT != nil { - predicates = append(predicates, filehistory.StorageSchemeGT(*i.StorageSchemeGT)) - } - if i.StorageSchemeGTE != nil { - predicates = append(predicates, filehistory.StorageSchemeGTE(*i.StorageSchemeGTE)) - } - if i.StorageSchemeLT != nil { - predicates = append(predicates, filehistory.StorageSchemeLT(*i.StorageSchemeLT)) - } - if i.StorageSchemeLTE != nil { - predicates = append(predicates, filehistory.StorageSchemeLTE(*i.StorageSchemeLTE)) - } if i.StorageSchemeContains != nil { predicates = append(predicates, filehistory.StorageSchemeContains(*i.StorageSchemeContains)) } @@ -27317,18 +20958,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StorageVolumeNotIn) > 0 { predicates = append(predicates, filehistory.StorageVolumeNotIn(i.StorageVolumeNotIn...)) } - if i.StorageVolumeGT != nil { - predicates = append(predicates, filehistory.StorageVolumeGT(*i.StorageVolumeGT)) - } - if i.StorageVolumeGTE != nil { - predicates = append(predicates, filehistory.StorageVolumeGTE(*i.StorageVolumeGTE)) - } - if i.StorageVolumeLT != nil { - predicates = append(predicates, filehistory.StorageVolumeLT(*i.StorageVolumeLT)) - } - if i.StorageVolumeLTE != nil { - predicates = append(predicates, filehistory.StorageVolumeLTE(*i.StorageVolumeLTE)) - } if i.StorageVolumeContains != nil { predicates = append(predicates, filehistory.StorageVolumeContains(*i.StorageVolumeContains)) } @@ -27362,18 +20991,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StoragePathNotIn) > 0 { predicates = append(predicates, filehistory.StoragePathNotIn(i.StoragePathNotIn...)) } - if i.StoragePathGT != nil { - predicates = append(predicates, filehistory.StoragePathGT(*i.StoragePathGT)) - } - if i.StoragePathGTE != nil { - predicates = append(predicates, filehistory.StoragePathGTE(*i.StoragePathGTE)) - } - if i.StoragePathLT != nil { - predicates = append(predicates, filehistory.StoragePathLT(*i.StoragePathLT)) - } - if i.StoragePathLTE != nil { - predicates = append(predicates, filehistory.StoragePathLTE(*i.StoragePathLTE)) - } if i.StoragePathContains != nil { predicates = append(predicates, filehistory.StoragePathContains(*i.StoragePathContains)) } @@ -27407,18 +21024,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StorageRegionNotIn) > 0 { predicates = append(predicates, filehistory.StorageRegionNotIn(i.StorageRegionNotIn...)) } - if i.StorageRegionGT != nil { - predicates = append(predicates, filehistory.StorageRegionGT(*i.StorageRegionGT)) - } - if i.StorageRegionGTE != nil { - predicates = append(predicates, filehistory.StorageRegionGTE(*i.StorageRegionGTE)) - } - if i.StorageRegionLT != nil { - predicates = append(predicates, filehistory.StorageRegionLT(*i.StorageRegionLT)) - } - if i.StorageRegionLTE != nil { - predicates = append(predicates, filehistory.StorageRegionLTE(*i.StorageRegionLTE)) - } if i.StorageRegionContains != nil { predicates = append(predicates, filehistory.StorageRegionContains(*i.StorageRegionContains)) } @@ -27452,18 +21057,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if len(i.StorageProviderNotIn) > 0 { predicates = append(predicates, filehistory.StorageProviderNotIn(i.StorageProviderNotIn...)) } - if i.StorageProviderGT != nil { - predicates = append(predicates, filehistory.StorageProviderGT(*i.StorageProviderGT)) - } - if i.StorageProviderGTE != nil { - predicates = append(predicates, filehistory.StorageProviderGTE(*i.StorageProviderGTE)) - } - if i.StorageProviderLT != nil { - predicates = append(predicates, filehistory.StorageProviderLT(*i.StorageProviderLT)) - } - if i.StorageProviderLTE != nil { - predicates = append(predicates, filehistory.StorageProviderLTE(*i.StorageProviderLTE)) - } if i.StorageProviderContains != nil { predicates = append(predicates, filehistory.StorageProviderContains(*i.StorageProviderContains)) } @@ -27488,15 +21081,6 @@ func (i *FileHistoryWhereInput) P() (predicate.FileHistory, error) { if i.LastAccessedAt != nil { predicates = append(predicates, filehistory.LastAccessedAtEQ(*i.LastAccessedAt)) } - if i.LastAccessedAtNEQ != nil { - predicates = append(predicates, filehistory.LastAccessedAtNEQ(*i.LastAccessedAtNEQ)) - } - if len(i.LastAccessedAtIn) > 0 { - predicates = append(predicates, filehistory.LastAccessedAtIn(i.LastAccessedAtIn...)) - } - if len(i.LastAccessedAtNotIn) > 0 { - predicates = append(predicates, filehistory.LastAccessedAtNotIn(i.LastAccessedAtNotIn...)) - } if i.LastAccessedAtGT != nil { predicates = append(predicates, filehistory.LastAccessedAtGT(*i.LastAccessedAtGT)) } @@ -27545,32 +21129,21 @@ type FindingControlHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -27586,38 +21159,28 @@ type FindingControlHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -27631,10 +21194,6 @@ type FindingControlHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -27648,10 +21207,6 @@ type FindingControlHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -27665,10 +21220,6 @@ type FindingControlHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -27682,10 +21233,6 @@ type FindingControlHistoryWhereInput struct { FindingIDNEQ *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIDGT *string `json:"findingIDGT,omitempty"` - FindingIDGTE *string `json:"findingIDGTE,omitempty"` - FindingIDLT *string `json:"findingIDLT,omitempty"` - FindingIDLTE *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -27697,10 +21244,6 @@ type FindingControlHistoryWhereInput struct { ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -27712,10 +21255,6 @@ type FindingControlHistoryWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -27729,10 +21268,6 @@ type FindingControlHistoryWhereInput struct { ExternalStandardNEQ *string `json:"externalStandardNEQ,omitempty"` ExternalStandardIn []string `json:"externalStandardIn,omitempty"` ExternalStandardNotIn []string `json:"externalStandardNotIn,omitempty"` - ExternalStandardGT *string `json:"externalStandardGT,omitempty"` - ExternalStandardGTE *string `json:"externalStandardGTE,omitempty"` - ExternalStandardLT *string `json:"externalStandardLT,omitempty"` - ExternalStandardLTE *string `json:"externalStandardLTE,omitempty"` ExternalStandardContains *string `json:"externalStandardContains,omitempty"` ExternalStandardHasPrefix *string `json:"externalStandardHasPrefix,omitempty"` ExternalStandardHasSuffix *string `json:"externalStandardHasSuffix,omitempty"` @@ -27746,10 +21281,6 @@ type FindingControlHistoryWhereInput struct { ExternalStandardVersionNEQ *string `json:"externalStandardVersionNEQ,omitempty"` ExternalStandardVersionIn []string `json:"externalStandardVersionIn,omitempty"` ExternalStandardVersionNotIn []string `json:"externalStandardVersionNotIn,omitempty"` - ExternalStandardVersionGT *string `json:"externalStandardVersionGT,omitempty"` - ExternalStandardVersionGTE *string `json:"externalStandardVersionGTE,omitempty"` - ExternalStandardVersionLT *string `json:"externalStandardVersionLT,omitempty"` - ExternalStandardVersionLTE *string `json:"externalStandardVersionLTE,omitempty"` ExternalStandardVersionContains *string `json:"externalStandardVersionContains,omitempty"` ExternalStandardVersionHasPrefix *string `json:"externalStandardVersionHasPrefix,omitempty"` ExternalStandardVersionHasSuffix *string `json:"externalStandardVersionHasSuffix,omitempty"` @@ -27763,10 +21294,6 @@ type FindingControlHistoryWhereInput struct { ExternalControlIDNEQ *string `json:"externalControlIDNEQ,omitempty"` ExternalControlIDIn []string `json:"externalControlIDIn,omitempty"` ExternalControlIDNotIn []string `json:"externalControlIDNotIn,omitempty"` - ExternalControlIDGT *string `json:"externalControlIDGT,omitempty"` - ExternalControlIDGTE *string `json:"externalControlIDGTE,omitempty"` - ExternalControlIDLT *string `json:"externalControlIDLT,omitempty"` - ExternalControlIDLTE *string `json:"externalControlIDLTE,omitempty"` ExternalControlIDContains *string `json:"externalControlIDContains,omitempty"` ExternalControlIDHasPrefix *string `json:"externalControlIDHasPrefix,omitempty"` ExternalControlIDHasSuffix *string `json:"externalControlIDHasSuffix,omitempty"` @@ -27780,10 +21307,6 @@ type FindingControlHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -27793,16 +21316,13 @@ type FindingControlHistoryWhereInput struct { SourceContainsFold *string `json:"sourceContainsFold,omitempty"` // "discovered_at" field predicates. - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNEQ *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -27888,18 +21408,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, findingcontrolhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, findingcontrolhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, findingcontrolhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, findingcontrolhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, findingcontrolhistory.IDEqualFold(*i.IDEqualFold)) } @@ -27909,15 +21417,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if i.HistoryTime != nil { predicates = append(predicates, findingcontrolhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, findingcontrolhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, findingcontrolhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, findingcontrolhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, findingcontrolhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -27942,18 +21441,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, findingcontrolhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, findingcontrolhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, findingcontrolhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, findingcontrolhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, findingcontrolhistory.RefContains(*i.RefContains)) } @@ -27990,15 +21477,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if i.CreatedAt != nil { predicates = append(predicates, findingcontrolhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, findingcontrolhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, findingcontrolhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, findingcontrolhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, findingcontrolhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -28020,15 +21498,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if i.UpdatedAt != nil { predicates = append(predicates, findingcontrolhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, findingcontrolhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, findingcontrolhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, findingcontrolhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -28059,18 +21528,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, findingcontrolhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, findingcontrolhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, findingcontrolhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, findingcontrolhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, findingcontrolhistory.CreatedByContains(*i.CreatedByContains)) } @@ -28104,18 +21561,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, findingcontrolhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -28149,18 +21594,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, findingcontrolhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -28194,18 +21627,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, findingcontrolhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, findingcontrolhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, findingcontrolhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, findingcontrolhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, findingcontrolhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -28239,18 +21660,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.FindingIDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.FindingIDNotIn(i.FindingIDNotIn...)) } - if i.FindingIDGT != nil { - predicates = append(predicates, findingcontrolhistory.FindingIDGT(*i.FindingIDGT)) - } - if i.FindingIDGTE != nil { - predicates = append(predicates, findingcontrolhistory.FindingIDGTE(*i.FindingIDGTE)) - } - if i.FindingIDLT != nil { - predicates = append(predicates, findingcontrolhistory.FindingIDLT(*i.FindingIDLT)) - } - if i.FindingIDLTE != nil { - predicates = append(predicates, findingcontrolhistory.FindingIDLTE(*i.FindingIDLTE)) - } if i.FindingIDContains != nil { predicates = append(predicates, findingcontrolhistory.FindingIDContains(*i.FindingIDContains)) } @@ -28278,18 +21687,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, findingcontrolhistory.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, findingcontrolhistory.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, findingcontrolhistory.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, findingcontrolhistory.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, findingcontrolhistory.ControlIDContains(*i.ControlIDContains)) } @@ -28317,18 +21714,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, findingcontrolhistory.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, findingcontrolhistory.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, findingcontrolhistory.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, findingcontrolhistory.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, findingcontrolhistory.StandardIDContains(*i.StandardIDContains)) } @@ -28362,18 +21747,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.ExternalStandardNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.ExternalStandardNotIn(i.ExternalStandardNotIn...)) } - if i.ExternalStandardGT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardGT(*i.ExternalStandardGT)) - } - if i.ExternalStandardGTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardGTE(*i.ExternalStandardGTE)) - } - if i.ExternalStandardLT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardLT(*i.ExternalStandardLT)) - } - if i.ExternalStandardLTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardLTE(*i.ExternalStandardLTE)) - } if i.ExternalStandardContains != nil { predicates = append(predicates, findingcontrolhistory.ExternalStandardContains(*i.ExternalStandardContains)) } @@ -28407,18 +21780,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.ExternalStandardVersionNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionNotIn(i.ExternalStandardVersionNotIn...)) } - if i.ExternalStandardVersionGT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionGT(*i.ExternalStandardVersionGT)) - } - if i.ExternalStandardVersionGTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionGTE(*i.ExternalStandardVersionGTE)) - } - if i.ExternalStandardVersionLT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionLT(*i.ExternalStandardVersionLT)) - } - if i.ExternalStandardVersionLTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionLTE(*i.ExternalStandardVersionLTE)) - } if i.ExternalStandardVersionContains != nil { predicates = append(predicates, findingcontrolhistory.ExternalStandardVersionContains(*i.ExternalStandardVersionContains)) } @@ -28452,18 +21813,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.ExternalControlIDNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.ExternalControlIDNotIn(i.ExternalControlIDNotIn...)) } - if i.ExternalControlIDGT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalControlIDGT(*i.ExternalControlIDGT)) - } - if i.ExternalControlIDGTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalControlIDGTE(*i.ExternalControlIDGTE)) - } - if i.ExternalControlIDLT != nil { - predicates = append(predicates, findingcontrolhistory.ExternalControlIDLT(*i.ExternalControlIDLT)) - } - if i.ExternalControlIDLTE != nil { - predicates = append(predicates, findingcontrolhistory.ExternalControlIDLTE(*i.ExternalControlIDLTE)) - } if i.ExternalControlIDContains != nil { predicates = append(predicates, findingcontrolhistory.ExternalControlIDContains(*i.ExternalControlIDContains)) } @@ -28497,18 +21846,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if len(i.SourceNotIn) > 0 { predicates = append(predicates, findingcontrolhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, findingcontrolhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, findingcontrolhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, findingcontrolhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, findingcontrolhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, findingcontrolhistory.SourceContains(*i.SourceContains)) } @@ -28533,15 +21870,6 @@ func (i *FindingControlHistoryWhereInput) P() (predicate.FindingControlHistory, if i.DiscoveredAt != nil { predicates = append(predicates, findingcontrolhistory.DiscoveredAtEQ(*i.DiscoveredAt)) } - if i.DiscoveredAtNEQ != nil { - predicates = append(predicates, findingcontrolhistory.DiscoveredAtNEQ(*i.DiscoveredAtNEQ)) - } - if len(i.DiscoveredAtIn) > 0 { - predicates = append(predicates, findingcontrolhistory.DiscoveredAtIn(i.DiscoveredAtIn...)) - } - if len(i.DiscoveredAtNotIn) > 0 { - predicates = append(predicates, findingcontrolhistory.DiscoveredAtNotIn(i.DiscoveredAtNotIn...)) - } if i.DiscoveredAtGT != nil { predicates = append(predicates, findingcontrolhistory.DiscoveredAtGT(*i.DiscoveredAtGT)) } @@ -28583,32 +21911,21 @@ type FindingHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -28624,38 +21941,28 @@ type FindingHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -28669,10 +21976,6 @@ type FindingHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -28686,10 +21989,6 @@ type FindingHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -28703,10 +22002,6 @@ type FindingHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -28718,10 +22013,6 @@ type FindingHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -28735,10 +22026,6 @@ type FindingHistoryWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -28752,10 +22039,6 @@ type FindingHistoryWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -28769,10 +22052,6 @@ type FindingHistoryWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -28786,10 +22065,6 @@ type FindingHistoryWhereInput struct { AssignedToNEQ *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGT *string `json:"assignedToGT,omitempty"` - AssignedToGTE *string `json:"assignedToGTE,omitempty"` - AssignedToLT *string `json:"assignedToLT,omitempty"` - AssignedToLTE *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -28803,10 +22078,6 @@ type FindingHistoryWhereInput struct { AssignedToUserIDNEQ *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIDGT *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIDGTE *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIDLT *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIDLTE *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -28820,10 +22091,6 @@ type FindingHistoryWhereInput struct { AssignedToGroupIDNEQ *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIDGT *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIDGTE *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIDLT *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIDLTE *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -28843,10 +22110,6 @@ type FindingHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -28860,10 +22123,6 @@ type FindingHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -28877,10 +22136,6 @@ type FindingHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -28894,10 +22149,6 @@ type FindingHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -28911,10 +22162,6 @@ type FindingHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -28928,10 +22175,6 @@ type FindingHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -28945,10 +22188,6 @@ type FindingHistoryWhereInput struct { FindingStatusNameNEQ *string `json:"findingStatusNameNEQ,omitempty"` FindingStatusNameIn []string `json:"findingStatusNameIn,omitempty"` FindingStatusNameNotIn []string `json:"findingStatusNameNotIn,omitempty"` - FindingStatusNameGT *string `json:"findingStatusNameGT,omitempty"` - FindingStatusNameGTE *string `json:"findingStatusNameGTE,omitempty"` - FindingStatusNameLT *string `json:"findingStatusNameLT,omitempty"` - FindingStatusNameLTE *string `json:"findingStatusNameLTE,omitempty"` FindingStatusNameContains *string `json:"findingStatusNameContains,omitempty"` FindingStatusNameHasPrefix *string `json:"findingStatusNameHasPrefix,omitempty"` FindingStatusNameHasSuffix *string `json:"findingStatusNameHasSuffix,omitempty"` @@ -28962,10 +22201,6 @@ type FindingHistoryWhereInput struct { FindingStatusIDNEQ *string `json:"findingStatusIDNEQ,omitempty"` FindingStatusIDIn []string `json:"findingStatusIDIn,omitempty"` FindingStatusIDNotIn []string `json:"findingStatusIDNotIn,omitempty"` - FindingStatusIDGT *string `json:"findingStatusIDGT,omitempty"` - FindingStatusIDGTE *string `json:"findingStatusIDGTE,omitempty"` - FindingStatusIDLT *string `json:"findingStatusIDLT,omitempty"` - FindingStatusIDLTE *string `json:"findingStatusIDLTE,omitempty"` FindingStatusIDContains *string `json:"findingStatusIDContains,omitempty"` FindingStatusIDHasPrefix *string `json:"findingStatusIDHasPrefix,omitempty"` FindingStatusIDHasSuffix *string `json:"findingStatusIDHasSuffix,omitempty"` @@ -28985,10 +22220,6 @@ type FindingHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -29010,10 +22241,6 @@ type FindingHistoryWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -29027,10 +22254,6 @@ type FindingHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -29044,10 +22267,6 @@ type FindingHistoryWhereInput struct { ResourceNameNEQ *string `json:"resourceNameNEQ,omitempty"` ResourceNameIn []string `json:"resourceNameIn,omitempty"` ResourceNameNotIn []string `json:"resourceNameNotIn,omitempty"` - ResourceNameGT *string `json:"resourceNameGT,omitempty"` - ResourceNameGTE *string `json:"resourceNameGTE,omitempty"` - ResourceNameLT *string `json:"resourceNameLT,omitempty"` - ResourceNameLTE *string `json:"resourceNameLTE,omitempty"` ResourceNameContains *string `json:"resourceNameContains,omitempty"` ResourceNameHasPrefix *string `json:"resourceNameHasPrefix,omitempty"` ResourceNameHasSuffix *string `json:"resourceNameHasSuffix,omitempty"` @@ -29061,10 +22280,6 @@ type FindingHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -29078,10 +22293,6 @@ type FindingHistoryWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -29095,10 +22306,6 @@ type FindingHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -29112,10 +22319,6 @@ type FindingHistoryWhereInput struct { FindingClassNEQ *string `json:"findingClassNEQ,omitempty"` FindingClassIn []string `json:"findingClassIn,omitempty"` FindingClassNotIn []string `json:"findingClassNotIn,omitempty"` - FindingClassGT *string `json:"findingClassGT,omitempty"` - FindingClassGTE *string `json:"findingClassGTE,omitempty"` - FindingClassLT *string `json:"findingClassLT,omitempty"` - FindingClassLTE *string `json:"findingClassLTE,omitempty"` FindingClassContains *string `json:"findingClassContains,omitempty"` FindingClassHasPrefix *string `json:"findingClassHasPrefix,omitempty"` FindingClassHasSuffix *string `json:"findingClassHasSuffix,omitempty"` @@ -29129,10 +22332,6 @@ type FindingHistoryWhereInput struct { SeverityNEQ *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGT *string `json:"severityGT,omitempty"` - SeverityGTE *string `json:"severityGTE,omitempty"` - SeverityLT *string `json:"severityLT,omitempty"` - SeverityLTE *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -29194,10 +22393,6 @@ type FindingHistoryWhereInput struct { PriorityNEQ *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGT *string `json:"priorityGT,omitempty"` - PriorityGTE *string `json:"priorityGTE,omitempty"` - PriorityLT *string `json:"priorityLT,omitempty"` - PriorityLTE *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -29241,10 +22436,6 @@ type FindingHistoryWhereInput struct { AssessmentIDNEQ *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIDGT *string `json:"assessmentIDGT,omitempty"` - AssessmentIDGTE *string `json:"assessmentIDGTE,omitempty"` - AssessmentIDLT *string `json:"assessmentIDLT,omitempty"` - AssessmentIDLTE *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -29258,10 +22449,6 @@ type FindingHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -29275,10 +22462,6 @@ type FindingHistoryWhereInput struct { RecommendationNEQ *string `json:"recommendationNEQ,omitempty"` RecommendationIn []string `json:"recommendationIn,omitempty"` RecommendationNotIn []string `json:"recommendationNotIn,omitempty"` - RecommendationGT *string `json:"recommendationGT,omitempty"` - RecommendationGTE *string `json:"recommendationGTE,omitempty"` - RecommendationLT *string `json:"recommendationLT,omitempty"` - RecommendationLTE *string `json:"recommendationLTE,omitempty"` RecommendationContains *string `json:"recommendationContains,omitempty"` RecommendationHasPrefix *string `json:"recommendationHasPrefix,omitempty"` RecommendationHasSuffix *string `json:"recommendationHasSuffix,omitempty"` @@ -29292,10 +22475,6 @@ type FindingHistoryWhereInput struct { RecommendedActionsNEQ *string `json:"recommendedActionsNEQ,omitempty"` RecommendedActionsIn []string `json:"recommendedActionsIn,omitempty"` RecommendedActionsNotIn []string `json:"recommendedActionsNotIn,omitempty"` - RecommendedActionsGT *string `json:"recommendedActionsGT,omitempty"` - RecommendedActionsGTE *string `json:"recommendedActionsGTE,omitempty"` - RecommendedActionsLT *string `json:"recommendedActionsLT,omitempty"` - RecommendedActionsLTE *string `json:"recommendedActionsLTE,omitempty"` RecommendedActionsContains *string `json:"recommendedActionsContains,omitempty"` RecommendedActionsHasPrefix *string `json:"recommendedActionsHasPrefix,omitempty"` RecommendedActionsHasSuffix *string `json:"recommendedActionsHasSuffix,omitempty"` @@ -29309,10 +22488,6 @@ type FindingHistoryWhereInput struct { VectorNEQ *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGT *string `json:"vectorGT,omitempty"` - VectorGTE *string `json:"vectorGTE,omitempty"` - VectorLT *string `json:"vectorLT,omitempty"` - VectorLTE *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -29322,62 +22497,47 @@ type FindingHistoryWhereInput struct { VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // "remediation_sla" field predicates. - RemediationSLA *int `json:"remediationSLA,omitempty"` - RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int `json:"remediationSLANotIn,omitempty"` - RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` - RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` - RemediationSLALT *int `json:"remediationSLALT,omitempty"` - RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int `json:"remediationSLA,omitempty"` + RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` + RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` + RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` + RemediationSLALT *int `json:"remediationSLALT,omitempty"` + RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` // "event_time" field predicates. - EventTime *models.DateTime `json:"eventTime,omitempty"` - EventTimeNEQ *models.DateTime `json:"eventTimeNEQ,omitempty"` - EventTimeIn []models.DateTime `json:"eventTimeIn,omitempty"` - EventTimeNotIn []models.DateTime `json:"eventTimeNotIn,omitempty"` - EventTimeGT *models.DateTime `json:"eventTimeGT,omitempty"` - EventTimeGTE *models.DateTime `json:"eventTimeGTE,omitempty"` - EventTimeLT *models.DateTime `json:"eventTimeLT,omitempty"` - EventTimeLTE *models.DateTime `json:"eventTimeLTE,omitempty"` - EventTimeIsNil bool `json:"eventTimeIsNil,omitempty"` - EventTimeNotNil bool `json:"eventTimeNotNil,omitempty"` + EventTime *models.DateTime `json:"eventTime,omitempty"` + EventTimeGT *models.DateTime `json:"eventTimeGT,omitempty"` + EventTimeGTE *models.DateTime `json:"eventTimeGTE,omitempty"` + EventTimeLT *models.DateTime `json:"eventTimeLT,omitempty"` + EventTimeLTE *models.DateTime `json:"eventTimeLTE,omitempty"` + EventTimeIsNil bool `json:"eventTimeIsNil,omitempty"` + EventTimeNotNil bool `json:"eventTimeNotNil,omitempty"` // "reported_at" field predicates. - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNEQ *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` // "source_updated_at" field predicates. - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNEQ *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` // "external_uri" field predicates. ExternalURI *string `json:"externalURI,omitempty"` ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -29485,18 +22645,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, findinghistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, findinghistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, findinghistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, findinghistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, findinghistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, findinghistory.IDEqualFold(*i.IDEqualFold)) } @@ -29506,15 +22654,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, findinghistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, findinghistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, findinghistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, findinghistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, findinghistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -29539,18 +22678,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, findinghistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, findinghistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, findinghistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, findinghistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, findinghistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, findinghistory.RefContains(*i.RefContains)) } @@ -29587,15 +22714,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, findinghistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, findinghistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, findinghistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, findinghistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, findinghistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -29617,15 +22735,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, findinghistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, findinghistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, findinghistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, findinghistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, findinghistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -29656,18 +22765,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, findinghistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, findinghistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, findinghistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, findinghistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, findinghistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, findinghistory.CreatedByContains(*i.CreatedByContains)) } @@ -29701,18 +22798,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, findinghistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, findinghistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, findinghistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, findinghistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, findinghistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, findinghistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -29746,18 +22831,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, findinghistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, findinghistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, findinghistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, findinghistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, findinghistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, findinghistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -29791,18 +22864,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, findinghistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, findinghistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, findinghistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, findinghistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, findinghistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, findinghistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -29830,18 +22891,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, findinghistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, findinghistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, findinghistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, findinghistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, findinghistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, findinghistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -29875,18 +22924,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, findinghistory.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, findinghistory.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, findinghistory.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, findinghistory.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, findinghistory.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, findinghistory.ReviewedByContains(*i.ReviewedByContains)) } @@ -29920,18 +22957,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, findinghistory.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, findinghistory.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, findinghistory.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, findinghistory.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, findinghistory.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, findinghistory.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -29965,18 +22990,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, findinghistory.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, findinghistory.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, findinghistory.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, findinghistory.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, findinghistory.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, findinghistory.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -30010,18 +23023,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.AssignedToNotIn) > 0 { predicates = append(predicates, findinghistory.AssignedToNotIn(i.AssignedToNotIn...)) } - if i.AssignedToGT != nil { - predicates = append(predicates, findinghistory.AssignedToGT(*i.AssignedToGT)) - } - if i.AssignedToGTE != nil { - predicates = append(predicates, findinghistory.AssignedToGTE(*i.AssignedToGTE)) - } - if i.AssignedToLT != nil { - predicates = append(predicates, findinghistory.AssignedToLT(*i.AssignedToLT)) - } - if i.AssignedToLTE != nil { - predicates = append(predicates, findinghistory.AssignedToLTE(*i.AssignedToLTE)) - } if i.AssignedToContains != nil { predicates = append(predicates, findinghistory.AssignedToContains(*i.AssignedToContains)) } @@ -30055,18 +23056,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.AssignedToUserIDNotIn) > 0 { predicates = append(predicates, findinghistory.AssignedToUserIDNotIn(i.AssignedToUserIDNotIn...)) } - if i.AssignedToUserIDGT != nil { - predicates = append(predicates, findinghistory.AssignedToUserIDGT(*i.AssignedToUserIDGT)) - } - if i.AssignedToUserIDGTE != nil { - predicates = append(predicates, findinghistory.AssignedToUserIDGTE(*i.AssignedToUserIDGTE)) - } - if i.AssignedToUserIDLT != nil { - predicates = append(predicates, findinghistory.AssignedToUserIDLT(*i.AssignedToUserIDLT)) - } - if i.AssignedToUserIDLTE != nil { - predicates = append(predicates, findinghistory.AssignedToUserIDLTE(*i.AssignedToUserIDLTE)) - } if i.AssignedToUserIDContains != nil { predicates = append(predicates, findinghistory.AssignedToUserIDContains(*i.AssignedToUserIDContains)) } @@ -30100,18 +23089,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.AssignedToGroupIDNotIn) > 0 { predicates = append(predicates, findinghistory.AssignedToGroupIDNotIn(i.AssignedToGroupIDNotIn...)) } - if i.AssignedToGroupIDGT != nil { - predicates = append(predicates, findinghistory.AssignedToGroupIDGT(*i.AssignedToGroupIDGT)) - } - if i.AssignedToGroupIDGTE != nil { - predicates = append(predicates, findinghistory.AssignedToGroupIDGTE(*i.AssignedToGroupIDGTE)) - } - if i.AssignedToGroupIDLT != nil { - predicates = append(predicates, findinghistory.AssignedToGroupIDLT(*i.AssignedToGroupIDLT)) - } - if i.AssignedToGroupIDLTE != nil { - predicates = append(predicates, findinghistory.AssignedToGroupIDLTE(*i.AssignedToGroupIDLTE)) - } if i.AssignedToGroupIDContains != nil { predicates = append(predicates, findinghistory.AssignedToGroupIDContains(*i.AssignedToGroupIDContains)) } @@ -30157,18 +23134,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, findinghistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, findinghistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, findinghistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, findinghistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, findinghistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, findinghistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -30202,18 +23167,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, findinghistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, findinghistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, findinghistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, findinghistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, findinghistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, findinghistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -30247,18 +23200,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, findinghistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, findinghistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, findinghistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, findinghistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, findinghistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, findinghistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -30292,18 +23233,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, findinghistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, findinghistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, findinghistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, findinghistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, findinghistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, findinghistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -30337,18 +23266,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, findinghistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, findinghistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, findinghistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, findinghistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, findinghistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, findinghistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -30382,18 +23299,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, findinghistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, findinghistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, findinghistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, findinghistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, findinghistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, findinghistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -30427,18 +23332,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.FindingStatusNameNotIn) > 0 { predicates = append(predicates, findinghistory.FindingStatusNameNotIn(i.FindingStatusNameNotIn...)) } - if i.FindingStatusNameGT != nil { - predicates = append(predicates, findinghistory.FindingStatusNameGT(*i.FindingStatusNameGT)) - } - if i.FindingStatusNameGTE != nil { - predicates = append(predicates, findinghistory.FindingStatusNameGTE(*i.FindingStatusNameGTE)) - } - if i.FindingStatusNameLT != nil { - predicates = append(predicates, findinghistory.FindingStatusNameLT(*i.FindingStatusNameLT)) - } - if i.FindingStatusNameLTE != nil { - predicates = append(predicates, findinghistory.FindingStatusNameLTE(*i.FindingStatusNameLTE)) - } if i.FindingStatusNameContains != nil { predicates = append(predicates, findinghistory.FindingStatusNameContains(*i.FindingStatusNameContains)) } @@ -30472,18 +23365,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.FindingStatusIDNotIn) > 0 { predicates = append(predicates, findinghistory.FindingStatusIDNotIn(i.FindingStatusIDNotIn...)) } - if i.FindingStatusIDGT != nil { - predicates = append(predicates, findinghistory.FindingStatusIDGT(*i.FindingStatusIDGT)) - } - if i.FindingStatusIDGTE != nil { - predicates = append(predicates, findinghistory.FindingStatusIDGTE(*i.FindingStatusIDGTE)) - } - if i.FindingStatusIDLT != nil { - predicates = append(predicates, findinghistory.FindingStatusIDLT(*i.FindingStatusIDLT)) - } - if i.FindingStatusIDLTE != nil { - predicates = append(predicates, findinghistory.FindingStatusIDLTE(*i.FindingStatusIDLTE)) - } if i.FindingStatusIDContains != nil { predicates = append(predicates, findinghistory.FindingStatusIDContains(*i.FindingStatusIDContains)) } @@ -30529,18 +23410,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, findinghistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, findinghistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, findinghistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, findinghistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, findinghistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, findinghistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -30592,18 +23461,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, findinghistory.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, findinghistory.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, findinghistory.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, findinghistory.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, findinghistory.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, findinghistory.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -30637,18 +23494,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, findinghistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, findinghistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, findinghistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, findinghistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, findinghistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, findinghistory.SourceContains(*i.SourceContains)) } @@ -30682,18 +23527,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ResourceNameNotIn) > 0 { predicates = append(predicates, findinghistory.ResourceNameNotIn(i.ResourceNameNotIn...)) } - if i.ResourceNameGT != nil { - predicates = append(predicates, findinghistory.ResourceNameGT(*i.ResourceNameGT)) - } - if i.ResourceNameGTE != nil { - predicates = append(predicates, findinghistory.ResourceNameGTE(*i.ResourceNameGTE)) - } - if i.ResourceNameLT != nil { - predicates = append(predicates, findinghistory.ResourceNameLT(*i.ResourceNameLT)) - } - if i.ResourceNameLTE != nil { - predicates = append(predicates, findinghistory.ResourceNameLTE(*i.ResourceNameLTE)) - } if i.ResourceNameContains != nil { predicates = append(predicates, findinghistory.ResourceNameContains(*i.ResourceNameContains)) } @@ -30727,18 +23560,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, findinghistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, findinghistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, findinghistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, findinghistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, findinghistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, findinghistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -30772,18 +23593,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.StateNotIn) > 0 { predicates = append(predicates, findinghistory.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, findinghistory.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, findinghistory.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, findinghistory.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, findinghistory.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, findinghistory.StateContains(*i.StateContains)) } @@ -30817,18 +23626,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, findinghistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, findinghistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, findinghistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, findinghistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, findinghistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, findinghistory.CategoryContains(*i.CategoryContains)) } @@ -30862,18 +23659,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.FindingClassNotIn) > 0 { predicates = append(predicates, findinghistory.FindingClassNotIn(i.FindingClassNotIn...)) } - if i.FindingClassGT != nil { - predicates = append(predicates, findinghistory.FindingClassGT(*i.FindingClassGT)) - } - if i.FindingClassGTE != nil { - predicates = append(predicates, findinghistory.FindingClassGTE(*i.FindingClassGTE)) - } - if i.FindingClassLT != nil { - predicates = append(predicates, findinghistory.FindingClassLT(*i.FindingClassLT)) - } - if i.FindingClassLTE != nil { - predicates = append(predicates, findinghistory.FindingClassLTE(*i.FindingClassLTE)) - } if i.FindingClassContains != nil { predicates = append(predicates, findinghistory.FindingClassContains(*i.FindingClassContains)) } @@ -30907,18 +23692,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.SeverityNotIn) > 0 { predicates = append(predicates, findinghistory.SeverityNotIn(i.SeverityNotIn...)) } - if i.SeverityGT != nil { - predicates = append(predicates, findinghistory.SeverityGT(*i.SeverityGT)) - } - if i.SeverityGTE != nil { - predicates = append(predicates, findinghistory.SeverityGTE(*i.SeverityGTE)) - } - if i.SeverityLT != nil { - predicates = append(predicates, findinghistory.SeverityLT(*i.SeverityLT)) - } - if i.SeverityLTE != nil { - predicates = append(predicates, findinghistory.SeverityLTE(*i.SeverityLTE)) - } if i.SeverityContains != nil { predicates = append(predicates, findinghistory.SeverityContains(*i.SeverityContains)) } @@ -31072,18 +23845,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.PriorityNotIn) > 0 { predicates = append(predicates, findinghistory.PriorityNotIn(i.PriorityNotIn...)) } - if i.PriorityGT != nil { - predicates = append(predicates, findinghistory.PriorityGT(*i.PriorityGT)) - } - if i.PriorityGTE != nil { - predicates = append(predicates, findinghistory.PriorityGTE(*i.PriorityGTE)) - } - if i.PriorityLT != nil { - predicates = append(predicates, findinghistory.PriorityLT(*i.PriorityLT)) - } - if i.PriorityLTE != nil { - predicates = append(predicates, findinghistory.PriorityLTE(*i.PriorityLTE)) - } if i.PriorityContains != nil { predicates = append(predicates, findinghistory.PriorityContains(*i.PriorityContains)) } @@ -31177,18 +23938,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.AssessmentIDNotIn) > 0 { predicates = append(predicates, findinghistory.AssessmentIDNotIn(i.AssessmentIDNotIn...)) } - if i.AssessmentIDGT != nil { - predicates = append(predicates, findinghistory.AssessmentIDGT(*i.AssessmentIDGT)) - } - if i.AssessmentIDGTE != nil { - predicates = append(predicates, findinghistory.AssessmentIDGTE(*i.AssessmentIDGTE)) - } - if i.AssessmentIDLT != nil { - predicates = append(predicates, findinghistory.AssessmentIDLT(*i.AssessmentIDLT)) - } - if i.AssessmentIDLTE != nil { - predicates = append(predicates, findinghistory.AssessmentIDLTE(*i.AssessmentIDLTE)) - } if i.AssessmentIDContains != nil { predicates = append(predicates, findinghistory.AssessmentIDContains(*i.AssessmentIDContains)) } @@ -31222,18 +23971,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, findinghistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, findinghistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, findinghistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, findinghistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, findinghistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, findinghistory.DescriptionContains(*i.DescriptionContains)) } @@ -31267,18 +24004,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.RecommendationNotIn) > 0 { predicates = append(predicates, findinghistory.RecommendationNotIn(i.RecommendationNotIn...)) } - if i.RecommendationGT != nil { - predicates = append(predicates, findinghistory.RecommendationGT(*i.RecommendationGT)) - } - if i.RecommendationGTE != nil { - predicates = append(predicates, findinghistory.RecommendationGTE(*i.RecommendationGTE)) - } - if i.RecommendationLT != nil { - predicates = append(predicates, findinghistory.RecommendationLT(*i.RecommendationLT)) - } - if i.RecommendationLTE != nil { - predicates = append(predicates, findinghistory.RecommendationLTE(*i.RecommendationLTE)) - } if i.RecommendationContains != nil { predicates = append(predicates, findinghistory.RecommendationContains(*i.RecommendationContains)) } @@ -31312,18 +24037,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.RecommendedActionsNotIn) > 0 { predicates = append(predicates, findinghistory.RecommendedActionsNotIn(i.RecommendedActionsNotIn...)) } - if i.RecommendedActionsGT != nil { - predicates = append(predicates, findinghistory.RecommendedActionsGT(*i.RecommendedActionsGT)) - } - if i.RecommendedActionsGTE != nil { - predicates = append(predicates, findinghistory.RecommendedActionsGTE(*i.RecommendedActionsGTE)) - } - if i.RecommendedActionsLT != nil { - predicates = append(predicates, findinghistory.RecommendedActionsLT(*i.RecommendedActionsLT)) - } - if i.RecommendedActionsLTE != nil { - predicates = append(predicates, findinghistory.RecommendedActionsLTE(*i.RecommendedActionsLTE)) - } if i.RecommendedActionsContains != nil { predicates = append(predicates, findinghistory.RecommendedActionsContains(*i.RecommendedActionsContains)) } @@ -31357,18 +24070,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.VectorNotIn) > 0 { predicates = append(predicates, findinghistory.VectorNotIn(i.VectorNotIn...)) } - if i.VectorGT != nil { - predicates = append(predicates, findinghistory.VectorGT(*i.VectorGT)) - } - if i.VectorGTE != nil { - predicates = append(predicates, findinghistory.VectorGTE(*i.VectorGTE)) - } - if i.VectorLT != nil { - predicates = append(predicates, findinghistory.VectorLT(*i.VectorLT)) - } - if i.VectorLTE != nil { - predicates = append(predicates, findinghistory.VectorLTE(*i.VectorLTE)) - } if i.VectorContains != nil { predicates = append(predicates, findinghistory.VectorContains(*i.VectorContains)) } @@ -31396,12 +24097,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.RemediationSLANEQ != nil { predicates = append(predicates, findinghistory.RemediationSLANEQ(*i.RemediationSLANEQ)) } - if len(i.RemediationSLAIn) > 0 { - predicates = append(predicates, findinghistory.RemediationSLAIn(i.RemediationSLAIn...)) - } - if len(i.RemediationSLANotIn) > 0 { - predicates = append(predicates, findinghistory.RemediationSLANotIn(i.RemediationSLANotIn...)) - } if i.RemediationSLAGT != nil { predicates = append(predicates, findinghistory.RemediationSLAGT(*i.RemediationSLAGT)) } @@ -31423,15 +24118,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.EventTime != nil { predicates = append(predicates, findinghistory.EventTimeEQ(*i.EventTime)) } - if i.EventTimeNEQ != nil { - predicates = append(predicates, findinghistory.EventTimeNEQ(*i.EventTimeNEQ)) - } - if len(i.EventTimeIn) > 0 { - predicates = append(predicates, findinghistory.EventTimeIn(i.EventTimeIn...)) - } - if len(i.EventTimeNotIn) > 0 { - predicates = append(predicates, findinghistory.EventTimeNotIn(i.EventTimeNotIn...)) - } if i.EventTimeGT != nil { predicates = append(predicates, findinghistory.EventTimeGT(*i.EventTimeGT)) } @@ -31453,15 +24139,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.ReportedAt != nil { predicates = append(predicates, findinghistory.ReportedAtEQ(*i.ReportedAt)) } - if i.ReportedAtNEQ != nil { - predicates = append(predicates, findinghistory.ReportedAtNEQ(*i.ReportedAtNEQ)) - } - if len(i.ReportedAtIn) > 0 { - predicates = append(predicates, findinghistory.ReportedAtIn(i.ReportedAtIn...)) - } - if len(i.ReportedAtNotIn) > 0 { - predicates = append(predicates, findinghistory.ReportedAtNotIn(i.ReportedAtNotIn...)) - } if i.ReportedAtGT != nil { predicates = append(predicates, findinghistory.ReportedAtGT(*i.ReportedAtGT)) } @@ -31483,15 +24160,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if i.SourceUpdatedAt != nil { predicates = append(predicates, findinghistory.SourceUpdatedAtEQ(*i.SourceUpdatedAt)) } - if i.SourceUpdatedAtNEQ != nil { - predicates = append(predicates, findinghistory.SourceUpdatedAtNEQ(*i.SourceUpdatedAtNEQ)) - } - if len(i.SourceUpdatedAtIn) > 0 { - predicates = append(predicates, findinghistory.SourceUpdatedAtIn(i.SourceUpdatedAtIn...)) - } - if len(i.SourceUpdatedAtNotIn) > 0 { - predicates = append(predicates, findinghistory.SourceUpdatedAtNotIn(i.SourceUpdatedAtNotIn...)) - } if i.SourceUpdatedAtGT != nil { predicates = append(predicates, findinghistory.SourceUpdatedAtGT(*i.SourceUpdatedAtGT)) } @@ -31522,18 +24190,6 @@ func (i *FindingHistoryWhereInput) P() (predicate.FindingHistory, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, findinghistory.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, findinghistory.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, findinghistory.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, findinghistory.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, findinghistory.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, findinghistory.ExternalURIContains(*i.ExternalURIContains)) } @@ -31613,32 +24269,21 @@ type GroupHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -31654,38 +24299,28 @@ type GroupHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -31699,10 +24334,6 @@ type GroupHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -31716,10 +24347,6 @@ type GroupHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -31733,10 +24360,6 @@ type GroupHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -31748,10 +24371,6 @@ type GroupHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -31765,10 +24384,6 @@ type GroupHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -31786,10 +24401,6 @@ type GroupHistoryWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -31803,10 +24414,6 @@ type GroupHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -31818,10 +24425,6 @@ type GroupHistoryWhereInput struct { OscalRoleNEQ *string `json:"oscalRoleNEQ,omitempty"` OscalRoleIn []string `json:"oscalRoleIn,omitempty"` OscalRoleNotIn []string `json:"oscalRoleNotIn,omitempty"` - OscalRoleGT *string `json:"oscalRoleGT,omitempty"` - OscalRoleGTE *string `json:"oscalRoleGTE,omitempty"` - OscalRoleLT *string `json:"oscalRoleLT,omitempty"` - OscalRoleLTE *string `json:"oscalRoleLTE,omitempty"` OscalRoleContains *string `json:"oscalRoleContains,omitempty"` OscalRoleHasPrefix *string `json:"oscalRoleHasPrefix,omitempty"` OscalRoleHasSuffix *string `json:"oscalRoleHasSuffix,omitempty"` @@ -31835,10 +24438,6 @@ type GroupHistoryWhereInput struct { OscalPartyUUIDNEQ *string `json:"oscalPartyUUIDNEQ,omitempty"` OscalPartyUUIDIn []string `json:"oscalPartyUUIDIn,omitempty"` OscalPartyUUIDNotIn []string `json:"oscalPartyUUIDNotIn,omitempty"` - OscalPartyUUIDGT *string `json:"oscalPartyUUIDGT,omitempty"` - OscalPartyUUIDGTE *string `json:"oscalPartyUUIDGTE,omitempty"` - OscalPartyUUIDLT *string `json:"oscalPartyUUIDLT,omitempty"` - OscalPartyUUIDLTE *string `json:"oscalPartyUUIDLTE,omitempty"` OscalPartyUUIDContains *string `json:"oscalPartyUUIDContains,omitempty"` OscalPartyUUIDHasPrefix *string `json:"oscalPartyUUIDHasPrefix,omitempty"` OscalPartyUUIDHasSuffix *string `json:"oscalPartyUUIDHasSuffix,omitempty"` @@ -31852,10 +24451,6 @@ type GroupHistoryWhereInput struct { ScimExternalIDNEQ *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIDGT *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIDGTE *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIDLT *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIDLTE *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -31869,10 +24464,6 @@ type GroupHistoryWhereInput struct { ScimDisplayNameNEQ *string `json:"scimDisplayNameNEQ,omitempty"` ScimDisplayNameIn []string `json:"scimDisplayNameIn,omitempty"` ScimDisplayNameNotIn []string `json:"scimDisplayNameNotIn,omitempty"` - ScimDisplayNameGT *string `json:"scimDisplayNameGT,omitempty"` - ScimDisplayNameGTE *string `json:"scimDisplayNameGTE,omitempty"` - ScimDisplayNameLT *string `json:"scimDisplayNameLT,omitempty"` - ScimDisplayNameLTE *string `json:"scimDisplayNameLTE,omitempty"` ScimDisplayNameContains *string `json:"scimDisplayNameContains,omitempty"` ScimDisplayNameHasPrefix *string `json:"scimDisplayNameHasPrefix,omitempty"` ScimDisplayNameHasSuffix *string `json:"scimDisplayNameHasSuffix,omitempty"` @@ -31892,10 +24483,6 @@ type GroupHistoryWhereInput struct { ScimGroupMailingNEQ *string `json:"scimGroupMailingNEQ,omitempty"` ScimGroupMailingIn []string `json:"scimGroupMailingIn,omitempty"` ScimGroupMailingNotIn []string `json:"scimGroupMailingNotIn,omitempty"` - ScimGroupMailingGT *string `json:"scimGroupMailingGT,omitempty"` - ScimGroupMailingGTE *string `json:"scimGroupMailingGTE,omitempty"` - ScimGroupMailingLT *string `json:"scimGroupMailingLT,omitempty"` - ScimGroupMailingLTE *string `json:"scimGroupMailingLTE,omitempty"` ScimGroupMailingContains *string `json:"scimGroupMailingContains,omitempty"` ScimGroupMailingHasPrefix *string `json:"scimGroupMailingHasPrefix,omitempty"` ScimGroupMailingHasSuffix *string `json:"scimGroupMailingHasSuffix,omitempty"` @@ -31994,18 +24581,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, grouphistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, grouphistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, grouphistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, grouphistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, grouphistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, grouphistory.IDEqualFold(*i.IDEqualFold)) } @@ -32015,15 +24590,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, grouphistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, grouphistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, grouphistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, grouphistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, grouphistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -32048,18 +24614,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, grouphistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, grouphistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, grouphistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, grouphistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, grouphistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, grouphistory.RefContains(*i.RefContains)) } @@ -32096,15 +24650,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, grouphistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, grouphistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, grouphistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, grouphistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, grouphistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -32126,15 +24671,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, grouphistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, grouphistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, grouphistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, grouphistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, grouphistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -32165,18 +24701,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, grouphistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, grouphistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, grouphistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, grouphistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, grouphistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, grouphistory.CreatedByContains(*i.CreatedByContains)) } @@ -32210,18 +24734,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, grouphistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, grouphistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, grouphistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, grouphistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, grouphistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, grouphistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -32255,18 +24767,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, grouphistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, grouphistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, grouphistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, grouphistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, grouphistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, grouphistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -32300,18 +24800,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, grouphistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, grouphistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, grouphistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, grouphistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, grouphistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, grouphistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -32339,18 +24827,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, grouphistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, grouphistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, grouphistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, grouphistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, grouphistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, grouphistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -32384,18 +24860,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, grouphistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, grouphistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, grouphistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, grouphistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, grouphistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, grouphistory.NameContains(*i.NameContains)) } @@ -32435,18 +24899,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, grouphistory.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, grouphistory.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, grouphistory.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, grouphistory.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, grouphistory.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, grouphistory.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -32480,18 +24932,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, grouphistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, grouphistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, grouphistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, grouphistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, grouphistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, grouphistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -32519,18 +24959,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.OscalRoleNotIn) > 0 { predicates = append(predicates, grouphistory.OscalRoleNotIn(i.OscalRoleNotIn...)) } - if i.OscalRoleGT != nil { - predicates = append(predicates, grouphistory.OscalRoleGT(*i.OscalRoleGT)) - } - if i.OscalRoleGTE != nil { - predicates = append(predicates, grouphistory.OscalRoleGTE(*i.OscalRoleGTE)) - } - if i.OscalRoleLT != nil { - predicates = append(predicates, grouphistory.OscalRoleLT(*i.OscalRoleLT)) - } - if i.OscalRoleLTE != nil { - predicates = append(predicates, grouphistory.OscalRoleLTE(*i.OscalRoleLTE)) - } if i.OscalRoleContains != nil { predicates = append(predicates, grouphistory.OscalRoleContains(*i.OscalRoleContains)) } @@ -32564,18 +24992,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.OscalPartyUUIDNotIn) > 0 { predicates = append(predicates, grouphistory.OscalPartyUUIDNotIn(i.OscalPartyUUIDNotIn...)) } - if i.OscalPartyUUIDGT != nil { - predicates = append(predicates, grouphistory.OscalPartyUUIDGT(*i.OscalPartyUUIDGT)) - } - if i.OscalPartyUUIDGTE != nil { - predicates = append(predicates, grouphistory.OscalPartyUUIDGTE(*i.OscalPartyUUIDGTE)) - } - if i.OscalPartyUUIDLT != nil { - predicates = append(predicates, grouphistory.OscalPartyUUIDLT(*i.OscalPartyUUIDLT)) - } - if i.OscalPartyUUIDLTE != nil { - predicates = append(predicates, grouphistory.OscalPartyUUIDLTE(*i.OscalPartyUUIDLTE)) - } if i.OscalPartyUUIDContains != nil { predicates = append(predicates, grouphistory.OscalPartyUUIDContains(*i.OscalPartyUUIDContains)) } @@ -32609,18 +25025,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.ScimExternalIDNotIn) > 0 { predicates = append(predicates, grouphistory.ScimExternalIDNotIn(i.ScimExternalIDNotIn...)) } - if i.ScimExternalIDGT != nil { - predicates = append(predicates, grouphistory.ScimExternalIDGT(*i.ScimExternalIDGT)) - } - if i.ScimExternalIDGTE != nil { - predicates = append(predicates, grouphistory.ScimExternalIDGTE(*i.ScimExternalIDGTE)) - } - if i.ScimExternalIDLT != nil { - predicates = append(predicates, grouphistory.ScimExternalIDLT(*i.ScimExternalIDLT)) - } - if i.ScimExternalIDLTE != nil { - predicates = append(predicates, grouphistory.ScimExternalIDLTE(*i.ScimExternalIDLTE)) - } if i.ScimExternalIDContains != nil { predicates = append(predicates, grouphistory.ScimExternalIDContains(*i.ScimExternalIDContains)) } @@ -32654,18 +25058,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.ScimDisplayNameNotIn) > 0 { predicates = append(predicates, grouphistory.ScimDisplayNameNotIn(i.ScimDisplayNameNotIn...)) } - if i.ScimDisplayNameGT != nil { - predicates = append(predicates, grouphistory.ScimDisplayNameGT(*i.ScimDisplayNameGT)) - } - if i.ScimDisplayNameGTE != nil { - predicates = append(predicates, grouphistory.ScimDisplayNameGTE(*i.ScimDisplayNameGTE)) - } - if i.ScimDisplayNameLT != nil { - predicates = append(predicates, grouphistory.ScimDisplayNameLT(*i.ScimDisplayNameLT)) - } - if i.ScimDisplayNameLTE != nil { - predicates = append(predicates, grouphistory.ScimDisplayNameLTE(*i.ScimDisplayNameLTE)) - } if i.ScimDisplayNameContains != nil { predicates = append(predicates, grouphistory.ScimDisplayNameContains(*i.ScimDisplayNameContains)) } @@ -32711,18 +25103,6 @@ func (i *GroupHistoryWhereInput) P() (predicate.GroupHistory, error) { if len(i.ScimGroupMailingNotIn) > 0 { predicates = append(predicates, grouphistory.ScimGroupMailingNotIn(i.ScimGroupMailingNotIn...)) } - if i.ScimGroupMailingGT != nil { - predicates = append(predicates, grouphistory.ScimGroupMailingGT(*i.ScimGroupMailingGT)) - } - if i.ScimGroupMailingGTE != nil { - predicates = append(predicates, grouphistory.ScimGroupMailingGTE(*i.ScimGroupMailingGTE)) - } - if i.ScimGroupMailingLT != nil { - predicates = append(predicates, grouphistory.ScimGroupMailingLT(*i.ScimGroupMailingLT)) - } - if i.ScimGroupMailingLTE != nil { - predicates = append(predicates, grouphistory.ScimGroupMailingLTE(*i.ScimGroupMailingLTE)) - } if i.ScimGroupMailingContains != nil { predicates = append(predicates, grouphistory.ScimGroupMailingContains(*i.ScimGroupMailingContains)) } @@ -32781,32 +25161,21 @@ type GroupMembershipHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -32822,38 +25191,28 @@ type GroupMembershipHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -32867,10 +25226,6 @@ type GroupMembershipHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -32884,10 +25239,6 @@ type GroupMembershipHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -32907,10 +25258,6 @@ type GroupMembershipHistoryWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -32922,10 +25269,6 @@ type GroupMembershipHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -33016,18 +25359,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.IDNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, groupmembershiphistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, groupmembershiphistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, groupmembershiphistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, groupmembershiphistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, groupmembershiphistory.IDEqualFold(*i.IDEqualFold)) } @@ -33037,15 +25368,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if i.HistoryTime != nil { predicates = append(predicates, groupmembershiphistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, groupmembershiphistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, groupmembershiphistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, groupmembershiphistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, groupmembershiphistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -33070,18 +25392,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.RefNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, groupmembershiphistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, groupmembershiphistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, groupmembershiphistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, groupmembershiphistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, groupmembershiphistory.RefContains(*i.RefContains)) } @@ -33118,15 +25428,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if i.CreatedAt != nil { predicates = append(predicates, groupmembershiphistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, groupmembershiphistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, groupmembershiphistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, groupmembershiphistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, groupmembershiphistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -33148,15 +25449,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if i.UpdatedAt != nil { predicates = append(predicates, groupmembershiphistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, groupmembershiphistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, groupmembershiphistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, groupmembershiphistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -33187,18 +25479,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, groupmembershiphistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, groupmembershiphistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, groupmembershiphistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, groupmembershiphistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, groupmembershiphistory.CreatedByContains(*i.CreatedByContains)) } @@ -33232,18 +25512,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, groupmembershiphistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -33277,18 +25545,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, groupmembershiphistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -33334,18 +25590,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, groupmembershiphistory.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, groupmembershiphistory.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, groupmembershiphistory.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, groupmembershiphistory.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, groupmembershiphistory.GroupIDContains(*i.GroupIDContains)) } @@ -33373,18 +25617,6 @@ func (i *GroupMembershipHistoryWhereInput) P() (predicate.GroupMembershipHistory if len(i.UserIDNotIn) > 0 { predicates = append(predicates, groupmembershiphistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, groupmembershiphistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, groupmembershiphistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, groupmembershiphistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, groupmembershiphistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, groupmembershiphistory.UserIDContains(*i.UserIDContains)) } @@ -33423,32 +25655,21 @@ type GroupSettingHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -33464,38 +25685,28 @@ type GroupSettingHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -33509,10 +25720,6 @@ type GroupSettingHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -33526,10 +25733,6 @@ type GroupSettingHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -33567,10 +25770,6 @@ type GroupSettingHistoryWhereInput struct { GroupIDNEQ *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIDGT *string `json:"groupIDGT,omitempty"` - GroupIDGTE *string `json:"groupIDGTE,omitempty"` - GroupIDLT *string `json:"groupIDLT,omitempty"` - GroupIDLTE *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -33663,18 +25862,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, groupsettinghistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, groupsettinghistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, groupsettinghistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, groupsettinghistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, groupsettinghistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, groupsettinghistory.IDEqualFold(*i.IDEqualFold)) } @@ -33684,15 +25871,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if i.HistoryTime != nil { predicates = append(predicates, groupsettinghistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, groupsettinghistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, groupsettinghistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, groupsettinghistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, groupsettinghistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -33717,18 +25895,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, groupsettinghistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, groupsettinghistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, groupsettinghistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, groupsettinghistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, groupsettinghistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, groupsettinghistory.RefContains(*i.RefContains)) } @@ -33765,15 +25931,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if i.CreatedAt != nil { predicates = append(predicates, groupsettinghistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, groupsettinghistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, groupsettinghistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, groupsettinghistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, groupsettinghistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -33795,15 +25952,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, groupsettinghistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, groupsettinghistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, groupsettinghistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, groupsettinghistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, groupsettinghistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -33834,18 +25982,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, groupsettinghistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, groupsettinghistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, groupsettinghistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, groupsettinghistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, groupsettinghistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, groupsettinghistory.CreatedByContains(*i.CreatedByContains)) } @@ -33879,18 +26015,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, groupsettinghistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, groupsettinghistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -33924,18 +26048,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, groupsettinghistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -34017,18 +26129,6 @@ func (i *GroupSettingHistoryWhereInput) P() (predicate.GroupSettingHistory, erro if len(i.GroupIDNotIn) > 0 { predicates = append(predicates, groupsettinghistory.GroupIDNotIn(i.GroupIDNotIn...)) } - if i.GroupIDGT != nil { - predicates = append(predicates, groupsettinghistory.GroupIDGT(*i.GroupIDGT)) - } - if i.GroupIDGTE != nil { - predicates = append(predicates, groupsettinghistory.GroupIDGTE(*i.GroupIDGTE)) - } - if i.GroupIDLT != nil { - predicates = append(predicates, groupsettinghistory.GroupIDLT(*i.GroupIDLT)) - } - if i.GroupIDLTE != nil { - predicates = append(predicates, groupsettinghistory.GroupIDLTE(*i.GroupIDLTE)) - } if i.GroupIDContains != nil { predicates = append(predicates, groupsettinghistory.GroupIDContains(*i.GroupIDContains)) } @@ -34073,32 +26173,21 @@ type HushHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -34114,38 +26203,28 @@ type HushHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -34159,10 +26238,6 @@ type HushHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -34176,10 +26251,6 @@ type HushHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -34193,10 +26264,6 @@ type HushHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -34216,10 +26283,6 @@ type HushHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -34233,10 +26296,6 @@ type HushHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -34250,10 +26309,6 @@ type HushHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -34265,10 +26320,6 @@ type HushHistoryWhereInput struct { KindNEQ *string `json:"kindNEQ,omitempty"` KindIn []string `json:"kindIn,omitempty"` KindNotIn []string `json:"kindNotIn,omitempty"` - KindGT *string `json:"kindGT,omitempty"` - KindGTE *string `json:"kindGTE,omitempty"` - KindLT *string `json:"kindLT,omitempty"` - KindLTE *string `json:"kindLTE,omitempty"` KindContains *string `json:"kindContains,omitempty"` KindHasPrefix *string `json:"kindHasPrefix,omitempty"` KindHasSuffix *string `json:"kindHasSuffix,omitempty"` @@ -34282,10 +26333,6 @@ type HushHistoryWhereInput struct { SecretNameNEQ *string `json:"secretNameNEQ,omitempty"` SecretNameIn []string `json:"secretNameIn,omitempty"` SecretNameNotIn []string `json:"secretNameNotIn,omitempty"` - SecretNameGT *string `json:"secretNameGT,omitempty"` - SecretNameGTE *string `json:"secretNameGTE,omitempty"` - SecretNameLT *string `json:"secretNameLT,omitempty"` - SecretNameLTE *string `json:"secretNameLTE,omitempty"` SecretNameContains *string `json:"secretNameContains,omitempty"` SecretNameHasPrefix *string `json:"secretNameHasPrefix,omitempty"` SecretNameHasSuffix *string `json:"secretNameHasSuffix,omitempty"` @@ -34295,28 +26342,22 @@ type HushHistoryWhereInput struct { SecretNameContainsFold *string `json:"secretNameContainsFold,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "expires_at" field predicates. - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNEQ *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGT *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGTE *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLT *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLTE *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil bool `json:"expiresAtNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -34402,18 +26443,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, hushhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, hushhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, hushhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, hushhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, hushhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, hushhistory.IDEqualFold(*i.IDEqualFold)) } @@ -34423,15 +26452,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, hushhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, hushhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, hushhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, hushhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, hushhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -34456,18 +26476,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, hushhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, hushhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, hushhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, hushhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, hushhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, hushhistory.RefContains(*i.RefContains)) } @@ -34504,15 +26512,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, hushhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, hushhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, hushhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, hushhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, hushhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -34534,15 +26533,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, hushhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, hushhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, hushhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, hushhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, hushhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -34573,18 +26563,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, hushhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, hushhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, hushhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, hushhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, hushhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, hushhistory.CreatedByContains(*i.CreatedByContains)) } @@ -34618,18 +26596,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, hushhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, hushhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, hushhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, hushhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, hushhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, hushhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -34663,18 +26629,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, hushhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, hushhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, hushhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, hushhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, hushhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, hushhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -34708,18 +26662,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, hushhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, hushhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, hushhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, hushhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, hushhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, hushhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -34765,18 +26707,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, hushhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, hushhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, hushhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, hushhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, hushhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, hushhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -34810,18 +26740,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, hushhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, hushhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, hushhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, hushhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, hushhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, hushhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -34855,18 +26773,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, hushhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, hushhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, hushhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, hushhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, hushhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, hushhistory.NameContains(*i.NameContains)) } @@ -34894,18 +26800,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.KindNotIn) > 0 { predicates = append(predicates, hushhistory.KindNotIn(i.KindNotIn...)) } - if i.KindGT != nil { - predicates = append(predicates, hushhistory.KindGT(*i.KindGT)) - } - if i.KindGTE != nil { - predicates = append(predicates, hushhistory.KindGTE(*i.KindGTE)) - } - if i.KindLT != nil { - predicates = append(predicates, hushhistory.KindLT(*i.KindLT)) - } - if i.KindLTE != nil { - predicates = append(predicates, hushhistory.KindLTE(*i.KindLTE)) - } if i.KindContains != nil { predicates = append(predicates, hushhistory.KindContains(*i.KindContains)) } @@ -34939,18 +26833,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if len(i.SecretNameNotIn) > 0 { predicates = append(predicates, hushhistory.SecretNameNotIn(i.SecretNameNotIn...)) } - if i.SecretNameGT != nil { - predicates = append(predicates, hushhistory.SecretNameGT(*i.SecretNameGT)) - } - if i.SecretNameGTE != nil { - predicates = append(predicates, hushhistory.SecretNameGTE(*i.SecretNameGTE)) - } - if i.SecretNameLT != nil { - predicates = append(predicates, hushhistory.SecretNameLT(*i.SecretNameLT)) - } - if i.SecretNameLTE != nil { - predicates = append(predicates, hushhistory.SecretNameLTE(*i.SecretNameLTE)) - } if i.SecretNameContains != nil { predicates = append(predicates, hushhistory.SecretNameContains(*i.SecretNameContains)) } @@ -34975,15 +26857,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if i.LastUsedAt != nil { predicates = append(predicates, hushhistory.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, hushhistory.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, hushhistory.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, hushhistory.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, hushhistory.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -35005,15 +26878,6 @@ func (i *HushHistoryWhereInput) P() (predicate.HushHistory, error) { if i.ExpiresAt != nil { predicates = append(predicates, hushhistory.ExpiresAtEQ(*i.ExpiresAt)) } - if i.ExpiresAtNEQ != nil { - predicates = append(predicates, hushhistory.ExpiresAtNEQ(*i.ExpiresAtNEQ)) - } - if len(i.ExpiresAtIn) > 0 { - predicates = append(predicates, hushhistory.ExpiresAtIn(i.ExpiresAtIn...)) - } - if len(i.ExpiresAtNotIn) > 0 { - predicates = append(predicates, hushhistory.ExpiresAtNotIn(i.ExpiresAtNotIn...)) - } if i.ExpiresAtGT != nil { predicates = append(predicates, hushhistory.ExpiresAtGT(*i.ExpiresAtGT)) } @@ -35055,32 +26919,21 @@ type IdentityHolderHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -35096,38 +26949,28 @@ type IdentityHolderHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -35141,10 +26984,6 @@ type IdentityHolderHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -35158,10 +26997,6 @@ type IdentityHolderHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -35175,10 +27010,6 @@ type IdentityHolderHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -35190,10 +27021,6 @@ type IdentityHolderHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -35207,10 +27034,6 @@ type IdentityHolderHistoryWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -35224,10 +27047,6 @@ type IdentityHolderHistoryWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -35241,10 +27060,6 @@ type IdentityHolderHistoryWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -35258,10 +27073,6 @@ type IdentityHolderHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -35275,10 +27086,6 @@ type IdentityHolderHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -35292,10 +27099,6 @@ type IdentityHolderHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -35309,10 +27112,6 @@ type IdentityHolderHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -35332,10 +27131,6 @@ type IdentityHolderHistoryWhereInput struct { FullNameNEQ *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGT *string `json:"fullNameGT,omitempty"` - FullNameGTE *string `json:"fullNameGTE,omitempty"` - FullNameLT *string `json:"fullNameLT,omitempty"` - FullNameLTE *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -35347,10 +27142,6 @@ type IdentityHolderHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -35362,10 +27153,6 @@ type IdentityHolderHistoryWhereInput struct { AlternateEmailNEQ *string `json:"alternateEmailNEQ,omitempty"` AlternateEmailIn []string `json:"alternateEmailIn,omitempty"` AlternateEmailNotIn []string `json:"alternateEmailNotIn,omitempty"` - AlternateEmailGT *string `json:"alternateEmailGT,omitempty"` - AlternateEmailGTE *string `json:"alternateEmailGTE,omitempty"` - AlternateEmailLT *string `json:"alternateEmailLT,omitempty"` - AlternateEmailLTE *string `json:"alternateEmailLTE,omitempty"` AlternateEmailContains *string `json:"alternateEmailContains,omitempty"` AlternateEmailHasPrefix *string `json:"alternateEmailHasPrefix,omitempty"` AlternateEmailHasSuffix *string `json:"alternateEmailHasSuffix,omitempty"` @@ -35379,10 +27166,6 @@ type IdentityHolderHistoryWhereInput struct { PhoneNumberNEQ *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGT *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGTE *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLT *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLTE *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -35402,10 +27185,6 @@ type IdentityHolderHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -35435,10 +27214,6 @@ type IdentityHolderHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -35452,10 +27227,6 @@ type IdentityHolderHistoryWhereInput struct { DepartmentNEQ *string `json:"departmentNEQ,omitempty"` DepartmentIn []string `json:"departmentIn,omitempty"` DepartmentNotIn []string `json:"departmentNotIn,omitempty"` - DepartmentGT *string `json:"departmentGT,omitempty"` - DepartmentGTE *string `json:"departmentGTE,omitempty"` - DepartmentLT *string `json:"departmentLT,omitempty"` - DepartmentLTE *string `json:"departmentLTE,omitempty"` DepartmentContains *string `json:"departmentContains,omitempty"` DepartmentHasPrefix *string `json:"departmentHasPrefix,omitempty"` DepartmentHasSuffix *string `json:"departmentHasSuffix,omitempty"` @@ -35469,10 +27240,6 @@ type IdentityHolderHistoryWhereInput struct { TeamNEQ *string `json:"teamNEQ,omitempty"` TeamIn []string `json:"teamIn,omitempty"` TeamNotIn []string `json:"teamNotIn,omitempty"` - TeamGT *string `json:"teamGT,omitempty"` - TeamGTE *string `json:"teamGTE,omitempty"` - TeamLT *string `json:"teamLT,omitempty"` - TeamLTE *string `json:"teamLTE,omitempty"` TeamContains *string `json:"teamContains,omitempty"` TeamHasPrefix *string `json:"teamHasPrefix,omitempty"` TeamHasSuffix *string `json:"teamHasSuffix,omitempty"` @@ -35486,10 +27253,6 @@ type IdentityHolderHistoryWhereInput struct { LocationNEQ *string `json:"locationNEQ,omitempty"` LocationIn []string `json:"locationIn,omitempty"` LocationNotIn []string `json:"locationNotIn,omitempty"` - LocationGT *string `json:"locationGT,omitempty"` - LocationGTE *string `json:"locationGTE,omitempty"` - LocationLT *string `json:"locationLT,omitempty"` - LocationLTE *string `json:"locationLTE,omitempty"` LocationContains *string `json:"locationContains,omitempty"` LocationHasPrefix *string `json:"locationHasPrefix,omitempty"` LocationHasSuffix *string `json:"locationHasSuffix,omitempty"` @@ -35499,38 +27262,28 @@ type IdentityHolderHistoryWhereInput struct { LocationContainsFold *string `json:"locationContainsFold,omitempty"` // "start_date" field predicates. - StartDate *models.DateTime `json:"startDate,omitempty"` - StartDateNEQ *models.DateTime `json:"startDateNEQ,omitempty"` - StartDateIn []models.DateTime `json:"startDateIn,omitempty"` - StartDateNotIn []models.DateTime `json:"startDateNotIn,omitempty"` - StartDateGT *models.DateTime `json:"startDateGT,omitempty"` - StartDateGTE *models.DateTime `json:"startDateGTE,omitempty"` - StartDateLT *models.DateTime `json:"startDateLT,omitempty"` - StartDateLTE *models.DateTime `json:"startDateLTE,omitempty"` - StartDateIsNil bool `json:"startDateIsNil,omitempty"` - StartDateNotNil bool `json:"startDateNotNil,omitempty"` + StartDate *models.DateTime `json:"startDate,omitempty"` + StartDateGT *models.DateTime `json:"startDateGT,omitempty"` + StartDateGTE *models.DateTime `json:"startDateGTE,omitempty"` + StartDateLT *models.DateTime `json:"startDateLT,omitempty"` + StartDateLTE *models.DateTime `json:"startDateLTE,omitempty"` + StartDateIsNil bool `json:"startDateIsNil,omitempty"` + StartDateNotNil bool `json:"startDateNotNil,omitempty"` // "end_date" field predicates. - EndDate *models.DateTime `json:"endDate,omitempty"` - EndDateNEQ *models.DateTime `json:"endDateNEQ,omitempty"` - EndDateIn []models.DateTime `json:"endDateIn,omitempty"` - EndDateNotIn []models.DateTime `json:"endDateNotIn,omitempty"` - EndDateGT *models.DateTime `json:"endDateGT,omitempty"` - EndDateGTE *models.DateTime `json:"endDateGTE,omitempty"` - EndDateLT *models.DateTime `json:"endDateLT,omitempty"` - EndDateLTE *models.DateTime `json:"endDateLTE,omitempty"` - EndDateIsNil bool `json:"endDateIsNil,omitempty"` - EndDateNotNil bool `json:"endDateNotNil,omitempty"` + EndDate *models.DateTime `json:"endDate,omitempty"` + EndDateGT *models.DateTime `json:"endDateGT,omitempty"` + EndDateGTE *models.DateTime `json:"endDateGTE,omitempty"` + EndDateLT *models.DateTime `json:"endDateLT,omitempty"` + EndDateLTE *models.DateTime `json:"endDateLTE,omitempty"` + EndDateIsNil bool `json:"endDateIsNil,omitempty"` + EndDateNotNil bool `json:"endDateNotNil,omitempty"` // "employer_entity_id" field predicates. EmployerEntityID *string `json:"employerEntityID,omitempty"` EmployerEntityIDNEQ *string `json:"employerEntityIDNEQ,omitempty"` EmployerEntityIDIn []string `json:"employerEntityIDIn,omitempty"` EmployerEntityIDNotIn []string `json:"employerEntityIDNotIn,omitempty"` - EmployerEntityIDGT *string `json:"employerEntityIDGT,omitempty"` - EmployerEntityIDGTE *string `json:"employerEntityIDGTE,omitempty"` - EmployerEntityIDLT *string `json:"employerEntityIDLT,omitempty"` - EmployerEntityIDLTE *string `json:"employerEntityIDLTE,omitempty"` EmployerEntityIDContains *string `json:"employerEntityIDContains,omitempty"` EmployerEntityIDHasPrefix *string `json:"employerEntityIDHasPrefix,omitempty"` EmployerEntityIDHasSuffix *string `json:"employerEntityIDHasSuffix,omitempty"` @@ -35544,10 +27297,6 @@ type IdentityHolderHistoryWhereInput struct { ExternalUserIDNEQ *string `json:"externalUserIDNEQ,omitempty"` ExternalUserIDIn []string `json:"externalUserIDIn,omitempty"` ExternalUserIDNotIn []string `json:"externalUserIDNotIn,omitempty"` - ExternalUserIDGT *string `json:"externalUserIDGT,omitempty"` - ExternalUserIDGTE *string `json:"externalUserIDGTE,omitempty"` - ExternalUserIDLT *string `json:"externalUserIDLT,omitempty"` - ExternalUserIDLTE *string `json:"externalUserIDLTE,omitempty"` ExternalUserIDContains *string `json:"externalUserIDContains,omitempty"` ExternalUserIDHasPrefix *string `json:"externalUserIDHasPrefix,omitempty"` ExternalUserIDHasSuffix *string `json:"externalUserIDHasSuffix,omitempty"` @@ -35561,10 +27310,6 @@ type IdentityHolderHistoryWhereInput struct { ExternalReferenceIDNEQ *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIDGT *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIDGTE *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIDLT *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIDLTE *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -35578,10 +27323,6 @@ type IdentityHolderHistoryWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -35680,18 +27421,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, identityholderhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, identityholderhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, identityholderhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, identityholderhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, identityholderhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, identityholderhistory.IDEqualFold(*i.IDEqualFold)) } @@ -35701,15 +27430,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if i.HistoryTime != nil { predicates = append(predicates, identityholderhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, identityholderhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, identityholderhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, identityholderhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, identityholderhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -35734,18 +27454,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, identityholderhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, identityholderhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, identityholderhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, identityholderhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, identityholderhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, identityholderhistory.RefContains(*i.RefContains)) } @@ -35782,15 +27490,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if i.CreatedAt != nil { predicates = append(predicates, identityholderhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, identityholderhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, identityholderhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, identityholderhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, identityholderhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -35812,15 +27511,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if i.UpdatedAt != nil { predicates = append(predicates, identityholderhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, identityholderhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, identityholderhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, identityholderhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, identityholderhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -35851,18 +27541,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, identityholderhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, identityholderhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, identityholderhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, identityholderhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, identityholderhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, identityholderhistory.CreatedByContains(*i.CreatedByContains)) } @@ -35896,18 +27574,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, identityholderhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, identityholderhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, identityholderhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, identityholderhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, identityholderhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, identityholderhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -35941,18 +27607,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, identityholderhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -35986,18 +27640,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, identityholderhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, identityholderhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, identityholderhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, identityholderhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, identityholderhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -36025,18 +27667,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, identityholderhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, identityholderhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, identityholderhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, identityholderhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, identityholderhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -36070,18 +27700,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, identityholderhistory.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, identityholderhistory.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -36115,18 +27733,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, identityholderhistory.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -36160,18 +27766,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, identityholderhistory.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -36205,18 +27799,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, identityholderhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, identityholderhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, identityholderhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, identityholderhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, identityholderhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, identityholderhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -36250,18 +27832,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, identityholderhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, identityholderhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, identityholderhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, identityholderhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, identityholderhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -36295,18 +27865,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, identityholderhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, identityholderhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, identityholderhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, identityholderhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, identityholderhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, identityholderhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -36340,18 +27898,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, identityholderhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, identityholderhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, identityholderhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, identityholderhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, identityholderhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -36397,18 +27943,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.FullNameNotIn) > 0 { predicates = append(predicates, identityholderhistory.FullNameNotIn(i.FullNameNotIn...)) } - if i.FullNameGT != nil { - predicates = append(predicates, identityholderhistory.FullNameGT(*i.FullNameGT)) - } - if i.FullNameGTE != nil { - predicates = append(predicates, identityholderhistory.FullNameGTE(*i.FullNameGTE)) - } - if i.FullNameLT != nil { - predicates = append(predicates, identityholderhistory.FullNameLT(*i.FullNameLT)) - } - if i.FullNameLTE != nil { - predicates = append(predicates, identityholderhistory.FullNameLTE(*i.FullNameLTE)) - } if i.FullNameContains != nil { predicates = append(predicates, identityholderhistory.FullNameContains(*i.FullNameContains)) } @@ -36436,18 +27970,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.EmailNotIn) > 0 { predicates = append(predicates, identityholderhistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, identityholderhistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, identityholderhistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, identityholderhistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, identityholderhistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, identityholderhistory.EmailContains(*i.EmailContains)) } @@ -36475,18 +27997,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.AlternateEmailNotIn) > 0 { predicates = append(predicates, identityholderhistory.AlternateEmailNotIn(i.AlternateEmailNotIn...)) } - if i.AlternateEmailGT != nil { - predicates = append(predicates, identityholderhistory.AlternateEmailGT(*i.AlternateEmailGT)) - } - if i.AlternateEmailGTE != nil { - predicates = append(predicates, identityholderhistory.AlternateEmailGTE(*i.AlternateEmailGTE)) - } - if i.AlternateEmailLT != nil { - predicates = append(predicates, identityholderhistory.AlternateEmailLT(*i.AlternateEmailLT)) - } - if i.AlternateEmailLTE != nil { - predicates = append(predicates, identityholderhistory.AlternateEmailLTE(*i.AlternateEmailLTE)) - } if i.AlternateEmailContains != nil { predicates = append(predicates, identityholderhistory.AlternateEmailContains(*i.AlternateEmailContains)) } @@ -36520,18 +28030,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.PhoneNumberNotIn) > 0 { predicates = append(predicates, identityholderhistory.PhoneNumberNotIn(i.PhoneNumberNotIn...)) } - if i.PhoneNumberGT != nil { - predicates = append(predicates, identityholderhistory.PhoneNumberGT(*i.PhoneNumberGT)) - } - if i.PhoneNumberGTE != nil { - predicates = append(predicates, identityholderhistory.PhoneNumberGTE(*i.PhoneNumberGTE)) - } - if i.PhoneNumberLT != nil { - predicates = append(predicates, identityholderhistory.PhoneNumberLT(*i.PhoneNumberLT)) - } - if i.PhoneNumberLTE != nil { - predicates = append(predicates, identityholderhistory.PhoneNumberLTE(*i.PhoneNumberLTE)) - } if i.PhoneNumberContains != nil { predicates = append(predicates, identityholderhistory.PhoneNumberContains(*i.PhoneNumberContains)) } @@ -36577,18 +28075,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.UserIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, identityholderhistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, identityholderhistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, identityholderhistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, identityholderhistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, identityholderhistory.UserIDContains(*i.UserIDContains)) } @@ -36652,18 +28138,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.TitleNotIn) > 0 { predicates = append(predicates, identityholderhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, identityholderhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, identityholderhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, identityholderhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, identityholderhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, identityholderhistory.TitleContains(*i.TitleContains)) } @@ -36697,18 +28171,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.DepartmentNotIn) > 0 { predicates = append(predicates, identityholderhistory.DepartmentNotIn(i.DepartmentNotIn...)) } - if i.DepartmentGT != nil { - predicates = append(predicates, identityholderhistory.DepartmentGT(*i.DepartmentGT)) - } - if i.DepartmentGTE != nil { - predicates = append(predicates, identityholderhistory.DepartmentGTE(*i.DepartmentGTE)) - } - if i.DepartmentLT != nil { - predicates = append(predicates, identityholderhistory.DepartmentLT(*i.DepartmentLT)) - } - if i.DepartmentLTE != nil { - predicates = append(predicates, identityholderhistory.DepartmentLTE(*i.DepartmentLTE)) - } if i.DepartmentContains != nil { predicates = append(predicates, identityholderhistory.DepartmentContains(*i.DepartmentContains)) } @@ -36742,18 +28204,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.TeamNotIn) > 0 { predicates = append(predicates, identityholderhistory.TeamNotIn(i.TeamNotIn...)) } - if i.TeamGT != nil { - predicates = append(predicates, identityholderhistory.TeamGT(*i.TeamGT)) - } - if i.TeamGTE != nil { - predicates = append(predicates, identityholderhistory.TeamGTE(*i.TeamGTE)) - } - if i.TeamLT != nil { - predicates = append(predicates, identityholderhistory.TeamLT(*i.TeamLT)) - } - if i.TeamLTE != nil { - predicates = append(predicates, identityholderhistory.TeamLTE(*i.TeamLTE)) - } if i.TeamContains != nil { predicates = append(predicates, identityholderhistory.TeamContains(*i.TeamContains)) } @@ -36787,18 +28237,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.LocationNotIn) > 0 { predicates = append(predicates, identityholderhistory.LocationNotIn(i.LocationNotIn...)) } - if i.LocationGT != nil { - predicates = append(predicates, identityholderhistory.LocationGT(*i.LocationGT)) - } - if i.LocationGTE != nil { - predicates = append(predicates, identityholderhistory.LocationGTE(*i.LocationGTE)) - } - if i.LocationLT != nil { - predicates = append(predicates, identityholderhistory.LocationLT(*i.LocationLT)) - } - if i.LocationLTE != nil { - predicates = append(predicates, identityholderhistory.LocationLTE(*i.LocationLTE)) - } if i.LocationContains != nil { predicates = append(predicates, identityholderhistory.LocationContains(*i.LocationContains)) } @@ -36823,15 +28261,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if i.StartDate != nil { predicates = append(predicates, identityholderhistory.StartDateEQ(*i.StartDate)) } - if i.StartDateNEQ != nil { - predicates = append(predicates, identityholderhistory.StartDateNEQ(*i.StartDateNEQ)) - } - if len(i.StartDateIn) > 0 { - predicates = append(predicates, identityholderhistory.StartDateIn(i.StartDateIn...)) - } - if len(i.StartDateNotIn) > 0 { - predicates = append(predicates, identityholderhistory.StartDateNotIn(i.StartDateNotIn...)) - } if i.StartDateGT != nil { predicates = append(predicates, identityholderhistory.StartDateGT(*i.StartDateGT)) } @@ -36853,15 +28282,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if i.EndDate != nil { predicates = append(predicates, identityholderhistory.EndDateEQ(*i.EndDate)) } - if i.EndDateNEQ != nil { - predicates = append(predicates, identityholderhistory.EndDateNEQ(*i.EndDateNEQ)) - } - if len(i.EndDateIn) > 0 { - predicates = append(predicates, identityholderhistory.EndDateIn(i.EndDateIn...)) - } - if len(i.EndDateNotIn) > 0 { - predicates = append(predicates, identityholderhistory.EndDateNotIn(i.EndDateNotIn...)) - } if i.EndDateGT != nil { predicates = append(predicates, identityholderhistory.EndDateGT(*i.EndDateGT)) } @@ -36892,18 +28312,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.EmployerEntityIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.EmployerEntityIDNotIn(i.EmployerEntityIDNotIn...)) } - if i.EmployerEntityIDGT != nil { - predicates = append(predicates, identityholderhistory.EmployerEntityIDGT(*i.EmployerEntityIDGT)) - } - if i.EmployerEntityIDGTE != nil { - predicates = append(predicates, identityholderhistory.EmployerEntityIDGTE(*i.EmployerEntityIDGTE)) - } - if i.EmployerEntityIDLT != nil { - predicates = append(predicates, identityholderhistory.EmployerEntityIDLT(*i.EmployerEntityIDLT)) - } - if i.EmployerEntityIDLTE != nil { - predicates = append(predicates, identityholderhistory.EmployerEntityIDLTE(*i.EmployerEntityIDLTE)) - } if i.EmployerEntityIDContains != nil { predicates = append(predicates, identityholderhistory.EmployerEntityIDContains(*i.EmployerEntityIDContains)) } @@ -36937,18 +28345,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.ExternalUserIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.ExternalUserIDNotIn(i.ExternalUserIDNotIn...)) } - if i.ExternalUserIDGT != nil { - predicates = append(predicates, identityholderhistory.ExternalUserIDGT(*i.ExternalUserIDGT)) - } - if i.ExternalUserIDGTE != nil { - predicates = append(predicates, identityholderhistory.ExternalUserIDGTE(*i.ExternalUserIDGTE)) - } - if i.ExternalUserIDLT != nil { - predicates = append(predicates, identityholderhistory.ExternalUserIDLT(*i.ExternalUserIDLT)) - } - if i.ExternalUserIDLTE != nil { - predicates = append(predicates, identityholderhistory.ExternalUserIDLTE(*i.ExternalUserIDLTE)) - } if i.ExternalUserIDContains != nil { predicates = append(predicates, identityholderhistory.ExternalUserIDContains(*i.ExternalUserIDContains)) } @@ -36982,18 +28378,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.ExternalReferenceIDNotIn) > 0 { predicates = append(predicates, identityholderhistory.ExternalReferenceIDNotIn(i.ExternalReferenceIDNotIn...)) } - if i.ExternalReferenceIDGT != nil { - predicates = append(predicates, identityholderhistory.ExternalReferenceIDGT(*i.ExternalReferenceIDGT)) - } - if i.ExternalReferenceIDGTE != nil { - predicates = append(predicates, identityholderhistory.ExternalReferenceIDGTE(*i.ExternalReferenceIDGTE)) - } - if i.ExternalReferenceIDLT != nil { - predicates = append(predicates, identityholderhistory.ExternalReferenceIDLT(*i.ExternalReferenceIDLT)) - } - if i.ExternalReferenceIDLTE != nil { - predicates = append(predicates, identityholderhistory.ExternalReferenceIDLTE(*i.ExternalReferenceIDLTE)) - } if i.ExternalReferenceIDContains != nil { predicates = append(predicates, identityholderhistory.ExternalReferenceIDContains(*i.ExternalReferenceIDContains)) } @@ -37027,18 +28411,6 @@ func (i *IdentityHolderHistoryWhereInput) P() (predicate.IdentityHolderHistory, if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, identityholderhistory.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, identityholderhistory.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, identityholderhistory.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, identityholderhistory.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, identityholderhistory.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, identityholderhistory.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -37097,32 +28469,21 @@ type InternalPolicyHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -37138,38 +28499,28 @@ type InternalPolicyHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -37183,10 +28534,6 @@ type InternalPolicyHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -37200,10 +28547,6 @@ type InternalPolicyHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -37217,10 +28560,6 @@ type InternalPolicyHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -37232,10 +28571,6 @@ type InternalPolicyHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -37249,10 +28584,6 @@ type InternalPolicyHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -37272,10 +28603,6 @@ type InternalPolicyHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -37289,10 +28616,6 @@ type InternalPolicyHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -37306,10 +28629,6 @@ type InternalPolicyHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -37337,10 +28656,6 @@ type InternalPolicyHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -37356,16 +28671,13 @@ type InternalPolicyHistoryWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -37380,10 +28692,6 @@ type InternalPolicyHistoryWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -37397,10 +28705,6 @@ type InternalPolicyHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -37414,10 +28718,6 @@ type InternalPolicyHistoryWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -37431,10 +28731,6 @@ type InternalPolicyHistoryWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -37448,10 +28744,6 @@ type InternalPolicyHistoryWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -37465,10 +28757,6 @@ type InternalPolicyHistoryWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -37482,10 +28770,6 @@ type InternalPolicyHistoryWhereInput struct { InternalPolicyKindNameNEQ *string `json:"internalPolicyKindNameNEQ,omitempty"` InternalPolicyKindNameIn []string `json:"internalPolicyKindNameIn,omitempty"` InternalPolicyKindNameNotIn []string `json:"internalPolicyKindNameNotIn,omitempty"` - InternalPolicyKindNameGT *string `json:"internalPolicyKindNameGT,omitempty"` - InternalPolicyKindNameGTE *string `json:"internalPolicyKindNameGTE,omitempty"` - InternalPolicyKindNameLT *string `json:"internalPolicyKindNameLT,omitempty"` - InternalPolicyKindNameLTE *string `json:"internalPolicyKindNameLTE,omitempty"` InternalPolicyKindNameContains *string `json:"internalPolicyKindNameContains,omitempty"` InternalPolicyKindNameHasPrefix *string `json:"internalPolicyKindNameHasPrefix,omitempty"` InternalPolicyKindNameHasSuffix *string `json:"internalPolicyKindNameHasSuffix,omitempty"` @@ -37499,10 +28783,6 @@ type InternalPolicyHistoryWhereInput struct { InternalPolicyKindIDNEQ *string `json:"internalPolicyKindIDNEQ,omitempty"` InternalPolicyKindIDIn []string `json:"internalPolicyKindIDIn,omitempty"` InternalPolicyKindIDNotIn []string `json:"internalPolicyKindIDNotIn,omitempty"` - InternalPolicyKindIDGT *string `json:"internalPolicyKindIDGT,omitempty"` - InternalPolicyKindIDGTE *string `json:"internalPolicyKindIDGTE,omitempty"` - InternalPolicyKindIDLT *string `json:"internalPolicyKindIDLT,omitempty"` - InternalPolicyKindIDLTE *string `json:"internalPolicyKindIDLTE,omitempty"` InternalPolicyKindIDContains *string `json:"internalPolicyKindIDContains,omitempty"` InternalPolicyKindIDHasPrefix *string `json:"internalPolicyKindIDHasPrefix,omitempty"` InternalPolicyKindIDHasSuffix *string `json:"internalPolicyKindIDHasSuffix,omitempty"` @@ -37516,10 +28796,6 @@ type InternalPolicyHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -37533,10 +28809,6 @@ type InternalPolicyHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -37550,10 +28822,6 @@ type InternalPolicyHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -37567,10 +28835,6 @@ type InternalPolicyHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -37590,10 +28854,6 @@ type InternalPolicyHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -37707,18 +28967,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, internalpolicyhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, internalpolicyhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, internalpolicyhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, internalpolicyhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, internalpolicyhistory.IDEqualFold(*i.IDEqualFold)) } @@ -37728,15 +28976,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if i.HistoryTime != nil { predicates = append(predicates, internalpolicyhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, internalpolicyhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, internalpolicyhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, internalpolicyhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, internalpolicyhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -37761,18 +29000,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, internalpolicyhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, internalpolicyhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, internalpolicyhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, internalpolicyhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, internalpolicyhistory.RefContains(*i.RefContains)) } @@ -37809,15 +29036,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if i.CreatedAt != nil { predicates = append(predicates, internalpolicyhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, internalpolicyhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, internalpolicyhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, internalpolicyhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, internalpolicyhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -37839,15 +29057,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if i.UpdatedAt != nil { predicates = append(predicates, internalpolicyhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, internalpolicyhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, internalpolicyhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, internalpolicyhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -37878,18 +29087,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, internalpolicyhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, internalpolicyhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, internalpolicyhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, internalpolicyhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, internalpolicyhistory.CreatedByContains(*i.CreatedByContains)) } @@ -37923,18 +29120,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, internalpolicyhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -37968,18 +29153,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, internalpolicyhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -38013,18 +29186,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, internalpolicyhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, internalpolicyhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, internalpolicyhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -38052,18 +29213,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.RevisionNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, internalpolicyhistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, internalpolicyhistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, internalpolicyhistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, internalpolicyhistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, internalpolicyhistory.RevisionContains(*i.RevisionContains)) } @@ -38097,18 +29246,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, internalpolicyhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, internalpolicyhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, internalpolicyhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -38154,18 +29291,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, internalpolicyhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, internalpolicyhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, internalpolicyhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -38199,18 +29324,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, internalpolicyhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, internalpolicyhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, internalpolicyhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -38244,18 +29357,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.NameNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, internalpolicyhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, internalpolicyhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, internalpolicyhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, internalpolicyhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, internalpolicyhistory.NameContains(*i.NameContains)) } @@ -38319,18 +29420,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.DetailsNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, internalpolicyhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, internalpolicyhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, internalpolicyhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, internalpolicyhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, internalpolicyhistory.DetailsContains(*i.DetailsContains)) } @@ -38367,15 +29456,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if i.ReviewDue != nil { predicates = append(predicates, internalpolicyhistory.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, internalpolicyhistory.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, internalpolicyhistory.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, internalpolicyhistory.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, internalpolicyhistory.ReviewDueGT(*i.ReviewDueGT)) } @@ -38424,18 +29504,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, internalpolicyhistory.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, internalpolicyhistory.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, internalpolicyhistory.ApproverIDContains(*i.ApproverIDContains)) } @@ -38469,18 +29537,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, internalpolicyhistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, internalpolicyhistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, internalpolicyhistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -38514,18 +29570,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.URLNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, internalpolicyhistory.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, internalpolicyhistory.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, internalpolicyhistory.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, internalpolicyhistory.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, internalpolicyhistory.URLContains(*i.URLContains)) } @@ -38559,18 +29603,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.FileIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, internalpolicyhistory.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, internalpolicyhistory.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, internalpolicyhistory.FileIDContains(*i.FileIDContains)) } @@ -38604,18 +29636,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, internalpolicyhistory.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -38649,18 +29669,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, internalpolicyhistory.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -38694,18 +29702,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.InternalPolicyKindNameNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameNotIn(i.InternalPolicyKindNameNotIn...)) } - if i.InternalPolicyKindNameGT != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameGT(*i.InternalPolicyKindNameGT)) - } - if i.InternalPolicyKindNameGTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameGTE(*i.InternalPolicyKindNameGTE)) - } - if i.InternalPolicyKindNameLT != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameLT(*i.InternalPolicyKindNameLT)) - } - if i.InternalPolicyKindNameLTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameLTE(*i.InternalPolicyKindNameLTE)) - } if i.InternalPolicyKindNameContains != nil { predicates = append(predicates, internalpolicyhistory.InternalPolicyKindNameContains(*i.InternalPolicyKindNameContains)) } @@ -38739,18 +29735,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.InternalPolicyKindIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDNotIn(i.InternalPolicyKindIDNotIn...)) } - if i.InternalPolicyKindIDGT != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDGT(*i.InternalPolicyKindIDGT)) - } - if i.InternalPolicyKindIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDGTE(*i.InternalPolicyKindIDGTE)) - } - if i.InternalPolicyKindIDLT != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDLT(*i.InternalPolicyKindIDLT)) - } - if i.InternalPolicyKindIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDLTE(*i.InternalPolicyKindIDLTE)) - } if i.InternalPolicyKindIDContains != nil { predicates = append(predicates, internalpolicyhistory.InternalPolicyKindIDContains(*i.InternalPolicyKindIDContains)) } @@ -38784,18 +29768,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, internalpolicyhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -38829,18 +29801,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, internalpolicyhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -38874,18 +29834,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, internalpolicyhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, internalpolicyhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, internalpolicyhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, internalpolicyhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, internalpolicyhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -38919,18 +29867,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, internalpolicyhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, internalpolicyhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, internalpolicyhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -38976,18 +29912,6 @@ func (i *InternalPolicyHistoryWhereInput) P() (predicate.InternalPolicyHistory, if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, internalpolicyhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, internalpolicyhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, internalpolicyhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, internalpolicyhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -39081,32 +30005,21 @@ type JobTemplateHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -39122,38 +30035,28 @@ type JobTemplateHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -39167,10 +30070,6 @@ type JobTemplateHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -39184,10 +30083,6 @@ type JobTemplateHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -39201,10 +30096,6 @@ type JobTemplateHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -39216,10 +30107,6 @@ type JobTemplateHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -39239,10 +30126,6 @@ type JobTemplateHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -39256,10 +30139,6 @@ type JobTemplateHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -39273,10 +30152,6 @@ type JobTemplateHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -39288,10 +30163,6 @@ type JobTemplateHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -39393,18 +30264,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, jobtemplatehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, jobtemplatehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, jobtemplatehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, jobtemplatehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, jobtemplatehistory.IDEqualFold(*i.IDEqualFold)) } @@ -39414,15 +30273,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if i.HistoryTime != nil { predicates = append(predicates, jobtemplatehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, jobtemplatehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, jobtemplatehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, jobtemplatehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, jobtemplatehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -39447,18 +30297,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.RefNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, jobtemplatehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, jobtemplatehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, jobtemplatehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, jobtemplatehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, jobtemplatehistory.RefContains(*i.RefContains)) } @@ -39495,15 +30333,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if i.CreatedAt != nil { predicates = append(predicates, jobtemplatehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, jobtemplatehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, jobtemplatehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, jobtemplatehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, jobtemplatehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -39525,15 +30354,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if i.UpdatedAt != nil { predicates = append(predicates, jobtemplatehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, jobtemplatehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, jobtemplatehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, jobtemplatehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -39564,18 +30384,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, jobtemplatehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, jobtemplatehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, jobtemplatehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, jobtemplatehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, jobtemplatehistory.CreatedByContains(*i.CreatedByContains)) } @@ -39609,18 +30417,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, jobtemplatehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -39654,18 +30450,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, jobtemplatehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -39699,18 +30483,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, jobtemplatehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, jobtemplatehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, jobtemplatehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, jobtemplatehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, jobtemplatehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -39738,18 +30510,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, jobtemplatehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, jobtemplatehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, jobtemplatehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, jobtemplatehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, jobtemplatehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -39795,18 +30555,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, jobtemplatehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, jobtemplatehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, jobtemplatehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, jobtemplatehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, jobtemplatehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -39840,18 +30588,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, jobtemplatehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, jobtemplatehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, jobtemplatehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, jobtemplatehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, jobtemplatehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -39885,18 +30621,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.TitleNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, jobtemplatehistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, jobtemplatehistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, jobtemplatehistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, jobtemplatehistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, jobtemplatehistory.TitleContains(*i.TitleContains)) } @@ -39924,18 +30648,6 @@ func (i *JobTemplateHistoryWhereInput) P() (predicate.JobTemplateHistory, error) if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, jobtemplatehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, jobtemplatehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, jobtemplatehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, jobtemplatehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, jobtemplatehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, jobtemplatehistory.DescriptionContains(*i.DescriptionContains)) } @@ -39999,32 +30711,21 @@ type MappableDomainHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -40040,38 +30741,28 @@ type MappableDomainHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40085,10 +30776,6 @@ type MappableDomainHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40102,10 +30789,6 @@ type MappableDomainHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40119,10 +30802,6 @@ type MappableDomainHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -40134,10 +30813,6 @@ type MappableDomainHistoryWhereInput struct { ZoneIDNEQ *string `json:"zoneIDNEQ,omitempty"` ZoneIDIn []string `json:"zoneIDIn,omitempty"` ZoneIDNotIn []string `json:"zoneIDNotIn,omitempty"` - ZoneIDGT *string `json:"zoneIDGT,omitempty"` - ZoneIDGTE *string `json:"zoneIDGTE,omitempty"` - ZoneIDLT *string `json:"zoneIDLT,omitempty"` - ZoneIDLTE *string `json:"zoneIDLTE,omitempty"` ZoneIDContains *string `json:"zoneIDContains,omitempty"` ZoneIDHasPrefix *string `json:"zoneIDHasPrefix,omitempty"` ZoneIDHasSuffix *string `json:"zoneIDHasSuffix,omitempty"` @@ -40231,18 +30906,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, mappabledomainhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, mappabledomainhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, mappabledomainhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, mappabledomainhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, mappabledomainhistory.IDEqualFold(*i.IDEqualFold)) } @@ -40252,15 +30915,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if i.HistoryTime != nil { predicates = append(predicates, mappabledomainhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, mappabledomainhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, mappabledomainhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, mappabledomainhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, mappabledomainhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -40285,18 +30939,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, mappabledomainhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, mappabledomainhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, mappabledomainhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, mappabledomainhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, mappabledomainhistory.RefContains(*i.RefContains)) } @@ -40333,15 +30975,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if i.CreatedAt != nil { predicates = append(predicates, mappabledomainhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, mappabledomainhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, mappabledomainhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, mappabledomainhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, mappabledomainhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -40363,15 +30996,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if i.UpdatedAt != nil { predicates = append(predicates, mappabledomainhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, mappabledomainhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, mappabledomainhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, mappabledomainhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -40402,18 +31026,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, mappabledomainhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, mappabledomainhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, mappabledomainhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, mappabledomainhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, mappabledomainhistory.CreatedByContains(*i.CreatedByContains)) } @@ -40447,18 +31059,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, mappabledomainhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -40492,18 +31092,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, mappabledomainhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -40537,18 +31125,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.NameNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, mappabledomainhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, mappabledomainhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, mappabledomainhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, mappabledomainhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, mappabledomainhistory.NameContains(*i.NameContains)) } @@ -40576,18 +31152,6 @@ func (i *MappableDomainHistoryWhereInput) P() (predicate.MappableDomainHistory, if len(i.ZoneIDNotIn) > 0 { predicates = append(predicates, mappabledomainhistory.ZoneIDNotIn(i.ZoneIDNotIn...)) } - if i.ZoneIDGT != nil { - predicates = append(predicates, mappabledomainhistory.ZoneIDGT(*i.ZoneIDGT)) - } - if i.ZoneIDGTE != nil { - predicates = append(predicates, mappabledomainhistory.ZoneIDGTE(*i.ZoneIDGTE)) - } - if i.ZoneIDLT != nil { - predicates = append(predicates, mappabledomainhistory.ZoneIDLT(*i.ZoneIDLT)) - } - if i.ZoneIDLTE != nil { - predicates = append(predicates, mappabledomainhistory.ZoneIDLTE(*i.ZoneIDLTE)) - } if i.ZoneIDContains != nil { predicates = append(predicates, mappabledomainhistory.ZoneIDContains(*i.ZoneIDContains)) } @@ -40633,32 +31197,21 @@ type MappedControlHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -40674,38 +31227,28 @@ type MappedControlHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40719,10 +31262,6 @@ type MappedControlHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40736,10 +31275,6 @@ type MappedControlHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40759,10 +31294,6 @@ type MappedControlHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -40776,10 +31307,6 @@ type MappedControlHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -40793,10 +31320,6 @@ type MappedControlHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -40816,10 +31339,6 @@ type MappedControlHistoryWhereInput struct { RelationNEQ *string `json:"relationNEQ,omitempty"` RelationIn []string `json:"relationIn,omitempty"` RelationNotIn []string `json:"relationNotIn,omitempty"` - RelationGT *string `json:"relationGT,omitempty"` - RelationGTE *string `json:"relationGTE,omitempty"` - RelationLT *string `json:"relationLT,omitempty"` - RelationLTE *string `json:"relationLTE,omitempty"` RelationContains *string `json:"relationContains,omitempty"` RelationHasPrefix *string `json:"relationHasPrefix,omitempty"` RelationHasSuffix *string `json:"relationHasSuffix,omitempty"` @@ -40829,16 +31348,14 @@ type MappedControlHistoryWhereInput struct { RelationContainsFold *string `json:"relationContainsFold,omitempty"` // "confidence" field predicates. - Confidence *int `json:"confidence,omitempty"` - ConfidenceNEQ *int `json:"confidenceNEQ,omitempty"` - ConfidenceIn []int `json:"confidenceIn,omitempty"` - ConfidenceNotIn []int `json:"confidenceNotIn,omitempty"` - ConfidenceGT *int `json:"confidenceGT,omitempty"` - ConfidenceGTE *int `json:"confidenceGTE,omitempty"` - ConfidenceLT *int `json:"confidenceLT,omitempty"` - ConfidenceLTE *int `json:"confidenceLTE,omitempty"` - ConfidenceIsNil bool `json:"confidenceIsNil,omitempty"` - ConfidenceNotNil bool `json:"confidenceNotNil,omitempty"` + Confidence *int `json:"confidence,omitempty"` + ConfidenceNEQ *int `json:"confidenceNEQ,omitempty"` + ConfidenceGT *int `json:"confidenceGT,omitempty"` + ConfidenceGTE *int `json:"confidenceGTE,omitempty"` + ConfidenceLT *int `json:"confidenceLT,omitempty"` + ConfidenceLTE *int `json:"confidenceLTE,omitempty"` + ConfidenceIsNil bool `json:"confidenceIsNil,omitempty"` + ConfidenceNotNil bool `json:"confidenceNotNil,omitempty"` // "source" field predicates. Source *enums.MappingSource `json:"source,omitempty"` @@ -40935,18 +31452,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.IDNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, mappedcontrolhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, mappedcontrolhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, mappedcontrolhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, mappedcontrolhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, mappedcontrolhistory.IDEqualFold(*i.IDEqualFold)) } @@ -40956,15 +31461,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if i.HistoryTime != nil { predicates = append(predicates, mappedcontrolhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, mappedcontrolhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, mappedcontrolhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -40989,18 +31485,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.RefNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, mappedcontrolhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, mappedcontrolhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, mappedcontrolhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, mappedcontrolhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, mappedcontrolhistory.RefContains(*i.RefContains)) } @@ -41037,15 +31521,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if i.CreatedAt != nil { predicates = append(predicates, mappedcontrolhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, mappedcontrolhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, mappedcontrolhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -41067,15 +31542,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if i.UpdatedAt != nil { predicates = append(predicates, mappedcontrolhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, mappedcontrolhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -41106,18 +31572,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, mappedcontrolhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, mappedcontrolhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, mappedcontrolhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, mappedcontrolhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, mappedcontrolhistory.CreatedByContains(*i.CreatedByContains)) } @@ -41151,18 +31605,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, mappedcontrolhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -41196,18 +31638,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, mappedcontrolhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -41253,18 +31683,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, mappedcontrolhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, mappedcontrolhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, mappedcontrolhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, mappedcontrolhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, mappedcontrolhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -41298,18 +31716,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, mappedcontrolhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, mappedcontrolhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, mappedcontrolhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, mappedcontrolhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, mappedcontrolhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -41343,18 +31749,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, mappedcontrolhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, mappedcontrolhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, mappedcontrolhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, mappedcontrolhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, mappedcontrolhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -41400,18 +31794,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if len(i.RelationNotIn) > 0 { predicates = append(predicates, mappedcontrolhistory.RelationNotIn(i.RelationNotIn...)) } - if i.RelationGT != nil { - predicates = append(predicates, mappedcontrolhistory.RelationGT(*i.RelationGT)) - } - if i.RelationGTE != nil { - predicates = append(predicates, mappedcontrolhistory.RelationGTE(*i.RelationGTE)) - } - if i.RelationLT != nil { - predicates = append(predicates, mappedcontrolhistory.RelationLT(*i.RelationLT)) - } - if i.RelationLTE != nil { - predicates = append(predicates, mappedcontrolhistory.RelationLTE(*i.RelationLTE)) - } if i.RelationContains != nil { predicates = append(predicates, mappedcontrolhistory.RelationContains(*i.RelationContains)) } @@ -41439,12 +31821,6 @@ func (i *MappedControlHistoryWhereInput) P() (predicate.MappedControlHistory, er if i.ConfidenceNEQ != nil { predicates = append(predicates, mappedcontrolhistory.ConfidenceNEQ(*i.ConfidenceNEQ)) } - if len(i.ConfidenceIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.ConfidenceIn(i.ConfidenceIn...)) - } - if len(i.ConfidenceNotIn) > 0 { - predicates = append(predicates, mappedcontrolhistory.ConfidenceNotIn(i.ConfidenceNotIn...)) - } if i.ConfidenceGT != nil { predicates = append(predicates, mappedcontrolhistory.ConfidenceGT(*i.ConfidenceGT)) } @@ -41511,32 +31887,21 @@ type NarrativeHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -41552,38 +31917,28 @@ type NarrativeHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -41597,10 +31952,6 @@ type NarrativeHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -41614,10 +31965,6 @@ type NarrativeHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -41631,10 +31978,6 @@ type NarrativeHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -41646,10 +31989,6 @@ type NarrativeHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -41669,10 +32008,6 @@ type NarrativeHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -41686,10 +32021,6 @@ type NarrativeHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -41703,10 +32034,6 @@ type NarrativeHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -41718,10 +32045,6 @@ type NarrativeHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -41735,10 +32058,6 @@ type NarrativeHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -41834,18 +32153,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, narrativehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, narrativehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, narrativehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, narrativehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, narrativehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, narrativehistory.IDEqualFold(*i.IDEqualFold)) } @@ -41855,15 +32162,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, narrativehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, narrativehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, narrativehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, narrativehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, narrativehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -41888,18 +32186,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, narrativehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, narrativehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, narrativehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, narrativehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, narrativehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, narrativehistory.RefContains(*i.RefContains)) } @@ -41936,15 +32222,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, narrativehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, narrativehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, narrativehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, narrativehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, narrativehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -41966,15 +32243,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, narrativehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, narrativehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, narrativehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, narrativehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, narrativehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -42005,18 +32273,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, narrativehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, narrativehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, narrativehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, narrativehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, narrativehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, narrativehistory.CreatedByContains(*i.CreatedByContains)) } @@ -42050,18 +32306,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, narrativehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, narrativehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, narrativehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, narrativehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, narrativehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, narrativehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -42095,18 +32339,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, narrativehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, narrativehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, narrativehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, narrativehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, narrativehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, narrativehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -42140,18 +32372,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, narrativehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, narrativehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, narrativehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, narrativehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, narrativehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, narrativehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -42179,18 +32399,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, narrativehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, narrativehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, narrativehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, narrativehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, narrativehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, narrativehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -42236,18 +32444,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, narrativehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, narrativehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, narrativehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, narrativehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, narrativehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, narrativehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -42281,18 +32477,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, narrativehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, narrativehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, narrativehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, narrativehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, narrativehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, narrativehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -42326,18 +32510,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, narrativehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, narrativehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, narrativehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, narrativehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, narrativehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, narrativehistory.NameContains(*i.NameContains)) } @@ -42365,18 +32537,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, narrativehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, narrativehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, narrativehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, narrativehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, narrativehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, narrativehistory.DescriptionContains(*i.DescriptionContains)) } @@ -42410,18 +32570,6 @@ func (i *NarrativeHistoryWhereInput) P() (predicate.NarrativeHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, narrativehistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, narrativehistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, narrativehistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, narrativehistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, narrativehistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, narrativehistory.DetailsContains(*i.DetailsContains)) } @@ -42473,32 +32621,21 @@ type NoteHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -42514,38 +32651,28 @@ type NoteHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -42559,10 +32686,6 @@ type NoteHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -42576,10 +32699,6 @@ type NoteHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -42593,10 +32712,6 @@ type NoteHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -42608,10 +32723,6 @@ type NoteHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -42625,10 +32736,6 @@ type NoteHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -42642,10 +32749,6 @@ type NoteHistoryWhereInput struct { TextNEQ *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGT *string `json:"textGT,omitempty"` - TextGTE *string `json:"textGTE,omitempty"` - TextLT *string `json:"textLT,omitempty"` - TextLTE *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -42657,10 +32760,6 @@ type NoteHistoryWhereInput struct { NoteRefNEQ *string `json:"noteRefNEQ,omitempty"` NoteRefIn []string `json:"noteRefIn,omitempty"` NoteRefNotIn []string `json:"noteRefNotIn,omitempty"` - NoteRefGT *string `json:"noteRefGT,omitempty"` - NoteRefGTE *string `json:"noteRefGTE,omitempty"` - NoteRefLT *string `json:"noteRefLT,omitempty"` - NoteRefLTE *string `json:"noteRefLTE,omitempty"` NoteRefContains *string `json:"noteRefContains,omitempty"` NoteRefHasPrefix *string `json:"noteRefHasPrefix,omitempty"` NoteRefHasSuffix *string `json:"noteRefHasSuffix,omitempty"` @@ -42674,10 +32773,6 @@ type NoteHistoryWhereInput struct { DiscussionIDNEQ *string `json:"discussionIDNEQ,omitempty"` DiscussionIDIn []string `json:"discussionIDIn,omitempty"` DiscussionIDNotIn []string `json:"discussionIDNotIn,omitempty"` - DiscussionIDGT *string `json:"discussionIDGT,omitempty"` - DiscussionIDGTE *string `json:"discussionIDGTE,omitempty"` - DiscussionIDLT *string `json:"discussionIDLT,omitempty"` - DiscussionIDLTE *string `json:"discussionIDLTE,omitempty"` DiscussionIDContains *string `json:"discussionIDContains,omitempty"` DiscussionIDHasPrefix *string `json:"discussionIDHasPrefix,omitempty"` DiscussionIDHasSuffix *string `json:"discussionIDHasSuffix,omitempty"` @@ -42695,10 +32790,6 @@ type NoteHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -42714,16 +32805,13 @@ type NoteHistoryWhereInput struct { NotifySubscribersNotNil bool `json:"notifySubscribersNotNil,omitempty"` // "notified_at" field predicates. - NotifiedAt *time.Time `json:"notifiedAt,omitempty"` - NotifiedAtNEQ *time.Time `json:"notifiedAtNEQ,omitempty"` - NotifiedAtIn []time.Time `json:"notifiedAtIn,omitempty"` - NotifiedAtNotIn []time.Time `json:"notifiedAtNotIn,omitempty"` - NotifiedAtGT *time.Time `json:"notifiedAtGT,omitempty"` - NotifiedAtGTE *time.Time `json:"notifiedAtGTE,omitempty"` - NotifiedAtLT *time.Time `json:"notifiedAtLT,omitempty"` - NotifiedAtLTE *time.Time `json:"notifiedAtLTE,omitempty"` - NotifiedAtIsNil bool `json:"notifiedAtIsNil,omitempty"` - NotifiedAtNotNil bool `json:"notifiedAtNotNil,omitempty"` + NotifiedAt *time.Time `json:"notifiedAt,omitempty"` + NotifiedAtGT *time.Time `json:"notifiedAtGT,omitempty"` + NotifiedAtGTE *time.Time `json:"notifiedAtGTE,omitempty"` + NotifiedAtLT *time.Time `json:"notifiedAtLT,omitempty"` + NotifiedAtLTE *time.Time `json:"notifiedAtLTE,omitempty"` + NotifiedAtIsNil bool `json:"notifiedAtIsNil,omitempty"` + NotifiedAtNotNil bool `json:"notifiedAtNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -42809,18 +32897,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, notehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, notehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, notehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, notehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, notehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, notehistory.IDEqualFold(*i.IDEqualFold)) } @@ -42830,15 +32906,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, notehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, notehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, notehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, notehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, notehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -42863,18 +32930,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, notehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, notehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, notehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, notehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, notehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, notehistory.RefContains(*i.RefContains)) } @@ -42911,15 +32966,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, notehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, notehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, notehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, notehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, notehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -42941,15 +32987,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, notehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, notehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, notehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, notehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, notehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -42980,18 +33017,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, notehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, notehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, notehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, notehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, notehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, notehistory.CreatedByContains(*i.CreatedByContains)) } @@ -43025,18 +33050,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, notehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, notehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, notehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, notehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, notehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, notehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -43070,18 +33083,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, notehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, notehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, notehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, notehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, notehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, notehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -43115,18 +33116,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, notehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, notehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, notehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, notehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, notehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, notehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -43154,18 +33143,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, notehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, notehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, notehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, notehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, notehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, notehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -43199,18 +33176,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, notehistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, notehistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, notehistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, notehistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, notehistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, notehistory.TitleContains(*i.TitleContains)) } @@ -43244,18 +33209,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.TextNotIn) > 0 { predicates = append(predicates, notehistory.TextNotIn(i.TextNotIn...)) } - if i.TextGT != nil { - predicates = append(predicates, notehistory.TextGT(*i.TextGT)) - } - if i.TextGTE != nil { - predicates = append(predicates, notehistory.TextGTE(*i.TextGTE)) - } - if i.TextLT != nil { - predicates = append(predicates, notehistory.TextLT(*i.TextLT)) - } - if i.TextLTE != nil { - predicates = append(predicates, notehistory.TextLTE(*i.TextLTE)) - } if i.TextContains != nil { predicates = append(predicates, notehistory.TextContains(*i.TextContains)) } @@ -43283,18 +33236,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.NoteRefNotIn) > 0 { predicates = append(predicates, notehistory.NoteRefNotIn(i.NoteRefNotIn...)) } - if i.NoteRefGT != nil { - predicates = append(predicates, notehistory.NoteRefGT(*i.NoteRefGT)) - } - if i.NoteRefGTE != nil { - predicates = append(predicates, notehistory.NoteRefGTE(*i.NoteRefGTE)) - } - if i.NoteRefLT != nil { - predicates = append(predicates, notehistory.NoteRefLT(*i.NoteRefLT)) - } - if i.NoteRefLTE != nil { - predicates = append(predicates, notehistory.NoteRefLTE(*i.NoteRefLTE)) - } if i.NoteRefContains != nil { predicates = append(predicates, notehistory.NoteRefContains(*i.NoteRefContains)) } @@ -43328,18 +33269,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.DiscussionIDNotIn) > 0 { predicates = append(predicates, notehistory.DiscussionIDNotIn(i.DiscussionIDNotIn...)) } - if i.DiscussionIDGT != nil { - predicates = append(predicates, notehistory.DiscussionIDGT(*i.DiscussionIDGT)) - } - if i.DiscussionIDGTE != nil { - predicates = append(predicates, notehistory.DiscussionIDGTE(*i.DiscussionIDGTE)) - } - if i.DiscussionIDLT != nil { - predicates = append(predicates, notehistory.DiscussionIDLT(*i.DiscussionIDLT)) - } - if i.DiscussionIDLTE != nil { - predicates = append(predicates, notehistory.DiscussionIDLTE(*i.DiscussionIDLTE)) - } if i.DiscussionIDContains != nil { predicates = append(predicates, notehistory.DiscussionIDContains(*i.DiscussionIDContains)) } @@ -43379,18 +33308,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, notehistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, notehistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, notehistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, notehistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, notehistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, notehistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -43427,15 +33344,6 @@ func (i *NoteHistoryWhereInput) P() (predicate.NoteHistory, error) { if i.NotifiedAt != nil { predicates = append(predicates, notehistory.NotifiedAtEQ(*i.NotifiedAt)) } - if i.NotifiedAtNEQ != nil { - predicates = append(predicates, notehistory.NotifiedAtNEQ(*i.NotifiedAtNEQ)) - } - if len(i.NotifiedAtIn) > 0 { - predicates = append(predicates, notehistory.NotifiedAtIn(i.NotifiedAtIn...)) - } - if len(i.NotifiedAtNotIn) > 0 { - predicates = append(predicates, notehistory.NotifiedAtNotIn(i.NotifiedAtNotIn...)) - } if i.NotifiedAtGT != nil { predicates = append(predicates, notehistory.NotifiedAtGT(*i.NotifiedAtGT)) } @@ -43477,32 +33385,21 @@ type NotificationPreferenceHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -43518,38 +33415,28 @@ type NotificationPreferenceHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -43563,10 +33450,6 @@ type NotificationPreferenceHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -43580,10 +33463,6 @@ type NotificationPreferenceHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -43597,10 +33476,6 @@ type NotificationPreferenceHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -43614,10 +33489,6 @@ type NotificationPreferenceHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -43641,10 +33512,6 @@ type NotificationPreferenceHistoryWhereInput struct { ProviderNEQ *string `json:"providerNEQ,omitempty"` ProviderIn []string `json:"providerIn,omitempty"` ProviderNotIn []string `json:"providerNotIn,omitempty"` - ProviderGT *string `json:"providerGT,omitempty"` - ProviderGTE *string `json:"providerGTE,omitempty"` - ProviderLT *string `json:"providerLT,omitempty"` - ProviderLTE *string `json:"providerLTE,omitempty"` ProviderContains *string `json:"providerContains,omitempty"` ProviderHasPrefix *string `json:"providerHasPrefix,omitempty"` ProviderHasSuffix *string `json:"providerHasSuffix,omitempty"` @@ -43658,10 +33525,6 @@ type NotificationPreferenceHistoryWhereInput struct { DestinationNEQ *string `json:"destinationNEQ,omitempty"` DestinationIn []string `json:"destinationIn,omitempty"` DestinationNotIn []string `json:"destinationNotIn,omitempty"` - DestinationGT *string `json:"destinationGT,omitempty"` - DestinationGTE *string `json:"destinationGTE,omitempty"` - DestinationLT *string `json:"destinationLT,omitempty"` - DestinationLTE *string `json:"destinationLTE,omitempty"` DestinationContains *string `json:"destinationContains,omitempty"` DestinationHasPrefix *string `json:"destinationHasPrefix,omitempty"` DestinationHasSuffix *string `json:"destinationHasSuffix,omitempty"` @@ -43693,10 +33556,6 @@ type NotificationPreferenceHistoryWhereInput struct { TemplateIDNEQ *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIDGT *string `json:"templateIDGT,omitempty"` - TemplateIDGTE *string `json:"templateIDGTE,omitempty"` - TemplateIDLT *string `json:"templateIDLT,omitempty"` - TemplateIDLTE *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -43706,26 +33565,19 @@ type NotificationPreferenceHistoryWhereInput struct { TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // "mute_until" field predicates. - MuteUntil *time.Time `json:"muteUntil,omitempty"` - MuteUntilNEQ *time.Time `json:"muteUntilNEQ,omitempty"` - MuteUntilIn []time.Time `json:"muteUntilIn,omitempty"` - MuteUntilNotIn []time.Time `json:"muteUntilNotIn,omitempty"` - MuteUntilGT *time.Time `json:"muteUntilGT,omitempty"` - MuteUntilGTE *time.Time `json:"muteUntilGTE,omitempty"` - MuteUntilLT *time.Time `json:"muteUntilLT,omitempty"` - MuteUntilLTE *time.Time `json:"muteUntilLTE,omitempty"` - MuteUntilIsNil bool `json:"muteUntilIsNil,omitempty"` - MuteUntilNotNil bool `json:"muteUntilNotNil,omitempty"` + MuteUntil *time.Time `json:"muteUntil,omitempty"` + MuteUntilGT *time.Time `json:"muteUntilGT,omitempty"` + MuteUntilGTE *time.Time `json:"muteUntilGTE,omitempty"` + MuteUntilLT *time.Time `json:"muteUntilLT,omitempty"` + MuteUntilLTE *time.Time `json:"muteUntilLTE,omitempty"` + MuteUntilIsNil bool `json:"muteUntilIsNil,omitempty"` + MuteUntilNotNil bool `json:"muteUntilNotNil,omitempty"` // "quiet_hours_start" field predicates. QuietHoursStart *string `json:"quietHoursStart,omitempty"` QuietHoursStartNEQ *string `json:"quietHoursStartNEQ,omitempty"` QuietHoursStartIn []string `json:"quietHoursStartIn,omitempty"` QuietHoursStartNotIn []string `json:"quietHoursStartNotIn,omitempty"` - QuietHoursStartGT *string `json:"quietHoursStartGT,omitempty"` - QuietHoursStartGTE *string `json:"quietHoursStartGTE,omitempty"` - QuietHoursStartLT *string `json:"quietHoursStartLT,omitempty"` - QuietHoursStartLTE *string `json:"quietHoursStartLTE,omitempty"` QuietHoursStartContains *string `json:"quietHoursStartContains,omitempty"` QuietHoursStartHasPrefix *string `json:"quietHoursStartHasPrefix,omitempty"` QuietHoursStartHasSuffix *string `json:"quietHoursStartHasSuffix,omitempty"` @@ -43739,10 +33591,6 @@ type NotificationPreferenceHistoryWhereInput struct { QuietHoursEndNEQ *string `json:"quietHoursEndNEQ,omitempty"` QuietHoursEndIn []string `json:"quietHoursEndIn,omitempty"` QuietHoursEndNotIn []string `json:"quietHoursEndNotIn,omitempty"` - QuietHoursEndGT *string `json:"quietHoursEndGT,omitempty"` - QuietHoursEndGTE *string `json:"quietHoursEndGTE,omitempty"` - QuietHoursEndLT *string `json:"quietHoursEndLT,omitempty"` - QuietHoursEndLTE *string `json:"quietHoursEndLTE,omitempty"` QuietHoursEndContains *string `json:"quietHoursEndContains,omitempty"` QuietHoursEndHasPrefix *string `json:"quietHoursEndHasPrefix,omitempty"` QuietHoursEndHasSuffix *string `json:"quietHoursEndHasSuffix,omitempty"` @@ -43756,10 +33604,6 @@ type NotificationPreferenceHistoryWhereInput struct { TimezoneNEQ *string `json:"timezoneNEQ,omitempty"` TimezoneIn []string `json:"timezoneIn,omitempty"` TimezoneNotIn []string `json:"timezoneNotIn,omitempty"` - TimezoneGT *string `json:"timezoneGT,omitempty"` - TimezoneGTE *string `json:"timezoneGTE,omitempty"` - TimezoneLT *string `json:"timezoneLT,omitempty"` - TimezoneLTE *string `json:"timezoneLTE,omitempty"` TimezoneContains *string `json:"timezoneContains,omitempty"` TimezoneHasPrefix *string `json:"timezoneHasPrefix,omitempty"` TimezoneHasSuffix *string `json:"timezoneHasSuffix,omitempty"` @@ -43773,38 +33617,28 @@ type NotificationPreferenceHistoryWhereInput struct { IsDefaultNEQ *bool `json:"isDefaultNEQ,omitempty"` // "verified_at" field predicates. - VerifiedAt *time.Time `json:"verifiedAt,omitempty"` - VerifiedAtNEQ *time.Time `json:"verifiedAtNEQ,omitempty"` - VerifiedAtIn []time.Time `json:"verifiedAtIn,omitempty"` - VerifiedAtNotIn []time.Time `json:"verifiedAtNotIn,omitempty"` - VerifiedAtGT *time.Time `json:"verifiedAtGT,omitempty"` - VerifiedAtGTE *time.Time `json:"verifiedAtGTE,omitempty"` - VerifiedAtLT *time.Time `json:"verifiedAtLT,omitempty"` - VerifiedAtLTE *time.Time `json:"verifiedAtLTE,omitempty"` - VerifiedAtIsNil bool `json:"verifiedAtIsNil,omitempty"` - VerifiedAtNotNil bool `json:"verifiedAtNotNil,omitempty"` + VerifiedAt *time.Time `json:"verifiedAt,omitempty"` + VerifiedAtGT *time.Time `json:"verifiedAtGT,omitempty"` + VerifiedAtGTE *time.Time `json:"verifiedAtGTE,omitempty"` + VerifiedAtLT *time.Time `json:"verifiedAtLT,omitempty"` + VerifiedAtLTE *time.Time `json:"verifiedAtLTE,omitempty"` + VerifiedAtIsNil bool `json:"verifiedAtIsNil,omitempty"` + VerifiedAtNotNil bool `json:"verifiedAtNotNil,omitempty"` // "last_used_at" field predicates. - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNEQ *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGT *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGTE *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLT *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLTE *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil bool `json:"lastUsedAtNotNil,omitempty"` // "last_error" field predicates. LastError *string `json:"lastError,omitempty"` LastErrorNEQ *string `json:"lastErrorNEQ,omitempty"` LastErrorIn []string `json:"lastErrorIn,omitempty"` LastErrorNotIn []string `json:"lastErrorNotIn,omitempty"` - LastErrorGT *string `json:"lastErrorGT,omitempty"` - LastErrorGTE *string `json:"lastErrorGTE,omitempty"` - LastErrorLT *string `json:"lastErrorLT,omitempty"` - LastErrorLTE *string `json:"lastErrorLTE,omitempty"` LastErrorContains *string `json:"lastErrorContains,omitempty"` LastErrorHasPrefix *string `json:"lastErrorHasPrefix,omitempty"` LastErrorHasSuffix *string `json:"lastErrorHasSuffix,omitempty"` @@ -43900,18 +33734,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.IDNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, notificationpreferencehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, notificationpreferencehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, notificationpreferencehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, notificationpreferencehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, notificationpreferencehistory.IDEqualFold(*i.IDEqualFold)) } @@ -43921,15 +33743,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.HistoryTime != nil { predicates = append(predicates, notificationpreferencehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, notificationpreferencehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -43954,18 +33767,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.RefNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, notificationpreferencehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, notificationpreferencehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, notificationpreferencehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, notificationpreferencehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, notificationpreferencehistory.RefContains(*i.RefContains)) } @@ -44002,15 +33803,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.CreatedAt != nil { predicates = append(predicates, notificationpreferencehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, notificationpreferencehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -44032,15 +33824,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.UpdatedAt != nil { predicates = append(predicates, notificationpreferencehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, notificationpreferencehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -44071,18 +33854,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, notificationpreferencehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, notificationpreferencehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, notificationpreferencehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, notificationpreferencehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, notificationpreferencehistory.CreatedByContains(*i.CreatedByContains)) } @@ -44116,18 +33887,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, notificationpreferencehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -44161,18 +33920,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, notificationpreferencehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -44206,18 +33953,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, notificationpreferencehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, notificationpreferencehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, notificationpreferencehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, notificationpreferencehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, notificationpreferencehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -44251,18 +33986,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.UserIDNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, notificationpreferencehistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, notificationpreferencehistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, notificationpreferencehistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, notificationpreferencehistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, notificationpreferencehistory.UserIDContains(*i.UserIDContains)) } @@ -44314,18 +34037,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.ProviderNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.ProviderNotIn(i.ProviderNotIn...)) } - if i.ProviderGT != nil { - predicates = append(predicates, notificationpreferencehistory.ProviderGT(*i.ProviderGT)) - } - if i.ProviderGTE != nil { - predicates = append(predicates, notificationpreferencehistory.ProviderGTE(*i.ProviderGTE)) - } - if i.ProviderLT != nil { - predicates = append(predicates, notificationpreferencehistory.ProviderLT(*i.ProviderLT)) - } - if i.ProviderLTE != nil { - predicates = append(predicates, notificationpreferencehistory.ProviderLTE(*i.ProviderLTE)) - } if i.ProviderContains != nil { predicates = append(predicates, notificationpreferencehistory.ProviderContains(*i.ProviderContains)) } @@ -44359,18 +34070,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.DestinationNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.DestinationNotIn(i.DestinationNotIn...)) } - if i.DestinationGT != nil { - predicates = append(predicates, notificationpreferencehistory.DestinationGT(*i.DestinationGT)) - } - if i.DestinationGTE != nil { - predicates = append(predicates, notificationpreferencehistory.DestinationGTE(*i.DestinationGTE)) - } - if i.DestinationLT != nil { - predicates = append(predicates, notificationpreferencehistory.DestinationLT(*i.DestinationLT)) - } - if i.DestinationLTE != nil { - predicates = append(predicates, notificationpreferencehistory.DestinationLTE(*i.DestinationLTE)) - } if i.DestinationContains != nil { predicates = append(predicates, notificationpreferencehistory.DestinationContains(*i.DestinationContains)) } @@ -44440,18 +34139,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.TemplateIDNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.TemplateIDNotIn(i.TemplateIDNotIn...)) } - if i.TemplateIDGT != nil { - predicates = append(predicates, notificationpreferencehistory.TemplateIDGT(*i.TemplateIDGT)) - } - if i.TemplateIDGTE != nil { - predicates = append(predicates, notificationpreferencehistory.TemplateIDGTE(*i.TemplateIDGTE)) - } - if i.TemplateIDLT != nil { - predicates = append(predicates, notificationpreferencehistory.TemplateIDLT(*i.TemplateIDLT)) - } - if i.TemplateIDLTE != nil { - predicates = append(predicates, notificationpreferencehistory.TemplateIDLTE(*i.TemplateIDLTE)) - } if i.TemplateIDContains != nil { predicates = append(predicates, notificationpreferencehistory.TemplateIDContains(*i.TemplateIDContains)) } @@ -44476,15 +34163,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.MuteUntil != nil { predicates = append(predicates, notificationpreferencehistory.MuteUntilEQ(*i.MuteUntil)) } - if i.MuteUntilNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.MuteUntilNEQ(*i.MuteUntilNEQ)) - } - if len(i.MuteUntilIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.MuteUntilIn(i.MuteUntilIn...)) - } - if len(i.MuteUntilNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.MuteUntilNotIn(i.MuteUntilNotIn...)) - } if i.MuteUntilGT != nil { predicates = append(predicates, notificationpreferencehistory.MuteUntilGT(*i.MuteUntilGT)) } @@ -44515,18 +34193,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.QuietHoursStartNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.QuietHoursStartNotIn(i.QuietHoursStartNotIn...)) } - if i.QuietHoursStartGT != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursStartGT(*i.QuietHoursStartGT)) - } - if i.QuietHoursStartGTE != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursStartGTE(*i.QuietHoursStartGTE)) - } - if i.QuietHoursStartLT != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursStartLT(*i.QuietHoursStartLT)) - } - if i.QuietHoursStartLTE != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursStartLTE(*i.QuietHoursStartLTE)) - } if i.QuietHoursStartContains != nil { predicates = append(predicates, notificationpreferencehistory.QuietHoursStartContains(*i.QuietHoursStartContains)) } @@ -44560,18 +34226,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.QuietHoursEndNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.QuietHoursEndNotIn(i.QuietHoursEndNotIn...)) } - if i.QuietHoursEndGT != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursEndGT(*i.QuietHoursEndGT)) - } - if i.QuietHoursEndGTE != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursEndGTE(*i.QuietHoursEndGTE)) - } - if i.QuietHoursEndLT != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursEndLT(*i.QuietHoursEndLT)) - } - if i.QuietHoursEndLTE != nil { - predicates = append(predicates, notificationpreferencehistory.QuietHoursEndLTE(*i.QuietHoursEndLTE)) - } if i.QuietHoursEndContains != nil { predicates = append(predicates, notificationpreferencehistory.QuietHoursEndContains(*i.QuietHoursEndContains)) } @@ -44605,18 +34259,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.TimezoneNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.TimezoneNotIn(i.TimezoneNotIn...)) } - if i.TimezoneGT != nil { - predicates = append(predicates, notificationpreferencehistory.TimezoneGT(*i.TimezoneGT)) - } - if i.TimezoneGTE != nil { - predicates = append(predicates, notificationpreferencehistory.TimezoneGTE(*i.TimezoneGTE)) - } - if i.TimezoneLT != nil { - predicates = append(predicates, notificationpreferencehistory.TimezoneLT(*i.TimezoneLT)) - } - if i.TimezoneLTE != nil { - predicates = append(predicates, notificationpreferencehistory.TimezoneLTE(*i.TimezoneLTE)) - } if i.TimezoneContains != nil { predicates = append(predicates, notificationpreferencehistory.TimezoneContains(*i.TimezoneContains)) } @@ -44647,15 +34289,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.VerifiedAt != nil { predicates = append(predicates, notificationpreferencehistory.VerifiedAtEQ(*i.VerifiedAt)) } - if i.VerifiedAtNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.VerifiedAtNEQ(*i.VerifiedAtNEQ)) - } - if len(i.VerifiedAtIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.VerifiedAtIn(i.VerifiedAtIn...)) - } - if len(i.VerifiedAtNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.VerifiedAtNotIn(i.VerifiedAtNotIn...)) - } if i.VerifiedAtGT != nil { predicates = append(predicates, notificationpreferencehistory.VerifiedAtGT(*i.VerifiedAtGT)) } @@ -44677,15 +34310,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if i.LastUsedAt != nil { predicates = append(predicates, notificationpreferencehistory.LastUsedAtEQ(*i.LastUsedAt)) } - if i.LastUsedAtNEQ != nil { - predicates = append(predicates, notificationpreferencehistory.LastUsedAtNEQ(*i.LastUsedAtNEQ)) - } - if len(i.LastUsedAtIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.LastUsedAtIn(i.LastUsedAtIn...)) - } - if len(i.LastUsedAtNotIn) > 0 { - predicates = append(predicates, notificationpreferencehistory.LastUsedAtNotIn(i.LastUsedAtNotIn...)) - } if i.LastUsedAtGT != nil { predicates = append(predicates, notificationpreferencehistory.LastUsedAtGT(*i.LastUsedAtGT)) } @@ -44716,18 +34340,6 @@ func (i *NotificationPreferenceHistoryWhereInput) P() (predicate.NotificationPre if len(i.LastErrorNotIn) > 0 { predicates = append(predicates, notificationpreferencehistory.LastErrorNotIn(i.LastErrorNotIn...)) } - if i.LastErrorGT != nil { - predicates = append(predicates, notificationpreferencehistory.LastErrorGT(*i.LastErrorGT)) - } - if i.LastErrorGTE != nil { - predicates = append(predicates, notificationpreferencehistory.LastErrorGTE(*i.LastErrorGTE)) - } - if i.LastErrorLT != nil { - predicates = append(predicates, notificationpreferencehistory.LastErrorLT(*i.LastErrorLT)) - } - if i.LastErrorLTE != nil { - predicates = append(predicates, notificationpreferencehistory.LastErrorLTE(*i.LastErrorLTE)) - } if i.LastErrorContains != nil { predicates = append(predicates, notificationpreferencehistory.LastErrorContains(*i.LastErrorContains)) } @@ -44779,32 +34391,21 @@ type NotificationTemplateHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -44820,38 +34421,28 @@ type NotificationTemplateHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -44865,10 +34456,6 @@ type NotificationTemplateHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -44882,10 +34469,6 @@ type NotificationTemplateHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -44899,10 +34482,6 @@ type NotificationTemplateHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -44916,10 +34495,6 @@ type NotificationTemplateHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -44939,10 +34514,6 @@ type NotificationTemplateHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -44956,10 +34527,6 @@ type NotificationTemplateHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -44973,10 +34540,6 @@ type NotificationTemplateHistoryWhereInput struct { KeyNEQ *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGT *string `json:"keyGT,omitempty"` - KeyGTE *string `json:"keyGTE,omitempty"` - KeyLT *string `json:"keyLT,omitempty"` - KeyLTE *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -44988,10 +34551,6 @@ type NotificationTemplateHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -45003,10 +34562,6 @@ type NotificationTemplateHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -45034,10 +34589,6 @@ type NotificationTemplateHistoryWhereInput struct { LocaleNEQ *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGT *string `json:"localeGT,omitempty"` - LocaleGTE *string `json:"localeGTE,omitempty"` - LocaleLT *string `json:"localeLT,omitempty"` - LocaleLTE *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -45049,10 +34600,6 @@ type NotificationTemplateHistoryWhereInput struct { TopicPatternNEQ *string `json:"topicPatternNEQ,omitempty"` TopicPatternIn []string `json:"topicPatternIn,omitempty"` TopicPatternNotIn []string `json:"topicPatternNotIn,omitempty"` - TopicPatternGT *string `json:"topicPatternGT,omitempty"` - TopicPatternGTE *string `json:"topicPatternGTE,omitempty"` - TopicPatternLT *string `json:"topicPatternLT,omitempty"` - TopicPatternLTE *string `json:"topicPatternLTE,omitempty"` TopicPatternContains *string `json:"topicPatternContains,omitempty"` TopicPatternHasPrefix *string `json:"topicPatternHasPrefix,omitempty"` TopicPatternHasSuffix *string `json:"topicPatternHasSuffix,omitempty"` @@ -45064,10 +34611,6 @@ type NotificationTemplateHistoryWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -45081,10 +34624,6 @@ type NotificationTemplateHistoryWhereInput struct { WorkflowDefinitionIDNEQ *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIDGT *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIDGTE *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIDLT *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIDLTE *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -45098,10 +34637,6 @@ type NotificationTemplateHistoryWhereInput struct { EmailTemplateIDNEQ *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIDGT *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIDGTE *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIDLT *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIDLTE *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -45115,10 +34650,6 @@ type NotificationTemplateHistoryWhereInput struct { TitleTemplateNEQ *string `json:"titleTemplateNEQ,omitempty"` TitleTemplateIn []string `json:"titleTemplateIn,omitempty"` TitleTemplateNotIn []string `json:"titleTemplateNotIn,omitempty"` - TitleTemplateGT *string `json:"titleTemplateGT,omitempty"` - TitleTemplateGTE *string `json:"titleTemplateGTE,omitempty"` - TitleTemplateLT *string `json:"titleTemplateLT,omitempty"` - TitleTemplateLTE *string `json:"titleTemplateLTE,omitempty"` TitleTemplateContains *string `json:"titleTemplateContains,omitempty"` TitleTemplateHasPrefix *string `json:"titleTemplateHasPrefix,omitempty"` TitleTemplateHasSuffix *string `json:"titleTemplateHasSuffix,omitempty"` @@ -45132,10 +34663,6 @@ type NotificationTemplateHistoryWhereInput struct { SubjectTemplateNEQ *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGT *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGTE *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLT *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLTE *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -45149,10 +34676,6 @@ type NotificationTemplateHistoryWhereInput struct { BodyTemplateNEQ *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGT *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGTE *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLT *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLTE *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -45166,14 +34689,12 @@ type NotificationTemplateHistoryWhereInput struct { ActiveNEQ *bool `json:"activeNEQ,omitempty"` // "version" field predicates. - Version *int `json:"version,omitempty"` - VersionNEQ *int `json:"versionNEQ,omitempty"` - VersionIn []int `json:"versionIn,omitempty"` - VersionNotIn []int `json:"versionNotIn,omitempty"` - VersionGT *int `json:"versionGT,omitempty"` - VersionGTE *int `json:"versionGTE,omitempty"` - VersionLT *int `json:"versionLT,omitempty"` - VersionLTE *int `json:"versionLTE,omitempty"` + Version *int `json:"version,omitempty"` + VersionNEQ *int `json:"versionNEQ,omitempty"` + VersionGT *int `json:"versionGT,omitempty"` + VersionGTE *int `json:"versionGTE,omitempty"` + VersionLT *int `json:"versionLT,omitempty"` + VersionLTE *int `json:"versionLTE,omitempty"` // "template_context" field predicates. TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` @@ -45267,18 +34788,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.IDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, notificationtemplatehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, notificationtemplatehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, notificationtemplatehistory.IDEqualFold(*i.IDEqualFold)) } @@ -45288,15 +34797,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if i.HistoryTime != nil { predicates = append(predicates, notificationtemplatehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, notificationtemplatehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, notificationtemplatehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -45321,18 +34821,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.RefNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, notificationtemplatehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, notificationtemplatehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, notificationtemplatehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, notificationtemplatehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, notificationtemplatehistory.RefContains(*i.RefContains)) } @@ -45369,15 +34857,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if i.CreatedAt != nil { predicates = append(predicates, notificationtemplatehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, notificationtemplatehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, notificationtemplatehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -45399,15 +34878,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if i.UpdatedAt != nil { predicates = append(predicates, notificationtemplatehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, notificationtemplatehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -45438,18 +34908,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, notificationtemplatehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, notificationtemplatehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, notificationtemplatehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, notificationtemplatehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, notificationtemplatehistory.CreatedByContains(*i.CreatedByContains)) } @@ -45483,18 +34941,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, notificationtemplatehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -45528,18 +34974,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, notificationtemplatehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -45573,18 +35007,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.RevisionNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, notificationtemplatehistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, notificationtemplatehistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, notificationtemplatehistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, notificationtemplatehistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, notificationtemplatehistory.RevisionContains(*i.RevisionContains)) } @@ -45618,18 +35040,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, notificationtemplatehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, notificationtemplatehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, notificationtemplatehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -45675,18 +35085,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, notificationtemplatehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, notificationtemplatehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, notificationtemplatehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, notificationtemplatehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, notificationtemplatehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -45720,18 +35118,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, notificationtemplatehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, notificationtemplatehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, notificationtemplatehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -45765,18 +35151,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.KeyNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.KeyNotIn(i.KeyNotIn...)) } - if i.KeyGT != nil { - predicates = append(predicates, notificationtemplatehistory.KeyGT(*i.KeyGT)) - } - if i.KeyGTE != nil { - predicates = append(predicates, notificationtemplatehistory.KeyGTE(*i.KeyGTE)) - } - if i.KeyLT != nil { - predicates = append(predicates, notificationtemplatehistory.KeyLT(*i.KeyLT)) - } - if i.KeyLTE != nil { - predicates = append(predicates, notificationtemplatehistory.KeyLTE(*i.KeyLTE)) - } if i.KeyContains != nil { predicates = append(predicates, notificationtemplatehistory.KeyContains(*i.KeyContains)) } @@ -45804,18 +35178,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.NameNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, notificationtemplatehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, notificationtemplatehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, notificationtemplatehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, notificationtemplatehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, notificationtemplatehistory.NameContains(*i.NameContains)) } @@ -45843,18 +35205,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, notificationtemplatehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, notificationtemplatehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, notificationtemplatehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, notificationtemplatehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, notificationtemplatehistory.DescriptionContains(*i.DescriptionContains)) } @@ -45918,18 +35268,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.LocaleNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.LocaleNotIn(i.LocaleNotIn...)) } - if i.LocaleGT != nil { - predicates = append(predicates, notificationtemplatehistory.LocaleGT(*i.LocaleGT)) - } - if i.LocaleGTE != nil { - predicates = append(predicates, notificationtemplatehistory.LocaleGTE(*i.LocaleGTE)) - } - if i.LocaleLT != nil { - predicates = append(predicates, notificationtemplatehistory.LocaleLT(*i.LocaleLT)) - } - if i.LocaleLTE != nil { - predicates = append(predicates, notificationtemplatehistory.LocaleLTE(*i.LocaleLTE)) - } if i.LocaleContains != nil { predicates = append(predicates, notificationtemplatehistory.LocaleContains(*i.LocaleContains)) } @@ -45957,18 +35295,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.TopicPatternNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.TopicPatternNotIn(i.TopicPatternNotIn...)) } - if i.TopicPatternGT != nil { - predicates = append(predicates, notificationtemplatehistory.TopicPatternGT(*i.TopicPatternGT)) - } - if i.TopicPatternGTE != nil { - predicates = append(predicates, notificationtemplatehistory.TopicPatternGTE(*i.TopicPatternGTE)) - } - if i.TopicPatternLT != nil { - predicates = append(predicates, notificationtemplatehistory.TopicPatternLT(*i.TopicPatternLT)) - } - if i.TopicPatternLTE != nil { - predicates = append(predicates, notificationtemplatehistory.TopicPatternLTE(*i.TopicPatternLTE)) - } if i.TopicPatternContains != nil { predicates = append(predicates, notificationtemplatehistory.TopicPatternContains(*i.TopicPatternContains)) } @@ -45996,18 +35322,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, notificationtemplatehistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, notificationtemplatehistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, notificationtemplatehistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -46041,18 +35355,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.WorkflowDefinitionIDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDNotIn(i.WorkflowDefinitionIDNotIn...)) } - if i.WorkflowDefinitionIDGT != nil { - predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDGT(*i.WorkflowDefinitionIDGT)) - } - if i.WorkflowDefinitionIDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDGTE(*i.WorkflowDefinitionIDGTE)) - } - if i.WorkflowDefinitionIDLT != nil { - predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDLT(*i.WorkflowDefinitionIDLT)) - } - if i.WorkflowDefinitionIDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDLTE(*i.WorkflowDefinitionIDLTE)) - } if i.WorkflowDefinitionIDContains != nil { predicates = append(predicates, notificationtemplatehistory.WorkflowDefinitionIDContains(*i.WorkflowDefinitionIDContains)) } @@ -46086,18 +35388,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.EmailTemplateIDNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDNotIn(i.EmailTemplateIDNotIn...)) } - if i.EmailTemplateIDGT != nil { - predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDGT(*i.EmailTemplateIDGT)) - } - if i.EmailTemplateIDGTE != nil { - predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDGTE(*i.EmailTemplateIDGTE)) - } - if i.EmailTemplateIDLT != nil { - predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDLT(*i.EmailTemplateIDLT)) - } - if i.EmailTemplateIDLTE != nil { - predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDLTE(*i.EmailTemplateIDLTE)) - } if i.EmailTemplateIDContains != nil { predicates = append(predicates, notificationtemplatehistory.EmailTemplateIDContains(*i.EmailTemplateIDContains)) } @@ -46131,18 +35421,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.TitleTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.TitleTemplateNotIn(i.TitleTemplateNotIn...)) } - if i.TitleTemplateGT != nil { - predicates = append(predicates, notificationtemplatehistory.TitleTemplateGT(*i.TitleTemplateGT)) - } - if i.TitleTemplateGTE != nil { - predicates = append(predicates, notificationtemplatehistory.TitleTemplateGTE(*i.TitleTemplateGTE)) - } - if i.TitleTemplateLT != nil { - predicates = append(predicates, notificationtemplatehistory.TitleTemplateLT(*i.TitleTemplateLT)) - } - if i.TitleTemplateLTE != nil { - predicates = append(predicates, notificationtemplatehistory.TitleTemplateLTE(*i.TitleTemplateLTE)) - } if i.TitleTemplateContains != nil { predicates = append(predicates, notificationtemplatehistory.TitleTemplateContains(*i.TitleTemplateContains)) } @@ -46176,18 +35454,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.SubjectTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.SubjectTemplateNotIn(i.SubjectTemplateNotIn...)) } - if i.SubjectTemplateGT != nil { - predicates = append(predicates, notificationtemplatehistory.SubjectTemplateGT(*i.SubjectTemplateGT)) - } - if i.SubjectTemplateGTE != nil { - predicates = append(predicates, notificationtemplatehistory.SubjectTemplateGTE(*i.SubjectTemplateGTE)) - } - if i.SubjectTemplateLT != nil { - predicates = append(predicates, notificationtemplatehistory.SubjectTemplateLT(*i.SubjectTemplateLT)) - } - if i.SubjectTemplateLTE != nil { - predicates = append(predicates, notificationtemplatehistory.SubjectTemplateLTE(*i.SubjectTemplateLTE)) - } if i.SubjectTemplateContains != nil { predicates = append(predicates, notificationtemplatehistory.SubjectTemplateContains(*i.SubjectTemplateContains)) } @@ -46221,18 +35487,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if len(i.BodyTemplateNotIn) > 0 { predicates = append(predicates, notificationtemplatehistory.BodyTemplateNotIn(i.BodyTemplateNotIn...)) } - if i.BodyTemplateGT != nil { - predicates = append(predicates, notificationtemplatehistory.BodyTemplateGT(*i.BodyTemplateGT)) - } - if i.BodyTemplateGTE != nil { - predicates = append(predicates, notificationtemplatehistory.BodyTemplateGTE(*i.BodyTemplateGTE)) - } - if i.BodyTemplateLT != nil { - predicates = append(predicates, notificationtemplatehistory.BodyTemplateLT(*i.BodyTemplateLT)) - } - if i.BodyTemplateLTE != nil { - predicates = append(predicates, notificationtemplatehistory.BodyTemplateLTE(*i.BodyTemplateLTE)) - } if i.BodyTemplateContains != nil { predicates = append(predicates, notificationtemplatehistory.BodyTemplateContains(*i.BodyTemplateContains)) } @@ -46266,12 +35520,6 @@ func (i *NotificationTemplateHistoryWhereInput) P() (predicate.NotificationTempl if i.VersionNEQ != nil { predicates = append(predicates, notificationtemplatehistory.VersionNEQ(*i.VersionNEQ)) } - if len(i.VersionIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.VersionIn(i.VersionIn...)) - } - if len(i.VersionNotIn) > 0 { - predicates = append(predicates, notificationtemplatehistory.VersionNotIn(i.VersionNotIn...)) - } if i.VersionGT != nil { predicates = append(predicates, notificationtemplatehistory.VersionGT(*i.VersionGT)) } @@ -46325,32 +35573,21 @@ type OrgMembershipHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -46366,38 +35603,28 @@ type OrgMembershipHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -46411,10 +35638,6 @@ type OrgMembershipHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -46428,10 +35651,6 @@ type OrgMembershipHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -46451,10 +35670,6 @@ type OrgMembershipHistoryWhereInput struct { OrganizationIDNEQ *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIDGT *string `json:"organizationIDGT,omitempty"` - OrganizationIDGTE *string `json:"organizationIDGTE,omitempty"` - OrganizationIDLT *string `json:"organizationIDLT,omitempty"` - OrganizationIDLTE *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -46466,10 +35681,6 @@ type OrgMembershipHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -46487,10 +35698,6 @@ type OrgMembershipHistoryWhereInput struct { SSOExemptReasonNEQ *string `json:"ssoExemptReasonNEQ,omitempty"` SSOExemptReasonIn []string `json:"ssoExemptReasonIn,omitempty"` SSOExemptReasonNotIn []string `json:"ssoExemptReasonNotIn,omitempty"` - SSOExemptReasonGT *string `json:"ssoExemptReasonGT,omitempty"` - SSOExemptReasonGTE *string `json:"ssoExemptReasonGTE,omitempty"` - SSOExemptReasonLT *string `json:"ssoExemptReasonLT,omitempty"` - SSOExemptReasonLTE *string `json:"ssoExemptReasonLTE,omitempty"` SSOExemptReasonContains *string `json:"ssoExemptReasonContains,omitempty"` SSOExemptReasonHasPrefix *string `json:"ssoExemptReasonHasPrefix,omitempty"` SSOExemptReasonHasSuffix *string `json:"ssoExemptReasonHasSuffix,omitempty"` @@ -46504,10 +35711,6 @@ type OrgMembershipHistoryWhereInput struct { SSOExemptGrantedByNEQ *string `json:"ssoExemptGrantedByNEQ,omitempty"` SSOExemptGrantedByIn []string `json:"ssoExemptGrantedByIn,omitempty"` SSOExemptGrantedByNotIn []string `json:"ssoExemptGrantedByNotIn,omitempty"` - SSOExemptGrantedByGT *string `json:"ssoExemptGrantedByGT,omitempty"` - SSOExemptGrantedByGTE *string `json:"ssoExemptGrantedByGTE,omitempty"` - SSOExemptGrantedByLT *string `json:"ssoExemptGrantedByLT,omitempty"` - SSOExemptGrantedByLTE *string `json:"ssoExemptGrantedByLTE,omitempty"` SSOExemptGrantedByContains *string `json:"ssoExemptGrantedByContains,omitempty"` SSOExemptGrantedByHasPrefix *string `json:"ssoExemptGrantedByHasPrefix,omitempty"` SSOExemptGrantedByHasSuffix *string `json:"ssoExemptGrantedByHasSuffix,omitempty"` @@ -46517,16 +35720,13 @@ type OrgMembershipHistoryWhereInput struct { SSOExemptGrantedByContainsFold *string `json:"ssoExemptGrantedByContainsFold,omitempty"` // "sso_exempt_granted_at" field predicates. - SSOExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` - SSOExemptGrantedAtNEQ *models.DateTime `json:"ssoExemptGrantedAtNEQ,omitempty"` - SSOExemptGrantedAtIn []models.DateTime `json:"ssoExemptGrantedAtIn,omitempty"` - SSOExemptGrantedAtNotIn []models.DateTime `json:"ssoExemptGrantedAtNotIn,omitempty"` - SSOExemptGrantedAtGT *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` - SSOExemptGrantedAtGTE *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` - SSOExemptGrantedAtLT *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` - SSOExemptGrantedAtLTE *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` - SSOExemptGrantedAtIsNil bool `json:"ssoExemptGrantedAtIsNil,omitempty"` - SSOExemptGrantedAtNotNil bool `json:"ssoExemptGrantedAtNotNil,omitempty"` + SSOExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` + SSOExemptGrantedAtGT *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` + SSOExemptGrantedAtGTE *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` + SSOExemptGrantedAtLT *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` + SSOExemptGrantedAtLTE *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` + SSOExemptGrantedAtIsNil bool `json:"ssoExemptGrantedAtIsNil,omitempty"` + SSOExemptGrantedAtNotNil bool `json:"ssoExemptGrantedAtNotNil,omitempty"` // "tfa_enforced" field predicates. TfaEnforced *bool `json:"tfaEnforced,omitempty"` @@ -46539,10 +35739,6 @@ type OrgMembershipHistoryWhereInput struct { TfaEnforcedReasonNEQ *string `json:"tfaEnforcedReasonNEQ,omitempty"` TfaEnforcedReasonIn []string `json:"tfaEnforcedReasonIn,omitempty"` TfaEnforcedReasonNotIn []string `json:"tfaEnforcedReasonNotIn,omitempty"` - TfaEnforcedReasonGT *string `json:"tfaEnforcedReasonGT,omitempty"` - TfaEnforcedReasonGTE *string `json:"tfaEnforcedReasonGTE,omitempty"` - TfaEnforcedReasonLT *string `json:"tfaEnforcedReasonLT,omitempty"` - TfaEnforcedReasonLTE *string `json:"tfaEnforcedReasonLTE,omitempty"` TfaEnforcedReasonContains *string `json:"tfaEnforcedReasonContains,omitempty"` TfaEnforcedReasonHasPrefix *string `json:"tfaEnforcedReasonHasPrefix,omitempty"` TfaEnforcedReasonHasSuffix *string `json:"tfaEnforcedReasonHasSuffix,omitempty"` @@ -46556,10 +35752,6 @@ type OrgMembershipHistoryWhereInput struct { TfaEnforcedByNEQ *string `json:"tfaEnforcedByNEQ,omitempty"` TfaEnforcedByIn []string `json:"tfaEnforcedByIn,omitempty"` TfaEnforcedByNotIn []string `json:"tfaEnforcedByNotIn,omitempty"` - TfaEnforcedByGT *string `json:"tfaEnforcedByGT,omitempty"` - TfaEnforcedByGTE *string `json:"tfaEnforcedByGTE,omitempty"` - TfaEnforcedByLT *string `json:"tfaEnforcedByLT,omitempty"` - TfaEnforcedByLTE *string `json:"tfaEnforcedByLTE,omitempty"` TfaEnforcedByContains *string `json:"tfaEnforcedByContains,omitempty"` TfaEnforcedByHasPrefix *string `json:"tfaEnforcedByHasPrefix,omitempty"` TfaEnforcedByHasSuffix *string `json:"tfaEnforcedByHasSuffix,omitempty"` @@ -46569,16 +35761,13 @@ type OrgMembershipHistoryWhereInput struct { TfaEnforcedByContainsFold *string `json:"tfaEnforcedByContainsFold,omitempty"` // "tfa_enforced_at" field predicates. - TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` - TfaEnforcedAtNEQ *models.DateTime `json:"tfaEnforcedAtNEQ,omitempty"` - TfaEnforcedAtIn []models.DateTime `json:"tfaEnforcedAtIn,omitempty"` - TfaEnforcedAtNotIn []models.DateTime `json:"tfaEnforcedAtNotIn,omitempty"` - TfaEnforcedAtGT *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` - TfaEnforcedAtGTE *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` - TfaEnforcedAtLT *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` - TfaEnforcedAtLTE *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` - TfaEnforcedAtIsNil bool `json:"tfaEnforcedAtIsNil,omitempty"` - TfaEnforcedAtNotNil bool `json:"tfaEnforcedAtNotNil,omitempty"` + TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` + TfaEnforcedAtGT *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` + TfaEnforcedAtGTE *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` + TfaEnforcedAtLT *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` + TfaEnforcedAtLTE *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` + TfaEnforcedAtIsNil bool `json:"tfaEnforcedAtIsNil,omitempty"` + TfaEnforcedAtNotNil bool `json:"tfaEnforcedAtNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -46664,18 +35853,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.IDNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, orgmembershiphistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, orgmembershiphistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, orgmembershiphistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, orgmembershiphistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, orgmembershiphistory.IDEqualFold(*i.IDEqualFold)) } @@ -46685,15 +35862,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if i.HistoryTime != nil { predicates = append(predicates, orgmembershiphistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, orgmembershiphistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, orgmembershiphistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, orgmembershiphistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, orgmembershiphistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -46718,18 +35886,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.RefNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, orgmembershiphistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, orgmembershiphistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, orgmembershiphistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, orgmembershiphistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, orgmembershiphistory.RefContains(*i.RefContains)) } @@ -46766,15 +35922,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if i.CreatedAt != nil { predicates = append(predicates, orgmembershiphistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, orgmembershiphistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, orgmembershiphistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, orgmembershiphistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, orgmembershiphistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -46796,15 +35943,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if i.UpdatedAt != nil { predicates = append(predicates, orgmembershiphistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, orgmembershiphistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, orgmembershiphistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, orgmembershiphistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -46835,18 +35973,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, orgmembershiphistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, orgmembershiphistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, orgmembershiphistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, orgmembershiphistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, orgmembershiphistory.CreatedByContains(*i.CreatedByContains)) } @@ -46880,18 +36006,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, orgmembershiphistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -46925,18 +36039,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, orgmembershiphistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -46982,18 +36084,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.OrganizationIDNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.OrganizationIDNotIn(i.OrganizationIDNotIn...)) } - if i.OrganizationIDGT != nil { - predicates = append(predicates, orgmembershiphistory.OrganizationIDGT(*i.OrganizationIDGT)) - } - if i.OrganizationIDGTE != nil { - predicates = append(predicates, orgmembershiphistory.OrganizationIDGTE(*i.OrganizationIDGTE)) - } - if i.OrganizationIDLT != nil { - predicates = append(predicates, orgmembershiphistory.OrganizationIDLT(*i.OrganizationIDLT)) - } - if i.OrganizationIDLTE != nil { - predicates = append(predicates, orgmembershiphistory.OrganizationIDLTE(*i.OrganizationIDLTE)) - } if i.OrganizationIDContains != nil { predicates = append(predicates, orgmembershiphistory.OrganizationIDContains(*i.OrganizationIDContains)) } @@ -47021,18 +36111,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.UserIDNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, orgmembershiphistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, orgmembershiphistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, orgmembershiphistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, orgmembershiphistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, orgmembershiphistory.UserIDContains(*i.UserIDContains)) } @@ -47072,18 +36150,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.SSOExemptReasonNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.SSOExemptReasonNotIn(i.SSOExemptReasonNotIn...)) } - if i.SSOExemptReasonGT != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptReasonGT(*i.SSOExemptReasonGT)) - } - if i.SSOExemptReasonGTE != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptReasonGTE(*i.SSOExemptReasonGTE)) - } - if i.SSOExemptReasonLT != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptReasonLT(*i.SSOExemptReasonLT)) - } - if i.SSOExemptReasonLTE != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptReasonLTE(*i.SSOExemptReasonLTE)) - } if i.SSOExemptReasonContains != nil { predicates = append(predicates, orgmembershiphistory.SSOExemptReasonContains(*i.SSOExemptReasonContains)) } @@ -47117,18 +36183,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.SSOExemptGrantedByNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByNotIn(i.SSOExemptGrantedByNotIn...)) } - if i.SSOExemptGrantedByGT != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByGT(*i.SSOExemptGrantedByGT)) - } - if i.SSOExemptGrantedByGTE != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByGTE(*i.SSOExemptGrantedByGTE)) - } - if i.SSOExemptGrantedByLT != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByLT(*i.SSOExemptGrantedByLT)) - } - if i.SSOExemptGrantedByLTE != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByLTE(*i.SSOExemptGrantedByLTE)) - } if i.SSOExemptGrantedByContains != nil { predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedByContains(*i.SSOExemptGrantedByContains)) } @@ -47153,15 +36207,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if i.SSOExemptGrantedAt != nil { predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedAtEQ(*i.SSOExemptGrantedAt)) } - if i.SSOExemptGrantedAtNEQ != nil { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedAtNEQ(*i.SSOExemptGrantedAtNEQ)) - } - if len(i.SSOExemptGrantedAtIn) > 0 { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedAtIn(i.SSOExemptGrantedAtIn...)) - } - if len(i.SSOExemptGrantedAtNotIn) > 0 { - predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedAtNotIn(i.SSOExemptGrantedAtNotIn...)) - } if i.SSOExemptGrantedAtGT != nil { predicates = append(predicates, orgmembershiphistory.SSOExemptGrantedAtGT(*i.SSOExemptGrantedAtGT)) } @@ -47204,18 +36249,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.TfaEnforcedReasonNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonNotIn(i.TfaEnforcedReasonNotIn...)) } - if i.TfaEnforcedReasonGT != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonGT(*i.TfaEnforcedReasonGT)) - } - if i.TfaEnforcedReasonGTE != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonGTE(*i.TfaEnforcedReasonGTE)) - } - if i.TfaEnforcedReasonLT != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonLT(*i.TfaEnforcedReasonLT)) - } - if i.TfaEnforcedReasonLTE != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonLTE(*i.TfaEnforcedReasonLTE)) - } if i.TfaEnforcedReasonContains != nil { predicates = append(predicates, orgmembershiphistory.TfaEnforcedReasonContains(*i.TfaEnforcedReasonContains)) } @@ -47249,18 +36282,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if len(i.TfaEnforcedByNotIn) > 0 { predicates = append(predicates, orgmembershiphistory.TfaEnforcedByNotIn(i.TfaEnforcedByNotIn...)) } - if i.TfaEnforcedByGT != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedByGT(*i.TfaEnforcedByGT)) - } - if i.TfaEnforcedByGTE != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedByGTE(*i.TfaEnforcedByGTE)) - } - if i.TfaEnforcedByLT != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedByLT(*i.TfaEnforcedByLT)) - } - if i.TfaEnforcedByLTE != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedByLTE(*i.TfaEnforcedByLTE)) - } if i.TfaEnforcedByContains != nil { predicates = append(predicates, orgmembershiphistory.TfaEnforcedByContains(*i.TfaEnforcedByContains)) } @@ -47285,15 +36306,6 @@ func (i *OrgMembershipHistoryWhereInput) P() (predicate.OrgMembershipHistory, er if i.TfaEnforcedAt != nil { predicates = append(predicates, orgmembershiphistory.TfaEnforcedAtEQ(*i.TfaEnforcedAt)) } - if i.TfaEnforcedAtNEQ != nil { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedAtNEQ(*i.TfaEnforcedAtNEQ)) - } - if len(i.TfaEnforcedAtIn) > 0 { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedAtIn(i.TfaEnforcedAtIn...)) - } - if len(i.TfaEnforcedAtNotIn) > 0 { - predicates = append(predicates, orgmembershiphistory.TfaEnforcedAtNotIn(i.TfaEnforcedAtNotIn...)) - } if i.TfaEnforcedAtGT != nil { predicates = append(predicates, orgmembershiphistory.TfaEnforcedAtGT(*i.TfaEnforcedAtGT)) } @@ -47335,32 +36347,21 @@ type OrganizationHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -47376,38 +36377,28 @@ type OrganizationHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -47421,10 +36412,6 @@ type OrganizationHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -47438,10 +36425,6 @@ type OrganizationHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -47455,10 +36438,6 @@ type OrganizationHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -47470,10 +36449,6 @@ type OrganizationHistoryWhereInput struct { ParentOrganizationIDNEQ *string `json:"parentOrganizationIDNEQ,omitempty"` ParentOrganizationIDIn []string `json:"parentOrganizationIDIn,omitempty"` ParentOrganizationIDNotIn []string `json:"parentOrganizationIDNotIn,omitempty"` - ParentOrganizationIDGT *string `json:"parentOrganizationIDGT,omitempty"` - ParentOrganizationIDGTE *string `json:"parentOrganizationIDGTE,omitempty"` - ParentOrganizationIDLT *string `json:"parentOrganizationIDLT,omitempty"` - ParentOrganizationIDLTE *string `json:"parentOrganizationIDLTE,omitempty"` ParentOrganizationIDContains *string `json:"parentOrganizationIDContains,omitempty"` ParentOrganizationIDHasPrefix *string `json:"parentOrganizationIDHasPrefix,omitempty"` ParentOrganizationIDHasSuffix *string `json:"parentOrganizationIDHasSuffix,omitempty"` @@ -47493,10 +36468,6 @@ type OrganizationHistoryWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -47510,10 +36481,6 @@ type OrganizationHistoryWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -47523,26 +36490,19 @@ type OrganizationHistoryWhereInput struct { AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // "avatar_updated_at" field predicates. - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNEQ *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` // "slug_name" field predicates. SlugName *string `json:"slugName,omitempty"` SlugNameNEQ *string `json:"slugNameNEQ,omitempty"` SlugNameIn []string `json:"slugNameIn,omitempty"` SlugNameNotIn []string `json:"slugNameNotIn,omitempty"` - SlugNameGT *string `json:"slugNameGT,omitempty"` - SlugNameGTE *string `json:"slugNameGTE,omitempty"` - SlugNameLT *string `json:"slugNameLT,omitempty"` - SlugNameLTE *string `json:"slugNameLTE,omitempty"` SlugNameContains *string `json:"slugNameContains,omitempty"` SlugNameHasPrefix *string `json:"slugNameHasPrefix,omitempty"` SlugNameHasSuffix *string `json:"slugNameHasSuffix,omitempty"` @@ -47638,18 +36598,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, organizationhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, organizationhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, organizationhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, organizationhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, organizationhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, organizationhistory.IDEqualFold(*i.IDEqualFold)) } @@ -47659,15 +36607,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if i.HistoryTime != nil { predicates = append(predicates, organizationhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, organizationhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, organizationhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, organizationhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, organizationhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -47692,18 +36631,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, organizationhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, organizationhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, organizationhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, organizationhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, organizationhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, organizationhistory.RefContains(*i.RefContains)) } @@ -47740,15 +36667,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if i.CreatedAt != nil { predicates = append(predicates, organizationhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, organizationhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, organizationhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, organizationhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, organizationhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -47770,15 +36688,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, organizationhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, organizationhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, organizationhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, organizationhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, organizationhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -47809,18 +36718,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, organizationhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, organizationhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, organizationhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, organizationhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, organizationhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, organizationhistory.CreatedByContains(*i.CreatedByContains)) } @@ -47854,18 +36751,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, organizationhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, organizationhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, organizationhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, organizationhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, organizationhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, organizationhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -47899,18 +36784,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, organizationhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, organizationhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, organizationhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, organizationhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, organizationhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, organizationhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -47944,18 +36817,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, organizationhistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, organizationhistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, organizationhistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, organizationhistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, organizationhistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, organizationhistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -47983,18 +36844,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.ParentOrganizationIDNotIn) > 0 { predicates = append(predicates, organizationhistory.ParentOrganizationIDNotIn(i.ParentOrganizationIDNotIn...)) } - if i.ParentOrganizationIDGT != nil { - predicates = append(predicates, organizationhistory.ParentOrganizationIDGT(*i.ParentOrganizationIDGT)) - } - if i.ParentOrganizationIDGTE != nil { - predicates = append(predicates, organizationhistory.ParentOrganizationIDGTE(*i.ParentOrganizationIDGTE)) - } - if i.ParentOrganizationIDLT != nil { - predicates = append(predicates, organizationhistory.ParentOrganizationIDLT(*i.ParentOrganizationIDLT)) - } - if i.ParentOrganizationIDLTE != nil { - predicates = append(predicates, organizationhistory.ParentOrganizationIDLTE(*i.ParentOrganizationIDLTE)) - } if i.ParentOrganizationIDContains != nil { predicates = append(predicates, organizationhistory.ParentOrganizationIDContains(*i.ParentOrganizationIDContains)) } @@ -48040,18 +36889,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, organizationhistory.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, organizationhistory.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, organizationhistory.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, organizationhistory.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, organizationhistory.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, organizationhistory.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -48085,18 +36922,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, organizationhistory.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, organizationhistory.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, organizationhistory.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, organizationhistory.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, organizationhistory.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, organizationhistory.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -48121,15 +36946,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if i.AvatarUpdatedAt != nil { predicates = append(predicates, organizationhistory.AvatarUpdatedAtEQ(*i.AvatarUpdatedAt)) } - if i.AvatarUpdatedAtNEQ != nil { - predicates = append(predicates, organizationhistory.AvatarUpdatedAtNEQ(*i.AvatarUpdatedAtNEQ)) - } - if len(i.AvatarUpdatedAtIn) > 0 { - predicates = append(predicates, organizationhistory.AvatarUpdatedAtIn(i.AvatarUpdatedAtIn...)) - } - if len(i.AvatarUpdatedAtNotIn) > 0 { - predicates = append(predicates, organizationhistory.AvatarUpdatedAtNotIn(i.AvatarUpdatedAtNotIn...)) - } if i.AvatarUpdatedAtGT != nil { predicates = append(predicates, organizationhistory.AvatarUpdatedAtGT(*i.AvatarUpdatedAtGT)) } @@ -48160,18 +36976,6 @@ func (i *OrganizationHistoryWhereInput) P() (predicate.OrganizationHistory, erro if len(i.SlugNameNotIn) > 0 { predicates = append(predicates, organizationhistory.SlugNameNotIn(i.SlugNameNotIn...)) } - if i.SlugNameGT != nil { - predicates = append(predicates, organizationhistory.SlugNameGT(*i.SlugNameGT)) - } - if i.SlugNameGTE != nil { - predicates = append(predicates, organizationhistory.SlugNameGTE(*i.SlugNameGTE)) - } - if i.SlugNameLT != nil { - predicates = append(predicates, organizationhistory.SlugNameLT(*i.SlugNameLT)) - } - if i.SlugNameLTE != nil { - predicates = append(predicates, organizationhistory.SlugNameLTE(*i.SlugNameLTE)) - } if i.SlugNameContains != nil { predicates = append(predicates, organizationhistory.SlugNameContains(*i.SlugNameContains)) } @@ -48223,32 +37027,21 @@ type OrganizationSettingHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -48264,38 +37057,28 @@ type OrganizationSettingHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -48309,10 +37092,6 @@ type OrganizationSettingHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -48326,10 +37105,6 @@ type OrganizationSettingHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -48343,10 +37118,6 @@ type OrganizationSettingHistoryWhereInput struct { BillingContactNEQ *string `json:"billingContactNEQ,omitempty"` BillingContactIn []string `json:"billingContactIn,omitempty"` BillingContactNotIn []string `json:"billingContactNotIn,omitempty"` - BillingContactGT *string `json:"billingContactGT,omitempty"` - BillingContactGTE *string `json:"billingContactGTE,omitempty"` - BillingContactLT *string `json:"billingContactLT,omitempty"` - BillingContactLTE *string `json:"billingContactLTE,omitempty"` BillingContactContains *string `json:"billingContactContains,omitempty"` BillingContactHasPrefix *string `json:"billingContactHasPrefix,omitempty"` BillingContactHasSuffix *string `json:"billingContactHasSuffix,omitempty"` @@ -48360,10 +37131,6 @@ type OrganizationSettingHistoryWhereInput struct { BillingEmailNEQ *string `json:"billingEmailNEQ,omitempty"` BillingEmailIn []string `json:"billingEmailIn,omitempty"` BillingEmailNotIn []string `json:"billingEmailNotIn,omitempty"` - BillingEmailGT *string `json:"billingEmailGT,omitempty"` - BillingEmailGTE *string `json:"billingEmailGTE,omitempty"` - BillingEmailLT *string `json:"billingEmailLT,omitempty"` - BillingEmailLTE *string `json:"billingEmailLTE,omitempty"` BillingEmailContains *string `json:"billingEmailContains,omitempty"` BillingEmailHasPrefix *string `json:"billingEmailHasPrefix,omitempty"` BillingEmailHasSuffix *string `json:"billingEmailHasSuffix,omitempty"` @@ -48377,10 +37144,6 @@ type OrganizationSettingHistoryWhereInput struct { BillingPhoneNEQ *string `json:"billingPhoneNEQ,omitempty"` BillingPhoneIn []string `json:"billingPhoneIn,omitempty"` BillingPhoneNotIn []string `json:"billingPhoneNotIn,omitempty"` - BillingPhoneGT *string `json:"billingPhoneGT,omitempty"` - BillingPhoneGTE *string `json:"billingPhoneGTE,omitempty"` - BillingPhoneLT *string `json:"billingPhoneLT,omitempty"` - BillingPhoneLTE *string `json:"billingPhoneLTE,omitempty"` BillingPhoneContains *string `json:"billingPhoneContains,omitempty"` BillingPhoneHasPrefix *string `json:"billingPhoneHasPrefix,omitempty"` BillingPhoneHasSuffix *string `json:"billingPhoneHasSuffix,omitempty"` @@ -48394,10 +37157,6 @@ type OrganizationSettingHistoryWhereInput struct { TaxIdentifierNEQ *string `json:"taxIdentifierNEQ,omitempty"` TaxIdentifierIn []string `json:"taxIdentifierIn,omitempty"` TaxIdentifierNotIn []string `json:"taxIdentifierNotIn,omitempty"` - TaxIdentifierGT *string `json:"taxIdentifierGT,omitempty"` - TaxIdentifierGTE *string `json:"taxIdentifierGTE,omitempty"` - TaxIdentifierLT *string `json:"taxIdentifierLT,omitempty"` - TaxIdentifierLTE *string `json:"taxIdentifierLTE,omitempty"` TaxIdentifierContains *string `json:"taxIdentifierContains,omitempty"` TaxIdentifierHasPrefix *string `json:"taxIdentifierHasPrefix,omitempty"` TaxIdentifierHasSuffix *string `json:"taxIdentifierHasSuffix,omitempty"` @@ -48419,10 +37178,6 @@ type OrganizationSettingHistoryWhereInput struct { OrganizationIDNEQ *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIDGT *string `json:"organizationIDGT,omitempty"` - OrganizationIDGTE *string `json:"organizationIDGTE,omitempty"` - OrganizationIDLT *string `json:"organizationIDLT,omitempty"` - OrganizationIDLTE *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -48454,10 +37209,6 @@ type OrganizationSettingHistoryWhereInput struct { IdentityProviderClientIDNEQ *string `json:"identityProviderClientIDNEQ,omitempty"` IdentityProviderClientIDIn []string `json:"identityProviderClientIDIn,omitempty"` IdentityProviderClientIDNotIn []string `json:"identityProviderClientIDNotIn,omitempty"` - IdentityProviderClientIDGT *string `json:"identityProviderClientIDGT,omitempty"` - IdentityProviderClientIDGTE *string `json:"identityProviderClientIDGTE,omitempty"` - IdentityProviderClientIDLT *string `json:"identityProviderClientIDLT,omitempty"` - IdentityProviderClientIDLTE *string `json:"identityProviderClientIDLTE,omitempty"` IdentityProviderClientIDContains *string `json:"identityProviderClientIDContains,omitempty"` IdentityProviderClientIDHasPrefix *string `json:"identityProviderClientIDHasPrefix,omitempty"` IdentityProviderClientIDHasSuffix *string `json:"identityProviderClientIDHasSuffix,omitempty"` @@ -48471,10 +37222,6 @@ type OrganizationSettingHistoryWhereInput struct { IdentityProviderClientSecretNEQ *string `json:"identityProviderClientSecretNEQ,omitempty"` IdentityProviderClientSecretIn []string `json:"identityProviderClientSecretIn,omitempty"` IdentityProviderClientSecretNotIn []string `json:"identityProviderClientSecretNotIn,omitempty"` - IdentityProviderClientSecretGT *string `json:"identityProviderClientSecretGT,omitempty"` - IdentityProviderClientSecretGTE *string `json:"identityProviderClientSecretGTE,omitempty"` - IdentityProviderClientSecretLT *string `json:"identityProviderClientSecretLT,omitempty"` - IdentityProviderClientSecretLTE *string `json:"identityProviderClientSecretLTE,omitempty"` IdentityProviderClientSecretContains *string `json:"identityProviderClientSecretContains,omitempty"` IdentityProviderClientSecretHasPrefix *string `json:"identityProviderClientSecretHasPrefix,omitempty"` IdentityProviderClientSecretHasSuffix *string `json:"identityProviderClientSecretHasSuffix,omitempty"` @@ -48488,10 +37235,6 @@ type OrganizationSettingHistoryWhereInput struct { IdentityProviderMetadataEndpointNEQ *string `json:"identityProviderMetadataEndpointNEQ,omitempty"` IdentityProviderMetadataEndpointIn []string `json:"identityProviderMetadataEndpointIn,omitempty"` IdentityProviderMetadataEndpointNotIn []string `json:"identityProviderMetadataEndpointNotIn,omitempty"` - IdentityProviderMetadataEndpointGT *string `json:"identityProviderMetadataEndpointGT,omitempty"` - IdentityProviderMetadataEndpointGTE *string `json:"identityProviderMetadataEndpointGTE,omitempty"` - IdentityProviderMetadataEndpointLT *string `json:"identityProviderMetadataEndpointLT,omitempty"` - IdentityProviderMetadataEndpointLTE *string `json:"identityProviderMetadataEndpointLTE,omitempty"` IdentityProviderMetadataEndpointContains *string `json:"identityProviderMetadataEndpointContains,omitempty"` IdentityProviderMetadataEndpointHasPrefix *string `json:"identityProviderMetadataEndpointHasPrefix,omitempty"` IdentityProviderMetadataEndpointHasSuffix *string `json:"identityProviderMetadataEndpointHasSuffix,omitempty"` @@ -48509,10 +37252,6 @@ type OrganizationSettingHistoryWhereInput struct { IdentityProviderEntityIDNEQ *string `json:"identityProviderEntityIDNEQ,omitempty"` IdentityProviderEntityIDIn []string `json:"identityProviderEntityIDIn,omitempty"` IdentityProviderEntityIDNotIn []string `json:"identityProviderEntityIDNotIn,omitempty"` - IdentityProviderEntityIDGT *string `json:"identityProviderEntityIDGT,omitempty"` - IdentityProviderEntityIDGTE *string `json:"identityProviderEntityIDGTE,omitempty"` - IdentityProviderEntityIDLT *string `json:"identityProviderEntityIDLT,omitempty"` - IdentityProviderEntityIDLTE *string `json:"identityProviderEntityIDLTE,omitempty"` IdentityProviderEntityIDContains *string `json:"identityProviderEntityIDContains,omitempty"` IdentityProviderEntityIDHasPrefix *string `json:"identityProviderEntityIDHasPrefix,omitempty"` IdentityProviderEntityIDHasSuffix *string `json:"identityProviderEntityIDHasSuffix,omitempty"` @@ -48526,10 +37265,6 @@ type OrganizationSettingHistoryWhereInput struct { OidcDiscoveryEndpointNEQ *string `json:"oidcDiscoveryEndpointNEQ,omitempty"` OidcDiscoveryEndpointIn []string `json:"oidcDiscoveryEndpointIn,omitempty"` OidcDiscoveryEndpointNotIn []string `json:"oidcDiscoveryEndpointNotIn,omitempty"` - OidcDiscoveryEndpointGT *string `json:"oidcDiscoveryEndpointGT,omitempty"` - OidcDiscoveryEndpointGTE *string `json:"oidcDiscoveryEndpointGTE,omitempty"` - OidcDiscoveryEndpointLT *string `json:"oidcDiscoveryEndpointLT,omitempty"` - OidcDiscoveryEndpointLTE *string `json:"oidcDiscoveryEndpointLTE,omitempty"` OidcDiscoveryEndpointContains *string `json:"oidcDiscoveryEndpointContains,omitempty"` OidcDiscoveryEndpointHasPrefix *string `json:"oidcDiscoveryEndpointHasPrefix,omitempty"` OidcDiscoveryEndpointHasSuffix *string `json:"oidcDiscoveryEndpointHasSuffix,omitempty"` @@ -48543,10 +37278,6 @@ type OrganizationSettingHistoryWhereInput struct { SamlSigninURLNEQ *string `json:"samlSigninURLNEQ,omitempty"` SamlSigninURLIn []string `json:"samlSigninURLIn,omitempty"` SamlSigninURLNotIn []string `json:"samlSigninURLNotIn,omitempty"` - SamlSigninURLGT *string `json:"samlSigninURLGT,omitempty"` - SamlSigninURLGTE *string `json:"samlSigninURLGTE,omitempty"` - SamlSigninURLLT *string `json:"samlSigninURLLT,omitempty"` - SamlSigninURLLTE *string `json:"samlSigninURLLTE,omitempty"` SamlSigninURLContains *string `json:"samlSigninURLContains,omitempty"` SamlSigninURLHasPrefix *string `json:"samlSigninURLHasPrefix,omitempty"` SamlSigninURLHasSuffix *string `json:"samlSigninURLHasSuffix,omitempty"` @@ -48560,10 +37291,6 @@ type OrganizationSettingHistoryWhereInput struct { SamlIssuerNEQ *string `json:"samlIssuerNEQ,omitempty"` SamlIssuerIn []string `json:"samlIssuerIn,omitempty"` SamlIssuerNotIn []string `json:"samlIssuerNotIn,omitempty"` - SamlIssuerGT *string `json:"samlIssuerGT,omitempty"` - SamlIssuerGTE *string `json:"samlIssuerGTE,omitempty"` - SamlIssuerLT *string `json:"samlIssuerLT,omitempty"` - SamlIssuerLTE *string `json:"samlIssuerLTE,omitempty"` SamlIssuerContains *string `json:"samlIssuerContains,omitempty"` SamlIssuerHasPrefix *string `json:"samlIssuerHasPrefix,omitempty"` SamlIssuerHasSuffix *string `json:"samlIssuerHasSuffix,omitempty"` @@ -48577,10 +37304,6 @@ type OrganizationSettingHistoryWhereInput struct { SamlCertNEQ *string `json:"samlCertNEQ,omitempty"` SamlCertIn []string `json:"samlCertIn,omitempty"` SamlCertNotIn []string `json:"samlCertNotIn,omitempty"` - SamlCertGT *string `json:"samlCertGT,omitempty"` - SamlCertGTE *string `json:"samlCertGTE,omitempty"` - SamlCertLT *string `json:"samlCertLT,omitempty"` - SamlCertLTE *string `json:"samlCertLTE,omitempty"` SamlCertContains *string `json:"samlCertContains,omitempty"` SamlCertHasPrefix *string `json:"samlCertHasPrefix,omitempty"` SamlCertHasSuffix *string `json:"samlCertHasSuffix,omitempty"` @@ -48614,10 +37337,6 @@ type OrganizationSettingHistoryWhereInput struct { ComplianceWebhookTokenNEQ *string `json:"complianceWebhookTokenNEQ,omitempty"` ComplianceWebhookTokenIn []string `json:"complianceWebhookTokenIn,omitempty"` ComplianceWebhookTokenNotIn []string `json:"complianceWebhookTokenNotIn,omitempty"` - ComplianceWebhookTokenGT *string `json:"complianceWebhookTokenGT,omitempty"` - ComplianceWebhookTokenGTE *string `json:"complianceWebhookTokenGTE,omitempty"` - ComplianceWebhookTokenLT *string `json:"complianceWebhookTokenLT,omitempty"` - ComplianceWebhookTokenLTE *string `json:"complianceWebhookTokenLTE,omitempty"` ComplianceWebhookTokenContains *string `json:"complianceWebhookTokenContains,omitempty"` ComplianceWebhookTokenHasPrefix *string `json:"complianceWebhookTokenHasPrefix,omitempty"` ComplianceWebhookTokenHasSuffix *string `json:"complianceWebhookTokenHasSuffix,omitempty"` @@ -48631,16 +37350,13 @@ type OrganizationSettingHistoryWhereInput struct { PaymentMethodAddedNEQ *bool `json:"paymentMethodAddedNEQ,omitempty"` // "pending_deletion_at" field predicates. - PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` - PendingDeletionAtNEQ *models.DateTime `json:"pendingDeletionAtNEQ,omitempty"` - PendingDeletionAtIn []models.DateTime `json:"pendingDeletionAtIn,omitempty"` - PendingDeletionAtNotIn []models.DateTime `json:"pendingDeletionAtNotIn,omitempty"` - PendingDeletionAtGT *models.DateTime `json:"pendingDeletionAtGT,omitempty"` - PendingDeletionAtGTE *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` - PendingDeletionAtLT *models.DateTime `json:"pendingDeletionAtLT,omitempty"` - PendingDeletionAtLTE *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` - PendingDeletionAtIsNil bool `json:"pendingDeletionAtIsNil,omitempty"` - PendingDeletionAtNotNil bool `json:"pendingDeletionAtNotNil,omitempty"` + PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` + PendingDeletionAtGT *models.DateTime `json:"pendingDeletionAtGT,omitempty"` + PendingDeletionAtGTE *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` + PendingDeletionAtLT *models.DateTime `json:"pendingDeletionAtLT,omitempty"` + PendingDeletionAtLTE *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` + PendingDeletionAtIsNil bool `json:"pendingDeletionAtIsNil,omitempty"` + PendingDeletionAtNotNil bool `json:"pendingDeletionAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -48741,18 +37457,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.IDNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, organizationsettinghistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, organizationsettinghistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, organizationsettinghistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, organizationsettinghistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, organizationsettinghistory.IDEqualFold(*i.IDEqualFold)) } @@ -48762,15 +37466,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if i.HistoryTime != nil { predicates = append(predicates, organizationsettinghistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, organizationsettinghistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, organizationsettinghistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, organizationsettinghistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, organizationsettinghistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -48795,18 +37490,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.RefNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, organizationsettinghistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, organizationsettinghistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, organizationsettinghistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, organizationsettinghistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, organizationsettinghistory.RefContains(*i.RefContains)) } @@ -48843,15 +37526,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if i.CreatedAt != nil { predicates = append(predicates, organizationsettinghistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, organizationsettinghistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, organizationsettinghistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, organizationsettinghistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, organizationsettinghistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -48873,15 +37547,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if i.UpdatedAt != nil { predicates = append(predicates, organizationsettinghistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, organizationsettinghistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, organizationsettinghistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, organizationsettinghistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -48912,18 +37577,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, organizationsettinghistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, organizationsettinghistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, organizationsettinghistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, organizationsettinghistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, organizationsettinghistory.CreatedByContains(*i.CreatedByContains)) } @@ -48957,18 +37610,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, organizationsettinghistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -49002,18 +37643,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, organizationsettinghistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -49047,18 +37676,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.BillingContactNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.BillingContactNotIn(i.BillingContactNotIn...)) } - if i.BillingContactGT != nil { - predicates = append(predicates, organizationsettinghistory.BillingContactGT(*i.BillingContactGT)) - } - if i.BillingContactGTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingContactGTE(*i.BillingContactGTE)) - } - if i.BillingContactLT != nil { - predicates = append(predicates, organizationsettinghistory.BillingContactLT(*i.BillingContactLT)) - } - if i.BillingContactLTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingContactLTE(*i.BillingContactLTE)) - } if i.BillingContactContains != nil { predicates = append(predicates, organizationsettinghistory.BillingContactContains(*i.BillingContactContains)) } @@ -49092,18 +37709,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.BillingEmailNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.BillingEmailNotIn(i.BillingEmailNotIn...)) } - if i.BillingEmailGT != nil { - predicates = append(predicates, organizationsettinghistory.BillingEmailGT(*i.BillingEmailGT)) - } - if i.BillingEmailGTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingEmailGTE(*i.BillingEmailGTE)) - } - if i.BillingEmailLT != nil { - predicates = append(predicates, organizationsettinghistory.BillingEmailLT(*i.BillingEmailLT)) - } - if i.BillingEmailLTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingEmailLTE(*i.BillingEmailLTE)) - } if i.BillingEmailContains != nil { predicates = append(predicates, organizationsettinghistory.BillingEmailContains(*i.BillingEmailContains)) } @@ -49137,18 +37742,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.BillingPhoneNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.BillingPhoneNotIn(i.BillingPhoneNotIn...)) } - if i.BillingPhoneGT != nil { - predicates = append(predicates, organizationsettinghistory.BillingPhoneGT(*i.BillingPhoneGT)) - } - if i.BillingPhoneGTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingPhoneGTE(*i.BillingPhoneGTE)) - } - if i.BillingPhoneLT != nil { - predicates = append(predicates, organizationsettinghistory.BillingPhoneLT(*i.BillingPhoneLT)) - } - if i.BillingPhoneLTE != nil { - predicates = append(predicates, organizationsettinghistory.BillingPhoneLTE(*i.BillingPhoneLTE)) - } if i.BillingPhoneContains != nil { predicates = append(predicates, organizationsettinghistory.BillingPhoneContains(*i.BillingPhoneContains)) } @@ -49182,18 +37775,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.TaxIdentifierNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.TaxIdentifierNotIn(i.TaxIdentifierNotIn...)) } - if i.TaxIdentifierGT != nil { - predicates = append(predicates, organizationsettinghistory.TaxIdentifierGT(*i.TaxIdentifierGT)) - } - if i.TaxIdentifierGTE != nil { - predicates = append(predicates, organizationsettinghistory.TaxIdentifierGTE(*i.TaxIdentifierGTE)) - } - if i.TaxIdentifierLT != nil { - predicates = append(predicates, organizationsettinghistory.TaxIdentifierLT(*i.TaxIdentifierLT)) - } - if i.TaxIdentifierLTE != nil { - predicates = append(predicates, organizationsettinghistory.TaxIdentifierLTE(*i.TaxIdentifierLTE)) - } if i.TaxIdentifierContains != nil { predicates = append(predicates, organizationsettinghistory.TaxIdentifierContains(*i.TaxIdentifierContains)) } @@ -49245,18 +37826,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.OrganizationIDNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.OrganizationIDNotIn(i.OrganizationIDNotIn...)) } - if i.OrganizationIDGT != nil { - predicates = append(predicates, organizationsettinghistory.OrganizationIDGT(*i.OrganizationIDGT)) - } - if i.OrganizationIDGTE != nil { - predicates = append(predicates, organizationsettinghistory.OrganizationIDGTE(*i.OrganizationIDGTE)) - } - if i.OrganizationIDLT != nil { - predicates = append(predicates, organizationsettinghistory.OrganizationIDLT(*i.OrganizationIDLT)) - } - if i.OrganizationIDLTE != nil { - predicates = append(predicates, organizationsettinghistory.OrganizationIDLTE(*i.OrganizationIDLTE)) - } if i.OrganizationIDContains != nil { predicates = append(predicates, organizationsettinghistory.OrganizationIDContains(*i.OrganizationIDContains)) } @@ -49326,18 +37895,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.IdentityProviderClientIDNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDNotIn(i.IdentityProviderClientIDNotIn...)) } - if i.IdentityProviderClientIDGT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDGT(*i.IdentityProviderClientIDGT)) - } - if i.IdentityProviderClientIDGTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDGTE(*i.IdentityProviderClientIDGTE)) - } - if i.IdentityProviderClientIDLT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDLT(*i.IdentityProviderClientIDLT)) - } - if i.IdentityProviderClientIDLTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDLTE(*i.IdentityProviderClientIDLTE)) - } if i.IdentityProviderClientIDContains != nil { predicates = append(predicates, organizationsettinghistory.IdentityProviderClientIDContains(*i.IdentityProviderClientIDContains)) } @@ -49371,18 +37928,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.IdentityProviderClientSecretNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretNotIn(i.IdentityProviderClientSecretNotIn...)) } - if i.IdentityProviderClientSecretGT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretGT(*i.IdentityProviderClientSecretGT)) - } - if i.IdentityProviderClientSecretGTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretGTE(*i.IdentityProviderClientSecretGTE)) - } - if i.IdentityProviderClientSecretLT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretLT(*i.IdentityProviderClientSecretLT)) - } - if i.IdentityProviderClientSecretLTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretLTE(*i.IdentityProviderClientSecretLTE)) - } if i.IdentityProviderClientSecretContains != nil { predicates = append(predicates, organizationsettinghistory.IdentityProviderClientSecretContains(*i.IdentityProviderClientSecretContains)) } @@ -49416,18 +37961,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.IdentityProviderMetadataEndpointNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointNotIn(i.IdentityProviderMetadataEndpointNotIn...)) } - if i.IdentityProviderMetadataEndpointGT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointGT(*i.IdentityProviderMetadataEndpointGT)) - } - if i.IdentityProviderMetadataEndpointGTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointGTE(*i.IdentityProviderMetadataEndpointGTE)) - } - if i.IdentityProviderMetadataEndpointLT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointLT(*i.IdentityProviderMetadataEndpointLT)) - } - if i.IdentityProviderMetadataEndpointLTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointLTE(*i.IdentityProviderMetadataEndpointLTE)) - } if i.IdentityProviderMetadataEndpointContains != nil { predicates = append(predicates, organizationsettinghistory.IdentityProviderMetadataEndpointContains(*i.IdentityProviderMetadataEndpointContains)) } @@ -49467,18 +38000,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.IdentityProviderEntityIDNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDNotIn(i.IdentityProviderEntityIDNotIn...)) } - if i.IdentityProviderEntityIDGT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDGT(*i.IdentityProviderEntityIDGT)) - } - if i.IdentityProviderEntityIDGTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDGTE(*i.IdentityProviderEntityIDGTE)) - } - if i.IdentityProviderEntityIDLT != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDLT(*i.IdentityProviderEntityIDLT)) - } - if i.IdentityProviderEntityIDLTE != nil { - predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDLTE(*i.IdentityProviderEntityIDLTE)) - } if i.IdentityProviderEntityIDContains != nil { predicates = append(predicates, organizationsettinghistory.IdentityProviderEntityIDContains(*i.IdentityProviderEntityIDContains)) } @@ -49512,18 +38033,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.OidcDiscoveryEndpointNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointNotIn(i.OidcDiscoveryEndpointNotIn...)) } - if i.OidcDiscoveryEndpointGT != nil { - predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointGT(*i.OidcDiscoveryEndpointGT)) - } - if i.OidcDiscoveryEndpointGTE != nil { - predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointGTE(*i.OidcDiscoveryEndpointGTE)) - } - if i.OidcDiscoveryEndpointLT != nil { - predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointLT(*i.OidcDiscoveryEndpointLT)) - } - if i.OidcDiscoveryEndpointLTE != nil { - predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointLTE(*i.OidcDiscoveryEndpointLTE)) - } if i.OidcDiscoveryEndpointContains != nil { predicates = append(predicates, organizationsettinghistory.OidcDiscoveryEndpointContains(*i.OidcDiscoveryEndpointContains)) } @@ -49557,18 +38066,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.SamlSigninURLNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.SamlSigninURLNotIn(i.SamlSigninURLNotIn...)) } - if i.SamlSigninURLGT != nil { - predicates = append(predicates, organizationsettinghistory.SamlSigninURLGT(*i.SamlSigninURLGT)) - } - if i.SamlSigninURLGTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlSigninURLGTE(*i.SamlSigninURLGTE)) - } - if i.SamlSigninURLLT != nil { - predicates = append(predicates, organizationsettinghistory.SamlSigninURLLT(*i.SamlSigninURLLT)) - } - if i.SamlSigninURLLTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlSigninURLLTE(*i.SamlSigninURLLTE)) - } if i.SamlSigninURLContains != nil { predicates = append(predicates, organizationsettinghistory.SamlSigninURLContains(*i.SamlSigninURLContains)) } @@ -49602,18 +38099,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.SamlIssuerNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.SamlIssuerNotIn(i.SamlIssuerNotIn...)) } - if i.SamlIssuerGT != nil { - predicates = append(predicates, organizationsettinghistory.SamlIssuerGT(*i.SamlIssuerGT)) - } - if i.SamlIssuerGTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlIssuerGTE(*i.SamlIssuerGTE)) - } - if i.SamlIssuerLT != nil { - predicates = append(predicates, organizationsettinghistory.SamlIssuerLT(*i.SamlIssuerLT)) - } - if i.SamlIssuerLTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlIssuerLTE(*i.SamlIssuerLTE)) - } if i.SamlIssuerContains != nil { predicates = append(predicates, organizationsettinghistory.SamlIssuerContains(*i.SamlIssuerContains)) } @@ -49647,18 +38132,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.SamlCertNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.SamlCertNotIn(i.SamlCertNotIn...)) } - if i.SamlCertGT != nil { - predicates = append(predicates, organizationsettinghistory.SamlCertGT(*i.SamlCertGT)) - } - if i.SamlCertGTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlCertGTE(*i.SamlCertGTE)) - } - if i.SamlCertLT != nil { - predicates = append(predicates, organizationsettinghistory.SamlCertLT(*i.SamlCertLT)) - } - if i.SamlCertLTE != nil { - predicates = append(predicates, organizationsettinghistory.SamlCertLTE(*i.SamlCertLTE)) - } if i.SamlCertContains != nil { predicates = append(predicates, organizationsettinghistory.SamlCertContains(*i.SamlCertContains)) } @@ -49728,18 +38201,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if len(i.ComplianceWebhookTokenNotIn) > 0 { predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenNotIn(i.ComplianceWebhookTokenNotIn...)) } - if i.ComplianceWebhookTokenGT != nil { - predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenGT(*i.ComplianceWebhookTokenGT)) - } - if i.ComplianceWebhookTokenGTE != nil { - predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenGTE(*i.ComplianceWebhookTokenGTE)) - } - if i.ComplianceWebhookTokenLT != nil { - predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenLT(*i.ComplianceWebhookTokenLT)) - } - if i.ComplianceWebhookTokenLTE != nil { - predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenLTE(*i.ComplianceWebhookTokenLTE)) - } if i.ComplianceWebhookTokenContains != nil { predicates = append(predicates, organizationsettinghistory.ComplianceWebhookTokenContains(*i.ComplianceWebhookTokenContains)) } @@ -49770,15 +38231,6 @@ func (i *OrganizationSettingHistoryWhereInput) P() (predicate.OrganizationSettin if i.PendingDeletionAt != nil { predicates = append(predicates, organizationsettinghistory.PendingDeletionAtEQ(*i.PendingDeletionAt)) } - if i.PendingDeletionAtNEQ != nil { - predicates = append(predicates, organizationsettinghistory.PendingDeletionAtNEQ(*i.PendingDeletionAtNEQ)) - } - if len(i.PendingDeletionAtIn) > 0 { - predicates = append(predicates, organizationsettinghistory.PendingDeletionAtIn(i.PendingDeletionAtIn...)) - } - if len(i.PendingDeletionAtNotIn) > 0 { - predicates = append(predicates, organizationsettinghistory.PendingDeletionAtNotIn(i.PendingDeletionAtNotIn...)) - } if i.PendingDeletionAtGT != nil { predicates = append(predicates, organizationsettinghistory.PendingDeletionAtGT(*i.PendingDeletionAtGT)) } @@ -49855,32 +38307,21 @@ type PlatformHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -49896,38 +38337,28 @@ type PlatformHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -49941,10 +38372,6 @@ type PlatformHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -49958,10 +38385,6 @@ type PlatformHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -49975,10 +38398,6 @@ type PlatformHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -49990,10 +38409,6 @@ type PlatformHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -50007,10 +38422,6 @@ type PlatformHistoryWhereInput struct { InternalOwnerNEQ *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGT *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGTE *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLT *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLTE *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -50024,10 +38435,6 @@ type PlatformHistoryWhereInput struct { InternalOwnerUserIDNEQ *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIDGT *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIDGTE *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIDLT *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIDLTE *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -50041,10 +38448,6 @@ type PlatformHistoryWhereInput struct { InternalOwnerGroupIDNEQ *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIDGT *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIDGTE *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIDLT *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIDLTE *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -50058,10 +38461,6 @@ type PlatformHistoryWhereInput struct { BusinessOwnerNEQ *string `json:"businessOwnerNEQ,omitempty"` BusinessOwnerIn []string `json:"businessOwnerIn,omitempty"` BusinessOwnerNotIn []string `json:"businessOwnerNotIn,omitempty"` - BusinessOwnerGT *string `json:"businessOwnerGT,omitempty"` - BusinessOwnerGTE *string `json:"businessOwnerGTE,omitempty"` - BusinessOwnerLT *string `json:"businessOwnerLT,omitempty"` - BusinessOwnerLTE *string `json:"businessOwnerLTE,omitempty"` BusinessOwnerContains *string `json:"businessOwnerContains,omitempty"` BusinessOwnerHasPrefix *string `json:"businessOwnerHasPrefix,omitempty"` BusinessOwnerHasSuffix *string `json:"businessOwnerHasSuffix,omitempty"` @@ -50075,10 +38474,6 @@ type PlatformHistoryWhereInput struct { BusinessOwnerUserIDNEQ *string `json:"businessOwnerUserIDNEQ,omitempty"` BusinessOwnerUserIDIn []string `json:"businessOwnerUserIDIn,omitempty"` BusinessOwnerUserIDNotIn []string `json:"businessOwnerUserIDNotIn,omitempty"` - BusinessOwnerUserIDGT *string `json:"businessOwnerUserIDGT,omitempty"` - BusinessOwnerUserIDGTE *string `json:"businessOwnerUserIDGTE,omitempty"` - BusinessOwnerUserIDLT *string `json:"businessOwnerUserIDLT,omitempty"` - BusinessOwnerUserIDLTE *string `json:"businessOwnerUserIDLTE,omitempty"` BusinessOwnerUserIDContains *string `json:"businessOwnerUserIDContains,omitempty"` BusinessOwnerUserIDHasPrefix *string `json:"businessOwnerUserIDHasPrefix,omitempty"` BusinessOwnerUserIDHasSuffix *string `json:"businessOwnerUserIDHasSuffix,omitempty"` @@ -50092,10 +38487,6 @@ type PlatformHistoryWhereInput struct { BusinessOwnerGroupIDNEQ *string `json:"businessOwnerGroupIDNEQ,omitempty"` BusinessOwnerGroupIDIn []string `json:"businessOwnerGroupIDIn,omitempty"` BusinessOwnerGroupIDNotIn []string `json:"businessOwnerGroupIDNotIn,omitempty"` - BusinessOwnerGroupIDGT *string `json:"businessOwnerGroupIDGT,omitempty"` - BusinessOwnerGroupIDGTE *string `json:"businessOwnerGroupIDGTE,omitempty"` - BusinessOwnerGroupIDLT *string `json:"businessOwnerGroupIDLT,omitempty"` - BusinessOwnerGroupIDLTE *string `json:"businessOwnerGroupIDLTE,omitempty"` BusinessOwnerGroupIDContains *string `json:"businessOwnerGroupIDContains,omitempty"` BusinessOwnerGroupIDHasPrefix *string `json:"businessOwnerGroupIDHasPrefix,omitempty"` BusinessOwnerGroupIDHasSuffix *string `json:"businessOwnerGroupIDHasSuffix,omitempty"` @@ -50109,10 +38500,6 @@ type PlatformHistoryWhereInput struct { TechnicalOwnerNEQ *string `json:"technicalOwnerNEQ,omitempty"` TechnicalOwnerIn []string `json:"technicalOwnerIn,omitempty"` TechnicalOwnerNotIn []string `json:"technicalOwnerNotIn,omitempty"` - TechnicalOwnerGT *string `json:"technicalOwnerGT,omitempty"` - TechnicalOwnerGTE *string `json:"technicalOwnerGTE,omitempty"` - TechnicalOwnerLT *string `json:"technicalOwnerLT,omitempty"` - TechnicalOwnerLTE *string `json:"technicalOwnerLTE,omitempty"` TechnicalOwnerContains *string `json:"technicalOwnerContains,omitempty"` TechnicalOwnerHasPrefix *string `json:"technicalOwnerHasPrefix,omitempty"` TechnicalOwnerHasSuffix *string `json:"technicalOwnerHasSuffix,omitempty"` @@ -50126,10 +38513,6 @@ type PlatformHistoryWhereInput struct { TechnicalOwnerUserIDNEQ *string `json:"technicalOwnerUserIDNEQ,omitempty"` TechnicalOwnerUserIDIn []string `json:"technicalOwnerUserIDIn,omitempty"` TechnicalOwnerUserIDNotIn []string `json:"technicalOwnerUserIDNotIn,omitempty"` - TechnicalOwnerUserIDGT *string `json:"technicalOwnerUserIDGT,omitempty"` - TechnicalOwnerUserIDGTE *string `json:"technicalOwnerUserIDGTE,omitempty"` - TechnicalOwnerUserIDLT *string `json:"technicalOwnerUserIDLT,omitempty"` - TechnicalOwnerUserIDLTE *string `json:"technicalOwnerUserIDLTE,omitempty"` TechnicalOwnerUserIDContains *string `json:"technicalOwnerUserIDContains,omitempty"` TechnicalOwnerUserIDHasPrefix *string `json:"technicalOwnerUserIDHasPrefix,omitempty"` TechnicalOwnerUserIDHasSuffix *string `json:"technicalOwnerUserIDHasSuffix,omitempty"` @@ -50143,10 +38526,6 @@ type PlatformHistoryWhereInput struct { TechnicalOwnerGroupIDNEQ *string `json:"technicalOwnerGroupIDNEQ,omitempty"` TechnicalOwnerGroupIDIn []string `json:"technicalOwnerGroupIDIn,omitempty"` TechnicalOwnerGroupIDNotIn []string `json:"technicalOwnerGroupIDNotIn,omitempty"` - TechnicalOwnerGroupIDGT *string `json:"technicalOwnerGroupIDGT,omitempty"` - TechnicalOwnerGroupIDGTE *string `json:"technicalOwnerGroupIDGTE,omitempty"` - TechnicalOwnerGroupIDLT *string `json:"technicalOwnerGroupIDLT,omitempty"` - TechnicalOwnerGroupIDLTE *string `json:"technicalOwnerGroupIDLTE,omitempty"` TechnicalOwnerGroupIDContains *string `json:"technicalOwnerGroupIDContains,omitempty"` TechnicalOwnerGroupIDHasPrefix *string `json:"technicalOwnerGroupIDHasPrefix,omitempty"` TechnicalOwnerGroupIDHasSuffix *string `json:"technicalOwnerGroupIDHasSuffix,omitempty"` @@ -50160,10 +38539,6 @@ type PlatformHistoryWhereInput struct { SecurityOwnerNEQ *string `json:"securityOwnerNEQ,omitempty"` SecurityOwnerIn []string `json:"securityOwnerIn,omitempty"` SecurityOwnerNotIn []string `json:"securityOwnerNotIn,omitempty"` - SecurityOwnerGT *string `json:"securityOwnerGT,omitempty"` - SecurityOwnerGTE *string `json:"securityOwnerGTE,omitempty"` - SecurityOwnerLT *string `json:"securityOwnerLT,omitempty"` - SecurityOwnerLTE *string `json:"securityOwnerLTE,omitempty"` SecurityOwnerContains *string `json:"securityOwnerContains,omitempty"` SecurityOwnerHasPrefix *string `json:"securityOwnerHasPrefix,omitempty"` SecurityOwnerHasSuffix *string `json:"securityOwnerHasSuffix,omitempty"` @@ -50177,10 +38552,6 @@ type PlatformHistoryWhereInput struct { SecurityOwnerUserIDNEQ *string `json:"securityOwnerUserIDNEQ,omitempty"` SecurityOwnerUserIDIn []string `json:"securityOwnerUserIDIn,omitempty"` SecurityOwnerUserIDNotIn []string `json:"securityOwnerUserIDNotIn,omitempty"` - SecurityOwnerUserIDGT *string `json:"securityOwnerUserIDGT,omitempty"` - SecurityOwnerUserIDGTE *string `json:"securityOwnerUserIDGTE,omitempty"` - SecurityOwnerUserIDLT *string `json:"securityOwnerUserIDLT,omitempty"` - SecurityOwnerUserIDLTE *string `json:"securityOwnerUserIDLTE,omitempty"` SecurityOwnerUserIDContains *string `json:"securityOwnerUserIDContains,omitempty"` SecurityOwnerUserIDHasPrefix *string `json:"securityOwnerUserIDHasPrefix,omitempty"` SecurityOwnerUserIDHasSuffix *string `json:"securityOwnerUserIDHasSuffix,omitempty"` @@ -50194,10 +38565,6 @@ type PlatformHistoryWhereInput struct { SecurityOwnerGroupIDNEQ *string `json:"securityOwnerGroupIDNEQ,omitempty"` SecurityOwnerGroupIDIn []string `json:"securityOwnerGroupIDIn,omitempty"` SecurityOwnerGroupIDNotIn []string `json:"securityOwnerGroupIDNotIn,omitempty"` - SecurityOwnerGroupIDGT *string `json:"securityOwnerGroupIDGT,omitempty"` - SecurityOwnerGroupIDGTE *string `json:"securityOwnerGroupIDGTE,omitempty"` - SecurityOwnerGroupIDLT *string `json:"securityOwnerGroupIDLT,omitempty"` - SecurityOwnerGroupIDLTE *string `json:"securityOwnerGroupIDLTE,omitempty"` SecurityOwnerGroupIDContains *string `json:"securityOwnerGroupIDContains,omitempty"` SecurityOwnerGroupIDHasPrefix *string `json:"securityOwnerGroupIDHasPrefix,omitempty"` SecurityOwnerGroupIDHasSuffix *string `json:"securityOwnerGroupIDHasSuffix,omitempty"` @@ -50211,10 +38578,6 @@ type PlatformHistoryWhereInput struct { PlatformKindNameNEQ *string `json:"platformKindNameNEQ,omitempty"` PlatformKindNameIn []string `json:"platformKindNameIn,omitempty"` PlatformKindNameNotIn []string `json:"platformKindNameNotIn,omitempty"` - PlatformKindNameGT *string `json:"platformKindNameGT,omitempty"` - PlatformKindNameGTE *string `json:"platformKindNameGTE,omitempty"` - PlatformKindNameLT *string `json:"platformKindNameLT,omitempty"` - PlatformKindNameLTE *string `json:"platformKindNameLTE,omitempty"` PlatformKindNameContains *string `json:"platformKindNameContains,omitempty"` PlatformKindNameHasPrefix *string `json:"platformKindNameHasPrefix,omitempty"` PlatformKindNameHasSuffix *string `json:"platformKindNameHasSuffix,omitempty"` @@ -50228,10 +38591,6 @@ type PlatformHistoryWhereInput struct { PlatformKindIDNEQ *string `json:"platformKindIDNEQ,omitempty"` PlatformKindIDIn []string `json:"platformKindIDIn,omitempty"` PlatformKindIDNotIn []string `json:"platformKindIDNotIn,omitempty"` - PlatformKindIDGT *string `json:"platformKindIDGT,omitempty"` - PlatformKindIDGTE *string `json:"platformKindIDGTE,omitempty"` - PlatformKindIDLT *string `json:"platformKindIDLT,omitempty"` - PlatformKindIDLTE *string `json:"platformKindIDLTE,omitempty"` PlatformKindIDContains *string `json:"platformKindIDContains,omitempty"` PlatformKindIDHasPrefix *string `json:"platformKindIDHasPrefix,omitempty"` PlatformKindIDHasSuffix *string `json:"platformKindIDHasSuffix,omitempty"` @@ -50245,10 +38604,6 @@ type PlatformHistoryWhereInput struct { PlatformDataClassificationNameNEQ *string `json:"platformDataClassificationNameNEQ,omitempty"` PlatformDataClassificationNameIn []string `json:"platformDataClassificationNameIn,omitempty"` PlatformDataClassificationNameNotIn []string `json:"platformDataClassificationNameNotIn,omitempty"` - PlatformDataClassificationNameGT *string `json:"platformDataClassificationNameGT,omitempty"` - PlatformDataClassificationNameGTE *string `json:"platformDataClassificationNameGTE,omitempty"` - PlatformDataClassificationNameLT *string `json:"platformDataClassificationNameLT,omitempty"` - PlatformDataClassificationNameLTE *string `json:"platformDataClassificationNameLTE,omitempty"` PlatformDataClassificationNameContains *string `json:"platformDataClassificationNameContains,omitempty"` PlatformDataClassificationNameHasPrefix *string `json:"platformDataClassificationNameHasPrefix,omitempty"` PlatformDataClassificationNameHasSuffix *string `json:"platformDataClassificationNameHasSuffix,omitempty"` @@ -50262,10 +38617,6 @@ type PlatformHistoryWhereInput struct { PlatformDataClassificationIDNEQ *string `json:"platformDataClassificationIDNEQ,omitempty"` PlatformDataClassificationIDIn []string `json:"platformDataClassificationIDIn,omitempty"` PlatformDataClassificationIDNotIn []string `json:"platformDataClassificationIDNotIn,omitempty"` - PlatformDataClassificationIDGT *string `json:"platformDataClassificationIDGT,omitempty"` - PlatformDataClassificationIDGTE *string `json:"platformDataClassificationIDGTE,omitempty"` - PlatformDataClassificationIDLT *string `json:"platformDataClassificationIDLT,omitempty"` - PlatformDataClassificationIDLTE *string `json:"platformDataClassificationIDLTE,omitempty"` PlatformDataClassificationIDContains *string `json:"platformDataClassificationIDContains,omitempty"` PlatformDataClassificationIDHasPrefix *string `json:"platformDataClassificationIDHasPrefix,omitempty"` PlatformDataClassificationIDHasSuffix *string `json:"platformDataClassificationIDHasSuffix,omitempty"` @@ -50279,10 +38630,6 @@ type PlatformHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -50296,10 +38643,6 @@ type PlatformHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -50313,10 +38656,6 @@ type PlatformHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -50330,10 +38669,6 @@ type PlatformHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -50347,10 +38682,6 @@ type PlatformHistoryWhereInput struct { AccessModelNameNEQ *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGT *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGTE *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLT *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLTE *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -50364,10 +38695,6 @@ type PlatformHistoryWhereInput struct { AccessModelIDNEQ *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIDGT *string `json:"accessModelIDGT,omitempty"` - AccessModelIDGTE *string `json:"accessModelIDGTE,omitempty"` - AccessModelIDLT *string `json:"accessModelIDLT,omitempty"` - AccessModelIDLTE *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -50381,10 +38708,6 @@ type PlatformHistoryWhereInput struct { EncryptionStatusNameNEQ *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGT *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGTE *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLT *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLTE *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -50398,10 +38721,6 @@ type PlatformHistoryWhereInput struct { EncryptionStatusIDNEQ *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIDGT *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIDGTE *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIDLT *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIDLTE *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -50415,10 +38734,6 @@ type PlatformHistoryWhereInput struct { SecurityTierNameNEQ *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGT *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGTE *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLT *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLTE *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -50432,10 +38747,6 @@ type PlatformHistoryWhereInput struct { SecurityTierIDNEQ *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIDGT *string `json:"securityTierIDGT,omitempty"` - SecurityTierIDGTE *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIDLT *string `json:"securityTierIDLT,omitempty"` - SecurityTierIDLTE *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -50449,10 +38760,6 @@ type PlatformHistoryWhereInput struct { CriticalityNameNEQ *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGT *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGTE *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLT *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLTE *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -50466,10 +38773,6 @@ type PlatformHistoryWhereInput struct { CriticalityIDNEQ *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIDGT *string `json:"criticalityIDGT,omitempty"` - CriticalityIDGTE *string `json:"criticalityIDGTE,omitempty"` - CriticalityIDLT *string `json:"criticalityIDLT,omitempty"` - CriticalityIDLTE *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -50489,10 +38792,6 @@ type PlatformHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -50506,10 +38805,6 @@ type PlatformHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -50521,10 +38816,6 @@ type PlatformHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -50538,10 +38829,6 @@ type PlatformHistoryWhereInput struct { BusinessPurposeNEQ *string `json:"businessPurposeNEQ,omitempty"` BusinessPurposeIn []string `json:"businessPurposeIn,omitempty"` BusinessPurposeNotIn []string `json:"businessPurposeNotIn,omitempty"` - BusinessPurposeGT *string `json:"businessPurposeGT,omitempty"` - BusinessPurposeGTE *string `json:"businessPurposeGTE,omitempty"` - BusinessPurposeLT *string `json:"businessPurposeLT,omitempty"` - BusinessPurposeLTE *string `json:"businessPurposeLTE,omitempty"` BusinessPurposeContains *string `json:"businessPurposeContains,omitempty"` BusinessPurposeHasPrefix *string `json:"businessPurposeHasPrefix,omitempty"` BusinessPurposeHasSuffix *string `json:"businessPurposeHasSuffix,omitempty"` @@ -50561,10 +38848,6 @@ type PlatformHistoryWhereInput struct { PhysicalLocationNEQ *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGT *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGTE *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLT *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLTE *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -50578,10 +38861,6 @@ type PlatformHistoryWhereInput struct { RegionNEQ *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGT *string `json:"regionGT,omitempty"` - RegionGTE *string `json:"regionGTE,omitempty"` - RegionLT *string `json:"regionLT,omitempty"` - RegionLTE *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -50607,10 +38886,6 @@ type PlatformHistoryWhereInput struct { SourceIdentifierNEQ *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGT *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGTE *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLT *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLTE *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -50624,10 +38899,6 @@ type PlatformHistoryWhereInput struct { CostCenterNEQ *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGT *string `json:"costCenterGT,omitempty"` - CostCenterGTE *string `json:"costCenterGTE,omitempty"` - CostCenterLT *string `json:"costCenterLT,omitempty"` - CostCenterLTE *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -50649,26 +38920,19 @@ type PlatformHistoryWhereInput struct { EstimatedMonthlyCostNotNil bool `json:"estimatedMonthlyCostNotNil,omitempty"` // "purchase_date" field predicates. - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNEQ *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGT *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGTE *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLT *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLTE *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil bool `json:"purchaseDateNotNil,omitempty"` // "platform_owner_id" field predicates. PlatformOwnerID *string `json:"platformOwnerID,omitempty"` PlatformOwnerIDNEQ *string `json:"platformOwnerIDNEQ,omitempty"` PlatformOwnerIDIn []string `json:"platformOwnerIDIn,omitempty"` PlatformOwnerIDNotIn []string `json:"platformOwnerIDNotIn,omitempty"` - PlatformOwnerIDGT *string `json:"platformOwnerIDGT,omitempty"` - PlatformOwnerIDGTE *string `json:"platformOwnerIDGTE,omitempty"` - PlatformOwnerIDLT *string `json:"platformOwnerIDLT,omitempty"` - PlatformOwnerIDLTE *string `json:"platformOwnerIDLTE,omitempty"` PlatformOwnerIDContains *string `json:"platformOwnerIDContains,omitempty"` PlatformOwnerIDHasPrefix *string `json:"platformOwnerIDHasPrefix,omitempty"` PlatformOwnerIDHasSuffix *string `json:"platformOwnerIDHasSuffix,omitempty"` @@ -50682,10 +38946,6 @@ type PlatformHistoryWhereInput struct { ExternalReferenceIDNEQ *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIDGT *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIDGTE *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIDLT *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIDLTE *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -50781,18 +39041,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, platformhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, platformhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, platformhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, platformhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, platformhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, platformhistory.IDEqualFold(*i.IDEqualFold)) } @@ -50802,15 +39050,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, platformhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, platformhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, platformhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, platformhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, platformhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -50835,18 +39074,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, platformhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, platformhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, platformhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, platformhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, platformhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, platformhistory.RefContains(*i.RefContains)) } @@ -50883,15 +39110,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, platformhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, platformhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, platformhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, platformhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, platformhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -50913,15 +39131,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, platformhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, platformhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, platformhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, platformhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, platformhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -50952,18 +39161,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, platformhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, platformhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, platformhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, platformhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, platformhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, platformhistory.CreatedByContains(*i.CreatedByContains)) } @@ -50997,18 +39194,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, platformhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, platformhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, platformhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, platformhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, platformhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, platformhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -51042,18 +39227,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, platformhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, platformhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, platformhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, platformhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, platformhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, platformhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -51087,18 +39260,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, platformhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, platformhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, platformhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, platformhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, platformhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, platformhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -51126,18 +39287,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, platformhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, platformhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, platformhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, platformhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, platformhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, platformhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -51171,18 +39320,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.InternalOwnerNotIn) > 0 { predicates = append(predicates, platformhistory.InternalOwnerNotIn(i.InternalOwnerNotIn...)) } - if i.InternalOwnerGT != nil { - predicates = append(predicates, platformhistory.InternalOwnerGT(*i.InternalOwnerGT)) - } - if i.InternalOwnerGTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerGTE(*i.InternalOwnerGTE)) - } - if i.InternalOwnerLT != nil { - predicates = append(predicates, platformhistory.InternalOwnerLT(*i.InternalOwnerLT)) - } - if i.InternalOwnerLTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerLTE(*i.InternalOwnerLTE)) - } if i.InternalOwnerContains != nil { predicates = append(predicates, platformhistory.InternalOwnerContains(*i.InternalOwnerContains)) } @@ -51216,18 +39353,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.InternalOwnerUserIDNotIn) > 0 { predicates = append(predicates, platformhistory.InternalOwnerUserIDNotIn(i.InternalOwnerUserIDNotIn...)) } - if i.InternalOwnerUserIDGT != nil { - predicates = append(predicates, platformhistory.InternalOwnerUserIDGT(*i.InternalOwnerUserIDGT)) - } - if i.InternalOwnerUserIDGTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerUserIDGTE(*i.InternalOwnerUserIDGTE)) - } - if i.InternalOwnerUserIDLT != nil { - predicates = append(predicates, platformhistory.InternalOwnerUserIDLT(*i.InternalOwnerUserIDLT)) - } - if i.InternalOwnerUserIDLTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerUserIDLTE(*i.InternalOwnerUserIDLTE)) - } if i.InternalOwnerUserIDContains != nil { predicates = append(predicates, platformhistory.InternalOwnerUserIDContains(*i.InternalOwnerUserIDContains)) } @@ -51261,18 +39386,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.InternalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platformhistory.InternalOwnerGroupIDNotIn(i.InternalOwnerGroupIDNotIn...)) } - if i.InternalOwnerGroupIDGT != nil { - predicates = append(predicates, platformhistory.InternalOwnerGroupIDGT(*i.InternalOwnerGroupIDGT)) - } - if i.InternalOwnerGroupIDGTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerGroupIDGTE(*i.InternalOwnerGroupIDGTE)) - } - if i.InternalOwnerGroupIDLT != nil { - predicates = append(predicates, platformhistory.InternalOwnerGroupIDLT(*i.InternalOwnerGroupIDLT)) - } - if i.InternalOwnerGroupIDLTE != nil { - predicates = append(predicates, platformhistory.InternalOwnerGroupIDLTE(*i.InternalOwnerGroupIDLTE)) - } if i.InternalOwnerGroupIDContains != nil { predicates = append(predicates, platformhistory.InternalOwnerGroupIDContains(*i.InternalOwnerGroupIDContains)) } @@ -51306,18 +39419,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.BusinessOwnerNotIn) > 0 { predicates = append(predicates, platformhistory.BusinessOwnerNotIn(i.BusinessOwnerNotIn...)) } - if i.BusinessOwnerGT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGT(*i.BusinessOwnerGT)) - } - if i.BusinessOwnerGTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGTE(*i.BusinessOwnerGTE)) - } - if i.BusinessOwnerLT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerLT(*i.BusinessOwnerLT)) - } - if i.BusinessOwnerLTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerLTE(*i.BusinessOwnerLTE)) - } if i.BusinessOwnerContains != nil { predicates = append(predicates, platformhistory.BusinessOwnerContains(*i.BusinessOwnerContains)) } @@ -51351,18 +39452,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.BusinessOwnerUserIDNotIn) > 0 { predicates = append(predicates, platformhistory.BusinessOwnerUserIDNotIn(i.BusinessOwnerUserIDNotIn...)) } - if i.BusinessOwnerUserIDGT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerUserIDGT(*i.BusinessOwnerUserIDGT)) - } - if i.BusinessOwnerUserIDGTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerUserIDGTE(*i.BusinessOwnerUserIDGTE)) - } - if i.BusinessOwnerUserIDLT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerUserIDLT(*i.BusinessOwnerUserIDLT)) - } - if i.BusinessOwnerUserIDLTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerUserIDLTE(*i.BusinessOwnerUserIDLTE)) - } if i.BusinessOwnerUserIDContains != nil { predicates = append(predicates, platformhistory.BusinessOwnerUserIDContains(*i.BusinessOwnerUserIDContains)) } @@ -51396,18 +39485,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.BusinessOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platformhistory.BusinessOwnerGroupIDNotIn(i.BusinessOwnerGroupIDNotIn...)) } - if i.BusinessOwnerGroupIDGT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGroupIDGT(*i.BusinessOwnerGroupIDGT)) - } - if i.BusinessOwnerGroupIDGTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGroupIDGTE(*i.BusinessOwnerGroupIDGTE)) - } - if i.BusinessOwnerGroupIDLT != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGroupIDLT(*i.BusinessOwnerGroupIDLT)) - } - if i.BusinessOwnerGroupIDLTE != nil { - predicates = append(predicates, platformhistory.BusinessOwnerGroupIDLTE(*i.BusinessOwnerGroupIDLTE)) - } if i.BusinessOwnerGroupIDContains != nil { predicates = append(predicates, platformhistory.BusinessOwnerGroupIDContains(*i.BusinessOwnerGroupIDContains)) } @@ -51441,18 +39518,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.TechnicalOwnerNotIn) > 0 { predicates = append(predicates, platformhistory.TechnicalOwnerNotIn(i.TechnicalOwnerNotIn...)) } - if i.TechnicalOwnerGT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGT(*i.TechnicalOwnerGT)) - } - if i.TechnicalOwnerGTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGTE(*i.TechnicalOwnerGTE)) - } - if i.TechnicalOwnerLT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerLT(*i.TechnicalOwnerLT)) - } - if i.TechnicalOwnerLTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerLTE(*i.TechnicalOwnerLTE)) - } if i.TechnicalOwnerContains != nil { predicates = append(predicates, platformhistory.TechnicalOwnerContains(*i.TechnicalOwnerContains)) } @@ -51486,18 +39551,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.TechnicalOwnerUserIDNotIn) > 0 { predicates = append(predicates, platformhistory.TechnicalOwnerUserIDNotIn(i.TechnicalOwnerUserIDNotIn...)) } - if i.TechnicalOwnerUserIDGT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerUserIDGT(*i.TechnicalOwnerUserIDGT)) - } - if i.TechnicalOwnerUserIDGTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerUserIDGTE(*i.TechnicalOwnerUserIDGTE)) - } - if i.TechnicalOwnerUserIDLT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerUserIDLT(*i.TechnicalOwnerUserIDLT)) - } - if i.TechnicalOwnerUserIDLTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerUserIDLTE(*i.TechnicalOwnerUserIDLTE)) - } if i.TechnicalOwnerUserIDContains != nil { predicates = append(predicates, platformhistory.TechnicalOwnerUserIDContains(*i.TechnicalOwnerUserIDContains)) } @@ -51531,18 +39584,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.TechnicalOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDNotIn(i.TechnicalOwnerGroupIDNotIn...)) } - if i.TechnicalOwnerGroupIDGT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDGT(*i.TechnicalOwnerGroupIDGT)) - } - if i.TechnicalOwnerGroupIDGTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDGTE(*i.TechnicalOwnerGroupIDGTE)) - } - if i.TechnicalOwnerGroupIDLT != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDLT(*i.TechnicalOwnerGroupIDLT)) - } - if i.TechnicalOwnerGroupIDLTE != nil { - predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDLTE(*i.TechnicalOwnerGroupIDLTE)) - } if i.TechnicalOwnerGroupIDContains != nil { predicates = append(predicates, platformhistory.TechnicalOwnerGroupIDContains(*i.TechnicalOwnerGroupIDContains)) } @@ -51576,18 +39617,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SecurityOwnerNotIn) > 0 { predicates = append(predicates, platformhistory.SecurityOwnerNotIn(i.SecurityOwnerNotIn...)) } - if i.SecurityOwnerGT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGT(*i.SecurityOwnerGT)) - } - if i.SecurityOwnerGTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGTE(*i.SecurityOwnerGTE)) - } - if i.SecurityOwnerLT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerLT(*i.SecurityOwnerLT)) - } - if i.SecurityOwnerLTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerLTE(*i.SecurityOwnerLTE)) - } if i.SecurityOwnerContains != nil { predicates = append(predicates, platformhistory.SecurityOwnerContains(*i.SecurityOwnerContains)) } @@ -51621,18 +39650,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SecurityOwnerUserIDNotIn) > 0 { predicates = append(predicates, platformhistory.SecurityOwnerUserIDNotIn(i.SecurityOwnerUserIDNotIn...)) } - if i.SecurityOwnerUserIDGT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerUserIDGT(*i.SecurityOwnerUserIDGT)) - } - if i.SecurityOwnerUserIDGTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerUserIDGTE(*i.SecurityOwnerUserIDGTE)) - } - if i.SecurityOwnerUserIDLT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerUserIDLT(*i.SecurityOwnerUserIDLT)) - } - if i.SecurityOwnerUserIDLTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerUserIDLTE(*i.SecurityOwnerUserIDLTE)) - } if i.SecurityOwnerUserIDContains != nil { predicates = append(predicates, platformhistory.SecurityOwnerUserIDContains(*i.SecurityOwnerUserIDContains)) } @@ -51666,18 +39683,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SecurityOwnerGroupIDNotIn) > 0 { predicates = append(predicates, platformhistory.SecurityOwnerGroupIDNotIn(i.SecurityOwnerGroupIDNotIn...)) } - if i.SecurityOwnerGroupIDGT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGroupIDGT(*i.SecurityOwnerGroupIDGT)) - } - if i.SecurityOwnerGroupIDGTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGroupIDGTE(*i.SecurityOwnerGroupIDGTE)) - } - if i.SecurityOwnerGroupIDLT != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGroupIDLT(*i.SecurityOwnerGroupIDLT)) - } - if i.SecurityOwnerGroupIDLTE != nil { - predicates = append(predicates, platformhistory.SecurityOwnerGroupIDLTE(*i.SecurityOwnerGroupIDLTE)) - } if i.SecurityOwnerGroupIDContains != nil { predicates = append(predicates, platformhistory.SecurityOwnerGroupIDContains(*i.SecurityOwnerGroupIDContains)) } @@ -51711,18 +39716,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PlatformKindNameNotIn) > 0 { predicates = append(predicates, platformhistory.PlatformKindNameNotIn(i.PlatformKindNameNotIn...)) } - if i.PlatformKindNameGT != nil { - predicates = append(predicates, platformhistory.PlatformKindNameGT(*i.PlatformKindNameGT)) - } - if i.PlatformKindNameGTE != nil { - predicates = append(predicates, platformhistory.PlatformKindNameGTE(*i.PlatformKindNameGTE)) - } - if i.PlatformKindNameLT != nil { - predicates = append(predicates, platformhistory.PlatformKindNameLT(*i.PlatformKindNameLT)) - } - if i.PlatformKindNameLTE != nil { - predicates = append(predicates, platformhistory.PlatformKindNameLTE(*i.PlatformKindNameLTE)) - } if i.PlatformKindNameContains != nil { predicates = append(predicates, platformhistory.PlatformKindNameContains(*i.PlatformKindNameContains)) } @@ -51756,18 +39749,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PlatformKindIDNotIn) > 0 { predicates = append(predicates, platformhistory.PlatformKindIDNotIn(i.PlatformKindIDNotIn...)) } - if i.PlatformKindIDGT != nil { - predicates = append(predicates, platformhistory.PlatformKindIDGT(*i.PlatformKindIDGT)) - } - if i.PlatformKindIDGTE != nil { - predicates = append(predicates, platformhistory.PlatformKindIDGTE(*i.PlatformKindIDGTE)) - } - if i.PlatformKindIDLT != nil { - predicates = append(predicates, platformhistory.PlatformKindIDLT(*i.PlatformKindIDLT)) - } - if i.PlatformKindIDLTE != nil { - predicates = append(predicates, platformhistory.PlatformKindIDLTE(*i.PlatformKindIDLTE)) - } if i.PlatformKindIDContains != nil { predicates = append(predicates, platformhistory.PlatformKindIDContains(*i.PlatformKindIDContains)) } @@ -51801,18 +39782,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PlatformDataClassificationNameNotIn) > 0 { predicates = append(predicates, platformhistory.PlatformDataClassificationNameNotIn(i.PlatformDataClassificationNameNotIn...)) } - if i.PlatformDataClassificationNameGT != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationNameGT(*i.PlatformDataClassificationNameGT)) - } - if i.PlatformDataClassificationNameGTE != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationNameGTE(*i.PlatformDataClassificationNameGTE)) - } - if i.PlatformDataClassificationNameLT != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationNameLT(*i.PlatformDataClassificationNameLT)) - } - if i.PlatformDataClassificationNameLTE != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationNameLTE(*i.PlatformDataClassificationNameLTE)) - } if i.PlatformDataClassificationNameContains != nil { predicates = append(predicates, platformhistory.PlatformDataClassificationNameContains(*i.PlatformDataClassificationNameContains)) } @@ -51846,18 +39815,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PlatformDataClassificationIDNotIn) > 0 { predicates = append(predicates, platformhistory.PlatformDataClassificationIDNotIn(i.PlatformDataClassificationIDNotIn...)) } - if i.PlatformDataClassificationIDGT != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationIDGT(*i.PlatformDataClassificationIDGT)) - } - if i.PlatformDataClassificationIDGTE != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationIDGTE(*i.PlatformDataClassificationIDGTE)) - } - if i.PlatformDataClassificationIDLT != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationIDLT(*i.PlatformDataClassificationIDLT)) - } - if i.PlatformDataClassificationIDLTE != nil { - predicates = append(predicates, platformhistory.PlatformDataClassificationIDLTE(*i.PlatformDataClassificationIDLTE)) - } if i.PlatformDataClassificationIDContains != nil { predicates = append(predicates, platformhistory.PlatformDataClassificationIDContains(*i.PlatformDataClassificationIDContains)) } @@ -51891,18 +39848,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, platformhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, platformhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, platformhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, platformhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, platformhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, platformhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -51936,18 +39881,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, platformhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, platformhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, platformhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, platformhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, platformhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, platformhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -51981,18 +39914,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, platformhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, platformhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, platformhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, platformhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, platformhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, platformhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -52026,18 +39947,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, platformhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, platformhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, platformhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, platformhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, platformhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, platformhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -52071,18 +39980,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.AccessModelNameNotIn) > 0 { predicates = append(predicates, platformhistory.AccessModelNameNotIn(i.AccessModelNameNotIn...)) } - if i.AccessModelNameGT != nil { - predicates = append(predicates, platformhistory.AccessModelNameGT(*i.AccessModelNameGT)) - } - if i.AccessModelNameGTE != nil { - predicates = append(predicates, platformhistory.AccessModelNameGTE(*i.AccessModelNameGTE)) - } - if i.AccessModelNameLT != nil { - predicates = append(predicates, platformhistory.AccessModelNameLT(*i.AccessModelNameLT)) - } - if i.AccessModelNameLTE != nil { - predicates = append(predicates, platformhistory.AccessModelNameLTE(*i.AccessModelNameLTE)) - } if i.AccessModelNameContains != nil { predicates = append(predicates, platformhistory.AccessModelNameContains(*i.AccessModelNameContains)) } @@ -52116,18 +40013,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.AccessModelIDNotIn) > 0 { predicates = append(predicates, platformhistory.AccessModelIDNotIn(i.AccessModelIDNotIn...)) } - if i.AccessModelIDGT != nil { - predicates = append(predicates, platformhistory.AccessModelIDGT(*i.AccessModelIDGT)) - } - if i.AccessModelIDGTE != nil { - predicates = append(predicates, platformhistory.AccessModelIDGTE(*i.AccessModelIDGTE)) - } - if i.AccessModelIDLT != nil { - predicates = append(predicates, platformhistory.AccessModelIDLT(*i.AccessModelIDLT)) - } - if i.AccessModelIDLTE != nil { - predicates = append(predicates, platformhistory.AccessModelIDLTE(*i.AccessModelIDLTE)) - } if i.AccessModelIDContains != nil { predicates = append(predicates, platformhistory.AccessModelIDContains(*i.AccessModelIDContains)) } @@ -52161,18 +40046,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.EncryptionStatusNameNotIn) > 0 { predicates = append(predicates, platformhistory.EncryptionStatusNameNotIn(i.EncryptionStatusNameNotIn...)) } - if i.EncryptionStatusNameGT != nil { - predicates = append(predicates, platformhistory.EncryptionStatusNameGT(*i.EncryptionStatusNameGT)) - } - if i.EncryptionStatusNameGTE != nil { - predicates = append(predicates, platformhistory.EncryptionStatusNameGTE(*i.EncryptionStatusNameGTE)) - } - if i.EncryptionStatusNameLT != nil { - predicates = append(predicates, platformhistory.EncryptionStatusNameLT(*i.EncryptionStatusNameLT)) - } - if i.EncryptionStatusNameLTE != nil { - predicates = append(predicates, platformhistory.EncryptionStatusNameLTE(*i.EncryptionStatusNameLTE)) - } if i.EncryptionStatusNameContains != nil { predicates = append(predicates, platformhistory.EncryptionStatusNameContains(*i.EncryptionStatusNameContains)) } @@ -52206,18 +40079,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.EncryptionStatusIDNotIn) > 0 { predicates = append(predicates, platformhistory.EncryptionStatusIDNotIn(i.EncryptionStatusIDNotIn...)) } - if i.EncryptionStatusIDGT != nil { - predicates = append(predicates, platformhistory.EncryptionStatusIDGT(*i.EncryptionStatusIDGT)) - } - if i.EncryptionStatusIDGTE != nil { - predicates = append(predicates, platformhistory.EncryptionStatusIDGTE(*i.EncryptionStatusIDGTE)) - } - if i.EncryptionStatusIDLT != nil { - predicates = append(predicates, platformhistory.EncryptionStatusIDLT(*i.EncryptionStatusIDLT)) - } - if i.EncryptionStatusIDLTE != nil { - predicates = append(predicates, platformhistory.EncryptionStatusIDLTE(*i.EncryptionStatusIDLTE)) - } if i.EncryptionStatusIDContains != nil { predicates = append(predicates, platformhistory.EncryptionStatusIDContains(*i.EncryptionStatusIDContains)) } @@ -52251,18 +40112,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SecurityTierNameNotIn) > 0 { predicates = append(predicates, platformhistory.SecurityTierNameNotIn(i.SecurityTierNameNotIn...)) } - if i.SecurityTierNameGT != nil { - predicates = append(predicates, platformhistory.SecurityTierNameGT(*i.SecurityTierNameGT)) - } - if i.SecurityTierNameGTE != nil { - predicates = append(predicates, platformhistory.SecurityTierNameGTE(*i.SecurityTierNameGTE)) - } - if i.SecurityTierNameLT != nil { - predicates = append(predicates, platformhistory.SecurityTierNameLT(*i.SecurityTierNameLT)) - } - if i.SecurityTierNameLTE != nil { - predicates = append(predicates, platformhistory.SecurityTierNameLTE(*i.SecurityTierNameLTE)) - } if i.SecurityTierNameContains != nil { predicates = append(predicates, platformhistory.SecurityTierNameContains(*i.SecurityTierNameContains)) } @@ -52296,18 +40145,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SecurityTierIDNotIn) > 0 { predicates = append(predicates, platformhistory.SecurityTierIDNotIn(i.SecurityTierIDNotIn...)) } - if i.SecurityTierIDGT != nil { - predicates = append(predicates, platformhistory.SecurityTierIDGT(*i.SecurityTierIDGT)) - } - if i.SecurityTierIDGTE != nil { - predicates = append(predicates, platformhistory.SecurityTierIDGTE(*i.SecurityTierIDGTE)) - } - if i.SecurityTierIDLT != nil { - predicates = append(predicates, platformhistory.SecurityTierIDLT(*i.SecurityTierIDLT)) - } - if i.SecurityTierIDLTE != nil { - predicates = append(predicates, platformhistory.SecurityTierIDLTE(*i.SecurityTierIDLTE)) - } if i.SecurityTierIDContains != nil { predicates = append(predicates, platformhistory.SecurityTierIDContains(*i.SecurityTierIDContains)) } @@ -52341,18 +40178,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.CriticalityNameNotIn) > 0 { predicates = append(predicates, platformhistory.CriticalityNameNotIn(i.CriticalityNameNotIn...)) } - if i.CriticalityNameGT != nil { - predicates = append(predicates, platformhistory.CriticalityNameGT(*i.CriticalityNameGT)) - } - if i.CriticalityNameGTE != nil { - predicates = append(predicates, platformhistory.CriticalityNameGTE(*i.CriticalityNameGTE)) - } - if i.CriticalityNameLT != nil { - predicates = append(predicates, platformhistory.CriticalityNameLT(*i.CriticalityNameLT)) - } - if i.CriticalityNameLTE != nil { - predicates = append(predicates, platformhistory.CriticalityNameLTE(*i.CriticalityNameLTE)) - } if i.CriticalityNameContains != nil { predicates = append(predicates, platformhistory.CriticalityNameContains(*i.CriticalityNameContains)) } @@ -52386,18 +40211,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.CriticalityIDNotIn) > 0 { predicates = append(predicates, platformhistory.CriticalityIDNotIn(i.CriticalityIDNotIn...)) } - if i.CriticalityIDGT != nil { - predicates = append(predicates, platformhistory.CriticalityIDGT(*i.CriticalityIDGT)) - } - if i.CriticalityIDGTE != nil { - predicates = append(predicates, platformhistory.CriticalityIDGTE(*i.CriticalityIDGTE)) - } - if i.CriticalityIDLT != nil { - predicates = append(predicates, platformhistory.CriticalityIDLT(*i.CriticalityIDLT)) - } - if i.CriticalityIDLTE != nil { - predicates = append(predicates, platformhistory.CriticalityIDLTE(*i.CriticalityIDLTE)) - } if i.CriticalityIDContains != nil { predicates = append(predicates, platformhistory.CriticalityIDContains(*i.CriticalityIDContains)) } @@ -52443,18 +40256,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, platformhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, platformhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, platformhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, platformhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, platformhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, platformhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -52488,18 +40289,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, platformhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, platformhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, platformhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, platformhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, platformhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, platformhistory.NameContains(*i.NameContains)) } @@ -52527,18 +40316,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, platformhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, platformhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, platformhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, platformhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, platformhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, platformhistory.DescriptionContains(*i.DescriptionContains)) } @@ -52572,18 +40349,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.BusinessPurposeNotIn) > 0 { predicates = append(predicates, platformhistory.BusinessPurposeNotIn(i.BusinessPurposeNotIn...)) } - if i.BusinessPurposeGT != nil { - predicates = append(predicates, platformhistory.BusinessPurposeGT(*i.BusinessPurposeGT)) - } - if i.BusinessPurposeGTE != nil { - predicates = append(predicates, platformhistory.BusinessPurposeGTE(*i.BusinessPurposeGTE)) - } - if i.BusinessPurposeLT != nil { - predicates = append(predicates, platformhistory.BusinessPurposeLT(*i.BusinessPurposeLT)) - } - if i.BusinessPurposeLTE != nil { - predicates = append(predicates, platformhistory.BusinessPurposeLTE(*i.BusinessPurposeLTE)) - } if i.BusinessPurposeContains != nil { predicates = append(predicates, platformhistory.BusinessPurposeContains(*i.BusinessPurposeContains)) } @@ -52629,18 +40394,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PhysicalLocationNotIn) > 0 { predicates = append(predicates, platformhistory.PhysicalLocationNotIn(i.PhysicalLocationNotIn...)) } - if i.PhysicalLocationGT != nil { - predicates = append(predicates, platformhistory.PhysicalLocationGT(*i.PhysicalLocationGT)) - } - if i.PhysicalLocationGTE != nil { - predicates = append(predicates, platformhistory.PhysicalLocationGTE(*i.PhysicalLocationGTE)) - } - if i.PhysicalLocationLT != nil { - predicates = append(predicates, platformhistory.PhysicalLocationLT(*i.PhysicalLocationLT)) - } - if i.PhysicalLocationLTE != nil { - predicates = append(predicates, platformhistory.PhysicalLocationLTE(*i.PhysicalLocationLTE)) - } if i.PhysicalLocationContains != nil { predicates = append(predicates, platformhistory.PhysicalLocationContains(*i.PhysicalLocationContains)) } @@ -52674,18 +40427,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.RegionNotIn) > 0 { predicates = append(predicates, platformhistory.RegionNotIn(i.RegionNotIn...)) } - if i.RegionGT != nil { - predicates = append(predicates, platformhistory.RegionGT(*i.RegionGT)) - } - if i.RegionGTE != nil { - predicates = append(predicates, platformhistory.RegionGTE(*i.RegionGTE)) - } - if i.RegionLT != nil { - predicates = append(predicates, platformhistory.RegionLT(*i.RegionLT)) - } - if i.RegionLTE != nil { - predicates = append(predicates, platformhistory.RegionLTE(*i.RegionLTE)) - } if i.RegionContains != nil { predicates = append(predicates, platformhistory.RegionContains(*i.RegionContains)) } @@ -52743,18 +40484,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.SourceIdentifierNotIn) > 0 { predicates = append(predicates, platformhistory.SourceIdentifierNotIn(i.SourceIdentifierNotIn...)) } - if i.SourceIdentifierGT != nil { - predicates = append(predicates, platformhistory.SourceIdentifierGT(*i.SourceIdentifierGT)) - } - if i.SourceIdentifierGTE != nil { - predicates = append(predicates, platformhistory.SourceIdentifierGTE(*i.SourceIdentifierGTE)) - } - if i.SourceIdentifierLT != nil { - predicates = append(predicates, platformhistory.SourceIdentifierLT(*i.SourceIdentifierLT)) - } - if i.SourceIdentifierLTE != nil { - predicates = append(predicates, platformhistory.SourceIdentifierLTE(*i.SourceIdentifierLTE)) - } if i.SourceIdentifierContains != nil { predicates = append(predicates, platformhistory.SourceIdentifierContains(*i.SourceIdentifierContains)) } @@ -52788,18 +40517,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.CostCenterNotIn) > 0 { predicates = append(predicates, platformhistory.CostCenterNotIn(i.CostCenterNotIn...)) } - if i.CostCenterGT != nil { - predicates = append(predicates, platformhistory.CostCenterGT(*i.CostCenterGT)) - } - if i.CostCenterGTE != nil { - predicates = append(predicates, platformhistory.CostCenterGTE(*i.CostCenterGTE)) - } - if i.CostCenterLT != nil { - predicates = append(predicates, platformhistory.CostCenterLT(*i.CostCenterLT)) - } - if i.CostCenterLTE != nil { - predicates = append(predicates, platformhistory.CostCenterLTE(*i.CostCenterLTE)) - } if i.CostCenterContains != nil { predicates = append(predicates, platformhistory.CostCenterContains(*i.CostCenterContains)) } @@ -52854,15 +40571,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if i.PurchaseDate != nil { predicates = append(predicates, platformhistory.PurchaseDateEQ(*i.PurchaseDate)) } - if i.PurchaseDateNEQ != nil { - predicates = append(predicates, platformhistory.PurchaseDateNEQ(*i.PurchaseDateNEQ)) - } - if len(i.PurchaseDateIn) > 0 { - predicates = append(predicates, platformhistory.PurchaseDateIn(i.PurchaseDateIn...)) - } - if len(i.PurchaseDateNotIn) > 0 { - predicates = append(predicates, platformhistory.PurchaseDateNotIn(i.PurchaseDateNotIn...)) - } if i.PurchaseDateGT != nil { predicates = append(predicates, platformhistory.PurchaseDateGT(*i.PurchaseDateGT)) } @@ -52893,18 +40601,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.PlatformOwnerIDNotIn) > 0 { predicates = append(predicates, platformhistory.PlatformOwnerIDNotIn(i.PlatformOwnerIDNotIn...)) } - if i.PlatformOwnerIDGT != nil { - predicates = append(predicates, platformhistory.PlatformOwnerIDGT(*i.PlatformOwnerIDGT)) - } - if i.PlatformOwnerIDGTE != nil { - predicates = append(predicates, platformhistory.PlatformOwnerIDGTE(*i.PlatformOwnerIDGTE)) - } - if i.PlatformOwnerIDLT != nil { - predicates = append(predicates, platformhistory.PlatformOwnerIDLT(*i.PlatformOwnerIDLT)) - } - if i.PlatformOwnerIDLTE != nil { - predicates = append(predicates, platformhistory.PlatformOwnerIDLTE(*i.PlatformOwnerIDLTE)) - } if i.PlatformOwnerIDContains != nil { predicates = append(predicates, platformhistory.PlatformOwnerIDContains(*i.PlatformOwnerIDContains)) } @@ -52938,18 +40634,6 @@ func (i *PlatformHistoryWhereInput) P() (predicate.PlatformHistory, error) { if len(i.ExternalReferenceIDNotIn) > 0 { predicates = append(predicates, platformhistory.ExternalReferenceIDNotIn(i.ExternalReferenceIDNotIn...)) } - if i.ExternalReferenceIDGT != nil { - predicates = append(predicates, platformhistory.ExternalReferenceIDGT(*i.ExternalReferenceIDGT)) - } - if i.ExternalReferenceIDGTE != nil { - predicates = append(predicates, platformhistory.ExternalReferenceIDGTE(*i.ExternalReferenceIDGTE)) - } - if i.ExternalReferenceIDLT != nil { - predicates = append(predicates, platformhistory.ExternalReferenceIDLT(*i.ExternalReferenceIDLT)) - } - if i.ExternalReferenceIDLTE != nil { - predicates = append(predicates, platformhistory.ExternalReferenceIDLTE(*i.ExternalReferenceIDLTE)) - } if i.ExternalReferenceIDContains != nil { predicates = append(predicates, platformhistory.ExternalReferenceIDContains(*i.ExternalReferenceIDContains)) } @@ -53001,32 +40685,21 @@ type ProcedureHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -53042,38 +40715,28 @@ type ProcedureHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -53087,10 +40750,6 @@ type ProcedureHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -53104,10 +40763,6 @@ type ProcedureHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -53121,10 +40776,6 @@ type ProcedureHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -53136,10 +40787,6 @@ type ProcedureHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -53153,10 +40800,6 @@ type ProcedureHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -53170,10 +40813,6 @@ type ProcedureHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -53201,10 +40840,6 @@ type ProcedureHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -53220,16 +40855,13 @@ type ProcedureHistoryWhereInput struct { ApprovalRequiredNotNil bool `json:"approvalRequiredNotNil,omitempty"` // "review_due" field predicates. - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNEQ *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGT *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGTE *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLT *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLTE *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil bool `json:"reviewDueNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -53244,10 +40876,6 @@ type ProcedureHistoryWhereInput struct { ApproverIDNEQ *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIDGT *string `json:"approverIDGT,omitempty"` - ApproverIDGTE *string `json:"approverIDGTE,omitempty"` - ApproverIDLT *string `json:"approverIDLT,omitempty"` - ApproverIDLTE *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -53261,10 +40889,6 @@ type ProcedureHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -53278,10 +40902,6 @@ type ProcedureHistoryWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -53295,10 +40915,6 @@ type ProcedureHistoryWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -53312,10 +40928,6 @@ type ProcedureHistoryWhereInput struct { ExternalFileIDNEQ *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIDGT *string `json:"externalFileIDGT,omitempty"` - ExternalFileIDGTE *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIDLT *string `json:"externalFileIDLT,omitempty"` - ExternalFileIDLTE *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -53329,10 +40941,6 @@ type ProcedureHistoryWhereInput struct { ExternalContentsNEQ *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGT *string `json:"externalContentsGT,omitempty"` - ExternalContentsGTE *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLT *string `json:"externalContentsLT,omitempty"` - ExternalContentsLTE *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -53352,10 +40960,6 @@ type ProcedureHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -53369,10 +40973,6 @@ type ProcedureHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -53386,10 +40986,6 @@ type ProcedureHistoryWhereInput struct { ProcedureKindNameNEQ *string `json:"procedureKindNameNEQ,omitempty"` ProcedureKindNameIn []string `json:"procedureKindNameIn,omitempty"` ProcedureKindNameNotIn []string `json:"procedureKindNameNotIn,omitempty"` - ProcedureKindNameGT *string `json:"procedureKindNameGT,omitempty"` - ProcedureKindNameGTE *string `json:"procedureKindNameGTE,omitempty"` - ProcedureKindNameLT *string `json:"procedureKindNameLT,omitempty"` - ProcedureKindNameLTE *string `json:"procedureKindNameLTE,omitempty"` ProcedureKindNameContains *string `json:"procedureKindNameContains,omitempty"` ProcedureKindNameHasPrefix *string `json:"procedureKindNameHasPrefix,omitempty"` ProcedureKindNameHasSuffix *string `json:"procedureKindNameHasSuffix,omitempty"` @@ -53403,10 +40999,6 @@ type ProcedureHistoryWhereInput struct { ProcedureKindIDNEQ *string `json:"procedureKindIDNEQ,omitempty"` ProcedureKindIDIn []string `json:"procedureKindIDIn,omitempty"` ProcedureKindIDNotIn []string `json:"procedureKindIDNotIn,omitempty"` - ProcedureKindIDGT *string `json:"procedureKindIDGT,omitempty"` - ProcedureKindIDGTE *string `json:"procedureKindIDGTE,omitempty"` - ProcedureKindIDLT *string `json:"procedureKindIDLT,omitempty"` - ProcedureKindIDLTE *string `json:"procedureKindIDLTE,omitempty"` ProcedureKindIDContains *string `json:"procedureKindIDContains,omitempty"` ProcedureKindIDHasPrefix *string `json:"procedureKindIDHasPrefix,omitempty"` ProcedureKindIDHasSuffix *string `json:"procedureKindIDHasSuffix,omitempty"` @@ -53420,10 +41012,6 @@ type ProcedureHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -53437,10 +41025,6 @@ type ProcedureHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -53454,10 +41038,6 @@ type ProcedureHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -53471,10 +41051,6 @@ type ProcedureHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -53594,18 +41170,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, procedurehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, procedurehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, procedurehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, procedurehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, procedurehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, procedurehistory.IDEqualFold(*i.IDEqualFold)) } @@ -53615,15 +41179,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, procedurehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, procedurehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, procedurehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, procedurehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, procedurehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -53648,18 +41203,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, procedurehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, procedurehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, procedurehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, procedurehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, procedurehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, procedurehistory.RefContains(*i.RefContains)) } @@ -53696,15 +41239,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, procedurehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, procedurehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, procedurehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, procedurehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, procedurehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -53726,15 +41260,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, procedurehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, procedurehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, procedurehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, procedurehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, procedurehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -53765,18 +41290,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, procedurehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, procedurehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, procedurehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, procedurehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, procedurehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, procedurehistory.CreatedByContains(*i.CreatedByContains)) } @@ -53810,18 +41323,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, procedurehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, procedurehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, procedurehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, procedurehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, procedurehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, procedurehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -53855,18 +41356,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, procedurehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, procedurehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, procedurehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, procedurehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, procedurehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, procedurehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -53900,18 +41389,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, procedurehistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, procedurehistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, procedurehistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, procedurehistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, procedurehistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, procedurehistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -53939,18 +41416,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, procedurehistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, procedurehistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, procedurehistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, procedurehistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, procedurehistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, procedurehistory.RevisionContains(*i.RevisionContains)) } @@ -53984,18 +41449,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, procedurehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, procedurehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, procedurehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, procedurehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, procedurehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, procedurehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -54029,18 +41482,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, procedurehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, procedurehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, procedurehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, procedurehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, procedurehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, procedurehistory.NameContains(*i.NameContains)) } @@ -54104,18 +41545,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, procedurehistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, procedurehistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, procedurehistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, procedurehistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, procedurehistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, procedurehistory.DetailsContains(*i.DetailsContains)) } @@ -54152,15 +41581,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if i.ReviewDue != nil { predicates = append(predicates, procedurehistory.ReviewDueEQ(*i.ReviewDue)) } - if i.ReviewDueNEQ != nil { - predicates = append(predicates, procedurehistory.ReviewDueNEQ(*i.ReviewDueNEQ)) - } - if len(i.ReviewDueIn) > 0 { - predicates = append(predicates, procedurehistory.ReviewDueIn(i.ReviewDueIn...)) - } - if len(i.ReviewDueNotIn) > 0 { - predicates = append(predicates, procedurehistory.ReviewDueNotIn(i.ReviewDueNotIn...)) - } if i.ReviewDueGT != nil { predicates = append(predicates, procedurehistory.ReviewDueGT(*i.ReviewDueGT)) } @@ -54209,18 +41629,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ApproverIDNotIn) > 0 { predicates = append(predicates, procedurehistory.ApproverIDNotIn(i.ApproverIDNotIn...)) } - if i.ApproverIDGT != nil { - predicates = append(predicates, procedurehistory.ApproverIDGT(*i.ApproverIDGT)) - } - if i.ApproverIDGTE != nil { - predicates = append(predicates, procedurehistory.ApproverIDGTE(*i.ApproverIDGTE)) - } - if i.ApproverIDLT != nil { - predicates = append(predicates, procedurehistory.ApproverIDLT(*i.ApproverIDLT)) - } - if i.ApproverIDLTE != nil { - predicates = append(predicates, procedurehistory.ApproverIDLTE(*i.ApproverIDLTE)) - } if i.ApproverIDContains != nil { predicates = append(predicates, procedurehistory.ApproverIDContains(*i.ApproverIDContains)) } @@ -54254,18 +41662,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, procedurehistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, procedurehistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, procedurehistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, procedurehistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, procedurehistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, procedurehistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -54299,18 +41695,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.URLNotIn) > 0 { predicates = append(predicates, procedurehistory.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, procedurehistory.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, procedurehistory.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, procedurehistory.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, procedurehistory.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, procedurehistory.URLContains(*i.URLContains)) } @@ -54344,18 +41728,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.FileIDNotIn) > 0 { predicates = append(predicates, procedurehistory.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, procedurehistory.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, procedurehistory.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, procedurehistory.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, procedurehistory.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, procedurehistory.FileIDContains(*i.FileIDContains)) } @@ -54389,18 +41761,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ExternalFileIDNotIn) > 0 { predicates = append(predicates, procedurehistory.ExternalFileIDNotIn(i.ExternalFileIDNotIn...)) } - if i.ExternalFileIDGT != nil { - predicates = append(predicates, procedurehistory.ExternalFileIDGT(*i.ExternalFileIDGT)) - } - if i.ExternalFileIDGTE != nil { - predicates = append(predicates, procedurehistory.ExternalFileIDGTE(*i.ExternalFileIDGTE)) - } - if i.ExternalFileIDLT != nil { - predicates = append(predicates, procedurehistory.ExternalFileIDLT(*i.ExternalFileIDLT)) - } - if i.ExternalFileIDLTE != nil { - predicates = append(predicates, procedurehistory.ExternalFileIDLTE(*i.ExternalFileIDLTE)) - } if i.ExternalFileIDContains != nil { predicates = append(predicates, procedurehistory.ExternalFileIDContains(*i.ExternalFileIDContains)) } @@ -54434,18 +41794,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ExternalContentsNotIn) > 0 { predicates = append(predicates, procedurehistory.ExternalContentsNotIn(i.ExternalContentsNotIn...)) } - if i.ExternalContentsGT != nil { - predicates = append(predicates, procedurehistory.ExternalContentsGT(*i.ExternalContentsGT)) - } - if i.ExternalContentsGTE != nil { - predicates = append(predicates, procedurehistory.ExternalContentsGTE(*i.ExternalContentsGTE)) - } - if i.ExternalContentsLT != nil { - predicates = append(predicates, procedurehistory.ExternalContentsLT(*i.ExternalContentsLT)) - } - if i.ExternalContentsLTE != nil { - predicates = append(predicates, procedurehistory.ExternalContentsLTE(*i.ExternalContentsLTE)) - } if i.ExternalContentsContains != nil { predicates = append(predicates, procedurehistory.ExternalContentsContains(*i.ExternalContentsContains)) } @@ -54491,18 +41839,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, procedurehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, procedurehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, procedurehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, procedurehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, procedurehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, procedurehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -54536,18 +41872,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, procedurehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, procedurehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, procedurehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, procedurehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, procedurehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, procedurehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -54581,18 +41905,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ProcedureKindNameNotIn) > 0 { predicates = append(predicates, procedurehistory.ProcedureKindNameNotIn(i.ProcedureKindNameNotIn...)) } - if i.ProcedureKindNameGT != nil { - predicates = append(predicates, procedurehistory.ProcedureKindNameGT(*i.ProcedureKindNameGT)) - } - if i.ProcedureKindNameGTE != nil { - predicates = append(predicates, procedurehistory.ProcedureKindNameGTE(*i.ProcedureKindNameGTE)) - } - if i.ProcedureKindNameLT != nil { - predicates = append(predicates, procedurehistory.ProcedureKindNameLT(*i.ProcedureKindNameLT)) - } - if i.ProcedureKindNameLTE != nil { - predicates = append(predicates, procedurehistory.ProcedureKindNameLTE(*i.ProcedureKindNameLTE)) - } if i.ProcedureKindNameContains != nil { predicates = append(predicates, procedurehistory.ProcedureKindNameContains(*i.ProcedureKindNameContains)) } @@ -54626,18 +41938,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ProcedureKindIDNotIn) > 0 { predicates = append(predicates, procedurehistory.ProcedureKindIDNotIn(i.ProcedureKindIDNotIn...)) } - if i.ProcedureKindIDGT != nil { - predicates = append(predicates, procedurehistory.ProcedureKindIDGT(*i.ProcedureKindIDGT)) - } - if i.ProcedureKindIDGTE != nil { - predicates = append(predicates, procedurehistory.ProcedureKindIDGTE(*i.ProcedureKindIDGTE)) - } - if i.ProcedureKindIDLT != nil { - predicates = append(predicates, procedurehistory.ProcedureKindIDLT(*i.ProcedureKindIDLT)) - } - if i.ProcedureKindIDLTE != nil { - predicates = append(predicates, procedurehistory.ProcedureKindIDLTE(*i.ProcedureKindIDLTE)) - } if i.ProcedureKindIDContains != nil { predicates = append(predicates, procedurehistory.ProcedureKindIDContains(*i.ProcedureKindIDContains)) } @@ -54671,18 +41971,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, procedurehistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, procedurehistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, procedurehistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, procedurehistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, procedurehistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, procedurehistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -54716,18 +42004,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, procedurehistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, procedurehistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, procedurehistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, procedurehistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, procedurehistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, procedurehistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -54761,18 +42037,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, procedurehistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, procedurehistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, procedurehistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, procedurehistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, procedurehistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, procedurehistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -54806,18 +42070,6 @@ func (i *ProcedureHistoryWhereInput) P() (predicate.ProcedureHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, procedurehistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, procedurehistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, procedurehistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, procedurehistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, procedurehistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, procedurehistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -54923,32 +42175,21 @@ type ProgramHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -54964,38 +42205,28 @@ type ProgramHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -55009,10 +42240,6 @@ type ProgramHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -55026,10 +42253,6 @@ type ProgramHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -55043,10 +42266,6 @@ type ProgramHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -55058,10 +42277,6 @@ type ProgramHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -55075,10 +42290,6 @@ type ProgramHistoryWhereInput struct { ProgramKindNameNEQ *string `json:"programKindNameNEQ,omitempty"` ProgramKindNameIn []string `json:"programKindNameIn,omitempty"` ProgramKindNameNotIn []string `json:"programKindNameNotIn,omitempty"` - ProgramKindNameGT *string `json:"programKindNameGT,omitempty"` - ProgramKindNameGTE *string `json:"programKindNameGTE,omitempty"` - ProgramKindNameLT *string `json:"programKindNameLT,omitempty"` - ProgramKindNameLTE *string `json:"programKindNameLTE,omitempty"` ProgramKindNameContains *string `json:"programKindNameContains,omitempty"` ProgramKindNameHasPrefix *string `json:"programKindNameHasPrefix,omitempty"` ProgramKindNameHasSuffix *string `json:"programKindNameHasSuffix,omitempty"` @@ -55092,10 +42303,6 @@ type ProgramHistoryWhereInput struct { ProgramKindIDNEQ *string `json:"programKindIDNEQ,omitempty"` ProgramKindIDIn []string `json:"programKindIDIn,omitempty"` ProgramKindIDNotIn []string `json:"programKindIDNotIn,omitempty"` - ProgramKindIDGT *string `json:"programKindIDGT,omitempty"` - ProgramKindIDGTE *string `json:"programKindIDGTE,omitempty"` - ProgramKindIDLT *string `json:"programKindIDLT,omitempty"` - ProgramKindIDLTE *string `json:"programKindIDLTE,omitempty"` ProgramKindIDContains *string `json:"programKindIDContains,omitempty"` ProgramKindIDHasPrefix *string `json:"programKindIDHasPrefix,omitempty"` ProgramKindIDHasSuffix *string `json:"programKindIDHasSuffix,omitempty"` @@ -55109,10 +42316,6 @@ type ProgramHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -55126,10 +42329,6 @@ type ProgramHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -55141,10 +42340,6 @@ type ProgramHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -55164,10 +42359,6 @@ type ProgramHistoryWhereInput struct { FrameworkNameNEQ *string `json:"frameworkNameNEQ,omitempty"` FrameworkNameIn []string `json:"frameworkNameIn,omitempty"` FrameworkNameNotIn []string `json:"frameworkNameNotIn,omitempty"` - FrameworkNameGT *string `json:"frameworkNameGT,omitempty"` - FrameworkNameGTE *string `json:"frameworkNameGTE,omitempty"` - FrameworkNameLT *string `json:"frameworkNameLT,omitempty"` - FrameworkNameLTE *string `json:"frameworkNameLTE,omitempty"` FrameworkNameContains *string `json:"frameworkNameContains,omitempty"` FrameworkNameHasPrefix *string `json:"frameworkNameHasPrefix,omitempty"` FrameworkNameHasSuffix *string `json:"frameworkNameHasSuffix,omitempty"` @@ -55177,76 +42368,58 @@ type ProgramHistoryWhereInput struct { FrameworkNameContainsFold *string `json:"frameworkNameContainsFold,omitempty"` // "start_date" field predicates. - StartDate *time.Time `json:"startDate,omitempty"` - StartDateNEQ *time.Time `json:"startDateNEQ,omitempty"` - StartDateIn []time.Time `json:"startDateIn,omitempty"` - StartDateNotIn []time.Time `json:"startDateNotIn,omitempty"` - StartDateGT *time.Time `json:"startDateGT,omitempty"` - StartDateGTE *time.Time `json:"startDateGTE,omitempty"` - StartDateLT *time.Time `json:"startDateLT,omitempty"` - StartDateLTE *time.Time `json:"startDateLTE,omitempty"` - StartDateIsNil bool `json:"startDateIsNil,omitempty"` - StartDateNotNil bool `json:"startDateNotNil,omitempty"` + StartDate *time.Time `json:"startDate,omitempty"` + StartDateGT *time.Time `json:"startDateGT,omitempty"` + StartDateGTE *time.Time `json:"startDateGTE,omitempty"` + StartDateLT *time.Time `json:"startDateLT,omitempty"` + StartDateLTE *time.Time `json:"startDateLTE,omitempty"` + StartDateIsNil bool `json:"startDateIsNil,omitempty"` + StartDateNotNil bool `json:"startDateNotNil,omitempty"` // "end_date" field predicates. - EndDate *time.Time `json:"endDate,omitempty"` - EndDateNEQ *time.Time `json:"endDateNEQ,omitempty"` - EndDateIn []time.Time `json:"endDateIn,omitempty"` - EndDateNotIn []time.Time `json:"endDateNotIn,omitempty"` - EndDateGT *time.Time `json:"endDateGT,omitempty"` - EndDateGTE *time.Time `json:"endDateGTE,omitempty"` - EndDateLT *time.Time `json:"endDateLT,omitempty"` - EndDateLTE *time.Time `json:"endDateLTE,omitempty"` - EndDateIsNil bool `json:"endDateIsNil,omitempty"` - EndDateNotNil bool `json:"endDateNotNil,omitempty"` + EndDate *time.Time `json:"endDate,omitempty"` + EndDateGT *time.Time `json:"endDateGT,omitempty"` + EndDateGTE *time.Time `json:"endDateGTE,omitempty"` + EndDateLT *time.Time `json:"endDateLT,omitempty"` + EndDateLTE *time.Time `json:"endDateLTE,omitempty"` + EndDateIsNil bool `json:"endDateIsNil,omitempty"` + EndDateNotNil bool `json:"endDateNotNil,omitempty"` // "observation_period_start_date" field predicates. - ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` - ObservationPeriodStartDateNEQ *time.Time `json:"observationPeriodStartDateNEQ,omitempty"` - ObservationPeriodStartDateIn []time.Time `json:"observationPeriodStartDateIn,omitempty"` - ObservationPeriodStartDateNotIn []time.Time `json:"observationPeriodStartDateNotIn,omitempty"` - ObservationPeriodStartDateGT *time.Time `json:"observationPeriodStartDateGT,omitempty"` - ObservationPeriodStartDateGTE *time.Time `json:"observationPeriodStartDateGTE,omitempty"` - ObservationPeriodStartDateLT *time.Time `json:"observationPeriodStartDateLT,omitempty"` - ObservationPeriodStartDateLTE *time.Time `json:"observationPeriodStartDateLTE,omitempty"` - ObservationPeriodStartDateIsNil bool `json:"observationPeriodStartDateIsNil,omitempty"` - ObservationPeriodStartDateNotNil bool `json:"observationPeriodStartDateNotNil,omitempty"` + ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` + ObservationPeriodStartDateGT *time.Time `json:"observationPeriodStartDateGT,omitempty"` + ObservationPeriodStartDateGTE *time.Time `json:"observationPeriodStartDateGTE,omitempty"` + ObservationPeriodStartDateLT *time.Time `json:"observationPeriodStartDateLT,omitempty"` + ObservationPeriodStartDateLTE *time.Time `json:"observationPeriodStartDateLTE,omitempty"` + ObservationPeriodStartDateIsNil bool `json:"observationPeriodStartDateIsNil,omitempty"` + ObservationPeriodStartDateNotNil bool `json:"observationPeriodStartDateNotNil,omitempty"` // "observation_period_end_date" field predicates. - ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` - ObservationPeriodEndDateNEQ *time.Time `json:"observationPeriodEndDateNEQ,omitempty"` - ObservationPeriodEndDateIn []time.Time `json:"observationPeriodEndDateIn,omitempty"` - ObservationPeriodEndDateNotIn []time.Time `json:"observationPeriodEndDateNotIn,omitempty"` - ObservationPeriodEndDateGT *time.Time `json:"observationPeriodEndDateGT,omitempty"` - ObservationPeriodEndDateGTE *time.Time `json:"observationPeriodEndDateGTE,omitempty"` - ObservationPeriodEndDateLT *time.Time `json:"observationPeriodEndDateLT,omitempty"` - ObservationPeriodEndDateLTE *time.Time `json:"observationPeriodEndDateLTE,omitempty"` - ObservationPeriodEndDateIsNil bool `json:"observationPeriodEndDateIsNil,omitempty"` - ObservationPeriodEndDateNotNil bool `json:"observationPeriodEndDateNotNil,omitempty"` + ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` + ObservationPeriodEndDateGT *time.Time `json:"observationPeriodEndDateGT,omitempty"` + ObservationPeriodEndDateGTE *time.Time `json:"observationPeriodEndDateGTE,omitempty"` + ObservationPeriodEndDateLT *time.Time `json:"observationPeriodEndDateLT,omitempty"` + ObservationPeriodEndDateLTE *time.Time `json:"observationPeriodEndDateLTE,omitempty"` + ObservationPeriodEndDateIsNil bool `json:"observationPeriodEndDateIsNil,omitempty"` + ObservationPeriodEndDateNotNil bool `json:"observationPeriodEndDateNotNil,omitempty"` // "fieldwork_start_date" field predicates. - FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` - FieldworkStartDateNEQ *time.Time `json:"fieldworkStartDateNEQ,omitempty"` - FieldworkStartDateIn []time.Time `json:"fieldworkStartDateIn,omitempty"` - FieldworkStartDateNotIn []time.Time `json:"fieldworkStartDateNotIn,omitempty"` - FieldworkStartDateGT *time.Time `json:"fieldworkStartDateGT,omitempty"` - FieldworkStartDateGTE *time.Time `json:"fieldworkStartDateGTE,omitempty"` - FieldworkStartDateLT *time.Time `json:"fieldworkStartDateLT,omitempty"` - FieldworkStartDateLTE *time.Time `json:"fieldworkStartDateLTE,omitempty"` - FieldworkStartDateIsNil bool `json:"fieldworkStartDateIsNil,omitempty"` - FieldworkStartDateNotNil bool `json:"fieldworkStartDateNotNil,omitempty"` + FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` + FieldworkStartDateGT *time.Time `json:"fieldworkStartDateGT,omitempty"` + FieldworkStartDateGTE *time.Time `json:"fieldworkStartDateGTE,omitempty"` + FieldworkStartDateLT *time.Time `json:"fieldworkStartDateLT,omitempty"` + FieldworkStartDateLTE *time.Time `json:"fieldworkStartDateLTE,omitempty"` + FieldworkStartDateIsNil bool `json:"fieldworkStartDateIsNil,omitempty"` + FieldworkStartDateNotNil bool `json:"fieldworkStartDateNotNil,omitempty"` // "fieldwork_end_date" field predicates. - FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` - FieldworkEndDateNEQ *time.Time `json:"fieldworkEndDateNEQ,omitempty"` - FieldworkEndDateIn []time.Time `json:"fieldworkEndDateIn,omitempty"` - FieldworkEndDateNotIn []time.Time `json:"fieldworkEndDateNotIn,omitempty"` - FieldworkEndDateGT *time.Time `json:"fieldworkEndDateGT,omitempty"` - FieldworkEndDateGTE *time.Time `json:"fieldworkEndDateGTE,omitempty"` - FieldworkEndDateLT *time.Time `json:"fieldworkEndDateLT,omitempty"` - FieldworkEndDateLTE *time.Time `json:"fieldworkEndDateLTE,omitempty"` - FieldworkEndDateIsNil bool `json:"fieldworkEndDateIsNil,omitempty"` - FieldworkEndDateNotNil bool `json:"fieldworkEndDateNotNil,omitempty"` + FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` + FieldworkEndDateGT *time.Time `json:"fieldworkEndDateGT,omitempty"` + FieldworkEndDateGTE *time.Time `json:"fieldworkEndDateGTE,omitempty"` + FieldworkEndDateLT *time.Time `json:"fieldworkEndDateLT,omitempty"` + FieldworkEndDateLTE *time.Time `json:"fieldworkEndDateLTE,omitempty"` + FieldworkEndDateIsNil bool `json:"fieldworkEndDateIsNil,omitempty"` + FieldworkEndDateNotNil bool `json:"fieldworkEndDateNotNil,omitempty"` // "auditor_ready" field predicates. AuditorReady *bool `json:"auditorReady,omitempty"` @@ -55265,10 +42438,6 @@ type ProgramHistoryWhereInput struct { AuditFirmNEQ *string `json:"auditFirmNEQ,omitempty"` AuditFirmIn []string `json:"auditFirmIn,omitempty"` AuditFirmNotIn []string `json:"auditFirmNotIn,omitempty"` - AuditFirmGT *string `json:"auditFirmGT,omitempty"` - AuditFirmGTE *string `json:"auditFirmGTE,omitempty"` - AuditFirmLT *string `json:"auditFirmLT,omitempty"` - AuditFirmLTE *string `json:"auditFirmLTE,omitempty"` AuditFirmContains *string `json:"auditFirmContains,omitempty"` AuditFirmHasPrefix *string `json:"auditFirmHasPrefix,omitempty"` AuditFirmHasSuffix *string `json:"auditFirmHasSuffix,omitempty"` @@ -55282,10 +42451,6 @@ type ProgramHistoryWhereInput struct { AuditorNEQ *string `json:"auditorNEQ,omitempty"` AuditorIn []string `json:"auditorIn,omitempty"` AuditorNotIn []string `json:"auditorNotIn,omitempty"` - AuditorGT *string `json:"auditorGT,omitempty"` - AuditorGTE *string `json:"auditorGTE,omitempty"` - AuditorLT *string `json:"auditorLT,omitempty"` - AuditorLTE *string `json:"auditorLTE,omitempty"` AuditorContains *string `json:"auditorContains,omitempty"` AuditorHasPrefix *string `json:"auditorHasPrefix,omitempty"` AuditorHasSuffix *string `json:"auditorHasSuffix,omitempty"` @@ -55299,10 +42464,6 @@ type ProgramHistoryWhereInput struct { AuditorEmailNEQ *string `json:"auditorEmailNEQ,omitempty"` AuditorEmailIn []string `json:"auditorEmailIn,omitempty"` AuditorEmailNotIn []string `json:"auditorEmailNotIn,omitempty"` - AuditorEmailGT *string `json:"auditorEmailGT,omitempty"` - AuditorEmailGTE *string `json:"auditorEmailGTE,omitempty"` - AuditorEmailLT *string `json:"auditorEmailLT,omitempty"` - AuditorEmailLTE *string `json:"auditorEmailLTE,omitempty"` AuditorEmailContains *string `json:"auditorEmailContains,omitempty"` AuditorEmailHasPrefix *string `json:"auditorEmailHasPrefix,omitempty"` AuditorEmailHasSuffix *string `json:"auditorEmailHasSuffix,omitempty"` @@ -55316,10 +42477,6 @@ type ProgramHistoryWhereInput struct { ProgramOwnerIDNEQ *string `json:"programOwnerIDNEQ,omitempty"` ProgramOwnerIDIn []string `json:"programOwnerIDIn,omitempty"` ProgramOwnerIDNotIn []string `json:"programOwnerIDNotIn,omitempty"` - ProgramOwnerIDGT *string `json:"programOwnerIDGT,omitempty"` - ProgramOwnerIDGTE *string `json:"programOwnerIDGTE,omitempty"` - ProgramOwnerIDLT *string `json:"programOwnerIDLT,omitempty"` - ProgramOwnerIDLTE *string `json:"programOwnerIDLTE,omitempty"` ProgramOwnerIDContains *string `json:"programOwnerIDContains,omitempty"` ProgramOwnerIDHasPrefix *string `json:"programOwnerIDHasPrefix,omitempty"` ProgramOwnerIDHasSuffix *string `json:"programOwnerIDHasSuffix,omitempty"` @@ -55415,18 +42572,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, programhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, programhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, programhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, programhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, programhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, programhistory.IDEqualFold(*i.IDEqualFold)) } @@ -55436,15 +42581,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, programhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, programhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, programhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, programhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, programhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -55469,18 +42605,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, programhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, programhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, programhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, programhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, programhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, programhistory.RefContains(*i.RefContains)) } @@ -55517,15 +42641,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, programhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, programhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, programhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, programhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, programhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -55547,15 +42662,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, programhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, programhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, programhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, programhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, programhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -55586,18 +42692,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, programhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, programhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, programhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, programhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, programhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, programhistory.CreatedByContains(*i.CreatedByContains)) } @@ -55631,18 +42725,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, programhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, programhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, programhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, programhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, programhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, programhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -55676,18 +42758,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, programhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, programhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, programhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, programhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, programhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, programhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -55721,18 +42791,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, programhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, programhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, programhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, programhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, programhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, programhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -55760,18 +42818,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, programhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, programhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, programhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, programhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, programhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, programhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -55805,18 +42851,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.ProgramKindNameNotIn) > 0 { predicates = append(predicates, programhistory.ProgramKindNameNotIn(i.ProgramKindNameNotIn...)) } - if i.ProgramKindNameGT != nil { - predicates = append(predicates, programhistory.ProgramKindNameGT(*i.ProgramKindNameGT)) - } - if i.ProgramKindNameGTE != nil { - predicates = append(predicates, programhistory.ProgramKindNameGTE(*i.ProgramKindNameGTE)) - } - if i.ProgramKindNameLT != nil { - predicates = append(predicates, programhistory.ProgramKindNameLT(*i.ProgramKindNameLT)) - } - if i.ProgramKindNameLTE != nil { - predicates = append(predicates, programhistory.ProgramKindNameLTE(*i.ProgramKindNameLTE)) - } if i.ProgramKindNameContains != nil { predicates = append(predicates, programhistory.ProgramKindNameContains(*i.ProgramKindNameContains)) } @@ -55850,18 +42884,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.ProgramKindIDNotIn) > 0 { predicates = append(predicates, programhistory.ProgramKindIDNotIn(i.ProgramKindIDNotIn...)) } - if i.ProgramKindIDGT != nil { - predicates = append(predicates, programhistory.ProgramKindIDGT(*i.ProgramKindIDGT)) - } - if i.ProgramKindIDGTE != nil { - predicates = append(predicates, programhistory.ProgramKindIDGTE(*i.ProgramKindIDGTE)) - } - if i.ProgramKindIDLT != nil { - predicates = append(predicates, programhistory.ProgramKindIDLT(*i.ProgramKindIDLT)) - } - if i.ProgramKindIDLTE != nil { - predicates = append(predicates, programhistory.ProgramKindIDLTE(*i.ProgramKindIDLTE)) - } if i.ProgramKindIDContains != nil { predicates = append(predicates, programhistory.ProgramKindIDContains(*i.ProgramKindIDContains)) } @@ -55895,18 +42917,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, programhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, programhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, programhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, programhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, programhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, programhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -55940,18 +42950,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, programhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, programhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, programhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, programhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, programhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, programhistory.NameContains(*i.NameContains)) } @@ -55979,18 +42977,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, programhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, programhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, programhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, programhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, programhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, programhistory.DescriptionContains(*i.DescriptionContains)) } @@ -56036,18 +43022,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.FrameworkNameNotIn) > 0 { predicates = append(predicates, programhistory.FrameworkNameNotIn(i.FrameworkNameNotIn...)) } - if i.FrameworkNameGT != nil { - predicates = append(predicates, programhistory.FrameworkNameGT(*i.FrameworkNameGT)) - } - if i.FrameworkNameGTE != nil { - predicates = append(predicates, programhistory.FrameworkNameGTE(*i.FrameworkNameGTE)) - } - if i.FrameworkNameLT != nil { - predicates = append(predicates, programhistory.FrameworkNameLT(*i.FrameworkNameLT)) - } - if i.FrameworkNameLTE != nil { - predicates = append(predicates, programhistory.FrameworkNameLTE(*i.FrameworkNameLTE)) - } if i.FrameworkNameContains != nil { predicates = append(predicates, programhistory.FrameworkNameContains(*i.FrameworkNameContains)) } @@ -56072,15 +43046,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.StartDate != nil { predicates = append(predicates, programhistory.StartDateEQ(*i.StartDate)) } - if i.StartDateNEQ != nil { - predicates = append(predicates, programhistory.StartDateNEQ(*i.StartDateNEQ)) - } - if len(i.StartDateIn) > 0 { - predicates = append(predicates, programhistory.StartDateIn(i.StartDateIn...)) - } - if len(i.StartDateNotIn) > 0 { - predicates = append(predicates, programhistory.StartDateNotIn(i.StartDateNotIn...)) - } if i.StartDateGT != nil { predicates = append(predicates, programhistory.StartDateGT(*i.StartDateGT)) } @@ -56102,15 +43067,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.EndDate != nil { predicates = append(predicates, programhistory.EndDateEQ(*i.EndDate)) } - if i.EndDateNEQ != nil { - predicates = append(predicates, programhistory.EndDateNEQ(*i.EndDateNEQ)) - } - if len(i.EndDateIn) > 0 { - predicates = append(predicates, programhistory.EndDateIn(i.EndDateIn...)) - } - if len(i.EndDateNotIn) > 0 { - predicates = append(predicates, programhistory.EndDateNotIn(i.EndDateNotIn...)) - } if i.EndDateGT != nil { predicates = append(predicates, programhistory.EndDateGT(*i.EndDateGT)) } @@ -56132,15 +43088,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.ObservationPeriodStartDate != nil { predicates = append(predicates, programhistory.ObservationPeriodStartDateEQ(*i.ObservationPeriodStartDate)) } - if i.ObservationPeriodStartDateNEQ != nil { - predicates = append(predicates, programhistory.ObservationPeriodStartDateNEQ(*i.ObservationPeriodStartDateNEQ)) - } - if len(i.ObservationPeriodStartDateIn) > 0 { - predicates = append(predicates, programhistory.ObservationPeriodStartDateIn(i.ObservationPeriodStartDateIn...)) - } - if len(i.ObservationPeriodStartDateNotIn) > 0 { - predicates = append(predicates, programhistory.ObservationPeriodStartDateNotIn(i.ObservationPeriodStartDateNotIn...)) - } if i.ObservationPeriodStartDateGT != nil { predicates = append(predicates, programhistory.ObservationPeriodStartDateGT(*i.ObservationPeriodStartDateGT)) } @@ -56162,15 +43109,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.ObservationPeriodEndDate != nil { predicates = append(predicates, programhistory.ObservationPeriodEndDateEQ(*i.ObservationPeriodEndDate)) } - if i.ObservationPeriodEndDateNEQ != nil { - predicates = append(predicates, programhistory.ObservationPeriodEndDateNEQ(*i.ObservationPeriodEndDateNEQ)) - } - if len(i.ObservationPeriodEndDateIn) > 0 { - predicates = append(predicates, programhistory.ObservationPeriodEndDateIn(i.ObservationPeriodEndDateIn...)) - } - if len(i.ObservationPeriodEndDateNotIn) > 0 { - predicates = append(predicates, programhistory.ObservationPeriodEndDateNotIn(i.ObservationPeriodEndDateNotIn...)) - } if i.ObservationPeriodEndDateGT != nil { predicates = append(predicates, programhistory.ObservationPeriodEndDateGT(*i.ObservationPeriodEndDateGT)) } @@ -56192,15 +43130,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.FieldworkStartDate != nil { predicates = append(predicates, programhistory.FieldworkStartDateEQ(*i.FieldworkStartDate)) } - if i.FieldworkStartDateNEQ != nil { - predicates = append(predicates, programhistory.FieldworkStartDateNEQ(*i.FieldworkStartDateNEQ)) - } - if len(i.FieldworkStartDateIn) > 0 { - predicates = append(predicates, programhistory.FieldworkStartDateIn(i.FieldworkStartDateIn...)) - } - if len(i.FieldworkStartDateNotIn) > 0 { - predicates = append(predicates, programhistory.FieldworkStartDateNotIn(i.FieldworkStartDateNotIn...)) - } if i.FieldworkStartDateGT != nil { predicates = append(predicates, programhistory.FieldworkStartDateGT(*i.FieldworkStartDateGT)) } @@ -56222,15 +43151,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if i.FieldworkEndDate != nil { predicates = append(predicates, programhistory.FieldworkEndDateEQ(*i.FieldworkEndDate)) } - if i.FieldworkEndDateNEQ != nil { - predicates = append(predicates, programhistory.FieldworkEndDateNEQ(*i.FieldworkEndDateNEQ)) - } - if len(i.FieldworkEndDateIn) > 0 { - predicates = append(predicates, programhistory.FieldworkEndDateIn(i.FieldworkEndDateIn...)) - } - if len(i.FieldworkEndDateNotIn) > 0 { - predicates = append(predicates, programhistory.FieldworkEndDateNotIn(i.FieldworkEndDateNotIn...)) - } if i.FieldworkEndDateGT != nil { predicates = append(predicates, programhistory.FieldworkEndDateGT(*i.FieldworkEndDateGT)) } @@ -56279,18 +43199,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.AuditFirmNotIn) > 0 { predicates = append(predicates, programhistory.AuditFirmNotIn(i.AuditFirmNotIn...)) } - if i.AuditFirmGT != nil { - predicates = append(predicates, programhistory.AuditFirmGT(*i.AuditFirmGT)) - } - if i.AuditFirmGTE != nil { - predicates = append(predicates, programhistory.AuditFirmGTE(*i.AuditFirmGTE)) - } - if i.AuditFirmLT != nil { - predicates = append(predicates, programhistory.AuditFirmLT(*i.AuditFirmLT)) - } - if i.AuditFirmLTE != nil { - predicates = append(predicates, programhistory.AuditFirmLTE(*i.AuditFirmLTE)) - } if i.AuditFirmContains != nil { predicates = append(predicates, programhistory.AuditFirmContains(*i.AuditFirmContains)) } @@ -56324,18 +43232,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.AuditorNotIn) > 0 { predicates = append(predicates, programhistory.AuditorNotIn(i.AuditorNotIn...)) } - if i.AuditorGT != nil { - predicates = append(predicates, programhistory.AuditorGT(*i.AuditorGT)) - } - if i.AuditorGTE != nil { - predicates = append(predicates, programhistory.AuditorGTE(*i.AuditorGTE)) - } - if i.AuditorLT != nil { - predicates = append(predicates, programhistory.AuditorLT(*i.AuditorLT)) - } - if i.AuditorLTE != nil { - predicates = append(predicates, programhistory.AuditorLTE(*i.AuditorLTE)) - } if i.AuditorContains != nil { predicates = append(predicates, programhistory.AuditorContains(*i.AuditorContains)) } @@ -56369,18 +43265,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.AuditorEmailNotIn) > 0 { predicates = append(predicates, programhistory.AuditorEmailNotIn(i.AuditorEmailNotIn...)) } - if i.AuditorEmailGT != nil { - predicates = append(predicates, programhistory.AuditorEmailGT(*i.AuditorEmailGT)) - } - if i.AuditorEmailGTE != nil { - predicates = append(predicates, programhistory.AuditorEmailGTE(*i.AuditorEmailGTE)) - } - if i.AuditorEmailLT != nil { - predicates = append(predicates, programhistory.AuditorEmailLT(*i.AuditorEmailLT)) - } - if i.AuditorEmailLTE != nil { - predicates = append(predicates, programhistory.AuditorEmailLTE(*i.AuditorEmailLTE)) - } if i.AuditorEmailContains != nil { predicates = append(predicates, programhistory.AuditorEmailContains(*i.AuditorEmailContains)) } @@ -56414,18 +43298,6 @@ func (i *ProgramHistoryWhereInput) P() (predicate.ProgramHistory, error) { if len(i.ProgramOwnerIDNotIn) > 0 { predicates = append(predicates, programhistory.ProgramOwnerIDNotIn(i.ProgramOwnerIDNotIn...)) } - if i.ProgramOwnerIDGT != nil { - predicates = append(predicates, programhistory.ProgramOwnerIDGT(*i.ProgramOwnerIDGT)) - } - if i.ProgramOwnerIDGTE != nil { - predicates = append(predicates, programhistory.ProgramOwnerIDGTE(*i.ProgramOwnerIDGTE)) - } - if i.ProgramOwnerIDLT != nil { - predicates = append(predicates, programhistory.ProgramOwnerIDLT(*i.ProgramOwnerIDLT)) - } - if i.ProgramOwnerIDLTE != nil { - predicates = append(predicates, programhistory.ProgramOwnerIDLTE(*i.ProgramOwnerIDLTE)) - } if i.ProgramOwnerIDContains != nil { predicates = append(predicates, programhistory.ProgramOwnerIDContains(*i.ProgramOwnerIDContains)) } @@ -56477,32 +43349,21 @@ type ProgramMembershipHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -56518,38 +43379,28 @@ type ProgramMembershipHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -56563,10 +43414,6 @@ type ProgramMembershipHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -56580,10 +43427,6 @@ type ProgramMembershipHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -56603,10 +43446,6 @@ type ProgramMembershipHistoryWhereInput struct { ProgramIDNEQ *string `json:"programIDNEQ,omitempty"` ProgramIDIn []string `json:"programIDIn,omitempty"` ProgramIDNotIn []string `json:"programIDNotIn,omitempty"` - ProgramIDGT *string `json:"programIDGT,omitempty"` - ProgramIDGTE *string `json:"programIDGTE,omitempty"` - ProgramIDLT *string `json:"programIDLT,omitempty"` - ProgramIDLTE *string `json:"programIDLTE,omitempty"` ProgramIDContains *string `json:"programIDContains,omitempty"` ProgramIDHasPrefix *string `json:"programIDHasPrefix,omitempty"` ProgramIDHasSuffix *string `json:"programIDHasSuffix,omitempty"` @@ -56618,10 +43457,6 @@ type ProgramMembershipHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -56712,18 +43547,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.IDNotIn) > 0 { predicates = append(predicates, programmembershiphistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, programmembershiphistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, programmembershiphistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, programmembershiphistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, programmembershiphistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, programmembershiphistory.IDEqualFold(*i.IDEqualFold)) } @@ -56733,15 +43556,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if i.HistoryTime != nil { predicates = append(predicates, programmembershiphistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, programmembershiphistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, programmembershiphistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, programmembershiphistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, programmembershiphistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -56766,18 +43580,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.RefNotIn) > 0 { predicates = append(predicates, programmembershiphistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, programmembershiphistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, programmembershiphistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, programmembershiphistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, programmembershiphistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, programmembershiphistory.RefContains(*i.RefContains)) } @@ -56814,15 +43616,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if i.CreatedAt != nil { predicates = append(predicates, programmembershiphistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, programmembershiphistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, programmembershiphistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, programmembershiphistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, programmembershiphistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -56844,15 +43637,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if i.UpdatedAt != nil { predicates = append(predicates, programmembershiphistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, programmembershiphistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, programmembershiphistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, programmembershiphistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, programmembershiphistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -56883,18 +43667,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, programmembershiphistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, programmembershiphistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, programmembershiphistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, programmembershiphistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, programmembershiphistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, programmembershiphistory.CreatedByContains(*i.CreatedByContains)) } @@ -56928,18 +43700,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, programmembershiphistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, programmembershiphistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -56973,18 +43733,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, programmembershiphistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -57030,18 +43778,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.ProgramIDNotIn) > 0 { predicates = append(predicates, programmembershiphistory.ProgramIDNotIn(i.ProgramIDNotIn...)) } - if i.ProgramIDGT != nil { - predicates = append(predicates, programmembershiphistory.ProgramIDGT(*i.ProgramIDGT)) - } - if i.ProgramIDGTE != nil { - predicates = append(predicates, programmembershiphistory.ProgramIDGTE(*i.ProgramIDGTE)) - } - if i.ProgramIDLT != nil { - predicates = append(predicates, programmembershiphistory.ProgramIDLT(*i.ProgramIDLT)) - } - if i.ProgramIDLTE != nil { - predicates = append(predicates, programmembershiphistory.ProgramIDLTE(*i.ProgramIDLTE)) - } if i.ProgramIDContains != nil { predicates = append(predicates, programmembershiphistory.ProgramIDContains(*i.ProgramIDContains)) } @@ -57069,18 +43805,6 @@ func (i *ProgramMembershipHistoryWhereInput) P() (predicate.ProgramMembershipHis if len(i.UserIDNotIn) > 0 { predicates = append(predicates, programmembershiphistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, programmembershiphistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, programmembershiphistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, programmembershiphistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, programmembershiphistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, programmembershiphistory.UserIDContains(*i.UserIDContains)) } @@ -57119,32 +43843,21 @@ type RemediationHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -57160,38 +43873,28 @@ type RemediationHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -57205,10 +43908,6 @@ type RemediationHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -57222,10 +43921,6 @@ type RemediationHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -57239,10 +43934,6 @@ type RemediationHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -57254,10 +43945,6 @@ type RemediationHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -57277,10 +43964,6 @@ type RemediationHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -57294,10 +43977,6 @@ type RemediationHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -57311,10 +43990,6 @@ type RemediationHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -57328,10 +44003,6 @@ type RemediationHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -57345,10 +44016,6 @@ type RemediationHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -57362,10 +44029,6 @@ type RemediationHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -57385,10 +44048,6 @@ type RemediationHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -57402,10 +44061,6 @@ type RemediationHistoryWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -57419,10 +44074,6 @@ type RemediationHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -57444,10 +44095,6 @@ type RemediationHistoryWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -57461,10 +44108,6 @@ type RemediationHistoryWhereInput struct { IntentNEQ *string `json:"intentNEQ,omitempty"` IntentIn []string `json:"intentIn,omitempty"` IntentNotIn []string `json:"intentNotIn,omitempty"` - IntentGT *string `json:"intentGT,omitempty"` - IntentGTE *string `json:"intentGTE,omitempty"` - IntentLT *string `json:"intentLT,omitempty"` - IntentLTE *string `json:"intentLTE,omitempty"` IntentContains *string `json:"intentContains,omitempty"` IntentHasPrefix *string `json:"intentHasPrefix,omitempty"` IntentHasSuffix *string `json:"intentHasSuffix,omitempty"` @@ -57478,10 +44121,6 @@ type RemediationHistoryWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -57495,10 +44134,6 @@ type RemediationHistoryWhereInput struct { ExplanationNEQ *string `json:"explanationNEQ,omitempty"` ExplanationIn []string `json:"explanationIn,omitempty"` ExplanationNotIn []string `json:"explanationNotIn,omitempty"` - ExplanationGT *string `json:"explanationGT,omitempty"` - ExplanationGTE *string `json:"explanationGTE,omitempty"` - ExplanationLT *string `json:"explanationLT,omitempty"` - ExplanationLTE *string `json:"explanationLTE,omitempty"` ExplanationContains *string `json:"explanationContains,omitempty"` ExplanationHasPrefix *string `json:"explanationHasPrefix,omitempty"` ExplanationHasSuffix *string `json:"explanationHasSuffix,omitempty"` @@ -57512,10 +44147,6 @@ type RemediationHistoryWhereInput struct { InstructionsNEQ *string `json:"instructionsNEQ,omitempty"` InstructionsIn []string `json:"instructionsIn,omitempty"` InstructionsNotIn []string `json:"instructionsNotIn,omitempty"` - InstructionsGT *string `json:"instructionsGT,omitempty"` - InstructionsGTE *string `json:"instructionsGTE,omitempty"` - InstructionsLT *string `json:"instructionsLT,omitempty"` - InstructionsLTE *string `json:"instructionsLTE,omitempty"` InstructionsContains *string `json:"instructionsContains,omitempty"` InstructionsHasPrefix *string `json:"instructionsHasPrefix,omitempty"` InstructionsHasSuffix *string `json:"instructionsHasSuffix,omitempty"` @@ -57529,10 +44160,6 @@ type RemediationHistoryWhereInput struct { OwnerReferenceNEQ *string `json:"ownerReferenceNEQ,omitempty"` OwnerReferenceIn []string `json:"ownerReferenceIn,omitempty"` OwnerReferenceNotIn []string `json:"ownerReferenceNotIn,omitempty"` - OwnerReferenceGT *string `json:"ownerReferenceGT,omitempty"` - OwnerReferenceGTE *string `json:"ownerReferenceGTE,omitempty"` - OwnerReferenceLT *string `json:"ownerReferenceLT,omitempty"` - OwnerReferenceLTE *string `json:"ownerReferenceLTE,omitempty"` OwnerReferenceContains *string `json:"ownerReferenceContains,omitempty"` OwnerReferenceHasPrefix *string `json:"ownerReferenceHasPrefix,omitempty"` OwnerReferenceHasSuffix *string `json:"ownerReferenceHasSuffix,omitempty"` @@ -57546,10 +44173,6 @@ type RemediationHistoryWhereInput struct { RepositoryURINEQ *string `json:"repositoryURINEQ,omitempty"` RepositoryURIIn []string `json:"repositoryURIIn,omitempty"` RepositoryURINotIn []string `json:"repositoryURINotIn,omitempty"` - RepositoryURIGT *string `json:"repositoryURIGT,omitempty"` - RepositoryURIGTE *string `json:"repositoryURIGTE,omitempty"` - RepositoryURILT *string `json:"repositoryURILT,omitempty"` - RepositoryURILTE *string `json:"repositoryURILTE,omitempty"` RepositoryURIContains *string `json:"repositoryURIContains,omitempty"` RepositoryURIHasPrefix *string `json:"repositoryURIHasPrefix,omitempty"` RepositoryURIHasSuffix *string `json:"repositoryURIHasSuffix,omitempty"` @@ -57563,10 +44186,6 @@ type RemediationHistoryWhereInput struct { PullRequestURINEQ *string `json:"pullRequestURINEQ,omitempty"` PullRequestURIIn []string `json:"pullRequestURIIn,omitempty"` PullRequestURINotIn []string `json:"pullRequestURINotIn,omitempty"` - PullRequestURIGT *string `json:"pullRequestURIGT,omitempty"` - PullRequestURIGTE *string `json:"pullRequestURIGTE,omitempty"` - PullRequestURILT *string `json:"pullRequestURILT,omitempty"` - PullRequestURILTE *string `json:"pullRequestURILTE,omitempty"` PullRequestURIContains *string `json:"pullRequestURIContains,omitempty"` PullRequestURIHasPrefix *string `json:"pullRequestURIHasPrefix,omitempty"` PullRequestURIHasSuffix *string `json:"pullRequestURIHasSuffix,omitempty"` @@ -57580,10 +44199,6 @@ type RemediationHistoryWhereInput struct { TicketReferenceNEQ *string `json:"ticketReferenceNEQ,omitempty"` TicketReferenceIn []string `json:"ticketReferenceIn,omitempty"` TicketReferenceNotIn []string `json:"ticketReferenceNotIn,omitempty"` - TicketReferenceGT *string `json:"ticketReferenceGT,omitempty"` - TicketReferenceGTE *string `json:"ticketReferenceGTE,omitempty"` - TicketReferenceLT *string `json:"ticketReferenceLT,omitempty"` - TicketReferenceLTE *string `json:"ticketReferenceLTE,omitempty"` TicketReferenceContains *string `json:"ticketReferenceContains,omitempty"` TicketReferenceHasPrefix *string `json:"ticketReferenceHasPrefix,omitempty"` TicketReferenceHasSuffix *string `json:"ticketReferenceHasSuffix,omitempty"` @@ -57593,50 +44208,37 @@ type RemediationHistoryWhereInput struct { TicketReferenceContainsFold *string `json:"ticketReferenceContainsFold,omitempty"` // "due_at" field predicates. - DueAt *models.DateTime `json:"dueAt,omitempty"` - DueAtNEQ *models.DateTime `json:"dueAtNEQ,omitempty"` - DueAtIn []models.DateTime `json:"dueAtIn,omitempty"` - DueAtNotIn []models.DateTime `json:"dueAtNotIn,omitempty"` - DueAtGT *models.DateTime `json:"dueAtGT,omitempty"` - DueAtGTE *models.DateTime `json:"dueAtGTE,omitempty"` - DueAtLT *models.DateTime `json:"dueAtLT,omitempty"` - DueAtLTE *models.DateTime `json:"dueAtLTE,omitempty"` - DueAtIsNil bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil bool `json:"dueAtNotNil,omitempty"` + DueAt *models.DateTime `json:"dueAt,omitempty"` + DueAtGT *models.DateTime `json:"dueAtGT,omitempty"` + DueAtGTE *models.DateTime `json:"dueAtGTE,omitempty"` + DueAtLT *models.DateTime `json:"dueAtLT,omitempty"` + DueAtLTE *models.DateTime `json:"dueAtLTE,omitempty"` + DueAtIsNil bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil bool `json:"dueAtNotNil,omitempty"` // "completed_at" field predicates. - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNEQ *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGT *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGTE *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLT *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLTE *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil bool `json:"completedAtNotNil,omitempty"` // "pr_generated_at" field predicates. - PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` - PrGeneratedAtNEQ *models.DateTime `json:"prGeneratedAtNEQ,omitempty"` - PrGeneratedAtIn []models.DateTime `json:"prGeneratedAtIn,omitempty"` - PrGeneratedAtNotIn []models.DateTime `json:"prGeneratedAtNotIn,omitempty"` - PrGeneratedAtGT *models.DateTime `json:"prGeneratedAtGT,omitempty"` - PrGeneratedAtGTE *models.DateTime `json:"prGeneratedAtGTE,omitempty"` - PrGeneratedAtLT *models.DateTime `json:"prGeneratedAtLT,omitempty"` - PrGeneratedAtLTE *models.DateTime `json:"prGeneratedAtLTE,omitempty"` - PrGeneratedAtIsNil bool `json:"prGeneratedAtIsNil,omitempty"` - PrGeneratedAtNotNil bool `json:"prGeneratedAtNotNil,omitempty"` + PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` + PrGeneratedAtGT *models.DateTime `json:"prGeneratedAtGT,omitempty"` + PrGeneratedAtGTE *models.DateTime `json:"prGeneratedAtGTE,omitempty"` + PrGeneratedAtLT *models.DateTime `json:"prGeneratedAtLT,omitempty"` + PrGeneratedAtLTE *models.DateTime `json:"prGeneratedAtLTE,omitempty"` + PrGeneratedAtIsNil bool `json:"prGeneratedAtIsNil,omitempty"` + PrGeneratedAtNotNil bool `json:"prGeneratedAtNotNil,omitempty"` // "error" field predicates. Error *string `json:"error,omitempty"` ErrorNEQ *string `json:"errorNEQ,omitempty"` ErrorIn []string `json:"errorIn,omitempty"` ErrorNotIn []string `json:"errorNotIn,omitempty"` - ErrorGT *string `json:"errorGT,omitempty"` - ErrorGTE *string `json:"errorGTE,omitempty"` - ErrorLT *string `json:"errorLT,omitempty"` - ErrorLTE *string `json:"errorLTE,omitempty"` ErrorContains *string `json:"errorContains,omitempty"` ErrorHasPrefix *string `json:"errorHasPrefix,omitempty"` ErrorHasSuffix *string `json:"errorHasSuffix,omitempty"` @@ -57650,10 +44252,6 @@ type RemediationHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -57667,10 +44265,6 @@ type RemediationHistoryWhereInput struct { ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -57766,18 +44360,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, remediationhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, remediationhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, remediationhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, remediationhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, remediationhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, remediationhistory.IDEqualFold(*i.IDEqualFold)) } @@ -57787,15 +44369,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.HistoryTime != nil { predicates = append(predicates, remediationhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, remediationhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, remediationhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, remediationhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, remediationhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -57820,18 +44393,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.RefNotIn) > 0 { predicates = append(predicates, remediationhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, remediationhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, remediationhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, remediationhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, remediationhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, remediationhistory.RefContains(*i.RefContains)) } @@ -57868,15 +44429,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.CreatedAt != nil { predicates = append(predicates, remediationhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, remediationhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, remediationhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, remediationhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, remediationhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -57898,15 +44450,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.UpdatedAt != nil { predicates = append(predicates, remediationhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, remediationhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, remediationhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, remediationhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, remediationhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -57937,18 +44480,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, remediationhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, remediationhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, remediationhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, remediationhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, remediationhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, remediationhistory.CreatedByContains(*i.CreatedByContains)) } @@ -57982,18 +44513,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, remediationhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, remediationhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, remediationhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, remediationhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, remediationhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, remediationhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -58027,18 +44546,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, remediationhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, remediationhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, remediationhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, remediationhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, remediationhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, remediationhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -58072,18 +44579,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, remediationhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, remediationhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, remediationhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, remediationhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, remediationhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, remediationhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -58111,18 +44606,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, remediationhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, remediationhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, remediationhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, remediationhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, remediationhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, remediationhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -58168,18 +44651,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, remediationhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, remediationhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, remediationhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, remediationhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, remediationhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, remediationhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -58213,18 +44684,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, remediationhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, remediationhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, remediationhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, remediationhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, remediationhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, remediationhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -58258,18 +44717,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, remediationhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, remediationhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, remediationhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, remediationhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, remediationhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, remediationhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -58303,18 +44750,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, remediationhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, remediationhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, remediationhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, remediationhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, remediationhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, remediationhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -58348,18 +44783,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, remediationhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, remediationhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, remediationhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, remediationhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, remediationhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, remediationhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -58393,18 +44816,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, remediationhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, remediationhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, remediationhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, remediationhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, remediationhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, remediationhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -58450,18 +44861,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, remediationhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, remediationhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, remediationhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, remediationhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, remediationhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, remediationhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -58495,18 +44894,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, remediationhistory.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, remediationhistory.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, remediationhistory.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, remediationhistory.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, remediationhistory.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, remediationhistory.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -58540,18 +44927,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.TitleNotIn) > 0 { predicates = append(predicates, remediationhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, remediationhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, remediationhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, remediationhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, remediationhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, remediationhistory.TitleContains(*i.TitleContains)) } @@ -58603,18 +44978,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.StateNotIn) > 0 { predicates = append(predicates, remediationhistory.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, remediationhistory.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, remediationhistory.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, remediationhistory.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, remediationhistory.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, remediationhistory.StateContains(*i.StateContains)) } @@ -58648,18 +45011,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.IntentNotIn) > 0 { predicates = append(predicates, remediationhistory.IntentNotIn(i.IntentNotIn...)) } - if i.IntentGT != nil { - predicates = append(predicates, remediationhistory.IntentGT(*i.IntentGT)) - } - if i.IntentGTE != nil { - predicates = append(predicates, remediationhistory.IntentGTE(*i.IntentGTE)) - } - if i.IntentLT != nil { - predicates = append(predicates, remediationhistory.IntentLT(*i.IntentLT)) - } - if i.IntentLTE != nil { - predicates = append(predicates, remediationhistory.IntentLTE(*i.IntentLTE)) - } if i.IntentContains != nil { predicates = append(predicates, remediationhistory.IntentContains(*i.IntentContains)) } @@ -58693,18 +45044,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.SummaryNotIn) > 0 { predicates = append(predicates, remediationhistory.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, remediationhistory.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, remediationhistory.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, remediationhistory.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, remediationhistory.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, remediationhistory.SummaryContains(*i.SummaryContains)) } @@ -58738,18 +45077,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ExplanationNotIn) > 0 { predicates = append(predicates, remediationhistory.ExplanationNotIn(i.ExplanationNotIn...)) } - if i.ExplanationGT != nil { - predicates = append(predicates, remediationhistory.ExplanationGT(*i.ExplanationGT)) - } - if i.ExplanationGTE != nil { - predicates = append(predicates, remediationhistory.ExplanationGTE(*i.ExplanationGTE)) - } - if i.ExplanationLT != nil { - predicates = append(predicates, remediationhistory.ExplanationLT(*i.ExplanationLT)) - } - if i.ExplanationLTE != nil { - predicates = append(predicates, remediationhistory.ExplanationLTE(*i.ExplanationLTE)) - } if i.ExplanationContains != nil { predicates = append(predicates, remediationhistory.ExplanationContains(*i.ExplanationContains)) } @@ -58783,18 +45110,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.InstructionsNotIn) > 0 { predicates = append(predicates, remediationhistory.InstructionsNotIn(i.InstructionsNotIn...)) } - if i.InstructionsGT != nil { - predicates = append(predicates, remediationhistory.InstructionsGT(*i.InstructionsGT)) - } - if i.InstructionsGTE != nil { - predicates = append(predicates, remediationhistory.InstructionsGTE(*i.InstructionsGTE)) - } - if i.InstructionsLT != nil { - predicates = append(predicates, remediationhistory.InstructionsLT(*i.InstructionsLT)) - } - if i.InstructionsLTE != nil { - predicates = append(predicates, remediationhistory.InstructionsLTE(*i.InstructionsLTE)) - } if i.InstructionsContains != nil { predicates = append(predicates, remediationhistory.InstructionsContains(*i.InstructionsContains)) } @@ -58828,18 +45143,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.OwnerReferenceNotIn) > 0 { predicates = append(predicates, remediationhistory.OwnerReferenceNotIn(i.OwnerReferenceNotIn...)) } - if i.OwnerReferenceGT != nil { - predicates = append(predicates, remediationhistory.OwnerReferenceGT(*i.OwnerReferenceGT)) - } - if i.OwnerReferenceGTE != nil { - predicates = append(predicates, remediationhistory.OwnerReferenceGTE(*i.OwnerReferenceGTE)) - } - if i.OwnerReferenceLT != nil { - predicates = append(predicates, remediationhistory.OwnerReferenceLT(*i.OwnerReferenceLT)) - } - if i.OwnerReferenceLTE != nil { - predicates = append(predicates, remediationhistory.OwnerReferenceLTE(*i.OwnerReferenceLTE)) - } if i.OwnerReferenceContains != nil { predicates = append(predicates, remediationhistory.OwnerReferenceContains(*i.OwnerReferenceContains)) } @@ -58873,18 +45176,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.RepositoryURINotIn) > 0 { predicates = append(predicates, remediationhistory.RepositoryURINotIn(i.RepositoryURINotIn...)) } - if i.RepositoryURIGT != nil { - predicates = append(predicates, remediationhistory.RepositoryURIGT(*i.RepositoryURIGT)) - } - if i.RepositoryURIGTE != nil { - predicates = append(predicates, remediationhistory.RepositoryURIGTE(*i.RepositoryURIGTE)) - } - if i.RepositoryURILT != nil { - predicates = append(predicates, remediationhistory.RepositoryURILT(*i.RepositoryURILT)) - } - if i.RepositoryURILTE != nil { - predicates = append(predicates, remediationhistory.RepositoryURILTE(*i.RepositoryURILTE)) - } if i.RepositoryURIContains != nil { predicates = append(predicates, remediationhistory.RepositoryURIContains(*i.RepositoryURIContains)) } @@ -58918,18 +45209,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.PullRequestURINotIn) > 0 { predicates = append(predicates, remediationhistory.PullRequestURINotIn(i.PullRequestURINotIn...)) } - if i.PullRequestURIGT != nil { - predicates = append(predicates, remediationhistory.PullRequestURIGT(*i.PullRequestURIGT)) - } - if i.PullRequestURIGTE != nil { - predicates = append(predicates, remediationhistory.PullRequestURIGTE(*i.PullRequestURIGTE)) - } - if i.PullRequestURILT != nil { - predicates = append(predicates, remediationhistory.PullRequestURILT(*i.PullRequestURILT)) - } - if i.PullRequestURILTE != nil { - predicates = append(predicates, remediationhistory.PullRequestURILTE(*i.PullRequestURILTE)) - } if i.PullRequestURIContains != nil { predicates = append(predicates, remediationhistory.PullRequestURIContains(*i.PullRequestURIContains)) } @@ -58963,18 +45242,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.TicketReferenceNotIn) > 0 { predicates = append(predicates, remediationhistory.TicketReferenceNotIn(i.TicketReferenceNotIn...)) } - if i.TicketReferenceGT != nil { - predicates = append(predicates, remediationhistory.TicketReferenceGT(*i.TicketReferenceGT)) - } - if i.TicketReferenceGTE != nil { - predicates = append(predicates, remediationhistory.TicketReferenceGTE(*i.TicketReferenceGTE)) - } - if i.TicketReferenceLT != nil { - predicates = append(predicates, remediationhistory.TicketReferenceLT(*i.TicketReferenceLT)) - } - if i.TicketReferenceLTE != nil { - predicates = append(predicates, remediationhistory.TicketReferenceLTE(*i.TicketReferenceLTE)) - } if i.TicketReferenceContains != nil { predicates = append(predicates, remediationhistory.TicketReferenceContains(*i.TicketReferenceContains)) } @@ -58999,15 +45266,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.DueAt != nil { predicates = append(predicates, remediationhistory.DueAtEQ(*i.DueAt)) } - if i.DueAtNEQ != nil { - predicates = append(predicates, remediationhistory.DueAtNEQ(*i.DueAtNEQ)) - } - if len(i.DueAtIn) > 0 { - predicates = append(predicates, remediationhistory.DueAtIn(i.DueAtIn...)) - } - if len(i.DueAtNotIn) > 0 { - predicates = append(predicates, remediationhistory.DueAtNotIn(i.DueAtNotIn...)) - } if i.DueAtGT != nil { predicates = append(predicates, remediationhistory.DueAtGT(*i.DueAtGT)) } @@ -59029,15 +45287,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.CompletedAt != nil { predicates = append(predicates, remediationhistory.CompletedAtEQ(*i.CompletedAt)) } - if i.CompletedAtNEQ != nil { - predicates = append(predicates, remediationhistory.CompletedAtNEQ(*i.CompletedAtNEQ)) - } - if len(i.CompletedAtIn) > 0 { - predicates = append(predicates, remediationhistory.CompletedAtIn(i.CompletedAtIn...)) - } - if len(i.CompletedAtNotIn) > 0 { - predicates = append(predicates, remediationhistory.CompletedAtNotIn(i.CompletedAtNotIn...)) - } if i.CompletedAtGT != nil { predicates = append(predicates, remediationhistory.CompletedAtGT(*i.CompletedAtGT)) } @@ -59059,15 +45308,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if i.PrGeneratedAt != nil { predicates = append(predicates, remediationhistory.PrGeneratedAtEQ(*i.PrGeneratedAt)) } - if i.PrGeneratedAtNEQ != nil { - predicates = append(predicates, remediationhistory.PrGeneratedAtNEQ(*i.PrGeneratedAtNEQ)) - } - if len(i.PrGeneratedAtIn) > 0 { - predicates = append(predicates, remediationhistory.PrGeneratedAtIn(i.PrGeneratedAtIn...)) - } - if len(i.PrGeneratedAtNotIn) > 0 { - predicates = append(predicates, remediationhistory.PrGeneratedAtNotIn(i.PrGeneratedAtNotIn...)) - } if i.PrGeneratedAtGT != nil { predicates = append(predicates, remediationhistory.PrGeneratedAtGT(*i.PrGeneratedAtGT)) } @@ -59098,18 +45338,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ErrorNotIn) > 0 { predicates = append(predicates, remediationhistory.ErrorNotIn(i.ErrorNotIn...)) } - if i.ErrorGT != nil { - predicates = append(predicates, remediationhistory.ErrorGT(*i.ErrorGT)) - } - if i.ErrorGTE != nil { - predicates = append(predicates, remediationhistory.ErrorGTE(*i.ErrorGTE)) - } - if i.ErrorLT != nil { - predicates = append(predicates, remediationhistory.ErrorLT(*i.ErrorLT)) - } - if i.ErrorLTE != nil { - predicates = append(predicates, remediationhistory.ErrorLTE(*i.ErrorLTE)) - } if i.ErrorContains != nil { predicates = append(predicates, remediationhistory.ErrorContains(*i.ErrorContains)) } @@ -59143,18 +45371,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.SourceNotIn) > 0 { predicates = append(predicates, remediationhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, remediationhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, remediationhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, remediationhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, remediationhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, remediationhistory.SourceContains(*i.SourceContains)) } @@ -59188,18 +45404,6 @@ func (i *RemediationHistoryWhereInput) P() (predicate.RemediationHistory, error) if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, remediationhistory.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, remediationhistory.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, remediationhistory.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, remediationhistory.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, remediationhistory.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, remediationhistory.ExternalURIContains(*i.ExternalURIContains)) } @@ -59251,32 +45455,21 @@ type ReviewHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -59292,38 +45485,28 @@ type ReviewHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -59337,10 +45520,6 @@ type ReviewHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -59354,10 +45533,6 @@ type ReviewHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -59371,10 +45546,6 @@ type ReviewHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -59394,10 +45565,6 @@ type ReviewHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -59411,10 +45578,6 @@ type ReviewHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -59428,10 +45591,6 @@ type ReviewHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -59445,10 +45604,6 @@ type ReviewHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -59462,10 +45617,6 @@ type ReviewHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -59479,10 +45630,6 @@ type ReviewHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -59496,10 +45643,6 @@ type ReviewHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -59513,10 +45656,6 @@ type ReviewHistoryWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -59530,10 +45669,6 @@ type ReviewHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -59545,10 +45680,6 @@ type ReviewHistoryWhereInput struct { StateNEQ *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGT *string `json:"stateGT,omitempty"` - StateGTE *string `json:"stateGTE,omitempty"` - StateLT *string `json:"stateLT,omitempty"` - StateLTE *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -59570,10 +45701,6 @@ type ReviewHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -59587,10 +45714,6 @@ type ReviewHistoryWhereInput struct { ClassificationNEQ *string `json:"classificationNEQ,omitempty"` ClassificationIn []string `json:"classificationIn,omitempty"` ClassificationNotIn []string `json:"classificationNotIn,omitempty"` - ClassificationGT *string `json:"classificationGT,omitempty"` - ClassificationGTE *string `json:"classificationGTE,omitempty"` - ClassificationLT *string `json:"classificationLT,omitempty"` - ClassificationLTE *string `json:"classificationLTE,omitempty"` ClassificationContains *string `json:"classificationContains,omitempty"` ClassificationHasPrefix *string `json:"classificationHasPrefix,omitempty"` ClassificationHasSuffix *string `json:"classificationHasSuffix,omitempty"` @@ -59604,10 +45727,6 @@ type ReviewHistoryWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -59621,10 +45740,6 @@ type ReviewHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -59638,10 +45753,6 @@ type ReviewHistoryWhereInput struct { ReporterNEQ *string `json:"reporterNEQ,omitempty"` ReporterIn []string `json:"reporterIn,omitempty"` ReporterNotIn []string `json:"reporterNotIn,omitempty"` - ReporterGT *string `json:"reporterGT,omitempty"` - ReporterGTE *string `json:"reporterGTE,omitempty"` - ReporterLT *string `json:"reporterLT,omitempty"` - ReporterLTE *string `json:"reporterLTE,omitempty"` ReporterContains *string `json:"reporterContains,omitempty"` ReporterHasPrefix *string `json:"reporterHasPrefix,omitempty"` ReporterHasSuffix *string `json:"reporterHasSuffix,omitempty"` @@ -59657,50 +45768,37 @@ type ReviewHistoryWhereInput struct { ApprovedNotNil bool `json:"approvedNotNil,omitempty"` // "reviewed_at" field predicates. - ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` - ReviewedAtNEQ *models.DateTime `json:"reviewedAtNEQ,omitempty"` - ReviewedAtIn []models.DateTime `json:"reviewedAtIn,omitempty"` - ReviewedAtNotIn []models.DateTime `json:"reviewedAtNotIn,omitempty"` - ReviewedAtGT *models.DateTime `json:"reviewedAtGT,omitempty"` - ReviewedAtGTE *models.DateTime `json:"reviewedAtGTE,omitempty"` - ReviewedAtLT *models.DateTime `json:"reviewedAtLT,omitempty"` - ReviewedAtLTE *models.DateTime `json:"reviewedAtLTE,omitempty"` - ReviewedAtIsNil bool `json:"reviewedAtIsNil,omitempty"` - ReviewedAtNotNil bool `json:"reviewedAtNotNil,omitempty"` + ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` + ReviewedAtGT *models.DateTime `json:"reviewedAtGT,omitempty"` + ReviewedAtGTE *models.DateTime `json:"reviewedAtGTE,omitempty"` + ReviewedAtLT *models.DateTime `json:"reviewedAtLT,omitempty"` + ReviewedAtLTE *models.DateTime `json:"reviewedAtLTE,omitempty"` + ReviewedAtIsNil bool `json:"reviewedAtIsNil,omitempty"` + ReviewedAtNotNil bool `json:"reviewedAtNotNil,omitempty"` // "reported_at" field predicates. - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNEQ *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGT *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGTE *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLT *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLTE *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil bool `json:"reportedAtNotNil,omitempty"` // "approved_at" field predicates. - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNEQ *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` // "reviewer_id" field predicates. ReviewerID *string `json:"reviewerID,omitempty"` ReviewerIDNEQ *string `json:"reviewerIDNEQ,omitempty"` ReviewerIDIn []string `json:"reviewerIDIn,omitempty"` ReviewerIDNotIn []string `json:"reviewerIDNotIn,omitempty"` - ReviewerIDGT *string `json:"reviewerIDGT,omitempty"` - ReviewerIDGTE *string `json:"reviewerIDGTE,omitempty"` - ReviewerIDLT *string `json:"reviewerIDLT,omitempty"` - ReviewerIDLTE *string `json:"reviewerIDLTE,omitempty"` ReviewerIDContains *string `json:"reviewerIDContains,omitempty"` ReviewerIDHasPrefix *string `json:"reviewerIDHasPrefix,omitempty"` ReviewerIDHasSuffix *string `json:"reviewerIDHasSuffix,omitempty"` @@ -59714,10 +45812,6 @@ type ReviewHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -59731,10 +45825,6 @@ type ReviewHistoryWhereInput struct { ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -59830,18 +45920,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, reviewhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, reviewhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, reviewhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, reviewhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, reviewhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, reviewhistory.IDEqualFold(*i.IDEqualFold)) } @@ -59851,15 +45929,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, reviewhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, reviewhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, reviewhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, reviewhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, reviewhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -59884,18 +45953,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, reviewhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, reviewhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, reviewhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, reviewhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, reviewhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, reviewhistory.RefContains(*i.RefContains)) } @@ -59932,15 +45989,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, reviewhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, reviewhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, reviewhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, reviewhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, reviewhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -59962,15 +46010,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, reviewhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, reviewhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, reviewhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, reviewhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, reviewhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -60001,18 +46040,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, reviewhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, reviewhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, reviewhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, reviewhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, reviewhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, reviewhistory.CreatedByContains(*i.CreatedByContains)) } @@ -60046,18 +46073,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, reviewhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, reviewhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, reviewhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, reviewhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, reviewhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, reviewhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -60091,18 +46106,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, reviewhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, reviewhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, reviewhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, reviewhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, reviewhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, reviewhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -60136,18 +46139,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, reviewhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, reviewhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, reviewhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, reviewhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, reviewhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, reviewhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -60193,18 +46184,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, reviewhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, reviewhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, reviewhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, reviewhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, reviewhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, reviewhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -60238,18 +46217,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, reviewhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, reviewhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, reviewhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, reviewhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, reviewhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, reviewhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -60283,18 +46250,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, reviewhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, reviewhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, reviewhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, reviewhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, reviewhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, reviewhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -60328,18 +46283,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, reviewhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, reviewhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, reviewhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, reviewhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, reviewhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, reviewhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -60373,18 +46316,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, reviewhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, reviewhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, reviewhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, reviewhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, reviewhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, reviewhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -60418,18 +46349,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, reviewhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, reviewhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, reviewhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, reviewhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, reviewhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, reviewhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -60463,18 +46382,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, reviewhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, reviewhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, reviewhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, reviewhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, reviewhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, reviewhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -60508,18 +46415,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, reviewhistory.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, reviewhistory.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, reviewhistory.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, reviewhistory.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, reviewhistory.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, reviewhistory.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -60553,18 +46448,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, reviewhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, reviewhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, reviewhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, reviewhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, reviewhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, reviewhistory.TitleContains(*i.TitleContains)) } @@ -60592,18 +46475,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.StateNotIn) > 0 { predicates = append(predicates, reviewhistory.StateNotIn(i.StateNotIn...)) } - if i.StateGT != nil { - predicates = append(predicates, reviewhistory.StateGT(*i.StateGT)) - } - if i.StateGTE != nil { - predicates = append(predicates, reviewhistory.StateGTE(*i.StateGTE)) - } - if i.StateLT != nil { - predicates = append(predicates, reviewhistory.StateLT(*i.StateLT)) - } - if i.StateLTE != nil { - predicates = append(predicates, reviewhistory.StateLTE(*i.StateLTE)) - } if i.StateContains != nil { predicates = append(predicates, reviewhistory.StateContains(*i.StateContains)) } @@ -60655,18 +46526,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, reviewhistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, reviewhistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, reviewhistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, reviewhistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, reviewhistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, reviewhistory.CategoryContains(*i.CategoryContains)) } @@ -60700,18 +46559,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ClassificationNotIn) > 0 { predicates = append(predicates, reviewhistory.ClassificationNotIn(i.ClassificationNotIn...)) } - if i.ClassificationGT != nil { - predicates = append(predicates, reviewhistory.ClassificationGT(*i.ClassificationGT)) - } - if i.ClassificationGTE != nil { - predicates = append(predicates, reviewhistory.ClassificationGTE(*i.ClassificationGTE)) - } - if i.ClassificationLT != nil { - predicates = append(predicates, reviewhistory.ClassificationLT(*i.ClassificationLT)) - } - if i.ClassificationLTE != nil { - predicates = append(predicates, reviewhistory.ClassificationLTE(*i.ClassificationLTE)) - } if i.ClassificationContains != nil { predicates = append(predicates, reviewhistory.ClassificationContains(*i.ClassificationContains)) } @@ -60745,18 +46592,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.SummaryNotIn) > 0 { predicates = append(predicates, reviewhistory.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, reviewhistory.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, reviewhistory.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, reviewhistory.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, reviewhistory.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, reviewhistory.SummaryContains(*i.SummaryContains)) } @@ -60790,18 +46625,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, reviewhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, reviewhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, reviewhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, reviewhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, reviewhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, reviewhistory.DetailsContains(*i.DetailsContains)) } @@ -60835,18 +46658,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ReporterNotIn) > 0 { predicates = append(predicates, reviewhistory.ReporterNotIn(i.ReporterNotIn...)) } - if i.ReporterGT != nil { - predicates = append(predicates, reviewhistory.ReporterGT(*i.ReporterGT)) - } - if i.ReporterGTE != nil { - predicates = append(predicates, reviewhistory.ReporterGTE(*i.ReporterGTE)) - } - if i.ReporterLT != nil { - predicates = append(predicates, reviewhistory.ReporterLT(*i.ReporterLT)) - } - if i.ReporterLTE != nil { - predicates = append(predicates, reviewhistory.ReporterLTE(*i.ReporterLTE)) - } if i.ReporterContains != nil { predicates = append(predicates, reviewhistory.ReporterContains(*i.ReporterContains)) } @@ -60883,15 +46694,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.ReviewedAt != nil { predicates = append(predicates, reviewhistory.ReviewedAtEQ(*i.ReviewedAt)) } - if i.ReviewedAtNEQ != nil { - predicates = append(predicates, reviewhistory.ReviewedAtNEQ(*i.ReviewedAtNEQ)) - } - if len(i.ReviewedAtIn) > 0 { - predicates = append(predicates, reviewhistory.ReviewedAtIn(i.ReviewedAtIn...)) - } - if len(i.ReviewedAtNotIn) > 0 { - predicates = append(predicates, reviewhistory.ReviewedAtNotIn(i.ReviewedAtNotIn...)) - } if i.ReviewedAtGT != nil { predicates = append(predicates, reviewhistory.ReviewedAtGT(*i.ReviewedAtGT)) } @@ -60913,15 +46715,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.ReportedAt != nil { predicates = append(predicates, reviewhistory.ReportedAtEQ(*i.ReportedAt)) } - if i.ReportedAtNEQ != nil { - predicates = append(predicates, reviewhistory.ReportedAtNEQ(*i.ReportedAtNEQ)) - } - if len(i.ReportedAtIn) > 0 { - predicates = append(predicates, reviewhistory.ReportedAtIn(i.ReportedAtIn...)) - } - if len(i.ReportedAtNotIn) > 0 { - predicates = append(predicates, reviewhistory.ReportedAtNotIn(i.ReportedAtNotIn...)) - } if i.ReportedAtGT != nil { predicates = append(predicates, reviewhistory.ReportedAtGT(*i.ReportedAtGT)) } @@ -60943,15 +46736,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if i.ApprovedAt != nil { predicates = append(predicates, reviewhistory.ApprovedAtEQ(*i.ApprovedAt)) } - if i.ApprovedAtNEQ != nil { - predicates = append(predicates, reviewhistory.ApprovedAtNEQ(*i.ApprovedAtNEQ)) - } - if len(i.ApprovedAtIn) > 0 { - predicates = append(predicates, reviewhistory.ApprovedAtIn(i.ApprovedAtIn...)) - } - if len(i.ApprovedAtNotIn) > 0 { - predicates = append(predicates, reviewhistory.ApprovedAtNotIn(i.ApprovedAtNotIn...)) - } if i.ApprovedAtGT != nil { predicates = append(predicates, reviewhistory.ApprovedAtGT(*i.ApprovedAtGT)) } @@ -60982,18 +46766,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ReviewerIDNotIn) > 0 { predicates = append(predicates, reviewhistory.ReviewerIDNotIn(i.ReviewerIDNotIn...)) } - if i.ReviewerIDGT != nil { - predicates = append(predicates, reviewhistory.ReviewerIDGT(*i.ReviewerIDGT)) - } - if i.ReviewerIDGTE != nil { - predicates = append(predicates, reviewhistory.ReviewerIDGTE(*i.ReviewerIDGTE)) - } - if i.ReviewerIDLT != nil { - predicates = append(predicates, reviewhistory.ReviewerIDLT(*i.ReviewerIDLT)) - } - if i.ReviewerIDLTE != nil { - predicates = append(predicates, reviewhistory.ReviewerIDLTE(*i.ReviewerIDLTE)) - } if i.ReviewerIDContains != nil { predicates = append(predicates, reviewhistory.ReviewerIDContains(*i.ReviewerIDContains)) } @@ -61027,18 +46799,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, reviewhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, reviewhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, reviewhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, reviewhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, reviewhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, reviewhistory.SourceContains(*i.SourceContains)) } @@ -61072,18 +46832,6 @@ func (i *ReviewHistoryWhereInput) P() (predicate.ReviewHistory, error) { if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, reviewhistory.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, reviewhistory.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, reviewhistory.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, reviewhistory.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, reviewhistory.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, reviewhistory.ExternalURIContains(*i.ExternalURIContains)) } @@ -61135,32 +46883,21 @@ type RiskHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -61176,38 +46913,28 @@ type RiskHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -61221,10 +46948,6 @@ type RiskHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -61238,10 +46961,6 @@ type RiskHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -61255,10 +46974,6 @@ type RiskHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -61270,10 +46985,6 @@ type RiskHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -61287,10 +46998,6 @@ type RiskHistoryWhereInput struct { RiskKindNameNEQ *string `json:"riskKindNameNEQ,omitempty"` RiskKindNameIn []string `json:"riskKindNameIn,omitempty"` RiskKindNameNotIn []string `json:"riskKindNameNotIn,omitempty"` - RiskKindNameGT *string `json:"riskKindNameGT,omitempty"` - RiskKindNameGTE *string `json:"riskKindNameGTE,omitempty"` - RiskKindNameLT *string `json:"riskKindNameLT,omitempty"` - RiskKindNameLTE *string `json:"riskKindNameLTE,omitempty"` RiskKindNameContains *string `json:"riskKindNameContains,omitempty"` RiskKindNameHasPrefix *string `json:"riskKindNameHasPrefix,omitempty"` RiskKindNameHasSuffix *string `json:"riskKindNameHasSuffix,omitempty"` @@ -61304,10 +47011,6 @@ type RiskHistoryWhereInput struct { RiskKindIDNEQ *string `json:"riskKindIDNEQ,omitempty"` RiskKindIDIn []string `json:"riskKindIDIn,omitempty"` RiskKindIDNotIn []string `json:"riskKindIDNotIn,omitempty"` - RiskKindIDGT *string `json:"riskKindIDGT,omitempty"` - RiskKindIDGTE *string `json:"riskKindIDGTE,omitempty"` - RiskKindIDLT *string `json:"riskKindIDLT,omitempty"` - RiskKindIDLTE *string `json:"riskKindIDLTE,omitempty"` RiskKindIDContains *string `json:"riskKindIDContains,omitempty"` RiskKindIDHasPrefix *string `json:"riskKindIDHasPrefix,omitempty"` RiskKindIDHasSuffix *string `json:"riskKindIDHasSuffix,omitempty"` @@ -61321,10 +47024,6 @@ type RiskHistoryWhereInput struct { RiskCategoryNameNEQ *string `json:"riskCategoryNameNEQ,omitempty"` RiskCategoryNameIn []string `json:"riskCategoryNameIn,omitempty"` RiskCategoryNameNotIn []string `json:"riskCategoryNameNotIn,omitempty"` - RiskCategoryNameGT *string `json:"riskCategoryNameGT,omitempty"` - RiskCategoryNameGTE *string `json:"riskCategoryNameGTE,omitempty"` - RiskCategoryNameLT *string `json:"riskCategoryNameLT,omitempty"` - RiskCategoryNameLTE *string `json:"riskCategoryNameLTE,omitempty"` RiskCategoryNameContains *string `json:"riskCategoryNameContains,omitempty"` RiskCategoryNameHasPrefix *string `json:"riskCategoryNameHasPrefix,omitempty"` RiskCategoryNameHasSuffix *string `json:"riskCategoryNameHasSuffix,omitempty"` @@ -61338,10 +47037,6 @@ type RiskHistoryWhereInput struct { RiskCategoryIDNEQ *string `json:"riskCategoryIDNEQ,omitempty"` RiskCategoryIDIn []string `json:"riskCategoryIDIn,omitempty"` RiskCategoryIDNotIn []string `json:"riskCategoryIDNotIn,omitempty"` - RiskCategoryIDGT *string `json:"riskCategoryIDGT,omitempty"` - RiskCategoryIDGTE *string `json:"riskCategoryIDGTE,omitempty"` - RiskCategoryIDLT *string `json:"riskCategoryIDLT,omitempty"` - RiskCategoryIDLTE *string `json:"riskCategoryIDLTE,omitempty"` RiskCategoryIDContains *string `json:"riskCategoryIDContains,omitempty"` RiskCategoryIDHasPrefix *string `json:"riskCategoryIDHasPrefix,omitempty"` RiskCategoryIDHasSuffix *string `json:"riskCategoryIDHasSuffix,omitempty"` @@ -61355,10 +47050,6 @@ type RiskHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -61372,10 +47063,6 @@ type RiskHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -61389,10 +47076,6 @@ type RiskHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -61406,10 +47089,6 @@ type RiskHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -61429,10 +47108,6 @@ type RiskHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -61446,10 +47121,6 @@ type RiskHistoryWhereInput struct { IntegrationIDNEQ *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIDGT *string `json:"integrationIDGT,omitempty"` - IntegrationIDGTE *string `json:"integrationIDGTE,omitempty"` - IntegrationIDLT *string `json:"integrationIDLT,omitempty"` - IntegrationIDLTE *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -61459,26 +47130,19 @@ type RiskHistoryWhereInput struct { IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // "observed_at" field predicates. - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNEQ *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGT *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGTE *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLT *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLTE *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil bool `json:"observedAtNotNil,omitempty"` // "external_uuid" field predicates. ExternalUUID *string `json:"externalUUID,omitempty"` ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -61492,10 +47156,6 @@ type RiskHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -61527,26 +47187,20 @@ type RiskHistoryWhereInput struct { LikelihoodNotNil bool `json:"likelihoodNotNil,omitempty"` // "score" field predicates. - Score *int `json:"score,omitempty"` - ScoreNEQ *int `json:"scoreNEQ,omitempty"` - ScoreIn []int `json:"scoreIn,omitempty"` - ScoreNotIn []int `json:"scoreNotIn,omitempty"` - ScoreGT *int `json:"scoreGT,omitempty"` - ScoreGTE *int `json:"scoreGTE,omitempty"` - ScoreLT *int `json:"scoreLT,omitempty"` - ScoreLTE *int `json:"scoreLTE,omitempty"` - ScoreIsNil bool `json:"scoreIsNil,omitempty"` - ScoreNotNil bool `json:"scoreNotNil,omitempty"` + Score *int `json:"score,omitempty"` + ScoreNEQ *int `json:"scoreNEQ,omitempty"` + ScoreGT *int `json:"scoreGT,omitempty"` + ScoreGTE *int `json:"scoreGTE,omitempty"` + ScoreLT *int `json:"scoreLT,omitempty"` + ScoreLTE *int `json:"scoreLTE,omitempty"` + ScoreIsNil bool `json:"scoreIsNil,omitempty"` + ScoreNotNil bool `json:"scoreNotNil,omitempty"` // "mitigation" field predicates. Mitigation *string `json:"mitigation,omitempty"` MitigationNEQ *string `json:"mitigationNEQ,omitempty"` MitigationIn []string `json:"mitigationIn,omitempty"` MitigationNotIn []string `json:"mitigationNotIn,omitempty"` - MitigationGT *string `json:"mitigationGT,omitempty"` - MitigationGTE *string `json:"mitigationGTE,omitempty"` - MitigationLT *string `json:"mitigationLT,omitempty"` - MitigationLTE *string `json:"mitigationLTE,omitempty"` MitigationContains *string `json:"mitigationContains,omitempty"` MitigationHasPrefix *string `json:"mitigationHasPrefix,omitempty"` MitigationHasSuffix *string `json:"mitigationHasSuffix,omitempty"` @@ -61560,10 +47214,6 @@ type RiskHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -61577,10 +47227,6 @@ type RiskHistoryWhereInput struct { BusinessCostsNEQ *string `json:"businessCostsNEQ,omitempty"` BusinessCostsIn []string `json:"businessCostsIn,omitempty"` BusinessCostsNotIn []string `json:"businessCostsNotIn,omitempty"` - BusinessCostsGT *string `json:"businessCostsGT,omitempty"` - BusinessCostsGTE *string `json:"businessCostsGTE,omitempty"` - BusinessCostsLT *string `json:"businessCostsLT,omitempty"` - BusinessCostsLTE *string `json:"businessCostsLTE,omitempty"` BusinessCostsContains *string `json:"businessCostsContains,omitempty"` BusinessCostsHasPrefix *string `json:"businessCostsHasPrefix,omitempty"` BusinessCostsHasSuffix *string `json:"businessCostsHasSuffix,omitempty"` @@ -61594,10 +47240,6 @@ type RiskHistoryWhereInput struct { StakeholderIDNEQ *string `json:"stakeholderIDNEQ,omitempty"` StakeholderIDIn []string `json:"stakeholderIDIn,omitempty"` StakeholderIDNotIn []string `json:"stakeholderIDNotIn,omitempty"` - StakeholderIDGT *string `json:"stakeholderIDGT,omitempty"` - StakeholderIDGTE *string `json:"stakeholderIDGTE,omitempty"` - StakeholderIDLT *string `json:"stakeholderIDLT,omitempty"` - StakeholderIDLTE *string `json:"stakeholderIDLTE,omitempty"` StakeholderIDContains *string `json:"stakeholderIDContains,omitempty"` StakeholderIDHasPrefix *string `json:"stakeholderIDHasPrefix,omitempty"` StakeholderIDHasSuffix *string `json:"stakeholderIDHasSuffix,omitempty"` @@ -61611,10 +47253,6 @@ type RiskHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -61624,16 +47262,13 @@ type RiskHistoryWhereInput struct { DelegateIDContainsFold *string `json:"delegateIDContainsFold,omitempty"` // "mitigated_at" field predicates. - MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` - MitigatedAtNEQ *models.DateTime `json:"mitigatedAtNEQ,omitempty"` - MitigatedAtIn []models.DateTime `json:"mitigatedAtIn,omitempty"` - MitigatedAtNotIn []models.DateTime `json:"mitigatedAtNotIn,omitempty"` - MitigatedAtGT *models.DateTime `json:"mitigatedAtGT,omitempty"` - MitigatedAtGTE *models.DateTime `json:"mitigatedAtGTE,omitempty"` - MitigatedAtLT *models.DateTime `json:"mitigatedAtLT,omitempty"` - MitigatedAtLTE *models.DateTime `json:"mitigatedAtLTE,omitempty"` - MitigatedAtIsNil bool `json:"mitigatedAtIsNil,omitempty"` - MitigatedAtNotNil bool `json:"mitigatedAtNotNil,omitempty"` + MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` + MitigatedAtGT *models.DateTime `json:"mitigatedAtGT,omitempty"` + MitigatedAtGTE *models.DateTime `json:"mitigatedAtGTE,omitempty"` + MitigatedAtLT *models.DateTime `json:"mitigatedAtLT,omitempty"` + MitigatedAtLTE *models.DateTime `json:"mitigatedAtLTE,omitempty"` + MitigatedAtIsNil bool `json:"mitigatedAtIsNil,omitempty"` + MitigatedAtNotNil bool `json:"mitigatedAtNotNil,omitempty"` // "review_required" field predicates. ReviewRequired *bool `json:"reviewRequired,omitempty"` @@ -61642,16 +47277,13 @@ type RiskHistoryWhereInput struct { ReviewRequiredNotNil bool `json:"reviewRequiredNotNil,omitempty"` // "last_reviewed_at" field predicates. - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNEQ *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGT *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGTE *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLT *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLTE *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil bool `json:"lastReviewedAtNotNil,omitempty"` // "review_frequency" field predicates. ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` @@ -61662,40 +47294,32 @@ type RiskHistoryWhereInput struct { ReviewFrequencyNotNil bool `json:"reviewFrequencyNotNil,omitempty"` // "due_date" field predicates. - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNEQ *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGT *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGTE *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLT *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLTE *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil bool `json:"dueDateNotNil,omitempty"` // "next_review_due_at" field predicates. - NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` - NextReviewDueAtNEQ *models.DateTime `json:"nextReviewDueAtNEQ,omitempty"` - NextReviewDueAtIn []models.DateTime `json:"nextReviewDueAtIn,omitempty"` - NextReviewDueAtNotIn []models.DateTime `json:"nextReviewDueAtNotIn,omitempty"` - NextReviewDueAtGT *models.DateTime `json:"nextReviewDueAtGT,omitempty"` - NextReviewDueAtGTE *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` - NextReviewDueAtLT *models.DateTime `json:"nextReviewDueAtLT,omitempty"` - NextReviewDueAtLTE *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` - NextReviewDueAtIsNil bool `json:"nextReviewDueAtIsNil,omitempty"` - NextReviewDueAtNotNil bool `json:"nextReviewDueAtNotNil,omitempty"` + NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` + NextReviewDueAtGT *models.DateTime `json:"nextReviewDueAtGT,omitempty"` + NextReviewDueAtGTE *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` + NextReviewDueAtLT *models.DateTime `json:"nextReviewDueAtLT,omitempty"` + NextReviewDueAtLTE *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` + NextReviewDueAtIsNil bool `json:"nextReviewDueAtIsNil,omitempty"` + NextReviewDueAtNotNil bool `json:"nextReviewDueAtNotNil,omitempty"` // "residual_score" field predicates. - ResidualScore *int `json:"residualScore,omitempty"` - ResidualScoreNEQ *int `json:"residualScoreNEQ,omitempty"` - ResidualScoreIn []int `json:"residualScoreIn,omitempty"` - ResidualScoreNotIn []int `json:"residualScoreNotIn,omitempty"` - ResidualScoreGT *int `json:"residualScoreGT,omitempty"` - ResidualScoreGTE *int `json:"residualScoreGTE,omitempty"` - ResidualScoreLT *int `json:"residualScoreLT,omitempty"` - ResidualScoreLTE *int `json:"residualScoreLTE,omitempty"` - ResidualScoreIsNil bool `json:"residualScoreIsNil,omitempty"` - ResidualScoreNotNil bool `json:"residualScoreNotNil,omitempty"` + ResidualScore *int `json:"residualScore,omitempty"` + ResidualScoreNEQ *int `json:"residualScoreNEQ,omitempty"` + ResidualScoreGT *int `json:"residualScoreGT,omitempty"` + ResidualScoreGTE *int `json:"residualScoreGTE,omitempty"` + ResidualScoreLT *int `json:"residualScoreLT,omitempty"` + ResidualScoreLTE *int `json:"residualScoreLTE,omitempty"` + ResidualScoreIsNil bool `json:"residualScoreIsNil,omitempty"` + ResidualScoreNotNil bool `json:"residualScoreNotNil,omitempty"` // "risk_decision" field predicates. RiskDecision *enums.RiskDecision `json:"riskDecision,omitempty"` @@ -61792,18 +47416,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, riskhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, riskhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, riskhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, riskhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, riskhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, riskhistory.IDEqualFold(*i.IDEqualFold)) } @@ -61813,15 +47425,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, riskhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, riskhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, riskhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, riskhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, riskhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -61846,18 +47449,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, riskhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, riskhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, riskhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, riskhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, riskhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, riskhistory.RefContains(*i.RefContains)) } @@ -61894,15 +47485,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, riskhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, riskhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, riskhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, riskhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, riskhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -61924,15 +47506,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, riskhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, riskhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, riskhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, riskhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, riskhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -61963,18 +47536,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, riskhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, riskhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, riskhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, riskhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, riskhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, riskhistory.CreatedByContains(*i.CreatedByContains)) } @@ -62008,18 +47569,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, riskhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, riskhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, riskhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, riskhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, riskhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, riskhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -62053,18 +47602,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, riskhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, riskhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, riskhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, riskhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, riskhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, riskhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -62098,18 +47635,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, riskhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, riskhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, riskhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, riskhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, riskhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, riskhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -62137,18 +47662,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, riskhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, riskhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, riskhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, riskhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, riskhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, riskhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -62182,18 +47695,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.RiskKindNameNotIn) > 0 { predicates = append(predicates, riskhistory.RiskKindNameNotIn(i.RiskKindNameNotIn...)) } - if i.RiskKindNameGT != nil { - predicates = append(predicates, riskhistory.RiskKindNameGT(*i.RiskKindNameGT)) - } - if i.RiskKindNameGTE != nil { - predicates = append(predicates, riskhistory.RiskKindNameGTE(*i.RiskKindNameGTE)) - } - if i.RiskKindNameLT != nil { - predicates = append(predicates, riskhistory.RiskKindNameLT(*i.RiskKindNameLT)) - } - if i.RiskKindNameLTE != nil { - predicates = append(predicates, riskhistory.RiskKindNameLTE(*i.RiskKindNameLTE)) - } if i.RiskKindNameContains != nil { predicates = append(predicates, riskhistory.RiskKindNameContains(*i.RiskKindNameContains)) } @@ -62227,18 +47728,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.RiskKindIDNotIn) > 0 { predicates = append(predicates, riskhistory.RiskKindIDNotIn(i.RiskKindIDNotIn...)) } - if i.RiskKindIDGT != nil { - predicates = append(predicates, riskhistory.RiskKindIDGT(*i.RiskKindIDGT)) - } - if i.RiskKindIDGTE != nil { - predicates = append(predicates, riskhistory.RiskKindIDGTE(*i.RiskKindIDGTE)) - } - if i.RiskKindIDLT != nil { - predicates = append(predicates, riskhistory.RiskKindIDLT(*i.RiskKindIDLT)) - } - if i.RiskKindIDLTE != nil { - predicates = append(predicates, riskhistory.RiskKindIDLTE(*i.RiskKindIDLTE)) - } if i.RiskKindIDContains != nil { predicates = append(predicates, riskhistory.RiskKindIDContains(*i.RiskKindIDContains)) } @@ -62272,18 +47761,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.RiskCategoryNameNotIn) > 0 { predicates = append(predicates, riskhistory.RiskCategoryNameNotIn(i.RiskCategoryNameNotIn...)) } - if i.RiskCategoryNameGT != nil { - predicates = append(predicates, riskhistory.RiskCategoryNameGT(*i.RiskCategoryNameGT)) - } - if i.RiskCategoryNameGTE != nil { - predicates = append(predicates, riskhistory.RiskCategoryNameGTE(*i.RiskCategoryNameGTE)) - } - if i.RiskCategoryNameLT != nil { - predicates = append(predicates, riskhistory.RiskCategoryNameLT(*i.RiskCategoryNameLT)) - } - if i.RiskCategoryNameLTE != nil { - predicates = append(predicates, riskhistory.RiskCategoryNameLTE(*i.RiskCategoryNameLTE)) - } if i.RiskCategoryNameContains != nil { predicates = append(predicates, riskhistory.RiskCategoryNameContains(*i.RiskCategoryNameContains)) } @@ -62317,18 +47794,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.RiskCategoryIDNotIn) > 0 { predicates = append(predicates, riskhistory.RiskCategoryIDNotIn(i.RiskCategoryIDNotIn...)) } - if i.RiskCategoryIDGT != nil { - predicates = append(predicates, riskhistory.RiskCategoryIDGT(*i.RiskCategoryIDGT)) - } - if i.RiskCategoryIDGTE != nil { - predicates = append(predicates, riskhistory.RiskCategoryIDGTE(*i.RiskCategoryIDGTE)) - } - if i.RiskCategoryIDLT != nil { - predicates = append(predicates, riskhistory.RiskCategoryIDLT(*i.RiskCategoryIDLT)) - } - if i.RiskCategoryIDLTE != nil { - predicates = append(predicates, riskhistory.RiskCategoryIDLTE(*i.RiskCategoryIDLTE)) - } if i.RiskCategoryIDContains != nil { predicates = append(predicates, riskhistory.RiskCategoryIDContains(*i.RiskCategoryIDContains)) } @@ -62362,18 +47827,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, riskhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, riskhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, riskhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, riskhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, riskhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, riskhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -62407,18 +47860,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, riskhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, riskhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, riskhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, riskhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, riskhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, riskhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -62452,18 +47893,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, riskhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, riskhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, riskhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, riskhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, riskhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, riskhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -62497,18 +47926,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, riskhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, riskhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, riskhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, riskhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, riskhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, riskhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -62554,18 +47971,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, riskhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, riskhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, riskhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, riskhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, riskhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, riskhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -62599,18 +48004,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.IntegrationIDNotIn) > 0 { predicates = append(predicates, riskhistory.IntegrationIDNotIn(i.IntegrationIDNotIn...)) } - if i.IntegrationIDGT != nil { - predicates = append(predicates, riskhistory.IntegrationIDGT(*i.IntegrationIDGT)) - } - if i.IntegrationIDGTE != nil { - predicates = append(predicates, riskhistory.IntegrationIDGTE(*i.IntegrationIDGTE)) - } - if i.IntegrationIDLT != nil { - predicates = append(predicates, riskhistory.IntegrationIDLT(*i.IntegrationIDLT)) - } - if i.IntegrationIDLTE != nil { - predicates = append(predicates, riskhistory.IntegrationIDLTE(*i.IntegrationIDLTE)) - } if i.IntegrationIDContains != nil { predicates = append(predicates, riskhistory.IntegrationIDContains(*i.IntegrationIDContains)) } @@ -62635,15 +48028,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.ObservedAt != nil { predicates = append(predicates, riskhistory.ObservedAtEQ(*i.ObservedAt)) } - if i.ObservedAtNEQ != nil { - predicates = append(predicates, riskhistory.ObservedAtNEQ(*i.ObservedAtNEQ)) - } - if len(i.ObservedAtIn) > 0 { - predicates = append(predicates, riskhistory.ObservedAtIn(i.ObservedAtIn...)) - } - if len(i.ObservedAtNotIn) > 0 { - predicates = append(predicates, riskhistory.ObservedAtNotIn(i.ObservedAtNotIn...)) - } if i.ObservedAtGT != nil { predicates = append(predicates, riskhistory.ObservedAtGT(*i.ObservedAtGT)) } @@ -62674,18 +48058,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, riskhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, riskhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, riskhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, riskhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, riskhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, riskhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -62719,18 +48091,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, riskhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, riskhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, riskhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, riskhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, riskhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, riskhistory.NameContains(*i.NameContains)) } @@ -62806,12 +48166,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.ScoreNEQ != nil { predicates = append(predicates, riskhistory.ScoreNEQ(*i.ScoreNEQ)) } - if len(i.ScoreIn) > 0 { - predicates = append(predicates, riskhistory.ScoreIn(i.ScoreIn...)) - } - if len(i.ScoreNotIn) > 0 { - predicates = append(predicates, riskhistory.ScoreNotIn(i.ScoreNotIn...)) - } if i.ScoreGT != nil { predicates = append(predicates, riskhistory.ScoreGT(*i.ScoreGT)) } @@ -62842,18 +48196,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.MitigationNotIn) > 0 { predicates = append(predicates, riskhistory.MitigationNotIn(i.MitigationNotIn...)) } - if i.MitigationGT != nil { - predicates = append(predicates, riskhistory.MitigationGT(*i.MitigationGT)) - } - if i.MitigationGTE != nil { - predicates = append(predicates, riskhistory.MitigationGTE(*i.MitigationGTE)) - } - if i.MitigationLT != nil { - predicates = append(predicates, riskhistory.MitigationLT(*i.MitigationLT)) - } - if i.MitigationLTE != nil { - predicates = append(predicates, riskhistory.MitigationLTE(*i.MitigationLTE)) - } if i.MitigationContains != nil { predicates = append(predicates, riskhistory.MitigationContains(*i.MitigationContains)) } @@ -62887,18 +48229,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, riskhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, riskhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, riskhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, riskhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, riskhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, riskhistory.DetailsContains(*i.DetailsContains)) } @@ -62932,18 +48262,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.BusinessCostsNotIn) > 0 { predicates = append(predicates, riskhistory.BusinessCostsNotIn(i.BusinessCostsNotIn...)) } - if i.BusinessCostsGT != nil { - predicates = append(predicates, riskhistory.BusinessCostsGT(*i.BusinessCostsGT)) - } - if i.BusinessCostsGTE != nil { - predicates = append(predicates, riskhistory.BusinessCostsGTE(*i.BusinessCostsGTE)) - } - if i.BusinessCostsLT != nil { - predicates = append(predicates, riskhistory.BusinessCostsLT(*i.BusinessCostsLT)) - } - if i.BusinessCostsLTE != nil { - predicates = append(predicates, riskhistory.BusinessCostsLTE(*i.BusinessCostsLTE)) - } if i.BusinessCostsContains != nil { predicates = append(predicates, riskhistory.BusinessCostsContains(*i.BusinessCostsContains)) } @@ -62977,18 +48295,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.StakeholderIDNotIn) > 0 { predicates = append(predicates, riskhistory.StakeholderIDNotIn(i.StakeholderIDNotIn...)) } - if i.StakeholderIDGT != nil { - predicates = append(predicates, riskhistory.StakeholderIDGT(*i.StakeholderIDGT)) - } - if i.StakeholderIDGTE != nil { - predicates = append(predicates, riskhistory.StakeholderIDGTE(*i.StakeholderIDGTE)) - } - if i.StakeholderIDLT != nil { - predicates = append(predicates, riskhistory.StakeholderIDLT(*i.StakeholderIDLT)) - } - if i.StakeholderIDLTE != nil { - predicates = append(predicates, riskhistory.StakeholderIDLTE(*i.StakeholderIDLTE)) - } if i.StakeholderIDContains != nil { predicates = append(predicates, riskhistory.StakeholderIDContains(*i.StakeholderIDContains)) } @@ -63022,18 +48328,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, riskhistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, riskhistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, riskhistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, riskhistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, riskhistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, riskhistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -63058,15 +48352,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.MitigatedAt != nil { predicates = append(predicates, riskhistory.MitigatedAtEQ(*i.MitigatedAt)) } - if i.MitigatedAtNEQ != nil { - predicates = append(predicates, riskhistory.MitigatedAtNEQ(*i.MitigatedAtNEQ)) - } - if len(i.MitigatedAtIn) > 0 { - predicates = append(predicates, riskhistory.MitigatedAtIn(i.MitigatedAtIn...)) - } - if len(i.MitigatedAtNotIn) > 0 { - predicates = append(predicates, riskhistory.MitigatedAtNotIn(i.MitigatedAtNotIn...)) - } if i.MitigatedAtGT != nil { predicates = append(predicates, riskhistory.MitigatedAtGT(*i.MitigatedAtGT)) } @@ -63100,15 +48385,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.LastReviewedAt != nil { predicates = append(predicates, riskhistory.LastReviewedAtEQ(*i.LastReviewedAt)) } - if i.LastReviewedAtNEQ != nil { - predicates = append(predicates, riskhistory.LastReviewedAtNEQ(*i.LastReviewedAtNEQ)) - } - if len(i.LastReviewedAtIn) > 0 { - predicates = append(predicates, riskhistory.LastReviewedAtIn(i.LastReviewedAtIn...)) - } - if len(i.LastReviewedAtNotIn) > 0 { - predicates = append(predicates, riskhistory.LastReviewedAtNotIn(i.LastReviewedAtNotIn...)) - } if i.LastReviewedAtGT != nil { predicates = append(predicates, riskhistory.LastReviewedAtGT(*i.LastReviewedAtGT)) } @@ -63148,15 +48424,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.DueDate != nil { predicates = append(predicates, riskhistory.DueDateEQ(*i.DueDate)) } - if i.DueDateNEQ != nil { - predicates = append(predicates, riskhistory.DueDateNEQ(*i.DueDateNEQ)) - } - if len(i.DueDateIn) > 0 { - predicates = append(predicates, riskhistory.DueDateIn(i.DueDateIn...)) - } - if len(i.DueDateNotIn) > 0 { - predicates = append(predicates, riskhistory.DueDateNotIn(i.DueDateNotIn...)) - } if i.DueDateGT != nil { predicates = append(predicates, riskhistory.DueDateGT(*i.DueDateGT)) } @@ -63178,15 +48445,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.NextReviewDueAt != nil { predicates = append(predicates, riskhistory.NextReviewDueAtEQ(*i.NextReviewDueAt)) } - if i.NextReviewDueAtNEQ != nil { - predicates = append(predicates, riskhistory.NextReviewDueAtNEQ(*i.NextReviewDueAtNEQ)) - } - if len(i.NextReviewDueAtIn) > 0 { - predicates = append(predicates, riskhistory.NextReviewDueAtIn(i.NextReviewDueAtIn...)) - } - if len(i.NextReviewDueAtNotIn) > 0 { - predicates = append(predicates, riskhistory.NextReviewDueAtNotIn(i.NextReviewDueAtNotIn...)) - } if i.NextReviewDueAtGT != nil { predicates = append(predicates, riskhistory.NextReviewDueAtGT(*i.NextReviewDueAtGT)) } @@ -63211,12 +48469,6 @@ func (i *RiskHistoryWhereInput) P() (predicate.RiskHistory, error) { if i.ResidualScoreNEQ != nil { predicates = append(predicates, riskhistory.ResidualScoreNEQ(*i.ResidualScoreNEQ)) } - if len(i.ResidualScoreIn) > 0 { - predicates = append(predicates, riskhistory.ResidualScoreIn(i.ResidualScoreIn...)) - } - if len(i.ResidualScoreNotIn) > 0 { - predicates = append(predicates, riskhistory.ResidualScoreNotIn(i.ResidualScoreNotIn...)) - } if i.ResidualScoreGT != nil { predicates = append(predicates, riskhistory.ResidualScoreGT(*i.ResidualScoreGT)) } @@ -63283,32 +48535,21 @@ type SLADefinitionHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -63324,38 +48565,28 @@ type SLADefinitionHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -63369,10 +48600,6 @@ type SLADefinitionHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -63386,10 +48613,6 @@ type SLADefinitionHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -63403,10 +48626,6 @@ type SLADefinitionHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -63418,10 +48637,6 @@ type SLADefinitionHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -63431,14 +48646,12 @@ type SLADefinitionHistoryWhereInput struct { OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // "sla_days" field predicates. - SLADays *int `json:"slaDays,omitempty"` - SLADaysNEQ *int `json:"slaDaysNEQ,omitempty"` - SLADaysIn []int `json:"slaDaysIn,omitempty"` - SLADaysNotIn []int `json:"slaDaysNotIn,omitempty"` - SLADaysGT *int `json:"slaDaysGT,omitempty"` - SLADaysGTE *int `json:"slaDaysGTE,omitempty"` - SLADaysLT *int `json:"slaDaysLT,omitempty"` - SLADaysLTE *int `json:"slaDaysLTE,omitempty"` + SLADays *int `json:"slaDays,omitempty"` + SLADaysNEQ *int `json:"slaDaysNEQ,omitempty"` + SLADaysGT *int `json:"slaDaysGT,omitempty"` + SLADaysGTE *int `json:"slaDaysGTE,omitempty"` + SLADaysLT *int `json:"slaDaysLT,omitempty"` + SLADaysLTE *int `json:"slaDaysLTE,omitempty"` // "security_level" field predicates. SecurityLevel *enums.SecurityLevel `json:"securityLevel,omitempty"` @@ -63533,18 +48746,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.IDNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, sladefinitionhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, sladefinitionhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, sladefinitionhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, sladefinitionhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, sladefinitionhistory.IDEqualFold(*i.IDEqualFold)) } @@ -63554,15 +48755,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if i.HistoryTime != nil { predicates = append(predicates, sladefinitionhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, sladefinitionhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, sladefinitionhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, sladefinitionhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, sladefinitionhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -63587,18 +48779,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.RefNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, sladefinitionhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, sladefinitionhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, sladefinitionhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, sladefinitionhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, sladefinitionhistory.RefContains(*i.RefContains)) } @@ -63635,15 +48815,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if i.CreatedAt != nil { predicates = append(predicates, sladefinitionhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, sladefinitionhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, sladefinitionhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, sladefinitionhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, sladefinitionhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -63665,15 +48836,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if i.UpdatedAt != nil { predicates = append(predicates, sladefinitionhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, sladefinitionhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, sladefinitionhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, sladefinitionhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -63704,18 +48866,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, sladefinitionhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, sladefinitionhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, sladefinitionhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, sladefinitionhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, sladefinitionhistory.CreatedByContains(*i.CreatedByContains)) } @@ -63749,18 +48899,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, sladefinitionhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -63794,18 +48932,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, sladefinitionhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -63839,18 +48965,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, sladefinitionhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, sladefinitionhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, sladefinitionhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, sladefinitionhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, sladefinitionhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -63878,18 +48992,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, sladefinitionhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, sladefinitionhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, sladefinitionhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, sladefinitionhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, sladefinitionhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, sladefinitionhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -63917,12 +49019,6 @@ func (i *SLADefinitionHistoryWhereInput) P() (predicate.SLADefinitionHistory, er if i.SLADaysNEQ != nil { predicates = append(predicates, sladefinitionhistory.SLADaysNEQ(*i.SLADaysNEQ)) } - if len(i.SLADaysIn) > 0 { - predicates = append(predicates, sladefinitionhistory.SLADaysIn(i.SLADaysIn...)) - } - if len(i.SLADaysNotIn) > 0 { - predicates = append(predicates, sladefinitionhistory.SLADaysNotIn(i.SLADaysNotIn...)) - } if i.SLADaysGT != nil { predicates = append(predicates, sladefinitionhistory.SLADaysGT(*i.SLADaysGT)) } @@ -63977,32 +49073,21 @@ type ScheduledJobHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -64018,38 +49103,28 @@ type ScheduledJobHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -64063,10 +49138,6 @@ type ScheduledJobHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -64080,10 +49151,6 @@ type ScheduledJobHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -64097,10 +49164,6 @@ type ScheduledJobHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -64112,10 +49175,6 @@ type ScheduledJobHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -64129,10 +49188,6 @@ type ScheduledJobHistoryWhereInput struct { JobIDNEQ *string `json:"jobIDNEQ,omitempty"` JobIDIn []string `json:"jobIDIn,omitempty"` JobIDNotIn []string `json:"jobIDNotIn,omitempty"` - JobIDGT *string `json:"jobIDGT,omitempty"` - JobIDGTE *string `json:"jobIDGTE,omitempty"` - JobIDLT *string `json:"jobIDLT,omitempty"` - JobIDLTE *string `json:"jobIDLTE,omitempty"` JobIDContains *string `json:"jobIDContains,omitempty"` JobIDHasPrefix *string `json:"jobIDHasPrefix,omitempty"` JobIDHasSuffix *string `json:"jobIDHasSuffix,omitempty"` @@ -64148,10 +49203,6 @@ type ScheduledJobHistoryWhereInput struct { JobRunnerIDNEQ *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIDGT *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIDGTE *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIDLT *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIDLTE *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -64244,18 +49295,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, scheduledjobhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, scheduledjobhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, scheduledjobhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, scheduledjobhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, scheduledjobhistory.IDEqualFold(*i.IDEqualFold)) } @@ -64265,15 +49304,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if i.HistoryTime != nil { predicates = append(predicates, scheduledjobhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, scheduledjobhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, scheduledjobhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, scheduledjobhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, scheduledjobhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -64298,18 +49328,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, scheduledjobhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, scheduledjobhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, scheduledjobhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, scheduledjobhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, scheduledjobhistory.RefContains(*i.RefContains)) } @@ -64346,15 +49364,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if i.CreatedAt != nil { predicates = append(predicates, scheduledjobhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, scheduledjobhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, scheduledjobhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjobhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, scheduledjobhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -64376,15 +49385,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, scheduledjobhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, scheduledjobhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, scheduledjobhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, scheduledjobhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -64415,18 +49415,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, scheduledjobhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, scheduledjobhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, scheduledjobhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, scheduledjobhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, scheduledjobhistory.CreatedByContains(*i.CreatedByContains)) } @@ -64460,18 +49448,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, scheduledjobhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -64505,18 +49481,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, scheduledjobhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -64550,18 +49514,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, scheduledjobhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, scheduledjobhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, scheduledjobhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, scheduledjobhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, scheduledjobhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -64589,18 +49541,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, scheduledjobhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, scheduledjobhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, scheduledjobhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, scheduledjobhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, scheduledjobhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -64634,18 +49574,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.JobIDNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.JobIDNotIn(i.JobIDNotIn...)) } - if i.JobIDGT != nil { - predicates = append(predicates, scheduledjobhistory.JobIDGT(*i.JobIDGT)) - } - if i.JobIDGTE != nil { - predicates = append(predicates, scheduledjobhistory.JobIDGTE(*i.JobIDGTE)) - } - if i.JobIDLT != nil { - predicates = append(predicates, scheduledjobhistory.JobIDLT(*i.JobIDLT)) - } - if i.JobIDLTE != nil { - predicates = append(predicates, scheduledjobhistory.JobIDLTE(*i.JobIDLTE)) - } if i.JobIDContains != nil { predicates = append(predicates, scheduledjobhistory.JobIDContains(*i.JobIDContains)) } @@ -64679,18 +49607,6 @@ func (i *ScheduledJobHistoryWhereInput) P() (predicate.ScheduledJobHistory, erro if len(i.JobRunnerIDNotIn) > 0 { predicates = append(predicates, scheduledjobhistory.JobRunnerIDNotIn(i.JobRunnerIDNotIn...)) } - if i.JobRunnerIDGT != nil { - predicates = append(predicates, scheduledjobhistory.JobRunnerIDGT(*i.JobRunnerIDGT)) - } - if i.JobRunnerIDGTE != nil { - predicates = append(predicates, scheduledjobhistory.JobRunnerIDGTE(*i.JobRunnerIDGTE)) - } - if i.JobRunnerIDLT != nil { - predicates = append(predicates, scheduledjobhistory.JobRunnerIDLT(*i.JobRunnerIDLT)) - } - if i.JobRunnerIDLTE != nil { - predicates = append(predicates, scheduledjobhistory.JobRunnerIDLTE(*i.JobRunnerIDLTE)) - } if i.JobRunnerIDContains != nil { predicates = append(predicates, scheduledjobhistory.JobRunnerIDContains(*i.JobRunnerIDContains)) } @@ -64735,32 +49651,21 @@ type StandardHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -64776,38 +49681,28 @@ type StandardHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -64821,10 +49716,6 @@ type StandardHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -64838,10 +49729,6 @@ type StandardHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -64855,10 +49742,6 @@ type StandardHistoryWhereInput struct { RevisionNEQ *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGT *string `json:"revisionGT,omitempty"` - RevisionGTE *string `json:"revisionGTE,omitempty"` - RevisionLT *string `json:"revisionLT,omitempty"` - RevisionLTE *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -64872,10 +49755,6 @@ type StandardHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -64895,10 +49774,6 @@ type StandardHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -64912,10 +49787,6 @@ type StandardHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -64929,10 +49800,6 @@ type StandardHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -64944,10 +49811,6 @@ type StandardHistoryWhereInput struct { ShortNameNEQ *string `json:"shortNameNEQ,omitempty"` ShortNameIn []string `json:"shortNameIn,omitempty"` ShortNameNotIn []string `json:"shortNameNotIn,omitempty"` - ShortNameGT *string `json:"shortNameGT,omitempty"` - ShortNameGTE *string `json:"shortNameGTE,omitempty"` - ShortNameLT *string `json:"shortNameLT,omitempty"` - ShortNameLTE *string `json:"shortNameLTE,omitempty"` ShortNameContains *string `json:"shortNameContains,omitempty"` ShortNameHasPrefix *string `json:"shortNameHasPrefix,omitempty"` ShortNameHasSuffix *string `json:"shortNameHasSuffix,omitempty"` @@ -64961,10 +49824,6 @@ type StandardHistoryWhereInput struct { FrameworkNEQ *string `json:"frameworkNEQ,omitempty"` FrameworkIn []string `json:"frameworkIn,omitempty"` FrameworkNotIn []string `json:"frameworkNotIn,omitempty"` - FrameworkGT *string `json:"frameworkGT,omitempty"` - FrameworkGTE *string `json:"frameworkGTE,omitempty"` - FrameworkLT *string `json:"frameworkLT,omitempty"` - FrameworkLTE *string `json:"frameworkLTE,omitempty"` FrameworkContains *string `json:"frameworkContains,omitempty"` FrameworkHasPrefix *string `json:"frameworkHasPrefix,omitempty"` FrameworkHasSuffix *string `json:"frameworkHasSuffix,omitempty"` @@ -64978,10 +49837,6 @@ type StandardHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -64995,10 +49850,6 @@ type StandardHistoryWhereInput struct { GoverningBodyLogoURLNEQ *string `json:"governingBodyLogoURLNEQ,omitempty"` GoverningBodyLogoURLIn []string `json:"governingBodyLogoURLIn,omitempty"` GoverningBodyLogoURLNotIn []string `json:"governingBodyLogoURLNotIn,omitempty"` - GoverningBodyLogoURLGT *string `json:"governingBodyLogoURLGT,omitempty"` - GoverningBodyLogoURLGTE *string `json:"governingBodyLogoURLGTE,omitempty"` - GoverningBodyLogoURLLT *string `json:"governingBodyLogoURLLT,omitempty"` - GoverningBodyLogoURLLTE *string `json:"governingBodyLogoURLLTE,omitempty"` GoverningBodyLogoURLContains *string `json:"governingBodyLogoURLContains,omitempty"` GoverningBodyLogoURLHasPrefix *string `json:"governingBodyLogoURLHasPrefix,omitempty"` GoverningBodyLogoURLHasSuffix *string `json:"governingBodyLogoURLHasSuffix,omitempty"` @@ -65012,10 +49863,6 @@ type StandardHistoryWhereInput struct { GoverningBodyNEQ *string `json:"governingBodyNEQ,omitempty"` GoverningBodyIn []string `json:"governingBodyIn,omitempty"` GoverningBodyNotIn []string `json:"governingBodyNotIn,omitempty"` - GoverningBodyGT *string `json:"governingBodyGT,omitempty"` - GoverningBodyGTE *string `json:"governingBodyGTE,omitempty"` - GoverningBodyLT *string `json:"governingBodyLT,omitempty"` - GoverningBodyLTE *string `json:"governingBodyLTE,omitempty"` GoverningBodyContains *string `json:"governingBodyContains,omitempty"` GoverningBodyHasPrefix *string `json:"governingBodyHasPrefix,omitempty"` GoverningBodyHasSuffix *string `json:"governingBodyHasSuffix,omitempty"` @@ -65029,10 +49876,6 @@ type StandardHistoryWhereInput struct { LinkNEQ *string `json:"linkNEQ,omitempty"` LinkIn []string `json:"linkIn,omitempty"` LinkNotIn []string `json:"linkNotIn,omitempty"` - LinkGT *string `json:"linkGT,omitempty"` - LinkGTE *string `json:"linkGTE,omitempty"` - LinkLT *string `json:"linkLT,omitempty"` - LinkLTE *string `json:"linkLTE,omitempty"` LinkContains *string `json:"linkContains,omitempty"` LinkHasPrefix *string `json:"linkHasPrefix,omitempty"` LinkHasSuffix *string `json:"linkHasSuffix,omitempty"` @@ -65066,10 +49909,6 @@ type StandardHistoryWhereInput struct { StandardTypeNEQ *string `json:"standardTypeNEQ,omitempty"` StandardTypeIn []string `json:"standardTypeIn,omitempty"` StandardTypeNotIn []string `json:"standardTypeNotIn,omitempty"` - StandardTypeGT *string `json:"standardTypeGT,omitempty"` - StandardTypeGTE *string `json:"standardTypeGTE,omitempty"` - StandardTypeLT *string `json:"standardTypeLT,omitempty"` - StandardTypeLTE *string `json:"standardTypeLTE,omitempty"` StandardTypeContains *string `json:"standardTypeContains,omitempty"` StandardTypeHasPrefix *string `json:"standardTypeHasPrefix,omitempty"` StandardTypeHasSuffix *string `json:"standardTypeHasSuffix,omitempty"` @@ -65083,10 +49922,6 @@ type StandardHistoryWhereInput struct { VersionNEQ *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGT *string `json:"versionGT,omitempty"` - VersionGTE *string `json:"versionGTE,omitempty"` - VersionLT *string `json:"versionLT,omitempty"` - VersionLTE *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -65100,10 +49935,6 @@ type StandardHistoryWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -65202,18 +50033,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, standardhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, standardhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, standardhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, standardhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, standardhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, standardhistory.IDEqualFold(*i.IDEqualFold)) } @@ -65223,15 +50042,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, standardhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, standardhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, standardhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, standardhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, standardhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -65256,18 +50066,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, standardhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, standardhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, standardhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, standardhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, standardhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, standardhistory.RefContains(*i.RefContains)) } @@ -65304,15 +50102,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, standardhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, standardhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, standardhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, standardhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, standardhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -65334,15 +50123,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, standardhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, standardhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, standardhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, standardhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, standardhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -65373,18 +50153,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, standardhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, standardhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, standardhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, standardhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, standardhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, standardhistory.CreatedByContains(*i.CreatedByContains)) } @@ -65418,18 +50186,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, standardhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, standardhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, standardhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, standardhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, standardhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, standardhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -65463,18 +50219,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, standardhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, standardhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, standardhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, standardhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, standardhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, standardhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -65508,18 +50252,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.RevisionNotIn) > 0 { predicates = append(predicates, standardhistory.RevisionNotIn(i.RevisionNotIn...)) } - if i.RevisionGT != nil { - predicates = append(predicates, standardhistory.RevisionGT(*i.RevisionGT)) - } - if i.RevisionGTE != nil { - predicates = append(predicates, standardhistory.RevisionGTE(*i.RevisionGTE)) - } - if i.RevisionLT != nil { - predicates = append(predicates, standardhistory.RevisionLT(*i.RevisionLT)) - } - if i.RevisionLTE != nil { - predicates = append(predicates, standardhistory.RevisionLTE(*i.RevisionLTE)) - } if i.RevisionContains != nil { predicates = append(predicates, standardhistory.RevisionContains(*i.RevisionContains)) } @@ -65553,18 +50285,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, standardhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, standardhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, standardhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, standardhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, standardhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, standardhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -65610,18 +50330,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, standardhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, standardhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, standardhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, standardhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, standardhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, standardhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -65655,18 +50363,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, standardhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, standardhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, standardhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, standardhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, standardhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, standardhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -65700,18 +50396,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, standardhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, standardhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, standardhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, standardhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, standardhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, standardhistory.NameContains(*i.NameContains)) } @@ -65739,18 +50423,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.ShortNameNotIn) > 0 { predicates = append(predicates, standardhistory.ShortNameNotIn(i.ShortNameNotIn...)) } - if i.ShortNameGT != nil { - predicates = append(predicates, standardhistory.ShortNameGT(*i.ShortNameGT)) - } - if i.ShortNameGTE != nil { - predicates = append(predicates, standardhistory.ShortNameGTE(*i.ShortNameGTE)) - } - if i.ShortNameLT != nil { - predicates = append(predicates, standardhistory.ShortNameLT(*i.ShortNameLT)) - } - if i.ShortNameLTE != nil { - predicates = append(predicates, standardhistory.ShortNameLTE(*i.ShortNameLTE)) - } if i.ShortNameContains != nil { predicates = append(predicates, standardhistory.ShortNameContains(*i.ShortNameContains)) } @@ -65784,18 +50456,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.FrameworkNotIn) > 0 { predicates = append(predicates, standardhistory.FrameworkNotIn(i.FrameworkNotIn...)) } - if i.FrameworkGT != nil { - predicates = append(predicates, standardhistory.FrameworkGT(*i.FrameworkGT)) - } - if i.FrameworkGTE != nil { - predicates = append(predicates, standardhistory.FrameworkGTE(*i.FrameworkGTE)) - } - if i.FrameworkLT != nil { - predicates = append(predicates, standardhistory.FrameworkLT(*i.FrameworkLT)) - } - if i.FrameworkLTE != nil { - predicates = append(predicates, standardhistory.FrameworkLTE(*i.FrameworkLTE)) - } if i.FrameworkContains != nil { predicates = append(predicates, standardhistory.FrameworkContains(*i.FrameworkContains)) } @@ -65829,18 +50489,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, standardhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, standardhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, standardhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, standardhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, standardhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, standardhistory.DescriptionContains(*i.DescriptionContains)) } @@ -65874,18 +50522,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.GoverningBodyLogoURLNotIn) > 0 { predicates = append(predicates, standardhistory.GoverningBodyLogoURLNotIn(i.GoverningBodyLogoURLNotIn...)) } - if i.GoverningBodyLogoURLGT != nil { - predicates = append(predicates, standardhistory.GoverningBodyLogoURLGT(*i.GoverningBodyLogoURLGT)) - } - if i.GoverningBodyLogoURLGTE != nil { - predicates = append(predicates, standardhistory.GoverningBodyLogoURLGTE(*i.GoverningBodyLogoURLGTE)) - } - if i.GoverningBodyLogoURLLT != nil { - predicates = append(predicates, standardhistory.GoverningBodyLogoURLLT(*i.GoverningBodyLogoURLLT)) - } - if i.GoverningBodyLogoURLLTE != nil { - predicates = append(predicates, standardhistory.GoverningBodyLogoURLLTE(*i.GoverningBodyLogoURLLTE)) - } if i.GoverningBodyLogoURLContains != nil { predicates = append(predicates, standardhistory.GoverningBodyLogoURLContains(*i.GoverningBodyLogoURLContains)) } @@ -65919,18 +50555,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.GoverningBodyNotIn) > 0 { predicates = append(predicates, standardhistory.GoverningBodyNotIn(i.GoverningBodyNotIn...)) } - if i.GoverningBodyGT != nil { - predicates = append(predicates, standardhistory.GoverningBodyGT(*i.GoverningBodyGT)) - } - if i.GoverningBodyGTE != nil { - predicates = append(predicates, standardhistory.GoverningBodyGTE(*i.GoverningBodyGTE)) - } - if i.GoverningBodyLT != nil { - predicates = append(predicates, standardhistory.GoverningBodyLT(*i.GoverningBodyLT)) - } - if i.GoverningBodyLTE != nil { - predicates = append(predicates, standardhistory.GoverningBodyLTE(*i.GoverningBodyLTE)) - } if i.GoverningBodyContains != nil { predicates = append(predicates, standardhistory.GoverningBodyContains(*i.GoverningBodyContains)) } @@ -65964,18 +50588,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.LinkNotIn) > 0 { predicates = append(predicates, standardhistory.LinkNotIn(i.LinkNotIn...)) } - if i.LinkGT != nil { - predicates = append(predicates, standardhistory.LinkGT(*i.LinkGT)) - } - if i.LinkGTE != nil { - predicates = append(predicates, standardhistory.LinkGTE(*i.LinkGTE)) - } - if i.LinkLT != nil { - predicates = append(predicates, standardhistory.LinkLT(*i.LinkLT)) - } - if i.LinkLTE != nil { - predicates = append(predicates, standardhistory.LinkLTE(*i.LinkLTE)) - } if i.LinkContains != nil { predicates = append(predicates, standardhistory.LinkContains(*i.LinkContains)) } @@ -66051,18 +50663,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.StandardTypeNotIn) > 0 { predicates = append(predicates, standardhistory.StandardTypeNotIn(i.StandardTypeNotIn...)) } - if i.StandardTypeGT != nil { - predicates = append(predicates, standardhistory.StandardTypeGT(*i.StandardTypeGT)) - } - if i.StandardTypeGTE != nil { - predicates = append(predicates, standardhistory.StandardTypeGTE(*i.StandardTypeGTE)) - } - if i.StandardTypeLT != nil { - predicates = append(predicates, standardhistory.StandardTypeLT(*i.StandardTypeLT)) - } - if i.StandardTypeLTE != nil { - predicates = append(predicates, standardhistory.StandardTypeLTE(*i.StandardTypeLTE)) - } if i.StandardTypeContains != nil { predicates = append(predicates, standardhistory.StandardTypeContains(*i.StandardTypeContains)) } @@ -66096,18 +50696,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.VersionNotIn) > 0 { predicates = append(predicates, standardhistory.VersionNotIn(i.VersionNotIn...)) } - if i.VersionGT != nil { - predicates = append(predicates, standardhistory.VersionGT(*i.VersionGT)) - } - if i.VersionGTE != nil { - predicates = append(predicates, standardhistory.VersionGTE(*i.VersionGTE)) - } - if i.VersionLT != nil { - predicates = append(predicates, standardhistory.VersionLT(*i.VersionLT)) - } - if i.VersionLTE != nil { - predicates = append(predicates, standardhistory.VersionLTE(*i.VersionLTE)) - } if i.VersionContains != nil { predicates = append(predicates, standardhistory.VersionContains(*i.VersionContains)) } @@ -66141,18 +50729,6 @@ func (i *StandardHistoryWhereInput) P() (predicate.StandardHistory, error) { if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, standardhistory.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, standardhistory.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, standardhistory.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, standardhistory.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, standardhistory.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, standardhistory.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -66211,32 +50787,21 @@ type SubcontrolHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -66252,38 +50817,28 @@ type SubcontrolHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -66297,10 +50852,6 @@ type SubcontrolHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -66314,10 +50865,6 @@ type SubcontrolHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -66331,10 +50878,6 @@ type SubcontrolHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -66346,10 +50889,6 @@ type SubcontrolHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -66363,10 +50902,6 @@ type SubcontrolHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -66380,10 +50915,6 @@ type SubcontrolHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -66397,10 +50928,6 @@ type SubcontrolHistoryWhereInput struct { ReferenceIDNEQ *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIDGT *string `json:"referenceIDGT,omitempty"` - ReferenceIDGTE *string `json:"referenceIDGTE,omitempty"` - ReferenceIDLT *string `json:"referenceIDLT,omitempty"` - ReferenceIDLTE *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -66414,10 +50941,6 @@ type SubcontrolHistoryWhereInput struct { AuditorReferenceIDNEQ *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIDGT *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIDGTE *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIDLT *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIDLTE *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -66431,10 +50954,6 @@ type SubcontrolHistoryWhereInput struct { ResponsiblePartyIDNEQ *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIDGT *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIDGTE *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIDLT *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIDLTE *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -66464,10 +50983,6 @@ type SubcontrolHistoryWhereInput struct { ImplementationDescriptionNEQ *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGT *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGTE *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLT *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLTE *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -66481,10 +50996,6 @@ type SubcontrolHistoryWhereInput struct { PublicRepresentationNEQ *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGT *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGTE *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLT *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLTE *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -66506,10 +51017,6 @@ type SubcontrolHistoryWhereInput struct { SourceNameNEQ *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGT *string `json:"sourceNameGT,omitempty"` - SourceNameGTE *string `json:"sourceNameGTE,omitempty"` - SourceNameLT *string `json:"sourceNameLT,omitempty"` - SourceNameLTE *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -66523,10 +51030,6 @@ type SubcontrolHistoryWhereInput struct { ReferenceFrameworkNEQ *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGT *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGTE *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLT *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLTE *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -66540,10 +51043,6 @@ type SubcontrolHistoryWhereInput struct { ReferenceFrameworkRevisionNEQ *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGT *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGTE *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLT *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLTE *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -66557,10 +51056,6 @@ type SubcontrolHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -66574,10 +51069,6 @@ type SubcontrolHistoryWhereInput struct { CategoryIDNEQ *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIDGT *string `json:"categoryIDGT,omitempty"` - CategoryIDGTE *string `json:"categoryIDGTE,omitempty"` - CategoryIDLT *string `json:"categoryIDLT,omitempty"` - CategoryIDLTE *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -66591,10 +51082,6 @@ type SubcontrolHistoryWhereInput struct { SubcategoryNEQ *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGT *string `json:"subcategoryGT,omitempty"` - SubcategoryGTE *string `json:"subcategoryGTE,omitempty"` - SubcategoryLT *string `json:"subcategoryLT,omitempty"` - SubcategoryLTE *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -66608,10 +51095,6 @@ type SubcontrolHistoryWhereInput struct { ControlOwnerIDNEQ *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIDGT *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIDGTE *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIDLT *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIDLTE *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -66625,10 +51108,6 @@ type SubcontrolHistoryWhereInput struct { DelegateIDNEQ *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIDGT *string `json:"delegateIDGT,omitempty"` - DelegateIDGTE *string `json:"delegateIDGTE,omitempty"` - DelegateIDLT *string `json:"delegateIDLT,omitempty"` - DelegateIDLTE *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -66642,10 +51121,6 @@ type SubcontrolHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -66665,10 +51140,6 @@ type SubcontrolHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -66682,10 +51153,6 @@ type SubcontrolHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -66699,10 +51166,6 @@ type SubcontrolHistoryWhereInput struct { SubcontrolKindNameNEQ *string `json:"subcontrolKindNameNEQ,omitempty"` SubcontrolKindNameIn []string `json:"subcontrolKindNameIn,omitempty"` SubcontrolKindNameNotIn []string `json:"subcontrolKindNameNotIn,omitempty"` - SubcontrolKindNameGT *string `json:"subcontrolKindNameGT,omitempty"` - SubcontrolKindNameGTE *string `json:"subcontrolKindNameGTE,omitempty"` - SubcontrolKindNameLT *string `json:"subcontrolKindNameLT,omitempty"` - SubcontrolKindNameLTE *string `json:"subcontrolKindNameLTE,omitempty"` SubcontrolKindNameContains *string `json:"subcontrolKindNameContains,omitempty"` SubcontrolKindNameHasPrefix *string `json:"subcontrolKindNameHasPrefix,omitempty"` SubcontrolKindNameHasSuffix *string `json:"subcontrolKindNameHasSuffix,omitempty"` @@ -66716,10 +51179,6 @@ type SubcontrolHistoryWhereInput struct { SubcontrolKindIDNEQ *string `json:"subcontrolKindIDNEQ,omitempty"` SubcontrolKindIDIn []string `json:"subcontrolKindIDIn,omitempty"` SubcontrolKindIDNotIn []string `json:"subcontrolKindIDNotIn,omitempty"` - SubcontrolKindIDGT *string `json:"subcontrolKindIDGT,omitempty"` - SubcontrolKindIDGTE *string `json:"subcontrolKindIDGTE,omitempty"` - SubcontrolKindIDLT *string `json:"subcontrolKindIDLT,omitempty"` - SubcontrolKindIDLTE *string `json:"subcontrolKindIDLTE,omitempty"` SubcontrolKindIDContains *string `json:"subcontrolKindIDContains,omitempty"` SubcontrolKindIDHasPrefix *string `json:"subcontrolKindIDHasPrefix,omitempty"` SubcontrolKindIDHasSuffix *string `json:"subcontrolKindIDHasSuffix,omitempty"` @@ -66739,10 +51198,6 @@ type SubcontrolHistoryWhereInput struct { RefCodeNEQ *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGT *string `json:"refCodeGT,omitempty"` - RefCodeGTE *string `json:"refCodeGTE,omitempty"` - RefCodeLT *string `json:"refCodeLT,omitempty"` - RefCodeLTE *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -66754,10 +51209,6 @@ type SubcontrolHistoryWhereInput struct { ControlIDNEQ *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIDGT *string `json:"controlIDGT,omitempty"` - ControlIDGTE *string `json:"controlIDGTE,omitempty"` - ControlIDLT *string `json:"controlIDLT,omitempty"` - ControlIDLTE *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -66860,18 +51311,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, subcontrolhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, subcontrolhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, subcontrolhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, subcontrolhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, subcontrolhistory.IDEqualFold(*i.IDEqualFold)) } @@ -66881,15 +51320,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, subcontrolhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, subcontrolhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, subcontrolhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, subcontrolhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, subcontrolhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -66914,18 +51344,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, subcontrolhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, subcontrolhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, subcontrolhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, subcontrolhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, subcontrolhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, subcontrolhistory.RefContains(*i.RefContains)) } @@ -66962,15 +51380,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, subcontrolhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, subcontrolhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, subcontrolhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, subcontrolhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, subcontrolhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -66992,15 +51401,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, subcontrolhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, subcontrolhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, subcontrolhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, subcontrolhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, subcontrolhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -67031,18 +51431,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, subcontrolhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, subcontrolhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, subcontrolhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, subcontrolhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, subcontrolhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, subcontrolhistory.CreatedByContains(*i.CreatedByContains)) } @@ -67076,18 +51464,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, subcontrolhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, subcontrolhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -67121,18 +51497,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, subcontrolhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -67166,18 +51530,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, subcontrolhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, subcontrolhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, subcontrolhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, subcontrolhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, subcontrolhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -67205,18 +51557,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, subcontrolhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, subcontrolhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, subcontrolhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, subcontrolhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, subcontrolhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -67250,18 +51590,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, subcontrolhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, subcontrolhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, subcontrolhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, subcontrolhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, subcontrolhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, subcontrolhistory.TitleContains(*i.TitleContains)) } @@ -67295,18 +51623,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, subcontrolhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, subcontrolhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, subcontrolhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, subcontrolhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, subcontrolhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, subcontrolhistory.DescriptionContains(*i.DescriptionContains)) } @@ -67340,18 +51656,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ReferenceIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ReferenceIDNotIn(i.ReferenceIDNotIn...)) } - if i.ReferenceIDGT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceIDGT(*i.ReferenceIDGT)) - } - if i.ReferenceIDGTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceIDGTE(*i.ReferenceIDGTE)) - } - if i.ReferenceIDLT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceIDLT(*i.ReferenceIDLT)) - } - if i.ReferenceIDLTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceIDLTE(*i.ReferenceIDLTE)) - } if i.ReferenceIDContains != nil { predicates = append(predicates, subcontrolhistory.ReferenceIDContains(*i.ReferenceIDContains)) } @@ -67385,18 +51689,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.AuditorReferenceIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.AuditorReferenceIDNotIn(i.AuditorReferenceIDNotIn...)) } - if i.AuditorReferenceIDGT != nil { - predicates = append(predicates, subcontrolhistory.AuditorReferenceIDGT(*i.AuditorReferenceIDGT)) - } - if i.AuditorReferenceIDGTE != nil { - predicates = append(predicates, subcontrolhistory.AuditorReferenceIDGTE(*i.AuditorReferenceIDGTE)) - } - if i.AuditorReferenceIDLT != nil { - predicates = append(predicates, subcontrolhistory.AuditorReferenceIDLT(*i.AuditorReferenceIDLT)) - } - if i.AuditorReferenceIDLTE != nil { - predicates = append(predicates, subcontrolhistory.AuditorReferenceIDLTE(*i.AuditorReferenceIDLTE)) - } if i.AuditorReferenceIDContains != nil { predicates = append(predicates, subcontrolhistory.AuditorReferenceIDContains(*i.AuditorReferenceIDContains)) } @@ -67430,18 +51722,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ResponsiblePartyIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDNotIn(i.ResponsiblePartyIDNotIn...)) } - if i.ResponsiblePartyIDGT != nil { - predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDGT(*i.ResponsiblePartyIDGT)) - } - if i.ResponsiblePartyIDGTE != nil { - predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDGTE(*i.ResponsiblePartyIDGTE)) - } - if i.ResponsiblePartyIDLT != nil { - predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDLT(*i.ResponsiblePartyIDLT)) - } - if i.ResponsiblePartyIDLTE != nil { - predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDLTE(*i.ResponsiblePartyIDLTE)) - } if i.ResponsiblePartyIDContains != nil { predicates = append(predicates, subcontrolhistory.ResponsiblePartyIDContains(*i.ResponsiblePartyIDContains)) } @@ -67511,18 +51791,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ImplementationDescriptionNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ImplementationDescriptionNotIn(i.ImplementationDescriptionNotIn...)) } - if i.ImplementationDescriptionGT != nil { - predicates = append(predicates, subcontrolhistory.ImplementationDescriptionGT(*i.ImplementationDescriptionGT)) - } - if i.ImplementationDescriptionGTE != nil { - predicates = append(predicates, subcontrolhistory.ImplementationDescriptionGTE(*i.ImplementationDescriptionGTE)) - } - if i.ImplementationDescriptionLT != nil { - predicates = append(predicates, subcontrolhistory.ImplementationDescriptionLT(*i.ImplementationDescriptionLT)) - } - if i.ImplementationDescriptionLTE != nil { - predicates = append(predicates, subcontrolhistory.ImplementationDescriptionLTE(*i.ImplementationDescriptionLTE)) - } if i.ImplementationDescriptionContains != nil { predicates = append(predicates, subcontrolhistory.ImplementationDescriptionContains(*i.ImplementationDescriptionContains)) } @@ -67556,18 +51824,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.PublicRepresentationNotIn) > 0 { predicates = append(predicates, subcontrolhistory.PublicRepresentationNotIn(i.PublicRepresentationNotIn...)) } - if i.PublicRepresentationGT != nil { - predicates = append(predicates, subcontrolhistory.PublicRepresentationGT(*i.PublicRepresentationGT)) - } - if i.PublicRepresentationGTE != nil { - predicates = append(predicates, subcontrolhistory.PublicRepresentationGTE(*i.PublicRepresentationGTE)) - } - if i.PublicRepresentationLT != nil { - predicates = append(predicates, subcontrolhistory.PublicRepresentationLT(*i.PublicRepresentationLT)) - } - if i.PublicRepresentationLTE != nil { - predicates = append(predicates, subcontrolhistory.PublicRepresentationLTE(*i.PublicRepresentationLTE)) - } if i.PublicRepresentationContains != nil { predicates = append(predicates, subcontrolhistory.PublicRepresentationContains(*i.PublicRepresentationContains)) } @@ -67619,18 +51875,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.SourceNameNotIn) > 0 { predicates = append(predicates, subcontrolhistory.SourceNameNotIn(i.SourceNameNotIn...)) } - if i.SourceNameGT != nil { - predicates = append(predicates, subcontrolhistory.SourceNameGT(*i.SourceNameGT)) - } - if i.SourceNameGTE != nil { - predicates = append(predicates, subcontrolhistory.SourceNameGTE(*i.SourceNameGTE)) - } - if i.SourceNameLT != nil { - predicates = append(predicates, subcontrolhistory.SourceNameLT(*i.SourceNameLT)) - } - if i.SourceNameLTE != nil { - predicates = append(predicates, subcontrolhistory.SourceNameLTE(*i.SourceNameLTE)) - } if i.SourceNameContains != nil { predicates = append(predicates, subcontrolhistory.SourceNameContains(*i.SourceNameContains)) } @@ -67664,18 +51908,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ReferenceFrameworkNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ReferenceFrameworkNotIn(i.ReferenceFrameworkNotIn...)) } - if i.ReferenceFrameworkGT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkGT(*i.ReferenceFrameworkGT)) - } - if i.ReferenceFrameworkGTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkGTE(*i.ReferenceFrameworkGTE)) - } - if i.ReferenceFrameworkLT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkLT(*i.ReferenceFrameworkLT)) - } - if i.ReferenceFrameworkLTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkLTE(*i.ReferenceFrameworkLTE)) - } if i.ReferenceFrameworkContains != nil { predicates = append(predicates, subcontrolhistory.ReferenceFrameworkContains(*i.ReferenceFrameworkContains)) } @@ -67709,18 +51941,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ReferenceFrameworkRevisionNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionNotIn(i.ReferenceFrameworkRevisionNotIn...)) } - if i.ReferenceFrameworkRevisionGT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionGT(*i.ReferenceFrameworkRevisionGT)) - } - if i.ReferenceFrameworkRevisionGTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionGTE(*i.ReferenceFrameworkRevisionGTE)) - } - if i.ReferenceFrameworkRevisionLT != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionLT(*i.ReferenceFrameworkRevisionLT)) - } - if i.ReferenceFrameworkRevisionLTE != nil { - predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionLTE(*i.ReferenceFrameworkRevisionLTE)) - } if i.ReferenceFrameworkRevisionContains != nil { predicates = append(predicates, subcontrolhistory.ReferenceFrameworkRevisionContains(*i.ReferenceFrameworkRevisionContains)) } @@ -67754,18 +51974,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.CategoryNotIn) > 0 { predicates = append(predicates, subcontrolhistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, subcontrolhistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, subcontrolhistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, subcontrolhistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, subcontrolhistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, subcontrolhistory.CategoryContains(*i.CategoryContains)) } @@ -67799,18 +52007,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.CategoryIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.CategoryIDNotIn(i.CategoryIDNotIn...)) } - if i.CategoryIDGT != nil { - predicates = append(predicates, subcontrolhistory.CategoryIDGT(*i.CategoryIDGT)) - } - if i.CategoryIDGTE != nil { - predicates = append(predicates, subcontrolhistory.CategoryIDGTE(*i.CategoryIDGTE)) - } - if i.CategoryIDLT != nil { - predicates = append(predicates, subcontrolhistory.CategoryIDLT(*i.CategoryIDLT)) - } - if i.CategoryIDLTE != nil { - predicates = append(predicates, subcontrolhistory.CategoryIDLTE(*i.CategoryIDLTE)) - } if i.CategoryIDContains != nil { predicates = append(predicates, subcontrolhistory.CategoryIDContains(*i.CategoryIDContains)) } @@ -67844,18 +52040,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.SubcategoryNotIn) > 0 { predicates = append(predicates, subcontrolhistory.SubcategoryNotIn(i.SubcategoryNotIn...)) } - if i.SubcategoryGT != nil { - predicates = append(predicates, subcontrolhistory.SubcategoryGT(*i.SubcategoryGT)) - } - if i.SubcategoryGTE != nil { - predicates = append(predicates, subcontrolhistory.SubcategoryGTE(*i.SubcategoryGTE)) - } - if i.SubcategoryLT != nil { - predicates = append(predicates, subcontrolhistory.SubcategoryLT(*i.SubcategoryLT)) - } - if i.SubcategoryLTE != nil { - predicates = append(predicates, subcontrolhistory.SubcategoryLTE(*i.SubcategoryLTE)) - } if i.SubcategoryContains != nil { predicates = append(predicates, subcontrolhistory.SubcategoryContains(*i.SubcategoryContains)) } @@ -67889,18 +52073,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ControlOwnerIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ControlOwnerIDNotIn(i.ControlOwnerIDNotIn...)) } - if i.ControlOwnerIDGT != nil { - predicates = append(predicates, subcontrolhistory.ControlOwnerIDGT(*i.ControlOwnerIDGT)) - } - if i.ControlOwnerIDGTE != nil { - predicates = append(predicates, subcontrolhistory.ControlOwnerIDGTE(*i.ControlOwnerIDGTE)) - } - if i.ControlOwnerIDLT != nil { - predicates = append(predicates, subcontrolhistory.ControlOwnerIDLT(*i.ControlOwnerIDLT)) - } - if i.ControlOwnerIDLTE != nil { - predicates = append(predicates, subcontrolhistory.ControlOwnerIDLTE(*i.ControlOwnerIDLTE)) - } if i.ControlOwnerIDContains != nil { predicates = append(predicates, subcontrolhistory.ControlOwnerIDContains(*i.ControlOwnerIDContains)) } @@ -67934,18 +52106,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.DelegateIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.DelegateIDNotIn(i.DelegateIDNotIn...)) } - if i.DelegateIDGT != nil { - predicates = append(predicates, subcontrolhistory.DelegateIDGT(*i.DelegateIDGT)) - } - if i.DelegateIDGTE != nil { - predicates = append(predicates, subcontrolhistory.DelegateIDGTE(*i.DelegateIDGTE)) - } - if i.DelegateIDLT != nil { - predicates = append(predicates, subcontrolhistory.DelegateIDLT(*i.DelegateIDLT)) - } - if i.DelegateIDLTE != nil { - predicates = append(predicates, subcontrolhistory.DelegateIDLTE(*i.DelegateIDLTE)) - } if i.DelegateIDContains != nil { predicates = append(predicates, subcontrolhistory.DelegateIDContains(*i.DelegateIDContains)) } @@ -67979,18 +52139,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, subcontrolhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, subcontrolhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, subcontrolhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, subcontrolhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, subcontrolhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -68036,18 +52184,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, subcontrolhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, subcontrolhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, subcontrolhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, subcontrolhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, subcontrolhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, subcontrolhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -68081,18 +52217,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, subcontrolhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, subcontrolhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, subcontrolhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, subcontrolhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, subcontrolhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -68126,18 +52250,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.SubcontrolKindNameNotIn) > 0 { predicates = append(predicates, subcontrolhistory.SubcontrolKindNameNotIn(i.SubcontrolKindNameNotIn...)) } - if i.SubcontrolKindNameGT != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindNameGT(*i.SubcontrolKindNameGT)) - } - if i.SubcontrolKindNameGTE != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindNameGTE(*i.SubcontrolKindNameGTE)) - } - if i.SubcontrolKindNameLT != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindNameLT(*i.SubcontrolKindNameLT)) - } - if i.SubcontrolKindNameLTE != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindNameLTE(*i.SubcontrolKindNameLTE)) - } if i.SubcontrolKindNameContains != nil { predicates = append(predicates, subcontrolhistory.SubcontrolKindNameContains(*i.SubcontrolKindNameContains)) } @@ -68171,18 +52283,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.SubcontrolKindIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.SubcontrolKindIDNotIn(i.SubcontrolKindIDNotIn...)) } - if i.SubcontrolKindIDGT != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindIDGT(*i.SubcontrolKindIDGT)) - } - if i.SubcontrolKindIDGTE != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindIDGTE(*i.SubcontrolKindIDGTE)) - } - if i.SubcontrolKindIDLT != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindIDLT(*i.SubcontrolKindIDLT)) - } - if i.SubcontrolKindIDLTE != nil { - predicates = append(predicates, subcontrolhistory.SubcontrolKindIDLTE(*i.SubcontrolKindIDLTE)) - } if i.SubcontrolKindIDContains != nil { predicates = append(predicates, subcontrolhistory.SubcontrolKindIDContains(*i.SubcontrolKindIDContains)) } @@ -68228,18 +52328,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.RefCodeNotIn) > 0 { predicates = append(predicates, subcontrolhistory.RefCodeNotIn(i.RefCodeNotIn...)) } - if i.RefCodeGT != nil { - predicates = append(predicates, subcontrolhistory.RefCodeGT(*i.RefCodeGT)) - } - if i.RefCodeGTE != nil { - predicates = append(predicates, subcontrolhistory.RefCodeGTE(*i.RefCodeGTE)) - } - if i.RefCodeLT != nil { - predicates = append(predicates, subcontrolhistory.RefCodeLT(*i.RefCodeLT)) - } - if i.RefCodeLTE != nil { - predicates = append(predicates, subcontrolhistory.RefCodeLTE(*i.RefCodeLTE)) - } if i.RefCodeContains != nil { predicates = append(predicates, subcontrolhistory.RefCodeContains(*i.RefCodeContains)) } @@ -68267,18 +52355,6 @@ func (i *SubcontrolHistoryWhereInput) P() (predicate.SubcontrolHistory, error) { if len(i.ControlIDNotIn) > 0 { predicates = append(predicates, subcontrolhistory.ControlIDNotIn(i.ControlIDNotIn...)) } - if i.ControlIDGT != nil { - predicates = append(predicates, subcontrolhistory.ControlIDGT(*i.ControlIDGT)) - } - if i.ControlIDGTE != nil { - predicates = append(predicates, subcontrolhistory.ControlIDGTE(*i.ControlIDGTE)) - } - if i.ControlIDLT != nil { - predicates = append(predicates, subcontrolhistory.ControlIDLT(*i.ControlIDLT)) - } - if i.ControlIDLTE != nil { - predicates = append(predicates, subcontrolhistory.ControlIDLTE(*i.ControlIDLTE)) - } if i.ControlIDContains != nil { predicates = append(predicates, subcontrolhistory.ControlIDContains(*i.ControlIDContains)) } @@ -68345,32 +52421,21 @@ type SubprocessorHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -68386,38 +52451,28 @@ type SubprocessorHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -68431,10 +52486,6 @@ type SubprocessorHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -68448,10 +52499,6 @@ type SubprocessorHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -68465,10 +52512,6 @@ type SubprocessorHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -68488,10 +52531,6 @@ type SubprocessorHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -68505,10 +52544,6 @@ type SubprocessorHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -68522,10 +52557,6 @@ type SubprocessorHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -68537,10 +52568,6 @@ type SubprocessorHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -68554,10 +52581,6 @@ type SubprocessorHistoryWhereInput struct { LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -68571,10 +52594,6 @@ type SubprocessorHistoryWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -68670,18 +52689,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, subprocessorhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, subprocessorhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, subprocessorhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, subprocessorhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, subprocessorhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, subprocessorhistory.IDEqualFold(*i.IDEqualFold)) } @@ -68691,15 +52698,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if i.HistoryTime != nil { predicates = append(predicates, subprocessorhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, subprocessorhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, subprocessorhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, subprocessorhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, subprocessorhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -68724,18 +52722,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, subprocessorhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, subprocessorhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, subprocessorhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, subprocessorhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, subprocessorhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, subprocessorhistory.RefContains(*i.RefContains)) } @@ -68772,15 +52758,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if i.CreatedAt != nil { predicates = append(predicates, subprocessorhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, subprocessorhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, subprocessorhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, subprocessorhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, subprocessorhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -68802,15 +52779,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, subprocessorhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, subprocessorhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, subprocessorhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, subprocessorhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, subprocessorhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -68841,18 +52809,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, subprocessorhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, subprocessorhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, subprocessorhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, subprocessorhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, subprocessorhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, subprocessorhistory.CreatedByContains(*i.CreatedByContains)) } @@ -68886,18 +52842,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, subprocessorhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, subprocessorhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -68931,18 +52875,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, subprocessorhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -68976,18 +52908,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, subprocessorhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, subprocessorhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, subprocessorhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, subprocessorhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, subprocessorhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, subprocessorhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -69033,18 +52953,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, subprocessorhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, subprocessorhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, subprocessorhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, subprocessorhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, subprocessorhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, subprocessorhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -69078,18 +52986,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, subprocessorhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, subprocessorhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, subprocessorhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, subprocessorhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, subprocessorhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, subprocessorhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -69123,18 +53019,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.NameNotIn) > 0 { predicates = append(predicates, subprocessorhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, subprocessorhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, subprocessorhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, subprocessorhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, subprocessorhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, subprocessorhistory.NameContains(*i.NameContains)) } @@ -69162,18 +53046,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, subprocessorhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, subprocessorhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, subprocessorhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, subprocessorhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, subprocessorhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, subprocessorhistory.DescriptionContains(*i.DescriptionContains)) } @@ -69207,18 +53079,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, subprocessorhistory.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, subprocessorhistory.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, subprocessorhistory.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, subprocessorhistory.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, subprocessorhistory.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, subprocessorhistory.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -69252,18 +53112,6 @@ func (i *SubprocessorHistoryWhereInput) P() (predicate.SubprocessorHistory, erro if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, subprocessorhistory.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, subprocessorhistory.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, subprocessorhistory.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, subprocessorhistory.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, subprocessorhistory.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, subprocessorhistory.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -69315,32 +53163,21 @@ type SystemDetailHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -69356,38 +53193,28 @@ type SystemDetailHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -69401,10 +53228,6 @@ type SystemDetailHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -69418,10 +53241,6 @@ type SystemDetailHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -69435,10 +53254,6 @@ type SystemDetailHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -69450,10 +53265,6 @@ type SystemDetailHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -69467,10 +53278,6 @@ type SystemDetailHistoryWhereInput struct { SystemNameNEQ *string `json:"systemNameNEQ,omitempty"` SystemNameIn []string `json:"systemNameIn,omitempty"` SystemNameNotIn []string `json:"systemNameNotIn,omitempty"` - SystemNameGT *string `json:"systemNameGT,omitempty"` - SystemNameGTE *string `json:"systemNameGTE,omitempty"` - SystemNameLT *string `json:"systemNameLT,omitempty"` - SystemNameLTE *string `json:"systemNameLTE,omitempty"` SystemNameContains *string `json:"systemNameContains,omitempty"` SystemNameHasPrefix *string `json:"systemNameHasPrefix,omitempty"` SystemNameHasSuffix *string `json:"systemNameHasSuffix,omitempty"` @@ -69482,10 +53289,6 @@ type SystemDetailHistoryWhereInput struct { VersionNEQ *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGT *string `json:"versionGT,omitempty"` - VersionGTE *string `json:"versionGTE,omitempty"` - VersionLT *string `json:"versionLT,omitempty"` - VersionLTE *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -69499,10 +53302,6 @@ type SystemDetailHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -69516,10 +53315,6 @@ type SystemDetailHistoryWhereInput struct { AuthorizationBoundaryNEQ *string `json:"authorizationBoundaryNEQ,omitempty"` AuthorizationBoundaryIn []string `json:"authorizationBoundaryIn,omitempty"` AuthorizationBoundaryNotIn []string `json:"authorizationBoundaryNotIn,omitempty"` - AuthorizationBoundaryGT *string `json:"authorizationBoundaryGT,omitempty"` - AuthorizationBoundaryGTE *string `json:"authorizationBoundaryGTE,omitempty"` - AuthorizationBoundaryLT *string `json:"authorizationBoundaryLT,omitempty"` - AuthorizationBoundaryLTE *string `json:"authorizationBoundaryLTE,omitempty"` AuthorizationBoundaryContains *string `json:"authorizationBoundaryContains,omitempty"` AuthorizationBoundaryHasPrefix *string `json:"authorizationBoundaryHasPrefix,omitempty"` AuthorizationBoundaryHasSuffix *string `json:"authorizationBoundaryHasSuffix,omitempty"` @@ -69537,16 +53332,13 @@ type SystemDetailHistoryWhereInput struct { SensitivityLevelNotNil bool `json:"sensitivityLevelNotNil,omitempty"` // "last_reviewed" field predicates. - LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` - LastReviewedNEQ *models.DateTime `json:"lastReviewedNEQ,omitempty"` - LastReviewedIn []models.DateTime `json:"lastReviewedIn,omitempty"` - LastReviewedNotIn []models.DateTime `json:"lastReviewedNotIn,omitempty"` - LastReviewedGT *models.DateTime `json:"lastReviewedGT,omitempty"` - LastReviewedGTE *models.DateTime `json:"lastReviewedGTE,omitempty"` - LastReviewedLT *models.DateTime `json:"lastReviewedLT,omitempty"` - LastReviewedLTE *models.DateTime `json:"lastReviewedLTE,omitempty"` - LastReviewedIsNil bool `json:"lastReviewedIsNil,omitempty"` - LastReviewedNotNil bool `json:"lastReviewedNotNil,omitempty"` + LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` + LastReviewedGT *models.DateTime `json:"lastReviewedGT,omitempty"` + LastReviewedGTE *models.DateTime `json:"lastReviewedGTE,omitempty"` + LastReviewedLT *models.DateTime `json:"lastReviewedLT,omitempty"` + LastReviewedLTE *models.DateTime `json:"lastReviewedLTE,omitempty"` + LastReviewedIsNil bool `json:"lastReviewedIsNil,omitempty"` + LastReviewedNotNil bool `json:"lastReviewedNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -69635,18 +53427,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.IDNotIn) > 0 { predicates = append(predicates, systemdetailhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, systemdetailhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, systemdetailhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, systemdetailhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, systemdetailhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, systemdetailhistory.IDEqualFold(*i.IDEqualFold)) } @@ -69656,15 +53436,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if i.HistoryTime != nil { predicates = append(predicates, systemdetailhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, systemdetailhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, systemdetailhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, systemdetailhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, systemdetailhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -69689,18 +53460,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.RefNotIn) > 0 { predicates = append(predicates, systemdetailhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, systemdetailhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, systemdetailhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, systemdetailhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, systemdetailhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, systemdetailhistory.RefContains(*i.RefContains)) } @@ -69737,15 +53496,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if i.CreatedAt != nil { predicates = append(predicates, systemdetailhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, systemdetailhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, systemdetailhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, systemdetailhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, systemdetailhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -69767,15 +53517,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if i.UpdatedAt != nil { predicates = append(predicates, systemdetailhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, systemdetailhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, systemdetailhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, systemdetailhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, systemdetailhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -69806,18 +53547,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, systemdetailhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, systemdetailhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, systemdetailhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, systemdetailhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, systemdetailhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, systemdetailhistory.CreatedByContains(*i.CreatedByContains)) } @@ -69851,18 +53580,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, systemdetailhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, systemdetailhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -69896,18 +53613,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, systemdetailhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -69941,18 +53646,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, systemdetailhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, systemdetailhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, systemdetailhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, systemdetailhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, systemdetailhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, systemdetailhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -69980,18 +53673,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, systemdetailhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, systemdetailhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, systemdetailhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, systemdetailhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, systemdetailhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, systemdetailhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -70025,18 +53706,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.SystemNameNotIn) > 0 { predicates = append(predicates, systemdetailhistory.SystemNameNotIn(i.SystemNameNotIn...)) } - if i.SystemNameGT != nil { - predicates = append(predicates, systemdetailhistory.SystemNameGT(*i.SystemNameGT)) - } - if i.SystemNameGTE != nil { - predicates = append(predicates, systemdetailhistory.SystemNameGTE(*i.SystemNameGTE)) - } - if i.SystemNameLT != nil { - predicates = append(predicates, systemdetailhistory.SystemNameLT(*i.SystemNameLT)) - } - if i.SystemNameLTE != nil { - predicates = append(predicates, systemdetailhistory.SystemNameLTE(*i.SystemNameLTE)) - } if i.SystemNameContains != nil { predicates = append(predicates, systemdetailhistory.SystemNameContains(*i.SystemNameContains)) } @@ -70064,18 +53733,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.VersionNotIn) > 0 { predicates = append(predicates, systemdetailhistory.VersionNotIn(i.VersionNotIn...)) } - if i.VersionGT != nil { - predicates = append(predicates, systemdetailhistory.VersionGT(*i.VersionGT)) - } - if i.VersionGTE != nil { - predicates = append(predicates, systemdetailhistory.VersionGTE(*i.VersionGTE)) - } - if i.VersionLT != nil { - predicates = append(predicates, systemdetailhistory.VersionLT(*i.VersionLT)) - } - if i.VersionLTE != nil { - predicates = append(predicates, systemdetailhistory.VersionLTE(*i.VersionLTE)) - } if i.VersionContains != nil { predicates = append(predicates, systemdetailhistory.VersionContains(*i.VersionContains)) } @@ -70109,18 +53766,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, systemdetailhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, systemdetailhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, systemdetailhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, systemdetailhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, systemdetailhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, systemdetailhistory.DescriptionContains(*i.DescriptionContains)) } @@ -70154,18 +53799,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if len(i.AuthorizationBoundaryNotIn) > 0 { predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryNotIn(i.AuthorizationBoundaryNotIn...)) } - if i.AuthorizationBoundaryGT != nil { - predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryGT(*i.AuthorizationBoundaryGT)) - } - if i.AuthorizationBoundaryGTE != nil { - predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryGTE(*i.AuthorizationBoundaryGTE)) - } - if i.AuthorizationBoundaryLT != nil { - predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryLT(*i.AuthorizationBoundaryLT)) - } - if i.AuthorizationBoundaryLTE != nil { - predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryLTE(*i.AuthorizationBoundaryLTE)) - } if i.AuthorizationBoundaryContains != nil { predicates = append(predicates, systemdetailhistory.AuthorizationBoundaryContains(*i.AuthorizationBoundaryContains)) } @@ -70208,15 +53841,6 @@ func (i *SystemDetailHistoryWhereInput) P() (predicate.SystemDetailHistory, erro if i.LastReviewed != nil { predicates = append(predicates, systemdetailhistory.LastReviewedEQ(*i.LastReviewed)) } - if i.LastReviewedNEQ != nil { - predicates = append(predicates, systemdetailhistory.LastReviewedNEQ(*i.LastReviewedNEQ)) - } - if len(i.LastReviewedIn) > 0 { - predicates = append(predicates, systemdetailhistory.LastReviewedIn(i.LastReviewedIn...)) - } - if len(i.LastReviewedNotIn) > 0 { - predicates = append(predicates, systemdetailhistory.LastReviewedNotIn(i.LastReviewedNotIn...)) - } if i.LastReviewedGT != nil { predicates = append(predicates, systemdetailhistory.LastReviewedGT(*i.LastReviewedGT)) } @@ -70265,32 +53889,21 @@ type TaskHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -70306,38 +53919,28 @@ type TaskHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -70351,10 +53954,6 @@ type TaskHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -70368,10 +53967,6 @@ type TaskHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -70385,10 +53980,6 @@ type TaskHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -70400,10 +53991,6 @@ type TaskHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -70417,10 +54004,6 @@ type TaskHistoryWhereInput struct { TaskKindNameNEQ *string `json:"taskKindNameNEQ,omitempty"` TaskKindNameIn []string `json:"taskKindNameIn,omitempty"` TaskKindNameNotIn []string `json:"taskKindNameNotIn,omitempty"` - TaskKindNameGT *string `json:"taskKindNameGT,omitempty"` - TaskKindNameGTE *string `json:"taskKindNameGTE,omitempty"` - TaskKindNameLT *string `json:"taskKindNameLT,omitempty"` - TaskKindNameLTE *string `json:"taskKindNameLTE,omitempty"` TaskKindNameContains *string `json:"taskKindNameContains,omitempty"` TaskKindNameHasPrefix *string `json:"taskKindNameHasPrefix,omitempty"` TaskKindNameHasSuffix *string `json:"taskKindNameHasSuffix,omitempty"` @@ -70434,10 +54017,6 @@ type TaskHistoryWhereInput struct { TaskKindIDNEQ *string `json:"taskKindIDNEQ,omitempty"` TaskKindIDIn []string `json:"taskKindIDIn,omitempty"` TaskKindIDNotIn []string `json:"taskKindIDNotIn,omitempty"` - TaskKindIDGT *string `json:"taskKindIDGT,omitempty"` - TaskKindIDGTE *string `json:"taskKindIDGTE,omitempty"` - TaskKindIDLT *string `json:"taskKindIDLT,omitempty"` - TaskKindIDLTE *string `json:"taskKindIDLTE,omitempty"` TaskKindIDContains *string `json:"taskKindIDContains,omitempty"` TaskKindIDHasPrefix *string `json:"taskKindIDHasPrefix,omitempty"` TaskKindIDHasSuffix *string `json:"taskKindIDHasSuffix,omitempty"` @@ -70451,10 +54030,6 @@ type TaskHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -70468,10 +54043,6 @@ type TaskHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -70485,10 +54056,6 @@ type TaskHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -70502,10 +54069,6 @@ type TaskHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -70525,10 +54088,6 @@ type TaskHistoryWhereInput struct { ExternalUUIDNEQ *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGT *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGTE *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLT *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLTE *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -70542,10 +54101,6 @@ type TaskHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -70557,10 +54112,6 @@ type TaskHistoryWhereInput struct { DetailsNEQ *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGT *string `json:"detailsGT,omitempty"` - DetailsGTE *string `json:"detailsGTE,omitempty"` - DetailsLT *string `json:"detailsLT,omitempty"` - DetailsLTE *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -70576,38 +54127,28 @@ type TaskHistoryWhereInput struct { StatusNotIn []enums.TaskStatus `json:"statusNotIn,omitempty"` // "due" field predicates. - Due *models.DateTime `json:"due,omitempty"` - DueNEQ *models.DateTime `json:"dueNEQ,omitempty"` - DueIn []models.DateTime `json:"dueIn,omitempty"` - DueNotIn []models.DateTime `json:"dueNotIn,omitempty"` - DueGT *models.DateTime `json:"dueGT,omitempty"` - DueGTE *models.DateTime `json:"dueGTE,omitempty"` - DueLT *models.DateTime `json:"dueLT,omitempty"` - DueLTE *models.DateTime `json:"dueLTE,omitempty"` - DueIsNil bool `json:"dueIsNil,omitempty"` - DueNotNil bool `json:"dueNotNil,omitempty"` + Due *models.DateTime `json:"due,omitempty"` + DueGT *models.DateTime `json:"dueGT,omitempty"` + DueGTE *models.DateTime `json:"dueGTE,omitempty"` + DueLT *models.DateTime `json:"dueLT,omitempty"` + DueLTE *models.DateTime `json:"dueLTE,omitempty"` + DueIsNil bool `json:"dueIsNil,omitempty"` + DueNotNil bool `json:"dueNotNil,omitempty"` // "completed" field predicates. - Completed *models.DateTime `json:"completed,omitempty"` - CompletedNEQ *models.DateTime `json:"completedNEQ,omitempty"` - CompletedIn []models.DateTime `json:"completedIn,omitempty"` - CompletedNotIn []models.DateTime `json:"completedNotIn,omitempty"` - CompletedGT *models.DateTime `json:"completedGT,omitempty"` - CompletedGTE *models.DateTime `json:"completedGTE,omitempty"` - CompletedLT *models.DateTime `json:"completedLT,omitempty"` - CompletedLTE *models.DateTime `json:"completedLTE,omitempty"` - CompletedIsNil bool `json:"completedIsNil,omitempty"` - CompletedNotNil bool `json:"completedNotNil,omitempty"` + Completed *models.DateTime `json:"completed,omitempty"` + CompletedGT *models.DateTime `json:"completedGT,omitempty"` + CompletedGTE *models.DateTime `json:"completedGTE,omitempty"` + CompletedLT *models.DateTime `json:"completedLT,omitempty"` + CompletedLTE *models.DateTime `json:"completedLTE,omitempty"` + CompletedIsNil bool `json:"completedIsNil,omitempty"` + CompletedNotNil bool `json:"completedNotNil,omitempty"` // "assignee_id" field predicates. AssigneeID *string `json:"assigneeID,omitempty"` AssigneeIDNEQ *string `json:"assigneeIDNEQ,omitempty"` AssigneeIDIn []string `json:"assigneeIDIn,omitempty"` AssigneeIDNotIn []string `json:"assigneeIDNotIn,omitempty"` - AssigneeIDGT *string `json:"assigneeIDGT,omitempty"` - AssigneeIDGTE *string `json:"assigneeIDGTE,omitempty"` - AssigneeIDLT *string `json:"assigneeIDLT,omitempty"` - AssigneeIDLTE *string `json:"assigneeIDLTE,omitempty"` AssigneeIDContains *string `json:"assigneeIDContains,omitempty"` AssigneeIDHasPrefix *string `json:"assigneeIDHasPrefix,omitempty"` AssigneeIDHasSuffix *string `json:"assigneeIDHasSuffix,omitempty"` @@ -70621,10 +54162,6 @@ type TaskHistoryWhereInput struct { AssignerIDNEQ *string `json:"assignerIDNEQ,omitempty"` AssignerIDIn []string `json:"assignerIDIn,omitempty"` AssignerIDNotIn []string `json:"assignerIDNotIn,omitempty"` - AssignerIDGT *string `json:"assignerIDGT,omitempty"` - AssignerIDGTE *string `json:"assignerIDGTE,omitempty"` - AssignerIDLT *string `json:"assignerIDLT,omitempty"` - AssignerIDLTE *string `json:"assignerIDLTE,omitempty"` AssignerIDContains *string `json:"assignerIDContains,omitempty"` AssignerIDHasPrefix *string `json:"assignerIDHasPrefix,omitempty"` AssignerIDHasSuffix *string `json:"assignerIDHasSuffix,omitempty"` @@ -70646,24 +54183,18 @@ type TaskHistoryWhereInput struct { IsSuggestedNEQ *bool `json:"isSuggestedNEQ,omitempty"` // "priority" field predicates. - Priority *int `json:"priority,omitempty"` - PriorityNEQ *int `json:"priorityNEQ,omitempty"` - PriorityIn []int `json:"priorityIn,omitempty"` - PriorityNotIn []int `json:"priorityNotIn,omitempty"` - PriorityGT *int `json:"priorityGT,omitempty"` - PriorityGTE *int `json:"priorityGTE,omitempty"` - PriorityLT *int `json:"priorityLT,omitempty"` - PriorityLTE *int `json:"priorityLTE,omitempty"` + Priority *int `json:"priority,omitempty"` + PriorityNEQ *int `json:"priorityNEQ,omitempty"` + PriorityGT *int `json:"priorityGT,omitempty"` + PriorityGTE *int `json:"priorityGTE,omitempty"` + PriorityLT *int `json:"priorityLT,omitempty"` + PriorityLTE *int `json:"priorityLTE,omitempty"` // "source" field predicates. Source *string `json:"source,omitempty"` SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -70677,10 +54208,6 @@ type TaskHistoryWhereInput struct { SourceKeyNEQ *string `json:"sourceKeyNEQ,omitempty"` SourceKeyIn []string `json:"sourceKeyIn,omitempty"` SourceKeyNotIn []string `json:"sourceKeyNotIn,omitempty"` - SourceKeyGT *string `json:"sourceKeyGT,omitempty"` - SourceKeyGTE *string `json:"sourceKeyGTE,omitempty"` - SourceKeyLT *string `json:"sourceKeyLT,omitempty"` - SourceKeyLTE *string `json:"sourceKeyLTE,omitempty"` SourceKeyContains *string `json:"sourceKeyContains,omitempty"` SourceKeyHasPrefix *string `json:"sourceKeyHasPrefix,omitempty"` SourceKeyHasSuffix *string `json:"sourceKeyHasSuffix,omitempty"` @@ -70694,10 +54221,6 @@ type TaskHistoryWhereInput struct { IdempotencyKeyNEQ *string `json:"idempotencyKeyNEQ,omitempty"` IdempotencyKeyIn []string `json:"idempotencyKeyIn,omitempty"` IdempotencyKeyNotIn []string `json:"idempotencyKeyNotIn,omitempty"` - IdempotencyKeyGT *string `json:"idempotencyKeyGT,omitempty"` - IdempotencyKeyGTE *string `json:"idempotencyKeyGTE,omitempty"` - IdempotencyKeyLT *string `json:"idempotencyKeyLT,omitempty"` - IdempotencyKeyLTE *string `json:"idempotencyKeyLTE,omitempty"` IdempotencyKeyContains *string `json:"idempotencyKeyContains,omitempty"` IdempotencyKeyHasPrefix *string `json:"idempotencyKeyHasPrefix,omitempty"` IdempotencyKeyHasSuffix *string `json:"idempotencyKeyHasSuffix,omitempty"` @@ -70711,10 +54234,6 @@ type TaskHistoryWhereInput struct { ParentTaskIDNEQ *string `json:"parentTaskIDNEQ,omitempty"` ParentTaskIDIn []string `json:"parentTaskIDIn,omitempty"` ParentTaskIDNotIn []string `json:"parentTaskIDNotIn,omitempty"` - ParentTaskIDGT *string `json:"parentTaskIDGT,omitempty"` - ParentTaskIDGTE *string `json:"parentTaskIDGTE,omitempty"` - ParentTaskIDLT *string `json:"parentTaskIDLT,omitempty"` - ParentTaskIDLTE *string `json:"parentTaskIDLTE,omitempty"` ParentTaskIDContains *string `json:"parentTaskIDContains,omitempty"` ParentTaskIDHasPrefix *string `json:"parentTaskIDHasPrefix,omitempty"` ParentTaskIDHasSuffix *string `json:"parentTaskIDHasSuffix,omitempty"` @@ -70813,18 +54332,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, taskhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, taskhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, taskhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, taskhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, taskhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, taskhistory.IDEqualFold(*i.IDEqualFold)) } @@ -70834,15 +54341,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, taskhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, taskhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, taskhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, taskhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, taskhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -70867,18 +54365,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, taskhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, taskhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, taskhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, taskhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, taskhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, taskhistory.RefContains(*i.RefContains)) } @@ -70915,15 +54401,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, taskhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, taskhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, taskhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, taskhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, taskhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -70945,15 +54422,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, taskhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, taskhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, taskhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, taskhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, taskhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -70984,18 +54452,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, taskhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, taskhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, taskhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, taskhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, taskhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, taskhistory.CreatedByContains(*i.CreatedByContains)) } @@ -71029,18 +54485,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, taskhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, taskhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, taskhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, taskhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, taskhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, taskhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -71074,18 +54518,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, taskhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, taskhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, taskhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, taskhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, taskhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, taskhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -71119,18 +54551,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, taskhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, taskhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, taskhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, taskhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, taskhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, taskhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -71158,18 +54578,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, taskhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, taskhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, taskhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, taskhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, taskhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, taskhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -71203,18 +54611,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.TaskKindNameNotIn) > 0 { predicates = append(predicates, taskhistory.TaskKindNameNotIn(i.TaskKindNameNotIn...)) } - if i.TaskKindNameGT != nil { - predicates = append(predicates, taskhistory.TaskKindNameGT(*i.TaskKindNameGT)) - } - if i.TaskKindNameGTE != nil { - predicates = append(predicates, taskhistory.TaskKindNameGTE(*i.TaskKindNameGTE)) - } - if i.TaskKindNameLT != nil { - predicates = append(predicates, taskhistory.TaskKindNameLT(*i.TaskKindNameLT)) - } - if i.TaskKindNameLTE != nil { - predicates = append(predicates, taskhistory.TaskKindNameLTE(*i.TaskKindNameLTE)) - } if i.TaskKindNameContains != nil { predicates = append(predicates, taskhistory.TaskKindNameContains(*i.TaskKindNameContains)) } @@ -71248,18 +54644,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.TaskKindIDNotIn) > 0 { predicates = append(predicates, taskhistory.TaskKindIDNotIn(i.TaskKindIDNotIn...)) } - if i.TaskKindIDGT != nil { - predicates = append(predicates, taskhistory.TaskKindIDGT(*i.TaskKindIDGT)) - } - if i.TaskKindIDGTE != nil { - predicates = append(predicates, taskhistory.TaskKindIDGTE(*i.TaskKindIDGTE)) - } - if i.TaskKindIDLT != nil { - predicates = append(predicates, taskhistory.TaskKindIDLT(*i.TaskKindIDLT)) - } - if i.TaskKindIDLTE != nil { - predicates = append(predicates, taskhistory.TaskKindIDLTE(*i.TaskKindIDLTE)) - } if i.TaskKindIDContains != nil { predicates = append(predicates, taskhistory.TaskKindIDContains(*i.TaskKindIDContains)) } @@ -71293,18 +54677,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, taskhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, taskhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, taskhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, taskhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, taskhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, taskhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -71338,18 +54710,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, taskhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, taskhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, taskhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, taskhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, taskhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, taskhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -71383,18 +54743,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, taskhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, taskhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, taskhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, taskhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, taskhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, taskhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -71428,18 +54776,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, taskhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, taskhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, taskhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, taskhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, taskhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, taskhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -71485,18 +54821,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.ExternalUUIDNotIn) > 0 { predicates = append(predicates, taskhistory.ExternalUUIDNotIn(i.ExternalUUIDNotIn...)) } - if i.ExternalUUIDGT != nil { - predicates = append(predicates, taskhistory.ExternalUUIDGT(*i.ExternalUUIDGT)) - } - if i.ExternalUUIDGTE != nil { - predicates = append(predicates, taskhistory.ExternalUUIDGTE(*i.ExternalUUIDGTE)) - } - if i.ExternalUUIDLT != nil { - predicates = append(predicates, taskhistory.ExternalUUIDLT(*i.ExternalUUIDLT)) - } - if i.ExternalUUIDLTE != nil { - predicates = append(predicates, taskhistory.ExternalUUIDLTE(*i.ExternalUUIDLTE)) - } if i.ExternalUUIDContains != nil { predicates = append(predicates, taskhistory.ExternalUUIDContains(*i.ExternalUUIDContains)) } @@ -71530,18 +54854,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.TitleNotIn) > 0 { predicates = append(predicates, taskhistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, taskhistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, taskhistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, taskhistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, taskhistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, taskhistory.TitleContains(*i.TitleContains)) } @@ -71569,18 +54881,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.DetailsNotIn) > 0 { predicates = append(predicates, taskhistory.DetailsNotIn(i.DetailsNotIn...)) } - if i.DetailsGT != nil { - predicates = append(predicates, taskhistory.DetailsGT(*i.DetailsGT)) - } - if i.DetailsGTE != nil { - predicates = append(predicates, taskhistory.DetailsGTE(*i.DetailsGTE)) - } - if i.DetailsLT != nil { - predicates = append(predicates, taskhistory.DetailsLT(*i.DetailsLT)) - } - if i.DetailsLTE != nil { - predicates = append(predicates, taskhistory.DetailsLTE(*i.DetailsLTE)) - } if i.DetailsContains != nil { predicates = append(predicates, taskhistory.DetailsContains(*i.DetailsContains)) } @@ -71617,15 +54917,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.Due != nil { predicates = append(predicates, taskhistory.DueEQ(*i.Due)) } - if i.DueNEQ != nil { - predicates = append(predicates, taskhistory.DueNEQ(*i.DueNEQ)) - } - if len(i.DueIn) > 0 { - predicates = append(predicates, taskhistory.DueIn(i.DueIn...)) - } - if len(i.DueNotIn) > 0 { - predicates = append(predicates, taskhistory.DueNotIn(i.DueNotIn...)) - } if i.DueGT != nil { predicates = append(predicates, taskhistory.DueGT(*i.DueGT)) } @@ -71647,15 +54938,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.Completed != nil { predicates = append(predicates, taskhistory.CompletedEQ(*i.Completed)) } - if i.CompletedNEQ != nil { - predicates = append(predicates, taskhistory.CompletedNEQ(*i.CompletedNEQ)) - } - if len(i.CompletedIn) > 0 { - predicates = append(predicates, taskhistory.CompletedIn(i.CompletedIn...)) - } - if len(i.CompletedNotIn) > 0 { - predicates = append(predicates, taskhistory.CompletedNotIn(i.CompletedNotIn...)) - } if i.CompletedGT != nil { predicates = append(predicates, taskhistory.CompletedGT(*i.CompletedGT)) } @@ -71686,18 +54968,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.AssigneeIDNotIn) > 0 { predicates = append(predicates, taskhistory.AssigneeIDNotIn(i.AssigneeIDNotIn...)) } - if i.AssigneeIDGT != nil { - predicates = append(predicates, taskhistory.AssigneeIDGT(*i.AssigneeIDGT)) - } - if i.AssigneeIDGTE != nil { - predicates = append(predicates, taskhistory.AssigneeIDGTE(*i.AssigneeIDGTE)) - } - if i.AssigneeIDLT != nil { - predicates = append(predicates, taskhistory.AssigneeIDLT(*i.AssigneeIDLT)) - } - if i.AssigneeIDLTE != nil { - predicates = append(predicates, taskhistory.AssigneeIDLTE(*i.AssigneeIDLTE)) - } if i.AssigneeIDContains != nil { predicates = append(predicates, taskhistory.AssigneeIDContains(*i.AssigneeIDContains)) } @@ -71731,18 +55001,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.AssignerIDNotIn) > 0 { predicates = append(predicates, taskhistory.AssignerIDNotIn(i.AssignerIDNotIn...)) } - if i.AssignerIDGT != nil { - predicates = append(predicates, taskhistory.AssignerIDGT(*i.AssignerIDGT)) - } - if i.AssignerIDGTE != nil { - predicates = append(predicates, taskhistory.AssignerIDGTE(*i.AssignerIDGTE)) - } - if i.AssignerIDLT != nil { - predicates = append(predicates, taskhistory.AssignerIDLT(*i.AssignerIDLT)) - } - if i.AssignerIDLTE != nil { - predicates = append(predicates, taskhistory.AssignerIDLTE(*i.AssignerIDLTE)) - } if i.AssignerIDContains != nil { predicates = append(predicates, taskhistory.AssignerIDContains(*i.AssignerIDContains)) } @@ -71788,12 +55046,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if i.PriorityNEQ != nil { predicates = append(predicates, taskhistory.PriorityNEQ(*i.PriorityNEQ)) } - if len(i.PriorityIn) > 0 { - predicates = append(predicates, taskhistory.PriorityIn(i.PriorityIn...)) - } - if len(i.PriorityNotIn) > 0 { - predicates = append(predicates, taskhistory.PriorityNotIn(i.PriorityNotIn...)) - } if i.PriorityGT != nil { predicates = append(predicates, taskhistory.PriorityGT(*i.PriorityGT)) } @@ -71818,18 +55070,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.SourceNotIn) > 0 { predicates = append(predicates, taskhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, taskhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, taskhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, taskhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, taskhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, taskhistory.SourceContains(*i.SourceContains)) } @@ -71863,18 +55103,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.SourceKeyNotIn) > 0 { predicates = append(predicates, taskhistory.SourceKeyNotIn(i.SourceKeyNotIn...)) } - if i.SourceKeyGT != nil { - predicates = append(predicates, taskhistory.SourceKeyGT(*i.SourceKeyGT)) - } - if i.SourceKeyGTE != nil { - predicates = append(predicates, taskhistory.SourceKeyGTE(*i.SourceKeyGTE)) - } - if i.SourceKeyLT != nil { - predicates = append(predicates, taskhistory.SourceKeyLT(*i.SourceKeyLT)) - } - if i.SourceKeyLTE != nil { - predicates = append(predicates, taskhistory.SourceKeyLTE(*i.SourceKeyLTE)) - } if i.SourceKeyContains != nil { predicates = append(predicates, taskhistory.SourceKeyContains(*i.SourceKeyContains)) } @@ -71908,18 +55136,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.IdempotencyKeyNotIn) > 0 { predicates = append(predicates, taskhistory.IdempotencyKeyNotIn(i.IdempotencyKeyNotIn...)) } - if i.IdempotencyKeyGT != nil { - predicates = append(predicates, taskhistory.IdempotencyKeyGT(*i.IdempotencyKeyGT)) - } - if i.IdempotencyKeyGTE != nil { - predicates = append(predicates, taskhistory.IdempotencyKeyGTE(*i.IdempotencyKeyGTE)) - } - if i.IdempotencyKeyLT != nil { - predicates = append(predicates, taskhistory.IdempotencyKeyLT(*i.IdempotencyKeyLT)) - } - if i.IdempotencyKeyLTE != nil { - predicates = append(predicates, taskhistory.IdempotencyKeyLTE(*i.IdempotencyKeyLTE)) - } if i.IdempotencyKeyContains != nil { predicates = append(predicates, taskhistory.IdempotencyKeyContains(*i.IdempotencyKeyContains)) } @@ -71953,18 +55169,6 @@ func (i *TaskHistoryWhereInput) P() (predicate.TaskHistory, error) { if len(i.ParentTaskIDNotIn) > 0 { predicates = append(predicates, taskhistory.ParentTaskIDNotIn(i.ParentTaskIDNotIn...)) } - if i.ParentTaskIDGT != nil { - predicates = append(predicates, taskhistory.ParentTaskIDGT(*i.ParentTaskIDGT)) - } - if i.ParentTaskIDGTE != nil { - predicates = append(predicates, taskhistory.ParentTaskIDGTE(*i.ParentTaskIDGTE)) - } - if i.ParentTaskIDLT != nil { - predicates = append(predicates, taskhistory.ParentTaskIDLT(*i.ParentTaskIDLT)) - } - if i.ParentTaskIDLTE != nil { - predicates = append(predicates, taskhistory.ParentTaskIDLTE(*i.ParentTaskIDLTE)) - } if i.ParentTaskIDContains != nil { predicates = append(predicates, taskhistory.ParentTaskIDContains(*i.ParentTaskIDContains)) } @@ -72023,32 +55227,21 @@ type TemplateHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -72064,38 +55257,28 @@ type TemplateHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -72109,10 +55292,6 @@ type TemplateHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -72126,10 +55305,6 @@ type TemplateHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -72143,10 +55318,6 @@ type TemplateHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -72166,10 +55337,6 @@ type TemplateHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -72183,10 +55350,6 @@ type TemplateHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -72200,10 +55363,6 @@ type TemplateHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -72217,10 +55376,6 @@ type TemplateHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -72234,10 +55389,6 @@ type TemplateHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -72251,10 +55402,6 @@ type TemplateHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -72268,10 +55415,6 @@ type TemplateHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -72289,10 +55432,6 @@ type TemplateHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -72314,10 +55453,6 @@ type TemplateHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -72413,18 +55548,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, templatehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, templatehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, templatehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, templatehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, templatehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, templatehistory.IDEqualFold(*i.IDEqualFold)) } @@ -72434,15 +55557,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, templatehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, templatehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, templatehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, templatehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, templatehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -72467,18 +55581,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, templatehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, templatehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, templatehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, templatehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, templatehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, templatehistory.RefContains(*i.RefContains)) } @@ -72515,15 +55617,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, templatehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, templatehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, templatehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, templatehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, templatehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -72545,15 +55638,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, templatehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, templatehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, templatehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, templatehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, templatehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -72584,18 +55668,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, templatehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, templatehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, templatehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, templatehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, templatehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, templatehistory.CreatedByContains(*i.CreatedByContains)) } @@ -72629,18 +55701,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, templatehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, templatehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, templatehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, templatehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, templatehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, templatehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -72674,18 +55734,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, templatehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, templatehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, templatehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, templatehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, templatehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, templatehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -72719,18 +55767,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, templatehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, templatehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, templatehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, templatehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, templatehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, templatehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -72776,18 +55812,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, templatehistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, templatehistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, templatehistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, templatehistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, templatehistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, templatehistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -72821,18 +55845,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, templatehistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, templatehistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, templatehistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, templatehistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, templatehistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, templatehistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -72866,18 +55878,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, templatehistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, templatehistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, templatehistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, templatehistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, templatehistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, templatehistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -72911,18 +55911,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, templatehistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, templatehistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, templatehistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, templatehistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, templatehistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, templatehistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -72956,18 +55944,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, templatehistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, templatehistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, templatehistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, templatehistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, templatehistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, templatehistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -73001,18 +55977,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, templatehistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, templatehistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, templatehistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, templatehistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, templatehistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, templatehistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -73046,18 +56010,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.NameNotIn) > 0 { predicates = append(predicates, templatehistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, templatehistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, templatehistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, templatehistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, templatehistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, templatehistory.NameContains(*i.NameContains)) } @@ -73097,18 +56049,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, templatehistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, templatehistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, templatehistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, templatehistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, templatehistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, templatehistory.DescriptionContains(*i.DescriptionContains)) } @@ -73160,18 +56100,6 @@ func (i *TemplateHistoryWhereInput) P() (predicate.TemplateHistory, error) { if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, templatehistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, templatehistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, templatehistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, templatehistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, templatehistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, templatehistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -73223,32 +56151,21 @@ type TrustCenterComplianceHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -73264,38 +56181,28 @@ type TrustCenterComplianceHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -73309,10 +56216,6 @@ type TrustCenterComplianceHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -73326,10 +56229,6 @@ type TrustCenterComplianceHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -73343,10 +56242,6 @@ type TrustCenterComplianceHistoryWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -73358,10 +56253,6 @@ type TrustCenterComplianceHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -73457,18 +56348,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentercompliancehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentercompliancehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentercompliancehistory.IDEqualFold(*i.IDEqualFold)) } @@ -73478,15 +56357,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if i.HistoryTime != nil { predicates = append(predicates, trustcentercompliancehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcentercompliancehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcentercompliancehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -73511,18 +56381,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcentercompliancehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcentercompliancehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcentercompliancehistory.RefContains(*i.RefContains)) } @@ -73559,15 +56417,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if i.CreatedAt != nil { predicates = append(predicates, trustcentercompliancehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentercompliancehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentercompliancehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -73589,15 +56438,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if i.UpdatedAt != nil { predicates = append(predicates, trustcentercompliancehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentercompliancehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentercompliancehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -73628,18 +56468,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentercompliancehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentercompliancehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentercompliancehistory.CreatedByContains(*i.CreatedByContains)) } @@ -73673,18 +56501,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentercompliancehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -73718,18 +56534,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentercompliancehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -73763,18 +56567,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, trustcentercompliancehistory.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, trustcentercompliancehistory.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, trustcentercompliancehistory.StandardIDContains(*i.StandardIDContains)) } @@ -73802,18 +56594,6 @@ func (i *TrustCenterComplianceHistoryWhereInput) P() (predicate.TrustCenterCompl if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentercompliancehistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -73865,32 +56645,21 @@ type TrustCenterDocHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -73906,38 +56675,28 @@ type TrustCenterDocHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -73951,10 +56710,6 @@ type TrustCenterDocHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -73968,10 +56723,6 @@ type TrustCenterDocHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -73985,10 +56736,6 @@ type TrustCenterDocHistoryWhereInput struct { TrustCenterDocKindNameNEQ *string `json:"trustCenterDocKindNameNEQ,omitempty"` TrustCenterDocKindNameIn []string `json:"trustCenterDocKindNameIn,omitempty"` TrustCenterDocKindNameNotIn []string `json:"trustCenterDocKindNameNotIn,omitempty"` - TrustCenterDocKindNameGT *string `json:"trustCenterDocKindNameGT,omitempty"` - TrustCenterDocKindNameGTE *string `json:"trustCenterDocKindNameGTE,omitempty"` - TrustCenterDocKindNameLT *string `json:"trustCenterDocKindNameLT,omitempty"` - TrustCenterDocKindNameLTE *string `json:"trustCenterDocKindNameLTE,omitempty"` TrustCenterDocKindNameContains *string `json:"trustCenterDocKindNameContains,omitempty"` TrustCenterDocKindNameHasPrefix *string `json:"trustCenterDocKindNameHasPrefix,omitempty"` TrustCenterDocKindNameHasSuffix *string `json:"trustCenterDocKindNameHasSuffix,omitempty"` @@ -74002,10 +56749,6 @@ type TrustCenterDocHistoryWhereInput struct { TrustCenterDocKindIDNEQ *string `json:"trustCenterDocKindIDNEQ,omitempty"` TrustCenterDocKindIDIn []string `json:"trustCenterDocKindIDIn,omitempty"` TrustCenterDocKindIDNotIn []string `json:"trustCenterDocKindIDNotIn,omitempty"` - TrustCenterDocKindIDGT *string `json:"trustCenterDocKindIDGT,omitempty"` - TrustCenterDocKindIDGTE *string `json:"trustCenterDocKindIDGTE,omitempty"` - TrustCenterDocKindIDLT *string `json:"trustCenterDocKindIDLT,omitempty"` - TrustCenterDocKindIDLTE *string `json:"trustCenterDocKindIDLTE,omitempty"` TrustCenterDocKindIDContains *string `json:"trustCenterDocKindIDContains,omitempty"` TrustCenterDocKindIDHasPrefix *string `json:"trustCenterDocKindIDHasPrefix,omitempty"` TrustCenterDocKindIDHasSuffix *string `json:"trustCenterDocKindIDHasSuffix,omitempty"` @@ -74019,10 +56762,6 @@ type TrustCenterDocHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -74036,10 +56775,6 @@ type TrustCenterDocHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -74051,10 +56786,6 @@ type TrustCenterDocHistoryWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -74068,10 +56799,6 @@ type TrustCenterDocHistoryWhereInput struct { OriginalFileIDNEQ *string `json:"originalFileIDNEQ,omitempty"` OriginalFileIDIn []string `json:"originalFileIDIn,omitempty"` OriginalFileIDNotIn []string `json:"originalFileIDNotIn,omitempty"` - OriginalFileIDGT *string `json:"originalFileIDGT,omitempty"` - OriginalFileIDGTE *string `json:"originalFileIDGTE,omitempty"` - OriginalFileIDLT *string `json:"originalFileIDLT,omitempty"` - OriginalFileIDLTE *string `json:"originalFileIDLTE,omitempty"` OriginalFileIDContains *string `json:"originalFileIDContains,omitempty"` OriginalFileIDHasPrefix *string `json:"originalFileIDHasPrefix,omitempty"` OriginalFileIDHasSuffix *string `json:"originalFileIDHasSuffix,omitempty"` @@ -74107,10 +56834,6 @@ type TrustCenterDocHistoryWhereInput struct { StandardIDNEQ *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIDGT *string `json:"standardIDGT,omitempty"` - StandardIDGTE *string `json:"standardIDGTE,omitempty"` - StandardIDLT *string `json:"standardIDLT,omitempty"` - StandardIDLTE *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -74206,18 +56929,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterdochistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterdochistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterdochistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterdochistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterdochistory.IDEqualFold(*i.IDEqualFold)) } @@ -74227,15 +56938,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if i.HistoryTime != nil { predicates = append(predicates, trustcenterdochistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterdochistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterdochistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterdochistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterdochistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -74260,18 +56962,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterdochistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterdochistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterdochistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterdochistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterdochistory.RefContains(*i.RefContains)) } @@ -74308,15 +56998,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if i.CreatedAt != nil { predicates = append(predicates, trustcenterdochistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterdochistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterdochistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterdochistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterdochistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -74338,15 +57019,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if i.UpdatedAt != nil { predicates = append(predicates, trustcenterdochistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterdochistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterdochistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterdochistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -74377,18 +57049,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterdochistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterdochistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterdochistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterdochistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterdochistory.CreatedByContains(*i.CreatedByContains)) } @@ -74422,18 +57082,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterdochistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -74467,18 +57115,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterdochistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -74512,18 +57148,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.TrustCenterDocKindNameNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameNotIn(i.TrustCenterDocKindNameNotIn...)) } - if i.TrustCenterDocKindNameGT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameGT(*i.TrustCenterDocKindNameGT)) - } - if i.TrustCenterDocKindNameGTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameGTE(*i.TrustCenterDocKindNameGTE)) - } - if i.TrustCenterDocKindNameLT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameLT(*i.TrustCenterDocKindNameLT)) - } - if i.TrustCenterDocKindNameLTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameLTE(*i.TrustCenterDocKindNameLTE)) - } if i.TrustCenterDocKindNameContains != nil { predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindNameContains(*i.TrustCenterDocKindNameContains)) } @@ -74557,18 +57181,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.TrustCenterDocKindIDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDNotIn(i.TrustCenterDocKindIDNotIn...)) } - if i.TrustCenterDocKindIDGT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDGT(*i.TrustCenterDocKindIDGT)) - } - if i.TrustCenterDocKindIDGTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDGTE(*i.TrustCenterDocKindIDGTE)) - } - if i.TrustCenterDocKindIDLT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDLT(*i.TrustCenterDocKindIDLT)) - } - if i.TrustCenterDocKindIDLTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDLTE(*i.TrustCenterDocKindIDLTE)) - } if i.TrustCenterDocKindIDContains != nil { predicates = append(predicates, trustcenterdochistory.TrustCenterDocKindIDContains(*i.TrustCenterDocKindIDContains)) } @@ -74602,18 +57214,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterdochistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterdochistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -74647,18 +57247,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.TitleNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, trustcenterdochistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, trustcenterdochistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, trustcenterdochistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, trustcenterdochistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, trustcenterdochistory.TitleContains(*i.TitleContains)) } @@ -74686,18 +57274,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.FileIDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, trustcenterdochistory.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, trustcenterdochistory.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, trustcenterdochistory.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, trustcenterdochistory.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, trustcenterdochistory.FileIDContains(*i.FileIDContains)) } @@ -74731,18 +57307,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.OriginalFileIDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.OriginalFileIDNotIn(i.OriginalFileIDNotIn...)) } - if i.OriginalFileIDGT != nil { - predicates = append(predicates, trustcenterdochistory.OriginalFileIDGT(*i.OriginalFileIDGT)) - } - if i.OriginalFileIDGTE != nil { - predicates = append(predicates, trustcenterdochistory.OriginalFileIDGTE(*i.OriginalFileIDGTE)) - } - if i.OriginalFileIDLT != nil { - predicates = append(predicates, trustcenterdochistory.OriginalFileIDLT(*i.OriginalFileIDLT)) - } - if i.OriginalFileIDLTE != nil { - predicates = append(predicates, trustcenterdochistory.OriginalFileIDLTE(*i.OriginalFileIDLTE)) - } if i.OriginalFileIDContains != nil { predicates = append(predicates, trustcenterdochistory.OriginalFileIDContains(*i.OriginalFileIDContains)) } @@ -74824,18 +57388,6 @@ func (i *TrustCenterDocHistoryWhereInput) P() (predicate.TrustCenterDocHistory, if len(i.StandardIDNotIn) > 0 { predicates = append(predicates, trustcenterdochistory.StandardIDNotIn(i.StandardIDNotIn...)) } - if i.StandardIDGT != nil { - predicates = append(predicates, trustcenterdochistory.StandardIDGT(*i.StandardIDGT)) - } - if i.StandardIDGTE != nil { - predicates = append(predicates, trustcenterdochistory.StandardIDGTE(*i.StandardIDGTE)) - } - if i.StandardIDLT != nil { - predicates = append(predicates, trustcenterdochistory.StandardIDLT(*i.StandardIDLT)) - } - if i.StandardIDLTE != nil { - predicates = append(predicates, trustcenterdochistory.StandardIDLTE(*i.StandardIDLTE)) - } if i.StandardIDContains != nil { predicates = append(predicates, trustcenterdochistory.StandardIDContains(*i.StandardIDContains)) } @@ -74887,32 +57439,21 @@ type TrustCenterEntityHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -74928,38 +57469,28 @@ type TrustCenterEntityHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -74973,10 +57504,6 @@ type TrustCenterEntityHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -74990,10 +57517,6 @@ type TrustCenterEntityHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -75007,10 +57530,6 @@ type TrustCenterEntityHistoryWhereInput struct { LogoFileIDNEQ *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIDGT *string `json:"logoFileIDGT,omitempty"` - LogoFileIDGTE *string `json:"logoFileIDGTE,omitempty"` - LogoFileIDLT *string `json:"logoFileIDLT,omitempty"` - LogoFileIDLTE *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -75024,10 +57543,6 @@ type TrustCenterEntityHistoryWhereInput struct { URLNEQ *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGT *string `json:"urlGT,omitempty"` - URLGTE *string `json:"urlGTE,omitempty"` - URLLT *string `json:"urlLT,omitempty"` - URLLTE *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -75041,10 +57556,6 @@ type TrustCenterEntityHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -75058,10 +57569,6 @@ type TrustCenterEntityHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -75152,18 +57659,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterentityhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterentityhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterentityhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterentityhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterentityhistory.IDEqualFold(*i.IDEqualFold)) } @@ -75173,15 +57668,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if i.HistoryTime != nil { predicates = append(predicates, trustcenterentityhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterentityhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterentityhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -75206,18 +57692,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterentityhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterentityhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterentityhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterentityhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterentityhistory.RefContains(*i.RefContains)) } @@ -75254,15 +57728,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if i.CreatedAt != nil { predicates = append(predicates, trustcenterentityhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterentityhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterentityhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -75284,15 +57749,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if i.UpdatedAt != nil { predicates = append(predicates, trustcenterentityhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterentityhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterentityhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -75323,18 +57779,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterentityhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterentityhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterentityhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterentityhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterentityhistory.CreatedByContains(*i.CreatedByContains)) } @@ -75368,18 +57812,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterentityhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -75413,18 +57845,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterentityhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -75458,18 +57878,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.LogoFileIDNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.LogoFileIDNotIn(i.LogoFileIDNotIn...)) } - if i.LogoFileIDGT != nil { - predicates = append(predicates, trustcenterentityhistory.LogoFileIDGT(*i.LogoFileIDGT)) - } - if i.LogoFileIDGTE != nil { - predicates = append(predicates, trustcenterentityhistory.LogoFileIDGTE(*i.LogoFileIDGTE)) - } - if i.LogoFileIDLT != nil { - predicates = append(predicates, trustcenterentityhistory.LogoFileIDLT(*i.LogoFileIDLT)) - } - if i.LogoFileIDLTE != nil { - predicates = append(predicates, trustcenterentityhistory.LogoFileIDLTE(*i.LogoFileIDLTE)) - } if i.LogoFileIDContains != nil { predicates = append(predicates, trustcenterentityhistory.LogoFileIDContains(*i.LogoFileIDContains)) } @@ -75503,18 +57911,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.URLNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.URLNotIn(i.URLNotIn...)) } - if i.URLGT != nil { - predicates = append(predicates, trustcenterentityhistory.URLGT(*i.URLGT)) - } - if i.URLGTE != nil { - predicates = append(predicates, trustcenterentityhistory.URLGTE(*i.URLGTE)) - } - if i.URLLT != nil { - predicates = append(predicates, trustcenterentityhistory.URLLT(*i.URLLT)) - } - if i.URLLTE != nil { - predicates = append(predicates, trustcenterentityhistory.URLLTE(*i.URLLTE)) - } if i.URLContains != nil { predicates = append(predicates, trustcenterentityhistory.URLContains(*i.URLContains)) } @@ -75548,18 +57944,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterentityhistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterentityhistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterentityhistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterentityhistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterentityhistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -75593,18 +57977,6 @@ func (i *TrustCenterEntityHistoryWhereInput) P() (predicate.TrustCenterEntityHis if len(i.NameNotIn) > 0 { predicates = append(predicates, trustcenterentityhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, trustcenterentityhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, trustcenterentityhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, trustcenterentityhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, trustcenterentityhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, trustcenterentityhistory.NameContains(*i.NameContains)) } @@ -75643,32 +58015,21 @@ type TrustCenterFAQHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -75684,38 +58045,28 @@ type TrustCenterFAQHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -75729,10 +58080,6 @@ type TrustCenterFAQHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -75746,10 +58093,6 @@ type TrustCenterFAQHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -75763,10 +58106,6 @@ type TrustCenterFAQHistoryWhereInput struct { TrustCenterFaqKindNameNEQ *string `json:"trustCenterFaqKindNameNEQ,omitempty"` TrustCenterFaqKindNameIn []string `json:"trustCenterFaqKindNameIn,omitempty"` TrustCenterFaqKindNameNotIn []string `json:"trustCenterFaqKindNameNotIn,omitempty"` - TrustCenterFaqKindNameGT *string `json:"trustCenterFaqKindNameGT,omitempty"` - TrustCenterFaqKindNameGTE *string `json:"trustCenterFaqKindNameGTE,omitempty"` - TrustCenterFaqKindNameLT *string `json:"trustCenterFaqKindNameLT,omitempty"` - TrustCenterFaqKindNameLTE *string `json:"trustCenterFaqKindNameLTE,omitempty"` TrustCenterFaqKindNameContains *string `json:"trustCenterFaqKindNameContains,omitempty"` TrustCenterFaqKindNameHasPrefix *string `json:"trustCenterFaqKindNameHasPrefix,omitempty"` TrustCenterFaqKindNameHasSuffix *string `json:"trustCenterFaqKindNameHasSuffix,omitempty"` @@ -75780,10 +58119,6 @@ type TrustCenterFAQHistoryWhereInput struct { TrustCenterFaqKindIDNEQ *string `json:"trustCenterFaqKindIDNEQ,omitempty"` TrustCenterFaqKindIDIn []string `json:"trustCenterFaqKindIDIn,omitempty"` TrustCenterFaqKindIDNotIn []string `json:"trustCenterFaqKindIDNotIn,omitempty"` - TrustCenterFaqKindIDGT *string `json:"trustCenterFaqKindIDGT,omitempty"` - TrustCenterFaqKindIDGTE *string `json:"trustCenterFaqKindIDGTE,omitempty"` - TrustCenterFaqKindIDLT *string `json:"trustCenterFaqKindIDLT,omitempty"` - TrustCenterFaqKindIDLTE *string `json:"trustCenterFaqKindIDLTE,omitempty"` TrustCenterFaqKindIDContains *string `json:"trustCenterFaqKindIDContains,omitempty"` TrustCenterFaqKindIDHasPrefix *string `json:"trustCenterFaqKindIDHasPrefix,omitempty"` TrustCenterFaqKindIDHasSuffix *string `json:"trustCenterFaqKindIDHasSuffix,omitempty"` @@ -75797,10 +58132,6 @@ type TrustCenterFAQHistoryWhereInput struct { NoteIDNEQ *string `json:"noteIDNEQ,omitempty"` NoteIDIn []string `json:"noteIDIn,omitempty"` NoteIDNotIn []string `json:"noteIDNotIn,omitempty"` - NoteIDGT *string `json:"noteIDGT,omitempty"` - NoteIDGTE *string `json:"noteIDGTE,omitempty"` - NoteIDLT *string `json:"noteIDLT,omitempty"` - NoteIDLTE *string `json:"noteIDLTE,omitempty"` NoteIDContains *string `json:"noteIDContains,omitempty"` NoteIDHasPrefix *string `json:"noteIDHasPrefix,omitempty"` NoteIDHasSuffix *string `json:"noteIDHasSuffix,omitempty"` @@ -75812,10 +58143,6 @@ type TrustCenterFAQHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -75829,10 +58156,6 @@ type TrustCenterFAQHistoryWhereInput struct { ReferenceLinkNEQ *string `json:"referenceLinkNEQ,omitempty"` ReferenceLinkIn []string `json:"referenceLinkIn,omitempty"` ReferenceLinkNotIn []string `json:"referenceLinkNotIn,omitempty"` - ReferenceLinkGT *string `json:"referenceLinkGT,omitempty"` - ReferenceLinkGTE *string `json:"referenceLinkGTE,omitempty"` - ReferenceLinkLT *string `json:"referenceLinkLT,omitempty"` - ReferenceLinkLTE *string `json:"referenceLinkLTE,omitempty"` ReferenceLinkContains *string `json:"referenceLinkContains,omitempty"` ReferenceLinkHasPrefix *string `json:"referenceLinkHasPrefix,omitempty"` ReferenceLinkHasSuffix *string `json:"referenceLinkHasSuffix,omitempty"` @@ -75842,16 +58165,14 @@ type TrustCenterFAQHistoryWhereInput struct { ReferenceLinkContainsFold *string `json:"referenceLinkContainsFold,omitempty"` // "display_order" field predicates. - DisplayOrder *int `json:"displayOrder,omitempty"` - DisplayOrderNEQ *int `json:"displayOrderNEQ,omitempty"` - DisplayOrderIn []int `json:"displayOrderIn,omitempty"` - DisplayOrderNotIn []int `json:"displayOrderNotIn,omitempty"` - DisplayOrderGT *int `json:"displayOrderGT,omitempty"` - DisplayOrderGTE *int `json:"displayOrderGTE,omitempty"` - DisplayOrderLT *int `json:"displayOrderLT,omitempty"` - DisplayOrderLTE *int `json:"displayOrderLTE,omitempty"` - DisplayOrderIsNil bool `json:"displayOrderIsNil,omitempty"` - DisplayOrderNotNil bool `json:"displayOrderNotNil,omitempty"` + DisplayOrder *int `json:"displayOrder,omitempty"` + DisplayOrderNEQ *int `json:"displayOrderNEQ,omitempty"` + DisplayOrderGT *int `json:"displayOrderGT,omitempty"` + DisplayOrderGTE *int `json:"displayOrderGTE,omitempty"` + DisplayOrderLT *int `json:"displayOrderLT,omitempty"` + DisplayOrderLTE *int `json:"displayOrderLTE,omitempty"` + DisplayOrderIsNil bool `json:"displayOrderIsNil,omitempty"` + DisplayOrderNotNil bool `json:"displayOrderNotNil,omitempty"` } // AddPredicates adds custom predicates to the where input to be used during the filtering phase. @@ -75937,18 +58258,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterfaqhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterfaqhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterfaqhistory.IDEqualFold(*i.IDEqualFold)) } @@ -75958,15 +58267,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if i.HistoryTime != nil { predicates = append(predicates, trustcenterfaqhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterfaqhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterfaqhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -75991,18 +58291,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterfaqhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterfaqhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterfaqhistory.RefContains(*i.RefContains)) } @@ -76039,15 +58327,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if i.CreatedAt != nil { predicates = append(predicates, trustcenterfaqhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterfaqhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterfaqhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -76069,15 +58348,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if i.UpdatedAt != nil { predicates = append(predicates, trustcenterfaqhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterfaqhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -76108,18 +58378,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterfaqhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterfaqhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterfaqhistory.CreatedByContains(*i.CreatedByContains)) } @@ -76153,18 +58411,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterfaqhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -76198,18 +58444,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterfaqhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -76243,18 +58477,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.TrustCenterFaqKindNameNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameNotIn(i.TrustCenterFaqKindNameNotIn...)) } - if i.TrustCenterFaqKindNameGT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameGT(*i.TrustCenterFaqKindNameGT)) - } - if i.TrustCenterFaqKindNameGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameGTE(*i.TrustCenterFaqKindNameGTE)) - } - if i.TrustCenterFaqKindNameLT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameLT(*i.TrustCenterFaqKindNameLT)) - } - if i.TrustCenterFaqKindNameLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameLTE(*i.TrustCenterFaqKindNameLTE)) - } if i.TrustCenterFaqKindNameContains != nil { predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindNameContains(*i.TrustCenterFaqKindNameContains)) } @@ -76288,18 +58510,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.TrustCenterFaqKindIDNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDNotIn(i.TrustCenterFaqKindIDNotIn...)) } - if i.TrustCenterFaqKindIDGT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDGT(*i.TrustCenterFaqKindIDGT)) - } - if i.TrustCenterFaqKindIDGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDGTE(*i.TrustCenterFaqKindIDGTE)) - } - if i.TrustCenterFaqKindIDLT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDLT(*i.TrustCenterFaqKindIDLT)) - } - if i.TrustCenterFaqKindIDLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDLTE(*i.TrustCenterFaqKindIDLTE)) - } if i.TrustCenterFaqKindIDContains != nil { predicates = append(predicates, trustcenterfaqhistory.TrustCenterFaqKindIDContains(*i.TrustCenterFaqKindIDContains)) } @@ -76333,18 +58543,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.NoteIDNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.NoteIDNotIn(i.NoteIDNotIn...)) } - if i.NoteIDGT != nil { - predicates = append(predicates, trustcenterfaqhistory.NoteIDGT(*i.NoteIDGT)) - } - if i.NoteIDGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.NoteIDGTE(*i.NoteIDGTE)) - } - if i.NoteIDLT != nil { - predicates = append(predicates, trustcenterfaqhistory.NoteIDLT(*i.NoteIDLT)) - } - if i.NoteIDLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.NoteIDLTE(*i.NoteIDLTE)) - } if i.NoteIDContains != nil { predicates = append(predicates, trustcenterfaqhistory.NoteIDContains(*i.NoteIDContains)) } @@ -76372,18 +58570,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterfaqhistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -76417,18 +58603,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if len(i.ReferenceLinkNotIn) > 0 { predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkNotIn(i.ReferenceLinkNotIn...)) } - if i.ReferenceLinkGT != nil { - predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkGT(*i.ReferenceLinkGT)) - } - if i.ReferenceLinkGTE != nil { - predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkGTE(*i.ReferenceLinkGTE)) - } - if i.ReferenceLinkLT != nil { - predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkLT(*i.ReferenceLinkLT)) - } - if i.ReferenceLinkLTE != nil { - predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkLTE(*i.ReferenceLinkLTE)) - } if i.ReferenceLinkContains != nil { predicates = append(predicates, trustcenterfaqhistory.ReferenceLinkContains(*i.ReferenceLinkContains)) } @@ -76456,12 +58630,6 @@ func (i *TrustCenterFAQHistoryWhereInput) P() (predicate.TrustCenterFAQHistory, if i.DisplayOrderNEQ != nil { predicates = append(predicates, trustcenterfaqhistory.DisplayOrderNEQ(*i.DisplayOrderNEQ)) } - if len(i.DisplayOrderIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.DisplayOrderIn(i.DisplayOrderIn...)) - } - if len(i.DisplayOrderNotIn) > 0 { - predicates = append(predicates, trustcenterfaqhistory.DisplayOrderNotIn(i.DisplayOrderNotIn...)) - } if i.DisplayOrderGT != nil { predicates = append(predicates, trustcenterfaqhistory.DisplayOrderGT(*i.DisplayOrderGT)) } @@ -76503,32 +58671,21 @@ type TrustCenterHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -76544,38 +58701,28 @@ type TrustCenterHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -76589,10 +58736,6 @@ type TrustCenterHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -76606,10 +58749,6 @@ type TrustCenterHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -76623,10 +58762,6 @@ type TrustCenterHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -76640,10 +58775,6 @@ type TrustCenterHistoryWhereInput struct { SlugNEQ *string `json:"slugNEQ,omitempty"` SlugIn []string `json:"slugIn,omitempty"` SlugNotIn []string `json:"slugNotIn,omitempty"` - SlugGT *string `json:"slugGT,omitempty"` - SlugGTE *string `json:"slugGTE,omitempty"` - SlugLT *string `json:"slugLT,omitempty"` - SlugLTE *string `json:"slugLTE,omitempty"` SlugContains *string `json:"slugContains,omitempty"` SlugHasPrefix *string `json:"slugHasPrefix,omitempty"` SlugHasSuffix *string `json:"slugHasSuffix,omitempty"` @@ -76657,10 +58788,6 @@ type TrustCenterHistoryWhereInput struct { CustomDomainIDNEQ *string `json:"customDomainIDNEQ,omitempty"` CustomDomainIDIn []string `json:"customDomainIDIn,omitempty"` CustomDomainIDNotIn []string `json:"customDomainIDNotIn,omitempty"` - CustomDomainIDGT *string `json:"customDomainIDGT,omitempty"` - CustomDomainIDGTE *string `json:"customDomainIDGTE,omitempty"` - CustomDomainIDLT *string `json:"customDomainIDLT,omitempty"` - CustomDomainIDLTE *string `json:"customDomainIDLTE,omitempty"` CustomDomainIDContains *string `json:"customDomainIDContains,omitempty"` CustomDomainIDHasPrefix *string `json:"customDomainIDHasPrefix,omitempty"` CustomDomainIDHasSuffix *string `json:"customDomainIDHasSuffix,omitempty"` @@ -76674,10 +58801,6 @@ type TrustCenterHistoryWhereInput struct { PreviewDomainIDNEQ *string `json:"previewDomainIDNEQ,omitempty"` PreviewDomainIDIn []string `json:"previewDomainIDIn,omitempty"` PreviewDomainIDNotIn []string `json:"previewDomainIDNotIn,omitempty"` - PreviewDomainIDGT *string `json:"previewDomainIDGT,omitempty"` - PreviewDomainIDGTE *string `json:"previewDomainIDGTE,omitempty"` - PreviewDomainIDLT *string `json:"previewDomainIDLT,omitempty"` - PreviewDomainIDLTE *string `json:"previewDomainIDLTE,omitempty"` PreviewDomainIDContains *string `json:"previewDomainIDContains,omitempty"` PreviewDomainIDHasPrefix *string `json:"previewDomainIDHasPrefix,omitempty"` PreviewDomainIDHasSuffix *string `json:"previewDomainIDHasSuffix,omitempty"` @@ -76691,10 +58814,6 @@ type TrustCenterHistoryWhereInput struct { PirschDomainIDNEQ *string `json:"pirschDomainIDNEQ,omitempty"` PirschDomainIDIn []string `json:"pirschDomainIDIn,omitempty"` PirschDomainIDNotIn []string `json:"pirschDomainIDNotIn,omitempty"` - PirschDomainIDGT *string `json:"pirschDomainIDGT,omitempty"` - PirschDomainIDGTE *string `json:"pirschDomainIDGTE,omitempty"` - PirschDomainIDLT *string `json:"pirschDomainIDLT,omitempty"` - PirschDomainIDLTE *string `json:"pirschDomainIDLTE,omitempty"` PirschDomainIDContains *string `json:"pirschDomainIDContains,omitempty"` PirschDomainIDHasPrefix *string `json:"pirschDomainIDHasPrefix,omitempty"` PirschDomainIDHasSuffix *string `json:"pirschDomainIDHasSuffix,omitempty"` @@ -76708,10 +58827,6 @@ type TrustCenterHistoryWhereInput struct { PirschIdentificationCodeNEQ *string `json:"pirschIdentificationCodeNEQ,omitempty"` PirschIdentificationCodeIn []string `json:"pirschIdentificationCodeIn,omitempty"` PirschIdentificationCodeNotIn []string `json:"pirschIdentificationCodeNotIn,omitempty"` - PirschIdentificationCodeGT *string `json:"pirschIdentificationCodeGT,omitempty"` - PirschIdentificationCodeGTE *string `json:"pirschIdentificationCodeGTE,omitempty"` - PirschIdentificationCodeLT *string `json:"pirschIdentificationCodeLT,omitempty"` - PirschIdentificationCodeLTE *string `json:"pirschIdentificationCodeLTE,omitempty"` PirschIdentificationCodeContains *string `json:"pirschIdentificationCodeContains,omitempty"` PirschIdentificationCodeHasPrefix *string `json:"pirschIdentificationCodeHasPrefix,omitempty"` PirschIdentificationCodeHasSuffix *string `json:"pirschIdentificationCodeHasSuffix,omitempty"` @@ -76725,10 +58840,6 @@ type TrustCenterHistoryWhereInput struct { PirschAccessLinkNEQ *string `json:"pirschAccessLinkNEQ,omitempty"` PirschAccessLinkIn []string `json:"pirschAccessLinkIn,omitempty"` PirschAccessLinkNotIn []string `json:"pirschAccessLinkNotIn,omitempty"` - PirschAccessLinkGT *string `json:"pirschAccessLinkGT,omitempty"` - PirschAccessLinkGTE *string `json:"pirschAccessLinkGTE,omitempty"` - PirschAccessLinkLT *string `json:"pirschAccessLinkLT,omitempty"` - PirschAccessLinkLTE *string `json:"pirschAccessLinkLTE,omitempty"` PirschAccessLinkContains *string `json:"pirschAccessLinkContains,omitempty"` PirschAccessLinkHasPrefix *string `json:"pirschAccessLinkHasPrefix,omitempty"` PirschAccessLinkHasSuffix *string `json:"pirschAccessLinkHasSuffix,omitempty"` @@ -76750,10 +58861,6 @@ type TrustCenterHistoryWhereInput struct { SubprocessorURLNEQ *string `json:"subprocessorURLNEQ,omitempty"` SubprocessorURLIn []string `json:"subprocessorURLIn,omitempty"` SubprocessorURLNotIn []string `json:"subprocessorURLNotIn,omitempty"` - SubprocessorURLGT *string `json:"subprocessorURLGT,omitempty"` - SubprocessorURLGTE *string `json:"subprocessorURLGTE,omitempty"` - SubprocessorURLLT *string `json:"subprocessorURLLT,omitempty"` - SubprocessorURLLTE *string `json:"subprocessorURLLTE,omitempty"` SubprocessorURLContains *string `json:"subprocessorURLContains,omitempty"` SubprocessorURLHasPrefix *string `json:"subprocessorURLHasPrefix,omitempty"` SubprocessorURLHasSuffix *string `json:"subprocessorURLHasSuffix,omitempty"` @@ -76849,18 +58956,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterhistory.IDEqualFold(*i.IDEqualFold)) } @@ -76870,15 +58965,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if i.HistoryTime != nil { predicates = append(predicates, trustcenterhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -76903,18 +58989,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterhistory.RefContains(*i.RefContains)) } @@ -76951,15 +59025,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if i.CreatedAt != nil { predicates = append(predicates, trustcenterhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -76981,15 +59046,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if i.UpdatedAt != nil { predicates = append(predicates, trustcenterhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -77020,18 +59076,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterhistory.CreatedByContains(*i.CreatedByContains)) } @@ -77065,18 +59109,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -77110,18 +59142,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -77155,18 +59175,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, trustcenterhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, trustcenterhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, trustcenterhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, trustcenterhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, trustcenterhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, trustcenterhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -77200,18 +59208,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.SlugNotIn) > 0 { predicates = append(predicates, trustcenterhistory.SlugNotIn(i.SlugNotIn...)) } - if i.SlugGT != nil { - predicates = append(predicates, trustcenterhistory.SlugGT(*i.SlugGT)) - } - if i.SlugGTE != nil { - predicates = append(predicates, trustcenterhistory.SlugGTE(*i.SlugGTE)) - } - if i.SlugLT != nil { - predicates = append(predicates, trustcenterhistory.SlugLT(*i.SlugLT)) - } - if i.SlugLTE != nil { - predicates = append(predicates, trustcenterhistory.SlugLTE(*i.SlugLTE)) - } if i.SlugContains != nil { predicates = append(predicates, trustcenterhistory.SlugContains(*i.SlugContains)) } @@ -77245,18 +59241,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.CustomDomainIDNotIn) > 0 { predicates = append(predicates, trustcenterhistory.CustomDomainIDNotIn(i.CustomDomainIDNotIn...)) } - if i.CustomDomainIDGT != nil { - predicates = append(predicates, trustcenterhistory.CustomDomainIDGT(*i.CustomDomainIDGT)) - } - if i.CustomDomainIDGTE != nil { - predicates = append(predicates, trustcenterhistory.CustomDomainIDGTE(*i.CustomDomainIDGTE)) - } - if i.CustomDomainIDLT != nil { - predicates = append(predicates, trustcenterhistory.CustomDomainIDLT(*i.CustomDomainIDLT)) - } - if i.CustomDomainIDLTE != nil { - predicates = append(predicates, trustcenterhistory.CustomDomainIDLTE(*i.CustomDomainIDLTE)) - } if i.CustomDomainIDContains != nil { predicates = append(predicates, trustcenterhistory.CustomDomainIDContains(*i.CustomDomainIDContains)) } @@ -77290,18 +59274,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.PreviewDomainIDNotIn) > 0 { predicates = append(predicates, trustcenterhistory.PreviewDomainIDNotIn(i.PreviewDomainIDNotIn...)) } - if i.PreviewDomainIDGT != nil { - predicates = append(predicates, trustcenterhistory.PreviewDomainIDGT(*i.PreviewDomainIDGT)) - } - if i.PreviewDomainIDGTE != nil { - predicates = append(predicates, trustcenterhistory.PreviewDomainIDGTE(*i.PreviewDomainIDGTE)) - } - if i.PreviewDomainIDLT != nil { - predicates = append(predicates, trustcenterhistory.PreviewDomainIDLT(*i.PreviewDomainIDLT)) - } - if i.PreviewDomainIDLTE != nil { - predicates = append(predicates, trustcenterhistory.PreviewDomainIDLTE(*i.PreviewDomainIDLTE)) - } if i.PreviewDomainIDContains != nil { predicates = append(predicates, trustcenterhistory.PreviewDomainIDContains(*i.PreviewDomainIDContains)) } @@ -77335,18 +59307,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.PirschDomainIDNotIn) > 0 { predicates = append(predicates, trustcenterhistory.PirschDomainIDNotIn(i.PirschDomainIDNotIn...)) } - if i.PirschDomainIDGT != nil { - predicates = append(predicates, trustcenterhistory.PirschDomainIDGT(*i.PirschDomainIDGT)) - } - if i.PirschDomainIDGTE != nil { - predicates = append(predicates, trustcenterhistory.PirschDomainIDGTE(*i.PirschDomainIDGTE)) - } - if i.PirschDomainIDLT != nil { - predicates = append(predicates, trustcenterhistory.PirschDomainIDLT(*i.PirschDomainIDLT)) - } - if i.PirschDomainIDLTE != nil { - predicates = append(predicates, trustcenterhistory.PirschDomainIDLTE(*i.PirschDomainIDLTE)) - } if i.PirschDomainIDContains != nil { predicates = append(predicates, trustcenterhistory.PirschDomainIDContains(*i.PirschDomainIDContains)) } @@ -77380,18 +59340,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.PirschIdentificationCodeNotIn) > 0 { predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeNotIn(i.PirschIdentificationCodeNotIn...)) } - if i.PirschIdentificationCodeGT != nil { - predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeGT(*i.PirschIdentificationCodeGT)) - } - if i.PirschIdentificationCodeGTE != nil { - predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeGTE(*i.PirschIdentificationCodeGTE)) - } - if i.PirschIdentificationCodeLT != nil { - predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeLT(*i.PirschIdentificationCodeLT)) - } - if i.PirschIdentificationCodeLTE != nil { - predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeLTE(*i.PirschIdentificationCodeLTE)) - } if i.PirschIdentificationCodeContains != nil { predicates = append(predicates, trustcenterhistory.PirschIdentificationCodeContains(*i.PirschIdentificationCodeContains)) } @@ -77425,18 +59373,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.PirschAccessLinkNotIn) > 0 { predicates = append(predicates, trustcenterhistory.PirschAccessLinkNotIn(i.PirschAccessLinkNotIn...)) } - if i.PirschAccessLinkGT != nil { - predicates = append(predicates, trustcenterhistory.PirschAccessLinkGT(*i.PirschAccessLinkGT)) - } - if i.PirschAccessLinkGTE != nil { - predicates = append(predicates, trustcenterhistory.PirschAccessLinkGTE(*i.PirschAccessLinkGTE)) - } - if i.PirschAccessLinkLT != nil { - predicates = append(predicates, trustcenterhistory.PirschAccessLinkLT(*i.PirschAccessLinkLT)) - } - if i.PirschAccessLinkLTE != nil { - predicates = append(predicates, trustcenterhistory.PirschAccessLinkLTE(*i.PirschAccessLinkLTE)) - } if i.PirschAccessLinkContains != nil { predicates = append(predicates, trustcenterhistory.PirschAccessLinkContains(*i.PirschAccessLinkContains)) } @@ -77488,18 +59424,6 @@ func (i *TrustCenterHistoryWhereInput) P() (predicate.TrustCenterHistory, error) if len(i.SubprocessorURLNotIn) > 0 { predicates = append(predicates, trustcenterhistory.SubprocessorURLNotIn(i.SubprocessorURLNotIn...)) } - if i.SubprocessorURLGT != nil { - predicates = append(predicates, trustcenterhistory.SubprocessorURLGT(*i.SubprocessorURLGT)) - } - if i.SubprocessorURLGTE != nil { - predicates = append(predicates, trustcenterhistory.SubprocessorURLGTE(*i.SubprocessorURLGTE)) - } - if i.SubprocessorURLLT != nil { - predicates = append(predicates, trustcenterhistory.SubprocessorURLLT(*i.SubprocessorURLLT)) - } - if i.SubprocessorURLLTE != nil { - predicates = append(predicates, trustcenterhistory.SubprocessorURLLTE(*i.SubprocessorURLLTE)) - } if i.SubprocessorURLContains != nil { predicates = append(predicates, trustcenterhistory.SubprocessorURLContains(*i.SubprocessorURLContains)) } @@ -77551,32 +59475,21 @@ type TrustCenterNDARequestHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -77592,38 +59505,28 @@ type TrustCenterNDARequestHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -77637,10 +59540,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -77654,10 +59553,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -77671,10 +59566,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -77688,10 +59579,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { FirstNameNEQ *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGT *string `json:"firstNameGT,omitempty"` - FirstNameGTE *string `json:"firstNameGTE,omitempty"` - FirstNameLT *string `json:"firstNameLT,omitempty"` - FirstNameLTE *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -77703,10 +59590,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { LastNameNEQ *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGT *string `json:"lastNameGT,omitempty"` - LastNameGTE *string `json:"lastNameGTE,omitempty"` - LastNameLT *string `json:"lastNameLT,omitempty"` - LastNameLTE *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -77718,10 +59601,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -77733,10 +59612,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { CompanyNameNEQ *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGT *string `json:"companyNameGT,omitempty"` - CompanyNameGTE *string `json:"companyNameGTE,omitempty"` - CompanyNameLT *string `json:"companyNameLT,omitempty"` - CompanyNameLTE *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -77750,10 +59625,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { ReasonNEQ *string `json:"reasonNEQ,omitempty"` ReasonIn []string `json:"reasonIn,omitempty"` ReasonNotIn []string `json:"reasonNotIn,omitempty"` - ReasonGT *string `json:"reasonGT,omitempty"` - ReasonGTE *string `json:"reasonGTE,omitempty"` - ReasonLT *string `json:"reasonLT,omitempty"` - ReasonLTE *string `json:"reasonLTE,omitempty"` ReasonContains *string `json:"reasonContains,omitempty"` ReasonHasPrefix *string `json:"reasonHasPrefix,omitempty"` ReasonHasSuffix *string `json:"reasonHasSuffix,omitempty"` @@ -77779,26 +59650,19 @@ type TrustCenterNDARequestHistoryWhereInput struct { StatusNotNil bool `json:"statusNotNil,omitempty"` // "approved_at" field predicates. - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNEQ *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGT *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGTE *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLT *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLTE *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil bool `json:"approvedAtNotNil,omitempty"` // "approved_by_user_id" field predicates. ApprovedByUserID *string `json:"approvedByUserID,omitempty"` ApprovedByUserIDNEQ *string `json:"approvedByUserIDNEQ,omitempty"` ApprovedByUserIDIn []string `json:"approvedByUserIDIn,omitempty"` ApprovedByUserIDNotIn []string `json:"approvedByUserIDNotIn,omitempty"` - ApprovedByUserIDGT *string `json:"approvedByUserIDGT,omitempty"` - ApprovedByUserIDGTE *string `json:"approvedByUserIDGTE,omitempty"` - ApprovedByUserIDLT *string `json:"approvedByUserIDLT,omitempty"` - ApprovedByUserIDLTE *string `json:"approvedByUserIDLTE,omitempty"` ApprovedByUserIDContains *string `json:"approvedByUserIDContains,omitempty"` ApprovedByUserIDHasPrefix *string `json:"approvedByUserIDHasPrefix,omitempty"` ApprovedByUserIDHasSuffix *string `json:"approvedByUserIDHasSuffix,omitempty"` @@ -77808,26 +59672,19 @@ type TrustCenterNDARequestHistoryWhereInput struct { ApprovedByUserIDContainsFold *string `json:"approvedByUserIDContainsFold,omitempty"` // "signed_at" field predicates. - SignedAt *models.DateTime `json:"signedAt,omitempty"` - SignedAtNEQ *models.DateTime `json:"signedAtNEQ,omitempty"` - SignedAtIn []models.DateTime `json:"signedAtIn,omitempty"` - SignedAtNotIn []models.DateTime `json:"signedAtNotIn,omitempty"` - SignedAtGT *models.DateTime `json:"signedAtGT,omitempty"` - SignedAtGTE *models.DateTime `json:"signedAtGTE,omitempty"` - SignedAtLT *models.DateTime `json:"signedAtLT,omitempty"` - SignedAtLTE *models.DateTime `json:"signedAtLTE,omitempty"` - SignedAtIsNil bool `json:"signedAtIsNil,omitempty"` - SignedAtNotNil bool `json:"signedAtNotNil,omitempty"` + SignedAt *models.DateTime `json:"signedAt,omitempty"` + SignedAtGT *models.DateTime `json:"signedAtGT,omitempty"` + SignedAtGTE *models.DateTime `json:"signedAtGTE,omitempty"` + SignedAtLT *models.DateTime `json:"signedAtLT,omitempty"` + SignedAtLTE *models.DateTime `json:"signedAtLTE,omitempty"` + SignedAtIsNil bool `json:"signedAtIsNil,omitempty"` + SignedAtNotNil bool `json:"signedAtNotNil,omitempty"` // "document_data_id" field predicates. DocumentDataID *string `json:"documentDataID,omitempty"` DocumentDataIDNEQ *string `json:"documentDataIDNEQ,omitempty"` DocumentDataIDIn []string `json:"documentDataIDIn,omitempty"` DocumentDataIDNotIn []string `json:"documentDataIDNotIn,omitempty"` - DocumentDataIDGT *string `json:"documentDataIDGT,omitempty"` - DocumentDataIDGTE *string `json:"documentDataIDGTE,omitempty"` - DocumentDataIDLT *string `json:"documentDataIDLT,omitempty"` - DocumentDataIDLTE *string `json:"documentDataIDLTE,omitempty"` DocumentDataIDContains *string `json:"documentDataIDContains,omitempty"` DocumentDataIDHasPrefix *string `json:"documentDataIDHasPrefix,omitempty"` DocumentDataIDHasSuffix *string `json:"documentDataIDHasSuffix,omitempty"` @@ -77841,10 +59698,6 @@ type TrustCenterNDARequestHistoryWhereInput struct { FileIDNEQ *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIDGT *string `json:"fileIDGT,omitempty"` - FileIDGTE *string `json:"fileIDGTE,omitempty"` - FileIDLT *string `json:"fileIDLT,omitempty"` - FileIDLTE *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -77940,18 +59793,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterndarequesthistory.IDEqualFold(*i.IDEqualFold)) } @@ -77961,15 +59802,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if i.HistoryTime != nil { predicates = append(predicates, trustcenterndarequesthistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterndarequesthistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterndarequesthistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -77994,18 +59826,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterndarequesthistory.RefContains(*i.RefContains)) } @@ -78042,15 +59862,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if i.CreatedAt != nil { predicates = append(predicates, trustcenterndarequesthistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequesthistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterndarequesthistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -78072,15 +59883,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if i.UpdatedAt != nil { predicates = append(predicates, trustcenterndarequesthistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterndarequesthistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -78111,18 +59913,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterndarequesthistory.CreatedByContains(*i.CreatedByContains)) } @@ -78156,18 +59946,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterndarequesthistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -78201,18 +59979,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterndarequesthistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -78246,18 +60012,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterndarequesthistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -78291,18 +60045,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.FirstNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.FirstNameNotIn(i.FirstNameNotIn...)) } - if i.FirstNameGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.FirstNameGT(*i.FirstNameGT)) - } - if i.FirstNameGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.FirstNameGTE(*i.FirstNameGTE)) - } - if i.FirstNameLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.FirstNameLT(*i.FirstNameLT)) - } - if i.FirstNameLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.FirstNameLTE(*i.FirstNameLTE)) - } if i.FirstNameContains != nil { predicates = append(predicates, trustcenterndarequesthistory.FirstNameContains(*i.FirstNameContains)) } @@ -78330,18 +60072,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.LastNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.LastNameNotIn(i.LastNameNotIn...)) } - if i.LastNameGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.LastNameGT(*i.LastNameGT)) - } - if i.LastNameGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.LastNameGTE(*i.LastNameGTE)) - } - if i.LastNameLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.LastNameLT(*i.LastNameLT)) - } - if i.LastNameLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.LastNameLTE(*i.LastNameLTE)) - } if i.LastNameContains != nil { predicates = append(predicates, trustcenterndarequesthistory.LastNameContains(*i.LastNameContains)) } @@ -78369,18 +60099,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.EmailNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, trustcenterndarequesthistory.EmailContains(*i.EmailContains)) } @@ -78408,18 +60126,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.CompanyNameNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.CompanyNameNotIn(i.CompanyNameNotIn...)) } - if i.CompanyNameGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.CompanyNameGT(*i.CompanyNameGT)) - } - if i.CompanyNameGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.CompanyNameGTE(*i.CompanyNameGTE)) - } - if i.CompanyNameLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.CompanyNameLT(*i.CompanyNameLT)) - } - if i.CompanyNameLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.CompanyNameLTE(*i.CompanyNameLTE)) - } if i.CompanyNameContains != nil { predicates = append(predicates, trustcenterndarequesthistory.CompanyNameContains(*i.CompanyNameContains)) } @@ -78453,18 +60159,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.ReasonNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.ReasonNotIn(i.ReasonNotIn...)) } - if i.ReasonGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.ReasonGT(*i.ReasonGT)) - } - if i.ReasonGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.ReasonGTE(*i.ReasonGTE)) - } - if i.ReasonLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.ReasonLT(*i.ReasonLT)) - } - if i.ReasonLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.ReasonLTE(*i.ReasonLTE)) - } if i.ReasonContains != nil { predicates = append(predicates, trustcenterndarequesthistory.ReasonContains(*i.ReasonContains)) } @@ -78525,15 +60219,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if i.ApprovedAt != nil { predicates = append(predicates, trustcenterndarequesthistory.ApprovedAtEQ(*i.ApprovedAt)) } - if i.ApprovedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedAtNEQ(*i.ApprovedAtNEQ)) - } - if len(i.ApprovedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedAtIn(i.ApprovedAtIn...)) - } - if len(i.ApprovedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedAtNotIn(i.ApprovedAtNotIn...)) - } if i.ApprovedAtGT != nil { predicates = append(predicates, trustcenterndarequesthistory.ApprovedAtGT(*i.ApprovedAtGT)) } @@ -78564,18 +60249,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.ApprovedByUserIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDNotIn(i.ApprovedByUserIDNotIn...)) } - if i.ApprovedByUserIDGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDGT(*i.ApprovedByUserIDGT)) - } - if i.ApprovedByUserIDGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDGTE(*i.ApprovedByUserIDGTE)) - } - if i.ApprovedByUserIDLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDLT(*i.ApprovedByUserIDLT)) - } - if i.ApprovedByUserIDLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDLTE(*i.ApprovedByUserIDLTE)) - } if i.ApprovedByUserIDContains != nil { predicates = append(predicates, trustcenterndarequesthistory.ApprovedByUserIDContains(*i.ApprovedByUserIDContains)) } @@ -78600,15 +60273,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if i.SignedAt != nil { predicates = append(predicates, trustcenterndarequesthistory.SignedAtEQ(*i.SignedAt)) } - if i.SignedAtNEQ != nil { - predicates = append(predicates, trustcenterndarequesthistory.SignedAtNEQ(*i.SignedAtNEQ)) - } - if len(i.SignedAtIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.SignedAtIn(i.SignedAtIn...)) - } - if len(i.SignedAtNotIn) > 0 { - predicates = append(predicates, trustcenterndarequesthistory.SignedAtNotIn(i.SignedAtNotIn...)) - } if i.SignedAtGT != nil { predicates = append(predicates, trustcenterndarequesthistory.SignedAtGT(*i.SignedAtGT)) } @@ -78639,18 +60303,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.DocumentDataIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDNotIn(i.DocumentDataIDNotIn...)) } - if i.DocumentDataIDGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDGT(*i.DocumentDataIDGT)) - } - if i.DocumentDataIDGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDGTE(*i.DocumentDataIDGTE)) - } - if i.DocumentDataIDLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDLT(*i.DocumentDataIDLT)) - } - if i.DocumentDataIDLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDLTE(*i.DocumentDataIDLTE)) - } if i.DocumentDataIDContains != nil { predicates = append(predicates, trustcenterndarequesthistory.DocumentDataIDContains(*i.DocumentDataIDContains)) } @@ -78684,18 +60336,6 @@ func (i *TrustCenterNDARequestHistoryWhereInput) P() (predicate.TrustCenterNDARe if len(i.FileIDNotIn) > 0 { predicates = append(predicates, trustcenterndarequesthistory.FileIDNotIn(i.FileIDNotIn...)) } - if i.FileIDGT != nil { - predicates = append(predicates, trustcenterndarequesthistory.FileIDGT(*i.FileIDGT)) - } - if i.FileIDGTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.FileIDGTE(*i.FileIDGTE)) - } - if i.FileIDLT != nil { - predicates = append(predicates, trustcenterndarequesthistory.FileIDLT(*i.FileIDLT)) - } - if i.FileIDLTE != nil { - predicates = append(predicates, trustcenterndarequesthistory.FileIDLTE(*i.FileIDLTE)) - } if i.FileIDContains != nil { predicates = append(predicates, trustcenterndarequesthistory.FileIDContains(*i.FileIDContains)) } @@ -78747,32 +60387,21 @@ type TrustCenterSettingHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -78788,38 +60417,28 @@ type TrustCenterSettingHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -78833,10 +60452,6 @@ type TrustCenterSettingHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -78850,10 +60465,6 @@ type TrustCenterSettingHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -78867,10 +60478,6 @@ type TrustCenterSettingHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -78884,10 +60491,6 @@ type TrustCenterSettingHistoryWhereInput struct { TitleNEQ *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGT *string `json:"titleGT,omitempty"` - TitleGTE *string `json:"titleGTE,omitempty"` - TitleLT *string `json:"titleLT,omitempty"` - TitleLTE *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -78901,10 +60504,6 @@ type TrustCenterSettingHistoryWhereInput struct { CompanyNameNEQ *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGT *string `json:"companyNameGT,omitempty"` - CompanyNameGTE *string `json:"companyNameGTE,omitempty"` - CompanyNameLT *string `json:"companyNameLT,omitempty"` - CompanyNameLTE *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -78918,10 +60517,6 @@ type TrustCenterSettingHistoryWhereInput struct { CompanyDescriptionNEQ *string `json:"companyDescriptionNEQ,omitempty"` CompanyDescriptionIn []string `json:"companyDescriptionIn,omitempty"` CompanyDescriptionNotIn []string `json:"companyDescriptionNotIn,omitempty"` - CompanyDescriptionGT *string `json:"companyDescriptionGT,omitempty"` - CompanyDescriptionGTE *string `json:"companyDescriptionGTE,omitempty"` - CompanyDescriptionLT *string `json:"companyDescriptionLT,omitempty"` - CompanyDescriptionLTE *string `json:"companyDescriptionLTE,omitempty"` CompanyDescriptionContains *string `json:"companyDescriptionContains,omitempty"` CompanyDescriptionHasPrefix *string `json:"companyDescriptionHasPrefix,omitempty"` CompanyDescriptionHasSuffix *string `json:"companyDescriptionHasSuffix,omitempty"` @@ -78935,10 +60530,6 @@ type TrustCenterSettingHistoryWhereInput struct { OverviewNEQ *string `json:"overviewNEQ,omitempty"` OverviewIn []string `json:"overviewIn,omitempty"` OverviewNotIn []string `json:"overviewNotIn,omitempty"` - OverviewGT *string `json:"overviewGT,omitempty"` - OverviewGTE *string `json:"overviewGTE,omitempty"` - OverviewLT *string `json:"overviewLT,omitempty"` - OverviewLTE *string `json:"overviewLTE,omitempty"` OverviewContains *string `json:"overviewContains,omitempty"` OverviewHasPrefix *string `json:"overviewHasPrefix,omitempty"` OverviewHasSuffix *string `json:"overviewHasSuffix,omitempty"` @@ -78952,10 +60543,6 @@ type TrustCenterSettingHistoryWhereInput struct { LogoRemoteURLNEQ *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGT *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGTE *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLT *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLTE *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -78969,10 +60556,6 @@ type TrustCenterSettingHistoryWhereInput struct { LogoLocalFileIDNEQ *string `json:"logoLocalFileIDNEQ,omitempty"` LogoLocalFileIDIn []string `json:"logoLocalFileIDIn,omitempty"` LogoLocalFileIDNotIn []string `json:"logoLocalFileIDNotIn,omitempty"` - LogoLocalFileIDGT *string `json:"logoLocalFileIDGT,omitempty"` - LogoLocalFileIDGTE *string `json:"logoLocalFileIDGTE,omitempty"` - LogoLocalFileIDLT *string `json:"logoLocalFileIDLT,omitempty"` - LogoLocalFileIDLTE *string `json:"logoLocalFileIDLTE,omitempty"` LogoLocalFileIDContains *string `json:"logoLocalFileIDContains,omitempty"` LogoLocalFileIDHasPrefix *string `json:"logoLocalFileIDHasPrefix,omitempty"` LogoLocalFileIDHasSuffix *string `json:"logoLocalFileIDHasSuffix,omitempty"` @@ -78986,10 +60569,6 @@ type TrustCenterSettingHistoryWhereInput struct { FaviconRemoteURLNEQ *string `json:"faviconRemoteURLNEQ,omitempty"` FaviconRemoteURLIn []string `json:"faviconRemoteURLIn,omitempty"` FaviconRemoteURLNotIn []string `json:"faviconRemoteURLNotIn,omitempty"` - FaviconRemoteURLGT *string `json:"faviconRemoteURLGT,omitempty"` - FaviconRemoteURLGTE *string `json:"faviconRemoteURLGTE,omitempty"` - FaviconRemoteURLLT *string `json:"faviconRemoteURLLT,omitempty"` - FaviconRemoteURLLTE *string `json:"faviconRemoteURLLTE,omitempty"` FaviconRemoteURLContains *string `json:"faviconRemoteURLContains,omitempty"` FaviconRemoteURLHasPrefix *string `json:"faviconRemoteURLHasPrefix,omitempty"` FaviconRemoteURLHasSuffix *string `json:"faviconRemoteURLHasSuffix,omitempty"` @@ -79003,10 +60582,6 @@ type TrustCenterSettingHistoryWhereInput struct { FaviconLocalFileIDNEQ *string `json:"faviconLocalFileIDNEQ,omitempty"` FaviconLocalFileIDIn []string `json:"faviconLocalFileIDIn,omitempty"` FaviconLocalFileIDNotIn []string `json:"faviconLocalFileIDNotIn,omitempty"` - FaviconLocalFileIDGT *string `json:"faviconLocalFileIDGT,omitempty"` - FaviconLocalFileIDGTE *string `json:"faviconLocalFileIDGTE,omitempty"` - FaviconLocalFileIDLT *string `json:"faviconLocalFileIDLT,omitempty"` - FaviconLocalFileIDLTE *string `json:"faviconLocalFileIDLTE,omitempty"` FaviconLocalFileIDContains *string `json:"faviconLocalFileIDContains,omitempty"` FaviconLocalFileIDHasPrefix *string `json:"faviconLocalFileIDHasPrefix,omitempty"` FaviconLocalFileIDHasSuffix *string `json:"faviconLocalFileIDHasSuffix,omitempty"` @@ -79020,10 +60595,6 @@ type TrustCenterSettingHistoryWhereInput struct { HeroImageLocalFileIDNEQ *string `json:"heroImageLocalFileIDNEQ,omitempty"` HeroImageLocalFileIDIn []string `json:"heroImageLocalFileIDIn,omitempty"` HeroImageLocalFileIDNotIn []string `json:"heroImageLocalFileIDNotIn,omitempty"` - HeroImageLocalFileIDGT *string `json:"heroImageLocalFileIDGT,omitempty"` - HeroImageLocalFileIDGTE *string `json:"heroImageLocalFileIDGTE,omitempty"` - HeroImageLocalFileIDLT *string `json:"heroImageLocalFileIDLT,omitempty"` - HeroImageLocalFileIDLTE *string `json:"heroImageLocalFileIDLTE,omitempty"` HeroImageLocalFileIDContains *string `json:"heroImageLocalFileIDContains,omitempty"` HeroImageLocalFileIDHasPrefix *string `json:"heroImageLocalFileIDHasPrefix,omitempty"` HeroImageLocalFileIDHasSuffix *string `json:"heroImageLocalFileIDHasSuffix,omitempty"` @@ -79045,10 +60616,6 @@ type TrustCenterSettingHistoryWhereInput struct { PrimaryColorNEQ *string `json:"primaryColorNEQ,omitempty"` PrimaryColorIn []string `json:"primaryColorIn,omitempty"` PrimaryColorNotIn []string `json:"primaryColorNotIn,omitempty"` - PrimaryColorGT *string `json:"primaryColorGT,omitempty"` - PrimaryColorGTE *string `json:"primaryColorGTE,omitempty"` - PrimaryColorLT *string `json:"primaryColorLT,omitempty"` - PrimaryColorLTE *string `json:"primaryColorLTE,omitempty"` PrimaryColorContains *string `json:"primaryColorContains,omitempty"` PrimaryColorHasPrefix *string `json:"primaryColorHasPrefix,omitempty"` PrimaryColorHasSuffix *string `json:"primaryColorHasSuffix,omitempty"` @@ -79062,10 +60629,6 @@ type TrustCenterSettingHistoryWhereInput struct { FontNEQ *string `json:"fontNEQ,omitempty"` FontIn []string `json:"fontIn,omitempty"` FontNotIn []string `json:"fontNotIn,omitempty"` - FontGT *string `json:"fontGT,omitempty"` - FontGTE *string `json:"fontGTE,omitempty"` - FontLT *string `json:"fontLT,omitempty"` - FontLTE *string `json:"fontLTE,omitempty"` FontContains *string `json:"fontContains,omitempty"` FontHasPrefix *string `json:"fontHasPrefix,omitempty"` FontHasSuffix *string `json:"fontHasSuffix,omitempty"` @@ -79079,10 +60642,6 @@ type TrustCenterSettingHistoryWhereInput struct { ForegroundColorNEQ *string `json:"foregroundColorNEQ,omitempty"` ForegroundColorIn []string `json:"foregroundColorIn,omitempty"` ForegroundColorNotIn []string `json:"foregroundColorNotIn,omitempty"` - ForegroundColorGT *string `json:"foregroundColorGT,omitempty"` - ForegroundColorGTE *string `json:"foregroundColorGTE,omitempty"` - ForegroundColorLT *string `json:"foregroundColorLT,omitempty"` - ForegroundColorLTE *string `json:"foregroundColorLTE,omitempty"` ForegroundColorContains *string `json:"foregroundColorContains,omitempty"` ForegroundColorHasPrefix *string `json:"foregroundColorHasPrefix,omitempty"` ForegroundColorHasSuffix *string `json:"foregroundColorHasSuffix,omitempty"` @@ -79096,10 +60655,6 @@ type TrustCenterSettingHistoryWhereInput struct { BackgroundColorNEQ *string `json:"backgroundColorNEQ,omitempty"` BackgroundColorIn []string `json:"backgroundColorIn,omitempty"` BackgroundColorNotIn []string `json:"backgroundColorNotIn,omitempty"` - BackgroundColorGT *string `json:"backgroundColorGT,omitempty"` - BackgroundColorGTE *string `json:"backgroundColorGTE,omitempty"` - BackgroundColorLT *string `json:"backgroundColorLT,omitempty"` - BackgroundColorLTE *string `json:"backgroundColorLTE,omitempty"` BackgroundColorContains *string `json:"backgroundColorContains,omitempty"` BackgroundColorHasPrefix *string `json:"backgroundColorHasPrefix,omitempty"` BackgroundColorHasSuffix *string `json:"backgroundColorHasSuffix,omitempty"` @@ -79113,10 +60668,6 @@ type TrustCenterSettingHistoryWhereInput struct { AccentColorNEQ *string `json:"accentColorNEQ,omitempty"` AccentColorIn []string `json:"accentColorIn,omitempty"` AccentColorNotIn []string `json:"accentColorNotIn,omitempty"` - AccentColorGT *string `json:"accentColorGT,omitempty"` - AccentColorGTE *string `json:"accentColorGTE,omitempty"` - AccentColorLT *string `json:"accentColorLT,omitempty"` - AccentColorLTE *string `json:"accentColorLTE,omitempty"` AccentColorContains *string `json:"accentColorContains,omitempty"` AccentColorHasPrefix *string `json:"accentColorHasPrefix,omitempty"` AccentColorHasSuffix *string `json:"accentColorHasSuffix,omitempty"` @@ -79130,10 +60681,6 @@ type TrustCenterSettingHistoryWhereInput struct { SecondaryBackgroundColorNEQ *string `json:"secondaryBackgroundColorNEQ,omitempty"` SecondaryBackgroundColorIn []string `json:"secondaryBackgroundColorIn,omitempty"` SecondaryBackgroundColorNotIn []string `json:"secondaryBackgroundColorNotIn,omitempty"` - SecondaryBackgroundColorGT *string `json:"secondaryBackgroundColorGT,omitempty"` - SecondaryBackgroundColorGTE *string `json:"secondaryBackgroundColorGTE,omitempty"` - SecondaryBackgroundColorLT *string `json:"secondaryBackgroundColorLT,omitempty"` - SecondaryBackgroundColorLTE *string `json:"secondaryBackgroundColorLTE,omitempty"` SecondaryBackgroundColorContains *string `json:"secondaryBackgroundColorContains,omitempty"` SecondaryBackgroundColorHasPrefix *string `json:"secondaryBackgroundColorHasPrefix,omitempty"` SecondaryBackgroundColorHasSuffix *string `json:"secondaryBackgroundColorHasSuffix,omitempty"` @@ -79147,10 +60694,6 @@ type TrustCenterSettingHistoryWhereInput struct { SecondaryForegroundColorNEQ *string `json:"secondaryForegroundColorNEQ,omitempty"` SecondaryForegroundColorIn []string `json:"secondaryForegroundColorIn,omitempty"` SecondaryForegroundColorNotIn []string `json:"secondaryForegroundColorNotIn,omitempty"` - SecondaryForegroundColorGT *string `json:"secondaryForegroundColorGT,omitempty"` - SecondaryForegroundColorGTE *string `json:"secondaryForegroundColorGTE,omitempty"` - SecondaryForegroundColorLT *string `json:"secondaryForegroundColorLT,omitempty"` - SecondaryForegroundColorLTE *string `json:"secondaryForegroundColorLTE,omitempty"` SecondaryForegroundColorContains *string `json:"secondaryForegroundColorContains,omitempty"` SecondaryForegroundColorHasPrefix *string `json:"secondaryForegroundColorHasPrefix,omitempty"` SecondaryForegroundColorHasSuffix *string `json:"secondaryForegroundColorHasSuffix,omitempty"` @@ -79178,10 +60721,6 @@ type TrustCenterSettingHistoryWhereInput struct { CompanyDomainNEQ *string `json:"companyDomainNEQ,omitempty"` CompanyDomainIn []string `json:"companyDomainIn,omitempty"` CompanyDomainNotIn []string `json:"companyDomainNotIn,omitempty"` - CompanyDomainGT *string `json:"companyDomainGT,omitempty"` - CompanyDomainGTE *string `json:"companyDomainGTE,omitempty"` - CompanyDomainLT *string `json:"companyDomainLT,omitempty"` - CompanyDomainLTE *string `json:"companyDomainLTE,omitempty"` CompanyDomainContains *string `json:"companyDomainContains,omitempty"` CompanyDomainHasPrefix *string `json:"companyDomainHasPrefix,omitempty"` CompanyDomainHasSuffix *string `json:"companyDomainHasSuffix,omitempty"` @@ -79195,10 +60734,6 @@ type TrustCenterSettingHistoryWhereInput struct { SecurityContactNEQ *string `json:"securityContactNEQ,omitempty"` SecurityContactIn []string `json:"securityContactIn,omitempty"` SecurityContactNotIn []string `json:"securityContactNotIn,omitempty"` - SecurityContactGT *string `json:"securityContactGT,omitempty"` - SecurityContactGTE *string `json:"securityContactGTE,omitempty"` - SecurityContactLT *string `json:"securityContactLT,omitempty"` - SecurityContactLTE *string `json:"securityContactLTE,omitempty"` SecurityContactContains *string `json:"securityContactContains,omitempty"` SecurityContactHasPrefix *string `json:"securityContactHasPrefix,omitempty"` SecurityContactHasSuffix *string `json:"securityContactHasSuffix,omitempty"` @@ -79226,26 +60761,19 @@ type TrustCenterSettingHistoryWhereInput struct { NotifySubscribersOnSubprocessorChangeNotNil bool `json:"notifySubscribersOnSubprocessorChangeNotNil,omitempty"` // "subprocessors_notified_at" field predicates. - SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` - SubprocessorsNotifiedAtNEQ *time.Time `json:"subprocessorsNotifiedAtNEQ,omitempty"` - SubprocessorsNotifiedAtIn []time.Time `json:"subprocessorsNotifiedAtIn,omitempty"` - SubprocessorsNotifiedAtNotIn []time.Time `json:"subprocessorsNotifiedAtNotIn,omitempty"` - SubprocessorsNotifiedAtGT *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` - SubprocessorsNotifiedAtGTE *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` - SubprocessorsNotifiedAtLT *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` - SubprocessorsNotifiedAtLTE *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` - SubprocessorsNotifiedAtIsNil bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` - SubprocessorsNotifiedAtNotNil bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` + SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` + SubprocessorsNotifiedAtGT *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` + SubprocessorsNotifiedAtGTE *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` + SubprocessorsNotifiedAtLT *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` + SubprocessorsNotifiedAtLTE *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` + SubprocessorsNotifiedAtIsNil bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` + SubprocessorsNotifiedAtNotNil bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` // "nda_approver_group_id" field predicates. NdaApproverGroupID *string `json:"ndaApproverGroupID,omitempty"` NdaApproverGroupIDNEQ *string `json:"ndaApproverGroupIDNEQ,omitempty"` NdaApproverGroupIDIn []string `json:"ndaApproverGroupIDIn,omitempty"` NdaApproverGroupIDNotIn []string `json:"ndaApproverGroupIDNotIn,omitempty"` - NdaApproverGroupIDGT *string `json:"ndaApproverGroupIDGT,omitempty"` - NdaApproverGroupIDGTE *string `json:"ndaApproverGroupIDGTE,omitempty"` - NdaApproverGroupIDLT *string `json:"ndaApproverGroupIDLT,omitempty"` - NdaApproverGroupIDLTE *string `json:"ndaApproverGroupIDLTE,omitempty"` NdaApproverGroupIDContains *string `json:"ndaApproverGroupIDContains,omitempty"` NdaApproverGroupIDHasPrefix *string `json:"ndaApproverGroupIDHasPrefix,omitempty"` NdaApproverGroupIDHasSuffix *string `json:"ndaApproverGroupIDHasSuffix,omitempty"` @@ -79259,10 +60787,6 @@ type TrustCenterSettingHistoryWhereInput struct { StatusPageURLNEQ *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGT *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGTE *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLT *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLTE *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -79355,18 +60879,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentersettinghistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentersettinghistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentersettinghistory.IDEqualFold(*i.IDEqualFold)) } @@ -79376,15 +60888,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if i.HistoryTime != nil { predicates = append(predicates, trustcentersettinghistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcentersettinghistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcentersettinghistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -79409,18 +60912,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcentersettinghistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcentersettinghistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcentersettinghistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcentersettinghistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcentersettinghistory.RefContains(*i.RefContains)) } @@ -79457,15 +60948,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if i.CreatedAt != nil { predicates = append(predicates, trustcentersettinghistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentersettinghistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentersettinghistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -79487,15 +60969,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if i.UpdatedAt != nil { predicates = append(predicates, trustcentersettinghistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentersettinghistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -79526,18 +60999,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentersettinghistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentersettinghistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentersettinghistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentersettinghistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentersettinghistory.CreatedByContains(*i.CreatedByContains)) } @@ -79571,18 +61032,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentersettinghistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -79616,18 +61065,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentersettinghistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -79661,18 +61098,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentersettinghistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentersettinghistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentersettinghistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -79706,18 +61131,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.TitleNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.TitleNotIn(i.TitleNotIn...)) } - if i.TitleGT != nil { - predicates = append(predicates, trustcentersettinghistory.TitleGT(*i.TitleGT)) - } - if i.TitleGTE != nil { - predicates = append(predicates, trustcentersettinghistory.TitleGTE(*i.TitleGTE)) - } - if i.TitleLT != nil { - predicates = append(predicates, trustcentersettinghistory.TitleLT(*i.TitleLT)) - } - if i.TitleLTE != nil { - predicates = append(predicates, trustcentersettinghistory.TitleLTE(*i.TitleLTE)) - } if i.TitleContains != nil { predicates = append(predicates, trustcentersettinghistory.TitleContains(*i.TitleContains)) } @@ -79751,18 +61164,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.CompanyNameNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.CompanyNameNotIn(i.CompanyNameNotIn...)) } - if i.CompanyNameGT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyNameGT(*i.CompanyNameGT)) - } - if i.CompanyNameGTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyNameGTE(*i.CompanyNameGTE)) - } - if i.CompanyNameLT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyNameLT(*i.CompanyNameLT)) - } - if i.CompanyNameLTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyNameLTE(*i.CompanyNameLTE)) - } if i.CompanyNameContains != nil { predicates = append(predicates, trustcentersettinghistory.CompanyNameContains(*i.CompanyNameContains)) } @@ -79796,18 +61197,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.CompanyDescriptionNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionNotIn(i.CompanyDescriptionNotIn...)) } - if i.CompanyDescriptionGT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionGT(*i.CompanyDescriptionGT)) - } - if i.CompanyDescriptionGTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionGTE(*i.CompanyDescriptionGTE)) - } - if i.CompanyDescriptionLT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionLT(*i.CompanyDescriptionLT)) - } - if i.CompanyDescriptionLTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionLTE(*i.CompanyDescriptionLTE)) - } if i.CompanyDescriptionContains != nil { predicates = append(predicates, trustcentersettinghistory.CompanyDescriptionContains(*i.CompanyDescriptionContains)) } @@ -79841,18 +61230,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.OverviewNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.OverviewNotIn(i.OverviewNotIn...)) } - if i.OverviewGT != nil { - predicates = append(predicates, trustcentersettinghistory.OverviewGT(*i.OverviewGT)) - } - if i.OverviewGTE != nil { - predicates = append(predicates, trustcentersettinghistory.OverviewGTE(*i.OverviewGTE)) - } - if i.OverviewLT != nil { - predicates = append(predicates, trustcentersettinghistory.OverviewLT(*i.OverviewLT)) - } - if i.OverviewLTE != nil { - predicates = append(predicates, trustcentersettinghistory.OverviewLTE(*i.OverviewLTE)) - } if i.OverviewContains != nil { predicates = append(predicates, trustcentersettinghistory.OverviewContains(*i.OverviewContains)) } @@ -79886,18 +61263,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.LogoRemoteURLNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLNotIn(i.LogoRemoteURLNotIn...)) } - if i.LogoRemoteURLGT != nil { - predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLGT(*i.LogoRemoteURLGT)) - } - if i.LogoRemoteURLGTE != nil { - predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLGTE(*i.LogoRemoteURLGTE)) - } - if i.LogoRemoteURLLT != nil { - predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLLT(*i.LogoRemoteURLLT)) - } - if i.LogoRemoteURLLTE != nil { - predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLLTE(*i.LogoRemoteURLLTE)) - } if i.LogoRemoteURLContains != nil { predicates = append(predicates, trustcentersettinghistory.LogoRemoteURLContains(*i.LogoRemoteURLContains)) } @@ -79931,18 +61296,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.LogoLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDNotIn(i.LogoLocalFileIDNotIn...)) } - if i.LogoLocalFileIDGT != nil { - predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDGT(*i.LogoLocalFileIDGT)) - } - if i.LogoLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDGTE(*i.LogoLocalFileIDGTE)) - } - if i.LogoLocalFileIDLT != nil { - predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDLT(*i.LogoLocalFileIDLT)) - } - if i.LogoLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDLTE(*i.LogoLocalFileIDLTE)) - } if i.LogoLocalFileIDContains != nil { predicates = append(predicates, trustcentersettinghistory.LogoLocalFileIDContains(*i.LogoLocalFileIDContains)) } @@ -79976,18 +61329,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.FaviconRemoteURLNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLNotIn(i.FaviconRemoteURLNotIn...)) } - if i.FaviconRemoteURLGT != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLGT(*i.FaviconRemoteURLGT)) - } - if i.FaviconRemoteURLGTE != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLGTE(*i.FaviconRemoteURLGTE)) - } - if i.FaviconRemoteURLLT != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLLT(*i.FaviconRemoteURLLT)) - } - if i.FaviconRemoteURLLTE != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLLTE(*i.FaviconRemoteURLLTE)) - } if i.FaviconRemoteURLContains != nil { predicates = append(predicates, trustcentersettinghistory.FaviconRemoteURLContains(*i.FaviconRemoteURLContains)) } @@ -80021,18 +61362,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.FaviconLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDNotIn(i.FaviconLocalFileIDNotIn...)) } - if i.FaviconLocalFileIDGT != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDGT(*i.FaviconLocalFileIDGT)) - } - if i.FaviconLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDGTE(*i.FaviconLocalFileIDGTE)) - } - if i.FaviconLocalFileIDLT != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDLT(*i.FaviconLocalFileIDLT)) - } - if i.FaviconLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDLTE(*i.FaviconLocalFileIDLTE)) - } if i.FaviconLocalFileIDContains != nil { predicates = append(predicates, trustcentersettinghistory.FaviconLocalFileIDContains(*i.FaviconLocalFileIDContains)) } @@ -80066,18 +61395,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.HeroImageLocalFileIDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDNotIn(i.HeroImageLocalFileIDNotIn...)) } - if i.HeroImageLocalFileIDGT != nil { - predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDGT(*i.HeroImageLocalFileIDGT)) - } - if i.HeroImageLocalFileIDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDGTE(*i.HeroImageLocalFileIDGTE)) - } - if i.HeroImageLocalFileIDLT != nil { - predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDLT(*i.HeroImageLocalFileIDLT)) - } - if i.HeroImageLocalFileIDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDLTE(*i.HeroImageLocalFileIDLTE)) - } if i.HeroImageLocalFileIDContains != nil { predicates = append(predicates, trustcentersettinghistory.HeroImageLocalFileIDContains(*i.HeroImageLocalFileIDContains)) } @@ -80129,18 +61446,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.PrimaryColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.PrimaryColorNotIn(i.PrimaryColorNotIn...)) } - if i.PrimaryColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.PrimaryColorGT(*i.PrimaryColorGT)) - } - if i.PrimaryColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.PrimaryColorGTE(*i.PrimaryColorGTE)) - } - if i.PrimaryColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.PrimaryColorLT(*i.PrimaryColorLT)) - } - if i.PrimaryColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.PrimaryColorLTE(*i.PrimaryColorLTE)) - } if i.PrimaryColorContains != nil { predicates = append(predicates, trustcentersettinghistory.PrimaryColorContains(*i.PrimaryColorContains)) } @@ -80174,18 +61479,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.FontNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.FontNotIn(i.FontNotIn...)) } - if i.FontGT != nil { - predicates = append(predicates, trustcentersettinghistory.FontGT(*i.FontGT)) - } - if i.FontGTE != nil { - predicates = append(predicates, trustcentersettinghistory.FontGTE(*i.FontGTE)) - } - if i.FontLT != nil { - predicates = append(predicates, trustcentersettinghistory.FontLT(*i.FontLT)) - } - if i.FontLTE != nil { - predicates = append(predicates, trustcentersettinghistory.FontLTE(*i.FontLTE)) - } if i.FontContains != nil { predicates = append(predicates, trustcentersettinghistory.FontContains(*i.FontContains)) } @@ -80219,18 +61512,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.ForegroundColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.ForegroundColorNotIn(i.ForegroundColorNotIn...)) } - if i.ForegroundColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.ForegroundColorGT(*i.ForegroundColorGT)) - } - if i.ForegroundColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.ForegroundColorGTE(*i.ForegroundColorGTE)) - } - if i.ForegroundColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.ForegroundColorLT(*i.ForegroundColorLT)) - } - if i.ForegroundColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.ForegroundColorLTE(*i.ForegroundColorLTE)) - } if i.ForegroundColorContains != nil { predicates = append(predicates, trustcentersettinghistory.ForegroundColorContains(*i.ForegroundColorContains)) } @@ -80264,18 +61545,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.BackgroundColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.BackgroundColorNotIn(i.BackgroundColorNotIn...)) } - if i.BackgroundColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.BackgroundColorGT(*i.BackgroundColorGT)) - } - if i.BackgroundColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.BackgroundColorGTE(*i.BackgroundColorGTE)) - } - if i.BackgroundColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.BackgroundColorLT(*i.BackgroundColorLT)) - } - if i.BackgroundColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.BackgroundColorLTE(*i.BackgroundColorLTE)) - } if i.BackgroundColorContains != nil { predicates = append(predicates, trustcentersettinghistory.BackgroundColorContains(*i.BackgroundColorContains)) } @@ -80309,18 +61578,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.AccentColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.AccentColorNotIn(i.AccentColorNotIn...)) } - if i.AccentColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.AccentColorGT(*i.AccentColorGT)) - } - if i.AccentColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.AccentColorGTE(*i.AccentColorGTE)) - } - if i.AccentColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.AccentColorLT(*i.AccentColorLT)) - } - if i.AccentColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.AccentColorLTE(*i.AccentColorLTE)) - } if i.AccentColorContains != nil { predicates = append(predicates, trustcentersettinghistory.AccentColorContains(*i.AccentColorContains)) } @@ -80354,18 +61611,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.SecondaryBackgroundColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorNotIn(i.SecondaryBackgroundColorNotIn...)) } - if i.SecondaryBackgroundColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorGT(*i.SecondaryBackgroundColorGT)) - } - if i.SecondaryBackgroundColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorGTE(*i.SecondaryBackgroundColorGTE)) - } - if i.SecondaryBackgroundColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorLT(*i.SecondaryBackgroundColorLT)) - } - if i.SecondaryBackgroundColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorLTE(*i.SecondaryBackgroundColorLTE)) - } if i.SecondaryBackgroundColorContains != nil { predicates = append(predicates, trustcentersettinghistory.SecondaryBackgroundColorContains(*i.SecondaryBackgroundColorContains)) } @@ -80399,18 +61644,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.SecondaryForegroundColorNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorNotIn(i.SecondaryForegroundColorNotIn...)) } - if i.SecondaryForegroundColorGT != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorGT(*i.SecondaryForegroundColorGT)) - } - if i.SecondaryForegroundColorGTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorGTE(*i.SecondaryForegroundColorGTE)) - } - if i.SecondaryForegroundColorLT != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorLT(*i.SecondaryForegroundColorLT)) - } - if i.SecondaryForegroundColorLTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorLTE(*i.SecondaryForegroundColorLTE)) - } if i.SecondaryForegroundColorContains != nil { predicates = append(predicates, trustcentersettinghistory.SecondaryForegroundColorContains(*i.SecondaryForegroundColorContains)) } @@ -80474,18 +61707,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.CompanyDomainNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.CompanyDomainNotIn(i.CompanyDomainNotIn...)) } - if i.CompanyDomainGT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDomainGT(*i.CompanyDomainGT)) - } - if i.CompanyDomainGTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDomainGTE(*i.CompanyDomainGTE)) - } - if i.CompanyDomainLT != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDomainLT(*i.CompanyDomainLT)) - } - if i.CompanyDomainLTE != nil { - predicates = append(predicates, trustcentersettinghistory.CompanyDomainLTE(*i.CompanyDomainLTE)) - } if i.CompanyDomainContains != nil { predicates = append(predicates, trustcentersettinghistory.CompanyDomainContains(*i.CompanyDomainContains)) } @@ -80519,18 +61740,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.SecurityContactNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.SecurityContactNotIn(i.SecurityContactNotIn...)) } - if i.SecurityContactGT != nil { - predicates = append(predicates, trustcentersettinghistory.SecurityContactGT(*i.SecurityContactGT)) - } - if i.SecurityContactGTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecurityContactGTE(*i.SecurityContactGTE)) - } - if i.SecurityContactLT != nil { - predicates = append(predicates, trustcentersettinghistory.SecurityContactLT(*i.SecurityContactLT)) - } - if i.SecurityContactLTE != nil { - predicates = append(predicates, trustcentersettinghistory.SecurityContactLTE(*i.SecurityContactLTE)) - } if i.SecurityContactContains != nil { predicates = append(predicates, trustcentersettinghistory.SecurityContactContains(*i.SecurityContactContains)) } @@ -80591,15 +61800,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if i.SubprocessorsNotifiedAt != nil { predicates = append(predicates, trustcentersettinghistory.SubprocessorsNotifiedAtEQ(*i.SubprocessorsNotifiedAt)) } - if i.SubprocessorsNotifiedAtNEQ != nil { - predicates = append(predicates, trustcentersettinghistory.SubprocessorsNotifiedAtNEQ(*i.SubprocessorsNotifiedAtNEQ)) - } - if len(i.SubprocessorsNotifiedAtIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.SubprocessorsNotifiedAtIn(i.SubprocessorsNotifiedAtIn...)) - } - if len(i.SubprocessorsNotifiedAtNotIn) > 0 { - predicates = append(predicates, trustcentersettinghistory.SubprocessorsNotifiedAtNotIn(i.SubprocessorsNotifiedAtNotIn...)) - } if i.SubprocessorsNotifiedAtGT != nil { predicates = append(predicates, trustcentersettinghistory.SubprocessorsNotifiedAtGT(*i.SubprocessorsNotifiedAtGT)) } @@ -80630,18 +61830,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.NdaApproverGroupIDNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDNotIn(i.NdaApproverGroupIDNotIn...)) } - if i.NdaApproverGroupIDGT != nil { - predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDGT(*i.NdaApproverGroupIDGT)) - } - if i.NdaApproverGroupIDGTE != nil { - predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDGTE(*i.NdaApproverGroupIDGTE)) - } - if i.NdaApproverGroupIDLT != nil { - predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDLT(*i.NdaApproverGroupIDLT)) - } - if i.NdaApproverGroupIDLTE != nil { - predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDLTE(*i.NdaApproverGroupIDLTE)) - } if i.NdaApproverGroupIDContains != nil { predicates = append(predicates, trustcentersettinghistory.NdaApproverGroupIDContains(*i.NdaApproverGroupIDContains)) } @@ -80675,18 +61863,6 @@ func (i *TrustCenterSettingHistoryWhereInput) P() (predicate.TrustCenterSettingH if len(i.StatusPageURLNotIn) > 0 { predicates = append(predicates, trustcentersettinghistory.StatusPageURLNotIn(i.StatusPageURLNotIn...)) } - if i.StatusPageURLGT != nil { - predicates = append(predicates, trustcentersettinghistory.StatusPageURLGT(*i.StatusPageURLGT)) - } - if i.StatusPageURLGTE != nil { - predicates = append(predicates, trustcentersettinghistory.StatusPageURLGTE(*i.StatusPageURLGTE)) - } - if i.StatusPageURLLT != nil { - predicates = append(predicates, trustcentersettinghistory.StatusPageURLLT(*i.StatusPageURLLT)) - } - if i.StatusPageURLLTE != nil { - predicates = append(predicates, trustcentersettinghistory.StatusPageURLLTE(*i.StatusPageURLLTE)) - } if i.StatusPageURLContains != nil { predicates = append(predicates, trustcentersettinghistory.StatusPageURLContains(*i.StatusPageURLContains)) } @@ -80731,32 +61907,21 @@ type TrustCenterSubprocessorHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -80772,38 +61937,28 @@ type TrustCenterSubprocessorHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -80817,10 +61972,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -80834,10 +61985,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -80851,10 +61998,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { TrustCenterSubprocessorKindNameNEQ *string `json:"trustCenterSubprocessorKindNameNEQ,omitempty"` TrustCenterSubprocessorKindNameIn []string `json:"trustCenterSubprocessorKindNameIn,omitempty"` TrustCenterSubprocessorKindNameNotIn []string `json:"trustCenterSubprocessorKindNameNotIn,omitempty"` - TrustCenterSubprocessorKindNameGT *string `json:"trustCenterSubprocessorKindNameGT,omitempty"` - TrustCenterSubprocessorKindNameGTE *string `json:"trustCenterSubprocessorKindNameGTE,omitempty"` - TrustCenterSubprocessorKindNameLT *string `json:"trustCenterSubprocessorKindNameLT,omitempty"` - TrustCenterSubprocessorKindNameLTE *string `json:"trustCenterSubprocessorKindNameLTE,omitempty"` TrustCenterSubprocessorKindNameContains *string `json:"trustCenterSubprocessorKindNameContains,omitempty"` TrustCenterSubprocessorKindNameHasPrefix *string `json:"trustCenterSubprocessorKindNameHasPrefix,omitempty"` TrustCenterSubprocessorKindNameHasSuffix *string `json:"trustCenterSubprocessorKindNameHasSuffix,omitempty"` @@ -80868,10 +62011,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { TrustCenterSubprocessorKindIDNEQ *string `json:"trustCenterSubprocessorKindIDNEQ,omitempty"` TrustCenterSubprocessorKindIDIn []string `json:"trustCenterSubprocessorKindIDIn,omitempty"` TrustCenterSubprocessorKindIDNotIn []string `json:"trustCenterSubprocessorKindIDNotIn,omitempty"` - TrustCenterSubprocessorKindIDGT *string `json:"trustCenterSubprocessorKindIDGT,omitempty"` - TrustCenterSubprocessorKindIDGTE *string `json:"trustCenterSubprocessorKindIDGTE,omitempty"` - TrustCenterSubprocessorKindIDLT *string `json:"trustCenterSubprocessorKindIDLT,omitempty"` - TrustCenterSubprocessorKindIDLTE *string `json:"trustCenterSubprocessorKindIDLTE,omitempty"` TrustCenterSubprocessorKindIDContains *string `json:"trustCenterSubprocessorKindIDContains,omitempty"` TrustCenterSubprocessorKindIDHasPrefix *string `json:"trustCenterSubprocessorKindIDHasPrefix,omitempty"` TrustCenterSubprocessorKindIDHasSuffix *string `json:"trustCenterSubprocessorKindIDHasSuffix,omitempty"` @@ -80885,10 +62024,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { SubprocessorIDNEQ *string `json:"subprocessorIDNEQ,omitempty"` SubprocessorIDIn []string `json:"subprocessorIDIn,omitempty"` SubprocessorIDNotIn []string `json:"subprocessorIDNotIn,omitempty"` - SubprocessorIDGT *string `json:"subprocessorIDGT,omitempty"` - SubprocessorIDGTE *string `json:"subprocessorIDGTE,omitempty"` - SubprocessorIDLT *string `json:"subprocessorIDLT,omitempty"` - SubprocessorIDLTE *string `json:"subprocessorIDLTE,omitempty"` SubprocessorIDContains *string `json:"subprocessorIDContains,omitempty"` SubprocessorIDHasPrefix *string `json:"subprocessorIDHasPrefix,omitempty"` SubprocessorIDHasSuffix *string `json:"subprocessorIDHasSuffix,omitempty"` @@ -80900,10 +62035,6 @@ type TrustCenterSubprocessorHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -80999,18 +62130,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcentersubprocessorhistory.IDEqualFold(*i.IDEqualFold)) } @@ -81020,15 +62139,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if i.HistoryTime != nil { predicates = append(predicates, trustcentersubprocessorhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcentersubprocessorhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcentersubprocessorhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -81053,18 +62163,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.RefContains(*i.RefContains)) } @@ -81101,15 +62199,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if i.CreatedAt != nil { predicates = append(predicates, trustcentersubprocessorhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcentersubprocessorhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -81131,15 +62220,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if i.UpdatedAt != nil { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -81170,18 +62250,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.CreatedByContains(*i.CreatedByContains)) } @@ -81215,18 +62283,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -81260,18 +62316,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -81305,18 +62349,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.TrustCenterSubprocessorKindNameNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameNotIn(i.TrustCenterSubprocessorKindNameNotIn...)) } - if i.TrustCenterSubprocessorKindNameGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameGT(*i.TrustCenterSubprocessorKindNameGT)) - } - if i.TrustCenterSubprocessorKindNameGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameGTE(*i.TrustCenterSubprocessorKindNameGTE)) - } - if i.TrustCenterSubprocessorKindNameLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameLT(*i.TrustCenterSubprocessorKindNameLT)) - } - if i.TrustCenterSubprocessorKindNameLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameLTE(*i.TrustCenterSubprocessorKindNameLTE)) - } if i.TrustCenterSubprocessorKindNameContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindNameContains(*i.TrustCenterSubprocessorKindNameContains)) } @@ -81350,18 +62382,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.TrustCenterSubprocessorKindIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDNotIn(i.TrustCenterSubprocessorKindIDNotIn...)) } - if i.TrustCenterSubprocessorKindIDGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDGT(*i.TrustCenterSubprocessorKindIDGT)) - } - if i.TrustCenterSubprocessorKindIDGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDGTE(*i.TrustCenterSubprocessorKindIDGTE)) - } - if i.TrustCenterSubprocessorKindIDLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDLT(*i.TrustCenterSubprocessorKindIDLT)) - } - if i.TrustCenterSubprocessorKindIDLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDLTE(*i.TrustCenterSubprocessorKindIDLTE)) - } if i.TrustCenterSubprocessorKindIDContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterSubprocessorKindIDContains(*i.TrustCenterSubprocessorKindIDContains)) } @@ -81395,18 +62415,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.SubprocessorIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDNotIn(i.SubprocessorIDNotIn...)) } - if i.SubprocessorIDGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDGT(*i.SubprocessorIDGT)) - } - if i.SubprocessorIDGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDGTE(*i.SubprocessorIDGTE)) - } - if i.SubprocessorIDLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDLT(*i.SubprocessorIDLT)) - } - if i.SubprocessorIDLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDLTE(*i.SubprocessorIDLTE)) - } if i.SubprocessorIDContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.SubprocessorIDContains(*i.SubprocessorIDContains)) } @@ -81434,18 +62442,6 @@ func (i *TrustCenterSubprocessorHistoryWhereInput) P() (predicate.TrustCenterSub if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcentersubprocessorhistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -81497,32 +62493,21 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -81538,38 +62523,28 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -81583,10 +62558,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -81600,10 +62571,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -81617,10 +62584,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -81634,10 +62597,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { TrustCenterIDNEQ *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIDGT *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIDGTE *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIDLT *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIDLTE *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -81657,10 +62616,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { LogoIDNEQ *string `json:"logoIDNEQ,omitempty"` LogoIDIn []string `json:"logoIDIn,omitempty"` LogoIDNotIn []string `json:"logoIDNotIn,omitempty"` - LogoIDGT *string `json:"logoIDGT,omitempty"` - LogoIDGTE *string `json:"logoIDGTE,omitempty"` - LogoIDLT *string `json:"logoIDLT,omitempty"` - LogoIDLTE *string `json:"logoIDLTE,omitempty"` LogoIDContains *string `json:"logoIDContains,omitempty"` LogoIDHasPrefix *string `json:"logoIDHasPrefix,omitempty"` LogoIDHasSuffix *string `json:"logoIDHasSuffix,omitempty"` @@ -81674,10 +62629,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { TextNEQ *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGT *string `json:"textGT,omitempty"` - TextGTE *string `json:"textGTE,omitempty"` - TextLT *string `json:"textLT,omitempty"` - TextLTE *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -81727,10 +62678,6 @@ type TrustCenterWatermarkConfigHistoryWhereInput struct { ColorNEQ *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGT *string `json:"colorGT,omitempty"` - ColorGTE *string `json:"colorGTE,omitempty"` - ColorLT *string `json:"colorLT,omitempty"` - ColorLTE *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -81831,18 +62778,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.IDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.IDEqualFold(*i.IDEqualFold)) } @@ -81852,15 +62787,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if i.HistoryTime != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -81885,18 +62811,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.RefNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.RefContains(*i.RefContains)) } @@ -81933,15 +62847,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if i.CreatedAt != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -81963,15 +62868,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if i.UpdatedAt != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -82002,18 +62898,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.CreatedByContains(*i.CreatedByContains)) } @@ -82047,18 +62931,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -82092,18 +62964,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -82137,18 +62997,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -82182,18 +63030,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.TrustCenterIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDNotIn(i.TrustCenterIDNotIn...)) } - if i.TrustCenterIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDGT(*i.TrustCenterIDGT)) - } - if i.TrustCenterIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDGTE(*i.TrustCenterIDGTE)) - } - if i.TrustCenterIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDLT(*i.TrustCenterIDLT)) - } - if i.TrustCenterIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDLTE(*i.TrustCenterIDLTE)) - } if i.TrustCenterIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.TrustCenterIDContains(*i.TrustCenterIDContains)) } @@ -82239,18 +63075,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.LogoIDNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDNotIn(i.LogoIDNotIn...)) } - if i.LogoIDGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDGT(*i.LogoIDGT)) - } - if i.LogoIDGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDGTE(*i.LogoIDGTE)) - } - if i.LogoIDLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDLT(*i.LogoIDLT)) - } - if i.LogoIDLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDLTE(*i.LogoIDLTE)) - } if i.LogoIDContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.LogoIDContains(*i.LogoIDContains)) } @@ -82284,18 +63108,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.TextNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.TextNotIn(i.TextNotIn...)) } - if i.TextGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TextGT(*i.TextGT)) - } - if i.TextGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TextGTE(*i.TextGTE)) - } - if i.TextLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TextLT(*i.TextLT)) - } - if i.TextLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.TextLTE(*i.TextLTE)) - } if i.TextContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.TextContains(*i.TextContains)) } @@ -82419,18 +63231,6 @@ func (i *TrustCenterWatermarkConfigHistoryWhereInput) P() (predicate.TrustCenter if len(i.ColorNotIn) > 0 { predicates = append(predicates, trustcenterwatermarkconfighistory.ColorNotIn(i.ColorNotIn...)) } - if i.ColorGT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.ColorGT(*i.ColorGT)) - } - if i.ColorGTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.ColorGTE(*i.ColorGTE)) - } - if i.ColorLT != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.ColorLT(*i.ColorLT)) - } - if i.ColorLTE != nil { - predicates = append(predicates, trustcenterwatermarkconfighistory.ColorLTE(*i.ColorLTE)) - } if i.ColorContains != nil { predicates = append(predicates, trustcenterwatermarkconfighistory.ColorContains(*i.ColorContains)) } @@ -82493,32 +63293,21 @@ type UserHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -82534,38 +63323,28 @@ type UserHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -82579,10 +63358,6 @@ type UserHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -82596,10 +63371,6 @@ type UserHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -82611,10 +63382,6 @@ type UserHistoryWhereInput struct { EmailNEQ *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGT *string `json:"emailGT,omitempty"` - EmailGTE *string `json:"emailGTE,omitempty"` - EmailLT *string `json:"emailLT,omitempty"` - EmailLTE *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -82626,10 +63393,6 @@ type UserHistoryWhereInput struct { FirstNameNEQ *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGT *string `json:"firstNameGT,omitempty"` - FirstNameGTE *string `json:"firstNameGTE,omitempty"` - FirstNameLT *string `json:"firstNameLT,omitempty"` - FirstNameLTE *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -82643,10 +63406,6 @@ type UserHistoryWhereInput struct { LastNameNEQ *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGT *string `json:"lastNameGT,omitempty"` - LastNameGTE *string `json:"lastNameGTE,omitempty"` - LastNameLT *string `json:"lastNameLT,omitempty"` - LastNameLTE *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -82660,10 +63419,6 @@ type UserHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -82675,10 +63430,6 @@ type UserHistoryWhereInput struct { AvatarRemoteURLNEQ *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGT *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGTE *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLT *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLTE *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -82692,10 +63443,6 @@ type UserHistoryWhereInput struct { AvatarLocalFileIDNEQ *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIDGT *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIDGTE *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIDLT *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIDLTE *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -82705,28 +63452,22 @@ type UserHistoryWhereInput struct { AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // "avatar_updated_at" field predicates. - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNEQ *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGT *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGTE *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLT *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLTE *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil bool `json:"avatarUpdatedAtNotNil,omitempty"` // "last_seen" field predicates. - LastSeen *time.Time `json:"lastSeen,omitempty"` - LastSeenNEQ *time.Time `json:"lastSeenNEQ,omitempty"` - LastSeenIn []time.Time `json:"lastSeenIn,omitempty"` - LastSeenNotIn []time.Time `json:"lastSeenNotIn,omitempty"` - LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` - LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` - LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` - LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` - LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` - LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` + LastSeen *time.Time `json:"lastSeen,omitempty"` + LastSeenGT *time.Time `json:"lastSeenGT,omitempty"` + LastSeenGTE *time.Time `json:"lastSeenGTE,omitempty"` + LastSeenLT *time.Time `json:"lastSeenLT,omitempty"` + LastSeenLTE *time.Time `json:"lastSeenLTE,omitempty"` + LastSeenIsNil bool `json:"lastSeenIsNil,omitempty"` + LastSeenNotNil bool `json:"lastSeenNotNil,omitempty"` // "last_login_provider" field predicates. LastLoginProvider *enums.AuthProvider `json:"lastLoginProvider,omitempty"` @@ -82741,10 +63482,6 @@ type UserHistoryWhereInput struct { PasswordNEQ *string `json:"passwordNEQ,omitempty"` PasswordIn []string `json:"passwordIn,omitempty"` PasswordNotIn []string `json:"passwordNotIn,omitempty"` - PasswordGT *string `json:"passwordGT,omitempty"` - PasswordGTE *string `json:"passwordGTE,omitempty"` - PasswordLT *string `json:"passwordLT,omitempty"` - PasswordLTE *string `json:"passwordLTE,omitempty"` PasswordContains *string `json:"passwordContains,omitempty"` PasswordHasPrefix *string `json:"passwordHasPrefix,omitempty"` PasswordHasSuffix *string `json:"passwordHasSuffix,omitempty"` @@ -82758,10 +63495,6 @@ type UserHistoryWhereInput struct { SubNEQ *string `json:"subNEQ,omitempty"` SubIn []string `json:"subIn,omitempty"` SubNotIn []string `json:"subNotIn,omitempty"` - SubGT *string `json:"subGT,omitempty"` - SubGTE *string `json:"subGTE,omitempty"` - SubLT *string `json:"subLT,omitempty"` - SubLTE *string `json:"subLTE,omitempty"` SubContains *string `json:"subContains,omitempty"` SubHasPrefix *string `json:"subHasPrefix,omitempty"` SubHasSuffix *string `json:"subHasSuffix,omitempty"` @@ -82789,10 +63522,6 @@ type UserHistoryWhereInput struct { ScimExternalIDNEQ *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIDGT *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIDGTE *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIDLT *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIDLTE *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -82806,10 +63535,6 @@ type UserHistoryWhereInput struct { ScimUsernameNEQ *string `json:"scimUsernameNEQ,omitempty"` ScimUsernameIn []string `json:"scimUsernameIn,omitempty"` ScimUsernameNotIn []string `json:"scimUsernameNotIn,omitempty"` - ScimUsernameGT *string `json:"scimUsernameGT,omitempty"` - ScimUsernameGTE *string `json:"scimUsernameGTE,omitempty"` - ScimUsernameLT *string `json:"scimUsernameLT,omitempty"` - ScimUsernameLTE *string `json:"scimUsernameLTE,omitempty"` ScimUsernameContains *string `json:"scimUsernameContains,omitempty"` ScimUsernameHasPrefix *string `json:"scimUsernameHasPrefix,omitempty"` ScimUsernameHasSuffix *string `json:"scimUsernameHasSuffix,omitempty"` @@ -82829,10 +63554,6 @@ type UserHistoryWhereInput struct { ScimPreferredLanguageNEQ *string `json:"scimPreferredLanguageNEQ,omitempty"` ScimPreferredLanguageIn []string `json:"scimPreferredLanguageIn,omitempty"` ScimPreferredLanguageNotIn []string `json:"scimPreferredLanguageNotIn,omitempty"` - ScimPreferredLanguageGT *string `json:"scimPreferredLanguageGT,omitempty"` - ScimPreferredLanguageGTE *string `json:"scimPreferredLanguageGTE,omitempty"` - ScimPreferredLanguageLT *string `json:"scimPreferredLanguageLT,omitempty"` - ScimPreferredLanguageLTE *string `json:"scimPreferredLanguageLTE,omitempty"` ScimPreferredLanguageContains *string `json:"scimPreferredLanguageContains,omitempty"` ScimPreferredLanguageHasPrefix *string `json:"scimPreferredLanguageHasPrefix,omitempty"` ScimPreferredLanguageHasSuffix *string `json:"scimPreferredLanguageHasSuffix,omitempty"` @@ -82846,10 +63567,6 @@ type UserHistoryWhereInput struct { ScimLocaleNEQ *string `json:"scimLocaleNEQ,omitempty"` ScimLocaleIn []string `json:"scimLocaleIn,omitempty"` ScimLocaleNotIn []string `json:"scimLocaleNotIn,omitempty"` - ScimLocaleGT *string `json:"scimLocaleGT,omitempty"` - ScimLocaleGTE *string `json:"scimLocaleGTE,omitempty"` - ScimLocaleLT *string `json:"scimLocaleLT,omitempty"` - ScimLocaleLTE *string `json:"scimLocaleLTE,omitempty"` ScimLocaleContains *string `json:"scimLocaleContains,omitempty"` ScimLocaleHasPrefix *string `json:"scimLocaleHasPrefix,omitempty"` ScimLocaleHasSuffix *string `json:"scimLocaleHasSuffix,omitempty"` @@ -82945,18 +63662,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.IDNotIn) > 0 { predicates = append(predicates, userhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, userhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, userhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, userhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, userhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, userhistory.IDEqualFold(*i.IDEqualFold)) } @@ -82966,15 +63671,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if i.HistoryTime != nil { predicates = append(predicates, userhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, userhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, userhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, userhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, userhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -82999,18 +63695,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.RefNotIn) > 0 { predicates = append(predicates, userhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, userhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, userhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, userhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, userhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, userhistory.RefContains(*i.RefContains)) } @@ -83047,15 +63731,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if i.CreatedAt != nil { predicates = append(predicates, userhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, userhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, userhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, userhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, userhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -83077,15 +63752,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if i.UpdatedAt != nil { predicates = append(predicates, userhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, userhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, userhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, userhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, userhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -83116,18 +63782,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, userhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, userhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, userhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, userhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, userhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, userhistory.CreatedByContains(*i.CreatedByContains)) } @@ -83161,18 +63815,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, userhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, userhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, userhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, userhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, userhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, userhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -83206,18 +63848,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, userhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, userhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, userhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, userhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, userhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, userhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -83245,18 +63875,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.EmailNotIn) > 0 { predicates = append(predicates, userhistory.EmailNotIn(i.EmailNotIn...)) } - if i.EmailGT != nil { - predicates = append(predicates, userhistory.EmailGT(*i.EmailGT)) - } - if i.EmailGTE != nil { - predicates = append(predicates, userhistory.EmailGTE(*i.EmailGTE)) - } - if i.EmailLT != nil { - predicates = append(predicates, userhistory.EmailLT(*i.EmailLT)) - } - if i.EmailLTE != nil { - predicates = append(predicates, userhistory.EmailLTE(*i.EmailLTE)) - } if i.EmailContains != nil { predicates = append(predicates, userhistory.EmailContains(*i.EmailContains)) } @@ -83284,18 +63902,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.FirstNameNotIn) > 0 { predicates = append(predicates, userhistory.FirstNameNotIn(i.FirstNameNotIn...)) } - if i.FirstNameGT != nil { - predicates = append(predicates, userhistory.FirstNameGT(*i.FirstNameGT)) - } - if i.FirstNameGTE != nil { - predicates = append(predicates, userhistory.FirstNameGTE(*i.FirstNameGTE)) - } - if i.FirstNameLT != nil { - predicates = append(predicates, userhistory.FirstNameLT(*i.FirstNameLT)) - } - if i.FirstNameLTE != nil { - predicates = append(predicates, userhistory.FirstNameLTE(*i.FirstNameLTE)) - } if i.FirstNameContains != nil { predicates = append(predicates, userhistory.FirstNameContains(*i.FirstNameContains)) } @@ -83329,18 +63935,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.LastNameNotIn) > 0 { predicates = append(predicates, userhistory.LastNameNotIn(i.LastNameNotIn...)) } - if i.LastNameGT != nil { - predicates = append(predicates, userhistory.LastNameGT(*i.LastNameGT)) - } - if i.LastNameGTE != nil { - predicates = append(predicates, userhistory.LastNameGTE(*i.LastNameGTE)) - } - if i.LastNameLT != nil { - predicates = append(predicates, userhistory.LastNameLT(*i.LastNameLT)) - } - if i.LastNameLTE != nil { - predicates = append(predicates, userhistory.LastNameLTE(*i.LastNameLTE)) - } if i.LastNameContains != nil { predicates = append(predicates, userhistory.LastNameContains(*i.LastNameContains)) } @@ -83374,18 +63968,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, userhistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, userhistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, userhistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, userhistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, userhistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, userhistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -83413,18 +63995,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.AvatarRemoteURLNotIn) > 0 { predicates = append(predicates, userhistory.AvatarRemoteURLNotIn(i.AvatarRemoteURLNotIn...)) } - if i.AvatarRemoteURLGT != nil { - predicates = append(predicates, userhistory.AvatarRemoteURLGT(*i.AvatarRemoteURLGT)) - } - if i.AvatarRemoteURLGTE != nil { - predicates = append(predicates, userhistory.AvatarRemoteURLGTE(*i.AvatarRemoteURLGTE)) - } - if i.AvatarRemoteURLLT != nil { - predicates = append(predicates, userhistory.AvatarRemoteURLLT(*i.AvatarRemoteURLLT)) - } - if i.AvatarRemoteURLLTE != nil { - predicates = append(predicates, userhistory.AvatarRemoteURLLTE(*i.AvatarRemoteURLLTE)) - } if i.AvatarRemoteURLContains != nil { predicates = append(predicates, userhistory.AvatarRemoteURLContains(*i.AvatarRemoteURLContains)) } @@ -83458,18 +64028,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.AvatarLocalFileIDNotIn) > 0 { predicates = append(predicates, userhistory.AvatarLocalFileIDNotIn(i.AvatarLocalFileIDNotIn...)) } - if i.AvatarLocalFileIDGT != nil { - predicates = append(predicates, userhistory.AvatarLocalFileIDGT(*i.AvatarLocalFileIDGT)) - } - if i.AvatarLocalFileIDGTE != nil { - predicates = append(predicates, userhistory.AvatarLocalFileIDGTE(*i.AvatarLocalFileIDGTE)) - } - if i.AvatarLocalFileIDLT != nil { - predicates = append(predicates, userhistory.AvatarLocalFileIDLT(*i.AvatarLocalFileIDLT)) - } - if i.AvatarLocalFileIDLTE != nil { - predicates = append(predicates, userhistory.AvatarLocalFileIDLTE(*i.AvatarLocalFileIDLTE)) - } if i.AvatarLocalFileIDContains != nil { predicates = append(predicates, userhistory.AvatarLocalFileIDContains(*i.AvatarLocalFileIDContains)) } @@ -83494,15 +64052,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if i.AvatarUpdatedAt != nil { predicates = append(predicates, userhistory.AvatarUpdatedAtEQ(*i.AvatarUpdatedAt)) } - if i.AvatarUpdatedAtNEQ != nil { - predicates = append(predicates, userhistory.AvatarUpdatedAtNEQ(*i.AvatarUpdatedAtNEQ)) - } - if len(i.AvatarUpdatedAtIn) > 0 { - predicates = append(predicates, userhistory.AvatarUpdatedAtIn(i.AvatarUpdatedAtIn...)) - } - if len(i.AvatarUpdatedAtNotIn) > 0 { - predicates = append(predicates, userhistory.AvatarUpdatedAtNotIn(i.AvatarUpdatedAtNotIn...)) - } if i.AvatarUpdatedAtGT != nil { predicates = append(predicates, userhistory.AvatarUpdatedAtGT(*i.AvatarUpdatedAtGT)) } @@ -83524,15 +64073,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if i.LastSeen != nil { predicates = append(predicates, userhistory.LastSeenEQ(*i.LastSeen)) } - if i.LastSeenNEQ != nil { - predicates = append(predicates, userhistory.LastSeenNEQ(*i.LastSeenNEQ)) - } - if len(i.LastSeenIn) > 0 { - predicates = append(predicates, userhistory.LastSeenIn(i.LastSeenIn...)) - } - if len(i.LastSeenNotIn) > 0 { - predicates = append(predicates, userhistory.LastSeenNotIn(i.LastSeenNotIn...)) - } if i.LastSeenGT != nil { predicates = append(predicates, userhistory.LastSeenGT(*i.LastSeenGT)) } @@ -83581,18 +64121,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.PasswordNotIn) > 0 { predicates = append(predicates, userhistory.PasswordNotIn(i.PasswordNotIn...)) } - if i.PasswordGT != nil { - predicates = append(predicates, userhistory.PasswordGT(*i.PasswordGT)) - } - if i.PasswordGTE != nil { - predicates = append(predicates, userhistory.PasswordGTE(*i.PasswordGTE)) - } - if i.PasswordLT != nil { - predicates = append(predicates, userhistory.PasswordLT(*i.PasswordLT)) - } - if i.PasswordLTE != nil { - predicates = append(predicates, userhistory.PasswordLTE(*i.PasswordLTE)) - } if i.PasswordContains != nil { predicates = append(predicates, userhistory.PasswordContains(*i.PasswordContains)) } @@ -83626,18 +64154,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.SubNotIn) > 0 { predicates = append(predicates, userhistory.SubNotIn(i.SubNotIn...)) } - if i.SubGT != nil { - predicates = append(predicates, userhistory.SubGT(*i.SubGT)) - } - if i.SubGTE != nil { - predicates = append(predicates, userhistory.SubGTE(*i.SubGTE)) - } - if i.SubLT != nil { - predicates = append(predicates, userhistory.SubLT(*i.SubLT)) - } - if i.SubLTE != nil { - predicates = append(predicates, userhistory.SubLTE(*i.SubLTE)) - } if i.SubContains != nil { predicates = append(predicates, userhistory.SubContains(*i.SubContains)) } @@ -83701,18 +64217,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.ScimExternalIDNotIn) > 0 { predicates = append(predicates, userhistory.ScimExternalIDNotIn(i.ScimExternalIDNotIn...)) } - if i.ScimExternalIDGT != nil { - predicates = append(predicates, userhistory.ScimExternalIDGT(*i.ScimExternalIDGT)) - } - if i.ScimExternalIDGTE != nil { - predicates = append(predicates, userhistory.ScimExternalIDGTE(*i.ScimExternalIDGTE)) - } - if i.ScimExternalIDLT != nil { - predicates = append(predicates, userhistory.ScimExternalIDLT(*i.ScimExternalIDLT)) - } - if i.ScimExternalIDLTE != nil { - predicates = append(predicates, userhistory.ScimExternalIDLTE(*i.ScimExternalIDLTE)) - } if i.ScimExternalIDContains != nil { predicates = append(predicates, userhistory.ScimExternalIDContains(*i.ScimExternalIDContains)) } @@ -83746,18 +64250,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.ScimUsernameNotIn) > 0 { predicates = append(predicates, userhistory.ScimUsernameNotIn(i.ScimUsernameNotIn...)) } - if i.ScimUsernameGT != nil { - predicates = append(predicates, userhistory.ScimUsernameGT(*i.ScimUsernameGT)) - } - if i.ScimUsernameGTE != nil { - predicates = append(predicates, userhistory.ScimUsernameGTE(*i.ScimUsernameGTE)) - } - if i.ScimUsernameLT != nil { - predicates = append(predicates, userhistory.ScimUsernameLT(*i.ScimUsernameLT)) - } - if i.ScimUsernameLTE != nil { - predicates = append(predicates, userhistory.ScimUsernameLTE(*i.ScimUsernameLTE)) - } if i.ScimUsernameContains != nil { predicates = append(predicates, userhistory.ScimUsernameContains(*i.ScimUsernameContains)) } @@ -83803,18 +64295,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.ScimPreferredLanguageNotIn) > 0 { predicates = append(predicates, userhistory.ScimPreferredLanguageNotIn(i.ScimPreferredLanguageNotIn...)) } - if i.ScimPreferredLanguageGT != nil { - predicates = append(predicates, userhistory.ScimPreferredLanguageGT(*i.ScimPreferredLanguageGT)) - } - if i.ScimPreferredLanguageGTE != nil { - predicates = append(predicates, userhistory.ScimPreferredLanguageGTE(*i.ScimPreferredLanguageGTE)) - } - if i.ScimPreferredLanguageLT != nil { - predicates = append(predicates, userhistory.ScimPreferredLanguageLT(*i.ScimPreferredLanguageLT)) - } - if i.ScimPreferredLanguageLTE != nil { - predicates = append(predicates, userhistory.ScimPreferredLanguageLTE(*i.ScimPreferredLanguageLTE)) - } if i.ScimPreferredLanguageContains != nil { predicates = append(predicates, userhistory.ScimPreferredLanguageContains(*i.ScimPreferredLanguageContains)) } @@ -83848,18 +64328,6 @@ func (i *UserHistoryWhereInput) P() (predicate.UserHistory, error) { if len(i.ScimLocaleNotIn) > 0 { predicates = append(predicates, userhistory.ScimLocaleNotIn(i.ScimLocaleNotIn...)) } - if i.ScimLocaleGT != nil { - predicates = append(predicates, userhistory.ScimLocaleGT(*i.ScimLocaleGT)) - } - if i.ScimLocaleGTE != nil { - predicates = append(predicates, userhistory.ScimLocaleGTE(*i.ScimLocaleGTE)) - } - if i.ScimLocaleLT != nil { - predicates = append(predicates, userhistory.ScimLocaleLT(*i.ScimLocaleLT)) - } - if i.ScimLocaleLTE != nil { - predicates = append(predicates, userhistory.ScimLocaleLTE(*i.ScimLocaleLTE)) - } if i.ScimLocaleContains != nil { predicates = append(predicates, userhistory.ScimLocaleContains(*i.ScimLocaleContains)) } @@ -83911,32 +64379,21 @@ type UserSettingHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -83952,38 +64409,28 @@ type UserSettingHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -83997,10 +64444,6 @@ type UserSettingHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -84014,10 +64457,6 @@ type UserSettingHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -84031,10 +64470,6 @@ type UserSettingHistoryWhereInput struct { UserIDNEQ *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIDGT *string `json:"userIDGT,omitempty"` - UserIDGTE *string `json:"userIDGTE,omitempty"` - UserIDLT *string `json:"userIDLT,omitempty"` - UserIDLTE *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -84048,10 +64483,6 @@ type UserSettingHistoryWhereInput struct { DelegateUserIDNEQ *string `json:"delegateUserIDNEQ,omitempty"` DelegateUserIDIn []string `json:"delegateUserIDIn,omitempty"` DelegateUserIDNotIn []string `json:"delegateUserIDNotIn,omitempty"` - DelegateUserIDGT *string `json:"delegateUserIDGT,omitempty"` - DelegateUserIDGTE *string `json:"delegateUserIDGTE,omitempty"` - DelegateUserIDLT *string `json:"delegateUserIDLT,omitempty"` - DelegateUserIDLTE *string `json:"delegateUserIDLTE,omitempty"` DelegateUserIDContains *string `json:"delegateUserIDContains,omitempty"` DelegateUserIDHasPrefix *string `json:"delegateUserIDHasPrefix,omitempty"` DelegateUserIDHasSuffix *string `json:"delegateUserIDHasSuffix,omitempty"` @@ -84061,56 +64492,44 @@ type UserSettingHistoryWhereInput struct { DelegateUserIDContainsFold *string `json:"delegateUserIDContainsFold,omitempty"` // "delegate_start_at" field predicates. - DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` - DelegateStartAtNEQ *time.Time `json:"delegateStartAtNEQ,omitempty"` - DelegateStartAtIn []time.Time `json:"delegateStartAtIn,omitempty"` - DelegateStartAtNotIn []time.Time `json:"delegateStartAtNotIn,omitempty"` - DelegateStartAtGT *time.Time `json:"delegateStartAtGT,omitempty"` - DelegateStartAtGTE *time.Time `json:"delegateStartAtGTE,omitempty"` - DelegateStartAtLT *time.Time `json:"delegateStartAtLT,omitempty"` - DelegateStartAtLTE *time.Time `json:"delegateStartAtLTE,omitempty"` - DelegateStartAtIsNil bool `json:"delegateStartAtIsNil,omitempty"` - DelegateStartAtNotNil bool `json:"delegateStartAtNotNil,omitempty"` + DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` + DelegateStartAtGT *time.Time `json:"delegateStartAtGT,omitempty"` + DelegateStartAtGTE *time.Time `json:"delegateStartAtGTE,omitempty"` + DelegateStartAtLT *time.Time `json:"delegateStartAtLT,omitempty"` + DelegateStartAtLTE *time.Time `json:"delegateStartAtLTE,omitempty"` + DelegateStartAtIsNil bool `json:"delegateStartAtIsNil,omitempty"` + DelegateStartAtNotNil bool `json:"delegateStartAtNotNil,omitempty"` // "delegate_end_at" field predicates. - DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` - DelegateEndAtNEQ *time.Time `json:"delegateEndAtNEQ,omitempty"` - DelegateEndAtIn []time.Time `json:"delegateEndAtIn,omitempty"` - DelegateEndAtNotIn []time.Time `json:"delegateEndAtNotIn,omitempty"` - DelegateEndAtGT *time.Time `json:"delegateEndAtGT,omitempty"` - DelegateEndAtGTE *time.Time `json:"delegateEndAtGTE,omitempty"` - DelegateEndAtLT *time.Time `json:"delegateEndAtLT,omitempty"` - DelegateEndAtLTE *time.Time `json:"delegateEndAtLTE,omitempty"` - DelegateEndAtIsNil bool `json:"delegateEndAtIsNil,omitempty"` - DelegateEndAtNotNil bool `json:"delegateEndAtNotNil,omitempty"` + DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` + DelegateEndAtGT *time.Time `json:"delegateEndAtGT,omitempty"` + DelegateEndAtGTE *time.Time `json:"delegateEndAtGTE,omitempty"` + DelegateEndAtLT *time.Time `json:"delegateEndAtLT,omitempty"` + DelegateEndAtLTE *time.Time `json:"delegateEndAtLTE,omitempty"` + DelegateEndAtIsNil bool `json:"delegateEndAtIsNil,omitempty"` + DelegateEndAtNotNil bool `json:"delegateEndAtNotNil,omitempty"` // "locked" field predicates. Locked *bool `json:"locked,omitempty"` LockedNEQ *bool `json:"lockedNEQ,omitempty"` // "silenced_at" field predicates. - SilencedAt *time.Time `json:"silencedAt,omitempty"` - SilencedAtNEQ *time.Time `json:"silencedAtNEQ,omitempty"` - SilencedAtIn []time.Time `json:"silencedAtIn,omitempty"` - SilencedAtNotIn []time.Time `json:"silencedAtNotIn,omitempty"` - SilencedAtGT *time.Time `json:"silencedAtGT,omitempty"` - SilencedAtGTE *time.Time `json:"silencedAtGTE,omitempty"` - SilencedAtLT *time.Time `json:"silencedAtLT,omitempty"` - SilencedAtLTE *time.Time `json:"silencedAtLTE,omitempty"` - SilencedAtIsNil bool `json:"silencedAtIsNil,omitempty"` - SilencedAtNotNil bool `json:"silencedAtNotNil,omitempty"` + SilencedAt *time.Time `json:"silencedAt,omitempty"` + SilencedAtGT *time.Time `json:"silencedAtGT,omitempty"` + SilencedAtGTE *time.Time `json:"silencedAtGTE,omitempty"` + SilencedAtLT *time.Time `json:"silencedAtLT,omitempty"` + SilencedAtLTE *time.Time `json:"silencedAtLTE,omitempty"` + SilencedAtIsNil bool `json:"silencedAtIsNil,omitempty"` + SilencedAtNotNil bool `json:"silencedAtNotNil,omitempty"` // "suspended_at" field predicates. - SuspendedAt *time.Time `json:"suspendedAt,omitempty"` - SuspendedAtNEQ *time.Time `json:"suspendedAtNEQ,omitempty"` - SuspendedAtIn []time.Time `json:"suspendedAtIn,omitempty"` - SuspendedAtNotIn []time.Time `json:"suspendedAtNotIn,omitempty"` - SuspendedAtGT *time.Time `json:"suspendedAtGT,omitempty"` - SuspendedAtGTE *time.Time `json:"suspendedAtGTE,omitempty"` - SuspendedAtLT *time.Time `json:"suspendedAtLT,omitempty"` - SuspendedAtLTE *time.Time `json:"suspendedAtLTE,omitempty"` - SuspendedAtIsNil bool `json:"suspendedAtIsNil,omitempty"` - SuspendedAtNotNil bool `json:"suspendedAtNotNil,omitempty"` + SuspendedAt *time.Time `json:"suspendedAt,omitempty"` + SuspendedAtGT *time.Time `json:"suspendedAtGT,omitempty"` + SuspendedAtGTE *time.Time `json:"suspendedAtGTE,omitempty"` + SuspendedAtLT *time.Time `json:"suspendedAtLT,omitempty"` + SuspendedAtLTE *time.Time `json:"suspendedAtLTE,omitempty"` + SuspendedAtIsNil bool `json:"suspendedAtIsNil,omitempty"` + SuspendedAtNotNil bool `json:"suspendedAtNotNil,omitempty"` // "status" field predicates. Status *enums.UserStatus `json:"status,omitempty"` @@ -84215,18 +64634,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.IDNotIn) > 0 { predicates = append(predicates, usersettinghistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, usersettinghistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, usersettinghistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, usersettinghistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, usersettinghistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, usersettinghistory.IDEqualFold(*i.IDEqualFold)) } @@ -84236,15 +64643,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.HistoryTime != nil { predicates = append(predicates, usersettinghistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, usersettinghistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, usersettinghistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, usersettinghistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, usersettinghistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -84269,18 +64667,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.RefNotIn) > 0 { predicates = append(predicates, usersettinghistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, usersettinghistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, usersettinghistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, usersettinghistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, usersettinghistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, usersettinghistory.RefContains(*i.RefContains)) } @@ -84317,15 +64703,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.CreatedAt != nil { predicates = append(predicates, usersettinghistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, usersettinghistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, usersettinghistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, usersettinghistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -84347,15 +64724,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.UpdatedAt != nil { predicates = append(predicates, usersettinghistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, usersettinghistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, usersettinghistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, usersettinghistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -84386,18 +64754,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, usersettinghistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, usersettinghistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, usersettinghistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, usersettinghistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, usersettinghistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, usersettinghistory.CreatedByContains(*i.CreatedByContains)) } @@ -84431,18 +64787,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, usersettinghistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, usersettinghistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, usersettinghistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, usersettinghistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, usersettinghistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, usersettinghistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -84476,18 +64820,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, usersettinghistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -84521,18 +64853,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.UserIDNotIn) > 0 { predicates = append(predicates, usersettinghistory.UserIDNotIn(i.UserIDNotIn...)) } - if i.UserIDGT != nil { - predicates = append(predicates, usersettinghistory.UserIDGT(*i.UserIDGT)) - } - if i.UserIDGTE != nil { - predicates = append(predicates, usersettinghistory.UserIDGTE(*i.UserIDGTE)) - } - if i.UserIDLT != nil { - predicates = append(predicates, usersettinghistory.UserIDLT(*i.UserIDLT)) - } - if i.UserIDLTE != nil { - predicates = append(predicates, usersettinghistory.UserIDLTE(*i.UserIDLTE)) - } if i.UserIDContains != nil { predicates = append(predicates, usersettinghistory.UserIDContains(*i.UserIDContains)) } @@ -84566,18 +64886,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if len(i.DelegateUserIDNotIn) > 0 { predicates = append(predicates, usersettinghistory.DelegateUserIDNotIn(i.DelegateUserIDNotIn...)) } - if i.DelegateUserIDGT != nil { - predicates = append(predicates, usersettinghistory.DelegateUserIDGT(*i.DelegateUserIDGT)) - } - if i.DelegateUserIDGTE != nil { - predicates = append(predicates, usersettinghistory.DelegateUserIDGTE(*i.DelegateUserIDGTE)) - } - if i.DelegateUserIDLT != nil { - predicates = append(predicates, usersettinghistory.DelegateUserIDLT(*i.DelegateUserIDLT)) - } - if i.DelegateUserIDLTE != nil { - predicates = append(predicates, usersettinghistory.DelegateUserIDLTE(*i.DelegateUserIDLTE)) - } if i.DelegateUserIDContains != nil { predicates = append(predicates, usersettinghistory.DelegateUserIDContains(*i.DelegateUserIDContains)) } @@ -84602,15 +64910,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.DelegateStartAt != nil { predicates = append(predicates, usersettinghistory.DelegateStartAtEQ(*i.DelegateStartAt)) } - if i.DelegateStartAtNEQ != nil { - predicates = append(predicates, usersettinghistory.DelegateStartAtNEQ(*i.DelegateStartAtNEQ)) - } - if len(i.DelegateStartAtIn) > 0 { - predicates = append(predicates, usersettinghistory.DelegateStartAtIn(i.DelegateStartAtIn...)) - } - if len(i.DelegateStartAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.DelegateStartAtNotIn(i.DelegateStartAtNotIn...)) - } if i.DelegateStartAtGT != nil { predicates = append(predicates, usersettinghistory.DelegateStartAtGT(*i.DelegateStartAtGT)) } @@ -84632,15 +64931,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.DelegateEndAt != nil { predicates = append(predicates, usersettinghistory.DelegateEndAtEQ(*i.DelegateEndAt)) } - if i.DelegateEndAtNEQ != nil { - predicates = append(predicates, usersettinghistory.DelegateEndAtNEQ(*i.DelegateEndAtNEQ)) - } - if len(i.DelegateEndAtIn) > 0 { - predicates = append(predicates, usersettinghistory.DelegateEndAtIn(i.DelegateEndAtIn...)) - } - if len(i.DelegateEndAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.DelegateEndAtNotIn(i.DelegateEndAtNotIn...)) - } if i.DelegateEndAtGT != nil { predicates = append(predicates, usersettinghistory.DelegateEndAtGT(*i.DelegateEndAtGT)) } @@ -84668,15 +64958,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.SilencedAt != nil { predicates = append(predicates, usersettinghistory.SilencedAtEQ(*i.SilencedAt)) } - if i.SilencedAtNEQ != nil { - predicates = append(predicates, usersettinghistory.SilencedAtNEQ(*i.SilencedAtNEQ)) - } - if len(i.SilencedAtIn) > 0 { - predicates = append(predicates, usersettinghistory.SilencedAtIn(i.SilencedAtIn...)) - } - if len(i.SilencedAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.SilencedAtNotIn(i.SilencedAtNotIn...)) - } if i.SilencedAtGT != nil { predicates = append(predicates, usersettinghistory.SilencedAtGT(*i.SilencedAtGT)) } @@ -84698,15 +64979,6 @@ func (i *UserSettingHistoryWhereInput) P() (predicate.UserSettingHistory, error) if i.SuspendedAt != nil { predicates = append(predicates, usersettinghistory.SuspendedAtEQ(*i.SuspendedAt)) } - if i.SuspendedAtNEQ != nil { - predicates = append(predicates, usersettinghistory.SuspendedAtNEQ(*i.SuspendedAtNEQ)) - } - if len(i.SuspendedAtIn) > 0 { - predicates = append(predicates, usersettinghistory.SuspendedAtIn(i.SuspendedAtIn...)) - } - if len(i.SuspendedAtNotIn) > 0 { - predicates = append(predicates, usersettinghistory.SuspendedAtNotIn(i.SuspendedAtNotIn...)) - } if i.SuspendedAtGT != nil { predicates = append(predicates, usersettinghistory.SuspendedAtGT(*i.SuspendedAtGT)) } @@ -84785,32 +65057,21 @@ type VendorRiskScoreHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -84826,38 +65087,28 @@ type VendorRiskScoreHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -84871,10 +65122,6 @@ type VendorRiskScoreHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -84888,10 +65135,6 @@ type VendorRiskScoreHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -84905,10 +65148,6 @@ type VendorRiskScoreHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -84922,10 +65161,6 @@ type VendorRiskScoreHistoryWhereInput struct { QuestionKeyNEQ *string `json:"questionKeyNEQ,omitempty"` QuestionKeyIn []string `json:"questionKeyIn,omitempty"` QuestionKeyNotIn []string `json:"questionKeyNotIn,omitempty"` - QuestionKeyGT *string `json:"questionKeyGT,omitempty"` - QuestionKeyGTE *string `json:"questionKeyGTE,omitempty"` - QuestionKeyLT *string `json:"questionKeyLT,omitempty"` - QuestionKeyLTE *string `json:"questionKeyLTE,omitempty"` QuestionKeyContains *string `json:"questionKeyContains,omitempty"` QuestionKeyHasPrefix *string `json:"questionKeyHasPrefix,omitempty"` QuestionKeyHasSuffix *string `json:"questionKeyHasSuffix,omitempty"` @@ -84937,10 +65172,6 @@ type VendorRiskScoreHistoryWhereInput struct { QuestionNameNEQ *string `json:"questionNameNEQ,omitempty"` QuestionNameIn []string `json:"questionNameIn,omitempty"` QuestionNameNotIn []string `json:"questionNameNotIn,omitempty"` - QuestionNameGT *string `json:"questionNameGT,omitempty"` - QuestionNameGTE *string `json:"questionNameGTE,omitempty"` - QuestionNameLT *string `json:"questionNameLT,omitempty"` - QuestionNameLTE *string `json:"questionNameLTE,omitempty"` QuestionNameContains *string `json:"questionNameContains,omitempty"` QuestionNameHasPrefix *string `json:"questionNameHasPrefix,omitempty"` QuestionNameHasSuffix *string `json:"questionNameHasSuffix,omitempty"` @@ -84952,10 +65183,6 @@ type VendorRiskScoreHistoryWhereInput struct { QuestionDescriptionNEQ *string `json:"questionDescriptionNEQ,omitempty"` QuestionDescriptionIn []string `json:"questionDescriptionIn,omitempty"` QuestionDescriptionNotIn []string `json:"questionDescriptionNotIn,omitempty"` - QuestionDescriptionGT *string `json:"questionDescriptionGT,omitempty"` - QuestionDescriptionGTE *string `json:"questionDescriptionGTE,omitempty"` - QuestionDescriptionLT *string `json:"questionDescriptionLT,omitempty"` - QuestionDescriptionLTE *string `json:"questionDescriptionLTE,omitempty"` QuestionDescriptionContains *string `json:"questionDescriptionContains,omitempty"` QuestionDescriptionHasPrefix *string `json:"questionDescriptionHasPrefix,omitempty"` QuestionDescriptionHasSuffix *string `json:"questionDescriptionHasSuffix,omitempty"` @@ -85003,10 +65230,6 @@ type VendorRiskScoreHistoryWhereInput struct { AnswerNEQ *string `json:"answerNEQ,omitempty"` AnswerIn []string `json:"answerIn,omitempty"` AnswerNotIn []string `json:"answerNotIn,omitempty"` - AnswerGT *string `json:"answerGT,omitempty"` - AnswerGTE *string `json:"answerGTE,omitempty"` - AnswerLT *string `json:"answerLT,omitempty"` - AnswerLTE *string `json:"answerLTE,omitempty"` AnswerContains *string `json:"answerContains,omitempty"` AnswerHasPrefix *string `json:"answerHasPrefix,omitempty"` AnswerHasSuffix *string `json:"answerHasSuffix,omitempty"` @@ -85020,10 +65243,6 @@ type VendorRiskScoreHistoryWhereInput struct { NotesNEQ *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGT *string `json:"notesGT,omitempty"` - NotesGTE *string `json:"notesGTE,omitempty"` - NotesLT *string `json:"notesLT,omitempty"` - NotesLTE *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -85037,10 +65256,6 @@ type VendorRiskScoreHistoryWhereInput struct { VendorScoringConfigIDNEQ *string `json:"vendorScoringConfigIDNEQ,omitempty"` VendorScoringConfigIDIn []string `json:"vendorScoringConfigIDIn,omitempty"` VendorScoringConfigIDNotIn []string `json:"vendorScoringConfigIDNotIn,omitempty"` - VendorScoringConfigIDGT *string `json:"vendorScoringConfigIDGT,omitempty"` - VendorScoringConfigIDGTE *string `json:"vendorScoringConfigIDGTE,omitempty"` - VendorScoringConfigIDLT *string `json:"vendorScoringConfigIDLT,omitempty"` - VendorScoringConfigIDLTE *string `json:"vendorScoringConfigIDLTE,omitempty"` VendorScoringConfigIDContains *string `json:"vendorScoringConfigIDContains,omitempty"` VendorScoringConfigIDHasPrefix *string `json:"vendorScoringConfigIDHasPrefix,omitempty"` VendorScoringConfigIDHasSuffix *string `json:"vendorScoringConfigIDHasSuffix,omitempty"` @@ -85054,10 +65269,6 @@ type VendorRiskScoreHistoryWhereInput struct { EntityIDNEQ *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIDGT *string `json:"entityIDGT,omitempty"` - EntityIDGTE *string `json:"entityIDGTE,omitempty"` - EntityIDLT *string `json:"entityIDLT,omitempty"` - EntityIDLTE *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -85069,10 +65280,6 @@ type VendorRiskScoreHistoryWhereInput struct { AssessmentResponseIDNEQ *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIDGT *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIDGTE *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIDLT *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIDLTE *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -85168,18 +65375,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.IDNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vendorriskscorehistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vendorriskscorehistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vendorriskscorehistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vendorriskscorehistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vendorriskscorehistory.IDEqualFold(*i.IDEqualFold)) } @@ -85189,15 +65384,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if i.HistoryTime != nil { predicates = append(predicates, vendorriskscorehistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, vendorriskscorehistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, vendorriskscorehistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -85222,18 +65408,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.RefNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, vendorriskscorehistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, vendorriskscorehistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, vendorriskscorehistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, vendorriskscorehistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, vendorriskscorehistory.RefContains(*i.RefContains)) } @@ -85270,15 +65444,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if i.CreatedAt != nil { predicates = append(predicates, vendorriskscorehistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vendorriskscorehistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vendorriskscorehistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -85300,15 +65465,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if i.UpdatedAt != nil { predicates = append(predicates, vendorriskscorehistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vendorriskscorehistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vendorriskscorehistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -85339,18 +65495,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vendorriskscorehistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vendorriskscorehistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vendorriskscorehistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vendorriskscorehistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vendorriskscorehistory.CreatedByContains(*i.CreatedByContains)) } @@ -85384,18 +65528,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vendorriskscorehistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -85429,18 +65561,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vendorriskscorehistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -85474,18 +65594,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vendorriskscorehistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vendorriskscorehistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vendorriskscorehistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vendorriskscorehistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vendorriskscorehistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -85519,18 +65627,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.QuestionKeyNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.QuestionKeyNotIn(i.QuestionKeyNotIn...)) } - if i.QuestionKeyGT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionKeyGT(*i.QuestionKeyGT)) - } - if i.QuestionKeyGTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionKeyGTE(*i.QuestionKeyGTE)) - } - if i.QuestionKeyLT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionKeyLT(*i.QuestionKeyLT)) - } - if i.QuestionKeyLTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionKeyLTE(*i.QuestionKeyLTE)) - } if i.QuestionKeyContains != nil { predicates = append(predicates, vendorriskscorehistory.QuestionKeyContains(*i.QuestionKeyContains)) } @@ -85558,18 +65654,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.QuestionNameNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.QuestionNameNotIn(i.QuestionNameNotIn...)) } - if i.QuestionNameGT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionNameGT(*i.QuestionNameGT)) - } - if i.QuestionNameGTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionNameGTE(*i.QuestionNameGTE)) - } - if i.QuestionNameLT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionNameLT(*i.QuestionNameLT)) - } - if i.QuestionNameLTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionNameLTE(*i.QuestionNameLTE)) - } if i.QuestionNameContains != nil { predicates = append(predicates, vendorriskscorehistory.QuestionNameContains(*i.QuestionNameContains)) } @@ -85597,18 +65681,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.QuestionDescriptionNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionNotIn(i.QuestionDescriptionNotIn...)) } - if i.QuestionDescriptionGT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionGT(*i.QuestionDescriptionGT)) - } - if i.QuestionDescriptionGTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionGTE(*i.QuestionDescriptionGTE)) - } - if i.QuestionDescriptionLT != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionLT(*i.QuestionDescriptionLT)) - } - if i.QuestionDescriptionLTE != nil { - predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionLTE(*i.QuestionDescriptionLTE)) - } if i.QuestionDescriptionContains != nil { predicates = append(predicates, vendorriskscorehistory.QuestionDescriptionContains(*i.QuestionDescriptionContains)) } @@ -85714,18 +65786,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.AnswerNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.AnswerNotIn(i.AnswerNotIn...)) } - if i.AnswerGT != nil { - predicates = append(predicates, vendorriskscorehistory.AnswerGT(*i.AnswerGT)) - } - if i.AnswerGTE != nil { - predicates = append(predicates, vendorriskscorehistory.AnswerGTE(*i.AnswerGTE)) - } - if i.AnswerLT != nil { - predicates = append(predicates, vendorriskscorehistory.AnswerLT(*i.AnswerLT)) - } - if i.AnswerLTE != nil { - predicates = append(predicates, vendorriskscorehistory.AnswerLTE(*i.AnswerLTE)) - } if i.AnswerContains != nil { predicates = append(predicates, vendorriskscorehistory.AnswerContains(*i.AnswerContains)) } @@ -85759,18 +65819,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.NotesNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.NotesNotIn(i.NotesNotIn...)) } - if i.NotesGT != nil { - predicates = append(predicates, vendorriskscorehistory.NotesGT(*i.NotesGT)) - } - if i.NotesGTE != nil { - predicates = append(predicates, vendorriskscorehistory.NotesGTE(*i.NotesGTE)) - } - if i.NotesLT != nil { - predicates = append(predicates, vendorriskscorehistory.NotesLT(*i.NotesLT)) - } - if i.NotesLTE != nil { - predicates = append(predicates, vendorriskscorehistory.NotesLTE(*i.NotesLTE)) - } if i.NotesContains != nil { predicates = append(predicates, vendorriskscorehistory.NotesContains(*i.NotesContains)) } @@ -85804,18 +65852,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.VendorScoringConfigIDNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDNotIn(i.VendorScoringConfigIDNotIn...)) } - if i.VendorScoringConfigIDGT != nil { - predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDGT(*i.VendorScoringConfigIDGT)) - } - if i.VendorScoringConfigIDGTE != nil { - predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDGTE(*i.VendorScoringConfigIDGTE)) - } - if i.VendorScoringConfigIDLT != nil { - predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDLT(*i.VendorScoringConfigIDLT)) - } - if i.VendorScoringConfigIDLTE != nil { - predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDLTE(*i.VendorScoringConfigIDLTE)) - } if i.VendorScoringConfigIDContains != nil { predicates = append(predicates, vendorriskscorehistory.VendorScoringConfigIDContains(*i.VendorScoringConfigIDContains)) } @@ -85849,18 +65885,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.EntityIDNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.EntityIDNotIn(i.EntityIDNotIn...)) } - if i.EntityIDGT != nil { - predicates = append(predicates, vendorriskscorehistory.EntityIDGT(*i.EntityIDGT)) - } - if i.EntityIDGTE != nil { - predicates = append(predicates, vendorriskscorehistory.EntityIDGTE(*i.EntityIDGTE)) - } - if i.EntityIDLT != nil { - predicates = append(predicates, vendorriskscorehistory.EntityIDLT(*i.EntityIDLT)) - } - if i.EntityIDLTE != nil { - predicates = append(predicates, vendorriskscorehistory.EntityIDLTE(*i.EntityIDLTE)) - } if i.EntityIDContains != nil { predicates = append(predicates, vendorriskscorehistory.EntityIDContains(*i.EntityIDContains)) } @@ -85888,18 +65912,6 @@ func (i *VendorRiskScoreHistoryWhereInput) P() (predicate.VendorRiskScoreHistory if len(i.AssessmentResponseIDNotIn) > 0 { predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDNotIn(i.AssessmentResponseIDNotIn...)) } - if i.AssessmentResponseIDGT != nil { - predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDGT(*i.AssessmentResponseIDGT)) - } - if i.AssessmentResponseIDGTE != nil { - predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDGTE(*i.AssessmentResponseIDGTE)) - } - if i.AssessmentResponseIDLT != nil { - predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDLT(*i.AssessmentResponseIDLT)) - } - if i.AssessmentResponseIDLTE != nil { - predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDLTE(*i.AssessmentResponseIDLTE)) - } if i.AssessmentResponseIDContains != nil { predicates = append(predicates, vendorriskscorehistory.AssessmentResponseIDContains(*i.AssessmentResponseIDContains)) } @@ -85951,32 +65963,21 @@ type VendorScoringConfigHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -85992,38 +65993,28 @@ type VendorScoringConfigHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -86037,10 +66028,6 @@ type VendorScoringConfigHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -86054,10 +66041,6 @@ type VendorScoringConfigHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -86071,10 +66054,6 @@ type VendorScoringConfigHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -86176,18 +66155,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.IDNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vendorscoringconfighistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vendorscoringconfighistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vendorscoringconfighistory.IDEqualFold(*i.IDEqualFold)) } @@ -86197,15 +66164,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if i.HistoryTime != nil { predicates = append(predicates, vendorscoringconfighistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, vendorscoringconfighistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, vendorscoringconfighistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -86230,18 +66188,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.RefNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, vendorscoringconfighistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, vendorscoringconfighistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, vendorscoringconfighistory.RefContains(*i.RefContains)) } @@ -86278,15 +66224,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if i.CreatedAt != nil { predicates = append(predicates, vendorscoringconfighistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vendorscoringconfighistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vendorscoringconfighistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -86308,15 +66245,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if i.UpdatedAt != nil { predicates = append(predicates, vendorscoringconfighistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vendorscoringconfighistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vendorscoringconfighistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -86347,18 +66275,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vendorscoringconfighistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vendorscoringconfighistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vendorscoringconfighistory.CreatedByContains(*i.CreatedByContains)) } @@ -86392,18 +66308,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vendorscoringconfighistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -86437,18 +66341,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vendorscoringconfighistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -86482,18 +66374,6 @@ func (i *VendorScoringConfigHistoryWhereInput) P() (predicate.VendorScoringConfi if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vendorscoringconfighistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vendorscoringconfighistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vendorscoringconfighistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vendorscoringconfighistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vendorscoringconfighistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vendorscoringconfighistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -86557,32 +66437,21 @@ type VulnerabilityHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -86598,38 +66467,28 @@ type VulnerabilityHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -86643,10 +66502,6 @@ type VulnerabilityHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -86660,10 +66515,6 @@ type VulnerabilityHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -86677,10 +66528,6 @@ type VulnerabilityHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -86692,10 +66539,6 @@ type VulnerabilityHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -86709,10 +66552,6 @@ type VulnerabilityHistoryWhereInput struct { ReviewedByNEQ *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGT *string `json:"reviewedByGT,omitempty"` - ReviewedByGTE *string `json:"reviewedByGTE,omitempty"` - ReviewedByLT *string `json:"reviewedByLT,omitempty"` - ReviewedByLTE *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -86726,10 +66565,6 @@ type VulnerabilityHistoryWhereInput struct { ReviewedByUserIDNEQ *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIDGT *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIDGTE *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIDLT *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIDLTE *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -86743,10 +66578,6 @@ type VulnerabilityHistoryWhereInput struct { ReviewedByGroupIDNEQ *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIDGT *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIDGTE *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIDLT *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIDLTE *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -86760,10 +66591,6 @@ type VulnerabilityHistoryWhereInput struct { AssignedToNEQ *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGT *string `json:"assignedToGT,omitempty"` - AssignedToGTE *string `json:"assignedToGTE,omitempty"` - AssignedToLT *string `json:"assignedToLT,omitempty"` - AssignedToLTE *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -86777,10 +66604,6 @@ type VulnerabilityHistoryWhereInput struct { AssignedToUserIDNEQ *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIDGT *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIDGTE *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIDLT *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIDLTE *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -86794,10 +66617,6 @@ type VulnerabilityHistoryWhereInput struct { AssignedToGroupIDNEQ *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIDGT *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIDGTE *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIDLT *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIDLTE *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -86817,10 +66636,6 @@ type VulnerabilityHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -86834,10 +66649,6 @@ type VulnerabilityHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -86851,10 +66662,6 @@ type VulnerabilityHistoryWhereInput struct { EnvironmentNameNEQ *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGT *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGTE *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLT *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLTE *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -86868,10 +66675,6 @@ type VulnerabilityHistoryWhereInput struct { EnvironmentIDNEQ *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIDGT *string `json:"environmentIDGT,omitempty"` - EnvironmentIDGTE *string `json:"environmentIDGTE,omitempty"` - EnvironmentIDLT *string `json:"environmentIDLT,omitempty"` - EnvironmentIDLTE *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -86885,10 +66688,6 @@ type VulnerabilityHistoryWhereInput struct { ScopeNameNEQ *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGT *string `json:"scopeNameGT,omitempty"` - ScopeNameGTE *string `json:"scopeNameGTE,omitempty"` - ScopeNameLT *string `json:"scopeNameLT,omitempty"` - ScopeNameLTE *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -86902,10 +66701,6 @@ type VulnerabilityHistoryWhereInput struct { ScopeIDNEQ *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIDGT *string `json:"scopeIDGT,omitempty"` - ScopeIDGTE *string `json:"scopeIDGTE,omitempty"` - ScopeIDLT *string `json:"scopeIDLT,omitempty"` - ScopeIDLTE *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -86919,10 +66714,6 @@ type VulnerabilityHistoryWhereInput struct { VulnerabilityStatusNameNEQ *string `json:"vulnerabilityStatusNameNEQ,omitempty"` VulnerabilityStatusNameIn []string `json:"vulnerabilityStatusNameIn,omitempty"` VulnerabilityStatusNameNotIn []string `json:"vulnerabilityStatusNameNotIn,omitempty"` - VulnerabilityStatusNameGT *string `json:"vulnerabilityStatusNameGT,omitempty"` - VulnerabilityStatusNameGTE *string `json:"vulnerabilityStatusNameGTE,omitempty"` - VulnerabilityStatusNameLT *string `json:"vulnerabilityStatusNameLT,omitempty"` - VulnerabilityStatusNameLTE *string `json:"vulnerabilityStatusNameLTE,omitempty"` VulnerabilityStatusNameContains *string `json:"vulnerabilityStatusNameContains,omitempty"` VulnerabilityStatusNameHasPrefix *string `json:"vulnerabilityStatusNameHasPrefix,omitempty"` VulnerabilityStatusNameHasSuffix *string `json:"vulnerabilityStatusNameHasSuffix,omitempty"` @@ -86936,10 +66727,6 @@ type VulnerabilityHistoryWhereInput struct { VulnerabilityStatusIDNEQ *string `json:"vulnerabilityStatusIDNEQ,omitempty"` VulnerabilityStatusIDIn []string `json:"vulnerabilityStatusIDIn,omitempty"` VulnerabilityStatusIDNotIn []string `json:"vulnerabilityStatusIDNotIn,omitempty"` - VulnerabilityStatusIDGT *string `json:"vulnerabilityStatusIDGT,omitempty"` - VulnerabilityStatusIDGTE *string `json:"vulnerabilityStatusIDGTE,omitempty"` - VulnerabilityStatusIDLT *string `json:"vulnerabilityStatusIDLT,omitempty"` - VulnerabilityStatusIDLTE *string `json:"vulnerabilityStatusIDLTE,omitempty"` VulnerabilityStatusIDContains *string `json:"vulnerabilityStatusIDContains,omitempty"` VulnerabilityStatusIDHasPrefix *string `json:"vulnerabilityStatusIDHasPrefix,omitempty"` VulnerabilityStatusIDHasSuffix *string `json:"vulnerabilityStatusIDHasSuffix,omitempty"` @@ -86959,10 +66746,6 @@ type VulnerabilityHistoryWhereInput struct { ExternalOwnerIDNEQ *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIDGT *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIDGTE *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIDLT *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIDLTE *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -86984,10 +66767,6 @@ type VulnerabilityHistoryWhereInput struct { ExternalIDNEQ *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIDGT *string `json:"externalIDGT,omitempty"` - ExternalIDGTE *string `json:"externalIDGTE,omitempty"` - ExternalIDLT *string `json:"externalIDLT,omitempty"` - ExternalIDLTE *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -86999,10 +66778,6 @@ type VulnerabilityHistoryWhereInput struct { CveIDNEQ *string `json:"cveIDNEQ,omitempty"` CveIDIn []string `json:"cveIDIn,omitempty"` CveIDNotIn []string `json:"cveIDNotIn,omitempty"` - CveIDGT *string `json:"cveIDGT,omitempty"` - CveIDGTE *string `json:"cveIDGTE,omitempty"` - CveIDLT *string `json:"cveIDLT,omitempty"` - CveIDLTE *string `json:"cveIDLTE,omitempty"` CveIDContains *string `json:"cveIDContains,omitempty"` CveIDHasPrefix *string `json:"cveIDHasPrefix,omitempty"` CveIDHasSuffix *string `json:"cveIDHasSuffix,omitempty"` @@ -87016,10 +66791,6 @@ type VulnerabilityHistoryWhereInput struct { SourceNEQ *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGT *string `json:"sourceGT,omitempty"` - SourceGTE *string `json:"sourceGTE,omitempty"` - SourceLT *string `json:"sourceLT,omitempty"` - SourceLTE *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -87033,10 +66804,6 @@ type VulnerabilityHistoryWhereInput struct { DisplayNameNEQ *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGT *string `json:"displayNameGT,omitempty"` - DisplayNameGTE *string `json:"displayNameGTE,omitempty"` - DisplayNameLT *string `json:"displayNameLT,omitempty"` - DisplayNameLTE *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -87050,10 +66817,6 @@ type VulnerabilityHistoryWhereInput struct { CategoryNEQ *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGT *string `json:"categoryGT,omitempty"` - CategoryGTE *string `json:"categoryGTE,omitempty"` - CategoryLT *string `json:"categoryLT,omitempty"` - CategoryLTE *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -87067,10 +66830,6 @@ type VulnerabilityHistoryWhereInput struct { SeverityNEQ *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGT *string `json:"severityGT,omitempty"` - SeverityGTE *string `json:"severityGTE,omitempty"` - SeverityLT *string `json:"severityLT,omitempty"` - SeverityLTE *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -87120,10 +66879,6 @@ type VulnerabilityHistoryWhereInput struct { PriorityNEQ *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGT *string `json:"priorityGT,omitempty"` - PriorityGTE *string `json:"priorityGTE,omitempty"` - PriorityLT *string `json:"priorityLT,omitempty"` - PriorityLTE *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -87137,10 +66892,6 @@ type VulnerabilityHistoryWhereInput struct { SummaryNEQ *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGT *string `json:"summaryGT,omitempty"` - SummaryGTE *string `json:"summaryGTE,omitempty"` - SummaryLT *string `json:"summaryLT,omitempty"` - SummaryLTE *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -87154,10 +66905,6 @@ type VulnerabilityHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -87171,10 +66918,6 @@ type VulnerabilityHistoryWhereInput struct { VectorNEQ *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGT *string `json:"vectorGT,omitempty"` - VectorGTE *string `json:"vectorGTE,omitempty"` - VectorLT *string `json:"vectorLT,omitempty"` - VectorLTE *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -87184,16 +66927,14 @@ type VulnerabilityHistoryWhereInput struct { VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // "remediation_sla" field predicates. - RemediationSLA *int `json:"remediationSLA,omitempty"` - RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int `json:"remediationSLANotIn,omitempty"` - RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` - RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` - RemediationSLALT *int `json:"remediationSLALT,omitempty"` - RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int `json:"remediationSLA,omitempty"` + RemediationSLANEQ *int `json:"remediationSLANEQ,omitempty"` + RemediationSLAGT *int `json:"remediationSLAGT,omitempty"` + RemediationSLAGTE *int `json:"remediationSLAGTE,omitempty"` + RemediationSLALT *int `json:"remediationSLALT,omitempty"` + RemediationSLALTE *int `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil bool `json:"remediationSLANotNil,omitempty"` // "open" field predicates. Open *bool `json:"open,omitempty"` @@ -87230,10 +66971,6 @@ type VulnerabilityHistoryWhereInput struct { VulnerableVersionRangeNEQ *string `json:"vulnerableVersionRangeNEQ,omitempty"` VulnerableVersionRangeIn []string `json:"vulnerableVersionRangeIn,omitempty"` VulnerableVersionRangeNotIn []string `json:"vulnerableVersionRangeNotIn,omitempty"` - VulnerableVersionRangeGT *string `json:"vulnerableVersionRangeGT,omitempty"` - VulnerableVersionRangeGTE *string `json:"vulnerableVersionRangeGTE,omitempty"` - VulnerableVersionRangeLT *string `json:"vulnerableVersionRangeLT,omitempty"` - VulnerableVersionRangeLTE *string `json:"vulnerableVersionRangeLTE,omitempty"` VulnerableVersionRangeContains *string `json:"vulnerableVersionRangeContains,omitempty"` VulnerableVersionRangeHasPrefix *string `json:"vulnerableVersionRangeHasPrefix,omitempty"` VulnerableVersionRangeHasSuffix *string `json:"vulnerableVersionRangeHasSuffix,omitempty"` @@ -87247,10 +66984,6 @@ type VulnerabilityHistoryWhereInput struct { FirstPatchedVersionNEQ *string `json:"firstPatchedVersionNEQ,omitempty"` FirstPatchedVersionIn []string `json:"firstPatchedVersionIn,omitempty"` FirstPatchedVersionNotIn []string `json:"firstPatchedVersionNotIn,omitempty"` - FirstPatchedVersionGT *string `json:"firstPatchedVersionGT,omitempty"` - FirstPatchedVersionGTE *string `json:"firstPatchedVersionGTE,omitempty"` - FirstPatchedVersionLT *string `json:"firstPatchedVersionLT,omitempty"` - FirstPatchedVersionLTE *string `json:"firstPatchedVersionLTE,omitempty"` FirstPatchedVersionContains *string `json:"firstPatchedVersionContains,omitempty"` FirstPatchedVersionHasPrefix *string `json:"firstPatchedVersionHasPrefix,omitempty"` FirstPatchedVersionHasSuffix *string `json:"firstPatchedVersionHasSuffix,omitempty"` @@ -87270,10 +67003,6 @@ type VulnerabilityHistoryWhereInput struct { PackageNameNEQ *string `json:"packageNameNEQ,omitempty"` PackageNameIn []string `json:"packageNameIn,omitempty"` PackageNameNotIn []string `json:"packageNameNotIn,omitempty"` - PackageNameGT *string `json:"packageNameGT,omitempty"` - PackageNameGTE *string `json:"packageNameGTE,omitempty"` - PackageNameLT *string `json:"packageNameLT,omitempty"` - PackageNameLTE *string `json:"packageNameLTE,omitempty"` PackageNameContains *string `json:"packageNameContains,omitempty"` PackageNameHasPrefix *string `json:"packageNameHasPrefix,omitempty"` PackageNameHasSuffix *string `json:"packageNameHasSuffix,omitempty"` @@ -87287,10 +67016,6 @@ type VulnerabilityHistoryWhereInput struct { PackageEcosystemNEQ *string `json:"packageEcosystemNEQ,omitempty"` PackageEcosystemIn []string `json:"packageEcosystemIn,omitempty"` PackageEcosystemNotIn []string `json:"packageEcosystemNotIn,omitempty"` - PackageEcosystemGT *string `json:"packageEcosystemGT,omitempty"` - PackageEcosystemGTE *string `json:"packageEcosystemGTE,omitempty"` - PackageEcosystemLT *string `json:"packageEcosystemLT,omitempty"` - PackageEcosystemLTE *string `json:"packageEcosystemLTE,omitempty"` PackageEcosystemContains *string `json:"packageEcosystemContains,omitempty"` PackageEcosystemHasPrefix *string `json:"packageEcosystemHasPrefix,omitempty"` PackageEcosystemHasSuffix *string `json:"packageEcosystemHasSuffix,omitempty"` @@ -87304,10 +67029,6 @@ type VulnerabilityHistoryWhereInput struct { ManifestPathNEQ *string `json:"manifestPathNEQ,omitempty"` ManifestPathIn []string `json:"manifestPathIn,omitempty"` ManifestPathNotIn []string `json:"manifestPathNotIn,omitempty"` - ManifestPathGT *string `json:"manifestPathGT,omitempty"` - ManifestPathGTE *string `json:"manifestPathGTE,omitempty"` - ManifestPathLT *string `json:"manifestPathLT,omitempty"` - ManifestPathLTE *string `json:"manifestPathLTE,omitempty"` ManifestPathContains *string `json:"manifestPathContains,omitempty"` ManifestPathHasPrefix *string `json:"manifestPathHasPrefix,omitempty"` ManifestPathHasSuffix *string `json:"manifestPathHasSuffix,omitempty"` @@ -87321,10 +67042,6 @@ type VulnerabilityHistoryWhereInput struct { DependencyScopeNEQ *string `json:"dependencyScopeNEQ,omitempty"` DependencyScopeIn []string `json:"dependencyScopeIn,omitempty"` DependencyScopeNotIn []string `json:"dependencyScopeNotIn,omitempty"` - DependencyScopeGT *string `json:"dependencyScopeGT,omitempty"` - DependencyScopeGTE *string `json:"dependencyScopeGTE,omitempty"` - DependencyScopeLT *string `json:"dependencyScopeLT,omitempty"` - DependencyScopeLTE *string `json:"dependencyScopeLTE,omitempty"` DependencyScopeContains *string `json:"dependencyScopeContains,omitempty"` DependencyScopeHasPrefix *string `json:"dependencyScopeHasPrefix,omitempty"` DependencyScopeHasSuffix *string `json:"dependencyScopeHasSuffix,omitempty"` @@ -87334,62 +67051,46 @@ type VulnerabilityHistoryWhereInput struct { DependencyScopeContainsFold *string `json:"dependencyScopeContainsFold,omitempty"` // "published_at" field predicates. - PublishedAt *models.DateTime `json:"publishedAt,omitempty"` - PublishedAtNEQ *models.DateTime `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []models.DateTime `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []models.DateTime `json:"publishedAtNotIn,omitempty"` - PublishedAtGT *models.DateTime `json:"publishedAtGT,omitempty"` - PublishedAtGTE *models.DateTime `json:"publishedAtGTE,omitempty"` - PublishedAtLT *models.DateTime `json:"publishedAtLT,omitempty"` - PublishedAtLTE *models.DateTime `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *models.DateTime `json:"publishedAt,omitempty"` + PublishedAtGT *models.DateTime `json:"publishedAtGT,omitempty"` + PublishedAtGTE *models.DateTime `json:"publishedAtGTE,omitempty"` + PublishedAtLT *models.DateTime `json:"publishedAtLT,omitempty"` + PublishedAtLTE *models.DateTime `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` // "discovered_at" field predicates. - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNEQ *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGT *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGTE *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLT *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLTE *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil bool `json:"discoveredAtNotNil,omitempty"` // "source_updated_at" field predicates. - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNEQ *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGT *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGTE *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLT *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLTE *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil bool `json:"sourceUpdatedAtNotNil,omitempty"` // "dismissed_at" field predicates. - DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` - DismissedAtNEQ *models.DateTime `json:"dismissedAtNEQ,omitempty"` - DismissedAtIn []models.DateTime `json:"dismissedAtIn,omitempty"` - DismissedAtNotIn []models.DateTime `json:"dismissedAtNotIn,omitempty"` - DismissedAtGT *models.DateTime `json:"dismissedAtGT,omitempty"` - DismissedAtGTE *models.DateTime `json:"dismissedAtGTE,omitempty"` - DismissedAtLT *models.DateTime `json:"dismissedAtLT,omitempty"` - DismissedAtLTE *models.DateTime `json:"dismissedAtLTE,omitempty"` - DismissedAtIsNil bool `json:"dismissedAtIsNil,omitempty"` - DismissedAtNotNil bool `json:"dismissedAtNotNil,omitempty"` + DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` + DismissedAtGT *models.DateTime `json:"dismissedAtGT,omitempty"` + DismissedAtGTE *models.DateTime `json:"dismissedAtGTE,omitempty"` + DismissedAtLT *models.DateTime `json:"dismissedAtLT,omitempty"` + DismissedAtLTE *models.DateTime `json:"dismissedAtLTE,omitempty"` + DismissedAtIsNil bool `json:"dismissedAtIsNil,omitempty"` + DismissedAtNotNil bool `json:"dismissedAtNotNil,omitempty"` // "dismissed_reason" field predicates. DismissedReason *string `json:"dismissedReason,omitempty"` DismissedReasonNEQ *string `json:"dismissedReasonNEQ,omitempty"` DismissedReasonIn []string `json:"dismissedReasonIn,omitempty"` DismissedReasonNotIn []string `json:"dismissedReasonNotIn,omitempty"` - DismissedReasonGT *string `json:"dismissedReasonGT,omitempty"` - DismissedReasonGTE *string `json:"dismissedReasonGTE,omitempty"` - DismissedReasonLT *string `json:"dismissedReasonLT,omitempty"` - DismissedReasonLTE *string `json:"dismissedReasonLTE,omitempty"` DismissedReasonContains *string `json:"dismissedReasonContains,omitempty"` DismissedReasonHasPrefix *string `json:"dismissedReasonHasPrefix,omitempty"` DismissedReasonHasSuffix *string `json:"dismissedReasonHasSuffix,omitempty"` @@ -87403,10 +67104,6 @@ type VulnerabilityHistoryWhereInput struct { DismissedCommentNEQ *string `json:"dismissedCommentNEQ,omitempty"` DismissedCommentIn []string `json:"dismissedCommentIn,omitempty"` DismissedCommentNotIn []string `json:"dismissedCommentNotIn,omitempty"` - DismissedCommentGT *string `json:"dismissedCommentGT,omitempty"` - DismissedCommentGTE *string `json:"dismissedCommentGTE,omitempty"` - DismissedCommentLT *string `json:"dismissedCommentLT,omitempty"` - DismissedCommentLTE *string `json:"dismissedCommentLTE,omitempty"` DismissedCommentContains *string `json:"dismissedCommentContains,omitempty"` DismissedCommentHasPrefix *string `json:"dismissedCommentHasPrefix,omitempty"` DismissedCommentHasSuffix *string `json:"dismissedCommentHasSuffix,omitempty"` @@ -87416,38 +67113,28 @@ type VulnerabilityHistoryWhereInput struct { DismissedCommentContainsFold *string `json:"dismissedCommentContainsFold,omitempty"` // "fixed_at" field predicates. - FixedAt *models.DateTime `json:"fixedAt,omitempty"` - FixedAtNEQ *models.DateTime `json:"fixedAtNEQ,omitempty"` - FixedAtIn []models.DateTime `json:"fixedAtIn,omitempty"` - FixedAtNotIn []models.DateTime `json:"fixedAtNotIn,omitempty"` - FixedAtGT *models.DateTime `json:"fixedAtGT,omitempty"` - FixedAtGTE *models.DateTime `json:"fixedAtGTE,omitempty"` - FixedAtLT *models.DateTime `json:"fixedAtLT,omitempty"` - FixedAtLTE *models.DateTime `json:"fixedAtLTE,omitempty"` - FixedAtIsNil bool `json:"fixedAtIsNil,omitempty"` - FixedAtNotNil bool `json:"fixedAtNotNil,omitempty"` + FixedAt *models.DateTime `json:"fixedAt,omitempty"` + FixedAtGT *models.DateTime `json:"fixedAtGT,omitempty"` + FixedAtGTE *models.DateTime `json:"fixedAtGTE,omitempty"` + FixedAtLT *models.DateTime `json:"fixedAtLT,omitempty"` + FixedAtLTE *models.DateTime `json:"fixedAtLTE,omitempty"` + FixedAtIsNil bool `json:"fixedAtIsNil,omitempty"` + FixedAtNotNil bool `json:"fixedAtNotNil,omitempty"` // "auto_dismissed_at" field predicates. - AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` - AutoDismissedAtNEQ *models.DateTime `json:"autoDismissedAtNEQ,omitempty"` - AutoDismissedAtIn []models.DateTime `json:"autoDismissedAtIn,omitempty"` - AutoDismissedAtNotIn []models.DateTime `json:"autoDismissedAtNotIn,omitempty"` - AutoDismissedAtGT *models.DateTime `json:"autoDismissedAtGT,omitempty"` - AutoDismissedAtGTE *models.DateTime `json:"autoDismissedAtGTE,omitempty"` - AutoDismissedAtLT *models.DateTime `json:"autoDismissedAtLT,omitempty"` - AutoDismissedAtLTE *models.DateTime `json:"autoDismissedAtLTE,omitempty"` - AutoDismissedAtIsNil bool `json:"autoDismissedAtIsNil,omitempty"` - AutoDismissedAtNotNil bool `json:"autoDismissedAtNotNil,omitempty"` + AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` + AutoDismissedAtGT *models.DateTime `json:"autoDismissedAtGT,omitempty"` + AutoDismissedAtGTE *models.DateTime `json:"autoDismissedAtGTE,omitempty"` + AutoDismissedAtLT *models.DateTime `json:"autoDismissedAtLT,omitempty"` + AutoDismissedAtLTE *models.DateTime `json:"autoDismissedAtLTE,omitempty"` + AutoDismissedAtIsNil bool `json:"autoDismissedAtIsNil,omitempty"` + AutoDismissedAtNotNil bool `json:"autoDismissedAtNotNil,omitempty"` // "external_uri" field predicates. ExternalURI *string `json:"externalURI,omitempty"` ExternalURINEQ *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGT *string `json:"externalURIGT,omitempty"` - ExternalURIGTE *string `json:"externalURIGTE,omitempty"` - ExternalURILT *string `json:"externalURILT,omitempty"` - ExternalURILTE *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -87552,18 +67239,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.IDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, vulnerabilityhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, vulnerabilityhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, vulnerabilityhistory.IDEqualFold(*i.IDEqualFold)) } @@ -87573,15 +67248,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.HistoryTime != nil { predicates = append(predicates, vulnerabilityhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, vulnerabilityhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -87606,18 +67272,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.RefNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, vulnerabilityhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, vulnerabilityhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, vulnerabilityhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, vulnerabilityhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, vulnerabilityhistory.RefContains(*i.RefContains)) } @@ -87654,15 +67308,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.CreatedAt != nil { predicates = append(predicates, vulnerabilityhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -87684,15 +67329,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.UpdatedAt != nil { predicates = append(predicates, vulnerabilityhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -87723,18 +67359,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, vulnerabilityhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, vulnerabilityhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, vulnerabilityhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, vulnerabilityhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, vulnerabilityhistory.CreatedByContains(*i.CreatedByContains)) } @@ -87768,18 +67392,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, vulnerabilityhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -87813,18 +67425,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, vulnerabilityhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -87858,18 +67458,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, vulnerabilityhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -87897,18 +67485,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, vulnerabilityhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -87942,18 +67518,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ReviewedByNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ReviewedByNotIn(i.ReviewedByNotIn...)) } - if i.ReviewedByGT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGT(*i.ReviewedByGT)) - } - if i.ReviewedByGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGTE(*i.ReviewedByGTE)) - } - if i.ReviewedByLT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByLT(*i.ReviewedByLT)) - } - if i.ReviewedByLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByLTE(*i.ReviewedByLTE)) - } if i.ReviewedByContains != nil { predicates = append(predicates, vulnerabilityhistory.ReviewedByContains(*i.ReviewedByContains)) } @@ -87987,18 +67551,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ReviewedByUserIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDNotIn(i.ReviewedByUserIDNotIn...)) } - if i.ReviewedByUserIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDGT(*i.ReviewedByUserIDGT)) - } - if i.ReviewedByUserIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDGTE(*i.ReviewedByUserIDGTE)) - } - if i.ReviewedByUserIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDLT(*i.ReviewedByUserIDLT)) - } - if i.ReviewedByUserIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDLTE(*i.ReviewedByUserIDLTE)) - } if i.ReviewedByUserIDContains != nil { predicates = append(predicates, vulnerabilityhistory.ReviewedByUserIDContains(*i.ReviewedByUserIDContains)) } @@ -88032,18 +67584,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ReviewedByGroupIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDNotIn(i.ReviewedByGroupIDNotIn...)) } - if i.ReviewedByGroupIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDGT(*i.ReviewedByGroupIDGT)) - } - if i.ReviewedByGroupIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDGTE(*i.ReviewedByGroupIDGTE)) - } - if i.ReviewedByGroupIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDLT(*i.ReviewedByGroupIDLT)) - } - if i.ReviewedByGroupIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDLTE(*i.ReviewedByGroupIDLTE)) - } if i.ReviewedByGroupIDContains != nil { predicates = append(predicates, vulnerabilityhistory.ReviewedByGroupIDContains(*i.ReviewedByGroupIDContains)) } @@ -88077,18 +67617,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.AssignedToNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.AssignedToNotIn(i.AssignedToNotIn...)) } - if i.AssignedToGT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGT(*i.AssignedToGT)) - } - if i.AssignedToGTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGTE(*i.AssignedToGTE)) - } - if i.AssignedToLT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToLT(*i.AssignedToLT)) - } - if i.AssignedToLTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToLTE(*i.AssignedToLTE)) - } if i.AssignedToContains != nil { predicates = append(predicates, vulnerabilityhistory.AssignedToContains(*i.AssignedToContains)) } @@ -88122,18 +67650,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.AssignedToUserIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDNotIn(i.AssignedToUserIDNotIn...)) } - if i.AssignedToUserIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDGT(*i.AssignedToUserIDGT)) - } - if i.AssignedToUserIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDGTE(*i.AssignedToUserIDGTE)) - } - if i.AssignedToUserIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDLT(*i.AssignedToUserIDLT)) - } - if i.AssignedToUserIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDLTE(*i.AssignedToUserIDLTE)) - } if i.AssignedToUserIDContains != nil { predicates = append(predicates, vulnerabilityhistory.AssignedToUserIDContains(*i.AssignedToUserIDContains)) } @@ -88167,18 +67683,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.AssignedToGroupIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDNotIn(i.AssignedToGroupIDNotIn...)) } - if i.AssignedToGroupIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDGT(*i.AssignedToGroupIDGT)) - } - if i.AssignedToGroupIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDGTE(*i.AssignedToGroupIDGTE)) - } - if i.AssignedToGroupIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDLT(*i.AssignedToGroupIDLT)) - } - if i.AssignedToGroupIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDLTE(*i.AssignedToGroupIDLTE)) - } if i.AssignedToGroupIDContains != nil { predicates = append(predicates, vulnerabilityhistory.AssignedToGroupIDContains(*i.AssignedToGroupIDContains)) } @@ -88224,18 +67728,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, vulnerabilityhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, vulnerabilityhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, vulnerabilityhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, vulnerabilityhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, vulnerabilityhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -88269,18 +67761,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, vulnerabilityhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -88314,18 +67794,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.EnvironmentNameNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.EnvironmentNameNotIn(i.EnvironmentNameNotIn...)) } - if i.EnvironmentNameGT != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentNameGT(*i.EnvironmentNameGT)) - } - if i.EnvironmentNameGTE != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentNameGTE(*i.EnvironmentNameGTE)) - } - if i.EnvironmentNameLT != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentNameLT(*i.EnvironmentNameLT)) - } - if i.EnvironmentNameLTE != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentNameLTE(*i.EnvironmentNameLTE)) - } if i.EnvironmentNameContains != nil { predicates = append(predicates, vulnerabilityhistory.EnvironmentNameContains(*i.EnvironmentNameContains)) } @@ -88359,18 +67827,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.EnvironmentIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.EnvironmentIDNotIn(i.EnvironmentIDNotIn...)) } - if i.EnvironmentIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentIDGT(*i.EnvironmentIDGT)) - } - if i.EnvironmentIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentIDGTE(*i.EnvironmentIDGTE)) - } - if i.EnvironmentIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentIDLT(*i.EnvironmentIDLT)) - } - if i.EnvironmentIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.EnvironmentIDLTE(*i.EnvironmentIDLTE)) - } if i.EnvironmentIDContains != nil { predicates = append(predicates, vulnerabilityhistory.EnvironmentIDContains(*i.EnvironmentIDContains)) } @@ -88404,18 +67860,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ScopeNameNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ScopeNameNotIn(i.ScopeNameNotIn...)) } - if i.ScopeNameGT != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeNameGT(*i.ScopeNameGT)) - } - if i.ScopeNameGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeNameGTE(*i.ScopeNameGTE)) - } - if i.ScopeNameLT != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeNameLT(*i.ScopeNameLT)) - } - if i.ScopeNameLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeNameLTE(*i.ScopeNameLTE)) - } if i.ScopeNameContains != nil { predicates = append(predicates, vulnerabilityhistory.ScopeNameContains(*i.ScopeNameContains)) } @@ -88449,18 +67893,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ScopeIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ScopeIDNotIn(i.ScopeIDNotIn...)) } - if i.ScopeIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeIDGT(*i.ScopeIDGT)) - } - if i.ScopeIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeIDGTE(*i.ScopeIDGTE)) - } - if i.ScopeIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeIDLT(*i.ScopeIDLT)) - } - if i.ScopeIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ScopeIDLTE(*i.ScopeIDLTE)) - } if i.ScopeIDContains != nil { predicates = append(predicates, vulnerabilityhistory.ScopeIDContains(*i.ScopeIDContains)) } @@ -88494,18 +67926,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.VulnerabilityStatusNameNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameNotIn(i.VulnerabilityStatusNameNotIn...)) } - if i.VulnerabilityStatusNameGT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameGT(*i.VulnerabilityStatusNameGT)) - } - if i.VulnerabilityStatusNameGTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameGTE(*i.VulnerabilityStatusNameGTE)) - } - if i.VulnerabilityStatusNameLT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameLT(*i.VulnerabilityStatusNameLT)) - } - if i.VulnerabilityStatusNameLTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameLTE(*i.VulnerabilityStatusNameLTE)) - } if i.VulnerabilityStatusNameContains != nil { predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusNameContains(*i.VulnerabilityStatusNameContains)) } @@ -88539,18 +67959,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.VulnerabilityStatusIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDNotIn(i.VulnerabilityStatusIDNotIn...)) } - if i.VulnerabilityStatusIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDGT(*i.VulnerabilityStatusIDGT)) - } - if i.VulnerabilityStatusIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDGTE(*i.VulnerabilityStatusIDGTE)) - } - if i.VulnerabilityStatusIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDLT(*i.VulnerabilityStatusIDLT)) - } - if i.VulnerabilityStatusIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDLTE(*i.VulnerabilityStatusIDLTE)) - } if i.VulnerabilityStatusIDContains != nil { predicates = append(predicates, vulnerabilityhistory.VulnerabilityStatusIDContains(*i.VulnerabilityStatusIDContains)) } @@ -88596,18 +68004,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ExternalOwnerIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDNotIn(i.ExternalOwnerIDNotIn...)) } - if i.ExternalOwnerIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDGT(*i.ExternalOwnerIDGT)) - } - if i.ExternalOwnerIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDGTE(*i.ExternalOwnerIDGTE)) - } - if i.ExternalOwnerIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDLT(*i.ExternalOwnerIDLT)) - } - if i.ExternalOwnerIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDLTE(*i.ExternalOwnerIDLTE)) - } if i.ExternalOwnerIDContains != nil { predicates = append(predicates, vulnerabilityhistory.ExternalOwnerIDContains(*i.ExternalOwnerIDContains)) } @@ -88659,18 +68055,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ExternalIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ExternalIDNotIn(i.ExternalIDNotIn...)) } - if i.ExternalIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalIDGT(*i.ExternalIDGT)) - } - if i.ExternalIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalIDGTE(*i.ExternalIDGTE)) - } - if i.ExternalIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalIDLT(*i.ExternalIDLT)) - } - if i.ExternalIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalIDLTE(*i.ExternalIDLTE)) - } if i.ExternalIDContains != nil { predicates = append(predicates, vulnerabilityhistory.ExternalIDContains(*i.ExternalIDContains)) } @@ -88698,18 +68082,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.CveIDNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.CveIDNotIn(i.CveIDNotIn...)) } - if i.CveIDGT != nil { - predicates = append(predicates, vulnerabilityhistory.CveIDGT(*i.CveIDGT)) - } - if i.CveIDGTE != nil { - predicates = append(predicates, vulnerabilityhistory.CveIDGTE(*i.CveIDGTE)) - } - if i.CveIDLT != nil { - predicates = append(predicates, vulnerabilityhistory.CveIDLT(*i.CveIDLT)) - } - if i.CveIDLTE != nil { - predicates = append(predicates, vulnerabilityhistory.CveIDLTE(*i.CveIDLTE)) - } if i.CveIDContains != nil { predicates = append(predicates, vulnerabilityhistory.CveIDContains(*i.CveIDContains)) } @@ -88743,18 +68115,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.SourceNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.SourceNotIn(i.SourceNotIn...)) } - if i.SourceGT != nil { - predicates = append(predicates, vulnerabilityhistory.SourceGT(*i.SourceGT)) - } - if i.SourceGTE != nil { - predicates = append(predicates, vulnerabilityhistory.SourceGTE(*i.SourceGTE)) - } - if i.SourceLT != nil { - predicates = append(predicates, vulnerabilityhistory.SourceLT(*i.SourceLT)) - } - if i.SourceLTE != nil { - predicates = append(predicates, vulnerabilityhistory.SourceLTE(*i.SourceLTE)) - } if i.SourceContains != nil { predicates = append(predicates, vulnerabilityhistory.SourceContains(*i.SourceContains)) } @@ -88788,18 +68148,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DisplayNameNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DisplayNameNotIn(i.DisplayNameNotIn...)) } - if i.DisplayNameGT != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayNameGT(*i.DisplayNameGT)) - } - if i.DisplayNameGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayNameGTE(*i.DisplayNameGTE)) - } - if i.DisplayNameLT != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayNameLT(*i.DisplayNameLT)) - } - if i.DisplayNameLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DisplayNameLTE(*i.DisplayNameLTE)) - } if i.DisplayNameContains != nil { predicates = append(predicates, vulnerabilityhistory.DisplayNameContains(*i.DisplayNameContains)) } @@ -88833,18 +68181,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.CategoryNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.CategoryNotIn(i.CategoryNotIn...)) } - if i.CategoryGT != nil { - predicates = append(predicates, vulnerabilityhistory.CategoryGT(*i.CategoryGT)) - } - if i.CategoryGTE != nil { - predicates = append(predicates, vulnerabilityhistory.CategoryGTE(*i.CategoryGTE)) - } - if i.CategoryLT != nil { - predicates = append(predicates, vulnerabilityhistory.CategoryLT(*i.CategoryLT)) - } - if i.CategoryLTE != nil { - predicates = append(predicates, vulnerabilityhistory.CategoryLTE(*i.CategoryLTE)) - } if i.CategoryContains != nil { predicates = append(predicates, vulnerabilityhistory.CategoryContains(*i.CategoryContains)) } @@ -88878,18 +68214,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.SeverityNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.SeverityNotIn(i.SeverityNotIn...)) } - if i.SeverityGT != nil { - predicates = append(predicates, vulnerabilityhistory.SeverityGT(*i.SeverityGT)) - } - if i.SeverityGTE != nil { - predicates = append(predicates, vulnerabilityhistory.SeverityGTE(*i.SeverityGTE)) - } - if i.SeverityLT != nil { - predicates = append(predicates, vulnerabilityhistory.SeverityLT(*i.SeverityLT)) - } - if i.SeverityLTE != nil { - predicates = append(predicates, vulnerabilityhistory.SeverityLTE(*i.SeverityLTE)) - } if i.SeverityContains != nil { predicates = append(predicates, vulnerabilityhistory.SeverityContains(*i.SeverityContains)) } @@ -89013,18 +68337,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.PriorityNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.PriorityNotIn(i.PriorityNotIn...)) } - if i.PriorityGT != nil { - predicates = append(predicates, vulnerabilityhistory.PriorityGT(*i.PriorityGT)) - } - if i.PriorityGTE != nil { - predicates = append(predicates, vulnerabilityhistory.PriorityGTE(*i.PriorityGTE)) - } - if i.PriorityLT != nil { - predicates = append(predicates, vulnerabilityhistory.PriorityLT(*i.PriorityLT)) - } - if i.PriorityLTE != nil { - predicates = append(predicates, vulnerabilityhistory.PriorityLTE(*i.PriorityLTE)) - } if i.PriorityContains != nil { predicates = append(predicates, vulnerabilityhistory.PriorityContains(*i.PriorityContains)) } @@ -89058,18 +68370,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.SummaryNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.SummaryNotIn(i.SummaryNotIn...)) } - if i.SummaryGT != nil { - predicates = append(predicates, vulnerabilityhistory.SummaryGT(*i.SummaryGT)) - } - if i.SummaryGTE != nil { - predicates = append(predicates, vulnerabilityhistory.SummaryGTE(*i.SummaryGTE)) - } - if i.SummaryLT != nil { - predicates = append(predicates, vulnerabilityhistory.SummaryLT(*i.SummaryLT)) - } - if i.SummaryLTE != nil { - predicates = append(predicates, vulnerabilityhistory.SummaryLTE(*i.SummaryLTE)) - } if i.SummaryContains != nil { predicates = append(predicates, vulnerabilityhistory.SummaryContains(*i.SummaryContains)) } @@ -89103,18 +68403,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, vulnerabilityhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, vulnerabilityhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, vulnerabilityhistory.DescriptionContains(*i.DescriptionContains)) } @@ -89148,18 +68436,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.VectorNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.VectorNotIn(i.VectorNotIn...)) } - if i.VectorGT != nil { - predicates = append(predicates, vulnerabilityhistory.VectorGT(*i.VectorGT)) - } - if i.VectorGTE != nil { - predicates = append(predicates, vulnerabilityhistory.VectorGTE(*i.VectorGTE)) - } - if i.VectorLT != nil { - predicates = append(predicates, vulnerabilityhistory.VectorLT(*i.VectorLT)) - } - if i.VectorLTE != nil { - predicates = append(predicates, vulnerabilityhistory.VectorLTE(*i.VectorLTE)) - } if i.VectorContains != nil { predicates = append(predicates, vulnerabilityhistory.VectorContains(*i.VectorContains)) } @@ -89187,12 +68463,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.RemediationSLANEQ != nil { predicates = append(predicates, vulnerabilityhistory.RemediationSLANEQ(*i.RemediationSLANEQ)) } - if len(i.RemediationSLAIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.RemediationSLAIn(i.RemediationSLAIn...)) - } - if len(i.RemediationSLANotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.RemediationSLANotIn(i.RemediationSLANotIn...)) - } if i.RemediationSLAGT != nil { predicates = append(predicates, vulnerabilityhistory.RemediationSLAGT(*i.RemediationSLAGT)) } @@ -89283,18 +68553,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.VulnerableVersionRangeNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeNotIn(i.VulnerableVersionRangeNotIn...)) } - if i.VulnerableVersionRangeGT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeGT(*i.VulnerableVersionRangeGT)) - } - if i.VulnerableVersionRangeGTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeGTE(*i.VulnerableVersionRangeGTE)) - } - if i.VulnerableVersionRangeLT != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeLT(*i.VulnerableVersionRangeLT)) - } - if i.VulnerableVersionRangeLTE != nil { - predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeLTE(*i.VulnerableVersionRangeLTE)) - } if i.VulnerableVersionRangeContains != nil { predicates = append(predicates, vulnerabilityhistory.VulnerableVersionRangeContains(*i.VulnerableVersionRangeContains)) } @@ -89328,18 +68586,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.FirstPatchedVersionNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionNotIn(i.FirstPatchedVersionNotIn...)) } - if i.FirstPatchedVersionGT != nil { - predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionGT(*i.FirstPatchedVersionGT)) - } - if i.FirstPatchedVersionGTE != nil { - predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionGTE(*i.FirstPatchedVersionGTE)) - } - if i.FirstPatchedVersionLT != nil { - predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionLT(*i.FirstPatchedVersionLT)) - } - if i.FirstPatchedVersionLTE != nil { - predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionLTE(*i.FirstPatchedVersionLTE)) - } if i.FirstPatchedVersionContains != nil { predicates = append(predicates, vulnerabilityhistory.FirstPatchedVersionContains(*i.FirstPatchedVersionContains)) } @@ -89385,18 +68631,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.PackageNameNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.PackageNameNotIn(i.PackageNameNotIn...)) } - if i.PackageNameGT != nil { - predicates = append(predicates, vulnerabilityhistory.PackageNameGT(*i.PackageNameGT)) - } - if i.PackageNameGTE != nil { - predicates = append(predicates, vulnerabilityhistory.PackageNameGTE(*i.PackageNameGTE)) - } - if i.PackageNameLT != nil { - predicates = append(predicates, vulnerabilityhistory.PackageNameLT(*i.PackageNameLT)) - } - if i.PackageNameLTE != nil { - predicates = append(predicates, vulnerabilityhistory.PackageNameLTE(*i.PackageNameLTE)) - } if i.PackageNameContains != nil { predicates = append(predicates, vulnerabilityhistory.PackageNameContains(*i.PackageNameContains)) } @@ -89430,18 +68664,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.PackageEcosystemNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.PackageEcosystemNotIn(i.PackageEcosystemNotIn...)) } - if i.PackageEcosystemGT != nil { - predicates = append(predicates, vulnerabilityhistory.PackageEcosystemGT(*i.PackageEcosystemGT)) - } - if i.PackageEcosystemGTE != nil { - predicates = append(predicates, vulnerabilityhistory.PackageEcosystemGTE(*i.PackageEcosystemGTE)) - } - if i.PackageEcosystemLT != nil { - predicates = append(predicates, vulnerabilityhistory.PackageEcosystemLT(*i.PackageEcosystemLT)) - } - if i.PackageEcosystemLTE != nil { - predicates = append(predicates, vulnerabilityhistory.PackageEcosystemLTE(*i.PackageEcosystemLTE)) - } if i.PackageEcosystemContains != nil { predicates = append(predicates, vulnerabilityhistory.PackageEcosystemContains(*i.PackageEcosystemContains)) } @@ -89475,18 +68697,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ManifestPathNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ManifestPathNotIn(i.ManifestPathNotIn...)) } - if i.ManifestPathGT != nil { - predicates = append(predicates, vulnerabilityhistory.ManifestPathGT(*i.ManifestPathGT)) - } - if i.ManifestPathGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ManifestPathGTE(*i.ManifestPathGTE)) - } - if i.ManifestPathLT != nil { - predicates = append(predicates, vulnerabilityhistory.ManifestPathLT(*i.ManifestPathLT)) - } - if i.ManifestPathLTE != nil { - predicates = append(predicates, vulnerabilityhistory.ManifestPathLTE(*i.ManifestPathLTE)) - } if i.ManifestPathContains != nil { predicates = append(predicates, vulnerabilityhistory.ManifestPathContains(*i.ManifestPathContains)) } @@ -89520,18 +68730,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DependencyScopeNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DependencyScopeNotIn(i.DependencyScopeNotIn...)) } - if i.DependencyScopeGT != nil { - predicates = append(predicates, vulnerabilityhistory.DependencyScopeGT(*i.DependencyScopeGT)) - } - if i.DependencyScopeGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DependencyScopeGTE(*i.DependencyScopeGTE)) - } - if i.DependencyScopeLT != nil { - predicates = append(predicates, vulnerabilityhistory.DependencyScopeLT(*i.DependencyScopeLT)) - } - if i.DependencyScopeLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DependencyScopeLTE(*i.DependencyScopeLTE)) - } if i.DependencyScopeContains != nil { predicates = append(predicates, vulnerabilityhistory.DependencyScopeContains(*i.DependencyScopeContains)) } @@ -89556,15 +68754,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.PublishedAt != nil { predicates = append(predicates, vulnerabilityhistory.PublishedAtEQ(*i.PublishedAt)) } - if i.PublishedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.PublishedAtNEQ(*i.PublishedAtNEQ)) - } - if len(i.PublishedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.PublishedAtIn(i.PublishedAtIn...)) - } - if len(i.PublishedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.PublishedAtNotIn(i.PublishedAtNotIn...)) - } if i.PublishedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.PublishedAtGT(*i.PublishedAtGT)) } @@ -89586,15 +68775,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.DiscoveredAt != nil { predicates = append(predicates, vulnerabilityhistory.DiscoveredAtEQ(*i.DiscoveredAt)) } - if i.DiscoveredAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.DiscoveredAtNEQ(*i.DiscoveredAtNEQ)) - } - if len(i.DiscoveredAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.DiscoveredAtIn(i.DiscoveredAtIn...)) - } - if len(i.DiscoveredAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.DiscoveredAtNotIn(i.DiscoveredAtNotIn...)) - } if i.DiscoveredAtGT != nil { predicates = append(predicates, vulnerabilityhistory.DiscoveredAtGT(*i.DiscoveredAtGT)) } @@ -89616,15 +68796,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.SourceUpdatedAt != nil { predicates = append(predicates, vulnerabilityhistory.SourceUpdatedAtEQ(*i.SourceUpdatedAt)) } - if i.SourceUpdatedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.SourceUpdatedAtNEQ(*i.SourceUpdatedAtNEQ)) - } - if len(i.SourceUpdatedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.SourceUpdatedAtIn(i.SourceUpdatedAtIn...)) - } - if len(i.SourceUpdatedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.SourceUpdatedAtNotIn(i.SourceUpdatedAtNotIn...)) - } if i.SourceUpdatedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.SourceUpdatedAtGT(*i.SourceUpdatedAtGT)) } @@ -89646,15 +68817,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.DismissedAt != nil { predicates = append(predicates, vulnerabilityhistory.DismissedAtEQ(*i.DismissedAt)) } - if i.DismissedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedAtNEQ(*i.DismissedAtNEQ)) - } - if len(i.DismissedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.DismissedAtIn(i.DismissedAtIn...)) - } - if len(i.DismissedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.DismissedAtNotIn(i.DismissedAtNotIn...)) - } if i.DismissedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.DismissedAtGT(*i.DismissedAtGT)) } @@ -89685,18 +68847,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DismissedReasonNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DismissedReasonNotIn(i.DismissedReasonNotIn...)) } - if i.DismissedReasonGT != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedReasonGT(*i.DismissedReasonGT)) - } - if i.DismissedReasonGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedReasonGTE(*i.DismissedReasonGTE)) - } - if i.DismissedReasonLT != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedReasonLT(*i.DismissedReasonLT)) - } - if i.DismissedReasonLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedReasonLTE(*i.DismissedReasonLTE)) - } if i.DismissedReasonContains != nil { predicates = append(predicates, vulnerabilityhistory.DismissedReasonContains(*i.DismissedReasonContains)) } @@ -89730,18 +68880,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.DismissedCommentNotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.DismissedCommentNotIn(i.DismissedCommentNotIn...)) } - if i.DismissedCommentGT != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedCommentGT(*i.DismissedCommentGT)) - } - if i.DismissedCommentGTE != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedCommentGTE(*i.DismissedCommentGTE)) - } - if i.DismissedCommentLT != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedCommentLT(*i.DismissedCommentLT)) - } - if i.DismissedCommentLTE != nil { - predicates = append(predicates, vulnerabilityhistory.DismissedCommentLTE(*i.DismissedCommentLTE)) - } if i.DismissedCommentContains != nil { predicates = append(predicates, vulnerabilityhistory.DismissedCommentContains(*i.DismissedCommentContains)) } @@ -89766,15 +68904,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.FixedAt != nil { predicates = append(predicates, vulnerabilityhistory.FixedAtEQ(*i.FixedAt)) } - if i.FixedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.FixedAtNEQ(*i.FixedAtNEQ)) - } - if len(i.FixedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.FixedAtIn(i.FixedAtIn...)) - } - if len(i.FixedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.FixedAtNotIn(i.FixedAtNotIn...)) - } if i.FixedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.FixedAtGT(*i.FixedAtGT)) } @@ -89796,15 +68925,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if i.AutoDismissedAt != nil { predicates = append(predicates, vulnerabilityhistory.AutoDismissedAtEQ(*i.AutoDismissedAt)) } - if i.AutoDismissedAtNEQ != nil { - predicates = append(predicates, vulnerabilityhistory.AutoDismissedAtNEQ(*i.AutoDismissedAtNEQ)) - } - if len(i.AutoDismissedAtIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.AutoDismissedAtIn(i.AutoDismissedAtIn...)) - } - if len(i.AutoDismissedAtNotIn) > 0 { - predicates = append(predicates, vulnerabilityhistory.AutoDismissedAtNotIn(i.AutoDismissedAtNotIn...)) - } if i.AutoDismissedAtGT != nil { predicates = append(predicates, vulnerabilityhistory.AutoDismissedAtGT(*i.AutoDismissedAtGT)) } @@ -89835,18 +68955,6 @@ func (i *VulnerabilityHistoryWhereInput) P() (predicate.VulnerabilityHistory, er if len(i.ExternalURINotIn) > 0 { predicates = append(predicates, vulnerabilityhistory.ExternalURINotIn(i.ExternalURINotIn...)) } - if i.ExternalURIGT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalURIGT(*i.ExternalURIGT)) - } - if i.ExternalURIGTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalURIGTE(*i.ExternalURIGTE)) - } - if i.ExternalURILT != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalURILT(*i.ExternalURILT)) - } - if i.ExternalURILTE != nil { - predicates = append(predicates, vulnerabilityhistory.ExternalURILTE(*i.ExternalURILTE)) - } if i.ExternalURIContains != nil { predicates = append(predicates, vulnerabilityhistory.ExternalURIContains(*i.ExternalURIContains)) } @@ -89919,32 +69027,21 @@ type WorkflowAssignmentHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -89960,38 +69057,28 @@ type WorkflowAssignmentHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -90005,10 +69092,6 @@ type WorkflowAssignmentHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -90022,10 +69105,6 @@ type WorkflowAssignmentHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -90039,10 +69118,6 @@ type WorkflowAssignmentHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -90054,10 +69129,6 @@ type WorkflowAssignmentHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -90071,10 +69142,6 @@ type WorkflowAssignmentHistoryWhereInput struct { WorkflowInstanceIDNEQ *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIDGT *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIDGTE *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIDLT *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIDLTE *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -90086,10 +69153,6 @@ type WorkflowAssignmentHistoryWhereInput struct { AssignmentKeyNEQ *string `json:"assignmentKeyNEQ,omitempty"` AssignmentKeyIn []string `json:"assignmentKeyIn,omitempty"` AssignmentKeyNotIn []string `json:"assignmentKeyNotIn,omitempty"` - AssignmentKeyGT *string `json:"assignmentKeyGT,omitempty"` - AssignmentKeyGTE *string `json:"assignmentKeyGTE,omitempty"` - AssignmentKeyLT *string `json:"assignmentKeyLT,omitempty"` - AssignmentKeyLTE *string `json:"assignmentKeyLTE,omitempty"` AssignmentKeyContains *string `json:"assignmentKeyContains,omitempty"` AssignmentKeyHasPrefix *string `json:"assignmentKeyHasPrefix,omitempty"` AssignmentKeyHasSuffix *string `json:"assignmentKeyHasSuffix,omitempty"` @@ -90101,10 +69164,6 @@ type WorkflowAssignmentHistoryWhereInput struct { RoleNEQ *string `json:"roleNEQ,omitempty"` RoleIn []string `json:"roleIn,omitempty"` RoleNotIn []string `json:"roleNotIn,omitempty"` - RoleGT *string `json:"roleGT,omitempty"` - RoleGTE *string `json:"roleGTE,omitempty"` - RoleLT *string `json:"roleLT,omitempty"` - RoleLTE *string `json:"roleLTE,omitempty"` RoleContains *string `json:"roleContains,omitempty"` RoleHasPrefix *string `json:"roleHasPrefix,omitempty"` RoleHasSuffix *string `json:"roleHasSuffix,omitempty"` @@ -90116,10 +69175,6 @@ type WorkflowAssignmentHistoryWhereInput struct { LabelNEQ *string `json:"labelNEQ,omitempty"` LabelIn []string `json:"labelIn,omitempty"` LabelNotIn []string `json:"labelNotIn,omitempty"` - LabelGT *string `json:"labelGT,omitempty"` - LabelGTE *string `json:"labelGTE,omitempty"` - LabelLT *string `json:"labelLT,omitempty"` - LabelLTE *string `json:"labelLTE,omitempty"` LabelContains *string `json:"labelContains,omitempty"` LabelHasPrefix *string `json:"labelHasPrefix,omitempty"` LabelHasSuffix *string `json:"labelHasSuffix,omitempty"` @@ -90139,26 +69194,19 @@ type WorkflowAssignmentHistoryWhereInput struct { StatusNotIn []enums.WorkflowAssignmentStatus `json:"statusNotIn,omitempty"` // "decided_at" field predicates. - DecidedAt *time.Time `json:"decidedAt,omitempty"` - DecidedAtNEQ *time.Time `json:"decidedAtNEQ,omitempty"` - DecidedAtIn []time.Time `json:"decidedAtIn,omitempty"` - DecidedAtNotIn []time.Time `json:"decidedAtNotIn,omitempty"` - DecidedAtGT *time.Time `json:"decidedAtGT,omitempty"` - DecidedAtGTE *time.Time `json:"decidedAtGTE,omitempty"` - DecidedAtLT *time.Time `json:"decidedAtLT,omitempty"` - DecidedAtLTE *time.Time `json:"decidedAtLTE,omitempty"` - DecidedAtIsNil bool `json:"decidedAtIsNil,omitempty"` - DecidedAtNotNil bool `json:"decidedAtNotNil,omitempty"` + DecidedAt *time.Time `json:"decidedAt,omitempty"` + DecidedAtGT *time.Time `json:"decidedAtGT,omitempty"` + DecidedAtGTE *time.Time `json:"decidedAtGTE,omitempty"` + DecidedAtLT *time.Time `json:"decidedAtLT,omitempty"` + DecidedAtLTE *time.Time `json:"decidedAtLTE,omitempty"` + DecidedAtIsNil bool `json:"decidedAtIsNil,omitempty"` + DecidedAtNotNil bool `json:"decidedAtNotNil,omitempty"` // "actor_user_id" field predicates. ActorUserID *string `json:"actorUserID,omitempty"` ActorUserIDNEQ *string `json:"actorUserIDNEQ,omitempty"` ActorUserIDIn []string `json:"actorUserIDIn,omitempty"` ActorUserIDNotIn []string `json:"actorUserIDNotIn,omitempty"` - ActorUserIDGT *string `json:"actorUserIDGT,omitempty"` - ActorUserIDGTE *string `json:"actorUserIDGTE,omitempty"` - ActorUserIDLT *string `json:"actorUserIDLT,omitempty"` - ActorUserIDLTE *string `json:"actorUserIDLTE,omitempty"` ActorUserIDContains *string `json:"actorUserIDContains,omitempty"` ActorUserIDHasPrefix *string `json:"actorUserIDHasPrefix,omitempty"` ActorUserIDHasSuffix *string `json:"actorUserIDHasSuffix,omitempty"` @@ -90172,10 +69220,6 @@ type WorkflowAssignmentHistoryWhereInput struct { ActorGroupIDNEQ *string `json:"actorGroupIDNEQ,omitempty"` ActorGroupIDIn []string `json:"actorGroupIDIn,omitempty"` ActorGroupIDNotIn []string `json:"actorGroupIDNotIn,omitempty"` - ActorGroupIDGT *string `json:"actorGroupIDGT,omitempty"` - ActorGroupIDGTE *string `json:"actorGroupIDGTE,omitempty"` - ActorGroupIDLT *string `json:"actorGroupIDLT,omitempty"` - ActorGroupIDLTE *string `json:"actorGroupIDLTE,omitempty"` ActorGroupIDContains *string `json:"actorGroupIDContains,omitempty"` ActorGroupIDHasPrefix *string `json:"actorGroupIDHasPrefix,omitempty"` ActorGroupIDHasSuffix *string `json:"actorGroupIDHasSuffix,omitempty"` @@ -90189,10 +69233,6 @@ type WorkflowAssignmentHistoryWhereInput struct { NotesNEQ *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGT *string `json:"notesGT,omitempty"` - NotesGTE *string `json:"notesGTE,omitempty"` - NotesLT *string `json:"notesLT,omitempty"` - NotesLTE *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -90202,16 +69242,13 @@ type WorkflowAssignmentHistoryWhereInput struct { NotesContainsFold *string `json:"notesContainsFold,omitempty"` // "due_at" field predicates. - DueAt *time.Time `json:"dueAt,omitempty"` - DueAtNEQ *time.Time `json:"dueAtNEQ,omitempty"` - DueAtIn []time.Time `json:"dueAtIn,omitempty"` - DueAtNotIn []time.Time `json:"dueAtNotIn,omitempty"` - DueAtGT *time.Time `json:"dueAtGT,omitempty"` - DueAtGTE *time.Time `json:"dueAtGTE,omitempty"` - DueAtLT *time.Time `json:"dueAtLT,omitempty"` - DueAtLTE *time.Time `json:"dueAtLTE,omitempty"` - DueAtIsNil bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil bool `json:"dueAtNotNil,omitempty"` + DueAt *time.Time `json:"dueAt,omitempty"` + DueAtGT *time.Time `json:"dueAtGT,omitempty"` + DueAtGTE *time.Time `json:"dueAtGTE,omitempty"` + DueAtLT *time.Time `json:"dueAtLT,omitempty"` + DueAtLTE *time.Time `json:"dueAtLTE,omitempty"` + DueAtIsNil bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil bool `json:"dueAtNotNil,omitempty"` // "tags" JSON-string-array predicates. TagsHas *string `json:"tagsHas,omitempty"` @@ -90300,18 +69337,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowassignmenthistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowassignmenthistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowassignmenthistory.IDEqualFold(*i.IDEqualFold)) } @@ -90321,15 +69346,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if i.HistoryTime != nil { predicates = append(predicates, workflowassignmenthistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, workflowassignmenthistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, workflowassignmenthistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -90354,18 +69370,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.RefNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, workflowassignmenthistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, workflowassignmenthistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, workflowassignmenthistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, workflowassignmenthistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, workflowassignmenthistory.RefContains(*i.RefContains)) } @@ -90402,15 +69406,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if i.CreatedAt != nil { predicates = append(predicates, workflowassignmenthistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenthistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowassignmenthistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -90432,15 +69427,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if i.UpdatedAt != nil { predicates = append(predicates, workflowassignmenthistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowassignmenthistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -90471,18 +69457,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowassignmenthistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowassignmenthistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowassignmenthistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowassignmenthistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowassignmenthistory.CreatedByContains(*i.CreatedByContains)) } @@ -90516,18 +69490,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowassignmenthistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -90561,18 +69523,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowassignmenthistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -90606,18 +69556,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowassignmenthistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowassignmenthistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowassignmenthistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -90645,18 +69583,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowassignmenthistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowassignmenthistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowassignmenthistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -90690,18 +69616,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.WorkflowInstanceIDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDNotIn(i.WorkflowInstanceIDNotIn...)) } - if i.WorkflowInstanceIDGT != nil { - predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDGT(*i.WorkflowInstanceIDGT)) - } - if i.WorkflowInstanceIDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDGTE(*i.WorkflowInstanceIDGTE)) - } - if i.WorkflowInstanceIDLT != nil { - predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDLT(*i.WorkflowInstanceIDLT)) - } - if i.WorkflowInstanceIDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDLTE(*i.WorkflowInstanceIDLTE)) - } if i.WorkflowInstanceIDContains != nil { predicates = append(predicates, workflowassignmenthistory.WorkflowInstanceIDContains(*i.WorkflowInstanceIDContains)) } @@ -90729,18 +69643,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.AssignmentKeyNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.AssignmentKeyNotIn(i.AssignmentKeyNotIn...)) } - if i.AssignmentKeyGT != nil { - predicates = append(predicates, workflowassignmenthistory.AssignmentKeyGT(*i.AssignmentKeyGT)) - } - if i.AssignmentKeyGTE != nil { - predicates = append(predicates, workflowassignmenthistory.AssignmentKeyGTE(*i.AssignmentKeyGTE)) - } - if i.AssignmentKeyLT != nil { - predicates = append(predicates, workflowassignmenthistory.AssignmentKeyLT(*i.AssignmentKeyLT)) - } - if i.AssignmentKeyLTE != nil { - predicates = append(predicates, workflowassignmenthistory.AssignmentKeyLTE(*i.AssignmentKeyLTE)) - } if i.AssignmentKeyContains != nil { predicates = append(predicates, workflowassignmenthistory.AssignmentKeyContains(*i.AssignmentKeyContains)) } @@ -90768,18 +69670,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.RoleNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.RoleNotIn(i.RoleNotIn...)) } - if i.RoleGT != nil { - predicates = append(predicates, workflowassignmenthistory.RoleGT(*i.RoleGT)) - } - if i.RoleGTE != nil { - predicates = append(predicates, workflowassignmenthistory.RoleGTE(*i.RoleGTE)) - } - if i.RoleLT != nil { - predicates = append(predicates, workflowassignmenthistory.RoleLT(*i.RoleLT)) - } - if i.RoleLTE != nil { - predicates = append(predicates, workflowassignmenthistory.RoleLTE(*i.RoleLTE)) - } if i.RoleContains != nil { predicates = append(predicates, workflowassignmenthistory.RoleContains(*i.RoleContains)) } @@ -90807,18 +69697,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.LabelNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.LabelNotIn(i.LabelNotIn...)) } - if i.LabelGT != nil { - predicates = append(predicates, workflowassignmenthistory.LabelGT(*i.LabelGT)) - } - if i.LabelGTE != nil { - predicates = append(predicates, workflowassignmenthistory.LabelGTE(*i.LabelGTE)) - } - if i.LabelLT != nil { - predicates = append(predicates, workflowassignmenthistory.LabelLT(*i.LabelLT)) - } - if i.LabelLTE != nil { - predicates = append(predicates, workflowassignmenthistory.LabelLTE(*i.LabelLTE)) - } if i.LabelContains != nil { predicates = append(predicates, workflowassignmenthistory.LabelContains(*i.LabelContains)) } @@ -90861,15 +69739,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if i.DecidedAt != nil { predicates = append(predicates, workflowassignmenthistory.DecidedAtEQ(*i.DecidedAt)) } - if i.DecidedAtNEQ != nil { - predicates = append(predicates, workflowassignmenthistory.DecidedAtNEQ(*i.DecidedAtNEQ)) - } - if len(i.DecidedAtIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.DecidedAtIn(i.DecidedAtIn...)) - } - if len(i.DecidedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.DecidedAtNotIn(i.DecidedAtNotIn...)) - } if i.DecidedAtGT != nil { predicates = append(predicates, workflowassignmenthistory.DecidedAtGT(*i.DecidedAtGT)) } @@ -90900,18 +69769,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.ActorUserIDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.ActorUserIDNotIn(i.ActorUserIDNotIn...)) } - if i.ActorUserIDGT != nil { - predicates = append(predicates, workflowassignmenthistory.ActorUserIDGT(*i.ActorUserIDGT)) - } - if i.ActorUserIDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.ActorUserIDGTE(*i.ActorUserIDGTE)) - } - if i.ActorUserIDLT != nil { - predicates = append(predicates, workflowassignmenthistory.ActorUserIDLT(*i.ActorUserIDLT)) - } - if i.ActorUserIDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.ActorUserIDLTE(*i.ActorUserIDLTE)) - } if i.ActorUserIDContains != nil { predicates = append(predicates, workflowassignmenthistory.ActorUserIDContains(*i.ActorUserIDContains)) } @@ -90945,18 +69802,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.ActorGroupIDNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.ActorGroupIDNotIn(i.ActorGroupIDNotIn...)) } - if i.ActorGroupIDGT != nil { - predicates = append(predicates, workflowassignmenthistory.ActorGroupIDGT(*i.ActorGroupIDGT)) - } - if i.ActorGroupIDGTE != nil { - predicates = append(predicates, workflowassignmenthistory.ActorGroupIDGTE(*i.ActorGroupIDGTE)) - } - if i.ActorGroupIDLT != nil { - predicates = append(predicates, workflowassignmenthistory.ActorGroupIDLT(*i.ActorGroupIDLT)) - } - if i.ActorGroupIDLTE != nil { - predicates = append(predicates, workflowassignmenthistory.ActorGroupIDLTE(*i.ActorGroupIDLTE)) - } if i.ActorGroupIDContains != nil { predicates = append(predicates, workflowassignmenthistory.ActorGroupIDContains(*i.ActorGroupIDContains)) } @@ -90990,18 +69835,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if len(i.NotesNotIn) > 0 { predicates = append(predicates, workflowassignmenthistory.NotesNotIn(i.NotesNotIn...)) } - if i.NotesGT != nil { - predicates = append(predicates, workflowassignmenthistory.NotesGT(*i.NotesGT)) - } - if i.NotesGTE != nil { - predicates = append(predicates, workflowassignmenthistory.NotesGTE(*i.NotesGTE)) - } - if i.NotesLT != nil { - predicates = append(predicates, workflowassignmenthistory.NotesLT(*i.NotesLT)) - } - if i.NotesLTE != nil { - predicates = append(predicates, workflowassignmenthistory.NotesLTE(*i.NotesLTE)) - } if i.NotesContains != nil { predicates = append(predicates, workflowassignmenthistory.NotesContains(*i.NotesContains)) } @@ -91026,15 +69859,6 @@ func (i *WorkflowAssignmentHistoryWhereInput) P() (predicate.WorkflowAssignmentH if i.DueAt != nil { predicates = append(predicates, workflowassignmenthistory.DueAtEQ(*i.DueAt)) } - if i.DueAtNEQ != nil { - predicates = append(predicates, workflowassignmenthistory.DueAtNEQ(*i.DueAtNEQ)) - } - if len(i.DueAtIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.DueAtIn(i.DueAtIn...)) - } - if len(i.DueAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenthistory.DueAtNotIn(i.DueAtNotIn...)) - } if i.DueAtGT != nil { predicates = append(predicates, workflowassignmenthistory.DueAtGT(*i.DueAtGT)) } @@ -91083,32 +69907,21 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -91124,38 +69937,28 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -91169,10 +69972,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -91186,10 +69985,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -91203,10 +69998,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -91218,10 +70009,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -91235,10 +70022,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { WorkflowAssignmentIDNEQ *string `json:"workflowAssignmentIDNEQ,omitempty"` WorkflowAssignmentIDIn []string `json:"workflowAssignmentIDIn,omitempty"` WorkflowAssignmentIDNotIn []string `json:"workflowAssignmentIDNotIn,omitempty"` - WorkflowAssignmentIDGT *string `json:"workflowAssignmentIDGT,omitempty"` - WorkflowAssignmentIDGTE *string `json:"workflowAssignmentIDGTE,omitempty"` - WorkflowAssignmentIDLT *string `json:"workflowAssignmentIDLT,omitempty"` - WorkflowAssignmentIDLTE *string `json:"workflowAssignmentIDLTE,omitempty"` WorkflowAssignmentIDContains *string `json:"workflowAssignmentIDContains,omitempty"` WorkflowAssignmentIDHasPrefix *string `json:"workflowAssignmentIDHasPrefix,omitempty"` WorkflowAssignmentIDHasSuffix *string `json:"workflowAssignmentIDHasSuffix,omitempty"` @@ -91256,10 +70039,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { TargetUserIDNEQ *string `json:"targetUserIDNEQ,omitempty"` TargetUserIDIn []string `json:"targetUserIDIn,omitempty"` TargetUserIDNotIn []string `json:"targetUserIDNotIn,omitempty"` - TargetUserIDGT *string `json:"targetUserIDGT,omitempty"` - TargetUserIDGTE *string `json:"targetUserIDGTE,omitempty"` - TargetUserIDLT *string `json:"targetUserIDLT,omitempty"` - TargetUserIDLTE *string `json:"targetUserIDLTE,omitempty"` TargetUserIDContains *string `json:"targetUserIDContains,omitempty"` TargetUserIDHasPrefix *string `json:"targetUserIDHasPrefix,omitempty"` TargetUserIDHasSuffix *string `json:"targetUserIDHasSuffix,omitempty"` @@ -91273,10 +70052,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { TargetGroupIDNEQ *string `json:"targetGroupIDNEQ,omitempty"` TargetGroupIDIn []string `json:"targetGroupIDIn,omitempty"` TargetGroupIDNotIn []string `json:"targetGroupIDNotIn,omitempty"` - TargetGroupIDGT *string `json:"targetGroupIDGT,omitempty"` - TargetGroupIDGTE *string `json:"targetGroupIDGTE,omitempty"` - TargetGroupIDLT *string `json:"targetGroupIDLT,omitempty"` - TargetGroupIDLTE *string `json:"targetGroupIDLTE,omitempty"` TargetGroupIDContains *string `json:"targetGroupIDContains,omitempty"` TargetGroupIDHasPrefix *string `json:"targetGroupIDHasPrefix,omitempty"` TargetGroupIDHasSuffix *string `json:"targetGroupIDHasSuffix,omitempty"` @@ -91290,10 +70065,6 @@ type WorkflowAssignmentTargetHistoryWhereInput struct { ResolverKeyNEQ *string `json:"resolverKeyNEQ,omitempty"` ResolverKeyIn []string `json:"resolverKeyIn,omitempty"` ResolverKeyNotIn []string `json:"resolverKeyNotIn,omitempty"` - ResolverKeyGT *string `json:"resolverKeyGT,omitempty"` - ResolverKeyGTE *string `json:"resolverKeyGTE,omitempty"` - ResolverKeyLT *string `json:"resolverKeyLT,omitempty"` - ResolverKeyLTE *string `json:"resolverKeyLTE,omitempty"` ResolverKeyContains *string `json:"resolverKeyContains,omitempty"` ResolverKeyHasPrefix *string `json:"resolverKeyHasPrefix,omitempty"` ResolverKeyHasSuffix *string `json:"resolverKeyHasSuffix,omitempty"` @@ -91389,18 +70160,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowassignmenttargethistory.IDEqualFold(*i.IDEqualFold)) } @@ -91410,15 +70169,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if i.HistoryTime != nil { predicates = append(predicates, workflowassignmenttargethistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, workflowassignmenttargethistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, workflowassignmenttargethistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -91443,18 +70193,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.RefNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, workflowassignmenttargethistory.RefContains(*i.RefContains)) } @@ -91491,15 +70229,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if i.CreatedAt != nil { predicates = append(predicates, workflowassignmenttargethistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenttargethistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowassignmenttargethistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -91521,15 +70250,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if i.UpdatedAt != nil { predicates = append(predicates, workflowassignmenttargethistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowassignmenttargethistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -91560,18 +70280,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowassignmenttargethistory.CreatedByContains(*i.CreatedByContains)) } @@ -91605,18 +70313,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowassignmenttargethistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -91650,18 +70346,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowassignmenttargethistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -91695,18 +70379,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowassignmenttargethistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -91734,18 +70406,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowassignmenttargethistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -91779,18 +70439,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.WorkflowAssignmentIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDNotIn(i.WorkflowAssignmentIDNotIn...)) } - if i.WorkflowAssignmentIDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDGT(*i.WorkflowAssignmentIDGT)) - } - if i.WorkflowAssignmentIDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDGTE(*i.WorkflowAssignmentIDGTE)) - } - if i.WorkflowAssignmentIDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDLT(*i.WorkflowAssignmentIDLT)) - } - if i.WorkflowAssignmentIDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDLTE(*i.WorkflowAssignmentIDLTE)) - } if i.WorkflowAssignmentIDContains != nil { predicates = append(predicates, workflowassignmenttargethistory.WorkflowAssignmentIDContains(*i.WorkflowAssignmentIDContains)) } @@ -91830,18 +70478,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.TargetUserIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDNotIn(i.TargetUserIDNotIn...)) } - if i.TargetUserIDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDGT(*i.TargetUserIDGT)) - } - if i.TargetUserIDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDGTE(*i.TargetUserIDGTE)) - } - if i.TargetUserIDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDLT(*i.TargetUserIDLT)) - } - if i.TargetUserIDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDLTE(*i.TargetUserIDLTE)) - } if i.TargetUserIDContains != nil { predicates = append(predicates, workflowassignmenttargethistory.TargetUserIDContains(*i.TargetUserIDContains)) } @@ -91875,18 +70511,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.TargetGroupIDNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDNotIn(i.TargetGroupIDNotIn...)) } - if i.TargetGroupIDGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDGT(*i.TargetGroupIDGT)) - } - if i.TargetGroupIDGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDGTE(*i.TargetGroupIDGTE)) - } - if i.TargetGroupIDLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDLT(*i.TargetGroupIDLT)) - } - if i.TargetGroupIDLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDLTE(*i.TargetGroupIDLTE)) - } if i.TargetGroupIDContains != nil { predicates = append(predicates, workflowassignmenttargethistory.TargetGroupIDContains(*i.TargetGroupIDContains)) } @@ -91920,18 +70544,6 @@ func (i *WorkflowAssignmentTargetHistoryWhereInput) P() (predicate.WorkflowAssig if len(i.ResolverKeyNotIn) > 0 { predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyNotIn(i.ResolverKeyNotIn...)) } - if i.ResolverKeyGT != nil { - predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyGT(*i.ResolverKeyGT)) - } - if i.ResolverKeyGTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyGTE(*i.ResolverKeyGTE)) - } - if i.ResolverKeyLT != nil { - predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyLT(*i.ResolverKeyLT)) - } - if i.ResolverKeyLTE != nil { - predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyLTE(*i.ResolverKeyLTE)) - } if i.ResolverKeyContains != nil { predicates = append(predicates, workflowassignmenttargethistory.ResolverKeyContains(*i.ResolverKeyContains)) } @@ -91983,32 +70595,21 @@ type WorkflowDefinitionHistoryWhereInput struct { IDNEQ *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGT *string `json:"idGT,omitempty"` - IDGTE *string `json:"idGTE,omitempty"` - IDLT *string `json:"idLT,omitempty"` - IDLTE *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // "history_time" field predicates. - HistoryTime *time.Time `json:"historyTime,omitempty"` - HistoryTimeNEQ *time.Time `json:"historyTimeNEQ,omitempty"` - HistoryTimeIn []time.Time `json:"historyTimeIn,omitempty"` - HistoryTimeNotIn []time.Time `json:"historyTimeNotIn,omitempty"` - HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` - HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` - HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` - HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` + HistoryTime *time.Time `json:"historyTime,omitempty"` + HistoryTimeGT *time.Time `json:"historyTimeGT,omitempty"` + HistoryTimeGTE *time.Time `json:"historyTimeGTE,omitempty"` + HistoryTimeLT *time.Time `json:"historyTimeLT,omitempty"` + HistoryTimeLTE *time.Time `json:"historyTimeLTE,omitempty"` // "ref" field predicates. Ref *string `json:"ref,omitempty"` RefNEQ *string `json:"refNEQ,omitempty"` RefIn []string `json:"refIn,omitempty"` RefNotIn []string `json:"refNotIn,omitempty"` - RefGT *string `json:"refGT,omitempty"` - RefGTE *string `json:"refGTE,omitempty"` - RefLT *string `json:"refLT,omitempty"` - RefLTE *string `json:"refLTE,omitempty"` RefContains *string `json:"refContains,omitempty"` RefHasPrefix *string `json:"refHasPrefix,omitempty"` RefHasSuffix *string `json:"refHasSuffix,omitempty"` @@ -92024,38 +70625,28 @@ type WorkflowDefinitionHistoryWhereInput struct { OperationNotIn []history.OpType `json:"operationNotIn,omitempty"` // "created_at" field predicates. - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNEQ *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGT *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGTE *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLT *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLTE *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil bool `json:"createdAtNotNil,omitempty"` // "updated_at" field predicates. - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNEQ *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGT *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGTE *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLT *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLTE *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil bool `json:"updatedAtNotNil,omitempty"` // "created_by" field predicates. CreatedBy *string `json:"createdBy,omitempty"` CreatedByNEQ *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGT *string `json:"createdByGT,omitempty"` - CreatedByGTE *string `json:"createdByGTE,omitempty"` - CreatedByLT *string `json:"createdByLT,omitempty"` - CreatedByLTE *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -92069,10 +70660,6 @@ type WorkflowDefinitionHistoryWhereInput struct { UpdatedByNEQ *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGT *string `json:"updatedByGT,omitempty"` - UpdatedByGTE *string `json:"updatedByGTE,omitempty"` - UpdatedByLT *string `json:"updatedByLT,omitempty"` - UpdatedByLTE *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -92086,10 +70673,6 @@ type WorkflowDefinitionHistoryWhereInput struct { UpdatedByImpersonatorNEQ *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGT *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGTE *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLT *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLTE *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -92103,10 +70686,6 @@ type WorkflowDefinitionHistoryWhereInput struct { DisplayIDNEQ *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIDGT *string `json:"displayIDGT,omitempty"` - DisplayIDGTE *string `json:"displayIDGTE,omitempty"` - DisplayIDLT *string `json:"displayIDLT,omitempty"` - DisplayIDLTE *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -92118,10 +70697,6 @@ type WorkflowDefinitionHistoryWhereInput struct { OwnerIDNEQ *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIDGT *string `json:"ownerIDGT,omitempty"` - OwnerIDGTE *string `json:"ownerIDGTE,omitempty"` - OwnerIDLT *string `json:"ownerIDLT,omitempty"` - OwnerIDLTE *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -92141,10 +70716,6 @@ type WorkflowDefinitionHistoryWhereInput struct { InternalNotesNEQ *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGT *string `json:"internalNotesGT,omitempty"` - InternalNotesGTE *string `json:"internalNotesGTE,omitempty"` - InternalNotesLT *string `json:"internalNotesLT,omitempty"` - InternalNotesLTE *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -92158,10 +70729,6 @@ type WorkflowDefinitionHistoryWhereInput struct { SystemInternalIDNEQ *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIDGT *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIDGTE *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIDLT *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIDLTE *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -92175,10 +70742,6 @@ type WorkflowDefinitionHistoryWhereInput struct { NameNEQ *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGT *string `json:"nameGT,omitempty"` - NameGTE *string `json:"nameGTE,omitempty"` - NameLT *string `json:"nameLT,omitempty"` - NameLTE *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -92190,10 +70753,6 @@ type WorkflowDefinitionHistoryWhereInput struct { DescriptionNEQ *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGT *string `json:"descriptionGT,omitempty"` - DescriptionGTE *string `json:"descriptionGTE,omitempty"` - DescriptionLT *string `json:"descriptionLT,omitempty"` - DescriptionLTE *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -92213,10 +70772,6 @@ type WorkflowDefinitionHistoryWhereInput struct { SchemaTypeNEQ *string `json:"schemaTypeNEQ,omitempty"` SchemaTypeIn []string `json:"schemaTypeIn,omitempty"` SchemaTypeNotIn []string `json:"schemaTypeNotIn,omitempty"` - SchemaTypeGT *string `json:"schemaTypeGT,omitempty"` - SchemaTypeGTE *string `json:"schemaTypeGTE,omitempty"` - SchemaTypeLT *string `json:"schemaTypeLT,omitempty"` - SchemaTypeLTE *string `json:"schemaTypeLTE,omitempty"` SchemaTypeContains *string `json:"schemaTypeContains,omitempty"` SchemaTypeHasPrefix *string `json:"schemaTypeHasPrefix,omitempty"` SchemaTypeHasSuffix *string `json:"schemaTypeHasSuffix,omitempty"` @@ -92224,40 +70779,33 @@ type WorkflowDefinitionHistoryWhereInput struct { SchemaTypeContainsFold *string `json:"schemaTypeContainsFold,omitempty"` // "revision" field predicates. - Revision *int `json:"revision,omitempty"` - RevisionNEQ *int `json:"revisionNEQ,omitempty"` - RevisionIn []int `json:"revisionIn,omitempty"` - RevisionNotIn []int `json:"revisionNotIn,omitempty"` - RevisionGT *int `json:"revisionGT,omitempty"` - RevisionGTE *int `json:"revisionGTE,omitempty"` - RevisionLT *int `json:"revisionLT,omitempty"` - RevisionLTE *int `json:"revisionLTE,omitempty"` + Revision *int `json:"revision,omitempty"` + RevisionNEQ *int `json:"revisionNEQ,omitempty"` + RevisionGT *int `json:"revisionGT,omitempty"` + RevisionGTE *int `json:"revisionGTE,omitempty"` + RevisionLT *int `json:"revisionLT,omitempty"` + RevisionLTE *int `json:"revisionLTE,omitempty"` // "draft" field predicates. Draft *bool `json:"draft,omitempty"` DraftNEQ *bool `json:"draftNEQ,omitempty"` // "published_at" field predicates. - PublishedAt *time.Time `json:"publishedAt,omitempty"` - PublishedAtNEQ *time.Time `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []time.Time `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []time.Time `json:"publishedAtNotIn,omitempty"` - PublishedAtGT *time.Time `json:"publishedAtGT,omitempty"` - PublishedAtGTE *time.Time `json:"publishedAtGTE,omitempty"` - PublishedAtLT *time.Time `json:"publishedAtLT,omitempty"` - PublishedAtLTE *time.Time `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *time.Time `json:"publishedAt,omitempty"` + PublishedAtGT *time.Time `json:"publishedAtGT,omitempty"` + PublishedAtGTE *time.Time `json:"publishedAtGTE,omitempty"` + PublishedAtLT *time.Time `json:"publishedAtLT,omitempty"` + PublishedAtLTE *time.Time `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil bool `json:"publishedAtNotNil,omitempty"` // "cooldown_seconds" field predicates. - CooldownSeconds *int `json:"cooldownSeconds,omitempty"` - CooldownSecondsNEQ *int `json:"cooldownSecondsNEQ,omitempty"` - CooldownSecondsIn []int `json:"cooldownSecondsIn,omitempty"` - CooldownSecondsNotIn []int `json:"cooldownSecondsNotIn,omitempty"` - CooldownSecondsGT *int `json:"cooldownSecondsGT,omitempty"` - CooldownSecondsGTE *int `json:"cooldownSecondsGTE,omitempty"` - CooldownSecondsLT *int `json:"cooldownSecondsLT,omitempty"` - CooldownSecondsLTE *int `json:"cooldownSecondsLTE,omitempty"` + CooldownSeconds *int `json:"cooldownSeconds,omitempty"` + CooldownSecondsNEQ *int `json:"cooldownSecondsNEQ,omitempty"` + CooldownSecondsGT *int `json:"cooldownSecondsGT,omitempty"` + CooldownSecondsGTE *int `json:"cooldownSecondsGTE,omitempty"` + CooldownSecondsLT *int `json:"cooldownSecondsLT,omitempty"` + CooldownSecondsLTE *int `json:"cooldownSecondsLTE,omitempty"` // "is_default" field predicates. IsDefault *bool `json:"isDefault,omitempty"` @@ -92357,18 +70905,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.IDNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.IDNotIn(i.IDNotIn...)) } - if i.IDGT != nil { - predicates = append(predicates, workflowdefinitionhistory.IDGT(*i.IDGT)) - } - if i.IDGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.IDGTE(*i.IDGTE)) - } - if i.IDLT != nil { - predicates = append(predicates, workflowdefinitionhistory.IDLT(*i.IDLT)) - } - if i.IDLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.IDLTE(*i.IDLTE)) - } if i.IDEqualFold != nil { predicates = append(predicates, workflowdefinitionhistory.IDEqualFold(*i.IDEqualFold)) } @@ -92378,15 +70914,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.HistoryTime != nil { predicates = append(predicates, workflowdefinitionhistory.HistoryTimeEQ(*i.HistoryTime)) } - if i.HistoryTimeNEQ != nil { - predicates = append(predicates, workflowdefinitionhistory.HistoryTimeNEQ(*i.HistoryTimeNEQ)) - } - if len(i.HistoryTimeIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.HistoryTimeIn(i.HistoryTimeIn...)) - } - if len(i.HistoryTimeNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.HistoryTimeNotIn(i.HistoryTimeNotIn...)) - } if i.HistoryTimeGT != nil { predicates = append(predicates, workflowdefinitionhistory.HistoryTimeGT(*i.HistoryTimeGT)) } @@ -92411,18 +70938,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.RefNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.RefNotIn(i.RefNotIn...)) } - if i.RefGT != nil { - predicates = append(predicates, workflowdefinitionhistory.RefGT(*i.RefGT)) - } - if i.RefGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.RefGTE(*i.RefGTE)) - } - if i.RefLT != nil { - predicates = append(predicates, workflowdefinitionhistory.RefLT(*i.RefLT)) - } - if i.RefLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.RefLTE(*i.RefLTE)) - } if i.RefContains != nil { predicates = append(predicates, workflowdefinitionhistory.RefContains(*i.RefContains)) } @@ -92459,15 +70974,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.CreatedAt != nil { predicates = append(predicates, workflowdefinitionhistory.CreatedAtEQ(*i.CreatedAt)) } - if i.CreatedAtNEQ != nil { - predicates = append(predicates, workflowdefinitionhistory.CreatedAtNEQ(*i.CreatedAtNEQ)) - } - if len(i.CreatedAtIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.CreatedAtIn(i.CreatedAtIn...)) - } - if len(i.CreatedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.CreatedAtNotIn(i.CreatedAtNotIn...)) - } if i.CreatedAtGT != nil { predicates = append(predicates, workflowdefinitionhistory.CreatedAtGT(*i.CreatedAtGT)) } @@ -92489,15 +70995,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.UpdatedAt != nil { predicates = append(predicates, workflowdefinitionhistory.UpdatedAtEQ(*i.UpdatedAt)) } - if i.UpdatedAtNEQ != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedAtNEQ(*i.UpdatedAtNEQ)) - } - if len(i.UpdatedAtIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.UpdatedAtIn(i.UpdatedAtIn...)) - } - if len(i.UpdatedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.UpdatedAtNotIn(i.UpdatedAtNotIn...)) - } if i.UpdatedAtGT != nil { predicates = append(predicates, workflowdefinitionhistory.UpdatedAtGT(*i.UpdatedAtGT)) } @@ -92528,18 +71025,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.CreatedByNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.CreatedByNotIn(i.CreatedByNotIn...)) } - if i.CreatedByGT != nil { - predicates = append(predicates, workflowdefinitionhistory.CreatedByGT(*i.CreatedByGT)) - } - if i.CreatedByGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.CreatedByGTE(*i.CreatedByGTE)) - } - if i.CreatedByLT != nil { - predicates = append(predicates, workflowdefinitionhistory.CreatedByLT(*i.CreatedByLT)) - } - if i.CreatedByLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.CreatedByLTE(*i.CreatedByLTE)) - } if i.CreatedByContains != nil { predicates = append(predicates, workflowdefinitionhistory.CreatedByContains(*i.CreatedByContains)) } @@ -92573,18 +71058,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.UpdatedByNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.UpdatedByNotIn(i.UpdatedByNotIn...)) } - if i.UpdatedByGT != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByGT(*i.UpdatedByGT)) - } - if i.UpdatedByGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByGTE(*i.UpdatedByGTE)) - } - if i.UpdatedByLT != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByLT(*i.UpdatedByLT)) - } - if i.UpdatedByLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByLTE(*i.UpdatedByLTE)) - } if i.UpdatedByContains != nil { predicates = append(predicates, workflowdefinitionhistory.UpdatedByContains(*i.UpdatedByContains)) } @@ -92618,18 +71091,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.UpdatedByImpersonatorNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorNotIn(i.UpdatedByImpersonatorNotIn...)) } - if i.UpdatedByImpersonatorGT != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorGT(*i.UpdatedByImpersonatorGT)) - } - if i.UpdatedByImpersonatorGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorGTE(*i.UpdatedByImpersonatorGTE)) - } - if i.UpdatedByImpersonatorLT != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorLT(*i.UpdatedByImpersonatorLT)) - } - if i.UpdatedByImpersonatorLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorLTE(*i.UpdatedByImpersonatorLTE)) - } if i.UpdatedByImpersonatorContains != nil { predicates = append(predicates, workflowdefinitionhistory.UpdatedByImpersonatorContains(*i.UpdatedByImpersonatorContains)) } @@ -92663,18 +71124,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.DisplayIDNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.DisplayIDNotIn(i.DisplayIDNotIn...)) } - if i.DisplayIDGT != nil { - predicates = append(predicates, workflowdefinitionhistory.DisplayIDGT(*i.DisplayIDGT)) - } - if i.DisplayIDGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.DisplayIDGTE(*i.DisplayIDGTE)) - } - if i.DisplayIDLT != nil { - predicates = append(predicates, workflowdefinitionhistory.DisplayIDLT(*i.DisplayIDLT)) - } - if i.DisplayIDLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.DisplayIDLTE(*i.DisplayIDLTE)) - } if i.DisplayIDContains != nil { predicates = append(predicates, workflowdefinitionhistory.DisplayIDContains(*i.DisplayIDContains)) } @@ -92702,18 +71151,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.OwnerIDNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.OwnerIDNotIn(i.OwnerIDNotIn...)) } - if i.OwnerIDGT != nil { - predicates = append(predicates, workflowdefinitionhistory.OwnerIDGT(*i.OwnerIDGT)) - } - if i.OwnerIDGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.OwnerIDGTE(*i.OwnerIDGTE)) - } - if i.OwnerIDLT != nil { - predicates = append(predicates, workflowdefinitionhistory.OwnerIDLT(*i.OwnerIDLT)) - } - if i.OwnerIDLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.OwnerIDLTE(*i.OwnerIDLTE)) - } if i.OwnerIDContains != nil { predicates = append(predicates, workflowdefinitionhistory.OwnerIDContains(*i.OwnerIDContains)) } @@ -92759,18 +71196,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.InternalNotesNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.InternalNotesNotIn(i.InternalNotesNotIn...)) } - if i.InternalNotesGT != nil { - predicates = append(predicates, workflowdefinitionhistory.InternalNotesGT(*i.InternalNotesGT)) - } - if i.InternalNotesGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.InternalNotesGTE(*i.InternalNotesGTE)) - } - if i.InternalNotesLT != nil { - predicates = append(predicates, workflowdefinitionhistory.InternalNotesLT(*i.InternalNotesLT)) - } - if i.InternalNotesLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.InternalNotesLTE(*i.InternalNotesLTE)) - } if i.InternalNotesContains != nil { predicates = append(predicates, workflowdefinitionhistory.InternalNotesContains(*i.InternalNotesContains)) } @@ -92804,18 +71229,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.SystemInternalIDNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDNotIn(i.SystemInternalIDNotIn...)) } - if i.SystemInternalIDGT != nil { - predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDGT(*i.SystemInternalIDGT)) - } - if i.SystemInternalIDGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDGTE(*i.SystemInternalIDGTE)) - } - if i.SystemInternalIDLT != nil { - predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDLT(*i.SystemInternalIDLT)) - } - if i.SystemInternalIDLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDLTE(*i.SystemInternalIDLTE)) - } if i.SystemInternalIDContains != nil { predicates = append(predicates, workflowdefinitionhistory.SystemInternalIDContains(*i.SystemInternalIDContains)) } @@ -92849,18 +71262,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.NameNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.NameNotIn(i.NameNotIn...)) } - if i.NameGT != nil { - predicates = append(predicates, workflowdefinitionhistory.NameGT(*i.NameGT)) - } - if i.NameGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.NameGTE(*i.NameGTE)) - } - if i.NameLT != nil { - predicates = append(predicates, workflowdefinitionhistory.NameLT(*i.NameLT)) - } - if i.NameLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.NameLTE(*i.NameLTE)) - } if i.NameContains != nil { predicates = append(predicates, workflowdefinitionhistory.NameContains(*i.NameContains)) } @@ -92888,18 +71289,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.DescriptionNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.DescriptionNotIn(i.DescriptionNotIn...)) } - if i.DescriptionGT != nil { - predicates = append(predicates, workflowdefinitionhistory.DescriptionGT(*i.DescriptionGT)) - } - if i.DescriptionGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.DescriptionGTE(*i.DescriptionGTE)) - } - if i.DescriptionLT != nil { - predicates = append(predicates, workflowdefinitionhistory.DescriptionLT(*i.DescriptionLT)) - } - if i.DescriptionLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.DescriptionLTE(*i.DescriptionLTE)) - } if i.DescriptionContains != nil { predicates = append(predicates, workflowdefinitionhistory.DescriptionContains(*i.DescriptionContains)) } @@ -92945,18 +71334,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if len(i.SchemaTypeNotIn) > 0 { predicates = append(predicates, workflowdefinitionhistory.SchemaTypeNotIn(i.SchemaTypeNotIn...)) } - if i.SchemaTypeGT != nil { - predicates = append(predicates, workflowdefinitionhistory.SchemaTypeGT(*i.SchemaTypeGT)) - } - if i.SchemaTypeGTE != nil { - predicates = append(predicates, workflowdefinitionhistory.SchemaTypeGTE(*i.SchemaTypeGTE)) - } - if i.SchemaTypeLT != nil { - predicates = append(predicates, workflowdefinitionhistory.SchemaTypeLT(*i.SchemaTypeLT)) - } - if i.SchemaTypeLTE != nil { - predicates = append(predicates, workflowdefinitionhistory.SchemaTypeLTE(*i.SchemaTypeLTE)) - } if i.SchemaTypeContains != nil { predicates = append(predicates, workflowdefinitionhistory.SchemaTypeContains(*i.SchemaTypeContains)) } @@ -92978,12 +71355,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.RevisionNEQ != nil { predicates = append(predicates, workflowdefinitionhistory.RevisionNEQ(*i.RevisionNEQ)) } - if len(i.RevisionIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.RevisionIn(i.RevisionIn...)) - } - if len(i.RevisionNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.RevisionNotIn(i.RevisionNotIn...)) - } if i.RevisionGT != nil { predicates = append(predicates, workflowdefinitionhistory.RevisionGT(*i.RevisionGT)) } @@ -93005,15 +71376,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.PublishedAt != nil { predicates = append(predicates, workflowdefinitionhistory.PublishedAtEQ(*i.PublishedAt)) } - if i.PublishedAtNEQ != nil { - predicates = append(predicates, workflowdefinitionhistory.PublishedAtNEQ(*i.PublishedAtNEQ)) - } - if len(i.PublishedAtIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.PublishedAtIn(i.PublishedAtIn...)) - } - if len(i.PublishedAtNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.PublishedAtNotIn(i.PublishedAtNotIn...)) - } if i.PublishedAtGT != nil { predicates = append(predicates, workflowdefinitionhistory.PublishedAtGT(*i.PublishedAtGT)) } @@ -93038,12 +71400,6 @@ func (i *WorkflowDefinitionHistoryWhereInput) P() (predicate.WorkflowDefinitionH if i.CooldownSecondsNEQ != nil { predicates = append(predicates, workflowdefinitionhistory.CooldownSecondsNEQ(*i.CooldownSecondsNEQ)) } - if len(i.CooldownSecondsIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.CooldownSecondsIn(i.CooldownSecondsIn...)) - } - if len(i.CooldownSecondsNotIn) > 0 { - predicates = append(predicates, workflowdefinitionhistory.CooldownSecondsNotIn(i.CooldownSecondsNotIn...)) - } if i.CooldownSecondsGT != nil { predicates = append(predicates, workflowdefinitionhistory.CooldownSecondsGT(*i.CooldownSecondsGT)) } diff --git a/internal/ent/historygenerated/grouphistory/grouphistory.go b/internal/ent/historygenerated/grouphistory/grouphistory.go index 0a40747e90..fdb34d9dcc 100644 --- a/internal/ent/historygenerated/grouphistory/grouphistory.go +++ b/internal/ent/historygenerated/grouphistory/grouphistory.go @@ -134,8 +134,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultIsManaged holds the default value on creation for the "is_managed" field. diff --git a/internal/ent/historygenerated/grouphistory_create.go b/internal/ent/historygenerated/grouphistory_create.go index 2bb04ae931..bc0b2ea92b 100644 --- a/internal/ent/historygenerated/grouphistory_create.go +++ b/internal/ent/historygenerated/grouphistory_create.go @@ -512,7 +512,6 @@ func (_c *GroupHistoryCreate) createSpec() (*GroupHistory, *sqlgraph.CreateSpec) _node = &GroupHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(grouphistory.Table, sqlgraph.NewFieldSpec(grouphistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.GroupHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/grouphistory_delete.go b/internal/ent/historygenerated/grouphistory_delete.go index 6c3e235061..7c027b1490 100644 --- a/internal/ent/historygenerated/grouphistory_delete.go +++ b/internal/ent/historygenerated/grouphistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/grouphistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // GroupHistoryDelete is the builder for deleting a GroupHistory entity. @@ -45,8 +43,6 @@ func (_d *GroupHistoryDelete) ExecX(ctx context.Context) int { func (_d *GroupHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(grouphistory.Table, sqlgraph.NewFieldSpec(grouphistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.GroupHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/grouphistory_query.go b/internal/ent/historygenerated/grouphistory_query.go index 509f7317c2..17027e9851 100644 --- a/internal/ent/historygenerated/grouphistory_query.go +++ b/internal/ent/historygenerated/grouphistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/grouphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type GroupHistoryQuery struct { order []grouphistory.OrderOption inters []Interceptor predicates []predicate.GroupHistory - loadTotal []func(context.Context, []*GroupHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*GroupHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *GroupHistoryQuery) Clone() *GroupHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.GroupHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *GroupHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.GroupHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *GroupHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([] func (_q *GroupHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.GroupHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *GroupHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.GroupHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *GroupHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *GroupHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *GroupHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ghq *GroupHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "GroupHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *GroupHistorySelect) sqlScan(ctx context.Context, root *GroupHistoryQue defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *GroupHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *GroupHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/grouphistory_update.go b/internal/ent/historygenerated/grouphistory_update.go index c278c95475..11ff01c5f1 100644 --- a/internal/ent/historygenerated/grouphistory_update.go +++ b/internal/ent/historygenerated/grouphistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/grouphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // GroupHistoryUpdate is the builder for updating GroupHistory entities. type GroupHistoryUpdate struct { config - hooks []Hook - mutation *GroupHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *GroupHistoryMutation } // Where appends a list predicates to the GroupHistoryUpdate builder. @@ -34,382 +29,6 @@ func (_u *GroupHistoryUpdate) Where(ps ...predicate.GroupHistory) *GroupHistoryU return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupHistoryUpdate) SetUpdatedAt(v time.Time) *GroupHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupHistoryUpdate) ClearUpdatedAt() *GroupHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupHistoryUpdate) SetUpdatedBy(v string) *GroupHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableUpdatedBy(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupHistoryUpdate) ClearUpdatedBy() *GroupHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupHistoryUpdate) SetUpdatedByImpersonator(v string) *GroupHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupHistoryUpdate) ClearUpdatedByImpersonator() *GroupHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *GroupHistoryUpdate) SetDeletedAt(v time.Time) *GroupHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableDeletedAt(v *time.Time) *GroupHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *GroupHistoryUpdate) ClearDeletedAt() *GroupHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *GroupHistoryUpdate) SetDeletedBy(v string) *GroupHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableDeletedBy(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *GroupHistoryUpdate) ClearDeletedBy() *GroupHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *GroupHistoryUpdate) SetTags(v []string) *GroupHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *GroupHistoryUpdate) AppendTags(v []string) *GroupHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *GroupHistoryUpdate) ClearTags() *GroupHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *GroupHistoryUpdate) SetOwnerID(v string) *GroupHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableOwnerID(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *GroupHistoryUpdate) ClearOwnerID() *GroupHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetName sets the "name" field. -func (_u *GroupHistoryUpdate) SetName(v string) *GroupHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableName(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *GroupHistoryUpdate) SetDescription(v string) *GroupHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableDescription(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *GroupHistoryUpdate) ClearDescription() *GroupHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetGravatarLogoURL sets the "gravatar_logo_url" field. -func (_u *GroupHistoryUpdate) SetGravatarLogoURL(v string) *GroupHistoryUpdate { - _u.mutation.SetGravatarLogoURL(v) - return _u -} - -// SetNillableGravatarLogoURL sets the "gravatar_logo_url" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableGravatarLogoURL(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetGravatarLogoURL(*v) - } - return _u -} - -// ClearGravatarLogoURL clears the value of the "gravatar_logo_url" field. -func (_u *GroupHistoryUpdate) ClearGravatarLogoURL() *GroupHistoryUpdate { - _u.mutation.ClearGravatarLogoURL() - return _u -} - -// SetLogoURL sets the "logo_url" field. -func (_u *GroupHistoryUpdate) SetLogoURL(v string) *GroupHistoryUpdate { - _u.mutation.SetLogoURL(v) - return _u -} - -// SetNillableLogoURL sets the "logo_url" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableLogoURL(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetLogoURL(*v) - } - return _u -} - -// ClearLogoURL clears the value of the "logo_url" field. -func (_u *GroupHistoryUpdate) ClearLogoURL() *GroupHistoryUpdate { - _u.mutation.ClearLogoURL() - return _u -} - -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *GroupHistoryUpdate) SetAvatarLocalFileID(v string) *GroupHistoryUpdate { - _u.mutation.SetAvatarLocalFileID(v) - return _u -} - -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableAvatarLocalFileID(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetAvatarLocalFileID(*v) - } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *GroupHistoryUpdate) ClearAvatarLocalFileID() *GroupHistoryUpdate { - _u.mutation.ClearAvatarLocalFileID() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *GroupHistoryUpdate) SetDisplayName(v string) *GroupHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableDisplayName(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetOscalRole sets the "oscal_role" field. -func (_u *GroupHistoryUpdate) SetOscalRole(v string) *GroupHistoryUpdate { - _u.mutation.SetOscalRole(v) - return _u -} - -// SetNillableOscalRole sets the "oscal_role" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableOscalRole(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetOscalRole(*v) - } - return _u -} - -// ClearOscalRole clears the value of the "oscal_role" field. -func (_u *GroupHistoryUpdate) ClearOscalRole() *GroupHistoryUpdate { - _u.mutation.ClearOscalRole() - return _u -} - -// SetOscalPartyUUID sets the "oscal_party_uuid" field. -func (_u *GroupHistoryUpdate) SetOscalPartyUUID(v string) *GroupHistoryUpdate { - _u.mutation.SetOscalPartyUUID(v) - return _u -} - -// SetNillableOscalPartyUUID sets the "oscal_party_uuid" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableOscalPartyUUID(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetOscalPartyUUID(*v) - } - return _u -} - -// ClearOscalPartyUUID clears the value of the "oscal_party_uuid" field. -func (_u *GroupHistoryUpdate) ClearOscalPartyUUID() *GroupHistoryUpdate { - _u.mutation.ClearOscalPartyUUID() - return _u -} - -// SetOscalContactUuids sets the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdate) SetOscalContactUuids(v []string) *GroupHistoryUpdate { - _u.mutation.SetOscalContactUuids(v) - return _u -} - -// AppendOscalContactUuids appends value to the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdate) AppendOscalContactUuids(v []string) *GroupHistoryUpdate { - _u.mutation.AppendOscalContactUuids(v) - return _u -} - -// ClearOscalContactUuids clears the value of the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdate) ClearOscalContactUuids() *GroupHistoryUpdate { - _u.mutation.ClearOscalContactUuids() - return _u -} - -// SetScimExternalID sets the "scim_external_id" field. -func (_u *GroupHistoryUpdate) SetScimExternalID(v string) *GroupHistoryUpdate { - _u.mutation.SetScimExternalID(v) - return _u -} - -// SetNillableScimExternalID sets the "scim_external_id" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableScimExternalID(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetScimExternalID(*v) - } - return _u -} - -// ClearScimExternalID clears the value of the "scim_external_id" field. -func (_u *GroupHistoryUpdate) ClearScimExternalID() *GroupHistoryUpdate { - _u.mutation.ClearScimExternalID() - return _u -} - -// SetScimDisplayName sets the "scim_display_name" field. -func (_u *GroupHistoryUpdate) SetScimDisplayName(v string) *GroupHistoryUpdate { - _u.mutation.SetScimDisplayName(v) - return _u -} - -// SetNillableScimDisplayName sets the "scim_display_name" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableScimDisplayName(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetScimDisplayName(*v) - } - return _u -} - -// ClearScimDisplayName clears the value of the "scim_display_name" field. -func (_u *GroupHistoryUpdate) ClearScimDisplayName() *GroupHistoryUpdate { - _u.mutation.ClearScimDisplayName() - return _u -} - -// SetScimActive sets the "scim_active" field. -func (_u *GroupHistoryUpdate) SetScimActive(v bool) *GroupHistoryUpdate { - _u.mutation.SetScimActive(v) - return _u -} - -// SetNillableScimActive sets the "scim_active" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableScimActive(v *bool) *GroupHistoryUpdate { - if v != nil { - _u.SetScimActive(*v) - } - return _u -} - -// ClearScimActive clears the value of the "scim_active" field. -func (_u *GroupHistoryUpdate) ClearScimActive() *GroupHistoryUpdate { - _u.mutation.ClearScimActive() - return _u -} - -// SetScimGroupMailing sets the "scim_group_mailing" field. -func (_u *GroupHistoryUpdate) SetScimGroupMailing(v string) *GroupHistoryUpdate { - _u.mutation.SetScimGroupMailing(v) - return _u -} - -// SetNillableScimGroupMailing sets the "scim_group_mailing" field if the given value is not nil. -func (_u *GroupHistoryUpdate) SetNillableScimGroupMailing(v *string) *GroupHistoryUpdate { - if v != nil { - _u.SetScimGroupMailing(*v) - } - return _u -} - -// ClearScimGroupMailing clears the value of the "scim_group_mailing" field. -func (_u *GroupHistoryUpdate) ClearScimGroupMailing() *GroupHistoryUpdate { - _u.mutation.ClearScimGroupMailing() - return _u -} - // Mutation returns the GroupHistoryMutation object of the builder. func (_u *GroupHistoryUpdate) Mutation() *GroupHistoryMutation { return _u.mutation @@ -417,9 +36,6 @@ func (_u *GroupHistoryUpdate) Mutation() *GroupHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *GroupHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -445,24 +61,6 @@ func (_u *GroupHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if grouphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized grouphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := grouphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(grouphistory.Table, grouphistory.Columns, sqlgraph.NewFieldSpec(grouphistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -478,139 +76,66 @@ func (_u *GroupHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error if _u.mutation.CreatedAtCleared() { _spec.ClearField(grouphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(grouphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(grouphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(grouphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(grouphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(grouphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(grouphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(grouphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(grouphistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(grouphistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(grouphistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(grouphistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(grouphistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, grouphistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(grouphistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(grouphistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(grouphistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(grouphistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(grouphistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(grouphistory.FieldDescription, field.TypeString) } if _u.mutation.IsManagedCleared() { _spec.ClearField(grouphistory.FieldIsManaged, field.TypeBool) } - if value, ok := _u.mutation.GravatarLogoURL(); ok { - _spec.SetField(grouphistory.FieldGravatarLogoURL, field.TypeString, value) - } if _u.mutation.GravatarLogoURLCleared() { _spec.ClearField(grouphistory.FieldGravatarLogoURL, field.TypeString) } - if value, ok := _u.mutation.LogoURL(); ok { - _spec.SetField(grouphistory.FieldLogoURL, field.TypeString, value) - } if _u.mutation.LogoURLCleared() { _spec.ClearField(grouphistory.FieldLogoURL, field.TypeString) } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(grouphistory.FieldAvatarLocalFileID, field.TypeString, value) - } if _u.mutation.AvatarLocalFileIDCleared() { _spec.ClearField(grouphistory.FieldAvatarLocalFileID, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(grouphistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.OscalRole(); ok { - _spec.SetField(grouphistory.FieldOscalRole, field.TypeString, value) - } if _u.mutation.OscalRoleCleared() { _spec.ClearField(grouphistory.FieldOscalRole, field.TypeString) } - if value, ok := _u.mutation.OscalPartyUUID(); ok { - _spec.SetField(grouphistory.FieldOscalPartyUUID, field.TypeString, value) - } if _u.mutation.OscalPartyUUIDCleared() { _spec.ClearField(grouphistory.FieldOscalPartyUUID, field.TypeString) } - if value, ok := _u.mutation.OscalContactUuids(); ok { - _spec.SetField(grouphistory.FieldOscalContactUuids, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedOscalContactUuids(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, grouphistory.FieldOscalContactUuids, value) - }) - } if _u.mutation.OscalContactUuidsCleared() { _spec.ClearField(grouphistory.FieldOscalContactUuids, field.TypeJSON) } - if value, ok := _u.mutation.ScimExternalID(); ok { - _spec.SetField(grouphistory.FieldScimExternalID, field.TypeString, value) - } if _u.mutation.ScimExternalIDCleared() { _spec.ClearField(grouphistory.FieldScimExternalID, field.TypeString) } - if value, ok := _u.mutation.ScimDisplayName(); ok { - _spec.SetField(grouphistory.FieldScimDisplayName, field.TypeString, value) - } if _u.mutation.ScimDisplayNameCleared() { _spec.ClearField(grouphistory.FieldScimDisplayName, field.TypeString) } - if value, ok := _u.mutation.ScimActive(); ok { - _spec.SetField(grouphistory.FieldScimActive, field.TypeBool, value) - } if _u.mutation.ScimActiveCleared() { _spec.ClearField(grouphistory.FieldScimActive, field.TypeBool) } - if value, ok := _u.mutation.ScimGroupMailing(); ok { - _spec.SetField(grouphistory.FieldScimGroupMailing, field.TypeString, value) - } if _u.mutation.ScimGroupMailingCleared() { _spec.ClearField(grouphistory.FieldScimGroupMailing, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.GroupHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{grouphistory.Label} @@ -626,386 +151,9 @@ func (_u *GroupHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error // GroupHistoryUpdateOne is the builder for updating a single GroupHistory entity. type GroupHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *GroupHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupHistoryUpdateOne) SetUpdatedAt(v time.Time) *GroupHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupHistoryUpdateOne) ClearUpdatedAt() *GroupHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupHistoryUpdateOne) SetUpdatedBy(v string) *GroupHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableUpdatedBy(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupHistoryUpdateOne) ClearUpdatedBy() *GroupHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupHistoryUpdateOne) SetUpdatedByImpersonator(v string) *GroupHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupHistoryUpdateOne) ClearUpdatedByImpersonator() *GroupHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *GroupHistoryUpdateOne) SetDeletedAt(v time.Time) *GroupHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *GroupHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *GroupHistoryUpdateOne) ClearDeletedAt() *GroupHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *GroupHistoryUpdateOne) SetDeletedBy(v string) *GroupHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableDeletedBy(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *GroupHistoryUpdateOne) ClearDeletedBy() *GroupHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *GroupHistoryUpdateOne) SetTags(v []string) *GroupHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *GroupHistoryUpdateOne) AppendTags(v []string) *GroupHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *GroupHistoryUpdateOne) ClearTags() *GroupHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *GroupHistoryUpdateOne) SetOwnerID(v string) *GroupHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableOwnerID(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *GroupHistoryUpdateOne) ClearOwnerID() *GroupHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetName sets the "name" field. -func (_u *GroupHistoryUpdateOne) SetName(v string) *GroupHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableName(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *GroupHistoryUpdateOne) SetDescription(v string) *GroupHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableDescription(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *GroupHistoryUpdateOne) ClearDescription() *GroupHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetGravatarLogoURL sets the "gravatar_logo_url" field. -func (_u *GroupHistoryUpdateOne) SetGravatarLogoURL(v string) *GroupHistoryUpdateOne { - _u.mutation.SetGravatarLogoURL(v) - return _u -} - -// SetNillableGravatarLogoURL sets the "gravatar_logo_url" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableGravatarLogoURL(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetGravatarLogoURL(*v) - } - return _u -} - -// ClearGravatarLogoURL clears the value of the "gravatar_logo_url" field. -func (_u *GroupHistoryUpdateOne) ClearGravatarLogoURL() *GroupHistoryUpdateOne { - _u.mutation.ClearGravatarLogoURL() - return _u -} - -// SetLogoURL sets the "logo_url" field. -func (_u *GroupHistoryUpdateOne) SetLogoURL(v string) *GroupHistoryUpdateOne { - _u.mutation.SetLogoURL(v) - return _u -} - -// SetNillableLogoURL sets the "logo_url" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableLogoURL(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetLogoURL(*v) - } - return _u -} - -// ClearLogoURL clears the value of the "logo_url" field. -func (_u *GroupHistoryUpdateOne) ClearLogoURL() *GroupHistoryUpdateOne { - _u.mutation.ClearLogoURL() - return _u -} - -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *GroupHistoryUpdateOne) SetAvatarLocalFileID(v string) *GroupHistoryUpdateOne { - _u.mutation.SetAvatarLocalFileID(v) - return _u -} - -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableAvatarLocalFileID(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetAvatarLocalFileID(*v) - } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *GroupHistoryUpdateOne) ClearAvatarLocalFileID() *GroupHistoryUpdateOne { - _u.mutation.ClearAvatarLocalFileID() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *GroupHistoryUpdateOne) SetDisplayName(v string) *GroupHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableDisplayName(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetOscalRole sets the "oscal_role" field. -func (_u *GroupHistoryUpdateOne) SetOscalRole(v string) *GroupHistoryUpdateOne { - _u.mutation.SetOscalRole(v) - return _u -} - -// SetNillableOscalRole sets the "oscal_role" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableOscalRole(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetOscalRole(*v) - } - return _u -} - -// ClearOscalRole clears the value of the "oscal_role" field. -func (_u *GroupHistoryUpdateOne) ClearOscalRole() *GroupHistoryUpdateOne { - _u.mutation.ClearOscalRole() - return _u -} - -// SetOscalPartyUUID sets the "oscal_party_uuid" field. -func (_u *GroupHistoryUpdateOne) SetOscalPartyUUID(v string) *GroupHistoryUpdateOne { - _u.mutation.SetOscalPartyUUID(v) - return _u -} - -// SetNillableOscalPartyUUID sets the "oscal_party_uuid" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableOscalPartyUUID(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetOscalPartyUUID(*v) - } - return _u -} - -// ClearOscalPartyUUID clears the value of the "oscal_party_uuid" field. -func (_u *GroupHistoryUpdateOne) ClearOscalPartyUUID() *GroupHistoryUpdateOne { - _u.mutation.ClearOscalPartyUUID() - return _u -} - -// SetOscalContactUuids sets the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdateOne) SetOscalContactUuids(v []string) *GroupHistoryUpdateOne { - _u.mutation.SetOscalContactUuids(v) - return _u -} - -// AppendOscalContactUuids appends value to the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdateOne) AppendOscalContactUuids(v []string) *GroupHistoryUpdateOne { - _u.mutation.AppendOscalContactUuids(v) - return _u -} - -// ClearOscalContactUuids clears the value of the "oscal_contact_uuids" field. -func (_u *GroupHistoryUpdateOne) ClearOscalContactUuids() *GroupHistoryUpdateOne { - _u.mutation.ClearOscalContactUuids() - return _u -} - -// SetScimExternalID sets the "scim_external_id" field. -func (_u *GroupHistoryUpdateOne) SetScimExternalID(v string) *GroupHistoryUpdateOne { - _u.mutation.SetScimExternalID(v) - return _u -} - -// SetNillableScimExternalID sets the "scim_external_id" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableScimExternalID(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetScimExternalID(*v) - } - return _u -} - -// ClearScimExternalID clears the value of the "scim_external_id" field. -func (_u *GroupHistoryUpdateOne) ClearScimExternalID() *GroupHistoryUpdateOne { - _u.mutation.ClearScimExternalID() - return _u -} - -// SetScimDisplayName sets the "scim_display_name" field. -func (_u *GroupHistoryUpdateOne) SetScimDisplayName(v string) *GroupHistoryUpdateOne { - _u.mutation.SetScimDisplayName(v) - return _u -} - -// SetNillableScimDisplayName sets the "scim_display_name" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableScimDisplayName(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetScimDisplayName(*v) - } - return _u -} - -// ClearScimDisplayName clears the value of the "scim_display_name" field. -func (_u *GroupHistoryUpdateOne) ClearScimDisplayName() *GroupHistoryUpdateOne { - _u.mutation.ClearScimDisplayName() - return _u -} - -// SetScimActive sets the "scim_active" field. -func (_u *GroupHistoryUpdateOne) SetScimActive(v bool) *GroupHistoryUpdateOne { - _u.mutation.SetScimActive(v) - return _u -} - -// SetNillableScimActive sets the "scim_active" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableScimActive(v *bool) *GroupHistoryUpdateOne { - if v != nil { - _u.SetScimActive(*v) - } - return _u -} - -// ClearScimActive clears the value of the "scim_active" field. -func (_u *GroupHistoryUpdateOne) ClearScimActive() *GroupHistoryUpdateOne { - _u.mutation.ClearScimActive() - return _u -} - -// SetScimGroupMailing sets the "scim_group_mailing" field. -func (_u *GroupHistoryUpdateOne) SetScimGroupMailing(v string) *GroupHistoryUpdateOne { - _u.mutation.SetScimGroupMailing(v) - return _u -} - -// SetNillableScimGroupMailing sets the "scim_group_mailing" field if the given value is not nil. -func (_u *GroupHistoryUpdateOne) SetNillableScimGroupMailing(v *string) *GroupHistoryUpdateOne { - if v != nil { - _u.SetScimGroupMailing(*v) - } - return _u -} - -// ClearScimGroupMailing clears the value of the "scim_group_mailing" field. -func (_u *GroupHistoryUpdateOne) ClearScimGroupMailing() *GroupHistoryUpdateOne { - _u.mutation.ClearScimGroupMailing() - return _u + fields []string + hooks []Hook + mutation *GroupHistoryMutation } // Mutation returns the GroupHistoryMutation object of the builder. @@ -1028,9 +176,6 @@ func (_u *GroupHistoryUpdateOne) Select(field string, fields ...string) *GroupHi // Save executes the query and returns the updated GroupHistory entity. func (_u *GroupHistoryUpdateOne) Save(ctx context.Context) (*GroupHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1056,24 +201,6 @@ func (_u *GroupHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if grouphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized grouphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := grouphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupHistoryUpdateOne) sqlSave(ctx context.Context) (_node *GroupHistory, err error) { _spec := sqlgraph.NewUpdateSpec(grouphistory.Table, grouphistory.Columns, sqlgraph.NewFieldSpec(grouphistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -1106,139 +233,66 @@ func (_u *GroupHistoryUpdateOne) sqlSave(ctx context.Context) (_node *GroupHisto if _u.mutation.CreatedAtCleared() { _spec.ClearField(grouphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(grouphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(grouphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(grouphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(grouphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(grouphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(grouphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(grouphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(grouphistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(grouphistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(grouphistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(grouphistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(grouphistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, grouphistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(grouphistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(grouphistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(grouphistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(grouphistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(grouphistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(grouphistory.FieldDescription, field.TypeString) } if _u.mutation.IsManagedCleared() { _spec.ClearField(grouphistory.FieldIsManaged, field.TypeBool) } - if value, ok := _u.mutation.GravatarLogoURL(); ok { - _spec.SetField(grouphistory.FieldGravatarLogoURL, field.TypeString, value) - } if _u.mutation.GravatarLogoURLCleared() { _spec.ClearField(grouphistory.FieldGravatarLogoURL, field.TypeString) } - if value, ok := _u.mutation.LogoURL(); ok { - _spec.SetField(grouphistory.FieldLogoURL, field.TypeString, value) - } if _u.mutation.LogoURLCleared() { _spec.ClearField(grouphistory.FieldLogoURL, field.TypeString) } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(grouphistory.FieldAvatarLocalFileID, field.TypeString, value) - } if _u.mutation.AvatarLocalFileIDCleared() { _spec.ClearField(grouphistory.FieldAvatarLocalFileID, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(grouphistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.OscalRole(); ok { - _spec.SetField(grouphistory.FieldOscalRole, field.TypeString, value) - } if _u.mutation.OscalRoleCleared() { _spec.ClearField(grouphistory.FieldOscalRole, field.TypeString) } - if value, ok := _u.mutation.OscalPartyUUID(); ok { - _spec.SetField(grouphistory.FieldOscalPartyUUID, field.TypeString, value) - } if _u.mutation.OscalPartyUUIDCleared() { _spec.ClearField(grouphistory.FieldOscalPartyUUID, field.TypeString) } - if value, ok := _u.mutation.OscalContactUuids(); ok { - _spec.SetField(grouphistory.FieldOscalContactUuids, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedOscalContactUuids(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, grouphistory.FieldOscalContactUuids, value) - }) - } if _u.mutation.OscalContactUuidsCleared() { _spec.ClearField(grouphistory.FieldOscalContactUuids, field.TypeJSON) } - if value, ok := _u.mutation.ScimExternalID(); ok { - _spec.SetField(grouphistory.FieldScimExternalID, field.TypeString, value) - } if _u.mutation.ScimExternalIDCleared() { _spec.ClearField(grouphistory.FieldScimExternalID, field.TypeString) } - if value, ok := _u.mutation.ScimDisplayName(); ok { - _spec.SetField(grouphistory.FieldScimDisplayName, field.TypeString, value) - } if _u.mutation.ScimDisplayNameCleared() { _spec.ClearField(grouphistory.FieldScimDisplayName, field.TypeString) } - if value, ok := _u.mutation.ScimActive(); ok { - _spec.SetField(grouphistory.FieldScimActive, field.TypeBool, value) - } if _u.mutation.ScimActiveCleared() { _spec.ClearField(grouphistory.FieldScimActive, field.TypeBool) } - if value, ok := _u.mutation.ScimGroupMailing(); ok { - _spec.SetField(grouphistory.FieldScimGroupMailing, field.TypeString, value) - } if _u.mutation.ScimGroupMailingCleared() { _spec.ClearField(grouphistory.FieldScimGroupMailing, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.GroupHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &GroupHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/groupmembershiphistory/groupmembershiphistory.go b/internal/ent/historygenerated/groupmembershiphistory/groupmembershiphistory.go index 191f741214..de03c656f8 100644 --- a/internal/ent/historygenerated/groupmembershiphistory/groupmembershiphistory.go +++ b/internal/ent/historygenerated/groupmembershiphistory/groupmembershiphistory.go @@ -87,8 +87,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() string ) diff --git a/internal/ent/historygenerated/groupmembershiphistory_create.go b/internal/ent/historygenerated/groupmembershiphistory_create.go index 586a164d41..bf97c71938 100644 --- a/internal/ent/historygenerated/groupmembershiphistory_create.go +++ b/internal/ent/historygenerated/groupmembershiphistory_create.go @@ -298,7 +298,6 @@ func (_c *GroupMembershipHistoryCreate) createSpec() (*GroupMembershipHistory, * _node = &GroupMembershipHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(groupmembershiphistory.Table, sqlgraph.NewFieldSpec(groupmembershiphistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.GroupMembershipHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/groupmembershiphistory_delete.go b/internal/ent/historygenerated/groupmembershiphistory_delete.go index 07d4711201..481e0d6cd5 100644 --- a/internal/ent/historygenerated/groupmembershiphistory_delete.go +++ b/internal/ent/historygenerated/groupmembershiphistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/groupmembershiphistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // GroupMembershipHistoryDelete is the builder for deleting a GroupMembershipHistory entity. @@ -45,8 +43,6 @@ func (_d *GroupMembershipHistoryDelete) ExecX(ctx context.Context) int { func (_d *GroupMembershipHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(groupmembershiphistory.Table, sqlgraph.NewFieldSpec(groupmembershiphistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.GroupMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/groupmembershiphistory_query.go b/internal/ent/historygenerated/groupmembershiphistory_query.go index 3b2a11db7c..cc5cb2e2ec 100644 --- a/internal/ent/historygenerated/groupmembershiphistory_query.go +++ b/internal/ent/historygenerated/groupmembershiphistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/groupmembershiphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type GroupMembershipHistoryQuery struct { order []groupmembershiphistory.OrderOption inters []Interceptor predicates []predicate.GroupMembershipHistory - loadTotal []func(context.Context, []*GroupMembershipHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*GroupMembershipHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *GroupMembershipHistoryQuery) Clone() *GroupMembershipHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.GroupMembershipHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *GroupMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...quer nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.GroupMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *GroupMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...quer func (_q *GroupMembershipHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.GroupMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *GroupMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Select if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.GroupMembershipHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *GroupMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Select return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *GroupMembershipHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *GroupMembershipHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (gmhq *GroupMembershipHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "GroupMembershipHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *GroupMembershipHistorySelect) sqlScan(ctx context.Context, root *Group defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *GroupMembershipHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *GroupMembershipHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/groupmembershiphistory_update.go b/internal/ent/historygenerated/groupmembershiphistory_update.go index fc5dc8826b..c87a2d2fe1 100644 --- a/internal/ent/historygenerated/groupmembershiphistory_update.go +++ b/internal/ent/historygenerated/groupmembershiphistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/groupmembershiphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // GroupMembershipHistoryUpdate is the builder for updating GroupMembershipHistory entities. type GroupMembershipHistoryUpdate struct { config - hooks []Hook - mutation *GroupMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *GroupMembershipHistoryMutation } // Where appends a list predicates to the GroupMembershipHistoryUpdate builder. @@ -34,72 +29,6 @@ func (_u *GroupMembershipHistoryUpdate) Where(ps ...predicate.GroupMembershipHis return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupMembershipHistoryUpdate) SetUpdatedAt(v time.Time) *GroupMembershipHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupMembershipHistoryUpdate) ClearUpdatedAt() *GroupMembershipHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupMembershipHistoryUpdate) SetUpdatedBy(v string) *GroupMembershipHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdate) SetNillableUpdatedBy(v *string) *GroupMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupMembershipHistoryUpdate) ClearUpdatedBy() *GroupMembershipHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupMembershipHistoryUpdate) SetUpdatedByImpersonator(v string) *GroupMembershipHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *GroupMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupMembershipHistoryUpdate) ClearUpdatedByImpersonator() *GroupMembershipHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *GroupMembershipHistoryUpdate) SetRole(v enums.Role) *GroupMembershipHistoryUpdate { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdate) SetNillableRole(v *enums.Role) *GroupMembershipHistoryUpdate { - if v != nil { - _u.SetRole(*v) - } - return _u -} - // Mutation returns the GroupMembershipHistoryMutation object of the builder. func (_u *GroupMembershipHistoryUpdate) Mutation() *GroupMembershipHistoryMutation { return _u.mutation @@ -107,9 +36,6 @@ func (_u *GroupMembershipHistoryUpdate) Mutation() *GroupMembershipHistoryMutati // Save executes the query and returns the number of nodes affected by the update operation. func (_u *GroupMembershipHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -135,38 +61,7 @@ func (_u *GroupMembershipHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupMembershipHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if groupmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized groupmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := groupmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *GroupMembershipHistoryUpdate) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := groupmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "GroupMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupMembershipHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupMembershipHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(groupmembershiphistory.Table, groupmembershiphistory.Columns, sqlgraph.NewFieldSpec(groupmembershiphistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -181,33 +76,18 @@ func (_u *GroupMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(groupmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(groupmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(groupmembershiphistory.FieldRole, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.GroupMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{groupmembershiphistory.Label} @@ -223,76 +103,9 @@ func (_u *GroupMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, // GroupMembershipHistoryUpdateOne is the builder for updating a single GroupMembershipHistory entity. type GroupMembershipHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *GroupMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupMembershipHistoryUpdateOne) SetUpdatedAt(v time.Time) *GroupMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupMembershipHistoryUpdateOne) ClearUpdatedAt() *GroupMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupMembershipHistoryUpdateOne) SetUpdatedBy(v string) *GroupMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdateOne) SetNillableUpdatedBy(v *string) *GroupMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupMembershipHistoryUpdateOne) ClearUpdatedBy() *GroupMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupMembershipHistoryUpdateOne) SetUpdatedByImpersonator(v string) *GroupMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *GroupMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupMembershipHistoryUpdateOne) ClearUpdatedByImpersonator() *GroupMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *GroupMembershipHistoryUpdateOne) SetRole(v enums.Role) *GroupMembershipHistoryUpdateOne { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *GroupMembershipHistoryUpdateOne) SetNillableRole(v *enums.Role) *GroupMembershipHistoryUpdateOne { - if v != nil { - _u.SetRole(*v) - } - return _u + fields []string + hooks []Hook + mutation *GroupMembershipHistoryMutation } // Mutation returns the GroupMembershipHistoryMutation object of the builder. @@ -315,9 +128,6 @@ func (_u *GroupMembershipHistoryUpdateOne) Select(field string, fields ...string // Save executes the query and returns the updated GroupMembershipHistory entity. func (_u *GroupMembershipHistoryUpdateOne) Save(ctx context.Context) (*GroupMembershipHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -343,38 +153,7 @@ func (_u *GroupMembershipHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupMembershipHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if groupmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized groupmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := groupmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *GroupMembershipHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := groupmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "GroupMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupMembershipHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupMembershipHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node *GroupMembershipHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(groupmembershiphistory.Table, groupmembershiphistory.Columns, sqlgraph.NewFieldSpec(groupmembershiphistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -406,33 +185,18 @@ func (_u *GroupMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node * if _u.mutation.CreatedAtCleared() { _spec.ClearField(groupmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(groupmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(groupmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(groupmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(groupmembershiphistory.FieldRole, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.GroupMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &GroupMembershipHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/groupsettinghistory/groupsettinghistory.go b/internal/ent/historygenerated/groupsettinghistory/groupsettinghistory.go index 286374e269..4a0f5feb6f 100644 --- a/internal/ent/historygenerated/groupsettinghistory/groupsettinghistory.go +++ b/internal/ent/historygenerated/groupsettinghistory/groupsettinghistory.go @@ -99,8 +99,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultSyncToSlack holds the default value on creation for the "sync_to_slack" field. DefaultSyncToSlack bool // DefaultSyncToGithub holds the default value on creation for the "sync_to_github" field. diff --git a/internal/ent/historygenerated/groupsettinghistory_create.go b/internal/ent/historygenerated/groupsettinghistory_create.go index 1551927018..9fe7404da1 100644 --- a/internal/ent/historygenerated/groupsettinghistory_create.go +++ b/internal/ent/historygenerated/groupsettinghistory_create.go @@ -384,7 +384,6 @@ func (_c *GroupSettingHistoryCreate) createSpec() (*GroupSettingHistory, *sqlgra _node = &GroupSettingHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(groupsettinghistory.Table, sqlgraph.NewFieldSpec(groupsettinghistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.GroupSettingHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/groupsettinghistory_delete.go b/internal/ent/historygenerated/groupsettinghistory_delete.go index 54135b10e0..32879ebe3e 100644 --- a/internal/ent/historygenerated/groupsettinghistory_delete.go +++ b/internal/ent/historygenerated/groupsettinghistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/groupsettinghistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // GroupSettingHistoryDelete is the builder for deleting a GroupSettingHistory entity. @@ -45,8 +43,6 @@ func (_d *GroupSettingHistoryDelete) ExecX(ctx context.Context) int { func (_d *GroupSettingHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(groupsettinghistory.Table, sqlgraph.NewFieldSpec(groupsettinghistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.GroupSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/groupsettinghistory_query.go b/internal/ent/historygenerated/groupsettinghistory_query.go index bfbdc95e12..e0f5c3bd38 100644 --- a/internal/ent/historygenerated/groupsettinghistory_query.go +++ b/internal/ent/historygenerated/groupsettinghistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/groupsettinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type GroupSettingHistoryQuery struct { order []groupsettinghistory.OrderOption inters []Interceptor predicates []predicate.GroupSettingHistory - loadTotal []func(context.Context, []*GroupSettingHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*GroupSettingHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *GroupSettingHistoryQuery) Clone() *GroupSettingHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.GroupSettingHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *GroupSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.GroupSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *GroupSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *GroupSettingHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.GroupSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *GroupSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.GroupSettingHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *GroupSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *GroupSettingHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *GroupSettingHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (gshq *GroupSettingHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "GroupSettingHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *GroupSettingHistorySelect) sqlScan(ctx context.Context, root *GroupSet defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *GroupSettingHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *GroupSettingHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/groupsettinghistory_update.go b/internal/ent/historygenerated/groupsettinghistory_update.go index 810f48e4e7..340f7f70ab 100644 --- a/internal/ent/historygenerated/groupsettinghistory_update.go +++ b/internal/ent/historygenerated/groupsettinghistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/groupsettinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // GroupSettingHistoryUpdate is the builder for updating GroupSettingHistory entities. type GroupSettingHistoryUpdate struct { config - hooks []Hook - mutation *GroupSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *GroupSettingHistoryMutation } // Where appends a list predicates to the GroupSettingHistoryUpdate builder. @@ -34,186 +29,6 @@ func (_u *GroupSettingHistoryUpdate) Where(ps ...predicate.GroupSettingHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupSettingHistoryUpdate) SetUpdatedAt(v time.Time) *GroupSettingHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupSettingHistoryUpdate) ClearUpdatedAt() *GroupSettingHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupSettingHistoryUpdate) SetUpdatedBy(v string) *GroupSettingHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableUpdatedBy(v *string) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupSettingHistoryUpdate) ClearUpdatedBy() *GroupSettingHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupSettingHistoryUpdate) SetUpdatedByImpersonator(v string) *GroupSettingHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupSettingHistoryUpdate) ClearUpdatedByImpersonator() *GroupSettingHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *GroupSettingHistoryUpdate) SetDeletedAt(v time.Time) *GroupSettingHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableDeletedAt(v *time.Time) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *GroupSettingHistoryUpdate) ClearDeletedAt() *GroupSettingHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *GroupSettingHistoryUpdate) SetDeletedBy(v string) *GroupSettingHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableDeletedBy(v *string) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *GroupSettingHistoryUpdate) ClearDeletedBy() *GroupSettingHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetVisibility sets the "visibility" field. -func (_u *GroupSettingHistoryUpdate) SetVisibility(v enums.Visibility) *GroupSettingHistoryUpdate { - _u.mutation.SetVisibility(v) - return _u -} - -// SetNillableVisibility sets the "visibility" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableVisibility(v *enums.Visibility) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetVisibility(*v) - } - return _u -} - -// SetJoinPolicy sets the "join_policy" field. -func (_u *GroupSettingHistoryUpdate) SetJoinPolicy(v enums.JoinPolicy) *GroupSettingHistoryUpdate { - _u.mutation.SetJoinPolicy(v) - return _u -} - -// SetNillableJoinPolicy sets the "join_policy" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableJoinPolicy(v *enums.JoinPolicy) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetJoinPolicy(*v) - } - return _u -} - -// SetSyncToSlack sets the "sync_to_slack" field. -func (_u *GroupSettingHistoryUpdate) SetSyncToSlack(v bool) *GroupSettingHistoryUpdate { - _u.mutation.SetSyncToSlack(v) - return _u -} - -// SetNillableSyncToSlack sets the "sync_to_slack" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableSyncToSlack(v *bool) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetSyncToSlack(*v) - } - return _u -} - -// ClearSyncToSlack clears the value of the "sync_to_slack" field. -func (_u *GroupSettingHistoryUpdate) ClearSyncToSlack() *GroupSettingHistoryUpdate { - _u.mutation.ClearSyncToSlack() - return _u -} - -// SetSyncToGithub sets the "sync_to_github" field. -func (_u *GroupSettingHistoryUpdate) SetSyncToGithub(v bool) *GroupSettingHistoryUpdate { - _u.mutation.SetSyncToGithub(v) - return _u -} - -// SetNillableSyncToGithub sets the "sync_to_github" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableSyncToGithub(v *bool) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetSyncToGithub(*v) - } - return _u -} - -// ClearSyncToGithub clears the value of the "sync_to_github" field. -func (_u *GroupSettingHistoryUpdate) ClearSyncToGithub() *GroupSettingHistoryUpdate { - _u.mutation.ClearSyncToGithub() - return _u -} - -// SetGroupID sets the "group_id" field. -func (_u *GroupSettingHistoryUpdate) SetGroupID(v string) *GroupSettingHistoryUpdate { - _u.mutation.SetGroupID(v) - return _u -} - -// SetNillableGroupID sets the "group_id" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdate) SetNillableGroupID(v *string) *GroupSettingHistoryUpdate { - if v != nil { - _u.SetGroupID(*v) - } - return _u -} - -// ClearGroupID clears the value of the "group_id" field. -func (_u *GroupSettingHistoryUpdate) ClearGroupID() *GroupSettingHistoryUpdate { - _u.mutation.ClearGroupID() - return _u -} - // Mutation returns the GroupSettingHistoryMutation object of the builder. func (_u *GroupSettingHistoryUpdate) Mutation() *GroupSettingHistoryMutation { return _u.mutation @@ -221,9 +36,6 @@ func (_u *GroupSettingHistoryUpdate) Mutation() *GroupSettingHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *GroupSettingHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -249,43 +61,7 @@ func (_u *GroupSettingHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupSettingHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if groupsettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized groupsettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := groupsettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *GroupSettingHistoryUpdate) check() error { - if v, ok := _u.mutation.Visibility(); ok { - if err := groupsettinghistory.VisibilityValidator(v); err != nil { - return &ValidationError{Name: "visibility", err: fmt.Errorf(`historygenerated: validator failed for field "GroupSettingHistory.visibility": %w`, err)} - } - } - if v, ok := _u.mutation.JoinPolicy(); ok { - if err := groupsettinghistory.JoinPolicyValidator(v); err != nil { - return &ValidationError{Name: "join_policy", err: fmt.Errorf(`historygenerated: validator failed for field "GroupSettingHistory.join_policy": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupSettingHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupSettingHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(groupsettinghistory.Table, groupsettinghistory.Columns, sqlgraph.NewFieldSpec(groupsettinghistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -300,66 +76,33 @@ func (_u *GroupSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(groupsettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(groupsettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(groupsettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(groupsettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(groupsettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(groupsettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Visibility(); ok { - _spec.SetField(groupsettinghistory.FieldVisibility, field.TypeEnum, value) - } - if value, ok := _u.mutation.JoinPolicy(); ok { - _spec.SetField(groupsettinghistory.FieldJoinPolicy, field.TypeEnum, value) - } - if value, ok := _u.mutation.SyncToSlack(); ok { - _spec.SetField(groupsettinghistory.FieldSyncToSlack, field.TypeBool, value) - } if _u.mutation.SyncToSlackCleared() { _spec.ClearField(groupsettinghistory.FieldSyncToSlack, field.TypeBool) } - if value, ok := _u.mutation.SyncToGithub(); ok { - _spec.SetField(groupsettinghistory.FieldSyncToGithub, field.TypeBool, value) - } if _u.mutation.SyncToGithubCleared() { _spec.ClearField(groupsettinghistory.FieldSyncToGithub, field.TypeBool) } - if value, ok := _u.mutation.GroupID(); ok { - _spec.SetField(groupsettinghistory.FieldGroupID, field.TypeString, value) - } if _u.mutation.GroupIDCleared() { _spec.ClearField(groupsettinghistory.FieldGroupID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.GroupSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{groupsettinghistory.Label} @@ -375,190 +118,9 @@ func (_u *GroupSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // GroupSettingHistoryUpdateOne is the builder for updating a single GroupSettingHistory entity. type GroupSettingHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *GroupSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *GroupSettingHistoryUpdateOne) SetUpdatedAt(v time.Time) *GroupSettingHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *GroupSettingHistoryUpdateOne) ClearUpdatedAt() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *GroupSettingHistoryUpdateOne) SetUpdatedBy(v string) *GroupSettingHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableUpdatedBy(v *string) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *GroupSettingHistoryUpdateOne) ClearUpdatedBy() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *GroupSettingHistoryUpdateOne) SetUpdatedByImpersonator(v string) *GroupSettingHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *GroupSettingHistoryUpdateOne) ClearUpdatedByImpersonator() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *GroupSettingHistoryUpdateOne) SetDeletedAt(v time.Time) *GroupSettingHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *GroupSettingHistoryUpdateOne) ClearDeletedAt() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *GroupSettingHistoryUpdateOne) SetDeletedBy(v string) *GroupSettingHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableDeletedBy(v *string) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *GroupSettingHistoryUpdateOne) ClearDeletedBy() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetVisibility sets the "visibility" field. -func (_u *GroupSettingHistoryUpdateOne) SetVisibility(v enums.Visibility) *GroupSettingHistoryUpdateOne { - _u.mutation.SetVisibility(v) - return _u -} - -// SetNillableVisibility sets the "visibility" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableVisibility(v *enums.Visibility) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetVisibility(*v) - } - return _u -} - -// SetJoinPolicy sets the "join_policy" field. -func (_u *GroupSettingHistoryUpdateOne) SetJoinPolicy(v enums.JoinPolicy) *GroupSettingHistoryUpdateOne { - _u.mutation.SetJoinPolicy(v) - return _u -} - -// SetNillableJoinPolicy sets the "join_policy" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableJoinPolicy(v *enums.JoinPolicy) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetJoinPolicy(*v) - } - return _u -} - -// SetSyncToSlack sets the "sync_to_slack" field. -func (_u *GroupSettingHistoryUpdateOne) SetSyncToSlack(v bool) *GroupSettingHistoryUpdateOne { - _u.mutation.SetSyncToSlack(v) - return _u -} - -// SetNillableSyncToSlack sets the "sync_to_slack" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableSyncToSlack(v *bool) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetSyncToSlack(*v) - } - return _u -} - -// ClearSyncToSlack clears the value of the "sync_to_slack" field. -func (_u *GroupSettingHistoryUpdateOne) ClearSyncToSlack() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearSyncToSlack() - return _u -} - -// SetSyncToGithub sets the "sync_to_github" field. -func (_u *GroupSettingHistoryUpdateOne) SetSyncToGithub(v bool) *GroupSettingHistoryUpdateOne { - _u.mutation.SetSyncToGithub(v) - return _u -} - -// SetNillableSyncToGithub sets the "sync_to_github" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableSyncToGithub(v *bool) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetSyncToGithub(*v) - } - return _u -} - -// ClearSyncToGithub clears the value of the "sync_to_github" field. -func (_u *GroupSettingHistoryUpdateOne) ClearSyncToGithub() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearSyncToGithub() - return _u -} - -// SetGroupID sets the "group_id" field. -func (_u *GroupSettingHistoryUpdateOne) SetGroupID(v string) *GroupSettingHistoryUpdateOne { - _u.mutation.SetGroupID(v) - return _u -} - -// SetNillableGroupID sets the "group_id" field if the given value is not nil. -func (_u *GroupSettingHistoryUpdateOne) SetNillableGroupID(v *string) *GroupSettingHistoryUpdateOne { - if v != nil { - _u.SetGroupID(*v) - } - return _u -} - -// ClearGroupID clears the value of the "group_id" field. -func (_u *GroupSettingHistoryUpdateOne) ClearGroupID() *GroupSettingHistoryUpdateOne { - _u.mutation.ClearGroupID() - return _u + fields []string + hooks []Hook + mutation *GroupSettingHistoryMutation } // Mutation returns the GroupSettingHistoryMutation object of the builder. @@ -581,9 +143,6 @@ func (_u *GroupSettingHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated GroupSettingHistory entity. func (_u *GroupSettingHistoryUpdateOne) Save(ctx context.Context) (*GroupSettingHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -609,43 +168,7 @@ func (_u *GroupSettingHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *GroupSettingHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if groupsettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized groupsettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := groupsettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *GroupSettingHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Visibility(); ok { - if err := groupsettinghistory.VisibilityValidator(v); err != nil { - return &ValidationError{Name: "visibility", err: fmt.Errorf(`historygenerated: validator failed for field "GroupSettingHistory.visibility": %w`, err)} - } - } - if v, ok := _u.mutation.JoinPolicy(); ok { - if err := groupsettinghistory.JoinPolicyValidator(v); err != nil { - return &ValidationError{Name: "join_policy", err: fmt.Errorf(`historygenerated: validator failed for field "GroupSettingHistory.join_policy": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *GroupSettingHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *GroupSettingHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *GroupSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *GroupSettingHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(groupsettinghistory.Table, groupsettinghistory.Columns, sqlgraph.NewFieldSpec(groupsettinghistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -677,66 +200,33 @@ func (_u *GroupSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Gro if _u.mutation.CreatedAtCleared() { _spec.ClearField(groupsettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(groupsettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(groupsettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(groupsettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(groupsettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(groupsettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(groupsettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(groupsettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Visibility(); ok { - _spec.SetField(groupsettinghistory.FieldVisibility, field.TypeEnum, value) - } - if value, ok := _u.mutation.JoinPolicy(); ok { - _spec.SetField(groupsettinghistory.FieldJoinPolicy, field.TypeEnum, value) - } - if value, ok := _u.mutation.SyncToSlack(); ok { - _spec.SetField(groupsettinghistory.FieldSyncToSlack, field.TypeBool, value) - } if _u.mutation.SyncToSlackCleared() { _spec.ClearField(groupsettinghistory.FieldSyncToSlack, field.TypeBool) } - if value, ok := _u.mutation.SyncToGithub(); ok { - _spec.SetField(groupsettinghistory.FieldSyncToGithub, field.TypeBool, value) - } if _u.mutation.SyncToGithubCleared() { _spec.ClearField(groupsettinghistory.FieldSyncToGithub, field.TypeBool) } - if value, ok := _u.mutation.GroupID(); ok { - _spec.SetField(groupsettinghistory.FieldGroupID, field.TypeString, value) - } if _u.mutation.GroupIDCleared() { _spec.ClearField(groupsettinghistory.FieldGroupID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.GroupSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &GroupSettingHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/hushhistory/hushhistory.go b/internal/ent/historygenerated/hushhistory/hushhistory.go index bde8774237..c50f15edd3 100644 --- a/internal/ent/historygenerated/hushhistory/hushhistory.go +++ b/internal/ent/historygenerated/hushhistory/hushhistory.go @@ -122,8 +122,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultSystemOwned holds the default value on creation for the "system_owned" field. DefaultSystemOwned bool // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/hushhistory_create.go b/internal/ent/historygenerated/hushhistory_create.go index 8c7bd49690..d8b5b45157 100644 --- a/internal/ent/historygenerated/hushhistory_create.go +++ b/internal/ent/historygenerated/hushhistory_create.go @@ -455,7 +455,6 @@ func (_c *HushHistoryCreate) createSpec() (*HushHistory, *sqlgraph.CreateSpec) { _node = &HushHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(hushhistory.Table, sqlgraph.NewFieldSpec(hushhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.HushHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/hushhistory_delete.go b/internal/ent/historygenerated/hushhistory_delete.go index 14407e1428..b96271fccf 100644 --- a/internal/ent/historygenerated/hushhistory_delete.go +++ b/internal/ent/historygenerated/hushhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/hushhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // HushHistoryDelete is the builder for deleting a HushHistory entity. @@ -45,8 +43,6 @@ func (_d *HushHistoryDelete) ExecX(ctx context.Context) int { func (_d *HushHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(hushhistory.Table, sqlgraph.NewFieldSpec(hushhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.HushHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/hushhistory_query.go b/internal/ent/historygenerated/hushhistory_query.go index b16d12acd4..cad7fa1a1d 100644 --- a/internal/ent/historygenerated/hushhistory_query.go +++ b/internal/ent/historygenerated/hushhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/hushhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type HushHistoryQuery struct { order []hushhistory.OrderOption inters []Interceptor predicates []predicate.HushHistory - loadTotal []func(context.Context, []*HushHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*HushHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *HushHistoryQuery) Clone() *HushHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.HushHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *HushHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.HushHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *HushHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *HushHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.HushHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *HushHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.HushHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *HushHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *HushHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *HushHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (hhq *HushHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "HushHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *HushHistorySelect) sqlScan(ctx context.Context, root *HushHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *HushHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *HushHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/hushhistory_update.go b/internal/ent/historygenerated/hushhistory_update.go index 53669fc57c..f6aadd915f 100644 --- a/internal/ent/historygenerated/hushhistory_update.go +++ b/internal/ent/historygenerated/hushhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/hushhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // HushHistoryUpdate is the builder for updating HushHistory entities. type HushHistoryUpdate struct { config - hooks []Hook - mutation *HushHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *HushHistoryMutation } // Where appends a list predicates to the HushHistoryUpdate builder. @@ -34,284 +29,6 @@ func (_u *HushHistoryUpdate) Where(ps ...predicate.HushHistory) *HushHistoryUpda return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *HushHistoryUpdate) SetUpdatedAt(v time.Time) *HushHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *HushHistoryUpdate) ClearUpdatedAt() *HushHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *HushHistoryUpdate) SetUpdatedBy(v string) *HushHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableUpdatedBy(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *HushHistoryUpdate) ClearUpdatedBy() *HushHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *HushHistoryUpdate) SetUpdatedByImpersonator(v string) *HushHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *HushHistoryUpdate) ClearUpdatedByImpersonator() *HushHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *HushHistoryUpdate) SetDeletedAt(v time.Time) *HushHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableDeletedAt(v *time.Time) *HushHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *HushHistoryUpdate) ClearDeletedAt() *HushHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *HushHistoryUpdate) SetDeletedBy(v string) *HushHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableDeletedBy(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *HushHistoryUpdate) ClearDeletedBy() *HushHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *HushHistoryUpdate) SetOwnerID(v string) *HushHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableOwnerID(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *HushHistoryUpdate) ClearOwnerID() *HushHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *HushHistoryUpdate) SetInternalNotes(v string) *HushHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableInternalNotes(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *HushHistoryUpdate) ClearInternalNotes() *HushHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *HushHistoryUpdate) SetSystemInternalID(v string) *HushHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableSystemInternalID(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *HushHistoryUpdate) ClearSystemInternalID() *HushHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *HushHistoryUpdate) SetName(v string) *HushHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableName(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *HushHistoryUpdate) SetDescription(v string) *HushHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableDescription(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *HushHistoryUpdate) ClearDescription() *HushHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetKind sets the "kind" field. -func (_u *HushHistoryUpdate) SetKind(v string) *HushHistoryUpdate { - _u.mutation.SetKind(v) - return _u -} - -// SetNillableKind sets the "kind" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableKind(v *string) *HushHistoryUpdate { - if v != nil { - _u.SetKind(*v) - } - return _u -} - -// ClearKind clears the value of the "kind" field. -func (_u *HushHistoryUpdate) ClearKind() *HushHistoryUpdate { - _u.mutation.ClearKind() - return _u -} - -// SetCredentialSet sets the "credential_set" field. -func (_u *HushHistoryUpdate) SetCredentialSet(v models.CredentialSet) *HushHistoryUpdate { - _u.mutation.SetCredentialSet(v) - return _u -} - -// SetNillableCredentialSet sets the "credential_set" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableCredentialSet(v *models.CredentialSet) *HushHistoryUpdate { - if v != nil { - _u.SetCredentialSet(*v) - } - return _u -} - -// ClearCredentialSet clears the value of the "credential_set" field. -func (_u *HushHistoryUpdate) ClearCredentialSet() *HushHistoryUpdate { - _u.mutation.ClearCredentialSet() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *HushHistoryUpdate) SetMetadata(v map[string]interface{}) *HushHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *HushHistoryUpdate) ClearMetadata() *HushHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetLastUsedAt sets the "last_used_at" field. -func (_u *HushHistoryUpdate) SetLastUsedAt(v time.Time) *HushHistoryUpdate { - _u.mutation.SetLastUsedAt(v) - return _u -} - -// SetNillableLastUsedAt sets the "last_used_at" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableLastUsedAt(v *time.Time) *HushHistoryUpdate { - if v != nil { - _u.SetLastUsedAt(*v) - } - return _u -} - -// ClearLastUsedAt clears the value of the "last_used_at" field. -func (_u *HushHistoryUpdate) ClearLastUsedAt() *HushHistoryUpdate { - _u.mutation.ClearLastUsedAt() - return _u -} - -// SetExpiresAt sets the "expires_at" field. -func (_u *HushHistoryUpdate) SetExpiresAt(v time.Time) *HushHistoryUpdate { - _u.mutation.SetExpiresAt(v) - return _u -} - -// SetNillableExpiresAt sets the "expires_at" field if the given value is not nil. -func (_u *HushHistoryUpdate) SetNillableExpiresAt(v *time.Time) *HushHistoryUpdate { - if v != nil { - _u.SetExpiresAt(*v) - } - return _u -} - -// ClearExpiresAt clears the value of the "expires_at" field. -func (_u *HushHistoryUpdate) ClearExpiresAt() *HushHistoryUpdate { - _u.mutation.ClearExpiresAt() - return _u -} - // Mutation returns the HushHistoryMutation object of the builder. func (_u *HushHistoryUpdate) Mutation() *HushHistoryMutation { return _u.mutation @@ -319,9 +36,6 @@ func (_u *HushHistoryUpdate) Mutation() *HushHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *HushHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -347,24 +61,6 @@ func (_u *HushHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *HushHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if hushhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized hushhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := hushhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *HushHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *HushHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *HushHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(hushhistory.Table, hushhistory.Columns, sqlgraph.NewFieldSpec(hushhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -380,72 +76,39 @@ func (_u *HushHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) if _u.mutation.CreatedAtCleared() { _spec.ClearField(hushhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(hushhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(hushhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(hushhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(hushhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(hushhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(hushhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(hushhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(hushhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(hushhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(hushhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(hushhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(hushhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(hushhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(hushhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(hushhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(hushhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(hushhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(hushhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(hushhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(hushhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(hushhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Kind(); ok { - _spec.SetField(hushhistory.FieldKind, field.TypeString, value) - } if _u.mutation.KindCleared() { _spec.ClearField(hushhistory.FieldKind, field.TypeString) } @@ -455,33 +118,18 @@ func (_u *HushHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) if _u.mutation.SecretValueCleared() { _spec.ClearField(hushhistory.FieldSecretValue, field.TypeString) } - if value, ok := _u.mutation.CredentialSet(); ok { - _spec.SetField(hushhistory.FieldCredentialSet, field.TypeJSON, value) - } if _u.mutation.CredentialSetCleared() { _spec.ClearField(hushhistory.FieldCredentialSet, field.TypeJSON) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(hushhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(hushhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.LastUsedAt(); ok { - _spec.SetField(hushhistory.FieldLastUsedAt, field.TypeTime, value) - } if _u.mutation.LastUsedAtCleared() { _spec.ClearField(hushhistory.FieldLastUsedAt, field.TypeTime) } - if value, ok := _u.mutation.ExpiresAt(); ok { - _spec.SetField(hushhistory.FieldExpiresAt, field.TypeTime, value) - } if _u.mutation.ExpiresAtCleared() { _spec.ClearField(hushhistory.FieldExpiresAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.HushHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{hushhistory.Label} @@ -497,288 +145,9 @@ func (_u *HushHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) // HushHistoryUpdateOne is the builder for updating a single HushHistory entity. type HushHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *HushHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *HushHistoryUpdateOne) SetUpdatedAt(v time.Time) *HushHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *HushHistoryUpdateOne) ClearUpdatedAt() *HushHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *HushHistoryUpdateOne) SetUpdatedBy(v string) *HushHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableUpdatedBy(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *HushHistoryUpdateOne) ClearUpdatedBy() *HushHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *HushHistoryUpdateOne) SetUpdatedByImpersonator(v string) *HushHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *HushHistoryUpdateOne) ClearUpdatedByImpersonator() *HushHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *HushHistoryUpdateOne) SetDeletedAt(v time.Time) *HushHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *HushHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *HushHistoryUpdateOne) ClearDeletedAt() *HushHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *HushHistoryUpdateOne) SetDeletedBy(v string) *HushHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableDeletedBy(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *HushHistoryUpdateOne) ClearDeletedBy() *HushHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *HushHistoryUpdateOne) SetOwnerID(v string) *HushHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableOwnerID(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *HushHistoryUpdateOne) ClearOwnerID() *HushHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *HushHistoryUpdateOne) SetInternalNotes(v string) *HushHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableInternalNotes(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *HushHistoryUpdateOne) ClearInternalNotes() *HushHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *HushHistoryUpdateOne) SetSystemInternalID(v string) *HushHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableSystemInternalID(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *HushHistoryUpdateOne) ClearSystemInternalID() *HushHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *HushHistoryUpdateOne) SetName(v string) *HushHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableName(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *HushHistoryUpdateOne) SetDescription(v string) *HushHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableDescription(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *HushHistoryUpdateOne) ClearDescription() *HushHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetKind sets the "kind" field. -func (_u *HushHistoryUpdateOne) SetKind(v string) *HushHistoryUpdateOne { - _u.mutation.SetKind(v) - return _u -} - -// SetNillableKind sets the "kind" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableKind(v *string) *HushHistoryUpdateOne { - if v != nil { - _u.SetKind(*v) - } - return _u -} - -// ClearKind clears the value of the "kind" field. -func (_u *HushHistoryUpdateOne) ClearKind() *HushHistoryUpdateOne { - _u.mutation.ClearKind() - return _u -} - -// SetCredentialSet sets the "credential_set" field. -func (_u *HushHistoryUpdateOne) SetCredentialSet(v models.CredentialSet) *HushHistoryUpdateOne { - _u.mutation.SetCredentialSet(v) - return _u -} - -// SetNillableCredentialSet sets the "credential_set" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableCredentialSet(v *models.CredentialSet) *HushHistoryUpdateOne { - if v != nil { - _u.SetCredentialSet(*v) - } - return _u -} - -// ClearCredentialSet clears the value of the "credential_set" field. -func (_u *HushHistoryUpdateOne) ClearCredentialSet() *HushHistoryUpdateOne { - _u.mutation.ClearCredentialSet() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *HushHistoryUpdateOne) SetMetadata(v map[string]interface{}) *HushHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *HushHistoryUpdateOne) ClearMetadata() *HushHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetLastUsedAt sets the "last_used_at" field. -func (_u *HushHistoryUpdateOne) SetLastUsedAt(v time.Time) *HushHistoryUpdateOne { - _u.mutation.SetLastUsedAt(v) - return _u -} - -// SetNillableLastUsedAt sets the "last_used_at" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableLastUsedAt(v *time.Time) *HushHistoryUpdateOne { - if v != nil { - _u.SetLastUsedAt(*v) - } - return _u -} - -// ClearLastUsedAt clears the value of the "last_used_at" field. -func (_u *HushHistoryUpdateOne) ClearLastUsedAt() *HushHistoryUpdateOne { - _u.mutation.ClearLastUsedAt() - return _u -} - -// SetExpiresAt sets the "expires_at" field. -func (_u *HushHistoryUpdateOne) SetExpiresAt(v time.Time) *HushHistoryUpdateOne { - _u.mutation.SetExpiresAt(v) - return _u -} - -// SetNillableExpiresAt sets the "expires_at" field if the given value is not nil. -func (_u *HushHistoryUpdateOne) SetNillableExpiresAt(v *time.Time) *HushHistoryUpdateOne { - if v != nil { - _u.SetExpiresAt(*v) - } - return _u -} - -// ClearExpiresAt clears the value of the "expires_at" field. -func (_u *HushHistoryUpdateOne) ClearExpiresAt() *HushHistoryUpdateOne { - _u.mutation.ClearExpiresAt() - return _u + fields []string + hooks []Hook + mutation *HushHistoryMutation } // Mutation returns the HushHistoryMutation object of the builder. @@ -801,9 +170,6 @@ func (_u *HushHistoryUpdateOne) Select(field string, fields ...string) *HushHist // Save executes the query and returns the updated HushHistory entity. func (_u *HushHistoryUpdateOne) Save(ctx context.Context) (*HushHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -829,24 +195,6 @@ func (_u *HushHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *HushHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if hushhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized hushhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := hushhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *HushHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *HushHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *HushHistoryUpdateOne) sqlSave(ctx context.Context) (_node *HushHistory, err error) { _spec := sqlgraph.NewUpdateSpec(hushhistory.Table, hushhistory.Columns, sqlgraph.NewFieldSpec(hushhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -879,72 +227,39 @@ func (_u *HushHistoryUpdateOne) sqlSave(ctx context.Context) (_node *HushHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(hushhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(hushhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(hushhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(hushhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(hushhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(hushhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(hushhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(hushhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(hushhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(hushhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(hushhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(hushhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(hushhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(hushhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(hushhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(hushhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(hushhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(hushhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(hushhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(hushhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(hushhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(hushhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Kind(); ok { - _spec.SetField(hushhistory.FieldKind, field.TypeString, value) - } if _u.mutation.KindCleared() { _spec.ClearField(hushhistory.FieldKind, field.TypeString) } @@ -954,33 +269,18 @@ func (_u *HushHistoryUpdateOne) sqlSave(ctx context.Context) (_node *HushHistory if _u.mutation.SecretValueCleared() { _spec.ClearField(hushhistory.FieldSecretValue, field.TypeString) } - if value, ok := _u.mutation.CredentialSet(); ok { - _spec.SetField(hushhistory.FieldCredentialSet, field.TypeJSON, value) - } if _u.mutation.CredentialSetCleared() { _spec.ClearField(hushhistory.FieldCredentialSet, field.TypeJSON) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(hushhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(hushhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.LastUsedAt(); ok { - _spec.SetField(hushhistory.FieldLastUsedAt, field.TypeTime, value) - } if _u.mutation.LastUsedAtCleared() { _spec.ClearField(hushhistory.FieldLastUsedAt, field.TypeTime) } - if value, ok := _u.mutation.ExpiresAt(); ok { - _spec.SetField(hushhistory.FieldExpiresAt, field.TypeTime, value) - } if _u.mutation.ExpiresAtCleared() { _spec.ClearField(hushhistory.FieldExpiresAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.HushHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &HushHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/identityholderhistory/identityholderhistory.go b/internal/ent/historygenerated/identityholderhistory/identityholderhistory.go index e61d5a04ca..8277f52d88 100644 --- a/internal/ent/historygenerated/identityholderhistory/identityholderhistory.go +++ b/internal/ent/historygenerated/identityholderhistory/identityholderhistory.go @@ -180,8 +180,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/identityholderhistory_create.go b/internal/ent/historygenerated/identityholderhistory_create.go index f3a6addf4e..6a7623ea25 100644 --- a/internal/ent/historygenerated/identityholderhistory_create.go +++ b/internal/ent/historygenerated/identityholderhistory_create.go @@ -739,7 +739,6 @@ func (_c *IdentityHolderHistoryCreate) createSpec() (*IdentityHolderHistory, *sq _node = &IdentityHolderHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(identityholderhistory.Table, sqlgraph.NewFieldSpec(identityholderhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.IdentityHolderHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/identityholderhistory_delete.go b/internal/ent/historygenerated/identityholderhistory_delete.go index aef33cfc6f..bd7185596c 100644 --- a/internal/ent/historygenerated/identityholderhistory_delete.go +++ b/internal/ent/historygenerated/identityholderhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/identityholderhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // IdentityHolderHistoryDelete is the builder for deleting a IdentityHolderHistory entity. @@ -45,8 +43,6 @@ func (_d *IdentityHolderHistoryDelete) ExecX(ctx context.Context) int { func (_d *IdentityHolderHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(identityholderhistory.Table, sqlgraph.NewFieldSpec(identityholderhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.IdentityHolderHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/identityholderhistory_query.go b/internal/ent/historygenerated/identityholderhistory_query.go index c16a56b615..948da3489a 100644 --- a/internal/ent/historygenerated/identityholderhistory_query.go +++ b/internal/ent/historygenerated/identityholderhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/identityholderhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type IdentityHolderHistoryQuery struct { order []identityholderhistory.OrderOption inters []Interceptor predicates []predicate.IdentityHolderHistory - loadTotal []func(context.Context, []*IdentityHolderHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*IdentityHolderHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *IdentityHolderHistoryQuery) Clone() *IdentityHolderHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.IdentityHolderHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *IdentityHolderHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.IdentityHolderHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *IdentityHolderHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *IdentityHolderHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.IdentityHolderHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *IdentityHolderHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.IdentityHolderHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *IdentityHolderHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *IdentityHolderHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *IdentityHolderHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ihhq *IdentityHolderHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "IdentityHolderHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *IdentityHolderHistorySelect) sqlScan(ctx context.Context, root *Identi defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *IdentityHolderHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *IdentityHolderHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/identityholderhistory_update.go b/internal/ent/historygenerated/identityholderhistory_update.go index 467ed6cd0d..120909740a 100644 --- a/internal/ent/historygenerated/identityholderhistory_update.go +++ b/internal/ent/historygenerated/identityholderhistory_update.go @@ -8,1653 +8,188 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/identityholderhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// IdentityHolderHistoryUpdate is the builder for updating IdentityHolderHistory entities. -type IdentityHolderHistoryUpdate struct { - config - hooks []Hook - mutation *IdentityHolderHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the IdentityHolderHistoryUpdate builder. -func (_u *IdentityHolderHistoryUpdate) Where(ps ...predicate.IdentityHolderHistory) *IdentityHolderHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *IdentityHolderHistoryUpdate) SetUpdatedAt(v time.Time) *IdentityHolderHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *IdentityHolderHistoryUpdate) ClearUpdatedAt() *IdentityHolderHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *IdentityHolderHistoryUpdate) SetUpdatedBy(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableUpdatedBy(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *IdentityHolderHistoryUpdate) ClearUpdatedBy() *IdentityHolderHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *IdentityHolderHistoryUpdate) SetUpdatedByImpersonator(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *IdentityHolderHistoryUpdate) ClearUpdatedByImpersonator() *IdentityHolderHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *IdentityHolderHistoryUpdate) SetDeletedAt(v time.Time) *IdentityHolderHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableDeletedAt(v *time.Time) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *IdentityHolderHistoryUpdate) ClearDeletedAt() *IdentityHolderHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *IdentityHolderHistoryUpdate) SetDeletedBy(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableDeletedBy(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *IdentityHolderHistoryUpdate) ClearDeletedBy() *IdentityHolderHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *IdentityHolderHistoryUpdate) SetTags(v []string) *IdentityHolderHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *IdentityHolderHistoryUpdate) AppendTags(v []string) *IdentityHolderHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *IdentityHolderHistoryUpdate) ClearTags() *IdentityHolderHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *IdentityHolderHistoryUpdate) SetInternalOwner(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableInternalOwner(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *IdentityHolderHistoryUpdate) ClearInternalOwner() *IdentityHolderHistoryUpdate { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *IdentityHolderHistoryUpdate) SetInternalOwnerUserID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableInternalOwnerUserID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearInternalOwnerUserID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *IdentityHolderHistoryUpdate) SetInternalOwnerGroupID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableInternalOwnerGroupID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearInternalOwnerGroupID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *IdentityHolderHistoryUpdate) SetEnvironmentName(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableEnvironmentName(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *IdentityHolderHistoryUpdate) ClearEnvironmentName() *IdentityHolderHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *IdentityHolderHistoryUpdate) SetEnvironmentID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableEnvironmentID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearEnvironmentID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *IdentityHolderHistoryUpdate) SetScopeName(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableScopeName(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *IdentityHolderHistoryUpdate) ClearScopeName() *IdentityHolderHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *IdentityHolderHistoryUpdate) SetScopeID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableScopeID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearScopeID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *IdentityHolderHistoryUpdate) SetWorkflowEligibleMarker(v bool) *IdentityHolderHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *IdentityHolderHistoryUpdate) ClearWorkflowEligibleMarker() *IdentityHolderHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *IdentityHolderHistoryUpdate) SetFullName(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableFullName(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// SetEmail sets the "email" field. -func (_u *IdentityHolderHistoryUpdate) SetEmail(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableEmail(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetAlternateEmail sets the "alternate_email" field. -func (_u *IdentityHolderHistoryUpdate) SetAlternateEmail(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetAlternateEmail(v) - return _u -} - -// SetNillableAlternateEmail sets the "alternate_email" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableAlternateEmail(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetAlternateEmail(*v) - } - return _u -} - -// ClearAlternateEmail clears the value of the "alternate_email" field. -func (_u *IdentityHolderHistoryUpdate) ClearAlternateEmail() *IdentityHolderHistoryUpdate { - _u.mutation.ClearAlternateEmail() - return _u -} - -// SetEmailAliases sets the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdate) SetEmailAliases(v []string) *IdentityHolderHistoryUpdate { - _u.mutation.SetEmailAliases(v) - return _u -} - -// AppendEmailAliases appends value to the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdate) AppendEmailAliases(v []string) *IdentityHolderHistoryUpdate { - _u.mutation.AppendEmailAliases(v) - return _u -} - -// ClearEmailAliases clears the value of the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdate) ClearEmailAliases() *IdentityHolderHistoryUpdate { - _u.mutation.ClearEmailAliases() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *IdentityHolderHistoryUpdate) SetPhoneNumber(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillablePhoneNumber(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *IdentityHolderHistoryUpdate) ClearPhoneNumber() *IdentityHolderHistoryUpdate { - _u.mutation.ClearPhoneNumber() - return _u -} - -// SetIsOpenlaneUser sets the "is_openlane_user" field. -func (_u *IdentityHolderHistoryUpdate) SetIsOpenlaneUser(v bool) *IdentityHolderHistoryUpdate { - _u.mutation.SetIsOpenlaneUser(v) - return _u -} - -// SetNillableIsOpenlaneUser sets the "is_openlane_user" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableIsOpenlaneUser(v *bool) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetIsOpenlaneUser(*v) - } - return _u -} - -// ClearIsOpenlaneUser clears the value of the "is_openlane_user" field. -func (_u *IdentityHolderHistoryUpdate) ClearIsOpenlaneUser() *IdentityHolderHistoryUpdate { - _u.mutation.ClearIsOpenlaneUser() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *IdentityHolderHistoryUpdate) SetUserID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableUserID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearUserID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearUserID() - return _u -} - -// SetIdentityHolderType sets the "identity_holder_type" field. -func (_u *IdentityHolderHistoryUpdate) SetIdentityHolderType(v enums.IdentityHolderType) *IdentityHolderHistoryUpdate { - _u.mutation.SetIdentityHolderType(v) - return _u -} - -// SetNillableIdentityHolderType sets the "identity_holder_type" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableIdentityHolderType(v *enums.IdentityHolderType) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetIdentityHolderType(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *IdentityHolderHistoryUpdate) SetStatus(v enums.UserStatus) *IdentityHolderHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableStatus(v *enums.UserStatus) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetIsActive sets the "is_active" field. -func (_u *IdentityHolderHistoryUpdate) SetIsActive(v bool) *IdentityHolderHistoryUpdate { - _u.mutation.SetIsActive(v) - return _u -} - -// SetNillableIsActive sets the "is_active" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableIsActive(v *bool) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetIsActive(*v) - } - return _u -} - -// SetTitle sets the "title" field. -func (_u *IdentityHolderHistoryUpdate) SetTitle(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableTitle(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *IdentityHolderHistoryUpdate) ClearTitle() *IdentityHolderHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetDepartment sets the "department" field. -func (_u *IdentityHolderHistoryUpdate) SetDepartment(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetDepartment(v) - return _u -} - -// SetNillableDepartment sets the "department" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableDepartment(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetDepartment(*v) - } - return _u -} - -// ClearDepartment clears the value of the "department" field. -func (_u *IdentityHolderHistoryUpdate) ClearDepartment() *IdentityHolderHistoryUpdate { - _u.mutation.ClearDepartment() - return _u -} - -// SetTeam sets the "team" field. -func (_u *IdentityHolderHistoryUpdate) SetTeam(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetTeam(v) - return _u -} - -// SetNillableTeam sets the "team" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableTeam(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetTeam(*v) - } - return _u -} - -// ClearTeam clears the value of the "team" field. -func (_u *IdentityHolderHistoryUpdate) ClearTeam() *IdentityHolderHistoryUpdate { - _u.mutation.ClearTeam() - return _u -} - -// SetLocation sets the "location" field. -func (_u *IdentityHolderHistoryUpdate) SetLocation(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetLocation(v) - return _u -} - -// SetNillableLocation sets the "location" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableLocation(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetLocation(*v) - } - return _u -} - -// ClearLocation clears the value of the "location" field. -func (_u *IdentityHolderHistoryUpdate) ClearLocation() *IdentityHolderHistoryUpdate { - _u.mutation.ClearLocation() - return _u -} - -// SetStartDate sets the "start_date" field. -func (_u *IdentityHolderHistoryUpdate) SetStartDate(v models.DateTime) *IdentityHolderHistoryUpdate { - _u.mutation.SetStartDate(v) - return _u -} - -// SetNillableStartDate sets the "start_date" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableStartDate(v *models.DateTime) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetStartDate(*v) - } - return _u -} - -// ClearStartDate clears the value of the "start_date" field. -func (_u *IdentityHolderHistoryUpdate) ClearStartDate() *IdentityHolderHistoryUpdate { - _u.mutation.ClearStartDate() - return _u -} - -// SetEndDate sets the "end_date" field. -func (_u *IdentityHolderHistoryUpdate) SetEndDate(v models.DateTime) *IdentityHolderHistoryUpdate { - _u.mutation.SetEndDate(v) - return _u -} - -// SetNillableEndDate sets the "end_date" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableEndDate(v *models.DateTime) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetEndDate(*v) - } - return _u -} - -// ClearEndDate clears the value of the "end_date" field. -func (_u *IdentityHolderHistoryUpdate) ClearEndDate() *IdentityHolderHistoryUpdate { - _u.mutation.ClearEndDate() - return _u -} - -// SetEmployerEntityID sets the "employer_entity_id" field. -func (_u *IdentityHolderHistoryUpdate) SetEmployerEntityID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetEmployerEntityID(v) - return _u -} - -// SetNillableEmployerEntityID sets the "employer_entity_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableEmployerEntityID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetEmployerEntityID(*v) - } - return _u -} - -// ClearEmployerEntityID clears the value of the "employer_entity_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearEmployerEntityID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearEmployerEntityID() - return _u -} - -// SetExternalUserID sets the "external_user_id" field. -func (_u *IdentityHolderHistoryUpdate) SetExternalUserID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetExternalUserID(v) - return _u -} - -// SetNillableExternalUserID sets the "external_user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableExternalUserID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetExternalUserID(*v) - } - return _u -} - -// ClearExternalUserID clears the value of the "external_user_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearExternalUserID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearExternalUserID() - return _u -} - -// SetExternalReferenceID sets the "external_reference_id" field. -func (_u *IdentityHolderHistoryUpdate) SetExternalReferenceID(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetExternalReferenceID(v) - return _u -} - -// SetNillableExternalReferenceID sets the "external_reference_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableExternalReferenceID(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetExternalReferenceID(*v) - } - return _u -} - -// ClearExternalReferenceID clears the value of the "external_reference_id" field. -func (_u *IdentityHolderHistoryUpdate) ClearExternalReferenceID() *IdentityHolderHistoryUpdate { - _u.mutation.ClearExternalReferenceID() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *IdentityHolderHistoryUpdate) SetMetadata(v map[string]interface{}) *IdentityHolderHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *IdentityHolderHistoryUpdate) ClearMetadata() *IdentityHolderHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *IdentityHolderHistoryUpdate) SetAvatarRemoteURL(v string) *IdentityHolderHistoryUpdate { - _u.mutation.SetAvatarRemoteURL(v) - return _u -} - -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdate) SetNillableAvatarRemoteURL(v *string) *IdentityHolderHistoryUpdate { - if v != nil { - _u.SetAvatarRemoteURL(*v) - } - return _u -} - -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *IdentityHolderHistoryUpdate) ClearAvatarRemoteURL() *IdentityHolderHistoryUpdate { - _u.mutation.ClearAvatarRemoteURL() - return _u -} - -// Mutation returns the IdentityHolderHistoryMutation object of the builder. -func (_u *IdentityHolderHistoryUpdate) Mutation() *IdentityHolderHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *IdentityHolderHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *IdentityHolderHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *IdentityHolderHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *IdentityHolderHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *IdentityHolderHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if identityholderhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized identityholderhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := identityholderhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *IdentityHolderHistoryUpdate) check() error { - if v, ok := _u.mutation.IdentityHolderType(); ok { - if err := identityholderhistory.IdentityHolderTypeValidator(v); err != nil { - return &ValidationError{Name: "identity_holder_type", err: fmt.Errorf(`historygenerated: validator failed for field "IdentityHolderHistory.identity_holder_type": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := identityholderhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "IdentityHolderHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *IdentityHolderHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *IdentityHolderHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *IdentityHolderHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(identityholderhistory.Table, identityholderhistory.Columns, sqlgraph.NewFieldSpec(identityholderhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(identityholderhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(identityholderhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(identityholderhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(identityholderhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(identityholderhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(identityholderhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(identityholderhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(identityholderhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(identityholderhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(identityholderhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(identityholderhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, identityholderhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(identityholderhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(identityholderhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwner, field.TypeString, value) - } - if _u.mutation.InternalOwnerCleared() { - _spec.ClearField(identityholderhistory.FieldInternalOwner, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwnerUserID, field.TypeString, value) - } - if _u.mutation.InternalOwnerUserIDCleared() { - _spec.ClearField(identityholderhistory.FieldInternalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.InternalOwnerGroupIDCleared() { - _spec.ClearField(identityholderhistory.FieldInternalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(identityholderhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(identityholderhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(identityholderhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(identityholderhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(identityholderhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(identityholderhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(identityholderhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(identityholderhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(identityholderhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(identityholderhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(identityholderhistory.FieldFullName, field.TypeString, value) - } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(identityholderhistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.AlternateEmail(); ok { - _spec.SetField(identityholderhistory.FieldAlternateEmail, field.TypeString, value) - } - if _u.mutation.AlternateEmailCleared() { - _spec.ClearField(identityholderhistory.FieldAlternateEmail, field.TypeString) - } - if value, ok := _u.mutation.EmailAliases(); ok { - _spec.SetField(identityholderhistory.FieldEmailAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEmailAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, identityholderhistory.FieldEmailAliases, value) - }) - } - if _u.mutation.EmailAliasesCleared() { - _spec.ClearField(identityholderhistory.FieldEmailAliases, field.TypeJSON) - } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(identityholderhistory.FieldPhoneNumber, field.TypeString, value) - } - if _u.mutation.PhoneNumberCleared() { - _spec.ClearField(identityholderhistory.FieldPhoneNumber, field.TypeString) - } - if value, ok := _u.mutation.IsOpenlaneUser(); ok { - _spec.SetField(identityholderhistory.FieldIsOpenlaneUser, field.TypeBool, value) - } - if _u.mutation.IsOpenlaneUserCleared() { - _spec.ClearField(identityholderhistory.FieldIsOpenlaneUser, field.TypeBool) - } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(identityholderhistory.FieldUserID, field.TypeString, value) - } - if _u.mutation.UserIDCleared() { - _spec.ClearField(identityholderhistory.FieldUserID, field.TypeString) - } - if value, ok := _u.mutation.IdentityHolderType(); ok { - _spec.SetField(identityholderhistory.FieldIdentityHolderType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(identityholderhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.IsActive(); ok { - _spec.SetField(identityholderhistory.FieldIsActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(identityholderhistory.FieldTitle, field.TypeString, value) - } - if _u.mutation.TitleCleared() { - _spec.ClearField(identityholderhistory.FieldTitle, field.TypeString) - } - if value, ok := _u.mutation.Department(); ok { - _spec.SetField(identityholderhistory.FieldDepartment, field.TypeString, value) - } - if _u.mutation.DepartmentCleared() { - _spec.ClearField(identityholderhistory.FieldDepartment, field.TypeString) - } - if value, ok := _u.mutation.Team(); ok { - _spec.SetField(identityholderhistory.FieldTeam, field.TypeString, value) - } - if _u.mutation.TeamCleared() { - _spec.ClearField(identityholderhistory.FieldTeam, field.TypeString) - } - if value, ok := _u.mutation.Location(); ok { - _spec.SetField(identityholderhistory.FieldLocation, field.TypeString, value) - } - if _u.mutation.LocationCleared() { - _spec.ClearField(identityholderhistory.FieldLocation, field.TypeString) - } - if value, ok := _u.mutation.StartDate(); ok { - _spec.SetField(identityholderhistory.FieldStartDate, field.TypeTime, value) - } - if _u.mutation.StartDateCleared() { - _spec.ClearField(identityholderhistory.FieldStartDate, field.TypeTime) - } - if value, ok := _u.mutation.EndDate(); ok { - _spec.SetField(identityholderhistory.FieldEndDate, field.TypeTime, value) - } - if _u.mutation.EndDateCleared() { - _spec.ClearField(identityholderhistory.FieldEndDate, field.TypeTime) - } - if value, ok := _u.mutation.EmployerEntityID(); ok { - _spec.SetField(identityholderhistory.FieldEmployerEntityID, field.TypeString, value) - } - if _u.mutation.EmployerEntityIDCleared() { - _spec.ClearField(identityholderhistory.FieldEmployerEntityID, field.TypeString) - } - if value, ok := _u.mutation.ExternalUserID(); ok { - _spec.SetField(identityholderhistory.FieldExternalUserID, field.TypeString, value) - } - if _u.mutation.ExternalUserIDCleared() { - _spec.ClearField(identityholderhistory.FieldExternalUserID, field.TypeString) - } - if value, ok := _u.mutation.ExternalReferenceID(); ok { - _spec.SetField(identityholderhistory.FieldExternalReferenceID, field.TypeString, value) - } - if _u.mutation.ExternalReferenceIDCleared() { - _spec.ClearField(identityholderhistory.FieldExternalReferenceID, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(identityholderhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(identityholderhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(identityholderhistory.FieldAvatarRemoteURL, field.TypeString, value) - } - if _u.mutation.AvatarRemoteURLCleared() { - _spec.ClearField(identityholderhistory.FieldAvatarRemoteURL, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.IdentityHolderHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{identityholderhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// IdentityHolderHistoryUpdateOne is the builder for updating a single IdentityHolderHistory entity. -type IdentityHolderHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *IdentityHolderHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *IdentityHolderHistoryUpdateOne) SetUpdatedAt(v time.Time) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearUpdatedAt() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *IdentityHolderHistoryUpdateOne) SetUpdatedBy(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableUpdatedBy(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearUpdatedBy() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *IdentityHolderHistoryUpdateOne) SetUpdatedByImpersonator(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearUpdatedByImpersonator() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *IdentityHolderHistoryUpdateOne) SetDeletedAt(v time.Time) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearDeletedAt() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *IdentityHolderHistoryUpdateOne) SetDeletedBy(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableDeletedBy(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearDeletedBy() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *IdentityHolderHistoryUpdateOne) SetTags(v []string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *IdentityHolderHistoryUpdateOne) AppendTags(v []string) *IdentityHolderHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearTags() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *IdentityHolderHistoryUpdateOne) SetInternalOwner(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableInternalOwner(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearInternalOwner() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetInternalOwnerUserID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableInternalOwnerUserID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearInternalOwnerUserID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetInternalOwnerGroupID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableInternalOwnerGroupID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearInternalOwnerGroupID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEnvironmentName(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableEnvironmentName(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearEnvironmentName() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEnvironmentID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableEnvironmentID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearEnvironmentID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *IdentityHolderHistoryUpdateOne) SetScopeName(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableScopeName(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearScopeName() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetScopeID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableScopeID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearScopeID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *IdentityHolderHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearWorkflowEligibleMarker() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetFullName sets the "full_name" field. -func (_u *IdentityHolderHistoryUpdateOne) SetFullName(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetFullName(v) - return _u -} - -// SetNillableFullName sets the "full_name" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableFullName(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetFullName(*v) - } - return _u -} - -// SetEmail sets the "email" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEmail(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableEmail(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetAlternateEmail sets the "alternate_email" field. -func (_u *IdentityHolderHistoryUpdateOne) SetAlternateEmail(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetAlternateEmail(v) - return _u -} - -// SetNillableAlternateEmail sets the "alternate_email" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableAlternateEmail(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetAlternateEmail(*v) - } - return _u -} - -// ClearAlternateEmail clears the value of the "alternate_email" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearAlternateEmail() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearAlternateEmail() - return _u -} - -// SetEmailAliases sets the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEmailAliases(v []string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEmailAliases(v) - return _u -} - -// AppendEmailAliases appends value to the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdateOne) AppendEmailAliases(v []string) *IdentityHolderHistoryUpdateOne { - _u.mutation.AppendEmailAliases(v) - return _u -} - -// ClearEmailAliases clears the value of the "email_aliases" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearEmailAliases() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearEmailAliases() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *IdentityHolderHistoryUpdateOne) SetPhoneNumber(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillablePhoneNumber(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearPhoneNumber() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearPhoneNumber() - return _u -} - -// SetIsOpenlaneUser sets the "is_openlane_user" field. -func (_u *IdentityHolderHistoryUpdateOne) SetIsOpenlaneUser(v bool) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetIsOpenlaneUser(v) - return _u -} - -// SetNillableIsOpenlaneUser sets the "is_openlane_user" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableIsOpenlaneUser(v *bool) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetIsOpenlaneUser(*v) - } - return _u -} - -// ClearIsOpenlaneUser clears the value of the "is_openlane_user" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearIsOpenlaneUser() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearIsOpenlaneUser() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetUserID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableUserID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearUserID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearUserID() - return _u -} - -// SetIdentityHolderType sets the "identity_holder_type" field. -func (_u *IdentityHolderHistoryUpdateOne) SetIdentityHolderType(v enums.IdentityHolderType) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetIdentityHolderType(v) - return _u -} - -// SetNillableIdentityHolderType sets the "identity_holder_type" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableIdentityHolderType(v *enums.IdentityHolderType) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetIdentityHolderType(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *IdentityHolderHistoryUpdateOne) SetStatus(v enums.UserStatus) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableStatus(v *enums.UserStatus) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetIsActive sets the "is_active" field. -func (_u *IdentityHolderHistoryUpdateOne) SetIsActive(v bool) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetIsActive(v) - return _u -} - -// SetNillableIsActive sets the "is_active" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableIsActive(v *bool) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetIsActive(*v) - } - return _u -} - -// SetTitle sets the "title" field. -func (_u *IdentityHolderHistoryUpdateOne) SetTitle(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableTitle(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearTitle() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetDepartment sets the "department" field. -func (_u *IdentityHolderHistoryUpdateOne) SetDepartment(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetDepartment(v) - return _u -} - -// SetNillableDepartment sets the "department" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableDepartment(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetDepartment(*v) - } - return _u -} - -// ClearDepartment clears the value of the "department" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearDepartment() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearDepartment() - return _u -} - -// SetTeam sets the "team" field. -func (_u *IdentityHolderHistoryUpdateOne) SetTeam(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetTeam(v) - return _u -} - -// SetNillableTeam sets the "team" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableTeam(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetTeam(*v) - } - return _u -} - -// ClearTeam clears the value of the "team" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearTeam() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearTeam() - return _u -} - -// SetLocation sets the "location" field. -func (_u *IdentityHolderHistoryUpdateOne) SetLocation(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetLocation(v) - return _u +// IdentityHolderHistoryUpdate is the builder for updating IdentityHolderHistory entities. +type IdentityHolderHistoryUpdate struct { + config + hooks []Hook + mutation *IdentityHolderHistoryMutation } -// SetNillableLocation sets the "location" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableLocation(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetLocation(*v) - } +// Where appends a list predicates to the IdentityHolderHistoryUpdate builder. +func (_u *IdentityHolderHistoryUpdate) Where(ps ...predicate.IdentityHolderHistory) *IdentityHolderHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearLocation clears the value of the "location" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearLocation() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearLocation() - return _u +// Mutation returns the IdentityHolderHistoryMutation object of the builder. +func (_u *IdentityHolderHistoryUpdate) Mutation() *IdentityHolderHistoryMutation { + return _u.mutation } -// SetStartDate sets the "start_date" field. -func (_u *IdentityHolderHistoryUpdateOne) SetStartDate(v models.DateTime) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetStartDate(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *IdentityHolderHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableStartDate sets the "start_date" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableStartDate(v *models.DateTime) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetStartDate(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *IdentityHolderHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearStartDate clears the value of the "start_date" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearStartDate() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearStartDate() - return _u + return affected } -// SetEndDate sets the "end_date" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEndDate(v models.DateTime) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEndDate(v) - return _u +// Exec executes the query. +func (_u *IdentityHolderHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableEndDate sets the "end_date" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableEndDate(v *models.DateTime) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetEndDate(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *IdentityHolderHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearEndDate clears the value of the "end_date" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearEndDate() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearEndDate() - return _u -} - -// SetEmployerEntityID sets the "employer_entity_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetEmployerEntityID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetEmployerEntityID(v) - return _u } -// SetNillableEmployerEntityID sets the "employer_entity_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableEmployerEntityID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetEmployerEntityID(*v) +func (_u *IdentityHolderHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(identityholderhistory.Table, identityholderhistory.Columns, sqlgraph.NewFieldSpec(identityholderhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearEmployerEntityID clears the value of the "employer_entity_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearEmployerEntityID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearEmployerEntityID() - return _u -} - -// SetExternalUserID sets the "external_user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetExternalUserID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetExternalUserID(v) - return _u -} - -// SetNillableExternalUserID sets the "external_user_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableExternalUserID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetExternalUserID(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(identityholderhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearExternalUserID clears the value of the "external_user_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearExternalUserID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearExternalUserID() - return _u -} - -// SetExternalReferenceID sets the "external_reference_id" field. -func (_u *IdentityHolderHistoryUpdateOne) SetExternalReferenceID(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetExternalReferenceID(v) - return _u -} - -// SetNillableExternalReferenceID sets the "external_reference_id" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableExternalReferenceID(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetExternalReferenceID(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(identityholderhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearExternalReferenceID clears the value of the "external_reference_id" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearExternalReferenceID() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearExternalReferenceID() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *IdentityHolderHistoryUpdateOne) SetMetadata(v map[string]interface{}) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearMetadata() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *IdentityHolderHistoryUpdateOne) SetAvatarRemoteURL(v string) *IdentityHolderHistoryUpdateOne { - _u.mutation.SetAvatarRemoteURL(v) - return _u -} - -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *IdentityHolderHistoryUpdateOne) SetNillableAvatarRemoteURL(v *string) *IdentityHolderHistoryUpdateOne { - if v != nil { - _u.SetAvatarRemoteURL(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(identityholderhistory.FieldUpdatedAt, field.TypeTime) } - return _u + if _u.mutation.CreatedByCleared() { + _spec.ClearField(identityholderhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(identityholderhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(identityholderhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(identityholderhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(identityholderhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(identityholderhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(identityholderhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.InternalOwnerCleared() { + _spec.ClearField(identityholderhistory.FieldInternalOwner, field.TypeString) + } + if _u.mutation.InternalOwnerUserIDCleared() { + _spec.ClearField(identityholderhistory.FieldInternalOwnerUserID, field.TypeString) + } + if _u.mutation.InternalOwnerGroupIDCleared() { + _spec.ClearField(identityholderhistory.FieldInternalOwnerGroupID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(identityholderhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(identityholderhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(identityholderhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(identityholderhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(identityholderhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.AlternateEmailCleared() { + _spec.ClearField(identityholderhistory.FieldAlternateEmail, field.TypeString) + } + if _u.mutation.EmailAliasesCleared() { + _spec.ClearField(identityholderhistory.FieldEmailAliases, field.TypeJSON) + } + if _u.mutation.PhoneNumberCleared() { + _spec.ClearField(identityholderhistory.FieldPhoneNumber, field.TypeString) + } + if _u.mutation.IsOpenlaneUserCleared() { + _spec.ClearField(identityholderhistory.FieldIsOpenlaneUser, field.TypeBool) + } + if _u.mutation.UserIDCleared() { + _spec.ClearField(identityholderhistory.FieldUserID, field.TypeString) + } + if _u.mutation.TitleCleared() { + _spec.ClearField(identityholderhistory.FieldTitle, field.TypeString) + } + if _u.mutation.DepartmentCleared() { + _spec.ClearField(identityholderhistory.FieldDepartment, field.TypeString) + } + if _u.mutation.TeamCleared() { + _spec.ClearField(identityholderhistory.FieldTeam, field.TypeString) + } + if _u.mutation.LocationCleared() { + _spec.ClearField(identityholderhistory.FieldLocation, field.TypeString) + } + if _u.mutation.StartDateCleared() { + _spec.ClearField(identityholderhistory.FieldStartDate, field.TypeTime) + } + if _u.mutation.EndDateCleared() { + _spec.ClearField(identityholderhistory.FieldEndDate, field.TypeTime) + } + if _u.mutation.EmployerEntityIDCleared() { + _spec.ClearField(identityholderhistory.FieldEmployerEntityID, field.TypeString) + } + if _u.mutation.ExternalUserIDCleared() { + _spec.ClearField(identityholderhistory.FieldExternalUserID, field.TypeString) + } + if _u.mutation.ExternalReferenceIDCleared() { + _spec.ClearField(identityholderhistory.FieldExternalReferenceID, field.TypeString) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(identityholderhistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.AvatarRemoteURLCleared() { + _spec.ClearField(identityholderhistory.FieldAvatarRemoteURL, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{identityholderhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *IdentityHolderHistoryUpdateOne) ClearAvatarRemoteURL() *IdentityHolderHistoryUpdateOne { - _u.mutation.ClearAvatarRemoteURL() - return _u +// IdentityHolderHistoryUpdateOne is the builder for updating a single IdentityHolderHistory entity. +type IdentityHolderHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *IdentityHolderHistoryMutation } // Mutation returns the IdentityHolderHistoryMutation object of the builder. @@ -1677,9 +212,6 @@ func (_u *IdentityHolderHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated IdentityHolderHistory entity. func (_u *IdentityHolderHistoryUpdateOne) Save(ctx context.Context) (*IdentityHolderHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1705,43 +237,7 @@ func (_u *IdentityHolderHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *IdentityHolderHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if identityholderhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized identityholderhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := identityholderhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *IdentityHolderHistoryUpdateOne) check() error { - if v, ok := _u.mutation.IdentityHolderType(); ok { - if err := identityholderhistory.IdentityHolderTypeValidator(v); err != nil { - return &ValidationError{Name: "identity_holder_type", err: fmt.Errorf(`historygenerated: validator failed for field "IdentityHolderHistory.identity_holder_type": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := identityholderhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "IdentityHolderHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *IdentityHolderHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *IdentityHolderHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *IdentityHolderHistoryUpdateOne) sqlSave(ctx context.Context) (_node *IdentityHolderHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(identityholderhistory.Table, identityholderhistory.Columns, sqlgraph.NewFieldSpec(identityholderhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1773,220 +269,102 @@ func (_u *IdentityHolderHistoryUpdateOne) sqlSave(ctx context.Context) (_node *I if _u.mutation.CreatedAtCleared() { _spec.ClearField(identityholderhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(identityholderhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(identityholderhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(identityholderhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(identityholderhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(identityholderhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(identityholderhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(identityholderhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(identityholderhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(identityholderhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(identityholderhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, identityholderhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(identityholderhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(identityholderhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwner, field.TypeString, value) - } if _u.mutation.InternalOwnerCleared() { _spec.ClearField(identityholderhistory.FieldInternalOwner, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwnerUserID, field.TypeString, value) - } if _u.mutation.InternalOwnerUserIDCleared() { _spec.ClearField(identityholderhistory.FieldInternalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(identityholderhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } if _u.mutation.InternalOwnerGroupIDCleared() { _spec.ClearField(identityholderhistory.FieldInternalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(identityholderhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(identityholderhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(identityholderhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(identityholderhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(identityholderhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(identityholderhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(identityholderhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(identityholderhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(identityholderhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(identityholderhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.FullName(); ok { - _spec.SetField(identityholderhistory.FieldFullName, field.TypeString, value) - } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(identityholderhistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.AlternateEmail(); ok { - _spec.SetField(identityholderhistory.FieldAlternateEmail, field.TypeString, value) - } if _u.mutation.AlternateEmailCleared() { _spec.ClearField(identityholderhistory.FieldAlternateEmail, field.TypeString) } - if value, ok := _u.mutation.EmailAliases(); ok { - _spec.SetField(identityholderhistory.FieldEmailAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEmailAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, identityholderhistory.FieldEmailAliases, value) - }) - } if _u.mutation.EmailAliasesCleared() { _spec.ClearField(identityholderhistory.FieldEmailAliases, field.TypeJSON) } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(identityholderhistory.FieldPhoneNumber, field.TypeString, value) - } if _u.mutation.PhoneNumberCleared() { _spec.ClearField(identityholderhistory.FieldPhoneNumber, field.TypeString) } - if value, ok := _u.mutation.IsOpenlaneUser(); ok { - _spec.SetField(identityholderhistory.FieldIsOpenlaneUser, field.TypeBool, value) - } if _u.mutation.IsOpenlaneUserCleared() { _spec.ClearField(identityholderhistory.FieldIsOpenlaneUser, field.TypeBool) } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(identityholderhistory.FieldUserID, field.TypeString, value) - } if _u.mutation.UserIDCleared() { _spec.ClearField(identityholderhistory.FieldUserID, field.TypeString) } - if value, ok := _u.mutation.IdentityHolderType(); ok { - _spec.SetField(identityholderhistory.FieldIdentityHolderType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(identityholderhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.IsActive(); ok { - _spec.SetField(identityholderhistory.FieldIsActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(identityholderhistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(identityholderhistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Department(); ok { - _spec.SetField(identityholderhistory.FieldDepartment, field.TypeString, value) - } if _u.mutation.DepartmentCleared() { _spec.ClearField(identityholderhistory.FieldDepartment, field.TypeString) } - if value, ok := _u.mutation.Team(); ok { - _spec.SetField(identityholderhistory.FieldTeam, field.TypeString, value) - } if _u.mutation.TeamCleared() { _spec.ClearField(identityholderhistory.FieldTeam, field.TypeString) } - if value, ok := _u.mutation.Location(); ok { - _spec.SetField(identityholderhistory.FieldLocation, field.TypeString, value) - } if _u.mutation.LocationCleared() { _spec.ClearField(identityholderhistory.FieldLocation, field.TypeString) } - if value, ok := _u.mutation.StartDate(); ok { - _spec.SetField(identityholderhistory.FieldStartDate, field.TypeTime, value) - } if _u.mutation.StartDateCleared() { _spec.ClearField(identityholderhistory.FieldStartDate, field.TypeTime) } - if value, ok := _u.mutation.EndDate(); ok { - _spec.SetField(identityholderhistory.FieldEndDate, field.TypeTime, value) - } if _u.mutation.EndDateCleared() { _spec.ClearField(identityholderhistory.FieldEndDate, field.TypeTime) } - if value, ok := _u.mutation.EmployerEntityID(); ok { - _spec.SetField(identityholderhistory.FieldEmployerEntityID, field.TypeString, value) - } if _u.mutation.EmployerEntityIDCleared() { _spec.ClearField(identityholderhistory.FieldEmployerEntityID, field.TypeString) } - if value, ok := _u.mutation.ExternalUserID(); ok { - _spec.SetField(identityholderhistory.FieldExternalUserID, field.TypeString, value) - } if _u.mutation.ExternalUserIDCleared() { _spec.ClearField(identityholderhistory.FieldExternalUserID, field.TypeString) } - if value, ok := _u.mutation.ExternalReferenceID(); ok { - _spec.SetField(identityholderhistory.FieldExternalReferenceID, field.TypeString, value) - } if _u.mutation.ExternalReferenceIDCleared() { _spec.ClearField(identityholderhistory.FieldExternalReferenceID, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(identityholderhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(identityholderhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(identityholderhistory.FieldAvatarRemoteURL, field.TypeString, value) - } if _u.mutation.AvatarRemoteURLCleared() { _spec.ClearField(identityholderhistory.FieldAvatarRemoteURL, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.IdentityHolderHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &IdentityHolderHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/internal/schemaconfig.go b/internal/ent/historygenerated/internal/schemaconfig.go deleted file mode 100644 index 9bd1f3f9fc..0000000000 --- a/internal/ent/historygenerated/internal/schemaconfig.go +++ /dev/null @@ -1,93 +0,0 @@ -//go:build !enthistorycodegen - -// Code generated by ent, DO NOT EDIT. - -package internal - -import "context" - -// SchemaConfig represents alternative schema names for all tables -// that can be passed at runtime. -type SchemaConfig struct { - ActionPlanHistory string // ActionPlanHistory table. - AssessmentHistory string // AssessmentHistory table. - AssessmentResponseHistory string // AssessmentResponseHistory table. - AssetHistory string // AssetHistory table. - CampaignHistory string // CampaignHistory table. - CampaignTargetHistory string // CampaignTargetHistory table. - ContactHistory string // ContactHistory table. - ControlHistory string // ControlHistory table. - ControlImplementationHistory string // ControlImplementationHistory table. - ControlObjectiveHistory string // ControlObjectiveHistory table. - CustomDomainHistory string // CustomDomainHistory table. - DiscussionHistory string // DiscussionHistory table. - DocumentDataHistory string // DocumentDataHistory table. - EmailTemplateHistory string // EmailTemplateHistory table. - EntityHistory string // EntityHistory table. - EntityTypeHistory string // EntityTypeHistory table. - EvidenceHistory string // EvidenceHistory table. - FileHistory string // FileHistory table. - FindingControlHistory string // FindingControlHistory table. - FindingHistory string // FindingHistory table. - GroupHistory string // GroupHistory table. - GroupMembershipHistory string // GroupMembershipHistory table. - GroupSettingHistory string // GroupSettingHistory table. - HushHistory string // HushHistory table. - IdentityHolderHistory string // IdentityHolderHistory table. - InternalPolicyHistory string // InternalPolicyHistory table. - JobTemplateHistory string // JobTemplateHistory table. - MappableDomainHistory string // MappableDomainHistory table. - MappedControlHistory string // MappedControlHistory table. - NarrativeHistory string // NarrativeHistory table. - NoteHistory string // NoteHistory table. - NotificationPreferenceHistory string // NotificationPreferenceHistory table. - NotificationTemplateHistory string // NotificationTemplateHistory table. - OrgMembershipHistory string // OrgMembershipHistory table. - OrganizationHistory string // OrganizationHistory table. - OrganizationSettingHistory string // OrganizationSettingHistory table. - PlatformHistory string // PlatformHistory table. - ProcedureHistory string // ProcedureHistory table. - ProgramHistory string // ProgramHistory table. - ProgramMembershipHistory string // ProgramMembershipHistory table. - RemediationHistory string // RemediationHistory table. - ReviewHistory string // ReviewHistory table. - RiskHistory string // RiskHistory table. - SLADefinitionHistory string // SLADefinitionHistory table. - ScheduledJobHistory string // ScheduledJobHistory table. - StandardHistory string // StandardHistory table. - SubcontrolHistory string // SubcontrolHistory table. - SubprocessorHistory string // SubprocessorHistory table. - SystemDetailHistory string // SystemDetailHistory table. - TaskHistory string // TaskHistory table. - TemplateHistory string // TemplateHistory table. - TrustCenterComplianceHistory string // TrustCenterComplianceHistory table. - TrustCenterDocHistory string // TrustCenterDocHistory table. - TrustCenterEntityHistory string // TrustCenterEntityHistory table. - TrustCenterFAQHistory string // TrustCenterFAQHistory table. - TrustCenterHistory string // TrustCenterHistory table. - TrustCenterNDARequestHistory string // TrustCenterNDARequestHistory table. - TrustCenterSettingHistory string // TrustCenterSettingHistory table. - TrustCenterSubprocessorHistory string // TrustCenterSubprocessorHistory table. - TrustCenterWatermarkConfigHistory string // TrustCenterWatermarkConfigHistory table. - UserHistory string // UserHistory table. - UserSettingHistory string // UserSettingHistory table. - VendorRiskScoreHistory string // VendorRiskScoreHistory table. - VendorScoringConfigHistory string // VendorScoringConfigHistory table. - VulnerabilityHistory string // VulnerabilityHistory table. - WorkflowAssignmentHistory string // WorkflowAssignmentHistory table. - WorkflowAssignmentTargetHistory string // WorkflowAssignmentTargetHistory table. - WorkflowDefinitionHistory string // WorkflowDefinitionHistory table. -} - -type schemaCtxKey struct{} - -// SchemaConfigFromContext returns a SchemaConfig stored inside a context, or empty if there isn't one. -func SchemaConfigFromContext(ctx context.Context) SchemaConfig { - config, _ := ctx.Value(schemaCtxKey{}).(SchemaConfig) - return config -} - -// NewSchemaConfigContext returns a new context with the given SchemaConfig attached. -func NewSchemaConfigContext(parent context.Context, config SchemaConfig) context.Context { - return context.WithValue(parent, schemaCtxKey{}, config) -} diff --git a/internal/ent/historygenerated/internalpolicyhistory/internalpolicyhistory.go b/internal/ent/historygenerated/internalpolicyhistory/internalpolicyhistory.go index 9ad82188f5..df70537db3 100644 --- a/internal/ent/historygenerated/internalpolicyhistory/internalpolicyhistory.go +++ b/internal/ent/historygenerated/internalpolicyhistory/internalpolicyhistory.go @@ -192,8 +192,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRevision holds the default value on creation for the "revision" field. diff --git a/internal/ent/historygenerated/internalpolicyhistory_create.go b/internal/ent/historygenerated/internalpolicyhistory_create.go index ce8c1fc574..31887ea217 100644 --- a/internal/ent/historygenerated/internalpolicyhistory_create.go +++ b/internal/ent/historygenerated/internalpolicyhistory_create.go @@ -787,7 +787,6 @@ func (_c *InternalPolicyHistoryCreate) createSpec() (*InternalPolicyHistory, *sq _node = &InternalPolicyHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(internalpolicyhistory.Table, sqlgraph.NewFieldSpec(internalpolicyhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.InternalPolicyHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/internalpolicyhistory_delete.go b/internal/ent/historygenerated/internalpolicyhistory_delete.go index b4acceb141..96b34ce9f9 100644 --- a/internal/ent/historygenerated/internalpolicyhistory_delete.go +++ b/internal/ent/historygenerated/internalpolicyhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/internalpolicyhistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // InternalPolicyHistoryDelete is the builder for deleting a InternalPolicyHistory entity. @@ -45,8 +43,6 @@ func (_d *InternalPolicyHistoryDelete) ExecX(ctx context.Context) int { func (_d *InternalPolicyHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(internalpolicyhistory.Table, sqlgraph.NewFieldSpec(internalpolicyhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.InternalPolicyHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/internalpolicyhistory_query.go b/internal/ent/historygenerated/internalpolicyhistory_query.go index e76c38a750..887144aa23 100644 --- a/internal/ent/historygenerated/internalpolicyhistory_query.go +++ b/internal/ent/historygenerated/internalpolicyhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/internalpolicyhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type InternalPolicyHistoryQuery struct { order []internalpolicyhistory.OrderOption inters []Interceptor predicates []predicate.InternalPolicyHistory - loadTotal []func(context.Context, []*InternalPolicyHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*InternalPolicyHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *InternalPolicyHistoryQuery) Clone() *InternalPolicyHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.InternalPolicyHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *InternalPolicyHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.InternalPolicyHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *InternalPolicyHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *InternalPolicyHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.InternalPolicyHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *InternalPolicyHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.InternalPolicyHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *InternalPolicyHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *InternalPolicyHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *InternalPolicyHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (iphq *InternalPolicyHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "InternalPolicyHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *InternalPolicyHistorySelect) sqlScan(ctx context.Context, root *Intern defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *InternalPolicyHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *InternalPolicyHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/internalpolicyhistory_update.go b/internal/ent/historygenerated/internalpolicyhistory_update.go index 48919f7951..a1e6058997 100644 --- a/internal/ent/historygenerated/internalpolicyhistory_update.go +++ b/internal/ent/historygenerated/internalpolicyhistory_update.go @@ -8,1923 +8,212 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/internalpolicyhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) -// InternalPolicyHistoryUpdate is the builder for updating InternalPolicyHistory entities. -type InternalPolicyHistoryUpdate struct { - config - hooks []Hook - mutation *InternalPolicyHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the InternalPolicyHistoryUpdate builder. -func (_u *InternalPolicyHistoryUpdate) Where(ps ...predicate.InternalPolicyHistory) *InternalPolicyHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *InternalPolicyHistoryUpdate) SetUpdatedAt(v time.Time) *InternalPolicyHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *InternalPolicyHistoryUpdate) ClearUpdatedAt() *InternalPolicyHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *InternalPolicyHistoryUpdate) SetUpdatedBy(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableUpdatedBy(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *InternalPolicyHistoryUpdate) ClearUpdatedBy() *InternalPolicyHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *InternalPolicyHistoryUpdate) SetUpdatedByImpersonator(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *InternalPolicyHistoryUpdate) ClearUpdatedByImpersonator() *InternalPolicyHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *InternalPolicyHistoryUpdate) SetDeletedAt(v time.Time) *InternalPolicyHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableDeletedAt(v *time.Time) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *InternalPolicyHistoryUpdate) ClearDeletedAt() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *InternalPolicyHistoryUpdate) SetDeletedBy(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableDeletedBy(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *InternalPolicyHistoryUpdate) ClearDeletedBy() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *InternalPolicyHistoryUpdate) SetTags(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *InternalPolicyHistoryUpdate) AppendTags(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *InternalPolicyHistoryUpdate) ClearTags() *InternalPolicyHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *InternalPolicyHistoryUpdate) SetRevision(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableRevision(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *InternalPolicyHistoryUpdate) ClearRevision() *InternalPolicyHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *InternalPolicyHistoryUpdate) SetOwnerID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableOwnerID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearOwnerID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *InternalPolicyHistoryUpdate) SetInternalNotes(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableInternalNotes(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *InternalPolicyHistoryUpdate) ClearInternalNotes() *InternalPolicyHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *InternalPolicyHistoryUpdate) SetSystemInternalID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableSystemInternalID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearSystemInternalID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *InternalPolicyHistoryUpdate) SetName(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableName(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *InternalPolicyHistoryUpdate) SetStatus(v enums.DocumentStatus) *InternalPolicyHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableStatus(v *enums.DocumentStatus) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *InternalPolicyHistoryUpdate) ClearStatus() *InternalPolicyHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *InternalPolicyHistoryUpdate) SetManagementMode(v enums.DocumentManagementMode) *InternalPolicyHistoryUpdate { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableManagementMode(v *enums.DocumentManagementMode) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetManagementMode(*v) - } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *InternalPolicyHistoryUpdate) ClearManagementMode() *InternalPolicyHistoryUpdate { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *InternalPolicyHistoryUpdate) SetDetails(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableDetails(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *InternalPolicyHistoryUpdate) ClearDetails() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *InternalPolicyHistoryUpdate) SetDetailsJSON(v []interface{}) *InternalPolicyHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *InternalPolicyHistoryUpdate) AppendDetailsJSON(v []interface{}) *InternalPolicyHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *InternalPolicyHistoryUpdate) ClearDetailsJSON() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *InternalPolicyHistoryUpdate) SetApprovalRequired(v bool) *InternalPolicyHistoryUpdate { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableApprovalRequired(v *bool) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetApprovalRequired(*v) - } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *InternalPolicyHistoryUpdate) ClearApprovalRequired() *InternalPolicyHistoryUpdate { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *InternalPolicyHistoryUpdate) SetReviewDue(v time.Time) *InternalPolicyHistoryUpdate { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableReviewDue(v *time.Time) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetReviewDue(*v) - } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *InternalPolicyHistoryUpdate) ClearReviewDue() *InternalPolicyHistoryUpdate { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *InternalPolicyHistoryUpdate) SetReviewFrequency(v enums.Frequency) *InternalPolicyHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *InternalPolicyHistoryUpdate) ClearReviewFrequency() *InternalPolicyHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *InternalPolicyHistoryUpdate) SetApproverID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableApproverID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetApproverID(*v) - } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearApproverID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *InternalPolicyHistoryUpdate) SetDelegateID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableDelegateID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearDelegateID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *InternalPolicyHistoryUpdate) SetSummary(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableSummary(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *InternalPolicyHistoryUpdate) ClearSummary() *InternalPolicyHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetTagSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendTagSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearTagSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetDismissedTagSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendDismissedTagSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearDismissedTagSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetControlSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendControlSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearControlSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetDismissedControlSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendDismissedControlSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearDismissedControlSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetImprovementSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendImprovementSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearImprovementSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) SetDismissedImprovementSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) AppendDismissedImprovementSuggestions(v []string) *InternalPolicyHistoryUpdate { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdate) ClearDismissedImprovementSuggestions() *InternalPolicyHistoryUpdate { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *InternalPolicyHistoryUpdate) SetURL(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableURL(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *InternalPolicyHistoryUpdate) ClearURL() *InternalPolicyHistoryUpdate { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *InternalPolicyHistoryUpdate) SetFileID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableFileID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearFileID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *InternalPolicyHistoryUpdate) SetExternalFileID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableExternalFileID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetExternalFileID(*v) - } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearExternalFileID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *InternalPolicyHistoryUpdate) SetExternalContents(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableExternalContents(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetExternalContents(*v) - } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *InternalPolicyHistoryUpdate) ClearExternalContents() *InternalPolicyHistoryUpdate { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalPolicyKindName sets the "internal_policy_kind_name" field. -func (_u *InternalPolicyHistoryUpdate) SetInternalPolicyKindName(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetInternalPolicyKindName(v) - return _u -} - -// SetNillableInternalPolicyKindName sets the "internal_policy_kind_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableInternalPolicyKindName(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetInternalPolicyKindName(*v) - } - return _u -} - -// ClearInternalPolicyKindName clears the value of the "internal_policy_kind_name" field. -func (_u *InternalPolicyHistoryUpdate) ClearInternalPolicyKindName() *InternalPolicyHistoryUpdate { - _u.mutation.ClearInternalPolicyKindName() - return _u -} - -// SetInternalPolicyKindID sets the "internal_policy_kind_id" field. -func (_u *InternalPolicyHistoryUpdate) SetInternalPolicyKindID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetInternalPolicyKindID(v) - return _u -} - -// SetNillableInternalPolicyKindID sets the "internal_policy_kind_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableInternalPolicyKindID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetInternalPolicyKindID(*v) - } - return _u -} - -// ClearInternalPolicyKindID clears the value of the "internal_policy_kind_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearInternalPolicyKindID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearInternalPolicyKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *InternalPolicyHistoryUpdate) SetEnvironmentName(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableEnvironmentName(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *InternalPolicyHistoryUpdate) ClearEnvironmentName() *InternalPolicyHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *InternalPolicyHistoryUpdate) SetEnvironmentID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableEnvironmentID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearEnvironmentID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *InternalPolicyHistoryUpdate) SetScopeName(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableScopeName(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *InternalPolicyHistoryUpdate) ClearScopeName() *InternalPolicyHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *InternalPolicyHistoryUpdate) SetScopeID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableScopeID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *InternalPolicyHistoryUpdate) ClearScopeID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *InternalPolicyHistoryUpdate) SetWorkflowEligibleMarker(v bool) *InternalPolicyHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *InternalPolicyHistoryUpdate) ClearWorkflowEligibleMarker() *InternalPolicyHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *InternalPolicyHistoryUpdate) SetExternalUUID(v string) *InternalPolicyHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdate) SetNillableExternalUUID(v *string) *InternalPolicyHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *InternalPolicyHistoryUpdate) ClearExternalUUID() *InternalPolicyHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// Mutation returns the InternalPolicyHistoryMutation object of the builder. -func (_u *InternalPolicyHistoryUpdate) Mutation() *InternalPolicyHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *InternalPolicyHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *InternalPolicyHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *InternalPolicyHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *InternalPolicyHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *InternalPolicyHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if internalpolicyhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized internalpolicyhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := internalpolicyhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *InternalPolicyHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := internalpolicyhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := internalpolicyhistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := internalpolicyhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *InternalPolicyHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *InternalPolicyHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *InternalPolicyHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(internalpolicyhistory.Table, internalpolicyhistory.Columns, sqlgraph.NewFieldSpec(internalpolicyhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(internalpolicyhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(internalpolicyhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(internalpolicyhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(internalpolicyhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(internalpolicyhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(internalpolicyhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(internalpolicyhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(internalpolicyhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(internalpolicyhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(internalpolicyhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(internalpolicyhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(internalpolicyhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(internalpolicyhistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(internalpolicyhistory.FieldRevision, field.TypeString) - } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(internalpolicyhistory.FieldOwnerID, field.TypeString, value) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(internalpolicyhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(internalpolicyhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(internalpolicyhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(internalpolicyhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(internalpolicyhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(internalpolicyhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(internalpolicyhistory.FieldManagementMode, field.TypeEnum, value) - } - if _u.mutation.ManagementModeCleared() { - _spec.ClearField(internalpolicyhistory.FieldManagementMode, field.TypeEnum) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(internalpolicyhistory.FieldDetails, field.TypeString, value) - } - if _u.mutation.DetailsCleared() { - _spec.ClearField(internalpolicyhistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(internalpolicyhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDetailsJSON, value) - }) - } - if _u.mutation.DetailsJSONCleared() { - _spec.ClearField(internalpolicyhistory.FieldDetailsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(internalpolicyhistory.FieldApprovalRequired, field.TypeBool, value) - } - if _u.mutation.ApprovalRequiredCleared() { - _spec.ClearField(internalpolicyhistory.FieldApprovalRequired, field.TypeBool) - } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(internalpolicyhistory.FieldReviewDue, field.TypeTime, value) - } - if _u.mutation.ReviewDueCleared() { - _spec.ClearField(internalpolicyhistory.FieldReviewDue, field.TypeTime) - } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(internalpolicyhistory.FieldReviewFrequency, field.TypeEnum, value) - } - if _u.mutation.ReviewFrequencyCleared() { - _spec.ClearField(internalpolicyhistory.FieldReviewFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(internalpolicyhistory.FieldApproverID, field.TypeString, value) - } - if _u.mutation.ApproverIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldApproverID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(internalpolicyhistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldDelegateID, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(internalpolicyhistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(internalpolicyhistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldTagSuggestions, value) - }) - } - if _u.mutation.TagSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedTagSuggestions, value) - }) - } - if _u.mutation.DismissedTagSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldDismissedTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldControlSuggestions, value) - }) - } - if _u.mutation.ControlSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedControlSuggestions, value) - }) - } - if _u.mutation.DismissedControlSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldDismissedControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldImprovementSuggestions, value) - }) - } - if _u.mutation.ImprovementSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedImprovementSuggestions, value) - }) - } - if _u.mutation.DismissedImprovementSuggestionsCleared() { - _spec.ClearField(internalpolicyhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(internalpolicyhistory.FieldURL, field.TypeString, value) - } - if _u.mutation.URLCleared() { - _spec.ClearField(internalpolicyhistory.FieldURL, field.TypeString) - } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(internalpolicyhistory.FieldFileID, field.TypeString, value) - } - if _u.mutation.FileIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalFileID, field.TypeString, value) - } - if _u.mutation.ExternalFileIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldExternalFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalContents, field.TypeString, value) - } - if _u.mutation.ExternalContentsCleared() { - _spec.ClearField(internalpolicyhistory.FieldExternalContents, field.TypeString) - } - if value, ok := _u.mutation.InternalPolicyKindName(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalPolicyKindName, field.TypeString, value) - } - if _u.mutation.InternalPolicyKindNameCleared() { - _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindName, field.TypeString) - } - if value, ok := _u.mutation.InternalPolicyKindID(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalPolicyKindID, field.TypeString, value) - } - if _u.mutation.InternalPolicyKindIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(internalpolicyhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(internalpolicyhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(internalpolicyhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(internalpolicyhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(internalpolicyhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(internalpolicyhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(internalpolicyhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(internalpolicyhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(internalpolicyhistory.FieldExternalUUID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.InternalPolicyHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{internalpolicyhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// InternalPolicyHistoryUpdateOne is the builder for updating a single InternalPolicyHistory entity. -type InternalPolicyHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *InternalPolicyHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *InternalPolicyHistoryUpdateOne) SetUpdatedAt(v time.Time) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearUpdatedAt() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *InternalPolicyHistoryUpdateOne) SetUpdatedBy(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableUpdatedBy(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearUpdatedBy() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *InternalPolicyHistoryUpdateOne) SetUpdatedByImpersonator(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearUpdatedByImpersonator() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDeletedAt(v time.Time) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDeletedAt() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDeletedBy(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableDeletedBy(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDeletedBy() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *InternalPolicyHistoryUpdateOne) SetTags(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendTags(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearTags() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *InternalPolicyHistoryUpdateOne) SetRevision(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableRevision(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearRevision() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetOwnerID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableOwnerID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearOwnerID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *InternalPolicyHistoryUpdateOne) SetInternalNotes(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableInternalNotes(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearInternalNotes() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetSystemInternalID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableSystemInternalID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearSystemInternalID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *InternalPolicyHistoryUpdateOne) SetName(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableName(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *InternalPolicyHistoryUpdateOne) SetStatus(v enums.DocumentStatus) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableStatus(v *enums.DocumentStatus) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearStatus() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *InternalPolicyHistoryUpdateOne) SetManagementMode(v enums.DocumentManagementMode) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableManagementMode(v *enums.DocumentManagementMode) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetManagementMode(*v) - } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearManagementMode() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDetails(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableDetails(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDetails() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDetailsJSON(v []interface{}) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDetailsJSON() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *InternalPolicyHistoryUpdateOne) SetApprovalRequired(v bool) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableApprovalRequired(v *bool) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetApprovalRequired(*v) - } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearApprovalRequired() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *InternalPolicyHistoryUpdateOne) SetReviewDue(v time.Time) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableReviewDue(v *time.Time) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetReviewDue(*v) - } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearReviewDue() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *InternalPolicyHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearReviewFrequency() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetApproverID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableApproverID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetApproverID(*v) - } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearApproverID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDelegateID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableDelegateID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDelegateID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *InternalPolicyHistoryUpdateOne) SetSummary(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableSummary(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearSummary() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetTagSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendTagSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearTagSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDismissedTagSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendDismissedTagSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDismissedTagSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetControlSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendControlSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearControlSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDismissedControlSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendDismissedControlSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDismissedControlSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetImprovementSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendImprovementSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearImprovementSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) SetDismissedImprovementSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) AppendDismissedImprovementSuggestions(v []string) *InternalPolicyHistoryUpdateOne { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearDismissedImprovementSuggestions() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *InternalPolicyHistoryUpdateOne) SetURL(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableURL(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearURL() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetFileID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableFileID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearFileID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetExternalFileID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableExternalFileID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetExternalFileID(*v) - } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearExternalFileID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *InternalPolicyHistoryUpdateOne) SetExternalContents(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableExternalContents(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetExternalContents(*v) - } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearExternalContents() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalPolicyKindName sets the "internal_policy_kind_name" field. -func (_u *InternalPolicyHistoryUpdateOne) SetInternalPolicyKindName(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetInternalPolicyKindName(v) - return _u -} - -// SetNillableInternalPolicyKindName sets the "internal_policy_kind_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableInternalPolicyKindName(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetInternalPolicyKindName(*v) - } - return _u -} - -// ClearInternalPolicyKindName clears the value of the "internal_policy_kind_name" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearInternalPolicyKindName() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearInternalPolicyKindName() - return _u -} - -// SetInternalPolicyKindID sets the "internal_policy_kind_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetInternalPolicyKindID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetInternalPolicyKindID(v) - return _u -} - -// SetNillableInternalPolicyKindID sets the "internal_policy_kind_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableInternalPolicyKindID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetInternalPolicyKindID(*v) - } - return _u -} - -// ClearInternalPolicyKindID clears the value of the "internal_policy_kind_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearInternalPolicyKindID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearInternalPolicyKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *InternalPolicyHistoryUpdateOne) SetEnvironmentName(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableEnvironmentName(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearEnvironmentName() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetEnvironmentID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableEnvironmentID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearEnvironmentID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *InternalPolicyHistoryUpdateOne) SetScopeName(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u +// InternalPolicyHistoryUpdate is the builder for updating InternalPolicyHistory entities. +type InternalPolicyHistoryUpdate struct { + config + hooks []Hook + mutation *InternalPolicyHistoryMutation } -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableScopeName(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } +// Where appends a list predicates to the InternalPolicyHistoryUpdate builder. +func (_u *InternalPolicyHistoryUpdate) Where(ps ...predicate.InternalPolicyHistory) *InternalPolicyHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearScopeName clears the value of the "scope_name" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearScopeName() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u +// Mutation returns the InternalPolicyHistoryMutation object of the builder. +func (_u *InternalPolicyHistoryUpdate) Mutation() *InternalPolicyHistoryMutation { + return _u.mutation } -// SetScopeID sets the "scope_id" field. -func (_u *InternalPolicyHistoryUpdateOne) SetScopeID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *InternalPolicyHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableScopeID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *InternalPolicyHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearScopeID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u + return affected } -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *InternalPolicyHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u +// Exec executes the query. +func (_u *InternalPolicyHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *InternalPolicyHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearWorkflowEligibleMarker() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *InternalPolicyHistoryUpdateOne) SetExternalUUID(v string) *InternalPolicyHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u } -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *InternalPolicyHistoryUpdateOne) SetNillableExternalUUID(v *string) *InternalPolicyHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) +func (_u *InternalPolicyHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(internalpolicyhistory.Table, internalpolicyhistory.Columns, sqlgraph.NewFieldSpec(internalpolicyhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u + if _u.mutation.RefCleared() { + _spec.ClearField(internalpolicyhistory.FieldRef, field.TypeString) + } + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(internalpolicyhistory.FieldCreatedAt, field.TypeTime) + } + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(internalpolicyhistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(internalpolicyhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(internalpolicyhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(internalpolicyhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(internalpolicyhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(internalpolicyhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(internalpolicyhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.RevisionCleared() { + _spec.ClearField(internalpolicyhistory.FieldRevision, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(internalpolicyhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(internalpolicyhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(internalpolicyhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.ManagementModeCleared() { + _spec.ClearField(internalpolicyhistory.FieldManagementMode, field.TypeEnum) + } + if _u.mutation.DetailsCleared() { + _spec.ClearField(internalpolicyhistory.FieldDetails, field.TypeString) + } + if _u.mutation.DetailsJSONCleared() { + _spec.ClearField(internalpolicyhistory.FieldDetailsJSON, field.TypeJSON) + } + if _u.mutation.ApprovalRequiredCleared() { + _spec.ClearField(internalpolicyhistory.FieldApprovalRequired, field.TypeBool) + } + if _u.mutation.ReviewDueCleared() { + _spec.ClearField(internalpolicyhistory.FieldReviewDue, field.TypeTime) + } + if _u.mutation.ReviewFrequencyCleared() { + _spec.ClearField(internalpolicyhistory.FieldReviewFrequency, field.TypeEnum) + } + if _u.mutation.ApproverIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldApproverID, field.TypeString) + } + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldDelegateID, field.TypeString) + } + if _u.mutation.SummaryCleared() { + _spec.ClearField(internalpolicyhistory.FieldSummary, field.TypeString) + } + if _u.mutation.TagSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldTagSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedTagSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldDismissedTagSuggestions, field.TypeJSON) + } + if _u.mutation.ControlSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldControlSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedControlSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldDismissedControlSuggestions, field.TypeJSON) + } + if _u.mutation.ImprovementSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldImprovementSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedImprovementSuggestionsCleared() { + _spec.ClearField(internalpolicyhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) + } + if _u.mutation.URLCleared() { + _spec.ClearField(internalpolicyhistory.FieldURL, field.TypeString) + } + if _u.mutation.FileIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldFileID, field.TypeString) + } + if _u.mutation.ExternalFileIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldExternalFileID, field.TypeString) + } + if _u.mutation.ExternalContentsCleared() { + _spec.ClearField(internalpolicyhistory.FieldExternalContents, field.TypeString) + } + if _u.mutation.InternalPolicyKindNameCleared() { + _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindName, field.TypeString) + } + if _u.mutation.InternalPolicyKindIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(internalpolicyhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(internalpolicyhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(internalpolicyhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(internalpolicyhistory.FieldExternalUUID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{internalpolicyhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *InternalPolicyHistoryUpdateOne) ClearExternalUUID() *InternalPolicyHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u +// InternalPolicyHistoryUpdateOne is the builder for updating a single InternalPolicyHistory entity. +type InternalPolicyHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *InternalPolicyHistoryMutation } // Mutation returns the InternalPolicyHistoryMutation object of the builder. @@ -1947,9 +236,6 @@ func (_u *InternalPolicyHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated InternalPolicyHistory entity. func (_u *InternalPolicyHistoryUpdateOne) Save(ctx context.Context) (*InternalPolicyHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1975,48 +261,7 @@ func (_u *InternalPolicyHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *InternalPolicyHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if internalpolicyhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized internalpolicyhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := internalpolicyhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *InternalPolicyHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := internalpolicyhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := internalpolicyhistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := internalpolicyhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "InternalPolicyHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *InternalPolicyHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *InternalPolicyHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *InternalPolicyHistoryUpdateOne) sqlSave(ctx context.Context) (_node *InternalPolicyHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(internalpolicyhistory.Table, internalpolicyhistory.Columns, sqlgraph.NewFieldSpec(internalpolicyhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2048,286 +293,126 @@ func (_u *InternalPolicyHistoryUpdateOne) sqlSave(ctx context.Context) (_node *I if _u.mutation.CreatedAtCleared() { _spec.ClearField(internalpolicyhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(internalpolicyhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(internalpolicyhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(internalpolicyhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(internalpolicyhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(internalpolicyhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(internalpolicyhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(internalpolicyhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(internalpolicyhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(internalpolicyhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(internalpolicyhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(internalpolicyhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(internalpolicyhistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(internalpolicyhistory.FieldRevision, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(internalpolicyhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(internalpolicyhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(internalpolicyhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(internalpolicyhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(internalpolicyhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(internalpolicyhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(internalpolicyhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(internalpolicyhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(internalpolicyhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(internalpolicyhistory.FieldManagementMode, field.TypeEnum, value) - } if _u.mutation.ManagementModeCleared() { _spec.ClearField(internalpolicyhistory.FieldManagementMode, field.TypeEnum) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(internalpolicyhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(internalpolicyhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(internalpolicyhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(internalpolicyhistory.FieldDetailsJSON, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(internalpolicyhistory.FieldApprovalRequired, field.TypeBool, value) - } if _u.mutation.ApprovalRequiredCleared() { _spec.ClearField(internalpolicyhistory.FieldApprovalRequired, field.TypeBool) } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(internalpolicyhistory.FieldReviewDue, field.TypeTime, value) - } if _u.mutation.ReviewDueCleared() { _spec.ClearField(internalpolicyhistory.FieldReviewDue, field.TypeTime) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(internalpolicyhistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(internalpolicyhistory.FieldReviewFrequency, field.TypeEnum) } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(internalpolicyhistory.FieldApproverID, field.TypeString, value) - } if _u.mutation.ApproverIDCleared() { _spec.ClearField(internalpolicyhistory.FieldApproverID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(internalpolicyhistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(internalpolicyhistory.FieldDelegateID, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(internalpolicyhistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(internalpolicyhistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldTagSuggestions, value) - }) - } if _u.mutation.TagSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedTagSuggestions, value) - }) - } if _u.mutation.DismissedTagSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldDismissedTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldControlSuggestions, value) - }) - } if _u.mutation.ControlSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedControlSuggestions, value) - }) - } if _u.mutation.DismissedControlSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldDismissedControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldImprovementSuggestions, value) - }) - } if _u.mutation.ImprovementSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(internalpolicyhistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, internalpolicyhistory.FieldDismissedImprovementSuggestions, value) - }) - } if _u.mutation.DismissedImprovementSuggestionsCleared() { _spec.ClearField(internalpolicyhistory.FieldDismissedImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(internalpolicyhistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(internalpolicyhistory.FieldURL, field.TypeString) } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(internalpolicyhistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(internalpolicyhistory.FieldFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalFileID, field.TypeString, value) - } if _u.mutation.ExternalFileIDCleared() { _spec.ClearField(internalpolicyhistory.FieldExternalFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalContents, field.TypeString, value) - } if _u.mutation.ExternalContentsCleared() { _spec.ClearField(internalpolicyhistory.FieldExternalContents, field.TypeString) } - if value, ok := _u.mutation.InternalPolicyKindName(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalPolicyKindName, field.TypeString, value) - } if _u.mutation.InternalPolicyKindNameCleared() { _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindName, field.TypeString) } - if value, ok := _u.mutation.InternalPolicyKindID(); ok { - _spec.SetField(internalpolicyhistory.FieldInternalPolicyKindID, field.TypeString, value) - } if _u.mutation.InternalPolicyKindIDCleared() { _spec.ClearField(internalpolicyhistory.FieldInternalPolicyKindID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(internalpolicyhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(internalpolicyhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(internalpolicyhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(internalpolicyhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(internalpolicyhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(internalpolicyhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(internalpolicyhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(internalpolicyhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(internalpolicyhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(internalpolicyhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(internalpolicyhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(internalpolicyhistory.FieldExternalUUID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.InternalPolicyHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &InternalPolicyHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/jobtemplatehistory/jobtemplatehistory.go b/internal/ent/historygenerated/jobtemplatehistory/jobtemplatehistory.go index 3cc11ca8ce..e1e44b666a 100644 --- a/internal/ent/historygenerated/jobtemplatehistory/jobtemplatehistory.go +++ b/internal/ent/historygenerated/jobtemplatehistory/jobtemplatehistory.go @@ -123,8 +123,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/jobtemplatehistory_create.go b/internal/ent/historygenerated/jobtemplatehistory_create.go index 52327f6f1c..639953ce49 100644 --- a/internal/ent/historygenerated/jobtemplatehistory_create.go +++ b/internal/ent/historygenerated/jobtemplatehistory_create.go @@ -447,7 +447,6 @@ func (_c *JobTemplateHistoryCreate) createSpec() (*JobTemplateHistory, *sqlgraph _node = &JobTemplateHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(jobtemplatehistory.Table, sqlgraph.NewFieldSpec(jobtemplatehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.JobTemplateHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/jobtemplatehistory_delete.go b/internal/ent/historygenerated/jobtemplatehistory_delete.go index 990f282ee7..747abd84e8 100644 --- a/internal/ent/historygenerated/jobtemplatehistory_delete.go +++ b/internal/ent/historygenerated/jobtemplatehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/jobtemplatehistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // JobTemplateHistoryDelete is the builder for deleting a JobTemplateHistory entity. @@ -45,8 +43,6 @@ func (_d *JobTemplateHistoryDelete) ExecX(ctx context.Context) int { func (_d *JobTemplateHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(jobtemplatehistory.Table, sqlgraph.NewFieldSpec(jobtemplatehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.JobTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/jobtemplatehistory_query.go b/internal/ent/historygenerated/jobtemplatehistory_query.go index 713e2d9971..86e46b648b 100644 --- a/internal/ent/historygenerated/jobtemplatehistory_query.go +++ b/internal/ent/historygenerated/jobtemplatehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/jobtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type JobTemplateHistoryQuery struct { order []jobtemplatehistory.OrderOption inters []Interceptor predicates []predicate.JobTemplateHistory - loadTotal []func(context.Context, []*JobTemplateHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*JobTemplateHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *JobTemplateHistoryQuery) Clone() *JobTemplateHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.JobTemplateHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *JobTemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.JobTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *JobTemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo func (_q *JobTemplateHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.JobTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *JobTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.JobTemplateHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *JobTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *JobTemplateHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *JobTemplateHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (jthq *JobTemplateHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "JobTemplateHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *JobTemplateHistorySelect) sqlScan(ctx context.Context, root *JobTempla defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *JobTemplateHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *JobTemplateHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/jobtemplatehistory_update.go b/internal/ent/historygenerated/jobtemplatehistory_update.go index 010cceb08d..b998ed7073 100644 --- a/internal/ent/historygenerated/jobtemplatehistory_update.go +++ b/internal/ent/historygenerated/jobtemplatehistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/jobtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // JobTemplateHistoryUpdate is the builder for updating JobTemplateHistory entities. type JobTemplateHistoryUpdate struct { config - hooks []Hook - mutation *JobTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *JobTemplateHistoryMutation } // Where appends a list predicates to the JobTemplateHistoryUpdate builder. @@ -35,282 +29,6 @@ func (_u *JobTemplateHistoryUpdate) Where(ps ...predicate.JobTemplateHistory) *J return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *JobTemplateHistoryUpdate) SetUpdatedAt(v time.Time) *JobTemplateHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *JobTemplateHistoryUpdate) ClearUpdatedAt() *JobTemplateHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *JobTemplateHistoryUpdate) SetUpdatedBy(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableUpdatedBy(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *JobTemplateHistoryUpdate) ClearUpdatedBy() *JobTemplateHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *JobTemplateHistoryUpdate) SetUpdatedByImpersonator(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *JobTemplateHistoryUpdate) ClearUpdatedByImpersonator() *JobTemplateHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *JobTemplateHistoryUpdate) SetDeletedAt(v time.Time) *JobTemplateHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableDeletedAt(v *time.Time) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *JobTemplateHistoryUpdate) ClearDeletedAt() *JobTemplateHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *JobTemplateHistoryUpdate) SetDeletedBy(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableDeletedBy(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *JobTemplateHistoryUpdate) ClearDeletedBy() *JobTemplateHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *JobTemplateHistoryUpdate) SetTags(v []string) *JobTemplateHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *JobTemplateHistoryUpdate) AppendTags(v []string) *JobTemplateHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *JobTemplateHistoryUpdate) ClearTags() *JobTemplateHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *JobTemplateHistoryUpdate) SetOwnerID(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableOwnerID(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *JobTemplateHistoryUpdate) ClearOwnerID() *JobTemplateHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *JobTemplateHistoryUpdate) SetInternalNotes(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableInternalNotes(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *JobTemplateHistoryUpdate) ClearInternalNotes() *JobTemplateHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *JobTemplateHistoryUpdate) SetSystemInternalID(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableSystemInternalID(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *JobTemplateHistoryUpdate) ClearSystemInternalID() *JobTemplateHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *JobTemplateHistoryUpdate) SetTitle(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableTitle(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *JobTemplateHistoryUpdate) SetDescription(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableDescription(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *JobTemplateHistoryUpdate) ClearDescription() *JobTemplateHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetWindmillPath sets the "windmill_path" field. -func (_u *JobTemplateHistoryUpdate) SetWindmillPath(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetWindmillPath(v) - return _u -} - -// SetNillableWindmillPath sets the "windmill_path" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableWindmillPath(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetWindmillPath(*v) - } - return _u -} - -// ClearWindmillPath clears the value of the "windmill_path" field. -func (_u *JobTemplateHistoryUpdate) ClearWindmillPath() *JobTemplateHistoryUpdate { - _u.mutation.ClearWindmillPath() - return _u -} - -// SetDownloadURL sets the "download_url" field. -func (_u *JobTemplateHistoryUpdate) SetDownloadURL(v string) *JobTemplateHistoryUpdate { - _u.mutation.SetDownloadURL(v) - return _u -} - -// SetNillableDownloadURL sets the "download_url" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableDownloadURL(v *string) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetDownloadURL(*v) - } - return _u -} - -// SetConfiguration sets the "configuration" field. -func (_u *JobTemplateHistoryUpdate) SetConfiguration(v models.JobConfiguration) *JobTemplateHistoryUpdate { - _u.mutation.SetConfiguration(v) - return _u -} - -// AppendConfiguration appends value to the "configuration" field. -func (_u *JobTemplateHistoryUpdate) AppendConfiguration(v models.JobConfiguration) *JobTemplateHistoryUpdate { - _u.mutation.AppendConfiguration(v) - return _u -} - -// ClearConfiguration clears the value of the "configuration" field. -func (_u *JobTemplateHistoryUpdate) ClearConfiguration() *JobTemplateHistoryUpdate { - _u.mutation.ClearConfiguration() - return _u -} - -// SetCron sets the "cron" field. -func (_u *JobTemplateHistoryUpdate) SetCron(v models.Cron) *JobTemplateHistoryUpdate { - _u.mutation.SetCron(v) - return _u -} - -// SetNillableCron sets the "cron" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdate) SetNillableCron(v *models.Cron) *JobTemplateHistoryUpdate { - if v != nil { - _u.SetCron(*v) - } - return _u -} - -// ClearCron clears the value of the "cron" field. -func (_u *JobTemplateHistoryUpdate) ClearCron() *JobTemplateHistoryUpdate { - _u.mutation.ClearCron() - return _u -} - // Mutation returns the JobTemplateHistoryMutation object of the builder. func (_u *JobTemplateHistoryUpdate) Mutation() *JobTemplateHistoryMutation { return _u.mutation @@ -318,9 +36,6 @@ func (_u *JobTemplateHistoryUpdate) Mutation() *JobTemplateHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *JobTemplateHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -346,24 +61,6 @@ func (_u *JobTemplateHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *JobTemplateHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if jobtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized jobtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := jobtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *JobTemplateHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *JobTemplateHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *JobTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(jobtemplatehistory.Table, jobtemplatehistory.Columns, sqlgraph.NewFieldSpec(jobtemplatehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -379,109 +76,51 @@ func (_u *JobTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(jobtemplatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(jobtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(jobtemplatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(jobtemplatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(jobtemplatehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, jobtemplatehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(jobtemplatehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(jobtemplatehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(jobtemplatehistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(jobtemplatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(jobtemplatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(jobtemplatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(jobtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(jobtemplatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(jobtemplatehistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(jobtemplatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(jobtemplatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.WindmillPath(); ok { - _spec.SetField(jobtemplatehistory.FieldWindmillPath, field.TypeString, value) - } if _u.mutation.WindmillPathCleared() { _spec.ClearField(jobtemplatehistory.FieldWindmillPath, field.TypeString) } - if value, ok := _u.mutation.DownloadURL(); ok { - _spec.SetField(jobtemplatehistory.FieldDownloadURL, field.TypeString, value) - } - if value, ok := _u.mutation.Configuration(); ok { - _spec.SetField(jobtemplatehistory.FieldConfiguration, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedConfiguration(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, jobtemplatehistory.FieldConfiguration, value) - }) - } if _u.mutation.ConfigurationCleared() { _spec.ClearField(jobtemplatehistory.FieldConfiguration, field.TypeJSON) } - if value, ok := _u.mutation.Cron(); ok { - _spec.SetField(jobtemplatehistory.FieldCron, field.TypeString, value) - } if _u.mutation.CronCleared() { _spec.ClearField(jobtemplatehistory.FieldCron, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.JobTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{jobtemplatehistory.Label} @@ -497,286 +136,9 @@ func (_u *JobTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // JobTemplateHistoryUpdateOne is the builder for updating a single JobTemplateHistory entity. type JobTemplateHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *JobTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *JobTemplateHistoryUpdateOne) SetUpdatedAt(v time.Time) *JobTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *JobTemplateHistoryUpdateOne) ClearUpdatedAt() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *JobTemplateHistoryUpdateOne) SetUpdatedBy(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableUpdatedBy(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *JobTemplateHistoryUpdateOne) ClearUpdatedBy() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *JobTemplateHistoryUpdateOne) SetUpdatedByImpersonator(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *JobTemplateHistoryUpdateOne) ClearUpdatedByImpersonator() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *JobTemplateHistoryUpdateOne) SetDeletedAt(v time.Time) *JobTemplateHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *JobTemplateHistoryUpdateOne) ClearDeletedAt() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *JobTemplateHistoryUpdateOne) SetDeletedBy(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableDeletedBy(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *JobTemplateHistoryUpdateOne) ClearDeletedBy() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *JobTemplateHistoryUpdateOne) SetTags(v []string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *JobTemplateHistoryUpdateOne) AppendTags(v []string) *JobTemplateHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *JobTemplateHistoryUpdateOne) ClearTags() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *JobTemplateHistoryUpdateOne) SetOwnerID(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableOwnerID(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *JobTemplateHistoryUpdateOne) ClearOwnerID() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *JobTemplateHistoryUpdateOne) SetInternalNotes(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableInternalNotes(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *JobTemplateHistoryUpdateOne) ClearInternalNotes() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *JobTemplateHistoryUpdateOne) SetSystemInternalID(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableSystemInternalID(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *JobTemplateHistoryUpdateOne) ClearSystemInternalID() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *JobTemplateHistoryUpdateOne) SetTitle(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableTitle(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *JobTemplateHistoryUpdateOne) SetDescription(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableDescription(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *JobTemplateHistoryUpdateOne) ClearDescription() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetWindmillPath sets the "windmill_path" field. -func (_u *JobTemplateHistoryUpdateOne) SetWindmillPath(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetWindmillPath(v) - return _u -} - -// SetNillableWindmillPath sets the "windmill_path" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableWindmillPath(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetWindmillPath(*v) - } - return _u -} - -// ClearWindmillPath clears the value of the "windmill_path" field. -func (_u *JobTemplateHistoryUpdateOne) ClearWindmillPath() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearWindmillPath() - return _u -} - -// SetDownloadURL sets the "download_url" field. -func (_u *JobTemplateHistoryUpdateOne) SetDownloadURL(v string) *JobTemplateHistoryUpdateOne { - _u.mutation.SetDownloadURL(v) - return _u -} - -// SetNillableDownloadURL sets the "download_url" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableDownloadURL(v *string) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetDownloadURL(*v) - } - return _u -} - -// SetConfiguration sets the "configuration" field. -func (_u *JobTemplateHistoryUpdateOne) SetConfiguration(v models.JobConfiguration) *JobTemplateHistoryUpdateOne { - _u.mutation.SetConfiguration(v) - return _u -} - -// AppendConfiguration appends value to the "configuration" field. -func (_u *JobTemplateHistoryUpdateOne) AppendConfiguration(v models.JobConfiguration) *JobTemplateHistoryUpdateOne { - _u.mutation.AppendConfiguration(v) - return _u -} - -// ClearConfiguration clears the value of the "configuration" field. -func (_u *JobTemplateHistoryUpdateOne) ClearConfiguration() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearConfiguration() - return _u -} - -// SetCron sets the "cron" field. -func (_u *JobTemplateHistoryUpdateOne) SetCron(v models.Cron) *JobTemplateHistoryUpdateOne { - _u.mutation.SetCron(v) - return _u -} - -// SetNillableCron sets the "cron" field if the given value is not nil. -func (_u *JobTemplateHistoryUpdateOne) SetNillableCron(v *models.Cron) *JobTemplateHistoryUpdateOne { - if v != nil { - _u.SetCron(*v) - } - return _u -} - -// ClearCron clears the value of the "cron" field. -func (_u *JobTemplateHistoryUpdateOne) ClearCron() *JobTemplateHistoryUpdateOne { - _u.mutation.ClearCron() - return _u + fields []string + hooks []Hook + mutation *JobTemplateHistoryMutation } // Mutation returns the JobTemplateHistoryMutation object of the builder. @@ -799,9 +161,6 @@ func (_u *JobTemplateHistoryUpdateOne) Select(field string, fields ...string) *J // Save executes the query and returns the updated JobTemplateHistory entity. func (_u *JobTemplateHistoryUpdateOne) Save(ctx context.Context) (*JobTemplateHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -827,24 +186,6 @@ func (_u *JobTemplateHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *JobTemplateHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if jobtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized jobtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := jobtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *JobTemplateHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *JobTemplateHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *JobTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *JobTemplateHistory, err error) { _spec := sqlgraph.NewUpdateSpec(jobtemplatehistory.Table, jobtemplatehistory.Columns, sqlgraph.NewFieldSpec(jobtemplatehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -877,109 +218,51 @@ func (_u *JobTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *JobT if _u.mutation.CreatedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(jobtemplatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(jobtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(jobtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(jobtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(jobtemplatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(jobtemplatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(jobtemplatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(jobtemplatehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, jobtemplatehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(jobtemplatehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(jobtemplatehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(jobtemplatehistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(jobtemplatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(jobtemplatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(jobtemplatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(jobtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(jobtemplatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(jobtemplatehistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(jobtemplatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(jobtemplatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.WindmillPath(); ok { - _spec.SetField(jobtemplatehistory.FieldWindmillPath, field.TypeString, value) - } if _u.mutation.WindmillPathCleared() { _spec.ClearField(jobtemplatehistory.FieldWindmillPath, field.TypeString) } - if value, ok := _u.mutation.DownloadURL(); ok { - _spec.SetField(jobtemplatehistory.FieldDownloadURL, field.TypeString, value) - } - if value, ok := _u.mutation.Configuration(); ok { - _spec.SetField(jobtemplatehistory.FieldConfiguration, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedConfiguration(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, jobtemplatehistory.FieldConfiguration, value) - }) - } if _u.mutation.ConfigurationCleared() { _spec.ClearField(jobtemplatehistory.FieldConfiguration, field.TypeJSON) } - if value, ok := _u.mutation.Cron(); ok { - _spec.SetField(jobtemplatehistory.FieldCron, field.TypeString, value) - } if _u.mutation.CronCleared() { _spec.ClearField(jobtemplatehistory.FieldCron, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.JobTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &JobTemplateHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/mappabledomainhistory/mappabledomainhistory.go b/internal/ent/historygenerated/mappabledomainhistory/mappabledomainhistory.go index 794bfd1f3c..9f59dbbaba 100644 --- a/internal/ent/historygenerated/mappabledomainhistory/mappabledomainhistory.go +++ b/internal/ent/historygenerated/mappabledomainhistory/mappabledomainhistory.go @@ -92,8 +92,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/mappabledomainhistory_create.go b/internal/ent/historygenerated/mappabledomainhistory_create.go index 4a9545ef2a..324fd762e9 100644 --- a/internal/ent/historygenerated/mappabledomainhistory_create.go +++ b/internal/ent/historygenerated/mappabledomainhistory_create.go @@ -309,7 +309,6 @@ func (_c *MappableDomainHistoryCreate) createSpec() (*MappableDomainHistory, *sq _node = &MappableDomainHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(mappabledomainhistory.Table, sqlgraph.NewFieldSpec(mappabledomainhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.MappableDomainHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/mappabledomainhistory_delete.go b/internal/ent/historygenerated/mappabledomainhistory_delete.go index 40179718f8..4d013c2401 100644 --- a/internal/ent/historygenerated/mappabledomainhistory_delete.go +++ b/internal/ent/historygenerated/mappabledomainhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/mappabledomainhistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // MappableDomainHistoryDelete is the builder for deleting a MappableDomainHistory entity. @@ -45,8 +43,6 @@ func (_d *MappableDomainHistoryDelete) ExecX(ctx context.Context) int { func (_d *MappableDomainHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(mappabledomainhistory.Table, sqlgraph.NewFieldSpec(mappabledomainhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.MappableDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/mappabledomainhistory_query.go b/internal/ent/historygenerated/mappabledomainhistory_query.go index 4638e041ea..4815fc4b45 100644 --- a/internal/ent/historygenerated/mappabledomainhistory_query.go +++ b/internal/ent/historygenerated/mappabledomainhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/mappabledomainhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type MappableDomainHistoryQuery struct { order []mappabledomainhistory.OrderOption inters []Interceptor predicates []predicate.MappableDomainHistory - loadTotal []func(context.Context, []*MappableDomainHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*MappableDomainHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *MappableDomainHistoryQuery) Clone() *MappableDomainHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.MappableDomainHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *MappableDomainHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.MappableDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *MappableDomainHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *MappableDomainHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.MappableDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *MappableDomainHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.MappableDomainHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *MappableDomainHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *MappableDomainHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *MappableDomainHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (mdhq *MappableDomainHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "MappableDomainHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *MappableDomainHistorySelect) sqlScan(ctx context.Context, root *Mappab defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *MappableDomainHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *MappableDomainHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/mappabledomainhistory_update.go b/internal/ent/historygenerated/mappabledomainhistory_update.go index 3067fd0884..cd130047bc 100644 --- a/internal/ent/historygenerated/mappabledomainhistory_update.go +++ b/internal/ent/historygenerated/mappabledomainhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/mappabledomainhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // MappableDomainHistoryUpdate is the builder for updating MappableDomainHistory entities. type MappableDomainHistoryUpdate struct { config - hooks []Hook - mutation *MappableDomainHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *MappableDomainHistoryMutation } // Where appends a list predicates to the MappableDomainHistoryUpdate builder. @@ -34,116 +29,6 @@ func (_u *MappableDomainHistoryUpdate) Where(ps ...predicate.MappableDomainHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *MappableDomainHistoryUpdate) SetUpdatedAt(v time.Time) *MappableDomainHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *MappableDomainHistoryUpdate) ClearUpdatedAt() *MappableDomainHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *MappableDomainHistoryUpdate) SetUpdatedBy(v string) *MappableDomainHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdate) SetNillableUpdatedBy(v *string) *MappableDomainHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *MappableDomainHistoryUpdate) ClearUpdatedBy() *MappableDomainHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *MappableDomainHistoryUpdate) SetUpdatedByImpersonator(v string) *MappableDomainHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *MappableDomainHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *MappableDomainHistoryUpdate) ClearUpdatedByImpersonator() *MappableDomainHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *MappableDomainHistoryUpdate) SetDeletedAt(v time.Time) *MappableDomainHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdate) SetNillableDeletedAt(v *time.Time) *MappableDomainHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *MappableDomainHistoryUpdate) ClearDeletedAt() *MappableDomainHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *MappableDomainHistoryUpdate) SetDeletedBy(v string) *MappableDomainHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdate) SetNillableDeletedBy(v *string) *MappableDomainHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *MappableDomainHistoryUpdate) ClearDeletedBy() *MappableDomainHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *MappableDomainHistoryUpdate) SetTags(v []string) *MappableDomainHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *MappableDomainHistoryUpdate) AppendTags(v []string) *MappableDomainHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *MappableDomainHistoryUpdate) ClearTags() *MappableDomainHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - // Mutation returns the MappableDomainHistoryMutation object of the builder. func (_u *MappableDomainHistoryUpdate) Mutation() *MappableDomainHistoryMutation { return _u.mutation @@ -151,9 +36,6 @@ func (_u *MappableDomainHistoryUpdate) Mutation() *MappableDomainHistoryMutation // Save executes the query and returns the number of nodes affected by the update operation. func (_u *MappableDomainHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -179,24 +61,6 @@ func (_u *MappableDomainHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *MappableDomainHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if mappabledomainhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized mappabledomainhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := mappabledomainhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *MappableDomainHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *MappableDomainHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *MappableDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(mappabledomainhistory.Table, mappabledomainhistory.Columns, sqlgraph.NewFieldSpec(mappabledomainhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -212,53 +76,27 @@ func (_u *MappableDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(mappabledomainhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(mappabledomainhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(mappabledomainhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(mappabledomainhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(mappabledomainhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, mappabledomainhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(mappabledomainhistory.FieldTags, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.MappableDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{mappabledomainhistory.Label} @@ -274,120 +112,9 @@ func (_u *MappableDomainHistoryUpdate) sqlSave(ctx context.Context) (_node int, // MappableDomainHistoryUpdateOne is the builder for updating a single MappableDomainHistory entity. type MappableDomainHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *MappableDomainHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *MappableDomainHistoryUpdateOne) SetUpdatedAt(v time.Time) *MappableDomainHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *MappableDomainHistoryUpdateOne) ClearUpdatedAt() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *MappableDomainHistoryUpdateOne) SetUpdatedBy(v string) *MappableDomainHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdateOne) SetNillableUpdatedBy(v *string) *MappableDomainHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *MappableDomainHistoryUpdateOne) ClearUpdatedBy() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *MappableDomainHistoryUpdateOne) SetUpdatedByImpersonator(v string) *MappableDomainHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *MappableDomainHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *MappableDomainHistoryUpdateOne) ClearUpdatedByImpersonator() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *MappableDomainHistoryUpdateOne) SetDeletedAt(v time.Time) *MappableDomainHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *MappableDomainHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *MappableDomainHistoryUpdateOne) ClearDeletedAt() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *MappableDomainHistoryUpdateOne) SetDeletedBy(v string) *MappableDomainHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *MappableDomainHistoryUpdateOne) SetNillableDeletedBy(v *string) *MappableDomainHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *MappableDomainHistoryUpdateOne) ClearDeletedBy() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *MappableDomainHistoryUpdateOne) SetTags(v []string) *MappableDomainHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *MappableDomainHistoryUpdateOne) AppendTags(v []string) *MappableDomainHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *MappableDomainHistoryUpdateOne) ClearTags() *MappableDomainHistoryUpdateOne { - _u.mutation.ClearTags() - return _u + fields []string + hooks []Hook + mutation *MappableDomainHistoryMutation } // Mutation returns the MappableDomainHistoryMutation object of the builder. @@ -410,9 +137,6 @@ func (_u *MappableDomainHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated MappableDomainHistory entity. func (_u *MappableDomainHistoryUpdateOne) Save(ctx context.Context) (*MappableDomainHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -438,24 +162,6 @@ func (_u *MappableDomainHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *MappableDomainHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if mappabledomainhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized mappabledomainhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := mappabledomainhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *MappableDomainHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *MappableDomainHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *MappableDomainHistoryUpdateOne) sqlSave(ctx context.Context) (_node *MappableDomainHistory, err error) { _spec := sqlgraph.NewUpdateSpec(mappabledomainhistory.Table, mappabledomainhistory.Columns, sqlgraph.NewFieldSpec(mappabledomainhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -488,53 +194,27 @@ func (_u *MappableDomainHistoryUpdateOne) sqlSave(ctx context.Context) (_node *M if _u.mutation.CreatedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(mappabledomainhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(mappabledomainhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(mappabledomainhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(mappabledomainhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(mappabledomainhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(mappabledomainhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(mappabledomainhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(mappabledomainhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, mappabledomainhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(mappabledomainhistory.FieldTags, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.MappableDomainHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &MappableDomainHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/mappedcontrolhistory/mappedcontrolhistory.go b/internal/ent/historygenerated/mappedcontrolhistory/mappedcontrolhistory.go index ea9ec9b2ed..a40b886951 100644 --- a/internal/ent/historygenerated/mappedcontrolhistory/mappedcontrolhistory.go +++ b/internal/ent/historygenerated/mappedcontrolhistory/mappedcontrolhistory.go @@ -111,8 +111,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/mappedcontrolhistory_create.go b/internal/ent/historygenerated/mappedcontrolhistory_create.go index d7fcb65ad7..cb125ec919 100644 --- a/internal/ent/historygenerated/mappedcontrolhistory_create.go +++ b/internal/ent/historygenerated/mappedcontrolhistory_create.go @@ -429,7 +429,6 @@ func (_c *MappedControlHistoryCreate) createSpec() (*MappedControlHistory, *sqlg _node = &MappedControlHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(mappedcontrolhistory.Table, sqlgraph.NewFieldSpec(mappedcontrolhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.MappedControlHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/mappedcontrolhistory_delete.go b/internal/ent/historygenerated/mappedcontrolhistory_delete.go index 9de4ea3d53..61bbaeb49a 100644 --- a/internal/ent/historygenerated/mappedcontrolhistory_delete.go +++ b/internal/ent/historygenerated/mappedcontrolhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/mappedcontrolhistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // MappedControlHistoryDelete is the builder for deleting a MappedControlHistory entity. @@ -45,8 +43,6 @@ func (_d *MappedControlHistoryDelete) ExecX(ctx context.Context) int { func (_d *MappedControlHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(mappedcontrolhistory.Table, sqlgraph.NewFieldSpec(mappedcontrolhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.MappedControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/mappedcontrolhistory_query.go b/internal/ent/historygenerated/mappedcontrolhistory_query.go index d4b341f4fe..f0df76524c 100644 --- a/internal/ent/historygenerated/mappedcontrolhistory_query.go +++ b/internal/ent/historygenerated/mappedcontrolhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/mappedcontrolhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type MappedControlHistoryQuery struct { order []mappedcontrolhistory.OrderOption inters []Interceptor predicates []predicate.MappedControlHistory - loadTotal []func(context.Context, []*MappedControlHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*MappedControlHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *MappedControlHistoryQuery) Clone() *MappedControlHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.MappedControlHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *MappedControlHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.MappedControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *MappedControlHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH func (_q *MappedControlHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.MappedControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *MappedControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.MappedControlHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *MappedControlHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *MappedControlHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *MappedControlHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (mchq *MappedControlHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "MappedControlHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *MappedControlHistorySelect) sqlScan(ctx context.Context, root *MappedC defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *MappedControlHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *MappedControlHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/mappedcontrolhistory_update.go b/internal/ent/historygenerated/mappedcontrolhistory_update.go index db7c0855d4..f88b714396 100644 --- a/internal/ent/historygenerated/mappedcontrolhistory_update.go +++ b/internal/ent/historygenerated/mappedcontrolhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/mappedcontrolhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // MappedControlHistoryUpdate is the builder for updating MappedControlHistory entities. type MappedControlHistoryUpdate struct { config - hooks []Hook - mutation *MappedControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *MappedControlHistoryMutation } // Where appends a list predicates to the MappedControlHistoryUpdate builder. @@ -35,257 +29,6 @@ func (_u *MappedControlHistoryUpdate) Where(ps ...predicate.MappedControlHistory return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *MappedControlHistoryUpdate) SetUpdatedAt(v time.Time) *MappedControlHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *MappedControlHistoryUpdate) ClearUpdatedAt() *MappedControlHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *MappedControlHistoryUpdate) SetUpdatedBy(v string) *MappedControlHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableUpdatedBy(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *MappedControlHistoryUpdate) ClearUpdatedBy() *MappedControlHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *MappedControlHistoryUpdate) SetUpdatedByImpersonator(v string) *MappedControlHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *MappedControlHistoryUpdate) ClearUpdatedByImpersonator() *MappedControlHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *MappedControlHistoryUpdate) SetDeletedAt(v time.Time) *MappedControlHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableDeletedAt(v *time.Time) *MappedControlHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *MappedControlHistoryUpdate) ClearDeletedAt() *MappedControlHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *MappedControlHistoryUpdate) SetDeletedBy(v string) *MappedControlHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableDeletedBy(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *MappedControlHistoryUpdate) ClearDeletedBy() *MappedControlHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *MappedControlHistoryUpdate) SetTags(v []string) *MappedControlHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *MappedControlHistoryUpdate) AppendTags(v []string) *MappedControlHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *MappedControlHistoryUpdate) ClearTags() *MappedControlHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *MappedControlHistoryUpdate) SetInternalNotes(v string) *MappedControlHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableInternalNotes(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *MappedControlHistoryUpdate) ClearInternalNotes() *MappedControlHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *MappedControlHistoryUpdate) SetSystemInternalID(v string) *MappedControlHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableSystemInternalID(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *MappedControlHistoryUpdate) ClearSystemInternalID() *MappedControlHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *MappedControlHistoryUpdate) SetOwnerID(v string) *MappedControlHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableOwnerID(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *MappedControlHistoryUpdate) ClearOwnerID() *MappedControlHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetMappingType sets the "mapping_type" field. -func (_u *MappedControlHistoryUpdate) SetMappingType(v enums.MappingType) *MappedControlHistoryUpdate { - _u.mutation.SetMappingType(v) - return _u -} - -// SetNillableMappingType sets the "mapping_type" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableMappingType(v *enums.MappingType) *MappedControlHistoryUpdate { - if v != nil { - _u.SetMappingType(*v) - } - return _u -} - -// SetRelation sets the "relation" field. -func (_u *MappedControlHistoryUpdate) SetRelation(v string) *MappedControlHistoryUpdate { - _u.mutation.SetRelation(v) - return _u -} - -// SetNillableRelation sets the "relation" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableRelation(v *string) *MappedControlHistoryUpdate { - if v != nil { - _u.SetRelation(*v) - } - return _u -} - -// ClearRelation clears the value of the "relation" field. -func (_u *MappedControlHistoryUpdate) ClearRelation() *MappedControlHistoryUpdate { - _u.mutation.ClearRelation() - return _u -} - -// SetConfidence sets the "confidence" field. -func (_u *MappedControlHistoryUpdate) SetConfidence(v int) *MappedControlHistoryUpdate { - _u.mutation.ResetConfidence() - _u.mutation.SetConfidence(v) - return _u -} - -// SetNillableConfidence sets the "confidence" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableConfidence(v *int) *MappedControlHistoryUpdate { - if v != nil { - _u.SetConfidence(*v) - } - return _u -} - -// AddConfidence adds value to the "confidence" field. -func (_u *MappedControlHistoryUpdate) AddConfidence(v int) *MappedControlHistoryUpdate { - _u.mutation.AddConfidence(v) - return _u -} - -// ClearConfidence clears the value of the "confidence" field. -func (_u *MappedControlHistoryUpdate) ClearConfidence() *MappedControlHistoryUpdate { - _u.mutation.ClearConfidence() - return _u -} - -// SetSource sets the "source" field. -func (_u *MappedControlHistoryUpdate) SetSource(v enums.MappingSource) *MappedControlHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *MappedControlHistoryUpdate) SetNillableSource(v *enums.MappingSource) *MappedControlHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *MappedControlHistoryUpdate) ClearSource() *MappedControlHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - // Mutation returns the MappedControlHistoryMutation object of the builder. func (_u *MappedControlHistoryUpdate) Mutation() *MappedControlHistoryMutation { return _u.mutation @@ -293,9 +36,6 @@ func (_u *MappedControlHistoryUpdate) Mutation() *MappedControlHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *MappedControlHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -321,43 +61,7 @@ func (_u *MappedControlHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *MappedControlHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if mappedcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized mappedcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := mappedcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *MappedControlHistoryUpdate) check() error { - if v, ok := _u.mutation.MappingType(); ok { - if err := mappedcontrolhistory.MappingTypeValidator(v); err != nil { - return &ValidationError{Name: "mapping_type", err: fmt.Errorf(`historygenerated: validator failed for field "MappedControlHistory.mapping_type": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := mappedcontrolhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "MappedControlHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *MappedControlHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *MappedControlHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *MappedControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(mappedcontrolhistory.Table, mappedcontrolhistory.Columns, sqlgraph.NewFieldSpec(mappedcontrolhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -372,98 +76,48 @@ func (_u *MappedControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, e if _u.mutation.CreatedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(mappedcontrolhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(mappedcontrolhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(mappedcontrolhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, mappedcontrolhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(mappedcontrolhistory.FieldTags, field.TypeJSON) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(mappedcontrolhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(mappedcontrolhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(mappedcontrolhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(mappedcontrolhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(mappedcontrolhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(mappedcontrolhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(mappedcontrolhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.MappingType(); ok { - _spec.SetField(mappedcontrolhistory.FieldMappingType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Relation(); ok { - _spec.SetField(mappedcontrolhistory.FieldRelation, field.TypeString, value) - } if _u.mutation.RelationCleared() { _spec.ClearField(mappedcontrolhistory.FieldRelation, field.TypeString) } - if value, ok := _u.mutation.Confidence(); ok { - _spec.SetField(mappedcontrolhistory.FieldConfidence, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedConfidence(); ok { - _spec.AddField(mappedcontrolhistory.FieldConfidence, field.TypeInt, value) - } if _u.mutation.ConfidenceCleared() { _spec.ClearField(mappedcontrolhistory.FieldConfidence, field.TypeInt) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(mappedcontrolhistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(mappedcontrolhistory.FieldSource, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.MappedControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{mappedcontrolhistory.Label} @@ -479,261 +133,9 @@ func (_u *MappedControlHistoryUpdate) sqlSave(ctx context.Context) (_node int, e // MappedControlHistoryUpdateOne is the builder for updating a single MappedControlHistory entity. type MappedControlHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *MappedControlHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *MappedControlHistoryUpdateOne) SetUpdatedAt(v time.Time) *MappedControlHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *MappedControlHistoryUpdateOne) ClearUpdatedAt() *MappedControlHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *MappedControlHistoryUpdateOne) SetUpdatedBy(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableUpdatedBy(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *MappedControlHistoryUpdateOne) ClearUpdatedBy() *MappedControlHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *MappedControlHistoryUpdateOne) SetUpdatedByImpersonator(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *MappedControlHistoryUpdateOne) ClearUpdatedByImpersonator() *MappedControlHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *MappedControlHistoryUpdateOne) SetDeletedAt(v time.Time) *MappedControlHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *MappedControlHistoryUpdateOne) ClearDeletedAt() *MappedControlHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *MappedControlHistoryUpdateOne) SetDeletedBy(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableDeletedBy(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *MappedControlHistoryUpdateOne) ClearDeletedBy() *MappedControlHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *MappedControlHistoryUpdateOne) SetTags(v []string) *MappedControlHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *MappedControlHistoryUpdateOne) AppendTags(v []string) *MappedControlHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *MappedControlHistoryUpdateOne) ClearTags() *MappedControlHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *MappedControlHistoryUpdateOne) SetInternalNotes(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableInternalNotes(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *MappedControlHistoryUpdateOne) ClearInternalNotes() *MappedControlHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *MappedControlHistoryUpdateOne) SetSystemInternalID(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableSystemInternalID(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *MappedControlHistoryUpdateOne) ClearSystemInternalID() *MappedControlHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *MappedControlHistoryUpdateOne) SetOwnerID(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableOwnerID(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *MappedControlHistoryUpdateOne) ClearOwnerID() *MappedControlHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetMappingType sets the "mapping_type" field. -func (_u *MappedControlHistoryUpdateOne) SetMappingType(v enums.MappingType) *MappedControlHistoryUpdateOne { - _u.mutation.SetMappingType(v) - return _u -} - -// SetNillableMappingType sets the "mapping_type" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableMappingType(v *enums.MappingType) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetMappingType(*v) - } - return _u -} - -// SetRelation sets the "relation" field. -func (_u *MappedControlHistoryUpdateOne) SetRelation(v string) *MappedControlHistoryUpdateOne { - _u.mutation.SetRelation(v) - return _u -} - -// SetNillableRelation sets the "relation" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableRelation(v *string) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetRelation(*v) - } - return _u -} - -// ClearRelation clears the value of the "relation" field. -func (_u *MappedControlHistoryUpdateOne) ClearRelation() *MappedControlHistoryUpdateOne { - _u.mutation.ClearRelation() - return _u -} - -// SetConfidence sets the "confidence" field. -func (_u *MappedControlHistoryUpdateOne) SetConfidence(v int) *MappedControlHistoryUpdateOne { - _u.mutation.ResetConfidence() - _u.mutation.SetConfidence(v) - return _u -} - -// SetNillableConfidence sets the "confidence" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableConfidence(v *int) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetConfidence(*v) - } - return _u -} - -// AddConfidence adds value to the "confidence" field. -func (_u *MappedControlHistoryUpdateOne) AddConfidence(v int) *MappedControlHistoryUpdateOne { - _u.mutation.AddConfidence(v) - return _u -} - -// ClearConfidence clears the value of the "confidence" field. -func (_u *MappedControlHistoryUpdateOne) ClearConfidence() *MappedControlHistoryUpdateOne { - _u.mutation.ClearConfidence() - return _u -} - -// SetSource sets the "source" field. -func (_u *MappedControlHistoryUpdateOne) SetSource(v enums.MappingSource) *MappedControlHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *MappedControlHistoryUpdateOne) SetNillableSource(v *enums.MappingSource) *MappedControlHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *MappedControlHistoryUpdateOne) ClearSource() *MappedControlHistoryUpdateOne { - _u.mutation.ClearSource() - return _u + fields []string + hooks []Hook + mutation *MappedControlHistoryMutation } // Mutation returns the MappedControlHistoryMutation object of the builder. @@ -756,9 +158,6 @@ func (_u *MappedControlHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated MappedControlHistory entity. func (_u *MappedControlHistoryUpdateOne) Save(ctx context.Context) (*MappedControlHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -784,43 +183,7 @@ func (_u *MappedControlHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *MappedControlHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if mappedcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized mappedcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := mappedcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *MappedControlHistoryUpdateOne) check() error { - if v, ok := _u.mutation.MappingType(); ok { - if err := mappedcontrolhistory.MappingTypeValidator(v); err != nil { - return &ValidationError{Name: "mapping_type", err: fmt.Errorf(`historygenerated: validator failed for field "MappedControlHistory.mapping_type": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := mappedcontrolhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "MappedControlHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *MappedControlHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *MappedControlHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *MappedControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *MappedControlHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(mappedcontrolhistory.Table, mappedcontrolhistory.Columns, sqlgraph.NewFieldSpec(mappedcontrolhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -852,98 +215,48 @@ func (_u *MappedControlHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Ma if _u.mutation.CreatedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(mappedcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(mappedcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(mappedcontrolhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(mappedcontrolhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(mappedcontrolhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(mappedcontrolhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(mappedcontrolhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, mappedcontrolhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(mappedcontrolhistory.FieldTags, field.TypeJSON) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(mappedcontrolhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(mappedcontrolhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(mappedcontrolhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(mappedcontrolhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(mappedcontrolhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(mappedcontrolhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(mappedcontrolhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.MappingType(); ok { - _spec.SetField(mappedcontrolhistory.FieldMappingType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Relation(); ok { - _spec.SetField(mappedcontrolhistory.FieldRelation, field.TypeString, value) - } if _u.mutation.RelationCleared() { _spec.ClearField(mappedcontrolhistory.FieldRelation, field.TypeString) } - if value, ok := _u.mutation.Confidence(); ok { - _spec.SetField(mappedcontrolhistory.FieldConfidence, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedConfidence(); ok { - _spec.AddField(mappedcontrolhistory.FieldConfidence, field.TypeInt, value) - } if _u.mutation.ConfidenceCleared() { _spec.ClearField(mappedcontrolhistory.FieldConfidence, field.TypeInt) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(mappedcontrolhistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(mappedcontrolhistory.FieldSource, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.MappedControlHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &MappedControlHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/narrativehistory/narrativehistory.go b/internal/ent/historygenerated/narrativehistory/narrativehistory.go index fd51147cc7..ed9806fd2a 100644 --- a/internal/ent/historygenerated/narrativehistory/narrativehistory.go +++ b/internal/ent/historygenerated/narrativehistory/narrativehistory.go @@ -110,8 +110,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/narrativehistory_create.go b/internal/ent/historygenerated/narrativehistory_create.go index 8ec33ef514..6c1d113c50 100644 --- a/internal/ent/historygenerated/narrativehistory_create.go +++ b/internal/ent/historygenerated/narrativehistory_create.go @@ -397,7 +397,6 @@ func (_c *NarrativeHistoryCreate) createSpec() (*NarrativeHistory, *sqlgraph.Cre _node = &NarrativeHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(narrativehistory.Table, sqlgraph.NewFieldSpec(narrativehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NarrativeHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/narrativehistory_delete.go b/internal/ent/historygenerated/narrativehistory_delete.go index 31cd2cd916..f3e8468a16 100644 --- a/internal/ent/historygenerated/narrativehistory_delete.go +++ b/internal/ent/historygenerated/narrativehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/narrativehistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // NarrativeHistoryDelete is the builder for deleting a NarrativeHistory entity. @@ -45,8 +43,6 @@ func (_d *NarrativeHistoryDelete) ExecX(ctx context.Context) int { func (_d *NarrativeHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(narrativehistory.Table, sqlgraph.NewFieldSpec(narrativehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NarrativeHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/narrativehistory_query.go b/internal/ent/historygenerated/narrativehistory_query.go index da65aab7d9..dd7ab528fb 100644 --- a/internal/ent/historygenerated/narrativehistory_query.go +++ b/internal/ent/historygenerated/narrativehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/narrativehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type NarrativeHistoryQuery struct { order []narrativehistory.OrderOption inters []Interceptor predicates []predicate.NarrativeHistory - loadTotal []func(context.Context, []*NarrativeHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*NarrativeHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *NarrativeHistoryQuery) Clone() *NarrativeHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.NarrativeHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *NarrativeHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NarrativeHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *NarrativeHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *NarrativeHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NarrativeHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *NarrativeHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NarrativeHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *NarrativeHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *NarrativeHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *NarrativeHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (nhq *NarrativeHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "NarrativeHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *NarrativeHistorySelect) sqlScan(ctx context.Context, root *NarrativeHi defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *NarrativeHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *NarrativeHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/narrativehistory_update.go b/internal/ent/historygenerated/narrativehistory_update.go index 64086a3288..8b9749ed5f 100644 --- a/internal/ent/historygenerated/narrativehistory_update.go +++ b/internal/ent/historygenerated/narrativehistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/narrativehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // NarrativeHistoryUpdate is the builder for updating NarrativeHistory entities. type NarrativeHistoryUpdate struct { config - hooks []Hook - mutation *NarrativeHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *NarrativeHistoryMutation } // Where appends a list predicates to the NarrativeHistoryUpdate builder. @@ -34,210 +29,6 @@ func (_u *NarrativeHistoryUpdate) Where(ps ...predicate.NarrativeHistory) *Narra return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *NarrativeHistoryUpdate) SetUpdatedAt(v time.Time) *NarrativeHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NarrativeHistoryUpdate) ClearUpdatedAt() *NarrativeHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NarrativeHistoryUpdate) SetUpdatedBy(v string) *NarrativeHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableUpdatedBy(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NarrativeHistoryUpdate) ClearUpdatedBy() *NarrativeHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NarrativeHistoryUpdate) SetUpdatedByImpersonator(v string) *NarrativeHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NarrativeHistoryUpdate) ClearUpdatedByImpersonator() *NarrativeHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NarrativeHistoryUpdate) SetDeletedAt(v time.Time) *NarrativeHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableDeletedAt(v *time.Time) *NarrativeHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NarrativeHistoryUpdate) ClearDeletedAt() *NarrativeHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NarrativeHistoryUpdate) SetDeletedBy(v string) *NarrativeHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableDeletedBy(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NarrativeHistoryUpdate) ClearDeletedBy() *NarrativeHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *NarrativeHistoryUpdate) SetTags(v []string) *NarrativeHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *NarrativeHistoryUpdate) AppendTags(v []string) *NarrativeHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *NarrativeHistoryUpdate) ClearTags() *NarrativeHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *NarrativeHistoryUpdate) SetInternalNotes(v string) *NarrativeHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableInternalNotes(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *NarrativeHistoryUpdate) ClearInternalNotes() *NarrativeHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *NarrativeHistoryUpdate) SetSystemInternalID(v string) *NarrativeHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableSystemInternalID(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *NarrativeHistoryUpdate) ClearSystemInternalID() *NarrativeHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *NarrativeHistoryUpdate) SetName(v string) *NarrativeHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableName(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *NarrativeHistoryUpdate) SetDescription(v string) *NarrativeHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableDescription(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *NarrativeHistoryUpdate) ClearDescription() *NarrativeHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetDetails sets the "details" field. -func (_u *NarrativeHistoryUpdate) SetDetails(v string) *NarrativeHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *NarrativeHistoryUpdate) SetNillableDetails(v *string) *NarrativeHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *NarrativeHistoryUpdate) ClearDetails() *NarrativeHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - // Mutation returns the NarrativeHistoryMutation object of the builder. func (_u *NarrativeHistoryUpdate) Mutation() *NarrativeHistoryMutation { return _u.mutation @@ -245,9 +36,6 @@ func (_u *NarrativeHistoryUpdate) Mutation() *NarrativeHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *NarrativeHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -273,24 +61,6 @@ func (_u *NarrativeHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NarrativeHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if narrativehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized narrativehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := narrativehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NarrativeHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NarrativeHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NarrativeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(narrativehistory.Table, narrativehistory.Columns, sqlgraph.NewFieldSpec(narrativehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -306,47 +76,24 @@ func (_u *NarrativeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err e if _u.mutation.CreatedAtCleared() { _spec.ClearField(narrativehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(narrativehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(narrativehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(narrativehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(narrativehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(narrativehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(narrativehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(narrativehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(narrativehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(narrativehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(narrativehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(narrativehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(narrativehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, narrativehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(narrativehistory.FieldTags, field.TypeJSON) } @@ -356,36 +103,18 @@ func (_u *NarrativeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err e if _u.mutation.SystemOwnedCleared() { _spec.ClearField(narrativehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(narrativehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(narrativehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(narrativehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(narrativehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(narrativehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(narrativehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(narrativehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(narrativehistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(narrativehistory.FieldDetails, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.NarrativeHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{narrativehistory.Label} @@ -401,214 +130,9 @@ func (_u *NarrativeHistoryUpdate) sqlSave(ctx context.Context) (_node int, err e // NarrativeHistoryUpdateOne is the builder for updating a single NarrativeHistory entity. type NarrativeHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *NarrativeHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NarrativeHistoryUpdateOne) SetUpdatedAt(v time.Time) *NarrativeHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NarrativeHistoryUpdateOne) ClearUpdatedAt() *NarrativeHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NarrativeHistoryUpdateOne) SetUpdatedBy(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableUpdatedBy(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NarrativeHistoryUpdateOne) ClearUpdatedBy() *NarrativeHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NarrativeHistoryUpdateOne) SetUpdatedByImpersonator(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NarrativeHistoryUpdateOne) ClearUpdatedByImpersonator() *NarrativeHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NarrativeHistoryUpdateOne) SetDeletedAt(v time.Time) *NarrativeHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NarrativeHistoryUpdateOne) ClearDeletedAt() *NarrativeHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NarrativeHistoryUpdateOne) SetDeletedBy(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableDeletedBy(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NarrativeHistoryUpdateOne) ClearDeletedBy() *NarrativeHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *NarrativeHistoryUpdateOne) SetTags(v []string) *NarrativeHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *NarrativeHistoryUpdateOne) AppendTags(v []string) *NarrativeHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *NarrativeHistoryUpdateOne) ClearTags() *NarrativeHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *NarrativeHistoryUpdateOne) SetInternalNotes(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableInternalNotes(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *NarrativeHistoryUpdateOne) ClearInternalNotes() *NarrativeHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *NarrativeHistoryUpdateOne) SetSystemInternalID(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableSystemInternalID(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *NarrativeHistoryUpdateOne) ClearSystemInternalID() *NarrativeHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *NarrativeHistoryUpdateOne) SetName(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableName(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *NarrativeHistoryUpdateOne) SetDescription(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableDescription(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *NarrativeHistoryUpdateOne) ClearDescription() *NarrativeHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetDetails sets the "details" field. -func (_u *NarrativeHistoryUpdateOne) SetDetails(v string) *NarrativeHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *NarrativeHistoryUpdateOne) SetNillableDetails(v *string) *NarrativeHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *NarrativeHistoryUpdateOne) ClearDetails() *NarrativeHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u + fields []string + hooks []Hook + mutation *NarrativeHistoryMutation } // Mutation returns the NarrativeHistoryMutation object of the builder. @@ -631,9 +155,6 @@ func (_u *NarrativeHistoryUpdateOne) Select(field string, fields ...string) *Nar // Save executes the query and returns the updated NarrativeHistory entity. func (_u *NarrativeHistoryUpdateOne) Save(ctx context.Context) (*NarrativeHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -659,24 +180,6 @@ func (_u *NarrativeHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NarrativeHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if narrativehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized narrativehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := narrativehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NarrativeHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NarrativeHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NarrativeHistoryUpdateOne) sqlSave(ctx context.Context) (_node *NarrativeHistory, err error) { _spec := sqlgraph.NewUpdateSpec(narrativehistory.Table, narrativehistory.Columns, sqlgraph.NewFieldSpec(narrativehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -709,47 +212,24 @@ func (_u *NarrativeHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Narrat if _u.mutation.CreatedAtCleared() { _spec.ClearField(narrativehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(narrativehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(narrativehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(narrativehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(narrativehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(narrativehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(narrativehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(narrativehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(narrativehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(narrativehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(narrativehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(narrativehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(narrativehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, narrativehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(narrativehistory.FieldTags, field.TypeJSON) } @@ -759,36 +239,18 @@ func (_u *NarrativeHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Narrat if _u.mutation.SystemOwnedCleared() { _spec.ClearField(narrativehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(narrativehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(narrativehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(narrativehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(narrativehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(narrativehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(narrativehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(narrativehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(narrativehistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(narrativehistory.FieldDetails, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.NarrativeHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &NarrativeHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/notehistory/notehistory.go b/internal/ent/historygenerated/notehistory/notehistory.go index b60f2ab97b..31e0089bb8 100644 --- a/internal/ent/historygenerated/notehistory/notehistory.go +++ b/internal/ent/historygenerated/notehistory/notehistory.go @@ -116,8 +116,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultIsEdited holds the default value on creation for the "is_edited" field. DefaultIsEdited bool // DefaultNotifySubscribers holds the default value on creation for the "notify_subscribers" field. diff --git a/internal/ent/historygenerated/notehistory_create.go b/internal/ent/historygenerated/notehistory_create.go index 8c9ab86ee1..ee127240da 100644 --- a/internal/ent/historygenerated/notehistory_create.go +++ b/internal/ent/historygenerated/notehistory_create.go @@ -428,7 +428,6 @@ func (_c *NoteHistoryCreate) createSpec() (*NoteHistory, *sqlgraph.CreateSpec) { _node = &NoteHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(notehistory.Table, sqlgraph.NewFieldSpec(notehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NoteHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/notehistory_delete.go b/internal/ent/historygenerated/notehistory_delete.go index 880c970c50..55302d108a 100644 --- a/internal/ent/historygenerated/notehistory_delete.go +++ b/internal/ent/historygenerated/notehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/notehistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // NoteHistoryDelete is the builder for deleting a NoteHistory entity. @@ -45,8 +43,6 @@ func (_d *NoteHistoryDelete) ExecX(ctx context.Context) int { func (_d *NoteHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notehistory.Table, sqlgraph.NewFieldSpec(notehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NoteHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/notehistory_query.go b/internal/ent/historygenerated/notehistory_query.go index 5a25697f02..38fdc2683b 100644 --- a/internal/ent/historygenerated/notehistory_query.go +++ b/internal/ent/historygenerated/notehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/notehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type NoteHistoryQuery struct { order []notehistory.OrderOption inters []Interceptor predicates []predicate.NoteHistory - loadTotal []func(context.Context, []*NoteHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*NoteHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *NoteHistoryQuery) Clone() *NoteHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.NoteHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *NoteHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NoteHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *NoteHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *NoteHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NoteHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *NoteHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NoteHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *NoteHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *NoteHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *NoteHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (nhq *NoteHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "NoteHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *NoteHistorySelect) sqlScan(ctx context.Context, root *NoteHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *NoteHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *NoteHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/notehistory_update.go b/internal/ent/historygenerated/notehistory_update.go index 04352b9c7b..7751a24433 100644 --- a/internal/ent/historygenerated/notehistory_update.go +++ b/internal/ent/historygenerated/notehistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/notehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // NoteHistoryUpdate is the builder for updating NoteHistory entities. type NoteHistoryUpdate struct { config - hooks []Hook - mutation *NoteHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *NoteHistoryMutation } // Where appends a list predicates to the NoteHistoryUpdate builder. @@ -34,264 +29,6 @@ func (_u *NoteHistoryUpdate) Where(ps ...predicate.NoteHistory) *NoteHistoryUpda return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *NoteHistoryUpdate) SetUpdatedAt(v time.Time) *NoteHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NoteHistoryUpdate) ClearUpdatedAt() *NoteHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NoteHistoryUpdate) SetUpdatedBy(v string) *NoteHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableUpdatedBy(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NoteHistoryUpdate) ClearUpdatedBy() *NoteHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NoteHistoryUpdate) SetUpdatedByImpersonator(v string) *NoteHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NoteHistoryUpdate) ClearUpdatedByImpersonator() *NoteHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NoteHistoryUpdate) SetDeletedAt(v time.Time) *NoteHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableDeletedAt(v *time.Time) *NoteHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NoteHistoryUpdate) ClearDeletedAt() *NoteHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NoteHistoryUpdate) SetDeletedBy(v string) *NoteHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableDeletedBy(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NoteHistoryUpdate) ClearDeletedBy() *NoteHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTitle sets the "title" field. -func (_u *NoteHistoryUpdate) SetTitle(v string) *NoteHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableTitle(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *NoteHistoryUpdate) ClearTitle() *NoteHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetText sets the "text" field. -func (_u *NoteHistoryUpdate) SetText(v string) *NoteHistoryUpdate { - _u.mutation.SetText(v) - return _u -} - -// SetNillableText sets the "text" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableText(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetText(*v) - } - return _u -} - -// SetTextJSON sets the "text_json" field. -func (_u *NoteHistoryUpdate) SetTextJSON(v []interface{}) *NoteHistoryUpdate { - _u.mutation.SetTextJSON(v) - return _u -} - -// AppendTextJSON appends value to the "text_json" field. -func (_u *NoteHistoryUpdate) AppendTextJSON(v []interface{}) *NoteHistoryUpdate { - _u.mutation.AppendTextJSON(v) - return _u -} - -// ClearTextJSON clears the value of the "text_json" field. -func (_u *NoteHistoryUpdate) ClearTextJSON() *NoteHistoryUpdate { - _u.mutation.ClearTextJSON() - return _u -} - -// SetNoteRef sets the "note_ref" field. -func (_u *NoteHistoryUpdate) SetNoteRef(v string) *NoteHistoryUpdate { - _u.mutation.SetNoteRef(v) - return _u -} - -// SetNillableNoteRef sets the "note_ref" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableNoteRef(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetNoteRef(*v) - } - return _u -} - -// ClearNoteRef clears the value of the "note_ref" field. -func (_u *NoteHistoryUpdate) ClearNoteRef() *NoteHistoryUpdate { - _u.mutation.ClearNoteRef() - return _u -} - -// SetDiscussionID sets the "discussion_id" field. -func (_u *NoteHistoryUpdate) SetDiscussionID(v string) *NoteHistoryUpdate { - _u.mutation.SetDiscussionID(v) - return _u -} - -// SetNillableDiscussionID sets the "discussion_id" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableDiscussionID(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetDiscussionID(*v) - } - return _u -} - -// ClearDiscussionID clears the value of the "discussion_id" field. -func (_u *NoteHistoryUpdate) ClearDiscussionID() *NoteHistoryUpdate { - _u.mutation.ClearDiscussionID() - return _u -} - -// SetIsEdited sets the "is_edited" field. -func (_u *NoteHistoryUpdate) SetIsEdited(v bool) *NoteHistoryUpdate { - _u.mutation.SetIsEdited(v) - return _u -} - -// SetNillableIsEdited sets the "is_edited" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableIsEdited(v *bool) *NoteHistoryUpdate { - if v != nil { - _u.SetIsEdited(*v) - } - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *NoteHistoryUpdate) SetTrustCenterID(v string) *NoteHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableTrustCenterID(v *string) *NoteHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *NoteHistoryUpdate) ClearTrustCenterID() *NoteHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetNotifySubscribers sets the "notify_subscribers" field. -func (_u *NoteHistoryUpdate) SetNotifySubscribers(v bool) *NoteHistoryUpdate { - _u.mutation.SetNotifySubscribers(v) - return _u -} - -// SetNillableNotifySubscribers sets the "notify_subscribers" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableNotifySubscribers(v *bool) *NoteHistoryUpdate { - if v != nil { - _u.SetNotifySubscribers(*v) - } - return _u -} - -// ClearNotifySubscribers clears the value of the "notify_subscribers" field. -func (_u *NoteHistoryUpdate) ClearNotifySubscribers() *NoteHistoryUpdate { - _u.mutation.ClearNotifySubscribers() - return _u -} - -// SetNotifiedAt sets the "notified_at" field. -func (_u *NoteHistoryUpdate) SetNotifiedAt(v time.Time) *NoteHistoryUpdate { - _u.mutation.SetNotifiedAt(v) - return _u -} - -// SetNillableNotifiedAt sets the "notified_at" field if the given value is not nil. -func (_u *NoteHistoryUpdate) SetNillableNotifiedAt(v *time.Time) *NoteHistoryUpdate { - if v != nil { - _u.SetNotifiedAt(*v) - } - return _u -} - -// ClearNotifiedAt clears the value of the "notified_at" field. -func (_u *NoteHistoryUpdate) ClearNotifiedAt() *NoteHistoryUpdate { - _u.mutation.ClearNotifiedAt() - return _u -} - // Mutation returns the NoteHistoryMutation object of the builder. func (_u *NoteHistoryUpdate) Mutation() *NoteHistoryMutation { return _u.mutation @@ -299,9 +36,6 @@ func (_u *NoteHistoryUpdate) Mutation() *NoteHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *NoteHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -327,24 +61,6 @@ func (_u *NoteHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NoteHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NoteHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NoteHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NoteHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(notehistory.Table, notehistory.Columns, sqlgraph.NewFieldSpec(notehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -360,98 +76,48 @@ func (_u *NoteHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) if _u.mutation.CreatedAtCleared() { _spec.ClearField(notehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(notehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(notehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(notehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(notehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(notehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(notehistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(notehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(notehistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(notehistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Text(); ok { - _spec.SetField(notehistory.FieldText, field.TypeString, value) - } - if value, ok := _u.mutation.TextJSON(); ok { - _spec.SetField(notehistory.FieldTextJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTextJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notehistory.FieldTextJSON, value) - }) - } if _u.mutation.TextJSONCleared() { _spec.ClearField(notehistory.FieldTextJSON, field.TypeJSON) } - if value, ok := _u.mutation.NoteRef(); ok { - _spec.SetField(notehistory.FieldNoteRef, field.TypeString, value) - } if _u.mutation.NoteRefCleared() { _spec.ClearField(notehistory.FieldNoteRef, field.TypeString) } - if value, ok := _u.mutation.DiscussionID(); ok { - _spec.SetField(notehistory.FieldDiscussionID, field.TypeString, value) - } if _u.mutation.DiscussionIDCleared() { _spec.ClearField(notehistory.FieldDiscussionID, field.TypeString) } - if value, ok := _u.mutation.IsEdited(); ok { - _spec.SetField(notehistory.FieldIsEdited, field.TypeBool, value) - } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(notehistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(notehistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.NotifySubscribers(); ok { - _spec.SetField(notehistory.FieldNotifySubscribers, field.TypeBool, value) - } if _u.mutation.NotifySubscribersCleared() { _spec.ClearField(notehistory.FieldNotifySubscribers, field.TypeBool) } - if value, ok := _u.mutation.NotifiedAt(); ok { - _spec.SetField(notehistory.FieldNotifiedAt, field.TypeTime, value) - } if _u.mutation.NotifiedAtCleared() { _spec.ClearField(notehistory.FieldNotifiedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.NoteHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{notehistory.Label} @@ -467,268 +133,9 @@ func (_u *NoteHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) // NoteHistoryUpdateOne is the builder for updating a single NoteHistory entity. type NoteHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *NoteHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NoteHistoryUpdateOne) SetUpdatedAt(v time.Time) *NoteHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NoteHistoryUpdateOne) ClearUpdatedAt() *NoteHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NoteHistoryUpdateOne) SetUpdatedBy(v string) *NoteHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableUpdatedBy(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NoteHistoryUpdateOne) ClearUpdatedBy() *NoteHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NoteHistoryUpdateOne) SetUpdatedByImpersonator(v string) *NoteHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NoteHistoryUpdateOne) ClearUpdatedByImpersonator() *NoteHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NoteHistoryUpdateOne) SetDeletedAt(v time.Time) *NoteHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *NoteHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NoteHistoryUpdateOne) ClearDeletedAt() *NoteHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NoteHistoryUpdateOne) SetDeletedBy(v string) *NoteHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableDeletedBy(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NoteHistoryUpdateOne) ClearDeletedBy() *NoteHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTitle sets the "title" field. -func (_u *NoteHistoryUpdateOne) SetTitle(v string) *NoteHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableTitle(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *NoteHistoryUpdateOne) ClearTitle() *NoteHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetText sets the "text" field. -func (_u *NoteHistoryUpdateOne) SetText(v string) *NoteHistoryUpdateOne { - _u.mutation.SetText(v) - return _u -} - -// SetNillableText sets the "text" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableText(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetText(*v) - } - return _u -} - -// SetTextJSON sets the "text_json" field. -func (_u *NoteHistoryUpdateOne) SetTextJSON(v []interface{}) *NoteHistoryUpdateOne { - _u.mutation.SetTextJSON(v) - return _u -} - -// AppendTextJSON appends value to the "text_json" field. -func (_u *NoteHistoryUpdateOne) AppendTextJSON(v []interface{}) *NoteHistoryUpdateOne { - _u.mutation.AppendTextJSON(v) - return _u -} - -// ClearTextJSON clears the value of the "text_json" field. -func (_u *NoteHistoryUpdateOne) ClearTextJSON() *NoteHistoryUpdateOne { - _u.mutation.ClearTextJSON() - return _u -} - -// SetNoteRef sets the "note_ref" field. -func (_u *NoteHistoryUpdateOne) SetNoteRef(v string) *NoteHistoryUpdateOne { - _u.mutation.SetNoteRef(v) - return _u -} - -// SetNillableNoteRef sets the "note_ref" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableNoteRef(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetNoteRef(*v) - } - return _u -} - -// ClearNoteRef clears the value of the "note_ref" field. -func (_u *NoteHistoryUpdateOne) ClearNoteRef() *NoteHistoryUpdateOne { - _u.mutation.ClearNoteRef() - return _u -} - -// SetDiscussionID sets the "discussion_id" field. -func (_u *NoteHistoryUpdateOne) SetDiscussionID(v string) *NoteHistoryUpdateOne { - _u.mutation.SetDiscussionID(v) - return _u -} - -// SetNillableDiscussionID sets the "discussion_id" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableDiscussionID(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetDiscussionID(*v) - } - return _u -} - -// ClearDiscussionID clears the value of the "discussion_id" field. -func (_u *NoteHistoryUpdateOne) ClearDiscussionID() *NoteHistoryUpdateOne { - _u.mutation.ClearDiscussionID() - return _u -} - -// SetIsEdited sets the "is_edited" field. -func (_u *NoteHistoryUpdateOne) SetIsEdited(v bool) *NoteHistoryUpdateOne { - _u.mutation.SetIsEdited(v) - return _u -} - -// SetNillableIsEdited sets the "is_edited" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableIsEdited(v *bool) *NoteHistoryUpdateOne { - if v != nil { - _u.SetIsEdited(*v) - } - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *NoteHistoryUpdateOne) SetTrustCenterID(v string) *NoteHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableTrustCenterID(v *string) *NoteHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *NoteHistoryUpdateOne) ClearTrustCenterID() *NoteHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetNotifySubscribers sets the "notify_subscribers" field. -func (_u *NoteHistoryUpdateOne) SetNotifySubscribers(v bool) *NoteHistoryUpdateOne { - _u.mutation.SetNotifySubscribers(v) - return _u -} - -// SetNillableNotifySubscribers sets the "notify_subscribers" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableNotifySubscribers(v *bool) *NoteHistoryUpdateOne { - if v != nil { - _u.SetNotifySubscribers(*v) - } - return _u -} - -// ClearNotifySubscribers clears the value of the "notify_subscribers" field. -func (_u *NoteHistoryUpdateOne) ClearNotifySubscribers() *NoteHistoryUpdateOne { - _u.mutation.ClearNotifySubscribers() - return _u -} - -// SetNotifiedAt sets the "notified_at" field. -func (_u *NoteHistoryUpdateOne) SetNotifiedAt(v time.Time) *NoteHistoryUpdateOne { - _u.mutation.SetNotifiedAt(v) - return _u -} - -// SetNillableNotifiedAt sets the "notified_at" field if the given value is not nil. -func (_u *NoteHistoryUpdateOne) SetNillableNotifiedAt(v *time.Time) *NoteHistoryUpdateOne { - if v != nil { - _u.SetNotifiedAt(*v) - } - return _u -} - -// ClearNotifiedAt clears the value of the "notified_at" field. -func (_u *NoteHistoryUpdateOne) ClearNotifiedAt() *NoteHistoryUpdateOne { - _u.mutation.ClearNotifiedAt() - return _u + fields []string + hooks []Hook + mutation *NoteHistoryMutation } // Mutation returns the NoteHistoryMutation object of the builder. @@ -751,9 +158,6 @@ func (_u *NoteHistoryUpdateOne) Select(field string, fields ...string) *NoteHist // Save executes the query and returns the updated NoteHistory entity. func (_u *NoteHistoryUpdateOne) Save(ctx context.Context) (*NoteHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -779,24 +183,6 @@ func (_u *NoteHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NoteHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NoteHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NoteHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NoteHistoryUpdateOne) sqlSave(ctx context.Context) (_node *NoteHistory, err error) { _spec := sqlgraph.NewUpdateSpec(notehistory.Table, notehistory.Columns, sqlgraph.NewFieldSpec(notehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -829,98 +215,48 @@ func (_u *NoteHistoryUpdateOne) sqlSave(ctx context.Context) (_node *NoteHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(notehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(notehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(notehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(notehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(notehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(notehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(notehistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(notehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(notehistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(notehistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Text(); ok { - _spec.SetField(notehistory.FieldText, field.TypeString, value) - } - if value, ok := _u.mutation.TextJSON(); ok { - _spec.SetField(notehistory.FieldTextJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTextJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notehistory.FieldTextJSON, value) - }) - } if _u.mutation.TextJSONCleared() { _spec.ClearField(notehistory.FieldTextJSON, field.TypeJSON) } - if value, ok := _u.mutation.NoteRef(); ok { - _spec.SetField(notehistory.FieldNoteRef, field.TypeString, value) - } if _u.mutation.NoteRefCleared() { _spec.ClearField(notehistory.FieldNoteRef, field.TypeString) } - if value, ok := _u.mutation.DiscussionID(); ok { - _spec.SetField(notehistory.FieldDiscussionID, field.TypeString, value) - } if _u.mutation.DiscussionIDCleared() { _spec.ClearField(notehistory.FieldDiscussionID, field.TypeString) } - if value, ok := _u.mutation.IsEdited(); ok { - _spec.SetField(notehistory.FieldIsEdited, field.TypeBool, value) - } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(notehistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(notehistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.NotifySubscribers(); ok { - _spec.SetField(notehistory.FieldNotifySubscribers, field.TypeBool, value) - } if _u.mutation.NotifySubscribersCleared() { _spec.ClearField(notehistory.FieldNotifySubscribers, field.TypeBool) } - if value, ok := _u.mutation.NotifiedAt(); ok { - _spec.SetField(notehistory.FieldNotifiedAt, field.TypeTime, value) - } if _u.mutation.NotifiedAtCleared() { _spec.ClearField(notehistory.FieldNotifiedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.NoteHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &NoteHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/notificationpreferencehistory/notificationpreferencehistory.go b/internal/ent/historygenerated/notificationpreferencehistory/notificationpreferencehistory.go index 1bc9d09fad..ccbff8b913 100644 --- a/internal/ent/historygenerated/notificationpreferencehistory/notificationpreferencehistory.go +++ b/internal/ent/historygenerated/notificationpreferencehistory/notificationpreferencehistory.go @@ -150,8 +150,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultEnabled holds the default value on creation for the "enabled" field. DefaultEnabled bool // DefaultIsDefault holds the default value on creation for the "is_default" field. diff --git a/internal/ent/historygenerated/notificationpreferencehistory_create.go b/internal/ent/historygenerated/notificationpreferencehistory_create.go index 8a885fcc84..9a4c2ad6ab 100644 --- a/internal/ent/historygenerated/notificationpreferencehistory_create.go +++ b/internal/ent/historygenerated/notificationpreferencehistory_create.go @@ -596,7 +596,6 @@ func (_c *NotificationPreferenceHistoryCreate) createSpec() (*NotificationPrefer _node = &NotificationPreferenceHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(notificationpreferencehistory.Table, sqlgraph.NewFieldSpec(notificationpreferencehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NotificationPreferenceHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/notificationpreferencehistory_delete.go b/internal/ent/historygenerated/notificationpreferencehistory_delete.go index 7b1765834b..12c6193e57 100644 --- a/internal/ent/historygenerated/notificationpreferencehistory_delete.go +++ b/internal/ent/historygenerated/notificationpreferencehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/notificationpreferencehistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // NotificationPreferenceHistoryDelete is the builder for deleting a NotificationPreferenceHistory entity. @@ -45,8 +43,6 @@ func (_d *NotificationPreferenceHistoryDelete) ExecX(ctx context.Context) int { func (_d *NotificationPreferenceHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notificationpreferencehistory.Table, sqlgraph.NewFieldSpec(notificationpreferencehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NotificationPreferenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/notificationpreferencehistory_query.go b/internal/ent/historygenerated/notificationpreferencehistory_query.go index 5d2937b437..3c95b0c7ac 100644 --- a/internal/ent/historygenerated/notificationpreferencehistory_query.go +++ b/internal/ent/historygenerated/notificationpreferencehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/notificationpreferencehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type NotificationPreferenceHistoryQuery struct { order []notificationpreferencehistory.OrderOption inters []Interceptor predicates []predicate.NotificationPreferenceHistory - loadTotal []func(context.Context, []*NotificationPreferenceHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*NotificationPreferenceHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *NotificationPreferenceHistoryQuery) Clone() *NotificationPreferenceHis inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.NotificationPreferenceHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *NotificationPreferenceHistoryQuery) sqlAll(ctx context.Context, hooks nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NotificationPreferenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *NotificationPreferenceHistoryQuery) sqlAll(ctx context.Context, hooks func (_q *NotificationPreferenceHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NotificationPreferenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *NotificationPreferenceHistoryQuery) sqlQuery(ctx context.Context) *sql if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NotificationPreferenceHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *NotificationPreferenceHistoryQuery) sqlQuery(ctx context.Context) *sql return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *NotificationPreferenceHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *NotificationPreferenceHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (nphq *NotificationPreferenceHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "NotificationPreferenceHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *NotificationPreferenceHistorySelect) sqlScan(ctx context.Context, root defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *NotificationPreferenceHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *NotificationPreferenceHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/notificationpreferencehistory_update.go b/internal/ent/historygenerated/notificationpreferencehistory_update.go index b449614991..9e753cb0e8 100644 --- a/internal/ent/historygenerated/notificationpreferencehistory_update.go +++ b/internal/ent/historygenerated/notificationpreferencehistory_update.go @@ -8,1212 +8,158 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/notificationpreferencehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// NotificationPreferenceHistoryUpdate is the builder for updating NotificationPreferenceHistory entities. -type NotificationPreferenceHistoryUpdate struct { - config - hooks []Hook - mutation *NotificationPreferenceHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the NotificationPreferenceHistoryUpdate builder. -func (_u *NotificationPreferenceHistoryUpdate) Where(ps ...predicate.NotificationPreferenceHistory) *NotificationPreferenceHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NotificationPreferenceHistoryUpdate) SetUpdatedAt(v time.Time) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearUpdatedAt() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NotificationPreferenceHistoryUpdate) SetUpdatedBy(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableUpdatedBy(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearUpdatedBy() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NotificationPreferenceHistoryUpdate) SetUpdatedByImpersonator(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearUpdatedByImpersonator() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NotificationPreferenceHistoryUpdate) SetDeletedAt(v time.Time) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableDeletedAt(v *time.Time) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearDeletedAt() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NotificationPreferenceHistoryUpdate) SetDeletedBy(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableDeletedBy(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearDeletedBy() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *NotificationPreferenceHistoryUpdate) SetOwnerID(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableOwnerID(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearOwnerID() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetChannel sets the "channel" field. -func (_u *NotificationPreferenceHistoryUpdate) SetChannel(v enums.Channel) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetChannel(v) - return _u -} - -// SetNillableChannel sets the "channel" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableChannel(v *enums.Channel) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetChannel(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *NotificationPreferenceHistoryUpdate) SetStatus(v enums.NotificationChannelStatus) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableStatus(v *enums.NotificationChannelStatus) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetProvider sets the "provider" field. -func (_u *NotificationPreferenceHistoryUpdate) SetProvider(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetProvider(v) - return _u -} - -// SetNillableProvider sets the "provider" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableProvider(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetProvider(*v) - } - return _u -} - -// ClearProvider clears the value of the "provider" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearProvider() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearProvider() - return _u -} - -// SetDestination sets the "destination" field. -func (_u *NotificationPreferenceHistoryUpdate) SetDestination(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetDestination(v) - return _u -} - -// SetNillableDestination sets the "destination" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableDestination(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetDestination(*v) - } - return _u -} - -// ClearDestination clears the value of the "destination" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearDestination() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearDestination() - return _u -} - -// SetConfig sets the "config" field. -func (_u *NotificationPreferenceHistoryUpdate) SetConfig(v map[string]interface{}) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetConfig(v) - return _u -} - -// ClearConfig clears the value of the "config" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearConfig() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearConfig() - return _u -} - -// SetEnabled sets the "enabled" field. -func (_u *NotificationPreferenceHistoryUpdate) SetEnabled(v bool) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetEnabled(v) - return _u -} - -// SetNillableEnabled sets the "enabled" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableEnabled(v *bool) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetEnabled(*v) - } - return _u -} - -// SetCadence sets the "cadence" field. -func (_u *NotificationPreferenceHistoryUpdate) SetCadence(v enums.NotificationCadence) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetCadence(v) - return _u -} - -// SetNillableCadence sets the "cadence" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableCadence(v *enums.NotificationCadence) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetCadence(*v) - } - return _u -} - -// SetPriority sets the "priority" field. -func (_u *NotificationPreferenceHistoryUpdate) SetPriority(v enums.Priority) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillablePriority(v *enums.Priority) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetPriority(*v) - } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearPriority() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearPriority() - return _u -} - -// SetTopicPatterns sets the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdate) SetTopicPatterns(v []string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetTopicPatterns(v) - return _u -} - -// AppendTopicPatterns appends value to the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdate) AppendTopicPatterns(v []string) *NotificationPreferenceHistoryUpdate { - _u.mutation.AppendTopicPatterns(v) - return _u -} - -// ClearTopicPatterns clears the value of the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearTopicPatterns() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearTopicPatterns() - return _u -} - -// SetTopicOverrides sets the "topic_overrides" field. -func (_u *NotificationPreferenceHistoryUpdate) SetTopicOverrides(v map[string]interface{}) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetTopicOverrides(v) - return _u -} - -// ClearTopicOverrides clears the value of the "topic_overrides" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearTopicOverrides() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearTopicOverrides() - return _u -} - -// SetTemplateID sets the "template_id" field. -func (_u *NotificationPreferenceHistoryUpdate) SetTemplateID(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetTemplateID(v) - return _u -} - -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableTemplateID(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetTemplateID(*v) - } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearTemplateID() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearTemplateID() - return _u -} - -// SetMuteUntil sets the "mute_until" field. -func (_u *NotificationPreferenceHistoryUpdate) SetMuteUntil(v time.Time) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetMuteUntil(v) - return _u -} - -// SetNillableMuteUntil sets the "mute_until" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableMuteUntil(v *time.Time) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetMuteUntil(*v) - } - return _u -} - -// ClearMuteUntil clears the value of the "mute_until" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearMuteUntil() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearMuteUntil() - return _u -} - -// SetQuietHoursStart sets the "quiet_hours_start" field. -func (_u *NotificationPreferenceHistoryUpdate) SetQuietHoursStart(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetQuietHoursStart(v) - return _u -} - -// SetNillableQuietHoursStart sets the "quiet_hours_start" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableQuietHoursStart(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetQuietHoursStart(*v) - } - return _u -} - -// ClearQuietHoursStart clears the value of the "quiet_hours_start" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearQuietHoursStart() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearQuietHoursStart() - return _u -} - -// SetQuietHoursEnd sets the "quiet_hours_end" field. -func (_u *NotificationPreferenceHistoryUpdate) SetQuietHoursEnd(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetQuietHoursEnd(v) - return _u -} - -// SetNillableQuietHoursEnd sets the "quiet_hours_end" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableQuietHoursEnd(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetQuietHoursEnd(*v) - } - return _u -} - -// ClearQuietHoursEnd clears the value of the "quiet_hours_end" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearQuietHoursEnd() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearQuietHoursEnd() - return _u -} - -// SetTimezone sets the "timezone" field. -func (_u *NotificationPreferenceHistoryUpdate) SetTimezone(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetTimezone(v) - return _u -} - -// SetNillableTimezone sets the "timezone" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableTimezone(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetTimezone(*v) - } - return _u -} - -// ClearTimezone clears the value of the "timezone" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearTimezone() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearTimezone() - return _u -} - -// SetIsDefault sets the "is_default" field. -func (_u *NotificationPreferenceHistoryUpdate) SetIsDefault(v bool) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetIsDefault(v) - return _u -} - -// SetNillableIsDefault sets the "is_default" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableIsDefault(v *bool) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetIsDefault(*v) - } - return _u -} - -// SetVerifiedAt sets the "verified_at" field. -func (_u *NotificationPreferenceHistoryUpdate) SetVerifiedAt(v time.Time) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetVerifiedAt(v) - return _u -} - -// SetNillableVerifiedAt sets the "verified_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableVerifiedAt(v *time.Time) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetVerifiedAt(*v) - } - return _u -} - -// ClearVerifiedAt clears the value of the "verified_at" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearVerifiedAt() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearVerifiedAt() - return _u -} - -// SetLastUsedAt sets the "last_used_at" field. -func (_u *NotificationPreferenceHistoryUpdate) SetLastUsedAt(v time.Time) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetLastUsedAt(v) - return _u -} - -// SetNillableLastUsedAt sets the "last_used_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableLastUsedAt(v *time.Time) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetLastUsedAt(*v) - } - return _u -} - -// ClearLastUsedAt clears the value of the "last_used_at" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearLastUsedAt() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearLastUsedAt() - return _u -} - -// SetLastError sets the "last_error" field. -func (_u *NotificationPreferenceHistoryUpdate) SetLastError(v string) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetLastError(v) - return _u -} - -// SetNillableLastError sets the "last_error" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdate) SetNillableLastError(v *string) *NotificationPreferenceHistoryUpdate { - if v != nil { - _u.SetLastError(*v) - } - return _u -} - -// ClearLastError clears the value of the "last_error" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearLastError() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearLastError() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *NotificationPreferenceHistoryUpdate) SetMetadata(v map[string]interface{}) *NotificationPreferenceHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *NotificationPreferenceHistoryUpdate) ClearMetadata() *NotificationPreferenceHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// Mutation returns the NotificationPreferenceHistoryMutation object of the builder. -func (_u *NotificationPreferenceHistoryUpdate) Mutation() *NotificationPreferenceHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *NotificationPreferenceHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *NotificationPreferenceHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *NotificationPreferenceHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *NotificationPreferenceHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *NotificationPreferenceHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notificationpreferencehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notificationpreferencehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notificationpreferencehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *NotificationPreferenceHistoryUpdate) check() error { - if v, ok := _u.mutation.Channel(); ok { - if err := notificationpreferencehistory.ChannelValidator(v); err != nil { - return &ValidationError{Name: "channel", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.channel": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := notificationpreferencehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Cadence(); ok { - if err := notificationpreferencehistory.CadenceValidator(v); err != nil { - return &ValidationError{Name: "cadence", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.cadence": %w`, err)} - } - } - if v, ok := _u.mutation.Priority(); ok { - if err := notificationpreferencehistory.PriorityValidator(v); err != nil { - return &ValidationError{Name: "priority", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.priority": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NotificationPreferenceHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NotificationPreferenceHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *NotificationPreferenceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(notificationpreferencehistory.Table, notificationpreferencehistory.Columns, sqlgraph.NewFieldSpec(notificationpreferencehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(notificationpreferencehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(notificationpreferencehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(notificationpreferencehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(notificationpreferencehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(notificationpreferencehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(notificationpreferencehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(notificationpreferencehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notificationpreferencehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(notificationpreferencehistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(notificationpreferencehistory.FieldOwnerID, field.TypeString, value) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(notificationpreferencehistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.Channel(); ok { - _spec.SetField(notificationpreferencehistory.FieldChannel, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(notificationpreferencehistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Provider(); ok { - _spec.SetField(notificationpreferencehistory.FieldProvider, field.TypeString, value) - } - if _u.mutation.ProviderCleared() { - _spec.ClearField(notificationpreferencehistory.FieldProvider, field.TypeString) - } - if value, ok := _u.mutation.Destination(); ok { - _spec.SetField(notificationpreferencehistory.FieldDestination, field.TypeString, value) - } - if _u.mutation.DestinationCleared() { - _spec.ClearField(notificationpreferencehistory.FieldDestination, field.TypeString) - } - if value, ok := _u.mutation.Config(); ok { - _spec.SetField(notificationpreferencehistory.FieldConfig, field.TypeJSON, value) - } - if _u.mutation.ConfigCleared() { - _spec.ClearField(notificationpreferencehistory.FieldConfig, field.TypeJSON) - } - if value, ok := _u.mutation.Enabled(); ok { - _spec.SetField(notificationpreferencehistory.FieldEnabled, field.TypeBool, value) - } - if value, ok := _u.mutation.Cadence(); ok { - _spec.SetField(notificationpreferencehistory.FieldCadence, field.TypeEnum, value) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(notificationpreferencehistory.FieldPriority, field.TypeEnum, value) - } - if _u.mutation.PriorityCleared() { - _spec.ClearField(notificationpreferencehistory.FieldPriority, field.TypeEnum) - } - if value, ok := _u.mutation.TopicPatterns(); ok { - _spec.SetField(notificationpreferencehistory.FieldTopicPatterns, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTopicPatterns(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notificationpreferencehistory.FieldTopicPatterns, value) - }) - } - if _u.mutation.TopicPatternsCleared() { - _spec.ClearField(notificationpreferencehistory.FieldTopicPatterns, field.TypeJSON) - } - if value, ok := _u.mutation.TopicOverrides(); ok { - _spec.SetField(notificationpreferencehistory.FieldTopicOverrides, field.TypeJSON, value) - } - if _u.mutation.TopicOverridesCleared() { - _spec.ClearField(notificationpreferencehistory.FieldTopicOverrides, field.TypeJSON) - } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(notificationpreferencehistory.FieldTemplateID, field.TypeString, value) - } - if _u.mutation.TemplateIDCleared() { - _spec.ClearField(notificationpreferencehistory.FieldTemplateID, field.TypeString) - } - if value, ok := _u.mutation.MuteUntil(); ok { - _spec.SetField(notificationpreferencehistory.FieldMuteUntil, field.TypeTime, value) - } - if _u.mutation.MuteUntilCleared() { - _spec.ClearField(notificationpreferencehistory.FieldMuteUntil, field.TypeTime) - } - if value, ok := _u.mutation.QuietHoursStart(); ok { - _spec.SetField(notificationpreferencehistory.FieldQuietHoursStart, field.TypeString, value) - } - if _u.mutation.QuietHoursStartCleared() { - _spec.ClearField(notificationpreferencehistory.FieldQuietHoursStart, field.TypeString) - } - if value, ok := _u.mutation.QuietHoursEnd(); ok { - _spec.SetField(notificationpreferencehistory.FieldQuietHoursEnd, field.TypeString, value) - } - if _u.mutation.QuietHoursEndCleared() { - _spec.ClearField(notificationpreferencehistory.FieldQuietHoursEnd, field.TypeString) - } - if value, ok := _u.mutation.Timezone(); ok { - _spec.SetField(notificationpreferencehistory.FieldTimezone, field.TypeString, value) - } - if _u.mutation.TimezoneCleared() { - _spec.ClearField(notificationpreferencehistory.FieldTimezone, field.TypeString) - } - if value, ok := _u.mutation.IsDefault(); ok { - _spec.SetField(notificationpreferencehistory.FieldIsDefault, field.TypeBool, value) - } - if value, ok := _u.mutation.VerifiedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldVerifiedAt, field.TypeTime, value) - } - if _u.mutation.VerifiedAtCleared() { - _spec.ClearField(notificationpreferencehistory.FieldVerifiedAt, field.TypeTime) - } - if value, ok := _u.mutation.LastUsedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldLastUsedAt, field.TypeTime, value) - } - if _u.mutation.LastUsedAtCleared() { - _spec.ClearField(notificationpreferencehistory.FieldLastUsedAt, field.TypeTime) - } - if value, ok := _u.mutation.LastError(); ok { - _spec.SetField(notificationpreferencehistory.FieldLastError, field.TypeString, value) - } - if _u.mutation.LastErrorCleared() { - _spec.ClearField(notificationpreferencehistory.FieldLastError, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(notificationpreferencehistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(notificationpreferencehistory.FieldMetadata, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.NotificationPreferenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{notificationpreferencehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// NotificationPreferenceHistoryUpdateOne is the builder for updating a single NotificationPreferenceHistory entity. -type NotificationPreferenceHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *NotificationPreferenceHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetUpdatedAt(v time.Time) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearUpdatedAt() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetUpdatedBy(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableUpdatedBy(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearUpdatedBy() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetUpdatedByImpersonator(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearUpdatedByImpersonator() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetDeletedAt(v time.Time) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearDeletedAt() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetDeletedBy(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableDeletedBy(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearDeletedBy() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetOwnerID(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableOwnerID(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearOwnerID() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetChannel sets the "channel" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetChannel(v enums.Channel) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetChannel(v) - return _u -} - -// SetNillableChannel sets the "channel" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableChannel(v *enums.Channel) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetChannel(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetStatus(v enums.NotificationChannelStatus) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableStatus(v *enums.NotificationChannelStatus) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetProvider sets the "provider" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetProvider(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetProvider(v) - return _u -} - -// SetNillableProvider sets the "provider" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableProvider(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetProvider(*v) - } - return _u -} - -// ClearProvider clears the value of the "provider" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearProvider() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearProvider() - return _u -} - -// SetDestination sets the "destination" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetDestination(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetDestination(v) - return _u -} - -// SetNillableDestination sets the "destination" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableDestination(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetDestination(*v) - } - return _u -} - -// ClearDestination clears the value of the "destination" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearDestination() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearDestination() - return _u -} - -// SetConfig sets the "config" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetConfig(v map[string]interface{}) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetConfig(v) - return _u -} - -// ClearConfig clears the value of the "config" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearConfig() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearConfig() - return _u -} - -// SetEnabled sets the "enabled" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetEnabled(v bool) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetEnabled(v) - return _u -} - -// SetNillableEnabled sets the "enabled" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableEnabled(v *bool) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetEnabled(*v) - } - return _u -} - -// SetCadence sets the "cadence" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetCadence(v enums.NotificationCadence) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetCadence(v) - return _u -} - -// SetNillableCadence sets the "cadence" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableCadence(v *enums.NotificationCadence) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetCadence(*v) - } - return _u -} - -// SetPriority sets the "priority" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetPriority(v enums.Priority) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillablePriority(v *enums.Priority) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetPriority(*v) - } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearPriority() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearPriority() - return _u -} - -// SetTopicPatterns sets the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetTopicPatterns(v []string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetTopicPatterns(v) - return _u -} - -// AppendTopicPatterns appends value to the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdateOne) AppendTopicPatterns(v []string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.AppendTopicPatterns(v) - return _u -} - -// ClearTopicPatterns clears the value of the "topic_patterns" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearTopicPatterns() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearTopicPatterns() - return _u +// NotificationPreferenceHistoryUpdate is the builder for updating NotificationPreferenceHistory entities. +type NotificationPreferenceHistoryUpdate struct { + config + hooks []Hook + mutation *NotificationPreferenceHistoryMutation } -// SetTopicOverrides sets the "topic_overrides" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetTopicOverrides(v map[string]interface{}) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetTopicOverrides(v) +// Where appends a list predicates to the NotificationPreferenceHistoryUpdate builder. +func (_u *NotificationPreferenceHistoryUpdate) Where(ps ...predicate.NotificationPreferenceHistory) *NotificationPreferenceHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearTopicOverrides clears the value of the "topic_overrides" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearTopicOverrides() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearTopicOverrides() - return _u +// Mutation returns the NotificationPreferenceHistoryMutation object of the builder. +func (_u *NotificationPreferenceHistoryUpdate) Mutation() *NotificationPreferenceHistoryMutation { + return _u.mutation } -// SetTemplateID sets the "template_id" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetTemplateID(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetTemplateID(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *NotificationPreferenceHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableTemplateID sets the "template_id" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableTemplateID(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetTemplateID(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *NotificationPreferenceHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearTemplateID clears the value of the "template_id" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearTemplateID() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearTemplateID() - return _u + return affected } -// SetMuteUntil sets the "mute_until" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetMuteUntil(v time.Time) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetMuteUntil(v) - return _u +// Exec executes the query. +func (_u *NotificationPreferenceHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableMuteUntil sets the "mute_until" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableMuteUntil(v *time.Time) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetMuteUntil(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *NotificationPreferenceHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearMuteUntil clears the value of the "mute_until" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearMuteUntil() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearMuteUntil() - return _u } -// SetQuietHoursStart sets the "quiet_hours_start" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetQuietHoursStart(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetQuietHoursStart(v) - return _u -} - -// SetNillableQuietHoursStart sets the "quiet_hours_start" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableQuietHoursStart(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetQuietHoursStart(*v) +func (_u *NotificationPreferenceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(notificationpreferencehistory.Table, notificationpreferencehistory.Columns, sqlgraph.NewFieldSpec(notificationpreferencehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearQuietHoursStart clears the value of the "quiet_hours_start" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearQuietHoursStart() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearQuietHoursStart() - return _u -} - -// SetQuietHoursEnd sets the "quiet_hours_end" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetQuietHoursEnd(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetQuietHoursEnd(v) - return _u -} - -// SetNillableQuietHoursEnd sets the "quiet_hours_end" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableQuietHoursEnd(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetQuietHoursEnd(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(notificationpreferencehistory.FieldRef, field.TypeString) } - return _u -} - -// ClearQuietHoursEnd clears the value of the "quiet_hours_end" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearQuietHoursEnd() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearQuietHoursEnd() - return _u -} - -// SetTimezone sets the "timezone" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetTimezone(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetTimezone(v) - return _u -} - -// SetNillableTimezone sets the "timezone" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableTimezone(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetTimezone(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(notificationpreferencehistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearTimezone clears the value of the "timezone" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearTimezone() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearTimezone() - return _u -} - -// SetIsDefault sets the "is_default" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetIsDefault(v bool) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetIsDefault(v) - return _u -} - -// SetNillableIsDefault sets the "is_default" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableIsDefault(v *bool) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetIsDefault(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(notificationpreferencehistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// SetVerifiedAt sets the "verified_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetVerifiedAt(v time.Time) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetVerifiedAt(v) - return _u -} - -// SetNillableVerifiedAt sets the "verified_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableVerifiedAt(v *time.Time) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetVerifiedAt(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(notificationpreferencehistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearVerifiedAt clears the value of the "verified_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearVerifiedAt() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearVerifiedAt() - return _u -} - -// SetLastUsedAt sets the "last_used_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetLastUsedAt(v time.Time) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetLastUsedAt(v) - return _u -} - -// SetNillableLastUsedAt sets the "last_used_at" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableLastUsedAt(v *time.Time) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetLastUsedAt(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(notificationpreferencehistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearLastUsedAt clears the value of the "last_used_at" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearLastUsedAt() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearLastUsedAt() - return _u -} - -// SetLastError sets the "last_error" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetLastError(v string) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetLastError(v) - return _u -} - -// SetNillableLastError sets the "last_error" field if the given value is not nil. -func (_u *NotificationPreferenceHistoryUpdateOne) SetNillableLastError(v *string) *NotificationPreferenceHistoryUpdateOne { - if v != nil { - _u.SetLastError(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(notificationpreferencehistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearLastError clears the value of the "last_error" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearLastError() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearLastError() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *NotificationPreferenceHistoryUpdateOne) SetMetadata(v map[string]interface{}) *NotificationPreferenceHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(notificationpreferencehistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(notificationpreferencehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(notificationpreferencehistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.ProviderCleared() { + _spec.ClearField(notificationpreferencehistory.FieldProvider, field.TypeString) + } + if _u.mutation.DestinationCleared() { + _spec.ClearField(notificationpreferencehistory.FieldDestination, field.TypeString) + } + if _u.mutation.ConfigCleared() { + _spec.ClearField(notificationpreferencehistory.FieldConfig, field.TypeJSON) + } + if _u.mutation.PriorityCleared() { + _spec.ClearField(notificationpreferencehistory.FieldPriority, field.TypeEnum) + } + if _u.mutation.TopicPatternsCleared() { + _spec.ClearField(notificationpreferencehistory.FieldTopicPatterns, field.TypeJSON) + } + if _u.mutation.TopicOverridesCleared() { + _spec.ClearField(notificationpreferencehistory.FieldTopicOverrides, field.TypeJSON) + } + if _u.mutation.TemplateIDCleared() { + _spec.ClearField(notificationpreferencehistory.FieldTemplateID, field.TypeString) + } + if _u.mutation.MuteUntilCleared() { + _spec.ClearField(notificationpreferencehistory.FieldMuteUntil, field.TypeTime) + } + if _u.mutation.QuietHoursStartCleared() { + _spec.ClearField(notificationpreferencehistory.FieldQuietHoursStart, field.TypeString) + } + if _u.mutation.QuietHoursEndCleared() { + _spec.ClearField(notificationpreferencehistory.FieldQuietHoursEnd, field.TypeString) + } + if _u.mutation.TimezoneCleared() { + _spec.ClearField(notificationpreferencehistory.FieldTimezone, field.TypeString) + } + if _u.mutation.VerifiedAtCleared() { + _spec.ClearField(notificationpreferencehistory.FieldVerifiedAt, field.TypeTime) + } + if _u.mutation.LastUsedAtCleared() { + _spec.ClearField(notificationpreferencehistory.FieldLastUsedAt, field.TypeTime) + } + if _u.mutation.LastErrorCleared() { + _spec.ClearField(notificationpreferencehistory.FieldLastError, field.TypeString) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(notificationpreferencehistory.FieldMetadata, field.TypeJSON) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{notificationpreferencehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearMetadata clears the value of the "metadata" field. -func (_u *NotificationPreferenceHistoryUpdateOne) ClearMetadata() *NotificationPreferenceHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u +// NotificationPreferenceHistoryUpdateOne is the builder for updating a single NotificationPreferenceHistory entity. +type NotificationPreferenceHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *NotificationPreferenceHistoryMutation } // Mutation returns the NotificationPreferenceHistoryMutation object of the builder. @@ -1236,9 +182,6 @@ func (_u *NotificationPreferenceHistoryUpdateOne) Select(field string, fields .. // Save executes the query and returns the updated NotificationPreferenceHistory entity. func (_u *NotificationPreferenceHistoryUpdateOne) Save(ctx context.Context) (*NotificationPreferenceHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1264,53 +207,7 @@ func (_u *NotificationPreferenceHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NotificationPreferenceHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notificationpreferencehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notificationpreferencehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notificationpreferencehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *NotificationPreferenceHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Channel(); ok { - if err := notificationpreferencehistory.ChannelValidator(v); err != nil { - return &ValidationError{Name: "channel", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.channel": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := notificationpreferencehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Cadence(); ok { - if err := notificationpreferencehistory.CadenceValidator(v); err != nil { - return &ValidationError{Name: "cadence", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.cadence": %w`, err)} - } - } - if v, ok := _u.mutation.Priority(); ok { - if err := notificationpreferencehistory.PriorityValidator(v); err != nil { - return &ValidationError{Name: "priority", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationPreferenceHistory.priority": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NotificationPreferenceHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NotificationPreferenceHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NotificationPreferenceHistoryUpdateOne) sqlSave(ctx context.Context) (_node *NotificationPreferenceHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(notificationpreferencehistory.Table, notificationpreferencehistory.Columns, sqlgraph.NewFieldSpec(notificationpreferencehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1342,158 +239,72 @@ func (_u *NotificationPreferenceHistoryUpdateOne) sqlSave(ctx context.Context) ( if _u.mutation.CreatedAtCleared() { _spec.ClearField(notificationpreferencehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(notificationpreferencehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(notificationpreferencehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(notificationpreferencehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notificationpreferencehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(notificationpreferencehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(notificationpreferencehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notificationpreferencehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(notificationpreferencehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(notificationpreferencehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(notificationpreferencehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Channel(); ok { - _spec.SetField(notificationpreferencehistory.FieldChannel, field.TypeEnum, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(notificationpreferencehistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Provider(); ok { - _spec.SetField(notificationpreferencehistory.FieldProvider, field.TypeString, value) - } if _u.mutation.ProviderCleared() { _spec.ClearField(notificationpreferencehistory.FieldProvider, field.TypeString) } - if value, ok := _u.mutation.Destination(); ok { - _spec.SetField(notificationpreferencehistory.FieldDestination, field.TypeString, value) - } if _u.mutation.DestinationCleared() { _spec.ClearField(notificationpreferencehistory.FieldDestination, field.TypeString) } - if value, ok := _u.mutation.Config(); ok { - _spec.SetField(notificationpreferencehistory.FieldConfig, field.TypeJSON, value) - } if _u.mutation.ConfigCleared() { _spec.ClearField(notificationpreferencehistory.FieldConfig, field.TypeJSON) } - if value, ok := _u.mutation.Enabled(); ok { - _spec.SetField(notificationpreferencehistory.FieldEnabled, field.TypeBool, value) - } - if value, ok := _u.mutation.Cadence(); ok { - _spec.SetField(notificationpreferencehistory.FieldCadence, field.TypeEnum, value) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(notificationpreferencehistory.FieldPriority, field.TypeEnum, value) - } if _u.mutation.PriorityCleared() { _spec.ClearField(notificationpreferencehistory.FieldPriority, field.TypeEnum) } - if value, ok := _u.mutation.TopicPatterns(); ok { - _spec.SetField(notificationpreferencehistory.FieldTopicPatterns, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTopicPatterns(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notificationpreferencehistory.FieldTopicPatterns, value) - }) - } if _u.mutation.TopicPatternsCleared() { _spec.ClearField(notificationpreferencehistory.FieldTopicPatterns, field.TypeJSON) } - if value, ok := _u.mutation.TopicOverrides(); ok { - _spec.SetField(notificationpreferencehistory.FieldTopicOverrides, field.TypeJSON, value) - } if _u.mutation.TopicOverridesCleared() { _spec.ClearField(notificationpreferencehistory.FieldTopicOverrides, field.TypeJSON) } - if value, ok := _u.mutation.TemplateID(); ok { - _spec.SetField(notificationpreferencehistory.FieldTemplateID, field.TypeString, value) - } if _u.mutation.TemplateIDCleared() { _spec.ClearField(notificationpreferencehistory.FieldTemplateID, field.TypeString) } - if value, ok := _u.mutation.MuteUntil(); ok { - _spec.SetField(notificationpreferencehistory.FieldMuteUntil, field.TypeTime, value) - } if _u.mutation.MuteUntilCleared() { _spec.ClearField(notificationpreferencehistory.FieldMuteUntil, field.TypeTime) } - if value, ok := _u.mutation.QuietHoursStart(); ok { - _spec.SetField(notificationpreferencehistory.FieldQuietHoursStart, field.TypeString, value) - } if _u.mutation.QuietHoursStartCleared() { _spec.ClearField(notificationpreferencehistory.FieldQuietHoursStart, field.TypeString) } - if value, ok := _u.mutation.QuietHoursEnd(); ok { - _spec.SetField(notificationpreferencehistory.FieldQuietHoursEnd, field.TypeString, value) - } if _u.mutation.QuietHoursEndCleared() { _spec.ClearField(notificationpreferencehistory.FieldQuietHoursEnd, field.TypeString) } - if value, ok := _u.mutation.Timezone(); ok { - _spec.SetField(notificationpreferencehistory.FieldTimezone, field.TypeString, value) - } if _u.mutation.TimezoneCleared() { _spec.ClearField(notificationpreferencehistory.FieldTimezone, field.TypeString) } - if value, ok := _u.mutation.IsDefault(); ok { - _spec.SetField(notificationpreferencehistory.FieldIsDefault, field.TypeBool, value) - } - if value, ok := _u.mutation.VerifiedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldVerifiedAt, field.TypeTime, value) - } if _u.mutation.VerifiedAtCleared() { _spec.ClearField(notificationpreferencehistory.FieldVerifiedAt, field.TypeTime) } - if value, ok := _u.mutation.LastUsedAt(); ok { - _spec.SetField(notificationpreferencehistory.FieldLastUsedAt, field.TypeTime, value) - } if _u.mutation.LastUsedAtCleared() { _spec.ClearField(notificationpreferencehistory.FieldLastUsedAt, field.TypeTime) } - if value, ok := _u.mutation.LastError(); ok { - _spec.SetField(notificationpreferencehistory.FieldLastError, field.TypeString, value) - } if _u.mutation.LastErrorCleared() { _spec.ClearField(notificationpreferencehistory.FieldLastError, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(notificationpreferencehistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(notificationpreferencehistory.FieldMetadata, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.NotificationPreferenceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &NotificationPreferenceHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/notificationtemplatehistory/notificationtemplatehistory.go b/internal/ent/historygenerated/notificationtemplatehistory/notificationtemplatehistory.go index 12052672c3..bfcfa5f302 100644 --- a/internal/ent/historygenerated/notificationtemplatehistory/notificationtemplatehistory.go +++ b/internal/ent/historygenerated/notificationtemplatehistory/notificationtemplatehistory.go @@ -165,8 +165,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultRevision holds the default value on creation for the "revision" field. DefaultRevision string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/notificationtemplatehistory_create.go b/internal/ent/historygenerated/notificationtemplatehistory_create.go index c3555d80f1..811e286ac8 100644 --- a/internal/ent/historygenerated/notificationtemplatehistory_create.go +++ b/internal/ent/historygenerated/notificationtemplatehistory_create.go @@ -648,7 +648,6 @@ func (_c *NotificationTemplateHistoryCreate) createSpec() (*NotificationTemplate _node = &NotificationTemplateHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(notificationtemplatehistory.Table, sqlgraph.NewFieldSpec(notificationtemplatehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.NotificationTemplateHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/notificationtemplatehistory_delete.go b/internal/ent/historygenerated/notificationtemplatehistory_delete.go index 81066073bf..26e338e41e 100644 --- a/internal/ent/historygenerated/notificationtemplatehistory_delete.go +++ b/internal/ent/historygenerated/notificationtemplatehistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/notificationtemplatehistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // NotificationTemplateHistoryDelete is the builder for deleting a NotificationTemplateHistory entity. @@ -45,8 +43,6 @@ func (_d *NotificationTemplateHistoryDelete) ExecX(ctx context.Context) int { func (_d *NotificationTemplateHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(notificationtemplatehistory.Table, sqlgraph.NewFieldSpec(notificationtemplatehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.NotificationTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/notificationtemplatehistory_query.go b/internal/ent/historygenerated/notificationtemplatehistory_query.go index 175706fdd1..c7bee1722b 100644 --- a/internal/ent/historygenerated/notificationtemplatehistory_query.go +++ b/internal/ent/historygenerated/notificationtemplatehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/notificationtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type NotificationTemplateHistoryQuery struct { order []notificationtemplatehistory.OrderOption inters []Interceptor predicates []predicate.NotificationTemplateHistory - loadTotal []func(context.Context, []*NotificationTemplateHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*NotificationTemplateHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *NotificationTemplateHistoryQuery) Clone() *NotificationTemplateHistory inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.NotificationTemplateHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *NotificationTemplateHistoryQuery) sqlAll(ctx context.Context, hooks .. nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.NotificationTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *NotificationTemplateHistoryQuery) sqlAll(ctx context.Context, hooks .. func (_q *NotificationTemplateHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.NotificationTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *NotificationTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.S if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.NotificationTemplateHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *NotificationTemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.S return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *NotificationTemplateHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *NotificationTemplateHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (nthq *NotificationTemplateHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "NotificationTemplateHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *NotificationTemplateHistorySelect) sqlScan(ctx context.Context, root * defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *NotificationTemplateHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *NotificationTemplateHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/notificationtemplatehistory_update.go b/internal/ent/historygenerated/notificationtemplatehistory_update.go index 390b5dbf24..166cdf5373 100644 --- a/internal/ent/historygenerated/notificationtemplatehistory_update.go +++ b/internal/ent/historygenerated/notificationtemplatehistory_update.go @@ -8,1352 +8,170 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/notificationtemplatehistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// NotificationTemplateHistoryUpdate is the builder for updating NotificationTemplateHistory entities. -type NotificationTemplateHistoryUpdate struct { - config - hooks []Hook - mutation *NotificationTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the NotificationTemplateHistoryUpdate builder. -func (_u *NotificationTemplateHistoryUpdate) Where(ps ...predicate.NotificationTemplateHistory) *NotificationTemplateHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NotificationTemplateHistoryUpdate) SetUpdatedAt(v time.Time) *NotificationTemplateHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NotificationTemplateHistoryUpdate) ClearUpdatedAt() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NotificationTemplateHistoryUpdate) SetUpdatedBy(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableUpdatedBy(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NotificationTemplateHistoryUpdate) ClearUpdatedBy() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NotificationTemplateHistoryUpdate) SetUpdatedByImpersonator(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NotificationTemplateHistoryUpdate) ClearUpdatedByImpersonator() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NotificationTemplateHistoryUpdate) SetDeletedAt(v time.Time) *NotificationTemplateHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableDeletedAt(v *time.Time) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NotificationTemplateHistoryUpdate) ClearDeletedAt() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NotificationTemplateHistoryUpdate) SetDeletedBy(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableDeletedBy(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NotificationTemplateHistoryUpdate) ClearDeletedBy() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *NotificationTemplateHistoryUpdate) SetRevision(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableRevision(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *NotificationTemplateHistoryUpdate) ClearRevision() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *NotificationTemplateHistoryUpdate) SetInternalNotes(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableInternalNotes(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *NotificationTemplateHistoryUpdate) ClearInternalNotes() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *NotificationTemplateHistoryUpdate) SetSystemInternalID(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableSystemInternalID(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *NotificationTemplateHistoryUpdate) ClearSystemInternalID() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetKey sets the "key" field. -func (_u *NotificationTemplateHistoryUpdate) SetKey(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetKey(v) - return _u -} - -// SetNillableKey sets the "key" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableKey(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetKey(*v) - } - return _u -} - -// SetName sets the "name" field. -func (_u *NotificationTemplateHistoryUpdate) SetName(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableName(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *NotificationTemplateHistoryUpdate) SetDescription(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableDescription(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *NotificationTemplateHistoryUpdate) ClearDescription() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetChannel sets the "channel" field. -func (_u *NotificationTemplateHistoryUpdate) SetChannel(v enums.Channel) *NotificationTemplateHistoryUpdate { - _u.mutation.SetChannel(v) - return _u -} - -// SetNillableChannel sets the "channel" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableChannel(v *enums.Channel) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetChannel(*v) - } - return _u -} - -// ClearChannel clears the value of the "channel" field. -func (_u *NotificationTemplateHistoryUpdate) ClearChannel() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearChannel() - return _u -} - -// SetFormat sets the "format" field. -func (_u *NotificationTemplateHistoryUpdate) SetFormat(v enums.NotificationTemplateFormat) *NotificationTemplateHistoryUpdate { - _u.mutation.SetFormat(v) - return _u -} - -// SetNillableFormat sets the "format" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableFormat(v *enums.NotificationTemplateFormat) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetFormat(*v) - } - return _u -} - -// SetLocale sets the "locale" field. -func (_u *NotificationTemplateHistoryUpdate) SetLocale(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetLocale(v) - return _u -} - -// SetNillableLocale sets the "locale" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableLocale(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetLocale(*v) - } - return _u -} - -// SetTopicPattern sets the "topic_pattern" field. -func (_u *NotificationTemplateHistoryUpdate) SetTopicPattern(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetTopicPattern(v) - return _u -} - -// SetNillableTopicPattern sets the "topic_pattern" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableTopicPattern(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetTopicPattern(*v) - } - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *NotificationTemplateHistoryUpdate) SetIntegrationID(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableIntegrationID(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *NotificationTemplateHistoryUpdate) ClearIntegrationID() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetDestinations sets the "destinations" field. -func (_u *NotificationTemplateHistoryUpdate) SetDestinations(v []string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetDestinations(v) - return _u -} - -// AppendDestinations appends value to the "destinations" field. -func (_u *NotificationTemplateHistoryUpdate) AppendDestinations(v []string) *NotificationTemplateHistoryUpdate { - _u.mutation.AppendDestinations(v) - return _u -} - -// ClearDestinations clears the value of the "destinations" field. -func (_u *NotificationTemplateHistoryUpdate) ClearDestinations() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearDestinations() - return _u -} - -// SetWorkflowDefinitionID sets the "workflow_definition_id" field. -func (_u *NotificationTemplateHistoryUpdate) SetWorkflowDefinitionID(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetWorkflowDefinitionID(v) - return _u -} - -// SetNillableWorkflowDefinitionID sets the "workflow_definition_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableWorkflowDefinitionID(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetWorkflowDefinitionID(*v) - } - return _u -} - -// ClearWorkflowDefinitionID clears the value of the "workflow_definition_id" field. -func (_u *NotificationTemplateHistoryUpdate) ClearWorkflowDefinitionID() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearWorkflowDefinitionID() - return _u -} - -// SetEmailTemplateID sets the "email_template_id" field. -func (_u *NotificationTemplateHistoryUpdate) SetEmailTemplateID(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetEmailTemplateID(v) - return _u -} - -// SetNillableEmailTemplateID sets the "email_template_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableEmailTemplateID(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetEmailTemplateID(*v) - } - return _u -} - -// ClearEmailTemplateID clears the value of the "email_template_id" field. -func (_u *NotificationTemplateHistoryUpdate) ClearEmailTemplateID() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearEmailTemplateID() - return _u -} - -// SetTitleTemplate sets the "title_template" field. -func (_u *NotificationTemplateHistoryUpdate) SetTitleTemplate(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetTitleTemplate(v) - return _u -} - -// SetNillableTitleTemplate sets the "title_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableTitleTemplate(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetTitleTemplate(*v) - } - return _u -} - -// ClearTitleTemplate clears the value of the "title_template" field. -func (_u *NotificationTemplateHistoryUpdate) ClearTitleTemplate() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearTitleTemplate() - return _u -} - -// SetSubjectTemplate sets the "subject_template" field. -func (_u *NotificationTemplateHistoryUpdate) SetSubjectTemplate(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetSubjectTemplate(v) - return _u -} - -// SetNillableSubjectTemplate sets the "subject_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableSubjectTemplate(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetSubjectTemplate(*v) - } - return _u -} - -// ClearSubjectTemplate clears the value of the "subject_template" field. -func (_u *NotificationTemplateHistoryUpdate) ClearSubjectTemplate() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearSubjectTemplate() - return _u -} - -// SetBodyTemplate sets the "body_template" field. -func (_u *NotificationTemplateHistoryUpdate) SetBodyTemplate(v string) *NotificationTemplateHistoryUpdate { - _u.mutation.SetBodyTemplate(v) - return _u -} - -// SetNillableBodyTemplate sets the "body_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableBodyTemplate(v *string) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetBodyTemplate(*v) - } - return _u -} - -// ClearBodyTemplate clears the value of the "body_template" field. -func (_u *NotificationTemplateHistoryUpdate) ClearBodyTemplate() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearBodyTemplate() - return _u -} - -// SetBlocks sets the "blocks" field. -func (_u *NotificationTemplateHistoryUpdate) SetBlocks(v map[string]interface{}) *NotificationTemplateHistoryUpdate { - _u.mutation.SetBlocks(v) - return _u -} - -// ClearBlocks clears the value of the "blocks" field. -func (_u *NotificationTemplateHistoryUpdate) ClearBlocks() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearBlocks() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *NotificationTemplateHistoryUpdate) SetJsonconfig(v map[string]interface{}) *NotificationTemplateHistoryUpdate { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *NotificationTemplateHistoryUpdate) ClearJsonconfig() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *NotificationTemplateHistoryUpdate) SetUischema(v map[string]interface{}) *NotificationTemplateHistoryUpdate { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *NotificationTemplateHistoryUpdate) ClearUischema() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearUischema() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *NotificationTemplateHistoryUpdate) SetMetadata(v map[string]interface{}) *NotificationTemplateHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *NotificationTemplateHistoryUpdate) ClearMetadata() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetActive sets the "active" field. -func (_u *NotificationTemplateHistoryUpdate) SetActive(v bool) *NotificationTemplateHistoryUpdate { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableActive(v *bool) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetActive(*v) - } - return _u -} - -// SetVersion sets the "version" field. -func (_u *NotificationTemplateHistoryUpdate) SetVersion(v int) *NotificationTemplateHistoryUpdate { - _u.mutation.ResetVersion() - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableVersion(v *int) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetVersion(*v) - } - return _u -} - -// AddVersion adds value to the "version" field. -func (_u *NotificationTemplateHistoryUpdate) AddVersion(v int) *NotificationTemplateHistoryUpdate { - _u.mutation.AddVersion(v) - return _u -} - -// SetTemplateContext sets the "template_context" field. -func (_u *NotificationTemplateHistoryUpdate) SetTemplateContext(v enums.TemplateContext) *NotificationTemplateHistoryUpdate { - _u.mutation.SetTemplateContext(v) - return _u -} - -// SetNillableTemplateContext sets the "template_context" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdate) SetNillableTemplateContext(v *enums.TemplateContext) *NotificationTemplateHistoryUpdate { - if v != nil { - _u.SetTemplateContext(*v) - } - return _u -} - -// ClearTemplateContext clears the value of the "template_context" field. -func (_u *NotificationTemplateHistoryUpdate) ClearTemplateContext() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearTemplateContext() - return _u -} - -// SetDefaults sets the "defaults" field. -func (_u *NotificationTemplateHistoryUpdate) SetDefaults(v map[string]interface{}) *NotificationTemplateHistoryUpdate { - _u.mutation.SetDefaults(v) - return _u -} - -// ClearDefaults clears the value of the "defaults" field. -func (_u *NotificationTemplateHistoryUpdate) ClearDefaults() *NotificationTemplateHistoryUpdate { - _u.mutation.ClearDefaults() - return _u -} - -// Mutation returns the NotificationTemplateHistoryMutation object of the builder. -func (_u *NotificationTemplateHistoryUpdate) Mutation() *NotificationTemplateHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *NotificationTemplateHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *NotificationTemplateHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *NotificationTemplateHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *NotificationTemplateHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *NotificationTemplateHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notificationtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notificationtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notificationtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *NotificationTemplateHistoryUpdate) check() error { - if v, ok := _u.mutation.Channel(); ok { - if err := notificationtemplatehistory.ChannelValidator(v); err != nil { - return &ValidationError{Name: "channel", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.channel": %w`, err)} - } - } - if v, ok := _u.mutation.Format(); ok { - if err := notificationtemplatehistory.FormatValidator(v); err != nil { - return &ValidationError{Name: "format", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.format": %w`, err)} - } - } - if v, ok := _u.mutation.TemplateContext(); ok { - if err := notificationtemplatehistory.TemplateContextValidator(v); err != nil { - return &ValidationError{Name: "template_context", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.template_context": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NotificationTemplateHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NotificationTemplateHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *NotificationTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(notificationtemplatehistory.Table, notificationtemplatehistory.Columns, sqlgraph.NewFieldSpec(notificationtemplatehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(notificationtemplatehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(notificationtemplatehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(notificationtemplatehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(notificationtemplatehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(notificationtemplatehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(notificationtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notificationtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(notificationtemplatehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notificationtemplatehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(notificationtemplatehistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(notificationtemplatehistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(notificationtemplatehistory.FieldRevision, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(notificationtemplatehistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(notificationtemplatehistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(notificationtemplatehistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(notificationtemplatehistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(notificationtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(notificationtemplatehistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.Key(); ok { - _spec.SetField(notificationtemplatehistory.FieldKey, field.TypeString, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(notificationtemplatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(notificationtemplatehistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(notificationtemplatehistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Channel(); ok { - _spec.SetField(notificationtemplatehistory.FieldChannel, field.TypeEnum, value) - } - if _u.mutation.ChannelCleared() { - _spec.ClearField(notificationtemplatehistory.FieldChannel, field.TypeEnum) - } - if value, ok := _u.mutation.Format(); ok { - _spec.SetField(notificationtemplatehistory.FieldFormat, field.TypeEnum, value) - } - if value, ok := _u.mutation.Locale(); ok { - _spec.SetField(notificationtemplatehistory.FieldLocale, field.TypeString, value) - } - if value, ok := _u.mutation.TopicPattern(); ok { - _spec.SetField(notificationtemplatehistory.FieldTopicPattern, field.TypeString, value) - } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(notificationtemplatehistory.FieldIntegrationID, field.TypeString, value) - } - if _u.mutation.IntegrationIDCleared() { - _spec.ClearField(notificationtemplatehistory.FieldIntegrationID, field.TypeString) - } - if value, ok := _u.mutation.Destinations(); ok { - _spec.SetField(notificationtemplatehistory.FieldDestinations, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDestinations(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notificationtemplatehistory.FieldDestinations, value) - }) - } - if _u.mutation.DestinationsCleared() { - _spec.ClearField(notificationtemplatehistory.FieldDestinations, field.TypeJSON) - } - if value, ok := _u.mutation.WorkflowDefinitionID(); ok { - _spec.SetField(notificationtemplatehistory.FieldWorkflowDefinitionID, field.TypeString, value) - } - if _u.mutation.WorkflowDefinitionIDCleared() { - _spec.ClearField(notificationtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) - } - if value, ok := _u.mutation.EmailTemplateID(); ok { - _spec.SetField(notificationtemplatehistory.FieldEmailTemplateID, field.TypeString, value) - } - if _u.mutation.EmailTemplateIDCleared() { - _spec.ClearField(notificationtemplatehistory.FieldEmailTemplateID, field.TypeString) - } - if value, ok := _u.mutation.TitleTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldTitleTemplate, field.TypeString, value) - } - if _u.mutation.TitleTemplateCleared() { - _spec.ClearField(notificationtemplatehistory.FieldTitleTemplate, field.TypeString) - } - if value, ok := _u.mutation.SubjectTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldSubjectTemplate, field.TypeString, value) - } - if _u.mutation.SubjectTemplateCleared() { - _spec.ClearField(notificationtemplatehistory.FieldSubjectTemplate, field.TypeString) - } - if value, ok := _u.mutation.BodyTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldBodyTemplate, field.TypeString, value) - } - if _u.mutation.BodyTemplateCleared() { - _spec.ClearField(notificationtemplatehistory.FieldBodyTemplate, field.TypeString) - } - if value, ok := _u.mutation.Blocks(); ok { - _spec.SetField(notificationtemplatehistory.FieldBlocks, field.TypeJSON, value) - } - if _u.mutation.BlocksCleared() { - _spec.ClearField(notificationtemplatehistory.FieldBlocks, field.TypeJSON) - } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(notificationtemplatehistory.FieldJsonconfig, field.TypeJSON, value) - } - if _u.mutation.JsonconfigCleared() { - _spec.ClearField(notificationtemplatehistory.FieldJsonconfig, field.TypeJSON) - } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(notificationtemplatehistory.FieldUischema, field.TypeJSON, value) - } - if _u.mutation.UischemaCleared() { - _spec.ClearField(notificationtemplatehistory.FieldUischema, field.TypeJSON) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(notificationtemplatehistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(notificationtemplatehistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(notificationtemplatehistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(notificationtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedVersion(); ok { - _spec.AddField(notificationtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.TemplateContext(); ok { - _spec.SetField(notificationtemplatehistory.FieldTemplateContext, field.TypeEnum, value) - } - if _u.mutation.TemplateContextCleared() { - _spec.ClearField(notificationtemplatehistory.FieldTemplateContext, field.TypeEnum) - } - if value, ok := _u.mutation.Defaults(); ok { - _spec.SetField(notificationtemplatehistory.FieldDefaults, field.TypeJSON, value) - } - if _u.mutation.DefaultsCleared() { - _spec.ClearField(notificationtemplatehistory.FieldDefaults, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.NotificationTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{notificationtemplatehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// NotificationTemplateHistoryUpdateOne is the builder for updating a single NotificationTemplateHistory entity. -type NotificationTemplateHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *NotificationTemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetUpdatedAt(v time.Time) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearUpdatedAt() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetUpdatedBy(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableUpdatedBy(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearUpdatedBy() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetUpdatedByImpersonator(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearUpdatedByImpersonator() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetDeletedAt(v time.Time) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearDeletedAt() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetDeletedBy(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableDeletedBy(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearDeletedBy() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetRevision(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableRevision(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearRevision() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetInternalNotes(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableInternalNotes(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearInternalNotes() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetSystemInternalID(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableSystemInternalID(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearSystemInternalID() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetKey sets the "key" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetKey(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetKey(v) - return _u -} - -// SetNillableKey sets the "key" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableKey(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetKey(*v) - } - return _u -} - -// SetName sets the "name" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetName(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableName(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetDescription(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableDescription(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearDescription() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetChannel sets the "channel" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetChannel(v enums.Channel) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetChannel(v) - return _u -} - -// SetNillableChannel sets the "channel" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableChannel(v *enums.Channel) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetChannel(*v) - } - return _u -} - -// ClearChannel clears the value of the "channel" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearChannel() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearChannel() - return _u -} - -// SetFormat sets the "format" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetFormat(v enums.NotificationTemplateFormat) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetFormat(v) - return _u -} - -// SetNillableFormat sets the "format" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableFormat(v *enums.NotificationTemplateFormat) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetFormat(*v) - } - return _u -} - -// SetLocale sets the "locale" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetLocale(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetLocale(v) - return _u -} - -// SetNillableLocale sets the "locale" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableLocale(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetLocale(*v) - } - return _u -} - -// SetTopicPattern sets the "topic_pattern" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetTopicPattern(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetTopicPattern(v) - return _u -} - -// SetNillableTopicPattern sets the "topic_pattern" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableTopicPattern(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetTopicPattern(*v) - } - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetIntegrationID(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableIntegrationID(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearIntegrationID() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetDestinations sets the "destinations" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetDestinations(v []string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetDestinations(v) - return _u -} - -// AppendDestinations appends value to the "destinations" field. -func (_u *NotificationTemplateHistoryUpdateOne) AppendDestinations(v []string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.AppendDestinations(v) - return _u -} - -// ClearDestinations clears the value of the "destinations" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearDestinations() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearDestinations() - return _u -} - -// SetWorkflowDefinitionID sets the "workflow_definition_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetWorkflowDefinitionID(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetWorkflowDefinitionID(v) - return _u -} - -// SetNillableWorkflowDefinitionID sets the "workflow_definition_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableWorkflowDefinitionID(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetWorkflowDefinitionID(*v) - } - return _u -} - -// ClearWorkflowDefinitionID clears the value of the "workflow_definition_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearWorkflowDefinitionID() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearWorkflowDefinitionID() - return _u -} - -// SetEmailTemplateID sets the "email_template_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetEmailTemplateID(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetEmailTemplateID(v) - return _u +// NotificationTemplateHistoryUpdate is the builder for updating NotificationTemplateHistory entities. +type NotificationTemplateHistoryUpdate struct { + config + hooks []Hook + mutation *NotificationTemplateHistoryMutation } -// SetNillableEmailTemplateID sets the "email_template_id" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableEmailTemplateID(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetEmailTemplateID(*v) - } +// Where appends a list predicates to the NotificationTemplateHistoryUpdate builder. +func (_u *NotificationTemplateHistoryUpdate) Where(ps ...predicate.NotificationTemplateHistory) *NotificationTemplateHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearEmailTemplateID clears the value of the "email_template_id" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearEmailTemplateID() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearEmailTemplateID() - return _u +// Mutation returns the NotificationTemplateHistoryMutation object of the builder. +func (_u *NotificationTemplateHistoryUpdate) Mutation() *NotificationTemplateHistoryMutation { + return _u.mutation } -// SetTitleTemplate sets the "title_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetTitleTemplate(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetTitleTemplate(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *NotificationTemplateHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableTitleTemplate sets the "title_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableTitleTemplate(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetTitleTemplate(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *NotificationTemplateHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearTitleTemplate clears the value of the "title_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearTitleTemplate() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearTitleTemplate() - return _u + return affected } -// SetSubjectTemplate sets the "subject_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetSubjectTemplate(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetSubjectTemplate(v) - return _u +// Exec executes the query. +func (_u *NotificationTemplateHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableSubjectTemplate sets the "subject_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableSubjectTemplate(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetSubjectTemplate(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *NotificationTemplateHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearSubjectTemplate clears the value of the "subject_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearSubjectTemplate() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearSubjectTemplate() - return _u -} - -// SetBodyTemplate sets the "body_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetBodyTemplate(v string) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetBodyTemplate(v) - return _u } -// SetNillableBodyTemplate sets the "body_template" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableBodyTemplate(v *string) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetBodyTemplate(*v) +func (_u *NotificationTemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(notificationtemplatehistory.Table, notificationtemplatehistory.Columns, sqlgraph.NewFieldSpec(notificationtemplatehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearBodyTemplate clears the value of the "body_template" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearBodyTemplate() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearBodyTemplate() - return _u -} - -// SetBlocks sets the "blocks" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetBlocks(v map[string]interface{}) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetBlocks(v) - return _u -} - -// ClearBlocks clears the value of the "blocks" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearBlocks() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearBlocks() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetJsonconfig(v map[string]interface{}) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetJsonconfig(v) - return _u -} - -// ClearJsonconfig clears the value of the "jsonconfig" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearJsonconfig() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearJsonconfig() - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetUischema(v map[string]interface{}) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearUischema() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearUischema() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetMetadata(v map[string]interface{}) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearMetadata() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetActive sets the "active" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetActive(v bool) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableActive(v *bool) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetActive(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(notificationtemplatehistory.FieldRef, field.TypeString) } - return _u -} - -// SetVersion sets the "version" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetVersion(v int) *NotificationTemplateHistoryUpdateOne { - _u.mutation.ResetVersion() - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableVersion(v *int) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetVersion(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(notificationtemplatehistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// AddVersion adds value to the "version" field. -func (_u *NotificationTemplateHistoryUpdateOne) AddVersion(v int) *NotificationTemplateHistoryUpdateOne { - _u.mutation.AddVersion(v) - return _u -} - -// SetTemplateContext sets the "template_context" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetTemplateContext(v enums.TemplateContext) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetTemplateContext(v) - return _u -} - -// SetNillableTemplateContext sets the "template_context" field if the given value is not nil. -func (_u *NotificationTemplateHistoryUpdateOne) SetNillableTemplateContext(v *enums.TemplateContext) *NotificationTemplateHistoryUpdateOne { - if v != nil { - _u.SetTemplateContext(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(notificationtemplatehistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearTemplateContext clears the value of the "template_context" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearTemplateContext() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearTemplateContext() - return _u -} - -// SetDefaults sets the "defaults" field. -func (_u *NotificationTemplateHistoryUpdateOne) SetDefaults(v map[string]interface{}) *NotificationTemplateHistoryUpdateOne { - _u.mutation.SetDefaults(v) - return _u + if _u.mutation.CreatedByCleared() { + _spec.ClearField(notificationtemplatehistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(notificationtemplatehistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(notificationtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(notificationtemplatehistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(notificationtemplatehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.RevisionCleared() { + _spec.ClearField(notificationtemplatehistory.FieldRevision, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(notificationtemplatehistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(notificationtemplatehistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(notificationtemplatehistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(notificationtemplatehistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(notificationtemplatehistory.FieldDescription, field.TypeString) + } + if _u.mutation.ChannelCleared() { + _spec.ClearField(notificationtemplatehistory.FieldChannel, field.TypeEnum) + } + if _u.mutation.IntegrationIDCleared() { + _spec.ClearField(notificationtemplatehistory.FieldIntegrationID, field.TypeString) + } + if _u.mutation.DestinationsCleared() { + _spec.ClearField(notificationtemplatehistory.FieldDestinations, field.TypeJSON) + } + if _u.mutation.WorkflowDefinitionIDCleared() { + _spec.ClearField(notificationtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) + } + if _u.mutation.EmailTemplateIDCleared() { + _spec.ClearField(notificationtemplatehistory.FieldEmailTemplateID, field.TypeString) + } + if _u.mutation.TitleTemplateCleared() { + _spec.ClearField(notificationtemplatehistory.FieldTitleTemplate, field.TypeString) + } + if _u.mutation.SubjectTemplateCleared() { + _spec.ClearField(notificationtemplatehistory.FieldSubjectTemplate, field.TypeString) + } + if _u.mutation.BodyTemplateCleared() { + _spec.ClearField(notificationtemplatehistory.FieldBodyTemplate, field.TypeString) + } + if _u.mutation.BlocksCleared() { + _spec.ClearField(notificationtemplatehistory.FieldBlocks, field.TypeJSON) + } + if _u.mutation.JsonconfigCleared() { + _spec.ClearField(notificationtemplatehistory.FieldJsonconfig, field.TypeJSON) + } + if _u.mutation.UischemaCleared() { + _spec.ClearField(notificationtemplatehistory.FieldUischema, field.TypeJSON) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(notificationtemplatehistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.TemplateContextCleared() { + _spec.ClearField(notificationtemplatehistory.FieldTemplateContext, field.TypeEnum) + } + if _u.mutation.DefaultsCleared() { + _spec.ClearField(notificationtemplatehistory.FieldDefaults, field.TypeJSON) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{notificationtemplatehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearDefaults clears the value of the "defaults" field. -func (_u *NotificationTemplateHistoryUpdateOne) ClearDefaults() *NotificationTemplateHistoryUpdateOne { - _u.mutation.ClearDefaults() - return _u +// NotificationTemplateHistoryUpdateOne is the builder for updating a single NotificationTemplateHistory entity. +type NotificationTemplateHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *NotificationTemplateHistoryMutation } // Mutation returns the NotificationTemplateHistoryMutation object of the builder. @@ -1376,9 +194,6 @@ func (_u *NotificationTemplateHistoryUpdateOne) Select(field string, fields ...s // Save executes the query and returns the updated NotificationTemplateHistory entity. func (_u *NotificationTemplateHistoryUpdateOne) Save(ctx context.Context) (*NotificationTemplateHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1404,48 +219,7 @@ func (_u *NotificationTemplateHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *NotificationTemplateHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if notificationtemplatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized notificationtemplatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := notificationtemplatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *NotificationTemplateHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Channel(); ok { - if err := notificationtemplatehistory.ChannelValidator(v); err != nil { - return &ValidationError{Name: "channel", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.channel": %w`, err)} - } - } - if v, ok := _u.mutation.Format(); ok { - if err := notificationtemplatehistory.FormatValidator(v); err != nil { - return &ValidationError{Name: "format", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.format": %w`, err)} - } - } - if v, ok := _u.mutation.TemplateContext(); ok { - if err := notificationtemplatehistory.TemplateContextValidator(v); err != nil { - return &ValidationError{Name: "template_context", err: fmt.Errorf(`historygenerated: validator failed for field "NotificationTemplateHistory.template_context": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *NotificationTemplateHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *NotificationTemplateHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *NotificationTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *NotificationTemplateHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(notificationtemplatehistory.Table, notificationtemplatehistory.Columns, sqlgraph.NewFieldSpec(notificationtemplatehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1477,42 +251,24 @@ func (_u *NotificationTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_n if _u.mutation.CreatedAtCleared() { _spec.ClearField(notificationtemplatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(notificationtemplatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(notificationtemplatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(notificationtemplatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(notificationtemplatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(notificationtemplatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(notificationtemplatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(notificationtemplatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(notificationtemplatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(notificationtemplatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(notificationtemplatehistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(notificationtemplatehistory.FieldRevision, field.TypeString) } @@ -1522,140 +278,57 @@ func (_u *NotificationTemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_n if _u.mutation.SystemOwnedCleared() { _spec.ClearField(notificationtemplatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(notificationtemplatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(notificationtemplatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(notificationtemplatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(notificationtemplatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Key(); ok { - _spec.SetField(notificationtemplatehistory.FieldKey, field.TypeString, value) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(notificationtemplatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(notificationtemplatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(notificationtemplatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Channel(); ok { - _spec.SetField(notificationtemplatehistory.FieldChannel, field.TypeEnum, value) - } if _u.mutation.ChannelCleared() { _spec.ClearField(notificationtemplatehistory.FieldChannel, field.TypeEnum) } - if value, ok := _u.mutation.Format(); ok { - _spec.SetField(notificationtemplatehistory.FieldFormat, field.TypeEnum, value) - } - if value, ok := _u.mutation.Locale(); ok { - _spec.SetField(notificationtemplatehistory.FieldLocale, field.TypeString, value) - } - if value, ok := _u.mutation.TopicPattern(); ok { - _spec.SetField(notificationtemplatehistory.FieldTopicPattern, field.TypeString, value) - } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(notificationtemplatehistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(notificationtemplatehistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.Destinations(); ok { - _spec.SetField(notificationtemplatehistory.FieldDestinations, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDestinations(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, notificationtemplatehistory.FieldDestinations, value) - }) - } if _u.mutation.DestinationsCleared() { _spec.ClearField(notificationtemplatehistory.FieldDestinations, field.TypeJSON) } - if value, ok := _u.mutation.WorkflowDefinitionID(); ok { - _spec.SetField(notificationtemplatehistory.FieldWorkflowDefinitionID, field.TypeString, value) - } if _u.mutation.WorkflowDefinitionIDCleared() { _spec.ClearField(notificationtemplatehistory.FieldWorkflowDefinitionID, field.TypeString) } - if value, ok := _u.mutation.EmailTemplateID(); ok { - _spec.SetField(notificationtemplatehistory.FieldEmailTemplateID, field.TypeString, value) - } if _u.mutation.EmailTemplateIDCleared() { _spec.ClearField(notificationtemplatehistory.FieldEmailTemplateID, field.TypeString) } - if value, ok := _u.mutation.TitleTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldTitleTemplate, field.TypeString, value) - } if _u.mutation.TitleTemplateCleared() { _spec.ClearField(notificationtemplatehistory.FieldTitleTemplate, field.TypeString) } - if value, ok := _u.mutation.SubjectTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldSubjectTemplate, field.TypeString, value) - } if _u.mutation.SubjectTemplateCleared() { _spec.ClearField(notificationtemplatehistory.FieldSubjectTemplate, field.TypeString) } - if value, ok := _u.mutation.BodyTemplate(); ok { - _spec.SetField(notificationtemplatehistory.FieldBodyTemplate, field.TypeString, value) - } if _u.mutation.BodyTemplateCleared() { _spec.ClearField(notificationtemplatehistory.FieldBodyTemplate, field.TypeString) } - if value, ok := _u.mutation.Blocks(); ok { - _spec.SetField(notificationtemplatehistory.FieldBlocks, field.TypeJSON, value) - } if _u.mutation.BlocksCleared() { _spec.ClearField(notificationtemplatehistory.FieldBlocks, field.TypeJSON) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(notificationtemplatehistory.FieldJsonconfig, field.TypeJSON, value) - } if _u.mutation.JsonconfigCleared() { _spec.ClearField(notificationtemplatehistory.FieldJsonconfig, field.TypeJSON) } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(notificationtemplatehistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(notificationtemplatehistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(notificationtemplatehistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(notificationtemplatehistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(notificationtemplatehistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(notificationtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedVersion(); ok { - _spec.AddField(notificationtemplatehistory.FieldVersion, field.TypeInt, value) - } - if value, ok := _u.mutation.TemplateContext(); ok { - _spec.SetField(notificationtemplatehistory.FieldTemplateContext, field.TypeEnum, value) - } if _u.mutation.TemplateContextCleared() { _spec.ClearField(notificationtemplatehistory.FieldTemplateContext, field.TypeEnum) } - if value, ok := _u.mutation.Defaults(); ok { - _spec.SetField(notificationtemplatehistory.FieldDefaults, field.TypeJSON, value) - } if _u.mutation.DefaultsCleared() { _spec.ClearField(notificationtemplatehistory.FieldDefaults, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.NotificationTemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &NotificationTemplateHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/organizationhistory/organizationhistory.go b/internal/ent/historygenerated/organizationhistory/organizationhistory.go index 82c4bd54b4..5aed48b63d 100644 --- a/internal/ent/historygenerated/organizationhistory/organizationhistory.go +++ b/internal/ent/historygenerated/organizationhistory/organizationhistory.go @@ -116,8 +116,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultDisplayName holds the default value on creation for the "display_name" field. diff --git a/internal/ent/historygenerated/organizationhistory_create.go b/internal/ent/historygenerated/organizationhistory_create.go index fd0de7f9b5..34f1e87c57 100644 --- a/internal/ent/historygenerated/organizationhistory_create.go +++ b/internal/ent/historygenerated/organizationhistory_create.go @@ -444,7 +444,6 @@ func (_c *OrganizationHistoryCreate) createSpec() (*OrganizationHistory, *sqlgra _node = &OrganizationHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(organizationhistory.Table, sqlgraph.NewFieldSpec(organizationhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrganizationHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/organizationhistory_delete.go b/internal/ent/historygenerated/organizationhistory_delete.go index 7990460f64..9199664bac 100644 --- a/internal/ent/historygenerated/organizationhistory_delete.go +++ b/internal/ent/historygenerated/organizationhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/organizationhistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // OrganizationHistoryDelete is the builder for deleting a OrganizationHistory entity. @@ -45,8 +43,6 @@ func (_d *OrganizationHistoryDelete) ExecX(ctx context.Context) int { func (_d *OrganizationHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(organizationhistory.Table, sqlgraph.NewFieldSpec(organizationhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrganizationHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/organizationhistory_query.go b/internal/ent/historygenerated/organizationhistory_query.go index b8229e292e..df81163657 100644 --- a/internal/ent/historygenerated/organizationhistory_query.go +++ b/internal/ent/historygenerated/organizationhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/organizationhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type OrganizationHistoryQuery struct { order []organizationhistory.OrderOption inters []Interceptor predicates []predicate.OrganizationHistory - loadTotal []func(context.Context, []*OrganizationHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*OrganizationHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *OrganizationHistoryQuery) Clone() *OrganizationHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.OrganizationHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *OrganizationHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrganizationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *OrganizationHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *OrganizationHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrganizationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *OrganizationHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrganizationHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *OrganizationHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *OrganizationHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *OrganizationHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ohq *OrganizationHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "OrganizationHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *OrganizationHistorySelect) sqlScan(ctx context.Context, root *Organiza defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *OrganizationHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *OrganizationHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/organizationhistory_update.go b/internal/ent/historygenerated/organizationhistory_update.go index df32744454..d3abb7c23d 100644 --- a/internal/ent/historygenerated/organizationhistory_update.go +++ b/internal/ent/historygenerated/organizationhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/organizationhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // OrganizationHistoryUpdate is the builder for updating OrganizationHistory entities. type OrganizationHistoryUpdate struct { config - hooks []Hook - mutation *OrganizationHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *OrganizationHistoryMutation } // Where appends a list predicates to the OrganizationHistoryUpdate builder. @@ -34,250 +29,6 @@ func (_u *OrganizationHistoryUpdate) Where(ps ...predicate.OrganizationHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrganizationHistoryUpdate) SetUpdatedAt(v time.Time) *OrganizationHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrganizationHistoryUpdate) ClearUpdatedAt() *OrganizationHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrganizationHistoryUpdate) SetUpdatedBy(v string) *OrganizationHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableUpdatedBy(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrganizationHistoryUpdate) ClearUpdatedBy() *OrganizationHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrganizationHistoryUpdate) SetUpdatedByImpersonator(v string) *OrganizationHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrganizationHistoryUpdate) ClearUpdatedByImpersonator() *OrganizationHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *OrganizationHistoryUpdate) SetDeletedAt(v time.Time) *OrganizationHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableDeletedAt(v *time.Time) *OrganizationHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *OrganizationHistoryUpdate) ClearDeletedAt() *OrganizationHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *OrganizationHistoryUpdate) SetDeletedBy(v string) *OrganizationHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableDeletedBy(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *OrganizationHistoryUpdate) ClearDeletedBy() *OrganizationHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *OrganizationHistoryUpdate) SetTags(v []string) *OrganizationHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *OrganizationHistoryUpdate) AppendTags(v []string) *OrganizationHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *OrganizationHistoryUpdate) ClearTags() *OrganizationHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *OrganizationHistoryUpdate) SetDisplayName(v string) *OrganizationHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableDisplayName(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *OrganizationHistoryUpdate) SetDescription(v string) *OrganizationHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableDescription(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *OrganizationHistoryUpdate) ClearDescription() *OrganizationHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *OrganizationHistoryUpdate) SetAvatarRemoteURL(v string) *OrganizationHistoryUpdate { - _u.mutation.SetAvatarRemoteURL(v) - return _u -} - -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableAvatarRemoteURL(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetAvatarRemoteURL(*v) - } - return _u -} - -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *OrganizationHistoryUpdate) ClearAvatarRemoteURL() *OrganizationHistoryUpdate { - _u.mutation.ClearAvatarRemoteURL() - return _u -} - -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *OrganizationHistoryUpdate) SetAvatarLocalFileID(v string) *OrganizationHistoryUpdate { - _u.mutation.SetAvatarLocalFileID(v) - return _u -} - -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableAvatarLocalFileID(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetAvatarLocalFileID(*v) - } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *OrganizationHistoryUpdate) ClearAvatarLocalFileID() *OrganizationHistoryUpdate { - _u.mutation.ClearAvatarLocalFileID() - return _u -} - -// SetAvatarUpdatedAt sets the "avatar_updated_at" field. -func (_u *OrganizationHistoryUpdate) SetAvatarUpdatedAt(v time.Time) *OrganizationHistoryUpdate { - _u.mutation.SetAvatarUpdatedAt(v) - return _u -} - -// SetNillableAvatarUpdatedAt sets the "avatar_updated_at" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableAvatarUpdatedAt(v *time.Time) *OrganizationHistoryUpdate { - if v != nil { - _u.SetAvatarUpdatedAt(*v) - } - return _u -} - -// ClearAvatarUpdatedAt clears the value of the "avatar_updated_at" field. -func (_u *OrganizationHistoryUpdate) ClearAvatarUpdatedAt() *OrganizationHistoryUpdate { - _u.mutation.ClearAvatarUpdatedAt() - return _u -} - -// SetStripeCustomerID sets the "stripe_customer_id" field. -func (_u *OrganizationHistoryUpdate) SetStripeCustomerID(v string) *OrganizationHistoryUpdate { - _u.mutation.SetStripeCustomerID(v) - return _u -} - -// SetNillableStripeCustomerID sets the "stripe_customer_id" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableStripeCustomerID(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetStripeCustomerID(*v) - } - return _u -} - -// ClearStripeCustomerID clears the value of the "stripe_customer_id" field. -func (_u *OrganizationHistoryUpdate) ClearStripeCustomerID() *OrganizationHistoryUpdate { - _u.mutation.ClearStripeCustomerID() - return _u -} - -// SetSlugName sets the "slug_name" field. -func (_u *OrganizationHistoryUpdate) SetSlugName(v string) *OrganizationHistoryUpdate { - _u.mutation.SetSlugName(v) - return _u -} - -// SetNillableSlugName sets the "slug_name" field if the given value is not nil. -func (_u *OrganizationHistoryUpdate) SetNillableSlugName(v *string) *OrganizationHistoryUpdate { - if v != nil { - _u.SetSlugName(*v) - } - return _u -} - -// ClearSlugName clears the value of the "slug_name" field. -func (_u *OrganizationHistoryUpdate) ClearSlugName() *OrganizationHistoryUpdate { - _u.mutation.ClearSlugName() - return _u -} - // Mutation returns the OrganizationHistoryMutation object of the builder. func (_u *OrganizationHistoryUpdate) Mutation() *OrganizationHistoryMutation { return _u.mutation @@ -285,9 +36,6 @@ func (_u *OrganizationHistoryUpdate) Mutation() *OrganizationHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *OrganizationHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -313,24 +61,6 @@ func (_u *OrganizationHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *OrganizationHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if organizationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized organizationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := organizationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrganizationHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrganizationHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *OrganizationHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(organizationhistory.Table, organizationhistory.Columns, sqlgraph.NewFieldSpec(organizationhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -346,56 +76,27 @@ func (_u *OrganizationHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(organizationhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(organizationhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(organizationhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(organizationhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(organizationhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(organizationhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(organizationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(organizationhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(organizationhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(organizationhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(organizationhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(organizationhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(organizationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(organizationhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(organizationhistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(organizationhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(organizationhistory.FieldDescription, field.TypeString) } @@ -405,39 +106,21 @@ func (_u *OrganizationHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.PersonalOrgCleared() { _spec.ClearField(organizationhistory.FieldPersonalOrg, field.TypeBool) } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(organizationhistory.FieldAvatarRemoteURL, field.TypeString, value) - } if _u.mutation.AvatarRemoteURLCleared() { _spec.ClearField(organizationhistory.FieldAvatarRemoteURL, field.TypeString) } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(organizationhistory.FieldAvatarLocalFileID, field.TypeString, value) - } if _u.mutation.AvatarLocalFileIDCleared() { _spec.ClearField(organizationhistory.FieldAvatarLocalFileID, field.TypeString) } - if value, ok := _u.mutation.AvatarUpdatedAt(); ok { - _spec.SetField(organizationhistory.FieldAvatarUpdatedAt, field.TypeTime, value) - } if _u.mutation.AvatarUpdatedAtCleared() { _spec.ClearField(organizationhistory.FieldAvatarUpdatedAt, field.TypeTime) } - if value, ok := _u.mutation.StripeCustomerID(); ok { - _spec.SetField(organizationhistory.FieldStripeCustomerID, field.TypeString, value) - } if _u.mutation.StripeCustomerIDCleared() { _spec.ClearField(organizationhistory.FieldStripeCustomerID, field.TypeString) } - if value, ok := _u.mutation.SlugName(); ok { - _spec.SetField(organizationhistory.FieldSlugName, field.TypeString, value) - } if _u.mutation.SlugNameCleared() { _spec.ClearField(organizationhistory.FieldSlugName, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.OrganizationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{organizationhistory.Label} @@ -453,254 +136,9 @@ func (_u *OrganizationHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // OrganizationHistoryUpdateOne is the builder for updating a single OrganizationHistory entity. type OrganizationHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *OrganizationHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrganizationHistoryUpdateOne) SetUpdatedAt(v time.Time) *OrganizationHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrganizationHistoryUpdateOne) ClearUpdatedAt() *OrganizationHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrganizationHistoryUpdateOne) SetUpdatedBy(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableUpdatedBy(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrganizationHistoryUpdateOne) ClearUpdatedBy() *OrganizationHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrganizationHistoryUpdateOne) SetUpdatedByImpersonator(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrganizationHistoryUpdateOne) ClearUpdatedByImpersonator() *OrganizationHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *OrganizationHistoryUpdateOne) SetDeletedAt(v time.Time) *OrganizationHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *OrganizationHistoryUpdateOne) ClearDeletedAt() *OrganizationHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *OrganizationHistoryUpdateOne) SetDeletedBy(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableDeletedBy(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *OrganizationHistoryUpdateOne) ClearDeletedBy() *OrganizationHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *OrganizationHistoryUpdateOne) SetTags(v []string) *OrganizationHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *OrganizationHistoryUpdateOne) AppendTags(v []string) *OrganizationHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *OrganizationHistoryUpdateOne) ClearTags() *OrganizationHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *OrganizationHistoryUpdateOne) SetDisplayName(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableDisplayName(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *OrganizationHistoryUpdateOne) SetDescription(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableDescription(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *OrganizationHistoryUpdateOne) ClearDescription() *OrganizationHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *OrganizationHistoryUpdateOne) SetAvatarRemoteURL(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetAvatarRemoteURL(v) - return _u -} - -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableAvatarRemoteURL(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetAvatarRemoteURL(*v) - } - return _u -} - -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *OrganizationHistoryUpdateOne) ClearAvatarRemoteURL() *OrganizationHistoryUpdateOne { - _u.mutation.ClearAvatarRemoteURL() - return _u -} - -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *OrganizationHistoryUpdateOne) SetAvatarLocalFileID(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetAvatarLocalFileID(v) - return _u -} - -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableAvatarLocalFileID(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetAvatarLocalFileID(*v) - } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *OrganizationHistoryUpdateOne) ClearAvatarLocalFileID() *OrganizationHistoryUpdateOne { - _u.mutation.ClearAvatarLocalFileID() - return _u -} - -// SetAvatarUpdatedAt sets the "avatar_updated_at" field. -func (_u *OrganizationHistoryUpdateOne) SetAvatarUpdatedAt(v time.Time) *OrganizationHistoryUpdateOne { - _u.mutation.SetAvatarUpdatedAt(v) - return _u -} - -// SetNillableAvatarUpdatedAt sets the "avatar_updated_at" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableAvatarUpdatedAt(v *time.Time) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetAvatarUpdatedAt(*v) - } - return _u -} - -// ClearAvatarUpdatedAt clears the value of the "avatar_updated_at" field. -func (_u *OrganizationHistoryUpdateOne) ClearAvatarUpdatedAt() *OrganizationHistoryUpdateOne { - _u.mutation.ClearAvatarUpdatedAt() - return _u -} - -// SetStripeCustomerID sets the "stripe_customer_id" field. -func (_u *OrganizationHistoryUpdateOne) SetStripeCustomerID(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetStripeCustomerID(v) - return _u -} - -// SetNillableStripeCustomerID sets the "stripe_customer_id" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableStripeCustomerID(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetStripeCustomerID(*v) - } - return _u -} - -// ClearStripeCustomerID clears the value of the "stripe_customer_id" field. -func (_u *OrganizationHistoryUpdateOne) ClearStripeCustomerID() *OrganizationHistoryUpdateOne { - _u.mutation.ClearStripeCustomerID() - return _u -} - -// SetSlugName sets the "slug_name" field. -func (_u *OrganizationHistoryUpdateOne) SetSlugName(v string) *OrganizationHistoryUpdateOne { - _u.mutation.SetSlugName(v) - return _u -} - -// SetNillableSlugName sets the "slug_name" field if the given value is not nil. -func (_u *OrganizationHistoryUpdateOne) SetNillableSlugName(v *string) *OrganizationHistoryUpdateOne { - if v != nil { - _u.SetSlugName(*v) - } - return _u -} - -// ClearSlugName clears the value of the "slug_name" field. -func (_u *OrganizationHistoryUpdateOne) ClearSlugName() *OrganizationHistoryUpdateOne { - _u.mutation.ClearSlugName() - return _u + fields []string + hooks []Hook + mutation *OrganizationHistoryMutation } // Mutation returns the OrganizationHistoryMutation object of the builder. @@ -723,9 +161,6 @@ func (_u *OrganizationHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated OrganizationHistory entity. func (_u *OrganizationHistoryUpdateOne) Save(ctx context.Context) (*OrganizationHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -751,24 +186,6 @@ func (_u *OrganizationHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *OrganizationHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if organizationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized organizationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := organizationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrganizationHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrganizationHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *OrganizationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *OrganizationHistory, err error) { _spec := sqlgraph.NewUpdateSpec(organizationhistory.Table, organizationhistory.Columns, sqlgraph.NewFieldSpec(organizationhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -801,56 +218,27 @@ func (_u *OrganizationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Org if _u.mutation.CreatedAtCleared() { _spec.ClearField(organizationhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(organizationhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(organizationhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(organizationhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(organizationhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(organizationhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(organizationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(organizationhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(organizationhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(organizationhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(organizationhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(organizationhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(organizationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(organizationhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(organizationhistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(organizationhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(organizationhistory.FieldDescription, field.TypeString) } @@ -860,39 +248,21 @@ func (_u *OrganizationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Org if _u.mutation.PersonalOrgCleared() { _spec.ClearField(organizationhistory.FieldPersonalOrg, field.TypeBool) } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(organizationhistory.FieldAvatarRemoteURL, field.TypeString, value) - } if _u.mutation.AvatarRemoteURLCleared() { _spec.ClearField(organizationhistory.FieldAvatarRemoteURL, field.TypeString) } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(organizationhistory.FieldAvatarLocalFileID, field.TypeString, value) - } if _u.mutation.AvatarLocalFileIDCleared() { _spec.ClearField(organizationhistory.FieldAvatarLocalFileID, field.TypeString) } - if value, ok := _u.mutation.AvatarUpdatedAt(); ok { - _spec.SetField(organizationhistory.FieldAvatarUpdatedAt, field.TypeTime, value) - } if _u.mutation.AvatarUpdatedAtCleared() { _spec.ClearField(organizationhistory.FieldAvatarUpdatedAt, field.TypeTime) } - if value, ok := _u.mutation.StripeCustomerID(); ok { - _spec.SetField(organizationhistory.FieldStripeCustomerID, field.TypeString, value) - } if _u.mutation.StripeCustomerIDCleared() { _spec.ClearField(organizationhistory.FieldStripeCustomerID, field.TypeString) } - if value, ok := _u.mutation.SlugName(); ok { - _spec.SetField(organizationhistory.FieldSlugName, field.TypeString, value) - } if _u.mutation.SlugNameCleared() { _spec.ClearField(organizationhistory.FieldSlugName, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.OrganizationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &OrganizationHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/organizationsettinghistory/organizationsettinghistory.go b/internal/ent/historygenerated/organizationsettinghistory/organizationsettinghistory.go index 251217f4a3..df57d7ab1e 100644 --- a/internal/ent/historygenerated/organizationsettinghistory/organizationsettinghistory.go +++ b/internal/ent/historygenerated/organizationsettinghistory/organizationsettinghistory.go @@ -177,8 +177,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultBillingNotificationsEnabled holds the default value on creation for the "billing_notifications_enabled" field. diff --git a/internal/ent/historygenerated/organizationsettinghistory_create.go b/internal/ent/historygenerated/organizationsettinghistory_create.go index 1ce774c11c..75319857f4 100644 --- a/internal/ent/historygenerated/organizationsettinghistory_create.go +++ b/internal/ent/historygenerated/organizationsettinghistory_create.go @@ -753,7 +753,6 @@ func (_c *OrganizationSettingHistoryCreate) createSpec() (*OrganizationSettingHi _node = &OrganizationSettingHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(organizationsettinghistory.Table, sqlgraph.NewFieldSpec(organizationsettinghistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrganizationSettingHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/organizationsettinghistory_delete.go b/internal/ent/historygenerated/organizationsettinghistory_delete.go index d52ba0b01b..831869756a 100644 --- a/internal/ent/historygenerated/organizationsettinghistory_delete.go +++ b/internal/ent/historygenerated/organizationsettinghistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/organizationsettinghistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // OrganizationSettingHistoryDelete is the builder for deleting a OrganizationSettingHistory entity. @@ -45,8 +43,6 @@ func (_d *OrganizationSettingHistoryDelete) ExecX(ctx context.Context) int { func (_d *OrganizationSettingHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(organizationsettinghistory.Table, sqlgraph.NewFieldSpec(organizationsettinghistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrganizationSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/organizationsettinghistory_query.go b/internal/ent/historygenerated/organizationsettinghistory_query.go index 45dc22c7a4..f627c6b598 100644 --- a/internal/ent/historygenerated/organizationsettinghistory_query.go +++ b/internal/ent/historygenerated/organizationsettinghistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/organizationsettinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type OrganizationSettingHistoryQuery struct { order []organizationsettinghistory.OrderOption inters []Interceptor predicates []predicate.OrganizationSettingHistory - loadTotal []func(context.Context, []*OrganizationSettingHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*OrganizationSettingHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *OrganizationSettingHistoryQuery) Clone() *OrganizationSettingHistoryQu inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.OrganizationSettingHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *OrganizationSettingHistoryQuery) sqlAll(ctx context.Context, hooks ... nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrganizationSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *OrganizationSettingHistoryQuery) sqlAll(ctx context.Context, hooks ... func (_q *OrganizationSettingHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrganizationSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *OrganizationSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Se if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrganizationSettingHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *OrganizationSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Se return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *OrganizationSettingHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *OrganizationSettingHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (oshq *OrganizationSettingHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "OrganizationSettingHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *OrganizationSettingHistorySelect) sqlScan(ctx context.Context, root *O defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *OrganizationSettingHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *OrganizationSettingHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/organizationsettinghistory_update.go b/internal/ent/historygenerated/organizationsettinghistory_update.go index 878b49c314..41983949d4 100644 --- a/internal/ent/historygenerated/organizationsettinghistory_update.go +++ b/internal/ent/historygenerated/organizationsettinghistory_update.go @@ -8,1715 +8,188 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/organizationsettinghistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// OrganizationSettingHistoryUpdate is the builder for updating OrganizationSettingHistory entities. -type OrganizationSettingHistoryUpdate struct { - config - hooks []Hook - mutation *OrganizationSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the OrganizationSettingHistoryUpdate builder. -func (_u *OrganizationSettingHistoryUpdate) Where(ps ...predicate.OrganizationSettingHistory) *OrganizationSettingHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrganizationSettingHistoryUpdate) SetUpdatedAt(v time.Time) *OrganizationSettingHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrganizationSettingHistoryUpdate) ClearUpdatedAt() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrganizationSettingHistoryUpdate) SetUpdatedBy(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableUpdatedBy(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrganizationSettingHistoryUpdate) ClearUpdatedBy() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrganizationSettingHistoryUpdate) SetUpdatedByImpersonator(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrganizationSettingHistoryUpdate) ClearUpdatedByImpersonator() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *OrganizationSettingHistoryUpdate) SetDeletedAt(v time.Time) *OrganizationSettingHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableDeletedAt(v *time.Time) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *OrganizationSettingHistoryUpdate) ClearDeletedAt() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *OrganizationSettingHistoryUpdate) SetDeletedBy(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableDeletedBy(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *OrganizationSettingHistoryUpdate) ClearDeletedBy() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *OrganizationSettingHistoryUpdate) SetTags(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *OrganizationSettingHistoryUpdate) AppendTags(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *OrganizationSettingHistoryUpdate) ClearTags() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *OrganizationSettingHistoryUpdate) SetDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *OrganizationSettingHistoryUpdate) AppendDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *OrganizationSettingHistoryUpdate) ClearDomains() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearDomains() - return _u -} - -// SetBillingContact sets the "billing_contact" field. -func (_u *OrganizationSettingHistoryUpdate) SetBillingContact(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetBillingContact(v) - return _u -} - -// SetNillableBillingContact sets the "billing_contact" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableBillingContact(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetBillingContact(*v) - } - return _u -} - -// ClearBillingContact clears the value of the "billing_contact" field. -func (_u *OrganizationSettingHistoryUpdate) ClearBillingContact() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearBillingContact() - return _u -} - -// SetBillingEmail sets the "billing_email" field. -func (_u *OrganizationSettingHistoryUpdate) SetBillingEmail(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetBillingEmail(v) - return _u -} - -// SetNillableBillingEmail sets the "billing_email" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableBillingEmail(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetBillingEmail(*v) - } - return _u -} - -// ClearBillingEmail clears the value of the "billing_email" field. -func (_u *OrganizationSettingHistoryUpdate) ClearBillingEmail() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearBillingEmail() - return _u -} - -// SetBillingPhone sets the "billing_phone" field. -func (_u *OrganizationSettingHistoryUpdate) SetBillingPhone(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetBillingPhone(v) - return _u -} - -// SetNillableBillingPhone sets the "billing_phone" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableBillingPhone(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetBillingPhone(*v) - } - return _u -} - -// ClearBillingPhone clears the value of the "billing_phone" field. -func (_u *OrganizationSettingHistoryUpdate) ClearBillingPhone() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearBillingPhone() - return _u -} - -// SetBillingAddress sets the "billing_address" field. -func (_u *OrganizationSettingHistoryUpdate) SetBillingAddress(v models.Address) *OrganizationSettingHistoryUpdate { - _u.mutation.SetBillingAddress(v) - return _u -} - -// SetNillableBillingAddress sets the "billing_address" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableBillingAddress(v *models.Address) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetBillingAddress(*v) - } - return _u -} - -// ClearBillingAddress clears the value of the "billing_address" field. -func (_u *OrganizationSettingHistoryUpdate) ClearBillingAddress() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearBillingAddress() - return _u -} - -// SetTaxIdentifier sets the "tax_identifier" field. -func (_u *OrganizationSettingHistoryUpdate) SetTaxIdentifier(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetTaxIdentifier(v) - return _u -} - -// SetNillableTaxIdentifier sets the "tax_identifier" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableTaxIdentifier(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetTaxIdentifier(*v) - } - return _u -} - -// ClearTaxIdentifier clears the value of the "tax_identifier" field. -func (_u *OrganizationSettingHistoryUpdate) ClearTaxIdentifier() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearTaxIdentifier() - return _u -} - -// SetGeoLocation sets the "geo_location" field. -func (_u *OrganizationSettingHistoryUpdate) SetGeoLocation(v enums.Region) *OrganizationSettingHistoryUpdate { - _u.mutation.SetGeoLocation(v) - return _u -} - -// SetNillableGeoLocation sets the "geo_location" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableGeoLocation(v *enums.Region) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetGeoLocation(*v) - } - return _u -} - -// ClearGeoLocation clears the value of the "geo_location" field. -func (_u *OrganizationSettingHistoryUpdate) ClearGeoLocation() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearGeoLocation() - return _u -} - -// SetOrganizationID sets the "organization_id" field. -func (_u *OrganizationSettingHistoryUpdate) SetOrganizationID(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetOrganizationID(v) - return _u -} - -// SetNillableOrganizationID sets the "organization_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableOrganizationID(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetOrganizationID(*v) - } - return _u -} - -// ClearOrganizationID clears the value of the "organization_id" field. -func (_u *OrganizationSettingHistoryUpdate) ClearOrganizationID() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearOrganizationID() - return _u -} - -// SetBillingNotificationsEnabled sets the "billing_notifications_enabled" field. -func (_u *OrganizationSettingHistoryUpdate) SetBillingNotificationsEnabled(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetBillingNotificationsEnabled(v) - return _u -} - -// SetNillableBillingNotificationsEnabled sets the "billing_notifications_enabled" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableBillingNotificationsEnabled(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetBillingNotificationsEnabled(*v) - } - return _u -} - -// SetAllowedEmailDomains sets the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) SetAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetAllowedEmailDomains(v) - return _u -} - -// AppendAllowedEmailDomains appends value to the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) AppendAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.AppendAllowedEmailDomains(v) - return _u -} - -// ClearAllowedEmailDomains clears the value of the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) ClearAllowedEmailDomains() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearAllowedEmailDomains() - return _u -} - -// SetAllowMatchingDomainsAutojoin sets the "allow_matching_domains_autojoin" field. -func (_u *OrganizationSettingHistoryUpdate) SetAllowMatchingDomainsAutojoin(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetAllowMatchingDomainsAutojoin(v) - return _u -} - -// SetNillableAllowMatchingDomainsAutojoin sets the "allow_matching_domains_autojoin" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableAllowMatchingDomainsAutojoin(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetAllowMatchingDomainsAutojoin(*v) - } - return _u -} - -// ClearAllowMatchingDomainsAutojoin clears the value of the "allow_matching_domains_autojoin" field. -func (_u *OrganizationSettingHistoryUpdate) ClearAllowMatchingDomainsAutojoin() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearAllowMatchingDomainsAutojoin() - return _u -} - -// SetIdentityProvider sets the "identity_provider" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProvider(v enums.SSOProvider) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProvider(v) - return _u -} - -// SetNillableIdentityProvider sets the "identity_provider" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProvider(v *enums.SSOProvider) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProvider(*v) - } - return _u -} - -// ClearIdentityProvider clears the value of the "identity_provider" field. -func (_u *OrganizationSettingHistoryUpdate) ClearIdentityProvider() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearIdentityProvider() - return _u -} - -// SetIdentityProviderClientID sets the "identity_provider_client_id" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderClientID(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderClientID(v) - return _u -} - -// SetNillableIdentityProviderClientID sets the "identity_provider_client_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderClientID(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderClientID(*v) - } - return _u -} - -// ClearIdentityProviderClientID clears the value of the "identity_provider_client_id" field. -func (_u *OrganizationSettingHistoryUpdate) ClearIdentityProviderClientID() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearIdentityProviderClientID() - return _u -} - -// SetIdentityProviderClientSecret sets the "identity_provider_client_secret" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderClientSecret(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderClientSecret(v) - return _u -} - -// SetNillableIdentityProviderClientSecret sets the "identity_provider_client_secret" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderClientSecret(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderClientSecret(*v) - } - return _u -} - -// ClearIdentityProviderClientSecret clears the value of the "identity_provider_client_secret" field. -func (_u *OrganizationSettingHistoryUpdate) ClearIdentityProviderClientSecret() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearIdentityProviderClientSecret() - return _u -} - -// SetIdentityProviderMetadataEndpoint sets the "identity_provider_metadata_endpoint" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderMetadataEndpoint(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderMetadataEndpoint(v) - return _u -} - -// SetNillableIdentityProviderMetadataEndpoint sets the "identity_provider_metadata_endpoint" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderMetadataEndpoint(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderMetadataEndpoint(*v) - } - return _u -} - -// ClearIdentityProviderMetadataEndpoint clears the value of the "identity_provider_metadata_endpoint" field. -func (_u *OrganizationSettingHistoryUpdate) ClearIdentityProviderMetadataEndpoint() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearIdentityProviderMetadataEndpoint() - return _u -} - -// SetIdentityProviderAuthTested sets the "identity_provider_auth_tested" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderAuthTested(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderAuthTested(v) - return _u -} - -// SetNillableIdentityProviderAuthTested sets the "identity_provider_auth_tested" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderAuthTested(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderAuthTested(*v) - } - return _u -} - -// SetIdentityProviderEntityID sets the "identity_provider_entity_id" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderEntityID(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderEntityID(v) - return _u -} - -// SetNillableIdentityProviderEntityID sets the "identity_provider_entity_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderEntityID(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderEntityID(*v) - } - return _u -} - -// ClearIdentityProviderEntityID clears the value of the "identity_provider_entity_id" field. -func (_u *OrganizationSettingHistoryUpdate) ClearIdentityProviderEntityID() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearIdentityProviderEntityID() - return _u -} - -// SetOidcDiscoveryEndpoint sets the "oidc_discovery_endpoint" field. -func (_u *OrganizationSettingHistoryUpdate) SetOidcDiscoveryEndpoint(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetOidcDiscoveryEndpoint(v) - return _u -} - -// SetNillableOidcDiscoveryEndpoint sets the "oidc_discovery_endpoint" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableOidcDiscoveryEndpoint(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetOidcDiscoveryEndpoint(*v) - } - return _u -} - -// ClearOidcDiscoveryEndpoint clears the value of the "oidc_discovery_endpoint" field. -func (_u *OrganizationSettingHistoryUpdate) ClearOidcDiscoveryEndpoint() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearOidcDiscoveryEndpoint() - return _u -} - -// SetSamlSigninURL sets the "saml_signin_url" field. -func (_u *OrganizationSettingHistoryUpdate) SetSamlSigninURL(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetSamlSigninURL(v) - return _u -} - -// SetNillableSamlSigninURL sets the "saml_signin_url" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableSamlSigninURL(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetSamlSigninURL(*v) - } - return _u -} - -// ClearSamlSigninURL clears the value of the "saml_signin_url" field. -func (_u *OrganizationSettingHistoryUpdate) ClearSamlSigninURL() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearSamlSigninURL() - return _u -} - -// SetSamlIssuer sets the "saml_issuer" field. -func (_u *OrganizationSettingHistoryUpdate) SetSamlIssuer(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetSamlIssuer(v) - return _u -} - -// SetNillableSamlIssuer sets the "saml_issuer" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableSamlIssuer(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetSamlIssuer(*v) - } - return _u -} - -// ClearSamlIssuer clears the value of the "saml_issuer" field. -func (_u *OrganizationSettingHistoryUpdate) ClearSamlIssuer() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearSamlIssuer() - return _u -} - -// SetSamlCert sets the "saml_cert" field. -func (_u *OrganizationSettingHistoryUpdate) SetSamlCert(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetSamlCert(v) - return _u -} - -// SetNillableSamlCert sets the "saml_cert" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableSamlCert(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetSamlCert(*v) - } - return _u -} - -// ClearSamlCert clears the value of the "saml_cert" field. -func (_u *OrganizationSettingHistoryUpdate) ClearSamlCert() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearSamlCert() - return _u -} - -// SetIdentityProviderLoginEnforced sets the "identity_provider_login_enforced" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderLoginEnforced(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderLoginEnforced(v) - return _u -} - -// SetNillableIdentityProviderLoginEnforced sets the "identity_provider_login_enforced" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderLoginEnforced(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderLoginEnforced(*v) - } - return _u -} - -// SetIdentityProviderJitProvisioning sets the "identity_provider_jit_provisioning" field. -func (_u *OrganizationSettingHistoryUpdate) SetIdentityProviderJitProvisioning(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetIdentityProviderJitProvisioning(v) - return _u -} - -// SetNillableIdentityProviderJitProvisioning sets the "identity_provider_jit_provisioning" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableIdentityProviderJitProvisioning(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetIdentityProviderJitProvisioning(*v) - } - return _u -} - -// SetJitAllowedEmailDomains sets the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) SetJitAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetJitAllowedEmailDomains(v) - return _u -} - -// AppendJitAllowedEmailDomains appends value to the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) AppendJitAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.AppendJitAllowedEmailDomains(v) - return _u -} - -// ClearJitAllowedEmailDomains clears the value of the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdate) ClearJitAllowedEmailDomains() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearJitAllowedEmailDomains() - return _u -} - -// SetMultifactorAuthEnforced sets the "multifactor_auth_enforced" field. -func (_u *OrganizationSettingHistoryUpdate) SetMultifactorAuthEnforced(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetMultifactorAuthEnforced(v) - return _u -} - -// SetNillableMultifactorAuthEnforced sets the "multifactor_auth_enforced" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableMultifactorAuthEnforced(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetMultifactorAuthEnforced(*v) - } - return _u -} - -// ClearMultifactorAuthEnforced clears the value of the "multifactor_auth_enforced" field. -func (_u *OrganizationSettingHistoryUpdate) ClearMultifactorAuthEnforced() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearMultifactorAuthEnforced() - return _u -} - -// SetSSOExemptDomains sets the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdate) SetSSOExemptDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetSSOExemptDomains(v) - return _u -} - -// AppendSSOExemptDomains appends value to the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdate) AppendSSOExemptDomains(v []string) *OrganizationSettingHistoryUpdate { - _u.mutation.AppendSSOExemptDomains(v) - return _u -} - -// ClearSSOExemptDomains clears the value of the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdate) ClearSSOExemptDomains() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearSSOExemptDomains() - return _u -} - -// SetAllowSupportAccess sets the "allow_support_access" field. -func (_u *OrganizationSettingHistoryUpdate) SetAllowSupportAccess(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetAllowSupportAccess(v) - return _u -} - -// SetNillableAllowSupportAccess sets the "allow_support_access" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableAllowSupportAccess(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetAllowSupportAccess(*v) - } - return _u -} - -// ClearAllowSupportAccess clears the value of the "allow_support_access" field. -func (_u *OrganizationSettingHistoryUpdate) ClearAllowSupportAccess() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearAllowSupportAccess() - return _u -} - -// SetComplianceWebhookToken sets the "compliance_webhook_token" field. -func (_u *OrganizationSettingHistoryUpdate) SetComplianceWebhookToken(v string) *OrganizationSettingHistoryUpdate { - _u.mutation.SetComplianceWebhookToken(v) - return _u -} - -// SetNillableComplianceWebhookToken sets the "compliance_webhook_token" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillableComplianceWebhookToken(v *string) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetComplianceWebhookToken(*v) - } - return _u -} - -// ClearComplianceWebhookToken clears the value of the "compliance_webhook_token" field. -func (_u *OrganizationSettingHistoryUpdate) ClearComplianceWebhookToken() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearComplianceWebhookToken() - return _u -} - -// SetPaymentMethodAdded sets the "payment_method_added" field. -func (_u *OrganizationSettingHistoryUpdate) SetPaymentMethodAdded(v bool) *OrganizationSettingHistoryUpdate { - _u.mutation.SetPaymentMethodAdded(v) - return _u -} - -// SetNillablePaymentMethodAdded sets the "payment_method_added" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillablePaymentMethodAdded(v *bool) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetPaymentMethodAdded(*v) - } - return _u -} - -// SetPendingDeletionAt sets the "pending_deletion_at" field. -func (_u *OrganizationSettingHistoryUpdate) SetPendingDeletionAt(v models.DateTime) *OrganizationSettingHistoryUpdate { - _u.mutation.SetPendingDeletionAt(v) - return _u -} - -// SetNillablePendingDeletionAt sets the "pending_deletion_at" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdate) SetNillablePendingDeletionAt(v *models.DateTime) *OrganizationSettingHistoryUpdate { - if v != nil { - _u.SetPendingDeletionAt(*v) - } - return _u -} - -// ClearPendingDeletionAt clears the value of the "pending_deletion_at" field. -func (_u *OrganizationSettingHistoryUpdate) ClearPendingDeletionAt() *OrganizationSettingHistoryUpdate { - _u.mutation.ClearPendingDeletionAt() - return _u -} - -// Mutation returns the OrganizationSettingHistoryMutation object of the builder. -func (_u *OrganizationSettingHistoryUpdate) Mutation() *OrganizationSettingHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *OrganizationSettingHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *OrganizationSettingHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *OrganizationSettingHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *OrganizationSettingHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *OrganizationSettingHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if organizationsettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized organizationsettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := organizationsettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *OrganizationSettingHistoryUpdate) check() error { - if v, ok := _u.mutation.GeoLocation(); ok { - if err := organizationsettinghistory.GeoLocationValidator(v); err != nil { - return &ValidationError{Name: "geo_location", err: fmt.Errorf(`historygenerated: validator failed for field "OrganizationSettingHistory.geo_location": %w`, err)} - } - } - if v, ok := _u.mutation.IdentityProvider(); ok { - if err := organizationsettinghistory.IdentityProviderValidator(v); err != nil { - return &ValidationError{Name: "identity_provider", err: fmt.Errorf(`historygenerated: validator failed for field "OrganizationSettingHistory.identity_provider": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrganizationSettingHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrganizationSettingHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *OrganizationSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(organizationsettinghistory.Table, organizationsettinghistory.Columns, sqlgraph.NewFieldSpec(organizationsettinghistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(organizationsettinghistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(organizationsettinghistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(organizationsettinghistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(organizationsettinghistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(organizationsettinghistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(organizationsettinghistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(organizationsettinghistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(organizationsettinghistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(organizationsettinghistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(organizationsettinghistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(organizationsettinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(organizationsettinghistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(organizationsettinghistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldDomains, value) - }) - } - if _u.mutation.DomainsCleared() { - _spec.ClearField(organizationsettinghistory.FieldDomains, field.TypeJSON) - } - if value, ok := _u.mutation.BillingContact(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingContact, field.TypeString, value) - } - if _u.mutation.BillingContactCleared() { - _spec.ClearField(organizationsettinghistory.FieldBillingContact, field.TypeString) - } - if value, ok := _u.mutation.BillingEmail(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingEmail, field.TypeString, value) - } - if _u.mutation.BillingEmailCleared() { - _spec.ClearField(organizationsettinghistory.FieldBillingEmail, field.TypeString) - } - if value, ok := _u.mutation.BillingPhone(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingPhone, field.TypeString, value) - } - if _u.mutation.BillingPhoneCleared() { - _spec.ClearField(organizationsettinghistory.FieldBillingPhone, field.TypeString) - } - if value, ok := _u.mutation.BillingAddress(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingAddress, field.TypeJSON, value) - } - if _u.mutation.BillingAddressCleared() { - _spec.ClearField(organizationsettinghistory.FieldBillingAddress, field.TypeJSON) - } - if value, ok := _u.mutation.TaxIdentifier(); ok { - _spec.SetField(organizationsettinghistory.FieldTaxIdentifier, field.TypeString, value) - } - if _u.mutation.TaxIdentifierCleared() { - _spec.ClearField(organizationsettinghistory.FieldTaxIdentifier, field.TypeString) - } - if value, ok := _u.mutation.GeoLocation(); ok { - _spec.SetField(organizationsettinghistory.FieldGeoLocation, field.TypeEnum, value) - } - if _u.mutation.GeoLocationCleared() { - _spec.ClearField(organizationsettinghistory.FieldGeoLocation, field.TypeEnum) - } - if value, ok := _u.mutation.OrganizationID(); ok { - _spec.SetField(organizationsettinghistory.FieldOrganizationID, field.TypeString, value) - } - if _u.mutation.OrganizationIDCleared() { - _spec.ClearField(organizationsettinghistory.FieldOrganizationID, field.TypeString) - } - if value, ok := _u.mutation.BillingNotificationsEnabled(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingNotificationsEnabled, field.TypeBool, value) - } - if value, ok := _u.mutation.AllowedEmailDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowedEmailDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAllowedEmailDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldAllowedEmailDomains, value) - }) - } - if _u.mutation.AllowedEmailDomainsCleared() { - _spec.ClearField(organizationsettinghistory.FieldAllowedEmailDomains, field.TypeJSON) - } - if value, ok := _u.mutation.AllowMatchingDomainsAutojoin(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowMatchingDomainsAutojoin, field.TypeBool, value) - } - if _u.mutation.AllowMatchingDomainsAutojoinCleared() { - _spec.ClearField(organizationsettinghistory.FieldAllowMatchingDomainsAutojoin, field.TypeBool) - } - if value, ok := _u.mutation.IdentityProvider(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProvider, field.TypeEnum, value) - } - if _u.mutation.IdentityProviderCleared() { - _spec.ClearField(organizationsettinghistory.FieldIdentityProvider, field.TypeEnum) - } - if value, ok := _u.mutation.IdentityProviderClientID(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderClientID, field.TypeString, value) - } - if _u.mutation.IdentityProviderClientIDCleared() { - _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientID, field.TypeString) - } - if value, ok := _u.mutation.IdentityProviderClientSecret(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderClientSecret, field.TypeString, value) - } - if _u.mutation.IdentityProviderClientSecretCleared() { - _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientSecret, field.TypeString) - } - if value, ok := _u.mutation.IdentityProviderMetadataEndpoint(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderMetadataEndpoint, field.TypeString, value) - } - if _u.mutation.IdentityProviderMetadataEndpointCleared() { - _spec.ClearField(organizationsettinghistory.FieldIdentityProviderMetadataEndpoint, field.TypeString) - } - if value, ok := _u.mutation.IdentityProviderAuthTested(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderAuthTested, field.TypeBool, value) - } - if value, ok := _u.mutation.IdentityProviderEntityID(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderEntityID, field.TypeString, value) - } - if _u.mutation.IdentityProviderEntityIDCleared() { - _spec.ClearField(organizationsettinghistory.FieldIdentityProviderEntityID, field.TypeString) - } - if value, ok := _u.mutation.OidcDiscoveryEndpoint(); ok { - _spec.SetField(organizationsettinghistory.FieldOidcDiscoveryEndpoint, field.TypeString, value) - } - if _u.mutation.OidcDiscoveryEndpointCleared() { - _spec.ClearField(organizationsettinghistory.FieldOidcDiscoveryEndpoint, field.TypeString) - } - if value, ok := _u.mutation.SamlSigninURL(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlSigninURL, field.TypeString, value) - } - if _u.mutation.SamlSigninURLCleared() { - _spec.ClearField(organizationsettinghistory.FieldSamlSigninURL, field.TypeString) - } - if value, ok := _u.mutation.SamlIssuer(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlIssuer, field.TypeString, value) - } - if _u.mutation.SamlIssuerCleared() { - _spec.ClearField(organizationsettinghistory.FieldSamlIssuer, field.TypeString) - } - if value, ok := _u.mutation.SamlCert(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlCert, field.TypeString, value) - } - if _u.mutation.SamlCertCleared() { - _spec.ClearField(organizationsettinghistory.FieldSamlCert, field.TypeString) - } - if value, ok := _u.mutation.IdentityProviderLoginEnforced(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderLoginEnforced, field.TypeBool, value) - } - if value, ok := _u.mutation.IdentityProviderJitProvisioning(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderJitProvisioning, field.TypeBool, value) - } - if value, ok := _u.mutation.JitAllowedEmailDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldJitAllowedEmailDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedJitAllowedEmailDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldJitAllowedEmailDomains, value) - }) - } - if _u.mutation.JitAllowedEmailDomainsCleared() { - _spec.ClearField(organizationsettinghistory.FieldJitAllowedEmailDomains, field.TypeJSON) - } - if value, ok := _u.mutation.MultifactorAuthEnforced(); ok { - _spec.SetField(organizationsettinghistory.FieldMultifactorAuthEnforced, field.TypeBool, value) - } - if _u.mutation.MultifactorAuthEnforcedCleared() { - _spec.ClearField(organizationsettinghistory.FieldMultifactorAuthEnforced, field.TypeBool) - } - if value, ok := _u.mutation.SSOExemptDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldSSOExemptDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedSSOExemptDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldSSOExemptDomains, value) - }) - } - if _u.mutation.SSOExemptDomainsCleared() { - _spec.ClearField(organizationsettinghistory.FieldSSOExemptDomains, field.TypeJSON) - } - if value, ok := _u.mutation.AllowSupportAccess(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowSupportAccess, field.TypeBool, value) - } - if _u.mutation.AllowSupportAccessCleared() { - _spec.ClearField(organizationsettinghistory.FieldAllowSupportAccess, field.TypeBool) - } - if value, ok := _u.mutation.ComplianceWebhookToken(); ok { - _spec.SetField(organizationsettinghistory.FieldComplianceWebhookToken, field.TypeString, value) - } - if _u.mutation.ComplianceWebhookTokenCleared() { - _spec.ClearField(organizationsettinghistory.FieldComplianceWebhookToken, field.TypeString) - } - if value, ok := _u.mutation.PaymentMethodAdded(); ok { - _spec.SetField(organizationsettinghistory.FieldPaymentMethodAdded, field.TypeBool, value) - } - if value, ok := _u.mutation.PendingDeletionAt(); ok { - _spec.SetField(organizationsettinghistory.FieldPendingDeletionAt, field.TypeTime, value) - } - if _u.mutation.PendingDeletionAtCleared() { - _spec.ClearField(organizationsettinghistory.FieldPendingDeletionAt, field.TypeTime) - } - _spec.Node.Schema = _u.schemaConfig.OrganizationSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{organizationsettinghistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// OrganizationSettingHistoryUpdateOne is the builder for updating a single OrganizationSettingHistory entity. -type OrganizationSettingHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *OrganizationSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetUpdatedAt(v time.Time) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearUpdatedAt() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetUpdatedBy(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableUpdatedBy(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearUpdatedBy() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetUpdatedByImpersonator(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearUpdatedByImpersonator() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetDeletedAt(v time.Time) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearDeletedAt() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetDeletedBy(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableDeletedBy(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearDeletedBy() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetTags(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *OrganizationSettingHistoryUpdateOne) AppendTags(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearTags() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) AppendDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearDomains() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearDomains() - return _u -} - -// SetBillingContact sets the "billing_contact" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetBillingContact(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetBillingContact(v) - return _u -} - -// SetNillableBillingContact sets the "billing_contact" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableBillingContact(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetBillingContact(*v) - } - return _u -} - -// ClearBillingContact clears the value of the "billing_contact" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearBillingContact() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearBillingContact() - return _u -} - -// SetBillingEmail sets the "billing_email" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetBillingEmail(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetBillingEmail(v) - return _u -} - -// SetNillableBillingEmail sets the "billing_email" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableBillingEmail(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetBillingEmail(*v) - } - return _u -} - -// ClearBillingEmail clears the value of the "billing_email" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearBillingEmail() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearBillingEmail() - return _u -} - -// SetBillingPhone sets the "billing_phone" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetBillingPhone(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetBillingPhone(v) - return _u -} - -// SetNillableBillingPhone sets the "billing_phone" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableBillingPhone(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetBillingPhone(*v) - } - return _u -} - -// ClearBillingPhone clears the value of the "billing_phone" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearBillingPhone() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearBillingPhone() - return _u -} - -// SetBillingAddress sets the "billing_address" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetBillingAddress(v models.Address) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetBillingAddress(v) - return _u -} - -// SetNillableBillingAddress sets the "billing_address" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableBillingAddress(v *models.Address) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetBillingAddress(*v) - } - return _u -} - -// ClearBillingAddress clears the value of the "billing_address" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearBillingAddress() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearBillingAddress() - return _u -} - -// SetTaxIdentifier sets the "tax_identifier" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetTaxIdentifier(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetTaxIdentifier(v) - return _u -} - -// SetNillableTaxIdentifier sets the "tax_identifier" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableTaxIdentifier(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetTaxIdentifier(*v) - } - return _u -} - -// ClearTaxIdentifier clears the value of the "tax_identifier" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearTaxIdentifier() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearTaxIdentifier() - return _u -} - -// SetGeoLocation sets the "geo_location" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetGeoLocation(v enums.Region) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetGeoLocation(v) - return _u -} - -// SetNillableGeoLocation sets the "geo_location" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableGeoLocation(v *enums.Region) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetGeoLocation(*v) - } - return _u -} - -// ClearGeoLocation clears the value of the "geo_location" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearGeoLocation() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearGeoLocation() - return _u -} - -// SetOrganizationID sets the "organization_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetOrganizationID(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetOrganizationID(v) - return _u -} - -// SetNillableOrganizationID sets the "organization_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableOrganizationID(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetOrganizationID(*v) - } - return _u -} - -// ClearOrganizationID clears the value of the "organization_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearOrganizationID() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearOrganizationID() - return _u -} - -// SetBillingNotificationsEnabled sets the "billing_notifications_enabled" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetBillingNotificationsEnabled(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetBillingNotificationsEnabled(v) - return _u -} - -// SetNillableBillingNotificationsEnabled sets the "billing_notifications_enabled" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableBillingNotificationsEnabled(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetBillingNotificationsEnabled(*v) - } - return _u -} - -// SetAllowedEmailDomains sets the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetAllowedEmailDomains(v) - return _u -} - -// AppendAllowedEmailDomains appends value to the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) AppendAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.AppendAllowedEmailDomains(v) - return _u -} - -// ClearAllowedEmailDomains clears the value of the "allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearAllowedEmailDomains() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearAllowedEmailDomains() - return _u -} - -// SetAllowMatchingDomainsAutojoin sets the "allow_matching_domains_autojoin" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetAllowMatchingDomainsAutojoin(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetAllowMatchingDomainsAutojoin(v) - return _u -} - -// SetNillableAllowMatchingDomainsAutojoin sets the "allow_matching_domains_autojoin" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableAllowMatchingDomainsAutojoin(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetAllowMatchingDomainsAutojoin(*v) - } - return _u -} - -// ClearAllowMatchingDomainsAutojoin clears the value of the "allow_matching_domains_autojoin" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearAllowMatchingDomainsAutojoin() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearAllowMatchingDomainsAutojoin() - return _u -} - -// SetIdentityProvider sets the "identity_provider" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProvider(v enums.SSOProvider) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProvider(v) - return _u -} - -// SetNillableIdentityProvider sets the "identity_provider" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProvider(v *enums.SSOProvider) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProvider(*v) - } - return _u -} - -// ClearIdentityProvider clears the value of the "identity_provider" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearIdentityProvider() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearIdentityProvider() - return _u -} - -// SetIdentityProviderClientID sets the "identity_provider_client_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderClientID(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderClientID(v) - return _u -} - -// SetNillableIdentityProviderClientID sets the "identity_provider_client_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderClientID(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderClientID(*v) - } - return _u -} - -// ClearIdentityProviderClientID clears the value of the "identity_provider_client_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearIdentityProviderClientID() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearIdentityProviderClientID() - return _u -} - -// SetIdentityProviderClientSecret sets the "identity_provider_client_secret" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderClientSecret(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderClientSecret(v) - return _u -} - -// SetNillableIdentityProviderClientSecret sets the "identity_provider_client_secret" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderClientSecret(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderClientSecret(*v) - } - return _u -} - -// ClearIdentityProviderClientSecret clears the value of the "identity_provider_client_secret" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearIdentityProviderClientSecret() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearIdentityProviderClientSecret() - return _u -} - -// SetIdentityProviderMetadataEndpoint sets the "identity_provider_metadata_endpoint" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderMetadataEndpoint(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderMetadataEndpoint(v) - return _u -} - -// SetNillableIdentityProviderMetadataEndpoint sets the "identity_provider_metadata_endpoint" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderMetadataEndpoint(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderMetadataEndpoint(*v) - } - return _u -} - -// ClearIdentityProviderMetadataEndpoint clears the value of the "identity_provider_metadata_endpoint" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearIdentityProviderMetadataEndpoint() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearIdentityProviderMetadataEndpoint() - return _u -} - -// SetIdentityProviderAuthTested sets the "identity_provider_auth_tested" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderAuthTested(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderAuthTested(v) - return _u -} - -// SetNillableIdentityProviderAuthTested sets the "identity_provider_auth_tested" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderAuthTested(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderAuthTested(*v) - } - return _u -} - -// SetIdentityProviderEntityID sets the "identity_provider_entity_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderEntityID(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderEntityID(v) - return _u -} - -// SetNillableIdentityProviderEntityID sets the "identity_provider_entity_id" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderEntityID(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderEntityID(*v) - } - return _u -} - -// ClearIdentityProviderEntityID clears the value of the "identity_provider_entity_id" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearIdentityProviderEntityID() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearIdentityProviderEntityID() - return _u -} - -// SetOidcDiscoveryEndpoint sets the "oidc_discovery_endpoint" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetOidcDiscoveryEndpoint(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetOidcDiscoveryEndpoint(v) - return _u -} - -// SetNillableOidcDiscoveryEndpoint sets the "oidc_discovery_endpoint" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableOidcDiscoveryEndpoint(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetOidcDiscoveryEndpoint(*v) - } - return _u -} - -// ClearOidcDiscoveryEndpoint clears the value of the "oidc_discovery_endpoint" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearOidcDiscoveryEndpoint() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearOidcDiscoveryEndpoint() - return _u -} - -// SetSamlSigninURL sets the "saml_signin_url" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetSamlSigninURL(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetSamlSigninURL(v) - return _u -} - -// SetNillableSamlSigninURL sets the "saml_signin_url" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableSamlSigninURL(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetSamlSigninURL(*v) - } - return _u -} - -// ClearSamlSigninURL clears the value of the "saml_signin_url" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearSamlSigninURL() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearSamlSigninURL() - return _u -} - -// SetSamlIssuer sets the "saml_issuer" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetSamlIssuer(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetSamlIssuer(v) - return _u -} - -// SetNillableSamlIssuer sets the "saml_issuer" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableSamlIssuer(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetSamlIssuer(*v) - } - return _u -} - -// ClearSamlIssuer clears the value of the "saml_issuer" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearSamlIssuer() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearSamlIssuer() - return _u -} - -// SetSamlCert sets the "saml_cert" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetSamlCert(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetSamlCert(v) - return _u -} - -// SetNillableSamlCert sets the "saml_cert" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableSamlCert(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetSamlCert(*v) - } - return _u -} - -// ClearSamlCert clears the value of the "saml_cert" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearSamlCert() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearSamlCert() - return _u -} - -// SetIdentityProviderLoginEnforced sets the "identity_provider_login_enforced" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderLoginEnforced(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderLoginEnforced(v) - return _u -} - -// SetNillableIdentityProviderLoginEnforced sets the "identity_provider_login_enforced" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderLoginEnforced(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderLoginEnforced(*v) - } - return _u -} - -// SetIdentityProviderJitProvisioning sets the "identity_provider_jit_provisioning" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetIdentityProviderJitProvisioning(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetIdentityProviderJitProvisioning(v) - return _u -} - -// SetNillableIdentityProviderJitProvisioning sets the "identity_provider_jit_provisioning" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableIdentityProviderJitProvisioning(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetIdentityProviderJitProvisioning(*v) - } - return _u -} - -// SetJitAllowedEmailDomains sets the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetJitAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetJitAllowedEmailDomains(v) - return _u +// OrganizationSettingHistoryUpdate is the builder for updating OrganizationSettingHistory entities. +type OrganizationSettingHistoryUpdate struct { + config + hooks []Hook + mutation *OrganizationSettingHistoryMutation } -// AppendJitAllowedEmailDomains appends value to the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) AppendJitAllowedEmailDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.AppendJitAllowedEmailDomains(v) +// Where appends a list predicates to the OrganizationSettingHistoryUpdate builder. +func (_u *OrganizationSettingHistoryUpdate) Where(ps ...predicate.OrganizationSettingHistory) *OrganizationSettingHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearJitAllowedEmailDomains clears the value of the "jit_allowed_email_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearJitAllowedEmailDomains() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearJitAllowedEmailDomains() - return _u +// Mutation returns the OrganizationSettingHistoryMutation object of the builder. +func (_u *OrganizationSettingHistoryUpdate) Mutation() *OrganizationSettingHistoryMutation { + return _u.mutation } -// SetMultifactorAuthEnforced sets the "multifactor_auth_enforced" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetMultifactorAuthEnforced(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetMultifactorAuthEnforced(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *OrganizationSettingHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableMultifactorAuthEnforced sets the "multifactor_auth_enforced" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableMultifactorAuthEnforced(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetMultifactorAuthEnforced(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *OrganizationSettingHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearMultifactorAuthEnforced clears the value of the "multifactor_auth_enforced" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearMultifactorAuthEnforced() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearMultifactorAuthEnforced() - return _u -} - -// SetSSOExemptDomains sets the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetSSOExemptDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetSSOExemptDomains(v) - return _u -} - -// AppendSSOExemptDomains appends value to the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) AppendSSOExemptDomains(v []string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.AppendSSOExemptDomains(v) - return _u -} - -// ClearSSOExemptDomains clears the value of the "sso_exempt_domains" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearSSOExemptDomains() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearSSOExemptDomains() - return _u + return affected } -// SetAllowSupportAccess sets the "allow_support_access" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetAllowSupportAccess(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetAllowSupportAccess(v) - return _u +// Exec executes the query. +func (_u *OrganizationSettingHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableAllowSupportAccess sets the "allow_support_access" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableAllowSupportAccess(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetAllowSupportAccess(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *OrganizationSettingHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearAllowSupportAccess clears the value of the "allow_support_access" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearAllowSupportAccess() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearAllowSupportAccess() - return _u -} - -// SetComplianceWebhookToken sets the "compliance_webhook_token" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetComplianceWebhookToken(v string) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetComplianceWebhookToken(v) - return _u } -// SetNillableComplianceWebhookToken sets the "compliance_webhook_token" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillableComplianceWebhookToken(v *string) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetComplianceWebhookToken(*v) +func (_u *OrganizationSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(organizationsettinghistory.Table, organizationsettinghistory.Columns, sqlgraph.NewFieldSpec(organizationsettinghistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearComplianceWebhookToken clears the value of the "compliance_webhook_token" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearComplianceWebhookToken() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearComplianceWebhookToken() - return _u -} - -// SetPaymentMethodAdded sets the "payment_method_added" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetPaymentMethodAdded(v bool) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetPaymentMethodAdded(v) - return _u -} - -// SetNillablePaymentMethodAdded sets the "payment_method_added" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillablePaymentMethodAdded(v *bool) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetPaymentMethodAdded(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(organizationsettinghistory.FieldRef, field.TypeString) } - return _u -} - -// SetPendingDeletionAt sets the "pending_deletion_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) SetPendingDeletionAt(v models.DateTime) *OrganizationSettingHistoryUpdateOne { - _u.mutation.SetPendingDeletionAt(v) - return _u -} - -// SetNillablePendingDeletionAt sets the "pending_deletion_at" field if the given value is not nil. -func (_u *OrganizationSettingHistoryUpdateOne) SetNillablePendingDeletionAt(v *models.DateTime) *OrganizationSettingHistoryUpdateOne { - if v != nil { - _u.SetPendingDeletionAt(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(organizationsettinghistory.FieldCreatedAt, field.TypeTime) } - return _u + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(organizationsettinghistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(organizationsettinghistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(organizationsettinghistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(organizationsettinghistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(organizationsettinghistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(organizationsettinghistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(organizationsettinghistory.FieldTags, field.TypeJSON) + } + if _u.mutation.DomainsCleared() { + _spec.ClearField(organizationsettinghistory.FieldDomains, field.TypeJSON) + } + if _u.mutation.BillingContactCleared() { + _spec.ClearField(organizationsettinghistory.FieldBillingContact, field.TypeString) + } + if _u.mutation.BillingEmailCleared() { + _spec.ClearField(organizationsettinghistory.FieldBillingEmail, field.TypeString) + } + if _u.mutation.BillingPhoneCleared() { + _spec.ClearField(organizationsettinghistory.FieldBillingPhone, field.TypeString) + } + if _u.mutation.BillingAddressCleared() { + _spec.ClearField(organizationsettinghistory.FieldBillingAddress, field.TypeJSON) + } + if _u.mutation.TaxIdentifierCleared() { + _spec.ClearField(organizationsettinghistory.FieldTaxIdentifier, field.TypeString) + } + if _u.mutation.GeoLocationCleared() { + _spec.ClearField(organizationsettinghistory.FieldGeoLocation, field.TypeEnum) + } + if _u.mutation.OrganizationIDCleared() { + _spec.ClearField(organizationsettinghistory.FieldOrganizationID, field.TypeString) + } + if _u.mutation.AllowedEmailDomainsCleared() { + _spec.ClearField(organizationsettinghistory.FieldAllowedEmailDomains, field.TypeJSON) + } + if _u.mutation.AllowMatchingDomainsAutojoinCleared() { + _spec.ClearField(organizationsettinghistory.FieldAllowMatchingDomainsAutojoin, field.TypeBool) + } + if _u.mutation.IdentityProviderCleared() { + _spec.ClearField(organizationsettinghistory.FieldIdentityProvider, field.TypeEnum) + } + if _u.mutation.IdentityProviderClientIDCleared() { + _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientID, field.TypeString) + } + if _u.mutation.IdentityProviderClientSecretCleared() { + _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientSecret, field.TypeString) + } + if _u.mutation.IdentityProviderMetadataEndpointCleared() { + _spec.ClearField(organizationsettinghistory.FieldIdentityProviderMetadataEndpoint, field.TypeString) + } + if _u.mutation.IdentityProviderEntityIDCleared() { + _spec.ClearField(organizationsettinghistory.FieldIdentityProviderEntityID, field.TypeString) + } + if _u.mutation.OidcDiscoveryEndpointCleared() { + _spec.ClearField(organizationsettinghistory.FieldOidcDiscoveryEndpoint, field.TypeString) + } + if _u.mutation.SamlSigninURLCleared() { + _spec.ClearField(organizationsettinghistory.FieldSamlSigninURL, field.TypeString) + } + if _u.mutation.SamlIssuerCleared() { + _spec.ClearField(organizationsettinghistory.FieldSamlIssuer, field.TypeString) + } + if _u.mutation.SamlCertCleared() { + _spec.ClearField(organizationsettinghistory.FieldSamlCert, field.TypeString) + } + if _u.mutation.JitAllowedEmailDomainsCleared() { + _spec.ClearField(organizationsettinghistory.FieldJitAllowedEmailDomains, field.TypeJSON) + } + if _u.mutation.MultifactorAuthEnforcedCleared() { + _spec.ClearField(organizationsettinghistory.FieldMultifactorAuthEnforced, field.TypeBool) + } + if _u.mutation.SSOExemptDomainsCleared() { + _spec.ClearField(organizationsettinghistory.FieldSSOExemptDomains, field.TypeJSON) + } + if _u.mutation.AllowSupportAccessCleared() { + _spec.ClearField(organizationsettinghistory.FieldAllowSupportAccess, field.TypeBool) + } + if _u.mutation.ComplianceWebhookTokenCleared() { + _spec.ClearField(organizationsettinghistory.FieldComplianceWebhookToken, field.TypeString) + } + if _u.mutation.PendingDeletionAtCleared() { + _spec.ClearField(organizationsettinghistory.FieldPendingDeletionAt, field.TypeTime) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{organizationsettinghistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearPendingDeletionAt clears the value of the "pending_deletion_at" field. -func (_u *OrganizationSettingHistoryUpdateOne) ClearPendingDeletionAt() *OrganizationSettingHistoryUpdateOne { - _u.mutation.ClearPendingDeletionAt() - return _u +// OrganizationSettingHistoryUpdateOne is the builder for updating a single OrganizationSettingHistory entity. +type OrganizationSettingHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *OrganizationSettingHistoryMutation } // Mutation returns the OrganizationSettingHistoryMutation object of the builder. @@ -1739,9 +212,6 @@ func (_u *OrganizationSettingHistoryUpdateOne) Select(field string, fields ...st // Save executes the query and returns the updated OrganizationSettingHistory entity. func (_u *OrganizationSettingHistoryUpdateOne) Save(ctx context.Context) (*OrganizationSettingHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1767,43 +237,7 @@ func (_u *OrganizationSettingHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *OrganizationSettingHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if organizationsettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized organizationsettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := organizationsettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *OrganizationSettingHistoryUpdateOne) check() error { - if v, ok := _u.mutation.GeoLocation(); ok { - if err := organizationsettinghistory.GeoLocationValidator(v); err != nil { - return &ValidationError{Name: "geo_location", err: fmt.Errorf(`historygenerated: validator failed for field "OrganizationSettingHistory.geo_location": %w`, err)} - } - } - if v, ok := _u.mutation.IdentityProvider(); ok { - if err := organizationsettinghistory.IdentityProviderValidator(v); err != nil { - return &ValidationError{Name: "identity_provider", err: fmt.Errorf(`historygenerated: validator failed for field "OrganizationSettingHistory.identity_provider": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrganizationSettingHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrganizationSettingHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *OrganizationSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *OrganizationSettingHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(organizationsettinghistory.Table, organizationsettinghistory.Columns, sqlgraph.NewFieldSpec(organizationsettinghistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1835,238 +269,102 @@ func (_u *OrganizationSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_no if _u.mutation.CreatedAtCleared() { _spec.ClearField(organizationsettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(organizationsettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(organizationsettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(organizationsettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(organizationsettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(organizationsettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(organizationsettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(organizationsettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(organizationsettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(organizationsettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(organizationsettinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(organizationsettinghistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(organizationsettinghistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldDomains, value) - }) - } if _u.mutation.DomainsCleared() { _spec.ClearField(organizationsettinghistory.FieldDomains, field.TypeJSON) } - if value, ok := _u.mutation.BillingContact(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingContact, field.TypeString, value) - } if _u.mutation.BillingContactCleared() { _spec.ClearField(organizationsettinghistory.FieldBillingContact, field.TypeString) } - if value, ok := _u.mutation.BillingEmail(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingEmail, field.TypeString, value) - } if _u.mutation.BillingEmailCleared() { _spec.ClearField(organizationsettinghistory.FieldBillingEmail, field.TypeString) } - if value, ok := _u.mutation.BillingPhone(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingPhone, field.TypeString, value) - } if _u.mutation.BillingPhoneCleared() { _spec.ClearField(organizationsettinghistory.FieldBillingPhone, field.TypeString) } - if value, ok := _u.mutation.BillingAddress(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingAddress, field.TypeJSON, value) - } if _u.mutation.BillingAddressCleared() { _spec.ClearField(organizationsettinghistory.FieldBillingAddress, field.TypeJSON) } - if value, ok := _u.mutation.TaxIdentifier(); ok { - _spec.SetField(organizationsettinghistory.FieldTaxIdentifier, field.TypeString, value) - } if _u.mutation.TaxIdentifierCleared() { _spec.ClearField(organizationsettinghistory.FieldTaxIdentifier, field.TypeString) } - if value, ok := _u.mutation.GeoLocation(); ok { - _spec.SetField(organizationsettinghistory.FieldGeoLocation, field.TypeEnum, value) - } if _u.mutation.GeoLocationCleared() { _spec.ClearField(organizationsettinghistory.FieldGeoLocation, field.TypeEnum) } - if value, ok := _u.mutation.OrganizationID(); ok { - _spec.SetField(organizationsettinghistory.FieldOrganizationID, field.TypeString, value) - } if _u.mutation.OrganizationIDCleared() { _spec.ClearField(organizationsettinghistory.FieldOrganizationID, field.TypeString) } - if value, ok := _u.mutation.BillingNotificationsEnabled(); ok { - _spec.SetField(organizationsettinghistory.FieldBillingNotificationsEnabled, field.TypeBool, value) - } - if value, ok := _u.mutation.AllowedEmailDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowedEmailDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAllowedEmailDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldAllowedEmailDomains, value) - }) - } if _u.mutation.AllowedEmailDomainsCleared() { _spec.ClearField(organizationsettinghistory.FieldAllowedEmailDomains, field.TypeJSON) } - if value, ok := _u.mutation.AllowMatchingDomainsAutojoin(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowMatchingDomainsAutojoin, field.TypeBool, value) - } if _u.mutation.AllowMatchingDomainsAutojoinCleared() { _spec.ClearField(organizationsettinghistory.FieldAllowMatchingDomainsAutojoin, field.TypeBool) } - if value, ok := _u.mutation.IdentityProvider(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProvider, field.TypeEnum, value) - } if _u.mutation.IdentityProviderCleared() { _spec.ClearField(organizationsettinghistory.FieldIdentityProvider, field.TypeEnum) } - if value, ok := _u.mutation.IdentityProviderClientID(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderClientID, field.TypeString, value) - } if _u.mutation.IdentityProviderClientIDCleared() { _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientID, field.TypeString) } - if value, ok := _u.mutation.IdentityProviderClientSecret(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderClientSecret, field.TypeString, value) - } if _u.mutation.IdentityProviderClientSecretCleared() { _spec.ClearField(organizationsettinghistory.FieldIdentityProviderClientSecret, field.TypeString) } - if value, ok := _u.mutation.IdentityProviderMetadataEndpoint(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderMetadataEndpoint, field.TypeString, value) - } if _u.mutation.IdentityProviderMetadataEndpointCleared() { _spec.ClearField(organizationsettinghistory.FieldIdentityProviderMetadataEndpoint, field.TypeString) } - if value, ok := _u.mutation.IdentityProviderAuthTested(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderAuthTested, field.TypeBool, value) - } - if value, ok := _u.mutation.IdentityProviderEntityID(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderEntityID, field.TypeString, value) - } if _u.mutation.IdentityProviderEntityIDCleared() { _spec.ClearField(organizationsettinghistory.FieldIdentityProviderEntityID, field.TypeString) } - if value, ok := _u.mutation.OidcDiscoveryEndpoint(); ok { - _spec.SetField(organizationsettinghistory.FieldOidcDiscoveryEndpoint, field.TypeString, value) - } if _u.mutation.OidcDiscoveryEndpointCleared() { _spec.ClearField(organizationsettinghistory.FieldOidcDiscoveryEndpoint, field.TypeString) } - if value, ok := _u.mutation.SamlSigninURL(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlSigninURL, field.TypeString, value) - } if _u.mutation.SamlSigninURLCleared() { _spec.ClearField(organizationsettinghistory.FieldSamlSigninURL, field.TypeString) } - if value, ok := _u.mutation.SamlIssuer(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlIssuer, field.TypeString, value) - } if _u.mutation.SamlIssuerCleared() { _spec.ClearField(organizationsettinghistory.FieldSamlIssuer, field.TypeString) } - if value, ok := _u.mutation.SamlCert(); ok { - _spec.SetField(organizationsettinghistory.FieldSamlCert, field.TypeString, value) - } if _u.mutation.SamlCertCleared() { _spec.ClearField(organizationsettinghistory.FieldSamlCert, field.TypeString) } - if value, ok := _u.mutation.IdentityProviderLoginEnforced(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderLoginEnforced, field.TypeBool, value) - } - if value, ok := _u.mutation.IdentityProviderJitProvisioning(); ok { - _spec.SetField(organizationsettinghistory.FieldIdentityProviderJitProvisioning, field.TypeBool, value) - } - if value, ok := _u.mutation.JitAllowedEmailDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldJitAllowedEmailDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedJitAllowedEmailDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldJitAllowedEmailDomains, value) - }) - } if _u.mutation.JitAllowedEmailDomainsCleared() { _spec.ClearField(organizationsettinghistory.FieldJitAllowedEmailDomains, field.TypeJSON) } - if value, ok := _u.mutation.MultifactorAuthEnforced(); ok { - _spec.SetField(organizationsettinghistory.FieldMultifactorAuthEnforced, field.TypeBool, value) - } if _u.mutation.MultifactorAuthEnforcedCleared() { _spec.ClearField(organizationsettinghistory.FieldMultifactorAuthEnforced, field.TypeBool) } - if value, ok := _u.mutation.SSOExemptDomains(); ok { - _spec.SetField(organizationsettinghistory.FieldSSOExemptDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedSSOExemptDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, organizationsettinghistory.FieldSSOExemptDomains, value) - }) - } if _u.mutation.SSOExemptDomainsCleared() { _spec.ClearField(organizationsettinghistory.FieldSSOExemptDomains, field.TypeJSON) } - if value, ok := _u.mutation.AllowSupportAccess(); ok { - _spec.SetField(organizationsettinghistory.FieldAllowSupportAccess, field.TypeBool, value) - } if _u.mutation.AllowSupportAccessCleared() { _spec.ClearField(organizationsettinghistory.FieldAllowSupportAccess, field.TypeBool) } - if value, ok := _u.mutation.ComplianceWebhookToken(); ok { - _spec.SetField(organizationsettinghistory.FieldComplianceWebhookToken, field.TypeString, value) - } if _u.mutation.ComplianceWebhookTokenCleared() { _spec.ClearField(organizationsettinghistory.FieldComplianceWebhookToken, field.TypeString) } - if value, ok := _u.mutation.PaymentMethodAdded(); ok { - _spec.SetField(organizationsettinghistory.FieldPaymentMethodAdded, field.TypeBool, value) - } - if value, ok := _u.mutation.PendingDeletionAt(); ok { - _spec.SetField(organizationsettinghistory.FieldPendingDeletionAt, field.TypeTime, value) - } if _u.mutation.PendingDeletionAtCleared() { _spec.ClearField(organizationsettinghistory.FieldPendingDeletionAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.OrganizationSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &OrganizationSettingHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/orgmembershiphistory/orgmembershiphistory.go b/internal/ent/historygenerated/orgmembershiphistory/orgmembershiphistory.go index 4d102c0834..59d3bfed3b 100644 --- a/internal/ent/historygenerated/orgmembershiphistory/orgmembershiphistory.go +++ b/internal/ent/historygenerated/orgmembershiphistory/orgmembershiphistory.go @@ -111,8 +111,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultSSOExempt holds the default value on creation for the "sso_exempt" field. DefaultSSOExempt bool // DefaultTfaEnforced holds the default value on creation for the "tfa_enforced" field. diff --git a/internal/ent/historygenerated/orgmembershiphistory_create.go b/internal/ent/historygenerated/orgmembershiphistory_create.go index 9ae4917265..8ec3999234 100644 --- a/internal/ent/historygenerated/orgmembershiphistory_create.go +++ b/internal/ent/historygenerated/orgmembershiphistory_create.go @@ -419,7 +419,6 @@ func (_c *OrgMembershipHistoryCreate) createSpec() (*OrgMembershipHistory, *sqlg _node = &OrgMembershipHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(orgmembershiphistory.Table, sqlgraph.NewFieldSpec(orgmembershiphistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.OrgMembershipHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/orgmembershiphistory_delete.go b/internal/ent/historygenerated/orgmembershiphistory_delete.go index 2a6fef6006..2b5c3e1164 100644 --- a/internal/ent/historygenerated/orgmembershiphistory_delete.go +++ b/internal/ent/historygenerated/orgmembershiphistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/orgmembershiphistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // OrgMembershipHistoryDelete is the builder for deleting a OrgMembershipHistory entity. @@ -45,8 +43,6 @@ func (_d *OrgMembershipHistoryDelete) ExecX(ctx context.Context) int { func (_d *OrgMembershipHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(orgmembershiphistory.Table, sqlgraph.NewFieldSpec(orgmembershiphistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.OrgMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/orgmembershiphistory_query.go b/internal/ent/historygenerated/orgmembershiphistory_query.go index 554b5c1591..d4ad3ecbc2 100644 --- a/internal/ent/historygenerated/orgmembershiphistory_query.go +++ b/internal/ent/historygenerated/orgmembershiphistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/orgmembershiphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type OrgMembershipHistoryQuery struct { order []orgmembershiphistory.OrderOption inters []Interceptor predicates []predicate.OrgMembershipHistory - loadTotal []func(context.Context, []*OrgMembershipHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*OrgMembershipHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *OrgMembershipHistoryQuery) Clone() *OrgMembershipHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.OrgMembershipHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *OrgMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.OrgMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *OrgMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH func (_q *OrgMembershipHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.OrgMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *OrgMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.OrgMembershipHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *OrgMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *OrgMembershipHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *OrgMembershipHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (omhq *OrgMembershipHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "OrgMembershipHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *OrgMembershipHistorySelect) sqlScan(ctx context.Context, root *OrgMemb defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *OrgMembershipHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *OrgMembershipHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/orgmembershiphistory_update.go b/internal/ent/historygenerated/orgmembershiphistory_update.go index 868780716f..754943e958 100644 --- a/internal/ent/historygenerated/orgmembershiphistory_update.go +++ b/internal/ent/historygenerated/orgmembershiphistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/orgmembershiphistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // OrgMembershipHistoryUpdate is the builder for updating OrgMembershipHistory entities. type OrgMembershipHistoryUpdate struct { config - hooks []Hook - mutation *OrgMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *OrgMembershipHistoryMutation } // Where appends a list predicates to the OrgMembershipHistoryUpdate builder. @@ -35,232 +29,6 @@ func (_u *OrgMembershipHistoryUpdate) Where(ps ...predicate.OrgMembershipHistory return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrgMembershipHistoryUpdate) SetUpdatedAt(v time.Time) *OrgMembershipHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrgMembershipHistoryUpdate) ClearUpdatedAt() *OrgMembershipHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrgMembershipHistoryUpdate) SetUpdatedBy(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableUpdatedBy(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrgMembershipHistoryUpdate) ClearUpdatedBy() *OrgMembershipHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrgMembershipHistoryUpdate) SetUpdatedByImpersonator(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrgMembershipHistoryUpdate) ClearUpdatedByImpersonator() *OrgMembershipHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *OrgMembershipHistoryUpdate) SetRole(v enums.Role) *OrgMembershipHistoryUpdate { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableRole(v *enums.Role) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetRole(*v) - } - return _u -} - -// SetSSOExempt sets the "sso_exempt" field. -func (_u *OrgMembershipHistoryUpdate) SetSSOExempt(v bool) *OrgMembershipHistoryUpdate { - _u.mutation.SetSSOExempt(v) - return _u -} - -// SetNillableSSOExempt sets the "sso_exempt" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableSSOExempt(v *bool) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetSSOExempt(*v) - } - return _u -} - -// ClearSSOExempt clears the value of the "sso_exempt" field. -func (_u *OrgMembershipHistoryUpdate) ClearSSOExempt() *OrgMembershipHistoryUpdate { - _u.mutation.ClearSSOExempt() - return _u -} - -// SetSSOExemptReason sets the "sso_exempt_reason" field. -func (_u *OrgMembershipHistoryUpdate) SetSSOExemptReason(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetSSOExemptReason(v) - return _u -} - -// SetNillableSSOExemptReason sets the "sso_exempt_reason" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableSSOExemptReason(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetSSOExemptReason(*v) - } - return _u -} - -// ClearSSOExemptReason clears the value of the "sso_exempt_reason" field. -func (_u *OrgMembershipHistoryUpdate) ClearSSOExemptReason() *OrgMembershipHistoryUpdate { - _u.mutation.ClearSSOExemptReason() - return _u -} - -// SetSSOExemptGrantedBy sets the "sso_exempt_granted_by" field. -func (_u *OrgMembershipHistoryUpdate) SetSSOExemptGrantedBy(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetSSOExemptGrantedBy(v) - return _u -} - -// SetNillableSSOExemptGrantedBy sets the "sso_exempt_granted_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableSSOExemptGrantedBy(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetSSOExemptGrantedBy(*v) - } - return _u -} - -// ClearSSOExemptGrantedBy clears the value of the "sso_exempt_granted_by" field. -func (_u *OrgMembershipHistoryUpdate) ClearSSOExemptGrantedBy() *OrgMembershipHistoryUpdate { - _u.mutation.ClearSSOExemptGrantedBy() - return _u -} - -// SetSSOExemptGrantedAt sets the "sso_exempt_granted_at" field. -func (_u *OrgMembershipHistoryUpdate) SetSSOExemptGrantedAt(v models.DateTime) *OrgMembershipHistoryUpdate { - _u.mutation.SetSSOExemptGrantedAt(v) - return _u -} - -// SetNillableSSOExemptGrantedAt sets the "sso_exempt_granted_at" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableSSOExemptGrantedAt(v *models.DateTime) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetSSOExemptGrantedAt(*v) - } - return _u -} - -// ClearSSOExemptGrantedAt clears the value of the "sso_exempt_granted_at" field. -func (_u *OrgMembershipHistoryUpdate) ClearSSOExemptGrantedAt() *OrgMembershipHistoryUpdate { - _u.mutation.ClearSSOExemptGrantedAt() - return _u -} - -// SetTfaEnforced sets the "tfa_enforced" field. -func (_u *OrgMembershipHistoryUpdate) SetTfaEnforced(v bool) *OrgMembershipHistoryUpdate { - _u.mutation.SetTfaEnforced(v) - return _u -} - -// SetNillableTfaEnforced sets the "tfa_enforced" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableTfaEnforced(v *bool) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetTfaEnforced(*v) - } - return _u -} - -// ClearTfaEnforced clears the value of the "tfa_enforced" field. -func (_u *OrgMembershipHistoryUpdate) ClearTfaEnforced() *OrgMembershipHistoryUpdate { - _u.mutation.ClearTfaEnforced() - return _u -} - -// SetTfaEnforcedReason sets the "tfa_enforced_reason" field. -func (_u *OrgMembershipHistoryUpdate) SetTfaEnforcedReason(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetTfaEnforcedReason(v) - return _u -} - -// SetNillableTfaEnforcedReason sets the "tfa_enforced_reason" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableTfaEnforcedReason(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetTfaEnforcedReason(*v) - } - return _u -} - -// ClearTfaEnforcedReason clears the value of the "tfa_enforced_reason" field. -func (_u *OrgMembershipHistoryUpdate) ClearTfaEnforcedReason() *OrgMembershipHistoryUpdate { - _u.mutation.ClearTfaEnforcedReason() - return _u -} - -// SetTfaEnforcedBy sets the "tfa_enforced_by" field. -func (_u *OrgMembershipHistoryUpdate) SetTfaEnforcedBy(v string) *OrgMembershipHistoryUpdate { - _u.mutation.SetTfaEnforcedBy(v) - return _u -} - -// SetNillableTfaEnforcedBy sets the "tfa_enforced_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableTfaEnforcedBy(v *string) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetTfaEnforcedBy(*v) - } - return _u -} - -// ClearTfaEnforcedBy clears the value of the "tfa_enforced_by" field. -func (_u *OrgMembershipHistoryUpdate) ClearTfaEnforcedBy() *OrgMembershipHistoryUpdate { - _u.mutation.ClearTfaEnforcedBy() - return _u -} - -// SetTfaEnforcedAt sets the "tfa_enforced_at" field. -func (_u *OrgMembershipHistoryUpdate) SetTfaEnforcedAt(v models.DateTime) *OrgMembershipHistoryUpdate { - _u.mutation.SetTfaEnforcedAt(v) - return _u -} - -// SetNillableTfaEnforcedAt sets the "tfa_enforced_at" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdate) SetNillableTfaEnforcedAt(v *models.DateTime) *OrgMembershipHistoryUpdate { - if v != nil { - _u.SetTfaEnforcedAt(*v) - } - return _u -} - -// ClearTfaEnforcedAt clears the value of the "tfa_enforced_at" field. -func (_u *OrgMembershipHistoryUpdate) ClearTfaEnforcedAt() *OrgMembershipHistoryUpdate { - _u.mutation.ClearTfaEnforcedAt() - return _u -} - // Mutation returns the OrgMembershipHistoryMutation object of the builder. func (_u *OrgMembershipHistoryUpdate) Mutation() *OrgMembershipHistoryMutation { return _u.mutation @@ -268,9 +36,6 @@ func (_u *OrgMembershipHistoryUpdate) Mutation() *OrgMembershipHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *OrgMembershipHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -296,38 +61,7 @@ func (_u *OrgMembershipHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *OrgMembershipHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if orgmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized orgmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := orgmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *OrgMembershipHistoryUpdate) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := orgmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "OrgMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrgMembershipHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrgMembershipHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *OrgMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(orgmembershiphistory.Table, orgmembershiphistory.Columns, sqlgraph.NewFieldSpec(orgmembershiphistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -342,81 +76,42 @@ func (_u *OrgMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, e if _u.mutation.CreatedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(orgmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(orgmembershiphistory.FieldRole, field.TypeEnum, value) - } - if value, ok := _u.mutation.SSOExempt(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExempt, field.TypeBool, value) - } if _u.mutation.SSOExemptCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExempt, field.TypeBool) } - if value, ok := _u.mutation.SSOExemptReason(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptReason, field.TypeString, value) - } if _u.mutation.SSOExemptReasonCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptReason, field.TypeString) } - if value, ok := _u.mutation.SSOExemptGrantedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptGrantedBy, field.TypeString, value) - } if _u.mutation.SSOExemptGrantedByCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptGrantedBy, field.TypeString) } - if value, ok := _u.mutation.SSOExemptGrantedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptGrantedAt, field.TypeTime, value) - } if _u.mutation.SSOExemptGrantedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptGrantedAt, field.TypeTime) } - if value, ok := _u.mutation.TfaEnforced(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforced, field.TypeBool, value) - } if _u.mutation.TfaEnforcedCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforced, field.TypeBool) } - if value, ok := _u.mutation.TfaEnforcedReason(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedReason, field.TypeString, value) - } if _u.mutation.TfaEnforcedReasonCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedReason, field.TypeString) } - if value, ok := _u.mutation.TfaEnforcedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedBy, field.TypeString, value) - } if _u.mutation.TfaEnforcedByCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedBy, field.TypeString) } - if value, ok := _u.mutation.TfaEnforcedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedAt, field.TypeTime, value) - } if _u.mutation.TfaEnforcedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.OrgMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{orgmembershiphistory.Label} @@ -432,236 +127,9 @@ func (_u *OrgMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, e // OrgMembershipHistoryUpdateOne is the builder for updating a single OrgMembershipHistory entity. type OrgMembershipHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *OrgMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *OrgMembershipHistoryUpdateOne) SetUpdatedAt(v time.Time) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearUpdatedAt() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *OrgMembershipHistoryUpdateOne) SetUpdatedBy(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableUpdatedBy(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearUpdatedBy() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *OrgMembershipHistoryUpdateOne) SetUpdatedByImpersonator(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearUpdatedByImpersonator() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *OrgMembershipHistoryUpdateOne) SetRole(v enums.Role) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableRole(v *enums.Role) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetRole(*v) - } - return _u -} - -// SetSSOExempt sets the "sso_exempt" field. -func (_u *OrgMembershipHistoryUpdateOne) SetSSOExempt(v bool) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetSSOExempt(v) - return _u -} - -// SetNillableSSOExempt sets the "sso_exempt" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableSSOExempt(v *bool) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetSSOExempt(*v) - } - return _u -} - -// ClearSSOExempt clears the value of the "sso_exempt" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearSSOExempt() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearSSOExempt() - return _u -} - -// SetSSOExemptReason sets the "sso_exempt_reason" field. -func (_u *OrgMembershipHistoryUpdateOne) SetSSOExemptReason(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetSSOExemptReason(v) - return _u -} - -// SetNillableSSOExemptReason sets the "sso_exempt_reason" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableSSOExemptReason(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetSSOExemptReason(*v) - } - return _u -} - -// ClearSSOExemptReason clears the value of the "sso_exempt_reason" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearSSOExemptReason() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearSSOExemptReason() - return _u -} - -// SetSSOExemptGrantedBy sets the "sso_exempt_granted_by" field. -func (_u *OrgMembershipHistoryUpdateOne) SetSSOExemptGrantedBy(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetSSOExemptGrantedBy(v) - return _u -} - -// SetNillableSSOExemptGrantedBy sets the "sso_exempt_granted_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableSSOExemptGrantedBy(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetSSOExemptGrantedBy(*v) - } - return _u -} - -// ClearSSOExemptGrantedBy clears the value of the "sso_exempt_granted_by" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearSSOExemptGrantedBy() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearSSOExemptGrantedBy() - return _u -} - -// SetSSOExemptGrantedAt sets the "sso_exempt_granted_at" field. -func (_u *OrgMembershipHistoryUpdateOne) SetSSOExemptGrantedAt(v models.DateTime) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetSSOExemptGrantedAt(v) - return _u -} - -// SetNillableSSOExemptGrantedAt sets the "sso_exempt_granted_at" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableSSOExemptGrantedAt(v *models.DateTime) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetSSOExemptGrantedAt(*v) - } - return _u -} - -// ClearSSOExemptGrantedAt clears the value of the "sso_exempt_granted_at" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearSSOExemptGrantedAt() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearSSOExemptGrantedAt() - return _u -} - -// SetTfaEnforced sets the "tfa_enforced" field. -func (_u *OrgMembershipHistoryUpdateOne) SetTfaEnforced(v bool) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetTfaEnforced(v) - return _u -} - -// SetNillableTfaEnforced sets the "tfa_enforced" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableTfaEnforced(v *bool) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetTfaEnforced(*v) - } - return _u -} - -// ClearTfaEnforced clears the value of the "tfa_enforced" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearTfaEnforced() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearTfaEnforced() - return _u -} - -// SetTfaEnforcedReason sets the "tfa_enforced_reason" field. -func (_u *OrgMembershipHistoryUpdateOne) SetTfaEnforcedReason(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetTfaEnforcedReason(v) - return _u -} - -// SetNillableTfaEnforcedReason sets the "tfa_enforced_reason" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableTfaEnforcedReason(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetTfaEnforcedReason(*v) - } - return _u -} - -// ClearTfaEnforcedReason clears the value of the "tfa_enforced_reason" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearTfaEnforcedReason() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearTfaEnforcedReason() - return _u -} - -// SetTfaEnforcedBy sets the "tfa_enforced_by" field. -func (_u *OrgMembershipHistoryUpdateOne) SetTfaEnforcedBy(v string) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetTfaEnforcedBy(v) - return _u -} - -// SetNillableTfaEnforcedBy sets the "tfa_enforced_by" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableTfaEnforcedBy(v *string) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetTfaEnforcedBy(*v) - } - return _u -} - -// ClearTfaEnforcedBy clears the value of the "tfa_enforced_by" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearTfaEnforcedBy() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearTfaEnforcedBy() - return _u -} - -// SetTfaEnforcedAt sets the "tfa_enforced_at" field. -func (_u *OrgMembershipHistoryUpdateOne) SetTfaEnforcedAt(v models.DateTime) *OrgMembershipHistoryUpdateOne { - _u.mutation.SetTfaEnforcedAt(v) - return _u -} - -// SetNillableTfaEnforcedAt sets the "tfa_enforced_at" field if the given value is not nil. -func (_u *OrgMembershipHistoryUpdateOne) SetNillableTfaEnforcedAt(v *models.DateTime) *OrgMembershipHistoryUpdateOne { - if v != nil { - _u.SetTfaEnforcedAt(*v) - } - return _u -} - -// ClearTfaEnforcedAt clears the value of the "tfa_enforced_at" field. -func (_u *OrgMembershipHistoryUpdateOne) ClearTfaEnforcedAt() *OrgMembershipHistoryUpdateOne { - _u.mutation.ClearTfaEnforcedAt() - return _u + fields []string + hooks []Hook + mutation *OrgMembershipHistoryMutation } // Mutation returns the OrgMembershipHistoryMutation object of the builder. @@ -684,9 +152,6 @@ func (_u *OrgMembershipHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated OrgMembershipHistory entity. func (_u *OrgMembershipHistoryUpdateOne) Save(ctx context.Context) (*OrgMembershipHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -712,38 +177,7 @@ func (_u *OrgMembershipHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *OrgMembershipHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if orgmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized orgmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := orgmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *OrgMembershipHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := orgmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "OrgMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *OrgMembershipHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *OrgMembershipHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *OrgMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node *OrgMembershipHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(orgmembershiphistory.Table, orgmembershiphistory.Columns, sqlgraph.NewFieldSpec(orgmembershiphistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -775,81 +209,42 @@ func (_u *OrgMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Or if _u.mutation.CreatedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(orgmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(orgmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(orgmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(orgmembershiphistory.FieldRole, field.TypeEnum, value) - } - if value, ok := _u.mutation.SSOExempt(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExempt, field.TypeBool, value) - } if _u.mutation.SSOExemptCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExempt, field.TypeBool) } - if value, ok := _u.mutation.SSOExemptReason(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptReason, field.TypeString, value) - } if _u.mutation.SSOExemptReasonCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptReason, field.TypeString) } - if value, ok := _u.mutation.SSOExemptGrantedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptGrantedBy, field.TypeString, value) - } if _u.mutation.SSOExemptGrantedByCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptGrantedBy, field.TypeString) } - if value, ok := _u.mutation.SSOExemptGrantedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldSSOExemptGrantedAt, field.TypeTime, value) - } if _u.mutation.SSOExemptGrantedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldSSOExemptGrantedAt, field.TypeTime) } - if value, ok := _u.mutation.TfaEnforced(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforced, field.TypeBool, value) - } if _u.mutation.TfaEnforcedCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforced, field.TypeBool) } - if value, ok := _u.mutation.TfaEnforcedReason(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedReason, field.TypeString, value) - } if _u.mutation.TfaEnforcedReasonCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedReason, field.TypeString) } - if value, ok := _u.mutation.TfaEnforcedBy(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedBy, field.TypeString, value) - } if _u.mutation.TfaEnforcedByCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedBy, field.TypeString) } - if value, ok := _u.mutation.TfaEnforcedAt(); ok { - _spec.SetField(orgmembershiphistory.FieldTfaEnforcedAt, field.TypeTime, value) - } if _u.mutation.TfaEnforcedAtCleared() { _spec.ClearField(orgmembershiphistory.FieldTfaEnforcedAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.OrgMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &OrgMembershipHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/platformhistory/platformhistory.go b/internal/ent/historygenerated/platformhistory/platformhistory.go index 95f7f166a6..eeab3d9972 100644 --- a/internal/ent/historygenerated/platformhistory/platformhistory.go +++ b/internal/ent/historygenerated/platformhistory/platformhistory.go @@ -237,8 +237,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/platformhistory_create.go b/internal/ent/historygenerated/platformhistory_create.go index 68648d21d3..c5ecea20e6 100644 --- a/internal/ent/historygenerated/platformhistory_create.go +++ b/internal/ent/historygenerated/platformhistory_create.go @@ -1007,7 +1007,6 @@ func (_c *PlatformHistoryCreate) createSpec() (*PlatformHistory, *sqlgraph.Creat _node = &PlatformHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(platformhistory.Table, sqlgraph.NewFieldSpec(platformhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.PlatformHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/platformhistory_delete.go b/internal/ent/historygenerated/platformhistory_delete.go index cc2b78f540..3ba4b19815 100644 --- a/internal/ent/historygenerated/platformhistory_delete.go +++ b/internal/ent/historygenerated/platformhistory_delete.go @@ -10,10 +10,8 @@ import ( "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/platformhistory" + "github.com/theopenlane/core/internal/ent/historygenerated/predicate" ) // PlatformHistoryDelete is the builder for deleting a PlatformHistory entity. @@ -45,8 +43,6 @@ func (_d *PlatformHistoryDelete) ExecX(ctx context.Context) int { func (_d *PlatformHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(platformhistory.Table, sqlgraph.NewFieldSpec(platformhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.PlatformHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/platformhistory_query.go b/internal/ent/historygenerated/platformhistory_query.go index d48f2573ab..98264d5379 100644 --- a/internal/ent/historygenerated/platformhistory_query.go +++ b/internal/ent/historygenerated/platformhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/platformhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type PlatformHistoryQuery struct { order []platformhistory.OrderOption inters []Interceptor predicates []predicate.PlatformHistory - loadTotal []func(context.Context, []*PlatformHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*PlatformHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *PlatformHistoryQuery) Clone() *PlatformHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.PlatformHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *PlatformHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.PlatformHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *PlatformHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *PlatformHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.PlatformHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *PlatformHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.PlatformHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *PlatformHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *PlatformHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *PlatformHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (phq *PlatformHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "PlatformHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *PlatformHistorySelect) sqlScan(ctx context.Context, root *PlatformHist defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *PlatformHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *PlatformHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/platformhistory_update.go b/internal/ent/historygenerated/platformhistory_update.go index 3eca349d9c..eff73103a3 100644 --- a/internal/ent/historygenerated/platformhistory_update.go +++ b/internal/ent/historygenerated/platformhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/platformhistory" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // PlatformHistoryUpdate is the builder for updating PlatformHistory entities. type PlatformHistoryUpdate struct { config - hooks []Hook - mutation *PlatformHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *PlatformHistoryMutation } // Where appends a list predicates to the PlatformHistoryUpdate builder. @@ -36,2545 +29,230 @@ func (_u *PlatformHistoryUpdate) Where(ps ...predicate.PlatformHistory) *Platfor return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *PlatformHistoryUpdate) SetUpdatedAt(v time.Time) *PlatformHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *PlatformHistoryUpdate) ClearUpdatedAt() *PlatformHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the PlatformHistoryMutation object of the builder. +func (_u *PlatformHistoryUpdate) Mutation() *PlatformHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *PlatformHistoryUpdate) SetUpdatedBy(v string) *PlatformHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *PlatformHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableUpdatedBy(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *PlatformHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *PlatformHistoryUpdate) ClearUpdatedBy() *PlatformHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *PlatformHistoryUpdate) SetUpdatedByImpersonator(v string) *PlatformHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *PlatformHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *PlatformHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *PlatformHistoryUpdate) ClearUpdatedByImpersonator() *PlatformHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *PlatformHistoryUpdate) SetDeletedAt(v time.Time) *PlatformHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableDeletedAt(v *time.Time) *PlatformHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *PlatformHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(platformhistory.Table, platformhistory.Columns, sqlgraph.NewFieldSpec(platformhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *PlatformHistoryUpdate) ClearDeletedAt() *PlatformHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *PlatformHistoryUpdate) SetDeletedBy(v string) *PlatformHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableDeletedBy(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(platformhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *PlatformHistoryUpdate) ClearDeletedBy() *PlatformHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *PlatformHistoryUpdate) SetTags(v []string) *PlatformHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *PlatformHistoryUpdate) AppendTags(v []string) *PlatformHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *PlatformHistoryUpdate) ClearTags() *PlatformHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *PlatformHistoryUpdate) SetInternalOwner(v string) *PlatformHistoryUpdate { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableInternalOwner(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetInternalOwner(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(platformhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *PlatformHistoryUpdate) ClearInternalOwner() *PlatformHistoryUpdate { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *PlatformHistoryUpdate) SetInternalOwnerUserID(v string) *PlatformHistoryUpdate { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableInternalOwnerUserID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetInternalOwnerUserID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(platformhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *PlatformHistoryUpdate) ClearInternalOwnerUserID() *PlatformHistoryUpdate { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *PlatformHistoryUpdate) SetInternalOwnerGroupID(v string) *PlatformHistoryUpdate { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableInternalOwnerGroupID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetInternalOwnerGroupID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(platformhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *PlatformHistoryUpdate) ClearInternalOwnerGroupID() *PlatformHistoryUpdate { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetBusinessOwner sets the "business_owner" field. -func (_u *PlatformHistoryUpdate) SetBusinessOwner(v string) *PlatformHistoryUpdate { - _u.mutation.SetBusinessOwner(v) - return _u -} - -// SetNillableBusinessOwner sets the "business_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableBusinessOwner(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetBusinessOwner(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(platformhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearBusinessOwner clears the value of the "business_owner" field. -func (_u *PlatformHistoryUpdate) ClearBusinessOwner() *PlatformHistoryUpdate { - _u.mutation.ClearBusinessOwner() - return _u -} - -// SetBusinessOwnerUserID sets the "business_owner_user_id" field. -func (_u *PlatformHistoryUpdate) SetBusinessOwnerUserID(v string) *PlatformHistoryUpdate { - _u.mutation.SetBusinessOwnerUserID(v) - return _u -} - -// SetNillableBusinessOwnerUserID sets the "business_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableBusinessOwnerUserID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetBusinessOwnerUserID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(platformhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearBusinessOwnerUserID clears the value of the "business_owner_user_id" field. -func (_u *PlatformHistoryUpdate) ClearBusinessOwnerUserID() *PlatformHistoryUpdate { - _u.mutation.ClearBusinessOwnerUserID() - return _u -} - -// SetBusinessOwnerGroupID sets the "business_owner_group_id" field. -func (_u *PlatformHistoryUpdate) SetBusinessOwnerGroupID(v string) *PlatformHistoryUpdate { - _u.mutation.SetBusinessOwnerGroupID(v) - return _u -} - -// SetNillableBusinessOwnerGroupID sets the "business_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableBusinessOwnerGroupID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetBusinessOwnerGroupID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(platformhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearBusinessOwnerGroupID clears the value of the "business_owner_group_id" field. -func (_u *PlatformHistoryUpdate) ClearBusinessOwnerGroupID() *PlatformHistoryUpdate { - _u.mutation.ClearBusinessOwnerGroupID() - return _u -} - -// SetTechnicalOwner sets the "technical_owner" field. -func (_u *PlatformHistoryUpdate) SetTechnicalOwner(v string) *PlatformHistoryUpdate { - _u.mutation.SetTechnicalOwner(v) - return _u -} - -// SetNillableTechnicalOwner sets the "technical_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableTechnicalOwner(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetTechnicalOwner(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(platformhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearTechnicalOwner clears the value of the "technical_owner" field. -func (_u *PlatformHistoryUpdate) ClearTechnicalOwner() *PlatformHistoryUpdate { - _u.mutation.ClearTechnicalOwner() - return _u -} - -// SetTechnicalOwnerUserID sets the "technical_owner_user_id" field. -func (_u *PlatformHistoryUpdate) SetTechnicalOwnerUserID(v string) *PlatformHistoryUpdate { - _u.mutation.SetTechnicalOwnerUserID(v) - return _u -} - -// SetNillableTechnicalOwnerUserID sets the "technical_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableTechnicalOwnerUserID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetTechnicalOwnerUserID(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(platformhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearTechnicalOwnerUserID clears the value of the "technical_owner_user_id" field. -func (_u *PlatformHistoryUpdate) ClearTechnicalOwnerUserID() *PlatformHistoryUpdate { - _u.mutation.ClearTechnicalOwnerUserID() - return _u -} - -// SetTechnicalOwnerGroupID sets the "technical_owner_group_id" field. -func (_u *PlatformHistoryUpdate) SetTechnicalOwnerGroupID(v string) *PlatformHistoryUpdate { - _u.mutation.SetTechnicalOwnerGroupID(v) - return _u -} - -// SetNillableTechnicalOwnerGroupID sets the "technical_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableTechnicalOwnerGroupID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetTechnicalOwnerGroupID(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(platformhistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearTechnicalOwnerGroupID clears the value of the "technical_owner_group_id" field. -func (_u *PlatformHistoryUpdate) ClearTechnicalOwnerGroupID() *PlatformHistoryUpdate { - _u.mutation.ClearTechnicalOwnerGroupID() - return _u -} - -// SetSecurityOwner sets the "security_owner" field. -func (_u *PlatformHistoryUpdate) SetSecurityOwner(v string) *PlatformHistoryUpdate { - _u.mutation.SetSecurityOwner(v) - return _u -} - -// SetNillableSecurityOwner sets the "security_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSecurityOwner(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSecurityOwner(*v) + if _u.mutation.InternalOwnerCleared() { + _spec.ClearField(platformhistory.FieldInternalOwner, field.TypeString) } - return _u -} - -// ClearSecurityOwner clears the value of the "security_owner" field. -func (_u *PlatformHistoryUpdate) ClearSecurityOwner() *PlatformHistoryUpdate { - _u.mutation.ClearSecurityOwner() - return _u -} - -// SetSecurityOwnerUserID sets the "security_owner_user_id" field. -func (_u *PlatformHistoryUpdate) SetSecurityOwnerUserID(v string) *PlatformHistoryUpdate { - _u.mutation.SetSecurityOwnerUserID(v) - return _u -} - -// SetNillableSecurityOwnerUserID sets the "security_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSecurityOwnerUserID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSecurityOwnerUserID(*v) + if _u.mutation.InternalOwnerUserIDCleared() { + _spec.ClearField(platformhistory.FieldInternalOwnerUserID, field.TypeString) } - return _u -} - -// ClearSecurityOwnerUserID clears the value of the "security_owner_user_id" field. -func (_u *PlatformHistoryUpdate) ClearSecurityOwnerUserID() *PlatformHistoryUpdate { - _u.mutation.ClearSecurityOwnerUserID() - return _u -} - -// SetSecurityOwnerGroupID sets the "security_owner_group_id" field. -func (_u *PlatformHistoryUpdate) SetSecurityOwnerGroupID(v string) *PlatformHistoryUpdate { - _u.mutation.SetSecurityOwnerGroupID(v) - return _u -} - -// SetNillableSecurityOwnerGroupID sets the "security_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSecurityOwnerGroupID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSecurityOwnerGroupID(*v) + if _u.mutation.InternalOwnerGroupIDCleared() { + _spec.ClearField(platformhistory.FieldInternalOwnerGroupID, field.TypeString) } - return _u -} - -// ClearSecurityOwnerGroupID clears the value of the "security_owner_group_id" field. -func (_u *PlatformHistoryUpdate) ClearSecurityOwnerGroupID() *PlatformHistoryUpdate { - _u.mutation.ClearSecurityOwnerGroupID() - return _u -} - -// SetPlatformKindName sets the "platform_kind_name" field. -func (_u *PlatformHistoryUpdate) SetPlatformKindName(v string) *PlatformHistoryUpdate { - _u.mutation.SetPlatformKindName(v) - return _u -} - -// SetNillablePlatformKindName sets the "platform_kind_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePlatformKindName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPlatformKindName(*v) + if _u.mutation.BusinessOwnerCleared() { + _spec.ClearField(platformhistory.FieldBusinessOwner, field.TypeString) } - return _u -} - -// ClearPlatformKindName clears the value of the "platform_kind_name" field. -func (_u *PlatformHistoryUpdate) ClearPlatformKindName() *PlatformHistoryUpdate { - _u.mutation.ClearPlatformKindName() - return _u -} - -// SetPlatformKindID sets the "platform_kind_id" field. -func (_u *PlatformHistoryUpdate) SetPlatformKindID(v string) *PlatformHistoryUpdate { - _u.mutation.SetPlatformKindID(v) - return _u -} - -// SetNillablePlatformKindID sets the "platform_kind_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePlatformKindID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPlatformKindID(*v) + if _u.mutation.BusinessOwnerUserIDCleared() { + _spec.ClearField(platformhistory.FieldBusinessOwnerUserID, field.TypeString) } - return _u -} - -// ClearPlatformKindID clears the value of the "platform_kind_id" field. -func (_u *PlatformHistoryUpdate) ClearPlatformKindID() *PlatformHistoryUpdate { - _u.mutation.ClearPlatformKindID() - return _u -} - -// SetPlatformDataClassificationName sets the "platform_data_classification_name" field. -func (_u *PlatformHistoryUpdate) SetPlatformDataClassificationName(v string) *PlatformHistoryUpdate { - _u.mutation.SetPlatformDataClassificationName(v) - return _u -} - -// SetNillablePlatformDataClassificationName sets the "platform_data_classification_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePlatformDataClassificationName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPlatformDataClassificationName(*v) + if _u.mutation.BusinessOwnerGroupIDCleared() { + _spec.ClearField(platformhistory.FieldBusinessOwnerGroupID, field.TypeString) } - return _u -} - -// ClearPlatformDataClassificationName clears the value of the "platform_data_classification_name" field. -func (_u *PlatformHistoryUpdate) ClearPlatformDataClassificationName() *PlatformHistoryUpdate { - _u.mutation.ClearPlatformDataClassificationName() - return _u -} - -// SetPlatformDataClassificationID sets the "platform_data_classification_id" field. -func (_u *PlatformHistoryUpdate) SetPlatformDataClassificationID(v string) *PlatformHistoryUpdate { - _u.mutation.SetPlatformDataClassificationID(v) - return _u -} - -// SetNillablePlatformDataClassificationID sets the "platform_data_classification_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePlatformDataClassificationID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPlatformDataClassificationID(*v) + if _u.mutation.TechnicalOwnerCleared() { + _spec.ClearField(platformhistory.FieldTechnicalOwner, field.TypeString) } - return _u -} - -// ClearPlatformDataClassificationID clears the value of the "platform_data_classification_id" field. -func (_u *PlatformHistoryUpdate) ClearPlatformDataClassificationID() *PlatformHistoryUpdate { - _u.mutation.ClearPlatformDataClassificationID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *PlatformHistoryUpdate) SetEnvironmentName(v string) *PlatformHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableEnvironmentName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.TechnicalOwnerUserIDCleared() { + _spec.ClearField(platformhistory.FieldTechnicalOwnerUserID, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *PlatformHistoryUpdate) ClearEnvironmentName() *PlatformHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *PlatformHistoryUpdate) SetEnvironmentID(v string) *PlatformHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableEnvironmentID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *PlatformHistoryUpdate) ClearEnvironmentID() *PlatformHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *PlatformHistoryUpdate) SetScopeName(v string) *PlatformHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableScopeName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *PlatformHistoryUpdate) ClearScopeName() *PlatformHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *PlatformHistoryUpdate) SetScopeID(v string) *PlatformHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableScopeID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *PlatformHistoryUpdate) ClearScopeID() *PlatformHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetAccessModelName sets the "access_model_name" field. -func (_u *PlatformHistoryUpdate) SetAccessModelName(v string) *PlatformHistoryUpdate { - _u.mutation.SetAccessModelName(v) - return _u -} - -// SetNillableAccessModelName sets the "access_model_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableAccessModelName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetAccessModelName(*v) - } - return _u -} - -// ClearAccessModelName clears the value of the "access_model_name" field. -func (_u *PlatformHistoryUpdate) ClearAccessModelName() *PlatformHistoryUpdate { - _u.mutation.ClearAccessModelName() - return _u -} - -// SetAccessModelID sets the "access_model_id" field. -func (_u *PlatformHistoryUpdate) SetAccessModelID(v string) *PlatformHistoryUpdate { - _u.mutation.SetAccessModelID(v) - return _u -} - -// SetNillableAccessModelID sets the "access_model_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableAccessModelID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetAccessModelID(*v) - } - return _u -} - -// ClearAccessModelID clears the value of the "access_model_id" field. -func (_u *PlatformHistoryUpdate) ClearAccessModelID() *PlatformHistoryUpdate { - _u.mutation.ClearAccessModelID() - return _u -} - -// SetEncryptionStatusName sets the "encryption_status_name" field. -func (_u *PlatformHistoryUpdate) SetEncryptionStatusName(v string) *PlatformHistoryUpdate { - _u.mutation.SetEncryptionStatusName(v) - return _u -} - -// SetNillableEncryptionStatusName sets the "encryption_status_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableEncryptionStatusName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetEncryptionStatusName(*v) - } - return _u -} - -// ClearEncryptionStatusName clears the value of the "encryption_status_name" field. -func (_u *PlatformHistoryUpdate) ClearEncryptionStatusName() *PlatformHistoryUpdate { - _u.mutation.ClearEncryptionStatusName() - return _u -} - -// SetEncryptionStatusID sets the "encryption_status_id" field. -func (_u *PlatformHistoryUpdate) SetEncryptionStatusID(v string) *PlatformHistoryUpdate { - _u.mutation.SetEncryptionStatusID(v) - return _u -} - -// SetNillableEncryptionStatusID sets the "encryption_status_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableEncryptionStatusID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetEncryptionStatusID(*v) - } - return _u -} - -// ClearEncryptionStatusID clears the value of the "encryption_status_id" field. -func (_u *PlatformHistoryUpdate) ClearEncryptionStatusID() *PlatformHistoryUpdate { - _u.mutation.ClearEncryptionStatusID() - return _u -} - -// SetSecurityTierName sets the "security_tier_name" field. -func (_u *PlatformHistoryUpdate) SetSecurityTierName(v string) *PlatformHistoryUpdate { - _u.mutation.SetSecurityTierName(v) - return _u -} - -// SetNillableSecurityTierName sets the "security_tier_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSecurityTierName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSecurityTierName(*v) - } - return _u -} - -// ClearSecurityTierName clears the value of the "security_tier_name" field. -func (_u *PlatformHistoryUpdate) ClearSecurityTierName() *PlatformHistoryUpdate { - _u.mutation.ClearSecurityTierName() - return _u -} - -// SetSecurityTierID sets the "security_tier_id" field. -func (_u *PlatformHistoryUpdate) SetSecurityTierID(v string) *PlatformHistoryUpdate { - _u.mutation.SetSecurityTierID(v) - return _u -} - -// SetNillableSecurityTierID sets the "security_tier_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSecurityTierID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSecurityTierID(*v) - } - return _u -} - -// ClearSecurityTierID clears the value of the "security_tier_id" field. -func (_u *PlatformHistoryUpdate) ClearSecurityTierID() *PlatformHistoryUpdate { - _u.mutation.ClearSecurityTierID() - return _u -} - -// SetCriticalityName sets the "criticality_name" field. -func (_u *PlatformHistoryUpdate) SetCriticalityName(v string) *PlatformHistoryUpdate { - _u.mutation.SetCriticalityName(v) - return _u -} - -// SetNillableCriticalityName sets the "criticality_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableCriticalityName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetCriticalityName(*v) - } - return _u -} - -// ClearCriticalityName clears the value of the "criticality_name" field. -func (_u *PlatformHistoryUpdate) ClearCriticalityName() *PlatformHistoryUpdate { - _u.mutation.ClearCriticalityName() - return _u -} - -// SetCriticalityID sets the "criticality_id" field. -func (_u *PlatformHistoryUpdate) SetCriticalityID(v string) *PlatformHistoryUpdate { - _u.mutation.SetCriticalityID(v) - return _u -} - -// SetNillableCriticalityID sets the "criticality_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableCriticalityID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetCriticalityID(*v) - } - return _u -} - -// ClearCriticalityID clears the value of the "criticality_id" field. -func (_u *PlatformHistoryUpdate) ClearCriticalityID() *PlatformHistoryUpdate { - _u.mutation.ClearCriticalityID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *PlatformHistoryUpdate) SetWorkflowEligibleMarker(v bool) *PlatformHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *PlatformHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *PlatformHistoryUpdate) ClearWorkflowEligibleMarker() *PlatformHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *PlatformHistoryUpdate) SetExternalUUID(v string) *PlatformHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableExternalUUID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *PlatformHistoryUpdate) ClearExternalUUID() *PlatformHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *PlatformHistoryUpdate) SetName(v string) *PlatformHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableName(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *PlatformHistoryUpdate) SetDescription(v string) *PlatformHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableDescription(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *PlatformHistoryUpdate) ClearDescription() *PlatformHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetBusinessPurpose sets the "business_purpose" field. -func (_u *PlatformHistoryUpdate) SetBusinessPurpose(v string) *PlatformHistoryUpdate { - _u.mutation.SetBusinessPurpose(v) - return _u -} - -// SetNillableBusinessPurpose sets the "business_purpose" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableBusinessPurpose(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetBusinessPurpose(*v) - } - return _u -} - -// ClearBusinessPurpose clears the value of the "business_purpose" field. -func (_u *PlatformHistoryUpdate) ClearBusinessPurpose() *PlatformHistoryUpdate { - _u.mutation.ClearBusinessPurpose() - return _u -} - -// SetScopeStatement sets the "scope_statement" field. -func (_u *PlatformHistoryUpdate) SetScopeStatement(v string) *PlatformHistoryUpdate { - _u.mutation.SetScopeStatement(v) - return _u -} - -// SetNillableScopeStatement sets the "scope_statement" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableScopeStatement(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetScopeStatement(*v) - } - return _u -} - -// ClearScopeStatement clears the value of the "scope_statement" field. -func (_u *PlatformHistoryUpdate) ClearScopeStatement() *PlatformHistoryUpdate { - _u.mutation.ClearScopeStatement() - return _u -} - -// SetTrustBoundaryDescription sets the "trust_boundary_description" field. -func (_u *PlatformHistoryUpdate) SetTrustBoundaryDescription(v string) *PlatformHistoryUpdate { - _u.mutation.SetTrustBoundaryDescription(v) - return _u -} - -// SetNillableTrustBoundaryDescription sets the "trust_boundary_description" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableTrustBoundaryDescription(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetTrustBoundaryDescription(*v) - } - return _u -} - -// ClearTrustBoundaryDescription clears the value of the "trust_boundary_description" field. -func (_u *PlatformHistoryUpdate) ClearTrustBoundaryDescription() *PlatformHistoryUpdate { - _u.mutation.ClearTrustBoundaryDescription() - return _u -} - -// SetDataFlowSummary sets the "data_flow_summary" field. -func (_u *PlatformHistoryUpdate) SetDataFlowSummary(v string) *PlatformHistoryUpdate { - _u.mutation.SetDataFlowSummary(v) - return _u -} - -// SetNillableDataFlowSummary sets the "data_flow_summary" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableDataFlowSummary(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetDataFlowSummary(*v) - } - return _u -} - -// ClearDataFlowSummary clears the value of the "data_flow_summary" field. -func (_u *PlatformHistoryUpdate) ClearDataFlowSummary() *PlatformHistoryUpdate { - _u.mutation.ClearDataFlowSummary() - return _u -} - -// SetStatus sets the "status" field. -func (_u *PlatformHistoryUpdate) SetStatus(v enums.PlatformStatus) *PlatformHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableStatus(v *enums.PlatformStatus) *PlatformHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetPhysicalLocation sets the "physical_location" field. -func (_u *PlatformHistoryUpdate) SetPhysicalLocation(v string) *PlatformHistoryUpdate { - _u.mutation.SetPhysicalLocation(v) - return _u -} - -// SetNillablePhysicalLocation sets the "physical_location" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePhysicalLocation(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPhysicalLocation(*v) - } - return _u -} - -// ClearPhysicalLocation clears the value of the "physical_location" field. -func (_u *PlatformHistoryUpdate) ClearPhysicalLocation() *PlatformHistoryUpdate { - _u.mutation.ClearPhysicalLocation() - return _u -} - -// SetRegion sets the "region" field. -func (_u *PlatformHistoryUpdate) SetRegion(v string) *PlatformHistoryUpdate { - _u.mutation.SetRegion(v) - return _u -} - -// SetNillableRegion sets the "region" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableRegion(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetRegion(*v) - } - return _u -} - -// ClearRegion clears the value of the "region" field. -func (_u *PlatformHistoryUpdate) ClearRegion() *PlatformHistoryUpdate { - _u.mutation.ClearRegion() - return _u -} - -// SetContainsPii sets the "contains_pii" field. -func (_u *PlatformHistoryUpdate) SetContainsPii(v bool) *PlatformHistoryUpdate { - _u.mutation.SetContainsPii(v) - return _u -} - -// SetNillableContainsPii sets the "contains_pii" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableContainsPii(v *bool) *PlatformHistoryUpdate { - if v != nil { - _u.SetContainsPii(*v) - } - return _u -} - -// ClearContainsPii clears the value of the "contains_pii" field. -func (_u *PlatformHistoryUpdate) ClearContainsPii() *PlatformHistoryUpdate { - _u.mutation.ClearContainsPii() - return _u -} - -// SetSourceType sets the "source_type" field. -func (_u *PlatformHistoryUpdate) SetSourceType(v enums.SourceType) *PlatformHistoryUpdate { - _u.mutation.SetSourceType(v) - return _u -} - -// SetNillableSourceType sets the "source_type" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSourceType(v *enums.SourceType) *PlatformHistoryUpdate { - if v != nil { - _u.SetSourceType(*v) - } - return _u -} - -// SetSourceIdentifier sets the "source_identifier" field. -func (_u *PlatformHistoryUpdate) SetSourceIdentifier(v string) *PlatformHistoryUpdate { - _u.mutation.SetSourceIdentifier(v) - return _u -} - -// SetNillableSourceIdentifier sets the "source_identifier" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableSourceIdentifier(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetSourceIdentifier(*v) - } - return _u -} - -// ClearSourceIdentifier clears the value of the "source_identifier" field. -func (_u *PlatformHistoryUpdate) ClearSourceIdentifier() *PlatformHistoryUpdate { - _u.mutation.ClearSourceIdentifier() - return _u -} - -// SetCostCenter sets the "cost_center" field. -func (_u *PlatformHistoryUpdate) SetCostCenter(v string) *PlatformHistoryUpdate { - _u.mutation.SetCostCenter(v) - return _u -} - -// SetNillableCostCenter sets the "cost_center" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableCostCenter(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetCostCenter(*v) - } - return _u -} - -// ClearCostCenter clears the value of the "cost_center" field. -func (_u *PlatformHistoryUpdate) ClearCostCenter() *PlatformHistoryUpdate { - _u.mutation.ClearCostCenter() - return _u -} - -// SetEstimatedMonthlyCost sets the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdate) SetEstimatedMonthlyCost(v float64) *PlatformHistoryUpdate { - _u.mutation.ResetEstimatedMonthlyCost() - _u.mutation.SetEstimatedMonthlyCost(v) - return _u -} - -// SetNillableEstimatedMonthlyCost sets the "estimated_monthly_cost" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableEstimatedMonthlyCost(v *float64) *PlatformHistoryUpdate { - if v != nil { - _u.SetEstimatedMonthlyCost(*v) - } - return _u -} - -// AddEstimatedMonthlyCost adds value to the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdate) AddEstimatedMonthlyCost(v float64) *PlatformHistoryUpdate { - _u.mutation.AddEstimatedMonthlyCost(v) - return _u -} - -// ClearEstimatedMonthlyCost clears the value of the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdate) ClearEstimatedMonthlyCost() *PlatformHistoryUpdate { - _u.mutation.ClearEstimatedMonthlyCost() - return _u -} - -// SetPurchaseDate sets the "purchase_date" field. -func (_u *PlatformHistoryUpdate) SetPurchaseDate(v models.DateTime) *PlatformHistoryUpdate { - _u.mutation.SetPurchaseDate(v) - return _u -} - -// SetNillablePurchaseDate sets the "purchase_date" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePurchaseDate(v *models.DateTime) *PlatformHistoryUpdate { - if v != nil { - _u.SetPurchaseDate(*v) - } - return _u -} - -// ClearPurchaseDate clears the value of the "purchase_date" field. -func (_u *PlatformHistoryUpdate) ClearPurchaseDate() *PlatformHistoryUpdate { - _u.mutation.ClearPurchaseDate() - return _u -} - -// SetPlatformOwnerID sets the "platform_owner_id" field. -func (_u *PlatformHistoryUpdate) SetPlatformOwnerID(v string) *PlatformHistoryUpdate { - _u.mutation.SetPlatformOwnerID(v) - return _u -} - -// SetNillablePlatformOwnerID sets the "platform_owner_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillablePlatformOwnerID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetPlatformOwnerID(*v) - } - return _u -} - -// ClearPlatformOwnerID clears the value of the "platform_owner_id" field. -func (_u *PlatformHistoryUpdate) ClearPlatformOwnerID() *PlatformHistoryUpdate { - _u.mutation.ClearPlatformOwnerID() - return _u -} - -// SetExternalReferenceID sets the "external_reference_id" field. -func (_u *PlatformHistoryUpdate) SetExternalReferenceID(v string) *PlatformHistoryUpdate { - _u.mutation.SetExternalReferenceID(v) - return _u -} - -// SetNillableExternalReferenceID sets the "external_reference_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdate) SetNillableExternalReferenceID(v *string) *PlatformHistoryUpdate { - if v != nil { - _u.SetExternalReferenceID(*v) - } - return _u -} - -// ClearExternalReferenceID clears the value of the "external_reference_id" field. -func (_u *PlatformHistoryUpdate) ClearExternalReferenceID() *PlatformHistoryUpdate { - _u.mutation.ClearExternalReferenceID() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *PlatformHistoryUpdate) SetMetadata(v map[string]interface{}) *PlatformHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *PlatformHistoryUpdate) ClearMetadata() *PlatformHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// Mutation returns the PlatformHistoryMutation object of the builder. -func (_u *PlatformHistoryUpdate) Mutation() *PlatformHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *PlatformHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *PlatformHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *PlatformHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *PlatformHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *PlatformHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if platformhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized platformhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := platformhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *PlatformHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := platformhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "PlatformHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.SourceType(); ok { - if err := platformhistory.SourceTypeValidator(v); err != nil { - return &ValidationError{Name: "source_type", err: fmt.Errorf(`historygenerated: validator failed for field "PlatformHistory.source_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *PlatformHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *PlatformHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *PlatformHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(platformhistory.Table, platformhistory.Columns, sqlgraph.NewFieldSpec(platformhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(platformhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(platformhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(platformhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(platformhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(platformhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(platformhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(platformhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(platformhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(platformhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(platformhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(platformhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(platformhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(platformhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(platformhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, platformhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(platformhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(platformhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(platformhistory.FieldInternalOwner, field.TypeString, value) - } - if _u.mutation.InternalOwnerCleared() { - _spec.ClearField(platformhistory.FieldInternalOwner, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldInternalOwnerUserID, field.TypeString, value) - } - if _u.mutation.InternalOwnerUserIDCleared() { - _spec.ClearField(platformhistory.FieldInternalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.InternalOwnerGroupIDCleared() { - _spec.ClearField(platformhistory.FieldInternalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.BusinessOwner(); ok { - _spec.SetField(platformhistory.FieldBusinessOwner, field.TypeString, value) - } - if _u.mutation.BusinessOwnerCleared() { - _spec.ClearField(platformhistory.FieldBusinessOwner, field.TypeString) - } - if value, ok := _u.mutation.BusinessOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldBusinessOwnerUserID, field.TypeString, value) - } - if _u.mutation.BusinessOwnerUserIDCleared() { - _spec.ClearField(platformhistory.FieldBusinessOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.BusinessOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldBusinessOwnerGroupID, field.TypeString, value) - } - if _u.mutation.BusinessOwnerGroupIDCleared() { - _spec.ClearField(platformhistory.FieldBusinessOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.TechnicalOwner(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwner, field.TypeString, value) - } - if _u.mutation.TechnicalOwnerCleared() { - _spec.ClearField(platformhistory.FieldTechnicalOwner, field.TypeString) - } - if value, ok := _u.mutation.TechnicalOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwnerUserID, field.TypeString, value) - } - if _u.mutation.TechnicalOwnerUserIDCleared() { - _spec.ClearField(platformhistory.FieldTechnicalOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.TechnicalOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwnerGroupID, field.TypeString, value) - } - if _u.mutation.TechnicalOwnerGroupIDCleared() { - _spec.ClearField(platformhistory.FieldTechnicalOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.SecurityOwner(); ok { - _spec.SetField(platformhistory.FieldSecurityOwner, field.TypeString, value) - } - if _u.mutation.SecurityOwnerCleared() { - _spec.ClearField(platformhistory.FieldSecurityOwner, field.TypeString) - } - if value, ok := _u.mutation.SecurityOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldSecurityOwnerUserID, field.TypeString, value) - } - if _u.mutation.SecurityOwnerUserIDCleared() { - _spec.ClearField(platformhistory.FieldSecurityOwnerUserID, field.TypeString) - } - if value, ok := _u.mutation.SecurityOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldSecurityOwnerGroupID, field.TypeString, value) - } - if _u.mutation.SecurityOwnerGroupIDCleared() { - _spec.ClearField(platformhistory.FieldSecurityOwnerGroupID, field.TypeString) - } - if value, ok := _u.mutation.PlatformKindName(); ok { - _spec.SetField(platformhistory.FieldPlatformKindName, field.TypeString, value) - } - if _u.mutation.PlatformKindNameCleared() { - _spec.ClearField(platformhistory.FieldPlatformKindName, field.TypeString) - } - if value, ok := _u.mutation.PlatformKindID(); ok { - _spec.SetField(platformhistory.FieldPlatformKindID, field.TypeString, value) - } - if _u.mutation.PlatformKindIDCleared() { - _spec.ClearField(platformhistory.FieldPlatformKindID, field.TypeString) - } - if value, ok := _u.mutation.PlatformDataClassificationName(); ok { - _spec.SetField(platformhistory.FieldPlatformDataClassificationName, field.TypeString, value) - } - if _u.mutation.PlatformDataClassificationNameCleared() { - _spec.ClearField(platformhistory.FieldPlatformDataClassificationName, field.TypeString) - } - if value, ok := _u.mutation.PlatformDataClassificationID(); ok { - _spec.SetField(platformhistory.FieldPlatformDataClassificationID, field.TypeString, value) - } - if _u.mutation.PlatformDataClassificationIDCleared() { - _spec.ClearField(platformhistory.FieldPlatformDataClassificationID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(platformhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(platformhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(platformhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(platformhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(platformhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(platformhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(platformhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(platformhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.AccessModelName(); ok { - _spec.SetField(platformhistory.FieldAccessModelName, field.TypeString, value) - } - if _u.mutation.AccessModelNameCleared() { - _spec.ClearField(platformhistory.FieldAccessModelName, field.TypeString) - } - if value, ok := _u.mutation.AccessModelID(); ok { - _spec.SetField(platformhistory.FieldAccessModelID, field.TypeString, value) - } - if _u.mutation.AccessModelIDCleared() { - _spec.ClearField(platformhistory.FieldAccessModelID, field.TypeString) - } - if value, ok := _u.mutation.EncryptionStatusName(); ok { - _spec.SetField(platformhistory.FieldEncryptionStatusName, field.TypeString, value) - } - if _u.mutation.EncryptionStatusNameCleared() { - _spec.ClearField(platformhistory.FieldEncryptionStatusName, field.TypeString) - } - if value, ok := _u.mutation.EncryptionStatusID(); ok { - _spec.SetField(platformhistory.FieldEncryptionStatusID, field.TypeString, value) - } - if _u.mutation.EncryptionStatusIDCleared() { - _spec.ClearField(platformhistory.FieldEncryptionStatusID, field.TypeString) - } - if value, ok := _u.mutation.SecurityTierName(); ok { - _spec.SetField(platformhistory.FieldSecurityTierName, field.TypeString, value) - } - if _u.mutation.SecurityTierNameCleared() { - _spec.ClearField(platformhistory.FieldSecurityTierName, field.TypeString) - } - if value, ok := _u.mutation.SecurityTierID(); ok { - _spec.SetField(platformhistory.FieldSecurityTierID, field.TypeString, value) - } - if _u.mutation.SecurityTierIDCleared() { - _spec.ClearField(platformhistory.FieldSecurityTierID, field.TypeString) - } - if value, ok := _u.mutation.CriticalityName(); ok { - _spec.SetField(platformhistory.FieldCriticalityName, field.TypeString, value) - } - if _u.mutation.CriticalityNameCleared() { - _spec.ClearField(platformhistory.FieldCriticalityName, field.TypeString) - } - if value, ok := _u.mutation.CriticalityID(); ok { - _spec.SetField(platformhistory.FieldCriticalityID, field.TypeString, value) - } - if _u.mutation.CriticalityIDCleared() { - _spec.ClearField(platformhistory.FieldCriticalityID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(platformhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(platformhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(platformhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(platformhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(platformhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(platformhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(platformhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.BusinessPurpose(); ok { - _spec.SetField(platformhistory.FieldBusinessPurpose, field.TypeString, value) - } - if _u.mutation.BusinessPurposeCleared() { - _spec.ClearField(platformhistory.FieldBusinessPurpose, field.TypeString) - } - if value, ok := _u.mutation.ScopeStatement(); ok { - _spec.SetField(platformhistory.FieldScopeStatement, field.TypeString, value) - } - if _u.mutation.ScopeStatementCleared() { - _spec.ClearField(platformhistory.FieldScopeStatement, field.TypeString) - } - if value, ok := _u.mutation.TrustBoundaryDescription(); ok { - _spec.SetField(platformhistory.FieldTrustBoundaryDescription, field.TypeString, value) - } - if _u.mutation.TrustBoundaryDescriptionCleared() { - _spec.ClearField(platformhistory.FieldTrustBoundaryDescription, field.TypeString) - } - if value, ok := _u.mutation.DataFlowSummary(); ok { - _spec.SetField(platformhistory.FieldDataFlowSummary, field.TypeString, value) - } - if _u.mutation.DataFlowSummaryCleared() { - _spec.ClearField(platformhistory.FieldDataFlowSummary, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(platformhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.PhysicalLocation(); ok { - _spec.SetField(platformhistory.FieldPhysicalLocation, field.TypeString, value) - } - if _u.mutation.PhysicalLocationCleared() { - _spec.ClearField(platformhistory.FieldPhysicalLocation, field.TypeString) - } - if value, ok := _u.mutation.Region(); ok { - _spec.SetField(platformhistory.FieldRegion, field.TypeString, value) - } - if _u.mutation.RegionCleared() { - _spec.ClearField(platformhistory.FieldRegion, field.TypeString) - } - if value, ok := _u.mutation.ContainsPii(); ok { - _spec.SetField(platformhistory.FieldContainsPii, field.TypeBool, value) - } - if _u.mutation.ContainsPiiCleared() { - _spec.ClearField(platformhistory.FieldContainsPii, field.TypeBool) - } - if value, ok := _u.mutation.SourceType(); ok { - _spec.SetField(platformhistory.FieldSourceType, field.TypeEnum, value) - } - if value, ok := _u.mutation.SourceIdentifier(); ok { - _spec.SetField(platformhistory.FieldSourceIdentifier, field.TypeString, value) - } - if _u.mutation.SourceIdentifierCleared() { - _spec.ClearField(platformhistory.FieldSourceIdentifier, field.TypeString) - } - if value, ok := _u.mutation.CostCenter(); ok { - _spec.SetField(platformhistory.FieldCostCenter, field.TypeString, value) - } - if _u.mutation.CostCenterCleared() { - _spec.ClearField(platformhistory.FieldCostCenter, field.TypeString) - } - if value, ok := _u.mutation.EstimatedMonthlyCost(); ok { - _spec.SetField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedEstimatedMonthlyCost(); ok { - _spec.AddField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if _u.mutation.EstimatedMonthlyCostCleared() { - _spec.ClearField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64) - } - if value, ok := _u.mutation.PurchaseDate(); ok { - _spec.SetField(platformhistory.FieldPurchaseDate, field.TypeTime, value) - } - if _u.mutation.PurchaseDateCleared() { - _spec.ClearField(platformhistory.FieldPurchaseDate, field.TypeTime) - } - if value, ok := _u.mutation.PlatformOwnerID(); ok { - _spec.SetField(platformhistory.FieldPlatformOwnerID, field.TypeString, value) - } - if _u.mutation.PlatformOwnerIDCleared() { - _spec.ClearField(platformhistory.FieldPlatformOwnerID, field.TypeString) - } - if value, ok := _u.mutation.ExternalReferenceID(); ok { - _spec.SetField(platformhistory.FieldExternalReferenceID, field.TypeString, value) - } - if _u.mutation.ExternalReferenceIDCleared() { - _spec.ClearField(platformhistory.FieldExternalReferenceID, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(platformhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(platformhistory.FieldMetadata, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.PlatformHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{platformhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// PlatformHistoryUpdateOne is the builder for updating a single PlatformHistory entity. -type PlatformHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *PlatformHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *PlatformHistoryUpdateOne) SetUpdatedAt(v time.Time) *PlatformHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *PlatformHistoryUpdateOne) ClearUpdatedAt() *PlatformHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *PlatformHistoryUpdateOne) SetUpdatedBy(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableUpdatedBy(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *PlatformHistoryUpdateOne) ClearUpdatedBy() *PlatformHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *PlatformHistoryUpdateOne) SetUpdatedByImpersonator(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *PlatformHistoryUpdateOne) ClearUpdatedByImpersonator() *PlatformHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *PlatformHistoryUpdateOne) SetDeletedAt(v time.Time) *PlatformHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *PlatformHistoryUpdateOne) ClearDeletedAt() *PlatformHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *PlatformHistoryUpdateOne) SetDeletedBy(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableDeletedBy(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *PlatformHistoryUpdateOne) ClearDeletedBy() *PlatformHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *PlatformHistoryUpdateOne) SetTags(v []string) *PlatformHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *PlatformHistoryUpdateOne) AppendTags(v []string) *PlatformHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *PlatformHistoryUpdateOne) ClearTags() *PlatformHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalOwner sets the "internal_owner" field. -func (_u *PlatformHistoryUpdateOne) SetInternalOwner(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetInternalOwner(v) - return _u -} - -// SetNillableInternalOwner sets the "internal_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableInternalOwner(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetInternalOwner(*v) - } - return _u -} - -// ClearInternalOwner clears the value of the "internal_owner" field. -func (_u *PlatformHistoryUpdateOne) ClearInternalOwner() *PlatformHistoryUpdateOne { - _u.mutation.ClearInternalOwner() - return _u -} - -// SetInternalOwnerUserID sets the "internal_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) SetInternalOwnerUserID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetInternalOwnerUserID(v) - return _u -} - -// SetNillableInternalOwnerUserID sets the "internal_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableInternalOwnerUserID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerUserID(*v) - } - return _u -} - -// ClearInternalOwnerUserID clears the value of the "internal_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) ClearInternalOwnerUserID() *PlatformHistoryUpdateOne { - _u.mutation.ClearInternalOwnerUserID() - return _u -} - -// SetInternalOwnerGroupID sets the "internal_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) SetInternalOwnerGroupID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetInternalOwnerGroupID(v) - return _u -} - -// SetNillableInternalOwnerGroupID sets the "internal_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableInternalOwnerGroupID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetInternalOwnerGroupID(*v) - } - return _u -} - -// ClearInternalOwnerGroupID clears the value of the "internal_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) ClearInternalOwnerGroupID() *PlatformHistoryUpdateOne { - _u.mutation.ClearInternalOwnerGroupID() - return _u -} - -// SetBusinessOwner sets the "business_owner" field. -func (_u *PlatformHistoryUpdateOne) SetBusinessOwner(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetBusinessOwner(v) - return _u -} - -// SetNillableBusinessOwner sets the "business_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableBusinessOwner(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetBusinessOwner(*v) - } - return _u -} - -// ClearBusinessOwner clears the value of the "business_owner" field. -func (_u *PlatformHistoryUpdateOne) ClearBusinessOwner() *PlatformHistoryUpdateOne { - _u.mutation.ClearBusinessOwner() - return _u -} - -// SetBusinessOwnerUserID sets the "business_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) SetBusinessOwnerUserID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetBusinessOwnerUserID(v) - return _u -} - -// SetNillableBusinessOwnerUserID sets the "business_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableBusinessOwnerUserID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetBusinessOwnerUserID(*v) - } - return _u -} - -// ClearBusinessOwnerUserID clears the value of the "business_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) ClearBusinessOwnerUserID() *PlatformHistoryUpdateOne { - _u.mutation.ClearBusinessOwnerUserID() - return _u -} - -// SetBusinessOwnerGroupID sets the "business_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) SetBusinessOwnerGroupID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetBusinessOwnerGroupID(v) - return _u -} - -// SetNillableBusinessOwnerGroupID sets the "business_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableBusinessOwnerGroupID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetBusinessOwnerGroupID(*v) - } - return _u -} - -// ClearBusinessOwnerGroupID clears the value of the "business_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) ClearBusinessOwnerGroupID() *PlatformHistoryUpdateOne { - _u.mutation.ClearBusinessOwnerGroupID() - return _u -} - -// SetTechnicalOwner sets the "technical_owner" field. -func (_u *PlatformHistoryUpdateOne) SetTechnicalOwner(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetTechnicalOwner(v) - return _u -} - -// SetNillableTechnicalOwner sets the "technical_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableTechnicalOwner(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetTechnicalOwner(*v) - } - return _u -} - -// ClearTechnicalOwner clears the value of the "technical_owner" field. -func (_u *PlatformHistoryUpdateOne) ClearTechnicalOwner() *PlatformHistoryUpdateOne { - _u.mutation.ClearTechnicalOwner() - return _u -} - -// SetTechnicalOwnerUserID sets the "technical_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) SetTechnicalOwnerUserID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetTechnicalOwnerUserID(v) - return _u -} - -// SetNillableTechnicalOwnerUserID sets the "technical_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableTechnicalOwnerUserID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetTechnicalOwnerUserID(*v) - } - return _u -} - -// ClearTechnicalOwnerUserID clears the value of the "technical_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) ClearTechnicalOwnerUserID() *PlatformHistoryUpdateOne { - _u.mutation.ClearTechnicalOwnerUserID() - return _u -} - -// SetTechnicalOwnerGroupID sets the "technical_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) SetTechnicalOwnerGroupID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetTechnicalOwnerGroupID(v) - return _u -} - -// SetNillableTechnicalOwnerGroupID sets the "technical_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableTechnicalOwnerGroupID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetTechnicalOwnerGroupID(*v) - } - return _u -} - -// ClearTechnicalOwnerGroupID clears the value of the "technical_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) ClearTechnicalOwnerGroupID() *PlatformHistoryUpdateOne { - _u.mutation.ClearTechnicalOwnerGroupID() - return _u -} - -// SetSecurityOwner sets the "security_owner" field. -func (_u *PlatformHistoryUpdateOne) SetSecurityOwner(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSecurityOwner(v) - return _u -} - -// SetNillableSecurityOwner sets the "security_owner" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSecurityOwner(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSecurityOwner(*v) - } - return _u -} - -// ClearSecurityOwner clears the value of the "security_owner" field. -func (_u *PlatformHistoryUpdateOne) ClearSecurityOwner() *PlatformHistoryUpdateOne { - _u.mutation.ClearSecurityOwner() - return _u -} - -// SetSecurityOwnerUserID sets the "security_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) SetSecurityOwnerUserID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSecurityOwnerUserID(v) - return _u -} - -// SetNillableSecurityOwnerUserID sets the "security_owner_user_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSecurityOwnerUserID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSecurityOwnerUserID(*v) + if _u.mutation.TechnicalOwnerGroupIDCleared() { + _spec.ClearField(platformhistory.FieldTechnicalOwnerGroupID, field.TypeString) } - return _u -} - -// ClearSecurityOwnerUserID clears the value of the "security_owner_user_id" field. -func (_u *PlatformHistoryUpdateOne) ClearSecurityOwnerUserID() *PlatformHistoryUpdateOne { - _u.mutation.ClearSecurityOwnerUserID() - return _u -} - -// SetSecurityOwnerGroupID sets the "security_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) SetSecurityOwnerGroupID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSecurityOwnerGroupID(v) - return _u -} - -// SetNillableSecurityOwnerGroupID sets the "security_owner_group_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSecurityOwnerGroupID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSecurityOwnerGroupID(*v) + if _u.mutation.SecurityOwnerCleared() { + _spec.ClearField(platformhistory.FieldSecurityOwner, field.TypeString) } - return _u -} - -// ClearSecurityOwnerGroupID clears the value of the "security_owner_group_id" field. -func (_u *PlatformHistoryUpdateOne) ClearSecurityOwnerGroupID() *PlatformHistoryUpdateOne { - _u.mutation.ClearSecurityOwnerGroupID() - return _u -} - -// SetPlatformKindName sets the "platform_kind_name" field. -func (_u *PlatformHistoryUpdateOne) SetPlatformKindName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPlatformKindName(v) - return _u -} - -// SetNillablePlatformKindName sets the "platform_kind_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePlatformKindName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPlatformKindName(*v) + if _u.mutation.SecurityOwnerUserIDCleared() { + _spec.ClearField(platformhistory.FieldSecurityOwnerUserID, field.TypeString) } - return _u -} - -// ClearPlatformKindName clears the value of the "platform_kind_name" field. -func (_u *PlatformHistoryUpdateOne) ClearPlatformKindName() *PlatformHistoryUpdateOne { - _u.mutation.ClearPlatformKindName() - return _u -} - -// SetPlatformKindID sets the "platform_kind_id" field. -func (_u *PlatformHistoryUpdateOne) SetPlatformKindID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPlatformKindID(v) - return _u -} - -// SetNillablePlatformKindID sets the "platform_kind_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePlatformKindID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPlatformKindID(*v) + if _u.mutation.SecurityOwnerGroupIDCleared() { + _spec.ClearField(platformhistory.FieldSecurityOwnerGroupID, field.TypeString) } - return _u -} - -// ClearPlatformKindID clears the value of the "platform_kind_id" field. -func (_u *PlatformHistoryUpdateOne) ClearPlatformKindID() *PlatformHistoryUpdateOne { - _u.mutation.ClearPlatformKindID() - return _u -} - -// SetPlatformDataClassificationName sets the "platform_data_classification_name" field. -func (_u *PlatformHistoryUpdateOne) SetPlatformDataClassificationName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPlatformDataClassificationName(v) - return _u -} - -// SetNillablePlatformDataClassificationName sets the "platform_data_classification_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePlatformDataClassificationName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPlatformDataClassificationName(*v) + if _u.mutation.PlatformKindNameCleared() { + _spec.ClearField(platformhistory.FieldPlatformKindName, field.TypeString) } - return _u -} - -// ClearPlatformDataClassificationName clears the value of the "platform_data_classification_name" field. -func (_u *PlatformHistoryUpdateOne) ClearPlatformDataClassificationName() *PlatformHistoryUpdateOne { - _u.mutation.ClearPlatformDataClassificationName() - return _u -} - -// SetPlatformDataClassificationID sets the "platform_data_classification_id" field. -func (_u *PlatformHistoryUpdateOne) SetPlatformDataClassificationID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPlatformDataClassificationID(v) - return _u -} - -// SetNillablePlatformDataClassificationID sets the "platform_data_classification_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePlatformDataClassificationID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPlatformDataClassificationID(*v) + if _u.mutation.PlatformKindIDCleared() { + _spec.ClearField(platformhistory.FieldPlatformKindID, field.TypeString) } - return _u -} - -// ClearPlatformDataClassificationID clears the value of the "platform_data_classification_id" field. -func (_u *PlatformHistoryUpdateOne) ClearPlatformDataClassificationID() *PlatformHistoryUpdateOne { - _u.mutation.ClearPlatformDataClassificationID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *PlatformHistoryUpdateOne) SetEnvironmentName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableEnvironmentName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.PlatformDataClassificationNameCleared() { + _spec.ClearField(platformhistory.FieldPlatformDataClassificationName, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *PlatformHistoryUpdateOne) ClearEnvironmentName() *PlatformHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *PlatformHistoryUpdateOne) SetEnvironmentID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableEnvironmentID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.PlatformDataClassificationIDCleared() { + _spec.ClearField(platformhistory.FieldPlatformDataClassificationID, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *PlatformHistoryUpdateOne) ClearEnvironmentID() *PlatformHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *PlatformHistoryUpdateOne) SetScopeName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableScopeName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(platformhistory.FieldEnvironmentName, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *PlatformHistoryUpdateOne) ClearScopeName() *PlatformHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *PlatformHistoryUpdateOne) SetScopeID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableScopeID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(platformhistory.FieldEnvironmentID, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *PlatformHistoryUpdateOne) ClearScopeID() *PlatformHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetAccessModelName sets the "access_model_name" field. -func (_u *PlatformHistoryUpdateOne) SetAccessModelName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetAccessModelName(v) - return _u -} - -// SetNillableAccessModelName sets the "access_model_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableAccessModelName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetAccessModelName(*v) + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(platformhistory.FieldScopeName, field.TypeString) } - return _u -} - -// ClearAccessModelName clears the value of the "access_model_name" field. -func (_u *PlatformHistoryUpdateOne) ClearAccessModelName() *PlatformHistoryUpdateOne { - _u.mutation.ClearAccessModelName() - return _u -} - -// SetAccessModelID sets the "access_model_id" field. -func (_u *PlatformHistoryUpdateOne) SetAccessModelID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetAccessModelID(v) - return _u -} - -// SetNillableAccessModelID sets the "access_model_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableAccessModelID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetAccessModelID(*v) + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(platformhistory.FieldScopeID, field.TypeString) } - return _u -} - -// ClearAccessModelID clears the value of the "access_model_id" field. -func (_u *PlatformHistoryUpdateOne) ClearAccessModelID() *PlatformHistoryUpdateOne { - _u.mutation.ClearAccessModelID() - return _u -} - -// SetEncryptionStatusName sets the "encryption_status_name" field. -func (_u *PlatformHistoryUpdateOne) SetEncryptionStatusName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetEncryptionStatusName(v) - return _u -} - -// SetNillableEncryptionStatusName sets the "encryption_status_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableEncryptionStatusName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetEncryptionStatusName(*v) + if _u.mutation.AccessModelNameCleared() { + _spec.ClearField(platformhistory.FieldAccessModelName, field.TypeString) } - return _u -} - -// ClearEncryptionStatusName clears the value of the "encryption_status_name" field. -func (_u *PlatformHistoryUpdateOne) ClearEncryptionStatusName() *PlatformHistoryUpdateOne { - _u.mutation.ClearEncryptionStatusName() - return _u -} - -// SetEncryptionStatusID sets the "encryption_status_id" field. -func (_u *PlatformHistoryUpdateOne) SetEncryptionStatusID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetEncryptionStatusID(v) - return _u -} - -// SetNillableEncryptionStatusID sets the "encryption_status_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableEncryptionStatusID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetEncryptionStatusID(*v) + if _u.mutation.AccessModelIDCleared() { + _spec.ClearField(platformhistory.FieldAccessModelID, field.TypeString) } - return _u -} - -// ClearEncryptionStatusID clears the value of the "encryption_status_id" field. -func (_u *PlatformHistoryUpdateOne) ClearEncryptionStatusID() *PlatformHistoryUpdateOne { - _u.mutation.ClearEncryptionStatusID() - return _u -} - -// SetSecurityTierName sets the "security_tier_name" field. -func (_u *PlatformHistoryUpdateOne) SetSecurityTierName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSecurityTierName(v) - return _u -} - -// SetNillableSecurityTierName sets the "security_tier_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSecurityTierName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSecurityTierName(*v) + if _u.mutation.EncryptionStatusNameCleared() { + _spec.ClearField(platformhistory.FieldEncryptionStatusName, field.TypeString) } - return _u -} - -// ClearSecurityTierName clears the value of the "security_tier_name" field. -func (_u *PlatformHistoryUpdateOne) ClearSecurityTierName() *PlatformHistoryUpdateOne { - _u.mutation.ClearSecurityTierName() - return _u -} - -// SetSecurityTierID sets the "security_tier_id" field. -func (_u *PlatformHistoryUpdateOne) SetSecurityTierID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSecurityTierID(v) - return _u -} - -// SetNillableSecurityTierID sets the "security_tier_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSecurityTierID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSecurityTierID(*v) + if _u.mutation.EncryptionStatusIDCleared() { + _spec.ClearField(platformhistory.FieldEncryptionStatusID, field.TypeString) } - return _u -} - -// ClearSecurityTierID clears the value of the "security_tier_id" field. -func (_u *PlatformHistoryUpdateOne) ClearSecurityTierID() *PlatformHistoryUpdateOne { - _u.mutation.ClearSecurityTierID() - return _u -} - -// SetCriticalityName sets the "criticality_name" field. -func (_u *PlatformHistoryUpdateOne) SetCriticalityName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetCriticalityName(v) - return _u -} - -// SetNillableCriticalityName sets the "criticality_name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableCriticalityName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetCriticalityName(*v) + if _u.mutation.SecurityTierNameCleared() { + _spec.ClearField(platformhistory.FieldSecurityTierName, field.TypeString) } - return _u -} - -// ClearCriticalityName clears the value of the "criticality_name" field. -func (_u *PlatformHistoryUpdateOne) ClearCriticalityName() *PlatformHistoryUpdateOne { - _u.mutation.ClearCriticalityName() - return _u -} - -// SetCriticalityID sets the "criticality_id" field. -func (_u *PlatformHistoryUpdateOne) SetCriticalityID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetCriticalityID(v) - return _u -} - -// SetNillableCriticalityID sets the "criticality_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableCriticalityID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetCriticalityID(*v) + if _u.mutation.SecurityTierIDCleared() { + _spec.ClearField(platformhistory.FieldSecurityTierID, field.TypeString) } - return _u -} - -// ClearCriticalityID clears the value of the "criticality_id" field. -func (_u *PlatformHistoryUpdateOne) ClearCriticalityID() *PlatformHistoryUpdateOne { - _u.mutation.ClearCriticalityID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *PlatformHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *PlatformHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.CriticalityNameCleared() { + _spec.ClearField(platformhistory.FieldCriticalityName, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *PlatformHistoryUpdateOne) ClearWorkflowEligibleMarker() *PlatformHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *PlatformHistoryUpdateOne) SetExternalUUID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableExternalUUID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) + if _u.mutation.CriticalityIDCleared() { + _spec.ClearField(platformhistory.FieldCriticalityID, field.TypeString) } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *PlatformHistoryUpdateOne) ClearExternalUUID() *PlatformHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *PlatformHistoryUpdateOne) SetName(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableName(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetName(*v) + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(platformhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - return _u -} - -// SetDescription sets the "description" field. -func (_u *PlatformHistoryUpdateOne) SetDescription(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableDescription(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(platformhistory.FieldExternalUUID, field.TypeString) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *PlatformHistoryUpdateOne) ClearDescription() *PlatformHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetBusinessPurpose sets the "business_purpose" field. -func (_u *PlatformHistoryUpdateOne) SetBusinessPurpose(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetBusinessPurpose(v) - return _u -} - -// SetNillableBusinessPurpose sets the "business_purpose" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableBusinessPurpose(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetBusinessPurpose(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(platformhistory.FieldDescription, field.TypeString) } - return _u -} - -// ClearBusinessPurpose clears the value of the "business_purpose" field. -func (_u *PlatformHistoryUpdateOne) ClearBusinessPurpose() *PlatformHistoryUpdateOne { - _u.mutation.ClearBusinessPurpose() - return _u -} - -// SetScopeStatement sets the "scope_statement" field. -func (_u *PlatformHistoryUpdateOne) SetScopeStatement(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetScopeStatement(v) - return _u -} - -// SetNillableScopeStatement sets the "scope_statement" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableScopeStatement(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetScopeStatement(*v) + if _u.mutation.BusinessPurposeCleared() { + _spec.ClearField(platformhistory.FieldBusinessPurpose, field.TypeString) } - return _u -} - -// ClearScopeStatement clears the value of the "scope_statement" field. -func (_u *PlatformHistoryUpdateOne) ClearScopeStatement() *PlatformHistoryUpdateOne { - _u.mutation.ClearScopeStatement() - return _u -} - -// SetTrustBoundaryDescription sets the "trust_boundary_description" field. -func (_u *PlatformHistoryUpdateOne) SetTrustBoundaryDescription(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetTrustBoundaryDescription(v) - return _u -} - -// SetNillableTrustBoundaryDescription sets the "trust_boundary_description" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableTrustBoundaryDescription(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetTrustBoundaryDescription(*v) + if _u.mutation.ScopeStatementCleared() { + _spec.ClearField(platformhistory.FieldScopeStatement, field.TypeString) } - return _u -} - -// ClearTrustBoundaryDescription clears the value of the "trust_boundary_description" field. -func (_u *PlatformHistoryUpdateOne) ClearTrustBoundaryDescription() *PlatformHistoryUpdateOne { - _u.mutation.ClearTrustBoundaryDescription() - return _u -} - -// SetDataFlowSummary sets the "data_flow_summary" field. -func (_u *PlatformHistoryUpdateOne) SetDataFlowSummary(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetDataFlowSummary(v) - return _u -} - -// SetNillableDataFlowSummary sets the "data_flow_summary" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableDataFlowSummary(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetDataFlowSummary(*v) + if _u.mutation.TrustBoundaryDescriptionCleared() { + _spec.ClearField(platformhistory.FieldTrustBoundaryDescription, field.TypeString) } - return _u -} - -// ClearDataFlowSummary clears the value of the "data_flow_summary" field. -func (_u *PlatformHistoryUpdateOne) ClearDataFlowSummary() *PlatformHistoryUpdateOne { - _u.mutation.ClearDataFlowSummary() - return _u -} - -// SetStatus sets the "status" field. -func (_u *PlatformHistoryUpdateOne) SetStatus(v enums.PlatformStatus) *PlatformHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableStatus(v *enums.PlatformStatus) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.DataFlowSummaryCleared() { + _spec.ClearField(platformhistory.FieldDataFlowSummary, field.TypeString) } - return _u -} - -// SetPhysicalLocation sets the "physical_location" field. -func (_u *PlatformHistoryUpdateOne) SetPhysicalLocation(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPhysicalLocation(v) - return _u -} - -// SetNillablePhysicalLocation sets the "physical_location" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePhysicalLocation(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPhysicalLocation(*v) + if _u.mutation.PhysicalLocationCleared() { + _spec.ClearField(platformhistory.FieldPhysicalLocation, field.TypeString) } - return _u -} - -// ClearPhysicalLocation clears the value of the "physical_location" field. -func (_u *PlatformHistoryUpdateOne) ClearPhysicalLocation() *PlatformHistoryUpdateOne { - _u.mutation.ClearPhysicalLocation() - return _u -} - -// SetRegion sets the "region" field. -func (_u *PlatformHistoryUpdateOne) SetRegion(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetRegion(v) - return _u -} - -// SetNillableRegion sets the "region" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableRegion(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetRegion(*v) + if _u.mutation.RegionCleared() { + _spec.ClearField(platformhistory.FieldRegion, field.TypeString) } - return _u -} - -// ClearRegion clears the value of the "region" field. -func (_u *PlatformHistoryUpdateOne) ClearRegion() *PlatformHistoryUpdateOne { - _u.mutation.ClearRegion() - return _u -} - -// SetContainsPii sets the "contains_pii" field. -func (_u *PlatformHistoryUpdateOne) SetContainsPii(v bool) *PlatformHistoryUpdateOne { - _u.mutation.SetContainsPii(v) - return _u -} - -// SetNillableContainsPii sets the "contains_pii" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableContainsPii(v *bool) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetContainsPii(*v) + if _u.mutation.ContainsPiiCleared() { + _spec.ClearField(platformhistory.FieldContainsPii, field.TypeBool) } - return _u -} - -// ClearContainsPii clears the value of the "contains_pii" field. -func (_u *PlatformHistoryUpdateOne) ClearContainsPii() *PlatformHistoryUpdateOne { - _u.mutation.ClearContainsPii() - return _u -} - -// SetSourceType sets the "source_type" field. -func (_u *PlatformHistoryUpdateOne) SetSourceType(v enums.SourceType) *PlatformHistoryUpdateOne { - _u.mutation.SetSourceType(v) - return _u -} - -// SetNillableSourceType sets the "source_type" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSourceType(v *enums.SourceType) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSourceType(*v) + if _u.mutation.SourceIdentifierCleared() { + _spec.ClearField(platformhistory.FieldSourceIdentifier, field.TypeString) } - return _u -} - -// SetSourceIdentifier sets the "source_identifier" field. -func (_u *PlatformHistoryUpdateOne) SetSourceIdentifier(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetSourceIdentifier(v) - return _u -} - -// SetNillableSourceIdentifier sets the "source_identifier" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableSourceIdentifier(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetSourceIdentifier(*v) + if _u.mutation.CostCenterCleared() { + _spec.ClearField(platformhistory.FieldCostCenter, field.TypeString) } - return _u -} - -// ClearSourceIdentifier clears the value of the "source_identifier" field. -func (_u *PlatformHistoryUpdateOne) ClearSourceIdentifier() *PlatformHistoryUpdateOne { - _u.mutation.ClearSourceIdentifier() - return _u -} - -// SetCostCenter sets the "cost_center" field. -func (_u *PlatformHistoryUpdateOne) SetCostCenter(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetCostCenter(v) - return _u -} - -// SetNillableCostCenter sets the "cost_center" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableCostCenter(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetCostCenter(*v) + if _u.mutation.EstimatedMonthlyCostCleared() { + _spec.ClearField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64) } - return _u -} - -// ClearCostCenter clears the value of the "cost_center" field. -func (_u *PlatformHistoryUpdateOne) ClearCostCenter() *PlatformHistoryUpdateOne { - _u.mutation.ClearCostCenter() - return _u -} - -// SetEstimatedMonthlyCost sets the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdateOne) SetEstimatedMonthlyCost(v float64) *PlatformHistoryUpdateOne { - _u.mutation.ResetEstimatedMonthlyCost() - _u.mutation.SetEstimatedMonthlyCost(v) - return _u -} - -// SetNillableEstimatedMonthlyCost sets the "estimated_monthly_cost" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableEstimatedMonthlyCost(v *float64) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetEstimatedMonthlyCost(*v) + if _u.mutation.PurchaseDateCleared() { + _spec.ClearField(platformhistory.FieldPurchaseDate, field.TypeTime) } - return _u -} - -// AddEstimatedMonthlyCost adds value to the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdateOne) AddEstimatedMonthlyCost(v float64) *PlatformHistoryUpdateOne { - _u.mutation.AddEstimatedMonthlyCost(v) - return _u -} - -// ClearEstimatedMonthlyCost clears the value of the "estimated_monthly_cost" field. -func (_u *PlatformHistoryUpdateOne) ClearEstimatedMonthlyCost() *PlatformHistoryUpdateOne { - _u.mutation.ClearEstimatedMonthlyCost() - return _u -} - -// SetPurchaseDate sets the "purchase_date" field. -func (_u *PlatformHistoryUpdateOne) SetPurchaseDate(v models.DateTime) *PlatformHistoryUpdateOne { - _u.mutation.SetPurchaseDate(v) - return _u -} - -// SetNillablePurchaseDate sets the "purchase_date" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePurchaseDate(v *models.DateTime) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPurchaseDate(*v) + if _u.mutation.PlatformOwnerIDCleared() { + _spec.ClearField(platformhistory.FieldPlatformOwnerID, field.TypeString) } - return _u -} - -// ClearPurchaseDate clears the value of the "purchase_date" field. -func (_u *PlatformHistoryUpdateOne) ClearPurchaseDate() *PlatformHistoryUpdateOne { - _u.mutation.ClearPurchaseDate() - return _u -} - -// SetPlatformOwnerID sets the "platform_owner_id" field. -func (_u *PlatformHistoryUpdateOne) SetPlatformOwnerID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetPlatformOwnerID(v) - return _u -} - -// SetNillablePlatformOwnerID sets the "platform_owner_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillablePlatformOwnerID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetPlatformOwnerID(*v) + if _u.mutation.ExternalReferenceIDCleared() { + _spec.ClearField(platformhistory.FieldExternalReferenceID, field.TypeString) } - return _u -} - -// ClearPlatformOwnerID clears the value of the "platform_owner_id" field. -func (_u *PlatformHistoryUpdateOne) ClearPlatformOwnerID() *PlatformHistoryUpdateOne { - _u.mutation.ClearPlatformOwnerID() - return _u -} - -// SetExternalReferenceID sets the "external_reference_id" field. -func (_u *PlatformHistoryUpdateOne) SetExternalReferenceID(v string) *PlatformHistoryUpdateOne { - _u.mutation.SetExternalReferenceID(v) - return _u -} - -// SetNillableExternalReferenceID sets the "external_reference_id" field if the given value is not nil. -func (_u *PlatformHistoryUpdateOne) SetNillableExternalReferenceID(v *string) *PlatformHistoryUpdateOne { - if v != nil { - _u.SetExternalReferenceID(*v) + if _u.mutation.MetadataCleared() { + _spec.ClearField(platformhistory.FieldMetadata, field.TypeJSON) } - return _u -} - -// ClearExternalReferenceID clears the value of the "external_reference_id" field. -func (_u *PlatformHistoryUpdateOne) ClearExternalReferenceID() *PlatformHistoryUpdateOne { - _u.mutation.ClearExternalReferenceID() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *PlatformHistoryUpdateOne) SetMetadata(v map[string]interface{}) *PlatformHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{platformhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearMetadata clears the value of the "metadata" field. -func (_u *PlatformHistoryUpdateOne) ClearMetadata() *PlatformHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u +// PlatformHistoryUpdateOne is the builder for updating a single PlatformHistory entity. +type PlatformHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *PlatformHistoryMutation } // Mutation returns the PlatformHistoryMutation object of the builder. @@ -2597,9 +275,6 @@ func (_u *PlatformHistoryUpdateOne) Select(field string, fields ...string) *Plat // Save executes the query and returns the updated PlatformHistory entity. func (_u *PlatformHistoryUpdateOne) Save(ctx context.Context) (*PlatformHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2625,43 +300,7 @@ func (_u *PlatformHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *PlatformHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if platformhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized platformhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := platformhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *PlatformHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := platformhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "PlatformHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.SourceType(); ok { - if err := platformhistory.SourceTypeValidator(v); err != nil { - return &ValidationError{Name: "source_type", err: fmt.Errorf(`historygenerated: validator failed for field "PlatformHistory.source_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *PlatformHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *PlatformHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *PlatformHistoryUpdateOne) sqlSave(ctx context.Context) (_node *PlatformHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(platformhistory.Table, platformhistory.Columns, sqlgraph.NewFieldSpec(platformhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2693,338 +332,165 @@ func (_u *PlatformHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Platfor if _u.mutation.CreatedAtCleared() { _spec.ClearField(platformhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(platformhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(platformhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(platformhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(platformhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(platformhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(platformhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(platformhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(platformhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(platformhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(platformhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(platformhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(platformhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, platformhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(platformhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(platformhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.InternalOwner(); ok { - _spec.SetField(platformhistory.FieldInternalOwner, field.TypeString, value) - } if _u.mutation.InternalOwnerCleared() { _spec.ClearField(platformhistory.FieldInternalOwner, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldInternalOwnerUserID, field.TypeString, value) - } if _u.mutation.InternalOwnerUserIDCleared() { _spec.ClearField(platformhistory.FieldInternalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.InternalOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldInternalOwnerGroupID, field.TypeString, value) - } if _u.mutation.InternalOwnerGroupIDCleared() { _spec.ClearField(platformhistory.FieldInternalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.BusinessOwner(); ok { - _spec.SetField(platformhistory.FieldBusinessOwner, field.TypeString, value) - } if _u.mutation.BusinessOwnerCleared() { _spec.ClearField(platformhistory.FieldBusinessOwner, field.TypeString) } - if value, ok := _u.mutation.BusinessOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldBusinessOwnerUserID, field.TypeString, value) - } if _u.mutation.BusinessOwnerUserIDCleared() { _spec.ClearField(platformhistory.FieldBusinessOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.BusinessOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldBusinessOwnerGroupID, field.TypeString, value) - } if _u.mutation.BusinessOwnerGroupIDCleared() { _spec.ClearField(platformhistory.FieldBusinessOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.TechnicalOwner(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwner, field.TypeString, value) - } if _u.mutation.TechnicalOwnerCleared() { _spec.ClearField(platformhistory.FieldTechnicalOwner, field.TypeString) } - if value, ok := _u.mutation.TechnicalOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwnerUserID, field.TypeString, value) - } if _u.mutation.TechnicalOwnerUserIDCleared() { _spec.ClearField(platformhistory.FieldTechnicalOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.TechnicalOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldTechnicalOwnerGroupID, field.TypeString, value) - } if _u.mutation.TechnicalOwnerGroupIDCleared() { _spec.ClearField(platformhistory.FieldTechnicalOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.SecurityOwner(); ok { - _spec.SetField(platformhistory.FieldSecurityOwner, field.TypeString, value) - } if _u.mutation.SecurityOwnerCleared() { _spec.ClearField(platformhistory.FieldSecurityOwner, field.TypeString) } - if value, ok := _u.mutation.SecurityOwnerUserID(); ok { - _spec.SetField(platformhistory.FieldSecurityOwnerUserID, field.TypeString, value) - } if _u.mutation.SecurityOwnerUserIDCleared() { _spec.ClearField(platformhistory.FieldSecurityOwnerUserID, field.TypeString) } - if value, ok := _u.mutation.SecurityOwnerGroupID(); ok { - _spec.SetField(platformhistory.FieldSecurityOwnerGroupID, field.TypeString, value) - } if _u.mutation.SecurityOwnerGroupIDCleared() { _spec.ClearField(platformhistory.FieldSecurityOwnerGroupID, field.TypeString) } - if value, ok := _u.mutation.PlatformKindName(); ok { - _spec.SetField(platformhistory.FieldPlatformKindName, field.TypeString, value) - } if _u.mutation.PlatformKindNameCleared() { _spec.ClearField(platformhistory.FieldPlatformKindName, field.TypeString) } - if value, ok := _u.mutation.PlatformKindID(); ok { - _spec.SetField(platformhistory.FieldPlatformKindID, field.TypeString, value) - } if _u.mutation.PlatformKindIDCleared() { _spec.ClearField(platformhistory.FieldPlatformKindID, field.TypeString) } - if value, ok := _u.mutation.PlatformDataClassificationName(); ok { - _spec.SetField(platformhistory.FieldPlatformDataClassificationName, field.TypeString, value) - } if _u.mutation.PlatformDataClassificationNameCleared() { _spec.ClearField(platformhistory.FieldPlatformDataClassificationName, field.TypeString) } - if value, ok := _u.mutation.PlatformDataClassificationID(); ok { - _spec.SetField(platformhistory.FieldPlatformDataClassificationID, field.TypeString, value) - } if _u.mutation.PlatformDataClassificationIDCleared() { _spec.ClearField(platformhistory.FieldPlatformDataClassificationID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(platformhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(platformhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(platformhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(platformhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(platformhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(platformhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(platformhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(platformhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.AccessModelName(); ok { - _spec.SetField(platformhistory.FieldAccessModelName, field.TypeString, value) - } if _u.mutation.AccessModelNameCleared() { _spec.ClearField(platformhistory.FieldAccessModelName, field.TypeString) } - if value, ok := _u.mutation.AccessModelID(); ok { - _spec.SetField(platformhistory.FieldAccessModelID, field.TypeString, value) - } if _u.mutation.AccessModelIDCleared() { _spec.ClearField(platformhistory.FieldAccessModelID, field.TypeString) } - if value, ok := _u.mutation.EncryptionStatusName(); ok { - _spec.SetField(platformhistory.FieldEncryptionStatusName, field.TypeString, value) - } if _u.mutation.EncryptionStatusNameCleared() { _spec.ClearField(platformhistory.FieldEncryptionStatusName, field.TypeString) } - if value, ok := _u.mutation.EncryptionStatusID(); ok { - _spec.SetField(platformhistory.FieldEncryptionStatusID, field.TypeString, value) - } if _u.mutation.EncryptionStatusIDCleared() { _spec.ClearField(platformhistory.FieldEncryptionStatusID, field.TypeString) } - if value, ok := _u.mutation.SecurityTierName(); ok { - _spec.SetField(platformhistory.FieldSecurityTierName, field.TypeString, value) - } if _u.mutation.SecurityTierNameCleared() { _spec.ClearField(platformhistory.FieldSecurityTierName, field.TypeString) } - if value, ok := _u.mutation.SecurityTierID(); ok { - _spec.SetField(platformhistory.FieldSecurityTierID, field.TypeString, value) - } if _u.mutation.SecurityTierIDCleared() { _spec.ClearField(platformhistory.FieldSecurityTierID, field.TypeString) } - if value, ok := _u.mutation.CriticalityName(); ok { - _spec.SetField(platformhistory.FieldCriticalityName, field.TypeString, value) - } if _u.mutation.CriticalityNameCleared() { _spec.ClearField(platformhistory.FieldCriticalityName, field.TypeString) } - if value, ok := _u.mutation.CriticalityID(); ok { - _spec.SetField(platformhistory.FieldCriticalityID, field.TypeString, value) - } if _u.mutation.CriticalityIDCleared() { _spec.ClearField(platformhistory.FieldCriticalityID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(platformhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(platformhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(platformhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(platformhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(platformhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(platformhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(platformhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.BusinessPurpose(); ok { - _spec.SetField(platformhistory.FieldBusinessPurpose, field.TypeString, value) - } if _u.mutation.BusinessPurposeCleared() { _spec.ClearField(platformhistory.FieldBusinessPurpose, field.TypeString) } - if value, ok := _u.mutation.ScopeStatement(); ok { - _spec.SetField(platformhistory.FieldScopeStatement, field.TypeString, value) - } if _u.mutation.ScopeStatementCleared() { _spec.ClearField(platformhistory.FieldScopeStatement, field.TypeString) } - if value, ok := _u.mutation.TrustBoundaryDescription(); ok { - _spec.SetField(platformhistory.FieldTrustBoundaryDescription, field.TypeString, value) - } if _u.mutation.TrustBoundaryDescriptionCleared() { _spec.ClearField(platformhistory.FieldTrustBoundaryDescription, field.TypeString) } - if value, ok := _u.mutation.DataFlowSummary(); ok { - _spec.SetField(platformhistory.FieldDataFlowSummary, field.TypeString, value) - } if _u.mutation.DataFlowSummaryCleared() { _spec.ClearField(platformhistory.FieldDataFlowSummary, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(platformhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.PhysicalLocation(); ok { - _spec.SetField(platformhistory.FieldPhysicalLocation, field.TypeString, value) - } if _u.mutation.PhysicalLocationCleared() { _spec.ClearField(platformhistory.FieldPhysicalLocation, field.TypeString) } - if value, ok := _u.mutation.Region(); ok { - _spec.SetField(platformhistory.FieldRegion, field.TypeString, value) - } if _u.mutation.RegionCleared() { _spec.ClearField(platformhistory.FieldRegion, field.TypeString) } - if value, ok := _u.mutation.ContainsPii(); ok { - _spec.SetField(platformhistory.FieldContainsPii, field.TypeBool, value) - } if _u.mutation.ContainsPiiCleared() { _spec.ClearField(platformhistory.FieldContainsPii, field.TypeBool) } - if value, ok := _u.mutation.SourceType(); ok { - _spec.SetField(platformhistory.FieldSourceType, field.TypeEnum, value) - } - if value, ok := _u.mutation.SourceIdentifier(); ok { - _spec.SetField(platformhistory.FieldSourceIdentifier, field.TypeString, value) - } if _u.mutation.SourceIdentifierCleared() { _spec.ClearField(platformhistory.FieldSourceIdentifier, field.TypeString) } - if value, ok := _u.mutation.CostCenter(); ok { - _spec.SetField(platformhistory.FieldCostCenter, field.TypeString, value) - } if _u.mutation.CostCenterCleared() { _spec.ClearField(platformhistory.FieldCostCenter, field.TypeString) } - if value, ok := _u.mutation.EstimatedMonthlyCost(); ok { - _spec.SetField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedEstimatedMonthlyCost(); ok { - _spec.AddField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64, value) - } if _u.mutation.EstimatedMonthlyCostCleared() { _spec.ClearField(platformhistory.FieldEstimatedMonthlyCost, field.TypeFloat64) } - if value, ok := _u.mutation.PurchaseDate(); ok { - _spec.SetField(platformhistory.FieldPurchaseDate, field.TypeTime, value) - } if _u.mutation.PurchaseDateCleared() { _spec.ClearField(platformhistory.FieldPurchaseDate, field.TypeTime) } - if value, ok := _u.mutation.PlatformOwnerID(); ok { - _spec.SetField(platformhistory.FieldPlatformOwnerID, field.TypeString, value) - } if _u.mutation.PlatformOwnerIDCleared() { _spec.ClearField(platformhistory.FieldPlatformOwnerID, field.TypeString) } - if value, ok := _u.mutation.ExternalReferenceID(); ok { - _spec.SetField(platformhistory.FieldExternalReferenceID, field.TypeString, value) - } if _u.mutation.ExternalReferenceIDCleared() { _spec.ClearField(platformhistory.FieldExternalReferenceID, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(platformhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(platformhistory.FieldMetadata, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.PlatformHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &PlatformHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/procedurehistory/procedurehistory.go b/internal/ent/historygenerated/procedurehistory/procedurehistory.go index d8fba57286..2b138201d4 100644 --- a/internal/ent/historygenerated/procedurehistory/procedurehistory.go +++ b/internal/ent/historygenerated/procedurehistory/procedurehistory.go @@ -189,8 +189,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRevision holds the default value on creation for the "revision" field. diff --git a/internal/ent/historygenerated/procedurehistory_create.go b/internal/ent/historygenerated/procedurehistory_create.go index c339ae2240..acbb83c64e 100644 --- a/internal/ent/historygenerated/procedurehistory_create.go +++ b/internal/ent/historygenerated/procedurehistory_create.go @@ -773,7 +773,6 @@ func (_c *ProcedureHistoryCreate) createSpec() (*ProcedureHistory, *sqlgraph.Cre _node = &ProcedureHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(procedurehistory.Table, sqlgraph.NewFieldSpec(procedurehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ProcedureHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/procedurehistory_delete.go b/internal/ent/historygenerated/procedurehistory_delete.go index 2b22b88cb7..bfde131c14 100644 --- a/internal/ent/historygenerated/procedurehistory_delete.go +++ b/internal/ent/historygenerated/procedurehistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/procedurehistory" ) @@ -45,8 +43,6 @@ func (_d *ProcedureHistoryDelete) ExecX(ctx context.Context) int { func (_d *ProcedureHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(procedurehistory.Table, sqlgraph.NewFieldSpec(procedurehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ProcedureHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/procedurehistory_query.go b/internal/ent/historygenerated/procedurehistory_query.go index ce85ce3caa..2e124eb770 100644 --- a/internal/ent/historygenerated/procedurehistory_query.go +++ b/internal/ent/historygenerated/procedurehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/procedurehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ProcedureHistoryQuery struct { order []procedurehistory.OrderOption inters []Interceptor predicates []predicate.ProcedureHistory - loadTotal []func(context.Context, []*ProcedureHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ProcedureHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ProcedureHistoryQuery) Clone() *ProcedureHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ProcedureHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ProcedureHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ProcedureHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ProcedureHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *ProcedureHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ProcedureHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ProcedureHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ProcedureHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ProcedureHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ProcedureHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ProcedureHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (phq *ProcedureHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ProcedureHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ProcedureHistorySelect) sqlScan(ctx context.Context, root *ProcedureHi defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ProcedureHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ProcedureHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/procedurehistory_update.go b/internal/ent/historygenerated/procedurehistory_update.go index 6e75cfabbe..15fe845c20 100644 --- a/internal/ent/historygenerated/procedurehistory_update.go +++ b/internal/ent/historygenerated/procedurehistory_update.go @@ -8,1877 +8,209 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/procedurehistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// ProcedureHistoryUpdate is the builder for updating ProcedureHistory entities. -type ProcedureHistoryUpdate struct { - config - hooks []Hook - mutation *ProcedureHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the ProcedureHistoryUpdate builder. -func (_u *ProcedureHistoryUpdate) Where(ps ...predicate.ProcedureHistory) *ProcedureHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProcedureHistoryUpdate) SetUpdatedAt(v time.Time) *ProcedureHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProcedureHistoryUpdate) ClearUpdatedAt() *ProcedureHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProcedureHistoryUpdate) SetUpdatedBy(v string) *ProcedureHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableUpdatedBy(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProcedureHistoryUpdate) ClearUpdatedBy() *ProcedureHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProcedureHistoryUpdate) SetUpdatedByImpersonator(v string) *ProcedureHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProcedureHistoryUpdate) ClearUpdatedByImpersonator() *ProcedureHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ProcedureHistoryUpdate) SetDeletedAt(v time.Time) *ProcedureHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ProcedureHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ProcedureHistoryUpdate) ClearDeletedAt() *ProcedureHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ProcedureHistoryUpdate) SetDeletedBy(v string) *ProcedureHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableDeletedBy(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ProcedureHistoryUpdate) ClearDeletedBy() *ProcedureHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ProcedureHistoryUpdate) SetTags(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ProcedureHistoryUpdate) AppendTags(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ProcedureHistoryUpdate) ClearTags() *ProcedureHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ProcedureHistoryUpdate) SetRevision(v string) *ProcedureHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableRevision(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ProcedureHistoryUpdate) ClearRevision() *ProcedureHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ProcedureHistoryUpdate) SetOwnerID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableOwnerID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ProcedureHistoryUpdate) ClearOwnerID() *ProcedureHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetName sets the "name" field. -func (_u *ProcedureHistoryUpdate) SetName(v string) *ProcedureHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableName(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *ProcedureHistoryUpdate) SetStatus(v enums.DocumentStatus) *ProcedureHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableStatus(v *enums.DocumentStatus) *ProcedureHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ProcedureHistoryUpdate) ClearStatus() *ProcedureHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *ProcedureHistoryUpdate) SetManagementMode(v enums.DocumentManagementMode) *ProcedureHistoryUpdate { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableManagementMode(v *enums.DocumentManagementMode) *ProcedureHistoryUpdate { - if v != nil { - _u.SetManagementMode(*v) - } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *ProcedureHistoryUpdate) ClearManagementMode() *ProcedureHistoryUpdate { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ProcedureHistoryUpdate) SetDetails(v string) *ProcedureHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableDetails(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ProcedureHistoryUpdate) ClearDetails() *ProcedureHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ProcedureHistoryUpdate) SetDetailsJSON(v []interface{}) *ProcedureHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ProcedureHistoryUpdate) AppendDetailsJSON(v []interface{}) *ProcedureHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ProcedureHistoryUpdate) ClearDetailsJSON() *ProcedureHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *ProcedureHistoryUpdate) SetApprovalRequired(v bool) *ProcedureHistoryUpdate { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableApprovalRequired(v *bool) *ProcedureHistoryUpdate { - if v != nil { - _u.SetApprovalRequired(*v) - } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *ProcedureHistoryUpdate) ClearApprovalRequired() *ProcedureHistoryUpdate { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *ProcedureHistoryUpdate) SetReviewDue(v time.Time) *ProcedureHistoryUpdate { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableReviewDue(v *time.Time) *ProcedureHistoryUpdate { - if v != nil { - _u.SetReviewDue(*v) - } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *ProcedureHistoryUpdate) ClearReviewDue() *ProcedureHistoryUpdate { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *ProcedureHistoryUpdate) SetReviewFrequency(v enums.Frequency) *ProcedureHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *ProcedureHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *ProcedureHistoryUpdate) ClearReviewFrequency() *ProcedureHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *ProcedureHistoryUpdate) SetApproverID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableApproverID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetApproverID(*v) - } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *ProcedureHistoryUpdate) ClearApproverID() *ProcedureHistoryUpdate { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ProcedureHistoryUpdate) SetDelegateID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableDelegateID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ProcedureHistoryUpdate) ClearDelegateID() *ProcedureHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ProcedureHistoryUpdate) SetSummary(v string) *ProcedureHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableSummary(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ProcedureHistoryUpdate) ClearSummary() *ProcedureHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetTagSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendTagSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearTagSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetDismissedTagSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendDismissedTagSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearDismissedTagSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetControlSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendControlSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearControlSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetDismissedControlSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendDismissedControlSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearDismissedControlSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetImprovementSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendImprovementSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearImprovementSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) SetDismissedImprovementSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) AppendDismissedImprovementSuggestions(v []string) *ProcedureHistoryUpdate { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdate) ClearDismissedImprovementSuggestions() *ProcedureHistoryUpdate { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *ProcedureHistoryUpdate) SetURL(v string) *ProcedureHistoryUpdate { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableURL(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *ProcedureHistoryUpdate) ClearURL() *ProcedureHistoryUpdate { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *ProcedureHistoryUpdate) SetFileID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableFileID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *ProcedureHistoryUpdate) ClearFileID() *ProcedureHistoryUpdate { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *ProcedureHistoryUpdate) SetExternalFileID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableExternalFileID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetExternalFileID(*v) - } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *ProcedureHistoryUpdate) ClearExternalFileID() *ProcedureHistoryUpdate { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *ProcedureHistoryUpdate) SetExternalContents(v string) *ProcedureHistoryUpdate { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableExternalContents(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetExternalContents(*v) - } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *ProcedureHistoryUpdate) ClearExternalContents() *ProcedureHistoryUpdate { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ProcedureHistoryUpdate) SetInternalNotes(v string) *ProcedureHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableInternalNotes(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ProcedureHistoryUpdate) ClearInternalNotes() *ProcedureHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ProcedureHistoryUpdate) SetSystemInternalID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableSystemInternalID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ProcedureHistoryUpdate) ClearSystemInternalID() *ProcedureHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetProcedureKindName sets the "procedure_kind_name" field. -func (_u *ProcedureHistoryUpdate) SetProcedureKindName(v string) *ProcedureHistoryUpdate { - _u.mutation.SetProcedureKindName(v) - return _u -} - -// SetNillableProcedureKindName sets the "procedure_kind_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableProcedureKindName(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetProcedureKindName(*v) - } - return _u -} - -// ClearProcedureKindName clears the value of the "procedure_kind_name" field. -func (_u *ProcedureHistoryUpdate) ClearProcedureKindName() *ProcedureHistoryUpdate { - _u.mutation.ClearProcedureKindName() - return _u -} - -// SetProcedureKindID sets the "procedure_kind_id" field. -func (_u *ProcedureHistoryUpdate) SetProcedureKindID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetProcedureKindID(v) - return _u -} - -// SetNillableProcedureKindID sets the "procedure_kind_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableProcedureKindID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetProcedureKindID(*v) - } - return _u -} - -// ClearProcedureKindID clears the value of the "procedure_kind_id" field. -func (_u *ProcedureHistoryUpdate) ClearProcedureKindID() *ProcedureHistoryUpdate { - _u.mutation.ClearProcedureKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ProcedureHistoryUpdate) SetEnvironmentName(v string) *ProcedureHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableEnvironmentName(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ProcedureHistoryUpdate) ClearEnvironmentName() *ProcedureHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ProcedureHistoryUpdate) SetEnvironmentID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableEnvironmentID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ProcedureHistoryUpdate) ClearEnvironmentID() *ProcedureHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *ProcedureHistoryUpdate) SetScopeName(v string) *ProcedureHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableScopeName(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ProcedureHistoryUpdate) ClearScopeName() *ProcedureHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *ProcedureHistoryUpdate) SetScopeID(v string) *ProcedureHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableScopeID(v *string) *ProcedureHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ProcedureHistoryUpdate) ClearScopeID() *ProcedureHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ProcedureHistoryUpdate) SetWorkflowEligibleMarker(v bool) *ProcedureHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ProcedureHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *ProcedureHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ProcedureHistoryUpdate) ClearWorkflowEligibleMarker() *ProcedureHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// Mutation returns the ProcedureHistoryMutation object of the builder. -func (_u *ProcedureHistoryUpdate) Mutation() *ProcedureHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *ProcedureHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *ProcedureHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *ProcedureHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *ProcedureHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *ProcedureHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if procedurehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized procedurehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := procedurehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProcedureHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := procedurehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := procedurehistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := procedurehistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProcedureHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProcedureHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *ProcedureHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(procedurehistory.Table, procedurehistory.Columns, sqlgraph.NewFieldSpec(procedurehistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(procedurehistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(procedurehistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(procedurehistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(procedurehistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(procedurehistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(procedurehistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(procedurehistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(procedurehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(procedurehistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(procedurehistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(procedurehistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(procedurehistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(procedurehistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(procedurehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(procedurehistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(procedurehistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(procedurehistory.FieldRevision, field.TypeString) - } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(procedurehistory.FieldOwnerID, field.TypeString, value) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(procedurehistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(procedurehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(procedurehistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(procedurehistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(procedurehistory.FieldManagementMode, field.TypeEnum, value) - } - if _u.mutation.ManagementModeCleared() { - _spec.ClearField(procedurehistory.FieldManagementMode, field.TypeEnum) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(procedurehistory.FieldDetails, field.TypeString, value) - } - if _u.mutation.DetailsCleared() { - _spec.ClearField(procedurehistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(procedurehistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDetailsJSON, value) - }) - } - if _u.mutation.DetailsJSONCleared() { - _spec.ClearField(procedurehistory.FieldDetailsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(procedurehistory.FieldApprovalRequired, field.TypeBool, value) - } - if _u.mutation.ApprovalRequiredCleared() { - _spec.ClearField(procedurehistory.FieldApprovalRequired, field.TypeBool) - } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(procedurehistory.FieldReviewDue, field.TypeTime, value) - } - if _u.mutation.ReviewDueCleared() { - _spec.ClearField(procedurehistory.FieldReviewDue, field.TypeTime) - } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(procedurehistory.FieldReviewFrequency, field.TypeEnum, value) - } - if _u.mutation.ReviewFrequencyCleared() { - _spec.ClearField(procedurehistory.FieldReviewFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(procedurehistory.FieldApproverID, field.TypeString, value) - } - if _u.mutation.ApproverIDCleared() { - _spec.ClearField(procedurehistory.FieldApproverID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(procedurehistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(procedurehistory.FieldDelegateID, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(procedurehistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(procedurehistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(procedurehistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldTagSuggestions, value) - }) - } - if _u.mutation.TagSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedTagSuggestions, value) - }) - } - if _u.mutation.DismissedTagSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldDismissedTagSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(procedurehistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldControlSuggestions, value) - }) - } - if _u.mutation.ControlSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedControlSuggestions, value) - }) - } - if _u.mutation.DismissedControlSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldDismissedControlSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(procedurehistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldImprovementSuggestions, value) - }) - } - if _u.mutation.ImprovementSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedImprovementSuggestions, value) - }) - } - if _u.mutation.DismissedImprovementSuggestionsCleared() { - _spec.ClearField(procedurehistory.FieldDismissedImprovementSuggestions, field.TypeJSON) - } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(procedurehistory.FieldURL, field.TypeString, value) - } - if _u.mutation.URLCleared() { - _spec.ClearField(procedurehistory.FieldURL, field.TypeString) - } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(procedurehistory.FieldFileID, field.TypeString, value) - } - if _u.mutation.FileIDCleared() { - _spec.ClearField(procedurehistory.FieldFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(procedurehistory.FieldExternalFileID, field.TypeString, value) - } - if _u.mutation.ExternalFileIDCleared() { - _spec.ClearField(procedurehistory.FieldExternalFileID, field.TypeString) - } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(procedurehistory.FieldExternalContents, field.TypeString, value) - } - if _u.mutation.ExternalContentsCleared() { - _spec.ClearField(procedurehistory.FieldExternalContents, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(procedurehistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(procedurehistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(procedurehistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(procedurehistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(procedurehistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.ProcedureKindName(); ok { - _spec.SetField(procedurehistory.FieldProcedureKindName, field.TypeString, value) - } - if _u.mutation.ProcedureKindNameCleared() { - _spec.ClearField(procedurehistory.FieldProcedureKindName, field.TypeString) - } - if value, ok := _u.mutation.ProcedureKindID(); ok { - _spec.SetField(procedurehistory.FieldProcedureKindID, field.TypeString, value) - } - if _u.mutation.ProcedureKindIDCleared() { - _spec.ClearField(procedurehistory.FieldProcedureKindID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(procedurehistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(procedurehistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(procedurehistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(procedurehistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(procedurehistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(procedurehistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(procedurehistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(procedurehistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(procedurehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(procedurehistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - _spec.Node.Schema = _u.schemaConfig.ProcedureHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{procedurehistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// ProcedureHistoryUpdateOne is the builder for updating a single ProcedureHistory entity. -type ProcedureHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *ProcedureHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProcedureHistoryUpdateOne) SetUpdatedAt(v time.Time) *ProcedureHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProcedureHistoryUpdateOne) ClearUpdatedAt() *ProcedureHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProcedureHistoryUpdateOne) SetUpdatedBy(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProcedureHistoryUpdateOne) ClearUpdatedBy() *ProcedureHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProcedureHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProcedureHistoryUpdateOne) ClearUpdatedByImpersonator() *ProcedureHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ProcedureHistoryUpdateOne) SetDeletedAt(v time.Time) *ProcedureHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ProcedureHistoryUpdateOne) ClearDeletedAt() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ProcedureHistoryUpdateOne) SetDeletedBy(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableDeletedBy(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ProcedureHistoryUpdateOne) ClearDeletedBy() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ProcedureHistoryUpdateOne) SetTags(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ProcedureHistoryUpdateOne) AppendTags(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ProcedureHistoryUpdateOne) ClearTags() *ProcedureHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *ProcedureHistoryUpdateOne) SetRevision(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableRevision(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *ProcedureHistoryUpdateOne) ClearRevision() *ProcedureHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ProcedureHistoryUpdateOne) SetOwnerID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableOwnerID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearOwnerID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetName sets the "name" field. -func (_u *ProcedureHistoryUpdateOne) SetName(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableName(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *ProcedureHistoryUpdateOne) SetStatus(v enums.DocumentStatus) *ProcedureHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableStatus(v *enums.DocumentStatus) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ProcedureHistoryUpdateOne) ClearStatus() *ProcedureHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetManagementMode sets the "management_mode" field. -func (_u *ProcedureHistoryUpdateOne) SetManagementMode(v enums.DocumentManagementMode) *ProcedureHistoryUpdateOne { - _u.mutation.SetManagementMode(v) - return _u -} - -// SetNillableManagementMode sets the "management_mode" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableManagementMode(v *enums.DocumentManagementMode) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetManagementMode(*v) - } - return _u -} - -// ClearManagementMode clears the value of the "management_mode" field. -func (_u *ProcedureHistoryUpdateOne) ClearManagementMode() *ProcedureHistoryUpdateOne { - _u.mutation.ClearManagementMode() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ProcedureHistoryUpdateOne) SetDetails(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableDetails(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ProcedureHistoryUpdateOne) ClearDetails() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *ProcedureHistoryUpdateOne) SetDetailsJSON(v []interface{}) *ProcedureHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *ProcedureHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *ProcedureHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *ProcedureHistoryUpdateOne) ClearDetailsJSON() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetApprovalRequired sets the "approval_required" field. -func (_u *ProcedureHistoryUpdateOne) SetApprovalRequired(v bool) *ProcedureHistoryUpdateOne { - _u.mutation.SetApprovalRequired(v) - return _u -} - -// SetNillableApprovalRequired sets the "approval_required" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableApprovalRequired(v *bool) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetApprovalRequired(*v) - } - return _u -} - -// ClearApprovalRequired clears the value of the "approval_required" field. -func (_u *ProcedureHistoryUpdateOne) ClearApprovalRequired() *ProcedureHistoryUpdateOne { - _u.mutation.ClearApprovalRequired() - return _u -} - -// SetReviewDue sets the "review_due" field. -func (_u *ProcedureHistoryUpdateOne) SetReviewDue(v time.Time) *ProcedureHistoryUpdateOne { - _u.mutation.SetReviewDue(v) - return _u -} - -// SetNillableReviewDue sets the "review_due" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableReviewDue(v *time.Time) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetReviewDue(*v) - } - return _u -} - -// ClearReviewDue clears the value of the "review_due" field. -func (_u *ProcedureHistoryUpdateOne) ClearReviewDue() *ProcedureHistoryUpdateOne { - _u.mutation.ClearReviewDue() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *ProcedureHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *ProcedureHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *ProcedureHistoryUpdateOne) ClearReviewFrequency() *ProcedureHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetApproverID sets the "approver_id" field. -func (_u *ProcedureHistoryUpdateOne) SetApproverID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetApproverID(v) - return _u -} - -// SetNillableApproverID sets the "approver_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableApproverID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetApproverID(*v) - } - return _u -} - -// ClearApproverID clears the value of the "approver_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearApproverID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearApproverID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *ProcedureHistoryUpdateOne) SetDelegateID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableDelegateID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearDelegateID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ProcedureHistoryUpdateOne) SetSummary(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableSummary(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ProcedureHistoryUpdateOne) ClearSummary() *ProcedureHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetTagSuggestions sets the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetTagSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetTagSuggestions(v) - return _u -} - -// AppendTagSuggestions appends value to the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendTagSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendTagSuggestions(v) - return _u -} - -// ClearTagSuggestions clears the value of the "tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearTagSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearTagSuggestions() - return _u -} - -// SetDismissedTagSuggestions sets the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetDismissedTagSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDismissedTagSuggestions(v) - return _u -} - -// AppendDismissedTagSuggestions appends value to the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendDismissedTagSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendDismissedTagSuggestions(v) - return _u -} - -// ClearDismissedTagSuggestions clears the value of the "dismissed_tag_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearDismissedTagSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDismissedTagSuggestions() - return _u -} - -// SetControlSuggestions sets the "control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetControlSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetControlSuggestions(v) - return _u -} - -// AppendControlSuggestions appends value to the "control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendControlSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendControlSuggestions(v) - return _u -} - -// ClearControlSuggestions clears the value of the "control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearControlSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearControlSuggestions() - return _u -} - -// SetDismissedControlSuggestions sets the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetDismissedControlSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDismissedControlSuggestions(v) - return _u -} - -// AppendDismissedControlSuggestions appends value to the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendDismissedControlSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendDismissedControlSuggestions(v) - return _u -} - -// ClearDismissedControlSuggestions clears the value of the "dismissed_control_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearDismissedControlSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDismissedControlSuggestions() - return _u -} - -// SetImprovementSuggestions sets the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetImprovementSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetImprovementSuggestions(v) - return _u -} - -// AppendImprovementSuggestions appends value to the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendImprovementSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendImprovementSuggestions(v) - return _u -} - -// ClearImprovementSuggestions clears the value of the "improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearImprovementSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearImprovementSuggestions() - return _u -} - -// SetDismissedImprovementSuggestions sets the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) SetDismissedImprovementSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.SetDismissedImprovementSuggestions(v) - return _u -} - -// AppendDismissedImprovementSuggestions appends value to the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) AppendDismissedImprovementSuggestions(v []string) *ProcedureHistoryUpdateOne { - _u.mutation.AppendDismissedImprovementSuggestions(v) - return _u -} - -// ClearDismissedImprovementSuggestions clears the value of the "dismissed_improvement_suggestions" field. -func (_u *ProcedureHistoryUpdateOne) ClearDismissedImprovementSuggestions() *ProcedureHistoryUpdateOne { - _u.mutation.ClearDismissedImprovementSuggestions() - return _u -} - -// SetURL sets the "url" field. -func (_u *ProcedureHistoryUpdateOne) SetURL(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableURL(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *ProcedureHistoryUpdateOne) ClearURL() *ProcedureHistoryUpdateOne { - _u.mutation.ClearURL() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *ProcedureHistoryUpdateOne) SetFileID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableFileID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearFileID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearFileID() - return _u -} - -// SetExternalFileID sets the "external_file_id" field. -func (_u *ProcedureHistoryUpdateOne) SetExternalFileID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetExternalFileID(v) - return _u -} - -// SetNillableExternalFileID sets the "external_file_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableExternalFileID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetExternalFileID(*v) - } - return _u -} - -// ClearExternalFileID clears the value of the "external_file_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearExternalFileID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearExternalFileID() - return _u -} - -// SetExternalContents sets the "external_contents" field. -func (_u *ProcedureHistoryUpdateOne) SetExternalContents(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetExternalContents(v) - return _u -} - -// SetNillableExternalContents sets the "external_contents" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableExternalContents(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetExternalContents(*v) - } - return _u -} - -// ClearExternalContents clears the value of the "external_contents" field. -func (_u *ProcedureHistoryUpdateOne) ClearExternalContents() *ProcedureHistoryUpdateOne { - _u.mutation.ClearExternalContents() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ProcedureHistoryUpdateOne) SetInternalNotes(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableInternalNotes(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ProcedureHistoryUpdateOne) ClearInternalNotes() *ProcedureHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ProcedureHistoryUpdateOne) SetSystemInternalID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearSystemInternalID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetProcedureKindName sets the "procedure_kind_name" field. -func (_u *ProcedureHistoryUpdateOne) SetProcedureKindName(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetProcedureKindName(v) - return _u -} - -// SetNillableProcedureKindName sets the "procedure_kind_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableProcedureKindName(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetProcedureKindName(*v) - } - return _u -} - -// ClearProcedureKindName clears the value of the "procedure_kind_name" field. -func (_u *ProcedureHistoryUpdateOne) ClearProcedureKindName() *ProcedureHistoryUpdateOne { - _u.mutation.ClearProcedureKindName() - return _u -} - -// SetProcedureKindID sets the "procedure_kind_id" field. -func (_u *ProcedureHistoryUpdateOne) SetProcedureKindID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetProcedureKindID(v) - return _u -} - -// SetNillableProcedureKindID sets the "procedure_kind_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableProcedureKindID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetProcedureKindID(*v) - } - return _u -} - -// ClearProcedureKindID clears the value of the "procedure_kind_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearProcedureKindID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearProcedureKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ProcedureHistoryUpdateOne) SetEnvironmentName(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableEnvironmentName(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ProcedureHistoryUpdateOne) ClearEnvironmentName() *ProcedureHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ProcedureHistoryUpdateOne) SetEnvironmentID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u +// ProcedureHistoryUpdate is the builder for updating ProcedureHistory entities. +type ProcedureHistoryUpdate struct { + config + hooks []Hook + mutation *ProcedureHistoryMutation } -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableEnvironmentID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } +// Where appends a list predicates to the ProcedureHistoryUpdate builder. +func (_u *ProcedureHistoryUpdate) Where(ps ...predicate.ProcedureHistory) *ProcedureHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearEnvironmentID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u +// Mutation returns the ProcedureHistoryMutation object of the builder. +func (_u *ProcedureHistoryUpdate) Mutation() *ProcedureHistoryMutation { + return _u.mutation } -// SetScopeName sets the "scope_name" field. -func (_u *ProcedureHistoryUpdateOne) SetScopeName(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *ProcedureHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableScopeName(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *ProcedureHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ProcedureHistoryUpdateOne) ClearScopeName() *ProcedureHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u + return affected } -// SetScopeID sets the "scope_id" field. -func (_u *ProcedureHistoryUpdateOne) SetScopeID(v string) *ProcedureHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u +// Exec executes the query. +func (_u *ProcedureHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableScopeID(v *string) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *ProcedureHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ProcedureHistoryUpdateOne) ClearScopeID() *ProcedureHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *ProcedureHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *ProcedureHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *ProcedureHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *ProcedureHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) +func (_u *ProcedureHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(procedurehistory.Table, procedurehistory.Columns, sqlgraph.NewFieldSpec(procedurehistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u + if _u.mutation.RefCleared() { + _spec.ClearField(procedurehistory.FieldRef, field.TypeString) + } + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(procedurehistory.FieldCreatedAt, field.TypeTime) + } + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(procedurehistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(procedurehistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(procedurehistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(procedurehistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(procedurehistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(procedurehistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(procedurehistory.FieldTags, field.TypeJSON) + } + if _u.mutation.RevisionCleared() { + _spec.ClearField(procedurehistory.FieldRevision, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(procedurehistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(procedurehistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.ManagementModeCleared() { + _spec.ClearField(procedurehistory.FieldManagementMode, field.TypeEnum) + } + if _u.mutation.DetailsCleared() { + _spec.ClearField(procedurehistory.FieldDetails, field.TypeString) + } + if _u.mutation.DetailsJSONCleared() { + _spec.ClearField(procedurehistory.FieldDetailsJSON, field.TypeJSON) + } + if _u.mutation.ApprovalRequiredCleared() { + _spec.ClearField(procedurehistory.FieldApprovalRequired, field.TypeBool) + } + if _u.mutation.ReviewDueCleared() { + _spec.ClearField(procedurehistory.FieldReviewDue, field.TypeTime) + } + if _u.mutation.ReviewFrequencyCleared() { + _spec.ClearField(procedurehistory.FieldReviewFrequency, field.TypeEnum) + } + if _u.mutation.ApproverIDCleared() { + _spec.ClearField(procedurehistory.FieldApproverID, field.TypeString) + } + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(procedurehistory.FieldDelegateID, field.TypeString) + } + if _u.mutation.SummaryCleared() { + _spec.ClearField(procedurehistory.FieldSummary, field.TypeString) + } + if _u.mutation.TagSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldTagSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedTagSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldDismissedTagSuggestions, field.TypeJSON) + } + if _u.mutation.ControlSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldControlSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedControlSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldDismissedControlSuggestions, field.TypeJSON) + } + if _u.mutation.ImprovementSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldImprovementSuggestions, field.TypeJSON) + } + if _u.mutation.DismissedImprovementSuggestionsCleared() { + _spec.ClearField(procedurehistory.FieldDismissedImprovementSuggestions, field.TypeJSON) + } + if _u.mutation.URLCleared() { + _spec.ClearField(procedurehistory.FieldURL, field.TypeString) + } + if _u.mutation.FileIDCleared() { + _spec.ClearField(procedurehistory.FieldFileID, field.TypeString) + } + if _u.mutation.ExternalFileIDCleared() { + _spec.ClearField(procedurehistory.FieldExternalFileID, field.TypeString) + } + if _u.mutation.ExternalContentsCleared() { + _spec.ClearField(procedurehistory.FieldExternalContents, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(procedurehistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(procedurehistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(procedurehistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.ProcedureKindNameCleared() { + _spec.ClearField(procedurehistory.FieldProcedureKindName, field.TypeString) + } + if _u.mutation.ProcedureKindIDCleared() { + _spec.ClearField(procedurehistory.FieldProcedureKindID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(procedurehistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(procedurehistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(procedurehistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(procedurehistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(procedurehistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{procedurehistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *ProcedureHistoryUpdateOne) ClearWorkflowEligibleMarker() *ProcedureHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u +// ProcedureHistoryUpdateOne is the builder for updating a single ProcedureHistory entity. +type ProcedureHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *ProcedureHistoryMutation } // Mutation returns the ProcedureHistoryMutation object of the builder. @@ -1901,9 +233,6 @@ func (_u *ProcedureHistoryUpdateOne) Select(field string, fields ...string) *Pro // Save executes the query and returns the updated ProcedureHistory entity. func (_u *ProcedureHistoryUpdateOne) Save(ctx context.Context) (*ProcedureHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1929,48 +258,7 @@ func (_u *ProcedureHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ProcedureHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if procedurehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized procedurehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := procedurehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProcedureHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := procedurehistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ManagementMode(); ok { - if err := procedurehistory.ManagementModeValidator(v); err != nil { - return &ValidationError{Name: "management_mode", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.management_mode": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := procedurehistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "ProcedureHistory.review_frequency": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProcedureHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProcedureHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ProcedureHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ProcedureHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(procedurehistory.Table, procedurehistory.Columns, sqlgraph.NewFieldSpec(procedurehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2002,280 +290,123 @@ func (_u *ProcedureHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Proced if _u.mutation.CreatedAtCleared() { _spec.ClearField(procedurehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(procedurehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(procedurehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(procedurehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(procedurehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(procedurehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(procedurehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(procedurehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(procedurehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(procedurehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(procedurehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(procedurehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(procedurehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(procedurehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(procedurehistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(procedurehistory.FieldRevision, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(procedurehistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(procedurehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(procedurehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(procedurehistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(procedurehistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ManagementMode(); ok { - _spec.SetField(procedurehistory.FieldManagementMode, field.TypeEnum, value) - } if _u.mutation.ManagementModeCleared() { _spec.ClearField(procedurehistory.FieldManagementMode, field.TypeEnum) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(procedurehistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(procedurehistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(procedurehistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(procedurehistory.FieldDetailsJSON, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalRequired(); ok { - _spec.SetField(procedurehistory.FieldApprovalRequired, field.TypeBool, value) - } if _u.mutation.ApprovalRequiredCleared() { _spec.ClearField(procedurehistory.FieldApprovalRequired, field.TypeBool) } - if value, ok := _u.mutation.ReviewDue(); ok { - _spec.SetField(procedurehistory.FieldReviewDue, field.TypeTime, value) - } if _u.mutation.ReviewDueCleared() { _spec.ClearField(procedurehistory.FieldReviewDue, field.TypeTime) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(procedurehistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(procedurehistory.FieldReviewFrequency, field.TypeEnum) } - if value, ok := _u.mutation.ApproverID(); ok { - _spec.SetField(procedurehistory.FieldApproverID, field.TypeString, value) - } if _u.mutation.ApproverIDCleared() { _spec.ClearField(procedurehistory.FieldApproverID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(procedurehistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(procedurehistory.FieldDelegateID, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(procedurehistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(procedurehistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.TagSuggestions(); ok { - _spec.SetField(procedurehistory.FieldTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldTagSuggestions, value) - }) - } if _u.mutation.TagSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedTagSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedTagSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedTagSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedTagSuggestions, value) - }) - } if _u.mutation.DismissedTagSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldDismissedTagSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ControlSuggestions(); ok { - _spec.SetField(procedurehistory.FieldControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldControlSuggestions, value) - }) - } if _u.mutation.ControlSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedControlSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedControlSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedControlSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedControlSuggestions, value) - }) - } if _u.mutation.DismissedControlSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldDismissedControlSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.ImprovementSuggestions(); ok { - _spec.SetField(procedurehistory.FieldImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldImprovementSuggestions, value) - }) - } if _u.mutation.ImprovementSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.DismissedImprovementSuggestions(); ok { - _spec.SetField(procedurehistory.FieldDismissedImprovementSuggestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDismissedImprovementSuggestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, procedurehistory.FieldDismissedImprovementSuggestions, value) - }) - } if _u.mutation.DismissedImprovementSuggestionsCleared() { _spec.ClearField(procedurehistory.FieldDismissedImprovementSuggestions, field.TypeJSON) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(procedurehistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(procedurehistory.FieldURL, field.TypeString) } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(procedurehistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(procedurehistory.FieldFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalFileID(); ok { - _spec.SetField(procedurehistory.FieldExternalFileID, field.TypeString, value) - } if _u.mutation.ExternalFileIDCleared() { _spec.ClearField(procedurehistory.FieldExternalFileID, field.TypeString) } - if value, ok := _u.mutation.ExternalContents(); ok { - _spec.SetField(procedurehistory.FieldExternalContents, field.TypeString, value) - } if _u.mutation.ExternalContentsCleared() { _spec.ClearField(procedurehistory.FieldExternalContents, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(procedurehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(procedurehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(procedurehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(procedurehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(procedurehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.ProcedureKindName(); ok { - _spec.SetField(procedurehistory.FieldProcedureKindName, field.TypeString, value) - } if _u.mutation.ProcedureKindNameCleared() { _spec.ClearField(procedurehistory.FieldProcedureKindName, field.TypeString) } - if value, ok := _u.mutation.ProcedureKindID(); ok { - _spec.SetField(procedurehistory.FieldProcedureKindID, field.TypeString, value) - } if _u.mutation.ProcedureKindIDCleared() { _spec.ClearField(procedurehistory.FieldProcedureKindID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(procedurehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(procedurehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(procedurehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(procedurehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(procedurehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(procedurehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(procedurehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(procedurehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(procedurehistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(procedurehistory.FieldWorkflowEligibleMarker, field.TypeBool) } - _spec.Node.Schema = _u.schemaConfig.ProcedureHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ProcedureHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/programhistory/programhistory.go b/internal/ent/historygenerated/programhistory/programhistory.go index 5269f27972..199af3d1ac 100644 --- a/internal/ent/historygenerated/programhistory/programhistory.go +++ b/internal/ent/historygenerated/programhistory/programhistory.go @@ -153,8 +153,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultAuditorReady holds the default value on creation for the "auditor_ready" field. diff --git a/internal/ent/historygenerated/programhistory_create.go b/internal/ent/historygenerated/programhistory_create.go index e48a2ce9ea..8169717fcb 100644 --- a/internal/ent/historygenerated/programhistory_create.go +++ b/internal/ent/historygenerated/programhistory_create.go @@ -623,7 +623,6 @@ func (_c *ProgramHistoryCreate) createSpec() (*ProgramHistory, *sqlgraph.CreateS _node = &ProgramHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(programhistory.Table, sqlgraph.NewFieldSpec(programhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ProgramHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/programhistory_delete.go b/internal/ent/historygenerated/programhistory_delete.go index aafcaecb5e..c22017ad95 100644 --- a/internal/ent/historygenerated/programhistory_delete.go +++ b/internal/ent/historygenerated/programhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/programhistory" ) @@ -45,8 +43,6 @@ func (_d *ProgramHistoryDelete) ExecX(ctx context.Context) int { func (_d *ProgramHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(programhistory.Table, sqlgraph.NewFieldSpec(programhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ProgramHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/programhistory_query.go b/internal/ent/historygenerated/programhistory_query.go index dfe74d3143..7855803a36 100644 --- a/internal/ent/historygenerated/programhistory_query.go +++ b/internal/ent/historygenerated/programhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/programhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ProgramHistoryQuery struct { order []programhistory.OrderOption inters []Interceptor predicates []predicate.ProgramHistory - loadTotal []func(context.Context, []*ProgramHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ProgramHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ProgramHistoryQuery) Clone() *ProgramHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ProgramHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ProgramHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ProgramHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ProgramHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ( func (_q *ProgramHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ProgramHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ProgramHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ProgramHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ProgramHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ProgramHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ProgramHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (phq *ProgramHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ProgramHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ProgramHistorySelect) sqlScan(ctx context.Context, root *ProgramHistor defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ProgramHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ProgramHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/programhistory_update.go b/internal/ent/historygenerated/programhistory_update.go index 7d859ca593..7d102a70fe 100644 --- a/internal/ent/historygenerated/programhistory_update.go +++ b/internal/ent/historygenerated/programhistory_update.go @@ -8,1291 +8,161 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/programhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// ProgramHistoryUpdate is the builder for updating ProgramHistory entities. -type ProgramHistoryUpdate struct { - config - hooks []Hook - mutation *ProgramHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the ProgramHistoryUpdate builder. -func (_u *ProgramHistoryUpdate) Where(ps ...predicate.ProgramHistory) *ProgramHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProgramHistoryUpdate) SetUpdatedAt(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProgramHistoryUpdate) ClearUpdatedAt() *ProgramHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProgramHistoryUpdate) SetUpdatedBy(v string) *ProgramHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableUpdatedBy(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProgramHistoryUpdate) ClearUpdatedBy() *ProgramHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProgramHistoryUpdate) SetUpdatedByImpersonator(v string) *ProgramHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProgramHistoryUpdate) ClearUpdatedByImpersonator() *ProgramHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ProgramHistoryUpdate) SetDeletedAt(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ProgramHistoryUpdate) ClearDeletedAt() *ProgramHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ProgramHistoryUpdate) SetDeletedBy(v string) *ProgramHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableDeletedBy(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ProgramHistoryUpdate) ClearDeletedBy() *ProgramHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ProgramHistoryUpdate) SetTags(v []string) *ProgramHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ProgramHistoryUpdate) AppendTags(v []string) *ProgramHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ProgramHistoryUpdate) ClearTags() *ProgramHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ProgramHistoryUpdate) SetOwnerID(v string) *ProgramHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableOwnerID(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ProgramHistoryUpdate) ClearOwnerID() *ProgramHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetProgramKindName sets the "program_kind_name" field. -func (_u *ProgramHistoryUpdate) SetProgramKindName(v string) *ProgramHistoryUpdate { - _u.mutation.SetProgramKindName(v) - return _u -} - -// SetNillableProgramKindName sets the "program_kind_name" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableProgramKindName(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetProgramKindName(*v) - } - return _u -} - -// ClearProgramKindName clears the value of the "program_kind_name" field. -func (_u *ProgramHistoryUpdate) ClearProgramKindName() *ProgramHistoryUpdate { - _u.mutation.ClearProgramKindName() - return _u -} - -// SetProgramKindID sets the "program_kind_id" field. -func (_u *ProgramHistoryUpdate) SetProgramKindID(v string) *ProgramHistoryUpdate { - _u.mutation.SetProgramKindID(v) - return _u -} - -// SetNillableProgramKindID sets the "program_kind_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableProgramKindID(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetProgramKindID(*v) - } - return _u -} - -// ClearProgramKindID clears the value of the "program_kind_id" field. -func (_u *ProgramHistoryUpdate) ClearProgramKindID() *ProgramHistoryUpdate { - _u.mutation.ClearProgramKindID() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *ProgramHistoryUpdate) SetExternalUUID(v string) *ProgramHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableExternalUUID(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *ProgramHistoryUpdate) ClearExternalUUID() *ProgramHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *ProgramHistoryUpdate) SetName(v string) *ProgramHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableName(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *ProgramHistoryUpdate) SetDescription(v string) *ProgramHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableDescription(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ProgramHistoryUpdate) ClearDescription() *ProgramHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ProgramHistoryUpdate) SetStatus(v enums.ProgramStatus) *ProgramHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableStatus(v *enums.ProgramStatus) *ProgramHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetFrameworkName sets the "framework_name" field. -func (_u *ProgramHistoryUpdate) SetFrameworkName(v string) *ProgramHistoryUpdate { - _u.mutation.SetFrameworkName(v) - return _u -} - -// SetNillableFrameworkName sets the "framework_name" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableFrameworkName(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetFrameworkName(*v) - } - return _u -} - -// ClearFrameworkName clears the value of the "framework_name" field. -func (_u *ProgramHistoryUpdate) ClearFrameworkName() *ProgramHistoryUpdate { - _u.mutation.ClearFrameworkName() - return _u -} - -// SetStartDate sets the "start_date" field. -func (_u *ProgramHistoryUpdate) SetStartDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetStartDate(v) - return _u -} - -// SetNillableStartDate sets the "start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableStartDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetStartDate(*v) - } - return _u -} - -// ClearStartDate clears the value of the "start_date" field. -func (_u *ProgramHistoryUpdate) ClearStartDate() *ProgramHistoryUpdate { - _u.mutation.ClearStartDate() - return _u -} - -// SetEndDate sets the "end_date" field. -func (_u *ProgramHistoryUpdate) SetEndDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetEndDate(v) - return _u -} - -// SetNillableEndDate sets the "end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableEndDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetEndDate(*v) - } - return _u -} - -// ClearEndDate clears the value of the "end_date" field. -func (_u *ProgramHistoryUpdate) ClearEndDate() *ProgramHistoryUpdate { - _u.mutation.ClearEndDate() - return _u -} - -// SetObservationPeriodStartDate sets the "observation_period_start_date" field. -func (_u *ProgramHistoryUpdate) SetObservationPeriodStartDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetObservationPeriodStartDate(v) - return _u -} - -// SetNillableObservationPeriodStartDate sets the "observation_period_start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableObservationPeriodStartDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetObservationPeriodStartDate(*v) - } - return _u -} - -// ClearObservationPeriodStartDate clears the value of the "observation_period_start_date" field. -func (_u *ProgramHistoryUpdate) ClearObservationPeriodStartDate() *ProgramHistoryUpdate { - _u.mutation.ClearObservationPeriodStartDate() - return _u -} - -// SetObservationPeriodEndDate sets the "observation_period_end_date" field. -func (_u *ProgramHistoryUpdate) SetObservationPeriodEndDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetObservationPeriodEndDate(v) - return _u -} - -// SetNillableObservationPeriodEndDate sets the "observation_period_end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableObservationPeriodEndDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetObservationPeriodEndDate(*v) - } - return _u -} - -// ClearObservationPeriodEndDate clears the value of the "observation_period_end_date" field. -func (_u *ProgramHistoryUpdate) ClearObservationPeriodEndDate() *ProgramHistoryUpdate { - _u.mutation.ClearObservationPeriodEndDate() - return _u -} - -// SetFieldworkStartDate sets the "fieldwork_start_date" field. -func (_u *ProgramHistoryUpdate) SetFieldworkStartDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetFieldworkStartDate(v) - return _u -} - -// SetNillableFieldworkStartDate sets the "fieldwork_start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableFieldworkStartDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetFieldworkStartDate(*v) - } - return _u -} - -// ClearFieldworkStartDate clears the value of the "fieldwork_start_date" field. -func (_u *ProgramHistoryUpdate) ClearFieldworkStartDate() *ProgramHistoryUpdate { - _u.mutation.ClearFieldworkStartDate() - return _u -} - -// SetFieldworkEndDate sets the "fieldwork_end_date" field. -func (_u *ProgramHistoryUpdate) SetFieldworkEndDate(v time.Time) *ProgramHistoryUpdate { - _u.mutation.SetFieldworkEndDate(v) - return _u -} - -// SetNillableFieldworkEndDate sets the "fieldwork_end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableFieldworkEndDate(v *time.Time) *ProgramHistoryUpdate { - if v != nil { - _u.SetFieldworkEndDate(*v) - } - return _u -} - -// ClearFieldworkEndDate clears the value of the "fieldwork_end_date" field. -func (_u *ProgramHistoryUpdate) ClearFieldworkEndDate() *ProgramHistoryUpdate { - _u.mutation.ClearFieldworkEndDate() - return _u -} - -// SetAuditorReady sets the "auditor_ready" field. -func (_u *ProgramHistoryUpdate) SetAuditorReady(v bool) *ProgramHistoryUpdate { - _u.mutation.SetAuditorReady(v) - return _u -} - -// SetNillableAuditorReady sets the "auditor_ready" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditorReady(v *bool) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditorReady(*v) - } - return _u -} - -// SetAuditorWriteComments sets the "auditor_write_comments" field. -func (_u *ProgramHistoryUpdate) SetAuditorWriteComments(v bool) *ProgramHistoryUpdate { - _u.mutation.SetAuditorWriteComments(v) - return _u -} - -// SetNillableAuditorWriteComments sets the "auditor_write_comments" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditorWriteComments(v *bool) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditorWriteComments(*v) - } - return _u -} - -// SetAuditorReadComments sets the "auditor_read_comments" field. -func (_u *ProgramHistoryUpdate) SetAuditorReadComments(v bool) *ProgramHistoryUpdate { - _u.mutation.SetAuditorReadComments(v) - return _u -} - -// SetNillableAuditorReadComments sets the "auditor_read_comments" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditorReadComments(v *bool) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditorReadComments(*v) - } - return _u -} - -// SetAuditFirm sets the "audit_firm" field. -func (_u *ProgramHistoryUpdate) SetAuditFirm(v string) *ProgramHistoryUpdate { - _u.mutation.SetAuditFirm(v) - return _u -} - -// SetNillableAuditFirm sets the "audit_firm" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditFirm(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditFirm(*v) - } - return _u -} - -// ClearAuditFirm clears the value of the "audit_firm" field. -func (_u *ProgramHistoryUpdate) ClearAuditFirm() *ProgramHistoryUpdate { - _u.mutation.ClearAuditFirm() - return _u -} - -// SetAuditor sets the "auditor" field. -func (_u *ProgramHistoryUpdate) SetAuditor(v string) *ProgramHistoryUpdate { - _u.mutation.SetAuditor(v) - return _u -} - -// SetNillableAuditor sets the "auditor" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditor(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditor(*v) - } - return _u -} - -// ClearAuditor clears the value of the "auditor" field. -func (_u *ProgramHistoryUpdate) ClearAuditor() *ProgramHistoryUpdate { - _u.mutation.ClearAuditor() - return _u -} - -// SetAuditorEmail sets the "auditor_email" field. -func (_u *ProgramHistoryUpdate) SetAuditorEmail(v string) *ProgramHistoryUpdate { - _u.mutation.SetAuditorEmail(v) - return _u -} - -// SetNillableAuditorEmail sets the "auditor_email" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableAuditorEmail(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetAuditorEmail(*v) - } - return _u -} - -// ClearAuditorEmail clears the value of the "auditor_email" field. -func (_u *ProgramHistoryUpdate) ClearAuditorEmail() *ProgramHistoryUpdate { - _u.mutation.ClearAuditorEmail() - return _u -} - -// SetProgramOwnerID sets the "program_owner_id" field. -func (_u *ProgramHistoryUpdate) SetProgramOwnerID(v string) *ProgramHistoryUpdate { - _u.mutation.SetProgramOwnerID(v) - return _u -} - -// SetNillableProgramOwnerID sets the "program_owner_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdate) SetNillableProgramOwnerID(v *string) *ProgramHistoryUpdate { - if v != nil { - _u.SetProgramOwnerID(*v) - } - return _u -} - -// ClearProgramOwnerID clears the value of the "program_owner_id" field. -func (_u *ProgramHistoryUpdate) ClearProgramOwnerID() *ProgramHistoryUpdate { - _u.mutation.ClearProgramOwnerID() - return _u -} - -// Mutation returns the ProgramHistoryMutation object of the builder. -func (_u *ProgramHistoryUpdate) Mutation() *ProgramHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *ProgramHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *ProgramHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *ProgramHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *ProgramHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *ProgramHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if programhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized programhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := programhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProgramHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := programhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ProgramHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProgramHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProgramHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *ProgramHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(programhistory.Table, programhistory.Columns, sqlgraph.NewFieldSpec(programhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(programhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(programhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(programhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(programhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(programhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(programhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(programhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(programhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(programhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(programhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(programhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(programhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(programhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(programhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, programhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(programhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(programhistory.FieldOwnerID, field.TypeString, value) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(programhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.ProgramKindName(); ok { - _spec.SetField(programhistory.FieldProgramKindName, field.TypeString, value) - } - if _u.mutation.ProgramKindNameCleared() { - _spec.ClearField(programhistory.FieldProgramKindName, field.TypeString) - } - if value, ok := _u.mutation.ProgramKindID(); ok { - _spec.SetField(programhistory.FieldProgramKindID, field.TypeString, value) - } - if _u.mutation.ProgramKindIDCleared() { - _spec.ClearField(programhistory.FieldProgramKindID, field.TypeString) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(programhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(programhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(programhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(programhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(programhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(programhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.FrameworkName(); ok { - _spec.SetField(programhistory.FieldFrameworkName, field.TypeString, value) - } - if _u.mutation.FrameworkNameCleared() { - _spec.ClearField(programhistory.FieldFrameworkName, field.TypeString) - } - if value, ok := _u.mutation.StartDate(); ok { - _spec.SetField(programhistory.FieldStartDate, field.TypeTime, value) - } - if _u.mutation.StartDateCleared() { - _spec.ClearField(programhistory.FieldStartDate, field.TypeTime) - } - if value, ok := _u.mutation.EndDate(); ok { - _spec.SetField(programhistory.FieldEndDate, field.TypeTime, value) - } - if _u.mutation.EndDateCleared() { - _spec.ClearField(programhistory.FieldEndDate, field.TypeTime) - } - if value, ok := _u.mutation.ObservationPeriodStartDate(); ok { - _spec.SetField(programhistory.FieldObservationPeriodStartDate, field.TypeTime, value) - } - if _u.mutation.ObservationPeriodStartDateCleared() { - _spec.ClearField(programhistory.FieldObservationPeriodStartDate, field.TypeTime) - } - if value, ok := _u.mutation.ObservationPeriodEndDate(); ok { - _spec.SetField(programhistory.FieldObservationPeriodEndDate, field.TypeTime, value) - } - if _u.mutation.ObservationPeriodEndDateCleared() { - _spec.ClearField(programhistory.FieldObservationPeriodEndDate, field.TypeTime) - } - if value, ok := _u.mutation.FieldworkStartDate(); ok { - _spec.SetField(programhistory.FieldFieldworkStartDate, field.TypeTime, value) - } - if _u.mutation.FieldworkStartDateCleared() { - _spec.ClearField(programhistory.FieldFieldworkStartDate, field.TypeTime) - } - if value, ok := _u.mutation.FieldworkEndDate(); ok { - _spec.SetField(programhistory.FieldFieldworkEndDate, field.TypeTime, value) - } - if _u.mutation.FieldworkEndDateCleared() { - _spec.ClearField(programhistory.FieldFieldworkEndDate, field.TypeTime) - } - if value, ok := _u.mutation.AuditorReady(); ok { - _spec.SetField(programhistory.FieldAuditorReady, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditorWriteComments(); ok { - _spec.SetField(programhistory.FieldAuditorWriteComments, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditorReadComments(); ok { - _spec.SetField(programhistory.FieldAuditorReadComments, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditFirm(); ok { - _spec.SetField(programhistory.FieldAuditFirm, field.TypeString, value) - } - if _u.mutation.AuditFirmCleared() { - _spec.ClearField(programhistory.FieldAuditFirm, field.TypeString) - } - if value, ok := _u.mutation.Auditor(); ok { - _spec.SetField(programhistory.FieldAuditor, field.TypeString, value) - } - if _u.mutation.AuditorCleared() { - _spec.ClearField(programhistory.FieldAuditor, field.TypeString) - } - if value, ok := _u.mutation.AuditorEmail(); ok { - _spec.SetField(programhistory.FieldAuditorEmail, field.TypeString, value) - } - if _u.mutation.AuditorEmailCleared() { - _spec.ClearField(programhistory.FieldAuditorEmail, field.TypeString) - } - if value, ok := _u.mutation.ProgramOwnerID(); ok { - _spec.SetField(programhistory.FieldProgramOwnerID, field.TypeString, value) - } - if _u.mutation.ProgramOwnerIDCleared() { - _spec.ClearField(programhistory.FieldProgramOwnerID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.ProgramHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{programhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// ProgramHistoryUpdateOne is the builder for updating a single ProgramHistory entity. -type ProgramHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *ProgramHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProgramHistoryUpdateOne) SetUpdatedAt(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProgramHistoryUpdateOne) ClearUpdatedAt() *ProgramHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProgramHistoryUpdateOne) SetUpdatedBy(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProgramHistoryUpdateOne) ClearUpdatedBy() *ProgramHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProgramHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProgramHistoryUpdateOne) ClearUpdatedByImpersonator() *ProgramHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ProgramHistoryUpdateOne) SetDeletedAt(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ProgramHistoryUpdateOne) ClearDeletedAt() *ProgramHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ProgramHistoryUpdateOne) SetDeletedBy(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableDeletedBy(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ProgramHistoryUpdateOne) ClearDeletedBy() *ProgramHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ProgramHistoryUpdateOne) SetTags(v []string) *ProgramHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ProgramHistoryUpdateOne) AppendTags(v []string) *ProgramHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ProgramHistoryUpdateOne) ClearTags() *ProgramHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *ProgramHistoryUpdateOne) SetOwnerID(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableOwnerID(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *ProgramHistoryUpdateOne) ClearOwnerID() *ProgramHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetProgramKindName sets the "program_kind_name" field. -func (_u *ProgramHistoryUpdateOne) SetProgramKindName(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetProgramKindName(v) - return _u -} - -// SetNillableProgramKindName sets the "program_kind_name" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableProgramKindName(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetProgramKindName(*v) - } - return _u -} - -// ClearProgramKindName clears the value of the "program_kind_name" field. -func (_u *ProgramHistoryUpdateOne) ClearProgramKindName() *ProgramHistoryUpdateOne { - _u.mutation.ClearProgramKindName() - return _u -} - -// SetProgramKindID sets the "program_kind_id" field. -func (_u *ProgramHistoryUpdateOne) SetProgramKindID(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetProgramKindID(v) - return _u -} - -// SetNillableProgramKindID sets the "program_kind_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableProgramKindID(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetProgramKindID(*v) - } - return _u -} - -// ClearProgramKindID clears the value of the "program_kind_id" field. -func (_u *ProgramHistoryUpdateOne) ClearProgramKindID() *ProgramHistoryUpdateOne { - _u.mutation.ClearProgramKindID() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *ProgramHistoryUpdateOne) SetExternalUUID(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableExternalUUID(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *ProgramHistoryUpdateOne) ClearExternalUUID() *ProgramHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *ProgramHistoryUpdateOne) SetName(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableName(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *ProgramHistoryUpdateOne) SetDescription(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableDescription(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *ProgramHistoryUpdateOne) ClearDescription() *ProgramHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ProgramHistoryUpdateOne) SetStatus(v enums.ProgramStatus) *ProgramHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableStatus(v *enums.ProgramStatus) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetFrameworkName sets the "framework_name" field. -func (_u *ProgramHistoryUpdateOne) SetFrameworkName(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetFrameworkName(v) - return _u +// ProgramHistoryUpdate is the builder for updating ProgramHistory entities. +type ProgramHistoryUpdate struct { + config + hooks []Hook + mutation *ProgramHistoryMutation } -// SetNillableFrameworkName sets the "framework_name" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableFrameworkName(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetFrameworkName(*v) - } +// Where appends a list predicates to the ProgramHistoryUpdate builder. +func (_u *ProgramHistoryUpdate) Where(ps ...predicate.ProgramHistory) *ProgramHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearFrameworkName clears the value of the "framework_name" field. -func (_u *ProgramHistoryUpdateOne) ClearFrameworkName() *ProgramHistoryUpdateOne { - _u.mutation.ClearFrameworkName() - return _u +// Mutation returns the ProgramHistoryMutation object of the builder. +func (_u *ProgramHistoryUpdate) Mutation() *ProgramHistoryMutation { + return _u.mutation } -// SetStartDate sets the "start_date" field. -func (_u *ProgramHistoryUpdateOne) SetStartDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetStartDate(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *ProgramHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableStartDate sets the "start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableStartDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetStartDate(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *ProgramHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearStartDate clears the value of the "start_date" field. -func (_u *ProgramHistoryUpdateOne) ClearStartDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearStartDate() - return _u + return affected } -// SetEndDate sets the "end_date" field. -func (_u *ProgramHistoryUpdateOne) SetEndDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetEndDate(v) - return _u +// Exec executes the query. +func (_u *ProgramHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableEndDate sets the "end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableEndDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetEndDate(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *ProgramHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearEndDate clears the value of the "end_date" field. -func (_u *ProgramHistoryUpdateOne) ClearEndDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearEndDate() - return _u -} - -// SetObservationPeriodStartDate sets the "observation_period_start_date" field. -func (_u *ProgramHistoryUpdateOne) SetObservationPeriodStartDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetObservationPeriodStartDate(v) - return _u } -// SetNillableObservationPeriodStartDate sets the "observation_period_start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableObservationPeriodStartDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetObservationPeriodStartDate(*v) +func (_u *ProgramHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(programhistory.Table, programhistory.Columns, sqlgraph.NewFieldSpec(programhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearObservationPeriodStartDate clears the value of the "observation_period_start_date" field. -func (_u *ProgramHistoryUpdateOne) ClearObservationPeriodStartDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearObservationPeriodStartDate() - return _u -} - -// SetObservationPeriodEndDate sets the "observation_period_end_date" field. -func (_u *ProgramHistoryUpdateOne) SetObservationPeriodEndDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetObservationPeriodEndDate(v) - return _u -} - -// SetNillableObservationPeriodEndDate sets the "observation_period_end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableObservationPeriodEndDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetObservationPeriodEndDate(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(programhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearObservationPeriodEndDate clears the value of the "observation_period_end_date" field. -func (_u *ProgramHistoryUpdateOne) ClearObservationPeriodEndDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearObservationPeriodEndDate() - return _u -} - -// SetFieldworkStartDate sets the "fieldwork_start_date" field. -func (_u *ProgramHistoryUpdateOne) SetFieldworkStartDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetFieldworkStartDate(v) - return _u -} - -// SetNillableFieldworkStartDate sets the "fieldwork_start_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableFieldworkStartDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetFieldworkStartDate(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(programhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearFieldworkStartDate clears the value of the "fieldwork_start_date" field. -func (_u *ProgramHistoryUpdateOne) ClearFieldworkStartDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearFieldworkStartDate() - return _u -} - -// SetFieldworkEndDate sets the "fieldwork_end_date" field. -func (_u *ProgramHistoryUpdateOne) SetFieldworkEndDate(v time.Time) *ProgramHistoryUpdateOne { - _u.mutation.SetFieldworkEndDate(v) - return _u -} - -// SetNillableFieldworkEndDate sets the "fieldwork_end_date" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableFieldworkEndDate(v *time.Time) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetFieldworkEndDate(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(programhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearFieldworkEndDate clears the value of the "fieldwork_end_date" field. -func (_u *ProgramHistoryUpdateOne) ClearFieldworkEndDate() *ProgramHistoryUpdateOne { - _u.mutation.ClearFieldworkEndDate() - return _u -} - -// SetAuditorReady sets the "auditor_ready" field. -func (_u *ProgramHistoryUpdateOne) SetAuditorReady(v bool) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditorReady(v) - return _u -} - -// SetNillableAuditorReady sets the "auditor_ready" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditorReady(v *bool) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditorReady(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(programhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// SetAuditorWriteComments sets the "auditor_write_comments" field. -func (_u *ProgramHistoryUpdateOne) SetAuditorWriteComments(v bool) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditorWriteComments(v) - return _u -} - -// SetNillableAuditorWriteComments sets the "auditor_write_comments" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditorWriteComments(v *bool) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditorWriteComments(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(programhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// SetAuditorReadComments sets the "auditor_read_comments" field. -func (_u *ProgramHistoryUpdateOne) SetAuditorReadComments(v bool) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditorReadComments(v) - return _u -} - -// SetNillableAuditorReadComments sets the "auditor_read_comments" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditorReadComments(v *bool) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditorReadComments(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(programhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// SetAuditFirm sets the "audit_firm" field. -func (_u *ProgramHistoryUpdateOne) SetAuditFirm(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditFirm(v) - return _u -} - -// SetNillableAuditFirm sets the "audit_firm" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditFirm(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditFirm(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(programhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearAuditFirm clears the value of the "audit_firm" field. -func (_u *ProgramHistoryUpdateOne) ClearAuditFirm() *ProgramHistoryUpdateOne { - _u.mutation.ClearAuditFirm() - return _u -} - -// SetAuditor sets the "auditor" field. -func (_u *ProgramHistoryUpdateOne) SetAuditor(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditor(v) - return _u -} - -// SetNillableAuditor sets the "auditor" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditor(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditor(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(programhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearAuditor clears the value of the "auditor" field. -func (_u *ProgramHistoryUpdateOne) ClearAuditor() *ProgramHistoryUpdateOne { - _u.mutation.ClearAuditor() - return _u -} - -// SetAuditorEmail sets the "auditor_email" field. -func (_u *ProgramHistoryUpdateOne) SetAuditorEmail(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetAuditorEmail(v) - return _u -} - -// SetNillableAuditorEmail sets the "auditor_email" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableAuditorEmail(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetAuditorEmail(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(programhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearAuditorEmail clears the value of the "auditor_email" field. -func (_u *ProgramHistoryUpdateOne) ClearAuditorEmail() *ProgramHistoryUpdateOne { - _u.mutation.ClearAuditorEmail() - return _u -} - -// SetProgramOwnerID sets the "program_owner_id" field. -func (_u *ProgramHistoryUpdateOne) SetProgramOwnerID(v string) *ProgramHistoryUpdateOne { - _u.mutation.SetProgramOwnerID(v) - return _u -} - -// SetNillableProgramOwnerID sets the "program_owner_id" field if the given value is not nil. -func (_u *ProgramHistoryUpdateOne) SetNillableProgramOwnerID(v *string) *ProgramHistoryUpdateOne { - if v != nil { - _u.SetProgramOwnerID(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(programhistory.FieldOwnerID, field.TypeString) } - return _u + if _u.mutation.ProgramKindNameCleared() { + _spec.ClearField(programhistory.FieldProgramKindName, field.TypeString) + } + if _u.mutation.ProgramKindIDCleared() { + _spec.ClearField(programhistory.FieldProgramKindID, field.TypeString) + } + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(programhistory.FieldExternalUUID, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(programhistory.FieldDescription, field.TypeString) + } + if _u.mutation.FrameworkNameCleared() { + _spec.ClearField(programhistory.FieldFrameworkName, field.TypeString) + } + if _u.mutation.StartDateCleared() { + _spec.ClearField(programhistory.FieldStartDate, field.TypeTime) + } + if _u.mutation.EndDateCleared() { + _spec.ClearField(programhistory.FieldEndDate, field.TypeTime) + } + if _u.mutation.ObservationPeriodStartDateCleared() { + _spec.ClearField(programhistory.FieldObservationPeriodStartDate, field.TypeTime) + } + if _u.mutation.ObservationPeriodEndDateCleared() { + _spec.ClearField(programhistory.FieldObservationPeriodEndDate, field.TypeTime) + } + if _u.mutation.FieldworkStartDateCleared() { + _spec.ClearField(programhistory.FieldFieldworkStartDate, field.TypeTime) + } + if _u.mutation.FieldworkEndDateCleared() { + _spec.ClearField(programhistory.FieldFieldworkEndDate, field.TypeTime) + } + if _u.mutation.AuditFirmCleared() { + _spec.ClearField(programhistory.FieldAuditFirm, field.TypeString) + } + if _u.mutation.AuditorCleared() { + _spec.ClearField(programhistory.FieldAuditor, field.TypeString) + } + if _u.mutation.AuditorEmailCleared() { + _spec.ClearField(programhistory.FieldAuditorEmail, field.TypeString) + } + if _u.mutation.ProgramOwnerIDCleared() { + _spec.ClearField(programhistory.FieldProgramOwnerID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{programhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearProgramOwnerID clears the value of the "program_owner_id" field. -func (_u *ProgramHistoryUpdateOne) ClearProgramOwnerID() *ProgramHistoryUpdateOne { - _u.mutation.ClearProgramOwnerID() - return _u +// ProgramHistoryUpdateOne is the builder for updating a single ProgramHistory entity. +type ProgramHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *ProgramHistoryMutation } // Mutation returns the ProgramHistoryMutation object of the builder. @@ -1315,9 +185,6 @@ func (_u *ProgramHistoryUpdateOne) Select(field string, fields ...string) *Progr // Save executes the query and returns the updated ProgramHistory entity. func (_u *ProgramHistoryUpdateOne) Save(ctx context.Context) (*ProgramHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1343,38 +210,7 @@ func (_u *ProgramHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ProgramHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if programhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized programhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := programhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProgramHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := programhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ProgramHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProgramHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProgramHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ProgramHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ProgramHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(programhistory.Table, programhistory.Columns, sqlgraph.NewFieldSpec(programhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1406,164 +242,75 @@ func (_u *ProgramHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ProgramH if _u.mutation.CreatedAtCleared() { _spec.ClearField(programhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(programhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(programhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(programhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(programhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(programhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(programhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(programhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(programhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(programhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(programhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(programhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(programhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, programhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(programhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(programhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(programhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.ProgramKindName(); ok { - _spec.SetField(programhistory.FieldProgramKindName, field.TypeString, value) - } if _u.mutation.ProgramKindNameCleared() { _spec.ClearField(programhistory.FieldProgramKindName, field.TypeString) } - if value, ok := _u.mutation.ProgramKindID(); ok { - _spec.SetField(programhistory.FieldProgramKindID, field.TypeString, value) - } if _u.mutation.ProgramKindIDCleared() { _spec.ClearField(programhistory.FieldProgramKindID, field.TypeString) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(programhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(programhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(programhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(programhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(programhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(programhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.FrameworkName(); ok { - _spec.SetField(programhistory.FieldFrameworkName, field.TypeString, value) - } if _u.mutation.FrameworkNameCleared() { _spec.ClearField(programhistory.FieldFrameworkName, field.TypeString) } - if value, ok := _u.mutation.StartDate(); ok { - _spec.SetField(programhistory.FieldStartDate, field.TypeTime, value) - } if _u.mutation.StartDateCleared() { _spec.ClearField(programhistory.FieldStartDate, field.TypeTime) } - if value, ok := _u.mutation.EndDate(); ok { - _spec.SetField(programhistory.FieldEndDate, field.TypeTime, value) - } if _u.mutation.EndDateCleared() { _spec.ClearField(programhistory.FieldEndDate, field.TypeTime) } - if value, ok := _u.mutation.ObservationPeriodStartDate(); ok { - _spec.SetField(programhistory.FieldObservationPeriodStartDate, field.TypeTime, value) - } if _u.mutation.ObservationPeriodStartDateCleared() { _spec.ClearField(programhistory.FieldObservationPeriodStartDate, field.TypeTime) } - if value, ok := _u.mutation.ObservationPeriodEndDate(); ok { - _spec.SetField(programhistory.FieldObservationPeriodEndDate, field.TypeTime, value) - } if _u.mutation.ObservationPeriodEndDateCleared() { _spec.ClearField(programhistory.FieldObservationPeriodEndDate, field.TypeTime) } - if value, ok := _u.mutation.FieldworkStartDate(); ok { - _spec.SetField(programhistory.FieldFieldworkStartDate, field.TypeTime, value) - } if _u.mutation.FieldworkStartDateCleared() { _spec.ClearField(programhistory.FieldFieldworkStartDate, field.TypeTime) } - if value, ok := _u.mutation.FieldworkEndDate(); ok { - _spec.SetField(programhistory.FieldFieldworkEndDate, field.TypeTime, value) - } if _u.mutation.FieldworkEndDateCleared() { _spec.ClearField(programhistory.FieldFieldworkEndDate, field.TypeTime) } - if value, ok := _u.mutation.AuditorReady(); ok { - _spec.SetField(programhistory.FieldAuditorReady, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditorWriteComments(); ok { - _spec.SetField(programhistory.FieldAuditorWriteComments, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditorReadComments(); ok { - _spec.SetField(programhistory.FieldAuditorReadComments, field.TypeBool, value) - } - if value, ok := _u.mutation.AuditFirm(); ok { - _spec.SetField(programhistory.FieldAuditFirm, field.TypeString, value) - } if _u.mutation.AuditFirmCleared() { _spec.ClearField(programhistory.FieldAuditFirm, field.TypeString) } - if value, ok := _u.mutation.Auditor(); ok { - _spec.SetField(programhistory.FieldAuditor, field.TypeString, value) - } if _u.mutation.AuditorCleared() { _spec.ClearField(programhistory.FieldAuditor, field.TypeString) } - if value, ok := _u.mutation.AuditorEmail(); ok { - _spec.SetField(programhistory.FieldAuditorEmail, field.TypeString, value) - } if _u.mutation.AuditorEmailCleared() { _spec.ClearField(programhistory.FieldAuditorEmail, field.TypeString) } - if value, ok := _u.mutation.ProgramOwnerID(); ok { - _spec.SetField(programhistory.FieldProgramOwnerID, field.TypeString, value) - } if _u.mutation.ProgramOwnerIDCleared() { _spec.ClearField(programhistory.FieldProgramOwnerID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ProgramHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ProgramHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/programmembershiphistory/programmembershiphistory.go b/internal/ent/historygenerated/programmembershiphistory/programmembershiphistory.go index 1812f43532..6d7155bca4 100644 --- a/internal/ent/historygenerated/programmembershiphistory/programmembershiphistory.go +++ b/internal/ent/historygenerated/programmembershiphistory/programmembershiphistory.go @@ -87,8 +87,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() string ) diff --git a/internal/ent/historygenerated/programmembershiphistory_create.go b/internal/ent/historygenerated/programmembershiphistory_create.go index 5ef32b613d..2f851be447 100644 --- a/internal/ent/historygenerated/programmembershiphistory_create.go +++ b/internal/ent/historygenerated/programmembershiphistory_create.go @@ -298,7 +298,6 @@ func (_c *ProgramMembershipHistoryCreate) createSpec() (*ProgramMembershipHistor _node = &ProgramMembershipHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(programmembershiphistory.Table, sqlgraph.NewFieldSpec(programmembershiphistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ProgramMembershipHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/programmembershiphistory_delete.go b/internal/ent/historygenerated/programmembershiphistory_delete.go index f54c849b2c..34eea59198 100644 --- a/internal/ent/historygenerated/programmembershiphistory_delete.go +++ b/internal/ent/historygenerated/programmembershiphistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/programmembershiphistory" ) @@ -45,8 +43,6 @@ func (_d *ProgramMembershipHistoryDelete) ExecX(ctx context.Context) int { func (_d *ProgramMembershipHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(programmembershiphistory.Table, sqlgraph.NewFieldSpec(programmembershiphistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ProgramMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/programmembershiphistory_query.go b/internal/ent/historygenerated/programmembershiphistory_query.go index a32012db70..c266f92976 100644 --- a/internal/ent/historygenerated/programmembershiphistory_query.go +++ b/internal/ent/historygenerated/programmembershiphistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/programmembershiphistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ProgramMembershipHistoryQuery struct { order []programmembershiphistory.OrderOption inters []Interceptor predicates []predicate.ProgramMembershipHistory - loadTotal []func(context.Context, []*ProgramMembershipHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ProgramMembershipHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ProgramMembershipHistoryQuery) Clone() *ProgramMembershipHistoryQuery inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ProgramMembershipHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ProgramMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...qu nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ProgramMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ProgramMembershipHistoryQuery) sqlAll(ctx context.Context, hooks ...qu func (_q *ProgramMembershipHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ProgramMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ProgramMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Sele if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ProgramMembershipHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ProgramMembershipHistoryQuery) sqlQuery(ctx context.Context) *sql.Sele return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ProgramMembershipHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ProgramMembershipHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (pmhq *ProgramMembershipHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ProgramMembershipHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ProgramMembershipHistorySelect) sqlScan(ctx context.Context, root *Pro defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ProgramMembershipHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ProgramMembershipHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/programmembershiphistory_update.go b/internal/ent/historygenerated/programmembershiphistory_update.go index a144731bcd..8d3c67e521 100644 --- a/internal/ent/historygenerated/programmembershiphistory_update.go +++ b/internal/ent/historygenerated/programmembershiphistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/programmembershiphistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ProgramMembershipHistoryUpdate is the builder for updating ProgramMembershipHistory entities. type ProgramMembershipHistoryUpdate struct { config - hooks []Hook - mutation *ProgramMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ProgramMembershipHistoryMutation } // Where appends a list predicates to the ProgramMembershipHistoryUpdate builder. @@ -34,72 +29,6 @@ func (_u *ProgramMembershipHistoryUpdate) Where(ps ...predicate.ProgramMembershi return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProgramMembershipHistoryUpdate) SetUpdatedAt(v time.Time) *ProgramMembershipHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProgramMembershipHistoryUpdate) ClearUpdatedAt() *ProgramMembershipHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProgramMembershipHistoryUpdate) SetUpdatedBy(v string) *ProgramMembershipHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdate) SetNillableUpdatedBy(v *string) *ProgramMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProgramMembershipHistoryUpdate) ClearUpdatedBy() *ProgramMembershipHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProgramMembershipHistoryUpdate) SetUpdatedByImpersonator(v string) *ProgramMembershipHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ProgramMembershipHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProgramMembershipHistoryUpdate) ClearUpdatedByImpersonator() *ProgramMembershipHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *ProgramMembershipHistoryUpdate) SetRole(v enums.Role) *ProgramMembershipHistoryUpdate { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdate) SetNillableRole(v *enums.Role) *ProgramMembershipHistoryUpdate { - if v != nil { - _u.SetRole(*v) - } - return _u -} - // Mutation returns the ProgramMembershipHistoryMutation object of the builder. func (_u *ProgramMembershipHistoryUpdate) Mutation() *ProgramMembershipHistoryMutation { return _u.mutation @@ -107,9 +36,6 @@ func (_u *ProgramMembershipHistoryUpdate) Mutation() *ProgramMembershipHistoryMu // Save executes the query and returns the number of nodes affected by the update operation. func (_u *ProgramMembershipHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -135,38 +61,7 @@ func (_u *ProgramMembershipHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ProgramMembershipHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if programmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized programmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := programmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProgramMembershipHistoryUpdate) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := programmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "ProgramMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProgramMembershipHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProgramMembershipHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ProgramMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(programmembershiphistory.Table, programmembershiphistory.Columns, sqlgraph.NewFieldSpec(programmembershiphistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -181,33 +76,18 @@ func (_u *ProgramMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node in if _u.mutation.CreatedAtCleared() { _spec.ClearField(programmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(programmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(programmembershiphistory.FieldRole, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.ProgramMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{programmembershiphistory.Label} @@ -223,76 +103,9 @@ func (_u *ProgramMembershipHistoryUpdate) sqlSave(ctx context.Context) (_node in // ProgramMembershipHistoryUpdateOne is the builder for updating a single ProgramMembershipHistory entity. type ProgramMembershipHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *ProgramMembershipHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ProgramMembershipHistoryUpdateOne) SetUpdatedAt(v time.Time) *ProgramMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ProgramMembershipHistoryUpdateOne) ClearUpdatedAt() *ProgramMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ProgramMembershipHistoryUpdateOne) SetUpdatedBy(v string) *ProgramMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ProgramMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ProgramMembershipHistoryUpdateOne) ClearUpdatedBy() *ProgramMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ProgramMembershipHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ProgramMembershipHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ProgramMembershipHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ProgramMembershipHistoryUpdateOne) ClearUpdatedByImpersonator() *ProgramMembershipHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetRole sets the "role" field. -func (_u *ProgramMembershipHistoryUpdateOne) SetRole(v enums.Role) *ProgramMembershipHistoryUpdateOne { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *ProgramMembershipHistoryUpdateOne) SetNillableRole(v *enums.Role) *ProgramMembershipHistoryUpdateOne { - if v != nil { - _u.SetRole(*v) - } - return _u + fields []string + hooks []Hook + mutation *ProgramMembershipHistoryMutation } // Mutation returns the ProgramMembershipHistoryMutation object of the builder. @@ -315,9 +128,6 @@ func (_u *ProgramMembershipHistoryUpdateOne) Select(field string, fields ...stri // Save executes the query and returns the updated ProgramMembershipHistory entity. func (_u *ProgramMembershipHistoryUpdateOne) Save(ctx context.Context) (*ProgramMembershipHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -343,38 +153,7 @@ func (_u *ProgramMembershipHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ProgramMembershipHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if programmembershiphistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized programmembershiphistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := programmembershiphistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ProgramMembershipHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Role(); ok { - if err := programmembershiphistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "ProgramMembershipHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ProgramMembershipHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ProgramMembershipHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ProgramMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ProgramMembershipHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(programmembershiphistory.Table, programmembershiphistory.Columns, sqlgraph.NewFieldSpec(programmembershiphistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -406,33 +185,18 @@ func (_u *ProgramMembershipHistoryUpdateOne) sqlSave(ctx context.Context) (_node if _u.mutation.CreatedAtCleared() { _spec.ClearField(programmembershiphistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(programmembershiphistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(programmembershiphistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(programmembershiphistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(programmembershiphistory.FieldRole, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.ProgramMembershipHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ProgramMembershipHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/remediationhistory/remediationhistory.go b/internal/ent/historygenerated/remediationhistory/remediationhistory.go index 093f827c13..4310a1f0c2 100644 --- a/internal/ent/historygenerated/remediationhistory/remediationhistory.go +++ b/internal/ent/historygenerated/remediationhistory/remediationhistory.go @@ -177,8 +177,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/remediationhistory_create.go b/internal/ent/historygenerated/remediationhistory_create.go index 9ffbc6323f..37b0e88858 100644 --- a/internal/ent/historygenerated/remediationhistory_create.go +++ b/internal/ent/historygenerated/remediationhistory_create.go @@ -717,7 +717,6 @@ func (_c *RemediationHistoryCreate) createSpec() (*RemediationHistory, *sqlgraph _node = &RemediationHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(remediationhistory.Table, sqlgraph.NewFieldSpec(remediationhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.RemediationHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/remediationhistory_delete.go b/internal/ent/historygenerated/remediationhistory_delete.go index e0496b889c..604685e4b7 100644 --- a/internal/ent/historygenerated/remediationhistory_delete.go +++ b/internal/ent/historygenerated/remediationhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/remediationhistory" ) @@ -45,8 +43,6 @@ func (_d *RemediationHistoryDelete) ExecX(ctx context.Context) int { func (_d *RemediationHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(remediationhistory.Table, sqlgraph.NewFieldSpec(remediationhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.RemediationHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/remediationhistory_query.go b/internal/ent/historygenerated/remediationhistory_query.go index d4afa773b7..5fca9308fb 100644 --- a/internal/ent/historygenerated/remediationhistory_query.go +++ b/internal/ent/historygenerated/remediationhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/remediationhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type RemediationHistoryQuery struct { order []remediationhistory.OrderOption inters []Interceptor predicates []predicate.RemediationHistory - loadTotal []func(context.Context, []*RemediationHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*RemediationHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *RemediationHistoryQuery) Clone() *RemediationHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.RemediationHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *RemediationHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.RemediationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *RemediationHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo func (_q *RemediationHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.RemediationHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *RemediationHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.RemediationHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *RemediationHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *RemediationHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *RemediationHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (rhq *RemediationHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "RemediationHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *RemediationHistorySelect) sqlScan(ctx context.Context, root *Remediati defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *RemediationHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *RemediationHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/remediationhistory_update.go b/internal/ent/historygenerated/remediationhistory_update.go index 9fee75ceea..b5570b92f7 100644 --- a/internal/ent/historygenerated/remediationhistory_update.go +++ b/internal/ent/historygenerated/remediationhistory_update.go @@ -8,1633 +8,200 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/remediationhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// RemediationHistoryUpdate is the builder for updating RemediationHistory entities. -type RemediationHistoryUpdate struct { - config - hooks []Hook - mutation *RemediationHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the RemediationHistoryUpdate builder. -func (_u *RemediationHistoryUpdate) Where(ps ...predicate.RemediationHistory) *RemediationHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *RemediationHistoryUpdate) SetUpdatedAt(v time.Time) *RemediationHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *RemediationHistoryUpdate) ClearUpdatedAt() *RemediationHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *RemediationHistoryUpdate) SetUpdatedBy(v string) *RemediationHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableUpdatedBy(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *RemediationHistoryUpdate) ClearUpdatedBy() *RemediationHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *RemediationHistoryUpdate) SetUpdatedByImpersonator(v string) *RemediationHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *RemediationHistoryUpdate) ClearUpdatedByImpersonator() *RemediationHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *RemediationHistoryUpdate) SetDeletedAt(v time.Time) *RemediationHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableDeletedAt(v *time.Time) *RemediationHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *RemediationHistoryUpdate) ClearDeletedAt() *RemediationHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *RemediationHistoryUpdate) SetDeletedBy(v string) *RemediationHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableDeletedBy(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *RemediationHistoryUpdate) ClearDeletedBy() *RemediationHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *RemediationHistoryUpdate) SetTags(v []string) *RemediationHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *RemediationHistoryUpdate) AppendTags(v []string) *RemediationHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *RemediationHistoryUpdate) ClearTags() *RemediationHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *RemediationHistoryUpdate) SetInternalNotes(v string) *RemediationHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableInternalNotes(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *RemediationHistoryUpdate) ClearInternalNotes() *RemediationHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *RemediationHistoryUpdate) SetSystemInternalID(v string) *RemediationHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableSystemInternalID(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *RemediationHistoryUpdate) ClearSystemInternalID() *RemediationHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *RemediationHistoryUpdate) SetEnvironmentName(v string) *RemediationHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableEnvironmentName(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *RemediationHistoryUpdate) ClearEnvironmentName() *RemediationHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *RemediationHistoryUpdate) SetEnvironmentID(v string) *RemediationHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableEnvironmentID(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *RemediationHistoryUpdate) ClearEnvironmentID() *RemediationHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *RemediationHistoryUpdate) SetScopeName(v string) *RemediationHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableScopeName(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *RemediationHistoryUpdate) ClearScopeName() *RemediationHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *RemediationHistoryUpdate) SetScopeID(v string) *RemediationHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableScopeID(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *RemediationHistoryUpdate) ClearScopeID() *RemediationHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *RemediationHistoryUpdate) SetWorkflowEligibleMarker(v bool) *RemediationHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *RemediationHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *RemediationHistoryUpdate) ClearWorkflowEligibleMarker() *RemediationHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *RemediationHistoryUpdate) SetExternalID(v string) *RemediationHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableExternalID(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *RemediationHistoryUpdate) ClearExternalID() *RemediationHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *RemediationHistoryUpdate) SetExternalOwnerID(v string) *RemediationHistoryUpdate { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableExternalOwnerID(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *RemediationHistoryUpdate) ClearExternalOwnerID() *RemediationHistoryUpdate { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *RemediationHistoryUpdate) SetTitle(v string) *RemediationHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableTitle(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *RemediationHistoryUpdate) ClearTitle() *RemediationHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetStatus sets the "status" field. -func (_u *RemediationHistoryUpdate) SetStatus(v enums.RemediationStatus) *RemediationHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableStatus(v *enums.RemediationStatus) *RemediationHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *RemediationHistoryUpdate) ClearStatus() *RemediationHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetState sets the "state" field. -func (_u *RemediationHistoryUpdate) SetState(v string) *RemediationHistoryUpdate { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableState(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetState(*v) - } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *RemediationHistoryUpdate) ClearState() *RemediationHistoryUpdate { - _u.mutation.ClearState() - return _u -} - -// SetIntent sets the "intent" field. -func (_u *RemediationHistoryUpdate) SetIntent(v string) *RemediationHistoryUpdate { - _u.mutation.SetIntent(v) - return _u -} - -// SetNillableIntent sets the "intent" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableIntent(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetIntent(*v) - } - return _u -} - -// ClearIntent clears the value of the "intent" field. -func (_u *RemediationHistoryUpdate) ClearIntent() *RemediationHistoryUpdate { - _u.mutation.ClearIntent() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *RemediationHistoryUpdate) SetSummary(v string) *RemediationHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableSummary(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *RemediationHistoryUpdate) ClearSummary() *RemediationHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetExplanation sets the "explanation" field. -func (_u *RemediationHistoryUpdate) SetExplanation(v string) *RemediationHistoryUpdate { - _u.mutation.SetExplanation(v) - return _u -} - -// SetNillableExplanation sets the "explanation" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableExplanation(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetExplanation(*v) - } - return _u -} - -// ClearExplanation clears the value of the "explanation" field. -func (_u *RemediationHistoryUpdate) ClearExplanation() *RemediationHistoryUpdate { - _u.mutation.ClearExplanation() - return _u -} - -// SetInstructions sets the "instructions" field. -func (_u *RemediationHistoryUpdate) SetInstructions(v string) *RemediationHistoryUpdate { - _u.mutation.SetInstructions(v) - return _u -} - -// SetNillableInstructions sets the "instructions" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableInstructions(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetInstructions(*v) - } - return _u -} - -// ClearInstructions clears the value of the "instructions" field. -func (_u *RemediationHistoryUpdate) ClearInstructions() *RemediationHistoryUpdate { - _u.mutation.ClearInstructions() - return _u -} - -// SetOwnerReference sets the "owner_reference" field. -func (_u *RemediationHistoryUpdate) SetOwnerReference(v string) *RemediationHistoryUpdate { - _u.mutation.SetOwnerReference(v) - return _u -} - -// SetNillableOwnerReference sets the "owner_reference" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableOwnerReference(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetOwnerReference(*v) - } - return _u -} - -// ClearOwnerReference clears the value of the "owner_reference" field. -func (_u *RemediationHistoryUpdate) ClearOwnerReference() *RemediationHistoryUpdate { - _u.mutation.ClearOwnerReference() - return _u -} - -// SetRepositoryURI sets the "repository_uri" field. -func (_u *RemediationHistoryUpdate) SetRepositoryURI(v string) *RemediationHistoryUpdate { - _u.mutation.SetRepositoryURI(v) - return _u -} - -// SetNillableRepositoryURI sets the "repository_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableRepositoryURI(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetRepositoryURI(*v) - } - return _u -} - -// ClearRepositoryURI clears the value of the "repository_uri" field. -func (_u *RemediationHistoryUpdate) ClearRepositoryURI() *RemediationHistoryUpdate { - _u.mutation.ClearRepositoryURI() - return _u -} - -// SetPullRequestURI sets the "pull_request_uri" field. -func (_u *RemediationHistoryUpdate) SetPullRequestURI(v string) *RemediationHistoryUpdate { - _u.mutation.SetPullRequestURI(v) - return _u -} - -// SetNillablePullRequestURI sets the "pull_request_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillablePullRequestURI(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetPullRequestURI(*v) - } - return _u -} - -// ClearPullRequestURI clears the value of the "pull_request_uri" field. -func (_u *RemediationHistoryUpdate) ClearPullRequestURI() *RemediationHistoryUpdate { - _u.mutation.ClearPullRequestURI() - return _u -} - -// SetTicketReference sets the "ticket_reference" field. -func (_u *RemediationHistoryUpdate) SetTicketReference(v string) *RemediationHistoryUpdate { - _u.mutation.SetTicketReference(v) - return _u -} - -// SetNillableTicketReference sets the "ticket_reference" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableTicketReference(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetTicketReference(*v) - } - return _u -} - -// ClearTicketReference clears the value of the "ticket_reference" field. -func (_u *RemediationHistoryUpdate) ClearTicketReference() *RemediationHistoryUpdate { - _u.mutation.ClearTicketReference() - return _u -} - -// SetDueAt sets the "due_at" field. -func (_u *RemediationHistoryUpdate) SetDueAt(v models.DateTime) *RemediationHistoryUpdate { - _u.mutation.SetDueAt(v) - return _u -} - -// SetNillableDueAt sets the "due_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableDueAt(v *models.DateTime) *RemediationHistoryUpdate { - if v != nil { - _u.SetDueAt(*v) - } - return _u -} - -// ClearDueAt clears the value of the "due_at" field. -func (_u *RemediationHistoryUpdate) ClearDueAt() *RemediationHistoryUpdate { - _u.mutation.ClearDueAt() - return _u -} - -// SetCompletedAt sets the "completed_at" field. -func (_u *RemediationHistoryUpdate) SetCompletedAt(v models.DateTime) *RemediationHistoryUpdate { - _u.mutation.SetCompletedAt(v) - return _u -} - -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableCompletedAt(v *models.DateTime) *RemediationHistoryUpdate { - if v != nil { - _u.SetCompletedAt(*v) - } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *RemediationHistoryUpdate) ClearCompletedAt() *RemediationHistoryUpdate { - _u.mutation.ClearCompletedAt() - return _u -} - -// SetPrGeneratedAt sets the "pr_generated_at" field. -func (_u *RemediationHistoryUpdate) SetPrGeneratedAt(v models.DateTime) *RemediationHistoryUpdate { - _u.mutation.SetPrGeneratedAt(v) - return _u -} - -// SetNillablePrGeneratedAt sets the "pr_generated_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillablePrGeneratedAt(v *models.DateTime) *RemediationHistoryUpdate { - if v != nil { - _u.SetPrGeneratedAt(*v) - } - return _u -} - -// ClearPrGeneratedAt clears the value of the "pr_generated_at" field. -func (_u *RemediationHistoryUpdate) ClearPrGeneratedAt() *RemediationHistoryUpdate { - _u.mutation.ClearPrGeneratedAt() - return _u -} - -// SetError sets the "error" field. -func (_u *RemediationHistoryUpdate) SetError(v string) *RemediationHistoryUpdate { - _u.mutation.SetError(v) - return _u -} - -// SetNillableError sets the "error" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableError(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetError(*v) - } - return _u -} - -// ClearError clears the value of the "error" field. -func (_u *RemediationHistoryUpdate) ClearError() *RemediationHistoryUpdate { - _u.mutation.ClearError() - return _u -} - -// SetSource sets the "source" field. -func (_u *RemediationHistoryUpdate) SetSource(v string) *RemediationHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableSource(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *RemediationHistoryUpdate) ClearSource() *RemediationHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *RemediationHistoryUpdate) SetExternalURI(v string) *RemediationHistoryUpdate { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdate) SetNillableExternalURI(v *string) *RemediationHistoryUpdate { - if v != nil { - _u.SetExternalURI(*v) - } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *RemediationHistoryUpdate) ClearExternalURI() *RemediationHistoryUpdate { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *RemediationHistoryUpdate) SetMetadata(v map[string]interface{}) *RemediationHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *RemediationHistoryUpdate) ClearMetadata() *RemediationHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// Mutation returns the RemediationHistoryMutation object of the builder. -func (_u *RemediationHistoryUpdate) Mutation() *RemediationHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *RemediationHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *RemediationHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *RemediationHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *RemediationHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *RemediationHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if remediationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized remediationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := remediationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *RemediationHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := remediationhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "RemediationHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *RemediationHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *RemediationHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *RemediationHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(remediationhistory.Table, remediationhistory.Columns, sqlgraph.NewFieldSpec(remediationhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(remediationhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(remediationhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(remediationhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(remediationhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(remediationhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(remediationhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(remediationhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(remediationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(remediationhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(remediationhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(remediationhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(remediationhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(remediationhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(remediationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, remediationhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(remediationhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(remediationhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(remediationhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(remediationhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(remediationhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(remediationhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(remediationhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(remediationhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(remediationhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(remediationhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(remediationhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(remediationhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(remediationhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(remediationhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(remediationhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(remediationhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(remediationhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(remediationhistory.FieldExternalID, field.TypeString, value) - } - if _u.mutation.ExternalIDCleared() { - _spec.ClearField(remediationhistory.FieldExternalID, field.TypeString) - } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(remediationhistory.FieldExternalOwnerID, field.TypeString, value) - } - if _u.mutation.ExternalOwnerIDCleared() { - _spec.ClearField(remediationhistory.FieldExternalOwnerID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(remediationhistory.FieldTitle, field.TypeString, value) - } - if _u.mutation.TitleCleared() { - _spec.ClearField(remediationhistory.FieldTitle, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(remediationhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(remediationhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(remediationhistory.FieldState, field.TypeString, value) - } - if _u.mutation.StateCleared() { - _spec.ClearField(remediationhistory.FieldState, field.TypeString) - } - if value, ok := _u.mutation.Intent(); ok { - _spec.SetField(remediationhistory.FieldIntent, field.TypeString, value) - } - if _u.mutation.IntentCleared() { - _spec.ClearField(remediationhistory.FieldIntent, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(remediationhistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(remediationhistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.Explanation(); ok { - _spec.SetField(remediationhistory.FieldExplanation, field.TypeString, value) - } - if _u.mutation.ExplanationCleared() { - _spec.ClearField(remediationhistory.FieldExplanation, field.TypeString) - } - if value, ok := _u.mutation.Instructions(); ok { - _spec.SetField(remediationhistory.FieldInstructions, field.TypeString, value) - } - if _u.mutation.InstructionsCleared() { - _spec.ClearField(remediationhistory.FieldInstructions, field.TypeString) - } - if value, ok := _u.mutation.OwnerReference(); ok { - _spec.SetField(remediationhistory.FieldOwnerReference, field.TypeString, value) - } - if _u.mutation.OwnerReferenceCleared() { - _spec.ClearField(remediationhistory.FieldOwnerReference, field.TypeString) - } - if value, ok := _u.mutation.RepositoryURI(); ok { - _spec.SetField(remediationhistory.FieldRepositoryURI, field.TypeString, value) - } - if _u.mutation.RepositoryURICleared() { - _spec.ClearField(remediationhistory.FieldRepositoryURI, field.TypeString) - } - if value, ok := _u.mutation.PullRequestURI(); ok { - _spec.SetField(remediationhistory.FieldPullRequestURI, field.TypeString, value) - } - if _u.mutation.PullRequestURICleared() { - _spec.ClearField(remediationhistory.FieldPullRequestURI, field.TypeString) - } - if value, ok := _u.mutation.TicketReference(); ok { - _spec.SetField(remediationhistory.FieldTicketReference, field.TypeString, value) - } - if _u.mutation.TicketReferenceCleared() { - _spec.ClearField(remediationhistory.FieldTicketReference, field.TypeString) - } - if value, ok := _u.mutation.DueAt(); ok { - _spec.SetField(remediationhistory.FieldDueAt, field.TypeTime, value) - } - if _u.mutation.DueAtCleared() { - _spec.ClearField(remediationhistory.FieldDueAt, field.TypeTime) - } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(remediationhistory.FieldCompletedAt, field.TypeTime, value) - } - if _u.mutation.CompletedAtCleared() { - _spec.ClearField(remediationhistory.FieldCompletedAt, field.TypeTime) - } - if value, ok := _u.mutation.PrGeneratedAt(); ok { - _spec.SetField(remediationhistory.FieldPrGeneratedAt, field.TypeTime, value) - } - if _u.mutation.PrGeneratedAtCleared() { - _spec.ClearField(remediationhistory.FieldPrGeneratedAt, field.TypeTime) - } - if value, ok := _u.mutation.Error(); ok { - _spec.SetField(remediationhistory.FieldError, field.TypeString, value) - } - if _u.mutation.ErrorCleared() { - _spec.ClearField(remediationhistory.FieldError, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(remediationhistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(remediationhistory.FieldSource, field.TypeString) - } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(remediationhistory.FieldExternalURI, field.TypeString, value) - } - if _u.mutation.ExternalURICleared() { - _spec.ClearField(remediationhistory.FieldExternalURI, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(remediationhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(remediationhistory.FieldMetadata, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.RemediationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{remediationhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// RemediationHistoryUpdateOne is the builder for updating a single RemediationHistory entity. -type RemediationHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *RemediationHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *RemediationHistoryUpdateOne) SetUpdatedAt(v time.Time) *RemediationHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *RemediationHistoryUpdateOne) ClearUpdatedAt() *RemediationHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *RemediationHistoryUpdateOne) SetUpdatedBy(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableUpdatedBy(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *RemediationHistoryUpdateOne) ClearUpdatedBy() *RemediationHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *RemediationHistoryUpdateOne) SetUpdatedByImpersonator(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *RemediationHistoryUpdateOne) ClearUpdatedByImpersonator() *RemediationHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *RemediationHistoryUpdateOne) SetDeletedAt(v time.Time) *RemediationHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *RemediationHistoryUpdateOne) ClearDeletedAt() *RemediationHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *RemediationHistoryUpdateOne) SetDeletedBy(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableDeletedBy(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *RemediationHistoryUpdateOne) ClearDeletedBy() *RemediationHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *RemediationHistoryUpdateOne) SetTags(v []string) *RemediationHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *RemediationHistoryUpdateOne) AppendTags(v []string) *RemediationHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *RemediationHistoryUpdateOne) ClearTags() *RemediationHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *RemediationHistoryUpdateOne) SetInternalNotes(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableInternalNotes(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *RemediationHistoryUpdateOne) ClearInternalNotes() *RemediationHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *RemediationHistoryUpdateOne) SetSystemInternalID(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableSystemInternalID(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *RemediationHistoryUpdateOne) ClearSystemInternalID() *RemediationHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *RemediationHistoryUpdateOne) SetEnvironmentName(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableEnvironmentName(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *RemediationHistoryUpdateOne) ClearEnvironmentName() *RemediationHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *RemediationHistoryUpdateOne) SetEnvironmentID(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableEnvironmentID(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *RemediationHistoryUpdateOne) ClearEnvironmentID() *RemediationHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *RemediationHistoryUpdateOne) SetScopeName(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableScopeName(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *RemediationHistoryUpdateOne) ClearScopeName() *RemediationHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *RemediationHistoryUpdateOne) SetScopeID(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableScopeID(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *RemediationHistoryUpdateOne) ClearScopeID() *RemediationHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *RemediationHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *RemediationHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *RemediationHistoryUpdateOne) ClearWorkflowEligibleMarker() *RemediationHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *RemediationHistoryUpdateOne) SetExternalID(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableExternalID(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *RemediationHistoryUpdateOne) ClearExternalID() *RemediationHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *RemediationHistoryUpdateOne) SetExternalOwnerID(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableExternalOwnerID(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *RemediationHistoryUpdateOne) ClearExternalOwnerID() *RemediationHistoryUpdateOne { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *RemediationHistoryUpdateOne) SetTitle(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableTitle(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *RemediationHistoryUpdateOne) ClearTitle() *RemediationHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetStatus sets the "status" field. -func (_u *RemediationHistoryUpdateOne) SetStatus(v enums.RemediationStatus) *RemediationHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableStatus(v *enums.RemediationStatus) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *RemediationHistoryUpdateOne) ClearStatus() *RemediationHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetState sets the "state" field. -func (_u *RemediationHistoryUpdateOne) SetState(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableState(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetState(*v) - } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *RemediationHistoryUpdateOne) ClearState() *RemediationHistoryUpdateOne { - _u.mutation.ClearState() - return _u -} - -// SetIntent sets the "intent" field. -func (_u *RemediationHistoryUpdateOne) SetIntent(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetIntent(v) - return _u -} - -// SetNillableIntent sets the "intent" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableIntent(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetIntent(*v) - } - return _u -} - -// ClearIntent clears the value of the "intent" field. -func (_u *RemediationHistoryUpdateOne) ClearIntent() *RemediationHistoryUpdateOne { - _u.mutation.ClearIntent() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *RemediationHistoryUpdateOne) SetSummary(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableSummary(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *RemediationHistoryUpdateOne) ClearSummary() *RemediationHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetExplanation sets the "explanation" field. -func (_u *RemediationHistoryUpdateOne) SetExplanation(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetExplanation(v) - return _u -} - -// SetNillableExplanation sets the "explanation" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableExplanation(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetExplanation(*v) - } - return _u -} - -// ClearExplanation clears the value of the "explanation" field. -func (_u *RemediationHistoryUpdateOne) ClearExplanation() *RemediationHistoryUpdateOne { - _u.mutation.ClearExplanation() - return _u -} - -// SetInstructions sets the "instructions" field. -func (_u *RemediationHistoryUpdateOne) SetInstructions(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetInstructions(v) - return _u -} - -// SetNillableInstructions sets the "instructions" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableInstructions(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetInstructions(*v) - } - return _u -} - -// ClearInstructions clears the value of the "instructions" field. -func (_u *RemediationHistoryUpdateOne) ClearInstructions() *RemediationHistoryUpdateOne { - _u.mutation.ClearInstructions() - return _u -} - -// SetOwnerReference sets the "owner_reference" field. -func (_u *RemediationHistoryUpdateOne) SetOwnerReference(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetOwnerReference(v) - return _u -} - -// SetNillableOwnerReference sets the "owner_reference" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableOwnerReference(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetOwnerReference(*v) - } - return _u -} - -// ClearOwnerReference clears the value of the "owner_reference" field. -func (_u *RemediationHistoryUpdateOne) ClearOwnerReference() *RemediationHistoryUpdateOne { - _u.mutation.ClearOwnerReference() - return _u -} - -// SetRepositoryURI sets the "repository_uri" field. -func (_u *RemediationHistoryUpdateOne) SetRepositoryURI(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetRepositoryURI(v) - return _u -} - -// SetNillableRepositoryURI sets the "repository_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableRepositoryURI(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetRepositoryURI(*v) - } - return _u -} - -// ClearRepositoryURI clears the value of the "repository_uri" field. -func (_u *RemediationHistoryUpdateOne) ClearRepositoryURI() *RemediationHistoryUpdateOne { - _u.mutation.ClearRepositoryURI() - return _u -} - -// SetPullRequestURI sets the "pull_request_uri" field. -func (_u *RemediationHistoryUpdateOne) SetPullRequestURI(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetPullRequestURI(v) - return _u -} - -// SetNillablePullRequestURI sets the "pull_request_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillablePullRequestURI(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetPullRequestURI(*v) - } - return _u -} - -// ClearPullRequestURI clears the value of the "pull_request_uri" field. -func (_u *RemediationHistoryUpdateOne) ClearPullRequestURI() *RemediationHistoryUpdateOne { - _u.mutation.ClearPullRequestURI() - return _u -} - -// SetTicketReference sets the "ticket_reference" field. -func (_u *RemediationHistoryUpdateOne) SetTicketReference(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetTicketReference(v) - return _u -} - -// SetNillableTicketReference sets the "ticket_reference" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableTicketReference(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetTicketReference(*v) - } - return _u -} - -// ClearTicketReference clears the value of the "ticket_reference" field. -func (_u *RemediationHistoryUpdateOne) ClearTicketReference() *RemediationHistoryUpdateOne { - _u.mutation.ClearTicketReference() - return _u -} - -// SetDueAt sets the "due_at" field. -func (_u *RemediationHistoryUpdateOne) SetDueAt(v models.DateTime) *RemediationHistoryUpdateOne { - _u.mutation.SetDueAt(v) - return _u +// RemediationHistoryUpdate is the builder for updating RemediationHistory entities. +type RemediationHistoryUpdate struct { + config + hooks []Hook + mutation *RemediationHistoryMutation } -// SetNillableDueAt sets the "due_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableDueAt(v *models.DateTime) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetDueAt(*v) - } +// Where appends a list predicates to the RemediationHistoryUpdate builder. +func (_u *RemediationHistoryUpdate) Where(ps ...predicate.RemediationHistory) *RemediationHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearDueAt clears the value of the "due_at" field. -func (_u *RemediationHistoryUpdateOne) ClearDueAt() *RemediationHistoryUpdateOne { - _u.mutation.ClearDueAt() - return _u +// Mutation returns the RemediationHistoryMutation object of the builder. +func (_u *RemediationHistoryUpdate) Mutation() *RemediationHistoryMutation { + return _u.mutation } -// SetCompletedAt sets the "completed_at" field. -func (_u *RemediationHistoryUpdateOne) SetCompletedAt(v models.DateTime) *RemediationHistoryUpdateOne { - _u.mutation.SetCompletedAt(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *RemediationHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableCompletedAt sets the "completed_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableCompletedAt(v *models.DateTime) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetCompletedAt(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *RemediationHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearCompletedAt clears the value of the "completed_at" field. -func (_u *RemediationHistoryUpdateOne) ClearCompletedAt() *RemediationHistoryUpdateOne { - _u.mutation.ClearCompletedAt() - return _u + return affected } -// SetPrGeneratedAt sets the "pr_generated_at" field. -func (_u *RemediationHistoryUpdateOne) SetPrGeneratedAt(v models.DateTime) *RemediationHistoryUpdateOne { - _u.mutation.SetPrGeneratedAt(v) - return _u +// Exec executes the query. +func (_u *RemediationHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillablePrGeneratedAt sets the "pr_generated_at" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillablePrGeneratedAt(v *models.DateTime) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetPrGeneratedAt(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *RemediationHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearPrGeneratedAt clears the value of the "pr_generated_at" field. -func (_u *RemediationHistoryUpdateOne) ClearPrGeneratedAt() *RemediationHistoryUpdateOne { - _u.mutation.ClearPrGeneratedAt() - return _u -} - -// SetError sets the "error" field. -func (_u *RemediationHistoryUpdateOne) SetError(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetError(v) - return _u } -// SetNillableError sets the "error" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableError(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetError(*v) +func (_u *RemediationHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(remediationhistory.Table, remediationhistory.Columns, sqlgraph.NewFieldSpec(remediationhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearError clears the value of the "error" field. -func (_u *RemediationHistoryUpdateOne) ClearError() *RemediationHistoryUpdateOne { - _u.mutation.ClearError() - return _u -} - -// SetSource sets the "source" field. -func (_u *RemediationHistoryUpdateOne) SetSource(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableSource(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(remediationhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *RemediationHistoryUpdateOne) ClearSource() *RemediationHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *RemediationHistoryUpdateOne) SetExternalURI(v string) *RemediationHistoryUpdateOne { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *RemediationHistoryUpdateOne) SetNillableExternalURI(v *string) *RemediationHistoryUpdateOne { - if v != nil { - _u.SetExternalURI(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(remediationhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *RemediationHistoryUpdateOne) ClearExternalURI() *RemediationHistoryUpdateOne { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *RemediationHistoryUpdateOne) SetMetadata(v map[string]interface{}) *RemediationHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(remediationhistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(remediationhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(remediationhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(remediationhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(remediationhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(remediationhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(remediationhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(remediationhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(remediationhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(remediationhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(remediationhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(remediationhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(remediationhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(remediationhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(remediationhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(remediationhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.ExternalIDCleared() { + _spec.ClearField(remediationhistory.FieldExternalID, field.TypeString) + } + if _u.mutation.ExternalOwnerIDCleared() { + _spec.ClearField(remediationhistory.FieldExternalOwnerID, field.TypeString) + } + if _u.mutation.TitleCleared() { + _spec.ClearField(remediationhistory.FieldTitle, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(remediationhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.StateCleared() { + _spec.ClearField(remediationhistory.FieldState, field.TypeString) + } + if _u.mutation.IntentCleared() { + _spec.ClearField(remediationhistory.FieldIntent, field.TypeString) + } + if _u.mutation.SummaryCleared() { + _spec.ClearField(remediationhistory.FieldSummary, field.TypeString) + } + if _u.mutation.ExplanationCleared() { + _spec.ClearField(remediationhistory.FieldExplanation, field.TypeString) + } + if _u.mutation.InstructionsCleared() { + _spec.ClearField(remediationhistory.FieldInstructions, field.TypeString) + } + if _u.mutation.OwnerReferenceCleared() { + _spec.ClearField(remediationhistory.FieldOwnerReference, field.TypeString) + } + if _u.mutation.RepositoryURICleared() { + _spec.ClearField(remediationhistory.FieldRepositoryURI, field.TypeString) + } + if _u.mutation.PullRequestURICleared() { + _spec.ClearField(remediationhistory.FieldPullRequestURI, field.TypeString) + } + if _u.mutation.TicketReferenceCleared() { + _spec.ClearField(remediationhistory.FieldTicketReference, field.TypeString) + } + if _u.mutation.DueAtCleared() { + _spec.ClearField(remediationhistory.FieldDueAt, field.TypeTime) + } + if _u.mutation.CompletedAtCleared() { + _spec.ClearField(remediationhistory.FieldCompletedAt, field.TypeTime) + } + if _u.mutation.PrGeneratedAtCleared() { + _spec.ClearField(remediationhistory.FieldPrGeneratedAt, field.TypeTime) + } + if _u.mutation.ErrorCleared() { + _spec.ClearField(remediationhistory.FieldError, field.TypeString) + } + if _u.mutation.SourceCleared() { + _spec.ClearField(remediationhistory.FieldSource, field.TypeString) + } + if _u.mutation.ExternalURICleared() { + _spec.ClearField(remediationhistory.FieldExternalURI, field.TypeString) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(remediationhistory.FieldMetadata, field.TypeJSON) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{remediationhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearMetadata clears the value of the "metadata" field. -func (_u *RemediationHistoryUpdateOne) ClearMetadata() *RemediationHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u +// RemediationHistoryUpdateOne is the builder for updating a single RemediationHistory entity. +type RemediationHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *RemediationHistoryMutation } // Mutation returns the RemediationHistoryMutation object of the builder. @@ -1657,9 +224,6 @@ func (_u *RemediationHistoryUpdateOne) Select(field string, fields ...string) *R // Save executes the query and returns the updated RemediationHistory entity. func (_u *RemediationHistoryUpdateOne) Save(ctx context.Context) (*RemediationHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1685,38 +249,7 @@ func (_u *RemediationHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *RemediationHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if remediationhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized remediationhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := remediationhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *RemediationHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := remediationhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "RemediationHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *RemediationHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *RemediationHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *RemediationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *RemediationHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(remediationhistory.Table, remediationhistory.Columns, sqlgraph.NewFieldSpec(remediationhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1748,47 +281,24 @@ func (_u *RemediationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Reme if _u.mutation.CreatedAtCleared() { _spec.ClearField(remediationhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(remediationhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(remediationhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(remediationhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(remediationhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(remediationhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(remediationhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(remediationhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(remediationhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(remediationhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(remediationhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(remediationhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(remediationhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, remediationhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(remediationhistory.FieldTags, field.TypeJSON) } @@ -1798,171 +308,87 @@ func (_u *RemediationHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Reme if _u.mutation.SystemOwnedCleared() { _spec.ClearField(remediationhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(remediationhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(remediationhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(remediationhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(remediationhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(remediationhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(remediationhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(remediationhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(remediationhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(remediationhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(remediationhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(remediationhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(remediationhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(remediationhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(remediationhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(remediationhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(remediationhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(remediationhistory.FieldExternalOwnerID, field.TypeString, value) - } if _u.mutation.ExternalOwnerIDCleared() { _spec.ClearField(remediationhistory.FieldExternalOwnerID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(remediationhistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(remediationhistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(remediationhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(remediationhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(remediationhistory.FieldState, field.TypeString, value) - } if _u.mutation.StateCleared() { _spec.ClearField(remediationhistory.FieldState, field.TypeString) } - if value, ok := _u.mutation.Intent(); ok { - _spec.SetField(remediationhistory.FieldIntent, field.TypeString, value) - } if _u.mutation.IntentCleared() { _spec.ClearField(remediationhistory.FieldIntent, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(remediationhistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(remediationhistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.Explanation(); ok { - _spec.SetField(remediationhistory.FieldExplanation, field.TypeString, value) - } if _u.mutation.ExplanationCleared() { _spec.ClearField(remediationhistory.FieldExplanation, field.TypeString) } - if value, ok := _u.mutation.Instructions(); ok { - _spec.SetField(remediationhistory.FieldInstructions, field.TypeString, value) - } if _u.mutation.InstructionsCleared() { _spec.ClearField(remediationhistory.FieldInstructions, field.TypeString) } - if value, ok := _u.mutation.OwnerReference(); ok { - _spec.SetField(remediationhistory.FieldOwnerReference, field.TypeString, value) - } if _u.mutation.OwnerReferenceCleared() { _spec.ClearField(remediationhistory.FieldOwnerReference, field.TypeString) } - if value, ok := _u.mutation.RepositoryURI(); ok { - _spec.SetField(remediationhistory.FieldRepositoryURI, field.TypeString, value) - } if _u.mutation.RepositoryURICleared() { _spec.ClearField(remediationhistory.FieldRepositoryURI, field.TypeString) } - if value, ok := _u.mutation.PullRequestURI(); ok { - _spec.SetField(remediationhistory.FieldPullRequestURI, field.TypeString, value) - } if _u.mutation.PullRequestURICleared() { _spec.ClearField(remediationhistory.FieldPullRequestURI, field.TypeString) } - if value, ok := _u.mutation.TicketReference(); ok { - _spec.SetField(remediationhistory.FieldTicketReference, field.TypeString, value) - } if _u.mutation.TicketReferenceCleared() { _spec.ClearField(remediationhistory.FieldTicketReference, field.TypeString) } - if value, ok := _u.mutation.DueAt(); ok { - _spec.SetField(remediationhistory.FieldDueAt, field.TypeTime, value) - } if _u.mutation.DueAtCleared() { _spec.ClearField(remediationhistory.FieldDueAt, field.TypeTime) } - if value, ok := _u.mutation.CompletedAt(); ok { - _spec.SetField(remediationhistory.FieldCompletedAt, field.TypeTime, value) - } if _u.mutation.CompletedAtCleared() { _spec.ClearField(remediationhistory.FieldCompletedAt, field.TypeTime) } - if value, ok := _u.mutation.PrGeneratedAt(); ok { - _spec.SetField(remediationhistory.FieldPrGeneratedAt, field.TypeTime, value) - } if _u.mutation.PrGeneratedAtCleared() { _spec.ClearField(remediationhistory.FieldPrGeneratedAt, field.TypeTime) } - if value, ok := _u.mutation.Error(); ok { - _spec.SetField(remediationhistory.FieldError, field.TypeString, value) - } if _u.mutation.ErrorCleared() { _spec.ClearField(remediationhistory.FieldError, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(remediationhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(remediationhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(remediationhistory.FieldExternalURI, field.TypeString, value) - } if _u.mutation.ExternalURICleared() { _spec.ClearField(remediationhistory.FieldExternalURI, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(remediationhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(remediationhistory.FieldMetadata, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.RemediationHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &RemediationHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/reviewhistory/reviewhistory.go b/internal/ent/historygenerated/reviewhistory/reviewhistory.go index ea53be4656..baafd746ac 100644 --- a/internal/ent/historygenerated/reviewhistory/reviewhistory.go +++ b/internal/ent/historygenerated/reviewhistory/reviewhistory.go @@ -168,8 +168,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/reviewhistory_create.go b/internal/ent/historygenerated/reviewhistory_create.go index ba8eac75f7..87f9919b74 100644 --- a/internal/ent/historygenerated/reviewhistory_create.go +++ b/internal/ent/historygenerated/reviewhistory_create.go @@ -667,7 +667,6 @@ func (_c *ReviewHistoryCreate) createSpec() (*ReviewHistory, *sqlgraph.CreateSpe _node = &ReviewHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(reviewhistory.Table, sqlgraph.NewFieldSpec(reviewhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ReviewHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/reviewhistory_delete.go b/internal/ent/historygenerated/reviewhistory_delete.go index f470495c71..42130bf146 100644 --- a/internal/ent/historygenerated/reviewhistory_delete.go +++ b/internal/ent/historygenerated/reviewhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/reviewhistory" ) @@ -45,8 +43,6 @@ func (_d *ReviewHistoryDelete) ExecX(ctx context.Context) int { func (_d *ReviewHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(reviewhistory.Table, sqlgraph.NewFieldSpec(reviewhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ReviewHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/reviewhistory_query.go b/internal/ent/historygenerated/reviewhistory_query.go index 780d78b086..985d34939a 100644 --- a/internal/ent/historygenerated/reviewhistory_query.go +++ b/internal/ent/historygenerated/reviewhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/reviewhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ReviewHistoryQuery struct { order []reviewhistory.OrderOption inters []Interceptor predicates []predicate.ReviewHistory - loadTotal []func(context.Context, []*ReviewHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ReviewHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ReviewHistoryQuery) Clone() *ReviewHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ReviewHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ReviewHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ReviewHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ReviewHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([ func (_q *ReviewHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ReviewHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ReviewHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ReviewHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ReviewHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ReviewHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ReviewHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (rhq *ReviewHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ReviewHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ReviewHistorySelect) sqlScan(ctx context.Context, root *ReviewHistoryQ defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ReviewHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ReviewHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/reviewhistory_update.go b/internal/ent/historygenerated/reviewhistory_update.go index e86cb544fc..32efebc96c 100644 --- a/internal/ent/historygenerated/reviewhistory_update.go +++ b/internal/ent/historygenerated/reviewhistory_update.go @@ -8,1510 +8,191 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/reviewhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// ReviewHistoryUpdate is the builder for updating ReviewHistory entities. -type ReviewHistoryUpdate struct { - config - hooks []Hook - mutation *ReviewHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the ReviewHistoryUpdate builder. -func (_u *ReviewHistoryUpdate) Where(ps ...predicate.ReviewHistory) *ReviewHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ReviewHistoryUpdate) SetUpdatedAt(v time.Time) *ReviewHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ReviewHistoryUpdate) ClearUpdatedAt() *ReviewHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ReviewHistoryUpdate) SetUpdatedBy(v string) *ReviewHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableUpdatedBy(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ReviewHistoryUpdate) ClearUpdatedBy() *ReviewHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ReviewHistoryUpdate) SetUpdatedByImpersonator(v string) *ReviewHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ReviewHistoryUpdate) ClearUpdatedByImpersonator() *ReviewHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ReviewHistoryUpdate) SetDeletedAt(v time.Time) *ReviewHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ReviewHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ReviewHistoryUpdate) ClearDeletedAt() *ReviewHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ReviewHistoryUpdate) SetDeletedBy(v string) *ReviewHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableDeletedBy(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ReviewHistoryUpdate) ClearDeletedBy() *ReviewHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ReviewHistoryUpdate) SetTags(v []string) *ReviewHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ReviewHistoryUpdate) AppendTags(v []string) *ReviewHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ReviewHistoryUpdate) ClearTags() *ReviewHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ReviewHistoryUpdate) SetInternalNotes(v string) *ReviewHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableInternalNotes(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ReviewHistoryUpdate) ClearInternalNotes() *ReviewHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ReviewHistoryUpdate) SetSystemInternalID(v string) *ReviewHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableSystemInternalID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ReviewHistoryUpdate) ClearSystemInternalID() *ReviewHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ReviewHistoryUpdate) SetEnvironmentName(v string) *ReviewHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableEnvironmentName(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ReviewHistoryUpdate) ClearEnvironmentName() *ReviewHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ReviewHistoryUpdate) SetEnvironmentID(v string) *ReviewHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableEnvironmentID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ReviewHistoryUpdate) ClearEnvironmentID() *ReviewHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *ReviewHistoryUpdate) SetScopeName(v string) *ReviewHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableScopeName(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ReviewHistoryUpdate) ClearScopeName() *ReviewHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *ReviewHistoryUpdate) SetScopeID(v string) *ReviewHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableScopeID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ReviewHistoryUpdate) ClearScopeID() *ReviewHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *ReviewHistoryUpdate) SetExternalID(v string) *ReviewHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableExternalID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *ReviewHistoryUpdate) ClearExternalID() *ReviewHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *ReviewHistoryUpdate) SetExternalOwnerID(v string) *ReviewHistoryUpdate { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableExternalOwnerID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *ReviewHistoryUpdate) ClearExternalOwnerID() *ReviewHistoryUpdate { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ReviewHistoryUpdate) SetTitle(v string) *ReviewHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableTitle(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetState sets the "state" field. -func (_u *ReviewHistoryUpdate) SetState(v string) *ReviewHistoryUpdate { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableState(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetState(*v) - } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *ReviewHistoryUpdate) ClearState() *ReviewHistoryUpdate { - _u.mutation.ClearState() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ReviewHistoryUpdate) SetStatus(v enums.ReviewStatus) *ReviewHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableStatus(v *enums.ReviewStatus) *ReviewHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ReviewHistoryUpdate) ClearStatus() *ReviewHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ReviewHistoryUpdate) SetCategory(v string) *ReviewHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableCategory(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ReviewHistoryUpdate) ClearCategory() *ReviewHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetClassification sets the "classification" field. -func (_u *ReviewHistoryUpdate) SetClassification(v string) *ReviewHistoryUpdate { - _u.mutation.SetClassification(v) - return _u -} - -// SetNillableClassification sets the "classification" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableClassification(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetClassification(*v) - } - return _u -} - -// ClearClassification clears the value of the "classification" field. -func (_u *ReviewHistoryUpdate) ClearClassification() *ReviewHistoryUpdate { - _u.mutation.ClearClassification() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ReviewHistoryUpdate) SetSummary(v string) *ReviewHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableSummary(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ReviewHistoryUpdate) ClearSummary() *ReviewHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ReviewHistoryUpdate) SetDetails(v string) *ReviewHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableDetails(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ReviewHistoryUpdate) ClearDetails() *ReviewHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetReporter sets the "reporter" field. -func (_u *ReviewHistoryUpdate) SetReporter(v string) *ReviewHistoryUpdate { - _u.mutation.SetReporter(v) - return _u -} - -// SetNillableReporter sets the "reporter" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableReporter(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetReporter(*v) - } - return _u -} - -// ClearReporter clears the value of the "reporter" field. -func (_u *ReviewHistoryUpdate) ClearReporter() *ReviewHistoryUpdate { - _u.mutation.ClearReporter() - return _u -} - -// SetApproved sets the "approved" field. -func (_u *ReviewHistoryUpdate) SetApproved(v bool) *ReviewHistoryUpdate { - _u.mutation.SetApproved(v) - return _u -} - -// SetNillableApproved sets the "approved" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableApproved(v *bool) *ReviewHistoryUpdate { - if v != nil { - _u.SetApproved(*v) - } - return _u -} - -// ClearApproved clears the value of the "approved" field. -func (_u *ReviewHistoryUpdate) ClearApproved() *ReviewHistoryUpdate { - _u.mutation.ClearApproved() - return _u -} - -// SetReviewedAt sets the "reviewed_at" field. -func (_u *ReviewHistoryUpdate) SetReviewedAt(v models.DateTime) *ReviewHistoryUpdate { - _u.mutation.SetReviewedAt(v) - return _u -} - -// SetNillableReviewedAt sets the "reviewed_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableReviewedAt(v *models.DateTime) *ReviewHistoryUpdate { - if v != nil { - _u.SetReviewedAt(*v) - } - return _u -} - -// ClearReviewedAt clears the value of the "reviewed_at" field. -func (_u *ReviewHistoryUpdate) ClearReviewedAt() *ReviewHistoryUpdate { - _u.mutation.ClearReviewedAt() - return _u -} - -// SetReportedAt sets the "reported_at" field. -func (_u *ReviewHistoryUpdate) SetReportedAt(v models.DateTime) *ReviewHistoryUpdate { - _u.mutation.SetReportedAt(v) - return _u -} - -// SetNillableReportedAt sets the "reported_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableReportedAt(v *models.DateTime) *ReviewHistoryUpdate { - if v != nil { - _u.SetReportedAt(*v) - } - return _u -} - -// ClearReportedAt clears the value of the "reported_at" field. -func (_u *ReviewHistoryUpdate) ClearReportedAt() *ReviewHistoryUpdate { - _u.mutation.ClearReportedAt() - return _u -} - -// SetApprovedAt sets the "approved_at" field. -func (_u *ReviewHistoryUpdate) SetApprovedAt(v models.DateTime) *ReviewHistoryUpdate { - _u.mutation.SetApprovedAt(v) - return _u -} - -// SetNillableApprovedAt sets the "approved_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableApprovedAt(v *models.DateTime) *ReviewHistoryUpdate { - if v != nil { - _u.SetApprovedAt(*v) - } - return _u -} - -// ClearApprovedAt clears the value of the "approved_at" field. -func (_u *ReviewHistoryUpdate) ClearApprovedAt() *ReviewHistoryUpdate { - _u.mutation.ClearApprovedAt() - return _u -} - -// SetReviewerID sets the "reviewer_id" field. -func (_u *ReviewHistoryUpdate) SetReviewerID(v string) *ReviewHistoryUpdate { - _u.mutation.SetReviewerID(v) - return _u -} - -// SetNillableReviewerID sets the "reviewer_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableReviewerID(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetReviewerID(*v) - } - return _u -} - -// ClearReviewerID clears the value of the "reviewer_id" field. -func (_u *ReviewHistoryUpdate) ClearReviewerID() *ReviewHistoryUpdate { - _u.mutation.ClearReviewerID() - return _u -} - -// SetSource sets the "source" field. -func (_u *ReviewHistoryUpdate) SetSource(v string) *ReviewHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableSource(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ReviewHistoryUpdate) ClearSource() *ReviewHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *ReviewHistoryUpdate) SetExternalURI(v string) *ReviewHistoryUpdate { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *ReviewHistoryUpdate) SetNillableExternalURI(v *string) *ReviewHistoryUpdate { - if v != nil { - _u.SetExternalURI(*v) - } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *ReviewHistoryUpdate) ClearExternalURI() *ReviewHistoryUpdate { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *ReviewHistoryUpdate) SetMetadata(v map[string]interface{}) *ReviewHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *ReviewHistoryUpdate) ClearMetadata() *ReviewHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *ReviewHistoryUpdate) SetRawPayload(v map[string]interface{}) *ReviewHistoryUpdate { - _u.mutation.SetRawPayload(v) - return _u -} - -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *ReviewHistoryUpdate) ClearRawPayload() *ReviewHistoryUpdate { - _u.mutation.ClearRawPayload() - return _u -} - -// Mutation returns the ReviewHistoryMutation object of the builder. -func (_u *ReviewHistoryUpdate) Mutation() *ReviewHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *ReviewHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *ReviewHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *ReviewHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *ReviewHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *ReviewHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if reviewhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized reviewhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := reviewhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ReviewHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := reviewhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ReviewHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ReviewHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ReviewHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *ReviewHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(reviewhistory.Table, reviewhistory.Columns, sqlgraph.NewFieldSpec(reviewhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(reviewhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(reviewhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(reviewhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(reviewhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(reviewhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(reviewhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(reviewhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(reviewhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(reviewhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(reviewhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(reviewhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(reviewhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(reviewhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(reviewhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, reviewhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(reviewhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(reviewhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(reviewhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(reviewhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(reviewhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(reviewhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(reviewhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(reviewhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(reviewhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(reviewhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(reviewhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(reviewhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(reviewhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(reviewhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(reviewhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(reviewhistory.FieldExternalID, field.TypeString, value) - } - if _u.mutation.ExternalIDCleared() { - _spec.ClearField(reviewhistory.FieldExternalID, field.TypeString) - } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(reviewhistory.FieldExternalOwnerID, field.TypeString, value) - } - if _u.mutation.ExternalOwnerIDCleared() { - _spec.ClearField(reviewhistory.FieldExternalOwnerID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(reviewhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(reviewhistory.FieldState, field.TypeString, value) - } - if _u.mutation.StateCleared() { - _spec.ClearField(reviewhistory.FieldState, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(reviewhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(reviewhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(reviewhistory.FieldCategory, field.TypeString, value) - } - if _u.mutation.CategoryCleared() { - _spec.ClearField(reviewhistory.FieldCategory, field.TypeString) - } - if value, ok := _u.mutation.Classification(); ok { - _spec.SetField(reviewhistory.FieldClassification, field.TypeString, value) - } - if _u.mutation.ClassificationCleared() { - _spec.ClearField(reviewhistory.FieldClassification, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(reviewhistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(reviewhistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(reviewhistory.FieldDetails, field.TypeString, value) - } - if _u.mutation.DetailsCleared() { - _spec.ClearField(reviewhistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.Reporter(); ok { - _spec.SetField(reviewhistory.FieldReporter, field.TypeString, value) - } - if _u.mutation.ReporterCleared() { - _spec.ClearField(reviewhistory.FieldReporter, field.TypeString) - } - if value, ok := _u.mutation.Approved(); ok { - _spec.SetField(reviewhistory.FieldApproved, field.TypeBool, value) - } - if _u.mutation.ApprovedCleared() { - _spec.ClearField(reviewhistory.FieldApproved, field.TypeBool) - } - if value, ok := _u.mutation.ReviewedAt(); ok { - _spec.SetField(reviewhistory.FieldReviewedAt, field.TypeTime, value) - } - if _u.mutation.ReviewedAtCleared() { - _spec.ClearField(reviewhistory.FieldReviewedAt, field.TypeTime) - } - if value, ok := _u.mutation.ReportedAt(); ok { - _spec.SetField(reviewhistory.FieldReportedAt, field.TypeTime, value) - } - if _u.mutation.ReportedAtCleared() { - _spec.ClearField(reviewhistory.FieldReportedAt, field.TypeTime) - } - if value, ok := _u.mutation.ApprovedAt(); ok { - _spec.SetField(reviewhistory.FieldApprovedAt, field.TypeTime, value) - } - if _u.mutation.ApprovedAtCleared() { - _spec.ClearField(reviewhistory.FieldApprovedAt, field.TypeTime) - } - if value, ok := _u.mutation.ReviewerID(); ok { - _spec.SetField(reviewhistory.FieldReviewerID, field.TypeString, value) - } - if _u.mutation.ReviewerIDCleared() { - _spec.ClearField(reviewhistory.FieldReviewerID, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(reviewhistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(reviewhistory.FieldSource, field.TypeString) - } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(reviewhistory.FieldExternalURI, field.TypeString, value) - } - if _u.mutation.ExternalURICleared() { - _spec.ClearField(reviewhistory.FieldExternalURI, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(reviewhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(reviewhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(reviewhistory.FieldRawPayload, field.TypeJSON, value) - } - if _u.mutation.RawPayloadCleared() { - _spec.ClearField(reviewhistory.FieldRawPayload, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.ReviewHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{reviewhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// ReviewHistoryUpdateOne is the builder for updating a single ReviewHistory entity. -type ReviewHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *ReviewHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ReviewHistoryUpdateOne) SetUpdatedAt(v time.Time) *ReviewHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ReviewHistoryUpdateOne) ClearUpdatedAt() *ReviewHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ReviewHistoryUpdateOne) SetUpdatedBy(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ReviewHistoryUpdateOne) ClearUpdatedBy() *ReviewHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ReviewHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ReviewHistoryUpdateOne) ClearUpdatedByImpersonator() *ReviewHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ReviewHistoryUpdateOne) SetDeletedAt(v time.Time) *ReviewHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ReviewHistoryUpdateOne) ClearDeletedAt() *ReviewHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ReviewHistoryUpdateOne) SetDeletedBy(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableDeletedBy(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ReviewHistoryUpdateOne) ClearDeletedBy() *ReviewHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *ReviewHistoryUpdateOne) SetTags(v []string) *ReviewHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *ReviewHistoryUpdateOne) AppendTags(v []string) *ReviewHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *ReviewHistoryUpdateOne) ClearTags() *ReviewHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *ReviewHistoryUpdateOne) SetInternalNotes(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableInternalNotes(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *ReviewHistoryUpdateOne) ClearInternalNotes() *ReviewHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *ReviewHistoryUpdateOne) SetSystemInternalID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableSystemInternalID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *ReviewHistoryUpdateOne) ClearSystemInternalID() *ReviewHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *ReviewHistoryUpdateOne) SetEnvironmentName(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableEnvironmentName(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *ReviewHistoryUpdateOne) ClearEnvironmentName() *ReviewHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *ReviewHistoryUpdateOne) SetEnvironmentID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableEnvironmentID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *ReviewHistoryUpdateOne) ClearEnvironmentID() *ReviewHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *ReviewHistoryUpdateOne) SetScopeName(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableScopeName(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *ReviewHistoryUpdateOne) ClearScopeName() *ReviewHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *ReviewHistoryUpdateOne) SetScopeID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableScopeID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *ReviewHistoryUpdateOne) ClearScopeID() *ReviewHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *ReviewHistoryUpdateOne) SetExternalID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableExternalID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *ReviewHistoryUpdateOne) ClearExternalID() *ReviewHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *ReviewHistoryUpdateOne) SetExternalOwnerID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableExternalOwnerID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *ReviewHistoryUpdateOne) ClearExternalOwnerID() *ReviewHistoryUpdateOne { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *ReviewHistoryUpdateOne) SetTitle(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableTitle(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetState sets the "state" field. -func (_u *ReviewHistoryUpdateOne) SetState(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetState(v) - return _u -} - -// SetNillableState sets the "state" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableState(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetState(*v) - } - return _u -} - -// ClearState clears the value of the "state" field. -func (_u *ReviewHistoryUpdateOne) ClearState() *ReviewHistoryUpdateOne { - _u.mutation.ClearState() - return _u -} - -// SetStatus sets the "status" field. -func (_u *ReviewHistoryUpdateOne) SetStatus(v enums.ReviewStatus) *ReviewHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableStatus(v *enums.ReviewStatus) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *ReviewHistoryUpdateOne) ClearStatus() *ReviewHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetCategory sets the "category" field. -func (_u *ReviewHistoryUpdateOne) SetCategory(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableCategory(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *ReviewHistoryUpdateOne) ClearCategory() *ReviewHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetClassification sets the "classification" field. -func (_u *ReviewHistoryUpdateOne) SetClassification(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetClassification(v) - return _u -} - -// SetNillableClassification sets the "classification" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableClassification(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetClassification(*v) - } - return _u -} - -// ClearClassification clears the value of the "classification" field. -func (_u *ReviewHistoryUpdateOne) ClearClassification() *ReviewHistoryUpdateOne { - _u.mutation.ClearClassification() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *ReviewHistoryUpdateOne) SetSummary(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableSummary(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) - } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *ReviewHistoryUpdateOne) ClearSummary() *ReviewHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetDetails sets the "details" field. -func (_u *ReviewHistoryUpdateOne) SetDetails(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableDetails(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *ReviewHistoryUpdateOne) ClearDetails() *ReviewHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetReporter sets the "reporter" field. -func (_u *ReviewHistoryUpdateOne) SetReporter(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetReporter(v) - return _u -} - -// SetNillableReporter sets the "reporter" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableReporter(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetReporter(*v) - } - return _u -} - -// ClearReporter clears the value of the "reporter" field. -func (_u *ReviewHistoryUpdateOne) ClearReporter() *ReviewHistoryUpdateOne { - _u.mutation.ClearReporter() - return _u -} - -// SetApproved sets the "approved" field. -func (_u *ReviewHistoryUpdateOne) SetApproved(v bool) *ReviewHistoryUpdateOne { - _u.mutation.SetApproved(v) - return _u +// ReviewHistoryUpdate is the builder for updating ReviewHistory entities. +type ReviewHistoryUpdate struct { + config + hooks []Hook + mutation *ReviewHistoryMutation } -// SetNillableApproved sets the "approved" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableApproved(v *bool) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetApproved(*v) - } +// Where appends a list predicates to the ReviewHistoryUpdate builder. +func (_u *ReviewHistoryUpdate) Where(ps ...predicate.ReviewHistory) *ReviewHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearApproved clears the value of the "approved" field. -func (_u *ReviewHistoryUpdateOne) ClearApproved() *ReviewHistoryUpdateOne { - _u.mutation.ClearApproved() - return _u +// Mutation returns the ReviewHistoryMutation object of the builder. +func (_u *ReviewHistoryUpdate) Mutation() *ReviewHistoryMutation { + return _u.mutation } -// SetReviewedAt sets the "reviewed_at" field. -func (_u *ReviewHistoryUpdateOne) SetReviewedAt(v models.DateTime) *ReviewHistoryUpdateOne { - _u.mutation.SetReviewedAt(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *ReviewHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableReviewedAt sets the "reviewed_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableReviewedAt(v *models.DateTime) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetReviewedAt(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *ReviewHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearReviewedAt clears the value of the "reviewed_at" field. -func (_u *ReviewHistoryUpdateOne) ClearReviewedAt() *ReviewHistoryUpdateOne { - _u.mutation.ClearReviewedAt() - return _u + return affected } -// SetReportedAt sets the "reported_at" field. -func (_u *ReviewHistoryUpdateOne) SetReportedAt(v models.DateTime) *ReviewHistoryUpdateOne { - _u.mutation.SetReportedAt(v) - return _u +// Exec executes the query. +func (_u *ReviewHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableReportedAt sets the "reported_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableReportedAt(v *models.DateTime) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetReportedAt(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *ReviewHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearReportedAt clears the value of the "reported_at" field. -func (_u *ReviewHistoryUpdateOne) ClearReportedAt() *ReviewHistoryUpdateOne { - _u.mutation.ClearReportedAt() - return _u -} - -// SetApprovedAt sets the "approved_at" field. -func (_u *ReviewHistoryUpdateOne) SetApprovedAt(v models.DateTime) *ReviewHistoryUpdateOne { - _u.mutation.SetApprovedAt(v) - return _u -} - -// SetNillableApprovedAt sets the "approved_at" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableApprovedAt(v *models.DateTime) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetApprovedAt(*v) +func (_u *ReviewHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(reviewhistory.Table, reviewhistory.Columns, sqlgraph.NewFieldSpec(reviewhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearApprovedAt clears the value of the "approved_at" field. -func (_u *ReviewHistoryUpdateOne) ClearApprovedAt() *ReviewHistoryUpdateOne { - _u.mutation.ClearApprovedAt() - return _u -} - -// SetReviewerID sets the "reviewer_id" field. -func (_u *ReviewHistoryUpdateOne) SetReviewerID(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetReviewerID(v) - return _u -} - -// SetNillableReviewerID sets the "reviewer_id" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableReviewerID(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetReviewerID(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(reviewhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearReviewerID clears the value of the "reviewer_id" field. -func (_u *ReviewHistoryUpdateOne) ClearReviewerID() *ReviewHistoryUpdateOne { - _u.mutation.ClearReviewerID() - return _u -} - -// SetSource sets the "source" field. -func (_u *ReviewHistoryUpdateOne) SetSource(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableSource(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(reviewhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *ReviewHistoryUpdateOne) ClearSource() *ReviewHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *ReviewHistoryUpdateOne) SetExternalURI(v string) *ReviewHistoryUpdateOne { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *ReviewHistoryUpdateOne) SetNillableExternalURI(v *string) *ReviewHistoryUpdateOne { - if v != nil { - _u.SetExternalURI(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(reviewhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *ReviewHistoryUpdateOne) ClearExternalURI() *ReviewHistoryUpdateOne { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *ReviewHistoryUpdateOne) SetMetadata(v map[string]interface{}) *ReviewHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *ReviewHistoryUpdateOne) ClearMetadata() *ReviewHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *ReviewHistoryUpdateOne) SetRawPayload(v map[string]interface{}) *ReviewHistoryUpdateOne { - _u.mutation.SetRawPayload(v) - return _u + if _u.mutation.CreatedByCleared() { + _spec.ClearField(reviewhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(reviewhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(reviewhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(reviewhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(reviewhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(reviewhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(reviewhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(reviewhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(reviewhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(reviewhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(reviewhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(reviewhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(reviewhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(reviewhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.ExternalIDCleared() { + _spec.ClearField(reviewhistory.FieldExternalID, field.TypeString) + } + if _u.mutation.ExternalOwnerIDCleared() { + _spec.ClearField(reviewhistory.FieldExternalOwnerID, field.TypeString) + } + if _u.mutation.StateCleared() { + _spec.ClearField(reviewhistory.FieldState, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(reviewhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.CategoryCleared() { + _spec.ClearField(reviewhistory.FieldCategory, field.TypeString) + } + if _u.mutation.ClassificationCleared() { + _spec.ClearField(reviewhistory.FieldClassification, field.TypeString) + } + if _u.mutation.SummaryCleared() { + _spec.ClearField(reviewhistory.FieldSummary, field.TypeString) + } + if _u.mutation.DetailsCleared() { + _spec.ClearField(reviewhistory.FieldDetails, field.TypeString) + } + if _u.mutation.ReporterCleared() { + _spec.ClearField(reviewhistory.FieldReporter, field.TypeString) + } + if _u.mutation.ApprovedCleared() { + _spec.ClearField(reviewhistory.FieldApproved, field.TypeBool) + } + if _u.mutation.ReviewedAtCleared() { + _spec.ClearField(reviewhistory.FieldReviewedAt, field.TypeTime) + } + if _u.mutation.ReportedAtCleared() { + _spec.ClearField(reviewhistory.FieldReportedAt, field.TypeTime) + } + if _u.mutation.ApprovedAtCleared() { + _spec.ClearField(reviewhistory.FieldApprovedAt, field.TypeTime) + } + if _u.mutation.ReviewerIDCleared() { + _spec.ClearField(reviewhistory.FieldReviewerID, field.TypeString) + } + if _u.mutation.SourceCleared() { + _spec.ClearField(reviewhistory.FieldSource, field.TypeString) + } + if _u.mutation.ExternalURICleared() { + _spec.ClearField(reviewhistory.FieldExternalURI, field.TypeString) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(reviewhistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.RawPayloadCleared() { + _spec.ClearField(reviewhistory.FieldRawPayload, field.TypeJSON) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{reviewhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *ReviewHistoryUpdateOne) ClearRawPayload() *ReviewHistoryUpdateOne { - _u.mutation.ClearRawPayload() - return _u +// ReviewHistoryUpdateOne is the builder for updating a single ReviewHistory entity. +type ReviewHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *ReviewHistoryMutation } // Mutation returns the ReviewHistoryMutation object of the builder. @@ -1534,9 +215,6 @@ func (_u *ReviewHistoryUpdateOne) Select(field string, fields ...string) *Review // Save executes the query and returns the updated ReviewHistory entity. func (_u *ReviewHistoryUpdateOne) Save(ctx context.Context) (*ReviewHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1562,38 +240,7 @@ func (_u *ReviewHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ReviewHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if reviewhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized reviewhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := reviewhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *ReviewHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := reviewhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "ReviewHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ReviewHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ReviewHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ReviewHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ReviewHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(reviewhistory.Table, reviewhistory.Columns, sqlgraph.NewFieldSpec(reviewhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1625,47 +272,24 @@ func (_u *ReviewHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ReviewHis if _u.mutation.CreatedAtCleared() { _spec.ClearField(reviewhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(reviewhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(reviewhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(reviewhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(reviewhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(reviewhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(reviewhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(reviewhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(reviewhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(reviewhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(reviewhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(reviewhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(reviewhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, reviewhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(reviewhistory.FieldTags, field.TypeJSON) } @@ -1675,156 +299,78 @@ func (_u *ReviewHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ReviewHis if _u.mutation.SystemOwnedCleared() { _spec.ClearField(reviewhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(reviewhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(reviewhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(reviewhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(reviewhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(reviewhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(reviewhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(reviewhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(reviewhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(reviewhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(reviewhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(reviewhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(reviewhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(reviewhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(reviewhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(reviewhistory.FieldExternalOwnerID, field.TypeString, value) - } if _u.mutation.ExternalOwnerIDCleared() { _spec.ClearField(reviewhistory.FieldExternalOwnerID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(reviewhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.State(); ok { - _spec.SetField(reviewhistory.FieldState, field.TypeString, value) - } if _u.mutation.StateCleared() { _spec.ClearField(reviewhistory.FieldState, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(reviewhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(reviewhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(reviewhistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(reviewhistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.Classification(); ok { - _spec.SetField(reviewhistory.FieldClassification, field.TypeString, value) - } if _u.mutation.ClassificationCleared() { _spec.ClearField(reviewhistory.FieldClassification, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(reviewhistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(reviewhistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(reviewhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(reviewhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.Reporter(); ok { - _spec.SetField(reviewhistory.FieldReporter, field.TypeString, value) - } if _u.mutation.ReporterCleared() { _spec.ClearField(reviewhistory.FieldReporter, field.TypeString) } - if value, ok := _u.mutation.Approved(); ok { - _spec.SetField(reviewhistory.FieldApproved, field.TypeBool, value) - } if _u.mutation.ApprovedCleared() { _spec.ClearField(reviewhistory.FieldApproved, field.TypeBool) } - if value, ok := _u.mutation.ReviewedAt(); ok { - _spec.SetField(reviewhistory.FieldReviewedAt, field.TypeTime, value) - } if _u.mutation.ReviewedAtCleared() { _spec.ClearField(reviewhistory.FieldReviewedAt, field.TypeTime) } - if value, ok := _u.mutation.ReportedAt(); ok { - _spec.SetField(reviewhistory.FieldReportedAt, field.TypeTime, value) - } if _u.mutation.ReportedAtCleared() { _spec.ClearField(reviewhistory.FieldReportedAt, field.TypeTime) } - if value, ok := _u.mutation.ApprovedAt(); ok { - _spec.SetField(reviewhistory.FieldApprovedAt, field.TypeTime, value) - } if _u.mutation.ApprovedAtCleared() { _spec.ClearField(reviewhistory.FieldApprovedAt, field.TypeTime) } - if value, ok := _u.mutation.ReviewerID(); ok { - _spec.SetField(reviewhistory.FieldReviewerID, field.TypeString, value) - } if _u.mutation.ReviewerIDCleared() { _spec.ClearField(reviewhistory.FieldReviewerID, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(reviewhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(reviewhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(reviewhistory.FieldExternalURI, field.TypeString, value) - } if _u.mutation.ExternalURICleared() { _spec.ClearField(reviewhistory.FieldExternalURI, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(reviewhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(reviewhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(reviewhistory.FieldRawPayload, field.TypeJSON, value) - } if _u.mutation.RawPayloadCleared() { _spec.ClearField(reviewhistory.FieldRawPayload, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.ReviewHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ReviewHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/riskhistory/riskhistory.go b/internal/ent/historygenerated/riskhistory/riskhistory.go index f52867306a..ea4ad26d55 100644 --- a/internal/ent/historygenerated/riskhistory/riskhistory.go +++ b/internal/ent/historygenerated/riskhistory/riskhistory.go @@ -195,8 +195,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/riskhistory_create.go b/internal/ent/historygenerated/riskhistory_create.go index 14f4ca228f..50bec989f1 100644 --- a/internal/ent/historygenerated/riskhistory_create.go +++ b/internal/ent/historygenerated/riskhistory_create.go @@ -808,7 +808,6 @@ func (_c *RiskHistoryCreate) createSpec() (*RiskHistory, *sqlgraph.CreateSpec) { _node = &RiskHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(riskhistory.Table, sqlgraph.NewFieldSpec(riskhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.RiskHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/riskhistory_delete.go b/internal/ent/historygenerated/riskhistory_delete.go index c0d4d7d3b6..c9d966a7d4 100644 --- a/internal/ent/historygenerated/riskhistory_delete.go +++ b/internal/ent/historygenerated/riskhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/riskhistory" ) @@ -45,8 +43,6 @@ func (_d *RiskHistoryDelete) ExecX(ctx context.Context) int { func (_d *RiskHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(riskhistory.Table, sqlgraph.NewFieldSpec(riskhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.RiskHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/riskhistory_query.go b/internal/ent/historygenerated/riskhistory_query.go index 1d4adef13a..0d9c263aaf 100644 --- a/internal/ent/historygenerated/riskhistory_query.go +++ b/internal/ent/historygenerated/riskhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/riskhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type RiskHistoryQuery struct { order []riskhistory.OrderOption inters []Interceptor predicates []predicate.RiskHistory - loadTotal []func(context.Context, []*RiskHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*RiskHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *RiskHistoryQuery) Clone() *RiskHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.RiskHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *RiskHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.RiskHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *RiskHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *RiskHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.RiskHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *RiskHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.RiskHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *RiskHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *RiskHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *RiskHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (rhq *RiskHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "RiskHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *RiskHistorySelect) sqlScan(ctx context.Context, root *RiskHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *RiskHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *RiskHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/riskhistory_update.go b/internal/ent/historygenerated/riskhistory_update.go index 7cbd6feafc..4d32ee9438 100644 --- a/internal/ent/historygenerated/riskhistory_update.go +++ b/internal/ent/historygenerated/riskhistory_update.go @@ -8,2010 +8,215 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/riskhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) -// RiskHistoryUpdate is the builder for updating RiskHistory entities. -type RiskHistoryUpdate struct { - config - hooks []Hook - mutation *RiskHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the RiskHistoryUpdate builder. -func (_u *RiskHistoryUpdate) Where(ps ...predicate.RiskHistory) *RiskHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *RiskHistoryUpdate) SetUpdatedAt(v time.Time) *RiskHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *RiskHistoryUpdate) ClearUpdatedAt() *RiskHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *RiskHistoryUpdate) SetUpdatedBy(v string) *RiskHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableUpdatedBy(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *RiskHistoryUpdate) ClearUpdatedBy() *RiskHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *RiskHistoryUpdate) SetUpdatedByImpersonator(v string) *RiskHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *RiskHistoryUpdate) ClearUpdatedByImpersonator() *RiskHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *RiskHistoryUpdate) SetDeletedAt(v time.Time) *RiskHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableDeletedAt(v *time.Time) *RiskHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *RiskHistoryUpdate) ClearDeletedAt() *RiskHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *RiskHistoryUpdate) SetDeletedBy(v string) *RiskHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableDeletedBy(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *RiskHistoryUpdate) ClearDeletedBy() *RiskHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *RiskHistoryUpdate) SetTags(v []string) *RiskHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *RiskHistoryUpdate) AppendTags(v []string) *RiskHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *RiskHistoryUpdate) ClearTags() *RiskHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRiskKindName sets the "risk_kind_name" field. -func (_u *RiskHistoryUpdate) SetRiskKindName(v string) *RiskHistoryUpdate { - _u.mutation.SetRiskKindName(v) - return _u -} - -// SetNillableRiskKindName sets the "risk_kind_name" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableRiskKindName(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetRiskKindName(*v) - } - return _u -} - -// ClearRiskKindName clears the value of the "risk_kind_name" field. -func (_u *RiskHistoryUpdate) ClearRiskKindName() *RiskHistoryUpdate { - _u.mutation.ClearRiskKindName() - return _u -} - -// SetRiskKindID sets the "risk_kind_id" field. -func (_u *RiskHistoryUpdate) SetRiskKindID(v string) *RiskHistoryUpdate { - _u.mutation.SetRiskKindID(v) - return _u -} - -// SetNillableRiskKindID sets the "risk_kind_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableRiskKindID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetRiskKindID(*v) - } - return _u -} - -// ClearRiskKindID clears the value of the "risk_kind_id" field. -func (_u *RiskHistoryUpdate) ClearRiskKindID() *RiskHistoryUpdate { - _u.mutation.ClearRiskKindID() - return _u -} - -// SetRiskCategoryName sets the "risk_category_name" field. -func (_u *RiskHistoryUpdate) SetRiskCategoryName(v string) *RiskHistoryUpdate { - _u.mutation.SetRiskCategoryName(v) - return _u -} - -// SetNillableRiskCategoryName sets the "risk_category_name" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableRiskCategoryName(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetRiskCategoryName(*v) - } - return _u -} - -// ClearRiskCategoryName clears the value of the "risk_category_name" field. -func (_u *RiskHistoryUpdate) ClearRiskCategoryName() *RiskHistoryUpdate { - _u.mutation.ClearRiskCategoryName() - return _u -} - -// SetRiskCategoryID sets the "risk_category_id" field. -func (_u *RiskHistoryUpdate) SetRiskCategoryID(v string) *RiskHistoryUpdate { - _u.mutation.SetRiskCategoryID(v) - return _u -} - -// SetNillableRiskCategoryID sets the "risk_category_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableRiskCategoryID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetRiskCategoryID(*v) - } - return _u -} - -// ClearRiskCategoryID clears the value of the "risk_category_id" field. -func (_u *RiskHistoryUpdate) ClearRiskCategoryID() *RiskHistoryUpdate { - _u.mutation.ClearRiskCategoryID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *RiskHistoryUpdate) SetEnvironmentName(v string) *RiskHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableEnvironmentName(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *RiskHistoryUpdate) ClearEnvironmentName() *RiskHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *RiskHistoryUpdate) SetEnvironmentID(v string) *RiskHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableEnvironmentID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *RiskHistoryUpdate) ClearEnvironmentID() *RiskHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *RiskHistoryUpdate) SetScopeName(v string) *RiskHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableScopeName(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *RiskHistoryUpdate) ClearScopeName() *RiskHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *RiskHistoryUpdate) SetScopeID(v string) *RiskHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableScopeID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *RiskHistoryUpdate) ClearScopeID() *RiskHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *RiskHistoryUpdate) SetWorkflowEligibleMarker(v bool) *RiskHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *RiskHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *RiskHistoryUpdate) ClearWorkflowEligibleMarker() *RiskHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *RiskHistoryUpdate) SetExternalID(v string) *RiskHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableExternalID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *RiskHistoryUpdate) ClearExternalID() *RiskHistoryUpdate { - _u.mutation.ClearExternalID() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *RiskHistoryUpdate) SetIntegrationID(v string) *RiskHistoryUpdate { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableIntegrationID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *RiskHistoryUpdate) ClearIntegrationID() *RiskHistoryUpdate { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *RiskHistoryUpdate) SetObservedAt(v models.DateTime) *RiskHistoryUpdate { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableObservedAt(v *models.DateTime) *RiskHistoryUpdate { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *RiskHistoryUpdate) ClearObservedAt() *RiskHistoryUpdate { - _u.mutation.ClearObservedAt() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *RiskHistoryUpdate) SetExternalUUID(v string) *RiskHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableExternalUUID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *RiskHistoryUpdate) ClearExternalUUID() *RiskHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *RiskHistoryUpdate) SetName(v string) *RiskHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableName(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *RiskHistoryUpdate) SetStatus(v enums.RiskStatus) *RiskHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableStatus(v *enums.RiskStatus) *RiskHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *RiskHistoryUpdate) ClearStatus() *RiskHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *RiskHistoryUpdate) SetImpact(v enums.RiskImpact) *RiskHistoryUpdate { - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableImpact(v *enums.RiskImpact) *RiskHistoryUpdate { - if v != nil { - _u.SetImpact(*v) - } - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *RiskHistoryUpdate) ClearImpact() *RiskHistoryUpdate { - _u.mutation.ClearImpact() - return _u -} - -// SetLikelihood sets the "likelihood" field. -func (_u *RiskHistoryUpdate) SetLikelihood(v enums.RiskLikelihood) *RiskHistoryUpdate { - _u.mutation.SetLikelihood(v) - return _u -} - -// SetNillableLikelihood sets the "likelihood" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableLikelihood(v *enums.RiskLikelihood) *RiskHistoryUpdate { - if v != nil { - _u.SetLikelihood(*v) - } - return _u -} - -// ClearLikelihood clears the value of the "likelihood" field. -func (_u *RiskHistoryUpdate) ClearLikelihood() *RiskHistoryUpdate { - _u.mutation.ClearLikelihood() - return _u -} - -// SetScore sets the "score" field. -func (_u *RiskHistoryUpdate) SetScore(v int) *RiskHistoryUpdate { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableScore(v *int) *RiskHistoryUpdate { - if v != nil { - _u.SetScore(*v) - } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *RiskHistoryUpdate) AddScore(v int) *RiskHistoryUpdate { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *RiskHistoryUpdate) ClearScore() *RiskHistoryUpdate { - _u.mutation.ClearScore() - return _u -} - -// SetMitigation sets the "mitigation" field. -func (_u *RiskHistoryUpdate) SetMitigation(v string) *RiskHistoryUpdate { - _u.mutation.SetMitigation(v) - return _u -} - -// SetNillableMitigation sets the "mitigation" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableMitigation(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetMitigation(*v) - } - return _u -} - -// ClearMitigation clears the value of the "mitigation" field. -func (_u *RiskHistoryUpdate) ClearMitigation() *RiskHistoryUpdate { - _u.mutation.ClearMitigation() - return _u -} - -// SetMitigationJSON sets the "mitigation_json" field. -func (_u *RiskHistoryUpdate) SetMitigationJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.SetMitigationJSON(v) - return _u -} - -// AppendMitigationJSON appends value to the "mitigation_json" field. -func (_u *RiskHistoryUpdate) AppendMitigationJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.AppendMitigationJSON(v) - return _u -} - -// ClearMitigationJSON clears the value of the "mitigation_json" field. -func (_u *RiskHistoryUpdate) ClearMitigationJSON() *RiskHistoryUpdate { - _u.mutation.ClearMitigationJSON() - return _u -} - -// SetDetails sets the "details" field. -func (_u *RiskHistoryUpdate) SetDetails(v string) *RiskHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableDetails(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *RiskHistoryUpdate) ClearDetails() *RiskHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *RiskHistoryUpdate) SetDetailsJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *RiskHistoryUpdate) AppendDetailsJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *RiskHistoryUpdate) ClearDetailsJSON() *RiskHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetBusinessCosts sets the "business_costs" field. -func (_u *RiskHistoryUpdate) SetBusinessCosts(v string) *RiskHistoryUpdate { - _u.mutation.SetBusinessCosts(v) - return _u -} - -// SetNillableBusinessCosts sets the "business_costs" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableBusinessCosts(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetBusinessCosts(*v) - } - return _u -} - -// ClearBusinessCosts clears the value of the "business_costs" field. -func (_u *RiskHistoryUpdate) ClearBusinessCosts() *RiskHistoryUpdate { - _u.mutation.ClearBusinessCosts() - return _u -} - -// SetBusinessCostsJSON sets the "business_costs_json" field. -func (_u *RiskHistoryUpdate) SetBusinessCostsJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.SetBusinessCostsJSON(v) - return _u -} - -// AppendBusinessCostsJSON appends value to the "business_costs_json" field. -func (_u *RiskHistoryUpdate) AppendBusinessCostsJSON(v []interface{}) *RiskHistoryUpdate { - _u.mutation.AppendBusinessCostsJSON(v) - return _u -} - -// ClearBusinessCostsJSON clears the value of the "business_costs_json" field. -func (_u *RiskHistoryUpdate) ClearBusinessCostsJSON() *RiskHistoryUpdate { - _u.mutation.ClearBusinessCostsJSON() - return _u -} - -// SetStakeholderID sets the "stakeholder_id" field. -func (_u *RiskHistoryUpdate) SetStakeholderID(v string) *RiskHistoryUpdate { - _u.mutation.SetStakeholderID(v) - return _u -} - -// SetNillableStakeholderID sets the "stakeholder_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableStakeholderID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetStakeholderID(*v) - } - return _u -} - -// ClearStakeholderID clears the value of the "stakeholder_id" field. -func (_u *RiskHistoryUpdate) ClearStakeholderID() *RiskHistoryUpdate { - _u.mutation.ClearStakeholderID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *RiskHistoryUpdate) SetDelegateID(v string) *RiskHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableDelegateID(v *string) *RiskHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *RiskHistoryUpdate) ClearDelegateID() *RiskHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetMitigatedAt sets the "mitigated_at" field. -func (_u *RiskHistoryUpdate) SetMitigatedAt(v models.DateTime) *RiskHistoryUpdate { - _u.mutation.SetMitigatedAt(v) - return _u -} - -// SetNillableMitigatedAt sets the "mitigated_at" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableMitigatedAt(v *models.DateTime) *RiskHistoryUpdate { - if v != nil { - _u.SetMitigatedAt(*v) - } - return _u -} - -// ClearMitigatedAt clears the value of the "mitigated_at" field. -func (_u *RiskHistoryUpdate) ClearMitigatedAt() *RiskHistoryUpdate { - _u.mutation.ClearMitigatedAt() - return _u -} - -// SetReviewRequired sets the "review_required" field. -func (_u *RiskHistoryUpdate) SetReviewRequired(v bool) *RiskHistoryUpdate { - _u.mutation.SetReviewRequired(v) - return _u -} - -// SetNillableReviewRequired sets the "review_required" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableReviewRequired(v *bool) *RiskHistoryUpdate { - if v != nil { - _u.SetReviewRequired(*v) - } - return _u -} - -// ClearReviewRequired clears the value of the "review_required" field. -func (_u *RiskHistoryUpdate) ClearReviewRequired() *RiskHistoryUpdate { - _u.mutation.ClearReviewRequired() - return _u -} - -// SetLastReviewedAt sets the "last_reviewed_at" field. -func (_u *RiskHistoryUpdate) SetLastReviewedAt(v models.DateTime) *RiskHistoryUpdate { - _u.mutation.SetLastReviewedAt(v) - return _u -} - -// SetNillableLastReviewedAt sets the "last_reviewed_at" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableLastReviewedAt(v *models.DateTime) *RiskHistoryUpdate { - if v != nil { - _u.SetLastReviewedAt(*v) - } - return _u -} - -// ClearLastReviewedAt clears the value of the "last_reviewed_at" field. -func (_u *RiskHistoryUpdate) ClearLastReviewedAt() *RiskHistoryUpdate { - _u.mutation.ClearLastReviewedAt() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *RiskHistoryUpdate) SetReviewFrequency(v enums.Frequency) *RiskHistoryUpdate { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableReviewFrequency(v *enums.Frequency) *RiskHistoryUpdate { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *RiskHistoryUpdate) ClearReviewFrequency() *RiskHistoryUpdate { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *RiskHistoryUpdate) SetDueDate(v models.DateTime) *RiskHistoryUpdate { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableDueDate(v *models.DateTime) *RiskHistoryUpdate { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *RiskHistoryUpdate) ClearDueDate() *RiskHistoryUpdate { - _u.mutation.ClearDueDate() - return _u -} - -// SetNextReviewDueAt sets the "next_review_due_at" field. -func (_u *RiskHistoryUpdate) SetNextReviewDueAt(v models.DateTime) *RiskHistoryUpdate { - _u.mutation.SetNextReviewDueAt(v) - return _u -} - -// SetNillableNextReviewDueAt sets the "next_review_due_at" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableNextReviewDueAt(v *models.DateTime) *RiskHistoryUpdate { - if v != nil { - _u.SetNextReviewDueAt(*v) - } - return _u -} - -// ClearNextReviewDueAt clears the value of the "next_review_due_at" field. -func (_u *RiskHistoryUpdate) ClearNextReviewDueAt() *RiskHistoryUpdate { - _u.mutation.ClearNextReviewDueAt() - return _u -} - -// SetResidualScore sets the "residual_score" field. -func (_u *RiskHistoryUpdate) SetResidualScore(v int) *RiskHistoryUpdate { - _u.mutation.ResetResidualScore() - _u.mutation.SetResidualScore(v) - return _u -} - -// SetNillableResidualScore sets the "residual_score" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableResidualScore(v *int) *RiskHistoryUpdate { - if v != nil { - _u.SetResidualScore(*v) - } - return _u -} - -// AddResidualScore adds value to the "residual_score" field. -func (_u *RiskHistoryUpdate) AddResidualScore(v int) *RiskHistoryUpdate { - _u.mutation.AddResidualScore(v) - return _u -} - -// ClearResidualScore clears the value of the "residual_score" field. -func (_u *RiskHistoryUpdate) ClearResidualScore() *RiskHistoryUpdate { - _u.mutation.ClearResidualScore() - return _u -} - -// SetRiskDecision sets the "risk_decision" field. -func (_u *RiskHistoryUpdate) SetRiskDecision(v enums.RiskDecision) *RiskHistoryUpdate { - _u.mutation.SetRiskDecision(v) - return _u -} - -// SetNillableRiskDecision sets the "risk_decision" field if the given value is not nil. -func (_u *RiskHistoryUpdate) SetNillableRiskDecision(v *enums.RiskDecision) *RiskHistoryUpdate { - if v != nil { - _u.SetRiskDecision(*v) - } - return _u -} - -// ClearRiskDecision clears the value of the "risk_decision" field. -func (_u *RiskHistoryUpdate) ClearRiskDecision() *RiskHistoryUpdate { - _u.mutation.ClearRiskDecision() - return _u -} - -// Mutation returns the RiskHistoryMutation object of the builder. -func (_u *RiskHistoryUpdate) Mutation() *RiskHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *RiskHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *RiskHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *RiskHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *RiskHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *RiskHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if riskhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized riskhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := riskhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *RiskHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := riskhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Impact(); ok { - if err := riskhistory.ImpactValidator(v); err != nil { - return &ValidationError{Name: "impact", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.impact": %w`, err)} - } - } - if v, ok := _u.mutation.Likelihood(); ok { - if err := riskhistory.LikelihoodValidator(v); err != nil { - return &ValidationError{Name: "likelihood", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.likelihood": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := riskhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.review_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.RiskDecision(); ok { - if err := riskhistory.RiskDecisionValidator(v); err != nil { - return &ValidationError{Name: "risk_decision", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.risk_decision": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *RiskHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *RiskHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *RiskHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(riskhistory.Table, riskhistory.Columns, sqlgraph.NewFieldSpec(riskhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(riskhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(riskhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(riskhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(riskhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(riskhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(riskhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(riskhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(riskhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(riskhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(riskhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(riskhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(riskhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(riskhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(riskhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(riskhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(riskhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.RiskKindName(); ok { - _spec.SetField(riskhistory.FieldRiskKindName, field.TypeString, value) - } - if _u.mutation.RiskKindNameCleared() { - _spec.ClearField(riskhistory.FieldRiskKindName, field.TypeString) - } - if value, ok := _u.mutation.RiskKindID(); ok { - _spec.SetField(riskhistory.FieldRiskKindID, field.TypeString, value) - } - if _u.mutation.RiskKindIDCleared() { - _spec.ClearField(riskhistory.FieldRiskKindID, field.TypeString) - } - if value, ok := _u.mutation.RiskCategoryName(); ok { - _spec.SetField(riskhistory.FieldRiskCategoryName, field.TypeString, value) - } - if _u.mutation.RiskCategoryNameCleared() { - _spec.ClearField(riskhistory.FieldRiskCategoryName, field.TypeString) - } - if value, ok := _u.mutation.RiskCategoryID(); ok { - _spec.SetField(riskhistory.FieldRiskCategoryID, field.TypeString, value) - } - if _u.mutation.RiskCategoryIDCleared() { - _spec.ClearField(riskhistory.FieldRiskCategoryID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(riskhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(riskhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(riskhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(riskhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(riskhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(riskhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(riskhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(riskhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(riskhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(riskhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(riskhistory.FieldExternalID, field.TypeString, value) - } - if _u.mutation.ExternalIDCleared() { - _spec.ClearField(riskhistory.FieldExternalID, field.TypeString) - } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(riskhistory.FieldIntegrationID, field.TypeString, value) - } - if _u.mutation.IntegrationIDCleared() { - _spec.ClearField(riskhistory.FieldIntegrationID, field.TypeString) - } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(riskhistory.FieldObservedAt, field.TypeTime, value) - } - if _u.mutation.ObservedAtCleared() { - _spec.ClearField(riskhistory.FieldObservedAt, field.TypeTime) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(riskhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(riskhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(riskhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(riskhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(riskhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(riskhistory.FieldImpact, field.TypeEnum, value) - } - if _u.mutation.ImpactCleared() { - _spec.ClearField(riskhistory.FieldImpact, field.TypeEnum) - } - if value, ok := _u.mutation.Likelihood(); ok { - _spec.SetField(riskhistory.FieldLikelihood, field.TypeEnum, value) - } - if _u.mutation.LikelihoodCleared() { - _spec.ClearField(riskhistory.FieldLikelihood, field.TypeEnum) - } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(riskhistory.FieldScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(riskhistory.FieldScore, field.TypeInt, value) - } - if _u.mutation.ScoreCleared() { - _spec.ClearField(riskhistory.FieldScore, field.TypeInt) - } - if value, ok := _u.mutation.Mitigation(); ok { - _spec.SetField(riskhistory.FieldMitigation, field.TypeString, value) - } - if _u.mutation.MitigationCleared() { - _spec.ClearField(riskhistory.FieldMitigation, field.TypeString) - } - if value, ok := _u.mutation.MitigationJSON(); ok { - _spec.SetField(riskhistory.FieldMitigationJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMitigationJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldMitigationJSON, value) - }) - } - if _u.mutation.MitigationJSONCleared() { - _spec.ClearField(riskhistory.FieldMitigationJSON, field.TypeJSON) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(riskhistory.FieldDetails, field.TypeString, value) - } - if _u.mutation.DetailsCleared() { - _spec.ClearField(riskhistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(riskhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldDetailsJSON, value) - }) - } - if _u.mutation.DetailsJSONCleared() { - _spec.ClearField(riskhistory.FieldDetailsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.BusinessCosts(); ok { - _spec.SetField(riskhistory.FieldBusinessCosts, field.TypeString, value) - } - if _u.mutation.BusinessCostsCleared() { - _spec.ClearField(riskhistory.FieldBusinessCosts, field.TypeString) - } - if value, ok := _u.mutation.BusinessCostsJSON(); ok { - _spec.SetField(riskhistory.FieldBusinessCostsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedBusinessCostsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldBusinessCostsJSON, value) - }) - } - if _u.mutation.BusinessCostsJSONCleared() { - _spec.ClearField(riskhistory.FieldBusinessCostsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.StakeholderID(); ok { - _spec.SetField(riskhistory.FieldStakeholderID, field.TypeString, value) - } - if _u.mutation.StakeholderIDCleared() { - _spec.ClearField(riskhistory.FieldStakeholderID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(riskhistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(riskhistory.FieldDelegateID, field.TypeString) - } - if value, ok := _u.mutation.MitigatedAt(); ok { - _spec.SetField(riskhistory.FieldMitigatedAt, field.TypeTime, value) - } - if _u.mutation.MitigatedAtCleared() { - _spec.ClearField(riskhistory.FieldMitigatedAt, field.TypeTime) - } - if value, ok := _u.mutation.ReviewRequired(); ok { - _spec.SetField(riskhistory.FieldReviewRequired, field.TypeBool, value) - } - if _u.mutation.ReviewRequiredCleared() { - _spec.ClearField(riskhistory.FieldReviewRequired, field.TypeBool) - } - if value, ok := _u.mutation.LastReviewedAt(); ok { - _spec.SetField(riskhistory.FieldLastReviewedAt, field.TypeTime, value) - } - if _u.mutation.LastReviewedAtCleared() { - _spec.ClearField(riskhistory.FieldLastReviewedAt, field.TypeTime) - } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(riskhistory.FieldReviewFrequency, field.TypeEnum, value) - } - if _u.mutation.ReviewFrequencyCleared() { - _spec.ClearField(riskhistory.FieldReviewFrequency, field.TypeEnum) - } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(riskhistory.FieldDueDate, field.TypeTime, value) - } - if _u.mutation.DueDateCleared() { - _spec.ClearField(riskhistory.FieldDueDate, field.TypeTime) - } - if value, ok := _u.mutation.NextReviewDueAt(); ok { - _spec.SetField(riskhistory.FieldNextReviewDueAt, field.TypeTime, value) - } - if _u.mutation.NextReviewDueAtCleared() { - _spec.ClearField(riskhistory.FieldNextReviewDueAt, field.TypeTime) - } - if value, ok := _u.mutation.ResidualScore(); ok { - _spec.SetField(riskhistory.FieldResidualScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedResidualScore(); ok { - _spec.AddField(riskhistory.FieldResidualScore, field.TypeInt, value) - } - if _u.mutation.ResidualScoreCleared() { - _spec.ClearField(riskhistory.FieldResidualScore, field.TypeInt) - } - if value, ok := _u.mutation.RiskDecision(); ok { - _spec.SetField(riskhistory.FieldRiskDecision, field.TypeEnum, value) - } - if _u.mutation.RiskDecisionCleared() { - _spec.ClearField(riskhistory.FieldRiskDecision, field.TypeEnum) - } - _spec.Node.Schema = _u.schemaConfig.RiskHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{riskhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// RiskHistoryUpdateOne is the builder for updating a single RiskHistory entity. -type RiskHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *RiskHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *RiskHistoryUpdateOne) SetUpdatedAt(v time.Time) *RiskHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *RiskHistoryUpdateOne) ClearUpdatedAt() *RiskHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *RiskHistoryUpdateOne) SetUpdatedBy(v string) *RiskHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableUpdatedBy(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *RiskHistoryUpdateOne) ClearUpdatedBy() *RiskHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *RiskHistoryUpdateOne) SetUpdatedByImpersonator(v string) *RiskHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *RiskHistoryUpdateOne) ClearUpdatedByImpersonator() *RiskHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *RiskHistoryUpdateOne) SetDeletedAt(v time.Time) *RiskHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *RiskHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *RiskHistoryUpdateOne) ClearDeletedAt() *RiskHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *RiskHistoryUpdateOne) SetDeletedBy(v string) *RiskHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableDeletedBy(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *RiskHistoryUpdateOne) ClearDeletedBy() *RiskHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *RiskHistoryUpdateOne) SetTags(v []string) *RiskHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *RiskHistoryUpdateOne) AppendTags(v []string) *RiskHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *RiskHistoryUpdateOne) ClearTags() *RiskHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRiskKindName sets the "risk_kind_name" field. -func (_u *RiskHistoryUpdateOne) SetRiskKindName(v string) *RiskHistoryUpdateOne { - _u.mutation.SetRiskKindName(v) - return _u -} - -// SetNillableRiskKindName sets the "risk_kind_name" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableRiskKindName(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetRiskKindName(*v) - } - return _u -} - -// ClearRiskKindName clears the value of the "risk_kind_name" field. -func (_u *RiskHistoryUpdateOne) ClearRiskKindName() *RiskHistoryUpdateOne { - _u.mutation.ClearRiskKindName() - return _u -} - -// SetRiskKindID sets the "risk_kind_id" field. -func (_u *RiskHistoryUpdateOne) SetRiskKindID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetRiskKindID(v) - return _u -} - -// SetNillableRiskKindID sets the "risk_kind_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableRiskKindID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetRiskKindID(*v) - } - return _u -} - -// ClearRiskKindID clears the value of the "risk_kind_id" field. -func (_u *RiskHistoryUpdateOne) ClearRiskKindID() *RiskHistoryUpdateOne { - _u.mutation.ClearRiskKindID() - return _u -} - -// SetRiskCategoryName sets the "risk_category_name" field. -func (_u *RiskHistoryUpdateOne) SetRiskCategoryName(v string) *RiskHistoryUpdateOne { - _u.mutation.SetRiskCategoryName(v) - return _u -} - -// SetNillableRiskCategoryName sets the "risk_category_name" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableRiskCategoryName(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetRiskCategoryName(*v) - } - return _u -} - -// ClearRiskCategoryName clears the value of the "risk_category_name" field. -func (_u *RiskHistoryUpdateOne) ClearRiskCategoryName() *RiskHistoryUpdateOne { - _u.mutation.ClearRiskCategoryName() - return _u -} - -// SetRiskCategoryID sets the "risk_category_id" field. -func (_u *RiskHistoryUpdateOne) SetRiskCategoryID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetRiskCategoryID(v) - return _u -} - -// SetNillableRiskCategoryID sets the "risk_category_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableRiskCategoryID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetRiskCategoryID(*v) - } - return _u -} - -// ClearRiskCategoryID clears the value of the "risk_category_id" field. -func (_u *RiskHistoryUpdateOne) ClearRiskCategoryID() *RiskHistoryUpdateOne { - _u.mutation.ClearRiskCategoryID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *RiskHistoryUpdateOne) SetEnvironmentName(v string) *RiskHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableEnvironmentName(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *RiskHistoryUpdateOne) ClearEnvironmentName() *RiskHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *RiskHistoryUpdateOne) SetEnvironmentID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableEnvironmentID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *RiskHistoryUpdateOne) ClearEnvironmentID() *RiskHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *RiskHistoryUpdateOne) SetScopeName(v string) *RiskHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableScopeName(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *RiskHistoryUpdateOne) ClearScopeName() *RiskHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *RiskHistoryUpdateOne) SetScopeID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableScopeID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *RiskHistoryUpdateOne) ClearScopeID() *RiskHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *RiskHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *RiskHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *RiskHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *RiskHistoryUpdateOne) ClearWorkflowEligibleMarker() *RiskHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *RiskHistoryUpdateOne) SetExternalID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableExternalID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// ClearExternalID clears the value of the "external_id" field. -func (_u *RiskHistoryUpdateOne) ClearExternalID() *RiskHistoryUpdateOne { - _u.mutation.ClearExternalID() - return _u -} - -// SetIntegrationID sets the "integration_id" field. -func (_u *RiskHistoryUpdateOne) SetIntegrationID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetIntegrationID(v) - return _u -} - -// SetNillableIntegrationID sets the "integration_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableIntegrationID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetIntegrationID(*v) - } - return _u -} - -// ClearIntegrationID clears the value of the "integration_id" field. -func (_u *RiskHistoryUpdateOne) ClearIntegrationID() *RiskHistoryUpdateOne { - _u.mutation.ClearIntegrationID() - return _u -} - -// SetObservedAt sets the "observed_at" field. -func (_u *RiskHistoryUpdateOne) SetObservedAt(v models.DateTime) *RiskHistoryUpdateOne { - _u.mutation.SetObservedAt(v) - return _u -} - -// SetNillableObservedAt sets the "observed_at" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableObservedAt(v *models.DateTime) *RiskHistoryUpdateOne { - if v != nil { - _u.SetObservedAt(*v) - } - return _u -} - -// ClearObservedAt clears the value of the "observed_at" field. -func (_u *RiskHistoryUpdateOne) ClearObservedAt() *RiskHistoryUpdateOne { - _u.mutation.ClearObservedAt() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *RiskHistoryUpdateOne) SetExternalUUID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableExternalUUID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *RiskHistoryUpdateOne) ClearExternalUUID() *RiskHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetName sets the "name" field. -func (_u *RiskHistoryUpdateOne) SetName(v string) *RiskHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableName(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *RiskHistoryUpdateOne) SetStatus(v enums.RiskStatus) *RiskHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableStatus(v *enums.RiskStatus) *RiskHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *RiskHistoryUpdateOne) ClearStatus() *RiskHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *RiskHistoryUpdateOne) SetImpact(v enums.RiskImpact) *RiskHistoryUpdateOne { - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableImpact(v *enums.RiskImpact) *RiskHistoryUpdateOne { - if v != nil { - _u.SetImpact(*v) - } - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *RiskHistoryUpdateOne) ClearImpact() *RiskHistoryUpdateOne { - _u.mutation.ClearImpact() - return _u -} - -// SetLikelihood sets the "likelihood" field. -func (_u *RiskHistoryUpdateOne) SetLikelihood(v enums.RiskLikelihood) *RiskHistoryUpdateOne { - _u.mutation.SetLikelihood(v) - return _u -} - -// SetNillableLikelihood sets the "likelihood" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableLikelihood(v *enums.RiskLikelihood) *RiskHistoryUpdateOne { - if v != nil { - _u.SetLikelihood(*v) - } - return _u -} - -// ClearLikelihood clears the value of the "likelihood" field. -func (_u *RiskHistoryUpdateOne) ClearLikelihood() *RiskHistoryUpdateOne { - _u.mutation.ClearLikelihood() - return _u -} - -// SetScore sets the "score" field. -func (_u *RiskHistoryUpdateOne) SetScore(v int) *RiskHistoryUpdateOne { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableScore(v *int) *RiskHistoryUpdateOne { - if v != nil { - _u.SetScore(*v) - } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *RiskHistoryUpdateOne) AddScore(v int) *RiskHistoryUpdateOne { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *RiskHistoryUpdateOne) ClearScore() *RiskHistoryUpdateOne { - _u.mutation.ClearScore() - return _u -} - -// SetMitigation sets the "mitigation" field. -func (_u *RiskHistoryUpdateOne) SetMitigation(v string) *RiskHistoryUpdateOne { - _u.mutation.SetMitigation(v) - return _u -} - -// SetNillableMitigation sets the "mitigation" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableMitigation(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetMitigation(*v) - } - return _u -} - -// ClearMitigation clears the value of the "mitigation" field. -func (_u *RiskHistoryUpdateOne) ClearMitigation() *RiskHistoryUpdateOne { - _u.mutation.ClearMitigation() - return _u -} - -// SetMitigationJSON sets the "mitigation_json" field. -func (_u *RiskHistoryUpdateOne) SetMitigationJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.SetMitigationJSON(v) - return _u -} - -// AppendMitigationJSON appends value to the "mitigation_json" field. -func (_u *RiskHistoryUpdateOne) AppendMitigationJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.AppendMitigationJSON(v) - return _u -} - -// ClearMitigationJSON clears the value of the "mitigation_json" field. -func (_u *RiskHistoryUpdateOne) ClearMitigationJSON() *RiskHistoryUpdateOne { - _u.mutation.ClearMitigationJSON() - return _u -} - -// SetDetails sets the "details" field. -func (_u *RiskHistoryUpdateOne) SetDetails(v string) *RiskHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableDetails(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *RiskHistoryUpdateOne) ClearDetails() *RiskHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *RiskHistoryUpdateOne) SetDetailsJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *RiskHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *RiskHistoryUpdateOne) ClearDetailsJSON() *RiskHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetBusinessCosts sets the "business_costs" field. -func (_u *RiskHistoryUpdateOne) SetBusinessCosts(v string) *RiskHistoryUpdateOne { - _u.mutation.SetBusinessCosts(v) - return _u -} - -// SetNillableBusinessCosts sets the "business_costs" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableBusinessCosts(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetBusinessCosts(*v) - } - return _u -} - -// ClearBusinessCosts clears the value of the "business_costs" field. -func (_u *RiskHistoryUpdateOne) ClearBusinessCosts() *RiskHistoryUpdateOne { - _u.mutation.ClearBusinessCosts() - return _u -} - -// SetBusinessCostsJSON sets the "business_costs_json" field. -func (_u *RiskHistoryUpdateOne) SetBusinessCostsJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.SetBusinessCostsJSON(v) - return _u -} - -// AppendBusinessCostsJSON appends value to the "business_costs_json" field. -func (_u *RiskHistoryUpdateOne) AppendBusinessCostsJSON(v []interface{}) *RiskHistoryUpdateOne { - _u.mutation.AppendBusinessCostsJSON(v) - return _u -} - -// ClearBusinessCostsJSON clears the value of the "business_costs_json" field. -func (_u *RiskHistoryUpdateOne) ClearBusinessCostsJSON() *RiskHistoryUpdateOne { - _u.mutation.ClearBusinessCostsJSON() - return _u -} - -// SetStakeholderID sets the "stakeholder_id" field. -func (_u *RiskHistoryUpdateOne) SetStakeholderID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetStakeholderID(v) - return _u -} - -// SetNillableStakeholderID sets the "stakeholder_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableStakeholderID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetStakeholderID(*v) - } - return _u -} - -// ClearStakeholderID clears the value of the "stakeholder_id" field. -func (_u *RiskHistoryUpdateOne) ClearStakeholderID() *RiskHistoryUpdateOne { - _u.mutation.ClearStakeholderID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *RiskHistoryUpdateOne) SetDelegateID(v string) *RiskHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableDelegateID(v *string) *RiskHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *RiskHistoryUpdateOne) ClearDelegateID() *RiskHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetMitigatedAt sets the "mitigated_at" field. -func (_u *RiskHistoryUpdateOne) SetMitigatedAt(v models.DateTime) *RiskHistoryUpdateOne { - _u.mutation.SetMitigatedAt(v) - return _u -} - -// SetNillableMitigatedAt sets the "mitigated_at" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableMitigatedAt(v *models.DateTime) *RiskHistoryUpdateOne { - if v != nil { - _u.SetMitigatedAt(*v) - } - return _u -} - -// ClearMitigatedAt clears the value of the "mitigated_at" field. -func (_u *RiskHistoryUpdateOne) ClearMitigatedAt() *RiskHistoryUpdateOne { - _u.mutation.ClearMitigatedAt() - return _u -} - -// SetReviewRequired sets the "review_required" field. -func (_u *RiskHistoryUpdateOne) SetReviewRequired(v bool) *RiskHistoryUpdateOne { - _u.mutation.SetReviewRequired(v) - return _u -} - -// SetNillableReviewRequired sets the "review_required" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableReviewRequired(v *bool) *RiskHistoryUpdateOne { - if v != nil { - _u.SetReviewRequired(*v) - } - return _u -} - -// ClearReviewRequired clears the value of the "review_required" field. -func (_u *RiskHistoryUpdateOne) ClearReviewRequired() *RiskHistoryUpdateOne { - _u.mutation.ClearReviewRequired() - return _u -} - -// SetLastReviewedAt sets the "last_reviewed_at" field. -func (_u *RiskHistoryUpdateOne) SetLastReviewedAt(v models.DateTime) *RiskHistoryUpdateOne { - _u.mutation.SetLastReviewedAt(v) - return _u -} - -// SetNillableLastReviewedAt sets the "last_reviewed_at" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableLastReviewedAt(v *models.DateTime) *RiskHistoryUpdateOne { - if v != nil { - _u.SetLastReviewedAt(*v) - } - return _u -} - -// ClearLastReviewedAt clears the value of the "last_reviewed_at" field. -func (_u *RiskHistoryUpdateOne) ClearLastReviewedAt() *RiskHistoryUpdateOne { - _u.mutation.ClearLastReviewedAt() - return _u -} - -// SetReviewFrequency sets the "review_frequency" field. -func (_u *RiskHistoryUpdateOne) SetReviewFrequency(v enums.Frequency) *RiskHistoryUpdateOne { - _u.mutation.SetReviewFrequency(v) - return _u -} - -// SetNillableReviewFrequency sets the "review_frequency" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableReviewFrequency(v *enums.Frequency) *RiskHistoryUpdateOne { - if v != nil { - _u.SetReviewFrequency(*v) - } - return _u -} - -// ClearReviewFrequency clears the value of the "review_frequency" field. -func (_u *RiskHistoryUpdateOne) ClearReviewFrequency() *RiskHistoryUpdateOne { - _u.mutation.ClearReviewFrequency() - return _u -} - -// SetDueDate sets the "due_date" field. -func (_u *RiskHistoryUpdateOne) SetDueDate(v models.DateTime) *RiskHistoryUpdateOne { - _u.mutation.SetDueDate(v) - return _u -} - -// SetNillableDueDate sets the "due_date" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableDueDate(v *models.DateTime) *RiskHistoryUpdateOne { - if v != nil { - _u.SetDueDate(*v) - } - return _u -} - -// ClearDueDate clears the value of the "due_date" field. -func (_u *RiskHistoryUpdateOne) ClearDueDate() *RiskHistoryUpdateOne { - _u.mutation.ClearDueDate() - return _u -} - -// SetNextReviewDueAt sets the "next_review_due_at" field. -func (_u *RiskHistoryUpdateOne) SetNextReviewDueAt(v models.DateTime) *RiskHistoryUpdateOne { - _u.mutation.SetNextReviewDueAt(v) - return _u -} - -// SetNillableNextReviewDueAt sets the "next_review_due_at" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableNextReviewDueAt(v *models.DateTime) *RiskHistoryUpdateOne { - if v != nil { - _u.SetNextReviewDueAt(*v) - } - return _u +// RiskHistoryUpdate is the builder for updating RiskHistory entities. +type RiskHistoryUpdate struct { + config + hooks []Hook + mutation *RiskHistoryMutation } -// ClearNextReviewDueAt clears the value of the "next_review_due_at" field. -func (_u *RiskHistoryUpdateOne) ClearNextReviewDueAt() *RiskHistoryUpdateOne { - _u.mutation.ClearNextReviewDueAt() +// Where appends a list predicates to the RiskHistoryUpdate builder. +func (_u *RiskHistoryUpdate) Where(ps ...predicate.RiskHistory) *RiskHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// SetResidualScore sets the "residual_score" field. -func (_u *RiskHistoryUpdateOne) SetResidualScore(v int) *RiskHistoryUpdateOne { - _u.mutation.ResetResidualScore() - _u.mutation.SetResidualScore(v) - return _u +// Mutation returns the RiskHistoryMutation object of the builder. +func (_u *RiskHistoryUpdate) Mutation() *RiskHistoryMutation { + return _u.mutation } -// SetNillableResidualScore sets the "residual_score" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableResidualScore(v *int) *RiskHistoryUpdateOne { - if v != nil { - _u.SetResidualScore(*v) - } - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *RiskHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// AddResidualScore adds value to the "residual_score" field. -func (_u *RiskHistoryUpdateOne) AddResidualScore(v int) *RiskHistoryUpdateOne { - _u.mutation.AddResidualScore(v) - return _u +// SaveX is like Save, but panics if an error occurs. +func (_u *RiskHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) + } + return affected } -// ClearResidualScore clears the value of the "residual_score" field. -func (_u *RiskHistoryUpdateOne) ClearResidualScore() *RiskHistoryUpdateOne { - _u.mutation.ClearResidualScore() - return _u +// Exec executes the query. +func (_u *RiskHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetRiskDecision sets the "risk_decision" field. -func (_u *RiskHistoryUpdateOne) SetRiskDecision(v enums.RiskDecision) *RiskHistoryUpdateOne { - _u.mutation.SetRiskDecision(v) - return _u +// ExecX is like Exec, but panics if an error occurs. +func (_u *RiskHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) + } } -// SetNillableRiskDecision sets the "risk_decision" field if the given value is not nil. -func (_u *RiskHistoryUpdateOne) SetNillableRiskDecision(v *enums.RiskDecision) *RiskHistoryUpdateOne { - if v != nil { - _u.SetRiskDecision(*v) +func (_u *RiskHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(riskhistory.Table, riskhistory.Columns, sqlgraph.NewFieldSpec(riskhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u + if _u.mutation.RefCleared() { + _spec.ClearField(riskhistory.FieldRef, field.TypeString) + } + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(riskhistory.FieldCreatedAt, field.TypeTime) + } + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(riskhistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(riskhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(riskhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(riskhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(riskhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(riskhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(riskhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(riskhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.RiskKindNameCleared() { + _spec.ClearField(riskhistory.FieldRiskKindName, field.TypeString) + } + if _u.mutation.RiskKindIDCleared() { + _spec.ClearField(riskhistory.FieldRiskKindID, field.TypeString) + } + if _u.mutation.RiskCategoryNameCleared() { + _spec.ClearField(riskhistory.FieldRiskCategoryName, field.TypeString) + } + if _u.mutation.RiskCategoryIDCleared() { + _spec.ClearField(riskhistory.FieldRiskCategoryID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(riskhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(riskhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(riskhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(riskhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(riskhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.ExternalIDCleared() { + _spec.ClearField(riskhistory.FieldExternalID, field.TypeString) + } + if _u.mutation.IntegrationIDCleared() { + _spec.ClearField(riskhistory.FieldIntegrationID, field.TypeString) + } + if _u.mutation.ObservedAtCleared() { + _spec.ClearField(riskhistory.FieldObservedAt, field.TypeTime) + } + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(riskhistory.FieldExternalUUID, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(riskhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.ImpactCleared() { + _spec.ClearField(riskhistory.FieldImpact, field.TypeEnum) + } + if _u.mutation.LikelihoodCleared() { + _spec.ClearField(riskhistory.FieldLikelihood, field.TypeEnum) + } + if _u.mutation.ScoreCleared() { + _spec.ClearField(riskhistory.FieldScore, field.TypeInt) + } + if _u.mutation.MitigationCleared() { + _spec.ClearField(riskhistory.FieldMitigation, field.TypeString) + } + if _u.mutation.MitigationJSONCleared() { + _spec.ClearField(riskhistory.FieldMitigationJSON, field.TypeJSON) + } + if _u.mutation.DetailsCleared() { + _spec.ClearField(riskhistory.FieldDetails, field.TypeString) + } + if _u.mutation.DetailsJSONCleared() { + _spec.ClearField(riskhistory.FieldDetailsJSON, field.TypeJSON) + } + if _u.mutation.BusinessCostsCleared() { + _spec.ClearField(riskhistory.FieldBusinessCosts, field.TypeString) + } + if _u.mutation.BusinessCostsJSONCleared() { + _spec.ClearField(riskhistory.FieldBusinessCostsJSON, field.TypeJSON) + } + if _u.mutation.StakeholderIDCleared() { + _spec.ClearField(riskhistory.FieldStakeholderID, field.TypeString) + } + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(riskhistory.FieldDelegateID, field.TypeString) + } + if _u.mutation.MitigatedAtCleared() { + _spec.ClearField(riskhistory.FieldMitigatedAt, field.TypeTime) + } + if _u.mutation.ReviewRequiredCleared() { + _spec.ClearField(riskhistory.FieldReviewRequired, field.TypeBool) + } + if _u.mutation.LastReviewedAtCleared() { + _spec.ClearField(riskhistory.FieldLastReviewedAt, field.TypeTime) + } + if _u.mutation.ReviewFrequencyCleared() { + _spec.ClearField(riskhistory.FieldReviewFrequency, field.TypeEnum) + } + if _u.mutation.DueDateCleared() { + _spec.ClearField(riskhistory.FieldDueDate, field.TypeTime) + } + if _u.mutation.NextReviewDueAtCleared() { + _spec.ClearField(riskhistory.FieldNextReviewDueAt, field.TypeTime) + } + if _u.mutation.ResidualScoreCleared() { + _spec.ClearField(riskhistory.FieldResidualScore, field.TypeInt) + } + if _u.mutation.RiskDecisionCleared() { + _spec.ClearField(riskhistory.FieldRiskDecision, field.TypeEnum) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{riskhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearRiskDecision clears the value of the "risk_decision" field. -func (_u *RiskHistoryUpdateOne) ClearRiskDecision() *RiskHistoryUpdateOne { - _u.mutation.ClearRiskDecision() - return _u +// RiskHistoryUpdateOne is the builder for updating a single RiskHistory entity. +type RiskHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *RiskHistoryMutation } // Mutation returns the RiskHistoryMutation object of the builder. @@ -2034,9 +239,6 @@ func (_u *RiskHistoryUpdateOne) Select(field string, fields ...string) *RiskHist // Save executes the query and returns the updated RiskHistory entity. func (_u *RiskHistoryUpdateOne) Save(ctx context.Context) (*RiskHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2062,58 +264,7 @@ func (_u *RiskHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *RiskHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if riskhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized riskhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := riskhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *RiskHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := riskhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.Impact(); ok { - if err := riskhistory.ImpactValidator(v); err != nil { - return &ValidationError{Name: "impact", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.impact": %w`, err)} - } - } - if v, ok := _u.mutation.Likelihood(); ok { - if err := riskhistory.LikelihoodValidator(v); err != nil { - return &ValidationError{Name: "likelihood", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.likelihood": %w`, err)} - } - } - if v, ok := _u.mutation.ReviewFrequency(); ok { - if err := riskhistory.ReviewFrequencyValidator(v); err != nil { - return &ValidationError{Name: "review_frequency", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.review_frequency": %w`, err)} - } - } - if v, ok := _u.mutation.RiskDecision(); ok { - if err := riskhistory.RiskDecisionValidator(v); err != nil { - return &ValidationError{Name: "risk_decision", err: fmt.Errorf(`historygenerated: validator failed for field "RiskHistory.risk_decision": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *RiskHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *RiskHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *RiskHistoryUpdateOne) sqlSave(ctx context.Context) (_node *RiskHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(riskhistory.Table, riskhistory.Columns, sqlgraph.NewFieldSpec(riskhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2145,278 +296,129 @@ func (_u *RiskHistoryUpdateOne) sqlSave(ctx context.Context) (_node *RiskHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(riskhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(riskhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(riskhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(riskhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(riskhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(riskhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(riskhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(riskhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(riskhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(riskhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(riskhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(riskhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(riskhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(riskhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(riskhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.RiskKindName(); ok { - _spec.SetField(riskhistory.FieldRiskKindName, field.TypeString, value) - } if _u.mutation.RiskKindNameCleared() { _spec.ClearField(riskhistory.FieldRiskKindName, field.TypeString) } - if value, ok := _u.mutation.RiskKindID(); ok { - _spec.SetField(riskhistory.FieldRiskKindID, field.TypeString, value) - } if _u.mutation.RiskKindIDCleared() { _spec.ClearField(riskhistory.FieldRiskKindID, field.TypeString) } - if value, ok := _u.mutation.RiskCategoryName(); ok { - _spec.SetField(riskhistory.FieldRiskCategoryName, field.TypeString, value) - } if _u.mutation.RiskCategoryNameCleared() { _spec.ClearField(riskhistory.FieldRiskCategoryName, field.TypeString) } - if value, ok := _u.mutation.RiskCategoryID(); ok { - _spec.SetField(riskhistory.FieldRiskCategoryID, field.TypeString, value) - } if _u.mutation.RiskCategoryIDCleared() { _spec.ClearField(riskhistory.FieldRiskCategoryID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(riskhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(riskhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(riskhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(riskhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(riskhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(riskhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(riskhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(riskhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(riskhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(riskhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(riskhistory.FieldExternalID, field.TypeString, value) - } if _u.mutation.ExternalIDCleared() { _spec.ClearField(riskhistory.FieldExternalID, field.TypeString) } - if value, ok := _u.mutation.IntegrationID(); ok { - _spec.SetField(riskhistory.FieldIntegrationID, field.TypeString, value) - } if _u.mutation.IntegrationIDCleared() { _spec.ClearField(riskhistory.FieldIntegrationID, field.TypeString) } - if value, ok := _u.mutation.ObservedAt(); ok { - _spec.SetField(riskhistory.FieldObservedAt, field.TypeTime, value) - } if _u.mutation.ObservedAtCleared() { _spec.ClearField(riskhistory.FieldObservedAt, field.TypeTime) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(riskhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(riskhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(riskhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(riskhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(riskhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(riskhistory.FieldImpact, field.TypeEnum, value) - } if _u.mutation.ImpactCleared() { _spec.ClearField(riskhistory.FieldImpact, field.TypeEnum) } - if value, ok := _u.mutation.Likelihood(); ok { - _spec.SetField(riskhistory.FieldLikelihood, field.TypeEnum, value) - } if _u.mutation.LikelihoodCleared() { _spec.ClearField(riskhistory.FieldLikelihood, field.TypeEnum) } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(riskhistory.FieldScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(riskhistory.FieldScore, field.TypeInt, value) - } if _u.mutation.ScoreCleared() { _spec.ClearField(riskhistory.FieldScore, field.TypeInt) } - if value, ok := _u.mutation.Mitigation(); ok { - _spec.SetField(riskhistory.FieldMitigation, field.TypeString, value) - } if _u.mutation.MitigationCleared() { _spec.ClearField(riskhistory.FieldMitigation, field.TypeString) } - if value, ok := _u.mutation.MitigationJSON(); ok { - _spec.SetField(riskhistory.FieldMitigationJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMitigationJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldMitigationJSON, value) - }) - } if _u.mutation.MitigationJSONCleared() { _spec.ClearField(riskhistory.FieldMitigationJSON, field.TypeJSON) } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(riskhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(riskhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(riskhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(riskhistory.FieldDetailsJSON, field.TypeJSON) } - if value, ok := _u.mutation.BusinessCosts(); ok { - _spec.SetField(riskhistory.FieldBusinessCosts, field.TypeString, value) - } if _u.mutation.BusinessCostsCleared() { _spec.ClearField(riskhistory.FieldBusinessCosts, field.TypeString) } - if value, ok := _u.mutation.BusinessCostsJSON(); ok { - _spec.SetField(riskhistory.FieldBusinessCostsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedBusinessCostsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, riskhistory.FieldBusinessCostsJSON, value) - }) - } if _u.mutation.BusinessCostsJSONCleared() { _spec.ClearField(riskhistory.FieldBusinessCostsJSON, field.TypeJSON) } - if value, ok := _u.mutation.StakeholderID(); ok { - _spec.SetField(riskhistory.FieldStakeholderID, field.TypeString, value) - } if _u.mutation.StakeholderIDCleared() { _spec.ClearField(riskhistory.FieldStakeholderID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(riskhistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(riskhistory.FieldDelegateID, field.TypeString) } - if value, ok := _u.mutation.MitigatedAt(); ok { - _spec.SetField(riskhistory.FieldMitigatedAt, field.TypeTime, value) - } if _u.mutation.MitigatedAtCleared() { _spec.ClearField(riskhistory.FieldMitigatedAt, field.TypeTime) } - if value, ok := _u.mutation.ReviewRequired(); ok { - _spec.SetField(riskhistory.FieldReviewRequired, field.TypeBool, value) - } if _u.mutation.ReviewRequiredCleared() { _spec.ClearField(riskhistory.FieldReviewRequired, field.TypeBool) } - if value, ok := _u.mutation.LastReviewedAt(); ok { - _spec.SetField(riskhistory.FieldLastReviewedAt, field.TypeTime, value) - } if _u.mutation.LastReviewedAtCleared() { _spec.ClearField(riskhistory.FieldLastReviewedAt, field.TypeTime) } - if value, ok := _u.mutation.ReviewFrequency(); ok { - _spec.SetField(riskhistory.FieldReviewFrequency, field.TypeEnum, value) - } if _u.mutation.ReviewFrequencyCleared() { _spec.ClearField(riskhistory.FieldReviewFrequency, field.TypeEnum) } - if value, ok := _u.mutation.DueDate(); ok { - _spec.SetField(riskhistory.FieldDueDate, field.TypeTime, value) - } if _u.mutation.DueDateCleared() { _spec.ClearField(riskhistory.FieldDueDate, field.TypeTime) } - if value, ok := _u.mutation.NextReviewDueAt(); ok { - _spec.SetField(riskhistory.FieldNextReviewDueAt, field.TypeTime, value) - } if _u.mutation.NextReviewDueAtCleared() { _spec.ClearField(riskhistory.FieldNextReviewDueAt, field.TypeTime) } - if value, ok := _u.mutation.ResidualScore(); ok { - _spec.SetField(riskhistory.FieldResidualScore, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedResidualScore(); ok { - _spec.AddField(riskhistory.FieldResidualScore, field.TypeInt, value) - } if _u.mutation.ResidualScoreCleared() { _spec.ClearField(riskhistory.FieldResidualScore, field.TypeInt) } - if value, ok := _u.mutation.RiskDecision(); ok { - _spec.SetField(riskhistory.FieldRiskDecision, field.TypeEnum, value) - } if _u.mutation.RiskDecisionCleared() { _spec.ClearField(riskhistory.FieldRiskDecision, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.RiskHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &RiskHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/runtime/runtime.go b/internal/ent/historygenerated/runtime/runtime.go index 752b9a3757..f8eec28556 100644 --- a/internal/ent/historygenerated/runtime/runtime.go +++ b/internal/ent/historygenerated/runtime/runtime.go @@ -112,8 +112,6 @@ func init() { actionplanhistoryDescUpdatedAt := actionplanhistoryFields[4].Descriptor() // actionplanhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. actionplanhistory.DefaultUpdatedAt = actionplanhistoryDescUpdatedAt.Default.(func() time.Time) - // actionplanhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - actionplanhistory.UpdateDefaultUpdatedAt = actionplanhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // actionplanhistoryDescTags is the schema descriptor for tags field. actionplanhistoryDescTags := actionplanhistoryFields[11].Descriptor() // actionplanhistory.DefaultTags holds the default value on creation for the tags field. @@ -199,8 +197,6 @@ func init() { assessmenthistoryDescUpdatedAt := assessmenthistoryFields[4].Descriptor() // assessmenthistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. assessmenthistory.DefaultUpdatedAt = assessmenthistoryDescUpdatedAt.Default.(func() time.Time) - // assessmenthistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - assessmenthistory.UpdateDefaultUpdatedAt = assessmenthistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // assessmenthistoryDescTags is the schema descriptor for tags field. assessmenthistoryDescTags := assessmenthistoryFields[11].Descriptor() // assessmenthistory.DefaultTags holds the default value on creation for the tags field. @@ -242,8 +238,6 @@ func init() { assessmentresponsehistoryDescUpdatedAt := assessmentresponsehistoryFields[4].Descriptor() // assessmentresponsehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. assessmentresponsehistory.DefaultUpdatedAt = assessmentresponsehistoryDescUpdatedAt.Default.(func() time.Time) - // assessmentresponsehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - assessmentresponsehistory.UpdateDefaultUpdatedAt = assessmentresponsehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // assessmentresponsehistoryDescWorkflowEligibleMarker is the schema descriptor for workflow_eligible_marker field. assessmentresponsehistoryDescWorkflowEligibleMarker := assessmentresponsehistoryFields[12].Descriptor() // assessmentresponsehistory.DefaultWorkflowEligibleMarker holds the default value on creation for the workflow_eligible_marker field. @@ -305,8 +299,6 @@ func init() { assethistoryDescUpdatedAt := assethistoryFields[4].Descriptor() // assethistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. assethistory.DefaultUpdatedAt = assethistoryDescUpdatedAt.Default.(func() time.Time) - // assethistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - assethistory.UpdateDefaultUpdatedAt = assethistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // assethistoryDescTags is the schema descriptor for tags field. assethistoryDescTags := assethistoryFields[11].Descriptor() // assethistory.DefaultTags holds the default value on creation for the tags field. @@ -348,8 +340,6 @@ func init() { campaignhistoryDescUpdatedAt := campaignhistoryFields[4].Descriptor() // campaignhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. campaignhistory.DefaultUpdatedAt = campaignhistoryDescUpdatedAt.Default.(func() time.Time) - // campaignhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - campaignhistory.UpdateDefaultUpdatedAt = campaignhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // campaignhistoryDescTags is the schema descriptor for tags field. campaignhistoryDescTags := campaignhistoryFields[12].Descriptor() // campaignhistory.DefaultTags holds the default value on creation for the tags field. @@ -407,8 +397,6 @@ func init() { campaigntargethistoryDescUpdatedAt := campaigntargethistoryFields[4].Descriptor() // campaigntargethistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. campaigntargethistory.DefaultUpdatedAt = campaigntargethistoryDescUpdatedAt.Default.(func() time.Time) - // campaigntargethistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - campaigntargethistory.UpdateDefaultUpdatedAt = campaigntargethistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // campaigntargethistoryDescWorkflowEligibleMarker is the schema descriptor for workflow_eligible_marker field. campaigntargethistoryDescWorkflowEligibleMarker := campaigntargethistoryFields[12].Descriptor() // campaigntargethistory.DefaultWorkflowEligibleMarker holds the default value on creation for the workflow_eligible_marker field. @@ -442,8 +430,6 @@ func init() { contacthistoryDescUpdatedAt := contacthistoryFields[4].Descriptor() // contacthistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. contacthistory.DefaultUpdatedAt = contacthistoryDescUpdatedAt.Default.(func() time.Time) - // contacthistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - contacthistory.UpdateDefaultUpdatedAt = contacthistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // contacthistoryDescTags is the schema descriptor for tags field. contacthistoryDescTags := contacthistoryFields[11].Descriptor() // contacthistory.DefaultTags holds the default value on creation for the tags field. @@ -477,8 +463,6 @@ func init() { controlhistoryDescUpdatedAt := controlhistoryFields[4].Descriptor() // controlhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. controlhistory.DefaultUpdatedAt = controlhistoryDescUpdatedAt.Default.(func() time.Time) - // controlhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - controlhistory.UpdateDefaultUpdatedAt = controlhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // controlhistoryDescTags is the schema descriptor for tags field. controlhistoryDescTags := controlhistoryFields[12].Descriptor() // controlhistory.DefaultTags holds the default value on creation for the tags field. @@ -524,8 +508,6 @@ func init() { controlimplementationhistoryDescUpdatedAt := controlimplementationhistoryFields[4].Descriptor() // controlimplementationhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. controlimplementationhistory.DefaultUpdatedAt = controlimplementationhistoryDescUpdatedAt.Default.(func() time.Time) - // controlimplementationhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - controlimplementationhistory.UpdateDefaultUpdatedAt = controlimplementationhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // controlimplementationhistoryDescTags is the schema descriptor for tags field. controlimplementationhistoryDescTags := controlimplementationhistoryFields[11].Descriptor() // controlimplementationhistory.DefaultTags holds the default value on creation for the tags field. @@ -563,8 +545,6 @@ func init() { controlobjectivehistoryDescUpdatedAt := controlobjectivehistoryFields[4].Descriptor() // controlobjectivehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. controlobjectivehistory.DefaultUpdatedAt = controlobjectivehistoryDescUpdatedAt.Default.(func() time.Time) - // controlobjectivehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - controlobjectivehistory.UpdateDefaultUpdatedAt = controlobjectivehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // controlobjectivehistoryDescTags is the schema descriptor for tags field. controlobjectivehistoryDescTags := controlobjectivehistoryFields[12].Descriptor() // controlobjectivehistory.DefaultTags holds the default value on creation for the tags field. @@ -606,8 +586,6 @@ func init() { customdomainhistoryDescUpdatedAt := customdomainhistoryFields[4].Descriptor() // customdomainhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. customdomainhistory.DefaultUpdatedAt = customdomainhistoryDescUpdatedAt.Default.(func() time.Time) - // customdomainhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - customdomainhistory.UpdateDefaultUpdatedAt = customdomainhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // customdomainhistoryDescTags is the schema descriptor for tags field. customdomainhistoryDescTags := customdomainhistoryFields[11].Descriptor() // customdomainhistory.DefaultTags holds the default value on creation for the tags field. @@ -645,8 +623,6 @@ func init() { discussionhistoryDescUpdatedAt := discussionhistoryFields[4].Descriptor() // discussionhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. discussionhistory.DefaultUpdatedAt = discussionhistoryDescUpdatedAt.Default.(func() time.Time) - // discussionhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - discussionhistory.UpdateDefaultUpdatedAt = discussionhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // discussionhistoryDescIsResolved is the schema descriptor for is_resolved field. discussionhistoryDescIsResolved := discussionhistoryFields[13].Descriptor() // discussionhistory.DefaultIsResolved holds the default value on creation for the is_resolved field. @@ -680,8 +656,6 @@ func init() { documentdatahistoryDescUpdatedAt := documentdatahistoryFields[4].Descriptor() // documentdatahistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. documentdatahistory.DefaultUpdatedAt = documentdatahistoryDescUpdatedAt.Default.(func() time.Time) - // documentdatahistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - documentdatahistory.UpdateDefaultUpdatedAt = documentdatahistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // documentdatahistoryDescTags is the schema descriptor for tags field. documentdatahistoryDescTags := documentdatahistoryFields[11].Descriptor() // documentdatahistory.DefaultTags holds the default value on creation for the tags field. @@ -715,8 +689,6 @@ func init() { emailtemplatehistoryDescUpdatedAt := emailtemplatehistoryFields[4].Descriptor() // emailtemplatehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. emailtemplatehistory.DefaultUpdatedAt = emailtemplatehistoryDescUpdatedAt.Default.(func() time.Time) - // emailtemplatehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - emailtemplatehistory.UpdateDefaultUpdatedAt = emailtemplatehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // emailtemplatehistoryDescRevision is the schema descriptor for revision field. emailtemplatehistoryDescRevision := emailtemplatehistoryFields[11].Descriptor() // emailtemplatehistory.DefaultRevision holds the default value on creation for the revision field. @@ -766,8 +738,6 @@ func init() { entityhistoryDescUpdatedAt := entityhistoryFields[4].Descriptor() // entityhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. entityhistory.DefaultUpdatedAt = entityhistoryDescUpdatedAt.Default.(func() time.Time) - // entityhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - entityhistory.UpdateDefaultUpdatedAt = entityhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // entityhistoryDescTags is the schema descriptor for tags field. entityhistoryDescTags := entityhistoryFields[11].Descriptor() // entityhistory.DefaultTags holds the default value on creation for the tags field. @@ -845,8 +815,6 @@ func init() { entitytypehistoryDescUpdatedAt := entitytypehistoryFields[4].Descriptor() // entitytypehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. entitytypehistory.DefaultUpdatedAt = entitytypehistoryDescUpdatedAt.Default.(func() time.Time) - // entitytypehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - entitytypehistory.UpdateDefaultUpdatedAt = entitytypehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // entitytypehistoryDescTags is the schema descriptor for tags field. entitytypehistoryDescTags := entitytypehistoryFields[11].Descriptor() // entitytypehistory.DefaultTags holds the default value on creation for the tags field. @@ -884,8 +852,6 @@ func init() { evidencehistoryDescUpdatedAt := evidencehistoryFields[4].Descriptor() // evidencehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. evidencehistory.DefaultUpdatedAt = evidencehistoryDescUpdatedAt.Default.(func() time.Time) - // evidencehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - evidencehistory.UpdateDefaultUpdatedAt = evidencehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // evidencehistoryDescTags is the schema descriptor for tags field. evidencehistoryDescTags := evidencehistoryFields[12].Descriptor() // evidencehistory.DefaultTags holds the default value on creation for the tags field. @@ -935,8 +901,6 @@ func init() { filehistoryDescUpdatedAt := filehistoryFields[4].Descriptor() // filehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. filehistory.DefaultUpdatedAt = filehistoryDescUpdatedAt.Default.(func() time.Time) - // filehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - filehistory.UpdateDefaultUpdatedAt = filehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // filehistoryDescTags is the schema descriptor for tags field. filehistoryDescTags := filehistoryFields[11].Descriptor() // filehistory.DefaultTags holds the default value on creation for the tags field. @@ -974,8 +938,6 @@ func init() { findingcontrolhistoryDescUpdatedAt := findingcontrolhistoryFields[4].Descriptor() // findingcontrolhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. findingcontrolhistory.DefaultUpdatedAt = findingcontrolhistoryDescUpdatedAt.Default.(func() time.Time) - // findingcontrolhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - findingcontrolhistory.UpdateDefaultUpdatedAt = findingcontrolhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // findingcontrolhistoryDescID is the schema descriptor for id field. findingcontrolhistoryDescID := findingcontrolhistoryFields[8].Descriptor() // findingcontrolhistory.DefaultID holds the default value on creation for the id field. @@ -1005,8 +967,6 @@ func init() { findinghistoryDescUpdatedAt := findinghistoryFields[4].Descriptor() // findinghistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. findinghistory.DefaultUpdatedAt = findinghistoryDescUpdatedAt.Default.(func() time.Time) - // findinghistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - findinghistory.UpdateDefaultUpdatedAt = findinghistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // findinghistoryDescTags is the schema descriptor for tags field. findinghistoryDescTags := findinghistoryFields[12].Descriptor() // findinghistory.DefaultTags holds the default value on creation for the tags field. @@ -1068,8 +1028,6 @@ func init() { grouphistoryDescUpdatedAt := grouphistoryFields[4].Descriptor() // grouphistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. grouphistory.DefaultUpdatedAt = grouphistoryDescUpdatedAt.Default.(func() time.Time) - // grouphistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - grouphistory.UpdateDefaultUpdatedAt = grouphistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // grouphistoryDescTags is the schema descriptor for tags field. grouphistoryDescTags := grouphistoryFields[12].Descriptor() // grouphistory.DefaultTags holds the default value on creation for the tags field. @@ -1115,8 +1073,6 @@ func init() { groupmembershiphistoryDescUpdatedAt := groupmembershiphistoryFields[4].Descriptor() // groupmembershiphistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. groupmembershiphistory.DefaultUpdatedAt = groupmembershiphistoryDescUpdatedAt.Default.(func() time.Time) - // groupmembershiphistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - groupmembershiphistory.UpdateDefaultUpdatedAt = groupmembershiphistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // groupmembershiphistoryDescID is the schema descriptor for id field. groupmembershiphistoryDescID := groupmembershiphistoryFields[8].Descriptor() // groupmembershiphistory.DefaultID holds the default value on creation for the id field. @@ -1146,8 +1102,6 @@ func init() { groupsettinghistoryDescUpdatedAt := groupsettinghistoryFields[4].Descriptor() // groupsettinghistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. groupsettinghistory.DefaultUpdatedAt = groupsettinghistoryDescUpdatedAt.Default.(func() time.Time) - // groupsettinghistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - groupsettinghistory.UpdateDefaultUpdatedAt = groupsettinghistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // groupsettinghistoryDescSyncToSlack is the schema descriptor for sync_to_slack field. groupsettinghistoryDescSyncToSlack := groupsettinghistoryFields[13].Descriptor() // groupsettinghistory.DefaultSyncToSlack holds the default value on creation for the sync_to_slack field. @@ -1185,8 +1139,6 @@ func init() { hushhistoryDescUpdatedAt := hushhistoryFields[4].Descriptor() // hushhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. hushhistory.DefaultUpdatedAt = hushhistoryDescUpdatedAt.Default.(func() time.Time) - // hushhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - hushhistory.UpdateDefaultUpdatedAt = hushhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // hushhistoryDescSystemOwned is the schema descriptor for system_owned field. hushhistoryDescSystemOwned := hushhistoryFields[12].Descriptor() // hushhistory.DefaultSystemOwned holds the default value on creation for the system_owned field. @@ -1220,8 +1172,6 @@ func init() { identityholderhistoryDescUpdatedAt := identityholderhistoryFields[4].Descriptor() // identityholderhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. identityholderhistory.DefaultUpdatedAt = identityholderhistoryDescUpdatedAt.Default.(func() time.Time) - // identityholderhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - identityholderhistory.UpdateDefaultUpdatedAt = identityholderhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // identityholderhistoryDescTags is the schema descriptor for tags field. identityholderhistoryDescTags := identityholderhistoryFields[12].Descriptor() // identityholderhistory.DefaultTags holds the default value on creation for the tags field. @@ -1271,8 +1221,6 @@ func init() { internalpolicyhistoryDescUpdatedAt := internalpolicyhistoryFields[4].Descriptor() // internalpolicyhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. internalpolicyhistory.DefaultUpdatedAt = internalpolicyhistoryDescUpdatedAt.Default.(func() time.Time) - // internalpolicyhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - internalpolicyhistory.UpdateDefaultUpdatedAt = internalpolicyhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // internalpolicyhistoryDescTags is the schema descriptor for tags field. internalpolicyhistoryDescTags := internalpolicyhistoryFields[12].Descriptor() // internalpolicyhistory.DefaultTags holds the default value on creation for the tags field. @@ -1350,8 +1298,6 @@ func init() { jobtemplatehistoryDescUpdatedAt := jobtemplatehistoryFields[4].Descriptor() // jobtemplatehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. jobtemplatehistory.DefaultUpdatedAt = jobtemplatehistoryDescUpdatedAt.Default.(func() time.Time) - // jobtemplatehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - jobtemplatehistory.UpdateDefaultUpdatedAt = jobtemplatehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // jobtemplatehistoryDescTags is the schema descriptor for tags field. jobtemplatehistoryDescTags := jobtemplatehistoryFields[12].Descriptor() // jobtemplatehistory.DefaultTags holds the default value on creation for the tags field. @@ -1389,8 +1335,6 @@ func init() { mappabledomainhistoryDescUpdatedAt := mappabledomainhistoryFields[4].Descriptor() // mappabledomainhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. mappabledomainhistory.DefaultUpdatedAt = mappabledomainhistoryDescUpdatedAt.Default.(func() time.Time) - // mappabledomainhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - mappabledomainhistory.UpdateDefaultUpdatedAt = mappabledomainhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // mappabledomainhistoryDescTags is the schema descriptor for tags field. mappabledomainhistoryDescTags := mappabledomainhistoryFields[11].Descriptor() // mappabledomainhistory.DefaultTags holds the default value on creation for the tags field. @@ -1424,8 +1368,6 @@ func init() { mappedcontrolhistoryDescUpdatedAt := mappedcontrolhistoryFields[4].Descriptor() // mappedcontrolhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. mappedcontrolhistory.DefaultUpdatedAt = mappedcontrolhistoryDescUpdatedAt.Default.(func() time.Time) - // mappedcontrolhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - mappedcontrolhistory.UpdateDefaultUpdatedAt = mappedcontrolhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // mappedcontrolhistoryDescTags is the schema descriptor for tags field. mappedcontrolhistoryDescTags := mappedcontrolhistoryFields[11].Descriptor() // mappedcontrolhistory.DefaultTags holds the default value on creation for the tags field. @@ -1463,8 +1405,6 @@ func init() { narrativehistoryDescUpdatedAt := narrativehistoryFields[4].Descriptor() // narrativehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. narrativehistory.DefaultUpdatedAt = narrativehistoryDescUpdatedAt.Default.(func() time.Time) - // narrativehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - narrativehistory.UpdateDefaultUpdatedAt = narrativehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // narrativehistoryDescTags is the schema descriptor for tags field. narrativehistoryDescTags := narrativehistoryFields[12].Descriptor() // narrativehistory.DefaultTags holds the default value on creation for the tags field. @@ -1502,8 +1442,6 @@ func init() { notehistoryDescUpdatedAt := notehistoryFields[4].Descriptor() // notehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. notehistory.DefaultUpdatedAt = notehistoryDescUpdatedAt.Default.(func() time.Time) - // notehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - notehistory.UpdateDefaultUpdatedAt = notehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // notehistoryDescIsEdited is the schema descriptor for is_edited field. notehistoryDescIsEdited := notehistoryFields[18].Descriptor() // notehistory.DefaultIsEdited holds the default value on creation for the is_edited field. @@ -1541,8 +1479,6 @@ func init() { notificationpreferencehistoryDescUpdatedAt := notificationpreferencehistoryFields[4].Descriptor() // notificationpreferencehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. notificationpreferencehistory.DefaultUpdatedAt = notificationpreferencehistoryDescUpdatedAt.Default.(func() time.Time) - // notificationpreferencehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - notificationpreferencehistory.UpdateDefaultUpdatedAt = notificationpreferencehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // notificationpreferencehistoryDescEnabled is the schema descriptor for enabled field. notificationpreferencehistoryDescEnabled := notificationpreferencehistoryFields[18].Descriptor() // notificationpreferencehistory.DefaultEnabled holds the default value on creation for the enabled field. @@ -1580,8 +1516,6 @@ func init() { notificationtemplatehistoryDescUpdatedAt := notificationtemplatehistoryFields[4].Descriptor() // notificationtemplatehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. notificationtemplatehistory.DefaultUpdatedAt = notificationtemplatehistoryDescUpdatedAt.Default.(func() time.Time) - // notificationtemplatehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - notificationtemplatehistory.UpdateDefaultUpdatedAt = notificationtemplatehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // notificationtemplatehistoryDescRevision is the schema descriptor for revision field. notificationtemplatehistoryDescRevision := notificationtemplatehistoryFields[11].Descriptor() // notificationtemplatehistory.DefaultRevision holds the default value on creation for the revision field. @@ -1631,8 +1565,6 @@ func init() { orgmembershiphistoryDescUpdatedAt := orgmembershiphistoryFields[4].Descriptor() // orgmembershiphistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. orgmembershiphistory.DefaultUpdatedAt = orgmembershiphistoryDescUpdatedAt.Default.(func() time.Time) - // orgmembershiphistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - orgmembershiphistory.UpdateDefaultUpdatedAt = orgmembershiphistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // orgmembershiphistoryDescSSOExempt is the schema descriptor for sso_exempt field. orgmembershiphistoryDescSSOExempt := orgmembershiphistoryFields[12].Descriptor() // orgmembershiphistory.DefaultSSOExempt holds the default value on creation for the sso_exempt field. @@ -1670,8 +1602,6 @@ func init() { organizationhistoryDescUpdatedAt := organizationhistoryFields[4].Descriptor() // organizationhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. organizationhistory.DefaultUpdatedAt = organizationhistoryDescUpdatedAt.Default.(func() time.Time) - // organizationhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - organizationhistory.UpdateDefaultUpdatedAt = organizationhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // organizationhistoryDescTags is the schema descriptor for tags field. organizationhistoryDescTags := organizationhistoryFields[11].Descriptor() // organizationhistory.DefaultTags holds the default value on creation for the tags field. @@ -1717,8 +1647,6 @@ func init() { organizationsettinghistoryDescUpdatedAt := organizationsettinghistoryFields[4].Descriptor() // organizationsettinghistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. organizationsettinghistory.DefaultUpdatedAt = organizationsettinghistoryDescUpdatedAt.Default.(func() time.Time) - // organizationsettinghistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - organizationsettinghistory.UpdateDefaultUpdatedAt = organizationsettinghistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // organizationsettinghistoryDescTags is the schema descriptor for tags field. organizationsettinghistoryDescTags := organizationsettinghistoryFields[11].Descriptor() // organizationsettinghistory.DefaultTags holds the default value on creation for the tags field. @@ -1788,8 +1716,6 @@ func init() { platformhistoryDescUpdatedAt := platformhistoryFields[4].Descriptor() // platformhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. platformhistory.DefaultUpdatedAt = platformhistoryDescUpdatedAt.Default.(func() time.Time) - // platformhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - platformhistory.UpdateDefaultUpdatedAt = platformhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // platformhistoryDescTags is the schema descriptor for tags field. platformhistoryDescTags := platformhistoryFields[12].Descriptor() // platformhistory.DefaultTags holds the default value on creation for the tags field. @@ -1831,8 +1757,6 @@ func init() { procedurehistoryDescUpdatedAt := procedurehistoryFields[4].Descriptor() // procedurehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. procedurehistory.DefaultUpdatedAt = procedurehistoryDescUpdatedAt.Default.(func() time.Time) - // procedurehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - procedurehistory.UpdateDefaultUpdatedAt = procedurehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // procedurehistoryDescTags is the schema descriptor for tags field. procedurehistoryDescTags := procedurehistoryFields[12].Descriptor() // procedurehistory.DefaultTags holds the default value on creation for the tags field. @@ -1910,8 +1834,6 @@ func init() { programhistoryDescUpdatedAt := programhistoryFields[4].Descriptor() // programhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. programhistory.DefaultUpdatedAt = programhistoryDescUpdatedAt.Default.(func() time.Time) - // programhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - programhistory.UpdateDefaultUpdatedAt = programhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // programhistoryDescTags is the schema descriptor for tags field. programhistoryDescTags := programhistoryFields[12].Descriptor() // programhistory.DefaultTags holds the default value on creation for the tags field. @@ -1957,8 +1879,6 @@ func init() { programmembershiphistoryDescUpdatedAt := programmembershiphistoryFields[4].Descriptor() // programmembershiphistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. programmembershiphistory.DefaultUpdatedAt = programmembershiphistoryDescUpdatedAt.Default.(func() time.Time) - // programmembershiphistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - programmembershiphistory.UpdateDefaultUpdatedAt = programmembershiphistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // programmembershiphistoryDescID is the schema descriptor for id field. programmembershiphistoryDescID := programmembershiphistoryFields[8].Descriptor() // programmembershiphistory.DefaultID holds the default value on creation for the id field. @@ -1988,8 +1908,6 @@ func init() { remediationhistoryDescUpdatedAt := remediationhistoryFields[4].Descriptor() // remediationhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. remediationhistory.DefaultUpdatedAt = remediationhistoryDescUpdatedAt.Default.(func() time.Time) - // remediationhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - remediationhistory.UpdateDefaultUpdatedAt = remediationhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // remediationhistoryDescTags is the schema descriptor for tags field. remediationhistoryDescTags := remediationhistoryFields[12].Descriptor() // remediationhistory.DefaultTags holds the default value on creation for the tags field. @@ -2031,8 +1949,6 @@ func init() { reviewhistoryDescUpdatedAt := reviewhistoryFields[4].Descriptor() // reviewhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. reviewhistory.DefaultUpdatedAt = reviewhistoryDescUpdatedAt.Default.(func() time.Time) - // reviewhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - reviewhistory.UpdateDefaultUpdatedAt = reviewhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // reviewhistoryDescTags is the schema descriptor for tags field. reviewhistoryDescTags := reviewhistoryFields[11].Descriptor() // reviewhistory.DefaultTags holds the default value on creation for the tags field. @@ -2074,8 +1990,6 @@ func init() { riskhistoryDescUpdatedAt := riskhistoryFields[4].Descriptor() // riskhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. riskhistory.DefaultUpdatedAt = riskhistoryDescUpdatedAt.Default.(func() time.Time) - // riskhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - riskhistory.UpdateDefaultUpdatedAt = riskhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // riskhistoryDescTags is the schema descriptor for tags field. riskhistoryDescTags := riskhistoryFields[12].Descriptor() // riskhistory.DefaultTags holds the default value on creation for the tags field. @@ -2117,8 +2031,6 @@ func init() { sladefinitionhistoryDescUpdatedAt := sladefinitionhistoryFields[4].Descriptor() // sladefinitionhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. sladefinitionhistory.DefaultUpdatedAt = sladefinitionhistoryDescUpdatedAt.Default.(func() time.Time) - // sladefinitionhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - sladefinitionhistory.UpdateDefaultUpdatedAt = sladefinitionhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // sladefinitionhistoryDescTags is the schema descriptor for tags field. sladefinitionhistoryDescTags := sladefinitionhistoryFields[12].Descriptor() // sladefinitionhistory.DefaultTags holds the default value on creation for the tags field. @@ -2152,8 +2064,6 @@ func init() { scheduledjobhistoryDescUpdatedAt := scheduledjobhistoryFields[4].Descriptor() // scheduledjobhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. scheduledjobhistory.DefaultUpdatedAt = scheduledjobhistoryDescUpdatedAt.Default.(func() time.Time) - // scheduledjobhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - scheduledjobhistory.UpdateDefaultUpdatedAt = scheduledjobhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // scheduledjobhistoryDescActive is the schema descriptor for active field. scheduledjobhistoryDescActive := scheduledjobhistoryFields[14].Descriptor() // scheduledjobhistory.DefaultActive holds the default value on creation for the active field. @@ -2187,8 +2097,6 @@ func init() { standardhistoryDescUpdatedAt := standardhistoryFields[4].Descriptor() // standardhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. standardhistory.DefaultUpdatedAt = standardhistoryDescUpdatedAt.Default.(func() time.Time) - // standardhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - standardhistory.UpdateDefaultUpdatedAt = standardhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // standardhistoryDescTags is the schema descriptor for tags field. standardhistoryDescTags := standardhistoryFields[11].Descriptor() // standardhistory.DefaultTags holds the default value on creation for the tags field. @@ -2238,8 +2146,6 @@ func init() { subcontrolhistoryDescUpdatedAt := subcontrolhistoryFields[4].Descriptor() // subcontrolhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. subcontrolhistory.DefaultUpdatedAt = subcontrolhistoryDescUpdatedAt.Default.(func() time.Time) - // subcontrolhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - subcontrolhistory.UpdateDefaultUpdatedAt = subcontrolhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // subcontrolhistoryDescTags is the schema descriptor for tags field. subcontrolhistoryDescTags := subcontrolhistoryFields[12].Descriptor() // subcontrolhistory.DefaultTags holds the default value on creation for the tags field. @@ -2281,8 +2187,6 @@ func init() { subprocessorhistoryDescUpdatedAt := subprocessorhistoryFields[4].Descriptor() // subprocessorhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. subprocessorhistory.DefaultUpdatedAt = subprocessorhistoryDescUpdatedAt.Default.(func() time.Time) - // subprocessorhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - subprocessorhistory.UpdateDefaultUpdatedAt = subprocessorhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // subprocessorhistoryDescTags is the schema descriptor for tags field. subprocessorhistoryDescTags := subprocessorhistoryFields[11].Descriptor() // subprocessorhistory.DefaultTags holds the default value on creation for the tags field. @@ -2320,8 +2224,6 @@ func init() { systemdetailhistoryDescUpdatedAt := systemdetailhistoryFields[4].Descriptor() // systemdetailhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. systemdetailhistory.DefaultUpdatedAt = systemdetailhistoryDescUpdatedAt.Default.(func() time.Time) - // systemdetailhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - systemdetailhistory.UpdateDefaultUpdatedAt = systemdetailhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // systemdetailhistoryDescTags is the schema descriptor for tags field. systemdetailhistoryDescTags := systemdetailhistoryFields[12].Descriptor() // systemdetailhistory.DefaultTags holds the default value on creation for the tags field. @@ -2355,8 +2257,6 @@ func init() { taskhistoryDescUpdatedAt := taskhistoryFields[4].Descriptor() // taskhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. taskhistory.DefaultUpdatedAt = taskhistoryDescUpdatedAt.Default.(func() time.Time) - // taskhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - taskhistory.UpdateDefaultUpdatedAt = taskhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // taskhistoryDescTags is the schema descriptor for tags field. taskhistoryDescTags := taskhistoryFields[12].Descriptor() // taskhistory.DefaultTags holds the default value on creation for the tags field. @@ -2410,8 +2310,6 @@ func init() { templatehistoryDescUpdatedAt := templatehistoryFields[4].Descriptor() // templatehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. templatehistory.DefaultUpdatedAt = templatehistoryDescUpdatedAt.Default.(func() time.Time) - // templatehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - templatehistory.UpdateDefaultUpdatedAt = templatehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // templatehistoryDescTags is the schema descriptor for tags field. templatehistoryDescTags := templatehistoryFields[11].Descriptor() // templatehistory.DefaultTags holds the default value on creation for the tags field. @@ -2449,8 +2347,6 @@ func init() { trustcentercompliancehistoryDescUpdatedAt := trustcentercompliancehistoryFields[4].Descriptor() // trustcentercompliancehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcentercompliancehistory.DefaultUpdatedAt = trustcentercompliancehistoryDescUpdatedAt.Default.(func() time.Time) - // trustcentercompliancehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcentercompliancehistory.UpdateDefaultUpdatedAt = trustcentercompliancehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcentercompliancehistoryDescTags is the schema descriptor for tags field. trustcentercompliancehistoryDescTags := trustcentercompliancehistoryFields[11].Descriptor() // trustcentercompliancehistory.DefaultTags holds the default value on creation for the tags field. @@ -2484,8 +2380,6 @@ func init() { trustcenterdochistoryDescUpdatedAt := trustcenterdochistoryFields[4].Descriptor() // trustcenterdochistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterdochistory.DefaultUpdatedAt = trustcenterdochistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterdochistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterdochistory.UpdateDefaultUpdatedAt = trustcenterdochistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterdochistoryDescTags is the schema descriptor for tags field. trustcenterdochistoryDescTags := trustcenterdochistoryFields[11].Descriptor() // trustcenterdochistory.DefaultTags holds the default value on creation for the tags field. @@ -2519,8 +2413,6 @@ func init() { trustcenterentityhistoryDescUpdatedAt := trustcenterentityhistoryFields[4].Descriptor() // trustcenterentityhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterentityhistory.DefaultUpdatedAt = trustcenterentityhistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterentityhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterentityhistory.UpdateDefaultUpdatedAt = trustcenterentityhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterentityhistoryDescID is the schema descriptor for id field. trustcenterentityhistoryDescID := trustcenterentityhistoryFields[10].Descriptor() // trustcenterentityhistory.DefaultID holds the default value on creation for the id field. @@ -2550,8 +2442,6 @@ func init() { trustcenterfaqhistoryDescUpdatedAt := trustcenterfaqhistoryFields[4].Descriptor() // trustcenterfaqhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterfaqhistory.DefaultUpdatedAt = trustcenterfaqhistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterfaqhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterfaqhistory.UpdateDefaultUpdatedAt = trustcenterfaqhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterfaqhistoryDescDisplayOrder is the schema descriptor for display_order field. trustcenterfaqhistoryDescDisplayOrder := trustcenterfaqhistoryFields[16].Descriptor() // trustcenterfaqhistory.DefaultDisplayOrder holds the default value on creation for the display_order field. @@ -2585,8 +2475,6 @@ func init() { trustcenterhistoryDescUpdatedAt := trustcenterhistoryFields[4].Descriptor() // trustcenterhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterhistory.DefaultUpdatedAt = trustcenterhistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterhistory.UpdateDefaultUpdatedAt = trustcenterhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterhistoryDescTags is the schema descriptor for tags field. trustcenterhistoryDescTags := trustcenterhistoryFields[11].Descriptor() // trustcenterhistory.DefaultTags holds the default value on creation for the tags field. @@ -2620,8 +2508,6 @@ func init() { trustcenterndarequesthistoryDescUpdatedAt := trustcenterndarequesthistoryFields[4].Descriptor() // trustcenterndarequesthistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterndarequesthistory.DefaultUpdatedAt = trustcenterndarequesthistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterndarequesthistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterndarequesthistory.UpdateDefaultUpdatedAt = trustcenterndarequesthistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterndarequesthistoryDescTags is the schema descriptor for tags field. trustcenterndarequesthistoryDescTags := trustcenterndarequesthistoryFields[11].Descriptor() // trustcenterndarequesthistory.DefaultTags holds the default value on creation for the tags field. @@ -2655,8 +2541,6 @@ func init() { trustcentersettinghistoryDescUpdatedAt := trustcentersettinghistoryFields[4].Descriptor() // trustcentersettinghistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcentersettinghistory.DefaultUpdatedAt = trustcentersettinghistoryDescUpdatedAt.Default.(func() time.Time) - // trustcentersettinghistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcentersettinghistory.UpdateDefaultUpdatedAt = trustcentersettinghistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcentersettinghistoryDescRemoveBranding is the schema descriptor for remove_branding field. trustcentersettinghistoryDescRemoveBranding := trustcentersettinghistoryFields[30].Descriptor() // trustcentersettinghistory.DefaultRemoveBranding holds the default value on creation for the remove_branding field. @@ -2702,8 +2586,6 @@ func init() { trustcentersubprocessorhistoryDescUpdatedAt := trustcentersubprocessorhistoryFields[4].Descriptor() // trustcentersubprocessorhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcentersubprocessorhistory.DefaultUpdatedAt = trustcentersubprocessorhistoryDescUpdatedAt.Default.(func() time.Time) - // trustcentersubprocessorhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcentersubprocessorhistory.UpdateDefaultUpdatedAt = trustcentersubprocessorhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcentersubprocessorhistoryDescID is the schema descriptor for id field. trustcentersubprocessorhistoryDescID := trustcentersubprocessorhistoryFields[10].Descriptor() // trustcentersubprocessorhistory.DefaultID holds the default value on creation for the id field. @@ -2733,8 +2615,6 @@ func init() { trustcenterwatermarkconfighistoryDescUpdatedAt := trustcenterwatermarkconfighistoryFields[4].Descriptor() // trustcenterwatermarkconfighistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. trustcenterwatermarkconfighistory.DefaultUpdatedAt = trustcenterwatermarkconfighistoryDescUpdatedAt.Default.(func() time.Time) - // trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt = trustcenterwatermarkconfighistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // trustcenterwatermarkconfighistoryDescIsEnabled is the schema descriptor for is_enabled field. trustcenterwatermarkconfighistoryDescIsEnabled := trustcenterwatermarkconfighistoryFields[13].Descriptor() // trustcenterwatermarkconfighistory.DefaultIsEnabled holds the default value on creation for the is_enabled field. @@ -2784,8 +2664,6 @@ func init() { userhistoryDescUpdatedAt := userhistoryFields[4].Descriptor() // userhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. userhistory.DefaultUpdatedAt = userhistoryDescUpdatedAt.Default.(func() time.Time) - // userhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - userhistory.UpdateDefaultUpdatedAt = userhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // userhistoryDescTags is the schema descriptor for tags field. userhistoryDescTags := userhistoryFields[11].Descriptor() // userhistory.DefaultTags holds the default value on creation for the tags field. @@ -2794,10 +2672,6 @@ func init() { userhistoryDescAvatarUpdatedAt := userhistoryFields[18].Descriptor() // userhistory.DefaultAvatarUpdatedAt holds the default value on creation for the avatar_updated_at field. userhistory.DefaultAvatarUpdatedAt = userhistoryDescAvatarUpdatedAt.Default.(func() time.Time) - // userhistoryDescLastSeen is the schema descriptor for last_seen field. - userhistoryDescLastSeen := userhistoryFields[19].Descriptor() - // userhistory.UpdateDefaultLastSeen holds the default value on update for the last_seen field. - userhistory.UpdateDefaultLastSeen = userhistoryDescLastSeen.UpdateDefault.(func() time.Time) // userhistoryDescScimActive is the schema descriptor for scim_active field. userhistoryDescScimActive := userhistoryFields[27].Descriptor() // userhistory.DefaultScimActive holds the default value on creation for the scim_active field. @@ -2831,8 +2705,6 @@ func init() { usersettinghistoryDescUpdatedAt := usersettinghistoryFields[4].Descriptor() // usersettinghistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. usersettinghistory.DefaultUpdatedAt = usersettinghistoryDescUpdatedAt.Default.(func() time.Time) - // usersettinghistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - usersettinghistory.UpdateDefaultUpdatedAt = usersettinghistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // usersettinghistoryDescTags is the schema descriptor for tags field. usersettinghistoryDescTags := usersettinghistoryFields[11].Descriptor() // usersettinghistory.DefaultTags holds the default value on creation for the tags field. @@ -2882,8 +2754,6 @@ func init() { vendorriskscorehistoryDescUpdatedAt := vendorriskscorehistoryFields[4].Descriptor() // vendorriskscorehistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. vendorriskscorehistory.DefaultUpdatedAt = vendorriskscorehistoryDescUpdatedAt.Default.(func() time.Time) - // vendorriskscorehistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - vendorriskscorehistory.UpdateDefaultUpdatedAt = vendorriskscorehistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // vendorriskscorehistoryDescTags is the schema descriptor for tags field. vendorriskscorehistoryDescTags := vendorriskscorehistoryFields[11].Descriptor() // vendorriskscorehistory.DefaultTags holds the default value on creation for the tags field. @@ -2921,8 +2791,6 @@ func init() { vendorscoringconfighistoryDescUpdatedAt := vendorscoringconfighistoryFields[4].Descriptor() // vendorscoringconfighistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. vendorscoringconfighistory.DefaultUpdatedAt = vendorscoringconfighistoryDescUpdatedAt.Default.(func() time.Time) - // vendorscoringconfighistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - vendorscoringconfighistory.UpdateDefaultUpdatedAt = vendorscoringconfighistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // vendorscoringconfighistoryDescTags is the schema descriptor for tags field. vendorscoringconfighistoryDescTags := vendorscoringconfighistoryFields[11].Descriptor() // vendorscoringconfighistory.DefaultTags holds the default value on creation for the tags field. @@ -2964,8 +2832,6 @@ func init() { vulnerabilityhistoryDescUpdatedAt := vulnerabilityhistoryFields[4].Descriptor() // vulnerabilityhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. vulnerabilityhistory.DefaultUpdatedAt = vulnerabilityhistoryDescUpdatedAt.Default.(func() time.Time) - // vulnerabilityhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - vulnerabilityhistory.UpdateDefaultUpdatedAt = vulnerabilityhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // vulnerabilityhistoryDescTags is the schema descriptor for tags field. vulnerabilityhistoryDescTags := vulnerabilityhistoryFields[12].Descriptor() // vulnerabilityhistory.DefaultTags holds the default value on creation for the tags field. @@ -3027,8 +2893,6 @@ func init() { workflowassignmenthistoryDescUpdatedAt := workflowassignmenthistoryFields[4].Descriptor() // workflowassignmenthistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. workflowassignmenthistory.DefaultUpdatedAt = workflowassignmenthistoryDescUpdatedAt.Default.(func() time.Time) - // workflowassignmenthistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - workflowassignmenthistory.UpdateDefaultUpdatedAt = workflowassignmenthistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // workflowassignmenthistoryDescTags is the schema descriptor for tags field. workflowassignmenthistoryDescTags := workflowassignmenthistoryFields[12].Descriptor() // workflowassignmenthistory.DefaultTags holds the default value on creation for the tags field. @@ -3070,8 +2934,6 @@ func init() { workflowassignmenttargethistoryDescUpdatedAt := workflowassignmenttargethistoryFields[4].Descriptor() // workflowassignmenttargethistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. workflowassignmenttargethistory.DefaultUpdatedAt = workflowassignmenttargethistoryDescUpdatedAt.Default.(func() time.Time) - // workflowassignmenttargethistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - workflowassignmenttargethistory.UpdateDefaultUpdatedAt = workflowassignmenttargethistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // workflowassignmenttargethistoryDescTags is the schema descriptor for tags field. workflowassignmenttargethistoryDescTags := workflowassignmenttargethistoryFields[12].Descriptor() // workflowassignmenttargethistory.DefaultTags holds the default value on creation for the tags field. @@ -3105,8 +2967,6 @@ func init() { workflowdefinitionhistoryDescUpdatedAt := workflowdefinitionhistoryFields[4].Descriptor() // workflowdefinitionhistory.DefaultUpdatedAt holds the default value on creation for the updated_at field. workflowdefinitionhistory.DefaultUpdatedAt = workflowdefinitionhistoryDescUpdatedAt.Default.(func() time.Time) - // workflowdefinitionhistory.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field. - workflowdefinitionhistory.UpdateDefaultUpdatedAt = workflowdefinitionhistoryDescUpdatedAt.UpdateDefault.(func() time.Time) // workflowdefinitionhistoryDescTags is the schema descriptor for tags field. workflowdefinitionhistoryDescTags := workflowdefinitionhistoryFields[12].Descriptor() // workflowdefinitionhistory.DefaultTags holds the default value on creation for the tags field. diff --git a/internal/ent/historygenerated/scheduledjobhistory/scheduledjobhistory.go b/internal/ent/historygenerated/scheduledjobhistory/scheduledjobhistory.go index d6e05d72fc..d0df8024ce 100644 --- a/internal/ent/historygenerated/scheduledjobhistory/scheduledjobhistory.go +++ b/internal/ent/historygenerated/scheduledjobhistory/scheduledjobhistory.go @@ -104,8 +104,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultActive holds the default value on creation for the "active" field. DefaultActive bool // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/scheduledjobhistory_create.go b/internal/ent/historygenerated/scheduledjobhistory_create.go index 10d69b223e..1025c0aec9 100644 --- a/internal/ent/historygenerated/scheduledjobhistory_create.go +++ b/internal/ent/historygenerated/scheduledjobhistory_create.go @@ -374,7 +374,6 @@ func (_c *ScheduledJobHistoryCreate) createSpec() (*ScheduledJobHistory, *sqlgra _node = &ScheduledJobHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(scheduledjobhistory.Table, sqlgraph.NewFieldSpec(scheduledjobhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.ScheduledJobHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/scheduledjobhistory_delete.go b/internal/ent/historygenerated/scheduledjobhistory_delete.go index 37639fa187..a570f3e003 100644 --- a/internal/ent/historygenerated/scheduledjobhistory_delete.go +++ b/internal/ent/historygenerated/scheduledjobhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/scheduledjobhistory" ) @@ -45,8 +43,6 @@ func (_d *ScheduledJobHistoryDelete) ExecX(ctx context.Context) int { func (_d *ScheduledJobHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(scheduledjobhistory.Table, sqlgraph.NewFieldSpec(scheduledjobhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.ScheduledJobHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/scheduledjobhistory_query.go b/internal/ent/historygenerated/scheduledjobhistory_query.go index 60e9e351ed..ddbd174e1f 100644 --- a/internal/ent/historygenerated/scheduledjobhistory_query.go +++ b/internal/ent/historygenerated/scheduledjobhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/scheduledjobhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type ScheduledJobHistoryQuery struct { order []scheduledjobhistory.OrderOption inters []Interceptor predicates []predicate.ScheduledJobHistory - loadTotal []func(context.Context, []*ScheduledJobHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*ScheduledJobHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *ScheduledJobHistoryQuery) Clone() *ScheduledJobHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.ScheduledJobHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *ScheduledJobHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.ScheduledJobHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *ScheduledJobHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *ScheduledJobHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.ScheduledJobHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *ScheduledJobHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.ScheduledJobHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *ScheduledJobHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *ScheduledJobHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *ScheduledJobHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (sjhq *ScheduledJobHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "ScheduledJobHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *ScheduledJobHistorySelect) sqlScan(ctx context.Context, root *Schedule defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *ScheduledJobHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *ScheduledJobHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/scheduledjobhistory_update.go b/internal/ent/historygenerated/scheduledjobhistory_update.go index 6fb0c84ad7..8b98c116ca 100644 --- a/internal/ent/historygenerated/scheduledjobhistory_update.go +++ b/internal/ent/historygenerated/scheduledjobhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/scheduledjobhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // ScheduledJobHistoryUpdate is the builder for updating ScheduledJobHistory entities. type ScheduledJobHistoryUpdate struct { config - hooks []Hook - mutation *ScheduledJobHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *ScheduledJobHistoryMutation } // Where appends a list predicates to the ScheduledJobHistoryUpdate builder. @@ -35,184 +29,6 @@ func (_u *ScheduledJobHistoryUpdate) Where(ps ...predicate.ScheduledJobHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *ScheduledJobHistoryUpdate) SetUpdatedAt(v time.Time) *ScheduledJobHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ScheduledJobHistoryUpdate) ClearUpdatedAt() *ScheduledJobHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ScheduledJobHistoryUpdate) SetUpdatedBy(v string) *ScheduledJobHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableUpdatedBy(v *string) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ScheduledJobHistoryUpdate) ClearUpdatedBy() *ScheduledJobHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ScheduledJobHistoryUpdate) SetUpdatedByImpersonator(v string) *ScheduledJobHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ScheduledJobHistoryUpdate) ClearUpdatedByImpersonator() *ScheduledJobHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ScheduledJobHistoryUpdate) SetDeletedAt(v time.Time) *ScheduledJobHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableDeletedAt(v *time.Time) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ScheduledJobHistoryUpdate) ClearDeletedAt() *ScheduledJobHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ScheduledJobHistoryUpdate) SetDeletedBy(v string) *ScheduledJobHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableDeletedBy(v *string) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ScheduledJobHistoryUpdate) ClearDeletedBy() *ScheduledJobHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetJobID sets the "job_id" field. -func (_u *ScheduledJobHistoryUpdate) SetJobID(v string) *ScheduledJobHistoryUpdate { - _u.mutation.SetJobID(v) - return _u -} - -// SetNillableJobID sets the "job_id" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableJobID(v *string) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetJobID(*v) - } - return _u -} - -// SetActive sets the "active" field. -func (_u *ScheduledJobHistoryUpdate) SetActive(v bool) *ScheduledJobHistoryUpdate { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableActive(v *bool) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetActive(*v) - } - return _u -} - -// SetConfiguration sets the "configuration" field. -func (_u *ScheduledJobHistoryUpdate) SetConfiguration(v models.JobConfiguration) *ScheduledJobHistoryUpdate { - _u.mutation.SetConfiguration(v) - return _u -} - -// AppendConfiguration appends value to the "configuration" field. -func (_u *ScheduledJobHistoryUpdate) AppendConfiguration(v models.JobConfiguration) *ScheduledJobHistoryUpdate { - _u.mutation.AppendConfiguration(v) - return _u -} - -// ClearConfiguration clears the value of the "configuration" field. -func (_u *ScheduledJobHistoryUpdate) ClearConfiguration() *ScheduledJobHistoryUpdate { - _u.mutation.ClearConfiguration() - return _u -} - -// SetCron sets the "cron" field. -func (_u *ScheduledJobHistoryUpdate) SetCron(v models.Cron) *ScheduledJobHistoryUpdate { - _u.mutation.SetCron(v) - return _u -} - -// SetNillableCron sets the "cron" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableCron(v *models.Cron) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetCron(*v) - } - return _u -} - -// ClearCron clears the value of the "cron" field. -func (_u *ScheduledJobHistoryUpdate) ClearCron() *ScheduledJobHistoryUpdate { - _u.mutation.ClearCron() - return _u -} - -// SetJobRunnerID sets the "job_runner_id" field. -func (_u *ScheduledJobHistoryUpdate) SetJobRunnerID(v string) *ScheduledJobHistoryUpdate { - _u.mutation.SetJobRunnerID(v) - return _u -} - -// SetNillableJobRunnerID sets the "job_runner_id" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdate) SetNillableJobRunnerID(v *string) *ScheduledJobHistoryUpdate { - if v != nil { - _u.SetJobRunnerID(*v) - } - return _u -} - -// ClearJobRunnerID clears the value of the "job_runner_id" field. -func (_u *ScheduledJobHistoryUpdate) ClearJobRunnerID() *ScheduledJobHistoryUpdate { - _u.mutation.ClearJobRunnerID() - return _u -} - // Mutation returns the ScheduledJobHistoryMutation object of the builder. func (_u *ScheduledJobHistoryUpdate) Mutation() *ScheduledJobHistoryMutation { return _u.mutation @@ -220,9 +36,6 @@ func (_u *ScheduledJobHistoryUpdate) Mutation() *ScheduledJobHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *ScheduledJobHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -248,24 +61,6 @@ func (_u *ScheduledJobHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ScheduledJobHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if scheduledjobhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized scheduledjobhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := scheduledjobhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ScheduledJobHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ScheduledJobHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ScheduledJobHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(scheduledjobhistory.Table, scheduledjobhistory.Columns, sqlgraph.NewFieldSpec(scheduledjobhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -281,74 +76,36 @@ func (_u *ScheduledJobHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(scheduledjobhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(scheduledjobhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(scheduledjobhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(scheduledjobhistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(scheduledjobhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.JobID(); ok { - _spec.SetField(scheduledjobhistory.FieldJobID, field.TypeString, value) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(scheduledjobhistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Configuration(); ok { - _spec.SetField(scheduledjobhistory.FieldConfiguration, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedConfiguration(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, scheduledjobhistory.FieldConfiguration, value) - }) - } if _u.mutation.ConfigurationCleared() { _spec.ClearField(scheduledjobhistory.FieldConfiguration, field.TypeJSON) } - if value, ok := _u.mutation.Cron(); ok { - _spec.SetField(scheduledjobhistory.FieldCron, field.TypeString, value) - } if _u.mutation.CronCleared() { _spec.ClearField(scheduledjobhistory.FieldCron, field.TypeString) } - if value, ok := _u.mutation.JobRunnerID(); ok { - _spec.SetField(scheduledjobhistory.FieldJobRunnerID, field.TypeString, value) - } if _u.mutation.JobRunnerIDCleared() { _spec.ClearField(scheduledjobhistory.FieldJobRunnerID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJobHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{scheduledjobhistory.Label} @@ -364,188 +121,9 @@ func (_u *ScheduledJobHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // ScheduledJobHistoryUpdateOne is the builder for updating a single ScheduledJobHistory entity. type ScheduledJobHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *ScheduledJobHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *ScheduledJobHistoryUpdateOne) SetUpdatedAt(v time.Time) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearUpdatedAt() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *ScheduledJobHistoryUpdateOne) SetUpdatedBy(v string) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableUpdatedBy(v *string) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearUpdatedBy() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *ScheduledJobHistoryUpdateOne) SetUpdatedByImpersonator(v string) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearUpdatedByImpersonator() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *ScheduledJobHistoryUpdateOne) SetDeletedAt(v time.Time) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearDeletedAt() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *ScheduledJobHistoryUpdateOne) SetDeletedBy(v string) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableDeletedBy(v *string) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearDeletedBy() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetJobID sets the "job_id" field. -func (_u *ScheduledJobHistoryUpdateOne) SetJobID(v string) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetJobID(v) - return _u -} - -// SetNillableJobID sets the "job_id" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableJobID(v *string) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetJobID(*v) - } - return _u -} - -// SetActive sets the "active" field. -func (_u *ScheduledJobHistoryUpdateOne) SetActive(v bool) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableActive(v *bool) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetActive(*v) - } - return _u -} - -// SetConfiguration sets the "configuration" field. -func (_u *ScheduledJobHistoryUpdateOne) SetConfiguration(v models.JobConfiguration) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetConfiguration(v) - return _u -} - -// AppendConfiguration appends value to the "configuration" field. -func (_u *ScheduledJobHistoryUpdateOne) AppendConfiguration(v models.JobConfiguration) *ScheduledJobHistoryUpdateOne { - _u.mutation.AppendConfiguration(v) - return _u -} - -// ClearConfiguration clears the value of the "configuration" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearConfiguration() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearConfiguration() - return _u -} - -// SetCron sets the "cron" field. -func (_u *ScheduledJobHistoryUpdateOne) SetCron(v models.Cron) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetCron(v) - return _u -} - -// SetNillableCron sets the "cron" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableCron(v *models.Cron) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetCron(*v) - } - return _u -} - -// ClearCron clears the value of the "cron" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearCron() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearCron() - return _u -} - -// SetJobRunnerID sets the "job_runner_id" field. -func (_u *ScheduledJobHistoryUpdateOne) SetJobRunnerID(v string) *ScheduledJobHistoryUpdateOne { - _u.mutation.SetJobRunnerID(v) - return _u -} - -// SetNillableJobRunnerID sets the "job_runner_id" field if the given value is not nil. -func (_u *ScheduledJobHistoryUpdateOne) SetNillableJobRunnerID(v *string) *ScheduledJobHistoryUpdateOne { - if v != nil { - _u.SetJobRunnerID(*v) - } - return _u -} - -// ClearJobRunnerID clears the value of the "job_runner_id" field. -func (_u *ScheduledJobHistoryUpdateOne) ClearJobRunnerID() *ScheduledJobHistoryUpdateOne { - _u.mutation.ClearJobRunnerID() - return _u + fields []string + hooks []Hook + mutation *ScheduledJobHistoryMutation } // Mutation returns the ScheduledJobHistoryMutation object of the builder. @@ -568,9 +146,6 @@ func (_u *ScheduledJobHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated ScheduledJobHistory entity. func (_u *ScheduledJobHistoryUpdateOne) Save(ctx context.Context) (*ScheduledJobHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -596,24 +171,6 @@ func (_u *ScheduledJobHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *ScheduledJobHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if scheduledjobhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized scheduledjobhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := scheduledjobhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *ScheduledJobHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *ScheduledJobHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *ScheduledJobHistoryUpdateOne) sqlSave(ctx context.Context) (_node *ScheduledJobHistory, err error) { _spec := sqlgraph.NewUpdateSpec(scheduledjobhistory.Table, scheduledjobhistory.Columns, sqlgraph.NewFieldSpec(scheduledjobhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -646,74 +203,36 @@ func (_u *ScheduledJobHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Sch if _u.mutation.CreatedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(scheduledjobhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(scheduledjobhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(scheduledjobhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(scheduledjobhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(scheduledjobhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(scheduledjobhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(scheduledjobhistory.FieldDeletedBy, field.TypeString) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(scheduledjobhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.JobID(); ok { - _spec.SetField(scheduledjobhistory.FieldJobID, field.TypeString, value) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(scheduledjobhistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.Configuration(); ok { - _spec.SetField(scheduledjobhistory.FieldConfiguration, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedConfiguration(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, scheduledjobhistory.FieldConfiguration, value) - }) - } if _u.mutation.ConfigurationCleared() { _spec.ClearField(scheduledjobhistory.FieldConfiguration, field.TypeJSON) } - if value, ok := _u.mutation.Cron(); ok { - _spec.SetField(scheduledjobhistory.FieldCron, field.TypeString, value) - } if _u.mutation.CronCleared() { _spec.ClearField(scheduledjobhistory.FieldCron, field.TypeString) } - if value, ok := _u.mutation.JobRunnerID(); ok { - _spec.SetField(scheduledjobhistory.FieldJobRunnerID, field.TypeString, value) - } if _u.mutation.JobRunnerIDCleared() { _spec.ClearField(scheduledjobhistory.FieldJobRunnerID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.ScheduledJobHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &ScheduledJobHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/sladefinitionhistory/sladefinitionhistory.go b/internal/ent/historygenerated/sladefinitionhistory/sladefinitionhistory.go index aa090b03b2..9ae1b0c28c 100644 --- a/internal/ent/historygenerated/sladefinitionhistory/sladefinitionhistory.go +++ b/internal/ent/historygenerated/sladefinitionhistory/sladefinitionhistory.go @@ -99,8 +99,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/sladefinitionhistory_create.go b/internal/ent/historygenerated/sladefinitionhistory_create.go index 6652d99b44..24df1de1e3 100644 --- a/internal/ent/historygenerated/sladefinitionhistory_create.go +++ b/internal/ent/historygenerated/sladefinitionhistory_create.go @@ -350,7 +350,6 @@ func (_c *SLADefinitionHistoryCreate) createSpec() (*SLADefinitionHistory, *sqlg _node = &SLADefinitionHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(sladefinitionhistory.Table, sqlgraph.NewFieldSpec(sladefinitionhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SLADefinitionHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/sladefinitionhistory_delete.go b/internal/ent/historygenerated/sladefinitionhistory_delete.go index 659ff66512..3d3f90af5c 100644 --- a/internal/ent/historygenerated/sladefinitionhistory_delete.go +++ b/internal/ent/historygenerated/sladefinitionhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/sladefinitionhistory" ) @@ -45,8 +43,6 @@ func (_d *SLADefinitionHistoryDelete) ExecX(ctx context.Context) int { func (_d *SLADefinitionHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(sladefinitionhistory.Table, sqlgraph.NewFieldSpec(sladefinitionhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SLADefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/sladefinitionhistory_query.go b/internal/ent/historygenerated/sladefinitionhistory_query.go index 040955d52d..be09b274d2 100644 --- a/internal/ent/historygenerated/sladefinitionhistory_query.go +++ b/internal/ent/historygenerated/sladefinitionhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/sladefinitionhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type SLADefinitionHistoryQuery struct { order []sladefinitionhistory.OrderOption inters []Interceptor predicates []predicate.SLADefinitionHistory - loadTotal []func(context.Context, []*SLADefinitionHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*SLADefinitionHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *SLADefinitionHistoryQuery) Clone() *SLADefinitionHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.SLADefinitionHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *SLADefinitionHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SLADefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *SLADefinitionHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH func (_q *SLADefinitionHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SLADefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *SLADefinitionHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SLADefinitionHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *SLADefinitionHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *SLADefinitionHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *SLADefinitionHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (sdhq *SLADefinitionHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "SLADefinitionHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *SLADefinitionHistorySelect) sqlScan(ctx context.Context, root *SLADefi defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *SLADefinitionHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *SLADefinitionHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/sladefinitionhistory_update.go b/internal/ent/historygenerated/sladefinitionhistory_update.go index 158e66fba1..c97b04b619 100644 --- a/internal/ent/historygenerated/sladefinitionhistory_update.go +++ b/internal/ent/historygenerated/sladefinitionhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/sladefinitionhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // SLADefinitionHistoryUpdate is the builder for updating SLADefinitionHistory entities. type SLADefinitionHistoryUpdate struct { config - hooks []Hook - mutation *SLADefinitionHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *SLADefinitionHistoryMutation } // Where appends a list predicates to the SLADefinitionHistoryUpdate builder. @@ -35,171 +29,6 @@ func (_u *SLADefinitionHistoryUpdate) Where(ps ...predicate.SLADefinitionHistory return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *SLADefinitionHistoryUpdate) SetUpdatedAt(v time.Time) *SLADefinitionHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SLADefinitionHistoryUpdate) ClearUpdatedAt() *SLADefinitionHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SLADefinitionHistoryUpdate) SetUpdatedBy(v string) *SLADefinitionHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableUpdatedBy(v *string) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SLADefinitionHistoryUpdate) ClearUpdatedBy() *SLADefinitionHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SLADefinitionHistoryUpdate) SetUpdatedByImpersonator(v string) *SLADefinitionHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SLADefinitionHistoryUpdate) ClearUpdatedByImpersonator() *SLADefinitionHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SLADefinitionHistoryUpdate) SetDeletedAt(v time.Time) *SLADefinitionHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableDeletedAt(v *time.Time) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SLADefinitionHistoryUpdate) ClearDeletedAt() *SLADefinitionHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SLADefinitionHistoryUpdate) SetDeletedBy(v string) *SLADefinitionHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableDeletedBy(v *string) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SLADefinitionHistoryUpdate) ClearDeletedBy() *SLADefinitionHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SLADefinitionHistoryUpdate) SetTags(v []string) *SLADefinitionHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SLADefinitionHistoryUpdate) AppendTags(v []string) *SLADefinitionHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SLADefinitionHistoryUpdate) ClearTags() *SLADefinitionHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *SLADefinitionHistoryUpdate) SetOwnerID(v string) *SLADefinitionHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableOwnerID(v *string) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *SLADefinitionHistoryUpdate) ClearOwnerID() *SLADefinitionHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetSLADays sets the "sla_days" field. -func (_u *SLADefinitionHistoryUpdate) SetSLADays(v int) *SLADefinitionHistoryUpdate { - _u.mutation.ResetSLADays() - _u.mutation.SetSLADays(v) - return _u -} - -// SetNillableSLADays sets the "sla_days" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableSLADays(v *int) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetSLADays(*v) - } - return _u -} - -// AddSLADays adds value to the "sla_days" field. -func (_u *SLADefinitionHistoryUpdate) AddSLADays(v int) *SLADefinitionHistoryUpdate { - _u.mutation.AddSLADays(v) - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *SLADefinitionHistoryUpdate) SetSecurityLevel(v enums.SecurityLevel) *SLADefinitionHistoryUpdate { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdate) SetNillableSecurityLevel(v *enums.SecurityLevel) *SLADefinitionHistoryUpdate { - if v != nil { - _u.SetSecurityLevel(*v) - } - return _u -} - // Mutation returns the SLADefinitionHistoryMutation object of the builder. func (_u *SLADefinitionHistoryUpdate) Mutation() *SLADefinitionHistoryMutation { return _u.mutation @@ -207,9 +36,6 @@ func (_u *SLADefinitionHistoryUpdate) Mutation() *SLADefinitionHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *SLADefinitionHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -235,38 +61,7 @@ func (_u *SLADefinitionHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SLADefinitionHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if sladefinitionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized sladefinitionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := sladefinitionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SLADefinitionHistoryUpdate) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := sladefinitionhistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "SLADefinitionHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SLADefinitionHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SLADefinitionHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SLADefinitionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(sladefinitionhistory.Table, sladefinitionhistory.Columns, sqlgraph.NewFieldSpec(sladefinitionhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -281,68 +76,30 @@ func (_u *SLADefinitionHistoryUpdate) sqlSave(ctx context.Context) (_node int, e if _u.mutation.CreatedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(sladefinitionhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(sladefinitionhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(sladefinitionhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(sladefinitionhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(sladefinitionhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, sladefinitionhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(sladefinitionhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(sladefinitionhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(sladefinitionhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.SLADays(); ok { - _spec.SetField(sladefinitionhistory.FieldSLADays, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedSLADays(); ok { - _spec.AddField(sladefinitionhistory.FieldSLADays, field.TypeInt, value) - } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(sladefinitionhistory.FieldSecurityLevel, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.SLADefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{sladefinitionhistory.Label} @@ -358,175 +115,9 @@ func (_u *SLADefinitionHistoryUpdate) sqlSave(ctx context.Context) (_node int, e // SLADefinitionHistoryUpdateOne is the builder for updating a single SLADefinitionHistory entity. type SLADefinitionHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *SLADefinitionHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *SLADefinitionHistoryUpdateOne) SetUpdatedAt(v time.Time) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearUpdatedAt() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SLADefinitionHistoryUpdateOne) SetUpdatedBy(v string) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableUpdatedBy(v *string) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearUpdatedBy() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SLADefinitionHistoryUpdateOne) SetUpdatedByImpersonator(v string) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearUpdatedByImpersonator() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SLADefinitionHistoryUpdateOne) SetDeletedAt(v time.Time) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearDeletedAt() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SLADefinitionHistoryUpdateOne) SetDeletedBy(v string) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableDeletedBy(v *string) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearDeletedBy() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SLADefinitionHistoryUpdateOne) SetTags(v []string) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SLADefinitionHistoryUpdateOne) AppendTags(v []string) *SLADefinitionHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearTags() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *SLADefinitionHistoryUpdateOne) SetOwnerID(v string) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableOwnerID(v *string) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *SLADefinitionHistoryUpdateOne) ClearOwnerID() *SLADefinitionHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetSLADays sets the "sla_days" field. -func (_u *SLADefinitionHistoryUpdateOne) SetSLADays(v int) *SLADefinitionHistoryUpdateOne { - _u.mutation.ResetSLADays() - _u.mutation.SetSLADays(v) - return _u -} - -// SetNillableSLADays sets the "sla_days" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableSLADays(v *int) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetSLADays(*v) - } - return _u -} - -// AddSLADays adds value to the "sla_days" field. -func (_u *SLADefinitionHistoryUpdateOne) AddSLADays(v int) *SLADefinitionHistoryUpdateOne { - _u.mutation.AddSLADays(v) - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *SLADefinitionHistoryUpdateOne) SetSecurityLevel(v enums.SecurityLevel) *SLADefinitionHistoryUpdateOne { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *SLADefinitionHistoryUpdateOne) SetNillableSecurityLevel(v *enums.SecurityLevel) *SLADefinitionHistoryUpdateOne { - if v != nil { - _u.SetSecurityLevel(*v) - } - return _u + fields []string + hooks []Hook + mutation *SLADefinitionHistoryMutation } // Mutation returns the SLADefinitionHistoryMutation object of the builder. @@ -549,9 +140,6 @@ func (_u *SLADefinitionHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated SLADefinitionHistory entity. func (_u *SLADefinitionHistoryUpdateOne) Save(ctx context.Context) (*SLADefinitionHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -577,38 +165,7 @@ func (_u *SLADefinitionHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SLADefinitionHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if sladefinitionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized sladefinitionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := sladefinitionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SLADefinitionHistoryUpdateOne) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := sladefinitionhistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "SLADefinitionHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SLADefinitionHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SLADefinitionHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SLADefinitionHistoryUpdateOne) sqlSave(ctx context.Context) (_node *SLADefinitionHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(sladefinitionhistory.Table, sladefinitionhistory.Columns, sqlgraph.NewFieldSpec(sladefinitionhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -640,68 +197,30 @@ func (_u *SLADefinitionHistoryUpdateOne) sqlSave(ctx context.Context) (_node *SL if _u.mutation.CreatedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(sladefinitionhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(sladefinitionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(sladefinitionhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(sladefinitionhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(sladefinitionhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(sladefinitionhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(sladefinitionhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(sladefinitionhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, sladefinitionhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(sladefinitionhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(sladefinitionhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(sladefinitionhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.SLADays(); ok { - _spec.SetField(sladefinitionhistory.FieldSLADays, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedSLADays(); ok { - _spec.AddField(sladefinitionhistory.FieldSLADays, field.TypeInt, value) - } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(sladefinitionhistory.FieldSecurityLevel, field.TypeEnum, value) - } - _spec.Node.Schema = _u.schemaConfig.SLADefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &SLADefinitionHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/standardhistory/standardhistory.go b/internal/ent/historygenerated/standardhistory/standardhistory.go index 66ee6a4798..e4252fe4c0 100644 --- a/internal/ent/historygenerated/standardhistory/standardhistory.go +++ b/internal/ent/historygenerated/standardhistory/standardhistory.go @@ -144,8 +144,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRevision holds the default value on creation for the "revision" field. diff --git a/internal/ent/historygenerated/standardhistory_create.go b/internal/ent/historygenerated/standardhistory_create.go index 742aef93fa..d7705a99a0 100644 --- a/internal/ent/historygenerated/standardhistory_create.go +++ b/internal/ent/historygenerated/standardhistory_create.go @@ -570,7 +570,6 @@ func (_c *StandardHistoryCreate) createSpec() (*StandardHistory, *sqlgraph.Creat _node = &StandardHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(standardhistory.Table, sqlgraph.NewFieldSpec(standardhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.StandardHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/standardhistory_delete.go b/internal/ent/historygenerated/standardhistory_delete.go index f3e68536e8..25bd2241c4 100644 --- a/internal/ent/historygenerated/standardhistory_delete.go +++ b/internal/ent/historygenerated/standardhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/standardhistory" ) @@ -45,8 +43,6 @@ func (_d *StandardHistoryDelete) ExecX(ctx context.Context) int { func (_d *StandardHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(standardhistory.Table, sqlgraph.NewFieldSpec(standardhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.StandardHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/standardhistory_query.go b/internal/ent/historygenerated/standardhistory_query.go index 3a477ef372..e3115b99f3 100644 --- a/internal/ent/historygenerated/standardhistory_query.go +++ b/internal/ent/historygenerated/standardhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/standardhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type StandardHistoryQuery struct { order []standardhistory.OrderOption inters []Interceptor predicates []predicate.StandardHistory - loadTotal []func(context.Context, []*StandardHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*StandardHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *StandardHistoryQuery) Clone() *StandardHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.StandardHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *StandardHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.StandardHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *StandardHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *StandardHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.StandardHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *StandardHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.StandardHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *StandardHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *StandardHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *StandardHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (shq *StandardHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "StandardHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *StandardHistorySelect) sqlScan(ctx context.Context, root *StandardHist defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *StandardHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *StandardHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/standardhistory_update.go b/internal/ent/historygenerated/standardhistory_update.go index 7fe2c6dd31..0f8469b1df 100644 --- a/internal/ent/historygenerated/standardhistory_update.go +++ b/internal/ent/historygenerated/standardhistory_update.go @@ -8,1217 +8,167 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/standardhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// StandardHistoryUpdate is the builder for updating StandardHistory entities. -type StandardHistoryUpdate struct { - config - hooks []Hook - mutation *StandardHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the StandardHistoryUpdate builder. -func (_u *StandardHistoryUpdate) Where(ps ...predicate.StandardHistory) *StandardHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *StandardHistoryUpdate) SetUpdatedAt(v time.Time) *StandardHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *StandardHistoryUpdate) ClearUpdatedAt() *StandardHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *StandardHistoryUpdate) SetUpdatedBy(v string) *StandardHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableUpdatedBy(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *StandardHistoryUpdate) ClearUpdatedBy() *StandardHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *StandardHistoryUpdate) SetUpdatedByImpersonator(v string) *StandardHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *StandardHistoryUpdate) ClearUpdatedByImpersonator() *StandardHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *StandardHistoryUpdate) SetDeletedAt(v time.Time) *StandardHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableDeletedAt(v *time.Time) *StandardHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *StandardHistoryUpdate) ClearDeletedAt() *StandardHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *StandardHistoryUpdate) SetDeletedBy(v string) *StandardHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableDeletedBy(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *StandardHistoryUpdate) ClearDeletedBy() *StandardHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *StandardHistoryUpdate) SetTags(v []string) *StandardHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *StandardHistoryUpdate) AppendTags(v []string) *StandardHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *StandardHistoryUpdate) ClearTags() *StandardHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *StandardHistoryUpdate) SetRevision(v string) *StandardHistoryUpdate { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableRevision(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *StandardHistoryUpdate) ClearRevision() *StandardHistoryUpdate { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *StandardHistoryUpdate) SetOwnerID(v string) *StandardHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableOwnerID(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *StandardHistoryUpdate) ClearOwnerID() *StandardHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *StandardHistoryUpdate) SetInternalNotes(v string) *StandardHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableInternalNotes(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *StandardHistoryUpdate) ClearInternalNotes() *StandardHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *StandardHistoryUpdate) SetSystemInternalID(v string) *StandardHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableSystemInternalID(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *StandardHistoryUpdate) ClearSystemInternalID() *StandardHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *StandardHistoryUpdate) SetName(v string) *StandardHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableName(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetShortName sets the "short_name" field. -func (_u *StandardHistoryUpdate) SetShortName(v string) *StandardHistoryUpdate { - _u.mutation.SetShortName(v) - return _u -} - -// SetNillableShortName sets the "short_name" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableShortName(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetShortName(*v) - } - return _u -} - -// ClearShortName clears the value of the "short_name" field. -func (_u *StandardHistoryUpdate) ClearShortName() *StandardHistoryUpdate { - _u.mutation.ClearShortName() - return _u -} - -// SetFramework sets the "framework" field. -func (_u *StandardHistoryUpdate) SetFramework(v string) *StandardHistoryUpdate { - _u.mutation.SetFramework(v) - return _u -} - -// SetNillableFramework sets the "framework" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableFramework(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetFramework(*v) - } - return _u -} - -// ClearFramework clears the value of the "framework" field. -func (_u *StandardHistoryUpdate) ClearFramework() *StandardHistoryUpdate { - _u.mutation.ClearFramework() - return _u -} - -// SetDescription sets the "description" field. -func (_u *StandardHistoryUpdate) SetDescription(v string) *StandardHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableDescription(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *StandardHistoryUpdate) ClearDescription() *StandardHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetGoverningBodyLogoURL sets the "governing_body_logo_url" field. -func (_u *StandardHistoryUpdate) SetGoverningBodyLogoURL(v string) *StandardHistoryUpdate { - _u.mutation.SetGoverningBodyLogoURL(v) - return _u -} - -// SetNillableGoverningBodyLogoURL sets the "governing_body_logo_url" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableGoverningBodyLogoURL(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetGoverningBodyLogoURL(*v) - } - return _u -} - -// ClearGoverningBodyLogoURL clears the value of the "governing_body_logo_url" field. -func (_u *StandardHistoryUpdate) ClearGoverningBodyLogoURL() *StandardHistoryUpdate { - _u.mutation.ClearGoverningBodyLogoURL() - return _u -} - -// SetGoverningBody sets the "governing_body" field. -func (_u *StandardHistoryUpdate) SetGoverningBody(v string) *StandardHistoryUpdate { - _u.mutation.SetGoverningBody(v) - return _u -} - -// SetNillableGoverningBody sets the "governing_body" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableGoverningBody(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetGoverningBody(*v) - } - return _u -} - -// ClearGoverningBody clears the value of the "governing_body" field. -func (_u *StandardHistoryUpdate) ClearGoverningBody() *StandardHistoryUpdate { - _u.mutation.ClearGoverningBody() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *StandardHistoryUpdate) SetDomains(v []string) *StandardHistoryUpdate { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *StandardHistoryUpdate) AppendDomains(v []string) *StandardHistoryUpdate { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *StandardHistoryUpdate) ClearDomains() *StandardHistoryUpdate { - _u.mutation.ClearDomains() - return _u -} - -// SetLink sets the "link" field. -func (_u *StandardHistoryUpdate) SetLink(v string) *StandardHistoryUpdate { - _u.mutation.SetLink(v) - return _u -} - -// SetNillableLink sets the "link" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableLink(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetLink(*v) - } - return _u -} - -// ClearLink clears the value of the "link" field. -func (_u *StandardHistoryUpdate) ClearLink() *StandardHistoryUpdate { - _u.mutation.ClearLink() - return _u -} - -// SetStatus sets the "status" field. -func (_u *StandardHistoryUpdate) SetStatus(v enums.StandardStatus) *StandardHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableStatus(v *enums.StandardStatus) *StandardHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *StandardHistoryUpdate) ClearStatus() *StandardHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetIsPublic sets the "is_public" field. -func (_u *StandardHistoryUpdate) SetIsPublic(v bool) *StandardHistoryUpdate { - _u.mutation.SetIsPublic(v) - return _u -} - -// SetNillableIsPublic sets the "is_public" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableIsPublic(v *bool) *StandardHistoryUpdate { - if v != nil { - _u.SetIsPublic(*v) - } - return _u -} - -// ClearIsPublic clears the value of the "is_public" field. -func (_u *StandardHistoryUpdate) ClearIsPublic() *StandardHistoryUpdate { - _u.mutation.ClearIsPublic() - return _u -} - -// SetFreeToUse sets the "free_to_use" field. -func (_u *StandardHistoryUpdate) SetFreeToUse(v bool) *StandardHistoryUpdate { - _u.mutation.SetFreeToUse(v) - return _u -} - -// SetNillableFreeToUse sets the "free_to_use" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableFreeToUse(v *bool) *StandardHistoryUpdate { - if v != nil { - _u.SetFreeToUse(*v) - } - return _u -} - -// ClearFreeToUse clears the value of the "free_to_use" field. -func (_u *StandardHistoryUpdate) ClearFreeToUse() *StandardHistoryUpdate { - _u.mutation.ClearFreeToUse() - return _u -} - -// SetStandardType sets the "standard_type" field. -func (_u *StandardHistoryUpdate) SetStandardType(v string) *StandardHistoryUpdate { - _u.mutation.SetStandardType(v) - return _u -} - -// SetNillableStandardType sets the "standard_type" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableStandardType(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetStandardType(*v) - } - return _u -} - -// ClearStandardType clears the value of the "standard_type" field. -func (_u *StandardHistoryUpdate) ClearStandardType() *StandardHistoryUpdate { - _u.mutation.ClearStandardType() - return _u -} - -// SetVersion sets the "version" field. -func (_u *StandardHistoryUpdate) SetVersion(v string) *StandardHistoryUpdate { - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableVersion(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetVersion(*v) - } - return _u -} - -// ClearVersion clears the value of the "version" field. -func (_u *StandardHistoryUpdate) ClearVersion() *StandardHistoryUpdate { - _u.mutation.ClearVersion() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *StandardHistoryUpdate) SetLogoFileID(v string) *StandardHistoryUpdate { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *StandardHistoryUpdate) SetNillableLogoFileID(v *string) *StandardHistoryUpdate { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *StandardHistoryUpdate) ClearLogoFileID() *StandardHistoryUpdate { - _u.mutation.ClearLogoFileID() - return _u -} - -// Mutation returns the StandardHistoryMutation object of the builder. -func (_u *StandardHistoryUpdate) Mutation() *StandardHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *StandardHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *StandardHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *StandardHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *StandardHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *StandardHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if standardhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized standardhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := standardhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *StandardHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := standardhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "StandardHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *StandardHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *StandardHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *StandardHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(standardhistory.Table, standardhistory.Columns, sqlgraph.NewFieldSpec(standardhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(standardhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(standardhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(standardhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(standardhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(standardhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(standardhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(standardhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(standardhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(standardhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(standardhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(standardhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(standardhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(standardhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(standardhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, standardhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(standardhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(standardhistory.FieldRevision, field.TypeString, value) - } - if _u.mutation.RevisionCleared() { - _spec.ClearField(standardhistory.FieldRevision, field.TypeString) - } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(standardhistory.FieldOwnerID, field.TypeString, value) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(standardhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(standardhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(standardhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(standardhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(standardhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(standardhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(standardhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.ShortName(); ok { - _spec.SetField(standardhistory.FieldShortName, field.TypeString, value) - } - if _u.mutation.ShortNameCleared() { - _spec.ClearField(standardhistory.FieldShortName, field.TypeString) - } - if value, ok := _u.mutation.Framework(); ok { - _spec.SetField(standardhistory.FieldFramework, field.TypeString, value) - } - if _u.mutation.FrameworkCleared() { - _spec.ClearField(standardhistory.FieldFramework, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(standardhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(standardhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.GoverningBodyLogoURL(); ok { - _spec.SetField(standardhistory.FieldGoverningBodyLogoURL, field.TypeString, value) - } - if _u.mutation.GoverningBodyLogoURLCleared() { - _spec.ClearField(standardhistory.FieldGoverningBodyLogoURL, field.TypeString) - } - if value, ok := _u.mutation.GoverningBody(); ok { - _spec.SetField(standardhistory.FieldGoverningBody, field.TypeString, value) - } - if _u.mutation.GoverningBodyCleared() { - _spec.ClearField(standardhistory.FieldGoverningBody, field.TypeString) - } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(standardhistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, standardhistory.FieldDomains, value) - }) - } - if _u.mutation.DomainsCleared() { - _spec.ClearField(standardhistory.FieldDomains, field.TypeJSON) - } - if value, ok := _u.mutation.Link(); ok { - _spec.SetField(standardhistory.FieldLink, field.TypeString, value) - } - if _u.mutation.LinkCleared() { - _spec.ClearField(standardhistory.FieldLink, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(standardhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(standardhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.IsPublic(); ok { - _spec.SetField(standardhistory.FieldIsPublic, field.TypeBool, value) - } - if _u.mutation.IsPublicCleared() { - _spec.ClearField(standardhistory.FieldIsPublic, field.TypeBool) - } - if value, ok := _u.mutation.FreeToUse(); ok { - _spec.SetField(standardhistory.FieldFreeToUse, field.TypeBool, value) - } - if _u.mutation.FreeToUseCleared() { - _spec.ClearField(standardhistory.FieldFreeToUse, field.TypeBool) - } - if value, ok := _u.mutation.StandardType(); ok { - _spec.SetField(standardhistory.FieldStandardType, field.TypeString, value) - } - if _u.mutation.StandardTypeCleared() { - _spec.ClearField(standardhistory.FieldStandardType, field.TypeString) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(standardhistory.FieldVersion, field.TypeString, value) - } - if _u.mutation.VersionCleared() { - _spec.ClearField(standardhistory.FieldVersion, field.TypeString) - } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(standardhistory.FieldLogoFileID, field.TypeString, value) - } - if _u.mutation.LogoFileIDCleared() { - _spec.ClearField(standardhistory.FieldLogoFileID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.StandardHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{standardhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// StandardHistoryUpdateOne is the builder for updating a single StandardHistory entity. -type StandardHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *StandardHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *StandardHistoryUpdateOne) SetUpdatedAt(v time.Time) *StandardHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *StandardHistoryUpdateOne) ClearUpdatedAt() *StandardHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *StandardHistoryUpdateOne) SetUpdatedBy(v string) *StandardHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableUpdatedBy(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *StandardHistoryUpdateOne) ClearUpdatedBy() *StandardHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *StandardHistoryUpdateOne) SetUpdatedByImpersonator(v string) *StandardHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *StandardHistoryUpdateOne) ClearUpdatedByImpersonator() *StandardHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *StandardHistoryUpdateOne) SetDeletedAt(v time.Time) *StandardHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *StandardHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *StandardHistoryUpdateOne) ClearDeletedAt() *StandardHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *StandardHistoryUpdateOne) SetDeletedBy(v string) *StandardHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableDeletedBy(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *StandardHistoryUpdateOne) ClearDeletedBy() *StandardHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *StandardHistoryUpdateOne) SetTags(v []string) *StandardHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *StandardHistoryUpdateOne) AppendTags(v []string) *StandardHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *StandardHistoryUpdateOne) ClearTags() *StandardHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetRevision sets the "revision" field. -func (_u *StandardHistoryUpdateOne) SetRevision(v string) *StandardHistoryUpdateOne { - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableRevision(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// ClearRevision clears the value of the "revision" field. -func (_u *StandardHistoryUpdateOne) ClearRevision() *StandardHistoryUpdateOne { - _u.mutation.ClearRevision() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *StandardHistoryUpdateOne) SetOwnerID(v string) *StandardHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableOwnerID(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *StandardHistoryUpdateOne) ClearOwnerID() *StandardHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *StandardHistoryUpdateOne) SetInternalNotes(v string) *StandardHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableInternalNotes(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *StandardHistoryUpdateOne) ClearInternalNotes() *StandardHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *StandardHistoryUpdateOne) SetSystemInternalID(v string) *StandardHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableSystemInternalID(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *StandardHistoryUpdateOne) ClearSystemInternalID() *StandardHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *StandardHistoryUpdateOne) SetName(v string) *StandardHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableName(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetShortName sets the "short_name" field. -func (_u *StandardHistoryUpdateOne) SetShortName(v string) *StandardHistoryUpdateOne { - _u.mutation.SetShortName(v) - return _u -} - -// SetNillableShortName sets the "short_name" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableShortName(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetShortName(*v) - } - return _u -} - -// ClearShortName clears the value of the "short_name" field. -func (_u *StandardHistoryUpdateOne) ClearShortName() *StandardHistoryUpdateOne { - _u.mutation.ClearShortName() - return _u -} - -// SetFramework sets the "framework" field. -func (_u *StandardHistoryUpdateOne) SetFramework(v string) *StandardHistoryUpdateOne { - _u.mutation.SetFramework(v) - return _u +// StandardHistoryUpdate is the builder for updating StandardHistory entities. +type StandardHistoryUpdate struct { + config + hooks []Hook + mutation *StandardHistoryMutation } -// SetNillableFramework sets the "framework" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableFramework(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetFramework(*v) - } +// Where appends a list predicates to the StandardHistoryUpdate builder. +func (_u *StandardHistoryUpdate) Where(ps ...predicate.StandardHistory) *StandardHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearFramework clears the value of the "framework" field. -func (_u *StandardHistoryUpdateOne) ClearFramework() *StandardHistoryUpdateOne { - _u.mutation.ClearFramework() - return _u +// Mutation returns the StandardHistoryMutation object of the builder. +func (_u *StandardHistoryUpdate) Mutation() *StandardHistoryMutation { + return _u.mutation } -// SetDescription sets the "description" field. -func (_u *StandardHistoryUpdateOne) SetDescription(v string) *StandardHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *StandardHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableDescription(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *StandardHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *StandardHistoryUpdateOne) ClearDescription() *StandardHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u + return affected } -// SetGoverningBodyLogoURL sets the "governing_body_logo_url" field. -func (_u *StandardHistoryUpdateOne) SetGoverningBodyLogoURL(v string) *StandardHistoryUpdateOne { - _u.mutation.SetGoverningBodyLogoURL(v) - return _u +// Exec executes the query. +func (_u *StandardHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableGoverningBodyLogoURL sets the "governing_body_logo_url" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableGoverningBodyLogoURL(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetGoverningBodyLogoURL(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *StandardHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearGoverningBodyLogoURL clears the value of the "governing_body_logo_url" field. -func (_u *StandardHistoryUpdateOne) ClearGoverningBodyLogoURL() *StandardHistoryUpdateOne { - _u.mutation.ClearGoverningBodyLogoURL() - return _u } -// SetGoverningBody sets the "governing_body" field. -func (_u *StandardHistoryUpdateOne) SetGoverningBody(v string) *StandardHistoryUpdateOne { - _u.mutation.SetGoverningBody(v) - return _u -} - -// SetNillableGoverningBody sets the "governing_body" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableGoverningBody(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetGoverningBody(*v) +func (_u *StandardHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(standardhistory.Table, standardhistory.Columns, sqlgraph.NewFieldSpec(standardhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearGoverningBody clears the value of the "governing_body" field. -func (_u *StandardHistoryUpdateOne) ClearGoverningBody() *StandardHistoryUpdateOne { - _u.mutation.ClearGoverningBody() - return _u -} - -// SetDomains sets the "domains" field. -func (_u *StandardHistoryUpdateOne) SetDomains(v []string) *StandardHistoryUpdateOne { - _u.mutation.SetDomains(v) - return _u -} - -// AppendDomains appends value to the "domains" field. -func (_u *StandardHistoryUpdateOne) AppendDomains(v []string) *StandardHistoryUpdateOne { - _u.mutation.AppendDomains(v) - return _u -} - -// ClearDomains clears the value of the "domains" field. -func (_u *StandardHistoryUpdateOne) ClearDomains() *StandardHistoryUpdateOne { - _u.mutation.ClearDomains() - return _u -} - -// SetLink sets the "link" field. -func (_u *StandardHistoryUpdateOne) SetLink(v string) *StandardHistoryUpdateOne { - _u.mutation.SetLink(v) - return _u -} - -// SetNillableLink sets the "link" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableLink(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetLink(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(standardhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearLink clears the value of the "link" field. -func (_u *StandardHistoryUpdateOne) ClearLink() *StandardHistoryUpdateOne { - _u.mutation.ClearLink() - return _u -} - -// SetStatus sets the "status" field. -func (_u *StandardHistoryUpdateOne) SetStatus(v enums.StandardStatus) *StandardHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableStatus(v *enums.StandardStatus) *StandardHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(standardhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *StandardHistoryUpdateOne) ClearStatus() *StandardHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetIsPublic sets the "is_public" field. -func (_u *StandardHistoryUpdateOne) SetIsPublic(v bool) *StandardHistoryUpdateOne { - _u.mutation.SetIsPublic(v) - return _u -} - -// SetNillableIsPublic sets the "is_public" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableIsPublic(v *bool) *StandardHistoryUpdateOne { - if v != nil { - _u.SetIsPublic(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(standardhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearIsPublic clears the value of the "is_public" field. -func (_u *StandardHistoryUpdateOne) ClearIsPublic() *StandardHistoryUpdateOne { - _u.mutation.ClearIsPublic() - return _u -} - -// SetFreeToUse sets the "free_to_use" field. -func (_u *StandardHistoryUpdateOne) SetFreeToUse(v bool) *StandardHistoryUpdateOne { - _u.mutation.SetFreeToUse(v) - return _u -} - -// SetNillableFreeToUse sets the "free_to_use" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableFreeToUse(v *bool) *StandardHistoryUpdateOne { - if v != nil { - _u.SetFreeToUse(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(standardhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearFreeToUse clears the value of the "free_to_use" field. -func (_u *StandardHistoryUpdateOne) ClearFreeToUse() *StandardHistoryUpdateOne { - _u.mutation.ClearFreeToUse() - return _u -} - -// SetStandardType sets the "standard_type" field. -func (_u *StandardHistoryUpdateOne) SetStandardType(v string) *StandardHistoryUpdateOne { - _u.mutation.SetStandardType(v) - return _u -} - -// SetNillableStandardType sets the "standard_type" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableStandardType(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetStandardType(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(standardhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearStandardType clears the value of the "standard_type" field. -func (_u *StandardHistoryUpdateOne) ClearStandardType() *StandardHistoryUpdateOne { - _u.mutation.ClearStandardType() - return _u -} - -// SetVersion sets the "version" field. -func (_u *StandardHistoryUpdateOne) SetVersion(v string) *StandardHistoryUpdateOne { - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableVersion(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetVersion(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(standardhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearVersion clears the value of the "version" field. -func (_u *StandardHistoryUpdateOne) ClearVersion() *StandardHistoryUpdateOne { - _u.mutation.ClearVersion() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *StandardHistoryUpdateOne) SetLogoFileID(v string) *StandardHistoryUpdateOne { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *StandardHistoryUpdateOne) SetNillableLogoFileID(v *string) *StandardHistoryUpdateOne { - if v != nil { - _u.SetLogoFileID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(standardhistory.FieldDeletedAt, field.TypeTime) } - return _u + if _u.mutation.DeletedByCleared() { + _spec.ClearField(standardhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(standardhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.RevisionCleared() { + _spec.ClearField(standardhistory.FieldRevision, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(standardhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(standardhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(standardhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(standardhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.ShortNameCleared() { + _spec.ClearField(standardhistory.FieldShortName, field.TypeString) + } + if _u.mutation.FrameworkCleared() { + _spec.ClearField(standardhistory.FieldFramework, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(standardhistory.FieldDescription, field.TypeString) + } + if _u.mutation.GoverningBodyLogoURLCleared() { + _spec.ClearField(standardhistory.FieldGoverningBodyLogoURL, field.TypeString) + } + if _u.mutation.GoverningBodyCleared() { + _spec.ClearField(standardhistory.FieldGoverningBody, field.TypeString) + } + if _u.mutation.DomainsCleared() { + _spec.ClearField(standardhistory.FieldDomains, field.TypeJSON) + } + if _u.mutation.LinkCleared() { + _spec.ClearField(standardhistory.FieldLink, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(standardhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.IsPublicCleared() { + _spec.ClearField(standardhistory.FieldIsPublic, field.TypeBool) + } + if _u.mutation.FreeToUseCleared() { + _spec.ClearField(standardhistory.FieldFreeToUse, field.TypeBool) + } + if _u.mutation.StandardTypeCleared() { + _spec.ClearField(standardhistory.FieldStandardType, field.TypeString) + } + if _u.mutation.VersionCleared() { + _spec.ClearField(standardhistory.FieldVersion, field.TypeString) + } + if _u.mutation.LogoFileIDCleared() { + _spec.ClearField(standardhistory.FieldLogoFileID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{standardhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *StandardHistoryUpdateOne) ClearLogoFileID() *StandardHistoryUpdateOne { - _u.mutation.ClearLogoFileID() - return _u +// StandardHistoryUpdateOne is the builder for updating a single StandardHistory entity. +type StandardHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *StandardHistoryMutation } // Mutation returns the StandardHistoryMutation object of the builder. @@ -1241,9 +191,6 @@ func (_u *StandardHistoryUpdateOne) Select(field string, fields ...string) *Stan // Save executes the query and returns the updated StandardHistory entity. func (_u *StandardHistoryUpdateOne) Save(ctx context.Context) (*StandardHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1269,38 +216,7 @@ func (_u *StandardHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *StandardHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if standardhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized standardhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := standardhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *StandardHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := standardhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "StandardHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *StandardHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *StandardHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *StandardHistoryUpdateOne) sqlSave(ctx context.Context) (_node *StandardHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(standardhistory.Table, standardhistory.Columns, sqlgraph.NewFieldSpec(standardhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1332,166 +248,81 @@ func (_u *StandardHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Standar if _u.mutation.CreatedAtCleared() { _spec.ClearField(standardhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(standardhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(standardhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(standardhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(standardhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(standardhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(standardhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(standardhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(standardhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(standardhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(standardhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(standardhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(standardhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, standardhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(standardhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(standardhistory.FieldRevision, field.TypeString, value) - } if _u.mutation.RevisionCleared() { _spec.ClearField(standardhistory.FieldRevision, field.TypeString) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(standardhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(standardhistory.FieldOwnerID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(standardhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(standardhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(standardhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(standardhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(standardhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(standardhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.ShortName(); ok { - _spec.SetField(standardhistory.FieldShortName, field.TypeString, value) - } if _u.mutation.ShortNameCleared() { _spec.ClearField(standardhistory.FieldShortName, field.TypeString) } - if value, ok := _u.mutation.Framework(); ok { - _spec.SetField(standardhistory.FieldFramework, field.TypeString, value) - } if _u.mutation.FrameworkCleared() { _spec.ClearField(standardhistory.FieldFramework, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(standardhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(standardhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.GoverningBodyLogoURL(); ok { - _spec.SetField(standardhistory.FieldGoverningBodyLogoURL, field.TypeString, value) - } if _u.mutation.GoverningBodyLogoURLCleared() { _spec.ClearField(standardhistory.FieldGoverningBodyLogoURL, field.TypeString) } - if value, ok := _u.mutation.GoverningBody(); ok { - _spec.SetField(standardhistory.FieldGoverningBody, field.TypeString, value) - } if _u.mutation.GoverningBodyCleared() { _spec.ClearField(standardhistory.FieldGoverningBody, field.TypeString) } - if value, ok := _u.mutation.Domains(); ok { - _spec.SetField(standardhistory.FieldDomains, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDomains(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, standardhistory.FieldDomains, value) - }) - } if _u.mutation.DomainsCleared() { _spec.ClearField(standardhistory.FieldDomains, field.TypeJSON) } - if value, ok := _u.mutation.Link(); ok { - _spec.SetField(standardhistory.FieldLink, field.TypeString, value) - } if _u.mutation.LinkCleared() { _spec.ClearField(standardhistory.FieldLink, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(standardhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(standardhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.IsPublic(); ok { - _spec.SetField(standardhistory.FieldIsPublic, field.TypeBool, value) - } if _u.mutation.IsPublicCleared() { _spec.ClearField(standardhistory.FieldIsPublic, field.TypeBool) } - if value, ok := _u.mutation.FreeToUse(); ok { - _spec.SetField(standardhistory.FieldFreeToUse, field.TypeBool, value) - } if _u.mutation.FreeToUseCleared() { _spec.ClearField(standardhistory.FieldFreeToUse, field.TypeBool) } - if value, ok := _u.mutation.StandardType(); ok { - _spec.SetField(standardhistory.FieldStandardType, field.TypeString, value) - } if _u.mutation.StandardTypeCleared() { _spec.ClearField(standardhistory.FieldStandardType, field.TypeString) } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(standardhistory.FieldVersion, field.TypeString, value) - } if _u.mutation.VersionCleared() { _spec.ClearField(standardhistory.FieldVersion, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(standardhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(standardhistory.FieldLogoFileID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.StandardHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &StandardHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/subcontrolhistory/subcontrolhistory.go b/internal/ent/historygenerated/subcontrolhistory/subcontrolhistory.go index 6b3530f2d5..69c16e3a6c 100644 --- a/internal/ent/historygenerated/subcontrolhistory/subcontrolhistory.go +++ b/internal/ent/historygenerated/subcontrolhistory/subcontrolhistory.go @@ -207,8 +207,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/subcontrolhistory_create.go b/internal/ent/historygenerated/subcontrolhistory_create.go index c73816b49d..8d18f8739b 100644 --- a/internal/ent/historygenerated/subcontrolhistory_create.go +++ b/internal/ent/historygenerated/subcontrolhistory_create.go @@ -785,7 +785,6 @@ func (_c *SubcontrolHistoryCreate) createSpec() (*SubcontrolHistory, *sqlgraph.C _node = &SubcontrolHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(subcontrolhistory.Table, sqlgraph.NewFieldSpec(subcontrolhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SubcontrolHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/subcontrolhistory_delete.go b/internal/ent/historygenerated/subcontrolhistory_delete.go index d69c19bf28..abe9eb8b5b 100644 --- a/internal/ent/historygenerated/subcontrolhistory_delete.go +++ b/internal/ent/historygenerated/subcontrolhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/subcontrolhistory" ) @@ -45,8 +43,6 @@ func (_d *SubcontrolHistoryDelete) ExecX(ctx context.Context) int { func (_d *SubcontrolHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(subcontrolhistory.Table, sqlgraph.NewFieldSpec(subcontrolhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SubcontrolHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/subcontrolhistory_query.go b/internal/ent/historygenerated/subcontrolhistory_query.go index 871323c491..e79383c7f1 100644 --- a/internal/ent/historygenerated/subcontrolhistory_query.go +++ b/internal/ent/historygenerated/subcontrolhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/subcontrolhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type SubcontrolHistoryQuery struct { order []subcontrolhistory.OrderOption inters []Interceptor predicates []predicate.SubcontrolHistory - loadTotal []func(context.Context, []*SubcontrolHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*SubcontrolHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *SubcontrolHistoryQuery) Clone() *SubcontrolHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.SubcontrolHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *SubcontrolHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SubcontrolHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *SubcontrolHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook func (_q *SubcontrolHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SubcontrolHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *SubcontrolHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SubcontrolHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *SubcontrolHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *SubcontrolHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *SubcontrolHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (shq *SubcontrolHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "SubcontrolHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *SubcontrolHistorySelect) sqlScan(ctx context.Context, root *Subcontrol defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *SubcontrolHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *SubcontrolHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/subcontrolhistory_update.go b/internal/ent/historygenerated/subcontrolhistory_update.go index e63afafb82..59407fc133 100644 --- a/internal/ent/historygenerated/subcontrolhistory_update.go +++ b/internal/ent/historygenerated/subcontrolhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/subcontrolhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // SubcontrolHistoryUpdate is the builder for updating SubcontrolHistory entities. type SubcontrolHistoryUpdate struct { config - hooks []Hook - mutation *SubcontrolHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *SubcontrolHistoryMutation } // Where appends a list predicates to the SubcontrolHistoryUpdate builder. @@ -36,2072 +29,203 @@ func (_u *SubcontrolHistoryUpdate) Where(ps ...predicate.SubcontrolHistory) *Sub return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *SubcontrolHistoryUpdate) SetUpdatedAt(v time.Time) *SubcontrolHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SubcontrolHistoryUpdate) ClearUpdatedAt() *SubcontrolHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SubcontrolHistoryUpdate) SetUpdatedBy(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableUpdatedBy(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SubcontrolHistoryUpdate) ClearUpdatedBy() *SubcontrolHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SubcontrolHistoryUpdate) SetUpdatedByImpersonator(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SubcontrolHistoryUpdate) ClearUpdatedByImpersonator() *SubcontrolHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SubcontrolHistoryUpdate) SetDeletedAt(v time.Time) *SubcontrolHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableDeletedAt(v *time.Time) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SubcontrolHistoryUpdate) ClearDeletedAt() *SubcontrolHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SubcontrolHistoryUpdate) SetDeletedBy(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableDeletedBy(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SubcontrolHistoryUpdate) ClearDeletedBy() *SubcontrolHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SubcontrolHistoryUpdate) SetTags(v []string) *SubcontrolHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SubcontrolHistoryUpdate) AppendTags(v []string) *SubcontrolHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SubcontrolHistoryUpdate) ClearTags() *SubcontrolHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *SubcontrolHistoryUpdate) SetExternalUUID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableExternalUUID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *SubcontrolHistoryUpdate) ClearExternalUUID() *SubcontrolHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *SubcontrolHistoryUpdate) SetTitle(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableTitle(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *SubcontrolHistoryUpdate) ClearTitle() *SubcontrolHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetDescription sets the "description" field. -func (_u *SubcontrolHistoryUpdate) SetDescription(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableDescription(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SubcontrolHistoryUpdate) ClearDescription() *SubcontrolHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetDescriptionJSON sets the "description_json" field. -func (_u *SubcontrolHistoryUpdate) SetDescriptionJSON(v []interface{}) *SubcontrolHistoryUpdate { - _u.mutation.SetDescriptionJSON(v) - return _u -} - -// AppendDescriptionJSON appends value to the "description_json" field. -func (_u *SubcontrolHistoryUpdate) AppendDescriptionJSON(v []interface{}) *SubcontrolHistoryUpdate { - _u.mutation.AppendDescriptionJSON(v) - return _u -} - -// ClearDescriptionJSON clears the value of the "description_json" field. -func (_u *SubcontrolHistoryUpdate) ClearDescriptionJSON() *SubcontrolHistoryUpdate { - _u.mutation.ClearDescriptionJSON() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *SubcontrolHistoryUpdate) SetAliases(v []string) *SubcontrolHistoryUpdate { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *SubcontrolHistoryUpdate) AppendAliases(v []string) *SubcontrolHistoryUpdate { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *SubcontrolHistoryUpdate) ClearAliases() *SubcontrolHistoryUpdate { - _u.mutation.ClearAliases() - return _u -} - -// SetReferenceID sets the "reference_id" field. -func (_u *SubcontrolHistoryUpdate) SetReferenceID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetReferenceID(v) - return _u -} - -// SetNillableReferenceID sets the "reference_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableReferenceID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetReferenceID(*v) - } - return _u -} - -// ClearReferenceID clears the value of the "reference_id" field. -func (_u *SubcontrolHistoryUpdate) ClearReferenceID() *SubcontrolHistoryUpdate { - _u.mutation.ClearReferenceID() - return _u -} - -// SetAuditorReferenceID sets the "auditor_reference_id" field. -func (_u *SubcontrolHistoryUpdate) SetAuditorReferenceID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetAuditorReferenceID(v) - return _u -} - -// SetNillableAuditorReferenceID sets the "auditor_reference_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableAuditorReferenceID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetAuditorReferenceID(*v) - } - return _u -} - -// ClearAuditorReferenceID clears the value of the "auditor_reference_id" field. -func (_u *SubcontrolHistoryUpdate) ClearAuditorReferenceID() *SubcontrolHistoryUpdate { - _u.mutation.ClearAuditorReferenceID() - return _u -} - -// SetResponsiblePartyID sets the "responsible_party_id" field. -func (_u *SubcontrolHistoryUpdate) SetResponsiblePartyID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetResponsiblePartyID(v) - return _u -} - -// SetNillableResponsiblePartyID sets the "responsible_party_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableResponsiblePartyID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetResponsiblePartyID(*v) - } - return _u -} - -// ClearResponsiblePartyID clears the value of the "responsible_party_id" field. -func (_u *SubcontrolHistoryUpdate) ClearResponsiblePartyID() *SubcontrolHistoryUpdate { - _u.mutation.ClearResponsiblePartyID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *SubcontrolHistoryUpdate) SetStatus(v enums.ControlStatus) *SubcontrolHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableStatus(v *enums.ControlStatus) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *SubcontrolHistoryUpdate) ClearStatus() *SubcontrolHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationStatus sets the "implementation_status" field. -func (_u *SubcontrolHistoryUpdate) SetImplementationStatus(v enums.ControlImplementationStatus) *SubcontrolHistoryUpdate { - _u.mutation.SetImplementationStatus(v) - return _u -} - -// SetNillableImplementationStatus sets the "implementation_status" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableImplementationStatus(v *enums.ControlImplementationStatus) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetImplementationStatus(*v) - } - return _u -} - -// ClearImplementationStatus clears the value of the "implementation_status" field. -func (_u *SubcontrolHistoryUpdate) ClearImplementationStatus() *SubcontrolHistoryUpdate { - _u.mutation.ClearImplementationStatus() - return _u -} - -// SetImplementationDescription sets the "implementation_description" field. -func (_u *SubcontrolHistoryUpdate) SetImplementationDescription(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetImplementationDescription(v) - return _u -} - -// SetNillableImplementationDescription sets the "implementation_description" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableImplementationDescription(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetImplementationDescription(*v) - } - return _u -} - -// ClearImplementationDescription clears the value of the "implementation_description" field. -func (_u *SubcontrolHistoryUpdate) ClearImplementationDescription() *SubcontrolHistoryUpdate { - _u.mutation.ClearImplementationDescription() - return _u -} - -// SetPublicRepresentation sets the "public_representation" field. -func (_u *SubcontrolHistoryUpdate) SetPublicRepresentation(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetPublicRepresentation(v) - return _u -} - -// SetNillablePublicRepresentation sets the "public_representation" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillablePublicRepresentation(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetPublicRepresentation(*v) - } - return _u -} - -// ClearPublicRepresentation clears the value of the "public_representation" field. -func (_u *SubcontrolHistoryUpdate) ClearPublicRepresentation() *SubcontrolHistoryUpdate { - _u.mutation.ClearPublicRepresentation() - return _u -} - -// SetSource sets the "source" field. -func (_u *SubcontrolHistoryUpdate) SetSource(v enums.ControlSource) *SubcontrolHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSource(v *enums.ControlSource) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *SubcontrolHistoryUpdate) ClearSource() *SubcontrolHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetSourceName sets the "source_name" field. -func (_u *SubcontrolHistoryUpdate) SetSourceName(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetSourceName(v) - return _u -} - -// SetNillableSourceName sets the "source_name" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSourceName(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSourceName(*v) - } - return _u -} - -// ClearSourceName clears the value of the "source_name" field. -func (_u *SubcontrolHistoryUpdate) ClearSourceName() *SubcontrolHistoryUpdate { - _u.mutation.ClearSourceName() - return _u -} - -// SetReferenceFramework sets the "reference_framework" field. -func (_u *SubcontrolHistoryUpdate) SetReferenceFramework(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetReferenceFramework(v) - return _u -} - -// SetNillableReferenceFramework sets the "reference_framework" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableReferenceFramework(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetReferenceFramework(*v) - } - return _u -} - -// ClearReferenceFramework clears the value of the "reference_framework" field. -func (_u *SubcontrolHistoryUpdate) ClearReferenceFramework() *SubcontrolHistoryUpdate { - _u.mutation.ClearReferenceFramework() - return _u -} - -// SetReferenceFrameworkRevision sets the "reference_framework_revision" field. -func (_u *SubcontrolHistoryUpdate) SetReferenceFrameworkRevision(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetReferenceFrameworkRevision(v) - return _u -} - -// SetNillableReferenceFrameworkRevision sets the "reference_framework_revision" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableReferenceFrameworkRevision(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetReferenceFrameworkRevision(*v) - } - return _u -} - -// ClearReferenceFrameworkRevision clears the value of the "reference_framework_revision" field. -func (_u *SubcontrolHistoryUpdate) ClearReferenceFrameworkRevision() *SubcontrolHistoryUpdate { - _u.mutation.ClearReferenceFrameworkRevision() - return _u -} - -// SetCategory sets the "category" field. -func (_u *SubcontrolHistoryUpdate) SetCategory(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableCategory(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *SubcontrolHistoryUpdate) ClearCategory() *SubcontrolHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *SubcontrolHistoryUpdate) SetCategoryID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableCategoryID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetCategoryID(*v) - } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *SubcontrolHistoryUpdate) ClearCategoryID() *SubcontrolHistoryUpdate { - _u.mutation.ClearCategoryID() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *SubcontrolHistoryUpdate) SetSubcategory(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSubcategory(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSubcategory(*v) - } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *SubcontrolHistoryUpdate) ClearSubcategory() *SubcontrolHistoryUpdate { - _u.mutation.ClearSubcategory() - return _u -} - -// SetMappedCategories sets the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdate) SetMappedCategories(v []string) *SubcontrolHistoryUpdate { - _u.mutation.SetMappedCategories(v) - return _u -} - -// AppendMappedCategories appends value to the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdate) AppendMappedCategories(v []string) *SubcontrolHistoryUpdate { - _u.mutation.AppendMappedCategories(v) - return _u -} - -// ClearMappedCategories clears the value of the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdate) ClearMappedCategories() *SubcontrolHistoryUpdate { - _u.mutation.ClearMappedCategories() - return _u -} - -// SetAssessmentObjectives sets the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdate) SetAssessmentObjectives(v []models.AssessmentObjective) *SubcontrolHistoryUpdate { - _u.mutation.SetAssessmentObjectives(v) - return _u -} - -// AppendAssessmentObjectives appends value to the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdate) AppendAssessmentObjectives(v []models.AssessmentObjective) *SubcontrolHistoryUpdate { - _u.mutation.AppendAssessmentObjectives(v) - return _u -} - -// ClearAssessmentObjectives clears the value of the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdate) ClearAssessmentObjectives() *SubcontrolHistoryUpdate { - _u.mutation.ClearAssessmentObjectives() - return _u -} - -// SetAssessmentMethods sets the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdate) SetAssessmentMethods(v []models.AssessmentMethod) *SubcontrolHistoryUpdate { - _u.mutation.SetAssessmentMethods(v) - return _u -} - -// AppendAssessmentMethods appends value to the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdate) AppendAssessmentMethods(v []models.AssessmentMethod) *SubcontrolHistoryUpdate { - _u.mutation.AppendAssessmentMethods(v) - return _u -} - -// ClearAssessmentMethods clears the value of the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdate) ClearAssessmentMethods() *SubcontrolHistoryUpdate { - _u.mutation.ClearAssessmentMethods() - return _u -} - -// SetControlQuestions sets the "control_questions" field. -func (_u *SubcontrolHistoryUpdate) SetControlQuestions(v []string) *SubcontrolHistoryUpdate { - _u.mutation.SetControlQuestions(v) - return _u -} - -// AppendControlQuestions appends value to the "control_questions" field. -func (_u *SubcontrolHistoryUpdate) AppendControlQuestions(v []string) *SubcontrolHistoryUpdate { - _u.mutation.AppendControlQuestions(v) - return _u -} - -// ClearControlQuestions clears the value of the "control_questions" field. -func (_u *SubcontrolHistoryUpdate) ClearControlQuestions() *SubcontrolHistoryUpdate { - _u.mutation.ClearControlQuestions() - return _u -} - -// SetImplementationGuidance sets the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdate) SetImplementationGuidance(v []models.ImplementationGuidance) *SubcontrolHistoryUpdate { - _u.mutation.SetImplementationGuidance(v) - return _u -} - -// AppendImplementationGuidance appends value to the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdate) AppendImplementationGuidance(v []models.ImplementationGuidance) *SubcontrolHistoryUpdate { - _u.mutation.AppendImplementationGuidance(v) - return _u -} - -// ClearImplementationGuidance clears the value of the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdate) ClearImplementationGuidance() *SubcontrolHistoryUpdate { - _u.mutation.ClearImplementationGuidance() - return _u -} - -// SetExampleEvidence sets the "example_evidence" field. -func (_u *SubcontrolHistoryUpdate) SetExampleEvidence(v []models.ExampleEvidence) *SubcontrolHistoryUpdate { - _u.mutation.SetExampleEvidence(v) - return _u -} - -// AppendExampleEvidence appends value to the "example_evidence" field. -func (_u *SubcontrolHistoryUpdate) AppendExampleEvidence(v []models.ExampleEvidence) *SubcontrolHistoryUpdate { - _u.mutation.AppendExampleEvidence(v) - return _u -} - -// ClearExampleEvidence clears the value of the "example_evidence" field. -func (_u *SubcontrolHistoryUpdate) ClearExampleEvidence() *SubcontrolHistoryUpdate { - _u.mutation.ClearExampleEvidence() - return _u -} - -// SetReferences sets the "references" field. -func (_u *SubcontrolHistoryUpdate) SetReferences(v []models.Reference) *SubcontrolHistoryUpdate { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *SubcontrolHistoryUpdate) AppendReferences(v []models.Reference) *SubcontrolHistoryUpdate { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *SubcontrolHistoryUpdate) ClearReferences() *SubcontrolHistoryUpdate { - _u.mutation.ClearReferences() - return _u -} - -// SetTestingProcedures sets the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdate) SetTestingProcedures(v []models.TestingProcedures) *SubcontrolHistoryUpdate { - _u.mutation.SetTestingProcedures(v) - return _u -} - -// AppendTestingProcedures appends value to the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdate) AppendTestingProcedures(v []models.TestingProcedures) *SubcontrolHistoryUpdate { - _u.mutation.AppendTestingProcedures(v) - return _u -} - -// ClearTestingProcedures clears the value of the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdate) ClearTestingProcedures() *SubcontrolHistoryUpdate { - _u.mutation.ClearTestingProcedures() - return _u -} - -// SetEvidenceRequests sets the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdate) SetEvidenceRequests(v []models.EvidenceRequests) *SubcontrolHistoryUpdate { - _u.mutation.SetEvidenceRequests(v) - return _u -} - -// AppendEvidenceRequests appends value to the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdate) AppendEvidenceRequests(v []models.EvidenceRequests) *SubcontrolHistoryUpdate { - _u.mutation.AppendEvidenceRequests(v) - return _u -} - -// ClearEvidenceRequests clears the value of the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdate) ClearEvidenceRequests() *SubcontrolHistoryUpdate { - _u.mutation.ClearEvidenceRequests() - return _u -} - -// SetControlOwnerID sets the "control_owner_id" field. -func (_u *SubcontrolHistoryUpdate) SetControlOwnerID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetControlOwnerID(v) - return _u -} - -// SetNillableControlOwnerID sets the "control_owner_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableControlOwnerID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetControlOwnerID(*v) - } - return _u -} - -// ClearControlOwnerID clears the value of the "control_owner_id" field. -func (_u *SubcontrolHistoryUpdate) ClearControlOwnerID() *SubcontrolHistoryUpdate { - _u.mutation.ClearControlOwnerID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *SubcontrolHistoryUpdate) SetDelegateID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableDelegateID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *SubcontrolHistoryUpdate) ClearDelegateID() *SubcontrolHistoryUpdate { - _u.mutation.ClearDelegateID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *SubcontrolHistoryUpdate) SetInternalNotes(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableInternalNotes(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *SubcontrolHistoryUpdate) ClearInternalNotes() *SubcontrolHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *SubcontrolHistoryUpdate) SetSystemInternalID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSystemInternalID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *SubcontrolHistoryUpdate) ClearSystemInternalID() *SubcontrolHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetSubcontrolKindName sets the "subcontrol_kind_name" field. -func (_u *SubcontrolHistoryUpdate) SetSubcontrolKindName(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetSubcontrolKindName(v) - return _u -} - -// SetNillableSubcontrolKindName sets the "subcontrol_kind_name" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSubcontrolKindName(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSubcontrolKindName(*v) - } - return _u -} - -// ClearSubcontrolKindName clears the value of the "subcontrol_kind_name" field. -func (_u *SubcontrolHistoryUpdate) ClearSubcontrolKindName() *SubcontrolHistoryUpdate { - _u.mutation.ClearSubcontrolKindName() - return _u -} - -// SetSubcontrolKindID sets the "subcontrol_kind_id" field. -func (_u *SubcontrolHistoryUpdate) SetSubcontrolKindID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetSubcontrolKindID(v) - return _u -} - -// SetNillableSubcontrolKindID sets the "subcontrol_kind_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableSubcontrolKindID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetSubcontrolKindID(*v) - } - return _u -} - -// ClearSubcontrolKindID clears the value of the "subcontrol_kind_id" field. -func (_u *SubcontrolHistoryUpdate) ClearSubcontrolKindID() *SubcontrolHistoryUpdate { - _u.mutation.ClearSubcontrolKindID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *SubcontrolHistoryUpdate) SetWorkflowEligibleMarker(v bool) *SubcontrolHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *SubcontrolHistoryUpdate) ClearWorkflowEligibleMarker() *SubcontrolHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetRefCode sets the "ref_code" field. -func (_u *SubcontrolHistoryUpdate) SetRefCode(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetRefCode(v) - return _u -} - -// SetNillableRefCode sets the "ref_code" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableRefCode(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetRefCode(*v) - } - return _u -} - -// SetControlID sets the "control_id" field. -func (_u *SubcontrolHistoryUpdate) SetControlID(v string) *SubcontrolHistoryUpdate { - _u.mutation.SetControlID(v) - return _u -} - -// SetNillableControlID sets the "control_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdate) SetNillableControlID(v *string) *SubcontrolHistoryUpdate { - if v != nil { - _u.SetControlID(*v) - } - return _u -} - -// Mutation returns the SubcontrolHistoryMutation object of the builder. -func (_u *SubcontrolHistoryUpdate) Mutation() *SubcontrolHistoryMutation { - return _u.mutation +// Mutation returns the SubcontrolHistoryMutation object of the builder. +func (_u *SubcontrolHistoryUpdate) Mutation() *SubcontrolHistoryMutation { + return _u.mutation } // Save executes the query and returns the number of nodes affected by the update operation. func (_u *SubcontrolHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SaveX is like Save, but panics if an error occurs. -func (_u *SubcontrolHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *SubcontrolHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *SubcontrolHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *SubcontrolHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if subcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized subcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := subcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SubcontrolHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := subcontrolhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ImplementationStatus(); ok { - if err := subcontrolhistory.ImplementationStatusValidator(v); err != nil { - return &ValidationError{Name: "implementation_status", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.implementation_status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := subcontrolhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SubcontrolHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SubcontrolHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *SubcontrolHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(subcontrolhistory.Table, subcontrolhistory.Columns, sqlgraph.NewFieldSpec(subcontrolhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(subcontrolhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(subcontrolhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(subcontrolhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(subcontrolhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(subcontrolhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(subcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(subcontrolhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(subcontrolhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(subcontrolhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(subcontrolhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(subcontrolhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(subcontrolhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(subcontrolhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(subcontrolhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(subcontrolhistory.FieldTitle, field.TypeString, value) - } - if _u.mutation.TitleCleared() { - _spec.ClearField(subcontrolhistory.FieldTitle, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(subcontrolhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(subcontrolhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.DescriptionJSON(); ok { - _spec.SetField(subcontrolhistory.FieldDescriptionJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDescriptionJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldDescriptionJSON, value) - }) - } - if _u.mutation.DescriptionJSONCleared() { - _spec.ClearField(subcontrolhistory.FieldDescriptionJSON, field.TypeJSON) - } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(subcontrolhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAliases, value) - }) - } - if _u.mutation.AliasesCleared() { - _spec.ClearField(subcontrolhistory.FieldAliases, field.TypeJSON) - } - if value, ok := _u.mutation.ReferenceID(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceID, field.TypeString, value) - } - if _u.mutation.ReferenceIDCleared() { - _spec.ClearField(subcontrolhistory.FieldReferenceID, field.TypeString) - } - if value, ok := _u.mutation.AuditorReferenceID(); ok { - _spec.SetField(subcontrolhistory.FieldAuditorReferenceID, field.TypeString, value) - } - if _u.mutation.AuditorReferenceIDCleared() { - _spec.ClearField(subcontrolhistory.FieldAuditorReferenceID, field.TypeString) - } - if value, ok := _u.mutation.ResponsiblePartyID(); ok { - _spec.SetField(subcontrolhistory.FieldResponsiblePartyID, field.TypeString, value) - } - if _u.mutation.ResponsiblePartyIDCleared() { - _spec.ClearField(subcontrolhistory.FieldResponsiblePartyID, field.TypeString) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(subcontrolhistory.FieldStatus, field.TypeEnum, value) - } - if _u.mutation.StatusCleared() { - _spec.ClearField(subcontrolhistory.FieldStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ImplementationStatus(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationStatus, field.TypeEnum, value) - } - if _u.mutation.ImplementationStatusCleared() { - _spec.ClearField(subcontrolhistory.FieldImplementationStatus, field.TypeEnum) - } - if value, ok := _u.mutation.ImplementationDescription(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationDescription, field.TypeString, value) - } - if _u.mutation.ImplementationDescriptionCleared() { - _spec.ClearField(subcontrolhistory.FieldImplementationDescription, field.TypeString) - } - if value, ok := _u.mutation.PublicRepresentation(); ok { - _spec.SetField(subcontrolhistory.FieldPublicRepresentation, field.TypeString, value) - } - if _u.mutation.PublicRepresentationCleared() { - _spec.ClearField(subcontrolhistory.FieldPublicRepresentation, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(subcontrolhistory.FieldSource, field.TypeEnum, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(subcontrolhistory.FieldSource, field.TypeEnum) - } - if value, ok := _u.mutation.SourceName(); ok { - _spec.SetField(subcontrolhistory.FieldSourceName, field.TypeString, value) - } - if _u.mutation.SourceNameCleared() { - _spec.ClearField(subcontrolhistory.FieldSourceName, field.TypeString) - } - if value, ok := _u.mutation.ReferenceFramework(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceFramework, field.TypeString, value) - } - if _u.mutation.ReferenceFrameworkCleared() { - _spec.ClearField(subcontrolhistory.FieldReferenceFramework, field.TypeString) - } - if value, ok := _u.mutation.ReferenceFrameworkRevision(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceFrameworkRevision, field.TypeString, value) - } - if _u.mutation.ReferenceFrameworkRevisionCleared() { - _spec.ClearField(subcontrolhistory.FieldReferenceFrameworkRevision, field.TypeString) - } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(subcontrolhistory.FieldCategory, field.TypeString, value) - } - if _u.mutation.CategoryCleared() { - _spec.ClearField(subcontrolhistory.FieldCategory, field.TypeString) - } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(subcontrolhistory.FieldCategoryID, field.TypeString, value) - } - if _u.mutation.CategoryIDCleared() { - _spec.ClearField(subcontrolhistory.FieldCategoryID, field.TypeString) - } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(subcontrolhistory.FieldSubcategory, field.TypeString, value) - } - if _u.mutation.SubcategoryCleared() { - _spec.ClearField(subcontrolhistory.FieldSubcategory, field.TypeString) - } - if value, ok := _u.mutation.MappedCategories(); ok { - _spec.SetField(subcontrolhistory.FieldMappedCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMappedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldMappedCategories, value) - }) - } - if _u.mutation.MappedCategoriesCleared() { - _spec.ClearField(subcontrolhistory.FieldMappedCategories, field.TypeJSON) - } - if value, ok := _u.mutation.AssessmentObjectives(); ok { - _spec.SetField(subcontrolhistory.FieldAssessmentObjectives, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentObjectives(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAssessmentObjectives, value) - }) - } - if _u.mutation.AssessmentObjectivesCleared() { - _spec.ClearField(subcontrolhistory.FieldAssessmentObjectives, field.TypeJSON) - } - if value, ok := _u.mutation.AssessmentMethods(); ok { - _spec.SetField(subcontrolhistory.FieldAssessmentMethods, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentMethods(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAssessmentMethods, value) - }) - } - if _u.mutation.AssessmentMethodsCleared() { - _spec.ClearField(subcontrolhistory.FieldAssessmentMethods, field.TypeJSON) - } - if value, ok := _u.mutation.ControlQuestions(); ok { - _spec.SetField(subcontrolhistory.FieldControlQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlQuestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldControlQuestions, value) - }) - } - if _u.mutation.ControlQuestionsCleared() { - _spec.ClearField(subcontrolhistory.FieldControlQuestions, field.TypeJSON) - } - if value, ok := _u.mutation.ImplementationGuidance(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationGuidance, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImplementationGuidance(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldImplementationGuidance, value) - }) - } - if _u.mutation.ImplementationGuidanceCleared() { - _spec.ClearField(subcontrolhistory.FieldImplementationGuidance, field.TypeJSON) - } - if value, ok := _u.mutation.ExampleEvidence(); ok { - _spec.SetField(subcontrolhistory.FieldExampleEvidence, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExampleEvidence(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldExampleEvidence, value) - }) - } - if _u.mutation.ExampleEvidenceCleared() { - _spec.ClearField(subcontrolhistory.FieldExampleEvidence, field.TypeJSON) - } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(subcontrolhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldReferences, value) - }) - } - if _u.mutation.ReferencesCleared() { - _spec.ClearField(subcontrolhistory.FieldReferences, field.TypeJSON) - } - if value, ok := _u.mutation.TestingProcedures(); ok { - _spec.SetField(subcontrolhistory.FieldTestingProcedures, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTestingProcedures(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldTestingProcedures, value) - }) - } - if _u.mutation.TestingProceduresCleared() { - _spec.ClearField(subcontrolhistory.FieldTestingProcedures, field.TypeJSON) - } - if value, ok := _u.mutation.EvidenceRequests(); ok { - _spec.SetField(subcontrolhistory.FieldEvidenceRequests, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEvidenceRequests(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldEvidenceRequests, value) - }) - } - if _u.mutation.EvidenceRequestsCleared() { - _spec.ClearField(subcontrolhistory.FieldEvidenceRequests, field.TypeJSON) - } - if value, ok := _u.mutation.ControlOwnerID(); ok { - _spec.SetField(subcontrolhistory.FieldControlOwnerID, field.TypeString, value) - } - if _u.mutation.ControlOwnerIDCleared() { - _spec.ClearField(subcontrolhistory.FieldControlOwnerID, field.TypeString) - } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(subcontrolhistory.FieldDelegateID, field.TypeString, value) - } - if _u.mutation.DelegateIDCleared() { - _spec.ClearField(subcontrolhistory.FieldDelegateID, field.TypeString) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(subcontrolhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(subcontrolhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(subcontrolhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(subcontrolhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(subcontrolhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(subcontrolhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.SubcontrolKindName(); ok { - _spec.SetField(subcontrolhistory.FieldSubcontrolKindName, field.TypeString, value) - } - if _u.mutation.SubcontrolKindNameCleared() { - _spec.ClearField(subcontrolhistory.FieldSubcontrolKindName, field.TypeString) - } - if value, ok := _u.mutation.SubcontrolKindID(); ok { - _spec.SetField(subcontrolhistory.FieldSubcontrolKindID, field.TypeString, value) - } - if _u.mutation.SubcontrolKindIDCleared() { - _spec.ClearField(subcontrolhistory.FieldSubcontrolKindID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(subcontrolhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(subcontrolhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.RefCode(); ok { - _spec.SetField(subcontrolhistory.FieldRefCode, field.TypeString, value) - } - if value, ok := _u.mutation.ControlID(); ok { - _spec.SetField(subcontrolhistory.FieldControlID, field.TypeString, value) - } - _spec.Node.Schema = _u.schemaConfig.SubcontrolHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{subcontrolhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// SubcontrolHistoryUpdateOne is the builder for updating a single SubcontrolHistory entity. -type SubcontrolHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *SubcontrolHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *SubcontrolHistoryUpdateOne) SetUpdatedAt(v time.Time) *SubcontrolHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SubcontrolHistoryUpdateOne) ClearUpdatedAt() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SubcontrolHistoryUpdateOne) SetUpdatedBy(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableUpdatedBy(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SubcontrolHistoryUpdateOne) ClearUpdatedBy() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SubcontrolHistoryUpdateOne) SetUpdatedByImpersonator(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SubcontrolHistoryUpdateOne) ClearUpdatedByImpersonator() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SubcontrolHistoryUpdateOne) SetDeletedAt(v time.Time) *SubcontrolHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SubcontrolHistoryUpdateOne) ClearDeletedAt() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SubcontrolHistoryUpdateOne) SetDeletedBy(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableDeletedBy(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SubcontrolHistoryUpdateOne) ClearDeletedBy() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SubcontrolHistoryUpdateOne) SetTags(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SubcontrolHistoryUpdateOne) AppendTags(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SubcontrolHistoryUpdateOne) ClearTags() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *SubcontrolHistoryUpdateOne) SetExternalUUID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableExternalUUID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *SubcontrolHistoryUpdateOne) ClearExternalUUID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *SubcontrolHistoryUpdateOne) SetTitle(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableTitle(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *SubcontrolHistoryUpdateOne) ClearTitle() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetDescription sets the "description" field. -func (_u *SubcontrolHistoryUpdateOne) SetDescription(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableDescription(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SubcontrolHistoryUpdateOne) ClearDescription() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetDescriptionJSON sets the "description_json" field. -func (_u *SubcontrolHistoryUpdateOne) SetDescriptionJSON(v []interface{}) *SubcontrolHistoryUpdateOne { - _u.mutation.SetDescriptionJSON(v) - return _u -} - -// AppendDescriptionJSON appends value to the "description_json" field. -func (_u *SubcontrolHistoryUpdateOne) AppendDescriptionJSON(v []interface{}) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendDescriptionJSON(v) - return _u -} - -// ClearDescriptionJSON clears the value of the "description_json" field. -func (_u *SubcontrolHistoryUpdateOne) ClearDescriptionJSON() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearDescriptionJSON() - return _u -} - -// SetAliases sets the "aliases" field. -func (_u *SubcontrolHistoryUpdateOne) SetAliases(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetAliases(v) - return _u -} - -// AppendAliases appends value to the "aliases" field. -func (_u *SubcontrolHistoryUpdateOne) AppendAliases(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendAliases(v) - return _u -} - -// ClearAliases clears the value of the "aliases" field. -func (_u *SubcontrolHistoryUpdateOne) ClearAliases() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearAliases() - return _u -} - -// SetReferenceID sets the "reference_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetReferenceID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetReferenceID(v) - return _u -} - -// SetNillableReferenceID sets the "reference_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableReferenceID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetReferenceID(*v) - } - return _u -} - -// ClearReferenceID clears the value of the "reference_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearReferenceID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearReferenceID() - return _u -} - -// SetAuditorReferenceID sets the "auditor_reference_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetAuditorReferenceID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetAuditorReferenceID(v) - return _u -} - -// SetNillableAuditorReferenceID sets the "auditor_reference_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableAuditorReferenceID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetAuditorReferenceID(*v) - } - return _u -} - -// ClearAuditorReferenceID clears the value of the "auditor_reference_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearAuditorReferenceID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearAuditorReferenceID() - return _u -} - -// SetResponsiblePartyID sets the "responsible_party_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetResponsiblePartyID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetResponsiblePartyID(v) - return _u -} - -// SetNillableResponsiblePartyID sets the "responsible_party_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableResponsiblePartyID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetResponsiblePartyID(*v) - } - return _u -} - -// ClearResponsiblePartyID clears the value of the "responsible_party_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearResponsiblePartyID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearResponsiblePartyID() - return _u -} - -// SetStatus sets the "status" field. -func (_u *SubcontrolHistoryUpdateOne) SetStatus(v enums.ControlStatus) *SubcontrolHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableStatus(v *enums.ControlStatus) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *SubcontrolHistoryUpdateOne) ClearStatus() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetImplementationStatus sets the "implementation_status" field. -func (_u *SubcontrolHistoryUpdateOne) SetImplementationStatus(v enums.ControlImplementationStatus) *SubcontrolHistoryUpdateOne { - _u.mutation.SetImplementationStatus(v) - return _u -} - -// SetNillableImplementationStatus sets the "implementation_status" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableImplementationStatus(v *enums.ControlImplementationStatus) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetImplementationStatus(*v) - } - return _u -} - -// ClearImplementationStatus clears the value of the "implementation_status" field. -func (_u *SubcontrolHistoryUpdateOne) ClearImplementationStatus() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearImplementationStatus() - return _u -} - -// SetImplementationDescription sets the "implementation_description" field. -func (_u *SubcontrolHistoryUpdateOne) SetImplementationDescription(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetImplementationDescription(v) - return _u -} - -// SetNillableImplementationDescription sets the "implementation_description" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableImplementationDescription(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetImplementationDescription(*v) - } - return _u -} - -// ClearImplementationDescription clears the value of the "implementation_description" field. -func (_u *SubcontrolHistoryUpdateOne) ClearImplementationDescription() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearImplementationDescription() - return _u -} - -// SetPublicRepresentation sets the "public_representation" field. -func (_u *SubcontrolHistoryUpdateOne) SetPublicRepresentation(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetPublicRepresentation(v) - return _u -} - -// SetNillablePublicRepresentation sets the "public_representation" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillablePublicRepresentation(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetPublicRepresentation(*v) - } - return _u -} - -// ClearPublicRepresentation clears the value of the "public_representation" field. -func (_u *SubcontrolHistoryUpdateOne) ClearPublicRepresentation() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearPublicRepresentation() - return _u -} - -// SetSource sets the "source" field. -func (_u *SubcontrolHistoryUpdateOne) SetSource(v enums.ControlSource) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSource(v *enums.ControlSource) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSource() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetSourceName sets the "source_name" field. -func (_u *SubcontrolHistoryUpdateOne) SetSourceName(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSourceName(v) - return _u -} - -// SetNillableSourceName sets the "source_name" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSourceName(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSourceName(*v) - } - return _u -} - -// ClearSourceName clears the value of the "source_name" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSourceName() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSourceName() - return _u -} - -// SetReferenceFramework sets the "reference_framework" field. -func (_u *SubcontrolHistoryUpdateOne) SetReferenceFramework(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetReferenceFramework(v) - return _u -} - -// SetNillableReferenceFramework sets the "reference_framework" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableReferenceFramework(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetReferenceFramework(*v) - } - return _u -} - -// ClearReferenceFramework clears the value of the "reference_framework" field. -func (_u *SubcontrolHistoryUpdateOne) ClearReferenceFramework() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearReferenceFramework() - return _u -} - -// SetReferenceFrameworkRevision sets the "reference_framework_revision" field. -func (_u *SubcontrolHistoryUpdateOne) SetReferenceFrameworkRevision(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetReferenceFrameworkRevision(v) - return _u -} - -// SetNillableReferenceFrameworkRevision sets the "reference_framework_revision" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableReferenceFrameworkRevision(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetReferenceFrameworkRevision(*v) - } - return _u -} - -// ClearReferenceFrameworkRevision clears the value of the "reference_framework_revision" field. -func (_u *SubcontrolHistoryUpdateOne) ClearReferenceFrameworkRevision() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearReferenceFrameworkRevision() - return _u -} - -// SetCategory sets the "category" field. -func (_u *SubcontrolHistoryUpdateOne) SetCategory(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableCategory(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *SubcontrolHistoryUpdateOne) ClearCategory() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetCategoryID sets the "category_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetCategoryID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetCategoryID(v) - return _u -} - -// SetNillableCategoryID sets the "category_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableCategoryID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetCategoryID(*v) - } - return _u -} - -// ClearCategoryID clears the value of the "category_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearCategoryID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearCategoryID() - return _u -} - -// SetSubcategory sets the "subcategory" field. -func (_u *SubcontrolHistoryUpdateOne) SetSubcategory(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSubcategory(v) - return _u -} - -// SetNillableSubcategory sets the "subcategory" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSubcategory(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSubcategory(*v) - } - return _u -} - -// ClearSubcategory clears the value of the "subcategory" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSubcategory() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSubcategory() - return _u -} - -// SetMappedCategories sets the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdateOne) SetMappedCategories(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetMappedCategories(v) - return _u -} - -// AppendMappedCategories appends value to the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdateOne) AppendMappedCategories(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendMappedCategories(v) - return _u -} - -// ClearMappedCategories clears the value of the "mapped_categories" field. -func (_u *SubcontrolHistoryUpdateOne) ClearMappedCategories() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearMappedCategories() - return _u -} - -// SetAssessmentObjectives sets the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdateOne) SetAssessmentObjectives(v []models.AssessmentObjective) *SubcontrolHistoryUpdateOne { - _u.mutation.SetAssessmentObjectives(v) - return _u -} - -// AppendAssessmentObjectives appends value to the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdateOne) AppendAssessmentObjectives(v []models.AssessmentObjective) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendAssessmentObjectives(v) - return _u -} - -// ClearAssessmentObjectives clears the value of the "assessment_objectives" field. -func (_u *SubcontrolHistoryUpdateOne) ClearAssessmentObjectives() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearAssessmentObjectives() - return _u -} - -// SetAssessmentMethods sets the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdateOne) SetAssessmentMethods(v []models.AssessmentMethod) *SubcontrolHistoryUpdateOne { - _u.mutation.SetAssessmentMethods(v) - return _u -} - -// AppendAssessmentMethods appends value to the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdateOne) AppendAssessmentMethods(v []models.AssessmentMethod) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendAssessmentMethods(v) - return _u -} - -// ClearAssessmentMethods clears the value of the "assessment_methods" field. -func (_u *SubcontrolHistoryUpdateOne) ClearAssessmentMethods() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearAssessmentMethods() - return _u -} - -// SetControlQuestions sets the "control_questions" field. -func (_u *SubcontrolHistoryUpdateOne) SetControlQuestions(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetControlQuestions(v) - return _u -} - -// AppendControlQuestions appends value to the "control_questions" field. -func (_u *SubcontrolHistoryUpdateOne) AppendControlQuestions(v []string) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendControlQuestions(v) - return _u -} - -// ClearControlQuestions clears the value of the "control_questions" field. -func (_u *SubcontrolHistoryUpdateOne) ClearControlQuestions() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearControlQuestions() - return _u -} - -// SetImplementationGuidance sets the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdateOne) SetImplementationGuidance(v []models.ImplementationGuidance) *SubcontrolHistoryUpdateOne { - _u.mutation.SetImplementationGuidance(v) - return _u -} - -// AppendImplementationGuidance appends value to the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdateOne) AppendImplementationGuidance(v []models.ImplementationGuidance) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendImplementationGuidance(v) - return _u -} - -// ClearImplementationGuidance clears the value of the "implementation_guidance" field. -func (_u *SubcontrolHistoryUpdateOne) ClearImplementationGuidance() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearImplementationGuidance() - return _u -} - -// SetExampleEvidence sets the "example_evidence" field. -func (_u *SubcontrolHistoryUpdateOne) SetExampleEvidence(v []models.ExampleEvidence) *SubcontrolHistoryUpdateOne { - _u.mutation.SetExampleEvidence(v) - return _u -} - -// AppendExampleEvidence appends value to the "example_evidence" field. -func (_u *SubcontrolHistoryUpdateOne) AppendExampleEvidence(v []models.ExampleEvidence) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendExampleEvidence(v) - return _u -} - -// ClearExampleEvidence clears the value of the "example_evidence" field. -func (_u *SubcontrolHistoryUpdateOne) ClearExampleEvidence() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearExampleEvidence() - return _u -} - -// SetReferences sets the "references" field. -func (_u *SubcontrolHistoryUpdateOne) SetReferences(v []models.Reference) *SubcontrolHistoryUpdateOne { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *SubcontrolHistoryUpdateOne) AppendReferences(v []models.Reference) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *SubcontrolHistoryUpdateOne) ClearReferences() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearReferences() - return _u -} - -// SetTestingProcedures sets the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdateOne) SetTestingProcedures(v []models.TestingProcedures) *SubcontrolHistoryUpdateOne { - _u.mutation.SetTestingProcedures(v) - return _u -} - -// AppendTestingProcedures appends value to the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdateOne) AppendTestingProcedures(v []models.TestingProcedures) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendTestingProcedures(v) - return _u -} - -// ClearTestingProcedures clears the value of the "testing_procedures" field. -func (_u *SubcontrolHistoryUpdateOne) ClearTestingProcedures() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearTestingProcedures() - return _u -} - -// SetEvidenceRequests sets the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdateOne) SetEvidenceRequests(v []models.EvidenceRequests) *SubcontrolHistoryUpdateOne { - _u.mutation.SetEvidenceRequests(v) - return _u -} - -// AppendEvidenceRequests appends value to the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdateOne) AppendEvidenceRequests(v []models.EvidenceRequests) *SubcontrolHistoryUpdateOne { - _u.mutation.AppendEvidenceRequests(v) - return _u -} - -// ClearEvidenceRequests clears the value of the "evidence_requests" field. -func (_u *SubcontrolHistoryUpdateOne) ClearEvidenceRequests() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearEvidenceRequests() - return _u -} - -// SetControlOwnerID sets the "control_owner_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetControlOwnerID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetControlOwnerID(v) - return _u -} - -// SetNillableControlOwnerID sets the "control_owner_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableControlOwnerID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetControlOwnerID(*v) - } - return _u -} - -// ClearControlOwnerID clears the value of the "control_owner_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearControlOwnerID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearControlOwnerID() - return _u -} - -// SetDelegateID sets the "delegate_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetDelegateID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetDelegateID(v) - return _u -} - -// SetNillableDelegateID sets the "delegate_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableDelegateID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetDelegateID(*v) - } - return _u -} - -// ClearDelegateID clears the value of the "delegate_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearDelegateID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearDelegateID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *SubcontrolHistoryUpdateOne) SetInternalNotes(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableInternalNotes(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *SubcontrolHistoryUpdateOne) ClearInternalNotes() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetSystemInternalID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSystemInternalID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSystemInternalID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetSubcontrolKindName sets the "subcontrol_kind_name" field. -func (_u *SubcontrolHistoryUpdateOne) SetSubcontrolKindName(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSubcontrolKindName(v) - return _u -} - -// SetNillableSubcontrolKindName sets the "subcontrol_kind_name" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSubcontrolKindName(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSubcontrolKindName(*v) - } - return _u -} - -// ClearSubcontrolKindName clears the value of the "subcontrol_kind_name" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSubcontrolKindName() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSubcontrolKindName() - return _u -} - -// SetSubcontrolKindID sets the "subcontrol_kind_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetSubcontrolKindID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetSubcontrolKindID(v) - return _u -} - -// SetNillableSubcontrolKindID sets the "subcontrol_kind_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableSubcontrolKindID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetSubcontrolKindID(*v) - } - return _u -} - -// ClearSubcontrolKindID clears the value of the "subcontrol_kind_id" field. -func (_u *SubcontrolHistoryUpdateOne) ClearSubcontrolKindID() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearSubcontrolKindID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *SubcontrolHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *SubcontrolHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *SubcontrolHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *SubcontrolHistoryUpdateOne) ClearWorkflowEligibleMarker() *SubcontrolHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u + return affected } -// SetRefCode sets the "ref_code" field. -func (_u *SubcontrolHistoryUpdateOne) SetRefCode(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetRefCode(v) - return _u +// Exec executes the query. +func (_u *SubcontrolHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableRefCode sets the "ref_code" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableRefCode(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetRefCode(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *SubcontrolHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// SetControlID sets the "control_id" field. -func (_u *SubcontrolHistoryUpdateOne) SetControlID(v string) *SubcontrolHistoryUpdateOne { - _u.mutation.SetControlID(v) - return _u +func (_u *SubcontrolHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(subcontrolhistory.Table, subcontrolhistory.Columns, sqlgraph.NewFieldSpec(subcontrolhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } + } + if _u.mutation.RefCleared() { + _spec.ClearField(subcontrolhistory.FieldRef, field.TypeString) + } + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(subcontrolhistory.FieldCreatedAt, field.TypeTime) + } + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(subcontrolhistory.FieldUpdatedAt, field.TypeTime) + } + if _u.mutation.CreatedByCleared() { + _spec.ClearField(subcontrolhistory.FieldCreatedBy, field.TypeString) + } + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(subcontrolhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(subcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(subcontrolhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(subcontrolhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(subcontrolhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(subcontrolhistory.FieldExternalUUID, field.TypeString) + } + if _u.mutation.TitleCleared() { + _spec.ClearField(subcontrolhistory.FieldTitle, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(subcontrolhistory.FieldDescription, field.TypeString) + } + if _u.mutation.DescriptionJSONCleared() { + _spec.ClearField(subcontrolhistory.FieldDescriptionJSON, field.TypeJSON) + } + if _u.mutation.AliasesCleared() { + _spec.ClearField(subcontrolhistory.FieldAliases, field.TypeJSON) + } + if _u.mutation.ReferenceIDCleared() { + _spec.ClearField(subcontrolhistory.FieldReferenceID, field.TypeString) + } + if _u.mutation.AuditorReferenceIDCleared() { + _spec.ClearField(subcontrolhistory.FieldAuditorReferenceID, field.TypeString) + } + if _u.mutation.ResponsiblePartyIDCleared() { + _spec.ClearField(subcontrolhistory.FieldResponsiblePartyID, field.TypeString) + } + if _u.mutation.StatusCleared() { + _spec.ClearField(subcontrolhistory.FieldStatus, field.TypeEnum) + } + if _u.mutation.ImplementationStatusCleared() { + _spec.ClearField(subcontrolhistory.FieldImplementationStatus, field.TypeEnum) + } + if _u.mutation.ImplementationDescriptionCleared() { + _spec.ClearField(subcontrolhistory.FieldImplementationDescription, field.TypeString) + } + if _u.mutation.PublicRepresentationCleared() { + _spec.ClearField(subcontrolhistory.FieldPublicRepresentation, field.TypeString) + } + if _u.mutation.SourceCleared() { + _spec.ClearField(subcontrolhistory.FieldSource, field.TypeEnum) + } + if _u.mutation.SourceNameCleared() { + _spec.ClearField(subcontrolhistory.FieldSourceName, field.TypeString) + } + if _u.mutation.ReferenceFrameworkCleared() { + _spec.ClearField(subcontrolhistory.FieldReferenceFramework, field.TypeString) + } + if _u.mutation.ReferenceFrameworkRevisionCleared() { + _spec.ClearField(subcontrolhistory.FieldReferenceFrameworkRevision, field.TypeString) + } + if _u.mutation.CategoryCleared() { + _spec.ClearField(subcontrolhistory.FieldCategory, field.TypeString) + } + if _u.mutation.CategoryIDCleared() { + _spec.ClearField(subcontrolhistory.FieldCategoryID, field.TypeString) + } + if _u.mutation.SubcategoryCleared() { + _spec.ClearField(subcontrolhistory.FieldSubcategory, field.TypeString) + } + if _u.mutation.MappedCategoriesCleared() { + _spec.ClearField(subcontrolhistory.FieldMappedCategories, field.TypeJSON) + } + if _u.mutation.AssessmentObjectivesCleared() { + _spec.ClearField(subcontrolhistory.FieldAssessmentObjectives, field.TypeJSON) + } + if _u.mutation.AssessmentMethodsCleared() { + _spec.ClearField(subcontrolhistory.FieldAssessmentMethods, field.TypeJSON) + } + if _u.mutation.ControlQuestionsCleared() { + _spec.ClearField(subcontrolhistory.FieldControlQuestions, field.TypeJSON) + } + if _u.mutation.ImplementationGuidanceCleared() { + _spec.ClearField(subcontrolhistory.FieldImplementationGuidance, field.TypeJSON) + } + if _u.mutation.ExampleEvidenceCleared() { + _spec.ClearField(subcontrolhistory.FieldExampleEvidence, field.TypeJSON) + } + if _u.mutation.ReferencesCleared() { + _spec.ClearField(subcontrolhistory.FieldReferences, field.TypeJSON) + } + if _u.mutation.TestingProceduresCleared() { + _spec.ClearField(subcontrolhistory.FieldTestingProcedures, field.TypeJSON) + } + if _u.mutation.EvidenceRequestsCleared() { + _spec.ClearField(subcontrolhistory.FieldEvidenceRequests, field.TypeJSON) + } + if _u.mutation.ControlOwnerIDCleared() { + _spec.ClearField(subcontrolhistory.FieldControlOwnerID, field.TypeString) + } + if _u.mutation.DelegateIDCleared() { + _spec.ClearField(subcontrolhistory.FieldDelegateID, field.TypeString) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(subcontrolhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(subcontrolhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(subcontrolhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(subcontrolhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.SubcontrolKindNameCleared() { + _spec.ClearField(subcontrolhistory.FieldSubcontrolKindName, field.TypeString) + } + if _u.mutation.SubcontrolKindIDCleared() { + _spec.ClearField(subcontrolhistory.FieldSubcontrolKindID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(subcontrolhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{subcontrolhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// SetNillableControlID sets the "control_id" field if the given value is not nil. -func (_u *SubcontrolHistoryUpdateOne) SetNillableControlID(v *string) *SubcontrolHistoryUpdateOne { - if v != nil { - _u.SetControlID(*v) - } - return _u +// SubcontrolHistoryUpdateOne is the builder for updating a single SubcontrolHistory entity. +type SubcontrolHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *SubcontrolHistoryMutation } // Mutation returns the SubcontrolHistoryMutation object of the builder. @@ -2124,9 +248,6 @@ func (_u *SubcontrolHistoryUpdateOne) Select(field string, fields ...string) *Su // Save executes the query and returns the updated SubcontrolHistory entity. func (_u *SubcontrolHistoryUpdateOne) Save(ctx context.Context) (*SubcontrolHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -2152,48 +273,7 @@ func (_u *SubcontrolHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SubcontrolHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if subcontrolhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized subcontrolhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := subcontrolhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SubcontrolHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := subcontrolhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.status": %w`, err)} - } - } - if v, ok := _u.mutation.ImplementationStatus(); ok { - if err := subcontrolhistory.ImplementationStatusValidator(v); err != nil { - return &ValidationError{Name: "implementation_status", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.implementation_status": %w`, err)} - } - } - if v, ok := _u.mutation.Source(); ok { - if err := subcontrolhistory.SourceValidator(v); err != nil { - return &ValidationError{Name: "source", err: fmt.Errorf(`historygenerated: validator failed for field "SubcontrolHistory.source": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SubcontrolHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SubcontrolHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SubcontrolHistoryUpdateOne) sqlSave(ctx context.Context) (_node *SubcontrolHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(subcontrolhistory.Table, subcontrolhistory.Columns, sqlgraph.NewFieldSpec(subcontrolhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -2225,282 +305,114 @@ func (_u *SubcontrolHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Subco if _u.mutation.CreatedAtCleared() { _spec.ClearField(subcontrolhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(subcontrolhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(subcontrolhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(subcontrolhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(subcontrolhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(subcontrolhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(subcontrolhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(subcontrolhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(subcontrolhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(subcontrolhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(subcontrolhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(subcontrolhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(subcontrolhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(subcontrolhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(subcontrolhistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(subcontrolhistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(subcontrolhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(subcontrolhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.DescriptionJSON(); ok { - _spec.SetField(subcontrolhistory.FieldDescriptionJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDescriptionJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldDescriptionJSON, value) - }) - } if _u.mutation.DescriptionJSONCleared() { _spec.ClearField(subcontrolhistory.FieldDescriptionJSON, field.TypeJSON) } - if value, ok := _u.mutation.Aliases(); ok { - _spec.SetField(subcontrolhistory.FieldAliases, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAliases(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAliases, value) - }) - } if _u.mutation.AliasesCleared() { _spec.ClearField(subcontrolhistory.FieldAliases, field.TypeJSON) } - if value, ok := _u.mutation.ReferenceID(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceID, field.TypeString, value) - } if _u.mutation.ReferenceIDCleared() { _spec.ClearField(subcontrolhistory.FieldReferenceID, field.TypeString) } - if value, ok := _u.mutation.AuditorReferenceID(); ok { - _spec.SetField(subcontrolhistory.FieldAuditorReferenceID, field.TypeString, value) - } if _u.mutation.AuditorReferenceIDCleared() { _spec.ClearField(subcontrolhistory.FieldAuditorReferenceID, field.TypeString) } - if value, ok := _u.mutation.ResponsiblePartyID(); ok { - _spec.SetField(subcontrolhistory.FieldResponsiblePartyID, field.TypeString, value) - } if _u.mutation.ResponsiblePartyIDCleared() { _spec.ClearField(subcontrolhistory.FieldResponsiblePartyID, field.TypeString) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(subcontrolhistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(subcontrolhistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationStatus(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationStatus, field.TypeEnum, value) - } if _u.mutation.ImplementationStatusCleared() { _spec.ClearField(subcontrolhistory.FieldImplementationStatus, field.TypeEnum) } - if value, ok := _u.mutation.ImplementationDescription(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationDescription, field.TypeString, value) - } if _u.mutation.ImplementationDescriptionCleared() { _spec.ClearField(subcontrolhistory.FieldImplementationDescription, field.TypeString) } - if value, ok := _u.mutation.PublicRepresentation(); ok { - _spec.SetField(subcontrolhistory.FieldPublicRepresentation, field.TypeString, value) - } if _u.mutation.PublicRepresentationCleared() { _spec.ClearField(subcontrolhistory.FieldPublicRepresentation, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(subcontrolhistory.FieldSource, field.TypeEnum, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(subcontrolhistory.FieldSource, field.TypeEnum) } - if value, ok := _u.mutation.SourceName(); ok { - _spec.SetField(subcontrolhistory.FieldSourceName, field.TypeString, value) - } if _u.mutation.SourceNameCleared() { _spec.ClearField(subcontrolhistory.FieldSourceName, field.TypeString) } - if value, ok := _u.mutation.ReferenceFramework(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceFramework, field.TypeString, value) - } if _u.mutation.ReferenceFrameworkCleared() { _spec.ClearField(subcontrolhistory.FieldReferenceFramework, field.TypeString) } - if value, ok := _u.mutation.ReferenceFrameworkRevision(); ok { - _spec.SetField(subcontrolhistory.FieldReferenceFrameworkRevision, field.TypeString, value) - } if _u.mutation.ReferenceFrameworkRevisionCleared() { _spec.ClearField(subcontrolhistory.FieldReferenceFrameworkRevision, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(subcontrolhistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(subcontrolhistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.CategoryID(); ok { - _spec.SetField(subcontrolhistory.FieldCategoryID, field.TypeString, value) - } if _u.mutation.CategoryIDCleared() { _spec.ClearField(subcontrolhistory.FieldCategoryID, field.TypeString) } - if value, ok := _u.mutation.Subcategory(); ok { - _spec.SetField(subcontrolhistory.FieldSubcategory, field.TypeString, value) - } if _u.mutation.SubcategoryCleared() { _spec.ClearField(subcontrolhistory.FieldSubcategory, field.TypeString) } - if value, ok := _u.mutation.MappedCategories(); ok { - _spec.SetField(subcontrolhistory.FieldMappedCategories, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedMappedCategories(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldMappedCategories, value) - }) - } if _u.mutation.MappedCategoriesCleared() { _spec.ClearField(subcontrolhistory.FieldMappedCategories, field.TypeJSON) } - if value, ok := _u.mutation.AssessmentObjectives(); ok { - _spec.SetField(subcontrolhistory.FieldAssessmentObjectives, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentObjectives(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAssessmentObjectives, value) - }) - } if _u.mutation.AssessmentObjectivesCleared() { _spec.ClearField(subcontrolhistory.FieldAssessmentObjectives, field.TypeJSON) } - if value, ok := _u.mutation.AssessmentMethods(); ok { - _spec.SetField(subcontrolhistory.FieldAssessmentMethods, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedAssessmentMethods(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldAssessmentMethods, value) - }) - } if _u.mutation.AssessmentMethodsCleared() { _spec.ClearField(subcontrolhistory.FieldAssessmentMethods, field.TypeJSON) } - if value, ok := _u.mutation.ControlQuestions(); ok { - _spec.SetField(subcontrolhistory.FieldControlQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedControlQuestions(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldControlQuestions, value) - }) - } if _u.mutation.ControlQuestionsCleared() { _spec.ClearField(subcontrolhistory.FieldControlQuestions, field.TypeJSON) } - if value, ok := _u.mutation.ImplementationGuidance(); ok { - _spec.SetField(subcontrolhistory.FieldImplementationGuidance, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImplementationGuidance(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldImplementationGuidance, value) - }) - } if _u.mutation.ImplementationGuidanceCleared() { _spec.ClearField(subcontrolhistory.FieldImplementationGuidance, field.TypeJSON) } - if value, ok := _u.mutation.ExampleEvidence(); ok { - _spec.SetField(subcontrolhistory.FieldExampleEvidence, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExampleEvidence(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldExampleEvidence, value) - }) - } if _u.mutation.ExampleEvidenceCleared() { _spec.ClearField(subcontrolhistory.FieldExampleEvidence, field.TypeJSON) } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(subcontrolhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldReferences, value) - }) - } if _u.mutation.ReferencesCleared() { _spec.ClearField(subcontrolhistory.FieldReferences, field.TypeJSON) } - if value, ok := _u.mutation.TestingProcedures(); ok { - _spec.SetField(subcontrolhistory.FieldTestingProcedures, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTestingProcedures(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldTestingProcedures, value) - }) - } if _u.mutation.TestingProceduresCleared() { _spec.ClearField(subcontrolhistory.FieldTestingProcedures, field.TypeJSON) } - if value, ok := _u.mutation.EvidenceRequests(); ok { - _spec.SetField(subcontrolhistory.FieldEvidenceRequests, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedEvidenceRequests(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subcontrolhistory.FieldEvidenceRequests, value) - }) - } if _u.mutation.EvidenceRequestsCleared() { _spec.ClearField(subcontrolhistory.FieldEvidenceRequests, field.TypeJSON) } - if value, ok := _u.mutation.ControlOwnerID(); ok { - _spec.SetField(subcontrolhistory.FieldControlOwnerID, field.TypeString, value) - } if _u.mutation.ControlOwnerIDCleared() { _spec.ClearField(subcontrolhistory.FieldControlOwnerID, field.TypeString) } - if value, ok := _u.mutation.DelegateID(); ok { - _spec.SetField(subcontrolhistory.FieldDelegateID, field.TypeString, value) - } if _u.mutation.DelegateIDCleared() { _spec.ClearField(subcontrolhistory.FieldDelegateID, field.TypeString) } @@ -2510,45 +422,21 @@ func (_u *SubcontrolHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Subco if _u.mutation.SystemOwnedCleared() { _spec.ClearField(subcontrolhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(subcontrolhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(subcontrolhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(subcontrolhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(subcontrolhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.SubcontrolKindName(); ok { - _spec.SetField(subcontrolhistory.FieldSubcontrolKindName, field.TypeString, value) - } if _u.mutation.SubcontrolKindNameCleared() { _spec.ClearField(subcontrolhistory.FieldSubcontrolKindName, field.TypeString) } - if value, ok := _u.mutation.SubcontrolKindID(); ok { - _spec.SetField(subcontrolhistory.FieldSubcontrolKindID, field.TypeString, value) - } if _u.mutation.SubcontrolKindIDCleared() { _spec.ClearField(subcontrolhistory.FieldSubcontrolKindID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(subcontrolhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(subcontrolhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.RefCode(); ok { - _spec.SetField(subcontrolhistory.FieldRefCode, field.TypeString, value) - } - if value, ok := _u.mutation.ControlID(); ok { - _spec.SetField(subcontrolhistory.FieldControlID, field.TypeString, value) - } - _spec.Node.Schema = _u.schemaConfig.SubcontrolHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &SubcontrolHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/subprocessorhistory/subprocessorhistory.go b/internal/ent/historygenerated/subprocessorhistory/subprocessorhistory.go index 2cb081cde4..194ccac052 100644 --- a/internal/ent/historygenerated/subprocessorhistory/subprocessorhistory.go +++ b/internal/ent/historygenerated/subprocessorhistory/subprocessorhistory.go @@ -110,8 +110,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/subprocessorhistory_create.go b/internal/ent/historygenerated/subprocessorhistory_create.go index 441daa93bf..c303aba5ab 100644 --- a/internal/ent/historygenerated/subprocessorhistory_create.go +++ b/internal/ent/historygenerated/subprocessorhistory_create.go @@ -402,7 +402,6 @@ func (_c *SubprocessorHistoryCreate) createSpec() (*SubprocessorHistory, *sqlgra _node = &SubprocessorHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(subprocessorhistory.Table, sqlgraph.NewFieldSpec(subprocessorhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SubprocessorHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/subprocessorhistory_delete.go b/internal/ent/historygenerated/subprocessorhistory_delete.go index b072bc2656..cf0dfaf876 100644 --- a/internal/ent/historygenerated/subprocessorhistory_delete.go +++ b/internal/ent/historygenerated/subprocessorhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/subprocessorhistory" ) @@ -45,8 +43,6 @@ func (_d *SubprocessorHistoryDelete) ExecX(ctx context.Context) int { func (_d *SubprocessorHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(subprocessorhistory.Table, sqlgraph.NewFieldSpec(subprocessorhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/subprocessorhistory_query.go b/internal/ent/historygenerated/subprocessorhistory_query.go index ee951780e6..e325103878 100644 --- a/internal/ent/historygenerated/subprocessorhistory_query.go +++ b/internal/ent/historygenerated/subprocessorhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/subprocessorhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type SubprocessorHistoryQuery struct { order []subprocessorhistory.OrderOption inters []Interceptor predicates []predicate.SubprocessorHistory - loadTotal []func(context.Context, []*SubprocessorHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*SubprocessorHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *SubprocessorHistoryQuery) Clone() *SubprocessorHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.SubprocessorHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *SubprocessorHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *SubprocessorHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *SubprocessorHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *SubprocessorHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SubprocessorHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *SubprocessorHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *SubprocessorHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *SubprocessorHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (shq *SubprocessorHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "SubprocessorHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *SubprocessorHistorySelect) sqlScan(ctx context.Context, root *Subproce defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *SubprocessorHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *SubprocessorHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/subprocessorhistory_update.go b/internal/ent/historygenerated/subprocessorhistory_update.go index 4149fce4b5..8af4d76469 100644 --- a/internal/ent/historygenerated/subprocessorhistory_update.go +++ b/internal/ent/historygenerated/subprocessorhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/subprocessorhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // SubprocessorHistoryUpdate is the builder for updating SubprocessorHistory entities. type SubprocessorHistoryUpdate struct { config - hooks []Hook - mutation *SubprocessorHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *SubprocessorHistoryMutation } // Where appends a list predicates to the SubprocessorHistoryUpdate builder. @@ -34,230 +29,6 @@ func (_u *SubprocessorHistoryUpdate) Where(ps ...predicate.SubprocessorHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *SubprocessorHistoryUpdate) SetUpdatedAt(v time.Time) *SubprocessorHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SubprocessorHistoryUpdate) ClearUpdatedAt() *SubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SubprocessorHistoryUpdate) SetUpdatedBy(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableUpdatedBy(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SubprocessorHistoryUpdate) ClearUpdatedBy() *SubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SubprocessorHistoryUpdate) SetUpdatedByImpersonator(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SubprocessorHistoryUpdate) ClearUpdatedByImpersonator() *SubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SubprocessorHistoryUpdate) SetDeletedAt(v time.Time) *SubprocessorHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableDeletedAt(v *time.Time) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SubprocessorHistoryUpdate) ClearDeletedAt() *SubprocessorHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SubprocessorHistoryUpdate) SetDeletedBy(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableDeletedBy(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SubprocessorHistoryUpdate) ClearDeletedBy() *SubprocessorHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SubprocessorHistoryUpdate) SetTags(v []string) *SubprocessorHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SubprocessorHistoryUpdate) AppendTags(v []string) *SubprocessorHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SubprocessorHistoryUpdate) ClearTags() *SubprocessorHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *SubprocessorHistoryUpdate) SetInternalNotes(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableInternalNotes(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *SubprocessorHistoryUpdate) ClearInternalNotes() *SubprocessorHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *SubprocessorHistoryUpdate) SetSystemInternalID(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableSystemInternalID(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *SubprocessorHistoryUpdate) ClearSystemInternalID() *SubprocessorHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *SubprocessorHistoryUpdate) SetName(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableName(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *SubprocessorHistoryUpdate) SetDescription(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableDescription(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SubprocessorHistoryUpdate) ClearDescription() *SubprocessorHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *SubprocessorHistoryUpdate) SetLogoRemoteURL(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableLogoRemoteURL(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetLogoRemoteURL(*v) - } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *SubprocessorHistoryUpdate) ClearLogoRemoteURL() *SubprocessorHistoryUpdate { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *SubprocessorHistoryUpdate) SetLogoFileID(v string) *SubprocessorHistoryUpdate { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdate) SetNillableLogoFileID(v *string) *SubprocessorHistoryUpdate { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *SubprocessorHistoryUpdate) ClearLogoFileID() *SubprocessorHistoryUpdate { - _u.mutation.ClearLogoFileID() - return _u -} - // Mutation returns the SubprocessorHistoryMutation object of the builder. func (_u *SubprocessorHistoryUpdate) Mutation() *SubprocessorHistoryMutation { return _u.mutation @@ -265,9 +36,6 @@ func (_u *SubprocessorHistoryUpdate) Mutation() *SubprocessorHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *SubprocessorHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -293,24 +61,6 @@ func (_u *SubprocessorHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SubprocessorHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if subprocessorhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized subprocessorhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := subprocessorhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SubprocessorHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SubprocessorHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(subprocessorhistory.Table, subprocessorhistory.Columns, sqlgraph.NewFieldSpec(subprocessorhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -326,47 +76,24 @@ func (_u *SubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(subprocessorhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(subprocessorhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(subprocessorhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(subprocessorhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(subprocessorhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(subprocessorhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(subprocessorhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subprocessorhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(subprocessorhistory.FieldTags, field.TypeJSON) } @@ -376,42 +103,21 @@ func (_u *SubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.SystemOwnedCleared() { _spec.ClearField(subprocessorhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(subprocessorhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(subprocessorhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(subprocessorhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(subprocessorhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(subprocessorhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(subprocessorhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(subprocessorhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(subprocessorhistory.FieldLogoRemoteURL, field.TypeString, value) - } if _u.mutation.LogoRemoteURLCleared() { _spec.ClearField(subprocessorhistory.FieldLogoRemoteURL, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(subprocessorhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(subprocessorhistory.FieldLogoFileID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.SubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{subprocessorhistory.Label} @@ -427,234 +133,9 @@ func (_u *SubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // SubprocessorHistoryUpdateOne is the builder for updating a single SubprocessorHistory entity. type SubprocessorHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *SubprocessorHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *SubprocessorHistoryUpdateOne) SetUpdatedAt(v time.Time) *SubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SubprocessorHistoryUpdateOne) ClearUpdatedAt() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SubprocessorHistoryUpdateOne) SetUpdatedBy(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableUpdatedBy(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SubprocessorHistoryUpdateOne) ClearUpdatedBy() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SubprocessorHistoryUpdateOne) SetUpdatedByImpersonator(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SubprocessorHistoryUpdateOne) ClearUpdatedByImpersonator() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SubprocessorHistoryUpdateOne) SetDeletedAt(v time.Time) *SubprocessorHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SubprocessorHistoryUpdateOne) ClearDeletedAt() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SubprocessorHistoryUpdateOne) SetDeletedBy(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableDeletedBy(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SubprocessorHistoryUpdateOne) ClearDeletedBy() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SubprocessorHistoryUpdateOne) SetTags(v []string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SubprocessorHistoryUpdateOne) AppendTags(v []string) *SubprocessorHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SubprocessorHistoryUpdateOne) ClearTags() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *SubprocessorHistoryUpdateOne) SetInternalNotes(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableInternalNotes(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *SubprocessorHistoryUpdateOne) ClearInternalNotes() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *SubprocessorHistoryUpdateOne) SetSystemInternalID(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableSystemInternalID(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *SubprocessorHistoryUpdateOne) ClearSystemInternalID() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *SubprocessorHistoryUpdateOne) SetName(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableName(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *SubprocessorHistoryUpdateOne) SetDescription(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableDescription(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SubprocessorHistoryUpdateOne) ClearDescription() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *SubprocessorHistoryUpdateOne) SetLogoRemoteURL(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableLogoRemoteURL(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetLogoRemoteURL(*v) - } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *SubprocessorHistoryUpdateOne) ClearLogoRemoteURL() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *SubprocessorHistoryUpdateOne) SetLogoFileID(v string) *SubprocessorHistoryUpdateOne { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *SubprocessorHistoryUpdateOne) SetNillableLogoFileID(v *string) *SubprocessorHistoryUpdateOne { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *SubprocessorHistoryUpdateOne) ClearLogoFileID() *SubprocessorHistoryUpdateOne { - _u.mutation.ClearLogoFileID() - return _u + fields []string + hooks []Hook + mutation *SubprocessorHistoryMutation } // Mutation returns the SubprocessorHistoryMutation object of the builder. @@ -677,9 +158,6 @@ func (_u *SubprocessorHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated SubprocessorHistory entity. func (_u *SubprocessorHistoryUpdateOne) Save(ctx context.Context) (*SubprocessorHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -705,24 +183,6 @@ func (_u *SubprocessorHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SubprocessorHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if subprocessorhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized subprocessorhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := subprocessorhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SubprocessorHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SubprocessorHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SubprocessorHistoryUpdateOne) sqlSave(ctx context.Context) (_node *SubprocessorHistory, err error) { _spec := sqlgraph.NewUpdateSpec(subprocessorhistory.Table, subprocessorhistory.Columns, sqlgraph.NewFieldSpec(subprocessorhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -755,47 +215,24 @@ func (_u *SubprocessorHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Sub if _u.mutation.CreatedAtCleared() { _spec.ClearField(subprocessorhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(subprocessorhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(subprocessorhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(subprocessorhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(subprocessorhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(subprocessorhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(subprocessorhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(subprocessorhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(subprocessorhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, subprocessorhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(subprocessorhistory.FieldTags, field.TypeJSON) } @@ -805,42 +242,21 @@ func (_u *SubprocessorHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Sub if _u.mutation.SystemOwnedCleared() { _spec.ClearField(subprocessorhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(subprocessorhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(subprocessorhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(subprocessorhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(subprocessorhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(subprocessorhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(subprocessorhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(subprocessorhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(subprocessorhistory.FieldLogoRemoteURL, field.TypeString, value) - } if _u.mutation.LogoRemoteURLCleared() { _spec.ClearField(subprocessorhistory.FieldLogoRemoteURL, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(subprocessorhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(subprocessorhistory.FieldLogoFileID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.SubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &SubprocessorHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/systemdetailhistory/systemdetailhistory.go b/internal/ent/historygenerated/systemdetailhistory/systemdetailhistory.go index 8d19108631..82a805c2b6 100644 --- a/internal/ent/historygenerated/systemdetailhistory/systemdetailhistory.go +++ b/internal/ent/historygenerated/systemdetailhistory/systemdetailhistory.go @@ -117,8 +117,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/systemdetailhistory_create.go b/internal/ent/historygenerated/systemdetailhistory_create.go index c1a027b681..887359f4fe 100644 --- a/internal/ent/historygenerated/systemdetailhistory_create.go +++ b/internal/ent/historygenerated/systemdetailhistory_create.go @@ -416,7 +416,6 @@ func (_c *SystemDetailHistoryCreate) createSpec() (*SystemDetailHistory, *sqlgra _node = &SystemDetailHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(systemdetailhistory.Table, sqlgraph.NewFieldSpec(systemdetailhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.SystemDetailHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/systemdetailhistory_delete.go b/internal/ent/historygenerated/systemdetailhistory_delete.go index 93f31d1baa..4dd1cd552b 100644 --- a/internal/ent/historygenerated/systemdetailhistory_delete.go +++ b/internal/ent/historygenerated/systemdetailhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/systemdetailhistory" ) @@ -45,8 +43,6 @@ func (_d *SystemDetailHistoryDelete) ExecX(ctx context.Context) int { func (_d *SystemDetailHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(systemdetailhistory.Table, sqlgraph.NewFieldSpec(systemdetailhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.SystemDetailHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/systemdetailhistory_query.go b/internal/ent/historygenerated/systemdetailhistory_query.go index 350712e0dd..d2be136d74 100644 --- a/internal/ent/historygenerated/systemdetailhistory_query.go +++ b/internal/ent/historygenerated/systemdetailhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/systemdetailhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type SystemDetailHistoryQuery struct { order []systemdetailhistory.OrderOption inters []Interceptor predicates []predicate.SystemDetailHistory - loadTotal []func(context.Context, []*SystemDetailHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*SystemDetailHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *SystemDetailHistoryQuery) Clone() *SystemDetailHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.SystemDetailHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *SystemDetailHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.SystemDetailHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *SystemDetailHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHo func (_q *SystemDetailHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.SystemDetailHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *SystemDetailHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.SystemDetailHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *SystemDetailHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *SystemDetailHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *SystemDetailHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (sdhq *SystemDetailHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "SystemDetailHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *SystemDetailHistorySelect) sqlScan(ctx context.Context, root *SystemDe defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *SystemDetailHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *SystemDetailHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/systemdetailhistory_update.go b/internal/ent/historygenerated/systemdetailhistory_update.go index f2d4bb3405..ab15a36f0a 100644 --- a/internal/ent/historygenerated/systemdetailhistory_update.go +++ b/internal/ent/historygenerated/systemdetailhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/systemdetailhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // SystemDetailHistoryUpdate is the builder for updating SystemDetailHistory entities. type SystemDetailHistoryUpdate struct { config - hooks []Hook - mutation *SystemDetailHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *SystemDetailHistoryMutation } // Where appends a list predicates to the SystemDetailHistoryUpdate builder. @@ -36,260 +29,6 @@ func (_u *SystemDetailHistoryUpdate) Where(ps ...predicate.SystemDetailHistory) return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *SystemDetailHistoryUpdate) SetUpdatedAt(v time.Time) *SystemDetailHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SystemDetailHistoryUpdate) ClearUpdatedAt() *SystemDetailHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SystemDetailHistoryUpdate) SetUpdatedBy(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableUpdatedBy(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SystemDetailHistoryUpdate) ClearUpdatedBy() *SystemDetailHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SystemDetailHistoryUpdate) SetUpdatedByImpersonator(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SystemDetailHistoryUpdate) ClearUpdatedByImpersonator() *SystemDetailHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SystemDetailHistoryUpdate) SetDeletedAt(v time.Time) *SystemDetailHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableDeletedAt(v *time.Time) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SystemDetailHistoryUpdate) ClearDeletedAt() *SystemDetailHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SystemDetailHistoryUpdate) SetDeletedBy(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableDeletedBy(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SystemDetailHistoryUpdate) ClearDeletedBy() *SystemDetailHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SystemDetailHistoryUpdate) SetTags(v []string) *SystemDetailHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SystemDetailHistoryUpdate) AppendTags(v []string) *SystemDetailHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SystemDetailHistoryUpdate) ClearTags() *SystemDetailHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetSystemName sets the "system_name" field. -func (_u *SystemDetailHistoryUpdate) SetSystemName(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetSystemName(v) - return _u -} - -// SetNillableSystemName sets the "system_name" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableSystemName(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetSystemName(*v) - } - return _u -} - -// SetVersion sets the "version" field. -func (_u *SystemDetailHistoryUpdate) SetVersion(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableVersion(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetVersion(*v) - } - return _u -} - -// ClearVersion clears the value of the "version" field. -func (_u *SystemDetailHistoryUpdate) ClearVersion() *SystemDetailHistoryUpdate { - _u.mutation.ClearVersion() - return _u -} - -// SetDescription sets the "description" field. -func (_u *SystemDetailHistoryUpdate) SetDescription(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableDescription(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SystemDetailHistoryUpdate) ClearDescription() *SystemDetailHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetAuthorizationBoundary sets the "authorization_boundary" field. -func (_u *SystemDetailHistoryUpdate) SetAuthorizationBoundary(v string) *SystemDetailHistoryUpdate { - _u.mutation.SetAuthorizationBoundary(v) - return _u -} - -// SetNillableAuthorizationBoundary sets the "authorization_boundary" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableAuthorizationBoundary(v *string) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetAuthorizationBoundary(*v) - } - return _u -} - -// ClearAuthorizationBoundary clears the value of the "authorization_boundary" field. -func (_u *SystemDetailHistoryUpdate) ClearAuthorizationBoundary() *SystemDetailHistoryUpdate { - _u.mutation.ClearAuthorizationBoundary() - return _u -} - -// SetSensitivityLevel sets the "sensitivity_level" field. -func (_u *SystemDetailHistoryUpdate) SetSensitivityLevel(v enums.SystemSensitivityLevel) *SystemDetailHistoryUpdate { - _u.mutation.SetSensitivityLevel(v) - return _u -} - -// SetNillableSensitivityLevel sets the "sensitivity_level" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableSensitivityLevel(v *enums.SystemSensitivityLevel) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetSensitivityLevel(*v) - } - return _u -} - -// ClearSensitivityLevel clears the value of the "sensitivity_level" field. -func (_u *SystemDetailHistoryUpdate) ClearSensitivityLevel() *SystemDetailHistoryUpdate { - _u.mutation.ClearSensitivityLevel() - return _u -} - -// SetLastReviewed sets the "last_reviewed" field. -func (_u *SystemDetailHistoryUpdate) SetLastReviewed(v models.DateTime) *SystemDetailHistoryUpdate { - _u.mutation.SetLastReviewed(v) - return _u -} - -// SetNillableLastReviewed sets the "last_reviewed" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdate) SetNillableLastReviewed(v *models.DateTime) *SystemDetailHistoryUpdate { - if v != nil { - _u.SetLastReviewed(*v) - } - return _u -} - -// ClearLastReviewed clears the value of the "last_reviewed" field. -func (_u *SystemDetailHistoryUpdate) ClearLastReviewed() *SystemDetailHistoryUpdate { - _u.mutation.ClearLastReviewed() - return _u -} - -// SetRevisionHistory sets the "revision_history" field. -func (_u *SystemDetailHistoryUpdate) SetRevisionHistory(v []interface{}) *SystemDetailHistoryUpdate { - _u.mutation.SetRevisionHistory(v) - return _u -} - -// AppendRevisionHistory appends value to the "revision_history" field. -func (_u *SystemDetailHistoryUpdate) AppendRevisionHistory(v []interface{}) *SystemDetailHistoryUpdate { - _u.mutation.AppendRevisionHistory(v) - return _u -} - -// ClearRevisionHistory clears the value of the "revision_history" field. -func (_u *SystemDetailHistoryUpdate) ClearRevisionHistory() *SystemDetailHistoryUpdate { - _u.mutation.ClearRevisionHistory() - return _u -} - -// SetOscalMetadataJSON sets the "oscal_metadata_json" field. -func (_u *SystemDetailHistoryUpdate) SetOscalMetadataJSON(v map[string]interface{}) *SystemDetailHistoryUpdate { - _u.mutation.SetOscalMetadataJSON(v) - return _u -} - -// ClearOscalMetadataJSON clears the value of the "oscal_metadata_json" field. -func (_u *SystemDetailHistoryUpdate) ClearOscalMetadataJSON() *SystemDetailHistoryUpdate { - _u.mutation.ClearOscalMetadataJSON() - return _u -} - // Mutation returns the SystemDetailHistoryMutation object of the builder. func (_u *SystemDetailHistoryUpdate) Mutation() *SystemDetailHistoryMutation { return _u.mutation @@ -297,9 +36,6 @@ func (_u *SystemDetailHistoryUpdate) Mutation() *SystemDetailHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *SystemDetailHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -325,38 +61,7 @@ func (_u *SystemDetailHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SystemDetailHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if systemdetailhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized systemdetailhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := systemdetailhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SystemDetailHistoryUpdate) check() error { - if v, ok := _u.mutation.SensitivityLevel(); ok { - if err := systemdetailhistory.SensitivityLevelValidator(v); err != nil { - return &ValidationError{Name: "sensitivity_level", err: fmt.Errorf(`historygenerated: validator failed for field "SystemDetailHistory.sensitivity_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SystemDetailHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SystemDetailHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SystemDetailHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(systemdetailhistory.Table, systemdetailhistory.Columns, sqlgraph.NewFieldSpec(systemdetailhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -371,106 +76,51 @@ func (_u *SystemDetailHistoryUpdate) sqlSave(ctx context.Context) (_node int, er if _u.mutation.CreatedAtCleared() { _spec.ClearField(systemdetailhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(systemdetailhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(systemdetailhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(systemdetailhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(systemdetailhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(systemdetailhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(systemdetailhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, systemdetailhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(systemdetailhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(systemdetailhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.SystemName(); ok { - _spec.SetField(systemdetailhistory.FieldSystemName, field.TypeString, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(systemdetailhistory.FieldVersion, field.TypeString, value) - } if _u.mutation.VersionCleared() { _spec.ClearField(systemdetailhistory.FieldVersion, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(systemdetailhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(systemdetailhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.AuthorizationBoundary(); ok { - _spec.SetField(systemdetailhistory.FieldAuthorizationBoundary, field.TypeString, value) - } if _u.mutation.AuthorizationBoundaryCleared() { _spec.ClearField(systemdetailhistory.FieldAuthorizationBoundary, field.TypeString) } - if value, ok := _u.mutation.SensitivityLevel(); ok { - _spec.SetField(systemdetailhistory.FieldSensitivityLevel, field.TypeEnum, value) - } if _u.mutation.SensitivityLevelCleared() { _spec.ClearField(systemdetailhistory.FieldSensitivityLevel, field.TypeEnum) } - if value, ok := _u.mutation.LastReviewed(); ok { - _spec.SetField(systemdetailhistory.FieldLastReviewed, field.TypeTime, value) - } if _u.mutation.LastReviewedCleared() { _spec.ClearField(systemdetailhistory.FieldLastReviewed, field.TypeTime) } - if value, ok := _u.mutation.RevisionHistory(); ok { - _spec.SetField(systemdetailhistory.FieldRevisionHistory, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedRevisionHistory(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, systemdetailhistory.FieldRevisionHistory, value) - }) - } if _u.mutation.RevisionHistoryCleared() { _spec.ClearField(systemdetailhistory.FieldRevisionHistory, field.TypeJSON) } - if value, ok := _u.mutation.OscalMetadataJSON(); ok { - _spec.SetField(systemdetailhistory.FieldOscalMetadataJSON, field.TypeJSON, value) - } if _u.mutation.OscalMetadataJSONCleared() { _spec.ClearField(systemdetailhistory.FieldOscalMetadataJSON, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.SystemDetailHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{systemdetailhistory.Label} @@ -486,264 +136,9 @@ func (_u *SystemDetailHistoryUpdate) sqlSave(ctx context.Context) (_node int, er // SystemDetailHistoryUpdateOne is the builder for updating a single SystemDetailHistory entity. type SystemDetailHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *SystemDetailHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *SystemDetailHistoryUpdateOne) SetUpdatedAt(v time.Time) *SystemDetailHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *SystemDetailHistoryUpdateOne) ClearUpdatedAt() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *SystemDetailHistoryUpdateOne) SetUpdatedBy(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableUpdatedBy(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *SystemDetailHistoryUpdateOne) ClearUpdatedBy() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *SystemDetailHistoryUpdateOne) SetUpdatedByImpersonator(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *SystemDetailHistoryUpdateOne) ClearUpdatedByImpersonator() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *SystemDetailHistoryUpdateOne) SetDeletedAt(v time.Time) *SystemDetailHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *SystemDetailHistoryUpdateOne) ClearDeletedAt() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *SystemDetailHistoryUpdateOne) SetDeletedBy(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableDeletedBy(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *SystemDetailHistoryUpdateOne) ClearDeletedBy() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *SystemDetailHistoryUpdateOne) SetTags(v []string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *SystemDetailHistoryUpdateOne) AppendTags(v []string) *SystemDetailHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *SystemDetailHistoryUpdateOne) ClearTags() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetSystemName sets the "system_name" field. -func (_u *SystemDetailHistoryUpdateOne) SetSystemName(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetSystemName(v) - return _u -} - -// SetNillableSystemName sets the "system_name" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableSystemName(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetSystemName(*v) - } - return _u -} - -// SetVersion sets the "version" field. -func (_u *SystemDetailHistoryUpdateOne) SetVersion(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetVersion(v) - return _u -} - -// SetNillableVersion sets the "version" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableVersion(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetVersion(*v) - } - return _u -} - -// ClearVersion clears the value of the "version" field. -func (_u *SystemDetailHistoryUpdateOne) ClearVersion() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearVersion() - return _u -} - -// SetDescription sets the "description" field. -func (_u *SystemDetailHistoryUpdateOne) SetDescription(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableDescription(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *SystemDetailHistoryUpdateOne) ClearDescription() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetAuthorizationBoundary sets the "authorization_boundary" field. -func (_u *SystemDetailHistoryUpdateOne) SetAuthorizationBoundary(v string) *SystemDetailHistoryUpdateOne { - _u.mutation.SetAuthorizationBoundary(v) - return _u -} - -// SetNillableAuthorizationBoundary sets the "authorization_boundary" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableAuthorizationBoundary(v *string) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetAuthorizationBoundary(*v) - } - return _u -} - -// ClearAuthorizationBoundary clears the value of the "authorization_boundary" field. -func (_u *SystemDetailHistoryUpdateOne) ClearAuthorizationBoundary() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearAuthorizationBoundary() - return _u -} - -// SetSensitivityLevel sets the "sensitivity_level" field. -func (_u *SystemDetailHistoryUpdateOne) SetSensitivityLevel(v enums.SystemSensitivityLevel) *SystemDetailHistoryUpdateOne { - _u.mutation.SetSensitivityLevel(v) - return _u -} - -// SetNillableSensitivityLevel sets the "sensitivity_level" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableSensitivityLevel(v *enums.SystemSensitivityLevel) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetSensitivityLevel(*v) - } - return _u -} - -// ClearSensitivityLevel clears the value of the "sensitivity_level" field. -func (_u *SystemDetailHistoryUpdateOne) ClearSensitivityLevel() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearSensitivityLevel() - return _u -} - -// SetLastReviewed sets the "last_reviewed" field. -func (_u *SystemDetailHistoryUpdateOne) SetLastReviewed(v models.DateTime) *SystemDetailHistoryUpdateOne { - _u.mutation.SetLastReviewed(v) - return _u -} - -// SetNillableLastReviewed sets the "last_reviewed" field if the given value is not nil. -func (_u *SystemDetailHistoryUpdateOne) SetNillableLastReviewed(v *models.DateTime) *SystemDetailHistoryUpdateOne { - if v != nil { - _u.SetLastReviewed(*v) - } - return _u -} - -// ClearLastReviewed clears the value of the "last_reviewed" field. -func (_u *SystemDetailHistoryUpdateOne) ClearLastReviewed() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearLastReviewed() - return _u -} - -// SetRevisionHistory sets the "revision_history" field. -func (_u *SystemDetailHistoryUpdateOne) SetRevisionHistory(v []interface{}) *SystemDetailHistoryUpdateOne { - _u.mutation.SetRevisionHistory(v) - return _u -} - -// AppendRevisionHistory appends value to the "revision_history" field. -func (_u *SystemDetailHistoryUpdateOne) AppendRevisionHistory(v []interface{}) *SystemDetailHistoryUpdateOne { - _u.mutation.AppendRevisionHistory(v) - return _u -} - -// ClearRevisionHistory clears the value of the "revision_history" field. -func (_u *SystemDetailHistoryUpdateOne) ClearRevisionHistory() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearRevisionHistory() - return _u -} - -// SetOscalMetadataJSON sets the "oscal_metadata_json" field. -func (_u *SystemDetailHistoryUpdateOne) SetOscalMetadataJSON(v map[string]interface{}) *SystemDetailHistoryUpdateOne { - _u.mutation.SetOscalMetadataJSON(v) - return _u -} - -// ClearOscalMetadataJSON clears the value of the "oscal_metadata_json" field. -func (_u *SystemDetailHistoryUpdateOne) ClearOscalMetadataJSON() *SystemDetailHistoryUpdateOne { - _u.mutation.ClearOscalMetadataJSON() - return _u + fields []string + hooks []Hook + mutation *SystemDetailHistoryMutation } // Mutation returns the SystemDetailHistoryMutation object of the builder. @@ -766,9 +161,6 @@ func (_u *SystemDetailHistoryUpdateOne) Select(field string, fields ...string) * // Save executes the query and returns the updated SystemDetailHistory entity. func (_u *SystemDetailHistoryUpdateOne) Save(ctx context.Context) (*SystemDetailHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -794,38 +186,7 @@ func (_u *SystemDetailHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *SystemDetailHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if systemdetailhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized systemdetailhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := systemdetailhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *SystemDetailHistoryUpdateOne) check() error { - if v, ok := _u.mutation.SensitivityLevel(); ok { - if err := systemdetailhistory.SensitivityLevelValidator(v); err != nil { - return &ValidationError{Name: "sensitivity_level", err: fmt.Errorf(`historygenerated: validator failed for field "SystemDetailHistory.sensitivity_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *SystemDetailHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *SystemDetailHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *SystemDetailHistoryUpdateOne) sqlSave(ctx context.Context) (_node *SystemDetailHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(systemdetailhistory.Table, systemdetailhistory.Columns, sqlgraph.NewFieldSpec(systemdetailhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -857,106 +218,51 @@ func (_u *SystemDetailHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Sys if _u.mutation.CreatedAtCleared() { _spec.ClearField(systemdetailhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(systemdetailhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(systemdetailhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(systemdetailhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(systemdetailhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(systemdetailhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(systemdetailhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(systemdetailhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(systemdetailhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, systemdetailhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(systemdetailhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(systemdetailhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.SystemName(); ok { - _spec.SetField(systemdetailhistory.FieldSystemName, field.TypeString, value) - } - if value, ok := _u.mutation.Version(); ok { - _spec.SetField(systemdetailhistory.FieldVersion, field.TypeString, value) - } if _u.mutation.VersionCleared() { _spec.ClearField(systemdetailhistory.FieldVersion, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(systemdetailhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(systemdetailhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.AuthorizationBoundary(); ok { - _spec.SetField(systemdetailhistory.FieldAuthorizationBoundary, field.TypeString, value) - } if _u.mutation.AuthorizationBoundaryCleared() { _spec.ClearField(systemdetailhistory.FieldAuthorizationBoundary, field.TypeString) } - if value, ok := _u.mutation.SensitivityLevel(); ok { - _spec.SetField(systemdetailhistory.FieldSensitivityLevel, field.TypeEnum, value) - } if _u.mutation.SensitivityLevelCleared() { _spec.ClearField(systemdetailhistory.FieldSensitivityLevel, field.TypeEnum) } - if value, ok := _u.mutation.LastReviewed(); ok { - _spec.SetField(systemdetailhistory.FieldLastReviewed, field.TypeTime, value) - } if _u.mutation.LastReviewedCleared() { _spec.ClearField(systemdetailhistory.FieldLastReviewed, field.TypeTime) } - if value, ok := _u.mutation.RevisionHistory(); ok { - _spec.SetField(systemdetailhistory.FieldRevisionHistory, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedRevisionHistory(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, systemdetailhistory.FieldRevisionHistory, value) - }) - } if _u.mutation.RevisionHistoryCleared() { _spec.ClearField(systemdetailhistory.FieldRevisionHistory, field.TypeJSON) } - if value, ok := _u.mutation.OscalMetadataJSON(); ok { - _spec.SetField(systemdetailhistory.FieldOscalMetadataJSON, field.TypeJSON, value) - } if _u.mutation.OscalMetadataJSONCleared() { _spec.ClearField(systemdetailhistory.FieldOscalMetadataJSON, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.SystemDetailHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &SystemDetailHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/taskhistory/taskhistory.go b/internal/ent/historygenerated/taskhistory/taskhistory.go index 697ae85990..ba1e6a7e1c 100644 --- a/internal/ent/historygenerated/taskhistory/taskhistory.go +++ b/internal/ent/historygenerated/taskhistory/taskhistory.go @@ -171,8 +171,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field. diff --git a/internal/ent/historygenerated/taskhistory_create.go b/internal/ent/historygenerated/taskhistory_create.go index 09693e835c..336fd17457 100644 --- a/internal/ent/historygenerated/taskhistory_create.go +++ b/internal/ent/historygenerated/taskhistory_create.go @@ -695,7 +695,6 @@ func (_c *TaskHistoryCreate) createSpec() (*TaskHistory, *sqlgraph.CreateSpec) { _node = &TaskHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(taskhistory.Table, sqlgraph.NewFieldSpec(taskhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TaskHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/taskhistory_delete.go b/internal/ent/historygenerated/taskhistory_delete.go index 5f52a75ef4..f65ec33039 100644 --- a/internal/ent/historygenerated/taskhistory_delete.go +++ b/internal/ent/historygenerated/taskhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/taskhistory" ) @@ -45,8 +43,6 @@ func (_d *TaskHistoryDelete) ExecX(ctx context.Context) int { func (_d *TaskHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(taskhistory.Table, sqlgraph.NewFieldSpec(taskhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TaskHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/taskhistory_query.go b/internal/ent/historygenerated/taskhistory_query.go index 461b509345..bc326f0b68 100644 --- a/internal/ent/historygenerated/taskhistory_query.go +++ b/internal/ent/historygenerated/taskhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/taskhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TaskHistoryQuery struct { order []taskhistory.OrderOption inters []Interceptor predicates []predicate.TaskHistory - loadTotal []func(context.Context, []*TaskHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TaskHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TaskHistoryQuery) Clone() *TaskHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TaskHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TaskHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TaskHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TaskHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *TaskHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TaskHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TaskHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TaskHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TaskHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TaskHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TaskHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (thq *TaskHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TaskHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TaskHistorySelect) sqlScan(ctx context.Context, root *TaskHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TaskHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TaskHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/taskhistory_update.go b/internal/ent/historygenerated/taskhistory_update.go index 23e2a36732..32ea0adbaa 100644 --- a/internal/ent/historygenerated/taskhistory_update.go +++ b/internal/ent/historygenerated/taskhistory_update.go @@ -8,1513 +8,176 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/taskhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// TaskHistoryUpdate is the builder for updating TaskHistory entities. -type TaskHistoryUpdate struct { - config - hooks []Hook - mutation *TaskHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the TaskHistoryUpdate builder. -func (_u *TaskHistoryUpdate) Where(ps ...predicate.TaskHistory) *TaskHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TaskHistoryUpdate) SetUpdatedAt(v time.Time) *TaskHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TaskHistoryUpdate) ClearUpdatedAt() *TaskHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TaskHistoryUpdate) SetUpdatedBy(v string) *TaskHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableUpdatedBy(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TaskHistoryUpdate) ClearUpdatedBy() *TaskHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TaskHistoryUpdate) SetUpdatedByImpersonator(v string) *TaskHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TaskHistoryUpdate) ClearUpdatedByImpersonator() *TaskHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TaskHistoryUpdate) SetDeletedAt(v time.Time) *TaskHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TaskHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TaskHistoryUpdate) ClearDeletedAt() *TaskHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TaskHistoryUpdate) SetDeletedBy(v string) *TaskHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableDeletedBy(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TaskHistoryUpdate) ClearDeletedBy() *TaskHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TaskHistoryUpdate) SetTags(v []string) *TaskHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TaskHistoryUpdate) AppendTags(v []string) *TaskHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TaskHistoryUpdate) ClearTags() *TaskHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetTaskKindName sets the "task_kind_name" field. -func (_u *TaskHistoryUpdate) SetTaskKindName(v string) *TaskHistoryUpdate { - _u.mutation.SetTaskKindName(v) - return _u -} - -// SetNillableTaskKindName sets the "task_kind_name" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableTaskKindName(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetTaskKindName(*v) - } - return _u -} - -// ClearTaskKindName clears the value of the "task_kind_name" field. -func (_u *TaskHistoryUpdate) ClearTaskKindName() *TaskHistoryUpdate { - _u.mutation.ClearTaskKindName() - return _u -} - -// SetTaskKindID sets the "task_kind_id" field. -func (_u *TaskHistoryUpdate) SetTaskKindID(v string) *TaskHistoryUpdate { - _u.mutation.SetTaskKindID(v) - return _u -} - -// SetNillableTaskKindID sets the "task_kind_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableTaskKindID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetTaskKindID(*v) - } - return _u -} - -// ClearTaskKindID clears the value of the "task_kind_id" field. -func (_u *TaskHistoryUpdate) ClearTaskKindID() *TaskHistoryUpdate { - _u.mutation.ClearTaskKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *TaskHistoryUpdate) SetEnvironmentName(v string) *TaskHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableEnvironmentName(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *TaskHistoryUpdate) ClearEnvironmentName() *TaskHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *TaskHistoryUpdate) SetEnvironmentID(v string) *TaskHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableEnvironmentID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *TaskHistoryUpdate) ClearEnvironmentID() *TaskHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *TaskHistoryUpdate) SetScopeName(v string) *TaskHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableScopeName(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *TaskHistoryUpdate) ClearScopeName() *TaskHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *TaskHistoryUpdate) SetScopeID(v string) *TaskHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableScopeID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *TaskHistoryUpdate) ClearScopeID() *TaskHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *TaskHistoryUpdate) SetWorkflowEligibleMarker(v bool) *TaskHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *TaskHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *TaskHistoryUpdate) ClearWorkflowEligibleMarker() *TaskHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *TaskHistoryUpdate) SetExternalUUID(v string) *TaskHistoryUpdate { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableExternalUUID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *TaskHistoryUpdate) ClearExternalUUID() *TaskHistoryUpdate { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TaskHistoryUpdate) SetTitle(v string) *TaskHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableTitle(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetDetails sets the "details" field. -func (_u *TaskHistoryUpdate) SetDetails(v string) *TaskHistoryUpdate { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableDetails(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *TaskHistoryUpdate) ClearDetails() *TaskHistoryUpdate { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *TaskHistoryUpdate) SetDetailsJSON(v []interface{}) *TaskHistoryUpdate { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *TaskHistoryUpdate) AppendDetailsJSON(v []interface{}) *TaskHistoryUpdate { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *TaskHistoryUpdate) ClearDetailsJSON() *TaskHistoryUpdate { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *TaskHistoryUpdate) SetMetadata(v map[string]interface{}) *TaskHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *TaskHistoryUpdate) ClearMetadata() *TaskHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetStatus sets the "status" field. -func (_u *TaskHistoryUpdate) SetStatus(v enums.TaskStatus) *TaskHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableStatus(v *enums.TaskStatus) *TaskHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetDue sets the "due" field. -func (_u *TaskHistoryUpdate) SetDue(v models.DateTime) *TaskHistoryUpdate { - _u.mutation.SetDue(v) - return _u -} - -// SetNillableDue sets the "due" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableDue(v *models.DateTime) *TaskHistoryUpdate { - if v != nil { - _u.SetDue(*v) - } - return _u -} - -// ClearDue clears the value of the "due" field. -func (_u *TaskHistoryUpdate) ClearDue() *TaskHistoryUpdate { - _u.mutation.ClearDue() - return _u -} - -// SetCompleted sets the "completed" field. -func (_u *TaskHistoryUpdate) SetCompleted(v models.DateTime) *TaskHistoryUpdate { - _u.mutation.SetCompleted(v) - return _u -} - -// SetNillableCompleted sets the "completed" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableCompleted(v *models.DateTime) *TaskHistoryUpdate { - if v != nil { - _u.SetCompleted(*v) - } - return _u -} - -// ClearCompleted clears the value of the "completed" field. -func (_u *TaskHistoryUpdate) ClearCompleted() *TaskHistoryUpdate { - _u.mutation.ClearCompleted() - return _u -} - -// SetAssigneeID sets the "assignee_id" field. -func (_u *TaskHistoryUpdate) SetAssigneeID(v string) *TaskHistoryUpdate { - _u.mutation.SetAssigneeID(v) - return _u -} - -// SetNillableAssigneeID sets the "assignee_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableAssigneeID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetAssigneeID(*v) - } - return _u -} - -// ClearAssigneeID clears the value of the "assignee_id" field. -func (_u *TaskHistoryUpdate) ClearAssigneeID() *TaskHistoryUpdate { - _u.mutation.ClearAssigneeID() - return _u -} - -// SetAssignerID sets the "assigner_id" field. -func (_u *TaskHistoryUpdate) SetAssignerID(v string) *TaskHistoryUpdate { - _u.mutation.SetAssignerID(v) - return _u -} - -// SetNillableAssignerID sets the "assigner_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableAssignerID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetAssignerID(*v) - } - return _u -} - -// ClearAssignerID clears the value of the "assigner_id" field. -func (_u *TaskHistoryUpdate) ClearAssignerID() *TaskHistoryUpdate { - _u.mutation.ClearAssignerID() - return _u -} - -// SetSystemGenerated sets the "system_generated" field. -func (_u *TaskHistoryUpdate) SetSystemGenerated(v bool) *TaskHistoryUpdate { - _u.mutation.SetSystemGenerated(v) - return _u -} - -// SetNillableSystemGenerated sets the "system_generated" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableSystemGenerated(v *bool) *TaskHistoryUpdate { - if v != nil { - _u.SetSystemGenerated(*v) - } - return _u -} - -// SetIsTemplate sets the "is_template" field. -func (_u *TaskHistoryUpdate) SetIsTemplate(v bool) *TaskHistoryUpdate { - _u.mutation.SetIsTemplate(v) - return _u -} - -// SetNillableIsTemplate sets the "is_template" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableIsTemplate(v *bool) *TaskHistoryUpdate { - if v != nil { - _u.SetIsTemplate(*v) - } - return _u -} - -// SetIsSuggested sets the "is_suggested" field. -func (_u *TaskHistoryUpdate) SetIsSuggested(v bool) *TaskHistoryUpdate { - _u.mutation.SetIsSuggested(v) - return _u -} - -// SetNillableIsSuggested sets the "is_suggested" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableIsSuggested(v *bool) *TaskHistoryUpdate { - if v != nil { - _u.SetIsSuggested(*v) - } - return _u -} - -// SetPriority sets the "priority" field. -func (_u *TaskHistoryUpdate) SetPriority(v int) *TaskHistoryUpdate { - _u.mutation.ResetPriority() - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillablePriority(v *int) *TaskHistoryUpdate { - if v != nil { - _u.SetPriority(*v) - } - return _u -} - -// AddPriority adds value to the "priority" field. -func (_u *TaskHistoryUpdate) AddPriority(v int) *TaskHistoryUpdate { - _u.mutation.AddPriority(v) - return _u -} - -// SetSource sets the "source" field. -func (_u *TaskHistoryUpdate) SetSource(v string) *TaskHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableSource(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *TaskHistoryUpdate) ClearSource() *TaskHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetSourceKey sets the "source_key" field. -func (_u *TaskHistoryUpdate) SetSourceKey(v string) *TaskHistoryUpdate { - _u.mutation.SetSourceKey(v) - return _u -} - -// SetNillableSourceKey sets the "source_key" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableSourceKey(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetSourceKey(*v) - } - return _u -} - -// ClearSourceKey clears the value of the "source_key" field. -func (_u *TaskHistoryUpdate) ClearSourceKey() *TaskHistoryUpdate { - _u.mutation.ClearSourceKey() - return _u -} - -// SetIdempotencyKey sets the "idempotency_key" field. -func (_u *TaskHistoryUpdate) SetIdempotencyKey(v string) *TaskHistoryUpdate { - _u.mutation.SetIdempotencyKey(v) - return _u -} - -// SetNillableIdempotencyKey sets the "idempotency_key" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableIdempotencyKey(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetIdempotencyKey(*v) - } - return _u -} - -// ClearIdempotencyKey clears the value of the "idempotency_key" field. -func (_u *TaskHistoryUpdate) ClearIdempotencyKey() *TaskHistoryUpdate { - _u.mutation.ClearIdempotencyKey() - return _u -} - -// SetExternalReferenceURL sets the "external_reference_url" field. -func (_u *TaskHistoryUpdate) SetExternalReferenceURL(v []string) *TaskHistoryUpdate { - _u.mutation.SetExternalReferenceURL(v) - return _u -} - -// AppendExternalReferenceURL appends value to the "external_reference_url" field. -func (_u *TaskHistoryUpdate) AppendExternalReferenceURL(v []string) *TaskHistoryUpdate { - _u.mutation.AppendExternalReferenceURL(v) - return _u -} - -// ClearExternalReferenceURL clears the value of the "external_reference_url" field. -func (_u *TaskHistoryUpdate) ClearExternalReferenceURL() *TaskHistoryUpdate { - _u.mutation.ClearExternalReferenceURL() - return _u -} - -// SetParentTaskID sets the "parent_task_id" field. -func (_u *TaskHistoryUpdate) SetParentTaskID(v string) *TaskHistoryUpdate { - _u.mutation.SetParentTaskID(v) - return _u -} - -// SetNillableParentTaskID sets the "parent_task_id" field if the given value is not nil. -func (_u *TaskHistoryUpdate) SetNillableParentTaskID(v *string) *TaskHistoryUpdate { - if v != nil { - _u.SetParentTaskID(*v) - } - return _u -} - -// ClearParentTaskID clears the value of the "parent_task_id" field. -func (_u *TaskHistoryUpdate) ClearParentTaskID() *TaskHistoryUpdate { - _u.mutation.ClearParentTaskID() - return _u -} - -// Mutation returns the TaskHistoryMutation object of the builder. -func (_u *TaskHistoryUpdate) Mutation() *TaskHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *TaskHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *TaskHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *TaskHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *TaskHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *TaskHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if taskhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized taskhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := taskhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TaskHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := taskhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "TaskHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TaskHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TaskHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *TaskHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(taskhistory.Table, taskhistory.Columns, sqlgraph.NewFieldSpec(taskhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(taskhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(taskhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(taskhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(taskhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(taskhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(taskhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(taskhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(taskhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(taskhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(taskhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(taskhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(taskhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(taskhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(taskhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(taskhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(taskhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.TaskKindName(); ok { - _spec.SetField(taskhistory.FieldTaskKindName, field.TypeString, value) - } - if _u.mutation.TaskKindNameCleared() { - _spec.ClearField(taskhistory.FieldTaskKindName, field.TypeString) - } - if value, ok := _u.mutation.TaskKindID(); ok { - _spec.SetField(taskhistory.FieldTaskKindID, field.TypeString, value) - } - if _u.mutation.TaskKindIDCleared() { - _spec.ClearField(taskhistory.FieldTaskKindID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(taskhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(taskhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(taskhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(taskhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(taskhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(taskhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(taskhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(taskhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(taskhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(taskhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(taskhistory.FieldExternalUUID, field.TypeString, value) - } - if _u.mutation.ExternalUUIDCleared() { - _spec.ClearField(taskhistory.FieldExternalUUID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(taskhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(taskhistory.FieldDetails, field.TypeString, value) - } - if _u.mutation.DetailsCleared() { - _spec.ClearField(taskhistory.FieldDetails, field.TypeString) - } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(taskhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldDetailsJSON, value) - }) - } - if _u.mutation.DetailsJSONCleared() { - _spec.ClearField(taskhistory.FieldDetailsJSON, field.TypeJSON) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(taskhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(taskhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(taskhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Due(); ok { - _spec.SetField(taskhistory.FieldDue, field.TypeTime, value) - } - if _u.mutation.DueCleared() { - _spec.ClearField(taskhistory.FieldDue, field.TypeTime) - } - if value, ok := _u.mutation.Completed(); ok { - _spec.SetField(taskhistory.FieldCompleted, field.TypeTime, value) - } - if _u.mutation.CompletedCleared() { - _spec.ClearField(taskhistory.FieldCompleted, field.TypeTime) - } - if value, ok := _u.mutation.AssigneeID(); ok { - _spec.SetField(taskhistory.FieldAssigneeID, field.TypeString, value) - } - if _u.mutation.AssigneeIDCleared() { - _spec.ClearField(taskhistory.FieldAssigneeID, field.TypeString) - } - if value, ok := _u.mutation.AssignerID(); ok { - _spec.SetField(taskhistory.FieldAssignerID, field.TypeString, value) - } - if _u.mutation.AssignerIDCleared() { - _spec.ClearField(taskhistory.FieldAssignerID, field.TypeString) - } - if value, ok := _u.mutation.SystemGenerated(); ok { - _spec.SetField(taskhistory.FieldSystemGenerated, field.TypeBool, value) - } - if value, ok := _u.mutation.IsTemplate(); ok { - _spec.SetField(taskhistory.FieldIsTemplate, field.TypeBool, value) - } - if value, ok := _u.mutation.IsSuggested(); ok { - _spec.SetField(taskhistory.FieldIsSuggested, field.TypeBool, value) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(taskhistory.FieldPriority, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedPriority(); ok { - _spec.AddField(taskhistory.FieldPriority, field.TypeInt, value) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(taskhistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(taskhistory.FieldSource, field.TypeString) - } - if value, ok := _u.mutation.SourceKey(); ok { - _spec.SetField(taskhistory.FieldSourceKey, field.TypeString, value) - } - if _u.mutation.SourceKeyCleared() { - _spec.ClearField(taskhistory.FieldSourceKey, field.TypeString) - } - if value, ok := _u.mutation.IdempotencyKey(); ok { - _spec.SetField(taskhistory.FieldIdempotencyKey, field.TypeString, value) - } - if _u.mutation.IdempotencyKeyCleared() { - _spec.ClearField(taskhistory.FieldIdempotencyKey, field.TypeString) - } - if value, ok := _u.mutation.ExternalReferenceURL(); ok { - _spec.SetField(taskhistory.FieldExternalReferenceURL, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExternalReferenceURL(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldExternalReferenceURL, value) - }) - } - if _u.mutation.ExternalReferenceURLCleared() { - _spec.ClearField(taskhistory.FieldExternalReferenceURL, field.TypeJSON) - } - if value, ok := _u.mutation.ParentTaskID(); ok { - _spec.SetField(taskhistory.FieldParentTaskID, field.TypeString, value) - } - if _u.mutation.ParentTaskIDCleared() { - _spec.ClearField(taskhistory.FieldParentTaskID, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.TaskHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{taskhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// TaskHistoryUpdateOne is the builder for updating a single TaskHistory entity. -type TaskHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *TaskHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TaskHistoryUpdateOne) SetUpdatedAt(v time.Time) *TaskHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TaskHistoryUpdateOne) ClearUpdatedAt() *TaskHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TaskHistoryUpdateOne) SetUpdatedBy(v string) *TaskHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TaskHistoryUpdateOne) ClearUpdatedBy() *TaskHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TaskHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TaskHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TaskHistoryUpdateOne) ClearUpdatedByImpersonator() *TaskHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TaskHistoryUpdateOne) SetDeletedAt(v time.Time) *TaskHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TaskHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TaskHistoryUpdateOne) ClearDeletedAt() *TaskHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TaskHistoryUpdateOne) SetDeletedBy(v string) *TaskHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableDeletedBy(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TaskHistoryUpdateOne) ClearDeletedBy() *TaskHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TaskHistoryUpdateOne) SetTags(v []string) *TaskHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TaskHistoryUpdateOne) AppendTags(v []string) *TaskHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TaskHistoryUpdateOne) ClearTags() *TaskHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetTaskKindName sets the "task_kind_name" field. -func (_u *TaskHistoryUpdateOne) SetTaskKindName(v string) *TaskHistoryUpdateOne { - _u.mutation.SetTaskKindName(v) - return _u -} - -// SetNillableTaskKindName sets the "task_kind_name" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableTaskKindName(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetTaskKindName(*v) - } - return _u -} - -// ClearTaskKindName clears the value of the "task_kind_name" field. -func (_u *TaskHistoryUpdateOne) ClearTaskKindName() *TaskHistoryUpdateOne { - _u.mutation.ClearTaskKindName() - return _u -} - -// SetTaskKindID sets the "task_kind_id" field. -func (_u *TaskHistoryUpdateOne) SetTaskKindID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetTaskKindID(v) - return _u -} - -// SetNillableTaskKindID sets the "task_kind_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableTaskKindID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetTaskKindID(*v) - } - return _u -} - -// ClearTaskKindID clears the value of the "task_kind_id" field. -func (_u *TaskHistoryUpdateOne) ClearTaskKindID() *TaskHistoryUpdateOne { - _u.mutation.ClearTaskKindID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *TaskHistoryUpdateOne) SetEnvironmentName(v string) *TaskHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableEnvironmentName(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *TaskHistoryUpdateOne) ClearEnvironmentName() *TaskHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *TaskHistoryUpdateOne) SetEnvironmentID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableEnvironmentID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *TaskHistoryUpdateOne) ClearEnvironmentID() *TaskHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *TaskHistoryUpdateOne) SetScopeName(v string) *TaskHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableScopeName(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *TaskHistoryUpdateOne) ClearScopeName() *TaskHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *TaskHistoryUpdateOne) SetScopeID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableScopeID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *TaskHistoryUpdateOne) ClearScopeID() *TaskHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *TaskHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *TaskHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *TaskHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *TaskHistoryUpdateOne) ClearWorkflowEligibleMarker() *TaskHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalUUID sets the "external_uuid" field. -func (_u *TaskHistoryUpdateOne) SetExternalUUID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetExternalUUID(v) - return _u -} - -// SetNillableExternalUUID sets the "external_uuid" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableExternalUUID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetExternalUUID(*v) - } - return _u -} - -// ClearExternalUUID clears the value of the "external_uuid" field. -func (_u *TaskHistoryUpdateOne) ClearExternalUUID() *TaskHistoryUpdateOne { - _u.mutation.ClearExternalUUID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TaskHistoryUpdateOne) SetTitle(v string) *TaskHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableTitle(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetDetails sets the "details" field. -func (_u *TaskHistoryUpdateOne) SetDetails(v string) *TaskHistoryUpdateOne { - _u.mutation.SetDetails(v) - return _u -} - -// SetNillableDetails sets the "details" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableDetails(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetDetails(*v) - } - return _u -} - -// ClearDetails clears the value of the "details" field. -func (_u *TaskHistoryUpdateOne) ClearDetails() *TaskHistoryUpdateOne { - _u.mutation.ClearDetails() - return _u -} - -// SetDetailsJSON sets the "details_json" field. -func (_u *TaskHistoryUpdateOne) SetDetailsJSON(v []interface{}) *TaskHistoryUpdateOne { - _u.mutation.SetDetailsJSON(v) - return _u -} - -// AppendDetailsJSON appends value to the "details_json" field. -func (_u *TaskHistoryUpdateOne) AppendDetailsJSON(v []interface{}) *TaskHistoryUpdateOne { - _u.mutation.AppendDetailsJSON(v) - return _u -} - -// ClearDetailsJSON clears the value of the "details_json" field. -func (_u *TaskHistoryUpdateOne) ClearDetailsJSON() *TaskHistoryUpdateOne { - _u.mutation.ClearDetailsJSON() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *TaskHistoryUpdateOne) SetMetadata(v map[string]interface{}) *TaskHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *TaskHistoryUpdateOne) ClearMetadata() *TaskHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetStatus sets the "status" field. -func (_u *TaskHistoryUpdateOne) SetStatus(v enums.TaskStatus) *TaskHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableStatus(v *enums.TaskStatus) *TaskHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetDue sets the "due" field. -func (_u *TaskHistoryUpdateOne) SetDue(v models.DateTime) *TaskHistoryUpdateOne { - _u.mutation.SetDue(v) - return _u -} - -// SetNillableDue sets the "due" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableDue(v *models.DateTime) *TaskHistoryUpdateOne { - if v != nil { - _u.SetDue(*v) - } - return _u -} - -// ClearDue clears the value of the "due" field. -func (_u *TaskHistoryUpdateOne) ClearDue() *TaskHistoryUpdateOne { - _u.mutation.ClearDue() - return _u -} - -// SetCompleted sets the "completed" field. -func (_u *TaskHistoryUpdateOne) SetCompleted(v models.DateTime) *TaskHistoryUpdateOne { - _u.mutation.SetCompleted(v) - return _u -} - -// SetNillableCompleted sets the "completed" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableCompleted(v *models.DateTime) *TaskHistoryUpdateOne { - if v != nil { - _u.SetCompleted(*v) - } - return _u -} - -// ClearCompleted clears the value of the "completed" field. -func (_u *TaskHistoryUpdateOne) ClearCompleted() *TaskHistoryUpdateOne { - _u.mutation.ClearCompleted() - return _u -} - -// SetAssigneeID sets the "assignee_id" field. -func (_u *TaskHistoryUpdateOne) SetAssigneeID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetAssigneeID(v) - return _u +// TaskHistoryUpdate is the builder for updating TaskHistory entities. +type TaskHistoryUpdate struct { + config + hooks []Hook + mutation *TaskHistoryMutation } -// SetNillableAssigneeID sets the "assignee_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableAssigneeID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetAssigneeID(*v) - } +// Where appends a list predicates to the TaskHistoryUpdate builder. +func (_u *TaskHistoryUpdate) Where(ps ...predicate.TaskHistory) *TaskHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearAssigneeID clears the value of the "assignee_id" field. -func (_u *TaskHistoryUpdateOne) ClearAssigneeID() *TaskHistoryUpdateOne { - _u.mutation.ClearAssigneeID() - return _u +// Mutation returns the TaskHistoryMutation object of the builder. +func (_u *TaskHistoryUpdate) Mutation() *TaskHistoryMutation { + return _u.mutation } -// SetAssignerID sets the "assigner_id" field. -func (_u *TaskHistoryUpdateOne) SetAssignerID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetAssignerID(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *TaskHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableAssignerID sets the "assigner_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableAssignerID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetAssignerID(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *TaskHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearAssignerID clears the value of the "assigner_id" field. -func (_u *TaskHistoryUpdateOne) ClearAssignerID() *TaskHistoryUpdateOne { - _u.mutation.ClearAssignerID() - return _u + return affected } -// SetSystemGenerated sets the "system_generated" field. -func (_u *TaskHistoryUpdateOne) SetSystemGenerated(v bool) *TaskHistoryUpdateOne { - _u.mutation.SetSystemGenerated(v) - return _u +// Exec executes the query. +func (_u *TaskHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableSystemGenerated sets the "system_generated" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableSystemGenerated(v *bool) *TaskHistoryUpdateOne { - if v != nil { - _u.SetSystemGenerated(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *TaskHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// SetIsTemplate sets the "is_template" field. -func (_u *TaskHistoryUpdateOne) SetIsTemplate(v bool) *TaskHistoryUpdateOne { - _u.mutation.SetIsTemplate(v) - return _u } -// SetNillableIsTemplate sets the "is_template" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableIsTemplate(v *bool) *TaskHistoryUpdateOne { - if v != nil { - _u.SetIsTemplate(*v) +func (_u *TaskHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(taskhistory.Table, taskhistory.Columns, sqlgraph.NewFieldSpec(taskhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// SetIsSuggested sets the "is_suggested" field. -func (_u *TaskHistoryUpdateOne) SetIsSuggested(v bool) *TaskHistoryUpdateOne { - _u.mutation.SetIsSuggested(v) - return _u -} - -// SetNillableIsSuggested sets the "is_suggested" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableIsSuggested(v *bool) *TaskHistoryUpdateOne { - if v != nil { - _u.SetIsSuggested(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(taskhistory.FieldRef, field.TypeString) } - return _u -} - -// SetPriority sets the "priority" field. -func (_u *TaskHistoryUpdateOne) SetPriority(v int) *TaskHistoryUpdateOne { - _u.mutation.ResetPriority() - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillablePriority(v *int) *TaskHistoryUpdateOne { - if v != nil { - _u.SetPriority(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(taskhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// AddPriority adds value to the "priority" field. -func (_u *TaskHistoryUpdateOne) AddPriority(v int) *TaskHistoryUpdateOne { - _u.mutation.AddPriority(v) - return _u -} - -// SetSource sets the "source" field. -func (_u *TaskHistoryUpdateOne) SetSource(v string) *TaskHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableSource(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(taskhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *TaskHistoryUpdateOne) ClearSource() *TaskHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetSourceKey sets the "source_key" field. -func (_u *TaskHistoryUpdateOne) SetSourceKey(v string) *TaskHistoryUpdateOne { - _u.mutation.SetSourceKey(v) - return _u -} - -// SetNillableSourceKey sets the "source_key" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableSourceKey(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetSourceKey(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(taskhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearSourceKey clears the value of the "source_key" field. -func (_u *TaskHistoryUpdateOne) ClearSourceKey() *TaskHistoryUpdateOne { - _u.mutation.ClearSourceKey() - return _u -} - -// SetIdempotencyKey sets the "idempotency_key" field. -func (_u *TaskHistoryUpdateOne) SetIdempotencyKey(v string) *TaskHistoryUpdateOne { - _u.mutation.SetIdempotencyKey(v) - return _u -} - -// SetNillableIdempotencyKey sets the "idempotency_key" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableIdempotencyKey(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetIdempotencyKey(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(taskhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearIdempotencyKey clears the value of the "idempotency_key" field. -func (_u *TaskHistoryUpdateOne) ClearIdempotencyKey() *TaskHistoryUpdateOne { - _u.mutation.ClearIdempotencyKey() - return _u -} - -// SetExternalReferenceURL sets the "external_reference_url" field. -func (_u *TaskHistoryUpdateOne) SetExternalReferenceURL(v []string) *TaskHistoryUpdateOne { - _u.mutation.SetExternalReferenceURL(v) - return _u -} - -// AppendExternalReferenceURL appends value to the "external_reference_url" field. -func (_u *TaskHistoryUpdateOne) AppendExternalReferenceURL(v []string) *TaskHistoryUpdateOne { - _u.mutation.AppendExternalReferenceURL(v) - return _u -} - -// ClearExternalReferenceURL clears the value of the "external_reference_url" field. -func (_u *TaskHistoryUpdateOne) ClearExternalReferenceURL() *TaskHistoryUpdateOne { - _u.mutation.ClearExternalReferenceURL() - return _u -} - -// SetParentTaskID sets the "parent_task_id" field. -func (_u *TaskHistoryUpdateOne) SetParentTaskID(v string) *TaskHistoryUpdateOne { - _u.mutation.SetParentTaskID(v) - return _u -} - -// SetNillableParentTaskID sets the "parent_task_id" field if the given value is not nil. -func (_u *TaskHistoryUpdateOne) SetNillableParentTaskID(v *string) *TaskHistoryUpdateOne { - if v != nil { - _u.SetParentTaskID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(taskhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(taskhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(taskhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(taskhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(taskhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.TaskKindNameCleared() { + _spec.ClearField(taskhistory.FieldTaskKindName, field.TypeString) + } + if _u.mutation.TaskKindIDCleared() { + _spec.ClearField(taskhistory.FieldTaskKindID, field.TypeString) + } + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(taskhistory.FieldEnvironmentName, field.TypeString) + } + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(taskhistory.FieldEnvironmentID, field.TypeString) + } + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(taskhistory.FieldScopeName, field.TypeString) + } + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(taskhistory.FieldScopeID, field.TypeString) + } + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(taskhistory.FieldWorkflowEligibleMarker, field.TypeBool) + } + if _u.mutation.ExternalUUIDCleared() { + _spec.ClearField(taskhistory.FieldExternalUUID, field.TypeString) + } + if _u.mutation.DetailsCleared() { + _spec.ClearField(taskhistory.FieldDetails, field.TypeString) + } + if _u.mutation.DetailsJSONCleared() { + _spec.ClearField(taskhistory.FieldDetailsJSON, field.TypeJSON) + } + if _u.mutation.MetadataCleared() { + _spec.ClearField(taskhistory.FieldMetadata, field.TypeJSON) + } + if _u.mutation.DueCleared() { + _spec.ClearField(taskhistory.FieldDue, field.TypeTime) + } + if _u.mutation.CompletedCleared() { + _spec.ClearField(taskhistory.FieldCompleted, field.TypeTime) + } + if _u.mutation.AssigneeIDCleared() { + _spec.ClearField(taskhistory.FieldAssigneeID, field.TypeString) + } + if _u.mutation.AssignerIDCleared() { + _spec.ClearField(taskhistory.FieldAssignerID, field.TypeString) + } + if _u.mutation.SourceCleared() { + _spec.ClearField(taskhistory.FieldSource, field.TypeString) + } + if _u.mutation.SourceKeyCleared() { + _spec.ClearField(taskhistory.FieldSourceKey, field.TypeString) + } + if _u.mutation.IdempotencyKeyCleared() { + _spec.ClearField(taskhistory.FieldIdempotencyKey, field.TypeString) + } + if _u.mutation.ExternalReferenceURLCleared() { + _spec.ClearField(taskhistory.FieldExternalReferenceURL, field.TypeJSON) + } + if _u.mutation.ParentTaskIDCleared() { + _spec.ClearField(taskhistory.FieldParentTaskID, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{taskhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearParentTaskID clears the value of the "parent_task_id" field. -func (_u *TaskHistoryUpdateOne) ClearParentTaskID() *TaskHistoryUpdateOne { - _u.mutation.ClearParentTaskID() - return _u +// TaskHistoryUpdateOne is the builder for updating a single TaskHistory entity. +type TaskHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *TaskHistoryMutation } // Mutation returns the TaskHistoryMutation object of the builder. @@ -1537,9 +200,6 @@ func (_u *TaskHistoryUpdateOne) Select(field string, fields ...string) *TaskHist // Save executes the query and returns the updated TaskHistory entity. func (_u *TaskHistoryUpdateOne) Save(ctx context.Context) (*TaskHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1565,38 +225,7 @@ func (_u *TaskHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TaskHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if taskhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized taskhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := taskhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TaskHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := taskhistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "TaskHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TaskHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TaskHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TaskHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TaskHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(taskhistory.Table, taskhistory.Columns, sqlgraph.NewFieldSpec(taskhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1628,207 +257,90 @@ func (_u *TaskHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TaskHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(taskhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(taskhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(taskhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(taskhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(taskhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(taskhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(taskhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(taskhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(taskhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(taskhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(taskhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(taskhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(taskhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(taskhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(taskhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.TaskKindName(); ok { - _spec.SetField(taskhistory.FieldTaskKindName, field.TypeString, value) - } if _u.mutation.TaskKindNameCleared() { _spec.ClearField(taskhistory.FieldTaskKindName, field.TypeString) } - if value, ok := _u.mutation.TaskKindID(); ok { - _spec.SetField(taskhistory.FieldTaskKindID, field.TypeString, value) - } if _u.mutation.TaskKindIDCleared() { _spec.ClearField(taskhistory.FieldTaskKindID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(taskhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(taskhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(taskhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(taskhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(taskhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(taskhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(taskhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(taskhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(taskhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(taskhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalUUID(); ok { - _spec.SetField(taskhistory.FieldExternalUUID, field.TypeString, value) - } if _u.mutation.ExternalUUIDCleared() { _spec.ClearField(taskhistory.FieldExternalUUID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(taskhistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.Details(); ok { - _spec.SetField(taskhistory.FieldDetails, field.TypeString, value) - } if _u.mutation.DetailsCleared() { _spec.ClearField(taskhistory.FieldDetails, field.TypeString) } - if value, ok := _u.mutation.DetailsJSON(); ok { - _spec.SetField(taskhistory.FieldDetailsJSON, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedDetailsJSON(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldDetailsJSON, value) - }) - } if _u.mutation.DetailsJSONCleared() { _spec.ClearField(taskhistory.FieldDetailsJSON, field.TypeJSON) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(taskhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(taskhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(taskhistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Due(); ok { - _spec.SetField(taskhistory.FieldDue, field.TypeTime, value) - } if _u.mutation.DueCleared() { _spec.ClearField(taskhistory.FieldDue, field.TypeTime) } - if value, ok := _u.mutation.Completed(); ok { - _spec.SetField(taskhistory.FieldCompleted, field.TypeTime, value) - } if _u.mutation.CompletedCleared() { _spec.ClearField(taskhistory.FieldCompleted, field.TypeTime) } - if value, ok := _u.mutation.AssigneeID(); ok { - _spec.SetField(taskhistory.FieldAssigneeID, field.TypeString, value) - } if _u.mutation.AssigneeIDCleared() { _spec.ClearField(taskhistory.FieldAssigneeID, field.TypeString) } - if value, ok := _u.mutation.AssignerID(); ok { - _spec.SetField(taskhistory.FieldAssignerID, field.TypeString, value) - } if _u.mutation.AssignerIDCleared() { _spec.ClearField(taskhistory.FieldAssignerID, field.TypeString) } - if value, ok := _u.mutation.SystemGenerated(); ok { - _spec.SetField(taskhistory.FieldSystemGenerated, field.TypeBool, value) - } - if value, ok := _u.mutation.IsTemplate(); ok { - _spec.SetField(taskhistory.FieldIsTemplate, field.TypeBool, value) - } - if value, ok := _u.mutation.IsSuggested(); ok { - _spec.SetField(taskhistory.FieldIsSuggested, field.TypeBool, value) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(taskhistory.FieldPriority, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedPriority(); ok { - _spec.AddField(taskhistory.FieldPriority, field.TypeInt, value) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(taskhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(taskhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.SourceKey(); ok { - _spec.SetField(taskhistory.FieldSourceKey, field.TypeString, value) - } if _u.mutation.SourceKeyCleared() { _spec.ClearField(taskhistory.FieldSourceKey, field.TypeString) } - if value, ok := _u.mutation.IdempotencyKey(); ok { - _spec.SetField(taskhistory.FieldIdempotencyKey, field.TypeString, value) - } if _u.mutation.IdempotencyKeyCleared() { _spec.ClearField(taskhistory.FieldIdempotencyKey, field.TypeString) } - if value, ok := _u.mutation.ExternalReferenceURL(); ok { - _spec.SetField(taskhistory.FieldExternalReferenceURL, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedExternalReferenceURL(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, taskhistory.FieldExternalReferenceURL, value) - }) - } if _u.mutation.ExternalReferenceURLCleared() { _spec.ClearField(taskhistory.FieldExternalReferenceURL, field.TypeJSON) } - if value, ok := _u.mutation.ParentTaskID(); ok { - _spec.SetField(taskhistory.FieldParentTaskID, field.TypeString, value) - } if _u.mutation.ParentTaskIDCleared() { _spec.ClearField(taskhistory.FieldParentTaskID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TaskHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TaskHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/templatehistory/templatehistory.go b/internal/ent/historygenerated/templatehistory/templatehistory.go index 294b9ec8e4..aa3c7ec318 100644 --- a/internal/ent/historygenerated/templatehistory/templatehistory.go +++ b/internal/ent/historygenerated/templatehistory/templatehistory.go @@ -135,8 +135,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/templatehistory_create.go b/internal/ent/historygenerated/templatehistory_create.go index e8f6aa7e02..8f1ce6a043 100644 --- a/internal/ent/historygenerated/templatehistory_create.go +++ b/internal/ent/historygenerated/templatehistory_create.go @@ -524,7 +524,6 @@ func (_c *TemplateHistoryCreate) createSpec() (*TemplateHistory, *sqlgraph.Creat _node = &TemplateHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(templatehistory.Table, sqlgraph.NewFieldSpec(templatehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TemplateHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/templatehistory_delete.go b/internal/ent/historygenerated/templatehistory_delete.go index 99051cdaab..f3241d3ff7 100644 --- a/internal/ent/historygenerated/templatehistory_delete.go +++ b/internal/ent/historygenerated/templatehistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/templatehistory" ) @@ -45,8 +43,6 @@ func (_d *TemplateHistoryDelete) ExecX(ctx context.Context) int { func (_d *TemplateHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(templatehistory.Table, sqlgraph.NewFieldSpec(templatehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/templatehistory_query.go b/internal/ent/historygenerated/templatehistory_query.go index 910d97931c..fd525e5b0a 100644 --- a/internal/ent/historygenerated/templatehistory_query.go +++ b/internal/ent/historygenerated/templatehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/templatehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TemplateHistoryQuery struct { order []templatehistory.OrderOption inters []Interceptor predicates []predicate.TemplateHistory - loadTotal []func(context.Context, []*TemplateHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TemplateHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TemplateHistoryQuery) Clone() *TemplateHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TemplateHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TemplateHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) func (_q *TemplateHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TemplateHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TemplateHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TemplateHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TemplateHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (thq *TemplateHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TemplateHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TemplateHistorySelect) sqlScan(ctx context.Context, root *TemplateHist defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TemplateHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TemplateHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/templatehistory_update.go b/internal/ent/historygenerated/templatehistory_update.go index bb0d7090a3..fed8e988ce 100644 --- a/internal/ent/historygenerated/templatehistory_update.go +++ b/internal/ent/historygenerated/templatehistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/templatehistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TemplateHistoryUpdate is the builder for updating TemplateHistory entities. type TemplateHistoryUpdate struct { config - hooks []Hook - mutation *TemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TemplateHistoryMutation } // Where appends a list predicates to the TemplateHistoryUpdate builder. @@ -36,362 +29,6 @@ func (_u *TemplateHistoryUpdate) Where(ps ...predicate.TemplateHistory) *Templat return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TemplateHistoryUpdate) SetUpdatedAt(v time.Time) *TemplateHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TemplateHistoryUpdate) ClearUpdatedAt() *TemplateHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TemplateHistoryUpdate) SetUpdatedBy(v string) *TemplateHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableUpdatedBy(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TemplateHistoryUpdate) ClearUpdatedBy() *TemplateHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TemplateHistoryUpdate) SetUpdatedByImpersonator(v string) *TemplateHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TemplateHistoryUpdate) ClearUpdatedByImpersonator() *TemplateHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TemplateHistoryUpdate) SetDeletedAt(v time.Time) *TemplateHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TemplateHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TemplateHistoryUpdate) ClearDeletedAt() *TemplateHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TemplateHistoryUpdate) SetDeletedBy(v string) *TemplateHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableDeletedBy(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TemplateHistoryUpdate) ClearDeletedBy() *TemplateHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TemplateHistoryUpdate) SetTags(v []string) *TemplateHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TemplateHistoryUpdate) AppendTags(v []string) *TemplateHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TemplateHistoryUpdate) ClearTags() *TemplateHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *TemplateHistoryUpdate) SetInternalNotes(v string) *TemplateHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableInternalNotes(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *TemplateHistoryUpdate) ClearInternalNotes() *TemplateHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *TemplateHistoryUpdate) SetSystemInternalID(v string) *TemplateHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableSystemInternalID(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *TemplateHistoryUpdate) ClearSystemInternalID() *TemplateHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *TemplateHistoryUpdate) SetEnvironmentName(v string) *TemplateHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableEnvironmentName(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *TemplateHistoryUpdate) ClearEnvironmentName() *TemplateHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *TemplateHistoryUpdate) SetEnvironmentID(v string) *TemplateHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableEnvironmentID(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *TemplateHistoryUpdate) ClearEnvironmentID() *TemplateHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *TemplateHistoryUpdate) SetScopeName(v string) *TemplateHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableScopeName(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *TemplateHistoryUpdate) ClearScopeName() *TemplateHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *TemplateHistoryUpdate) SetScopeID(v string) *TemplateHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableScopeID(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *TemplateHistoryUpdate) ClearScopeID() *TemplateHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetName sets the "name" field. -func (_u *TemplateHistoryUpdate) SetName(v string) *TemplateHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableName(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetTemplateType sets the "template_type" field. -func (_u *TemplateHistoryUpdate) SetTemplateType(v enums.DocumentType) *TemplateHistoryUpdate { - _u.mutation.SetTemplateType(v) - return _u -} - -// SetNillableTemplateType sets the "template_type" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableTemplateType(v *enums.DocumentType) *TemplateHistoryUpdate { - if v != nil { - _u.SetTemplateType(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *TemplateHistoryUpdate) SetDescription(v string) *TemplateHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableDescription(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *TemplateHistoryUpdate) ClearDescription() *TemplateHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetKind sets the "kind" field. -func (_u *TemplateHistoryUpdate) SetKind(v enums.TemplateKind) *TemplateHistoryUpdate { - _u.mutation.SetKind(v) - return _u -} - -// SetNillableKind sets the "kind" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableKind(v *enums.TemplateKind) *TemplateHistoryUpdate { - if v != nil { - _u.SetKind(*v) - } - return _u -} - -// ClearKind clears the value of the "kind" field. -func (_u *TemplateHistoryUpdate) ClearKind() *TemplateHistoryUpdate { - _u.mutation.ClearKind() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *TemplateHistoryUpdate) SetJsonconfig(v map[string]interface{}) *TemplateHistoryUpdate { - _u.mutation.SetJsonconfig(v) - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *TemplateHistoryUpdate) SetUischema(v map[string]interface{}) *TemplateHistoryUpdate { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *TemplateHistoryUpdate) ClearUischema() *TemplateHistoryUpdate { - _u.mutation.ClearUischema() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *TemplateHistoryUpdate) SetTrustCenterID(v string) *TemplateHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableTrustCenterID(v *string) *TemplateHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *TemplateHistoryUpdate) ClearTrustCenterID() *TemplateHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetTransformConfiguration sets the "transform_configuration" field. -func (_u *TemplateHistoryUpdate) SetTransformConfiguration(v models.TemplateProjectionConfig) *TemplateHistoryUpdate { - _u.mutation.SetTransformConfiguration(v) - return _u -} - -// SetNillableTransformConfiguration sets the "transform_configuration" field if the given value is not nil. -func (_u *TemplateHistoryUpdate) SetNillableTransformConfiguration(v *models.TemplateProjectionConfig) *TemplateHistoryUpdate { - if v != nil { - _u.SetTransformConfiguration(*v) - } - return _u -} - -// ClearTransformConfiguration clears the value of the "transform_configuration" field. -func (_u *TemplateHistoryUpdate) ClearTransformConfiguration() *TemplateHistoryUpdate { - _u.mutation.ClearTransformConfiguration() - return _u -} - // Mutation returns the TemplateHistoryMutation object of the builder. func (_u *TemplateHistoryUpdate) Mutation() *TemplateHistoryMutation { return _u.mutation @@ -399,9 +36,6 @@ func (_u *TemplateHistoryUpdate) Mutation() *TemplateHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TemplateHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -427,43 +61,7 @@ func (_u *TemplateHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TemplateHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if templatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized templatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := templatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TemplateHistoryUpdate) check() error { - if v, ok := _u.mutation.TemplateType(); ok { - if err := templatehistory.TemplateTypeValidator(v); err != nil { - return &ValidationError{Name: "template_type", err: fmt.Errorf(`historygenerated: validator failed for field "TemplateHistory.template_type": %w`, err)} - } - } - if v, ok := _u.mutation.Kind(); ok { - if err := templatehistory.KindValidator(v); err != nil { - return &ValidationError{Name: "kind", err: fmt.Errorf(`historygenerated: validator failed for field "TemplateHistory.kind": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TemplateHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TemplateHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(templatehistory.Table, templatehistory.Columns, sqlgraph.NewFieldSpec(templatehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -478,47 +76,24 @@ func (_u *TemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err er if _u.mutation.CreatedAtCleared() { _spec.ClearField(templatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(templatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(templatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(templatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(templatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(templatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(templatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(templatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(templatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(templatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(templatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(templatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(templatehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, templatehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(templatehistory.FieldTags, field.TypeJSON) } @@ -528,84 +103,39 @@ func (_u *TemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err er if _u.mutation.SystemOwnedCleared() { _spec.ClearField(templatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(templatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(templatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(templatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(templatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(templatehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(templatehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(templatehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(templatehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(templatehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(templatehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(templatehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(templatehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(templatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.TemplateType(); ok { - _spec.SetField(templatehistory.FieldTemplateType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(templatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(templatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Kind(); ok { - _spec.SetField(templatehistory.FieldKind, field.TypeEnum, value) - } if _u.mutation.KindCleared() { _spec.ClearField(templatehistory.FieldKind, field.TypeEnum) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(templatehistory.FieldJsonconfig, field.TypeJSON, value) - } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(templatehistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(templatehistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(templatehistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(templatehistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.TransformConfiguration(); ok { - _spec.SetField(templatehistory.FieldTransformConfiguration, field.TypeJSON, value) - } if _u.mutation.TransformConfigurationCleared() { _spec.ClearField(templatehistory.FieldTransformConfiguration, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.TemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{templatehistory.Label} @@ -621,366 +151,9 @@ func (_u *TemplateHistoryUpdate) sqlSave(ctx context.Context) (_node int, err er // TemplateHistoryUpdateOne is the builder for updating a single TemplateHistory entity. type TemplateHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TemplateHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TemplateHistoryUpdateOne) SetUpdatedAt(v time.Time) *TemplateHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TemplateHistoryUpdateOne) ClearUpdatedAt() *TemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TemplateHistoryUpdateOne) SetUpdatedBy(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TemplateHistoryUpdateOne) ClearUpdatedBy() *TemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TemplateHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TemplateHistoryUpdateOne) ClearUpdatedByImpersonator() *TemplateHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TemplateHistoryUpdateOne) SetDeletedAt(v time.Time) *TemplateHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TemplateHistoryUpdateOne) ClearDeletedAt() *TemplateHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TemplateHistoryUpdateOne) SetDeletedBy(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableDeletedBy(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TemplateHistoryUpdateOne) ClearDeletedBy() *TemplateHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TemplateHistoryUpdateOne) SetTags(v []string) *TemplateHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TemplateHistoryUpdateOne) AppendTags(v []string) *TemplateHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TemplateHistoryUpdateOne) ClearTags() *TemplateHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *TemplateHistoryUpdateOne) SetInternalNotes(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableInternalNotes(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *TemplateHistoryUpdateOne) ClearInternalNotes() *TemplateHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *TemplateHistoryUpdateOne) SetSystemInternalID(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableSystemInternalID(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *TemplateHistoryUpdateOne) ClearSystemInternalID() *TemplateHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *TemplateHistoryUpdateOne) SetEnvironmentName(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableEnvironmentName(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *TemplateHistoryUpdateOne) ClearEnvironmentName() *TemplateHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *TemplateHistoryUpdateOne) SetEnvironmentID(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableEnvironmentID(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *TemplateHistoryUpdateOne) ClearEnvironmentID() *TemplateHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *TemplateHistoryUpdateOne) SetScopeName(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableScopeName(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *TemplateHistoryUpdateOne) ClearScopeName() *TemplateHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *TemplateHistoryUpdateOne) SetScopeID(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableScopeID(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *TemplateHistoryUpdateOne) ClearScopeID() *TemplateHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetName sets the "name" field. -func (_u *TemplateHistoryUpdateOne) SetName(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableName(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetTemplateType sets the "template_type" field. -func (_u *TemplateHistoryUpdateOne) SetTemplateType(v enums.DocumentType) *TemplateHistoryUpdateOne { - _u.mutation.SetTemplateType(v) - return _u -} - -// SetNillableTemplateType sets the "template_type" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableTemplateType(v *enums.DocumentType) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetTemplateType(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *TemplateHistoryUpdateOne) SetDescription(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableDescription(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *TemplateHistoryUpdateOne) ClearDescription() *TemplateHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetKind sets the "kind" field. -func (_u *TemplateHistoryUpdateOne) SetKind(v enums.TemplateKind) *TemplateHistoryUpdateOne { - _u.mutation.SetKind(v) - return _u -} - -// SetNillableKind sets the "kind" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableKind(v *enums.TemplateKind) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetKind(*v) - } - return _u -} - -// ClearKind clears the value of the "kind" field. -func (_u *TemplateHistoryUpdateOne) ClearKind() *TemplateHistoryUpdateOne { - _u.mutation.ClearKind() - return _u -} - -// SetJsonconfig sets the "jsonconfig" field. -func (_u *TemplateHistoryUpdateOne) SetJsonconfig(v map[string]interface{}) *TemplateHistoryUpdateOne { - _u.mutation.SetJsonconfig(v) - return _u -} - -// SetUischema sets the "uischema" field. -func (_u *TemplateHistoryUpdateOne) SetUischema(v map[string]interface{}) *TemplateHistoryUpdateOne { - _u.mutation.SetUischema(v) - return _u -} - -// ClearUischema clears the value of the "uischema" field. -func (_u *TemplateHistoryUpdateOne) ClearUischema() *TemplateHistoryUpdateOne { - _u.mutation.ClearUischema() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *TemplateHistoryUpdateOne) SetTrustCenterID(v string) *TemplateHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableTrustCenterID(v *string) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *TemplateHistoryUpdateOne) ClearTrustCenterID() *TemplateHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetTransformConfiguration sets the "transform_configuration" field. -func (_u *TemplateHistoryUpdateOne) SetTransformConfiguration(v models.TemplateProjectionConfig) *TemplateHistoryUpdateOne { - _u.mutation.SetTransformConfiguration(v) - return _u -} - -// SetNillableTransformConfiguration sets the "transform_configuration" field if the given value is not nil. -func (_u *TemplateHistoryUpdateOne) SetNillableTransformConfiguration(v *models.TemplateProjectionConfig) *TemplateHistoryUpdateOne { - if v != nil { - _u.SetTransformConfiguration(*v) - } - return _u -} - -// ClearTransformConfiguration clears the value of the "transform_configuration" field. -func (_u *TemplateHistoryUpdateOne) ClearTransformConfiguration() *TemplateHistoryUpdateOne { - _u.mutation.ClearTransformConfiguration() - return _u + fields []string + hooks []Hook + mutation *TemplateHistoryMutation } // Mutation returns the TemplateHistoryMutation object of the builder. @@ -1003,9 +176,6 @@ func (_u *TemplateHistoryUpdateOne) Select(field string, fields ...string) *Temp // Save executes the query and returns the updated TemplateHistory entity. func (_u *TemplateHistoryUpdateOne) Save(ctx context.Context) (*TemplateHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1031,43 +201,7 @@ func (_u *TemplateHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TemplateHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if templatehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized templatehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := templatehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TemplateHistoryUpdateOne) check() error { - if v, ok := _u.mutation.TemplateType(); ok { - if err := templatehistory.TemplateTypeValidator(v); err != nil { - return &ValidationError{Name: "template_type", err: fmt.Errorf(`historygenerated: validator failed for field "TemplateHistory.template_type": %w`, err)} - } - } - if v, ok := _u.mutation.Kind(); ok { - if err := templatehistory.KindValidator(v); err != nil { - return &ValidationError{Name: "kind", err: fmt.Errorf(`historygenerated: validator failed for field "TemplateHistory.kind": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TemplateHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TemplateHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TemplateHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(templatehistory.Table, templatehistory.Columns, sqlgraph.NewFieldSpec(templatehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1099,47 +233,24 @@ func (_u *TemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Templat if _u.mutation.CreatedAtCleared() { _spec.ClearField(templatehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(templatehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(templatehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(templatehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(templatehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(templatehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(templatehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(templatehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(templatehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(templatehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(templatehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(templatehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(templatehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, templatehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(templatehistory.FieldTags, field.TypeJSON) } @@ -1149,84 +260,39 @@ func (_u *TemplateHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Templat if _u.mutation.SystemOwnedCleared() { _spec.ClearField(templatehistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(templatehistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(templatehistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(templatehistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(templatehistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(templatehistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(templatehistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(templatehistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(templatehistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(templatehistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(templatehistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(templatehistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(templatehistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(templatehistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.TemplateType(); ok { - _spec.SetField(templatehistory.FieldTemplateType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(templatehistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(templatehistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Kind(); ok { - _spec.SetField(templatehistory.FieldKind, field.TypeEnum, value) - } if _u.mutation.KindCleared() { _spec.ClearField(templatehistory.FieldKind, field.TypeEnum) } - if value, ok := _u.mutation.Jsonconfig(); ok { - _spec.SetField(templatehistory.FieldJsonconfig, field.TypeJSON, value) - } - if value, ok := _u.mutation.Uischema(); ok { - _spec.SetField(templatehistory.FieldUischema, field.TypeJSON, value) - } if _u.mutation.UischemaCleared() { _spec.ClearField(templatehistory.FieldUischema, field.TypeJSON) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(templatehistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(templatehistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.TransformConfiguration(); ok { - _spec.SetField(templatehistory.FieldTransformConfiguration, field.TypeJSON, value) - } if _u.mutation.TransformConfigurationCleared() { _spec.ClearField(templatehistory.FieldTransformConfiguration, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.TemplateHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TemplateHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcentercompliancehistory/trustcentercompliancehistory.go b/internal/ent/historygenerated/trustcentercompliancehistory/trustcentercompliancehistory.go index 50d0d5ca4d..dd28d933f9 100644 --- a/internal/ent/historygenerated/trustcentercompliancehistory/trustcentercompliancehistory.go +++ b/internal/ent/historygenerated/trustcentercompliancehistory/trustcentercompliancehistory.go @@ -92,8 +92,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/trustcentercompliancehistory_create.go b/internal/ent/historygenerated/trustcentercompliancehistory_create.go index 41164af2aa..69f829bf99 100644 --- a/internal/ent/historygenerated/trustcentercompliancehistory_create.go +++ b/internal/ent/historygenerated/trustcentercompliancehistory_create.go @@ -314,7 +314,6 @@ func (_c *TrustCenterComplianceHistoryCreate) createSpec() (*TrustCenterComplian _node = &TrustCenterComplianceHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentercompliancehistory.Table, sqlgraph.NewFieldSpec(trustcentercompliancehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterComplianceHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcentercompliancehistory_delete.go b/internal/ent/historygenerated/trustcentercompliancehistory_delete.go index d0292032c0..d46f2133ec 100644 --- a/internal/ent/historygenerated/trustcentercompliancehistory_delete.go +++ b/internal/ent/historygenerated/trustcentercompliancehistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentercompliancehistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterComplianceHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterComplianceHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentercompliancehistory.Table, sqlgraph.NewFieldSpec(trustcentercompliancehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterComplianceHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcentercompliancehistory_query.go b/internal/ent/historygenerated/trustcentercompliancehistory_query.go index 4726a63a38..88a561ca2c 100644 --- a/internal/ent/historygenerated/trustcentercompliancehistory_query.go +++ b/internal/ent/historygenerated/trustcentercompliancehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentercompliancehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterComplianceHistoryQuery struct { order []trustcentercompliancehistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterComplianceHistory - loadTotal []func(context.Context, []*TrustCenterComplianceHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterComplianceHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterComplianceHistoryQuery) Clone() *TrustCenterComplianceHisto inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterComplianceHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterComplianceHistoryQuery) sqlAll(ctx context.Context, hooks . nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterComplianceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterComplianceHistoryQuery) sqlAll(ctx context.Context, hooks . func (_q *TrustCenterComplianceHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterComplianceHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterComplianceHistoryQuery) sqlQuery(ctx context.Context) *sql. if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterComplianceHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterComplianceHistoryQuery) sqlQuery(ctx context.Context) *sql. return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterComplianceHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterComplianceHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcchq *TrustCenterComplianceHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterComplianceHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterComplianceHistorySelect) sqlScan(ctx context.Context, root defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterComplianceHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterComplianceHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcentercompliancehistory_update.go b/internal/ent/historygenerated/trustcentercompliancehistory_update.go index ff9383bc7f..7d171982ab 100644 --- a/internal/ent/historygenerated/trustcentercompliancehistory_update.go +++ b/internal/ent/historygenerated/trustcentercompliancehistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentercompliancehistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterComplianceHistoryUpdate is the builder for updating TrustCenterComplianceHistory entities. type TrustCenterComplianceHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterComplianceHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterComplianceHistoryMutation } // Where appends a list predicates to the TrustCenterComplianceHistoryUpdate builder. @@ -34,130 +29,6 @@ func (_u *TrustCenterComplianceHistoryUpdate) Where(ps ...predicate.TrustCenterC return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearUpdatedAt() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetUpdatedBy(v string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterComplianceHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearUpdatedBy() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterComplianceHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterComplianceHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearDeletedAt() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetDeletedBy(v string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterComplianceHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearDeletedBy() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetTags(v []string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdate) AppendTags(v []string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdate) ClearTags() *TrustCenterComplianceHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *TrustCenterComplianceHistoryUpdate) SetStandardID(v string) *TrustCenterComplianceHistoryUpdate { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdate) SetNillableStandardID(v *string) *TrustCenterComplianceHistoryUpdate { - if v != nil { - _u.SetStandardID(*v) - } - return _u -} - // Mutation returns the TrustCenterComplianceHistoryMutation object of the builder. func (_u *TrustCenterComplianceHistoryUpdate) Mutation() *TrustCenterComplianceHistoryMutation { return _u.mutation @@ -165,9 +36,6 @@ func (_u *TrustCenterComplianceHistoryUpdate) Mutation() *TrustCenterComplianceH // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterComplianceHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -193,24 +61,6 @@ func (_u *TrustCenterComplianceHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterComplianceHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentercompliancehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentercompliancehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentercompliancehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterComplianceHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterComplianceHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterComplianceHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(trustcentercompliancehistory.Table, trustcentercompliancehistory.Columns, sqlgraph.NewFieldSpec(trustcentercompliancehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -226,59 +76,30 @@ func (_u *TrustCenterComplianceHistoryUpdate) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentercompliancehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentercompliancehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcentercompliancehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcentercompliancehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcentercompliancehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(trustcentercompliancehistory.FieldStandardID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcentercompliancehistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterComplianceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcentercompliancehistory.Label} @@ -294,134 +115,9 @@ func (_u *TrustCenterComplianceHistoryUpdate) sqlSave(ctx context.Context) (_nod // TrustCenterComplianceHistoryUpdateOne is the builder for updating a single TrustCenterComplianceHistory entity. type TrustCenterComplianceHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterComplianceHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearUpdatedAt() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterComplianceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearUpdatedBy() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterComplianceHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterComplianceHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearDeletedAt() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterComplianceHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearDeletedBy() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetTags(v []string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) AppendTags(v []string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) ClearTags() *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetStandardID(v string) *TrustCenterComplianceHistoryUpdateOne { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *TrustCenterComplianceHistoryUpdateOne) SetNillableStandardID(v *string) *TrustCenterComplianceHistoryUpdateOne { - if v != nil { - _u.SetStandardID(*v) - } - return _u + fields []string + hooks []Hook + mutation *TrustCenterComplianceHistoryMutation } // Mutation returns the TrustCenterComplianceHistoryMutation object of the builder. @@ -444,9 +140,6 @@ func (_u *TrustCenterComplianceHistoryUpdateOne) Select(field string, fields ... // Save executes the query and returns the updated TrustCenterComplianceHistory entity. func (_u *TrustCenterComplianceHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterComplianceHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -472,24 +165,6 @@ func (_u *TrustCenterComplianceHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterComplianceHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentercompliancehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentercompliancehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentercompliancehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterComplianceHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterComplianceHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterComplianceHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterComplianceHistory, err error) { _spec := sqlgraph.NewUpdateSpec(trustcentercompliancehistory.Table, trustcentercompliancehistory.Columns, sqlgraph.NewFieldSpec(trustcentercompliancehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -522,59 +197,30 @@ func (_u *TrustCenterComplianceHistoryUpdateOne) sqlSave(ctx context.Context) (_ if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentercompliancehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcentercompliancehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentercompliancehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcentercompliancehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentercompliancehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcentercompliancehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcentercompliancehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcentercompliancehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcentercompliancehistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(trustcentercompliancehistory.FieldStandardID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcentercompliancehistory.FieldTrustCenterID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterComplianceHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterComplianceHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterdochistory/trustcenterdochistory.go b/internal/ent/historygenerated/trustcenterdochistory/trustcenterdochistory.go index 679de5eb19..919a20af33 100644 --- a/internal/ent/historygenerated/trustcenterdochistory/trustcenterdochistory.go +++ b/internal/ent/historygenerated/trustcenterdochistory/trustcenterdochistory.go @@ -117,8 +117,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/trustcenterdochistory_create.go b/internal/ent/historygenerated/trustcenterdochistory_create.go index d7279e816e..9ebbea4937 100644 --- a/internal/ent/historygenerated/trustcenterdochistory_create.go +++ b/internal/ent/historygenerated/trustcenterdochistory_create.go @@ -445,7 +445,6 @@ func (_c *TrustCenterDocHistoryCreate) createSpec() (*TrustCenterDocHistory, *sq _node = &TrustCenterDocHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterdochistory.Table, sqlgraph.NewFieldSpec(trustcenterdochistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterDocHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterdochistory_delete.go b/internal/ent/historygenerated/trustcenterdochistory_delete.go index 7d31d243fe..5b23dd06da 100644 --- a/internal/ent/historygenerated/trustcenterdochistory_delete.go +++ b/internal/ent/historygenerated/trustcenterdochistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterdochistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterDocHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterDocHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterdochistory.Table, sqlgraph.NewFieldSpec(trustcenterdochistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterDocHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterdochistory_query.go b/internal/ent/historygenerated/trustcenterdochistory_query.go index 6935100694..a4d2b0955b 100644 --- a/internal/ent/historygenerated/trustcenterdochistory_query.go +++ b/internal/ent/historygenerated/trustcenterdochistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterdochistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterDocHistoryQuery struct { order []trustcenterdochistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterDocHistory - loadTotal []func(context.Context, []*TrustCenterDocHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterDocHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterDocHistoryQuery) Clone() *TrustCenterDocHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterDocHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterDocHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterDocHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterDocHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *TrustCenterDocHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterDocHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterDocHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterDocHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterDocHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterDocHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterDocHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcdhq *TrustCenterDocHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterDocHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterDocHistorySelect) sqlScan(ctx context.Context, root *TrustC defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterDocHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterDocHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterdochistory_update.go b/internal/ent/historygenerated/trustcenterdochistory_update.go index 3c9c5e9641..836c4aef86 100644 --- a/internal/ent/historygenerated/trustcenterdochistory_update.go +++ b/internal/ent/historygenerated/trustcenterdochistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterdochistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterDocHistoryUpdate is the builder for updating TrustCenterDocHistory entities. type TrustCenterDocHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterDocHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterDocHistoryMutation } // Where appends a list predicates to the TrustCenterDocHistoryUpdate builder. @@ -35,290 +29,6 @@ func (_u *TrustCenterDocHistoryUpdate) Where(ps ...predicate.TrustCenterDocHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterDocHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterDocHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterDocHistoryUpdate) ClearUpdatedAt() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterDocHistoryUpdate) SetUpdatedBy(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterDocHistoryUpdate) ClearUpdatedBy() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterDocHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterDocHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterDocHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterDocHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterDocHistoryUpdate) ClearDeletedAt() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterDocHistoryUpdate) SetDeletedBy(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterDocHistoryUpdate) ClearDeletedBy() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterDocHistoryUpdate) SetTags(v []string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterDocHistoryUpdate) AppendTags(v []string) *TrustCenterDocHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterDocHistoryUpdate) ClearTags() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetTrustCenterDocKindName sets the "trust_center_doc_kind_name" field. -func (_u *TrustCenterDocHistoryUpdate) SetTrustCenterDocKindName(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetTrustCenterDocKindName(v) - return _u -} - -// SetNillableTrustCenterDocKindName sets the "trust_center_doc_kind_name" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableTrustCenterDocKindName(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetTrustCenterDocKindName(*v) - } - return _u -} - -// ClearTrustCenterDocKindName clears the value of the "trust_center_doc_kind_name" field. -func (_u *TrustCenterDocHistoryUpdate) ClearTrustCenterDocKindName() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearTrustCenterDocKindName() - return _u -} - -// SetTrustCenterDocKindID sets the "trust_center_doc_kind_id" field. -func (_u *TrustCenterDocHistoryUpdate) SetTrustCenterDocKindID(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetTrustCenterDocKindID(v) - return _u -} - -// SetNillableTrustCenterDocKindID sets the "trust_center_doc_kind_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableTrustCenterDocKindID(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetTrustCenterDocKindID(*v) - } - return _u -} - -// ClearTrustCenterDocKindID clears the value of the "trust_center_doc_kind_id" field. -func (_u *TrustCenterDocHistoryUpdate) ClearTrustCenterDocKindID() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearTrustCenterDocKindID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TrustCenterDocHistoryUpdate) SetTitle(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableTitle(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *TrustCenterDocHistoryUpdate) SetFileID(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableFileID(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *TrustCenterDocHistoryUpdate) ClearFileID() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearFileID() - return _u -} - -// SetOriginalFileID sets the "original_file_id" field. -func (_u *TrustCenterDocHistoryUpdate) SetOriginalFileID(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetOriginalFileID(v) - return _u -} - -// SetNillableOriginalFileID sets the "original_file_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableOriginalFileID(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetOriginalFileID(*v) - } - return _u -} - -// ClearOriginalFileID clears the value of the "original_file_id" field. -func (_u *TrustCenterDocHistoryUpdate) ClearOriginalFileID() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearOriginalFileID() - return _u -} - -// SetWatermarkingEnabled sets the "watermarking_enabled" field. -func (_u *TrustCenterDocHistoryUpdate) SetWatermarkingEnabled(v bool) *TrustCenterDocHistoryUpdate { - _u.mutation.SetWatermarkingEnabled(v) - return _u -} - -// SetNillableWatermarkingEnabled sets the "watermarking_enabled" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableWatermarkingEnabled(v *bool) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetWatermarkingEnabled(*v) - } - return _u -} - -// ClearWatermarkingEnabled clears the value of the "watermarking_enabled" field. -func (_u *TrustCenterDocHistoryUpdate) ClearWatermarkingEnabled() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearWatermarkingEnabled() - return _u -} - -// SetWatermarkStatus sets the "watermark_status" field. -func (_u *TrustCenterDocHistoryUpdate) SetWatermarkStatus(v enums.WatermarkStatus) *TrustCenterDocHistoryUpdate { - _u.mutation.SetWatermarkStatus(v) - return _u -} - -// SetNillableWatermarkStatus sets the "watermark_status" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableWatermarkStatus(v *enums.WatermarkStatus) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetWatermarkStatus(*v) - } - return _u -} - -// ClearWatermarkStatus clears the value of the "watermark_status" field. -func (_u *TrustCenterDocHistoryUpdate) ClearWatermarkStatus() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearWatermarkStatus() - return _u -} - -// SetVisibility sets the "visibility" field. -func (_u *TrustCenterDocHistoryUpdate) SetVisibility(v enums.TrustCenterDocumentVisibility) *TrustCenterDocHistoryUpdate { - _u.mutation.SetVisibility(v) - return _u -} - -// SetNillableVisibility sets the "visibility" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableVisibility(v *enums.TrustCenterDocumentVisibility) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetVisibility(*v) - } - return _u -} - -// ClearVisibility clears the value of the "visibility" field. -func (_u *TrustCenterDocHistoryUpdate) ClearVisibility() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearVisibility() - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *TrustCenterDocHistoryUpdate) SetStandardID(v string) *TrustCenterDocHistoryUpdate { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdate) SetNillableStandardID(v *string) *TrustCenterDocHistoryUpdate { - if v != nil { - _u.SetStandardID(*v) - } - return _u -} - -// ClearStandardID clears the value of the "standard_id" field. -func (_u *TrustCenterDocHistoryUpdate) ClearStandardID() *TrustCenterDocHistoryUpdate { - _u.mutation.ClearStandardID() - return _u -} - // Mutation returns the TrustCenterDocHistoryMutation object of the builder. func (_u *TrustCenterDocHistoryUpdate) Mutation() *TrustCenterDocHistoryMutation { return _u.mutation @@ -326,9 +36,6 @@ func (_u *TrustCenterDocHistoryUpdate) Mutation() *TrustCenterDocHistoryMutation // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterDocHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -354,43 +61,7 @@ func (_u *TrustCenterDocHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterDocHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterdochistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterdochistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterdochistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterDocHistoryUpdate) check() error { - if v, ok := _u.mutation.WatermarkStatus(); ok { - if err := trustcenterdochistory.WatermarkStatusValidator(v); err != nil { - return &ValidationError{Name: "watermark_status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterDocHistory.watermark_status": %w`, err)} - } - } - if v, ok := _u.mutation.Visibility(); ok { - if err := trustcenterdochistory.VisibilityValidator(v); err != nil { - return &ValidationError{Name: "visibility", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterDocHistory.visibility": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterDocHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterDocHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterDocHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterdochistory.Table, trustcenterdochistory.Columns, sqlgraph.NewFieldSpec(trustcenterdochistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -405,107 +76,54 @@ func (_u *TrustCenterDocHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterdochistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterdochistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterdochistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterdochistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterdochistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterdochistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterdochistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.TrustCenterDocKindName(); ok { - _spec.SetField(trustcenterdochistory.FieldTrustCenterDocKindName, field.TypeString, value) - } if _u.mutation.TrustCenterDocKindNameCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterDocKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterDocKindID(); ok { - _spec.SetField(trustcenterdochistory.FieldTrustCenterDocKindID, field.TypeString, value) - } if _u.mutation.TrustCenterDocKindIDCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterDocKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(trustcenterdochistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(trustcenterdochistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(trustcenterdochistory.FieldFileID, field.TypeString) } - if value, ok := _u.mutation.OriginalFileID(); ok { - _spec.SetField(trustcenterdochistory.FieldOriginalFileID, field.TypeString, value) - } if _u.mutation.OriginalFileIDCleared() { _spec.ClearField(trustcenterdochistory.FieldOriginalFileID, field.TypeString) } - if value, ok := _u.mutation.WatermarkingEnabled(); ok { - _spec.SetField(trustcenterdochistory.FieldWatermarkingEnabled, field.TypeBool, value) - } if _u.mutation.WatermarkingEnabledCleared() { _spec.ClearField(trustcenterdochistory.FieldWatermarkingEnabled, field.TypeBool) } - if value, ok := _u.mutation.WatermarkStatus(); ok { - _spec.SetField(trustcenterdochistory.FieldWatermarkStatus, field.TypeEnum, value) - } if _u.mutation.WatermarkStatusCleared() { _spec.ClearField(trustcenterdochistory.FieldWatermarkStatus, field.TypeEnum) } - if value, ok := _u.mutation.Visibility(); ok { - _spec.SetField(trustcenterdochistory.FieldVisibility, field.TypeEnum, value) - } if _u.mutation.VisibilityCleared() { _spec.ClearField(trustcenterdochistory.FieldVisibility, field.TypeEnum) } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(trustcenterdochistory.FieldStandardID, field.TypeString, value) - } if _u.mutation.StandardIDCleared() { _spec.ClearField(trustcenterdochistory.FieldStandardID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterDocHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterdochistory.Label} @@ -521,294 +139,9 @@ func (_u *TrustCenterDocHistoryUpdate) sqlSave(ctx context.Context) (_node int, // TrustCenterDocHistoryUpdateOne is the builder for updating a single TrustCenterDocHistory entity. type TrustCenterDocHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterDocHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearUpdatedAt() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearUpdatedBy() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearDeletedAt() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearDeletedBy() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetTags(v []string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterDocHistoryUpdateOne) AppendTags(v []string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearTags() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetTrustCenterDocKindName sets the "trust_center_doc_kind_name" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetTrustCenterDocKindName(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetTrustCenterDocKindName(v) - return _u -} - -// SetNillableTrustCenterDocKindName sets the "trust_center_doc_kind_name" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableTrustCenterDocKindName(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterDocKindName(*v) - } - return _u -} - -// ClearTrustCenterDocKindName clears the value of the "trust_center_doc_kind_name" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearTrustCenterDocKindName() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearTrustCenterDocKindName() - return _u -} - -// SetTrustCenterDocKindID sets the "trust_center_doc_kind_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetTrustCenterDocKindID(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetTrustCenterDocKindID(v) - return _u -} - -// SetNillableTrustCenterDocKindID sets the "trust_center_doc_kind_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableTrustCenterDocKindID(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterDocKindID(*v) - } - return _u -} - -// ClearTrustCenterDocKindID clears the value of the "trust_center_doc_kind_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearTrustCenterDocKindID() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearTrustCenterDocKindID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetTitle(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableTitle(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetFileID(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableFileID(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearFileID() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearFileID() - return _u -} - -// SetOriginalFileID sets the "original_file_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetOriginalFileID(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetOriginalFileID(v) - return _u -} - -// SetNillableOriginalFileID sets the "original_file_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableOriginalFileID(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetOriginalFileID(*v) - } - return _u -} - -// ClearOriginalFileID clears the value of the "original_file_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearOriginalFileID() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearOriginalFileID() - return _u -} - -// SetWatermarkingEnabled sets the "watermarking_enabled" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetWatermarkingEnabled(v bool) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetWatermarkingEnabled(v) - return _u -} - -// SetNillableWatermarkingEnabled sets the "watermarking_enabled" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableWatermarkingEnabled(v *bool) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetWatermarkingEnabled(*v) - } - return _u -} - -// ClearWatermarkingEnabled clears the value of the "watermarking_enabled" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearWatermarkingEnabled() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearWatermarkingEnabled() - return _u -} - -// SetWatermarkStatus sets the "watermark_status" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetWatermarkStatus(v enums.WatermarkStatus) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetWatermarkStatus(v) - return _u -} - -// SetNillableWatermarkStatus sets the "watermark_status" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableWatermarkStatus(v *enums.WatermarkStatus) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetWatermarkStatus(*v) - } - return _u -} - -// ClearWatermarkStatus clears the value of the "watermark_status" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearWatermarkStatus() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearWatermarkStatus() - return _u -} - -// SetVisibility sets the "visibility" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetVisibility(v enums.TrustCenterDocumentVisibility) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetVisibility(v) - return _u -} - -// SetNillableVisibility sets the "visibility" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableVisibility(v *enums.TrustCenterDocumentVisibility) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetVisibility(*v) - } - return _u -} - -// ClearVisibility clears the value of the "visibility" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearVisibility() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearVisibility() - return _u -} - -// SetStandardID sets the "standard_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) SetStandardID(v string) *TrustCenterDocHistoryUpdateOne { - _u.mutation.SetStandardID(v) - return _u -} - -// SetNillableStandardID sets the "standard_id" field if the given value is not nil. -func (_u *TrustCenterDocHistoryUpdateOne) SetNillableStandardID(v *string) *TrustCenterDocHistoryUpdateOne { - if v != nil { - _u.SetStandardID(*v) - } - return _u -} - -// ClearStandardID clears the value of the "standard_id" field. -func (_u *TrustCenterDocHistoryUpdateOne) ClearStandardID() *TrustCenterDocHistoryUpdateOne { - _u.mutation.ClearStandardID() - return _u + fields []string + hooks []Hook + mutation *TrustCenterDocHistoryMutation } // Mutation returns the TrustCenterDocHistoryMutation object of the builder. @@ -831,9 +164,6 @@ func (_u *TrustCenterDocHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated TrustCenterDocHistory entity. func (_u *TrustCenterDocHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterDocHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -859,43 +189,7 @@ func (_u *TrustCenterDocHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterDocHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterdochistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterdochistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterdochistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterDocHistoryUpdateOne) check() error { - if v, ok := _u.mutation.WatermarkStatus(); ok { - if err := trustcenterdochistory.WatermarkStatusValidator(v); err != nil { - return &ValidationError{Name: "watermark_status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterDocHistory.watermark_status": %w`, err)} - } - } - if v, ok := _u.mutation.Visibility(); ok { - if err := trustcenterdochistory.VisibilityValidator(v); err != nil { - return &ValidationError{Name: "visibility", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterDocHistory.visibility": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterDocHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterDocHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterDocHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterDocHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterdochistory.Table, trustcenterdochistory.Columns, sqlgraph.NewFieldSpec(trustcenterdochistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -927,107 +221,54 @@ func (_u *TrustCenterDocHistoryUpdateOne) sqlSave(ctx context.Context) (_node *T if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterdochistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterdochistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterdochistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterdochistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterdochistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterdochistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterdochistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterdochistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterdochistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterdochistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.TrustCenterDocKindName(); ok { - _spec.SetField(trustcenterdochistory.FieldTrustCenterDocKindName, field.TypeString, value) - } if _u.mutation.TrustCenterDocKindNameCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterDocKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterDocKindID(); ok { - _spec.SetField(trustcenterdochistory.FieldTrustCenterDocKindID, field.TypeString, value) - } if _u.mutation.TrustCenterDocKindIDCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterDocKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterdochistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(trustcenterdochistory.FieldTitle, field.TypeString, value) - } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(trustcenterdochistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(trustcenterdochistory.FieldFileID, field.TypeString) } - if value, ok := _u.mutation.OriginalFileID(); ok { - _spec.SetField(trustcenterdochistory.FieldOriginalFileID, field.TypeString, value) - } if _u.mutation.OriginalFileIDCleared() { _spec.ClearField(trustcenterdochistory.FieldOriginalFileID, field.TypeString) } - if value, ok := _u.mutation.WatermarkingEnabled(); ok { - _spec.SetField(trustcenterdochistory.FieldWatermarkingEnabled, field.TypeBool, value) - } if _u.mutation.WatermarkingEnabledCleared() { _spec.ClearField(trustcenterdochistory.FieldWatermarkingEnabled, field.TypeBool) } - if value, ok := _u.mutation.WatermarkStatus(); ok { - _spec.SetField(trustcenterdochistory.FieldWatermarkStatus, field.TypeEnum, value) - } if _u.mutation.WatermarkStatusCleared() { _spec.ClearField(trustcenterdochistory.FieldWatermarkStatus, field.TypeEnum) } - if value, ok := _u.mutation.Visibility(); ok { - _spec.SetField(trustcenterdochistory.FieldVisibility, field.TypeEnum, value) - } if _u.mutation.VisibilityCleared() { _spec.ClearField(trustcenterdochistory.FieldVisibility, field.TypeEnum) } - if value, ok := _u.mutation.StandardID(); ok { - _spec.SetField(trustcenterdochistory.FieldStandardID, field.TypeString, value) - } if _u.mutation.StandardIDCleared() { _spec.ClearField(trustcenterdochistory.FieldStandardID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterDocHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterDocHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterentityhistory/trustcenterentityhistory.go b/internal/ent/historygenerated/trustcenterentityhistory/trustcenterentityhistory.go index f9f49ce544..5ec78329a7 100644 --- a/internal/ent/historygenerated/trustcenterentityhistory/trustcenterentityhistory.go +++ b/internal/ent/historygenerated/trustcenterentityhistory/trustcenterentityhistory.go @@ -98,8 +98,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() string ) diff --git a/internal/ent/historygenerated/trustcenterentityhistory_create.go b/internal/ent/historygenerated/trustcenterentityhistory_create.go index 937b52b7bd..39a60e493b 100644 --- a/internal/ent/historygenerated/trustcenterentityhistory_create.go +++ b/internal/ent/historygenerated/trustcenterentityhistory_create.go @@ -346,7 +346,6 @@ func (_c *TrustCenterEntityHistoryCreate) createSpec() (*TrustCenterEntityHistor _node = &TrustCenterEntityHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterentityhistory.Table, sqlgraph.NewFieldSpec(trustcenterentityhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterEntityHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterentityhistory_delete.go b/internal/ent/historygenerated/trustcenterentityhistory_delete.go index 3fbdc18b62..2b668640a1 100644 --- a/internal/ent/historygenerated/trustcenterentityhistory_delete.go +++ b/internal/ent/historygenerated/trustcenterentityhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterentityhistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterEntityHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterEntityHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterentityhistory.Table, sqlgraph.NewFieldSpec(trustcenterentityhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterEntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterentityhistory_query.go b/internal/ent/historygenerated/trustcenterentityhistory_query.go index 2831c12eb6..a38850f60d 100644 --- a/internal/ent/historygenerated/trustcenterentityhistory_query.go +++ b/internal/ent/historygenerated/trustcenterentityhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterentityhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterEntityHistoryQuery struct { order []trustcenterentityhistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterEntityHistory - loadTotal []func(context.Context, []*TrustCenterEntityHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterEntityHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterEntityHistoryQuery) Clone() *TrustCenterEntityHistoryQuery inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterEntityHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterEntityHistoryQuery) sqlAll(ctx context.Context, hooks ...qu nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterEntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterEntityHistoryQuery) sqlAll(ctx context.Context, hooks ...qu func (_q *TrustCenterEntityHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterEntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterEntityHistoryQuery) sqlQuery(ctx context.Context) *sql.Sele if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterEntityHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterEntityHistoryQuery) sqlQuery(ctx context.Context) *sql.Sele return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterEntityHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterEntityHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcehq *TrustCenterEntityHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterEntityHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterEntityHistorySelect) sqlScan(ctx context.Context, root *Tru defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterEntityHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterEntityHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterentityhistory_update.go b/internal/ent/historygenerated/trustcenterentityhistory_update.go index 5f5385d6d5..b94e3c53cb 100644 --- a/internal/ent/historygenerated/trustcenterentityhistory_update.go +++ b/internal/ent/historygenerated/trustcenterentityhistory_update.go @@ -8,23 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterentityhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterEntityHistoryUpdate is the builder for updating TrustCenterEntityHistory entities. type TrustCenterEntityHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterEntityHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterEntityHistoryMutation } // Where appends a list predicates to the TrustCenterEntityHistoryUpdate builder. @@ -33,138 +29,6 @@ func (_u *TrustCenterEntityHistoryUpdate) Where(ps ...predicate.TrustCenterEntit return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterEntityHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearUpdatedAt() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterEntityHistoryUpdate) SetUpdatedBy(v string) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearUpdatedBy() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterEntityHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterEntityHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearDeletedAt() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterEntityHistoryUpdate) SetDeletedBy(v string) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearDeletedBy() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *TrustCenterEntityHistoryUpdate) SetLogoFileID(v string) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableLogoFileID(v *string) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearLogoFileID() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearLogoFileID() - return _u -} - -// SetURL sets the "url" field. -func (_u *TrustCenterEntityHistoryUpdate) SetURL(v string) *TrustCenterEntityHistoryUpdate { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdate) SetNillableURL(v *string) *TrustCenterEntityHistoryUpdate { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *TrustCenterEntityHistoryUpdate) ClearURL() *TrustCenterEntityHistoryUpdate { - _u.mutation.ClearURL() - return _u -} - // Mutation returns the TrustCenterEntityHistoryMutation object of the builder. func (_u *TrustCenterEntityHistoryUpdate) Mutation() *TrustCenterEntityHistoryMutation { return _u.mutation @@ -172,9 +36,6 @@ func (_u *TrustCenterEntityHistoryUpdate) Mutation() *TrustCenterEntityHistoryMu // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterEntityHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -200,24 +61,6 @@ func (_u *TrustCenterEntityHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterEntityHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterentityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterentityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterentityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterEntityHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterEntityHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterEntityHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(trustcenterentityhistory.Table, trustcenterentityhistory.Columns, sqlgraph.NewFieldSpec(trustcenterentityhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -233,48 +76,27 @@ func (_u *TrustCenterEntityHistoryUpdate) sqlSave(ctx context.Context) (_node in if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterentityhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterentityhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(trustcenterentityhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(trustcenterentityhistory.FieldLogoFileID, field.TypeString) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(trustcenterentityhistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(trustcenterentityhistory.FieldURL, field.TypeString) } @@ -284,9 +106,6 @@ func (_u *TrustCenterEntityHistoryUpdate) sqlSave(ctx context.Context) (_node in if _u.mutation.EntityTypeIDCleared() { _spec.ClearField(trustcenterentityhistory.FieldEntityTypeID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterEntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterentityhistory.Label} @@ -302,142 +121,9 @@ func (_u *TrustCenterEntityHistoryUpdate) sqlSave(ctx context.Context) (_node in // TrustCenterEntityHistoryUpdateOne is the builder for updating a single TrustCenterEntityHistory entity. type TrustCenterEntityHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterEntityHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearUpdatedAt() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearUpdatedBy() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearDeletedAt() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearDeletedBy() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetLogoFileID sets the "logo_file_id" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetLogoFileID(v string) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetLogoFileID(v) - return _u -} - -// SetNillableLogoFileID sets the "logo_file_id" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableLogoFileID(v *string) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetLogoFileID(*v) - } - return _u -} - -// ClearLogoFileID clears the value of the "logo_file_id" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearLogoFileID() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearLogoFileID() - return _u -} - -// SetURL sets the "url" field. -func (_u *TrustCenterEntityHistoryUpdateOne) SetURL(v string) *TrustCenterEntityHistoryUpdateOne { - _u.mutation.SetURL(v) - return _u -} - -// SetNillableURL sets the "url" field if the given value is not nil. -func (_u *TrustCenterEntityHistoryUpdateOne) SetNillableURL(v *string) *TrustCenterEntityHistoryUpdateOne { - if v != nil { - _u.SetURL(*v) - } - return _u -} - -// ClearURL clears the value of the "url" field. -func (_u *TrustCenterEntityHistoryUpdateOne) ClearURL() *TrustCenterEntityHistoryUpdateOne { - _u.mutation.ClearURL() - return _u + fields []string + hooks []Hook + mutation *TrustCenterEntityHistoryMutation } // Mutation returns the TrustCenterEntityHistoryMutation object of the builder. @@ -460,9 +146,6 @@ func (_u *TrustCenterEntityHistoryUpdateOne) Select(field string, fields ...stri // Save executes the query and returns the updated TrustCenterEntityHistory entity. func (_u *TrustCenterEntityHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterEntityHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -488,24 +171,6 @@ func (_u *TrustCenterEntityHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterEntityHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterentityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterentityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterentityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterEntityHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterEntityHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterEntityHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterEntityHistory, err error) { _spec := sqlgraph.NewUpdateSpec(trustcenterentityhistory.Table, trustcenterentityhistory.Columns, sqlgraph.NewFieldSpec(trustcenterentityhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -538,48 +203,27 @@ func (_u *TrustCenterEntityHistoryUpdateOne) sqlSave(ctx context.Context) (_node if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterentityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterentityhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterentityhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterentityhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterentityhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterentityhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.LogoFileID(); ok { - _spec.SetField(trustcenterentityhistory.FieldLogoFileID, field.TypeString, value) - } if _u.mutation.LogoFileIDCleared() { _spec.ClearField(trustcenterentityhistory.FieldLogoFileID, field.TypeString) } - if value, ok := _u.mutation.URL(); ok { - _spec.SetField(trustcenterentityhistory.FieldURL, field.TypeString, value) - } if _u.mutation.URLCleared() { _spec.ClearField(trustcenterentityhistory.FieldURL, field.TypeString) } @@ -589,9 +233,6 @@ func (_u *TrustCenterEntityHistoryUpdateOne) sqlSave(ctx context.Context) (_node if _u.mutation.EntityTypeIDCleared() { _spec.ClearField(trustcenterentityhistory.FieldEntityTypeID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterEntityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterEntityHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterfaqhistory/trustcenterfaqhistory.go b/internal/ent/historygenerated/trustcenterfaqhistory/trustcenterfaqhistory.go index 22296dd6c8..5f8e60e4fa 100644 --- a/internal/ent/historygenerated/trustcenterfaqhistory/trustcenterfaqhistory.go +++ b/internal/ent/historygenerated/trustcenterfaqhistory/trustcenterfaqhistory.go @@ -101,8 +101,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultDisplayOrder holds the default value on creation for the "display_order" field. DefaultDisplayOrder int // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/trustcenterfaqhistory_create.go b/internal/ent/historygenerated/trustcenterfaqhistory_create.go index f551c0f64c..913c287954 100644 --- a/internal/ent/historygenerated/trustcenterfaqhistory_create.go +++ b/internal/ent/historygenerated/trustcenterfaqhistory_create.go @@ -364,7 +364,6 @@ func (_c *TrustCenterFAQHistoryCreate) createSpec() (*TrustCenterFAQHistory, *sq _node = &TrustCenterFAQHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterfaqhistory.Table, sqlgraph.NewFieldSpec(trustcenterfaqhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterFAQHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterfaqhistory_delete.go b/internal/ent/historygenerated/trustcenterfaqhistory_delete.go index 78d7eb7657..b63d136573 100644 --- a/internal/ent/historygenerated/trustcenterfaqhistory_delete.go +++ b/internal/ent/historygenerated/trustcenterfaqhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterfaqhistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterFAQHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterFAQHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterfaqhistory.Table, sqlgraph.NewFieldSpec(trustcenterfaqhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterFAQHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterfaqhistory_query.go b/internal/ent/historygenerated/trustcenterfaqhistory_query.go index a34e1e9890..f600847540 100644 --- a/internal/ent/historygenerated/trustcenterfaqhistory_query.go +++ b/internal/ent/historygenerated/trustcenterfaqhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterfaqhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterFAQHistoryQuery struct { order []trustcenterfaqhistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterFAQHistory - loadTotal []func(context.Context, []*TrustCenterFAQHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterFAQHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterFAQHistoryQuery) Clone() *TrustCenterFAQHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterFAQHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterFAQHistoryQuery) sqlAll(ctx context.Context, hooks ...query nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterFAQHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterFAQHistoryQuery) sqlAll(ctx context.Context, hooks ...query func (_q *TrustCenterFAQHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterFAQHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterFAQHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterFAQHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterFAQHistoryQuery) sqlQuery(ctx context.Context) *sql.Selecto return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterFAQHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterFAQHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcfhq *TrustCenterFAQHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterFAQHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterFAQHistorySelect) sqlScan(ctx context.Context, root *TrustC defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterFAQHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterFAQHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterfaqhistory_update.go b/internal/ent/historygenerated/trustcenterfaqhistory_update.go index f70b413a5d..d1e6e72c1c 100644 --- a/internal/ent/historygenerated/trustcenterfaqhistory_update.go +++ b/internal/ent/historygenerated/trustcenterfaqhistory_update.go @@ -8,23 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterfaqhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterFAQHistoryUpdate is the builder for updating TrustCenterFAQHistory entities. type TrustCenterFAQHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterFAQHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterFAQHistoryMutation } // Where appends a list predicates to the TrustCenterFAQHistoryUpdate builder. @@ -33,185 +29,6 @@ func (_u *TrustCenterFAQHistoryUpdate) Where(ps ...predicate.TrustCenterFAQHisto return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterFAQHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearUpdatedAt() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterFAQHistoryUpdate) SetUpdatedBy(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearUpdatedBy() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterFAQHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterFAQHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearDeletedAt() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterFAQHistoryUpdate) SetDeletedBy(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearDeletedBy() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterFaqKindName sets the "trust_center_faq_kind_name" field. -func (_u *TrustCenterFAQHistoryUpdate) SetTrustCenterFaqKindName(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetTrustCenterFaqKindName(v) - return _u -} - -// SetNillableTrustCenterFaqKindName sets the "trust_center_faq_kind_name" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableTrustCenterFaqKindName(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetTrustCenterFaqKindName(*v) - } - return _u -} - -// ClearTrustCenterFaqKindName clears the value of the "trust_center_faq_kind_name" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearTrustCenterFaqKindName() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearTrustCenterFaqKindName() - return _u -} - -// SetTrustCenterFaqKindID sets the "trust_center_faq_kind_id" field. -func (_u *TrustCenterFAQHistoryUpdate) SetTrustCenterFaqKindID(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetTrustCenterFaqKindID(v) - return _u -} - -// SetNillableTrustCenterFaqKindID sets the "trust_center_faq_kind_id" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableTrustCenterFaqKindID(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetTrustCenterFaqKindID(*v) - } - return _u -} - -// ClearTrustCenterFaqKindID clears the value of the "trust_center_faq_kind_id" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearTrustCenterFaqKindID() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearTrustCenterFaqKindID() - return _u -} - -// SetReferenceLink sets the "reference_link" field. -func (_u *TrustCenterFAQHistoryUpdate) SetReferenceLink(v string) *TrustCenterFAQHistoryUpdate { - _u.mutation.SetReferenceLink(v) - return _u -} - -// SetNillableReferenceLink sets the "reference_link" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableReferenceLink(v *string) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetReferenceLink(*v) - } - return _u -} - -// ClearReferenceLink clears the value of the "reference_link" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearReferenceLink() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearReferenceLink() - return _u -} - -// SetDisplayOrder sets the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdate) SetDisplayOrder(v int) *TrustCenterFAQHistoryUpdate { - _u.mutation.ResetDisplayOrder() - _u.mutation.SetDisplayOrder(v) - return _u -} - -// SetNillableDisplayOrder sets the "display_order" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdate) SetNillableDisplayOrder(v *int) *TrustCenterFAQHistoryUpdate { - if v != nil { - _u.SetDisplayOrder(*v) - } - return _u -} - -// AddDisplayOrder adds value to the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdate) AddDisplayOrder(v int) *TrustCenterFAQHistoryUpdate { - _u.mutation.AddDisplayOrder(v) - return _u -} - -// ClearDisplayOrder clears the value of the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdate) ClearDisplayOrder() *TrustCenterFAQHistoryUpdate { - _u.mutation.ClearDisplayOrder() - return _u -} - // Mutation returns the TrustCenterFAQHistoryMutation object of the builder. func (_u *TrustCenterFAQHistoryUpdate) Mutation() *TrustCenterFAQHistoryMutation { return _u.mutation @@ -219,9 +36,6 @@ func (_u *TrustCenterFAQHistoryUpdate) Mutation() *TrustCenterFAQHistoryMutation // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterFAQHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -247,24 +61,6 @@ func (_u *TrustCenterFAQHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterFAQHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterfaqhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterfaqhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterfaqhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterFAQHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterFAQHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterFAQHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(trustcenterfaqhistory.Table, trustcenterfaqhistory.Columns, sqlgraph.NewFieldSpec(trustcenterfaqhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -280,72 +76,39 @@ func (_u *TrustCenterFAQHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.TrustCenterFaqKindName(); ok { - _spec.SetField(trustcenterfaqhistory.FieldTrustCenterFaqKindName, field.TypeString, value) - } if _u.mutation.TrustCenterFaqKindNameCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterFaqKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterFaqKindID(); ok { - _spec.SetField(trustcenterfaqhistory.FieldTrustCenterFaqKindID, field.TypeString, value) - } if _u.mutation.TrustCenterFaqKindIDCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterFaqKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.ReferenceLink(); ok { - _spec.SetField(trustcenterfaqhistory.FieldReferenceLink, field.TypeString, value) - } if _u.mutation.ReferenceLinkCleared() { _spec.ClearField(trustcenterfaqhistory.FieldReferenceLink, field.TypeString) } - if value, ok := _u.mutation.DisplayOrder(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedDisplayOrder(); ok { - _spec.AddField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt, value) - } if _u.mutation.DisplayOrderCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterFAQHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterfaqhistory.Label} @@ -361,189 +124,9 @@ func (_u *TrustCenterFAQHistoryUpdate) sqlSave(ctx context.Context) (_node int, // TrustCenterFAQHistoryUpdateOne is the builder for updating a single TrustCenterFAQHistory entity. type TrustCenterFAQHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterFAQHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearUpdatedAt() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearUpdatedBy() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearDeletedAt() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearDeletedBy() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterFaqKindName sets the "trust_center_faq_kind_name" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetTrustCenterFaqKindName(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetTrustCenterFaqKindName(v) - return _u -} - -// SetNillableTrustCenterFaqKindName sets the "trust_center_faq_kind_name" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableTrustCenterFaqKindName(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterFaqKindName(*v) - } - return _u -} - -// ClearTrustCenterFaqKindName clears the value of the "trust_center_faq_kind_name" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearTrustCenterFaqKindName() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearTrustCenterFaqKindName() - return _u -} - -// SetTrustCenterFaqKindID sets the "trust_center_faq_kind_id" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetTrustCenterFaqKindID(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetTrustCenterFaqKindID(v) - return _u -} - -// SetNillableTrustCenterFaqKindID sets the "trust_center_faq_kind_id" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableTrustCenterFaqKindID(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterFaqKindID(*v) - } - return _u -} - -// ClearTrustCenterFaqKindID clears the value of the "trust_center_faq_kind_id" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearTrustCenterFaqKindID() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearTrustCenterFaqKindID() - return _u -} - -// SetReferenceLink sets the "reference_link" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetReferenceLink(v string) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.SetReferenceLink(v) - return _u -} - -// SetNillableReferenceLink sets the "reference_link" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableReferenceLink(v *string) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetReferenceLink(*v) - } - return _u -} - -// ClearReferenceLink clears the value of the "reference_link" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearReferenceLink() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearReferenceLink() - return _u -} - -// SetDisplayOrder sets the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdateOne) SetDisplayOrder(v int) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ResetDisplayOrder() - _u.mutation.SetDisplayOrder(v) - return _u -} - -// SetNillableDisplayOrder sets the "display_order" field if the given value is not nil. -func (_u *TrustCenterFAQHistoryUpdateOne) SetNillableDisplayOrder(v *int) *TrustCenterFAQHistoryUpdateOne { - if v != nil { - _u.SetDisplayOrder(*v) - } - return _u -} - -// AddDisplayOrder adds value to the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdateOne) AddDisplayOrder(v int) *TrustCenterFAQHistoryUpdateOne { - _u.mutation.AddDisplayOrder(v) - return _u -} - -// ClearDisplayOrder clears the value of the "display_order" field. -func (_u *TrustCenterFAQHistoryUpdateOne) ClearDisplayOrder() *TrustCenterFAQHistoryUpdateOne { - _u.mutation.ClearDisplayOrder() - return _u + fields []string + hooks []Hook + mutation *TrustCenterFAQHistoryMutation } // Mutation returns the TrustCenterFAQHistoryMutation object of the builder. @@ -566,9 +149,6 @@ func (_u *TrustCenterFAQHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated TrustCenterFAQHistory entity. func (_u *TrustCenterFAQHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterFAQHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -594,24 +174,6 @@ func (_u *TrustCenterFAQHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterFAQHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterfaqhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterfaqhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterfaqhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterFAQHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterFAQHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterFAQHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterFAQHistory, err error) { _spec := sqlgraph.NewUpdateSpec(trustcenterfaqhistory.Table, trustcenterfaqhistory.Columns, sqlgraph.NewFieldSpec(trustcenterfaqhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -644,72 +206,39 @@ func (_u *TrustCenterFAQHistoryUpdateOne) sqlSave(ctx context.Context) (_node *T if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterfaqhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterfaqhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.TrustCenterFaqKindName(); ok { - _spec.SetField(trustcenterfaqhistory.FieldTrustCenterFaqKindName, field.TypeString, value) - } if _u.mutation.TrustCenterFaqKindNameCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterFaqKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterFaqKindID(); ok { - _spec.SetField(trustcenterfaqhistory.FieldTrustCenterFaqKindID, field.TypeString, value) - } if _u.mutation.TrustCenterFaqKindIDCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterFaqKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterfaqhistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.ReferenceLink(); ok { - _spec.SetField(trustcenterfaqhistory.FieldReferenceLink, field.TypeString, value) - } if _u.mutation.ReferenceLinkCleared() { _spec.ClearField(trustcenterfaqhistory.FieldReferenceLink, field.TypeString) } - if value, ok := _u.mutation.DisplayOrder(); ok { - _spec.SetField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedDisplayOrder(); ok { - _spec.AddField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt, value) - } if _u.mutation.DisplayOrderCleared() { _spec.ClearField(trustcenterfaqhistory.FieldDisplayOrder, field.TypeInt) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterFAQHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterFAQHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterhistory/trustcenterhistory.go b/internal/ent/historygenerated/trustcenterhistory/trustcenterhistory.go index 140610f994..f7b1a35f02 100644 --- a/internal/ent/historygenerated/trustcenterhistory/trustcenterhistory.go +++ b/internal/ent/historygenerated/trustcenterhistory/trustcenterhistory.go @@ -114,8 +114,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/trustcenterhistory_create.go b/internal/ent/historygenerated/trustcenterhistory_create.go index 2835c56035..6f19c8bac9 100644 --- a/internal/ent/historygenerated/trustcenterhistory_create.go +++ b/internal/ent/historygenerated/trustcenterhistory_create.go @@ -427,7 +427,6 @@ func (_c *TrustCenterHistoryCreate) createSpec() (*TrustCenterHistory, *sqlgraph _node = &TrustCenterHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterhistory.Table, sqlgraph.NewFieldSpec(trustcenterhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterhistory_delete.go b/internal/ent/historygenerated/trustcenterhistory_delete.go index 330170651b..af78573d89 100644 --- a/internal/ent/historygenerated/trustcenterhistory_delete.go +++ b/internal/ent/historygenerated/trustcenterhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterhistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterhistory.Table, sqlgraph.NewFieldSpec(trustcenterhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterhistory_query.go b/internal/ent/historygenerated/trustcenterhistory_query.go index 269bd14053..048b4ee5da 100644 --- a/internal/ent/historygenerated/trustcenterhistory_query.go +++ b/internal/ent/historygenerated/trustcenterhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterHistoryQuery struct { order []trustcenterhistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterHistory - loadTotal []func(context.Context, []*TrustCenterHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterHistoryQuery) Clone() *TrustCenterHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo func (_q *TrustCenterHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tchq *TrustCenterHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterHistorySelect) sqlScan(ctx context.Context, root *TrustCent defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterhistory_update.go b/internal/ent/historygenerated/trustcenterhistory_update.go index 58461aea6d..740d217d61 100644 --- a/internal/ent/historygenerated/trustcenterhistory_update.go +++ b/internal/ent/historygenerated/trustcenterhistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterHistoryUpdate is the builder for updating TrustCenterHistory entities. type TrustCenterHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterHistoryMutation } // Where appends a list predicates to the TrustCenterHistoryUpdate builder. @@ -35,296 +29,6 @@ func (_u *TrustCenterHistoryUpdate) Where(ps ...predicate.TrustCenterHistory) *T return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterHistoryUpdate) ClearUpdatedAt() *TrustCenterHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterHistoryUpdate) SetUpdatedBy(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterHistoryUpdate) ClearUpdatedBy() *TrustCenterHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterHistoryUpdate) ClearDeletedAt() *TrustCenterHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterHistoryUpdate) SetDeletedBy(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterHistoryUpdate) ClearDeletedBy() *TrustCenterHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterHistoryUpdate) SetTags(v []string) *TrustCenterHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterHistoryUpdate) AppendTags(v []string) *TrustCenterHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterHistoryUpdate) ClearTags() *TrustCenterHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *TrustCenterHistoryUpdate) SetOwnerID(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableOwnerID(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *TrustCenterHistoryUpdate) ClearOwnerID() *TrustCenterHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetSlug sets the "slug" field. -func (_u *TrustCenterHistoryUpdate) SetSlug(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetSlug(v) - return _u -} - -// SetNillableSlug sets the "slug" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableSlug(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetSlug(*v) - } - return _u -} - -// ClearSlug clears the value of the "slug" field. -func (_u *TrustCenterHistoryUpdate) ClearSlug() *TrustCenterHistoryUpdate { - _u.mutation.ClearSlug() - return _u -} - -// SetCustomDomainID sets the "custom_domain_id" field. -func (_u *TrustCenterHistoryUpdate) SetCustomDomainID(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetCustomDomainID(v) - return _u -} - -// SetNillableCustomDomainID sets the "custom_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableCustomDomainID(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetCustomDomainID(*v) - } - return _u -} - -// ClearCustomDomainID clears the value of the "custom_domain_id" field. -func (_u *TrustCenterHistoryUpdate) ClearCustomDomainID() *TrustCenterHistoryUpdate { - _u.mutation.ClearCustomDomainID() - return _u -} - -// SetPreviewDomainID sets the "preview_domain_id" field. -func (_u *TrustCenterHistoryUpdate) SetPreviewDomainID(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetPreviewDomainID(v) - return _u -} - -// SetNillablePreviewDomainID sets the "preview_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillablePreviewDomainID(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetPreviewDomainID(*v) - } - return _u -} - -// ClearPreviewDomainID clears the value of the "preview_domain_id" field. -func (_u *TrustCenterHistoryUpdate) ClearPreviewDomainID() *TrustCenterHistoryUpdate { - _u.mutation.ClearPreviewDomainID() - return _u -} - -// SetPirschDomainID sets the "pirsch_domain_id" field. -func (_u *TrustCenterHistoryUpdate) SetPirschDomainID(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetPirschDomainID(v) - return _u -} - -// SetNillablePirschDomainID sets the "pirsch_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillablePirschDomainID(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetPirschDomainID(*v) - } - return _u -} - -// ClearPirschDomainID clears the value of the "pirsch_domain_id" field. -func (_u *TrustCenterHistoryUpdate) ClearPirschDomainID() *TrustCenterHistoryUpdate { - _u.mutation.ClearPirschDomainID() - return _u -} - -// SetPirschIdentificationCode sets the "pirsch_identification_code" field. -func (_u *TrustCenterHistoryUpdate) SetPirschIdentificationCode(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetPirschIdentificationCode(v) - return _u -} - -// SetNillablePirschIdentificationCode sets the "pirsch_identification_code" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillablePirschIdentificationCode(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetPirschIdentificationCode(*v) - } - return _u -} - -// ClearPirschIdentificationCode clears the value of the "pirsch_identification_code" field. -func (_u *TrustCenterHistoryUpdate) ClearPirschIdentificationCode() *TrustCenterHistoryUpdate { - _u.mutation.ClearPirschIdentificationCode() - return _u -} - -// SetPirschAccessLink sets the "pirsch_access_link" field. -func (_u *TrustCenterHistoryUpdate) SetPirschAccessLink(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetPirschAccessLink(v) - return _u -} - -// SetNillablePirschAccessLink sets the "pirsch_access_link" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillablePirschAccessLink(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetPirschAccessLink(*v) - } - return _u -} - -// ClearPirschAccessLink clears the value of the "pirsch_access_link" field. -func (_u *TrustCenterHistoryUpdate) ClearPirschAccessLink() *TrustCenterHistoryUpdate { - _u.mutation.ClearPirschAccessLink() - return _u -} - -// SetPreviewStatus sets the "preview_status" field. -func (_u *TrustCenterHistoryUpdate) SetPreviewStatus(v enums.TrustCenterPreviewStatus) *TrustCenterHistoryUpdate { - _u.mutation.SetPreviewStatus(v) - return _u -} - -// SetNillablePreviewStatus sets the "preview_status" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillablePreviewStatus(v *enums.TrustCenterPreviewStatus) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetPreviewStatus(*v) - } - return _u -} - -// ClearPreviewStatus clears the value of the "preview_status" field. -func (_u *TrustCenterHistoryUpdate) ClearPreviewStatus() *TrustCenterHistoryUpdate { - _u.mutation.ClearPreviewStatus() - return _u -} - -// SetSubprocessorURL sets the "subprocessor_url" field. -func (_u *TrustCenterHistoryUpdate) SetSubprocessorURL(v string) *TrustCenterHistoryUpdate { - _u.mutation.SetSubprocessorURL(v) - return _u -} - -// SetNillableSubprocessorURL sets the "subprocessor_url" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdate) SetNillableSubprocessorURL(v *string) *TrustCenterHistoryUpdate { - if v != nil { - _u.SetSubprocessorURL(*v) - } - return _u -} - -// ClearSubprocessorURL clears the value of the "subprocessor_url" field. -func (_u *TrustCenterHistoryUpdate) ClearSubprocessorURL() *TrustCenterHistoryUpdate { - _u.mutation.ClearSubprocessorURL() - return _u -} - // Mutation returns the TrustCenterHistoryMutation object of the builder. func (_u *TrustCenterHistoryUpdate) Mutation() *TrustCenterHistoryMutation { return _u.mutation @@ -332,9 +36,6 @@ func (_u *TrustCenterHistoryUpdate) Mutation() *TrustCenterHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -360,38 +61,7 @@ func (_u *TrustCenterHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterHistoryUpdate) check() error { - if v, ok := _u.mutation.PreviewStatus(); ok { - if err := trustcenterhistory.PreviewStatusValidator(v); err != nil { - return &ValidationError{Name: "preview_status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterHistory.preview_status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterhistory.Table, trustcenterhistory.Columns, sqlgraph.NewFieldSpec(trustcenterhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -406,107 +76,54 @@ func (_u *TrustCenterHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(trustcenterhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(trustcenterhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Slug(); ok { - _spec.SetField(trustcenterhistory.FieldSlug, field.TypeString, value) - } if _u.mutation.SlugCleared() { _spec.ClearField(trustcenterhistory.FieldSlug, field.TypeString) } - if value, ok := _u.mutation.CustomDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldCustomDomainID, field.TypeString, value) - } if _u.mutation.CustomDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldCustomDomainID, field.TypeString) } - if value, ok := _u.mutation.PreviewDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldPreviewDomainID, field.TypeString, value) - } if _u.mutation.PreviewDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldPreviewDomainID, field.TypeString) } - if value, ok := _u.mutation.PirschDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldPirschDomainID, field.TypeString, value) - } if _u.mutation.PirschDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldPirschDomainID, field.TypeString) } - if value, ok := _u.mutation.PirschIdentificationCode(); ok { - _spec.SetField(trustcenterhistory.FieldPirschIdentificationCode, field.TypeString, value) - } if _u.mutation.PirschIdentificationCodeCleared() { _spec.ClearField(trustcenterhistory.FieldPirschIdentificationCode, field.TypeString) } - if value, ok := _u.mutation.PirschAccessLink(); ok { - _spec.SetField(trustcenterhistory.FieldPirschAccessLink, field.TypeString, value) - } if _u.mutation.PirschAccessLinkCleared() { _spec.ClearField(trustcenterhistory.FieldPirschAccessLink, field.TypeString) } - if value, ok := _u.mutation.PreviewStatus(); ok { - _spec.SetField(trustcenterhistory.FieldPreviewStatus, field.TypeEnum, value) - } if _u.mutation.PreviewStatusCleared() { _spec.ClearField(trustcenterhistory.FieldPreviewStatus, field.TypeEnum) } - if value, ok := _u.mutation.SubprocessorURL(); ok { - _spec.SetField(trustcenterhistory.FieldSubprocessorURL, field.TypeString, value) - } if _u.mutation.SubprocessorURLCleared() { _spec.ClearField(trustcenterhistory.FieldSubprocessorURL, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterhistory.Label} @@ -522,300 +139,9 @@ func (_u *TrustCenterHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // TrustCenterHistoryUpdateOne is the builder for updating a single TrustCenterHistory entity. type TrustCenterHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterHistoryUpdateOne) ClearUpdatedAt() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterHistoryUpdateOne) ClearUpdatedBy() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterHistoryUpdateOne) ClearDeletedAt() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterHistoryUpdateOne) ClearDeletedBy() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterHistoryUpdateOne) SetTags(v []string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterHistoryUpdateOne) AppendTags(v []string) *TrustCenterHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterHistoryUpdateOne) ClearTags() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *TrustCenterHistoryUpdateOne) SetOwnerID(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableOwnerID(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *TrustCenterHistoryUpdateOne) ClearOwnerID() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetSlug sets the "slug" field. -func (_u *TrustCenterHistoryUpdateOne) SetSlug(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetSlug(v) - return _u -} - -// SetNillableSlug sets the "slug" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableSlug(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetSlug(*v) - } - return _u -} - -// ClearSlug clears the value of the "slug" field. -func (_u *TrustCenterHistoryUpdateOne) ClearSlug() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearSlug() - return _u -} - -// SetCustomDomainID sets the "custom_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) SetCustomDomainID(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetCustomDomainID(v) - return _u -} - -// SetNillableCustomDomainID sets the "custom_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableCustomDomainID(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetCustomDomainID(*v) - } - return _u -} - -// ClearCustomDomainID clears the value of the "custom_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) ClearCustomDomainID() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearCustomDomainID() - return _u -} - -// SetPreviewDomainID sets the "preview_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) SetPreviewDomainID(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetPreviewDomainID(v) - return _u -} - -// SetNillablePreviewDomainID sets the "preview_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillablePreviewDomainID(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetPreviewDomainID(*v) - } - return _u -} - -// ClearPreviewDomainID clears the value of the "preview_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) ClearPreviewDomainID() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearPreviewDomainID() - return _u -} - -// SetPirschDomainID sets the "pirsch_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) SetPirschDomainID(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetPirschDomainID(v) - return _u -} - -// SetNillablePirschDomainID sets the "pirsch_domain_id" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillablePirschDomainID(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetPirschDomainID(*v) - } - return _u -} - -// ClearPirschDomainID clears the value of the "pirsch_domain_id" field. -func (_u *TrustCenterHistoryUpdateOne) ClearPirschDomainID() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearPirschDomainID() - return _u -} - -// SetPirschIdentificationCode sets the "pirsch_identification_code" field. -func (_u *TrustCenterHistoryUpdateOne) SetPirschIdentificationCode(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetPirschIdentificationCode(v) - return _u -} - -// SetNillablePirschIdentificationCode sets the "pirsch_identification_code" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillablePirschIdentificationCode(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetPirschIdentificationCode(*v) - } - return _u -} - -// ClearPirschIdentificationCode clears the value of the "pirsch_identification_code" field. -func (_u *TrustCenterHistoryUpdateOne) ClearPirschIdentificationCode() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearPirschIdentificationCode() - return _u -} - -// SetPirschAccessLink sets the "pirsch_access_link" field. -func (_u *TrustCenterHistoryUpdateOne) SetPirschAccessLink(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetPirschAccessLink(v) - return _u -} - -// SetNillablePirschAccessLink sets the "pirsch_access_link" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillablePirschAccessLink(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetPirschAccessLink(*v) - } - return _u -} - -// ClearPirschAccessLink clears the value of the "pirsch_access_link" field. -func (_u *TrustCenterHistoryUpdateOne) ClearPirschAccessLink() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearPirschAccessLink() - return _u -} - -// SetPreviewStatus sets the "preview_status" field. -func (_u *TrustCenterHistoryUpdateOne) SetPreviewStatus(v enums.TrustCenterPreviewStatus) *TrustCenterHistoryUpdateOne { - _u.mutation.SetPreviewStatus(v) - return _u -} - -// SetNillablePreviewStatus sets the "preview_status" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillablePreviewStatus(v *enums.TrustCenterPreviewStatus) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetPreviewStatus(*v) - } - return _u -} - -// ClearPreviewStatus clears the value of the "preview_status" field. -func (_u *TrustCenterHistoryUpdateOne) ClearPreviewStatus() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearPreviewStatus() - return _u -} - -// SetSubprocessorURL sets the "subprocessor_url" field. -func (_u *TrustCenterHistoryUpdateOne) SetSubprocessorURL(v string) *TrustCenterHistoryUpdateOne { - _u.mutation.SetSubprocessorURL(v) - return _u -} - -// SetNillableSubprocessorURL sets the "subprocessor_url" field if the given value is not nil. -func (_u *TrustCenterHistoryUpdateOne) SetNillableSubprocessorURL(v *string) *TrustCenterHistoryUpdateOne { - if v != nil { - _u.SetSubprocessorURL(*v) - } - return _u -} - -// ClearSubprocessorURL clears the value of the "subprocessor_url" field. -func (_u *TrustCenterHistoryUpdateOne) ClearSubprocessorURL() *TrustCenterHistoryUpdateOne { - _u.mutation.ClearSubprocessorURL() - return _u + fields []string + hooks []Hook + mutation *TrustCenterHistoryMutation } // Mutation returns the TrustCenterHistoryMutation object of the builder. @@ -838,9 +164,6 @@ func (_u *TrustCenterHistoryUpdateOne) Select(field string, fields ...string) *T // Save executes the query and returns the updated TrustCenterHistory entity. func (_u *TrustCenterHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -866,38 +189,7 @@ func (_u *TrustCenterHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterHistoryUpdateOne) check() error { - if v, ok := _u.mutation.PreviewStatus(); ok { - if err := trustcenterhistory.PreviewStatusValidator(v); err != nil { - return &ValidationError{Name: "preview_status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterHistory.preview_status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterhistory.Table, trustcenterhistory.Columns, sqlgraph.NewFieldSpec(trustcenterhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -929,107 +221,54 @@ func (_u *TrustCenterHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Trus if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(trustcenterhistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(trustcenterhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Slug(); ok { - _spec.SetField(trustcenterhistory.FieldSlug, field.TypeString, value) - } if _u.mutation.SlugCleared() { _spec.ClearField(trustcenterhistory.FieldSlug, field.TypeString) } - if value, ok := _u.mutation.CustomDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldCustomDomainID, field.TypeString, value) - } if _u.mutation.CustomDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldCustomDomainID, field.TypeString) } - if value, ok := _u.mutation.PreviewDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldPreviewDomainID, field.TypeString, value) - } if _u.mutation.PreviewDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldPreviewDomainID, field.TypeString) } - if value, ok := _u.mutation.PirschDomainID(); ok { - _spec.SetField(trustcenterhistory.FieldPirschDomainID, field.TypeString, value) - } if _u.mutation.PirschDomainIDCleared() { _spec.ClearField(trustcenterhistory.FieldPirschDomainID, field.TypeString) } - if value, ok := _u.mutation.PirschIdentificationCode(); ok { - _spec.SetField(trustcenterhistory.FieldPirschIdentificationCode, field.TypeString, value) - } if _u.mutation.PirschIdentificationCodeCleared() { _spec.ClearField(trustcenterhistory.FieldPirschIdentificationCode, field.TypeString) } - if value, ok := _u.mutation.PirschAccessLink(); ok { - _spec.SetField(trustcenterhistory.FieldPirschAccessLink, field.TypeString, value) - } if _u.mutation.PirschAccessLinkCleared() { _spec.ClearField(trustcenterhistory.FieldPirschAccessLink, field.TypeString) } - if value, ok := _u.mutation.PreviewStatus(); ok { - _spec.SetField(trustcenterhistory.FieldPreviewStatus, field.TypeEnum, value) - } if _u.mutation.PreviewStatusCleared() { _spec.ClearField(trustcenterhistory.FieldPreviewStatus, field.TypeEnum) } - if value, ok := _u.mutation.SubprocessorURL(); ok { - _spec.SetField(trustcenterhistory.FieldSubprocessorURL, field.TypeString, value) - } if _u.mutation.SubprocessorURLCleared() { _spec.ClearField(trustcenterhistory.FieldSubprocessorURL, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterndarequesthistory/trustcenterndarequesthistory.go b/internal/ent/historygenerated/trustcenterndarequesthistory/trustcenterndarequesthistory.go index c5899411d6..6bffd3cf8c 100644 --- a/internal/ent/historygenerated/trustcenterndarequesthistory/trustcenterndarequesthistory.go +++ b/internal/ent/historygenerated/trustcenterndarequesthistory/trustcenterndarequesthistory.go @@ -126,8 +126,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/trustcenterndarequesthistory_create.go b/internal/ent/historygenerated/trustcenterndarequesthistory_create.go index f35a2b6168..4a0c3112de 100644 --- a/internal/ent/historygenerated/trustcenterndarequesthistory_create.go +++ b/internal/ent/historygenerated/trustcenterndarequesthistory_create.go @@ -478,7 +478,6 @@ func (_c *TrustCenterNDARequestHistoryCreate) createSpec() (*TrustCenterNDAReque _node = &TrustCenterNDARequestHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterndarequesthistory.Table, sqlgraph.NewFieldSpec(trustcenterndarequesthistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterNDARequestHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterndarequesthistory_delete.go b/internal/ent/historygenerated/trustcenterndarequesthistory_delete.go index 3eed492573..e9172c08c8 100644 --- a/internal/ent/historygenerated/trustcenterndarequesthistory_delete.go +++ b/internal/ent/historygenerated/trustcenterndarequesthistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterndarequesthistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterNDARequestHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterNDARequestHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterndarequesthistory.Table, sqlgraph.NewFieldSpec(trustcenterndarequesthistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterNDARequestHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterndarequesthistory_query.go b/internal/ent/historygenerated/trustcenterndarequesthistory_query.go index 5ffdd9bcd7..e3832f6671 100644 --- a/internal/ent/historygenerated/trustcenterndarequesthistory_query.go +++ b/internal/ent/historygenerated/trustcenterndarequesthistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterndarequesthistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterNDARequestHistoryQuery struct { order []trustcenterndarequesthistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterNDARequestHistory - loadTotal []func(context.Context, []*TrustCenterNDARequestHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterNDARequestHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterNDARequestHistoryQuery) Clone() *TrustCenterNDARequestHisto inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterNDARequestHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterNDARequestHistoryQuery) sqlAll(ctx context.Context, hooks . nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterNDARequestHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterNDARequestHistoryQuery) sqlAll(ctx context.Context, hooks . func (_q *TrustCenterNDARequestHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterNDARequestHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterNDARequestHistoryQuery) sqlQuery(ctx context.Context) *sql. if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterNDARequestHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterNDARequestHistoryQuery) sqlQuery(ctx context.Context) *sql. return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterNDARequestHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterNDARequestHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcnrhq *TrustCenterNDARequestHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterNDARequestHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterNDARequestHistorySelect) sqlScan(ctx context.Context, root defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterNDARequestHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterNDARequestHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterndarequesthistory_update.go b/internal/ent/historygenerated/trustcenterndarequesthistory_update.go index 0a837f7116..19fb01560c 100644 --- a/internal/ent/historygenerated/trustcenterndarequesthistory_update.go +++ b/internal/ent/historygenerated/trustcenterndarequesthistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterndarequesthistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterNDARequestHistoryUpdate is the builder for updating TrustCenterNDARequestHistory entities. type TrustCenterNDARequestHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterNDARequestHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterNDARequestHistoryMutation } // Where appends a list predicates to the TrustCenterNDARequestHistoryUpdate builder. @@ -36,338 +29,6 @@ func (_u *TrustCenterNDARequestHistoryUpdate) Where(ps ...predicate.TrustCenterN return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearUpdatedAt() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetUpdatedBy(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearUpdatedBy() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearDeletedAt() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetDeletedBy(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearDeletedBy() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetTags(v []string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdate) AppendTags(v []string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearTags() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetFirstName sets the "first_name" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetFirstName(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetFirstName(v) - return _u -} - -// SetNillableFirstName sets the "first_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableFirstName(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetFirstName(*v) - } - return _u -} - -// SetLastName sets the "last_name" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetLastName(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetLastName(v) - return _u -} - -// SetNillableLastName sets the "last_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableLastName(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetLastName(*v) - } - return _u -} - -// SetEmail sets the "email" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetEmail(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableEmail(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetCompanyName sets the "company_name" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetCompanyName(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetCompanyName(v) - return _u -} - -// SetNillableCompanyName sets the "company_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableCompanyName(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetCompanyName(*v) - } - return _u -} - -// ClearCompanyName clears the value of the "company_name" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearCompanyName() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearCompanyName() - return _u -} - -// SetReason sets the "reason" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetReason(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetReason(v) - return _u -} - -// SetNillableReason sets the "reason" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableReason(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetReason(*v) - } - return _u -} - -// ClearReason clears the value of the "reason" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearReason() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearReason() - return _u -} - -// SetAccessLevel sets the "access_level" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetAccessLevel(v enums.TrustCenterNDARequestAccessLevel) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetAccessLevel(v) - return _u -} - -// SetNillableAccessLevel sets the "access_level" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableAccessLevel(v *enums.TrustCenterNDARequestAccessLevel) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetAccessLevel(*v) - } - return _u -} - -// ClearAccessLevel clears the value of the "access_level" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearAccessLevel() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearAccessLevel() - return _u -} - -// SetStatus sets the "status" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetStatus(v enums.TrustCenterNDARequestStatus) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableStatus(v *enums.TrustCenterNDARequestStatus) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearStatus() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearStatus() - return _u -} - -// SetApprovedAt sets the "approved_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetApprovedAt(v models.DateTime) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetApprovedAt(v) - return _u -} - -// SetNillableApprovedAt sets the "approved_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableApprovedAt(v *models.DateTime) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetApprovedAt(*v) - } - return _u -} - -// ClearApprovedAt clears the value of the "approved_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearApprovedAt() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearApprovedAt() - return _u -} - -// SetApprovedByUserID sets the "approved_by_user_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetApprovedByUserID(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetApprovedByUserID(v) - return _u -} - -// SetNillableApprovedByUserID sets the "approved_by_user_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableApprovedByUserID(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetApprovedByUserID(*v) - } - return _u -} - -// ClearApprovedByUserID clears the value of the "approved_by_user_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearApprovedByUserID() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearApprovedByUserID() - return _u -} - -// SetSignedAt sets the "signed_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetSignedAt(v models.DateTime) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetSignedAt(v) - return _u -} - -// SetNillableSignedAt sets the "signed_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableSignedAt(v *models.DateTime) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetSignedAt(*v) - } - return _u -} - -// ClearSignedAt clears the value of the "signed_at" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearSignedAt() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearSignedAt() - return _u -} - -// SetDocumentDataID sets the "document_data_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetDocumentDataID(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetDocumentDataID(v) - return _u -} - -// SetNillableDocumentDataID sets the "document_data_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableDocumentDataID(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetDocumentDataID(*v) - } - return _u -} - -// ClearDocumentDataID clears the value of the "document_data_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearDocumentDataID() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearDocumentDataID() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) SetFileID(v string) *TrustCenterNDARequestHistoryUpdate { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdate) SetNillableFileID(v *string) *TrustCenterNDARequestHistoryUpdate { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *TrustCenterNDARequestHistoryUpdate) ClearFileID() *TrustCenterNDARequestHistoryUpdate { - _u.mutation.ClearFileID() - return _u -} - // Mutation returns the TrustCenterNDARequestHistoryMutation object of the builder. func (_u *TrustCenterNDARequestHistoryUpdate) Mutation() *TrustCenterNDARequestHistoryMutation { return _u.mutation @@ -375,9 +36,6 @@ func (_u *TrustCenterNDARequestHistoryUpdate) Mutation() *TrustCenterNDARequestH // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterNDARequestHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -403,43 +61,7 @@ func (_u *TrustCenterNDARequestHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterNDARequestHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterndarequesthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterndarequesthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterndarequesthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterNDARequestHistoryUpdate) check() error { - if v, ok := _u.mutation.AccessLevel(); ok { - if err := trustcenterndarequesthistory.AccessLevelValidator(v); err != nil { - return &ValidationError{Name: "access_level", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterNDARequestHistory.access_level": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := trustcenterndarequesthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterNDARequestHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterNDARequestHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterNDARequestHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterNDARequestHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterndarequesthistory.Table, trustcenterndarequesthistory.Columns, sqlgraph.NewFieldSpec(trustcenterndarequesthistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -454,119 +76,57 @@ func (_u *TrustCenterNDARequestHistoryUpdate) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterndarequesthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldTags, field.TypeJSON) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.FirstName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldFirstName, field.TypeString, value) - } - if value, ok := _u.mutation.LastName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldLastName, field.TypeString, value) - } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.CompanyName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldCompanyName, field.TypeString, value) - } if _u.mutation.CompanyNameCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCompanyName, field.TypeString) } - if value, ok := _u.mutation.Reason(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldReason, field.TypeString, value) - } if _u.mutation.ReasonCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldReason, field.TypeString) } - if value, ok := _u.mutation.AccessLevel(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldAccessLevel, field.TypeEnum, value) - } if _u.mutation.AccessLevelCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldAccessLevel, field.TypeEnum) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ApprovedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldApprovedAt, field.TypeTime, value) - } if _u.mutation.ApprovedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldApprovedAt, field.TypeTime) } - if value, ok := _u.mutation.ApprovedByUserID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldApprovedByUserID, field.TypeString, value) - } if _u.mutation.ApprovedByUserIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldApprovedByUserID, field.TypeString) } - if value, ok := _u.mutation.SignedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldSignedAt, field.TypeTime, value) - } if _u.mutation.SignedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldSignedAt, field.TypeTime) } - if value, ok := _u.mutation.DocumentDataID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDocumentDataID, field.TypeString, value) - } if _u.mutation.DocumentDataIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDocumentDataID, field.TypeString) } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldFileID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterNDARequestHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterndarequesthistory.Label} @@ -582,342 +142,9 @@ func (_u *TrustCenterNDARequestHistoryUpdate) sqlSave(ctx context.Context) (_nod // TrustCenterNDARequestHistoryUpdateOne is the builder for updating a single TrustCenterNDARequestHistory entity. type TrustCenterNDARequestHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterNDARequestHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearUpdatedAt() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearUpdatedBy() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearDeletedAt() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearDeletedBy() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetTags(v []string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) AppendTags(v []string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearTags() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetFirstName sets the "first_name" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetFirstName(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetFirstName(v) - return _u -} - -// SetNillableFirstName sets the "first_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableFirstName(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetFirstName(*v) - } - return _u -} - -// SetLastName sets the "last_name" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetLastName(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetLastName(v) - return _u -} - -// SetNillableLastName sets the "last_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableLastName(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetLastName(*v) - } - return _u -} - -// SetEmail sets the "email" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetEmail(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableEmail(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetCompanyName sets the "company_name" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetCompanyName(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetCompanyName(v) - return _u -} - -// SetNillableCompanyName sets the "company_name" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableCompanyName(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetCompanyName(*v) - } - return _u -} - -// ClearCompanyName clears the value of the "company_name" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearCompanyName() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearCompanyName() - return _u -} - -// SetReason sets the "reason" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetReason(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetReason(v) - return _u -} - -// SetNillableReason sets the "reason" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableReason(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetReason(*v) - } - return _u -} - -// ClearReason clears the value of the "reason" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearReason() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearReason() - return _u -} - -// SetAccessLevel sets the "access_level" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetAccessLevel(v enums.TrustCenterNDARequestAccessLevel) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetAccessLevel(v) - return _u -} - -// SetNillableAccessLevel sets the "access_level" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableAccessLevel(v *enums.TrustCenterNDARequestAccessLevel) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetAccessLevel(*v) - } - return _u -} - -// ClearAccessLevel clears the value of the "access_level" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearAccessLevel() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearAccessLevel() - return _u -} - -// SetStatus sets the "status" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetStatus(v enums.TrustCenterNDARequestStatus) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableStatus(v *enums.TrustCenterNDARequestStatus) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// ClearStatus clears the value of the "status" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearStatus() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearStatus() - return _u -} - -// SetApprovedAt sets the "approved_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetApprovedAt(v models.DateTime) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetApprovedAt(v) - return _u -} - -// SetNillableApprovedAt sets the "approved_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableApprovedAt(v *models.DateTime) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetApprovedAt(*v) - } - return _u -} - -// ClearApprovedAt clears the value of the "approved_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearApprovedAt() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearApprovedAt() - return _u -} - -// SetApprovedByUserID sets the "approved_by_user_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetApprovedByUserID(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetApprovedByUserID(v) - return _u -} - -// SetNillableApprovedByUserID sets the "approved_by_user_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableApprovedByUserID(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetApprovedByUserID(*v) - } - return _u -} - -// ClearApprovedByUserID clears the value of the "approved_by_user_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearApprovedByUserID() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearApprovedByUserID() - return _u -} - -// SetSignedAt sets the "signed_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetSignedAt(v models.DateTime) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetSignedAt(v) - return _u -} - -// SetNillableSignedAt sets the "signed_at" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableSignedAt(v *models.DateTime) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetSignedAt(*v) - } - return _u -} - -// ClearSignedAt clears the value of the "signed_at" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearSignedAt() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearSignedAt() - return _u -} - -// SetDocumentDataID sets the "document_data_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetDocumentDataID(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetDocumentDataID(v) - return _u -} - -// SetNillableDocumentDataID sets the "document_data_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableDocumentDataID(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetDocumentDataID(*v) - } - return _u -} - -// ClearDocumentDataID clears the value of the "document_data_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearDocumentDataID() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearDocumentDataID() - return _u -} - -// SetFileID sets the "file_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetFileID(v string) *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.SetFileID(v) - return _u -} - -// SetNillableFileID sets the "file_id" field if the given value is not nil. -func (_u *TrustCenterNDARequestHistoryUpdateOne) SetNillableFileID(v *string) *TrustCenterNDARequestHistoryUpdateOne { - if v != nil { - _u.SetFileID(*v) - } - return _u -} - -// ClearFileID clears the value of the "file_id" field. -func (_u *TrustCenterNDARequestHistoryUpdateOne) ClearFileID() *TrustCenterNDARequestHistoryUpdateOne { - _u.mutation.ClearFileID() - return _u + fields []string + hooks []Hook + mutation *TrustCenterNDARequestHistoryMutation } // Mutation returns the TrustCenterNDARequestHistoryMutation object of the builder. @@ -940,9 +167,6 @@ func (_u *TrustCenterNDARequestHistoryUpdateOne) Select(field string, fields ... // Save executes the query and returns the updated TrustCenterNDARequestHistory entity. func (_u *TrustCenterNDARequestHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterNDARequestHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -968,43 +192,7 @@ func (_u *TrustCenterNDARequestHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterNDARequestHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterndarequesthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterndarequesthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterndarequesthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterNDARequestHistoryUpdateOne) check() error { - if v, ok := _u.mutation.AccessLevel(); ok { - if err := trustcenterndarequesthistory.AccessLevelValidator(v); err != nil { - return &ValidationError{Name: "access_level", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterNDARequestHistory.access_level": %w`, err)} - } - } - if v, ok := _u.mutation.Status(); ok { - if err := trustcenterndarequesthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterNDARequestHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterNDARequestHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterNDARequestHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterNDARequestHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterNDARequestHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterndarequesthistory.Table, trustcenterndarequesthistory.Columns, sqlgraph.NewFieldSpec(trustcenterndarequesthistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1036,119 +224,57 @@ func (_u *TrustCenterNDARequestHistoryUpdateOne) sqlSave(ctx context.Context) (_ if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcenterndarequesthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldTags, field.TypeJSON) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.FirstName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldFirstName, field.TypeString, value) - } - if value, ok := _u.mutation.LastName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldLastName, field.TypeString, value) - } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.CompanyName(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldCompanyName, field.TypeString, value) - } if _u.mutation.CompanyNameCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldCompanyName, field.TypeString) } - if value, ok := _u.mutation.Reason(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldReason, field.TypeString, value) - } if _u.mutation.ReasonCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldReason, field.TypeString) } - if value, ok := _u.mutation.AccessLevel(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldAccessLevel, field.TypeEnum, value) - } if _u.mutation.AccessLevelCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldAccessLevel, field.TypeEnum) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldStatus, field.TypeEnum, value) - } if _u.mutation.StatusCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldStatus, field.TypeEnum) } - if value, ok := _u.mutation.ApprovedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldApprovedAt, field.TypeTime, value) - } if _u.mutation.ApprovedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldApprovedAt, field.TypeTime) } - if value, ok := _u.mutation.ApprovedByUserID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldApprovedByUserID, field.TypeString, value) - } if _u.mutation.ApprovedByUserIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldApprovedByUserID, field.TypeString) } - if value, ok := _u.mutation.SignedAt(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldSignedAt, field.TypeTime, value) - } if _u.mutation.SignedAtCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldSignedAt, field.TypeTime) } - if value, ok := _u.mutation.DocumentDataID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldDocumentDataID, field.TypeString, value) - } if _u.mutation.DocumentDataIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldDocumentDataID, field.TypeString) } - if value, ok := _u.mutation.FileID(); ok { - _spec.SetField(trustcenterndarequesthistory.FieldFileID, field.TypeString, value) - } if _u.mutation.FileIDCleared() { _spec.ClearField(trustcenterndarequesthistory.FieldFileID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterNDARequestHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterNDARequestHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcentersettinghistory/trustcentersettinghistory.go b/internal/ent/historygenerated/trustcentersettinghistory/trustcentersettinghistory.go index bac200f0bc..6d26be2984 100644 --- a/internal/ent/historygenerated/trustcentersettinghistory/trustcentersettinghistory.go +++ b/internal/ent/historygenerated/trustcentersettinghistory/trustcentersettinghistory.go @@ -168,8 +168,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultRemoveBranding holds the default value on creation for the "remove_branding" field. DefaultRemoveBranding bool // DefaultNdaApprovalRequired holds the default value on creation for the "nda_approval_required" field. diff --git a/internal/ent/historygenerated/trustcentersettinghistory_create.go b/internal/ent/historygenerated/trustcentersettinghistory_create.go index 52a374295f..84a745dae5 100644 --- a/internal/ent/historygenerated/trustcentersettinghistory_create.go +++ b/internal/ent/historygenerated/trustcentersettinghistory_create.go @@ -708,7 +708,6 @@ func (_c *TrustCenterSettingHistoryCreate) createSpec() (*TrustCenterSettingHist _node = &TrustCenterSettingHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentersettinghistory.Table, sqlgraph.NewFieldSpec(trustcentersettinghistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterSettingHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcentersettinghistory_delete.go b/internal/ent/historygenerated/trustcentersettinghistory_delete.go index 7d84ba4056..b59180ff51 100644 --- a/internal/ent/historygenerated/trustcentersettinghistory_delete.go +++ b/internal/ent/historygenerated/trustcentersettinghistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersettinghistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterSettingHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterSettingHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentersettinghistory.Table, sqlgraph.NewFieldSpec(trustcentersettinghistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcentersettinghistory_query.go b/internal/ent/historygenerated/trustcentersettinghistory_query.go index 4bc08b5c87..d9ad401df1 100644 --- a/internal/ent/historygenerated/trustcentersettinghistory_query.go +++ b/internal/ent/historygenerated/trustcentersettinghistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersettinghistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterSettingHistoryQuery struct { order []trustcentersettinghistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterSettingHistory - loadTotal []func(context.Context, []*TrustCenterSettingHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterSettingHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterSettingHistoryQuery) Clone() *TrustCenterSettingHistoryQuer inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterSettingHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...q nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...q func (_q *TrustCenterSettingHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterSettingHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterSettingHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterSettingHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcshq *TrustCenterSettingHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterSettingHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterSettingHistorySelect) sqlScan(ctx context.Context, root *Tr defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterSettingHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterSettingHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcentersettinghistory_update.go b/internal/ent/historygenerated/trustcentersettinghistory_update.go index f21feaa4a1..ade079915e 100644 --- a/internal/ent/historygenerated/trustcentersettinghistory_update.go +++ b/internal/ent/historygenerated/trustcentersettinghistory_update.go @@ -8,1597 +8,194 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersettinghistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// TrustCenterSettingHistoryUpdate is the builder for updating TrustCenterSettingHistory entities. -type TrustCenterSettingHistoryUpdate struct { - config - hooks []Hook - mutation *TrustCenterSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the TrustCenterSettingHistoryUpdate builder. -func (_u *TrustCenterSettingHistoryUpdate) Where(ps ...predicate.TrustCenterSettingHistory) *TrustCenterSettingHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterSettingHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearUpdatedAt() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterSettingHistoryUpdate) SetUpdatedBy(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearUpdatedBy() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterSettingHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterSettingHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearDeletedAt() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterSettingHistoryUpdate) SetDeletedBy(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearDeletedBy() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *TrustCenterSettingHistoryUpdate) SetTrustCenterID(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableTrustCenterID(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearTrustCenterID() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TrustCenterSettingHistoryUpdate) SetTitle(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableTitle(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearTitle() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearTitle() - return _u -} - -// SetCompanyName sets the "company_name" field. -func (_u *TrustCenterSettingHistoryUpdate) SetCompanyName(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetCompanyName(v) - return _u -} - -// SetNillableCompanyName sets the "company_name" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableCompanyName(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetCompanyName(*v) - } - return _u -} - -// ClearCompanyName clears the value of the "company_name" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearCompanyName() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearCompanyName() - return _u -} - -// SetCompanyDescription sets the "company_description" field. -func (_u *TrustCenterSettingHistoryUpdate) SetCompanyDescription(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetCompanyDescription(v) - return _u -} - -// SetNillableCompanyDescription sets the "company_description" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableCompanyDescription(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetCompanyDescription(*v) - } - return _u -} - -// ClearCompanyDescription clears the value of the "company_description" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearCompanyDescription() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearCompanyDescription() - return _u -} - -// SetOverview sets the "overview" field. -func (_u *TrustCenterSettingHistoryUpdate) SetOverview(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetOverview(v) - return _u -} - -// SetNillableOverview sets the "overview" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableOverview(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetOverview(*v) - } - return _u -} - -// ClearOverview clears the value of the "overview" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearOverview() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearOverview() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdate) SetLogoRemoteURL(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableLogoRemoteURL(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetLogoRemoteURL(*v) - } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearLogoRemoteURL() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoLocalFileID sets the "logo_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) SetLogoLocalFileID(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetLogoLocalFileID(v) - return _u -} - -// SetNillableLogoLocalFileID sets the "logo_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableLogoLocalFileID(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetLogoLocalFileID(*v) - } - return _u -} - -// ClearLogoLocalFileID clears the value of the "logo_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearLogoLocalFileID() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearLogoLocalFileID() - return _u -} - -// SetFaviconRemoteURL sets the "favicon_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdate) SetFaviconRemoteURL(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetFaviconRemoteURL(v) - return _u -} - -// SetNillableFaviconRemoteURL sets the "favicon_remote_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableFaviconRemoteURL(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetFaviconRemoteURL(*v) - } - return _u -} - -// ClearFaviconRemoteURL clears the value of the "favicon_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearFaviconRemoteURL() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearFaviconRemoteURL() - return _u -} - -// SetFaviconLocalFileID sets the "favicon_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) SetFaviconLocalFileID(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetFaviconLocalFileID(v) - return _u -} - -// SetNillableFaviconLocalFileID sets the "favicon_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableFaviconLocalFileID(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetFaviconLocalFileID(*v) - } - return _u -} - -// ClearFaviconLocalFileID clears the value of the "favicon_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearFaviconLocalFileID() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearFaviconLocalFileID() - return _u -} - -// SetHeroImageLocalFileID sets the "hero_image_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) SetHeroImageLocalFileID(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetHeroImageLocalFileID(v) - return _u -} - -// SetNillableHeroImageLocalFileID sets the "hero_image_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableHeroImageLocalFileID(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetHeroImageLocalFileID(*v) - } - return _u -} - -// ClearHeroImageLocalFileID clears the value of the "hero_image_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearHeroImageLocalFileID() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearHeroImageLocalFileID() - return _u -} - -// SetThemeMode sets the "theme_mode" field. -func (_u *TrustCenterSettingHistoryUpdate) SetThemeMode(v enums.TrustCenterThemeMode) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetThemeMode(v) - return _u -} - -// SetNillableThemeMode sets the "theme_mode" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableThemeMode(v *enums.TrustCenterThemeMode) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetThemeMode(*v) - } - return _u -} - -// ClearThemeMode clears the value of the "theme_mode" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearThemeMode() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearThemeMode() - return _u -} - -// SetPrimaryColor sets the "primary_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetPrimaryColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetPrimaryColor(v) - return _u -} - -// SetNillablePrimaryColor sets the "primary_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillablePrimaryColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetPrimaryColor(*v) - } - return _u -} - -// ClearPrimaryColor clears the value of the "primary_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearPrimaryColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearPrimaryColor() - return _u -} - -// SetFont sets the "font" field. -func (_u *TrustCenterSettingHistoryUpdate) SetFont(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetFont(v) - return _u -} - -// SetNillableFont sets the "font" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableFont(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetFont(*v) - } - return _u -} - -// ClearFont clears the value of the "font" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearFont() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearFont() - return _u -} - -// SetForegroundColor sets the "foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetForegroundColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetForegroundColor(v) - return _u -} - -// SetNillableForegroundColor sets the "foreground_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableForegroundColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetForegroundColor(*v) - } - return _u -} - -// ClearForegroundColor clears the value of the "foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearForegroundColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearForegroundColor() - return _u -} - -// SetBackgroundColor sets the "background_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetBackgroundColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetBackgroundColor(v) - return _u -} - -// SetNillableBackgroundColor sets the "background_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableBackgroundColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetBackgroundColor(*v) - } - return _u -} - -// ClearBackgroundColor clears the value of the "background_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearBackgroundColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearBackgroundColor() - return _u -} - -// SetAccentColor sets the "accent_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetAccentColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetAccentColor(v) - return _u -} - -// SetNillableAccentColor sets the "accent_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableAccentColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetAccentColor(*v) - } - return _u -} - -// ClearAccentColor clears the value of the "accent_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearAccentColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearAccentColor() - return _u -} - -// SetSecondaryBackgroundColor sets the "secondary_background_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetSecondaryBackgroundColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetSecondaryBackgroundColor(v) - return _u -} - -// SetNillableSecondaryBackgroundColor sets the "secondary_background_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableSecondaryBackgroundColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetSecondaryBackgroundColor(*v) - } - return _u -} - -// ClearSecondaryBackgroundColor clears the value of the "secondary_background_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearSecondaryBackgroundColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearSecondaryBackgroundColor() - return _u -} - -// SetSecondaryForegroundColor sets the "secondary_foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdate) SetSecondaryForegroundColor(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetSecondaryForegroundColor(v) - return _u -} - -// SetNillableSecondaryForegroundColor sets the "secondary_foreground_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableSecondaryForegroundColor(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetSecondaryForegroundColor(*v) - } - return _u -} - -// ClearSecondaryForegroundColor clears the value of the "secondary_foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearSecondaryForegroundColor() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearSecondaryForegroundColor() - return _u -} - -// SetRemoveBranding sets the "remove_branding" field. -func (_u *TrustCenterSettingHistoryUpdate) SetRemoveBranding(v bool) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetRemoveBranding(v) - return _u -} - -// SetNillableRemoveBranding sets the "remove_branding" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableRemoveBranding(v *bool) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetRemoveBranding(*v) - } - return _u -} - -// ClearRemoveBranding clears the value of the "remove_branding" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearRemoveBranding() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearRemoveBranding() - return _u -} - -// SetCompanyDomain sets the "company_domain" field. -func (_u *TrustCenterSettingHistoryUpdate) SetCompanyDomain(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetCompanyDomain(v) - return _u -} - -// SetNillableCompanyDomain sets the "company_domain" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableCompanyDomain(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetCompanyDomain(*v) - } - return _u -} - -// ClearCompanyDomain clears the value of the "company_domain" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearCompanyDomain() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearCompanyDomain() - return _u -} - -// SetSecurityContact sets the "security_contact" field. -func (_u *TrustCenterSettingHistoryUpdate) SetSecurityContact(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetSecurityContact(v) - return _u -} - -// SetNillableSecurityContact sets the "security_contact" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableSecurityContact(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetSecurityContact(*v) - } - return _u -} - -// ClearSecurityContact clears the value of the "security_contact" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearSecurityContact() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearSecurityContact() - return _u -} - -// SetNdaApprovalRequired sets the "nda_approval_required" field. -func (_u *TrustCenterSettingHistoryUpdate) SetNdaApprovalRequired(v bool) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetNdaApprovalRequired(v) - return _u -} - -// SetNillableNdaApprovalRequired sets the "nda_approval_required" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableNdaApprovalRequired(v *bool) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetNdaApprovalRequired(*v) - } - return _u -} - -// ClearNdaApprovalRequired clears the value of the "nda_approval_required" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearNdaApprovalRequired() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearNdaApprovalRequired() - return _u -} - -// SetAllowSubscribers sets the "allow_subscribers" field. -func (_u *TrustCenterSettingHistoryUpdate) SetAllowSubscribers(v bool) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetAllowSubscribers(v) - return _u -} - -// SetNillableAllowSubscribers sets the "allow_subscribers" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableAllowSubscribers(v *bool) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetAllowSubscribers(*v) - } - return _u -} - -// ClearAllowSubscribers clears the value of the "allow_subscribers" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearAllowSubscribers() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearAllowSubscribers() - return _u -} - -// SetNotifySubscribersOnSubprocessorChange sets the "notify_subscribers_on_subprocessor_change" field. -func (_u *TrustCenterSettingHistoryUpdate) SetNotifySubscribersOnSubprocessorChange(v bool) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetNotifySubscribersOnSubprocessorChange(v) - return _u -} - -// SetNillableNotifySubscribersOnSubprocessorChange sets the "notify_subscribers_on_subprocessor_change" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableNotifySubscribersOnSubprocessorChange(v *bool) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetNotifySubscribersOnSubprocessorChange(*v) - } - return _u -} - -// ClearNotifySubscribersOnSubprocessorChange clears the value of the "notify_subscribers_on_subprocessor_change" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearNotifySubscribersOnSubprocessorChange() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearNotifySubscribersOnSubprocessorChange() - return _u -} - -// SetSubprocessorsNotifiedAt sets the "subprocessors_notified_at" field. -func (_u *TrustCenterSettingHistoryUpdate) SetSubprocessorsNotifiedAt(v time.Time) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetSubprocessorsNotifiedAt(v) - return _u -} - -// SetNillableSubprocessorsNotifiedAt sets the "subprocessors_notified_at" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableSubprocessorsNotifiedAt(v *time.Time) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetSubprocessorsNotifiedAt(*v) - } - return _u -} - -// ClearSubprocessorsNotifiedAt clears the value of the "subprocessors_notified_at" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearSubprocessorsNotifiedAt() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearSubprocessorsNotifiedAt() - return _u -} - -// SetNdaApproverGroupID sets the "nda_approver_group_id" field. -func (_u *TrustCenterSettingHistoryUpdate) SetNdaApproverGroupID(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetNdaApproverGroupID(v) - return _u -} - -// SetNillableNdaApproverGroupID sets the "nda_approver_group_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableNdaApproverGroupID(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetNdaApproverGroupID(*v) - } - return _u -} - -// ClearNdaApproverGroupID clears the value of the "nda_approver_group_id" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearNdaApproverGroupID() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearNdaApproverGroupID() - return _u -} - -// SetStatusPageURL sets the "status_page_url" field. -func (_u *TrustCenterSettingHistoryUpdate) SetStatusPageURL(v string) *TrustCenterSettingHistoryUpdate { - _u.mutation.SetStatusPageURL(v) - return _u -} - -// SetNillableStatusPageURL sets the "status_page_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdate) SetNillableStatusPageURL(v *string) *TrustCenterSettingHistoryUpdate { - if v != nil { - _u.SetStatusPageURL(*v) - } - return _u -} - -// ClearStatusPageURL clears the value of the "status_page_url" field. -func (_u *TrustCenterSettingHistoryUpdate) ClearStatusPageURL() *TrustCenterSettingHistoryUpdate { - _u.mutation.ClearStatusPageURL() - return _u -} - -// Mutation returns the TrustCenterSettingHistoryMutation object of the builder. -func (_u *TrustCenterSettingHistoryUpdate) Mutation() *TrustCenterSettingHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *TrustCenterSettingHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *TrustCenterSettingHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *TrustCenterSettingHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *TrustCenterSettingHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *TrustCenterSettingHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentersettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentersettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentersettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterSettingHistoryUpdate) check() error { - if v, ok := _u.mutation.ThemeMode(); ok { - if err := trustcentersettinghistory.ThemeModeValidator(v); err != nil { - return &ValidationError{Name: "theme_mode", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterSettingHistory.theme_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterSettingHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterSettingHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *TrustCenterSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(trustcentersettinghistory.Table, trustcentersettinghistory.Columns, sqlgraph.NewFieldSpec(trustcentersettinghistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(trustcentersettinghistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(trustcentersettinghistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(trustcentersettinghistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(trustcentersettinghistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(trustcentersettinghistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(trustcentersettinghistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentersettinghistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(trustcentersettinghistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(trustcentersettinghistory.FieldTrustCenterID, field.TypeString, value) - } - if _u.mutation.TrustCenterIDCleared() { - _spec.ClearField(trustcentersettinghistory.FieldTrustCenterID, field.TypeString) - } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(trustcentersettinghistory.FieldTitle, field.TypeString, value) - } - if _u.mutation.TitleCleared() { - _spec.ClearField(trustcentersettinghistory.FieldTitle, field.TypeString) - } - if value, ok := _u.mutation.CompanyName(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyName, field.TypeString, value) - } - if _u.mutation.CompanyNameCleared() { - _spec.ClearField(trustcentersettinghistory.FieldCompanyName, field.TypeString) - } - if value, ok := _u.mutation.CompanyDescription(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyDescription, field.TypeString, value) - } - if _u.mutation.CompanyDescriptionCleared() { - _spec.ClearField(trustcentersettinghistory.FieldCompanyDescription, field.TypeString) - } - if value, ok := _u.mutation.Overview(); ok { - _spec.SetField(trustcentersettinghistory.FieldOverview, field.TypeString, value) - } - if _u.mutation.OverviewCleared() { - _spec.ClearField(trustcentersettinghistory.FieldOverview, field.TypeString) - } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldLogoRemoteURL, field.TypeString, value) - } - if _u.mutation.LogoRemoteURLCleared() { - _spec.ClearField(trustcentersettinghistory.FieldLogoRemoteURL, field.TypeString) - } - if value, ok := _u.mutation.LogoLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldLogoLocalFileID, field.TypeString, value) - } - if _u.mutation.LogoLocalFileIDCleared() { - _spec.ClearField(trustcentersettinghistory.FieldLogoLocalFileID, field.TypeString) - } - if value, ok := _u.mutation.FaviconRemoteURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldFaviconRemoteURL, field.TypeString, value) - } - if _u.mutation.FaviconRemoteURLCleared() { - _spec.ClearField(trustcentersettinghistory.FieldFaviconRemoteURL, field.TypeString) - } - if value, ok := _u.mutation.FaviconLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldFaviconLocalFileID, field.TypeString, value) - } - if _u.mutation.FaviconLocalFileIDCleared() { - _spec.ClearField(trustcentersettinghistory.FieldFaviconLocalFileID, field.TypeString) - } - if value, ok := _u.mutation.HeroImageLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldHeroImageLocalFileID, field.TypeString, value) - } - if _u.mutation.HeroImageLocalFileIDCleared() { - _spec.ClearField(trustcentersettinghistory.FieldHeroImageLocalFileID, field.TypeString) - } - if value, ok := _u.mutation.ThemeMode(); ok { - _spec.SetField(trustcentersettinghistory.FieldThemeMode, field.TypeEnum, value) - } - if _u.mutation.ThemeModeCleared() { - _spec.ClearField(trustcentersettinghistory.FieldThemeMode, field.TypeEnum) - } - if value, ok := _u.mutation.PrimaryColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldPrimaryColor, field.TypeString, value) - } - if _u.mutation.PrimaryColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldPrimaryColor, field.TypeString) - } - if value, ok := _u.mutation.Font(); ok { - _spec.SetField(trustcentersettinghistory.FieldFont, field.TypeString, value) - } - if _u.mutation.FontCleared() { - _spec.ClearField(trustcentersettinghistory.FieldFont, field.TypeString) - } - if value, ok := _u.mutation.ForegroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldForegroundColor, field.TypeString, value) - } - if _u.mutation.ForegroundColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldForegroundColor, field.TypeString) - } - if value, ok := _u.mutation.BackgroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldBackgroundColor, field.TypeString, value) - } - if _u.mutation.BackgroundColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldBackgroundColor, field.TypeString) - } - if value, ok := _u.mutation.AccentColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldAccentColor, field.TypeString, value) - } - if _u.mutation.AccentColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldAccentColor, field.TypeString) - } - if value, ok := _u.mutation.SecondaryBackgroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecondaryBackgroundColor, field.TypeString, value) - } - if _u.mutation.SecondaryBackgroundColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldSecondaryBackgroundColor, field.TypeString) - } - if value, ok := _u.mutation.SecondaryForegroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecondaryForegroundColor, field.TypeString, value) - } - if _u.mutation.SecondaryForegroundColorCleared() { - _spec.ClearField(trustcentersettinghistory.FieldSecondaryForegroundColor, field.TypeString) - } - if _u.mutation.EnvironmentCleared() { - _spec.ClearField(trustcentersettinghistory.FieldEnvironment, field.TypeEnum) - } - if value, ok := _u.mutation.RemoveBranding(); ok { - _spec.SetField(trustcentersettinghistory.FieldRemoveBranding, field.TypeBool, value) - } - if _u.mutation.RemoveBrandingCleared() { - _spec.ClearField(trustcentersettinghistory.FieldRemoveBranding, field.TypeBool) - } - if value, ok := _u.mutation.CompanyDomain(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyDomain, field.TypeString, value) - } - if _u.mutation.CompanyDomainCleared() { - _spec.ClearField(trustcentersettinghistory.FieldCompanyDomain, field.TypeString) - } - if value, ok := _u.mutation.SecurityContact(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecurityContact, field.TypeString, value) - } - if _u.mutation.SecurityContactCleared() { - _spec.ClearField(trustcentersettinghistory.FieldSecurityContact, field.TypeString) - } - if value, ok := _u.mutation.NdaApprovalRequired(); ok { - _spec.SetField(trustcentersettinghistory.FieldNdaApprovalRequired, field.TypeBool, value) - } - if _u.mutation.NdaApprovalRequiredCleared() { - _spec.ClearField(trustcentersettinghistory.FieldNdaApprovalRequired, field.TypeBool) - } - if value, ok := _u.mutation.AllowSubscribers(); ok { - _spec.SetField(trustcentersettinghistory.FieldAllowSubscribers, field.TypeBool, value) - } - if _u.mutation.AllowSubscribersCleared() { - _spec.ClearField(trustcentersettinghistory.FieldAllowSubscribers, field.TypeBool) - } - if value, ok := _u.mutation.NotifySubscribersOnSubprocessorChange(); ok { - _spec.SetField(trustcentersettinghistory.FieldNotifySubscribersOnSubprocessorChange, field.TypeBool, value) - } - if _u.mutation.NotifySubscribersOnSubprocessorChangeCleared() { - _spec.ClearField(trustcentersettinghistory.FieldNotifySubscribersOnSubprocessorChange, field.TypeBool) - } - if value, ok := _u.mutation.SubprocessorsNotifiedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldSubprocessorsNotifiedAt, field.TypeTime, value) - } - if _u.mutation.SubprocessorsNotifiedAtCleared() { - _spec.ClearField(trustcentersettinghistory.FieldSubprocessorsNotifiedAt, field.TypeTime) - } - if value, ok := _u.mutation.NdaApproverGroupID(); ok { - _spec.SetField(trustcentersettinghistory.FieldNdaApproverGroupID, field.TypeString, value) - } - if _u.mutation.NdaApproverGroupIDCleared() { - _spec.ClearField(trustcentersettinghistory.FieldNdaApproverGroupID, field.TypeString) - } - if value, ok := _u.mutation.StatusPageURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldStatusPageURL, field.TypeString, value) - } - if _u.mutation.StatusPageURLCleared() { - _spec.ClearField(trustcentersettinghistory.FieldStatusPageURL, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{trustcentersettinghistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// TrustCenterSettingHistoryUpdateOne is the builder for updating a single TrustCenterSettingHistory entity. -type TrustCenterSettingHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *TrustCenterSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearUpdatedAt() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearUpdatedBy() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearDeletedAt() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearDeletedBy() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterID sets the "trust_center_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetTrustCenterID(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetTrustCenterID(v) - return _u -} - -// SetNillableTrustCenterID sets the "trust_center_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableTrustCenterID(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterID(*v) - } - return _u -} - -// ClearTrustCenterID clears the value of the "trust_center_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearTrustCenterID() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearTrustCenterID() - return _u -} - -// SetTitle sets the "title" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetTitle(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetTitle(v) - return _u -} - -// SetNillableTitle sets the "title" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableTitle(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetTitle(*v) - } - return _u -} - -// ClearTitle clears the value of the "title" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearTitle() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearTitle() - return _u -} - -// SetCompanyName sets the "company_name" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetCompanyName(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetCompanyName(v) - return _u -} - -// SetNillableCompanyName sets the "company_name" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableCompanyName(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetCompanyName(*v) - } - return _u -} - -// ClearCompanyName clears the value of the "company_name" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearCompanyName() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearCompanyName() - return _u -} - -// SetCompanyDescription sets the "company_description" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetCompanyDescription(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetCompanyDescription(v) - return _u -} - -// SetNillableCompanyDescription sets the "company_description" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableCompanyDescription(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetCompanyDescription(*v) - } - return _u -} - -// ClearCompanyDescription clears the value of the "company_description" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearCompanyDescription() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearCompanyDescription() - return _u -} - -// SetOverview sets the "overview" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetOverview(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetOverview(v) - return _u -} - -// SetNillableOverview sets the "overview" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableOverview(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetOverview(*v) - } - return _u -} - -// ClearOverview clears the value of the "overview" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearOverview() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearOverview() - return _u -} - -// SetLogoRemoteURL sets the "logo_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetLogoRemoteURL(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetLogoRemoteURL(v) - return _u -} - -// SetNillableLogoRemoteURL sets the "logo_remote_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableLogoRemoteURL(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetLogoRemoteURL(*v) - } - return _u -} - -// ClearLogoRemoteURL clears the value of the "logo_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearLogoRemoteURL() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearLogoRemoteURL() - return _u -} - -// SetLogoLocalFileID sets the "logo_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetLogoLocalFileID(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetLogoLocalFileID(v) - return _u -} - -// SetNillableLogoLocalFileID sets the "logo_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableLogoLocalFileID(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetLogoLocalFileID(*v) - } - return _u -} - -// ClearLogoLocalFileID clears the value of the "logo_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearLogoLocalFileID() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearLogoLocalFileID() - return _u -} - -// SetFaviconRemoteURL sets the "favicon_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetFaviconRemoteURL(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetFaviconRemoteURL(v) - return _u -} - -// SetNillableFaviconRemoteURL sets the "favicon_remote_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableFaviconRemoteURL(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetFaviconRemoteURL(*v) - } - return _u -} - -// ClearFaviconRemoteURL clears the value of the "favicon_remote_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearFaviconRemoteURL() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearFaviconRemoteURL() - return _u -} - -// SetFaviconLocalFileID sets the "favicon_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetFaviconLocalFileID(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetFaviconLocalFileID(v) - return _u -} - -// SetNillableFaviconLocalFileID sets the "favicon_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableFaviconLocalFileID(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetFaviconLocalFileID(*v) - } - return _u -} - -// ClearFaviconLocalFileID clears the value of the "favicon_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearFaviconLocalFileID() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearFaviconLocalFileID() - return _u -} - -// SetHeroImageLocalFileID sets the "hero_image_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetHeroImageLocalFileID(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetHeroImageLocalFileID(v) - return _u -} - -// SetNillableHeroImageLocalFileID sets the "hero_image_local_file_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableHeroImageLocalFileID(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetHeroImageLocalFileID(*v) - } - return _u -} - -// ClearHeroImageLocalFileID clears the value of the "hero_image_local_file_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearHeroImageLocalFileID() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearHeroImageLocalFileID() - return _u -} - -// SetThemeMode sets the "theme_mode" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetThemeMode(v enums.TrustCenterThemeMode) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetThemeMode(v) - return _u -} - -// SetNillableThemeMode sets the "theme_mode" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableThemeMode(v *enums.TrustCenterThemeMode) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetThemeMode(*v) - } - return _u -} - -// ClearThemeMode clears the value of the "theme_mode" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearThemeMode() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearThemeMode() - return _u -} - -// SetPrimaryColor sets the "primary_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetPrimaryColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetPrimaryColor(v) - return _u -} - -// SetNillablePrimaryColor sets the "primary_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillablePrimaryColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetPrimaryColor(*v) - } - return _u -} - -// ClearPrimaryColor clears the value of the "primary_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearPrimaryColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearPrimaryColor() - return _u -} - -// SetFont sets the "font" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetFont(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetFont(v) - return _u -} - -// SetNillableFont sets the "font" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableFont(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetFont(*v) - } - return _u -} - -// ClearFont clears the value of the "font" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearFont() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearFont() - return _u -} - -// SetForegroundColor sets the "foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetForegroundColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetForegroundColor(v) - return _u -} - -// SetNillableForegroundColor sets the "foreground_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableForegroundColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetForegroundColor(*v) - } - return _u -} - -// ClearForegroundColor clears the value of the "foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearForegroundColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearForegroundColor() - return _u -} - -// SetBackgroundColor sets the "background_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetBackgroundColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetBackgroundColor(v) - return _u -} - -// SetNillableBackgroundColor sets the "background_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableBackgroundColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetBackgroundColor(*v) - } - return _u -} - -// ClearBackgroundColor clears the value of the "background_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearBackgroundColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearBackgroundColor() - return _u -} - -// SetAccentColor sets the "accent_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetAccentColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetAccentColor(v) - return _u -} - -// SetNillableAccentColor sets the "accent_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableAccentColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetAccentColor(*v) - } - return _u -} - -// ClearAccentColor clears the value of the "accent_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearAccentColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearAccentColor() - return _u -} - -// SetSecondaryBackgroundColor sets the "secondary_background_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetSecondaryBackgroundColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetSecondaryBackgroundColor(v) - return _u -} - -// SetNillableSecondaryBackgroundColor sets the "secondary_background_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableSecondaryBackgroundColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetSecondaryBackgroundColor(*v) - } - return _u -} - -// ClearSecondaryBackgroundColor clears the value of the "secondary_background_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearSecondaryBackgroundColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearSecondaryBackgroundColor() - return _u -} - -// SetSecondaryForegroundColor sets the "secondary_foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetSecondaryForegroundColor(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetSecondaryForegroundColor(v) - return _u -} - -// SetNillableSecondaryForegroundColor sets the "secondary_foreground_color" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableSecondaryForegroundColor(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetSecondaryForegroundColor(*v) - } - return _u -} - -// ClearSecondaryForegroundColor clears the value of the "secondary_foreground_color" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearSecondaryForegroundColor() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearSecondaryForegroundColor() - return _u -} - -// SetRemoveBranding sets the "remove_branding" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetRemoveBranding(v bool) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetRemoveBranding(v) - return _u -} - -// SetNillableRemoveBranding sets the "remove_branding" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableRemoveBranding(v *bool) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetRemoveBranding(*v) - } - return _u -} - -// ClearRemoveBranding clears the value of the "remove_branding" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearRemoveBranding() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearRemoveBranding() - return _u -} - -// SetCompanyDomain sets the "company_domain" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetCompanyDomain(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetCompanyDomain(v) - return _u +// TrustCenterSettingHistoryUpdate is the builder for updating TrustCenterSettingHistory entities. +type TrustCenterSettingHistoryUpdate struct { + config + hooks []Hook + mutation *TrustCenterSettingHistoryMutation } -// SetNillableCompanyDomain sets the "company_domain" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableCompanyDomain(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetCompanyDomain(*v) - } +// Where appends a list predicates to the TrustCenterSettingHistoryUpdate builder. +func (_u *TrustCenterSettingHistoryUpdate) Where(ps ...predicate.TrustCenterSettingHistory) *TrustCenterSettingHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearCompanyDomain clears the value of the "company_domain" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearCompanyDomain() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearCompanyDomain() - return _u +// Mutation returns the TrustCenterSettingHistoryMutation object of the builder. +func (_u *TrustCenterSettingHistoryUpdate) Mutation() *TrustCenterSettingHistoryMutation { + return _u.mutation } -// SetSecurityContact sets the "security_contact" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetSecurityContact(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetSecurityContact(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *TrustCenterSettingHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableSecurityContact sets the "security_contact" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableSecurityContact(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetSecurityContact(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *TrustCenterSettingHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearSecurityContact clears the value of the "security_contact" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearSecurityContact() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearSecurityContact() - return _u + return affected } -// SetNdaApprovalRequired sets the "nda_approval_required" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNdaApprovalRequired(v bool) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetNdaApprovalRequired(v) - return _u +// Exec executes the query. +func (_u *TrustCenterSettingHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableNdaApprovalRequired sets the "nda_approval_required" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableNdaApprovalRequired(v *bool) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetNdaApprovalRequired(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *TrustCenterSettingHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearNdaApprovalRequired clears the value of the "nda_approval_required" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearNdaApprovalRequired() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearNdaApprovalRequired() - return _u } -// SetAllowSubscribers sets the "allow_subscribers" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetAllowSubscribers(v bool) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetAllowSubscribers(v) - return _u -} - -// SetNillableAllowSubscribers sets the "allow_subscribers" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableAllowSubscribers(v *bool) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetAllowSubscribers(*v) +func (_u *TrustCenterSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(trustcentersettinghistory.Table, trustcentersettinghistory.Columns, sqlgraph.NewFieldSpec(trustcentersettinghistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearAllowSubscribers clears the value of the "allow_subscribers" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearAllowSubscribers() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearAllowSubscribers() - return _u -} - -// SetNotifySubscribersOnSubprocessorChange sets the "notify_subscribers_on_subprocessor_change" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNotifySubscribersOnSubprocessorChange(v bool) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetNotifySubscribersOnSubprocessorChange(v) - return _u -} - -// SetNillableNotifySubscribersOnSubprocessorChange sets the "notify_subscribers_on_subprocessor_change" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableNotifySubscribersOnSubprocessorChange(v *bool) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetNotifySubscribersOnSubprocessorChange(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(trustcentersettinghistory.FieldRef, field.TypeString) } - return _u -} - -// ClearNotifySubscribersOnSubprocessorChange clears the value of the "notify_subscribers_on_subprocessor_change" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearNotifySubscribersOnSubprocessorChange() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearNotifySubscribersOnSubprocessorChange() - return _u -} - -// SetSubprocessorsNotifiedAt sets the "subprocessors_notified_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetSubprocessorsNotifiedAt(v time.Time) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetSubprocessorsNotifiedAt(v) - return _u -} - -// SetNillableSubprocessorsNotifiedAt sets the "subprocessors_notified_at" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableSubprocessorsNotifiedAt(v *time.Time) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetSubprocessorsNotifiedAt(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(trustcentersettinghistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearSubprocessorsNotifiedAt clears the value of the "subprocessors_notified_at" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearSubprocessorsNotifiedAt() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearSubprocessorsNotifiedAt() - return _u -} - -// SetNdaApproverGroupID sets the "nda_approver_group_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNdaApproverGroupID(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetNdaApproverGroupID(v) - return _u -} - -// SetNillableNdaApproverGroupID sets the "nda_approver_group_id" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableNdaApproverGroupID(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetNdaApproverGroupID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(trustcentersettinghistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearNdaApproverGroupID clears the value of the "nda_approver_group_id" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearNdaApproverGroupID() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearNdaApproverGroupID() - return _u -} - -// SetStatusPageURL sets the "status_page_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) SetStatusPageURL(v string) *TrustCenterSettingHistoryUpdateOne { - _u.mutation.SetStatusPageURL(v) - return _u -} - -// SetNillableStatusPageURL sets the "status_page_url" field if the given value is not nil. -func (_u *TrustCenterSettingHistoryUpdateOne) SetNillableStatusPageURL(v *string) *TrustCenterSettingHistoryUpdateOne { - if v != nil { - _u.SetStatusPageURL(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(trustcentersettinghistory.FieldCreatedBy, field.TypeString) } - return _u + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(trustcentersettinghistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(trustcentersettinghistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(trustcentersettinghistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TrustCenterIDCleared() { + _spec.ClearField(trustcentersettinghistory.FieldTrustCenterID, field.TypeString) + } + if _u.mutation.TitleCleared() { + _spec.ClearField(trustcentersettinghistory.FieldTitle, field.TypeString) + } + if _u.mutation.CompanyNameCleared() { + _spec.ClearField(trustcentersettinghistory.FieldCompanyName, field.TypeString) + } + if _u.mutation.CompanyDescriptionCleared() { + _spec.ClearField(trustcentersettinghistory.FieldCompanyDescription, field.TypeString) + } + if _u.mutation.OverviewCleared() { + _spec.ClearField(trustcentersettinghistory.FieldOverview, field.TypeString) + } + if _u.mutation.LogoRemoteURLCleared() { + _spec.ClearField(trustcentersettinghistory.FieldLogoRemoteURL, field.TypeString) + } + if _u.mutation.LogoLocalFileIDCleared() { + _spec.ClearField(trustcentersettinghistory.FieldLogoLocalFileID, field.TypeString) + } + if _u.mutation.FaviconRemoteURLCleared() { + _spec.ClearField(trustcentersettinghistory.FieldFaviconRemoteURL, field.TypeString) + } + if _u.mutation.FaviconLocalFileIDCleared() { + _spec.ClearField(trustcentersettinghistory.FieldFaviconLocalFileID, field.TypeString) + } + if _u.mutation.HeroImageLocalFileIDCleared() { + _spec.ClearField(trustcentersettinghistory.FieldHeroImageLocalFileID, field.TypeString) + } + if _u.mutation.ThemeModeCleared() { + _spec.ClearField(trustcentersettinghistory.FieldThemeMode, field.TypeEnum) + } + if _u.mutation.PrimaryColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldPrimaryColor, field.TypeString) + } + if _u.mutation.FontCleared() { + _spec.ClearField(trustcentersettinghistory.FieldFont, field.TypeString) + } + if _u.mutation.ForegroundColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldForegroundColor, field.TypeString) + } + if _u.mutation.BackgroundColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldBackgroundColor, field.TypeString) + } + if _u.mutation.AccentColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldAccentColor, field.TypeString) + } + if _u.mutation.SecondaryBackgroundColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldSecondaryBackgroundColor, field.TypeString) + } + if _u.mutation.SecondaryForegroundColorCleared() { + _spec.ClearField(trustcentersettinghistory.FieldSecondaryForegroundColor, field.TypeString) + } + if _u.mutation.EnvironmentCleared() { + _spec.ClearField(trustcentersettinghistory.FieldEnvironment, field.TypeEnum) + } + if _u.mutation.RemoveBrandingCleared() { + _spec.ClearField(trustcentersettinghistory.FieldRemoveBranding, field.TypeBool) + } + if _u.mutation.CompanyDomainCleared() { + _spec.ClearField(trustcentersettinghistory.FieldCompanyDomain, field.TypeString) + } + if _u.mutation.SecurityContactCleared() { + _spec.ClearField(trustcentersettinghistory.FieldSecurityContact, field.TypeString) + } + if _u.mutation.NdaApprovalRequiredCleared() { + _spec.ClearField(trustcentersettinghistory.FieldNdaApprovalRequired, field.TypeBool) + } + if _u.mutation.AllowSubscribersCleared() { + _spec.ClearField(trustcentersettinghistory.FieldAllowSubscribers, field.TypeBool) + } + if _u.mutation.NotifySubscribersOnSubprocessorChangeCleared() { + _spec.ClearField(trustcentersettinghistory.FieldNotifySubscribersOnSubprocessorChange, field.TypeBool) + } + if _u.mutation.SubprocessorsNotifiedAtCleared() { + _spec.ClearField(trustcentersettinghistory.FieldSubprocessorsNotifiedAt, field.TypeTime) + } + if _u.mutation.NdaApproverGroupIDCleared() { + _spec.ClearField(trustcentersettinghistory.FieldNdaApproverGroupID, field.TypeString) + } + if _u.mutation.StatusPageURLCleared() { + _spec.ClearField(trustcentersettinghistory.FieldStatusPageURL, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{trustcentersettinghistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearStatusPageURL clears the value of the "status_page_url" field. -func (_u *TrustCenterSettingHistoryUpdateOne) ClearStatusPageURL() *TrustCenterSettingHistoryUpdateOne { - _u.mutation.ClearStatusPageURL() - return _u +// TrustCenterSettingHistoryUpdateOne is the builder for updating a single TrustCenterSettingHistory entity. +type TrustCenterSettingHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *TrustCenterSettingHistoryMutation } // Mutation returns the TrustCenterSettingHistoryMutation object of the builder. @@ -1621,9 +218,6 @@ func (_u *TrustCenterSettingHistoryUpdateOne) Select(field string, fields ...str // Save executes the query and returns the updated TrustCenterSettingHistory entity. func (_u *TrustCenterSettingHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterSettingHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1649,38 +243,7 @@ func (_u *TrustCenterSettingHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterSettingHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentersettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentersettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentersettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterSettingHistoryUpdateOne) check() error { - if v, ok := _u.mutation.ThemeMode(); ok { - if err := trustcentersettinghistory.ThemeModeValidator(v); err != nil { - return &ValidationError{Name: "theme_mode", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterSettingHistory.theme_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterSettingHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterSettingHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterSettingHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcentersettinghistory.Table, trustcentersettinghistory.Columns, sqlgraph.NewFieldSpec(trustcentersettinghistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1712,207 +275,108 @@ func (_u *TrustCenterSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcentersettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcentersettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcentersettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcentersettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentersettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcentersettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcentersettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentersettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcentersettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.TrustCenterID(); ok { - _spec.SetField(trustcentersettinghistory.FieldTrustCenterID, field.TypeString, value) - } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcentersettinghistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.Title(); ok { - _spec.SetField(trustcentersettinghistory.FieldTitle, field.TypeString, value) - } if _u.mutation.TitleCleared() { _spec.ClearField(trustcentersettinghistory.FieldTitle, field.TypeString) } - if value, ok := _u.mutation.CompanyName(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyName, field.TypeString, value) - } if _u.mutation.CompanyNameCleared() { _spec.ClearField(trustcentersettinghistory.FieldCompanyName, field.TypeString) } - if value, ok := _u.mutation.CompanyDescription(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyDescription, field.TypeString, value) - } if _u.mutation.CompanyDescriptionCleared() { _spec.ClearField(trustcentersettinghistory.FieldCompanyDescription, field.TypeString) } - if value, ok := _u.mutation.Overview(); ok { - _spec.SetField(trustcentersettinghistory.FieldOverview, field.TypeString, value) - } if _u.mutation.OverviewCleared() { _spec.ClearField(trustcentersettinghistory.FieldOverview, field.TypeString) } - if value, ok := _u.mutation.LogoRemoteURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldLogoRemoteURL, field.TypeString, value) - } if _u.mutation.LogoRemoteURLCleared() { _spec.ClearField(trustcentersettinghistory.FieldLogoRemoteURL, field.TypeString) } - if value, ok := _u.mutation.LogoLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldLogoLocalFileID, field.TypeString, value) - } if _u.mutation.LogoLocalFileIDCleared() { _spec.ClearField(trustcentersettinghistory.FieldLogoLocalFileID, field.TypeString) } - if value, ok := _u.mutation.FaviconRemoteURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldFaviconRemoteURL, field.TypeString, value) - } if _u.mutation.FaviconRemoteURLCleared() { _spec.ClearField(trustcentersettinghistory.FieldFaviconRemoteURL, field.TypeString) } - if value, ok := _u.mutation.FaviconLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldFaviconLocalFileID, field.TypeString, value) - } if _u.mutation.FaviconLocalFileIDCleared() { _spec.ClearField(trustcentersettinghistory.FieldFaviconLocalFileID, field.TypeString) } - if value, ok := _u.mutation.HeroImageLocalFileID(); ok { - _spec.SetField(trustcentersettinghistory.FieldHeroImageLocalFileID, field.TypeString, value) - } if _u.mutation.HeroImageLocalFileIDCleared() { _spec.ClearField(trustcentersettinghistory.FieldHeroImageLocalFileID, field.TypeString) } - if value, ok := _u.mutation.ThemeMode(); ok { - _spec.SetField(trustcentersettinghistory.FieldThemeMode, field.TypeEnum, value) - } if _u.mutation.ThemeModeCleared() { _spec.ClearField(trustcentersettinghistory.FieldThemeMode, field.TypeEnum) } - if value, ok := _u.mutation.PrimaryColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldPrimaryColor, field.TypeString, value) - } if _u.mutation.PrimaryColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldPrimaryColor, field.TypeString) } - if value, ok := _u.mutation.Font(); ok { - _spec.SetField(trustcentersettinghistory.FieldFont, field.TypeString, value) - } if _u.mutation.FontCleared() { _spec.ClearField(trustcentersettinghistory.FieldFont, field.TypeString) } - if value, ok := _u.mutation.ForegroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldForegroundColor, field.TypeString, value) - } if _u.mutation.ForegroundColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldForegroundColor, field.TypeString) } - if value, ok := _u.mutation.BackgroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldBackgroundColor, field.TypeString, value) - } if _u.mutation.BackgroundColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldBackgroundColor, field.TypeString) } - if value, ok := _u.mutation.AccentColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldAccentColor, field.TypeString, value) - } if _u.mutation.AccentColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldAccentColor, field.TypeString) } - if value, ok := _u.mutation.SecondaryBackgroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecondaryBackgroundColor, field.TypeString, value) - } if _u.mutation.SecondaryBackgroundColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldSecondaryBackgroundColor, field.TypeString) } - if value, ok := _u.mutation.SecondaryForegroundColor(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecondaryForegroundColor, field.TypeString, value) - } if _u.mutation.SecondaryForegroundColorCleared() { _spec.ClearField(trustcentersettinghistory.FieldSecondaryForegroundColor, field.TypeString) } if _u.mutation.EnvironmentCleared() { _spec.ClearField(trustcentersettinghistory.FieldEnvironment, field.TypeEnum) } - if value, ok := _u.mutation.RemoveBranding(); ok { - _spec.SetField(trustcentersettinghistory.FieldRemoveBranding, field.TypeBool, value) - } if _u.mutation.RemoveBrandingCleared() { _spec.ClearField(trustcentersettinghistory.FieldRemoveBranding, field.TypeBool) } - if value, ok := _u.mutation.CompanyDomain(); ok { - _spec.SetField(trustcentersettinghistory.FieldCompanyDomain, field.TypeString, value) - } if _u.mutation.CompanyDomainCleared() { _spec.ClearField(trustcentersettinghistory.FieldCompanyDomain, field.TypeString) } - if value, ok := _u.mutation.SecurityContact(); ok { - _spec.SetField(trustcentersettinghistory.FieldSecurityContact, field.TypeString, value) - } if _u.mutation.SecurityContactCleared() { _spec.ClearField(trustcentersettinghistory.FieldSecurityContact, field.TypeString) } - if value, ok := _u.mutation.NdaApprovalRequired(); ok { - _spec.SetField(trustcentersettinghistory.FieldNdaApprovalRequired, field.TypeBool, value) - } if _u.mutation.NdaApprovalRequiredCleared() { _spec.ClearField(trustcentersettinghistory.FieldNdaApprovalRequired, field.TypeBool) } - if value, ok := _u.mutation.AllowSubscribers(); ok { - _spec.SetField(trustcentersettinghistory.FieldAllowSubscribers, field.TypeBool, value) - } if _u.mutation.AllowSubscribersCleared() { _spec.ClearField(trustcentersettinghistory.FieldAllowSubscribers, field.TypeBool) } - if value, ok := _u.mutation.NotifySubscribersOnSubprocessorChange(); ok { - _spec.SetField(trustcentersettinghistory.FieldNotifySubscribersOnSubprocessorChange, field.TypeBool, value) - } if _u.mutation.NotifySubscribersOnSubprocessorChangeCleared() { _spec.ClearField(trustcentersettinghistory.FieldNotifySubscribersOnSubprocessorChange, field.TypeBool) } - if value, ok := _u.mutation.SubprocessorsNotifiedAt(); ok { - _spec.SetField(trustcentersettinghistory.FieldSubprocessorsNotifiedAt, field.TypeTime, value) - } if _u.mutation.SubprocessorsNotifiedAtCleared() { _spec.ClearField(trustcentersettinghistory.FieldSubprocessorsNotifiedAt, field.TypeTime) } - if value, ok := _u.mutation.NdaApproverGroupID(); ok { - _spec.SetField(trustcentersettinghistory.FieldNdaApproverGroupID, field.TypeString, value) - } if _u.mutation.NdaApproverGroupIDCleared() { _spec.ClearField(trustcentersettinghistory.FieldNdaApproverGroupID, field.TypeString) } - if value, ok := _u.mutation.StatusPageURL(); ok { - _spec.SetField(trustcentersettinghistory.FieldStatusPageURL, field.TypeString, value) - } if _u.mutation.StatusPageURLCleared() { _spec.ClearField(trustcentersettinghistory.FieldStatusPageURL, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterSettingHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcentersubprocessorhistory/trustcentersubprocessorhistory.go b/internal/ent/historygenerated/trustcentersubprocessorhistory/trustcentersubprocessorhistory.go index b335b332aa..5d4e195d5f 100644 --- a/internal/ent/historygenerated/trustcentersubprocessorhistory/trustcentersubprocessorhistory.go +++ b/internal/ent/historygenerated/trustcentersubprocessorhistory/trustcentersubprocessorhistory.go @@ -98,8 +98,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() string ) diff --git a/internal/ent/historygenerated/trustcentersubprocessorhistory_create.go b/internal/ent/historygenerated/trustcentersubprocessorhistory_create.go index 0669ee4c8a..ac153b90d1 100644 --- a/internal/ent/historygenerated/trustcentersubprocessorhistory_create.go +++ b/internal/ent/historygenerated/trustcentersubprocessorhistory_create.go @@ -338,7 +338,6 @@ func (_c *TrustCenterSubprocessorHistoryCreate) createSpec() (*TrustCenterSubpro _node = &TrustCenterSubprocessorHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcentersubprocessorhistory.Table, sqlgraph.NewFieldSpec(trustcentersubprocessorhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterSubprocessorHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcentersubprocessorhistory_delete.go b/internal/ent/historygenerated/trustcentersubprocessorhistory_delete.go index a48cc4967b..9cf28c7f13 100644 --- a/internal/ent/historygenerated/trustcentersubprocessorhistory_delete.go +++ b/internal/ent/historygenerated/trustcentersubprocessorhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersubprocessorhistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterSubprocessorHistoryDelete) ExecX(ctx context.Context) int { func (_d *TrustCenterSubprocessorHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcentersubprocessorhistory.Table, sqlgraph.NewFieldSpec(trustcentersubprocessorhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterSubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcentersubprocessorhistory_query.go b/internal/ent/historygenerated/trustcentersubprocessorhistory_query.go index adcb8a9c96..801bad99e2 100644 --- a/internal/ent/historygenerated/trustcentersubprocessorhistory_query.go +++ b/internal/ent/historygenerated/trustcentersubprocessorhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersubprocessorhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterSubprocessorHistoryQuery struct { order []trustcentersubprocessorhistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterSubprocessorHistory - loadTotal []func(context.Context, []*TrustCenterSubprocessorHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterSubprocessorHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterSubprocessorHistoryQuery) Clone() *TrustCenterSubprocessorH inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterSubprocessorHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterSubprocessorHistoryQuery) sqlAll(ctx context.Context, hooks nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterSubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterSubprocessorHistoryQuery) sqlAll(ctx context.Context, hooks func (_q *TrustCenterSubprocessorHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterSubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterSubprocessorHistoryQuery) sqlQuery(ctx context.Context) *sq if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterSubprocessorHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterSubprocessorHistoryQuery) sqlQuery(ctx context.Context) *sq return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterSubprocessorHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterSubprocessorHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcshq *TrustCenterSubprocessorHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterSubprocessorHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterSubprocessorHistorySelect) sqlScan(ctx context.Context, roo defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterSubprocessorHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterSubprocessorHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcentersubprocessorhistory_update.go b/internal/ent/historygenerated/trustcentersubprocessorhistory_update.go index ea8188bbec..3f6328677f 100644 --- a/internal/ent/historygenerated/trustcentersubprocessorhistory_update.go +++ b/internal/ent/historygenerated/trustcentersubprocessorhistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcentersubprocessorhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterSubprocessorHistoryUpdate is the builder for updating TrustCenterSubprocessorHistory entities. type TrustCenterSubprocessorHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterSubprocessorHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterSubprocessorHistoryMutation } // Where appends a list predicates to the TrustCenterSubprocessorHistoryUpdate builder. @@ -34,156 +29,6 @@ func (_u *TrustCenterSubprocessorHistoryUpdate) Where(ps ...predicate.TrustCente return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearUpdatedAt() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetUpdatedBy(v string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearUpdatedBy() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearDeletedAt() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetDeletedBy(v string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearDeletedBy() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterSubprocessorKindName sets the "trust_center_subprocessor_kind_name" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetTrustCenterSubprocessorKindName(v string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetTrustCenterSubprocessorKindName(v) - return _u -} - -// SetNillableTrustCenterSubprocessorKindName sets the "trust_center_subprocessor_kind_name" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableTrustCenterSubprocessorKindName(v *string) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetTrustCenterSubprocessorKindName(*v) - } - return _u -} - -// ClearTrustCenterSubprocessorKindName clears the value of the "trust_center_subprocessor_kind_name" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearTrustCenterSubprocessorKindName() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearTrustCenterSubprocessorKindName() - return _u -} - -// SetTrustCenterSubprocessorKindID sets the "trust_center_subprocessor_kind_id" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetTrustCenterSubprocessorKindID(v string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetTrustCenterSubprocessorKindID(v) - return _u -} - -// SetNillableTrustCenterSubprocessorKindID sets the "trust_center_subprocessor_kind_id" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetNillableTrustCenterSubprocessorKindID(v *string) *TrustCenterSubprocessorHistoryUpdate { - if v != nil { - _u.SetTrustCenterSubprocessorKindID(*v) - } - return _u -} - -// ClearTrustCenterSubprocessorKindID clears the value of the "trust_center_subprocessor_kind_id" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearTrustCenterSubprocessorKindID() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearTrustCenterSubprocessorKindID() - return _u -} - -// SetCountries sets the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) SetCountries(v []string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.SetCountries(v) - return _u -} - -// AppendCountries appends value to the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) AppendCountries(v []string) *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.AppendCountries(v) - return _u -} - -// ClearCountries clears the value of the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdate) ClearCountries() *TrustCenterSubprocessorHistoryUpdate { - _u.mutation.ClearCountries() - return _u -} - // Mutation returns the TrustCenterSubprocessorHistoryMutation object of the builder. func (_u *TrustCenterSubprocessorHistoryUpdate) Mutation() *TrustCenterSubprocessorHistoryMutation { return _u.mutation @@ -191,9 +36,6 @@ func (_u *TrustCenterSubprocessorHistoryUpdate) Mutation() *TrustCenterSubproces // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterSubprocessorHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -219,24 +61,6 @@ func (_u *TrustCenterSubprocessorHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterSubprocessorHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentersubprocessorhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentersubprocessorhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentersubprocessorhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterSubprocessorHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterSubprocessorHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterSubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { _spec := sqlgraph.NewUpdateSpec(trustcentersubprocessorhistory.Table, trustcentersubprocessorhistory.Columns, sqlgraph.NewFieldSpec(trustcentersubprocessorhistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { @@ -252,68 +76,36 @@ func (_u *TrustCenterSubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_n if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.TrustCenterSubprocessorKindName(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindName, field.TypeString, value) - } if _u.mutation.TrustCenterSubprocessorKindNameCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterSubprocessorKindID(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindID, field.TypeString, value) - } if _u.mutation.TrustCenterSubprocessorKindIDCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.Countries(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldCountries, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCountries(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcentersubprocessorhistory.FieldCountries, value) - }) - } if _u.mutation.CountriesCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCountries, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcentersubprocessorhistory.Label} @@ -329,160 +121,9 @@ func (_u *TrustCenterSubprocessorHistoryUpdate) sqlSave(ctx context.Context) (_n // TrustCenterSubprocessorHistoryUpdateOne is the builder for updating a single TrustCenterSubprocessorHistory entity. type TrustCenterSubprocessorHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterSubprocessorHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearUpdatedAt() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearUpdatedBy() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearDeletedAt() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearDeletedBy() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTrustCenterSubprocessorKindName sets the "trust_center_subprocessor_kind_name" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetTrustCenterSubprocessorKindName(v string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetTrustCenterSubprocessorKindName(v) - return _u -} - -// SetNillableTrustCenterSubprocessorKindName sets the "trust_center_subprocessor_kind_name" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableTrustCenterSubprocessorKindName(v *string) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterSubprocessorKindName(*v) - } - return _u -} - -// ClearTrustCenterSubprocessorKindName clears the value of the "trust_center_subprocessor_kind_name" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearTrustCenterSubprocessorKindName() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearTrustCenterSubprocessorKindName() - return _u -} - -// SetTrustCenterSubprocessorKindID sets the "trust_center_subprocessor_kind_id" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetTrustCenterSubprocessorKindID(v string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetTrustCenterSubprocessorKindID(v) - return _u -} - -// SetNillableTrustCenterSubprocessorKindID sets the "trust_center_subprocessor_kind_id" field if the given value is not nil. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetNillableTrustCenterSubprocessorKindID(v *string) *TrustCenterSubprocessorHistoryUpdateOne { - if v != nil { - _u.SetTrustCenterSubprocessorKindID(*v) - } - return _u -} - -// ClearTrustCenterSubprocessorKindID clears the value of the "trust_center_subprocessor_kind_id" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearTrustCenterSubprocessorKindID() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearTrustCenterSubprocessorKindID() - return _u -} - -// SetCountries sets the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) SetCountries(v []string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.SetCountries(v) - return _u -} - -// AppendCountries appends value to the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) AppendCountries(v []string) *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.AppendCountries(v) - return _u -} - -// ClearCountries clears the value of the "countries" field. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) ClearCountries() *TrustCenterSubprocessorHistoryUpdateOne { - _u.mutation.ClearCountries() - return _u + fields []string + hooks []Hook + mutation *TrustCenterSubprocessorHistoryMutation } // Mutation returns the TrustCenterSubprocessorHistoryMutation object of the builder. @@ -505,9 +146,6 @@ func (_u *TrustCenterSubprocessorHistoryUpdateOne) Select(field string, fields . // Save executes the query and returns the updated TrustCenterSubprocessorHistory entity. func (_u *TrustCenterSubprocessorHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterSubprocessorHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -533,24 +171,6 @@ func (_u *TrustCenterSubprocessorHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcentersubprocessorhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcentersubprocessorhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcentersubprocessorhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterSubprocessorHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterSubprocessorHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterSubprocessorHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterSubprocessorHistory, err error) { _spec := sqlgraph.NewUpdateSpec(trustcentersubprocessorhistory.Table, trustcentersubprocessorhistory.Columns, sqlgraph.NewFieldSpec(trustcentersubprocessorhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() @@ -583,68 +203,36 @@ func (_u *TrustCenterSubprocessorHistoryUpdateOne) sqlSave(ctx context.Context) if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.TrustCenterSubprocessorKindName(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindName, field.TypeString, value) - } if _u.mutation.TrustCenterSubprocessorKindNameCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindName, field.TypeString) } - if value, ok := _u.mutation.TrustCenterSubprocessorKindID(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindID, field.TypeString, value) - } if _u.mutation.TrustCenterSubprocessorKindIDCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterSubprocessorKindID, field.TypeString) } if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.Countries(); ok { - _spec.SetField(trustcentersubprocessorhistory.FieldCountries, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCountries(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, trustcentersubprocessorhistory.FieldCountries, value) - }) - } if _u.mutation.CountriesCleared() { _spec.ClearField(trustcentersubprocessorhistory.FieldCountries, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterSubprocessorHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterSubprocessorHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/trustcenterwatermarkconfighistory/trustcenterwatermarkconfighistory.go b/internal/ent/historygenerated/trustcenterwatermarkconfighistory/trustcenterwatermarkconfighistory.go index f5af13873a..6f2cd388e5 100644 --- a/internal/ent/historygenerated/trustcenterwatermarkconfighistory/trustcenterwatermarkconfighistory.go +++ b/internal/ent/historygenerated/trustcenterwatermarkconfighistory/trustcenterwatermarkconfighistory.go @@ -114,8 +114,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultIsEnabled holds the default value on creation for the "is_enabled" field. DefaultIsEnabled bool // DefaultFontSize holds the default value on creation for the "font_size" field. diff --git a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_create.go b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_create.go index 7e6b3eb84f..787b557875 100644 --- a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_create.go +++ b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_create.go @@ -451,7 +451,6 @@ func (_c *TrustCenterWatermarkConfigHistoryCreate) createSpec() (*TrustCenterWat _node = &TrustCenterWatermarkConfigHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(trustcenterwatermarkconfighistory.Table, sqlgraph.NewFieldSpec(trustcenterwatermarkconfighistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.TrustCenterWatermarkConfigHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_delete.go b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_delete.go index 387856f44d..e61a8f842c 100644 --- a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_delete.go +++ b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterwatermarkconfighistory" ) @@ -45,8 +43,6 @@ func (_d *TrustCenterWatermarkConfigHistoryDelete) ExecX(ctx context.Context) in func (_d *TrustCenterWatermarkConfigHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(trustcenterwatermarkconfighistory.Table, sqlgraph.NewFieldSpec(trustcenterwatermarkconfighistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.TrustCenterWatermarkConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_query.go b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_query.go index 2f69eb5beb..b806d79129 100644 --- a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_query.go +++ b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterwatermarkconfighistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type TrustCenterWatermarkConfigHistoryQuery struct { order []trustcenterwatermarkconfighistory.OrderOption inters []Interceptor predicates []predicate.TrustCenterWatermarkConfigHistory - loadTotal []func(context.Context, []*TrustCenterWatermarkConfigHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*TrustCenterWatermarkConfigHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *TrustCenterWatermarkConfigHistoryQuery) Clone() *TrustCenterWatermarkC inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.TrustCenterWatermarkConfigHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *TrustCenterWatermarkConfigHistoryQuery) sqlAll(ctx context.Context, ho nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.TrustCenterWatermarkConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *TrustCenterWatermarkConfigHistoryQuery) sqlAll(ctx context.Context, ho func (_q *TrustCenterWatermarkConfigHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.TrustCenterWatermarkConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *TrustCenterWatermarkConfigHistoryQuery) sqlQuery(ctx context.Context) if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.TrustCenterWatermarkConfigHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *TrustCenterWatermarkConfigHistoryQuery) sqlQuery(ctx context.Context) return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *TrustCenterWatermarkConfigHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterWatermarkConfigHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (tcwchq *TrustCenterWatermarkConfigHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "TrustCenterWatermarkConfigHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *TrustCenterWatermarkConfigHistorySelect) sqlScan(ctx context.Context, defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *TrustCenterWatermarkConfigHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *TrustCenterWatermarkConfigHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_update.go b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_update.go index 9a1cf3522c..01e33a6b64 100644 --- a/internal/ent/historygenerated/trustcenterwatermarkconfighistory_update.go +++ b/internal/ent/historygenerated/trustcenterwatermarkconfighistory_update.go @@ -8,24 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/trustcenterwatermarkconfighistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // TrustCenterWatermarkConfigHistoryUpdate is the builder for updating TrustCenterWatermarkConfigHistory entities. type TrustCenterWatermarkConfigHistoryUpdate struct { config - hooks []Hook - mutation *TrustCenterWatermarkConfigHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *TrustCenterWatermarkConfigHistoryMutation } // Where appends a list predicates to the TrustCenterWatermarkConfigHistoryUpdate builder. @@ -34,279 +29,6 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) Where(ps ...predicate.TrustCe return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetUpdatedAt(v time.Time) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearUpdatedAt() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetUpdatedBy(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableUpdatedBy(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearUpdatedBy() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetUpdatedByImpersonator(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearUpdatedByImpersonator() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetDeletedAt(v time.Time) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableDeletedAt(v *time.Time) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearDeletedAt() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetDeletedBy(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableDeletedBy(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearDeletedBy() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetIsEnabled sets the "is_enabled" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetIsEnabled(v bool) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetIsEnabled(v) - return _u -} - -// SetNillableIsEnabled sets the "is_enabled" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableIsEnabled(v *bool) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetIsEnabled(*v) - } - return _u -} - -// ClearIsEnabled clears the value of the "is_enabled" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearIsEnabled() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearIsEnabled() - return _u -} - -// SetLogoID sets the "logo_id" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetLogoID(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetLogoID(v) - return _u -} - -// SetNillableLogoID sets the "logo_id" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableLogoID(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetLogoID(*v) - } - return _u -} - -// ClearLogoID clears the value of the "logo_id" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearLogoID() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearLogoID() - return _u -} - -// SetText sets the "text" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetText(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetText(v) - return _u -} - -// SetNillableText sets the "text" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableText(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetText(*v) - } - return _u -} - -// ClearText clears the value of the "text" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearText() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearText() - return _u -} - -// SetFontSize sets the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetFontSize(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ResetFontSize() - _u.mutation.SetFontSize(v) - return _u -} - -// SetNillableFontSize sets the "font_size" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableFontSize(v *float64) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetFontSize(*v) - } - return _u -} - -// AddFontSize adds value to the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) AddFontSize(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.AddFontSize(v) - return _u -} - -// ClearFontSize clears the value of the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearFontSize() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearFontSize() - return _u -} - -// SetOpacity sets the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetOpacity(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ResetOpacity() - _u.mutation.SetOpacity(v) - return _u -} - -// SetNillableOpacity sets the "opacity" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableOpacity(v *float64) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetOpacity(*v) - } - return _u -} - -// AddOpacity adds value to the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) AddOpacity(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.AddOpacity(v) - return _u -} - -// ClearOpacity clears the value of the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearOpacity() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearOpacity() - return _u -} - -// SetRotation sets the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetRotation(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ResetRotation() - _u.mutation.SetRotation(v) - return _u -} - -// SetNillableRotation sets the "rotation" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableRotation(v *float64) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetRotation(*v) - } - return _u -} - -// AddRotation adds value to the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) AddRotation(v float64) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.AddRotation(v) - return _u -} - -// ClearRotation clears the value of the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearRotation() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearRotation() - return _u -} - -// SetColor sets the "color" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetColor(v string) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetColor(v) - return _u -} - -// SetNillableColor sets the "color" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableColor(v *string) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetColor(*v) - } - return _u -} - -// ClearColor clears the value of the "color" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearColor() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearColor() - return _u -} - -// SetFont sets the "font" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetFont(v enums.Font) *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.SetFont(v) - return _u -} - -// SetNillableFont sets the "font" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) SetNillableFont(v *enums.Font) *TrustCenterWatermarkConfigHistoryUpdate { - if v != nil { - _u.SetFont(*v) - } - return _u -} - -// ClearFont clears the value of the "font" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) ClearFont() *TrustCenterWatermarkConfigHistoryUpdate { - _u.mutation.ClearFont() - return _u -} - // Mutation returns the TrustCenterWatermarkConfigHistoryMutation object of the builder. func (_u *TrustCenterWatermarkConfigHistoryUpdate) Mutation() *TrustCenterWatermarkConfigHistoryMutation { return _u.mutation @@ -314,9 +36,6 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) Mutation() *TrustCenterWaterm // Save executes the query and returns the number of nodes affected by the update operation. func (_u *TrustCenterWatermarkConfigHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -342,38 +61,7 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) check() error { - if v, ok := _u.mutation.Font(); ok { - if err := trustcenterwatermarkconfighistory.FontValidator(v); err != nil { - return &ValidationError{Name: "font", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterWatermarkConfigHistory.font": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterWatermarkConfigHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterWatermarkConfigHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterWatermarkConfigHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterwatermarkconfighistory.Table, trustcenterwatermarkconfighistory.Columns, sqlgraph.NewFieldSpec(trustcenterwatermarkconfighistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -388,36 +76,21 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) sqlSave(ctx context.Context) if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldDeletedBy, field.TypeString) } @@ -427,66 +100,30 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) sqlSave(ctx context.Context) if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.IsEnabled(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldIsEnabled, field.TypeBool, value) - } if _u.mutation.IsEnabledCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldIsEnabled, field.TypeBool) } - if value, ok := _u.mutation.LogoID(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldLogoID, field.TypeString, value) - } if _u.mutation.LogoIDCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldLogoID, field.TypeString) } - if value, ok := _u.mutation.Text(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldText, field.TypeString, value) - } if _u.mutation.TextCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldText, field.TypeString) } - if value, ok := _u.mutation.FontSize(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedFontSize(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64, value) - } if _u.mutation.FontSizeCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64) } - if value, ok := _u.mutation.Opacity(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedOpacity(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64, value) - } if _u.mutation.OpacityCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64) } - if value, ok := _u.mutation.Rotation(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedRotation(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64, value) - } if _u.mutation.RotationCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64) } - if value, ok := _u.mutation.Color(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldColor, field.TypeString, value) - } if _u.mutation.ColorCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldColor, field.TypeString) } - if value, ok := _u.mutation.Font(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldFont, field.TypeEnum, value) - } if _u.mutation.FontCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldFont, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterWatermarkConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{trustcenterwatermarkconfighistory.Label} @@ -502,283 +139,9 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdate) sqlSave(ctx context.Context) // TrustCenterWatermarkConfigHistoryUpdateOne is the builder for updating a single TrustCenterWatermarkConfigHistory entity. type TrustCenterWatermarkConfigHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *TrustCenterWatermarkConfigHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetUpdatedAt(v time.Time) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearUpdatedAt() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetUpdatedBy(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableUpdatedBy(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearUpdatedBy() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetUpdatedByImpersonator(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearUpdatedByImpersonator() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetDeletedAt(v time.Time) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearDeletedAt() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetDeletedBy(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableDeletedBy(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearDeletedBy() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetIsEnabled sets the "is_enabled" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetIsEnabled(v bool) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetIsEnabled(v) - return _u -} - -// SetNillableIsEnabled sets the "is_enabled" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableIsEnabled(v *bool) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetIsEnabled(*v) - } - return _u -} - -// ClearIsEnabled clears the value of the "is_enabled" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearIsEnabled() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearIsEnabled() - return _u -} - -// SetLogoID sets the "logo_id" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetLogoID(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetLogoID(v) - return _u -} - -// SetNillableLogoID sets the "logo_id" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableLogoID(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetLogoID(*v) - } - return _u -} - -// ClearLogoID clears the value of the "logo_id" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearLogoID() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearLogoID() - return _u -} - -// SetText sets the "text" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetText(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetText(v) - return _u -} - -// SetNillableText sets the "text" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableText(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetText(*v) - } - return _u -} - -// ClearText clears the value of the "text" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearText() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearText() - return _u -} - -// SetFontSize sets the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetFontSize(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ResetFontSize() - _u.mutation.SetFontSize(v) - return _u -} - -// SetNillableFontSize sets the "font_size" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableFontSize(v *float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetFontSize(*v) - } - return _u -} - -// AddFontSize adds value to the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) AddFontSize(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.AddFontSize(v) - return _u -} - -// ClearFontSize clears the value of the "font_size" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearFontSize() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearFontSize() - return _u -} - -// SetOpacity sets the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetOpacity(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ResetOpacity() - _u.mutation.SetOpacity(v) - return _u -} - -// SetNillableOpacity sets the "opacity" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableOpacity(v *float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetOpacity(*v) - } - return _u -} - -// AddOpacity adds value to the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) AddOpacity(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.AddOpacity(v) - return _u -} - -// ClearOpacity clears the value of the "opacity" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearOpacity() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearOpacity() - return _u -} - -// SetRotation sets the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetRotation(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ResetRotation() - _u.mutation.SetRotation(v) - return _u -} - -// SetNillableRotation sets the "rotation" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableRotation(v *float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetRotation(*v) - } - return _u -} - -// AddRotation adds value to the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) AddRotation(v float64) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.AddRotation(v) - return _u -} - -// ClearRotation clears the value of the "rotation" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearRotation() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearRotation() - return _u -} - -// SetColor sets the "color" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetColor(v string) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetColor(v) - return _u -} - -// SetNillableColor sets the "color" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableColor(v *string) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetColor(*v) - } - return _u -} - -// ClearColor clears the value of the "color" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearColor() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearColor() - return _u -} - -// SetFont sets the "font" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetFont(v enums.Font) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.SetFont(v) - return _u -} - -// SetNillableFont sets the "font" field if the given value is not nil. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) SetNillableFont(v *enums.Font) *TrustCenterWatermarkConfigHistoryUpdateOne { - if v != nil { - _u.SetFont(*v) - } - return _u -} - -// ClearFont clears the value of the "font" field. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ClearFont() *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.mutation.ClearFont() - return _u + fields []string + hooks []Hook + mutation *TrustCenterWatermarkConfigHistoryMutation } // Mutation returns the TrustCenterWatermarkConfigHistoryMutation object of the builder. @@ -801,9 +164,6 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) Select(field string, field // Save executes the query and returns the updated TrustCenterWatermarkConfigHistory entity. func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) Save(ctx context.Context) (*TrustCenterWatermarkConfigHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -829,38 +189,7 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) ExecX(ctx context.Context) } } -// defaults sets the default values of the builder before save. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := trustcenterwatermarkconfighistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Font(); ok { - if err := trustcenterwatermarkconfighistory.FontValidator(v); err != nil { - return &ValidationError{Name: "font", err: fmt.Errorf(`historygenerated: validator failed for field "TrustCenterWatermarkConfigHistory.font": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *TrustCenterWatermarkConfigHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) sqlSave(ctx context.Context) (_node *TrustCenterWatermarkConfigHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(trustcenterwatermarkconfighistory.Table, trustcenterwatermarkconfighistory.Columns, sqlgraph.NewFieldSpec(trustcenterwatermarkconfighistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -892,36 +221,21 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) sqlSave(ctx context.Contex if _u.mutation.CreatedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldDeletedBy, field.TypeString) } @@ -931,66 +245,30 @@ func (_u *TrustCenterWatermarkConfigHistoryUpdateOne) sqlSave(ctx context.Contex if _u.mutation.TrustCenterIDCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldTrustCenterID, field.TypeString) } - if value, ok := _u.mutation.IsEnabled(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldIsEnabled, field.TypeBool, value) - } if _u.mutation.IsEnabledCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldIsEnabled, field.TypeBool) } - if value, ok := _u.mutation.LogoID(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldLogoID, field.TypeString, value) - } if _u.mutation.LogoIDCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldLogoID, field.TypeString) } - if value, ok := _u.mutation.Text(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldText, field.TypeString, value) - } if _u.mutation.TextCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldText, field.TypeString) } - if value, ok := _u.mutation.FontSize(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedFontSize(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64, value) - } if _u.mutation.FontSizeCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldFontSize, field.TypeFloat64) } - if value, ok := _u.mutation.Opacity(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedOpacity(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64, value) - } if _u.mutation.OpacityCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldOpacity, field.TypeFloat64) } - if value, ok := _u.mutation.Rotation(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedRotation(); ok { - _spec.AddField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64, value) - } if _u.mutation.RotationCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldRotation, field.TypeFloat64) } - if value, ok := _u.mutation.Color(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldColor, field.TypeString, value) - } if _u.mutation.ColorCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldColor, field.TypeString) } - if value, ok := _u.mutation.Font(); ok { - _spec.SetField(trustcenterwatermarkconfighistory.FieldFont, field.TypeEnum, value) - } if _u.mutation.FontCleared() { _spec.ClearField(trustcenterwatermarkconfighistory.FieldFont, field.TypeEnum) } - _spec.Node.Schema = _u.schemaConfig.TrustCenterWatermarkConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &TrustCenterWatermarkConfigHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/userhistory/userhistory.go b/internal/ent/historygenerated/userhistory/userhistory.go index 22ac0862d5..e93e464051 100644 --- a/internal/ent/historygenerated/userhistory/userhistory.go +++ b/internal/ent/historygenerated/userhistory/userhistory.go @@ -141,14 +141,10 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultAvatarUpdatedAt holds the default value on creation for the "avatar_updated_at" field. DefaultAvatarUpdatedAt func() time.Time - // UpdateDefaultLastSeen holds the default value on update for the "last_seen" field. - UpdateDefaultLastSeen func() time.Time // DefaultScimActive holds the default value on creation for the "scim_active" field. DefaultScimActive bool // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/userhistory_create.go b/internal/ent/historygenerated/userhistory_create.go index 0b4aadd39f..b0fa6317b5 100644 --- a/internal/ent/historygenerated/userhistory_create.go +++ b/internal/ent/historygenerated/userhistory_create.go @@ -566,7 +566,6 @@ func (_c *UserHistoryCreate) createSpec() (*UserHistory, *sqlgraph.CreateSpec) { _node = &UserHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(userhistory.Table, sqlgraph.NewFieldSpec(userhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.UserHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/userhistory_delete.go b/internal/ent/historygenerated/userhistory_delete.go index 80e303d120..292d252a98 100644 --- a/internal/ent/historygenerated/userhistory_delete.go +++ b/internal/ent/historygenerated/userhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/userhistory" ) @@ -45,8 +43,6 @@ func (_d *UserHistoryDelete) ExecX(ctx context.Context) int { func (_d *UserHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(userhistory.Table, sqlgraph.NewFieldSpec(userhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.UserHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/userhistory_query.go b/internal/ent/historygenerated/userhistory_query.go index bdfebbcdc1..ea37fbc2c1 100644 --- a/internal/ent/historygenerated/userhistory_query.go +++ b/internal/ent/historygenerated/userhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/userhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type UserHistoryQuery struct { order []userhistory.OrderOption inters []Interceptor predicates []predicate.UserHistory - loadTotal []func(context.Context, []*UserHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*UserHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *UserHistoryQuery) Clone() *UserHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.UserHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *UserHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.UserHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *UserHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHook) ([]* func (_q *UserHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.UserHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *UserHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.UserHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *UserHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *UserHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *UserHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (uhq *UserHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "UserHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *UserHistorySelect) sqlScan(ctx context.Context, root *UserHistoryQuery defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *UserHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *UserHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/userhistory_update.go b/internal/ent/historygenerated/userhistory_update.go index d22bc2a20e..70848d46f4 100644 --- a/internal/ent/historygenerated/userhistory_update.go +++ b/internal/ent/historygenerated/userhistory_update.go @@ -8,1138 +8,155 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/userhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// UserHistoryUpdate is the builder for updating UserHistory entities. -type UserHistoryUpdate struct { - config - hooks []Hook - mutation *UserHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the UserHistoryUpdate builder. -func (_u *UserHistoryUpdate) Where(ps ...predicate.UserHistory) *UserHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *UserHistoryUpdate) SetUpdatedAt(v time.Time) *UserHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *UserHistoryUpdate) ClearUpdatedAt() *UserHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *UserHistoryUpdate) SetUpdatedBy(v string) *UserHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableUpdatedBy(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *UserHistoryUpdate) ClearUpdatedBy() *UserHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *UserHistoryUpdate) SetDeletedAt(v time.Time) *UserHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableDeletedAt(v *time.Time) *UserHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *UserHistoryUpdate) ClearDeletedAt() *UserHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *UserHistoryUpdate) SetDeletedBy(v string) *UserHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableDeletedBy(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *UserHistoryUpdate) ClearDeletedBy() *UserHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *UserHistoryUpdate) SetTags(v []string) *UserHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *UserHistoryUpdate) AppendTags(v []string) *UserHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *UserHistoryUpdate) ClearTags() *UserHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetEmail sets the "email" field. -func (_u *UserHistoryUpdate) SetEmail(v string) *UserHistoryUpdate { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableEmail(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetFirstName sets the "first_name" field. -func (_u *UserHistoryUpdate) SetFirstName(v string) *UserHistoryUpdate { - _u.mutation.SetFirstName(v) - return _u -} - -// SetNillableFirstName sets the "first_name" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableFirstName(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetFirstName(*v) - } - return _u -} - -// ClearFirstName clears the value of the "first_name" field. -func (_u *UserHistoryUpdate) ClearFirstName() *UserHistoryUpdate { - _u.mutation.ClearFirstName() - return _u -} - -// SetLastName sets the "last_name" field. -func (_u *UserHistoryUpdate) SetLastName(v string) *UserHistoryUpdate { - _u.mutation.SetLastName(v) - return _u -} - -// SetNillableLastName sets the "last_name" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableLastName(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetLastName(*v) - } - return _u -} - -// ClearLastName clears the value of the "last_name" field. -func (_u *UserHistoryUpdate) ClearLastName() *UserHistoryUpdate { - _u.mutation.ClearLastName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *UserHistoryUpdate) SetDisplayName(v string) *UserHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableDisplayName(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *UserHistoryUpdate) SetAvatarRemoteURL(v string) *UserHistoryUpdate { - _u.mutation.SetAvatarRemoteURL(v) - return _u -} - -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableAvatarRemoteURL(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetAvatarRemoteURL(*v) - } - return _u -} - -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *UserHistoryUpdate) ClearAvatarRemoteURL() *UserHistoryUpdate { - _u.mutation.ClearAvatarRemoteURL() - return _u -} - -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *UserHistoryUpdate) SetAvatarLocalFileID(v string) *UserHistoryUpdate { - _u.mutation.SetAvatarLocalFileID(v) - return _u -} - -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableAvatarLocalFileID(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetAvatarLocalFileID(*v) - } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *UserHistoryUpdate) ClearAvatarLocalFileID() *UserHistoryUpdate { - _u.mutation.ClearAvatarLocalFileID() - return _u -} - -// SetAvatarUpdatedAt sets the "avatar_updated_at" field. -func (_u *UserHistoryUpdate) SetAvatarUpdatedAt(v time.Time) *UserHistoryUpdate { - _u.mutation.SetAvatarUpdatedAt(v) - return _u -} - -// SetNillableAvatarUpdatedAt sets the "avatar_updated_at" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableAvatarUpdatedAt(v *time.Time) *UserHistoryUpdate { - if v != nil { - _u.SetAvatarUpdatedAt(*v) - } - return _u -} - -// ClearAvatarUpdatedAt clears the value of the "avatar_updated_at" field. -func (_u *UserHistoryUpdate) ClearAvatarUpdatedAt() *UserHistoryUpdate { - _u.mutation.ClearAvatarUpdatedAt() - return _u -} - -// SetLastSeen sets the "last_seen" field. -func (_u *UserHistoryUpdate) SetLastSeen(v time.Time) *UserHistoryUpdate { - _u.mutation.SetLastSeen(v) - return _u -} - -// ClearLastSeen clears the value of the "last_seen" field. -func (_u *UserHistoryUpdate) ClearLastSeen() *UserHistoryUpdate { - _u.mutation.ClearLastSeen() - return _u -} - -// SetLastLoginProvider sets the "last_login_provider" field. -func (_u *UserHistoryUpdate) SetLastLoginProvider(v enums.AuthProvider) *UserHistoryUpdate { - _u.mutation.SetLastLoginProvider(v) - return _u -} - -// SetNillableLastLoginProvider sets the "last_login_provider" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableLastLoginProvider(v *enums.AuthProvider) *UserHistoryUpdate { - if v != nil { - _u.SetLastLoginProvider(*v) - } - return _u -} - -// ClearLastLoginProvider clears the value of the "last_login_provider" field. -func (_u *UserHistoryUpdate) ClearLastLoginProvider() *UserHistoryUpdate { - _u.mutation.ClearLastLoginProvider() - return _u -} - -// SetPassword sets the "password" field. -func (_u *UserHistoryUpdate) SetPassword(v string) *UserHistoryUpdate { - _u.mutation.SetPassword(v) - return _u -} - -// SetNillablePassword sets the "password" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillablePassword(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetPassword(*v) - } - return _u -} - -// ClearPassword clears the value of the "password" field. -func (_u *UserHistoryUpdate) ClearPassword() *UserHistoryUpdate { - _u.mutation.ClearPassword() - return _u -} - -// SetSub sets the "sub" field. -func (_u *UserHistoryUpdate) SetSub(v string) *UserHistoryUpdate { - _u.mutation.SetSub(v) - return _u -} - -// SetNillableSub sets the "sub" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableSub(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetSub(*v) - } - return _u -} - -// ClearSub clears the value of the "sub" field. -func (_u *UserHistoryUpdate) ClearSub() *UserHistoryUpdate { - _u.mutation.ClearSub() - return _u -} - -// SetAuthProvider sets the "auth_provider" field. -func (_u *UserHistoryUpdate) SetAuthProvider(v enums.AuthProvider) *UserHistoryUpdate { - _u.mutation.SetAuthProvider(v) - return _u -} - -// SetNillableAuthProvider sets the "auth_provider" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableAuthProvider(v *enums.AuthProvider) *UserHistoryUpdate { - if v != nil { - _u.SetAuthProvider(*v) - } - return _u -} - -// SetRole sets the "role" field. -func (_u *UserHistoryUpdate) SetRole(v enums.Role) *UserHistoryUpdate { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableRole(v *enums.Role) *UserHistoryUpdate { - if v != nil { - _u.SetRole(*v) - } - return _u -} - -// ClearRole clears the value of the "role" field. -func (_u *UserHistoryUpdate) ClearRole() *UserHistoryUpdate { - _u.mutation.ClearRole() - return _u -} - -// SetScimExternalID sets the "scim_external_id" field. -func (_u *UserHistoryUpdate) SetScimExternalID(v string) *UserHistoryUpdate { - _u.mutation.SetScimExternalID(v) - return _u -} - -// SetNillableScimExternalID sets the "scim_external_id" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableScimExternalID(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetScimExternalID(*v) - } - return _u -} - -// ClearScimExternalID clears the value of the "scim_external_id" field. -func (_u *UserHistoryUpdate) ClearScimExternalID() *UserHistoryUpdate { - _u.mutation.ClearScimExternalID() - return _u -} - -// SetScimUsername sets the "scim_username" field. -func (_u *UserHistoryUpdate) SetScimUsername(v string) *UserHistoryUpdate { - _u.mutation.SetScimUsername(v) - return _u -} - -// SetNillableScimUsername sets the "scim_username" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableScimUsername(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetScimUsername(*v) - } - return _u -} - -// ClearScimUsername clears the value of the "scim_username" field. -func (_u *UserHistoryUpdate) ClearScimUsername() *UserHistoryUpdate { - _u.mutation.ClearScimUsername() - return _u -} - -// SetScimActive sets the "scim_active" field. -func (_u *UserHistoryUpdate) SetScimActive(v bool) *UserHistoryUpdate { - _u.mutation.SetScimActive(v) - return _u -} - -// SetNillableScimActive sets the "scim_active" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableScimActive(v *bool) *UserHistoryUpdate { - if v != nil { - _u.SetScimActive(*v) - } - return _u -} - -// ClearScimActive clears the value of the "scim_active" field. -func (_u *UserHistoryUpdate) ClearScimActive() *UserHistoryUpdate { - _u.mutation.ClearScimActive() - return _u -} - -// SetScimPreferredLanguage sets the "scim_preferred_language" field. -func (_u *UserHistoryUpdate) SetScimPreferredLanguage(v string) *UserHistoryUpdate { - _u.mutation.SetScimPreferredLanguage(v) - return _u -} - -// SetNillableScimPreferredLanguage sets the "scim_preferred_language" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableScimPreferredLanguage(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetScimPreferredLanguage(*v) - } - return _u -} - -// ClearScimPreferredLanguage clears the value of the "scim_preferred_language" field. -func (_u *UserHistoryUpdate) ClearScimPreferredLanguage() *UserHistoryUpdate { - _u.mutation.ClearScimPreferredLanguage() - return _u -} - -// SetScimLocale sets the "scim_locale" field. -func (_u *UserHistoryUpdate) SetScimLocale(v string) *UserHistoryUpdate { - _u.mutation.SetScimLocale(v) - return _u -} - -// SetNillableScimLocale sets the "scim_locale" field if the given value is not nil. -func (_u *UserHistoryUpdate) SetNillableScimLocale(v *string) *UserHistoryUpdate { - if v != nil { - _u.SetScimLocale(*v) - } - return _u -} - -// ClearScimLocale clears the value of the "scim_locale" field. -func (_u *UserHistoryUpdate) ClearScimLocale() *UserHistoryUpdate { - _u.mutation.ClearScimLocale() - return _u -} - -// Mutation returns the UserHistoryMutation object of the builder. -func (_u *UserHistoryUpdate) Mutation() *UserHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *UserHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *UserHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *UserHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *UserHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *UserHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if userhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized userhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := userhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - if _, ok := _u.mutation.LastSeen(); !ok && !_u.mutation.LastSeenCleared() { - if userhistory.UpdateDefaultLastSeen == nil { - return fmt.Errorf("historygenerated: uninitialized userhistory.UpdateDefaultLastSeen (forgotten import historygenerated/runtime?)") - } - v := userhistory.UpdateDefaultLastSeen() - _u.mutation.SetLastSeen(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *UserHistoryUpdate) check() error { - if v, ok := _u.mutation.LastLoginProvider(); ok { - if err := userhistory.LastLoginProviderValidator(v); err != nil { - return &ValidationError{Name: "last_login_provider", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.last_login_provider": %w`, err)} - } - } - if v, ok := _u.mutation.AuthProvider(); ok { - if err := userhistory.AuthProviderValidator(v); err != nil { - return &ValidationError{Name: "auth_provider", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.auth_provider": %w`, err)} - } - } - if v, ok := _u.mutation.Role(); ok { - if err := userhistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *UserHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *UserHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *UserHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(userhistory.Table, userhistory.Columns, sqlgraph.NewFieldSpec(userhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(userhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(userhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(userhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(userhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(userhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(userhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(userhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(userhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(userhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(userhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(userhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(userhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, userhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(userhistory.FieldTags, field.TypeJSON) - } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(userhistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.FirstName(); ok { - _spec.SetField(userhistory.FieldFirstName, field.TypeString, value) - } - if _u.mutation.FirstNameCleared() { - _spec.ClearField(userhistory.FieldFirstName, field.TypeString) - } - if value, ok := _u.mutation.LastName(); ok { - _spec.SetField(userhistory.FieldLastName, field.TypeString, value) - } - if _u.mutation.LastNameCleared() { - _spec.ClearField(userhistory.FieldLastName, field.TypeString) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(userhistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(userhistory.FieldAvatarRemoteURL, field.TypeString, value) - } - if _u.mutation.AvatarRemoteURLCleared() { - _spec.ClearField(userhistory.FieldAvatarRemoteURL, field.TypeString) - } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(userhistory.FieldAvatarLocalFileID, field.TypeString, value) - } - if _u.mutation.AvatarLocalFileIDCleared() { - _spec.ClearField(userhistory.FieldAvatarLocalFileID, field.TypeString) - } - if value, ok := _u.mutation.AvatarUpdatedAt(); ok { - _spec.SetField(userhistory.FieldAvatarUpdatedAt, field.TypeTime, value) - } - if _u.mutation.AvatarUpdatedAtCleared() { - _spec.ClearField(userhistory.FieldAvatarUpdatedAt, field.TypeTime) - } - if value, ok := _u.mutation.LastSeen(); ok { - _spec.SetField(userhistory.FieldLastSeen, field.TypeTime, value) - } - if _u.mutation.LastSeenCleared() { - _spec.ClearField(userhistory.FieldLastSeen, field.TypeTime) - } - if value, ok := _u.mutation.LastLoginProvider(); ok { - _spec.SetField(userhistory.FieldLastLoginProvider, field.TypeEnum, value) - } - if _u.mutation.LastLoginProviderCleared() { - _spec.ClearField(userhistory.FieldLastLoginProvider, field.TypeEnum) - } - if value, ok := _u.mutation.Password(); ok { - _spec.SetField(userhistory.FieldPassword, field.TypeString, value) - } - if _u.mutation.PasswordCleared() { - _spec.ClearField(userhistory.FieldPassword, field.TypeString) - } - if value, ok := _u.mutation.Sub(); ok { - _spec.SetField(userhistory.FieldSub, field.TypeString, value) - } - if _u.mutation.SubCleared() { - _spec.ClearField(userhistory.FieldSub, field.TypeString) - } - if value, ok := _u.mutation.AuthProvider(); ok { - _spec.SetField(userhistory.FieldAuthProvider, field.TypeEnum, value) - } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(userhistory.FieldRole, field.TypeEnum, value) - } - if _u.mutation.RoleCleared() { - _spec.ClearField(userhistory.FieldRole, field.TypeEnum) - } - if value, ok := _u.mutation.ScimExternalID(); ok { - _spec.SetField(userhistory.FieldScimExternalID, field.TypeString, value) - } - if _u.mutation.ScimExternalIDCleared() { - _spec.ClearField(userhistory.FieldScimExternalID, field.TypeString) - } - if value, ok := _u.mutation.ScimUsername(); ok { - _spec.SetField(userhistory.FieldScimUsername, field.TypeString, value) - } - if _u.mutation.ScimUsernameCleared() { - _spec.ClearField(userhistory.FieldScimUsername, field.TypeString) - } - if value, ok := _u.mutation.ScimActive(); ok { - _spec.SetField(userhistory.FieldScimActive, field.TypeBool, value) - } - if _u.mutation.ScimActiveCleared() { - _spec.ClearField(userhistory.FieldScimActive, field.TypeBool) - } - if value, ok := _u.mutation.ScimPreferredLanguage(); ok { - _spec.SetField(userhistory.FieldScimPreferredLanguage, field.TypeString, value) - } - if _u.mutation.ScimPreferredLanguageCleared() { - _spec.ClearField(userhistory.FieldScimPreferredLanguage, field.TypeString) - } - if value, ok := _u.mutation.ScimLocale(); ok { - _spec.SetField(userhistory.FieldScimLocale, field.TypeString, value) - } - if _u.mutation.ScimLocaleCleared() { - _spec.ClearField(userhistory.FieldScimLocale, field.TypeString) - } - _spec.Node.Schema = _u.schemaConfig.UserHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{userhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// UserHistoryUpdateOne is the builder for updating a single UserHistory entity. -type UserHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *UserHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *UserHistoryUpdateOne) SetUpdatedAt(v time.Time) *UserHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *UserHistoryUpdateOne) ClearUpdatedAt() *UserHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *UserHistoryUpdateOne) SetUpdatedBy(v string) *UserHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableUpdatedBy(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *UserHistoryUpdateOne) ClearUpdatedBy() *UserHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *UserHistoryUpdateOne) SetDeletedAt(v time.Time) *UserHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *UserHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *UserHistoryUpdateOne) ClearDeletedAt() *UserHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *UserHistoryUpdateOne) SetDeletedBy(v string) *UserHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableDeletedBy(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *UserHistoryUpdateOne) ClearDeletedBy() *UserHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *UserHistoryUpdateOne) SetTags(v []string) *UserHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *UserHistoryUpdateOne) AppendTags(v []string) *UserHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *UserHistoryUpdateOne) ClearTags() *UserHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetEmail sets the "email" field. -func (_u *UserHistoryUpdateOne) SetEmail(v string) *UserHistoryUpdateOne { - _u.mutation.SetEmail(v) - return _u -} - -// SetNillableEmail sets the "email" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableEmail(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetEmail(*v) - } - return _u -} - -// SetFirstName sets the "first_name" field. -func (_u *UserHistoryUpdateOne) SetFirstName(v string) *UserHistoryUpdateOne { - _u.mutation.SetFirstName(v) - return _u -} - -// SetNillableFirstName sets the "first_name" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableFirstName(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetFirstName(*v) - } - return _u -} - -// ClearFirstName clears the value of the "first_name" field. -func (_u *UserHistoryUpdateOne) ClearFirstName() *UserHistoryUpdateOne { - _u.mutation.ClearFirstName() - return _u -} - -// SetLastName sets the "last_name" field. -func (_u *UserHistoryUpdateOne) SetLastName(v string) *UserHistoryUpdateOne { - _u.mutation.SetLastName(v) - return _u -} - -// SetNillableLastName sets the "last_name" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableLastName(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetLastName(*v) - } - return _u -} - -// ClearLastName clears the value of the "last_name" field. -func (_u *UserHistoryUpdateOne) ClearLastName() *UserHistoryUpdateOne { - _u.mutation.ClearLastName() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *UserHistoryUpdateOne) SetDisplayName(v string) *UserHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableDisplayName(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// SetAvatarRemoteURL sets the "avatar_remote_url" field. -func (_u *UserHistoryUpdateOne) SetAvatarRemoteURL(v string) *UserHistoryUpdateOne { - _u.mutation.SetAvatarRemoteURL(v) - return _u +// UserHistoryUpdate is the builder for updating UserHistory entities. +type UserHistoryUpdate struct { + config + hooks []Hook + mutation *UserHistoryMutation } -// SetNillableAvatarRemoteURL sets the "avatar_remote_url" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableAvatarRemoteURL(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetAvatarRemoteURL(*v) - } +// Where appends a list predicates to the UserHistoryUpdate builder. +func (_u *UserHistoryUpdate) Where(ps ...predicate.UserHistory) *UserHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// ClearAvatarRemoteURL clears the value of the "avatar_remote_url" field. -func (_u *UserHistoryUpdateOne) ClearAvatarRemoteURL() *UserHistoryUpdateOne { - _u.mutation.ClearAvatarRemoteURL() - return _u +// Mutation returns the UserHistoryMutation object of the builder. +func (_u *UserHistoryUpdate) Mutation() *UserHistoryMutation { + return _u.mutation } -// SetAvatarLocalFileID sets the "avatar_local_file_id" field. -func (_u *UserHistoryUpdateOne) SetAvatarLocalFileID(v string) *UserHistoryUpdateOne { - _u.mutation.SetAvatarLocalFileID(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *UserHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableAvatarLocalFileID sets the "avatar_local_file_id" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableAvatarLocalFileID(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetAvatarLocalFileID(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *UserHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearAvatarLocalFileID clears the value of the "avatar_local_file_id" field. -func (_u *UserHistoryUpdateOne) ClearAvatarLocalFileID() *UserHistoryUpdateOne { - _u.mutation.ClearAvatarLocalFileID() - return _u + return affected } -// SetAvatarUpdatedAt sets the "avatar_updated_at" field. -func (_u *UserHistoryUpdateOne) SetAvatarUpdatedAt(v time.Time) *UserHistoryUpdateOne { - _u.mutation.SetAvatarUpdatedAt(v) - return _u +// Exec executes the query. +func (_u *UserHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableAvatarUpdatedAt sets the "avatar_updated_at" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableAvatarUpdatedAt(v *time.Time) *UserHistoryUpdateOne { - if v != nil { - _u.SetAvatarUpdatedAt(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *UserHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearAvatarUpdatedAt clears the value of the "avatar_updated_at" field. -func (_u *UserHistoryUpdateOne) ClearAvatarUpdatedAt() *UserHistoryUpdateOne { - _u.mutation.ClearAvatarUpdatedAt() - return _u -} - -// SetLastSeen sets the "last_seen" field. -func (_u *UserHistoryUpdateOne) SetLastSeen(v time.Time) *UserHistoryUpdateOne { - _u.mutation.SetLastSeen(v) - return _u -} - -// ClearLastSeen clears the value of the "last_seen" field. -func (_u *UserHistoryUpdateOne) ClearLastSeen() *UserHistoryUpdateOne { - _u.mutation.ClearLastSeen() - return _u } -// SetLastLoginProvider sets the "last_login_provider" field. -func (_u *UserHistoryUpdateOne) SetLastLoginProvider(v enums.AuthProvider) *UserHistoryUpdateOne { - _u.mutation.SetLastLoginProvider(v) - return _u -} - -// SetNillableLastLoginProvider sets the "last_login_provider" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableLastLoginProvider(v *enums.AuthProvider) *UserHistoryUpdateOne { - if v != nil { - _u.SetLastLoginProvider(*v) +func (_u *UserHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(userhistory.Table, userhistory.Columns, sqlgraph.NewFieldSpec(userhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearLastLoginProvider clears the value of the "last_login_provider" field. -func (_u *UserHistoryUpdateOne) ClearLastLoginProvider() *UserHistoryUpdateOne { - _u.mutation.ClearLastLoginProvider() - return _u -} - -// SetPassword sets the "password" field. -func (_u *UserHistoryUpdateOne) SetPassword(v string) *UserHistoryUpdateOne { - _u.mutation.SetPassword(v) - return _u -} - -// SetNillablePassword sets the "password" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillablePassword(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetPassword(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(userhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearPassword clears the value of the "password" field. -func (_u *UserHistoryUpdateOne) ClearPassword() *UserHistoryUpdateOne { - _u.mutation.ClearPassword() - return _u -} - -// SetSub sets the "sub" field. -func (_u *UserHistoryUpdateOne) SetSub(v string) *UserHistoryUpdateOne { - _u.mutation.SetSub(v) - return _u -} - -// SetNillableSub sets the "sub" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableSub(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetSub(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(userhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearSub clears the value of the "sub" field. -func (_u *UserHistoryUpdateOne) ClearSub() *UserHistoryUpdateOne { - _u.mutation.ClearSub() - return _u -} - -// SetAuthProvider sets the "auth_provider" field. -func (_u *UserHistoryUpdateOne) SetAuthProvider(v enums.AuthProvider) *UserHistoryUpdateOne { - _u.mutation.SetAuthProvider(v) - return _u -} - -// SetNillableAuthProvider sets the "auth_provider" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableAuthProvider(v *enums.AuthProvider) *UserHistoryUpdateOne { - if v != nil { - _u.SetAuthProvider(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(userhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// SetRole sets the "role" field. -func (_u *UserHistoryUpdateOne) SetRole(v enums.Role) *UserHistoryUpdateOne { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableRole(v *enums.Role) *UserHistoryUpdateOne { - if v != nil { - _u.SetRole(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(userhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearRole clears the value of the "role" field. -func (_u *UserHistoryUpdateOne) ClearRole() *UserHistoryUpdateOne { - _u.mutation.ClearRole() - return _u -} - -// SetScimExternalID sets the "scim_external_id" field. -func (_u *UserHistoryUpdateOne) SetScimExternalID(v string) *UserHistoryUpdateOne { - _u.mutation.SetScimExternalID(v) - return _u -} - -// SetNillableScimExternalID sets the "scim_external_id" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableScimExternalID(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetScimExternalID(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(userhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearScimExternalID clears the value of the "scim_external_id" field. -func (_u *UserHistoryUpdateOne) ClearScimExternalID() *UserHistoryUpdateOne { - _u.mutation.ClearScimExternalID() - return _u -} - -// SetScimUsername sets the "scim_username" field. -func (_u *UserHistoryUpdateOne) SetScimUsername(v string) *UserHistoryUpdateOne { - _u.mutation.SetScimUsername(v) - return _u -} - -// SetNillableScimUsername sets the "scim_username" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableScimUsername(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetScimUsername(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(userhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearScimUsername clears the value of the "scim_username" field. -func (_u *UserHistoryUpdateOne) ClearScimUsername() *UserHistoryUpdateOne { - _u.mutation.ClearScimUsername() - return _u -} - -// SetScimActive sets the "scim_active" field. -func (_u *UserHistoryUpdateOne) SetScimActive(v bool) *UserHistoryUpdateOne { - _u.mutation.SetScimActive(v) - return _u -} - -// SetNillableScimActive sets the "scim_active" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableScimActive(v *bool) *UserHistoryUpdateOne { - if v != nil { - _u.SetScimActive(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(userhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearScimActive clears the value of the "scim_active" field. -func (_u *UserHistoryUpdateOne) ClearScimActive() *UserHistoryUpdateOne { - _u.mutation.ClearScimActive() - return _u -} - -// SetScimPreferredLanguage sets the "scim_preferred_language" field. -func (_u *UserHistoryUpdateOne) SetScimPreferredLanguage(v string) *UserHistoryUpdateOne { - _u.mutation.SetScimPreferredLanguage(v) - return _u -} - -// SetNillableScimPreferredLanguage sets the "scim_preferred_language" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableScimPreferredLanguage(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetScimPreferredLanguage(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(userhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearScimPreferredLanguage clears the value of the "scim_preferred_language" field. -func (_u *UserHistoryUpdateOne) ClearScimPreferredLanguage() *UserHistoryUpdateOne { - _u.mutation.ClearScimPreferredLanguage() - return _u -} - -// SetScimLocale sets the "scim_locale" field. -func (_u *UserHistoryUpdateOne) SetScimLocale(v string) *UserHistoryUpdateOne { - _u.mutation.SetScimLocale(v) - return _u -} - -// SetNillableScimLocale sets the "scim_locale" field if the given value is not nil. -func (_u *UserHistoryUpdateOne) SetNillableScimLocale(v *string) *UserHistoryUpdateOne { - if v != nil { - _u.SetScimLocale(*v) + if _u.mutation.FirstNameCleared() { + _spec.ClearField(userhistory.FieldFirstName, field.TypeString) } - return _u + if _u.mutation.LastNameCleared() { + _spec.ClearField(userhistory.FieldLastName, field.TypeString) + } + if _u.mutation.AvatarRemoteURLCleared() { + _spec.ClearField(userhistory.FieldAvatarRemoteURL, field.TypeString) + } + if _u.mutation.AvatarLocalFileIDCleared() { + _spec.ClearField(userhistory.FieldAvatarLocalFileID, field.TypeString) + } + if _u.mutation.AvatarUpdatedAtCleared() { + _spec.ClearField(userhistory.FieldAvatarUpdatedAt, field.TypeTime) + } + if _u.mutation.LastSeenCleared() { + _spec.ClearField(userhistory.FieldLastSeen, field.TypeTime) + } + if _u.mutation.LastLoginProviderCleared() { + _spec.ClearField(userhistory.FieldLastLoginProvider, field.TypeEnum) + } + if _u.mutation.PasswordCleared() { + _spec.ClearField(userhistory.FieldPassword, field.TypeString) + } + if _u.mutation.SubCleared() { + _spec.ClearField(userhistory.FieldSub, field.TypeString) + } + if _u.mutation.RoleCleared() { + _spec.ClearField(userhistory.FieldRole, field.TypeEnum) + } + if _u.mutation.ScimExternalIDCleared() { + _spec.ClearField(userhistory.FieldScimExternalID, field.TypeString) + } + if _u.mutation.ScimUsernameCleared() { + _spec.ClearField(userhistory.FieldScimUsername, field.TypeString) + } + if _u.mutation.ScimActiveCleared() { + _spec.ClearField(userhistory.FieldScimActive, field.TypeBool) + } + if _u.mutation.ScimPreferredLanguageCleared() { + _spec.ClearField(userhistory.FieldScimPreferredLanguage, field.TypeString) + } + if _u.mutation.ScimLocaleCleared() { + _spec.ClearField(userhistory.FieldScimLocale, field.TypeString) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{userhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearScimLocale clears the value of the "scim_locale" field. -func (_u *UserHistoryUpdateOne) ClearScimLocale() *UserHistoryUpdateOne { - _u.mutation.ClearScimLocale() - return _u +// UserHistoryUpdateOne is the builder for updating a single UserHistory entity. +type UserHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *UserHistoryMutation } // Mutation returns the UserHistoryMutation object of the builder. @@ -1162,9 +179,6 @@ func (_u *UserHistoryUpdateOne) Select(field string, fields ...string) *UserHist // Save executes the query and returns the updated UserHistory entity. func (_u *UserHistoryUpdateOne) Save(ctx context.Context) (*UserHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1190,55 +204,7 @@ func (_u *UserHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *UserHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if userhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized userhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := userhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - if _, ok := _u.mutation.LastSeen(); !ok && !_u.mutation.LastSeenCleared() { - if userhistory.UpdateDefaultLastSeen == nil { - return fmt.Errorf("historygenerated: uninitialized userhistory.UpdateDefaultLastSeen (forgotten import historygenerated/runtime?)") - } - v := userhistory.UpdateDefaultLastSeen() - _u.mutation.SetLastSeen(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *UserHistoryUpdateOne) check() error { - if v, ok := _u.mutation.LastLoginProvider(); ok { - if err := userhistory.LastLoginProviderValidator(v); err != nil { - return &ValidationError{Name: "last_login_provider", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.last_login_provider": %w`, err)} - } - } - if v, ok := _u.mutation.AuthProvider(); ok { - if err := userhistory.AuthProviderValidator(v); err != nil { - return &ValidationError{Name: "auth_provider", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.auth_provider": %w`, err)} - } - } - if v, ok := _u.mutation.Role(); ok { - if err := userhistory.RoleValidator(v); err != nil { - return &ValidationError{Name: "role", err: fmt.Errorf(`historygenerated: validator failed for field "UserHistory.role": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *UserHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *UserHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *UserHistoryUpdateOne) sqlSave(ctx context.Context) (_node *UserHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(userhistory.Table, userhistory.Columns, sqlgraph.NewFieldSpec(userhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1270,146 +236,69 @@ func (_u *UserHistoryUpdateOne) sqlSave(ctx context.Context) (_node *UserHistory if _u.mutation.CreatedAtCleared() { _spec.ClearField(userhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(userhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(userhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(userhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(userhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(userhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(userhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(userhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(userhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(userhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(userhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, userhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(userhistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.Email(); ok { - _spec.SetField(userhistory.FieldEmail, field.TypeString, value) - } - if value, ok := _u.mutation.FirstName(); ok { - _spec.SetField(userhistory.FieldFirstName, field.TypeString, value) - } if _u.mutation.FirstNameCleared() { _spec.ClearField(userhistory.FieldFirstName, field.TypeString) } - if value, ok := _u.mutation.LastName(); ok { - _spec.SetField(userhistory.FieldLastName, field.TypeString, value) - } if _u.mutation.LastNameCleared() { _spec.ClearField(userhistory.FieldLastName, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(userhistory.FieldDisplayName, field.TypeString, value) - } - if value, ok := _u.mutation.AvatarRemoteURL(); ok { - _spec.SetField(userhistory.FieldAvatarRemoteURL, field.TypeString, value) - } if _u.mutation.AvatarRemoteURLCleared() { _spec.ClearField(userhistory.FieldAvatarRemoteURL, field.TypeString) } - if value, ok := _u.mutation.AvatarLocalFileID(); ok { - _spec.SetField(userhistory.FieldAvatarLocalFileID, field.TypeString, value) - } if _u.mutation.AvatarLocalFileIDCleared() { _spec.ClearField(userhistory.FieldAvatarLocalFileID, field.TypeString) } - if value, ok := _u.mutation.AvatarUpdatedAt(); ok { - _spec.SetField(userhistory.FieldAvatarUpdatedAt, field.TypeTime, value) - } if _u.mutation.AvatarUpdatedAtCleared() { _spec.ClearField(userhistory.FieldAvatarUpdatedAt, field.TypeTime) } - if value, ok := _u.mutation.LastSeen(); ok { - _spec.SetField(userhistory.FieldLastSeen, field.TypeTime, value) - } if _u.mutation.LastSeenCleared() { _spec.ClearField(userhistory.FieldLastSeen, field.TypeTime) } - if value, ok := _u.mutation.LastLoginProvider(); ok { - _spec.SetField(userhistory.FieldLastLoginProvider, field.TypeEnum, value) - } if _u.mutation.LastLoginProviderCleared() { _spec.ClearField(userhistory.FieldLastLoginProvider, field.TypeEnum) } - if value, ok := _u.mutation.Password(); ok { - _spec.SetField(userhistory.FieldPassword, field.TypeString, value) - } if _u.mutation.PasswordCleared() { _spec.ClearField(userhistory.FieldPassword, field.TypeString) } - if value, ok := _u.mutation.Sub(); ok { - _spec.SetField(userhistory.FieldSub, field.TypeString, value) - } if _u.mutation.SubCleared() { _spec.ClearField(userhistory.FieldSub, field.TypeString) } - if value, ok := _u.mutation.AuthProvider(); ok { - _spec.SetField(userhistory.FieldAuthProvider, field.TypeEnum, value) - } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(userhistory.FieldRole, field.TypeEnum, value) - } if _u.mutation.RoleCleared() { _spec.ClearField(userhistory.FieldRole, field.TypeEnum) } - if value, ok := _u.mutation.ScimExternalID(); ok { - _spec.SetField(userhistory.FieldScimExternalID, field.TypeString, value) - } if _u.mutation.ScimExternalIDCleared() { _spec.ClearField(userhistory.FieldScimExternalID, field.TypeString) } - if value, ok := _u.mutation.ScimUsername(); ok { - _spec.SetField(userhistory.FieldScimUsername, field.TypeString, value) - } if _u.mutation.ScimUsernameCleared() { _spec.ClearField(userhistory.FieldScimUsername, field.TypeString) } - if value, ok := _u.mutation.ScimActive(); ok { - _spec.SetField(userhistory.FieldScimActive, field.TypeBool, value) - } if _u.mutation.ScimActiveCleared() { _spec.ClearField(userhistory.FieldScimActive, field.TypeBool) } - if value, ok := _u.mutation.ScimPreferredLanguage(); ok { - _spec.SetField(userhistory.FieldScimPreferredLanguage, field.TypeString, value) - } if _u.mutation.ScimPreferredLanguageCleared() { _spec.ClearField(userhistory.FieldScimPreferredLanguage, field.TypeString) } - if value, ok := _u.mutation.ScimLocale(); ok { - _spec.SetField(userhistory.FieldScimLocale, field.TypeString, value) - } if _u.mutation.ScimLocaleCleared() { _spec.ClearField(userhistory.FieldScimLocale, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.UserHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &UserHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/usersettinghistory/usersettinghistory.go b/internal/ent/historygenerated/usersettinghistory/usersettinghistory.go index 4e2da20e4a..963874727e 100644 --- a/internal/ent/historygenerated/usersettinghistory/usersettinghistory.go +++ b/internal/ent/historygenerated/usersettinghistory/usersettinghistory.go @@ -123,8 +123,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultLocked holds the default value on creation for the "locked" field. diff --git a/internal/ent/historygenerated/usersettinghistory_create.go b/internal/ent/historygenerated/usersettinghistory_create.go index 463df03fee..62bc51c154 100644 --- a/internal/ent/historygenerated/usersettinghistory_create.go +++ b/internal/ent/historygenerated/usersettinghistory_create.go @@ -494,7 +494,6 @@ func (_c *UserSettingHistoryCreate) createSpec() (*UserSettingHistory, *sqlgraph _node = &UserSettingHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(usersettinghistory.Table, sqlgraph.NewFieldSpec(usersettinghistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.UserSettingHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/usersettinghistory_delete.go b/internal/ent/historygenerated/usersettinghistory_delete.go index 3411b6b870..a6ce4faf62 100644 --- a/internal/ent/historygenerated/usersettinghistory_delete.go +++ b/internal/ent/historygenerated/usersettinghistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/usersettinghistory" ) @@ -45,8 +43,6 @@ func (_d *UserSettingHistoryDelete) ExecX(ctx context.Context) int { func (_d *UserSettingHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(usersettinghistory.Table, sqlgraph.NewFieldSpec(usersettinghistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.UserSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/usersettinghistory_query.go b/internal/ent/historygenerated/usersettinghistory_query.go index b6168e0d29..bbd6483401 100644 --- a/internal/ent/historygenerated/usersettinghistory_query.go +++ b/internal/ent/historygenerated/usersettinghistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/usersettinghistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type UserSettingHistoryQuery struct { order []usersettinghistory.OrderOption inters []Interceptor predicates []predicate.UserSettingHistory - loadTotal []func(context.Context, []*UserSettingHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*UserSettingHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *UserSettingHistoryQuery) Clone() *UserSettingHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.UserSettingHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *UserSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.UserSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *UserSettingHistoryQuery) sqlAll(ctx context.Context, hooks ...queryHoo func (_q *UserSettingHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.UserSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *UserSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.UserSettingHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *UserSettingHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector { return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *UserSettingHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *UserSettingHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (ushq *UserSettingHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "UserSettingHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *UserSettingHistorySelect) sqlScan(ctx context.Context, root *UserSetti defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *UserSettingHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *UserSettingHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/usersettinghistory_update.go b/internal/ent/historygenerated/usersettinghistory_update.go index 01502655c3..c2c183816f 100644 --- a/internal/ent/historygenerated/usersettinghistory_update.go +++ b/internal/ent/historygenerated/usersettinghistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/usersettinghistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // UserSettingHistoryUpdate is the builder for updating UserSettingHistory entities. type UserSettingHistoryUpdate struct { config - hooks []Hook - mutation *UserSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *UserSettingHistoryMutation } // Where appends a list predicates to the UserSettingHistoryUpdate builder. @@ -35,338 +29,6 @@ func (_u *UserSettingHistoryUpdate) Where(ps ...predicate.UserSettingHistory) *U return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *UserSettingHistoryUpdate) SetUpdatedAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *UserSettingHistoryUpdate) ClearUpdatedAt() *UserSettingHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *UserSettingHistoryUpdate) SetUpdatedBy(v string) *UserSettingHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableUpdatedBy(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *UserSettingHistoryUpdate) ClearUpdatedBy() *UserSettingHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *UserSettingHistoryUpdate) SetUpdatedByImpersonator(v string) *UserSettingHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *UserSettingHistoryUpdate) ClearUpdatedByImpersonator() *UserSettingHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *UserSettingHistoryUpdate) SetDeletedAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableDeletedAt(v *time.Time) *UserSettingHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *UserSettingHistoryUpdate) ClearDeletedAt() *UserSettingHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *UserSettingHistoryUpdate) SetDeletedBy(v string) *UserSettingHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableDeletedBy(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *UserSettingHistoryUpdate) ClearDeletedBy() *UserSettingHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *UserSettingHistoryUpdate) SetTags(v []string) *UserSettingHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *UserSettingHistoryUpdate) AppendTags(v []string) *UserSettingHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *UserSettingHistoryUpdate) ClearTags() *UserSettingHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *UserSettingHistoryUpdate) SetUserID(v string) *UserSettingHistoryUpdate { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableUserID(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *UserSettingHistoryUpdate) ClearUserID() *UserSettingHistoryUpdate { - _u.mutation.ClearUserID() - return _u -} - -// SetDelegateUserID sets the "delegate_user_id" field. -func (_u *UserSettingHistoryUpdate) SetDelegateUserID(v string) *UserSettingHistoryUpdate { - _u.mutation.SetDelegateUserID(v) - return _u -} - -// SetNillableDelegateUserID sets the "delegate_user_id" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableDelegateUserID(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetDelegateUserID(*v) - } - return _u -} - -// ClearDelegateUserID clears the value of the "delegate_user_id" field. -func (_u *UserSettingHistoryUpdate) ClearDelegateUserID() *UserSettingHistoryUpdate { - _u.mutation.ClearDelegateUserID() - return _u -} - -// SetDelegateStartAt sets the "delegate_start_at" field. -func (_u *UserSettingHistoryUpdate) SetDelegateStartAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetDelegateStartAt(v) - return _u -} - -// SetNillableDelegateStartAt sets the "delegate_start_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableDelegateStartAt(v *time.Time) *UserSettingHistoryUpdate { - if v != nil { - _u.SetDelegateStartAt(*v) - } - return _u -} - -// ClearDelegateStartAt clears the value of the "delegate_start_at" field. -func (_u *UserSettingHistoryUpdate) ClearDelegateStartAt() *UserSettingHistoryUpdate { - _u.mutation.ClearDelegateStartAt() - return _u -} - -// SetDelegateEndAt sets the "delegate_end_at" field. -func (_u *UserSettingHistoryUpdate) SetDelegateEndAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetDelegateEndAt(v) - return _u -} - -// SetNillableDelegateEndAt sets the "delegate_end_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableDelegateEndAt(v *time.Time) *UserSettingHistoryUpdate { - if v != nil { - _u.SetDelegateEndAt(*v) - } - return _u -} - -// ClearDelegateEndAt clears the value of the "delegate_end_at" field. -func (_u *UserSettingHistoryUpdate) ClearDelegateEndAt() *UserSettingHistoryUpdate { - _u.mutation.ClearDelegateEndAt() - return _u -} - -// SetLocked sets the "locked" field. -func (_u *UserSettingHistoryUpdate) SetLocked(v bool) *UserSettingHistoryUpdate { - _u.mutation.SetLocked(v) - return _u -} - -// SetNillableLocked sets the "locked" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableLocked(v *bool) *UserSettingHistoryUpdate { - if v != nil { - _u.SetLocked(*v) - } - return _u -} - -// SetSilencedAt sets the "silenced_at" field. -func (_u *UserSettingHistoryUpdate) SetSilencedAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetSilencedAt(v) - return _u -} - -// SetNillableSilencedAt sets the "silenced_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableSilencedAt(v *time.Time) *UserSettingHistoryUpdate { - if v != nil { - _u.SetSilencedAt(*v) - } - return _u -} - -// ClearSilencedAt clears the value of the "silenced_at" field. -func (_u *UserSettingHistoryUpdate) ClearSilencedAt() *UserSettingHistoryUpdate { - _u.mutation.ClearSilencedAt() - return _u -} - -// SetSuspendedAt sets the "suspended_at" field. -func (_u *UserSettingHistoryUpdate) SetSuspendedAt(v time.Time) *UserSettingHistoryUpdate { - _u.mutation.SetSuspendedAt(v) - return _u -} - -// SetNillableSuspendedAt sets the "suspended_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableSuspendedAt(v *time.Time) *UserSettingHistoryUpdate { - if v != nil { - _u.SetSuspendedAt(*v) - } - return _u -} - -// ClearSuspendedAt clears the value of the "suspended_at" field. -func (_u *UserSettingHistoryUpdate) ClearSuspendedAt() *UserSettingHistoryUpdate { - _u.mutation.ClearSuspendedAt() - return _u -} - -// SetStatus sets the "status" field. -func (_u *UserSettingHistoryUpdate) SetStatus(v enums.UserStatus) *UserSettingHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableStatus(v *enums.UserStatus) *UserSettingHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetEmailConfirmed sets the "email_confirmed" field. -func (_u *UserSettingHistoryUpdate) SetEmailConfirmed(v bool) *UserSettingHistoryUpdate { - _u.mutation.SetEmailConfirmed(v) - return _u -} - -// SetNillableEmailConfirmed sets the "email_confirmed" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableEmailConfirmed(v *bool) *UserSettingHistoryUpdate { - if v != nil { - _u.SetEmailConfirmed(*v) - } - return _u -} - -// SetIsWebauthnAllowed sets the "is_webauthn_allowed" field. -func (_u *UserSettingHistoryUpdate) SetIsWebauthnAllowed(v bool) *UserSettingHistoryUpdate { - _u.mutation.SetIsWebauthnAllowed(v) - return _u -} - -// SetNillableIsWebauthnAllowed sets the "is_webauthn_allowed" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableIsWebauthnAllowed(v *bool) *UserSettingHistoryUpdate { - if v != nil { - _u.SetIsWebauthnAllowed(*v) - } - return _u -} - -// ClearIsWebauthnAllowed clears the value of the "is_webauthn_allowed" field. -func (_u *UserSettingHistoryUpdate) ClearIsWebauthnAllowed() *UserSettingHistoryUpdate { - _u.mutation.ClearIsWebauthnAllowed() - return _u -} - -// SetIsTfaEnabled sets the "is_tfa_enabled" field. -func (_u *UserSettingHistoryUpdate) SetIsTfaEnabled(v bool) *UserSettingHistoryUpdate { - _u.mutation.SetIsTfaEnabled(v) - return _u -} - -// SetNillableIsTfaEnabled sets the "is_tfa_enabled" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillableIsTfaEnabled(v *bool) *UserSettingHistoryUpdate { - if v != nil { - _u.SetIsTfaEnabled(*v) - } - return _u -} - -// ClearIsTfaEnabled clears the value of the "is_tfa_enabled" field. -func (_u *UserSettingHistoryUpdate) ClearIsTfaEnabled() *UserSettingHistoryUpdate { - _u.mutation.ClearIsTfaEnabled() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *UserSettingHistoryUpdate) SetPhoneNumber(v string) *UserSettingHistoryUpdate { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *UserSettingHistoryUpdate) SetNillablePhoneNumber(v *string) *UserSettingHistoryUpdate { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *UserSettingHistoryUpdate) ClearPhoneNumber() *UserSettingHistoryUpdate { - _u.mutation.ClearPhoneNumber() - return _u -} - // Mutation returns the UserSettingHistoryMutation object of the builder. func (_u *UserSettingHistoryUpdate) Mutation() *UserSettingHistoryMutation { return _u.mutation @@ -374,9 +36,6 @@ func (_u *UserSettingHistoryUpdate) Mutation() *UserSettingHistoryMutation { // Save executes the query and returns the number of nodes affected by the update operation. func (_u *UserSettingHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -402,38 +61,7 @@ func (_u *UserSettingHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *UserSettingHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if usersettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized usersettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := usersettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *UserSettingHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := usersettinghistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "UserSettingHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *UserSettingHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *UserSettingHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *UserSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(usersettinghistory.Table, usersettinghistory.Columns, sqlgraph.NewFieldSpec(usersettinghistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -448,116 +76,54 @@ func (_u *UserSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err if _u.mutation.CreatedAtCleared() { _spec.ClearField(usersettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(usersettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(usersettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(usersettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(usersettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(usersettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(usersettinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, usersettinghistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(usersettinghistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(usersettinghistory.FieldUserID, field.TypeString, value) - } if _u.mutation.UserIDCleared() { _spec.ClearField(usersettinghistory.FieldUserID, field.TypeString) } - if value, ok := _u.mutation.DelegateUserID(); ok { - _spec.SetField(usersettinghistory.FieldDelegateUserID, field.TypeString, value) - } if _u.mutation.DelegateUserIDCleared() { _spec.ClearField(usersettinghistory.FieldDelegateUserID, field.TypeString) } - if value, ok := _u.mutation.DelegateStartAt(); ok { - _spec.SetField(usersettinghistory.FieldDelegateStartAt, field.TypeTime, value) - } if _u.mutation.DelegateStartAtCleared() { _spec.ClearField(usersettinghistory.FieldDelegateStartAt, field.TypeTime) } - if value, ok := _u.mutation.DelegateEndAt(); ok { - _spec.SetField(usersettinghistory.FieldDelegateEndAt, field.TypeTime, value) - } if _u.mutation.DelegateEndAtCleared() { _spec.ClearField(usersettinghistory.FieldDelegateEndAt, field.TypeTime) } - if value, ok := _u.mutation.Locked(); ok { - _spec.SetField(usersettinghistory.FieldLocked, field.TypeBool, value) - } - if value, ok := _u.mutation.SilencedAt(); ok { - _spec.SetField(usersettinghistory.FieldSilencedAt, field.TypeTime, value) - } if _u.mutation.SilencedAtCleared() { _spec.ClearField(usersettinghistory.FieldSilencedAt, field.TypeTime) } - if value, ok := _u.mutation.SuspendedAt(); ok { - _spec.SetField(usersettinghistory.FieldSuspendedAt, field.TypeTime, value) - } if _u.mutation.SuspendedAtCleared() { _spec.ClearField(usersettinghistory.FieldSuspendedAt, field.TypeTime) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(usersettinghistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.EmailConfirmed(); ok { - _spec.SetField(usersettinghistory.FieldEmailConfirmed, field.TypeBool, value) - } - if value, ok := _u.mutation.IsWebauthnAllowed(); ok { - _spec.SetField(usersettinghistory.FieldIsWebauthnAllowed, field.TypeBool, value) - } if _u.mutation.IsWebauthnAllowedCleared() { _spec.ClearField(usersettinghistory.FieldIsWebauthnAllowed, field.TypeBool) } - if value, ok := _u.mutation.IsTfaEnabled(); ok { - _spec.SetField(usersettinghistory.FieldIsTfaEnabled, field.TypeBool, value) - } if _u.mutation.IsTfaEnabledCleared() { _spec.ClearField(usersettinghistory.FieldIsTfaEnabled, field.TypeBool) } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(usersettinghistory.FieldPhoneNumber, field.TypeString, value) - } if _u.mutation.PhoneNumberCleared() { _spec.ClearField(usersettinghistory.FieldPhoneNumber, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.UserSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{usersettinghistory.Label} @@ -573,342 +139,9 @@ func (_u *UserSettingHistoryUpdate) sqlSave(ctx context.Context) (_node int, err // UserSettingHistoryUpdateOne is the builder for updating a single UserSettingHistory entity. type UserSettingHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *UserSettingHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *UserSettingHistoryUpdateOne) SetUpdatedAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearUpdatedAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *UserSettingHistoryUpdateOne) SetUpdatedBy(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableUpdatedBy(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *UserSettingHistoryUpdateOne) ClearUpdatedBy() *UserSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *UserSettingHistoryUpdateOne) SetUpdatedByImpersonator(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *UserSettingHistoryUpdateOne) ClearUpdatedByImpersonator() *UserSettingHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *UserSettingHistoryUpdateOne) SetDeletedAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearDeletedAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *UserSettingHistoryUpdateOne) SetDeletedBy(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableDeletedBy(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *UserSettingHistoryUpdateOne) ClearDeletedBy() *UserSettingHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *UserSettingHistoryUpdateOne) SetTags(v []string) *UserSettingHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *UserSettingHistoryUpdateOne) AppendTags(v []string) *UserSettingHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *UserSettingHistoryUpdateOne) ClearTags() *UserSettingHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetUserID sets the "user_id" field. -func (_u *UserSettingHistoryUpdateOne) SetUserID(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetUserID(v) - return _u -} - -// SetNillableUserID sets the "user_id" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableUserID(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetUserID(*v) - } - return _u -} - -// ClearUserID clears the value of the "user_id" field. -func (_u *UserSettingHistoryUpdateOne) ClearUserID() *UserSettingHistoryUpdateOne { - _u.mutation.ClearUserID() - return _u -} - -// SetDelegateUserID sets the "delegate_user_id" field. -func (_u *UserSettingHistoryUpdateOne) SetDelegateUserID(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetDelegateUserID(v) - return _u -} - -// SetNillableDelegateUserID sets the "delegate_user_id" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableDelegateUserID(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetDelegateUserID(*v) - } - return _u -} - -// ClearDelegateUserID clears the value of the "delegate_user_id" field. -func (_u *UserSettingHistoryUpdateOne) ClearDelegateUserID() *UserSettingHistoryUpdateOne { - _u.mutation.ClearDelegateUserID() - return _u -} - -// SetDelegateStartAt sets the "delegate_start_at" field. -func (_u *UserSettingHistoryUpdateOne) SetDelegateStartAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetDelegateStartAt(v) - return _u -} - -// SetNillableDelegateStartAt sets the "delegate_start_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableDelegateStartAt(v *time.Time) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetDelegateStartAt(*v) - } - return _u -} - -// ClearDelegateStartAt clears the value of the "delegate_start_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearDelegateStartAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearDelegateStartAt() - return _u -} - -// SetDelegateEndAt sets the "delegate_end_at" field. -func (_u *UserSettingHistoryUpdateOne) SetDelegateEndAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetDelegateEndAt(v) - return _u -} - -// SetNillableDelegateEndAt sets the "delegate_end_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableDelegateEndAt(v *time.Time) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetDelegateEndAt(*v) - } - return _u -} - -// ClearDelegateEndAt clears the value of the "delegate_end_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearDelegateEndAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearDelegateEndAt() - return _u -} - -// SetLocked sets the "locked" field. -func (_u *UserSettingHistoryUpdateOne) SetLocked(v bool) *UserSettingHistoryUpdateOne { - _u.mutation.SetLocked(v) - return _u -} - -// SetNillableLocked sets the "locked" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableLocked(v *bool) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetLocked(*v) - } - return _u -} - -// SetSilencedAt sets the "silenced_at" field. -func (_u *UserSettingHistoryUpdateOne) SetSilencedAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetSilencedAt(v) - return _u -} - -// SetNillableSilencedAt sets the "silenced_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableSilencedAt(v *time.Time) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetSilencedAt(*v) - } - return _u -} - -// ClearSilencedAt clears the value of the "silenced_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearSilencedAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearSilencedAt() - return _u -} - -// SetSuspendedAt sets the "suspended_at" field. -func (_u *UserSettingHistoryUpdateOne) SetSuspendedAt(v time.Time) *UserSettingHistoryUpdateOne { - _u.mutation.SetSuspendedAt(v) - return _u -} - -// SetNillableSuspendedAt sets the "suspended_at" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableSuspendedAt(v *time.Time) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetSuspendedAt(*v) - } - return _u -} - -// ClearSuspendedAt clears the value of the "suspended_at" field. -func (_u *UserSettingHistoryUpdateOne) ClearSuspendedAt() *UserSettingHistoryUpdateOne { - _u.mutation.ClearSuspendedAt() - return _u -} - -// SetStatus sets the "status" field. -func (_u *UserSettingHistoryUpdateOne) SetStatus(v enums.UserStatus) *UserSettingHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableStatus(v *enums.UserStatus) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetEmailConfirmed sets the "email_confirmed" field. -func (_u *UserSettingHistoryUpdateOne) SetEmailConfirmed(v bool) *UserSettingHistoryUpdateOne { - _u.mutation.SetEmailConfirmed(v) - return _u -} - -// SetNillableEmailConfirmed sets the "email_confirmed" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableEmailConfirmed(v *bool) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetEmailConfirmed(*v) - } - return _u -} - -// SetIsWebauthnAllowed sets the "is_webauthn_allowed" field. -func (_u *UserSettingHistoryUpdateOne) SetIsWebauthnAllowed(v bool) *UserSettingHistoryUpdateOne { - _u.mutation.SetIsWebauthnAllowed(v) - return _u -} - -// SetNillableIsWebauthnAllowed sets the "is_webauthn_allowed" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableIsWebauthnAllowed(v *bool) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetIsWebauthnAllowed(*v) - } - return _u -} - -// ClearIsWebauthnAllowed clears the value of the "is_webauthn_allowed" field. -func (_u *UserSettingHistoryUpdateOne) ClearIsWebauthnAllowed() *UserSettingHistoryUpdateOne { - _u.mutation.ClearIsWebauthnAllowed() - return _u -} - -// SetIsTfaEnabled sets the "is_tfa_enabled" field. -func (_u *UserSettingHistoryUpdateOne) SetIsTfaEnabled(v bool) *UserSettingHistoryUpdateOne { - _u.mutation.SetIsTfaEnabled(v) - return _u -} - -// SetNillableIsTfaEnabled sets the "is_tfa_enabled" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillableIsTfaEnabled(v *bool) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetIsTfaEnabled(*v) - } - return _u -} - -// ClearIsTfaEnabled clears the value of the "is_tfa_enabled" field. -func (_u *UserSettingHistoryUpdateOne) ClearIsTfaEnabled() *UserSettingHistoryUpdateOne { - _u.mutation.ClearIsTfaEnabled() - return _u -} - -// SetPhoneNumber sets the "phone_number" field. -func (_u *UserSettingHistoryUpdateOne) SetPhoneNumber(v string) *UserSettingHistoryUpdateOne { - _u.mutation.SetPhoneNumber(v) - return _u -} - -// SetNillablePhoneNumber sets the "phone_number" field if the given value is not nil. -func (_u *UserSettingHistoryUpdateOne) SetNillablePhoneNumber(v *string) *UserSettingHistoryUpdateOne { - if v != nil { - _u.SetPhoneNumber(*v) - } - return _u -} - -// ClearPhoneNumber clears the value of the "phone_number" field. -func (_u *UserSettingHistoryUpdateOne) ClearPhoneNumber() *UserSettingHistoryUpdateOne { - _u.mutation.ClearPhoneNumber() - return _u + fields []string + hooks []Hook + mutation *UserSettingHistoryMutation } // Mutation returns the UserSettingHistoryMutation object of the builder. @@ -931,9 +164,6 @@ func (_u *UserSettingHistoryUpdateOne) Select(field string, fields ...string) *U // Save executes the query and returns the updated UserSettingHistory entity. func (_u *UserSettingHistoryUpdateOne) Save(ctx context.Context) (*UserSettingHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -959,38 +189,7 @@ func (_u *UserSettingHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *UserSettingHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if usersettinghistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized usersettinghistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := usersettinghistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *UserSettingHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := usersettinghistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "UserSettingHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *UserSettingHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *UserSettingHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *UserSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *UserSettingHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(usersettinghistory.Table, usersettinghistory.Columns, sqlgraph.NewFieldSpec(usersettinghistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1022,116 +221,54 @@ func (_u *UserSettingHistoryUpdateOne) sqlSave(ctx context.Context) (_node *User if _u.mutation.CreatedAtCleared() { _spec.ClearField(usersettinghistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(usersettinghistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(usersettinghistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(usersettinghistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(usersettinghistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(usersettinghistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(usersettinghistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(usersettinghistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(usersettinghistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, usersettinghistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(usersettinghistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.UserID(); ok { - _spec.SetField(usersettinghistory.FieldUserID, field.TypeString, value) - } if _u.mutation.UserIDCleared() { _spec.ClearField(usersettinghistory.FieldUserID, field.TypeString) } - if value, ok := _u.mutation.DelegateUserID(); ok { - _spec.SetField(usersettinghistory.FieldDelegateUserID, field.TypeString, value) - } if _u.mutation.DelegateUserIDCleared() { _spec.ClearField(usersettinghistory.FieldDelegateUserID, field.TypeString) } - if value, ok := _u.mutation.DelegateStartAt(); ok { - _spec.SetField(usersettinghistory.FieldDelegateStartAt, field.TypeTime, value) - } if _u.mutation.DelegateStartAtCleared() { _spec.ClearField(usersettinghistory.FieldDelegateStartAt, field.TypeTime) } - if value, ok := _u.mutation.DelegateEndAt(); ok { - _spec.SetField(usersettinghistory.FieldDelegateEndAt, field.TypeTime, value) - } if _u.mutation.DelegateEndAtCleared() { _spec.ClearField(usersettinghistory.FieldDelegateEndAt, field.TypeTime) } - if value, ok := _u.mutation.Locked(); ok { - _spec.SetField(usersettinghistory.FieldLocked, field.TypeBool, value) - } - if value, ok := _u.mutation.SilencedAt(); ok { - _spec.SetField(usersettinghistory.FieldSilencedAt, field.TypeTime, value) - } if _u.mutation.SilencedAtCleared() { _spec.ClearField(usersettinghistory.FieldSilencedAt, field.TypeTime) } - if value, ok := _u.mutation.SuspendedAt(); ok { - _spec.SetField(usersettinghistory.FieldSuspendedAt, field.TypeTime, value) - } if _u.mutation.SuspendedAtCleared() { _spec.ClearField(usersettinghistory.FieldSuspendedAt, field.TypeTime) } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(usersettinghistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.EmailConfirmed(); ok { - _spec.SetField(usersettinghistory.FieldEmailConfirmed, field.TypeBool, value) - } - if value, ok := _u.mutation.IsWebauthnAllowed(); ok { - _spec.SetField(usersettinghistory.FieldIsWebauthnAllowed, field.TypeBool, value) - } if _u.mutation.IsWebauthnAllowedCleared() { _spec.ClearField(usersettinghistory.FieldIsWebauthnAllowed, field.TypeBool) } - if value, ok := _u.mutation.IsTfaEnabled(); ok { - _spec.SetField(usersettinghistory.FieldIsTfaEnabled, field.TypeBool, value) - } if _u.mutation.IsTfaEnabledCleared() { _spec.ClearField(usersettinghistory.FieldIsTfaEnabled, field.TypeBool) } - if value, ok := _u.mutation.PhoneNumber(); ok { - _spec.SetField(usersettinghistory.FieldPhoneNumber, field.TypeString, value) - } if _u.mutation.PhoneNumberCleared() { _spec.ClearField(usersettinghistory.FieldPhoneNumber, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.UserSettingHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &UserSettingHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/vendorriskscorehistory/vendorriskscorehistory.go b/internal/ent/historygenerated/vendorriskscorehistory/vendorriskscorehistory.go index 227ad00280..5a0b8f90ef 100644 --- a/internal/ent/historygenerated/vendorriskscorehistory/vendorriskscorehistory.go +++ b/internal/ent/historygenerated/vendorriskscorehistory/vendorriskscorehistory.go @@ -129,8 +129,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultScore holds the default value on creation for the "score" field. diff --git a/internal/ent/historygenerated/vendorriskscorehistory_create.go b/internal/ent/historygenerated/vendorriskscorehistory_create.go index 4c50753a4a..4c4face734 100644 --- a/internal/ent/historygenerated/vendorriskscorehistory_create.go +++ b/internal/ent/historygenerated/vendorriskscorehistory_create.go @@ -480,7 +480,6 @@ func (_c *VendorRiskScoreHistoryCreate) createSpec() (*VendorRiskScoreHistory, * _node = &VendorRiskScoreHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(vendorriskscorehistory.Table, sqlgraph.NewFieldSpec(vendorriskscorehistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.VendorRiskScoreHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/vendorriskscorehistory_delete.go b/internal/ent/historygenerated/vendorriskscorehistory_delete.go index 31e70ee63b..7efb9ae9b6 100644 --- a/internal/ent/historygenerated/vendorriskscorehistory_delete.go +++ b/internal/ent/historygenerated/vendorriskscorehistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/vendorriskscorehistory" ) @@ -45,8 +43,6 @@ func (_d *VendorRiskScoreHistoryDelete) ExecX(ctx context.Context) int { func (_d *VendorRiskScoreHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vendorriskscorehistory.Table, sqlgraph.NewFieldSpec(vendorriskscorehistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.VendorRiskScoreHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/vendorriskscorehistory_query.go b/internal/ent/historygenerated/vendorriskscorehistory_query.go index cad22b9fef..9183506630 100644 --- a/internal/ent/historygenerated/vendorriskscorehistory_query.go +++ b/internal/ent/historygenerated/vendorriskscorehistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vendorriskscorehistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type VendorRiskScoreHistoryQuery struct { order []vendorriskscorehistory.OrderOption inters []Interceptor predicates []predicate.VendorRiskScoreHistory - loadTotal []func(context.Context, []*VendorRiskScoreHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*VendorRiskScoreHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *VendorRiskScoreHistoryQuery) Clone() *VendorRiskScoreHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.VendorRiskScoreHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *VendorRiskScoreHistoryQuery) sqlAll(ctx context.Context, hooks ...quer nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.VendorRiskScoreHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *VendorRiskScoreHistoryQuery) sqlAll(ctx context.Context, hooks ...quer func (_q *VendorRiskScoreHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.VendorRiskScoreHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *VendorRiskScoreHistoryQuery) sqlQuery(ctx context.Context) *sql.Select if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.VendorRiskScoreHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *VendorRiskScoreHistoryQuery) sqlQuery(ctx context.Context) *sql.Select return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *VendorRiskScoreHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *VendorRiskScoreHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (vrshq *VendorRiskScoreHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "VendorRiskScoreHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *VendorRiskScoreHistorySelect) sqlScan(ctx context.Context, root *Vendo defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *VendorRiskScoreHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *VendorRiskScoreHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/vendorriskscorehistory_update.go b/internal/ent/historygenerated/vendorriskscorehistory_update.go index 7c5068119b..b4c5d27a43 100644 --- a/internal/ent/historygenerated/vendorriskscorehistory_update.go +++ b/internal/ent/historygenerated/vendorriskscorehistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vendorriskscorehistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // VendorRiskScoreHistoryUpdate is the builder for updating VendorRiskScoreHistory entities. type VendorRiskScoreHistoryUpdate struct { config - hooks []Hook - mutation *VendorRiskScoreHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *VendorRiskScoreHistoryMutation } // Where appends a list predicates to the VendorRiskScoreHistoryUpdate builder. @@ -35,335 +29,6 @@ func (_u *VendorRiskScoreHistoryUpdate) Where(ps ...predicate.VendorRiskScoreHis return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *VendorRiskScoreHistoryUpdate) SetUpdatedAt(v time.Time) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearUpdatedAt() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *VendorRiskScoreHistoryUpdate) SetUpdatedBy(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableUpdatedBy(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearUpdatedBy() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VendorRiskScoreHistoryUpdate) SetUpdatedByImpersonator(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearUpdatedByImpersonator() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VendorRiskScoreHistoryUpdate) SetDeletedAt(v time.Time) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableDeletedAt(v *time.Time) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearDeletedAt() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VendorRiskScoreHistoryUpdate) SetDeletedBy(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableDeletedBy(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearDeletedBy() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VendorRiskScoreHistoryUpdate) SetTags(v []string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VendorRiskScoreHistoryUpdate) AppendTags(v []string) *VendorRiskScoreHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearTags() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetQuestionKey sets the "question_key" field. -func (_u *VendorRiskScoreHistoryUpdate) SetQuestionKey(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetQuestionKey(v) - return _u -} - -// SetNillableQuestionKey sets the "question_key" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableQuestionKey(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetQuestionKey(*v) - } - return _u -} - -// SetQuestionName sets the "question_name" field. -func (_u *VendorRiskScoreHistoryUpdate) SetQuestionName(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetQuestionName(v) - return _u -} - -// SetNillableQuestionName sets the "question_name" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableQuestionName(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetQuestionName(*v) - } - return _u -} - -// SetQuestionDescription sets the "question_description" field. -func (_u *VendorRiskScoreHistoryUpdate) SetQuestionDescription(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetQuestionDescription(v) - return _u -} - -// SetNillableQuestionDescription sets the "question_description" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableQuestionDescription(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetQuestionDescription(*v) - } - return _u -} - -// ClearQuestionDescription clears the value of the "question_description" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearQuestionDescription() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearQuestionDescription() - return _u -} - -// SetQuestionCategory sets the "question_category" field. -func (_u *VendorRiskScoreHistoryUpdate) SetQuestionCategory(v enums.VendorScoringCategory) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetQuestionCategory(v) - return _u -} - -// SetNillableQuestionCategory sets the "question_category" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableQuestionCategory(v *enums.VendorScoringCategory) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetQuestionCategory(*v) - } - return _u -} - -// SetAnswerType sets the "answer_type" field. -func (_u *VendorRiskScoreHistoryUpdate) SetAnswerType(v enums.VendorScoringAnswerType) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetAnswerType(v) - return _u -} - -// SetNillableAnswerType sets the "answer_type" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableAnswerType(v *enums.VendorScoringAnswerType) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetAnswerType(*v) - } - return _u -} - -// SetImpact sets the "impact" field. -func (_u *VendorRiskScoreHistoryUpdate) SetImpact(v enums.VendorRiskImpact) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableImpact(v *enums.VendorRiskImpact) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetImpact(*v) - } - return _u -} - -// SetLikelihood sets the "likelihood" field. -func (_u *VendorRiskScoreHistoryUpdate) SetLikelihood(v enums.VendorRiskLikelihood) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetLikelihood(v) - return _u -} - -// SetNillableLikelihood sets the "likelihood" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableLikelihood(v *enums.VendorRiskLikelihood) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetLikelihood(*v) - } - return _u -} - -// SetScore sets the "score" field. -func (_u *VendorRiskScoreHistoryUpdate) SetScore(v float64) *VendorRiskScoreHistoryUpdate { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableScore(v *float64) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetScore(*v) - } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *VendorRiskScoreHistoryUpdate) AddScore(v float64) *VendorRiskScoreHistoryUpdate { - _u.mutation.AddScore(v) - return _u -} - -// SetAnswer sets the "answer" field. -func (_u *VendorRiskScoreHistoryUpdate) SetAnswer(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetAnswer(v) - return _u -} - -// SetNillableAnswer sets the "answer" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableAnswer(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetAnswer(*v) - } - return _u -} - -// ClearAnswer clears the value of the "answer" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearAnswer() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearAnswer() - return _u -} - -// SetNotes sets the "notes" field. -func (_u *VendorRiskScoreHistoryUpdate) SetNotes(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetNotes(v) - return _u -} - -// SetNillableNotes sets the "notes" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableNotes(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetNotes(*v) - } - return _u -} - -// ClearNotes clears the value of the "notes" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearNotes() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearNotes() - return _u -} - -// SetVendorScoringConfigID sets the "vendor_scoring_config_id" field. -func (_u *VendorRiskScoreHistoryUpdate) SetVendorScoringConfigID(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetVendorScoringConfigID(v) - return _u -} - -// SetNillableVendorScoringConfigID sets the "vendor_scoring_config_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableVendorScoringConfigID(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetVendorScoringConfigID(*v) - } - return _u -} - -// ClearVendorScoringConfigID clears the value of the "vendor_scoring_config_id" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearVendorScoringConfigID() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearVendorScoringConfigID() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *VendorRiskScoreHistoryUpdate) SetEntityID(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableEntityID(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// SetAssessmentResponseID sets the "assessment_response_id" field. -func (_u *VendorRiskScoreHistoryUpdate) SetAssessmentResponseID(v string) *VendorRiskScoreHistoryUpdate { - _u.mutation.SetAssessmentResponseID(v) - return _u -} - -// SetNillableAssessmentResponseID sets the "assessment_response_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdate) SetNillableAssessmentResponseID(v *string) *VendorRiskScoreHistoryUpdate { - if v != nil { - _u.SetAssessmentResponseID(*v) - } - return _u -} - -// ClearAssessmentResponseID clears the value of the "assessment_response_id" field. -func (_u *VendorRiskScoreHistoryUpdate) ClearAssessmentResponseID() *VendorRiskScoreHistoryUpdate { - _u.mutation.ClearAssessmentResponseID() - return _u -} - // Mutation returns the VendorRiskScoreHistoryMutation object of the builder. func (_u *VendorRiskScoreHistoryUpdate) Mutation() *VendorRiskScoreHistoryMutation { return _u.mutation @@ -371,9 +36,6 @@ func (_u *VendorRiskScoreHistoryUpdate) Mutation() *VendorRiskScoreHistoryMutati // Save executes the query and returns the number of nodes affected by the update operation. func (_u *VendorRiskScoreHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -399,53 +61,7 @@ func (_u *VendorRiskScoreHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *VendorRiskScoreHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vendorriskscorehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vendorriskscorehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vendorriskscorehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VendorRiskScoreHistoryUpdate) check() error { - if v, ok := _u.mutation.QuestionCategory(); ok { - if err := vendorriskscorehistory.QuestionCategoryValidator(v); err != nil { - return &ValidationError{Name: "question_category", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.question_category": %w`, err)} - } - } - if v, ok := _u.mutation.AnswerType(); ok { - if err := vendorriskscorehistory.AnswerTypeValidator(v); err != nil { - return &ValidationError{Name: "answer_type", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.answer_type": %w`, err)} - } - } - if v, ok := _u.mutation.Impact(); ok { - if err := vendorriskscorehistory.ImpactValidator(v); err != nil { - return &ValidationError{Name: "impact", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.impact": %w`, err)} - } - } - if v, ok := _u.mutation.Likelihood(); ok { - if err := vendorriskscorehistory.LikelihoodValidator(v); err != nil { - return &ValidationError{Name: "likelihood", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.likelihood": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VendorRiskScoreHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VendorRiskScoreHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *VendorRiskScoreHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(vendorriskscorehistory.Table, vendorriskscorehistory.Columns, sqlgraph.NewFieldSpec(vendorriskscorehistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -460,113 +76,45 @@ func (_u *VendorRiskScoreHistoryUpdate) sqlSave(ctx context.Context) (_node int, if _u.mutation.CreatedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vendorriskscorehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vendorriskscorehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vendorriskscorehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vendorriskscorehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(vendorriskscorehistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.QuestionKey(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionKey, field.TypeString, value) - } - if value, ok := _u.mutation.QuestionName(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionName, field.TypeString, value) - } - if value, ok := _u.mutation.QuestionDescription(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionDescription, field.TypeString, value) - } if _u.mutation.QuestionDescriptionCleared() { _spec.ClearField(vendorriskscorehistory.FieldQuestionDescription, field.TypeString) } - if value, ok := _u.mutation.QuestionCategory(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionCategory, field.TypeEnum, value) - } - if value, ok := _u.mutation.AnswerType(); ok { - _spec.SetField(vendorriskscorehistory.FieldAnswerType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(vendorriskscorehistory.FieldImpact, field.TypeEnum, value) - } - if value, ok := _u.mutation.Likelihood(); ok { - _spec.SetField(vendorriskscorehistory.FieldLikelihood, field.TypeEnum, value) - } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(vendorriskscorehistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(vendorriskscorehistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.Answer(); ok { - _spec.SetField(vendorriskscorehistory.FieldAnswer, field.TypeString, value) - } if _u.mutation.AnswerCleared() { _spec.ClearField(vendorriskscorehistory.FieldAnswer, field.TypeString) } - if value, ok := _u.mutation.Notes(); ok { - _spec.SetField(vendorriskscorehistory.FieldNotes, field.TypeString, value) - } if _u.mutation.NotesCleared() { _spec.ClearField(vendorriskscorehistory.FieldNotes, field.TypeString) } - if value, ok := _u.mutation.VendorScoringConfigID(); ok { - _spec.SetField(vendorriskscorehistory.FieldVendorScoringConfigID, field.TypeString, value) - } if _u.mutation.VendorScoringConfigIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldVendorScoringConfigID, field.TypeString) } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(vendorriskscorehistory.FieldEntityID, field.TypeString, value) - } - if value, ok := _u.mutation.AssessmentResponseID(); ok { - _spec.SetField(vendorriskscorehistory.FieldAssessmentResponseID, field.TypeString, value) - } if _u.mutation.AssessmentResponseIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldAssessmentResponseID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.VendorRiskScoreHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{vendorriskscorehistory.Label} @@ -582,339 +130,9 @@ func (_u *VendorRiskScoreHistoryUpdate) sqlSave(ctx context.Context) (_node int, // VendorRiskScoreHistoryUpdateOne is the builder for updating a single VendorRiskScoreHistory entity. type VendorRiskScoreHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *VendorRiskScoreHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetUpdatedAt(v time.Time) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearUpdatedAt() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetUpdatedBy(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableUpdatedBy(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearUpdatedBy() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetUpdatedByImpersonator(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearUpdatedByImpersonator() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetDeletedAt(v time.Time) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearDeletedAt() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetDeletedBy(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableDeletedBy(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearDeletedBy() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetTags(v []string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VendorRiskScoreHistoryUpdateOne) AppendTags(v []string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearTags() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetQuestionKey sets the "question_key" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetQuestionKey(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetQuestionKey(v) - return _u -} - -// SetNillableQuestionKey sets the "question_key" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableQuestionKey(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetQuestionKey(*v) - } - return _u -} - -// SetQuestionName sets the "question_name" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetQuestionName(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetQuestionName(v) - return _u -} - -// SetNillableQuestionName sets the "question_name" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableQuestionName(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetQuestionName(*v) - } - return _u -} - -// SetQuestionDescription sets the "question_description" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetQuestionDescription(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetQuestionDescription(v) - return _u -} - -// SetNillableQuestionDescription sets the "question_description" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableQuestionDescription(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetQuestionDescription(*v) - } - return _u -} - -// ClearQuestionDescription clears the value of the "question_description" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearQuestionDescription() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearQuestionDescription() - return _u -} - -// SetQuestionCategory sets the "question_category" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetQuestionCategory(v enums.VendorScoringCategory) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetQuestionCategory(v) - return _u -} - -// SetNillableQuestionCategory sets the "question_category" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableQuestionCategory(v *enums.VendorScoringCategory) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetQuestionCategory(*v) - } - return _u -} - -// SetAnswerType sets the "answer_type" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetAnswerType(v enums.VendorScoringAnswerType) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetAnswerType(v) - return _u -} - -// SetNillableAnswerType sets the "answer_type" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableAnswerType(v *enums.VendorScoringAnswerType) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetAnswerType(*v) - } - return _u -} - -// SetImpact sets the "impact" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetImpact(v enums.VendorRiskImpact) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableImpact(v *enums.VendorRiskImpact) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetImpact(*v) - } - return _u -} - -// SetLikelihood sets the "likelihood" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetLikelihood(v enums.VendorRiskLikelihood) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetLikelihood(v) - return _u -} - -// SetNillableLikelihood sets the "likelihood" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableLikelihood(v *enums.VendorRiskLikelihood) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetLikelihood(*v) - } - return _u -} - -// SetScore sets the "score" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetScore(v float64) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableScore(v *float64) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetScore(*v) - } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *VendorRiskScoreHistoryUpdateOne) AddScore(v float64) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.AddScore(v) - return _u -} - -// SetAnswer sets the "answer" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetAnswer(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetAnswer(v) - return _u -} - -// SetNillableAnswer sets the "answer" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableAnswer(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetAnswer(*v) - } - return _u -} - -// ClearAnswer clears the value of the "answer" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearAnswer() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearAnswer() - return _u -} - -// SetNotes sets the "notes" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNotes(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetNotes(v) - return _u -} - -// SetNillableNotes sets the "notes" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableNotes(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetNotes(*v) - } - return _u -} - -// ClearNotes clears the value of the "notes" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearNotes() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearNotes() - return _u -} - -// SetVendorScoringConfigID sets the "vendor_scoring_config_id" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetVendorScoringConfigID(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetVendorScoringConfigID(v) - return _u -} - -// SetNillableVendorScoringConfigID sets the "vendor_scoring_config_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableVendorScoringConfigID(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetVendorScoringConfigID(*v) - } - return _u -} - -// ClearVendorScoringConfigID clears the value of the "vendor_scoring_config_id" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearVendorScoringConfigID() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearVendorScoringConfigID() - return _u -} - -// SetEntityID sets the "entity_id" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetEntityID(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetEntityID(v) - return _u -} - -// SetNillableEntityID sets the "entity_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableEntityID(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetEntityID(*v) - } - return _u -} - -// SetAssessmentResponseID sets the "assessment_response_id" field. -func (_u *VendorRiskScoreHistoryUpdateOne) SetAssessmentResponseID(v string) *VendorRiskScoreHistoryUpdateOne { - _u.mutation.SetAssessmentResponseID(v) - return _u -} - -// SetNillableAssessmentResponseID sets the "assessment_response_id" field if the given value is not nil. -func (_u *VendorRiskScoreHistoryUpdateOne) SetNillableAssessmentResponseID(v *string) *VendorRiskScoreHistoryUpdateOne { - if v != nil { - _u.SetAssessmentResponseID(*v) - } - return _u -} - -// ClearAssessmentResponseID clears the value of the "assessment_response_id" field. -func (_u *VendorRiskScoreHistoryUpdateOne) ClearAssessmentResponseID() *VendorRiskScoreHistoryUpdateOne { - _u.mutation.ClearAssessmentResponseID() - return _u + fields []string + hooks []Hook + mutation *VendorRiskScoreHistoryMutation } // Mutation returns the VendorRiskScoreHistoryMutation object of the builder. @@ -937,9 +155,6 @@ func (_u *VendorRiskScoreHistoryUpdateOne) Select(field string, fields ...string // Save executes the query and returns the updated VendorRiskScoreHistory entity. func (_u *VendorRiskScoreHistoryUpdateOne) Save(ctx context.Context) (*VendorRiskScoreHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -965,53 +180,7 @@ func (_u *VendorRiskScoreHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *VendorRiskScoreHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vendorriskscorehistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vendorriskscorehistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vendorriskscorehistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VendorRiskScoreHistoryUpdateOne) check() error { - if v, ok := _u.mutation.QuestionCategory(); ok { - if err := vendorriskscorehistory.QuestionCategoryValidator(v); err != nil { - return &ValidationError{Name: "question_category", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.question_category": %w`, err)} - } - } - if v, ok := _u.mutation.AnswerType(); ok { - if err := vendorriskscorehistory.AnswerTypeValidator(v); err != nil { - return &ValidationError{Name: "answer_type", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.answer_type": %w`, err)} - } - } - if v, ok := _u.mutation.Impact(); ok { - if err := vendorriskscorehistory.ImpactValidator(v); err != nil { - return &ValidationError{Name: "impact", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.impact": %w`, err)} - } - } - if v, ok := _u.mutation.Likelihood(); ok { - if err := vendorriskscorehistory.LikelihoodValidator(v); err != nil { - return &ValidationError{Name: "likelihood", err: fmt.Errorf(`historygenerated: validator failed for field "VendorRiskScoreHistory.likelihood": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VendorRiskScoreHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VendorRiskScoreHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *VendorRiskScoreHistoryUpdateOne) sqlSave(ctx context.Context) (_node *VendorRiskScoreHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(vendorriskscorehistory.Table, vendorriskscorehistory.Columns, sqlgraph.NewFieldSpec(vendorriskscorehistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1043,113 +212,45 @@ func (_u *VendorRiskScoreHistoryUpdateOne) sqlSave(ctx context.Context) (_node * if _u.mutation.CreatedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vendorriskscorehistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(vendorriskscorehistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vendorriskscorehistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(vendorriskscorehistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vendorriskscorehistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(vendorriskscorehistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vendorriskscorehistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vendorriskscorehistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(vendorriskscorehistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.QuestionKey(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionKey, field.TypeString, value) - } - if value, ok := _u.mutation.QuestionName(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionName, field.TypeString, value) - } - if value, ok := _u.mutation.QuestionDescription(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionDescription, field.TypeString, value) - } if _u.mutation.QuestionDescriptionCleared() { _spec.ClearField(vendorriskscorehistory.FieldQuestionDescription, field.TypeString) } - if value, ok := _u.mutation.QuestionCategory(); ok { - _spec.SetField(vendorriskscorehistory.FieldQuestionCategory, field.TypeEnum, value) - } - if value, ok := _u.mutation.AnswerType(); ok { - _spec.SetField(vendorriskscorehistory.FieldAnswerType, field.TypeEnum, value) - } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(vendorriskscorehistory.FieldImpact, field.TypeEnum, value) - } - if value, ok := _u.mutation.Likelihood(); ok { - _spec.SetField(vendorriskscorehistory.FieldLikelihood, field.TypeEnum, value) - } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(vendorriskscorehistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(vendorriskscorehistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.Answer(); ok { - _spec.SetField(vendorriskscorehistory.FieldAnswer, field.TypeString, value) - } if _u.mutation.AnswerCleared() { _spec.ClearField(vendorriskscorehistory.FieldAnswer, field.TypeString) } - if value, ok := _u.mutation.Notes(); ok { - _spec.SetField(vendorriskscorehistory.FieldNotes, field.TypeString, value) - } if _u.mutation.NotesCleared() { _spec.ClearField(vendorriskscorehistory.FieldNotes, field.TypeString) } - if value, ok := _u.mutation.VendorScoringConfigID(); ok { - _spec.SetField(vendorriskscorehistory.FieldVendorScoringConfigID, field.TypeString, value) - } if _u.mutation.VendorScoringConfigIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldVendorScoringConfigID, field.TypeString) } - if value, ok := _u.mutation.EntityID(); ok { - _spec.SetField(vendorriskscorehistory.FieldEntityID, field.TypeString, value) - } - if value, ok := _u.mutation.AssessmentResponseID(); ok { - _spec.SetField(vendorriskscorehistory.FieldAssessmentResponseID, field.TypeString, value) - } if _u.mutation.AssessmentResponseIDCleared() { _spec.ClearField(vendorriskscorehistory.FieldAssessmentResponseID, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.VendorRiskScoreHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &VendorRiskScoreHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/vendorscoringconfighistory/vendorscoringconfighistory.go b/internal/ent/historygenerated/vendorscoringconfighistory/vendorscoringconfighistory.go index 234a2bb65f..baecf4ad87 100644 --- a/internal/ent/historygenerated/vendorscoringconfighistory/vendorscoringconfighistory.go +++ b/internal/ent/historygenerated/vendorscoringconfighistory/vendorscoringconfighistory.go @@ -100,8 +100,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultQuestions holds the default value on creation for the "questions" field. diff --git a/internal/ent/historygenerated/vendorscoringconfighistory_create.go b/internal/ent/historygenerated/vendorscoringconfighistory_create.go index ee4f8325e5..aaa7caed7f 100644 --- a/internal/ent/historygenerated/vendorscoringconfighistory_create.go +++ b/internal/ent/historygenerated/vendorscoringconfighistory_create.go @@ -375,7 +375,6 @@ func (_c *VendorScoringConfigHistoryCreate) createSpec() (*VendorScoringConfigHi _node = &VendorScoringConfigHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(vendorscoringconfighistory.Table, sqlgraph.NewFieldSpec(vendorscoringconfighistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.VendorScoringConfigHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/vendorscoringconfighistory_delete.go b/internal/ent/historygenerated/vendorscoringconfighistory_delete.go index c03ad11924..8f475412eb 100644 --- a/internal/ent/historygenerated/vendorscoringconfighistory_delete.go +++ b/internal/ent/historygenerated/vendorscoringconfighistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/vendorscoringconfighistory" ) @@ -45,8 +43,6 @@ func (_d *VendorScoringConfigHistoryDelete) ExecX(ctx context.Context) int { func (_d *VendorScoringConfigHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vendorscoringconfighistory.Table, sqlgraph.NewFieldSpec(vendorscoringconfighistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.VendorScoringConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/vendorscoringconfighistory_query.go b/internal/ent/historygenerated/vendorscoringconfighistory_query.go index d7aebbfb55..53cfd236af 100644 --- a/internal/ent/historygenerated/vendorscoringconfighistory_query.go +++ b/internal/ent/historygenerated/vendorscoringconfighistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vendorscoringconfighistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type VendorScoringConfigHistoryQuery struct { order []vendorscoringconfighistory.OrderOption inters []Interceptor predicates []predicate.VendorScoringConfigHistory - loadTotal []func(context.Context, []*VendorScoringConfigHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*VendorScoringConfigHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *VendorScoringConfigHistoryQuery) Clone() *VendorScoringConfigHistoryQu inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.VendorScoringConfigHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *VendorScoringConfigHistoryQuery) sqlAll(ctx context.Context, hooks ... nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.VendorScoringConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *VendorScoringConfigHistoryQuery) sqlAll(ctx context.Context, hooks ... func (_q *VendorScoringConfigHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.VendorScoringConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *VendorScoringConfigHistoryQuery) sqlQuery(ctx context.Context) *sql.Se if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.VendorScoringConfigHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *VendorScoringConfigHistoryQuery) sqlQuery(ctx context.Context) *sql.Se return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *VendorScoringConfigHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *VendorScoringConfigHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (vschq *VendorScoringConfigHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "VendorScoringConfigHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *VendorScoringConfigHistorySelect) sqlScan(ctx context.Context, root *V defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *VendorScoringConfigHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *VendorScoringConfigHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/vendorscoringconfighistory_update.go b/internal/ent/historygenerated/vendorscoringconfighistory_update.go index ab6394b6e1..28107242dc 100644 --- a/internal/ent/historygenerated/vendorscoringconfighistory_update.go +++ b/internal/ent/historygenerated/vendorscoringconfighistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vendorscoringconfighistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // VendorScoringConfigHistoryUpdate is the builder for updating VendorScoringConfigHistory entities. type VendorScoringConfigHistoryUpdate struct { config - hooks []Hook - mutation *VendorScoringConfigHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *VendorScoringConfigHistoryMutation } // Where appends a list predicates to the VendorScoringConfigHistoryUpdate builder. @@ -36,178 +29,6 @@ func (_u *VendorScoringConfigHistoryUpdate) Where(ps ...predicate.VendorScoringC return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *VendorScoringConfigHistoryUpdate) SetUpdatedAt(v time.Time) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearUpdatedAt() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *VendorScoringConfigHistoryUpdate) SetUpdatedBy(v string) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableUpdatedBy(v *string) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearUpdatedBy() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VendorScoringConfigHistoryUpdate) SetUpdatedByImpersonator(v string) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearUpdatedByImpersonator() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VendorScoringConfigHistoryUpdate) SetDeletedAt(v time.Time) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableDeletedAt(v *time.Time) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearDeletedAt() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VendorScoringConfigHistoryUpdate) SetDeletedBy(v string) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableDeletedBy(v *string) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearDeletedBy() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VendorScoringConfigHistoryUpdate) SetTags(v []string) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VendorScoringConfigHistoryUpdate) AppendTags(v []string) *VendorScoringConfigHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearTags() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *VendorScoringConfigHistoryUpdate) SetOwnerID(v string) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableOwnerID(v *string) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *VendorScoringConfigHistoryUpdate) ClearOwnerID() *VendorScoringConfigHistoryUpdate { - _u.mutation.ClearOwnerID() - return _u -} - -// SetQuestions sets the "questions" field. -func (_u *VendorScoringConfigHistoryUpdate) SetQuestions(v models.VendorScoringQuestionsConfig) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetQuestions(v) - return _u -} - -// SetNillableQuestions sets the "questions" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableQuestions(v *models.VendorScoringQuestionsConfig) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetQuestions(*v) - } - return _u -} - -// SetScoringMode sets the "scoring_mode" field. -func (_u *VendorScoringConfigHistoryUpdate) SetScoringMode(v enums.VendorScoringMode) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetScoringMode(v) - return _u -} - -// SetNillableScoringMode sets the "scoring_mode" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableScoringMode(v *enums.VendorScoringMode) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetScoringMode(*v) - } - return _u -} - -// SetRiskThresholds sets the "risk_thresholds" field. -func (_u *VendorScoringConfigHistoryUpdate) SetRiskThresholds(v models.RiskThresholdsConfig) *VendorScoringConfigHistoryUpdate { - _u.mutation.SetRiskThresholds(v) - return _u -} - -// SetNillableRiskThresholds sets the "risk_thresholds" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdate) SetNillableRiskThresholds(v *models.RiskThresholdsConfig) *VendorScoringConfigHistoryUpdate { - if v != nil { - _u.SetRiskThresholds(*v) - } - return _u -} - // Mutation returns the VendorScoringConfigHistoryMutation object of the builder. func (_u *VendorScoringConfigHistoryUpdate) Mutation() *VendorScoringConfigHistoryMutation { return _u.mutation @@ -215,9 +36,6 @@ func (_u *VendorScoringConfigHistoryUpdate) Mutation() *VendorScoringConfigHisto // Save executes the query and returns the number of nodes affected by the update operation. func (_u *VendorScoringConfigHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -243,38 +61,7 @@ func (_u *VendorScoringConfigHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *VendorScoringConfigHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vendorscoringconfighistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vendorscoringconfighistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vendorscoringconfighistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VendorScoringConfigHistoryUpdate) check() error { - if v, ok := _u.mutation.ScoringMode(); ok { - if err := vendorscoringconfighistory.ScoringModeValidator(v); err != nil { - return &ValidationError{Name: "scoring_mode", err: fmt.Errorf(`historygenerated: validator failed for field "VendorScoringConfigHistory.scoring_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VendorScoringConfigHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VendorScoringConfigHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *VendorScoringConfigHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(vendorscoringconfighistory.Table, vendorscoringconfighistory.Columns, sqlgraph.NewFieldSpec(vendorscoringconfighistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -289,68 +76,30 @@ func (_u *VendorScoringConfigHistoryUpdate) sqlSave(ctx context.Context) (_node if _u.mutation.CreatedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vendorscoringconfighistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vendorscoringconfighistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vendorscoringconfighistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vendorscoringconfighistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(vendorscoringconfighistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(vendorscoringconfighistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(vendorscoringconfighistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Questions(); ok { - _spec.SetField(vendorscoringconfighistory.FieldQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.ScoringMode(); ok { - _spec.SetField(vendorscoringconfighistory.FieldScoringMode, field.TypeEnum, value) - } - if value, ok := _u.mutation.RiskThresholds(); ok { - _spec.SetField(vendorscoringconfighistory.FieldRiskThresholds, field.TypeJSON, value) - } - _spec.Node.Schema = _u.schemaConfig.VendorScoringConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{vendorscoringconfighistory.Label} @@ -366,182 +115,9 @@ func (_u *VendorScoringConfigHistoryUpdate) sqlSave(ctx context.Context) (_node // VendorScoringConfigHistoryUpdateOne is the builder for updating a single VendorScoringConfigHistory entity. type VendorScoringConfigHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *VendorScoringConfigHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetUpdatedAt(v time.Time) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearUpdatedAt() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetUpdatedBy(v string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableUpdatedBy(v *string) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearUpdatedBy() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetUpdatedByImpersonator(v string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearUpdatedByImpersonator() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetDeletedAt(v time.Time) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearDeletedAt() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetDeletedBy(v string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableDeletedBy(v *string) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearDeletedBy() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetTags(v []string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VendorScoringConfigHistoryUpdateOne) AppendTags(v []string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearTags() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetOwnerID sets the "owner_id" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetOwnerID(v string) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetOwnerID(v) - return _u -} - -// SetNillableOwnerID sets the "owner_id" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableOwnerID(v *string) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetOwnerID(*v) - } - return _u -} - -// ClearOwnerID clears the value of the "owner_id" field. -func (_u *VendorScoringConfigHistoryUpdateOne) ClearOwnerID() *VendorScoringConfigHistoryUpdateOne { - _u.mutation.ClearOwnerID() - return _u -} - -// SetQuestions sets the "questions" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetQuestions(v models.VendorScoringQuestionsConfig) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetQuestions(v) - return _u -} - -// SetNillableQuestions sets the "questions" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableQuestions(v *models.VendorScoringQuestionsConfig) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetQuestions(*v) - } - return _u -} - -// SetScoringMode sets the "scoring_mode" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetScoringMode(v enums.VendorScoringMode) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetScoringMode(v) - return _u -} - -// SetNillableScoringMode sets the "scoring_mode" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableScoringMode(v *enums.VendorScoringMode) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetScoringMode(*v) - } - return _u -} - -// SetRiskThresholds sets the "risk_thresholds" field. -func (_u *VendorScoringConfigHistoryUpdateOne) SetRiskThresholds(v models.RiskThresholdsConfig) *VendorScoringConfigHistoryUpdateOne { - _u.mutation.SetRiskThresholds(v) - return _u -} - -// SetNillableRiskThresholds sets the "risk_thresholds" field if the given value is not nil. -func (_u *VendorScoringConfigHistoryUpdateOne) SetNillableRiskThresholds(v *models.RiskThresholdsConfig) *VendorScoringConfigHistoryUpdateOne { - if v != nil { - _u.SetRiskThresholds(*v) - } - return _u + fields []string + hooks []Hook + mutation *VendorScoringConfigHistoryMutation } // Mutation returns the VendorScoringConfigHistoryMutation object of the builder. @@ -564,9 +140,6 @@ func (_u *VendorScoringConfigHistoryUpdateOne) Select(field string, fields ...st // Save executes the query and returns the updated VendorScoringConfigHistory entity. func (_u *VendorScoringConfigHistoryUpdateOne) Save(ctx context.Context) (*VendorScoringConfigHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -592,38 +165,7 @@ func (_u *VendorScoringConfigHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *VendorScoringConfigHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vendorscoringconfighistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vendorscoringconfighistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vendorscoringconfighistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VendorScoringConfigHistoryUpdateOne) check() error { - if v, ok := _u.mutation.ScoringMode(); ok { - if err := vendorscoringconfighistory.ScoringModeValidator(v); err != nil { - return &ValidationError{Name: "scoring_mode", err: fmt.Errorf(`historygenerated: validator failed for field "VendorScoringConfigHistory.scoring_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VendorScoringConfigHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VendorScoringConfigHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *VendorScoringConfigHistoryUpdateOne) sqlSave(ctx context.Context) (_node *VendorScoringConfigHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(vendorscoringconfighistory.Table, vendorscoringconfighistory.Columns, sqlgraph.NewFieldSpec(vendorscoringconfighistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -655,68 +197,30 @@ func (_u *VendorScoringConfigHistoryUpdateOne) sqlSave(ctx context.Context) (_no if _u.mutation.CreatedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vendorscoringconfighistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(vendorscoringconfighistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vendorscoringconfighistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(vendorscoringconfighistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vendorscoringconfighistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(vendorscoringconfighistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vendorscoringconfighistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vendorscoringconfighistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(vendorscoringconfighistory.FieldTags, field.TypeJSON) } - if value, ok := _u.mutation.OwnerID(); ok { - _spec.SetField(vendorscoringconfighistory.FieldOwnerID, field.TypeString, value) - } if _u.mutation.OwnerIDCleared() { _spec.ClearField(vendorscoringconfighistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.Questions(); ok { - _spec.SetField(vendorscoringconfighistory.FieldQuestions, field.TypeJSON, value) - } - if value, ok := _u.mutation.ScoringMode(); ok { - _spec.SetField(vendorscoringconfighistory.FieldScoringMode, field.TypeEnum, value) - } - if value, ok := _u.mutation.RiskThresholds(); ok { - _spec.SetField(vendorscoringconfighistory.FieldRiskThresholds, field.TypeJSON, value) - } - _spec.Node.Schema = _u.schemaConfig.VendorScoringConfigHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &VendorScoringConfigHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/vulnerabilityhistory/vulnerabilityhistory.go b/internal/ent/historygenerated/vulnerabilityhistory/vulnerabilityhistory.go index 6f9bf1ac1e..7e9bdc8f50 100644 --- a/internal/ent/historygenerated/vulnerabilityhistory/vulnerabilityhistory.go +++ b/internal/ent/historygenerated/vulnerabilityhistory/vulnerabilityhistory.go @@ -267,8 +267,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/vulnerabilityhistory_create.go b/internal/ent/historygenerated/vulnerabilityhistory_create.go index d228227d6d..25a415b7bd 100644 --- a/internal/ent/historygenerated/vulnerabilityhistory_create.go +++ b/internal/ent/historygenerated/vulnerabilityhistory_create.go @@ -1120,7 +1120,6 @@ func (_c *VulnerabilityHistoryCreate) createSpec() (*VulnerabilityHistory, *sqlg _node = &VulnerabilityHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(vulnerabilityhistory.Table, sqlgraph.NewFieldSpec(vulnerabilityhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.VulnerabilityHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/vulnerabilityhistory_delete.go b/internal/ent/historygenerated/vulnerabilityhistory_delete.go index 48425f36b4..f751d59413 100644 --- a/internal/ent/historygenerated/vulnerabilityhistory_delete.go +++ b/internal/ent/historygenerated/vulnerabilityhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/vulnerabilityhistory" ) @@ -45,8 +43,6 @@ func (_d *VulnerabilityHistoryDelete) ExecX(ctx context.Context) int { func (_d *VulnerabilityHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(vulnerabilityhistory.Table, sqlgraph.NewFieldSpec(vulnerabilityhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.VulnerabilityHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/vulnerabilityhistory_query.go b/internal/ent/historygenerated/vulnerabilityhistory_query.go index 9d9f57f299..dbe6cd28d4 100644 --- a/internal/ent/historygenerated/vulnerabilityhistory_query.go +++ b/internal/ent/historygenerated/vulnerabilityhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vulnerabilityhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type VulnerabilityHistoryQuery struct { order []vulnerabilityhistory.OrderOption inters []Interceptor predicates []predicate.VulnerabilityHistory - loadTotal []func(context.Context, []*VulnerabilityHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*VulnerabilityHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *VulnerabilityHistoryQuery) Clone() *VulnerabilityHistoryQuery { inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.VulnerabilityHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *VulnerabilityHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.VulnerabilityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *VulnerabilityHistoryQuery) sqlAll(ctx context.Context, hooks ...queryH func (_q *VulnerabilityHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.VulnerabilityHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *VulnerabilityHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.VulnerabilityHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *VulnerabilityHistoryQuery) sqlQuery(ctx context.Context) *sql.Selector return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *VulnerabilityHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *VulnerabilityHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (vhq *VulnerabilityHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "VulnerabilityHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *VulnerabilityHistorySelect) sqlScan(ctx context.Context, root *Vulnera defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *VulnerabilityHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *VulnerabilityHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/vulnerabilityhistory_update.go b/internal/ent/historygenerated/vulnerabilityhistory_update.go index c128f99adf..ef1899746e 100644 --- a/internal/ent/historygenerated/vulnerabilityhistory_update.go +++ b/internal/ent/historygenerated/vulnerabilityhistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/vulnerabilityhistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // VulnerabilityHistoryUpdate is the builder for updating VulnerabilityHistory entities. type VulnerabilityHistoryUpdate struct { config - hooks []Hook - mutation *VulnerabilityHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *VulnerabilityHistoryMutation } // Where appends a list predicates to the VulnerabilityHistoryUpdate builder. @@ -36,3025 +29,266 @@ func (_u *VulnerabilityHistoryUpdate) Where(ps ...predicate.VulnerabilityHistory return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *VulnerabilityHistoryUpdate) SetUpdatedAt(v time.Time) *VulnerabilityHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearUpdatedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u +// Mutation returns the VulnerabilityHistoryMutation object of the builder. +func (_u *VulnerabilityHistoryUpdate) Mutation() *VulnerabilityHistoryMutation { + return _u.mutation } -// SetUpdatedBy sets the "updated_by" field. -func (_u *VulnerabilityHistoryUpdate) SetUpdatedBy(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *VulnerabilityHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableUpdatedBy(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *VulnerabilityHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VulnerabilityHistoryUpdate) ClearUpdatedBy() *VulnerabilityHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u + return affected } -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VulnerabilityHistoryUpdate) SetUpdatedByImpersonator(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u +// Exec executes the query. +func (_u *VulnerabilityHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *VulnerabilityHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u } -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VulnerabilityHistoryUpdate) ClearUpdatedByImpersonator() *VulnerabilityHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VulnerabilityHistoryUpdate) SetDeletedAt(v time.Time) *VulnerabilityHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDeletedAt(v *time.Time) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) +func (_u *VulnerabilityHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(vulnerabilityhistory.Table, vulnerabilityhistory.Columns, sqlgraph.NewFieldSpec(vulnerabilityhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearDeletedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VulnerabilityHistoryUpdate) SetDeletedBy(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDeletedBy(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(vulnerabilityhistory.FieldRef, field.TypeString) } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VulnerabilityHistoryUpdate) ClearDeletedBy() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VulnerabilityHistoryUpdate) SetTags(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VulnerabilityHistoryUpdate) AppendTags(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VulnerabilityHistoryUpdate) ClearTags() *VulnerabilityHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *VulnerabilityHistoryUpdate) SetReviewedBy(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableReviewedBy(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetReviewedBy(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *VulnerabilityHistoryUpdate) ClearReviewedBy() *VulnerabilityHistoryUpdate { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *VulnerabilityHistoryUpdate) SetReviewedByUserID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableReviewedByUserID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetReviewedByUserID(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearReviewedByUserID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *VulnerabilityHistoryUpdate) SetReviewedByGroupID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableReviewedByGroupID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetReviewedByGroupID(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(vulnerabilityhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearReviewedByGroupID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetAssignedTo sets the "assigned_to" field. -func (_u *VulnerabilityHistoryUpdate) SetAssignedTo(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetAssignedTo(v) - return _u -} - -// SetNillableAssignedTo sets the "assigned_to" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableAssignedTo(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetAssignedTo(*v) + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(vulnerabilityhistory.FieldUpdatedBy, field.TypeString) } - return _u -} - -// ClearAssignedTo clears the value of the "assigned_to" field. -func (_u *VulnerabilityHistoryUpdate) ClearAssignedTo() *VulnerabilityHistoryUpdate { - _u.mutation.ClearAssignedTo() - return _u -} - -// SetAssignedToUserID sets the "assigned_to_user_id" field. -func (_u *VulnerabilityHistoryUpdate) SetAssignedToUserID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetAssignedToUserID(v) - return _u -} - -// SetNillableAssignedToUserID sets the "assigned_to_user_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableAssignedToUserID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetAssignedToUserID(*v) + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(vulnerabilityhistory.FieldUpdatedByImpersonator, field.TypeString) } - return _u -} - -// ClearAssignedToUserID clears the value of the "assigned_to_user_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearAssignedToUserID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearAssignedToUserID() - return _u -} - -// SetAssignedToGroupID sets the "assigned_to_group_id" field. -func (_u *VulnerabilityHistoryUpdate) SetAssignedToGroupID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetAssignedToGroupID(v) - return _u -} - -// SetNillableAssignedToGroupID sets the "assigned_to_group_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableAssignedToGroupID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetAssignedToGroupID(*v) + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDeletedAt, field.TypeTime) } - return _u -} - -// ClearAssignedToGroupID clears the value of the "assigned_to_group_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearAssignedToGroupID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearAssignedToGroupID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *VulnerabilityHistoryUpdate) SetInternalNotes(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableInternalNotes(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) + if _u.mutation.DeletedByCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDeletedBy, field.TypeString) } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *VulnerabilityHistoryUpdate) ClearInternalNotes() *VulnerabilityHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *VulnerabilityHistoryUpdate) SetSystemInternalID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSystemInternalID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) + if _u.mutation.TagsCleared() { + _spec.ClearField(vulnerabilityhistory.FieldTags, field.TypeJSON) } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearSystemInternalID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *VulnerabilityHistoryUpdate) SetEnvironmentName(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableEnvironmentName(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetEnvironmentName(*v) + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldOwnerID, field.TypeString) } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *VulnerabilityHistoryUpdate) ClearEnvironmentName() *VulnerabilityHistoryUpdate { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *VulnerabilityHistoryUpdate) SetEnvironmentID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableEnvironmentID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetEnvironmentID(*v) + if _u.mutation.ReviewedByCleared() { + _spec.ClearField(vulnerabilityhistory.FieldReviewedBy, field.TypeString) } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearEnvironmentID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *VulnerabilityHistoryUpdate) SetScopeName(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableScopeName(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetScopeName(*v) + if _u.mutation.ReviewedByUserIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldReviewedByUserID, field.TypeString) } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *VulnerabilityHistoryUpdate) ClearScopeName() *VulnerabilityHistoryUpdate { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *VulnerabilityHistoryUpdate) SetScopeID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableScopeID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetScopeID(*v) + if _u.mutation.ReviewedByGroupIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldReviewedByGroupID, field.TypeString) } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearScopeID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearScopeID() - return _u -} - -// SetVulnerabilityStatusName sets the "vulnerability_status_name" field. -func (_u *VulnerabilityHistoryUpdate) SetVulnerabilityStatusName(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetVulnerabilityStatusName(v) - return _u -} - -// SetNillableVulnerabilityStatusName sets the "vulnerability_status_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableVulnerabilityStatusName(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetVulnerabilityStatusName(*v) + if _u.mutation.AssignedToCleared() { + _spec.ClearField(vulnerabilityhistory.FieldAssignedTo, field.TypeString) } - return _u -} - -// ClearVulnerabilityStatusName clears the value of the "vulnerability_status_name" field. -func (_u *VulnerabilityHistoryUpdate) ClearVulnerabilityStatusName() *VulnerabilityHistoryUpdate { - _u.mutation.ClearVulnerabilityStatusName() - return _u -} - -// SetVulnerabilityStatusID sets the "vulnerability_status_id" field. -func (_u *VulnerabilityHistoryUpdate) SetVulnerabilityStatusID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetVulnerabilityStatusID(v) - return _u -} - -// SetNillableVulnerabilityStatusID sets the "vulnerability_status_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableVulnerabilityStatusID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetVulnerabilityStatusID(*v) + if _u.mutation.AssignedToUserIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldAssignedToUserID, field.TypeString) } - return _u -} - -// ClearVulnerabilityStatusID clears the value of the "vulnerability_status_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearVulnerabilityStatusID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearVulnerabilityStatusID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *VulnerabilityHistoryUpdate) SetWorkflowEligibleMarker(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableWorkflowEligibleMarker(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) + if _u.mutation.AssignedToGroupIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldAssignedToGroupID, field.TypeString) } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *VulnerabilityHistoryUpdate) ClearWorkflowEligibleMarker() *VulnerabilityHistoryUpdate { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *VulnerabilityHistoryUpdate) SetExternalOwnerID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableExternalOwnerID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetExternalOwnerID(*v) + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSystemOwned, field.TypeBool) } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearExternalOwnerID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *VulnerabilityHistoryUpdate) SetSecurityLevel(v enums.SecurityLevel) *VulnerabilityHistoryUpdate { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSecurityLevel(v *enums.SecurityLevel) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSecurityLevel(*v) + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(vulnerabilityhistory.FieldInternalNotes, field.TypeString) } - return _u -} - -// ClearSecurityLevel clears the value of the "security_level" field. -func (_u *VulnerabilityHistoryUpdate) ClearSecurityLevel() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSecurityLevel() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *VulnerabilityHistoryUpdate) SetExternalID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableExternalID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetExternalID(*v) + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSystemInternalID, field.TypeString) } - return _u -} - -// SetCveID sets the "cve_id" field. -func (_u *VulnerabilityHistoryUpdate) SetCveID(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetCveID(v) - return _u -} - -// SetNillableCveID sets the "cve_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableCveID(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetCveID(*v) + if _u.mutation.EnvironmentNameCleared() { + _spec.ClearField(vulnerabilityhistory.FieldEnvironmentName, field.TypeString) } - return _u -} - -// ClearCveID clears the value of the "cve_id" field. -func (_u *VulnerabilityHistoryUpdate) ClearCveID() *VulnerabilityHistoryUpdate { - _u.mutation.ClearCveID() - return _u -} - -// SetSource sets the "source" field. -func (_u *VulnerabilityHistoryUpdate) SetSource(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSource(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSource(*v) + if _u.mutation.EnvironmentIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldEnvironmentID, field.TypeString) } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *VulnerabilityHistoryUpdate) ClearSource() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSource() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *VulnerabilityHistoryUpdate) SetDisplayName(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDisplayName(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDisplayName(*v) + if _u.mutation.ScopeNameCleared() { + _spec.ClearField(vulnerabilityhistory.FieldScopeName, field.TypeString) } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *VulnerabilityHistoryUpdate) ClearDisplayName() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDisplayName() - return _u -} - -// SetCategory sets the "category" field. -func (_u *VulnerabilityHistoryUpdate) SetCategory(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableCategory(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetCategory(*v) + if _u.mutation.ScopeIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldScopeID, field.TypeString) } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *VulnerabilityHistoryUpdate) ClearCategory() *VulnerabilityHistoryUpdate { - _u.mutation.ClearCategory() - return _u -} - -// SetSeverity sets the "severity" field. -func (_u *VulnerabilityHistoryUpdate) SetSeverity(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetSeverity(v) - return _u -} - -// SetNillableSeverity sets the "severity" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSeverity(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSeverity(*v) + if _u.mutation.VulnerabilityStatusNameCleared() { + _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusName, field.TypeString) } - return _u -} - -// ClearSeverity clears the value of the "severity" field. -func (_u *VulnerabilityHistoryUpdate) ClearSeverity() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSeverity() - return _u -} - -// SetScore sets the "score" field. -func (_u *VulnerabilityHistoryUpdate) SetScore(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableScore(v *float64) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetScore(*v) + if _u.mutation.VulnerabilityStatusIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusID, field.TypeString) } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *VulnerabilityHistoryUpdate) AddScore(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *VulnerabilityHistoryUpdate) ClearScore() *VulnerabilityHistoryUpdate { - _u.mutation.ClearScore() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *VulnerabilityHistoryUpdate) SetImpact(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.ResetImpact() - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableImpact(v *float64) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetImpact(*v) + if _u.mutation.WorkflowEligibleMarkerCleared() { + _spec.ClearField(vulnerabilityhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - return _u -} - -// AddImpact adds value to the "impact" field. -func (_u *VulnerabilityHistoryUpdate) AddImpact(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.AddImpact(v) - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *VulnerabilityHistoryUpdate) ClearImpact() *VulnerabilityHistoryUpdate { - _u.mutation.ClearImpact() - return _u -} - -// SetExploitability sets the "exploitability" field. -func (_u *VulnerabilityHistoryUpdate) SetExploitability(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.ResetExploitability() - _u.mutation.SetExploitability(v) - return _u -} - -// SetNillableExploitability sets the "exploitability" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableExploitability(v *float64) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetExploitability(*v) + if _u.mutation.ExternalOwnerIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldExternalOwnerID, field.TypeString) } - return _u -} - -// AddExploitability adds value to the "exploitability" field. -func (_u *VulnerabilityHistoryUpdate) AddExploitability(v float64) *VulnerabilityHistoryUpdate { - _u.mutation.AddExploitability(v) - return _u -} - -// ClearExploitability clears the value of the "exploitability" field. -func (_u *VulnerabilityHistoryUpdate) ClearExploitability() *VulnerabilityHistoryUpdate { - _u.mutation.ClearExploitability() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *VulnerabilityHistoryUpdate) SetPriority(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillablePriority(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetPriority(*v) + if _u.mutation.SecurityLevelCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSecurityLevel, field.TypeEnum) } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *VulnerabilityHistoryUpdate) ClearPriority() *VulnerabilityHistoryUpdate { - _u.mutation.ClearPriority() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *VulnerabilityHistoryUpdate) SetSummary(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSummary(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSummary(*v) + if _u.mutation.CveIDCleared() { + _spec.ClearField(vulnerabilityhistory.FieldCveID, field.TypeString) } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *VulnerabilityHistoryUpdate) ClearSummary() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSummary() - return _u -} - -// SetDescription sets the "description" field. -func (_u *VulnerabilityHistoryUpdate) SetDescription(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDescription(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.SourceCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSource, field.TypeString) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *VulnerabilityHistoryUpdate) ClearDescription() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetVector sets the "vector" field. -func (_u *VulnerabilityHistoryUpdate) SetVector(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetVector(v) - return _u -} - -// SetNillableVector sets the "vector" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableVector(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetVector(*v) + if _u.mutation.DisplayNameCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDisplayName, field.TypeString) } - return _u -} - -// ClearVector clears the value of the "vector" field. -func (_u *VulnerabilityHistoryUpdate) ClearVector() *VulnerabilityHistoryUpdate { - _u.mutation.ClearVector() - return _u -} - -// SetRemediationSLA sets the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdate) SetRemediationSLA(v int) *VulnerabilityHistoryUpdate { - _u.mutation.ResetRemediationSLA() - _u.mutation.SetRemediationSLA(v) - return _u -} - -// SetNillableRemediationSLA sets the "remediation_sla" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableRemediationSLA(v *int) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetRemediationSLA(*v) + if _u.mutation.CategoryCleared() { + _spec.ClearField(vulnerabilityhistory.FieldCategory, field.TypeString) } - return _u -} - -// AddRemediationSLA adds value to the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdate) AddRemediationSLA(v int) *VulnerabilityHistoryUpdate { - _u.mutation.AddRemediationSLA(v) - return _u -} - -// ClearRemediationSLA clears the value of the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdate) ClearRemediationSLA() *VulnerabilityHistoryUpdate { - _u.mutation.ClearRemediationSLA() - return _u -} - -// SetOpen sets the "open" field. -func (_u *VulnerabilityHistoryUpdate) SetOpen(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetOpen(v) - return _u -} - -// SetNillableOpen sets the "open" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableOpen(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetOpen(*v) + if _u.mutation.SeverityCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSeverity, field.TypeString) } - return _u -} - -// ClearOpen clears the value of the "open" field. -func (_u *VulnerabilityHistoryUpdate) ClearOpen() *VulnerabilityHistoryUpdate { - _u.mutation.ClearOpen() - return _u -} - -// SetBlocking sets the "blocking" field. -func (_u *VulnerabilityHistoryUpdate) SetBlocking(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetBlocking(v) - return _u -} - -// SetNillableBlocking sets the "blocking" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableBlocking(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetBlocking(*v) + if _u.mutation.ScoreCleared() { + _spec.ClearField(vulnerabilityhistory.FieldScore, field.TypeFloat64) } - return _u -} - -// ClearBlocking clears the value of the "blocking" field. -func (_u *VulnerabilityHistoryUpdate) ClearBlocking() *VulnerabilityHistoryUpdate { - _u.mutation.ClearBlocking() - return _u -} - -// SetProduction sets the "production" field. -func (_u *VulnerabilityHistoryUpdate) SetProduction(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetProduction(v) - return _u -} - -// SetNillableProduction sets the "production" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableProduction(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetProduction(*v) + if _u.mutation.ImpactCleared() { + _spec.ClearField(vulnerabilityhistory.FieldImpact, field.TypeFloat64) } - return _u -} - -// ClearProduction clears the value of the "production" field. -func (_u *VulnerabilityHistoryUpdate) ClearProduction() *VulnerabilityHistoryUpdate { - _u.mutation.ClearProduction() - return _u -} - -// SetPublic sets the "public" field. -func (_u *VulnerabilityHistoryUpdate) SetPublic(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetPublic(v) - return _u -} - -// SetNillablePublic sets the "public" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillablePublic(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetPublic(*v) + if _u.mutation.ExploitabilityCleared() { + _spec.ClearField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64) } - return _u -} - -// ClearPublic clears the value of the "public" field. -func (_u *VulnerabilityHistoryUpdate) ClearPublic() *VulnerabilityHistoryUpdate { - _u.mutation.ClearPublic() - return _u -} - -// SetValidated sets the "validated" field. -func (_u *VulnerabilityHistoryUpdate) SetValidated(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetValidated(v) - return _u -} - -// SetNillableValidated sets the "validated" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableValidated(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetValidated(*v) + if _u.mutation.PriorityCleared() { + _spec.ClearField(vulnerabilityhistory.FieldPriority, field.TypeString) } - return _u -} - -// ClearValidated clears the value of the "validated" field. -func (_u *VulnerabilityHistoryUpdate) ClearValidated() *VulnerabilityHistoryUpdate { - _u.mutation.ClearValidated() - return _u -} - -// SetReferences sets the "references" field. -func (_u *VulnerabilityHistoryUpdate) SetReferences(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *VulnerabilityHistoryUpdate) AppendReferences(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *VulnerabilityHistoryUpdate) ClearReferences() *VulnerabilityHistoryUpdate { - _u.mutation.ClearReferences() - return _u -} - -// SetImpacts sets the "impacts" field. -func (_u *VulnerabilityHistoryUpdate) SetImpacts(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.SetImpacts(v) - return _u -} - -// AppendImpacts appends value to the "impacts" field. -func (_u *VulnerabilityHistoryUpdate) AppendImpacts(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.AppendImpacts(v) - return _u -} - -// ClearImpacts clears the value of the "impacts" field. -func (_u *VulnerabilityHistoryUpdate) ClearImpacts() *VulnerabilityHistoryUpdate { - _u.mutation.ClearImpacts() - return _u -} - -// SetCweIds sets the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdate) SetCweIds(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.SetCweIds(v) - return _u -} - -// AppendCweIds appends value to the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdate) AppendCweIds(v []string) *VulnerabilityHistoryUpdate { - _u.mutation.AppendCweIds(v) - return _u -} - -// ClearCweIds clears the value of the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdate) ClearCweIds() *VulnerabilityHistoryUpdate { - _u.mutation.ClearCweIds() - return _u -} - -// SetVulnerableVersionRange sets the "vulnerable_version_range" field. -func (_u *VulnerabilityHistoryUpdate) SetVulnerableVersionRange(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetVulnerableVersionRange(v) - return _u -} - -// SetNillableVulnerableVersionRange sets the "vulnerable_version_range" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableVulnerableVersionRange(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetVulnerableVersionRange(*v) + if _u.mutation.SummaryCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSummary, field.TypeString) } - return _u -} - -// ClearVulnerableVersionRange clears the value of the "vulnerable_version_range" field. -func (_u *VulnerabilityHistoryUpdate) ClearVulnerableVersionRange() *VulnerabilityHistoryUpdate { - _u.mutation.ClearVulnerableVersionRange() - return _u -} - -// SetFirstPatchedVersion sets the "first_patched_version" field. -func (_u *VulnerabilityHistoryUpdate) SetFirstPatchedVersion(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetFirstPatchedVersion(v) - return _u -} - -// SetNillableFirstPatchedVersion sets the "first_patched_version" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableFirstPatchedVersion(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetFirstPatchedVersion(*v) - } - return _u -} - -// ClearFirstPatchedVersion clears the value of the "first_patched_version" field. -func (_u *VulnerabilityHistoryUpdate) ClearFirstPatchedVersion() *VulnerabilityHistoryUpdate { - _u.mutation.ClearFirstPatchedVersion() - return _u -} - -// SetFixAvailable sets the "fix_available" field. -func (_u *VulnerabilityHistoryUpdate) SetFixAvailable(v bool) *VulnerabilityHistoryUpdate { - _u.mutation.SetFixAvailable(v) - return _u -} - -// SetNillableFixAvailable sets the "fix_available" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableFixAvailable(v *bool) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetFixAvailable(*v) - } - return _u -} - -// ClearFixAvailable clears the value of the "fix_available" field. -func (_u *VulnerabilityHistoryUpdate) ClearFixAvailable() *VulnerabilityHistoryUpdate { - _u.mutation.ClearFixAvailable() - return _u -} - -// SetPackageName sets the "package_name" field. -func (_u *VulnerabilityHistoryUpdate) SetPackageName(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetPackageName(v) - return _u -} - -// SetNillablePackageName sets the "package_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillablePackageName(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetPackageName(*v) - } - return _u -} - -// ClearPackageName clears the value of the "package_name" field. -func (_u *VulnerabilityHistoryUpdate) ClearPackageName() *VulnerabilityHistoryUpdate { - _u.mutation.ClearPackageName() - return _u -} - -// SetPackageEcosystem sets the "package_ecosystem" field. -func (_u *VulnerabilityHistoryUpdate) SetPackageEcosystem(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetPackageEcosystem(v) - return _u -} - -// SetNillablePackageEcosystem sets the "package_ecosystem" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillablePackageEcosystem(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetPackageEcosystem(*v) - } - return _u -} - -// ClearPackageEcosystem clears the value of the "package_ecosystem" field. -func (_u *VulnerabilityHistoryUpdate) ClearPackageEcosystem() *VulnerabilityHistoryUpdate { - _u.mutation.ClearPackageEcosystem() - return _u -} - -// SetManifestPath sets the "manifest_path" field. -func (_u *VulnerabilityHistoryUpdate) SetManifestPath(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetManifestPath(v) - return _u -} - -// SetNillableManifestPath sets the "manifest_path" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableManifestPath(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetManifestPath(*v) - } - return _u -} - -// ClearManifestPath clears the value of the "manifest_path" field. -func (_u *VulnerabilityHistoryUpdate) ClearManifestPath() *VulnerabilityHistoryUpdate { - _u.mutation.ClearManifestPath() - return _u -} - -// SetDependencyScope sets the "dependency_scope" field. -func (_u *VulnerabilityHistoryUpdate) SetDependencyScope(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDependencyScope(v) - return _u -} - -// SetNillableDependencyScope sets the "dependency_scope" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDependencyScope(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDependencyScope(*v) - } - return _u -} - -// ClearDependencyScope clears the value of the "dependency_scope" field. -func (_u *VulnerabilityHistoryUpdate) ClearDependencyScope() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDependencyScope() - return _u -} - -// SetPublishedAt sets the "published_at" field. -func (_u *VulnerabilityHistoryUpdate) SetPublishedAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetPublishedAt(v) - return _u -} - -// SetNillablePublishedAt sets the "published_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillablePublishedAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetPublishedAt(*v) - } - return _u -} - -// ClearPublishedAt clears the value of the "published_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearPublishedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearPublishedAt() - return _u -} - -// SetDiscoveredAt sets the "discovered_at" field. -func (_u *VulnerabilityHistoryUpdate) SetDiscoveredAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetDiscoveredAt(v) - return _u -} - -// SetNillableDiscoveredAt sets the "discovered_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDiscoveredAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDiscoveredAt(*v) - } - return _u -} - -// ClearDiscoveredAt clears the value of the "discovered_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearDiscoveredAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDiscoveredAt() - return _u -} - -// SetSourceUpdatedAt sets the "source_updated_at" field. -func (_u *VulnerabilityHistoryUpdate) SetSourceUpdatedAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetSourceUpdatedAt(v) - return _u -} - -// SetNillableSourceUpdatedAt sets the "source_updated_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableSourceUpdatedAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetSourceUpdatedAt(*v) - } - return _u -} - -// ClearSourceUpdatedAt clears the value of the "source_updated_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearSourceUpdatedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearSourceUpdatedAt() - return _u -} - -// SetDismissedAt sets the "dismissed_at" field. -func (_u *VulnerabilityHistoryUpdate) SetDismissedAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetDismissedAt(v) - return _u -} - -// SetNillableDismissedAt sets the "dismissed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDismissedAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDismissedAt(*v) - } - return _u -} - -// ClearDismissedAt clears the value of the "dismissed_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearDismissedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDismissedAt() - return _u -} - -// SetDismissedReason sets the "dismissed_reason" field. -func (_u *VulnerabilityHistoryUpdate) SetDismissedReason(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDismissedReason(v) - return _u -} - -// SetNillableDismissedReason sets the "dismissed_reason" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDismissedReason(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDismissedReason(*v) - } - return _u -} - -// ClearDismissedReason clears the value of the "dismissed_reason" field. -func (_u *VulnerabilityHistoryUpdate) ClearDismissedReason() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDismissedReason() - return _u -} - -// SetDismissedComment sets the "dismissed_comment" field. -func (_u *VulnerabilityHistoryUpdate) SetDismissedComment(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetDismissedComment(v) - return _u -} - -// SetNillableDismissedComment sets the "dismissed_comment" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableDismissedComment(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetDismissedComment(*v) - } - return _u -} - -// ClearDismissedComment clears the value of the "dismissed_comment" field. -func (_u *VulnerabilityHistoryUpdate) ClearDismissedComment() *VulnerabilityHistoryUpdate { - _u.mutation.ClearDismissedComment() - return _u -} - -// SetFixedAt sets the "fixed_at" field. -func (_u *VulnerabilityHistoryUpdate) SetFixedAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetFixedAt(v) - return _u -} - -// SetNillableFixedAt sets the "fixed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableFixedAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetFixedAt(*v) - } - return _u -} - -// ClearFixedAt clears the value of the "fixed_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearFixedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearFixedAt() - return _u -} - -// SetAutoDismissedAt sets the "auto_dismissed_at" field. -func (_u *VulnerabilityHistoryUpdate) SetAutoDismissedAt(v models.DateTime) *VulnerabilityHistoryUpdate { - _u.mutation.SetAutoDismissedAt(v) - return _u -} - -// SetNillableAutoDismissedAt sets the "auto_dismissed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableAutoDismissedAt(v *models.DateTime) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetAutoDismissedAt(*v) - } - return _u -} - -// ClearAutoDismissedAt clears the value of the "auto_dismissed_at" field. -func (_u *VulnerabilityHistoryUpdate) ClearAutoDismissedAt() *VulnerabilityHistoryUpdate { - _u.mutation.ClearAutoDismissedAt() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *VulnerabilityHistoryUpdate) SetExternalURI(v string) *VulnerabilityHistoryUpdate { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdate) SetNillableExternalURI(v *string) *VulnerabilityHistoryUpdate { - if v != nil { - _u.SetExternalURI(*v) - } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *VulnerabilityHistoryUpdate) ClearExternalURI() *VulnerabilityHistoryUpdate { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *VulnerabilityHistoryUpdate) SetMetadata(v map[string]interface{}) *VulnerabilityHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *VulnerabilityHistoryUpdate) ClearMetadata() *VulnerabilityHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *VulnerabilityHistoryUpdate) SetRawPayload(v map[string]interface{}) *VulnerabilityHistoryUpdate { - _u.mutation.SetRawPayload(v) - return _u -} - -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *VulnerabilityHistoryUpdate) ClearRawPayload() *VulnerabilityHistoryUpdate { - _u.mutation.ClearRawPayload() - return _u -} - -// Mutation returns the VulnerabilityHistoryMutation object of the builder. -func (_u *VulnerabilityHistoryUpdate) Mutation() *VulnerabilityHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *VulnerabilityHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *VulnerabilityHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *VulnerabilityHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *VulnerabilityHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *VulnerabilityHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vulnerabilityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vulnerabilityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vulnerabilityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VulnerabilityHistoryUpdate) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := vulnerabilityhistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "VulnerabilityHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VulnerabilityHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VulnerabilityHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *VulnerabilityHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(vulnerabilityhistory.Table, vulnerabilityhistory.Columns, sqlgraph.NewFieldSpec(vulnerabilityhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(vulnerabilityhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(vulnerabilityhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(vulnerabilityhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(vulnerabilityhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vulnerabilityhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(vulnerabilityhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldOwnerID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedBy, field.TypeString, value) - } - if _u.mutation.ReviewedByCleared() { - _spec.ClearField(vulnerabilityhistory.FieldReviewedBy, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedByUserID, field.TypeString, value) - } - if _u.mutation.ReviewedByUserIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldReviewedByUserID, field.TypeString) - } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedByGroupID, field.TypeString, value) - } - if _u.mutation.ReviewedByGroupIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldReviewedByGroupID, field.TypeString) - } - if value, ok := _u.mutation.AssignedTo(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedTo, field.TypeString, value) - } - if _u.mutation.AssignedToCleared() { - _spec.ClearField(vulnerabilityhistory.FieldAssignedTo, field.TypeString) - } - if value, ok := _u.mutation.AssignedToUserID(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedToUserID, field.TypeString, value) - } - if _u.mutation.AssignedToUserIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldAssignedToUserID, field.TypeString) - } - if value, ok := _u.mutation.AssignedToGroupID(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedToGroupID, field.TypeString, value) - } - if _u.mutation.AssignedToGroupIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldAssignedToGroupID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(vulnerabilityhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(vulnerabilityhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(vulnerabilityhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(vulnerabilityhistory.FieldEnvironmentName, field.TypeString, value) - } - if _u.mutation.EnvironmentNameCleared() { - _spec.ClearField(vulnerabilityhistory.FieldEnvironmentName, field.TypeString) - } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(vulnerabilityhistory.FieldEnvironmentID, field.TypeString, value) - } - if _u.mutation.EnvironmentIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldEnvironmentID, field.TypeString) - } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(vulnerabilityhistory.FieldScopeName, field.TypeString, value) - } - if _u.mutation.ScopeNameCleared() { - _spec.ClearField(vulnerabilityhistory.FieldScopeName, field.TypeString) - } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(vulnerabilityhistory.FieldScopeID, field.TypeString, value) - } - if _u.mutation.ScopeIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldScopeID, field.TypeString) - } - if value, ok := _u.mutation.VulnerabilityStatusName(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerabilityStatusName, field.TypeString, value) - } - if _u.mutation.VulnerabilityStatusNameCleared() { - _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusName, field.TypeString) - } - if value, ok := _u.mutation.VulnerabilityStatusID(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerabilityStatusID, field.TypeString, value) - } - if _u.mutation.VulnerabilityStatusIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusID, field.TypeString) - } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(vulnerabilityhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } - if _u.mutation.WorkflowEligibleMarkerCleared() { - _spec.ClearField(vulnerabilityhistory.FieldWorkflowEligibleMarker, field.TypeBool) - } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalOwnerID, field.TypeString, value) - } - if _u.mutation.ExternalOwnerIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldExternalOwnerID, field.TypeString) - } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(vulnerabilityhistory.FieldSecurityLevel, field.TypeEnum, value) - } - if _u.mutation.SecurityLevelCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSecurityLevel, field.TypeEnum) - } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalID, field.TypeString, value) - } - if value, ok := _u.mutation.CveID(); ok { - _spec.SetField(vulnerabilityhistory.FieldCveID, field.TypeString, value) - } - if _u.mutation.CveIDCleared() { - _spec.ClearField(vulnerabilityhistory.FieldCveID, field.TypeString) - } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(vulnerabilityhistory.FieldSource, field.TypeString, value) - } - if _u.mutation.SourceCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSource, field.TypeString) - } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(vulnerabilityhistory.FieldDisplayName, field.TypeString, value) - } - if _u.mutation.DisplayNameCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDisplayName, field.TypeString) - } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(vulnerabilityhistory.FieldCategory, field.TypeString, value) - } - if _u.mutation.CategoryCleared() { - _spec.ClearField(vulnerabilityhistory.FieldCategory, field.TypeString) - } - if value, ok := _u.mutation.Severity(); ok { - _spec.SetField(vulnerabilityhistory.FieldSeverity, field.TypeString, value) - } - if _u.mutation.SeverityCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSeverity, field.TypeString) - } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(vulnerabilityhistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(vulnerabilityhistory.FieldScore, field.TypeFloat64, value) - } - if _u.mutation.ScoreCleared() { - _spec.ClearField(vulnerabilityhistory.FieldScore, field.TypeFloat64) - } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(vulnerabilityhistory.FieldImpact, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedImpact(); ok { - _spec.AddField(vulnerabilityhistory.FieldImpact, field.TypeFloat64, value) - } - if _u.mutation.ImpactCleared() { - _spec.ClearField(vulnerabilityhistory.FieldImpact, field.TypeFloat64) - } - if value, ok := _u.mutation.Exploitability(); ok { - _spec.SetField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedExploitability(); ok { - _spec.AddField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64, value) - } - if _u.mutation.ExploitabilityCleared() { - _spec.ClearField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64) - } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(vulnerabilityhistory.FieldPriority, field.TypeString, value) - } - if _u.mutation.PriorityCleared() { - _spec.ClearField(vulnerabilityhistory.FieldPriority, field.TypeString) - } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(vulnerabilityhistory.FieldSummary, field.TypeString, value) - } - if _u.mutation.SummaryCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSummary, field.TypeString) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(vulnerabilityhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.Vector(); ok { - _spec.SetField(vulnerabilityhistory.FieldVector, field.TypeString, value) - } - if _u.mutation.VectorCleared() { - _spec.ClearField(vulnerabilityhistory.FieldVector, field.TypeString) - } - if value, ok := _u.mutation.RemediationSLA(); ok { - _spec.SetField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRemediationSLA(); ok { - _spec.AddField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt, value) - } - if _u.mutation.RemediationSLACleared() { - _spec.ClearField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt) - } - if value, ok := _u.mutation.Open(); ok { - _spec.SetField(vulnerabilityhistory.FieldOpen, field.TypeBool, value) - } - if _u.mutation.OpenCleared() { - _spec.ClearField(vulnerabilityhistory.FieldOpen, field.TypeBool) - } - if value, ok := _u.mutation.Blocking(); ok { - _spec.SetField(vulnerabilityhistory.FieldBlocking, field.TypeBool, value) - } - if _u.mutation.BlockingCleared() { - _spec.ClearField(vulnerabilityhistory.FieldBlocking, field.TypeBool) - } - if value, ok := _u.mutation.Production(); ok { - _spec.SetField(vulnerabilityhistory.FieldProduction, field.TypeBool, value) - } - if _u.mutation.ProductionCleared() { - _spec.ClearField(vulnerabilityhistory.FieldProduction, field.TypeBool) - } - if value, ok := _u.mutation.Public(); ok { - _spec.SetField(vulnerabilityhistory.FieldPublic, field.TypeBool, value) - } - if _u.mutation.PublicCleared() { - _spec.ClearField(vulnerabilityhistory.FieldPublic, field.TypeBool) - } - if value, ok := _u.mutation.Validated(); ok { - _spec.SetField(vulnerabilityhistory.FieldValidated, field.TypeBool, value) - } - if _u.mutation.ValidatedCleared() { - _spec.ClearField(vulnerabilityhistory.FieldValidated, field.TypeBool) - } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(vulnerabilityhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldReferences, value) - }) - } - if _u.mutation.ReferencesCleared() { - _spec.ClearField(vulnerabilityhistory.FieldReferences, field.TypeJSON) - } - if value, ok := _u.mutation.Impacts(); ok { - _spec.SetField(vulnerabilityhistory.FieldImpacts, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImpacts(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldImpacts, value) - }) - } - if _u.mutation.ImpactsCleared() { - _spec.ClearField(vulnerabilityhistory.FieldImpacts, field.TypeJSON) - } - if value, ok := _u.mutation.CweIds(); ok { - _spec.SetField(vulnerabilityhistory.FieldCweIds, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCweIds(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldCweIds, value) - }) - } - if _u.mutation.CweIdsCleared() { - _spec.ClearField(vulnerabilityhistory.FieldCweIds, field.TypeJSON) - } - if value, ok := _u.mutation.VulnerableVersionRange(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerableVersionRange, field.TypeString, value) - } - if _u.mutation.VulnerableVersionRangeCleared() { - _spec.ClearField(vulnerabilityhistory.FieldVulnerableVersionRange, field.TypeString) - } - if value, ok := _u.mutation.FirstPatchedVersion(); ok { - _spec.SetField(vulnerabilityhistory.FieldFirstPatchedVersion, field.TypeString, value) - } - if _u.mutation.FirstPatchedVersionCleared() { - _spec.ClearField(vulnerabilityhistory.FieldFirstPatchedVersion, field.TypeString) - } - if value, ok := _u.mutation.FixAvailable(); ok { - _spec.SetField(vulnerabilityhistory.FieldFixAvailable, field.TypeBool, value) - } - if _u.mutation.FixAvailableCleared() { - _spec.ClearField(vulnerabilityhistory.FieldFixAvailable, field.TypeBool) - } - if value, ok := _u.mutation.PackageName(); ok { - _spec.SetField(vulnerabilityhistory.FieldPackageName, field.TypeString, value) - } - if _u.mutation.PackageNameCleared() { - _spec.ClearField(vulnerabilityhistory.FieldPackageName, field.TypeString) - } - if value, ok := _u.mutation.PackageEcosystem(); ok { - _spec.SetField(vulnerabilityhistory.FieldPackageEcosystem, field.TypeString, value) - } - if _u.mutation.PackageEcosystemCleared() { - _spec.ClearField(vulnerabilityhistory.FieldPackageEcosystem, field.TypeString) - } - if value, ok := _u.mutation.ManifestPath(); ok { - _spec.SetField(vulnerabilityhistory.FieldManifestPath, field.TypeString, value) - } - if _u.mutation.ManifestPathCleared() { - _spec.ClearField(vulnerabilityhistory.FieldManifestPath, field.TypeString) - } - if value, ok := _u.mutation.DependencyScope(); ok { - _spec.SetField(vulnerabilityhistory.FieldDependencyScope, field.TypeString, value) - } - if _u.mutation.DependencyScopeCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDependencyScope, field.TypeString) - } - if value, ok := _u.mutation.PublishedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldPublishedAt, field.TypeTime, value) - } - if _u.mutation.PublishedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldPublishedAt, field.TypeTime) - } - if value, ok := _u.mutation.DiscoveredAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDiscoveredAt, field.TypeTime, value) - } - if _u.mutation.DiscoveredAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDiscoveredAt, field.TypeTime) - } - if value, ok := _u.mutation.SourceUpdatedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldSourceUpdatedAt, field.TypeTime, value) - } - if _u.mutation.SourceUpdatedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldSourceUpdatedAt, field.TypeTime) - } - if value, ok := _u.mutation.DismissedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedAt, field.TypeTime, value) - } - if _u.mutation.DismissedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDismissedAt, field.TypeTime) - } - if value, ok := _u.mutation.DismissedReason(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedReason, field.TypeString, value) - } - if _u.mutation.DismissedReasonCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDismissedReason, field.TypeString) - } - if value, ok := _u.mutation.DismissedComment(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedComment, field.TypeString, value) - } - if _u.mutation.DismissedCommentCleared() { - _spec.ClearField(vulnerabilityhistory.FieldDismissedComment, field.TypeString) - } - if value, ok := _u.mutation.FixedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldFixedAt, field.TypeTime, value) - } - if _u.mutation.FixedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldFixedAt, field.TypeTime) - } - if value, ok := _u.mutation.AutoDismissedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldAutoDismissedAt, field.TypeTime, value) - } - if _u.mutation.AutoDismissedAtCleared() { - _spec.ClearField(vulnerabilityhistory.FieldAutoDismissedAt, field.TypeTime) - } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalURI, field.TypeString, value) - } - if _u.mutation.ExternalURICleared() { - _spec.ClearField(vulnerabilityhistory.FieldExternalURI, field.TypeString) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(vulnerabilityhistory.FieldMetadata, field.TypeJSON, value) - } - if _u.mutation.MetadataCleared() { - _spec.ClearField(vulnerabilityhistory.FieldMetadata, field.TypeJSON) - } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(vulnerabilityhistory.FieldRawPayload, field.TypeJSON, value) - } - if _u.mutation.RawPayloadCleared() { - _spec.ClearField(vulnerabilityhistory.FieldRawPayload, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.VulnerabilityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{vulnerabilityhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// VulnerabilityHistoryUpdateOne is the builder for updating a single VulnerabilityHistory entity. -type VulnerabilityHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *VulnerabilityHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetUpdatedAt(v time.Time) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearUpdatedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *VulnerabilityHistoryUpdateOne) SetUpdatedBy(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableUpdatedBy(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearUpdatedBy() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *VulnerabilityHistoryUpdateOne) SetUpdatedByImpersonator(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearUpdatedByImpersonator() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDeletedAt(v time.Time) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDeletedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDeletedBy(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDeletedBy(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDeletedBy() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *VulnerabilityHistoryUpdateOne) SetTags(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *VulnerabilityHistoryUpdateOne) AppendTags(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearTags() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetReviewedBy sets the "reviewed_by" field. -func (_u *VulnerabilityHistoryUpdateOne) SetReviewedBy(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetReviewedBy(v) - return _u -} - -// SetNillableReviewedBy sets the "reviewed_by" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableReviewedBy(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetReviewedBy(*v) - } - return _u -} - -// ClearReviewedBy clears the value of the "reviewed_by" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearReviewedBy() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearReviewedBy() - return _u -} - -// SetReviewedByUserID sets the "reviewed_by_user_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetReviewedByUserID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetReviewedByUserID(v) - return _u -} - -// SetNillableReviewedByUserID sets the "reviewed_by_user_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableReviewedByUserID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetReviewedByUserID(*v) - } - return _u -} - -// ClearReviewedByUserID clears the value of the "reviewed_by_user_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearReviewedByUserID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearReviewedByUserID() - return _u -} - -// SetReviewedByGroupID sets the "reviewed_by_group_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetReviewedByGroupID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetReviewedByGroupID(v) - return _u -} - -// SetNillableReviewedByGroupID sets the "reviewed_by_group_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableReviewedByGroupID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetReviewedByGroupID(*v) - } - return _u -} - -// ClearReviewedByGroupID clears the value of the "reviewed_by_group_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearReviewedByGroupID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearReviewedByGroupID() - return _u -} - -// SetAssignedTo sets the "assigned_to" field. -func (_u *VulnerabilityHistoryUpdateOne) SetAssignedTo(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetAssignedTo(v) - return _u -} - -// SetNillableAssignedTo sets the "assigned_to" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableAssignedTo(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetAssignedTo(*v) - } - return _u -} - -// ClearAssignedTo clears the value of the "assigned_to" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearAssignedTo() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearAssignedTo() - return _u -} - -// SetAssignedToUserID sets the "assigned_to_user_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetAssignedToUserID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetAssignedToUserID(v) - return _u -} - -// SetNillableAssignedToUserID sets the "assigned_to_user_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableAssignedToUserID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetAssignedToUserID(*v) - } - return _u -} - -// ClearAssignedToUserID clears the value of the "assigned_to_user_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearAssignedToUserID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearAssignedToUserID() - return _u -} - -// SetAssignedToGroupID sets the "assigned_to_group_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetAssignedToGroupID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetAssignedToGroupID(v) - return _u -} - -// SetNillableAssignedToGroupID sets the "assigned_to_group_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableAssignedToGroupID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetAssignedToGroupID(*v) - } - return _u -} - -// ClearAssignedToGroupID clears the value of the "assigned_to_group_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearAssignedToGroupID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearAssignedToGroupID() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *VulnerabilityHistoryUpdateOne) SetInternalNotes(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableInternalNotes(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearInternalNotes() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSystemInternalID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSystemInternalID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSystemInternalID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetEnvironmentName sets the "environment_name" field. -func (_u *VulnerabilityHistoryUpdateOne) SetEnvironmentName(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetEnvironmentName(v) - return _u -} - -// SetNillableEnvironmentName sets the "environment_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableEnvironmentName(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentName(*v) - } - return _u -} - -// ClearEnvironmentName clears the value of the "environment_name" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearEnvironmentName() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearEnvironmentName() - return _u -} - -// SetEnvironmentID sets the "environment_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetEnvironmentID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetEnvironmentID(v) - return _u -} - -// SetNillableEnvironmentID sets the "environment_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableEnvironmentID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetEnvironmentID(*v) - } - return _u -} - -// ClearEnvironmentID clears the value of the "environment_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearEnvironmentID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearEnvironmentID() - return _u -} - -// SetScopeName sets the "scope_name" field. -func (_u *VulnerabilityHistoryUpdateOne) SetScopeName(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetScopeName(v) - return _u -} - -// SetNillableScopeName sets the "scope_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableScopeName(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetScopeName(*v) - } - return _u -} - -// ClearScopeName clears the value of the "scope_name" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearScopeName() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearScopeName() - return _u -} - -// SetScopeID sets the "scope_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetScopeID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetScopeID(v) - return _u -} - -// SetNillableScopeID sets the "scope_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableScopeID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetScopeID(*v) - } - return _u -} - -// ClearScopeID clears the value of the "scope_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearScopeID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearScopeID() - return _u -} - -// SetVulnerabilityStatusName sets the "vulnerability_status_name" field. -func (_u *VulnerabilityHistoryUpdateOne) SetVulnerabilityStatusName(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetVulnerabilityStatusName(v) - return _u -} - -// SetNillableVulnerabilityStatusName sets the "vulnerability_status_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableVulnerabilityStatusName(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetVulnerabilityStatusName(*v) - } - return _u -} - -// ClearVulnerabilityStatusName clears the value of the "vulnerability_status_name" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearVulnerabilityStatusName() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearVulnerabilityStatusName() - return _u -} - -// SetVulnerabilityStatusID sets the "vulnerability_status_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetVulnerabilityStatusID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetVulnerabilityStatusID(v) - return _u -} - -// SetNillableVulnerabilityStatusID sets the "vulnerability_status_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableVulnerabilityStatusID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetVulnerabilityStatusID(*v) - } - return _u -} - -// ClearVulnerabilityStatusID clears the value of the "vulnerability_status_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearVulnerabilityStatusID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearVulnerabilityStatusID() - return _u -} - -// SetWorkflowEligibleMarker sets the "workflow_eligible_marker" field. -func (_u *VulnerabilityHistoryUpdateOne) SetWorkflowEligibleMarker(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetWorkflowEligibleMarker(v) - return _u -} - -// SetNillableWorkflowEligibleMarker sets the "workflow_eligible_marker" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableWorkflowEligibleMarker(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetWorkflowEligibleMarker(*v) - } - return _u -} - -// ClearWorkflowEligibleMarker clears the value of the "workflow_eligible_marker" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearWorkflowEligibleMarker() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearWorkflowEligibleMarker() - return _u -} - -// SetExternalOwnerID sets the "external_owner_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetExternalOwnerID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetExternalOwnerID(v) - return _u -} - -// SetNillableExternalOwnerID sets the "external_owner_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableExternalOwnerID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetExternalOwnerID(*v) - } - return _u -} - -// ClearExternalOwnerID clears the value of the "external_owner_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearExternalOwnerID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearExternalOwnerID() - return _u -} - -// SetSecurityLevel sets the "security_level" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSecurityLevel(v enums.SecurityLevel) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSecurityLevel(v) - return _u -} - -// SetNillableSecurityLevel sets the "security_level" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSecurityLevel(v *enums.SecurityLevel) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSecurityLevel(*v) - } - return _u -} - -// ClearSecurityLevel clears the value of the "security_level" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSecurityLevel() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSecurityLevel() - return _u -} - -// SetExternalID sets the "external_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetExternalID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetExternalID(v) - return _u -} - -// SetNillableExternalID sets the "external_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableExternalID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetExternalID(*v) - } - return _u -} - -// SetCveID sets the "cve_id" field. -func (_u *VulnerabilityHistoryUpdateOne) SetCveID(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetCveID(v) - return _u -} - -// SetNillableCveID sets the "cve_id" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableCveID(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetCveID(*v) - } - return _u -} - -// ClearCveID clears the value of the "cve_id" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearCveID() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearCveID() - return _u -} - -// SetSource sets the "source" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSource(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSource(v) - return _u -} - -// SetNillableSource sets the "source" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSource(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSource(*v) - } - return _u -} - -// ClearSource clears the value of the "source" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSource() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSource() - return _u -} - -// SetDisplayName sets the "display_name" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDisplayName(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDisplayName(v) - return _u -} - -// SetNillableDisplayName sets the "display_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDisplayName(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDisplayName(*v) - } - return _u -} - -// ClearDisplayName clears the value of the "display_name" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDisplayName() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDisplayName() - return _u -} - -// SetCategory sets the "category" field. -func (_u *VulnerabilityHistoryUpdateOne) SetCategory(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetCategory(v) - return _u -} - -// SetNillableCategory sets the "category" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableCategory(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetCategory(*v) - } - return _u -} - -// ClearCategory clears the value of the "category" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearCategory() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearCategory() - return _u -} - -// SetSeverity sets the "severity" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSeverity(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSeverity(v) - return _u -} - -// SetNillableSeverity sets the "severity" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSeverity(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSeverity(*v) - } - return _u -} - -// ClearSeverity clears the value of the "severity" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSeverity() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSeverity() - return _u -} - -// SetScore sets the "score" field. -func (_u *VulnerabilityHistoryUpdateOne) SetScore(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.ResetScore() - _u.mutation.SetScore(v) - return _u -} - -// SetNillableScore sets the "score" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableScore(v *float64) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetScore(*v) + if _u.mutation.DescriptionCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDescription, field.TypeString) } - return _u -} - -// AddScore adds value to the "score" field. -func (_u *VulnerabilityHistoryUpdateOne) AddScore(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.AddScore(v) - return _u -} - -// ClearScore clears the value of the "score" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearScore() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearScore() - return _u -} - -// SetImpact sets the "impact" field. -func (_u *VulnerabilityHistoryUpdateOne) SetImpact(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.ResetImpact() - _u.mutation.SetImpact(v) - return _u -} - -// SetNillableImpact sets the "impact" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableImpact(v *float64) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetImpact(*v) + if _u.mutation.VectorCleared() { + _spec.ClearField(vulnerabilityhistory.FieldVector, field.TypeString) } - return _u -} - -// AddImpact adds value to the "impact" field. -func (_u *VulnerabilityHistoryUpdateOne) AddImpact(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.AddImpact(v) - return _u -} - -// ClearImpact clears the value of the "impact" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearImpact() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearImpact() - return _u -} - -// SetExploitability sets the "exploitability" field. -func (_u *VulnerabilityHistoryUpdateOne) SetExploitability(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.ResetExploitability() - _u.mutation.SetExploitability(v) - return _u -} - -// SetNillableExploitability sets the "exploitability" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableExploitability(v *float64) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetExploitability(*v) + if _u.mutation.RemediationSLACleared() { + _spec.ClearField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt) } - return _u -} - -// AddExploitability adds value to the "exploitability" field. -func (_u *VulnerabilityHistoryUpdateOne) AddExploitability(v float64) *VulnerabilityHistoryUpdateOne { - _u.mutation.AddExploitability(v) - return _u -} - -// ClearExploitability clears the value of the "exploitability" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearExploitability() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearExploitability() - return _u -} - -// SetPriority sets the "priority" field. -func (_u *VulnerabilityHistoryUpdateOne) SetPriority(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetPriority(v) - return _u -} - -// SetNillablePriority sets the "priority" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillablePriority(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetPriority(*v) + if _u.mutation.OpenCleared() { + _spec.ClearField(vulnerabilityhistory.FieldOpen, field.TypeBool) } - return _u -} - -// ClearPriority clears the value of the "priority" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearPriority() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearPriority() - return _u -} - -// SetSummary sets the "summary" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSummary(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSummary(v) - return _u -} - -// SetNillableSummary sets the "summary" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSummary(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSummary(*v) + if _u.mutation.BlockingCleared() { + _spec.ClearField(vulnerabilityhistory.FieldBlocking, field.TypeBool) } - return _u -} - -// ClearSummary clears the value of the "summary" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSummary() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSummary() - return _u -} - -// SetDescription sets the "description" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDescription(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDescription(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) + if _u.mutation.ProductionCleared() { + _spec.ClearField(vulnerabilityhistory.FieldProduction, field.TypeBool) } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDescription() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetVector sets the "vector" field. -func (_u *VulnerabilityHistoryUpdateOne) SetVector(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetVector(v) - return _u -} - -// SetNillableVector sets the "vector" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableVector(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetVector(*v) + if _u.mutation.PublicCleared() { + _spec.ClearField(vulnerabilityhistory.FieldPublic, field.TypeBool) } - return _u -} - -// ClearVector clears the value of the "vector" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearVector() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearVector() - return _u -} - -// SetRemediationSLA sets the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdateOne) SetRemediationSLA(v int) *VulnerabilityHistoryUpdateOne { - _u.mutation.ResetRemediationSLA() - _u.mutation.SetRemediationSLA(v) - return _u -} - -// SetNillableRemediationSLA sets the "remediation_sla" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableRemediationSLA(v *int) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetRemediationSLA(*v) + if _u.mutation.ValidatedCleared() { + _spec.ClearField(vulnerabilityhistory.FieldValidated, field.TypeBool) } - return _u -} - -// AddRemediationSLA adds value to the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdateOne) AddRemediationSLA(v int) *VulnerabilityHistoryUpdateOne { - _u.mutation.AddRemediationSLA(v) - return _u -} - -// ClearRemediationSLA clears the value of the "remediation_sla" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearRemediationSLA() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearRemediationSLA() - return _u -} - -// SetOpen sets the "open" field. -func (_u *VulnerabilityHistoryUpdateOne) SetOpen(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetOpen(v) - return _u -} - -// SetNillableOpen sets the "open" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableOpen(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetOpen(*v) + if _u.mutation.ReferencesCleared() { + _spec.ClearField(vulnerabilityhistory.FieldReferences, field.TypeJSON) } - return _u -} - -// ClearOpen clears the value of the "open" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearOpen() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearOpen() - return _u -} - -// SetBlocking sets the "blocking" field. -func (_u *VulnerabilityHistoryUpdateOne) SetBlocking(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetBlocking(v) - return _u -} - -// SetNillableBlocking sets the "blocking" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableBlocking(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetBlocking(*v) + if _u.mutation.ImpactsCleared() { + _spec.ClearField(vulnerabilityhistory.FieldImpacts, field.TypeJSON) } - return _u -} - -// ClearBlocking clears the value of the "blocking" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearBlocking() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearBlocking() - return _u -} - -// SetProduction sets the "production" field. -func (_u *VulnerabilityHistoryUpdateOne) SetProduction(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetProduction(v) - return _u -} - -// SetNillableProduction sets the "production" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableProduction(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetProduction(*v) + if _u.mutation.CweIdsCleared() { + _spec.ClearField(vulnerabilityhistory.FieldCweIds, field.TypeJSON) } - return _u -} - -// ClearProduction clears the value of the "production" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearProduction() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearProduction() - return _u -} - -// SetPublic sets the "public" field. -func (_u *VulnerabilityHistoryUpdateOne) SetPublic(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetPublic(v) - return _u -} - -// SetNillablePublic sets the "public" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillablePublic(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetPublic(*v) + if _u.mutation.VulnerableVersionRangeCleared() { + _spec.ClearField(vulnerabilityhistory.FieldVulnerableVersionRange, field.TypeString) } - return _u -} - -// ClearPublic clears the value of the "public" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearPublic() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearPublic() - return _u -} - -// SetValidated sets the "validated" field. -func (_u *VulnerabilityHistoryUpdateOne) SetValidated(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetValidated(v) - return _u -} - -// SetNillableValidated sets the "validated" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableValidated(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetValidated(*v) + if _u.mutation.FirstPatchedVersionCleared() { + _spec.ClearField(vulnerabilityhistory.FieldFirstPatchedVersion, field.TypeString) } - return _u -} - -// ClearValidated clears the value of the "validated" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearValidated() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearValidated() - return _u -} - -// SetReferences sets the "references" field. -func (_u *VulnerabilityHistoryUpdateOne) SetReferences(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetReferences(v) - return _u -} - -// AppendReferences appends value to the "references" field. -func (_u *VulnerabilityHistoryUpdateOne) AppendReferences(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.AppendReferences(v) - return _u -} - -// ClearReferences clears the value of the "references" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearReferences() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearReferences() - return _u -} - -// SetImpacts sets the "impacts" field. -func (_u *VulnerabilityHistoryUpdateOne) SetImpacts(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetImpacts(v) - return _u -} - -// AppendImpacts appends value to the "impacts" field. -func (_u *VulnerabilityHistoryUpdateOne) AppendImpacts(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.AppendImpacts(v) - return _u -} - -// ClearImpacts clears the value of the "impacts" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearImpacts() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearImpacts() - return _u -} - -// SetCweIds sets the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdateOne) SetCweIds(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetCweIds(v) - return _u -} - -// AppendCweIds appends value to the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdateOne) AppendCweIds(v []string) *VulnerabilityHistoryUpdateOne { - _u.mutation.AppendCweIds(v) - return _u -} - -// ClearCweIds clears the value of the "cwe_ids" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearCweIds() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearCweIds() - return _u -} - -// SetVulnerableVersionRange sets the "vulnerable_version_range" field. -func (_u *VulnerabilityHistoryUpdateOne) SetVulnerableVersionRange(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetVulnerableVersionRange(v) - return _u -} - -// SetNillableVulnerableVersionRange sets the "vulnerable_version_range" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableVulnerableVersionRange(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetVulnerableVersionRange(*v) + if _u.mutation.FixAvailableCleared() { + _spec.ClearField(vulnerabilityhistory.FieldFixAvailable, field.TypeBool) } - return _u -} - -// ClearVulnerableVersionRange clears the value of the "vulnerable_version_range" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearVulnerableVersionRange() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearVulnerableVersionRange() - return _u -} - -// SetFirstPatchedVersion sets the "first_patched_version" field. -func (_u *VulnerabilityHistoryUpdateOne) SetFirstPatchedVersion(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetFirstPatchedVersion(v) - return _u -} - -// SetNillableFirstPatchedVersion sets the "first_patched_version" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableFirstPatchedVersion(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetFirstPatchedVersion(*v) + if _u.mutation.PackageNameCleared() { + _spec.ClearField(vulnerabilityhistory.FieldPackageName, field.TypeString) } - return _u -} - -// ClearFirstPatchedVersion clears the value of the "first_patched_version" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearFirstPatchedVersion() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearFirstPatchedVersion() - return _u -} - -// SetFixAvailable sets the "fix_available" field. -func (_u *VulnerabilityHistoryUpdateOne) SetFixAvailable(v bool) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetFixAvailable(v) - return _u -} - -// SetNillableFixAvailable sets the "fix_available" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableFixAvailable(v *bool) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetFixAvailable(*v) + if _u.mutation.PackageEcosystemCleared() { + _spec.ClearField(vulnerabilityhistory.FieldPackageEcosystem, field.TypeString) } - return _u -} - -// ClearFixAvailable clears the value of the "fix_available" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearFixAvailable() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearFixAvailable() - return _u -} - -// SetPackageName sets the "package_name" field. -func (_u *VulnerabilityHistoryUpdateOne) SetPackageName(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetPackageName(v) - return _u -} - -// SetNillablePackageName sets the "package_name" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillablePackageName(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetPackageName(*v) + if _u.mutation.ManifestPathCleared() { + _spec.ClearField(vulnerabilityhistory.FieldManifestPath, field.TypeString) } - return _u -} - -// ClearPackageName clears the value of the "package_name" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearPackageName() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearPackageName() - return _u -} - -// SetPackageEcosystem sets the "package_ecosystem" field. -func (_u *VulnerabilityHistoryUpdateOne) SetPackageEcosystem(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetPackageEcosystem(v) - return _u -} - -// SetNillablePackageEcosystem sets the "package_ecosystem" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillablePackageEcosystem(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetPackageEcosystem(*v) + if _u.mutation.DependencyScopeCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDependencyScope, field.TypeString) } - return _u -} - -// ClearPackageEcosystem clears the value of the "package_ecosystem" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearPackageEcosystem() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearPackageEcosystem() - return _u -} - -// SetManifestPath sets the "manifest_path" field. -func (_u *VulnerabilityHistoryUpdateOne) SetManifestPath(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetManifestPath(v) - return _u -} - -// SetNillableManifestPath sets the "manifest_path" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableManifestPath(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetManifestPath(*v) + if _u.mutation.PublishedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldPublishedAt, field.TypeTime) } - return _u -} - -// ClearManifestPath clears the value of the "manifest_path" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearManifestPath() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearManifestPath() - return _u -} - -// SetDependencyScope sets the "dependency_scope" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDependencyScope(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDependencyScope(v) - return _u -} - -// SetNillableDependencyScope sets the "dependency_scope" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDependencyScope(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDependencyScope(*v) + if _u.mutation.DiscoveredAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDiscoveredAt, field.TypeTime) } - return _u -} - -// ClearDependencyScope clears the value of the "dependency_scope" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDependencyScope() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDependencyScope() - return _u -} - -// SetPublishedAt sets the "published_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetPublishedAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetPublishedAt(v) - return _u -} - -// SetNillablePublishedAt sets the "published_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillablePublishedAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetPublishedAt(*v) + if _u.mutation.SourceUpdatedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldSourceUpdatedAt, field.TypeTime) } - return _u -} - -// ClearPublishedAt clears the value of the "published_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearPublishedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearPublishedAt() - return _u -} - -// SetDiscoveredAt sets the "discovered_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDiscoveredAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDiscoveredAt(v) - return _u -} - -// SetNillableDiscoveredAt sets the "discovered_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDiscoveredAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDiscoveredAt(*v) + if _u.mutation.DismissedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDismissedAt, field.TypeTime) } - return _u -} - -// ClearDiscoveredAt clears the value of the "discovered_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDiscoveredAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDiscoveredAt() - return _u -} - -// SetSourceUpdatedAt sets the "source_updated_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetSourceUpdatedAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetSourceUpdatedAt(v) - return _u -} - -// SetNillableSourceUpdatedAt sets the "source_updated_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableSourceUpdatedAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetSourceUpdatedAt(*v) + if _u.mutation.DismissedReasonCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDismissedReason, field.TypeString) } - return _u -} - -// ClearSourceUpdatedAt clears the value of the "source_updated_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearSourceUpdatedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearSourceUpdatedAt() - return _u -} - -// SetDismissedAt sets the "dismissed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDismissedAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDismissedAt(v) - return _u -} - -// SetNillableDismissedAt sets the "dismissed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDismissedAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDismissedAt(*v) + if _u.mutation.DismissedCommentCleared() { + _spec.ClearField(vulnerabilityhistory.FieldDismissedComment, field.TypeString) } - return _u -} - -// ClearDismissedAt clears the value of the "dismissed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDismissedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDismissedAt() - return _u -} - -// SetDismissedReason sets the "dismissed_reason" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDismissedReason(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDismissedReason(v) - return _u -} - -// SetNillableDismissedReason sets the "dismissed_reason" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDismissedReason(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDismissedReason(*v) + if _u.mutation.FixedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldFixedAt, field.TypeTime) } - return _u -} - -// ClearDismissedReason clears the value of the "dismissed_reason" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDismissedReason() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDismissedReason() - return _u -} - -// SetDismissedComment sets the "dismissed_comment" field. -func (_u *VulnerabilityHistoryUpdateOne) SetDismissedComment(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetDismissedComment(v) - return _u -} - -// SetNillableDismissedComment sets the "dismissed_comment" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableDismissedComment(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetDismissedComment(*v) + if _u.mutation.AutoDismissedAtCleared() { + _spec.ClearField(vulnerabilityhistory.FieldAutoDismissedAt, field.TypeTime) } - return _u -} - -// ClearDismissedComment clears the value of the "dismissed_comment" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearDismissedComment() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearDismissedComment() - return _u -} - -// SetFixedAt sets the "fixed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetFixedAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetFixedAt(v) - return _u -} - -// SetNillableFixedAt sets the "fixed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableFixedAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetFixedAt(*v) + if _u.mutation.ExternalURICleared() { + _spec.ClearField(vulnerabilityhistory.FieldExternalURI, field.TypeString) } - return _u -} - -// ClearFixedAt clears the value of the "fixed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearFixedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearFixedAt() - return _u -} - -// SetAutoDismissedAt sets the "auto_dismissed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) SetAutoDismissedAt(v models.DateTime) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetAutoDismissedAt(v) - return _u -} - -// SetNillableAutoDismissedAt sets the "auto_dismissed_at" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableAutoDismissedAt(v *models.DateTime) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetAutoDismissedAt(*v) + if _u.mutation.MetadataCleared() { + _spec.ClearField(vulnerabilityhistory.FieldMetadata, field.TypeJSON) } - return _u -} - -// ClearAutoDismissedAt clears the value of the "auto_dismissed_at" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearAutoDismissedAt() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearAutoDismissedAt() - return _u -} - -// SetExternalURI sets the "external_uri" field. -func (_u *VulnerabilityHistoryUpdateOne) SetExternalURI(v string) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetExternalURI(v) - return _u -} - -// SetNillableExternalURI sets the "external_uri" field if the given value is not nil. -func (_u *VulnerabilityHistoryUpdateOne) SetNillableExternalURI(v *string) *VulnerabilityHistoryUpdateOne { - if v != nil { - _u.SetExternalURI(*v) + if _u.mutation.RawPayloadCleared() { + _spec.ClearField(vulnerabilityhistory.FieldRawPayload, field.TypeJSON) } - return _u -} - -// ClearExternalURI clears the value of the "external_uri" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearExternalURI() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearExternalURI() - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *VulnerabilityHistoryUpdateOne) SetMetadata(v map[string]interface{}) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearMetadata() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetRawPayload sets the "raw_payload" field. -func (_u *VulnerabilityHistoryUpdateOne) SetRawPayload(v map[string]interface{}) *VulnerabilityHistoryUpdateOne { - _u.mutation.SetRawPayload(v) - return _u + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{vulnerabilityhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearRawPayload clears the value of the "raw_payload" field. -func (_u *VulnerabilityHistoryUpdateOne) ClearRawPayload() *VulnerabilityHistoryUpdateOne { - _u.mutation.ClearRawPayload() - return _u +// VulnerabilityHistoryUpdateOne is the builder for updating a single VulnerabilityHistory entity. +type VulnerabilityHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *VulnerabilityHistoryMutation } // Mutation returns the VulnerabilityHistoryMutation object of the builder. @@ -3077,9 +311,6 @@ func (_u *VulnerabilityHistoryUpdateOne) Select(field string, fields ...string) // Save executes the query and returns the updated VulnerabilityHistory entity. func (_u *VulnerabilityHistoryUpdateOne) Save(ctx context.Context) (*VulnerabilityHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -3105,38 +336,7 @@ func (_u *VulnerabilityHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *VulnerabilityHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if vulnerabilityhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized vulnerabilityhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := vulnerabilityhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *VulnerabilityHistoryUpdateOne) check() error { - if v, ok := _u.mutation.SecurityLevel(); ok { - if err := vulnerabilityhistory.SecurityLevelValidator(v); err != nil { - return &ValidationError{Name: "security_level", err: fmt.Errorf(`historygenerated: validator failed for field "VulnerabilityHistory.security_level": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *VulnerabilityHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *VulnerabilityHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *VulnerabilityHistoryUpdateOne) sqlSave(ctx context.Context) (_node *VulnerabilityHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(vulnerabilityhistory.Table, vulnerabilityhistory.Columns, sqlgraph.NewFieldSpec(vulnerabilityhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -3168,425 +368,201 @@ func (_u *VulnerabilityHistoryUpdateOne) sqlSave(ctx context.Context) (_node *Vu if _u.mutation.CreatedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(vulnerabilityhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(vulnerabilityhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(vulnerabilityhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(vulnerabilityhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(vulnerabilityhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(vulnerabilityhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(vulnerabilityhistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.ReviewedBy(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedBy, field.TypeString, value) - } if _u.mutation.ReviewedByCleared() { _spec.ClearField(vulnerabilityhistory.FieldReviewedBy, field.TypeString) } - if value, ok := _u.mutation.ReviewedByUserID(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedByUserID, field.TypeString, value) - } if _u.mutation.ReviewedByUserIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldReviewedByUserID, field.TypeString) } - if value, ok := _u.mutation.ReviewedByGroupID(); ok { - _spec.SetField(vulnerabilityhistory.FieldReviewedByGroupID, field.TypeString, value) - } if _u.mutation.ReviewedByGroupIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldReviewedByGroupID, field.TypeString) } - if value, ok := _u.mutation.AssignedTo(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedTo, field.TypeString, value) - } if _u.mutation.AssignedToCleared() { _spec.ClearField(vulnerabilityhistory.FieldAssignedTo, field.TypeString) } - if value, ok := _u.mutation.AssignedToUserID(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedToUserID, field.TypeString, value) - } if _u.mutation.AssignedToUserIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldAssignedToUserID, field.TypeString) } - if value, ok := _u.mutation.AssignedToGroupID(); ok { - _spec.SetField(vulnerabilityhistory.FieldAssignedToGroupID, field.TypeString, value) - } if _u.mutation.AssignedToGroupIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldAssignedToGroupID, field.TypeString) } if _u.mutation.SystemOwnedCleared() { _spec.ClearField(vulnerabilityhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(vulnerabilityhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(vulnerabilityhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(vulnerabilityhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.EnvironmentName(); ok { - _spec.SetField(vulnerabilityhistory.FieldEnvironmentName, field.TypeString, value) - } if _u.mutation.EnvironmentNameCleared() { _spec.ClearField(vulnerabilityhistory.FieldEnvironmentName, field.TypeString) } - if value, ok := _u.mutation.EnvironmentID(); ok { - _spec.SetField(vulnerabilityhistory.FieldEnvironmentID, field.TypeString, value) - } if _u.mutation.EnvironmentIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldEnvironmentID, field.TypeString) } - if value, ok := _u.mutation.ScopeName(); ok { - _spec.SetField(vulnerabilityhistory.FieldScopeName, field.TypeString, value) - } if _u.mutation.ScopeNameCleared() { _spec.ClearField(vulnerabilityhistory.FieldScopeName, field.TypeString) } - if value, ok := _u.mutation.ScopeID(); ok { - _spec.SetField(vulnerabilityhistory.FieldScopeID, field.TypeString, value) - } if _u.mutation.ScopeIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldScopeID, field.TypeString) } - if value, ok := _u.mutation.VulnerabilityStatusName(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerabilityStatusName, field.TypeString, value) - } if _u.mutation.VulnerabilityStatusNameCleared() { _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusName, field.TypeString) } - if value, ok := _u.mutation.VulnerabilityStatusID(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerabilityStatusID, field.TypeString, value) - } if _u.mutation.VulnerabilityStatusIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldVulnerabilityStatusID, field.TypeString) } - if value, ok := _u.mutation.WorkflowEligibleMarker(); ok { - _spec.SetField(vulnerabilityhistory.FieldWorkflowEligibleMarker, field.TypeBool, value) - } if _u.mutation.WorkflowEligibleMarkerCleared() { _spec.ClearField(vulnerabilityhistory.FieldWorkflowEligibleMarker, field.TypeBool) } - if value, ok := _u.mutation.ExternalOwnerID(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalOwnerID, field.TypeString, value) - } if _u.mutation.ExternalOwnerIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldExternalOwnerID, field.TypeString) } - if value, ok := _u.mutation.SecurityLevel(); ok { - _spec.SetField(vulnerabilityhistory.FieldSecurityLevel, field.TypeEnum, value) - } if _u.mutation.SecurityLevelCleared() { _spec.ClearField(vulnerabilityhistory.FieldSecurityLevel, field.TypeEnum) } - if value, ok := _u.mutation.ExternalID(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalID, field.TypeString, value) - } - if value, ok := _u.mutation.CveID(); ok { - _spec.SetField(vulnerabilityhistory.FieldCveID, field.TypeString, value) - } if _u.mutation.CveIDCleared() { _spec.ClearField(vulnerabilityhistory.FieldCveID, field.TypeString) } - if value, ok := _u.mutation.Source(); ok { - _spec.SetField(vulnerabilityhistory.FieldSource, field.TypeString, value) - } if _u.mutation.SourceCleared() { _spec.ClearField(vulnerabilityhistory.FieldSource, field.TypeString) } - if value, ok := _u.mutation.DisplayName(); ok { - _spec.SetField(vulnerabilityhistory.FieldDisplayName, field.TypeString, value) - } if _u.mutation.DisplayNameCleared() { _spec.ClearField(vulnerabilityhistory.FieldDisplayName, field.TypeString) } - if value, ok := _u.mutation.Category(); ok { - _spec.SetField(vulnerabilityhistory.FieldCategory, field.TypeString, value) - } if _u.mutation.CategoryCleared() { _spec.ClearField(vulnerabilityhistory.FieldCategory, field.TypeString) } - if value, ok := _u.mutation.Severity(); ok { - _spec.SetField(vulnerabilityhistory.FieldSeverity, field.TypeString, value) - } if _u.mutation.SeverityCleared() { _spec.ClearField(vulnerabilityhistory.FieldSeverity, field.TypeString) } - if value, ok := _u.mutation.Score(); ok { - _spec.SetField(vulnerabilityhistory.FieldScore, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedScore(); ok { - _spec.AddField(vulnerabilityhistory.FieldScore, field.TypeFloat64, value) - } if _u.mutation.ScoreCleared() { _spec.ClearField(vulnerabilityhistory.FieldScore, field.TypeFloat64) } - if value, ok := _u.mutation.Impact(); ok { - _spec.SetField(vulnerabilityhistory.FieldImpact, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedImpact(); ok { - _spec.AddField(vulnerabilityhistory.FieldImpact, field.TypeFloat64, value) - } if _u.mutation.ImpactCleared() { _spec.ClearField(vulnerabilityhistory.FieldImpact, field.TypeFloat64) } - if value, ok := _u.mutation.Exploitability(); ok { - _spec.SetField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64, value) - } - if value, ok := _u.mutation.AddedExploitability(); ok { - _spec.AddField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64, value) - } if _u.mutation.ExploitabilityCleared() { _spec.ClearField(vulnerabilityhistory.FieldExploitability, field.TypeFloat64) } - if value, ok := _u.mutation.Priority(); ok { - _spec.SetField(vulnerabilityhistory.FieldPriority, field.TypeString, value) - } if _u.mutation.PriorityCleared() { _spec.ClearField(vulnerabilityhistory.FieldPriority, field.TypeString) } - if value, ok := _u.mutation.Summary(); ok { - _spec.SetField(vulnerabilityhistory.FieldSummary, field.TypeString, value) - } if _u.mutation.SummaryCleared() { _spec.ClearField(vulnerabilityhistory.FieldSummary, field.TypeString) } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(vulnerabilityhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(vulnerabilityhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.Vector(); ok { - _spec.SetField(vulnerabilityhistory.FieldVector, field.TypeString, value) - } if _u.mutation.VectorCleared() { _spec.ClearField(vulnerabilityhistory.FieldVector, field.TypeString) } - if value, ok := _u.mutation.RemediationSLA(); ok { - _spec.SetField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRemediationSLA(); ok { - _spec.AddField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt, value) - } if _u.mutation.RemediationSLACleared() { _spec.ClearField(vulnerabilityhistory.FieldRemediationSLA, field.TypeInt) } - if value, ok := _u.mutation.Open(); ok { - _spec.SetField(vulnerabilityhistory.FieldOpen, field.TypeBool, value) - } if _u.mutation.OpenCleared() { _spec.ClearField(vulnerabilityhistory.FieldOpen, field.TypeBool) } - if value, ok := _u.mutation.Blocking(); ok { - _spec.SetField(vulnerabilityhistory.FieldBlocking, field.TypeBool, value) - } if _u.mutation.BlockingCleared() { _spec.ClearField(vulnerabilityhistory.FieldBlocking, field.TypeBool) } - if value, ok := _u.mutation.Production(); ok { - _spec.SetField(vulnerabilityhistory.FieldProduction, field.TypeBool, value) - } if _u.mutation.ProductionCleared() { _spec.ClearField(vulnerabilityhistory.FieldProduction, field.TypeBool) } - if value, ok := _u.mutation.Public(); ok { - _spec.SetField(vulnerabilityhistory.FieldPublic, field.TypeBool, value) - } if _u.mutation.PublicCleared() { _spec.ClearField(vulnerabilityhistory.FieldPublic, field.TypeBool) } - if value, ok := _u.mutation.Validated(); ok { - _spec.SetField(vulnerabilityhistory.FieldValidated, field.TypeBool, value) - } if _u.mutation.ValidatedCleared() { _spec.ClearField(vulnerabilityhistory.FieldValidated, field.TypeBool) } - if value, ok := _u.mutation.References(); ok { - _spec.SetField(vulnerabilityhistory.FieldReferences, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedReferences(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldReferences, value) - }) - } if _u.mutation.ReferencesCleared() { _spec.ClearField(vulnerabilityhistory.FieldReferences, field.TypeJSON) } - if value, ok := _u.mutation.Impacts(); ok { - _spec.SetField(vulnerabilityhistory.FieldImpacts, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedImpacts(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldImpacts, value) - }) - } if _u.mutation.ImpactsCleared() { _spec.ClearField(vulnerabilityhistory.FieldImpacts, field.TypeJSON) } - if value, ok := _u.mutation.CweIds(); ok { - _spec.SetField(vulnerabilityhistory.FieldCweIds, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedCweIds(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, vulnerabilityhistory.FieldCweIds, value) - }) - } if _u.mutation.CweIdsCleared() { _spec.ClearField(vulnerabilityhistory.FieldCweIds, field.TypeJSON) } - if value, ok := _u.mutation.VulnerableVersionRange(); ok { - _spec.SetField(vulnerabilityhistory.FieldVulnerableVersionRange, field.TypeString, value) - } if _u.mutation.VulnerableVersionRangeCleared() { _spec.ClearField(vulnerabilityhistory.FieldVulnerableVersionRange, field.TypeString) } - if value, ok := _u.mutation.FirstPatchedVersion(); ok { - _spec.SetField(vulnerabilityhistory.FieldFirstPatchedVersion, field.TypeString, value) - } if _u.mutation.FirstPatchedVersionCleared() { _spec.ClearField(vulnerabilityhistory.FieldFirstPatchedVersion, field.TypeString) } - if value, ok := _u.mutation.FixAvailable(); ok { - _spec.SetField(vulnerabilityhistory.FieldFixAvailable, field.TypeBool, value) - } if _u.mutation.FixAvailableCleared() { _spec.ClearField(vulnerabilityhistory.FieldFixAvailable, field.TypeBool) } - if value, ok := _u.mutation.PackageName(); ok { - _spec.SetField(vulnerabilityhistory.FieldPackageName, field.TypeString, value) - } if _u.mutation.PackageNameCleared() { _spec.ClearField(vulnerabilityhistory.FieldPackageName, field.TypeString) } - if value, ok := _u.mutation.PackageEcosystem(); ok { - _spec.SetField(vulnerabilityhistory.FieldPackageEcosystem, field.TypeString, value) - } if _u.mutation.PackageEcosystemCleared() { _spec.ClearField(vulnerabilityhistory.FieldPackageEcosystem, field.TypeString) } - if value, ok := _u.mutation.ManifestPath(); ok { - _spec.SetField(vulnerabilityhistory.FieldManifestPath, field.TypeString, value) - } if _u.mutation.ManifestPathCleared() { _spec.ClearField(vulnerabilityhistory.FieldManifestPath, field.TypeString) } - if value, ok := _u.mutation.DependencyScope(); ok { - _spec.SetField(vulnerabilityhistory.FieldDependencyScope, field.TypeString, value) - } if _u.mutation.DependencyScopeCleared() { _spec.ClearField(vulnerabilityhistory.FieldDependencyScope, field.TypeString) } - if value, ok := _u.mutation.PublishedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldPublishedAt, field.TypeTime, value) - } if _u.mutation.PublishedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldPublishedAt, field.TypeTime) } - if value, ok := _u.mutation.DiscoveredAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDiscoveredAt, field.TypeTime, value) - } if _u.mutation.DiscoveredAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldDiscoveredAt, field.TypeTime) } - if value, ok := _u.mutation.SourceUpdatedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldSourceUpdatedAt, field.TypeTime, value) - } if _u.mutation.SourceUpdatedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldSourceUpdatedAt, field.TypeTime) } - if value, ok := _u.mutation.DismissedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedAt, field.TypeTime, value) - } if _u.mutation.DismissedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldDismissedAt, field.TypeTime) } - if value, ok := _u.mutation.DismissedReason(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedReason, field.TypeString, value) - } if _u.mutation.DismissedReasonCleared() { _spec.ClearField(vulnerabilityhistory.FieldDismissedReason, field.TypeString) } - if value, ok := _u.mutation.DismissedComment(); ok { - _spec.SetField(vulnerabilityhistory.FieldDismissedComment, field.TypeString, value) - } if _u.mutation.DismissedCommentCleared() { _spec.ClearField(vulnerabilityhistory.FieldDismissedComment, field.TypeString) } - if value, ok := _u.mutation.FixedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldFixedAt, field.TypeTime, value) - } if _u.mutation.FixedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldFixedAt, field.TypeTime) } - if value, ok := _u.mutation.AutoDismissedAt(); ok { - _spec.SetField(vulnerabilityhistory.FieldAutoDismissedAt, field.TypeTime, value) - } if _u.mutation.AutoDismissedAtCleared() { _spec.ClearField(vulnerabilityhistory.FieldAutoDismissedAt, field.TypeTime) } - if value, ok := _u.mutation.ExternalURI(); ok { - _spec.SetField(vulnerabilityhistory.FieldExternalURI, field.TypeString, value) - } if _u.mutation.ExternalURICleared() { _spec.ClearField(vulnerabilityhistory.FieldExternalURI, field.TypeString) } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(vulnerabilityhistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(vulnerabilityhistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RawPayload(); ok { - _spec.SetField(vulnerabilityhistory.FieldRawPayload, field.TypeJSON, value) - } if _u.mutation.RawPayloadCleared() { _spec.ClearField(vulnerabilityhistory.FieldRawPayload, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.VulnerabilityHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &VulnerabilityHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/workflowassignmenthistory/workflowassignmenthistory.go b/internal/ent/historygenerated/workflowassignmenthistory/workflowassignmenthistory.go index 1612ba04ff..7471ce85f6 100644 --- a/internal/ent/historygenerated/workflowassignmenthistory/workflowassignmenthistory.go +++ b/internal/ent/historygenerated/workflowassignmenthistory/workflowassignmenthistory.go @@ -141,8 +141,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultRole holds the default value on creation for the "role" field. diff --git a/internal/ent/historygenerated/workflowassignmenthistory_create.go b/internal/ent/historygenerated/workflowassignmenthistory_create.go index 85c6becd0f..f018f9051a 100644 --- a/internal/ent/historygenerated/workflowassignmenthistory_create.go +++ b/internal/ent/historygenerated/workflowassignmenthistory_create.go @@ -548,7 +548,6 @@ func (_c *WorkflowAssignmentHistoryCreate) createSpec() (*WorkflowAssignmentHist _node = &WorkflowAssignmentHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowassignmenthistory.Table, sqlgraph.NewFieldSpec(workflowassignmenthistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowAssignmentHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/workflowassignmenthistory_delete.go b/internal/ent/historygenerated/workflowassignmenthistory_delete.go index f9d800a29a..d80e324448 100644 --- a/internal/ent/historygenerated/workflowassignmenthistory_delete.go +++ b/internal/ent/historygenerated/workflowassignmenthistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenthistory" ) @@ -45,8 +43,6 @@ func (_d *WorkflowAssignmentHistoryDelete) ExecX(ctx context.Context) int { func (_d *WorkflowAssignmentHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowassignmenthistory.Table, sqlgraph.NewFieldSpec(workflowassignmenthistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowAssignmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/workflowassignmenthistory_query.go b/internal/ent/historygenerated/workflowassignmenthistory_query.go index 768dab571c..a2c0e138d5 100644 --- a/internal/ent/historygenerated/workflowassignmenthistory_query.go +++ b/internal/ent/historygenerated/workflowassignmenthistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenthistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type WorkflowAssignmentHistoryQuery struct { order []workflowassignmenthistory.OrderOption inters []Interceptor predicates []predicate.WorkflowAssignmentHistory - loadTotal []func(context.Context, []*WorkflowAssignmentHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*WorkflowAssignmentHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *WorkflowAssignmentHistoryQuery) Clone() *WorkflowAssignmentHistoryQuer inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.WorkflowAssignmentHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *WorkflowAssignmentHistoryQuery) sqlAll(ctx context.Context, hooks ...q nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *WorkflowAssignmentHistoryQuery) sqlAll(ctx context.Context, hooks ...q func (_q *WorkflowAssignmentHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *WorkflowAssignmentHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowAssignmentHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *WorkflowAssignmentHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *WorkflowAssignmentHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *WorkflowAssignmentHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (wahq *WorkflowAssignmentHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "WorkflowAssignmentHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *WorkflowAssignmentHistorySelect) sqlScan(ctx context.Context, root *Wo defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *WorkflowAssignmentHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *WorkflowAssignmentHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/workflowassignmenthistory_update.go b/internal/ent/historygenerated/workflowassignmenthistory_update.go index fd8d037793..8c5270d372 100644 --- a/internal/ent/historygenerated/workflowassignmenthistory_update.go +++ b/internal/ent/historygenerated/workflowassignmenthistory_update.go @@ -8,26 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenthistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // WorkflowAssignmentHistoryUpdate is the builder for updating WorkflowAssignmentHistory entities. type WorkflowAssignmentHistoryUpdate struct { config - hooks []Hook - mutation *WorkflowAssignmentHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *WorkflowAssignmentHistoryMutation } // Where appends a list predicates to the WorkflowAssignmentHistoryUpdate builder. @@ -36,398 +29,6 @@ func (_u *WorkflowAssignmentHistoryUpdate) Where(ps ...predicate.WorkflowAssignm return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetUpdatedAt(v time.Time) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearUpdatedAt() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetUpdatedBy(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableUpdatedBy(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearUpdatedBy() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetUpdatedByImpersonator(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearUpdatedByImpersonator() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetDeletedAt(v time.Time) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableDeletedAt(v *time.Time) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearDeletedAt() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetDeletedBy(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableDeletedBy(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearDeletedBy() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetTags(v []string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdate) AppendTags(v []string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearTags() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetWorkflowInstanceID sets the "workflow_instance_id" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetWorkflowInstanceID(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetWorkflowInstanceID(v) - return _u -} - -// SetNillableWorkflowInstanceID sets the "workflow_instance_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableWorkflowInstanceID(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetWorkflowInstanceID(*v) - } - return _u -} - -// SetAssignmentKey sets the "assignment_key" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetAssignmentKey(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetAssignmentKey(v) - return _u -} - -// SetNillableAssignmentKey sets the "assignment_key" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableAssignmentKey(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetAssignmentKey(*v) - } - return _u -} - -// SetRole sets the "role" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetRole(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableRole(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetRole(*v) - } - return _u -} - -// SetLabel sets the "label" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetLabel(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetLabel(v) - return _u -} - -// SetNillableLabel sets the "label" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableLabel(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetLabel(*v) - } - return _u -} - -// ClearLabel clears the value of the "label" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearLabel() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearLabel() - return _u -} - -// SetRequired sets the "required" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetRequired(v bool) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetRequired(v) - return _u -} - -// SetNillableRequired sets the "required" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableRequired(v *bool) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetRequired(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetStatus(v enums.WorkflowAssignmentStatus) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableStatus(v *enums.WorkflowAssignmentStatus) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetMetadata(v map[string]interface{}) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearMetadata() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearMetadata() - return _u -} - -// SetApprovalMetadata sets the "approval_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetApprovalMetadata(v models.WorkflowAssignmentApproval) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetApprovalMetadata(v) - return _u -} - -// SetNillableApprovalMetadata sets the "approval_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableApprovalMetadata(v *models.WorkflowAssignmentApproval) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetApprovalMetadata(*v) - } - return _u -} - -// ClearApprovalMetadata clears the value of the "approval_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearApprovalMetadata() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearApprovalMetadata() - return _u -} - -// SetRejectionMetadata sets the "rejection_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetRejectionMetadata(v models.WorkflowAssignmentRejection) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetRejectionMetadata(v) - return _u -} - -// SetNillableRejectionMetadata sets the "rejection_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableRejectionMetadata(v *models.WorkflowAssignmentRejection) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetRejectionMetadata(*v) - } - return _u -} - -// ClearRejectionMetadata clears the value of the "rejection_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearRejectionMetadata() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearRejectionMetadata() - return _u -} - -// SetInvalidationMetadata sets the "invalidation_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetInvalidationMetadata(v models.WorkflowAssignmentInvalidation) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetInvalidationMetadata(v) - return _u -} - -// SetNillableInvalidationMetadata sets the "invalidation_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableInvalidationMetadata(v *models.WorkflowAssignmentInvalidation) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetInvalidationMetadata(*v) - } - return _u -} - -// ClearInvalidationMetadata clears the value of the "invalidation_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearInvalidationMetadata() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearInvalidationMetadata() - return _u -} - -// SetOutcomeMetadata sets the "outcome_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetOutcomeMetadata(v models.AssignmentOutcome) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetOutcomeMetadata(v) - return _u -} - -// SetNillableOutcomeMetadata sets the "outcome_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableOutcomeMetadata(v *models.AssignmentOutcome) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetOutcomeMetadata(*v) - } - return _u -} - -// ClearOutcomeMetadata clears the value of the "outcome_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearOutcomeMetadata() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearOutcomeMetadata() - return _u -} - -// SetDecidedAt sets the "decided_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetDecidedAt(v time.Time) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetDecidedAt(v) - return _u -} - -// SetNillableDecidedAt sets the "decided_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableDecidedAt(v *time.Time) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetDecidedAt(*v) - } - return _u -} - -// ClearDecidedAt clears the value of the "decided_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearDecidedAt() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearDecidedAt() - return _u -} - -// SetActorUserID sets the "actor_user_id" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetActorUserID(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetActorUserID(v) - return _u -} - -// SetNillableActorUserID sets the "actor_user_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableActorUserID(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetActorUserID(*v) - } - return _u -} - -// ClearActorUserID clears the value of the "actor_user_id" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearActorUserID() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearActorUserID() - return _u -} - -// SetActorGroupID sets the "actor_group_id" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetActorGroupID(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetActorGroupID(v) - return _u -} - -// SetNillableActorGroupID sets the "actor_group_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableActorGroupID(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetActorGroupID(*v) - } - return _u -} - -// ClearActorGroupID clears the value of the "actor_group_id" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearActorGroupID() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearActorGroupID() - return _u -} - -// SetNotes sets the "notes" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetNotes(v string) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetNotes(v) - return _u -} - -// SetNillableNotes sets the "notes" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableNotes(v *string) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetNotes(*v) - } - return _u -} - -// ClearNotes clears the value of the "notes" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearNotes() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearNotes() - return _u -} - -// SetDueAt sets the "due_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) SetDueAt(v time.Time) *WorkflowAssignmentHistoryUpdate { - _u.mutation.SetDueAt(v) - return _u -} - -// SetNillableDueAt sets the "due_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdate) SetNillableDueAt(v *time.Time) *WorkflowAssignmentHistoryUpdate { - if v != nil { - _u.SetDueAt(*v) - } - return _u -} - -// ClearDueAt clears the value of the "due_at" field. -func (_u *WorkflowAssignmentHistoryUpdate) ClearDueAt() *WorkflowAssignmentHistoryUpdate { - _u.mutation.ClearDueAt() - return _u -} - // Mutation returns the WorkflowAssignmentHistoryMutation object of the builder. func (_u *WorkflowAssignmentHistoryUpdate) Mutation() *WorkflowAssignmentHistoryMutation { return _u.mutation @@ -435,9 +36,6 @@ func (_u *WorkflowAssignmentHistoryUpdate) Mutation() *WorkflowAssignmentHistory // Save executes the query and returns the number of nodes affected by the update operation. func (_u *WorkflowAssignmentHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -463,38 +61,7 @@ func (_u *WorkflowAssignmentHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *WorkflowAssignmentHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowassignmenthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowassignmenthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowassignmenthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowAssignmentHistoryUpdate) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := workflowassignmenthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowAssignmentHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowAssignmentHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowAssignmentHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *WorkflowAssignmentHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(workflowassignmenthistory.Table, workflowassignmenthistory.Columns, sqlgraph.NewFieldSpec(workflowassignmenthistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -509,137 +76,63 @@ func (_u *WorkflowAssignmentHistoryUpdate) sqlSave(ctx context.Context) (_node i if _u.mutation.CreatedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowassignmenthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowassignmenthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowassignmenthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(workflowassignmenthistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowInstanceID(); ok { - _spec.SetField(workflowassignmenthistory.FieldWorkflowInstanceID, field.TypeString, value) - } - if value, ok := _u.mutation.AssignmentKey(); ok { - _spec.SetField(workflowassignmenthistory.FieldAssignmentKey, field.TypeString, value) - } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(workflowassignmenthistory.FieldRole, field.TypeString, value) - } - if value, ok := _u.mutation.Label(); ok { - _spec.SetField(workflowassignmenthistory.FieldLabel, field.TypeString, value) - } if _u.mutation.LabelCleared() { _spec.ClearField(workflowassignmenthistory.FieldLabel, field.TypeString) } - if value, ok := _u.mutation.Required(); ok { - _spec.SetField(workflowassignmenthistory.FieldRequired, field.TypeBool, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(workflowassignmenthistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldApprovalMetadata, field.TypeJSON, value) - } if _u.mutation.ApprovalMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldApprovalMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RejectionMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldRejectionMetadata, field.TypeJSON, value) - } if _u.mutation.RejectionMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldRejectionMetadata, field.TypeJSON) } - if value, ok := _u.mutation.InvalidationMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldInvalidationMetadata, field.TypeJSON, value) - } if _u.mutation.InvalidationMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldInvalidationMetadata, field.TypeJSON) } - if value, ok := _u.mutation.OutcomeMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldOutcomeMetadata, field.TypeJSON, value) - } if _u.mutation.OutcomeMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldOutcomeMetadata, field.TypeJSON) } - if value, ok := _u.mutation.DecidedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDecidedAt, field.TypeTime, value) - } if _u.mutation.DecidedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDecidedAt, field.TypeTime) } - if value, ok := _u.mutation.ActorUserID(); ok { - _spec.SetField(workflowassignmenthistory.FieldActorUserID, field.TypeString, value) - } if _u.mutation.ActorUserIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldActorUserID, field.TypeString) } - if value, ok := _u.mutation.ActorGroupID(); ok { - _spec.SetField(workflowassignmenthistory.FieldActorGroupID, field.TypeString, value) - } if _u.mutation.ActorGroupIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldActorGroupID, field.TypeString) } - if value, ok := _u.mutation.Notes(); ok { - _spec.SetField(workflowassignmenthistory.FieldNotes, field.TypeString, value) - } if _u.mutation.NotesCleared() { _spec.ClearField(workflowassignmenthistory.FieldNotes, field.TypeString) } - if value, ok := _u.mutation.DueAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDueAt, field.TypeTime, value) - } if _u.mutation.DueAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDueAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{workflowassignmenthistory.Label} @@ -655,402 +148,9 @@ func (_u *WorkflowAssignmentHistoryUpdate) sqlSave(ctx context.Context) (_node i // WorkflowAssignmentHistoryUpdateOne is the builder for updating a single WorkflowAssignmentHistory entity. type WorkflowAssignmentHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *WorkflowAssignmentHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetUpdatedAt(v time.Time) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearUpdatedAt() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetUpdatedBy(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableUpdatedBy(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearUpdatedBy() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetUpdatedByImpersonator(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearUpdatedByImpersonator() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetDeletedAt(v time.Time) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearDeletedAt() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetDeletedBy(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableDeletedBy(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearDeletedBy() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetTags(v []string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) AppendTags(v []string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearTags() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetWorkflowInstanceID sets the "workflow_instance_id" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetWorkflowInstanceID(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetWorkflowInstanceID(v) - return _u -} - -// SetNillableWorkflowInstanceID sets the "workflow_instance_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableWorkflowInstanceID(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetWorkflowInstanceID(*v) - } - return _u -} - -// SetAssignmentKey sets the "assignment_key" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetAssignmentKey(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetAssignmentKey(v) - return _u -} - -// SetNillableAssignmentKey sets the "assignment_key" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableAssignmentKey(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetAssignmentKey(*v) - } - return _u -} - -// SetRole sets the "role" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetRole(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetRole(v) - return _u -} - -// SetNillableRole sets the "role" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableRole(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetRole(*v) - } - return _u -} - -// SetLabel sets the "label" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetLabel(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetLabel(v) - return _u -} - -// SetNillableLabel sets the "label" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableLabel(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetLabel(*v) - } - return _u -} - -// ClearLabel clears the value of the "label" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearLabel() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearLabel() - return _u -} - -// SetRequired sets the "required" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetRequired(v bool) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetRequired(v) - return _u -} - -// SetNillableRequired sets the "required" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableRequired(v *bool) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetRequired(*v) - } - return _u -} - -// SetStatus sets the "status" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetStatus(v enums.WorkflowAssignmentStatus) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetStatus(v) - return _u -} - -// SetNillableStatus sets the "status" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableStatus(v *enums.WorkflowAssignmentStatus) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetStatus(*v) - } - return _u -} - -// SetMetadata sets the "metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetMetadata(v map[string]interface{}) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetMetadata(v) - return _u -} - -// ClearMetadata clears the value of the "metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearMetadata() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearMetadata() - return _u -} - -// SetApprovalMetadata sets the "approval_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetApprovalMetadata(v models.WorkflowAssignmentApproval) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetApprovalMetadata(v) - return _u -} - -// SetNillableApprovalMetadata sets the "approval_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableApprovalMetadata(v *models.WorkflowAssignmentApproval) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetApprovalMetadata(*v) - } - return _u -} - -// ClearApprovalMetadata clears the value of the "approval_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearApprovalMetadata() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearApprovalMetadata() - return _u -} - -// SetRejectionMetadata sets the "rejection_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetRejectionMetadata(v models.WorkflowAssignmentRejection) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetRejectionMetadata(v) - return _u -} - -// SetNillableRejectionMetadata sets the "rejection_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableRejectionMetadata(v *models.WorkflowAssignmentRejection) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetRejectionMetadata(*v) - } - return _u -} - -// ClearRejectionMetadata clears the value of the "rejection_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearRejectionMetadata() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearRejectionMetadata() - return _u -} - -// SetInvalidationMetadata sets the "invalidation_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetInvalidationMetadata(v models.WorkflowAssignmentInvalidation) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetInvalidationMetadata(v) - return _u -} - -// SetNillableInvalidationMetadata sets the "invalidation_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableInvalidationMetadata(v *models.WorkflowAssignmentInvalidation) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetInvalidationMetadata(*v) - } - return _u -} - -// ClearInvalidationMetadata clears the value of the "invalidation_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearInvalidationMetadata() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearInvalidationMetadata() - return _u -} - -// SetOutcomeMetadata sets the "outcome_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetOutcomeMetadata(v models.AssignmentOutcome) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetOutcomeMetadata(v) - return _u -} - -// SetNillableOutcomeMetadata sets the "outcome_metadata" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableOutcomeMetadata(v *models.AssignmentOutcome) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetOutcomeMetadata(*v) - } - return _u -} - -// ClearOutcomeMetadata clears the value of the "outcome_metadata" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearOutcomeMetadata() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearOutcomeMetadata() - return _u -} - -// SetDecidedAt sets the "decided_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetDecidedAt(v time.Time) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetDecidedAt(v) - return _u -} - -// SetNillableDecidedAt sets the "decided_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableDecidedAt(v *time.Time) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetDecidedAt(*v) - } - return _u -} - -// ClearDecidedAt clears the value of the "decided_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearDecidedAt() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearDecidedAt() - return _u -} - -// SetActorUserID sets the "actor_user_id" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetActorUserID(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetActorUserID(v) - return _u -} - -// SetNillableActorUserID sets the "actor_user_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableActorUserID(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetActorUserID(*v) - } - return _u -} - -// ClearActorUserID clears the value of the "actor_user_id" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearActorUserID() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearActorUserID() - return _u -} - -// SetActorGroupID sets the "actor_group_id" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetActorGroupID(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetActorGroupID(v) - return _u -} - -// SetNillableActorGroupID sets the "actor_group_id" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableActorGroupID(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetActorGroupID(*v) - } - return _u -} - -// ClearActorGroupID clears the value of the "actor_group_id" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearActorGroupID() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearActorGroupID() - return _u -} - -// SetNotes sets the "notes" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNotes(v string) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetNotes(v) - return _u -} - -// SetNillableNotes sets the "notes" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableNotes(v *string) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetNotes(*v) - } - return _u -} - -// ClearNotes clears the value of the "notes" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearNotes() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearNotes() - return _u -} - -// SetDueAt sets the "due_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetDueAt(v time.Time) *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.SetDueAt(v) - return _u -} - -// SetNillableDueAt sets the "due_at" field if the given value is not nil. -func (_u *WorkflowAssignmentHistoryUpdateOne) SetNillableDueAt(v *time.Time) *WorkflowAssignmentHistoryUpdateOne { - if v != nil { - _u.SetDueAt(*v) - } - return _u -} - -// ClearDueAt clears the value of the "due_at" field. -func (_u *WorkflowAssignmentHistoryUpdateOne) ClearDueAt() *WorkflowAssignmentHistoryUpdateOne { - _u.mutation.ClearDueAt() - return _u + fields []string + hooks []Hook + mutation *WorkflowAssignmentHistoryMutation } // Mutation returns the WorkflowAssignmentHistoryMutation object of the builder. @@ -1073,9 +173,6 @@ func (_u *WorkflowAssignmentHistoryUpdateOne) Select(field string, fields ...str // Save executes the query and returns the updated WorkflowAssignmentHistory entity. func (_u *WorkflowAssignmentHistoryUpdateOne) Save(ctx context.Context) (*WorkflowAssignmentHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1101,38 +198,7 @@ func (_u *WorkflowAssignmentHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *WorkflowAssignmentHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowassignmenthistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowassignmenthistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowassignmenthistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowAssignmentHistoryUpdateOne) check() error { - if v, ok := _u.mutation.Status(); ok { - if err := workflowassignmenthistory.StatusValidator(v); err != nil { - return &ValidationError{Name: "status", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowAssignmentHistory.status": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowAssignmentHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowAssignmentHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *WorkflowAssignmentHistoryUpdateOne) sqlSave(ctx context.Context) (_node *WorkflowAssignmentHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(workflowassignmenthistory.Table, workflowassignmenthistory.Columns, sqlgraph.NewFieldSpec(workflowassignmenthistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1164,137 +230,63 @@ func (_u *WorkflowAssignmentHistoryUpdateOne) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowassignmenthistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(workflowassignmenthistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowassignmenthistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(workflowassignmenthistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowassignmenthistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowassignmenthistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(workflowassignmenthistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowInstanceID(); ok { - _spec.SetField(workflowassignmenthistory.FieldWorkflowInstanceID, field.TypeString, value) - } - if value, ok := _u.mutation.AssignmentKey(); ok { - _spec.SetField(workflowassignmenthistory.FieldAssignmentKey, field.TypeString, value) - } - if value, ok := _u.mutation.Role(); ok { - _spec.SetField(workflowassignmenthistory.FieldRole, field.TypeString, value) - } - if value, ok := _u.mutation.Label(); ok { - _spec.SetField(workflowassignmenthistory.FieldLabel, field.TypeString, value) - } if _u.mutation.LabelCleared() { _spec.ClearField(workflowassignmenthistory.FieldLabel, field.TypeString) } - if value, ok := _u.mutation.Required(); ok { - _spec.SetField(workflowassignmenthistory.FieldRequired, field.TypeBool, value) - } - if value, ok := _u.mutation.Status(); ok { - _spec.SetField(workflowassignmenthistory.FieldStatus, field.TypeEnum, value) - } - if value, ok := _u.mutation.Metadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldMetadata, field.TypeJSON, value) - } if _u.mutation.MetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldMetadata, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldApprovalMetadata, field.TypeJSON, value) - } if _u.mutation.ApprovalMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldApprovalMetadata, field.TypeJSON) } - if value, ok := _u.mutation.RejectionMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldRejectionMetadata, field.TypeJSON, value) - } if _u.mutation.RejectionMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldRejectionMetadata, field.TypeJSON) } - if value, ok := _u.mutation.InvalidationMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldInvalidationMetadata, field.TypeJSON, value) - } if _u.mutation.InvalidationMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldInvalidationMetadata, field.TypeJSON) } - if value, ok := _u.mutation.OutcomeMetadata(); ok { - _spec.SetField(workflowassignmenthistory.FieldOutcomeMetadata, field.TypeJSON, value) - } if _u.mutation.OutcomeMetadataCleared() { _spec.ClearField(workflowassignmenthistory.FieldOutcomeMetadata, field.TypeJSON) } - if value, ok := _u.mutation.DecidedAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDecidedAt, field.TypeTime, value) - } if _u.mutation.DecidedAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDecidedAt, field.TypeTime) } - if value, ok := _u.mutation.ActorUserID(); ok { - _spec.SetField(workflowassignmenthistory.FieldActorUserID, field.TypeString, value) - } if _u.mutation.ActorUserIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldActorUserID, field.TypeString) } - if value, ok := _u.mutation.ActorGroupID(); ok { - _spec.SetField(workflowassignmenthistory.FieldActorGroupID, field.TypeString, value) - } if _u.mutation.ActorGroupIDCleared() { _spec.ClearField(workflowassignmenthistory.FieldActorGroupID, field.TypeString) } - if value, ok := _u.mutation.Notes(); ok { - _spec.SetField(workflowassignmenthistory.FieldNotes, field.TypeString, value) - } if _u.mutation.NotesCleared() { _spec.ClearField(workflowassignmenthistory.FieldNotes, field.TypeString) } - if value, ok := _u.mutation.DueAt(); ok { - _spec.SetField(workflowassignmenthistory.FieldDueAt, field.TypeTime, value) - } if _u.mutation.DueAtCleared() { _spec.ClearField(workflowassignmenthistory.FieldDueAt, field.TypeTime) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &WorkflowAssignmentHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/workflowassignmenttargethistory/workflowassignmenttargethistory.go b/internal/ent/historygenerated/workflowassignmenttargethistory/workflowassignmenttargethistory.go index ea5b89c643..2feb5cec96 100644 --- a/internal/ent/historygenerated/workflowassignmenttargethistory/workflowassignmenttargethistory.go +++ b/internal/ent/historygenerated/workflowassignmenttargethistory/workflowassignmenttargethistory.go @@ -108,8 +108,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. diff --git a/internal/ent/historygenerated/workflowassignmenttargethistory_create.go b/internal/ent/historygenerated/workflowassignmenttargethistory_create.go index 9db3933a43..f9b085b886 100644 --- a/internal/ent/historygenerated/workflowassignmenttargethistory_create.go +++ b/internal/ent/historygenerated/workflowassignmenttargethistory_create.go @@ -380,7 +380,6 @@ func (_c *WorkflowAssignmentTargetHistoryCreate) createSpec() (*WorkflowAssignme _node = &WorkflowAssignmentTargetHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowassignmenttargethistory.Table, sqlgraph.NewFieldSpec(workflowassignmenttargethistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowAssignmentTargetHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/workflowassignmenttargethistory_delete.go b/internal/ent/historygenerated/workflowassignmenttargethistory_delete.go index 7db13c258f..b07d268dac 100644 --- a/internal/ent/historygenerated/workflowassignmenttargethistory_delete.go +++ b/internal/ent/historygenerated/workflowassignmenttargethistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenttargethistory" ) @@ -45,8 +43,6 @@ func (_d *WorkflowAssignmentTargetHistoryDelete) ExecX(ctx context.Context) int func (_d *WorkflowAssignmentTargetHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowassignmenttargethistory.Table, sqlgraph.NewFieldSpec(workflowassignmenttargethistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowAssignmentTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/workflowassignmenttargethistory_query.go b/internal/ent/historygenerated/workflowassignmenttargethistory_query.go index 0177da6f44..7a77f07435 100644 --- a/internal/ent/historygenerated/workflowassignmenttargethistory_query.go +++ b/internal/ent/historygenerated/workflowassignmenttargethistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenttargethistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type WorkflowAssignmentTargetHistoryQuery struct { order []workflowassignmenttargethistory.OrderOption inters []Interceptor predicates []predicate.WorkflowAssignmentTargetHistory - loadTotal []func(context.Context, []*WorkflowAssignmentTargetHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*WorkflowAssignmentTargetHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *WorkflowAssignmentTargetHistoryQuery) Clone() *WorkflowAssignmentTarge inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.WorkflowAssignmentTargetHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *WorkflowAssignmentTargetHistoryQuery) sqlAll(ctx context.Context, hook nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *WorkflowAssignmentTargetHistoryQuery) sqlAll(ctx context.Context, hook func (_q *WorkflowAssignmentTargetHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowAssignmentTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *WorkflowAssignmentTargetHistoryQuery) sqlQuery(ctx context.Context) *s if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowAssignmentTargetHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *WorkflowAssignmentTargetHistoryQuery) sqlQuery(ctx context.Context) *s return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *WorkflowAssignmentTargetHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *WorkflowAssignmentTargetHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (wathq *WorkflowAssignmentTargetHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "WorkflowAssignmentTargetHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *WorkflowAssignmentTargetHistorySelect) sqlScan(ctx context.Context, ro defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *WorkflowAssignmentTargetHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *WorkflowAssignmentTargetHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/workflowassignmenttargethistory_update.go b/internal/ent/historygenerated/workflowassignmenttargethistory_update.go index 828675ac7a..fa157c7070 100644 --- a/internal/ent/historygenerated/workflowassignmenttargethistory_update.go +++ b/internal/ent/historygenerated/workflowassignmenttargethistory_update.go @@ -8,25 +8,19 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowassignmenttargethistory" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" ) // WorkflowAssignmentTargetHistoryUpdate is the builder for updating WorkflowAssignmentTargetHistory entities. type WorkflowAssignmentTargetHistoryUpdate struct { config - hooks []Hook - mutation *WorkflowAssignmentTargetHistoryMutation - modifiers []func(*sql.UpdateBuilder) + hooks []Hook + mutation *WorkflowAssignmentTargetHistoryMutation } // Where appends a list predicates to the WorkflowAssignmentTargetHistoryUpdate builder. @@ -35,204 +29,6 @@ func (_u *WorkflowAssignmentTargetHistoryUpdate) Where(ps ...predicate.WorkflowA return _u } -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetUpdatedAt(v time.Time) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearUpdatedAt() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetUpdatedBy(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableUpdatedBy(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearUpdatedBy() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetUpdatedByImpersonator(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearUpdatedByImpersonator() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetDeletedAt(v time.Time) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableDeletedAt(v *time.Time) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearDeletedAt() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetDeletedBy(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableDeletedBy(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearDeletedBy() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetTags(v []string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) AppendTags(v []string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearTags() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetWorkflowAssignmentID sets the "workflow_assignment_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetWorkflowAssignmentID(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetWorkflowAssignmentID(v) - return _u -} - -// SetNillableWorkflowAssignmentID sets the "workflow_assignment_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableWorkflowAssignmentID(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetWorkflowAssignmentID(*v) - } - return _u -} - -// SetTargetType sets the "target_type" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetTargetType(v enums.WorkflowTargetType) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetTargetType(v) - return _u -} - -// SetNillableTargetType sets the "target_type" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableTargetType(v *enums.WorkflowTargetType) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetTargetType(*v) - } - return _u -} - -// SetTargetUserID sets the "target_user_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetTargetUserID(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetTargetUserID(v) - return _u -} - -// SetNillableTargetUserID sets the "target_user_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableTargetUserID(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetTargetUserID(*v) - } - return _u -} - -// ClearTargetUserID clears the value of the "target_user_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearTargetUserID() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearTargetUserID() - return _u -} - -// SetTargetGroupID sets the "target_group_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetTargetGroupID(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetTargetGroupID(v) - return _u -} - -// SetNillableTargetGroupID sets the "target_group_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableTargetGroupID(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetTargetGroupID(*v) - } - return _u -} - -// ClearTargetGroupID clears the value of the "target_group_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearTargetGroupID() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearTargetGroupID() - return _u -} - -// SetResolverKey sets the "resolver_key" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetResolverKey(v string) *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.SetResolverKey(v) - return _u -} - -// SetNillableResolverKey sets the "resolver_key" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdate) SetNillableResolverKey(v *string) *WorkflowAssignmentTargetHistoryUpdate { - if v != nil { - _u.SetResolverKey(*v) - } - return _u -} - -// ClearResolverKey clears the value of the "resolver_key" field. -func (_u *WorkflowAssignmentTargetHistoryUpdate) ClearResolverKey() *WorkflowAssignmentTargetHistoryUpdate { - _u.mutation.ClearResolverKey() - return _u -} - // Mutation returns the WorkflowAssignmentTargetHistoryMutation object of the builder. func (_u *WorkflowAssignmentTargetHistoryUpdate) Mutation() *WorkflowAssignmentTargetHistoryMutation { return _u.mutation @@ -240,9 +36,6 @@ func (_u *WorkflowAssignmentTargetHistoryUpdate) Mutation() *WorkflowAssignmentT // Save executes the query and returns the number of nodes affected by the update operation. func (_u *WorkflowAssignmentTargetHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -268,38 +61,7 @@ func (_u *WorkflowAssignmentTargetHistoryUpdate) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *WorkflowAssignmentTargetHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowassignmenttargethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowassignmenttargethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowassignmenttargethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowAssignmentTargetHistoryUpdate) check() error { - if v, ok := _u.mutation.TargetType(); ok { - if err := workflowassignmenttargethistory.TargetTypeValidator(v); err != nil { - return &ValidationError{Name: "target_type", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowAssignmentTargetHistory.target_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowAssignmentTargetHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowAssignmentTargetHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *WorkflowAssignmentTargetHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(workflowassignmenttargethistory.Table, workflowassignmenttargethistory.Columns, sqlgraph.NewFieldSpec(workflowassignmenttargethistory.FieldID, field.TypeString)) if ps := _u.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { @@ -314,80 +76,39 @@ func (_u *WorkflowAssignmentTargetHistoryUpdate) sqlSave(ctx context.Context) (_ if _u.mutation.CreatedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowassignmenttargethistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowAssignmentID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldWorkflowAssignmentID, field.TypeString, value) - } - if value, ok := _u.mutation.TargetType(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetType, field.TypeEnum, value) - } - if value, ok := _u.mutation.TargetUserID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetUserID, field.TypeString, value) - } if _u.mutation.TargetUserIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTargetUserID, field.TypeString) } - if value, ok := _u.mutation.TargetGroupID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetGroupID, field.TypeString, value) - } if _u.mutation.TargetGroupIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTargetGroupID, field.TypeString) } - if value, ok := _u.mutation.ResolverKey(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldResolverKey, field.TypeString, value) - } if _u.mutation.ResolverKeyCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldResolverKey, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { if _, ok := err.(*sqlgraph.NotFoundError); ok { err = &NotFoundError{workflowassignmenttargethistory.Label} @@ -403,208 +124,9 @@ func (_u *WorkflowAssignmentTargetHistoryUpdate) sqlSave(ctx context.Context) (_ // WorkflowAssignmentTargetHistoryUpdateOne is the builder for updating a single WorkflowAssignmentTargetHistory entity. type WorkflowAssignmentTargetHistoryUpdateOne struct { config - fields []string - hooks []Hook - mutation *WorkflowAssignmentTargetHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetUpdatedAt(v time.Time) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearUpdatedAt() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetUpdatedBy(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableUpdatedBy(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearUpdatedBy() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetUpdatedByImpersonator(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearUpdatedByImpersonator() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetDeletedAt(v time.Time) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearDeletedAt() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetDeletedBy(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableDeletedBy(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearDeletedBy() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetTags(v []string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) AppendTags(v []string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearTags() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetWorkflowAssignmentID sets the "workflow_assignment_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetWorkflowAssignmentID(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetWorkflowAssignmentID(v) - return _u -} - -// SetNillableWorkflowAssignmentID sets the "workflow_assignment_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableWorkflowAssignmentID(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetWorkflowAssignmentID(*v) - } - return _u -} - -// SetTargetType sets the "target_type" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetTargetType(v enums.WorkflowTargetType) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetTargetType(v) - return _u -} - -// SetNillableTargetType sets the "target_type" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableTargetType(v *enums.WorkflowTargetType) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetTargetType(*v) - } - return _u -} - -// SetTargetUserID sets the "target_user_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetTargetUserID(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetTargetUserID(v) - return _u -} - -// SetNillableTargetUserID sets the "target_user_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableTargetUserID(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetTargetUserID(*v) - } - return _u -} - -// ClearTargetUserID clears the value of the "target_user_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearTargetUserID() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearTargetUserID() - return _u -} - -// SetTargetGroupID sets the "target_group_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetTargetGroupID(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetTargetGroupID(v) - return _u -} - -// SetNillableTargetGroupID sets the "target_group_id" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableTargetGroupID(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetTargetGroupID(*v) - } - return _u -} - -// ClearTargetGroupID clears the value of the "target_group_id" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearTargetGroupID() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearTargetGroupID() - return _u -} - -// SetResolverKey sets the "resolver_key" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetResolverKey(v string) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.SetResolverKey(v) - return _u -} - -// SetNillableResolverKey sets the "resolver_key" field if the given value is not nil. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) SetNillableResolverKey(v *string) *WorkflowAssignmentTargetHistoryUpdateOne { - if v != nil { - _u.SetResolverKey(*v) - } - return _u -} - -// ClearResolverKey clears the value of the "resolver_key" field. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ClearResolverKey() *WorkflowAssignmentTargetHistoryUpdateOne { - _u.mutation.ClearResolverKey() - return _u + fields []string + hooks []Hook + mutation *WorkflowAssignmentTargetHistoryMutation } // Mutation returns the WorkflowAssignmentTargetHistoryMutation object of the builder. @@ -627,9 +149,6 @@ func (_u *WorkflowAssignmentTargetHistoryUpdateOne) Select(field string, fields // Save executes the query and returns the updated WorkflowAssignmentTargetHistory entity. func (_u *WorkflowAssignmentTargetHistoryUpdateOne) Save(ctx context.Context) (*WorkflowAssignmentTargetHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -655,38 +174,7 @@ func (_u *WorkflowAssignmentTargetHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowassignmenttargethistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowassignmenttargethistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowassignmenttargethistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) check() error { - if v, ok := _u.mutation.TargetType(); ok { - if err := workflowassignmenttargethistory.TargetTypeValidator(v); err != nil { - return &ValidationError{Name: "target_type", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowAssignmentTargetHistory.target_type": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowAssignmentTargetHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowAssignmentTargetHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *WorkflowAssignmentTargetHistoryUpdateOne) sqlSave(ctx context.Context) (_node *WorkflowAssignmentTargetHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(workflowassignmenttargethistory.Table, workflowassignmenttargethistory.Columns, sqlgraph.NewFieldSpec(workflowassignmenttargethistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -718,80 +206,39 @@ func (_u *WorkflowAssignmentTargetHistoryUpdateOne) sqlSave(ctx context.Context) if _u.mutation.CreatedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowassignmenttargethistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTags, field.TypeJSON) } if _u.mutation.OwnerIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldOwnerID, field.TypeString) } - if value, ok := _u.mutation.WorkflowAssignmentID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldWorkflowAssignmentID, field.TypeString, value) - } - if value, ok := _u.mutation.TargetType(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetType, field.TypeEnum, value) - } - if value, ok := _u.mutation.TargetUserID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetUserID, field.TypeString, value) - } if _u.mutation.TargetUserIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTargetUserID, field.TypeString) } - if value, ok := _u.mutation.TargetGroupID(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldTargetGroupID, field.TypeString, value) - } if _u.mutation.TargetGroupIDCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldTargetGroupID, field.TypeString) } - if value, ok := _u.mutation.ResolverKey(); ok { - _spec.SetField(workflowassignmenttargethistory.FieldResolverKey, field.TypeString, value) - } if _u.mutation.ResolverKeyCleared() { _spec.ClearField(workflowassignmenttargethistory.FieldResolverKey, field.TypeString) } - _spec.Node.Schema = _u.schemaConfig.WorkflowAssignmentTargetHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &WorkflowAssignmentTargetHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historygenerated/workflowdefinitionhistory/workflowdefinitionhistory.go b/internal/ent/historygenerated/workflowdefinitionhistory/workflowdefinitionhistory.go index 57ebe973cf..8e4f8047be 100644 --- a/internal/ent/historygenerated/workflowdefinitionhistory/workflowdefinitionhistory.go +++ b/internal/ent/historygenerated/workflowdefinitionhistory/workflowdefinitionhistory.go @@ -153,8 +153,6 @@ var ( DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time - // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. - UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultSystemOwned holds the default value on creation for the "system_owned" field. diff --git a/internal/ent/historygenerated/workflowdefinitionhistory_create.go b/internal/ent/historygenerated/workflowdefinitionhistory_create.go index 702aed75ec..ba6796ae43 100644 --- a/internal/ent/historygenerated/workflowdefinitionhistory_create.go +++ b/internal/ent/historygenerated/workflowdefinitionhistory_create.go @@ -610,7 +610,6 @@ func (_c *WorkflowDefinitionHistoryCreate) createSpec() (*WorkflowDefinitionHist _node = &WorkflowDefinitionHistory{config: _c.config} _spec = sqlgraph.NewCreateSpec(workflowdefinitionhistory.Table, sqlgraph.NewFieldSpec(workflowdefinitionhistory.FieldID, field.TypeString)) ) - _spec.Schema = _c.schemaConfig.WorkflowDefinitionHistory if id, ok := _c.mutation.ID(); ok { _node.ID = id _spec.ID.Value = id diff --git a/internal/ent/historygenerated/workflowdefinitionhistory_delete.go b/internal/ent/historygenerated/workflowdefinitionhistory_delete.go index a2b19c6e2b..c4757a2784 100644 --- a/internal/ent/historygenerated/workflowdefinitionhistory_delete.go +++ b/internal/ent/historygenerated/workflowdefinitionhistory_delete.go @@ -11,8 +11,6 @@ import ( "entgo.io/ent/dialect/sql/sqlgraph" "entgo.io/ent/schema/field" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" - - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/internal/ent/historygenerated/workflowdefinitionhistory" ) @@ -45,8 +43,6 @@ func (_d *WorkflowDefinitionHistoryDelete) ExecX(ctx context.Context) int { func (_d *WorkflowDefinitionHistoryDelete) sqlExec(ctx context.Context) (int, error) { _spec := sqlgraph.NewDeleteSpec(workflowdefinitionhistory.Table, sqlgraph.NewFieldSpec(workflowdefinitionhistory.FieldID, field.TypeString)) - _spec.Node.Schema = _d.schemaConfig.WorkflowDefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _d.schemaConfig) if ps := _d.mutation.predicates; len(ps) > 0 { _spec.Predicate = func(selector *sql.Selector) { for i := range ps { diff --git a/internal/ent/historygenerated/workflowdefinitionhistory_query.go b/internal/ent/historygenerated/workflowdefinitionhistory_query.go index d42f2fc2fd..f46a8b7e2c 100644 --- a/internal/ent/historygenerated/workflowdefinitionhistory_query.go +++ b/internal/ent/historygenerated/workflowdefinitionhistory_query.go @@ -17,7 +17,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowdefinitionhistory" - "github.com/theopenlane/core/internal/ent/historygenerated/internal" "github.com/theopenlane/core/pkg/logx" ) @@ -28,8 +27,8 @@ type WorkflowDefinitionHistoryQuery struct { order []workflowdefinitionhistory.OrderOption inters []Interceptor predicates []predicate.WorkflowDefinitionHistory - loadTotal []func(context.Context, []*WorkflowDefinitionHistory) error modifiers []func(*sql.Selector) + loadTotal []func(context.Context, []*WorkflowDefinitionHistory) error // intermediate query (i.e. traversal path). sql *sql.Selector path func(context.Context) (*sql.Selector, error) @@ -259,9 +258,8 @@ func (_q *WorkflowDefinitionHistoryQuery) Clone() *WorkflowDefinitionHistoryQuer inters: append([]Interceptor{}, _q.inters...), predicates: append([]predicate.WorkflowDefinitionHistory{}, _q.predicates...), // clone intermediate query. - sql: _q.sql.Clone(), - path: _q.path, - modifiers: append([]func(*sql.Selector){}, _q.modifiers...), + sql: _q.sql.Clone(), + path: _q.path, } } @@ -358,8 +356,6 @@ func (_q *WorkflowDefinitionHistoryQuery) sqlAll(ctx context.Context, hooks ...q nodes = append(nodes, node) return node.assignValues(columns, values) } - _spec.Node.Schema = _q.schemaConfig.WorkflowDefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -382,8 +378,6 @@ func (_q *WorkflowDefinitionHistoryQuery) sqlAll(ctx context.Context, hooks ...q func (_q *WorkflowDefinitionHistoryQuery) sqlCount(ctx context.Context) (int, error) { _spec := _q.querySpec() - _spec.Node.Schema = _q.schemaConfig.WorkflowDefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) if len(_q.modifiers) > 0 { _spec.Modifiers = _q.modifiers } @@ -449,12 +443,6 @@ func (_q *WorkflowDefinitionHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel if _q.ctx.Unique != nil && *_q.ctx.Unique { selector.Distinct() } - t1.Schema(_q.schemaConfig.WorkflowDefinitionHistory) - ctx = internal.NewSchemaConfigContext(ctx, _q.schemaConfig) - selector.WithContext(ctx) - for _, m := range _q.modifiers { - m(selector) - } for _, p := range _q.predicates { p(selector) } @@ -472,12 +460,6 @@ func (_q *WorkflowDefinitionHistoryQuery) sqlQuery(ctx context.Context) *sql.Sel return selector } -// Modify adds a query modifier for attaching custom logic to queries. -func (_q *WorkflowDefinitionHistoryQuery) Modify(modifiers ...func(s *sql.Selector)) *WorkflowDefinitionHistorySelect { - _q.modifiers = append(_q.modifiers, modifiers...) - return _q.Select() -} - // CountIDs returns the count of ids with FGA batch filtering applied func (wdhq *WorkflowDefinitionHistoryQuery) CountIDs(ctx context.Context) (int, error) { logx.FromContext(ctx).Debug().Str("query_type", "WorkflowDefinitionHistory").Str("operation", "count_ids").Msg("CountIDs: starting") @@ -585,9 +567,3 @@ func (_s *WorkflowDefinitionHistorySelect) sqlScan(ctx context.Context, root *Wo defer rows.Close() return sql.ScanSlice(rows, v) } - -// Modify adds a query modifier for attaching custom logic to queries. -func (_s *WorkflowDefinitionHistorySelect) Modify(modifiers ...func(s *sql.Selector)) *WorkflowDefinitionHistorySelect { - _s.modifiers = append(_s.modifiers, modifiers...) - return _s -} diff --git a/internal/ent/historygenerated/workflowdefinitionhistory_update.go b/internal/ent/historygenerated/workflowdefinitionhistory_update.go index 0fb15c2d34..e46c9f22a0 100644 --- a/internal/ent/historygenerated/workflowdefinitionhistory_update.go +++ b/internal/ent/historygenerated/workflowdefinitionhistory_update.go @@ -8,1205 +8,152 @@ import ( "context" "errors" "fmt" - "time" "entgo.io/ent/dialect/sql" "entgo.io/ent/dialect/sql/sqlgraph" - "entgo.io/ent/dialect/sql/sqljson" "entgo.io/ent/schema/field" - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/common/models" "github.com/theopenlane/core/internal/ent/historygenerated/predicate" "github.com/theopenlane/core/internal/ent/historygenerated/workflowdefinitionhistory" +) - "github.com/theopenlane/core/internal/ent/historygenerated/internal" -) - -// WorkflowDefinitionHistoryUpdate is the builder for updating WorkflowDefinitionHistory entities. -type WorkflowDefinitionHistoryUpdate struct { - config - hooks []Hook - mutation *WorkflowDefinitionHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// Where appends a list predicates to the WorkflowDefinitionHistoryUpdate builder. -func (_u *WorkflowDefinitionHistoryUpdate) Where(ps ...predicate.WorkflowDefinitionHistory) *WorkflowDefinitionHistoryUpdate { - _u.mutation.Where(ps...) - return _u -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetUpdatedAt(v time.Time) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearUpdatedAt() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetUpdatedBy(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableUpdatedBy(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearUpdatedBy() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetUpdatedByImpersonator(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableUpdatedByImpersonator(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearUpdatedByImpersonator() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetDeletedAt(v time.Time) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableDeletedAt(v *time.Time) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearDeletedAt() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetDeletedBy(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableDeletedBy(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearDeletedBy() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetTags(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendTags(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearTags() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetInternalNotes(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableInternalNotes(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearInternalNotes() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetSystemInternalID(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableSystemInternalID(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearSystemInternalID() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetName(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableName(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetDescription(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableDescription(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearDescription() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearDescription() - return _u -} - -// SetWorkflowKind sets the "workflow_kind" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetWorkflowKind(v enums.WorkflowKind) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetWorkflowKind(v) - return _u -} - -// SetNillableWorkflowKind sets the "workflow_kind" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableWorkflowKind(v *enums.WorkflowKind) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetWorkflowKind(*v) - } - return _u -} - -// SetSchemaType sets the "schema_type" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetSchemaType(v string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetSchemaType(v) - return _u -} - -// SetNillableSchemaType sets the "schema_type" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableSchemaType(v *string) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetSchemaType(*v) - } - return _u -} - -// SetRevision sets the "revision" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetRevision(v int) *WorkflowDefinitionHistoryUpdate { - _u.mutation.ResetRevision() - _u.mutation.SetRevision(v) - return _u -} - -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableRevision(v *int) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetRevision(*v) - } - return _u -} - -// AddRevision adds value to the "revision" field. -func (_u *WorkflowDefinitionHistoryUpdate) AddRevision(v int) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AddRevision(v) - return _u -} - -// SetDraft sets the "draft" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetDraft(v bool) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetDraft(v) - return _u -} - -// SetNillableDraft sets the "draft" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableDraft(v *bool) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetDraft(*v) - } - return _u -} - -// SetPublishedAt sets the "published_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetPublishedAt(v time.Time) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetPublishedAt(v) - return _u -} - -// SetNillablePublishedAt sets the "published_at" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillablePublishedAt(v *time.Time) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetPublishedAt(*v) - } - return _u -} - -// ClearPublishedAt clears the value of the "published_at" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearPublishedAt() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearPublishedAt() - return _u -} - -// SetCooldownSeconds sets the "cooldown_seconds" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetCooldownSeconds(v int) *WorkflowDefinitionHistoryUpdate { - _u.mutation.ResetCooldownSeconds() - _u.mutation.SetCooldownSeconds(v) - return _u -} - -// SetNillableCooldownSeconds sets the "cooldown_seconds" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableCooldownSeconds(v *int) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetCooldownSeconds(*v) - } - return _u -} - -// AddCooldownSeconds adds value to the "cooldown_seconds" field. -func (_u *WorkflowDefinitionHistoryUpdate) AddCooldownSeconds(v int) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AddCooldownSeconds(v) - return _u -} - -// SetIsDefault sets the "is_default" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetIsDefault(v bool) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetIsDefault(v) - return _u -} - -// SetNillableIsDefault sets the "is_default" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableIsDefault(v *bool) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetIsDefault(*v) - } - return _u -} - -// SetActive sets the "active" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetActive(v bool) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableActive(v *bool) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetActive(*v) - } - return _u -} - -// SetTriggerOperations sets the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetTriggerOperations(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetTriggerOperations(v) - return _u -} - -// AppendTriggerOperations appends value to the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendTriggerOperations(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendTriggerOperations(v) - return _u -} - -// ClearTriggerOperations clears the value of the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearTriggerOperations() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearTriggerOperations() - return _u -} - -// SetTriggerFields sets the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetTriggerFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetTriggerFields(v) - return _u -} - -// AppendTriggerFields appends value to the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendTriggerFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendTriggerFields(v) - return _u -} - -// ClearTriggerFields clears the value of the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearTriggerFields() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearTriggerFields() - return _u -} - -// SetApprovalFields sets the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetApprovalFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetApprovalFields(v) - return _u -} - -// AppendApprovalFields appends value to the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendApprovalFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendApprovalFields(v) - return _u -} - -// ClearApprovalFields clears the value of the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearApprovalFields() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearApprovalFields() - return _u -} - -// SetApprovalEdges sets the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetApprovalEdges(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetApprovalEdges(v) - return _u -} - -// AppendApprovalEdges appends value to the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendApprovalEdges(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendApprovalEdges(v) - return _u -} - -// ClearApprovalEdges clears the value of the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearApprovalEdges() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearApprovalEdges() - return _u -} - -// SetApprovalSubmissionMode sets the "approval_submission_mode" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetApprovalSubmissionMode(v enums.WorkflowApprovalSubmissionMode) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetApprovalSubmissionMode(v) - return _u -} - -// SetNillableApprovalSubmissionMode sets the "approval_submission_mode" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableApprovalSubmissionMode(v *enums.WorkflowApprovalSubmissionMode) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetApprovalSubmissionMode(*v) - } - return _u -} - -// ClearApprovalSubmissionMode clears the value of the "approval_submission_mode" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearApprovalSubmissionMode() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearApprovalSubmissionMode() - return _u -} - -// SetDefinitionJSON sets the "definition_json" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetDefinitionJSON(v models.WorkflowDefinitionDocument) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetDefinitionJSON(v) - return _u -} - -// SetNillableDefinitionJSON sets the "definition_json" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdate) SetNillableDefinitionJSON(v *models.WorkflowDefinitionDocument) *WorkflowDefinitionHistoryUpdate { - if v != nil { - _u.SetDefinitionJSON(*v) - } - return _u -} - -// ClearDefinitionJSON clears the value of the "definition_json" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearDefinitionJSON() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearDefinitionJSON() - return _u -} - -// SetTrackedFields sets the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) SetTrackedFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.SetTrackedFields(v) - return _u -} - -// AppendTrackedFields appends value to the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) AppendTrackedFields(v []string) *WorkflowDefinitionHistoryUpdate { - _u.mutation.AppendTrackedFields(v) - return _u -} - -// ClearTrackedFields clears the value of the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdate) ClearTrackedFields() *WorkflowDefinitionHistoryUpdate { - _u.mutation.ClearTrackedFields() - return _u -} - -// Mutation returns the WorkflowDefinitionHistoryMutation object of the builder. -func (_u *WorkflowDefinitionHistoryUpdate) Mutation() *WorkflowDefinitionHistoryMutation { - return _u.mutation -} - -// Save executes the query and returns the number of nodes affected by the update operation. -func (_u *WorkflowDefinitionHistoryUpdate) Save(ctx context.Context) (int, error) { - if err := _u.defaults(); err != nil { - return 0, err - } - return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) -} - -// SaveX is like Save, but panics if an error occurs. -func (_u *WorkflowDefinitionHistoryUpdate) SaveX(ctx context.Context) int { - affected, err := _u.Save(ctx) - if err != nil { - panic(err) - } - return affected -} - -// Exec executes the query. -func (_u *WorkflowDefinitionHistoryUpdate) Exec(ctx context.Context) error { - _, err := _u.Save(ctx) - return err -} - -// ExecX is like Exec, but panics if an error occurs. -func (_u *WorkflowDefinitionHistoryUpdate) ExecX(ctx context.Context) { - if err := _u.Exec(ctx); err != nil { - panic(err) - } -} - -// defaults sets the default values of the builder before save. -func (_u *WorkflowDefinitionHistoryUpdate) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowdefinitionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowdefinitionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowdefinitionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowDefinitionHistoryUpdate) check() error { - if v, ok := _u.mutation.WorkflowKind(); ok { - if err := workflowdefinitionhistory.WorkflowKindValidator(v); err != nil { - return &ValidationError{Name: "workflow_kind", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowDefinitionHistory.workflow_kind": %w`, err)} - } - } - if v, ok := _u.mutation.ApprovalSubmissionMode(); ok { - if err := workflowdefinitionhistory.ApprovalSubmissionModeValidator(v); err != nil { - return &ValidationError{Name: "approval_submission_mode", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowDefinitionHistory.approval_submission_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowDefinitionHistoryUpdate) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowDefinitionHistoryUpdate { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - -func (_u *WorkflowDefinitionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { - if err := _u.check(); err != nil { - return _node, err - } - _spec := sqlgraph.NewUpdateSpec(workflowdefinitionhistory.Table, workflowdefinitionhistory.Columns, sqlgraph.NewFieldSpec(workflowdefinitionhistory.FieldID, field.TypeString)) - if ps := _u.mutation.predicates; len(ps) > 0 { - _spec.Predicate = func(selector *sql.Selector) { - for i := range ps { - ps[i](selector) - } - } - } - if _u.mutation.RefCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldRef, field.TypeString) - } - if _u.mutation.CreatedAtCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldCreatedAt, field.TypeTime) - } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedAt, field.TypeTime, value) - } - if _u.mutation.UpdatedAtCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldUpdatedAt, field.TypeTime) - } - if _u.mutation.CreatedByCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldCreatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedBy, field.TypeString, value) - } - if _u.mutation.UpdatedByCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldUpdatedBy, field.TypeString) - } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } - if _u.mutation.UpdatedByImpersonatorCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldUpdatedByImpersonator, field.TypeString) - } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDeletedAt, field.TypeTime, value) - } - if _u.mutation.DeletedAtCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldDeletedAt, field.TypeTime) - } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDeletedBy, field.TypeString, value) - } - if _u.mutation.DeletedByCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldDeletedBy, field.TypeString) - } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTags, value) - }) - } - if _u.mutation.TagsCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldTags, field.TypeJSON) - } - if _u.mutation.OwnerIDCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldOwnerID, field.TypeString) - } - if _u.mutation.SystemOwnedCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldSystemOwned, field.TypeBool) - } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(workflowdefinitionhistory.FieldInternalNotes, field.TypeString, value) - } - if _u.mutation.InternalNotesCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldInternalNotes, field.TypeString) - } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(workflowdefinitionhistory.FieldSystemInternalID, field.TypeString, value) - } - if _u.mutation.SystemInternalIDCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldSystemInternalID, field.TypeString) - } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(workflowdefinitionhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDescription, field.TypeString, value) - } - if _u.mutation.DescriptionCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldDescription, field.TypeString) - } - if value, ok := _u.mutation.WorkflowKind(); ok { - _spec.SetField(workflowdefinitionhistory.FieldWorkflowKind, field.TypeEnum, value) - } - if value, ok := _u.mutation.SchemaType(); ok { - _spec.SetField(workflowdefinitionhistory.FieldSchemaType, field.TypeString, value) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(workflowdefinitionhistory.FieldRevision, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRevision(); ok { - _spec.AddField(workflowdefinitionhistory.FieldRevision, field.TypeInt, value) - } - if value, ok := _u.mutation.Draft(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDraft, field.TypeBool, value) - } - if value, ok := _u.mutation.PublishedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldPublishedAt, field.TypeTime, value) - } - if _u.mutation.PublishedAtCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldPublishedAt, field.TypeTime) - } - if value, ok := _u.mutation.CooldownSeconds(); ok { - _spec.SetField(workflowdefinitionhistory.FieldCooldownSeconds, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedCooldownSeconds(); ok { - _spec.AddField(workflowdefinitionhistory.FieldCooldownSeconds, field.TypeInt, value) - } - if value, ok := _u.mutation.IsDefault(); ok { - _spec.SetField(workflowdefinitionhistory.FieldIsDefault, field.TypeBool, value) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(workflowdefinitionhistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.TriggerOperations(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTriggerOperations, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTriggerOperations(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTriggerOperations, value) - }) - } - if _u.mutation.TriggerOperationsCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldTriggerOperations, field.TypeJSON) - } - if value, ok := _u.mutation.TriggerFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTriggerFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTriggerFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTriggerFields, value) - }) - } - if _u.mutation.TriggerFieldsCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldTriggerFields, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedApprovalFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldApprovalFields, value) - }) - } - if _u.mutation.ApprovalFieldsCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldApprovalFields, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalEdges(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalEdges, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedApprovalEdges(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldApprovalEdges, value) - }) - } - if _u.mutation.ApprovalEdgesCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldApprovalEdges, field.TypeJSON) - } - if value, ok := _u.mutation.ApprovalSubmissionMode(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalSubmissionMode, field.TypeEnum, value) - } - if _u.mutation.ApprovalSubmissionModeCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldApprovalSubmissionMode, field.TypeEnum) - } - if value, ok := _u.mutation.DefinitionJSON(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDefinitionJSON, field.TypeJSON, value) - } - if _u.mutation.DefinitionJSONCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldDefinitionJSON, field.TypeJSON) - } - if value, ok := _u.mutation.TrackedFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTrackedFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTrackedFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTrackedFields, value) - }) - } - if _u.mutation.TrackedFieldsCleared() { - _spec.ClearField(workflowdefinitionhistory.FieldTrackedFields, field.TypeJSON) - } - _spec.Node.Schema = _u.schemaConfig.WorkflowDefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) - if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { - if _, ok := err.(*sqlgraph.NotFoundError); ok { - err = &NotFoundError{workflowdefinitionhistory.Label} - } else if sqlgraph.IsConstraintError(err) { - err = &ConstraintError{msg: err.Error(), wrap: err} - } - return 0, err - } - _u.mutation.done = true - return _node, nil -} - -// WorkflowDefinitionHistoryUpdateOne is the builder for updating a single WorkflowDefinitionHistory entity. -type WorkflowDefinitionHistoryUpdateOne struct { - config - fields []string - hooks []Hook - mutation *WorkflowDefinitionHistoryMutation - modifiers []func(*sql.UpdateBuilder) -} - -// SetUpdatedAt sets the "updated_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetUpdatedAt(v time.Time) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedAt(v) - return _u -} - -// ClearUpdatedAt clears the value of the "updated_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearUpdatedAt() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedAt() - return _u -} - -// SetUpdatedBy sets the "updated_by" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetUpdatedBy(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedBy(v) - return _u -} - -// SetNillableUpdatedBy sets the "updated_by" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableUpdatedBy(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedBy(*v) - } - return _u -} - -// ClearUpdatedBy clears the value of the "updated_by" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearUpdatedBy() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedBy() - return _u -} - -// SetUpdatedByImpersonator sets the "updated_by_impersonator" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetUpdatedByImpersonator(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetUpdatedByImpersonator(v) - return _u -} - -// SetNillableUpdatedByImpersonator sets the "updated_by_impersonator" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableUpdatedByImpersonator(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetUpdatedByImpersonator(*v) - } - return _u -} - -// ClearUpdatedByImpersonator clears the value of the "updated_by_impersonator" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearUpdatedByImpersonator() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearUpdatedByImpersonator() - return _u -} - -// SetDeletedAt sets the "deleted_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetDeletedAt(v time.Time) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetDeletedAt(v) - return _u -} - -// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableDeletedAt(v *time.Time) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetDeletedAt(*v) - } - return _u -} - -// ClearDeletedAt clears the value of the "deleted_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearDeletedAt() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearDeletedAt() - return _u -} - -// SetDeletedBy sets the "deleted_by" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetDeletedBy(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetDeletedBy(v) - return _u -} - -// SetNillableDeletedBy sets the "deleted_by" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableDeletedBy(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetDeletedBy(*v) - } - return _u -} - -// ClearDeletedBy clears the value of the "deleted_by" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearDeletedBy() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearDeletedBy() - return _u -} - -// SetTags sets the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetTags(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetTags(v) - return _u -} - -// AppendTags appends value to the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendTags(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendTags(v) - return _u -} - -// ClearTags clears the value of the "tags" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearTags() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearTags() - return _u -} - -// SetInternalNotes sets the "internal_notes" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetInternalNotes(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetInternalNotes(v) - return _u -} - -// SetNillableInternalNotes sets the "internal_notes" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableInternalNotes(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetInternalNotes(*v) - } - return _u -} - -// ClearInternalNotes clears the value of the "internal_notes" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearInternalNotes() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearInternalNotes() - return _u -} - -// SetSystemInternalID sets the "system_internal_id" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetSystemInternalID(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetSystemInternalID(v) - return _u -} - -// SetNillableSystemInternalID sets the "system_internal_id" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableSystemInternalID(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetSystemInternalID(*v) - } - return _u -} - -// ClearSystemInternalID clears the value of the "system_internal_id" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearSystemInternalID() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearSystemInternalID() - return _u -} - -// SetName sets the "name" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetName(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetName(v) - return _u -} - -// SetNillableName sets the "name" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableName(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetName(*v) - } - return _u -} - -// SetDescription sets the "description" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetDescription(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetDescription(v) - return _u -} - -// SetNillableDescription sets the "description" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableDescription(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetDescription(*v) - } - return _u -} - -// ClearDescription clears the value of the "description" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearDescription() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearDescription() - return _u -} - -// SetWorkflowKind sets the "workflow_kind" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetWorkflowKind(v enums.WorkflowKind) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetWorkflowKind(v) - return _u -} - -// SetNillableWorkflowKind sets the "workflow_kind" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableWorkflowKind(v *enums.WorkflowKind) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetWorkflowKind(*v) - } - return _u -} - -// SetSchemaType sets the "schema_type" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetSchemaType(v string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetSchemaType(v) - return _u -} - -// SetNillableSchemaType sets the "schema_type" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableSchemaType(v *string) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetSchemaType(*v) - } - return _u -} - -// SetRevision sets the "revision" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetRevision(v int) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ResetRevision() - _u.mutation.SetRevision(v) - return _u +// WorkflowDefinitionHistoryUpdate is the builder for updating WorkflowDefinitionHistory entities. +type WorkflowDefinitionHistoryUpdate struct { + config + hooks []Hook + mutation *WorkflowDefinitionHistoryMutation } -// SetNillableRevision sets the "revision" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableRevision(v *int) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetRevision(*v) - } +// Where appends a list predicates to the WorkflowDefinitionHistoryUpdate builder. +func (_u *WorkflowDefinitionHistoryUpdate) Where(ps ...predicate.WorkflowDefinitionHistory) *WorkflowDefinitionHistoryUpdate { + _u.mutation.Where(ps...) return _u } -// AddRevision adds value to the "revision" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AddRevision(v int) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AddRevision(v) - return _u +// Mutation returns the WorkflowDefinitionHistoryMutation object of the builder. +func (_u *WorkflowDefinitionHistoryUpdate) Mutation() *WorkflowDefinitionHistoryMutation { + return _u.mutation } -// SetDraft sets the "draft" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetDraft(v bool) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetDraft(v) - return _u +// Save executes the query and returns the number of nodes affected by the update operation. +func (_u *WorkflowDefinitionHistoryUpdate) Save(ctx context.Context) (int, error) { + return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } -// SetNillableDraft sets the "draft" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableDraft(v *bool) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetDraft(*v) +// SaveX is like Save, but panics if an error occurs. +func (_u *WorkflowDefinitionHistoryUpdate) SaveX(ctx context.Context) int { + affected, err := _u.Save(ctx) + if err != nil { + panic(err) } - return _u + return affected } -// SetPublishedAt sets the "published_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetPublishedAt(v time.Time) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetPublishedAt(v) - return _u +// Exec executes the query. +func (_u *WorkflowDefinitionHistoryUpdate) Exec(ctx context.Context) error { + _, err := _u.Save(ctx) + return err } -// SetNillablePublishedAt sets the "published_at" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillablePublishedAt(v *time.Time) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetPublishedAt(*v) +// ExecX is like Exec, but panics if an error occurs. +func (_u *WorkflowDefinitionHistoryUpdate) ExecX(ctx context.Context) { + if err := _u.Exec(ctx); err != nil { + panic(err) } - return _u -} - -// ClearPublishedAt clears the value of the "published_at" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearPublishedAt() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearPublishedAt() - return _u } -// SetCooldownSeconds sets the "cooldown_seconds" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetCooldownSeconds(v int) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ResetCooldownSeconds() - _u.mutation.SetCooldownSeconds(v) - return _u -} - -// SetNillableCooldownSeconds sets the "cooldown_seconds" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableCooldownSeconds(v *int) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetCooldownSeconds(*v) +func (_u *WorkflowDefinitionHistoryUpdate) sqlSave(ctx context.Context) (_node int, err error) { + _spec := sqlgraph.NewUpdateSpec(workflowdefinitionhistory.Table, workflowdefinitionhistory.Columns, sqlgraph.NewFieldSpec(workflowdefinitionhistory.FieldID, field.TypeString)) + if ps := _u.mutation.predicates; len(ps) > 0 { + _spec.Predicate = func(selector *sql.Selector) { + for i := range ps { + ps[i](selector) + } + } } - return _u -} - -// AddCooldownSeconds adds value to the "cooldown_seconds" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AddCooldownSeconds(v int) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AddCooldownSeconds(v) - return _u -} - -// SetIsDefault sets the "is_default" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetIsDefault(v bool) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetIsDefault(v) - return _u -} - -// SetNillableIsDefault sets the "is_default" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableIsDefault(v *bool) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetIsDefault(*v) + if _u.mutation.RefCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldRef, field.TypeString) } - return _u -} - -// SetActive sets the "active" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetActive(v bool) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetActive(v) - return _u -} - -// SetNillableActive sets the "active" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableActive(v *bool) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetActive(*v) + if _u.mutation.CreatedAtCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldCreatedAt, field.TypeTime) } - return _u -} - -// SetTriggerOperations sets the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetTriggerOperations(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetTriggerOperations(v) - return _u -} - -// AppendTriggerOperations appends value to the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendTriggerOperations(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendTriggerOperations(v) - return _u -} - -// ClearTriggerOperations clears the value of the "trigger_operations" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearTriggerOperations() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearTriggerOperations() - return _u -} - -// SetTriggerFields sets the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetTriggerFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetTriggerFields(v) - return _u -} - -// AppendTriggerFields appends value to the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendTriggerFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendTriggerFields(v) - return _u -} - -// ClearTriggerFields clears the value of the "trigger_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearTriggerFields() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearTriggerFields() - return _u -} - -// SetApprovalFields sets the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetApprovalFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetApprovalFields(v) - return _u -} - -// AppendApprovalFields appends value to the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendApprovalFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendApprovalFields(v) - return _u -} - -// ClearApprovalFields clears the value of the "approval_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearApprovalFields() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearApprovalFields() - return _u -} - -// SetApprovalEdges sets the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetApprovalEdges(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetApprovalEdges(v) - return _u -} - -// AppendApprovalEdges appends value to the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendApprovalEdges(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendApprovalEdges(v) - return _u -} - -// ClearApprovalEdges clears the value of the "approval_edges" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearApprovalEdges() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearApprovalEdges() - return _u -} - -// SetApprovalSubmissionMode sets the "approval_submission_mode" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetApprovalSubmissionMode(v enums.WorkflowApprovalSubmissionMode) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetApprovalSubmissionMode(v) - return _u -} - -// SetNillableApprovalSubmissionMode sets the "approval_submission_mode" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableApprovalSubmissionMode(v *enums.WorkflowApprovalSubmissionMode) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetApprovalSubmissionMode(*v) + if _u.mutation.UpdatedAtCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldUpdatedAt, field.TypeTime) } - return _u -} - -// ClearApprovalSubmissionMode clears the value of the "approval_submission_mode" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearApprovalSubmissionMode() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearApprovalSubmissionMode() - return _u -} - -// SetDefinitionJSON sets the "definition_json" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetDefinitionJSON(v models.WorkflowDefinitionDocument) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetDefinitionJSON(v) - return _u -} - -// SetNillableDefinitionJSON sets the "definition_json" field if the given value is not nil. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetNillableDefinitionJSON(v *models.WorkflowDefinitionDocument) *WorkflowDefinitionHistoryUpdateOne { - if v != nil { - _u.SetDefinitionJSON(*v) + if _u.mutation.CreatedByCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldCreatedBy, field.TypeString) } - return _u -} - -// ClearDefinitionJSON clears the value of the "definition_json" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearDefinitionJSON() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearDefinitionJSON() - return _u -} - -// SetTrackedFields sets the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) SetTrackedFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.SetTrackedFields(v) - return _u -} - -// AppendTrackedFields appends value to the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) AppendTrackedFields(v []string) *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.AppendTrackedFields(v) - return _u + if _u.mutation.UpdatedByCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldUpdatedBy, field.TypeString) + } + if _u.mutation.UpdatedByImpersonatorCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldUpdatedByImpersonator, field.TypeString) + } + if _u.mutation.DeletedAtCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldDeletedAt, field.TypeTime) + } + if _u.mutation.DeletedByCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldDeletedBy, field.TypeString) + } + if _u.mutation.TagsCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldTags, field.TypeJSON) + } + if _u.mutation.OwnerIDCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldOwnerID, field.TypeString) + } + if _u.mutation.SystemOwnedCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldSystemOwned, field.TypeBool) + } + if _u.mutation.InternalNotesCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldInternalNotes, field.TypeString) + } + if _u.mutation.SystemInternalIDCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldSystemInternalID, field.TypeString) + } + if _u.mutation.DescriptionCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldDescription, field.TypeString) + } + if _u.mutation.PublishedAtCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldPublishedAt, field.TypeTime) + } + if _u.mutation.TriggerOperationsCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldTriggerOperations, field.TypeJSON) + } + if _u.mutation.TriggerFieldsCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldTriggerFields, field.TypeJSON) + } + if _u.mutation.ApprovalFieldsCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldApprovalFields, field.TypeJSON) + } + if _u.mutation.ApprovalEdgesCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldApprovalEdges, field.TypeJSON) + } + if _u.mutation.ApprovalSubmissionModeCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldApprovalSubmissionMode, field.TypeEnum) + } + if _u.mutation.DefinitionJSONCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldDefinitionJSON, field.TypeJSON) + } + if _u.mutation.TrackedFieldsCleared() { + _spec.ClearField(workflowdefinitionhistory.FieldTrackedFields, field.TypeJSON) + } + if _node, err = sqlgraph.UpdateNodes(ctx, _u.driver, _spec); err != nil { + if _, ok := err.(*sqlgraph.NotFoundError); ok { + err = &NotFoundError{workflowdefinitionhistory.Label} + } else if sqlgraph.IsConstraintError(err) { + err = &ConstraintError{msg: err.Error(), wrap: err} + } + return 0, err + } + _u.mutation.done = true + return _node, nil } -// ClearTrackedFields clears the value of the "tracked_fields" field. -func (_u *WorkflowDefinitionHistoryUpdateOne) ClearTrackedFields() *WorkflowDefinitionHistoryUpdateOne { - _u.mutation.ClearTrackedFields() - return _u +// WorkflowDefinitionHistoryUpdateOne is the builder for updating a single WorkflowDefinitionHistory entity. +type WorkflowDefinitionHistoryUpdateOne struct { + config + fields []string + hooks []Hook + mutation *WorkflowDefinitionHistoryMutation } // Mutation returns the WorkflowDefinitionHistoryMutation object of the builder. @@ -1229,9 +176,6 @@ func (_u *WorkflowDefinitionHistoryUpdateOne) Select(field string, fields ...str // Save executes the query and returns the updated WorkflowDefinitionHistory entity. func (_u *WorkflowDefinitionHistoryUpdateOne) Save(ctx context.Context) (*WorkflowDefinitionHistory, error) { - if err := _u.defaults(); err != nil { - return nil, err - } return withHooks(ctx, _u.sqlSave, _u.mutation, _u.hooks) } @@ -1257,43 +201,7 @@ func (_u *WorkflowDefinitionHistoryUpdateOne) ExecX(ctx context.Context) { } } -// defaults sets the default values of the builder before save. -func (_u *WorkflowDefinitionHistoryUpdateOne) defaults() error { - if _, ok := _u.mutation.UpdatedAt(); !ok && !_u.mutation.UpdatedAtCleared() { - if workflowdefinitionhistory.UpdateDefaultUpdatedAt == nil { - return fmt.Errorf("historygenerated: uninitialized workflowdefinitionhistory.UpdateDefaultUpdatedAt (forgotten import historygenerated/runtime?)") - } - v := workflowdefinitionhistory.UpdateDefaultUpdatedAt() - _u.mutation.SetUpdatedAt(v) - } - return nil -} - -// check runs all checks and user-defined validators on the builder. -func (_u *WorkflowDefinitionHistoryUpdateOne) check() error { - if v, ok := _u.mutation.WorkflowKind(); ok { - if err := workflowdefinitionhistory.WorkflowKindValidator(v); err != nil { - return &ValidationError{Name: "workflow_kind", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowDefinitionHistory.workflow_kind": %w`, err)} - } - } - if v, ok := _u.mutation.ApprovalSubmissionMode(); ok { - if err := workflowdefinitionhistory.ApprovalSubmissionModeValidator(v); err != nil { - return &ValidationError{Name: "approval_submission_mode", err: fmt.Errorf(`historygenerated: validator failed for field "WorkflowDefinitionHistory.approval_submission_mode": %w`, err)} - } - } - return nil -} - -// Modify adds a statement modifier for attaching custom logic to the UPDATE statement. -func (_u *WorkflowDefinitionHistoryUpdateOne) Modify(modifiers ...func(u *sql.UpdateBuilder)) *WorkflowDefinitionHistoryUpdateOne { - _u.modifiers = append(_u.modifiers, modifiers...) - return _u -} - func (_u *WorkflowDefinitionHistoryUpdateOne) sqlSave(ctx context.Context) (_node *WorkflowDefinitionHistory, err error) { - if err := _u.check(); err != nil { - return _node, err - } _spec := sqlgraph.NewUpdateSpec(workflowdefinitionhistory.Table, workflowdefinitionhistory.Columns, sqlgraph.NewFieldSpec(workflowdefinitionhistory.FieldID, field.TypeString)) id, ok := _u.mutation.ID() if !ok { @@ -1325,47 +233,24 @@ func (_u *WorkflowDefinitionHistoryUpdateOne) sqlSave(ctx context.Context) (_nod if _u.mutation.CreatedAtCleared() { _spec.ClearField(workflowdefinitionhistory.FieldCreatedAt, field.TypeTime) } - if value, ok := _u.mutation.UpdatedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedAt, field.TypeTime, value) - } if _u.mutation.UpdatedAtCleared() { _spec.ClearField(workflowdefinitionhistory.FieldUpdatedAt, field.TypeTime) } if _u.mutation.CreatedByCleared() { _spec.ClearField(workflowdefinitionhistory.FieldCreatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedBy(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedBy, field.TypeString, value) - } if _u.mutation.UpdatedByCleared() { _spec.ClearField(workflowdefinitionhistory.FieldUpdatedBy, field.TypeString) } - if value, ok := _u.mutation.UpdatedByImpersonator(); ok { - _spec.SetField(workflowdefinitionhistory.FieldUpdatedByImpersonator, field.TypeString, value) - } if _u.mutation.UpdatedByImpersonatorCleared() { _spec.ClearField(workflowdefinitionhistory.FieldUpdatedByImpersonator, field.TypeString) } - if value, ok := _u.mutation.DeletedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDeletedAt, field.TypeTime, value) - } if _u.mutation.DeletedAtCleared() { _spec.ClearField(workflowdefinitionhistory.FieldDeletedAt, field.TypeTime) } - if value, ok := _u.mutation.DeletedBy(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDeletedBy, field.TypeString, value) - } if _u.mutation.DeletedByCleared() { _spec.ClearField(workflowdefinitionhistory.FieldDeletedBy, field.TypeString) } - if value, ok := _u.mutation.Tags(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTags, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTags(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTags, value) - }) - } if _u.mutation.TagsCleared() { _spec.ClearField(workflowdefinitionhistory.FieldTags, field.TypeJSON) } @@ -1375,130 +260,39 @@ func (_u *WorkflowDefinitionHistoryUpdateOne) sqlSave(ctx context.Context) (_nod if _u.mutation.SystemOwnedCleared() { _spec.ClearField(workflowdefinitionhistory.FieldSystemOwned, field.TypeBool) } - if value, ok := _u.mutation.InternalNotes(); ok { - _spec.SetField(workflowdefinitionhistory.FieldInternalNotes, field.TypeString, value) - } if _u.mutation.InternalNotesCleared() { _spec.ClearField(workflowdefinitionhistory.FieldInternalNotes, field.TypeString) } - if value, ok := _u.mutation.SystemInternalID(); ok { - _spec.SetField(workflowdefinitionhistory.FieldSystemInternalID, field.TypeString, value) - } if _u.mutation.SystemInternalIDCleared() { _spec.ClearField(workflowdefinitionhistory.FieldSystemInternalID, field.TypeString) } - if value, ok := _u.mutation.Name(); ok { - _spec.SetField(workflowdefinitionhistory.FieldName, field.TypeString, value) - } - if value, ok := _u.mutation.Description(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDescription, field.TypeString, value) - } if _u.mutation.DescriptionCleared() { _spec.ClearField(workflowdefinitionhistory.FieldDescription, field.TypeString) } - if value, ok := _u.mutation.WorkflowKind(); ok { - _spec.SetField(workflowdefinitionhistory.FieldWorkflowKind, field.TypeEnum, value) - } - if value, ok := _u.mutation.SchemaType(); ok { - _spec.SetField(workflowdefinitionhistory.FieldSchemaType, field.TypeString, value) - } - if value, ok := _u.mutation.Revision(); ok { - _spec.SetField(workflowdefinitionhistory.FieldRevision, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedRevision(); ok { - _spec.AddField(workflowdefinitionhistory.FieldRevision, field.TypeInt, value) - } - if value, ok := _u.mutation.Draft(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDraft, field.TypeBool, value) - } - if value, ok := _u.mutation.PublishedAt(); ok { - _spec.SetField(workflowdefinitionhistory.FieldPublishedAt, field.TypeTime, value) - } if _u.mutation.PublishedAtCleared() { _spec.ClearField(workflowdefinitionhistory.FieldPublishedAt, field.TypeTime) } - if value, ok := _u.mutation.CooldownSeconds(); ok { - _spec.SetField(workflowdefinitionhistory.FieldCooldownSeconds, field.TypeInt, value) - } - if value, ok := _u.mutation.AddedCooldownSeconds(); ok { - _spec.AddField(workflowdefinitionhistory.FieldCooldownSeconds, field.TypeInt, value) - } - if value, ok := _u.mutation.IsDefault(); ok { - _spec.SetField(workflowdefinitionhistory.FieldIsDefault, field.TypeBool, value) - } - if value, ok := _u.mutation.Active(); ok { - _spec.SetField(workflowdefinitionhistory.FieldActive, field.TypeBool, value) - } - if value, ok := _u.mutation.TriggerOperations(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTriggerOperations, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTriggerOperations(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTriggerOperations, value) - }) - } if _u.mutation.TriggerOperationsCleared() { _spec.ClearField(workflowdefinitionhistory.FieldTriggerOperations, field.TypeJSON) } - if value, ok := _u.mutation.TriggerFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTriggerFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTriggerFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTriggerFields, value) - }) - } if _u.mutation.TriggerFieldsCleared() { _spec.ClearField(workflowdefinitionhistory.FieldTriggerFields, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedApprovalFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldApprovalFields, value) - }) - } if _u.mutation.ApprovalFieldsCleared() { _spec.ClearField(workflowdefinitionhistory.FieldApprovalFields, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalEdges(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalEdges, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedApprovalEdges(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldApprovalEdges, value) - }) - } if _u.mutation.ApprovalEdgesCleared() { _spec.ClearField(workflowdefinitionhistory.FieldApprovalEdges, field.TypeJSON) } - if value, ok := _u.mutation.ApprovalSubmissionMode(); ok { - _spec.SetField(workflowdefinitionhistory.FieldApprovalSubmissionMode, field.TypeEnum, value) - } if _u.mutation.ApprovalSubmissionModeCleared() { _spec.ClearField(workflowdefinitionhistory.FieldApprovalSubmissionMode, field.TypeEnum) } - if value, ok := _u.mutation.DefinitionJSON(); ok { - _spec.SetField(workflowdefinitionhistory.FieldDefinitionJSON, field.TypeJSON, value) - } if _u.mutation.DefinitionJSONCleared() { _spec.ClearField(workflowdefinitionhistory.FieldDefinitionJSON, field.TypeJSON) } - if value, ok := _u.mutation.TrackedFields(); ok { - _spec.SetField(workflowdefinitionhistory.FieldTrackedFields, field.TypeJSON, value) - } - if value, ok := _u.mutation.AppendedTrackedFields(); ok { - _spec.AddModifier(func(u *sql.UpdateBuilder) { - sqljson.Append(u, workflowdefinitionhistory.FieldTrackedFields, value) - }) - } if _u.mutation.TrackedFieldsCleared() { _spec.ClearField(workflowdefinitionhistory.FieldTrackedFields, field.TypeJSON) } - _spec.Node.Schema = _u.schemaConfig.WorkflowDefinitionHistory - ctx = internal.NewSchemaConfigContext(ctx, _u.schemaConfig) - _spec.AddModifiers(_u.modifiers...) _node = &WorkflowDefinitionHistory{config: _u.config} _spec.Assign = _node.assignValues _spec.ScanValues = _node.scanValues diff --git a/internal/ent/historyschema/actionplan_history.go b/internal/ent/historyschema/actionplan_history.go index 7d4f6f244b..7403ba7ad4 100644 --- a/internal/ent/historyschema/actionplan_history.go +++ b/internal/ent/historyschema/actionplan_history.go @@ -74,6 +74,13 @@ func (ActionPlanHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ActionPlanHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/assessment_history.go b/internal/ent/historyschema/assessment_history.go index 5d9db52c00..75aa15d238 100644 --- a/internal/ent/historyschema/assessment_history.go +++ b/internal/ent/historyschema/assessment_history.go @@ -74,6 +74,13 @@ func (AssessmentHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (AssessmentHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/assessmentresponse_history.go b/internal/ent/historyschema/assessmentresponse_history.go index 8507002bde..9c06724449 100644 --- a/internal/ent/historyschema/assessmentresponse_history.go +++ b/internal/ent/historyschema/assessmentresponse_history.go @@ -74,6 +74,13 @@ func (AssessmentResponseHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (AssessmentResponseHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/asset_history.go b/internal/ent/historyschema/asset_history.go index e9c866d166..7a1bb6b4c8 100644 --- a/internal/ent/historyschema/asset_history.go +++ b/internal/ent/historyschema/asset_history.go @@ -74,6 +74,13 @@ func (AssetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (AssetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/campaign_history.go b/internal/ent/historyschema/campaign_history.go index 1eb380d768..ad20023c76 100644 --- a/internal/ent/historyschema/campaign_history.go +++ b/internal/ent/historyschema/campaign_history.go @@ -74,6 +74,13 @@ func (CampaignHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (CampaignHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/campaigntarget_history.go b/internal/ent/historyschema/campaigntarget_history.go index a01b927c9d..5370a42a85 100644 --- a/internal/ent/historyschema/campaigntarget_history.go +++ b/internal/ent/historyschema/campaigntarget_history.go @@ -74,6 +74,13 @@ func (CampaignTargetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (CampaignTargetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/contact_history.go b/internal/ent/historyschema/contact_history.go index 57f04f7e0f..93c19dadd2 100644 --- a/internal/ent/historyschema/contact_history.go +++ b/internal/ent/historyschema/contact_history.go @@ -68,6 +68,13 @@ func (ContactHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (ContactHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/control_history.go b/internal/ent/historyschema/control_history.go index 83ce78378f..897ce399ba 100644 --- a/internal/ent/historyschema/control_history.go +++ b/internal/ent/historyschema/control_history.go @@ -74,6 +74,13 @@ func (ControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/controlimplementation_history.go b/internal/ent/historyschema/controlimplementation_history.go index f66e096f41..53b9d7fe7a 100644 --- a/internal/ent/historyschema/controlimplementation_history.go +++ b/internal/ent/historyschema/controlimplementation_history.go @@ -74,6 +74,13 @@ func (ControlImplementationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ControlImplementationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/controlobjective_history.go b/internal/ent/historyschema/controlobjective_history.go index 7404628ad7..e9aee7d2b6 100644 --- a/internal/ent/historyschema/controlobjective_history.go +++ b/internal/ent/historyschema/controlobjective_history.go @@ -74,6 +74,13 @@ func (ControlObjectiveHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ControlObjectiveHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/customdomain_history.go b/internal/ent/historyschema/customdomain_history.go index d4806128f1..370ddd7aa6 100644 --- a/internal/ent/historyschema/customdomain_history.go +++ b/internal/ent/historyschema/customdomain_history.go @@ -68,6 +68,13 @@ func (CustomDomainHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (CustomDomainHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/discussion_history.go b/internal/ent/historyschema/discussion_history.go index 9ec47035c7..60b4753405 100644 --- a/internal/ent/historyschema/discussion_history.go +++ b/internal/ent/historyschema/discussion_history.go @@ -74,6 +74,13 @@ func (DiscussionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (DiscussionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/documentdata_history.go b/internal/ent/historyschema/documentdata_history.go index 3d725ec280..51f8aab6dd 100644 --- a/internal/ent/historyschema/documentdata_history.go +++ b/internal/ent/historyschema/documentdata_history.go @@ -74,6 +74,13 @@ func (DocumentDataHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (DocumentDataHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/emailtemplate_history.go b/internal/ent/historyschema/emailtemplate_history.go index ca5fe88849..ec0d4ebcb2 100644 --- a/internal/ent/historyschema/emailtemplate_history.go +++ b/internal/ent/historyschema/emailtemplate_history.go @@ -74,6 +74,13 @@ func (EmailTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (EmailTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/entity_history.go b/internal/ent/historyschema/entity_history.go index 838a55ad74..c42421587c 100644 --- a/internal/ent/historyschema/entity_history.go +++ b/internal/ent/historyschema/entity_history.go @@ -74,6 +74,13 @@ func (EntityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (EntityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/entitytype_history.go b/internal/ent/historyschema/entitytype_history.go index 5549328c0c..b734133f2e 100644 --- a/internal/ent/historyschema/entitytype_history.go +++ b/internal/ent/historyschema/entitytype_history.go @@ -68,6 +68,13 @@ func (EntityTypeHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (EntityTypeHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/evidence_history.go b/internal/ent/historyschema/evidence_history.go index 3056c41fbd..8ba6afc835 100644 --- a/internal/ent/historyschema/evidence_history.go +++ b/internal/ent/historyschema/evidence_history.go @@ -74,6 +74,13 @@ func (EvidenceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (EvidenceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/file_history.go b/internal/ent/historyschema/file_history.go index 17c5251e9f..767817a8e9 100644 --- a/internal/ent/historyschema/file_history.go +++ b/internal/ent/historyschema/file_history.go @@ -74,6 +74,13 @@ func (FileHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (FileHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/finding_history.go b/internal/ent/historyschema/finding_history.go index b449ade29f..4e563179f8 100644 --- a/internal/ent/historyschema/finding_history.go +++ b/internal/ent/historyschema/finding_history.go @@ -74,6 +74,13 @@ func (FindingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (FindingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/findingcontrol_history.go b/internal/ent/historyschema/findingcontrol_history.go index 48d330182e..f4653c27d9 100644 --- a/internal/ent/historyschema/findingcontrol_history.go +++ b/internal/ent/historyschema/findingcontrol_history.go @@ -68,6 +68,13 @@ func (FindingControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (FindingControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/group_history.go b/internal/ent/historyschema/group_history.go index c35c1d494f..b36f868fae 100644 --- a/internal/ent/historyschema/group_history.go +++ b/internal/ent/historyschema/group_history.go @@ -74,6 +74,13 @@ func (GroupHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (GroupHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/groupmembership_history.go b/internal/ent/historyschema/groupmembership_history.go index 2852a06925..a2742604e2 100644 --- a/internal/ent/historyschema/groupmembership_history.go +++ b/internal/ent/historyschema/groupmembership_history.go @@ -74,6 +74,13 @@ func (GroupMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (GroupMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/groupsetting_history.go b/internal/ent/historyschema/groupsetting_history.go index cd6a2675af..a1791a51c4 100644 --- a/internal/ent/historyschema/groupsetting_history.go +++ b/internal/ent/historyschema/groupsetting_history.go @@ -74,6 +74,13 @@ func (GroupSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (GroupSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/hush_history.go b/internal/ent/historyschema/hush_history.go index 933f8736dc..74d42b3995 100644 --- a/internal/ent/historyschema/hush_history.go +++ b/internal/ent/historyschema/hush_history.go @@ -68,6 +68,13 @@ func (HushHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (HushHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/identityholder_history.go b/internal/ent/historyschema/identityholder_history.go index 7c941284e6..55b3d1620d 100644 --- a/internal/ent/historyschema/identityholder_history.go +++ b/internal/ent/historyschema/identityholder_history.go @@ -74,6 +74,13 @@ func (IdentityHolderHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (IdentityHolderHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/internalpolicy_history.go b/internal/ent/historyschema/internalpolicy_history.go index 7883021d7e..7890a76c7b 100644 --- a/internal/ent/historyschema/internalpolicy_history.go +++ b/internal/ent/historyschema/internalpolicy_history.go @@ -74,6 +74,13 @@ func (InternalPolicyHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (InternalPolicyHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/jobtemplate_history.go b/internal/ent/historyschema/jobtemplate_history.go index 8946be470d..8e047bcd2d 100644 --- a/internal/ent/historyschema/jobtemplate_history.go +++ b/internal/ent/historyschema/jobtemplate_history.go @@ -74,6 +74,13 @@ func (JobTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (JobTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/mappabledomain_history.go b/internal/ent/historyschema/mappabledomain_history.go index 7238a17054..62f2c4c7ba 100644 --- a/internal/ent/historyschema/mappabledomain_history.go +++ b/internal/ent/historyschema/mappabledomain_history.go @@ -68,6 +68,13 @@ func (MappableDomainHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (MappableDomainHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/mappedcontrol_history.go b/internal/ent/historyschema/mappedcontrol_history.go index 8744d4047c..f0661f3b25 100644 --- a/internal/ent/historyschema/mappedcontrol_history.go +++ b/internal/ent/historyschema/mappedcontrol_history.go @@ -74,6 +74,13 @@ func (MappedControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (MappedControlHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/narrative_history.go b/internal/ent/historyschema/narrative_history.go index 3a156a8e35..8b8d88c879 100644 --- a/internal/ent/historyschema/narrative_history.go +++ b/internal/ent/historyschema/narrative_history.go @@ -74,6 +74,13 @@ func (NarrativeHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (NarrativeHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/note_history.go b/internal/ent/historyschema/note_history.go index 91906d1aed..fb8c45561b 100644 --- a/internal/ent/historyschema/note_history.go +++ b/internal/ent/historyschema/note_history.go @@ -74,6 +74,13 @@ func (NoteHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (NoteHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/notificationpreference_history.go b/internal/ent/historyschema/notificationpreference_history.go index 6af8684838..b44fa294c0 100644 --- a/internal/ent/historyschema/notificationpreference_history.go +++ b/internal/ent/historyschema/notificationpreference_history.go @@ -68,6 +68,13 @@ func (NotificationPreferenceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (NotificationPreferenceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/notificationtemplate_history.go b/internal/ent/historyschema/notificationtemplate_history.go index 61521977e9..03a94f743b 100644 --- a/internal/ent/historyschema/notificationtemplate_history.go +++ b/internal/ent/historyschema/notificationtemplate_history.go @@ -68,6 +68,13 @@ func (NotificationTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (NotificationTemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/organization_history.go b/internal/ent/historyschema/organization_history.go index ac5bbf5b50..6db01727e4 100644 --- a/internal/ent/historyschema/organization_history.go +++ b/internal/ent/historyschema/organization_history.go @@ -74,6 +74,13 @@ func (OrganizationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (OrganizationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/organizationsetting_history.go b/internal/ent/historyschema/organizationsetting_history.go index fbaaaaa75d..02ca4d85e7 100644 --- a/internal/ent/historyschema/organizationsetting_history.go +++ b/internal/ent/historyschema/organizationsetting_history.go @@ -74,6 +74,13 @@ func (OrganizationSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (OrganizationSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/orgmembership_history.go b/internal/ent/historyschema/orgmembership_history.go index 8349a046f0..2d9c25c120 100644 --- a/internal/ent/historyschema/orgmembership_history.go +++ b/internal/ent/historyschema/orgmembership_history.go @@ -74,6 +74,13 @@ func (OrgMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (OrgMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/platform_history.go b/internal/ent/historyschema/platform_history.go index b5d1697fb1..7abc46fae7 100644 --- a/internal/ent/historyschema/platform_history.go +++ b/internal/ent/historyschema/platform_history.go @@ -74,6 +74,13 @@ func (PlatformHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (PlatformHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/procedure_history.go b/internal/ent/historyschema/procedure_history.go index 153279dac6..3e7aa3e37b 100644 --- a/internal/ent/historyschema/procedure_history.go +++ b/internal/ent/historyschema/procedure_history.go @@ -74,6 +74,13 @@ func (ProcedureHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ProcedureHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/program_history.go b/internal/ent/historyschema/program_history.go index 1a4321fe79..af4e05f7f1 100644 --- a/internal/ent/historyschema/program_history.go +++ b/internal/ent/historyschema/program_history.go @@ -74,6 +74,13 @@ func (ProgramHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ProgramHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/programmembership_history.go b/internal/ent/historyschema/programmembership_history.go index 9a7f0f663f..cdfaf0c190 100644 --- a/internal/ent/historyschema/programmembership_history.go +++ b/internal/ent/historyschema/programmembership_history.go @@ -74,6 +74,13 @@ func (ProgramMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ProgramMembershipHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/remediation_history.go b/internal/ent/historyschema/remediation_history.go index 8aca7ee449..70c619d42f 100644 --- a/internal/ent/historyschema/remediation_history.go +++ b/internal/ent/historyschema/remediation_history.go @@ -74,6 +74,13 @@ func (RemediationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (RemediationHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/review_history.go b/internal/ent/historyschema/review_history.go index 85683585f7..ce9bc773f1 100644 --- a/internal/ent/historyschema/review_history.go +++ b/internal/ent/historyschema/review_history.go @@ -74,6 +74,13 @@ func (ReviewHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (ReviewHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/risk_history.go b/internal/ent/historyschema/risk_history.go index e7abc1a8c2..b22fdab3d7 100644 --- a/internal/ent/historyschema/risk_history.go +++ b/internal/ent/historyschema/risk_history.go @@ -74,6 +74,13 @@ func (RiskHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (RiskHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/scheduledjob_history.go b/internal/ent/historyschema/scheduledjob_history.go index f504d8eb97..cb7bafe737 100644 --- a/internal/ent/historyschema/scheduledjob_history.go +++ b/internal/ent/historyschema/scheduledjob_history.go @@ -68,6 +68,13 @@ func (ScheduledJobHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (ScheduledJobHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/sladefinition_history.go b/internal/ent/historyschema/sladefinition_history.go index 36f66c445e..59aef7148f 100644 --- a/internal/ent/historyschema/sladefinition_history.go +++ b/internal/ent/historyschema/sladefinition_history.go @@ -68,6 +68,13 @@ func (SLADefinitionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (SLADefinitionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/standard_history.go b/internal/ent/historyschema/standard_history.go index 57c301f32a..5b238a1595 100644 --- a/internal/ent/historyschema/standard_history.go +++ b/internal/ent/historyschema/standard_history.go @@ -68,6 +68,13 @@ func (StandardHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (StandardHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/subcontrol_history.go b/internal/ent/historyschema/subcontrol_history.go index 9d6e66c7da..a1a8a90911 100644 --- a/internal/ent/historyschema/subcontrol_history.go +++ b/internal/ent/historyschema/subcontrol_history.go @@ -74,6 +74,13 @@ func (SubcontrolHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (SubcontrolHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/subprocessor_history.go b/internal/ent/historyschema/subprocessor_history.go index a6059af88f..84aa85573f 100644 --- a/internal/ent/historyschema/subprocessor_history.go +++ b/internal/ent/historyschema/subprocessor_history.go @@ -74,6 +74,13 @@ func (SubprocessorHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (SubprocessorHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/systemdetail_history.go b/internal/ent/historyschema/systemdetail_history.go index f7fe1fe876..f4854252b1 100644 --- a/internal/ent/historyschema/systemdetail_history.go +++ b/internal/ent/historyschema/systemdetail_history.go @@ -74,6 +74,13 @@ func (SystemDetailHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (SystemDetailHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/task_history.go b/internal/ent/historyschema/task_history.go index 38b00aff19..8f8b8f2c58 100644 --- a/internal/ent/historyschema/task_history.go +++ b/internal/ent/historyschema/task_history.go @@ -74,6 +74,13 @@ func (TaskHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TaskHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/template_history.go b/internal/ent/historyschema/template_history.go index 318add7051..8008a8f1e0 100644 --- a/internal/ent/historyschema/template_history.go +++ b/internal/ent/historyschema/template_history.go @@ -74,6 +74,13 @@ func (TemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TemplateHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenter_history.go b/internal/ent/historyschema/trustcenter_history.go index d7d4685ef4..840418c511 100644 --- a/internal/ent/historyschema/trustcenter_history.go +++ b/internal/ent/historyschema/trustcenter_history.go @@ -74,6 +74,13 @@ func (TrustCenterHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcentercompliance_history.go b/internal/ent/historyschema/trustcentercompliance_history.go index db0ec53ca2..4453242e61 100644 --- a/internal/ent/historyschema/trustcentercompliance_history.go +++ b/internal/ent/historyschema/trustcentercompliance_history.go @@ -74,6 +74,13 @@ func (TrustCenterComplianceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterComplianceHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenterdoc_history.go b/internal/ent/historyschema/trustcenterdoc_history.go index c74b909e64..a0836c8730 100644 --- a/internal/ent/historyschema/trustcenterdoc_history.go +++ b/internal/ent/historyschema/trustcenterdoc_history.go @@ -74,6 +74,13 @@ func (TrustCenterDocHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterDocHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenterentity_history.go b/internal/ent/historyschema/trustcenterentity_history.go index 2f34759696..4f50b18adc 100644 --- a/internal/ent/historyschema/trustcenterentity_history.go +++ b/internal/ent/historyschema/trustcenterentity_history.go @@ -74,6 +74,13 @@ func (TrustCenterEntityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterEntityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenterfaq_history.go b/internal/ent/historyschema/trustcenterfaq_history.go index e3a417ef81..33e4c7f3f1 100644 --- a/internal/ent/historyschema/trustcenterfaq_history.go +++ b/internal/ent/historyschema/trustcenterfaq_history.go @@ -74,6 +74,13 @@ func (TrustCenterFAQHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterFAQHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenterndarequest_history.go b/internal/ent/historyschema/trustcenterndarequest_history.go index ae86277683..a378b0e3c4 100644 --- a/internal/ent/historyschema/trustcenterndarequest_history.go +++ b/internal/ent/historyschema/trustcenterndarequest_history.go @@ -74,6 +74,13 @@ func (TrustCenterNDARequestHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterNDARequestHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcentersetting_history.go b/internal/ent/historyschema/trustcentersetting_history.go index 0c82dfc263..0923e8e088 100644 --- a/internal/ent/historyschema/trustcentersetting_history.go +++ b/internal/ent/historyschema/trustcentersetting_history.go @@ -74,6 +74,13 @@ func (TrustCenterSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcentersubprocessor_history.go b/internal/ent/historyschema/trustcentersubprocessor_history.go index dc4b40c589..a76fab25a2 100644 --- a/internal/ent/historyschema/trustcentersubprocessor_history.go +++ b/internal/ent/historyschema/trustcentersubprocessor_history.go @@ -74,6 +74,13 @@ func (TrustCenterSubprocessorHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterSubprocessorHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/trustcenterwatermarkconfig_history.go b/internal/ent/historyschema/trustcenterwatermarkconfig_history.go index 664795376e..41b31e20d5 100644 --- a/internal/ent/historyschema/trustcenterwatermarkconfig_history.go +++ b/internal/ent/historyschema/trustcenterwatermarkconfig_history.go @@ -74,6 +74,13 @@ func (TrustCenterWatermarkConfigHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (TrustCenterWatermarkConfigHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/user_history.go b/internal/ent/historyschema/user_history.go index 65014d5ccd..15e8dd5dc5 100644 --- a/internal/ent/historyschema/user_history.go +++ b/internal/ent/historyschema/user_history.go @@ -68,6 +68,13 @@ func (UserHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (UserHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/usersetting_history.go b/internal/ent/historyschema/usersetting_history.go index e037ca334d..384bab19df 100644 --- a/internal/ent/historyschema/usersetting_history.go +++ b/internal/ent/historyschema/usersetting_history.go @@ -68,6 +68,13 @@ func (UserSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (UserSettingHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/vendorriskscore_history.go b/internal/ent/historyschema/vendorriskscore_history.go index 967f96e9c3..1e88813462 100644 --- a/internal/ent/historyschema/vendorriskscore_history.go +++ b/internal/ent/historyschema/vendorriskscore_history.go @@ -74,6 +74,13 @@ func (VendorRiskScoreHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (VendorRiskScoreHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/vendorscoringconfig_history.go b/internal/ent/historyschema/vendorscoringconfig_history.go index 1fd8087813..7c299d73c4 100644 --- a/internal/ent/historyschema/vendorscoringconfig_history.go +++ b/internal/ent/historyschema/vendorscoringconfig_history.go @@ -68,6 +68,13 @@ func (VendorScoringConfigHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (VendorScoringConfigHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/vulnerability_history.go b/internal/ent/historyschema/vulnerability_history.go index 80d90ec313..ac68b386d6 100644 --- a/internal/ent/historyschema/vulnerability_history.go +++ b/internal/ent/historyschema/vulnerability_history.go @@ -74,6 +74,13 @@ func (VulnerabilityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (VulnerabilityHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/workflowassignment_history.go b/internal/ent/historyschema/workflowassignment_history.go index 8c9940bac1..dddc83456e 100644 --- a/internal/ent/historyschema/workflowassignment_history.go +++ b/internal/ent/historyschema/workflowassignment_history.go @@ -74,6 +74,13 @@ func (WorkflowAssignmentHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (WorkflowAssignmentHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/workflowassignmenttarget_history.go b/internal/ent/historyschema/workflowassignmenttarget_history.go index fe74ca6b99..7648ca34b6 100644 --- a/internal/ent/historyschema/workflowassignmenttarget_history.go +++ b/internal/ent/historyschema/workflowassignmenttarget_history.go @@ -68,6 +68,13 @@ func (WorkflowAssignmentTargetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -81,6 +88,13 @@ func (WorkflowAssignmentTargetHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/historyschema/workflowdefinition_history.go b/internal/ent/historyschema/workflowdefinition_history.go index 17a460c717..a8df1cf984 100644 --- a/internal/ent/historyschema/workflowdefinition_history.go +++ b/internal/ent/historyschema/workflowdefinition_history.go @@ -74,6 +74,13 @@ func (WorkflowDefinitionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the mixed in field to the history fields historyFields = append(historyFields, field) } @@ -87,6 +94,13 @@ func (WorkflowDefinitionHistory) Fields() []ent.Field { // make sure the mixed in fields do not have validators field.Descriptor().Validators = nil + // history rows are insert only, so no tracked field may be updated + field.Descriptor().Immutable = true + + // ent still emits a setter for an immutable field that carries an update + // default, and a snapshot column must keep the value it was written with + field.Descriptor().UpdateDefault = nil + // append the field to the history fields historyFields = append(historyFields, field) } diff --git a/internal/ent/privacy/token/webauthn_token.go b/internal/ent/privacy/token/webauthn_token.go index 86cd1df449..20e13d415a 100644 --- a/internal/ent/privacy/token/webauthn_token.go +++ b/internal/ent/privacy/token/webauthn_token.go @@ -7,10 +7,6 @@ import ( type WebauthnCreationContextKey struct { } -func NewWebauthnCreationContextKeyWithEmail() WebauthnCreationContextKey { - return WebauthnCreationContextKey{} -} - func NewContextWithWebauthnCreationContextKey(parent context.Context) context.Context { ctx := webauthnCreationContextKey.Set(parent, &WebauthnCreationContextKey{}) diff --git a/internal/ent/validator/graphql_filter_validator.go b/internal/ent/validator/graphql_filter_validator.go deleted file mode 100644 index 36283819c6..0000000000 --- a/internal/ent/validator/graphql_filter_validator.go +++ /dev/null @@ -1,102 +0,0 @@ -package validator - -import ( - "errors" - "fmt" - "io/fs" - "os" - "strings" - - "github.com/rs/zerolog/log" - "github.com/theopenlane/core/common/enums" - "github.com/vektah/gqlparser/v2" - "github.com/vektah/gqlparser/v2/ast" - "github.com/vektah/gqlparser/v2/parser" - "github.com/vektah/gqlparser/v2/validator" -) - -var ErrInvalidGraphQLFilter = errors.New("invalid graphql filter provided") - -func ValidateFilter(filter string, exportType enums.ExportType) error { - if filter == "" { - log.Debug().Msg("No filter provided, skipping validation") - return nil - } - - schemaDir := "../../graphapi/schema" - - // Load all .graphql files in the directory - schemaFS := os.DirFS(schemaDir) - var sources []*ast.Source - err := fs.WalkDir(schemaFS, ".", func(path string, d fs.DirEntry, err error) error { - if err != nil { - log.Error().Err(err).Str("path", path).Msg("Failed accessing file path") - return nil - } - if !d.IsDir() && strings.HasSuffix(d.Name(), ".graphql") { - data, readErr := fs.ReadFile(schemaFS, path) - if readErr != nil { - log.Error().Err(readErr).Str("path", path).Msg("Failed to read schema file") - return nil - } - sources = append(sources, &ast.Source{ - Name: d.Name(), - Input: string(data), - }) - } - return nil - }) - if err != nil { - log.Error().Err(err).Msg("Error walking through schema directory") - return nil - } - - if len(sources) == 0 { - log.Error().Msg("No .graphql schema files found in " + schemaDir) - return nil - } - - schema, err := gqlparser.LoadSchema(sources...) - if err != nil { - log.Error().Err(err).Msg("Failed to load combined schema") - return nil - } - - // Construct query dynamically - query := fmt.Sprintf(` - query { - %ss(where: {%s}) { - edges { - node { - id - } - } - } - } - `, strings.ToLower(exportType.String()), filter) - - // Parse query - doc, err := parser.ParseQuery(&ast.Source{Input: query}) - if err != nil { - log.Error().Err(err).Str("query", query).Msg("GraphQL query syntax error") - return nil - } - - // Validate query against schema - errs := validator.ValidateWithRules(schema, doc, nil) - if len(errs) > 0 { - var errMsgs []string - for _, e := range errs { - log.Error().Str("path", e.Path.String()).Str("rule", e.Rule).Msg(e.Message) - errMsgs = append(errMsgs, fmt.Sprintf("[%s] %s", e.Rule, e.Message)) - } - - combinedErr := fmt.Errorf("%w for export type %s: %s", - ErrInvalidGraphQLFilter, exportType, strings.Join(errMsgs, "; ")) - - log.Error().Err(combinedErr).Msg("GraphQL filter validation failed") - return combinedErr - } - - return nil -} diff --git a/internal/ent/validator/graphql_filter_validator_test.go b/internal/ent/validator/graphql_filter_validator_test.go deleted file mode 100644 index 31096f69dc..0000000000 --- a/internal/ent/validator/graphql_filter_validator_test.go +++ /dev/null @@ -1,21 +0,0 @@ -package validator_test - -import ( - "testing" - - "github.com/theopenlane/core/common/enums" - "github.com/theopenlane/core/internal/ent/validator" -) - -func TestValidateFilter(t *testing.T) { - validFilter := `statusIn: [OPEN, IN_PROGRESS]` - invalidFilter := `banana: [POTATO]` - - if err := validator.ValidateFilter(validFilter, enums.ExportTypeTask); err != nil { - t.Errorf("expected valid filter, got error: %v", err) - } - - if err := validator.ValidateFilter(invalidFilter, enums.ExportTypeTask); err == nil { - t.Errorf("expected invalid filter to fail") - } -} diff --git a/internal/entitlements/reconciler/reconciler.go b/internal/entitlements/reconciler/reconciler.go index 8faf3ba8b2..215429ee55 100644 --- a/internal/entitlements/reconciler/reconciler.go +++ b/internal/entitlements/reconciler/reconciler.go @@ -73,7 +73,6 @@ var ( ErrMissingStripeClient = fmt.Errorf("missing stripe client") ErrMissingDBClient = fmt.Errorf("missing database client") ErrMissingSubscriptionID = fmt.Errorf("missing organization subscription ID") - ErrMultiplePrices = fmt.Errorf("multiple prices found for customer") ErrMissingPrice = fmt.Errorf("missing price for customer") ErrMultipleCustomers = fmt.Errorf("multiple customers found for organization") ErrMissingCustomer = fmt.Errorf("missing customer for organization") diff --git a/internal/graphapi/checksum/.history_schema_checksum b/internal/graphapi/checksum/.history_schema_checksum index 157f19cc10..5986ab55a2 100644 --- a/internal/graphapi/checksum/.history_schema_checksum +++ b/internal/graphapi/checksum/.history_schema_checksum @@ -1 +1 @@ -d51fed2d7911ee913dd888e4228307d1d8d6a82dd3bf46cbe2de422945b40a61 \ No newline at end of file +deaabb19130a161cf364b3f159257dfc7652bd682cf940f3667da6d6154d5963 \ No newline at end of file diff --git a/internal/graphapi/checksum/.schema_checksum b/internal/graphapi/checksum/.schema_checksum index f44856b2ff..ec3c2b15d7 100644 --- a/internal/graphapi/checksum/.schema_checksum +++ b/internal/graphapi/checksum/.schema_checksum @@ -1 +1 @@ -385771be0875f658de2bbd61adcc8a288fe08995a78d642f4e07c0be5482df6a +70f68fac216acebf0cae9aaebfd0f2ee1160ba370ec931dd4b4f679246c114fa \ No newline at end of file diff --git a/internal/graphapi/clientschema/checksum/.schema_checksum b/internal/graphapi/clientschema/checksum/.schema_checksum index 3321aaa93f..5e9d8920c7 100644 --- a/internal/graphapi/clientschema/checksum/.schema_checksum +++ b/internal/graphapi/clientschema/checksum/.schema_checksum @@ -1 +1 @@ -a07bf6be7ac0d5a924d08659c6088987587c21491a67ffc7bc452c04a7d9d754 \ No newline at end of file +b7fbc348d17e6934e5364580ba57dae6af3635c675f0dd451f908374e9939a88 \ No newline at end of file diff --git a/internal/graphapi/clientschema/schema.graphql b/internal/graphapi/clientschema/schema.graphql index f7541fe3e4..2771b9394f 100644 --- a/internal/graphapi/clientschema/schema.graphql +++ b/internal/graphapi/clientschema/schema.graphql @@ -229,19 +229,12 @@ input APITokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -252,9 +245,6 @@ input APITokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -268,10 +258,6 @@ input APITokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -286,10 +272,6 @@ input APITokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -304,10 +286,6 @@ input APITokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -322,10 +300,6 @@ input APITokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -340,10 +314,6 @@ input APITokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -353,9 +323,6 @@ input APITokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -366,9 +333,6 @@ input APITokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -389,10 +353,6 @@ input APITokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -407,10 +367,6 @@ input APITokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -422,9 +378,6 @@ input APITokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -1276,19 +1229,12 @@ input ActionPlanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1299,9 +1245,6 @@ input ActionPlanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1315,10 +1258,6 @@ input ActionPlanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1333,10 +1272,6 @@ input ActionPlanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1351,10 +1286,6 @@ input ActionPlanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1369,10 +1300,6 @@ input ActionPlanWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -1387,10 +1314,6 @@ input ActionPlanWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -1421,10 +1344,6 @@ input ActionPlanWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -1443,9 +1362,6 @@ input ActionPlanWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -1468,10 +1384,6 @@ input ActionPlanWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -1486,10 +1398,6 @@ input ActionPlanWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -1504,10 +1412,6 @@ input ActionPlanWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -1522,10 +1426,6 @@ input ActionPlanWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -1540,10 +1440,6 @@ input ActionPlanWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -1558,10 +1454,6 @@ input ActionPlanWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -1576,10 +1468,6 @@ input ActionPlanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -1601,10 +1489,6 @@ input ActionPlanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -1619,10 +1503,6 @@ input ActionPlanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -1637,10 +1517,6 @@ input ActionPlanWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -1655,10 +1531,6 @@ input ActionPlanWhereInput { actionPlanKindIDNEQ: ID actionPlanKindIDIn: [ID!] actionPlanKindIDNotIn: [ID!] - actionPlanKindIDGT: ID - actionPlanKindIDGTE: ID - actionPlanKindIDLT: ID - actionPlanKindIDLTE: ID actionPlanKindIDContains: ID actionPlanKindIDHasPrefix: ID actionPlanKindIDHasSuffix: ID @@ -1680,10 +1552,6 @@ input ActionPlanWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -1696,10 +1564,6 @@ input ActionPlanWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -1711,9 +1575,6 @@ input ActionPlanWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -1724,9 +1585,6 @@ input ActionPlanWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -1759,10 +1617,6 @@ input ActionPlanWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -1777,10 +1631,6 @@ input ActionPlanWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -2654,19 +2504,12 @@ input AssessmentResponseWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -2677,9 +2520,6 @@ input AssessmentResponseWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -2693,10 +2533,6 @@ input AssessmentResponseWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -2711,10 +2547,6 @@ input AssessmentResponseWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -2729,10 +2561,6 @@ input AssessmentResponseWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -2747,10 +2575,6 @@ input AssessmentResponseWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -2772,10 +2596,6 @@ input AssessmentResponseWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -2793,10 +2613,6 @@ input AssessmentResponseWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -2811,10 +2627,6 @@ input AssessmentResponseWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -2829,10 +2641,6 @@ input AssessmentResponseWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -2847,10 +2655,6 @@ input AssessmentResponseWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -2865,10 +2669,6 @@ input AssessmentResponseWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -2881,8 +2681,6 @@ input AssessmentResponseWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -2891,9 +2689,6 @@ input AssessmentResponseWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -2904,9 +2699,6 @@ input AssessmentResponseWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -2917,9 +2709,6 @@ input AssessmentResponseWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -2931,8 +2720,6 @@ input AssessmentResponseWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -2944,8 +2731,6 @@ input AssessmentResponseWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -2956,9 +2741,6 @@ input AssessmentResponseWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -2976,9 +2758,6 @@ input AssessmentResponseWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -2987,9 +2766,6 @@ input AssessmentResponseWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -2998,9 +2774,6 @@ input AssessmentResponseWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -3011,9 +2784,6 @@ input AssessmentResponseWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -3099,19 +2869,12 @@ input AssessmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -3122,9 +2885,6 @@ input AssessmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -3138,10 +2898,6 @@ input AssessmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -3156,10 +2912,6 @@ input AssessmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -3174,10 +2926,6 @@ input AssessmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -3192,10 +2940,6 @@ input AssessmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -3217,10 +2961,6 @@ input AssessmentWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -3235,10 +2975,6 @@ input AssessmentWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -3260,10 +2996,6 @@ input AssessmentWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -3283,10 +3015,6 @@ input AssessmentWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -3299,8 +3027,6 @@ input AssessmentWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -4287,19 +4013,12 @@ input AssetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -4310,9 +4029,6 @@ input AssetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -4326,10 +4042,6 @@ input AssetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -4344,10 +4056,6 @@ input AssetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -4362,10 +4070,6 @@ input AssetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -4380,10 +4084,6 @@ input AssetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -4398,10 +4098,6 @@ input AssetWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -4416,10 +4112,6 @@ input AssetWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -4434,10 +4126,6 @@ input AssetWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -4452,10 +4140,6 @@ input AssetWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -4470,10 +4154,6 @@ input AssetWhereInput { assetSubtypeIDNEQ: ID assetSubtypeIDIn: [ID!] assetSubtypeIDNotIn: [ID!] - assetSubtypeIDGT: ID - assetSubtypeIDGTE: ID - assetSubtypeIDLT: ID - assetSubtypeIDLTE: ID assetSubtypeIDContains: ID assetSubtypeIDHasPrefix: ID assetSubtypeIDHasSuffix: ID @@ -4488,10 +4168,6 @@ input AssetWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -4506,10 +4182,6 @@ input AssetWhereInput { assetDataClassificationIDNEQ: ID assetDataClassificationIDIn: [ID!] assetDataClassificationIDNotIn: [ID!] - assetDataClassificationIDGT: ID - assetDataClassificationIDGTE: ID - assetDataClassificationIDLT: ID - assetDataClassificationIDLTE: ID assetDataClassificationIDContains: ID assetDataClassificationIDHasPrefix: ID assetDataClassificationIDHasSuffix: ID @@ -4524,10 +4196,6 @@ input AssetWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -4542,10 +4210,6 @@ input AssetWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -4560,10 +4224,6 @@ input AssetWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -4578,10 +4238,6 @@ input AssetWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -4596,10 +4252,6 @@ input AssetWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -4614,10 +4266,6 @@ input AssetWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -4632,10 +4280,6 @@ input AssetWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -4650,10 +4294,6 @@ input AssetWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -4668,10 +4308,6 @@ input AssetWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -4686,10 +4322,6 @@ input AssetWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -4704,10 +4336,6 @@ input AssetWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -4722,10 +4350,6 @@ input AssetWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -4747,10 +4371,6 @@ input AssetWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -4765,10 +4385,6 @@ input AssetWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -4790,10 +4406,6 @@ input AssetWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -4806,10 +4418,6 @@ input AssetWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -4824,10 +4432,6 @@ input AssetWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -4842,10 +4446,6 @@ input AssetWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -4860,10 +4460,6 @@ input AssetWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -4878,10 +4474,6 @@ input AssetWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -4896,10 +4488,6 @@ input AssetWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -4928,10 +4516,6 @@ input AssetWhereInput { sourcePlatformIDNEQ: ID sourcePlatformIDIn: [ID!] sourcePlatformIDNotIn: [ID!] - sourcePlatformIDGT: ID - sourcePlatformIDGTE: ID - sourcePlatformIDLT: ID - sourcePlatformIDLTE: ID sourcePlatformIDContains: ID sourcePlatformIDHasPrefix: ID sourcePlatformIDHasSuffix: ID @@ -4946,10 +4530,6 @@ input AssetWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -4964,10 +4544,6 @@ input AssetWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -4992,9 +4568,6 @@ input AssetWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -5008,10 +4581,6 @@ input AssetWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -5023,9 +4592,6 @@ input AssetWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -6117,19 +5683,12 @@ input CampaignTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6140,9 +5699,6 @@ input CampaignTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6156,10 +5712,6 @@ input CampaignTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6174,10 +5726,6 @@ input CampaignTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6192,10 +5740,6 @@ input CampaignTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6210,10 +5754,6 @@ input CampaignTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -6235,10 +5775,6 @@ input CampaignTargetWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -6253,10 +5789,6 @@ input CampaignTargetWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -6271,10 +5803,6 @@ input CampaignTargetWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -6289,10 +5817,6 @@ input CampaignTargetWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -6307,10 +5831,6 @@ input CampaignTargetWhereInput { subscriberIDNEQ: ID subscriberIDIn: [ID!] subscriberIDNotIn: [ID!] - subscriberIDGT: ID - subscriberIDGTE: ID - subscriberIDLT: ID - subscriberIDLTE: ID subscriberIDContains: ID subscriberIDHasPrefix: ID subscriberIDHasSuffix: ID @@ -6325,10 +5845,6 @@ input CampaignTargetWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -6341,10 +5857,6 @@ input CampaignTargetWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -6363,9 +5875,6 @@ input CampaignTargetWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -6376,9 +5885,6 @@ input CampaignTargetWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -6462,19 +5968,12 @@ input CampaignWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6485,9 +5984,6 @@ input CampaignWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6501,10 +5997,6 @@ input CampaignWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6519,10 +6011,6 @@ input CampaignWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6537,10 +6025,6 @@ input CampaignWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6555,10 +6039,6 @@ input CampaignWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -6571,10 +6051,6 @@ input CampaignWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -6589,10 +6065,6 @@ input CampaignWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -6607,10 +6079,6 @@ input CampaignWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -6625,10 +6093,6 @@ input CampaignWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -6650,10 +6114,6 @@ input CampaignWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -6666,10 +6126,6 @@ input CampaignWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -6700,9 +6156,6 @@ input CampaignWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -6713,9 +6166,6 @@ input CampaignWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -6726,9 +6176,6 @@ input CampaignWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -6739,9 +6186,6 @@ input CampaignWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -6767,8 +6211,6 @@ input CampaignWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -6782,10 +6224,6 @@ input CampaignWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -6797,9 +6235,6 @@ input CampaignWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -6810,9 +6245,6 @@ input CampaignWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -6823,9 +6255,6 @@ input CampaignWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -6837,8 +6266,6 @@ input CampaignWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -6850,8 +6277,6 @@ input CampaignWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -6862,9 +6287,6 @@ input CampaignWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -6878,10 +6300,6 @@ input CampaignWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -6896,10 +6314,6 @@ input CampaignWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -6914,10 +6328,6 @@ input CampaignWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -6932,10 +6342,6 @@ input CampaignWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -6950,10 +6356,6 @@ input CampaignWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -6968,10 +6370,6 @@ input CampaignWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -6986,10 +6384,6 @@ input CampaignWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -7463,19 +6857,12 @@ input CheckResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7486,9 +6873,6 @@ input CheckResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7502,10 +6886,6 @@ input CheckResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7520,10 +6900,6 @@ input CheckResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7538,10 +6914,6 @@ input CheckResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7563,10 +6935,6 @@ input CheckResultWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -7576,9 +6944,6 @@ input CheckResultWhereInput { last_observed_at field predicates """ lastObservedAt: DateTime - lastObservedAtNEQ: DateTime - lastObservedAtIn: [DateTime!] - lastObservedAtNotIn: [DateTime!] lastObservedAtGT: DateTime lastObservedAtGTE: DateTime lastObservedAtLT: DateTime @@ -7592,10 +6957,6 @@ input CheckResultWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -7610,10 +6971,6 @@ input CheckResultWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -7628,10 +6985,6 @@ input CheckResultWhereInput { parentExternalIDNEQ: String parentExternalIDIn: [String!] parentExternalIDNotIn: [String!] - parentExternalIDGT: String - parentExternalIDGTE: String - parentExternalIDLT: String - parentExternalIDLTE: String parentExternalIDContains: String parentExternalIDHasPrefix: String parentExternalIDHasSuffix: String @@ -7646,10 +6999,6 @@ input CheckResultWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -8157,19 +7506,12 @@ input ContactWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -8180,9 +7522,6 @@ input ContactWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -8196,10 +7535,6 @@ input ContactWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -8214,10 +7549,6 @@ input ContactWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -8232,10 +7563,6 @@ input ContactWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -8250,10 +7577,6 @@ input ContactWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -8268,10 +7591,6 @@ input ContactWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -8286,10 +7605,6 @@ input ContactWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -8304,10 +7619,6 @@ input ContactWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -8322,10 +7633,6 @@ input ContactWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -8340,10 +7647,6 @@ input ContactWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -8358,10 +7661,6 @@ input ContactWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -8383,10 +7682,6 @@ input ContactWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -8401,10 +7696,6 @@ input ContactWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -8416,9 +7707,6 @@ input ContactWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -10281,19 +9569,12 @@ input ControlImplementationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10304,9 +9585,6 @@ input ControlImplementationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10320,10 +9598,6 @@ input ControlImplementationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10338,10 +9612,6 @@ input ControlImplementationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10356,10 +9626,6 @@ input ControlImplementationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10374,10 +9640,6 @@ input ControlImplementationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -10399,10 +9661,6 @@ input ControlImplementationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -10417,10 +9675,6 @@ input ControlImplementationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -10441,9 +9695,6 @@ input ControlImplementationWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -10461,9 +9712,6 @@ input ControlImplementationWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -10477,10 +9725,6 @@ input ControlImplementationWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -11192,19 +10436,12 @@ input ControlObjectiveWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -11215,9 +10452,6 @@ input ControlObjectiveWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -11231,10 +10465,6 @@ input ControlObjectiveWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -11249,10 +10479,6 @@ input ControlObjectiveWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -11267,10 +10493,6 @@ input ControlObjectiveWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -11285,10 +10507,6 @@ input ControlObjectiveWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -11301,10 +10519,6 @@ input ControlObjectiveWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -11319,10 +10533,6 @@ input ControlObjectiveWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -11344,10 +10554,6 @@ input ControlObjectiveWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -11362,10 +10568,6 @@ input ControlObjectiveWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -11380,10 +10582,6 @@ input ControlObjectiveWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -11396,10 +10594,6 @@ input ControlObjectiveWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -11432,10 +10626,6 @@ input ControlObjectiveWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -11450,10 +10640,6 @@ input ControlObjectiveWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -11468,10 +10654,6 @@ input ControlObjectiveWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -11770,19 +10952,12 @@ input ControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -11793,9 +10968,6 @@ input ControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -11809,10 +10981,6 @@ input ControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -11827,10 +10995,6 @@ input ControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -11845,10 +11009,6 @@ input ControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -11863,10 +11023,6 @@ input ControlWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -11879,10 +11035,6 @@ input ControlWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -11897,10 +11049,6 @@ input ControlWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -11915,10 +11063,6 @@ input ControlWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -11933,10 +11077,6 @@ input ControlWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -11951,10 +11091,6 @@ input ControlWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -11969,10 +11105,6 @@ input ControlWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -12005,10 +11137,6 @@ input ControlWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -12023,10 +11151,6 @@ input ControlWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -12050,10 +11174,6 @@ input ControlWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -12068,10 +11188,6 @@ input ControlWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -12086,10 +11202,6 @@ input ControlWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -12104,10 +11216,6 @@ input ControlWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -12122,10 +11230,6 @@ input ControlWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -12140,10 +11244,6 @@ input ControlWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -12158,10 +11258,6 @@ input ControlWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -12176,10 +11272,6 @@ input ControlWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -12194,10 +11286,6 @@ input ControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -12219,10 +11307,6 @@ input ControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -12237,10 +11321,6 @@ input ControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -12255,10 +11335,6 @@ input ControlWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -12273,10 +11349,6 @@ input ControlWhereInput { controlKindIDNEQ: ID controlKindIDIn: [ID!] controlKindIDNotIn: [ID!] - controlKindIDGT: ID - controlKindIDGTE: ID - controlKindIDLT: ID - controlKindIDLTE: ID controlKindIDContains: ID controlKindIDHasPrefix: ID controlKindIDHasSuffix: ID @@ -12291,10 +11363,6 @@ input ControlWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -12309,10 +11377,6 @@ input ControlWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -12327,10 +11391,6 @@ input ControlWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -12345,10 +11405,6 @@ input ControlWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -12370,10 +11426,6 @@ input ControlWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -12386,10 +11438,6 @@ input ControlWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -19248,19 +18296,12 @@ input CustomDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19271,9 +18312,6 @@ input CustomDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19287,10 +18325,6 @@ input CustomDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19305,10 +18339,6 @@ input CustomDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19323,10 +18353,6 @@ input CustomDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19341,10 +18367,6 @@ input CustomDomainWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -19366,10 +18388,6 @@ input CustomDomainWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -19384,10 +18402,6 @@ input CustomDomainWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -19402,10 +18416,6 @@ input CustomDomainWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -19418,10 +18428,6 @@ input CustomDomainWhereInput { mappableDomainIDNEQ: ID mappableDomainIDIn: [ID!] mappableDomainIDNotIn: [ID!] - mappableDomainIDGT: ID - mappableDomainIDGTE: ID - mappableDomainIDLT: ID - mappableDomainIDLTE: ID mappableDomainIDContains: ID mappableDomainIDHasPrefix: ID mappableDomainIDHasSuffix: ID @@ -19434,10 +18440,6 @@ input CustomDomainWhereInput { dnsVerificationIDNEQ: ID dnsVerificationIDIn: [ID!] dnsVerificationIDNotIn: [ID!] - dnsVerificationIDGT: ID - dnsVerificationIDGTE: ID - dnsVerificationIDLT: ID - dnsVerificationIDLTE: ID dnsVerificationIDContains: ID dnsVerificationIDHasPrefix: ID dnsVerificationIDHasSuffix: ID @@ -19452,10 +18454,6 @@ input CustomDomainWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -19956,19 +18954,12 @@ input CustomTypeEnumWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19979,9 +18970,6 @@ input CustomTypeEnumWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19995,10 +18983,6 @@ input CustomTypeEnumWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20013,10 +18997,6 @@ input CustomTypeEnumWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20031,10 +19011,6 @@ input CustomTypeEnumWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20049,10 +19025,6 @@ input CustomTypeEnumWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -20074,10 +19046,6 @@ input CustomTypeEnumWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -20092,10 +19060,6 @@ input CustomTypeEnumWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -20110,10 +19074,6 @@ input CustomTypeEnumWhereInput { objectTypeNEQ: String objectTypeIn: [String!] objectTypeNotIn: [String!] - objectTypeGT: String - objectTypeGTE: String - objectTypeLT: String - objectTypeLTE: String objectTypeContains: String objectTypeHasPrefix: String objectTypeHasSuffix: String @@ -20126,10 +19086,6 @@ input CustomTypeEnumWhereInput { fieldNEQ: String fieldIn: [String!] fieldNotIn: [String!] - fieldGT: String - fieldGTE: String - fieldLT: String - fieldLTE: String fieldContains: String fieldHasPrefix: String fieldHasSuffix: String @@ -20142,10 +19098,6 @@ input CustomTypeEnumWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -20158,10 +19110,6 @@ input CustomTypeEnumWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -20176,10 +19124,6 @@ input CustomTypeEnumWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -20194,10 +19138,6 @@ input CustomTypeEnumWhereInput { iconNEQ: String iconIn: [String!] iconNotIn: [String!] - iconGT: String - iconGTE: String - iconLT: String - iconLTE: String iconContains: String iconHasPrefix: String iconHasSuffix: String @@ -20534,19 +19474,12 @@ input DNSVerificationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20557,9 +19490,6 @@ input DNSVerificationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20573,10 +19503,6 @@ input DNSVerificationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20591,10 +19517,6 @@ input DNSVerificationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20609,10 +19531,6 @@ input DNSVerificationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20627,10 +19545,6 @@ input DNSVerificationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -20645,10 +19559,6 @@ input DNSVerificationWhereInput { cloudflareHostnameIDNEQ: String cloudflareHostnameIDIn: [String!] cloudflareHostnameIDNotIn: [String!] - cloudflareHostnameIDGT: String - cloudflareHostnameIDGTE: String - cloudflareHostnameIDLT: String - cloudflareHostnameIDLTE: String cloudflareHostnameIDContains: String cloudflareHostnameIDHasPrefix: String cloudflareHostnameIDHasSuffix: String @@ -20661,10 +19571,6 @@ input DNSVerificationWhereInput { dnsTxtRecordNEQ: String dnsTxtRecordIn: [String!] dnsTxtRecordNotIn: [String!] - dnsTxtRecordGT: String - dnsTxtRecordGTE: String - dnsTxtRecordLT: String - dnsTxtRecordLTE: String dnsTxtRecordContains: String dnsTxtRecordHasPrefix: String dnsTxtRecordHasSuffix: String @@ -20677,10 +19583,6 @@ input DNSVerificationWhereInput { dnsTxtValueNEQ: String dnsTxtValueIn: [String!] dnsTxtValueNotIn: [String!] - dnsTxtValueGT: String - dnsTxtValueGTE: String - dnsTxtValueLT: String - dnsTxtValueLTE: String dnsTxtValueContains: String dnsTxtValueHasPrefix: String dnsTxtValueHasSuffix: String @@ -20700,10 +19602,6 @@ input DNSVerificationWhereInput { dnsVerificationStatusReasonNEQ: String dnsVerificationStatusReasonIn: [String!] dnsVerificationStatusReasonNotIn: [String!] - dnsVerificationStatusReasonGT: String - dnsVerificationStatusReasonGTE: String - dnsVerificationStatusReasonLT: String - dnsVerificationStatusReasonLTE: String dnsVerificationStatusReasonContains: String dnsVerificationStatusReasonHasPrefix: String dnsVerificationStatusReasonHasSuffix: String @@ -20718,10 +19616,6 @@ input DNSVerificationWhereInput { acmeChallengePathNEQ: String acmeChallengePathIn: [String!] acmeChallengePathNotIn: [String!] - acmeChallengePathGT: String - acmeChallengePathGTE: String - acmeChallengePathLT: String - acmeChallengePathLTE: String acmeChallengePathContains: String acmeChallengePathHasPrefix: String acmeChallengePathHasSuffix: String @@ -20736,10 +19630,6 @@ input DNSVerificationWhereInput { expectedAcmeChallengeValueNEQ: String expectedAcmeChallengeValueIn: [String!] expectedAcmeChallengeValueNotIn: [String!] - expectedAcmeChallengeValueGT: String - expectedAcmeChallengeValueGTE: String - expectedAcmeChallengeValueLT: String - expectedAcmeChallengeValueLTE: String expectedAcmeChallengeValueContains: String expectedAcmeChallengeValueHasPrefix: String expectedAcmeChallengeValueHasSuffix: String @@ -20761,10 +19651,6 @@ input DNSVerificationWhereInput { acmeChallengeStatusReasonNEQ: String acmeChallengeStatusReasonIn: [String!] acmeChallengeStatusReasonNotIn: [String!] - acmeChallengeStatusReasonGT: String - acmeChallengeStatusReasonGTE: String - acmeChallengeStatusReasonLT: String - acmeChallengeStatusReasonLTE: String acmeChallengeStatusReasonContains: String acmeChallengeStatusReasonHasPrefix: String acmeChallengeStatusReasonHasSuffix: String @@ -21254,19 +20140,12 @@ input DirectoryAccountWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21277,9 +20156,6 @@ input DirectoryAccountWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -21293,10 +20169,6 @@ input DirectoryAccountWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -21311,10 +20183,6 @@ input DirectoryAccountWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -21329,10 +20197,6 @@ input DirectoryAccountWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -21347,10 +20211,6 @@ input DirectoryAccountWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -21363,10 +20223,6 @@ input DirectoryAccountWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -21381,10 +20237,6 @@ input DirectoryAccountWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -21399,10 +20251,6 @@ input DirectoryAccountWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -21417,10 +20265,6 @@ input DirectoryAccountWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -21435,10 +20279,6 @@ input DirectoryAccountWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -21453,10 +20293,6 @@ input DirectoryAccountWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -21471,10 +20307,6 @@ input DirectoryAccountWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -21489,10 +20321,6 @@ input DirectoryAccountWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -21507,10 +20335,6 @@ input DirectoryAccountWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -21525,10 +20349,6 @@ input DirectoryAccountWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -21543,10 +20363,6 @@ input DirectoryAccountWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -21561,10 +20377,6 @@ input DirectoryAccountWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -21577,10 +20389,6 @@ input DirectoryAccountWhereInput { secondaryKeyNEQ: String secondaryKeyIn: [String!] secondaryKeyNotIn: [String!] - secondaryKeyGT: String - secondaryKeyGTE: String - secondaryKeyLT: String - secondaryKeyLTE: String secondaryKeyContains: String secondaryKeyHasPrefix: String secondaryKeyHasSuffix: String @@ -21595,10 +20403,6 @@ input DirectoryAccountWhereInput { canonicalEmailNEQ: String canonicalEmailIn: [String!] canonicalEmailNotIn: [String!] - canonicalEmailGT: String - canonicalEmailGTE: String - canonicalEmailLT: String - canonicalEmailLTE: String canonicalEmailContains: String canonicalEmailHasPrefix: String canonicalEmailHasSuffix: String @@ -21613,10 +20417,6 @@ input DirectoryAccountWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -21631,10 +20431,6 @@ input DirectoryAccountWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -21649,10 +20445,6 @@ input DirectoryAccountWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -21667,10 +20459,6 @@ input DirectoryAccountWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -21682,9 +20470,6 @@ input DirectoryAccountWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -21698,10 +20483,6 @@ input DirectoryAccountWhereInput { givenNameNEQ: String givenNameIn: [String!] givenNameNotIn: [String!] - givenNameGT: String - givenNameGTE: String - givenNameLT: String - givenNameLTE: String givenNameContains: String givenNameHasPrefix: String givenNameHasSuffix: String @@ -21716,10 +20497,6 @@ input DirectoryAccountWhereInput { familyNameNEQ: String familyNameIn: [String!] familyNameNotIn: [String!] - familyNameGT: String - familyNameGTE: String - familyNameLT: String - familyNameLTE: String familyNameContains: String familyNameHasPrefix: String familyNameHasSuffix: String @@ -21734,10 +20511,6 @@ input DirectoryAccountWhereInput { jobTitleNEQ: String jobTitleIn: [String!] jobTitleNotIn: [String!] - jobTitleGT: String - jobTitleGTE: String - jobTitleLT: String - jobTitleLTE: String jobTitleContains: String jobTitleHasPrefix: String jobTitleHasSuffix: String @@ -21752,10 +20525,6 @@ input DirectoryAccountWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -21770,10 +20539,6 @@ input DirectoryAccountWhereInput { organizationUnitNEQ: String organizationUnitIn: [String!] organizationUnitNotIn: [String!] - organizationUnitGT: String - organizationUnitGTE: String - organizationUnitLT: String - organizationUnitLTE: String organizationUnitContains: String organizationUnitHasPrefix: String organizationUnitHasSuffix: String @@ -21811,10 +20576,6 @@ input DirectoryAccountWhereInput { lastSeenIPNEQ: String lastSeenIPIn: [String!] lastSeenIPNotIn: [String!] - lastSeenIPGT: String - lastSeenIPGTE: String - lastSeenIPLT: String - lastSeenIPLTE: String lastSeenIPContains: String lastSeenIPHasPrefix: String lastSeenIPHasSuffix: String @@ -21826,9 +20587,6 @@ input DirectoryAccountWhereInput { last_login_at field predicates """ lastLoginAt: Time - lastLoginAtNEQ: Time - lastLoginAtIn: [Time!] - lastLoginAtNotIn: [Time!] lastLoginAtGT: Time lastLoginAtGTE: Time lastLoginAtLT: Time @@ -21839,9 +20597,6 @@ input DirectoryAccountWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -21852,9 +20607,6 @@ input DirectoryAccountWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -21865,9 +20617,6 @@ input DirectoryAccountWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -21878,9 +20627,6 @@ input DirectoryAccountWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -21891,9 +20637,6 @@ input DirectoryAccountWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -21905,10 +20648,6 @@ input DirectoryAccountWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -21921,10 +20660,6 @@ input DirectoryAccountWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -22368,19 +21103,12 @@ input DirectoryGroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22391,9 +21119,6 @@ input DirectoryGroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22407,10 +21132,6 @@ input DirectoryGroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22425,10 +21146,6 @@ input DirectoryGroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22443,10 +21160,6 @@ input DirectoryGroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22461,10 +21174,6 @@ input DirectoryGroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -22477,10 +21186,6 @@ input DirectoryGroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -22495,10 +21200,6 @@ input DirectoryGroupWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -22513,10 +21214,6 @@ input DirectoryGroupWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -22531,10 +21228,6 @@ input DirectoryGroupWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -22549,10 +21242,6 @@ input DirectoryGroupWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -22567,10 +21256,6 @@ input DirectoryGroupWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -22583,10 +21268,6 @@ input DirectoryGroupWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -22601,10 +21282,6 @@ input DirectoryGroupWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -22619,10 +21296,6 @@ input DirectoryGroupWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -22635,10 +21308,6 @@ input DirectoryGroupWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -22651,10 +21320,6 @@ input DirectoryGroupWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -22669,10 +21334,6 @@ input DirectoryGroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -22706,8 +21367,6 @@ input DirectoryGroupWhereInput { """ memberCount: Int memberCountNEQ: Int - memberCountIn: [Int!] - memberCountNotIn: [Int!] memberCountGT: Int memberCountGTE: Int memberCountLT: Int @@ -22718,9 +21377,6 @@ input DirectoryGroupWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -22731,9 +21387,6 @@ input DirectoryGroupWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -22744,9 +21397,6 @@ input DirectoryGroupWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -22757,9 +21407,6 @@ input DirectoryGroupWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -22770,9 +21417,6 @@ input DirectoryGroupWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -22784,10 +21428,6 @@ input DirectoryGroupWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -22800,10 +21440,6 @@ input DirectoryGroupWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -22818,10 +21454,6 @@ input DirectoryGroupWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -23168,19 +21800,12 @@ input DirectoryMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23191,9 +21816,6 @@ input DirectoryMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23207,10 +21829,6 @@ input DirectoryMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23225,10 +21843,6 @@ input DirectoryMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23243,10 +21857,6 @@ input DirectoryMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23261,10 +21871,6 @@ input DirectoryMembershipWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -23277,10 +21883,6 @@ input DirectoryMembershipWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -23295,10 +21897,6 @@ input DirectoryMembershipWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -23313,10 +21911,6 @@ input DirectoryMembershipWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -23340,10 +21934,6 @@ input DirectoryMembershipWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -23358,10 +21948,6 @@ input DirectoryMembershipWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -23373,9 +21959,6 @@ input DirectoryMembershipWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -23386,9 +21969,6 @@ input DirectoryMembershipWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -23399,9 +21979,6 @@ input DirectoryMembershipWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -23412,9 +21989,6 @@ input DirectoryMembershipWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -23425,9 +21999,6 @@ input DirectoryMembershipWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -23439,10 +22010,6 @@ input DirectoryMembershipWhereInput { lastConfirmedRunIDNEQ: String lastConfirmedRunIDIn: [String!] lastConfirmedRunIDNotIn: [String!] - lastConfirmedRunIDGT: String - lastConfirmedRunIDGTE: String - lastConfirmedRunIDLT: String - lastConfirmedRunIDLTE: String lastConfirmedRunIDContains: String lastConfirmedRunIDHasPrefix: String lastConfirmedRunIDHasSuffix: String @@ -23749,19 +22316,12 @@ input DirectorySyncRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23772,9 +22332,6 @@ input DirectorySyncRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23788,10 +22345,6 @@ input DirectorySyncRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23806,10 +22359,6 @@ input DirectorySyncRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23824,10 +22373,6 @@ input DirectorySyncRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23842,10 +22387,6 @@ input DirectorySyncRunWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -23858,10 +22399,6 @@ input DirectorySyncRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -23876,10 +22413,6 @@ input DirectorySyncRunWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -23894,10 +22427,6 @@ input DirectorySyncRunWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -23912,10 +22441,6 @@ input DirectorySyncRunWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -23930,10 +22455,6 @@ input DirectorySyncRunWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -23948,10 +22469,6 @@ input DirectorySyncRunWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -23964,10 +22481,6 @@ input DirectorySyncRunWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -23982,10 +22495,6 @@ input DirectorySyncRunWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -24004,9 +22513,6 @@ input DirectorySyncRunWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -24015,9 +22521,6 @@ input DirectorySyncRunWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -24031,10 +22534,6 @@ input DirectorySyncRunWhereInput { sourceCursorNEQ: String sourceCursorIn: [String!] sourceCursorNotIn: [String!] - sourceCursorGT: String - sourceCursorGTE: String - sourceCursorLT: String - sourceCursorLTE: String sourceCursorContains: String sourceCursorHasPrefix: String sourceCursorHasSuffix: String @@ -24047,8 +22546,6 @@ input DirectorySyncRunWhereInput { """ fullCount: Int fullCountNEQ: Int - fullCountIn: [Int!] - fullCountNotIn: [Int!] fullCountGT: Int fullCountGTE: Int fullCountLT: Int @@ -24058,8 +22555,6 @@ input DirectorySyncRunWhereInput { """ deltaCount: Int deltaCountNEQ: Int - deltaCountIn: [Int!] - deltaCountNotIn: [Int!] deltaCountGT: Int deltaCountGTE: Int deltaCountLT: Int @@ -24071,10 +22566,6 @@ input DirectorySyncRunWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -24089,10 +22580,6 @@ input DirectorySyncRunWhereInput { rawManifestFileIDNEQ: String rawManifestFileIDIn: [String!] rawManifestFileIDNotIn: [String!] - rawManifestFileIDGT: String - rawManifestFileIDGTE: String - rawManifestFileIDLT: String - rawManifestFileIDLTE: String rawManifestFileIDContains: String rawManifestFileIDHasPrefix: String rawManifestFileIDHasSuffix: String @@ -24302,19 +22789,12 @@ input DiscussionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -24325,9 +22805,6 @@ input DiscussionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -24341,10 +22818,6 @@ input DiscussionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -24359,10 +22832,6 @@ input DiscussionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -24377,10 +22846,6 @@ input DiscussionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -24395,10 +22860,6 @@ input DiscussionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -24413,10 +22874,6 @@ input DiscussionWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -24713,19 +23170,12 @@ input DocumentDataWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -24736,9 +23186,6 @@ input DocumentDataWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -24752,10 +23199,6 @@ input DocumentDataWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -24770,10 +23213,6 @@ input DocumentDataWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -24788,10 +23227,6 @@ input DocumentDataWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -24806,10 +23241,6 @@ input DocumentDataWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -24824,10 +23255,6 @@ input DocumentDataWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -24842,10 +23269,6 @@ input DocumentDataWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -24860,10 +23283,6 @@ input DocumentDataWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -24878,10 +23297,6 @@ input DocumentDataWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -24896,10 +23311,6 @@ input DocumentDataWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -25438,19 +23849,12 @@ input EmailTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25461,9 +23865,6 @@ input EmailTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25477,10 +23878,6 @@ input EmailTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25495,10 +23892,6 @@ input EmailTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25513,10 +23906,6 @@ input EmailTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25531,10 +23920,6 @@ input EmailTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -25549,10 +23934,6 @@ input EmailTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -25574,10 +23955,6 @@ input EmailTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25592,10 +23969,6 @@ input EmailTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25610,10 +23983,6 @@ input EmailTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -25626,10 +23995,6 @@ input EmailTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -25642,10 +24007,6 @@ input EmailTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -25669,10 +24030,6 @@ input EmailTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -25685,10 +24042,6 @@ input EmailTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -25703,10 +24056,6 @@ input EmailTemplateWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -25721,10 +24070,6 @@ input EmailTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -25739,10 +24084,6 @@ input EmailTemplateWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -25760,8 +24101,6 @@ input EmailTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -25782,10 +24121,6 @@ input EmailTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -25800,10 +24135,6 @@ input EmailTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -25818,10 +24149,6 @@ input EmailTemplateWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -25836,10 +24163,6 @@ input EmailTemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -27377,19 +25700,12 @@ input EntityTypeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27400,9 +25716,6 @@ input EntityTypeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27416,10 +25729,6 @@ input EntityTypeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27434,10 +25743,6 @@ input EntityTypeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27452,10 +25757,6 @@ input EntityTypeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27470,10 +25771,6 @@ input EntityTypeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -27495,10 +25792,6 @@ input EntityTypeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -27513,10 +25806,6 @@ input EntityTypeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -27531,10 +25820,6 @@ input EntityTypeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -27588,19 +25873,12 @@ input EntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27611,9 +25889,6 @@ input EntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27627,10 +25902,6 @@ input EntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27645,10 +25916,6 @@ input EntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27663,10 +25930,6 @@ input EntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27681,10 +25944,6 @@ input EntityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -27699,10 +25958,6 @@ input EntityWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -27717,10 +25972,6 @@ input EntityWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -27735,10 +25986,6 @@ input EntityWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -27753,10 +26000,6 @@ input EntityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -27771,10 +26014,6 @@ input EntityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -27789,10 +26028,6 @@ input EntityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -27804,9 +26039,6 @@ input EntityWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -27827,10 +26059,6 @@ input EntityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -27845,10 +26073,6 @@ input EntityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -27863,10 +26087,6 @@ input EntityWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -27881,10 +26101,6 @@ input EntityWhereInput { entityRelationshipStateIDNEQ: ID entityRelationshipStateIDIn: [ID!] entityRelationshipStateIDNotIn: [ID!] - entityRelationshipStateIDGT: ID - entityRelationshipStateIDGTE: ID - entityRelationshipStateIDLT: ID - entityRelationshipStateIDLTE: ID entityRelationshipStateIDContains: ID entityRelationshipStateIDHasPrefix: ID entityRelationshipStateIDHasSuffix: ID @@ -27899,10 +26115,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -27917,10 +26129,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusIDNEQ: ID entitySecurityQuestionnaireStatusIDIn: [ID!] entitySecurityQuestionnaireStatusIDNotIn: [ID!] - entitySecurityQuestionnaireStatusIDGT: ID - entitySecurityQuestionnaireStatusIDGTE: ID - entitySecurityQuestionnaireStatusIDLT: ID - entitySecurityQuestionnaireStatusIDLTE: ID entitySecurityQuestionnaireStatusIDContains: ID entitySecurityQuestionnaireStatusIDHasPrefix: ID entitySecurityQuestionnaireStatusIDHasSuffix: ID @@ -27935,10 +26143,6 @@ input EntityWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -27953,10 +26157,6 @@ input EntityWhereInput { entitySourceTypeIDNEQ: ID entitySourceTypeIDIn: [ID!] entitySourceTypeIDNotIn: [ID!] - entitySourceTypeIDGT: ID - entitySourceTypeIDGTE: ID - entitySourceTypeIDLT: ID - entitySourceTypeIDLTE: ID entitySourceTypeIDContains: ID entitySourceTypeIDHasPrefix: ID entitySourceTypeIDHasSuffix: ID @@ -27971,10 +26171,6 @@ input EntityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -27989,10 +26185,6 @@ input EntityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -28007,10 +26199,6 @@ input EntityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -28025,10 +26213,6 @@ input EntityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -28043,10 +26227,6 @@ input EntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28061,10 +26241,6 @@ input EntityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -28079,10 +26255,6 @@ input EntityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -28097,10 +26269,6 @@ input EntityWhereInput { entityTypeIDNEQ: ID entityTypeIDIn: [ID!] entityTypeIDNotIn: [ID!] - entityTypeIDGT: ID - entityTypeIDGTE: ID - entityTypeIDLT: ID - entityTypeIDLTE: ID entityTypeIDContains: ID entityTypeIDHasPrefix: ID entityTypeIDHasSuffix: ID @@ -28135,9 +26303,6 @@ input EntityWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -28148,9 +26313,6 @@ input EntityWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -28161,9 +26323,6 @@ input EntityWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -28182,8 +26341,6 @@ input EntityWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -28210,10 +26367,6 @@ input EntityWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -28228,10 +26381,6 @@ input EntityWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -28246,10 +26395,6 @@ input EntityWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -28285,10 +26430,6 @@ input EntityWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -28303,10 +26444,6 @@ input EntityWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -28319,8 +26456,6 @@ input EntityWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -28332,8 +26467,6 @@ input EntityWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -28362,9 +26495,6 @@ input EntityWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -28375,9 +26505,6 @@ input EntityWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -28391,10 +26518,6 @@ input EntityWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -28409,10 +26532,6 @@ input EntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -28427,10 +26546,6 @@ input EntityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -28442,9 +26557,6 @@ input EntityWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -29197,19 +27309,12 @@ input EventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -29220,9 +27325,6 @@ input EventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -29236,10 +27338,6 @@ input EventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -29254,10 +27352,6 @@ input EventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -29272,10 +27366,6 @@ input EventWhereInput { eventIDNEQ: String eventIDIn: [String!] eventIDNotIn: [String!] - eventIDGT: String - eventIDGTE: String - eventIDLT: String - eventIDLTE: String eventIDContains: String eventIDHasPrefix: String eventIDHasSuffix: String @@ -29290,10 +27380,6 @@ input EventWhereInput { correlationIDNEQ: String correlationIDIn: [String!] correlationIDNotIn: [String!] - correlationIDGT: String - correlationIDGTE: String - correlationIDLT: String - correlationIDLTE: String correlationIDContains: String correlationIDHasPrefix: String correlationIDHasSuffix: String @@ -29308,10 +27394,6 @@ input EventWhereInput { eventTypeNEQ: String eventTypeIn: [String!] eventTypeNotIn: [String!] - eventTypeGT: String - eventTypeGTE: String - eventTypeLT: String - eventTypeLTE: String eventTypeContains: String eventTypeHasPrefix: String eventTypeHasSuffix: String @@ -30016,19 +28098,12 @@ input EvidenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30039,9 +28114,6 @@ input EvidenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30055,10 +28127,6 @@ input EvidenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30073,10 +28141,6 @@ input EvidenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30091,10 +28155,6 @@ input EvidenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30109,10 +28169,6 @@ input EvidenceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -30125,10 +28181,6 @@ input EvidenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -30143,10 +28195,6 @@ input EvidenceWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -30161,10 +28209,6 @@ input EvidenceWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -30179,10 +28223,6 @@ input EvidenceWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -30197,10 +28237,6 @@ input EvidenceWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -30222,10 +28258,6 @@ input EvidenceWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -30240,10 +28272,6 @@ input EvidenceWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -30256,10 +28284,6 @@ input EvidenceWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30274,10 +28298,6 @@ input EvidenceWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -30289,9 +28309,6 @@ input EvidenceWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -30300,9 +28317,6 @@ input EvidenceWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -30316,10 +28330,6 @@ input EvidenceWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -30341,10 +28351,6 @@ input EvidenceWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -30744,19 +28750,12 @@ input ExportWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30767,9 +28766,6 @@ input ExportWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30783,10 +28779,6 @@ input ExportWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30801,10 +28793,6 @@ input ExportWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30819,10 +28807,6 @@ input ExportWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30837,10 +28821,6 @@ input ExportWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -30855,10 +28835,6 @@ input ExportWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -30894,10 +28870,6 @@ input ExportWhereInput { filtersNEQ: String filtersIn: [String!] filtersNotIn: [String!] - filtersGT: String - filtersGTE: String - filtersLT: String - filtersLTE: String filtersContains: String filtersHasPrefix: String filtersHasSuffix: String @@ -30912,10 +28884,6 @@ input ExportWhereInput { errorMessageNEQ: String errorMessageIn: [String!] errorMessageNotIn: [String!] - errorMessageGT: String - errorMessageGTE: String - errorMessageLT: String - errorMessageLTE: String errorMessageContains: String errorMessageHasPrefix: String errorMessageHasSuffix: String @@ -31325,19 +29293,12 @@ input FileWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31348,9 +29309,6 @@ input FileWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31364,10 +29322,6 @@ input FileWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31382,10 +29336,6 @@ input FileWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31400,10 +29350,6 @@ input FileWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31425,10 +29371,6 @@ input FileWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -31443,10 +29385,6 @@ input FileWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -31461,10 +29399,6 @@ input FileWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -31479,10 +29413,6 @@ input FileWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -31497,10 +29427,6 @@ input FileWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -31515,10 +29441,6 @@ input FileWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -31533,10 +29455,6 @@ input FileWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -31551,10 +29469,6 @@ input FileWhereInput { categoryIDNEQ: ID categoryIDIn: [ID!] categoryIDNotIn: [ID!] - categoryIDGT: ID - categoryIDGTE: ID - categoryIDLT: ID - categoryIDLTE: ID categoryIDContains: ID categoryIDHasPrefix: ID categoryIDHasSuffix: ID @@ -31569,10 +29483,6 @@ input FileWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -31587,10 +29497,6 @@ input FileWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -31603,10 +29509,6 @@ input FileWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -31617,8 +29519,6 @@ input FileWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -31630,8 +29530,6 @@ input FileWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -31645,10 +29543,6 @@ input FileWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -31663,10 +29557,6 @@ input FileWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -31681,10 +29571,6 @@ input FileWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -31697,10 +29583,6 @@ input FileWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -31715,10 +29597,6 @@ input FileWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -31733,10 +29611,6 @@ input FileWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -31751,10 +29625,6 @@ input FileWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -31769,10 +29639,6 @@ input FileWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -31787,10 +29653,6 @@ input FileWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -31805,10 +29667,6 @@ input FileWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -31823,10 +29681,6 @@ input FileWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -31838,9 +29692,6 @@ input FileWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -33135,19 +30986,12 @@ input FindingControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33158,9 +31002,6 @@ input FindingControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33174,10 +31015,6 @@ input FindingControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33192,10 +31029,6 @@ input FindingControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33210,10 +31043,6 @@ input FindingControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33228,10 +31057,6 @@ input FindingControlWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -33246,10 +31071,6 @@ input FindingControlWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -33264,10 +31085,6 @@ input FindingControlWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -33282,10 +31099,6 @@ input FindingControlWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -33297,9 +31110,6 @@ input FindingControlWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -33399,19 +31209,12 @@ input FindingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33422,9 +31225,6 @@ input FindingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33438,10 +31238,6 @@ input FindingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33456,10 +31252,6 @@ input FindingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33474,10 +31266,6 @@ input FindingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33492,10 +31280,6 @@ input FindingWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -33508,10 +31292,6 @@ input FindingWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -33526,10 +31306,6 @@ input FindingWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -33544,10 +31320,6 @@ input FindingWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -33562,10 +31334,6 @@ input FindingWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -33580,10 +31348,6 @@ input FindingWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -33598,10 +31362,6 @@ input FindingWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -33616,10 +31376,6 @@ input FindingWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -33641,10 +31397,6 @@ input FindingWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -33659,10 +31411,6 @@ input FindingWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -33677,10 +31425,6 @@ input FindingWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -33695,10 +31439,6 @@ input FindingWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -33713,10 +31453,6 @@ input FindingWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -33731,10 +31467,6 @@ input FindingWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -33749,10 +31481,6 @@ input FindingWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -33767,10 +31495,6 @@ input FindingWhereInput { findingStatusIDNEQ: ID findingStatusIDIn: [ID!] findingStatusIDNotIn: [ID!] - findingStatusIDGT: ID - findingStatusIDGTE: ID - findingStatusIDLT: ID - findingStatusIDLTE: ID findingStatusIDContains: ID findingStatusIDHasPrefix: ID findingStatusIDHasSuffix: ID @@ -33792,10 +31516,6 @@ input FindingWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -33819,10 +31539,6 @@ input FindingWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -33837,10 +31553,6 @@ input FindingWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -33855,10 +31567,6 @@ input FindingWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -33873,10 +31581,6 @@ input FindingWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -33891,10 +31595,6 @@ input FindingWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -33909,10 +31609,6 @@ input FindingWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -33927,10 +31623,6 @@ input FindingWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -33945,10 +31637,6 @@ input FindingWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -34015,10 +31703,6 @@ input FindingWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -34068,10 +31752,6 @@ input FindingWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -34086,10 +31766,6 @@ input FindingWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -34104,10 +31780,6 @@ input FindingWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -34122,10 +31794,6 @@ input FindingWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -34140,10 +31808,6 @@ input FindingWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -34156,8 +31820,6 @@ input FindingWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -34168,9 +31830,6 @@ input FindingWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -34181,9 +31840,6 @@ input FindingWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -34194,9 +31850,6 @@ input FindingWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -34210,10 +31863,6 @@ input FindingWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -36349,19 +33998,12 @@ input GroupMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36372,9 +34014,6 @@ input GroupMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36388,10 +34027,6 @@ input GroupMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36406,10 +34041,6 @@ input GroupMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36424,10 +34055,6 @@ input GroupMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36792,19 +34419,12 @@ input GroupSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36815,9 +34435,6 @@ input GroupSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36831,10 +34448,6 @@ input GroupSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36849,10 +34462,6 @@ input GroupSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36867,10 +34476,6 @@ input GroupSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36913,10 +34518,6 @@ input GroupSettingWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -36954,19 +34555,12 @@ input GroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36977,9 +34571,6 @@ input GroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36993,10 +34584,6 @@ input GroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37011,10 +34598,6 @@ input GroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37029,10 +34612,6 @@ input GroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37047,10 +34626,6 @@ input GroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -37063,10 +34638,6 @@ input GroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -37081,10 +34652,6 @@ input GroupWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -37104,10 +34671,6 @@ input GroupWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -37122,10 +34685,6 @@ input GroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -37138,10 +34697,6 @@ input GroupWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -37156,10 +34711,6 @@ input GroupWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -37174,10 +34725,6 @@ input GroupWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -37192,10 +34739,6 @@ input GroupWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -37217,10 +34760,6 @@ input GroupWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -37795,19 +35334,12 @@ input HushWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37818,9 +35350,6 @@ input HushWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37834,10 +35363,6 @@ input HushWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37852,10 +35377,6 @@ input HushWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37870,10 +35391,6 @@ input HushWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37888,10 +35405,6 @@ input HushWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -37913,10 +35426,6 @@ input HushWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -37931,10 +35440,6 @@ input HushWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -37949,10 +35454,6 @@ input HushWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -37965,10 +35466,6 @@ input HushWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -37983,10 +35480,6 @@ input HushWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -37998,9 +35491,6 @@ input HushWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -38011,9 +35501,6 @@ input HushWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -38969,19 +36456,12 @@ input IdentityHolderWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -38992,9 +36472,6 @@ input IdentityHolderWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39008,10 +36485,6 @@ input IdentityHolderWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39026,10 +36499,6 @@ input IdentityHolderWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39044,10 +36513,6 @@ input IdentityHolderWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39062,10 +36527,6 @@ input IdentityHolderWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39078,10 +36539,6 @@ input IdentityHolderWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -39096,10 +36553,6 @@ input IdentityHolderWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -39114,10 +36567,6 @@ input IdentityHolderWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -39132,10 +36581,6 @@ input IdentityHolderWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -39150,10 +36595,6 @@ input IdentityHolderWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -39168,10 +36609,6 @@ input IdentityHolderWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -39186,10 +36623,6 @@ input IdentityHolderWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -39204,10 +36637,6 @@ input IdentityHolderWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -39229,10 +36658,6 @@ input IdentityHolderWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -39245,10 +36670,6 @@ input IdentityHolderWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -39261,10 +36682,6 @@ input IdentityHolderWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -39279,10 +36696,6 @@ input IdentityHolderWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -39304,10 +36717,6 @@ input IdentityHolderWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -39341,10 +36750,6 @@ input IdentityHolderWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -39359,10 +36764,6 @@ input IdentityHolderWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -39377,10 +36778,6 @@ input IdentityHolderWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -39395,10 +36792,6 @@ input IdentityHolderWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -39410,9 +36803,6 @@ input IdentityHolderWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -39423,9 +36813,6 @@ input IdentityHolderWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -39439,10 +36826,6 @@ input IdentityHolderWhereInput { employerEntityIDNEQ: ID employerEntityIDIn: [ID!] employerEntityIDNotIn: [ID!] - employerEntityIDGT: ID - employerEntityIDGTE: ID - employerEntityIDLT: ID - employerEntityIDLTE: ID employerEntityIDContains: ID employerEntityIDHasPrefix: ID employerEntityIDHasSuffix: ID @@ -39457,10 +36840,6 @@ input IdentityHolderWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -39475,10 +36854,6 @@ input IdentityHolderWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -39493,10 +36868,6 @@ input IdentityHolderWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -40634,19 +38005,12 @@ input IntegrationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -40657,9 +38021,6 @@ input IntegrationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -40673,10 +38034,6 @@ input IntegrationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -40691,10 +38048,6 @@ input IntegrationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -40709,10 +38062,6 @@ input IntegrationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -40727,10 +38076,6 @@ input IntegrationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -40752,10 +38097,6 @@ input IntegrationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -40770,10 +38111,6 @@ input IntegrationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -40788,10 +38125,6 @@ input IntegrationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -40806,10 +38139,6 @@ input IntegrationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -40824,10 +38153,6 @@ input IntegrationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -40842,10 +38167,6 @@ input IntegrationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -40860,10 +38181,6 @@ input IntegrationWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -40876,10 +38193,6 @@ input IntegrationWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -40894,10 +38207,6 @@ input IntegrationWhereInput { integrationTypeNEQ: String integrationTypeIn: [String!] integrationTypeNotIn: [String!] - integrationTypeGT: String - integrationTypeGTE: String - integrationTypeLT: String - integrationTypeLTE: String integrationTypeContains: String integrationTypeHasPrefix: String integrationTypeHasSuffix: String @@ -40912,10 +38221,6 @@ input IntegrationWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -40930,10 +38235,6 @@ input IntegrationWhereInput { definitionIDNEQ: String definitionIDIn: [String!] definitionIDNotIn: [String!] - definitionIDGT: String - definitionIDGTE: String - definitionIDLT: String - definitionIDLTE: String definitionIDContains: String definitionIDHasPrefix: String definitionIDHasSuffix: String @@ -40948,10 +38249,6 @@ input IntegrationWhereInput { definitionVersionNEQ: String definitionVersionIn: [String!] definitionVersionNotIn: [String!] - definitionVersionGT: String - definitionVersionGTE: String - definitionVersionLT: String - definitionVersionLTE: String definitionVersionContains: String definitionVersionHasPrefix: String definitionVersionHasSuffix: String @@ -40966,10 +38263,6 @@ input IntegrationWhereInput { definitionSlugNEQ: String definitionSlugIn: [String!] definitionSlugNotIn: [String!] - definitionSlugGT: String - definitionSlugGTE: String - definitionSlugLT: String - definitionSlugLTE: String definitionSlugContains: String definitionSlugHasPrefix: String definitionSlugHasSuffix: String @@ -40984,10 +38277,6 @@ input IntegrationWhereInput { familyNEQ: String familyIn: [String!] familyNotIn: [String!] - familyGT: String - familyGTE: String - familyLT: String - familyLTE: String familyContains: String familyHasPrefix: String familyHasSuffix: String @@ -42088,19 +39377,12 @@ input InternalPolicyWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -42111,9 +39393,6 @@ input InternalPolicyWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -42127,10 +39406,6 @@ input InternalPolicyWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -42145,10 +39420,6 @@ input InternalPolicyWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -42163,10 +39434,6 @@ input InternalPolicyWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -42181,10 +39448,6 @@ input InternalPolicyWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -42197,10 +39460,6 @@ input InternalPolicyWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -42215,10 +39474,6 @@ input InternalPolicyWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -42240,10 +39495,6 @@ input InternalPolicyWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -42258,10 +39509,6 @@ input InternalPolicyWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -42276,10 +39523,6 @@ input InternalPolicyWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -42310,10 +39553,6 @@ input InternalPolicyWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -42332,9 +39571,6 @@ input InternalPolicyWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -42357,10 +39593,6 @@ input InternalPolicyWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -42375,10 +39607,6 @@ input InternalPolicyWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -42393,10 +39621,6 @@ input InternalPolicyWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -42411,10 +39635,6 @@ input InternalPolicyWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -42429,10 +39649,6 @@ input InternalPolicyWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -42447,10 +39663,6 @@ input InternalPolicyWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -42465,10 +39677,6 @@ input InternalPolicyWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -42483,10 +39691,6 @@ input InternalPolicyWhereInput { internalPolicyKindIDNEQ: ID internalPolicyKindIDIn: [ID!] internalPolicyKindIDNotIn: [ID!] - internalPolicyKindIDGT: ID - internalPolicyKindIDGTE: ID - internalPolicyKindIDLT: ID - internalPolicyKindIDLTE: ID internalPolicyKindIDContains: ID internalPolicyKindIDHasPrefix: ID internalPolicyKindIDHasSuffix: ID @@ -42501,10 +39705,6 @@ input InternalPolicyWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -42519,10 +39719,6 @@ input InternalPolicyWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -42537,10 +39733,6 @@ input InternalPolicyWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -42555,10 +39747,6 @@ input InternalPolicyWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -42580,10 +39768,6 @@ input InternalPolicyWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -43018,19 +40202,12 @@ input InviteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -43041,9 +40218,6 @@ input InviteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -43057,10 +40231,6 @@ input InviteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -43075,10 +40245,6 @@ input InviteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -43093,10 +40259,6 @@ input InviteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -43111,10 +40273,6 @@ input InviteWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -43129,10 +40287,6 @@ input InviteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -43144,9 +40298,6 @@ input InviteWhereInput { expires field predicates """ expires: Time - expiresNEQ: Time - expiresIn: [Time!] - expiresNotIn: [Time!] expiresGT: Time expiresGTE: Time expiresLT: Time @@ -43160,10 +40311,6 @@ input InviteWhereInput { recipientNEQ: String recipientIn: [String!] recipientNotIn: [String!] - recipientGT: String - recipientGTE: String - recipientLT: String - recipientLTE: String recipientContains: String recipientHasPrefix: String recipientHasSuffix: String @@ -43188,8 +40335,6 @@ input InviteWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -43384,19 +40529,12 @@ input JobResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -43407,9 +40545,6 @@ input JobResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -43423,10 +40558,6 @@ input JobResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -43441,10 +40572,6 @@ input JobResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -43459,10 +40586,6 @@ input JobResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -43477,10 +40600,6 @@ input JobResultWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -43495,10 +40614,6 @@ input JobResultWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -43516,8 +40631,6 @@ input JobResultWhereInput { """ exitCode: Int exitCodeNEQ: Int - exitCodeIn: [Int!] - exitCodeNotIn: [Int!] exitCodeGT: Int exitCodeGTE: Int exitCodeLT: Int @@ -43526,9 +40639,6 @@ input JobResultWhereInput { finished_at field predicates """ finishedAt: Time - finishedAtNEQ: Time - finishedAtIn: [Time!] - finishedAtNotIn: [Time!] finishedAtGT: Time finishedAtGTE: Time finishedAtLT: Time @@ -43537,9 +40647,6 @@ input JobResultWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -43551,10 +40658,6 @@ input JobResultWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -43567,10 +40670,6 @@ input JobResultWhereInput { logNEQ: String logIn: [String!] logNotIn: [String!] - logGT: String - logGTE: String - logLT: String - logLTE: String logContains: String logHasPrefix: String logHasSuffix: String @@ -43885,19 +40984,12 @@ input JobRunnerRegistrationTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -43908,9 +41000,6 @@ input JobRunnerRegistrationTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -43924,10 +41013,6 @@ input JobRunnerRegistrationTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -43942,10 +41027,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -43960,10 +41041,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -43978,10 +41055,6 @@ input JobRunnerRegistrationTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -43993,9 +41066,6 @@ input JobRunnerRegistrationTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -44009,10 +41079,6 @@ input JobRunnerRegistrationTokenWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -44202,19 +41268,12 @@ input JobRunnerTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44225,9 +41284,6 @@ input JobRunnerTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44241,10 +41297,6 @@ input JobRunnerTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44259,10 +41311,6 @@ input JobRunnerTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -44277,10 +41325,6 @@ input JobRunnerTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -44295,10 +41339,6 @@ input JobRunnerTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -44310,9 +41350,6 @@ input JobRunnerTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -44323,9 +41360,6 @@ input JobRunnerTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -44346,10 +41380,6 @@ input JobRunnerTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -44364,10 +41394,6 @@ input JobRunnerTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -44379,9 +41405,6 @@ input JobRunnerTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -44427,19 +41450,12 @@ input JobRunnerWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44450,9 +41466,6 @@ input JobRunnerWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44466,10 +41479,6 @@ input JobRunnerWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44484,10 +41493,6 @@ input JobRunnerWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -44502,10 +41507,6 @@ input JobRunnerWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -44520,10 +41521,6 @@ input JobRunnerWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -44536,10 +41533,6 @@ input JobRunnerWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -44561,10 +41554,6 @@ input JobRunnerWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -44579,10 +41568,6 @@ input JobRunnerWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -44597,10 +41582,6 @@ input JobRunnerWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -44620,10 +41601,6 @@ input JobRunnerWhereInput { ipAddressNEQ: String ipAddressIn: [String!] ipAddressNotIn: [String!] - ipAddressGT: String - ipAddressGTE: String - ipAddressLT: String - ipAddressLTE: String ipAddressContains: String ipAddressHasPrefix: String ipAddressHasSuffix: String @@ -44635,9 +41612,6 @@ input JobRunnerWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -44651,10 +41625,6 @@ input JobRunnerWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -44669,10 +41639,6 @@ input JobRunnerWhereInput { osNEQ: String osIn: [String!] osNotIn: [String!] - osGT: String - osGTE: String - osLT: String - osLTE: String osContains: String osHasPrefix: String osHasSuffix: String @@ -44934,19 +41900,12 @@ input JobTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44957,9 +41916,6 @@ input JobTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44973,10 +41929,6 @@ input JobTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44991,10 +41943,6 @@ input JobTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -45009,10 +41957,6 @@ input JobTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -45027,10 +41971,6 @@ input JobTemplateWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -45043,10 +41983,6 @@ input JobTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -45068,10 +42004,6 @@ input JobTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -45086,10 +42018,6 @@ input JobTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -45104,10 +42032,6 @@ input JobTemplateWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -45120,10 +42044,6 @@ input JobTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -45368,19 +42288,12 @@ input MappableDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -45391,9 +42304,6 @@ input MappableDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -45407,10 +42317,6 @@ input MappableDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -45425,10 +42331,6 @@ input MappableDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -45443,10 +42345,6 @@ input MappableDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -45461,10 +42359,6 @@ input MappableDomainWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -45477,10 +42371,6 @@ input MappableDomainWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -45889,19 +42779,12 @@ input MappedControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -45912,9 +42795,6 @@ input MappedControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -45928,10 +42808,6 @@ input MappedControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -45946,10 +42822,6 @@ input MappedControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -45964,10 +42836,6 @@ input MappedControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -45989,10 +42857,6 @@ input MappedControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -46007,10 +42871,6 @@ input MappedControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -46025,10 +42885,6 @@ input MappedControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -46050,10 +42906,6 @@ input MappedControlWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -46066,8 +42918,6 @@ input MappedControlWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -53029,19 +49879,12 @@ input NarrativeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53052,9 +49895,6 @@ input NarrativeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53068,10 +49908,6 @@ input NarrativeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53086,10 +49922,6 @@ input NarrativeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53104,10 +49936,6 @@ input NarrativeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -53122,10 +49950,6 @@ input NarrativeWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -53138,10 +49962,6 @@ input NarrativeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -53163,10 +49983,6 @@ input NarrativeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -53181,10 +49997,6 @@ input NarrativeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -53199,10 +50011,6 @@ input NarrativeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -53215,10 +50023,6 @@ input NarrativeWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -53233,10 +50037,6 @@ input NarrativeWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -53501,19 +50301,12 @@ input NoteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53524,9 +50317,6 @@ input NoteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53540,10 +50330,6 @@ input NoteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53558,10 +50344,6 @@ input NoteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53576,10 +50358,6 @@ input NoteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -53594,10 +50372,6 @@ input NoteWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -53610,10 +50384,6 @@ input NoteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -53628,10 +50398,6 @@ input NoteWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -53646,10 +50412,6 @@ input NoteWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -53662,10 +50424,6 @@ input NoteWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -53680,10 +50438,6 @@ input NoteWhereInput { discussionIDNEQ: ID discussionIDIn: [ID!] discussionIDNotIn: [ID!] - discussionIDGT: ID - discussionIDGTE: ID - discussionIDLT: ID - discussionIDLTE: ID discussionIDContains: ID discussionIDHasPrefix: ID discussionIDHasSuffix: ID @@ -53703,10 +50457,6 @@ input NoteWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -53725,9 +50475,6 @@ input NoteWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -54223,19 +50970,12 @@ input NotificationPreferenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -54246,9 +50986,6 @@ input NotificationPreferenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -54262,10 +50999,6 @@ input NotificationPreferenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -54280,10 +51013,6 @@ input NotificationPreferenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -54298,10 +51027,6 @@ input NotificationPreferenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -54316,10 +51041,6 @@ input NotificationPreferenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -54334,10 +51055,6 @@ input NotificationPreferenceWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -54364,10 +51081,6 @@ input NotificationPreferenceWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -54382,10 +51095,6 @@ input NotificationPreferenceWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -54421,10 +51130,6 @@ input NotificationPreferenceWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -54436,9 +51141,6 @@ input NotificationPreferenceWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -54452,10 +51154,6 @@ input NotificationPreferenceWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -54470,10 +51168,6 @@ input NotificationPreferenceWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -54488,10 +51182,6 @@ input NotificationPreferenceWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -54508,9 +51198,6 @@ input NotificationPreferenceWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -54521,9 +51208,6 @@ input NotificationPreferenceWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -54537,10 +51221,6 @@ input NotificationPreferenceWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -54892,19 +51572,12 @@ input NotificationTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -54915,9 +51588,6 @@ input NotificationTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -54931,10 +51601,6 @@ input NotificationTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -54949,10 +51615,6 @@ input NotificationTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -54967,10 +51629,6 @@ input NotificationTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -54985,10 +51643,6 @@ input NotificationTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -55003,10 +51657,6 @@ input NotificationTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -55028,10 +51678,6 @@ input NotificationTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -55046,10 +51692,6 @@ input NotificationTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -55064,10 +51706,6 @@ input NotificationTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -55080,10 +51718,6 @@ input NotificationTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -55096,10 +51730,6 @@ input NotificationTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -55130,10 +51760,6 @@ input NotificationTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -55146,10 +51772,6 @@ input NotificationTemplateWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -55162,10 +51784,6 @@ input NotificationTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -55180,10 +51798,6 @@ input NotificationTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -55198,10 +51812,6 @@ input NotificationTemplateWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -55216,10 +51826,6 @@ input NotificationTemplateWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -55234,10 +51840,6 @@ input NotificationTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -55252,10 +51854,6 @@ input NotificationTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -55273,8 +51871,6 @@ input NotificationTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -55368,10 +51964,6 @@ input OnboardingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ @@ -55381,10 +51973,6 @@ input OnboardingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -55399,10 +51987,6 @@ input OnboardingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -55676,19 +52260,12 @@ input OrgMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -55699,9 +52276,6 @@ input OrgMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -55715,10 +52289,6 @@ input OrgMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -55733,10 +52303,6 @@ input OrgMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -55751,10 +52317,6 @@ input OrgMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -55783,10 +52345,6 @@ input OrgMembershipWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -55801,10 +52359,6 @@ input OrgMembershipWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -55816,9 +52370,6 @@ input OrgMembershipWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -55839,10 +52390,6 @@ input OrgMembershipWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -55857,10 +52404,6 @@ input OrgMembershipWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -55872,9 +52415,6 @@ input OrgMembershipWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -56031,19 +52571,12 @@ input OrgSubscriptionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -56054,9 +52587,6 @@ input OrgSubscriptionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -56070,10 +52600,6 @@ input OrgSubscriptionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -56088,10 +52614,6 @@ input OrgSubscriptionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -56106,10 +52628,6 @@ input OrgSubscriptionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -56124,10 +52642,6 @@ input OrgSubscriptionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -56142,10 +52656,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionIDNEQ: String stripeSubscriptionIDIn: [String!] stripeSubscriptionIDNotIn: [String!] - stripeSubscriptionIDGT: String - stripeSubscriptionIDGTE: String - stripeSubscriptionIDLT: String - stripeSubscriptionIDLTE: String stripeSubscriptionIDContains: String stripeSubscriptionIDHasPrefix: String stripeSubscriptionIDHasSuffix: String @@ -56160,10 +52670,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionStatusNEQ: String stripeSubscriptionStatusIn: [String!] stripeSubscriptionStatusNotIn: [String!] - stripeSubscriptionStatusGT: String - stripeSubscriptionStatusGTE: String - stripeSubscriptionStatusLT: String - stripeSubscriptionStatusLTE: String stripeSubscriptionStatusContains: String stripeSubscriptionStatusHasPrefix: String stripeSubscriptionStatusHasSuffix: String @@ -56180,9 +52686,6 @@ input OrgSubscriptionWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -56193,9 +52696,6 @@ input OrgSubscriptionWhereInput { trial_expires_at field predicates """ trialExpiresAt: Time - trialExpiresAtNEQ: Time - trialExpiresAtIn: [Time!] - trialExpiresAtNotIn: [Time!] trialExpiresAtGT: Time trialExpiresAtGTE: Time trialExpiresAtLT: Time @@ -56209,10 +52709,6 @@ input OrgSubscriptionWhereInput { daysUntilDueNEQ: String daysUntilDueIn: [String!] daysUntilDueNotIn: [String!] - daysUntilDueGT: String - daysUntilDueGTE: String - daysUntilDueLT: String - daysUntilDueLTE: String daysUntilDueContains: String daysUntilDueHasPrefix: String daysUntilDueHasSuffix: String @@ -61625,19 +58121,12 @@ input OrganizationSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -61648,9 +58137,6 @@ input OrganizationSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -61664,10 +58150,6 @@ input OrganizationSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -61682,10 +58164,6 @@ input OrganizationSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -61700,10 +58178,6 @@ input OrganizationSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -61718,10 +58192,6 @@ input OrganizationSettingWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -61736,10 +58206,6 @@ input OrganizationSettingWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -61754,10 +58220,6 @@ input OrganizationSettingWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -61772,10 +58234,6 @@ input OrganizationSettingWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -61799,10 +58257,6 @@ input OrganizationSettingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -61838,10 +58292,6 @@ input OrganizationSettingWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -61856,10 +58306,6 @@ input OrganizationSettingWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -61874,10 +58320,6 @@ input OrganizationSettingWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -61897,10 +58339,6 @@ input OrganizationSettingWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -61915,10 +58353,6 @@ input OrganizationSettingWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -61933,10 +58367,6 @@ input OrganizationSettingWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -61951,10 +58381,6 @@ input OrganizationSettingWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -61969,10 +58395,6 @@ input OrganizationSettingWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -62011,10 +58433,6 @@ input OrganizationSettingWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -62031,9 +58449,6 @@ input OrganizationSettingWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -62108,19 +58523,12 @@ input OrganizationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -62131,9 +58539,6 @@ input OrganizationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -62147,10 +58552,6 @@ input OrganizationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -62165,10 +58566,6 @@ input OrganizationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -62183,10 +58580,6 @@ input OrganizationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -62201,10 +58594,6 @@ input OrganizationWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -62217,10 +58606,6 @@ input OrganizationWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -62242,10 +58627,6 @@ input OrganizationWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -62260,10 +58641,6 @@ input OrganizationWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -62275,9 +58652,6 @@ input OrganizationWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -62291,10 +58665,6 @@ input OrganizationWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -63371,19 +59741,12 @@ input PersonalAccessTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -63394,9 +59757,6 @@ input PersonalAccessTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -63410,10 +59770,6 @@ input PersonalAccessTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -63428,10 +59784,6 @@ input PersonalAccessTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -63446,10 +59798,6 @@ input PersonalAccessTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -63464,10 +59812,6 @@ input PersonalAccessTokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -63477,9 +59821,6 @@ input PersonalAccessTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -63490,9 +59831,6 @@ input PersonalAccessTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -63513,10 +59851,6 @@ input PersonalAccessTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -63531,10 +59865,6 @@ input PersonalAccessTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -63546,9 +59876,6 @@ input PersonalAccessTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -64861,19 +61188,12 @@ input PlatformWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -64884,9 +61204,6 @@ input PlatformWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -64900,10 +61217,6 @@ input PlatformWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -64918,10 +61231,6 @@ input PlatformWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -64936,10 +61245,6 @@ input PlatformWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -64954,10 +61259,6 @@ input PlatformWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -64970,10 +61271,6 @@ input PlatformWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -64988,10 +61285,6 @@ input PlatformWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -65006,10 +61299,6 @@ input PlatformWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -65024,10 +61313,6 @@ input PlatformWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -65042,10 +61327,6 @@ input PlatformWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -65060,10 +61341,6 @@ input PlatformWhereInput { businessOwnerUserIDNEQ: ID businessOwnerUserIDIn: [ID!] businessOwnerUserIDNotIn: [ID!] - businessOwnerUserIDGT: ID - businessOwnerUserIDGTE: ID - businessOwnerUserIDLT: ID - businessOwnerUserIDLTE: ID businessOwnerUserIDContains: ID businessOwnerUserIDHasPrefix: ID businessOwnerUserIDHasSuffix: ID @@ -65078,10 +61355,6 @@ input PlatformWhereInput { businessOwnerGroupIDNEQ: ID businessOwnerGroupIDIn: [ID!] businessOwnerGroupIDNotIn: [ID!] - businessOwnerGroupIDGT: ID - businessOwnerGroupIDGTE: ID - businessOwnerGroupIDLT: ID - businessOwnerGroupIDLTE: ID businessOwnerGroupIDContains: ID businessOwnerGroupIDHasPrefix: ID businessOwnerGroupIDHasSuffix: ID @@ -65096,10 +61369,6 @@ input PlatformWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -65114,10 +61383,6 @@ input PlatformWhereInput { technicalOwnerUserIDNEQ: ID technicalOwnerUserIDIn: [ID!] technicalOwnerUserIDNotIn: [ID!] - technicalOwnerUserIDGT: ID - technicalOwnerUserIDGTE: ID - technicalOwnerUserIDLT: ID - technicalOwnerUserIDLTE: ID technicalOwnerUserIDContains: ID technicalOwnerUserIDHasPrefix: ID technicalOwnerUserIDHasSuffix: ID @@ -65132,10 +61397,6 @@ input PlatformWhereInput { technicalOwnerGroupIDNEQ: ID technicalOwnerGroupIDIn: [ID!] technicalOwnerGroupIDNotIn: [ID!] - technicalOwnerGroupIDGT: ID - technicalOwnerGroupIDGTE: ID - technicalOwnerGroupIDLT: ID - technicalOwnerGroupIDLTE: ID technicalOwnerGroupIDContains: ID technicalOwnerGroupIDHasPrefix: ID technicalOwnerGroupIDHasSuffix: ID @@ -65150,10 +61411,6 @@ input PlatformWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -65168,10 +61425,6 @@ input PlatformWhereInput { securityOwnerUserIDNEQ: ID securityOwnerUserIDIn: [ID!] securityOwnerUserIDNotIn: [ID!] - securityOwnerUserIDGT: ID - securityOwnerUserIDGTE: ID - securityOwnerUserIDLT: ID - securityOwnerUserIDLTE: ID securityOwnerUserIDContains: ID securityOwnerUserIDHasPrefix: ID securityOwnerUserIDHasSuffix: ID @@ -65186,10 +61439,6 @@ input PlatformWhereInput { securityOwnerGroupIDNEQ: ID securityOwnerGroupIDIn: [ID!] securityOwnerGroupIDNotIn: [ID!] - securityOwnerGroupIDGT: ID - securityOwnerGroupIDGTE: ID - securityOwnerGroupIDLT: ID - securityOwnerGroupIDLTE: ID securityOwnerGroupIDContains: ID securityOwnerGroupIDHasPrefix: ID securityOwnerGroupIDHasSuffix: ID @@ -65204,10 +61453,6 @@ input PlatformWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -65222,10 +61467,6 @@ input PlatformWhereInput { platformKindIDNEQ: ID platformKindIDIn: [ID!] platformKindIDNotIn: [ID!] - platformKindIDGT: ID - platformKindIDGTE: ID - platformKindIDLT: ID - platformKindIDLTE: ID platformKindIDContains: ID platformKindIDHasPrefix: ID platformKindIDHasSuffix: ID @@ -65240,10 +61481,6 @@ input PlatformWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -65258,10 +61495,6 @@ input PlatformWhereInput { platformDataClassificationIDNEQ: ID platformDataClassificationIDIn: [ID!] platformDataClassificationIDNotIn: [ID!] - platformDataClassificationIDGT: ID - platformDataClassificationIDGTE: ID - platformDataClassificationIDLT: ID - platformDataClassificationIDLTE: ID platformDataClassificationIDContains: ID platformDataClassificationIDHasPrefix: ID platformDataClassificationIDHasSuffix: ID @@ -65276,10 +61509,6 @@ input PlatformWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -65294,10 +61523,6 @@ input PlatformWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -65312,10 +61537,6 @@ input PlatformWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -65330,10 +61551,6 @@ input PlatformWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -65348,10 +61565,6 @@ input PlatformWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -65366,10 +61579,6 @@ input PlatformWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -65384,10 +61593,6 @@ input PlatformWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -65402,10 +61607,6 @@ input PlatformWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -65420,10 +61621,6 @@ input PlatformWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -65438,10 +61635,6 @@ input PlatformWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -65456,10 +61649,6 @@ input PlatformWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -65474,10 +61663,6 @@ input PlatformWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -65499,10 +61684,6 @@ input PlatformWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -65517,10 +61698,6 @@ input PlatformWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -65533,10 +61710,6 @@ input PlatformWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -65551,10 +61724,6 @@ input PlatformWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -65576,10 +61745,6 @@ input PlatformWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -65594,10 +61759,6 @@ input PlatformWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -65626,10 +61787,6 @@ input PlatformWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -65644,10 +61801,6 @@ input PlatformWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -65672,9 +61825,6 @@ input PlatformWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -65688,10 +61838,6 @@ input PlatformWhereInput { platformOwnerIDNEQ: ID platformOwnerIDIn: [ID!] platformOwnerIDNotIn: [ID!] - platformOwnerIDGT: ID - platformOwnerIDGTE: ID - platformOwnerIDLT: ID - platformOwnerIDLTE: ID platformOwnerIDContains: ID platformOwnerIDHasPrefix: ID platformOwnerIDHasSuffix: ID @@ -65706,10 +61852,6 @@ input PlatformWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -66707,19 +62849,12 @@ input ProcedureWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -66730,9 +62865,6 @@ input ProcedureWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -66746,10 +62878,6 @@ input ProcedureWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -66764,10 +62892,6 @@ input ProcedureWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -66782,10 +62906,6 @@ input ProcedureWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -66800,10 +62920,6 @@ input ProcedureWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -66816,10 +62932,6 @@ input ProcedureWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -66834,10 +62946,6 @@ input ProcedureWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -66852,10 +62960,6 @@ input ProcedureWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -66886,10 +62990,6 @@ input ProcedureWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -66908,9 +63008,6 @@ input ProcedureWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -66933,10 +63030,6 @@ input ProcedureWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -66951,10 +63044,6 @@ input ProcedureWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -66969,10 +63058,6 @@ input ProcedureWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -66987,10 +63072,6 @@ input ProcedureWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -67005,10 +63086,6 @@ input ProcedureWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -67023,10 +63100,6 @@ input ProcedureWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -67048,10 +63121,6 @@ input ProcedureWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -67066,10 +63135,6 @@ input ProcedureWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -67084,10 +63149,6 @@ input ProcedureWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -67102,10 +63163,6 @@ input ProcedureWhereInput { procedureKindIDNEQ: ID procedureKindIDIn: [ID!] procedureKindIDNotIn: [ID!] - procedureKindIDGT: ID - procedureKindIDGTE: ID - procedureKindIDLT: ID - procedureKindIDLTE: ID procedureKindIDContains: ID procedureKindIDHasPrefix: ID procedureKindIDHasSuffix: ID @@ -67120,10 +63177,6 @@ input ProcedureWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -67138,10 +63191,6 @@ input ProcedureWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -67156,10 +63205,6 @@ input ProcedureWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -67174,10 +63219,6 @@ input ProcedureWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -68363,19 +64404,12 @@ input ProgramMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -68386,9 +64420,6 @@ input ProgramMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -68402,10 +64433,6 @@ input ProgramMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -68420,10 +64447,6 @@ input ProgramMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -68438,10 +64461,6 @@ input ProgramMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -68523,19 +64542,12 @@ input ProgramWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -68546,9 +64558,6 @@ input ProgramWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -68562,10 +64571,6 @@ input ProgramWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -68580,10 +64585,6 @@ input ProgramWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -68598,10 +64599,6 @@ input ProgramWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -68616,10 +64613,6 @@ input ProgramWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -68632,10 +64625,6 @@ input ProgramWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -68650,10 +64639,6 @@ input ProgramWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -68668,10 +64653,6 @@ input ProgramWhereInput { programKindIDNEQ: ID programKindIDIn: [ID!] programKindIDNotIn: [ID!] - programKindIDGT: ID - programKindIDGTE: ID - programKindIDLT: ID - programKindIDLTE: ID programKindIDContains: ID programKindIDHasPrefix: ID programKindIDHasSuffix: ID @@ -68686,10 +64667,6 @@ input ProgramWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -68704,10 +64681,6 @@ input ProgramWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -68720,10 +64693,6 @@ input ProgramWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -68745,10 +64714,6 @@ input ProgramWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -68760,9 +64725,6 @@ input ProgramWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -68773,9 +64735,6 @@ input ProgramWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -68786,9 +64745,6 @@ input ProgramWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -68799,9 +64755,6 @@ input ProgramWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -68812,9 +64765,6 @@ input ProgramWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -68825,9 +64775,6 @@ input ProgramWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -68856,10 +64803,6 @@ input ProgramWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -68874,10 +64817,6 @@ input ProgramWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -68892,10 +64831,6 @@ input ProgramWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -68910,10 +64845,6 @@ input ProgramWhereInput { programOwnerIDNEQ: ID programOwnerIDIn: [ID!] programOwnerIDNotIn: [ID!] - programOwnerIDGT: ID - programOwnerIDGTE: ID - programOwnerIDLT: ID - programOwnerIDLTE: ID programOwnerIDContains: ID programOwnerIDHasPrefix: ID programOwnerIDHasSuffix: ID @@ -75281,19 +71212,12 @@ input RemediationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -75304,9 +71228,6 @@ input RemediationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -75320,10 +71241,6 @@ input RemediationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -75338,10 +71255,6 @@ input RemediationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -75356,10 +71269,6 @@ input RemediationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -75374,10 +71283,6 @@ input RemediationWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -75390,10 +71295,6 @@ input RemediationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -75415,10 +71316,6 @@ input RemediationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -75433,10 +71330,6 @@ input RemediationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -75451,10 +71344,6 @@ input RemediationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -75469,10 +71358,6 @@ input RemediationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -75487,10 +71372,6 @@ input RemediationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -75505,10 +71386,6 @@ input RemediationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -75530,10 +71407,6 @@ input RemediationWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -75548,10 +71421,6 @@ input RemediationWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -75566,10 +71435,6 @@ input RemediationWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -75593,10 +71458,6 @@ input RemediationWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -75611,10 +71472,6 @@ input RemediationWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -75629,10 +71486,6 @@ input RemediationWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -75647,10 +71500,6 @@ input RemediationWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -75665,10 +71514,6 @@ input RemediationWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -75683,10 +71528,6 @@ input RemediationWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -75701,10 +71542,6 @@ input RemediationWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -75719,10 +71556,6 @@ input RemediationWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -75737,10 +71570,6 @@ input RemediationWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -75752,9 +71581,6 @@ input RemediationWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -75765,9 +71591,6 @@ input RemediationWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -75778,9 +71601,6 @@ input RemediationWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -75794,10 +71614,6 @@ input RemediationWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -75812,10 +71628,6 @@ input RemediationWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -75830,10 +71642,6 @@ input RemediationWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -76807,19 +72615,12 @@ input ReviewWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -76830,9 +72631,6 @@ input ReviewWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -76846,10 +72644,6 @@ input ReviewWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -76864,10 +72658,6 @@ input ReviewWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -76882,10 +72672,6 @@ input ReviewWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -76900,10 +72686,6 @@ input ReviewWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -76925,10 +72707,6 @@ input ReviewWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -76943,10 +72721,6 @@ input ReviewWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -76961,10 +72735,6 @@ input ReviewWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -76979,10 +72749,6 @@ input ReviewWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -76997,10 +72763,6 @@ input ReviewWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -77015,10 +72777,6 @@ input ReviewWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -77033,10 +72791,6 @@ input ReviewWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -77051,10 +72805,6 @@ input ReviewWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -77069,10 +72819,6 @@ input ReviewWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -77085,10 +72831,6 @@ input ReviewWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -77112,10 +72854,6 @@ input ReviewWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -77130,10 +72868,6 @@ input ReviewWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -77148,10 +72882,6 @@ input ReviewWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -77166,10 +72896,6 @@ input ReviewWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -77184,10 +72910,6 @@ input ReviewWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -77206,9 +72928,6 @@ input ReviewWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -77219,9 +72938,6 @@ input ReviewWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -77232,9 +72948,6 @@ input ReviewWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -77248,10 +72961,6 @@ input ReviewWhereInput { reviewerIDNEQ: ID reviewerIDIn: [ID!] reviewerIDNotIn: [ID!] - reviewerIDGT: ID - reviewerIDGTE: ID - reviewerIDLT: ID - reviewerIDLTE: ID reviewerIDContains: ID reviewerIDHasPrefix: ID reviewerIDHasSuffix: ID @@ -77266,10 +72975,6 @@ input ReviewWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -77284,10 +72989,6 @@ input ReviewWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -78453,19 +74154,12 @@ input RiskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -78476,9 +74170,6 @@ input RiskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -78492,10 +74183,6 @@ input RiskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -78510,10 +74197,6 @@ input RiskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -78528,10 +74211,6 @@ input RiskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -78546,10 +74225,6 @@ input RiskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -78562,10 +74237,6 @@ input RiskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -78580,10 +74251,6 @@ input RiskWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -78598,10 +74265,6 @@ input RiskWhereInput { riskKindIDNEQ: ID riskKindIDIn: [ID!] riskKindIDNotIn: [ID!] - riskKindIDGT: ID - riskKindIDGTE: ID - riskKindIDLT: ID - riskKindIDLTE: ID riskKindIDContains: ID riskKindIDHasPrefix: ID riskKindIDHasSuffix: ID @@ -78616,10 +74279,6 @@ input RiskWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -78634,10 +74293,6 @@ input RiskWhereInput { riskCategoryIDNEQ: ID riskCategoryIDIn: [ID!] riskCategoryIDNotIn: [ID!] - riskCategoryIDGT: ID - riskCategoryIDGTE: ID - riskCategoryIDLT: ID - riskCategoryIDLTE: ID riskCategoryIDContains: ID riskCategoryIDHasPrefix: ID riskCategoryIDHasSuffix: ID @@ -78652,10 +74307,6 @@ input RiskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -78670,10 +74321,6 @@ input RiskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -78688,10 +74335,6 @@ input RiskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -78706,10 +74349,6 @@ input RiskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -78731,10 +74370,6 @@ input RiskWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -78749,10 +74384,6 @@ input RiskWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -78764,9 +74395,6 @@ input RiskWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -78780,10 +74408,6 @@ input RiskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -78798,10 +74422,6 @@ input RiskWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -78839,8 +74459,6 @@ input RiskWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -78854,10 +74472,6 @@ input RiskWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -78872,10 +74486,6 @@ input RiskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -78890,10 +74500,6 @@ input RiskWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -78908,10 +74514,6 @@ input RiskWhereInput { stakeholderIDNEQ: ID stakeholderIDIn: [ID!] stakeholderIDNotIn: [ID!] - stakeholderIDGT: ID - stakeholderIDGTE: ID - stakeholderIDLT: ID - stakeholderIDLTE: ID stakeholderIDContains: ID stakeholderIDHasPrefix: ID stakeholderIDHasSuffix: ID @@ -78926,10 +74528,6 @@ input RiskWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -78941,9 +74539,6 @@ input RiskWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -78961,9 +74556,6 @@ input RiskWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -78983,9 +74575,6 @@ input RiskWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -78996,9 +74585,6 @@ input RiskWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -79010,8 +74596,6 @@ input RiskWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -79417,19 +75001,12 @@ input SLADefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -79440,9 +75017,6 @@ input SLADefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -79456,10 +75030,6 @@ input SLADefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -79474,10 +75044,6 @@ input SLADefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -79492,10 +75058,6 @@ input SLADefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -79510,10 +75072,6 @@ input SLADefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -79526,10 +75084,6 @@ input SLADefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -79542,8 +75096,6 @@ input SLADefinitionWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -80304,19 +75856,12 @@ input ScanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -80327,9 +75872,6 @@ input ScanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -80343,10 +75885,6 @@ input ScanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -80361,10 +75899,6 @@ input ScanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -80379,10 +75913,6 @@ input ScanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -80397,10 +75927,6 @@ input ScanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -80422,10 +75948,6 @@ input ScanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -80440,10 +75962,6 @@ input ScanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -80458,10 +75976,6 @@ input ScanWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -80476,10 +75990,6 @@ input ScanWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -80494,10 +76004,6 @@ input ScanWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -80512,10 +76018,6 @@ input ScanWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -80530,10 +76032,6 @@ input ScanWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -80548,10 +76046,6 @@ input ScanWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -80566,10 +76060,6 @@ input ScanWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -80584,10 +76074,6 @@ input ScanWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -80602,10 +76088,6 @@ input ScanWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -80620,10 +76102,6 @@ input ScanWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -80638,10 +76116,6 @@ input ScanWhereInput { targetNEQ: String targetIn: [String!] targetNotIn: [String!] - targetGT: String - targetGTE: String - targetLT: String - targetLTE: String targetContains: String targetHasPrefix: String targetHasSuffix: String @@ -80658,9 +76132,6 @@ input ScanWhereInput { scan_date field predicates """ scanDate: DateTime - scanDateNEQ: DateTime - scanDateIn: [DateTime!] - scanDateNotIn: [DateTime!] scanDateGT: DateTime scanDateGTE: DateTime scanDateLT: DateTime @@ -80671,9 +76142,6 @@ input ScanWhereInput { next_scan_run_at field predicates """ nextScanRunAt: DateTime - nextScanRunAtNEQ: DateTime - nextScanRunAtIn: [DateTime!] - nextScanRunAtNotIn: [DateTime!] nextScanRunAtGT: DateTime nextScanRunAtGTE: DateTime nextScanRunAtLT: DateTime @@ -80687,10 +76155,6 @@ input ScanWhereInput { performedByNEQ: String performedByIn: [String!] performedByNotIn: [String!] - performedByGT: String - performedByGTE: String - performedByLT: String - performedByLTE: String performedByContains: String performedByHasPrefix: String performedByHasSuffix: String @@ -80705,10 +76169,6 @@ input ScanWhereInput { performedByUserIDNEQ: ID performedByUserIDIn: [ID!] performedByUserIDNotIn: [ID!] - performedByUserIDGT: ID - performedByUserIDGTE: ID - performedByUserIDLT: ID - performedByUserIDLTE: ID performedByUserIDContains: ID performedByUserIDHasPrefix: ID performedByUserIDHasSuffix: ID @@ -80723,10 +76183,6 @@ input ScanWhereInput { performedByGroupIDNEQ: ID performedByGroupIDIn: [ID!] performedByGroupIDNotIn: [ID!] - performedByGroupIDGT: ID - performedByGroupIDGTE: ID - performedByGroupIDLT: ID - performedByGroupIDLTE: ID performedByGroupIDContains: ID performedByGroupIDHasPrefix: ID performedByGroupIDHasSuffix: ID @@ -80741,10 +76197,6 @@ input ScanWhereInput { generatedByPlatformIDNEQ: ID generatedByPlatformIDIn: [ID!] generatedByPlatformIDNotIn: [ID!] - generatedByPlatformIDGT: ID - generatedByPlatformIDGTE: ID - generatedByPlatformIDLT: ID - generatedByPlatformIDLTE: ID generatedByPlatformIDContains: ID generatedByPlatformIDHasPrefix: ID generatedByPlatformIDHasSuffix: ID @@ -81246,19 +76698,12 @@ input ScheduledJobRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -81269,9 +76714,6 @@ input ScheduledJobRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -81285,10 +76727,6 @@ input ScheduledJobRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -81303,10 +76741,6 @@ input ScheduledJobRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -81321,10 +76755,6 @@ input ScheduledJobRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -81339,10 +76769,6 @@ input ScheduledJobRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -81357,10 +76783,6 @@ input ScheduledJobRunWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -81380,10 +76802,6 @@ input ScheduledJobRunWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -81393,9 +76811,6 @@ input ScheduledJobRunWhereInput { expected_execution_time field predicates """ expectedExecutionTime: Time - expectedExecutionTimeNEQ: Time - expectedExecutionTimeIn: [Time!] - expectedExecutionTimeNotIn: [Time!] expectedExecutionTimeGT: Time expectedExecutionTimeGTE: Time expectedExecutionTimeLT: Time @@ -81407,10 +76822,6 @@ input ScheduledJobRunWhereInput { scriptNEQ: String scriptIn: [String!] scriptNotIn: [String!] - scriptGT: String - scriptGTE: String - scriptLT: String - scriptLTE: String scriptContains: String scriptHasPrefix: String scriptHasSuffix: String @@ -81456,19 +76867,12 @@ input ScheduledJobWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -81479,9 +76883,6 @@ input ScheduledJobWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -81495,10 +76896,6 @@ input ScheduledJobWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -81513,10 +76910,6 @@ input ScheduledJobWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -81531,10 +76924,6 @@ input ScheduledJobWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -81549,10 +76938,6 @@ input ScheduledJobWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -81565,10 +76950,6 @@ input ScheduledJobWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -81583,10 +76964,6 @@ input ScheduledJobWhereInput { jobIDNEQ: ID jobIDIn: [ID!] jobIDNotIn: [ID!] - jobIDGT: ID - jobIDGTE: ID - jobIDLT: ID - jobIDLTE: ID jobIDContains: ID jobIDHasPrefix: ID jobIDHasSuffix: ID @@ -81604,10 +76981,6 @@ input ScheduledJobWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -82073,19 +77446,12 @@ input StandardWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -82096,9 +77462,6 @@ input StandardWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -82112,10 +77475,6 @@ input StandardWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -82130,10 +77489,6 @@ input StandardWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -82148,10 +77503,6 @@ input StandardWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -82166,10 +77517,6 @@ input StandardWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -82184,10 +77531,6 @@ input StandardWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -82209,10 +77552,6 @@ input StandardWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -82227,10 +77566,6 @@ input StandardWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -82245,10 +77580,6 @@ input StandardWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -82261,10 +77592,6 @@ input StandardWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -82279,10 +77606,6 @@ input StandardWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -82297,10 +77620,6 @@ input StandardWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -82315,10 +77634,6 @@ input StandardWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -82333,10 +77648,6 @@ input StandardWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -82351,10 +77662,6 @@ input StandardWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -82392,10 +77699,6 @@ input StandardWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -82410,10 +77713,6 @@ input StandardWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -82428,10 +77727,6 @@ input StandardWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -83520,19 +78815,12 @@ input SubcontrolWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -83543,9 +78831,6 @@ input SubcontrolWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -83559,10 +78844,6 @@ input SubcontrolWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -83577,10 +78858,6 @@ input SubcontrolWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -83595,10 +78872,6 @@ input SubcontrolWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -83613,10 +78886,6 @@ input SubcontrolWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -83629,10 +78898,6 @@ input SubcontrolWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -83647,10 +78912,6 @@ input SubcontrolWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -83665,10 +78926,6 @@ input SubcontrolWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -83683,10 +78940,6 @@ input SubcontrolWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -83701,10 +78954,6 @@ input SubcontrolWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -83719,10 +78968,6 @@ input SubcontrolWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -83755,10 +79000,6 @@ input SubcontrolWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -83773,10 +79014,6 @@ input SubcontrolWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -83800,10 +79037,6 @@ input SubcontrolWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -83818,10 +79051,6 @@ input SubcontrolWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -83836,10 +79065,6 @@ input SubcontrolWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -83854,10 +79079,6 @@ input SubcontrolWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -83872,10 +79093,6 @@ input SubcontrolWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -83890,10 +79107,6 @@ input SubcontrolWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -83908,10 +79121,6 @@ input SubcontrolWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -83926,10 +79135,6 @@ input SubcontrolWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -83944,10 +79149,6 @@ input SubcontrolWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -83969,10 +79170,6 @@ input SubcontrolWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -83987,10 +79184,6 @@ input SubcontrolWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -84005,10 +79198,6 @@ input SubcontrolWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -84023,10 +79212,6 @@ input SubcontrolWhereInput { subcontrolKindIDNEQ: ID subcontrolKindIDIn: [ID!] subcontrolKindIDNotIn: [ID!] - subcontrolKindIDGT: ID - subcontrolKindIDGTE: ID - subcontrolKindIDLT: ID - subcontrolKindIDLTE: ID subcontrolKindIDContains: ID subcontrolKindIDHasPrefix: ID subcontrolKindIDHasSuffix: ID @@ -84048,10 +79233,6 @@ input SubcontrolWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -84064,10 +79245,6 @@ input SubcontrolWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -84489,19 +79666,12 @@ input SubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -84512,9 +79682,6 @@ input SubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -84528,10 +79695,6 @@ input SubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -84546,10 +79709,6 @@ input SubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -84564,10 +79723,6 @@ input SubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -84582,10 +79737,6 @@ input SubprocessorWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -84607,10 +79758,6 @@ input SubprocessorWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -84625,10 +79772,6 @@ input SubprocessorWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -84643,10 +79786,6 @@ input SubprocessorWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -84659,10 +79798,6 @@ input SubprocessorWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -84677,10 +79812,6 @@ input SubprocessorWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -84695,10 +79826,6 @@ input SubprocessorWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -84961,19 +80088,12 @@ input SubscriberWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -84984,9 +80104,6 @@ input SubscriberWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -85000,10 +80117,6 @@ input SubscriberWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -85018,10 +80131,6 @@ input SubscriberWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -85036,10 +80145,6 @@ input SubscriberWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -85054,10 +80159,6 @@ input SubscriberWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -85072,10 +80173,6 @@ input SubscriberWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -85090,10 +80187,6 @@ input SubscriberWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -85106,10 +80199,6 @@ input SubscriberWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -85142,8 +80231,6 @@ input SubscriberWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -85155,10 +80242,6 @@ input SubscriberWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -85173,10 +80256,6 @@ input SubscriberWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -85554,19 +80633,12 @@ input SystemDetailWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -85577,9 +80649,6 @@ input SystemDetailWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -85593,10 +80662,6 @@ input SystemDetailWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -85611,10 +80676,6 @@ input SystemDetailWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -85629,10 +80690,6 @@ input SystemDetailWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -85647,10 +80704,6 @@ input SystemDetailWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -85663,10 +80716,6 @@ input SystemDetailWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -85681,10 +80730,6 @@ input SystemDetailWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -85697,10 +80742,6 @@ input SystemDetailWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -85715,10 +80756,6 @@ input SystemDetailWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -85733,10 +80770,6 @@ input SystemDetailWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -85757,9 +80790,6 @@ input SystemDetailWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -85904,19 +80934,12 @@ input TFASettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -85927,9 +80950,6 @@ input TFASettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -85943,10 +80963,6 @@ input TFASettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -85961,10 +80977,6 @@ input TFASettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -85979,10 +80991,6 @@ input TFASettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -86159,19 +81167,12 @@ input TagDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -86182,9 +81183,6 @@ input TagDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -86198,10 +81196,6 @@ input TagDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -86216,10 +81210,6 @@ input TagDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -86234,10 +81224,6 @@ input TagDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -86252,10 +81238,6 @@ input TagDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -86277,10 +81259,6 @@ input TagDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -86295,10 +81273,6 @@ input TagDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -86313,10 +81287,6 @@ input TagDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -86329,10 +81299,6 @@ input TagDefinitionWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -86347,10 +81313,6 @@ input TagDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -86365,10 +81327,6 @@ input TagDefinitionWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -87251,19 +82209,12 @@ input TaskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -87274,9 +82225,6 @@ input TaskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -87290,10 +82238,6 @@ input TaskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -87308,10 +82252,6 @@ input TaskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -87326,10 +82266,6 @@ input TaskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -87344,10 +82280,6 @@ input TaskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -87360,10 +82292,6 @@ input TaskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -87378,10 +82306,6 @@ input TaskWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -87396,10 +82320,6 @@ input TaskWhereInput { taskKindIDNEQ: ID taskKindIDIn: [ID!] taskKindIDNotIn: [ID!] - taskKindIDGT: ID - taskKindIDGTE: ID - taskKindIDLT: ID - taskKindIDLTE: ID taskKindIDContains: ID taskKindIDHasPrefix: ID taskKindIDHasSuffix: ID @@ -87414,10 +82334,6 @@ input TaskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -87432,10 +82348,6 @@ input TaskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -87450,10 +82362,6 @@ input TaskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -87468,10 +82376,6 @@ input TaskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -87493,10 +82397,6 @@ input TaskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -87511,10 +82411,6 @@ input TaskWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -87527,10 +82423,6 @@ input TaskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -87549,9 +82441,6 @@ input TaskWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -87562,9 +82451,6 @@ input TaskWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -87578,10 +82464,6 @@ input TaskWhereInput { assigneeIDNEQ: ID assigneeIDIn: [ID!] assigneeIDNotIn: [ID!] - assigneeIDGT: ID - assigneeIDGTE: ID - assigneeIDLT: ID - assigneeIDLTE: ID assigneeIDContains: ID assigneeIDHasPrefix: ID assigneeIDHasSuffix: ID @@ -87596,10 +82478,6 @@ input TaskWhereInput { assignerIDNEQ: ID assignerIDIn: [ID!] assignerIDNotIn: [ID!] - assignerIDGT: ID - assignerIDGTE: ID - assignerIDLT: ID - assignerIDLTE: ID assignerIDContains: ID assignerIDHasPrefix: ID assignerIDHasSuffix: ID @@ -87627,8 +82505,6 @@ input TaskWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -87640,10 +82516,6 @@ input TaskWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -87658,10 +82530,6 @@ input TaskWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -87676,10 +82544,6 @@ input TaskWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -87694,10 +82558,6 @@ input TaskWhereInput { parentTaskIDNEQ: ID parentTaskIDIn: [ID!] parentTaskIDNotIn: [ID!] - parentTaskIDGT: ID - parentTaskIDGTE: ID - parentTaskIDLT: ID - parentTaskIDLTE: ID parentTaskIDContains: ID parentTaskIDHasPrefix: ID parentTaskIDHasSuffix: ID @@ -88293,19 +83153,12 @@ input TemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -88316,9 +83169,6 @@ input TemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -88332,10 +83182,6 @@ input TemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -88350,10 +83196,6 @@ input TemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -88368,10 +83210,6 @@ input TemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -88386,10 +83224,6 @@ input TemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -88411,10 +83245,6 @@ input TemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -88429,10 +83259,6 @@ input TemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -88447,10 +83273,6 @@ input TemplateWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -88465,10 +83287,6 @@ input TemplateWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -88483,10 +83301,6 @@ input TemplateWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -88501,10 +83315,6 @@ input TemplateWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -88519,10 +83329,6 @@ input TemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -88542,10 +83348,6 @@ input TemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -88569,10 +83371,6 @@ input TemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -89330,19 +84128,12 @@ input TrustCenterComplianceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -89353,9 +84144,6 @@ input TrustCenterComplianceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -89369,10 +84157,6 @@ input TrustCenterComplianceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -89387,10 +84171,6 @@ input TrustCenterComplianceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -89405,10 +84185,6 @@ input TrustCenterComplianceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -89423,10 +84199,6 @@ input TrustCenterComplianceWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -89439,10 +84211,6 @@ input TrustCenterComplianceWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -89795,19 +84563,12 @@ input TrustCenterDocWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -89818,9 +84579,6 @@ input TrustCenterDocWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -89834,10 +84592,6 @@ input TrustCenterDocWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -89852,10 +84606,6 @@ input TrustCenterDocWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -89870,10 +84620,6 @@ input TrustCenterDocWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -89888,10 +84634,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -89906,10 +84648,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindIDNEQ: ID trustCenterDocKindIDIn: [ID!] trustCenterDocKindIDNotIn: [ID!] - trustCenterDocKindIDGT: ID - trustCenterDocKindIDGTE: ID - trustCenterDocKindIDLT: ID - trustCenterDocKindIDLTE: ID trustCenterDocKindIDContains: ID trustCenterDocKindIDHasPrefix: ID trustCenterDocKindIDHasSuffix: ID @@ -89924,10 +84662,6 @@ input TrustCenterDocWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -89942,10 +84676,6 @@ input TrustCenterDocWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -89958,10 +84688,6 @@ input TrustCenterDocWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -89976,10 +84702,6 @@ input TrustCenterDocWhereInput { originalFileIDNEQ: ID originalFileIDIn: [ID!] originalFileIDNotIn: [ID!] - originalFileIDGT: ID - originalFileIDGTE: ID - originalFileIDLT: ID - originalFileIDLTE: ID originalFileIDContains: ID originalFileIDHasPrefix: ID originalFileIDHasSuffix: ID @@ -90019,10 +84741,6 @@ input TrustCenterDocWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -90287,19 +85005,12 @@ input TrustCenterEntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -90310,9 +85021,6 @@ input TrustCenterEntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -90326,10 +85034,6 @@ input TrustCenterEntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -90344,10 +85048,6 @@ input TrustCenterEntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -90362,10 +85062,6 @@ input TrustCenterEntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -90380,10 +85076,6 @@ input TrustCenterEntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -90398,10 +85090,6 @@ input TrustCenterEntityWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -90416,10 +85104,6 @@ input TrustCenterEntityWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -90434,10 +85118,6 @@ input TrustCenterEntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -90709,19 +85389,12 @@ input TrustCenterFAQWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -90732,9 +85405,6 @@ input TrustCenterFAQWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -90748,10 +85418,6 @@ input TrustCenterFAQWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -90766,10 +85432,6 @@ input TrustCenterFAQWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -90784,10 +85446,6 @@ input TrustCenterFAQWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -90802,10 +85460,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -90820,10 +85474,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindIDNEQ: ID trustCenterFaqKindIDIn: [ID!] trustCenterFaqKindIDNotIn: [ID!] - trustCenterFaqKindIDGT: ID - trustCenterFaqKindIDGTE: ID - trustCenterFaqKindIDLT: ID - trustCenterFaqKindIDLTE: ID trustCenterFaqKindIDContains: ID trustCenterFaqKindIDHasPrefix: ID trustCenterFaqKindIDHasSuffix: ID @@ -90838,10 +85488,6 @@ input TrustCenterFAQWhereInput { noteIDNEQ: ID noteIDIn: [ID!] noteIDNotIn: [ID!] - noteIDGT: ID - noteIDGTE: ID - noteIDLT: ID - noteIDLTE: ID noteIDContains: ID noteIDHasPrefix: ID noteIDHasSuffix: ID @@ -90854,10 +85500,6 @@ input TrustCenterFAQWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -90872,10 +85514,6 @@ input TrustCenterFAQWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -90888,8 +85526,6 @@ input TrustCenterFAQWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -91230,19 +85866,12 @@ input TrustCenterNDARequestWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91253,9 +85882,6 @@ input TrustCenterNDARequestWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91269,10 +85895,6 @@ input TrustCenterNDARequestWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91287,10 +85909,6 @@ input TrustCenterNDARequestWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91305,10 +85923,6 @@ input TrustCenterNDARequestWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91323,10 +85937,6 @@ input TrustCenterNDARequestWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -91341,10 +85951,6 @@ input TrustCenterNDARequestWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -91357,10 +85963,6 @@ input TrustCenterNDARequestWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -91373,10 +85975,6 @@ input TrustCenterNDARequestWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -91389,10 +85987,6 @@ input TrustCenterNDARequestWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -91407,10 +86001,6 @@ input TrustCenterNDARequestWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -91440,9 +86030,6 @@ input TrustCenterNDARequestWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -91456,10 +86043,6 @@ input TrustCenterNDARequestWhereInput { approvedByUserIDNEQ: ID approvedByUserIDIn: [ID!] approvedByUserIDNotIn: [ID!] - approvedByUserIDGT: ID - approvedByUserIDGTE: ID - approvedByUserIDLT: ID - approvedByUserIDLTE: ID approvedByUserIDContains: ID approvedByUserIDHasPrefix: ID approvedByUserIDHasSuffix: ID @@ -91471,9 +86054,6 @@ input TrustCenterNDARequestWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -91487,10 +86067,6 @@ input TrustCenterNDARequestWhereInput { documentDataIDNEQ: ID documentDataIDIn: [ID!] documentDataIDNotIn: [ID!] - documentDataIDGT: ID - documentDataIDGTE: ID - documentDataIDLT: ID - documentDataIDLTE: ID documentDataIDContains: ID documentDataIDHasPrefix: ID documentDataIDHasSuffix: ID @@ -91505,10 +86081,6 @@ input TrustCenterNDARequestWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -91892,19 +86464,12 @@ input TrustCenterSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91915,9 +86480,6 @@ input TrustCenterSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91931,10 +86493,6 @@ input TrustCenterSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91949,10 +86507,6 @@ input TrustCenterSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91967,10 +86521,6 @@ input TrustCenterSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91985,10 +86535,6 @@ input TrustCenterSettingWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -92003,10 +86549,6 @@ input TrustCenterSettingWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -92021,10 +86563,6 @@ input TrustCenterSettingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -92039,10 +86577,6 @@ input TrustCenterSettingWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -92057,10 +86591,6 @@ input TrustCenterSettingWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -92075,10 +86605,6 @@ input TrustCenterSettingWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -92093,10 +86619,6 @@ input TrustCenterSettingWhereInput { logoLocalFileIDNEQ: ID logoLocalFileIDIn: [ID!] logoLocalFileIDNotIn: [ID!] - logoLocalFileIDGT: ID - logoLocalFileIDGTE: ID - logoLocalFileIDLT: ID - logoLocalFileIDLTE: ID logoLocalFileIDContains: ID logoLocalFileIDHasPrefix: ID logoLocalFileIDHasSuffix: ID @@ -92111,10 +86633,6 @@ input TrustCenterSettingWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -92129,10 +86647,6 @@ input TrustCenterSettingWhereInput { faviconLocalFileIDNEQ: ID faviconLocalFileIDIn: [ID!] faviconLocalFileIDNotIn: [ID!] - faviconLocalFileIDGT: ID - faviconLocalFileIDGTE: ID - faviconLocalFileIDLT: ID - faviconLocalFileIDLTE: ID faviconLocalFileIDContains: ID faviconLocalFileIDHasPrefix: ID faviconLocalFileIDHasSuffix: ID @@ -92147,10 +86661,6 @@ input TrustCenterSettingWhereInput { heroImageLocalFileIDNEQ: ID heroImageLocalFileIDIn: [ID!] heroImageLocalFileIDNotIn: [ID!] - heroImageLocalFileIDGT: ID - heroImageLocalFileIDGTE: ID - heroImageLocalFileIDLT: ID - heroImageLocalFileIDLTE: ID heroImageLocalFileIDContains: ID heroImageLocalFileIDHasPrefix: ID heroImageLocalFileIDHasSuffix: ID @@ -92174,10 +86684,6 @@ input TrustCenterSettingWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -92192,10 +86698,6 @@ input TrustCenterSettingWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -92210,10 +86712,6 @@ input TrustCenterSettingWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -92228,10 +86726,6 @@ input TrustCenterSettingWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -92246,10 +86740,6 @@ input TrustCenterSettingWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -92264,10 +86754,6 @@ input TrustCenterSettingWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -92282,10 +86768,6 @@ input TrustCenterSettingWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -92316,10 +86798,6 @@ input TrustCenterSettingWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -92334,10 +86812,6 @@ input TrustCenterSettingWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -92370,9 +86844,6 @@ input TrustCenterSettingWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -92386,10 +86857,6 @@ input TrustCenterSettingWhereInput { ndaApproverGroupIDNEQ: ID ndaApproverGroupIDIn: [ID!] ndaApproverGroupIDNotIn: [ID!] - ndaApproverGroupIDGT: ID - ndaApproverGroupIDGTE: ID - ndaApproverGroupIDLT: ID - ndaApproverGroupIDLTE: ID ndaApproverGroupIDContains: ID ndaApproverGroupIDHasPrefix: ID ndaApproverGroupIDHasSuffix: ID @@ -92404,10 +86871,6 @@ input TrustCenterSettingWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -92681,19 +87144,12 @@ input TrustCenterSubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -92704,9 +87160,6 @@ input TrustCenterSubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -92720,10 +87173,6 @@ input TrustCenterSubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -92738,10 +87187,6 @@ input TrustCenterSubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -92756,10 +87201,6 @@ input TrustCenterSubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -92774,10 +87215,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -92792,10 +87229,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindIDNEQ: ID trustCenterSubprocessorKindIDIn: [ID!] trustCenterSubprocessorKindIDNotIn: [ID!] - trustCenterSubprocessorKindIDGT: ID - trustCenterSubprocessorKindIDGTE: ID - trustCenterSubprocessorKindIDLT: ID - trustCenterSubprocessorKindIDLTE: ID trustCenterSubprocessorKindIDContains: ID trustCenterSubprocessorKindIDHasPrefix: ID trustCenterSubprocessorKindIDHasSuffix: ID @@ -92810,10 +87243,6 @@ input TrustCenterSubprocessorWhereInput { subprocessorIDNEQ: ID subprocessorIDIn: [ID!] subprocessorIDNotIn: [ID!] - subprocessorIDGT: ID - subprocessorIDGTE: ID - subprocessorIDLT: ID - subprocessorIDLTE: ID subprocessorIDContains: ID subprocessorIDHasPrefix: ID subprocessorIDHasSuffix: ID @@ -92826,10 +87255,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -93124,19 +87549,12 @@ input TrustCenterWatermarkConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -93147,9 +87565,6 @@ input TrustCenterWatermarkConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -93163,10 +87578,6 @@ input TrustCenterWatermarkConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -93181,10 +87592,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -93199,10 +87606,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -93217,10 +87620,6 @@ input TrustCenterWatermarkConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -93235,10 +87634,6 @@ input TrustCenterWatermarkConfigWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -93260,10 +87655,6 @@ input TrustCenterWatermarkConfigWhereInput { logoIDNEQ: ID logoIDIn: [ID!] logoIDNotIn: [ID!] - logoIDGT: ID - logoIDGTE: ID - logoIDLT: ID - logoIDLTE: ID logoIDContains: ID logoIDHasPrefix: ID logoIDHasSuffix: ID @@ -93278,10 +87669,6 @@ input TrustCenterWatermarkConfigWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -93335,10 +87722,6 @@ input TrustCenterWatermarkConfigWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -93396,19 +87779,12 @@ input TrustCenterWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -93419,9 +87795,6 @@ input TrustCenterWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -93435,10 +87808,6 @@ input TrustCenterWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -93453,10 +87822,6 @@ input TrustCenterWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -93471,10 +87836,6 @@ input TrustCenterWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -93489,10 +87850,6 @@ input TrustCenterWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -93507,10 +87864,6 @@ input TrustCenterWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -93525,10 +87878,6 @@ input TrustCenterWhereInput { customDomainIDNEQ: ID customDomainIDIn: [ID!] customDomainIDNotIn: [ID!] - customDomainIDGT: ID - customDomainIDGTE: ID - customDomainIDLT: ID - customDomainIDLTE: ID customDomainIDContains: ID customDomainIDHasPrefix: ID customDomainIDHasSuffix: ID @@ -93543,10 +87892,6 @@ input TrustCenterWhereInput { previewDomainIDNEQ: ID previewDomainIDIn: [ID!] previewDomainIDNotIn: [ID!] - previewDomainIDGT: ID - previewDomainIDGTE: ID - previewDomainIDLT: ID - previewDomainIDLTE: ID previewDomainIDContains: ID previewDomainIDHasPrefix: ID previewDomainIDHasSuffix: ID @@ -93561,10 +87906,6 @@ input TrustCenterWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -93579,10 +87920,6 @@ input TrustCenterWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -93597,10 +87934,6 @@ input TrustCenterWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -93624,10 +87957,6 @@ input TrustCenterWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -103628,19 +97957,12 @@ input UserSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -103651,9 +97973,6 @@ input UserSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -103667,10 +97986,6 @@ input UserSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -103685,10 +98000,6 @@ input UserSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -103703,10 +98014,6 @@ input UserSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -103721,10 +98028,6 @@ input UserSettingWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -103739,10 +98042,6 @@ input UserSettingWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -103754,9 +98053,6 @@ input UserSettingWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -103767,9 +98063,6 @@ input UserSettingWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -103785,9 +98078,6 @@ input UserSettingWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -103798,9 +98088,6 @@ input UserSettingWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -103865,19 +98152,12 @@ input UserWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -103888,9 +98168,6 @@ input UserWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -103904,10 +98181,6 @@ input UserWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -103922,10 +98195,6 @@ input UserWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -103940,10 +98209,6 @@ input UserWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -103956,10 +98221,6 @@ input UserWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -103972,10 +98233,6 @@ input UserWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -103990,10 +98247,6 @@ input UserWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -104008,10 +98261,6 @@ input UserWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -104024,10 +98273,6 @@ input UserWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -104042,10 +98287,6 @@ input UserWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -104057,9 +98298,6 @@ input UserWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -104070,9 +98308,6 @@ input UserWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -104095,10 +98330,6 @@ input UserWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -104129,10 +98360,6 @@ input UserWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -104147,10 +98374,6 @@ input UserWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -104172,10 +98395,6 @@ input UserWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -104190,10 +98409,6 @@ input UserWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -104578,19 +98793,12 @@ input VendorRiskScoreWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -104601,9 +98809,6 @@ input VendorRiskScoreWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -104617,10 +98822,6 @@ input VendorRiskScoreWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -104635,10 +98836,6 @@ input VendorRiskScoreWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -104653,10 +98850,6 @@ input VendorRiskScoreWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -104671,10 +98864,6 @@ input VendorRiskScoreWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -104689,10 +98878,6 @@ input VendorRiskScoreWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -104705,10 +98890,6 @@ input VendorRiskScoreWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -104721,10 +98902,6 @@ input VendorRiskScoreWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -104778,10 +98955,6 @@ input VendorRiskScoreWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -104796,10 +98969,6 @@ input VendorRiskScoreWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -104814,10 +98983,6 @@ input VendorRiskScoreWhereInput { vendorScoringConfigIDNEQ: ID vendorScoringConfigIDIn: [ID!] vendorScoringConfigIDNotIn: [ID!] - vendorScoringConfigIDGT: ID - vendorScoringConfigIDGTE: ID - vendorScoringConfigIDLT: ID - vendorScoringConfigIDLTE: ID vendorScoringConfigIDContains: ID vendorScoringConfigIDHasPrefix: ID vendorScoringConfigIDHasSuffix: ID @@ -104832,10 +98997,6 @@ input VendorRiskScoreWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -104848,10 +99009,6 @@ input VendorRiskScoreWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -105095,19 +99252,12 @@ input VendorScoringConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -105118,9 +99268,6 @@ input VendorScoringConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -105134,10 +99281,6 @@ input VendorScoringConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -105152,10 +99295,6 @@ input VendorScoringConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -105170,10 +99309,6 @@ input VendorScoringConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -105188,10 +99323,6 @@ input VendorScoringConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -106300,19 +100431,12 @@ input VulnerabilityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -106323,9 +100447,6 @@ input VulnerabilityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -106339,10 +100460,6 @@ input VulnerabilityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -106357,10 +100474,6 @@ input VulnerabilityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -106375,10 +100488,6 @@ input VulnerabilityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -106393,10 +100502,6 @@ input VulnerabilityWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -106409,10 +100514,6 @@ input VulnerabilityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -106427,10 +100528,6 @@ input VulnerabilityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -106445,10 +100542,6 @@ input VulnerabilityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -106463,10 +100556,6 @@ input VulnerabilityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -106481,10 +100570,6 @@ input VulnerabilityWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -106499,10 +100584,6 @@ input VulnerabilityWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -106517,10 +100598,6 @@ input VulnerabilityWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -106542,10 +100619,6 @@ input VulnerabilityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -106560,10 +100633,6 @@ input VulnerabilityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -106578,10 +100647,6 @@ input VulnerabilityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -106596,10 +100661,6 @@ input VulnerabilityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -106614,10 +100675,6 @@ input VulnerabilityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -106632,10 +100689,6 @@ input VulnerabilityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -106650,10 +100703,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -106668,10 +100717,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusIDNEQ: ID vulnerabilityStatusIDIn: [ID!] vulnerabilityStatusIDNotIn: [ID!] - vulnerabilityStatusIDGT: ID - vulnerabilityStatusIDGTE: ID - vulnerabilityStatusIDLT: ID - vulnerabilityStatusIDLTE: ID vulnerabilityStatusIDContains: ID vulnerabilityStatusIDHasPrefix: ID vulnerabilityStatusIDHasSuffix: ID @@ -106693,10 +100738,6 @@ input VulnerabilityWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -106720,10 +100761,6 @@ input VulnerabilityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -106736,10 +100773,6 @@ input VulnerabilityWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -106754,10 +100787,6 @@ input VulnerabilityWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -106772,10 +100801,6 @@ input VulnerabilityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -106790,10 +100815,6 @@ input VulnerabilityWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -106808,10 +100829,6 @@ input VulnerabilityWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -106865,10 +100882,6 @@ input VulnerabilityWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -106883,10 +100896,6 @@ input VulnerabilityWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -106901,10 +100910,6 @@ input VulnerabilityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -106919,10 +100924,6 @@ input VulnerabilityWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -106935,8 +100936,6 @@ input VulnerabilityWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -106985,10 +100984,6 @@ input VulnerabilityWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -107003,10 +100998,6 @@ input VulnerabilityWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -107028,10 +101019,6 @@ input VulnerabilityWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -107046,10 +101033,6 @@ input VulnerabilityWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -107064,10 +101047,6 @@ input VulnerabilityWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -107082,10 +101061,6 @@ input VulnerabilityWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -107097,9 +101072,6 @@ input VulnerabilityWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -107110,9 +101082,6 @@ input VulnerabilityWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -107123,9 +101092,6 @@ input VulnerabilityWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -107136,9 +101102,6 @@ input VulnerabilityWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -107152,10 +101115,6 @@ input VulnerabilityWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -107170,10 +101129,6 @@ input VulnerabilityWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -107185,9 +101140,6 @@ input VulnerabilityWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -107198,9 +101150,6 @@ input VulnerabilityWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -107214,10 +101163,6 @@ input VulnerabilityWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -107475,19 +101420,12 @@ input WebauthnWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -107498,9 +101436,6 @@ input WebauthnWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -107514,10 +101449,6 @@ input WebauthnWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -107532,10 +101463,6 @@ input WebauthnWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -107911,19 +101838,12 @@ input WorkflowAssignmentTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -107934,9 +101854,6 @@ input WorkflowAssignmentTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -107950,10 +101867,6 @@ input WorkflowAssignmentTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -107968,10 +101881,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -107986,10 +101895,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -108004,10 +101909,6 @@ input WorkflowAssignmentTargetWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -108020,10 +101921,6 @@ input WorkflowAssignmentTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -108038,10 +101935,6 @@ input WorkflowAssignmentTargetWhereInput { workflowAssignmentIDNEQ: ID workflowAssignmentIDIn: [ID!] workflowAssignmentIDNotIn: [ID!] - workflowAssignmentIDGT: ID - workflowAssignmentIDGTE: ID - workflowAssignmentIDLT: ID - workflowAssignmentIDLTE: ID workflowAssignmentIDContains: ID workflowAssignmentIDHasPrefix: ID workflowAssignmentIDHasSuffix: ID @@ -108061,10 +101954,6 @@ input WorkflowAssignmentTargetWhereInput { targetUserIDNEQ: ID targetUserIDIn: [ID!] targetUserIDNotIn: [ID!] - targetUserIDGT: ID - targetUserIDGTE: ID - targetUserIDLT: ID - targetUserIDLTE: ID targetUserIDContains: ID targetUserIDHasPrefix: ID targetUserIDHasSuffix: ID @@ -108079,10 +101968,6 @@ input WorkflowAssignmentTargetWhereInput { targetGroupIDNEQ: ID targetGroupIDIn: [ID!] targetGroupIDNotIn: [ID!] - targetGroupIDGT: ID - targetGroupIDGTE: ID - targetGroupIDLT: ID - targetGroupIDLTE: ID targetGroupIDContains: ID targetGroupIDHasPrefix: ID targetGroupIDHasSuffix: ID @@ -108097,10 +101982,6 @@ input WorkflowAssignmentTargetWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -108158,19 +102039,12 @@ input WorkflowAssignmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -108181,9 +102055,6 @@ input WorkflowAssignmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -108197,10 +102068,6 @@ input WorkflowAssignmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -108215,10 +102082,6 @@ input WorkflowAssignmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -108233,10 +102096,6 @@ input WorkflowAssignmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -108251,10 +102110,6 @@ input WorkflowAssignmentWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -108267,10 +102122,6 @@ input WorkflowAssignmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -108285,10 +102136,6 @@ input WorkflowAssignmentWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -108301,10 +102148,6 @@ input WorkflowAssignmentWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -108317,10 +102160,6 @@ input WorkflowAssignmentWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -108333,10 +102172,6 @@ input WorkflowAssignmentWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -108360,9 +102195,6 @@ input WorkflowAssignmentWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -108376,10 +102208,6 @@ input WorkflowAssignmentWhereInput { actorUserIDNEQ: ID actorUserIDIn: [ID!] actorUserIDNotIn: [ID!] - actorUserIDGT: ID - actorUserIDGTE: ID - actorUserIDLT: ID - actorUserIDLTE: ID actorUserIDContains: ID actorUserIDHasPrefix: ID actorUserIDHasSuffix: ID @@ -108394,10 +102222,6 @@ input WorkflowAssignmentWhereInput { actorGroupIDNEQ: ID actorGroupIDIn: [ID!] actorGroupIDNotIn: [ID!] - actorGroupIDGT: ID - actorGroupIDGTE: ID - actorGroupIDLT: ID - actorGroupIDLTE: ID actorGroupIDContains: ID actorGroupIDHasPrefix: ID actorGroupIDHasSuffix: ID @@ -108412,10 +102236,6 @@ input WorkflowAssignmentWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -108427,9 +102247,6 @@ input WorkflowAssignmentWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -108885,19 +102702,12 @@ input WorkflowDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -108908,9 +102718,6 @@ input WorkflowDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -108924,10 +102731,6 @@ input WorkflowDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -108942,10 +102745,6 @@ input WorkflowDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -108960,10 +102759,6 @@ input WorkflowDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -108978,10 +102773,6 @@ input WorkflowDefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -108994,10 +102785,6 @@ input WorkflowDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -109019,10 +102806,6 @@ input WorkflowDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -109037,10 +102820,6 @@ input WorkflowDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -109055,10 +102834,6 @@ input WorkflowDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -109071,10 +102846,6 @@ input WorkflowDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -109096,10 +102867,6 @@ input WorkflowDefinitionWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -109110,8 +102877,6 @@ input WorkflowDefinitionWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -109125,9 +102890,6 @@ input WorkflowDefinitionWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -109139,8 +102901,6 @@ input WorkflowDefinitionWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int @@ -109318,19 +103078,12 @@ input WorkflowEventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -109341,9 +103094,6 @@ input WorkflowEventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -109357,10 +103107,6 @@ input WorkflowEventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -109375,10 +103121,6 @@ input WorkflowEventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -109393,10 +103135,6 @@ input WorkflowEventWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -109411,10 +103149,6 @@ input WorkflowEventWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -109427,10 +103161,6 @@ input WorkflowEventWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -109445,10 +103175,6 @@ input WorkflowEventWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -109961,19 +103687,12 @@ input WorkflowInstanceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -109984,9 +103703,6 @@ input WorkflowInstanceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -110000,10 +103716,6 @@ input WorkflowInstanceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -110018,10 +103730,6 @@ input WorkflowInstanceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -110036,10 +103744,6 @@ input WorkflowInstanceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -110054,10 +103758,6 @@ input WorkflowInstanceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -110070,10 +103770,6 @@ input WorkflowInstanceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -110088,10 +103784,6 @@ input WorkflowInstanceWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -110104,10 +103796,6 @@ input WorkflowInstanceWhereInput { workflowProposalIDNEQ: ID workflowProposalIDIn: [ID!] workflowProposalIDNotIn: [ID!] - workflowProposalIDGT: ID - workflowProposalIDGTE: ID - workflowProposalIDLT: ID - workflowProposalIDLTE: ID workflowProposalIDContains: ID workflowProposalIDHasPrefix: ID workflowProposalIDHasSuffix: ID @@ -110126,9 +103814,6 @@ input WorkflowInstanceWhereInput { last_evaluated_at field predicates """ lastEvaluatedAt: Time - lastEvaluatedAtNEQ: Time - lastEvaluatedAtIn: [Time!] - lastEvaluatedAtNotIn: [Time!] lastEvaluatedAtGT: Time lastEvaluatedAtGTE: Time lastEvaluatedAtLT: Time @@ -110140,8 +103825,6 @@ input WorkflowInstanceWhereInput { """ currentActionIndex: Int currentActionIndexNEQ: Int - currentActionIndexIn: [Int!] - currentActionIndexNotIn: [Int!] currentActionIndexGT: Int currentActionIndexGTE: Int currentActionIndexLT: Int @@ -110153,10 +103836,6 @@ input WorkflowInstanceWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -110171,10 +103850,6 @@ input WorkflowInstanceWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -110189,10 +103864,6 @@ input WorkflowInstanceWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -110207,10 +103878,6 @@ input WorkflowInstanceWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -110225,10 +103892,6 @@ input WorkflowInstanceWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -110243,10 +103906,6 @@ input WorkflowInstanceWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -110261,10 +103920,6 @@ input WorkflowInstanceWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -110279,10 +103934,6 @@ input WorkflowInstanceWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -110297,10 +103948,6 @@ input WorkflowInstanceWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -110315,10 +103962,6 @@ input WorkflowInstanceWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -110333,10 +103976,6 @@ input WorkflowInstanceWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -110351,10 +103990,6 @@ input WorkflowInstanceWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -110369,10 +104004,6 @@ input WorkflowInstanceWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -110387,10 +104018,6 @@ input WorkflowInstanceWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -110405,10 +104032,6 @@ input WorkflowInstanceWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID @@ -110423,10 +104046,6 @@ input WorkflowInstanceWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -110441,10 +104060,6 @@ input WorkflowInstanceWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -110459,10 +104074,6 @@ input WorkflowInstanceWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -110870,19 +104481,12 @@ input WorkflowObjectRefWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -110893,9 +104497,6 @@ input WorkflowObjectRefWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -110909,10 +104510,6 @@ input WorkflowObjectRefWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -110927,10 +104524,6 @@ input WorkflowObjectRefWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -110945,10 +104538,6 @@ input WorkflowObjectRefWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -110963,10 +104552,6 @@ input WorkflowObjectRefWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -110979,10 +104564,6 @@ input WorkflowObjectRefWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -110997,10 +104578,6 @@ input WorkflowObjectRefWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -111013,10 +104590,6 @@ input WorkflowObjectRefWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -111031,10 +104604,6 @@ input WorkflowObjectRefWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -111049,10 +104618,6 @@ input WorkflowObjectRefWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -111067,10 +104632,6 @@ input WorkflowObjectRefWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -111085,10 +104646,6 @@ input WorkflowObjectRefWhereInput { directoryAccountIDNEQ: ID directoryAccountIDIn: [ID!] directoryAccountIDNotIn: [ID!] - directoryAccountIDGT: ID - directoryAccountIDGTE: ID - directoryAccountIDLT: ID - directoryAccountIDLTE: ID directoryAccountIDContains: ID directoryAccountIDHasPrefix: ID directoryAccountIDHasSuffix: ID @@ -111103,10 +104660,6 @@ input WorkflowObjectRefWhereInput { directoryGroupIDNEQ: ID directoryGroupIDIn: [ID!] directoryGroupIDNotIn: [ID!] - directoryGroupIDGT: ID - directoryGroupIDGTE: ID - directoryGroupIDLT: ID - directoryGroupIDLTE: ID directoryGroupIDContains: ID directoryGroupIDHasPrefix: ID directoryGroupIDHasSuffix: ID @@ -111121,10 +104674,6 @@ input WorkflowObjectRefWhereInput { directoryMembershipIDNEQ: ID directoryMembershipIDIn: [ID!] directoryMembershipIDNotIn: [ID!] - directoryMembershipIDGT: ID - directoryMembershipIDGTE: ID - directoryMembershipIDLT: ID - directoryMembershipIDLTE: ID directoryMembershipIDContains: ID directoryMembershipIDHasPrefix: ID directoryMembershipIDHasSuffix: ID @@ -111139,10 +104688,6 @@ input WorkflowObjectRefWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -111157,10 +104702,6 @@ input WorkflowObjectRefWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -111175,10 +104716,6 @@ input WorkflowObjectRefWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -111193,10 +104730,6 @@ input WorkflowObjectRefWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -111211,10 +104744,6 @@ input WorkflowObjectRefWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -111229,10 +104758,6 @@ input WorkflowObjectRefWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -111247,10 +104772,6 @@ input WorkflowObjectRefWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -111265,10 +104786,6 @@ input WorkflowObjectRefWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -111283,10 +104800,6 @@ input WorkflowObjectRefWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -111301,10 +104814,6 @@ input WorkflowObjectRefWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -111319,10 +104828,6 @@ input WorkflowObjectRefWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -111337,10 +104842,6 @@ input WorkflowObjectRefWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -111355,10 +104856,6 @@ input WorkflowObjectRefWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID diff --git a/internal/graphapi/directiveconfig.go b/internal/graphapi/directiveconfig.go new file mode 100644 index 0000000000..90ecf22eb5 --- /dev/null +++ b/internal/graphapi/directiveconfig.go @@ -0,0 +1,14 @@ +package graphapi + +import ( + "github.com/theopenlane/core/internal/graphapi/directives" + gqlgenerated "github.com/theopenlane/core/internal/graphapi/generated" +) + +// ImplementAllDirectives adds all active directives to the gqlgen config in the resolver setup +func ImplementAllDirectives(cfg *gqlgenerated.Config) { + cfg.Directives.Hidden = directives.HiddenDirective + cfg.Directives.ReadOnly = directives.ReadOnlyDirective + cfg.Directives.ExternalReadOnly = directives.ExternalReadOnlyDirective + cfg.Directives.ExternalSource = directives.ExternalSourceDirective +} diff --git a/internal/graphapi/directives/directives.go b/internal/graphapi/directives/directives.go index f32d83e1a5..47ac164f28 100644 --- a/internal/graphapi/directives/directives.go +++ b/internal/graphapi/directives/directives.go @@ -10,8 +10,6 @@ import ( "github.com/99designs/gqlgen/graphql" "github.com/samber/lo" ent "github.com/theopenlane/core/internal/ent/generated" - gqlgenerated "github.com/theopenlane/core/internal/graphapi/generated" - gqlhistorygenerated "github.com/theopenlane/core/internal/graphapi/historygenerated" "github.com/theopenlane/iam/auth" "github.com/theopenlane/core/common/enums" @@ -36,24 +34,6 @@ const ( Modules = "modules" ) -// ImplementAllDirectives is a helper function that can be used to add all active directives to the gqlgen config -// in the resolver setup -func ImplementAllDirectives(cfg *gqlgenerated.Config) { - cfg.Directives.Hidden = HiddenDirective - cfg.Directives.ReadOnly = ReadOnlyDirective - cfg.Directives.ExternalReadOnly = ExternalReadOnlyDirective - cfg.Directives.ExternalSource = ExternalSourceDirective -} - -// ImplementAllHistoryDirectives is a helper function that can be used to add all active directives to the gqlgen config -// in the resolver setup for the history api -func ImplementAllHistoryDirectives(cfg *gqlhistorygenerated.Config) { - cfg.Directives.Hidden = HiddenDirective - cfg.Directives.ReadOnly = ReadOnlyDirective - cfg.Directives.ExternalReadOnly = ExternalReadOnlyDirective - cfg.Directives.ExternalSource = ExternalSourceDirective -} - // NewHiddenDirective returns a new hidden directive with the value set // to add @hidden(if: true) to a field or object // this is used to hide fields from graphql schema as well as diff --git a/internal/graphapi/generated/ent.generated.go b/internal/graphapi/generated/ent.generated.go index dc186e667a..97321def07 100644 --- a/internal/graphapi/generated/ent.generated.go +++ b/internal/graphapi/generated/ent.generated.go @@ -183220,7 +183220,7 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonGT", "revokedReasonGTE", "revokedReasonLT", "revokedReasonLTE", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByGT", "revokedByGTE", "revokedByLT", "revokedByLTE", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtNEQ", "revokedAtIn", "revokedAtNotIn", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "tagsHas", "scopesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "tagsHas", "scopesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -183276,34 +183276,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -183325,27 +183297,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -183395,27 +183346,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -183486,34 +183416,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183591,34 +183493,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183696,34 +183570,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183801,34 +183647,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -183906,34 +183724,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183976,27 +183766,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184046,27 +183815,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184165,34 +183913,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.RevokedReasonNotIn = data - case "revokedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGT = data - case "revokedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGTE = data - case "revokedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLT = data - case "revokedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLTE = data case "revokedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184270,34 +183990,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.RevokedByNotIn = data - case "revokedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGT = data - case "revokedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGTE = data - case "revokedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLT = data - case "revokedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLTE = data case "revokedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184354,27 +184046,6 @@ func (ec *executionContext) unmarshalInputAPITokenWhereInput(ctx context.Context return it, err } it.RevokedAt = data - case "revokedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNEQ = data - case "revokedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtIn = data - case "revokedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNotIn = data case "revokedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184502,7 +184173,7 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "actionPlanKindName", "actionPlanKindNameNEQ", "actionPlanKindNameIn", "actionPlanKindNameNotIn", "actionPlanKindNameGT", "actionPlanKindNameGTE", "actionPlanKindNameLT", "actionPlanKindNameLTE", "actionPlanKindNameContains", "actionPlanKindNameHasPrefix", "actionPlanKindNameHasSuffix", "actionPlanKindNameIsNil", "actionPlanKindNameNotNil", "actionPlanKindNameEqualFold", "actionPlanKindNameContainsFold", "actionPlanKindID", "actionPlanKindIDNEQ", "actionPlanKindIDIn", "actionPlanKindIDNotIn", "actionPlanKindIDGT", "actionPlanKindIDGTE", "actionPlanKindIDLT", "actionPlanKindIDLTE", "actionPlanKindIDContains", "actionPlanKindIDHasPrefix", "actionPlanKindIDHasSuffix", "actionPlanKindIDIsNil", "actionPlanKindIDNotNil", "actionPlanKindIDEqualFold", "actionPlanKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "requiresApproval", "requiresApprovalNEQ", "blocked", "blockedNEQ", "blockerReason", "blockerReasonNEQ", "blockerReasonIn", "blockerReasonNotIn", "blockerReasonGT", "blockerReasonGTE", "blockerReasonLT", "blockerReasonLTE", "blockerReasonContains", "blockerReasonHasPrefix", "blockerReasonHasSuffix", "blockerReasonIsNil", "blockerReasonNotNil", "blockerReasonEqualFold", "blockerReasonContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasActionPlanKind", "hasActionPlanKindWith", "hasRisks", "hasRisksWith", "hasControls", "hasControlsWith", "hasPrograms", "hasProgramsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasScans", "hasScansWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasTasks", "hasTasksWith", "hasIntegrations", "hasIntegrationsWith", "hasFile", "hasFileWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "actionPlanKindName", "actionPlanKindNameNEQ", "actionPlanKindNameIn", "actionPlanKindNameNotIn", "actionPlanKindNameContains", "actionPlanKindNameHasPrefix", "actionPlanKindNameHasSuffix", "actionPlanKindNameIsNil", "actionPlanKindNameNotNil", "actionPlanKindNameEqualFold", "actionPlanKindNameContainsFold", "actionPlanKindID", "actionPlanKindIDNEQ", "actionPlanKindIDIn", "actionPlanKindIDNotIn", "actionPlanKindIDContains", "actionPlanKindIDHasPrefix", "actionPlanKindIDHasSuffix", "actionPlanKindIDIsNil", "actionPlanKindIDNotNil", "actionPlanKindIDEqualFold", "actionPlanKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "requiresApproval", "requiresApprovalNEQ", "blocked", "blockedNEQ", "blockerReason", "blockerReasonNEQ", "blockerReasonIn", "blockerReasonNotIn", "blockerReasonContains", "blockerReasonHasPrefix", "blockerReasonHasSuffix", "blockerReasonIsNil", "blockerReasonNotNil", "blockerReasonEqualFold", "blockerReasonContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasActionPlanKind", "hasActionPlanKindWith", "hasRisks", "hasRisksWith", "hasControls", "hasControlsWith", "hasPrograms", "hasProgramsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasScans", "hasScansWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasTasks", "hasTasksWith", "hasIntegrations", "hasIntegrationsWith", "hasFile", "hasFileWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -184558,34 +184229,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -184607,27 +184250,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184677,27 +184299,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184768,34 +184369,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184873,34 +184446,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184978,34 +184523,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185083,34 +184600,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185188,34 +184677,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185363,34 +184824,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185475,27 +184908,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -185608,34 +185020,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -185713,34 +185097,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -185818,34 +185174,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185923,34 +185251,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -186028,34 +185328,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186133,34 +185405,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186238,34 +185482,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -186371,34 +185587,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186476,34 +185664,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186581,34 +185741,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ActionPlanKindNameNotIn = data - case "actionPlanKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameGT = data - case "actionPlanKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameGTE = data - case "actionPlanKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameLT = data - case "actionPlanKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameLTE = data case "actionPlanKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186686,34 +185818,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.ActionPlanKindIDNotIn = data - case "actionPlanKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDGT = data - case "actionPlanKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDGTE = data - case "actionPlanKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDLT = data - case "actionPlanKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDLTE = data case "actionPlanKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -186819,34 +185923,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186910,34 +185986,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186994,27 +186042,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187064,27 +186091,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187225,34 +186231,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.BlockerReasonNotIn = data - case "blockerReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonGT = data - case "blockerReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonGTE = data - case "blockerReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonLT = data - case "blockerReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonLTE = data case "blockerReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187330,34 +186308,6 @@ func (ec *executionContext) unmarshalInputActionPlanWhereInput(ctx context.Conte return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187820,7 +186770,7 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDEqualFold", "assessmentIDContainsFold", "isTest", "isTestNEQ", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDGT", "identityHolderIDGTE", "identityHolderIDLT", "identityHolderIDLTE", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsIn", "sendAttemptsNotIn", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "emailDeliveredAt", "emailDeliveredAtNEQ", "emailDeliveredAtIn", "emailDeliveredAtNotIn", "emailDeliveredAtGT", "emailDeliveredAtGTE", "emailDeliveredAtLT", "emailDeliveredAtLTE", "emailDeliveredAtIsNil", "emailDeliveredAtNotNil", "emailOpenedAt", "emailOpenedAtNEQ", "emailOpenedAtIn", "emailOpenedAtNotIn", "emailOpenedAtGT", "emailOpenedAtGTE", "emailOpenedAtLT", "emailOpenedAtLTE", "emailOpenedAtIsNil", "emailOpenedAtNotNil", "emailClickedAt", "emailClickedAtNEQ", "emailClickedAtIn", "emailClickedAtNotIn", "emailClickedAtGT", "emailClickedAtGTE", "emailClickedAtLT", "emailClickedAtLTE", "emailClickedAtIsNil", "emailClickedAtNotNil", "emailOpenCount", "emailOpenCountNEQ", "emailOpenCountIn", "emailOpenCountNotIn", "emailOpenCountGT", "emailOpenCountGTE", "emailOpenCountLT", "emailOpenCountLTE", "emailOpenCountIsNil", "emailOpenCountNotNil", "emailClickCount", "emailClickCountNEQ", "emailClickCountIn", "emailClickCountNotIn", "emailClickCountGT", "emailClickCountGTE", "emailClickCountLT", "emailClickCountLTE", "emailClickCountIsNil", "emailClickCountNotNil", "lastEmailEventAt", "lastEmailEventAtNEQ", "lastEmailEventAtIn", "lastEmailEventAtNotIn", "lastEmailEventAtGT", "lastEmailEventAtGTE", "lastEmailEventAtLT", "lastEmailEventAtLTE", "lastEmailEventAtIsNil", "lastEmailEventAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "assignedAt", "assignedAtNEQ", "assignedAtIn", "assignedAtNotIn", "assignedAtGT", "assignedAtGTE", "assignedAtLT", "assignedAtLTE", "startedAt", "startedAtNEQ", "startedAtIn", "startedAtNotIn", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isDraft", "isDraftNEQ", "hasOwner", "hasOwnerWith", "hasAssessment", "hasAssessmentWith", "hasCampaign", "hasCampaignWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasEntity", "hasEntityWith", "hasDocument", "hasDocumentWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDEqualFold", "assessmentIDContainsFold", "isTest", "isTestNEQ", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "emailDeliveredAt", "emailDeliveredAtGT", "emailDeliveredAtGTE", "emailDeliveredAtLT", "emailDeliveredAtLTE", "emailDeliveredAtIsNil", "emailDeliveredAtNotNil", "emailOpenedAt", "emailOpenedAtGT", "emailOpenedAtGTE", "emailOpenedAtLT", "emailOpenedAtLTE", "emailOpenedAtIsNil", "emailOpenedAtNotNil", "emailClickedAt", "emailClickedAtGT", "emailClickedAtGTE", "emailClickedAtLT", "emailClickedAtLTE", "emailClickedAtIsNil", "emailClickedAtNotNil", "emailOpenCount", "emailOpenCountNEQ", "emailOpenCountGT", "emailOpenCountGTE", "emailOpenCountLT", "emailOpenCountLTE", "emailOpenCountIsNil", "emailOpenCountNotNil", "emailClickCount", "emailClickCountNEQ", "emailClickCountGT", "emailClickCountGTE", "emailClickCountLT", "emailClickCountLTE", "emailClickCountIsNil", "emailClickCountNotNil", "lastEmailEventAt", "lastEmailEventAtGT", "lastEmailEventAtGTE", "lastEmailEventAtLT", "lastEmailEventAtLTE", "lastEmailEventAtIsNil", "lastEmailEventAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "assignedAt", "assignedAtGT", "assignedAtGTE", "assignedAtLT", "assignedAtLTE", "startedAt", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isDraft", "isDraftNEQ", "hasOwner", "hasOwnerWith", "hasAssessment", "hasAssessmentWith", "hasCampaign", "hasCampaignWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasEntity", "hasEntityWith", "hasDocument", "hasDocumentWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -187876,34 +186826,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -187925,27 +186847,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187995,27 +186896,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -188086,34 +186966,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188191,34 +187043,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188296,34 +187120,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188401,34 +187197,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -188534,34 +187302,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -188639,34 +187379,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -188744,34 +187456,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.IdentityHolderIDNotIn = data - case "identityHolderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGT = data - case "identityHolderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGTE = data - case "identityHolderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLT = data - case "identityHolderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLTE = data case "identityHolderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -188849,34 +187533,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -188954,34 +187610,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189059,34 +187687,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189150,20 +187750,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.SendAttemptsNEQ = data - case "sendAttemptsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsIn = data - case "sendAttemptsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsNotIn = data case "sendAttemptsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -189199,27 +187785,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailDeliveredAt = data - case "emailDeliveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtNEQ = data - case "emailDeliveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtIn = data - case "emailDeliveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtNotIn = data case "emailDeliveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189269,27 +187834,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailOpenedAt = data - case "emailOpenedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtNEQ = data - case "emailOpenedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtIn = data - case "emailOpenedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtNotIn = data case "emailOpenedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189339,27 +187883,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailClickedAt = data - case "emailClickedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtNEQ = data - case "emailClickedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtIn = data - case "emailClickedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtNotIn = data case "emailClickedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189416,20 +187939,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailOpenCountNEQ = data - case "emailOpenCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenCountIn = data - case "emailOpenCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenCountNotIn = data case "emailOpenCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -189486,20 +187995,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.EmailClickCountNEQ = data - case "emailClickCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickCountIn = data - case "emailClickCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickCountNotIn = data case "emailClickCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -189549,27 +188044,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.LastEmailEventAt = data - case "lastEmailEventAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtNEQ = data - case "lastEmailEventAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtIn = data - case "lastEmailEventAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtNotIn = data case "lastEmailEventAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189647,27 +188121,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.AssignedAt = data - case "assignedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtNEQ = data - case "assignedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtIn = data - case "assignedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtNotIn = data case "assignedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189703,27 +188156,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.StartedAt = data - case "startedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNEQ = data - case "startedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtIn = data - case "startedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNotIn = data case "startedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189759,27 +188191,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189829,27 +188240,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseWhereInput(ctx conte return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -190034,7 +188424,7 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "assessmentType", "assessmentTypeNEQ", "assessmentTypeIn", "assessmentTypeNotIn", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "responseDueDuration", "responseDueDurationNEQ", "responseDueDurationIn", "responseDueDurationNotIn", "responseDueDurationGT", "responseDueDurationGTE", "responseDueDurationLT", "responseDueDurationLTE", "responseDueDurationIsNil", "responseDueDurationNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasTemplate", "hasTemplateWith", "hasPlatforms", "hasPlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasCampaigns", "hasCampaignsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "assessmentType", "assessmentTypeNEQ", "assessmentTypeIn", "assessmentTypeNotIn", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "responseDueDuration", "responseDueDurationNEQ", "responseDueDurationGT", "responseDueDurationGTE", "responseDueDurationLT", "responseDueDurationLTE", "responseDueDurationIsNil", "responseDueDurationNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasTemplate", "hasTemplateWith", "hasPlatforms", "hasPlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasCampaigns", "hasCampaignsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -190090,34 +188480,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -190139,27 +188501,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -190209,27 +188550,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -190300,34 +188620,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190405,34 +188697,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190510,34 +188774,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190615,34 +188851,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -190748,34 +188956,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190853,34 +189033,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190986,34 +189138,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191105,34 +189229,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -191196,20 +189292,6 @@ func (ec *executionContext) unmarshalInputAssessmentWhereInput(ctx context.Conte return it, err } it.ResponseDueDurationNEQ = data - case "responseDueDurationIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResponseDueDurationIn = data - case "responseDueDurationNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResponseDueDurationNotIn = data case "responseDueDurationGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -191456,7 +189538,7 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "assetSubtypeName", "assetSubtypeNameNEQ", "assetSubtypeNameIn", "assetSubtypeNameNotIn", "assetSubtypeNameGT", "assetSubtypeNameGTE", "assetSubtypeNameLT", "assetSubtypeNameLTE", "assetSubtypeNameContains", "assetSubtypeNameHasPrefix", "assetSubtypeNameHasSuffix", "assetSubtypeNameIsNil", "assetSubtypeNameNotNil", "assetSubtypeNameEqualFold", "assetSubtypeNameContainsFold", "assetSubtypeID", "assetSubtypeIDNEQ", "assetSubtypeIDIn", "assetSubtypeIDNotIn", "assetSubtypeIDGT", "assetSubtypeIDGTE", "assetSubtypeIDLT", "assetSubtypeIDLTE", "assetSubtypeIDContains", "assetSubtypeIDHasPrefix", "assetSubtypeIDHasSuffix", "assetSubtypeIDIsNil", "assetSubtypeIDNotNil", "assetSubtypeIDEqualFold", "assetSubtypeIDContainsFold", "assetDataClassificationName", "assetDataClassificationNameNEQ", "assetDataClassificationNameIn", "assetDataClassificationNameNotIn", "assetDataClassificationNameGT", "assetDataClassificationNameGTE", "assetDataClassificationNameLT", "assetDataClassificationNameLTE", "assetDataClassificationNameContains", "assetDataClassificationNameHasPrefix", "assetDataClassificationNameHasSuffix", "assetDataClassificationNameIsNil", "assetDataClassificationNameNotNil", "assetDataClassificationNameEqualFold", "assetDataClassificationNameContainsFold", "assetDataClassificationID", "assetDataClassificationIDNEQ", "assetDataClassificationIDIn", "assetDataClassificationIDNotIn", "assetDataClassificationIDGT", "assetDataClassificationIDGTE", "assetDataClassificationIDLT", "assetDataClassificationIDLTE", "assetDataClassificationIDContains", "assetDataClassificationIDHasPrefix", "assetDataClassificationIDHasSuffix", "assetDataClassificationIDIsNil", "assetDataClassificationIDNotNil", "assetDataClassificationIDEqualFold", "assetDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameGT", "accessModelNameGTE", "accessModelNameLT", "accessModelNameLTE", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDGT", "accessModelIDGTE", "accessModelIDLT", "accessModelIDLTE", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameGT", "encryptionStatusNameGTE", "encryptionStatusNameLT", "encryptionStatusNameLTE", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDGT", "encryptionStatusIDGTE", "encryptionStatusIDLT", "encryptionStatusIDLTE", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameGT", "securityTierNameGTE", "securityTierNameLT", "securityTierNameLTE", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDGT", "securityTierIDGTE", "securityTierIDLT", "securityTierIDLTE", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameGT", "criticalityNameGTE", "criticalityNameLT", "criticalityNameLTE", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDGT", "criticalityIDGTE", "criticalityIDLT", "criticalityIDLTE", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "assetType", "assetTypeNEQ", "assetTypeIn", "assetTypeNotIn", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "identifier", "identifierNEQ", "identifierIn", "identifierNotIn", "identifierGT", "identifierGTE", "identifierLT", "identifierLTE", "identifierContains", "identifierHasPrefix", "identifierHasSuffix", "identifierIsNil", "identifierNotNil", "identifierEqualFold", "identifierContainsFold", "website", "websiteNEQ", "websiteIn", "websiteNotIn", "websiteGT", "websiteGTE", "websiteLT", "websiteLTE", "websiteContains", "websiteHasPrefix", "websiteHasSuffix", "websiteIsNil", "websiteNotNil", "websiteEqualFold", "websiteContainsFold", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationGT", "physicalLocationGTE", "physicalLocationLT", "physicalLocationLTE", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionGT", "regionGTE", "regionLT", "regionLTE", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourcePlatformID", "sourcePlatformIDNEQ", "sourcePlatformIDIn", "sourcePlatformIDNotIn", "sourcePlatformIDGT", "sourcePlatformIDGTE", "sourcePlatformIDLT", "sourcePlatformIDLTE", "sourcePlatformIDContains", "sourcePlatformIDHasPrefix", "sourcePlatformIDHasSuffix", "sourcePlatformIDIsNil", "sourcePlatformIDNotNil", "sourcePlatformIDEqualFold", "sourcePlatformIDContainsFold", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierGT", "sourceIdentifierGTE", "sourceIdentifierLT", "sourceIdentifierLTE", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterGT", "costCenterGTE", "costCenterLT", "costCenterLTE", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateNEQ", "purchaseDateIn", "purchaseDateNotIn", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasAssetSubtype", "hasAssetSubtypeWith", "hasAssetDataClassification", "hasAssetDataClassificationWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAccessModel", "hasAccessModelWith", "hasEncryptionStatus", "hasEncryptionStatusWith", "hasSecurityTier", "hasSecurityTierWith", "hasCriticality", "hasCriticalityWith", "hasScans", "hasScansWith", "hasEntities", "hasEntitiesWith", "hasPlatforms", "hasPlatformsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasOutOfScopePlatforms", "hasOutOfScopePlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasSourcePlatform", "hasSourcePlatformWith", "hasIntegration", "hasIntegrationWith", "hasConnectedAssets", "hasConnectedAssetsWith", "hasConnectedFrom", "hasConnectedFromWith", "tagsHas", "categoriesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "assetSubtypeName", "assetSubtypeNameNEQ", "assetSubtypeNameIn", "assetSubtypeNameNotIn", "assetSubtypeNameContains", "assetSubtypeNameHasPrefix", "assetSubtypeNameHasSuffix", "assetSubtypeNameIsNil", "assetSubtypeNameNotNil", "assetSubtypeNameEqualFold", "assetSubtypeNameContainsFold", "assetSubtypeID", "assetSubtypeIDNEQ", "assetSubtypeIDIn", "assetSubtypeIDNotIn", "assetSubtypeIDContains", "assetSubtypeIDHasPrefix", "assetSubtypeIDHasSuffix", "assetSubtypeIDIsNil", "assetSubtypeIDNotNil", "assetSubtypeIDEqualFold", "assetSubtypeIDContainsFold", "assetDataClassificationName", "assetDataClassificationNameNEQ", "assetDataClassificationNameIn", "assetDataClassificationNameNotIn", "assetDataClassificationNameContains", "assetDataClassificationNameHasPrefix", "assetDataClassificationNameHasSuffix", "assetDataClassificationNameIsNil", "assetDataClassificationNameNotNil", "assetDataClassificationNameEqualFold", "assetDataClassificationNameContainsFold", "assetDataClassificationID", "assetDataClassificationIDNEQ", "assetDataClassificationIDIn", "assetDataClassificationIDNotIn", "assetDataClassificationIDContains", "assetDataClassificationIDHasPrefix", "assetDataClassificationIDHasSuffix", "assetDataClassificationIDIsNil", "assetDataClassificationIDNotNil", "assetDataClassificationIDEqualFold", "assetDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "assetType", "assetTypeNEQ", "assetTypeIn", "assetTypeNotIn", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "identifier", "identifierNEQ", "identifierIn", "identifierNotIn", "identifierContains", "identifierHasPrefix", "identifierHasSuffix", "identifierIsNil", "identifierNotNil", "identifierEqualFold", "identifierContainsFold", "website", "websiteNEQ", "websiteIn", "websiteNotIn", "websiteContains", "websiteHasPrefix", "websiteHasSuffix", "websiteIsNil", "websiteNotNil", "websiteEqualFold", "websiteContainsFold", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourcePlatformID", "sourcePlatformIDNEQ", "sourcePlatformIDIn", "sourcePlatformIDNotIn", "sourcePlatformIDContains", "sourcePlatformIDHasPrefix", "sourcePlatformIDHasSuffix", "sourcePlatformIDIsNil", "sourcePlatformIDNotNil", "sourcePlatformIDEqualFold", "sourcePlatformIDContainsFold", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasAssetSubtype", "hasAssetSubtypeWith", "hasAssetDataClassification", "hasAssetDataClassificationWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAccessModel", "hasAccessModelWith", "hasEncryptionStatus", "hasEncryptionStatusWith", "hasSecurityTier", "hasSecurityTierWith", "hasCriticality", "hasCriticalityWith", "hasScans", "hasScansWith", "hasEntities", "hasEntitiesWith", "hasPlatforms", "hasPlatformsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasOutOfScopePlatforms", "hasOutOfScopePlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasSourcePlatform", "hasSourcePlatformWith", "hasIntegration", "hasIntegrationWith", "hasConnectedAssets", "hasConnectedAssetsWith", "hasConnectedFrom", "hasConnectedFromWith", "tagsHas", "categoriesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -191512,34 +189594,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -191561,27 +189615,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -191631,27 +189664,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -191722,34 +189734,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191827,34 +189811,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191932,34 +189888,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192037,34 +189965,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192142,34 +190042,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192247,34 +190119,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192352,34 +190196,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192457,34 +190273,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AssetSubtypeNameNotIn = data - case "assetSubtypeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameGT = data - case "assetSubtypeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameGTE = data - case "assetSubtypeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameLT = data - case "assetSubtypeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameLTE = data case "assetSubtypeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192562,34 +190350,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AssetSubtypeIDNotIn = data - case "assetSubtypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDGT = data - case "assetSubtypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDGTE = data - case "assetSubtypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDLT = data - case "assetSubtypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDLTE = data case "assetSubtypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192667,34 +190427,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AssetDataClassificationNameNotIn = data - case "assetDataClassificationNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameGT = data - case "assetDataClassificationNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameGTE = data - case "assetDataClassificationNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameLT = data - case "assetDataClassificationNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameLTE = data case "assetDataClassificationNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192772,34 +190504,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AssetDataClassificationIDNotIn = data - case "assetDataClassificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDGT = data - case "assetDataClassificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDGTE = data - case "assetDataClassificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDLT = data - case "assetDataClassificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDLTE = data case "assetDataClassificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192877,34 +190581,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192982,34 +190658,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193087,34 +190735,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193192,34 +190812,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193297,34 +190889,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AccessModelNameNotIn = data - case "accessModelNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGT = data - case "accessModelNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGTE = data - case "accessModelNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLT = data - case "accessModelNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLTE = data case "accessModelNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193402,34 +190966,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.AccessModelIDNotIn = data - case "accessModelIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGT = data - case "accessModelIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGTE = data - case "accessModelIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLT = data - case "accessModelIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLTE = data case "accessModelIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193507,34 +191043,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.EncryptionStatusNameNotIn = data - case "encryptionStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGT = data - case "encryptionStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGTE = data - case "encryptionStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLT = data - case "encryptionStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLTE = data case "encryptionStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193612,34 +191120,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.EncryptionStatusIDNotIn = data - case "encryptionStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGT = data - case "encryptionStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGTE = data - case "encryptionStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLT = data - case "encryptionStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLTE = data case "encryptionStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193717,34 +191197,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.SecurityTierNameNotIn = data - case "securityTierNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGT = data - case "securityTierNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGTE = data - case "securityTierNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLT = data - case "securityTierNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLTE = data case "securityTierNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193822,34 +191274,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.SecurityTierIDNotIn = data - case "securityTierIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGT = data - case "securityTierIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGTE = data - case "securityTierIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLT = data - case "securityTierIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLTE = data case "securityTierIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193927,34 +191351,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.CriticalityNameNotIn = data - case "criticalityNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGT = data - case "criticalityNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGTE = data - case "criticalityNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLT = data - case "criticalityNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLTE = data case "criticalityNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194032,34 +191428,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.CriticalityIDNotIn = data - case "criticalityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGT = data - case "criticalityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGTE = data - case "criticalityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLT = data - case "criticalityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLTE = data case "criticalityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -194165,34 +191533,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194270,34 +191610,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194403,34 +191715,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194494,34 +191778,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194599,34 +191855,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194704,34 +191932,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.IdentifierNotIn = data - case "identifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierGT = data - case "identifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierGTE = data - case "identifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierLT = data - case "identifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierLTE = data case "identifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194809,34 +192009,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.WebsiteNotIn = data - case "websiteGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteGT = data - case "websiteGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteGTE = data - case "websiteLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteLT = data - case "websiteLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteLTE = data case "websiteContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194914,34 +192086,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.PhysicalLocationNotIn = data - case "physicalLocationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGT = data - case "physicalLocationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGTE = data - case "physicalLocationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLT = data - case "physicalLocationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLTE = data case "physicalLocationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195019,34 +192163,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.RegionNotIn = data - case "regionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGT = data - case "regionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGTE = data - case "regionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLT = data - case "regionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLTE = data case "regionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195180,34 +192296,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.SourcePlatformIDNotIn = data - case "sourcePlatformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDGT = data - case "sourcePlatformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDGTE = data - case "sourcePlatformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDLT = data - case "sourcePlatformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDLTE = data case "sourcePlatformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -195285,34 +192373,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.SourceIdentifierNotIn = data - case "sourceIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGT = data - case "sourceIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGTE = data - case "sourceIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLT = data - case "sourceIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLTE = data case "sourceIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195390,34 +192450,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.CostCenterNotIn = data - case "costCenterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGT = data - case "costCenterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGTE = data - case "costCenterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLT = data - case "costCenterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLTE = data case "costCenterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195544,27 +192576,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.PurchaseDate = data - case "purchaseDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNEQ = data - case "purchaseDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateIn = data - case "purchaseDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNotIn = data case "purchaseDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -195635,34 +192646,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -195719,27 +192702,6 @@ func (ec *executionContext) unmarshalInputAssetWhereInput(ctx context.Context, o return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -196328,7 +193290,7 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDGT", "contactIDGTE", "contactIDLT", "contactIDLTE", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDGT", "groupIDGTE", "groupIDLT", "groupIDLTE", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "subscriberID", "subscriberIDNEQ", "subscriberIDIn", "subscriberIDNotIn", "subscriberIDGT", "subscriberIDGTE", "subscriberIDLT", "subscriberIDLTE", "subscriberIDContains", "subscriberIDHasPrefix", "subscriberIDHasSuffix", "subscriberIDIsNil", "subscriberIDNotNil", "subscriberIDEqualFold", "subscriberIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "sentAt", "sentAtNEQ", "sentAtIn", "sentAtNotIn", "sentAtGT", "sentAtGTE", "sentAtLT", "sentAtLTE", "sentAtIsNil", "sentAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "hasOwner", "hasOwnerWith", "hasCampaign", "hasCampaignWith", "hasContact", "hasContactWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "hasSubscriber", "hasSubscriberWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "subscriberID", "subscriberIDNEQ", "subscriberIDIn", "subscriberIDNotIn", "subscriberIDContains", "subscriberIDHasPrefix", "subscriberIDHasSuffix", "subscriberIDIsNil", "subscriberIDNotNil", "subscriberIDEqualFold", "subscriberIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "sentAt", "sentAtGT", "sentAtGTE", "sentAtLT", "sentAtLTE", "sentAtIsNil", "sentAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "hasOwner", "hasOwnerWith", "hasCampaign", "hasCampaignWith", "hasContact", "hasContactWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "hasSubscriber", "hasSubscriberWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -196384,34 +193346,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -196433,27 +193367,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -196503,27 +193416,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -196594,34 +193486,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196699,34 +193563,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196804,34 +193640,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196909,34 +193717,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197042,34 +193822,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197147,34 +193899,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.ContactIDNotIn = data - case "contactIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGT = data - case "contactIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGTE = data - case "contactIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLT = data - case "contactIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLTE = data case "contactIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197252,34 +193976,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197357,34 +194053,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.GroupIDNotIn = data - case "groupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGT = data - case "groupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGTE = data - case "groupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLT = data - case "groupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLTE = data case "groupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197462,34 +194130,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.SubscriberIDNotIn = data - case "subscriberIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDGT = data - case "subscriberIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDGTE = data - case "subscriberIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDLT = data - case "subscriberIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDLTE = data case "subscriberIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197567,34 +194207,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197658,34 +194270,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197770,27 +194354,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.SentAt = data - case "sentAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SentAtNEQ = data - case "sentAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SentAtIn = data - case "sentAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SentAtNotIn = data case "sentAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -197840,27 +194403,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetWhereInput(ctx context.C return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -198017,7 +194559,7 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "campaignType", "campaignTypeNEQ", "campaignTypeIn", "campaignTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "scheduledAt", "scheduledAtNEQ", "scheduledAtIn", "scheduledAtNotIn", "scheduledAtGT", "scheduledAtGTE", "scheduledAtLT", "scheduledAtLTE", "scheduledAtIsNil", "scheduledAtNotNil", "launchedAt", "launchedAtNEQ", "launchedAtIn", "launchedAtNotIn", "launchedAtGT", "launchedAtGTE", "launchedAtLT", "launchedAtLTE", "launchedAtIsNil", "launchedAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isRecurring", "isRecurringNEQ", "recurrenceFrequency", "recurrenceFrequencyNEQ", "recurrenceFrequencyIn", "recurrenceFrequencyNotIn", "recurrenceFrequencyIsNil", "recurrenceFrequencyNotNil", "recurrenceInterval", "recurrenceIntervalNEQ", "recurrenceIntervalIn", "recurrenceIntervalNotIn", "recurrenceIntervalGT", "recurrenceIntervalGTE", "recurrenceIntervalLT", "recurrenceIntervalLTE", "recurrenceIntervalIsNil", "recurrenceIntervalNotNil", "recurrenceTimezone", "recurrenceTimezoneNEQ", "recurrenceTimezoneIn", "recurrenceTimezoneNotIn", "recurrenceTimezoneGT", "recurrenceTimezoneGTE", "recurrenceTimezoneLT", "recurrenceTimezoneLTE", "recurrenceTimezoneContains", "recurrenceTimezoneHasPrefix", "recurrenceTimezoneHasSuffix", "recurrenceTimezoneIsNil", "recurrenceTimezoneNotNil", "recurrenceTimezoneEqualFold", "recurrenceTimezoneContainsFold", "lastRunAt", "lastRunAtNEQ", "lastRunAtIn", "lastRunAtNotIn", "lastRunAtGT", "lastRunAtGTE", "lastRunAtLT", "lastRunAtLTE", "lastRunAtIsNil", "lastRunAtNotNil", "nextRunAt", "nextRunAtNEQ", "nextRunAtIn", "nextRunAtNotIn", "nextRunAtGT", "nextRunAtGTE", "nextRunAtLT", "nextRunAtLTE", "nextRunAtIsNil", "nextRunAtNotNil", "recurrenceEndAt", "recurrenceEndAtNEQ", "recurrenceEndAtIn", "recurrenceEndAtNotIn", "recurrenceEndAtGT", "recurrenceEndAtGTE", "recurrenceEndAtLT", "recurrenceEndAtLTE", "recurrenceEndAtIsNil", "recurrenceEndAtNotNil", "recipientCount", "recipientCountNEQ", "recipientCountIn", "recipientCountNotIn", "recipientCountGT", "recipientCountGTE", "recipientCountLT", "recipientCountLTE", "recipientCountIsNil", "recipientCountNotNil", "resendCount", "resendCountNEQ", "resendCountIn", "resendCountNotIn", "resendCountGT", "resendCountGTE", "resendCountLT", "resendCountLTE", "resendCountIsNil", "resendCountNotNil", "lastResentAt", "lastResentAtNEQ", "lastResentAtIn", "lastResentAtNotIn", "lastResentAtGT", "lastResentAtGTE", "lastResentAtLT", "lastResentAtLTE", "lastResentAtIsNil", "lastResentAtNotNil", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDGT", "emailTemplateIDGTE", "emailTemplateIDLT", "emailTemplateIDLTE", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "emailBrandingID", "emailBrandingIDNEQ", "emailBrandingIDIn", "emailBrandingIDNotIn", "emailBrandingIDGT", "emailBrandingIDGTE", "emailBrandingIDLT", "emailBrandingIDLTE", "emailBrandingIDContains", "emailBrandingIDHasPrefix", "emailBrandingIDHasSuffix", "emailBrandingIDIsNil", "emailBrandingIDNotNil", "emailBrandingIDEqualFold", "emailBrandingIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasAssessment", "hasAssessmentWith", "hasTemplate", "hasTemplateWith", "hasIntegration", "hasIntegrationWith", "hasEmailTemplate", "hasEmailTemplateWith", "hasEntity", "hasEntityWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasContacts", "hasContactsWith", "hasUsers", "hasUsersWith", "hasGroups", "hasGroupsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "campaignType", "campaignTypeNEQ", "campaignTypeIn", "campaignTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "scheduledAt", "scheduledAtGT", "scheduledAtGTE", "scheduledAtLT", "scheduledAtLTE", "scheduledAtIsNil", "scheduledAtNotNil", "launchedAt", "launchedAtGT", "launchedAtGTE", "launchedAtLT", "launchedAtLTE", "launchedAtIsNil", "launchedAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isRecurring", "isRecurringNEQ", "recurrenceFrequency", "recurrenceFrequencyNEQ", "recurrenceFrequencyIn", "recurrenceFrequencyNotIn", "recurrenceFrequencyIsNil", "recurrenceFrequencyNotNil", "recurrenceInterval", "recurrenceIntervalNEQ", "recurrenceIntervalGT", "recurrenceIntervalGTE", "recurrenceIntervalLT", "recurrenceIntervalLTE", "recurrenceIntervalIsNil", "recurrenceIntervalNotNil", "recurrenceTimezone", "recurrenceTimezoneNEQ", "recurrenceTimezoneIn", "recurrenceTimezoneNotIn", "recurrenceTimezoneContains", "recurrenceTimezoneHasPrefix", "recurrenceTimezoneHasSuffix", "recurrenceTimezoneIsNil", "recurrenceTimezoneNotNil", "recurrenceTimezoneEqualFold", "recurrenceTimezoneContainsFold", "lastRunAt", "lastRunAtGT", "lastRunAtGTE", "lastRunAtLT", "lastRunAtLTE", "lastRunAtIsNil", "lastRunAtNotNil", "nextRunAt", "nextRunAtGT", "nextRunAtGTE", "nextRunAtLT", "nextRunAtLTE", "nextRunAtIsNil", "nextRunAtNotNil", "recurrenceEndAt", "recurrenceEndAtGT", "recurrenceEndAtGTE", "recurrenceEndAtLT", "recurrenceEndAtLTE", "recurrenceEndAtIsNil", "recurrenceEndAtNotNil", "recipientCount", "recipientCountNEQ", "recipientCountGT", "recipientCountGTE", "recipientCountLT", "recipientCountLTE", "recipientCountIsNil", "recipientCountNotNil", "resendCount", "resendCountNEQ", "resendCountGT", "resendCountGTE", "resendCountLT", "resendCountLTE", "resendCountIsNil", "resendCountNotNil", "lastResentAt", "lastResentAtGT", "lastResentAtGTE", "lastResentAtLT", "lastResentAtLTE", "lastResentAtIsNil", "lastResentAtNotNil", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "emailBrandingID", "emailBrandingIDNEQ", "emailBrandingIDIn", "emailBrandingIDNotIn", "emailBrandingIDContains", "emailBrandingIDHasPrefix", "emailBrandingIDHasSuffix", "emailBrandingIDIsNil", "emailBrandingIDNotNil", "emailBrandingIDEqualFold", "emailBrandingIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasAssessment", "hasAssessmentWith", "hasTemplate", "hasTemplateWith", "hasIntegration", "hasIntegrationWith", "hasEmailTemplate", "hasEmailTemplateWith", "hasEntity", "hasEntityWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasContacts", "hasContactsWith", "hasUsers", "hasUsersWith", "hasGroups", "hasGroupsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -198073,34 +194615,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -198122,27 +194636,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198192,27 +194685,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198283,34 +194755,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198388,34 +194832,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198493,34 +194909,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198598,34 +194986,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198689,34 +195049,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -198794,34 +195126,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198899,34 +195203,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -199004,34 +195280,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -199137,34 +195385,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199228,34 +195448,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199382,27 +195574,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.ScheduledAt = data - case "scheduledAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtNEQ = data - case "scheduledAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtIn = data - case "scheduledAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtNotIn = data case "scheduledAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -199452,27 +195623,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.LaunchedAt = data - case "launchedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtNEQ = data - case "launchedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtIn = data - case "launchedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtNotIn = data case "launchedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -199522,27 +195672,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -199592,27 +195721,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -199725,20 +195833,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.RecurrenceIntervalNEQ = data - case "recurrenceIntervalIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceIntervalIn = data - case "recurrenceIntervalNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceIntervalNotIn = data case "recurrenceIntervalGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -199809,34 +195903,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.RecurrenceTimezoneNotIn = data - case "recurrenceTimezoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneGT = data - case "recurrenceTimezoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneGTE = data - case "recurrenceTimezoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneLT = data - case "recurrenceTimezoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneLTE = data case "recurrenceTimezoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199893,27 +195959,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.LastRunAt = data - case "lastRunAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtNEQ = data - case "lastRunAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtIn = data - case "lastRunAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtNotIn = data case "lastRunAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -199963,27 +196008,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.NextRunAt = data - case "nextRunAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtNEQ = data - case "nextRunAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtIn = data - case "nextRunAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtNotIn = data case "nextRunAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -200033,27 +196057,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.RecurrenceEndAt = data - case "recurrenceEndAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtNEQ = data - case "recurrenceEndAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtIn = data - case "recurrenceEndAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtNotIn = data case "recurrenceEndAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -200110,20 +196113,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.RecipientCountNEQ = data - case "recipientCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecipientCountIn = data - case "recipientCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecipientCountNotIn = data case "recipientCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -200180,20 +196169,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.ResendCountNEQ = data - case "resendCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResendCountIn = data - case "resendCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResendCountNotIn = data case "resendCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -200243,27 +196218,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.LastResentAt = data - case "lastResentAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtNEQ = data - case "lastResentAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtIn = data - case "lastResentAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtNotIn = data case "lastResentAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -200334,34 +196288,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -200439,34 +196365,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -200544,34 +196442,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -200649,34 +196519,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.EmailTemplateIDNotIn = data - case "emailTemplateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGT = data - case "emailTemplateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGTE = data - case "emailTemplateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLT = data - case "emailTemplateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLTE = data case "emailTemplateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -200754,34 +196596,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -200859,34 +196673,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.EmailBrandingIDNotIn = data - case "emailBrandingIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDGT = data - case "emailBrandingIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDGTE = data - case "emailBrandingIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDLT = data - case "emailBrandingIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDLTE = data case "emailBrandingIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200964,34 +196750,6 @@ func (ec *executionContext) unmarshalInputCampaignWhereInput(ctx context.Context return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -201385,7 +197143,7 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceEqualFold", "sourceContainsFold", "lastObservedAt", "lastObservedAtNEQ", "lastObservedAtIn", "lastObservedAtNotIn", "lastObservedAtGT", "lastObservedAtGTE", "lastObservedAtLT", "lastObservedAtLTE", "lastObservedAtIsNil", "lastObservedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "parentExternalID", "parentExternalIDNEQ", "parentExternalIDIn", "parentExternalIDNotIn", "parentExternalIDGT", "parentExternalIDGTE", "parentExternalIDLT", "parentExternalIDLTE", "parentExternalIDContains", "parentExternalIDHasPrefix", "parentExternalIDHasSuffix", "parentExternalIDIsNil", "parentExternalIDNotNil", "parentExternalIDEqualFold", "parentExternalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasControls", "hasControlsWith", "hasFindings", "hasFindingsWith", "hasIntegration", "hasIntegrationWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceEqualFold", "sourceContainsFold", "lastObservedAt", "lastObservedAtGT", "lastObservedAtGTE", "lastObservedAtLT", "lastObservedAtLTE", "lastObservedAtIsNil", "lastObservedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "parentExternalID", "parentExternalIDNEQ", "parentExternalIDIn", "parentExternalIDNotIn", "parentExternalIDContains", "parentExternalIDHasPrefix", "parentExternalIDHasSuffix", "parentExternalIDIsNil", "parentExternalIDNotNil", "parentExternalIDEqualFold", "parentExternalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasControls", "hasControlsWith", "hasFindings", "hasFindingsWith", "hasIntegration", "hasIntegrationWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -201441,34 +197199,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -201490,27 +197220,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -201560,27 +197269,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -201651,34 +197339,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201756,34 +197416,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201861,34 +197493,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201994,34 +197598,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202064,27 +197640,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.LastObservedAt = data - case "lastObservedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastObservedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastObservedAtNEQ = data - case "lastObservedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastObservedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastObservedAtIn = data - case "lastObservedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastObservedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastObservedAtNotIn = data case "lastObservedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastObservedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -202155,34 +197710,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202260,34 +197787,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202365,34 +197864,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.ParentExternalIDNotIn = data - case "parentExternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentExternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentExternalIDGT = data - case "parentExternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentExternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentExternalIDGTE = data - case "parentExternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentExternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentExternalIDLT = data - case "parentExternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentExternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentExternalIDLTE = data case "parentExternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentExternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202470,34 +197941,6 @@ func (ec *executionContext) unmarshalInputCheckResultWhereInput(ctx context.Cont return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -202695,7 +198138,7 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "company", "companyNEQ", "companyIn", "companyNotIn", "companyGT", "companyGTE", "companyLT", "companyLTE", "companyContains", "companyHasPrefix", "companyHasSuffix", "companyIsNil", "companyNotNil", "companyEqualFold", "companyContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "address", "addressNEQ", "addressIn", "addressNotIn", "addressGT", "addressGTE", "addressLT", "addressLTE", "addressContains", "addressHasPrefix", "addressHasSuffix", "addressIsNil", "addressNotNil", "addressEqualFold", "addressContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasEntities", "hasEntitiesWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasFiles", "hasFilesWith", "hasSubscribers", "hasSubscribersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "company", "companyNEQ", "companyIn", "companyNotIn", "companyContains", "companyHasPrefix", "companyHasSuffix", "companyIsNil", "companyNotNil", "companyEqualFold", "companyContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "address", "addressNEQ", "addressIn", "addressNotIn", "addressContains", "addressHasPrefix", "addressHasSuffix", "addressIsNil", "addressNotNil", "addressEqualFold", "addressContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasEntities", "hasEntitiesWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasFiles", "hasFilesWith", "hasSubscribers", "hasSubscribersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -202751,34 +198194,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -202800,27 +198215,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -202870,27 +198264,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -202961,34 +198334,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203066,34 +198411,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203171,34 +198488,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203276,34 +198565,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -203381,34 +198642,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203486,34 +198719,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203591,34 +198796,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.CompanyNotIn = data - case "companyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyGT = data - case "companyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyGTE = data - case "companyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyLT = data - case "companyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyLTE = data case "companyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203696,34 +198873,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203801,34 +198950,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203906,34 +199027,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.AddressNotIn = data - case "addressGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressGT = data - case "addressGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressGTE = data - case "addressLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressLT = data - case "addressLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressLTE = data case "addressContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204039,34 +199132,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204144,34 +199209,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204228,27 +199265,6 @@ func (ec *executionContext) unmarshalInputContactWhereInput(ctx context.Context, return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -204439,7 +199455,7 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationDate", "implementationDateNEQ", "implementationDateIn", "implementationDateNotIn", "implementationDateGT", "implementationDateGTE", "implementationDateLT", "implementationDateLTE", "implementationDateIsNil", "implementationDateNotNil", "verified", "verifiedNEQ", "verifiedIsNil", "verifiedNotNil", "verificationDate", "verificationDateNEQ", "verificationDateIn", "verificationDateNotIn", "verificationDateGT", "verificationDateGTE", "verificationDateLT", "verificationDateLTE", "verificationDateIsNil", "verificationDateNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasTasks", "hasTasksWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationDate", "implementationDateGT", "implementationDateGTE", "implementationDateLT", "implementationDateLTE", "implementationDateIsNil", "implementationDateNotNil", "verified", "verifiedNEQ", "verifiedIsNil", "verifiedNotNil", "verificationDate", "verificationDateGT", "verificationDateGTE", "verificationDateLT", "verificationDateLTE", "verificationDateIsNil", "verificationDateNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasTasks", "hasTasksWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -204495,34 +199511,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -204544,27 +199532,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -204614,27 +199581,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -204705,34 +199651,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204810,34 +199728,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204915,34 +199805,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205020,34 +199882,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -205153,34 +199987,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205258,34 +200064,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205384,27 +200162,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.ImplementationDate = data - case "implementationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateNEQ = data - case "implementationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateIn = data - case "implementationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateNotIn = data case "implementationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -205482,27 +200239,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.VerificationDate = data - case "verificationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateNEQ = data - case "verificationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateIn = data - case "verificationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateNotIn = data case "verificationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -205573,34 +200309,6 @@ func (ec *executionContext) unmarshalInputControlImplementationWhereInput(ctx co return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205812,7 +200520,7 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "desiredOutcome", "desiredOutcomeNEQ", "desiredOutcomeIn", "desiredOutcomeNotIn", "desiredOutcomeGT", "desiredOutcomeGTE", "desiredOutcomeLT", "desiredOutcomeLTE", "desiredOutcomeContains", "desiredOutcomeHasPrefix", "desiredOutcomeHasSuffix", "desiredOutcomeIsNil", "desiredOutcomeNotNil", "desiredOutcomeEqualFold", "desiredOutcomeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "controlObjectiveType", "controlObjectiveTypeNEQ", "controlObjectiveTypeIn", "controlObjectiveTypeNotIn", "controlObjectiveTypeGT", "controlObjectiveTypeGTE", "controlObjectiveTypeLT", "controlObjectiveTypeLTE", "controlObjectiveTypeContains", "controlObjectiveTypeHasPrefix", "controlObjectiveTypeHasSuffix", "controlObjectiveTypeIsNil", "controlObjectiveTypeNotNil", "controlObjectiveTypeEqualFold", "controlObjectiveTypeContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasPrograms", "hasProgramsWith", "hasEvidence", "hasEvidenceWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasRisks", "hasRisksWith", "hasNarratives", "hasNarrativesWith", "hasTasks", "hasTasksWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "desiredOutcome", "desiredOutcomeNEQ", "desiredOutcomeIn", "desiredOutcomeNotIn", "desiredOutcomeContains", "desiredOutcomeHasPrefix", "desiredOutcomeHasSuffix", "desiredOutcomeIsNil", "desiredOutcomeNotNil", "desiredOutcomeEqualFold", "desiredOutcomeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "controlObjectiveType", "controlObjectiveTypeNEQ", "controlObjectiveTypeIn", "controlObjectiveTypeNotIn", "controlObjectiveTypeContains", "controlObjectiveTypeHasPrefix", "controlObjectiveTypeHasSuffix", "controlObjectiveTypeIsNil", "controlObjectiveTypeNotNil", "controlObjectiveTypeEqualFold", "controlObjectiveTypeContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasPrograms", "hasProgramsWith", "hasEvidence", "hasEvidenceWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasRisks", "hasRisksWith", "hasNarratives", "hasNarrativesWith", "hasTasks", "hasTasksWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -205868,34 +200576,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -205917,27 +200597,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -205987,27 +200646,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -206078,34 +200716,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206183,34 +200793,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206288,34 +200870,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206393,34 +200947,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206484,34 +201010,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206589,34 +201087,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -206722,34 +201192,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206827,34 +201269,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206932,34 +201346,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207023,34 +201409,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.DesiredOutcomeNotIn = data - case "desiredOutcomeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeGT = data - case "desiredOutcomeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeGTE = data - case "desiredOutcomeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeLT = data - case "desiredOutcomeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeLTE = data case "desiredOutcomeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207212,34 +201570,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.ControlObjectiveTypeNotIn = data - case "controlObjectiveTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeGT = data - case "controlObjectiveTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeGTE = data - case "controlObjectiveTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeLT = data - case "controlObjectiveTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeLTE = data case "controlObjectiveTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207317,34 +201647,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207422,34 +201724,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveWhereInput(ctx context return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207745,7 +202019,7 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDGT", "referenceIDGTE", "referenceIDLT", "referenceIDLTE", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDGT", "auditorReferenceIDGTE", "auditorReferenceIDLT", "auditorReferenceIDLTE", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDGT", "responsiblePartyIDGTE", "responsiblePartyIDLT", "responsiblePartyIDLTE", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionGT", "implementationDescriptionGTE", "implementationDescriptionLT", "implementationDescriptionLTE", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationGT", "publicRepresentationGTE", "publicRepresentationLT", "publicRepresentationLTE", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameGT", "sourceNameGTE", "sourceNameLT", "sourceNameLTE", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkGT", "referenceFrameworkGTE", "referenceFrameworkLT", "referenceFrameworkLTE", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionGT", "referenceFrameworkRevisionGTE", "referenceFrameworkRevisionLT", "referenceFrameworkRevisionLTE", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDGT", "controlOwnerIDGTE", "controlOwnerIDLT", "controlOwnerIDLTE", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "controlKindName", "controlKindNameNEQ", "controlKindNameIn", "controlKindNameNotIn", "controlKindNameGT", "controlKindNameGTE", "controlKindNameLT", "controlKindNameLTE", "controlKindNameContains", "controlKindNameHasPrefix", "controlKindNameHasSuffix", "controlKindNameIsNil", "controlKindNameNotNil", "controlKindNameEqualFold", "controlKindNameContainsFold", "controlKindID", "controlKindIDNEQ", "controlKindIDIn", "controlKindIDNotIn", "controlKindIDGT", "controlKindIDGTE", "controlKindIDLT", "controlKindIDLTE", "controlKindIDContains", "controlKindIDHasPrefix", "controlKindIDHasSuffix", "controlKindIDIsNil", "controlKindIDNotNil", "controlKindIDEqualFold", "controlKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeGT", "refCodeGTE", "refCodeLT", "refCodeLTE", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "trustCenterVisibility", "trustCenterVisibilityNEQ", "trustCenterVisibilityIn", "trustCenterVisibilityNotIn", "trustCenterVisibilityIsNil", "trustCenterVisibilityNotNil", "isTrustCenterControl", "isTrustCenterControlNEQ", "isTrustCenterControlIsNil", "isTrustCenterControlNotNil", "hasEvidence", "hasEvidenceWith", "hasControlObjectives", "hasControlObjectivesWith", "hasTasks", "hasTasksWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasActionPlans", "hasActionPlansWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasControlOwner", "hasControlOwnerWith", "hasDelegate", "hasDelegateWith", "hasResponsibleParty", "hasResponsiblePartyWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasScans", "hasScansWith", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasControlKind", "hasControlKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasStandard", "hasStandardWith", "hasCheckResults", "hasCheckResultsWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasCampaigns", "hasCampaignsWith", "hasFindings", "hasFindingsWith", "hasControlImplementations", "hasControlImplementationsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasControlMappings", "hasControlMappingsWith", "tagsHas", "aliasesHas", "mappedCategoriesHas", "controlQuestionsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "controlKindName", "controlKindNameNEQ", "controlKindNameIn", "controlKindNameNotIn", "controlKindNameContains", "controlKindNameHasPrefix", "controlKindNameHasSuffix", "controlKindNameIsNil", "controlKindNameNotNil", "controlKindNameEqualFold", "controlKindNameContainsFold", "controlKindID", "controlKindIDNEQ", "controlKindIDIn", "controlKindIDNotIn", "controlKindIDContains", "controlKindIDHasPrefix", "controlKindIDHasSuffix", "controlKindIDIsNil", "controlKindIDNotNil", "controlKindIDEqualFold", "controlKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "trustCenterVisibility", "trustCenterVisibilityNEQ", "trustCenterVisibilityIn", "trustCenterVisibilityNotIn", "trustCenterVisibilityIsNil", "trustCenterVisibilityNotNil", "isTrustCenterControl", "isTrustCenterControlNEQ", "isTrustCenterControlIsNil", "isTrustCenterControlNotNil", "hasEvidence", "hasEvidenceWith", "hasControlObjectives", "hasControlObjectivesWith", "hasTasks", "hasTasksWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasActionPlans", "hasActionPlansWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasControlOwner", "hasControlOwnerWith", "hasDelegate", "hasDelegateWith", "hasResponsibleParty", "hasResponsiblePartyWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasScans", "hasScansWith", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasControlKind", "hasControlKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasStandard", "hasStandardWith", "hasCheckResults", "hasCheckResultsWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasCampaigns", "hasCampaignsWith", "hasFindings", "hasFindingsWith", "hasControlImplementations", "hasControlImplementationsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasControlMappings", "hasControlMappingsWith", "tagsHas", "aliasesHas", "mappedCategoriesHas", "controlQuestionsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -207801,34 +202075,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -207850,27 +202096,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -207920,27 +202145,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -208011,34 +202215,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208116,34 +202292,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208221,34 +202369,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208326,34 +202446,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208417,34 +202509,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208522,34 +202586,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208627,34 +202663,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208732,34 +202740,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ReferenceIDNotIn = data - case "referenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGT = data - case "referenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGTE = data - case "referenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLT = data - case "referenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLTE = data case "referenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208837,34 +202817,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.AuditorReferenceIDNotIn = data - case "auditorReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGT = data - case "auditorReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGTE = data - case "auditorReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLT = data - case "auditorReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLTE = data case "auditorReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208942,34 +202894,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ResponsiblePartyIDNotIn = data - case "responsiblePartyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGT = data - case "responsiblePartyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGTE = data - case "responsiblePartyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLT = data - case "responsiblePartyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLTE = data case "responsiblePartyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -209131,34 +203055,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ImplementationDescriptionNotIn = data - case "implementationDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGT = data - case "implementationDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGTE = data - case "implementationDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLT = data - case "implementationDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLTE = data case "implementationDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209236,34 +203132,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.PublicRepresentationNotIn = data - case "publicRepresentationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGT = data - case "publicRepresentationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGTE = data - case "publicRepresentationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLT = data - case "publicRepresentationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLTE = data case "publicRepresentationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209383,34 +203251,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.SourceNameNotIn = data - case "sourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGT = data - case "sourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGTE = data - case "sourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLT = data - case "sourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLTE = data case "sourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209488,34 +203328,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ReferenceFrameworkNotIn = data - case "referenceFrameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGT = data - case "referenceFrameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGTE = data - case "referenceFrameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLT = data - case "referenceFrameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLTE = data case "referenceFrameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209593,34 +203405,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ReferenceFrameworkRevisionNotIn = data - case "referenceFrameworkRevisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGT = data - case "referenceFrameworkRevisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGTE = data - case "referenceFrameworkRevisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLT = data - case "referenceFrameworkRevisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLTE = data case "referenceFrameworkRevisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209698,34 +203482,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209803,34 +203559,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209908,34 +203636,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210013,34 +203713,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ControlOwnerIDNotIn = data - case "controlOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGT = data - case "controlOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGTE = data - case "controlOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLT = data - case "controlOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLTE = data case "controlOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210118,34 +203790,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210223,34 +203867,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210356,34 +203972,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210461,34 +204049,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210566,34 +204126,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ControlKindNameNotIn = data - case "controlKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameGT = data - case "controlKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameGTE = data - case "controlKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameLT = data - case "controlKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameLTE = data case "controlKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210671,34 +204203,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ControlKindIDNotIn = data - case "controlKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDGT = data - case "controlKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDGTE = data - case "controlKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDLT = data - case "controlKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDLTE = data case "controlKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210776,34 +204280,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210881,34 +204357,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210986,34 +204434,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211091,34 +204511,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -211224,34 +204616,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.RefCodeNotIn = data - case "refCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGT = data - case "refCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGTE = data - case "refCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLT = data - case "refCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLTE = data case "refCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211315,34 +204679,6 @@ func (ec *executionContext) unmarshalInputControlWhereInput(ctx context.Context, return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -231544,7 +224880,7 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "cnameRecord", "cnameRecordNEQ", "cnameRecordIn", "cnameRecordNotIn", "cnameRecordGT", "cnameRecordGTE", "cnameRecordLT", "cnameRecordLTE", "cnameRecordContains", "cnameRecordHasPrefix", "cnameRecordHasSuffix", "cnameRecordEqualFold", "cnameRecordContainsFold", "mappableDomainID", "mappableDomainIDNEQ", "mappableDomainIDIn", "mappableDomainIDNotIn", "mappableDomainIDGT", "mappableDomainIDGTE", "mappableDomainIDLT", "mappableDomainIDLTE", "mappableDomainIDContains", "mappableDomainIDHasPrefix", "mappableDomainIDHasSuffix", "mappableDomainIDEqualFold", "mappableDomainIDContainsFold", "dnsVerificationID", "dnsVerificationIDNEQ", "dnsVerificationIDIn", "dnsVerificationIDNotIn", "dnsVerificationIDGT", "dnsVerificationIDGTE", "dnsVerificationIDLT", "dnsVerificationIDLTE", "dnsVerificationIDContains", "dnsVerificationIDHasPrefix", "dnsVerificationIDHasSuffix", "dnsVerificationIDIsNil", "dnsVerificationIDNotNil", "dnsVerificationIDEqualFold", "dnsVerificationIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "domainType", "domainTypeNEQ", "domainTypeIn", "domainTypeNotIn", "hasOwner", "hasOwnerWith", "hasMappableDomain", "hasMappableDomainWith", "hasDNSVerification", "hasDNSVerificationWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "cnameRecord", "cnameRecordNEQ", "cnameRecordIn", "cnameRecordNotIn", "cnameRecordContains", "cnameRecordHasPrefix", "cnameRecordHasSuffix", "cnameRecordEqualFold", "cnameRecordContainsFold", "mappableDomainID", "mappableDomainIDNEQ", "mappableDomainIDIn", "mappableDomainIDNotIn", "mappableDomainIDContains", "mappableDomainIDHasPrefix", "mappableDomainIDHasSuffix", "mappableDomainIDEqualFold", "mappableDomainIDContainsFold", "dnsVerificationID", "dnsVerificationIDNEQ", "dnsVerificationIDIn", "dnsVerificationIDNotIn", "dnsVerificationIDContains", "dnsVerificationIDHasPrefix", "dnsVerificationIDHasSuffix", "dnsVerificationIDIsNil", "dnsVerificationIDNotNil", "dnsVerificationIDEqualFold", "dnsVerificationIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "domainType", "domainTypeNEQ", "domainTypeIn", "domainTypeNotIn", "hasOwner", "hasOwnerWith", "hasMappableDomain", "hasMappableDomainWith", "hasDNSVerification", "hasDNSVerificationWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -231600,34 +224936,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -231649,27 +224957,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -231719,27 +225006,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -231810,34 +225076,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -231915,34 +225153,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232020,34 +225230,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232125,34 +225307,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -232258,34 +225412,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232363,34 +225489,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232468,34 +225566,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.CnameRecordNotIn = data - case "cnameRecordGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordGT = data - case "cnameRecordGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordGTE = data - case "cnameRecordLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordLT = data - case "cnameRecordLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordLTE = data case "cnameRecordContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232559,34 +225629,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.MappableDomainIDNotIn = data - case "mappableDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDGT = data - case "mappableDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDGTE = data - case "mappableDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDLT = data - case "mappableDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDLTE = data case "mappableDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -232650,34 +225692,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.DNSVerificationIDNotIn = data - case "dnsVerificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDGT = data - case "dnsVerificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDGTE = data - case "dnsVerificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDLT = data - case "dnsVerificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDLTE = data case "dnsVerificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -232755,34 +225769,6 @@ func (ec *executionContext) unmarshalInputCustomDomainWhereInput(ctx context.Con return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -232966,7 +225952,7 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "objectType", "objectTypeNEQ", "objectTypeIn", "objectTypeNotIn", "objectTypeGT", "objectTypeGTE", "objectTypeLT", "objectTypeLTE", "objectTypeContains", "objectTypeHasPrefix", "objectTypeHasSuffix", "objectTypeEqualFold", "objectTypeContainsFold", "field", "fieldNEQ", "fieldIn", "fieldNotIn", "fieldGT", "fieldGTE", "fieldLT", "fieldLTE", "fieldContains", "fieldHasPrefix", "fieldHasSuffix", "fieldEqualFold", "fieldContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "color", "colorNEQ", "colorIn", "colorNotIn", "colorGT", "colorGTE", "colorLT", "colorLTE", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "icon", "iconNEQ", "iconIn", "iconNotIn", "iconGT", "iconGTE", "iconLT", "iconLTE", "iconContains", "iconHasPrefix", "iconHasSuffix", "iconIsNil", "iconNotNil", "iconEqualFold", "iconContainsFold", "hasOwner", "hasOwnerWith", "hasTasks", "hasTasksWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasRiskCategories", "hasRiskCategoriesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasActionPlans", "hasActionPlansWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "objectType", "objectTypeNEQ", "objectTypeIn", "objectTypeNotIn", "objectTypeContains", "objectTypeHasPrefix", "objectTypeHasSuffix", "objectTypeEqualFold", "objectTypeContainsFold", "field", "fieldNEQ", "fieldIn", "fieldNotIn", "fieldContains", "fieldHasPrefix", "fieldHasSuffix", "fieldEqualFold", "fieldContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "color", "colorNEQ", "colorIn", "colorNotIn", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "icon", "iconNEQ", "iconIn", "iconNotIn", "iconContains", "iconHasPrefix", "iconHasSuffix", "iconIsNil", "iconNotNil", "iconEqualFold", "iconContainsFold", "hasOwner", "hasOwnerWith", "hasTasks", "hasTasksWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasRiskCategories", "hasRiskCategoriesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasActionPlans", "hasActionPlansWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -233022,34 +226008,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -233071,27 +226029,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -233141,27 +226078,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -233232,34 +226148,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233337,34 +226225,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233442,34 +226302,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233547,34 +226379,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -233680,34 +226484,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233785,34 +226561,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233890,34 +226638,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.ObjectTypeNotIn = data - case "objectTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("objectTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ObjectTypeGT = data - case "objectTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("objectTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ObjectTypeGTE = data - case "objectTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("objectTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ObjectTypeLT = data - case "objectTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("objectTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ObjectTypeLTE = data case "objectTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("objectTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -233981,34 +226701,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.FieldNotIn = data - case "fieldGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FieldGT = data - case "fieldGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FieldGTE = data - case "fieldLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FieldLT = data - case "fieldLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FieldLTE = data case "fieldContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -234072,34 +226764,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -234163,34 +226827,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -234268,34 +226904,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.ColorNotIn = data - case "colorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGT = data - case "colorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGTE = data - case "colorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLT = data - case "colorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLTE = data case "colorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -234373,34 +226981,6 @@ func (ec *executionContext) unmarshalInputCustomTypeEnumWhereInput(ctx context.C return it, err } it.IconNotIn = data - case "iconGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("iconGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IconGT = data - case "iconGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("iconGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IconGTE = data - case "iconLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("iconLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IconLT = data - case "iconLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("iconLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IconLTE = data case "iconContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("iconContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -234661,7 +227241,7 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "cloudflareHostnameID", "cloudflareHostnameIDNEQ", "cloudflareHostnameIDIn", "cloudflareHostnameIDNotIn", "cloudflareHostnameIDGT", "cloudflareHostnameIDGTE", "cloudflareHostnameIDLT", "cloudflareHostnameIDLTE", "cloudflareHostnameIDContains", "cloudflareHostnameIDHasPrefix", "cloudflareHostnameIDHasSuffix", "cloudflareHostnameIDEqualFold", "cloudflareHostnameIDContainsFold", "dnsTxtRecord", "dnsTxtRecordNEQ", "dnsTxtRecordIn", "dnsTxtRecordNotIn", "dnsTxtRecordGT", "dnsTxtRecordGTE", "dnsTxtRecordLT", "dnsTxtRecordLTE", "dnsTxtRecordContains", "dnsTxtRecordHasPrefix", "dnsTxtRecordHasSuffix", "dnsTxtRecordEqualFold", "dnsTxtRecordContainsFold", "dnsTxtValue", "dnsTxtValueNEQ", "dnsTxtValueIn", "dnsTxtValueNotIn", "dnsTxtValueGT", "dnsTxtValueGTE", "dnsTxtValueLT", "dnsTxtValueLTE", "dnsTxtValueContains", "dnsTxtValueHasPrefix", "dnsTxtValueHasSuffix", "dnsTxtValueEqualFold", "dnsTxtValueContainsFold", "dnsVerificationStatus", "dnsVerificationStatusNEQ", "dnsVerificationStatusIn", "dnsVerificationStatusNotIn", "dnsVerificationStatusReason", "dnsVerificationStatusReasonNEQ", "dnsVerificationStatusReasonIn", "dnsVerificationStatusReasonNotIn", "dnsVerificationStatusReasonGT", "dnsVerificationStatusReasonGTE", "dnsVerificationStatusReasonLT", "dnsVerificationStatusReasonLTE", "dnsVerificationStatusReasonContains", "dnsVerificationStatusReasonHasPrefix", "dnsVerificationStatusReasonHasSuffix", "dnsVerificationStatusReasonIsNil", "dnsVerificationStatusReasonNotNil", "dnsVerificationStatusReasonEqualFold", "dnsVerificationStatusReasonContainsFold", "acmeChallengePath", "acmeChallengePathNEQ", "acmeChallengePathIn", "acmeChallengePathNotIn", "acmeChallengePathGT", "acmeChallengePathGTE", "acmeChallengePathLT", "acmeChallengePathLTE", "acmeChallengePathContains", "acmeChallengePathHasPrefix", "acmeChallengePathHasSuffix", "acmeChallengePathIsNil", "acmeChallengePathNotNil", "acmeChallengePathEqualFold", "acmeChallengePathContainsFold", "expectedAcmeChallengeValue", "expectedAcmeChallengeValueNEQ", "expectedAcmeChallengeValueIn", "expectedAcmeChallengeValueNotIn", "expectedAcmeChallengeValueGT", "expectedAcmeChallengeValueGTE", "expectedAcmeChallengeValueLT", "expectedAcmeChallengeValueLTE", "expectedAcmeChallengeValueContains", "expectedAcmeChallengeValueHasPrefix", "expectedAcmeChallengeValueHasSuffix", "expectedAcmeChallengeValueIsNil", "expectedAcmeChallengeValueNotNil", "expectedAcmeChallengeValueEqualFold", "expectedAcmeChallengeValueContainsFold", "acmeChallengeStatus", "acmeChallengeStatusNEQ", "acmeChallengeStatusIn", "acmeChallengeStatusNotIn", "acmeChallengeStatusReason", "acmeChallengeStatusReasonNEQ", "acmeChallengeStatusReasonIn", "acmeChallengeStatusReasonNotIn", "acmeChallengeStatusReasonGT", "acmeChallengeStatusReasonGTE", "acmeChallengeStatusReasonLT", "acmeChallengeStatusReasonLTE", "acmeChallengeStatusReasonContains", "acmeChallengeStatusReasonHasPrefix", "acmeChallengeStatusReasonHasSuffix", "acmeChallengeStatusReasonIsNil", "acmeChallengeStatusReasonNotNil", "acmeChallengeStatusReasonEqualFold", "acmeChallengeStatusReasonContainsFold", "hasOwner", "hasOwnerWith", "hasCustomDomains", "hasCustomDomainsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "cloudflareHostnameID", "cloudflareHostnameIDNEQ", "cloudflareHostnameIDIn", "cloudflareHostnameIDNotIn", "cloudflareHostnameIDContains", "cloudflareHostnameIDHasPrefix", "cloudflareHostnameIDHasSuffix", "cloudflareHostnameIDEqualFold", "cloudflareHostnameIDContainsFold", "dnsTxtRecord", "dnsTxtRecordNEQ", "dnsTxtRecordIn", "dnsTxtRecordNotIn", "dnsTxtRecordContains", "dnsTxtRecordHasPrefix", "dnsTxtRecordHasSuffix", "dnsTxtRecordEqualFold", "dnsTxtRecordContainsFold", "dnsTxtValue", "dnsTxtValueNEQ", "dnsTxtValueIn", "dnsTxtValueNotIn", "dnsTxtValueContains", "dnsTxtValueHasPrefix", "dnsTxtValueHasSuffix", "dnsTxtValueEqualFold", "dnsTxtValueContainsFold", "dnsVerificationStatus", "dnsVerificationStatusNEQ", "dnsVerificationStatusIn", "dnsVerificationStatusNotIn", "dnsVerificationStatusReason", "dnsVerificationStatusReasonNEQ", "dnsVerificationStatusReasonIn", "dnsVerificationStatusReasonNotIn", "dnsVerificationStatusReasonContains", "dnsVerificationStatusReasonHasPrefix", "dnsVerificationStatusReasonHasSuffix", "dnsVerificationStatusReasonIsNil", "dnsVerificationStatusReasonNotNil", "dnsVerificationStatusReasonEqualFold", "dnsVerificationStatusReasonContainsFold", "acmeChallengePath", "acmeChallengePathNEQ", "acmeChallengePathIn", "acmeChallengePathNotIn", "acmeChallengePathContains", "acmeChallengePathHasPrefix", "acmeChallengePathHasSuffix", "acmeChallengePathIsNil", "acmeChallengePathNotNil", "acmeChallengePathEqualFold", "acmeChallengePathContainsFold", "expectedAcmeChallengeValue", "expectedAcmeChallengeValueNEQ", "expectedAcmeChallengeValueIn", "expectedAcmeChallengeValueNotIn", "expectedAcmeChallengeValueContains", "expectedAcmeChallengeValueHasPrefix", "expectedAcmeChallengeValueHasSuffix", "expectedAcmeChallengeValueIsNil", "expectedAcmeChallengeValueNotNil", "expectedAcmeChallengeValueEqualFold", "expectedAcmeChallengeValueContainsFold", "acmeChallengeStatus", "acmeChallengeStatusNEQ", "acmeChallengeStatusIn", "acmeChallengeStatusNotIn", "acmeChallengeStatusReason", "acmeChallengeStatusReasonNEQ", "acmeChallengeStatusReasonIn", "acmeChallengeStatusReasonNotIn", "acmeChallengeStatusReasonContains", "acmeChallengeStatusReasonHasPrefix", "acmeChallengeStatusReasonHasSuffix", "acmeChallengeStatusReasonIsNil", "acmeChallengeStatusReasonNotNil", "acmeChallengeStatusReasonEqualFold", "acmeChallengeStatusReasonContainsFold", "hasOwner", "hasOwnerWith", "hasCustomDomains", "hasCustomDomainsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -234717,34 +227297,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -234766,27 +227318,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -234836,27 +227367,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -234927,34 +227437,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235032,34 +227514,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235137,34 +227591,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235242,34 +227668,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -235347,34 +227745,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.CloudflareHostnameIDNotIn = data - case "cloudflareHostnameIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cloudflareHostnameIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CloudflareHostnameIDGT = data - case "cloudflareHostnameIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cloudflareHostnameIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CloudflareHostnameIDGTE = data - case "cloudflareHostnameIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cloudflareHostnameIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CloudflareHostnameIDLT = data - case "cloudflareHostnameIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cloudflareHostnameIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CloudflareHostnameIDLTE = data case "cloudflareHostnameIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cloudflareHostnameIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235438,34 +227808,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.DNSTxtRecordNotIn = data - case "dnsTxtRecordGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtRecordGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtRecordGT = data - case "dnsTxtRecordGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtRecordGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtRecordGTE = data - case "dnsTxtRecordLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtRecordLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtRecordLT = data - case "dnsTxtRecordLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtRecordLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtRecordLTE = data case "dnsTxtRecordContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtRecordContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235529,34 +227871,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.DNSTxtValueNotIn = data - case "dnsTxtValueGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtValueGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtValueGT = data - case "dnsTxtValueGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtValueGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtValueGTE = data - case "dnsTxtValueLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtValueLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtValueLT = data - case "dnsTxtValueLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtValueLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSTxtValueLTE = data case "dnsTxtValueContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsTxtValueContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235648,34 +227962,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.DNSVerificationStatusReasonNotIn = data - case "dnsVerificationStatusReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationStatusReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationStatusReasonGT = data - case "dnsVerificationStatusReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationStatusReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationStatusReasonGTE = data - case "dnsVerificationStatusReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationStatusReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationStatusReasonLT = data - case "dnsVerificationStatusReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationStatusReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationStatusReasonLTE = data case "dnsVerificationStatusReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationStatusReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235753,34 +228039,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.AcmeChallengePathNotIn = data - case "acmeChallengePathGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengePathGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengePathGT = data - case "acmeChallengePathGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengePathGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengePathGTE = data - case "acmeChallengePathLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengePathLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengePathLT = data - case "acmeChallengePathLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengePathLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengePathLTE = data case "acmeChallengePathContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengePathContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235858,34 +228116,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.ExpectedAcmeChallengeValueNotIn = data - case "expectedAcmeChallengeValueGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedAcmeChallengeValueGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExpectedAcmeChallengeValueGT = data - case "expectedAcmeChallengeValueGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedAcmeChallengeValueGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExpectedAcmeChallengeValueGTE = data - case "expectedAcmeChallengeValueLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedAcmeChallengeValueLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExpectedAcmeChallengeValueLT = data - case "expectedAcmeChallengeValueLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedAcmeChallengeValueLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExpectedAcmeChallengeValueLTE = data case "expectedAcmeChallengeValueContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedAcmeChallengeValueContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -235991,34 +228221,6 @@ func (ec *executionContext) unmarshalInputDNSVerificationWhereInput(ctx context. return it, err } it.AcmeChallengeStatusReasonNotIn = data - case "acmeChallengeStatusReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengeStatusReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengeStatusReasonGT = data - case "acmeChallengeStatusReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengeStatusReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengeStatusReasonGTE = data - case "acmeChallengeStatusReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengeStatusReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengeStatusReasonLT = data - case "acmeChallengeStatusReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengeStatusReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AcmeChallengeStatusReasonLTE = data case "acmeChallengeStatusReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("acmeChallengeStatusReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -236160,7 +228362,7 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "directorySyncRunID", "directorySyncRunIDNEQ", "directorySyncRunIDIn", "directorySyncRunIDNotIn", "directorySyncRunIDGT", "directorySyncRunIDGTE", "directorySyncRunIDLT", "directorySyncRunIDLTE", "directorySyncRunIDContains", "directorySyncRunIDHasPrefix", "directorySyncRunIDHasSuffix", "directorySyncRunIDIsNil", "directorySyncRunIDNotNil", "directorySyncRunIDEqualFold", "directorySyncRunIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDGT", "directoryInstanceIDGTE", "directoryInstanceIDLT", "directoryInstanceIDLTE", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDGT", "identityHolderIDGTE", "identityHolderIDLT", "identityHolderIDLTE", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameGT", "directoryNameGTE", "directoryNameLT", "directoryNameLTE", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "secondaryKey", "secondaryKeyNEQ", "secondaryKeyIn", "secondaryKeyNotIn", "secondaryKeyGT", "secondaryKeyGTE", "secondaryKeyLT", "secondaryKeyLTE", "secondaryKeyContains", "secondaryKeyHasPrefix", "secondaryKeyHasSuffix", "secondaryKeyIsNil", "secondaryKeyNotNil", "secondaryKeyEqualFold", "secondaryKeyContainsFold", "canonicalEmail", "canonicalEmailNEQ", "canonicalEmailIn", "canonicalEmailNotIn", "canonicalEmailGT", "canonicalEmailGTE", "canonicalEmailLT", "canonicalEmailLTE", "canonicalEmailContains", "canonicalEmailHasPrefix", "canonicalEmailHasSuffix", "canonicalEmailIsNil", "canonicalEmailNotNil", "canonicalEmailEqualFold", "canonicalEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtNEQ", "avatarUpdatedAtIn", "avatarUpdatedAtNotIn", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "givenName", "givenNameNEQ", "givenNameIn", "givenNameNotIn", "givenNameGT", "givenNameGTE", "givenNameLT", "givenNameLTE", "givenNameContains", "givenNameHasPrefix", "givenNameHasSuffix", "givenNameIsNil", "givenNameNotNil", "givenNameEqualFold", "givenNameContainsFold", "familyName", "familyNameNEQ", "familyNameIn", "familyNameNotIn", "familyNameGT", "familyNameGTE", "familyNameLT", "familyNameLTE", "familyNameContains", "familyNameHasPrefix", "familyNameHasSuffix", "familyNameIsNil", "familyNameNotNil", "familyNameEqualFold", "familyNameContainsFold", "jobTitle", "jobTitleNEQ", "jobTitleIn", "jobTitleNotIn", "jobTitleGT", "jobTitleGTE", "jobTitleLT", "jobTitleLTE", "jobTitleContains", "jobTitleHasPrefix", "jobTitleHasSuffix", "jobTitleIsNil", "jobTitleNotNil", "jobTitleEqualFold", "jobTitleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentGT", "departmentGTE", "departmentLT", "departmentLTE", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "organizationUnit", "organizationUnitNEQ", "organizationUnitIn", "organizationUnitNotIn", "organizationUnitGT", "organizationUnitGTE", "organizationUnitLT", "organizationUnitLTE", "organizationUnitContains", "organizationUnitHasPrefix", "organizationUnitHasSuffix", "organizationUnitIsNil", "organizationUnitNotNil", "organizationUnitEqualFold", "organizationUnitContainsFold", "accountType", "accountTypeNEQ", "accountTypeIn", "accountTypeNotIn", "accountTypeIsNil", "accountTypeNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "mfaState", "mfaStateNEQ", "mfaStateIn", "mfaStateNotIn", "lastSeenIP", "lastSeenIPNEQ", "lastSeenIPIn", "lastSeenIPNotIn", "lastSeenIPGT", "lastSeenIPGTE", "lastSeenIPLT", "lastSeenIPLTE", "lastSeenIPContains", "lastSeenIPHasPrefix", "lastSeenIPHasSuffix", "lastSeenIPIsNil", "lastSeenIPNotNil", "lastSeenIPEqualFold", "lastSeenIPContainsFold", "lastLoginAt", "lastLoginAtNEQ", "lastLoginAtIn", "lastLoginAtNotIn", "lastLoginAtGT", "lastLoginAtGTE", "lastLoginAtLT", "lastLoginAtLTE", "lastLoginAtIsNil", "lastLoginAtNotNil", "firstSeenAt", "firstSeenAtNEQ", "firstSeenAtIn", "firstSeenAtNotIn", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtNEQ", "lastSeenAtIn", "lastSeenAtNotIn", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtNEQ", "addedAtIn", "addedAtNotIn", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtNEQ", "removedAtIn", "removedAtNotIn", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "profileHash", "profileHashNEQ", "profileHashIn", "profileHashNotIn", "profileHashGT", "profileHashGTE", "profileHashLT", "profileHashLTE", "profileHashContains", "profileHashHasPrefix", "profileHashHasSuffix", "profileHashEqualFold", "profileHashContainsFold", "sourceVersion", "sourceVersionNEQ", "sourceVersionIn", "sourceVersionNotIn", "sourceVersionGT", "sourceVersionGTE", "sourceVersionLT", "sourceVersionLTE", "sourceVersionContains", "sourceVersionHasPrefix", "sourceVersionHasSuffix", "sourceVersionIsNil", "sourceVersionNotNil", "sourceVersionEqualFold", "sourceVersionContainsFold", "primarySource", "primarySourceNEQ", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasDirectorySyncRun", "hasDirectorySyncRunWith", "hasPlatform", "hasPlatformWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasAvatarFile", "hasAvatarFileWith", "hasGroups", "hasGroupsWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasMemberships", "hasMembershipsWith", "tagsHas", "emailAliasesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "directorySyncRunID", "directorySyncRunIDNEQ", "directorySyncRunIDIn", "directorySyncRunIDNotIn", "directorySyncRunIDContains", "directorySyncRunIDHasPrefix", "directorySyncRunIDHasSuffix", "directorySyncRunIDIsNil", "directorySyncRunIDNotNil", "directorySyncRunIDEqualFold", "directorySyncRunIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "secondaryKey", "secondaryKeyNEQ", "secondaryKeyIn", "secondaryKeyNotIn", "secondaryKeyContains", "secondaryKeyHasPrefix", "secondaryKeyHasSuffix", "secondaryKeyIsNil", "secondaryKeyNotNil", "secondaryKeyEqualFold", "secondaryKeyContainsFold", "canonicalEmail", "canonicalEmailNEQ", "canonicalEmailIn", "canonicalEmailNotIn", "canonicalEmailContains", "canonicalEmailHasPrefix", "canonicalEmailHasSuffix", "canonicalEmailIsNil", "canonicalEmailNotNil", "canonicalEmailEqualFold", "canonicalEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "givenName", "givenNameNEQ", "givenNameIn", "givenNameNotIn", "givenNameContains", "givenNameHasPrefix", "givenNameHasSuffix", "givenNameIsNil", "givenNameNotNil", "givenNameEqualFold", "givenNameContainsFold", "familyName", "familyNameNEQ", "familyNameIn", "familyNameNotIn", "familyNameContains", "familyNameHasPrefix", "familyNameHasSuffix", "familyNameIsNil", "familyNameNotNil", "familyNameEqualFold", "familyNameContainsFold", "jobTitle", "jobTitleNEQ", "jobTitleIn", "jobTitleNotIn", "jobTitleContains", "jobTitleHasPrefix", "jobTitleHasSuffix", "jobTitleIsNil", "jobTitleNotNil", "jobTitleEqualFold", "jobTitleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "organizationUnit", "organizationUnitNEQ", "organizationUnitIn", "organizationUnitNotIn", "organizationUnitContains", "organizationUnitHasPrefix", "organizationUnitHasSuffix", "organizationUnitIsNil", "organizationUnitNotNil", "organizationUnitEqualFold", "organizationUnitContainsFold", "accountType", "accountTypeNEQ", "accountTypeIn", "accountTypeNotIn", "accountTypeIsNil", "accountTypeNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "mfaState", "mfaStateNEQ", "mfaStateIn", "mfaStateNotIn", "lastSeenIP", "lastSeenIPNEQ", "lastSeenIPIn", "lastSeenIPNotIn", "lastSeenIPContains", "lastSeenIPHasPrefix", "lastSeenIPHasSuffix", "lastSeenIPIsNil", "lastSeenIPNotNil", "lastSeenIPEqualFold", "lastSeenIPContainsFold", "lastLoginAt", "lastLoginAtGT", "lastLoginAtGTE", "lastLoginAtLT", "lastLoginAtLTE", "lastLoginAtIsNil", "lastLoginAtNotNil", "firstSeenAt", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "profileHash", "profileHashNEQ", "profileHashIn", "profileHashNotIn", "profileHashContains", "profileHashHasPrefix", "profileHashHasSuffix", "profileHashEqualFold", "profileHashContainsFold", "sourceVersion", "sourceVersionNEQ", "sourceVersionIn", "sourceVersionNotIn", "sourceVersionContains", "sourceVersionHasPrefix", "sourceVersionHasSuffix", "sourceVersionIsNil", "sourceVersionNotNil", "sourceVersionEqualFold", "sourceVersionContainsFold", "primarySource", "primarySourceNEQ", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasDirectorySyncRun", "hasDirectorySyncRunWith", "hasPlatform", "hasPlatformWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasAvatarFile", "hasAvatarFileWith", "hasGroups", "hasGroupsWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasMemberships", "hasMembershipsWith", "tagsHas", "emailAliasesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -236216,34 +228418,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -236265,27 +228439,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -236335,27 +228488,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -236426,34 +228558,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -236531,34 +228635,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -236636,34 +228712,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -236741,34 +228789,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -236832,34 +228852,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -236937,34 +228929,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -237042,34 +229006,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237147,34 +229083,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -237252,34 +229160,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237357,34 +229237,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237462,34 +229314,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DirectorySyncRunIDNotIn = data - case "directorySyncRunIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDGT = data - case "directorySyncRunIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDGTE = data - case "directorySyncRunIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDLT = data - case "directorySyncRunIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDLTE = data case "directorySyncRunIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237567,34 +229391,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237672,34 +229468,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DirectoryInstanceIDNotIn = data - case "directoryInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGT = data - case "directoryInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGTE = data - case "directoryInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLT = data - case "directoryInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLTE = data case "directoryInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -237777,34 +229545,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.IdentityHolderIDNotIn = data - case "identityHolderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGT = data - case "identityHolderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGTE = data - case "identityHolderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLT = data - case "identityHolderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLTE = data case "identityHolderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -237882,34 +229622,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DirectoryNameNotIn = data - case "directoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGT = data - case "directoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGTE = data - case "directoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLT = data - case "directoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLTE = data case "directoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -237987,34 +229699,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238078,34 +229762,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.SecondaryKeyNotIn = data - case "secondaryKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryKeyGT = data - case "secondaryKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryKeyGTE = data - case "secondaryKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryKeyLT = data - case "secondaryKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryKeyLTE = data case "secondaryKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238183,34 +229839,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.CanonicalEmailNotIn = data - case "canonicalEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("canonicalEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CanonicalEmailGT = data - case "canonicalEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("canonicalEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CanonicalEmailGTE = data - case "canonicalEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("canonicalEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CanonicalEmailLT = data - case "canonicalEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("canonicalEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CanonicalEmailLTE = data case "canonicalEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("canonicalEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238288,34 +229916,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238393,34 +229993,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238498,34 +230070,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238603,34 +230147,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -238687,27 +230203,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.AvatarUpdatedAt = data - case "avatarUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNEQ = data - case "avatarUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtIn = data - case "avatarUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNotIn = data case "avatarUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -238778,34 +230273,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.GivenNameNotIn = data - case "givenNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("givenNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GivenNameGT = data - case "givenNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("givenNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GivenNameGTE = data - case "givenNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("givenNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GivenNameLT = data - case "givenNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("givenNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GivenNameLTE = data case "givenNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("givenNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238883,34 +230350,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.FamilyNameNotIn = data - case "familyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyNameGT = data - case "familyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyNameGTE = data - case "familyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyNameLT = data - case "familyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyNameLTE = data case "familyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -238988,34 +230427,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.JobTitleNotIn = data - case "jobTitleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobTitleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobTitleGT = data - case "jobTitleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobTitleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobTitleGTE = data - case "jobTitleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobTitleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobTitleLT = data - case "jobTitleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobTitleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobTitleLTE = data case "jobTitleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobTitleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -239093,34 +230504,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.DepartmentNotIn = data - case "departmentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGT = data - case "departmentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGTE = data - case "departmentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLT = data - case "departmentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLTE = data case "departmentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -239198,34 +230581,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.OrganizationUnitNotIn = data - case "organizationUnitGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationUnitGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationUnitGT = data - case "organizationUnitGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationUnitGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationUnitGTE = data - case "organizationUnitLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationUnitLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationUnitLT = data - case "organizationUnitLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationUnitLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationUnitLTE = data case "organizationUnitContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationUnitContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -239401,34 +230756,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.LastSeenIPNotIn = data - case "lastSeenIPGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIPGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIPGT = data - case "lastSeenIPGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIPGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIPGTE = data - case "lastSeenIPLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIPLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIPLT = data - case "lastSeenIPLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIPLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIPLTE = data case "lastSeenIPContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIPContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -239485,27 +230812,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.LastLoginAt = data - case "lastLoginAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastLoginAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastLoginAtNEQ = data - case "lastLoginAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastLoginAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastLoginAtIn = data - case "lastLoginAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastLoginAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastLoginAtNotIn = data case "lastLoginAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastLoginAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239555,27 +230861,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.FirstSeenAt = data - case "firstSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNEQ = data - case "firstSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtIn = data - case "firstSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNotIn = data case "firstSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239625,27 +230910,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.LastSeenAt = data - case "lastSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNEQ = data - case "lastSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtIn = data - case "lastSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNotIn = data case "lastSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239695,27 +230959,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.AddedAt = data - case "addedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNEQ = data - case "addedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtIn = data - case "addedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNotIn = data case "addedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239765,27 +231008,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.RemovedAt = data - case "removedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNEQ = data - case "removedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtIn = data - case "removedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNotIn = data case "removedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239835,27 +231057,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -239912,34 +231113,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.ProfileHashNotIn = data - case "profileHashGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashGT = data - case "profileHashGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashGTE = data - case "profileHashLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashLT = data - case "profileHashLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashLTE = data case "profileHashContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -240003,34 +231176,6 @@ func (ec *executionContext) unmarshalInputDirectoryAccountWhereInput(ctx context return it, err } it.SourceVersionNotIn = data - case "sourceVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionGT = data - case "sourceVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionGTE = data - case "sourceVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionLT = data - case "sourceVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionLTE = data case "sourceVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -240333,7 +231478,7 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDEqualFold", "integrationIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDGT", "directoryInstanceIDGTE", "directoryInstanceIDLT", "directoryInstanceIDLTE", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "directorySyncRunID", "directorySyncRunIDNEQ", "directorySyncRunIDIn", "directorySyncRunIDNotIn", "directorySyncRunIDGT", "directorySyncRunIDGTE", "directorySyncRunIDLT", "directorySyncRunIDLTE", "directorySyncRunIDContains", "directorySyncRunIDHasPrefix", "directorySyncRunIDHasSuffix", "directorySyncRunIDEqualFold", "directorySyncRunIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "externalSharingAllowed", "externalSharingAllowedNEQ", "externalSharingAllowedIsNil", "externalSharingAllowedNotNil", "memberCount", "memberCountNEQ", "memberCountIn", "memberCountNotIn", "memberCountGT", "memberCountGTE", "memberCountLT", "memberCountLTE", "memberCountIsNil", "memberCountNotNil", "firstSeenAt", "firstSeenAtNEQ", "firstSeenAtIn", "firstSeenAtNotIn", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtNEQ", "lastSeenAtIn", "lastSeenAtNotIn", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtNEQ", "addedAtIn", "addedAtNotIn", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtNEQ", "removedAtIn", "removedAtNotIn", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "profileHash", "profileHashNEQ", "profileHashIn", "profileHashNotIn", "profileHashGT", "profileHashGTE", "profileHashLT", "profileHashLTE", "profileHashContains", "profileHashHasPrefix", "profileHashHasSuffix", "profileHashEqualFold", "profileHashContainsFold", "sourceVersion", "sourceVersionNEQ", "sourceVersionIn", "sourceVersionNotIn", "sourceVersionGT", "sourceVersionGTE", "sourceVersionLT", "sourceVersionLTE", "sourceVersionContains", "sourceVersionHasPrefix", "sourceVersionHasSuffix", "sourceVersionIsNil", "sourceVersionNotNil", "sourceVersionEqualFold", "sourceVersionContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameGT", "directoryNameGTE", "directoryNameLT", "directoryNameLTE", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasDirectorySyncRun", "hasDirectorySyncRunWith", "hasPlatform", "hasPlatformWith", "hasAccounts", "hasAccountsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasMembers", "hasMembersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDEqualFold", "integrationIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "directorySyncRunID", "directorySyncRunIDNEQ", "directorySyncRunIDIn", "directorySyncRunIDNotIn", "directorySyncRunIDContains", "directorySyncRunIDHasPrefix", "directorySyncRunIDHasSuffix", "directorySyncRunIDEqualFold", "directorySyncRunIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "externalSharingAllowed", "externalSharingAllowedNEQ", "externalSharingAllowedIsNil", "externalSharingAllowedNotNil", "memberCount", "memberCountNEQ", "memberCountGT", "memberCountGTE", "memberCountLT", "memberCountLTE", "memberCountIsNil", "memberCountNotNil", "firstSeenAt", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "profileHash", "profileHashNEQ", "profileHashIn", "profileHashNotIn", "profileHashContains", "profileHashHasPrefix", "profileHashHasSuffix", "profileHashEqualFold", "profileHashContainsFold", "sourceVersion", "sourceVersionNEQ", "sourceVersionIn", "sourceVersionNotIn", "sourceVersionContains", "sourceVersionHasPrefix", "sourceVersionHasSuffix", "sourceVersionIsNil", "sourceVersionNotNil", "sourceVersionEqualFold", "sourceVersionContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasDirectorySyncRun", "hasDirectorySyncRunWith", "hasPlatform", "hasPlatformWith", "hasAccounts", "hasAccountsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasMembers", "hasMembersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -240389,34 +231534,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -240438,27 +231555,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -240508,27 +231604,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -240599,34 +231674,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -240704,34 +231751,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -240809,34 +231828,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -240914,34 +231905,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -241005,34 +231968,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241110,34 +232045,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -241215,34 +232122,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241320,34 +232199,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -241425,34 +232276,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241530,34 +232353,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241621,34 +232416,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241726,34 +232493,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.DirectoryInstanceIDNotIn = data - case "directoryInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGT = data - case "directoryInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGTE = data - case "directoryInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLT = data - case "directoryInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLTE = data case "directoryInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -241831,34 +232570,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.DirectorySyncRunIDNotIn = data - case "directorySyncRunIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDGT = data - case "directorySyncRunIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDGTE = data - case "directorySyncRunIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDLT = data - case "directorySyncRunIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectorySyncRunIDLTE = data case "directorySyncRunIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directorySyncRunIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -241922,34 +232633,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -242013,34 +232696,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -242118,34 +232773,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -242293,20 +232920,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.MemberCountNEQ = data - case "memberCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("memberCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.MemberCountIn = data - case "memberCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("memberCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.MemberCountNotIn = data case "memberCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("memberCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -242356,27 +232969,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.FirstSeenAt = data - case "firstSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNEQ = data - case "firstSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtIn = data - case "firstSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNotIn = data case "firstSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -242426,27 +233018,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.LastSeenAt = data - case "lastSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNEQ = data - case "lastSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtIn = data - case "lastSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNotIn = data case "lastSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -242496,27 +233067,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.AddedAt = data - case "addedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNEQ = data - case "addedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtIn = data - case "addedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNotIn = data case "addedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -242566,27 +233116,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.RemovedAt = data - case "removedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNEQ = data - case "removedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtIn = data - case "removedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNotIn = data case "removedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -242636,27 +233165,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -242713,34 +233221,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.ProfileHashNotIn = data - case "profileHashGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashGT = data - case "profileHashGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashGTE = data - case "profileHashLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashLT = data - case "profileHashLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProfileHashLTE = data case "profileHashContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("profileHashContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -242804,34 +233284,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.SourceVersionNotIn = data - case "sourceVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionGT = data - case "sourceVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionGTE = data - case "sourceVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionLT = data - case "sourceVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceVersionLTE = data case "sourceVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -242909,34 +233361,6 @@ func (ec *executionContext) unmarshalInputDirectoryGroupWhereInput(ctx context.C return it, err } it.DirectoryNameNotIn = data - case "directoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGT = data - case "directoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGTE = data - case "directoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLT = data - case "directoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLTE = data case "directoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243176,7 +233600,7 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDGT", "directoryInstanceIDGTE", "directoryInstanceIDLT", "directoryInstanceIDLTE", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameGT", "directoryNameGTE", "directoryNameLT", "directoryNameLTE", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "firstSeenAt", "firstSeenAtNEQ", "firstSeenAtIn", "firstSeenAtNotIn", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtNEQ", "lastSeenAtIn", "lastSeenAtNotIn", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtNEQ", "addedAtIn", "addedAtNotIn", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtNEQ", "removedAtIn", "removedAtNotIn", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "lastConfirmedRunID", "lastConfirmedRunIDNEQ", "lastConfirmedRunIDIn", "lastConfirmedRunIDNotIn", "lastConfirmedRunIDGT", "lastConfirmedRunIDGTE", "lastConfirmedRunIDLT", "lastConfirmedRunIDLTE", "lastConfirmedRunIDContains", "lastConfirmedRunIDHasPrefix", "lastConfirmedRunIDHasSuffix", "lastConfirmedRunIDIsNil", "lastConfirmedRunIDNotNil", "lastConfirmedRunIDEqualFold", "lastConfirmedRunIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "directoryName", "directoryNameNEQ", "directoryNameIn", "directoryNameNotIn", "directoryNameContains", "directoryNameHasPrefix", "directoryNameHasSuffix", "directoryNameIsNil", "directoryNameNotNil", "directoryNameEqualFold", "directoryNameContainsFold", "firstSeenAt", "firstSeenAtGT", "firstSeenAtGTE", "firstSeenAtLT", "firstSeenAtLTE", "firstSeenAtIsNil", "firstSeenAtNotNil", "lastSeenAt", "lastSeenAtGT", "lastSeenAtGTE", "lastSeenAtLT", "lastSeenAtLTE", "lastSeenAtIsNil", "lastSeenAtNotNil", "addedAt", "addedAtGT", "addedAtGTE", "addedAtLT", "addedAtLTE", "addedAtIsNil", "addedAtNotNil", "removedAt", "removedAtGT", "removedAtGTE", "removedAtLT", "removedAtLTE", "removedAtIsNil", "removedAtNotNil", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "lastConfirmedRunID", "lastConfirmedRunIDNEQ", "lastConfirmedRunIDIn", "lastConfirmedRunIDNotIn", "lastConfirmedRunIDContains", "lastConfirmedRunIDHasPrefix", "lastConfirmedRunIDHasSuffix", "lastConfirmedRunIDIsNil", "lastConfirmedRunIDNotNil", "lastConfirmedRunIDEqualFold", "lastConfirmedRunIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -243232,34 +233656,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -243281,27 +233677,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -243351,27 +233726,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -243442,34 +233796,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243547,34 +233873,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243652,34 +233950,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243757,34 +234027,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243848,34 +234090,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -243953,34 +234167,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -244058,34 +234244,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.DirectoryInstanceIDNotIn = data - case "directoryInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGT = data - case "directoryInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGTE = data - case "directoryInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLT = data - case "directoryInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLTE = data case "directoryInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -244205,34 +234363,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -244310,34 +234440,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.DirectoryNameNotIn = data - case "directoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGT = data - case "directoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameGTE = data - case "directoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLT = data - case "directoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryNameLTE = data case "directoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -244394,27 +234496,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.FirstSeenAt = data - case "firstSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNEQ = data - case "firstSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtIn = data - case "firstSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FirstSeenAtNotIn = data case "firstSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -244464,27 +234545,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.LastSeenAt = data - case "lastSeenAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNEQ = data - case "lastSeenAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtIn = data - case "lastSeenAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenAtNotIn = data case "lastSeenAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -244534,27 +234594,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.AddedAt = data - case "addedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNEQ = data - case "addedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtIn = data - case "addedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AddedAtNotIn = data case "addedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -244604,27 +234643,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.RemovedAt = data - case "removedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNEQ = data - case "removedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtIn = data - case "removedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemovedAtNotIn = data case "removedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("removedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -244674,27 +234692,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -244751,34 +234748,6 @@ func (ec *executionContext) unmarshalInputDirectoryMembershipWhereInput(ctx cont return it, err } it.LastConfirmedRunIDNotIn = data - case "lastConfirmedRunIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastConfirmedRunIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastConfirmedRunIDGT = data - case "lastConfirmedRunIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastConfirmedRunIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastConfirmedRunIDGTE = data - case "lastConfirmedRunIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastConfirmedRunIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastConfirmedRunIDLT = data - case "lastConfirmedRunIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastConfirmedRunIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastConfirmedRunIDLTE = data case "lastConfirmedRunIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastConfirmedRunIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -244885,7 +234854,7 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDEqualFold", "integrationIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDGT", "directoryInstanceIDGTE", "directoryInstanceIDLT", "directoryInstanceIDLTE", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "startedAt", "startedAtNEQ", "startedAtIn", "startedAtNotIn", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "sourceCursor", "sourceCursorNEQ", "sourceCursorIn", "sourceCursorNotIn", "sourceCursorGT", "sourceCursorGTE", "sourceCursorLT", "sourceCursorLTE", "sourceCursorContains", "sourceCursorHasPrefix", "sourceCursorHasSuffix", "sourceCursorIsNil", "sourceCursorNotNil", "sourceCursorEqualFold", "sourceCursorContainsFold", "fullCount", "fullCountNEQ", "fullCountIn", "fullCountNotIn", "fullCountGT", "fullCountGTE", "fullCountLT", "fullCountLTE", "deltaCount", "deltaCountNEQ", "deltaCountIn", "deltaCountNotIn", "deltaCountGT", "deltaCountGTE", "deltaCountLT", "deltaCountLTE", "error", "errorNEQ", "errorIn", "errorNotIn", "errorGT", "errorGTE", "errorLT", "errorLTE", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "rawManifestFileID", "rawManifestFileIDNEQ", "rawManifestFileIDIn", "rawManifestFileIDNotIn", "rawManifestFileIDGT", "rawManifestFileIDGTE", "rawManifestFileIDLT", "rawManifestFileIDLTE", "rawManifestFileIDContains", "rawManifestFileIDHasPrefix", "rawManifestFileIDHasSuffix", "rawManifestFileIDIsNil", "rawManifestFileIDNotNil", "rawManifestFileIDEqualFold", "rawManifestFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasPlatform", "hasPlatformWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDEqualFold", "integrationIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "directoryInstanceID", "directoryInstanceIDNEQ", "directoryInstanceIDIn", "directoryInstanceIDNotIn", "directoryInstanceIDContains", "directoryInstanceIDHasPrefix", "directoryInstanceIDHasSuffix", "directoryInstanceIDIsNil", "directoryInstanceIDNotNil", "directoryInstanceIDEqualFold", "directoryInstanceIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "startedAt", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "sourceCursor", "sourceCursorNEQ", "sourceCursorIn", "sourceCursorNotIn", "sourceCursorContains", "sourceCursorHasPrefix", "sourceCursorHasSuffix", "sourceCursorIsNil", "sourceCursorNotNil", "sourceCursorEqualFold", "sourceCursorContainsFold", "fullCount", "fullCountNEQ", "fullCountGT", "fullCountGTE", "fullCountLT", "fullCountLTE", "deltaCount", "deltaCountNEQ", "deltaCountGT", "deltaCountGTE", "deltaCountLT", "deltaCountLTE", "error", "errorNEQ", "errorIn", "errorNotIn", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "rawManifestFileID", "rawManifestFileIDNEQ", "rawManifestFileIDIn", "rawManifestFileIDNotIn", "rawManifestFileIDContains", "rawManifestFileIDHasPrefix", "rawManifestFileIDHasSuffix", "rawManifestFileIDIsNil", "rawManifestFileIDNotNil", "rawManifestFileIDEqualFold", "rawManifestFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegration", "hasIntegrationWith", "hasPlatform", "hasPlatformWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -244941,34 +234910,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -244990,27 +234931,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -245060,27 +234980,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -245151,34 +235050,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245256,34 +235127,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245361,34 +235204,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245466,34 +235281,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245557,34 +235344,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -245662,34 +235421,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245767,34 +235498,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -245872,34 +235575,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -245977,34 +235652,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -246082,34 +235729,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -246173,34 +235792,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -246278,34 +235869,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.DirectoryInstanceIDNotIn = data - case "directoryInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGT = data - case "directoryInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDGTE = data - case "directoryInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLT = data - case "directoryInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryInstanceIDLTE = data case "directoryInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -246390,27 +235953,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.StartedAt = data - case "startedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNEQ = data - case "startedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtIn = data - case "startedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNotIn = data case "startedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -246446,27 +235988,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -246537,34 +236058,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.SourceCursorNotIn = data - case "sourceCursorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceCursorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceCursorGT = data - case "sourceCursorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceCursorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceCursorGTE = data - case "sourceCursorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceCursorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceCursorLT = data - case "sourceCursorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceCursorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceCursorLTE = data case "sourceCursorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceCursorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -246628,20 +236121,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.FullCountNEQ = data - case "fullCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.FullCountIn = data - case "fullCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.FullCountNotIn = data case "fullCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -246684,20 +236163,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.DeltaCountNEQ = data - case "deltaCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("deltaCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DeltaCountIn = data - case "deltaCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("deltaCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DeltaCountNotIn = data case "deltaCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("deltaCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -246754,34 +236219,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.ErrorNotIn = data - case "errorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGT = data - case "errorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGTE = data - case "errorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLT = data - case "errorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLTE = data case "errorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -246859,34 +236296,6 @@ func (ec *executionContext) unmarshalInputDirectorySyncRunWhereInput(ctx context return it, err } it.RawManifestFileIDNotIn = data - case "rawManifestFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("rawManifestFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RawManifestFileIDGT = data - case "rawManifestFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("rawManifestFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RawManifestFileIDGTE = data - case "rawManifestFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("rawManifestFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RawManifestFileIDLT = data - case "rawManifestFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("rawManifestFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RawManifestFileIDLTE = data case "rawManifestFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("rawManifestFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -247105,7 +236514,7 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "isResolved", "isResolvedNEQ", "hasOwner", "hasOwnerWith", "hasComments", "hasCommentsWith", "hasControl", "hasControlWith", "hasSubcontrol", "hasSubcontrolWith", "hasProcedure", "hasProcedureWith", "hasRisk", "hasRiskWith", "hasInternalPolicy", "hasInternalPolicyWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "isResolved", "isResolvedNEQ", "hasOwner", "hasOwnerWith", "hasComments", "hasCommentsWith", "hasControl", "hasControlWith", "hasSubcontrol", "hasSubcontrolWith", "hasProcedure", "hasProcedureWith", "hasRisk", "hasRiskWith", "hasInternalPolicy", "hasInternalPolicyWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -247161,34 +236570,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -247210,27 +236591,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -247280,27 +236640,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -247371,34 +236710,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -247476,34 +236787,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -247581,34 +236864,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -247686,34 +236941,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -247791,34 +237018,6 @@ func (ec *executionContext) unmarshalInputDiscussionWhereInput(ctx context.Conte return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -248037,7 +237236,7 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasTemplate", "hasTemplateWith", "hasEntities", "hasEntitiesWith", "hasFiles", "hasFilesWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasTemplate", "hasTemplateWith", "hasEntities", "hasEntitiesWith", "hasFiles", "hasFilesWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -248093,34 +237292,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -248142,27 +237313,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -248212,27 +237362,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -248303,34 +237432,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -248408,34 +237509,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -248513,34 +237586,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -248618,34 +237663,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -248723,34 +237740,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -248828,34 +237817,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -248933,34 +237894,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -249038,34 +237971,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -249143,34 +238048,6 @@ func (ec *executionContext) unmarshalInputDocumentDataWhereInput(ctx context.Con return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -249368,7 +238245,7 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyGT", "keyGTE", "keyLT", "keyLTE", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "format", "formatNEQ", "formatIn", "formatNotIn", "formatIsNil", "formatNotNil", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeGT", "localeGTE", "localeLT", "localeLTE", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateGT", "subjectTemplateGTE", "subjectTemplateLT", "subjectTemplateLTE", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "preheaderTemplate", "preheaderTemplateNEQ", "preheaderTemplateIn", "preheaderTemplateNotIn", "preheaderTemplateGT", "preheaderTemplateGTE", "preheaderTemplateLT", "preheaderTemplateLTE", "preheaderTemplateContains", "preheaderTemplateHasPrefix", "preheaderTemplateHasSuffix", "preheaderTemplateIsNil", "preheaderTemplateNotNil", "preheaderTemplateEqualFold", "preheaderTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateGT", "bodyTemplateGTE", "bodyTemplateLT", "bodyTemplateLTE", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "textTemplate", "textTemplateNEQ", "textTemplateIn", "textTemplateNotIn", "textTemplateGT", "textTemplateGTE", "textTemplateLT", "textTemplateLTE", "textTemplateContains", "textTemplateHasPrefix", "textTemplateHasSuffix", "textTemplateIsNil", "textTemplateNotNil", "textTemplateEqualFold", "textTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDGT", "workflowDefinitionIDGTE", "workflowDefinitionIDLT", "workflowDefinitionIDLTE", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDIsNil", "workflowInstanceIDNotNil", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasIntegration", "hasIntegrationWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaigns", "hasCampaignsWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasFiles", "hasFilesWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "format", "formatNEQ", "formatIn", "formatNotIn", "formatIsNil", "formatNotNil", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "preheaderTemplate", "preheaderTemplateNEQ", "preheaderTemplateIn", "preheaderTemplateNotIn", "preheaderTemplateContains", "preheaderTemplateHasPrefix", "preheaderTemplateHasSuffix", "preheaderTemplateIsNil", "preheaderTemplateNotNil", "preheaderTemplateEqualFold", "preheaderTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "textTemplate", "textTemplateNEQ", "textTemplateIn", "textTemplateNotIn", "textTemplateContains", "textTemplateHasPrefix", "textTemplateHasSuffix", "textTemplateIsNil", "textTemplateNotNil", "textTemplateEqualFold", "textTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDIsNil", "workflowInstanceIDNotNil", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasIntegration", "hasIntegrationWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaigns", "hasCampaignsWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasFiles", "hasFilesWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -249424,34 +238301,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -249473,27 +238322,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -249543,27 +238371,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -249634,34 +238441,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -249739,34 +238518,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -249844,34 +238595,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -249949,34 +238672,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250054,34 +238749,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -250187,34 +238854,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250292,34 +238931,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250397,34 +239008,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.KeyNotIn = data - case "keyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGT = data - case "keyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGTE = data - case "keyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLT = data - case "keyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLTE = data case "keyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250488,34 +239071,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250579,34 +239134,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250726,34 +239253,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.LocaleNotIn = data - case "localeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGT = data - case "localeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGTE = data - case "localeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLT = data - case "localeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLTE = data case "localeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250817,34 +239316,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.SubjectTemplateNotIn = data - case "subjectTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGT = data - case "subjectTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGTE = data - case "subjectTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLT = data - case "subjectTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLTE = data case "subjectTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -250922,34 +239393,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.PreheaderTemplateNotIn = data - case "preheaderTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateGT = data - case "preheaderTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateGTE = data - case "preheaderTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateLT = data - case "preheaderTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateLTE = data case "preheaderTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -251027,34 +239470,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.BodyTemplateNotIn = data - case "bodyTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGT = data - case "bodyTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGTE = data - case "bodyTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLT = data - case "bodyTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLTE = data case "bodyTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -251132,34 +239547,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.TextTemplateNotIn = data - case "textTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateGT = data - case "textTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateGTE = data - case "textTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateLT = data - case "textTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateLTE = data case "textTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -251237,20 +239624,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.VersionNEQ = data - case "versionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionIn = data - case "versionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionNotIn = data case "versionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -251349,34 +239722,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -251454,34 +239799,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.WorkflowDefinitionIDNotIn = data - case "workflowDefinitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGT = data - case "workflowDefinitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGTE = data - case "workflowDefinitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLT = data - case "workflowDefinitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLTE = data case "workflowDefinitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -251559,34 +239876,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -251664,34 +239953,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateWhereInput(ctx context.Co return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -251993,7 +240254,7 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "hasOwner", "hasOwnerWith", "hasEntities", "hasEntitiesWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "hasOwner", "hasOwnerWith", "hasEntities", "hasEntitiesWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -252049,34 +240310,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -252098,27 +240331,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -252168,27 +240380,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -252259,34 +240450,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -252364,34 +240527,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -252469,34 +240604,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -252574,34 +240681,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -252707,34 +240786,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -252812,34 +240863,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -252917,34 +240940,6 @@ func (ec *executionContext) unmarshalInputEntityTypeWhereInput(ctx context.Conte return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -253031,7 +241026,7 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "lastReviewedAt", "lastReviewedAtNEQ", "lastReviewedAtIn", "lastReviewedAtNotIn", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "entityRelationshipStateName", "entityRelationshipStateNameNEQ", "entityRelationshipStateNameIn", "entityRelationshipStateNameNotIn", "entityRelationshipStateNameGT", "entityRelationshipStateNameGTE", "entityRelationshipStateNameLT", "entityRelationshipStateNameLTE", "entityRelationshipStateNameContains", "entityRelationshipStateNameHasPrefix", "entityRelationshipStateNameHasSuffix", "entityRelationshipStateNameIsNil", "entityRelationshipStateNameNotNil", "entityRelationshipStateNameEqualFold", "entityRelationshipStateNameContainsFold", "entityRelationshipStateID", "entityRelationshipStateIDNEQ", "entityRelationshipStateIDIn", "entityRelationshipStateIDNotIn", "entityRelationshipStateIDGT", "entityRelationshipStateIDGTE", "entityRelationshipStateIDLT", "entityRelationshipStateIDLTE", "entityRelationshipStateIDContains", "entityRelationshipStateIDHasPrefix", "entityRelationshipStateIDHasSuffix", "entityRelationshipStateIDIsNil", "entityRelationshipStateIDNotNil", "entityRelationshipStateIDEqualFold", "entityRelationshipStateIDContainsFold", "entitySecurityQuestionnaireStatusName", "entitySecurityQuestionnaireStatusNameNEQ", "entitySecurityQuestionnaireStatusNameIn", "entitySecurityQuestionnaireStatusNameNotIn", "entitySecurityQuestionnaireStatusNameGT", "entitySecurityQuestionnaireStatusNameGTE", "entitySecurityQuestionnaireStatusNameLT", "entitySecurityQuestionnaireStatusNameLTE", "entitySecurityQuestionnaireStatusNameContains", "entitySecurityQuestionnaireStatusNameHasPrefix", "entitySecurityQuestionnaireStatusNameHasSuffix", "entitySecurityQuestionnaireStatusNameIsNil", "entitySecurityQuestionnaireStatusNameNotNil", "entitySecurityQuestionnaireStatusNameEqualFold", "entitySecurityQuestionnaireStatusNameContainsFold", "entitySecurityQuestionnaireStatusID", "entitySecurityQuestionnaireStatusIDNEQ", "entitySecurityQuestionnaireStatusIDIn", "entitySecurityQuestionnaireStatusIDNotIn", "entitySecurityQuestionnaireStatusIDGT", "entitySecurityQuestionnaireStatusIDGTE", "entitySecurityQuestionnaireStatusIDLT", "entitySecurityQuestionnaireStatusIDLTE", "entitySecurityQuestionnaireStatusIDContains", "entitySecurityQuestionnaireStatusIDHasPrefix", "entitySecurityQuestionnaireStatusIDHasSuffix", "entitySecurityQuestionnaireStatusIDIsNil", "entitySecurityQuestionnaireStatusIDNotNil", "entitySecurityQuestionnaireStatusIDEqualFold", "entitySecurityQuestionnaireStatusIDContainsFold", "entitySourceTypeName", "entitySourceTypeNameNEQ", "entitySourceTypeNameIn", "entitySourceTypeNameNotIn", "entitySourceTypeNameGT", "entitySourceTypeNameGTE", "entitySourceTypeNameLT", "entitySourceTypeNameLTE", "entitySourceTypeNameContains", "entitySourceTypeNameHasPrefix", "entitySourceTypeNameHasSuffix", "entitySourceTypeNameIsNil", "entitySourceTypeNameNotNil", "entitySourceTypeNameEqualFold", "entitySourceTypeNameContainsFold", "entitySourceTypeID", "entitySourceTypeIDNEQ", "entitySourceTypeIDIn", "entitySourceTypeIDNotIn", "entitySourceTypeIDGT", "entitySourceTypeIDGTE", "entitySourceTypeIDLT", "entitySourceTypeIDLTE", "entitySourceTypeIDContains", "entitySourceTypeIDHasPrefix", "entitySourceTypeIDHasSuffix", "entitySourceTypeIDIsNil", "entitySourceTypeIDNotNil", "entitySourceTypeIDEqualFold", "entitySourceTypeIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "entityTypeID", "entityTypeIDNEQ", "entityTypeIDIn", "entityTypeIDNotIn", "entityTypeIDGT", "entityTypeIDGTE", "entityTypeIDLT", "entityTypeIDLTE", "entityTypeIDContains", "entityTypeIDHasPrefix", "entityTypeIDHasSuffix", "entityTypeIDIsNil", "entityTypeIDNotNil", "entityTypeIDEqualFold", "entityTypeIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedForUse", "approvedForUseNEQ", "approvedForUseIsNil", "approvedForUseNotNil", "hasSoc2", "hasSoc2NEQ", "hasSoc2IsNil", "hasSoc2NotNil", "soc2PeriodEnd", "soc2PeriodEndNEQ", "soc2PeriodEndIn", "soc2PeriodEndNotIn", "soc2PeriodEndGT", "soc2PeriodEndGTE", "soc2PeriodEndLT", "soc2PeriodEndLTE", "soc2PeriodEndIsNil", "soc2PeriodEndNotNil", "contractStartDate", "contractStartDateNEQ", "contractStartDateIn", "contractStartDateNotIn", "contractStartDateGT", "contractStartDateGTE", "contractStartDateLT", "contractStartDateLTE", "contractStartDateIsNil", "contractStartDateNotNil", "contractEndDate", "contractEndDateNEQ", "contractEndDateIn", "contractEndDateNotIn", "contractEndDateGT", "contractEndDateGTE", "contractEndDateLT", "contractEndDateLTE", "contractEndDateIsNil", "contractEndDateNotNil", "autoRenews", "autoRenewsNEQ", "autoRenewsIsNil", "autoRenewsNotNil", "terminationNoticeDays", "terminationNoticeDaysNEQ", "terminationNoticeDaysIn", "terminationNoticeDaysNotIn", "terminationNoticeDaysGT", "terminationNoticeDaysGTE", "terminationNoticeDaysLT", "terminationNoticeDaysLTE", "terminationNoticeDaysIsNil", "terminationNoticeDaysNotNil", "annualSpend", "annualSpendNEQ", "annualSpendIn", "annualSpendNotIn", "annualSpendGT", "annualSpendGTE", "annualSpendLT", "annualSpendLTE", "annualSpendIsNil", "annualSpendNotNil", "spendCurrency", "spendCurrencyNEQ", "spendCurrencyIn", "spendCurrencyNotIn", "spendCurrencyGT", "spendCurrencyGTE", "spendCurrencyLT", "spendCurrencyLTE", "spendCurrencyContains", "spendCurrencyHasPrefix", "spendCurrencyHasSuffix", "spendCurrencyIsNil", "spendCurrencyNotNil", "spendCurrencyEqualFold", "spendCurrencyContainsFold", "billingModel", "billingModelNEQ", "billingModelIn", "billingModelNotIn", "billingModelGT", "billingModelGTE", "billingModelLT", "billingModelLTE", "billingModelContains", "billingModelHasPrefix", "billingModelHasSuffix", "billingModelIsNil", "billingModelNotNil", "billingModelEqualFold", "billingModelContainsFold", "renewalRisk", "renewalRiskNEQ", "renewalRiskIn", "renewalRiskNotIn", "renewalRiskGT", "renewalRiskGTE", "renewalRiskLT", "renewalRiskLTE", "renewalRiskContains", "renewalRiskHasPrefix", "renewalRiskHasSuffix", "renewalRiskIsNil", "renewalRiskNotNil", "renewalRiskEqualFold", "renewalRiskContainsFold", "ssoEnforced", "ssoEnforcedNEQ", "ssoEnforcedIsNil", "ssoEnforcedNotNil", "mfaSupported", "mfaSupportedNEQ", "mfaSupportedIsNil", "mfaSupportedNotNil", "mfaEnforced", "mfaEnforcedNEQ", "mfaEnforcedIsNil", "mfaEnforcedNotNil", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLGT", "statusPageURLGTE", "statusPageURLLT", "statusPageURLLTE", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "riskRating", "riskRatingNEQ", "riskRatingIn", "riskRatingNotIn", "riskRatingGT", "riskRatingGTE", "riskRatingLT", "riskRatingLTE", "riskRatingContains", "riskRatingHasPrefix", "riskRatingHasSuffix", "riskRatingIsNil", "riskRatingNotNil", "riskRatingEqualFold", "riskRatingContainsFold", "riskScore", "riskScoreNEQ", "riskScoreIn", "riskScoreNotIn", "riskScoreGT", "riskScoreGTE", "riskScoreLT", "riskScoreLTE", "riskScoreIsNil", "riskScoreNotNil", "riskScoreCoverage", "riskScoreCoverageNEQ", "riskScoreCoverageIn", "riskScoreCoverageNotIn", "riskScoreCoverageGT", "riskScoreCoverageGTE", "riskScoreCoverageLT", "riskScoreCoverageLTE", "riskScoreCoverageIsNil", "riskScoreCoverageNotNil", "tier", "tierNEQ", "tierIn", "tierNotIn", "tierIsNil", "tierNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "nextReviewAt", "nextReviewAtNEQ", "nextReviewAtIn", "nextReviewAtNotIn", "nextReviewAtGT", "nextReviewAtGTE", "nextReviewAtLT", "nextReviewAtLTE", "nextReviewAtIsNil", "nextReviewAtNotNil", "contractRenewalAt", "contractRenewalAtNEQ", "contractRenewalAtIn", "contractRenewalAtNotIn", "contractRenewalAtGT", "contractRenewalAtGTE", "contractRenewalAtLT", "contractRenewalAtLTE", "contractRenewalAtIsNil", "contractRenewalAtNotNil", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasEntityRelationshipState", "hasEntityRelationshipStateWith", "hasEntitySecurityQuestionnaireStatus", "hasEntitySecurityQuestionnaireStatusWith", "hasEntitySourceType", "hasEntitySourceTypeWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasContacts", "hasContactsWith", "hasDocuments", "hasDocumentsWith", "hasNotes", "hasNotesWith", "hasFiles", "hasFilesWith", "hasAssets", "hasAssetsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasScans", "hasScansWith", "hasCampaigns", "hasCampaignsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasIntegrations", "hasIntegrationsWith", "hasSubprocessors", "hasSubprocessorsWith", "hasAuthMethods", "hasAuthMethodsWith", "hasEmployerIdentityHolders", "hasEmployerIdentityHoldersWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasPlatforms", "hasPlatformsWith", "hasOutOfScopePlatforms", "hasOutOfScopePlatformsWith", "hasSourcePlatforms", "hasSourcePlatformsWith", "hasEntityType", "hasEntityTypeWith", "hasLogoFile", "hasLogoFileWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas", "domainsHas", "aliasesHas", "linkedAssetIdsHas", "providedServicesHas", "linksHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "lastReviewedAt", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "entityRelationshipStateName", "entityRelationshipStateNameNEQ", "entityRelationshipStateNameIn", "entityRelationshipStateNameNotIn", "entityRelationshipStateNameContains", "entityRelationshipStateNameHasPrefix", "entityRelationshipStateNameHasSuffix", "entityRelationshipStateNameIsNil", "entityRelationshipStateNameNotNil", "entityRelationshipStateNameEqualFold", "entityRelationshipStateNameContainsFold", "entityRelationshipStateID", "entityRelationshipStateIDNEQ", "entityRelationshipStateIDIn", "entityRelationshipStateIDNotIn", "entityRelationshipStateIDContains", "entityRelationshipStateIDHasPrefix", "entityRelationshipStateIDHasSuffix", "entityRelationshipStateIDIsNil", "entityRelationshipStateIDNotNil", "entityRelationshipStateIDEqualFold", "entityRelationshipStateIDContainsFold", "entitySecurityQuestionnaireStatusName", "entitySecurityQuestionnaireStatusNameNEQ", "entitySecurityQuestionnaireStatusNameIn", "entitySecurityQuestionnaireStatusNameNotIn", "entitySecurityQuestionnaireStatusNameContains", "entitySecurityQuestionnaireStatusNameHasPrefix", "entitySecurityQuestionnaireStatusNameHasSuffix", "entitySecurityQuestionnaireStatusNameIsNil", "entitySecurityQuestionnaireStatusNameNotNil", "entitySecurityQuestionnaireStatusNameEqualFold", "entitySecurityQuestionnaireStatusNameContainsFold", "entitySecurityQuestionnaireStatusID", "entitySecurityQuestionnaireStatusIDNEQ", "entitySecurityQuestionnaireStatusIDIn", "entitySecurityQuestionnaireStatusIDNotIn", "entitySecurityQuestionnaireStatusIDContains", "entitySecurityQuestionnaireStatusIDHasPrefix", "entitySecurityQuestionnaireStatusIDHasSuffix", "entitySecurityQuestionnaireStatusIDIsNil", "entitySecurityQuestionnaireStatusIDNotNil", "entitySecurityQuestionnaireStatusIDEqualFold", "entitySecurityQuestionnaireStatusIDContainsFold", "entitySourceTypeName", "entitySourceTypeNameNEQ", "entitySourceTypeNameIn", "entitySourceTypeNameNotIn", "entitySourceTypeNameContains", "entitySourceTypeNameHasPrefix", "entitySourceTypeNameHasSuffix", "entitySourceTypeNameIsNil", "entitySourceTypeNameNotNil", "entitySourceTypeNameEqualFold", "entitySourceTypeNameContainsFold", "entitySourceTypeID", "entitySourceTypeIDNEQ", "entitySourceTypeIDIn", "entitySourceTypeIDNotIn", "entitySourceTypeIDContains", "entitySourceTypeIDHasPrefix", "entitySourceTypeIDHasSuffix", "entitySourceTypeIDIsNil", "entitySourceTypeIDNotNil", "entitySourceTypeIDEqualFold", "entitySourceTypeIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "entityTypeID", "entityTypeIDNEQ", "entityTypeIDIn", "entityTypeIDNotIn", "entityTypeIDContains", "entityTypeIDHasPrefix", "entityTypeIDHasSuffix", "entityTypeIDIsNil", "entityTypeIDNotNil", "entityTypeIDEqualFold", "entityTypeIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedForUse", "approvedForUseNEQ", "approvedForUseIsNil", "approvedForUseNotNil", "hasSoc2", "hasSoc2NEQ", "hasSoc2IsNil", "hasSoc2NotNil", "soc2PeriodEnd", "soc2PeriodEndGT", "soc2PeriodEndGTE", "soc2PeriodEndLT", "soc2PeriodEndLTE", "soc2PeriodEndIsNil", "soc2PeriodEndNotNil", "contractStartDate", "contractStartDateGT", "contractStartDateGTE", "contractStartDateLT", "contractStartDateLTE", "contractStartDateIsNil", "contractStartDateNotNil", "contractEndDate", "contractEndDateGT", "contractEndDateGTE", "contractEndDateLT", "contractEndDateLTE", "contractEndDateIsNil", "contractEndDateNotNil", "autoRenews", "autoRenewsNEQ", "autoRenewsIsNil", "autoRenewsNotNil", "terminationNoticeDays", "terminationNoticeDaysNEQ", "terminationNoticeDaysGT", "terminationNoticeDaysGTE", "terminationNoticeDaysLT", "terminationNoticeDaysLTE", "terminationNoticeDaysIsNil", "terminationNoticeDaysNotNil", "annualSpend", "annualSpendNEQ", "annualSpendIn", "annualSpendNotIn", "annualSpendGT", "annualSpendGTE", "annualSpendLT", "annualSpendLTE", "annualSpendIsNil", "annualSpendNotNil", "spendCurrency", "spendCurrencyNEQ", "spendCurrencyIn", "spendCurrencyNotIn", "spendCurrencyContains", "spendCurrencyHasPrefix", "spendCurrencyHasSuffix", "spendCurrencyIsNil", "spendCurrencyNotNil", "spendCurrencyEqualFold", "spendCurrencyContainsFold", "billingModel", "billingModelNEQ", "billingModelIn", "billingModelNotIn", "billingModelContains", "billingModelHasPrefix", "billingModelHasSuffix", "billingModelIsNil", "billingModelNotNil", "billingModelEqualFold", "billingModelContainsFold", "renewalRisk", "renewalRiskNEQ", "renewalRiskIn", "renewalRiskNotIn", "renewalRiskContains", "renewalRiskHasPrefix", "renewalRiskHasSuffix", "renewalRiskIsNil", "renewalRiskNotNil", "renewalRiskEqualFold", "renewalRiskContainsFold", "ssoEnforced", "ssoEnforcedNEQ", "ssoEnforcedIsNil", "ssoEnforcedNotNil", "mfaSupported", "mfaSupportedNEQ", "mfaSupportedIsNil", "mfaSupportedNotNil", "mfaEnforced", "mfaEnforcedNEQ", "mfaEnforcedIsNil", "mfaEnforcedNotNil", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "riskRating", "riskRatingNEQ", "riskRatingIn", "riskRatingNotIn", "riskRatingContains", "riskRatingHasPrefix", "riskRatingHasSuffix", "riskRatingIsNil", "riskRatingNotNil", "riskRatingEqualFold", "riskRatingContainsFold", "riskScore", "riskScoreNEQ", "riskScoreGT", "riskScoreGTE", "riskScoreLT", "riskScoreLTE", "riskScoreIsNil", "riskScoreNotNil", "riskScoreCoverage", "riskScoreCoverageNEQ", "riskScoreCoverageGT", "riskScoreCoverageGTE", "riskScoreCoverageLT", "riskScoreCoverageLTE", "riskScoreCoverageIsNil", "riskScoreCoverageNotNil", "tier", "tierNEQ", "tierIn", "tierNotIn", "tierIsNil", "tierNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "nextReviewAt", "nextReviewAtGT", "nextReviewAtGTE", "nextReviewAtLT", "nextReviewAtLTE", "nextReviewAtIsNil", "nextReviewAtNotNil", "contractRenewalAt", "contractRenewalAtGT", "contractRenewalAtGTE", "contractRenewalAtLT", "contractRenewalAtLTE", "contractRenewalAtIsNil", "contractRenewalAtNotNil", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasEntityRelationshipState", "hasEntityRelationshipStateWith", "hasEntitySecurityQuestionnaireStatus", "hasEntitySecurityQuestionnaireStatusWith", "hasEntitySourceType", "hasEntitySourceTypeWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasContacts", "hasContactsWith", "hasDocuments", "hasDocumentsWith", "hasNotes", "hasNotesWith", "hasFiles", "hasFilesWith", "hasAssets", "hasAssetsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasScans", "hasScansWith", "hasCampaigns", "hasCampaignsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasIntegrations", "hasIntegrationsWith", "hasSubprocessors", "hasSubprocessorsWith", "hasAuthMethods", "hasAuthMethodsWith", "hasEmployerIdentityHolders", "hasEmployerIdentityHoldersWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasPlatforms", "hasPlatformsWith", "hasOutOfScopePlatforms", "hasOutOfScopePlatformsWith", "hasSourcePlatforms", "hasSourcePlatformsWith", "hasEntityType", "hasEntityTypeWith", "hasLogoFile", "hasLogoFileWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas", "domainsHas", "aliasesHas", "linkedAssetIdsHas", "providedServicesHas", "linksHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -253087,34 +241082,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -253136,27 +241103,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -253206,27 +241152,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -253297,34 +241222,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -253402,34 +241299,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -253507,34 +241376,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -253612,34 +241453,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -253717,34 +241530,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -253822,34 +241607,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -253927,34 +241684,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -254032,34 +241761,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -254137,34 +241838,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -254242,34 +241915,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -254326,27 +241971,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.LastReviewedAt = data - case "lastReviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNEQ = data - case "lastReviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtIn = data - case "lastReviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNotIn = data case "lastReviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -254445,34 +242069,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -254550,34 +242146,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -254655,34 +242223,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntityRelationshipStateNameNotIn = data - case "entityRelationshipStateNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameGT = data - case "entityRelationshipStateNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameGTE = data - case "entityRelationshipStateNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameLT = data - case "entityRelationshipStateNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameLTE = data case "entityRelationshipStateNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -254760,34 +242300,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntityRelationshipStateIDNotIn = data - case "entityRelationshipStateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDGT = data - case "entityRelationshipStateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDGTE = data - case "entityRelationshipStateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDLT = data - case "entityRelationshipStateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDLTE = data case "entityRelationshipStateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -254865,34 +242377,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntitySecurityQuestionnaireStatusNameNotIn = data - case "entitySecurityQuestionnaireStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameGT = data - case "entitySecurityQuestionnaireStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameGTE = data - case "entitySecurityQuestionnaireStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameLT = data - case "entitySecurityQuestionnaireStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameLTE = data case "entitySecurityQuestionnaireStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -254970,34 +242454,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntitySecurityQuestionnaireStatusIDNotIn = data - case "entitySecurityQuestionnaireStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDGT = data - case "entitySecurityQuestionnaireStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDGTE = data - case "entitySecurityQuestionnaireStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDLT = data - case "entitySecurityQuestionnaireStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDLTE = data case "entitySecurityQuestionnaireStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -255075,34 +242531,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntitySourceTypeNameNotIn = data - case "entitySourceTypeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameGT = data - case "entitySourceTypeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameGTE = data - case "entitySourceTypeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameLT = data - case "entitySourceTypeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameLTE = data case "entitySourceTypeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -255180,34 +242608,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntitySourceTypeIDNotIn = data - case "entitySourceTypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDGT = data - case "entitySourceTypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDGTE = data - case "entitySourceTypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDLT = data - case "entitySourceTypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDLTE = data case "entitySourceTypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -255285,34 +242685,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -255390,34 +242762,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -255495,34 +242839,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -255600,34 +242916,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -255705,34 +242993,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -255810,34 +243070,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -255915,34 +243147,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -256020,34 +243224,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.EntityTypeIDNotIn = data - case "entityTypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDGT = data - case "entityTypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDGTE = data - case "entityTypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDLT = data - case "entityTypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDLTE = data case "entityTypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -256202,27 +243378,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.Soc2PeriodEnd = data - case "soc2PeriodEndNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndNEQ = data - case "soc2PeriodEndIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndIn = data - case "soc2PeriodEndNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndNotIn = data case "soc2PeriodEndGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -256272,27 +243427,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ContractStartDate = data - case "contractStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateNEQ = data - case "contractStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateIn = data - case "contractStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateNotIn = data case "contractStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -256342,27 +243476,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ContractEndDate = data - case "contractEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateNEQ = data - case "contractEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateIn = data - case "contractEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateNotIn = data case "contractEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -256447,20 +243560,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.TerminationNoticeDaysNEQ = data - case "terminationNoticeDaysIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.TerminationNoticeDaysIn = data - case "terminationNoticeDaysNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.TerminationNoticeDaysNotIn = data case "terminationNoticeDaysGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -256601,34 +243700,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.SpendCurrencyNotIn = data - case "spendCurrencyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyGT = data - case "spendCurrencyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyGTE = data - case "spendCurrencyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyLT = data - case "spendCurrencyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyLTE = data case "spendCurrencyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -256706,34 +243777,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.BillingModelNotIn = data - case "billingModelGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelGT = data - case "billingModelGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelGTE = data - case "billingModelLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelLT = data - case "billingModelLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelLTE = data case "billingModelContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -256811,34 +243854,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.RenewalRiskNotIn = data - case "renewalRiskGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskGT = data - case "renewalRiskGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskGTE = data - case "renewalRiskLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskLT = data - case "renewalRiskLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskLTE = data case "renewalRiskContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -257000,34 +244015,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.StatusPageURLNotIn = data - case "statusPageURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGT = data - case "statusPageURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGTE = data - case "statusPageURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLT = data - case "statusPageURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLTE = data case "statusPageURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -257105,34 +244092,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.RiskRatingNotIn = data - case "riskRatingGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingGT = data - case "riskRatingGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingGTE = data - case "riskRatingLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingLT = data - case "riskRatingLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingLTE = data case "riskRatingContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -257196,20 +244155,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.RiskScoreNEQ = data - case "riskScoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreIn = data - case "riskScoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreNotIn = data case "riskScoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -257266,20 +244211,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.RiskScoreCoverageNEQ = data - case "riskScoreCoverageIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreCoverageIn = data - case "riskScoreCoverageNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreCoverageNotIn = data case "riskScoreCoverageGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -257413,27 +244344,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.NextReviewAt = data - case "nextReviewAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtNEQ = data - case "nextReviewAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtIn = data - case "nextReviewAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtNotIn = data case "nextReviewAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -257483,27 +244393,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ContractRenewalAt = data - case "contractRenewalAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtNEQ = data - case "contractRenewalAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtIn = data - case "contractRenewalAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtNotIn = data case "contractRenewalAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -257574,34 +244463,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -257679,34 +244540,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -257784,34 +244617,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -257868,27 +244673,6 @@ func (ec *executionContext) unmarshalInputEntityWhereInput(ctx context.Context, return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -258576,7 +245360,7 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "eventID", "eventIDNEQ", "eventIDIn", "eventIDNotIn", "eventIDGT", "eventIDGTE", "eventIDLT", "eventIDLTE", "eventIDContains", "eventIDHasPrefix", "eventIDHasSuffix", "eventIDIsNil", "eventIDNotNil", "eventIDEqualFold", "eventIDContainsFold", "correlationID", "correlationIDNEQ", "correlationIDIn", "correlationIDNotIn", "correlationIDGT", "correlationIDGTE", "correlationIDLT", "correlationIDLTE", "correlationIDContains", "correlationIDHasPrefix", "correlationIDHasSuffix", "correlationIDIsNil", "correlationIDNotNil", "correlationIDEqualFold", "correlationIDContainsFold", "eventType", "eventTypeNEQ", "eventTypeIn", "eventTypeNotIn", "eventTypeGT", "eventTypeGTE", "eventTypeLT", "eventTypeLTE", "eventTypeContains", "eventTypeHasPrefix", "eventTypeHasSuffix", "eventTypeEqualFold", "eventTypeContainsFold", "hasUsers", "hasUsersWith", "hasGroups", "hasGroupsWith", "hasIntegrations", "hasIntegrationsWith", "hasOrganizations", "hasOrganizationsWith", "hasInvites", "hasInvitesWith", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasSecrets", "hasSecretsWith", "hasOrgMemberships", "hasOrgMembershipsWith", "hasGroupMemberships", "hasGroupMembershipsWith", "hasSubscribers", "hasSubscribersWith", "hasFiles", "hasFilesWith", "hasOrgSubscriptions", "hasOrgSubscriptionsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "eventID", "eventIDNEQ", "eventIDIn", "eventIDNotIn", "eventIDContains", "eventIDHasPrefix", "eventIDHasSuffix", "eventIDIsNil", "eventIDNotNil", "eventIDEqualFold", "eventIDContainsFold", "correlationID", "correlationIDNEQ", "correlationIDIn", "correlationIDNotIn", "correlationIDContains", "correlationIDHasPrefix", "correlationIDHasSuffix", "correlationIDIsNil", "correlationIDNotNil", "correlationIDEqualFold", "correlationIDContainsFold", "eventType", "eventTypeNEQ", "eventTypeIn", "eventTypeNotIn", "eventTypeContains", "eventTypeHasPrefix", "eventTypeHasSuffix", "eventTypeEqualFold", "eventTypeContainsFold", "hasUsers", "hasUsersWith", "hasGroups", "hasGroupsWith", "hasIntegrations", "hasIntegrationsWith", "hasOrganizations", "hasOrganizationsWith", "hasInvites", "hasInvitesWith", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasSecrets", "hasSecretsWith", "hasOrgMemberships", "hasOrgMembershipsWith", "hasGroupMemberships", "hasGroupMembershipsWith", "hasSubscribers", "hasSubscribersWith", "hasFiles", "hasFilesWith", "hasOrgSubscriptions", "hasOrgSubscriptionsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -258632,34 +245416,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -258681,27 +245437,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -258751,27 +245486,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -258842,34 +245556,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -258947,34 +245633,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -259052,34 +245710,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.EventIDNotIn = data - case "eventIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventIDGT = data - case "eventIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventIDGTE = data - case "eventIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventIDLT = data - case "eventIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventIDLTE = data case "eventIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -259157,34 +245787,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.CorrelationIDNotIn = data - case "correlationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("correlationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CorrelationIDGT = data - case "correlationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("correlationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CorrelationIDGTE = data - case "correlationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("correlationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CorrelationIDLT = data - case "correlationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("correlationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CorrelationIDLTE = data case "correlationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("correlationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -259262,34 +245864,6 @@ func (ec *executionContext) unmarshalInputEventWhereInput(ctx context.Context, o return it, err } it.EventTypeNotIn = data - case "eventTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventTypeGT = data - case "eventTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventTypeGTE = data - case "eventTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventTypeLT = data - case "eventTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EventTypeLTE = data case "eventTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -259557,7 +246131,7 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "collectionProcedure", "collectionProcedureNEQ", "collectionProcedureIn", "collectionProcedureNotIn", "collectionProcedureGT", "collectionProcedureGTE", "collectionProcedureLT", "collectionProcedureLTE", "collectionProcedureContains", "collectionProcedureHasPrefix", "collectionProcedureHasSuffix", "collectionProcedureIsNil", "collectionProcedureNotNil", "collectionProcedureEqualFold", "collectionProcedureContainsFold", "creationDate", "creationDateNEQ", "creationDateIn", "creationDateNotIn", "creationDateGT", "creationDateGTE", "creationDateLT", "creationDateLTE", "renewalDate", "renewalDateNEQ", "renewalDateIn", "renewalDateNotIn", "renewalDateGT", "renewalDateGTE", "renewalDateLT", "renewalDateLTE", "renewalDateIsNil", "renewalDateNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "isAutomated", "isAutomatedNEQ", "isAutomatedIsNil", "isAutomatedNotNil", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasControlImplementations", "hasControlImplementationsWith", "hasFiles", "hasFilesWith", "hasPrograms", "hasProgramsWith", "hasTasks", "hasTasksWith", "hasPlatforms", "hasPlatformsWith", "hasScans", "hasScansWith", "hasComments", "hasCommentsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "collectionProcedure", "collectionProcedureNEQ", "collectionProcedureIn", "collectionProcedureNotIn", "collectionProcedureContains", "collectionProcedureHasPrefix", "collectionProcedureHasSuffix", "collectionProcedureIsNil", "collectionProcedureNotNil", "collectionProcedureEqualFold", "collectionProcedureContainsFold", "creationDate", "creationDateGT", "creationDateGTE", "creationDateLT", "creationDateLTE", "renewalDate", "renewalDateGT", "renewalDateGTE", "renewalDateLT", "renewalDateLTE", "renewalDateIsNil", "renewalDateNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "isAutomated", "isAutomatedNEQ", "isAutomatedIsNil", "isAutomatedNotNil", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasControlImplementations", "hasControlImplementationsWith", "hasFiles", "hasFilesWith", "hasPrograms", "hasProgramsWith", "hasTasks", "hasTasksWith", "hasPlatforms", "hasPlatformsWith", "hasScans", "hasScansWith", "hasComments", "hasCommentsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -259613,34 +246187,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -259662,27 +246208,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -259732,27 +246257,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -259823,34 +246327,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -259928,34 +246404,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260033,34 +246481,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260138,34 +246558,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260229,34 +246621,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -260334,34 +246698,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260439,34 +246775,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -260544,34 +246852,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260649,34 +246929,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -260782,34 +247034,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260887,34 +247111,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -260978,34 +247174,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -261083,34 +247251,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.CollectionProcedureNotIn = data - case "collectionProcedureGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureGT = data - case "collectionProcedureGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureGTE = data - case "collectionProcedureLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureLT = data - case "collectionProcedureLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureLTE = data case "collectionProcedureContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -261167,27 +247307,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.CreationDate = data - case "creationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CreationDateNEQ = data - case "creationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreationDateIn = data - case "creationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreationDateNotIn = data case "creationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -261223,27 +247342,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.RenewalDate = data - case "renewalDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateNEQ = data - case "renewalDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateIn = data - case "renewalDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateNotIn = data case "renewalDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -261314,34 +247412,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -261447,34 +247517,6 @@ func (ec *executionContext) unmarshalInputEvidenceWhereInput(ctx context.Context return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -261868,7 +247910,7 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "requestorID", "requestorIDNEQ", "requestorIDIn", "requestorIDNotIn", "requestorIDGT", "requestorIDGTE", "requestorIDLT", "requestorIDLTE", "requestorIDContains", "requestorIDHasPrefix", "requestorIDHasSuffix", "requestorIDIsNil", "requestorIDNotNil", "requestorIDEqualFold", "requestorIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "exportType", "exportTypeNEQ", "exportTypeIn", "exportTypeNotIn", "format", "formatNEQ", "formatIn", "formatNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "filters", "filtersNEQ", "filtersIn", "filtersNotIn", "filtersGT", "filtersGTE", "filtersLT", "filtersLTE", "filtersContains", "filtersHasPrefix", "filtersHasSuffix", "filtersIsNil", "filtersNotNil", "filtersEqualFold", "filtersContainsFold", "errorMessage", "errorMessageNEQ", "errorMessageIn", "errorMessageNotIn", "errorMessageGT", "errorMessageGTE", "errorMessageLT", "errorMessageLTE", "errorMessageContains", "errorMessageHasPrefix", "errorMessageHasSuffix", "errorMessageIsNil", "errorMessageNotNil", "errorMessageEqualFold", "errorMessageContainsFold", "mode", "modeNEQ", "modeIn", "modeNotIn", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasFiles", "hasFilesWith", "fieldsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "requestorID", "requestorIDNEQ", "requestorIDIn", "requestorIDNotIn", "requestorIDContains", "requestorIDHasPrefix", "requestorIDHasSuffix", "requestorIDIsNil", "requestorIDNotNil", "requestorIDEqualFold", "requestorIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "exportType", "exportTypeNEQ", "exportTypeIn", "exportTypeNotIn", "format", "formatNEQ", "formatIn", "formatNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "filters", "filtersNEQ", "filtersIn", "filtersNotIn", "filtersContains", "filtersHasPrefix", "filtersHasSuffix", "filtersIsNil", "filtersNotNil", "filtersEqualFold", "filtersContainsFold", "errorMessage", "errorMessageNEQ", "errorMessageIn", "errorMessageNotIn", "errorMessageContains", "errorMessageHasPrefix", "errorMessageHasSuffix", "errorMessageIsNil", "errorMessageNotNil", "errorMessageEqualFold", "errorMessageContainsFold", "mode", "modeNEQ", "modeIn", "modeNotIn", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasFiles", "hasFilesWith", "fieldsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -261924,34 +247966,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -261973,27 +247987,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -262043,27 +248036,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -262134,34 +248106,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -262239,34 +248183,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -262344,34 +248260,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -262449,34 +248337,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.RequestorIDNotIn = data - case "requestorIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDGT = data - case "requestorIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDGTE = data - case "requestorIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDLT = data - case "requestorIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDLTE = data case "requestorIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -262554,34 +248414,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -262743,34 +248575,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.FiltersNotIn = data - case "filtersGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("filtersGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FiltersGT = data - case "filtersGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("filtersGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FiltersGTE = data - case "filtersLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("filtersLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FiltersLT = data - case "filtersLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("filtersLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FiltersLTE = data case "filtersContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("filtersContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -262848,34 +248652,6 @@ func (ec *executionContext) unmarshalInputExportWhereInput(ctx context.Context, return it, err } it.ErrorMessageNotIn = data - case "errorMessageGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorMessageGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorMessageGT = data - case "errorMessageGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorMessageGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorMessageGTE = data - case "errorMessageLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorMessageLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorMessageLT = data - case "errorMessageLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorMessageLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorMessageLTE = data case "errorMessageContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorMessageContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263059,7 +248835,7 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "categoryName", "categoryNameNEQ", "categoryNameIn", "categoryNameNotIn", "categoryNameGT", "categoryNameGTE", "categoryNameLT", "categoryNameLTE", "categoryNameContains", "categoryNameHasPrefix", "categoryNameHasSuffix", "categoryNameIsNil", "categoryNameNotNil", "categoryNameEqualFold", "categoryNameContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "providedFileName", "providedFileNameNEQ", "providedFileNameIn", "providedFileNameNotIn", "providedFileNameGT", "providedFileNameGTE", "providedFileNameLT", "providedFileNameLTE", "providedFileNameContains", "providedFileNameHasPrefix", "providedFileNameHasSuffix", "providedFileNameEqualFold", "providedFileNameContainsFold", "providedFileExtension", "providedFileExtensionNEQ", "providedFileExtensionIn", "providedFileExtensionNotIn", "providedFileExtensionGT", "providedFileExtensionGTE", "providedFileExtensionLT", "providedFileExtensionLTE", "providedFileExtensionContains", "providedFileExtensionHasPrefix", "providedFileExtensionHasSuffix", "providedFileExtensionEqualFold", "providedFileExtensionContainsFold", "providedFileSize", "providedFileSizeNEQ", "providedFileSizeIn", "providedFileSizeNotIn", "providedFileSizeGT", "providedFileSizeGTE", "providedFileSizeLT", "providedFileSizeLTE", "providedFileSizeIsNil", "providedFileSizeNotNil", "persistedFileSize", "persistedFileSizeNEQ", "persistedFileSizeIn", "persistedFileSizeNotIn", "persistedFileSizeGT", "persistedFileSizeGTE", "persistedFileSizeLT", "persistedFileSizeLTE", "persistedFileSizeIsNil", "persistedFileSizeNotNil", "detectedMimeType", "detectedMimeTypeNEQ", "detectedMimeTypeIn", "detectedMimeTypeNotIn", "detectedMimeTypeGT", "detectedMimeTypeGTE", "detectedMimeTypeLT", "detectedMimeTypeLTE", "detectedMimeTypeContains", "detectedMimeTypeHasPrefix", "detectedMimeTypeHasSuffix", "detectedMimeTypeIsNil", "detectedMimeTypeNotNil", "detectedMimeTypeEqualFold", "detectedMimeTypeContainsFold", "md5Hash", "md5HashNEQ", "md5HashIn", "md5HashNotIn", "md5HashGT", "md5HashGTE", "md5HashLT", "md5HashLTE", "md5HashContains", "md5HashHasPrefix", "md5HashHasSuffix", "md5HashIsNil", "md5HashNotNil", "md5HashEqualFold", "md5HashContainsFold", "detectedContentType", "detectedContentTypeNEQ", "detectedContentTypeIn", "detectedContentTypeNotIn", "detectedContentTypeGT", "detectedContentTypeGTE", "detectedContentTypeLT", "detectedContentTypeLTE", "detectedContentTypeContains", "detectedContentTypeHasPrefix", "detectedContentTypeHasSuffix", "detectedContentTypeEqualFold", "detectedContentTypeContainsFold", "storeKey", "storeKeyNEQ", "storeKeyIn", "storeKeyNotIn", "storeKeyGT", "storeKeyGTE", "storeKeyLT", "storeKeyLTE", "storeKeyContains", "storeKeyHasPrefix", "storeKeyHasSuffix", "storeKeyIsNil", "storeKeyNotNil", "storeKeyEqualFold", "storeKeyContainsFold", "categoryType", "categoryTypeNEQ", "categoryTypeIn", "categoryTypeNotIn", "categoryTypeGT", "categoryTypeGTE", "categoryTypeLT", "categoryTypeLTE", "categoryTypeContains", "categoryTypeHasPrefix", "categoryTypeHasSuffix", "categoryTypeIsNil", "categoryTypeNotNil", "categoryTypeEqualFold", "categoryTypeContainsFold", "uri", "uriNEQ", "uriIn", "uriNotIn", "uriGT", "uriGTE", "uriLT", "uriLTE", "uriContains", "uriHasPrefix", "uriHasSuffix", "uriIsNil", "uriNotNil", "uriEqualFold", "uriContainsFold", "storageScheme", "storageSchemeNEQ", "storageSchemeIn", "storageSchemeNotIn", "storageSchemeGT", "storageSchemeGTE", "storageSchemeLT", "storageSchemeLTE", "storageSchemeContains", "storageSchemeHasPrefix", "storageSchemeHasSuffix", "storageSchemeIsNil", "storageSchemeNotNil", "storageSchemeEqualFold", "storageSchemeContainsFold", "storageVolume", "storageVolumeNEQ", "storageVolumeIn", "storageVolumeNotIn", "storageVolumeGT", "storageVolumeGTE", "storageVolumeLT", "storageVolumeLTE", "storageVolumeContains", "storageVolumeHasPrefix", "storageVolumeHasSuffix", "storageVolumeIsNil", "storageVolumeNotNil", "storageVolumeEqualFold", "storageVolumeContainsFold", "storagePath", "storagePathNEQ", "storagePathIn", "storagePathNotIn", "storagePathGT", "storagePathGTE", "storagePathLT", "storagePathLTE", "storagePathContains", "storagePathHasPrefix", "storagePathHasSuffix", "storagePathIsNil", "storagePathNotNil", "storagePathEqualFold", "storagePathContainsFold", "storageRegion", "storageRegionNEQ", "storageRegionIn", "storageRegionNotIn", "storageRegionGT", "storageRegionGTE", "storageRegionLT", "storageRegionLTE", "storageRegionContains", "storageRegionHasPrefix", "storageRegionHasSuffix", "storageRegionIsNil", "storageRegionNotNil", "storageRegionEqualFold", "storageRegionContainsFold", "storageProvider", "storageProviderNEQ", "storageProviderIn", "storageProviderNotIn", "storageProviderGT", "storageProviderGTE", "storageProviderLT", "storageProviderLTE", "storageProviderContains", "storageProviderHasPrefix", "storageProviderHasSuffix", "storageProviderIsNil", "storageProviderNotNil", "storageProviderEqualFold", "storageProviderContainsFold", "lastAccessedAt", "lastAccessedAtNEQ", "lastAccessedAtIn", "lastAccessedAtNotIn", "lastAccessedAtGT", "lastAccessedAtGTE", "lastAccessedAtLT", "lastAccessedAtLTE", "lastAccessedAtIsNil", "lastAccessedAtNotNil", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasCategory", "hasCategoryWith", "hasOrganization", "hasOrganizationWith", "hasGroups", "hasGroupsWith", "hasContact", "hasContactWith", "hasEntity", "hasEntityWith", "hasOrganizationSetting", "hasOrganizationSettingWith", "hasTemplate", "hasTemplateWith", "hasDocument", "hasDocumentWith", "hasProgram", "hasProgramWith", "hasPlatform", "hasPlatformWith", "hasEvidence", "hasEvidenceWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasScan", "hasScanWith", "hasEvents", "hasEventsWith", "hasIntegrations", "hasIntegrationsWith", "hasSecrets", "hasSecretsWith", "hasTrustCenterEntities", "hasTrustCenterEntitiesWith", "hasTrustCenterDoc", "hasTrustCenterDocWith", "hasOriginalTrustCenterDoc", "hasOriginalTrustCenterDocWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "categoryName", "categoryNameNEQ", "categoryNameIn", "categoryNameNotIn", "categoryNameContains", "categoryNameHasPrefix", "categoryNameHasSuffix", "categoryNameIsNil", "categoryNameNotNil", "categoryNameEqualFold", "categoryNameContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "providedFileName", "providedFileNameNEQ", "providedFileNameIn", "providedFileNameNotIn", "providedFileNameContains", "providedFileNameHasPrefix", "providedFileNameHasSuffix", "providedFileNameEqualFold", "providedFileNameContainsFold", "providedFileExtension", "providedFileExtensionNEQ", "providedFileExtensionIn", "providedFileExtensionNotIn", "providedFileExtensionContains", "providedFileExtensionHasPrefix", "providedFileExtensionHasSuffix", "providedFileExtensionEqualFold", "providedFileExtensionContainsFold", "providedFileSize", "providedFileSizeNEQ", "providedFileSizeGT", "providedFileSizeGTE", "providedFileSizeLT", "providedFileSizeLTE", "providedFileSizeIsNil", "providedFileSizeNotNil", "persistedFileSize", "persistedFileSizeNEQ", "persistedFileSizeGT", "persistedFileSizeGTE", "persistedFileSizeLT", "persistedFileSizeLTE", "persistedFileSizeIsNil", "persistedFileSizeNotNil", "detectedMimeType", "detectedMimeTypeNEQ", "detectedMimeTypeIn", "detectedMimeTypeNotIn", "detectedMimeTypeContains", "detectedMimeTypeHasPrefix", "detectedMimeTypeHasSuffix", "detectedMimeTypeIsNil", "detectedMimeTypeNotNil", "detectedMimeTypeEqualFold", "detectedMimeTypeContainsFold", "md5Hash", "md5HashNEQ", "md5HashIn", "md5HashNotIn", "md5HashContains", "md5HashHasPrefix", "md5HashHasSuffix", "md5HashIsNil", "md5HashNotNil", "md5HashEqualFold", "md5HashContainsFold", "detectedContentType", "detectedContentTypeNEQ", "detectedContentTypeIn", "detectedContentTypeNotIn", "detectedContentTypeContains", "detectedContentTypeHasPrefix", "detectedContentTypeHasSuffix", "detectedContentTypeEqualFold", "detectedContentTypeContainsFold", "storeKey", "storeKeyNEQ", "storeKeyIn", "storeKeyNotIn", "storeKeyContains", "storeKeyHasPrefix", "storeKeyHasSuffix", "storeKeyIsNil", "storeKeyNotNil", "storeKeyEqualFold", "storeKeyContainsFold", "categoryType", "categoryTypeNEQ", "categoryTypeIn", "categoryTypeNotIn", "categoryTypeContains", "categoryTypeHasPrefix", "categoryTypeHasSuffix", "categoryTypeIsNil", "categoryTypeNotNil", "categoryTypeEqualFold", "categoryTypeContainsFold", "uri", "uriNEQ", "uriIn", "uriNotIn", "uriContains", "uriHasPrefix", "uriHasSuffix", "uriIsNil", "uriNotNil", "uriEqualFold", "uriContainsFold", "storageScheme", "storageSchemeNEQ", "storageSchemeIn", "storageSchemeNotIn", "storageSchemeContains", "storageSchemeHasPrefix", "storageSchemeHasSuffix", "storageSchemeIsNil", "storageSchemeNotNil", "storageSchemeEqualFold", "storageSchemeContainsFold", "storageVolume", "storageVolumeNEQ", "storageVolumeIn", "storageVolumeNotIn", "storageVolumeContains", "storageVolumeHasPrefix", "storageVolumeHasSuffix", "storageVolumeIsNil", "storageVolumeNotNil", "storageVolumeEqualFold", "storageVolumeContainsFold", "storagePath", "storagePathNEQ", "storagePathIn", "storagePathNotIn", "storagePathContains", "storagePathHasPrefix", "storagePathHasSuffix", "storagePathIsNil", "storagePathNotNil", "storagePathEqualFold", "storagePathContainsFold", "storageRegion", "storageRegionNEQ", "storageRegionIn", "storageRegionNotIn", "storageRegionContains", "storageRegionHasPrefix", "storageRegionHasSuffix", "storageRegionIsNil", "storageRegionNotNil", "storageRegionEqualFold", "storageRegionContainsFold", "storageProvider", "storageProviderNEQ", "storageProviderIn", "storageProviderNotIn", "storageProviderContains", "storageProviderHasPrefix", "storageProviderHasSuffix", "storageProviderIsNil", "storageProviderNotNil", "storageProviderEqualFold", "storageProviderContainsFold", "lastAccessedAt", "lastAccessedAtGT", "lastAccessedAtGTE", "lastAccessedAtLT", "lastAccessedAtLTE", "lastAccessedAtIsNil", "lastAccessedAtNotNil", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasCategory", "hasCategoryWith", "hasOrganization", "hasOrganizationWith", "hasGroups", "hasGroupsWith", "hasContact", "hasContactWith", "hasEntity", "hasEntityWith", "hasOrganizationSetting", "hasOrganizationSettingWith", "hasTemplate", "hasTemplateWith", "hasDocument", "hasDocumentWith", "hasProgram", "hasProgramWith", "hasPlatform", "hasPlatformWith", "hasEvidence", "hasEvidenceWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasScan", "hasScanWith", "hasEvents", "hasEventsWith", "hasIntegrations", "hasIntegrationsWith", "hasSecrets", "hasSecretsWith", "hasTrustCenterEntities", "hasTrustCenterEntitiesWith", "hasTrustCenterDoc", "hasTrustCenterDocWith", "hasOriginalTrustCenterDoc", "hasOriginalTrustCenterDocWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -263115,34 +248891,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -263164,27 +248912,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -263234,27 +248961,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -263325,34 +249031,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263430,34 +249108,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263535,34 +249185,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263668,34 +249290,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263773,34 +249367,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263878,34 +249444,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -263983,34 +249521,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -264088,34 +249598,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -264193,34 +249675,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -264298,34 +249752,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.CategoryNameNotIn = data - case "categoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameGT = data - case "categoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameGTE = data - case "categoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameLT = data - case "categoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameLTE = data case "categoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -264403,34 +249829,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -264508,34 +249906,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -264613,34 +249983,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.ProvidedFileNameNotIn = data - case "providedFileNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameGT = data - case "providedFileNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameGTE = data - case "providedFileNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameLT = data - case "providedFileNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameLTE = data case "providedFileNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -264704,34 +250046,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.ProvidedFileExtensionNotIn = data - case "providedFileExtensionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionGT = data - case "providedFileExtensionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionGTE = data - case "providedFileExtensionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionLT = data - case "providedFileExtensionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionLTE = data case "providedFileExtensionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -264781,20 +250095,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.ProvidedFileSizeNEQ = data - case "providedFileSizeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileSizeIn = data - case "providedFileSizeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileSizeNotIn = data case "providedFileSizeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -264851,20 +250151,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.PersistedFileSizeNEQ = data - case "persistedFileSizeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.PersistedFileSizeIn = data - case "persistedFileSizeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.PersistedFileSizeNotIn = data case "persistedFileSizeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -264935,34 +250221,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.DetectedMimeTypeNotIn = data - case "detectedMimeTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeGT = data - case "detectedMimeTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeGTE = data - case "detectedMimeTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeLT = data - case "detectedMimeTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeLTE = data case "detectedMimeTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265040,34 +250298,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.Md5HashNotIn = data - case "md5HashGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashGT = data - case "md5HashGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashGTE = data - case "md5HashLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashLT = data - case "md5HashLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashLTE = data case "md5HashContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265145,34 +250375,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.DetectedContentTypeNotIn = data - case "detectedContentTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeGT = data - case "detectedContentTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeGTE = data - case "detectedContentTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeLT = data - case "detectedContentTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeLTE = data case "detectedContentTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265236,34 +250438,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StoreKeyNotIn = data - case "storeKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyGT = data - case "storeKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyGTE = data - case "storeKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyLT = data - case "storeKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyLTE = data case "storeKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265341,34 +250515,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.CategoryTypeNotIn = data - case "categoryTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeGT = data - case "categoryTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeGTE = data - case "categoryTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeLT = data - case "categoryTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeLTE = data case "categoryTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265446,34 +250592,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.URINotIn = data - case "uriGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URIGT = data - case "uriGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URIGTE = data - case "uriLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URILT = data - case "uriLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URILTE = data case "uriContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265551,34 +250669,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StorageSchemeNotIn = data - case "storageSchemeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeGT = data - case "storageSchemeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeGTE = data - case "storageSchemeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeLT = data - case "storageSchemeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeLTE = data case "storageSchemeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265656,34 +250746,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StorageVolumeNotIn = data - case "storageVolumeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeGT = data - case "storageVolumeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeGTE = data - case "storageVolumeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeLT = data - case "storageVolumeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeLTE = data case "storageVolumeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265761,34 +250823,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StoragePathNotIn = data - case "storagePathGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathGT = data - case "storagePathGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathGTE = data - case "storagePathLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathLT = data - case "storagePathLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathLTE = data case "storagePathContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265866,34 +250900,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StorageRegionNotIn = data - case "storageRegionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionGT = data - case "storageRegionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionGTE = data - case "storageRegionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionLT = data - case "storageRegionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionLTE = data case "storageRegionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -265971,34 +250977,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.StorageProviderNotIn = data - case "storageProviderGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderGT = data - case "storageProviderGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderGTE = data - case "storageProviderLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderLT = data - case "storageProviderLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderLTE = data case "storageProviderContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -266055,27 +251033,6 @@ func (ec *executionContext) unmarshalInputFileWhereInput(ctx context.Context, ob return it, err } it.LastAccessedAt = data - case "lastAccessedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtNEQ = data - case "lastAccessedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtIn = data - case "lastAccessedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtNotIn = data case "lastAccessedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -266476,7 +251433,7 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "externalStandard", "externalStandardNEQ", "externalStandardIn", "externalStandardNotIn", "externalStandardGT", "externalStandardGTE", "externalStandardLT", "externalStandardLTE", "externalStandardContains", "externalStandardHasPrefix", "externalStandardHasSuffix", "externalStandardIsNil", "externalStandardNotNil", "externalStandardEqualFold", "externalStandardContainsFold", "externalStandardVersion", "externalStandardVersionNEQ", "externalStandardVersionIn", "externalStandardVersionNotIn", "externalStandardVersionGT", "externalStandardVersionGTE", "externalStandardVersionLT", "externalStandardVersionLTE", "externalStandardVersionContains", "externalStandardVersionHasPrefix", "externalStandardVersionHasSuffix", "externalStandardVersionIsNil", "externalStandardVersionNotNil", "externalStandardVersionEqualFold", "externalStandardVersionContainsFold", "externalControlID", "externalControlIDNEQ", "externalControlIDIn", "externalControlIDNotIn", "externalControlIDGT", "externalControlIDGTE", "externalControlIDLT", "externalControlIDLTE", "externalControlIDContains", "externalControlIDHasPrefix", "externalControlIDHasSuffix", "externalControlIDIsNil", "externalControlIDNotNil", "externalControlIDEqualFold", "externalControlIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "discoveredAt", "discoveredAtNEQ", "discoveredAtIn", "discoveredAtNotIn", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "externalStandard", "externalStandardNEQ", "externalStandardIn", "externalStandardNotIn", "externalStandardContains", "externalStandardHasPrefix", "externalStandardHasSuffix", "externalStandardIsNil", "externalStandardNotNil", "externalStandardEqualFold", "externalStandardContainsFold", "externalStandardVersion", "externalStandardVersionNEQ", "externalStandardVersionIn", "externalStandardVersionNotIn", "externalStandardVersionContains", "externalStandardVersionHasPrefix", "externalStandardVersionHasSuffix", "externalStandardVersionIsNil", "externalStandardVersionNotNil", "externalStandardVersionEqualFold", "externalStandardVersionContainsFold", "externalControlID", "externalControlIDNEQ", "externalControlIDIn", "externalControlIDNotIn", "externalControlIDContains", "externalControlIDHasPrefix", "externalControlIDHasSuffix", "externalControlIDIsNil", "externalControlIDNotNil", "externalControlIDEqualFold", "externalControlIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "discoveredAt", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -266532,34 +251489,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -266581,27 +251510,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -266651,27 +251559,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -266742,34 +251629,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -266847,34 +251706,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -266952,34 +251783,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267057,34 +251860,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.ExternalStandardNotIn = data - case "externalStandardGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardGT = data - case "externalStandardGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardGTE = data - case "externalStandardLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardLT = data - case "externalStandardLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardLTE = data case "externalStandardContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267162,34 +251937,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.ExternalStandardVersionNotIn = data - case "externalStandardVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionGT = data - case "externalStandardVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionGTE = data - case "externalStandardVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionLT = data - case "externalStandardVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionLTE = data case "externalStandardVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267267,34 +252014,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.ExternalControlIDNotIn = data - case "externalControlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDGT = data - case "externalControlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDGTE = data - case "externalControlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDLT = data - case "externalControlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDLTE = data case "externalControlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267372,34 +252091,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267456,27 +252147,6 @@ func (ec *executionContext) unmarshalInputFindingControlWhereInput(ctx context.C return it, err } it.DiscoveredAt = data - case "discoveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNEQ = data - case "discoveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtIn = data - case "discoveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNotIn = data case "discoveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -267576,7 +252246,7 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToGT", "assignedToGTE", "assignedToLT", "assignedToLTE", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDGT", "assignedToUserIDGTE", "assignedToUserIDLT", "assignedToUserIDLTE", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDGT", "assignedToGroupIDGTE", "assignedToGroupIDLT", "assignedToGroupIDLTE", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "findingStatusName", "findingStatusNameNEQ", "findingStatusNameIn", "findingStatusNameNotIn", "findingStatusNameGT", "findingStatusNameGTE", "findingStatusNameLT", "findingStatusNameLTE", "findingStatusNameContains", "findingStatusNameHasPrefix", "findingStatusNameHasSuffix", "findingStatusNameIsNil", "findingStatusNameNotNil", "findingStatusNameEqualFold", "findingStatusNameContainsFold", "findingStatusID", "findingStatusIDNEQ", "findingStatusIDIn", "findingStatusIDNotIn", "findingStatusIDGT", "findingStatusIDGTE", "findingStatusIDLT", "findingStatusIDLTE", "findingStatusIDContains", "findingStatusIDHasPrefix", "findingStatusIDHasSuffix", "findingStatusIDIsNil", "findingStatusIDNotNil", "findingStatusIDEqualFold", "findingStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "resourceName", "resourceNameNEQ", "resourceNameIn", "resourceNameNotIn", "resourceNameGT", "resourceNameGTE", "resourceNameLT", "resourceNameLTE", "resourceNameContains", "resourceNameHasPrefix", "resourceNameHasSuffix", "resourceNameIsNil", "resourceNameNotNil", "resourceNameEqualFold", "resourceNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "findingClass", "findingClassNEQ", "findingClassIn", "findingClassNotIn", "findingClassGT", "findingClassGTE", "findingClassLT", "findingClassLTE", "findingClassContains", "findingClassHasPrefix", "findingClassHasSuffix", "findingClassIsNil", "findingClassNotNil", "findingClassEqualFold", "findingClassContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityGT", "severityGTE", "severityLT", "severityLTE", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "numericSeverity", "numericSeverityNEQ", "numericSeverityIn", "numericSeverityNotIn", "numericSeverityGT", "numericSeverityGTE", "numericSeverityLT", "numericSeverityLTE", "numericSeverityIsNil", "numericSeverityNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "open", "openNEQ", "openIsNil", "openNotNil", "blocksProduction", "blocksProductionNEQ", "blocksProductionIsNil", "blocksProductionNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "recommendation", "recommendationNEQ", "recommendationIn", "recommendationNotIn", "recommendationGT", "recommendationGTE", "recommendationLT", "recommendationLTE", "recommendationContains", "recommendationHasPrefix", "recommendationHasSuffix", "recommendationIsNil", "recommendationNotNil", "recommendationEqualFold", "recommendationContainsFold", "recommendedActions", "recommendedActionsNEQ", "recommendedActionsIn", "recommendedActionsNotIn", "recommendedActionsGT", "recommendedActionsGTE", "recommendedActionsLT", "recommendedActionsLTE", "recommendedActionsContains", "recommendedActionsHasPrefix", "recommendedActionsHasSuffix", "recommendedActionsIsNil", "recommendedActionsNotNil", "recommendedActionsEqualFold", "recommendedActionsContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorGT", "vectorGTE", "vectorLT", "vectorLTE", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAIn", "remediationSLANotIn", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "eventTime", "eventTimeNEQ", "eventTimeIn", "eventTimeNotIn", "eventTimeGT", "eventTimeGTE", "eventTimeLT", "eventTimeLTE", "eventTimeIsNil", "eventTimeNotNil", "reportedAt", "reportedAtNEQ", "reportedAtIn", "reportedAtNotIn", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtNEQ", "sourceUpdatedAtIn", "sourceUpdatedAtNotIn", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasFindingStatus", "hasFindingStatusWith", "hasIntegrations", "hasIntegrationsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasRemediations", "hasRemediationsWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasCheckResults", "hasCheckResultsWith", "hasControlMappings", "hasControlMappingsWith", "tagsHas", "categoriesHas", "referencesHas", "stepsToReproduceHas", "targetsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "findingStatusName", "findingStatusNameNEQ", "findingStatusNameIn", "findingStatusNameNotIn", "findingStatusNameContains", "findingStatusNameHasPrefix", "findingStatusNameHasSuffix", "findingStatusNameIsNil", "findingStatusNameNotNil", "findingStatusNameEqualFold", "findingStatusNameContainsFold", "findingStatusID", "findingStatusIDNEQ", "findingStatusIDIn", "findingStatusIDNotIn", "findingStatusIDContains", "findingStatusIDHasPrefix", "findingStatusIDHasSuffix", "findingStatusIDIsNil", "findingStatusIDNotNil", "findingStatusIDEqualFold", "findingStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "resourceName", "resourceNameNEQ", "resourceNameIn", "resourceNameNotIn", "resourceNameContains", "resourceNameHasPrefix", "resourceNameHasSuffix", "resourceNameIsNil", "resourceNameNotNil", "resourceNameEqualFold", "resourceNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "findingClass", "findingClassNEQ", "findingClassIn", "findingClassNotIn", "findingClassContains", "findingClassHasPrefix", "findingClassHasSuffix", "findingClassIsNil", "findingClassNotNil", "findingClassEqualFold", "findingClassContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "numericSeverity", "numericSeverityNEQ", "numericSeverityIn", "numericSeverityNotIn", "numericSeverityGT", "numericSeverityGTE", "numericSeverityLT", "numericSeverityLTE", "numericSeverityIsNil", "numericSeverityNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "open", "openNEQ", "openIsNil", "openNotNil", "blocksProduction", "blocksProductionNEQ", "blocksProductionIsNil", "blocksProductionNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "recommendation", "recommendationNEQ", "recommendationIn", "recommendationNotIn", "recommendationContains", "recommendationHasPrefix", "recommendationHasSuffix", "recommendationIsNil", "recommendationNotNil", "recommendationEqualFold", "recommendationContainsFold", "recommendedActions", "recommendedActionsNEQ", "recommendedActionsIn", "recommendedActionsNotIn", "recommendedActionsContains", "recommendedActionsHasPrefix", "recommendedActionsHasSuffix", "recommendedActionsIsNil", "recommendedActionsNotNil", "recommendedActionsEqualFold", "recommendedActionsContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "eventTime", "eventTimeGT", "eventTimeGTE", "eventTimeLT", "eventTimeLTE", "eventTimeIsNil", "eventTimeNotNil", "reportedAt", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasFindingStatus", "hasFindingStatusWith", "hasIntegrations", "hasIntegrationsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasRemediations", "hasRemediationsWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasCheckResults", "hasCheckResultsWith", "hasControlMappings", "hasControlMappingsWith", "tagsHas", "categoriesHas", "referencesHas", "stepsToReproduceHas", "targetsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -267632,34 +252302,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -267681,27 +252323,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -267751,27 +252372,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -267842,34 +252442,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -267947,34 +252519,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -268052,34 +252596,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -268157,34 +252673,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -268248,34 +252736,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -268353,34 +252813,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -268458,34 +252890,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -268563,34 +252967,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -268668,34 +253044,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.AssignedToNotIn = data - case "assignedToGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGT = data - case "assignedToGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGTE = data - case "assignedToLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLT = data - case "assignedToLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLTE = data case "assignedToContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -268773,34 +253121,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.AssignedToUserIDNotIn = data - case "assignedToUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGT = data - case "assignedToUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGTE = data - case "assignedToUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLT = data - case "assignedToUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLTE = data case "assignedToUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -268878,34 +253198,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.AssignedToGroupIDNotIn = data - case "assignedToGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGT = data - case "assignedToGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGTE = data - case "assignedToGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLT = data - case "assignedToGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLTE = data case "assignedToGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -269011,34 +253303,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -269116,34 +253380,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -269221,34 +253457,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -269326,34 +253534,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -269431,34 +253611,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -269536,34 +253688,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -269641,34 +253765,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.FindingStatusNameNotIn = data - case "findingStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameGT = data - case "findingStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameGTE = data - case "findingStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameLT = data - case "findingStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameLTE = data case "findingStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -269746,34 +253842,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.FindingStatusIDNotIn = data - case "findingStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDGT = data - case "findingStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDGTE = data - case "findingStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDLT = data - case "findingStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDLTE = data case "findingStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -269879,34 +253947,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270026,34 +254066,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270131,34 +254143,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270236,34 +254220,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ResourceNameNotIn = data - case "resourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameGT = data - case "resourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameGTE = data - case "resourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameLT = data - case "resourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameLTE = data case "resourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270341,34 +254297,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270446,34 +254374,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270551,34 +254451,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270656,34 +254528,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.FindingClassNotIn = data - case "findingClassGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassGT = data - case "findingClassGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassGTE = data - case "findingClassLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassLT = data - case "findingClassLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassLTE = data case "findingClassContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -270761,34 +254605,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.SeverityNotIn = data - case "severityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGT = data - case "severityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGTE = data - case "severityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLT = data - case "severityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLTE = data case "severityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271146,34 +254962,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.PriorityNotIn = data - case "priorityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGT = data - case "priorityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGTE = data - case "priorityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLT = data - case "priorityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLTE = data case "priorityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271391,34 +255179,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271496,34 +255256,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271601,34 +255333,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.RecommendationNotIn = data - case "recommendationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationGT = data - case "recommendationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationGTE = data - case "recommendationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationLT = data - case "recommendationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationLTE = data case "recommendationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271706,34 +255410,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.RecommendedActionsNotIn = data - case "recommendedActionsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsGT = data - case "recommendedActionsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsGTE = data - case "recommendedActionsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsLT = data - case "recommendedActionsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsLTE = data case "recommendedActionsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271811,34 +255487,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.VectorNotIn = data - case "vectorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGT = data - case "vectorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGTE = data - case "vectorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLT = data - case "vectorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLTE = data case "vectorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -271902,20 +255550,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.RemediationSLANEQ = data - case "remediationSLAIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLAIn = data - case "remediationSLANotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLANotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLANotIn = data case "remediationSLAGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -271965,27 +255599,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.EventTime = data - case "eventTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.EventTimeNEQ = data - case "eventTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EventTimeIn = data - case "eventTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EventTimeNotIn = data case "eventTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -272035,27 +255648,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ReportedAt = data - case "reportedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNEQ = data - case "reportedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtIn = data - case "reportedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNotIn = data case "reportedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -272105,27 +255697,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.SourceUpdatedAt = data - case "sourceUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNEQ = data - case "sourceUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtIn = data - case "sourceUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNotIn = data case "sourceUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -272196,34 +255767,6 @@ func (ec *executionContext) unmarshalInputFindingWhereInput(ctx context.Context, return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -272785,7 +256328,7 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "groupID", "userID"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "groupID", "userID"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -272841,34 +256384,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -272890,27 +256405,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -272960,27 +256454,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -273051,34 +256524,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -273156,34 +256601,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -273261,34 +256678,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -273478,7 +256867,7 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "joinPolicy", "joinPolicyNEQ", "joinPolicyIn", "joinPolicyNotIn", "syncToSlack", "syncToSlackNEQ", "syncToSlackIsNil", "syncToSlackNotNil", "syncToGithub", "syncToGithubNEQ", "syncToGithubIsNil", "syncToGithubNotNil", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDGT", "groupIDGTE", "groupIDLT", "groupIDLTE", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "hasGroup", "hasGroupWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "joinPolicy", "joinPolicyNEQ", "joinPolicyIn", "joinPolicyNotIn", "syncToSlack", "syncToSlackNEQ", "syncToSlackIsNil", "syncToSlackNotNil", "syncToGithub", "syncToGithubNEQ", "syncToGithubIsNil", "syncToGithubNotNil", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "hasGroup", "hasGroupWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -273534,34 +256923,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -273583,27 +256944,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -273653,27 +256993,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -273744,34 +257063,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -273849,34 +257140,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -273954,34 +257217,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -274171,34 +257406,6 @@ func (ec *executionContext) unmarshalInputGroupSettingWhereInput(ctx context.Con return it, err } it.GroupIDNotIn = data - case "groupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGT = data - case "groupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGTE = data - case "groupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLT = data - case "groupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLTE = data case "groupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -274278,7 +257485,7 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "isManaged", "isManagedNEQ", "isManagedIsNil", "isManagedNotNil", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "oscalRole", "oscalRoleNEQ", "oscalRoleIn", "oscalRoleNotIn", "oscalRoleGT", "oscalRoleGTE", "oscalRoleLT", "oscalRoleLTE", "oscalRoleContains", "oscalRoleHasPrefix", "oscalRoleHasSuffix", "oscalRoleIsNil", "oscalRoleNotNil", "oscalRoleEqualFold", "oscalRoleContainsFold", "oscalPartyUUID", "oscalPartyUUIDNEQ", "oscalPartyUUIDIn", "oscalPartyUUIDNotIn", "oscalPartyUUIDGT", "oscalPartyUUIDGTE", "oscalPartyUUIDLT", "oscalPartyUUIDLTE", "oscalPartyUUIDContains", "oscalPartyUUIDHasPrefix", "oscalPartyUUIDHasSuffix", "oscalPartyUUIDIsNil", "oscalPartyUUIDNotNil", "oscalPartyUUIDEqualFold", "oscalPartyUUIDContainsFold", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDGT", "scimExternalIDGTE", "scimExternalIDLT", "scimExternalIDLTE", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimDisplayName", "scimDisplayNameNEQ", "scimDisplayNameIn", "scimDisplayNameNotIn", "scimDisplayNameGT", "scimDisplayNameGTE", "scimDisplayNameLT", "scimDisplayNameLTE", "scimDisplayNameContains", "scimDisplayNameHasPrefix", "scimDisplayNameHasSuffix", "scimDisplayNameIsNil", "scimDisplayNameNotNil", "scimDisplayNameEqualFold", "scimDisplayNameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimGroupMailing", "scimGroupMailingNEQ", "scimGroupMailingIn", "scimGroupMailingNotIn", "scimGroupMailingGT", "scimGroupMailingGTE", "scimGroupMailingLT", "scimGroupMailingLTE", "scimGroupMailingContains", "scimGroupMailingHasPrefix", "scimGroupMailingHasSuffix", "scimGroupMailingIsNil", "scimGroupMailingNotNil", "scimGroupMailingEqualFold", "scimGroupMailingContainsFold", "hasOwner", "hasOwnerWith", "hasProgramEditors", "hasProgramEditorsWith", "hasProgramBlockedGroups", "hasProgramBlockedGroupsWith", "hasProgramViewers", "hasProgramViewersWith", "hasRiskEditors", "hasRiskEditorsWith", "hasRiskBlockedGroups", "hasRiskBlockedGroupsWith", "hasRiskViewers", "hasRiskViewersWith", "hasControlObjectiveEditors", "hasControlObjectiveEditorsWith", "hasControlObjectiveBlockedGroups", "hasControlObjectiveBlockedGroupsWith", "hasControlObjectiveViewers", "hasControlObjectiveViewersWith", "hasNarrativeEditors", "hasNarrativeEditorsWith", "hasNarrativeBlockedGroups", "hasNarrativeBlockedGroupsWith", "hasNarrativeViewers", "hasNarrativeViewersWith", "hasControlImplementationEditors", "hasControlImplementationEditorsWith", "hasControlImplementationBlockedGroups", "hasControlImplementationBlockedGroupsWith", "hasControlImplementationViewers", "hasControlImplementationViewersWith", "hasActionPlanEditors", "hasActionPlanEditorsWith", "hasActionPlanBlockedGroups", "hasActionPlanBlockedGroupsWith", "hasActionPlanViewers", "hasActionPlanViewersWith", "hasPlatformEditors", "hasPlatformEditorsWith", "hasPlatformBlockedGroups", "hasPlatformBlockedGroupsWith", "hasPlatformViewers", "hasPlatformViewersWith", "hasCampaignEditors", "hasCampaignEditorsWith", "hasCampaignBlockedGroups", "hasCampaignBlockedGroupsWith", "hasCampaignViewers", "hasCampaignViewersWith", "hasProcedureEditors", "hasProcedureEditorsWith", "hasProcedureBlockedGroups", "hasProcedureBlockedGroupsWith", "hasInternalPolicyEditors", "hasInternalPolicyEditorsWith", "hasInternalPolicyBlockedGroups", "hasInternalPolicyBlockedGroupsWith", "hasControlEditors", "hasControlEditorsWith", "hasControlBlockedGroups", "hasControlBlockedGroupsWith", "hasMappedControlEditors", "hasMappedControlEditorsWith", "hasMappedControlBlockedGroups", "hasMappedControlBlockedGroupsWith", "hasScanEditors", "hasScanEditorsWith", "hasScanBlockedGroups", "hasScanBlockedGroupsWith", "hasEntityEditors", "hasEntityEditorsWith", "hasEntityBlockedGroups", "hasEntityBlockedGroupsWith", "hasFindingEditors", "hasFindingEditorsWith", "hasFindingBlockedGroups", "hasFindingBlockedGroupsWith", "hasReviewEditors", "hasReviewEditorsWith", "hasReviewBlockedGroups", "hasReviewBlockedGroupsWith", "hasRemediationEditors", "hasRemediationEditorsWith", "hasRemediationBlockedGroups", "hasRemediationBlockedGroupsWith", "hasSetting", "hasSettingWith", "hasUsers", "hasUsersWith", "hasEvents", "hasEventsWith", "hasIntegrations", "hasIntegrationsWith", "hasAvatarFile", "hasAvatarFileWith", "hasFiles", "hasFilesWith", "hasTasks", "hasTasksWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasMembers", "hasMembersWith", "tagsHas", "oscalContactUuidsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "isManaged", "isManagedNEQ", "isManagedIsNil", "isManagedNotNil", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "oscalRole", "oscalRoleNEQ", "oscalRoleIn", "oscalRoleNotIn", "oscalRoleContains", "oscalRoleHasPrefix", "oscalRoleHasSuffix", "oscalRoleIsNil", "oscalRoleNotNil", "oscalRoleEqualFold", "oscalRoleContainsFold", "oscalPartyUUID", "oscalPartyUUIDNEQ", "oscalPartyUUIDIn", "oscalPartyUUIDNotIn", "oscalPartyUUIDContains", "oscalPartyUUIDHasPrefix", "oscalPartyUUIDHasSuffix", "oscalPartyUUIDIsNil", "oscalPartyUUIDNotNil", "oscalPartyUUIDEqualFold", "oscalPartyUUIDContainsFold", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimDisplayName", "scimDisplayNameNEQ", "scimDisplayNameIn", "scimDisplayNameNotIn", "scimDisplayNameContains", "scimDisplayNameHasPrefix", "scimDisplayNameHasSuffix", "scimDisplayNameIsNil", "scimDisplayNameNotNil", "scimDisplayNameEqualFold", "scimDisplayNameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimGroupMailing", "scimGroupMailingNEQ", "scimGroupMailingIn", "scimGroupMailingNotIn", "scimGroupMailingContains", "scimGroupMailingHasPrefix", "scimGroupMailingHasSuffix", "scimGroupMailingIsNil", "scimGroupMailingNotNil", "scimGroupMailingEqualFold", "scimGroupMailingContainsFold", "hasOwner", "hasOwnerWith", "hasProgramEditors", "hasProgramEditorsWith", "hasProgramBlockedGroups", "hasProgramBlockedGroupsWith", "hasProgramViewers", "hasProgramViewersWith", "hasRiskEditors", "hasRiskEditorsWith", "hasRiskBlockedGroups", "hasRiskBlockedGroupsWith", "hasRiskViewers", "hasRiskViewersWith", "hasControlObjectiveEditors", "hasControlObjectiveEditorsWith", "hasControlObjectiveBlockedGroups", "hasControlObjectiveBlockedGroupsWith", "hasControlObjectiveViewers", "hasControlObjectiveViewersWith", "hasNarrativeEditors", "hasNarrativeEditorsWith", "hasNarrativeBlockedGroups", "hasNarrativeBlockedGroupsWith", "hasNarrativeViewers", "hasNarrativeViewersWith", "hasControlImplementationEditors", "hasControlImplementationEditorsWith", "hasControlImplementationBlockedGroups", "hasControlImplementationBlockedGroupsWith", "hasControlImplementationViewers", "hasControlImplementationViewersWith", "hasActionPlanEditors", "hasActionPlanEditorsWith", "hasActionPlanBlockedGroups", "hasActionPlanBlockedGroupsWith", "hasActionPlanViewers", "hasActionPlanViewersWith", "hasPlatformEditors", "hasPlatformEditorsWith", "hasPlatformBlockedGroups", "hasPlatformBlockedGroupsWith", "hasPlatformViewers", "hasPlatformViewersWith", "hasCampaignEditors", "hasCampaignEditorsWith", "hasCampaignBlockedGroups", "hasCampaignBlockedGroupsWith", "hasCampaignViewers", "hasCampaignViewersWith", "hasProcedureEditors", "hasProcedureEditorsWith", "hasProcedureBlockedGroups", "hasProcedureBlockedGroupsWith", "hasInternalPolicyEditors", "hasInternalPolicyEditorsWith", "hasInternalPolicyBlockedGroups", "hasInternalPolicyBlockedGroupsWith", "hasControlEditors", "hasControlEditorsWith", "hasControlBlockedGroups", "hasControlBlockedGroupsWith", "hasMappedControlEditors", "hasMappedControlEditorsWith", "hasMappedControlBlockedGroups", "hasMappedControlBlockedGroupsWith", "hasScanEditors", "hasScanEditorsWith", "hasScanBlockedGroups", "hasScanBlockedGroupsWith", "hasEntityEditors", "hasEntityEditorsWith", "hasEntityBlockedGroups", "hasEntityBlockedGroupsWith", "hasFindingEditors", "hasFindingEditorsWith", "hasFindingBlockedGroups", "hasFindingBlockedGroupsWith", "hasReviewEditors", "hasReviewEditorsWith", "hasReviewBlockedGroups", "hasReviewBlockedGroupsWith", "hasRemediationEditors", "hasRemediationEditorsWith", "hasRemediationBlockedGroups", "hasRemediationBlockedGroupsWith", "hasSetting", "hasSettingWith", "hasUsers", "hasUsersWith", "hasEvents", "hasEventsWith", "hasIntegrations", "hasIntegrationsWith", "hasAvatarFile", "hasAvatarFileWith", "hasFiles", "hasFilesWith", "hasTasks", "hasTasksWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasMembers", "hasMembersWith", "tagsHas", "oscalContactUuidsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -274334,34 +257541,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -274383,27 +257562,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -274453,27 +257611,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -274544,34 +257681,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -274649,34 +257758,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -274754,34 +257835,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -274859,34 +257912,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -274950,34 +257975,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -275055,34 +258052,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275174,34 +258143,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -275279,34 +258220,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275370,34 +258283,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.OscalRoleNotIn = data - case "oscalRoleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleGT = data - case "oscalRoleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleGTE = data - case "oscalRoleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleLT = data - case "oscalRoleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleLTE = data case "oscalRoleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275475,34 +258360,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.OscalPartyUUIDNotIn = data - case "oscalPartyUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDGT = data - case "oscalPartyUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDGTE = data - case "oscalPartyUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDLT = data - case "oscalPartyUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDLTE = data case "oscalPartyUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275580,34 +258437,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.ScimExternalIDNotIn = data - case "scimExternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGT = data - case "scimExternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGTE = data - case "scimExternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLT = data - case "scimExternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLTE = data case "scimExternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275685,34 +258514,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.ScimDisplayNameNotIn = data - case "scimDisplayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameGT = data - case "scimDisplayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameGTE = data - case "scimDisplayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameLT = data - case "scimDisplayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameLTE = data case "scimDisplayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -275818,34 +258619,6 @@ func (ec *executionContext) unmarshalInputGroupWhereInput(ctx context.Context, o return it, err } it.ScimGroupMailingNotIn = data - case "scimGroupMailingGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingGT = data - case "scimGroupMailingGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingGTE = data - case "scimGroupMailingLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingLT = data - case "scimGroupMailingLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingLTE = data case "scimGroupMailingContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -276708,7 +259481,7 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindGT", "kindGTE", "kindLT", "kindLTE", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "secretName", "secretNameNEQ", "secretNameIn", "secretNameNotIn", "secretNameGT", "secretNameGTE", "secretNameLT", "secretNameLTE", "secretNameContains", "secretNameHasPrefix", "secretNameHasSuffix", "secretNameIsNil", "secretNameNotNil", "secretNameEqualFold", "secretNameContainsFold", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "hasOwner", "hasOwnerWith", "hasIntegrations", "hasIntegrationsWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "secretName", "secretNameNEQ", "secretNameIn", "secretNameNotIn", "secretNameContains", "secretNameHasPrefix", "secretNameHasSuffix", "secretNameIsNil", "secretNameNotNil", "secretNameEqualFold", "secretNameContainsFold", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "hasOwner", "hasOwnerWith", "hasIntegrations", "hasIntegrationsWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -276764,34 +259537,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -276813,27 +259558,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -276883,27 +259607,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -276974,34 +259677,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277079,34 +259754,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277184,34 +259831,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277289,34 +259908,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -277422,34 +260013,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277527,34 +260090,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277632,34 +260167,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277723,34 +260230,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.KindNotIn = data - case "kindGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGT = data - case "kindGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGTE = data - case "kindLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLT = data - case "kindLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLTE = data case "kindContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277828,34 +260307,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.SecretNameNotIn = data - case "secretNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameGT = data - case "secretNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameGTE = data - case "secretNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameLT = data - case "secretNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameLTE = data case "secretNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -277912,27 +260363,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -277982,27 +260412,6 @@ func (ec *executionContext) unmarshalInputHushWhereInput(ctx context.Context, ob return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -278158,7 +260567,7 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameEqualFold", "fullNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "alternateEmail", "alternateEmailNEQ", "alternateEmailIn", "alternateEmailNotIn", "alternateEmailGT", "alternateEmailGTE", "alternateEmailLT", "alternateEmailLTE", "alternateEmailContains", "alternateEmailHasPrefix", "alternateEmailHasSuffix", "alternateEmailIsNil", "alternateEmailNotNil", "alternateEmailEqualFold", "alternateEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "isOpenlaneUser", "isOpenlaneUserNEQ", "isOpenlaneUserIsNil", "isOpenlaneUserNotNil", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "identityHolderType", "identityHolderTypeNEQ", "identityHolderTypeIn", "identityHolderTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentGT", "departmentGTE", "departmentLT", "departmentLTE", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "team", "teamNEQ", "teamIn", "teamNotIn", "teamGT", "teamGTE", "teamLT", "teamLTE", "teamContains", "teamHasPrefix", "teamHasSuffix", "teamIsNil", "teamNotNil", "teamEqualFold", "teamContainsFold", "location", "locationNEQ", "locationIn", "locationNotIn", "locationGT", "locationGTE", "locationLT", "locationLTE", "locationContains", "locationHasPrefix", "locationHasSuffix", "locationIsNil", "locationNotNil", "locationEqualFold", "locationContainsFold", "startDate", "startDateNEQ", "startDateIn", "startDateNotIn", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateNEQ", "endDateIn", "endDateNotIn", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "employerEntityID", "employerEntityIDNEQ", "employerEntityIDIn", "employerEntityIDNotIn", "employerEntityIDGT", "employerEntityIDGTE", "employerEntityIDLT", "employerEntityIDLTE", "employerEntityIDContains", "employerEntityIDHasPrefix", "employerEntityIDHasSuffix", "employerEntityIDIsNil", "employerEntityIDNotNil", "employerEntityIDEqualFold", "employerEntityIDContainsFold", "externalUserID", "externalUserIDNEQ", "externalUserIDIn", "externalUserIDNotIn", "externalUserIDGT", "externalUserIDGTE", "externalUserIDLT", "externalUserIDLTE", "externalUserIDContains", "externalUserIDHasPrefix", "externalUserIDHasSuffix", "externalUserIDIsNil", "externalUserIDNotNil", "externalUserIDEqualFold", "externalUserIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDGT", "externalReferenceIDGTE", "externalReferenceIDLT", "externalReferenceIDLTE", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasEmployer", "hasEmployerWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasAssessments", "hasAssessmentsWith", "hasTemplates", "hasTemplatesWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasPlatforms", "hasPlatformsWith", "hasCampaigns", "hasCampaignsWith", "hasTasks", "hasTasksWith", "hasFiles", "hasFilesWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAccessPlatforms", "hasAccessPlatformsWith", "hasUser", "hasUserWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas", "emailAliasesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameEqualFold", "fullNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "alternateEmail", "alternateEmailNEQ", "alternateEmailIn", "alternateEmailNotIn", "alternateEmailContains", "alternateEmailHasPrefix", "alternateEmailHasSuffix", "alternateEmailIsNil", "alternateEmailNotNil", "alternateEmailEqualFold", "alternateEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "isOpenlaneUser", "isOpenlaneUserNEQ", "isOpenlaneUserIsNil", "isOpenlaneUserNotNil", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "identityHolderType", "identityHolderTypeNEQ", "identityHolderTypeIn", "identityHolderTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "team", "teamNEQ", "teamIn", "teamNotIn", "teamContains", "teamHasPrefix", "teamHasSuffix", "teamIsNil", "teamNotNil", "teamEqualFold", "teamContainsFold", "location", "locationNEQ", "locationIn", "locationNotIn", "locationContains", "locationHasPrefix", "locationHasSuffix", "locationIsNil", "locationNotNil", "locationEqualFold", "locationContainsFold", "startDate", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "employerEntityID", "employerEntityIDNEQ", "employerEntityIDIn", "employerEntityIDNotIn", "employerEntityIDContains", "employerEntityIDHasPrefix", "employerEntityIDHasSuffix", "employerEntityIDIsNil", "employerEntityIDNotNil", "employerEntityIDEqualFold", "employerEntityIDContainsFold", "externalUserID", "externalUserIDNEQ", "externalUserIDIn", "externalUserIDNotIn", "externalUserIDContains", "externalUserIDHasPrefix", "externalUserIDHasSuffix", "externalUserIDIsNil", "externalUserIDNotNil", "externalUserIDEqualFold", "externalUserIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasEmployer", "hasEmployerWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasAssessments", "hasAssessmentsWith", "hasTemplates", "hasTemplatesWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasPlatforms", "hasPlatformsWith", "hasCampaigns", "hasCampaignsWith", "hasTasks", "hasTasksWith", "hasFiles", "hasFilesWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAccessPlatforms", "hasAccessPlatformsWith", "hasUser", "hasUserWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas", "emailAliasesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -278214,34 +260623,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -278263,27 +260644,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -278333,27 +260693,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -278424,34 +260763,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -278529,34 +260840,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -278634,34 +260917,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -278739,34 +260994,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -278830,34 +261057,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -278935,34 +261134,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279040,34 +261211,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -279145,34 +261288,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -279250,34 +261365,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279355,34 +261442,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -279460,34 +261519,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279565,34 +261596,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -279698,34 +261701,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279789,34 +261764,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279880,34 +261827,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.AlternateEmailNotIn = data - case "alternateEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailGT = data - case "alternateEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailGTE = data - case "alternateEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailLT = data - case "alternateEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailLTE = data case "alternateEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -279985,34 +261904,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -280118,34 +262009,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -280293,34 +262156,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -280398,34 +262233,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.DepartmentNotIn = data - case "departmentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGT = data - case "departmentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGTE = data - case "departmentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLT = data - case "departmentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLTE = data case "departmentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -280503,34 +262310,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.TeamNotIn = data - case "teamGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamGT = data - case "teamGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamGTE = data - case "teamLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamLT = data - case "teamLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamLTE = data case "teamContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -280608,34 +262387,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.LocationNotIn = data - case "locationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationGT = data - case "locationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationGTE = data - case "locationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationLT = data - case "locationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationLTE = data case "locationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -280692,27 +262443,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.StartDate = data - case "startDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.StartDateNEQ = data - case "startDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateIn = data - case "startDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateNotIn = data case "startDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -280762,27 +262492,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.EndDate = data - case "endDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.EndDateNEQ = data - case "endDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateIn = data - case "endDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateNotIn = data case "endDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -280853,34 +262562,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.EmployerEntityIDNotIn = data - case "employerEntityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDGT = data - case "employerEntityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDGTE = data - case "employerEntityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDLT = data - case "employerEntityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDLTE = data case "employerEntityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -280958,34 +262639,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.ExternalUserIDNotIn = data - case "externalUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDGT = data - case "externalUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDGTE = data - case "externalUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDLT = data - case "externalUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDLTE = data case "externalUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -281063,34 +262716,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.ExternalReferenceIDNotIn = data - case "externalReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGT = data - case "externalReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGTE = data - case "externalReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLT = data - case "externalReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLTE = data case "externalReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -281168,34 +262793,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderWhereInput(ctx context.C return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -281680,7 +263277,7 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindGT", "kindGTE", "kindLT", "kindLTE", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "integrationType", "integrationTypeNEQ", "integrationTypeIn", "integrationTypeNotIn", "integrationTypeGT", "integrationTypeGTE", "integrationTypeLT", "integrationTypeLTE", "integrationTypeContains", "integrationTypeHasPrefix", "integrationTypeHasSuffix", "integrationTypeIsNil", "integrationTypeNotNil", "integrationTypeEqualFold", "integrationTypeContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "definitionID", "definitionIDNEQ", "definitionIDIn", "definitionIDNotIn", "definitionIDGT", "definitionIDGTE", "definitionIDLT", "definitionIDLTE", "definitionIDContains", "definitionIDHasPrefix", "definitionIDHasSuffix", "definitionIDIsNil", "definitionIDNotNil", "definitionIDEqualFold", "definitionIDContainsFold", "definitionVersion", "definitionVersionNEQ", "definitionVersionIn", "definitionVersionNotIn", "definitionVersionGT", "definitionVersionGTE", "definitionVersionLT", "definitionVersionLTE", "definitionVersionContains", "definitionVersionHasPrefix", "definitionVersionHasSuffix", "definitionVersionIsNil", "definitionVersionNotNil", "definitionVersionEqualFold", "definitionVersionContainsFold", "definitionSlug", "definitionSlugNEQ", "definitionSlugIn", "definitionSlugNotIn", "definitionSlugGT", "definitionSlugGTE", "definitionSlugLT", "definitionSlugLTE", "definitionSlugContains", "definitionSlugHasPrefix", "definitionSlugHasSuffix", "definitionSlugIsNil", "definitionSlugNotNil", "definitionSlugEqualFold", "definitionSlugContainsFold", "family", "familyNEQ", "familyIn", "familyNotIn", "familyGT", "familyGTE", "familyLT", "familyLTE", "familyContains", "familyHasPrefix", "familyHasSuffix", "familyIsNil", "familyNotNil", "familyEqualFold", "familyContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "primaryDirectory", "primaryDirectoryNEQ", "campaignEmail", "campaignEmailNEQ", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasSecrets", "hasSecretsWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasTasks", "hasTasksWith", "hasActionPlans", "hasActionPlansWith", "hasAssets", "hasAssetsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasCheckResults", "hasCheckResultsWith", "hasPlatform", "hasPlatformWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasCampaigns", "hasCampaignsWith", "hasEntities", "hasEntitiesWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "integrationType", "integrationTypeNEQ", "integrationTypeIn", "integrationTypeNotIn", "integrationTypeContains", "integrationTypeHasPrefix", "integrationTypeHasSuffix", "integrationTypeIsNil", "integrationTypeNotNil", "integrationTypeEqualFold", "integrationTypeContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "definitionID", "definitionIDNEQ", "definitionIDIn", "definitionIDNotIn", "definitionIDContains", "definitionIDHasPrefix", "definitionIDHasSuffix", "definitionIDIsNil", "definitionIDNotNil", "definitionIDEqualFold", "definitionIDContainsFold", "definitionVersion", "definitionVersionNEQ", "definitionVersionIn", "definitionVersionNotIn", "definitionVersionContains", "definitionVersionHasPrefix", "definitionVersionHasSuffix", "definitionVersionIsNil", "definitionVersionNotNil", "definitionVersionEqualFold", "definitionVersionContainsFold", "definitionSlug", "definitionSlugNEQ", "definitionSlugIn", "definitionSlugNotIn", "definitionSlugContains", "definitionSlugHasPrefix", "definitionSlugHasSuffix", "definitionSlugIsNil", "definitionSlugNotNil", "definitionSlugEqualFold", "definitionSlugContainsFold", "family", "familyNEQ", "familyIn", "familyNotIn", "familyContains", "familyHasPrefix", "familyHasSuffix", "familyIsNil", "familyNotNil", "familyEqualFold", "familyContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "primaryDirectory", "primaryDirectoryNEQ", "campaignEmail", "campaignEmailNEQ", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasSecrets", "hasSecretsWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasTasks", "hasTasksWith", "hasActionPlans", "hasActionPlansWith", "hasAssets", "hasAssetsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasCheckResults", "hasCheckResultsWith", "hasPlatform", "hasPlatformWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasCampaigns", "hasCampaignsWith", "hasEntities", "hasEntitiesWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -281736,34 +263333,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -281785,27 +263354,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -281855,27 +263403,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -281946,34 +263473,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282051,34 +263550,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282156,34 +263627,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282261,34 +263704,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -282394,34 +263809,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282499,34 +263886,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282604,34 +263963,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282709,34 +264040,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -282814,34 +264117,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -282919,34 +264194,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -283024,34 +264271,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283115,34 +264334,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.KindNotIn = data - case "kindGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGT = data - case "kindGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGTE = data - case "kindLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLT = data - case "kindLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLTE = data case "kindContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283220,34 +264411,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.IntegrationTypeNotIn = data - case "integrationTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationTypeGT = data - case "integrationTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationTypeGTE = data - case "integrationTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationTypeLT = data - case "integrationTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationTypeLTE = data case "integrationTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283325,34 +264488,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -283430,34 +264565,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.DefinitionIDNotIn = data - case "definitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionIDGT = data - case "definitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionIDGTE = data - case "definitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionIDLT = data - case "definitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionIDLTE = data case "definitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283535,34 +264642,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.DefinitionVersionNotIn = data - case "definitionVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionVersionGT = data - case "definitionVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionVersionGTE = data - case "definitionVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionVersionLT = data - case "definitionVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionVersionLTE = data case "definitionVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283640,34 +264719,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.DefinitionSlugNotIn = data - case "definitionSlugGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionSlugGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionSlugGT = data - case "definitionSlugGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionSlugGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionSlugGTE = data - case "definitionSlugLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionSlugLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionSlugLT = data - case "definitionSlugLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionSlugLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DefinitionSlugLTE = data case "definitionSlugContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("definitionSlugContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -283745,34 +264796,6 @@ func (ec *executionContext) unmarshalInputIntegrationWhereInput(ctx context.Cont return it, err } it.FamilyNotIn = data - case "familyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyGT = data - case "familyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyGTE = data - case "familyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyLT = data - case "familyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FamilyLTE = data case "familyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("familyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -284278,7 +265301,7 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "internalPolicyKindName", "internalPolicyKindNameNEQ", "internalPolicyKindNameIn", "internalPolicyKindNameNotIn", "internalPolicyKindNameGT", "internalPolicyKindNameGTE", "internalPolicyKindNameLT", "internalPolicyKindNameLTE", "internalPolicyKindNameContains", "internalPolicyKindNameHasPrefix", "internalPolicyKindNameHasSuffix", "internalPolicyKindNameIsNil", "internalPolicyKindNameNotNil", "internalPolicyKindNameEqualFold", "internalPolicyKindNameContainsFold", "internalPolicyKindID", "internalPolicyKindIDNEQ", "internalPolicyKindIDIn", "internalPolicyKindIDNotIn", "internalPolicyKindIDGT", "internalPolicyKindIDGTE", "internalPolicyKindIDLT", "internalPolicyKindIDLTE", "internalPolicyKindIDContains", "internalPolicyKindIDHasPrefix", "internalPolicyKindIDHasSuffix", "internalPolicyKindIDIsNil", "internalPolicyKindIDNotNil", "internalPolicyKindIDEqualFold", "internalPolicyKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasInternalPolicyKind", "hasInternalPolicyKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControlObjectives", "hasControlObjectivesWith", "hasControlImplementations", "hasControlImplementationsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasProcedures", "hasProceduresWith", "hasNarratives", "hasNarrativesWith", "hasTasks", "hasTasksWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasFile", "hasFileWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasReviews", "hasReviewsWith", "hasIntegrations", "hasIntegrationsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "internalPolicyKindName", "internalPolicyKindNameNEQ", "internalPolicyKindNameIn", "internalPolicyKindNameNotIn", "internalPolicyKindNameContains", "internalPolicyKindNameHasPrefix", "internalPolicyKindNameHasSuffix", "internalPolicyKindNameIsNil", "internalPolicyKindNameNotNil", "internalPolicyKindNameEqualFold", "internalPolicyKindNameContainsFold", "internalPolicyKindID", "internalPolicyKindIDNEQ", "internalPolicyKindIDIn", "internalPolicyKindIDNotIn", "internalPolicyKindIDContains", "internalPolicyKindIDHasPrefix", "internalPolicyKindIDHasSuffix", "internalPolicyKindIDIsNil", "internalPolicyKindIDNotNil", "internalPolicyKindIDEqualFold", "internalPolicyKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasInternalPolicyKind", "hasInternalPolicyKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControlObjectives", "hasControlObjectivesWith", "hasControlImplementations", "hasControlImplementationsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasProcedures", "hasProceduresWith", "hasNarratives", "hasNarrativesWith", "hasTasks", "hasTasksWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasFile", "hasFileWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasReviews", "hasReviewsWith", "hasIntegrations", "hasIntegrationsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -284334,34 +265357,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -284383,27 +265378,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -284453,27 +265427,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -284544,34 +265497,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -284649,34 +265574,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -284754,34 +265651,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -284859,34 +265728,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -284950,34 +265791,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -285055,34 +265868,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -285188,34 +265973,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -285293,34 +266050,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -285398,34 +266127,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -285573,34 +266274,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -285685,27 +266358,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -285818,34 +266470,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -285923,34 +266547,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -286028,34 +266624,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286133,34 +266701,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -286238,34 +266778,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286343,34 +266855,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286448,34 +266932,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.InternalPolicyKindNameNotIn = data - case "internalPolicyKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameGT = data - case "internalPolicyKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameGTE = data - case "internalPolicyKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameLT = data - case "internalPolicyKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameLTE = data case "internalPolicyKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286553,34 +267009,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.InternalPolicyKindIDNotIn = data - case "internalPolicyKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDGT = data - case "internalPolicyKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDGTE = data - case "internalPolicyKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDLT = data - case "internalPolicyKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDLTE = data case "internalPolicyKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -286658,34 +267086,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286763,34 +267163,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -286868,34 +267240,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -286973,34 +267317,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -287106,34 +267422,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyWhereInput(ctx context.C return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -287653,7 +267941,7 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "requestorID", "requestorIDNEQ", "requestorIDIn", "requestorIDNotIn", "requestorIDGT", "requestorIDGTE", "requestorIDLT", "requestorIDLTE", "requestorIDContains", "requestorIDHasPrefix", "requestorIDHasSuffix", "requestorIDIsNil", "requestorIDNotNil", "requestorIDEqualFold", "requestorIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "expires", "expiresNEQ", "expiresIn", "expiresNotIn", "expiresGT", "expiresGTE", "expiresLT", "expiresLTE", "expiresIsNil", "expiresNotNil", "recipient", "recipientNEQ", "recipientIn", "recipientNotIn", "recipientGT", "recipientGTE", "recipientLT", "recipientLTE", "recipientContains", "recipientHasPrefix", "recipientHasSuffix", "recipientEqualFold", "recipientContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsIn", "sendAttemptsNotIn", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "ownershipTransfer", "ownershipTransferNEQ", "ownershipTransferIsNil", "ownershipTransferNotNil", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasGroups", "hasGroupsWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "requestorID", "requestorIDNEQ", "requestorIDIn", "requestorIDNotIn", "requestorIDContains", "requestorIDHasPrefix", "requestorIDHasSuffix", "requestorIDIsNil", "requestorIDNotNil", "requestorIDEqualFold", "requestorIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "expires", "expiresGT", "expiresGTE", "expiresLT", "expiresLTE", "expiresIsNil", "expiresNotNil", "recipient", "recipientNEQ", "recipientIn", "recipientNotIn", "recipientContains", "recipientHasPrefix", "recipientHasSuffix", "recipientEqualFold", "recipientContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "ownershipTransfer", "ownershipTransferNEQ", "ownershipTransferIsNil", "ownershipTransferNotNil", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasGroups", "hasGroupsWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -287709,34 +267997,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -287758,27 +268018,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -287828,27 +268067,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -287919,34 +268137,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -288024,34 +268214,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -288129,34 +268291,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -288234,34 +268368,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.RequestorIDNotIn = data - case "requestorIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDGT = data - case "requestorIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDGTE = data - case "requestorIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDLT = data - case "requestorIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RequestorIDLTE = data case "requestorIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("requestorIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -288339,34 +268445,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -288423,27 +268501,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.Expires = data - case "expiresNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresNEQ = data - case "expiresIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresIn = data - case "expiresNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresNotIn = data case "expiresGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -288514,34 +268571,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.RecipientNotIn = data - case "recipientGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecipientGT = data - case "recipientGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecipientGTE = data - case "recipientLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecipientLT = data - case "recipientLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecipientLTE = data case "recipientContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -288647,20 +268676,6 @@ func (ec *executionContext) unmarshalInputInviteWhereInput(ctx context.Context, return it, err } it.SendAttemptsNEQ = data - case "sendAttemptsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsIn = data - case "sendAttemptsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsNotIn = data case "sendAttemptsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -288844,7 +268859,7 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scheduledJobID", "scheduledJobIDNEQ", "scheduledJobIDIn", "scheduledJobIDNotIn", "scheduledJobIDGT", "scheduledJobIDGTE", "scheduledJobIDLT", "scheduledJobIDLTE", "scheduledJobIDContains", "scheduledJobIDHasPrefix", "scheduledJobIDHasSuffix", "scheduledJobIDEqualFold", "scheduledJobIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "exitCode", "exitCodeNEQ", "exitCodeIn", "exitCodeNotIn", "exitCodeGT", "exitCodeGTE", "exitCodeLT", "exitCodeLTE", "finishedAt", "finishedAtNEQ", "finishedAtIn", "finishedAtNotIn", "finishedAtGT", "finishedAtGTE", "finishedAtLT", "finishedAtLTE", "startedAt", "startedAtNEQ", "startedAtIn", "startedAtNotIn", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDEqualFold", "fileIDContainsFold", "log", "logNEQ", "logIn", "logNotIn", "logGT", "logGTE", "logLT", "logLTE", "logContains", "logHasPrefix", "logHasSuffix", "logIsNil", "logNotNil", "logEqualFold", "logContainsFold", "hasOwner", "hasOwnerWith", "hasScheduledJob", "hasScheduledJobWith", "hasFile", "hasFileWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scheduledJobID", "scheduledJobIDNEQ", "scheduledJobIDIn", "scheduledJobIDNotIn", "scheduledJobIDContains", "scheduledJobIDHasPrefix", "scheduledJobIDHasSuffix", "scheduledJobIDEqualFold", "scheduledJobIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "exitCode", "exitCodeNEQ", "exitCodeGT", "exitCodeGTE", "exitCodeLT", "exitCodeLTE", "finishedAt", "finishedAtGT", "finishedAtGTE", "finishedAtLT", "finishedAtLTE", "startedAt", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDEqualFold", "fileIDContainsFold", "log", "logNEQ", "logIn", "logNotIn", "logContains", "logHasPrefix", "logHasSuffix", "logIsNil", "logNotNil", "logEqualFold", "logContainsFold", "hasOwner", "hasOwnerWith", "hasScheduledJob", "hasScheduledJobWith", "hasFile", "hasFileWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -288900,34 +268915,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -288949,27 +268936,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -289019,27 +268985,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -289110,34 +269055,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -289215,34 +269132,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -289320,34 +269209,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -289425,34 +269286,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -289530,34 +269363,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.ScheduledJobIDNotIn = data - case "scheduledJobIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDGT = data - case "scheduledJobIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDGTE = data - case "scheduledJobIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDLT = data - case "scheduledJobIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDLTE = data case "scheduledJobIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -289635,20 +269440,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.ExitCodeNEQ = data - case "exitCodeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("exitCodeIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExitCodeIn = data - case "exitCodeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("exitCodeNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExitCodeNotIn = data case "exitCodeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("exitCodeGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -289684,27 +269475,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.FinishedAt = data - case "finishedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("finishedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FinishedAtNEQ = data - case "finishedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("finishedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FinishedAtIn = data - case "finishedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("finishedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FinishedAtNotIn = data case "finishedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("finishedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -289740,27 +269510,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.StartedAt = data - case "startedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNEQ = data - case "startedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtIn = data - case "startedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNotIn = data case "startedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -289817,34 +269566,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -289908,34 +269629,6 @@ func (ec *executionContext) unmarshalInputJobResultWhereInput(ctx context.Contex return it, err } it.LogNotIn = data - case "logGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogGT = data - case "logGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogGTE = data - case "logLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogLT = data - case "logLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogLTE = data case "logContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -290125,7 +269818,7 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDGT", "jobRunnerIDGTE", "jobRunnerIDLT", "jobRunnerIDLTE", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasJobRunner", "hasJobRunnerWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasJobRunner", "hasJobRunnerWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -290181,34 +269874,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -290230,27 +269895,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -290300,27 +269944,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -290391,34 +270014,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -290496,34 +270091,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -290601,34 +270168,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -290706,34 +270245,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -290790,27 +270301,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -290881,34 +270371,6 @@ func (ec *executionContext) unmarshalInputJobRunnerRegistrationTokenWhereInput(c return it, err } it.JobRunnerIDNotIn = data - case "jobRunnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGT = data - case "jobRunnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGTE = data - case "jobRunnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLT = data - case "jobRunnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLTE = data case "jobRunnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -291050,7 +270512,7 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonGT", "revokedReasonGTE", "revokedReasonLT", "revokedReasonLTE", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByGT", "revokedByGTE", "revokedByLT", "revokedByLTE", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtNEQ", "revokedAtIn", "revokedAtNotIn", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "hasJobRunners", "hasJobRunnersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "hasJobRunners", "hasJobRunnersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -291106,34 +270568,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -291155,27 +270589,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -291225,27 +270638,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -291316,34 +270708,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -291421,34 +270785,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -291526,34 +270862,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -291631,34 +270939,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -291715,27 +270995,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -291785,27 +271044,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -291904,34 +271142,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.RevokedReasonNotIn = data - case "revokedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGT = data - case "revokedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGTE = data - case "revokedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLT = data - case "revokedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLTE = data case "revokedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292009,34 +271219,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.RevokedByNotIn = data - case "revokedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGT = data - case "revokedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGTE = data - case "revokedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLT = data - case "revokedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLTE = data case "revokedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292093,27 +271275,6 @@ func (ec *executionContext) unmarshalInputJobRunnerTokenWhereInput(ctx context.C return it, err } it.RevokedAt = data - case "revokedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNEQ = data - case "revokedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtIn = data - case "revokedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNotIn = data case "revokedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -292207,7 +271368,7 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "ipAddress", "ipAddressNEQ", "ipAddressIn", "ipAddressNotIn", "ipAddressGT", "ipAddressGTE", "ipAddressLT", "ipAddressLTE", "ipAddressContains", "ipAddressHasPrefix", "ipAddressHasSuffix", "ipAddressIsNil", "ipAddressNotNil", "ipAddressEqualFold", "ipAddressContainsFold", "lastSeen", "lastSeenNEQ", "lastSeenIn", "lastSeenNotIn", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "os", "osNEQ", "osIn", "osNotIn", "osGT", "osGTE", "osLT", "osLTE", "osContains", "osHasPrefix", "osHasSuffix", "osIsNil", "osNotNil", "osEqualFold", "osContainsFold", "hasOwner", "hasOwnerWith", "hasJobRunnerTokens", "hasJobRunnerTokensWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "ipAddress", "ipAddressNEQ", "ipAddressIn", "ipAddressNotIn", "ipAddressContains", "ipAddressHasPrefix", "ipAddressHasSuffix", "ipAddressIsNil", "ipAddressNotNil", "ipAddressEqualFold", "ipAddressContainsFold", "lastSeen", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "version", "versionNEQ", "versionIn", "versionNotIn", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "os", "osNEQ", "osIn", "osNotIn", "osContains", "osHasPrefix", "osHasSuffix", "osIsNil", "osNotNil", "osEqualFold", "osContainsFold", "hasOwner", "hasOwnerWith", "hasJobRunnerTokens", "hasJobRunnerTokensWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -292263,34 +271424,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -292312,27 +271445,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -292382,27 +271494,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -292473,34 +271564,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292578,34 +271641,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292683,34 +271718,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292788,34 +271795,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -292879,34 +271858,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -293012,34 +271963,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293117,34 +272040,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293222,34 +272117,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293341,34 +272208,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.IPAddressNotIn = data - case "ipAddressGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ipAddressGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IPAddressGT = data - case "ipAddressGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ipAddressGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IPAddressGTE = data - case "ipAddressLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ipAddressLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IPAddressLT = data - case "ipAddressLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ipAddressLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IPAddressLTE = data case "ipAddressContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ipAddressContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293425,27 +272264,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.LastSeen = data - case "lastSeenNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNEQ = data - case "lastSeenIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIn = data - case "lastSeenNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNotIn = data case "lastSeenGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -293516,34 +272334,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.VersionNotIn = data - case "versionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGT = data - case "versionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGTE = data - case "versionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLT = data - case "versionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLTE = data case "versionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293621,34 +272411,6 @@ func (ec *executionContext) unmarshalInputJobRunnerWhereInput(ctx context.Contex return it, err } it.OsNotIn = data - case "osGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("osGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OsGT = data - case "osGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("osGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OsGTE = data - case "osLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("osLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OsLT = data - case "osLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("osLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OsLTE = data case "osContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("osContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -293790,7 +272552,7 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "platform", "platformNEQ", "platformIn", "platformNotIn", "hasOwner", "hasOwnerWith", "hasScheduledJobs", "hasScheduledJobsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "platform", "platformNEQ", "platformIn", "platformNotIn", "hasOwner", "hasOwnerWith", "hasScheduledJobs", "hasScheduledJobsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -293846,34 +272608,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -293895,27 +272629,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -293965,27 +272678,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -294056,34 +272748,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294161,34 +272825,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294266,34 +272902,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294371,34 +272979,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294462,34 +273042,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -294595,34 +273147,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294700,34 +273224,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294805,34 +273301,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -294896,34 +273364,6 @@ func (ec *executionContext) unmarshalInputJobTemplateWhereInput(ctx context.Cont return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295093,7 +273533,7 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "zoneID", "zoneIDNEQ", "zoneIDIn", "zoneIDNotIn", "zoneIDGT", "zoneIDGTE", "zoneIDLT", "zoneIDLTE", "zoneIDContains", "zoneIDHasPrefix", "zoneIDHasSuffix", "zoneIDEqualFold", "zoneIDContainsFold", "hasCustomDomains", "hasCustomDomainsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "zoneID", "zoneIDNEQ", "zoneIDIn", "zoneIDNotIn", "zoneIDContains", "zoneIDHasPrefix", "zoneIDHasSuffix", "zoneIDEqualFold", "zoneIDContainsFold", "hasCustomDomains", "hasCustomDomainsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -295149,34 +273589,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -295198,27 +273610,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -295268,27 +273659,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -295359,34 +273729,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295464,34 +273806,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295569,34 +273883,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295674,34 +273960,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295765,34 +274023,6 @@ func (ec *executionContext) unmarshalInputMappableDomainWhereInput(ctx context.C return it, err } it.ZoneIDNotIn = data - case "zoneIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDGT = data - case "zoneIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDGTE = data - case "zoneIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDLT = data - case "zoneIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDLTE = data case "zoneIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -295906,7 +274136,7 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "mappingType", "mappingTypeNEQ", "mappingTypeIn", "mappingTypeNotIn", "relation", "relationNEQ", "relationIn", "relationNotIn", "relationGT", "relationGTE", "relationLT", "relationLTE", "relationContains", "relationHasPrefix", "relationHasSuffix", "relationIsNil", "relationNotNil", "relationEqualFold", "relationContainsFold", "confidence", "confidenceNEQ", "confidenceIn", "confidenceNotIn", "confidenceGT", "confidenceGTE", "confidenceLT", "confidenceLTE", "confidenceIsNil", "confidenceNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasFromControls", "hasFromControlsWith", "hasToControls", "hasToControlsWith", "hasFromSubcontrols", "hasFromSubcontrolsWith", "hasToSubcontrols", "hasToSubcontrolsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "mappingType", "mappingTypeNEQ", "mappingTypeIn", "mappingTypeNotIn", "relation", "relationNEQ", "relationIn", "relationNotIn", "relationContains", "relationHasPrefix", "relationHasSuffix", "relationIsNil", "relationNotNil", "relationEqualFold", "relationContainsFold", "confidence", "confidenceNEQ", "confidenceGT", "confidenceGTE", "confidenceLT", "confidenceLTE", "confidenceIsNil", "confidenceNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasFromControls", "hasFromControlsWith", "hasToControls", "hasToControlsWith", "hasFromSubcontrols", "hasFromSubcontrolsWith", "hasToSubcontrols", "hasToSubcontrolsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -295962,34 +274192,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -296011,27 +274213,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -296081,27 +274262,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -296172,34 +274332,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296277,34 +274409,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296382,34 +274486,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296515,34 +274591,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296620,34 +274668,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296725,34 +274745,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -296858,34 +274850,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.RelationNotIn = data - case "relationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationGT = data - case "relationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationGTE = data - case "relationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationLT = data - case "relationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationLTE = data case "relationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -296949,20 +274913,6 @@ func (ec *executionContext) unmarshalInputMappedControlWhereInput(ctx context.Co return it, err } it.ConfidenceNEQ = data - case "confidenceIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ConfidenceIn = data - case "confidenceNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ConfidenceNotIn = data case "confidenceGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -297209,7 +275159,7 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasSatisfies", "hasSatisfiesWith", "hasPrograms", "hasProgramsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasSatisfies", "hasSatisfiesWith", "hasPrograms", "hasProgramsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -297265,34 +275215,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -297314,27 +275236,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -297384,27 +275285,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -297475,34 +275355,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -297580,34 +275432,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -297685,34 +275509,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -297790,34 +275586,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -297881,34 +275649,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -298014,34 +275754,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -298119,34 +275831,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -298224,34 +275908,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -298315,34 +275971,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -298420,34 +276048,6 @@ func (ec *executionContext) unmarshalInputNarrativeWhereInput(ctx context.Contex return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -298673,7 +276273,7 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textGT", "textGTE", "textLT", "textLTE", "textContains", "textHasPrefix", "textHasSuffix", "textEqualFold", "textContainsFold", "noteRef", "noteRefNEQ", "noteRefIn", "noteRefNotIn", "noteRefGT", "noteRefGTE", "noteRefLT", "noteRefLTE", "noteRefContains", "noteRefHasPrefix", "noteRefHasSuffix", "noteRefIsNil", "noteRefNotNil", "noteRefEqualFold", "noteRefContainsFold", "discussionID", "discussionIDNEQ", "discussionIDIn", "discussionIDNotIn", "discussionIDGT", "discussionIDGTE", "discussionIDLT", "discussionIDLTE", "discussionIDContains", "discussionIDHasPrefix", "discussionIDHasSuffix", "discussionIDIsNil", "discussionIDNotNil", "discussionIDEqualFold", "discussionIDContainsFold", "isEdited", "isEditedNEQ", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "notifySubscribers", "notifySubscribersNEQ", "notifySubscribersIsNil", "notifySubscribersNotNil", "notifiedAt", "notifiedAtNEQ", "notifiedAtIn", "notifiedAtNotIn", "notifiedAtGT", "notifiedAtGTE", "notifiedAtLT", "notifiedAtLTE", "notifiedAtIsNil", "notifiedAtNotNil", "hasOwner", "hasOwnerWith", "hasTask", "hasTaskWith", "hasControl", "hasControlWith", "hasSubcontrol", "hasSubcontrolWith", "hasProcedure", "hasProcedureWith", "hasRisk", "hasRiskWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasReview", "hasReviewWith", "hasEvidence", "hasEvidenceWith", "hasTrustCenter", "hasTrustCenterWith", "hasDiscussion", "hasDiscussionWith", "hasTrustCenterFaqs", "hasTrustCenterFaqsWith", "hasFiles", "hasFilesWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textContains", "textHasPrefix", "textHasSuffix", "textEqualFold", "textContainsFold", "noteRef", "noteRefNEQ", "noteRefIn", "noteRefNotIn", "noteRefContains", "noteRefHasPrefix", "noteRefHasSuffix", "noteRefIsNil", "noteRefNotNil", "noteRefEqualFold", "noteRefContainsFold", "discussionID", "discussionIDNEQ", "discussionIDIn", "discussionIDNotIn", "discussionIDContains", "discussionIDHasPrefix", "discussionIDHasSuffix", "discussionIDIsNil", "discussionIDNotNil", "discussionIDEqualFold", "discussionIDContainsFold", "isEdited", "isEditedNEQ", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "notifySubscribers", "notifySubscribersNEQ", "notifySubscribersIsNil", "notifySubscribersNotNil", "notifiedAt", "notifiedAtGT", "notifiedAtGTE", "notifiedAtLT", "notifiedAtLTE", "notifiedAtIsNil", "notifiedAtNotNil", "hasOwner", "hasOwnerWith", "hasTask", "hasTaskWith", "hasControl", "hasControlWith", "hasSubcontrol", "hasSubcontrolWith", "hasProcedure", "hasProcedureWith", "hasRisk", "hasRiskWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasReview", "hasReviewWith", "hasEvidence", "hasEvidenceWith", "hasTrustCenter", "hasTrustCenterWith", "hasDiscussion", "hasDiscussionWith", "hasTrustCenterFaqs", "hasTrustCenterFaqsWith", "hasFiles", "hasFilesWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -298729,34 +276329,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -298778,27 +276350,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -298848,27 +276399,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -298939,34 +276469,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299044,34 +276546,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299149,34 +276623,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299254,34 +276700,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299345,34 +276763,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -299450,34 +276840,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299555,34 +276917,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.TextNotIn = data - case "textGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGT = data - case "textGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGTE = data - case "textLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLT = data - case "textLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLTE = data case "textContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299646,34 +276980,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.NoteRefNotIn = data - case "noteRefGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefGT = data - case "noteRefGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefGTE = data - case "noteRefLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefLT = data - case "noteRefLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefLTE = data case "noteRefContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -299751,34 +277057,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.DiscussionIDNotIn = data - case "discussionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDGT = data - case "discussionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDGTE = data - case "discussionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDLT = data - case "discussionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDLTE = data case "discussionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -299870,34 +277148,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -299982,27 +277232,6 @@ func (ec *executionContext) unmarshalInputNoteWhereInput(ctx context.Context, ob return it, err } it.NotifiedAt = data - case "notifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtNEQ = data - case "notifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtIn = data - case "notifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtNotIn = data case "notifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -300325,7 +277554,7 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "provider", "providerNEQ", "providerIn", "providerNotIn", "providerGT", "providerGTE", "providerLT", "providerLTE", "providerContains", "providerHasPrefix", "providerHasSuffix", "providerIsNil", "providerNotNil", "providerEqualFold", "providerContainsFold", "destination", "destinationNEQ", "destinationIn", "destinationNotIn", "destinationGT", "destinationGTE", "destinationLT", "destinationLTE", "destinationContains", "destinationHasPrefix", "destinationHasSuffix", "destinationIsNil", "destinationNotNil", "destinationEqualFold", "destinationContainsFold", "enabled", "enabledNEQ", "cadence", "cadenceNEQ", "cadenceIn", "cadenceNotIn", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "muteUntil", "muteUntilNEQ", "muteUntilIn", "muteUntilNotIn", "muteUntilGT", "muteUntilGTE", "muteUntilLT", "muteUntilLTE", "muteUntilIsNil", "muteUntilNotNil", "quietHoursStart", "quietHoursStartNEQ", "quietHoursStartIn", "quietHoursStartNotIn", "quietHoursStartGT", "quietHoursStartGTE", "quietHoursStartLT", "quietHoursStartLTE", "quietHoursStartContains", "quietHoursStartHasPrefix", "quietHoursStartHasSuffix", "quietHoursStartIsNil", "quietHoursStartNotNil", "quietHoursStartEqualFold", "quietHoursStartContainsFold", "quietHoursEnd", "quietHoursEndNEQ", "quietHoursEndIn", "quietHoursEndNotIn", "quietHoursEndGT", "quietHoursEndGTE", "quietHoursEndLT", "quietHoursEndLTE", "quietHoursEndContains", "quietHoursEndHasPrefix", "quietHoursEndHasSuffix", "quietHoursEndIsNil", "quietHoursEndNotNil", "quietHoursEndEqualFold", "quietHoursEndContainsFold", "timezone", "timezoneNEQ", "timezoneIn", "timezoneNotIn", "timezoneGT", "timezoneGTE", "timezoneLT", "timezoneLTE", "timezoneContains", "timezoneHasPrefix", "timezoneHasSuffix", "timezoneIsNil", "timezoneNotNil", "timezoneEqualFold", "timezoneContainsFold", "isDefault", "isDefaultNEQ", "verifiedAt", "verifiedAtNEQ", "verifiedAtIn", "verifiedAtNotIn", "verifiedAtGT", "verifiedAtGTE", "verifiedAtLT", "verifiedAtLTE", "verifiedAtIsNil", "verifiedAtNotNil", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "lastError", "lastErrorNEQ", "lastErrorIn", "lastErrorNotIn", "lastErrorGT", "lastErrorGTE", "lastErrorLT", "lastErrorLTE", "lastErrorContains", "lastErrorHasPrefix", "lastErrorHasSuffix", "lastErrorIsNil", "lastErrorNotNil", "lastErrorEqualFold", "lastErrorContainsFold", "hasOwner", "hasOwnerWith", "hasUser", "hasUserWith", "hasNotificationTemplate", "hasNotificationTemplateWith", "topicPatternsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "provider", "providerNEQ", "providerIn", "providerNotIn", "providerContains", "providerHasPrefix", "providerHasSuffix", "providerIsNil", "providerNotNil", "providerEqualFold", "providerContainsFold", "destination", "destinationNEQ", "destinationIn", "destinationNotIn", "destinationContains", "destinationHasPrefix", "destinationHasSuffix", "destinationIsNil", "destinationNotNil", "destinationEqualFold", "destinationContainsFold", "enabled", "enabledNEQ", "cadence", "cadenceNEQ", "cadenceIn", "cadenceNotIn", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "muteUntil", "muteUntilGT", "muteUntilGTE", "muteUntilLT", "muteUntilLTE", "muteUntilIsNil", "muteUntilNotNil", "quietHoursStart", "quietHoursStartNEQ", "quietHoursStartIn", "quietHoursStartNotIn", "quietHoursStartContains", "quietHoursStartHasPrefix", "quietHoursStartHasSuffix", "quietHoursStartIsNil", "quietHoursStartNotNil", "quietHoursStartEqualFold", "quietHoursStartContainsFold", "quietHoursEnd", "quietHoursEndNEQ", "quietHoursEndIn", "quietHoursEndNotIn", "quietHoursEndContains", "quietHoursEndHasPrefix", "quietHoursEndHasSuffix", "quietHoursEndIsNil", "quietHoursEndNotNil", "quietHoursEndEqualFold", "quietHoursEndContainsFold", "timezone", "timezoneNEQ", "timezoneIn", "timezoneNotIn", "timezoneContains", "timezoneHasPrefix", "timezoneHasSuffix", "timezoneIsNil", "timezoneNotNil", "timezoneEqualFold", "timezoneContainsFold", "isDefault", "isDefaultNEQ", "verifiedAt", "verifiedAtGT", "verifiedAtGTE", "verifiedAtLT", "verifiedAtLTE", "verifiedAtIsNil", "verifiedAtNotNil", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "lastError", "lastErrorNEQ", "lastErrorIn", "lastErrorNotIn", "lastErrorContains", "lastErrorHasPrefix", "lastErrorHasSuffix", "lastErrorIsNil", "lastErrorNotNil", "lastErrorEqualFold", "lastErrorContainsFold", "hasOwner", "hasOwnerWith", "hasUser", "hasUserWith", "hasNotificationTemplate", "hasNotificationTemplateWith", "topicPatternsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -300381,34 +277610,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -300430,27 +277631,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -300500,27 +277680,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -300591,34 +277750,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -300696,34 +277827,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -300801,34 +277904,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -300906,34 +277981,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -301011,34 +278058,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -301158,34 +278177,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.ProviderNotIn = data - case "providerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderGT = data - case "providerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderGTE = data - case "providerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderLT = data - case "providerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderLTE = data case "providerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -301263,34 +278254,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.DestinationNotIn = data - case "destinationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationGT = data - case "destinationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationGTE = data - case "destinationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationLT = data - case "destinationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationLTE = data case "destinationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -301452,34 +278415,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -301536,27 +278471,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.MuteUntil = data - case "muteUntilNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilNEQ = data - case "muteUntilIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilIn = data - case "muteUntilNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilNotIn = data case "muteUntilGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -301627,34 +278541,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.QuietHoursStartNotIn = data - case "quietHoursStartGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartGT = data - case "quietHoursStartGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartGTE = data - case "quietHoursStartLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartLT = data - case "quietHoursStartLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartLTE = data case "quietHoursStartContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -301732,34 +278618,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.QuietHoursEndNotIn = data - case "quietHoursEndGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndGT = data - case "quietHoursEndGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndGTE = data - case "quietHoursEndLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndLT = data - case "quietHoursEndLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndLTE = data case "quietHoursEndContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -301837,34 +278695,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.TimezoneNotIn = data - case "timezoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneGT = data - case "timezoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneGTE = data - case "timezoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneLT = data - case "timezoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneLTE = data case "timezoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -301935,27 +278765,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.VerifiedAt = data - case "verifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtNEQ = data - case "verifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtIn = data - case "verifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtNotIn = data case "verifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -302005,27 +278814,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -302096,34 +278884,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceWhereInput(ctx c return it, err } it.LastErrorNotIn = data - case "lastErrorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorGT = data - case "lastErrorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorGTE = data - case "lastErrorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorLT = data - case "lastErrorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorLTE = data case "lastErrorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -302279,7 +279039,7 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyGT", "keyGTE", "keyLT", "keyLTE", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "channelIsNil", "channelNotNil", "format", "formatNEQ", "formatIn", "formatNotIn", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeGT", "localeGTE", "localeLT", "localeLTE", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "topicPattern", "topicPatternNEQ", "topicPatternIn", "topicPatternNotIn", "topicPatternGT", "topicPatternGTE", "topicPatternLT", "topicPatternLTE", "topicPatternContains", "topicPatternHasPrefix", "topicPatternHasSuffix", "topicPatternEqualFold", "topicPatternContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDGT", "workflowDefinitionIDGTE", "workflowDefinitionIDLT", "workflowDefinitionIDLTE", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDGT", "emailTemplateIDGTE", "emailTemplateIDLT", "emailTemplateIDLTE", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "titleTemplate", "titleTemplateNEQ", "titleTemplateIn", "titleTemplateNotIn", "titleTemplateGT", "titleTemplateGTE", "titleTemplateLT", "titleTemplateLTE", "titleTemplateContains", "titleTemplateHasPrefix", "titleTemplateHasSuffix", "titleTemplateIsNil", "titleTemplateNotNil", "titleTemplateEqualFold", "titleTemplateContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateGT", "subjectTemplateGTE", "subjectTemplateLT", "subjectTemplateLTE", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateGT", "bodyTemplateGTE", "bodyTemplateLT", "bodyTemplateLTE", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "hasOwner", "hasOwnerWith", "hasIntegration", "hasIntegrationWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasEmailTemplate", "hasEmailTemplateWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "channelIsNil", "channelNotNil", "format", "formatNEQ", "formatIn", "formatNotIn", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "topicPattern", "topicPatternNEQ", "topicPatternIn", "topicPatternNotIn", "topicPatternContains", "topicPatternHasPrefix", "topicPatternHasSuffix", "topicPatternEqualFold", "topicPatternContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "titleTemplate", "titleTemplateNEQ", "titleTemplateIn", "titleTemplateNotIn", "titleTemplateContains", "titleTemplateHasPrefix", "titleTemplateHasSuffix", "titleTemplateIsNil", "titleTemplateNotNil", "titleTemplateEqualFold", "titleTemplateContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "hasOwner", "hasOwnerWith", "hasIntegration", "hasIntegrationWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasEmailTemplate", "hasEmailTemplateWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -302335,34 +279095,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -302384,27 +279116,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -302454,27 +279165,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -302545,34 +279235,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -302650,34 +279312,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -302755,34 +279389,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -302860,34 +279466,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -302965,34 +279543,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -303098,34 +279648,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303203,34 +279725,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303308,34 +279802,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.KeyNotIn = data - case "keyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGT = data - case "keyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGTE = data - case "keyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLT = data - case "keyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLTE = data case "keyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303399,34 +279865,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303490,34 +279928,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303665,34 +280075,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.LocaleNotIn = data - case "localeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGT = data - case "localeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGTE = data - case "localeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLT = data - case "localeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLTE = data case "localeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303756,34 +280138,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.TopicPatternNotIn = data - case "topicPatternGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternGT = data - case "topicPatternGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternGTE = data - case "topicPatternLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternLT = data - case "topicPatternLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternLTE = data case "topicPatternContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -303847,34 +280201,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -303952,34 +280278,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.WorkflowDefinitionIDNotIn = data - case "workflowDefinitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGT = data - case "workflowDefinitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGTE = data - case "workflowDefinitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLT = data - case "workflowDefinitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLTE = data case "workflowDefinitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -304057,34 +280355,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.EmailTemplateIDNotIn = data - case "emailTemplateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGT = data - case "emailTemplateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGTE = data - case "emailTemplateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLT = data - case "emailTemplateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLTE = data case "emailTemplateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -304162,34 +280432,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.TitleTemplateNotIn = data - case "titleTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateGT = data - case "titleTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateGTE = data - case "titleTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateLT = data - case "titleTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateLTE = data case "titleTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -304267,34 +280509,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.SubjectTemplateNotIn = data - case "subjectTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGT = data - case "subjectTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGTE = data - case "subjectTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLT = data - case "subjectTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLTE = data case "subjectTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -304372,34 +280586,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.BodyTemplateNotIn = data - case "bodyTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGT = data - case "bodyTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGTE = data - case "bodyTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLT = data - case "bodyTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLTE = data case "bodyTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -304477,20 +280663,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateWhereInput(ctx con return it, err } it.VersionNEQ = data - case "versionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionIn = data - case "versionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionNotIn = data case "versionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -304633,7 +280805,7 @@ func (ec *executionContext) unmarshalInputOnboardingWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDGT", "organizationIDGTE", "organizationIDLT", "organizationIDLTE", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameGT", "companyNameGTE", "companyNameLT", "companyNameLTE", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameEqualFold", "companyNameContainsFold", "demoRequested", "demoRequestedNEQ", "demoRequestedIsNil", "demoRequestedNotNil", "hasOrganization", "hasOrganizationWith", "domainsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameEqualFold", "companyNameContainsFold", "demoRequested", "demoRequestedNEQ", "demoRequestedIsNil", "demoRequestedNotNil", "hasOrganization", "hasOrganizationWith", "domainsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -304689,34 +280861,6 @@ func (ec *executionContext) unmarshalInputOnboardingWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -304759,34 +280903,6 @@ func (ec *executionContext) unmarshalInputOnboardingWhereInput(ctx context.Conte return it, err } it.OrganizationIDNotIn = data - case "organizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGT = data - case "organizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGTE = data - case "organizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLT = data - case "organizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLTE = data case "organizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -304864,34 +280980,6 @@ func (ec *executionContext) unmarshalInputOnboardingWhereInput(ctx context.Conte return it, err } it.CompanyNameNotIn = data - case "companyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGT = data - case "companyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGTE = data - case "companyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLT = data - case "companyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLTE = data case "companyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305033,7 +281121,7 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "ssoExemptReason", "ssoExemptReasonNEQ", "ssoExemptReasonIn", "ssoExemptReasonNotIn", "ssoExemptReasonGT", "ssoExemptReasonGTE", "ssoExemptReasonLT", "ssoExemptReasonLTE", "ssoExemptReasonContains", "ssoExemptReasonHasPrefix", "ssoExemptReasonHasSuffix", "ssoExemptReasonIsNil", "ssoExemptReasonNotNil", "ssoExemptReasonEqualFold", "ssoExemptReasonContainsFold", "ssoExemptGrantedBy", "ssoExemptGrantedByNEQ", "ssoExemptGrantedByIn", "ssoExemptGrantedByNotIn", "ssoExemptGrantedByGT", "ssoExemptGrantedByGTE", "ssoExemptGrantedByLT", "ssoExemptGrantedByLTE", "ssoExemptGrantedByContains", "ssoExemptGrantedByHasPrefix", "ssoExemptGrantedByHasSuffix", "ssoExemptGrantedByIsNil", "ssoExemptGrantedByNotNil", "ssoExemptGrantedByEqualFold", "ssoExemptGrantedByContainsFold", "ssoExemptGrantedAt", "ssoExemptGrantedAtNEQ", "ssoExemptGrantedAtIn", "ssoExemptGrantedAtNotIn", "ssoExemptGrantedAtGT", "ssoExemptGrantedAtGTE", "ssoExemptGrantedAtLT", "ssoExemptGrantedAtLTE", "ssoExemptGrantedAtIsNil", "ssoExemptGrantedAtNotNil", "tfaEnforced", "tfaEnforcedNEQ", "tfaEnforcedIsNil", "tfaEnforcedNotNil", "tfaEnforcedReason", "tfaEnforcedReasonNEQ", "tfaEnforcedReasonIn", "tfaEnforcedReasonNotIn", "tfaEnforcedReasonGT", "tfaEnforcedReasonGTE", "tfaEnforcedReasonLT", "tfaEnforcedReasonLTE", "tfaEnforcedReasonContains", "tfaEnforcedReasonHasPrefix", "tfaEnforcedReasonHasSuffix", "tfaEnforcedReasonIsNil", "tfaEnforcedReasonNotNil", "tfaEnforcedReasonEqualFold", "tfaEnforcedReasonContainsFold", "tfaEnforcedBy", "tfaEnforcedByNEQ", "tfaEnforcedByIn", "tfaEnforcedByNotIn", "tfaEnforcedByGT", "tfaEnforcedByGTE", "tfaEnforcedByLT", "tfaEnforcedByLTE", "tfaEnforcedByContains", "tfaEnforcedByHasPrefix", "tfaEnforcedByHasSuffix", "tfaEnforcedByIsNil", "tfaEnforcedByNotNil", "tfaEnforcedByEqualFold", "tfaEnforcedByContainsFold", "tfaEnforcedAt", "tfaEnforcedAtNEQ", "tfaEnforcedAtIn", "tfaEnforcedAtNotIn", "tfaEnforcedAtGT", "tfaEnforcedAtGTE", "tfaEnforcedAtLT", "tfaEnforcedAtLTE", "tfaEnforcedAtIsNil", "tfaEnforcedAtNotNil", "organizationID", "userID", "hasUserWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "ssoExemptReason", "ssoExemptReasonNEQ", "ssoExemptReasonIn", "ssoExemptReasonNotIn", "ssoExemptReasonContains", "ssoExemptReasonHasPrefix", "ssoExemptReasonHasSuffix", "ssoExemptReasonIsNil", "ssoExemptReasonNotNil", "ssoExemptReasonEqualFold", "ssoExemptReasonContainsFold", "ssoExemptGrantedBy", "ssoExemptGrantedByNEQ", "ssoExemptGrantedByIn", "ssoExemptGrantedByNotIn", "ssoExemptGrantedByContains", "ssoExemptGrantedByHasPrefix", "ssoExemptGrantedByHasSuffix", "ssoExemptGrantedByIsNil", "ssoExemptGrantedByNotNil", "ssoExemptGrantedByEqualFold", "ssoExemptGrantedByContainsFold", "ssoExemptGrantedAt", "ssoExemptGrantedAtGT", "ssoExemptGrantedAtGTE", "ssoExemptGrantedAtLT", "ssoExemptGrantedAtLTE", "ssoExemptGrantedAtIsNil", "ssoExemptGrantedAtNotNil", "tfaEnforced", "tfaEnforcedNEQ", "tfaEnforcedIsNil", "tfaEnforcedNotNil", "tfaEnforcedReason", "tfaEnforcedReasonNEQ", "tfaEnforcedReasonIn", "tfaEnforcedReasonNotIn", "tfaEnforcedReasonContains", "tfaEnforcedReasonHasPrefix", "tfaEnforcedReasonHasSuffix", "tfaEnforcedReasonIsNil", "tfaEnforcedReasonNotNil", "tfaEnforcedReasonEqualFold", "tfaEnforcedReasonContainsFold", "tfaEnforcedBy", "tfaEnforcedByNEQ", "tfaEnforcedByIn", "tfaEnforcedByNotIn", "tfaEnforcedByContains", "tfaEnforcedByHasPrefix", "tfaEnforcedByHasSuffix", "tfaEnforcedByIsNil", "tfaEnforcedByNotNil", "tfaEnforcedByEqualFold", "tfaEnforcedByContainsFold", "tfaEnforcedAt", "tfaEnforcedAtGT", "tfaEnforcedAtGTE", "tfaEnforcedAtLT", "tfaEnforcedAtLTE", "tfaEnforcedAtIsNil", "tfaEnforcedAtNotNil", "organizationID", "userID", "hasUserWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -305089,34 +281177,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -305138,27 +281198,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -305208,27 +281247,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -305299,34 +281317,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305404,34 +281394,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305509,34 +281471,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305670,34 +281604,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.SSOExemptReasonNotIn = data - case "ssoExemptReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonGT = data - case "ssoExemptReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonGTE = data - case "ssoExemptReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonLT = data - case "ssoExemptReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonLTE = data case "ssoExemptReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305775,34 +281681,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.SSOExemptGrantedByNotIn = data - case "ssoExemptGrantedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByGT = data - case "ssoExemptGrantedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByGTE = data - case "ssoExemptGrantedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByLT = data - case "ssoExemptGrantedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByLTE = data case "ssoExemptGrantedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -305859,27 +281737,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.SSOExemptGrantedAt = data - case "ssoExemptGrantedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtNEQ = data - case "ssoExemptGrantedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtIn = data - case "ssoExemptGrantedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtNotIn = data case "ssoExemptGrantedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -305978,34 +281835,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.TfaEnforcedReasonNotIn = data - case "tfaEnforcedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonGT = data - case "tfaEnforcedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonGTE = data - case "tfaEnforcedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonLT = data - case "tfaEnforcedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonLTE = data case "tfaEnforcedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -306083,34 +281912,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.TfaEnforcedByNotIn = data - case "tfaEnforcedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByGT = data - case "tfaEnforcedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByGTE = data - case "tfaEnforcedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByLT = data - case "tfaEnforcedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByLTE = data case "tfaEnforcedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -306167,27 +281968,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipWhereInput(ctx context.Co return it, err } it.TfaEnforcedAt = data - case "tfaEnforcedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtNEQ = data - case "tfaEnforcedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtIn = data - case "tfaEnforcedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtNotIn = data case "tfaEnforcedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -306308,7 +282088,7 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "stripeSubscriptionID", "stripeSubscriptionIDNEQ", "stripeSubscriptionIDIn", "stripeSubscriptionIDNotIn", "stripeSubscriptionIDGT", "stripeSubscriptionIDGTE", "stripeSubscriptionIDLT", "stripeSubscriptionIDLTE", "stripeSubscriptionIDContains", "stripeSubscriptionIDHasPrefix", "stripeSubscriptionIDHasSuffix", "stripeSubscriptionIDIsNil", "stripeSubscriptionIDNotNil", "stripeSubscriptionIDEqualFold", "stripeSubscriptionIDContainsFold", "stripeSubscriptionStatus", "stripeSubscriptionStatusNEQ", "stripeSubscriptionStatusIn", "stripeSubscriptionStatusNotIn", "stripeSubscriptionStatusGT", "stripeSubscriptionStatusGTE", "stripeSubscriptionStatusLT", "stripeSubscriptionStatusLTE", "stripeSubscriptionStatusContains", "stripeSubscriptionStatusHasPrefix", "stripeSubscriptionStatusHasSuffix", "stripeSubscriptionStatusIsNil", "stripeSubscriptionStatusNotNil", "stripeSubscriptionStatusEqualFold", "stripeSubscriptionStatusContainsFold", "active", "activeNEQ", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "trialExpiresAt", "trialExpiresAtNEQ", "trialExpiresAtIn", "trialExpiresAtNotIn", "trialExpiresAtGT", "trialExpiresAtGTE", "trialExpiresAtLT", "trialExpiresAtLTE", "trialExpiresAtIsNil", "trialExpiresAtNotNil", "daysUntilDue", "daysUntilDueNEQ", "daysUntilDueIn", "daysUntilDueNotIn", "daysUntilDueGT", "daysUntilDueGTE", "daysUntilDueLT", "daysUntilDueLTE", "daysUntilDueContains", "daysUntilDueHasPrefix", "daysUntilDueHasSuffix", "daysUntilDueIsNil", "daysUntilDueNotNil", "daysUntilDueEqualFold", "daysUntilDueContainsFold", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "stripeSubscriptionID", "stripeSubscriptionIDNEQ", "stripeSubscriptionIDIn", "stripeSubscriptionIDNotIn", "stripeSubscriptionIDContains", "stripeSubscriptionIDHasPrefix", "stripeSubscriptionIDHasSuffix", "stripeSubscriptionIDIsNil", "stripeSubscriptionIDNotNil", "stripeSubscriptionIDEqualFold", "stripeSubscriptionIDContainsFold", "stripeSubscriptionStatus", "stripeSubscriptionStatusNEQ", "stripeSubscriptionStatusIn", "stripeSubscriptionStatusNotIn", "stripeSubscriptionStatusContains", "stripeSubscriptionStatusHasPrefix", "stripeSubscriptionStatusHasSuffix", "stripeSubscriptionStatusIsNil", "stripeSubscriptionStatusNotNil", "stripeSubscriptionStatusEqualFold", "stripeSubscriptionStatusContainsFold", "active", "activeNEQ", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "trialExpiresAt", "trialExpiresAtGT", "trialExpiresAtGTE", "trialExpiresAtLT", "trialExpiresAtLTE", "trialExpiresAtIsNil", "trialExpiresAtNotNil", "daysUntilDue", "daysUntilDueNEQ", "daysUntilDueIn", "daysUntilDueNotIn", "daysUntilDueContains", "daysUntilDueHasPrefix", "daysUntilDueHasSuffix", "daysUntilDueIsNil", "daysUntilDueNotNil", "daysUntilDueEqualFold", "daysUntilDueContainsFold", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -306364,34 +282144,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -306413,27 +282165,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -306483,27 +282214,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -306574,34 +282284,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -306679,34 +282361,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -306784,34 +282438,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -306889,34 +282515,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -306994,34 +282592,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.StripeSubscriptionIDNotIn = data - case "stripeSubscriptionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionIDGT = data - case "stripeSubscriptionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionIDGTE = data - case "stripeSubscriptionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionIDLT = data - case "stripeSubscriptionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionIDLTE = data case "stripeSubscriptionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -307099,34 +282669,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.StripeSubscriptionStatusNotIn = data - case "stripeSubscriptionStatusGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionStatusGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionStatusGT = data - case "stripeSubscriptionStatusGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionStatusGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionStatusGTE = data - case "stripeSubscriptionStatusLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionStatusLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionStatusLT = data - case "stripeSubscriptionStatusLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionStatusLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StripeSubscriptionStatusLTE = data case "stripeSubscriptionStatusContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stripeSubscriptionStatusContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -307197,27 +282739,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -307267,27 +282788,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.TrialExpiresAt = data - case "trialExpiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trialExpiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.TrialExpiresAtNEQ = data - case "trialExpiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trialExpiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TrialExpiresAtIn = data - case "trialExpiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trialExpiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TrialExpiresAtNotIn = data case "trialExpiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trialExpiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -307358,34 +282858,6 @@ func (ec *executionContext) unmarshalInputOrgSubscriptionWhereInput(ctx context. return it, err } it.DaysUntilDueNotIn = data - case "daysUntilDueGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("daysUntilDueGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DaysUntilDueGT = data - case "daysUntilDueGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("daysUntilDueGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DaysUntilDueGTE = data - case "daysUntilDueLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("daysUntilDueLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DaysUntilDueLT = data - case "daysUntilDueLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("daysUntilDueLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DaysUntilDueLTE = data case "daysUntilDueContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("daysUntilDueContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -307568,7 +283040,7 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "billingContact", "billingContactNEQ", "billingContactIn", "billingContactNotIn", "billingContactGT", "billingContactGTE", "billingContactLT", "billingContactLTE", "billingContactContains", "billingContactHasPrefix", "billingContactHasSuffix", "billingContactIsNil", "billingContactNotNil", "billingContactEqualFold", "billingContactContainsFold", "billingEmail", "billingEmailNEQ", "billingEmailIn", "billingEmailNotIn", "billingEmailGT", "billingEmailGTE", "billingEmailLT", "billingEmailLTE", "billingEmailContains", "billingEmailHasPrefix", "billingEmailHasSuffix", "billingEmailIsNil", "billingEmailNotNil", "billingEmailEqualFold", "billingEmailContainsFold", "billingPhone", "billingPhoneNEQ", "billingPhoneIn", "billingPhoneNotIn", "billingPhoneGT", "billingPhoneGTE", "billingPhoneLT", "billingPhoneLTE", "billingPhoneContains", "billingPhoneHasPrefix", "billingPhoneHasSuffix", "billingPhoneIsNil", "billingPhoneNotNil", "billingPhoneEqualFold", "billingPhoneContainsFold", "taxIdentifier", "taxIdentifierNEQ", "taxIdentifierIn", "taxIdentifierNotIn", "taxIdentifierGT", "taxIdentifierGTE", "taxIdentifierLT", "taxIdentifierLTE", "taxIdentifierContains", "taxIdentifierHasPrefix", "taxIdentifierHasSuffix", "taxIdentifierIsNil", "taxIdentifierNotNil", "taxIdentifierEqualFold", "taxIdentifierContainsFold", "geoLocation", "geoLocationNEQ", "geoLocationIn", "geoLocationNotIn", "geoLocationIsNil", "geoLocationNotNil", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDGT", "organizationIDGTE", "organizationIDLT", "organizationIDLTE", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "billingNotificationsEnabled", "billingNotificationsEnabledNEQ", "allowMatchingDomainsAutojoin", "allowMatchingDomainsAutojoinNEQ", "allowMatchingDomainsAutojoinIsNil", "allowMatchingDomainsAutojoinNotNil", "identityProvider", "identityProviderNEQ", "identityProviderIn", "identityProviderNotIn", "identityProviderIsNil", "identityProviderNotNil", "identityProviderClientID", "identityProviderClientIDNEQ", "identityProviderClientIDIn", "identityProviderClientIDNotIn", "identityProviderClientIDGT", "identityProviderClientIDGTE", "identityProviderClientIDLT", "identityProviderClientIDLTE", "identityProviderClientIDContains", "identityProviderClientIDHasPrefix", "identityProviderClientIDHasSuffix", "identityProviderClientIDIsNil", "identityProviderClientIDNotNil", "identityProviderClientIDEqualFold", "identityProviderClientIDContainsFold", "identityProviderClientSecret", "identityProviderClientSecretNEQ", "identityProviderClientSecretIn", "identityProviderClientSecretNotIn", "identityProviderClientSecretGT", "identityProviderClientSecretGTE", "identityProviderClientSecretLT", "identityProviderClientSecretLTE", "identityProviderClientSecretContains", "identityProviderClientSecretHasPrefix", "identityProviderClientSecretHasSuffix", "identityProviderClientSecretIsNil", "identityProviderClientSecretNotNil", "identityProviderClientSecretEqualFold", "identityProviderClientSecretContainsFold", "identityProviderMetadataEndpoint", "identityProviderMetadataEndpointNEQ", "identityProviderMetadataEndpointIn", "identityProviderMetadataEndpointNotIn", "identityProviderMetadataEndpointGT", "identityProviderMetadataEndpointGTE", "identityProviderMetadataEndpointLT", "identityProviderMetadataEndpointLTE", "identityProviderMetadataEndpointContains", "identityProviderMetadataEndpointHasPrefix", "identityProviderMetadataEndpointHasSuffix", "identityProviderMetadataEndpointIsNil", "identityProviderMetadataEndpointNotNil", "identityProviderMetadataEndpointEqualFold", "identityProviderMetadataEndpointContainsFold", "identityProviderAuthTested", "identityProviderAuthTestedNEQ", "identityProviderEntityID", "identityProviderEntityIDNEQ", "identityProviderEntityIDIn", "identityProviderEntityIDNotIn", "identityProviderEntityIDGT", "identityProviderEntityIDGTE", "identityProviderEntityIDLT", "identityProviderEntityIDLTE", "identityProviderEntityIDContains", "identityProviderEntityIDHasPrefix", "identityProviderEntityIDHasSuffix", "identityProviderEntityIDIsNil", "identityProviderEntityIDNotNil", "identityProviderEntityIDEqualFold", "identityProviderEntityIDContainsFold", "oidcDiscoveryEndpoint", "oidcDiscoveryEndpointNEQ", "oidcDiscoveryEndpointIn", "oidcDiscoveryEndpointNotIn", "oidcDiscoveryEndpointGT", "oidcDiscoveryEndpointGTE", "oidcDiscoveryEndpointLT", "oidcDiscoveryEndpointLTE", "oidcDiscoveryEndpointContains", "oidcDiscoveryEndpointHasPrefix", "oidcDiscoveryEndpointHasSuffix", "oidcDiscoveryEndpointIsNil", "oidcDiscoveryEndpointNotNil", "oidcDiscoveryEndpointEqualFold", "oidcDiscoveryEndpointContainsFold", "samlSigninURL", "samlSigninURLNEQ", "samlSigninURLIn", "samlSigninURLNotIn", "samlSigninURLGT", "samlSigninURLGTE", "samlSigninURLLT", "samlSigninURLLTE", "samlSigninURLContains", "samlSigninURLHasPrefix", "samlSigninURLHasSuffix", "samlSigninURLIsNil", "samlSigninURLNotNil", "samlSigninURLEqualFold", "samlSigninURLContainsFold", "samlIssuer", "samlIssuerNEQ", "samlIssuerIn", "samlIssuerNotIn", "samlIssuerGT", "samlIssuerGTE", "samlIssuerLT", "samlIssuerLTE", "samlIssuerContains", "samlIssuerHasPrefix", "samlIssuerHasSuffix", "samlIssuerIsNil", "samlIssuerNotNil", "samlIssuerEqualFold", "samlIssuerContainsFold", "samlCert", "samlCertNEQ", "samlCertIn", "samlCertNotIn", "samlCertGT", "samlCertGTE", "samlCertLT", "samlCertLTE", "samlCertContains", "samlCertHasPrefix", "samlCertHasSuffix", "samlCertIsNil", "samlCertNotNil", "samlCertEqualFold", "samlCertContainsFold", "identityProviderLoginEnforced", "identityProviderLoginEnforcedNEQ", "identityProviderJitProvisioning", "identityProviderJitProvisioningNEQ", "multifactorAuthEnforced", "multifactorAuthEnforcedNEQ", "multifactorAuthEnforcedIsNil", "multifactorAuthEnforcedNotNil", "allowSupportAccess", "allowSupportAccessNEQ", "allowSupportAccessIsNil", "allowSupportAccessNotNil", "complianceWebhookToken", "complianceWebhookTokenNEQ", "complianceWebhookTokenIn", "complianceWebhookTokenNotIn", "complianceWebhookTokenGT", "complianceWebhookTokenGTE", "complianceWebhookTokenLT", "complianceWebhookTokenLTE", "complianceWebhookTokenContains", "complianceWebhookTokenHasPrefix", "complianceWebhookTokenHasSuffix", "complianceWebhookTokenIsNil", "complianceWebhookTokenNotNil", "complianceWebhookTokenEqualFold", "complianceWebhookTokenContainsFold", "paymentMethodAdded", "paymentMethodAddedNEQ", "pendingDeletionAt", "pendingDeletionAtNEQ", "pendingDeletionAtIn", "pendingDeletionAtNotIn", "pendingDeletionAtGT", "pendingDeletionAtGTE", "pendingDeletionAtLT", "pendingDeletionAtLTE", "pendingDeletionAtIsNil", "pendingDeletionAtNotNil", "hasOrganization", "hasOrganizationWith", "hasFiles", "hasFilesWith", "tagsHas", "domainsHas", "allowedEmailDomainsHas", "jitAllowedEmailDomainsHas", "ssoExemptDomainsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "billingContact", "billingContactNEQ", "billingContactIn", "billingContactNotIn", "billingContactContains", "billingContactHasPrefix", "billingContactHasSuffix", "billingContactIsNil", "billingContactNotNil", "billingContactEqualFold", "billingContactContainsFold", "billingEmail", "billingEmailNEQ", "billingEmailIn", "billingEmailNotIn", "billingEmailContains", "billingEmailHasPrefix", "billingEmailHasSuffix", "billingEmailIsNil", "billingEmailNotNil", "billingEmailEqualFold", "billingEmailContainsFold", "billingPhone", "billingPhoneNEQ", "billingPhoneIn", "billingPhoneNotIn", "billingPhoneContains", "billingPhoneHasPrefix", "billingPhoneHasSuffix", "billingPhoneIsNil", "billingPhoneNotNil", "billingPhoneEqualFold", "billingPhoneContainsFold", "taxIdentifier", "taxIdentifierNEQ", "taxIdentifierIn", "taxIdentifierNotIn", "taxIdentifierContains", "taxIdentifierHasPrefix", "taxIdentifierHasSuffix", "taxIdentifierIsNil", "taxIdentifierNotNil", "taxIdentifierEqualFold", "taxIdentifierContainsFold", "geoLocation", "geoLocationNEQ", "geoLocationIn", "geoLocationNotIn", "geoLocationIsNil", "geoLocationNotNil", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "billingNotificationsEnabled", "billingNotificationsEnabledNEQ", "allowMatchingDomainsAutojoin", "allowMatchingDomainsAutojoinNEQ", "allowMatchingDomainsAutojoinIsNil", "allowMatchingDomainsAutojoinNotNil", "identityProvider", "identityProviderNEQ", "identityProviderIn", "identityProviderNotIn", "identityProviderIsNil", "identityProviderNotNil", "identityProviderClientID", "identityProviderClientIDNEQ", "identityProviderClientIDIn", "identityProviderClientIDNotIn", "identityProviderClientIDContains", "identityProviderClientIDHasPrefix", "identityProviderClientIDHasSuffix", "identityProviderClientIDIsNil", "identityProviderClientIDNotNil", "identityProviderClientIDEqualFold", "identityProviderClientIDContainsFold", "identityProviderClientSecret", "identityProviderClientSecretNEQ", "identityProviderClientSecretIn", "identityProviderClientSecretNotIn", "identityProviderClientSecretContains", "identityProviderClientSecretHasPrefix", "identityProviderClientSecretHasSuffix", "identityProviderClientSecretIsNil", "identityProviderClientSecretNotNil", "identityProviderClientSecretEqualFold", "identityProviderClientSecretContainsFold", "identityProviderMetadataEndpoint", "identityProviderMetadataEndpointNEQ", "identityProviderMetadataEndpointIn", "identityProviderMetadataEndpointNotIn", "identityProviderMetadataEndpointContains", "identityProviderMetadataEndpointHasPrefix", "identityProviderMetadataEndpointHasSuffix", "identityProviderMetadataEndpointIsNil", "identityProviderMetadataEndpointNotNil", "identityProviderMetadataEndpointEqualFold", "identityProviderMetadataEndpointContainsFold", "identityProviderAuthTested", "identityProviderAuthTestedNEQ", "identityProviderEntityID", "identityProviderEntityIDNEQ", "identityProviderEntityIDIn", "identityProviderEntityIDNotIn", "identityProviderEntityIDContains", "identityProviderEntityIDHasPrefix", "identityProviderEntityIDHasSuffix", "identityProviderEntityIDIsNil", "identityProviderEntityIDNotNil", "identityProviderEntityIDEqualFold", "identityProviderEntityIDContainsFold", "oidcDiscoveryEndpoint", "oidcDiscoveryEndpointNEQ", "oidcDiscoveryEndpointIn", "oidcDiscoveryEndpointNotIn", "oidcDiscoveryEndpointContains", "oidcDiscoveryEndpointHasPrefix", "oidcDiscoveryEndpointHasSuffix", "oidcDiscoveryEndpointIsNil", "oidcDiscoveryEndpointNotNil", "oidcDiscoveryEndpointEqualFold", "oidcDiscoveryEndpointContainsFold", "samlSigninURL", "samlSigninURLNEQ", "samlSigninURLIn", "samlSigninURLNotIn", "samlSigninURLContains", "samlSigninURLHasPrefix", "samlSigninURLHasSuffix", "samlSigninURLIsNil", "samlSigninURLNotNil", "samlSigninURLEqualFold", "samlSigninURLContainsFold", "samlIssuer", "samlIssuerNEQ", "samlIssuerIn", "samlIssuerNotIn", "samlIssuerContains", "samlIssuerHasPrefix", "samlIssuerHasSuffix", "samlIssuerIsNil", "samlIssuerNotNil", "samlIssuerEqualFold", "samlIssuerContainsFold", "samlCert", "samlCertNEQ", "samlCertIn", "samlCertNotIn", "samlCertContains", "samlCertHasPrefix", "samlCertHasSuffix", "samlCertIsNil", "samlCertNotNil", "samlCertEqualFold", "samlCertContainsFold", "identityProviderLoginEnforced", "identityProviderLoginEnforcedNEQ", "identityProviderJitProvisioning", "identityProviderJitProvisioningNEQ", "multifactorAuthEnforced", "multifactorAuthEnforcedNEQ", "multifactorAuthEnforcedIsNil", "multifactorAuthEnforcedNotNil", "allowSupportAccess", "allowSupportAccessNEQ", "allowSupportAccessIsNil", "allowSupportAccessNotNil", "complianceWebhookToken", "complianceWebhookTokenNEQ", "complianceWebhookTokenIn", "complianceWebhookTokenNotIn", "complianceWebhookTokenContains", "complianceWebhookTokenHasPrefix", "complianceWebhookTokenHasSuffix", "complianceWebhookTokenIsNil", "complianceWebhookTokenNotNil", "complianceWebhookTokenEqualFold", "complianceWebhookTokenContainsFold", "paymentMethodAdded", "paymentMethodAddedNEQ", "pendingDeletionAt", "pendingDeletionAtGT", "pendingDeletionAtGTE", "pendingDeletionAtLT", "pendingDeletionAtLTE", "pendingDeletionAtIsNil", "pendingDeletionAtNotNil", "hasOrganization", "hasOrganizationWith", "hasFiles", "hasFilesWith", "tagsHas", "domainsHas", "allowedEmailDomainsHas", "jitAllowedEmailDomainsHas", "ssoExemptDomainsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -307624,34 +283096,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -307673,27 +283117,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -307743,27 +283166,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -307834,34 +283236,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -307939,34 +283313,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308044,34 +283390,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308149,34 +283467,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.BillingContactNotIn = data - case "billingContactGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactGT = data - case "billingContactGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactGTE = data - case "billingContactLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactLT = data - case "billingContactLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactLTE = data case "billingContactContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308254,34 +283544,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.BillingEmailNotIn = data - case "billingEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailGT = data - case "billingEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailGTE = data - case "billingEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailLT = data - case "billingEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailLTE = data case "billingEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308359,34 +283621,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.BillingPhoneNotIn = data - case "billingPhoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneGT = data - case "billingPhoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneGTE = data - case "billingPhoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneLT = data - case "billingPhoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneLTE = data case "billingPhoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308464,34 +283698,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.TaxIdentifierNotIn = data - case "taxIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierGT = data - case "taxIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierGTE = data - case "taxIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierLT = data - case "taxIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierLTE = data case "taxIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308611,34 +283817,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.OrganizationIDNotIn = data - case "organizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGT = data - case "organizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGTE = data - case "organizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLT = data - case "organizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLTE = data case "organizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -308800,34 +283978,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.IdentityProviderClientIDNotIn = data - case "identityProviderClientIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDGT = data - case "identityProviderClientIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDGTE = data - case "identityProviderClientIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDLT = data - case "identityProviderClientIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDLTE = data case "identityProviderClientIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -308905,34 +284055,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.IdentityProviderClientSecretNotIn = data - case "identityProviderClientSecretGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretGT = data - case "identityProviderClientSecretGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretGTE = data - case "identityProviderClientSecretLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretLT = data - case "identityProviderClientSecretLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretLTE = data case "identityProviderClientSecretContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309010,34 +284132,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.IdentityProviderMetadataEndpointNotIn = data - case "identityProviderMetadataEndpointGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointGT = data - case "identityProviderMetadataEndpointGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointGTE = data - case "identityProviderMetadataEndpointLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointLT = data - case "identityProviderMetadataEndpointLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointLTE = data case "identityProviderMetadataEndpointContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309129,34 +284223,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.IdentityProviderEntityIDNotIn = data - case "identityProviderEntityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDGT = data - case "identityProviderEntityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDGTE = data - case "identityProviderEntityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDLT = data - case "identityProviderEntityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDLTE = data case "identityProviderEntityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309234,34 +284300,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.OidcDiscoveryEndpointNotIn = data - case "oidcDiscoveryEndpointGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointGT = data - case "oidcDiscoveryEndpointGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointGTE = data - case "oidcDiscoveryEndpointLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointLT = data - case "oidcDiscoveryEndpointLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointLTE = data case "oidcDiscoveryEndpointContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309339,34 +284377,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.SamlSigninURLNotIn = data - case "samlSigninURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLGT = data - case "samlSigninURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLGTE = data - case "samlSigninURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLLT = data - case "samlSigninURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLLTE = data case "samlSigninURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309444,34 +284454,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.SamlIssuerNotIn = data - case "samlIssuerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerGT = data - case "samlIssuerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerGTE = data - case "samlIssuerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerLT = data - case "samlIssuerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerLTE = data case "samlIssuerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309549,34 +284531,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.SamlCertNotIn = data - case "samlCertGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertGT = data - case "samlCertGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertGTE = data - case "samlCertLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertLT = data - case "samlCertLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertLTE = data case "samlCertContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309738,34 +284692,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.ComplianceWebhookTokenNotIn = data - case "complianceWebhookTokenGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenGT = data - case "complianceWebhookTokenGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenGTE = data - case "complianceWebhookTokenLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenLT = data - case "complianceWebhookTokenLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenLTE = data case "complianceWebhookTokenContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -309836,27 +284762,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingWhereInput(ctx cont return it, err } it.PendingDeletionAt = data - case "pendingDeletionAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtNEQ = data - case "pendingDeletionAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtIn = data - case "pendingDeletionAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtNotIn = data case "pendingDeletionAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -309978,7 +284883,7 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "parentOrganizationID", "parentOrganizationIDNEQ", "parentOrganizationIDIn", "parentOrganizationIDNotIn", "parentOrganizationIDGT", "parentOrganizationIDGTE", "parentOrganizationIDLT", "parentOrganizationIDLTE", "parentOrganizationIDContains", "parentOrganizationIDHasPrefix", "parentOrganizationIDHasSuffix", "parentOrganizationIDIsNil", "parentOrganizationIDNotNil", "parentOrganizationIDEqualFold", "parentOrganizationIDContainsFold", "personalOrg", "personalOrgNEQ", "personalOrgIsNil", "personalOrgNotNil", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtNEQ", "avatarUpdatedAtIn", "avatarUpdatedAtNotIn", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "slugName", "slugNameNEQ", "slugNameIn", "slugNameNotIn", "slugNameGT", "slugNameGTE", "slugNameLT", "slugNameLTE", "slugNameContains", "slugNameHasPrefix", "slugNameHasSuffix", "slugNameIsNil", "slugNameNotNil", "slugNameEqualFold", "slugNameContainsFold", "hasActionPlanCreators", "hasActionPlanCreatorsWith", "hasAPITokenCreators", "hasAPITokenCreatorsWith", "hasAssessmentCreators", "hasAssessmentCreatorsWith", "hasAssetCreators", "hasAssetCreatorsWith", "hasCampaignCreators", "hasCampaignCreatorsWith", "hasCampaignTargetCreators", "hasCampaignTargetCreatorsWith", "hasCheckResultCreators", "hasCheckResultCreatorsWith", "hasContactCreators", "hasContactCreatorsWith", "hasControlCreators", "hasControlCreatorsWith", "hasControlImplementationCreators", "hasControlImplementationCreatorsWith", "hasControlObjectiveCreators", "hasControlObjectiveCreatorsWith", "hasCustomDomainCreators", "hasCustomDomainCreatorsWith", "hasCustomTypeEnumCreators", "hasCustomTypeEnumCreatorsWith", "hasDirectoryAccountCreators", "hasDirectoryAccountCreatorsWith", "hasDirectoryGroupCreators", "hasDirectoryGroupCreatorsWith", "hasDirectoryMembershipCreators", "hasDirectoryMembershipCreatorsWith", "hasDirectorySyncRunCreators", "hasDirectorySyncRunCreatorsWith", "hasDiscussionCreators", "hasDiscussionCreatorsWith", "hasDocumentDataCreators", "hasDocumentDataCreatorsWith", "hasEmailTemplateCreators", "hasEmailTemplateCreatorsWith", "hasEntityCreators", "hasEntityCreatorsWith", "hasEntityTypeCreators", "hasEntityTypeCreatorsWith", "hasEvidenceCreators", "hasEvidenceCreatorsWith", "hasFileCreators", "hasFileCreatorsWith", "hasFindingCreators", "hasFindingCreatorsWith", "hasFindingControlCreators", "hasFindingControlCreatorsWith", "hasGroupCreators", "hasGroupCreatorsWith", "hasGroupMembershipCreators", "hasGroupMembershipCreatorsWith", "hasGroupSettingCreators", "hasGroupSettingCreatorsWith", "hasHushCreators", "hasHushCreatorsWith", "hasIdentityHolderCreators", "hasIdentityHolderCreatorsWith", "hasInternalPolicyCreators", "hasInternalPolicyCreatorsWith", "hasInviteCreators", "hasInviteCreatorsWith", "hasJobRunnerCreators", "hasJobRunnerCreatorsWith", "hasJobRunnerRegistrationTokenCreators", "hasJobRunnerRegistrationTokenCreatorsWith", "hasJobRunnerTokenCreators", "hasJobRunnerTokenCreatorsWith", "hasJobTemplateCreators", "hasJobTemplateCreatorsWith", "hasMappedControlCreators", "hasMappedControlCreatorsWith", "hasNarrativeCreators", "hasNarrativeCreatorsWith", "hasNoteCreators", "hasNoteCreatorsWith", "hasNotificationTemplateCreators", "hasNotificationTemplateCreatorsWith", "hasOrgMembershipCreators", "hasOrgMembershipCreatorsWith", "hasPlatformCreators", "hasPlatformCreatorsWith", "hasProcedureCreators", "hasProcedureCreatorsWith", "hasProgramCreators", "hasProgramCreatorsWith", "hasProgramMembershipCreators", "hasProgramMembershipCreatorsWith", "hasRemediationCreators", "hasRemediationCreatorsWith", "hasReviewCreators", "hasReviewCreatorsWith", "hasRiskCreators", "hasRiskCreatorsWith", "hasScanCreators", "hasScanCreatorsWith", "hasScheduledJobCreators", "hasScheduledJobCreatorsWith", "hasScheduledJobRunCreators", "hasScheduledJobRunCreatorsWith", "hasSLADefinitionCreators", "hasSLADefinitionCreatorsWith", "hasStandardCreators", "hasStandardCreatorsWith", "hasSubcontrolCreators", "hasSubcontrolCreatorsWith", "hasSubprocessorCreators", "hasSubprocessorCreatorsWith", "hasSubscriberCreators", "hasSubscriberCreatorsWith", "hasSystemDetailCreators", "hasSystemDetailCreatorsWith", "hasTagDefinitionCreators", "hasTagDefinitionCreatorsWith", "hasTaskCreators", "hasTaskCreatorsWith", "hasTemplateCreators", "hasTemplateCreatorsWith", "hasTrustCenterCreators", "hasTrustCenterCreatorsWith", "hasTrustCenterComplianceCreators", "hasTrustCenterComplianceCreatorsWith", "hasTrustCenterDocCreators", "hasTrustCenterDocCreatorsWith", "hasTrustCenterEntityCreators", "hasTrustCenterEntityCreatorsWith", "hasTrustCenterFaqCreators", "hasTrustCenterFaqCreatorsWith", "hasTrustCenterNdaRequestCreators", "hasTrustCenterNdaRequestCreatorsWith", "hasTrustCenterSubprocessorCreators", "hasTrustCenterSubprocessorCreatorsWith", "hasTrustCenterWatermarkConfigCreators", "hasTrustCenterWatermarkConfigCreatorsWith", "hasVendorRiskScoreCreators", "hasVendorRiskScoreCreatorsWith", "hasVendorScoringConfigCreators", "hasVendorScoringConfigCreatorsWith", "hasVulnerabilityCreators", "hasVulnerabilityCreatorsWith", "hasWorkflowDefinitionCreators", "hasWorkflowDefinitionCreatorsWith", "hasCampaignsManager", "hasCampaignsManagerWith", "hasComplianceManager", "hasComplianceManagerWith", "hasGroupManager", "hasGroupManagerWith", "hasPoliciesManager", "hasPoliciesManagerWith", "hasRegistryManager", "hasRegistryManagerWith", "hasRiskManager", "hasRiskManagerWith", "hasTrustCenterManager", "hasTrustCenterManagerWith", "hasWorkflowsManager", "hasWorkflowsManagerWith", "hasParent", "hasParentWith", "hasChildren", "hasChildrenWith", "hasSetting", "hasSettingWith", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasAPITokens", "hasAPITokensWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasNotificationPreferences", "hasNotificationPreferencesWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasUsers", "hasUsersWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith", "hasSecrets", "hasSecretsWith", "hasAvatarFile", "hasAvatarFileWith", "hasGroups", "hasGroupsWith", "hasTemplates", "hasTemplatesWith", "hasIntegrations", "hasIntegrationsWith", "hasDocuments", "hasDocumentsWith", "hasOrgSubscriptions", "hasOrgSubscriptionsWith", "hasInvites", "hasInvitesWith", "hasSubscribers", "hasSubscribersWith", "hasEntities", "hasEntitiesWith", "hasPlatforms", "hasPlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasEntityTypes", "hasEntityTypesWith", "hasContacts", "hasContactsWith", "hasNotes", "hasNotesWith", "hasTasks", "hasTasksWith", "hasPrograms", "hasProgramsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasRisks", "hasRisksWith", "hasControlObjectives", "hasControlObjectivesWith", "hasNarratives", "hasNarrativesWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlImplementations", "hasControlImplementationsWith", "hasMappedControls", "hasMappedControlsWith", "hasEvidence", "hasEvidenceWith", "hasStandards", "hasStandardsWith", "hasActionPlans", "hasActionPlansWith", "hasCustomDomains", "hasCustomDomainsWith", "hasJobRunners", "hasJobRunnersWith", "hasJobRunnerTokens", "hasJobRunnerTokensWith", "hasJobRunnerRegistrationTokens", "hasJobRunnerRegistrationTokensWith", "hasDNSVerifications", "hasDNSVerificationsWith", "hasJobTemplates", "hasJobTemplatesWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasJobResults", "hasJobResultsWith", "hasScheduledJobRuns", "hasScheduledJobRunsWith", "hasTrustCenters", "hasTrustCentersWith", "hasAssets", "hasAssetsWith", "hasScans", "hasScansWith", "hasSLADefinitions", "hasSLADefinitionsWith", "hasSubprocessors", "hasSubprocessorsWith", "hasExports", "hasExportsWith", "hasTrustCenterWatermarkConfigs", "hasTrustCenterWatermarkConfigsWith", "hasAssessments", "hasAssessmentsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasCustomTypeEnums", "hasCustomTypeEnumsWith", "hasTagDefinitions", "hasTagDefinitionsWith", "hasRemediations", "hasRemediationsWith", "hasFindings", "hasFindingsWith", "hasFindingControls", "hasFindingControlsWith", "hasReviews", "hasReviewsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasWorkflowDefinitions", "hasWorkflowDefinitionsWith", "hasWorkflowInstances", "hasWorkflowInstancesWith", "hasWorkflowEvents", "hasWorkflowEventsWith", "hasWorkflowAssignments", "hasWorkflowAssignmentsWith", "hasWorkflowAssignmentTargets", "hasWorkflowAssignmentTargetsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasDiscussions", "hasDiscussionsWith", "hasVendorScoringConfigs", "hasVendorScoringConfigsWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasMembers", "hasMembersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "parentOrganizationID", "parentOrganizationIDNEQ", "parentOrganizationIDIn", "parentOrganizationIDNotIn", "parentOrganizationIDContains", "parentOrganizationIDHasPrefix", "parentOrganizationIDHasSuffix", "parentOrganizationIDIsNil", "parentOrganizationIDNotNil", "parentOrganizationIDEqualFold", "parentOrganizationIDContainsFold", "personalOrg", "personalOrgNEQ", "personalOrgIsNil", "personalOrgNotNil", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "slugName", "slugNameNEQ", "slugNameIn", "slugNameNotIn", "slugNameContains", "slugNameHasPrefix", "slugNameHasSuffix", "slugNameIsNil", "slugNameNotNil", "slugNameEqualFold", "slugNameContainsFold", "hasActionPlanCreators", "hasActionPlanCreatorsWith", "hasAPITokenCreators", "hasAPITokenCreatorsWith", "hasAssessmentCreators", "hasAssessmentCreatorsWith", "hasAssetCreators", "hasAssetCreatorsWith", "hasCampaignCreators", "hasCampaignCreatorsWith", "hasCampaignTargetCreators", "hasCampaignTargetCreatorsWith", "hasCheckResultCreators", "hasCheckResultCreatorsWith", "hasContactCreators", "hasContactCreatorsWith", "hasControlCreators", "hasControlCreatorsWith", "hasControlImplementationCreators", "hasControlImplementationCreatorsWith", "hasControlObjectiveCreators", "hasControlObjectiveCreatorsWith", "hasCustomDomainCreators", "hasCustomDomainCreatorsWith", "hasCustomTypeEnumCreators", "hasCustomTypeEnumCreatorsWith", "hasDirectoryAccountCreators", "hasDirectoryAccountCreatorsWith", "hasDirectoryGroupCreators", "hasDirectoryGroupCreatorsWith", "hasDirectoryMembershipCreators", "hasDirectoryMembershipCreatorsWith", "hasDirectorySyncRunCreators", "hasDirectorySyncRunCreatorsWith", "hasDiscussionCreators", "hasDiscussionCreatorsWith", "hasDocumentDataCreators", "hasDocumentDataCreatorsWith", "hasEmailTemplateCreators", "hasEmailTemplateCreatorsWith", "hasEntityCreators", "hasEntityCreatorsWith", "hasEntityTypeCreators", "hasEntityTypeCreatorsWith", "hasEvidenceCreators", "hasEvidenceCreatorsWith", "hasFileCreators", "hasFileCreatorsWith", "hasFindingCreators", "hasFindingCreatorsWith", "hasFindingControlCreators", "hasFindingControlCreatorsWith", "hasGroupCreators", "hasGroupCreatorsWith", "hasGroupMembershipCreators", "hasGroupMembershipCreatorsWith", "hasGroupSettingCreators", "hasGroupSettingCreatorsWith", "hasHushCreators", "hasHushCreatorsWith", "hasIdentityHolderCreators", "hasIdentityHolderCreatorsWith", "hasInternalPolicyCreators", "hasInternalPolicyCreatorsWith", "hasInviteCreators", "hasInviteCreatorsWith", "hasJobRunnerCreators", "hasJobRunnerCreatorsWith", "hasJobRunnerRegistrationTokenCreators", "hasJobRunnerRegistrationTokenCreatorsWith", "hasJobRunnerTokenCreators", "hasJobRunnerTokenCreatorsWith", "hasJobTemplateCreators", "hasJobTemplateCreatorsWith", "hasMappedControlCreators", "hasMappedControlCreatorsWith", "hasNarrativeCreators", "hasNarrativeCreatorsWith", "hasNoteCreators", "hasNoteCreatorsWith", "hasNotificationTemplateCreators", "hasNotificationTemplateCreatorsWith", "hasOrgMembershipCreators", "hasOrgMembershipCreatorsWith", "hasPlatformCreators", "hasPlatformCreatorsWith", "hasProcedureCreators", "hasProcedureCreatorsWith", "hasProgramCreators", "hasProgramCreatorsWith", "hasProgramMembershipCreators", "hasProgramMembershipCreatorsWith", "hasRemediationCreators", "hasRemediationCreatorsWith", "hasReviewCreators", "hasReviewCreatorsWith", "hasRiskCreators", "hasRiskCreatorsWith", "hasScanCreators", "hasScanCreatorsWith", "hasScheduledJobCreators", "hasScheduledJobCreatorsWith", "hasScheduledJobRunCreators", "hasScheduledJobRunCreatorsWith", "hasSLADefinitionCreators", "hasSLADefinitionCreatorsWith", "hasStandardCreators", "hasStandardCreatorsWith", "hasSubcontrolCreators", "hasSubcontrolCreatorsWith", "hasSubprocessorCreators", "hasSubprocessorCreatorsWith", "hasSubscriberCreators", "hasSubscriberCreatorsWith", "hasSystemDetailCreators", "hasSystemDetailCreatorsWith", "hasTagDefinitionCreators", "hasTagDefinitionCreatorsWith", "hasTaskCreators", "hasTaskCreatorsWith", "hasTemplateCreators", "hasTemplateCreatorsWith", "hasTrustCenterCreators", "hasTrustCenterCreatorsWith", "hasTrustCenterComplianceCreators", "hasTrustCenterComplianceCreatorsWith", "hasTrustCenterDocCreators", "hasTrustCenterDocCreatorsWith", "hasTrustCenterEntityCreators", "hasTrustCenterEntityCreatorsWith", "hasTrustCenterFaqCreators", "hasTrustCenterFaqCreatorsWith", "hasTrustCenterNdaRequestCreators", "hasTrustCenterNdaRequestCreatorsWith", "hasTrustCenterSubprocessorCreators", "hasTrustCenterSubprocessorCreatorsWith", "hasTrustCenterWatermarkConfigCreators", "hasTrustCenterWatermarkConfigCreatorsWith", "hasVendorRiskScoreCreators", "hasVendorRiskScoreCreatorsWith", "hasVendorScoringConfigCreators", "hasVendorScoringConfigCreatorsWith", "hasVulnerabilityCreators", "hasVulnerabilityCreatorsWith", "hasWorkflowDefinitionCreators", "hasWorkflowDefinitionCreatorsWith", "hasCampaignsManager", "hasCampaignsManagerWith", "hasComplianceManager", "hasComplianceManagerWith", "hasGroupManager", "hasGroupManagerWith", "hasPoliciesManager", "hasPoliciesManagerWith", "hasRegistryManager", "hasRegistryManagerWith", "hasRiskManager", "hasRiskManagerWith", "hasTrustCenterManager", "hasTrustCenterManagerWith", "hasWorkflowsManager", "hasWorkflowsManagerWith", "hasParent", "hasParentWith", "hasChildren", "hasChildrenWith", "hasSetting", "hasSettingWith", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasAPITokens", "hasAPITokensWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasNotificationPreferences", "hasNotificationPreferencesWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasUsers", "hasUsersWith", "hasFiles", "hasFilesWith", "hasEvents", "hasEventsWith", "hasSecrets", "hasSecretsWith", "hasAvatarFile", "hasAvatarFileWith", "hasGroups", "hasGroupsWith", "hasTemplates", "hasTemplatesWith", "hasIntegrations", "hasIntegrationsWith", "hasDocuments", "hasDocumentsWith", "hasOrgSubscriptions", "hasOrgSubscriptionsWith", "hasInvites", "hasInvitesWith", "hasSubscribers", "hasSubscribersWith", "hasEntities", "hasEntitiesWith", "hasPlatforms", "hasPlatformsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasEntityTypes", "hasEntityTypesWith", "hasContacts", "hasContactsWith", "hasNotes", "hasNotesWith", "hasTasks", "hasTasksWith", "hasPrograms", "hasProgramsWith", "hasSystemDetails", "hasSystemDetailsWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasRisks", "hasRisksWith", "hasControlObjectives", "hasControlObjectivesWith", "hasNarratives", "hasNarrativesWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlImplementations", "hasControlImplementationsWith", "hasMappedControls", "hasMappedControlsWith", "hasEvidence", "hasEvidenceWith", "hasStandards", "hasStandardsWith", "hasActionPlans", "hasActionPlansWith", "hasCustomDomains", "hasCustomDomainsWith", "hasJobRunners", "hasJobRunnersWith", "hasJobRunnerTokens", "hasJobRunnerTokensWith", "hasJobRunnerRegistrationTokens", "hasJobRunnerRegistrationTokensWith", "hasDNSVerifications", "hasDNSVerificationsWith", "hasJobTemplates", "hasJobTemplatesWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasJobResults", "hasJobResultsWith", "hasScheduledJobRuns", "hasScheduledJobRunsWith", "hasTrustCenters", "hasTrustCentersWith", "hasAssets", "hasAssetsWith", "hasScans", "hasScansWith", "hasSLADefinitions", "hasSLADefinitionsWith", "hasSubprocessors", "hasSubprocessorsWith", "hasExports", "hasExportsWith", "hasTrustCenterWatermarkConfigs", "hasTrustCenterWatermarkConfigsWith", "hasAssessments", "hasAssessmentsWith", "hasAssessmentResponses", "hasAssessmentResponsesWith", "hasCustomTypeEnums", "hasCustomTypeEnumsWith", "hasTagDefinitions", "hasTagDefinitionsWith", "hasRemediations", "hasRemediationsWith", "hasFindings", "hasFindingsWith", "hasFindingControls", "hasFindingControlsWith", "hasReviews", "hasReviewsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasWorkflowDefinitions", "hasWorkflowDefinitionsWith", "hasWorkflowInstances", "hasWorkflowInstancesWith", "hasWorkflowEvents", "hasWorkflowEventsWith", "hasWorkflowAssignments", "hasWorkflowAssignmentsWith", "hasWorkflowAssignmentTargets", "hasWorkflowAssignmentTargetsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasDiscussions", "hasDiscussionsWith", "hasVendorScoringConfigs", "hasVendorScoringConfigsWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "hasMembers", "hasMembersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -310034,34 +284939,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -310083,27 +284960,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -310153,27 +285009,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -310244,34 +285079,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -310349,34 +285156,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -310454,34 +285233,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -310559,34 +285310,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -310650,34 +285373,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.ParentOrganizationIDNotIn = data - case "parentOrganizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDGT = data - case "parentOrganizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDGTE = data - case "parentOrganizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDLT = data - case "parentOrganizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDLTE = data case "parentOrganizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -310783,34 +285478,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -310888,34 +285555,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -310972,27 +285611,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.AvatarUpdatedAt = data - case "avatarUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNEQ = data - case "avatarUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtIn = data - case "avatarUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNotIn = data case "avatarUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -311063,34 +285681,6 @@ func (ec *executionContext) unmarshalInputOrganizationWhereInput(ctx context.Con return it, err } it.SlugNameNotIn = data - case "slugNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameGT = data - case "slugNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameGTE = data - case "slugNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameLT = data - case "slugNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameLTE = data case "slugNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -313486,7 +288076,7 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonGT", "revokedReasonGTE", "revokedReasonLT", "revokedReasonLTE", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByGT", "revokedByGTE", "revokedByLT", "revokedByLTE", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtNEQ", "revokedAtIn", "revokedAtNotIn", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "hasOrganizations", "hasOrganizationsWith", "hasEvents", "hasEventsWith", "tagsHas", "scopesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "isActive", "isActiveNEQ", "isActiveIsNil", "isActiveNotNil", "revokedReason", "revokedReasonNEQ", "revokedReasonIn", "revokedReasonNotIn", "revokedReasonContains", "revokedReasonHasPrefix", "revokedReasonHasSuffix", "revokedReasonIsNil", "revokedReasonNotNil", "revokedReasonEqualFold", "revokedReasonContainsFold", "revokedBy", "revokedByNEQ", "revokedByIn", "revokedByNotIn", "revokedByContains", "revokedByHasPrefix", "revokedByHasSuffix", "revokedByIsNil", "revokedByNotNil", "revokedByEqualFold", "revokedByContainsFold", "revokedAt", "revokedAtGT", "revokedAtGTE", "revokedAtLT", "revokedAtLTE", "revokedAtIsNil", "revokedAtNotNil", "hasOwner", "hasOwnerWith", "hasOrganizations", "hasOrganizationsWith", "hasEvents", "hasEventsWith", "tagsHas", "scopesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -313542,34 +288132,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -313591,27 +288153,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -313661,27 +288202,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -313752,34 +288272,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -313857,34 +288349,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -313962,34 +288426,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -314067,34 +288503,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -314137,27 +288545,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -314207,27 +288594,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -314326,34 +288692,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.RevokedReasonNotIn = data - case "revokedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGT = data - case "revokedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonGTE = data - case "revokedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLT = data - case "revokedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedReasonLTE = data case "revokedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -314431,34 +288769,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.RevokedByNotIn = data - case "revokedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGT = data - case "revokedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByGTE = data - case "revokedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLT = data - case "revokedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevokedByLTE = data case "revokedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -314515,27 +288825,6 @@ func (ec *executionContext) unmarshalInputPersonalAccessTokenWhereInput(ctx cont return it, err } it.RevokedAt = data - case "revokedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNEQ = data - case "revokedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtIn = data - case "revokedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevokedAtNotIn = data case "revokedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revokedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -314691,7 +288980,7 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "businessOwner", "businessOwnerNEQ", "businessOwnerIn", "businessOwnerNotIn", "businessOwnerGT", "businessOwnerGTE", "businessOwnerLT", "businessOwnerLTE", "businessOwnerContains", "businessOwnerHasPrefix", "businessOwnerHasSuffix", "businessOwnerIsNil", "businessOwnerNotNil", "businessOwnerEqualFold", "businessOwnerContainsFold", "businessOwnerUserID", "businessOwnerUserIDNEQ", "businessOwnerUserIDIn", "businessOwnerUserIDNotIn", "businessOwnerUserIDGT", "businessOwnerUserIDGTE", "businessOwnerUserIDLT", "businessOwnerUserIDLTE", "businessOwnerUserIDContains", "businessOwnerUserIDHasPrefix", "businessOwnerUserIDHasSuffix", "businessOwnerUserIDIsNil", "businessOwnerUserIDNotNil", "businessOwnerUserIDEqualFold", "businessOwnerUserIDContainsFold", "businessOwnerGroupID", "businessOwnerGroupIDNEQ", "businessOwnerGroupIDIn", "businessOwnerGroupIDNotIn", "businessOwnerGroupIDGT", "businessOwnerGroupIDGTE", "businessOwnerGroupIDLT", "businessOwnerGroupIDLTE", "businessOwnerGroupIDContains", "businessOwnerGroupIDHasPrefix", "businessOwnerGroupIDHasSuffix", "businessOwnerGroupIDIsNil", "businessOwnerGroupIDNotNil", "businessOwnerGroupIDEqualFold", "businessOwnerGroupIDContainsFold", "technicalOwner", "technicalOwnerNEQ", "technicalOwnerIn", "technicalOwnerNotIn", "technicalOwnerGT", "technicalOwnerGTE", "technicalOwnerLT", "technicalOwnerLTE", "technicalOwnerContains", "technicalOwnerHasPrefix", "technicalOwnerHasSuffix", "technicalOwnerIsNil", "technicalOwnerNotNil", "technicalOwnerEqualFold", "technicalOwnerContainsFold", "technicalOwnerUserID", "technicalOwnerUserIDNEQ", "technicalOwnerUserIDIn", "technicalOwnerUserIDNotIn", "technicalOwnerUserIDGT", "technicalOwnerUserIDGTE", "technicalOwnerUserIDLT", "technicalOwnerUserIDLTE", "technicalOwnerUserIDContains", "technicalOwnerUserIDHasPrefix", "technicalOwnerUserIDHasSuffix", "technicalOwnerUserIDIsNil", "technicalOwnerUserIDNotNil", "technicalOwnerUserIDEqualFold", "technicalOwnerUserIDContainsFold", "technicalOwnerGroupID", "technicalOwnerGroupIDNEQ", "technicalOwnerGroupIDIn", "technicalOwnerGroupIDNotIn", "technicalOwnerGroupIDGT", "technicalOwnerGroupIDGTE", "technicalOwnerGroupIDLT", "technicalOwnerGroupIDLTE", "technicalOwnerGroupIDContains", "technicalOwnerGroupIDHasPrefix", "technicalOwnerGroupIDHasSuffix", "technicalOwnerGroupIDIsNil", "technicalOwnerGroupIDNotNil", "technicalOwnerGroupIDEqualFold", "technicalOwnerGroupIDContainsFold", "securityOwner", "securityOwnerNEQ", "securityOwnerIn", "securityOwnerNotIn", "securityOwnerGT", "securityOwnerGTE", "securityOwnerLT", "securityOwnerLTE", "securityOwnerContains", "securityOwnerHasPrefix", "securityOwnerHasSuffix", "securityOwnerIsNil", "securityOwnerNotNil", "securityOwnerEqualFold", "securityOwnerContainsFold", "securityOwnerUserID", "securityOwnerUserIDNEQ", "securityOwnerUserIDIn", "securityOwnerUserIDNotIn", "securityOwnerUserIDGT", "securityOwnerUserIDGTE", "securityOwnerUserIDLT", "securityOwnerUserIDLTE", "securityOwnerUserIDContains", "securityOwnerUserIDHasPrefix", "securityOwnerUserIDHasSuffix", "securityOwnerUserIDIsNil", "securityOwnerUserIDNotNil", "securityOwnerUserIDEqualFold", "securityOwnerUserIDContainsFold", "securityOwnerGroupID", "securityOwnerGroupIDNEQ", "securityOwnerGroupIDIn", "securityOwnerGroupIDNotIn", "securityOwnerGroupIDGT", "securityOwnerGroupIDGTE", "securityOwnerGroupIDLT", "securityOwnerGroupIDLTE", "securityOwnerGroupIDContains", "securityOwnerGroupIDHasPrefix", "securityOwnerGroupIDHasSuffix", "securityOwnerGroupIDIsNil", "securityOwnerGroupIDNotNil", "securityOwnerGroupIDEqualFold", "securityOwnerGroupIDContainsFold", "platformKindName", "platformKindNameNEQ", "platformKindNameIn", "platformKindNameNotIn", "platformKindNameGT", "platformKindNameGTE", "platformKindNameLT", "platformKindNameLTE", "platformKindNameContains", "platformKindNameHasPrefix", "platformKindNameHasSuffix", "platformKindNameIsNil", "platformKindNameNotNil", "platformKindNameEqualFold", "platformKindNameContainsFold", "platformKindID", "platformKindIDNEQ", "platformKindIDIn", "platformKindIDNotIn", "platformKindIDGT", "platformKindIDGTE", "platformKindIDLT", "platformKindIDLTE", "platformKindIDContains", "platformKindIDHasPrefix", "platformKindIDHasSuffix", "platformKindIDIsNil", "platformKindIDNotNil", "platformKindIDEqualFold", "platformKindIDContainsFold", "platformDataClassificationName", "platformDataClassificationNameNEQ", "platformDataClassificationNameIn", "platformDataClassificationNameNotIn", "platformDataClassificationNameGT", "platformDataClassificationNameGTE", "platformDataClassificationNameLT", "platformDataClassificationNameLTE", "platformDataClassificationNameContains", "platformDataClassificationNameHasPrefix", "platformDataClassificationNameHasSuffix", "platformDataClassificationNameIsNil", "platformDataClassificationNameNotNil", "platformDataClassificationNameEqualFold", "platformDataClassificationNameContainsFold", "platformDataClassificationID", "platformDataClassificationIDNEQ", "platformDataClassificationIDIn", "platformDataClassificationIDNotIn", "platformDataClassificationIDGT", "platformDataClassificationIDGTE", "platformDataClassificationIDLT", "platformDataClassificationIDLTE", "platformDataClassificationIDContains", "platformDataClassificationIDHasPrefix", "platformDataClassificationIDHasSuffix", "platformDataClassificationIDIsNil", "platformDataClassificationIDNotNil", "platformDataClassificationIDEqualFold", "platformDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameGT", "accessModelNameGTE", "accessModelNameLT", "accessModelNameLTE", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDGT", "accessModelIDGTE", "accessModelIDLT", "accessModelIDLTE", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameGT", "encryptionStatusNameGTE", "encryptionStatusNameLT", "encryptionStatusNameLTE", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDGT", "encryptionStatusIDGTE", "encryptionStatusIDLT", "encryptionStatusIDLTE", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameGT", "securityTierNameGTE", "securityTierNameLT", "securityTierNameLTE", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDGT", "securityTierIDGTE", "securityTierIDLT", "securityTierIDLTE", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameGT", "criticalityNameGTE", "criticalityNameLT", "criticalityNameLTE", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDGT", "criticalityIDGTE", "criticalityIDLT", "criticalityIDLTE", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "businessPurpose", "businessPurposeNEQ", "businessPurposeIn", "businessPurposeNotIn", "businessPurposeGT", "businessPurposeGTE", "businessPurposeLT", "businessPurposeLTE", "businessPurposeContains", "businessPurposeHasPrefix", "businessPurposeHasSuffix", "businessPurposeIsNil", "businessPurposeNotNil", "businessPurposeEqualFold", "businessPurposeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationGT", "physicalLocationGTE", "physicalLocationLT", "physicalLocationLTE", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionGT", "regionGTE", "regionLT", "regionLTE", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierGT", "sourceIdentifierGTE", "sourceIdentifierLT", "sourceIdentifierLTE", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterGT", "costCenterGTE", "costCenterLT", "costCenterLTE", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateNEQ", "purchaseDateIn", "purchaseDateNotIn", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "platformOwnerID", "platformOwnerIDNEQ", "platformOwnerIDIn", "platformOwnerIDNotIn", "platformOwnerIDGT", "platformOwnerIDGTE", "platformOwnerIDLT", "platformOwnerIDLTE", "platformOwnerIDContains", "platformOwnerIDHasPrefix", "platformOwnerIDHasSuffix", "platformOwnerIDIsNil", "platformOwnerIDNotNil", "platformOwnerIDEqualFold", "platformOwnerIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDGT", "externalReferenceIDGTE", "externalReferenceIDLT", "externalReferenceIDLTE", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasBusinessOwnerUser", "hasBusinessOwnerUserWith", "hasBusinessOwnerGroup", "hasBusinessOwnerGroupWith", "hasTechnicalOwnerUser", "hasTechnicalOwnerUserWith", "hasTechnicalOwnerGroup", "hasTechnicalOwnerGroupWith", "hasSecurityOwnerUser", "hasSecurityOwnerUserWith", "hasSecurityOwnerGroup", "hasSecurityOwnerGroupWith", "hasPlatformKind", "hasPlatformKindWith", "hasPlatformDataClassification", "hasPlatformDataClassificationWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAccessModel", "hasAccessModelWith", "hasEncryptionStatus", "hasEncryptionStatusWith", "hasSecurityTier", "hasSecurityTierWith", "hasCriticality", "hasCriticalityWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasEvidence", "hasEvidenceWith", "hasFiles", "hasFilesWith", "hasArchitectureDiagrams", "hasArchitectureDiagramsWith", "hasDataFlowDiagrams", "hasDataFlowDiagramsWith", "hasTrustBoundaryDiagrams", "hasTrustBoundaryDiagramsWith", "hasRisks", "hasRisksWith", "hasControls", "hasControlsWith", "hasAssessments", "hasAssessmentsWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasIntegrations", "hasIntegrationsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasSourceAssets", "hasSourceAssetsWith", "hasSourceEntities", "hasSourceEntitiesWith", "hasOutOfScopeAssets", "hasOutOfScopeAssetsWith", "hasOutOfScopeVendors", "hasOutOfScopeVendorsWith", "hasApplicableFrameworks", "hasApplicableFrameworksWith", "hasGeneratedScans", "hasGeneratedScansWith", "hasPlatformOwner", "hasPlatformOwnerWith", "hasSystemDetails", "hasSystemDetailsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "businessOwner", "businessOwnerNEQ", "businessOwnerIn", "businessOwnerNotIn", "businessOwnerContains", "businessOwnerHasPrefix", "businessOwnerHasSuffix", "businessOwnerIsNil", "businessOwnerNotNil", "businessOwnerEqualFold", "businessOwnerContainsFold", "businessOwnerUserID", "businessOwnerUserIDNEQ", "businessOwnerUserIDIn", "businessOwnerUserIDNotIn", "businessOwnerUserIDContains", "businessOwnerUserIDHasPrefix", "businessOwnerUserIDHasSuffix", "businessOwnerUserIDIsNil", "businessOwnerUserIDNotNil", "businessOwnerUserIDEqualFold", "businessOwnerUserIDContainsFold", "businessOwnerGroupID", "businessOwnerGroupIDNEQ", "businessOwnerGroupIDIn", "businessOwnerGroupIDNotIn", "businessOwnerGroupIDContains", "businessOwnerGroupIDHasPrefix", "businessOwnerGroupIDHasSuffix", "businessOwnerGroupIDIsNil", "businessOwnerGroupIDNotNil", "businessOwnerGroupIDEqualFold", "businessOwnerGroupIDContainsFold", "technicalOwner", "technicalOwnerNEQ", "technicalOwnerIn", "technicalOwnerNotIn", "technicalOwnerContains", "technicalOwnerHasPrefix", "technicalOwnerHasSuffix", "technicalOwnerIsNil", "technicalOwnerNotNil", "technicalOwnerEqualFold", "technicalOwnerContainsFold", "technicalOwnerUserID", "technicalOwnerUserIDNEQ", "technicalOwnerUserIDIn", "technicalOwnerUserIDNotIn", "technicalOwnerUserIDContains", "technicalOwnerUserIDHasPrefix", "technicalOwnerUserIDHasSuffix", "technicalOwnerUserIDIsNil", "technicalOwnerUserIDNotNil", "technicalOwnerUserIDEqualFold", "technicalOwnerUserIDContainsFold", "technicalOwnerGroupID", "technicalOwnerGroupIDNEQ", "technicalOwnerGroupIDIn", "technicalOwnerGroupIDNotIn", "technicalOwnerGroupIDContains", "technicalOwnerGroupIDHasPrefix", "technicalOwnerGroupIDHasSuffix", "technicalOwnerGroupIDIsNil", "technicalOwnerGroupIDNotNil", "technicalOwnerGroupIDEqualFold", "technicalOwnerGroupIDContainsFold", "securityOwner", "securityOwnerNEQ", "securityOwnerIn", "securityOwnerNotIn", "securityOwnerContains", "securityOwnerHasPrefix", "securityOwnerHasSuffix", "securityOwnerIsNil", "securityOwnerNotNil", "securityOwnerEqualFold", "securityOwnerContainsFold", "securityOwnerUserID", "securityOwnerUserIDNEQ", "securityOwnerUserIDIn", "securityOwnerUserIDNotIn", "securityOwnerUserIDContains", "securityOwnerUserIDHasPrefix", "securityOwnerUserIDHasSuffix", "securityOwnerUserIDIsNil", "securityOwnerUserIDNotNil", "securityOwnerUserIDEqualFold", "securityOwnerUserIDContainsFold", "securityOwnerGroupID", "securityOwnerGroupIDNEQ", "securityOwnerGroupIDIn", "securityOwnerGroupIDNotIn", "securityOwnerGroupIDContains", "securityOwnerGroupIDHasPrefix", "securityOwnerGroupIDHasSuffix", "securityOwnerGroupIDIsNil", "securityOwnerGroupIDNotNil", "securityOwnerGroupIDEqualFold", "securityOwnerGroupIDContainsFold", "platformKindName", "platformKindNameNEQ", "platformKindNameIn", "platformKindNameNotIn", "platformKindNameContains", "platformKindNameHasPrefix", "platformKindNameHasSuffix", "platformKindNameIsNil", "platformKindNameNotNil", "platformKindNameEqualFold", "platformKindNameContainsFold", "platformKindID", "platformKindIDNEQ", "platformKindIDIn", "platformKindIDNotIn", "platformKindIDContains", "platformKindIDHasPrefix", "platformKindIDHasSuffix", "platformKindIDIsNil", "platformKindIDNotNil", "platformKindIDEqualFold", "platformKindIDContainsFold", "platformDataClassificationName", "platformDataClassificationNameNEQ", "platformDataClassificationNameIn", "platformDataClassificationNameNotIn", "platformDataClassificationNameContains", "platformDataClassificationNameHasPrefix", "platformDataClassificationNameHasSuffix", "platformDataClassificationNameIsNil", "platformDataClassificationNameNotNil", "platformDataClassificationNameEqualFold", "platformDataClassificationNameContainsFold", "platformDataClassificationID", "platformDataClassificationIDNEQ", "platformDataClassificationIDIn", "platformDataClassificationIDNotIn", "platformDataClassificationIDContains", "platformDataClassificationIDHasPrefix", "platformDataClassificationIDHasSuffix", "platformDataClassificationIDIsNil", "platformDataClassificationIDNotNil", "platformDataClassificationIDEqualFold", "platformDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "businessPurpose", "businessPurposeNEQ", "businessPurposeIn", "businessPurposeNotIn", "businessPurposeContains", "businessPurposeHasPrefix", "businessPurposeHasSuffix", "businessPurposeIsNil", "businessPurposeNotNil", "businessPurposeEqualFold", "businessPurposeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "platformOwnerID", "platformOwnerIDNEQ", "platformOwnerIDIn", "platformOwnerIDNotIn", "platformOwnerIDContains", "platformOwnerIDHasPrefix", "platformOwnerIDHasSuffix", "platformOwnerIDIsNil", "platformOwnerIDNotNil", "platformOwnerIDEqualFold", "platformOwnerIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasInternalOwnerUser", "hasInternalOwnerUserWith", "hasInternalOwnerGroup", "hasInternalOwnerGroupWith", "hasBusinessOwnerUser", "hasBusinessOwnerUserWith", "hasBusinessOwnerGroup", "hasBusinessOwnerGroupWith", "hasTechnicalOwnerUser", "hasTechnicalOwnerUserWith", "hasTechnicalOwnerGroup", "hasTechnicalOwnerGroupWith", "hasSecurityOwnerUser", "hasSecurityOwnerUserWith", "hasSecurityOwnerGroup", "hasSecurityOwnerGroupWith", "hasPlatformKind", "hasPlatformKindWith", "hasPlatformDataClassification", "hasPlatformDataClassificationWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAccessModel", "hasAccessModelWith", "hasEncryptionStatus", "hasEncryptionStatusWith", "hasSecurityTier", "hasSecurityTierWith", "hasCriticality", "hasCriticalityWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasEvidence", "hasEvidenceWith", "hasFiles", "hasFilesWith", "hasArchitectureDiagrams", "hasArchitectureDiagramsWith", "hasDataFlowDiagrams", "hasDataFlowDiagramsWith", "hasTrustBoundaryDiagrams", "hasTrustBoundaryDiagramsWith", "hasRisks", "hasRisksWith", "hasControls", "hasControlsWith", "hasAssessments", "hasAssessmentsWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasIntegrations", "hasIntegrationsWith", "hasDirectorySyncRuns", "hasDirectorySyncRunsWith", "hasDirectoryAccounts", "hasDirectoryAccountsWith", "hasDirectoryGroups", "hasDirectoryGroupsWith", "hasDirectoryMemberships", "hasDirectoryMembershipsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasSourceAssets", "hasSourceAssetsWith", "hasSourceEntities", "hasSourceEntitiesWith", "hasOutOfScopeAssets", "hasOutOfScopeAssetsWith", "hasOutOfScopeVendors", "hasOutOfScopeVendorsWith", "hasApplicableFrameworks", "hasApplicableFrameworksWith", "hasGeneratedScans", "hasGeneratedScansWith", "hasPlatformOwner", "hasPlatformOwnerWith", "hasSystemDetails", "hasSystemDetailsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -314747,34 +289036,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -314796,27 +289057,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -314866,27 +289106,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -314957,34 +289176,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315062,34 +289253,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315167,34 +289330,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315272,34 +289407,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315363,34 +289470,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -315468,34 +289547,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315573,34 +289624,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -315678,34 +289701,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -315783,34 +289778,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.BusinessOwnerNotIn = data - case "businessOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGT = data - case "businessOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGTE = data - case "businessOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerLT = data - case "businessOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerLTE = data case "businessOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -315888,34 +289855,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.BusinessOwnerUserIDNotIn = data - case "businessOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDGT = data - case "businessOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDGTE = data - case "businessOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDLT = data - case "businessOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDLTE = data case "businessOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -315993,34 +289932,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.BusinessOwnerGroupIDNotIn = data - case "businessOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDGT = data - case "businessOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDGTE = data - case "businessOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDLT = data - case "businessOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDLTE = data case "businessOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316098,34 +290009,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.TechnicalOwnerNotIn = data - case "technicalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGT = data - case "technicalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGTE = data - case "technicalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerLT = data - case "technicalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerLTE = data case "technicalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -316203,34 +290086,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.TechnicalOwnerUserIDNotIn = data - case "technicalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDGT = data - case "technicalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDGTE = data - case "technicalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDLT = data - case "technicalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDLTE = data case "technicalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316308,34 +290163,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.TechnicalOwnerGroupIDNotIn = data - case "technicalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDGT = data - case "technicalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDGTE = data - case "technicalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDLT = data - case "technicalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDLTE = data case "technicalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316413,34 +290240,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SecurityOwnerNotIn = data - case "securityOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGT = data - case "securityOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGTE = data - case "securityOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerLT = data - case "securityOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerLTE = data case "securityOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -316518,34 +290317,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SecurityOwnerUserIDNotIn = data - case "securityOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDGT = data - case "securityOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDGTE = data - case "securityOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDLT = data - case "securityOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDLTE = data case "securityOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316623,34 +290394,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SecurityOwnerGroupIDNotIn = data - case "securityOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDGT = data - case "securityOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDGTE = data - case "securityOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDLT = data - case "securityOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDLTE = data case "securityOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316728,34 +290471,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PlatformKindNameNotIn = data - case "platformKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameGT = data - case "platformKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameGTE = data - case "platformKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameLT = data - case "platformKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameLTE = data case "platformKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -316833,34 +290548,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PlatformKindIDNotIn = data - case "platformKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDGT = data - case "platformKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDGTE = data - case "platformKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDLT = data - case "platformKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDLTE = data case "platformKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -316938,34 +290625,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PlatformDataClassificationNameNotIn = data - case "platformDataClassificationNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameGT = data - case "platformDataClassificationNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameGTE = data - case "platformDataClassificationNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameLT = data - case "platformDataClassificationNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameLTE = data case "platformDataClassificationNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -317043,34 +290702,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PlatformDataClassificationIDNotIn = data - case "platformDataClassificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDGT = data - case "platformDataClassificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDGTE = data - case "platformDataClassificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDLT = data - case "platformDataClassificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDLTE = data case "platformDataClassificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -317148,34 +290779,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -317253,34 +290856,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -317358,34 +290933,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -317463,34 +291010,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -317568,34 +291087,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.AccessModelNameNotIn = data - case "accessModelNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGT = data - case "accessModelNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGTE = data - case "accessModelNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLT = data - case "accessModelNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLTE = data case "accessModelNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -317673,34 +291164,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.AccessModelIDNotIn = data - case "accessModelIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGT = data - case "accessModelIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGTE = data - case "accessModelIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLT = data - case "accessModelIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLTE = data case "accessModelIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -317778,34 +291241,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.EncryptionStatusNameNotIn = data - case "encryptionStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGT = data - case "encryptionStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGTE = data - case "encryptionStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLT = data - case "encryptionStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLTE = data case "encryptionStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -317883,34 +291318,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.EncryptionStatusIDNotIn = data - case "encryptionStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGT = data - case "encryptionStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGTE = data - case "encryptionStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLT = data - case "encryptionStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLTE = data case "encryptionStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -317988,34 +291395,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SecurityTierNameNotIn = data - case "securityTierNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGT = data - case "securityTierNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGTE = data - case "securityTierNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLT = data - case "securityTierNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLTE = data case "securityTierNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318093,34 +291472,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SecurityTierIDNotIn = data - case "securityTierIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGT = data - case "securityTierIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGTE = data - case "securityTierIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLT = data - case "securityTierIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLTE = data case "securityTierIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -318198,34 +291549,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.CriticalityNameNotIn = data - case "criticalityNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGT = data - case "criticalityNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGTE = data - case "criticalityNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLT = data - case "criticalityNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLTE = data case "criticalityNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318303,34 +291626,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.CriticalityIDNotIn = data - case "criticalityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGT = data - case "criticalityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGTE = data - case "criticalityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLT = data - case "criticalityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLTE = data case "criticalityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -318436,34 +291731,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318541,34 +291808,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318632,34 +291871,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318737,34 +291948,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.BusinessPurposeNotIn = data - case "businessPurposeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeGT = data - case "businessPurposeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeGTE = data - case "businessPurposeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeLT = data - case "businessPurposeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeLTE = data case "businessPurposeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318870,34 +292053,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PhysicalLocationNotIn = data - case "physicalLocationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGT = data - case "physicalLocationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGTE = data - case "physicalLocationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLT = data - case "physicalLocationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLTE = data case "physicalLocationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -318975,34 +292130,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.RegionNotIn = data - case "regionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGT = data - case "regionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGTE = data - case "regionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLT = data - case "regionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLTE = data case "regionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -319136,34 +292263,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.SourceIdentifierNotIn = data - case "sourceIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGT = data - case "sourceIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGTE = data - case "sourceIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLT = data - case "sourceIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLTE = data case "sourceIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -319241,34 +292340,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.CostCenterNotIn = data - case "costCenterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGT = data - case "costCenterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGTE = data - case "costCenterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLT = data - case "costCenterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLTE = data case "costCenterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -319395,27 +292466,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PurchaseDate = data - case "purchaseDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNEQ = data - case "purchaseDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateIn = data - case "purchaseDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNotIn = data case "purchaseDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -319486,34 +292536,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.PlatformOwnerIDNotIn = data - case "platformOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDGT = data - case "platformOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDGTE = data - case "platformOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDLT = data - case "platformOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDLTE = data case "platformOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -319591,34 +292613,6 @@ func (ec *executionContext) unmarshalInputPlatformWhereInput(ctx context.Context return it, err } it.ExternalReferenceIDNotIn = data - case "externalReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGT = data - case "externalReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGTE = data - case "externalReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLT = data - case "externalReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLTE = data case "externalReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -320390,7 +293384,7 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "procedureKindName", "procedureKindNameNEQ", "procedureKindNameIn", "procedureKindNameNotIn", "procedureKindNameGT", "procedureKindNameGTE", "procedureKindNameLT", "procedureKindNameLTE", "procedureKindNameContains", "procedureKindNameHasPrefix", "procedureKindNameHasSuffix", "procedureKindNameIsNil", "procedureKindNameNotNil", "procedureKindNameEqualFold", "procedureKindNameContainsFold", "procedureKindID", "procedureKindIDNEQ", "procedureKindIDIn", "procedureKindIDNotIn", "procedureKindIDGT", "procedureKindIDGTE", "procedureKindIDLT", "procedureKindIDLTE", "procedureKindIDContains", "procedureKindIDHasPrefix", "procedureKindIDHasSuffix", "procedureKindIDIsNil", "procedureKindIDNotNil", "procedureKindIDEqualFold", "procedureKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasProcedureKind", "hasProcedureKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasPrograms", "hasProgramsWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasTasks", "hasTasksWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasFile", "hasFileWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "procedureKindName", "procedureKindNameNEQ", "procedureKindNameIn", "procedureKindNameNotIn", "procedureKindNameContains", "procedureKindNameHasPrefix", "procedureKindNameHasSuffix", "procedureKindNameIsNil", "procedureKindNameNotNil", "procedureKindNameEqualFold", "procedureKindNameContainsFold", "procedureKindID", "procedureKindIDNEQ", "procedureKindIDIn", "procedureKindIDNotIn", "procedureKindIDContains", "procedureKindIDHasPrefix", "procedureKindIDHasSuffix", "procedureKindIDIsNil", "procedureKindIDNotNil", "procedureKindIDEqualFold", "procedureKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasApprover", "hasApproverWith", "hasDelegate", "hasDelegateWith", "hasProcedureKind", "hasProcedureKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasPrograms", "hasProgramsWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasTasks", "hasTasksWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasFile", "hasFileWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "tagSuggestionsHas", "dismissedTagSuggestionsHas", "controlSuggestionsHas", "dismissedControlSuggestionsHas", "improvementSuggestionsHas", "dismissedImprovementSuggestionsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -320446,34 +293440,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -320495,27 +293461,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -320565,27 +293510,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -320656,34 +293580,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -320761,34 +293657,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -320866,34 +293734,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -320971,34 +293811,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -321062,34 +293874,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -321167,34 +293951,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -321272,34 +294028,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -321447,34 +294175,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -321559,27 +294259,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -321692,34 +294371,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -321797,34 +294448,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -321902,34 +294525,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322007,34 +294602,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -322112,34 +294679,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322217,34 +294756,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322350,34 +294861,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322455,34 +294938,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322560,34 +295015,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ProcedureKindNameNotIn = data - case "procedureKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameGT = data - case "procedureKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameGTE = data - case "procedureKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameLT = data - case "procedureKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameLTE = data case "procedureKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322665,34 +295092,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ProcedureKindIDNotIn = data - case "procedureKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDGT = data - case "procedureKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDGTE = data - case "procedureKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDLT = data - case "procedureKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDLTE = data case "procedureKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -322770,34 +295169,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -322875,34 +295246,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -322980,34 +295323,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -323085,34 +295400,6 @@ func (ec *executionContext) unmarshalInputProcedureWhereInput(ctx context.Contex return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -323562,7 +295849,7 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "programID", "userID"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "programID", "userID"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -323618,34 +295905,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -323667,27 +295926,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -323737,27 +295975,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -323828,34 +296045,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -323933,34 +296122,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324038,34 +296199,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324214,7 +296347,7 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "programKindName", "programKindNameNEQ", "programKindNameIn", "programKindNameNotIn", "programKindNameGT", "programKindNameGTE", "programKindNameLT", "programKindNameLTE", "programKindNameContains", "programKindNameHasPrefix", "programKindNameHasSuffix", "programKindNameIsNil", "programKindNameNotNil", "programKindNameEqualFold", "programKindNameContainsFold", "programKindID", "programKindIDNEQ", "programKindIDIn", "programKindIDNotIn", "programKindIDGT", "programKindIDGTE", "programKindIDLT", "programKindIDLTE", "programKindIDContains", "programKindIDHasPrefix", "programKindIDHasSuffix", "programKindIDIsNil", "programKindIDNotNil", "programKindIDEqualFold", "programKindIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "frameworkName", "frameworkNameNEQ", "frameworkNameIn", "frameworkNameNotIn", "frameworkNameGT", "frameworkNameGTE", "frameworkNameLT", "frameworkNameLTE", "frameworkNameContains", "frameworkNameHasPrefix", "frameworkNameHasSuffix", "frameworkNameIsNil", "frameworkNameNotNil", "frameworkNameEqualFold", "frameworkNameContainsFold", "startDate", "startDateNEQ", "startDateIn", "startDateNotIn", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateNEQ", "endDateIn", "endDateNotIn", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "observationPeriodStartDate", "observationPeriodStartDateNEQ", "observationPeriodStartDateIn", "observationPeriodStartDateNotIn", "observationPeriodStartDateGT", "observationPeriodStartDateGTE", "observationPeriodStartDateLT", "observationPeriodStartDateLTE", "observationPeriodStartDateIsNil", "observationPeriodStartDateNotNil", "observationPeriodEndDate", "observationPeriodEndDateNEQ", "observationPeriodEndDateIn", "observationPeriodEndDateNotIn", "observationPeriodEndDateGT", "observationPeriodEndDateGTE", "observationPeriodEndDateLT", "observationPeriodEndDateLTE", "observationPeriodEndDateIsNil", "observationPeriodEndDateNotNil", "fieldworkStartDate", "fieldworkStartDateNEQ", "fieldworkStartDateIn", "fieldworkStartDateNotIn", "fieldworkStartDateGT", "fieldworkStartDateGTE", "fieldworkStartDateLT", "fieldworkStartDateLTE", "fieldworkStartDateIsNil", "fieldworkStartDateNotNil", "fieldworkEndDate", "fieldworkEndDateNEQ", "fieldworkEndDateIn", "fieldworkEndDateNotIn", "fieldworkEndDateGT", "fieldworkEndDateGTE", "fieldworkEndDateLT", "fieldworkEndDateLTE", "fieldworkEndDateIsNil", "fieldworkEndDateNotNil", "auditorReady", "auditorReadyNEQ", "auditorWriteComments", "auditorWriteCommentsNEQ", "auditorReadComments", "auditorReadCommentsNEQ", "auditFirm", "auditFirmNEQ", "auditFirmIn", "auditFirmNotIn", "auditFirmGT", "auditFirmGTE", "auditFirmLT", "auditFirmLTE", "auditFirmContains", "auditFirmHasPrefix", "auditFirmHasSuffix", "auditFirmIsNil", "auditFirmNotNil", "auditFirmEqualFold", "auditFirmContainsFold", "auditor", "auditorNEQ", "auditorIn", "auditorNotIn", "auditorGT", "auditorGTE", "auditorLT", "auditorLTE", "auditorContains", "auditorHasPrefix", "auditorHasSuffix", "auditorIsNil", "auditorNotNil", "auditorEqualFold", "auditorContainsFold", "auditorEmail", "auditorEmailNEQ", "auditorEmailIn", "auditorEmailNotIn", "auditorEmailGT", "auditorEmailGTE", "auditorEmailLT", "auditorEmailLTE", "auditorEmailContains", "auditorEmailHasPrefix", "auditorEmailHasSuffix", "auditorEmailIsNil", "auditorEmailNotNil", "auditorEmailEqualFold", "auditorEmailContainsFold", "programOwnerID", "programOwnerIDNEQ", "programOwnerIDIn", "programOwnerIDNotIn", "programOwnerIDGT", "programOwnerIDGTE", "programOwnerIDLT", "programOwnerIDLTE", "programOwnerIDContains", "programOwnerIDHasPrefix", "programOwnerIDHasSuffix", "programOwnerIDIsNil", "programOwnerIDNotNil", "programOwnerIDEqualFold", "programOwnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasProgramKind", "hasProgramKindWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasRisks", "hasRisksWith", "hasTasks", "hasTasksWith", "hasNotes", "hasNotesWith", "hasFiles", "hasFilesWith", "hasEvidence", "hasEvidenceWith", "hasNarratives", "hasNarrativesWith", "hasActionPlans", "hasActionPlansWith", "hasSystemDetails", "hasSystemDetailsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasUsers", "hasUsersWith", "hasProgramOwner", "hasProgramOwnerWith", "hasMembers", "hasMembersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "programKindName", "programKindNameNEQ", "programKindNameIn", "programKindNameNotIn", "programKindNameContains", "programKindNameHasPrefix", "programKindNameHasSuffix", "programKindNameIsNil", "programKindNameNotNil", "programKindNameEqualFold", "programKindNameContainsFold", "programKindID", "programKindIDNEQ", "programKindIDIn", "programKindIDNotIn", "programKindIDContains", "programKindIDHasPrefix", "programKindIDHasSuffix", "programKindIDIsNil", "programKindIDNotNil", "programKindIDEqualFold", "programKindIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "frameworkName", "frameworkNameNEQ", "frameworkNameIn", "frameworkNameNotIn", "frameworkNameContains", "frameworkNameHasPrefix", "frameworkNameHasSuffix", "frameworkNameIsNil", "frameworkNameNotNil", "frameworkNameEqualFold", "frameworkNameContainsFold", "startDate", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "observationPeriodStartDate", "observationPeriodStartDateGT", "observationPeriodStartDateGTE", "observationPeriodStartDateLT", "observationPeriodStartDateLTE", "observationPeriodStartDateIsNil", "observationPeriodStartDateNotNil", "observationPeriodEndDate", "observationPeriodEndDateGT", "observationPeriodEndDateGTE", "observationPeriodEndDateLT", "observationPeriodEndDateLTE", "observationPeriodEndDateIsNil", "observationPeriodEndDateNotNil", "fieldworkStartDate", "fieldworkStartDateGT", "fieldworkStartDateGTE", "fieldworkStartDateLT", "fieldworkStartDateLTE", "fieldworkStartDateIsNil", "fieldworkStartDateNotNil", "fieldworkEndDate", "fieldworkEndDateGT", "fieldworkEndDateGTE", "fieldworkEndDateLT", "fieldworkEndDateLTE", "fieldworkEndDateIsNil", "fieldworkEndDateNotNil", "auditorReady", "auditorReadyNEQ", "auditorWriteComments", "auditorWriteCommentsNEQ", "auditorReadComments", "auditorReadCommentsNEQ", "auditFirm", "auditFirmNEQ", "auditFirmIn", "auditFirmNotIn", "auditFirmContains", "auditFirmHasPrefix", "auditFirmHasSuffix", "auditFirmIsNil", "auditFirmNotNil", "auditFirmEqualFold", "auditFirmContainsFold", "auditor", "auditorNEQ", "auditorIn", "auditorNotIn", "auditorContains", "auditorHasPrefix", "auditorHasSuffix", "auditorIsNil", "auditorNotNil", "auditorEqualFold", "auditorContainsFold", "auditorEmail", "auditorEmailNEQ", "auditorEmailIn", "auditorEmailNotIn", "auditorEmailContains", "auditorEmailHasPrefix", "auditorEmailHasSuffix", "auditorEmailIsNil", "auditorEmailNotNil", "auditorEmailEqualFold", "auditorEmailContainsFold", "programOwnerID", "programOwnerIDNEQ", "programOwnerIDIn", "programOwnerIDNotIn", "programOwnerIDContains", "programOwnerIDHasPrefix", "programOwnerIDHasSuffix", "programOwnerIDIsNil", "programOwnerIDNotNil", "programOwnerIDEqualFold", "programOwnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasProgramKind", "hasProgramKindWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasRisks", "hasRisksWith", "hasTasks", "hasTasksWith", "hasNotes", "hasNotesWith", "hasFiles", "hasFilesWith", "hasEvidence", "hasEvidenceWith", "hasNarratives", "hasNarrativesWith", "hasActionPlans", "hasActionPlansWith", "hasSystemDetails", "hasSystemDetailsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasUsers", "hasUsersWith", "hasProgramOwner", "hasProgramOwnerWith", "hasMembers", "hasMembersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -324270,34 +296403,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -324319,27 +296424,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -324389,27 +296473,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -324480,34 +296543,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324585,34 +296620,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324690,34 +296697,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324795,34 +296774,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -324886,34 +296837,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -324991,34 +296914,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ProgramKindNameNotIn = data - case "programKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameGT = data - case "programKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameGTE = data - case "programKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameLT = data - case "programKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameLTE = data case "programKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -325096,34 +296991,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ProgramKindIDNotIn = data - case "programKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDGT = data - case "programKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDGTE = data - case "programKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDLT = data - case "programKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDLTE = data case "programKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -325201,34 +297068,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -325306,34 +297145,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -325397,34 +297208,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -325530,34 +297313,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.FrameworkNameNotIn = data - case "frameworkNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameGT = data - case "frameworkNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameGTE = data - case "frameworkNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameLT = data - case "frameworkNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameLTE = data case "frameworkNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -325614,27 +297369,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.StartDate = data - case "startDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartDateNEQ = data - case "startDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateIn = data - case "startDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateNotIn = data case "startDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -325684,27 +297418,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.EndDate = data - case "endDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EndDateNEQ = data - case "endDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateIn = data - case "endDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateNotIn = data case "endDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -325754,27 +297467,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ObservationPeriodStartDate = data - case "observationPeriodStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateNEQ = data - case "observationPeriodStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateIn = data - case "observationPeriodStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateNotIn = data case "observationPeriodStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -325824,27 +297516,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ObservationPeriodEndDate = data - case "observationPeriodEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateNEQ = data - case "observationPeriodEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateIn = data - case "observationPeriodEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateNotIn = data case "observationPeriodEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -325894,27 +297565,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.FieldworkStartDate = data - case "fieldworkStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateNEQ = data - case "fieldworkStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateIn = data - case "fieldworkStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateNotIn = data case "fieldworkStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -325964,27 +297614,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.FieldworkEndDate = data - case "fieldworkEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateNEQ = data - case "fieldworkEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateIn = data - case "fieldworkEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateNotIn = data case "fieldworkEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -326097,34 +297726,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.AuditFirmNotIn = data - case "auditFirmGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmGT = data - case "auditFirmGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmGTE = data - case "auditFirmLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmLT = data - case "auditFirmLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmLTE = data case "auditFirmContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -326202,34 +297803,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.AuditorNotIn = data - case "auditorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorGT = data - case "auditorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorGTE = data - case "auditorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorLT = data - case "auditorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorLTE = data case "auditorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -326307,34 +297880,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.AuditorEmailNotIn = data - case "auditorEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailGT = data - case "auditorEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailGTE = data - case "auditorEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailLT = data - case "auditorEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailLTE = data case "auditorEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -326412,34 +297957,6 @@ func (ec *executionContext) unmarshalInputProgramWhereInput(ctx context.Context, return it, err } it.ProgramOwnerIDNotIn = data - case "programOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDGT = data - case "programOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDGTE = data - case "programOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDLT = data - case "programOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDLTE = data case "programOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -326903,7 +298420,7 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "intent", "intentNEQ", "intentIn", "intentNotIn", "intentGT", "intentGTE", "intentLT", "intentLTE", "intentContains", "intentHasPrefix", "intentHasSuffix", "intentIsNil", "intentNotNil", "intentEqualFold", "intentContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "explanation", "explanationNEQ", "explanationIn", "explanationNotIn", "explanationGT", "explanationGTE", "explanationLT", "explanationLTE", "explanationContains", "explanationHasPrefix", "explanationHasSuffix", "explanationIsNil", "explanationNotNil", "explanationEqualFold", "explanationContainsFold", "instructions", "instructionsNEQ", "instructionsIn", "instructionsNotIn", "instructionsGT", "instructionsGTE", "instructionsLT", "instructionsLTE", "instructionsContains", "instructionsHasPrefix", "instructionsHasSuffix", "instructionsIsNil", "instructionsNotNil", "instructionsEqualFold", "instructionsContainsFold", "ownerReference", "ownerReferenceNEQ", "ownerReferenceIn", "ownerReferenceNotIn", "ownerReferenceGT", "ownerReferenceGTE", "ownerReferenceLT", "ownerReferenceLTE", "ownerReferenceContains", "ownerReferenceHasPrefix", "ownerReferenceHasSuffix", "ownerReferenceIsNil", "ownerReferenceNotNil", "ownerReferenceEqualFold", "ownerReferenceContainsFold", "repositoryURI", "repositoryURINEQ", "repositoryURIIn", "repositoryURINotIn", "repositoryURIGT", "repositoryURIGTE", "repositoryURILT", "repositoryURILTE", "repositoryURIContains", "repositoryURIHasPrefix", "repositoryURIHasSuffix", "repositoryURIIsNil", "repositoryURINotNil", "repositoryURIEqualFold", "repositoryURIContainsFold", "pullRequestURI", "pullRequestURINEQ", "pullRequestURIIn", "pullRequestURINotIn", "pullRequestURIGT", "pullRequestURIGTE", "pullRequestURILT", "pullRequestURILTE", "pullRequestURIContains", "pullRequestURIHasPrefix", "pullRequestURIHasSuffix", "pullRequestURIIsNil", "pullRequestURINotNil", "pullRequestURIEqualFold", "pullRequestURIContainsFold", "ticketReference", "ticketReferenceNEQ", "ticketReferenceIn", "ticketReferenceNotIn", "ticketReferenceGT", "ticketReferenceGTE", "ticketReferenceLT", "ticketReferenceLTE", "ticketReferenceContains", "ticketReferenceHasPrefix", "ticketReferenceHasSuffix", "ticketReferenceIsNil", "ticketReferenceNotNil", "ticketReferenceEqualFold", "ticketReferenceContainsFold", "dueAt", "dueAtNEQ", "dueAtIn", "dueAtNotIn", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "prGeneratedAt", "prGeneratedAtNEQ", "prGeneratedAtIn", "prGeneratedAtNotIn", "prGeneratedAtGT", "prGeneratedAtGTE", "prGeneratedAtLT", "prGeneratedAtLTE", "prGeneratedAtIsNil", "prGeneratedAtNotNil", "error", "errorNEQ", "errorIn", "errorNotIn", "errorGT", "errorGTE", "errorLT", "errorLTE", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegrations", "hasIntegrationsWith", "hasScans", "hasScansWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "intent", "intentNEQ", "intentIn", "intentNotIn", "intentContains", "intentHasPrefix", "intentHasSuffix", "intentIsNil", "intentNotNil", "intentEqualFold", "intentContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "explanation", "explanationNEQ", "explanationIn", "explanationNotIn", "explanationContains", "explanationHasPrefix", "explanationHasSuffix", "explanationIsNil", "explanationNotNil", "explanationEqualFold", "explanationContainsFold", "instructions", "instructionsNEQ", "instructionsIn", "instructionsNotIn", "instructionsContains", "instructionsHasPrefix", "instructionsHasSuffix", "instructionsIsNil", "instructionsNotNil", "instructionsEqualFold", "instructionsContainsFold", "ownerReference", "ownerReferenceNEQ", "ownerReferenceIn", "ownerReferenceNotIn", "ownerReferenceContains", "ownerReferenceHasPrefix", "ownerReferenceHasSuffix", "ownerReferenceIsNil", "ownerReferenceNotNil", "ownerReferenceEqualFold", "ownerReferenceContainsFold", "repositoryURI", "repositoryURINEQ", "repositoryURIIn", "repositoryURINotIn", "repositoryURIContains", "repositoryURIHasPrefix", "repositoryURIHasSuffix", "repositoryURIIsNil", "repositoryURINotNil", "repositoryURIEqualFold", "repositoryURIContainsFold", "pullRequestURI", "pullRequestURINEQ", "pullRequestURIIn", "pullRequestURINotIn", "pullRequestURIContains", "pullRequestURIHasPrefix", "pullRequestURIHasSuffix", "pullRequestURIIsNil", "pullRequestURINotNil", "pullRequestURIEqualFold", "pullRequestURIContainsFold", "ticketReference", "ticketReferenceNEQ", "ticketReferenceIn", "ticketReferenceNotIn", "ticketReferenceContains", "ticketReferenceHasPrefix", "ticketReferenceHasSuffix", "ticketReferenceIsNil", "ticketReferenceNotNil", "ticketReferenceEqualFold", "ticketReferenceContainsFold", "dueAt", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "prGeneratedAt", "prGeneratedAtGT", "prGeneratedAtGTE", "prGeneratedAtLT", "prGeneratedAtLTE", "prGeneratedAtIsNil", "prGeneratedAtNotNil", "error", "errorNEQ", "errorIn", "errorNotIn", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegrations", "hasIntegrationsWith", "hasScans", "hasScansWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -326959,34 +298476,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -327008,27 +298497,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -327078,27 +298546,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -327169,34 +298616,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327274,34 +298693,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327379,34 +298770,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327484,34 +298847,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327575,34 +298910,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -327708,34 +299015,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327813,34 +299092,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -327918,34 +299169,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328023,34 +299246,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -328128,34 +299323,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328233,34 +299400,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -328366,34 +299505,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328471,34 +299582,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328576,34 +299659,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328723,34 +299778,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328828,34 +299855,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.IntentNotIn = data - case "intentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentGT = data - case "intentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentGTE = data - case "intentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentLT = data - case "intentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentLTE = data case "intentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -328933,34 +299932,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329038,34 +300009,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ExplanationNotIn = data - case "explanationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationGT = data - case "explanationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationGTE = data - case "explanationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationLT = data - case "explanationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationLTE = data case "explanationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329143,34 +300086,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.InstructionsNotIn = data - case "instructionsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsGT = data - case "instructionsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsGTE = data - case "instructionsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsLT = data - case "instructionsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsLTE = data case "instructionsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329248,34 +300163,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.OwnerReferenceNotIn = data - case "ownerReferenceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceGT = data - case "ownerReferenceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceGTE = data - case "ownerReferenceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceLT = data - case "ownerReferenceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceLTE = data case "ownerReferenceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329353,34 +300240,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.RepositoryURINotIn = data - case "repositoryURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURIGT = data - case "repositoryURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURIGTE = data - case "repositoryURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURILT = data - case "repositoryURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURILTE = data case "repositoryURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329458,34 +300317,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.PullRequestURINotIn = data - case "pullRequestURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURIGT = data - case "pullRequestURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURIGTE = data - case "pullRequestURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURILT = data - case "pullRequestURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURILTE = data case "pullRequestURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329563,34 +300394,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.TicketReferenceNotIn = data - case "ticketReferenceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceGT = data - case "ticketReferenceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceGTE = data - case "ticketReferenceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceLT = data - case "ticketReferenceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceLTE = data case "ticketReferenceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329647,27 +300450,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.DueAt = data - case "dueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueAtNEQ = data - case "dueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtIn = data - case "dueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtNotIn = data case "dueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -329717,27 +300499,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -329787,27 +300548,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.PrGeneratedAt = data - case "prGeneratedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtNEQ = data - case "prGeneratedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtIn = data - case "prGeneratedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtNotIn = data case "prGeneratedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -329878,34 +300618,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ErrorNotIn = data - case "errorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGT = data - case "errorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGTE = data - case "errorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLT = data - case "errorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLTE = data case "errorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -329983,34 +300695,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -330088,34 +300772,6 @@ func (ec *executionContext) unmarshalInputRemediationWhereInput(ctx context.Cont return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -330523,7 +301179,7 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "classificationGT", "classificationGTE", "classificationLT", "classificationLTE", "classificationContains", "classificationHasPrefix", "classificationHasSuffix", "classificationIsNil", "classificationNotNil", "classificationEqualFold", "classificationContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "reporter", "reporterNEQ", "reporterIn", "reporterNotIn", "reporterGT", "reporterGTE", "reporterLT", "reporterLTE", "reporterContains", "reporterHasPrefix", "reporterHasSuffix", "reporterIsNil", "reporterNotNil", "reporterEqualFold", "reporterContainsFold", "approved", "approvedNEQ", "approvedIsNil", "approvedNotNil", "reviewedAt", "reviewedAtNEQ", "reviewedAtIn", "reviewedAtNotIn", "reviewedAtGT", "reviewedAtGTE", "reviewedAtLT", "reviewedAtLTE", "reviewedAtIsNil", "reviewedAtNotNil", "reportedAt", "reportedAtNEQ", "reportedAtIn", "reportedAtNotIn", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "approvedAt", "approvedAtNEQ", "approvedAtIn", "approvedAtNotIn", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "reviewerID", "reviewerIDNEQ", "reviewerIDIn", "reviewerIDNotIn", "reviewerIDGT", "reviewerIDGTE", "reviewerIDLT", "reviewerIDLTE", "reviewerIDContains", "reviewerIDHasPrefix", "reviewerIDHasSuffix", "reviewerIDIsNil", "reviewerIDNotNil", "reviewerIDEqualFold", "reviewerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegrations", "hasIntegrationsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasRemediations", "hasRemediationsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasTasks", "hasTasksWith", "hasReviewer", "hasReviewerWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "classificationContains", "classificationHasPrefix", "classificationHasSuffix", "classificationIsNil", "classificationNotNil", "classificationEqualFold", "classificationContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "reporter", "reporterNEQ", "reporterIn", "reporterNotIn", "reporterContains", "reporterHasPrefix", "reporterHasSuffix", "reporterIsNil", "reporterNotNil", "reporterEqualFold", "reporterContainsFold", "approved", "approvedNEQ", "approvedIsNil", "approvedNotNil", "reviewedAt", "reviewedAtGT", "reviewedAtGTE", "reviewedAtLT", "reviewedAtLTE", "reviewedAtIsNil", "reviewedAtNotNil", "reportedAt", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "approvedAt", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "reviewerID", "reviewerIDNEQ", "reviewerIDIn", "reviewerIDNotIn", "reviewerIDContains", "reviewerIDHasPrefix", "reviewerIDHasSuffix", "reviewerIDIsNil", "reviewerIDNotNil", "reviewerIDEqualFold", "reviewerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasIntegrations", "hasIntegrationsWith", "hasFindings", "hasFindingsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasActionPlans", "hasActionPlansWith", "hasRemediations", "hasRemediationsWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasTasks", "hasTasksWith", "hasReviewer", "hasReviewerWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasInternalPolicies", "hasInternalPoliciesWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -330579,34 +301235,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -330628,27 +301256,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -330698,27 +301305,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -330789,34 +301375,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -330894,34 +301452,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -330999,34 +301529,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331104,34 +301606,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -331237,34 +301711,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331342,34 +301788,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331447,34 +301865,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331552,34 +301942,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -331657,34 +302019,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331762,34 +302096,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -331867,34 +302173,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -331972,34 +302250,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332077,34 +302327,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332168,34 +302390,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332315,34 +302509,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332420,34 +302586,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ClassificationNotIn = data - case "classificationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationGT = data - case "classificationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationGTE = data - case "classificationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationLT = data - case "classificationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationLTE = data case "classificationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332525,34 +302663,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332630,34 +302740,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332735,34 +302817,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ReporterNotIn = data - case "reporterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterGT = data - case "reporterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterGTE = data - case "reporterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterLT = data - case "reporterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterLTE = data case "reporterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -332847,27 +302901,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ReviewedAt = data - case "reviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtNEQ = data - case "reviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtIn = data - case "reviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtNotIn = data case "reviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -332917,27 +302950,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ReportedAt = data - case "reportedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNEQ = data - case "reportedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtIn = data - case "reportedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNotIn = data case "reportedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -332987,27 +302999,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ApprovedAt = data - case "approvedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNEQ = data - case "approvedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtIn = data - case "approvedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNotIn = data case "approvedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -333078,34 +303069,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ReviewerIDNotIn = data - case "reviewerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDGT = data - case "reviewerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDGTE = data - case "reviewerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDLT = data - case "reviewerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDLTE = data case "reviewerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -333183,34 +303146,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -333288,34 +303223,6 @@ func (ec *executionContext) unmarshalInputReviewWhereInput(ctx context.Context, return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -333723,7 +303630,7 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "riskKindName", "riskKindNameNEQ", "riskKindNameIn", "riskKindNameNotIn", "riskKindNameGT", "riskKindNameGTE", "riskKindNameLT", "riskKindNameLTE", "riskKindNameContains", "riskKindNameHasPrefix", "riskKindNameHasSuffix", "riskKindNameIsNil", "riskKindNameNotNil", "riskKindNameEqualFold", "riskKindNameContainsFold", "riskKindID", "riskKindIDNEQ", "riskKindIDIn", "riskKindIDNotIn", "riskKindIDGT", "riskKindIDGTE", "riskKindIDLT", "riskKindIDLTE", "riskKindIDContains", "riskKindIDHasPrefix", "riskKindIDHasSuffix", "riskKindIDIsNil", "riskKindIDNotNil", "riskKindIDEqualFold", "riskKindIDContainsFold", "riskCategoryName", "riskCategoryNameNEQ", "riskCategoryNameIn", "riskCategoryNameNotIn", "riskCategoryNameGT", "riskCategoryNameGTE", "riskCategoryNameLT", "riskCategoryNameLTE", "riskCategoryNameContains", "riskCategoryNameHasPrefix", "riskCategoryNameHasSuffix", "riskCategoryNameIsNil", "riskCategoryNameNotNil", "riskCategoryNameEqualFold", "riskCategoryNameContainsFold", "riskCategoryID", "riskCategoryIDNEQ", "riskCategoryIDIn", "riskCategoryIDNotIn", "riskCategoryIDGT", "riskCategoryIDGTE", "riskCategoryIDLT", "riskCategoryIDLTE", "riskCategoryIDContains", "riskCategoryIDHasPrefix", "riskCategoryIDHasSuffix", "riskCategoryIDIsNil", "riskCategoryIDNotNil", "riskCategoryIDEqualFold", "riskCategoryIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactIsNil", "impactNotNil", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "likelihoodIsNil", "likelihoodNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "mitigation", "mitigationNEQ", "mitigationIn", "mitigationNotIn", "mitigationGT", "mitigationGTE", "mitigationLT", "mitigationLTE", "mitigationContains", "mitigationHasPrefix", "mitigationHasSuffix", "mitigationIsNil", "mitigationNotNil", "mitigationEqualFold", "mitigationContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "businessCosts", "businessCostsNEQ", "businessCostsIn", "businessCostsNotIn", "businessCostsGT", "businessCostsGTE", "businessCostsLT", "businessCostsLTE", "businessCostsContains", "businessCostsHasPrefix", "businessCostsHasSuffix", "businessCostsIsNil", "businessCostsNotNil", "businessCostsEqualFold", "businessCostsContainsFold", "stakeholderID", "stakeholderIDNEQ", "stakeholderIDIn", "stakeholderIDNotIn", "stakeholderIDGT", "stakeholderIDGTE", "stakeholderIDLT", "stakeholderIDLTE", "stakeholderIDContains", "stakeholderIDHasPrefix", "stakeholderIDHasSuffix", "stakeholderIDIsNil", "stakeholderIDNotNil", "stakeholderIDEqualFold", "stakeholderIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "mitigatedAt", "mitigatedAtNEQ", "mitigatedAtIn", "mitigatedAtNotIn", "mitigatedAtGT", "mitigatedAtGTE", "mitigatedAtLT", "mitigatedAtLTE", "mitigatedAtIsNil", "mitigatedAtNotNil", "reviewRequired", "reviewRequiredNEQ", "reviewRequiredIsNil", "reviewRequiredNotNil", "lastReviewedAt", "lastReviewedAtNEQ", "lastReviewedAtIn", "lastReviewedAtNotIn", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "nextReviewDueAt", "nextReviewDueAtNEQ", "nextReviewDueAtIn", "nextReviewDueAtNotIn", "nextReviewDueAtGT", "nextReviewDueAtGTE", "nextReviewDueAtLT", "nextReviewDueAtLTE", "nextReviewDueAtIsNil", "nextReviewDueAtNotNil", "residualScore", "residualScoreNEQ", "residualScoreIn", "residualScoreNotIn", "residualScoreGT", "residualScoreGTE", "residualScoreLT", "residualScoreLTE", "residualScoreIsNil", "residualScoreNotNil", "riskDecision", "riskDecisionNEQ", "riskDecisionIn", "riskDecisionNotIn", "riskDecisionIsNil", "riskDecisionNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasRiskKind", "hasRiskKindWith", "hasRiskCategory", "hasRiskCategoryWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasStakeholder", "hasStakeholderWith", "hasDelegate", "hasDelegateWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "riskKindName", "riskKindNameNEQ", "riskKindNameIn", "riskKindNameNotIn", "riskKindNameContains", "riskKindNameHasPrefix", "riskKindNameHasSuffix", "riskKindNameIsNil", "riskKindNameNotNil", "riskKindNameEqualFold", "riskKindNameContainsFold", "riskKindID", "riskKindIDNEQ", "riskKindIDIn", "riskKindIDNotIn", "riskKindIDContains", "riskKindIDHasPrefix", "riskKindIDHasSuffix", "riskKindIDIsNil", "riskKindIDNotNil", "riskKindIDEqualFold", "riskKindIDContainsFold", "riskCategoryName", "riskCategoryNameNEQ", "riskCategoryNameIn", "riskCategoryNameNotIn", "riskCategoryNameContains", "riskCategoryNameHasPrefix", "riskCategoryNameHasSuffix", "riskCategoryNameIsNil", "riskCategoryNameNotNil", "riskCategoryNameEqualFold", "riskCategoryNameContainsFold", "riskCategoryID", "riskCategoryIDNEQ", "riskCategoryIDIn", "riskCategoryIDNotIn", "riskCategoryIDContains", "riskCategoryIDHasPrefix", "riskCategoryIDHasSuffix", "riskCategoryIDIsNil", "riskCategoryIDNotNil", "riskCategoryIDEqualFold", "riskCategoryIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactIsNil", "impactNotNil", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "likelihoodIsNil", "likelihoodNotNil", "score", "scoreNEQ", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "mitigation", "mitigationNEQ", "mitigationIn", "mitigationNotIn", "mitigationContains", "mitigationHasPrefix", "mitigationHasSuffix", "mitigationIsNil", "mitigationNotNil", "mitigationEqualFold", "mitigationContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "businessCosts", "businessCostsNEQ", "businessCostsIn", "businessCostsNotIn", "businessCostsContains", "businessCostsHasPrefix", "businessCostsHasSuffix", "businessCostsIsNil", "businessCostsNotNil", "businessCostsEqualFold", "businessCostsContainsFold", "stakeholderID", "stakeholderIDNEQ", "stakeholderIDIn", "stakeholderIDNotIn", "stakeholderIDContains", "stakeholderIDHasPrefix", "stakeholderIDHasSuffix", "stakeholderIDIsNil", "stakeholderIDNotNil", "stakeholderIDEqualFold", "stakeholderIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "mitigatedAt", "mitigatedAtGT", "mitigatedAtGTE", "mitigatedAtLT", "mitigatedAtLTE", "mitigatedAtIsNil", "mitigatedAtNotNil", "reviewRequired", "reviewRequiredNEQ", "reviewRequiredIsNil", "reviewRequiredNotNil", "lastReviewedAt", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "nextReviewDueAt", "nextReviewDueAtGT", "nextReviewDueAtGTE", "nextReviewDueAtLT", "nextReviewDueAtLTE", "nextReviewDueAtIsNil", "nextReviewDueAtNotNil", "residualScore", "residualScoreNEQ", "residualScoreGT", "residualScoreGTE", "residualScoreLT", "residualScoreLTE", "residualScoreIsNil", "residualScoreNotNil", "riskDecision", "riskDecisionNEQ", "riskDecisionIn", "riskDecisionNotIn", "riskDecisionIsNil", "riskDecisionNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasRiskKind", "hasRiskKindWith", "hasRiskCategory", "hasRiskCategoryWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasStakeholder", "hasStakeholderWith", "hasDelegate", "hasDelegateWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -333779,34 +303686,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -333828,27 +303707,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -333898,27 +303756,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -333989,34 +303826,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334094,34 +303903,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334199,34 +303980,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334304,34 +304057,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334395,34 +304120,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -334500,34 +304197,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.RiskKindNameNotIn = data - case "riskKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameGT = data - case "riskKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameGTE = data - case "riskKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameLT = data - case "riskKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameLTE = data case "riskKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334605,34 +304274,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.RiskKindIDNotIn = data - case "riskKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDGT = data - case "riskKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDGTE = data - case "riskKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDLT = data - case "riskKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDLTE = data case "riskKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -334710,34 +304351,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.RiskCategoryNameNotIn = data - case "riskCategoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameGT = data - case "riskCategoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameGTE = data - case "riskCategoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameLT = data - case "riskCategoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameLTE = data case "riskCategoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -334815,34 +304428,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.RiskCategoryIDNotIn = data - case "riskCategoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDGT = data - case "riskCategoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDGTE = data - case "riskCategoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDLT = data - case "riskCategoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDLTE = data case "riskCategoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -334920,34 +304505,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335025,34 +304582,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -335130,34 +304659,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335235,34 +304736,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -335368,34 +304841,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335473,34 +304918,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335557,27 +304974,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -335648,34 +305044,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335753,34 +305121,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -335956,20 +305296,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ScoreNEQ = data - case "scoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScoreIn = data - case "scoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScoreNotIn = data case "scoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -336040,34 +305366,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.MitigationNotIn = data - case "mitigationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationGT = data - case "mitigationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationGTE = data - case "mitigationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationLT = data - case "mitigationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationLTE = data case "mitigationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -336145,34 +305443,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -336250,34 +305520,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.BusinessCostsNotIn = data - case "businessCostsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsGT = data - case "businessCostsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsGTE = data - case "businessCostsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsLT = data - case "businessCostsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsLTE = data case "businessCostsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -336355,34 +305597,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.StakeholderIDNotIn = data - case "stakeholderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDGT = data - case "stakeholderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDGTE = data - case "stakeholderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDLT = data - case "stakeholderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDLTE = data case "stakeholderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -336460,34 +305674,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -336544,27 +305730,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.MitigatedAt = data - case "mitigatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtNEQ = data - case "mitigatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtIn = data - case "mitigatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtNotIn = data case "mitigatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -336642,27 +305807,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.LastReviewedAt = data - case "lastReviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNEQ = data - case "lastReviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtIn = data - case "lastReviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNotIn = data case "lastReviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -336754,27 +305898,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -336824,27 +305947,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.NextReviewDueAt = data - case "nextReviewDueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtNEQ = data - case "nextReviewDueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtIn = data - case "nextReviewDueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtNotIn = data case "nextReviewDueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -336901,20 +306003,6 @@ func (ec *executionContext) unmarshalInputRiskWhereInput(ctx context.Context, ob return it, err } it.ResidualScoreNEQ = data - case "residualScoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResidualScoreIn = data - case "residualScoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResidualScoreNotIn = data case "residualScoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -337455,7 +306543,7 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slaDays", "slaDaysNEQ", "slaDaysIn", "slaDaysNotIn", "slaDaysGT", "slaDaysGTE", "slaDaysLT", "slaDaysLTE", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slaDays", "slaDaysNEQ", "slaDaysGT", "slaDaysGTE", "slaDaysLT", "slaDaysLTE", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -337511,34 +306599,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -337560,27 +306620,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -337630,27 +306669,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -337721,34 +306739,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -337826,34 +306816,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -337931,34 +306893,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -338036,34 +306970,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -338127,34 +307033,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -338218,20 +307096,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionWhereInput(ctx context.Co return it, err } it.SLADaysNEQ = data - case "slaDaysIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SLADaysIn = data - case "slaDaysNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SLADaysNotIn = data case "slaDaysGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -338394,7 +307258,7 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToGT", "assignedToGTE", "assignedToLT", "assignedToLTE", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDGT", "assignedToUserIDGTE", "assignedToUserIDLT", "assignedToUserIDLTE", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDGT", "assignedToGroupIDGTE", "assignedToGroupIDLT", "assignedToGroupIDLTE", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "target", "targetNEQ", "targetIn", "targetNotIn", "targetGT", "targetGTE", "targetLT", "targetLTE", "targetContains", "targetHasPrefix", "targetHasSuffix", "targetEqualFold", "targetContainsFold", "scanType", "scanTypeNEQ", "scanTypeIn", "scanTypeNotIn", "scanDate", "scanDateNEQ", "scanDateIn", "scanDateNotIn", "scanDateGT", "scanDateGTE", "scanDateLT", "scanDateLTE", "scanDateIsNil", "scanDateNotNil", "nextScanRunAt", "nextScanRunAtNEQ", "nextScanRunAtIn", "nextScanRunAtNotIn", "nextScanRunAtGT", "nextScanRunAtGTE", "nextScanRunAtLT", "nextScanRunAtLTE", "nextScanRunAtIsNil", "nextScanRunAtNotNil", "performedBy", "performedByNEQ", "performedByIn", "performedByNotIn", "performedByGT", "performedByGTE", "performedByLT", "performedByLTE", "performedByContains", "performedByHasPrefix", "performedByHasSuffix", "performedByIsNil", "performedByNotNil", "performedByEqualFold", "performedByContainsFold", "performedByUserID", "performedByUserIDNEQ", "performedByUserIDIn", "performedByUserIDNotIn", "performedByUserIDGT", "performedByUserIDGTE", "performedByUserIDLT", "performedByUserIDLTE", "performedByUserIDContains", "performedByUserIDHasPrefix", "performedByUserIDHasSuffix", "performedByUserIDIsNil", "performedByUserIDNotNil", "performedByUserIDEqualFold", "performedByUserIDContainsFold", "performedByGroupID", "performedByGroupIDNEQ", "performedByGroupIDIn", "performedByGroupIDNotIn", "performedByGroupIDGT", "performedByGroupIDGTE", "performedByGroupIDLT", "performedByGroupIDLTE", "performedByGroupIDContains", "performedByGroupIDHasPrefix", "performedByGroupIDHasSuffix", "performedByGroupIDIsNil", "performedByGroupIDNotNil", "performedByGroupIDEqualFold", "performedByGroupIDContainsFold", "generatedByPlatformID", "generatedByPlatformIDNEQ", "generatedByPlatformIDIn", "generatedByPlatformIDNotIn", "generatedByPlatformIDGT", "generatedByPlatformIDGTE", "generatedByPlatformIDLT", "generatedByPlatformIDLTE", "generatedByPlatformIDContains", "generatedByPlatformIDHasPrefix", "generatedByPlatformIDHasSuffix", "generatedByPlatformIDIsNil", "generatedByPlatformIDNotNil", "generatedByPlatformIDEqualFold", "generatedByPlatformIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasEvidence", "hasEvidenceWith", "hasFiles", "hasFilesWith", "hasRemediations", "hasRemediationsWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasPlatforms", "hasPlatformsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasFindings", "hasFindingsWith", "hasGeneratedByPlatform", "hasGeneratedByPlatformWith", "hasPerformedByUser", "hasPerformedByUserWith", "hasPerformedByGroup", "hasPerformedByGroupWith", "tagsHas", "discoveredVulnerabilityIdsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "target", "targetNEQ", "targetIn", "targetNotIn", "targetContains", "targetHasPrefix", "targetHasSuffix", "targetEqualFold", "targetContainsFold", "scanType", "scanTypeNEQ", "scanTypeIn", "scanTypeNotIn", "scanDate", "scanDateGT", "scanDateGTE", "scanDateLT", "scanDateLTE", "scanDateIsNil", "scanDateNotNil", "nextScanRunAt", "nextScanRunAtGT", "nextScanRunAtGTE", "nextScanRunAtLT", "nextScanRunAtLTE", "nextScanRunAtIsNil", "nextScanRunAtNotNil", "performedBy", "performedByNEQ", "performedByIn", "performedByNotIn", "performedByContains", "performedByHasPrefix", "performedByHasSuffix", "performedByIsNil", "performedByNotNil", "performedByEqualFold", "performedByContainsFold", "performedByUserID", "performedByUserIDNEQ", "performedByUserIDIn", "performedByUserIDNotIn", "performedByUserIDContains", "performedByUserIDHasPrefix", "performedByUserIDHasSuffix", "performedByUserIDIsNil", "performedByUserIDNotNil", "performedByUserIDEqualFold", "performedByUserIDContainsFold", "performedByGroupID", "performedByGroupIDNEQ", "performedByGroupIDIn", "performedByGroupIDNotIn", "performedByGroupIDContains", "performedByGroupIDHasPrefix", "performedByGroupIDHasSuffix", "performedByGroupIDIsNil", "performedByGroupIDNotNil", "performedByGroupIDEqualFold", "performedByGroupIDContainsFold", "generatedByPlatformID", "generatedByPlatformIDNEQ", "generatedByPlatformIDIn", "generatedByPlatformIDNotIn", "generatedByPlatformIDContains", "generatedByPlatformIDHasPrefix", "generatedByPlatformIDHasSuffix", "generatedByPlatformIDIsNil", "generatedByPlatformIDNotNil", "generatedByPlatformIDEqualFold", "generatedByPlatformIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasEvidence", "hasEvidenceWith", "hasFiles", "hasFilesWith", "hasRemediations", "hasRemediationsWith", "hasActionPlans", "hasActionPlansWith", "hasTasks", "hasTasksWith", "hasPlatforms", "hasPlatformsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasFindings", "hasFindingsWith", "hasGeneratedByPlatform", "hasGeneratedByPlatformWith", "hasPerformedByUser", "hasPerformedByUserWith", "hasPerformedByGroup", "hasPerformedByGroupWith", "tagsHas", "discoveredVulnerabilityIdsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -338450,34 +307314,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -338499,27 +307335,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -338569,27 +307384,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -338660,34 +307454,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -338765,34 +307531,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -338870,34 +307608,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -338975,34 +307685,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -339108,34 +307790,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -339213,34 +307867,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -339318,34 +307944,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -339423,34 +308021,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -339528,34 +308098,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -339633,34 +308175,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.AssignedToNotIn = data - case "assignedToGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGT = data - case "assignedToGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGTE = data - case "assignedToLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLT = data - case "assignedToLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLTE = data case "assignedToContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -339738,34 +308252,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.AssignedToUserIDNotIn = data - case "assignedToUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGT = data - case "assignedToUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGTE = data - case "assignedToUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLT = data - case "assignedToUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLTE = data case "assignedToUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -339843,34 +308329,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.AssignedToGroupIDNotIn = data - case "assignedToGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGT = data - case "assignedToGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGTE = data - case "assignedToGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLT = data - case "assignedToGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLTE = data case "assignedToGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -339948,34 +308406,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -340053,34 +308483,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -340158,34 +308560,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -340263,34 +308637,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -340368,34 +308714,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.TargetNotIn = data - case "targetGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGT = data - case "targetGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGTE = data - case "targetLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetLT = data - case "targetLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetLTE = data case "targetContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -340466,27 +308784,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.ScanDate = data - case "scanDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scanDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ScanDateNEQ = data - case "scanDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scanDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScanDateIn = data - case "scanDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scanDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScanDateNotIn = data case "scanDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scanDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -340536,27 +308833,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.NextScanRunAt = data - case "nextScanRunAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextScanRunAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextScanRunAtNEQ = data - case "nextScanRunAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextScanRunAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextScanRunAtIn = data - case "nextScanRunAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextScanRunAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextScanRunAtNotIn = data case "nextScanRunAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextScanRunAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -340627,34 +308903,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.PerformedByNotIn = data - case "performedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGT = data - case "performedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGTE = data - case "performedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByLT = data - case "performedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByLTE = data case "performedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -340732,34 +308980,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.PerformedByUserIDNotIn = data - case "performedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByUserIDGT = data - case "performedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByUserIDGTE = data - case "performedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByUserIDLT = data - case "performedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByUserIDLTE = data case "performedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -340837,34 +309057,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.PerformedByGroupIDNotIn = data - case "performedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGroupIDGT = data - case "performedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGroupIDGTE = data - case "performedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGroupIDLT = data - case "performedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PerformedByGroupIDLTE = data case "performedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("performedByGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -340942,34 +309134,6 @@ func (ec *executionContext) unmarshalInputScanWhereInput(ctx context.Context, ob return it, err } it.GeneratedByPlatformIDNotIn = data - case "generatedByPlatformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("generatedByPlatformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GeneratedByPlatformIDGT = data - case "generatedByPlatformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("generatedByPlatformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GeneratedByPlatformIDGTE = data - case "generatedByPlatformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("generatedByPlatformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GeneratedByPlatformIDLT = data - case "generatedByPlatformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("generatedByPlatformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GeneratedByPlatformIDLTE = data case "generatedByPlatformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("generatedByPlatformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -341495,7 +309659,7 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDGT", "jobRunnerIDGTE", "jobRunnerIDLT", "jobRunnerIDLTE", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "scheduledJobID", "scheduledJobIDNEQ", "scheduledJobIDIn", "scheduledJobIDNotIn", "scheduledJobIDGT", "scheduledJobIDGTE", "scheduledJobIDLT", "scheduledJobIDLTE", "scheduledJobIDContains", "scheduledJobIDHasPrefix", "scheduledJobIDHasSuffix", "scheduledJobIDEqualFold", "scheduledJobIDContainsFold", "expectedExecutionTime", "expectedExecutionTimeNEQ", "expectedExecutionTimeIn", "expectedExecutionTimeNotIn", "expectedExecutionTimeGT", "expectedExecutionTimeGTE", "expectedExecutionTimeLT", "expectedExecutionTimeLTE", "script", "scriptNEQ", "scriptIn", "scriptNotIn", "scriptGT", "scriptGTE", "scriptLT", "scriptLTE", "scriptContains", "scriptHasPrefix", "scriptHasSuffix", "scriptEqualFold", "scriptContainsFold", "hasOwner", "hasOwnerWith", "hasScheduledJob", "hasScheduledJobWith", "hasJobRunner", "hasJobRunnerWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "scheduledJobID", "scheduledJobIDNEQ", "scheduledJobIDIn", "scheduledJobIDNotIn", "scheduledJobIDContains", "scheduledJobIDHasPrefix", "scheduledJobIDHasSuffix", "scheduledJobIDEqualFold", "scheduledJobIDContainsFold", "expectedExecutionTime", "expectedExecutionTimeGT", "expectedExecutionTimeGTE", "expectedExecutionTimeLT", "expectedExecutionTimeLTE", "script", "scriptNEQ", "scriptIn", "scriptNotIn", "scriptContains", "scriptHasPrefix", "scriptHasSuffix", "scriptEqualFold", "scriptContainsFold", "hasOwner", "hasOwnerWith", "hasScheduledJob", "hasScheduledJobWith", "hasJobRunner", "hasJobRunnerWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -341551,34 +309715,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -341600,27 +309736,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -341670,27 +309785,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -341761,34 +309855,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -341866,34 +309932,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -341971,34 +310009,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -342076,34 +310086,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -342181,34 +310163,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.JobRunnerIDNotIn = data - case "jobRunnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGT = data - case "jobRunnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGTE = data - case "jobRunnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLT = data - case "jobRunnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLTE = data case "jobRunnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -342300,34 +310254,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.ScheduledJobIDNotIn = data - case "scheduledJobIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDGT = data - case "scheduledJobIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDGTE = data - case "scheduledJobIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDLT = data - case "scheduledJobIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScheduledJobIDLTE = data case "scheduledJobIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledJobIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -342370,27 +310296,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.ExpectedExecutionTime = data - case "expectedExecutionTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedExecutionTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpectedExecutionTimeNEQ = data - case "expectedExecutionTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedExecutionTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpectedExecutionTimeIn = data - case "expectedExecutionTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedExecutionTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpectedExecutionTimeNotIn = data case "expectedExecutionTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expectedExecutionTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -342447,34 +310352,6 @@ func (ec *executionContext) unmarshalInputScheduledJobRunWhereInput(ctx context. return it, err } it.ScriptNotIn = data - case "scriptGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scriptGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScriptGT = data - case "scriptGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scriptGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScriptGTE = data - case "scriptLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scriptLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScriptLT = data - case "scriptLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scriptLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScriptLTE = data case "scriptContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scriptContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -342568,7 +310445,7 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobID", "jobIDNEQ", "jobIDIn", "jobIDNotIn", "jobIDGT", "jobIDGTE", "jobIDLT", "jobIDLTE", "jobIDContains", "jobIDHasPrefix", "jobIDHasSuffix", "jobIDEqualFold", "jobIDContainsFold", "active", "activeNEQ", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDGT", "jobRunnerIDGTE", "jobRunnerIDLT", "jobRunnerIDLTE", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasJobTemplate", "hasJobTemplateWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasJobRunner", "hasJobRunnerWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobID", "jobIDNEQ", "jobIDIn", "jobIDNotIn", "jobIDContains", "jobIDHasPrefix", "jobIDHasSuffix", "jobIDEqualFold", "jobIDContainsFold", "active", "activeNEQ", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold", "hasOwner", "hasOwnerWith", "hasJobTemplate", "hasJobTemplateWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasJobRunner", "hasJobRunnerWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -342624,34 +310501,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -342673,27 +310522,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -342743,27 +310571,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -342834,34 +310641,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -342939,34 +310718,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -343044,34 +310795,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -343149,34 +310872,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -343240,34 +310935,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -343345,34 +311012,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.JobIDNotIn = data - case "jobIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDGT = data - case "jobIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDGTE = data - case "jobIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDLT = data - case "jobIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDLTE = data case "jobIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -343450,34 +311089,6 @@ func (ec *executionContext) unmarshalInputScheduledJobWhereInput(ctx context.Con return it, err } it.JobRunnerIDNotIn = data - case "jobRunnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGT = data - case "jobRunnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGTE = data - case "jobRunnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLT = data - case "jobRunnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLTE = data case "jobRunnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -343654,7 +311265,7 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "shortName", "shortNameNEQ", "shortNameIn", "shortNameNotIn", "shortNameGT", "shortNameGTE", "shortNameLT", "shortNameLTE", "shortNameContains", "shortNameHasPrefix", "shortNameHasSuffix", "shortNameIsNil", "shortNameNotNil", "shortNameEqualFold", "shortNameContainsFold", "framework", "frameworkNEQ", "frameworkIn", "frameworkNotIn", "frameworkGT", "frameworkGTE", "frameworkLT", "frameworkLTE", "frameworkContains", "frameworkHasPrefix", "frameworkHasSuffix", "frameworkIsNil", "frameworkNotNil", "frameworkEqualFold", "frameworkContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "governingBodyLogoURL", "governingBodyLogoURLNEQ", "governingBodyLogoURLIn", "governingBodyLogoURLNotIn", "governingBodyLogoURLGT", "governingBodyLogoURLGTE", "governingBodyLogoURLLT", "governingBodyLogoURLLTE", "governingBodyLogoURLContains", "governingBodyLogoURLHasPrefix", "governingBodyLogoURLHasSuffix", "governingBodyLogoURLIsNil", "governingBodyLogoURLNotNil", "governingBodyLogoURLEqualFold", "governingBodyLogoURLContainsFold", "governingBody", "governingBodyNEQ", "governingBodyIn", "governingBodyNotIn", "governingBodyGT", "governingBodyGTE", "governingBodyLT", "governingBodyLTE", "governingBodyContains", "governingBodyHasPrefix", "governingBodyHasSuffix", "governingBodyIsNil", "governingBodyNotNil", "governingBodyEqualFold", "governingBodyContainsFold", "link", "linkNEQ", "linkIn", "linkNotIn", "linkGT", "linkGTE", "linkLT", "linkLTE", "linkContains", "linkHasPrefix", "linkHasSuffix", "linkIsNil", "linkNotNil", "linkEqualFold", "linkContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "isPublic", "isPublicNEQ", "isPublicIsNil", "isPublicNotNil", "freeToUse", "freeToUseNEQ", "freeToUseIsNil", "freeToUseNotNil", "standardType", "standardTypeNEQ", "standardTypeIn", "standardTypeNotIn", "standardTypeGT", "standardTypeGTE", "standardTypeLT", "standardTypeLTE", "standardTypeContains", "standardTypeHasPrefix", "standardTypeHasSuffix", "standardTypeIsNil", "standardTypeNotNil", "standardTypeEqualFold", "standardTypeContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasControls", "hasControlsWith", "hasTrustCenterCompliances", "hasTrustCenterCompliancesWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasApplicablePlatforms", "hasApplicablePlatformsWith", "hasLogoFile", "hasLogoFileWith", "tagsHas", "domainsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "shortName", "shortNameNEQ", "shortNameIn", "shortNameNotIn", "shortNameContains", "shortNameHasPrefix", "shortNameHasSuffix", "shortNameIsNil", "shortNameNotNil", "shortNameEqualFold", "shortNameContainsFold", "framework", "frameworkNEQ", "frameworkIn", "frameworkNotIn", "frameworkContains", "frameworkHasPrefix", "frameworkHasSuffix", "frameworkIsNil", "frameworkNotNil", "frameworkEqualFold", "frameworkContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "governingBodyLogoURL", "governingBodyLogoURLNEQ", "governingBodyLogoURLIn", "governingBodyLogoURLNotIn", "governingBodyLogoURLContains", "governingBodyLogoURLHasPrefix", "governingBodyLogoURLHasSuffix", "governingBodyLogoURLIsNil", "governingBodyLogoURLNotNil", "governingBodyLogoURLEqualFold", "governingBodyLogoURLContainsFold", "governingBody", "governingBodyNEQ", "governingBodyIn", "governingBodyNotIn", "governingBodyContains", "governingBodyHasPrefix", "governingBodyHasSuffix", "governingBodyIsNil", "governingBodyNotNil", "governingBodyEqualFold", "governingBodyContainsFold", "link", "linkNEQ", "linkIn", "linkNotIn", "linkContains", "linkHasPrefix", "linkHasSuffix", "linkIsNil", "linkNotNil", "linkEqualFold", "linkContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "isPublic", "isPublicNEQ", "isPublicIsNil", "isPublicNotNil", "freeToUse", "freeToUseNEQ", "freeToUseIsNil", "freeToUseNotNil", "standardType", "standardTypeNEQ", "standardTypeIn", "standardTypeNotIn", "standardTypeContains", "standardTypeHasPrefix", "standardTypeHasSuffix", "standardTypeIsNil", "standardTypeNotNil", "standardTypeEqualFold", "standardTypeContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasControls", "hasControlsWith", "hasTrustCenterCompliances", "hasTrustCenterCompliancesWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasApplicablePlatforms", "hasApplicablePlatformsWith", "hasLogoFile", "hasLogoFileWith", "tagsHas", "domainsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -343710,34 +311321,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -343759,27 +311342,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -343829,27 +311391,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -343920,34 +311461,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344025,34 +311538,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344130,34 +311615,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344235,34 +311692,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344340,34 +311769,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -344473,34 +311874,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344578,34 +311951,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344683,34 +312028,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344774,34 +312091,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.ShortNameNotIn = data - case "shortNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameGT = data - case "shortNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameGTE = data - case "shortNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameLT = data - case "shortNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameLTE = data case "shortNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344879,34 +312168,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.FrameworkNotIn = data - case "frameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkGT = data - case "frameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkGTE = data - case "frameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkLT = data - case "frameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkLTE = data case "frameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -344984,34 +312245,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345089,34 +312322,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.GoverningBodyLogoURLNotIn = data - case "governingBodyLogoURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLGT = data - case "governingBodyLogoURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLGTE = data - case "governingBodyLogoURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLLT = data - case "governingBodyLogoURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLLTE = data case "governingBodyLogoURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345194,34 +312399,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.GoverningBodyNotIn = data - case "governingBodyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyGT = data - case "governingBodyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyGTE = data - case "governingBodyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLT = data - case "governingBodyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLTE = data case "governingBodyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345299,34 +312476,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.LinkNotIn = data - case "linkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkGT = data - case "linkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkGTE = data - case "linkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkLT = data - case "linkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkLTE = data case "linkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345502,34 +312651,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.StandardTypeNotIn = data - case "standardTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeGT = data - case "standardTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeGTE = data - case "standardTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeLT = data - case "standardTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeLTE = data case "standardTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345607,34 +312728,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.VersionNotIn = data - case "versionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGT = data - case "versionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGTE = data - case "versionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLT = data - case "versionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLTE = data case "versionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -345712,34 +312805,6 @@ func (ec *executionContext) unmarshalInputStandardWhereInput(ctx context.Context return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -345944,7 +313009,7 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDGT", "referenceIDGTE", "referenceIDLT", "referenceIDLTE", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDGT", "auditorReferenceIDGTE", "auditorReferenceIDLT", "auditorReferenceIDLTE", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDGT", "responsiblePartyIDGTE", "responsiblePartyIDLT", "responsiblePartyIDLTE", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionGT", "implementationDescriptionGTE", "implementationDescriptionLT", "implementationDescriptionLTE", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationGT", "publicRepresentationGTE", "publicRepresentationLT", "publicRepresentationLTE", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameGT", "sourceNameGTE", "sourceNameLT", "sourceNameLTE", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkGT", "referenceFrameworkGTE", "referenceFrameworkLT", "referenceFrameworkLTE", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionGT", "referenceFrameworkRevisionGTE", "referenceFrameworkRevisionLT", "referenceFrameworkRevisionLTE", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDGT", "controlOwnerIDGTE", "controlOwnerIDLT", "controlOwnerIDLTE", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "subcontrolKindName", "subcontrolKindNameNEQ", "subcontrolKindNameIn", "subcontrolKindNameNotIn", "subcontrolKindNameGT", "subcontrolKindNameGTE", "subcontrolKindNameLT", "subcontrolKindNameLTE", "subcontrolKindNameContains", "subcontrolKindNameHasPrefix", "subcontrolKindNameHasSuffix", "subcontrolKindNameIsNil", "subcontrolKindNameNotNil", "subcontrolKindNameEqualFold", "subcontrolKindNameContainsFold", "subcontrolKindID", "subcontrolKindIDNEQ", "subcontrolKindIDIn", "subcontrolKindIDNotIn", "subcontrolKindIDGT", "subcontrolKindIDGTE", "subcontrolKindIDLT", "subcontrolKindIDLTE", "subcontrolKindIDContains", "subcontrolKindIDHasPrefix", "subcontrolKindIDHasSuffix", "subcontrolKindIDIsNil", "subcontrolKindIDNotNil", "subcontrolKindIDEqualFold", "subcontrolKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeGT", "refCodeGTE", "refCodeLT", "refCodeLTE", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDGT", "controlIDGTE", "controlIDLT", "controlIDLTE", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold", "hasEvidence", "hasEvidenceWith", "hasControlObjectives", "hasControlObjectivesWith", "hasTasks", "hasTasksWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasActionPlans", "hasActionPlansWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasControlOwner", "hasControlOwnerWith", "hasDelegate", "hasDelegateWith", "hasResponsibleParty", "hasResponsiblePartyWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasScans", "hasScansWith", "hasOwner", "hasOwnerWith", "hasSubcontrolKind", "hasSubcontrolKindWith", "hasControl", "hasControlWith", "hasControlImplementations", "hasControlImplementationsWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "tagsHas", "aliasesHas", "mappedCategoriesHas", "controlQuestionsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "subcontrolKindName", "subcontrolKindNameNEQ", "subcontrolKindNameIn", "subcontrolKindNameNotIn", "subcontrolKindNameContains", "subcontrolKindNameHasPrefix", "subcontrolKindNameHasSuffix", "subcontrolKindNameIsNil", "subcontrolKindNameNotNil", "subcontrolKindNameEqualFold", "subcontrolKindNameContainsFold", "subcontrolKindID", "subcontrolKindIDNEQ", "subcontrolKindIDIn", "subcontrolKindIDNotIn", "subcontrolKindIDContains", "subcontrolKindIDHasPrefix", "subcontrolKindIDHasSuffix", "subcontrolKindIDIsNil", "subcontrolKindIDNotNil", "subcontrolKindIDEqualFold", "subcontrolKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold", "hasEvidence", "hasEvidenceWith", "hasControlObjectives", "hasControlObjectivesWith", "hasTasks", "hasTasksWith", "hasNarratives", "hasNarrativesWith", "hasRisks", "hasRisksWith", "hasActionPlans", "hasActionPlansWith", "hasProcedures", "hasProceduresWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasComments", "hasCommentsWith", "hasDiscussions", "hasDiscussionsWith", "hasControlOwner", "hasControlOwnerWith", "hasDelegate", "hasDelegateWith", "hasResponsibleParty", "hasResponsiblePartyWith", "hasReviews", "hasReviewsWith", "hasRemediations", "hasRemediationsWith", "hasScans", "hasScansWith", "hasOwner", "hasOwnerWith", "hasSubcontrolKind", "hasSubcontrolKindWith", "hasControl", "hasControlWith", "hasControlImplementations", "hasControlImplementationsWith", "hasScheduledJobs", "hasScheduledJobsWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "tagsHas", "aliasesHas", "mappedCategoriesHas", "controlQuestionsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -346000,34 +313065,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -346049,27 +313086,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -346119,27 +313135,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -346210,34 +313205,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346315,34 +313282,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346420,34 +313359,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346525,34 +313436,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346616,34 +313499,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346721,34 +313576,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346826,34 +313653,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -346931,34 +313730,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ReferenceIDNotIn = data - case "referenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGT = data - case "referenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGTE = data - case "referenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLT = data - case "referenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLTE = data case "referenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347036,34 +313807,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.AuditorReferenceIDNotIn = data - case "auditorReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGT = data - case "auditorReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGTE = data - case "auditorReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLT = data - case "auditorReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLTE = data case "auditorReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347141,34 +313884,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ResponsiblePartyIDNotIn = data - case "responsiblePartyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGT = data - case "responsiblePartyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGTE = data - case "responsiblePartyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLT = data - case "responsiblePartyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLTE = data case "responsiblePartyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -347330,34 +314045,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ImplementationDescriptionNotIn = data - case "implementationDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGT = data - case "implementationDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGTE = data - case "implementationDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLT = data - case "implementationDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLTE = data case "implementationDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347435,34 +314122,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.PublicRepresentationNotIn = data - case "publicRepresentationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGT = data - case "publicRepresentationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGTE = data - case "publicRepresentationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLT = data - case "publicRepresentationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLTE = data case "publicRepresentationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347582,34 +314241,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.SourceNameNotIn = data - case "sourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGT = data - case "sourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGTE = data - case "sourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLT = data - case "sourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLTE = data case "sourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347687,34 +314318,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ReferenceFrameworkNotIn = data - case "referenceFrameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGT = data - case "referenceFrameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGTE = data - case "referenceFrameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLT = data - case "referenceFrameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLTE = data case "referenceFrameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347792,34 +314395,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ReferenceFrameworkRevisionNotIn = data - case "referenceFrameworkRevisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGT = data - case "referenceFrameworkRevisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGTE = data - case "referenceFrameworkRevisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLT = data - case "referenceFrameworkRevisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLTE = data case "referenceFrameworkRevisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -347897,34 +314472,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348002,34 +314549,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348107,34 +314626,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348212,34 +314703,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ControlOwnerIDNotIn = data - case "controlOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGT = data - case "controlOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGTE = data - case "controlOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLT = data - case "controlOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLTE = data case "controlOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -348317,34 +314780,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -348422,34 +314857,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -348555,34 +314962,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348660,34 +315039,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348765,34 +315116,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.SubcontrolKindNameNotIn = data - case "subcontrolKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameGT = data - case "subcontrolKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameGTE = data - case "subcontrolKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameLT = data - case "subcontrolKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameLTE = data case "subcontrolKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -348870,34 +315193,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.SubcontrolKindIDNotIn = data - case "subcontrolKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDGT = data - case "subcontrolKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDGTE = data - case "subcontrolKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDLT = data - case "subcontrolKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDLTE = data case "subcontrolKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -349003,34 +315298,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.RefCodeNotIn = data - case "refCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGT = data - case "refCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGTE = data - case "refCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLT = data - case "refCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLTE = data case "refCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -349094,34 +315361,6 @@ func (ec *executionContext) unmarshalInputSubcontrolWhereInput(ctx context.Conte return it, err } it.ControlIDNotIn = data - case "controlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGT = data - case "controlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGTE = data - case "controlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLT = data - case "controlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLTE = data case "controlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -349620,7 +315859,7 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasLogoFile", "hasLogoFileWith", "hasTrustCenterSubprocessors", "hasTrustCenterSubprocessorsWith", "hasEntities", "hasEntitiesWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "hasOwner", "hasOwnerWith", "hasLogoFile", "hasLogoFileWith", "hasTrustCenterSubprocessors", "hasTrustCenterSubprocessorsWith", "hasEntities", "hasEntitiesWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -349676,34 +315915,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -349725,27 +315936,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -349795,27 +315985,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -349886,34 +316055,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -349991,34 +316132,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350096,34 +316209,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350201,34 +316286,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -350334,34 +316391,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350439,34 +316468,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350544,34 +316545,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350635,34 +316608,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350740,34 +316685,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -350845,34 +316762,6 @@ func (ec *executionContext) unmarshalInputSubprocessorWhereInput(ctx context.Con return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -351042,7 +316931,7 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "verifiedEmail", "verifiedEmailNEQ", "verifiedPhone", "verifiedPhoneNEQ", "active", "activeNEQ", "unsubscribed", "unsubscribedNEQ", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsIn", "sendAttemptsNotIn", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDGT", "contactIDGTE", "contactIDLT", "contactIDLTE", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasContact", "hasContactWith", "hasUser", "hasUserWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "verifiedEmail", "verifiedEmailNEQ", "verifiedPhone", "verifiedPhoneNEQ", "active", "activeNEQ", "unsubscribed", "unsubscribedNEQ", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "hasOwner", "hasOwnerWith", "hasEvents", "hasEventsWith", "hasTrustCenter", "hasTrustCenterWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasContact", "hasContactWith", "hasUser", "hasUserWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -351098,34 +316987,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -351147,27 +317008,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -351217,27 +317057,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -351308,34 +317127,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -351413,34 +317204,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -351518,34 +317281,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -351623,34 +317358,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -351728,34 +317435,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -351833,34 +317512,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -351924,34 +317575,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -352071,20 +317694,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.SendAttemptsNEQ = data - case "sendAttemptsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsIn = data - case "sendAttemptsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsNotIn = data case "sendAttemptsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -352141,34 +317750,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.ContactIDNotIn = data - case "contactIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGT = data - case "contactIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGTE = data - case "contactIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLT = data - case "contactIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLTE = data case "contactIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -352246,34 +317827,6 @@ func (ec *executionContext) unmarshalInputSubscriberWhereInput(ctx context.Conte return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -352471,7 +318024,7 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemName", "systemNameNEQ", "systemNameIn", "systemNameNotIn", "systemNameGT", "systemNameGTE", "systemNameLT", "systemNameLTE", "systemNameContains", "systemNameHasPrefix", "systemNameHasSuffix", "systemNameEqualFold", "systemNameContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "authorizationBoundary", "authorizationBoundaryNEQ", "authorizationBoundaryIn", "authorizationBoundaryNotIn", "authorizationBoundaryGT", "authorizationBoundaryGTE", "authorizationBoundaryLT", "authorizationBoundaryLTE", "authorizationBoundaryContains", "authorizationBoundaryHasPrefix", "authorizationBoundaryHasSuffix", "authorizationBoundaryIsNil", "authorizationBoundaryNotNil", "authorizationBoundaryEqualFold", "authorizationBoundaryContainsFold", "sensitivityLevel", "sensitivityLevelNEQ", "sensitivityLevelIn", "sensitivityLevelNotIn", "sensitivityLevelIsNil", "sensitivityLevelNotNil", "lastReviewed", "lastReviewedNEQ", "lastReviewedIn", "lastReviewedNotIn", "lastReviewedGT", "lastReviewedGTE", "lastReviewedLT", "lastReviewedLTE", "lastReviewedIsNil", "lastReviewedNotNil", "hasOwner", "hasOwnerWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasEntities", "hasEntitiesWith", "hasAssets", "hasAssetsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemName", "systemNameNEQ", "systemNameIn", "systemNameNotIn", "systemNameContains", "systemNameHasPrefix", "systemNameHasSuffix", "systemNameEqualFold", "systemNameContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "authorizationBoundary", "authorizationBoundaryNEQ", "authorizationBoundaryIn", "authorizationBoundaryNotIn", "authorizationBoundaryContains", "authorizationBoundaryHasPrefix", "authorizationBoundaryHasSuffix", "authorizationBoundaryIsNil", "authorizationBoundaryNotNil", "authorizationBoundaryEqualFold", "authorizationBoundaryContainsFold", "sensitivityLevel", "sensitivityLevelNEQ", "sensitivityLevelIn", "sensitivityLevelNotIn", "sensitivityLevelIsNil", "sensitivityLevelNotNil", "lastReviewed", "lastReviewedGT", "lastReviewedGTE", "lastReviewedLT", "lastReviewedLTE", "lastReviewedIsNil", "lastReviewedNotNil", "hasOwner", "hasOwnerWith", "hasPrograms", "hasProgramsWith", "hasPlatforms", "hasPlatformsWith", "hasEntities", "hasEntitiesWith", "hasAssets", "hasAssetsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -352527,34 +318080,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -352576,27 +318101,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -352646,27 +318150,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -352737,34 +318220,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -352842,34 +318297,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -352947,34 +318374,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353052,34 +318451,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353143,34 +318514,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -353248,34 +318591,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.SystemNameNotIn = data - case "systemNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameGT = data - case "systemNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameGTE = data - case "systemNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameLT = data - case "systemNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameLTE = data case "systemNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353339,34 +318654,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.VersionNotIn = data - case "versionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGT = data - case "versionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGTE = data - case "versionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLT = data - case "versionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLTE = data case "versionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353444,34 +318731,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353549,34 +318808,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.AuthorizationBoundaryNotIn = data - case "authorizationBoundaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryGT = data - case "authorizationBoundaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryGTE = data - case "authorizationBoundaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryLT = data - case "authorizationBoundaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryLTE = data case "authorizationBoundaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -353675,27 +318906,6 @@ func (ec *executionContext) unmarshalInputSystemDetailWhereInput(ctx context.Con return it, err } it.LastReviewed = data - case "lastReviewedNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedNEQ = data - case "lastReviewedIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedIn = data - case "lastReviewedNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedNotIn = data case "lastReviewedGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -353872,7 +319082,7 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "verified", "verifiedNEQ", "totpAllowed", "totpAllowedNEQ", "totpAllowedIsNil", "totpAllowedNotNil", "hasOwner", "hasOwnerWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "verified", "verifiedNEQ", "totpAllowed", "totpAllowedNEQ", "totpAllowedIsNil", "totpAllowedNotNil", "hasOwner", "hasOwnerWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -353928,34 +319138,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -353977,27 +319159,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -354047,27 +319208,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -354138,34 +319278,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -354243,34 +319355,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -354348,34 +319432,6 @@ func (ec *executionContext) unmarshalInputTFASettingWhereInput(ctx context.Conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -354538,7 +319594,7 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugGT", "slugGTE", "slugLT", "slugLTE", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "color", "colorNEQ", "colorIn", "colorNotIn", "colorGT", "colorGTE", "colorLT", "colorLTE", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "hasOwner", "hasOwnerWith", "aliasesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "color", "colorNEQ", "colorIn", "colorNotIn", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "hasOwner", "hasOwnerWith", "aliasesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -354594,34 +319650,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -354643,27 +319671,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -354713,27 +319720,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -354804,34 +319790,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -354909,34 +319867,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355014,34 +319944,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355119,34 +320021,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -355252,34 +320126,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355357,34 +320203,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355462,34 +320280,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355553,34 +320343,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.SlugNotIn = data - case "slugGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGT = data - case "slugGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGTE = data - case "slugLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLT = data - case "slugLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLTE = data case "slugContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355658,34 +320420,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355763,34 +320497,6 @@ func (ec *executionContext) unmarshalInputTagDefinitionWhereInput(ctx context.Co return it, err } it.ColorNotIn = data - case "colorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGT = data - case "colorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGTE = data - case "colorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLT = data - case "colorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLTE = data case "colorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -355918,7 +320624,7 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "taskKindName", "taskKindNameNEQ", "taskKindNameIn", "taskKindNameNotIn", "taskKindNameGT", "taskKindNameGTE", "taskKindNameLT", "taskKindNameLTE", "taskKindNameContains", "taskKindNameHasPrefix", "taskKindNameHasSuffix", "taskKindNameIsNil", "taskKindNameNotNil", "taskKindNameEqualFold", "taskKindNameContainsFold", "taskKindID", "taskKindIDNEQ", "taskKindIDIn", "taskKindIDNotIn", "taskKindIDGT", "taskKindIDGTE", "taskKindIDLT", "taskKindIDLTE", "taskKindIDContains", "taskKindIDHasPrefix", "taskKindIDHasSuffix", "taskKindIDIsNil", "taskKindIDNotNil", "taskKindIDEqualFold", "taskKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "due", "dueNEQ", "dueIn", "dueNotIn", "dueGT", "dueGTE", "dueLT", "dueLTE", "dueIsNil", "dueNotNil", "completed", "completedNEQ", "completedIn", "completedNotIn", "completedGT", "completedGTE", "completedLT", "completedLTE", "completedIsNil", "completedNotNil", "assigneeID", "assigneeIDNEQ", "assigneeIDIn", "assigneeIDNotIn", "assigneeIDGT", "assigneeIDGTE", "assigneeIDLT", "assigneeIDLTE", "assigneeIDContains", "assigneeIDHasPrefix", "assigneeIDHasSuffix", "assigneeIDIsNil", "assigneeIDNotNil", "assigneeIDEqualFold", "assigneeIDContainsFold", "assignerID", "assignerIDNEQ", "assignerIDIn", "assignerIDNotIn", "assignerIDGT", "assignerIDGTE", "assignerIDLT", "assignerIDLTE", "assignerIDContains", "assignerIDHasPrefix", "assignerIDHasSuffix", "assignerIDIsNil", "assignerIDNotNil", "assignerIDEqualFold", "assignerIDContainsFold", "systemGenerated", "systemGeneratedNEQ", "isTemplate", "isTemplateNEQ", "isSuggested", "isSuggestedNEQ", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "sourceKey", "sourceKeyNEQ", "sourceKeyIn", "sourceKeyNotIn", "sourceKeyGT", "sourceKeyGTE", "sourceKeyLT", "sourceKeyLTE", "sourceKeyContains", "sourceKeyHasPrefix", "sourceKeyHasSuffix", "sourceKeyIsNil", "sourceKeyNotNil", "sourceKeyEqualFold", "sourceKeyContainsFold", "idempotencyKey", "idempotencyKeyNEQ", "idempotencyKeyIn", "idempotencyKeyNotIn", "idempotencyKeyGT", "idempotencyKeyGTE", "idempotencyKeyLT", "idempotencyKeyLTE", "idempotencyKeyContains", "idempotencyKeyHasPrefix", "idempotencyKeyHasSuffix", "idempotencyKeyIsNil", "idempotencyKeyNotNil", "idempotencyKeyEqualFold", "idempotencyKeyContainsFold", "parentTaskID", "parentTaskIDNEQ", "parentTaskIDIn", "parentTaskIDNotIn", "parentTaskIDGT", "parentTaskIDGTE", "parentTaskIDLT", "parentTaskIDLTE", "parentTaskIDContains", "parentTaskIDHasPrefix", "parentTaskIDHasSuffix", "parentTaskIDIsNil", "parentTaskIDNotNil", "parentTaskIDEqualFold", "parentTaskIDContainsFold", "hasOwner", "hasOwnerWith", "hasTaskKind", "hasTaskKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAssigner", "hasAssignerWith", "hasAssignee", "hasAssigneeWith", "hasComments", "hasCommentsWith", "hasGroups", "hasGroupsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasPrograms", "hasProgramsWith", "hasRisks", "hasRisksWith", "hasPlatforms", "hasPlatformsWith", "hasScans", "hasScansWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControlImplementations", "hasControlImplementationsWith", "hasActionPlans", "hasActionPlansWith", "hasEvidence", "hasEvidenceWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "hasParent", "hasParentWith", "hasTasks", "hasTasksWith", "tagsHas", "externalReferenceUrlHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "taskKindName", "taskKindNameNEQ", "taskKindNameIn", "taskKindNameNotIn", "taskKindNameContains", "taskKindNameHasPrefix", "taskKindNameHasSuffix", "taskKindNameIsNil", "taskKindNameNotNil", "taskKindNameEqualFold", "taskKindNameContainsFold", "taskKindID", "taskKindIDNEQ", "taskKindIDIn", "taskKindIDNotIn", "taskKindIDContains", "taskKindIDHasPrefix", "taskKindIDHasSuffix", "taskKindIDIsNil", "taskKindIDNotNil", "taskKindIDEqualFold", "taskKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "due", "dueGT", "dueGTE", "dueLT", "dueLTE", "dueIsNil", "dueNotNil", "completed", "completedGT", "completedGTE", "completedLT", "completedLTE", "completedIsNil", "completedNotNil", "assigneeID", "assigneeIDNEQ", "assigneeIDIn", "assigneeIDNotIn", "assigneeIDContains", "assigneeIDHasPrefix", "assigneeIDHasSuffix", "assigneeIDIsNil", "assigneeIDNotNil", "assigneeIDEqualFold", "assigneeIDContainsFold", "assignerID", "assignerIDNEQ", "assignerIDIn", "assignerIDNotIn", "assignerIDContains", "assignerIDHasPrefix", "assignerIDHasSuffix", "assignerIDIsNil", "assignerIDNotNil", "assignerIDEqualFold", "assignerIDContainsFold", "systemGenerated", "systemGeneratedNEQ", "isTemplate", "isTemplateNEQ", "isSuggested", "isSuggestedNEQ", "priority", "priorityNEQ", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "sourceKey", "sourceKeyNEQ", "sourceKeyIn", "sourceKeyNotIn", "sourceKeyContains", "sourceKeyHasPrefix", "sourceKeyHasSuffix", "sourceKeyIsNil", "sourceKeyNotNil", "sourceKeyEqualFold", "sourceKeyContainsFold", "idempotencyKey", "idempotencyKeyNEQ", "idempotencyKeyIn", "idempotencyKeyNotIn", "idempotencyKeyContains", "idempotencyKeyHasPrefix", "idempotencyKeyHasSuffix", "idempotencyKeyIsNil", "idempotencyKeyNotNil", "idempotencyKeyEqualFold", "idempotencyKeyContainsFold", "parentTaskID", "parentTaskIDNEQ", "parentTaskIDIn", "parentTaskIDNotIn", "parentTaskIDContains", "parentTaskIDHasPrefix", "parentTaskIDHasSuffix", "parentTaskIDIsNil", "parentTaskIDNotNil", "parentTaskIDEqualFold", "parentTaskIDContainsFold", "hasOwner", "hasOwnerWith", "hasTaskKind", "hasTaskKindWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasAssigner", "hasAssignerWith", "hasAssignee", "hasAssigneeWith", "hasComments", "hasCommentsWith", "hasGroups", "hasGroupsWith", "hasInternalPolicies", "hasInternalPoliciesWith", "hasProcedures", "hasProceduresWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasControlObjectives", "hasControlObjectivesWith", "hasPrograms", "hasProgramsWith", "hasRisks", "hasRisksWith", "hasPlatforms", "hasPlatformsWith", "hasScans", "hasScansWith", "hasIdentityHolders", "hasIdentityHoldersWith", "hasControlImplementations", "hasControlImplementationsWith", "hasActionPlans", "hasActionPlansWith", "hasEvidence", "hasEvidenceWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "hasVulnerabilities", "hasVulnerabilitiesWith", "hasFindings", "hasFindingsWith", "hasParent", "hasParentWith", "hasTasks", "hasTasksWith", "tagsHas", "externalReferenceUrlHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -355974,34 +320680,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -356023,27 +320701,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -356093,27 +320750,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -356184,34 +320820,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -356289,34 +320897,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -356394,34 +320974,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -356499,34 +321051,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -356590,34 +321114,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -356695,34 +321191,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.TaskKindNameNotIn = data - case "taskKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameGT = data - case "taskKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameGTE = data - case "taskKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameLT = data - case "taskKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameLTE = data case "taskKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -356800,34 +321268,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.TaskKindIDNotIn = data - case "taskKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDGT = data - case "taskKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDGTE = data - case "taskKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDLT = data - case "taskKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDLTE = data case "taskKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -356905,34 +321345,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -357010,34 +321422,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -357115,34 +321499,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -357220,34 +321576,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -357353,34 +321681,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -357458,34 +321758,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -357549,34 +321821,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -357661,27 +321905,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.Due = data - case "dueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueNEQ = data - case "dueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueIn = data - case "dueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueNotIn = data case "dueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -357731,27 +321954,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.Completed = data - case "completedNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedNEQ = data - case "completedIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedIn = data - case "completedNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedNotIn = data case "completedGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -357822,34 +322024,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.AssigneeIDNotIn = data - case "assigneeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDGT = data - case "assigneeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDGTE = data - case "assigneeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDLT = data - case "assigneeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDLTE = data case "assigneeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -357927,34 +322101,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.AssignerIDNotIn = data - case "assignerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDGT = data - case "assignerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDGTE = data - case "assignerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDLT = data - case "assignerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDLTE = data case "assignerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -358060,20 +322206,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.PriorityNEQ = data - case "priorityIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.PriorityIn = data - case "priorityNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.PriorityNotIn = data case "priorityGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -358130,34 +322262,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -358235,34 +322339,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.SourceKeyNotIn = data - case "sourceKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyGT = data - case "sourceKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyGTE = data - case "sourceKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyLT = data - case "sourceKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyLTE = data case "sourceKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -358340,34 +322416,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.IdempotencyKeyNotIn = data - case "idempotencyKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyGT = data - case "idempotencyKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyGTE = data - case "idempotencyKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyLT = data - case "idempotencyKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyLTE = data case "idempotencyKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -358445,34 +322493,6 @@ func (ec *executionContext) unmarshalInputTaskWhereInput(ctx context.Context, ob return it, err } it.ParentTaskIDNotIn = data - case "parentTaskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDGT = data - case "parentTaskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDGTE = data - case "parentTaskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDLT = data - case "parentTaskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDLTE = data case "parentTaskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -358957,7 +322977,7 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "templateType", "templateTypeNEQ", "templateTypeIn", "templateTypeNotIn", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindIsNil", "kindNotNil", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasDocuments", "hasDocumentsWith", "hasFiles", "hasFilesWith", "hasTrustCenter", "hasTrustCenterWith", "hasAssessments", "hasAssessmentsWith", "hasCampaigns", "hasCampaignsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "templateType", "templateTypeNEQ", "templateTypeIn", "templateTypeNotIn", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindIsNil", "kindNotNil", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasOwner", "hasOwnerWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasDocuments", "hasDocumentsWith", "hasFiles", "hasFilesWith", "hasTrustCenter", "hasTrustCenterWith", "hasAssessments", "hasAssessmentsWith", "hasCampaigns", "hasCampaignsWith", "hasIdentityHolders", "hasIdentityHoldersWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -359013,34 +323033,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -359062,27 +323054,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -359132,27 +323103,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -359223,34 +323173,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359328,34 +323250,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359433,34 +323327,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359538,34 +323404,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -359671,34 +323509,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359776,34 +323586,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359881,34 +323663,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -359986,34 +323740,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -360091,34 +323817,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -360196,34 +323894,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -360301,34 +323971,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -360420,34 +324062,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -360567,34 +324181,6 @@ func (ec *executionContext) unmarshalInputTemplateWhereInput(ctx context.Context return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -360834,7 +324420,7 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDEqualFold", "standardIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasStandard", "hasStandardWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDEqualFold", "standardIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasStandard", "hasStandardWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -360890,34 +324476,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -360939,27 +324497,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -361009,27 +324546,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -361100,34 +324616,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -361205,34 +324693,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -361310,34 +324770,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -361415,34 +324847,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -361506,34 +324910,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceWhereInput(ctx co return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -361703,7 +325079,7 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterDocKindName", "trustCenterDocKindNameNEQ", "trustCenterDocKindNameIn", "trustCenterDocKindNameNotIn", "trustCenterDocKindNameGT", "trustCenterDocKindNameGTE", "trustCenterDocKindNameLT", "trustCenterDocKindNameLTE", "trustCenterDocKindNameContains", "trustCenterDocKindNameHasPrefix", "trustCenterDocKindNameHasSuffix", "trustCenterDocKindNameIsNil", "trustCenterDocKindNameNotNil", "trustCenterDocKindNameEqualFold", "trustCenterDocKindNameContainsFold", "trustCenterDocKindID", "trustCenterDocKindIDNEQ", "trustCenterDocKindIDIn", "trustCenterDocKindIDNotIn", "trustCenterDocKindIDGT", "trustCenterDocKindIDGTE", "trustCenterDocKindIDLT", "trustCenterDocKindIDLTE", "trustCenterDocKindIDContains", "trustCenterDocKindIDHasPrefix", "trustCenterDocKindIDHasSuffix", "trustCenterDocKindIDIsNil", "trustCenterDocKindIDNotNil", "trustCenterDocKindIDEqualFold", "trustCenterDocKindIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "originalFileID", "originalFileIDNEQ", "originalFileIDIn", "originalFileIDNotIn", "originalFileIDGT", "originalFileIDGTE", "originalFileIDLT", "originalFileIDLTE", "originalFileIDContains", "originalFileIDHasPrefix", "originalFileIDHasSuffix", "originalFileIDIsNil", "originalFileIDNotNil", "originalFileIDEqualFold", "originalFileIDContainsFold", "watermarkingEnabled", "watermarkingEnabledNEQ", "watermarkingEnabledIsNil", "watermarkingEnabledNotNil", "watermarkStatus", "watermarkStatusNEQ", "watermarkStatusIn", "watermarkStatusNotIn", "watermarkStatusIsNil", "watermarkStatusNotNil", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "visibilityIsNil", "visibilityNotNil", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "hasTrustCenterDocKind", "hasTrustCenterDocKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasStandard", "hasStandardWith", "hasFile", "hasFileWith", "hasOriginalFile", "hasOriginalFileWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterDocKindName", "trustCenterDocKindNameNEQ", "trustCenterDocKindNameIn", "trustCenterDocKindNameNotIn", "trustCenterDocKindNameContains", "trustCenterDocKindNameHasPrefix", "trustCenterDocKindNameHasSuffix", "trustCenterDocKindNameIsNil", "trustCenterDocKindNameNotNil", "trustCenterDocKindNameEqualFold", "trustCenterDocKindNameContainsFold", "trustCenterDocKindID", "trustCenterDocKindIDNEQ", "trustCenterDocKindIDIn", "trustCenterDocKindIDNotIn", "trustCenterDocKindIDContains", "trustCenterDocKindIDHasPrefix", "trustCenterDocKindIDHasSuffix", "trustCenterDocKindIDIsNil", "trustCenterDocKindIDNotNil", "trustCenterDocKindIDEqualFold", "trustCenterDocKindIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "originalFileID", "originalFileIDNEQ", "originalFileIDIn", "originalFileIDNotIn", "originalFileIDContains", "originalFileIDHasPrefix", "originalFileIDHasSuffix", "originalFileIDIsNil", "originalFileIDNotNil", "originalFileIDEqualFold", "originalFileIDContainsFold", "watermarkingEnabled", "watermarkingEnabledNEQ", "watermarkingEnabledIsNil", "watermarkingEnabledNotNil", "watermarkStatus", "watermarkStatusNEQ", "watermarkStatusIn", "watermarkStatusNotIn", "watermarkStatusIsNil", "watermarkStatusNotNil", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "visibilityIsNil", "visibilityNotNil", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "hasTrustCenterDocKind", "hasTrustCenterDocKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasStandard", "hasStandardWith", "hasFile", "hasFileWith", "hasOriginalFile", "hasOriginalFileWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -361759,34 +325135,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -361808,27 +325156,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -361878,27 +325205,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -361969,34 +325275,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -362074,34 +325352,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -362179,34 +325429,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -362284,34 +325506,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.TrustCenterDocKindNameNotIn = data - case "trustCenterDocKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameGT = data - case "trustCenterDocKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameGTE = data - case "trustCenterDocKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameLT = data - case "trustCenterDocKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameLTE = data case "trustCenterDocKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -362389,34 +325583,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.TrustCenterDocKindIDNotIn = data - case "trustCenterDocKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDGT = data - case "trustCenterDocKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDGTE = data - case "trustCenterDocKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDLT = data - case "trustCenterDocKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDLTE = data case "trustCenterDocKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -362494,34 +325660,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -362599,34 +325737,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -362690,34 +325800,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -362795,34 +325877,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.OriginalFileIDNotIn = data - case "originalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDGT = data - case "originalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDGTE = data - case "originalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDLT = data - case "originalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDLTE = data case "originalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -363012,34 +326066,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocWhereInput(ctx context.C return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -363251,7 +326277,7 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasLogoFile", "hasLogoFileWith", "hasTrustCenter", "hasTrustCenterWith", "hasEntityType", "hasEntityTypeWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasLogoFile", "hasLogoFileWith", "hasTrustCenter", "hasTrustCenterWith", "hasEntityType", "hasEntityTypeWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -363307,34 +326333,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -363356,27 +326354,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -363426,27 +326403,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -363517,34 +326473,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -363622,34 +326550,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -363727,34 +326627,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -363832,34 +326704,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -363937,34 +326781,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -364042,34 +326858,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -364147,34 +326935,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityWhereInput(ctx contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -364337,7 +327097,7 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterFaqKindName", "trustCenterFaqKindNameNEQ", "trustCenterFaqKindNameIn", "trustCenterFaqKindNameNotIn", "trustCenterFaqKindNameGT", "trustCenterFaqKindNameGTE", "trustCenterFaqKindNameLT", "trustCenterFaqKindNameLTE", "trustCenterFaqKindNameContains", "trustCenterFaqKindNameHasPrefix", "trustCenterFaqKindNameHasSuffix", "trustCenterFaqKindNameIsNil", "trustCenterFaqKindNameNotNil", "trustCenterFaqKindNameEqualFold", "trustCenterFaqKindNameContainsFold", "trustCenterFaqKindID", "trustCenterFaqKindIDNEQ", "trustCenterFaqKindIDIn", "trustCenterFaqKindIDNotIn", "trustCenterFaqKindIDGT", "trustCenterFaqKindIDGTE", "trustCenterFaqKindIDLT", "trustCenterFaqKindIDLTE", "trustCenterFaqKindIDContains", "trustCenterFaqKindIDHasPrefix", "trustCenterFaqKindIDHasSuffix", "trustCenterFaqKindIDIsNil", "trustCenterFaqKindIDNotNil", "trustCenterFaqKindIDEqualFold", "trustCenterFaqKindIDContainsFold", "noteID", "noteIDNEQ", "noteIDIn", "noteIDNotIn", "noteIDGT", "noteIDGTE", "noteIDLT", "noteIDLTE", "noteIDContains", "noteIDHasPrefix", "noteIDHasSuffix", "noteIDEqualFold", "noteIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "referenceLink", "referenceLinkNEQ", "referenceLinkIn", "referenceLinkNotIn", "referenceLinkGT", "referenceLinkGTE", "referenceLinkLT", "referenceLinkLTE", "referenceLinkContains", "referenceLinkHasPrefix", "referenceLinkHasSuffix", "referenceLinkIsNil", "referenceLinkNotNil", "referenceLinkEqualFold", "referenceLinkContainsFold", "displayOrder", "displayOrderNEQ", "displayOrderIn", "displayOrderNotIn", "displayOrderGT", "displayOrderGTE", "displayOrderLT", "displayOrderLTE", "displayOrderIsNil", "displayOrderNotNil", "hasTrustCenterFaqKind", "hasTrustCenterFaqKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasNote", "hasNoteWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterFaqKindName", "trustCenterFaqKindNameNEQ", "trustCenterFaqKindNameIn", "trustCenterFaqKindNameNotIn", "trustCenterFaqKindNameContains", "trustCenterFaqKindNameHasPrefix", "trustCenterFaqKindNameHasSuffix", "trustCenterFaqKindNameIsNil", "trustCenterFaqKindNameNotNil", "trustCenterFaqKindNameEqualFold", "trustCenterFaqKindNameContainsFold", "trustCenterFaqKindID", "trustCenterFaqKindIDNEQ", "trustCenterFaqKindIDIn", "trustCenterFaqKindIDNotIn", "trustCenterFaqKindIDContains", "trustCenterFaqKindIDHasPrefix", "trustCenterFaqKindIDHasSuffix", "trustCenterFaqKindIDIsNil", "trustCenterFaqKindIDNotNil", "trustCenterFaqKindIDEqualFold", "trustCenterFaqKindIDContainsFold", "noteID", "noteIDNEQ", "noteIDIn", "noteIDNotIn", "noteIDContains", "noteIDHasPrefix", "noteIDHasSuffix", "noteIDEqualFold", "noteIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "referenceLink", "referenceLinkNEQ", "referenceLinkIn", "referenceLinkNotIn", "referenceLinkContains", "referenceLinkHasPrefix", "referenceLinkHasSuffix", "referenceLinkIsNil", "referenceLinkNotNil", "referenceLinkEqualFold", "referenceLinkContainsFold", "displayOrder", "displayOrderNEQ", "displayOrderGT", "displayOrderGTE", "displayOrderLT", "displayOrderLTE", "displayOrderIsNil", "displayOrderNotNil", "hasTrustCenterFaqKind", "hasTrustCenterFaqKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasNote", "hasNoteWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -364393,34 +327153,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -364442,27 +327174,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -364512,27 +327223,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -364603,34 +327293,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -364708,34 +327370,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -364813,34 +327447,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -364918,34 +327524,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.TrustCenterFaqKindNameNotIn = data - case "trustCenterFaqKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameGT = data - case "trustCenterFaqKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameGTE = data - case "trustCenterFaqKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameLT = data - case "trustCenterFaqKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameLTE = data case "trustCenterFaqKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -365023,34 +327601,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.TrustCenterFaqKindIDNotIn = data - case "trustCenterFaqKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDGT = data - case "trustCenterFaqKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDGTE = data - case "trustCenterFaqKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDLT = data - case "trustCenterFaqKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDLTE = data case "trustCenterFaqKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -365128,34 +327678,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.NoteIDNotIn = data - case "noteIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDGT = data - case "noteIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDGTE = data - case "noteIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDLT = data - case "noteIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDLTE = data case "noteIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -365219,34 +327741,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -365324,34 +327818,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.ReferenceLinkNotIn = data - case "referenceLinkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkGT = data - case "referenceLinkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkGTE = data - case "referenceLinkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkLT = data - case "referenceLinkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkLTE = data case "referenceLinkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -365415,20 +327881,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQWhereInput(ctx context.C return it, err } it.DisplayOrderNEQ = data - case "displayOrderIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DisplayOrderIn = data - case "displayOrderNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DisplayOrderNotIn = data case "displayOrderGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -365598,7 +328050,7 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameGT", "firstNameGTE", "firstNameLT", "firstNameLTE", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameGT", "lastNameGTE", "lastNameLT", "lastNameLTE", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameEqualFold", "lastNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameGT", "companyNameGTE", "companyNameLT", "companyNameLTE", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "reason", "reasonNEQ", "reasonIn", "reasonNotIn", "reasonGT", "reasonGTE", "reasonLT", "reasonLTE", "reasonContains", "reasonHasPrefix", "reasonHasSuffix", "reasonIsNil", "reasonNotNil", "reasonEqualFold", "reasonContainsFold", "accessLevel", "accessLevelNEQ", "accessLevelIn", "accessLevelNotIn", "accessLevelIsNil", "accessLevelNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedAt", "approvedAtNEQ", "approvedAtIn", "approvedAtNotIn", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "approvedByUserID", "approvedByUserIDNEQ", "approvedByUserIDIn", "approvedByUserIDNotIn", "approvedByUserIDGT", "approvedByUserIDGTE", "approvedByUserIDLT", "approvedByUserIDLTE", "approvedByUserIDContains", "approvedByUserIDHasPrefix", "approvedByUserIDHasSuffix", "approvedByUserIDIsNil", "approvedByUserIDNotNil", "approvedByUserIDEqualFold", "approvedByUserIDContainsFold", "signedAt", "signedAtNEQ", "signedAtIn", "signedAtNotIn", "signedAtGT", "signedAtGTE", "signedAtLT", "signedAtLTE", "signedAtIsNil", "signedAtNotNil", "documentDataID", "documentDataIDNEQ", "documentDataIDIn", "documentDataIDNotIn", "documentDataIDGT", "documentDataIDGTE", "documentDataIDLT", "documentDataIDLTE", "documentDataIDContains", "documentDataIDHasPrefix", "documentDataIDHasSuffix", "documentDataIDIsNil", "documentDataIDNotNil", "documentDataIDEqualFold", "documentDataIDContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasDocument", "hasDocumentWith", "hasFile", "hasFileWith", "hasApprovedByUser", "hasApprovedByUserWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameEqualFold", "lastNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "reason", "reasonNEQ", "reasonIn", "reasonNotIn", "reasonContains", "reasonHasPrefix", "reasonHasSuffix", "reasonIsNil", "reasonNotNil", "reasonEqualFold", "reasonContainsFold", "accessLevel", "accessLevelNEQ", "accessLevelIn", "accessLevelNotIn", "accessLevelIsNil", "accessLevelNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedAt", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "approvedByUserID", "approvedByUserIDNEQ", "approvedByUserIDIn", "approvedByUserIDNotIn", "approvedByUserIDContains", "approvedByUserIDHasPrefix", "approvedByUserIDHasSuffix", "approvedByUserIDIsNil", "approvedByUserIDNotNil", "approvedByUserIDEqualFold", "approvedByUserIDContainsFold", "signedAt", "signedAtGT", "signedAtGTE", "signedAtLT", "signedAtLTE", "signedAtIsNil", "signedAtNotNil", "documentDataID", "documentDataIDNEQ", "documentDataIDIn", "documentDataIDNotIn", "documentDataIDContains", "documentDataIDHasPrefix", "documentDataIDHasSuffix", "documentDataIDIsNil", "documentDataIDNotNil", "documentDataIDEqualFold", "documentDataIDContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasDocument", "hasDocumentWith", "hasFile", "hasFileWith", "hasApprovedByUser", "hasApprovedByUserWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -365654,34 +328106,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -365703,27 +328127,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -365773,27 +328176,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -365864,34 +328246,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -365969,34 +328323,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366074,34 +328400,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366179,34 +328477,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -366284,34 +328554,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.FirstNameNotIn = data - case "firstNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGT = data - case "firstNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGTE = data - case "firstNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLT = data - case "firstNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLTE = data case "firstNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366375,34 +328617,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.LastNameNotIn = data - case "lastNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGT = data - case "lastNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGTE = data - case "lastNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLT = data - case "lastNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLTE = data case "lastNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366466,34 +328680,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366557,34 +328743,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.CompanyNameNotIn = data - case "companyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGT = data - case "companyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGTE = data - case "companyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLT = data - case "companyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLTE = data case "companyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366662,34 +328820,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.ReasonNotIn = data - case "reasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonGT = data - case "reasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonGTE = data - case "reasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonLT = data - case "reasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonLTE = data case "reasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -366830,27 +328960,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.ApprovedAt = data - case "approvedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNEQ = data - case "approvedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtIn = data - case "approvedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNotIn = data case "approvedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -366921,34 +329030,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.ApprovedByUserIDNotIn = data - case "approvedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDGT = data - case "approvedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDGTE = data - case "approvedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDLT = data - case "approvedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDLTE = data case "approvedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -367005,27 +329086,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.SignedAt = data - case "signedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SignedAtNEQ = data - case "signedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SignedAtIn = data - case "signedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SignedAtNotIn = data case "signedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -367096,34 +329156,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.DocumentDataIDNotIn = data - case "documentDataIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDGT = data - case "documentDataIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDGTE = data - case "documentDataIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDLT = data - case "documentDataIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDLTE = data case "documentDataIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -367201,34 +329233,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestWhereInput(ctx co return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -367481,7 +329485,7 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameGT", "companyNameGTE", "companyNameLT", "companyNameLTE", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "companyDescription", "companyDescriptionNEQ", "companyDescriptionIn", "companyDescriptionNotIn", "companyDescriptionGT", "companyDescriptionGTE", "companyDescriptionLT", "companyDescriptionLTE", "companyDescriptionContains", "companyDescriptionHasPrefix", "companyDescriptionHasSuffix", "companyDescriptionIsNil", "companyDescriptionNotNil", "companyDescriptionEqualFold", "companyDescriptionContainsFold", "overview", "overviewNEQ", "overviewIn", "overviewNotIn", "overviewGT", "overviewGTE", "overviewLT", "overviewLTE", "overviewContains", "overviewHasPrefix", "overviewHasSuffix", "overviewIsNil", "overviewNotNil", "overviewEqualFold", "overviewContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoLocalFileID", "logoLocalFileIDNEQ", "logoLocalFileIDIn", "logoLocalFileIDNotIn", "logoLocalFileIDGT", "logoLocalFileIDGTE", "logoLocalFileIDLT", "logoLocalFileIDLTE", "logoLocalFileIDContains", "logoLocalFileIDHasPrefix", "logoLocalFileIDHasSuffix", "logoLocalFileIDIsNil", "logoLocalFileIDNotNil", "logoLocalFileIDEqualFold", "logoLocalFileIDContainsFold", "faviconRemoteURL", "faviconRemoteURLNEQ", "faviconRemoteURLIn", "faviconRemoteURLNotIn", "faviconRemoteURLGT", "faviconRemoteURLGTE", "faviconRemoteURLLT", "faviconRemoteURLLTE", "faviconRemoteURLContains", "faviconRemoteURLHasPrefix", "faviconRemoteURLHasSuffix", "faviconRemoteURLIsNil", "faviconRemoteURLNotNil", "faviconRemoteURLEqualFold", "faviconRemoteURLContainsFold", "faviconLocalFileID", "faviconLocalFileIDNEQ", "faviconLocalFileIDIn", "faviconLocalFileIDNotIn", "faviconLocalFileIDGT", "faviconLocalFileIDGTE", "faviconLocalFileIDLT", "faviconLocalFileIDLTE", "faviconLocalFileIDContains", "faviconLocalFileIDHasPrefix", "faviconLocalFileIDHasSuffix", "faviconLocalFileIDIsNil", "faviconLocalFileIDNotNil", "faviconLocalFileIDEqualFold", "faviconLocalFileIDContainsFold", "heroImageLocalFileID", "heroImageLocalFileIDNEQ", "heroImageLocalFileIDIn", "heroImageLocalFileIDNotIn", "heroImageLocalFileIDGT", "heroImageLocalFileIDGTE", "heroImageLocalFileIDLT", "heroImageLocalFileIDLTE", "heroImageLocalFileIDContains", "heroImageLocalFileIDHasPrefix", "heroImageLocalFileIDHasSuffix", "heroImageLocalFileIDIsNil", "heroImageLocalFileIDNotNil", "heroImageLocalFileIDEqualFold", "heroImageLocalFileIDContainsFold", "themeMode", "themeModeNEQ", "themeModeIn", "themeModeNotIn", "themeModeIsNil", "themeModeNotNil", "primaryColor", "primaryColorNEQ", "primaryColorIn", "primaryColorNotIn", "primaryColorGT", "primaryColorGTE", "primaryColorLT", "primaryColorLTE", "primaryColorContains", "primaryColorHasPrefix", "primaryColorHasSuffix", "primaryColorIsNil", "primaryColorNotNil", "primaryColorEqualFold", "primaryColorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontGT", "fontGTE", "fontLT", "fontLTE", "fontContains", "fontHasPrefix", "fontHasSuffix", "fontIsNil", "fontNotNil", "fontEqualFold", "fontContainsFold", "foregroundColor", "foregroundColorNEQ", "foregroundColorIn", "foregroundColorNotIn", "foregroundColorGT", "foregroundColorGTE", "foregroundColorLT", "foregroundColorLTE", "foregroundColorContains", "foregroundColorHasPrefix", "foregroundColorHasSuffix", "foregroundColorIsNil", "foregroundColorNotNil", "foregroundColorEqualFold", "foregroundColorContainsFold", "backgroundColor", "backgroundColorNEQ", "backgroundColorIn", "backgroundColorNotIn", "backgroundColorGT", "backgroundColorGTE", "backgroundColorLT", "backgroundColorLTE", "backgroundColorContains", "backgroundColorHasPrefix", "backgroundColorHasSuffix", "backgroundColorIsNil", "backgroundColorNotNil", "backgroundColorEqualFold", "backgroundColorContainsFold", "accentColor", "accentColorNEQ", "accentColorIn", "accentColorNotIn", "accentColorGT", "accentColorGTE", "accentColorLT", "accentColorLTE", "accentColorContains", "accentColorHasPrefix", "accentColorHasSuffix", "accentColorIsNil", "accentColorNotNil", "accentColorEqualFold", "accentColorContainsFold", "secondaryBackgroundColor", "secondaryBackgroundColorNEQ", "secondaryBackgroundColorIn", "secondaryBackgroundColorNotIn", "secondaryBackgroundColorGT", "secondaryBackgroundColorGTE", "secondaryBackgroundColorLT", "secondaryBackgroundColorLTE", "secondaryBackgroundColorContains", "secondaryBackgroundColorHasPrefix", "secondaryBackgroundColorHasSuffix", "secondaryBackgroundColorIsNil", "secondaryBackgroundColorNotNil", "secondaryBackgroundColorEqualFold", "secondaryBackgroundColorContainsFold", "secondaryForegroundColor", "secondaryForegroundColorNEQ", "secondaryForegroundColorIn", "secondaryForegroundColorNotIn", "secondaryForegroundColorGT", "secondaryForegroundColorGTE", "secondaryForegroundColorLT", "secondaryForegroundColorLTE", "secondaryForegroundColorContains", "secondaryForegroundColorHasPrefix", "secondaryForegroundColorHasSuffix", "secondaryForegroundColorIsNil", "secondaryForegroundColorNotNil", "secondaryForegroundColorEqualFold", "secondaryForegroundColorContainsFold", "environment", "environmentNEQ", "environmentIn", "environmentNotIn", "environmentIsNil", "environmentNotNil", "removeBranding", "removeBrandingNEQ", "removeBrandingIsNil", "removeBrandingNotNil", "companyDomain", "companyDomainNEQ", "companyDomainIn", "companyDomainNotIn", "companyDomainGT", "companyDomainGTE", "companyDomainLT", "companyDomainLTE", "companyDomainContains", "companyDomainHasPrefix", "companyDomainHasSuffix", "companyDomainIsNil", "companyDomainNotNil", "companyDomainEqualFold", "companyDomainContainsFold", "securityContact", "securityContactNEQ", "securityContactIn", "securityContactNotIn", "securityContactGT", "securityContactGTE", "securityContactLT", "securityContactLTE", "securityContactContains", "securityContactHasPrefix", "securityContactHasSuffix", "securityContactIsNil", "securityContactNotNil", "securityContactEqualFold", "securityContactContainsFold", "ndaApprovalRequired", "ndaApprovalRequiredNEQ", "ndaApprovalRequiredIsNil", "ndaApprovalRequiredNotNil", "allowSubscribers", "allowSubscribersNEQ", "allowSubscribersIsNil", "allowSubscribersNotNil", "notifySubscribersOnSubprocessorChange", "notifySubscribersOnSubprocessorChangeNEQ", "notifySubscribersOnSubprocessorChangeIsNil", "notifySubscribersOnSubprocessorChangeNotNil", "subprocessorsNotifiedAt", "subprocessorsNotifiedAtNEQ", "subprocessorsNotifiedAtIn", "subprocessorsNotifiedAtNotIn", "subprocessorsNotifiedAtGT", "subprocessorsNotifiedAtGTE", "subprocessorsNotifiedAtLT", "subprocessorsNotifiedAtLTE", "subprocessorsNotifiedAtIsNil", "subprocessorsNotifiedAtNotNil", "ndaApproverGroupID", "ndaApproverGroupIDNEQ", "ndaApproverGroupIDIn", "ndaApproverGroupIDNotIn", "ndaApproverGroupIDGT", "ndaApproverGroupIDGTE", "ndaApproverGroupIDLT", "ndaApproverGroupIDLTE", "ndaApproverGroupIDContains", "ndaApproverGroupIDHasPrefix", "ndaApproverGroupIDHasSuffix", "ndaApproverGroupIDIsNil", "ndaApproverGroupIDNotNil", "ndaApproverGroupIDEqualFold", "ndaApproverGroupIDContainsFold", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLGT", "statusPageURLGTE", "statusPageURLLT", "statusPageURLLTE", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasLogoFile", "hasLogoFileWith", "hasFaviconFile", "hasFaviconFileWith", "hasHeroImageFile", "hasHeroImageFileWith", "hasNdaApproverGroup", "hasNdaApproverGroupWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "companyDescription", "companyDescriptionNEQ", "companyDescriptionIn", "companyDescriptionNotIn", "companyDescriptionContains", "companyDescriptionHasPrefix", "companyDescriptionHasSuffix", "companyDescriptionIsNil", "companyDescriptionNotNil", "companyDescriptionEqualFold", "companyDescriptionContainsFold", "overview", "overviewNEQ", "overviewIn", "overviewNotIn", "overviewContains", "overviewHasPrefix", "overviewHasSuffix", "overviewIsNil", "overviewNotNil", "overviewEqualFold", "overviewContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoLocalFileID", "logoLocalFileIDNEQ", "logoLocalFileIDIn", "logoLocalFileIDNotIn", "logoLocalFileIDContains", "logoLocalFileIDHasPrefix", "logoLocalFileIDHasSuffix", "logoLocalFileIDIsNil", "logoLocalFileIDNotNil", "logoLocalFileIDEqualFold", "logoLocalFileIDContainsFold", "faviconRemoteURL", "faviconRemoteURLNEQ", "faviconRemoteURLIn", "faviconRemoteURLNotIn", "faviconRemoteURLContains", "faviconRemoteURLHasPrefix", "faviconRemoteURLHasSuffix", "faviconRemoteURLIsNil", "faviconRemoteURLNotNil", "faviconRemoteURLEqualFold", "faviconRemoteURLContainsFold", "faviconLocalFileID", "faviconLocalFileIDNEQ", "faviconLocalFileIDIn", "faviconLocalFileIDNotIn", "faviconLocalFileIDContains", "faviconLocalFileIDHasPrefix", "faviconLocalFileIDHasSuffix", "faviconLocalFileIDIsNil", "faviconLocalFileIDNotNil", "faviconLocalFileIDEqualFold", "faviconLocalFileIDContainsFold", "heroImageLocalFileID", "heroImageLocalFileIDNEQ", "heroImageLocalFileIDIn", "heroImageLocalFileIDNotIn", "heroImageLocalFileIDContains", "heroImageLocalFileIDHasPrefix", "heroImageLocalFileIDHasSuffix", "heroImageLocalFileIDIsNil", "heroImageLocalFileIDNotNil", "heroImageLocalFileIDEqualFold", "heroImageLocalFileIDContainsFold", "themeMode", "themeModeNEQ", "themeModeIn", "themeModeNotIn", "themeModeIsNil", "themeModeNotNil", "primaryColor", "primaryColorNEQ", "primaryColorIn", "primaryColorNotIn", "primaryColorContains", "primaryColorHasPrefix", "primaryColorHasSuffix", "primaryColorIsNil", "primaryColorNotNil", "primaryColorEqualFold", "primaryColorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontContains", "fontHasPrefix", "fontHasSuffix", "fontIsNil", "fontNotNil", "fontEqualFold", "fontContainsFold", "foregroundColor", "foregroundColorNEQ", "foregroundColorIn", "foregroundColorNotIn", "foregroundColorContains", "foregroundColorHasPrefix", "foregroundColorHasSuffix", "foregroundColorIsNil", "foregroundColorNotNil", "foregroundColorEqualFold", "foregroundColorContainsFold", "backgroundColor", "backgroundColorNEQ", "backgroundColorIn", "backgroundColorNotIn", "backgroundColorContains", "backgroundColorHasPrefix", "backgroundColorHasSuffix", "backgroundColorIsNil", "backgroundColorNotNil", "backgroundColorEqualFold", "backgroundColorContainsFold", "accentColor", "accentColorNEQ", "accentColorIn", "accentColorNotIn", "accentColorContains", "accentColorHasPrefix", "accentColorHasSuffix", "accentColorIsNil", "accentColorNotNil", "accentColorEqualFold", "accentColorContainsFold", "secondaryBackgroundColor", "secondaryBackgroundColorNEQ", "secondaryBackgroundColorIn", "secondaryBackgroundColorNotIn", "secondaryBackgroundColorContains", "secondaryBackgroundColorHasPrefix", "secondaryBackgroundColorHasSuffix", "secondaryBackgroundColorIsNil", "secondaryBackgroundColorNotNil", "secondaryBackgroundColorEqualFold", "secondaryBackgroundColorContainsFold", "secondaryForegroundColor", "secondaryForegroundColorNEQ", "secondaryForegroundColorIn", "secondaryForegroundColorNotIn", "secondaryForegroundColorContains", "secondaryForegroundColorHasPrefix", "secondaryForegroundColorHasSuffix", "secondaryForegroundColorIsNil", "secondaryForegroundColorNotNil", "secondaryForegroundColorEqualFold", "secondaryForegroundColorContainsFold", "environment", "environmentNEQ", "environmentIn", "environmentNotIn", "environmentIsNil", "environmentNotNil", "removeBranding", "removeBrandingNEQ", "removeBrandingIsNil", "removeBrandingNotNil", "companyDomain", "companyDomainNEQ", "companyDomainIn", "companyDomainNotIn", "companyDomainContains", "companyDomainHasPrefix", "companyDomainHasSuffix", "companyDomainIsNil", "companyDomainNotNil", "companyDomainEqualFold", "companyDomainContainsFold", "securityContact", "securityContactNEQ", "securityContactIn", "securityContactNotIn", "securityContactContains", "securityContactHasPrefix", "securityContactHasSuffix", "securityContactIsNil", "securityContactNotNil", "securityContactEqualFold", "securityContactContainsFold", "ndaApprovalRequired", "ndaApprovalRequiredNEQ", "ndaApprovalRequiredIsNil", "ndaApprovalRequiredNotNil", "allowSubscribers", "allowSubscribersNEQ", "allowSubscribersIsNil", "allowSubscribersNotNil", "notifySubscribersOnSubprocessorChange", "notifySubscribersOnSubprocessorChangeNEQ", "notifySubscribersOnSubprocessorChangeIsNil", "notifySubscribersOnSubprocessorChangeNotNil", "subprocessorsNotifiedAt", "subprocessorsNotifiedAtGT", "subprocessorsNotifiedAtGTE", "subprocessorsNotifiedAtLT", "subprocessorsNotifiedAtLTE", "subprocessorsNotifiedAtIsNil", "subprocessorsNotifiedAtNotNil", "ndaApproverGroupID", "ndaApproverGroupIDNEQ", "ndaApproverGroupIDIn", "ndaApproverGroupIDNotIn", "ndaApproverGroupIDContains", "ndaApproverGroupIDHasPrefix", "ndaApproverGroupIDHasSuffix", "ndaApproverGroupIDIsNil", "ndaApproverGroupIDNotNil", "ndaApproverGroupIDEqualFold", "ndaApproverGroupIDContainsFold", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasLogoFile", "hasLogoFileWith", "hasFaviconFile", "hasFaviconFileWith", "hasHeroImageFile", "hasHeroImageFileWith", "hasNdaApproverGroup", "hasNdaApproverGroupWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -367537,34 +329541,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -367586,27 +329562,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -367656,27 +329611,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -367747,34 +329681,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -367852,34 +329758,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -367957,34 +329835,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368062,34 +329912,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368167,34 +329989,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368272,34 +330066,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.CompanyNameNotIn = data - case "companyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGT = data - case "companyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGTE = data - case "companyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLT = data - case "companyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLTE = data case "companyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368377,34 +330143,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.CompanyDescriptionNotIn = data - case "companyDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionGT = data - case "companyDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionGTE = data - case "companyDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionLT = data - case "companyDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionLTE = data case "companyDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368482,34 +330220,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.OverviewNotIn = data - case "overviewGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewGT = data - case "overviewGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewGTE = data - case "overviewLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewLT = data - case "overviewLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewLTE = data case "overviewContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368587,34 +330297,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368692,34 +330374,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.LogoLocalFileIDNotIn = data - case "logoLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDGT = data - case "logoLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDGTE = data - case "logoLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDLT = data - case "logoLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDLTE = data case "logoLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -368797,34 +330451,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.FaviconRemoteURLNotIn = data - case "faviconRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLGT = data - case "faviconRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLGTE = data - case "faviconRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLLT = data - case "faviconRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLLTE = data case "faviconRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -368902,34 +330528,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.FaviconLocalFileIDNotIn = data - case "faviconLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDGT = data - case "faviconLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDGTE = data - case "faviconLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDLT = data - case "faviconLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDLTE = data case "faviconLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -369007,34 +330605,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.HeroImageLocalFileIDNotIn = data - case "heroImageLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDGT = data - case "heroImageLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDGTE = data - case "heroImageLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDLT = data - case "heroImageLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDLTE = data case "heroImageLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -369154,34 +330724,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.PrimaryColorNotIn = data - case "primaryColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorGT = data - case "primaryColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorGTE = data - case "primaryColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorLT = data - case "primaryColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorLTE = data case "primaryColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369259,34 +330801,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.FontNotIn = data - case "fontGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontGT = data - case "fontGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontGTE = data - case "fontLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontLT = data - case "fontLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontLTE = data case "fontContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369364,34 +330878,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.ForegroundColorNotIn = data - case "foregroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorGT = data - case "foregroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorGTE = data - case "foregroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorLT = data - case "foregroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorLTE = data case "foregroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369469,34 +330955,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.BackgroundColorNotIn = data - case "backgroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorGT = data - case "backgroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorGTE = data - case "backgroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorLT = data - case "backgroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorLTE = data case "backgroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369574,34 +331032,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.AccentColorNotIn = data - case "accentColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorGT = data - case "accentColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorGTE = data - case "accentColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorLT = data - case "accentColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorLTE = data case "accentColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369679,34 +331109,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.SecondaryBackgroundColorNotIn = data - case "secondaryBackgroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorGT = data - case "secondaryBackgroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorGTE = data - case "secondaryBackgroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorLT = data - case "secondaryBackgroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorLTE = data case "secondaryBackgroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369784,34 +331186,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.SecondaryForegroundColorNotIn = data - case "secondaryForegroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorGT = data - case "secondaryForegroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorGTE = data - case "secondaryForegroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorLT = data - case "secondaryForegroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorLTE = data case "secondaryForegroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -369959,34 +331333,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.CompanyDomainNotIn = data - case "companyDomainGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainGT = data - case "companyDomainGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainGTE = data - case "companyDomainLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainLT = data - case "companyDomainLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainLTE = data case "companyDomainContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -370064,34 +331410,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.SecurityContactNotIn = data - case "securityContactGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactGT = data - case "securityContactGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactGTE = data - case "securityContactLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactLT = data - case "securityContactLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactLTE = data case "securityContactContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -370232,27 +331550,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.SubprocessorsNotifiedAt = data - case "subprocessorsNotifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtNEQ = data - case "subprocessorsNotifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtIn = data - case "subprocessorsNotifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtNotIn = data case "subprocessorsNotifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -370323,34 +331620,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.NdaApproverGroupIDNotIn = data - case "ndaApproverGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDGT = data - case "ndaApproverGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDGTE = data - case "ndaApproverGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDLT = data - case "ndaApproverGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDLTE = data case "ndaApproverGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -370428,34 +331697,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingWhereInput(ctx conte return it, err } it.StatusPageURLNotIn = data - case "statusPageURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGT = data - case "statusPageURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGTE = data - case "statusPageURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLT = data - case "statusPageURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLTE = data case "statusPageURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -370646,7 +331887,7 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterSubprocessorKindName", "trustCenterSubprocessorKindNameNEQ", "trustCenterSubprocessorKindNameIn", "trustCenterSubprocessorKindNameNotIn", "trustCenterSubprocessorKindNameGT", "trustCenterSubprocessorKindNameGTE", "trustCenterSubprocessorKindNameLT", "trustCenterSubprocessorKindNameLTE", "trustCenterSubprocessorKindNameContains", "trustCenterSubprocessorKindNameHasPrefix", "trustCenterSubprocessorKindNameHasSuffix", "trustCenterSubprocessorKindNameIsNil", "trustCenterSubprocessorKindNameNotNil", "trustCenterSubprocessorKindNameEqualFold", "trustCenterSubprocessorKindNameContainsFold", "trustCenterSubprocessorKindID", "trustCenterSubprocessorKindIDNEQ", "trustCenterSubprocessorKindIDIn", "trustCenterSubprocessorKindIDNotIn", "trustCenterSubprocessorKindIDGT", "trustCenterSubprocessorKindIDGTE", "trustCenterSubprocessorKindIDLT", "trustCenterSubprocessorKindIDLTE", "trustCenterSubprocessorKindIDContains", "trustCenterSubprocessorKindIDHasPrefix", "trustCenterSubprocessorKindIDHasSuffix", "trustCenterSubprocessorKindIDIsNil", "trustCenterSubprocessorKindIDNotNil", "trustCenterSubprocessorKindIDEqualFold", "trustCenterSubprocessorKindIDContainsFold", "subprocessorID", "subprocessorIDNEQ", "subprocessorIDIn", "subprocessorIDNotIn", "subprocessorIDGT", "subprocessorIDGTE", "subprocessorIDLT", "subprocessorIDLTE", "subprocessorIDContains", "subprocessorIDHasPrefix", "subprocessorIDHasSuffix", "subprocessorIDEqualFold", "subprocessorIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasTrustCenterSubprocessorKind", "hasTrustCenterSubprocessorKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasSubprocessor", "hasSubprocessorWith", "countriesHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterSubprocessorKindName", "trustCenterSubprocessorKindNameNEQ", "trustCenterSubprocessorKindNameIn", "trustCenterSubprocessorKindNameNotIn", "trustCenterSubprocessorKindNameContains", "trustCenterSubprocessorKindNameHasPrefix", "trustCenterSubprocessorKindNameHasSuffix", "trustCenterSubprocessorKindNameIsNil", "trustCenterSubprocessorKindNameNotNil", "trustCenterSubprocessorKindNameEqualFold", "trustCenterSubprocessorKindNameContainsFold", "trustCenterSubprocessorKindID", "trustCenterSubprocessorKindIDNEQ", "trustCenterSubprocessorKindIDIn", "trustCenterSubprocessorKindIDNotIn", "trustCenterSubprocessorKindIDContains", "trustCenterSubprocessorKindIDHasPrefix", "trustCenterSubprocessorKindIDHasSuffix", "trustCenterSubprocessorKindIDIsNil", "trustCenterSubprocessorKindIDNotNil", "trustCenterSubprocessorKindIDEqualFold", "trustCenterSubprocessorKindIDContainsFold", "subprocessorID", "subprocessorIDNEQ", "subprocessorIDIn", "subprocessorIDNotIn", "subprocessorIDContains", "subprocessorIDHasPrefix", "subprocessorIDHasSuffix", "subprocessorIDEqualFold", "subprocessorIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "hasTrustCenterSubprocessorKind", "hasTrustCenterSubprocessorKindWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasSubprocessor", "hasSubprocessorWith", "countriesHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -370702,34 +331943,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -370751,27 +331964,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -370821,27 +332013,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -370912,34 +332083,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -371017,34 +332160,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -371122,34 +332237,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -371227,34 +332314,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.TrustCenterSubprocessorKindNameNotIn = data - case "trustCenterSubprocessorKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameGT = data - case "trustCenterSubprocessorKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameGTE = data - case "trustCenterSubprocessorKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameLT = data - case "trustCenterSubprocessorKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameLTE = data case "trustCenterSubprocessorKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -371332,34 +332391,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.TrustCenterSubprocessorKindIDNotIn = data - case "trustCenterSubprocessorKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDGT = data - case "trustCenterSubprocessorKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDGTE = data - case "trustCenterSubprocessorKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDLT = data - case "trustCenterSubprocessorKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDLTE = data case "trustCenterSubprocessorKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -371437,34 +332468,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.SubprocessorIDNotIn = data - case "subprocessorIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDGT = data - case "subprocessorIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDGTE = data - case "subprocessorIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDLT = data - case "subprocessorIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDLTE = data case "subprocessorIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -371528,34 +332531,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorWhereInput(ctx return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -371739,7 +332714,7 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "isEnabled", "isEnabledNEQ", "isEnabledIsNil", "isEnabledNotNil", "logoID", "logoIDNEQ", "logoIDIn", "logoIDNotIn", "logoIDGT", "logoIDGTE", "logoIDLT", "logoIDLTE", "logoIDContains", "logoIDHasPrefix", "logoIDHasSuffix", "logoIDIsNil", "logoIDNotNil", "logoIDEqualFold", "logoIDContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textGT", "textGTE", "textLT", "textLTE", "textContains", "textHasPrefix", "textHasSuffix", "textIsNil", "textNotNil", "textEqualFold", "textContainsFold", "fontSize", "fontSizeNEQ", "fontSizeIn", "fontSizeNotIn", "fontSizeGT", "fontSizeGTE", "fontSizeLT", "fontSizeLTE", "fontSizeIsNil", "fontSizeNotNil", "opacity", "opacityNEQ", "opacityIn", "opacityNotIn", "opacityGT", "opacityGTE", "opacityLT", "opacityLTE", "opacityIsNil", "opacityNotNil", "rotation", "rotationNEQ", "rotationIn", "rotationNotIn", "rotationGT", "rotationGTE", "rotationLT", "rotationLTE", "rotationIsNil", "rotationNotNil", "color", "colorNEQ", "colorIn", "colorNotIn", "colorGT", "colorGTE", "colorLT", "colorLTE", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontIsNil", "fontNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasFile", "hasFileWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "isEnabled", "isEnabledNEQ", "isEnabledIsNil", "isEnabledNotNil", "logoID", "logoIDNEQ", "logoIDIn", "logoIDNotIn", "logoIDContains", "logoIDHasPrefix", "logoIDHasSuffix", "logoIDIsNil", "logoIDNotNil", "logoIDEqualFold", "logoIDContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textContains", "textHasPrefix", "textHasSuffix", "textIsNil", "textNotNil", "textEqualFold", "textContainsFold", "fontSize", "fontSizeNEQ", "fontSizeIn", "fontSizeNotIn", "fontSizeGT", "fontSizeGTE", "fontSizeLT", "fontSizeLTE", "fontSizeIsNil", "fontSizeNotNil", "opacity", "opacityNEQ", "opacityIn", "opacityNotIn", "opacityGT", "opacityGTE", "opacityLT", "opacityLTE", "opacityIsNil", "opacityNotNil", "rotation", "rotationNEQ", "rotationIn", "rotationNotIn", "rotationGT", "rotationGTE", "rotationLT", "rotationLTE", "rotationIsNil", "rotationNotNil", "color", "colorNEQ", "colorIn", "colorNotIn", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontIsNil", "fontNotNil", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasTrustCenter", "hasTrustCenterWith", "hasFile", "hasFileWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -371795,34 +332770,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -371844,27 +332791,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -371914,27 +332840,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -372005,34 +332910,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -372110,34 +332987,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -372215,34 +333064,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -372320,34 +333141,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -372425,34 +333218,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -372558,34 +333323,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.LogoIDNotIn = data - case "logoIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDGT = data - case "logoIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDGTE = data - case "logoIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDLT = data - case "logoIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDLTE = data case "logoIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -372663,34 +333400,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.TextNotIn = data - case "textGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGT = data - case "textGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGTE = data - case "textLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLT = data - case "textLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLTE = data case "textContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -372978,34 +333687,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigWhereInput(c return it, err } it.ColorNotIn = data - case "colorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGT = data - case "colorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGTE = data - case "colorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLT = data - case "colorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLTE = data case "colorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -373183,7 +333864,7 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugGT", "slugGTE", "slugLT", "slugLTE", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "customDomainID", "customDomainIDNEQ", "customDomainIDIn", "customDomainIDNotIn", "customDomainIDGT", "customDomainIDGTE", "customDomainIDLT", "customDomainIDLTE", "customDomainIDContains", "customDomainIDHasPrefix", "customDomainIDHasSuffix", "customDomainIDIsNil", "customDomainIDNotNil", "customDomainIDEqualFold", "customDomainIDContainsFold", "previewDomainID", "previewDomainIDNEQ", "previewDomainIDIn", "previewDomainIDNotIn", "previewDomainIDGT", "previewDomainIDGTE", "previewDomainIDLT", "previewDomainIDLTE", "previewDomainIDContains", "previewDomainIDHasPrefix", "previewDomainIDHasSuffix", "previewDomainIDIsNil", "previewDomainIDNotNil", "previewDomainIDEqualFold", "previewDomainIDContainsFold", "pirschDomainID", "pirschDomainIDNEQ", "pirschDomainIDIn", "pirschDomainIDNotIn", "pirschDomainIDGT", "pirschDomainIDGTE", "pirschDomainIDLT", "pirschDomainIDLTE", "pirschDomainIDContains", "pirschDomainIDHasPrefix", "pirschDomainIDHasSuffix", "pirschDomainIDIsNil", "pirschDomainIDNotNil", "pirschDomainIDEqualFold", "pirschDomainIDContainsFold", "pirschIdentificationCode", "pirschIdentificationCodeNEQ", "pirschIdentificationCodeIn", "pirschIdentificationCodeNotIn", "pirschIdentificationCodeGT", "pirschIdentificationCodeGTE", "pirschIdentificationCodeLT", "pirschIdentificationCodeLTE", "pirschIdentificationCodeContains", "pirschIdentificationCodeHasPrefix", "pirschIdentificationCodeHasSuffix", "pirschIdentificationCodeIsNil", "pirschIdentificationCodeNotNil", "pirschIdentificationCodeEqualFold", "pirschIdentificationCodeContainsFold", "pirschAccessLink", "pirschAccessLinkNEQ", "pirschAccessLinkIn", "pirschAccessLinkNotIn", "pirschAccessLinkGT", "pirschAccessLinkGTE", "pirschAccessLinkLT", "pirschAccessLinkLTE", "pirschAccessLinkContains", "pirschAccessLinkHasPrefix", "pirschAccessLinkHasSuffix", "pirschAccessLinkIsNil", "pirschAccessLinkNotNil", "pirschAccessLinkEqualFold", "pirschAccessLinkContainsFold", "previewStatus", "previewStatusNEQ", "previewStatusIn", "previewStatusNotIn", "previewStatusIsNil", "previewStatusNotNil", "subprocessorURL", "subprocessorURLNEQ", "subprocessorURLIn", "subprocessorURLNotIn", "subprocessorURLGT", "subprocessorURLGTE", "subprocessorURLLT", "subprocessorURLLTE", "subprocessorURLContains", "subprocessorURLHasPrefix", "subprocessorURLHasSuffix", "subprocessorURLIsNil", "subprocessorURLNotNil", "subprocessorURLEqualFold", "subprocessorURLContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasCustomDomain", "hasCustomDomainWith", "hasPreviewDomain", "hasPreviewDomainWith", "hasSetting", "hasSettingWith", "hasPreviewSetting", "hasPreviewSettingWith", "hasWatermarkConfig", "hasWatermarkConfigWith", "hasTrustCenterSubprocessors", "hasTrustCenterSubprocessorsWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasTrustCenterCompliances", "hasTrustCenterCompliancesWith", "hasTemplates", "hasTemplatesWith", "hasPosts", "hasPostsWith", "hasTrustCenterEntities", "hasTrustCenterEntitiesWith", "hasTrustCenterNdaRequests", "hasTrustCenterNdaRequestsWith", "hasTrustCenterFaqs", "hasTrustCenterFaqsWith", "hasSubscribers", "hasSubscribersWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasCampaigns", "hasCampaignsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "customDomainID", "customDomainIDNEQ", "customDomainIDIn", "customDomainIDNotIn", "customDomainIDContains", "customDomainIDHasPrefix", "customDomainIDHasSuffix", "customDomainIDIsNil", "customDomainIDNotNil", "customDomainIDEqualFold", "customDomainIDContainsFold", "previewDomainID", "previewDomainIDNEQ", "previewDomainIDIn", "previewDomainIDNotIn", "previewDomainIDContains", "previewDomainIDHasPrefix", "previewDomainIDHasSuffix", "previewDomainIDIsNil", "previewDomainIDNotNil", "previewDomainIDEqualFold", "previewDomainIDContainsFold", "pirschDomainID", "pirschDomainIDNEQ", "pirschDomainIDIn", "pirschDomainIDNotIn", "pirschDomainIDContains", "pirschDomainIDHasPrefix", "pirschDomainIDHasSuffix", "pirschDomainIDIsNil", "pirschDomainIDNotNil", "pirschDomainIDEqualFold", "pirschDomainIDContainsFold", "pirschIdentificationCode", "pirschIdentificationCodeNEQ", "pirschIdentificationCodeIn", "pirschIdentificationCodeNotIn", "pirschIdentificationCodeContains", "pirschIdentificationCodeHasPrefix", "pirschIdentificationCodeHasSuffix", "pirschIdentificationCodeIsNil", "pirschIdentificationCodeNotNil", "pirschIdentificationCodeEqualFold", "pirschIdentificationCodeContainsFold", "pirschAccessLink", "pirschAccessLinkNEQ", "pirschAccessLinkIn", "pirschAccessLinkNotIn", "pirschAccessLinkContains", "pirschAccessLinkHasPrefix", "pirschAccessLinkHasSuffix", "pirschAccessLinkIsNil", "pirschAccessLinkNotNil", "pirschAccessLinkEqualFold", "pirschAccessLinkContainsFold", "previewStatus", "previewStatusNEQ", "previewStatusIn", "previewStatusNotIn", "previewStatusIsNil", "previewStatusNotNil", "subprocessorURL", "subprocessorURLNEQ", "subprocessorURLIn", "subprocessorURLNotIn", "subprocessorURLContains", "subprocessorURLHasPrefix", "subprocessorURLHasSuffix", "subprocessorURLIsNil", "subprocessorURLNotNil", "subprocessorURLEqualFold", "subprocessorURLContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasCustomDomain", "hasCustomDomainWith", "hasPreviewDomain", "hasPreviewDomainWith", "hasSetting", "hasSettingWith", "hasPreviewSetting", "hasPreviewSettingWith", "hasWatermarkConfig", "hasWatermarkConfigWith", "hasTrustCenterSubprocessors", "hasTrustCenterSubprocessorsWith", "hasTrustCenterDocs", "hasTrustCenterDocsWith", "hasTrustCenterCompliances", "hasTrustCenterCompliancesWith", "hasTemplates", "hasTemplatesWith", "hasPosts", "hasPostsWith", "hasTrustCenterEntities", "hasTrustCenterEntitiesWith", "hasTrustCenterNdaRequests", "hasTrustCenterNdaRequestsWith", "hasTrustCenterFaqs", "hasTrustCenterFaqsWith", "hasSubscribers", "hasSubscribersWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasCampaigns", "hasCampaignsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -373239,34 +333920,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -373288,27 +333941,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -373358,27 +333990,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -373449,34 +334060,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -373554,34 +334137,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -373659,34 +334214,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -373764,34 +334291,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -373869,34 +334368,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.SlugNotIn = data - case "slugGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGT = data - case "slugGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGTE = data - case "slugLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLT = data - case "slugLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLTE = data case "slugContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -373974,34 +334445,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.CustomDomainIDNotIn = data - case "customDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDGT = data - case "customDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDGTE = data - case "customDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDLT = data - case "customDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDLTE = data case "customDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -374079,34 +334522,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.PreviewDomainIDNotIn = data - case "previewDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDGT = data - case "previewDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDGTE = data - case "previewDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDLT = data - case "previewDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDLTE = data case "previewDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -374184,34 +334599,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.PirschDomainIDNotIn = data - case "pirschDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDGT = data - case "pirschDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDGTE = data - case "pirschDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDLT = data - case "pirschDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDLTE = data case "pirschDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -374289,34 +334676,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.PirschIdentificationCodeNotIn = data - case "pirschIdentificationCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeGT = data - case "pirschIdentificationCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeGTE = data - case "pirschIdentificationCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeLT = data - case "pirschIdentificationCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeLTE = data case "pirschIdentificationCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -374394,34 +334753,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.PirschAccessLinkNotIn = data - case "pirschAccessLinkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkGT = data - case "pirschAccessLinkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkGTE = data - case "pirschAccessLinkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkLT = data - case "pirschAccessLinkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkLTE = data case "pirschAccessLinkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -374541,34 +334872,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWhereInput(ctx context.Cont return it, err } it.SubprocessorURLNotIn = data - case "subprocessorURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLGT = data - case "subprocessorURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLGTE = data - case "subprocessorURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLLT = data - case "subprocessorURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLLTE = data case "subprocessorURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -414670,7 +374973,7 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "delegateUserID", "delegateUserIDNEQ", "delegateUserIDIn", "delegateUserIDNotIn", "delegateUserIDGT", "delegateUserIDGTE", "delegateUserIDLT", "delegateUserIDLTE", "delegateUserIDContains", "delegateUserIDHasPrefix", "delegateUserIDHasSuffix", "delegateUserIDIsNil", "delegateUserIDNotNil", "delegateUserIDEqualFold", "delegateUserIDContainsFold", "delegateStartAt", "delegateStartAtNEQ", "delegateStartAtIn", "delegateStartAtNotIn", "delegateStartAtGT", "delegateStartAtGTE", "delegateStartAtLT", "delegateStartAtLTE", "delegateStartAtIsNil", "delegateStartAtNotNil", "delegateEndAt", "delegateEndAtNEQ", "delegateEndAtIn", "delegateEndAtNotIn", "delegateEndAtGT", "delegateEndAtGTE", "delegateEndAtLT", "delegateEndAtLTE", "delegateEndAtIsNil", "delegateEndAtNotNil", "locked", "lockedNEQ", "silencedAt", "silencedAtNEQ", "silencedAtIn", "silencedAtNotIn", "silencedAtGT", "silencedAtGTE", "silencedAtLT", "silencedAtLTE", "silencedAtIsNil", "silencedAtNotNil", "suspendedAt", "suspendedAtNEQ", "suspendedAtIn", "suspendedAtNotIn", "suspendedAtGT", "suspendedAtGTE", "suspendedAtLT", "suspendedAtLTE", "suspendedAtIsNil", "suspendedAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "emailConfirmed", "emailConfirmedNEQ", "isTfaEnabled", "isTfaEnabledNEQ", "isTfaEnabledIsNil", "isTfaEnabledNotNil", "hasUser", "hasUserWith", "hasDefaultOrg", "hasDefaultOrgWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "delegateUserID", "delegateUserIDNEQ", "delegateUserIDIn", "delegateUserIDNotIn", "delegateUserIDContains", "delegateUserIDHasPrefix", "delegateUserIDHasSuffix", "delegateUserIDIsNil", "delegateUserIDNotNil", "delegateUserIDEqualFold", "delegateUserIDContainsFold", "delegateStartAt", "delegateStartAtGT", "delegateStartAtGTE", "delegateStartAtLT", "delegateStartAtLTE", "delegateStartAtIsNil", "delegateStartAtNotNil", "delegateEndAt", "delegateEndAtGT", "delegateEndAtGTE", "delegateEndAtLT", "delegateEndAtLTE", "delegateEndAtIsNil", "delegateEndAtNotNil", "locked", "lockedNEQ", "silencedAt", "silencedAtGT", "silencedAtGTE", "silencedAtLT", "silencedAtLTE", "silencedAtIsNil", "silencedAtNotNil", "suspendedAt", "suspendedAtGT", "suspendedAtGTE", "suspendedAtLT", "suspendedAtLTE", "suspendedAtIsNil", "suspendedAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "emailConfirmed", "emailConfirmedNEQ", "isTfaEnabled", "isTfaEnabledNEQ", "isTfaEnabledIsNil", "isTfaEnabledNotNil", "hasUser", "hasUserWith", "hasDefaultOrg", "hasDefaultOrgWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -414726,34 +375029,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -414775,27 +375050,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -414845,27 +375099,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -414936,34 +375169,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -415041,34 +375246,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -415146,34 +375323,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -415251,34 +375400,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -415356,34 +375477,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.DelegateUserIDNotIn = data - case "delegateUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDGT = data - case "delegateUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDGTE = data - case "delegateUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDLT = data - case "delegateUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDLTE = data case "delegateUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -415440,27 +375533,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.DelegateStartAt = data - case "delegateStartAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtNEQ = data - case "delegateStartAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtIn = data - case "delegateStartAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtNotIn = data case "delegateStartAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -415510,27 +375582,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.DelegateEndAt = data - case "delegateEndAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtNEQ = data - case "delegateEndAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtIn = data - case "delegateEndAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtNotIn = data case "delegateEndAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -415594,27 +375645,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.SilencedAt = data - case "silencedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtNEQ = data - case "silencedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtIn = data - case "silencedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtNotIn = data case "silencedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -415664,27 +375694,6 @@ func (ec *executionContext) unmarshalInputUserSettingWhereInput(ctx context.Cont return it, err } it.SuspendedAt = data - case "suspendedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtNEQ = data - case "suspendedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtIn = data - case "suspendedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtNotIn = data case "suspendedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -415848,7 +375857,7 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameGT", "firstNameGTE", "firstNameLT", "firstNameLTE", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameIsNil", "firstNameNotNil", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameGT", "lastNameGTE", "lastNameLT", "lastNameLTE", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameIsNil", "lastNameNotNil", "lastNameEqualFold", "lastNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtNEQ", "avatarUpdatedAtIn", "avatarUpdatedAtNotIn", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "lastSeen", "lastSeenNEQ", "lastSeenIn", "lastSeenNotIn", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "lastLoginProvider", "lastLoginProviderNEQ", "lastLoginProviderIn", "lastLoginProviderNotIn", "lastLoginProviderIsNil", "lastLoginProviderNotNil", "sub", "subNEQ", "subIn", "subNotIn", "subGT", "subGTE", "subLT", "subLTE", "subContains", "subHasPrefix", "subHasSuffix", "subIsNil", "subNotNil", "subEqualFold", "subContainsFold", "authProvider", "authProviderNEQ", "authProviderIn", "authProviderNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDGT", "scimExternalIDGTE", "scimExternalIDLT", "scimExternalIDLTE", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimUsername", "scimUsernameNEQ", "scimUsernameIn", "scimUsernameNotIn", "scimUsernameGT", "scimUsernameGTE", "scimUsernameLT", "scimUsernameLTE", "scimUsernameContains", "scimUsernameHasPrefix", "scimUsernameHasSuffix", "scimUsernameIsNil", "scimUsernameNotNil", "scimUsernameEqualFold", "scimUsernameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimPreferredLanguage", "scimPreferredLanguageNEQ", "scimPreferredLanguageIn", "scimPreferredLanguageNotIn", "scimPreferredLanguageGT", "scimPreferredLanguageGTE", "scimPreferredLanguageLT", "scimPreferredLanguageLTE", "scimPreferredLanguageContains", "scimPreferredLanguageHasPrefix", "scimPreferredLanguageHasSuffix", "scimPreferredLanguageIsNil", "scimPreferredLanguageNotNil", "scimPreferredLanguageEqualFold", "scimPreferredLanguageContainsFold", "scimLocale", "scimLocaleNEQ", "scimLocaleIn", "scimLocaleNotIn", "scimLocaleGT", "scimLocaleGTE", "scimLocaleLT", "scimLocaleLTE", "scimLocaleContains", "scimLocaleHasPrefix", "scimLocaleHasSuffix", "scimLocaleIsNil", "scimLocaleNotNil", "scimLocaleEqualFold", "scimLocaleContainsFold", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasTfaSettings", "hasTfaSettingsWith", "hasSetting", "hasSettingWith", "hasSubscribers", "hasSubscribersWith", "hasGroups", "hasGroupsWith", "hasOrganizations", "hasOrganizationsWith", "hasWebauthns", "hasWebauthnsWith", "hasAvatarFile", "hasAvatarFileWith", "hasEvents", "hasEventsWith", "hasActionPlans", "hasActionPlansWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasAssignerTasks", "hasAssignerTasksWith", "hasAssigneeTasks", "hasAssigneeTasksWith", "hasPrograms", "hasProgramsWith", "hasProgramsOwned", "hasProgramsOwnedWith", "hasPlatformsOwned", "hasPlatformsOwnedWith", "hasIdentityHolderProfiles", "hasIdentityHolderProfilesWith", "hasGroupMemberships", "hasGroupMembershipsWith", "hasOrgMemberships", "hasOrgMembershipsWith", "hasProgramMemberships", "hasProgramMembershipsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameIsNil", "firstNameNotNil", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameIsNil", "lastNameNotNil", "lastNameEqualFold", "lastNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "lastSeen", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "lastLoginProvider", "lastLoginProviderNEQ", "lastLoginProviderIn", "lastLoginProviderNotIn", "lastLoginProviderIsNil", "lastLoginProviderNotNil", "sub", "subNEQ", "subIn", "subNotIn", "subContains", "subHasPrefix", "subHasSuffix", "subIsNil", "subNotNil", "subEqualFold", "subContainsFold", "authProvider", "authProviderNEQ", "authProviderIn", "authProviderNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimUsername", "scimUsernameNEQ", "scimUsernameIn", "scimUsernameNotIn", "scimUsernameContains", "scimUsernameHasPrefix", "scimUsernameHasSuffix", "scimUsernameIsNil", "scimUsernameNotNil", "scimUsernameEqualFold", "scimUsernameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimPreferredLanguage", "scimPreferredLanguageNEQ", "scimPreferredLanguageIn", "scimPreferredLanguageNotIn", "scimPreferredLanguageContains", "scimPreferredLanguageHasPrefix", "scimPreferredLanguageHasSuffix", "scimPreferredLanguageIsNil", "scimPreferredLanguageNotNil", "scimPreferredLanguageEqualFold", "scimPreferredLanguageContainsFold", "scimLocale", "scimLocaleNEQ", "scimLocaleIn", "scimLocaleNotIn", "scimLocaleContains", "scimLocaleHasPrefix", "scimLocaleHasSuffix", "scimLocaleIsNil", "scimLocaleNotNil", "scimLocaleEqualFold", "scimLocaleContainsFold", "hasPersonalAccessTokens", "hasPersonalAccessTokensWith", "hasTfaSettings", "hasTfaSettingsWith", "hasSetting", "hasSettingWith", "hasSubscribers", "hasSubscribersWith", "hasGroups", "hasGroupsWith", "hasOrganizations", "hasOrganizationsWith", "hasWebauthns", "hasWebauthnsWith", "hasAvatarFile", "hasAvatarFileWith", "hasEvents", "hasEventsWith", "hasActionPlans", "hasActionPlansWith", "hasCampaigns", "hasCampaignsWith", "hasCampaignTargets", "hasCampaignTargetsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasAssignerTasks", "hasAssignerTasksWith", "hasAssigneeTasks", "hasAssigneeTasksWith", "hasPrograms", "hasProgramsWith", "hasProgramsOwned", "hasProgramsOwnedWith", "hasPlatformsOwned", "hasPlatformsOwnedWith", "hasIdentityHolderProfiles", "hasIdentityHolderProfilesWith", "hasGroupMemberships", "hasGroupMembershipsWith", "hasOrgMemberships", "hasOrgMembershipsWith", "hasProgramMemberships", "hasProgramMembershipsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -415904,34 +375913,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -415953,27 +375934,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -416023,27 +375983,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -416114,34 +376053,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416219,34 +376130,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416324,34 +376207,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416415,34 +376270,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416506,34 +376333,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.FirstNameNotIn = data - case "firstNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGT = data - case "firstNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGTE = data - case "firstNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLT = data - case "firstNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLTE = data case "firstNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416611,34 +376410,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.LastNameNotIn = data - case "lastNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGT = data - case "lastNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGTE = data - case "lastNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLT = data - case "lastNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLTE = data case "lastNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416716,34 +376487,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416807,34 +376550,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -416912,34 +376627,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -416996,27 +376683,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.AvatarUpdatedAt = data - case "avatarUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNEQ = data - case "avatarUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtIn = data - case "avatarUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNotIn = data case "avatarUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -417066,27 +376732,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.LastSeen = data - case "lastSeenNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNEQ = data - case "lastSeenIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIn = data - case "lastSeenNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNotIn = data case "lastSeenGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -417199,34 +376844,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.SubNotIn = data - case "subGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubGT = data - case "subGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubGTE = data - case "subLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubLT = data - case "subLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubLTE = data case "subContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -417374,34 +376991,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.ScimExternalIDNotIn = data - case "scimExternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGT = data - case "scimExternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGTE = data - case "scimExternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLT = data - case "scimExternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLTE = data case "scimExternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -417479,34 +377068,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.ScimUsernameNotIn = data - case "scimUsernameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameGT = data - case "scimUsernameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameGTE = data - case "scimUsernameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameLT = data - case "scimUsernameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameLTE = data case "scimUsernameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -417612,34 +377173,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.ScimPreferredLanguageNotIn = data - case "scimPreferredLanguageGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageGT = data - case "scimPreferredLanguageGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageGTE = data - case "scimPreferredLanguageLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageLT = data - case "scimPreferredLanguageLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageLTE = data case "scimPreferredLanguageContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -417717,34 +377250,6 @@ func (ec *executionContext) unmarshalInputUserWhereInput(ctx context.Context, ob return it, err } it.ScimLocaleNotIn = data - case "scimLocaleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleGT = data - case "scimLocaleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleGTE = data - case "scimLocaleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleLT = data - case "scimLocaleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleLTE = data case "scimLocaleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -418166,7 +377671,7 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "questionKey", "questionKeyNEQ", "questionKeyIn", "questionKeyNotIn", "questionKeyGT", "questionKeyGTE", "questionKeyLT", "questionKeyLTE", "questionKeyContains", "questionKeyHasPrefix", "questionKeyHasSuffix", "questionKeyEqualFold", "questionKeyContainsFold", "questionName", "questionNameNEQ", "questionNameIn", "questionNameNotIn", "questionNameGT", "questionNameGTE", "questionNameLT", "questionNameLTE", "questionNameContains", "questionNameHasPrefix", "questionNameHasSuffix", "questionNameEqualFold", "questionNameContainsFold", "questionDescription", "questionDescriptionNEQ", "questionDescriptionIn", "questionDescriptionNotIn", "questionDescriptionGT", "questionDescriptionGTE", "questionDescriptionLT", "questionDescriptionLTE", "questionDescriptionContains", "questionDescriptionHasPrefix", "questionDescriptionHasSuffix", "questionDescriptionIsNil", "questionDescriptionNotNil", "questionDescriptionEqualFold", "questionDescriptionContainsFold", "questionCategory", "questionCategoryNEQ", "questionCategoryIn", "questionCategoryNotIn", "answerType", "answerTypeNEQ", "answerTypeIn", "answerTypeNotIn", "impact", "impactNEQ", "impactIn", "impactNotIn", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "answer", "answerNEQ", "answerIn", "answerNotIn", "answerGT", "answerGTE", "answerLT", "answerLTE", "answerContains", "answerHasPrefix", "answerHasSuffix", "answerIsNil", "answerNotNil", "answerEqualFold", "answerContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesGT", "notesGTE", "notesLT", "notesLTE", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "vendorScoringConfigID", "vendorScoringConfigIDNEQ", "vendorScoringConfigIDIn", "vendorScoringConfigIDNotIn", "vendorScoringConfigIDGT", "vendorScoringConfigIDGTE", "vendorScoringConfigIDLT", "vendorScoringConfigIDLTE", "vendorScoringConfigIDContains", "vendorScoringConfigIDHasPrefix", "vendorScoringConfigIDHasSuffix", "vendorScoringConfigIDIsNil", "vendorScoringConfigIDNotNil", "vendorScoringConfigIDEqualFold", "vendorScoringConfigIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDEqualFold", "entityIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDGT", "assessmentResponseIDGTE", "assessmentResponseIDLT", "assessmentResponseIDLTE", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "hasOwner", "hasOwnerWith", "hasVendorScoringConfig", "hasVendorScoringConfigWith", "hasEntity", "hasEntityWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "questionKey", "questionKeyNEQ", "questionKeyIn", "questionKeyNotIn", "questionKeyContains", "questionKeyHasPrefix", "questionKeyHasSuffix", "questionKeyEqualFold", "questionKeyContainsFold", "questionName", "questionNameNEQ", "questionNameIn", "questionNameNotIn", "questionNameContains", "questionNameHasPrefix", "questionNameHasSuffix", "questionNameEqualFold", "questionNameContainsFold", "questionDescription", "questionDescriptionNEQ", "questionDescriptionIn", "questionDescriptionNotIn", "questionDescriptionContains", "questionDescriptionHasPrefix", "questionDescriptionHasSuffix", "questionDescriptionIsNil", "questionDescriptionNotNil", "questionDescriptionEqualFold", "questionDescriptionContainsFold", "questionCategory", "questionCategoryNEQ", "questionCategoryIn", "questionCategoryNotIn", "answerType", "answerTypeNEQ", "answerTypeIn", "answerTypeNotIn", "impact", "impactNEQ", "impactIn", "impactNotIn", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "answer", "answerNEQ", "answerIn", "answerNotIn", "answerContains", "answerHasPrefix", "answerHasSuffix", "answerIsNil", "answerNotNil", "answerEqualFold", "answerContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "vendorScoringConfigID", "vendorScoringConfigIDNEQ", "vendorScoringConfigIDIn", "vendorScoringConfigIDNotIn", "vendorScoringConfigIDContains", "vendorScoringConfigIDHasPrefix", "vendorScoringConfigIDHasSuffix", "vendorScoringConfigIDIsNil", "vendorScoringConfigIDNotNil", "vendorScoringConfigIDEqualFold", "vendorScoringConfigIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDEqualFold", "entityIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "hasOwner", "hasOwnerWith", "hasVendorScoringConfig", "hasVendorScoringConfigWith", "hasEntity", "hasEntityWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -418222,34 +377727,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -418271,27 +377748,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -418341,27 +377797,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -418432,34 +377867,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -418537,34 +377944,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -418642,34 +378021,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -418747,34 +378098,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -418852,34 +378175,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.QuestionKeyNotIn = data - case "questionKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyGT = data - case "questionKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyGTE = data - case "questionKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyLT = data - case "questionKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyLTE = data case "questionKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -418943,34 +378238,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.QuestionNameNotIn = data - case "questionNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameGT = data - case "questionNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameGTE = data - case "questionNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameLT = data - case "questionNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameLTE = data case "questionNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -419034,34 +378301,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.QuestionDescriptionNotIn = data - case "questionDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionGT = data - case "questionDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionGTE = data - case "questionDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionLT = data - case "questionDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionLTE = data case "questionDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -419307,34 +378546,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.AnswerNotIn = data - case "answerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerGT = data - case "answerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerGTE = data - case "answerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerLT = data - case "answerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerLTE = data case "answerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -419412,34 +378623,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.NotesNotIn = data - case "notesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGT = data - case "notesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGTE = data - case "notesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLT = data - case "notesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLTE = data case "notesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -419517,34 +378700,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.VendorScoringConfigIDNotIn = data - case "vendorScoringConfigIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDGT = data - case "vendorScoringConfigIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDGTE = data - case "vendorScoringConfigIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDLT = data - case "vendorScoringConfigIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDLTE = data case "vendorScoringConfigIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -419622,34 +378777,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -419713,34 +378840,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreWhereInput(ctx context. return it, err } it.AssessmentResponseIDNotIn = data - case "assessmentResponseIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGT = data - case "assessmentResponseIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGTE = data - case "assessmentResponseIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLT = data - case "assessmentResponseIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLTE = data case "assessmentResponseIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -419910,7 +379009,7 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scoringMode", "scoringModeNEQ", "scoringModeIn", "scoringModeNotIn", "hasOwner", "hasOwnerWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scoringMode", "scoringModeNEQ", "scoringModeIn", "scoringModeNotIn", "hasOwner", "hasOwnerWith", "hasVendorRiskScores", "hasVendorRiskScoresWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -419966,34 +379065,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -420015,27 +379086,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -420085,27 +379135,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -420176,34 +379205,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -420281,34 +379282,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -420386,34 +379359,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -420491,34 +379436,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -420688,7 +379605,7 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToGT", "assignedToGTE", "assignedToLT", "assignedToLTE", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDGT", "assignedToUserIDGTE", "assignedToUserIDLT", "assignedToUserIDLTE", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDGT", "assignedToGroupIDGTE", "assignedToGroupIDLT", "assignedToGroupIDLTE", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "vulnerabilityStatusName", "vulnerabilityStatusNameNEQ", "vulnerabilityStatusNameIn", "vulnerabilityStatusNameNotIn", "vulnerabilityStatusNameGT", "vulnerabilityStatusNameGTE", "vulnerabilityStatusNameLT", "vulnerabilityStatusNameLTE", "vulnerabilityStatusNameContains", "vulnerabilityStatusNameHasPrefix", "vulnerabilityStatusNameHasSuffix", "vulnerabilityStatusNameIsNil", "vulnerabilityStatusNameNotNil", "vulnerabilityStatusNameEqualFold", "vulnerabilityStatusNameContainsFold", "vulnerabilityStatusID", "vulnerabilityStatusIDNEQ", "vulnerabilityStatusIDIn", "vulnerabilityStatusIDNotIn", "vulnerabilityStatusIDGT", "vulnerabilityStatusIDGTE", "vulnerabilityStatusIDLT", "vulnerabilityStatusIDLTE", "vulnerabilityStatusIDContains", "vulnerabilityStatusIDHasPrefix", "vulnerabilityStatusIDHasSuffix", "vulnerabilityStatusIDIsNil", "vulnerabilityStatusIDNotNil", "vulnerabilityStatusIDEqualFold", "vulnerabilityStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "cveID", "cveIDNEQ", "cveIDIn", "cveIDNotIn", "cveIDGT", "cveIDGTE", "cveIDLT", "cveIDLTE", "cveIDContains", "cveIDHasPrefix", "cveIDHasSuffix", "cveIDIsNil", "cveIDNotNil", "cveIDEqualFold", "cveIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityGT", "severityGTE", "severityLT", "severityLTE", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorGT", "vectorGTE", "vectorLT", "vectorLTE", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAIn", "remediationSLANotIn", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "open", "openNEQ", "openIsNil", "openNotNil", "blocking", "blockingNEQ", "blockingIsNil", "blockingNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "vulnerableVersionRange", "vulnerableVersionRangeNEQ", "vulnerableVersionRangeIn", "vulnerableVersionRangeNotIn", "vulnerableVersionRangeGT", "vulnerableVersionRangeGTE", "vulnerableVersionRangeLT", "vulnerableVersionRangeLTE", "vulnerableVersionRangeContains", "vulnerableVersionRangeHasPrefix", "vulnerableVersionRangeHasSuffix", "vulnerableVersionRangeIsNil", "vulnerableVersionRangeNotNil", "vulnerableVersionRangeEqualFold", "vulnerableVersionRangeContainsFold", "firstPatchedVersion", "firstPatchedVersionNEQ", "firstPatchedVersionIn", "firstPatchedVersionNotIn", "firstPatchedVersionGT", "firstPatchedVersionGTE", "firstPatchedVersionLT", "firstPatchedVersionLTE", "firstPatchedVersionContains", "firstPatchedVersionHasPrefix", "firstPatchedVersionHasSuffix", "firstPatchedVersionIsNil", "firstPatchedVersionNotNil", "firstPatchedVersionEqualFold", "firstPatchedVersionContainsFold", "fixAvailable", "fixAvailableNEQ", "fixAvailableIsNil", "fixAvailableNotNil", "packageName", "packageNameNEQ", "packageNameIn", "packageNameNotIn", "packageNameGT", "packageNameGTE", "packageNameLT", "packageNameLTE", "packageNameContains", "packageNameHasPrefix", "packageNameHasSuffix", "packageNameIsNil", "packageNameNotNil", "packageNameEqualFold", "packageNameContainsFold", "packageEcosystem", "packageEcosystemNEQ", "packageEcosystemIn", "packageEcosystemNotIn", "packageEcosystemGT", "packageEcosystemGTE", "packageEcosystemLT", "packageEcosystemLTE", "packageEcosystemContains", "packageEcosystemHasPrefix", "packageEcosystemHasSuffix", "packageEcosystemIsNil", "packageEcosystemNotNil", "packageEcosystemEqualFold", "packageEcosystemContainsFold", "manifestPath", "manifestPathNEQ", "manifestPathIn", "manifestPathNotIn", "manifestPathGT", "manifestPathGTE", "manifestPathLT", "manifestPathLTE", "manifestPathContains", "manifestPathHasPrefix", "manifestPathHasSuffix", "manifestPathIsNil", "manifestPathNotNil", "manifestPathEqualFold", "manifestPathContainsFold", "dependencyScope", "dependencyScopeNEQ", "dependencyScopeIn", "dependencyScopeNotIn", "dependencyScopeGT", "dependencyScopeGTE", "dependencyScopeLT", "dependencyScopeLTE", "dependencyScopeContains", "dependencyScopeHasPrefix", "dependencyScopeHasSuffix", "dependencyScopeIsNil", "dependencyScopeNotNil", "dependencyScopeEqualFold", "dependencyScopeContainsFold", "publishedAt", "publishedAtNEQ", "publishedAtIn", "publishedAtNotIn", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "discoveredAt", "discoveredAtNEQ", "discoveredAtIn", "discoveredAtNotIn", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtNEQ", "sourceUpdatedAtIn", "sourceUpdatedAtNotIn", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "dismissedAt", "dismissedAtNEQ", "dismissedAtIn", "dismissedAtNotIn", "dismissedAtGT", "dismissedAtGTE", "dismissedAtLT", "dismissedAtLTE", "dismissedAtIsNil", "dismissedAtNotNil", "dismissedReason", "dismissedReasonNEQ", "dismissedReasonIn", "dismissedReasonNotIn", "dismissedReasonGT", "dismissedReasonGTE", "dismissedReasonLT", "dismissedReasonLTE", "dismissedReasonContains", "dismissedReasonHasPrefix", "dismissedReasonHasSuffix", "dismissedReasonIsNil", "dismissedReasonNotNil", "dismissedReasonEqualFold", "dismissedReasonContainsFold", "dismissedComment", "dismissedCommentNEQ", "dismissedCommentIn", "dismissedCommentNotIn", "dismissedCommentGT", "dismissedCommentGTE", "dismissedCommentLT", "dismissedCommentLTE", "dismissedCommentContains", "dismissedCommentHasPrefix", "dismissedCommentHasSuffix", "dismissedCommentIsNil", "dismissedCommentNotNil", "dismissedCommentEqualFold", "dismissedCommentContainsFold", "fixedAt", "fixedAtNEQ", "fixedAtIn", "fixedAtNotIn", "fixedAtGT", "fixedAtGTE", "fixedAtLT", "fixedAtLTE", "fixedAtIsNil", "fixedAtNotNil", "autoDismissedAt", "autoDismissedAtNEQ", "autoDismissedAtIn", "autoDismissedAtNotIn", "autoDismissedAtGT", "autoDismissedAtGTE", "autoDismissedAtLT", "autoDismissedAtLTE", "autoDismissedAtIsNil", "autoDismissedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasVulnerabilityStatus", "hasVulnerabilityStatusWith", "hasIntegrations", "hasIntegrationsWith", "hasFindings", "hasFindingsWith", "hasActionPlans", "hasActionPlansWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasRemediations", "hasRemediationsWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "referencesHas", "impactsHas", "cweIdsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "vulnerabilityStatusName", "vulnerabilityStatusNameNEQ", "vulnerabilityStatusNameIn", "vulnerabilityStatusNameNotIn", "vulnerabilityStatusNameContains", "vulnerabilityStatusNameHasPrefix", "vulnerabilityStatusNameHasSuffix", "vulnerabilityStatusNameIsNil", "vulnerabilityStatusNameNotNil", "vulnerabilityStatusNameEqualFold", "vulnerabilityStatusNameContainsFold", "vulnerabilityStatusID", "vulnerabilityStatusIDNEQ", "vulnerabilityStatusIDIn", "vulnerabilityStatusIDNotIn", "vulnerabilityStatusIDContains", "vulnerabilityStatusIDHasPrefix", "vulnerabilityStatusIDHasSuffix", "vulnerabilityStatusIDIsNil", "vulnerabilityStatusIDNotNil", "vulnerabilityStatusIDEqualFold", "vulnerabilityStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "cveID", "cveIDNEQ", "cveIDIn", "cveIDNotIn", "cveIDContains", "cveIDHasPrefix", "cveIDHasSuffix", "cveIDIsNil", "cveIDNotNil", "cveIDEqualFold", "cveIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "open", "openNEQ", "openIsNil", "openNotNil", "blocking", "blockingNEQ", "blockingIsNil", "blockingNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "vulnerableVersionRange", "vulnerableVersionRangeNEQ", "vulnerableVersionRangeIn", "vulnerableVersionRangeNotIn", "vulnerableVersionRangeContains", "vulnerableVersionRangeHasPrefix", "vulnerableVersionRangeHasSuffix", "vulnerableVersionRangeIsNil", "vulnerableVersionRangeNotNil", "vulnerableVersionRangeEqualFold", "vulnerableVersionRangeContainsFold", "firstPatchedVersion", "firstPatchedVersionNEQ", "firstPatchedVersionIn", "firstPatchedVersionNotIn", "firstPatchedVersionContains", "firstPatchedVersionHasPrefix", "firstPatchedVersionHasSuffix", "firstPatchedVersionIsNil", "firstPatchedVersionNotNil", "firstPatchedVersionEqualFold", "firstPatchedVersionContainsFold", "fixAvailable", "fixAvailableNEQ", "fixAvailableIsNil", "fixAvailableNotNil", "packageName", "packageNameNEQ", "packageNameIn", "packageNameNotIn", "packageNameContains", "packageNameHasPrefix", "packageNameHasSuffix", "packageNameIsNil", "packageNameNotNil", "packageNameEqualFold", "packageNameContainsFold", "packageEcosystem", "packageEcosystemNEQ", "packageEcosystemIn", "packageEcosystemNotIn", "packageEcosystemContains", "packageEcosystemHasPrefix", "packageEcosystemHasSuffix", "packageEcosystemIsNil", "packageEcosystemNotNil", "packageEcosystemEqualFold", "packageEcosystemContainsFold", "manifestPath", "manifestPathNEQ", "manifestPathIn", "manifestPathNotIn", "manifestPathContains", "manifestPathHasPrefix", "manifestPathHasSuffix", "manifestPathIsNil", "manifestPathNotNil", "manifestPathEqualFold", "manifestPathContainsFold", "dependencyScope", "dependencyScopeNEQ", "dependencyScopeIn", "dependencyScopeNotIn", "dependencyScopeContains", "dependencyScopeHasPrefix", "dependencyScopeHasSuffix", "dependencyScopeIsNil", "dependencyScopeNotNil", "dependencyScopeEqualFold", "dependencyScopeContainsFold", "publishedAt", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "discoveredAt", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "dismissedAt", "dismissedAtGT", "dismissedAtGTE", "dismissedAtLT", "dismissedAtLTE", "dismissedAtIsNil", "dismissedAtNotNil", "dismissedReason", "dismissedReasonNEQ", "dismissedReasonIn", "dismissedReasonNotIn", "dismissedReasonContains", "dismissedReasonHasPrefix", "dismissedReasonHasSuffix", "dismissedReasonIsNil", "dismissedReasonNotNil", "dismissedReasonEqualFold", "dismissedReasonContainsFold", "dismissedComment", "dismissedCommentNEQ", "dismissedCommentIn", "dismissedCommentNotIn", "dismissedCommentContains", "dismissedCommentHasPrefix", "dismissedCommentHasSuffix", "dismissedCommentIsNil", "dismissedCommentNotNil", "dismissedCommentEqualFold", "dismissedCommentContainsFold", "fixedAt", "fixedAtGT", "fixedAtGTE", "fixedAtLT", "fixedAtLTE", "fixedAtIsNil", "fixedAtNotNil", "autoDismissedAt", "autoDismissedAtGT", "autoDismissedAtGTE", "autoDismissedAtLT", "autoDismissedAtLTE", "autoDismissedAtIsNil", "autoDismissedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasReviewedByUser", "hasReviewedByUserWith", "hasReviewedByGroup", "hasReviewedByGroupWith", "hasAssignedToUser", "hasAssignedToUserWith", "hasAssignedToGroup", "hasAssignedToGroupWith", "hasEnvironment", "hasEnvironmentWith", "hasScope", "hasScopeWith", "hasVulnerabilityStatus", "hasVulnerabilityStatusWith", "hasIntegrations", "hasIntegrationsWith", "hasFindings", "hasFindingsWith", "hasActionPlans", "hasActionPlansWith", "hasControls", "hasControlsWith", "hasSubcontrols", "hasSubcontrolsWith", "hasRisks", "hasRisksWith", "hasPrograms", "hasProgramsWith", "hasAssets", "hasAssetsWith", "hasEntities", "hasEntitiesWith", "hasScans", "hasScansWith", "hasTasks", "hasTasksWith", "hasRemediations", "hasRemediationsWith", "hasReviews", "hasReviewsWith", "hasComments", "hasCommentsWith", "hasFiles", "hasFilesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas", "referencesHas", "impactsHas", "cweIdsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -420744,34 +379661,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -420793,27 +379682,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -420863,27 +379731,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -420954,34 +379801,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421059,34 +379878,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421164,34 +379955,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421269,34 +380032,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421360,34 +380095,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -421465,34 +380172,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421570,34 +380249,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -421675,34 +380326,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -421780,34 +380403,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.AssignedToNotIn = data - case "assignedToGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGT = data - case "assignedToGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGTE = data - case "assignedToLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLT = data - case "assignedToLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLTE = data case "assignedToContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -421885,34 +380480,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.AssignedToUserIDNotIn = data - case "assignedToUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGT = data - case "assignedToUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGTE = data - case "assignedToUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLT = data - case "assignedToUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLTE = data case "assignedToUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -421990,34 +380557,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.AssignedToGroupIDNotIn = data - case "assignedToGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGT = data - case "assignedToGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGTE = data - case "assignedToGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLT = data - case "assignedToGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLTE = data case "assignedToGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -422123,34 +380662,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -422228,34 +380739,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -422333,34 +380816,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -422438,34 +380893,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -422543,34 +380970,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -422648,34 +381047,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -422753,34 +381124,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.VulnerabilityStatusNameNotIn = data - case "vulnerabilityStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameGT = data - case "vulnerabilityStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameGTE = data - case "vulnerabilityStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameLT = data - case "vulnerabilityStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameLTE = data case "vulnerabilityStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -422858,34 +381201,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.VulnerabilityStatusIDNotIn = data - case "vulnerabilityStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDGT = data - case "vulnerabilityStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDGTE = data - case "vulnerabilityStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDLT = data - case "vulnerabilityStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDLTE = data case "vulnerabilityStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -422991,34 +381306,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423138,34 +381425,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423229,34 +381488,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.CveIDNotIn = data - case "cveIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDGT = data - case "cveIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDGTE = data - case "cveIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDLT = data - case "cveIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDLTE = data case "cveIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423334,34 +381565,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423439,34 +381642,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423544,34 +381719,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423649,34 +381796,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.SeverityNotIn = data - case "severityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGT = data - case "severityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGTE = data - case "severityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLT = data - case "severityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLTE = data case "severityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -423964,34 +382083,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.PriorityNotIn = data - case "priorityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGT = data - case "priorityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGTE = data - case "priorityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLT = data - case "priorityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLTE = data case "priorityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424069,34 +382160,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424174,34 +382237,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424279,34 +382314,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.VectorNotIn = data - case "vectorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGT = data - case "vectorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGTE = data - case "vectorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLT = data - case "vectorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLTE = data case "vectorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424370,20 +382377,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.RemediationSLANEQ = data - case "remediationSLAIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLAIn = data - case "remediationSLANotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLANotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLANotIn = data case "remediationSLAGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -424594,34 +382587,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.VulnerableVersionRangeNotIn = data - case "vulnerableVersionRangeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeGT = data - case "vulnerableVersionRangeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeGTE = data - case "vulnerableVersionRangeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeLT = data - case "vulnerableVersionRangeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeLTE = data case "vulnerableVersionRangeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424699,34 +382664,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.FirstPatchedVersionNotIn = data - case "firstPatchedVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionGT = data - case "firstPatchedVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionGTE = data - case "firstPatchedVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionLT = data - case "firstPatchedVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionLTE = data case "firstPatchedVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424832,34 +382769,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.PackageNameNotIn = data - case "packageNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameGT = data - case "packageNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameGTE = data - case "packageNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameLT = data - case "packageNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameLTE = data case "packageNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -424937,34 +382846,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.PackageEcosystemNotIn = data - case "packageEcosystemGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemGT = data - case "packageEcosystemGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemGTE = data - case "packageEcosystemLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemLT = data - case "packageEcosystemLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemLTE = data case "packageEcosystemContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -425042,34 +382923,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ManifestPathNotIn = data - case "manifestPathGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathGT = data - case "manifestPathGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathGTE = data - case "manifestPathLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathLT = data - case "manifestPathLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathLTE = data case "manifestPathContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -425147,34 +383000,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DependencyScopeNotIn = data - case "dependencyScopeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeGT = data - case "dependencyScopeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeGTE = data - case "dependencyScopeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeLT = data - case "dependencyScopeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeLTE = data case "dependencyScopeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -425231,27 +383056,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.PublishedAt = data - case "publishedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNEQ = data - case "publishedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtIn = data - case "publishedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNotIn = data case "publishedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425301,27 +383105,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DiscoveredAt = data - case "discoveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNEQ = data - case "discoveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtIn = data - case "discoveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNotIn = data case "discoveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425371,27 +383154,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.SourceUpdatedAt = data - case "sourceUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNEQ = data - case "sourceUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtIn = data - case "sourceUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNotIn = data case "sourceUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425441,27 +383203,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DismissedAt = data - case "dismissedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtNEQ = data - case "dismissedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtIn = data - case "dismissedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtNotIn = data case "dismissedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425532,34 +383273,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DismissedReasonNotIn = data - case "dismissedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonGT = data - case "dismissedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonGTE = data - case "dismissedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonLT = data - case "dismissedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonLTE = data case "dismissedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -425637,34 +383350,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.DismissedCommentNotIn = data - case "dismissedCommentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentGT = data - case "dismissedCommentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentGTE = data - case "dismissedCommentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentLT = data - case "dismissedCommentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentLTE = data case "dismissedCommentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -425721,27 +383406,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.FixedAt = data - case "fixedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.FixedAtNEQ = data - case "fixedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FixedAtIn = data - case "fixedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FixedAtNotIn = data case "fixedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425791,27 +383455,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.AutoDismissedAt = data - case "autoDismissedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtNEQ = data - case "autoDismissedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtIn = data - case "autoDismissedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtNotIn = data case "autoDismissedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -425882,34 +383525,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityWhereInput(ctx context.Co return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -426422,7 +384037,7 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "hasOwner", "hasOwnerWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "hasOwner", "hasOwnerWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -426478,34 +384093,6 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -426527,27 +384114,6 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -426597,27 +384163,6 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -426688,34 +384233,6 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -426793,34 +384310,6 @@ func (ec *executionContext) unmarshalInputWebauthnWhereInput(ctx context.Context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -426989,7 +384478,7 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowAssignmentID", "workflowAssignmentIDNEQ", "workflowAssignmentIDIn", "workflowAssignmentIDNotIn", "workflowAssignmentIDGT", "workflowAssignmentIDGTE", "workflowAssignmentIDLT", "workflowAssignmentIDLTE", "workflowAssignmentIDContains", "workflowAssignmentIDHasPrefix", "workflowAssignmentIDHasSuffix", "workflowAssignmentIDEqualFold", "workflowAssignmentIDContainsFold", "targetType", "targetTypeNEQ", "targetTypeIn", "targetTypeNotIn", "targetUserID", "targetUserIDNEQ", "targetUserIDIn", "targetUserIDNotIn", "targetUserIDGT", "targetUserIDGTE", "targetUserIDLT", "targetUserIDLTE", "targetUserIDContains", "targetUserIDHasPrefix", "targetUserIDHasSuffix", "targetUserIDIsNil", "targetUserIDNotNil", "targetUserIDEqualFold", "targetUserIDContainsFold", "targetGroupID", "targetGroupIDNEQ", "targetGroupIDIn", "targetGroupIDNotIn", "targetGroupIDGT", "targetGroupIDGTE", "targetGroupIDLT", "targetGroupIDLTE", "targetGroupIDContains", "targetGroupIDHasPrefix", "targetGroupIDHasSuffix", "targetGroupIDIsNil", "targetGroupIDNotNil", "targetGroupIDEqualFold", "targetGroupIDContainsFold", "resolverKey", "resolverKeyNEQ", "resolverKeyIn", "resolverKeyNotIn", "resolverKeyGT", "resolverKeyGTE", "resolverKeyLT", "resolverKeyLTE", "resolverKeyContains", "resolverKeyHasPrefix", "resolverKeyHasSuffix", "resolverKeyIsNil", "resolverKeyNotNil", "resolverKeyEqualFold", "resolverKeyContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowAssignment", "hasWorkflowAssignmentWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowAssignmentID", "workflowAssignmentIDNEQ", "workflowAssignmentIDIn", "workflowAssignmentIDNotIn", "workflowAssignmentIDContains", "workflowAssignmentIDHasPrefix", "workflowAssignmentIDHasSuffix", "workflowAssignmentIDEqualFold", "workflowAssignmentIDContainsFold", "targetType", "targetTypeNEQ", "targetTypeIn", "targetTypeNotIn", "targetUserID", "targetUserIDNEQ", "targetUserIDIn", "targetUserIDNotIn", "targetUserIDContains", "targetUserIDHasPrefix", "targetUserIDHasSuffix", "targetUserIDIsNil", "targetUserIDNotNil", "targetUserIDEqualFold", "targetUserIDContainsFold", "targetGroupID", "targetGroupIDNEQ", "targetGroupIDIn", "targetGroupIDNotIn", "targetGroupIDContains", "targetGroupIDHasPrefix", "targetGroupIDHasSuffix", "targetGroupIDIsNil", "targetGroupIDNotNil", "targetGroupIDEqualFold", "targetGroupIDContainsFold", "resolverKey", "resolverKeyNEQ", "resolverKeyIn", "resolverKeyNotIn", "resolverKeyContains", "resolverKeyHasPrefix", "resolverKeyHasSuffix", "resolverKeyIsNil", "resolverKeyNotNil", "resolverKeyEqualFold", "resolverKeyContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowAssignment", "hasWorkflowAssignmentWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -427045,34 +384534,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -427094,27 +384555,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -427164,27 +384604,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -427255,34 +384674,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -427360,34 +384751,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -427465,34 +384828,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -427570,34 +384905,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -427661,34 +384968,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -427766,34 +385045,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.WorkflowAssignmentIDNotIn = data - case "workflowAssignmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDGT = data - case "workflowAssignmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDGTE = data - case "workflowAssignmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDLT = data - case "workflowAssignmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDLTE = data case "workflowAssignmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -427885,34 +385136,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.TargetUserIDNotIn = data - case "targetUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDGT = data - case "targetUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDGTE = data - case "targetUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDLT = data - case "targetUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDLTE = data case "targetUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -427990,34 +385213,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.TargetGroupIDNotIn = data - case "targetGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDGT = data - case "targetGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDGTE = data - case "targetGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDLT = data - case "targetGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDLTE = data case "targetGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -428095,34 +385290,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetWhereInput(ctx return it, err } it.ResolverKeyNotIn = data - case "resolverKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyGT = data - case "resolverKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyGTE = data - case "resolverKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyLT = data - case "resolverKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyLTE = data case "resolverKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -428251,7 +385418,7 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "assignmentKey", "assignmentKeyNEQ", "assignmentKeyIn", "assignmentKeyNotIn", "assignmentKeyGT", "assignmentKeyGTE", "assignmentKeyLT", "assignmentKeyLTE", "assignmentKeyContains", "assignmentKeyHasPrefix", "assignmentKeyHasSuffix", "assignmentKeyEqualFold", "assignmentKeyContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleGT", "roleGTE", "roleLT", "roleLTE", "roleContains", "roleHasPrefix", "roleHasSuffix", "roleEqualFold", "roleContainsFold", "label", "labelNEQ", "labelIn", "labelNotIn", "labelGT", "labelGTE", "labelLT", "labelLTE", "labelContains", "labelHasPrefix", "labelHasSuffix", "labelIsNil", "labelNotNil", "labelEqualFold", "labelContainsFold", "required", "requiredNEQ", "status", "statusNEQ", "statusIn", "statusNotIn", "decidedAt", "decidedAtNEQ", "decidedAtIn", "decidedAtNotIn", "decidedAtGT", "decidedAtGTE", "decidedAtLT", "decidedAtLTE", "decidedAtIsNil", "decidedAtNotNil", "actorUserID", "actorUserIDNEQ", "actorUserIDIn", "actorUserIDNotIn", "actorUserIDGT", "actorUserIDGTE", "actorUserIDLT", "actorUserIDLTE", "actorUserIDContains", "actorUserIDHasPrefix", "actorUserIDHasSuffix", "actorUserIDIsNil", "actorUserIDNotNil", "actorUserIDEqualFold", "actorUserIDContainsFold", "actorGroupID", "actorGroupIDNEQ", "actorGroupIDIn", "actorGroupIDNotIn", "actorGroupIDGT", "actorGroupIDGTE", "actorGroupIDLT", "actorGroupIDLTE", "actorGroupIDContains", "actorGroupIDHasPrefix", "actorGroupIDHasSuffix", "actorGroupIDIsNil", "actorGroupIDNotNil", "actorGroupIDEqualFold", "actorGroupIDContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesGT", "notesGTE", "notesLT", "notesLTE", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "dueAt", "dueAtNEQ", "dueAtIn", "dueAtNotIn", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasWorkflowAssignmentTargets", "hasWorkflowAssignmentTargetsWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "assignmentKey", "assignmentKeyNEQ", "assignmentKeyIn", "assignmentKeyNotIn", "assignmentKeyContains", "assignmentKeyHasPrefix", "assignmentKeyHasSuffix", "assignmentKeyEqualFold", "assignmentKeyContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleContains", "roleHasPrefix", "roleHasSuffix", "roleEqualFold", "roleContainsFold", "label", "labelNEQ", "labelIn", "labelNotIn", "labelContains", "labelHasPrefix", "labelHasSuffix", "labelIsNil", "labelNotNil", "labelEqualFold", "labelContainsFold", "required", "requiredNEQ", "status", "statusNEQ", "statusIn", "statusNotIn", "decidedAt", "decidedAtGT", "decidedAtGTE", "decidedAtLT", "decidedAtLTE", "decidedAtIsNil", "decidedAtNotNil", "actorUserID", "actorUserIDNEQ", "actorUserIDIn", "actorUserIDNotIn", "actorUserIDContains", "actorUserIDHasPrefix", "actorUserIDHasSuffix", "actorUserIDIsNil", "actorUserIDNotNil", "actorUserIDEqualFold", "actorUserIDContainsFold", "actorGroupID", "actorGroupIDNEQ", "actorGroupIDIn", "actorGroupIDNotIn", "actorGroupIDContains", "actorGroupIDHasPrefix", "actorGroupIDHasSuffix", "actorGroupIDIsNil", "actorGroupIDNotNil", "actorGroupIDEqualFold", "actorGroupIDContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "dueAt", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasWorkflowAssignmentTargets", "hasWorkflowAssignmentTargetsWith", "hasUser", "hasUserWith", "hasGroup", "hasGroupWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -428307,34 +385474,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -428356,27 +385495,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -428426,27 +385544,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -428517,34 +385614,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -428622,34 +385691,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -428727,34 +385768,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -428832,34 +385845,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -428923,34 +385908,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -429028,34 +385985,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -429119,34 +386048,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.AssignmentKeyNotIn = data - case "assignmentKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyGT = data - case "assignmentKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyGTE = data - case "assignmentKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyLT = data - case "assignmentKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyLTE = data case "assignmentKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -429210,34 +386111,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.RoleNotIn = data - case "roleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleGT = data - case "roleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleGTE = data - case "roleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleLT = data - case "roleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleLTE = data case "roleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -429301,34 +386174,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.LabelNotIn = data - case "labelGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelGT = data - case "labelGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelGTE = data - case "labelLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelLT = data - case "labelLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelLTE = data case "labelContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -429427,27 +386272,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.DecidedAt = data - case "decidedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtNEQ = data - case "decidedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtIn = data - case "decidedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtNotIn = data case "decidedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -429518,34 +386342,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.ActorUserIDNotIn = data - case "actorUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDGT = data - case "actorUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDGTE = data - case "actorUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDLT = data - case "actorUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDLTE = data case "actorUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -429623,34 +386419,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.ActorGroupIDNotIn = data - case "actorGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDGT = data - case "actorGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDGTE = data - case "actorGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDLT = data - case "actorGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDLTE = data case "actorGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -429728,34 +386496,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.NotesNotIn = data - case "notesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGT = data - case "notesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGTE = data - case "notesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLT = data - case "notesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLTE = data case "notesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -429812,27 +386552,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentWhereInput(ctx conte return it, err } it.DueAt = data - case "dueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueAtNEQ = data - case "dueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtIn = data - case "dueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtNotIn = data case "dueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -430009,7 +386728,7 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "workflowKind", "workflowKindNEQ", "workflowKindIn", "workflowKindNotIn", "schemaType", "schemaTypeNEQ", "schemaTypeIn", "schemaTypeNotIn", "schemaTypeGT", "schemaTypeGTE", "schemaTypeLT", "schemaTypeLTE", "schemaTypeContains", "schemaTypeHasPrefix", "schemaTypeHasSuffix", "schemaTypeEqualFold", "schemaTypeContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "draft", "draftNEQ", "publishedAt", "publishedAtNEQ", "publishedAtIn", "publishedAtNotIn", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "cooldownSeconds", "cooldownSecondsNEQ", "cooldownSecondsIn", "cooldownSecondsNotIn", "cooldownSecondsGT", "cooldownSecondsGTE", "cooldownSecondsLT", "cooldownSecondsLTE", "isDefault", "isDefaultNEQ", "active", "activeNEQ", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasTagDefinitions", "hasTagDefinitionsWith", "hasGroups", "hasGroupsWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasEmailTemplates", "hasEmailTemplatesWith", "tagsHas", "trackedFieldsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "workflowKind", "workflowKindNEQ", "workflowKindIn", "workflowKindNotIn", "schemaType", "schemaTypeNEQ", "schemaTypeIn", "schemaTypeNotIn", "schemaTypeContains", "schemaTypeHasPrefix", "schemaTypeHasSuffix", "schemaTypeEqualFold", "schemaTypeContainsFold", "revision", "revisionNEQ", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "draft", "draftNEQ", "publishedAt", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "cooldownSeconds", "cooldownSecondsNEQ", "cooldownSecondsGT", "cooldownSecondsGTE", "cooldownSecondsLT", "cooldownSecondsLTE", "isDefault", "isDefaultNEQ", "active", "activeNEQ", "hasOwner", "hasOwnerWith", "hasBlockedGroups", "hasBlockedGroupsWith", "hasEditors", "hasEditorsWith", "hasViewers", "hasViewersWith", "hasTagDefinitions", "hasTagDefinitionsWith", "hasGroups", "hasGroupsWith", "hasNotificationTemplates", "hasNotificationTemplatesWith", "hasEmailTemplates", "hasEmailTemplatesWith", "tagsHas", "trackedFieldsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -430065,34 +386784,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -430114,27 +386805,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -430184,27 +386854,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -430275,34 +386924,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -430380,34 +387001,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -430485,34 +387078,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -430590,34 +387155,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -430681,34 +387218,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -430814,34 +387323,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -430919,34 +387400,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -431024,34 +387477,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -431115,34 +387540,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -431248,34 +387645,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.SchemaTypeNotIn = data - case "schemaTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeGT = data - case "schemaTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeGTE = data - case "schemaTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeLT = data - case "schemaTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeLTE = data case "schemaTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -431325,20 +387694,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.RevisionNEQ = data - case "revisionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevisionIn = data - case "revisionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevisionNotIn = data case "revisionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -431388,27 +387743,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.PublishedAt = data - case "publishedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNEQ = data - case "publishedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtIn = data - case "publishedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNotIn = data case "publishedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -431465,20 +387799,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionWhereInput(ctx conte return it, err } it.CooldownSecondsNEQ = data - case "cooldownSecondsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CooldownSecondsIn = data - case "cooldownSecondsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CooldownSecondsNotIn = data case "cooldownSecondsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -431718,7 +388038,7 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "eventType", "eventTypeNEQ", "eventTypeIn", "eventTypeNotIn", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "eventType", "eventTypeNEQ", "eventTypeIn", "eventTypeNotIn", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -431774,34 +388094,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -431823,27 +388115,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -431893,27 +388164,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -431984,34 +388234,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -432089,34 +388311,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -432194,34 +388388,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -432299,34 +388465,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -432390,34 +388528,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -432495,34 +388605,6 @@ func (ec *executionContext) unmarshalInputWorkflowEventWhereInput(ctx context.Co return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -432678,7 +388760,7 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDGT", "workflowDefinitionIDGTE", "workflowDefinitionIDLT", "workflowDefinitionIDLTE", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowProposalID", "workflowProposalIDNEQ", "workflowProposalIDIn", "workflowProposalIDNotIn", "workflowProposalIDGT", "workflowProposalIDGTE", "workflowProposalIDLT", "workflowProposalIDLTE", "workflowProposalIDContains", "workflowProposalIDHasPrefix", "workflowProposalIDHasSuffix", "workflowProposalIDIsNil", "workflowProposalIDNotNil", "workflowProposalIDEqualFold", "workflowProposalIDContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "lastEvaluatedAt", "lastEvaluatedAtNEQ", "lastEvaluatedAtIn", "lastEvaluatedAtNotIn", "lastEvaluatedAtGT", "lastEvaluatedAtGTE", "lastEvaluatedAtLT", "lastEvaluatedAtLTE", "lastEvaluatedAtIsNil", "lastEvaluatedAtNotNil", "currentActionIndex", "currentActionIndexNEQ", "currentActionIndexIn", "currentActionIndexNotIn", "currentActionIndexGT", "currentActionIndexGTE", "currentActionIndexLT", "currentActionIndexLTE", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDGT", "controlIDGTE", "controlIDLT", "controlIDLTE", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDIsNil", "controlIDNotNil", "controlIDEqualFold", "controlIDContainsFold", "internalPolicyID", "internalPolicyIDNEQ", "internalPolicyIDIn", "internalPolicyIDNotIn", "internalPolicyIDGT", "internalPolicyIDGTE", "internalPolicyIDLT", "internalPolicyIDLTE", "internalPolicyIDContains", "internalPolicyIDHasPrefix", "internalPolicyIDHasSuffix", "internalPolicyIDIsNil", "internalPolicyIDNotNil", "internalPolicyIDEqualFold", "internalPolicyIDContainsFold", "evidenceID", "evidenceIDNEQ", "evidenceIDIn", "evidenceIDNotIn", "evidenceIDGT", "evidenceIDGTE", "evidenceIDLT", "evidenceIDLTE", "evidenceIDContains", "evidenceIDHasPrefix", "evidenceIDHasSuffix", "evidenceIDIsNil", "evidenceIDNotNil", "evidenceIDEqualFold", "evidenceIDContainsFold", "subcontrolID", "subcontrolIDNEQ", "subcontrolIDIn", "subcontrolIDNotIn", "subcontrolIDGT", "subcontrolIDGTE", "subcontrolIDLT", "subcontrolIDLTE", "subcontrolIDContains", "subcontrolIDHasPrefix", "subcontrolIDHasSuffix", "subcontrolIDIsNil", "subcontrolIDNotNil", "subcontrolIDEqualFold", "subcontrolIDContainsFold", "actionPlanID", "actionPlanIDNEQ", "actionPlanIDIn", "actionPlanIDNotIn", "actionPlanIDGT", "actionPlanIDGTE", "actionPlanIDLT", "actionPlanIDLTE", "actionPlanIDContains", "actionPlanIDHasPrefix", "actionPlanIDHasSuffix", "actionPlanIDIsNil", "actionPlanIDNotNil", "actionPlanIDEqualFold", "actionPlanIDContainsFold", "procedureID", "procedureIDNEQ", "procedureIDIn", "procedureIDNotIn", "procedureIDGT", "procedureIDGTE", "procedureIDLT", "procedureIDLTE", "procedureIDContains", "procedureIDHasPrefix", "procedureIDHasSuffix", "procedureIDIsNil", "procedureIDNotNil", "procedureIDEqualFold", "procedureIDContainsFold", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "campaignTargetID", "campaignTargetIDNEQ", "campaignTargetIDIn", "campaignTargetIDNotIn", "campaignTargetIDGT", "campaignTargetIDGTE", "campaignTargetIDLT", "campaignTargetIDLTE", "campaignTargetIDContains", "campaignTargetIDHasPrefix", "campaignTargetIDHasSuffix", "campaignTargetIDIsNil", "campaignTargetIDNotNil", "campaignTargetIDEqualFold", "campaignTargetIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDGT", "identityHolderIDGTE", "identityHolderIDLT", "identityHolderIDLTE", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDGT", "assessmentResponseIDGTE", "assessmentResponseIDLT", "assessmentResponseIDLTE", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDGT", "findingIDGTE", "findingIDLT", "findingIDLTE", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDIsNil", "findingIDNotNil", "findingIDEqualFold", "findingIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "remediationID", "remediationIDNEQ", "remediationIDIn", "remediationIDNotIn", "remediationIDGT", "remediationIDGTE", "remediationIDLT", "remediationIDLTE", "remediationIDContains", "remediationIDHasPrefix", "remediationIDHasSuffix", "remediationIDIsNil", "remediationIDNotNil", "remediationIDEqualFold", "remediationIDContainsFold", "riskID", "riskIDNEQ", "riskIDIn", "riskIDNotIn", "riskIDGT", "riskIDGTE", "riskIDLT", "riskIDLTE", "riskIDContains", "riskIDHasPrefix", "riskIDHasSuffix", "riskIDIsNil", "riskIDNotNil", "riskIDEqualFold", "riskIDContainsFold", "taskID", "taskIDNEQ", "taskIDIn", "taskIDNotIn", "taskIDGT", "taskIDGTE", "taskIDLT", "taskIDLTE", "taskIDContains", "taskIDHasPrefix", "taskIDHasSuffix", "taskIDIsNil", "taskIDNotNil", "taskIDEqualFold", "taskIDContainsFold", "vulnerabilityID", "vulnerabilityIDNEQ", "vulnerabilityIDIn", "vulnerabilityIDNotIn", "vulnerabilityIDGT", "vulnerabilityIDGTE", "vulnerabilityIDLT", "vulnerabilityIDLTE", "vulnerabilityIDContains", "vulnerabilityIDHasPrefix", "vulnerabilityIDHasSuffix", "vulnerabilityIDIsNil", "vulnerabilityIDNotNil", "vulnerabilityIDEqualFold", "vulnerabilityIDContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasControl", "hasControlWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasEvidence", "hasEvidenceWith", "hasSubcontrol", "hasSubcontrolWith", "hasActionPlan", "hasActionPlanWith", "hasProcedure", "hasProcedureWith", "hasCampaign", "hasCampaignWith", "hasCampaignTarget", "hasCampaignTargetWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasPlatform", "hasPlatformWith", "hasAssessment", "hasAssessmentWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "hasFinding", "hasFindingWith", "hasIntegration", "hasIntegrationWith", "hasRemediation", "hasRemediationWith", "hasRisk", "hasRiskWith", "hasTask", "hasTaskWith", "hasVulnerability", "hasVulnerabilityWith", "hasWorkflowAssignments", "hasWorkflowAssignmentsWith", "hasWorkflowEvents", "hasWorkflowEventsWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowProposalID", "workflowProposalIDNEQ", "workflowProposalIDIn", "workflowProposalIDNotIn", "workflowProposalIDContains", "workflowProposalIDHasPrefix", "workflowProposalIDHasSuffix", "workflowProposalIDIsNil", "workflowProposalIDNotNil", "workflowProposalIDEqualFold", "workflowProposalIDContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "lastEvaluatedAt", "lastEvaluatedAtGT", "lastEvaluatedAtGTE", "lastEvaluatedAtLT", "lastEvaluatedAtLTE", "lastEvaluatedAtIsNil", "lastEvaluatedAtNotNil", "currentActionIndex", "currentActionIndexNEQ", "currentActionIndexGT", "currentActionIndexGTE", "currentActionIndexLT", "currentActionIndexLTE", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDIsNil", "controlIDNotNil", "controlIDEqualFold", "controlIDContainsFold", "internalPolicyID", "internalPolicyIDNEQ", "internalPolicyIDIn", "internalPolicyIDNotIn", "internalPolicyIDContains", "internalPolicyIDHasPrefix", "internalPolicyIDHasSuffix", "internalPolicyIDIsNil", "internalPolicyIDNotNil", "internalPolicyIDEqualFold", "internalPolicyIDContainsFold", "evidenceID", "evidenceIDNEQ", "evidenceIDIn", "evidenceIDNotIn", "evidenceIDContains", "evidenceIDHasPrefix", "evidenceIDHasSuffix", "evidenceIDIsNil", "evidenceIDNotNil", "evidenceIDEqualFold", "evidenceIDContainsFold", "subcontrolID", "subcontrolIDNEQ", "subcontrolIDIn", "subcontrolIDNotIn", "subcontrolIDContains", "subcontrolIDHasPrefix", "subcontrolIDHasSuffix", "subcontrolIDIsNil", "subcontrolIDNotNil", "subcontrolIDEqualFold", "subcontrolIDContainsFold", "actionPlanID", "actionPlanIDNEQ", "actionPlanIDIn", "actionPlanIDNotIn", "actionPlanIDContains", "actionPlanIDHasPrefix", "actionPlanIDHasSuffix", "actionPlanIDIsNil", "actionPlanIDNotNil", "actionPlanIDEqualFold", "actionPlanIDContainsFold", "procedureID", "procedureIDNEQ", "procedureIDIn", "procedureIDNotIn", "procedureIDContains", "procedureIDHasPrefix", "procedureIDHasSuffix", "procedureIDIsNil", "procedureIDNotNil", "procedureIDEqualFold", "procedureIDContainsFold", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "campaignTargetID", "campaignTargetIDNEQ", "campaignTargetIDIn", "campaignTargetIDNotIn", "campaignTargetIDContains", "campaignTargetIDHasPrefix", "campaignTargetIDHasSuffix", "campaignTargetIDIsNil", "campaignTargetIDNotNil", "campaignTargetIDEqualFold", "campaignTargetIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDIsNil", "findingIDNotNil", "findingIDEqualFold", "findingIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "remediationID", "remediationIDNEQ", "remediationIDIn", "remediationIDNotIn", "remediationIDContains", "remediationIDHasPrefix", "remediationIDHasSuffix", "remediationIDIsNil", "remediationIDNotNil", "remediationIDEqualFold", "remediationIDContainsFold", "riskID", "riskIDNEQ", "riskIDIn", "riskIDNotIn", "riskIDContains", "riskIDHasPrefix", "riskIDHasSuffix", "riskIDIsNil", "riskIDNotNil", "riskIDEqualFold", "riskIDContainsFold", "taskID", "taskIDNEQ", "taskIDIn", "taskIDNotIn", "taskIDContains", "taskIDHasPrefix", "taskIDHasSuffix", "taskIDIsNil", "taskIDNotNil", "taskIDEqualFold", "taskIDContainsFold", "vulnerabilityID", "vulnerabilityIDNEQ", "vulnerabilityIDIn", "vulnerabilityIDNotIn", "vulnerabilityIDContains", "vulnerabilityIDHasPrefix", "vulnerabilityIDHasSuffix", "vulnerabilityIDIsNil", "vulnerabilityIDNotNil", "vulnerabilityIDEqualFold", "vulnerabilityIDContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowDefinition", "hasWorkflowDefinitionWith", "hasControl", "hasControlWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasEvidence", "hasEvidenceWith", "hasSubcontrol", "hasSubcontrolWith", "hasActionPlan", "hasActionPlanWith", "hasProcedure", "hasProcedureWith", "hasCampaign", "hasCampaignWith", "hasCampaignTarget", "hasCampaignTargetWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasPlatform", "hasPlatformWith", "hasAssessment", "hasAssessmentWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "hasFinding", "hasFindingWith", "hasIntegration", "hasIntegrationWith", "hasRemediation", "hasRemediationWith", "hasRisk", "hasRiskWith", "hasTask", "hasTaskWith", "hasVulnerability", "hasVulnerabilityWith", "hasWorkflowAssignments", "hasWorkflowAssignmentsWith", "hasWorkflowEvents", "hasWorkflowEventsWith", "hasEmailTemplates", "hasEmailTemplatesWith", "hasWorkflowObjectRefs", "hasWorkflowObjectRefsWith", "tagsHas"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -432734,34 +388816,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -432783,27 +388837,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -432853,27 +388886,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -432944,34 +388956,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -433049,34 +389033,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -433154,34 +389110,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -433259,34 +389187,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -433350,34 +389250,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -433455,34 +389327,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.WorkflowDefinitionIDNotIn = data - case "workflowDefinitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGT = data - case "workflowDefinitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGTE = data - case "workflowDefinitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLT = data - case "workflowDefinitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLTE = data case "workflowDefinitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -433546,34 +389390,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.WorkflowProposalIDNotIn = data - case "workflowProposalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowProposalIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowProposalIDGT = data - case "workflowProposalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowProposalIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowProposalIDGTE = data - case "workflowProposalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowProposalIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowProposalIDLT = data - case "workflowProposalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowProposalIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowProposalIDLTE = data case "workflowProposalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowProposalIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -433658,27 +389474,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.LastEvaluatedAt = data - case "lastEvaluatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEvaluatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastEvaluatedAtNEQ = data - case "lastEvaluatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEvaluatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEvaluatedAtIn = data - case "lastEvaluatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEvaluatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEvaluatedAtNotIn = data case "lastEvaluatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEvaluatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -433735,20 +389530,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.CurrentActionIndexNEQ = data - case "currentActionIndexIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("currentActionIndexIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CurrentActionIndexIn = data - case "currentActionIndexNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("currentActionIndexNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CurrentActionIndexNotIn = data case "currentActionIndexGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("currentActionIndexGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -433805,34 +389586,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.ControlIDNotIn = data - case "controlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGT = data - case "controlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGTE = data - case "controlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLT = data - case "controlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLTE = data case "controlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -433910,34 +389663,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.InternalPolicyIDNotIn = data - case "internalPolicyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDGT = data - case "internalPolicyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDGTE = data - case "internalPolicyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDLT = data - case "internalPolicyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDLTE = data case "internalPolicyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434015,34 +389740,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.EvidenceIDNotIn = data - case "evidenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDGT = data - case "evidenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDGTE = data - case "evidenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDLT = data - case "evidenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDLTE = data case "evidenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434120,34 +389817,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.SubcontrolIDNotIn = data - case "subcontrolIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDGT = data - case "subcontrolIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDGTE = data - case "subcontrolIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDLT = data - case "subcontrolIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDLTE = data case "subcontrolIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434225,34 +389894,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.ActionPlanIDNotIn = data - case "actionPlanIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDGT = data - case "actionPlanIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDGTE = data - case "actionPlanIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDLT = data - case "actionPlanIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDLTE = data case "actionPlanIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434330,34 +389971,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.ProcedureIDNotIn = data - case "procedureIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDGT = data - case "procedureIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDGTE = data - case "procedureIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDLT = data - case "procedureIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDLTE = data case "procedureIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434435,34 +390048,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434540,34 +390125,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.CampaignTargetIDNotIn = data - case "campaignTargetIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDGT = data - case "campaignTargetIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDGTE = data - case "campaignTargetIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDLT = data - case "campaignTargetIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDLTE = data case "campaignTargetIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434645,34 +390202,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.IdentityHolderIDNotIn = data - case "identityHolderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGT = data - case "identityHolderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGTE = data - case "identityHolderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLT = data - case "identityHolderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLTE = data case "identityHolderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434750,34 +390279,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434855,34 +390356,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -434960,34 +390433,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.AssessmentResponseIDNotIn = data - case "assessmentResponseIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGT = data - case "assessmentResponseIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGTE = data - case "assessmentResponseIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLT = data - case "assessmentResponseIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLTE = data case "assessmentResponseIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435065,34 +390510,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.FindingIDNotIn = data - case "findingIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGT = data - case "findingIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGTE = data - case "findingIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLT = data - case "findingIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLTE = data case "findingIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435170,34 +390587,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435275,34 +390664,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.RemediationIDNotIn = data - case "remediationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDGT = data - case "remediationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDGTE = data - case "remediationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDLT = data - case "remediationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDLTE = data case "remediationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435380,34 +390741,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.RiskIDNotIn = data - case "riskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDGT = data - case "riskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDGTE = data - case "riskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDLT = data - case "riskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDLTE = data case "riskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435485,34 +390818,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.TaskIDNotIn = data - case "taskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDGT = data - case "taskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDGTE = data - case "taskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDLT = data - case "taskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDLTE = data case "taskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -435590,34 +390895,6 @@ func (ec *executionContext) unmarshalInputWorkflowInstanceWhereInput(ctx context return it, err } it.VulnerabilityIDNotIn = data - case "vulnerabilityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDGT = data - case "vulnerabilityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDGTE = data - case "vulnerabilityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDLT = data - case "vulnerabilityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDLTE = data case "vulnerabilityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -436067,7 +391344,7 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDGT", "controlIDGTE", "controlIDLT", "controlIDLTE", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDIsNil", "controlIDNotNil", "controlIDEqualFold", "controlIDContainsFold", "taskID", "taskIDNEQ", "taskIDIn", "taskIDNotIn", "taskIDGT", "taskIDGTE", "taskIDLT", "taskIDLTE", "taskIDContains", "taskIDHasPrefix", "taskIDHasSuffix", "taskIDIsNil", "taskIDNotNil", "taskIDEqualFold", "taskIDContainsFold", "internalPolicyID", "internalPolicyIDNEQ", "internalPolicyIDIn", "internalPolicyIDNotIn", "internalPolicyIDGT", "internalPolicyIDGTE", "internalPolicyIDLT", "internalPolicyIDLTE", "internalPolicyIDContains", "internalPolicyIDHasPrefix", "internalPolicyIDHasSuffix", "internalPolicyIDIsNil", "internalPolicyIDNotNil", "internalPolicyIDEqualFold", "internalPolicyIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDGT", "findingIDGTE", "findingIDLT", "findingIDLTE", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDIsNil", "findingIDNotNil", "findingIDEqualFold", "findingIDContainsFold", "directoryAccountID", "directoryAccountIDNEQ", "directoryAccountIDIn", "directoryAccountIDNotIn", "directoryAccountIDGT", "directoryAccountIDGTE", "directoryAccountIDLT", "directoryAccountIDLTE", "directoryAccountIDContains", "directoryAccountIDHasPrefix", "directoryAccountIDHasSuffix", "directoryAccountIDIsNil", "directoryAccountIDNotNil", "directoryAccountIDEqualFold", "directoryAccountIDContainsFold", "directoryGroupID", "directoryGroupIDNEQ", "directoryGroupIDIn", "directoryGroupIDNotIn", "directoryGroupIDGT", "directoryGroupIDGTE", "directoryGroupIDLT", "directoryGroupIDLTE", "directoryGroupIDContains", "directoryGroupIDHasPrefix", "directoryGroupIDHasSuffix", "directoryGroupIDIsNil", "directoryGroupIDNotNil", "directoryGroupIDEqualFold", "directoryGroupIDContainsFold", "directoryMembershipID", "directoryMembershipIDNEQ", "directoryMembershipIDIn", "directoryMembershipIDNotIn", "directoryMembershipIDGT", "directoryMembershipIDGTE", "directoryMembershipIDLT", "directoryMembershipIDLTE", "directoryMembershipIDContains", "directoryMembershipIDHasPrefix", "directoryMembershipIDHasSuffix", "directoryMembershipIDIsNil", "directoryMembershipIDNotNil", "directoryMembershipIDEqualFold", "directoryMembershipIDContainsFold", "evidenceID", "evidenceIDNEQ", "evidenceIDIn", "evidenceIDNotIn", "evidenceIDGT", "evidenceIDGTE", "evidenceIDLT", "evidenceIDLTE", "evidenceIDContains", "evidenceIDHasPrefix", "evidenceIDHasSuffix", "evidenceIDIsNil", "evidenceIDNotNil", "evidenceIDEqualFold", "evidenceIDContainsFold", "subcontrolID", "subcontrolIDNEQ", "subcontrolIDIn", "subcontrolIDNotIn", "subcontrolIDGT", "subcontrolIDGTE", "subcontrolIDLT", "subcontrolIDLTE", "subcontrolIDContains", "subcontrolIDHasPrefix", "subcontrolIDHasSuffix", "subcontrolIDIsNil", "subcontrolIDNotNil", "subcontrolIDEqualFold", "subcontrolIDContainsFold", "actionPlanID", "actionPlanIDNEQ", "actionPlanIDIn", "actionPlanIDNotIn", "actionPlanIDGT", "actionPlanIDGTE", "actionPlanIDLT", "actionPlanIDLTE", "actionPlanIDContains", "actionPlanIDHasPrefix", "actionPlanIDHasSuffix", "actionPlanIDIsNil", "actionPlanIDNotNil", "actionPlanIDEqualFold", "actionPlanIDContainsFold", "procedureID", "procedureIDNEQ", "procedureIDIn", "procedureIDNotIn", "procedureIDGT", "procedureIDGTE", "procedureIDLT", "procedureIDLTE", "procedureIDContains", "procedureIDHasPrefix", "procedureIDHasSuffix", "procedureIDIsNil", "procedureIDNotNil", "procedureIDEqualFold", "procedureIDContainsFold", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "campaignTargetID", "campaignTargetIDNEQ", "campaignTargetIDIn", "campaignTargetIDNotIn", "campaignTargetIDGT", "campaignTargetIDGTE", "campaignTargetIDLT", "campaignTargetIDLTE", "campaignTargetIDContains", "campaignTargetIDHasPrefix", "campaignTargetIDHasSuffix", "campaignTargetIDIsNil", "campaignTargetIDNotNil", "campaignTargetIDEqualFold", "campaignTargetIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDGT", "identityHolderIDGTE", "identityHolderIDLT", "identityHolderIDLTE", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDGT", "platformIDGTE", "platformIDLT", "platformIDLTE", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "vulnerabilityID", "vulnerabilityIDNEQ", "vulnerabilityIDIn", "vulnerabilityIDNotIn", "vulnerabilityIDGT", "vulnerabilityIDGTE", "vulnerabilityIDLT", "vulnerabilityIDLTE", "vulnerabilityIDContains", "vulnerabilityIDHasPrefix", "vulnerabilityIDHasSuffix", "vulnerabilityIDIsNil", "vulnerabilityIDNotNil", "vulnerabilityIDEqualFold", "vulnerabilityIDContainsFold", "riskID", "riskIDNEQ", "riskIDIn", "riskIDNotIn", "riskIDGT", "riskIDGTE", "riskIDLT", "riskIDLTE", "riskIDContains", "riskIDHasPrefix", "riskIDHasSuffix", "riskIDIsNil", "riskIDNotNil", "riskIDEqualFold", "riskIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDGT", "assessmentResponseIDGTE", "assessmentResponseIDLT", "assessmentResponseIDLTE", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "remediationID", "remediationIDNEQ", "remediationIDIn", "remediationIDNotIn", "remediationIDGT", "remediationIDGTE", "remediationIDLT", "remediationIDLTE", "remediationIDContains", "remediationIDHasPrefix", "remediationIDHasSuffix", "remediationIDIsNil", "remediationIDNotNil", "remediationIDEqualFold", "remediationIDContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasControl", "hasControlWith", "hasTask", "hasTaskWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasFinding", "hasFindingWith", "hasDirectoryAccount", "hasDirectoryAccountWith", "hasDirectoryGroup", "hasDirectoryGroupWith", "hasDirectoryMembership", "hasDirectoryMembershipWith", "hasEvidence", "hasEvidenceWith", "hasSubcontrol", "hasSubcontrolWith", "hasActionPlan", "hasActionPlanWith", "hasProcedure", "hasProcedureWith", "hasCampaign", "hasCampaignWith", "hasCampaignTarget", "hasCampaignTargetWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasPlatform", "hasPlatformWith", "hasVulnerability", "hasVulnerabilityWith", "hasRisk", "hasRiskWith", "hasAssessment", "hasAssessmentWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "hasRemediation", "hasRemediationWith"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDIsNil", "controlIDNotNil", "controlIDEqualFold", "controlIDContainsFold", "taskID", "taskIDNEQ", "taskIDIn", "taskIDNotIn", "taskIDContains", "taskIDHasPrefix", "taskIDHasSuffix", "taskIDIsNil", "taskIDNotNil", "taskIDEqualFold", "taskIDContainsFold", "internalPolicyID", "internalPolicyIDNEQ", "internalPolicyIDIn", "internalPolicyIDNotIn", "internalPolicyIDContains", "internalPolicyIDHasPrefix", "internalPolicyIDHasSuffix", "internalPolicyIDIsNil", "internalPolicyIDNotNil", "internalPolicyIDEqualFold", "internalPolicyIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDIsNil", "findingIDNotNil", "findingIDEqualFold", "findingIDContainsFold", "directoryAccountID", "directoryAccountIDNEQ", "directoryAccountIDIn", "directoryAccountIDNotIn", "directoryAccountIDContains", "directoryAccountIDHasPrefix", "directoryAccountIDHasSuffix", "directoryAccountIDIsNil", "directoryAccountIDNotNil", "directoryAccountIDEqualFold", "directoryAccountIDContainsFold", "directoryGroupID", "directoryGroupIDNEQ", "directoryGroupIDIn", "directoryGroupIDNotIn", "directoryGroupIDContains", "directoryGroupIDHasPrefix", "directoryGroupIDHasSuffix", "directoryGroupIDIsNil", "directoryGroupIDNotNil", "directoryGroupIDEqualFold", "directoryGroupIDContainsFold", "directoryMembershipID", "directoryMembershipIDNEQ", "directoryMembershipIDIn", "directoryMembershipIDNotIn", "directoryMembershipIDContains", "directoryMembershipIDHasPrefix", "directoryMembershipIDHasSuffix", "directoryMembershipIDIsNil", "directoryMembershipIDNotNil", "directoryMembershipIDEqualFold", "directoryMembershipIDContainsFold", "evidenceID", "evidenceIDNEQ", "evidenceIDIn", "evidenceIDNotIn", "evidenceIDContains", "evidenceIDHasPrefix", "evidenceIDHasSuffix", "evidenceIDIsNil", "evidenceIDNotNil", "evidenceIDEqualFold", "evidenceIDContainsFold", "subcontrolID", "subcontrolIDNEQ", "subcontrolIDIn", "subcontrolIDNotIn", "subcontrolIDContains", "subcontrolIDHasPrefix", "subcontrolIDHasSuffix", "subcontrolIDIsNil", "subcontrolIDNotNil", "subcontrolIDEqualFold", "subcontrolIDContainsFold", "actionPlanID", "actionPlanIDNEQ", "actionPlanIDIn", "actionPlanIDNotIn", "actionPlanIDContains", "actionPlanIDHasPrefix", "actionPlanIDHasSuffix", "actionPlanIDIsNil", "actionPlanIDNotNil", "actionPlanIDEqualFold", "actionPlanIDContainsFold", "procedureID", "procedureIDNEQ", "procedureIDIn", "procedureIDNotIn", "procedureIDContains", "procedureIDHasPrefix", "procedureIDHasSuffix", "procedureIDIsNil", "procedureIDNotNil", "procedureIDEqualFold", "procedureIDContainsFold", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "campaignTargetID", "campaignTargetIDNEQ", "campaignTargetIDIn", "campaignTargetIDNotIn", "campaignTargetIDContains", "campaignTargetIDHasPrefix", "campaignTargetIDHasSuffix", "campaignTargetIDIsNil", "campaignTargetIDNotNil", "campaignTargetIDEqualFold", "campaignTargetIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "platformID", "platformIDNEQ", "platformIDIn", "platformIDNotIn", "platformIDContains", "platformIDHasPrefix", "platformIDHasSuffix", "platformIDIsNil", "platformIDNotNil", "platformIDEqualFold", "platformIDContainsFold", "vulnerabilityID", "vulnerabilityIDNEQ", "vulnerabilityIDIn", "vulnerabilityIDNotIn", "vulnerabilityIDContains", "vulnerabilityIDHasPrefix", "vulnerabilityIDHasSuffix", "vulnerabilityIDIsNil", "vulnerabilityIDNotNil", "vulnerabilityIDEqualFold", "vulnerabilityIDContainsFold", "riskID", "riskIDNEQ", "riskIDIn", "riskIDNotIn", "riskIDContains", "riskIDHasPrefix", "riskIDHasSuffix", "riskIDIsNil", "riskIDNotNil", "riskIDEqualFold", "riskIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold", "remediationID", "remediationIDNEQ", "remediationIDIn", "remediationIDNotIn", "remediationIDContains", "remediationIDHasPrefix", "remediationIDHasSuffix", "remediationIDIsNil", "remediationIDNotNil", "remediationIDEqualFold", "remediationIDContainsFold", "hasOwner", "hasOwnerWith", "hasWorkflowInstance", "hasWorkflowInstanceWith", "hasControl", "hasControlWith", "hasTask", "hasTaskWith", "hasInternalPolicy", "hasInternalPolicyWith", "hasFinding", "hasFindingWith", "hasDirectoryAccount", "hasDirectoryAccountWith", "hasDirectoryGroup", "hasDirectoryGroupWith", "hasDirectoryMembership", "hasDirectoryMembershipWith", "hasEvidence", "hasEvidenceWith", "hasSubcontrol", "hasSubcontrolWith", "hasActionPlan", "hasActionPlanWith", "hasProcedure", "hasProcedureWith", "hasCampaign", "hasCampaignWith", "hasCampaignTarget", "hasCampaignTargetWith", "hasIdentityHolder", "hasIdentityHolderWith", "hasPlatform", "hasPlatformWith", "hasVulnerability", "hasVulnerabilityWith", "hasRisk", "hasRiskWith", "hasAssessment", "hasAssessmentWith", "hasAssessmentResponse", "hasAssessmentResponseWith", "hasRemediation", "hasRemediationWith"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -436123,34 +391400,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -436172,27 +391421,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -436242,27 +391470,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -436333,34 +391540,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -436438,34 +391617,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -436543,34 +391694,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -436648,34 +391771,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -436739,34 +391834,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -436844,34 +391911,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -436935,34 +391974,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.ControlIDNotIn = data - case "controlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGT = data - case "controlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGTE = data - case "controlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLT = data - case "controlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLTE = data case "controlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437040,34 +392051,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.TaskIDNotIn = data - case "taskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDGT = data - case "taskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDGTE = data - case "taskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDLT = data - case "taskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskIDLTE = data case "taskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437145,34 +392128,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.InternalPolicyIDNotIn = data - case "internalPolicyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDGT = data - case "internalPolicyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDGTE = data - case "internalPolicyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDLT = data - case "internalPolicyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyIDLTE = data case "internalPolicyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437250,34 +392205,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.FindingIDNotIn = data - case "findingIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGT = data - case "findingIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGTE = data - case "findingIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLT = data - case "findingIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLTE = data case "findingIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437355,34 +392282,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.DirectoryAccountIDNotIn = data - case "directoryAccountIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryAccountIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryAccountIDGT = data - case "directoryAccountIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryAccountIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryAccountIDGTE = data - case "directoryAccountIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryAccountIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryAccountIDLT = data - case "directoryAccountIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryAccountIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryAccountIDLTE = data case "directoryAccountIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryAccountIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437460,34 +392359,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.DirectoryGroupIDNotIn = data - case "directoryGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryGroupIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryGroupIDGT = data - case "directoryGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryGroupIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryGroupIDGTE = data - case "directoryGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryGroupIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryGroupIDLT = data - case "directoryGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryGroupIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryGroupIDLTE = data case "directoryGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryGroupIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437565,34 +392436,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.DirectoryMembershipIDNotIn = data - case "directoryMembershipIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryMembershipIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryMembershipIDGT = data - case "directoryMembershipIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryMembershipIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryMembershipIDGTE = data - case "directoryMembershipIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryMembershipIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryMembershipIDLT = data - case "directoryMembershipIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryMembershipIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DirectoryMembershipIDLTE = data case "directoryMembershipIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("directoryMembershipIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437670,34 +392513,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.EvidenceIDNotIn = data - case "evidenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDGT = data - case "evidenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDGTE = data - case "evidenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDLT = data - case "evidenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EvidenceIDLTE = data case "evidenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("evidenceIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437775,34 +392590,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.SubcontrolIDNotIn = data - case "subcontrolIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDGT = data - case "subcontrolIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDGTE = data - case "subcontrolIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDLT = data - case "subcontrolIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolIDLTE = data case "subcontrolIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437880,34 +392667,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.ActionPlanIDNotIn = data - case "actionPlanIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDGT = data - case "actionPlanIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDGTE = data - case "actionPlanIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDLT = data - case "actionPlanIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanIDLTE = data case "actionPlanIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -437985,34 +392744,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.ProcedureIDNotIn = data - case "procedureIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDGT = data - case "procedureIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDGTE = data - case "procedureIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDLT = data - case "procedureIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureIDLTE = data case "procedureIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438090,34 +392821,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438195,34 +392898,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.CampaignTargetIDNotIn = data - case "campaignTargetIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDGT = data - case "campaignTargetIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDGTE = data - case "campaignTargetIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDLT = data - case "campaignTargetIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignTargetIDLTE = data case "campaignTargetIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignTargetIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438300,34 +392975,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.IdentityHolderIDNotIn = data - case "identityHolderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGT = data - case "identityHolderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGTE = data - case "identityHolderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLT = data - case "identityHolderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLTE = data case "identityHolderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438405,34 +393052,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.PlatformIDNotIn = data - case "platformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGT = data - case "platformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDGTE = data - case "platformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLT = data - case "platformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformIDLTE = data case "platformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438510,34 +393129,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.VulnerabilityIDNotIn = data - case "vulnerabilityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDGT = data - case "vulnerabilityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDGTE = data - case "vulnerabilityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDLT = data - case "vulnerabilityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityIDLTE = data case "vulnerabilityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438615,34 +393206,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.RiskIDNotIn = data - case "riskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDGT = data - case "riskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDGTE = data - case "riskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDLT = data - case "riskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskIDLTE = data case "riskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438720,34 +393283,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438825,34 +393360,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.AssessmentResponseIDNotIn = data - case "assessmentResponseIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGT = data - case "assessmentResponseIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGTE = data - case "assessmentResponseIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLT = data - case "assessmentResponseIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLTE = data case "assessmentResponseIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -438930,34 +393437,6 @@ func (ec *executionContext) unmarshalInputWorkflowObjectRefWhereInput(ctx contex return it, err } it.RemediationIDNotIn = data - case "remediationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDGT = data - case "remediationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDGTE = data - case "remediationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDLT = data - case "remediationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RemediationIDLTE = data case "remediationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -538785,41 +493264,6 @@ func (ec *executionContext) marshalOTime2timeᚐTime(ctx context.Context, sel as return res } -func (ec *executionContext) unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx context.Context, v any) ([]time.Time, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]time.Time, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNTime2timeᚐTime(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOTime2ᚕtimeᚐTimeᚄ(ctx context.Context, sel ast.SelectionSet, v []time.Time) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNTime2timeᚐTime(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalOTime2ᚖtimeᚐTime(ctx context.Context, v any) (*time.Time, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/generated/prelude.generated.go b/internal/graphapi/generated/prelude.generated.go index c851a8dc0f..a1708e2276 100644 --- a/internal/graphapi/generated/prelude.generated.go +++ b/internal/graphapi/generated/prelude.generated.go @@ -1678,22 +1678,6 @@ func (ec *executionContext) marshalNInt2int(ctx context.Context, sel ast.Selecti return res } -func (ec *executionContext) unmarshalNInt2int64(ctx context.Context, v any) (int64, error) { - res, err := graphql.UnmarshalInt64(v) - return res, graphql.ErrorOnPath(ctx, err) -} - -func (ec *executionContext) marshalNInt2int64(ctx context.Context, sel ast.SelectionSet, v int64) graphql.Marshaler { - _ = sel - res := graphql.MarshalInt64(v) - if res == graphql.Null { - if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { - graphql.AddErrorf(ctx, "the requested element is null which the schema does not allow") - } - } - return res -} - func (ec *executionContext) unmarshalNInt2ᚖint(ctx context.Context, v any) (*int, error) { res, err := graphql.UnmarshalInt(v) return &res, graphql.ErrorOnPath(ctx, err) @@ -2083,76 +2067,6 @@ func (ec *executionContext) marshalOInt2int64(ctx context.Context, sel ast.Selec return res } -func (ec *executionContext) unmarshalOInt2ᚕint64ᚄ(ctx context.Context, v any) ([]int64, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]int64, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNInt2int64(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOInt2ᚕint64ᚄ(ctx context.Context, sel ast.SelectionSet, v []int64) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNInt2int64(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - -func (ec *executionContext) unmarshalOInt2ᚕintᚄ(ctx context.Context, v any) ([]int, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]int, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNInt2int(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOInt2ᚕintᚄ(ctx context.Context, sel ast.SelectionSet, v []int) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNInt2int(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalOInt2ᚖint(ctx context.Context, v any) (*int, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/generated/root_.generated.go b/internal/graphapi/generated/root_.generated.go index bead8d0f82..57fc00c55d 100644 --- a/internal/graphapi/generated/root_.generated.go +++ b/internal/graphapi/generated/root_.generated.go @@ -58146,19 +58146,12 @@ input APITokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -58169,9 +58162,6 @@ input APITokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -58185,10 +58175,6 @@ input APITokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -58203,10 +58189,6 @@ input APITokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -58221,10 +58203,6 @@ input APITokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -58239,10 +58217,6 @@ input APITokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -58257,10 +58231,6 @@ input APITokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -58270,9 +58240,6 @@ input APITokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -58283,9 +58250,6 @@ input APITokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -58306,10 +58270,6 @@ input APITokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -58324,10 +58284,6 @@ input APITokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -58339,9 +58295,6 @@ input APITokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -59094,19 +59047,12 @@ input ActionPlanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -59117,9 +59063,6 @@ input ActionPlanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -59133,10 +59076,6 @@ input ActionPlanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -59151,10 +59090,6 @@ input ActionPlanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -59169,10 +59104,6 @@ input ActionPlanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -59187,10 +59118,6 @@ input ActionPlanWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -59205,10 +59132,6 @@ input ActionPlanWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -59239,10 +59162,6 @@ input ActionPlanWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -59261,9 +59180,6 @@ input ActionPlanWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -59286,10 +59202,6 @@ input ActionPlanWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -59304,10 +59216,6 @@ input ActionPlanWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -59322,10 +59230,6 @@ input ActionPlanWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -59340,10 +59244,6 @@ input ActionPlanWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -59358,10 +59258,6 @@ input ActionPlanWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -59376,10 +59272,6 @@ input ActionPlanWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -59394,10 +59286,6 @@ input ActionPlanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -59419,10 +59307,6 @@ input ActionPlanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -59437,10 +59321,6 @@ input ActionPlanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -59455,10 +59335,6 @@ input ActionPlanWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -59473,10 +59349,6 @@ input ActionPlanWhereInput { actionPlanKindIDNEQ: ID actionPlanKindIDIn: [ID!] actionPlanKindIDNotIn: [ID!] - actionPlanKindIDGT: ID - actionPlanKindIDGTE: ID - actionPlanKindIDLT: ID - actionPlanKindIDLTE: ID actionPlanKindIDContains: ID actionPlanKindIDHasPrefix: ID actionPlanKindIDHasSuffix: ID @@ -59498,10 +59370,6 @@ input ActionPlanWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -59514,10 +59382,6 @@ input ActionPlanWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -59529,9 +59393,6 @@ input ActionPlanWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -59542,9 +59403,6 @@ input ActionPlanWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -59577,10 +59435,6 @@ input ActionPlanWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -59595,10 +59449,6 @@ input ActionPlanWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -60361,19 +60211,12 @@ input AssessmentResponseWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -60384,9 +60227,6 @@ input AssessmentResponseWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -60400,10 +60240,6 @@ input AssessmentResponseWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -60418,10 +60254,6 @@ input AssessmentResponseWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -60436,10 +60268,6 @@ input AssessmentResponseWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -60454,10 +60282,6 @@ input AssessmentResponseWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -60479,10 +60303,6 @@ input AssessmentResponseWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -60500,10 +60320,6 @@ input AssessmentResponseWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -60518,10 +60334,6 @@ input AssessmentResponseWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -60536,10 +60348,6 @@ input AssessmentResponseWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -60554,10 +60362,6 @@ input AssessmentResponseWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -60572,10 +60376,6 @@ input AssessmentResponseWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -60588,8 +60388,6 @@ input AssessmentResponseWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -60598,9 +60396,6 @@ input AssessmentResponseWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -60611,9 +60406,6 @@ input AssessmentResponseWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -60624,9 +60416,6 @@ input AssessmentResponseWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -60638,8 +60427,6 @@ input AssessmentResponseWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -60651,8 +60438,6 @@ input AssessmentResponseWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -60663,9 +60448,6 @@ input AssessmentResponseWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -60683,9 +60465,6 @@ input AssessmentResponseWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -60694,9 +60473,6 @@ input AssessmentResponseWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -60705,9 +60481,6 @@ input AssessmentResponseWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -60718,9 +60491,6 @@ input AssessmentResponseWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -60788,19 +60558,12 @@ input AssessmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -60811,9 +60574,6 @@ input AssessmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -60827,10 +60587,6 @@ input AssessmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -60845,10 +60601,6 @@ input AssessmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -60863,10 +60615,6 @@ input AssessmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -60881,10 +60629,6 @@ input AssessmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -60906,10 +60650,6 @@ input AssessmentWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -60924,10 +60664,6 @@ input AssessmentWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -60949,10 +60685,6 @@ input AssessmentWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -60972,10 +60704,6 @@ input AssessmentWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -60988,8 +60716,6 @@ input AssessmentWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -61902,19 +61628,12 @@ input AssetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -61925,9 +61644,6 @@ input AssetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -61941,10 +61657,6 @@ input AssetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -61959,10 +61671,6 @@ input AssetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -61977,10 +61685,6 @@ input AssetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -61995,10 +61699,6 @@ input AssetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -62013,10 +61713,6 @@ input AssetWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -62031,10 +61727,6 @@ input AssetWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -62049,10 +61741,6 @@ input AssetWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -62067,10 +61755,6 @@ input AssetWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -62085,10 +61769,6 @@ input AssetWhereInput { assetSubtypeIDNEQ: ID assetSubtypeIDIn: [ID!] assetSubtypeIDNotIn: [ID!] - assetSubtypeIDGT: ID - assetSubtypeIDGTE: ID - assetSubtypeIDLT: ID - assetSubtypeIDLTE: ID assetSubtypeIDContains: ID assetSubtypeIDHasPrefix: ID assetSubtypeIDHasSuffix: ID @@ -62103,10 +61783,6 @@ input AssetWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -62121,10 +61797,6 @@ input AssetWhereInput { assetDataClassificationIDNEQ: ID assetDataClassificationIDIn: [ID!] assetDataClassificationIDNotIn: [ID!] - assetDataClassificationIDGT: ID - assetDataClassificationIDGTE: ID - assetDataClassificationIDLT: ID - assetDataClassificationIDLTE: ID assetDataClassificationIDContains: ID assetDataClassificationIDHasPrefix: ID assetDataClassificationIDHasSuffix: ID @@ -62139,10 +61811,6 @@ input AssetWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -62157,10 +61825,6 @@ input AssetWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -62175,10 +61839,6 @@ input AssetWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -62193,10 +61853,6 @@ input AssetWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -62211,10 +61867,6 @@ input AssetWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -62229,10 +61881,6 @@ input AssetWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -62247,10 +61895,6 @@ input AssetWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -62265,10 +61909,6 @@ input AssetWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -62283,10 +61923,6 @@ input AssetWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -62301,10 +61937,6 @@ input AssetWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -62319,10 +61951,6 @@ input AssetWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -62337,10 +61965,6 @@ input AssetWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -62362,10 +61986,6 @@ input AssetWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -62380,10 +62000,6 @@ input AssetWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -62405,10 +62021,6 @@ input AssetWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -62421,10 +62033,6 @@ input AssetWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -62439,10 +62047,6 @@ input AssetWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -62457,10 +62061,6 @@ input AssetWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -62475,10 +62075,6 @@ input AssetWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -62493,10 +62089,6 @@ input AssetWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -62511,10 +62103,6 @@ input AssetWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -62543,10 +62131,6 @@ input AssetWhereInput { sourcePlatformIDNEQ: ID sourcePlatformIDIn: [ID!] sourcePlatformIDNotIn: [ID!] - sourcePlatformIDGT: ID - sourcePlatformIDGTE: ID - sourcePlatformIDLT: ID - sourcePlatformIDLTE: ID sourcePlatformIDContains: ID sourcePlatformIDHasPrefix: ID sourcePlatformIDHasSuffix: ID @@ -62561,10 +62145,6 @@ input AssetWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -62579,10 +62159,6 @@ input AssetWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -62607,9 +62183,6 @@ input AssetWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -62623,10 +62196,6 @@ input AssetWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -62638,9 +62207,6 @@ input AssetWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -63594,19 +63160,12 @@ input CampaignTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -63617,9 +63176,6 @@ input CampaignTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -63633,10 +63189,6 @@ input CampaignTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -63651,10 +63203,6 @@ input CampaignTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -63669,10 +63217,6 @@ input CampaignTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -63687,10 +63231,6 @@ input CampaignTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -63712,10 +63252,6 @@ input CampaignTargetWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -63730,10 +63266,6 @@ input CampaignTargetWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -63748,10 +63280,6 @@ input CampaignTargetWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -63766,10 +63294,6 @@ input CampaignTargetWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -63784,10 +63308,6 @@ input CampaignTargetWhereInput { subscriberIDNEQ: ID subscriberIDIn: [ID!] subscriberIDNotIn: [ID!] - subscriberIDGT: ID - subscriberIDGTE: ID - subscriberIDLT: ID - subscriberIDLTE: ID subscriberIDContains: ID subscriberIDHasPrefix: ID subscriberIDHasSuffix: ID @@ -63802,10 +63322,6 @@ input CampaignTargetWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -63818,10 +63334,6 @@ input CampaignTargetWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -63840,9 +63352,6 @@ input CampaignTargetWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -63853,9 +63362,6 @@ input CampaignTargetWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -63913,19 +63419,12 @@ input CampaignWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -63936,9 +63435,6 @@ input CampaignWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -63952,10 +63448,6 @@ input CampaignWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -63970,10 +63462,6 @@ input CampaignWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -63988,10 +63476,6 @@ input CampaignWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -64006,10 +63490,6 @@ input CampaignWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -64022,10 +63502,6 @@ input CampaignWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -64040,10 +63516,6 @@ input CampaignWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -64058,10 +63530,6 @@ input CampaignWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -64076,10 +63544,6 @@ input CampaignWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -64101,10 +63565,6 @@ input CampaignWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -64117,10 +63577,6 @@ input CampaignWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -64151,9 +63607,6 @@ input CampaignWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -64164,9 +63617,6 @@ input CampaignWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -64177,9 +63627,6 @@ input CampaignWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -64190,9 +63637,6 @@ input CampaignWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -64218,8 +63662,6 @@ input CampaignWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -64233,10 +63675,6 @@ input CampaignWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -64248,9 +63686,6 @@ input CampaignWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -64261,9 +63696,6 @@ input CampaignWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -64274,9 +63706,6 @@ input CampaignWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -64288,8 +63717,6 @@ input CampaignWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -64301,8 +63728,6 @@ input CampaignWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -64313,9 +63738,6 @@ input CampaignWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -64329,10 +63751,6 @@ input CampaignWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -64347,10 +63765,6 @@ input CampaignWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -64365,10 +63779,6 @@ input CampaignWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -64383,10 +63793,6 @@ input CampaignWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -64401,10 +63807,6 @@ input CampaignWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -64419,10 +63821,6 @@ input CampaignWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -64437,10 +63835,6 @@ input CampaignWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -64831,19 +64225,12 @@ input CheckResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -64854,9 +64241,6 @@ input CheckResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -64870,10 +64254,6 @@ input CheckResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -64888,10 +64268,6 @@ input CheckResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -64906,10 +64282,6 @@ input CheckResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -64931,10 +64303,6 @@ input CheckResultWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -64944,9 +64312,6 @@ input CheckResultWhereInput { last_observed_at field predicates """ lastObservedAt: DateTime - lastObservedAtNEQ: DateTime - lastObservedAtIn: [DateTime!] - lastObservedAtNotIn: [DateTime!] lastObservedAtGT: DateTime lastObservedAtGTE: DateTime lastObservedAtLT: DateTime @@ -64960,10 +64325,6 @@ input CheckResultWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -64978,10 +64339,6 @@ input CheckResultWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -64996,10 +64353,6 @@ input CheckResultWhereInput { parentExternalIDNEQ: String parentExternalIDIn: [String!] parentExternalIDNotIn: [String!] - parentExternalIDGT: String - parentExternalIDGTE: String - parentExternalIDLT: String - parentExternalIDLTE: String parentExternalIDContains: String parentExternalIDHasPrefix: String parentExternalIDHasSuffix: String @@ -65014,10 +64367,6 @@ input CheckResultWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -65358,19 +64707,12 @@ input ContactWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -65381,9 +64723,6 @@ input ContactWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -65397,10 +64736,6 @@ input ContactWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -65415,10 +64750,6 @@ input ContactWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -65433,10 +64764,6 @@ input ContactWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -65451,10 +64778,6 @@ input ContactWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -65469,10 +64792,6 @@ input ContactWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -65487,10 +64806,6 @@ input ContactWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -65505,10 +64820,6 @@ input ContactWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -65523,10 +64834,6 @@ input ContactWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -65541,10 +64848,6 @@ input ContactWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -65559,10 +64862,6 @@ input ContactWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -65584,10 +64883,6 @@ input ContactWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -65602,10 +64897,6 @@ input ContactWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -65617,9 +64908,6 @@ input ContactWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -67160,19 +66448,12 @@ input ControlImplementationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -67183,9 +66464,6 @@ input ControlImplementationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -67199,10 +66477,6 @@ input ControlImplementationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -67217,10 +66491,6 @@ input ControlImplementationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -67235,10 +66505,6 @@ input ControlImplementationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -67253,10 +66519,6 @@ input ControlImplementationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -67278,10 +66540,6 @@ input ControlImplementationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -67296,10 +66554,6 @@ input ControlImplementationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -67320,9 +66574,6 @@ input ControlImplementationWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -67340,9 +66591,6 @@ input ControlImplementationWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -67356,10 +66604,6 @@ input ControlImplementationWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -67940,19 +67184,12 @@ input ControlObjectiveWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -67963,9 +67200,6 @@ input ControlObjectiveWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -67979,10 +67213,6 @@ input ControlObjectiveWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -67997,10 +67227,6 @@ input ControlObjectiveWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -68015,10 +67241,6 @@ input ControlObjectiveWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -68033,10 +67255,6 @@ input ControlObjectiveWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -68049,10 +67267,6 @@ input ControlObjectiveWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -68067,10 +67281,6 @@ input ControlObjectiveWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -68092,10 +67302,6 @@ input ControlObjectiveWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -68110,10 +67316,6 @@ input ControlObjectiveWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -68128,10 +67330,6 @@ input ControlObjectiveWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -68144,10 +67342,6 @@ input ControlObjectiveWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -68180,10 +67374,6 @@ input ControlObjectiveWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -68198,10 +67388,6 @@ input ControlObjectiveWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -68216,10 +67402,6 @@ input ControlObjectiveWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -68349,19 +67531,12 @@ input ControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -68372,9 +67547,6 @@ input ControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -68388,10 +67560,6 @@ input ControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -68406,10 +67574,6 @@ input ControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -68424,10 +67588,6 @@ input ControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -68442,10 +67602,6 @@ input ControlWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -68458,10 +67614,6 @@ input ControlWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -68476,10 +67628,6 @@ input ControlWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -68494,10 +67642,6 @@ input ControlWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -68512,10 +67656,6 @@ input ControlWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -68530,10 +67670,6 @@ input ControlWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -68548,10 +67684,6 @@ input ControlWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -68584,10 +67716,6 @@ input ControlWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -68602,10 +67730,6 @@ input ControlWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -68629,10 +67753,6 @@ input ControlWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -68647,10 +67767,6 @@ input ControlWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -68665,10 +67781,6 @@ input ControlWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -68683,10 +67795,6 @@ input ControlWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -68701,10 +67809,6 @@ input ControlWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -68719,10 +67823,6 @@ input ControlWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -68737,10 +67837,6 @@ input ControlWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -68755,10 +67851,6 @@ input ControlWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -68773,10 +67865,6 @@ input ControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -68798,10 +67886,6 @@ input ControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -68816,10 +67900,6 @@ input ControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -68834,10 +67914,6 @@ input ControlWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -68852,10 +67928,6 @@ input ControlWhereInput { controlKindIDNEQ: ID controlKindIDIn: [ID!] controlKindIDNotIn: [ID!] - controlKindIDGT: ID - controlKindIDGTE: ID - controlKindIDLT: ID - controlKindIDLTE: ID controlKindIDContains: ID controlKindIDHasPrefix: ID controlKindIDHasSuffix: ID @@ -68870,10 +67942,6 @@ input ControlWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -68888,10 +67956,6 @@ input ControlWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -68906,10 +67970,6 @@ input ControlWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -68924,10 +67984,6 @@ input ControlWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -68949,10 +68005,6 @@ input ControlWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -68965,10 +68017,6 @@ input ControlWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -75557,19 +74605,12 @@ input CustomDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -75580,9 +74621,6 @@ input CustomDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -75596,10 +74634,6 @@ input CustomDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -75614,10 +74648,6 @@ input CustomDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -75632,10 +74662,6 @@ input CustomDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -75650,10 +74676,6 @@ input CustomDomainWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -75675,10 +74697,6 @@ input CustomDomainWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -75693,10 +74711,6 @@ input CustomDomainWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -75711,10 +74725,6 @@ input CustomDomainWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -75727,10 +74737,6 @@ input CustomDomainWhereInput { mappableDomainIDNEQ: ID mappableDomainIDIn: [ID!] mappableDomainIDNotIn: [ID!] - mappableDomainIDGT: ID - mappableDomainIDGTE: ID - mappableDomainIDLT: ID - mappableDomainIDLTE: ID mappableDomainIDContains: ID mappableDomainIDHasPrefix: ID mappableDomainIDHasSuffix: ID @@ -75743,10 +74749,6 @@ input CustomDomainWhereInput { dnsVerificationIDNEQ: ID dnsVerificationIDIn: [ID!] dnsVerificationIDNotIn: [ID!] - dnsVerificationIDGT: ID - dnsVerificationIDGTE: ID - dnsVerificationIDLT: ID - dnsVerificationIDLTE: ID dnsVerificationIDContains: ID dnsVerificationIDHasPrefix: ID dnsVerificationIDHasSuffix: ID @@ -75761,10 +74763,6 @@ input CustomDomainWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -76229,19 +75227,12 @@ input CustomTypeEnumWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -76252,9 +75243,6 @@ input CustomTypeEnumWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -76268,10 +75256,6 @@ input CustomTypeEnumWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -76286,10 +75270,6 @@ input CustomTypeEnumWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -76304,10 +75284,6 @@ input CustomTypeEnumWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -76322,10 +75298,6 @@ input CustomTypeEnumWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -76347,10 +75319,6 @@ input CustomTypeEnumWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -76365,10 +75333,6 @@ input CustomTypeEnumWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -76383,10 +75347,6 @@ input CustomTypeEnumWhereInput { objectTypeNEQ: String objectTypeIn: [String!] objectTypeNotIn: [String!] - objectTypeGT: String - objectTypeGTE: String - objectTypeLT: String - objectTypeLTE: String objectTypeContains: String objectTypeHasPrefix: String objectTypeHasSuffix: String @@ -76399,10 +75359,6 @@ input CustomTypeEnumWhereInput { fieldNEQ: String fieldIn: [String!] fieldNotIn: [String!] - fieldGT: String - fieldGTE: String - fieldLT: String - fieldLTE: String fieldContains: String fieldHasPrefix: String fieldHasSuffix: String @@ -76415,10 +75371,6 @@ input CustomTypeEnumWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -76431,10 +75383,6 @@ input CustomTypeEnumWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -76449,10 +75397,6 @@ input CustomTypeEnumWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -76467,10 +75411,6 @@ input CustomTypeEnumWhereInput { iconNEQ: String iconIn: [String!] iconNotIn: [String!] - iconGT: String - iconGTE: String - iconLT: String - iconLTE: String iconContains: String iconHasPrefix: String iconHasSuffix: String @@ -76733,19 +75673,12 @@ input DNSVerificationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -76756,9 +75689,6 @@ input DNSVerificationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -76772,10 +75702,6 @@ input DNSVerificationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -76790,10 +75716,6 @@ input DNSVerificationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -76808,10 +75730,6 @@ input DNSVerificationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -76826,10 +75744,6 @@ input DNSVerificationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -76844,10 +75758,6 @@ input DNSVerificationWhereInput { cloudflareHostnameIDNEQ: String cloudflareHostnameIDIn: [String!] cloudflareHostnameIDNotIn: [String!] - cloudflareHostnameIDGT: String - cloudflareHostnameIDGTE: String - cloudflareHostnameIDLT: String - cloudflareHostnameIDLTE: String cloudflareHostnameIDContains: String cloudflareHostnameIDHasPrefix: String cloudflareHostnameIDHasSuffix: String @@ -76860,10 +75770,6 @@ input DNSVerificationWhereInput { dnsTxtRecordNEQ: String dnsTxtRecordIn: [String!] dnsTxtRecordNotIn: [String!] - dnsTxtRecordGT: String - dnsTxtRecordGTE: String - dnsTxtRecordLT: String - dnsTxtRecordLTE: String dnsTxtRecordContains: String dnsTxtRecordHasPrefix: String dnsTxtRecordHasSuffix: String @@ -76876,10 +75782,6 @@ input DNSVerificationWhereInput { dnsTxtValueNEQ: String dnsTxtValueIn: [String!] dnsTxtValueNotIn: [String!] - dnsTxtValueGT: String - dnsTxtValueGTE: String - dnsTxtValueLT: String - dnsTxtValueLTE: String dnsTxtValueContains: String dnsTxtValueHasPrefix: String dnsTxtValueHasSuffix: String @@ -76899,10 +75801,6 @@ input DNSVerificationWhereInput { dnsVerificationStatusReasonNEQ: String dnsVerificationStatusReasonIn: [String!] dnsVerificationStatusReasonNotIn: [String!] - dnsVerificationStatusReasonGT: String - dnsVerificationStatusReasonGTE: String - dnsVerificationStatusReasonLT: String - dnsVerificationStatusReasonLTE: String dnsVerificationStatusReasonContains: String dnsVerificationStatusReasonHasPrefix: String dnsVerificationStatusReasonHasSuffix: String @@ -76917,10 +75815,6 @@ input DNSVerificationWhereInput { acmeChallengePathNEQ: String acmeChallengePathIn: [String!] acmeChallengePathNotIn: [String!] - acmeChallengePathGT: String - acmeChallengePathGTE: String - acmeChallengePathLT: String - acmeChallengePathLTE: String acmeChallengePathContains: String acmeChallengePathHasPrefix: String acmeChallengePathHasSuffix: String @@ -76935,10 +75829,6 @@ input DNSVerificationWhereInput { expectedAcmeChallengeValueNEQ: String expectedAcmeChallengeValueIn: [String!] expectedAcmeChallengeValueNotIn: [String!] - expectedAcmeChallengeValueGT: String - expectedAcmeChallengeValueGTE: String - expectedAcmeChallengeValueLT: String - expectedAcmeChallengeValueLTE: String expectedAcmeChallengeValueContains: String expectedAcmeChallengeValueHasPrefix: String expectedAcmeChallengeValueHasSuffix: String @@ -76960,10 +75850,6 @@ input DNSVerificationWhereInput { acmeChallengeStatusReasonNEQ: String acmeChallengeStatusReasonIn: [String!] acmeChallengeStatusReasonNotIn: [String!] - acmeChallengeStatusReasonGT: String - acmeChallengeStatusReasonGTE: String - acmeChallengeStatusReasonLT: String - acmeChallengeStatusReasonLTE: String acmeChallengeStatusReasonContains: String acmeChallengeStatusReasonHasPrefix: String acmeChallengeStatusReasonHasSuffix: String @@ -77413,19 +76299,12 @@ input DirectoryAccountWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -77436,9 +76315,6 @@ input DirectoryAccountWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -77452,10 +76328,6 @@ input DirectoryAccountWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -77470,10 +76342,6 @@ input DirectoryAccountWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -77488,10 +76356,6 @@ input DirectoryAccountWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -77506,10 +76370,6 @@ input DirectoryAccountWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -77522,10 +76382,6 @@ input DirectoryAccountWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -77540,10 +76396,6 @@ input DirectoryAccountWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -77558,10 +76410,6 @@ input DirectoryAccountWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -77576,10 +76424,6 @@ input DirectoryAccountWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -77594,10 +76438,6 @@ input DirectoryAccountWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -77612,10 +76452,6 @@ input DirectoryAccountWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -77630,10 +76466,6 @@ input DirectoryAccountWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -77648,10 +76480,6 @@ input DirectoryAccountWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -77666,10 +76494,6 @@ input DirectoryAccountWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -77684,10 +76508,6 @@ input DirectoryAccountWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -77702,10 +76522,6 @@ input DirectoryAccountWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -77720,10 +76536,6 @@ input DirectoryAccountWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -77736,10 +76548,6 @@ input DirectoryAccountWhereInput { secondaryKeyNEQ: String secondaryKeyIn: [String!] secondaryKeyNotIn: [String!] - secondaryKeyGT: String - secondaryKeyGTE: String - secondaryKeyLT: String - secondaryKeyLTE: String secondaryKeyContains: String secondaryKeyHasPrefix: String secondaryKeyHasSuffix: String @@ -77754,10 +76562,6 @@ input DirectoryAccountWhereInput { canonicalEmailNEQ: String canonicalEmailIn: [String!] canonicalEmailNotIn: [String!] - canonicalEmailGT: String - canonicalEmailGTE: String - canonicalEmailLT: String - canonicalEmailLTE: String canonicalEmailContains: String canonicalEmailHasPrefix: String canonicalEmailHasSuffix: String @@ -77772,10 +76576,6 @@ input DirectoryAccountWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -77790,10 +76590,6 @@ input DirectoryAccountWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -77808,10 +76604,6 @@ input DirectoryAccountWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -77826,10 +76618,6 @@ input DirectoryAccountWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -77841,9 +76629,6 @@ input DirectoryAccountWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -77857,10 +76642,6 @@ input DirectoryAccountWhereInput { givenNameNEQ: String givenNameIn: [String!] givenNameNotIn: [String!] - givenNameGT: String - givenNameGTE: String - givenNameLT: String - givenNameLTE: String givenNameContains: String givenNameHasPrefix: String givenNameHasSuffix: String @@ -77875,10 +76656,6 @@ input DirectoryAccountWhereInput { familyNameNEQ: String familyNameIn: [String!] familyNameNotIn: [String!] - familyNameGT: String - familyNameGTE: String - familyNameLT: String - familyNameLTE: String familyNameContains: String familyNameHasPrefix: String familyNameHasSuffix: String @@ -77893,10 +76670,6 @@ input DirectoryAccountWhereInput { jobTitleNEQ: String jobTitleIn: [String!] jobTitleNotIn: [String!] - jobTitleGT: String - jobTitleGTE: String - jobTitleLT: String - jobTitleLTE: String jobTitleContains: String jobTitleHasPrefix: String jobTitleHasSuffix: String @@ -77911,10 +76684,6 @@ input DirectoryAccountWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -77929,10 +76698,6 @@ input DirectoryAccountWhereInput { organizationUnitNEQ: String organizationUnitIn: [String!] organizationUnitNotIn: [String!] - organizationUnitGT: String - organizationUnitGTE: String - organizationUnitLT: String - organizationUnitLTE: String organizationUnitContains: String organizationUnitHasPrefix: String organizationUnitHasSuffix: String @@ -77970,10 +76735,6 @@ input DirectoryAccountWhereInput { lastSeenIPNEQ: String lastSeenIPIn: [String!] lastSeenIPNotIn: [String!] - lastSeenIPGT: String - lastSeenIPGTE: String - lastSeenIPLT: String - lastSeenIPLTE: String lastSeenIPContains: String lastSeenIPHasPrefix: String lastSeenIPHasSuffix: String @@ -77985,9 +76746,6 @@ input DirectoryAccountWhereInput { last_login_at field predicates """ lastLoginAt: Time - lastLoginAtNEQ: Time - lastLoginAtIn: [Time!] - lastLoginAtNotIn: [Time!] lastLoginAtGT: Time lastLoginAtGTE: Time lastLoginAtLT: Time @@ -77998,9 +76756,6 @@ input DirectoryAccountWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -78011,9 +76766,6 @@ input DirectoryAccountWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -78024,9 +76776,6 @@ input DirectoryAccountWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -78037,9 +76786,6 @@ input DirectoryAccountWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -78050,9 +76796,6 @@ input DirectoryAccountWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -78064,10 +76807,6 @@ input DirectoryAccountWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -78080,10 +76819,6 @@ input DirectoryAccountWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -78491,19 +77226,12 @@ input DirectoryGroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -78514,9 +77242,6 @@ input DirectoryGroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -78530,10 +77255,6 @@ input DirectoryGroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -78548,10 +77269,6 @@ input DirectoryGroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -78566,10 +77283,6 @@ input DirectoryGroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -78584,10 +77297,6 @@ input DirectoryGroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -78600,10 +77309,6 @@ input DirectoryGroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -78618,10 +77323,6 @@ input DirectoryGroupWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -78636,10 +77337,6 @@ input DirectoryGroupWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -78654,10 +77351,6 @@ input DirectoryGroupWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -78672,10 +77365,6 @@ input DirectoryGroupWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -78690,10 +77379,6 @@ input DirectoryGroupWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -78706,10 +77391,6 @@ input DirectoryGroupWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -78724,10 +77405,6 @@ input DirectoryGroupWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -78742,10 +77419,6 @@ input DirectoryGroupWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -78758,10 +77431,6 @@ input DirectoryGroupWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -78774,10 +77443,6 @@ input DirectoryGroupWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -78792,10 +77457,6 @@ input DirectoryGroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -78829,8 +77490,6 @@ input DirectoryGroupWhereInput { """ memberCount: Int memberCountNEQ: Int - memberCountIn: [Int!] - memberCountNotIn: [Int!] memberCountGT: Int memberCountGTE: Int memberCountLT: Int @@ -78841,9 +77500,6 @@ input DirectoryGroupWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -78854,9 +77510,6 @@ input DirectoryGroupWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -78867,9 +77520,6 @@ input DirectoryGroupWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -78880,9 +77530,6 @@ input DirectoryGroupWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -78893,9 +77540,6 @@ input DirectoryGroupWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -78907,10 +77551,6 @@ input DirectoryGroupWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -78923,10 +77563,6 @@ input DirectoryGroupWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -78941,10 +77577,6 @@ input DirectoryGroupWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -79255,19 +77887,12 @@ input DirectoryMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -79278,9 +77903,6 @@ input DirectoryMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -79294,10 +77916,6 @@ input DirectoryMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -79312,10 +77930,6 @@ input DirectoryMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -79330,10 +77944,6 @@ input DirectoryMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -79348,10 +77958,6 @@ input DirectoryMembershipWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -79364,10 +77970,6 @@ input DirectoryMembershipWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -79382,10 +77984,6 @@ input DirectoryMembershipWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -79400,10 +77998,6 @@ input DirectoryMembershipWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -79427,10 +78021,6 @@ input DirectoryMembershipWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -79445,10 +78035,6 @@ input DirectoryMembershipWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -79460,9 +78046,6 @@ input DirectoryMembershipWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -79473,9 +78056,6 @@ input DirectoryMembershipWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -79486,9 +78066,6 @@ input DirectoryMembershipWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -79499,9 +78076,6 @@ input DirectoryMembershipWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -79512,9 +78086,6 @@ input DirectoryMembershipWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -79526,10 +78097,6 @@ input DirectoryMembershipWhereInput { lastConfirmedRunIDNEQ: String lastConfirmedRunIDIn: [String!] lastConfirmedRunIDNotIn: [String!] - lastConfirmedRunIDGT: String - lastConfirmedRunIDGTE: String - lastConfirmedRunIDLT: String - lastConfirmedRunIDLTE: String lastConfirmedRunIDContains: String lastConfirmedRunIDHasPrefix: String lastConfirmedRunIDHasSuffix: String @@ -79800,19 +78367,12 @@ input DirectorySyncRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -79823,9 +78383,6 @@ input DirectorySyncRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -79839,10 +78396,6 @@ input DirectorySyncRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -79857,10 +78410,6 @@ input DirectorySyncRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -79875,10 +78424,6 @@ input DirectorySyncRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -79893,10 +78438,6 @@ input DirectorySyncRunWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -79909,10 +78450,6 @@ input DirectorySyncRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -79927,10 +78464,6 @@ input DirectorySyncRunWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -79945,10 +78478,6 @@ input DirectorySyncRunWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -79963,10 +78492,6 @@ input DirectorySyncRunWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -79981,10 +78506,6 @@ input DirectorySyncRunWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -79999,10 +78520,6 @@ input DirectorySyncRunWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -80015,10 +78532,6 @@ input DirectorySyncRunWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -80033,10 +78546,6 @@ input DirectorySyncRunWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -80055,9 +78564,6 @@ input DirectorySyncRunWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -80066,9 +78572,6 @@ input DirectorySyncRunWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -80082,10 +78585,6 @@ input DirectorySyncRunWhereInput { sourceCursorNEQ: String sourceCursorIn: [String!] sourceCursorNotIn: [String!] - sourceCursorGT: String - sourceCursorGTE: String - sourceCursorLT: String - sourceCursorLTE: String sourceCursorContains: String sourceCursorHasPrefix: String sourceCursorHasSuffix: String @@ -80098,8 +78597,6 @@ input DirectorySyncRunWhereInput { """ fullCount: Int fullCountNEQ: Int - fullCountIn: [Int!] - fullCountNotIn: [Int!] fullCountGT: Int fullCountGTE: Int fullCountLT: Int @@ -80109,8 +78606,6 @@ input DirectorySyncRunWhereInput { """ deltaCount: Int deltaCountNEQ: Int - deltaCountIn: [Int!] - deltaCountNotIn: [Int!] deltaCountGT: Int deltaCountGTE: Int deltaCountLT: Int @@ -80122,10 +78617,6 @@ input DirectorySyncRunWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -80140,10 +78631,6 @@ input DirectorySyncRunWhereInput { rawManifestFileIDNEQ: String rawManifestFileIDIn: [String!] rawManifestFileIDNotIn: [String!] - rawManifestFileIDGT: String - rawManifestFileIDGTE: String - rawManifestFileIDLT: String - rawManifestFileIDLTE: String rawManifestFileIDContains: String rawManifestFileIDHasPrefix: String rawManifestFileIDHasSuffix: String @@ -80317,19 +78804,12 @@ input DiscussionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -80340,9 +78820,6 @@ input DiscussionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -80356,10 +78833,6 @@ input DiscussionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -80374,10 +78847,6 @@ input DiscussionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -80392,10 +78861,6 @@ input DiscussionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -80410,10 +78875,6 @@ input DiscussionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -80428,10 +78889,6 @@ input DiscussionWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -80654,19 +79111,12 @@ input DocumentDataWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -80677,9 +79127,6 @@ input DocumentDataWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -80693,10 +79140,6 @@ input DocumentDataWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -80711,10 +79154,6 @@ input DocumentDataWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -80729,10 +79168,6 @@ input DocumentDataWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -80747,10 +79182,6 @@ input DocumentDataWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -80765,10 +79196,6 @@ input DocumentDataWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -80783,10 +79210,6 @@ input DocumentDataWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -80801,10 +79224,6 @@ input DocumentDataWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -80819,10 +79238,6 @@ input DocumentDataWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -80837,10 +79252,6 @@ input DocumentDataWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -81251,19 +79662,12 @@ input EmailTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -81274,9 +79678,6 @@ input EmailTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -81290,10 +79691,6 @@ input EmailTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -81308,10 +79705,6 @@ input EmailTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -81326,10 +79719,6 @@ input EmailTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -81344,10 +79733,6 @@ input EmailTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -81362,10 +79747,6 @@ input EmailTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -81387,10 +79768,6 @@ input EmailTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -81405,10 +79782,6 @@ input EmailTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -81423,10 +79796,6 @@ input EmailTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -81439,10 +79808,6 @@ input EmailTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -81455,10 +79820,6 @@ input EmailTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -81482,10 +79843,6 @@ input EmailTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -81498,10 +79855,6 @@ input EmailTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -81516,10 +79869,6 @@ input EmailTemplateWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -81534,10 +79883,6 @@ input EmailTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -81552,10 +79897,6 @@ input EmailTemplateWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -81573,8 +79914,6 @@ input EmailTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -81595,10 +79934,6 @@ input EmailTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -81613,10 +79948,6 @@ input EmailTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -81631,10 +79962,6 @@ input EmailTemplateWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -81649,10 +79976,6 @@ input EmailTemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -83051,19 +81374,12 @@ input EntityTypeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -83074,9 +81390,6 @@ input EntityTypeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -83090,10 +81403,6 @@ input EntityTypeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -83108,10 +81417,6 @@ input EntityTypeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -83126,10 +81431,6 @@ input EntityTypeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -83144,10 +81445,6 @@ input EntityTypeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -83169,10 +81466,6 @@ input EntityTypeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -83187,10 +81480,6 @@ input EntityTypeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -83205,10 +81494,6 @@ input EntityTypeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -83253,19 +81538,12 @@ input EntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -83276,9 +81554,6 @@ input EntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -83292,10 +81567,6 @@ input EntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -83310,10 +81581,6 @@ input EntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -83328,10 +81595,6 @@ input EntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -83346,10 +81609,6 @@ input EntityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -83364,10 +81623,6 @@ input EntityWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -83382,10 +81637,6 @@ input EntityWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -83400,10 +81651,6 @@ input EntityWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -83418,10 +81665,6 @@ input EntityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -83436,10 +81679,6 @@ input EntityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -83454,10 +81693,6 @@ input EntityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -83469,9 +81704,6 @@ input EntityWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -83492,10 +81724,6 @@ input EntityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -83510,10 +81738,6 @@ input EntityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -83528,10 +81752,6 @@ input EntityWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -83546,10 +81766,6 @@ input EntityWhereInput { entityRelationshipStateIDNEQ: ID entityRelationshipStateIDIn: [ID!] entityRelationshipStateIDNotIn: [ID!] - entityRelationshipStateIDGT: ID - entityRelationshipStateIDGTE: ID - entityRelationshipStateIDLT: ID - entityRelationshipStateIDLTE: ID entityRelationshipStateIDContains: ID entityRelationshipStateIDHasPrefix: ID entityRelationshipStateIDHasSuffix: ID @@ -83564,10 +81780,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -83582,10 +81794,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusIDNEQ: ID entitySecurityQuestionnaireStatusIDIn: [ID!] entitySecurityQuestionnaireStatusIDNotIn: [ID!] - entitySecurityQuestionnaireStatusIDGT: ID - entitySecurityQuestionnaireStatusIDGTE: ID - entitySecurityQuestionnaireStatusIDLT: ID - entitySecurityQuestionnaireStatusIDLTE: ID entitySecurityQuestionnaireStatusIDContains: ID entitySecurityQuestionnaireStatusIDHasPrefix: ID entitySecurityQuestionnaireStatusIDHasSuffix: ID @@ -83600,10 +81808,6 @@ input EntityWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -83618,10 +81822,6 @@ input EntityWhereInput { entitySourceTypeIDNEQ: ID entitySourceTypeIDIn: [ID!] entitySourceTypeIDNotIn: [ID!] - entitySourceTypeIDGT: ID - entitySourceTypeIDGTE: ID - entitySourceTypeIDLT: ID - entitySourceTypeIDLTE: ID entitySourceTypeIDContains: ID entitySourceTypeIDHasPrefix: ID entitySourceTypeIDHasSuffix: ID @@ -83636,10 +81836,6 @@ input EntityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -83654,10 +81850,6 @@ input EntityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -83672,10 +81864,6 @@ input EntityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -83690,10 +81878,6 @@ input EntityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -83708,10 +81892,6 @@ input EntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -83726,10 +81906,6 @@ input EntityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -83744,10 +81920,6 @@ input EntityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -83762,10 +81934,6 @@ input EntityWhereInput { entityTypeIDNEQ: ID entityTypeIDIn: [ID!] entityTypeIDNotIn: [ID!] - entityTypeIDGT: ID - entityTypeIDGTE: ID - entityTypeIDLT: ID - entityTypeIDLTE: ID entityTypeIDContains: ID entityTypeIDHasPrefix: ID entityTypeIDHasSuffix: ID @@ -83800,9 +81968,6 @@ input EntityWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -83813,9 +81978,6 @@ input EntityWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -83826,9 +81988,6 @@ input EntityWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -83847,8 +82006,6 @@ input EntityWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -83875,10 +82032,6 @@ input EntityWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -83893,10 +82046,6 @@ input EntityWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -83911,10 +82060,6 @@ input EntityWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -83950,10 +82095,6 @@ input EntityWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -83968,10 +82109,6 @@ input EntityWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -83984,8 +82121,6 @@ input EntityWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -83997,8 +82132,6 @@ input EntityWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -84027,9 +82160,6 @@ input EntityWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -84040,9 +82170,6 @@ input EntityWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -84056,10 +82183,6 @@ input EntityWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -84074,10 +82197,6 @@ input EntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -84092,10 +82211,6 @@ input EntityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -84107,9 +82222,6 @@ input EntityWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -84788,19 +82900,12 @@ input EventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -84811,9 +82916,6 @@ input EventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -84827,10 +82929,6 @@ input EventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -84845,10 +82943,6 @@ input EventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -84863,10 +82957,6 @@ input EventWhereInput { eventIDNEQ: String eventIDIn: [String!] eventIDNotIn: [String!] - eventIDGT: String - eventIDGTE: String - eventIDLT: String - eventIDLTE: String eventIDContains: String eventIDHasPrefix: String eventIDHasSuffix: String @@ -84881,10 +82971,6 @@ input EventWhereInput { correlationIDNEQ: String correlationIDIn: [String!] correlationIDNotIn: [String!] - correlationIDGT: String - correlationIDGTE: String - correlationIDLT: String - correlationIDLTE: String correlationIDContains: String correlationIDHasPrefix: String correlationIDHasSuffix: String @@ -84899,10 +82985,6 @@ input EventWhereInput { eventTypeNEQ: String eventTypeIn: [String!] eventTypeNotIn: [String!] - eventTypeGT: String - eventTypeGTE: String - eventTypeLT: String - eventTypeLTE: String eventTypeContains: String eventTypeHasPrefix: String eventTypeHasSuffix: String @@ -85500,19 +83582,12 @@ input EvidenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -85523,9 +83598,6 @@ input EvidenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -85539,10 +83611,6 @@ input EvidenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -85557,10 +83625,6 @@ input EvidenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -85575,10 +83639,6 @@ input EvidenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -85593,10 +83653,6 @@ input EvidenceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -85609,10 +83665,6 @@ input EvidenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -85627,10 +83679,6 @@ input EvidenceWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -85645,10 +83693,6 @@ input EvidenceWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -85663,10 +83707,6 @@ input EvidenceWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -85681,10 +83721,6 @@ input EvidenceWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -85706,10 +83742,6 @@ input EvidenceWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -85724,10 +83756,6 @@ input EvidenceWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -85740,10 +83768,6 @@ input EvidenceWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -85758,10 +83782,6 @@ input EvidenceWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -85773,9 +83793,6 @@ input EvidenceWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -85784,9 +83801,6 @@ input EvidenceWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -85800,10 +83814,6 @@ input EvidenceWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -85825,10 +83835,6 @@ input EvidenceWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -86167,19 +84173,12 @@ input ExportWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -86190,9 +84189,6 @@ input ExportWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -86206,10 +84202,6 @@ input ExportWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -86224,10 +84216,6 @@ input ExportWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -86242,10 +84230,6 @@ input ExportWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -86260,10 +84244,6 @@ input ExportWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -86278,10 +84258,6 @@ input ExportWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -86317,10 +84293,6 @@ input ExportWhereInput { filtersNEQ: String filtersIn: [String!] filtersNotIn: [String!] - filtersGT: String - filtersGTE: String - filtersLT: String - filtersLTE: String filtersContains: String filtersHasPrefix: String filtersHasSuffix: String @@ -86335,10 +84307,6 @@ input ExportWhereInput { errorMessageNEQ: String errorMessageIn: [String!] errorMessageNotIn: [String!] - errorMessageGT: String - errorMessageGTE: String - errorMessageLT: String - errorMessageLTE: String errorMessageContains: String errorMessageHasPrefix: String errorMessageHasSuffix: String @@ -86727,19 +84695,12 @@ input FileWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -86750,9 +84711,6 @@ input FileWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -86766,10 +84724,6 @@ input FileWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -86784,10 +84738,6 @@ input FileWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -86802,10 +84752,6 @@ input FileWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -86827,10 +84773,6 @@ input FileWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -86845,10 +84787,6 @@ input FileWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -86863,10 +84801,6 @@ input FileWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -86881,10 +84815,6 @@ input FileWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -86899,10 +84829,6 @@ input FileWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -86917,10 +84843,6 @@ input FileWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -86935,10 +84857,6 @@ input FileWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -86953,10 +84871,6 @@ input FileWhereInput { categoryIDNEQ: ID categoryIDIn: [ID!] categoryIDNotIn: [ID!] - categoryIDGT: ID - categoryIDGTE: ID - categoryIDLT: ID - categoryIDLTE: ID categoryIDContains: ID categoryIDHasPrefix: ID categoryIDHasSuffix: ID @@ -86971,10 +84885,6 @@ input FileWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -86989,10 +84899,6 @@ input FileWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -87005,10 +84911,6 @@ input FileWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -87019,8 +84921,6 @@ input FileWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -87032,8 +84932,6 @@ input FileWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -87047,10 +84945,6 @@ input FileWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -87065,10 +84959,6 @@ input FileWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -87083,10 +84973,6 @@ input FileWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -87099,10 +84985,6 @@ input FileWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -87117,10 +84999,6 @@ input FileWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -87135,10 +85013,6 @@ input FileWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -87153,10 +85027,6 @@ input FileWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -87171,10 +85041,6 @@ input FileWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -87189,10 +85055,6 @@ input FileWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -87207,10 +85069,6 @@ input FileWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -87225,10 +85083,6 @@ input FileWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -87240,9 +85094,6 @@ input FileWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -88421,19 +86272,12 @@ input FindingControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -88444,9 +86288,6 @@ input FindingControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -88460,10 +86301,6 @@ input FindingControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -88478,10 +86315,6 @@ input FindingControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -88496,10 +86329,6 @@ input FindingControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -88514,10 +86343,6 @@ input FindingControlWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -88532,10 +86357,6 @@ input FindingControlWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -88550,10 +86371,6 @@ input FindingControlWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -88568,10 +86385,6 @@ input FindingControlWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -88583,9 +86396,6 @@ input FindingControlWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -88658,19 +86468,12 @@ input FindingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -88681,9 +86484,6 @@ input FindingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -88697,10 +86497,6 @@ input FindingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -88715,10 +86511,6 @@ input FindingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -88733,10 +86525,6 @@ input FindingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -88751,10 +86539,6 @@ input FindingWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -88767,10 +86551,6 @@ input FindingWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -88785,10 +86565,6 @@ input FindingWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -88803,10 +86579,6 @@ input FindingWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -88821,10 +86593,6 @@ input FindingWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -88839,10 +86607,6 @@ input FindingWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -88857,10 +86621,6 @@ input FindingWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -88875,10 +86635,6 @@ input FindingWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -88900,10 +86656,6 @@ input FindingWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -88918,10 +86670,6 @@ input FindingWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -88936,10 +86684,6 @@ input FindingWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -88954,10 +86698,6 @@ input FindingWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -88972,10 +86712,6 @@ input FindingWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -88990,10 +86726,6 @@ input FindingWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -89008,10 +86740,6 @@ input FindingWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -89026,10 +86754,6 @@ input FindingWhereInput { findingStatusIDNEQ: ID findingStatusIDIn: [ID!] findingStatusIDNotIn: [ID!] - findingStatusIDGT: ID - findingStatusIDGTE: ID - findingStatusIDLT: ID - findingStatusIDLTE: ID findingStatusIDContains: ID findingStatusIDHasPrefix: ID findingStatusIDHasSuffix: ID @@ -89051,10 +86775,6 @@ input FindingWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -89078,10 +86798,6 @@ input FindingWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -89096,10 +86812,6 @@ input FindingWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -89114,10 +86826,6 @@ input FindingWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -89132,10 +86840,6 @@ input FindingWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -89150,10 +86854,6 @@ input FindingWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -89168,10 +86868,6 @@ input FindingWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -89186,10 +86882,6 @@ input FindingWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -89204,10 +86896,6 @@ input FindingWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -89274,10 +86962,6 @@ input FindingWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -89327,10 +87011,6 @@ input FindingWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -89345,10 +87025,6 @@ input FindingWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -89363,10 +87039,6 @@ input FindingWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -89381,10 +87053,6 @@ input FindingWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -89399,10 +87067,6 @@ input FindingWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -89415,8 +87079,6 @@ input FindingWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -89427,9 +87089,6 @@ input FindingWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -89440,9 +87099,6 @@ input FindingWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -89453,9 +87109,6 @@ input FindingWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -89469,10 +87122,6 @@ input FindingWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -91433,19 +89082,12 @@ input GroupMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91456,9 +89098,6 @@ input GroupMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91472,10 +89111,6 @@ input GroupMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91490,10 +89125,6 @@ input GroupMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91508,10 +89139,6 @@ input GroupMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91662,19 +89289,12 @@ input GroupSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91685,9 +89305,6 @@ input GroupSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91701,10 +89318,6 @@ input GroupSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91719,10 +89332,6 @@ input GroupSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91737,10 +89346,6 @@ input GroupSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91783,10 +89388,6 @@ input GroupSettingWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -91815,19 +89416,12 @@ input GroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91838,9 +89432,6 @@ input GroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91854,10 +89445,6 @@ input GroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91872,10 +89459,6 @@ input GroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91890,10 +89473,6 @@ input GroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91908,10 +89487,6 @@ input GroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -91924,10 +89499,6 @@ input GroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -91942,10 +89513,6 @@ input GroupWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -91965,10 +89532,6 @@ input GroupWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -91983,10 +89546,6 @@ input GroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -91999,10 +89558,6 @@ input GroupWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -92017,10 +89572,6 @@ input GroupWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -92035,10 +89586,6 @@ input GroupWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -92053,10 +89600,6 @@ input GroupWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -92078,10 +89621,6 @@ input GroupWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -92582,19 +90121,12 @@ input HushWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -92605,9 +90137,6 @@ input HushWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -92621,10 +90150,6 @@ input HushWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -92639,10 +90164,6 @@ input HushWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -92657,10 +90178,6 @@ input HushWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -92675,10 +90192,6 @@ input HushWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -92700,10 +90213,6 @@ input HushWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -92718,10 +90227,6 @@ input HushWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -92736,10 +90241,6 @@ input HushWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -92752,10 +90253,6 @@ input HushWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -92770,10 +90267,6 @@ input HushWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -92785,9 +90278,6 @@ input HushWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -92798,9 +90288,6 @@ input HushWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -93666,19 +91153,12 @@ input IdentityHolderWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -93689,9 +91169,6 @@ input IdentityHolderWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -93705,10 +91182,6 @@ input IdentityHolderWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -93723,10 +91196,6 @@ input IdentityHolderWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -93741,10 +91210,6 @@ input IdentityHolderWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -93759,10 +91224,6 @@ input IdentityHolderWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -93775,10 +91236,6 @@ input IdentityHolderWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -93793,10 +91250,6 @@ input IdentityHolderWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -93811,10 +91264,6 @@ input IdentityHolderWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -93829,10 +91278,6 @@ input IdentityHolderWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -93847,10 +91292,6 @@ input IdentityHolderWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -93865,10 +91306,6 @@ input IdentityHolderWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -93883,10 +91320,6 @@ input IdentityHolderWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -93901,10 +91334,6 @@ input IdentityHolderWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -93926,10 +91355,6 @@ input IdentityHolderWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -93942,10 +91367,6 @@ input IdentityHolderWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -93958,10 +91379,6 @@ input IdentityHolderWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -93976,10 +91393,6 @@ input IdentityHolderWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -94001,10 +91414,6 @@ input IdentityHolderWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -94038,10 +91447,6 @@ input IdentityHolderWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -94056,10 +91461,6 @@ input IdentityHolderWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -94074,10 +91475,6 @@ input IdentityHolderWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -94092,10 +91489,6 @@ input IdentityHolderWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -94107,9 +91500,6 @@ input IdentityHolderWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -94120,9 +91510,6 @@ input IdentityHolderWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -94136,10 +91523,6 @@ input IdentityHolderWhereInput { employerEntityIDNEQ: ID employerEntityIDIn: [ID!] employerEntityIDNotIn: [ID!] - employerEntityIDGT: ID - employerEntityIDGTE: ID - employerEntityIDLT: ID - employerEntityIDLTE: ID employerEntityIDContains: ID employerEntityIDHasPrefix: ID employerEntityIDHasSuffix: ID @@ -94154,10 +91537,6 @@ input IdentityHolderWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -94172,10 +91551,6 @@ input IdentityHolderWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -94190,10 +91565,6 @@ input IdentityHolderWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -95153,19 +92524,12 @@ input IntegrationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -95176,9 +92540,6 @@ input IntegrationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -95192,10 +92553,6 @@ input IntegrationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -95210,10 +92567,6 @@ input IntegrationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -95228,10 +92581,6 @@ input IntegrationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -95246,10 +92595,6 @@ input IntegrationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -95271,10 +92616,6 @@ input IntegrationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -95289,10 +92630,6 @@ input IntegrationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -95307,10 +92644,6 @@ input IntegrationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -95325,10 +92658,6 @@ input IntegrationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -95343,10 +92672,6 @@ input IntegrationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -95361,10 +92686,6 @@ input IntegrationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -95379,10 +92700,6 @@ input IntegrationWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -95395,10 +92712,6 @@ input IntegrationWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -95413,10 +92726,6 @@ input IntegrationWhereInput { integrationTypeNEQ: String integrationTypeIn: [String!] integrationTypeNotIn: [String!] - integrationTypeGT: String - integrationTypeGTE: String - integrationTypeLT: String - integrationTypeLTE: String integrationTypeContains: String integrationTypeHasPrefix: String integrationTypeHasSuffix: String @@ -95431,10 +92740,6 @@ input IntegrationWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -95449,10 +92754,6 @@ input IntegrationWhereInput { definitionIDNEQ: String definitionIDIn: [String!] definitionIDNotIn: [String!] - definitionIDGT: String - definitionIDGTE: String - definitionIDLT: String - definitionIDLTE: String definitionIDContains: String definitionIDHasPrefix: String definitionIDHasSuffix: String @@ -95467,10 +92768,6 @@ input IntegrationWhereInput { definitionVersionNEQ: String definitionVersionIn: [String!] definitionVersionNotIn: [String!] - definitionVersionGT: String - definitionVersionGTE: String - definitionVersionLT: String - definitionVersionLTE: String definitionVersionContains: String definitionVersionHasPrefix: String definitionVersionHasSuffix: String @@ -95485,10 +92782,6 @@ input IntegrationWhereInput { definitionSlugNEQ: String definitionSlugIn: [String!] definitionSlugNotIn: [String!] - definitionSlugGT: String - definitionSlugGTE: String - definitionSlugLT: String - definitionSlugLTE: String definitionSlugContains: String definitionSlugHasPrefix: String definitionSlugHasSuffix: String @@ -95503,10 +92796,6 @@ input IntegrationWhereInput { familyNEQ: String familyIn: [String!] familyNotIn: [String!] - familyGT: String - familyGTE: String - familyLT: String - familyLTE: String familyContains: String familyHasPrefix: String familyHasSuffix: String @@ -96512,19 +93801,12 @@ input InternalPolicyWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -96535,9 +93817,6 @@ input InternalPolicyWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -96551,10 +93830,6 @@ input InternalPolicyWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -96569,10 +93844,6 @@ input InternalPolicyWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -96587,10 +93858,6 @@ input InternalPolicyWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -96605,10 +93872,6 @@ input InternalPolicyWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -96621,10 +93884,6 @@ input InternalPolicyWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -96639,10 +93898,6 @@ input InternalPolicyWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -96664,10 +93919,6 @@ input InternalPolicyWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -96682,10 +93933,6 @@ input InternalPolicyWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -96700,10 +93947,6 @@ input InternalPolicyWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -96734,10 +93977,6 @@ input InternalPolicyWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -96756,9 +93995,6 @@ input InternalPolicyWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -96781,10 +94017,6 @@ input InternalPolicyWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -96799,10 +94031,6 @@ input InternalPolicyWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -96817,10 +94045,6 @@ input InternalPolicyWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -96835,10 +94059,6 @@ input InternalPolicyWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -96853,10 +94073,6 @@ input InternalPolicyWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -96871,10 +94087,6 @@ input InternalPolicyWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -96889,10 +94101,6 @@ input InternalPolicyWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -96907,10 +94115,6 @@ input InternalPolicyWhereInput { internalPolicyKindIDNEQ: ID internalPolicyKindIDIn: [ID!] internalPolicyKindIDNotIn: [ID!] - internalPolicyKindIDGT: ID - internalPolicyKindIDGTE: ID - internalPolicyKindIDLT: ID - internalPolicyKindIDLTE: ID internalPolicyKindIDContains: ID internalPolicyKindIDHasPrefix: ID internalPolicyKindIDHasSuffix: ID @@ -96925,10 +94129,6 @@ input InternalPolicyWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -96943,10 +94143,6 @@ input InternalPolicyWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -96961,10 +94157,6 @@ input InternalPolicyWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -96979,10 +94171,6 @@ input InternalPolicyWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -97004,10 +94192,6 @@ input InternalPolicyWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -97368,19 +94552,12 @@ input InviteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -97391,9 +94568,6 @@ input InviteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -97407,10 +94581,6 @@ input InviteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -97425,10 +94595,6 @@ input InviteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -97443,10 +94609,6 @@ input InviteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -97461,10 +94623,6 @@ input InviteWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -97479,10 +94637,6 @@ input InviteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -97494,9 +94648,6 @@ input InviteWhereInput { expires field predicates """ expires: Time - expiresNEQ: Time - expiresIn: [Time!] - expiresNotIn: [Time!] expiresGT: Time expiresGTE: Time expiresLT: Time @@ -97510,10 +94661,6 @@ input InviteWhereInput { recipientNEQ: String recipientIn: [String!] recipientNotIn: [String!] - recipientGT: String - recipientGTE: String - recipientLT: String - recipientLTE: String recipientContains: String recipientHasPrefix: String recipientHasSuffix: String @@ -97538,8 +94685,6 @@ input InviteWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -97699,19 +94844,12 @@ input JobResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -97722,9 +94860,6 @@ input JobResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -97738,10 +94873,6 @@ input JobResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -97756,10 +94887,6 @@ input JobResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -97774,10 +94901,6 @@ input JobResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -97792,10 +94915,6 @@ input JobResultWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -97810,10 +94929,6 @@ input JobResultWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -97831,8 +94946,6 @@ input JobResultWhereInput { """ exitCode: Int exitCodeNEQ: Int - exitCodeIn: [Int!] - exitCodeNotIn: [Int!] exitCodeGT: Int exitCodeGTE: Int exitCodeLT: Int @@ -97841,9 +94954,6 @@ input JobResultWhereInput { finished_at field predicates """ finishedAt: Time - finishedAtNEQ: Time - finishedAtIn: [Time!] - finishedAtNotIn: [Time!] finishedAtGT: Time finishedAtGTE: Time finishedAtLT: Time @@ -97852,9 +94962,6 @@ input JobResultWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -97866,10 +94973,6 @@ input JobResultWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -97882,10 +94985,6 @@ input JobResultWhereInput { logNEQ: String logIn: [String!] logNotIn: [String!] - logGT: String - logGTE: String - logLT: String - logLTE: String logContains: String logHasPrefix: String logHasSuffix: String @@ -98155,19 +95254,12 @@ input JobRunnerRegistrationTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -98178,9 +95270,6 @@ input JobRunnerRegistrationTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -98194,10 +95283,6 @@ input JobRunnerRegistrationTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -98212,10 +95297,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -98230,10 +95311,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -98248,10 +95325,6 @@ input JobRunnerRegistrationTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -98263,9 +95336,6 @@ input JobRunnerRegistrationTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -98279,10 +95349,6 @@ input JobRunnerRegistrationTokenWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -98445,19 +95511,12 @@ input JobRunnerTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -98468,9 +95527,6 @@ input JobRunnerTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -98484,10 +95540,6 @@ input JobRunnerTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -98502,10 +95554,6 @@ input JobRunnerTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -98520,10 +95568,6 @@ input JobRunnerTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -98538,10 +95582,6 @@ input JobRunnerTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -98553,9 +95593,6 @@ input JobRunnerTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -98566,9 +95603,6 @@ input JobRunnerTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -98589,10 +95623,6 @@ input JobRunnerTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -98607,10 +95637,6 @@ input JobRunnerTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -98622,9 +95648,6 @@ input JobRunnerTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -98661,19 +95684,12 @@ input JobRunnerWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -98684,9 +95700,6 @@ input JobRunnerWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -98700,10 +95713,6 @@ input JobRunnerWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -98718,10 +95727,6 @@ input JobRunnerWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -98736,10 +95741,6 @@ input JobRunnerWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -98754,10 +95755,6 @@ input JobRunnerWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -98770,10 +95767,6 @@ input JobRunnerWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -98795,10 +95788,6 @@ input JobRunnerWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -98813,10 +95802,6 @@ input JobRunnerWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -98831,10 +95816,6 @@ input JobRunnerWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -98854,10 +95835,6 @@ input JobRunnerWhereInput { ipAddressNEQ: String ipAddressIn: [String!] ipAddressNotIn: [String!] - ipAddressGT: String - ipAddressGTE: String - ipAddressLT: String - ipAddressLTE: String ipAddressContains: String ipAddressHasPrefix: String ipAddressHasSuffix: String @@ -98869,9 +95846,6 @@ input JobRunnerWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -98885,10 +95859,6 @@ input JobRunnerWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -98903,10 +95873,6 @@ input JobRunnerWhereInput { osNEQ: String osIn: [String!] osNotIn: [String!] - osGT: String - osGTE: String - osLT: String - osLTE: String osContains: String osHasPrefix: String osHasSuffix: String @@ -99094,19 +96060,12 @@ input JobTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -99117,9 +96076,6 @@ input JobTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -99133,10 +96089,6 @@ input JobTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -99151,10 +96103,6 @@ input JobTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -99169,10 +96117,6 @@ input JobTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -99187,10 +96131,6 @@ input JobTemplateWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -99203,10 +96143,6 @@ input JobTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -99228,10 +96164,6 @@ input JobTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -99246,10 +96178,6 @@ input JobTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -99264,10 +96192,6 @@ input JobTemplateWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -99280,10 +96204,6 @@ input JobTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -99437,19 +96357,12 @@ input MappableDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -99460,9 +96373,6 @@ input MappableDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -99476,10 +96386,6 @@ input MappableDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -99494,10 +96400,6 @@ input MappableDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -99512,10 +96414,6 @@ input MappableDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -99530,10 +96428,6 @@ input MappableDomainWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -99546,10 +96440,6 @@ input MappableDomainWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -99884,19 +96774,12 @@ input MappedControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -99907,9 +96790,6 @@ input MappedControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -99923,10 +96803,6 @@ input MappedControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -99941,10 +96817,6 @@ input MappedControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -99959,10 +96831,6 @@ input MappedControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -99984,10 +96852,6 @@ input MappedControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -100002,10 +96866,6 @@ input MappedControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -100020,10 +96880,6 @@ input MappedControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -100045,10 +96901,6 @@ input MappedControlWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -100061,8 +96913,6 @@ input MappedControlWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -100449,19 +97299,12 @@ input NarrativeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -100472,9 +97315,6 @@ input NarrativeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -100488,10 +97328,6 @@ input NarrativeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -100506,10 +97342,6 @@ input NarrativeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -100524,10 +97356,6 @@ input NarrativeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -100542,10 +97370,6 @@ input NarrativeWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -100558,10 +97382,6 @@ input NarrativeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -100583,10 +97403,6 @@ input NarrativeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -100601,10 +97417,6 @@ input NarrativeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -100619,10 +97431,6 @@ input NarrativeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -100635,10 +97443,6 @@ input NarrativeWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -100653,10 +97457,6 @@ input NarrativeWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -100912,19 +97712,12 @@ input NoteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -100935,9 +97728,6 @@ input NoteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -100951,10 +97741,6 @@ input NoteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -100969,10 +97755,6 @@ input NoteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -100987,10 +97769,6 @@ input NoteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -101005,10 +97783,6 @@ input NoteWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -101021,10 +97795,6 @@ input NoteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -101039,10 +97809,6 @@ input NoteWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -101057,10 +97823,6 @@ input NoteWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -101073,10 +97835,6 @@ input NoteWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -101091,10 +97849,6 @@ input NoteWhereInput { discussionIDNEQ: ID discussionIDIn: [ID!] discussionIDNotIn: [ID!] - discussionIDGT: ID - discussionIDGTE: ID - discussionIDLT: ID - discussionIDLTE: ID discussionIDContains: ID discussionIDHasPrefix: ID discussionIDHasSuffix: ID @@ -101114,10 +97868,6 @@ input NoteWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -101136,9 +97886,6 @@ input NoteWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -101551,19 +98298,12 @@ input NotificationPreferenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -101574,9 +98314,6 @@ input NotificationPreferenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -101590,10 +98327,6 @@ input NotificationPreferenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -101608,10 +98341,6 @@ input NotificationPreferenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -101626,10 +98355,6 @@ input NotificationPreferenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -101644,10 +98369,6 @@ input NotificationPreferenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -101662,10 +98383,6 @@ input NotificationPreferenceWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -101692,10 +98409,6 @@ input NotificationPreferenceWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -101710,10 +98423,6 @@ input NotificationPreferenceWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -101749,10 +98458,6 @@ input NotificationPreferenceWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -101764,9 +98469,6 @@ input NotificationPreferenceWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -101780,10 +98482,6 @@ input NotificationPreferenceWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -101798,10 +98496,6 @@ input NotificationPreferenceWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -101816,10 +98510,6 @@ input NotificationPreferenceWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -101836,9 +98526,6 @@ input NotificationPreferenceWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -101849,9 +98536,6 @@ input NotificationPreferenceWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -101865,10 +98549,6 @@ input NotificationPreferenceWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -102146,19 +98826,12 @@ input NotificationTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -102169,9 +98842,6 @@ input NotificationTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -102185,10 +98855,6 @@ input NotificationTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -102203,10 +98869,6 @@ input NotificationTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -102221,10 +98883,6 @@ input NotificationTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -102239,10 +98897,6 @@ input NotificationTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -102257,10 +98911,6 @@ input NotificationTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -102282,10 +98932,6 @@ input NotificationTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -102300,10 +98946,6 @@ input NotificationTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -102318,10 +98960,6 @@ input NotificationTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -102334,10 +98972,6 @@ input NotificationTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -102350,10 +98984,6 @@ input NotificationTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -102384,10 +99014,6 @@ input NotificationTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -102400,10 +99026,6 @@ input NotificationTemplateWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -102416,10 +99038,6 @@ input NotificationTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -102434,10 +99052,6 @@ input NotificationTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -102452,10 +99066,6 @@ input NotificationTemplateWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -102470,10 +99080,6 @@ input NotificationTemplateWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -102488,10 +99094,6 @@ input NotificationTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -102506,10 +99108,6 @@ input NotificationTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -102527,8 +99125,6 @@ input NotificationTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -102604,10 +99200,6 @@ input OnboardingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ @@ -102617,10 +99209,6 @@ input OnboardingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -102635,10 +99223,6 @@ input OnboardingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -102829,19 +99413,12 @@ input OrgMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -102852,9 +99429,6 @@ input OrgMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -102868,10 +99442,6 @@ input OrgMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -102886,10 +99456,6 @@ input OrgMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -102904,10 +99470,6 @@ input OrgMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -102936,10 +99498,6 @@ input OrgMembershipWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -102954,10 +99512,6 @@ input OrgMembershipWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -102969,9 +99523,6 @@ input OrgMembershipWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -102992,10 +99543,6 @@ input OrgMembershipWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -103010,10 +99557,6 @@ input OrgMembershipWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -103025,9 +99568,6 @@ input OrgMembershipWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -103180,19 +99720,12 @@ input OrgSubscriptionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -103203,9 +99736,6 @@ input OrgSubscriptionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -103219,10 +99749,6 @@ input OrgSubscriptionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -103237,10 +99763,6 @@ input OrgSubscriptionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -103255,10 +99777,6 @@ input OrgSubscriptionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -103273,10 +99791,6 @@ input OrgSubscriptionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -103291,10 +99805,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionIDNEQ: String stripeSubscriptionIDIn: [String!] stripeSubscriptionIDNotIn: [String!] - stripeSubscriptionIDGT: String - stripeSubscriptionIDGTE: String - stripeSubscriptionIDLT: String - stripeSubscriptionIDLTE: String stripeSubscriptionIDContains: String stripeSubscriptionIDHasPrefix: String stripeSubscriptionIDHasSuffix: String @@ -103309,10 +99819,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionStatusNEQ: String stripeSubscriptionStatusIn: [String!] stripeSubscriptionStatusNotIn: [String!] - stripeSubscriptionStatusGT: String - stripeSubscriptionStatusGTE: String - stripeSubscriptionStatusLT: String - stripeSubscriptionStatusLTE: String stripeSubscriptionStatusContains: String stripeSubscriptionStatusHasPrefix: String stripeSubscriptionStatusHasSuffix: String @@ -103329,9 +99835,6 @@ input OrgSubscriptionWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -103342,9 +99845,6 @@ input OrgSubscriptionWhereInput { trial_expires_at field predicates """ trialExpiresAt: Time - trialExpiresAtNEQ: Time - trialExpiresAtIn: [Time!] - trialExpiresAtNotIn: [Time!] trialExpiresAtGT: Time trialExpiresAtGTE: Time trialExpiresAtLT: Time @@ -103358,10 +99858,6 @@ input OrgSubscriptionWhereInput { daysUntilDueNEQ: String daysUntilDueIn: [String!] daysUntilDueNotIn: [String!] - daysUntilDueGT: String - daysUntilDueGTE: String - daysUntilDueLT: String - daysUntilDueLTE: String daysUntilDueContains: String daysUntilDueHasPrefix: String daysUntilDueHasSuffix: String @@ -108673,19 +105169,12 @@ input OrganizationSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -108696,9 +105185,6 @@ input OrganizationSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -108712,10 +105198,6 @@ input OrganizationSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -108730,10 +105212,6 @@ input OrganizationSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -108748,10 +105226,6 @@ input OrganizationSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -108766,10 +105240,6 @@ input OrganizationSettingWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -108784,10 +105254,6 @@ input OrganizationSettingWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -108802,10 +105268,6 @@ input OrganizationSettingWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -108820,10 +105282,6 @@ input OrganizationSettingWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -108847,10 +105305,6 @@ input OrganizationSettingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -108886,10 +105340,6 @@ input OrganizationSettingWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -108904,10 +105354,6 @@ input OrganizationSettingWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -108922,10 +105368,6 @@ input OrganizationSettingWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -108945,10 +105387,6 @@ input OrganizationSettingWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -108963,10 +105401,6 @@ input OrganizationSettingWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -108981,10 +105415,6 @@ input OrganizationSettingWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -108999,10 +105429,6 @@ input OrganizationSettingWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -109017,10 +105443,6 @@ input OrganizationSettingWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -109059,10 +105481,6 @@ input OrganizationSettingWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -109079,9 +105497,6 @@ input OrganizationSettingWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -109134,19 +105549,12 @@ input OrganizationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -109157,9 +105565,6 @@ input OrganizationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -109173,10 +105578,6 @@ input OrganizationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -109191,10 +105592,6 @@ input OrganizationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -109209,10 +105606,6 @@ input OrganizationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -109227,10 +105620,6 @@ input OrganizationWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -109243,10 +105632,6 @@ input OrganizationWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -109268,10 +105653,6 @@ input OrganizationWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -109286,10 +105667,6 @@ input OrganizationWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -109301,9 +105678,6 @@ input OrganizationWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -109317,10 +105691,6 @@ input OrganizationWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -110352,19 +106722,12 @@ input PersonalAccessTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -110375,9 +106738,6 @@ input PersonalAccessTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -110391,10 +106751,6 @@ input PersonalAccessTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -110409,10 +106765,6 @@ input PersonalAccessTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -110427,10 +106779,6 @@ input PersonalAccessTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -110445,10 +106793,6 @@ input PersonalAccessTokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -110458,9 +106802,6 @@ input PersonalAccessTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -110471,9 +106812,6 @@ input PersonalAccessTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -110494,10 +106832,6 @@ input PersonalAccessTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -110512,10 +106846,6 @@ input PersonalAccessTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -110527,9 +106857,6 @@ input PersonalAccessTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -111790,19 +108117,12 @@ input PlatformWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -111813,9 +108133,6 @@ input PlatformWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -111829,10 +108146,6 @@ input PlatformWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -111847,10 +108160,6 @@ input PlatformWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -111865,10 +108174,6 @@ input PlatformWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -111883,10 +108188,6 @@ input PlatformWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -111899,10 +108200,6 @@ input PlatformWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -111917,10 +108214,6 @@ input PlatformWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -111935,10 +108228,6 @@ input PlatformWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -111953,10 +108242,6 @@ input PlatformWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -111971,10 +108256,6 @@ input PlatformWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -111989,10 +108270,6 @@ input PlatformWhereInput { businessOwnerUserIDNEQ: ID businessOwnerUserIDIn: [ID!] businessOwnerUserIDNotIn: [ID!] - businessOwnerUserIDGT: ID - businessOwnerUserIDGTE: ID - businessOwnerUserIDLT: ID - businessOwnerUserIDLTE: ID businessOwnerUserIDContains: ID businessOwnerUserIDHasPrefix: ID businessOwnerUserIDHasSuffix: ID @@ -112007,10 +108284,6 @@ input PlatformWhereInput { businessOwnerGroupIDNEQ: ID businessOwnerGroupIDIn: [ID!] businessOwnerGroupIDNotIn: [ID!] - businessOwnerGroupIDGT: ID - businessOwnerGroupIDGTE: ID - businessOwnerGroupIDLT: ID - businessOwnerGroupIDLTE: ID businessOwnerGroupIDContains: ID businessOwnerGroupIDHasPrefix: ID businessOwnerGroupIDHasSuffix: ID @@ -112025,10 +108298,6 @@ input PlatformWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -112043,10 +108312,6 @@ input PlatformWhereInput { technicalOwnerUserIDNEQ: ID technicalOwnerUserIDIn: [ID!] technicalOwnerUserIDNotIn: [ID!] - technicalOwnerUserIDGT: ID - technicalOwnerUserIDGTE: ID - technicalOwnerUserIDLT: ID - technicalOwnerUserIDLTE: ID technicalOwnerUserIDContains: ID technicalOwnerUserIDHasPrefix: ID technicalOwnerUserIDHasSuffix: ID @@ -112061,10 +108326,6 @@ input PlatformWhereInput { technicalOwnerGroupIDNEQ: ID technicalOwnerGroupIDIn: [ID!] technicalOwnerGroupIDNotIn: [ID!] - technicalOwnerGroupIDGT: ID - technicalOwnerGroupIDGTE: ID - technicalOwnerGroupIDLT: ID - technicalOwnerGroupIDLTE: ID technicalOwnerGroupIDContains: ID technicalOwnerGroupIDHasPrefix: ID technicalOwnerGroupIDHasSuffix: ID @@ -112079,10 +108340,6 @@ input PlatformWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -112097,10 +108354,6 @@ input PlatformWhereInput { securityOwnerUserIDNEQ: ID securityOwnerUserIDIn: [ID!] securityOwnerUserIDNotIn: [ID!] - securityOwnerUserIDGT: ID - securityOwnerUserIDGTE: ID - securityOwnerUserIDLT: ID - securityOwnerUserIDLTE: ID securityOwnerUserIDContains: ID securityOwnerUserIDHasPrefix: ID securityOwnerUserIDHasSuffix: ID @@ -112115,10 +108368,6 @@ input PlatformWhereInput { securityOwnerGroupIDNEQ: ID securityOwnerGroupIDIn: [ID!] securityOwnerGroupIDNotIn: [ID!] - securityOwnerGroupIDGT: ID - securityOwnerGroupIDGTE: ID - securityOwnerGroupIDLT: ID - securityOwnerGroupIDLTE: ID securityOwnerGroupIDContains: ID securityOwnerGroupIDHasPrefix: ID securityOwnerGroupIDHasSuffix: ID @@ -112133,10 +108382,6 @@ input PlatformWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -112151,10 +108396,6 @@ input PlatformWhereInput { platformKindIDNEQ: ID platformKindIDIn: [ID!] platformKindIDNotIn: [ID!] - platformKindIDGT: ID - platformKindIDGTE: ID - platformKindIDLT: ID - platformKindIDLTE: ID platformKindIDContains: ID platformKindIDHasPrefix: ID platformKindIDHasSuffix: ID @@ -112169,10 +108410,6 @@ input PlatformWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -112187,10 +108424,6 @@ input PlatformWhereInput { platformDataClassificationIDNEQ: ID platformDataClassificationIDIn: [ID!] platformDataClassificationIDNotIn: [ID!] - platformDataClassificationIDGT: ID - platformDataClassificationIDGTE: ID - platformDataClassificationIDLT: ID - platformDataClassificationIDLTE: ID platformDataClassificationIDContains: ID platformDataClassificationIDHasPrefix: ID platformDataClassificationIDHasSuffix: ID @@ -112205,10 +108438,6 @@ input PlatformWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -112223,10 +108452,6 @@ input PlatformWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -112241,10 +108466,6 @@ input PlatformWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -112259,10 +108480,6 @@ input PlatformWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -112277,10 +108494,6 @@ input PlatformWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -112295,10 +108508,6 @@ input PlatformWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -112313,10 +108522,6 @@ input PlatformWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -112331,10 +108536,6 @@ input PlatformWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -112349,10 +108550,6 @@ input PlatformWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -112367,10 +108564,6 @@ input PlatformWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -112385,10 +108578,6 @@ input PlatformWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -112403,10 +108592,6 @@ input PlatformWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -112428,10 +108613,6 @@ input PlatformWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -112446,10 +108627,6 @@ input PlatformWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -112462,10 +108639,6 @@ input PlatformWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -112480,10 +108653,6 @@ input PlatformWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -112505,10 +108674,6 @@ input PlatformWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -112523,10 +108688,6 @@ input PlatformWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -112555,10 +108716,6 @@ input PlatformWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -112573,10 +108730,6 @@ input PlatformWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -112601,9 +108754,6 @@ input PlatformWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -112617,10 +108767,6 @@ input PlatformWhereInput { platformOwnerIDNEQ: ID platformOwnerIDIn: [ID!] platformOwnerIDNotIn: [ID!] - platformOwnerIDGT: ID - platformOwnerIDGTE: ID - platformOwnerIDLT: ID - platformOwnerIDLTE: ID platformOwnerIDContains: ID platformOwnerIDHasPrefix: ID platformOwnerIDHasSuffix: ID @@ -112635,10 +108781,6 @@ input PlatformWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -113521,19 +109663,12 @@ input ProcedureWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -113544,9 +109679,6 @@ input ProcedureWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -113560,10 +109692,6 @@ input ProcedureWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -113578,10 +109706,6 @@ input ProcedureWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -113596,10 +109720,6 @@ input ProcedureWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -113614,10 +109734,6 @@ input ProcedureWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -113630,10 +109746,6 @@ input ProcedureWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -113648,10 +109760,6 @@ input ProcedureWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -113666,10 +109774,6 @@ input ProcedureWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -113700,10 +109804,6 @@ input ProcedureWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -113722,9 +109822,6 @@ input ProcedureWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -113747,10 +109844,6 @@ input ProcedureWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -113765,10 +109858,6 @@ input ProcedureWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -113783,10 +109872,6 @@ input ProcedureWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -113801,10 +109886,6 @@ input ProcedureWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -113819,10 +109900,6 @@ input ProcedureWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -113837,10 +109914,6 @@ input ProcedureWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -113862,10 +109935,6 @@ input ProcedureWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -113880,10 +109949,6 @@ input ProcedureWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -113898,10 +109963,6 @@ input ProcedureWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -113916,10 +109977,6 @@ input ProcedureWhereInput { procedureKindIDNEQ: ID procedureKindIDIn: [ID!] procedureKindIDNotIn: [ID!] - procedureKindIDGT: ID - procedureKindIDGTE: ID - procedureKindIDLT: ID - procedureKindIDLTE: ID procedureKindIDContains: ID procedureKindIDHasPrefix: ID procedureKindIDHasSuffix: ID @@ -113934,10 +109991,6 @@ input ProcedureWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -113952,10 +110005,6 @@ input ProcedureWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -113970,10 +110019,6 @@ input ProcedureWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -113988,10 +110033,6 @@ input ProcedureWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -115038,19 +111079,12 @@ input ProgramMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -115061,9 +111095,6 @@ input ProgramMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -115077,10 +111108,6 @@ input ProgramMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -115095,10 +111122,6 @@ input ProgramMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -115113,10 +111136,6 @@ input ProgramMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -115187,19 +111206,12 @@ input ProgramWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -115210,9 +111222,6 @@ input ProgramWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -115226,10 +111235,6 @@ input ProgramWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -115244,10 +111249,6 @@ input ProgramWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -115262,10 +111263,6 @@ input ProgramWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -115280,10 +111277,6 @@ input ProgramWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -115296,10 +111289,6 @@ input ProgramWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -115314,10 +111303,6 @@ input ProgramWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -115332,10 +111317,6 @@ input ProgramWhereInput { programKindIDNEQ: ID programKindIDIn: [ID!] programKindIDNotIn: [ID!] - programKindIDGT: ID - programKindIDGTE: ID - programKindIDLT: ID - programKindIDLTE: ID programKindIDContains: ID programKindIDHasPrefix: ID programKindIDHasSuffix: ID @@ -115350,10 +111331,6 @@ input ProgramWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -115368,10 +111345,6 @@ input ProgramWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -115384,10 +111357,6 @@ input ProgramWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -115409,10 +111378,6 @@ input ProgramWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -115424,9 +111389,6 @@ input ProgramWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -115437,9 +111399,6 @@ input ProgramWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -115450,9 +111409,6 @@ input ProgramWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -115463,9 +111419,6 @@ input ProgramWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -115476,9 +111429,6 @@ input ProgramWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -115489,9 +111439,6 @@ input ProgramWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -115520,10 +111467,6 @@ input ProgramWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -115538,10 +111481,6 @@ input ProgramWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -115556,10 +111495,6 @@ input ProgramWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -115574,10 +111509,6 @@ input ProgramWhereInput { programOwnerIDNEQ: ID programOwnerIDIn: [ID!] programOwnerIDNotIn: [ID!] - programOwnerIDGT: ID - programOwnerIDGTE: ID - programOwnerIDLT: ID - programOwnerIDLTE: ID programOwnerIDContains: ID programOwnerIDHasPrefix: ID programOwnerIDHasSuffix: ID @@ -119456,19 +115387,12 @@ input RemediationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -119479,9 +115403,6 @@ input RemediationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -119495,10 +115416,6 @@ input RemediationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -119513,10 +115430,6 @@ input RemediationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -119531,10 +115444,6 @@ input RemediationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -119549,10 +115458,6 @@ input RemediationWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -119565,10 +115470,6 @@ input RemediationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -119590,10 +115491,6 @@ input RemediationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -119608,10 +115505,6 @@ input RemediationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -119626,10 +115519,6 @@ input RemediationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -119644,10 +115533,6 @@ input RemediationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -119662,10 +115547,6 @@ input RemediationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -119680,10 +115561,6 @@ input RemediationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -119705,10 +115582,6 @@ input RemediationWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -119723,10 +115596,6 @@ input RemediationWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -119741,10 +115610,6 @@ input RemediationWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -119768,10 +115633,6 @@ input RemediationWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -119786,10 +115647,6 @@ input RemediationWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -119804,10 +115661,6 @@ input RemediationWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -119822,10 +115675,6 @@ input RemediationWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -119840,10 +115689,6 @@ input RemediationWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -119858,10 +115703,6 @@ input RemediationWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -119876,10 +115717,6 @@ input RemediationWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -119894,10 +115731,6 @@ input RemediationWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -119912,10 +115745,6 @@ input RemediationWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -119927,9 +115756,6 @@ input RemediationWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -119940,9 +115766,6 @@ input RemediationWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -119953,9 +115776,6 @@ input RemediationWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -119969,10 +115789,6 @@ input RemediationWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -119987,10 +115803,6 @@ input RemediationWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -120005,10 +115817,6 @@ input RemediationWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -120862,19 +116670,12 @@ input ReviewWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -120885,9 +116686,6 @@ input ReviewWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -120901,10 +116699,6 @@ input ReviewWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -120919,10 +116713,6 @@ input ReviewWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -120937,10 +116727,6 @@ input ReviewWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -120955,10 +116741,6 @@ input ReviewWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -120980,10 +116762,6 @@ input ReviewWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -120998,10 +116776,6 @@ input ReviewWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -121016,10 +116790,6 @@ input ReviewWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -121034,10 +116804,6 @@ input ReviewWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -121052,10 +116818,6 @@ input ReviewWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -121070,10 +116832,6 @@ input ReviewWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -121088,10 +116846,6 @@ input ReviewWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -121106,10 +116860,6 @@ input ReviewWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -121124,10 +116874,6 @@ input ReviewWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -121140,10 +116886,6 @@ input ReviewWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -121167,10 +116909,6 @@ input ReviewWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -121185,10 +116923,6 @@ input ReviewWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -121203,10 +116937,6 @@ input ReviewWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -121221,10 +116951,6 @@ input ReviewWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -121239,10 +116965,6 @@ input ReviewWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -121261,9 +116983,6 @@ input ReviewWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -121274,9 +116993,6 @@ input ReviewWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -121287,9 +117003,6 @@ input ReviewWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -121303,10 +117016,6 @@ input ReviewWhereInput { reviewerIDNEQ: ID reviewerIDIn: [ID!] reviewerIDNotIn: [ID!] - reviewerIDGT: ID - reviewerIDGTE: ID - reviewerIDLT: ID - reviewerIDLTE: ID reviewerIDContains: ID reviewerIDHasPrefix: ID reviewerIDHasSuffix: ID @@ -121321,10 +117030,6 @@ input ReviewWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -121339,10 +117044,6 @@ input ReviewWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -122414,19 +118115,12 @@ input RiskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -122437,9 +118131,6 @@ input RiskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -122453,10 +118144,6 @@ input RiskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -122471,10 +118158,6 @@ input RiskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -122489,10 +118172,6 @@ input RiskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -122507,10 +118186,6 @@ input RiskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -122523,10 +118198,6 @@ input RiskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -122541,10 +118212,6 @@ input RiskWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -122559,10 +118226,6 @@ input RiskWhereInput { riskKindIDNEQ: ID riskKindIDIn: [ID!] riskKindIDNotIn: [ID!] - riskKindIDGT: ID - riskKindIDGTE: ID - riskKindIDLT: ID - riskKindIDLTE: ID riskKindIDContains: ID riskKindIDHasPrefix: ID riskKindIDHasSuffix: ID @@ -122577,10 +118240,6 @@ input RiskWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -122595,10 +118254,6 @@ input RiskWhereInput { riskCategoryIDNEQ: ID riskCategoryIDIn: [ID!] riskCategoryIDNotIn: [ID!] - riskCategoryIDGT: ID - riskCategoryIDGTE: ID - riskCategoryIDLT: ID - riskCategoryIDLTE: ID riskCategoryIDContains: ID riskCategoryIDHasPrefix: ID riskCategoryIDHasSuffix: ID @@ -122613,10 +118268,6 @@ input RiskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -122631,10 +118282,6 @@ input RiskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -122649,10 +118296,6 @@ input RiskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -122667,10 +118310,6 @@ input RiskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -122692,10 +118331,6 @@ input RiskWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -122710,10 +118345,6 @@ input RiskWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -122725,9 +118356,6 @@ input RiskWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -122741,10 +118369,6 @@ input RiskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -122759,10 +118383,6 @@ input RiskWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -122800,8 +118420,6 @@ input RiskWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -122815,10 +118433,6 @@ input RiskWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -122833,10 +118447,6 @@ input RiskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -122851,10 +118461,6 @@ input RiskWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -122869,10 +118475,6 @@ input RiskWhereInput { stakeholderIDNEQ: ID stakeholderIDIn: [ID!] stakeholderIDNotIn: [ID!] - stakeholderIDGT: ID - stakeholderIDGTE: ID - stakeholderIDLT: ID - stakeholderIDLTE: ID stakeholderIDContains: ID stakeholderIDHasPrefix: ID stakeholderIDHasSuffix: ID @@ -122887,10 +118489,6 @@ input RiskWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -122902,9 +118500,6 @@ input RiskWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -122922,9 +118517,6 @@ input RiskWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -122944,9 +118536,6 @@ input RiskWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -122957,9 +118546,6 @@ input RiskWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -122971,8 +118557,6 @@ input RiskWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -123304,19 +118888,12 @@ input SLADefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -123327,9 +118904,6 @@ input SLADefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -123343,10 +118917,6 @@ input SLADefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -123361,10 +118931,6 @@ input SLADefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -123379,10 +118945,6 @@ input SLADefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -123397,10 +118959,6 @@ input SLADefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -123413,10 +118971,6 @@ input SLADefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -123429,8 +118983,6 @@ input SLADefinitionWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -124112,19 +119664,12 @@ input ScanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -124135,9 +119680,6 @@ input ScanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -124151,10 +119693,6 @@ input ScanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -124169,10 +119707,6 @@ input ScanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -124187,10 +119721,6 @@ input ScanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -124205,10 +119735,6 @@ input ScanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -124230,10 +119756,6 @@ input ScanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -124248,10 +119770,6 @@ input ScanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -124266,10 +119784,6 @@ input ScanWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -124284,10 +119798,6 @@ input ScanWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -124302,10 +119812,6 @@ input ScanWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -124320,10 +119826,6 @@ input ScanWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -124338,10 +119840,6 @@ input ScanWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -124356,10 +119854,6 @@ input ScanWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -124374,10 +119868,6 @@ input ScanWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -124392,10 +119882,6 @@ input ScanWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -124410,10 +119896,6 @@ input ScanWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -124428,10 +119910,6 @@ input ScanWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -124446,10 +119924,6 @@ input ScanWhereInput { targetNEQ: String targetIn: [String!] targetNotIn: [String!] - targetGT: String - targetGTE: String - targetLT: String - targetLTE: String targetContains: String targetHasPrefix: String targetHasSuffix: String @@ -124466,9 +119940,6 @@ input ScanWhereInput { scan_date field predicates """ scanDate: DateTime - scanDateNEQ: DateTime - scanDateIn: [DateTime!] - scanDateNotIn: [DateTime!] scanDateGT: DateTime scanDateGTE: DateTime scanDateLT: DateTime @@ -124479,9 +119950,6 @@ input ScanWhereInput { next_scan_run_at field predicates """ nextScanRunAt: DateTime - nextScanRunAtNEQ: DateTime - nextScanRunAtIn: [DateTime!] - nextScanRunAtNotIn: [DateTime!] nextScanRunAtGT: DateTime nextScanRunAtGTE: DateTime nextScanRunAtLT: DateTime @@ -124495,10 +119963,6 @@ input ScanWhereInput { performedByNEQ: String performedByIn: [String!] performedByNotIn: [String!] - performedByGT: String - performedByGTE: String - performedByLT: String - performedByLTE: String performedByContains: String performedByHasPrefix: String performedByHasSuffix: String @@ -124513,10 +119977,6 @@ input ScanWhereInput { performedByUserIDNEQ: ID performedByUserIDIn: [ID!] performedByUserIDNotIn: [ID!] - performedByUserIDGT: ID - performedByUserIDGTE: ID - performedByUserIDLT: ID - performedByUserIDLTE: ID performedByUserIDContains: ID performedByUserIDHasPrefix: ID performedByUserIDHasSuffix: ID @@ -124531,10 +119991,6 @@ input ScanWhereInput { performedByGroupIDNEQ: ID performedByGroupIDIn: [ID!] performedByGroupIDNotIn: [ID!] - performedByGroupIDGT: ID - performedByGroupIDGTE: ID - performedByGroupIDLT: ID - performedByGroupIDLTE: ID performedByGroupIDContains: ID performedByGroupIDHasPrefix: ID performedByGroupIDHasSuffix: ID @@ -124549,10 +120005,6 @@ input ScanWhereInput { generatedByPlatformIDNEQ: ID generatedByPlatformIDIn: [ID!] generatedByPlatformIDNotIn: [ID!] - generatedByPlatformIDGT: ID - generatedByPlatformIDGTE: ID - generatedByPlatformIDLT: ID - generatedByPlatformIDLTE: ID generatedByPlatformIDContains: ID generatedByPlatformIDHasPrefix: ID generatedByPlatformIDHasSuffix: ID @@ -124962,19 +120414,12 @@ input ScheduledJobRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -124985,9 +120430,6 @@ input ScheduledJobRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -125001,10 +120443,6 @@ input ScheduledJobRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -125019,10 +120457,6 @@ input ScheduledJobRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -125037,10 +120471,6 @@ input ScheduledJobRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -125055,10 +120485,6 @@ input ScheduledJobRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -125073,10 +120499,6 @@ input ScheduledJobRunWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -125096,10 +120518,6 @@ input ScheduledJobRunWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -125109,9 +120527,6 @@ input ScheduledJobRunWhereInput { expected_execution_time field predicates """ expectedExecutionTime: Time - expectedExecutionTimeNEQ: Time - expectedExecutionTimeIn: [Time!] - expectedExecutionTimeNotIn: [Time!] expectedExecutionTimeGT: Time expectedExecutionTimeGTE: Time expectedExecutionTimeLT: Time @@ -125123,10 +120538,6 @@ input ScheduledJobRunWhereInput { scriptNEQ: String scriptIn: [String!] scriptNotIn: [String!] - scriptGT: String - scriptGTE: String - scriptLT: String - scriptLTE: String scriptContains: String scriptHasPrefix: String scriptHasSuffix: String @@ -125163,19 +120574,12 @@ input ScheduledJobWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -125186,9 +120590,6 @@ input ScheduledJobWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -125202,10 +120603,6 @@ input ScheduledJobWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -125220,10 +120617,6 @@ input ScheduledJobWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -125238,10 +120631,6 @@ input ScheduledJobWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -125256,10 +120645,6 @@ input ScheduledJobWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -125272,10 +120657,6 @@ input ScheduledJobWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -125290,10 +120671,6 @@ input ScheduledJobWhereInput { jobIDNEQ: ID jobIDIn: [ID!] jobIDNotIn: [ID!] - jobIDGT: ID - jobIDGTE: ID - jobIDLT: ID - jobIDLTE: ID jobIDContains: ID jobIDHasPrefix: ID jobIDHasSuffix: ID @@ -125311,10 +120688,6 @@ input ScheduledJobWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -125645,19 +121018,12 @@ input StandardWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -125668,9 +121034,6 @@ input StandardWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -125684,10 +121047,6 @@ input StandardWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -125702,10 +121061,6 @@ input StandardWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -125720,10 +121075,6 @@ input StandardWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -125738,10 +121089,6 @@ input StandardWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -125756,10 +121103,6 @@ input StandardWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -125781,10 +121124,6 @@ input StandardWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -125799,10 +121138,6 @@ input StandardWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -125817,10 +121152,6 @@ input StandardWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -125833,10 +121164,6 @@ input StandardWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -125851,10 +121178,6 @@ input StandardWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -125869,10 +121192,6 @@ input StandardWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -125887,10 +121206,6 @@ input StandardWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -125905,10 +121220,6 @@ input StandardWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -125923,10 +121234,6 @@ input StandardWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -125964,10 +121271,6 @@ input StandardWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -125982,10 +121285,6 @@ input StandardWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -126000,10 +121299,6 @@ input StandardWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -126998,19 +122293,12 @@ input SubcontrolWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -127021,9 +122309,6 @@ input SubcontrolWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -127037,10 +122322,6 @@ input SubcontrolWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -127055,10 +122336,6 @@ input SubcontrolWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -127073,10 +122350,6 @@ input SubcontrolWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -127091,10 +122364,6 @@ input SubcontrolWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -127107,10 +122376,6 @@ input SubcontrolWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -127125,10 +122390,6 @@ input SubcontrolWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -127143,10 +122404,6 @@ input SubcontrolWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -127161,10 +122418,6 @@ input SubcontrolWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -127179,10 +122432,6 @@ input SubcontrolWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -127197,10 +122446,6 @@ input SubcontrolWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -127233,10 +122478,6 @@ input SubcontrolWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -127251,10 +122492,6 @@ input SubcontrolWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -127278,10 +122515,6 @@ input SubcontrolWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -127296,10 +122529,6 @@ input SubcontrolWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -127314,10 +122543,6 @@ input SubcontrolWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -127332,10 +122557,6 @@ input SubcontrolWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -127350,10 +122571,6 @@ input SubcontrolWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -127368,10 +122585,6 @@ input SubcontrolWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -127386,10 +122599,6 @@ input SubcontrolWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -127404,10 +122613,6 @@ input SubcontrolWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -127422,10 +122627,6 @@ input SubcontrolWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -127447,10 +122648,6 @@ input SubcontrolWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -127465,10 +122662,6 @@ input SubcontrolWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -127483,10 +122676,6 @@ input SubcontrolWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -127501,10 +122690,6 @@ input SubcontrolWhereInput { subcontrolKindIDNEQ: ID subcontrolKindIDIn: [ID!] subcontrolKindIDNotIn: [ID!] - subcontrolKindIDGT: ID - subcontrolKindIDGTE: ID - subcontrolKindIDLT: ID - subcontrolKindIDLTE: ID subcontrolKindIDContains: ID subcontrolKindIDHasPrefix: ID subcontrolKindIDHasSuffix: ID @@ -127526,10 +122711,6 @@ input SubcontrolWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -127542,10 +122723,6 @@ input SubcontrolWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -127880,19 +123057,12 @@ input SubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -127903,9 +123073,6 @@ input SubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -127919,10 +123086,6 @@ input SubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -127937,10 +123100,6 @@ input SubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -127955,10 +123114,6 @@ input SubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -127973,10 +123128,6 @@ input SubprocessorWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -127998,10 +123149,6 @@ input SubprocessorWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -128016,10 +123163,6 @@ input SubprocessorWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -128034,10 +123177,6 @@ input SubprocessorWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -128050,10 +123189,6 @@ input SubprocessorWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -128068,10 +123203,6 @@ input SubprocessorWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -128086,10 +123217,6 @@ input SubprocessorWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -128316,19 +123443,12 @@ input SubscriberWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -128339,9 +123459,6 @@ input SubscriberWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -128355,10 +123472,6 @@ input SubscriberWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -128373,10 +123486,6 @@ input SubscriberWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -128391,10 +123500,6 @@ input SubscriberWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -128409,10 +123514,6 @@ input SubscriberWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -128427,10 +123528,6 @@ input SubscriberWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -128445,10 +123542,6 @@ input SubscriberWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -128461,10 +123554,6 @@ input SubscriberWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -128497,8 +123586,6 @@ input SubscriberWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -128510,10 +123597,6 @@ input SubscriberWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -128528,10 +123611,6 @@ input SubscriberWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -128829,19 +123908,12 @@ input SystemDetailWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -128852,9 +123924,6 @@ input SystemDetailWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -128868,10 +123937,6 @@ input SystemDetailWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -128886,10 +123951,6 @@ input SystemDetailWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -128904,10 +123965,6 @@ input SystemDetailWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -128922,10 +123979,6 @@ input SystemDetailWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -128938,10 +123991,6 @@ input SystemDetailWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -128956,10 +124005,6 @@ input SystemDetailWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -128972,10 +124017,6 @@ input SystemDetailWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -128990,10 +124031,6 @@ input SystemDetailWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -129008,10 +124045,6 @@ input SystemDetailWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -129032,9 +124065,6 @@ input SystemDetailWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -129156,19 +124186,12 @@ input TFASettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -129179,9 +124202,6 @@ input TFASettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -129195,10 +124215,6 @@ input TFASettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -129213,10 +124229,6 @@ input TFASettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -129231,10 +124243,6 @@ input TFASettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -129375,19 +124383,12 @@ input TagDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -129398,9 +124399,6 @@ input TagDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -129414,10 +124412,6 @@ input TagDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -129432,10 +124426,6 @@ input TagDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -129450,10 +124440,6 @@ input TagDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -129468,10 +124454,6 @@ input TagDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -129493,10 +124475,6 @@ input TagDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -129511,10 +124489,6 @@ input TagDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -129529,10 +124503,6 @@ input TagDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -129545,10 +124515,6 @@ input TagDefinitionWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -129563,10 +124529,6 @@ input TagDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -129581,10 +124543,6 @@ input TagDefinitionWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -130377,19 +125335,12 @@ input TaskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -130400,9 +125351,6 @@ input TaskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -130416,10 +125364,6 @@ input TaskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -130434,10 +125378,6 @@ input TaskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -130452,10 +125392,6 @@ input TaskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -130470,10 +125406,6 @@ input TaskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -130486,10 +125418,6 @@ input TaskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -130504,10 +125432,6 @@ input TaskWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -130522,10 +125446,6 @@ input TaskWhereInput { taskKindIDNEQ: ID taskKindIDIn: [ID!] taskKindIDNotIn: [ID!] - taskKindIDGT: ID - taskKindIDGTE: ID - taskKindIDLT: ID - taskKindIDLTE: ID taskKindIDContains: ID taskKindIDHasPrefix: ID taskKindIDHasSuffix: ID @@ -130540,10 +125460,6 @@ input TaskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -130558,10 +125474,6 @@ input TaskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -130576,10 +125488,6 @@ input TaskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -130594,10 +125502,6 @@ input TaskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -130619,10 +125523,6 @@ input TaskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -130637,10 +125537,6 @@ input TaskWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -130653,10 +125549,6 @@ input TaskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -130675,9 +125567,6 @@ input TaskWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -130688,9 +125577,6 @@ input TaskWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -130704,10 +125590,6 @@ input TaskWhereInput { assigneeIDNEQ: ID assigneeIDIn: [ID!] assigneeIDNotIn: [ID!] - assigneeIDGT: ID - assigneeIDGTE: ID - assigneeIDLT: ID - assigneeIDLTE: ID assigneeIDContains: ID assigneeIDHasPrefix: ID assigneeIDHasSuffix: ID @@ -130722,10 +125604,6 @@ input TaskWhereInput { assignerIDNEQ: ID assignerIDIn: [ID!] assignerIDNotIn: [ID!] - assignerIDGT: ID - assignerIDGTE: ID - assignerIDLT: ID - assignerIDLTE: ID assignerIDContains: ID assignerIDHasPrefix: ID assignerIDHasSuffix: ID @@ -130753,8 +125631,6 @@ input TaskWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -130766,10 +125642,6 @@ input TaskWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -130784,10 +125656,6 @@ input TaskWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -130802,10 +125670,6 @@ input TaskWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -130820,10 +125684,6 @@ input TaskWhereInput { parentTaskIDNEQ: ID parentTaskIDIn: [ID!] parentTaskIDNotIn: [ID!] - parentTaskIDGT: ID - parentTaskIDGTE: ID - parentTaskIDLT: ID - parentTaskIDLTE: ID parentTaskIDContains: ID parentTaskIDHasPrefix: ID parentTaskIDHasSuffix: ID @@ -131291,19 +126151,12 @@ input TemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -131314,9 +126167,6 @@ input TemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -131330,10 +126180,6 @@ input TemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -131348,10 +126194,6 @@ input TemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -131366,10 +126208,6 @@ input TemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -131384,10 +126222,6 @@ input TemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -131409,10 +126243,6 @@ input TemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -131427,10 +126257,6 @@ input TemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -131445,10 +126271,6 @@ input TemplateWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -131463,10 +126285,6 @@ input TemplateWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -131481,10 +126299,6 @@ input TemplateWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -131499,10 +126313,6 @@ input TemplateWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -131517,10 +126327,6 @@ input TemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -131540,10 +126346,6 @@ input TemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -131567,10 +126369,6 @@ input TemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -132244,19 +127042,12 @@ input TrustCenterComplianceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -132267,9 +127058,6 @@ input TrustCenterComplianceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -132283,10 +127071,6 @@ input TrustCenterComplianceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -132301,10 +127085,6 @@ input TrustCenterComplianceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -132319,10 +127099,6 @@ input TrustCenterComplianceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -132337,10 +127113,6 @@ input TrustCenterComplianceWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -132353,10 +127125,6 @@ input TrustCenterComplianceWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -132617,19 +127385,12 @@ input TrustCenterDocWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -132640,9 +127401,6 @@ input TrustCenterDocWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -132656,10 +127414,6 @@ input TrustCenterDocWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -132674,10 +127428,6 @@ input TrustCenterDocWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -132692,10 +127442,6 @@ input TrustCenterDocWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -132710,10 +127456,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -132728,10 +127470,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindIDNEQ: ID trustCenterDocKindIDIn: [ID!] trustCenterDocKindIDNotIn: [ID!] - trustCenterDocKindIDGT: ID - trustCenterDocKindIDGTE: ID - trustCenterDocKindIDLT: ID - trustCenterDocKindIDLTE: ID trustCenterDocKindIDContains: ID trustCenterDocKindIDHasPrefix: ID trustCenterDocKindIDHasSuffix: ID @@ -132746,10 +127484,6 @@ input TrustCenterDocWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -132764,10 +127498,6 @@ input TrustCenterDocWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -132780,10 +127510,6 @@ input TrustCenterDocWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -132798,10 +127524,6 @@ input TrustCenterDocWhereInput { originalFileIDNEQ: ID originalFileIDIn: [ID!] originalFileIDNotIn: [ID!] - originalFileIDGT: ID - originalFileIDGTE: ID - originalFileIDLT: ID - originalFileIDLTE: ID originalFileIDContains: ID originalFileIDHasPrefix: ID originalFileIDHasSuffix: ID @@ -132841,10 +127563,6 @@ input TrustCenterDocWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -133067,19 +127785,12 @@ input TrustCenterEntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -133090,9 +127801,6 @@ input TrustCenterEntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -133106,10 +127814,6 @@ input TrustCenterEntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -133124,10 +127828,6 @@ input TrustCenterEntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -133142,10 +127842,6 @@ input TrustCenterEntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -133160,10 +127856,6 @@ input TrustCenterEntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -133178,10 +127870,6 @@ input TrustCenterEntityWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -133196,10 +127884,6 @@ input TrustCenterEntityWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -133214,10 +127898,6 @@ input TrustCenterEntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -133415,19 +128095,12 @@ input TrustCenterFAQWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -133438,9 +128111,6 @@ input TrustCenterFAQWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -133454,10 +128124,6 @@ input TrustCenterFAQWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -133472,10 +128138,6 @@ input TrustCenterFAQWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -133490,10 +128152,6 @@ input TrustCenterFAQWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -133508,10 +128166,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -133526,10 +128180,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindIDNEQ: ID trustCenterFaqKindIDIn: [ID!] trustCenterFaqKindIDNotIn: [ID!] - trustCenterFaqKindIDGT: ID - trustCenterFaqKindIDGTE: ID - trustCenterFaqKindIDLT: ID - trustCenterFaqKindIDLTE: ID trustCenterFaqKindIDContains: ID trustCenterFaqKindIDHasPrefix: ID trustCenterFaqKindIDHasSuffix: ID @@ -133544,10 +128194,6 @@ input TrustCenterFAQWhereInput { noteIDNEQ: ID noteIDIn: [ID!] noteIDNotIn: [ID!] - noteIDGT: ID - noteIDGTE: ID - noteIDLT: ID - noteIDLTE: ID noteIDContains: ID noteIDHasPrefix: ID noteIDHasSuffix: ID @@ -133560,10 +128206,6 @@ input TrustCenterFAQWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -133578,10 +128220,6 @@ input TrustCenterFAQWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -133594,8 +128232,6 @@ input TrustCenterFAQWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -133880,19 +128516,12 @@ input TrustCenterNDARequestWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -133903,9 +128532,6 @@ input TrustCenterNDARequestWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -133919,10 +128545,6 @@ input TrustCenterNDARequestWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -133937,10 +128559,6 @@ input TrustCenterNDARequestWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -133955,10 +128573,6 @@ input TrustCenterNDARequestWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -133973,10 +128587,6 @@ input TrustCenterNDARequestWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -133991,10 +128601,6 @@ input TrustCenterNDARequestWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -134007,10 +128613,6 @@ input TrustCenterNDARequestWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -134023,10 +128625,6 @@ input TrustCenterNDARequestWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -134039,10 +128637,6 @@ input TrustCenterNDARequestWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -134057,10 +128651,6 @@ input TrustCenterNDARequestWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -134090,9 +128680,6 @@ input TrustCenterNDARequestWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -134106,10 +128693,6 @@ input TrustCenterNDARequestWhereInput { approvedByUserIDNEQ: ID approvedByUserIDIn: [ID!] approvedByUserIDNotIn: [ID!] - approvedByUserIDGT: ID - approvedByUserIDGTE: ID - approvedByUserIDLT: ID - approvedByUserIDLTE: ID approvedByUserIDContains: ID approvedByUserIDHasPrefix: ID approvedByUserIDHasSuffix: ID @@ -134121,9 +128704,6 @@ input TrustCenterNDARequestWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -134137,10 +128717,6 @@ input TrustCenterNDARequestWhereInput { documentDataIDNEQ: ID documentDataIDIn: [ID!] documentDataIDNotIn: [ID!] - documentDataIDGT: ID - documentDataIDGTE: ID - documentDataIDLT: ID - documentDataIDLTE: ID documentDataIDContains: ID documentDataIDHasPrefix: ID documentDataIDHasSuffix: ID @@ -134155,10 +128731,6 @@ input TrustCenterNDARequestWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -134494,19 +129066,12 @@ input TrustCenterSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -134517,9 +129082,6 @@ input TrustCenterSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -134533,10 +129095,6 @@ input TrustCenterSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -134551,10 +129109,6 @@ input TrustCenterSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -134569,10 +129123,6 @@ input TrustCenterSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -134587,10 +129137,6 @@ input TrustCenterSettingWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -134605,10 +129151,6 @@ input TrustCenterSettingWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -134623,10 +129165,6 @@ input TrustCenterSettingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -134641,10 +129179,6 @@ input TrustCenterSettingWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -134659,10 +129193,6 @@ input TrustCenterSettingWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -134677,10 +129207,6 @@ input TrustCenterSettingWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -134695,10 +129221,6 @@ input TrustCenterSettingWhereInput { logoLocalFileIDNEQ: ID logoLocalFileIDIn: [ID!] logoLocalFileIDNotIn: [ID!] - logoLocalFileIDGT: ID - logoLocalFileIDGTE: ID - logoLocalFileIDLT: ID - logoLocalFileIDLTE: ID logoLocalFileIDContains: ID logoLocalFileIDHasPrefix: ID logoLocalFileIDHasSuffix: ID @@ -134713,10 +129235,6 @@ input TrustCenterSettingWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -134731,10 +129249,6 @@ input TrustCenterSettingWhereInput { faviconLocalFileIDNEQ: ID faviconLocalFileIDIn: [ID!] faviconLocalFileIDNotIn: [ID!] - faviconLocalFileIDGT: ID - faviconLocalFileIDGTE: ID - faviconLocalFileIDLT: ID - faviconLocalFileIDLTE: ID faviconLocalFileIDContains: ID faviconLocalFileIDHasPrefix: ID faviconLocalFileIDHasSuffix: ID @@ -134749,10 +129263,6 @@ input TrustCenterSettingWhereInput { heroImageLocalFileIDNEQ: ID heroImageLocalFileIDIn: [ID!] heroImageLocalFileIDNotIn: [ID!] - heroImageLocalFileIDGT: ID - heroImageLocalFileIDGTE: ID - heroImageLocalFileIDLT: ID - heroImageLocalFileIDLTE: ID heroImageLocalFileIDContains: ID heroImageLocalFileIDHasPrefix: ID heroImageLocalFileIDHasSuffix: ID @@ -134776,10 +129286,6 @@ input TrustCenterSettingWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -134794,10 +129300,6 @@ input TrustCenterSettingWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -134812,10 +129314,6 @@ input TrustCenterSettingWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -134830,10 +129328,6 @@ input TrustCenterSettingWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -134848,10 +129342,6 @@ input TrustCenterSettingWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -134866,10 +129356,6 @@ input TrustCenterSettingWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -134884,10 +129370,6 @@ input TrustCenterSettingWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -134918,10 +129400,6 @@ input TrustCenterSettingWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -134936,10 +129414,6 @@ input TrustCenterSettingWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -134972,9 +129446,6 @@ input TrustCenterSettingWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -134988,10 +129459,6 @@ input TrustCenterSettingWhereInput { ndaApproverGroupIDNEQ: ID ndaApproverGroupIDIn: [ID!] ndaApproverGroupIDNotIn: [ID!] - ndaApproverGroupIDGT: ID - ndaApproverGroupIDGTE: ID - ndaApproverGroupIDLT: ID - ndaApproverGroupIDLTE: ID ndaApproverGroupIDContains: ID ndaApproverGroupIDHasPrefix: ID ndaApproverGroupIDHasSuffix: ID @@ -135006,10 +129473,6 @@ input TrustCenterSettingWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -135209,19 +129672,12 @@ input TrustCenterSubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -135232,9 +129688,6 @@ input TrustCenterSubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -135248,10 +129701,6 @@ input TrustCenterSubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -135266,10 +129715,6 @@ input TrustCenterSubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -135284,10 +129729,6 @@ input TrustCenterSubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -135302,10 +129743,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -135320,10 +129757,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindIDNEQ: ID trustCenterSubprocessorKindIDIn: [ID!] trustCenterSubprocessorKindIDNotIn: [ID!] - trustCenterSubprocessorKindIDGT: ID - trustCenterSubprocessorKindIDGTE: ID - trustCenterSubprocessorKindIDLT: ID - trustCenterSubprocessorKindIDLTE: ID trustCenterSubprocessorKindIDContains: ID trustCenterSubprocessorKindIDHasPrefix: ID trustCenterSubprocessorKindIDHasSuffix: ID @@ -135338,10 +129771,6 @@ input TrustCenterSubprocessorWhereInput { subprocessorIDNEQ: ID subprocessorIDIn: [ID!] subprocessorIDNotIn: [ID!] - subprocessorIDGT: ID - subprocessorIDGTE: ID - subprocessorIDLT: ID - subprocessorIDLTE: ID subprocessorIDContains: ID subprocessorIDHasPrefix: ID subprocessorIDHasSuffix: ID @@ -135354,10 +129783,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -135607,19 +130032,12 @@ input TrustCenterWatermarkConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -135630,9 +130048,6 @@ input TrustCenterWatermarkConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -135646,10 +130061,6 @@ input TrustCenterWatermarkConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -135664,10 +130075,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -135682,10 +130089,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -135700,10 +130103,6 @@ input TrustCenterWatermarkConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -135718,10 +130117,6 @@ input TrustCenterWatermarkConfigWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -135743,10 +130138,6 @@ input TrustCenterWatermarkConfigWhereInput { logoIDNEQ: ID logoIDIn: [ID!] logoIDNotIn: [ID!] - logoIDGT: ID - logoIDGTE: ID - logoIDLT: ID - logoIDLTE: ID logoIDContains: ID logoIDHasPrefix: ID logoIDHasSuffix: ID @@ -135761,10 +130152,6 @@ input TrustCenterWatermarkConfigWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -135818,10 +130205,6 @@ input TrustCenterWatermarkConfigWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -135879,19 +130262,12 @@ input TrustCenterWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -135902,9 +130278,6 @@ input TrustCenterWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -135918,10 +130291,6 @@ input TrustCenterWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -135936,10 +130305,6 @@ input TrustCenterWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -135954,10 +130319,6 @@ input TrustCenterWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -135972,10 +130333,6 @@ input TrustCenterWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -135990,10 +130347,6 @@ input TrustCenterWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -136008,10 +130361,6 @@ input TrustCenterWhereInput { customDomainIDNEQ: ID customDomainIDIn: [ID!] customDomainIDNotIn: [ID!] - customDomainIDGT: ID - customDomainIDGTE: ID - customDomainIDLT: ID - customDomainIDLTE: ID customDomainIDContains: ID customDomainIDHasPrefix: ID customDomainIDHasSuffix: ID @@ -136026,10 +130375,6 @@ input TrustCenterWhereInput { previewDomainIDNEQ: ID previewDomainIDIn: [ID!] previewDomainIDNotIn: [ID!] - previewDomainIDGT: ID - previewDomainIDGTE: ID - previewDomainIDLT: ID - previewDomainIDLTE: ID previewDomainIDContains: ID previewDomainIDHasPrefix: ID previewDomainIDHasSuffix: ID @@ -136044,10 +130389,6 @@ input TrustCenterWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -136062,10 +130403,6 @@ input TrustCenterWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -136080,10 +130417,6 @@ input TrustCenterWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -136107,10 +130440,6 @@ input TrustCenterWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -145920,19 +140249,12 @@ input UserSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -145943,9 +140265,6 @@ input UserSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -145959,10 +140278,6 @@ input UserSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -145977,10 +140292,6 @@ input UserSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -145995,10 +140306,6 @@ input UserSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -146013,10 +140320,6 @@ input UserSettingWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -146031,10 +140334,6 @@ input UserSettingWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -146046,9 +140345,6 @@ input UserSettingWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -146059,9 +140355,6 @@ input UserSettingWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -146077,9 +140370,6 @@ input UserSettingWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -146090,9 +140380,6 @@ input UserSettingWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -146148,19 +140435,12 @@ input UserWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -146171,9 +140451,6 @@ input UserWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -146187,10 +140464,6 @@ input UserWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -146205,10 +140478,6 @@ input UserWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -146223,10 +140492,6 @@ input UserWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -146239,10 +140504,6 @@ input UserWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -146255,10 +140516,6 @@ input UserWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -146273,10 +140530,6 @@ input UserWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -146291,10 +140544,6 @@ input UserWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -146307,10 +140556,6 @@ input UserWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -146325,10 +140570,6 @@ input UserWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -146340,9 +140581,6 @@ input UserWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -146353,9 +140591,6 @@ input UserWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -146378,10 +140613,6 @@ input UserWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -146412,10 +140643,6 @@ input UserWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -146430,10 +140657,6 @@ input UserWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -146455,10 +140678,6 @@ input UserWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -146473,10 +140692,6 @@ input UserWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -146787,19 +141002,12 @@ input VendorRiskScoreWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -146810,9 +141018,6 @@ input VendorRiskScoreWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -146826,10 +141031,6 @@ input VendorRiskScoreWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -146844,10 +141045,6 @@ input VendorRiskScoreWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -146862,10 +141059,6 @@ input VendorRiskScoreWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -146880,10 +141073,6 @@ input VendorRiskScoreWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -146898,10 +141087,6 @@ input VendorRiskScoreWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -146914,10 +141099,6 @@ input VendorRiskScoreWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -146930,10 +141111,6 @@ input VendorRiskScoreWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -146987,10 +141164,6 @@ input VendorRiskScoreWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -147005,10 +141178,6 @@ input VendorRiskScoreWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -147023,10 +141192,6 @@ input VendorRiskScoreWhereInput { vendorScoringConfigIDNEQ: ID vendorScoringConfigIDIn: [ID!] vendorScoringConfigIDNotIn: [ID!] - vendorScoringConfigIDGT: ID - vendorScoringConfigIDGTE: ID - vendorScoringConfigIDLT: ID - vendorScoringConfigIDLTE: ID vendorScoringConfigIDContains: ID vendorScoringConfigIDHasPrefix: ID vendorScoringConfigIDHasSuffix: ID @@ -147041,10 +141206,6 @@ input VendorRiskScoreWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -147057,10 +141218,6 @@ input VendorRiskScoreWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -147230,19 +141387,12 @@ input VendorScoringConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -147253,9 +141403,6 @@ input VendorScoringConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -147269,10 +141416,6 @@ input VendorScoringConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -147287,10 +141430,6 @@ input VendorScoringConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -147305,10 +141444,6 @@ input VendorScoringConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -147323,10 +141458,6 @@ input VendorScoringConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -148290,19 +142421,12 @@ input VulnerabilityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -148313,9 +142437,6 @@ input VulnerabilityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -148329,10 +142450,6 @@ input VulnerabilityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -148347,10 +142464,6 @@ input VulnerabilityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -148365,10 +142478,6 @@ input VulnerabilityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -148383,10 +142492,6 @@ input VulnerabilityWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -148399,10 +142504,6 @@ input VulnerabilityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -148417,10 +142518,6 @@ input VulnerabilityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -148435,10 +142532,6 @@ input VulnerabilityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -148453,10 +142546,6 @@ input VulnerabilityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -148471,10 +142560,6 @@ input VulnerabilityWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -148489,10 +142574,6 @@ input VulnerabilityWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -148507,10 +142588,6 @@ input VulnerabilityWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -148532,10 +142609,6 @@ input VulnerabilityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -148550,10 +142623,6 @@ input VulnerabilityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -148568,10 +142637,6 @@ input VulnerabilityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -148586,10 +142651,6 @@ input VulnerabilityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -148604,10 +142665,6 @@ input VulnerabilityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -148622,10 +142679,6 @@ input VulnerabilityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -148640,10 +142693,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -148658,10 +142707,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusIDNEQ: ID vulnerabilityStatusIDIn: [ID!] vulnerabilityStatusIDNotIn: [ID!] - vulnerabilityStatusIDGT: ID - vulnerabilityStatusIDGTE: ID - vulnerabilityStatusIDLT: ID - vulnerabilityStatusIDLTE: ID vulnerabilityStatusIDContains: ID vulnerabilityStatusIDHasPrefix: ID vulnerabilityStatusIDHasSuffix: ID @@ -148683,10 +142728,6 @@ input VulnerabilityWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -148710,10 +142751,6 @@ input VulnerabilityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -148726,10 +142763,6 @@ input VulnerabilityWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -148744,10 +142777,6 @@ input VulnerabilityWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -148762,10 +142791,6 @@ input VulnerabilityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -148780,10 +142805,6 @@ input VulnerabilityWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -148798,10 +142819,6 @@ input VulnerabilityWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -148855,10 +142872,6 @@ input VulnerabilityWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -148873,10 +142886,6 @@ input VulnerabilityWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -148891,10 +142900,6 @@ input VulnerabilityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -148909,10 +142914,6 @@ input VulnerabilityWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -148925,8 +142926,6 @@ input VulnerabilityWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -148975,10 +142974,6 @@ input VulnerabilityWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -148993,10 +142988,6 @@ input VulnerabilityWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -149018,10 +143009,6 @@ input VulnerabilityWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -149036,10 +143023,6 @@ input VulnerabilityWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -149054,10 +143037,6 @@ input VulnerabilityWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -149072,10 +143051,6 @@ input VulnerabilityWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -149087,9 +143062,6 @@ input VulnerabilityWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -149100,9 +143072,6 @@ input VulnerabilityWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -149113,9 +143082,6 @@ input VulnerabilityWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -149126,9 +143092,6 @@ input VulnerabilityWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -149142,10 +143105,6 @@ input VulnerabilityWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -149160,10 +143119,6 @@ input VulnerabilityWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -149175,9 +143130,6 @@ input VulnerabilityWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -149188,9 +143140,6 @@ input VulnerabilityWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -149204,10 +143153,6 @@ input VulnerabilityWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -149456,19 +143401,12 @@ input WebauthnWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -149479,9 +143417,6 @@ input WebauthnWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -149495,10 +143430,6 @@ input WebauthnWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -149513,10 +143444,6 @@ input WebauthnWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -149836,19 +143763,12 @@ input WorkflowAssignmentTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -149859,9 +143779,6 @@ input WorkflowAssignmentTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -149875,10 +143792,6 @@ input WorkflowAssignmentTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -149893,10 +143806,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -149911,10 +143820,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -149929,10 +143834,6 @@ input WorkflowAssignmentTargetWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -149945,10 +143846,6 @@ input WorkflowAssignmentTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -149963,10 +143860,6 @@ input WorkflowAssignmentTargetWhereInput { workflowAssignmentIDNEQ: ID workflowAssignmentIDIn: [ID!] workflowAssignmentIDNotIn: [ID!] - workflowAssignmentIDGT: ID - workflowAssignmentIDGTE: ID - workflowAssignmentIDLT: ID - workflowAssignmentIDLTE: ID workflowAssignmentIDContains: ID workflowAssignmentIDHasPrefix: ID workflowAssignmentIDHasSuffix: ID @@ -149986,10 +143879,6 @@ input WorkflowAssignmentTargetWhereInput { targetUserIDNEQ: ID targetUserIDIn: [ID!] targetUserIDNotIn: [ID!] - targetUserIDGT: ID - targetUserIDGTE: ID - targetUserIDLT: ID - targetUserIDLTE: ID targetUserIDContains: ID targetUserIDHasPrefix: ID targetUserIDHasSuffix: ID @@ -150004,10 +143893,6 @@ input WorkflowAssignmentTargetWhereInput { targetGroupIDNEQ: ID targetGroupIDIn: [ID!] targetGroupIDNotIn: [ID!] - targetGroupIDGT: ID - targetGroupIDGTE: ID - targetGroupIDLT: ID - targetGroupIDLTE: ID targetGroupIDContains: ID targetGroupIDHasPrefix: ID targetGroupIDHasSuffix: ID @@ -150022,10 +143907,6 @@ input WorkflowAssignmentTargetWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -150083,19 +143964,12 @@ input WorkflowAssignmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -150106,9 +143980,6 @@ input WorkflowAssignmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -150122,10 +143993,6 @@ input WorkflowAssignmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -150140,10 +144007,6 @@ input WorkflowAssignmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -150158,10 +144021,6 @@ input WorkflowAssignmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -150176,10 +144035,6 @@ input WorkflowAssignmentWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -150192,10 +144047,6 @@ input WorkflowAssignmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -150210,10 +144061,6 @@ input WorkflowAssignmentWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -150226,10 +144073,6 @@ input WorkflowAssignmentWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -150242,10 +144085,6 @@ input WorkflowAssignmentWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -150258,10 +144097,6 @@ input WorkflowAssignmentWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -150285,9 +144120,6 @@ input WorkflowAssignmentWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -150301,10 +144133,6 @@ input WorkflowAssignmentWhereInput { actorUserIDNEQ: ID actorUserIDIn: [ID!] actorUserIDNotIn: [ID!] - actorUserIDGT: ID - actorUserIDGTE: ID - actorUserIDLT: ID - actorUserIDLTE: ID actorUserIDContains: ID actorUserIDHasPrefix: ID actorUserIDHasSuffix: ID @@ -150319,10 +144147,6 @@ input WorkflowAssignmentWhereInput { actorGroupIDNEQ: ID actorGroupIDIn: [ID!] actorGroupIDNotIn: [ID!] - actorGroupIDGT: ID - actorGroupIDGTE: ID - actorGroupIDLT: ID - actorGroupIDLTE: ID actorGroupIDContains: ID actorGroupIDHasPrefix: ID actorGroupIDHasSuffix: ID @@ -150337,10 +144161,6 @@ input WorkflowAssignmentWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -150352,9 +144172,6 @@ input WorkflowAssignmentWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -150766,19 +144583,12 @@ input WorkflowDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -150789,9 +144599,6 @@ input WorkflowDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -150805,10 +144612,6 @@ input WorkflowDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -150823,10 +144626,6 @@ input WorkflowDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -150841,10 +144640,6 @@ input WorkflowDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -150859,10 +144654,6 @@ input WorkflowDefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -150875,10 +144666,6 @@ input WorkflowDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -150900,10 +144687,6 @@ input WorkflowDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -150918,10 +144701,6 @@ input WorkflowDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -150936,10 +144715,6 @@ input WorkflowDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -150952,10 +144727,6 @@ input WorkflowDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -150977,10 +144748,6 @@ input WorkflowDefinitionWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -150991,8 +144758,6 @@ input WorkflowDefinitionWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -151006,9 +144771,6 @@ input WorkflowDefinitionWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -151020,8 +144782,6 @@ input WorkflowDefinitionWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int @@ -151195,19 +144955,12 @@ input WorkflowEventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -151218,9 +144971,6 @@ input WorkflowEventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -151234,10 +144984,6 @@ input WorkflowEventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -151252,10 +144998,6 @@ input WorkflowEventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -151270,10 +145012,6 @@ input WorkflowEventWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -151288,10 +145026,6 @@ input WorkflowEventWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -151304,10 +145038,6 @@ input WorkflowEventWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -151322,10 +145052,6 @@ input WorkflowEventWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -151765,19 +145491,12 @@ input WorkflowInstanceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -151788,9 +145507,6 @@ input WorkflowInstanceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -151804,10 +145520,6 @@ input WorkflowInstanceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -151822,10 +145534,6 @@ input WorkflowInstanceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -151840,10 +145548,6 @@ input WorkflowInstanceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -151858,10 +145562,6 @@ input WorkflowInstanceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -151874,10 +145574,6 @@ input WorkflowInstanceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -151892,10 +145588,6 @@ input WorkflowInstanceWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -151908,10 +145600,6 @@ input WorkflowInstanceWhereInput { workflowProposalIDNEQ: ID workflowProposalIDIn: [ID!] workflowProposalIDNotIn: [ID!] - workflowProposalIDGT: ID - workflowProposalIDGTE: ID - workflowProposalIDLT: ID - workflowProposalIDLTE: ID workflowProposalIDContains: ID workflowProposalIDHasPrefix: ID workflowProposalIDHasSuffix: ID @@ -151930,9 +145618,6 @@ input WorkflowInstanceWhereInput { last_evaluated_at field predicates """ lastEvaluatedAt: Time - lastEvaluatedAtNEQ: Time - lastEvaluatedAtIn: [Time!] - lastEvaluatedAtNotIn: [Time!] lastEvaluatedAtGT: Time lastEvaluatedAtGTE: Time lastEvaluatedAtLT: Time @@ -151944,8 +145629,6 @@ input WorkflowInstanceWhereInput { """ currentActionIndex: Int currentActionIndexNEQ: Int - currentActionIndexIn: [Int!] - currentActionIndexNotIn: [Int!] currentActionIndexGT: Int currentActionIndexGTE: Int currentActionIndexLT: Int @@ -151957,10 +145640,6 @@ input WorkflowInstanceWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -151975,10 +145654,6 @@ input WorkflowInstanceWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -151993,10 +145668,6 @@ input WorkflowInstanceWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -152011,10 +145682,6 @@ input WorkflowInstanceWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -152029,10 +145696,6 @@ input WorkflowInstanceWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -152047,10 +145710,6 @@ input WorkflowInstanceWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -152065,10 +145724,6 @@ input WorkflowInstanceWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -152083,10 +145738,6 @@ input WorkflowInstanceWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -152101,10 +145752,6 @@ input WorkflowInstanceWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -152119,10 +145766,6 @@ input WorkflowInstanceWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -152137,10 +145780,6 @@ input WorkflowInstanceWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -152155,10 +145794,6 @@ input WorkflowInstanceWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -152173,10 +145808,6 @@ input WorkflowInstanceWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -152191,10 +145822,6 @@ input WorkflowInstanceWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -152209,10 +145836,6 @@ input WorkflowInstanceWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID @@ -152227,10 +145850,6 @@ input WorkflowInstanceWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -152245,10 +145864,6 @@ input WorkflowInstanceWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -152263,10 +145878,6 @@ input WorkflowInstanceWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -152661,19 +146272,12 @@ input WorkflowObjectRefWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -152684,9 +146288,6 @@ input WorkflowObjectRefWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -152700,10 +146301,6 @@ input WorkflowObjectRefWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -152718,10 +146315,6 @@ input WorkflowObjectRefWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -152736,10 +146329,6 @@ input WorkflowObjectRefWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -152754,10 +146343,6 @@ input WorkflowObjectRefWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -152770,10 +146355,6 @@ input WorkflowObjectRefWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -152788,10 +146369,6 @@ input WorkflowObjectRefWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -152804,10 +146381,6 @@ input WorkflowObjectRefWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -152822,10 +146395,6 @@ input WorkflowObjectRefWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -152840,10 +146409,6 @@ input WorkflowObjectRefWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -152858,10 +146423,6 @@ input WorkflowObjectRefWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -152876,10 +146437,6 @@ input WorkflowObjectRefWhereInput { directoryAccountIDNEQ: ID directoryAccountIDIn: [ID!] directoryAccountIDNotIn: [ID!] - directoryAccountIDGT: ID - directoryAccountIDGTE: ID - directoryAccountIDLT: ID - directoryAccountIDLTE: ID directoryAccountIDContains: ID directoryAccountIDHasPrefix: ID directoryAccountIDHasSuffix: ID @@ -152894,10 +146451,6 @@ input WorkflowObjectRefWhereInput { directoryGroupIDNEQ: ID directoryGroupIDIn: [ID!] directoryGroupIDNotIn: [ID!] - directoryGroupIDGT: ID - directoryGroupIDGTE: ID - directoryGroupIDLT: ID - directoryGroupIDLTE: ID directoryGroupIDContains: ID directoryGroupIDHasPrefix: ID directoryGroupIDHasSuffix: ID @@ -152912,10 +146465,6 @@ input WorkflowObjectRefWhereInput { directoryMembershipIDNEQ: ID directoryMembershipIDIn: [ID!] directoryMembershipIDNotIn: [ID!] - directoryMembershipIDGT: ID - directoryMembershipIDGTE: ID - directoryMembershipIDLT: ID - directoryMembershipIDLTE: ID directoryMembershipIDContains: ID directoryMembershipIDHasPrefix: ID directoryMembershipIDHasSuffix: ID @@ -152930,10 +146479,6 @@ input WorkflowObjectRefWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -152948,10 +146493,6 @@ input WorkflowObjectRefWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -152966,10 +146507,6 @@ input WorkflowObjectRefWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -152984,10 +146521,6 @@ input WorkflowObjectRefWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -153002,10 +146535,6 @@ input WorkflowObjectRefWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -153020,10 +146549,6 @@ input WorkflowObjectRefWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -153038,10 +146563,6 @@ input WorkflowObjectRefWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -153056,10 +146577,6 @@ input WorkflowObjectRefWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -153074,10 +146591,6 @@ input WorkflowObjectRefWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -153092,10 +146605,6 @@ input WorkflowObjectRefWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -153110,10 +146619,6 @@ input WorkflowObjectRefWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -153128,10 +146633,6 @@ input WorkflowObjectRefWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -153146,10 +146647,6 @@ input WorkflowObjectRefWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID diff --git a/internal/graphapi/generated/scalars.generated.go b/internal/graphapi/generated/scalars.generated.go index 369b37a906..397195bb7a 100644 --- a/internal/graphapi/generated/scalars.generated.go +++ b/internal/graphapi/generated/scalars.generated.go @@ -110,16 +110,6 @@ func (ec *executionContext) marshalNChannel2string(ctx context.Context, sel ast. return res } -func (ec *executionContext) unmarshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (models.DateTime, error) { - var res models.DateTime - err := res.UnmarshalGQL(v) - return res, graphql.ErrorOnPath(ctx, err) -} - -func (ec *executionContext) marshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, sel ast.SelectionSet, v models.DateTime) graphql.Marshaler { - return v -} - func (ec *executionContext) unmarshalNDateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (*models.DateTime, error) { var res = new(models.DateTime) err := res.UnmarshalGQL(v) @@ -464,41 +454,6 @@ func (ec *executionContext) marshalOCredentialSet2ᚖgithubᚗcomᚋtheopenlane return v } -func (ec *executionContext) unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx context.Context, v any) ([]models.DateTime, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]models.DateTime, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx context.Context, sel ast.SelectionSet, v []models.DateTime) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (*models.DateTime, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/history/directiveconfig.go b/internal/graphapi/history/directiveconfig.go new file mode 100644 index 0000000000..c25724a337 --- /dev/null +++ b/internal/graphapi/history/directiveconfig.go @@ -0,0 +1,15 @@ +package graphapihistory + +import ( + "github.com/theopenlane/core/internal/graphapi/directives" + gqlhistorygenerated "github.com/theopenlane/core/internal/graphapi/historygenerated" +) + +// ImplementAllHistoryDirectives adds all active directives to the gqlgen config in the resolver +// setup for the history api +func ImplementAllHistoryDirectives(cfg *gqlhistorygenerated.Config) { + cfg.Directives.Hidden = directives.HiddenDirective + cfg.Directives.ReadOnly = directives.ReadOnlyDirective + cfg.Directives.ExternalReadOnly = directives.ExternalReadOnlyDirective + cfg.Directives.ExternalSource = directives.ExternalSourceDirective +} diff --git a/internal/graphapi/history/resolver.go b/internal/graphapi/history/resolver.go index 6684892154..588c1bc836 100644 --- a/internal/graphapi/history/resolver.go +++ b/internal/graphapi/history/resolver.go @@ -16,7 +16,6 @@ import ( "github.com/theopenlane/core/internal/ent/historygenerated" "github.com/theopenlane/core/internal/graphapi/common" - "github.com/theopenlane/core/internal/graphapi/directives" "github.com/theopenlane/core/internal/graphapi/gqlerrors" gqlhistorygenerated "github.com/theopenlane/core/internal/graphapi/historygenerated" "github.com/theopenlane/core/pkg/gala" @@ -78,7 +77,7 @@ type Handler struct { func (r *Resolver) Handler() *Handler { c := &gqlhistorygenerated.Config{Resolvers: r} - directives.ImplementAllHistoryDirectives(c) + ImplementAllHistoryDirectives(c) srv := handler.New(gqlhistorygenerated.NewExecutableSchema( *c, diff --git a/internal/graphapi/historygenerated/ent.generated.go b/internal/graphapi/historygenerated/ent.generated.go index e706122173..81bdb18c0a 100644 --- a/internal/graphapi/historygenerated/ent.generated.go +++ b/internal/graphapi/historygenerated/ent.generated.go @@ -62472,7 +62472,7 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "actionPlanKindName", "actionPlanKindNameNEQ", "actionPlanKindNameIn", "actionPlanKindNameNotIn", "actionPlanKindNameGT", "actionPlanKindNameGTE", "actionPlanKindNameLT", "actionPlanKindNameLTE", "actionPlanKindNameContains", "actionPlanKindNameHasPrefix", "actionPlanKindNameHasSuffix", "actionPlanKindNameIsNil", "actionPlanKindNameNotNil", "actionPlanKindNameEqualFold", "actionPlanKindNameContainsFold", "actionPlanKindID", "actionPlanKindIDNEQ", "actionPlanKindIDIn", "actionPlanKindIDNotIn", "actionPlanKindIDGT", "actionPlanKindIDGTE", "actionPlanKindIDLT", "actionPlanKindIDLTE", "actionPlanKindIDContains", "actionPlanKindIDHasPrefix", "actionPlanKindIDHasSuffix", "actionPlanKindIDIsNil", "actionPlanKindIDNotNil", "actionPlanKindIDEqualFold", "actionPlanKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "requiresApproval", "requiresApprovalNEQ", "blocked", "blockedNEQ", "blockerReason", "blockerReasonNEQ", "blockerReasonIn", "blockerReasonNotIn", "blockerReasonGT", "blockerReasonGTE", "blockerReasonLT", "blockerReasonLTE", "blockerReasonContains", "blockerReasonHasPrefix", "blockerReasonHasSuffix", "blockerReasonIsNil", "blockerReasonNotNil", "blockerReasonEqualFold", "blockerReasonContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "actionPlanKindName", "actionPlanKindNameNEQ", "actionPlanKindNameIn", "actionPlanKindNameNotIn", "actionPlanKindNameContains", "actionPlanKindNameHasPrefix", "actionPlanKindNameHasSuffix", "actionPlanKindNameIsNil", "actionPlanKindNameNotNil", "actionPlanKindNameEqualFold", "actionPlanKindNameContainsFold", "actionPlanKindID", "actionPlanKindIDNEQ", "actionPlanKindIDIn", "actionPlanKindIDNotIn", "actionPlanKindIDContains", "actionPlanKindIDHasPrefix", "actionPlanKindIDHasSuffix", "actionPlanKindIDIsNil", "actionPlanKindIDNotNil", "actionPlanKindIDEqualFold", "actionPlanKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "requiresApproval", "requiresApprovalNEQ", "blocked", "blockedNEQ", "blockerReason", "blockerReasonNEQ", "blockerReasonIn", "blockerReasonNotIn", "blockerReasonContains", "blockerReasonHasPrefix", "blockerReasonHasSuffix", "blockerReasonIsNil", "blockerReasonNotNil", "blockerReasonEqualFold", "blockerReasonContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -62528,34 +62528,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -62577,27 +62549,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -62654,34 +62605,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -62766,27 +62689,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -62836,27 +62738,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -62927,34 +62808,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63032,34 +62885,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63137,34 +62962,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63242,34 +63039,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63347,34 +63116,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63522,34 +63263,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63634,27 +63347,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -63767,34 +63459,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63872,34 +63536,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -63977,34 +63613,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64082,34 +63690,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64187,34 +63767,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64292,34 +63844,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64397,34 +63921,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64530,34 +64026,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64635,34 +64103,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64740,34 +64180,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ActionPlanKindNameNotIn = data - case "actionPlanKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameGT = data - case "actionPlanKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameGTE = data - case "actionPlanKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameLT = data - case "actionPlanKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindNameLTE = data case "actionPlanKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64845,34 +64257,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.ActionPlanKindIDNotIn = data - case "actionPlanKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDGT = data - case "actionPlanKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDGTE = data - case "actionPlanKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDLT = data - case "actionPlanKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActionPlanKindIDLTE = data case "actionPlanKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actionPlanKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -64978,34 +64362,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -65069,34 +64425,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -65153,27 +64481,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -65223,27 +64530,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -65384,34 +64670,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.BlockerReasonNotIn = data - case "blockerReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonGT = data - case "blockerReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonGTE = data - case "blockerReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonLT = data - case "blockerReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BlockerReasonLTE = data case "blockerReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("blockerReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -65489,34 +64747,6 @@ func (ec *executionContext) unmarshalInputActionPlanHistoryWhereInput(ctx contex return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -65623,7 +64853,7 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "assessmentType", "assessmentTypeNEQ", "assessmentTypeIn", "assessmentTypeNotIn", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "responseDueDuration", "responseDueDurationNEQ", "responseDueDurationIn", "responseDueDurationNotIn", "responseDueDurationGT", "responseDueDurationGTE", "responseDueDurationLT", "responseDueDurationLTE", "responseDueDurationIsNil", "responseDueDurationNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "assessmentType", "assessmentTypeNEQ", "assessmentTypeIn", "assessmentTypeNotIn", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "responseDueDuration", "responseDueDurationNEQ", "responseDueDurationGT", "responseDueDurationGTE", "responseDueDurationLT", "responseDueDurationLTE", "responseDueDurationIsNil", "responseDueDurationNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -65679,34 +64909,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -65728,27 +64930,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -65805,34 +64986,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -65917,27 +65070,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -65987,27 +65119,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -66078,34 +65189,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66183,34 +65266,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66288,34 +65343,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66393,34 +65420,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66526,34 +65525,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66631,34 +65602,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66764,34 +65707,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66883,34 +65798,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -66974,20 +65861,6 @@ func (ec *executionContext) unmarshalInputAssessmentHistoryWhereInput(ctx contex return it, err } it.ResponseDueDurationNEQ = data - case "responseDueDurationIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResponseDueDurationIn = data - case "responseDueDurationNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResponseDueDurationNotIn = data case "responseDueDurationGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responseDueDurationGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -67087,7 +65960,7 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDEqualFold", "assessmentIDContainsFold", "isTest", "isTestNEQ", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDGT", "identityHolderIDGTE", "identityHolderIDLT", "identityHolderIDLTE", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsIn", "sendAttemptsNotIn", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "emailDeliveredAt", "emailDeliveredAtNEQ", "emailDeliveredAtIn", "emailDeliveredAtNotIn", "emailDeliveredAtGT", "emailDeliveredAtGTE", "emailDeliveredAtLT", "emailDeliveredAtLTE", "emailDeliveredAtIsNil", "emailDeliveredAtNotNil", "emailOpenedAt", "emailOpenedAtNEQ", "emailOpenedAtIn", "emailOpenedAtNotIn", "emailOpenedAtGT", "emailOpenedAtGTE", "emailOpenedAtLT", "emailOpenedAtLTE", "emailOpenedAtIsNil", "emailOpenedAtNotNil", "emailClickedAt", "emailClickedAtNEQ", "emailClickedAtIn", "emailClickedAtNotIn", "emailClickedAtGT", "emailClickedAtGTE", "emailClickedAtLT", "emailClickedAtLTE", "emailClickedAtIsNil", "emailClickedAtNotNil", "emailOpenCount", "emailOpenCountNEQ", "emailOpenCountIn", "emailOpenCountNotIn", "emailOpenCountGT", "emailOpenCountGTE", "emailOpenCountLT", "emailOpenCountLTE", "emailOpenCountIsNil", "emailOpenCountNotNil", "emailClickCount", "emailClickCountNEQ", "emailClickCountIn", "emailClickCountNotIn", "emailClickCountGT", "emailClickCountGTE", "emailClickCountLT", "emailClickCountLTE", "emailClickCountIsNil", "emailClickCountNotNil", "lastEmailEventAt", "lastEmailEventAtNEQ", "lastEmailEventAtIn", "lastEmailEventAtNotIn", "lastEmailEventAtGT", "lastEmailEventAtGTE", "lastEmailEventAtLT", "lastEmailEventAtLTE", "lastEmailEventAtIsNil", "lastEmailEventAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "assignedAt", "assignedAtNEQ", "assignedAtIn", "assignedAtNotIn", "assignedAtGT", "assignedAtGTE", "assignedAtLT", "assignedAtLTE", "startedAt", "startedAtNEQ", "startedAtIn", "startedAtNotIn", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isDraft", "isDraftNEQ"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDEqualFold", "assessmentIDContainsFold", "isTest", "isTestNEQ", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "identityHolderID", "identityHolderIDNEQ", "identityHolderIDIn", "identityHolderIDNotIn", "identityHolderIDContains", "identityHolderIDHasPrefix", "identityHolderIDHasSuffix", "identityHolderIDIsNil", "identityHolderIDNotNil", "identityHolderIDEqualFold", "identityHolderIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "sendAttempts", "sendAttemptsNEQ", "sendAttemptsGT", "sendAttemptsGTE", "sendAttemptsLT", "sendAttemptsLTE", "emailDeliveredAt", "emailDeliveredAtGT", "emailDeliveredAtGTE", "emailDeliveredAtLT", "emailDeliveredAtLTE", "emailDeliveredAtIsNil", "emailDeliveredAtNotNil", "emailOpenedAt", "emailOpenedAtGT", "emailOpenedAtGTE", "emailOpenedAtLT", "emailOpenedAtLTE", "emailOpenedAtIsNil", "emailOpenedAtNotNil", "emailClickedAt", "emailClickedAtGT", "emailClickedAtGTE", "emailClickedAtLT", "emailClickedAtLTE", "emailClickedAtIsNil", "emailClickedAtNotNil", "emailOpenCount", "emailOpenCountNEQ", "emailOpenCountGT", "emailOpenCountGTE", "emailOpenCountLT", "emailOpenCountLTE", "emailOpenCountIsNil", "emailOpenCountNotNil", "emailClickCount", "emailClickCountNEQ", "emailClickCountGT", "emailClickCountGTE", "emailClickCountLT", "emailClickCountLTE", "emailClickCountIsNil", "emailClickCountNotNil", "lastEmailEventAt", "lastEmailEventAtGT", "lastEmailEventAtGTE", "lastEmailEventAtLT", "lastEmailEventAtLTE", "lastEmailEventAtIsNil", "lastEmailEventAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "assignedAt", "assignedAtGT", "assignedAtGTE", "assignedAtLT", "assignedAtLTE", "startedAt", "startedAtGT", "startedAtGTE", "startedAtLT", "startedAtLTE", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isDraft", "isDraftNEQ"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -67143,34 +66016,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -67192,27 +66037,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -67269,34 +66093,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -67381,27 +66177,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -67451,27 +66226,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -67542,34 +66296,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -67647,34 +66373,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -67752,34 +66450,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -67857,34 +66527,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -67990,34 +66632,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68095,34 +66709,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68200,34 +66786,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.IdentityHolderIDNotIn = data - case "identityHolderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGT = data - case "identityHolderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDGTE = data - case "identityHolderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLT = data - case "identityHolderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityHolderIDLTE = data case "identityHolderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityHolderIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68305,34 +66863,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68410,34 +66940,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68515,34 +67017,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -68606,20 +67080,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.SendAttemptsNEQ = data - case "sendAttemptsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsIn = data - case "sendAttemptsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SendAttemptsNotIn = data case "sendAttemptsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sendAttemptsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -68655,27 +67115,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailDeliveredAt = data - case "emailDeliveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtNEQ = data - case "emailDeliveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtIn = data - case "emailDeliveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailDeliveredAtNotIn = data case "emailDeliveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailDeliveredAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -68725,27 +67164,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailOpenedAt = data - case "emailOpenedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtNEQ = data - case "emailOpenedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtIn = data - case "emailOpenedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenedAtNotIn = data case "emailOpenedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -68795,27 +67213,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailClickedAt = data - case "emailClickedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtNEQ = data - case "emailClickedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtIn = data - case "emailClickedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickedAtNotIn = data case "emailClickedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -68872,20 +67269,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailOpenCountNEQ = data - case "emailOpenCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenCountIn = data - case "emailOpenCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailOpenCountNotIn = data case "emailOpenCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailOpenCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -68942,20 +67325,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.EmailClickCountNEQ = data - case "emailClickCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickCountIn = data - case "emailClickCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.EmailClickCountNotIn = data case "emailClickCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailClickCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -69005,27 +67374,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.LastEmailEventAt = data - case "lastEmailEventAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtNEQ = data - case "lastEmailEventAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtIn = data - case "lastEmailEventAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastEmailEventAtNotIn = data case "lastEmailEventAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastEmailEventAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69103,27 +67451,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.AssignedAt = data - case "assignedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtNEQ = data - case "assignedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtIn = data - case "assignedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AssignedAtNotIn = data case "assignedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69159,27 +67486,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.StartedAt = data - case "startedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNEQ = data - case "startedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtIn = data - case "startedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartedAtNotIn = data case "startedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69215,27 +67521,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69285,27 +67570,6 @@ func (ec *executionContext) unmarshalInputAssessmentResponseHistoryWhereInput(ct return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69419,7 +67683,7 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "assetSubtypeName", "assetSubtypeNameNEQ", "assetSubtypeNameIn", "assetSubtypeNameNotIn", "assetSubtypeNameGT", "assetSubtypeNameGTE", "assetSubtypeNameLT", "assetSubtypeNameLTE", "assetSubtypeNameContains", "assetSubtypeNameHasPrefix", "assetSubtypeNameHasSuffix", "assetSubtypeNameIsNil", "assetSubtypeNameNotNil", "assetSubtypeNameEqualFold", "assetSubtypeNameContainsFold", "assetSubtypeID", "assetSubtypeIDNEQ", "assetSubtypeIDIn", "assetSubtypeIDNotIn", "assetSubtypeIDGT", "assetSubtypeIDGTE", "assetSubtypeIDLT", "assetSubtypeIDLTE", "assetSubtypeIDContains", "assetSubtypeIDHasPrefix", "assetSubtypeIDHasSuffix", "assetSubtypeIDIsNil", "assetSubtypeIDNotNil", "assetSubtypeIDEqualFold", "assetSubtypeIDContainsFold", "assetDataClassificationName", "assetDataClassificationNameNEQ", "assetDataClassificationNameIn", "assetDataClassificationNameNotIn", "assetDataClassificationNameGT", "assetDataClassificationNameGTE", "assetDataClassificationNameLT", "assetDataClassificationNameLTE", "assetDataClassificationNameContains", "assetDataClassificationNameHasPrefix", "assetDataClassificationNameHasSuffix", "assetDataClassificationNameIsNil", "assetDataClassificationNameNotNil", "assetDataClassificationNameEqualFold", "assetDataClassificationNameContainsFold", "assetDataClassificationID", "assetDataClassificationIDNEQ", "assetDataClassificationIDIn", "assetDataClassificationIDNotIn", "assetDataClassificationIDGT", "assetDataClassificationIDGTE", "assetDataClassificationIDLT", "assetDataClassificationIDLTE", "assetDataClassificationIDContains", "assetDataClassificationIDHasPrefix", "assetDataClassificationIDHasSuffix", "assetDataClassificationIDIsNil", "assetDataClassificationIDNotNil", "assetDataClassificationIDEqualFold", "assetDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameGT", "accessModelNameGTE", "accessModelNameLT", "accessModelNameLTE", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDGT", "accessModelIDGTE", "accessModelIDLT", "accessModelIDLTE", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameGT", "encryptionStatusNameGTE", "encryptionStatusNameLT", "encryptionStatusNameLTE", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDGT", "encryptionStatusIDGTE", "encryptionStatusIDLT", "encryptionStatusIDLTE", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameGT", "securityTierNameGTE", "securityTierNameLT", "securityTierNameLTE", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDGT", "securityTierIDGTE", "securityTierIDLT", "securityTierIDLTE", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameGT", "criticalityNameGTE", "criticalityNameLT", "criticalityNameLTE", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDGT", "criticalityIDGTE", "criticalityIDLT", "criticalityIDLTE", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "assetType", "assetTypeNEQ", "assetTypeIn", "assetTypeNotIn", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "identifier", "identifierNEQ", "identifierIn", "identifierNotIn", "identifierGT", "identifierGTE", "identifierLT", "identifierLTE", "identifierContains", "identifierHasPrefix", "identifierHasSuffix", "identifierIsNil", "identifierNotNil", "identifierEqualFold", "identifierContainsFold", "website", "websiteNEQ", "websiteIn", "websiteNotIn", "websiteGT", "websiteGTE", "websiteLT", "websiteLTE", "websiteContains", "websiteHasPrefix", "websiteHasSuffix", "websiteIsNil", "websiteNotNil", "websiteEqualFold", "websiteContainsFold", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationGT", "physicalLocationGTE", "physicalLocationLT", "physicalLocationLTE", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionGT", "regionGTE", "regionLT", "regionLTE", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourcePlatformID", "sourcePlatformIDNEQ", "sourcePlatformIDIn", "sourcePlatformIDNotIn", "sourcePlatformIDGT", "sourcePlatformIDGTE", "sourcePlatformIDLT", "sourcePlatformIDLTE", "sourcePlatformIDContains", "sourcePlatformIDHasPrefix", "sourcePlatformIDHasSuffix", "sourcePlatformIDIsNil", "sourcePlatformIDNotNil", "sourcePlatformIDEqualFold", "sourcePlatformIDContainsFold", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierGT", "sourceIdentifierGTE", "sourceIdentifierLT", "sourceIdentifierLTE", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterGT", "costCenterGTE", "costCenterLT", "costCenterLTE", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateNEQ", "purchaseDateIn", "purchaseDateNotIn", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "assetSubtypeName", "assetSubtypeNameNEQ", "assetSubtypeNameIn", "assetSubtypeNameNotIn", "assetSubtypeNameContains", "assetSubtypeNameHasPrefix", "assetSubtypeNameHasSuffix", "assetSubtypeNameIsNil", "assetSubtypeNameNotNil", "assetSubtypeNameEqualFold", "assetSubtypeNameContainsFold", "assetSubtypeID", "assetSubtypeIDNEQ", "assetSubtypeIDIn", "assetSubtypeIDNotIn", "assetSubtypeIDContains", "assetSubtypeIDHasPrefix", "assetSubtypeIDHasSuffix", "assetSubtypeIDIsNil", "assetSubtypeIDNotNil", "assetSubtypeIDEqualFold", "assetSubtypeIDContainsFold", "assetDataClassificationName", "assetDataClassificationNameNEQ", "assetDataClassificationNameIn", "assetDataClassificationNameNotIn", "assetDataClassificationNameContains", "assetDataClassificationNameHasPrefix", "assetDataClassificationNameHasSuffix", "assetDataClassificationNameIsNil", "assetDataClassificationNameNotNil", "assetDataClassificationNameEqualFold", "assetDataClassificationNameContainsFold", "assetDataClassificationID", "assetDataClassificationIDNEQ", "assetDataClassificationIDIn", "assetDataClassificationIDNotIn", "assetDataClassificationIDContains", "assetDataClassificationIDHasPrefix", "assetDataClassificationIDHasSuffix", "assetDataClassificationIDIsNil", "assetDataClassificationIDNotNil", "assetDataClassificationIDEqualFold", "assetDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "assetType", "assetTypeNEQ", "assetTypeIn", "assetTypeNotIn", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "identifier", "identifierNEQ", "identifierIn", "identifierNotIn", "identifierContains", "identifierHasPrefix", "identifierHasSuffix", "identifierIsNil", "identifierNotNil", "identifierEqualFold", "identifierContainsFold", "website", "websiteNEQ", "websiteIn", "websiteNotIn", "websiteContains", "websiteHasPrefix", "websiteHasSuffix", "websiteIsNil", "websiteNotNil", "websiteEqualFold", "websiteContainsFold", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourcePlatformID", "sourcePlatformIDNEQ", "sourcePlatformIDIn", "sourcePlatformIDNotIn", "sourcePlatformIDContains", "sourcePlatformIDHasPrefix", "sourcePlatformIDHasSuffix", "sourcePlatformIDIsNil", "sourcePlatformIDNotNil", "sourcePlatformIDEqualFold", "sourcePlatformIDContainsFold", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -69475,34 +67739,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -69524,27 +67760,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69601,34 +67816,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -69713,27 +67900,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69783,27 +67949,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -69874,34 +68019,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -69979,34 +68096,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70084,34 +68173,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70189,34 +68250,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70294,34 +68327,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70399,34 +68404,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70504,34 +68481,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70609,34 +68558,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AssetSubtypeNameNotIn = data - case "assetSubtypeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameGT = data - case "assetSubtypeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameGTE = data - case "assetSubtypeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameLT = data - case "assetSubtypeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeNameLTE = data case "assetSubtypeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70714,34 +68635,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AssetSubtypeIDNotIn = data - case "assetSubtypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDGT = data - case "assetSubtypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDGTE = data - case "assetSubtypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDLT = data - case "assetSubtypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetSubtypeIDLTE = data case "assetSubtypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetSubtypeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70819,34 +68712,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AssetDataClassificationNameNotIn = data - case "assetDataClassificationNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameGT = data - case "assetDataClassificationNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameGTE = data - case "assetDataClassificationNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameLT = data - case "assetDataClassificationNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationNameLTE = data case "assetDataClassificationNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -70924,34 +68789,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AssetDataClassificationIDNotIn = data - case "assetDataClassificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDGT = data - case "assetDataClassificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDGTE = data - case "assetDataClassificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDLT = data - case "assetDataClassificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssetDataClassificationIDLTE = data case "assetDataClassificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assetDataClassificationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71029,34 +68866,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71134,34 +68943,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71239,34 +69020,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71344,34 +69097,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71449,34 +69174,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AccessModelNameNotIn = data - case "accessModelNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGT = data - case "accessModelNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGTE = data - case "accessModelNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLT = data - case "accessModelNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLTE = data case "accessModelNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71554,34 +69251,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.AccessModelIDNotIn = data - case "accessModelIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGT = data - case "accessModelIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGTE = data - case "accessModelIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLT = data - case "accessModelIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLTE = data case "accessModelIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71659,34 +69328,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.EncryptionStatusNameNotIn = data - case "encryptionStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGT = data - case "encryptionStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGTE = data - case "encryptionStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLT = data - case "encryptionStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLTE = data case "encryptionStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71764,34 +69405,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.EncryptionStatusIDNotIn = data - case "encryptionStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGT = data - case "encryptionStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGTE = data - case "encryptionStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLT = data - case "encryptionStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLTE = data case "encryptionStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71869,34 +69482,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.SecurityTierNameNotIn = data - case "securityTierNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGT = data - case "securityTierNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGTE = data - case "securityTierNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLT = data - case "securityTierNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLTE = data case "securityTierNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -71974,34 +69559,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.SecurityTierIDNotIn = data - case "securityTierIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGT = data - case "securityTierIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGTE = data - case "securityTierIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLT = data - case "securityTierIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLTE = data case "securityTierIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72079,34 +69636,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.CriticalityNameNotIn = data - case "criticalityNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGT = data - case "criticalityNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGTE = data - case "criticalityNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLT = data - case "criticalityNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLTE = data case "criticalityNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72184,34 +69713,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.CriticalityIDNotIn = data - case "criticalityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGT = data - case "criticalityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGTE = data - case "criticalityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLT = data - case "criticalityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLTE = data case "criticalityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72317,34 +69818,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72422,34 +69895,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72555,34 +70000,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72646,34 +70063,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72751,34 +70140,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72856,34 +70217,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.IdentifierNotIn = data - case "identifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierGT = data - case "identifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierGTE = data - case "identifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierLT = data - case "identifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentifierLTE = data case "identifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -72961,34 +70294,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.WebsiteNotIn = data - case "websiteGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteGT = data - case "websiteGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteGTE = data - case "websiteLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteLT = data - case "websiteLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WebsiteLTE = data case "websiteContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("websiteContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73066,34 +70371,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.PhysicalLocationNotIn = data - case "physicalLocationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGT = data - case "physicalLocationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGTE = data - case "physicalLocationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLT = data - case "physicalLocationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLTE = data case "physicalLocationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73171,34 +70448,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.RegionNotIn = data - case "regionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGT = data - case "regionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGTE = data - case "regionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLT = data - case "regionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLTE = data case "regionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73332,34 +70581,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.SourcePlatformIDNotIn = data - case "sourcePlatformIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDGT = data - case "sourcePlatformIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDGTE = data - case "sourcePlatformIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDLT = data - case "sourcePlatformIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourcePlatformIDLTE = data case "sourcePlatformIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourcePlatformIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73437,34 +70658,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.SourceIdentifierNotIn = data - case "sourceIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGT = data - case "sourceIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGTE = data - case "sourceIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLT = data - case "sourceIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLTE = data case "sourceIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73542,34 +70735,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.CostCenterNotIn = data - case "costCenterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGT = data - case "costCenterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGTE = data - case "costCenterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLT = data - case "costCenterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLTE = data case "costCenterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73696,27 +70861,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.PurchaseDate = data - case "purchaseDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNEQ = data - case "purchaseDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateIn = data - case "purchaseDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNotIn = data case "purchaseDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -73787,34 +70931,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -73871,27 +70987,6 @@ func (ec *executionContext) unmarshalInputAssetHistoryWhereInput(ctx context.Con return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -73991,7 +71086,7 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "campaignType", "campaignTypeNEQ", "campaignTypeIn", "campaignTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "scheduledAt", "scheduledAtNEQ", "scheduledAtIn", "scheduledAtNotIn", "scheduledAtGT", "scheduledAtGTE", "scheduledAtLT", "scheduledAtLTE", "scheduledAtIsNil", "scheduledAtNotNil", "launchedAt", "launchedAtNEQ", "launchedAtIn", "launchedAtNotIn", "launchedAtGT", "launchedAtGTE", "launchedAtLT", "launchedAtLTE", "launchedAtIsNil", "launchedAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isRecurring", "isRecurringNEQ", "recurrenceFrequency", "recurrenceFrequencyNEQ", "recurrenceFrequencyIn", "recurrenceFrequencyNotIn", "recurrenceFrequencyIsNil", "recurrenceFrequencyNotNil", "recurrenceInterval", "recurrenceIntervalNEQ", "recurrenceIntervalIn", "recurrenceIntervalNotIn", "recurrenceIntervalGT", "recurrenceIntervalGTE", "recurrenceIntervalLT", "recurrenceIntervalLTE", "recurrenceIntervalIsNil", "recurrenceIntervalNotNil", "recurrenceTimezone", "recurrenceTimezoneNEQ", "recurrenceTimezoneIn", "recurrenceTimezoneNotIn", "recurrenceTimezoneGT", "recurrenceTimezoneGTE", "recurrenceTimezoneLT", "recurrenceTimezoneLTE", "recurrenceTimezoneContains", "recurrenceTimezoneHasPrefix", "recurrenceTimezoneHasSuffix", "recurrenceTimezoneIsNil", "recurrenceTimezoneNotNil", "recurrenceTimezoneEqualFold", "recurrenceTimezoneContainsFold", "lastRunAt", "lastRunAtNEQ", "lastRunAtIn", "lastRunAtNotIn", "lastRunAtGT", "lastRunAtGTE", "lastRunAtLT", "lastRunAtLTE", "lastRunAtIsNil", "lastRunAtNotNil", "nextRunAt", "nextRunAtNEQ", "nextRunAtIn", "nextRunAtNotIn", "nextRunAtGT", "nextRunAtGTE", "nextRunAtLT", "nextRunAtLTE", "nextRunAtIsNil", "nextRunAtNotNil", "recurrenceEndAt", "recurrenceEndAtNEQ", "recurrenceEndAtIn", "recurrenceEndAtNotIn", "recurrenceEndAtGT", "recurrenceEndAtGTE", "recurrenceEndAtLT", "recurrenceEndAtLTE", "recurrenceEndAtIsNil", "recurrenceEndAtNotNil", "recipientCount", "recipientCountNEQ", "recipientCountIn", "recipientCountNotIn", "recipientCountGT", "recipientCountGTE", "recipientCountLT", "recipientCountLTE", "recipientCountIsNil", "recipientCountNotNil", "resendCount", "resendCountNEQ", "resendCountIn", "resendCountNotIn", "resendCountGT", "resendCountGTE", "resendCountLT", "resendCountLTE", "resendCountIsNil", "resendCountNotNil", "lastResentAt", "lastResentAtNEQ", "lastResentAtIn", "lastResentAtNotIn", "lastResentAtGT", "lastResentAtGTE", "lastResentAtLT", "lastResentAtLTE", "lastResentAtIsNil", "lastResentAtNotNil", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDGT", "emailTemplateIDGTE", "emailTemplateIDLT", "emailTemplateIDLTE", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "emailBrandingID", "emailBrandingIDNEQ", "emailBrandingIDIn", "emailBrandingIDNotIn", "emailBrandingIDGT", "emailBrandingIDGTE", "emailBrandingIDLT", "emailBrandingIDLTE", "emailBrandingIDContains", "emailBrandingIDHasPrefix", "emailBrandingIDHasSuffix", "emailBrandingIDIsNil", "emailBrandingIDNotNil", "emailBrandingIDEqualFold", "emailBrandingIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "campaignType", "campaignTypeNEQ", "campaignTypeIn", "campaignTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "scheduledAt", "scheduledAtGT", "scheduledAtGTE", "scheduledAtLT", "scheduledAtLTE", "scheduledAtIsNil", "scheduledAtNotNil", "launchedAt", "launchedAtGT", "launchedAtGTE", "launchedAtLT", "launchedAtLTE", "launchedAtIsNil", "launchedAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "isRecurring", "isRecurringNEQ", "recurrenceFrequency", "recurrenceFrequencyNEQ", "recurrenceFrequencyIn", "recurrenceFrequencyNotIn", "recurrenceFrequencyIsNil", "recurrenceFrequencyNotNil", "recurrenceInterval", "recurrenceIntervalNEQ", "recurrenceIntervalGT", "recurrenceIntervalGTE", "recurrenceIntervalLT", "recurrenceIntervalLTE", "recurrenceIntervalIsNil", "recurrenceIntervalNotNil", "recurrenceTimezone", "recurrenceTimezoneNEQ", "recurrenceTimezoneIn", "recurrenceTimezoneNotIn", "recurrenceTimezoneContains", "recurrenceTimezoneHasPrefix", "recurrenceTimezoneHasSuffix", "recurrenceTimezoneIsNil", "recurrenceTimezoneNotNil", "recurrenceTimezoneEqualFold", "recurrenceTimezoneContainsFold", "lastRunAt", "lastRunAtGT", "lastRunAtGTE", "lastRunAtLT", "lastRunAtLTE", "lastRunAtIsNil", "lastRunAtNotNil", "nextRunAt", "nextRunAtGT", "nextRunAtGTE", "nextRunAtLT", "nextRunAtLTE", "nextRunAtIsNil", "nextRunAtNotNil", "recurrenceEndAt", "recurrenceEndAtGT", "recurrenceEndAtGTE", "recurrenceEndAtLT", "recurrenceEndAtLTE", "recurrenceEndAtIsNil", "recurrenceEndAtNotNil", "recipientCount", "recipientCountNEQ", "recipientCountGT", "recipientCountGTE", "recipientCountLT", "recipientCountLTE", "recipientCountIsNil", "recipientCountNotNil", "resendCount", "resendCountNEQ", "resendCountGT", "resendCountGTE", "resendCountLT", "resendCountLTE", "resendCountIsNil", "resendCountNotNil", "lastResentAt", "lastResentAtGT", "lastResentAtGTE", "lastResentAtLT", "lastResentAtLTE", "lastResentAtIsNil", "lastResentAtNotNil", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDIsNil", "entityIDNotNil", "entityIDEqualFold", "entityIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "emailBrandingID", "emailBrandingIDNEQ", "emailBrandingIDIn", "emailBrandingIDNotIn", "emailBrandingIDContains", "emailBrandingIDHasPrefix", "emailBrandingIDHasSuffix", "emailBrandingIDIsNil", "emailBrandingIDNotNil", "emailBrandingIDEqualFold", "emailBrandingIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -74047,34 +71142,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -74096,27 +71163,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -74173,34 +71219,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74285,27 +71303,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -74355,27 +71352,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -74446,34 +71422,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74551,34 +71499,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74656,34 +71576,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74761,34 +71653,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74852,34 +71716,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -74957,34 +71793,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -75062,34 +71870,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -75167,34 +71947,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -75300,34 +72052,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -75391,34 +72115,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -75545,27 +72241,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.ScheduledAt = data - case "scheduledAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtNEQ = data - case "scheduledAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtIn = data - case "scheduledAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScheduledAtNotIn = data case "scheduledAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scheduledAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -75615,27 +72290,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.LaunchedAt = data - case "launchedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtNEQ = data - case "launchedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtIn = data - case "launchedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LaunchedAtNotIn = data case "launchedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("launchedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -75685,27 +72339,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -75755,27 +72388,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -75888,20 +72500,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.RecurrenceIntervalNEQ = data - case "recurrenceIntervalIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceIntervalIn = data - case "recurrenceIntervalNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceIntervalNotIn = data case "recurrenceIntervalGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceIntervalGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -75972,34 +72570,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.RecurrenceTimezoneNotIn = data - case "recurrenceTimezoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneGT = data - case "recurrenceTimezoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneGTE = data - case "recurrenceTimezoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneLT = data - case "recurrenceTimezoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceTimezoneLTE = data case "recurrenceTimezoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceTimezoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -76056,27 +72626,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.LastRunAt = data - case "lastRunAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtNEQ = data - case "lastRunAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtIn = data - case "lastRunAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastRunAtNotIn = data case "lastRunAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastRunAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -76126,27 +72675,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.NextRunAt = data - case "nextRunAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtNEQ = data - case "nextRunAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtIn = data - case "nextRunAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextRunAtNotIn = data case "nextRunAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextRunAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -76196,27 +72724,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.RecurrenceEndAt = data - case "recurrenceEndAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtNEQ = data - case "recurrenceEndAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtIn = data - case "recurrenceEndAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecurrenceEndAtNotIn = data case "recurrenceEndAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recurrenceEndAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -76273,20 +72780,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.RecipientCountNEQ = data - case "recipientCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecipientCountIn = data - case "recipientCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RecipientCountNotIn = data case "recipientCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recipientCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -76343,20 +72836,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.ResendCountNEQ = data - case "resendCountIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResendCountIn = data - case "resendCountNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResendCountNotIn = data case "resendCountGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resendCountGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -76406,27 +72885,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.LastResentAt = data - case "lastResentAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtNEQ = data - case "lastResentAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtIn = data - case "lastResentAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastResentAtNotIn = data case "lastResentAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastResentAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -76497,34 +72955,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -76602,34 +73032,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -76707,34 +73109,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -76812,34 +73186,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.EmailTemplateIDNotIn = data - case "emailTemplateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGT = data - case "emailTemplateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGTE = data - case "emailTemplateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLT = data - case "emailTemplateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLTE = data case "emailTemplateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -76917,34 +73263,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77022,34 +73340,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.EmailBrandingIDNotIn = data - case "emailBrandingIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDGT = data - case "emailBrandingIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDGTE = data - case "emailBrandingIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDLT = data - case "emailBrandingIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailBrandingIDLTE = data case "emailBrandingIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailBrandingIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77127,34 +73417,6 @@ func (ec *executionContext) unmarshalInputCampaignHistoryWhereInput(ctx context. return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77261,7 +73523,7 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDGT", "campaignIDGTE", "campaignIDLT", "campaignIDLTE", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDGT", "contactIDGTE", "contactIDLT", "contactIDLTE", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDGT", "groupIDGTE", "groupIDLT", "groupIDLTE", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "subscriberID", "subscriberIDNEQ", "subscriberIDIn", "subscriberIDNotIn", "subscriberIDGT", "subscriberIDGTE", "subscriberIDLT", "subscriberIDLTE", "subscriberIDContains", "subscriberIDHasPrefix", "subscriberIDHasSuffix", "subscriberIDIsNil", "subscriberIDNotNil", "subscriberIDEqualFold", "subscriberIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "sentAt", "sentAtNEQ", "sentAtIn", "sentAtNotIn", "sentAtGT", "sentAtGTE", "sentAtLT", "sentAtLTE", "sentAtIsNil", "sentAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "campaignID", "campaignIDNEQ", "campaignIDIn", "campaignIDNotIn", "campaignIDContains", "campaignIDHasPrefix", "campaignIDHasSuffix", "campaignIDIsNil", "campaignIDNotNil", "campaignIDEqualFold", "campaignIDContainsFold", "contactID", "contactIDNEQ", "contactIDIn", "contactIDNotIn", "contactIDContains", "contactIDHasPrefix", "contactIDHasSuffix", "contactIDIsNil", "contactIDNotNil", "contactIDEqualFold", "contactIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold", "subscriberID", "subscriberIDNEQ", "subscriberIDIn", "subscriberIDNotIn", "subscriberIDContains", "subscriberIDHasPrefix", "subscriberIDHasSuffix", "subscriberIDIsNil", "subscriberIDNotNil", "subscriberIDEqualFold", "subscriberIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "sentAt", "sentAtGT", "sentAtGTE", "sentAtLT", "sentAtLTE", "sentAtIsNil", "sentAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -77317,34 +73579,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -77366,27 +73600,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -77443,34 +73656,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77555,27 +73740,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -77625,27 +73789,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -77716,34 +73859,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77821,34 +73936,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -77926,34 +74013,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78031,34 +74090,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78164,34 +74195,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.CampaignIDNotIn = data - case "campaignIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGT = data - case "campaignIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDGTE = data - case "campaignIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLT = data - case "campaignIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CampaignIDLTE = data case "campaignIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("campaignIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78269,34 +74272,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.ContactIDNotIn = data - case "contactIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGT = data - case "contactIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDGTE = data - case "contactIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLT = data - case "contactIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ContactIDLTE = data case "contactIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contactIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78374,34 +74349,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78479,34 +74426,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.GroupIDNotIn = data - case "groupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGT = data - case "groupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGTE = data - case "groupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLT = data - case "groupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLTE = data case "groupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78584,34 +74503,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.SubscriberIDNotIn = data - case "subscriberIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDGT = data - case "subscriberIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDGTE = data - case "subscriberIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDLT = data - case "subscriberIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubscriberIDLTE = data case "subscriberIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subscriberIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78689,34 +74580,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78780,34 +74643,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -78892,27 +74727,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.SentAt = data - case "sentAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SentAtNEQ = data - case "sentAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SentAtIn = data - case "sentAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SentAtNotIn = data case "sentAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sentAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -78962,27 +74776,6 @@ func (ec *executionContext) unmarshalInputCampaignTargetHistoryWhereInput(ctx co return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -79082,7 +74875,7 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "company", "companyNEQ", "companyIn", "companyNotIn", "companyGT", "companyGTE", "companyLT", "companyLTE", "companyContains", "companyHasPrefix", "companyHasSuffix", "companyIsNil", "companyNotNil", "companyEqualFold", "companyContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "address", "addressNEQ", "addressIn", "addressNotIn", "addressGT", "addressGTE", "addressLT", "addressLTE", "addressContains", "addressHasPrefix", "addressHasSuffix", "addressIsNil", "addressNotNil", "addressEqualFold", "addressContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameIsNil", "fullNameNotNil", "fullNameEqualFold", "fullNameContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "company", "companyNEQ", "companyIn", "companyNotIn", "companyContains", "companyHasPrefix", "companyHasSuffix", "companyIsNil", "companyNotNil", "companyEqualFold", "companyContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailIsNil", "emailNotNil", "emailEqualFold", "emailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "address", "addressNEQ", "addressIn", "addressNotIn", "addressContains", "addressHasPrefix", "addressHasSuffix", "addressIsNil", "addressNotNil", "addressEqualFold", "addressContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -79138,34 +74931,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -79187,27 +74952,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -79264,34 +75008,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -79376,27 +75092,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -79446,27 +75141,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -79537,34 +75211,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -79642,34 +75288,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -79747,34 +75365,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -79852,34 +75442,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -79957,34 +75519,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80062,34 +75596,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80167,34 +75673,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.CompanyNotIn = data - case "companyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyGT = data - case "companyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyGTE = data - case "companyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyLT = data - case "companyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyLTE = data case "companyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80272,34 +75750,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80377,34 +75827,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80482,34 +75904,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.AddressNotIn = data - case "addressGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressGT = data - case "addressGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressGTE = data - case "addressLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressLT = data - case "addressLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AddressLTE = data case "addressContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("addressContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80615,34 +76009,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80720,34 +76086,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -80804,27 +76142,6 @@ func (ec *executionContext) unmarshalInputContactHistoryWhereInput(ctx context.C return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -80924,7 +76241,7 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDGT", "referenceIDGTE", "referenceIDLT", "referenceIDLTE", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDGT", "auditorReferenceIDGTE", "auditorReferenceIDLT", "auditorReferenceIDLTE", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDGT", "responsiblePartyIDGTE", "responsiblePartyIDLT", "responsiblePartyIDLTE", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionGT", "implementationDescriptionGTE", "implementationDescriptionLT", "implementationDescriptionLTE", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationGT", "publicRepresentationGTE", "publicRepresentationLT", "publicRepresentationLTE", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameGT", "sourceNameGTE", "sourceNameLT", "sourceNameLTE", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkGT", "referenceFrameworkGTE", "referenceFrameworkLT", "referenceFrameworkLTE", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionGT", "referenceFrameworkRevisionGTE", "referenceFrameworkRevisionLT", "referenceFrameworkRevisionLTE", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDGT", "controlOwnerIDGTE", "controlOwnerIDLT", "controlOwnerIDLTE", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "controlKindName", "controlKindNameNEQ", "controlKindNameIn", "controlKindNameNotIn", "controlKindNameGT", "controlKindNameGTE", "controlKindNameLT", "controlKindNameLTE", "controlKindNameContains", "controlKindNameHasPrefix", "controlKindNameHasSuffix", "controlKindNameIsNil", "controlKindNameNotNil", "controlKindNameEqualFold", "controlKindNameContainsFold", "controlKindID", "controlKindIDNEQ", "controlKindIDIn", "controlKindIDNotIn", "controlKindIDGT", "controlKindIDGTE", "controlKindIDLT", "controlKindIDLTE", "controlKindIDContains", "controlKindIDHasPrefix", "controlKindIDHasSuffix", "controlKindIDIsNil", "controlKindIDNotNil", "controlKindIDEqualFold", "controlKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeGT", "refCodeGTE", "refCodeLT", "refCodeLTE", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "trustCenterVisibility", "trustCenterVisibilityNEQ", "trustCenterVisibilityIn", "trustCenterVisibilityNotIn", "trustCenterVisibilityIsNil", "trustCenterVisibilityNotNil", "isTrustCenterControl", "isTrustCenterControlNEQ", "isTrustCenterControlIsNil", "isTrustCenterControlNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "controlKindName", "controlKindNameNEQ", "controlKindNameIn", "controlKindNameNotIn", "controlKindNameContains", "controlKindNameHasPrefix", "controlKindNameHasSuffix", "controlKindNameIsNil", "controlKindNameNotNil", "controlKindNameEqualFold", "controlKindNameContainsFold", "controlKindID", "controlKindIDNEQ", "controlKindIDIn", "controlKindIDNotIn", "controlKindIDContains", "controlKindIDHasPrefix", "controlKindIDHasSuffix", "controlKindIDIsNil", "controlKindIDNotNil", "controlKindIDEqualFold", "controlKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "trustCenterVisibility", "trustCenterVisibilityNEQ", "trustCenterVisibilityIn", "trustCenterVisibilityNotIn", "trustCenterVisibilityIsNil", "trustCenterVisibilityNotNil", "isTrustCenterControl", "isTrustCenterControlNEQ", "isTrustCenterControlIsNil", "isTrustCenterControlNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -80980,34 +76297,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -81029,27 +76318,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -81106,34 +76374,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81218,27 +76458,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -81288,27 +76507,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -81379,34 +76577,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81484,34 +76654,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81589,34 +76731,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81694,34 +76808,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81785,34 +76871,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81890,34 +76948,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -81995,34 +77025,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82100,34 +77102,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ReferenceIDNotIn = data - case "referenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGT = data - case "referenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGTE = data - case "referenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLT = data - case "referenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLTE = data case "referenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82205,34 +77179,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.AuditorReferenceIDNotIn = data - case "auditorReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGT = data - case "auditorReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGTE = data - case "auditorReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLT = data - case "auditorReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLTE = data case "auditorReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82310,34 +77256,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ResponsiblePartyIDNotIn = data - case "responsiblePartyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGT = data - case "responsiblePartyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGTE = data - case "responsiblePartyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLT = data - case "responsiblePartyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLTE = data case "responsiblePartyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82499,34 +77417,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ImplementationDescriptionNotIn = data - case "implementationDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGT = data - case "implementationDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGTE = data - case "implementationDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLT = data - case "implementationDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLTE = data case "implementationDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82604,34 +77494,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.PublicRepresentationNotIn = data - case "publicRepresentationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGT = data - case "publicRepresentationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGTE = data - case "publicRepresentationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLT = data - case "publicRepresentationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLTE = data case "publicRepresentationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82751,34 +77613,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.SourceNameNotIn = data - case "sourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGT = data - case "sourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGTE = data - case "sourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLT = data - case "sourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLTE = data case "sourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82856,34 +77690,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ReferenceFrameworkNotIn = data - case "referenceFrameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGT = data - case "referenceFrameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGTE = data - case "referenceFrameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLT = data - case "referenceFrameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLTE = data case "referenceFrameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -82961,34 +77767,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ReferenceFrameworkRevisionNotIn = data - case "referenceFrameworkRevisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGT = data - case "referenceFrameworkRevisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGTE = data - case "referenceFrameworkRevisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLT = data - case "referenceFrameworkRevisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLTE = data case "referenceFrameworkRevisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83066,34 +77844,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83171,34 +77921,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83276,34 +77998,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83381,34 +78075,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ControlOwnerIDNotIn = data - case "controlOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGT = data - case "controlOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGTE = data - case "controlOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLT = data - case "controlOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLTE = data case "controlOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83486,34 +78152,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83591,34 +78229,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83724,34 +78334,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83829,34 +78411,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -83934,34 +78488,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ControlKindNameNotIn = data - case "controlKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameGT = data - case "controlKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameGTE = data - case "controlKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameLT = data - case "controlKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindNameLTE = data case "controlKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84039,34 +78565,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ControlKindIDNotIn = data - case "controlKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDGT = data - case "controlKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDGTE = data - case "controlKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDLT = data - case "controlKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlKindIDLTE = data case "controlKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84144,34 +78642,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84249,34 +78719,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84354,34 +78796,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84459,34 +78873,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84592,34 +78978,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.RefCodeNotIn = data - case "refCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGT = data - case "refCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGTE = data - case "refCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLT = data - case "refCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLTE = data case "refCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84683,34 +79041,6 @@ func (ec *executionContext) unmarshalInputControlHistoryWhereInput(ctx context.C return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -84887,7 +79217,7 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationDate", "implementationDateNEQ", "implementationDateIn", "implementationDateNotIn", "implementationDateGT", "implementationDateGTE", "implementationDateLT", "implementationDateLTE", "implementationDateIsNil", "implementationDateNotNil", "verified", "verifiedNEQ", "verifiedIsNil", "verifiedNotNil", "verificationDate", "verificationDateNEQ", "verificationDateIn", "verificationDateNotIn", "verificationDateGT", "verificationDateGTE", "verificationDateLT", "verificationDateLTE", "verificationDateIsNil", "verificationDateNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationDate", "implementationDateGT", "implementationDateGTE", "implementationDateLT", "implementationDateLTE", "implementationDateIsNil", "implementationDateNotNil", "verified", "verifiedNEQ", "verifiedIsNil", "verifiedNotNil", "verificationDate", "verificationDateGT", "verificationDateGTE", "verificationDateLT", "verificationDateLTE", "verificationDateIsNil", "verificationDateNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -84943,34 +79273,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -84992,27 +79294,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -85069,34 +79350,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85181,27 +79434,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -85251,27 +79483,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -85342,34 +79553,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85447,34 +79630,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85552,34 +79707,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85657,34 +79784,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85790,34 +79889,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -85895,34 +79966,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -86021,27 +80064,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.ImplementationDate = data - case "implementationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateNEQ = data - case "implementationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateIn = data - case "implementationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDateNotIn = data case "implementationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -86119,27 +80141,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.VerificationDate = data - case "verificationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateNEQ = data - case "verificationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateIn = data - case "verificationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerificationDateNotIn = data case "verificationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verificationDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -86210,34 +80211,6 @@ func (ec *executionContext) unmarshalInputControlImplementationHistoryWhereInput return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -86344,7 +80317,7 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "desiredOutcome", "desiredOutcomeNEQ", "desiredOutcomeIn", "desiredOutcomeNotIn", "desiredOutcomeGT", "desiredOutcomeGTE", "desiredOutcomeLT", "desiredOutcomeLTE", "desiredOutcomeContains", "desiredOutcomeHasPrefix", "desiredOutcomeHasSuffix", "desiredOutcomeIsNil", "desiredOutcomeNotNil", "desiredOutcomeEqualFold", "desiredOutcomeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "controlObjectiveType", "controlObjectiveTypeNEQ", "controlObjectiveTypeIn", "controlObjectiveTypeNotIn", "controlObjectiveTypeGT", "controlObjectiveTypeGTE", "controlObjectiveTypeLT", "controlObjectiveTypeLTE", "controlObjectiveTypeContains", "controlObjectiveTypeHasPrefix", "controlObjectiveTypeHasSuffix", "controlObjectiveTypeIsNil", "controlObjectiveTypeNotNil", "controlObjectiveTypeEqualFold", "controlObjectiveTypeContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "desiredOutcome", "desiredOutcomeNEQ", "desiredOutcomeIn", "desiredOutcomeNotIn", "desiredOutcomeContains", "desiredOutcomeHasPrefix", "desiredOutcomeHasSuffix", "desiredOutcomeIsNil", "desiredOutcomeNotNil", "desiredOutcomeEqualFold", "desiredOutcomeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "controlObjectiveType", "controlObjectiveTypeNEQ", "controlObjectiveTypeIn", "controlObjectiveTypeNotIn", "controlObjectiveTypeContains", "controlObjectiveTypeHasPrefix", "controlObjectiveTypeHasSuffix", "controlObjectiveTypeIsNil", "controlObjectiveTypeNotNil", "controlObjectiveTypeEqualFold", "controlObjectiveTypeContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -86400,34 +80373,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -86449,27 +80394,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -86526,34 +80450,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -86638,27 +80534,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -86708,27 +80583,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -86799,34 +80653,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -86904,34 +80730,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87009,34 +80807,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87114,34 +80884,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87205,34 +80947,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87310,34 +81024,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87443,34 +81129,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87548,34 +81206,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87653,34 +81283,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87744,34 +81346,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.DesiredOutcomeNotIn = data - case "desiredOutcomeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeGT = data - case "desiredOutcomeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeGTE = data - case "desiredOutcomeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeLT = data - case "desiredOutcomeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DesiredOutcomeLTE = data case "desiredOutcomeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("desiredOutcomeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -87933,34 +81507,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.ControlObjectiveTypeNotIn = data - case "controlObjectiveTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeGT = data - case "controlObjectiveTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeGTE = data - case "controlObjectiveTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeLT = data - case "controlObjectiveTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlObjectiveTypeLTE = data case "controlObjectiveTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlObjectiveTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88038,34 +81584,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88143,34 +81661,6 @@ func (ec *executionContext) unmarshalInputControlObjectiveHistoryWhereInput(ctx return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88277,7 +81767,7 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "cnameRecord", "cnameRecordNEQ", "cnameRecordIn", "cnameRecordNotIn", "cnameRecordGT", "cnameRecordGTE", "cnameRecordLT", "cnameRecordLTE", "cnameRecordContains", "cnameRecordHasPrefix", "cnameRecordHasSuffix", "cnameRecordEqualFold", "cnameRecordContainsFold", "mappableDomainID", "mappableDomainIDNEQ", "mappableDomainIDIn", "mappableDomainIDNotIn", "mappableDomainIDGT", "mappableDomainIDGTE", "mappableDomainIDLT", "mappableDomainIDLTE", "mappableDomainIDContains", "mappableDomainIDHasPrefix", "mappableDomainIDHasSuffix", "mappableDomainIDEqualFold", "mappableDomainIDContainsFold", "dnsVerificationID", "dnsVerificationIDNEQ", "dnsVerificationIDIn", "dnsVerificationIDNotIn", "dnsVerificationIDGT", "dnsVerificationIDGTE", "dnsVerificationIDLT", "dnsVerificationIDLTE", "dnsVerificationIDContains", "dnsVerificationIDHasPrefix", "dnsVerificationIDHasSuffix", "dnsVerificationIDIsNil", "dnsVerificationIDNotNil", "dnsVerificationIDEqualFold", "dnsVerificationIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "domainType", "domainTypeNEQ", "domainTypeIn", "domainTypeNotIn"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "cnameRecord", "cnameRecordNEQ", "cnameRecordIn", "cnameRecordNotIn", "cnameRecordContains", "cnameRecordHasPrefix", "cnameRecordHasSuffix", "cnameRecordEqualFold", "cnameRecordContainsFold", "mappableDomainID", "mappableDomainIDNEQ", "mappableDomainIDIn", "mappableDomainIDNotIn", "mappableDomainIDContains", "mappableDomainIDHasPrefix", "mappableDomainIDHasSuffix", "mappableDomainIDEqualFold", "mappableDomainIDContainsFold", "dnsVerificationID", "dnsVerificationIDNEQ", "dnsVerificationIDIn", "dnsVerificationIDNotIn", "dnsVerificationIDContains", "dnsVerificationIDHasPrefix", "dnsVerificationIDHasSuffix", "dnsVerificationIDIsNil", "dnsVerificationIDNotNil", "dnsVerificationIDEqualFold", "dnsVerificationIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "domainType", "domainTypeNEQ", "domainTypeIn", "domainTypeNotIn"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -88333,34 +81823,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -88382,27 +81844,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -88459,34 +81900,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88571,27 +81984,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -88641,27 +82033,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -88732,34 +82103,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88837,34 +82180,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -88942,34 +82257,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89047,34 +82334,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89180,34 +82439,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89285,34 +82516,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89390,34 +82593,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.CnameRecordNotIn = data - case "cnameRecordGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordGT = data - case "cnameRecordGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordGTE = data - case "cnameRecordLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordLT = data - case "cnameRecordLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CnameRecordLTE = data case "cnameRecordContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cnameRecordContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89481,34 +82656,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.MappableDomainIDNotIn = data - case "mappableDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDGT = data - case "mappableDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDGTE = data - case "mappableDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDLT = data - case "mappableDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MappableDomainIDLTE = data case "mappableDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mappableDomainIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89572,34 +82719,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.DNSVerificationIDNotIn = data - case "dnsVerificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDGT = data - case "dnsVerificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDGTE = data - case "dnsVerificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDLT = data - case "dnsVerificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DNSVerificationIDLTE = data case "dnsVerificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dnsVerificationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89677,34 +82796,6 @@ func (ec *executionContext) unmarshalInputCustomDomainHistoryWhereInput(ctx cont return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -89839,7 +82930,7 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "isResolved", "isResolvedNEQ"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "isResolved", "isResolvedNEQ"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -89895,34 +82986,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -89944,27 +83007,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -90021,34 +83063,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90133,27 +83147,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -90203,27 +83196,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -90294,34 +83266,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90399,34 +83343,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90504,34 +83420,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90609,34 +83497,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90714,34 +83574,6 @@ func (ec *executionContext) unmarshalInputDiscussionHistoryWhereInput(ctx contex return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -90862,7 +83694,7 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -90918,34 +83750,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -90967,27 +83771,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -91044,34 +83827,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91156,27 +83911,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -91226,27 +83960,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -91317,34 +84030,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91422,34 +84107,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91527,34 +84184,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91632,34 +84261,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91737,34 +84338,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91842,34 +84415,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -91947,34 +84492,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92052,34 +84569,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92157,34 +84646,6 @@ func (ec *executionContext) unmarshalInputDocumentDataHistoryWhereInput(ctx cont return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92291,7 +84752,7 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyGT", "keyGTE", "keyLT", "keyLTE", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "format", "formatNEQ", "formatIn", "formatNotIn", "formatIsNil", "formatNotNil", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeGT", "localeGTE", "localeLT", "localeLTE", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateGT", "subjectTemplateGTE", "subjectTemplateLT", "subjectTemplateLTE", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "preheaderTemplate", "preheaderTemplateNEQ", "preheaderTemplateIn", "preheaderTemplateNotIn", "preheaderTemplateGT", "preheaderTemplateGTE", "preheaderTemplateLT", "preheaderTemplateLTE", "preheaderTemplateContains", "preheaderTemplateHasPrefix", "preheaderTemplateHasSuffix", "preheaderTemplateIsNil", "preheaderTemplateNotNil", "preheaderTemplateEqualFold", "preheaderTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateGT", "bodyTemplateGTE", "bodyTemplateLT", "bodyTemplateLTE", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "textTemplate", "textTemplateNEQ", "textTemplateIn", "textTemplateNotIn", "textTemplateGT", "textTemplateGTE", "textTemplateLT", "textTemplateLTE", "textTemplateContains", "textTemplateHasPrefix", "textTemplateHasSuffix", "textTemplateIsNil", "textTemplateNotNil", "textTemplateEqualFold", "textTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDGT", "workflowDefinitionIDGTE", "workflowDefinitionIDLT", "workflowDefinitionIDLTE", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDIsNil", "workflowInstanceIDNotNil", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "format", "formatNEQ", "formatIn", "formatNotIn", "formatIsNil", "formatNotNil", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "preheaderTemplate", "preheaderTemplateNEQ", "preheaderTemplateIn", "preheaderTemplateNotIn", "preheaderTemplateContains", "preheaderTemplateHasPrefix", "preheaderTemplateHasSuffix", "preheaderTemplateIsNil", "preheaderTemplateNotNil", "preheaderTemplateEqualFold", "preheaderTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "textTemplate", "textTemplateNEQ", "textTemplateIn", "textTemplateNotIn", "textTemplateContains", "textTemplateHasPrefix", "textTemplateHasSuffix", "textTemplateIsNil", "textTemplateNotNil", "textTemplateEqualFold", "textTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDIsNil", "workflowInstanceIDNotNil", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -92347,34 +84808,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -92396,27 +84829,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -92473,34 +84885,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92585,27 +84969,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -92655,27 +85018,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -92746,34 +85088,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92851,34 +85165,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -92956,34 +85242,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93061,34 +85319,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93166,34 +85396,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93299,34 +85501,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93404,34 +85578,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93509,34 +85655,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.KeyNotIn = data - case "keyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGT = data - case "keyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGTE = data - case "keyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLT = data - case "keyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLTE = data case "keyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93600,34 +85718,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93691,34 +85781,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93838,34 +85900,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.LocaleNotIn = data - case "localeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGT = data - case "localeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGTE = data - case "localeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLT = data - case "localeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLTE = data case "localeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -93929,34 +85963,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.SubjectTemplateNotIn = data - case "subjectTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGT = data - case "subjectTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGTE = data - case "subjectTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLT = data - case "subjectTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLTE = data case "subjectTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94034,34 +86040,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.PreheaderTemplateNotIn = data - case "preheaderTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateGT = data - case "preheaderTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateGTE = data - case "preheaderTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateLT = data - case "preheaderTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreheaderTemplateLTE = data case "preheaderTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("preheaderTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94139,34 +86117,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.BodyTemplateNotIn = data - case "bodyTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGT = data - case "bodyTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGTE = data - case "bodyTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLT = data - case "bodyTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLTE = data case "bodyTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94244,34 +86194,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.TextTemplateNotIn = data - case "textTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateGT = data - case "textTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateGTE = data - case "textTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateLT = data - case "textTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextTemplateLTE = data case "textTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94349,20 +86271,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.VersionNEQ = data - case "versionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionIn = data - case "versionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionNotIn = data case "versionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -94461,34 +86369,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94566,34 +86446,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.WorkflowDefinitionIDNotIn = data - case "workflowDefinitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGT = data - case "workflowDefinitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGTE = data - case "workflowDefinitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLT = data - case "workflowDefinitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLTE = data case "workflowDefinitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94671,34 +86523,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94776,34 +86600,6 @@ func (ec *executionContext) unmarshalInputEmailTemplateHistoryWhereInput(ctx con return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -94910,7 +86706,7 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "lastReviewedAt", "lastReviewedAtNEQ", "lastReviewedAtIn", "lastReviewedAtNotIn", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "entityRelationshipStateName", "entityRelationshipStateNameNEQ", "entityRelationshipStateNameIn", "entityRelationshipStateNameNotIn", "entityRelationshipStateNameGT", "entityRelationshipStateNameGTE", "entityRelationshipStateNameLT", "entityRelationshipStateNameLTE", "entityRelationshipStateNameContains", "entityRelationshipStateNameHasPrefix", "entityRelationshipStateNameHasSuffix", "entityRelationshipStateNameIsNil", "entityRelationshipStateNameNotNil", "entityRelationshipStateNameEqualFold", "entityRelationshipStateNameContainsFold", "entityRelationshipStateID", "entityRelationshipStateIDNEQ", "entityRelationshipStateIDIn", "entityRelationshipStateIDNotIn", "entityRelationshipStateIDGT", "entityRelationshipStateIDGTE", "entityRelationshipStateIDLT", "entityRelationshipStateIDLTE", "entityRelationshipStateIDContains", "entityRelationshipStateIDHasPrefix", "entityRelationshipStateIDHasSuffix", "entityRelationshipStateIDIsNil", "entityRelationshipStateIDNotNil", "entityRelationshipStateIDEqualFold", "entityRelationshipStateIDContainsFold", "entitySecurityQuestionnaireStatusName", "entitySecurityQuestionnaireStatusNameNEQ", "entitySecurityQuestionnaireStatusNameIn", "entitySecurityQuestionnaireStatusNameNotIn", "entitySecurityQuestionnaireStatusNameGT", "entitySecurityQuestionnaireStatusNameGTE", "entitySecurityQuestionnaireStatusNameLT", "entitySecurityQuestionnaireStatusNameLTE", "entitySecurityQuestionnaireStatusNameContains", "entitySecurityQuestionnaireStatusNameHasPrefix", "entitySecurityQuestionnaireStatusNameHasSuffix", "entitySecurityQuestionnaireStatusNameIsNil", "entitySecurityQuestionnaireStatusNameNotNil", "entitySecurityQuestionnaireStatusNameEqualFold", "entitySecurityQuestionnaireStatusNameContainsFold", "entitySecurityQuestionnaireStatusID", "entitySecurityQuestionnaireStatusIDNEQ", "entitySecurityQuestionnaireStatusIDIn", "entitySecurityQuestionnaireStatusIDNotIn", "entitySecurityQuestionnaireStatusIDGT", "entitySecurityQuestionnaireStatusIDGTE", "entitySecurityQuestionnaireStatusIDLT", "entitySecurityQuestionnaireStatusIDLTE", "entitySecurityQuestionnaireStatusIDContains", "entitySecurityQuestionnaireStatusIDHasPrefix", "entitySecurityQuestionnaireStatusIDHasSuffix", "entitySecurityQuestionnaireStatusIDIsNil", "entitySecurityQuestionnaireStatusIDNotNil", "entitySecurityQuestionnaireStatusIDEqualFold", "entitySecurityQuestionnaireStatusIDContainsFold", "entitySourceTypeName", "entitySourceTypeNameNEQ", "entitySourceTypeNameIn", "entitySourceTypeNameNotIn", "entitySourceTypeNameGT", "entitySourceTypeNameGTE", "entitySourceTypeNameLT", "entitySourceTypeNameLTE", "entitySourceTypeNameContains", "entitySourceTypeNameHasPrefix", "entitySourceTypeNameHasSuffix", "entitySourceTypeNameIsNil", "entitySourceTypeNameNotNil", "entitySourceTypeNameEqualFold", "entitySourceTypeNameContainsFold", "entitySourceTypeID", "entitySourceTypeIDNEQ", "entitySourceTypeIDIn", "entitySourceTypeIDNotIn", "entitySourceTypeIDGT", "entitySourceTypeIDGTE", "entitySourceTypeIDLT", "entitySourceTypeIDLTE", "entitySourceTypeIDContains", "entitySourceTypeIDHasPrefix", "entitySourceTypeIDHasSuffix", "entitySourceTypeIDIsNil", "entitySourceTypeIDNotNil", "entitySourceTypeIDEqualFold", "entitySourceTypeIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "entityTypeID", "entityTypeIDNEQ", "entityTypeIDIn", "entityTypeIDNotIn", "entityTypeIDGT", "entityTypeIDGTE", "entityTypeIDLT", "entityTypeIDLTE", "entityTypeIDContains", "entityTypeIDHasPrefix", "entityTypeIDHasSuffix", "entityTypeIDIsNil", "entityTypeIDNotNil", "entityTypeIDEqualFold", "entityTypeIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedForUse", "approvedForUseNEQ", "approvedForUseIsNil", "approvedForUseNotNil", "hasSoc2", "hasSoc2NEQ", "hasSoc2IsNil", "hasSoc2NotNil", "soc2PeriodEnd", "soc2PeriodEndNEQ", "soc2PeriodEndIn", "soc2PeriodEndNotIn", "soc2PeriodEndGT", "soc2PeriodEndGTE", "soc2PeriodEndLT", "soc2PeriodEndLTE", "soc2PeriodEndIsNil", "soc2PeriodEndNotNil", "contractStartDate", "contractStartDateNEQ", "contractStartDateIn", "contractStartDateNotIn", "contractStartDateGT", "contractStartDateGTE", "contractStartDateLT", "contractStartDateLTE", "contractStartDateIsNil", "contractStartDateNotNil", "contractEndDate", "contractEndDateNEQ", "contractEndDateIn", "contractEndDateNotIn", "contractEndDateGT", "contractEndDateGTE", "contractEndDateLT", "contractEndDateLTE", "contractEndDateIsNil", "contractEndDateNotNil", "autoRenews", "autoRenewsNEQ", "autoRenewsIsNil", "autoRenewsNotNil", "terminationNoticeDays", "terminationNoticeDaysNEQ", "terminationNoticeDaysIn", "terminationNoticeDaysNotIn", "terminationNoticeDaysGT", "terminationNoticeDaysGTE", "terminationNoticeDaysLT", "terminationNoticeDaysLTE", "terminationNoticeDaysIsNil", "terminationNoticeDaysNotNil", "annualSpend", "annualSpendNEQ", "annualSpendIn", "annualSpendNotIn", "annualSpendGT", "annualSpendGTE", "annualSpendLT", "annualSpendLTE", "annualSpendIsNil", "annualSpendNotNil", "spendCurrency", "spendCurrencyNEQ", "spendCurrencyIn", "spendCurrencyNotIn", "spendCurrencyGT", "spendCurrencyGTE", "spendCurrencyLT", "spendCurrencyLTE", "spendCurrencyContains", "spendCurrencyHasPrefix", "spendCurrencyHasSuffix", "spendCurrencyIsNil", "spendCurrencyNotNil", "spendCurrencyEqualFold", "spendCurrencyContainsFold", "billingModel", "billingModelNEQ", "billingModelIn", "billingModelNotIn", "billingModelGT", "billingModelGTE", "billingModelLT", "billingModelLTE", "billingModelContains", "billingModelHasPrefix", "billingModelHasSuffix", "billingModelIsNil", "billingModelNotNil", "billingModelEqualFold", "billingModelContainsFold", "renewalRisk", "renewalRiskNEQ", "renewalRiskIn", "renewalRiskNotIn", "renewalRiskGT", "renewalRiskGTE", "renewalRiskLT", "renewalRiskLTE", "renewalRiskContains", "renewalRiskHasPrefix", "renewalRiskHasSuffix", "renewalRiskIsNil", "renewalRiskNotNil", "renewalRiskEqualFold", "renewalRiskContainsFold", "ssoEnforced", "ssoEnforcedNEQ", "ssoEnforcedIsNil", "ssoEnforcedNotNil", "mfaSupported", "mfaSupportedNEQ", "mfaSupportedIsNil", "mfaSupportedNotNil", "mfaEnforced", "mfaEnforcedNEQ", "mfaEnforcedIsNil", "mfaEnforcedNotNil", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLGT", "statusPageURLGTE", "statusPageURLLT", "statusPageURLLTE", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "riskRating", "riskRatingNEQ", "riskRatingIn", "riskRatingNotIn", "riskRatingGT", "riskRatingGTE", "riskRatingLT", "riskRatingLTE", "riskRatingContains", "riskRatingHasPrefix", "riskRatingHasSuffix", "riskRatingIsNil", "riskRatingNotNil", "riskRatingEqualFold", "riskRatingContainsFold", "riskScore", "riskScoreNEQ", "riskScoreIn", "riskScoreNotIn", "riskScoreGT", "riskScoreGTE", "riskScoreLT", "riskScoreLTE", "riskScoreIsNil", "riskScoreNotNil", "riskScoreCoverage", "riskScoreCoverageNEQ", "riskScoreCoverageIn", "riskScoreCoverageNotIn", "riskScoreCoverageGT", "riskScoreCoverageGTE", "riskScoreCoverageLT", "riskScoreCoverageLTE", "riskScoreCoverageIsNil", "riskScoreCoverageNotNil", "tier", "tierNEQ", "tierIn", "tierNotIn", "tierIsNil", "tierNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "nextReviewAt", "nextReviewAtNEQ", "nextReviewAtIn", "nextReviewAtNotIn", "nextReviewAtGT", "nextReviewAtGTE", "nextReviewAtLT", "nextReviewAtLTE", "nextReviewAtIsNil", "nextReviewAtNotNil", "contractRenewalAt", "contractRenewalAtNEQ", "contractRenewalAtIn", "contractRenewalAtNotIn", "contractRenewalAtGT", "contractRenewalAtGTE", "contractRenewalAtLT", "contractRenewalAtLTE", "contractRenewalAtIsNil", "contractRenewalAtNotNil", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "lastReviewedAt", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "entityRelationshipStateName", "entityRelationshipStateNameNEQ", "entityRelationshipStateNameIn", "entityRelationshipStateNameNotIn", "entityRelationshipStateNameContains", "entityRelationshipStateNameHasPrefix", "entityRelationshipStateNameHasSuffix", "entityRelationshipStateNameIsNil", "entityRelationshipStateNameNotNil", "entityRelationshipStateNameEqualFold", "entityRelationshipStateNameContainsFold", "entityRelationshipStateID", "entityRelationshipStateIDNEQ", "entityRelationshipStateIDIn", "entityRelationshipStateIDNotIn", "entityRelationshipStateIDContains", "entityRelationshipStateIDHasPrefix", "entityRelationshipStateIDHasSuffix", "entityRelationshipStateIDIsNil", "entityRelationshipStateIDNotNil", "entityRelationshipStateIDEqualFold", "entityRelationshipStateIDContainsFold", "entitySecurityQuestionnaireStatusName", "entitySecurityQuestionnaireStatusNameNEQ", "entitySecurityQuestionnaireStatusNameIn", "entitySecurityQuestionnaireStatusNameNotIn", "entitySecurityQuestionnaireStatusNameContains", "entitySecurityQuestionnaireStatusNameHasPrefix", "entitySecurityQuestionnaireStatusNameHasSuffix", "entitySecurityQuestionnaireStatusNameIsNil", "entitySecurityQuestionnaireStatusNameNotNil", "entitySecurityQuestionnaireStatusNameEqualFold", "entitySecurityQuestionnaireStatusNameContainsFold", "entitySecurityQuestionnaireStatusID", "entitySecurityQuestionnaireStatusIDNEQ", "entitySecurityQuestionnaireStatusIDIn", "entitySecurityQuestionnaireStatusIDNotIn", "entitySecurityQuestionnaireStatusIDContains", "entitySecurityQuestionnaireStatusIDHasPrefix", "entitySecurityQuestionnaireStatusIDHasSuffix", "entitySecurityQuestionnaireStatusIDIsNil", "entitySecurityQuestionnaireStatusIDNotNil", "entitySecurityQuestionnaireStatusIDEqualFold", "entitySecurityQuestionnaireStatusIDContainsFold", "entitySourceTypeName", "entitySourceTypeNameNEQ", "entitySourceTypeNameIn", "entitySourceTypeNameNotIn", "entitySourceTypeNameContains", "entitySourceTypeNameHasPrefix", "entitySourceTypeNameHasSuffix", "entitySourceTypeNameIsNil", "entitySourceTypeNameNotNil", "entitySourceTypeNameEqualFold", "entitySourceTypeNameContainsFold", "entitySourceTypeID", "entitySourceTypeIDNEQ", "entitySourceTypeIDIn", "entitySourceTypeIDNotIn", "entitySourceTypeIDContains", "entitySourceTypeIDHasPrefix", "entitySourceTypeIDHasSuffix", "entitySourceTypeIDIsNil", "entitySourceTypeIDNotNil", "entitySourceTypeIDEqualFold", "entitySourceTypeIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "entityTypeID", "entityTypeIDNEQ", "entityTypeIDIn", "entityTypeIDNotIn", "entityTypeIDContains", "entityTypeIDHasPrefix", "entityTypeIDHasSuffix", "entityTypeIDIsNil", "entityTypeIDNotNil", "entityTypeIDEqualFold", "entityTypeIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedForUse", "approvedForUseNEQ", "approvedForUseIsNil", "approvedForUseNotNil", "hasSoc2", "hasSoc2NEQ", "hasSoc2IsNil", "hasSoc2NotNil", "soc2PeriodEnd", "soc2PeriodEndGT", "soc2PeriodEndGTE", "soc2PeriodEndLT", "soc2PeriodEndLTE", "soc2PeriodEndIsNil", "soc2PeriodEndNotNil", "contractStartDate", "contractStartDateGT", "contractStartDateGTE", "contractStartDateLT", "contractStartDateLTE", "contractStartDateIsNil", "contractStartDateNotNil", "contractEndDate", "contractEndDateGT", "contractEndDateGTE", "contractEndDateLT", "contractEndDateLTE", "contractEndDateIsNil", "contractEndDateNotNil", "autoRenews", "autoRenewsNEQ", "autoRenewsIsNil", "autoRenewsNotNil", "terminationNoticeDays", "terminationNoticeDaysNEQ", "terminationNoticeDaysGT", "terminationNoticeDaysGTE", "terminationNoticeDaysLT", "terminationNoticeDaysLTE", "terminationNoticeDaysIsNil", "terminationNoticeDaysNotNil", "annualSpend", "annualSpendNEQ", "annualSpendIn", "annualSpendNotIn", "annualSpendGT", "annualSpendGTE", "annualSpendLT", "annualSpendLTE", "annualSpendIsNil", "annualSpendNotNil", "spendCurrency", "spendCurrencyNEQ", "spendCurrencyIn", "spendCurrencyNotIn", "spendCurrencyContains", "spendCurrencyHasPrefix", "spendCurrencyHasSuffix", "spendCurrencyIsNil", "spendCurrencyNotNil", "spendCurrencyEqualFold", "spendCurrencyContainsFold", "billingModel", "billingModelNEQ", "billingModelIn", "billingModelNotIn", "billingModelContains", "billingModelHasPrefix", "billingModelHasSuffix", "billingModelIsNil", "billingModelNotNil", "billingModelEqualFold", "billingModelContainsFold", "renewalRisk", "renewalRiskNEQ", "renewalRiskIn", "renewalRiskNotIn", "renewalRiskContains", "renewalRiskHasPrefix", "renewalRiskHasSuffix", "renewalRiskIsNil", "renewalRiskNotNil", "renewalRiskEqualFold", "renewalRiskContainsFold", "ssoEnforced", "ssoEnforcedNEQ", "ssoEnforcedIsNil", "ssoEnforcedNotNil", "mfaSupported", "mfaSupportedNEQ", "mfaSupportedIsNil", "mfaSupportedNotNil", "mfaEnforced", "mfaEnforcedNEQ", "mfaEnforcedIsNil", "mfaEnforcedNotNil", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold", "riskRating", "riskRatingNEQ", "riskRatingIn", "riskRatingNotIn", "riskRatingContains", "riskRatingHasPrefix", "riskRatingHasSuffix", "riskRatingIsNil", "riskRatingNotNil", "riskRatingEqualFold", "riskRatingContainsFold", "riskScore", "riskScoreNEQ", "riskScoreGT", "riskScoreGTE", "riskScoreLT", "riskScoreLTE", "riskScoreIsNil", "riskScoreNotNil", "riskScoreCoverage", "riskScoreCoverageNEQ", "riskScoreCoverageGT", "riskScoreCoverageGTE", "riskScoreCoverageLT", "riskScoreCoverageLTE", "riskScoreCoverageIsNil", "riskScoreCoverageNotNil", "tier", "tierNEQ", "tierIn", "tierNotIn", "tierIsNil", "tierNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "nextReviewAt", "nextReviewAtGT", "nextReviewAtGTE", "nextReviewAtLT", "nextReviewAtLTE", "nextReviewAtIsNil", "nextReviewAtNotNil", "contractRenewalAt", "contractRenewalAtGT", "contractRenewalAtGTE", "contractRenewalAtLT", "contractRenewalAtLTE", "contractRenewalAtIsNil", "contractRenewalAtNotNil", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -94966,34 +86762,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -95015,27 +86783,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -95092,34 +86839,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95204,27 +86923,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -95274,27 +86972,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -95365,34 +87042,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95470,34 +87119,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95575,34 +87196,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95680,34 +87273,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95785,34 +87350,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95890,34 +87427,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -95995,34 +87504,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96100,34 +87581,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96205,34 +87658,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96310,34 +87735,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96394,27 +87791,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.LastReviewedAt = data - case "lastReviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNEQ = data - case "lastReviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtIn = data - case "lastReviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNotIn = data case "lastReviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -96513,34 +87889,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96618,34 +87966,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96723,34 +88043,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntityRelationshipStateNameNotIn = data - case "entityRelationshipStateNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameGT = data - case "entityRelationshipStateNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameGTE = data - case "entityRelationshipStateNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameLT = data - case "entityRelationshipStateNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateNameLTE = data case "entityRelationshipStateNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96828,34 +88120,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntityRelationshipStateIDNotIn = data - case "entityRelationshipStateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDGT = data - case "entityRelationshipStateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDGTE = data - case "entityRelationshipStateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDLT = data - case "entityRelationshipStateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityRelationshipStateIDLTE = data case "entityRelationshipStateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityRelationshipStateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -96933,34 +88197,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntitySecurityQuestionnaireStatusNameNotIn = data - case "entitySecurityQuestionnaireStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameGT = data - case "entitySecurityQuestionnaireStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameGTE = data - case "entitySecurityQuestionnaireStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameLT = data - case "entitySecurityQuestionnaireStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusNameLTE = data case "entitySecurityQuestionnaireStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97038,34 +88274,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntitySecurityQuestionnaireStatusIDNotIn = data - case "entitySecurityQuestionnaireStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDGT = data - case "entitySecurityQuestionnaireStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDGTE = data - case "entitySecurityQuestionnaireStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDLT = data - case "entitySecurityQuestionnaireStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySecurityQuestionnaireStatusIDLTE = data case "entitySecurityQuestionnaireStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySecurityQuestionnaireStatusIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97143,34 +88351,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntitySourceTypeNameNotIn = data - case "entitySourceTypeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameGT = data - case "entitySourceTypeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameGTE = data - case "entitySourceTypeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameLT = data - case "entitySourceTypeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeNameLTE = data case "entitySourceTypeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97248,34 +88428,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntitySourceTypeIDNotIn = data - case "entitySourceTypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDGT = data - case "entitySourceTypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDGTE = data - case "entitySourceTypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDLT = data - case "entitySourceTypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntitySourceTypeIDLTE = data case "entitySourceTypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entitySourceTypeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97353,34 +88505,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97458,34 +88582,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97563,34 +88659,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97668,34 +88736,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97773,34 +88813,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97878,34 +88890,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -97983,34 +88967,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -98088,34 +89044,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.EntityTypeIDNotIn = data - case "entityTypeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDGT = data - case "entityTypeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDGTE = data - case "entityTypeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDLT = data - case "entityTypeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityTypeIDLTE = data case "entityTypeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityTypeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -98270,27 +89198,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.Soc2PeriodEnd = data - case "soc2PeriodEndNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndNEQ = data - case "soc2PeriodEndIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndIn = data - case "soc2PeriodEndNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.Soc2PeriodEndNotIn = data case "soc2PeriodEndGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("soc2PeriodEndGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -98340,27 +89247,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ContractStartDate = data - case "contractStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateNEQ = data - case "contractStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateIn = data - case "contractStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractStartDateNotIn = data case "contractStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractStartDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -98410,27 +89296,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ContractEndDate = data - case "contractEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateNEQ = data - case "contractEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateIn = data - case "contractEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractEndDateNotIn = data case "contractEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractEndDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -98515,20 +89380,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.TerminationNoticeDaysNEQ = data - case "terminationNoticeDaysIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.TerminationNoticeDaysIn = data - case "terminationNoticeDaysNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.TerminationNoticeDaysNotIn = data case "terminationNoticeDaysGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("terminationNoticeDaysGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -98669,34 +89520,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.SpendCurrencyNotIn = data - case "spendCurrencyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyGT = data - case "spendCurrencyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyGTE = data - case "spendCurrencyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyLT = data - case "spendCurrencyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SpendCurrencyLTE = data case "spendCurrencyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("spendCurrencyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -98774,34 +89597,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.BillingModelNotIn = data - case "billingModelGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelGT = data - case "billingModelGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelGTE = data - case "billingModelLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelLT = data - case "billingModelLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingModelLTE = data case "billingModelContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingModelContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -98879,34 +89674,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.RenewalRiskNotIn = data - case "renewalRiskGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskGT = data - case "renewalRiskGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskGTE = data - case "renewalRiskLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskLT = data - case "renewalRiskLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RenewalRiskLTE = data case "renewalRiskContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalRiskContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99068,34 +89835,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.StatusPageURLNotIn = data - case "statusPageURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGT = data - case "statusPageURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGTE = data - case "statusPageURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLT = data - case "statusPageURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLTE = data case "statusPageURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99173,34 +89912,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.RiskRatingNotIn = data - case "riskRatingGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingGT = data - case "riskRatingGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingGTE = data - case "riskRatingLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingLT = data - case "riskRatingLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskRatingLTE = data case "riskRatingContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskRatingContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99264,20 +89975,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.RiskScoreNEQ = data - case "riskScoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreIn = data - case "riskScoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreNotIn = data case "riskScoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -99334,20 +90031,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.RiskScoreCoverageNEQ = data - case "riskScoreCoverageIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreCoverageIn = data - case "riskScoreCoverageNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RiskScoreCoverageNotIn = data case "riskScoreCoverageGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskScoreCoverageGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -99481,27 +90164,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.NextReviewAt = data - case "nextReviewAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtNEQ = data - case "nextReviewAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtIn = data - case "nextReviewAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewAtNotIn = data case "nextReviewAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -99551,27 +90213,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ContractRenewalAt = data - case "contractRenewalAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtNEQ = data - case "contractRenewalAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtIn = data - case "contractRenewalAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ContractRenewalAtNotIn = data case "contractRenewalAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("contractRenewalAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -99642,34 +90283,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99747,34 +90360,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99852,34 +90437,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -99936,27 +90493,6 @@ func (ec *executionContext) unmarshalInputEntityHistoryWhereInput(ctx context.Co return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -100056,7 +90592,7 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -100112,34 +90648,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -100161,27 +90669,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -100238,34 +90725,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -100350,27 +90809,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -100420,27 +90858,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -100511,34 +90928,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -100616,34 +91005,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -100721,34 +91082,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -100826,34 +91159,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -100959,34 +91264,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101064,34 +91341,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101169,34 +91418,6 @@ func (ec *executionContext) unmarshalInputEntityTypeHistoryWhereInput(ctx contex return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101289,7 +91510,7 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "collectionProcedure", "collectionProcedureNEQ", "collectionProcedureIn", "collectionProcedureNotIn", "collectionProcedureGT", "collectionProcedureGTE", "collectionProcedureLT", "collectionProcedureLTE", "collectionProcedureContains", "collectionProcedureHasPrefix", "collectionProcedureHasSuffix", "collectionProcedureIsNil", "collectionProcedureNotNil", "collectionProcedureEqualFold", "collectionProcedureContainsFold", "creationDate", "creationDateNEQ", "creationDateIn", "creationDateNotIn", "creationDateGT", "creationDateGTE", "creationDateLT", "creationDateLTE", "renewalDate", "renewalDateNEQ", "renewalDateIn", "renewalDateNotIn", "renewalDateGT", "renewalDateGTE", "renewalDateLT", "renewalDateLTE", "renewalDateIsNil", "renewalDateNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "isAutomated", "isAutomatedNEQ", "isAutomatedIsNil", "isAutomatedNotNil", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "collectionProcedure", "collectionProcedureNEQ", "collectionProcedureIn", "collectionProcedureNotIn", "collectionProcedureContains", "collectionProcedureHasPrefix", "collectionProcedureHasSuffix", "collectionProcedureIsNil", "collectionProcedureNotNil", "collectionProcedureEqualFold", "collectionProcedureContainsFold", "creationDate", "creationDateGT", "creationDateGTE", "creationDateLT", "creationDateLTE", "renewalDate", "renewalDateGT", "renewalDateGTE", "renewalDateLT", "renewalDateLTE", "renewalDateIsNil", "renewalDateNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "isAutomated", "isAutomatedNEQ", "isAutomatedIsNil", "isAutomatedNotNil", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -101345,34 +91566,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -101394,27 +91587,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -101471,34 +91643,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101583,27 +91727,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -101653,27 +91776,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -101744,34 +91846,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101849,34 +91923,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -101954,34 +92000,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102059,34 +92077,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102150,34 +92140,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102255,34 +92217,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102360,34 +92294,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102465,34 +92371,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102570,34 +92448,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102703,34 +92553,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102808,34 +92630,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -102899,34 +92693,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -103004,34 +92770,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.CollectionProcedureNotIn = data - case "collectionProcedureGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureGT = data - case "collectionProcedureGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureGTE = data - case "collectionProcedureLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureLT = data - case "collectionProcedureLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CollectionProcedureLTE = data case "collectionProcedureContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("collectionProcedureContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -103088,27 +92826,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.CreationDate = data - case "creationDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CreationDateNEQ = data - case "creationDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreationDateIn = data - case "creationDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreationDateNotIn = data case "creationDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("creationDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -103144,27 +92861,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.RenewalDate = data - case "renewalDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateNEQ = data - case "renewalDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateIn = data - case "renewalDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.RenewalDateNotIn = data case "renewalDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("renewalDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -103235,34 +92931,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -103368,34 +93036,6 @@ func (ec *executionContext) unmarshalInputEvidenceHistoryWhereInput(ctx context. return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -103586,7 +93226,7 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "categoryName", "categoryNameNEQ", "categoryNameIn", "categoryNameNotIn", "categoryNameGT", "categoryNameGTE", "categoryNameLT", "categoryNameLTE", "categoryNameContains", "categoryNameHasPrefix", "categoryNameHasSuffix", "categoryNameIsNil", "categoryNameNotNil", "categoryNameEqualFold", "categoryNameContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "providedFileName", "providedFileNameNEQ", "providedFileNameIn", "providedFileNameNotIn", "providedFileNameGT", "providedFileNameGTE", "providedFileNameLT", "providedFileNameLTE", "providedFileNameContains", "providedFileNameHasPrefix", "providedFileNameHasSuffix", "providedFileNameEqualFold", "providedFileNameContainsFold", "providedFileExtension", "providedFileExtensionNEQ", "providedFileExtensionIn", "providedFileExtensionNotIn", "providedFileExtensionGT", "providedFileExtensionGTE", "providedFileExtensionLT", "providedFileExtensionLTE", "providedFileExtensionContains", "providedFileExtensionHasPrefix", "providedFileExtensionHasSuffix", "providedFileExtensionEqualFold", "providedFileExtensionContainsFold", "providedFileSize", "providedFileSizeNEQ", "providedFileSizeIn", "providedFileSizeNotIn", "providedFileSizeGT", "providedFileSizeGTE", "providedFileSizeLT", "providedFileSizeLTE", "providedFileSizeIsNil", "providedFileSizeNotNil", "persistedFileSize", "persistedFileSizeNEQ", "persistedFileSizeIn", "persistedFileSizeNotIn", "persistedFileSizeGT", "persistedFileSizeGTE", "persistedFileSizeLT", "persistedFileSizeLTE", "persistedFileSizeIsNil", "persistedFileSizeNotNil", "detectedMimeType", "detectedMimeTypeNEQ", "detectedMimeTypeIn", "detectedMimeTypeNotIn", "detectedMimeTypeGT", "detectedMimeTypeGTE", "detectedMimeTypeLT", "detectedMimeTypeLTE", "detectedMimeTypeContains", "detectedMimeTypeHasPrefix", "detectedMimeTypeHasSuffix", "detectedMimeTypeIsNil", "detectedMimeTypeNotNil", "detectedMimeTypeEqualFold", "detectedMimeTypeContainsFold", "md5Hash", "md5HashNEQ", "md5HashIn", "md5HashNotIn", "md5HashGT", "md5HashGTE", "md5HashLT", "md5HashLTE", "md5HashContains", "md5HashHasPrefix", "md5HashHasSuffix", "md5HashIsNil", "md5HashNotNil", "md5HashEqualFold", "md5HashContainsFold", "detectedContentType", "detectedContentTypeNEQ", "detectedContentTypeIn", "detectedContentTypeNotIn", "detectedContentTypeGT", "detectedContentTypeGTE", "detectedContentTypeLT", "detectedContentTypeLTE", "detectedContentTypeContains", "detectedContentTypeHasPrefix", "detectedContentTypeHasSuffix", "detectedContentTypeEqualFold", "detectedContentTypeContainsFold", "storeKey", "storeKeyNEQ", "storeKeyIn", "storeKeyNotIn", "storeKeyGT", "storeKeyGTE", "storeKeyLT", "storeKeyLTE", "storeKeyContains", "storeKeyHasPrefix", "storeKeyHasSuffix", "storeKeyIsNil", "storeKeyNotNil", "storeKeyEqualFold", "storeKeyContainsFold", "categoryType", "categoryTypeNEQ", "categoryTypeIn", "categoryTypeNotIn", "categoryTypeGT", "categoryTypeGTE", "categoryTypeLT", "categoryTypeLTE", "categoryTypeContains", "categoryTypeHasPrefix", "categoryTypeHasSuffix", "categoryTypeIsNil", "categoryTypeNotNil", "categoryTypeEqualFold", "categoryTypeContainsFold", "uri", "uriNEQ", "uriIn", "uriNotIn", "uriGT", "uriGTE", "uriLT", "uriLTE", "uriContains", "uriHasPrefix", "uriHasSuffix", "uriIsNil", "uriNotNil", "uriEqualFold", "uriContainsFold", "storageScheme", "storageSchemeNEQ", "storageSchemeIn", "storageSchemeNotIn", "storageSchemeGT", "storageSchemeGTE", "storageSchemeLT", "storageSchemeLTE", "storageSchemeContains", "storageSchemeHasPrefix", "storageSchemeHasSuffix", "storageSchemeIsNil", "storageSchemeNotNil", "storageSchemeEqualFold", "storageSchemeContainsFold", "storageVolume", "storageVolumeNEQ", "storageVolumeIn", "storageVolumeNotIn", "storageVolumeGT", "storageVolumeGTE", "storageVolumeLT", "storageVolumeLTE", "storageVolumeContains", "storageVolumeHasPrefix", "storageVolumeHasSuffix", "storageVolumeIsNil", "storageVolumeNotNil", "storageVolumeEqualFold", "storageVolumeContainsFold", "storagePath", "storagePathNEQ", "storagePathIn", "storagePathNotIn", "storagePathGT", "storagePathGTE", "storagePathLT", "storagePathLTE", "storagePathContains", "storagePathHasPrefix", "storagePathHasSuffix", "storagePathIsNil", "storagePathNotNil", "storagePathEqualFold", "storagePathContainsFold", "storageRegion", "storageRegionNEQ", "storageRegionIn", "storageRegionNotIn", "storageRegionGT", "storageRegionGTE", "storageRegionLT", "storageRegionLTE", "storageRegionContains", "storageRegionHasPrefix", "storageRegionHasSuffix", "storageRegionIsNil", "storageRegionNotNil", "storageRegionEqualFold", "storageRegionContainsFold", "storageProvider", "storageProviderNEQ", "storageProviderIn", "storageProviderNotIn", "storageProviderGT", "storageProviderGTE", "storageProviderLT", "storageProviderLTE", "storageProviderContains", "storageProviderHasPrefix", "storageProviderHasSuffix", "storageProviderIsNil", "storageProviderNotNil", "storageProviderEqualFold", "storageProviderContainsFold", "lastAccessedAt", "lastAccessedAtNEQ", "lastAccessedAtIn", "lastAccessedAtNotIn", "lastAccessedAtGT", "lastAccessedAtGTE", "lastAccessedAtLT", "lastAccessedAtLTE", "lastAccessedAtIsNil", "lastAccessedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "categoryName", "categoryNameNEQ", "categoryNameIn", "categoryNameNotIn", "categoryNameContains", "categoryNameHasPrefix", "categoryNameHasSuffix", "categoryNameIsNil", "categoryNameNotNil", "categoryNameEqualFold", "categoryNameContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameIsNil", "nameNotNil", "nameEqualFold", "nameContainsFold", "providedFileName", "providedFileNameNEQ", "providedFileNameIn", "providedFileNameNotIn", "providedFileNameContains", "providedFileNameHasPrefix", "providedFileNameHasSuffix", "providedFileNameEqualFold", "providedFileNameContainsFold", "providedFileExtension", "providedFileExtensionNEQ", "providedFileExtensionIn", "providedFileExtensionNotIn", "providedFileExtensionContains", "providedFileExtensionHasPrefix", "providedFileExtensionHasSuffix", "providedFileExtensionEqualFold", "providedFileExtensionContainsFold", "providedFileSize", "providedFileSizeNEQ", "providedFileSizeGT", "providedFileSizeGTE", "providedFileSizeLT", "providedFileSizeLTE", "providedFileSizeIsNil", "providedFileSizeNotNil", "persistedFileSize", "persistedFileSizeNEQ", "persistedFileSizeGT", "persistedFileSizeGTE", "persistedFileSizeLT", "persistedFileSizeLTE", "persistedFileSizeIsNil", "persistedFileSizeNotNil", "detectedMimeType", "detectedMimeTypeNEQ", "detectedMimeTypeIn", "detectedMimeTypeNotIn", "detectedMimeTypeContains", "detectedMimeTypeHasPrefix", "detectedMimeTypeHasSuffix", "detectedMimeTypeIsNil", "detectedMimeTypeNotNil", "detectedMimeTypeEqualFold", "detectedMimeTypeContainsFold", "md5Hash", "md5HashNEQ", "md5HashIn", "md5HashNotIn", "md5HashContains", "md5HashHasPrefix", "md5HashHasSuffix", "md5HashIsNil", "md5HashNotNil", "md5HashEqualFold", "md5HashContainsFold", "detectedContentType", "detectedContentTypeNEQ", "detectedContentTypeIn", "detectedContentTypeNotIn", "detectedContentTypeContains", "detectedContentTypeHasPrefix", "detectedContentTypeHasSuffix", "detectedContentTypeEqualFold", "detectedContentTypeContainsFold", "storeKey", "storeKeyNEQ", "storeKeyIn", "storeKeyNotIn", "storeKeyContains", "storeKeyHasPrefix", "storeKeyHasSuffix", "storeKeyIsNil", "storeKeyNotNil", "storeKeyEqualFold", "storeKeyContainsFold", "categoryType", "categoryTypeNEQ", "categoryTypeIn", "categoryTypeNotIn", "categoryTypeContains", "categoryTypeHasPrefix", "categoryTypeHasSuffix", "categoryTypeIsNil", "categoryTypeNotNil", "categoryTypeEqualFold", "categoryTypeContainsFold", "uri", "uriNEQ", "uriIn", "uriNotIn", "uriContains", "uriHasPrefix", "uriHasSuffix", "uriIsNil", "uriNotNil", "uriEqualFold", "uriContainsFold", "storageScheme", "storageSchemeNEQ", "storageSchemeIn", "storageSchemeNotIn", "storageSchemeContains", "storageSchemeHasPrefix", "storageSchemeHasSuffix", "storageSchemeIsNil", "storageSchemeNotNil", "storageSchemeEqualFold", "storageSchemeContainsFold", "storageVolume", "storageVolumeNEQ", "storageVolumeIn", "storageVolumeNotIn", "storageVolumeContains", "storageVolumeHasPrefix", "storageVolumeHasSuffix", "storageVolumeIsNil", "storageVolumeNotNil", "storageVolumeEqualFold", "storageVolumeContainsFold", "storagePath", "storagePathNEQ", "storagePathIn", "storagePathNotIn", "storagePathContains", "storagePathHasPrefix", "storagePathHasSuffix", "storagePathIsNil", "storagePathNotNil", "storagePathEqualFold", "storagePathContainsFold", "storageRegion", "storageRegionNEQ", "storageRegionIn", "storageRegionNotIn", "storageRegionContains", "storageRegionHasPrefix", "storageRegionHasSuffix", "storageRegionIsNil", "storageRegionNotNil", "storageRegionEqualFold", "storageRegionContainsFold", "storageProvider", "storageProviderNEQ", "storageProviderIn", "storageProviderNotIn", "storageProviderContains", "storageProviderHasPrefix", "storageProviderHasSuffix", "storageProviderIsNil", "storageProviderNotNil", "storageProviderEqualFold", "storageProviderContainsFold", "lastAccessedAt", "lastAccessedAtGT", "lastAccessedAtGTE", "lastAccessedAtLT", "lastAccessedAtLTE", "lastAccessedAtIsNil", "lastAccessedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -103642,34 +93282,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -103691,27 +93303,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -103768,34 +93359,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -103880,27 +93443,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -103950,27 +93492,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -104041,34 +93562,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104146,34 +93639,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104251,34 +93716,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104384,34 +93821,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104489,34 +93898,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104594,34 +93975,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104699,34 +94052,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104804,34 +94129,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -104909,34 +94206,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105014,34 +94283,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.CategoryNameNotIn = data - case "categoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameGT = data - case "categoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameGTE = data - case "categoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameLT = data - case "categoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryNameLTE = data case "categoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105119,34 +94360,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105224,34 +94437,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105329,34 +94514,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.ProvidedFileNameNotIn = data - case "providedFileNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameGT = data - case "providedFileNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameGTE = data - case "providedFileNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameLT = data - case "providedFileNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileNameLTE = data case "providedFileNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105420,34 +94577,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.ProvidedFileExtensionNotIn = data - case "providedFileExtensionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionGT = data - case "providedFileExtensionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionGTE = data - case "providedFileExtensionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionLT = data - case "providedFileExtensionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileExtensionLTE = data case "providedFileExtensionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileExtensionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105497,20 +94626,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.ProvidedFileSizeNEQ = data - case "providedFileSizeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileSizeIn = data - case "providedFileSizeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.ProvidedFileSizeNotIn = data case "providedFileSizeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providedFileSizeGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -105567,20 +94682,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.PersistedFileSizeNEQ = data - case "persistedFileSizeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.PersistedFileSizeIn = data - case "persistedFileSizeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeNotIn")) - data, err := ec.unmarshalOInt2ᚕint64ᚄ(ctx, v) - if err != nil { - return it, err - } - it.PersistedFileSizeNotIn = data case "persistedFileSizeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("persistedFileSizeGT")) data, err := ec.unmarshalOInt2ᚖint64(ctx, v) @@ -105651,34 +94752,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.DetectedMimeTypeNotIn = data - case "detectedMimeTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeGT = data - case "detectedMimeTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeGTE = data - case "detectedMimeTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeLT = data - case "detectedMimeTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedMimeTypeLTE = data case "detectedMimeTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedMimeTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105756,34 +94829,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.Md5HashNotIn = data - case "md5HashGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashGT = data - case "md5HashGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashGTE = data - case "md5HashLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashLT = data - case "md5HashLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.Md5HashLTE = data case "md5HashContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("md5HashContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105861,34 +94906,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.DetectedContentTypeNotIn = data - case "detectedContentTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeGT = data - case "detectedContentTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeGTE = data - case "detectedContentTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeLT = data - case "detectedContentTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetectedContentTypeLTE = data case "detectedContentTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detectedContentTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -105952,34 +94969,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StoreKeyNotIn = data - case "storeKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyGT = data - case "storeKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyGTE = data - case "storeKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyLT = data - case "storeKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoreKeyLTE = data case "storeKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storeKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106057,34 +95046,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.CategoryTypeNotIn = data - case "categoryTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeGT = data - case "categoryTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeGTE = data - case "categoryTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeLT = data - case "categoryTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryTypeLTE = data case "categoryTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106162,34 +95123,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.URINotIn = data - case "uriGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URIGT = data - case "uriGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URIGTE = data - case "uriLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URILT = data - case "uriLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URILTE = data case "uriContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("uriContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106267,34 +95200,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StorageSchemeNotIn = data - case "storageSchemeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeGT = data - case "storageSchemeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeGTE = data - case "storageSchemeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeLT = data - case "storageSchemeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageSchemeLTE = data case "storageSchemeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageSchemeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106372,34 +95277,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StorageVolumeNotIn = data - case "storageVolumeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeGT = data - case "storageVolumeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeGTE = data - case "storageVolumeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeLT = data - case "storageVolumeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageVolumeLTE = data case "storageVolumeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageVolumeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106477,34 +95354,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StoragePathNotIn = data - case "storagePathGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathGT = data - case "storagePathGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathGTE = data - case "storagePathLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathLT = data - case "storagePathLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StoragePathLTE = data case "storagePathContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storagePathContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106582,34 +95431,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StorageRegionNotIn = data - case "storageRegionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionGT = data - case "storageRegionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionGTE = data - case "storageRegionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionLT = data - case "storageRegionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageRegionLTE = data case "storageRegionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageRegionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106687,34 +95508,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.StorageProviderNotIn = data - case "storageProviderGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderGT = data - case "storageProviderGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderGTE = data - case "storageProviderLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderLT = data - case "storageProviderLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StorageProviderLTE = data case "storageProviderContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("storageProviderContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -106771,27 +95564,6 @@ func (ec *executionContext) unmarshalInputFileHistoryWhereInput(ctx context.Cont return it, err } it.LastAccessedAt = data - case "lastAccessedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtNEQ = data - case "lastAccessedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtIn = data - case "lastAccessedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastAccessedAtNotIn = data case "lastAccessedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastAccessedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -106891,7 +95663,7 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDGT", "findingIDGTE", "findingIDLT", "findingIDLTE", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDEqualFold", "findingIDContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDGT", "controlIDGTE", "controlIDLT", "controlIDLTE", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "externalStandard", "externalStandardNEQ", "externalStandardIn", "externalStandardNotIn", "externalStandardGT", "externalStandardGTE", "externalStandardLT", "externalStandardLTE", "externalStandardContains", "externalStandardHasPrefix", "externalStandardHasSuffix", "externalStandardIsNil", "externalStandardNotNil", "externalStandardEqualFold", "externalStandardContainsFold", "externalStandardVersion", "externalStandardVersionNEQ", "externalStandardVersionIn", "externalStandardVersionNotIn", "externalStandardVersionGT", "externalStandardVersionGTE", "externalStandardVersionLT", "externalStandardVersionLTE", "externalStandardVersionContains", "externalStandardVersionHasPrefix", "externalStandardVersionHasSuffix", "externalStandardVersionIsNil", "externalStandardVersionNotNil", "externalStandardVersionEqualFold", "externalStandardVersionContainsFold", "externalControlID", "externalControlIDNEQ", "externalControlIDIn", "externalControlIDNotIn", "externalControlIDGT", "externalControlIDGTE", "externalControlIDLT", "externalControlIDLTE", "externalControlIDContains", "externalControlIDHasPrefix", "externalControlIDHasSuffix", "externalControlIDIsNil", "externalControlIDNotNil", "externalControlIDEqualFold", "externalControlIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "discoveredAt", "discoveredAtNEQ", "discoveredAtIn", "discoveredAtNotIn", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "findingID", "findingIDNEQ", "findingIDIn", "findingIDNotIn", "findingIDContains", "findingIDHasPrefix", "findingIDHasSuffix", "findingIDEqualFold", "findingIDContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold", "externalStandard", "externalStandardNEQ", "externalStandardIn", "externalStandardNotIn", "externalStandardContains", "externalStandardHasPrefix", "externalStandardHasSuffix", "externalStandardIsNil", "externalStandardNotNil", "externalStandardEqualFold", "externalStandardContainsFold", "externalStandardVersion", "externalStandardVersionNEQ", "externalStandardVersionIn", "externalStandardVersionNotIn", "externalStandardVersionContains", "externalStandardVersionHasPrefix", "externalStandardVersionHasSuffix", "externalStandardVersionIsNil", "externalStandardVersionNotNil", "externalStandardVersionEqualFold", "externalStandardVersionContainsFold", "externalControlID", "externalControlIDNEQ", "externalControlIDIn", "externalControlIDNotIn", "externalControlIDContains", "externalControlIDHasPrefix", "externalControlIDHasSuffix", "externalControlIDIsNil", "externalControlIDNotNil", "externalControlIDEqualFold", "externalControlIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "discoveredAt", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -106947,34 +95719,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -106996,27 +95740,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -107073,34 +95796,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107185,27 +95880,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -107255,27 +95929,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -107346,34 +95999,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107451,34 +96076,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107556,34 +96153,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107661,34 +96230,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107766,34 +96307,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.FindingIDNotIn = data - case "findingIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGT = data - case "findingIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDGTE = data - case "findingIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLT = data - case "findingIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingIDLTE = data case "findingIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107857,34 +96370,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.ControlIDNotIn = data - case "controlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGT = data - case "controlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGTE = data - case "controlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLT = data - case "controlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLTE = data case "controlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -107948,34 +96433,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108053,34 +96510,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.ExternalStandardNotIn = data - case "externalStandardGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardGT = data - case "externalStandardGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardGTE = data - case "externalStandardLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardLT = data - case "externalStandardLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardLTE = data case "externalStandardContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108158,34 +96587,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.ExternalStandardVersionNotIn = data - case "externalStandardVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionGT = data - case "externalStandardVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionGTE = data - case "externalStandardVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionLT = data - case "externalStandardVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalStandardVersionLTE = data case "externalStandardVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalStandardVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108263,34 +96664,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.ExternalControlIDNotIn = data - case "externalControlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDGT = data - case "externalControlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDGTE = data - case "externalControlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDLT = data - case "externalControlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalControlIDLTE = data case "externalControlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalControlIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108368,34 +96741,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108452,27 +96797,6 @@ func (ec *executionContext) unmarshalInputFindingControlHistoryWhereInput(ctx co return it, err } it.DiscoveredAt = data - case "discoveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNEQ = data - case "discoveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtIn = data - case "discoveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNotIn = data case "discoveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -108572,7 +96896,7 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToGT", "assignedToGTE", "assignedToLT", "assignedToLTE", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDGT", "assignedToUserIDGTE", "assignedToUserIDLT", "assignedToUserIDLTE", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDGT", "assignedToGroupIDGTE", "assignedToGroupIDLT", "assignedToGroupIDLTE", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "findingStatusName", "findingStatusNameNEQ", "findingStatusNameIn", "findingStatusNameNotIn", "findingStatusNameGT", "findingStatusNameGTE", "findingStatusNameLT", "findingStatusNameLTE", "findingStatusNameContains", "findingStatusNameHasPrefix", "findingStatusNameHasSuffix", "findingStatusNameIsNil", "findingStatusNameNotNil", "findingStatusNameEqualFold", "findingStatusNameContainsFold", "findingStatusID", "findingStatusIDNEQ", "findingStatusIDIn", "findingStatusIDNotIn", "findingStatusIDGT", "findingStatusIDGTE", "findingStatusIDLT", "findingStatusIDLTE", "findingStatusIDContains", "findingStatusIDHasPrefix", "findingStatusIDHasSuffix", "findingStatusIDIsNil", "findingStatusIDNotNil", "findingStatusIDEqualFold", "findingStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "resourceName", "resourceNameNEQ", "resourceNameIn", "resourceNameNotIn", "resourceNameGT", "resourceNameGTE", "resourceNameLT", "resourceNameLTE", "resourceNameContains", "resourceNameHasPrefix", "resourceNameHasSuffix", "resourceNameIsNil", "resourceNameNotNil", "resourceNameEqualFold", "resourceNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "findingClass", "findingClassNEQ", "findingClassIn", "findingClassNotIn", "findingClassGT", "findingClassGTE", "findingClassLT", "findingClassLTE", "findingClassContains", "findingClassHasPrefix", "findingClassHasSuffix", "findingClassIsNil", "findingClassNotNil", "findingClassEqualFold", "findingClassContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityGT", "severityGTE", "severityLT", "severityLTE", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "numericSeverity", "numericSeverityNEQ", "numericSeverityIn", "numericSeverityNotIn", "numericSeverityGT", "numericSeverityGTE", "numericSeverityLT", "numericSeverityLTE", "numericSeverityIsNil", "numericSeverityNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "open", "openNEQ", "openIsNil", "openNotNil", "blocksProduction", "blocksProductionNEQ", "blocksProductionIsNil", "blocksProductionNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDGT", "assessmentIDGTE", "assessmentIDLT", "assessmentIDLTE", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "recommendation", "recommendationNEQ", "recommendationIn", "recommendationNotIn", "recommendationGT", "recommendationGTE", "recommendationLT", "recommendationLTE", "recommendationContains", "recommendationHasPrefix", "recommendationHasSuffix", "recommendationIsNil", "recommendationNotNil", "recommendationEqualFold", "recommendationContainsFold", "recommendedActions", "recommendedActionsNEQ", "recommendedActionsIn", "recommendedActionsNotIn", "recommendedActionsGT", "recommendedActionsGTE", "recommendedActionsLT", "recommendedActionsLTE", "recommendedActionsContains", "recommendedActionsHasPrefix", "recommendedActionsHasSuffix", "recommendedActionsIsNil", "recommendedActionsNotNil", "recommendedActionsEqualFold", "recommendedActionsContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorGT", "vectorGTE", "vectorLT", "vectorLTE", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAIn", "remediationSLANotIn", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "eventTime", "eventTimeNEQ", "eventTimeIn", "eventTimeNotIn", "eventTimeGT", "eventTimeGTE", "eventTimeLT", "eventTimeLTE", "eventTimeIsNil", "eventTimeNotNil", "reportedAt", "reportedAtNEQ", "reportedAtIn", "reportedAtNotIn", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtNEQ", "sourceUpdatedAtIn", "sourceUpdatedAtNotIn", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "findingStatusName", "findingStatusNameNEQ", "findingStatusNameIn", "findingStatusNameNotIn", "findingStatusNameContains", "findingStatusNameHasPrefix", "findingStatusNameHasSuffix", "findingStatusNameIsNil", "findingStatusNameNotNil", "findingStatusNameEqualFold", "findingStatusNameContainsFold", "findingStatusID", "findingStatusIDNEQ", "findingStatusIDIn", "findingStatusIDNotIn", "findingStatusIDContains", "findingStatusIDHasPrefix", "findingStatusIDHasSuffix", "findingStatusIDIsNil", "findingStatusIDNotNil", "findingStatusIDEqualFold", "findingStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "resourceName", "resourceNameNEQ", "resourceNameIn", "resourceNameNotIn", "resourceNameContains", "resourceNameHasPrefix", "resourceNameHasSuffix", "resourceNameIsNil", "resourceNameNotNil", "resourceNameEqualFold", "resourceNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "findingClass", "findingClassNEQ", "findingClassIn", "findingClassNotIn", "findingClassContains", "findingClassHasPrefix", "findingClassHasSuffix", "findingClassIsNil", "findingClassNotNil", "findingClassEqualFold", "findingClassContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "numericSeverity", "numericSeverityNEQ", "numericSeverityIn", "numericSeverityNotIn", "numericSeverityGT", "numericSeverityGTE", "numericSeverityLT", "numericSeverityLTE", "numericSeverityIsNil", "numericSeverityNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "open", "openNEQ", "openIsNil", "openNotNil", "blocksProduction", "blocksProductionNEQ", "blocksProductionIsNil", "blocksProductionNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "assessmentID", "assessmentIDNEQ", "assessmentIDIn", "assessmentIDNotIn", "assessmentIDContains", "assessmentIDHasPrefix", "assessmentIDHasSuffix", "assessmentIDIsNil", "assessmentIDNotNil", "assessmentIDEqualFold", "assessmentIDContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "recommendation", "recommendationNEQ", "recommendationIn", "recommendationNotIn", "recommendationContains", "recommendationHasPrefix", "recommendationHasSuffix", "recommendationIsNil", "recommendationNotNil", "recommendationEqualFold", "recommendationContainsFold", "recommendedActions", "recommendedActionsNEQ", "recommendedActionsIn", "recommendedActionsNotIn", "recommendedActionsContains", "recommendedActionsHasPrefix", "recommendedActionsHasSuffix", "recommendedActionsIsNil", "recommendedActionsNotNil", "recommendedActionsEqualFold", "recommendedActionsContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "eventTime", "eventTimeGT", "eventTimeGTE", "eventTimeLT", "eventTimeLTE", "eventTimeIsNil", "eventTimeNotNil", "reportedAt", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -108628,34 +96952,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -108677,27 +96973,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -108754,34 +97029,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -108866,27 +97113,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -108936,27 +97162,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -109027,34 +97232,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109132,34 +97309,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109237,34 +97386,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109342,34 +97463,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109433,34 +97526,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109538,34 +97603,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109643,34 +97680,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109748,34 +97757,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109853,34 +97834,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.AssignedToNotIn = data - case "assignedToGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGT = data - case "assignedToGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGTE = data - case "assignedToLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLT = data - case "assignedToLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLTE = data case "assignedToContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -109958,34 +97911,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.AssignedToUserIDNotIn = data - case "assignedToUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGT = data - case "assignedToUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGTE = data - case "assignedToUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLT = data - case "assignedToUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLTE = data case "assignedToUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110063,34 +97988,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.AssignedToGroupIDNotIn = data - case "assignedToGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGT = data - case "assignedToGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGTE = data - case "assignedToGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLT = data - case "assignedToGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLTE = data case "assignedToGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110196,34 +98093,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110301,34 +98170,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110406,34 +98247,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110511,34 +98324,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110616,34 +98401,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110721,34 +98478,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110826,34 +98555,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.FindingStatusNameNotIn = data - case "findingStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameGT = data - case "findingStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameGTE = data - case "findingStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameLT = data - case "findingStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusNameLTE = data case "findingStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -110931,34 +98632,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.FindingStatusIDNotIn = data - case "findingStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDGT = data - case "findingStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDGTE = data - case "findingStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDLT = data - case "findingStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingStatusIDLTE = data case "findingStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingStatusIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111064,34 +98737,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111211,34 +98856,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111316,34 +98933,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111421,34 +99010,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ResourceNameNotIn = data - case "resourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameGT = data - case "resourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameGTE = data - case "resourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameLT = data - case "resourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResourceNameLTE = data case "resourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111526,34 +99087,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111631,34 +99164,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111736,34 +99241,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111841,34 +99318,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.FindingClassNotIn = data - case "findingClassGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassGT = data - case "findingClassGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassGTE = data - case "findingClassLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassLT = data - case "findingClassLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FindingClassLTE = data case "findingClassContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("findingClassContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -111946,34 +99395,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.SeverityNotIn = data - case "severityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGT = data - case "severityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGTE = data - case "severityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLT = data - case "severityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLTE = data case "severityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112331,34 +99752,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.PriorityNotIn = data - case "priorityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGT = data - case "priorityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGTE = data - case "priorityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLT = data - case "priorityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLTE = data case "priorityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112576,34 +99969,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.AssessmentIDNotIn = data - case "assessmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGT = data - case "assessmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDGTE = data - case "assessmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLT = data - case "assessmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentIDLTE = data case "assessmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112681,34 +100046,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112786,34 +100123,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.RecommendationNotIn = data - case "recommendationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationGT = data - case "recommendationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationGTE = data - case "recommendationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationLT = data - case "recommendationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendationLTE = data case "recommendationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112891,34 +100200,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.RecommendedActionsNotIn = data - case "recommendedActionsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsGT = data - case "recommendedActionsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsGTE = data - case "recommendedActionsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsLT = data - case "recommendedActionsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RecommendedActionsLTE = data case "recommendedActionsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("recommendedActionsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -112996,34 +100277,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.VectorNotIn = data - case "vectorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGT = data - case "vectorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGTE = data - case "vectorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLT = data - case "vectorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLTE = data case "vectorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -113087,20 +100340,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.RemediationSLANEQ = data - case "remediationSLAIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLAIn = data - case "remediationSLANotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLANotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLANotIn = data case "remediationSLAGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -113150,27 +100389,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.EventTime = data - case "eventTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.EventTimeNEQ = data - case "eventTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EventTimeIn = data - case "eventTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EventTimeNotIn = data case "eventTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("eventTimeGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -113220,27 +100438,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ReportedAt = data - case "reportedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNEQ = data - case "reportedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtIn = data - case "reportedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNotIn = data case "reportedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -113290,27 +100487,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.SourceUpdatedAt = data - case "sourceUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNEQ = data - case "sourceUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtIn = data - case "sourceUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNotIn = data case "sourceUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -113381,34 +100557,6 @@ func (ec *executionContext) unmarshalInputFindingHistoryWhereInput(ctx context.C return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -113515,7 +100663,7 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "isManaged", "isManagedNEQ", "isManagedIsNil", "isManagedNotNil", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "oscalRole", "oscalRoleNEQ", "oscalRoleIn", "oscalRoleNotIn", "oscalRoleGT", "oscalRoleGTE", "oscalRoleLT", "oscalRoleLTE", "oscalRoleContains", "oscalRoleHasPrefix", "oscalRoleHasSuffix", "oscalRoleIsNil", "oscalRoleNotNil", "oscalRoleEqualFold", "oscalRoleContainsFold", "oscalPartyUUID", "oscalPartyUUIDNEQ", "oscalPartyUUIDIn", "oscalPartyUUIDNotIn", "oscalPartyUUIDGT", "oscalPartyUUIDGTE", "oscalPartyUUIDLT", "oscalPartyUUIDLTE", "oscalPartyUUIDContains", "oscalPartyUUIDHasPrefix", "oscalPartyUUIDHasSuffix", "oscalPartyUUIDIsNil", "oscalPartyUUIDNotNil", "oscalPartyUUIDEqualFold", "oscalPartyUUIDContainsFold", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDGT", "scimExternalIDGTE", "scimExternalIDLT", "scimExternalIDLTE", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimDisplayName", "scimDisplayNameNEQ", "scimDisplayNameIn", "scimDisplayNameNotIn", "scimDisplayNameGT", "scimDisplayNameGTE", "scimDisplayNameLT", "scimDisplayNameLTE", "scimDisplayNameContains", "scimDisplayNameHasPrefix", "scimDisplayNameHasSuffix", "scimDisplayNameIsNil", "scimDisplayNameNotNil", "scimDisplayNameEqualFold", "scimDisplayNameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimGroupMailing", "scimGroupMailingNEQ", "scimGroupMailingIn", "scimGroupMailingNotIn", "scimGroupMailingGT", "scimGroupMailingGTE", "scimGroupMailingLT", "scimGroupMailingLTE", "scimGroupMailingContains", "scimGroupMailingHasPrefix", "scimGroupMailingHasSuffix", "scimGroupMailingIsNil", "scimGroupMailingNotNil", "scimGroupMailingEqualFold", "scimGroupMailingContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "isManaged", "isManagedNEQ", "isManagedIsNil", "isManagedNotNil", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "oscalRole", "oscalRoleNEQ", "oscalRoleIn", "oscalRoleNotIn", "oscalRoleContains", "oscalRoleHasPrefix", "oscalRoleHasSuffix", "oscalRoleIsNil", "oscalRoleNotNil", "oscalRoleEqualFold", "oscalRoleContainsFold", "oscalPartyUUID", "oscalPartyUUIDNEQ", "oscalPartyUUIDIn", "oscalPartyUUIDNotIn", "oscalPartyUUIDContains", "oscalPartyUUIDHasPrefix", "oscalPartyUUIDHasSuffix", "oscalPartyUUIDIsNil", "oscalPartyUUIDNotNil", "oscalPartyUUIDEqualFold", "oscalPartyUUIDContainsFold", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimDisplayName", "scimDisplayNameNEQ", "scimDisplayNameIn", "scimDisplayNameNotIn", "scimDisplayNameContains", "scimDisplayNameHasPrefix", "scimDisplayNameHasSuffix", "scimDisplayNameIsNil", "scimDisplayNameNotNil", "scimDisplayNameEqualFold", "scimDisplayNameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimGroupMailing", "scimGroupMailingNEQ", "scimGroupMailingIn", "scimGroupMailingNotIn", "scimGroupMailingContains", "scimGroupMailingHasPrefix", "scimGroupMailingHasSuffix", "scimGroupMailingIsNil", "scimGroupMailingNotNil", "scimGroupMailingEqualFold", "scimGroupMailingContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -113571,34 +100719,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -113620,27 +100740,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -113697,34 +100796,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -113809,27 +100880,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -113879,27 +100929,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -113970,34 +100999,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114075,34 +101076,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114180,34 +101153,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114285,34 +101230,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114376,34 +101293,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114481,34 +101370,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114600,34 +101461,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114705,34 +101538,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114796,34 +101601,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.OscalRoleNotIn = data - case "oscalRoleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleGT = data - case "oscalRoleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleGTE = data - case "oscalRoleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleLT = data - case "oscalRoleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalRoleLTE = data case "oscalRoleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalRoleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -114901,34 +101678,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.OscalPartyUUIDNotIn = data - case "oscalPartyUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDGT = data - case "oscalPartyUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDGTE = data - case "oscalPartyUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDLT = data - case "oscalPartyUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OscalPartyUUIDLTE = data case "oscalPartyUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oscalPartyUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115006,34 +101755,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.ScimExternalIDNotIn = data - case "scimExternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGT = data - case "scimExternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGTE = data - case "scimExternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLT = data - case "scimExternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLTE = data case "scimExternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115111,34 +101832,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.ScimDisplayNameNotIn = data - case "scimDisplayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameGT = data - case "scimDisplayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameGTE = data - case "scimDisplayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameLT = data - case "scimDisplayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimDisplayNameLTE = data case "scimDisplayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimDisplayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115244,34 +101937,6 @@ func (ec *executionContext) unmarshalInputGroupHistoryWhereInput(ctx context.Con return it, err } it.ScimGroupMailingNotIn = data - case "scimGroupMailingGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingGT = data - case "scimGroupMailingGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingGTE = data - case "scimGroupMailingLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingLT = data - case "scimGroupMailingLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimGroupMailingLTE = data case "scimGroupMailingContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimGroupMailingContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115378,7 +102043,7 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDGT", "groupIDGTE", "groupIDLT", "groupIDLTE", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDEqualFold", "groupIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDEqualFold", "groupIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -115434,34 +102099,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -115483,27 +102120,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -115560,34 +102176,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115672,27 +102260,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -115742,27 +102309,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -115833,34 +102379,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -115938,34 +102456,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116043,34 +102533,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116176,34 +102638,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.GroupIDNotIn = data - case "groupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGT = data - case "groupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGTE = data - case "groupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLT = data - case "groupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLTE = data case "groupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116267,34 +102701,6 @@ func (ec *executionContext) unmarshalInputGroupMembershipHistoryWhereInput(ctx c return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116387,7 +102793,7 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "joinPolicy", "joinPolicyNEQ", "joinPolicyIn", "joinPolicyNotIn", "syncToSlack", "syncToSlackNEQ", "syncToSlackIsNil", "syncToSlackNotNil", "syncToGithub", "syncToGithubNEQ", "syncToGithubIsNil", "syncToGithubNotNil", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDGT", "groupIDGTE", "groupIDLT", "groupIDLTE", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "joinPolicy", "joinPolicyNEQ", "joinPolicyIn", "joinPolicyNotIn", "syncToSlack", "syncToSlackNEQ", "syncToSlackIsNil", "syncToSlackNotNil", "syncToGithub", "syncToGithubNEQ", "syncToGithubIsNil", "syncToGithubNotNil", "groupID", "groupIDNEQ", "groupIDIn", "groupIDNotIn", "groupIDContains", "groupIDHasPrefix", "groupIDHasSuffix", "groupIDIsNil", "groupIDNotNil", "groupIDEqualFold", "groupIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -116443,34 +102849,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -116492,27 +102870,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -116569,34 +102926,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116681,27 +103010,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -116751,27 +103059,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -116842,34 +103129,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -116947,34 +103206,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -117052,34 +103283,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -117269,34 +103472,6 @@ func (ec *executionContext) unmarshalInputGroupSettingHistoryWhereInput(ctx cont return it, err } it.GroupIDNotIn = data - case "groupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGT = data - case "groupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDGTE = data - case "groupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLT = data - case "groupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GroupIDLTE = data case "groupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("groupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -117403,7 +103578,7 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindGT", "kindGTE", "kindLT", "kindLTE", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "secretName", "secretNameNEQ", "secretNameIn", "secretNameNotIn", "secretNameGT", "secretNameGTE", "secretNameLT", "secretNameLTE", "secretNameContains", "secretNameHasPrefix", "secretNameHasSuffix", "secretNameIsNil", "secretNameNotNil", "secretNameEqualFold", "secretNameContainsFold", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "expiresAt", "expiresAtNEQ", "expiresAtIn", "expiresAtNotIn", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindContains", "kindHasPrefix", "kindHasSuffix", "kindIsNil", "kindNotNil", "kindEqualFold", "kindContainsFold", "secretName", "secretNameNEQ", "secretNameIn", "secretNameNotIn", "secretNameContains", "secretNameHasPrefix", "secretNameHasSuffix", "secretNameIsNil", "secretNameNotNil", "secretNameEqualFold", "secretNameContainsFold", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "expiresAt", "expiresAtGT", "expiresAtGTE", "expiresAtLT", "expiresAtLTE", "expiresAtIsNil", "expiresAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -117459,34 +103634,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -117508,27 +103655,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -117585,34 +103711,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -117697,27 +103795,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -117767,27 +103844,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -117858,34 +103914,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -117963,34 +103991,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118068,34 +104068,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118173,34 +104145,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118306,34 +104250,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118411,34 +104327,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118516,34 +104404,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118607,34 +104467,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.KindNotIn = data - case "kindGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGT = data - case "kindGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindGTE = data - case "kindLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLT = data - case "kindLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KindLTE = data case "kindContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("kindContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118712,34 +104544,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.SecretNameNotIn = data - case "secretNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameGT = data - case "secretNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameGTE = data - case "secretNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameLT = data - case "secretNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecretNameLTE = data case "secretNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secretNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -118796,27 +104600,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -118866,27 +104649,6 @@ func (ec *executionContext) unmarshalInputHushHistoryWhereInput(ctx context.Cont return it, err } it.ExpiresAt = data - case "expiresAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNEQ = data - case "expiresAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtIn = data - case "expiresAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ExpiresAtNotIn = data case "expiresAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("expiresAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -118986,7 +104748,7 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameGT", "fullNameGTE", "fullNameLT", "fullNameLTE", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameEqualFold", "fullNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "alternateEmail", "alternateEmailNEQ", "alternateEmailIn", "alternateEmailNotIn", "alternateEmailGT", "alternateEmailGTE", "alternateEmailLT", "alternateEmailLTE", "alternateEmailContains", "alternateEmailHasPrefix", "alternateEmailHasSuffix", "alternateEmailIsNil", "alternateEmailNotNil", "alternateEmailEqualFold", "alternateEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberGT", "phoneNumberGTE", "phoneNumberLT", "phoneNumberLTE", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "isOpenlaneUser", "isOpenlaneUserNEQ", "isOpenlaneUserIsNil", "isOpenlaneUserNotNil", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "identityHolderType", "identityHolderTypeNEQ", "identityHolderTypeIn", "identityHolderTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentGT", "departmentGTE", "departmentLT", "departmentLTE", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "team", "teamNEQ", "teamIn", "teamNotIn", "teamGT", "teamGTE", "teamLT", "teamLTE", "teamContains", "teamHasPrefix", "teamHasSuffix", "teamIsNil", "teamNotNil", "teamEqualFold", "teamContainsFold", "location", "locationNEQ", "locationIn", "locationNotIn", "locationGT", "locationGTE", "locationLT", "locationLTE", "locationContains", "locationHasPrefix", "locationHasSuffix", "locationIsNil", "locationNotNil", "locationEqualFold", "locationContainsFold", "startDate", "startDateNEQ", "startDateIn", "startDateNotIn", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateNEQ", "endDateIn", "endDateNotIn", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "employerEntityID", "employerEntityIDNEQ", "employerEntityIDIn", "employerEntityIDNotIn", "employerEntityIDGT", "employerEntityIDGTE", "employerEntityIDLT", "employerEntityIDLTE", "employerEntityIDContains", "employerEntityIDHasPrefix", "employerEntityIDHasSuffix", "employerEntityIDIsNil", "employerEntityIDNotNil", "employerEntityIDEqualFold", "employerEntityIDContainsFold", "externalUserID", "externalUserIDNEQ", "externalUserIDIn", "externalUserIDNotIn", "externalUserIDGT", "externalUserIDGTE", "externalUserIDLT", "externalUserIDLTE", "externalUserIDContains", "externalUserIDHasPrefix", "externalUserIDHasSuffix", "externalUserIDIsNil", "externalUserIDNotNil", "externalUserIDEqualFold", "externalUserIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDGT", "externalReferenceIDGTE", "externalReferenceIDLT", "externalReferenceIDLTE", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "fullName", "fullNameNEQ", "fullNameIn", "fullNameNotIn", "fullNameContains", "fullNameHasPrefix", "fullNameHasSuffix", "fullNameEqualFold", "fullNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "alternateEmail", "alternateEmailNEQ", "alternateEmailIn", "alternateEmailNotIn", "alternateEmailContains", "alternateEmailHasPrefix", "alternateEmailHasSuffix", "alternateEmailIsNil", "alternateEmailNotNil", "alternateEmailEqualFold", "alternateEmailContainsFold", "phoneNumber", "phoneNumberNEQ", "phoneNumberIn", "phoneNumberNotIn", "phoneNumberContains", "phoneNumberHasPrefix", "phoneNumberHasSuffix", "phoneNumberIsNil", "phoneNumberNotNil", "phoneNumberEqualFold", "phoneNumberContainsFold", "isOpenlaneUser", "isOpenlaneUserNEQ", "isOpenlaneUserIsNil", "isOpenlaneUserNotNil", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "identityHolderType", "identityHolderTypeNEQ", "identityHolderTypeIn", "identityHolderTypeNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "isActive", "isActiveNEQ", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "department", "departmentNEQ", "departmentIn", "departmentNotIn", "departmentContains", "departmentHasPrefix", "departmentHasSuffix", "departmentIsNil", "departmentNotNil", "departmentEqualFold", "departmentContainsFold", "team", "teamNEQ", "teamIn", "teamNotIn", "teamContains", "teamHasPrefix", "teamHasSuffix", "teamIsNil", "teamNotNil", "teamEqualFold", "teamContainsFold", "location", "locationNEQ", "locationIn", "locationNotIn", "locationContains", "locationHasPrefix", "locationHasSuffix", "locationIsNil", "locationNotNil", "locationEqualFold", "locationContainsFold", "startDate", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "employerEntityID", "employerEntityIDNEQ", "employerEntityIDIn", "employerEntityIDNotIn", "employerEntityIDContains", "employerEntityIDHasPrefix", "employerEntityIDHasSuffix", "employerEntityIDIsNil", "employerEntityIDNotNil", "employerEntityIDEqualFold", "employerEntityIDContainsFold", "externalUserID", "externalUserIDNEQ", "externalUserIDIn", "externalUserIDNotIn", "externalUserIDContains", "externalUserIDHasPrefix", "externalUserIDHasSuffix", "externalUserIDIsNil", "externalUserIDNotNil", "externalUserIDEqualFold", "externalUserIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -119042,34 +104804,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -119091,27 +104825,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -119168,34 +104881,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119280,27 +104965,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -119350,27 +105014,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -119441,34 +105084,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119546,34 +105161,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119651,34 +105238,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119756,34 +105315,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119847,34 +105378,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -119952,34 +105455,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120057,34 +105532,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120162,34 +105609,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120267,34 +105686,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120372,34 +105763,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120477,34 +105840,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120582,34 +105917,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120715,34 +106022,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.FullNameNotIn = data - case "fullNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGT = data - case "fullNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameGTE = data - case "fullNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLT = data - case "fullNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FullNameLTE = data case "fullNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fullNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120806,34 +106085,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -120897,34 +106148,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.AlternateEmailNotIn = data - case "alternateEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailGT = data - case "alternateEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailGTE = data - case "alternateEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailLT = data - case "alternateEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AlternateEmailLTE = data case "alternateEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("alternateEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121002,34 +106225,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.PhoneNumberNotIn = data - case "phoneNumberGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGT = data - case "phoneNumberGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberGTE = data - case "phoneNumberLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLT = data - case "phoneNumberLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhoneNumberLTE = data case "phoneNumberContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("phoneNumberContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121135,34 +106330,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121310,34 +106477,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121415,34 +106554,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.DepartmentNotIn = data - case "departmentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGT = data - case "departmentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentGTE = data - case "departmentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLT = data - case "departmentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DepartmentLTE = data case "departmentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("departmentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121520,34 +106631,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.TeamNotIn = data - case "teamGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamGT = data - case "teamGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamGTE = data - case "teamLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamLT = data - case "teamLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TeamLTE = data case "teamContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("teamContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121625,34 +106708,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.LocationNotIn = data - case "locationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationGT = data - case "locationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationGTE = data - case "locationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationLT = data - case "locationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocationLTE = data case "locationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("locationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121709,27 +106764,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.StartDate = data - case "startDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.StartDateNEQ = data - case "startDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateIn = data - case "startDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateNotIn = data case "startDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -121779,27 +106813,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.EndDate = data - case "endDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.EndDateNEQ = data - case "endDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateIn = data - case "endDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateNotIn = data case "endDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -121870,34 +106883,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.EmployerEntityIDNotIn = data - case "employerEntityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDGT = data - case "employerEntityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDGTE = data - case "employerEntityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDLT = data - case "employerEntityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmployerEntityIDLTE = data case "employerEntityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("employerEntityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -121975,34 +106960,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.ExternalUserIDNotIn = data - case "externalUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDGT = data - case "externalUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDGTE = data - case "externalUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDLT = data - case "externalUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUserIDLTE = data case "externalUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122080,34 +107037,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.ExternalReferenceIDNotIn = data - case "externalReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGT = data - case "externalReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGTE = data - case "externalReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLT = data - case "externalReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLTE = data case "externalReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122185,34 +107114,6 @@ func (ec *executionContext) unmarshalInputIdentityHolderHistoryWhereInput(ctx co return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122319,7 +107220,7 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "internalPolicyKindName", "internalPolicyKindNameNEQ", "internalPolicyKindNameIn", "internalPolicyKindNameNotIn", "internalPolicyKindNameGT", "internalPolicyKindNameGTE", "internalPolicyKindNameLT", "internalPolicyKindNameLTE", "internalPolicyKindNameContains", "internalPolicyKindNameHasPrefix", "internalPolicyKindNameHasSuffix", "internalPolicyKindNameIsNil", "internalPolicyKindNameNotNil", "internalPolicyKindNameEqualFold", "internalPolicyKindNameContainsFold", "internalPolicyKindID", "internalPolicyKindIDNEQ", "internalPolicyKindIDIn", "internalPolicyKindIDNotIn", "internalPolicyKindIDGT", "internalPolicyKindIDGTE", "internalPolicyKindIDLT", "internalPolicyKindIDLTE", "internalPolicyKindIDContains", "internalPolicyKindIDHasPrefix", "internalPolicyKindIDHasSuffix", "internalPolicyKindIDIsNil", "internalPolicyKindIDNotNil", "internalPolicyKindIDEqualFold", "internalPolicyKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "internalPolicyKindName", "internalPolicyKindNameNEQ", "internalPolicyKindNameIn", "internalPolicyKindNameNotIn", "internalPolicyKindNameContains", "internalPolicyKindNameHasPrefix", "internalPolicyKindNameHasSuffix", "internalPolicyKindNameIsNil", "internalPolicyKindNameNotNil", "internalPolicyKindNameEqualFold", "internalPolicyKindNameContainsFold", "internalPolicyKindID", "internalPolicyKindIDNEQ", "internalPolicyKindIDIn", "internalPolicyKindIDNotIn", "internalPolicyKindIDContains", "internalPolicyKindIDHasPrefix", "internalPolicyKindIDHasSuffix", "internalPolicyKindIDIsNil", "internalPolicyKindIDNotNil", "internalPolicyKindIDEqualFold", "internalPolicyKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -122375,34 +107276,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -122424,27 +107297,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -122501,34 +107353,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122613,27 +107437,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -122683,27 +107486,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -122774,34 +107556,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122879,34 +107633,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -122984,34 +107710,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123089,34 +107787,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123180,34 +107850,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123285,34 +107927,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123418,34 +108032,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123523,34 +108109,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123628,34 +108186,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123803,34 +108333,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -123915,27 +108417,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -124048,34 +108529,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124153,34 +108606,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124258,34 +108683,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124363,34 +108760,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124468,34 +108837,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124573,34 +108914,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124678,34 +108991,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.InternalPolicyKindNameNotIn = data - case "internalPolicyKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameGT = data - case "internalPolicyKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameGTE = data - case "internalPolicyKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameLT = data - case "internalPolicyKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindNameLTE = data case "internalPolicyKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124783,34 +109068,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.InternalPolicyKindIDNotIn = data - case "internalPolicyKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDGT = data - case "internalPolicyKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDGTE = data - case "internalPolicyKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDLT = data - case "internalPolicyKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalPolicyKindIDLTE = data case "internalPolicyKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalPolicyKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124888,34 +109145,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -124993,34 +109222,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -125098,34 +109299,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -125203,34 +109376,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -125336,34 +109481,6 @@ func (ec *executionContext) unmarshalInputInternalPolicyHistoryWhereInput(ctx co return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -125470,7 +109587,7 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "platform", "platformNEQ", "platformIn", "platformNotIn"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "platform", "platformNEQ", "platformIn", "platformNotIn"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -125526,34 +109643,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -125575,27 +109664,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -125652,34 +109720,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -125764,27 +109804,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -125834,27 +109853,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -125925,34 +109923,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126030,34 +110000,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126135,34 +110077,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126240,34 +110154,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126331,34 +110217,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126464,34 +110322,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126569,34 +110399,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126674,34 +110476,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126765,34 +110539,6 @@ func (ec *executionContext) unmarshalInputJobTemplateHistoryWhereInput(ctx conte return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -126927,7 +110673,7 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "zoneID", "zoneIDNEQ", "zoneIDIn", "zoneIDNotIn", "zoneIDGT", "zoneIDGTE", "zoneIDLT", "zoneIDLTE", "zoneIDContains", "zoneIDHasPrefix", "zoneIDHasSuffix", "zoneIDEqualFold", "zoneIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "zoneID", "zoneIDNEQ", "zoneIDIn", "zoneIDNotIn", "zoneIDContains", "zoneIDHasPrefix", "zoneIDHasSuffix", "zoneIDEqualFold", "zoneIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -126983,34 +110729,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -127032,27 +110750,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -127109,34 +110806,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127221,27 +110890,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -127291,27 +110939,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -127382,34 +111009,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127487,34 +111086,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127592,34 +111163,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127697,34 +111240,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127788,34 +111303,6 @@ func (ec *executionContext) unmarshalInputMappableDomainHistoryWhereInput(ctx co return it, err } it.ZoneIDNotIn = data - case "zoneIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDGT = data - case "zoneIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDGTE = data - case "zoneIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDLT = data - case "zoneIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ZoneIDLTE = data case "zoneIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("zoneIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -127908,7 +111395,7 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "mappingType", "mappingTypeNEQ", "mappingTypeIn", "mappingTypeNotIn", "relation", "relationNEQ", "relationIn", "relationNotIn", "relationGT", "relationGTE", "relationLT", "relationLTE", "relationContains", "relationHasPrefix", "relationHasSuffix", "relationIsNil", "relationNotNil", "relationEqualFold", "relationContainsFold", "confidence", "confidenceNEQ", "confidenceIn", "confidenceNotIn", "confidenceGT", "confidenceGTE", "confidenceLT", "confidenceLTE", "confidenceIsNil", "confidenceNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "mappingType", "mappingTypeNEQ", "mappingTypeIn", "mappingTypeNotIn", "relation", "relationNEQ", "relationIn", "relationNotIn", "relationContains", "relationHasPrefix", "relationHasSuffix", "relationIsNil", "relationNotNil", "relationEqualFold", "relationContainsFold", "confidence", "confidenceNEQ", "confidenceGT", "confidenceGTE", "confidenceLT", "confidenceLTE", "confidenceIsNil", "confidenceNotNil", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -127964,34 +111451,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -128013,27 +111472,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -128090,34 +111528,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128202,27 +111612,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -128272,27 +111661,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -128363,34 +111731,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128468,34 +111808,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128573,34 +111885,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128706,34 +111990,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128811,34 +112067,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -128916,34 +112144,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -129049,34 +112249,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.RelationNotIn = data - case "relationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationGT = data - case "relationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationGTE = data - case "relationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationLT = data - case "relationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RelationLTE = data case "relationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("relationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -129140,20 +112312,6 @@ func (ec *executionContext) unmarshalInputMappedControlHistoryWhereInput(ctx con return it, err } it.ConfidenceNEQ = data - case "confidenceIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ConfidenceIn = data - case "confidenceNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ConfidenceNotIn = data case "confidenceGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("confidenceGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -129295,7 +112453,7 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -129351,34 +112509,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -129400,27 +112530,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -129477,34 +112586,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -129589,27 +112670,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -129659,27 +112719,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -129750,34 +112789,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -129855,34 +112866,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -129960,34 +112943,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130065,34 +113020,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130156,34 +113083,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130289,34 +113188,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130394,34 +113265,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130499,34 +113342,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130590,34 +113405,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130695,34 +113482,6 @@ func (ec *executionContext) unmarshalInputNarrativeHistoryWhereInput(ctx context return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -130829,7 +113588,7 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textGT", "textGTE", "textLT", "textLTE", "textContains", "textHasPrefix", "textHasSuffix", "textEqualFold", "textContainsFold", "noteRef", "noteRefNEQ", "noteRefIn", "noteRefNotIn", "noteRefGT", "noteRefGTE", "noteRefLT", "noteRefLTE", "noteRefContains", "noteRefHasPrefix", "noteRefHasSuffix", "noteRefIsNil", "noteRefNotNil", "noteRefEqualFold", "noteRefContainsFold", "discussionID", "discussionIDNEQ", "discussionIDIn", "discussionIDNotIn", "discussionIDGT", "discussionIDGTE", "discussionIDLT", "discussionIDLTE", "discussionIDContains", "discussionIDHasPrefix", "discussionIDHasSuffix", "discussionIDIsNil", "discussionIDNotNil", "discussionIDEqualFold", "discussionIDContainsFold", "isEdited", "isEditedNEQ", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "notifySubscribers", "notifySubscribersNEQ", "notifySubscribersIsNil", "notifySubscribersNotNil", "notifiedAt", "notifiedAtNEQ", "notifiedAtIn", "notifiedAtNotIn", "notifiedAtGT", "notifiedAtGTE", "notifiedAtLT", "notifiedAtLTE", "notifiedAtIsNil", "notifiedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textContains", "textHasPrefix", "textHasSuffix", "textEqualFold", "textContainsFold", "noteRef", "noteRefNEQ", "noteRefIn", "noteRefNotIn", "noteRefContains", "noteRefHasPrefix", "noteRefHasSuffix", "noteRefIsNil", "noteRefNotNil", "noteRefEqualFold", "noteRefContainsFold", "discussionID", "discussionIDNEQ", "discussionIDIn", "discussionIDNotIn", "discussionIDContains", "discussionIDHasPrefix", "discussionIDHasSuffix", "discussionIDIsNil", "discussionIDNotNil", "discussionIDEqualFold", "discussionIDContainsFold", "isEdited", "isEditedNEQ", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "notifySubscribers", "notifySubscribersNEQ", "notifySubscribersIsNil", "notifySubscribersNotNil", "notifiedAt", "notifiedAtGT", "notifiedAtGTE", "notifiedAtLT", "notifiedAtLTE", "notifiedAtIsNil", "notifiedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -130885,34 +113644,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -130934,27 +113665,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -131011,34 +113721,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131123,27 +113805,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -131193,27 +113854,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -131284,34 +113924,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131389,34 +114001,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131494,34 +114078,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131599,34 +114155,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131690,34 +114218,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131795,34 +114295,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131900,34 +114372,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.TextNotIn = data - case "textGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGT = data - case "textGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGTE = data - case "textLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLT = data - case "textLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLTE = data case "textContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -131991,34 +114435,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.NoteRefNotIn = data - case "noteRefGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefGT = data - case "noteRefGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefGTE = data - case "noteRefLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefLT = data - case "noteRefLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteRefLTE = data case "noteRefContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteRefContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -132096,34 +114512,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.DiscussionIDNotIn = data - case "discussionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDGT = data - case "discussionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDGTE = data - case "discussionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDLT = data - case "discussionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DiscussionIDLTE = data case "discussionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discussionIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -132215,34 +114603,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -132327,27 +114687,6 @@ func (ec *executionContext) unmarshalInputNoteHistoryWhereInput(ctx context.Cont return it, err } it.NotifiedAt = data - case "notifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtNEQ = data - case "notifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtIn = data - case "notifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NotifiedAtNotIn = data case "notifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -132447,7 +114786,7 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "provider", "providerNEQ", "providerIn", "providerNotIn", "providerGT", "providerGTE", "providerLT", "providerLTE", "providerContains", "providerHasPrefix", "providerHasSuffix", "providerIsNil", "providerNotNil", "providerEqualFold", "providerContainsFold", "destination", "destinationNEQ", "destinationIn", "destinationNotIn", "destinationGT", "destinationGTE", "destinationLT", "destinationLTE", "destinationContains", "destinationHasPrefix", "destinationHasSuffix", "destinationIsNil", "destinationNotNil", "destinationEqualFold", "destinationContainsFold", "enabled", "enabledNEQ", "cadence", "cadenceNEQ", "cadenceIn", "cadenceNotIn", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDGT", "templateIDGTE", "templateIDLT", "templateIDLTE", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "muteUntil", "muteUntilNEQ", "muteUntilIn", "muteUntilNotIn", "muteUntilGT", "muteUntilGTE", "muteUntilLT", "muteUntilLTE", "muteUntilIsNil", "muteUntilNotNil", "quietHoursStart", "quietHoursStartNEQ", "quietHoursStartIn", "quietHoursStartNotIn", "quietHoursStartGT", "quietHoursStartGTE", "quietHoursStartLT", "quietHoursStartLTE", "quietHoursStartContains", "quietHoursStartHasPrefix", "quietHoursStartHasSuffix", "quietHoursStartIsNil", "quietHoursStartNotNil", "quietHoursStartEqualFold", "quietHoursStartContainsFold", "quietHoursEnd", "quietHoursEndNEQ", "quietHoursEndIn", "quietHoursEndNotIn", "quietHoursEndGT", "quietHoursEndGTE", "quietHoursEndLT", "quietHoursEndLTE", "quietHoursEndContains", "quietHoursEndHasPrefix", "quietHoursEndHasSuffix", "quietHoursEndIsNil", "quietHoursEndNotNil", "quietHoursEndEqualFold", "quietHoursEndContainsFold", "timezone", "timezoneNEQ", "timezoneIn", "timezoneNotIn", "timezoneGT", "timezoneGTE", "timezoneLT", "timezoneLTE", "timezoneContains", "timezoneHasPrefix", "timezoneHasSuffix", "timezoneIsNil", "timezoneNotNil", "timezoneEqualFold", "timezoneContainsFold", "isDefault", "isDefaultNEQ", "verifiedAt", "verifiedAtNEQ", "verifiedAtIn", "verifiedAtNotIn", "verifiedAtGT", "verifiedAtGTE", "verifiedAtLT", "verifiedAtLTE", "verifiedAtIsNil", "verifiedAtNotNil", "lastUsedAt", "lastUsedAtNEQ", "lastUsedAtIn", "lastUsedAtNotIn", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "lastError", "lastErrorNEQ", "lastErrorIn", "lastErrorNotIn", "lastErrorGT", "lastErrorGTE", "lastErrorLT", "lastErrorLTE", "lastErrorContains", "lastErrorHasPrefix", "lastErrorHasSuffix", "lastErrorIsNil", "lastErrorNotNil", "lastErrorEqualFold", "lastErrorContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "status", "statusNEQ", "statusIn", "statusNotIn", "provider", "providerNEQ", "providerIn", "providerNotIn", "providerContains", "providerHasPrefix", "providerHasSuffix", "providerIsNil", "providerNotNil", "providerEqualFold", "providerContainsFold", "destination", "destinationNEQ", "destinationIn", "destinationNotIn", "destinationContains", "destinationHasPrefix", "destinationHasSuffix", "destinationIsNil", "destinationNotNil", "destinationEqualFold", "destinationContainsFold", "enabled", "enabledNEQ", "cadence", "cadenceNEQ", "cadenceIn", "cadenceNotIn", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityIsNil", "priorityNotNil", "templateID", "templateIDNEQ", "templateIDIn", "templateIDNotIn", "templateIDContains", "templateIDHasPrefix", "templateIDHasSuffix", "templateIDIsNil", "templateIDNotNil", "templateIDEqualFold", "templateIDContainsFold", "muteUntil", "muteUntilGT", "muteUntilGTE", "muteUntilLT", "muteUntilLTE", "muteUntilIsNil", "muteUntilNotNil", "quietHoursStart", "quietHoursStartNEQ", "quietHoursStartIn", "quietHoursStartNotIn", "quietHoursStartContains", "quietHoursStartHasPrefix", "quietHoursStartHasSuffix", "quietHoursStartIsNil", "quietHoursStartNotNil", "quietHoursStartEqualFold", "quietHoursStartContainsFold", "quietHoursEnd", "quietHoursEndNEQ", "quietHoursEndIn", "quietHoursEndNotIn", "quietHoursEndContains", "quietHoursEndHasPrefix", "quietHoursEndHasSuffix", "quietHoursEndIsNil", "quietHoursEndNotNil", "quietHoursEndEqualFold", "quietHoursEndContainsFold", "timezone", "timezoneNEQ", "timezoneIn", "timezoneNotIn", "timezoneContains", "timezoneHasPrefix", "timezoneHasSuffix", "timezoneIsNil", "timezoneNotNil", "timezoneEqualFold", "timezoneContainsFold", "isDefault", "isDefaultNEQ", "verifiedAt", "verifiedAtGT", "verifiedAtGTE", "verifiedAtLT", "verifiedAtLTE", "verifiedAtIsNil", "verifiedAtNotNil", "lastUsedAt", "lastUsedAtGT", "lastUsedAtGTE", "lastUsedAtLT", "lastUsedAtLTE", "lastUsedAtIsNil", "lastUsedAtNotNil", "lastError", "lastErrorNEQ", "lastErrorIn", "lastErrorNotIn", "lastErrorContains", "lastErrorHasPrefix", "lastErrorHasSuffix", "lastErrorIsNil", "lastErrorNotNil", "lastErrorEqualFold", "lastErrorContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -132503,34 +114842,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -132552,27 +114863,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -132629,34 +114919,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -132741,27 +115003,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -132811,27 +115052,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -132902,34 +115122,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133007,34 +115199,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133112,34 +115276,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133217,34 +115353,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133322,34 +115430,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133469,34 +115549,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.ProviderNotIn = data - case "providerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderGT = data - case "providerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderGTE = data - case "providerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderLT = data - case "providerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProviderLTE = data case "providerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("providerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133574,34 +115626,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.DestinationNotIn = data - case "destinationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationGT = data - case "destinationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationGTE = data - case "destinationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationLT = data - case "destinationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DestinationLTE = data case "destinationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("destinationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133763,34 +115787,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.TemplateIDNotIn = data - case "templateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGT = data - case "templateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDGTE = data - case "templateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLT = data - case "templateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TemplateIDLTE = data case "templateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("templateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -133847,27 +115843,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.MuteUntil = data - case "muteUntilNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilNEQ = data - case "muteUntilIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilIn = data - case "muteUntilNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MuteUntilNotIn = data case "muteUntilGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("muteUntilGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -133938,34 +115913,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.QuietHoursStartNotIn = data - case "quietHoursStartGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartGT = data - case "quietHoursStartGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartGTE = data - case "quietHoursStartLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartLT = data - case "quietHoursStartLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursStartLTE = data case "quietHoursStartContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursStartContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -134043,34 +115990,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.QuietHoursEndNotIn = data - case "quietHoursEndGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndGT = data - case "quietHoursEndGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndGTE = data - case "quietHoursEndLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndLT = data - case "quietHoursEndLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuietHoursEndLTE = data case "quietHoursEndContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("quietHoursEndContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -134148,34 +116067,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.TimezoneNotIn = data - case "timezoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneGT = data - case "timezoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneGTE = data - case "timezoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneLT = data - case "timezoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TimezoneLTE = data case "timezoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("timezoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -134246,27 +116137,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.VerifiedAt = data - case "verifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtNEQ = data - case "verifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtIn = data - case "verifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.VerifiedAtNotIn = data case "verifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("verifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -134316,27 +116186,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.LastUsedAt = data - case "lastUsedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNEQ = data - case "lastUsedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtIn = data - case "lastUsedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastUsedAtNotIn = data case "lastUsedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastUsedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -134407,34 +116256,6 @@ func (ec *executionContext) unmarshalInputNotificationPreferenceHistoryWhereInpu return it, err } it.LastErrorNotIn = data - case "lastErrorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorGT = data - case "lastErrorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorGTE = data - case "lastErrorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorLT = data - case "lastErrorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastErrorLTE = data case "lastErrorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastErrorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -134541,7 +116362,7 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyGT", "keyGTE", "keyLT", "keyLTE", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "channelIsNil", "channelNotNil", "format", "formatNEQ", "formatIn", "formatNotIn", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeGT", "localeGTE", "localeLT", "localeLTE", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "topicPattern", "topicPatternNEQ", "topicPatternIn", "topicPatternNotIn", "topicPatternGT", "topicPatternGTE", "topicPatternLT", "topicPatternLTE", "topicPatternContains", "topicPatternHasPrefix", "topicPatternHasSuffix", "topicPatternEqualFold", "topicPatternContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDGT", "workflowDefinitionIDGTE", "workflowDefinitionIDLT", "workflowDefinitionIDLTE", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDGT", "emailTemplateIDGTE", "emailTemplateIDLT", "emailTemplateIDLTE", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "titleTemplate", "titleTemplateNEQ", "titleTemplateIn", "titleTemplateNotIn", "titleTemplateGT", "titleTemplateGTE", "titleTemplateLT", "titleTemplateLTE", "titleTemplateContains", "titleTemplateHasPrefix", "titleTemplateHasSuffix", "titleTemplateIsNil", "titleTemplateNotNil", "titleTemplateEqualFold", "titleTemplateContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateGT", "subjectTemplateGTE", "subjectTemplateLT", "subjectTemplateLTE", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateGT", "bodyTemplateGTE", "bodyTemplateLT", "bodyTemplateLTE", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "key", "keyNEQ", "keyIn", "keyNotIn", "keyContains", "keyHasPrefix", "keyHasSuffix", "keyEqualFold", "keyContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "channel", "channelNEQ", "channelIn", "channelNotIn", "channelIsNil", "channelNotNil", "format", "formatNEQ", "formatIn", "formatNotIn", "locale", "localeNEQ", "localeIn", "localeNotIn", "localeContains", "localeHasPrefix", "localeHasSuffix", "localeEqualFold", "localeContainsFold", "topicPattern", "topicPatternNEQ", "topicPatternIn", "topicPatternNotIn", "topicPatternContains", "topicPatternHasPrefix", "topicPatternHasSuffix", "topicPatternEqualFold", "topicPatternContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "workflowDefinitionID", "workflowDefinitionIDNEQ", "workflowDefinitionIDIn", "workflowDefinitionIDNotIn", "workflowDefinitionIDContains", "workflowDefinitionIDHasPrefix", "workflowDefinitionIDHasSuffix", "workflowDefinitionIDIsNil", "workflowDefinitionIDNotNil", "workflowDefinitionIDEqualFold", "workflowDefinitionIDContainsFold", "emailTemplateID", "emailTemplateIDNEQ", "emailTemplateIDIn", "emailTemplateIDNotIn", "emailTemplateIDContains", "emailTemplateIDHasPrefix", "emailTemplateIDHasSuffix", "emailTemplateIDIsNil", "emailTemplateIDNotNil", "emailTemplateIDEqualFold", "emailTemplateIDContainsFold", "titleTemplate", "titleTemplateNEQ", "titleTemplateIn", "titleTemplateNotIn", "titleTemplateContains", "titleTemplateHasPrefix", "titleTemplateHasSuffix", "titleTemplateIsNil", "titleTemplateNotNil", "titleTemplateEqualFold", "titleTemplateContainsFold", "subjectTemplate", "subjectTemplateNEQ", "subjectTemplateIn", "subjectTemplateNotIn", "subjectTemplateContains", "subjectTemplateHasPrefix", "subjectTemplateHasSuffix", "subjectTemplateIsNil", "subjectTemplateNotNil", "subjectTemplateEqualFold", "subjectTemplateContainsFold", "bodyTemplate", "bodyTemplateNEQ", "bodyTemplateIn", "bodyTemplateNotIn", "bodyTemplateContains", "bodyTemplateHasPrefix", "bodyTemplateHasSuffix", "bodyTemplateIsNil", "bodyTemplateNotNil", "bodyTemplateEqualFold", "bodyTemplateContainsFold", "active", "activeNEQ", "version", "versionNEQ", "versionGT", "versionGTE", "versionLT", "versionLTE", "templateContext", "templateContextNEQ", "templateContextIn", "templateContextNotIn", "templateContextIsNil", "templateContextNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -134597,34 +116418,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -134646,27 +116439,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -134723,34 +116495,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -134835,27 +116579,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -134905,27 +116628,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -134996,34 +116698,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135101,34 +116775,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135206,34 +116852,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135311,34 +116929,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135416,34 +117006,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135549,34 +117111,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135654,34 +117188,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135759,34 +117265,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.KeyNotIn = data - case "keyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGT = data - case "keyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyGTE = data - case "keyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLT = data - case "keyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.KeyLTE = data case "keyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("keyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135850,34 +117328,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -135941,34 +117391,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136116,34 +117538,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.LocaleNotIn = data - case "localeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGT = data - case "localeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleGTE = data - case "localeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLT = data - case "localeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LocaleLTE = data case "localeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("localeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136207,34 +117601,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.TopicPatternNotIn = data - case "topicPatternGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternGT = data - case "topicPatternGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternGTE = data - case "topicPatternLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternLT = data - case "topicPatternLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TopicPatternLTE = data case "topicPatternContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("topicPatternContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136298,34 +117664,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136403,34 +117741,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.WorkflowDefinitionIDNotIn = data - case "workflowDefinitionIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGT = data - case "workflowDefinitionIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDGTE = data - case "workflowDefinitionIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLT = data - case "workflowDefinitionIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowDefinitionIDLTE = data case "workflowDefinitionIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowDefinitionIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136508,34 +117818,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.EmailTemplateIDNotIn = data - case "emailTemplateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGT = data - case "emailTemplateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDGTE = data - case "emailTemplateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLT = data - case "emailTemplateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailTemplateIDLTE = data case "emailTemplateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailTemplateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136613,34 +117895,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.TitleTemplateNotIn = data - case "titleTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateGT = data - case "titleTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateGTE = data - case "titleTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateLT = data - case "titleTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleTemplateLTE = data case "titleTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136718,34 +117972,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.SubjectTemplateNotIn = data - case "subjectTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGT = data - case "subjectTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateGTE = data - case "subjectTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLT = data - case "subjectTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubjectTemplateLTE = data case "subjectTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subjectTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136823,34 +118049,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.BodyTemplateNotIn = data - case "bodyTemplateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGT = data - case "bodyTemplateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateGTE = data - case "bodyTemplateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLT = data - case "bodyTemplateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BodyTemplateLTE = data case "bodyTemplateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("bodyTemplateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -136928,20 +118126,6 @@ func (ec *executionContext) unmarshalInputNotificationTemplateHistoryWhereInput( return it, err } it.VersionNEQ = data - case "versionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionIn = data - case "versionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.VersionNotIn = data case "versionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -137069,7 +118253,7 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDGT", "organizationIDGTE", "organizationIDLT", "organizationIDLTE", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDEqualFold", "organizationIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "ssoExemptReason", "ssoExemptReasonNEQ", "ssoExemptReasonIn", "ssoExemptReasonNotIn", "ssoExemptReasonGT", "ssoExemptReasonGTE", "ssoExemptReasonLT", "ssoExemptReasonLTE", "ssoExemptReasonContains", "ssoExemptReasonHasPrefix", "ssoExemptReasonHasSuffix", "ssoExemptReasonIsNil", "ssoExemptReasonNotNil", "ssoExemptReasonEqualFold", "ssoExemptReasonContainsFold", "ssoExemptGrantedBy", "ssoExemptGrantedByNEQ", "ssoExemptGrantedByIn", "ssoExemptGrantedByNotIn", "ssoExemptGrantedByGT", "ssoExemptGrantedByGTE", "ssoExemptGrantedByLT", "ssoExemptGrantedByLTE", "ssoExemptGrantedByContains", "ssoExemptGrantedByHasPrefix", "ssoExemptGrantedByHasSuffix", "ssoExemptGrantedByIsNil", "ssoExemptGrantedByNotNil", "ssoExemptGrantedByEqualFold", "ssoExemptGrantedByContainsFold", "ssoExemptGrantedAt", "ssoExemptGrantedAtNEQ", "ssoExemptGrantedAtIn", "ssoExemptGrantedAtNotIn", "ssoExemptGrantedAtGT", "ssoExemptGrantedAtGTE", "ssoExemptGrantedAtLT", "ssoExemptGrantedAtLTE", "ssoExemptGrantedAtIsNil", "ssoExemptGrantedAtNotNil", "tfaEnforced", "tfaEnforcedNEQ", "tfaEnforcedIsNil", "tfaEnforcedNotNil", "tfaEnforcedReason", "tfaEnforcedReasonNEQ", "tfaEnforcedReasonIn", "tfaEnforcedReasonNotIn", "tfaEnforcedReasonGT", "tfaEnforcedReasonGTE", "tfaEnforcedReasonLT", "tfaEnforcedReasonLTE", "tfaEnforcedReasonContains", "tfaEnforcedReasonHasPrefix", "tfaEnforcedReasonHasSuffix", "tfaEnforcedReasonIsNil", "tfaEnforcedReasonNotNil", "tfaEnforcedReasonEqualFold", "tfaEnforcedReasonContainsFold", "tfaEnforcedBy", "tfaEnforcedByNEQ", "tfaEnforcedByIn", "tfaEnforcedByNotIn", "tfaEnforcedByGT", "tfaEnforcedByGTE", "tfaEnforcedByLT", "tfaEnforcedByLTE", "tfaEnforcedByContains", "tfaEnforcedByHasPrefix", "tfaEnforcedByHasSuffix", "tfaEnforcedByIsNil", "tfaEnforcedByNotNil", "tfaEnforcedByEqualFold", "tfaEnforcedByContainsFold", "tfaEnforcedAt", "tfaEnforcedAtNEQ", "tfaEnforcedAtIn", "tfaEnforcedAtNotIn", "tfaEnforcedAtGT", "tfaEnforcedAtGTE", "tfaEnforcedAtLT", "tfaEnforcedAtLTE", "tfaEnforcedAtIsNil", "tfaEnforcedAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDEqualFold", "organizationIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold", "ssoExempt", "ssoExemptNEQ", "ssoExemptIsNil", "ssoExemptNotNil", "ssoExemptReason", "ssoExemptReasonNEQ", "ssoExemptReasonIn", "ssoExemptReasonNotIn", "ssoExemptReasonContains", "ssoExemptReasonHasPrefix", "ssoExemptReasonHasSuffix", "ssoExemptReasonIsNil", "ssoExemptReasonNotNil", "ssoExemptReasonEqualFold", "ssoExemptReasonContainsFold", "ssoExemptGrantedBy", "ssoExemptGrantedByNEQ", "ssoExemptGrantedByIn", "ssoExemptGrantedByNotIn", "ssoExemptGrantedByContains", "ssoExemptGrantedByHasPrefix", "ssoExemptGrantedByHasSuffix", "ssoExemptGrantedByIsNil", "ssoExemptGrantedByNotNil", "ssoExemptGrantedByEqualFold", "ssoExemptGrantedByContainsFold", "ssoExemptGrantedAt", "ssoExemptGrantedAtGT", "ssoExemptGrantedAtGTE", "ssoExemptGrantedAtLT", "ssoExemptGrantedAtLTE", "ssoExemptGrantedAtIsNil", "ssoExemptGrantedAtNotNil", "tfaEnforced", "tfaEnforcedNEQ", "tfaEnforcedIsNil", "tfaEnforcedNotNil", "tfaEnforcedReason", "tfaEnforcedReasonNEQ", "tfaEnforcedReasonIn", "tfaEnforcedReasonNotIn", "tfaEnforcedReasonContains", "tfaEnforcedReasonHasPrefix", "tfaEnforcedReasonHasSuffix", "tfaEnforcedReasonIsNil", "tfaEnforcedReasonNotNil", "tfaEnforcedReasonEqualFold", "tfaEnforcedReasonContainsFold", "tfaEnforcedBy", "tfaEnforcedByNEQ", "tfaEnforcedByIn", "tfaEnforcedByNotIn", "tfaEnforcedByContains", "tfaEnforcedByHasPrefix", "tfaEnforcedByHasSuffix", "tfaEnforcedByIsNil", "tfaEnforcedByNotNil", "tfaEnforcedByEqualFold", "tfaEnforcedByContainsFold", "tfaEnforcedAt", "tfaEnforcedAtGT", "tfaEnforcedAtGTE", "tfaEnforcedAtLT", "tfaEnforcedAtLTE", "tfaEnforcedAtIsNil", "tfaEnforcedAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -137125,34 +118309,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -137174,27 +118330,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -137251,34 +118386,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -137363,27 +118470,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -137433,27 +118519,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -137524,34 +118589,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -137629,34 +118666,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -137734,34 +118743,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -137867,34 +118848,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.OrganizationIDNotIn = data - case "organizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGT = data - case "organizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGTE = data - case "organizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLT = data - case "organizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLTE = data case "organizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -137958,34 +118911,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138077,34 +119002,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.SSOExemptReasonNotIn = data - case "ssoExemptReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonGT = data - case "ssoExemptReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonGTE = data - case "ssoExemptReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonLT = data - case "ssoExemptReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptReasonLTE = data case "ssoExemptReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138182,34 +119079,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.SSOExemptGrantedByNotIn = data - case "ssoExemptGrantedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByGT = data - case "ssoExemptGrantedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByGTE = data - case "ssoExemptGrantedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByLT = data - case "ssoExemptGrantedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedByLTE = data case "ssoExemptGrantedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138266,27 +119135,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.SSOExemptGrantedAt = data - case "ssoExemptGrantedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtNEQ = data - case "ssoExemptGrantedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtIn = data - case "ssoExemptGrantedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SSOExemptGrantedAtNotIn = data case "ssoExemptGrantedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ssoExemptGrantedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -138385,34 +119233,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.TfaEnforcedReasonNotIn = data - case "tfaEnforcedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonGT = data - case "tfaEnforcedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonGTE = data - case "tfaEnforcedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonLT = data - case "tfaEnforcedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedReasonLTE = data case "tfaEnforcedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138490,34 +119310,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.TfaEnforcedByNotIn = data - case "tfaEnforcedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByGT = data - case "tfaEnforcedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByGTE = data - case "tfaEnforcedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByLT = data - case "tfaEnforcedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedByLTE = data case "tfaEnforcedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138574,27 +119366,6 @@ func (ec *executionContext) unmarshalInputOrgMembershipHistoryWhereInput(ctx con return it, err } it.TfaEnforcedAt = data - case "tfaEnforcedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtNEQ = data - case "tfaEnforcedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtIn = data - case "tfaEnforcedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.TfaEnforcedAtNotIn = data case "tfaEnforcedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("tfaEnforcedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -138694,7 +119465,7 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "parentOrganizationID", "parentOrganizationIDNEQ", "parentOrganizationIDIn", "parentOrganizationIDNotIn", "parentOrganizationIDGT", "parentOrganizationIDGTE", "parentOrganizationIDLT", "parentOrganizationIDLTE", "parentOrganizationIDContains", "parentOrganizationIDHasPrefix", "parentOrganizationIDHasSuffix", "parentOrganizationIDIsNil", "parentOrganizationIDNotNil", "parentOrganizationIDEqualFold", "parentOrganizationIDContainsFold", "personalOrg", "personalOrgNEQ", "personalOrgIsNil", "personalOrgNotNil", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtNEQ", "avatarUpdatedAtIn", "avatarUpdatedAtNotIn", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "slugName", "slugNameNEQ", "slugNameIn", "slugNameNotIn", "slugNameGT", "slugNameGTE", "slugNameLT", "slugNameLTE", "slugNameContains", "slugNameHasPrefix", "slugNameHasSuffix", "slugNameIsNil", "slugNameNotNil", "slugNameEqualFold", "slugNameContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "parentOrganizationID", "parentOrganizationIDNEQ", "parentOrganizationIDIn", "parentOrganizationIDNotIn", "parentOrganizationIDContains", "parentOrganizationIDHasPrefix", "parentOrganizationIDHasSuffix", "parentOrganizationIDIsNil", "parentOrganizationIDNotNil", "parentOrganizationIDEqualFold", "parentOrganizationIDContainsFold", "personalOrg", "personalOrgNEQ", "personalOrgIsNil", "personalOrgNotNil", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "slugName", "slugNameNEQ", "slugNameIn", "slugNameNotIn", "slugNameContains", "slugNameHasPrefix", "slugNameHasSuffix", "slugNameIsNil", "slugNameNotNil", "slugNameEqualFold", "slugNameContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -138750,34 +119521,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -138799,27 +119542,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -138876,34 +119598,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -138988,27 +119682,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -139058,27 +119731,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -139149,34 +119801,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139254,34 +119878,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139359,34 +119955,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139464,34 +120032,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139555,34 +120095,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.ParentOrganizationIDNotIn = data - case "parentOrganizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDGT = data - case "parentOrganizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDGTE = data - case "parentOrganizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDLT = data - case "parentOrganizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentOrganizationIDLTE = data case "parentOrganizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentOrganizationIDContains")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -139688,34 +120200,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139793,34 +120277,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -139877,27 +120333,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.AvatarUpdatedAt = data - case "avatarUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNEQ = data - case "avatarUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtIn = data - case "avatarUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNotIn = data case "avatarUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -139968,34 +120403,6 @@ func (ec *executionContext) unmarshalInputOrganizationHistoryWhereInput(ctx cont return it, err } it.SlugNameNotIn = data - case "slugNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameGT = data - case "slugNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameGTE = data - case "slugNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameLT = data - case "slugNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugNameLTE = data case "slugNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140102,7 +120509,7 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "billingContact", "billingContactNEQ", "billingContactIn", "billingContactNotIn", "billingContactGT", "billingContactGTE", "billingContactLT", "billingContactLTE", "billingContactContains", "billingContactHasPrefix", "billingContactHasSuffix", "billingContactIsNil", "billingContactNotNil", "billingContactEqualFold", "billingContactContainsFold", "billingEmail", "billingEmailNEQ", "billingEmailIn", "billingEmailNotIn", "billingEmailGT", "billingEmailGTE", "billingEmailLT", "billingEmailLTE", "billingEmailContains", "billingEmailHasPrefix", "billingEmailHasSuffix", "billingEmailIsNil", "billingEmailNotNil", "billingEmailEqualFold", "billingEmailContainsFold", "billingPhone", "billingPhoneNEQ", "billingPhoneIn", "billingPhoneNotIn", "billingPhoneGT", "billingPhoneGTE", "billingPhoneLT", "billingPhoneLTE", "billingPhoneContains", "billingPhoneHasPrefix", "billingPhoneHasSuffix", "billingPhoneIsNil", "billingPhoneNotNil", "billingPhoneEqualFold", "billingPhoneContainsFold", "taxIdentifier", "taxIdentifierNEQ", "taxIdentifierIn", "taxIdentifierNotIn", "taxIdentifierGT", "taxIdentifierGTE", "taxIdentifierLT", "taxIdentifierLTE", "taxIdentifierContains", "taxIdentifierHasPrefix", "taxIdentifierHasSuffix", "taxIdentifierIsNil", "taxIdentifierNotNil", "taxIdentifierEqualFold", "taxIdentifierContainsFold", "geoLocation", "geoLocationNEQ", "geoLocationIn", "geoLocationNotIn", "geoLocationIsNil", "geoLocationNotNil", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDGT", "organizationIDGTE", "organizationIDLT", "organizationIDLTE", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "billingNotificationsEnabled", "billingNotificationsEnabledNEQ", "allowMatchingDomainsAutojoin", "allowMatchingDomainsAutojoinNEQ", "allowMatchingDomainsAutojoinIsNil", "allowMatchingDomainsAutojoinNotNil", "identityProvider", "identityProviderNEQ", "identityProviderIn", "identityProviderNotIn", "identityProviderIsNil", "identityProviderNotNil", "identityProviderClientID", "identityProviderClientIDNEQ", "identityProviderClientIDIn", "identityProviderClientIDNotIn", "identityProviderClientIDGT", "identityProviderClientIDGTE", "identityProviderClientIDLT", "identityProviderClientIDLTE", "identityProviderClientIDContains", "identityProviderClientIDHasPrefix", "identityProviderClientIDHasSuffix", "identityProviderClientIDIsNil", "identityProviderClientIDNotNil", "identityProviderClientIDEqualFold", "identityProviderClientIDContainsFold", "identityProviderClientSecret", "identityProviderClientSecretNEQ", "identityProviderClientSecretIn", "identityProviderClientSecretNotIn", "identityProviderClientSecretGT", "identityProviderClientSecretGTE", "identityProviderClientSecretLT", "identityProviderClientSecretLTE", "identityProviderClientSecretContains", "identityProviderClientSecretHasPrefix", "identityProviderClientSecretHasSuffix", "identityProviderClientSecretIsNil", "identityProviderClientSecretNotNil", "identityProviderClientSecretEqualFold", "identityProviderClientSecretContainsFold", "identityProviderMetadataEndpoint", "identityProviderMetadataEndpointNEQ", "identityProviderMetadataEndpointIn", "identityProviderMetadataEndpointNotIn", "identityProviderMetadataEndpointGT", "identityProviderMetadataEndpointGTE", "identityProviderMetadataEndpointLT", "identityProviderMetadataEndpointLTE", "identityProviderMetadataEndpointContains", "identityProviderMetadataEndpointHasPrefix", "identityProviderMetadataEndpointHasSuffix", "identityProviderMetadataEndpointIsNil", "identityProviderMetadataEndpointNotNil", "identityProviderMetadataEndpointEqualFold", "identityProviderMetadataEndpointContainsFold", "identityProviderAuthTested", "identityProviderAuthTestedNEQ", "identityProviderEntityID", "identityProviderEntityIDNEQ", "identityProviderEntityIDIn", "identityProviderEntityIDNotIn", "identityProviderEntityIDGT", "identityProviderEntityIDGTE", "identityProviderEntityIDLT", "identityProviderEntityIDLTE", "identityProviderEntityIDContains", "identityProviderEntityIDHasPrefix", "identityProviderEntityIDHasSuffix", "identityProviderEntityIDIsNil", "identityProviderEntityIDNotNil", "identityProviderEntityIDEqualFold", "identityProviderEntityIDContainsFold", "oidcDiscoveryEndpoint", "oidcDiscoveryEndpointNEQ", "oidcDiscoveryEndpointIn", "oidcDiscoveryEndpointNotIn", "oidcDiscoveryEndpointGT", "oidcDiscoveryEndpointGTE", "oidcDiscoveryEndpointLT", "oidcDiscoveryEndpointLTE", "oidcDiscoveryEndpointContains", "oidcDiscoveryEndpointHasPrefix", "oidcDiscoveryEndpointHasSuffix", "oidcDiscoveryEndpointIsNil", "oidcDiscoveryEndpointNotNil", "oidcDiscoveryEndpointEqualFold", "oidcDiscoveryEndpointContainsFold", "samlSigninURL", "samlSigninURLNEQ", "samlSigninURLIn", "samlSigninURLNotIn", "samlSigninURLGT", "samlSigninURLGTE", "samlSigninURLLT", "samlSigninURLLTE", "samlSigninURLContains", "samlSigninURLHasPrefix", "samlSigninURLHasSuffix", "samlSigninURLIsNil", "samlSigninURLNotNil", "samlSigninURLEqualFold", "samlSigninURLContainsFold", "samlIssuer", "samlIssuerNEQ", "samlIssuerIn", "samlIssuerNotIn", "samlIssuerGT", "samlIssuerGTE", "samlIssuerLT", "samlIssuerLTE", "samlIssuerContains", "samlIssuerHasPrefix", "samlIssuerHasSuffix", "samlIssuerIsNil", "samlIssuerNotNil", "samlIssuerEqualFold", "samlIssuerContainsFold", "samlCert", "samlCertNEQ", "samlCertIn", "samlCertNotIn", "samlCertGT", "samlCertGTE", "samlCertLT", "samlCertLTE", "samlCertContains", "samlCertHasPrefix", "samlCertHasSuffix", "samlCertIsNil", "samlCertNotNil", "samlCertEqualFold", "samlCertContainsFold", "identityProviderLoginEnforced", "identityProviderLoginEnforcedNEQ", "identityProviderJitProvisioning", "identityProviderJitProvisioningNEQ", "multifactorAuthEnforced", "multifactorAuthEnforcedNEQ", "multifactorAuthEnforcedIsNil", "multifactorAuthEnforcedNotNil", "allowSupportAccess", "allowSupportAccessNEQ", "allowSupportAccessIsNil", "allowSupportAccessNotNil", "complianceWebhookToken", "complianceWebhookTokenNEQ", "complianceWebhookTokenIn", "complianceWebhookTokenNotIn", "complianceWebhookTokenGT", "complianceWebhookTokenGTE", "complianceWebhookTokenLT", "complianceWebhookTokenLTE", "complianceWebhookTokenContains", "complianceWebhookTokenHasPrefix", "complianceWebhookTokenHasSuffix", "complianceWebhookTokenIsNil", "complianceWebhookTokenNotNil", "complianceWebhookTokenEqualFold", "complianceWebhookTokenContainsFold", "paymentMethodAdded", "paymentMethodAddedNEQ", "pendingDeletionAt", "pendingDeletionAtNEQ", "pendingDeletionAtIn", "pendingDeletionAtNotIn", "pendingDeletionAtGT", "pendingDeletionAtGTE", "pendingDeletionAtLT", "pendingDeletionAtLTE", "pendingDeletionAtIsNil", "pendingDeletionAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "billingContact", "billingContactNEQ", "billingContactIn", "billingContactNotIn", "billingContactContains", "billingContactHasPrefix", "billingContactHasSuffix", "billingContactIsNil", "billingContactNotNil", "billingContactEqualFold", "billingContactContainsFold", "billingEmail", "billingEmailNEQ", "billingEmailIn", "billingEmailNotIn", "billingEmailContains", "billingEmailHasPrefix", "billingEmailHasSuffix", "billingEmailIsNil", "billingEmailNotNil", "billingEmailEqualFold", "billingEmailContainsFold", "billingPhone", "billingPhoneNEQ", "billingPhoneIn", "billingPhoneNotIn", "billingPhoneContains", "billingPhoneHasPrefix", "billingPhoneHasSuffix", "billingPhoneIsNil", "billingPhoneNotNil", "billingPhoneEqualFold", "billingPhoneContainsFold", "taxIdentifier", "taxIdentifierNEQ", "taxIdentifierIn", "taxIdentifierNotIn", "taxIdentifierContains", "taxIdentifierHasPrefix", "taxIdentifierHasSuffix", "taxIdentifierIsNil", "taxIdentifierNotNil", "taxIdentifierEqualFold", "taxIdentifierContainsFold", "geoLocation", "geoLocationNEQ", "geoLocationIn", "geoLocationNotIn", "geoLocationIsNil", "geoLocationNotNil", "organizationID", "organizationIDNEQ", "organizationIDIn", "organizationIDNotIn", "organizationIDContains", "organizationIDHasPrefix", "organizationIDHasSuffix", "organizationIDIsNil", "organizationIDNotNil", "organizationIDEqualFold", "organizationIDContainsFold", "billingNotificationsEnabled", "billingNotificationsEnabledNEQ", "allowMatchingDomainsAutojoin", "allowMatchingDomainsAutojoinNEQ", "allowMatchingDomainsAutojoinIsNil", "allowMatchingDomainsAutojoinNotNil", "identityProvider", "identityProviderNEQ", "identityProviderIn", "identityProviderNotIn", "identityProviderIsNil", "identityProviderNotNil", "identityProviderClientID", "identityProviderClientIDNEQ", "identityProviderClientIDIn", "identityProviderClientIDNotIn", "identityProviderClientIDContains", "identityProviderClientIDHasPrefix", "identityProviderClientIDHasSuffix", "identityProviderClientIDIsNil", "identityProviderClientIDNotNil", "identityProviderClientIDEqualFold", "identityProviderClientIDContainsFold", "identityProviderClientSecret", "identityProviderClientSecretNEQ", "identityProviderClientSecretIn", "identityProviderClientSecretNotIn", "identityProviderClientSecretContains", "identityProviderClientSecretHasPrefix", "identityProviderClientSecretHasSuffix", "identityProviderClientSecretIsNil", "identityProviderClientSecretNotNil", "identityProviderClientSecretEqualFold", "identityProviderClientSecretContainsFold", "identityProviderMetadataEndpoint", "identityProviderMetadataEndpointNEQ", "identityProviderMetadataEndpointIn", "identityProviderMetadataEndpointNotIn", "identityProviderMetadataEndpointContains", "identityProviderMetadataEndpointHasPrefix", "identityProviderMetadataEndpointHasSuffix", "identityProviderMetadataEndpointIsNil", "identityProviderMetadataEndpointNotNil", "identityProviderMetadataEndpointEqualFold", "identityProviderMetadataEndpointContainsFold", "identityProviderAuthTested", "identityProviderAuthTestedNEQ", "identityProviderEntityID", "identityProviderEntityIDNEQ", "identityProviderEntityIDIn", "identityProviderEntityIDNotIn", "identityProviderEntityIDContains", "identityProviderEntityIDHasPrefix", "identityProviderEntityIDHasSuffix", "identityProviderEntityIDIsNil", "identityProviderEntityIDNotNil", "identityProviderEntityIDEqualFold", "identityProviderEntityIDContainsFold", "oidcDiscoveryEndpoint", "oidcDiscoveryEndpointNEQ", "oidcDiscoveryEndpointIn", "oidcDiscoveryEndpointNotIn", "oidcDiscoveryEndpointContains", "oidcDiscoveryEndpointHasPrefix", "oidcDiscoveryEndpointHasSuffix", "oidcDiscoveryEndpointIsNil", "oidcDiscoveryEndpointNotNil", "oidcDiscoveryEndpointEqualFold", "oidcDiscoveryEndpointContainsFold", "samlSigninURL", "samlSigninURLNEQ", "samlSigninURLIn", "samlSigninURLNotIn", "samlSigninURLContains", "samlSigninURLHasPrefix", "samlSigninURLHasSuffix", "samlSigninURLIsNil", "samlSigninURLNotNil", "samlSigninURLEqualFold", "samlSigninURLContainsFold", "samlIssuer", "samlIssuerNEQ", "samlIssuerIn", "samlIssuerNotIn", "samlIssuerContains", "samlIssuerHasPrefix", "samlIssuerHasSuffix", "samlIssuerIsNil", "samlIssuerNotNil", "samlIssuerEqualFold", "samlIssuerContainsFold", "samlCert", "samlCertNEQ", "samlCertIn", "samlCertNotIn", "samlCertContains", "samlCertHasPrefix", "samlCertHasSuffix", "samlCertIsNil", "samlCertNotNil", "samlCertEqualFold", "samlCertContainsFold", "identityProviderLoginEnforced", "identityProviderLoginEnforcedNEQ", "identityProviderJitProvisioning", "identityProviderJitProvisioningNEQ", "multifactorAuthEnforced", "multifactorAuthEnforcedNEQ", "multifactorAuthEnforcedIsNil", "multifactorAuthEnforcedNotNil", "allowSupportAccess", "allowSupportAccessNEQ", "allowSupportAccessIsNil", "allowSupportAccessNotNil", "complianceWebhookToken", "complianceWebhookTokenNEQ", "complianceWebhookTokenIn", "complianceWebhookTokenNotIn", "complianceWebhookTokenContains", "complianceWebhookTokenHasPrefix", "complianceWebhookTokenHasSuffix", "complianceWebhookTokenIsNil", "complianceWebhookTokenNotNil", "complianceWebhookTokenEqualFold", "complianceWebhookTokenContainsFold", "paymentMethodAdded", "paymentMethodAddedNEQ", "pendingDeletionAt", "pendingDeletionAtGT", "pendingDeletionAtGTE", "pendingDeletionAtLT", "pendingDeletionAtLTE", "pendingDeletionAtIsNil", "pendingDeletionAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -140158,34 +120565,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -140207,27 +120586,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -140284,34 +120642,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140396,27 +120726,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -140466,27 +120775,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -140557,34 +120845,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140662,34 +120922,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140767,34 +120999,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140872,34 +121076,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.BillingContactNotIn = data - case "billingContactGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactGT = data - case "billingContactGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactGTE = data - case "billingContactLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactLT = data - case "billingContactLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingContactLTE = data case "billingContactContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingContactContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -140977,34 +121153,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.BillingEmailNotIn = data - case "billingEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailGT = data - case "billingEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailGTE = data - case "billingEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailLT = data - case "billingEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingEmailLTE = data case "billingEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141082,34 +121230,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.BillingPhoneNotIn = data - case "billingPhoneGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneGT = data - case "billingPhoneGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneGTE = data - case "billingPhoneLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneLT = data - case "billingPhoneLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BillingPhoneLTE = data case "billingPhoneContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("billingPhoneContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141187,34 +121307,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.TaxIdentifierNotIn = data - case "taxIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierGT = data - case "taxIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierGTE = data - case "taxIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierLT = data - case "taxIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaxIdentifierLTE = data case "taxIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taxIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141334,34 +121426,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.OrganizationIDNotIn = data - case "organizationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGT = data - case "organizationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDGTE = data - case "organizationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLT = data - case "organizationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OrganizationIDLTE = data case "organizationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("organizationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141523,34 +121587,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.IdentityProviderClientIDNotIn = data - case "identityProviderClientIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDGT = data - case "identityProviderClientIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDGTE = data - case "identityProviderClientIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDLT = data - case "identityProviderClientIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientIDLTE = data case "identityProviderClientIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141628,34 +121664,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.IdentityProviderClientSecretNotIn = data - case "identityProviderClientSecretGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretGT = data - case "identityProviderClientSecretGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretGTE = data - case "identityProviderClientSecretLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretLT = data - case "identityProviderClientSecretLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderClientSecretLTE = data case "identityProviderClientSecretContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderClientSecretContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141733,34 +121741,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.IdentityProviderMetadataEndpointNotIn = data - case "identityProviderMetadataEndpointGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointGT = data - case "identityProviderMetadataEndpointGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointGTE = data - case "identityProviderMetadataEndpointLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointLT = data - case "identityProviderMetadataEndpointLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderMetadataEndpointLTE = data case "identityProviderMetadataEndpointContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderMetadataEndpointContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141852,34 +121832,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.IdentityProviderEntityIDNotIn = data - case "identityProviderEntityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDGT = data - case "identityProviderEntityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDGTE = data - case "identityProviderEntityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDLT = data - case "identityProviderEntityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdentityProviderEntityIDLTE = data case "identityProviderEntityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("identityProviderEntityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -141957,34 +121909,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.OidcDiscoveryEndpointNotIn = data - case "oidcDiscoveryEndpointGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointGT = data - case "oidcDiscoveryEndpointGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointGTE = data - case "oidcDiscoveryEndpointLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointLT = data - case "oidcDiscoveryEndpointLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OidcDiscoveryEndpointLTE = data case "oidcDiscoveryEndpointContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("oidcDiscoveryEndpointContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142062,34 +121986,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.SamlSigninURLNotIn = data - case "samlSigninURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLGT = data - case "samlSigninURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLGTE = data - case "samlSigninURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLLT = data - case "samlSigninURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlSigninURLLTE = data case "samlSigninURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlSigninURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142167,34 +122063,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.SamlIssuerNotIn = data - case "samlIssuerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerGT = data - case "samlIssuerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerGTE = data - case "samlIssuerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerLT = data - case "samlIssuerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlIssuerLTE = data case "samlIssuerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlIssuerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142272,34 +122140,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.SamlCertNotIn = data - case "samlCertGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertGT = data - case "samlCertGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertGTE = data - case "samlCertLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertLT = data - case "samlCertLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SamlCertLTE = data case "samlCertContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("samlCertContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142461,34 +122301,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.ComplianceWebhookTokenNotIn = data - case "complianceWebhookTokenGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenGT = data - case "complianceWebhookTokenGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenGTE = data - case "complianceWebhookTokenLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenLT = data - case "complianceWebhookTokenLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ComplianceWebhookTokenLTE = data case "complianceWebhookTokenContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("complianceWebhookTokenContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142559,27 +122371,6 @@ func (ec *executionContext) unmarshalInputOrganizationSettingHistoryWhereInput(c return it, err } it.PendingDeletionAt = data - case "pendingDeletionAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtNEQ = data - case "pendingDeletionAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtIn = data - case "pendingDeletionAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PendingDeletionAtNotIn = data case "pendingDeletionAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pendingDeletionAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -142679,7 +122470,7 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerGT", "internalOwnerGTE", "internalOwnerLT", "internalOwnerLTE", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDGT", "internalOwnerUserIDGTE", "internalOwnerUserIDLT", "internalOwnerUserIDLTE", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDGT", "internalOwnerGroupIDGTE", "internalOwnerGroupIDLT", "internalOwnerGroupIDLTE", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "businessOwner", "businessOwnerNEQ", "businessOwnerIn", "businessOwnerNotIn", "businessOwnerGT", "businessOwnerGTE", "businessOwnerLT", "businessOwnerLTE", "businessOwnerContains", "businessOwnerHasPrefix", "businessOwnerHasSuffix", "businessOwnerIsNil", "businessOwnerNotNil", "businessOwnerEqualFold", "businessOwnerContainsFold", "businessOwnerUserID", "businessOwnerUserIDNEQ", "businessOwnerUserIDIn", "businessOwnerUserIDNotIn", "businessOwnerUserIDGT", "businessOwnerUserIDGTE", "businessOwnerUserIDLT", "businessOwnerUserIDLTE", "businessOwnerUserIDContains", "businessOwnerUserIDHasPrefix", "businessOwnerUserIDHasSuffix", "businessOwnerUserIDIsNil", "businessOwnerUserIDNotNil", "businessOwnerUserIDEqualFold", "businessOwnerUserIDContainsFold", "businessOwnerGroupID", "businessOwnerGroupIDNEQ", "businessOwnerGroupIDIn", "businessOwnerGroupIDNotIn", "businessOwnerGroupIDGT", "businessOwnerGroupIDGTE", "businessOwnerGroupIDLT", "businessOwnerGroupIDLTE", "businessOwnerGroupIDContains", "businessOwnerGroupIDHasPrefix", "businessOwnerGroupIDHasSuffix", "businessOwnerGroupIDIsNil", "businessOwnerGroupIDNotNil", "businessOwnerGroupIDEqualFold", "businessOwnerGroupIDContainsFold", "technicalOwner", "technicalOwnerNEQ", "technicalOwnerIn", "technicalOwnerNotIn", "technicalOwnerGT", "technicalOwnerGTE", "technicalOwnerLT", "technicalOwnerLTE", "technicalOwnerContains", "technicalOwnerHasPrefix", "technicalOwnerHasSuffix", "technicalOwnerIsNil", "technicalOwnerNotNil", "technicalOwnerEqualFold", "technicalOwnerContainsFold", "technicalOwnerUserID", "technicalOwnerUserIDNEQ", "technicalOwnerUserIDIn", "technicalOwnerUserIDNotIn", "technicalOwnerUserIDGT", "technicalOwnerUserIDGTE", "technicalOwnerUserIDLT", "technicalOwnerUserIDLTE", "technicalOwnerUserIDContains", "technicalOwnerUserIDHasPrefix", "technicalOwnerUserIDHasSuffix", "technicalOwnerUserIDIsNil", "technicalOwnerUserIDNotNil", "technicalOwnerUserIDEqualFold", "technicalOwnerUserIDContainsFold", "technicalOwnerGroupID", "technicalOwnerGroupIDNEQ", "technicalOwnerGroupIDIn", "technicalOwnerGroupIDNotIn", "technicalOwnerGroupIDGT", "technicalOwnerGroupIDGTE", "technicalOwnerGroupIDLT", "technicalOwnerGroupIDLTE", "technicalOwnerGroupIDContains", "technicalOwnerGroupIDHasPrefix", "technicalOwnerGroupIDHasSuffix", "technicalOwnerGroupIDIsNil", "technicalOwnerGroupIDNotNil", "technicalOwnerGroupIDEqualFold", "technicalOwnerGroupIDContainsFold", "securityOwner", "securityOwnerNEQ", "securityOwnerIn", "securityOwnerNotIn", "securityOwnerGT", "securityOwnerGTE", "securityOwnerLT", "securityOwnerLTE", "securityOwnerContains", "securityOwnerHasPrefix", "securityOwnerHasSuffix", "securityOwnerIsNil", "securityOwnerNotNil", "securityOwnerEqualFold", "securityOwnerContainsFold", "securityOwnerUserID", "securityOwnerUserIDNEQ", "securityOwnerUserIDIn", "securityOwnerUserIDNotIn", "securityOwnerUserIDGT", "securityOwnerUserIDGTE", "securityOwnerUserIDLT", "securityOwnerUserIDLTE", "securityOwnerUserIDContains", "securityOwnerUserIDHasPrefix", "securityOwnerUserIDHasSuffix", "securityOwnerUserIDIsNil", "securityOwnerUserIDNotNil", "securityOwnerUserIDEqualFold", "securityOwnerUserIDContainsFold", "securityOwnerGroupID", "securityOwnerGroupIDNEQ", "securityOwnerGroupIDIn", "securityOwnerGroupIDNotIn", "securityOwnerGroupIDGT", "securityOwnerGroupIDGTE", "securityOwnerGroupIDLT", "securityOwnerGroupIDLTE", "securityOwnerGroupIDContains", "securityOwnerGroupIDHasPrefix", "securityOwnerGroupIDHasSuffix", "securityOwnerGroupIDIsNil", "securityOwnerGroupIDNotNil", "securityOwnerGroupIDEqualFold", "securityOwnerGroupIDContainsFold", "platformKindName", "platformKindNameNEQ", "platformKindNameIn", "platformKindNameNotIn", "platformKindNameGT", "platformKindNameGTE", "platformKindNameLT", "platformKindNameLTE", "platformKindNameContains", "platformKindNameHasPrefix", "platformKindNameHasSuffix", "platformKindNameIsNil", "platformKindNameNotNil", "platformKindNameEqualFold", "platformKindNameContainsFold", "platformKindID", "platformKindIDNEQ", "platformKindIDIn", "platformKindIDNotIn", "platformKindIDGT", "platformKindIDGTE", "platformKindIDLT", "platformKindIDLTE", "platformKindIDContains", "platformKindIDHasPrefix", "platformKindIDHasSuffix", "platformKindIDIsNil", "platformKindIDNotNil", "platformKindIDEqualFold", "platformKindIDContainsFold", "platformDataClassificationName", "platformDataClassificationNameNEQ", "platformDataClassificationNameIn", "platformDataClassificationNameNotIn", "platformDataClassificationNameGT", "platformDataClassificationNameGTE", "platformDataClassificationNameLT", "platformDataClassificationNameLTE", "platformDataClassificationNameContains", "platformDataClassificationNameHasPrefix", "platformDataClassificationNameHasSuffix", "platformDataClassificationNameIsNil", "platformDataClassificationNameNotNil", "platformDataClassificationNameEqualFold", "platformDataClassificationNameContainsFold", "platformDataClassificationID", "platformDataClassificationIDNEQ", "platformDataClassificationIDIn", "platformDataClassificationIDNotIn", "platformDataClassificationIDGT", "platformDataClassificationIDGTE", "platformDataClassificationIDLT", "platformDataClassificationIDLTE", "platformDataClassificationIDContains", "platformDataClassificationIDHasPrefix", "platformDataClassificationIDHasSuffix", "platformDataClassificationIDIsNil", "platformDataClassificationIDNotNil", "platformDataClassificationIDEqualFold", "platformDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameGT", "accessModelNameGTE", "accessModelNameLT", "accessModelNameLTE", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDGT", "accessModelIDGTE", "accessModelIDLT", "accessModelIDLTE", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameGT", "encryptionStatusNameGTE", "encryptionStatusNameLT", "encryptionStatusNameLTE", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDGT", "encryptionStatusIDGTE", "encryptionStatusIDLT", "encryptionStatusIDLTE", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameGT", "securityTierNameGTE", "securityTierNameLT", "securityTierNameLTE", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDGT", "securityTierIDGTE", "securityTierIDLT", "securityTierIDLTE", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameGT", "criticalityNameGTE", "criticalityNameLT", "criticalityNameLTE", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDGT", "criticalityIDGTE", "criticalityIDLT", "criticalityIDLTE", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "businessPurpose", "businessPurposeNEQ", "businessPurposeIn", "businessPurposeNotIn", "businessPurposeGT", "businessPurposeGTE", "businessPurposeLT", "businessPurposeLTE", "businessPurposeContains", "businessPurposeHasPrefix", "businessPurposeHasSuffix", "businessPurposeIsNil", "businessPurposeNotNil", "businessPurposeEqualFold", "businessPurposeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationGT", "physicalLocationGTE", "physicalLocationLT", "physicalLocationLTE", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionGT", "regionGTE", "regionLT", "regionLTE", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierGT", "sourceIdentifierGTE", "sourceIdentifierLT", "sourceIdentifierLTE", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterGT", "costCenterGTE", "costCenterLT", "costCenterLTE", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateNEQ", "purchaseDateIn", "purchaseDateNotIn", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "platformOwnerID", "platformOwnerIDNEQ", "platformOwnerIDIn", "platformOwnerIDNotIn", "platformOwnerIDGT", "platformOwnerIDGTE", "platformOwnerIDLT", "platformOwnerIDLTE", "platformOwnerIDContains", "platformOwnerIDHasPrefix", "platformOwnerIDHasSuffix", "platformOwnerIDIsNil", "platformOwnerIDNotNil", "platformOwnerIDEqualFold", "platformOwnerIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDGT", "externalReferenceIDGTE", "externalReferenceIDLT", "externalReferenceIDLTE", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "internalOwner", "internalOwnerNEQ", "internalOwnerIn", "internalOwnerNotIn", "internalOwnerContains", "internalOwnerHasPrefix", "internalOwnerHasSuffix", "internalOwnerIsNil", "internalOwnerNotNil", "internalOwnerEqualFold", "internalOwnerContainsFold", "internalOwnerUserID", "internalOwnerUserIDNEQ", "internalOwnerUserIDIn", "internalOwnerUserIDNotIn", "internalOwnerUserIDContains", "internalOwnerUserIDHasPrefix", "internalOwnerUserIDHasSuffix", "internalOwnerUserIDIsNil", "internalOwnerUserIDNotNil", "internalOwnerUserIDEqualFold", "internalOwnerUserIDContainsFold", "internalOwnerGroupID", "internalOwnerGroupIDNEQ", "internalOwnerGroupIDIn", "internalOwnerGroupIDNotIn", "internalOwnerGroupIDContains", "internalOwnerGroupIDHasPrefix", "internalOwnerGroupIDHasSuffix", "internalOwnerGroupIDIsNil", "internalOwnerGroupIDNotNil", "internalOwnerGroupIDEqualFold", "internalOwnerGroupIDContainsFold", "businessOwner", "businessOwnerNEQ", "businessOwnerIn", "businessOwnerNotIn", "businessOwnerContains", "businessOwnerHasPrefix", "businessOwnerHasSuffix", "businessOwnerIsNil", "businessOwnerNotNil", "businessOwnerEqualFold", "businessOwnerContainsFold", "businessOwnerUserID", "businessOwnerUserIDNEQ", "businessOwnerUserIDIn", "businessOwnerUserIDNotIn", "businessOwnerUserIDContains", "businessOwnerUserIDHasPrefix", "businessOwnerUserIDHasSuffix", "businessOwnerUserIDIsNil", "businessOwnerUserIDNotNil", "businessOwnerUserIDEqualFold", "businessOwnerUserIDContainsFold", "businessOwnerGroupID", "businessOwnerGroupIDNEQ", "businessOwnerGroupIDIn", "businessOwnerGroupIDNotIn", "businessOwnerGroupIDContains", "businessOwnerGroupIDHasPrefix", "businessOwnerGroupIDHasSuffix", "businessOwnerGroupIDIsNil", "businessOwnerGroupIDNotNil", "businessOwnerGroupIDEqualFold", "businessOwnerGroupIDContainsFold", "technicalOwner", "technicalOwnerNEQ", "technicalOwnerIn", "technicalOwnerNotIn", "technicalOwnerContains", "technicalOwnerHasPrefix", "technicalOwnerHasSuffix", "technicalOwnerIsNil", "technicalOwnerNotNil", "technicalOwnerEqualFold", "technicalOwnerContainsFold", "technicalOwnerUserID", "technicalOwnerUserIDNEQ", "technicalOwnerUserIDIn", "technicalOwnerUserIDNotIn", "technicalOwnerUserIDContains", "technicalOwnerUserIDHasPrefix", "technicalOwnerUserIDHasSuffix", "technicalOwnerUserIDIsNil", "technicalOwnerUserIDNotNil", "technicalOwnerUserIDEqualFold", "technicalOwnerUserIDContainsFold", "technicalOwnerGroupID", "technicalOwnerGroupIDNEQ", "technicalOwnerGroupIDIn", "technicalOwnerGroupIDNotIn", "technicalOwnerGroupIDContains", "technicalOwnerGroupIDHasPrefix", "technicalOwnerGroupIDHasSuffix", "technicalOwnerGroupIDIsNil", "technicalOwnerGroupIDNotNil", "technicalOwnerGroupIDEqualFold", "technicalOwnerGroupIDContainsFold", "securityOwner", "securityOwnerNEQ", "securityOwnerIn", "securityOwnerNotIn", "securityOwnerContains", "securityOwnerHasPrefix", "securityOwnerHasSuffix", "securityOwnerIsNil", "securityOwnerNotNil", "securityOwnerEqualFold", "securityOwnerContainsFold", "securityOwnerUserID", "securityOwnerUserIDNEQ", "securityOwnerUserIDIn", "securityOwnerUserIDNotIn", "securityOwnerUserIDContains", "securityOwnerUserIDHasPrefix", "securityOwnerUserIDHasSuffix", "securityOwnerUserIDIsNil", "securityOwnerUserIDNotNil", "securityOwnerUserIDEqualFold", "securityOwnerUserIDContainsFold", "securityOwnerGroupID", "securityOwnerGroupIDNEQ", "securityOwnerGroupIDIn", "securityOwnerGroupIDNotIn", "securityOwnerGroupIDContains", "securityOwnerGroupIDHasPrefix", "securityOwnerGroupIDHasSuffix", "securityOwnerGroupIDIsNil", "securityOwnerGroupIDNotNil", "securityOwnerGroupIDEqualFold", "securityOwnerGroupIDContainsFold", "platformKindName", "platformKindNameNEQ", "platformKindNameIn", "platformKindNameNotIn", "platformKindNameContains", "platformKindNameHasPrefix", "platformKindNameHasSuffix", "platformKindNameIsNil", "platformKindNameNotNil", "platformKindNameEqualFold", "platformKindNameContainsFold", "platformKindID", "platformKindIDNEQ", "platformKindIDIn", "platformKindIDNotIn", "platformKindIDContains", "platformKindIDHasPrefix", "platformKindIDHasSuffix", "platformKindIDIsNil", "platformKindIDNotNil", "platformKindIDEqualFold", "platformKindIDContainsFold", "platformDataClassificationName", "platformDataClassificationNameNEQ", "platformDataClassificationNameIn", "platformDataClassificationNameNotIn", "platformDataClassificationNameContains", "platformDataClassificationNameHasPrefix", "platformDataClassificationNameHasSuffix", "platformDataClassificationNameIsNil", "platformDataClassificationNameNotNil", "platformDataClassificationNameEqualFold", "platformDataClassificationNameContainsFold", "platformDataClassificationID", "platformDataClassificationIDNEQ", "platformDataClassificationIDIn", "platformDataClassificationIDNotIn", "platformDataClassificationIDContains", "platformDataClassificationIDHasPrefix", "platformDataClassificationIDHasSuffix", "platformDataClassificationIDIsNil", "platformDataClassificationIDNotNil", "platformDataClassificationIDEqualFold", "platformDataClassificationIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "accessModelName", "accessModelNameNEQ", "accessModelNameIn", "accessModelNameNotIn", "accessModelNameContains", "accessModelNameHasPrefix", "accessModelNameHasSuffix", "accessModelNameIsNil", "accessModelNameNotNil", "accessModelNameEqualFold", "accessModelNameContainsFold", "accessModelID", "accessModelIDNEQ", "accessModelIDIn", "accessModelIDNotIn", "accessModelIDContains", "accessModelIDHasPrefix", "accessModelIDHasSuffix", "accessModelIDIsNil", "accessModelIDNotNil", "accessModelIDEqualFold", "accessModelIDContainsFold", "encryptionStatusName", "encryptionStatusNameNEQ", "encryptionStatusNameIn", "encryptionStatusNameNotIn", "encryptionStatusNameContains", "encryptionStatusNameHasPrefix", "encryptionStatusNameHasSuffix", "encryptionStatusNameIsNil", "encryptionStatusNameNotNil", "encryptionStatusNameEqualFold", "encryptionStatusNameContainsFold", "encryptionStatusID", "encryptionStatusIDNEQ", "encryptionStatusIDIn", "encryptionStatusIDNotIn", "encryptionStatusIDContains", "encryptionStatusIDHasPrefix", "encryptionStatusIDHasSuffix", "encryptionStatusIDIsNil", "encryptionStatusIDNotNil", "encryptionStatusIDEqualFold", "encryptionStatusIDContainsFold", "securityTierName", "securityTierNameNEQ", "securityTierNameIn", "securityTierNameNotIn", "securityTierNameContains", "securityTierNameHasPrefix", "securityTierNameHasSuffix", "securityTierNameIsNil", "securityTierNameNotNil", "securityTierNameEqualFold", "securityTierNameContainsFold", "securityTierID", "securityTierIDNEQ", "securityTierIDIn", "securityTierIDNotIn", "securityTierIDContains", "securityTierIDHasPrefix", "securityTierIDHasSuffix", "securityTierIDIsNil", "securityTierIDNotNil", "securityTierIDEqualFold", "securityTierIDContainsFold", "criticalityName", "criticalityNameNEQ", "criticalityNameIn", "criticalityNameNotIn", "criticalityNameContains", "criticalityNameHasPrefix", "criticalityNameHasSuffix", "criticalityNameIsNil", "criticalityNameNotNil", "criticalityNameEqualFold", "criticalityNameContainsFold", "criticalityID", "criticalityIDNEQ", "criticalityIDIn", "criticalityIDNotIn", "criticalityIDContains", "criticalityIDHasPrefix", "criticalityIDHasSuffix", "criticalityIDIsNil", "criticalityIDNotNil", "criticalityIDEqualFold", "criticalityIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "businessPurpose", "businessPurposeNEQ", "businessPurposeIn", "businessPurposeNotIn", "businessPurposeContains", "businessPurposeHasPrefix", "businessPurposeHasSuffix", "businessPurposeIsNil", "businessPurposeNotNil", "businessPurposeEqualFold", "businessPurposeContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "physicalLocation", "physicalLocationNEQ", "physicalLocationIn", "physicalLocationNotIn", "physicalLocationContains", "physicalLocationHasPrefix", "physicalLocationHasSuffix", "physicalLocationIsNil", "physicalLocationNotNil", "physicalLocationEqualFold", "physicalLocationContainsFold", "region", "regionNEQ", "regionIn", "regionNotIn", "regionContains", "regionHasPrefix", "regionHasSuffix", "regionIsNil", "regionNotNil", "regionEqualFold", "regionContainsFold", "containsPii", "containsPiiNEQ", "containsPiiIsNil", "containsPiiNotNil", "sourceType", "sourceTypeNEQ", "sourceTypeIn", "sourceTypeNotIn", "sourceIdentifier", "sourceIdentifierNEQ", "sourceIdentifierIn", "sourceIdentifierNotIn", "sourceIdentifierContains", "sourceIdentifierHasPrefix", "sourceIdentifierHasSuffix", "sourceIdentifierIsNil", "sourceIdentifierNotNil", "sourceIdentifierEqualFold", "sourceIdentifierContainsFold", "costCenter", "costCenterNEQ", "costCenterIn", "costCenterNotIn", "costCenterContains", "costCenterHasPrefix", "costCenterHasSuffix", "costCenterIsNil", "costCenterNotNil", "costCenterEqualFold", "costCenterContainsFold", "estimatedMonthlyCost", "estimatedMonthlyCostNEQ", "estimatedMonthlyCostIn", "estimatedMonthlyCostNotIn", "estimatedMonthlyCostGT", "estimatedMonthlyCostGTE", "estimatedMonthlyCostLT", "estimatedMonthlyCostLTE", "estimatedMonthlyCostIsNil", "estimatedMonthlyCostNotNil", "purchaseDate", "purchaseDateGT", "purchaseDateGTE", "purchaseDateLT", "purchaseDateLTE", "purchaseDateIsNil", "purchaseDateNotNil", "platformOwnerID", "platformOwnerIDNEQ", "platformOwnerIDIn", "platformOwnerIDNotIn", "platformOwnerIDContains", "platformOwnerIDHasPrefix", "platformOwnerIDHasSuffix", "platformOwnerIDIsNil", "platformOwnerIDNotNil", "platformOwnerIDEqualFold", "platformOwnerIDContainsFold", "externalReferenceID", "externalReferenceIDNEQ", "externalReferenceIDIn", "externalReferenceIDNotIn", "externalReferenceIDContains", "externalReferenceIDHasPrefix", "externalReferenceIDHasSuffix", "externalReferenceIDIsNil", "externalReferenceIDNotNil", "externalReferenceIDEqualFold", "externalReferenceIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -142735,34 +122526,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -142784,27 +122547,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -142861,34 +122603,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -142973,27 +122687,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -143043,27 +122736,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -143134,34 +122806,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143239,34 +122883,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143344,34 +122960,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143449,34 +123037,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143540,34 +123100,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143645,34 +123177,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.InternalOwnerNotIn = data - case "internalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGT = data - case "internalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGTE = data - case "internalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLT = data - case "internalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerLTE = data case "internalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143750,34 +123254,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.InternalOwnerUserIDNotIn = data - case "internalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGT = data - case "internalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDGTE = data - case "internalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLT = data - case "internalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerUserIDLTE = data case "internalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143855,34 +123331,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.InternalOwnerGroupIDNotIn = data - case "internalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGT = data - case "internalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDGTE = data - case "internalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLT = data - case "internalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalOwnerGroupIDLTE = data case "internalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -143960,34 +123408,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.BusinessOwnerNotIn = data - case "businessOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGT = data - case "businessOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGTE = data - case "businessOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerLT = data - case "businessOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerLTE = data case "businessOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144065,34 +123485,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.BusinessOwnerUserIDNotIn = data - case "businessOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDGT = data - case "businessOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDGTE = data - case "businessOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDLT = data - case "businessOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerUserIDLTE = data case "businessOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144170,34 +123562,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.BusinessOwnerGroupIDNotIn = data - case "businessOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDGT = data - case "businessOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDGTE = data - case "businessOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDLT = data - case "businessOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessOwnerGroupIDLTE = data case "businessOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144275,34 +123639,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.TechnicalOwnerNotIn = data - case "technicalOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGT = data - case "technicalOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGTE = data - case "technicalOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerLT = data - case "technicalOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerLTE = data case "technicalOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144380,34 +123716,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.TechnicalOwnerUserIDNotIn = data - case "technicalOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDGT = data - case "technicalOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDGTE = data - case "technicalOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDLT = data - case "technicalOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerUserIDLTE = data case "technicalOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144485,34 +123793,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.TechnicalOwnerGroupIDNotIn = data - case "technicalOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDGT = data - case "technicalOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDGTE = data - case "technicalOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDLT = data - case "technicalOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TechnicalOwnerGroupIDLTE = data case "technicalOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("technicalOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144590,34 +123870,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SecurityOwnerNotIn = data - case "securityOwnerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGT = data - case "securityOwnerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGTE = data - case "securityOwnerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerLT = data - case "securityOwnerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerLTE = data case "securityOwnerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144695,34 +123947,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SecurityOwnerUserIDNotIn = data - case "securityOwnerUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDGT = data - case "securityOwnerUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDGTE = data - case "securityOwnerUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDLT = data - case "securityOwnerUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerUserIDLTE = data case "securityOwnerUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144800,34 +124024,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SecurityOwnerGroupIDNotIn = data - case "securityOwnerGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDGT = data - case "securityOwnerGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDGTE = data - case "securityOwnerGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDLT = data - case "securityOwnerGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityOwnerGroupIDLTE = data case "securityOwnerGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityOwnerGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -144905,34 +124101,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PlatformKindNameNotIn = data - case "platformKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameGT = data - case "platformKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameGTE = data - case "platformKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameLT = data - case "platformKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindNameLTE = data case "platformKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145010,34 +124178,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PlatformKindIDNotIn = data - case "platformKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDGT = data - case "platformKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDGTE = data - case "platformKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDLT = data - case "platformKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformKindIDLTE = data case "platformKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145115,34 +124255,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PlatformDataClassificationNameNotIn = data - case "platformDataClassificationNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameGT = data - case "platformDataClassificationNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameGTE = data - case "platformDataClassificationNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameLT = data - case "platformDataClassificationNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationNameLTE = data case "platformDataClassificationNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145220,34 +124332,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PlatformDataClassificationIDNotIn = data - case "platformDataClassificationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDGT = data - case "platformDataClassificationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDGTE = data - case "platformDataClassificationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDLT = data - case "platformDataClassificationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformDataClassificationIDLTE = data case "platformDataClassificationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformDataClassificationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145325,34 +124409,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145430,34 +124486,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145535,34 +124563,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145640,34 +124640,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145745,34 +124717,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.AccessModelNameNotIn = data - case "accessModelNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGT = data - case "accessModelNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameGTE = data - case "accessModelNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLT = data - case "accessModelNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelNameLTE = data case "accessModelNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145850,34 +124794,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.AccessModelIDNotIn = data - case "accessModelIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGT = data - case "accessModelIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDGTE = data - case "accessModelIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLT = data - case "accessModelIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccessModelIDLTE = data case "accessModelIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accessModelIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -145955,34 +124871,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.EncryptionStatusNameNotIn = data - case "encryptionStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGT = data - case "encryptionStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameGTE = data - case "encryptionStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLT = data - case "encryptionStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusNameLTE = data case "encryptionStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146060,34 +124948,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.EncryptionStatusIDNotIn = data - case "encryptionStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGT = data - case "encryptionStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDGTE = data - case "encryptionStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLT = data - case "encryptionStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EncryptionStatusIDLTE = data case "encryptionStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("encryptionStatusIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146165,34 +125025,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SecurityTierNameNotIn = data - case "securityTierNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGT = data - case "securityTierNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameGTE = data - case "securityTierNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLT = data - case "securityTierNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierNameLTE = data case "securityTierNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146270,34 +125102,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SecurityTierIDNotIn = data - case "securityTierIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGT = data - case "securityTierIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDGTE = data - case "securityTierIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLT = data - case "securityTierIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityTierIDLTE = data case "securityTierIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityTierIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146375,34 +125179,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.CriticalityNameNotIn = data - case "criticalityNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGT = data - case "criticalityNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameGTE = data - case "criticalityNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLT = data - case "criticalityNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityNameLTE = data case "criticalityNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146480,34 +125256,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.CriticalityIDNotIn = data - case "criticalityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGT = data - case "criticalityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDGTE = data - case "criticalityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLT = data - case "criticalityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CriticalityIDLTE = data case "criticalityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("criticalityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146613,34 +125361,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146718,34 +125438,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146809,34 +125501,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -146914,34 +125578,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.BusinessPurposeNotIn = data - case "businessPurposeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeGT = data - case "businessPurposeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeGTE = data - case "businessPurposeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeLT = data - case "businessPurposeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessPurposeLTE = data case "businessPurposeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessPurposeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147047,34 +125683,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PhysicalLocationNotIn = data - case "physicalLocationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGT = data - case "physicalLocationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationGTE = data - case "physicalLocationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLT = data - case "physicalLocationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PhysicalLocationLTE = data case "physicalLocationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("physicalLocationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147152,34 +125760,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.RegionNotIn = data - case "regionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGT = data - case "regionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionGTE = data - case "regionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLT = data - case "regionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RegionLTE = data case "regionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("regionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147313,34 +125893,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.SourceIdentifierNotIn = data - case "sourceIdentifierGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGT = data - case "sourceIdentifierGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierGTE = data - case "sourceIdentifierLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLT = data - case "sourceIdentifierLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceIdentifierLTE = data case "sourceIdentifierContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceIdentifierContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147418,34 +125970,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.CostCenterNotIn = data - case "costCenterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGT = data - case "costCenterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterGTE = data - case "costCenterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLT = data - case "costCenterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CostCenterLTE = data case "costCenterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("costCenterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147572,27 +126096,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PurchaseDate = data - case "purchaseDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNEQ = data - case "purchaseDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateIn = data - case "purchaseDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PurchaseDateNotIn = data case "purchaseDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("purchaseDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -147663,34 +126166,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.PlatformOwnerIDNotIn = data - case "platformOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDGT = data - case "platformOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDGTE = data - case "platformOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDLT = data - case "platformOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PlatformOwnerIDLTE = data case "platformOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("platformOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147768,34 +126243,6 @@ func (ec *executionContext) unmarshalInputPlatformHistoryWhereInput(ctx context. return it, err } it.ExternalReferenceIDNotIn = data - case "externalReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGT = data - case "externalReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDGTE = data - case "externalReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLT = data - case "externalReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalReferenceIDLTE = data case "externalReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -147902,7 +126349,7 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueNEQ", "reviewDueIn", "reviewDueNotIn", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDGT", "approverIDGTE", "approverIDLT", "approverIDLTE", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDGT", "externalFileIDGTE", "externalFileIDLT", "externalFileIDLTE", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsGT", "externalContentsGTE", "externalContentsLT", "externalContentsLTE", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "procedureKindName", "procedureKindNameNEQ", "procedureKindNameIn", "procedureKindNameNotIn", "procedureKindNameGT", "procedureKindNameGTE", "procedureKindNameLT", "procedureKindNameLTE", "procedureKindNameContains", "procedureKindNameHasPrefix", "procedureKindNameHasSuffix", "procedureKindNameIsNil", "procedureKindNameNotNil", "procedureKindNameEqualFold", "procedureKindNameContainsFold", "procedureKindID", "procedureKindIDNEQ", "procedureKindIDIn", "procedureKindIDNotIn", "procedureKindIDGT", "procedureKindIDGTE", "procedureKindIDLT", "procedureKindIDLTE", "procedureKindIDContains", "procedureKindIDHasPrefix", "procedureKindIDHasSuffix", "procedureKindIDIsNil", "procedureKindIDNotNil", "procedureKindIDEqualFold", "procedureKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "managementMode", "managementModeNEQ", "managementModeIn", "managementModeNotIn", "managementModeIsNil", "managementModeNotNil", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "approvalRequired", "approvalRequiredNEQ", "approvalRequiredIsNil", "approvalRequiredNotNil", "reviewDue", "reviewDueGT", "reviewDueGTE", "reviewDueLT", "reviewDueLTE", "reviewDueIsNil", "reviewDueNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "approverID", "approverIDNEQ", "approverIDIn", "approverIDNotIn", "approverIDContains", "approverIDHasPrefix", "approverIDHasSuffix", "approverIDIsNil", "approverIDNotNil", "approverIDEqualFold", "approverIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "externalFileID", "externalFileIDNEQ", "externalFileIDIn", "externalFileIDNotIn", "externalFileIDContains", "externalFileIDHasPrefix", "externalFileIDHasSuffix", "externalFileIDIsNil", "externalFileIDNotNil", "externalFileIDEqualFold", "externalFileIDContainsFold", "externalContents", "externalContentsNEQ", "externalContentsIn", "externalContentsNotIn", "externalContentsContains", "externalContentsHasPrefix", "externalContentsHasSuffix", "externalContentsIsNil", "externalContentsNotNil", "externalContentsEqualFold", "externalContentsContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "procedureKindName", "procedureKindNameNEQ", "procedureKindNameIn", "procedureKindNameNotIn", "procedureKindNameContains", "procedureKindNameHasPrefix", "procedureKindNameHasSuffix", "procedureKindNameIsNil", "procedureKindNameNotNil", "procedureKindNameEqualFold", "procedureKindNameContainsFold", "procedureKindID", "procedureKindIDNEQ", "procedureKindIDIn", "procedureKindIDNotIn", "procedureKindIDContains", "procedureKindIDHasPrefix", "procedureKindIDHasSuffix", "procedureKindIDIsNil", "procedureKindIDNotNil", "procedureKindIDEqualFold", "procedureKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -147958,34 +126405,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -148007,27 +126426,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -148084,34 +126482,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148196,27 +126566,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -148266,27 +126615,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -148357,34 +126685,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148462,34 +126762,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148567,34 +126839,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148672,34 +126916,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148763,34 +126979,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148868,34 +127056,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -148973,34 +127133,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149148,34 +127280,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149260,27 +127364,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ReviewDue = data - case "reviewDueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNEQ = data - case "reviewDueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueIn = data - case "reviewDueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewDueNotIn = data case "reviewDueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewDueGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -149393,34 +127476,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ApproverIDNotIn = data - case "approverIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGT = data - case "approverIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDGTE = data - case "approverIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLT = data - case "approverIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApproverIDLTE = data case "approverIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approverIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149498,34 +127553,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149603,34 +127630,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149708,34 +127707,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149813,34 +127784,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ExternalFileIDNotIn = data - case "externalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGT = data - case "externalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDGTE = data - case "externalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLT = data - case "externalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalFileIDLTE = data case "externalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -149918,34 +127861,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ExternalContentsNotIn = data - case "externalContentsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGT = data - case "externalContentsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsGTE = data - case "externalContentsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLT = data - case "externalContentsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalContentsLTE = data case "externalContentsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalContentsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150051,34 +127966,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150156,34 +128043,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150261,34 +128120,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ProcedureKindNameNotIn = data - case "procedureKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameGT = data - case "procedureKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameGTE = data - case "procedureKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameLT = data - case "procedureKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindNameLTE = data case "procedureKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150366,34 +128197,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ProcedureKindIDNotIn = data - case "procedureKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDGT = data - case "procedureKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDGTE = data - case "procedureKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDLT = data - case "procedureKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProcedureKindIDLTE = data case "procedureKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("procedureKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150471,34 +128274,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150576,34 +128351,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150681,34 +128428,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150786,34 +128505,6 @@ func (ec *executionContext) unmarshalInputProcedureHistoryWhereInput(ctx context return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -150948,7 +128639,7 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "programKindName", "programKindNameNEQ", "programKindNameIn", "programKindNameNotIn", "programKindNameGT", "programKindNameGTE", "programKindNameLT", "programKindNameLTE", "programKindNameContains", "programKindNameHasPrefix", "programKindNameHasSuffix", "programKindNameIsNil", "programKindNameNotNil", "programKindNameEqualFold", "programKindNameContainsFold", "programKindID", "programKindIDNEQ", "programKindIDIn", "programKindIDNotIn", "programKindIDGT", "programKindIDGTE", "programKindIDLT", "programKindIDLTE", "programKindIDContains", "programKindIDHasPrefix", "programKindIDHasSuffix", "programKindIDIsNil", "programKindIDNotNil", "programKindIDEqualFold", "programKindIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "frameworkName", "frameworkNameNEQ", "frameworkNameIn", "frameworkNameNotIn", "frameworkNameGT", "frameworkNameGTE", "frameworkNameLT", "frameworkNameLTE", "frameworkNameContains", "frameworkNameHasPrefix", "frameworkNameHasSuffix", "frameworkNameIsNil", "frameworkNameNotNil", "frameworkNameEqualFold", "frameworkNameContainsFold", "startDate", "startDateNEQ", "startDateIn", "startDateNotIn", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateNEQ", "endDateIn", "endDateNotIn", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "observationPeriodStartDate", "observationPeriodStartDateNEQ", "observationPeriodStartDateIn", "observationPeriodStartDateNotIn", "observationPeriodStartDateGT", "observationPeriodStartDateGTE", "observationPeriodStartDateLT", "observationPeriodStartDateLTE", "observationPeriodStartDateIsNil", "observationPeriodStartDateNotNil", "observationPeriodEndDate", "observationPeriodEndDateNEQ", "observationPeriodEndDateIn", "observationPeriodEndDateNotIn", "observationPeriodEndDateGT", "observationPeriodEndDateGTE", "observationPeriodEndDateLT", "observationPeriodEndDateLTE", "observationPeriodEndDateIsNil", "observationPeriodEndDateNotNil", "fieldworkStartDate", "fieldworkStartDateNEQ", "fieldworkStartDateIn", "fieldworkStartDateNotIn", "fieldworkStartDateGT", "fieldworkStartDateGTE", "fieldworkStartDateLT", "fieldworkStartDateLTE", "fieldworkStartDateIsNil", "fieldworkStartDateNotNil", "fieldworkEndDate", "fieldworkEndDateNEQ", "fieldworkEndDateIn", "fieldworkEndDateNotIn", "fieldworkEndDateGT", "fieldworkEndDateGTE", "fieldworkEndDateLT", "fieldworkEndDateLTE", "fieldworkEndDateIsNil", "fieldworkEndDateNotNil", "auditorReady", "auditorReadyNEQ", "auditorWriteComments", "auditorWriteCommentsNEQ", "auditorReadComments", "auditorReadCommentsNEQ", "auditFirm", "auditFirmNEQ", "auditFirmIn", "auditFirmNotIn", "auditFirmGT", "auditFirmGTE", "auditFirmLT", "auditFirmLTE", "auditFirmContains", "auditFirmHasPrefix", "auditFirmHasSuffix", "auditFirmIsNil", "auditFirmNotNil", "auditFirmEqualFold", "auditFirmContainsFold", "auditor", "auditorNEQ", "auditorIn", "auditorNotIn", "auditorGT", "auditorGTE", "auditorLT", "auditorLTE", "auditorContains", "auditorHasPrefix", "auditorHasSuffix", "auditorIsNil", "auditorNotNil", "auditorEqualFold", "auditorContainsFold", "auditorEmail", "auditorEmailNEQ", "auditorEmailIn", "auditorEmailNotIn", "auditorEmailGT", "auditorEmailGTE", "auditorEmailLT", "auditorEmailLTE", "auditorEmailContains", "auditorEmailHasPrefix", "auditorEmailHasSuffix", "auditorEmailIsNil", "auditorEmailNotNil", "auditorEmailEqualFold", "auditorEmailContainsFold", "programOwnerID", "programOwnerIDNEQ", "programOwnerIDIn", "programOwnerIDNotIn", "programOwnerIDGT", "programOwnerIDGTE", "programOwnerIDLT", "programOwnerIDLTE", "programOwnerIDContains", "programOwnerIDHasPrefix", "programOwnerIDHasSuffix", "programOwnerIDIsNil", "programOwnerIDNotNil", "programOwnerIDEqualFold", "programOwnerIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "programKindName", "programKindNameNEQ", "programKindNameIn", "programKindNameNotIn", "programKindNameContains", "programKindNameHasPrefix", "programKindNameHasSuffix", "programKindNameIsNil", "programKindNameNotNil", "programKindNameEqualFold", "programKindNameContainsFold", "programKindID", "programKindIDNEQ", "programKindIDIn", "programKindIDNotIn", "programKindIDContains", "programKindIDHasPrefix", "programKindIDHasSuffix", "programKindIDIsNil", "programKindIDNotNil", "programKindIDEqualFold", "programKindIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "frameworkName", "frameworkNameNEQ", "frameworkNameIn", "frameworkNameNotIn", "frameworkNameContains", "frameworkNameHasPrefix", "frameworkNameHasSuffix", "frameworkNameIsNil", "frameworkNameNotNil", "frameworkNameEqualFold", "frameworkNameContainsFold", "startDate", "startDateGT", "startDateGTE", "startDateLT", "startDateLTE", "startDateIsNil", "startDateNotNil", "endDate", "endDateGT", "endDateGTE", "endDateLT", "endDateLTE", "endDateIsNil", "endDateNotNil", "observationPeriodStartDate", "observationPeriodStartDateGT", "observationPeriodStartDateGTE", "observationPeriodStartDateLT", "observationPeriodStartDateLTE", "observationPeriodStartDateIsNil", "observationPeriodStartDateNotNil", "observationPeriodEndDate", "observationPeriodEndDateGT", "observationPeriodEndDateGTE", "observationPeriodEndDateLT", "observationPeriodEndDateLTE", "observationPeriodEndDateIsNil", "observationPeriodEndDateNotNil", "fieldworkStartDate", "fieldworkStartDateGT", "fieldworkStartDateGTE", "fieldworkStartDateLT", "fieldworkStartDateLTE", "fieldworkStartDateIsNil", "fieldworkStartDateNotNil", "fieldworkEndDate", "fieldworkEndDateGT", "fieldworkEndDateGTE", "fieldworkEndDateLT", "fieldworkEndDateLTE", "fieldworkEndDateIsNil", "fieldworkEndDateNotNil", "auditorReady", "auditorReadyNEQ", "auditorWriteComments", "auditorWriteCommentsNEQ", "auditorReadComments", "auditorReadCommentsNEQ", "auditFirm", "auditFirmNEQ", "auditFirmIn", "auditFirmNotIn", "auditFirmContains", "auditFirmHasPrefix", "auditFirmHasSuffix", "auditFirmIsNil", "auditFirmNotNil", "auditFirmEqualFold", "auditFirmContainsFold", "auditor", "auditorNEQ", "auditorIn", "auditorNotIn", "auditorContains", "auditorHasPrefix", "auditorHasSuffix", "auditorIsNil", "auditorNotNil", "auditorEqualFold", "auditorContainsFold", "auditorEmail", "auditorEmailNEQ", "auditorEmailIn", "auditorEmailNotIn", "auditorEmailContains", "auditorEmailHasPrefix", "auditorEmailHasSuffix", "auditorEmailIsNil", "auditorEmailNotNil", "auditorEmailEqualFold", "auditorEmailContainsFold", "programOwnerID", "programOwnerIDNEQ", "programOwnerIDIn", "programOwnerIDNotIn", "programOwnerIDContains", "programOwnerIDHasPrefix", "programOwnerIDHasSuffix", "programOwnerIDIsNil", "programOwnerIDNotNil", "programOwnerIDEqualFold", "programOwnerIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -151004,34 +128695,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -151053,27 +128716,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -151130,34 +128772,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151242,27 +128856,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -151312,27 +128905,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -151403,34 +128975,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151508,34 +129052,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151613,34 +129129,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151718,34 +129206,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151809,34 +129269,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -151914,34 +129346,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ProgramKindNameNotIn = data - case "programKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameGT = data - case "programKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameGTE = data - case "programKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameLT = data - case "programKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindNameLTE = data case "programKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152019,34 +129423,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ProgramKindIDNotIn = data - case "programKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDGT = data - case "programKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDGTE = data - case "programKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDLT = data - case "programKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramKindIDLTE = data case "programKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152124,34 +129500,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152229,34 +129577,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152320,34 +129640,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152453,34 +129745,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.FrameworkNameNotIn = data - case "frameworkNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameGT = data - case "frameworkNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameGTE = data - case "frameworkNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameLT = data - case "frameworkNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkNameLTE = data case "frameworkNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -152537,27 +129801,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.StartDate = data - case "startDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.StartDateNEQ = data - case "startDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateIn = data - case "startDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.StartDateNotIn = data case "startDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("startDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -152607,27 +129850,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.EndDate = data - case "endDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.EndDateNEQ = data - case "endDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateIn = data - case "endDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.EndDateNotIn = data case "endDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("endDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -152677,27 +129899,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ObservationPeriodStartDate = data - case "observationPeriodStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateNEQ = data - case "observationPeriodStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateIn = data - case "observationPeriodStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodStartDateNotIn = data case "observationPeriodStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodStartDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -152747,27 +129948,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ObservationPeriodEndDate = data - case "observationPeriodEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateNEQ = data - case "observationPeriodEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateIn = data - case "observationPeriodEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservationPeriodEndDateNotIn = data case "observationPeriodEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observationPeriodEndDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -152817,27 +129997,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.FieldworkStartDate = data - case "fieldworkStartDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateNEQ = data - case "fieldworkStartDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateIn = data - case "fieldworkStartDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkStartDateNotIn = data case "fieldworkStartDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkStartDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -152887,27 +130046,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.FieldworkEndDate = data - case "fieldworkEndDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateNEQ = data - case "fieldworkEndDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateIn = data - case "fieldworkEndDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FieldworkEndDateNotIn = data case "fieldworkEndDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fieldworkEndDateGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -153020,34 +130158,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.AuditFirmNotIn = data - case "auditFirmGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmGT = data - case "auditFirmGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmGTE = data - case "auditFirmLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmLT = data - case "auditFirmLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditFirmLTE = data case "auditFirmContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditFirmContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -153125,34 +130235,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.AuditorNotIn = data - case "auditorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorGT = data - case "auditorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorGTE = data - case "auditorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorLT = data - case "auditorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorLTE = data case "auditorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -153230,34 +130312,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.AuditorEmailNotIn = data - case "auditorEmailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailGT = data - case "auditorEmailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailGTE = data - case "auditorEmailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailLT = data - case "auditorEmailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorEmailLTE = data case "auditorEmailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorEmailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -153335,34 +130389,6 @@ func (ec *executionContext) unmarshalInputProgramHistoryWhereInput(ctx context.C return it, err } it.ProgramOwnerIDNotIn = data - case "programOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDGT = data - case "programOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDGTE = data - case "programOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDLT = data - case "programOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramOwnerIDLTE = data case "programOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -153469,7 +130495,7 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "programID", "programIDNEQ", "programIDIn", "programIDNotIn", "programIDGT", "programIDGTE", "programIDLT", "programIDLTE", "programIDContains", "programIDHasPrefix", "programIDHasSuffix", "programIDEqualFold", "programIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "programID", "programIDNEQ", "programIDIn", "programIDNotIn", "programIDContains", "programIDHasPrefix", "programIDHasSuffix", "programIDEqualFold", "programIDContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDEqualFold", "userIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -153525,34 +130551,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -153574,27 +130572,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -153651,34 +130628,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -153763,27 +130712,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -153833,27 +130761,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -153924,34 +130831,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154029,34 +130908,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154134,34 +130985,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154267,34 +131090,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.ProgramIDNotIn = data - case "programIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramIDGT = data - case "programIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramIDGTE = data - case "programIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramIDLT = data - case "programIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ProgramIDLTE = data case "programIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("programIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154358,34 +131153,6 @@ func (ec *executionContext) unmarshalInputProgramMembershipHistoryWhereInput(ctx return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154478,7 +131245,7 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "intent", "intentNEQ", "intentIn", "intentNotIn", "intentGT", "intentGTE", "intentLT", "intentLTE", "intentContains", "intentHasPrefix", "intentHasSuffix", "intentIsNil", "intentNotNil", "intentEqualFold", "intentContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "explanation", "explanationNEQ", "explanationIn", "explanationNotIn", "explanationGT", "explanationGTE", "explanationLT", "explanationLTE", "explanationContains", "explanationHasPrefix", "explanationHasSuffix", "explanationIsNil", "explanationNotNil", "explanationEqualFold", "explanationContainsFold", "instructions", "instructionsNEQ", "instructionsIn", "instructionsNotIn", "instructionsGT", "instructionsGTE", "instructionsLT", "instructionsLTE", "instructionsContains", "instructionsHasPrefix", "instructionsHasSuffix", "instructionsIsNil", "instructionsNotNil", "instructionsEqualFold", "instructionsContainsFold", "ownerReference", "ownerReferenceNEQ", "ownerReferenceIn", "ownerReferenceNotIn", "ownerReferenceGT", "ownerReferenceGTE", "ownerReferenceLT", "ownerReferenceLTE", "ownerReferenceContains", "ownerReferenceHasPrefix", "ownerReferenceHasSuffix", "ownerReferenceIsNil", "ownerReferenceNotNil", "ownerReferenceEqualFold", "ownerReferenceContainsFold", "repositoryURI", "repositoryURINEQ", "repositoryURIIn", "repositoryURINotIn", "repositoryURIGT", "repositoryURIGTE", "repositoryURILT", "repositoryURILTE", "repositoryURIContains", "repositoryURIHasPrefix", "repositoryURIHasSuffix", "repositoryURIIsNil", "repositoryURINotNil", "repositoryURIEqualFold", "repositoryURIContainsFold", "pullRequestURI", "pullRequestURINEQ", "pullRequestURIIn", "pullRequestURINotIn", "pullRequestURIGT", "pullRequestURIGTE", "pullRequestURILT", "pullRequestURILTE", "pullRequestURIContains", "pullRequestURIHasPrefix", "pullRequestURIHasSuffix", "pullRequestURIIsNil", "pullRequestURINotNil", "pullRequestURIEqualFold", "pullRequestURIContainsFold", "ticketReference", "ticketReferenceNEQ", "ticketReferenceIn", "ticketReferenceNotIn", "ticketReferenceGT", "ticketReferenceGTE", "ticketReferenceLT", "ticketReferenceLTE", "ticketReferenceContains", "ticketReferenceHasPrefix", "ticketReferenceHasSuffix", "ticketReferenceIsNil", "ticketReferenceNotNil", "ticketReferenceEqualFold", "ticketReferenceContainsFold", "dueAt", "dueAtNEQ", "dueAtIn", "dueAtNotIn", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "completedAt", "completedAtNEQ", "completedAtIn", "completedAtNotIn", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "prGeneratedAt", "prGeneratedAtNEQ", "prGeneratedAtIn", "prGeneratedAtNotIn", "prGeneratedAtGT", "prGeneratedAtGTE", "prGeneratedAtLT", "prGeneratedAtLTE", "prGeneratedAtIsNil", "prGeneratedAtNotNil", "error", "errorNEQ", "errorIn", "errorNotIn", "errorGT", "errorGTE", "errorLT", "errorLTE", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "intent", "intentNEQ", "intentIn", "intentNotIn", "intentContains", "intentHasPrefix", "intentHasSuffix", "intentIsNil", "intentNotNil", "intentEqualFold", "intentContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "explanation", "explanationNEQ", "explanationIn", "explanationNotIn", "explanationContains", "explanationHasPrefix", "explanationHasSuffix", "explanationIsNil", "explanationNotNil", "explanationEqualFold", "explanationContainsFold", "instructions", "instructionsNEQ", "instructionsIn", "instructionsNotIn", "instructionsContains", "instructionsHasPrefix", "instructionsHasSuffix", "instructionsIsNil", "instructionsNotNil", "instructionsEqualFold", "instructionsContainsFold", "ownerReference", "ownerReferenceNEQ", "ownerReferenceIn", "ownerReferenceNotIn", "ownerReferenceContains", "ownerReferenceHasPrefix", "ownerReferenceHasSuffix", "ownerReferenceIsNil", "ownerReferenceNotNil", "ownerReferenceEqualFold", "ownerReferenceContainsFold", "repositoryURI", "repositoryURINEQ", "repositoryURIIn", "repositoryURINotIn", "repositoryURIContains", "repositoryURIHasPrefix", "repositoryURIHasSuffix", "repositoryURIIsNil", "repositoryURINotNil", "repositoryURIEqualFold", "repositoryURIContainsFold", "pullRequestURI", "pullRequestURINEQ", "pullRequestURIIn", "pullRequestURINotIn", "pullRequestURIContains", "pullRequestURIHasPrefix", "pullRequestURIHasSuffix", "pullRequestURIIsNil", "pullRequestURINotNil", "pullRequestURIEqualFold", "pullRequestURIContainsFold", "ticketReference", "ticketReferenceNEQ", "ticketReferenceIn", "ticketReferenceNotIn", "ticketReferenceContains", "ticketReferenceHasPrefix", "ticketReferenceHasSuffix", "ticketReferenceIsNil", "ticketReferenceNotNil", "ticketReferenceEqualFold", "ticketReferenceContainsFold", "dueAt", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil", "completedAt", "completedAtGT", "completedAtGTE", "completedAtLT", "completedAtLTE", "completedAtIsNil", "completedAtNotNil", "prGeneratedAt", "prGeneratedAtGT", "prGeneratedAtGTE", "prGeneratedAtLT", "prGeneratedAtLTE", "prGeneratedAtIsNil", "prGeneratedAtNotNil", "error", "errorNEQ", "errorIn", "errorNotIn", "errorContains", "errorHasPrefix", "errorHasSuffix", "errorIsNil", "errorNotNil", "errorEqualFold", "errorContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -154534,34 +131301,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -154583,27 +131322,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -154660,34 +131378,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -154772,27 +131462,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -154842,27 +131511,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -154933,34 +131581,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155038,34 +131658,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155143,34 +131735,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155248,34 +131812,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155339,34 +131875,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155472,34 +131980,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155577,34 +132057,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155682,34 +132134,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155787,34 +132211,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155892,34 +132288,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -155997,34 +132365,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156130,34 +132470,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156235,34 +132547,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156340,34 +132624,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156487,34 +132743,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156592,34 +132820,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.IntentNotIn = data - case "intentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentGT = data - case "intentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentGTE = data - case "intentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentLT = data - case "intentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntentLTE = data case "intentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("intentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156697,34 +132897,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156802,34 +132974,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ExplanationNotIn = data - case "explanationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationGT = data - case "explanationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationGTE = data - case "explanationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationLT = data - case "explanationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExplanationLTE = data case "explanationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("explanationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -156907,34 +133051,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.InstructionsNotIn = data - case "instructionsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsGT = data - case "instructionsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsGTE = data - case "instructionsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsLT = data - case "instructionsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InstructionsLTE = data case "instructionsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("instructionsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157012,34 +133128,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.OwnerReferenceNotIn = data - case "ownerReferenceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceGT = data - case "ownerReferenceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceGTE = data - case "ownerReferenceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceLT = data - case "ownerReferenceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerReferenceLTE = data case "ownerReferenceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerReferenceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157117,34 +133205,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.RepositoryURINotIn = data - case "repositoryURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURIGT = data - case "repositoryURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURIGTE = data - case "repositoryURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURILT = data - case "repositoryURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RepositoryURILTE = data case "repositoryURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("repositoryURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157222,34 +133282,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.PullRequestURINotIn = data - case "pullRequestURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURIGT = data - case "pullRequestURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURIGTE = data - case "pullRequestURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURILT = data - case "pullRequestURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PullRequestURILTE = data case "pullRequestURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pullRequestURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157327,34 +133359,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.TicketReferenceNotIn = data - case "ticketReferenceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceGT = data - case "ticketReferenceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceGTE = data - case "ticketReferenceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceLT = data - case "ticketReferenceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TicketReferenceLTE = data case "ticketReferenceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ticketReferenceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157411,27 +133415,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.DueAt = data - case "dueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueAtNEQ = data - case "dueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtIn = data - case "dueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtNotIn = data case "dueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -157481,27 +133464,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.CompletedAt = data - case "completedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNEQ = data - case "completedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtIn = data - case "completedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedAtNotIn = data case "completedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -157551,27 +133513,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.PrGeneratedAt = data - case "prGeneratedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtNEQ = data - case "prGeneratedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtIn = data - case "prGeneratedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PrGeneratedAtNotIn = data case "prGeneratedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("prGeneratedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -157642,34 +133583,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ErrorNotIn = data - case "errorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGT = data - case "errorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorGTE = data - case "errorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLT = data - case "errorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ErrorLTE = data case "errorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("errorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157747,34 +133660,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157852,34 +133737,6 @@ func (ec *executionContext) unmarshalInputRemediationHistoryWhereInput(ctx conte return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -157986,7 +133843,7 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateGT", "stateGTE", "stateLT", "stateLTE", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "classificationGT", "classificationGTE", "classificationLT", "classificationLTE", "classificationContains", "classificationHasPrefix", "classificationHasSuffix", "classificationIsNil", "classificationNotNil", "classificationEqualFold", "classificationContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "reporter", "reporterNEQ", "reporterIn", "reporterNotIn", "reporterGT", "reporterGTE", "reporterLT", "reporterLTE", "reporterContains", "reporterHasPrefix", "reporterHasSuffix", "reporterIsNil", "reporterNotNil", "reporterEqualFold", "reporterContainsFold", "approved", "approvedNEQ", "approvedIsNil", "approvedNotNil", "reviewedAt", "reviewedAtNEQ", "reviewedAtIn", "reviewedAtNotIn", "reviewedAtGT", "reviewedAtGTE", "reviewedAtLT", "reviewedAtLTE", "reviewedAtIsNil", "reviewedAtNotNil", "reportedAt", "reportedAtNEQ", "reportedAtIn", "reportedAtNotIn", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "approvedAt", "approvedAtNEQ", "approvedAtIn", "approvedAtNotIn", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "reviewerID", "reviewerIDNEQ", "reviewerIDIn", "reviewerIDNotIn", "reviewerIDGT", "reviewerIDGTE", "reviewerIDLT", "reviewerIDLTE", "reviewerIDContains", "reviewerIDHasPrefix", "reviewerIDHasSuffix", "reviewerIDIsNil", "reviewerIDNotNil", "reviewerIDEqualFold", "reviewerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "state", "stateNEQ", "stateIn", "stateNotIn", "stateContains", "stateHasPrefix", "stateHasSuffix", "stateIsNil", "stateNotNil", "stateEqualFold", "stateContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "classification", "classificationNEQ", "classificationIn", "classificationNotIn", "classificationContains", "classificationHasPrefix", "classificationHasSuffix", "classificationIsNil", "classificationNotNil", "classificationEqualFold", "classificationContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "reporter", "reporterNEQ", "reporterIn", "reporterNotIn", "reporterContains", "reporterHasPrefix", "reporterHasSuffix", "reporterIsNil", "reporterNotNil", "reporterEqualFold", "reporterContainsFold", "approved", "approvedNEQ", "approvedIsNil", "approvedNotNil", "reviewedAt", "reviewedAtGT", "reviewedAtGTE", "reviewedAtLT", "reviewedAtLTE", "reviewedAtIsNil", "reviewedAtNotNil", "reportedAt", "reportedAtGT", "reportedAtGTE", "reportedAtLT", "reportedAtLTE", "reportedAtIsNil", "reportedAtNotNil", "approvedAt", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "reviewerID", "reviewerIDNEQ", "reviewerIDIn", "reviewerIDNotIn", "reviewerIDContains", "reviewerIDHasPrefix", "reviewerIDHasSuffix", "reviewerIDIsNil", "reviewerIDNotNil", "reviewerIDEqualFold", "reviewerIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -158042,34 +133899,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -158091,27 +133920,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -158168,34 +133976,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158280,27 +134060,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -158350,27 +134109,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -158441,34 +134179,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158546,34 +134256,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158651,34 +134333,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158756,34 +134410,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158889,34 +134515,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -158994,34 +134592,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159099,34 +134669,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159204,34 +134746,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159309,34 +134823,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159414,34 +134900,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159519,34 +134977,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159624,34 +135054,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159729,34 +135131,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159820,34 +135194,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.StateNotIn = data - case "stateGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGT = data - case "stateGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateGTE = data - case "stateLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLT = data - case "stateLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StateLTE = data case "stateContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stateContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -159967,34 +135313,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160072,34 +135390,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ClassificationNotIn = data - case "classificationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationGT = data - case "classificationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationGTE = data - case "classificationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationLT = data - case "classificationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ClassificationLTE = data case "classificationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("classificationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160177,34 +135467,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160282,34 +135544,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160387,34 +135621,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ReporterNotIn = data - case "reporterGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterGT = data - case "reporterGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterGTE = data - case "reporterLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterLT = data - case "reporterLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReporterLTE = data case "reporterContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reporterContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160499,27 +135705,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ReviewedAt = data - case "reviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtNEQ = data - case "reviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtIn = data - case "reviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReviewedAtNotIn = data case "reviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -160569,27 +135754,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ReportedAt = data - case "reportedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNEQ = data - case "reportedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtIn = data - case "reportedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ReportedAtNotIn = data case "reportedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reportedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -160639,27 +135803,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ApprovedAt = data - case "approvedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNEQ = data - case "approvedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtIn = data - case "approvedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNotIn = data case "approvedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -160730,34 +135873,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ReviewerIDNotIn = data - case "reviewerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDGT = data - case "reviewerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDGTE = data - case "reviewerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDLT = data - case "reviewerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewerIDLTE = data case "reviewerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160835,34 +135950,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -160940,34 +136027,6 @@ func (ec *executionContext) unmarshalInputReviewHistoryWhereInput(ctx context.Co return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161074,7 +136133,7 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "riskKindName", "riskKindNameNEQ", "riskKindNameIn", "riskKindNameNotIn", "riskKindNameGT", "riskKindNameGTE", "riskKindNameLT", "riskKindNameLTE", "riskKindNameContains", "riskKindNameHasPrefix", "riskKindNameHasSuffix", "riskKindNameIsNil", "riskKindNameNotNil", "riskKindNameEqualFold", "riskKindNameContainsFold", "riskKindID", "riskKindIDNEQ", "riskKindIDIn", "riskKindIDNotIn", "riskKindIDGT", "riskKindIDGTE", "riskKindIDLT", "riskKindIDLTE", "riskKindIDContains", "riskKindIDHasPrefix", "riskKindIDHasSuffix", "riskKindIDIsNil", "riskKindIDNotNil", "riskKindIDEqualFold", "riskKindIDContainsFold", "riskCategoryName", "riskCategoryNameNEQ", "riskCategoryNameIn", "riskCategoryNameNotIn", "riskCategoryNameGT", "riskCategoryNameGTE", "riskCategoryNameLT", "riskCategoryNameLTE", "riskCategoryNameContains", "riskCategoryNameHasPrefix", "riskCategoryNameHasSuffix", "riskCategoryNameIsNil", "riskCategoryNameNotNil", "riskCategoryNameEqualFold", "riskCategoryNameContainsFold", "riskCategoryID", "riskCategoryIDNEQ", "riskCategoryIDIn", "riskCategoryIDNotIn", "riskCategoryIDGT", "riskCategoryIDGTE", "riskCategoryIDLT", "riskCategoryIDLTE", "riskCategoryIDContains", "riskCategoryIDHasPrefix", "riskCategoryIDHasSuffix", "riskCategoryIDIsNil", "riskCategoryIDNotNil", "riskCategoryIDEqualFold", "riskCategoryIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDGT", "integrationIDGTE", "integrationIDLT", "integrationIDLTE", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtNEQ", "observedAtIn", "observedAtNotIn", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactIsNil", "impactNotNil", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "likelihoodIsNil", "likelihoodNotNil", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "mitigation", "mitigationNEQ", "mitigationIn", "mitigationNotIn", "mitigationGT", "mitigationGTE", "mitigationLT", "mitigationLTE", "mitigationContains", "mitigationHasPrefix", "mitigationHasSuffix", "mitigationIsNil", "mitigationNotNil", "mitigationEqualFold", "mitigationContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "businessCosts", "businessCostsNEQ", "businessCostsIn", "businessCostsNotIn", "businessCostsGT", "businessCostsGTE", "businessCostsLT", "businessCostsLTE", "businessCostsContains", "businessCostsHasPrefix", "businessCostsHasSuffix", "businessCostsIsNil", "businessCostsNotNil", "businessCostsEqualFold", "businessCostsContainsFold", "stakeholderID", "stakeholderIDNEQ", "stakeholderIDIn", "stakeholderIDNotIn", "stakeholderIDGT", "stakeholderIDGTE", "stakeholderIDLT", "stakeholderIDLTE", "stakeholderIDContains", "stakeholderIDHasPrefix", "stakeholderIDHasSuffix", "stakeholderIDIsNil", "stakeholderIDNotNil", "stakeholderIDEqualFold", "stakeholderIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "mitigatedAt", "mitigatedAtNEQ", "mitigatedAtIn", "mitigatedAtNotIn", "mitigatedAtGT", "mitigatedAtGTE", "mitigatedAtLT", "mitigatedAtLTE", "mitigatedAtIsNil", "mitigatedAtNotNil", "reviewRequired", "reviewRequiredNEQ", "reviewRequiredIsNil", "reviewRequiredNotNil", "lastReviewedAt", "lastReviewedAtNEQ", "lastReviewedAtIn", "lastReviewedAtNotIn", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "dueDate", "dueDateNEQ", "dueDateIn", "dueDateNotIn", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "nextReviewDueAt", "nextReviewDueAtNEQ", "nextReviewDueAtIn", "nextReviewDueAtNotIn", "nextReviewDueAtGT", "nextReviewDueAtGTE", "nextReviewDueAtLT", "nextReviewDueAtLTE", "nextReviewDueAtIsNil", "nextReviewDueAtNotNil", "residualScore", "residualScoreNEQ", "residualScoreIn", "residualScoreNotIn", "residualScoreGT", "residualScoreGTE", "residualScoreLT", "residualScoreLTE", "residualScoreIsNil", "residualScoreNotNil", "riskDecision", "riskDecisionNEQ", "riskDecisionIn", "riskDecisionNotIn", "riskDecisionIsNil", "riskDecisionNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "riskKindName", "riskKindNameNEQ", "riskKindNameIn", "riskKindNameNotIn", "riskKindNameContains", "riskKindNameHasPrefix", "riskKindNameHasSuffix", "riskKindNameIsNil", "riskKindNameNotNil", "riskKindNameEqualFold", "riskKindNameContainsFold", "riskKindID", "riskKindIDNEQ", "riskKindIDIn", "riskKindIDNotIn", "riskKindIDContains", "riskKindIDHasPrefix", "riskKindIDHasSuffix", "riskKindIDIsNil", "riskKindIDNotNil", "riskKindIDEqualFold", "riskKindIDContainsFold", "riskCategoryName", "riskCategoryNameNEQ", "riskCategoryNameIn", "riskCategoryNameNotIn", "riskCategoryNameContains", "riskCategoryNameHasPrefix", "riskCategoryNameHasSuffix", "riskCategoryNameIsNil", "riskCategoryNameNotNil", "riskCategoryNameEqualFold", "riskCategoryNameContainsFold", "riskCategoryID", "riskCategoryIDNEQ", "riskCategoryIDIn", "riskCategoryIDNotIn", "riskCategoryIDContains", "riskCategoryIDHasPrefix", "riskCategoryIDHasSuffix", "riskCategoryIDIsNil", "riskCategoryIDNotNil", "riskCategoryIDEqualFold", "riskCategoryIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDIsNil", "externalIDNotNil", "externalIDEqualFold", "externalIDContainsFold", "integrationID", "integrationIDNEQ", "integrationIDIn", "integrationIDNotIn", "integrationIDContains", "integrationIDHasPrefix", "integrationIDHasSuffix", "integrationIDIsNil", "integrationIDNotNil", "integrationIDEqualFold", "integrationIDContainsFold", "observedAt", "observedAtGT", "observedAtGTE", "observedAtLT", "observedAtLTE", "observedAtIsNil", "observedAtNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactIsNil", "impactNotNil", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "likelihoodIsNil", "likelihoodNotNil", "score", "scoreNEQ", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "mitigation", "mitigationNEQ", "mitigationIn", "mitigationNotIn", "mitigationContains", "mitigationHasPrefix", "mitigationHasSuffix", "mitigationIsNil", "mitigationNotNil", "mitigationEqualFold", "mitigationContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "businessCosts", "businessCostsNEQ", "businessCostsIn", "businessCostsNotIn", "businessCostsContains", "businessCostsHasPrefix", "businessCostsHasSuffix", "businessCostsIsNil", "businessCostsNotNil", "businessCostsEqualFold", "businessCostsContainsFold", "stakeholderID", "stakeholderIDNEQ", "stakeholderIDIn", "stakeholderIDNotIn", "stakeholderIDContains", "stakeholderIDHasPrefix", "stakeholderIDHasSuffix", "stakeholderIDIsNil", "stakeholderIDNotNil", "stakeholderIDEqualFold", "stakeholderIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "mitigatedAt", "mitigatedAtGT", "mitigatedAtGTE", "mitigatedAtLT", "mitigatedAtLTE", "mitigatedAtIsNil", "mitigatedAtNotNil", "reviewRequired", "reviewRequiredNEQ", "reviewRequiredIsNil", "reviewRequiredNotNil", "lastReviewedAt", "lastReviewedAtGT", "lastReviewedAtGTE", "lastReviewedAtLT", "lastReviewedAtLTE", "lastReviewedAtIsNil", "lastReviewedAtNotNil", "reviewFrequency", "reviewFrequencyNEQ", "reviewFrequencyIn", "reviewFrequencyNotIn", "reviewFrequencyIsNil", "reviewFrequencyNotNil", "dueDate", "dueDateGT", "dueDateGTE", "dueDateLT", "dueDateLTE", "dueDateIsNil", "dueDateNotNil", "nextReviewDueAt", "nextReviewDueAtGT", "nextReviewDueAtGTE", "nextReviewDueAtLT", "nextReviewDueAtLTE", "nextReviewDueAtIsNil", "nextReviewDueAtNotNil", "residualScore", "residualScoreNEQ", "residualScoreGT", "residualScoreGTE", "residualScoreLT", "residualScoreLTE", "residualScoreIsNil", "residualScoreNotNil", "riskDecision", "riskDecisionNEQ", "riskDecisionIn", "riskDecisionNotIn", "riskDecisionIsNil", "riskDecisionNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -161130,34 +136189,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -161179,27 +136210,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -161256,34 +136266,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161368,27 +136350,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -161438,27 +136399,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -161529,34 +136469,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161634,34 +136546,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161739,34 +136623,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161844,34 +136700,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -161935,34 +136763,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162040,34 +136840,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.RiskKindNameNotIn = data - case "riskKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameGT = data - case "riskKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameGTE = data - case "riskKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameLT = data - case "riskKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindNameLTE = data case "riskKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162145,34 +136917,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.RiskKindIDNotIn = data - case "riskKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDGT = data - case "riskKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDGTE = data - case "riskKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDLT = data - case "riskKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskKindIDLTE = data case "riskKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162250,34 +136994,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.RiskCategoryNameNotIn = data - case "riskCategoryNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameGT = data - case "riskCategoryNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameGTE = data - case "riskCategoryNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameLT = data - case "riskCategoryNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryNameLTE = data case "riskCategoryNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162355,34 +137071,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.RiskCategoryIDNotIn = data - case "riskCategoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDGT = data - case "riskCategoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDGTE = data - case "riskCategoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDLT = data - case "riskCategoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RiskCategoryIDLTE = data case "riskCategoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("riskCategoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162460,34 +137148,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162565,34 +137225,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162670,34 +137302,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162775,34 +137379,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -162908,34 +137484,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163013,34 +137561,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.IntegrationIDNotIn = data - case "integrationIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGT = data - case "integrationIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDGTE = data - case "integrationIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLT = data - case "integrationIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IntegrationIDLTE = data case "integrationIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("integrationIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163097,27 +137617,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ObservedAt = data - case "observedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNEQ = data - case "observedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtIn = data - case "observedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ObservedAtNotIn = data case "observedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("observedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -163188,34 +137687,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163293,34 +137764,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163496,20 +137939,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ScoreNEQ = data - case "scoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScoreIn = data - case "scoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ScoreNotIn = data case "scoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -163580,34 +138009,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.MitigationNotIn = data - case "mitigationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationGT = data - case "mitigationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationGTE = data - case "mitigationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationLT = data - case "mitigationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.MitigationLTE = data case "mitigationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163685,34 +138086,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163790,34 +138163,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.BusinessCostsNotIn = data - case "businessCostsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsGT = data - case "businessCostsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsGTE = data - case "businessCostsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsLT = data - case "businessCostsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BusinessCostsLTE = data case "businessCostsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("businessCostsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -163895,34 +138240,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.StakeholderIDNotIn = data - case "stakeholderIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDGT = data - case "stakeholderIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDGTE = data - case "stakeholderIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDLT = data - case "stakeholderIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StakeholderIDLTE = data case "stakeholderIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("stakeholderIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -164000,34 +138317,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -164084,27 +138373,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.MitigatedAt = data - case "mitigatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtNEQ = data - case "mitigatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtIn = data - case "mitigatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.MitigatedAtNotIn = data case "mitigatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("mitigatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -164182,27 +138450,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.LastReviewedAt = data - case "lastReviewedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNEQ = data - case "lastReviewedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtIn = data - case "lastReviewedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedAtNotIn = data case "lastReviewedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -164294,27 +138541,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.DueDate = data - case "dueDateNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueDateNEQ = data - case "dueDateIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateIn = data - case "dueDateNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueDateNotIn = data case "dueDateGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueDateGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -164364,27 +138590,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.NextReviewDueAt = data - case "nextReviewDueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtNEQ = data - case "nextReviewDueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtIn = data - case "nextReviewDueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.NextReviewDueAtNotIn = data case "nextReviewDueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nextReviewDueAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -164441,20 +138646,6 @@ func (ec *executionContext) unmarshalInputRiskHistoryWhereInput(ctx context.Cont return it, err } it.ResidualScoreNEQ = data - case "residualScoreIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResidualScoreIn = data - case "residualScoreNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.ResidualScoreNotIn = data case "residualScoreGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("residualScoreGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -164596,7 +138787,7 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slaDays", "slaDaysNEQ", "slaDaysIn", "slaDaysNotIn", "slaDaysGT", "slaDaysGTE", "slaDaysLT", "slaDaysLTE", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slaDays", "slaDaysNEQ", "slaDaysGT", "slaDaysGTE", "slaDaysLT", "slaDaysLTE", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -164652,34 +138843,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -164701,27 +138864,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -164778,34 +138920,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -164890,27 +139004,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -164960,27 +139053,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -165051,34 +139123,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165156,34 +139200,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165261,34 +139277,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165366,34 +139354,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165457,34 +139417,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165548,20 +139480,6 @@ func (ec *executionContext) unmarshalInputSLADefinitionHistoryWhereInput(ctx con return it, err } it.SLADaysNEQ = data - case "slaDaysIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SLADaysIn = data - case "slaDaysNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.SLADaysNotIn = data case "slaDaysGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slaDaysGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -165675,7 +139593,7 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobID", "jobIDNEQ", "jobIDIn", "jobIDNotIn", "jobIDGT", "jobIDGTE", "jobIDLT", "jobIDLTE", "jobIDContains", "jobIDHasPrefix", "jobIDHasSuffix", "jobIDEqualFold", "jobIDContainsFold", "active", "activeNEQ", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDGT", "jobRunnerIDGTE", "jobRunnerIDLT", "jobRunnerIDLTE", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "jobID", "jobIDNEQ", "jobIDIn", "jobIDNotIn", "jobIDContains", "jobIDHasPrefix", "jobIDHasSuffix", "jobIDEqualFold", "jobIDContainsFold", "active", "activeNEQ", "jobRunnerID", "jobRunnerIDNEQ", "jobRunnerIDIn", "jobRunnerIDNotIn", "jobRunnerIDContains", "jobRunnerIDHasPrefix", "jobRunnerIDHasSuffix", "jobRunnerIDIsNil", "jobRunnerIDNotNil", "jobRunnerIDEqualFold", "jobRunnerIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -165731,34 +139649,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -165780,27 +139670,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -165857,34 +139726,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -165969,27 +139810,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -166039,27 +139859,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -166130,34 +139929,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166235,34 +140006,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166340,34 +140083,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166445,34 +140160,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166536,34 +140223,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166641,34 +140300,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.JobIDNotIn = data - case "jobIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDGT = data - case "jobIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDGTE = data - case "jobIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDLT = data - case "jobIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobIDLTE = data case "jobIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166746,34 +140377,6 @@ func (ec *executionContext) unmarshalInputScheduledJobHistoryWhereInput(ctx cont return it, err } it.JobRunnerIDNotIn = data - case "jobRunnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGT = data - case "jobRunnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDGTE = data - case "jobRunnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLT = data - case "jobRunnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.JobRunnerIDLTE = data case "jobRunnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("jobRunnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -166880,7 +140483,7 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "shortName", "shortNameNEQ", "shortNameIn", "shortNameNotIn", "shortNameGT", "shortNameGTE", "shortNameLT", "shortNameLTE", "shortNameContains", "shortNameHasPrefix", "shortNameHasSuffix", "shortNameIsNil", "shortNameNotNil", "shortNameEqualFold", "shortNameContainsFold", "framework", "frameworkNEQ", "frameworkIn", "frameworkNotIn", "frameworkGT", "frameworkGTE", "frameworkLT", "frameworkLTE", "frameworkContains", "frameworkHasPrefix", "frameworkHasSuffix", "frameworkIsNil", "frameworkNotNil", "frameworkEqualFold", "frameworkContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "governingBodyLogoURL", "governingBodyLogoURLNEQ", "governingBodyLogoURLIn", "governingBodyLogoURLNotIn", "governingBodyLogoURLGT", "governingBodyLogoURLGTE", "governingBodyLogoURLLT", "governingBodyLogoURLLTE", "governingBodyLogoURLContains", "governingBodyLogoURLHasPrefix", "governingBodyLogoURLHasSuffix", "governingBodyLogoURLIsNil", "governingBodyLogoURLNotNil", "governingBodyLogoURLEqualFold", "governingBodyLogoURLContainsFold", "governingBody", "governingBodyNEQ", "governingBodyIn", "governingBodyNotIn", "governingBodyGT", "governingBodyGTE", "governingBodyLT", "governingBodyLTE", "governingBodyContains", "governingBodyHasPrefix", "governingBodyHasSuffix", "governingBodyIsNil", "governingBodyNotNil", "governingBodyEqualFold", "governingBodyContainsFold", "link", "linkNEQ", "linkIn", "linkNotIn", "linkGT", "linkGTE", "linkLT", "linkLTE", "linkContains", "linkHasPrefix", "linkHasSuffix", "linkIsNil", "linkNotNil", "linkEqualFold", "linkContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "isPublic", "isPublicNEQ", "isPublicIsNil", "isPublicNotNil", "freeToUse", "freeToUseNEQ", "freeToUseIsNil", "freeToUseNotNil", "standardType", "standardTypeNEQ", "standardTypeIn", "standardTypeNotIn", "standardTypeGT", "standardTypeGTE", "standardTypeLT", "standardTypeLTE", "standardTypeContains", "standardTypeHasPrefix", "standardTypeHasSuffix", "standardTypeIsNil", "standardTypeNotNil", "standardTypeEqualFold", "standardTypeContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionContains", "revisionHasPrefix", "revisionHasSuffix", "revisionIsNil", "revisionNotNil", "revisionEqualFold", "revisionContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "shortName", "shortNameNEQ", "shortNameIn", "shortNameNotIn", "shortNameContains", "shortNameHasPrefix", "shortNameHasSuffix", "shortNameIsNil", "shortNameNotNil", "shortNameEqualFold", "shortNameContainsFold", "framework", "frameworkNEQ", "frameworkIn", "frameworkNotIn", "frameworkContains", "frameworkHasPrefix", "frameworkHasSuffix", "frameworkIsNil", "frameworkNotNil", "frameworkEqualFold", "frameworkContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "governingBodyLogoURL", "governingBodyLogoURLNEQ", "governingBodyLogoURLIn", "governingBodyLogoURLNotIn", "governingBodyLogoURLContains", "governingBodyLogoURLHasPrefix", "governingBodyLogoURLHasSuffix", "governingBodyLogoURLIsNil", "governingBodyLogoURLNotNil", "governingBodyLogoURLEqualFold", "governingBodyLogoURLContainsFold", "governingBody", "governingBodyNEQ", "governingBodyIn", "governingBodyNotIn", "governingBodyContains", "governingBodyHasPrefix", "governingBodyHasSuffix", "governingBodyIsNil", "governingBodyNotNil", "governingBodyEqualFold", "governingBodyContainsFold", "link", "linkNEQ", "linkIn", "linkNotIn", "linkContains", "linkHasPrefix", "linkHasSuffix", "linkIsNil", "linkNotNil", "linkEqualFold", "linkContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "isPublic", "isPublicNEQ", "isPublicIsNil", "isPublicNotNil", "freeToUse", "freeToUseNEQ", "freeToUseIsNil", "freeToUseNotNil", "standardType", "standardTypeNEQ", "standardTypeIn", "standardTypeNotIn", "standardTypeContains", "standardTypeHasPrefix", "standardTypeHasSuffix", "standardTypeIsNil", "standardTypeNotNil", "standardTypeEqualFold", "standardTypeContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -166936,34 +140539,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -166985,27 +140560,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -167062,34 +140616,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167174,27 +140700,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -167244,27 +140749,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -167335,34 +140819,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167440,34 +140896,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167545,34 +140973,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167650,34 +141050,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.RevisionNotIn = data - case "revisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGT = data - case "revisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionGTE = data - case "revisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLT = data - case "revisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RevisionLTE = data case "revisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167755,34 +141127,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167888,34 +141232,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -167993,34 +141309,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168098,34 +141386,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168189,34 +141449,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.ShortNameNotIn = data - case "shortNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameGT = data - case "shortNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameGTE = data - case "shortNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameLT = data - case "shortNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ShortNameLTE = data case "shortNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shortNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168294,34 +141526,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.FrameworkNotIn = data - case "frameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkGT = data - case "frameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkGTE = data - case "frameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkLT = data - case "frameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FrameworkLTE = data case "frameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("frameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168399,34 +141603,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168504,34 +141680,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.GoverningBodyLogoURLNotIn = data - case "governingBodyLogoURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLGT = data - case "governingBodyLogoURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLGTE = data - case "governingBodyLogoURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLLT = data - case "governingBodyLogoURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLogoURLLTE = data case "governingBodyLogoURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLogoURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168609,34 +141757,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.GoverningBodyNotIn = data - case "governingBodyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyGT = data - case "governingBodyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyGTE = data - case "governingBodyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLT = data - case "governingBodyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.GoverningBodyLTE = data case "governingBodyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("governingBodyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168714,34 +141834,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.LinkNotIn = data - case "linkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkGT = data - case "linkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkGTE = data - case "linkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkLT = data - case "linkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LinkLTE = data case "linkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("linkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -168917,34 +142009,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.StandardTypeNotIn = data - case "standardTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeGT = data - case "standardTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeGTE = data - case "standardTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeLT = data - case "standardTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardTypeLTE = data case "standardTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169022,34 +142086,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.VersionNotIn = data - case "versionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGT = data - case "versionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGTE = data - case "versionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLT = data - case "versionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLTE = data case "versionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169127,34 +142163,6 @@ func (ec *executionContext) unmarshalInputStandardHistoryWhereInput(ctx context. return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169261,7 +142269,7 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDGT", "referenceIDGTE", "referenceIDLT", "referenceIDLTE", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDGT", "auditorReferenceIDGTE", "auditorReferenceIDLT", "auditorReferenceIDLTE", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDGT", "responsiblePartyIDGTE", "responsiblePartyIDLT", "responsiblePartyIDLTE", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionGT", "implementationDescriptionGTE", "implementationDescriptionLT", "implementationDescriptionLTE", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationGT", "publicRepresentationGTE", "publicRepresentationLT", "publicRepresentationLTE", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameGT", "sourceNameGTE", "sourceNameLT", "sourceNameLTE", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkGT", "referenceFrameworkGTE", "referenceFrameworkLT", "referenceFrameworkLTE", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionGT", "referenceFrameworkRevisionGTE", "referenceFrameworkRevisionLT", "referenceFrameworkRevisionLTE", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDGT", "categoryIDGTE", "categoryIDLT", "categoryIDLTE", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryGT", "subcategoryGTE", "subcategoryLT", "subcategoryLTE", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDGT", "controlOwnerIDGTE", "controlOwnerIDLT", "controlOwnerIDLTE", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDGT", "delegateIDGTE", "delegateIDLT", "delegateIDLTE", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "subcontrolKindName", "subcontrolKindNameNEQ", "subcontrolKindNameIn", "subcontrolKindNameNotIn", "subcontrolKindNameGT", "subcontrolKindNameGTE", "subcontrolKindNameLT", "subcontrolKindNameLTE", "subcontrolKindNameContains", "subcontrolKindNameHasPrefix", "subcontrolKindNameHasSuffix", "subcontrolKindNameIsNil", "subcontrolKindNameNotNil", "subcontrolKindNameEqualFold", "subcontrolKindNameContainsFold", "subcontrolKindID", "subcontrolKindIDNEQ", "subcontrolKindIDIn", "subcontrolKindIDNotIn", "subcontrolKindIDGT", "subcontrolKindIDGTE", "subcontrolKindIDLT", "subcontrolKindIDLTE", "subcontrolKindIDContains", "subcontrolKindIDHasPrefix", "subcontrolKindIDHasSuffix", "subcontrolKindIDIsNil", "subcontrolKindIDNotNil", "subcontrolKindIDEqualFold", "subcontrolKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeGT", "refCodeGTE", "refCodeLT", "refCodeLTE", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDGT", "controlIDGTE", "controlIDLT", "controlIDLTE", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "referenceID", "referenceIDNEQ", "referenceIDIn", "referenceIDNotIn", "referenceIDContains", "referenceIDHasPrefix", "referenceIDHasSuffix", "referenceIDIsNil", "referenceIDNotNil", "referenceIDEqualFold", "referenceIDContainsFold", "auditorReferenceID", "auditorReferenceIDNEQ", "auditorReferenceIDIn", "auditorReferenceIDNotIn", "auditorReferenceIDContains", "auditorReferenceIDHasPrefix", "auditorReferenceIDHasSuffix", "auditorReferenceIDIsNil", "auditorReferenceIDNotNil", "auditorReferenceIDEqualFold", "auditorReferenceIDContainsFold", "responsiblePartyID", "responsiblePartyIDNEQ", "responsiblePartyIDIn", "responsiblePartyIDNotIn", "responsiblePartyIDContains", "responsiblePartyIDHasPrefix", "responsiblePartyIDHasSuffix", "responsiblePartyIDIsNil", "responsiblePartyIDNotNil", "responsiblePartyIDEqualFold", "responsiblePartyIDContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "implementationStatus", "implementationStatusNEQ", "implementationStatusIn", "implementationStatusNotIn", "implementationStatusIsNil", "implementationStatusNotNil", "implementationDescription", "implementationDescriptionNEQ", "implementationDescriptionIn", "implementationDescriptionNotIn", "implementationDescriptionContains", "implementationDescriptionHasPrefix", "implementationDescriptionHasSuffix", "implementationDescriptionIsNil", "implementationDescriptionNotNil", "implementationDescriptionEqualFold", "implementationDescriptionContainsFold", "publicRepresentation", "publicRepresentationNEQ", "publicRepresentationIn", "publicRepresentationNotIn", "publicRepresentationContains", "publicRepresentationHasPrefix", "publicRepresentationHasSuffix", "publicRepresentationIsNil", "publicRepresentationNotNil", "publicRepresentationEqualFold", "publicRepresentationContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceIsNil", "sourceNotNil", "sourceName", "sourceNameNEQ", "sourceNameIn", "sourceNameNotIn", "sourceNameContains", "sourceNameHasPrefix", "sourceNameHasSuffix", "sourceNameIsNil", "sourceNameNotNil", "sourceNameEqualFold", "sourceNameContainsFold", "referenceFramework", "referenceFrameworkNEQ", "referenceFrameworkIn", "referenceFrameworkNotIn", "referenceFrameworkContains", "referenceFrameworkHasPrefix", "referenceFrameworkHasSuffix", "referenceFrameworkIsNil", "referenceFrameworkNotNil", "referenceFrameworkEqualFold", "referenceFrameworkContainsFold", "referenceFrameworkRevision", "referenceFrameworkRevisionNEQ", "referenceFrameworkRevisionIn", "referenceFrameworkRevisionNotIn", "referenceFrameworkRevisionContains", "referenceFrameworkRevisionHasPrefix", "referenceFrameworkRevisionHasSuffix", "referenceFrameworkRevisionIsNil", "referenceFrameworkRevisionNotNil", "referenceFrameworkRevisionEqualFold", "referenceFrameworkRevisionContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "categoryID", "categoryIDNEQ", "categoryIDIn", "categoryIDNotIn", "categoryIDContains", "categoryIDHasPrefix", "categoryIDHasSuffix", "categoryIDIsNil", "categoryIDNotNil", "categoryIDEqualFold", "categoryIDContainsFold", "subcategory", "subcategoryNEQ", "subcategoryIn", "subcategoryNotIn", "subcategoryContains", "subcategoryHasPrefix", "subcategoryHasSuffix", "subcategoryIsNil", "subcategoryNotNil", "subcategoryEqualFold", "subcategoryContainsFold", "controlOwnerID", "controlOwnerIDNEQ", "controlOwnerIDIn", "controlOwnerIDNotIn", "controlOwnerIDContains", "controlOwnerIDHasPrefix", "controlOwnerIDHasSuffix", "controlOwnerIDIsNil", "controlOwnerIDNotNil", "controlOwnerIDEqualFold", "controlOwnerIDContainsFold", "delegateID", "delegateIDNEQ", "delegateIDIn", "delegateIDNotIn", "delegateIDContains", "delegateIDHasPrefix", "delegateIDHasSuffix", "delegateIDIsNil", "delegateIDNotNil", "delegateIDEqualFold", "delegateIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "subcontrolKindName", "subcontrolKindNameNEQ", "subcontrolKindNameIn", "subcontrolKindNameNotIn", "subcontrolKindNameContains", "subcontrolKindNameHasPrefix", "subcontrolKindNameHasSuffix", "subcontrolKindNameIsNil", "subcontrolKindNameNotNil", "subcontrolKindNameEqualFold", "subcontrolKindNameContainsFold", "subcontrolKindID", "subcontrolKindIDNEQ", "subcontrolKindIDIn", "subcontrolKindIDNotIn", "subcontrolKindIDContains", "subcontrolKindIDHasPrefix", "subcontrolKindIDHasSuffix", "subcontrolKindIDIsNil", "subcontrolKindIDNotNil", "subcontrolKindIDEqualFold", "subcontrolKindIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "refCode", "refCodeNEQ", "refCodeIn", "refCodeNotIn", "refCodeContains", "refCodeHasPrefix", "refCodeHasSuffix", "refCodeEqualFold", "refCodeContainsFold", "controlID", "controlIDNEQ", "controlIDIn", "controlIDNotIn", "controlIDContains", "controlIDHasPrefix", "controlIDHasSuffix", "controlIDEqualFold", "controlIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -169317,34 +142325,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -169366,27 +142346,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -169443,34 +142402,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169555,27 +142486,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -169625,27 +142535,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -169716,34 +142605,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169821,34 +142682,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -169926,34 +142759,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170031,34 +142836,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170122,34 +142899,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170227,34 +142976,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170332,34 +143053,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170437,34 +143130,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ReferenceIDNotIn = data - case "referenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGT = data - case "referenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDGTE = data - case "referenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLT = data - case "referenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceIDLTE = data case "referenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170542,34 +143207,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.AuditorReferenceIDNotIn = data - case "auditorReferenceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGT = data - case "auditorReferenceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDGTE = data - case "auditorReferenceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLT = data - case "auditorReferenceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuditorReferenceIDLTE = data case "auditorReferenceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("auditorReferenceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170647,34 +143284,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ResponsiblePartyIDNotIn = data - case "responsiblePartyIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGT = data - case "responsiblePartyIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDGTE = data - case "responsiblePartyIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLT = data - case "responsiblePartyIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResponsiblePartyIDLTE = data case "responsiblePartyIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("responsiblePartyIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170836,34 +143445,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ImplementationDescriptionNotIn = data - case "implementationDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGT = data - case "implementationDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionGTE = data - case "implementationDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLT = data - case "implementationDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ImplementationDescriptionLTE = data case "implementationDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("implementationDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -170941,34 +143522,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.PublicRepresentationNotIn = data - case "publicRepresentationGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGT = data - case "publicRepresentationGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationGTE = data - case "publicRepresentationLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLT = data - case "publicRepresentationLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PublicRepresentationLTE = data case "publicRepresentationContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publicRepresentationContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171088,34 +143641,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.SourceNameNotIn = data - case "sourceNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGT = data - case "sourceNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameGTE = data - case "sourceNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLT = data - case "sourceNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceNameLTE = data case "sourceNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171193,34 +143718,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ReferenceFrameworkNotIn = data - case "referenceFrameworkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGT = data - case "referenceFrameworkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkGTE = data - case "referenceFrameworkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLT = data - case "referenceFrameworkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkLTE = data case "referenceFrameworkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171298,34 +143795,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ReferenceFrameworkRevisionNotIn = data - case "referenceFrameworkRevisionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGT = data - case "referenceFrameworkRevisionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionGTE = data - case "referenceFrameworkRevisionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLT = data - case "referenceFrameworkRevisionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceFrameworkRevisionLTE = data case "referenceFrameworkRevisionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceFrameworkRevisionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171403,34 +143872,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171508,34 +143949,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.CategoryIDNotIn = data - case "categoryIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGT = data - case "categoryIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDGTE = data - case "categoryIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLT = data - case "categoryIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryIDLTE = data case "categoryIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171613,34 +144026,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.SubcategoryNotIn = data - case "subcategoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGT = data - case "subcategoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryGTE = data - case "subcategoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLT = data - case "subcategoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcategoryLTE = data case "subcategoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcategoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171718,34 +144103,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ControlOwnerIDNotIn = data - case "controlOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGT = data - case "controlOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDGTE = data - case "controlOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLT = data - case "controlOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlOwnerIDLTE = data case "controlOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171823,34 +144180,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.DelegateIDNotIn = data - case "delegateIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGT = data - case "delegateIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDGTE = data - case "delegateIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLT = data - case "delegateIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateIDLTE = data case "delegateIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -171928,34 +144257,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172061,34 +144362,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172166,34 +144439,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172271,34 +144516,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.SubcontrolKindNameNotIn = data - case "subcontrolKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameGT = data - case "subcontrolKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameGTE = data - case "subcontrolKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameLT = data - case "subcontrolKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindNameLTE = data case "subcontrolKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172376,34 +144593,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.SubcontrolKindIDNotIn = data - case "subcontrolKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDGT = data - case "subcontrolKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDGTE = data - case "subcontrolKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDLT = data - case "subcontrolKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubcontrolKindIDLTE = data case "subcontrolKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subcontrolKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172509,34 +144698,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.RefCodeNotIn = data - case "refCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGT = data - case "refCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeGTE = data - case "refCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLT = data - case "refCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefCodeLTE = data case "refCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172600,34 +144761,6 @@ func (ec *executionContext) unmarshalInputSubcontrolHistoryWhereInput(ctx contex return it, err } it.ControlIDNotIn = data - case "controlIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGT = data - case "controlIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDGTE = data - case "controlIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLT = data - case "controlIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ControlIDLTE = data case "controlIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("controlIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -172720,7 +144853,7 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -172776,34 +144909,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -172825,27 +144930,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -172902,34 +144986,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173014,27 +145070,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -173084,27 +145119,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -173175,34 +145189,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173280,34 +145266,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173385,34 +145343,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173490,34 +145420,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173623,34 +145525,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173728,34 +145602,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173833,34 +145679,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -173924,34 +145742,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174029,34 +145819,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174134,34 +145896,6 @@ func (ec *executionContext) unmarshalInputSubprocessorHistoryWhereInput(ctx cont return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174268,7 +146002,7 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemName", "systemNameNEQ", "systemNameIn", "systemNameNotIn", "systemNameGT", "systemNameGTE", "systemNameLT", "systemNameLTE", "systemNameContains", "systemNameHasPrefix", "systemNameHasSuffix", "systemNameEqualFold", "systemNameContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionGT", "versionGTE", "versionLT", "versionLTE", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "authorizationBoundary", "authorizationBoundaryNEQ", "authorizationBoundaryIn", "authorizationBoundaryNotIn", "authorizationBoundaryGT", "authorizationBoundaryGTE", "authorizationBoundaryLT", "authorizationBoundaryLTE", "authorizationBoundaryContains", "authorizationBoundaryHasPrefix", "authorizationBoundaryHasSuffix", "authorizationBoundaryIsNil", "authorizationBoundaryNotNil", "authorizationBoundaryEqualFold", "authorizationBoundaryContainsFold", "sensitivityLevel", "sensitivityLevelNEQ", "sensitivityLevelIn", "sensitivityLevelNotIn", "sensitivityLevelIsNil", "sensitivityLevelNotNil", "lastReviewed", "lastReviewedNEQ", "lastReviewedIn", "lastReviewedNotIn", "lastReviewedGT", "lastReviewedGTE", "lastReviewedLT", "lastReviewedLTE", "lastReviewedIsNil", "lastReviewedNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemName", "systemNameNEQ", "systemNameIn", "systemNameNotIn", "systemNameContains", "systemNameHasPrefix", "systemNameHasSuffix", "systemNameEqualFold", "systemNameContainsFold", "version", "versionNEQ", "versionIn", "versionNotIn", "versionContains", "versionHasPrefix", "versionHasSuffix", "versionIsNil", "versionNotNil", "versionEqualFold", "versionContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "authorizationBoundary", "authorizationBoundaryNEQ", "authorizationBoundaryIn", "authorizationBoundaryNotIn", "authorizationBoundaryContains", "authorizationBoundaryHasPrefix", "authorizationBoundaryHasSuffix", "authorizationBoundaryIsNil", "authorizationBoundaryNotNil", "authorizationBoundaryEqualFold", "authorizationBoundaryContainsFold", "sensitivityLevel", "sensitivityLevelNEQ", "sensitivityLevelIn", "sensitivityLevelNotIn", "sensitivityLevelIsNil", "sensitivityLevelNotNil", "lastReviewed", "lastReviewedGT", "lastReviewedGTE", "lastReviewedLT", "lastReviewedLTE", "lastReviewedIsNil", "lastReviewedNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -174324,34 +146058,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -174373,27 +146079,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -174450,34 +146135,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174562,27 +146219,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -174632,27 +146268,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -174723,34 +146338,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174828,34 +146415,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -174933,34 +146492,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175038,34 +146569,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175129,34 +146632,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175234,34 +146709,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.SystemNameNotIn = data - case "systemNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameGT = data - case "systemNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameGTE = data - case "systemNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameLT = data - case "systemNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemNameLTE = data case "systemNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175325,34 +146772,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.VersionNotIn = data - case "versionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGT = data - case "versionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionGTE = data - case "versionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLT = data - case "versionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VersionLTE = data case "versionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("versionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175430,34 +146849,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175535,34 +146926,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.AuthorizationBoundaryNotIn = data - case "authorizationBoundaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryGT = data - case "authorizationBoundaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryGTE = data - case "authorizationBoundaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryLT = data - case "authorizationBoundaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AuthorizationBoundaryLTE = data case "authorizationBoundaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("authorizationBoundaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -175661,27 +147024,6 @@ func (ec *executionContext) unmarshalInputSystemDetailHistoryWhereInput(ctx cont return it, err } it.LastReviewed = data - case "lastReviewedNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedNEQ = data - case "lastReviewedIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedIn = data - case "lastReviewedNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastReviewedNotIn = data case "lastReviewedGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastReviewedGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -175781,7 +147123,7 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "taskKindName", "taskKindNameNEQ", "taskKindNameIn", "taskKindNameNotIn", "taskKindNameGT", "taskKindNameGTE", "taskKindNameLT", "taskKindNameLTE", "taskKindNameContains", "taskKindNameHasPrefix", "taskKindNameHasSuffix", "taskKindNameIsNil", "taskKindNameNotNil", "taskKindNameEqualFold", "taskKindNameContainsFold", "taskKindID", "taskKindIDNEQ", "taskKindIDIn", "taskKindIDNotIn", "taskKindIDGT", "taskKindIDGTE", "taskKindIDLT", "taskKindIDLTE", "taskKindIDContains", "taskKindIDHasPrefix", "taskKindIDHasSuffix", "taskKindIDIsNil", "taskKindIDNotNil", "taskKindIDEqualFold", "taskKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDGT", "externalUUIDGTE", "externalUUIDLT", "externalUUIDLTE", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsGT", "detailsGTE", "detailsLT", "detailsLTE", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "due", "dueNEQ", "dueIn", "dueNotIn", "dueGT", "dueGTE", "dueLT", "dueLTE", "dueIsNil", "dueNotNil", "completed", "completedNEQ", "completedIn", "completedNotIn", "completedGT", "completedGTE", "completedLT", "completedLTE", "completedIsNil", "completedNotNil", "assigneeID", "assigneeIDNEQ", "assigneeIDIn", "assigneeIDNotIn", "assigneeIDGT", "assigneeIDGTE", "assigneeIDLT", "assigneeIDLTE", "assigneeIDContains", "assigneeIDHasPrefix", "assigneeIDHasSuffix", "assigneeIDIsNil", "assigneeIDNotNil", "assigneeIDEqualFold", "assigneeIDContainsFold", "assignerID", "assignerIDNEQ", "assignerIDIn", "assignerIDNotIn", "assignerIDGT", "assignerIDGTE", "assignerIDLT", "assignerIDLTE", "assignerIDContains", "assignerIDHasPrefix", "assignerIDHasSuffix", "assignerIDIsNil", "assignerIDNotNil", "assignerIDEqualFold", "assignerIDContainsFold", "systemGenerated", "systemGeneratedNEQ", "isTemplate", "isTemplateNEQ", "isSuggested", "isSuggestedNEQ", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "sourceKey", "sourceKeyNEQ", "sourceKeyIn", "sourceKeyNotIn", "sourceKeyGT", "sourceKeyGTE", "sourceKeyLT", "sourceKeyLTE", "sourceKeyContains", "sourceKeyHasPrefix", "sourceKeyHasSuffix", "sourceKeyIsNil", "sourceKeyNotNil", "sourceKeyEqualFold", "sourceKeyContainsFold", "idempotencyKey", "idempotencyKeyNEQ", "idempotencyKeyIn", "idempotencyKeyNotIn", "idempotencyKeyGT", "idempotencyKeyGTE", "idempotencyKeyLT", "idempotencyKeyLTE", "idempotencyKeyContains", "idempotencyKeyHasPrefix", "idempotencyKeyHasSuffix", "idempotencyKeyIsNil", "idempotencyKeyNotNil", "idempotencyKeyEqualFold", "idempotencyKeyContainsFold", "parentTaskID", "parentTaskIDNEQ", "parentTaskIDIn", "parentTaskIDNotIn", "parentTaskIDGT", "parentTaskIDGTE", "parentTaskIDLT", "parentTaskIDLTE", "parentTaskIDContains", "parentTaskIDHasPrefix", "parentTaskIDHasSuffix", "parentTaskIDIsNil", "parentTaskIDNotNil", "parentTaskIDEqualFold", "parentTaskIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "taskKindName", "taskKindNameNEQ", "taskKindNameIn", "taskKindNameNotIn", "taskKindNameContains", "taskKindNameHasPrefix", "taskKindNameHasSuffix", "taskKindNameIsNil", "taskKindNameNotNil", "taskKindNameEqualFold", "taskKindNameContainsFold", "taskKindID", "taskKindIDNEQ", "taskKindIDIn", "taskKindIDNotIn", "taskKindIDContains", "taskKindIDHasPrefix", "taskKindIDHasSuffix", "taskKindIDIsNil", "taskKindIDNotNil", "taskKindIDEqualFold", "taskKindIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalUUID", "externalUUIDNEQ", "externalUUIDIn", "externalUUIDNotIn", "externalUUIDContains", "externalUUIDHasPrefix", "externalUUIDHasSuffix", "externalUUIDIsNil", "externalUUIDNotNil", "externalUUIDEqualFold", "externalUUIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "details", "detailsNEQ", "detailsIn", "detailsNotIn", "detailsContains", "detailsHasPrefix", "detailsHasSuffix", "detailsIsNil", "detailsNotNil", "detailsEqualFold", "detailsContainsFold", "status", "statusNEQ", "statusIn", "statusNotIn", "due", "dueGT", "dueGTE", "dueLT", "dueLTE", "dueIsNil", "dueNotNil", "completed", "completedGT", "completedGTE", "completedLT", "completedLTE", "completedIsNil", "completedNotNil", "assigneeID", "assigneeIDNEQ", "assigneeIDIn", "assigneeIDNotIn", "assigneeIDContains", "assigneeIDHasPrefix", "assigneeIDHasSuffix", "assigneeIDIsNil", "assigneeIDNotNil", "assigneeIDEqualFold", "assigneeIDContainsFold", "assignerID", "assignerIDNEQ", "assignerIDIn", "assignerIDNotIn", "assignerIDContains", "assignerIDHasPrefix", "assignerIDHasSuffix", "assignerIDIsNil", "assignerIDNotNil", "assignerIDEqualFold", "assignerIDContainsFold", "systemGenerated", "systemGeneratedNEQ", "isTemplate", "isTemplateNEQ", "isSuggested", "isSuggestedNEQ", "priority", "priorityNEQ", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "sourceKey", "sourceKeyNEQ", "sourceKeyIn", "sourceKeyNotIn", "sourceKeyContains", "sourceKeyHasPrefix", "sourceKeyHasSuffix", "sourceKeyIsNil", "sourceKeyNotNil", "sourceKeyEqualFold", "sourceKeyContainsFold", "idempotencyKey", "idempotencyKeyNEQ", "idempotencyKeyIn", "idempotencyKeyNotIn", "idempotencyKeyContains", "idempotencyKeyHasPrefix", "idempotencyKeyHasSuffix", "idempotencyKeyIsNil", "idempotencyKeyNotNil", "idempotencyKeyEqualFold", "idempotencyKeyContainsFold", "parentTaskID", "parentTaskIDNEQ", "parentTaskIDIn", "parentTaskIDNotIn", "parentTaskIDContains", "parentTaskIDHasPrefix", "parentTaskIDHasSuffix", "parentTaskIDIsNil", "parentTaskIDNotNil", "parentTaskIDEqualFold", "parentTaskIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -175837,34 +147179,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -175886,27 +147200,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -175963,34 +147256,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176075,27 +147340,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -176145,27 +147389,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -176236,34 +147459,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176341,34 +147536,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176446,34 +147613,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176551,34 +147690,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176642,34 +147753,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176747,34 +147830,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.TaskKindNameNotIn = data - case "taskKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameGT = data - case "taskKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameGTE = data - case "taskKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameLT = data - case "taskKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindNameLTE = data case "taskKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176852,34 +147907,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.TaskKindIDNotIn = data - case "taskKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDGT = data - case "taskKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDGTE = data - case "taskKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDLT = data - case "taskKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TaskKindIDLTE = data case "taskKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("taskKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -176957,34 +147984,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177062,34 +148061,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177167,34 +148138,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177272,34 +148215,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177405,34 +148320,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.ExternalUUIDNotIn = data - case "externalUUIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGT = data - case "externalUUIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDGTE = data - case "externalUUIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLT = data - case "externalUUIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalUUIDLTE = data case "externalUUIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalUUIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177510,34 +148397,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177601,34 +148460,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.DetailsNotIn = data - case "detailsGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGT = data - case "detailsGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsGTE = data - case "detailsLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLT = data - case "detailsLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DetailsLTE = data case "detailsContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("detailsContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177713,27 +148544,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.Due = data - case "dueNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DueNEQ = data - case "dueIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueIn = data - case "dueNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueNotIn = data case "dueGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -177783,27 +148593,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.Completed = data - case "completedNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.CompletedNEQ = data - case "completedIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedIn = data - case "completedNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CompletedNotIn = data case "completedGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("completedGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -177874,34 +148663,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.AssigneeIDNotIn = data - case "assigneeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDGT = data - case "assigneeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDGTE = data - case "assigneeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDLT = data - case "assigneeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssigneeIDLTE = data case "assigneeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assigneeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -177979,34 +148740,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.AssignerIDNotIn = data - case "assignerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDGT = data - case "assignerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDGTE = data - case "assignerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDLT = data - case "assignerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignerIDLTE = data case "assignerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178112,20 +148845,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.PriorityNEQ = data - case "priorityIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.PriorityIn = data - case "priorityNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.PriorityNotIn = data case "priorityGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -178182,34 +148901,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178287,34 +148978,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.SourceKeyNotIn = data - case "sourceKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyGT = data - case "sourceKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyGTE = data - case "sourceKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyLT = data - case "sourceKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceKeyLTE = data case "sourceKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178392,34 +149055,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.IdempotencyKeyNotIn = data - case "idempotencyKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyGT = data - case "idempotencyKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyGTE = data - case "idempotencyKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyLT = data - case "idempotencyKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IdempotencyKeyLTE = data case "idempotencyKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idempotencyKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178497,34 +149132,6 @@ func (ec *executionContext) unmarshalInputTaskHistoryWhereInput(ctx context.Cont return it, err } it.ParentTaskIDNotIn = data - case "parentTaskIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDGT = data - case "parentTaskIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDGTE = data - case "parentTaskIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDLT = data - case "parentTaskIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ParentTaskIDLTE = data case "parentTaskIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("parentTaskIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178631,7 +149238,7 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "templateType", "templateTypeNEQ", "templateTypeIn", "templateTypeNotIn", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindIsNil", "kindNotNil", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "templateType", "templateTypeNEQ", "templateTypeIn", "templateTypeNotIn", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "kind", "kindNEQ", "kindIn", "kindNotIn", "kindIsNil", "kindNotNil", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -178687,34 +149294,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -178736,27 +149315,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -178813,34 +149371,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -178925,27 +149455,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -178995,27 +149504,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -179086,34 +149574,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179191,34 +149651,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179296,34 +149728,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179401,34 +149805,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179534,34 +149910,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179639,34 +149987,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179744,34 +150064,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179849,34 +150141,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -179954,34 +150218,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180059,34 +150295,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180164,34 +150372,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180283,34 +150463,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180430,34 +150582,6 @@ func (ec *executionContext) unmarshalInputTemplateHistoryWhereInput(ctx context. return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180564,7 +150688,7 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDEqualFold", "standardIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDEqualFold", "standardIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -180620,34 +150744,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -180669,27 +150765,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -180746,34 +150821,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -180858,27 +150905,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -180928,27 +150954,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -181019,34 +151024,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181124,34 +151101,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181229,34 +151178,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181334,34 +151255,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181425,34 +151318,6 @@ func (ec *executionContext) unmarshalInputTrustCenterComplianceHistoryWhereInput return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181559,7 +151424,7 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterDocKindName", "trustCenterDocKindNameNEQ", "trustCenterDocKindNameIn", "trustCenterDocKindNameNotIn", "trustCenterDocKindNameGT", "trustCenterDocKindNameGTE", "trustCenterDocKindNameLT", "trustCenterDocKindNameLTE", "trustCenterDocKindNameContains", "trustCenterDocKindNameHasPrefix", "trustCenterDocKindNameHasSuffix", "trustCenterDocKindNameIsNil", "trustCenterDocKindNameNotNil", "trustCenterDocKindNameEqualFold", "trustCenterDocKindNameContainsFold", "trustCenterDocKindID", "trustCenterDocKindIDNEQ", "trustCenterDocKindIDIn", "trustCenterDocKindIDNotIn", "trustCenterDocKindIDGT", "trustCenterDocKindIDGTE", "trustCenterDocKindIDLT", "trustCenterDocKindIDLTE", "trustCenterDocKindIDContains", "trustCenterDocKindIDHasPrefix", "trustCenterDocKindIDHasSuffix", "trustCenterDocKindIDIsNil", "trustCenterDocKindIDNotNil", "trustCenterDocKindIDEqualFold", "trustCenterDocKindIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "originalFileID", "originalFileIDNEQ", "originalFileIDIn", "originalFileIDNotIn", "originalFileIDGT", "originalFileIDGTE", "originalFileIDLT", "originalFileIDLTE", "originalFileIDContains", "originalFileIDHasPrefix", "originalFileIDHasSuffix", "originalFileIDIsNil", "originalFileIDNotNil", "originalFileIDEqualFold", "originalFileIDContainsFold", "watermarkingEnabled", "watermarkingEnabledNEQ", "watermarkingEnabledIsNil", "watermarkingEnabledNotNil", "watermarkStatus", "watermarkStatusNEQ", "watermarkStatusIn", "watermarkStatusNotIn", "watermarkStatusIsNil", "watermarkStatusNotNil", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "visibilityIsNil", "visibilityNotNil", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDGT", "standardIDGTE", "standardIDLT", "standardIDLTE", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterDocKindName", "trustCenterDocKindNameNEQ", "trustCenterDocKindNameIn", "trustCenterDocKindNameNotIn", "trustCenterDocKindNameContains", "trustCenterDocKindNameHasPrefix", "trustCenterDocKindNameHasSuffix", "trustCenterDocKindNameIsNil", "trustCenterDocKindNameNotNil", "trustCenterDocKindNameEqualFold", "trustCenterDocKindNameContainsFold", "trustCenterDocKindID", "trustCenterDocKindIDNEQ", "trustCenterDocKindIDIn", "trustCenterDocKindIDNotIn", "trustCenterDocKindIDContains", "trustCenterDocKindIDHasPrefix", "trustCenterDocKindIDHasSuffix", "trustCenterDocKindIDIsNil", "trustCenterDocKindIDNotNil", "trustCenterDocKindIDEqualFold", "trustCenterDocKindIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleEqualFold", "titleContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold", "originalFileID", "originalFileIDNEQ", "originalFileIDIn", "originalFileIDNotIn", "originalFileIDContains", "originalFileIDHasPrefix", "originalFileIDHasSuffix", "originalFileIDIsNil", "originalFileIDNotNil", "originalFileIDEqualFold", "originalFileIDContainsFold", "watermarkingEnabled", "watermarkingEnabledNEQ", "watermarkingEnabledIsNil", "watermarkingEnabledNotNil", "watermarkStatus", "watermarkStatusNEQ", "watermarkStatusIn", "watermarkStatusNotIn", "watermarkStatusIsNil", "watermarkStatusNotNil", "visibility", "visibilityNEQ", "visibilityIn", "visibilityNotIn", "visibilityIsNil", "visibilityNotNil", "standardID", "standardIDNEQ", "standardIDIn", "standardIDNotIn", "standardIDContains", "standardIDHasPrefix", "standardIDHasSuffix", "standardIDIsNil", "standardIDNotNil", "standardIDEqualFold", "standardIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -181615,34 +151480,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -181664,27 +151501,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -181741,34 +151557,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -181853,27 +151641,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -181923,27 +151690,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -182014,34 +151760,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182119,34 +151837,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182224,34 +151914,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182329,34 +151991,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.TrustCenterDocKindNameNotIn = data - case "trustCenterDocKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameGT = data - case "trustCenterDocKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameGTE = data - case "trustCenterDocKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameLT = data - case "trustCenterDocKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindNameLTE = data case "trustCenterDocKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182434,34 +152068,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.TrustCenterDocKindIDNotIn = data - case "trustCenterDocKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDGT = data - case "trustCenterDocKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDGTE = data - case "trustCenterDocKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDLT = data - case "trustCenterDocKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterDocKindIDLTE = data case "trustCenterDocKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterDocKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182539,34 +152145,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182644,34 +152222,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182735,34 +152285,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -182840,34 +152362,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.OriginalFileIDNotIn = data - case "originalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDGT = data - case "originalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDGTE = data - case "originalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDLT = data - case "originalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OriginalFileIDLTE = data case "originalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("originalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183057,34 +152551,6 @@ func (ec *executionContext) unmarshalInputTrustCenterDocHistoryWhereInput(ctx co return it, err } it.StandardIDNotIn = data - case "standardIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGT = data - case "standardIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDGTE = data - case "standardIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLT = data - case "standardIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StandardIDLTE = data case "standardIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("standardIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183191,7 +152657,7 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDGT", "logoFileIDGTE", "logoFileIDLT", "logoFileIDLTE", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlGT", "urlGTE", "urlLT", "urlLTE", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "logoFileID", "logoFileIDNEQ", "logoFileIDIn", "logoFileIDNotIn", "logoFileIDContains", "logoFileIDHasPrefix", "logoFileIDHasSuffix", "logoFileIDIsNil", "logoFileIDNotNil", "logoFileIDEqualFold", "logoFileIDContainsFold", "url", "urlNEQ", "urlIn", "urlNotIn", "urlContains", "urlHasPrefix", "urlHasSuffix", "urlIsNil", "urlNotNil", "urlEqualFold", "urlContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -183247,34 +152713,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -183296,27 +152734,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -183373,34 +152790,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183485,27 +152874,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -183555,27 +152923,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -183646,34 +152993,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183751,34 +153070,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183856,34 +153147,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -183961,34 +153224,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.LogoFileIDNotIn = data - case "logoFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGT = data - case "logoFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDGTE = data - case "logoFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLT = data - case "logoFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoFileIDLTE = data case "logoFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184066,34 +153301,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.URLNotIn = data - case "urlGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGT = data - case "urlGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLGTE = data - case "urlLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLT = data - case "urlLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.URLLTE = data case "urlContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("urlContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184171,34 +153378,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184276,34 +153455,6 @@ func (ec *executionContext) unmarshalInputTrustCenterEntityHistoryWhereInput(ctx return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184396,7 +153547,7 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterFaqKindName", "trustCenterFaqKindNameNEQ", "trustCenterFaqKindNameIn", "trustCenterFaqKindNameNotIn", "trustCenterFaqKindNameGT", "trustCenterFaqKindNameGTE", "trustCenterFaqKindNameLT", "trustCenterFaqKindNameLTE", "trustCenterFaqKindNameContains", "trustCenterFaqKindNameHasPrefix", "trustCenterFaqKindNameHasSuffix", "trustCenterFaqKindNameIsNil", "trustCenterFaqKindNameNotNil", "trustCenterFaqKindNameEqualFold", "trustCenterFaqKindNameContainsFold", "trustCenterFaqKindID", "trustCenterFaqKindIDNEQ", "trustCenterFaqKindIDIn", "trustCenterFaqKindIDNotIn", "trustCenterFaqKindIDGT", "trustCenterFaqKindIDGTE", "trustCenterFaqKindIDLT", "trustCenterFaqKindIDLTE", "trustCenterFaqKindIDContains", "trustCenterFaqKindIDHasPrefix", "trustCenterFaqKindIDHasSuffix", "trustCenterFaqKindIDIsNil", "trustCenterFaqKindIDNotNil", "trustCenterFaqKindIDEqualFold", "trustCenterFaqKindIDContainsFold", "noteID", "noteIDNEQ", "noteIDIn", "noteIDNotIn", "noteIDGT", "noteIDGTE", "noteIDLT", "noteIDLTE", "noteIDContains", "noteIDHasPrefix", "noteIDHasSuffix", "noteIDEqualFold", "noteIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "referenceLink", "referenceLinkNEQ", "referenceLinkIn", "referenceLinkNotIn", "referenceLinkGT", "referenceLinkGTE", "referenceLinkLT", "referenceLinkLTE", "referenceLinkContains", "referenceLinkHasPrefix", "referenceLinkHasSuffix", "referenceLinkIsNil", "referenceLinkNotNil", "referenceLinkEqualFold", "referenceLinkContainsFold", "displayOrder", "displayOrderNEQ", "displayOrderIn", "displayOrderNotIn", "displayOrderGT", "displayOrderGTE", "displayOrderLT", "displayOrderLTE", "displayOrderIsNil", "displayOrderNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterFaqKindName", "trustCenterFaqKindNameNEQ", "trustCenterFaqKindNameIn", "trustCenterFaqKindNameNotIn", "trustCenterFaqKindNameContains", "trustCenterFaqKindNameHasPrefix", "trustCenterFaqKindNameHasSuffix", "trustCenterFaqKindNameIsNil", "trustCenterFaqKindNameNotNil", "trustCenterFaqKindNameEqualFold", "trustCenterFaqKindNameContainsFold", "trustCenterFaqKindID", "trustCenterFaqKindIDNEQ", "trustCenterFaqKindIDIn", "trustCenterFaqKindIDNotIn", "trustCenterFaqKindIDContains", "trustCenterFaqKindIDHasPrefix", "trustCenterFaqKindIDHasSuffix", "trustCenterFaqKindIDIsNil", "trustCenterFaqKindIDNotNil", "trustCenterFaqKindIDEqualFold", "trustCenterFaqKindIDContainsFold", "noteID", "noteIDNEQ", "noteIDIn", "noteIDNotIn", "noteIDContains", "noteIDHasPrefix", "noteIDHasSuffix", "noteIDEqualFold", "noteIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "referenceLink", "referenceLinkNEQ", "referenceLinkIn", "referenceLinkNotIn", "referenceLinkContains", "referenceLinkHasPrefix", "referenceLinkHasSuffix", "referenceLinkIsNil", "referenceLinkNotNil", "referenceLinkEqualFold", "referenceLinkContainsFold", "displayOrder", "displayOrderNEQ", "displayOrderGT", "displayOrderGTE", "displayOrderLT", "displayOrderLTE", "displayOrderIsNil", "displayOrderNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -184452,34 +153603,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -184501,27 +153624,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184578,34 +153680,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184690,27 +153764,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184760,27 +153813,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -184851,34 +153883,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -184956,34 +153960,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185061,34 +154037,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185166,34 +154114,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.TrustCenterFaqKindNameNotIn = data - case "trustCenterFaqKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameGT = data - case "trustCenterFaqKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameGTE = data - case "trustCenterFaqKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameLT = data - case "trustCenterFaqKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindNameLTE = data case "trustCenterFaqKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185271,34 +154191,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.TrustCenterFaqKindIDNotIn = data - case "trustCenterFaqKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDGT = data - case "trustCenterFaqKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDGTE = data - case "trustCenterFaqKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDLT = data - case "trustCenterFaqKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterFaqKindIDLTE = data case "trustCenterFaqKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterFaqKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185376,34 +154268,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.NoteIDNotIn = data - case "noteIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDGT = data - case "noteIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDGTE = data - case "noteIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDLT = data - case "noteIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NoteIDLTE = data case "noteIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("noteIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185467,34 +154331,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185572,34 +154408,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.ReferenceLinkNotIn = data - case "referenceLinkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkGT = data - case "referenceLinkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkGTE = data - case "referenceLinkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkLT = data - case "referenceLinkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReferenceLinkLTE = data case "referenceLinkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("referenceLinkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -185663,20 +154471,6 @@ func (ec *executionContext) unmarshalInputTrustCenterFAQHistoryWhereInput(ctx co return it, err } it.DisplayOrderNEQ = data - case "displayOrderIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DisplayOrderIn = data - case "displayOrderNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.DisplayOrderNotIn = data case "displayOrderGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayOrderGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -185776,7 +154570,7 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugGT", "slugGTE", "slugLT", "slugLTE", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "customDomainID", "customDomainIDNEQ", "customDomainIDIn", "customDomainIDNotIn", "customDomainIDGT", "customDomainIDGTE", "customDomainIDLT", "customDomainIDLTE", "customDomainIDContains", "customDomainIDHasPrefix", "customDomainIDHasSuffix", "customDomainIDIsNil", "customDomainIDNotNil", "customDomainIDEqualFold", "customDomainIDContainsFold", "previewDomainID", "previewDomainIDNEQ", "previewDomainIDIn", "previewDomainIDNotIn", "previewDomainIDGT", "previewDomainIDGTE", "previewDomainIDLT", "previewDomainIDLTE", "previewDomainIDContains", "previewDomainIDHasPrefix", "previewDomainIDHasSuffix", "previewDomainIDIsNil", "previewDomainIDNotNil", "previewDomainIDEqualFold", "previewDomainIDContainsFold", "pirschDomainID", "pirschDomainIDNEQ", "pirschDomainIDIn", "pirschDomainIDNotIn", "pirschDomainIDGT", "pirschDomainIDGTE", "pirschDomainIDLT", "pirschDomainIDLTE", "pirschDomainIDContains", "pirschDomainIDHasPrefix", "pirschDomainIDHasSuffix", "pirschDomainIDIsNil", "pirschDomainIDNotNil", "pirschDomainIDEqualFold", "pirschDomainIDContainsFold", "pirschIdentificationCode", "pirschIdentificationCodeNEQ", "pirschIdentificationCodeIn", "pirschIdentificationCodeNotIn", "pirschIdentificationCodeGT", "pirschIdentificationCodeGTE", "pirschIdentificationCodeLT", "pirschIdentificationCodeLTE", "pirschIdentificationCodeContains", "pirschIdentificationCodeHasPrefix", "pirschIdentificationCodeHasSuffix", "pirschIdentificationCodeIsNil", "pirschIdentificationCodeNotNil", "pirschIdentificationCodeEqualFold", "pirschIdentificationCodeContainsFold", "pirschAccessLink", "pirschAccessLinkNEQ", "pirschAccessLinkIn", "pirschAccessLinkNotIn", "pirschAccessLinkGT", "pirschAccessLinkGTE", "pirschAccessLinkLT", "pirschAccessLinkLTE", "pirschAccessLinkContains", "pirschAccessLinkHasPrefix", "pirschAccessLinkHasSuffix", "pirschAccessLinkIsNil", "pirschAccessLinkNotNil", "pirschAccessLinkEqualFold", "pirschAccessLinkContainsFold", "previewStatus", "previewStatusNEQ", "previewStatusIn", "previewStatusNotIn", "previewStatusIsNil", "previewStatusNotNil", "subprocessorURL", "subprocessorURLNEQ", "subprocessorURLIn", "subprocessorURLNotIn", "subprocessorURLGT", "subprocessorURLGTE", "subprocessorURLLT", "subprocessorURLLTE", "subprocessorURLContains", "subprocessorURLHasPrefix", "subprocessorURLHasSuffix", "subprocessorURLIsNil", "subprocessorURLNotNil", "subprocessorURLEqualFold", "subprocessorURLContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "slug", "slugNEQ", "slugIn", "slugNotIn", "slugContains", "slugHasPrefix", "slugHasSuffix", "slugIsNil", "slugNotNil", "slugEqualFold", "slugContainsFold", "customDomainID", "customDomainIDNEQ", "customDomainIDIn", "customDomainIDNotIn", "customDomainIDContains", "customDomainIDHasPrefix", "customDomainIDHasSuffix", "customDomainIDIsNil", "customDomainIDNotNil", "customDomainIDEqualFold", "customDomainIDContainsFold", "previewDomainID", "previewDomainIDNEQ", "previewDomainIDIn", "previewDomainIDNotIn", "previewDomainIDContains", "previewDomainIDHasPrefix", "previewDomainIDHasSuffix", "previewDomainIDIsNil", "previewDomainIDNotNil", "previewDomainIDEqualFold", "previewDomainIDContainsFold", "pirschDomainID", "pirschDomainIDNEQ", "pirschDomainIDIn", "pirschDomainIDNotIn", "pirschDomainIDContains", "pirschDomainIDHasPrefix", "pirschDomainIDHasSuffix", "pirschDomainIDIsNil", "pirschDomainIDNotNil", "pirschDomainIDEqualFold", "pirschDomainIDContainsFold", "pirschIdentificationCode", "pirschIdentificationCodeNEQ", "pirschIdentificationCodeIn", "pirschIdentificationCodeNotIn", "pirschIdentificationCodeContains", "pirschIdentificationCodeHasPrefix", "pirschIdentificationCodeHasSuffix", "pirschIdentificationCodeIsNil", "pirschIdentificationCodeNotNil", "pirschIdentificationCodeEqualFold", "pirschIdentificationCodeContainsFold", "pirschAccessLink", "pirschAccessLinkNEQ", "pirschAccessLinkIn", "pirschAccessLinkNotIn", "pirschAccessLinkContains", "pirschAccessLinkHasPrefix", "pirschAccessLinkHasSuffix", "pirschAccessLinkIsNil", "pirschAccessLinkNotNil", "pirschAccessLinkEqualFold", "pirschAccessLinkContainsFold", "previewStatus", "previewStatusNEQ", "previewStatusIn", "previewStatusNotIn", "previewStatusIsNil", "previewStatusNotNil", "subprocessorURL", "subprocessorURLNEQ", "subprocessorURLIn", "subprocessorURLNotIn", "subprocessorURLContains", "subprocessorURLHasPrefix", "subprocessorURLHasSuffix", "subprocessorURLIsNil", "subprocessorURLNotNil", "subprocessorURLEqualFold", "subprocessorURLContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -185832,34 +154626,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -185881,27 +154647,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -185958,34 +154703,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186070,27 +154787,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -186140,27 +154836,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -186231,34 +154906,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186336,34 +154983,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186441,34 +155060,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186546,34 +155137,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186651,34 +155214,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.SlugNotIn = data - case "slugGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGT = data - case "slugGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugGTE = data - case "slugLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLT = data - case "slugLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SlugLTE = data case "slugContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("slugContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186756,34 +155291,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.CustomDomainIDNotIn = data - case "customDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDGT = data - case "customDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDGTE = data - case "customDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDLT = data - case "customDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CustomDomainIDLTE = data case "customDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("customDomainIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186861,34 +155368,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.PreviewDomainIDNotIn = data - case "previewDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDGT = data - case "previewDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDGTE = data - case "previewDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDLT = data - case "previewDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PreviewDomainIDLTE = data case "previewDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("previewDomainIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -186966,34 +155445,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.PirschDomainIDNotIn = data - case "pirschDomainIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDGT = data - case "pirschDomainIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDGTE = data - case "pirschDomainIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDLT = data - case "pirschDomainIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschDomainIDLTE = data case "pirschDomainIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschDomainIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187071,34 +155522,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.PirschIdentificationCodeNotIn = data - case "pirschIdentificationCodeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeGT = data - case "pirschIdentificationCodeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeGTE = data - case "pirschIdentificationCodeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeLT = data - case "pirschIdentificationCodeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschIdentificationCodeLTE = data case "pirschIdentificationCodeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschIdentificationCodeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187176,34 +155599,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.PirschAccessLinkNotIn = data - case "pirschAccessLinkGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkGT = data - case "pirschAccessLinkGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkGTE = data - case "pirschAccessLinkLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkLT = data - case "pirschAccessLinkLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PirschAccessLinkLTE = data case "pirschAccessLinkContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("pirschAccessLinkContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187323,34 +155718,6 @@ func (ec *executionContext) unmarshalInputTrustCenterHistoryWhereInput(ctx conte return it, err } it.SubprocessorURLNotIn = data - case "subprocessorURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLGT = data - case "subprocessorURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLGTE = data - case "subprocessorURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLLT = data - case "subprocessorURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorURLLTE = data case "subprocessorURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187457,7 +155824,7 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameGT", "firstNameGTE", "firstNameLT", "firstNameLTE", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameGT", "lastNameGTE", "lastNameLT", "lastNameLTE", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameEqualFold", "lastNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameGT", "companyNameGTE", "companyNameLT", "companyNameLTE", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "reason", "reasonNEQ", "reasonIn", "reasonNotIn", "reasonGT", "reasonGTE", "reasonLT", "reasonLTE", "reasonContains", "reasonHasPrefix", "reasonHasSuffix", "reasonIsNil", "reasonNotNil", "reasonEqualFold", "reasonContainsFold", "accessLevel", "accessLevelNEQ", "accessLevelIn", "accessLevelNotIn", "accessLevelIsNil", "accessLevelNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedAt", "approvedAtNEQ", "approvedAtIn", "approvedAtNotIn", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "approvedByUserID", "approvedByUserIDNEQ", "approvedByUserIDIn", "approvedByUserIDNotIn", "approvedByUserIDGT", "approvedByUserIDGTE", "approvedByUserIDLT", "approvedByUserIDLTE", "approvedByUserIDContains", "approvedByUserIDHasPrefix", "approvedByUserIDHasSuffix", "approvedByUserIDIsNil", "approvedByUserIDNotNil", "approvedByUserIDEqualFold", "approvedByUserIDContainsFold", "signedAt", "signedAtNEQ", "signedAtIn", "signedAtNotIn", "signedAtGT", "signedAtGTE", "signedAtLT", "signedAtLTE", "signedAtIsNil", "signedAtNotNil", "documentDataID", "documentDataIDNEQ", "documentDataIDIn", "documentDataIDNotIn", "documentDataIDGT", "documentDataIDGTE", "documentDataIDLT", "documentDataIDLTE", "documentDataIDContains", "documentDataIDHasPrefix", "documentDataIDHasSuffix", "documentDataIDIsNil", "documentDataIDNotNil", "documentDataIDEqualFold", "documentDataIDContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDGT", "fileIDGTE", "fileIDLT", "fileIDLTE", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameEqualFold", "lastNameContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "reason", "reasonNEQ", "reasonIn", "reasonNotIn", "reasonContains", "reasonHasPrefix", "reasonHasSuffix", "reasonIsNil", "reasonNotNil", "reasonEqualFold", "reasonContainsFold", "accessLevel", "accessLevelNEQ", "accessLevelIn", "accessLevelNotIn", "accessLevelIsNil", "accessLevelNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "statusIsNil", "statusNotNil", "approvedAt", "approvedAtGT", "approvedAtGTE", "approvedAtLT", "approvedAtLTE", "approvedAtIsNil", "approvedAtNotNil", "approvedByUserID", "approvedByUserIDNEQ", "approvedByUserIDIn", "approvedByUserIDNotIn", "approvedByUserIDContains", "approvedByUserIDHasPrefix", "approvedByUserIDHasSuffix", "approvedByUserIDIsNil", "approvedByUserIDNotNil", "approvedByUserIDEqualFold", "approvedByUserIDContainsFold", "signedAt", "signedAtGT", "signedAtGTE", "signedAtLT", "signedAtLTE", "signedAtIsNil", "signedAtNotNil", "documentDataID", "documentDataIDNEQ", "documentDataIDIn", "documentDataIDNotIn", "documentDataIDContains", "documentDataIDHasPrefix", "documentDataIDHasSuffix", "documentDataIDIsNil", "documentDataIDNotNil", "documentDataIDEqualFold", "documentDataIDContainsFold", "fileID", "fileIDNEQ", "fileIDIn", "fileIDNotIn", "fileIDContains", "fileIDHasPrefix", "fileIDHasSuffix", "fileIDIsNil", "fileIDNotNil", "fileIDEqualFold", "fileIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -187513,34 +155880,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -187562,27 +155901,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187639,34 +155957,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -187751,27 +156041,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187821,27 +156090,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -187912,34 +156160,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188017,34 +156237,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188122,34 +156314,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188227,34 +156391,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188332,34 +156468,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.FirstNameNotIn = data - case "firstNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGT = data - case "firstNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGTE = data - case "firstNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLT = data - case "firstNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLTE = data case "firstNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188423,34 +156531,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.LastNameNotIn = data - case "lastNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGT = data - case "lastNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGTE = data - case "lastNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLT = data - case "lastNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLTE = data case "lastNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188514,34 +156594,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188605,34 +156657,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.CompanyNameNotIn = data - case "companyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGT = data - case "companyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGTE = data - case "companyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLT = data - case "companyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLTE = data case "companyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188710,34 +156734,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.ReasonNotIn = data - case "reasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonGT = data - case "reasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonGTE = data - case "reasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonLT = data - case "reasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReasonLTE = data case "reasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -188878,27 +156874,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.ApprovedAt = data - case "approvedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNEQ = data - case "approvedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtIn = data - case "approvedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.ApprovedAtNotIn = data case "approvedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -188969,34 +156944,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.ApprovedByUserIDNotIn = data - case "approvedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDGT = data - case "approvedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDGTE = data - case "approvedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDLT = data - case "approvedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ApprovedByUserIDLTE = data case "approvedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("approvedByUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189053,27 +157000,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.SignedAt = data - case "signedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SignedAtNEQ = data - case "signedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SignedAtIn = data - case "signedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SignedAtNotIn = data case "signedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("signedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -189144,34 +157070,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.DocumentDataIDNotIn = data - case "documentDataIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDGT = data - case "documentDataIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDGTE = data - case "documentDataIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDLT = data - case "documentDataIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DocumentDataIDLTE = data case "documentDataIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("documentDataIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189249,34 +157147,6 @@ func (ec *executionContext) unmarshalInputTrustCenterNDARequestHistoryWhereInput return it, err } it.FileIDNotIn = data - case "fileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGT = data - case "fileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDGTE = data - case "fileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLT = data - case "fileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FileIDLTE = data case "fileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189383,7 +157253,7 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleGT", "titleGTE", "titleLT", "titleLTE", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameGT", "companyNameGTE", "companyNameLT", "companyNameLTE", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "companyDescription", "companyDescriptionNEQ", "companyDescriptionIn", "companyDescriptionNotIn", "companyDescriptionGT", "companyDescriptionGTE", "companyDescriptionLT", "companyDescriptionLTE", "companyDescriptionContains", "companyDescriptionHasPrefix", "companyDescriptionHasSuffix", "companyDescriptionIsNil", "companyDescriptionNotNil", "companyDescriptionEqualFold", "companyDescriptionContainsFold", "overview", "overviewNEQ", "overviewIn", "overviewNotIn", "overviewGT", "overviewGTE", "overviewLT", "overviewLTE", "overviewContains", "overviewHasPrefix", "overviewHasSuffix", "overviewIsNil", "overviewNotNil", "overviewEqualFold", "overviewContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLGT", "logoRemoteURLGTE", "logoRemoteURLLT", "logoRemoteURLLTE", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoLocalFileID", "logoLocalFileIDNEQ", "logoLocalFileIDIn", "logoLocalFileIDNotIn", "logoLocalFileIDGT", "logoLocalFileIDGTE", "logoLocalFileIDLT", "logoLocalFileIDLTE", "logoLocalFileIDContains", "logoLocalFileIDHasPrefix", "logoLocalFileIDHasSuffix", "logoLocalFileIDIsNil", "logoLocalFileIDNotNil", "logoLocalFileIDEqualFold", "logoLocalFileIDContainsFold", "faviconRemoteURL", "faviconRemoteURLNEQ", "faviconRemoteURLIn", "faviconRemoteURLNotIn", "faviconRemoteURLGT", "faviconRemoteURLGTE", "faviconRemoteURLLT", "faviconRemoteURLLTE", "faviconRemoteURLContains", "faviconRemoteURLHasPrefix", "faviconRemoteURLHasSuffix", "faviconRemoteURLIsNil", "faviconRemoteURLNotNil", "faviconRemoteURLEqualFold", "faviconRemoteURLContainsFold", "faviconLocalFileID", "faviconLocalFileIDNEQ", "faviconLocalFileIDIn", "faviconLocalFileIDNotIn", "faviconLocalFileIDGT", "faviconLocalFileIDGTE", "faviconLocalFileIDLT", "faviconLocalFileIDLTE", "faviconLocalFileIDContains", "faviconLocalFileIDHasPrefix", "faviconLocalFileIDHasSuffix", "faviconLocalFileIDIsNil", "faviconLocalFileIDNotNil", "faviconLocalFileIDEqualFold", "faviconLocalFileIDContainsFold", "heroImageLocalFileID", "heroImageLocalFileIDNEQ", "heroImageLocalFileIDIn", "heroImageLocalFileIDNotIn", "heroImageLocalFileIDGT", "heroImageLocalFileIDGTE", "heroImageLocalFileIDLT", "heroImageLocalFileIDLTE", "heroImageLocalFileIDContains", "heroImageLocalFileIDHasPrefix", "heroImageLocalFileIDHasSuffix", "heroImageLocalFileIDIsNil", "heroImageLocalFileIDNotNil", "heroImageLocalFileIDEqualFold", "heroImageLocalFileIDContainsFold", "themeMode", "themeModeNEQ", "themeModeIn", "themeModeNotIn", "themeModeIsNil", "themeModeNotNil", "primaryColor", "primaryColorNEQ", "primaryColorIn", "primaryColorNotIn", "primaryColorGT", "primaryColorGTE", "primaryColorLT", "primaryColorLTE", "primaryColorContains", "primaryColorHasPrefix", "primaryColorHasSuffix", "primaryColorIsNil", "primaryColorNotNil", "primaryColorEqualFold", "primaryColorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontGT", "fontGTE", "fontLT", "fontLTE", "fontContains", "fontHasPrefix", "fontHasSuffix", "fontIsNil", "fontNotNil", "fontEqualFold", "fontContainsFold", "foregroundColor", "foregroundColorNEQ", "foregroundColorIn", "foregroundColorNotIn", "foregroundColorGT", "foregroundColorGTE", "foregroundColorLT", "foregroundColorLTE", "foregroundColorContains", "foregroundColorHasPrefix", "foregroundColorHasSuffix", "foregroundColorIsNil", "foregroundColorNotNil", "foregroundColorEqualFold", "foregroundColorContainsFold", "backgroundColor", "backgroundColorNEQ", "backgroundColorIn", "backgroundColorNotIn", "backgroundColorGT", "backgroundColorGTE", "backgroundColorLT", "backgroundColorLTE", "backgroundColorContains", "backgroundColorHasPrefix", "backgroundColorHasSuffix", "backgroundColorIsNil", "backgroundColorNotNil", "backgroundColorEqualFold", "backgroundColorContainsFold", "accentColor", "accentColorNEQ", "accentColorIn", "accentColorNotIn", "accentColorGT", "accentColorGTE", "accentColorLT", "accentColorLTE", "accentColorContains", "accentColorHasPrefix", "accentColorHasSuffix", "accentColorIsNil", "accentColorNotNil", "accentColorEqualFold", "accentColorContainsFold", "secondaryBackgroundColor", "secondaryBackgroundColorNEQ", "secondaryBackgroundColorIn", "secondaryBackgroundColorNotIn", "secondaryBackgroundColorGT", "secondaryBackgroundColorGTE", "secondaryBackgroundColorLT", "secondaryBackgroundColorLTE", "secondaryBackgroundColorContains", "secondaryBackgroundColorHasPrefix", "secondaryBackgroundColorHasSuffix", "secondaryBackgroundColorIsNil", "secondaryBackgroundColorNotNil", "secondaryBackgroundColorEqualFold", "secondaryBackgroundColorContainsFold", "secondaryForegroundColor", "secondaryForegroundColorNEQ", "secondaryForegroundColorIn", "secondaryForegroundColorNotIn", "secondaryForegroundColorGT", "secondaryForegroundColorGTE", "secondaryForegroundColorLT", "secondaryForegroundColorLTE", "secondaryForegroundColorContains", "secondaryForegroundColorHasPrefix", "secondaryForegroundColorHasSuffix", "secondaryForegroundColorIsNil", "secondaryForegroundColorNotNil", "secondaryForegroundColorEqualFold", "secondaryForegroundColorContainsFold", "environment", "environmentNEQ", "environmentIn", "environmentNotIn", "environmentIsNil", "environmentNotNil", "removeBranding", "removeBrandingNEQ", "removeBrandingIsNil", "removeBrandingNotNil", "companyDomain", "companyDomainNEQ", "companyDomainIn", "companyDomainNotIn", "companyDomainGT", "companyDomainGTE", "companyDomainLT", "companyDomainLTE", "companyDomainContains", "companyDomainHasPrefix", "companyDomainHasSuffix", "companyDomainIsNil", "companyDomainNotNil", "companyDomainEqualFold", "companyDomainContainsFold", "securityContact", "securityContactNEQ", "securityContactIn", "securityContactNotIn", "securityContactGT", "securityContactGTE", "securityContactLT", "securityContactLTE", "securityContactContains", "securityContactHasPrefix", "securityContactHasSuffix", "securityContactIsNil", "securityContactNotNil", "securityContactEqualFold", "securityContactContainsFold", "ndaApprovalRequired", "ndaApprovalRequiredNEQ", "ndaApprovalRequiredIsNil", "ndaApprovalRequiredNotNil", "allowSubscribers", "allowSubscribersNEQ", "allowSubscribersIsNil", "allowSubscribersNotNil", "notifySubscribersOnSubprocessorChange", "notifySubscribersOnSubprocessorChangeNEQ", "notifySubscribersOnSubprocessorChangeIsNil", "notifySubscribersOnSubprocessorChangeNotNil", "subprocessorsNotifiedAt", "subprocessorsNotifiedAtNEQ", "subprocessorsNotifiedAtIn", "subprocessorsNotifiedAtNotIn", "subprocessorsNotifiedAtGT", "subprocessorsNotifiedAtGTE", "subprocessorsNotifiedAtLT", "subprocessorsNotifiedAtLTE", "subprocessorsNotifiedAtIsNil", "subprocessorsNotifiedAtNotNil", "ndaApproverGroupID", "ndaApproverGroupIDNEQ", "ndaApproverGroupIDIn", "ndaApproverGroupIDNotIn", "ndaApproverGroupIDGT", "ndaApproverGroupIDGTE", "ndaApproverGroupIDLT", "ndaApproverGroupIDLTE", "ndaApproverGroupIDContains", "ndaApproverGroupIDHasPrefix", "ndaApproverGroupIDHasSuffix", "ndaApproverGroupIDIsNil", "ndaApproverGroupIDNotNil", "ndaApproverGroupIDEqualFold", "ndaApproverGroupIDContainsFold", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLGT", "statusPageURLGTE", "statusPageURLLT", "statusPageURLLTE", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "title", "titleNEQ", "titleIn", "titleNotIn", "titleContains", "titleHasPrefix", "titleHasSuffix", "titleIsNil", "titleNotNil", "titleEqualFold", "titleContainsFold", "companyName", "companyNameNEQ", "companyNameIn", "companyNameNotIn", "companyNameContains", "companyNameHasPrefix", "companyNameHasSuffix", "companyNameIsNil", "companyNameNotNil", "companyNameEqualFold", "companyNameContainsFold", "companyDescription", "companyDescriptionNEQ", "companyDescriptionIn", "companyDescriptionNotIn", "companyDescriptionContains", "companyDescriptionHasPrefix", "companyDescriptionHasSuffix", "companyDescriptionIsNil", "companyDescriptionNotNil", "companyDescriptionEqualFold", "companyDescriptionContainsFold", "overview", "overviewNEQ", "overviewIn", "overviewNotIn", "overviewContains", "overviewHasPrefix", "overviewHasSuffix", "overviewIsNil", "overviewNotNil", "overviewEqualFold", "overviewContainsFold", "logoRemoteURL", "logoRemoteURLNEQ", "logoRemoteURLIn", "logoRemoteURLNotIn", "logoRemoteURLContains", "logoRemoteURLHasPrefix", "logoRemoteURLHasSuffix", "logoRemoteURLIsNil", "logoRemoteURLNotNil", "logoRemoteURLEqualFold", "logoRemoteURLContainsFold", "logoLocalFileID", "logoLocalFileIDNEQ", "logoLocalFileIDIn", "logoLocalFileIDNotIn", "logoLocalFileIDContains", "logoLocalFileIDHasPrefix", "logoLocalFileIDHasSuffix", "logoLocalFileIDIsNil", "logoLocalFileIDNotNil", "logoLocalFileIDEqualFold", "logoLocalFileIDContainsFold", "faviconRemoteURL", "faviconRemoteURLNEQ", "faviconRemoteURLIn", "faviconRemoteURLNotIn", "faviconRemoteURLContains", "faviconRemoteURLHasPrefix", "faviconRemoteURLHasSuffix", "faviconRemoteURLIsNil", "faviconRemoteURLNotNil", "faviconRemoteURLEqualFold", "faviconRemoteURLContainsFold", "faviconLocalFileID", "faviconLocalFileIDNEQ", "faviconLocalFileIDIn", "faviconLocalFileIDNotIn", "faviconLocalFileIDContains", "faviconLocalFileIDHasPrefix", "faviconLocalFileIDHasSuffix", "faviconLocalFileIDIsNil", "faviconLocalFileIDNotNil", "faviconLocalFileIDEqualFold", "faviconLocalFileIDContainsFold", "heroImageLocalFileID", "heroImageLocalFileIDNEQ", "heroImageLocalFileIDIn", "heroImageLocalFileIDNotIn", "heroImageLocalFileIDContains", "heroImageLocalFileIDHasPrefix", "heroImageLocalFileIDHasSuffix", "heroImageLocalFileIDIsNil", "heroImageLocalFileIDNotNil", "heroImageLocalFileIDEqualFold", "heroImageLocalFileIDContainsFold", "themeMode", "themeModeNEQ", "themeModeIn", "themeModeNotIn", "themeModeIsNil", "themeModeNotNil", "primaryColor", "primaryColorNEQ", "primaryColorIn", "primaryColorNotIn", "primaryColorContains", "primaryColorHasPrefix", "primaryColorHasSuffix", "primaryColorIsNil", "primaryColorNotNil", "primaryColorEqualFold", "primaryColorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontContains", "fontHasPrefix", "fontHasSuffix", "fontIsNil", "fontNotNil", "fontEqualFold", "fontContainsFold", "foregroundColor", "foregroundColorNEQ", "foregroundColorIn", "foregroundColorNotIn", "foregroundColorContains", "foregroundColorHasPrefix", "foregroundColorHasSuffix", "foregroundColorIsNil", "foregroundColorNotNil", "foregroundColorEqualFold", "foregroundColorContainsFold", "backgroundColor", "backgroundColorNEQ", "backgroundColorIn", "backgroundColorNotIn", "backgroundColorContains", "backgroundColorHasPrefix", "backgroundColorHasSuffix", "backgroundColorIsNil", "backgroundColorNotNil", "backgroundColorEqualFold", "backgroundColorContainsFold", "accentColor", "accentColorNEQ", "accentColorIn", "accentColorNotIn", "accentColorContains", "accentColorHasPrefix", "accentColorHasSuffix", "accentColorIsNil", "accentColorNotNil", "accentColorEqualFold", "accentColorContainsFold", "secondaryBackgroundColor", "secondaryBackgroundColorNEQ", "secondaryBackgroundColorIn", "secondaryBackgroundColorNotIn", "secondaryBackgroundColorContains", "secondaryBackgroundColorHasPrefix", "secondaryBackgroundColorHasSuffix", "secondaryBackgroundColorIsNil", "secondaryBackgroundColorNotNil", "secondaryBackgroundColorEqualFold", "secondaryBackgroundColorContainsFold", "secondaryForegroundColor", "secondaryForegroundColorNEQ", "secondaryForegroundColorIn", "secondaryForegroundColorNotIn", "secondaryForegroundColorContains", "secondaryForegroundColorHasPrefix", "secondaryForegroundColorHasSuffix", "secondaryForegroundColorIsNil", "secondaryForegroundColorNotNil", "secondaryForegroundColorEqualFold", "secondaryForegroundColorContainsFold", "environment", "environmentNEQ", "environmentIn", "environmentNotIn", "environmentIsNil", "environmentNotNil", "removeBranding", "removeBrandingNEQ", "removeBrandingIsNil", "removeBrandingNotNil", "companyDomain", "companyDomainNEQ", "companyDomainIn", "companyDomainNotIn", "companyDomainContains", "companyDomainHasPrefix", "companyDomainHasSuffix", "companyDomainIsNil", "companyDomainNotNil", "companyDomainEqualFold", "companyDomainContainsFold", "securityContact", "securityContactNEQ", "securityContactIn", "securityContactNotIn", "securityContactContains", "securityContactHasPrefix", "securityContactHasSuffix", "securityContactIsNil", "securityContactNotNil", "securityContactEqualFold", "securityContactContainsFold", "ndaApprovalRequired", "ndaApprovalRequiredNEQ", "ndaApprovalRequiredIsNil", "ndaApprovalRequiredNotNil", "allowSubscribers", "allowSubscribersNEQ", "allowSubscribersIsNil", "allowSubscribersNotNil", "notifySubscribersOnSubprocessorChange", "notifySubscribersOnSubprocessorChangeNEQ", "notifySubscribersOnSubprocessorChangeIsNil", "notifySubscribersOnSubprocessorChangeNotNil", "subprocessorsNotifiedAt", "subprocessorsNotifiedAtGT", "subprocessorsNotifiedAtGTE", "subprocessorsNotifiedAtLT", "subprocessorsNotifiedAtLTE", "subprocessorsNotifiedAtIsNil", "subprocessorsNotifiedAtNotNil", "ndaApproverGroupID", "ndaApproverGroupIDNEQ", "ndaApproverGroupIDIn", "ndaApproverGroupIDNotIn", "ndaApproverGroupIDContains", "ndaApproverGroupIDHasPrefix", "ndaApproverGroupIDHasSuffix", "ndaApproverGroupIDIsNil", "ndaApproverGroupIDNotNil", "ndaApproverGroupIDEqualFold", "ndaApproverGroupIDContainsFold", "statusPageURL", "statusPageURLNEQ", "statusPageURLIn", "statusPageURLNotIn", "statusPageURLContains", "statusPageURLHasPrefix", "statusPageURLHasSuffix", "statusPageURLIsNil", "statusPageURLNotNil", "statusPageURLEqualFold", "statusPageURLContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -189439,34 +157309,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -189488,27 +157330,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189565,34 +157386,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189677,27 +157470,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189747,27 +157519,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -189838,34 +157589,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -189943,34 +157666,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190048,34 +157743,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190153,34 +157820,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190258,34 +157897,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.TitleNotIn = data - case "titleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGT = data - case "titleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleGTE = data - case "titleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLT = data - case "titleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TitleLTE = data case "titleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("titleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190363,34 +157974,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.CompanyNameNotIn = data - case "companyNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGT = data - case "companyNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameGTE = data - case "companyNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLT = data - case "companyNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyNameLTE = data case "companyNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190468,34 +158051,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.CompanyDescriptionNotIn = data - case "companyDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionGT = data - case "companyDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionGTE = data - case "companyDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionLT = data - case "companyDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDescriptionLTE = data case "companyDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190573,34 +158128,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.OverviewNotIn = data - case "overviewGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewGT = data - case "overviewGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewGTE = data - case "overviewLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewLT = data - case "overviewLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OverviewLTE = data case "overviewContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("overviewContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190678,34 +158205,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.LogoRemoteURLNotIn = data - case "logoRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGT = data - case "logoRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLGTE = data - case "logoRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLT = data - case "logoRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoRemoteURLLTE = data case "logoRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190783,34 +158282,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.LogoLocalFileIDNotIn = data - case "logoLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDGT = data - case "logoLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDGTE = data - case "logoLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDLT = data - case "logoLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoLocalFileIDLTE = data case "logoLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190888,34 +158359,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.FaviconRemoteURLNotIn = data - case "faviconRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLGT = data - case "faviconRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLGTE = data - case "faviconRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLLT = data - case "faviconRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconRemoteURLLTE = data case "faviconRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -190993,34 +158436,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.FaviconLocalFileIDNotIn = data - case "faviconLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDGT = data - case "faviconLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDGTE = data - case "faviconLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDLT = data - case "faviconLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FaviconLocalFileIDLTE = data case "faviconLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("faviconLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191098,34 +158513,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.HeroImageLocalFileIDNotIn = data - case "heroImageLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDGT = data - case "heroImageLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDGTE = data - case "heroImageLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDLT = data - case "heroImageLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.HeroImageLocalFileIDLTE = data case "heroImageLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("heroImageLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191245,34 +158632,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.PrimaryColorNotIn = data - case "primaryColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorGT = data - case "primaryColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorGTE = data - case "primaryColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorLT = data - case "primaryColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PrimaryColorLTE = data case "primaryColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("primaryColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191350,34 +158709,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.FontNotIn = data - case "fontGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontGT = data - case "fontGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontGTE = data - case "fontLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontLT = data - case "fontLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FontLTE = data case "fontContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fontContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191455,34 +158786,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.ForegroundColorNotIn = data - case "foregroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorGT = data - case "foregroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorGTE = data - case "foregroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorLT = data - case "foregroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ForegroundColorLTE = data case "foregroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("foregroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191560,34 +158863,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.BackgroundColorNotIn = data - case "backgroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorGT = data - case "backgroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorGTE = data - case "backgroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorLT = data - case "backgroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.BackgroundColorLTE = data case "backgroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("backgroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191665,34 +158940,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.AccentColorNotIn = data - case "accentColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorGT = data - case "accentColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorGTE = data - case "accentColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorLT = data - case "accentColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AccentColorLTE = data case "accentColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("accentColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191770,34 +159017,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.SecondaryBackgroundColorNotIn = data - case "secondaryBackgroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorGT = data - case "secondaryBackgroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorGTE = data - case "secondaryBackgroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorLT = data - case "secondaryBackgroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryBackgroundColorLTE = data case "secondaryBackgroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryBackgroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -191875,34 +159094,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.SecondaryForegroundColorNotIn = data - case "secondaryForegroundColorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorGT = data - case "secondaryForegroundColorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorGTE = data - case "secondaryForegroundColorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorLT = data - case "secondaryForegroundColorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecondaryForegroundColorLTE = data case "secondaryForegroundColorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("secondaryForegroundColorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192050,34 +159241,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.CompanyDomainNotIn = data - case "companyDomainGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainGT = data - case "companyDomainGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainGTE = data - case "companyDomainLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainLT = data - case "companyDomainLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CompanyDomainLTE = data case "companyDomainContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("companyDomainContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192155,34 +159318,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.SecurityContactNotIn = data - case "securityContactGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactGT = data - case "securityContactGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactGTE = data - case "securityContactLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactLT = data - case "securityContactLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SecurityContactLTE = data case "securityContactContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("securityContactContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192323,27 +159458,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.SubprocessorsNotifiedAt = data - case "subprocessorsNotifiedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtNEQ = data - case "subprocessorsNotifiedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtIn = data - case "subprocessorsNotifiedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorsNotifiedAtNotIn = data case "subprocessorsNotifiedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorsNotifiedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -192414,34 +159528,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.NdaApproverGroupIDNotIn = data - case "ndaApproverGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDGT = data - case "ndaApproverGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDGTE = data - case "ndaApproverGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDLT = data - case "ndaApproverGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NdaApproverGroupIDLTE = data case "ndaApproverGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ndaApproverGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192519,34 +159605,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSettingHistoryWhereInput(ct return it, err } it.StatusPageURLNotIn = data - case "statusPageURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGT = data - case "statusPageURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLGTE = data - case "statusPageURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLT = data - case "statusPageURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.StatusPageURLLTE = data case "statusPageURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("statusPageURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192653,7 +159711,7 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterSubprocessorKindName", "trustCenterSubprocessorKindNameNEQ", "trustCenterSubprocessorKindNameIn", "trustCenterSubprocessorKindNameNotIn", "trustCenterSubprocessorKindNameGT", "trustCenterSubprocessorKindNameGTE", "trustCenterSubprocessorKindNameLT", "trustCenterSubprocessorKindNameLTE", "trustCenterSubprocessorKindNameContains", "trustCenterSubprocessorKindNameHasPrefix", "trustCenterSubprocessorKindNameHasSuffix", "trustCenterSubprocessorKindNameIsNil", "trustCenterSubprocessorKindNameNotNil", "trustCenterSubprocessorKindNameEqualFold", "trustCenterSubprocessorKindNameContainsFold", "trustCenterSubprocessorKindID", "trustCenterSubprocessorKindIDNEQ", "trustCenterSubprocessorKindIDIn", "trustCenterSubprocessorKindIDNotIn", "trustCenterSubprocessorKindIDGT", "trustCenterSubprocessorKindIDGTE", "trustCenterSubprocessorKindIDLT", "trustCenterSubprocessorKindIDLTE", "trustCenterSubprocessorKindIDContains", "trustCenterSubprocessorKindIDHasPrefix", "trustCenterSubprocessorKindIDHasSuffix", "trustCenterSubprocessorKindIDIsNil", "trustCenterSubprocessorKindIDNotNil", "trustCenterSubprocessorKindIDEqualFold", "trustCenterSubprocessorKindIDContainsFold", "subprocessorID", "subprocessorIDNEQ", "subprocessorIDIn", "subprocessorIDNotIn", "subprocessorIDGT", "subprocessorIDGTE", "subprocessorIDLT", "subprocessorIDLTE", "subprocessorIDContains", "subprocessorIDHasPrefix", "subprocessorIDHasSuffix", "subprocessorIDEqualFold", "subprocessorIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "trustCenterSubprocessorKindName", "trustCenterSubprocessorKindNameNEQ", "trustCenterSubprocessorKindNameIn", "trustCenterSubprocessorKindNameNotIn", "trustCenterSubprocessorKindNameContains", "trustCenterSubprocessorKindNameHasPrefix", "trustCenterSubprocessorKindNameHasSuffix", "trustCenterSubprocessorKindNameIsNil", "trustCenterSubprocessorKindNameNotNil", "trustCenterSubprocessorKindNameEqualFold", "trustCenterSubprocessorKindNameContainsFold", "trustCenterSubprocessorKindID", "trustCenterSubprocessorKindIDNEQ", "trustCenterSubprocessorKindIDIn", "trustCenterSubprocessorKindIDNotIn", "trustCenterSubprocessorKindIDContains", "trustCenterSubprocessorKindIDHasPrefix", "trustCenterSubprocessorKindIDHasSuffix", "trustCenterSubprocessorKindIDIsNil", "trustCenterSubprocessorKindIDNotNil", "trustCenterSubprocessorKindIDEqualFold", "trustCenterSubprocessorKindIDContainsFold", "subprocessorID", "subprocessorIDNEQ", "subprocessorIDIn", "subprocessorIDNotIn", "subprocessorIDContains", "subprocessorIDHasPrefix", "subprocessorIDHasSuffix", "subprocessorIDEqualFold", "subprocessorIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -192709,34 +159767,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -192758,27 +159788,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -192835,34 +159844,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -192947,27 +159928,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -193017,27 +159977,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -193108,34 +160047,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193213,34 +160124,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193318,34 +160201,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193423,34 +160278,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.TrustCenterSubprocessorKindNameNotIn = data - case "trustCenterSubprocessorKindNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameGT = data - case "trustCenterSubprocessorKindNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameGTE = data - case "trustCenterSubprocessorKindNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameLT = data - case "trustCenterSubprocessorKindNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindNameLTE = data case "trustCenterSubprocessorKindNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193528,34 +160355,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.TrustCenterSubprocessorKindIDNotIn = data - case "trustCenterSubprocessorKindIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDGT = data - case "trustCenterSubprocessorKindIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDGTE = data - case "trustCenterSubprocessorKindIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDLT = data - case "trustCenterSubprocessorKindIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterSubprocessorKindIDLTE = data case "trustCenterSubprocessorKindIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterSubprocessorKindIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193633,34 +160432,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.SubprocessorIDNotIn = data - case "subprocessorIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDGT = data - case "subprocessorIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDGTE = data - case "subprocessorIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDLT = data - case "subprocessorIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubprocessorIDLTE = data case "subprocessorIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subprocessorIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193724,34 +160495,6 @@ func (ec *executionContext) unmarshalInputTrustCenterSubprocessorHistoryWhereInp return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -193858,7 +160601,7 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDGT", "trustCenterIDGTE", "trustCenterIDLT", "trustCenterIDLTE", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "isEnabled", "isEnabledNEQ", "isEnabledIsNil", "isEnabledNotNil", "logoID", "logoIDNEQ", "logoIDIn", "logoIDNotIn", "logoIDGT", "logoIDGTE", "logoIDLT", "logoIDLTE", "logoIDContains", "logoIDHasPrefix", "logoIDHasSuffix", "logoIDIsNil", "logoIDNotNil", "logoIDEqualFold", "logoIDContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textGT", "textGTE", "textLT", "textLTE", "textContains", "textHasPrefix", "textHasSuffix", "textIsNil", "textNotNil", "textEqualFold", "textContainsFold", "fontSize", "fontSizeNEQ", "fontSizeIn", "fontSizeNotIn", "fontSizeGT", "fontSizeGTE", "fontSizeLT", "fontSizeLTE", "fontSizeIsNil", "fontSizeNotNil", "opacity", "opacityNEQ", "opacityIn", "opacityNotIn", "opacityGT", "opacityGTE", "opacityLT", "opacityLTE", "opacityIsNil", "opacityNotNil", "rotation", "rotationNEQ", "rotationIn", "rotationNotIn", "rotationGT", "rotationGTE", "rotationLT", "rotationLTE", "rotationIsNil", "rotationNotNil", "color", "colorNEQ", "colorIn", "colorNotIn", "colorGT", "colorGTE", "colorLT", "colorLTE", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontIsNil", "fontNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "trustCenterID", "trustCenterIDNEQ", "trustCenterIDIn", "trustCenterIDNotIn", "trustCenterIDContains", "trustCenterIDHasPrefix", "trustCenterIDHasSuffix", "trustCenterIDIsNil", "trustCenterIDNotNil", "trustCenterIDEqualFold", "trustCenterIDContainsFold", "isEnabled", "isEnabledNEQ", "isEnabledIsNil", "isEnabledNotNil", "logoID", "logoIDNEQ", "logoIDIn", "logoIDNotIn", "logoIDContains", "logoIDHasPrefix", "logoIDHasSuffix", "logoIDIsNil", "logoIDNotNil", "logoIDEqualFold", "logoIDContainsFold", "text", "textNEQ", "textIn", "textNotIn", "textContains", "textHasPrefix", "textHasSuffix", "textIsNil", "textNotNil", "textEqualFold", "textContainsFold", "fontSize", "fontSizeNEQ", "fontSizeIn", "fontSizeNotIn", "fontSizeGT", "fontSizeGTE", "fontSizeLT", "fontSizeLTE", "fontSizeIsNil", "fontSizeNotNil", "opacity", "opacityNEQ", "opacityIn", "opacityNotIn", "opacityGT", "opacityGTE", "opacityLT", "opacityLTE", "opacityIsNil", "opacityNotNil", "rotation", "rotationNEQ", "rotationIn", "rotationNotIn", "rotationGT", "rotationGTE", "rotationLT", "rotationLTE", "rotationIsNil", "rotationNotNil", "color", "colorNEQ", "colorIn", "colorNotIn", "colorContains", "colorHasPrefix", "colorHasSuffix", "colorIsNil", "colorNotNil", "colorEqualFold", "colorContainsFold", "font", "fontNEQ", "fontIn", "fontNotIn", "fontIsNil", "fontNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -193914,34 +160657,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -193963,27 +160678,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -194040,34 +160734,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194152,27 +160818,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -194222,27 +160867,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -194313,34 +160937,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194418,34 +161014,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194523,34 +161091,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194628,34 +161168,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194733,34 +161245,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.TrustCenterIDNotIn = data - case "trustCenterIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGT = data - case "trustCenterIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDGTE = data - case "trustCenterIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLT = data - case "trustCenterIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TrustCenterIDLTE = data case "trustCenterIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("trustCenterIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194866,34 +161350,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.LogoIDNotIn = data - case "logoIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDGT = data - case "logoIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDGTE = data - case "logoIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDLT = data - case "logoIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LogoIDLTE = data case "logoIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("logoIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -194971,34 +161427,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.TextNotIn = data - case "textGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGT = data - case "textGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextGTE = data - case "textLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLT = data - case "textLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TextLTE = data case "textContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("textContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195286,34 +161714,6 @@ func (ec *executionContext) unmarshalInputTrustCenterWatermarkConfigHistoryWhere return it, err } it.ColorNotIn = data - case "colorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGT = data - case "colorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorGTE = data - case "colorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLT = data - case "colorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ColorLTE = data case "colorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("colorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195462,7 +161862,7 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailGT", "emailGTE", "emailLT", "emailLTE", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameGT", "firstNameGTE", "firstNameLT", "firstNameLTE", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameIsNil", "firstNameNotNil", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameGT", "lastNameGTE", "lastNameLT", "lastNameLTE", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameIsNil", "lastNameNotNil", "lastNameEqualFold", "lastNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLGT", "avatarRemoteURLGTE", "avatarRemoteURLLT", "avatarRemoteURLLTE", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDGT", "avatarLocalFileIDGTE", "avatarLocalFileIDLT", "avatarLocalFileIDLTE", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtNEQ", "avatarUpdatedAtIn", "avatarUpdatedAtNotIn", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "lastSeen", "lastSeenNEQ", "lastSeenIn", "lastSeenNotIn", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "lastLoginProvider", "lastLoginProviderNEQ", "lastLoginProviderIn", "lastLoginProviderNotIn", "lastLoginProviderIsNil", "lastLoginProviderNotNil", "sub", "subNEQ", "subIn", "subNotIn", "subGT", "subGTE", "subLT", "subLTE", "subContains", "subHasPrefix", "subHasSuffix", "subIsNil", "subNotNil", "subEqualFold", "subContainsFold", "authProvider", "authProviderNEQ", "authProviderIn", "authProviderNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDGT", "scimExternalIDGTE", "scimExternalIDLT", "scimExternalIDLTE", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimUsername", "scimUsernameNEQ", "scimUsernameIn", "scimUsernameNotIn", "scimUsernameGT", "scimUsernameGTE", "scimUsernameLT", "scimUsernameLTE", "scimUsernameContains", "scimUsernameHasPrefix", "scimUsernameHasSuffix", "scimUsernameIsNil", "scimUsernameNotNil", "scimUsernameEqualFold", "scimUsernameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimPreferredLanguage", "scimPreferredLanguageNEQ", "scimPreferredLanguageIn", "scimPreferredLanguageNotIn", "scimPreferredLanguageGT", "scimPreferredLanguageGTE", "scimPreferredLanguageLT", "scimPreferredLanguageLTE", "scimPreferredLanguageContains", "scimPreferredLanguageHasPrefix", "scimPreferredLanguageHasSuffix", "scimPreferredLanguageIsNil", "scimPreferredLanguageNotNil", "scimPreferredLanguageEqualFold", "scimPreferredLanguageContainsFold", "scimLocale", "scimLocaleNEQ", "scimLocaleIn", "scimLocaleNotIn", "scimLocaleGT", "scimLocaleGTE", "scimLocaleLT", "scimLocaleLTE", "scimLocaleContains", "scimLocaleHasPrefix", "scimLocaleHasSuffix", "scimLocaleIsNil", "scimLocaleNotNil", "scimLocaleEqualFold", "scimLocaleContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "email", "emailNEQ", "emailIn", "emailNotIn", "emailContains", "emailHasPrefix", "emailHasSuffix", "emailEqualFold", "emailContainsFold", "firstName", "firstNameNEQ", "firstNameIn", "firstNameNotIn", "firstNameContains", "firstNameHasPrefix", "firstNameHasSuffix", "firstNameIsNil", "firstNameNotNil", "firstNameEqualFold", "firstNameContainsFold", "lastName", "lastNameNEQ", "lastNameIn", "lastNameNotIn", "lastNameContains", "lastNameHasPrefix", "lastNameHasSuffix", "lastNameIsNil", "lastNameNotNil", "lastNameEqualFold", "lastNameContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameEqualFold", "displayNameContainsFold", "avatarRemoteURL", "avatarRemoteURLNEQ", "avatarRemoteURLIn", "avatarRemoteURLNotIn", "avatarRemoteURLContains", "avatarRemoteURLHasPrefix", "avatarRemoteURLHasSuffix", "avatarRemoteURLIsNil", "avatarRemoteURLNotNil", "avatarRemoteURLEqualFold", "avatarRemoteURLContainsFold", "avatarLocalFileID", "avatarLocalFileIDNEQ", "avatarLocalFileIDIn", "avatarLocalFileIDNotIn", "avatarLocalFileIDContains", "avatarLocalFileIDHasPrefix", "avatarLocalFileIDHasSuffix", "avatarLocalFileIDIsNil", "avatarLocalFileIDNotNil", "avatarLocalFileIDEqualFold", "avatarLocalFileIDContainsFold", "avatarUpdatedAt", "avatarUpdatedAtGT", "avatarUpdatedAtGTE", "avatarUpdatedAtLT", "avatarUpdatedAtLTE", "avatarUpdatedAtIsNil", "avatarUpdatedAtNotNil", "lastSeen", "lastSeenGT", "lastSeenGTE", "lastSeenLT", "lastSeenLTE", "lastSeenIsNil", "lastSeenNotNil", "lastLoginProvider", "lastLoginProviderNEQ", "lastLoginProviderIn", "lastLoginProviderNotIn", "lastLoginProviderIsNil", "lastLoginProviderNotNil", "sub", "subNEQ", "subIn", "subNotIn", "subContains", "subHasPrefix", "subHasSuffix", "subIsNil", "subNotNil", "subEqualFold", "subContainsFold", "authProvider", "authProviderNEQ", "authProviderIn", "authProviderNotIn", "role", "roleNEQ", "roleIn", "roleNotIn", "roleIsNil", "roleNotNil", "scimExternalID", "scimExternalIDNEQ", "scimExternalIDIn", "scimExternalIDNotIn", "scimExternalIDContains", "scimExternalIDHasPrefix", "scimExternalIDHasSuffix", "scimExternalIDIsNil", "scimExternalIDNotNil", "scimExternalIDEqualFold", "scimExternalIDContainsFold", "scimUsername", "scimUsernameNEQ", "scimUsernameIn", "scimUsernameNotIn", "scimUsernameContains", "scimUsernameHasPrefix", "scimUsernameHasSuffix", "scimUsernameIsNil", "scimUsernameNotNil", "scimUsernameEqualFold", "scimUsernameContainsFold", "scimActive", "scimActiveNEQ", "scimActiveIsNil", "scimActiveNotNil", "scimPreferredLanguage", "scimPreferredLanguageNEQ", "scimPreferredLanguageIn", "scimPreferredLanguageNotIn", "scimPreferredLanguageContains", "scimPreferredLanguageHasPrefix", "scimPreferredLanguageHasSuffix", "scimPreferredLanguageIsNil", "scimPreferredLanguageNotNil", "scimPreferredLanguageEqualFold", "scimPreferredLanguageContainsFold", "scimLocale", "scimLocaleNEQ", "scimLocaleIn", "scimLocaleNotIn", "scimLocaleContains", "scimLocaleHasPrefix", "scimLocaleHasSuffix", "scimLocaleIsNil", "scimLocaleNotNil", "scimLocaleEqualFold", "scimLocaleContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -195518,34 +161918,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -195567,27 +161939,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -195644,34 +161995,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -195756,27 +162079,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -195826,27 +162128,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -195917,34 +162198,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196022,34 +162275,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196127,34 +162352,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196218,34 +162415,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.EmailNotIn = data - case "emailGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGT = data - case "emailGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailGTE = data - case "emailLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLT = data - case "emailLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EmailLTE = data case "emailContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("emailContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196309,34 +162478,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.FirstNameNotIn = data - case "firstNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGT = data - case "firstNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameGTE = data - case "firstNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLT = data - case "firstNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstNameLTE = data case "firstNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196414,34 +162555,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.LastNameNotIn = data - case "lastNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGT = data - case "lastNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameGTE = data - case "lastNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLT = data - case "lastNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LastNameLTE = data case "lastNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196519,34 +162632,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196610,34 +162695,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.AvatarRemoteURLNotIn = data - case "avatarRemoteURLGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGT = data - case "avatarRemoteURLGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLGTE = data - case "avatarRemoteURLLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLT = data - case "avatarRemoteURLLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarRemoteURLLTE = data case "avatarRemoteURLContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarRemoteURLContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196715,34 +162772,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.AvatarLocalFileIDNotIn = data - case "avatarLocalFileIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGT = data - case "avatarLocalFileIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDGTE = data - case "avatarLocalFileIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLT = data - case "avatarLocalFileIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AvatarLocalFileIDLTE = data case "avatarLocalFileIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarLocalFileIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -196799,27 +162828,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.AvatarUpdatedAt = data - case "avatarUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNEQ = data - case "avatarUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtIn = data - case "avatarUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AvatarUpdatedAtNotIn = data case "avatarUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("avatarUpdatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -196869,27 +162877,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.LastSeen = data - case "lastSeenNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNEQ = data - case "lastSeenIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenIn = data - case "lastSeenNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.LastSeenNotIn = data case "lastSeenGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("lastSeenGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -197002,34 +162989,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.SubNotIn = data - case "subGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubGT = data - case "subGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubGTE = data - case "subLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubLT = data - case "subLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SubLTE = data case "subContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("subContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197177,34 +163136,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.ScimExternalIDNotIn = data - case "scimExternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGT = data - case "scimExternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDGTE = data - case "scimExternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLT = data - case "scimExternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimExternalIDLTE = data case "scimExternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimExternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197282,34 +163213,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.ScimUsernameNotIn = data - case "scimUsernameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameGT = data - case "scimUsernameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameGTE = data - case "scimUsernameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameLT = data - case "scimUsernameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimUsernameLTE = data case "scimUsernameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimUsernameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197415,34 +163318,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.ScimPreferredLanguageNotIn = data - case "scimPreferredLanguageGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageGT = data - case "scimPreferredLanguageGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageGTE = data - case "scimPreferredLanguageLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageLT = data - case "scimPreferredLanguageLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimPreferredLanguageLTE = data case "scimPreferredLanguageContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimPreferredLanguageContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197520,34 +163395,6 @@ func (ec *executionContext) unmarshalInputUserHistoryWhereInput(ctx context.Cont return it, err } it.ScimLocaleNotIn = data - case "scimLocaleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleGT = data - case "scimLocaleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleGTE = data - case "scimLocaleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleLT = data - case "scimLocaleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScimLocaleLTE = data case "scimLocaleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scimLocaleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197654,7 +163501,7 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDGT", "userIDGTE", "userIDLT", "userIDLTE", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "delegateUserID", "delegateUserIDNEQ", "delegateUserIDIn", "delegateUserIDNotIn", "delegateUserIDGT", "delegateUserIDGTE", "delegateUserIDLT", "delegateUserIDLTE", "delegateUserIDContains", "delegateUserIDHasPrefix", "delegateUserIDHasSuffix", "delegateUserIDIsNil", "delegateUserIDNotNil", "delegateUserIDEqualFold", "delegateUserIDContainsFold", "delegateStartAt", "delegateStartAtNEQ", "delegateStartAtIn", "delegateStartAtNotIn", "delegateStartAtGT", "delegateStartAtGTE", "delegateStartAtLT", "delegateStartAtLTE", "delegateStartAtIsNil", "delegateStartAtNotNil", "delegateEndAt", "delegateEndAtNEQ", "delegateEndAtIn", "delegateEndAtNotIn", "delegateEndAtGT", "delegateEndAtGTE", "delegateEndAtLT", "delegateEndAtLTE", "delegateEndAtIsNil", "delegateEndAtNotNil", "locked", "lockedNEQ", "silencedAt", "silencedAtNEQ", "silencedAtIn", "silencedAtNotIn", "silencedAtGT", "silencedAtGTE", "silencedAtLT", "silencedAtLTE", "silencedAtIsNil", "silencedAtNotNil", "suspendedAt", "suspendedAtNEQ", "suspendedAtIn", "suspendedAtNotIn", "suspendedAtGT", "suspendedAtGTE", "suspendedAtLT", "suspendedAtLTE", "suspendedAtIsNil", "suspendedAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "emailConfirmed", "emailConfirmedNEQ", "isTfaEnabled", "isTfaEnabledNEQ", "isTfaEnabledIsNil", "isTfaEnabledNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "userID", "userIDNEQ", "userIDIn", "userIDNotIn", "userIDContains", "userIDHasPrefix", "userIDHasSuffix", "userIDIsNil", "userIDNotNil", "userIDEqualFold", "userIDContainsFold", "delegateUserID", "delegateUserIDNEQ", "delegateUserIDIn", "delegateUserIDNotIn", "delegateUserIDContains", "delegateUserIDHasPrefix", "delegateUserIDHasSuffix", "delegateUserIDIsNil", "delegateUserIDNotNil", "delegateUserIDEqualFold", "delegateUserIDContainsFold", "delegateStartAt", "delegateStartAtGT", "delegateStartAtGTE", "delegateStartAtLT", "delegateStartAtLTE", "delegateStartAtIsNil", "delegateStartAtNotNil", "delegateEndAt", "delegateEndAtGT", "delegateEndAtGTE", "delegateEndAtLT", "delegateEndAtLTE", "delegateEndAtIsNil", "delegateEndAtNotNil", "locked", "lockedNEQ", "silencedAt", "silencedAtGT", "silencedAtGTE", "silencedAtLT", "silencedAtLTE", "silencedAtIsNil", "silencedAtNotNil", "suspendedAt", "suspendedAtGT", "suspendedAtGTE", "suspendedAtLT", "suspendedAtLTE", "suspendedAtIsNil", "suspendedAtNotNil", "status", "statusNEQ", "statusIn", "statusNotIn", "emailConfirmed", "emailConfirmedNEQ", "isTfaEnabled", "isTfaEnabledNEQ", "isTfaEnabledIsNil", "isTfaEnabledNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -197710,34 +163557,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -197759,27 +163578,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -197836,34 +163634,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -197948,27 +163718,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198018,27 +163767,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198109,34 +163837,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198214,34 +163914,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198319,34 +163991,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198424,34 +164068,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.UserIDNotIn = data - case "userIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGT = data - case "userIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDGTE = data - case "userIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLT = data - case "userIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UserIDLTE = data case "userIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("userIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198529,34 +164145,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.DelegateUserIDNotIn = data - case "delegateUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDGT = data - case "delegateUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDGTE = data - case "delegateUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDLT = data - case "delegateUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DelegateUserIDLTE = data case "delegateUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -198613,27 +164201,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.DelegateStartAt = data - case "delegateStartAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtNEQ = data - case "delegateStartAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtIn = data - case "delegateStartAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateStartAtNotIn = data case "delegateStartAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateStartAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198683,27 +164250,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.DelegateEndAt = data - case "delegateEndAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtNEQ = data - case "delegateEndAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtIn = data - case "delegateEndAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DelegateEndAtNotIn = data case "delegateEndAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("delegateEndAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198767,27 +164313,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.SilencedAt = data - case "silencedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtNEQ = data - case "silencedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtIn = data - case "silencedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SilencedAtNotIn = data case "silencedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("silencedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -198837,27 +164362,6 @@ func (ec *executionContext) unmarshalInputUserSettingHistoryWhereInput(ctx conte return it, err } it.SuspendedAt = data - case "suspendedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtNEQ = data - case "suspendedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtIn = data - case "suspendedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SuspendedAtNotIn = data case "suspendedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("suspendedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -199027,7 +164531,7 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "questionKey", "questionKeyNEQ", "questionKeyIn", "questionKeyNotIn", "questionKeyGT", "questionKeyGTE", "questionKeyLT", "questionKeyLTE", "questionKeyContains", "questionKeyHasPrefix", "questionKeyHasSuffix", "questionKeyEqualFold", "questionKeyContainsFold", "questionName", "questionNameNEQ", "questionNameIn", "questionNameNotIn", "questionNameGT", "questionNameGTE", "questionNameLT", "questionNameLTE", "questionNameContains", "questionNameHasPrefix", "questionNameHasSuffix", "questionNameEqualFold", "questionNameContainsFold", "questionDescription", "questionDescriptionNEQ", "questionDescriptionIn", "questionDescriptionNotIn", "questionDescriptionGT", "questionDescriptionGTE", "questionDescriptionLT", "questionDescriptionLTE", "questionDescriptionContains", "questionDescriptionHasPrefix", "questionDescriptionHasSuffix", "questionDescriptionIsNil", "questionDescriptionNotNil", "questionDescriptionEqualFold", "questionDescriptionContainsFold", "questionCategory", "questionCategoryNEQ", "questionCategoryIn", "questionCategoryNotIn", "answerType", "answerTypeNEQ", "answerTypeIn", "answerTypeNotIn", "impact", "impactNEQ", "impactIn", "impactNotIn", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "answer", "answerNEQ", "answerIn", "answerNotIn", "answerGT", "answerGTE", "answerLT", "answerLTE", "answerContains", "answerHasPrefix", "answerHasSuffix", "answerIsNil", "answerNotNil", "answerEqualFold", "answerContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesGT", "notesGTE", "notesLT", "notesLTE", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "vendorScoringConfigID", "vendorScoringConfigIDNEQ", "vendorScoringConfigIDIn", "vendorScoringConfigIDNotIn", "vendorScoringConfigIDGT", "vendorScoringConfigIDGTE", "vendorScoringConfigIDLT", "vendorScoringConfigIDLTE", "vendorScoringConfigIDContains", "vendorScoringConfigIDHasPrefix", "vendorScoringConfigIDHasSuffix", "vendorScoringConfigIDIsNil", "vendorScoringConfigIDNotNil", "vendorScoringConfigIDEqualFold", "vendorScoringConfigIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDGT", "entityIDGTE", "entityIDLT", "entityIDLTE", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDEqualFold", "entityIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDGT", "assessmentResponseIDGTE", "assessmentResponseIDLT", "assessmentResponseIDLTE", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "questionKey", "questionKeyNEQ", "questionKeyIn", "questionKeyNotIn", "questionKeyContains", "questionKeyHasPrefix", "questionKeyHasSuffix", "questionKeyEqualFold", "questionKeyContainsFold", "questionName", "questionNameNEQ", "questionNameIn", "questionNameNotIn", "questionNameContains", "questionNameHasPrefix", "questionNameHasSuffix", "questionNameEqualFold", "questionNameContainsFold", "questionDescription", "questionDescriptionNEQ", "questionDescriptionIn", "questionDescriptionNotIn", "questionDescriptionContains", "questionDescriptionHasPrefix", "questionDescriptionHasSuffix", "questionDescriptionIsNil", "questionDescriptionNotNil", "questionDescriptionEqualFold", "questionDescriptionContainsFold", "questionCategory", "questionCategoryNEQ", "questionCategoryIn", "questionCategoryNotIn", "answerType", "answerTypeNEQ", "answerTypeIn", "answerTypeNotIn", "impact", "impactNEQ", "impactIn", "impactNotIn", "likelihood", "likelihoodNEQ", "likelihoodIn", "likelihoodNotIn", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "answer", "answerNEQ", "answerIn", "answerNotIn", "answerContains", "answerHasPrefix", "answerHasSuffix", "answerIsNil", "answerNotNil", "answerEqualFold", "answerContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "vendorScoringConfigID", "vendorScoringConfigIDNEQ", "vendorScoringConfigIDIn", "vendorScoringConfigIDNotIn", "vendorScoringConfigIDContains", "vendorScoringConfigIDHasPrefix", "vendorScoringConfigIDHasSuffix", "vendorScoringConfigIDIsNil", "vendorScoringConfigIDNotNil", "vendorScoringConfigIDEqualFold", "vendorScoringConfigIDContainsFold", "entityID", "entityIDNEQ", "entityIDIn", "entityIDNotIn", "entityIDContains", "entityIDHasPrefix", "entityIDHasSuffix", "entityIDEqualFold", "entityIDContainsFold", "assessmentResponseID", "assessmentResponseIDNEQ", "assessmentResponseIDIn", "assessmentResponseIDNotIn", "assessmentResponseIDContains", "assessmentResponseIDHasPrefix", "assessmentResponseIDHasSuffix", "assessmentResponseIDIsNil", "assessmentResponseIDNotNil", "assessmentResponseIDEqualFold", "assessmentResponseIDContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -199083,34 +164587,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -199132,27 +164608,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -199209,34 +164664,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199321,27 +164748,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -199391,27 +164797,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -199482,34 +164867,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199587,34 +164944,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199692,34 +165021,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199797,34 +165098,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199902,34 +165175,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.QuestionKeyNotIn = data - case "questionKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyGT = data - case "questionKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyGTE = data - case "questionKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyLT = data - case "questionKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionKeyLTE = data case "questionKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -199993,34 +165238,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.QuestionNameNotIn = data - case "questionNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameGT = data - case "questionNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameGTE = data - case "questionNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameLT = data - case "questionNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionNameLTE = data case "questionNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200084,34 +165301,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.QuestionDescriptionNotIn = data - case "questionDescriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionGT = data - case "questionDescriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionGTE = data - case "questionDescriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionLT = data - case "questionDescriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.QuestionDescriptionLTE = data case "questionDescriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("questionDescriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200357,34 +165546,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.AnswerNotIn = data - case "answerGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerGT = data - case "answerGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerGTE = data - case "answerLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerLT = data - case "answerLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AnswerLTE = data case "answerContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("answerContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200462,34 +165623,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.NotesNotIn = data - case "notesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGT = data - case "notesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGTE = data - case "notesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLT = data - case "notesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLTE = data case "notesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200567,34 +165700,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.VendorScoringConfigIDNotIn = data - case "vendorScoringConfigIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDGT = data - case "vendorScoringConfigIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDGTE = data - case "vendorScoringConfigIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDLT = data - case "vendorScoringConfigIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VendorScoringConfigIDLTE = data case "vendorScoringConfigIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vendorScoringConfigIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200672,34 +165777,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.EntityIDNotIn = data - case "entityIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGT = data - case "entityIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDGTE = data - case "entityIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLT = data - case "entityIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EntityIDLTE = data case "entityIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("entityIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200763,34 +165840,6 @@ func (ec *executionContext) unmarshalInputVendorRiskScoreHistoryWhereInput(ctx c return it, err } it.AssessmentResponseIDNotIn = data - case "assessmentResponseIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGT = data - case "assessmentResponseIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDGTE = data - case "assessmentResponseIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLT = data - case "assessmentResponseIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssessmentResponseIDLTE = data case "assessmentResponseIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assessmentResponseIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -200897,7 +165946,7 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scoringMode", "scoringModeNEQ", "scoringModeIn", "scoringModeNotIn"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "scoringMode", "scoringModeNEQ", "scoringModeIn", "scoringModeNotIn"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -200953,34 +166002,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -201002,27 +166023,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -201079,34 +166079,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201191,27 +166163,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -201261,27 +166212,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -201352,34 +166282,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201457,34 +166359,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201562,34 +166436,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201667,34 +166513,6 @@ func (ec *executionContext) unmarshalInputVendorScoringConfigHistoryWhereInput(c return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -201829,7 +166647,7 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByGT", "reviewedByGTE", "reviewedByLT", "reviewedByLTE", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDGT", "reviewedByUserIDGTE", "reviewedByUserIDLT", "reviewedByUserIDLTE", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDGT", "reviewedByGroupIDGTE", "reviewedByGroupIDLT", "reviewedByGroupIDLTE", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToGT", "assignedToGTE", "assignedToLT", "assignedToLTE", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDGT", "assignedToUserIDGTE", "assignedToUserIDLT", "assignedToUserIDLTE", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDGT", "assignedToGroupIDGTE", "assignedToGroupIDLT", "assignedToGroupIDLTE", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameGT", "environmentNameGTE", "environmentNameLT", "environmentNameLTE", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDGT", "environmentIDGTE", "environmentIDLT", "environmentIDLTE", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameGT", "scopeNameGTE", "scopeNameLT", "scopeNameLTE", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDGT", "scopeIDGTE", "scopeIDLT", "scopeIDLTE", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "vulnerabilityStatusName", "vulnerabilityStatusNameNEQ", "vulnerabilityStatusNameIn", "vulnerabilityStatusNameNotIn", "vulnerabilityStatusNameGT", "vulnerabilityStatusNameGTE", "vulnerabilityStatusNameLT", "vulnerabilityStatusNameLTE", "vulnerabilityStatusNameContains", "vulnerabilityStatusNameHasPrefix", "vulnerabilityStatusNameHasSuffix", "vulnerabilityStatusNameIsNil", "vulnerabilityStatusNameNotNil", "vulnerabilityStatusNameEqualFold", "vulnerabilityStatusNameContainsFold", "vulnerabilityStatusID", "vulnerabilityStatusIDNEQ", "vulnerabilityStatusIDIn", "vulnerabilityStatusIDNotIn", "vulnerabilityStatusIDGT", "vulnerabilityStatusIDGTE", "vulnerabilityStatusIDLT", "vulnerabilityStatusIDLTE", "vulnerabilityStatusIDContains", "vulnerabilityStatusIDHasPrefix", "vulnerabilityStatusIDHasSuffix", "vulnerabilityStatusIDIsNil", "vulnerabilityStatusIDNotNil", "vulnerabilityStatusIDEqualFold", "vulnerabilityStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDGT", "externalOwnerIDGTE", "externalOwnerIDLT", "externalOwnerIDLTE", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDGT", "externalIDGTE", "externalIDLT", "externalIDLTE", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "cveID", "cveIDNEQ", "cveIDIn", "cveIDNotIn", "cveIDGT", "cveIDGTE", "cveIDLT", "cveIDLTE", "cveIDContains", "cveIDHasPrefix", "cveIDHasSuffix", "cveIDIsNil", "cveIDNotNil", "cveIDEqualFold", "cveIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceGT", "sourceGTE", "sourceLT", "sourceLTE", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameGT", "displayNameGTE", "displayNameLT", "displayNameLTE", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryGT", "categoryGTE", "categoryLT", "categoryLTE", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityGT", "severityGTE", "severityLT", "severityLTE", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityGT", "priorityGTE", "priorityLT", "priorityLTE", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryGT", "summaryGTE", "summaryLT", "summaryLTE", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorGT", "vectorGTE", "vectorLT", "vectorLTE", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAIn", "remediationSLANotIn", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "open", "openNEQ", "openIsNil", "openNotNil", "blocking", "blockingNEQ", "blockingIsNil", "blockingNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "vulnerableVersionRange", "vulnerableVersionRangeNEQ", "vulnerableVersionRangeIn", "vulnerableVersionRangeNotIn", "vulnerableVersionRangeGT", "vulnerableVersionRangeGTE", "vulnerableVersionRangeLT", "vulnerableVersionRangeLTE", "vulnerableVersionRangeContains", "vulnerableVersionRangeHasPrefix", "vulnerableVersionRangeHasSuffix", "vulnerableVersionRangeIsNil", "vulnerableVersionRangeNotNil", "vulnerableVersionRangeEqualFold", "vulnerableVersionRangeContainsFold", "firstPatchedVersion", "firstPatchedVersionNEQ", "firstPatchedVersionIn", "firstPatchedVersionNotIn", "firstPatchedVersionGT", "firstPatchedVersionGTE", "firstPatchedVersionLT", "firstPatchedVersionLTE", "firstPatchedVersionContains", "firstPatchedVersionHasPrefix", "firstPatchedVersionHasSuffix", "firstPatchedVersionIsNil", "firstPatchedVersionNotNil", "firstPatchedVersionEqualFold", "firstPatchedVersionContainsFold", "fixAvailable", "fixAvailableNEQ", "fixAvailableIsNil", "fixAvailableNotNil", "packageName", "packageNameNEQ", "packageNameIn", "packageNameNotIn", "packageNameGT", "packageNameGTE", "packageNameLT", "packageNameLTE", "packageNameContains", "packageNameHasPrefix", "packageNameHasSuffix", "packageNameIsNil", "packageNameNotNil", "packageNameEqualFold", "packageNameContainsFold", "packageEcosystem", "packageEcosystemNEQ", "packageEcosystemIn", "packageEcosystemNotIn", "packageEcosystemGT", "packageEcosystemGTE", "packageEcosystemLT", "packageEcosystemLTE", "packageEcosystemContains", "packageEcosystemHasPrefix", "packageEcosystemHasSuffix", "packageEcosystemIsNil", "packageEcosystemNotNil", "packageEcosystemEqualFold", "packageEcosystemContainsFold", "manifestPath", "manifestPathNEQ", "manifestPathIn", "manifestPathNotIn", "manifestPathGT", "manifestPathGTE", "manifestPathLT", "manifestPathLTE", "manifestPathContains", "manifestPathHasPrefix", "manifestPathHasSuffix", "manifestPathIsNil", "manifestPathNotNil", "manifestPathEqualFold", "manifestPathContainsFold", "dependencyScope", "dependencyScopeNEQ", "dependencyScopeIn", "dependencyScopeNotIn", "dependencyScopeGT", "dependencyScopeGTE", "dependencyScopeLT", "dependencyScopeLTE", "dependencyScopeContains", "dependencyScopeHasPrefix", "dependencyScopeHasSuffix", "dependencyScopeIsNil", "dependencyScopeNotNil", "dependencyScopeEqualFold", "dependencyScopeContainsFold", "publishedAt", "publishedAtNEQ", "publishedAtIn", "publishedAtNotIn", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "discoveredAt", "discoveredAtNEQ", "discoveredAtIn", "discoveredAtNotIn", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtNEQ", "sourceUpdatedAtIn", "sourceUpdatedAtNotIn", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "dismissedAt", "dismissedAtNEQ", "dismissedAtIn", "dismissedAtNotIn", "dismissedAtGT", "dismissedAtGTE", "dismissedAtLT", "dismissedAtLTE", "dismissedAtIsNil", "dismissedAtNotNil", "dismissedReason", "dismissedReasonNEQ", "dismissedReasonIn", "dismissedReasonNotIn", "dismissedReasonGT", "dismissedReasonGTE", "dismissedReasonLT", "dismissedReasonLTE", "dismissedReasonContains", "dismissedReasonHasPrefix", "dismissedReasonHasSuffix", "dismissedReasonIsNil", "dismissedReasonNotNil", "dismissedReasonEqualFold", "dismissedReasonContainsFold", "dismissedComment", "dismissedCommentNEQ", "dismissedCommentIn", "dismissedCommentNotIn", "dismissedCommentGT", "dismissedCommentGTE", "dismissedCommentLT", "dismissedCommentLTE", "dismissedCommentContains", "dismissedCommentHasPrefix", "dismissedCommentHasSuffix", "dismissedCommentIsNil", "dismissedCommentNotNil", "dismissedCommentEqualFold", "dismissedCommentContainsFold", "fixedAt", "fixedAtNEQ", "fixedAtIn", "fixedAtNotIn", "fixedAtGT", "fixedAtGTE", "fixedAtLT", "fixedAtLTE", "fixedAtIsNil", "fixedAtNotNil", "autoDismissedAt", "autoDismissedAtNEQ", "autoDismissedAtIn", "autoDismissedAtNotIn", "autoDismissedAtGT", "autoDismissedAtGTE", "autoDismissedAtLT", "autoDismissedAtLTE", "autoDismissedAtIsNil", "autoDismissedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIGT", "externalURIGTE", "externalURILT", "externalURILTE", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "reviewedBy", "reviewedByNEQ", "reviewedByIn", "reviewedByNotIn", "reviewedByContains", "reviewedByHasPrefix", "reviewedByHasSuffix", "reviewedByIsNil", "reviewedByNotNil", "reviewedByEqualFold", "reviewedByContainsFold", "reviewedByUserID", "reviewedByUserIDNEQ", "reviewedByUserIDIn", "reviewedByUserIDNotIn", "reviewedByUserIDContains", "reviewedByUserIDHasPrefix", "reviewedByUserIDHasSuffix", "reviewedByUserIDIsNil", "reviewedByUserIDNotNil", "reviewedByUserIDEqualFold", "reviewedByUserIDContainsFold", "reviewedByGroupID", "reviewedByGroupIDNEQ", "reviewedByGroupIDIn", "reviewedByGroupIDNotIn", "reviewedByGroupIDContains", "reviewedByGroupIDHasPrefix", "reviewedByGroupIDHasSuffix", "reviewedByGroupIDIsNil", "reviewedByGroupIDNotNil", "reviewedByGroupIDEqualFold", "reviewedByGroupIDContainsFold", "assignedTo", "assignedToNEQ", "assignedToIn", "assignedToNotIn", "assignedToContains", "assignedToHasPrefix", "assignedToHasSuffix", "assignedToIsNil", "assignedToNotNil", "assignedToEqualFold", "assignedToContainsFold", "assignedToUserID", "assignedToUserIDNEQ", "assignedToUserIDIn", "assignedToUserIDNotIn", "assignedToUserIDContains", "assignedToUserIDHasPrefix", "assignedToUserIDHasSuffix", "assignedToUserIDIsNil", "assignedToUserIDNotNil", "assignedToUserIDEqualFold", "assignedToUserIDContainsFold", "assignedToGroupID", "assignedToGroupIDNEQ", "assignedToGroupIDIn", "assignedToGroupIDNotIn", "assignedToGroupIDContains", "assignedToGroupIDHasPrefix", "assignedToGroupIDHasSuffix", "assignedToGroupIDIsNil", "assignedToGroupIDNotNil", "assignedToGroupIDEqualFold", "assignedToGroupIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "environmentName", "environmentNameNEQ", "environmentNameIn", "environmentNameNotIn", "environmentNameContains", "environmentNameHasPrefix", "environmentNameHasSuffix", "environmentNameIsNil", "environmentNameNotNil", "environmentNameEqualFold", "environmentNameContainsFold", "environmentID", "environmentIDNEQ", "environmentIDIn", "environmentIDNotIn", "environmentIDContains", "environmentIDHasPrefix", "environmentIDHasSuffix", "environmentIDIsNil", "environmentIDNotNil", "environmentIDEqualFold", "environmentIDContainsFold", "scopeName", "scopeNameNEQ", "scopeNameIn", "scopeNameNotIn", "scopeNameContains", "scopeNameHasPrefix", "scopeNameHasSuffix", "scopeNameIsNil", "scopeNameNotNil", "scopeNameEqualFold", "scopeNameContainsFold", "scopeID", "scopeIDNEQ", "scopeIDIn", "scopeIDNotIn", "scopeIDContains", "scopeIDHasPrefix", "scopeIDHasSuffix", "scopeIDIsNil", "scopeIDNotNil", "scopeIDEqualFold", "scopeIDContainsFold", "vulnerabilityStatusName", "vulnerabilityStatusNameNEQ", "vulnerabilityStatusNameIn", "vulnerabilityStatusNameNotIn", "vulnerabilityStatusNameContains", "vulnerabilityStatusNameHasPrefix", "vulnerabilityStatusNameHasSuffix", "vulnerabilityStatusNameIsNil", "vulnerabilityStatusNameNotNil", "vulnerabilityStatusNameEqualFold", "vulnerabilityStatusNameContainsFold", "vulnerabilityStatusID", "vulnerabilityStatusIDNEQ", "vulnerabilityStatusIDIn", "vulnerabilityStatusIDNotIn", "vulnerabilityStatusIDContains", "vulnerabilityStatusIDHasPrefix", "vulnerabilityStatusIDHasSuffix", "vulnerabilityStatusIDIsNil", "vulnerabilityStatusIDNotNil", "vulnerabilityStatusIDEqualFold", "vulnerabilityStatusIDContainsFold", "workflowEligibleMarker", "workflowEligibleMarkerNEQ", "workflowEligibleMarkerIsNil", "workflowEligibleMarkerNotNil", "externalOwnerID", "externalOwnerIDNEQ", "externalOwnerIDIn", "externalOwnerIDNotIn", "externalOwnerIDContains", "externalOwnerIDHasPrefix", "externalOwnerIDHasSuffix", "externalOwnerIDIsNil", "externalOwnerIDNotNil", "externalOwnerIDEqualFold", "externalOwnerIDContainsFold", "securityLevel", "securityLevelNEQ", "securityLevelIn", "securityLevelNotIn", "securityLevelIsNil", "securityLevelNotNil", "externalID", "externalIDNEQ", "externalIDIn", "externalIDNotIn", "externalIDContains", "externalIDHasPrefix", "externalIDHasSuffix", "externalIDEqualFold", "externalIDContainsFold", "cveID", "cveIDNEQ", "cveIDIn", "cveIDNotIn", "cveIDContains", "cveIDHasPrefix", "cveIDHasSuffix", "cveIDIsNil", "cveIDNotNil", "cveIDEqualFold", "cveIDContainsFold", "source", "sourceNEQ", "sourceIn", "sourceNotIn", "sourceContains", "sourceHasPrefix", "sourceHasSuffix", "sourceIsNil", "sourceNotNil", "sourceEqualFold", "sourceContainsFold", "displayName", "displayNameNEQ", "displayNameIn", "displayNameNotIn", "displayNameContains", "displayNameHasPrefix", "displayNameHasSuffix", "displayNameIsNil", "displayNameNotNil", "displayNameEqualFold", "displayNameContainsFold", "category", "categoryNEQ", "categoryIn", "categoryNotIn", "categoryContains", "categoryHasPrefix", "categoryHasSuffix", "categoryIsNil", "categoryNotNil", "categoryEqualFold", "categoryContainsFold", "severity", "severityNEQ", "severityIn", "severityNotIn", "severityContains", "severityHasPrefix", "severityHasSuffix", "severityIsNil", "severityNotNil", "severityEqualFold", "severityContainsFold", "score", "scoreNEQ", "scoreIn", "scoreNotIn", "scoreGT", "scoreGTE", "scoreLT", "scoreLTE", "scoreIsNil", "scoreNotNil", "impact", "impactNEQ", "impactIn", "impactNotIn", "impactGT", "impactGTE", "impactLT", "impactLTE", "impactIsNil", "impactNotNil", "exploitability", "exploitabilityNEQ", "exploitabilityIn", "exploitabilityNotIn", "exploitabilityGT", "exploitabilityGTE", "exploitabilityLT", "exploitabilityLTE", "exploitabilityIsNil", "exploitabilityNotNil", "priority", "priorityNEQ", "priorityIn", "priorityNotIn", "priorityContains", "priorityHasPrefix", "priorityHasSuffix", "priorityIsNil", "priorityNotNil", "priorityEqualFold", "priorityContainsFold", "summary", "summaryNEQ", "summaryIn", "summaryNotIn", "summaryContains", "summaryHasPrefix", "summaryHasSuffix", "summaryIsNil", "summaryNotNil", "summaryEqualFold", "summaryContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "vector", "vectorNEQ", "vectorIn", "vectorNotIn", "vectorContains", "vectorHasPrefix", "vectorHasSuffix", "vectorIsNil", "vectorNotNil", "vectorEqualFold", "vectorContainsFold", "remediationSLA", "remediationSLANEQ", "remediationSLAGT", "remediationSLAGTE", "remediationSLALT", "remediationSLALTE", "remediationSLAIsNil", "remediationSLANotNil", "open", "openNEQ", "openIsNil", "openNotNil", "blocking", "blockingNEQ", "blockingIsNil", "blockingNotNil", "production", "productionNEQ", "productionIsNil", "productionNotNil", "public", "publicNEQ", "publicIsNil", "publicNotNil", "validated", "validatedNEQ", "validatedIsNil", "validatedNotNil", "vulnerableVersionRange", "vulnerableVersionRangeNEQ", "vulnerableVersionRangeIn", "vulnerableVersionRangeNotIn", "vulnerableVersionRangeContains", "vulnerableVersionRangeHasPrefix", "vulnerableVersionRangeHasSuffix", "vulnerableVersionRangeIsNil", "vulnerableVersionRangeNotNil", "vulnerableVersionRangeEqualFold", "vulnerableVersionRangeContainsFold", "firstPatchedVersion", "firstPatchedVersionNEQ", "firstPatchedVersionIn", "firstPatchedVersionNotIn", "firstPatchedVersionContains", "firstPatchedVersionHasPrefix", "firstPatchedVersionHasSuffix", "firstPatchedVersionIsNil", "firstPatchedVersionNotNil", "firstPatchedVersionEqualFold", "firstPatchedVersionContainsFold", "fixAvailable", "fixAvailableNEQ", "fixAvailableIsNil", "fixAvailableNotNil", "packageName", "packageNameNEQ", "packageNameIn", "packageNameNotIn", "packageNameContains", "packageNameHasPrefix", "packageNameHasSuffix", "packageNameIsNil", "packageNameNotNil", "packageNameEqualFold", "packageNameContainsFold", "packageEcosystem", "packageEcosystemNEQ", "packageEcosystemIn", "packageEcosystemNotIn", "packageEcosystemContains", "packageEcosystemHasPrefix", "packageEcosystemHasSuffix", "packageEcosystemIsNil", "packageEcosystemNotNil", "packageEcosystemEqualFold", "packageEcosystemContainsFold", "manifestPath", "manifestPathNEQ", "manifestPathIn", "manifestPathNotIn", "manifestPathContains", "manifestPathHasPrefix", "manifestPathHasSuffix", "manifestPathIsNil", "manifestPathNotNil", "manifestPathEqualFold", "manifestPathContainsFold", "dependencyScope", "dependencyScopeNEQ", "dependencyScopeIn", "dependencyScopeNotIn", "dependencyScopeContains", "dependencyScopeHasPrefix", "dependencyScopeHasSuffix", "dependencyScopeIsNil", "dependencyScopeNotNil", "dependencyScopeEqualFold", "dependencyScopeContainsFold", "publishedAt", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "discoveredAt", "discoveredAtGT", "discoveredAtGTE", "discoveredAtLT", "discoveredAtLTE", "discoveredAtIsNil", "discoveredAtNotNil", "sourceUpdatedAt", "sourceUpdatedAtGT", "sourceUpdatedAtGTE", "sourceUpdatedAtLT", "sourceUpdatedAtLTE", "sourceUpdatedAtIsNil", "sourceUpdatedAtNotNil", "dismissedAt", "dismissedAtGT", "dismissedAtGTE", "dismissedAtLT", "dismissedAtLTE", "dismissedAtIsNil", "dismissedAtNotNil", "dismissedReason", "dismissedReasonNEQ", "dismissedReasonIn", "dismissedReasonNotIn", "dismissedReasonContains", "dismissedReasonHasPrefix", "dismissedReasonHasSuffix", "dismissedReasonIsNil", "dismissedReasonNotNil", "dismissedReasonEqualFold", "dismissedReasonContainsFold", "dismissedComment", "dismissedCommentNEQ", "dismissedCommentIn", "dismissedCommentNotIn", "dismissedCommentContains", "dismissedCommentHasPrefix", "dismissedCommentHasSuffix", "dismissedCommentIsNil", "dismissedCommentNotNil", "dismissedCommentEqualFold", "dismissedCommentContainsFold", "fixedAt", "fixedAtGT", "fixedAtGTE", "fixedAtLT", "fixedAtLTE", "fixedAtIsNil", "fixedAtNotNil", "autoDismissedAt", "autoDismissedAtGT", "autoDismissedAtGTE", "autoDismissedAtLT", "autoDismissedAtLTE", "autoDismissedAtIsNil", "autoDismissedAtNotNil", "externalURI", "externalURINEQ", "externalURIIn", "externalURINotIn", "externalURIContains", "externalURIHasPrefix", "externalURIHasSuffix", "externalURIIsNil", "externalURINotNil", "externalURIEqualFold", "externalURIContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -201885,34 +166703,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -201934,27 +166724,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -202011,34 +166780,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202123,27 +166864,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -202193,27 +166913,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -202284,34 +166983,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202389,34 +167060,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202494,34 +167137,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202599,34 +167214,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202690,34 +167277,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202795,34 +167354,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ReviewedByNotIn = data - case "reviewedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGT = data - case "reviewedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGTE = data - case "reviewedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLT = data - case "reviewedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByLTE = data case "reviewedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -202900,34 +167431,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ReviewedByUserIDNotIn = data - case "reviewedByUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGT = data - case "reviewedByUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDGTE = data - case "reviewedByUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLT = data - case "reviewedByUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByUserIDLTE = data case "reviewedByUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203005,34 +167508,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ReviewedByGroupIDNotIn = data - case "reviewedByGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGT = data - case "reviewedByGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDGTE = data - case "reviewedByGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLT = data - case "reviewedByGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ReviewedByGroupIDLTE = data case "reviewedByGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("reviewedByGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203110,34 +167585,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.AssignedToNotIn = data - case "assignedToGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGT = data - case "assignedToGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGTE = data - case "assignedToLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLT = data - case "assignedToLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToLTE = data case "assignedToContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203215,34 +167662,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.AssignedToUserIDNotIn = data - case "assignedToUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGT = data - case "assignedToUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDGTE = data - case "assignedToUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLT = data - case "assignedToUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToUserIDLTE = data case "assignedToUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203320,34 +167739,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.AssignedToGroupIDNotIn = data - case "assignedToGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGT = data - case "assignedToGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDGTE = data - case "assignedToGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLT = data - case "assignedToGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignedToGroupIDLTE = data case "assignedToGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignedToGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203453,34 +167844,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203558,34 +167921,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203663,34 +167998,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.EnvironmentNameNotIn = data - case "environmentNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGT = data - case "environmentNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameGTE = data - case "environmentNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLT = data - case "environmentNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentNameLTE = data case "environmentNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203768,34 +168075,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.EnvironmentIDNotIn = data - case "environmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGT = data - case "environmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDGTE = data - case "environmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLT = data - case "environmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.EnvironmentIDLTE = data case "environmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("environmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203873,34 +168152,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ScopeNameNotIn = data - case "scopeNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGT = data - case "scopeNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameGTE = data - case "scopeNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLT = data - case "scopeNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeNameLTE = data case "scopeNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -203978,34 +168229,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ScopeIDNotIn = data - case "scopeIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGT = data - case "scopeIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDGTE = data - case "scopeIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLT = data - case "scopeIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ScopeIDLTE = data case "scopeIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("scopeIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204083,34 +168306,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.VulnerabilityStatusNameNotIn = data - case "vulnerabilityStatusNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameGT = data - case "vulnerabilityStatusNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameGTE = data - case "vulnerabilityStatusNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameLT = data - case "vulnerabilityStatusNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusNameLTE = data case "vulnerabilityStatusNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204188,34 +168383,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.VulnerabilityStatusIDNotIn = data - case "vulnerabilityStatusIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDGT = data - case "vulnerabilityStatusIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDGTE = data - case "vulnerabilityStatusIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDLT = data - case "vulnerabilityStatusIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerabilityStatusIDLTE = data case "vulnerabilityStatusIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerabilityStatusIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204321,34 +168488,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ExternalOwnerIDNotIn = data - case "externalOwnerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGT = data - case "externalOwnerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDGTE = data - case "externalOwnerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLT = data - case "externalOwnerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalOwnerIDLTE = data case "externalOwnerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalOwnerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204468,34 +168607,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ExternalIDNotIn = data - case "externalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGT = data - case "externalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDGTE = data - case "externalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLT = data - case "externalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalIDLTE = data case "externalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204559,34 +168670,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.CveIDNotIn = data - case "cveIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDGT = data - case "cveIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDGTE = data - case "cveIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDLT = data - case "cveIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CveIDLTE = data case "cveIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cveIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204664,34 +168747,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.SourceNotIn = data - case "sourceGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGT = data - case "sourceGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceGTE = data - case "sourceLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLT = data - case "sourceLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SourceLTE = data case "sourceContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204769,34 +168824,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DisplayNameNotIn = data - case "displayNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGT = data - case "displayNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameGTE = data - case "displayNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLT = data - case "displayNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayNameLTE = data case "displayNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204874,34 +168901,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.CategoryNotIn = data - case "categoryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGT = data - case "categoryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryGTE = data - case "categoryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLT = data - case "categoryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CategoryLTE = data case "categoryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("categoryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -204979,34 +168978,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.SeverityNotIn = data - case "severityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGT = data - case "severityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityGTE = data - case "severityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLT = data - case "severityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SeverityLTE = data case "severityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("severityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205294,34 +169265,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.PriorityNotIn = data - case "priorityGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGT = data - case "priorityGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityGTE = data - case "priorityLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLT = data - case "priorityLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PriorityLTE = data case "priorityContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("priorityContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205399,34 +169342,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.SummaryNotIn = data - case "summaryGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGT = data - case "summaryGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryGTE = data - case "summaryLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLT = data - case "summaryLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SummaryLTE = data case "summaryContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("summaryContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205504,34 +169419,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205609,34 +169496,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.VectorNotIn = data - case "vectorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGT = data - case "vectorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorGTE = data - case "vectorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLT = data - case "vectorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VectorLTE = data case "vectorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vectorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -205700,20 +169559,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.RemediationSLANEQ = data - case "remediationSLAIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLAIn = data - case "remediationSLANotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLANotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RemediationSLANotIn = data case "remediationSLAGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("remediationSLAGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -205924,34 +169769,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.VulnerableVersionRangeNotIn = data - case "vulnerableVersionRangeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeGT = data - case "vulnerableVersionRangeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeGTE = data - case "vulnerableVersionRangeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeLT = data - case "vulnerableVersionRangeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.VulnerableVersionRangeLTE = data case "vulnerableVersionRangeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("vulnerableVersionRangeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206029,34 +169846,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.FirstPatchedVersionNotIn = data - case "firstPatchedVersionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionGT = data - case "firstPatchedVersionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionGTE = data - case "firstPatchedVersionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionLT = data - case "firstPatchedVersionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.FirstPatchedVersionLTE = data case "firstPatchedVersionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("firstPatchedVersionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206162,34 +169951,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.PackageNameNotIn = data - case "packageNameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameGT = data - case "packageNameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameGTE = data - case "packageNameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameLT = data - case "packageNameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageNameLTE = data case "packageNameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageNameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206267,34 +170028,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.PackageEcosystemNotIn = data - case "packageEcosystemGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemGT = data - case "packageEcosystemGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemGTE = data - case "packageEcosystemLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemLT = data - case "packageEcosystemLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.PackageEcosystemLTE = data case "packageEcosystemContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("packageEcosystemContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206372,34 +170105,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ManifestPathNotIn = data - case "manifestPathGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathGT = data - case "manifestPathGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathGTE = data - case "manifestPathLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathLT = data - case "manifestPathLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ManifestPathLTE = data case "manifestPathContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("manifestPathContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206477,34 +170182,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DependencyScopeNotIn = data - case "dependencyScopeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeGT = data - case "dependencyScopeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeGTE = data - case "dependencyScopeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeLT = data - case "dependencyScopeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DependencyScopeLTE = data case "dependencyScopeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dependencyScopeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206561,27 +170238,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.PublishedAt = data - case "publishedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNEQ = data - case "publishedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtIn = data - case "publishedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNotIn = data case "publishedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -206631,27 +170287,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DiscoveredAt = data - case "discoveredAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNEQ = data - case "discoveredAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtIn = data - case "discoveredAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DiscoveredAtNotIn = data case "discoveredAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("discoveredAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -206701,27 +170336,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.SourceUpdatedAt = data - case "sourceUpdatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNEQ = data - case "sourceUpdatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtIn = data - case "sourceUpdatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.SourceUpdatedAtNotIn = data case "sourceUpdatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("sourceUpdatedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -206771,27 +170385,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DismissedAt = data - case "dismissedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtNEQ = data - case "dismissedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtIn = data - case "dismissedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DismissedAtNotIn = data case "dismissedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -206862,34 +170455,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DismissedReasonNotIn = data - case "dismissedReasonGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonGT = data - case "dismissedReasonGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonGTE = data - case "dismissedReasonLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonLT = data - case "dismissedReasonLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedReasonLTE = data case "dismissedReasonContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedReasonContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -206967,34 +170532,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.DismissedCommentNotIn = data - case "dismissedCommentGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentGT = data - case "dismissedCommentGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentGTE = data - case "dismissedCommentLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentLT = data - case "dismissedCommentLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DismissedCommentLTE = data case "dismissedCommentContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dismissedCommentContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207051,27 +170588,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.FixedAt = data - case "fixedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.FixedAtNEQ = data - case "fixedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FixedAtIn = data - case "fixedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.FixedAtNotIn = data case "fixedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("fixedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -207121,27 +170637,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.AutoDismissedAt = data - case "autoDismissedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtNEQ")) - data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtNEQ = data - case "autoDismissedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtIn = data - case "autoDismissedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtNotIn")) - data, err := ec.unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.AutoDismissedAtNotIn = data case "autoDismissedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("autoDismissedAtGT")) data, err := ec.unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, v) @@ -207212,34 +170707,6 @@ func (ec *executionContext) unmarshalInputVulnerabilityHistoryWhereInput(ctx con return it, err } it.ExternalURINotIn = data - case "externalURIGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGT = data - case "externalURIGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURIGTE = data - case "externalURILT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILT = data - case "externalURILTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURILTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ExternalURILTE = data case "externalURIContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("externalURIContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207346,7 +170813,7 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDGT", "workflowInstanceIDGTE", "workflowInstanceIDLT", "workflowInstanceIDLTE", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "assignmentKey", "assignmentKeyNEQ", "assignmentKeyIn", "assignmentKeyNotIn", "assignmentKeyGT", "assignmentKeyGTE", "assignmentKeyLT", "assignmentKeyLTE", "assignmentKeyContains", "assignmentKeyHasPrefix", "assignmentKeyHasSuffix", "assignmentKeyEqualFold", "assignmentKeyContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleGT", "roleGTE", "roleLT", "roleLTE", "roleContains", "roleHasPrefix", "roleHasSuffix", "roleEqualFold", "roleContainsFold", "label", "labelNEQ", "labelIn", "labelNotIn", "labelGT", "labelGTE", "labelLT", "labelLTE", "labelContains", "labelHasPrefix", "labelHasSuffix", "labelIsNil", "labelNotNil", "labelEqualFold", "labelContainsFold", "required", "requiredNEQ", "status", "statusNEQ", "statusIn", "statusNotIn", "decidedAt", "decidedAtNEQ", "decidedAtIn", "decidedAtNotIn", "decidedAtGT", "decidedAtGTE", "decidedAtLT", "decidedAtLTE", "decidedAtIsNil", "decidedAtNotNil", "actorUserID", "actorUserIDNEQ", "actorUserIDIn", "actorUserIDNotIn", "actorUserIDGT", "actorUserIDGTE", "actorUserIDLT", "actorUserIDLTE", "actorUserIDContains", "actorUserIDHasPrefix", "actorUserIDHasSuffix", "actorUserIDIsNil", "actorUserIDNotNil", "actorUserIDEqualFold", "actorUserIDContainsFold", "actorGroupID", "actorGroupIDNEQ", "actorGroupIDIn", "actorGroupIDNotIn", "actorGroupIDGT", "actorGroupIDGTE", "actorGroupIDLT", "actorGroupIDLTE", "actorGroupIDContains", "actorGroupIDHasPrefix", "actorGroupIDHasSuffix", "actorGroupIDIsNil", "actorGroupIDNotNil", "actorGroupIDEqualFold", "actorGroupIDContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesGT", "notesGTE", "notesLT", "notesLTE", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "dueAt", "dueAtNEQ", "dueAtIn", "dueAtNotIn", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowInstanceID", "workflowInstanceIDNEQ", "workflowInstanceIDIn", "workflowInstanceIDNotIn", "workflowInstanceIDContains", "workflowInstanceIDHasPrefix", "workflowInstanceIDHasSuffix", "workflowInstanceIDEqualFold", "workflowInstanceIDContainsFold", "assignmentKey", "assignmentKeyNEQ", "assignmentKeyIn", "assignmentKeyNotIn", "assignmentKeyContains", "assignmentKeyHasPrefix", "assignmentKeyHasSuffix", "assignmentKeyEqualFold", "assignmentKeyContainsFold", "role", "roleNEQ", "roleIn", "roleNotIn", "roleContains", "roleHasPrefix", "roleHasSuffix", "roleEqualFold", "roleContainsFold", "label", "labelNEQ", "labelIn", "labelNotIn", "labelContains", "labelHasPrefix", "labelHasSuffix", "labelIsNil", "labelNotNil", "labelEqualFold", "labelContainsFold", "required", "requiredNEQ", "status", "statusNEQ", "statusIn", "statusNotIn", "decidedAt", "decidedAtGT", "decidedAtGTE", "decidedAtLT", "decidedAtLTE", "decidedAtIsNil", "decidedAtNotNil", "actorUserID", "actorUserIDNEQ", "actorUserIDIn", "actorUserIDNotIn", "actorUserIDContains", "actorUserIDHasPrefix", "actorUserIDHasSuffix", "actorUserIDIsNil", "actorUserIDNotNil", "actorUserIDEqualFold", "actorUserIDContainsFold", "actorGroupID", "actorGroupIDNEQ", "actorGroupIDIn", "actorGroupIDNotIn", "actorGroupIDContains", "actorGroupIDHasPrefix", "actorGroupIDHasSuffix", "actorGroupIDIsNil", "actorGroupIDNotNil", "actorGroupIDEqualFold", "actorGroupIDContainsFold", "notes", "notesNEQ", "notesIn", "notesNotIn", "notesContains", "notesHasPrefix", "notesHasSuffix", "notesIsNil", "notesNotNil", "notesEqualFold", "notesContainsFold", "dueAt", "dueAtGT", "dueAtGTE", "dueAtLT", "dueAtLTE", "dueAtIsNil", "dueAtNotNil"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -207402,34 +170869,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -207451,27 +170890,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -207528,34 +170946,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207640,27 +171030,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -207710,27 +171079,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -207801,34 +171149,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -207906,34 +171226,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208011,34 +171303,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208116,34 +171380,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208207,34 +171443,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208312,34 +171520,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.WorkflowInstanceIDNotIn = data - case "workflowInstanceIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGT = data - case "workflowInstanceIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDGTE = data - case "workflowInstanceIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLT = data - case "workflowInstanceIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowInstanceIDLTE = data case "workflowInstanceIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowInstanceIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208403,34 +171583,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.AssignmentKeyNotIn = data - case "assignmentKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyGT = data - case "assignmentKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyGTE = data - case "assignmentKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyLT = data - case "assignmentKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.AssignmentKeyLTE = data case "assignmentKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("assignmentKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208494,34 +171646,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.RoleNotIn = data - case "roleGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleGT = data - case "roleGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleGTE = data - case "roleLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleLT = data - case "roleLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RoleLTE = data case "roleContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("roleContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208585,34 +171709,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.LabelNotIn = data - case "labelGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelGT = data - case "labelGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelGTE = data - case "labelLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelLT = data - case "labelLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.LabelLTE = data case "labelContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("labelContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208711,27 +171807,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.DecidedAt = data - case "decidedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtNEQ = data - case "decidedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtIn = data - case "decidedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DecidedAtNotIn = data case "decidedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("decidedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -208802,34 +171877,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.ActorUserIDNotIn = data - case "actorUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDGT = data - case "actorUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDGTE = data - case "actorUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDLT = data - case "actorUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorUserIDLTE = data case "actorUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -208907,34 +171954,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.ActorGroupIDNotIn = data - case "actorGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDGT = data - case "actorGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDGTE = data - case "actorGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDLT = data - case "actorGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ActorGroupIDLTE = data case "actorGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("actorGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209012,34 +172031,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.NotesNotIn = data - case "notesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGT = data - case "notesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesGTE = data - case "notesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLT = data - case "notesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NotesLTE = data case "notesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("notesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209096,27 +172087,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentHistoryWhereInput(ct return it, err } it.DueAt = data - case "dueAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.DueAtNEQ = data - case "dueAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtIn = data - case "dueAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.DueAtNotIn = data case "dueAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("dueAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -209216,7 +172186,7 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowAssignmentID", "workflowAssignmentIDNEQ", "workflowAssignmentIDIn", "workflowAssignmentIDNotIn", "workflowAssignmentIDGT", "workflowAssignmentIDGTE", "workflowAssignmentIDLT", "workflowAssignmentIDLTE", "workflowAssignmentIDContains", "workflowAssignmentIDHasPrefix", "workflowAssignmentIDHasSuffix", "workflowAssignmentIDEqualFold", "workflowAssignmentIDContainsFold", "targetType", "targetTypeNEQ", "targetTypeIn", "targetTypeNotIn", "targetUserID", "targetUserIDNEQ", "targetUserIDIn", "targetUserIDNotIn", "targetUserIDGT", "targetUserIDGTE", "targetUserIDLT", "targetUserIDLTE", "targetUserIDContains", "targetUserIDHasPrefix", "targetUserIDHasSuffix", "targetUserIDIsNil", "targetUserIDNotNil", "targetUserIDEqualFold", "targetUserIDContainsFold", "targetGroupID", "targetGroupIDNEQ", "targetGroupIDIn", "targetGroupIDNotIn", "targetGroupIDGT", "targetGroupIDGTE", "targetGroupIDLT", "targetGroupIDLTE", "targetGroupIDContains", "targetGroupIDHasPrefix", "targetGroupIDHasSuffix", "targetGroupIDIsNil", "targetGroupIDNotNil", "targetGroupIDEqualFold", "targetGroupIDContainsFold", "resolverKey", "resolverKeyNEQ", "resolverKeyIn", "resolverKeyNotIn", "resolverKeyGT", "resolverKeyGTE", "resolverKeyLT", "resolverKeyLTE", "resolverKeyContains", "resolverKeyHasPrefix", "resolverKeyHasSuffix", "resolverKeyIsNil", "resolverKeyNotNil", "resolverKeyEqualFold", "resolverKeyContainsFold"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "workflowAssignmentID", "workflowAssignmentIDNEQ", "workflowAssignmentIDIn", "workflowAssignmentIDNotIn", "workflowAssignmentIDContains", "workflowAssignmentIDHasPrefix", "workflowAssignmentIDHasSuffix", "workflowAssignmentIDEqualFold", "workflowAssignmentIDContainsFold", "targetType", "targetTypeNEQ", "targetTypeIn", "targetTypeNotIn", "targetUserID", "targetUserIDNEQ", "targetUserIDIn", "targetUserIDNotIn", "targetUserIDContains", "targetUserIDHasPrefix", "targetUserIDHasSuffix", "targetUserIDIsNil", "targetUserIDNotNil", "targetUserIDEqualFold", "targetUserIDContainsFold", "targetGroupID", "targetGroupIDNEQ", "targetGroupIDIn", "targetGroupIDNotIn", "targetGroupIDContains", "targetGroupIDHasPrefix", "targetGroupIDHasSuffix", "targetGroupIDIsNil", "targetGroupIDNotNil", "targetGroupIDEqualFold", "targetGroupIDContainsFold", "resolverKey", "resolverKeyNEQ", "resolverKeyIn", "resolverKeyNotIn", "resolverKeyContains", "resolverKeyHasPrefix", "resolverKeyHasSuffix", "resolverKeyIsNil", "resolverKeyNotNil", "resolverKeyEqualFold", "resolverKeyContainsFold"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -209272,34 +172242,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -209321,27 +172263,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -209398,34 +172319,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209510,27 +172403,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -209580,27 +172452,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -209671,34 +172522,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209776,34 +172599,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209881,34 +172676,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -209986,34 +172753,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210077,34 +172816,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210182,34 +172893,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.WorkflowAssignmentIDNotIn = data - case "workflowAssignmentIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDGT = data - case "workflowAssignmentIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDGTE = data - case "workflowAssignmentIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDLT = data - case "workflowAssignmentIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.WorkflowAssignmentIDLTE = data case "workflowAssignmentIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("workflowAssignmentIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210301,34 +172984,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.TargetUserIDNotIn = data - case "targetUserIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDGT = data - case "targetUserIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDGTE = data - case "targetUserIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDLT = data - case "targetUserIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetUserIDLTE = data case "targetUserIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetUserIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210406,34 +173061,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.TargetGroupIDNotIn = data - case "targetGroupIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDGT = data - case "targetGroupIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDGTE = data - case "targetGroupIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDLT = data - case "targetGroupIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.TargetGroupIDLTE = data case "targetGroupIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("targetGroupIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210511,34 +173138,6 @@ func (ec *executionContext) unmarshalInputWorkflowAssignmentTargetHistoryWhereIn return it, err } it.ResolverKeyNotIn = data - case "resolverKeyGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyGT = data - case "resolverKeyGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyGTE = data - case "resolverKeyLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyLT = data - case "resolverKeyLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.ResolverKeyLTE = data case "resolverKeyContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("resolverKeyContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210645,7 +173244,7 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct asMap[k] = v } - fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idGT", "idGTE", "idLT", "idLTE", "idEqualFold", "idContainsFold", "historyTime", "historyTimeNEQ", "historyTimeIn", "historyTimeNotIn", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refGT", "refGTE", "refLT", "refLTE", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtNEQ", "createdAtIn", "createdAtNotIn", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtNEQ", "updatedAtIn", "updatedAtNotIn", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByGT", "createdByGTE", "createdByLT", "createdByLTE", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByGT", "updatedByGTE", "updatedByLT", "updatedByLTE", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorGT", "updatedByImpersonatorGTE", "updatedByImpersonatorLT", "updatedByImpersonatorLTE", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDGT", "displayIDGTE", "displayIDLT", "displayIDLTE", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDGT", "ownerIDGTE", "ownerIDLT", "ownerIDLTE", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesGT", "internalNotesGTE", "internalNotesLT", "internalNotesLTE", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDGT", "systemInternalIDGTE", "systemInternalIDLT", "systemInternalIDLTE", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameGT", "nameGTE", "nameLT", "nameLTE", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionGT", "descriptionGTE", "descriptionLT", "descriptionLTE", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "workflowKind", "workflowKindNEQ", "workflowKindIn", "workflowKindNotIn", "schemaType", "schemaTypeNEQ", "schemaTypeIn", "schemaTypeNotIn", "schemaTypeGT", "schemaTypeGTE", "schemaTypeLT", "schemaTypeLTE", "schemaTypeContains", "schemaTypeHasPrefix", "schemaTypeHasSuffix", "schemaTypeEqualFold", "schemaTypeContainsFold", "revision", "revisionNEQ", "revisionIn", "revisionNotIn", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "draft", "draftNEQ", "publishedAt", "publishedAtNEQ", "publishedAtIn", "publishedAtNotIn", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "cooldownSeconds", "cooldownSecondsNEQ", "cooldownSecondsIn", "cooldownSecondsNotIn", "cooldownSecondsGT", "cooldownSecondsGTE", "cooldownSecondsLT", "cooldownSecondsLTE", "isDefault", "isDefaultNEQ", "active", "activeNEQ"} + fieldsInOrder := [...]string{"not", "and", "or", "id", "idNEQ", "idIn", "idNotIn", "idEqualFold", "idContainsFold", "historyTime", "historyTimeGT", "historyTimeGTE", "historyTimeLT", "historyTimeLTE", "ref", "refNEQ", "refIn", "refNotIn", "refContains", "refHasPrefix", "refHasSuffix", "refIsNil", "refNotNil", "refEqualFold", "refContainsFold", "operation", "operationNEQ", "operationIn", "operationNotIn", "createdAt", "createdAtGT", "createdAtGTE", "createdAtLT", "createdAtLTE", "createdAtIsNil", "createdAtNotNil", "updatedAt", "updatedAtGT", "updatedAtGTE", "updatedAtLT", "updatedAtLTE", "updatedAtIsNil", "updatedAtNotNil", "createdBy", "createdByNEQ", "createdByIn", "createdByNotIn", "createdByContains", "createdByHasPrefix", "createdByHasSuffix", "createdByIsNil", "createdByNotNil", "createdByEqualFold", "createdByContainsFold", "updatedBy", "updatedByNEQ", "updatedByIn", "updatedByNotIn", "updatedByContains", "updatedByHasPrefix", "updatedByHasSuffix", "updatedByIsNil", "updatedByNotNil", "updatedByEqualFold", "updatedByContainsFold", "updatedByImpersonator", "updatedByImpersonatorNEQ", "updatedByImpersonatorIn", "updatedByImpersonatorNotIn", "updatedByImpersonatorContains", "updatedByImpersonatorHasPrefix", "updatedByImpersonatorHasSuffix", "updatedByImpersonatorIsNil", "updatedByImpersonatorNotNil", "updatedByImpersonatorEqualFold", "updatedByImpersonatorContainsFold", "displayID", "displayIDNEQ", "displayIDIn", "displayIDNotIn", "displayIDContains", "displayIDHasPrefix", "displayIDHasSuffix", "displayIDEqualFold", "displayIDContainsFold", "ownerID", "ownerIDNEQ", "ownerIDIn", "ownerIDNotIn", "ownerIDContains", "ownerIDHasPrefix", "ownerIDHasSuffix", "ownerIDIsNil", "ownerIDNotNil", "ownerIDEqualFold", "ownerIDContainsFold", "systemOwned", "systemOwnedNEQ", "systemOwnedIsNil", "systemOwnedNotNil", "internalNotes", "internalNotesNEQ", "internalNotesIn", "internalNotesNotIn", "internalNotesContains", "internalNotesHasPrefix", "internalNotesHasSuffix", "internalNotesIsNil", "internalNotesNotNil", "internalNotesEqualFold", "internalNotesContainsFold", "systemInternalID", "systemInternalIDNEQ", "systemInternalIDIn", "systemInternalIDNotIn", "systemInternalIDContains", "systemInternalIDHasPrefix", "systemInternalIDHasSuffix", "systemInternalIDIsNil", "systemInternalIDNotNil", "systemInternalIDEqualFold", "systemInternalIDContainsFold", "name", "nameNEQ", "nameIn", "nameNotIn", "nameContains", "nameHasPrefix", "nameHasSuffix", "nameEqualFold", "nameContainsFold", "description", "descriptionNEQ", "descriptionIn", "descriptionNotIn", "descriptionContains", "descriptionHasPrefix", "descriptionHasSuffix", "descriptionIsNil", "descriptionNotNil", "descriptionEqualFold", "descriptionContainsFold", "workflowKind", "workflowKindNEQ", "workflowKindIn", "workflowKindNotIn", "schemaType", "schemaTypeNEQ", "schemaTypeIn", "schemaTypeNotIn", "schemaTypeContains", "schemaTypeHasPrefix", "schemaTypeHasSuffix", "schemaTypeEqualFold", "schemaTypeContainsFold", "revision", "revisionNEQ", "revisionGT", "revisionGTE", "revisionLT", "revisionLTE", "draft", "draftNEQ", "publishedAt", "publishedAtGT", "publishedAtGTE", "publishedAtLT", "publishedAtLTE", "publishedAtIsNil", "publishedAtNotNil", "cooldownSeconds", "cooldownSecondsNEQ", "cooldownSecondsGT", "cooldownSecondsGTE", "cooldownSecondsLT", "cooldownSecondsLTE", "isDefault", "isDefaultNEQ", "active", "activeNEQ"} for _, k := range fieldsInOrder { v, ok := asMap[k] if !ok { @@ -210701,34 +173300,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.IDNotIn = data - case "idGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGT = data - case "idGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idGTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDGTE = data - case "idLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLT")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLT = data - case "idLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idLTE")) - data, err := ec.unmarshalOID2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.IDLTE = data case "idEqualFold": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("idEqualFold")) data, err := ec.unmarshalOID2ᚖstring(ctx, v) @@ -210750,27 +173321,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.HistoryTime = data - case "historyTimeNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNEQ = data - case "historyTimeIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeIn = data - case "historyTimeNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.HistoryTimeNotIn = data case "historyTimeGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("historyTimeGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -210827,34 +173377,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.RefNotIn = data - case "refGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGT = data - case "refGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefGTE = data - case "refLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLT = data - case "refLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.RefLTE = data case "refContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("refContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -210939,27 +173461,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.CreatedAt = data - case "createdAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNEQ = data - case "createdAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtIn = data - case "createdAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.CreatedAtNotIn = data case "createdAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -211009,27 +173510,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.UpdatedAt = data - case "updatedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNEQ = data - case "updatedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtIn = data - case "updatedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.UpdatedAtNotIn = data case "updatedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -211100,34 +173580,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.CreatedByNotIn = data - case "createdByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGT = data - case "createdByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByGTE = data - case "createdByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLT = data - case "createdByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.CreatedByLTE = data case "createdByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("createdByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211205,34 +173657,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.UpdatedByNotIn = data - case "updatedByGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGT = data - case "updatedByGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByGTE = data - case "updatedByLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLT = data - case "updatedByLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByLTE = data case "updatedByContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211310,34 +173734,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.UpdatedByImpersonatorNotIn = data - case "updatedByImpersonatorGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGT = data - case "updatedByImpersonatorGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorGTE = data - case "updatedByImpersonatorLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLT = data - case "updatedByImpersonatorLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.UpdatedByImpersonatorLTE = data case "updatedByImpersonatorContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("updatedByImpersonatorContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211415,34 +173811,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.DisplayIDNotIn = data - case "displayIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGT = data - case "displayIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDGTE = data - case "displayIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLT = data - case "displayIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DisplayIDLTE = data case "displayIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("displayIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211506,34 +173874,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.OwnerIDNotIn = data - case "ownerIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGT = data - case "ownerIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDGTE = data - case "ownerIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLT = data - case "ownerIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.OwnerIDLTE = data case "ownerIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("ownerIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211639,34 +173979,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.InternalNotesNotIn = data - case "internalNotesGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGT = data - case "internalNotesGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesGTE = data - case "internalNotesLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLT = data - case "internalNotesLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.InternalNotesLTE = data case "internalNotesContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("internalNotesContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211744,34 +174056,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.SystemInternalIDNotIn = data - case "systemInternalIDGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGT = data - case "systemInternalIDGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDGTE = data - case "systemInternalIDLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLT = data - case "systemInternalIDLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SystemInternalIDLTE = data case "systemInternalIDContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("systemInternalIDContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211849,34 +174133,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.NameNotIn = data - case "nameGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGT = data - case "nameGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameGTE = data - case "nameLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLT = data - case "nameLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.NameLTE = data case "nameContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("nameContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -211940,34 +174196,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.DescriptionNotIn = data - case "descriptionGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGT = data - case "descriptionGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionGTE = data - case "descriptionLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLT = data - case "descriptionLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.DescriptionLTE = data case "descriptionContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("descriptionContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -212073,34 +174301,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.SchemaTypeNotIn = data - case "schemaTypeGT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeGT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeGT = data - case "schemaTypeGTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeGTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeGTE = data - case "schemaTypeLT": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeLT")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeLT = data - case "schemaTypeLTE": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeLTE")) - data, err := ec.unmarshalOString2ᚖstring(ctx, v) - if err != nil { - return it, err - } - it.SchemaTypeLTE = data case "schemaTypeContains": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("schemaTypeContains")) data, err := ec.unmarshalOString2ᚖstring(ctx, v) @@ -212150,20 +174350,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.RevisionNEQ = data - case "revisionIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevisionIn = data - case "revisionNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.RevisionNotIn = data case "revisionGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("revisionGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -212213,27 +174399,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.PublishedAt = data - case "publishedAtNEQ": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNEQ")) - data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNEQ = data - case "publishedAtIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtIn = data - case "publishedAtNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtNotIn")) - data, err := ec.unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx, v) - if err != nil { - return it, err - } - it.PublishedAtNotIn = data case "publishedAtGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("publishedAtGT")) data, err := ec.unmarshalOTime2ᚖtimeᚐTime(ctx, v) @@ -212290,20 +174455,6 @@ func (ec *executionContext) unmarshalInputWorkflowDefinitionHistoryWhereInput(ct return it, err } it.CooldownSecondsNEQ = data - case "cooldownSecondsIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CooldownSecondsIn = data - case "cooldownSecondsNotIn": - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsNotIn")) - data, err := ec.unmarshalOInt2ᚕintᚄ(ctx, v) - if err != nil { - return it, err - } - it.CooldownSecondsNotIn = data case "cooldownSecondsGT": ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("cooldownSecondsGT")) data, err := ec.unmarshalOInt2ᚖint(ctx, v) @@ -246523,41 +208674,6 @@ func (ec *executionContext) marshalOTime2timeᚐTime(ctx context.Context, sel as return res } -func (ec *executionContext) unmarshalOTime2ᚕtimeᚐTimeᚄ(ctx context.Context, v any) ([]time.Time, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]time.Time, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNTime2timeᚐTime(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOTime2ᚕtimeᚐTimeᚄ(ctx context.Context, sel ast.SelectionSet, v []time.Time) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNTime2timeᚐTime(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalOTime2ᚖtimeᚐTime(ctx context.Context, v any) (*time.Time, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/historygenerated/prelude.generated.go b/internal/graphapi/historygenerated/prelude.generated.go index 11f51f96b0..5d2f1751ec 100644 --- a/internal/graphapi/historygenerated/prelude.generated.go +++ b/internal/graphapi/historygenerated/prelude.generated.go @@ -1655,22 +1655,6 @@ func (ec *executionContext) marshalNInt2int(ctx context.Context, sel ast.Selecti return res } -func (ec *executionContext) unmarshalNInt2int64(ctx context.Context, v any) (int64, error) { - res, err := graphql.UnmarshalInt64(v) - return res, graphql.ErrorOnPath(ctx, err) -} - -func (ec *executionContext) marshalNInt2int64(ctx context.Context, sel ast.SelectionSet, v int64) graphql.Marshaler { - _ = sel - res := graphql.MarshalInt64(v) - if res == graphql.Null { - if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { - graphql.AddErrorf(ctx, "the requested element is null which the schema does not allow") - } - } - return res -} - func (ec *executionContext) unmarshalNString2string(ctx context.Context, v any) (string, error) { res, err := graphql.UnmarshalString(v) return res, graphql.ErrorOnPath(ctx, err) @@ -2026,76 +2010,6 @@ func (ec *executionContext) marshalOInt2int64(ctx context.Context, sel ast.Selec return res } -func (ec *executionContext) unmarshalOInt2ᚕint64ᚄ(ctx context.Context, v any) ([]int64, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]int64, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNInt2int64(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOInt2ᚕint64ᚄ(ctx context.Context, sel ast.SelectionSet, v []int64) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNInt2int64(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - -func (ec *executionContext) unmarshalOInt2ᚕintᚄ(ctx context.Context, v any) ([]int, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]int, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNInt2int(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalOInt2ᚕintᚄ(ctx context.Context, sel ast.SelectionSet, v []int) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNInt2int(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalOInt2ᚖint(ctx context.Context, v any) (*int, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/historygenerated/root_.generated.go b/internal/graphapi/historygenerated/root_.generated.go index 7805d06c93..a9e2bd897e 100644 --- a/internal/graphapi/historygenerated/root_.generated.go +++ b/internal/graphapi/historygenerated/root_.generated.go @@ -18293,19 +18293,12 @@ input ActionPlanHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -18317,10 +18310,6 @@ input ActionPlanHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -18339,9 +18328,6 @@ input ActionPlanHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18352,9 +18338,6 @@ input ActionPlanHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18368,10 +18351,6 @@ input ActionPlanHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18386,10 +18365,6 @@ input ActionPlanHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18404,10 +18379,6 @@ input ActionPlanHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18422,10 +18393,6 @@ input ActionPlanHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -18440,10 +18407,6 @@ input ActionPlanHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -18474,10 +18437,6 @@ input ActionPlanHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -18496,9 +18455,6 @@ input ActionPlanHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -18521,10 +18477,6 @@ input ActionPlanHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -18539,10 +18491,6 @@ input ActionPlanHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -18557,10 +18505,6 @@ input ActionPlanHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -18575,10 +18519,6 @@ input ActionPlanHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -18593,10 +18533,6 @@ input ActionPlanHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -18611,10 +18547,6 @@ input ActionPlanHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -18629,10 +18561,6 @@ input ActionPlanHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -18654,10 +18582,6 @@ input ActionPlanHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -18672,10 +18596,6 @@ input ActionPlanHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -18690,10 +18610,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -18708,10 +18624,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindIDNEQ: String actionPlanKindIDIn: [String!] actionPlanKindIDNotIn: [String!] - actionPlanKindIDGT: String - actionPlanKindIDGTE: String - actionPlanKindIDLT: String - actionPlanKindIDLTE: String actionPlanKindIDContains: String actionPlanKindIDHasPrefix: String actionPlanKindIDHasSuffix: String @@ -18733,10 +18645,6 @@ input ActionPlanHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -18749,10 +18657,6 @@ input ActionPlanHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -18764,9 +18668,6 @@ input ActionPlanHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -18777,9 +18678,6 @@ input ActionPlanHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -18812,10 +18710,6 @@ input ActionPlanHistoryWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -18830,10 +18724,6 @@ input ActionPlanHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -18985,19 +18875,12 @@ input AssessmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19009,10 +18892,6 @@ input AssessmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19031,9 +18910,6 @@ input AssessmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19044,9 +18920,6 @@ input AssessmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19060,10 +18933,6 @@ input AssessmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19078,10 +18947,6 @@ input AssessmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19096,10 +18961,6 @@ input AssessmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19114,10 +18975,6 @@ input AssessmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -19139,10 +18996,6 @@ input AssessmentHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -19157,10 +19010,6 @@ input AssessmentHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -19182,10 +19031,6 @@ input AssessmentHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -19205,10 +19050,6 @@ input AssessmentHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -19221,8 +19062,6 @@ input AssessmentHistoryWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -19439,19 +19278,12 @@ input AssessmentResponseHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19463,10 +19295,6 @@ input AssessmentResponseHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19485,9 +19313,6 @@ input AssessmentResponseHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19498,9 +19323,6 @@ input AssessmentResponseHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19514,10 +19336,6 @@ input AssessmentResponseHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19532,10 +19350,6 @@ input AssessmentResponseHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19550,10 +19364,6 @@ input AssessmentResponseHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19568,10 +19378,6 @@ input AssessmentResponseHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -19593,10 +19399,6 @@ input AssessmentResponseHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -19614,10 +19416,6 @@ input AssessmentResponseHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -19632,10 +19430,6 @@ input AssessmentResponseHistoryWhereInput { identityHolderIDNEQ: String identityHolderIDIn: [String!] identityHolderIDNotIn: [String!] - identityHolderIDGT: String - identityHolderIDGTE: String - identityHolderIDLT: String - identityHolderIDLTE: String identityHolderIDContains: String identityHolderIDHasPrefix: String identityHolderIDHasSuffix: String @@ -19650,10 +19444,6 @@ input AssessmentResponseHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -19668,10 +19458,6 @@ input AssessmentResponseHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -19686,10 +19472,6 @@ input AssessmentResponseHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -19702,8 +19484,6 @@ input AssessmentResponseHistoryWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -19712,9 +19492,6 @@ input AssessmentResponseHistoryWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -19725,9 +19502,6 @@ input AssessmentResponseHistoryWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -19738,9 +19512,6 @@ input AssessmentResponseHistoryWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -19752,8 +19523,6 @@ input AssessmentResponseHistoryWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -19765,8 +19534,6 @@ input AssessmentResponseHistoryWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -19777,9 +19544,6 @@ input AssessmentResponseHistoryWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -19797,9 +19561,6 @@ input AssessmentResponseHistoryWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -19808,9 +19569,6 @@ input AssessmentResponseHistoryWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -19819,9 +19577,6 @@ input AssessmentResponseHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -19832,9 +19587,6 @@ input AssessmentResponseHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -20136,19 +19888,12 @@ input AssetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -20160,10 +19905,6 @@ input AssetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -20182,9 +19923,6 @@ input AssetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20195,9 +19933,6 @@ input AssetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20211,10 +19946,6 @@ input AssetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20229,10 +19960,6 @@ input AssetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20247,10 +19974,6 @@ input AssetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20265,10 +19988,6 @@ input AssetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -20283,10 +20002,6 @@ input AssetHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -20301,10 +20016,6 @@ input AssetHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -20319,10 +20030,6 @@ input AssetHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -20337,10 +20044,6 @@ input AssetHistoryWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -20355,10 +20058,6 @@ input AssetHistoryWhereInput { assetSubtypeIDNEQ: String assetSubtypeIDIn: [String!] assetSubtypeIDNotIn: [String!] - assetSubtypeIDGT: String - assetSubtypeIDGTE: String - assetSubtypeIDLT: String - assetSubtypeIDLTE: String assetSubtypeIDContains: String assetSubtypeIDHasPrefix: String assetSubtypeIDHasSuffix: String @@ -20373,10 +20072,6 @@ input AssetHistoryWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -20391,10 +20086,6 @@ input AssetHistoryWhereInput { assetDataClassificationIDNEQ: String assetDataClassificationIDIn: [String!] assetDataClassificationIDNotIn: [String!] - assetDataClassificationIDGT: String - assetDataClassificationIDGTE: String - assetDataClassificationIDLT: String - assetDataClassificationIDLTE: String assetDataClassificationIDContains: String assetDataClassificationIDHasPrefix: String assetDataClassificationIDHasSuffix: String @@ -20409,10 +20100,6 @@ input AssetHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -20427,10 +20114,6 @@ input AssetHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -20445,10 +20128,6 @@ input AssetHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -20463,10 +20142,6 @@ input AssetHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -20481,10 +20156,6 @@ input AssetHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -20499,10 +20170,6 @@ input AssetHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -20517,10 +20184,6 @@ input AssetHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -20535,10 +20198,6 @@ input AssetHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -20553,10 +20212,6 @@ input AssetHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -20571,10 +20226,6 @@ input AssetHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -20589,10 +20240,6 @@ input AssetHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -20607,10 +20254,6 @@ input AssetHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -20632,10 +20275,6 @@ input AssetHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -20650,10 +20289,6 @@ input AssetHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -20675,10 +20310,6 @@ input AssetHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -20691,10 +20322,6 @@ input AssetHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -20709,10 +20336,6 @@ input AssetHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -20727,10 +20350,6 @@ input AssetHistoryWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -20745,10 +20364,6 @@ input AssetHistoryWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -20763,10 +20378,6 @@ input AssetHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -20781,10 +20392,6 @@ input AssetHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -20813,10 +20420,6 @@ input AssetHistoryWhereInput { sourcePlatformIDNEQ: String sourcePlatformIDIn: [String!] sourcePlatformIDNotIn: [String!] - sourcePlatformIDGT: String - sourcePlatformIDGTE: String - sourcePlatformIDLT: String - sourcePlatformIDLTE: String sourcePlatformIDContains: String sourcePlatformIDHasPrefix: String sourcePlatformIDHasSuffix: String @@ -20831,10 +20434,6 @@ input AssetHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -20849,10 +20448,6 @@ input AssetHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -20877,9 +20472,6 @@ input AssetHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -20893,10 +20485,6 @@ input AssetHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -20908,9 +20496,6 @@ input AssetHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -21198,19 +20783,12 @@ input CampaignHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -21222,10 +20800,6 @@ input CampaignHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -21244,9 +20818,6 @@ input CampaignHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21257,9 +20828,6 @@ input CampaignHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -21273,10 +20841,6 @@ input CampaignHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -21291,10 +20855,6 @@ input CampaignHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -21309,10 +20869,6 @@ input CampaignHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -21327,10 +20883,6 @@ input CampaignHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -21343,10 +20895,6 @@ input CampaignHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -21361,10 +20909,6 @@ input CampaignHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -21379,10 +20923,6 @@ input CampaignHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -21397,10 +20937,6 @@ input CampaignHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -21422,10 +20958,6 @@ input CampaignHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -21438,10 +20970,6 @@ input CampaignHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -21472,9 +21000,6 @@ input CampaignHistoryWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -21485,9 +21010,6 @@ input CampaignHistoryWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -21498,9 +21020,6 @@ input CampaignHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -21511,9 +21030,6 @@ input CampaignHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -21539,8 +21055,6 @@ input CampaignHistoryWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -21554,10 +21068,6 @@ input CampaignHistoryWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -21569,9 +21079,6 @@ input CampaignHistoryWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -21582,9 +21089,6 @@ input CampaignHistoryWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -21595,9 +21099,6 @@ input CampaignHistoryWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -21609,8 +21110,6 @@ input CampaignHistoryWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -21622,8 +21121,6 @@ input CampaignHistoryWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -21634,9 +21131,6 @@ input CampaignHistoryWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -21650,10 +21144,6 @@ input CampaignHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -21668,10 +21158,6 @@ input CampaignHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -21686,10 +21172,6 @@ input CampaignHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -21704,10 +21186,6 @@ input CampaignHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -21722,10 +21200,6 @@ input CampaignHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -21740,10 +21214,6 @@ input CampaignHistoryWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -21758,10 +21228,6 @@ input CampaignHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -21925,19 +21391,12 @@ input CampaignTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -21949,10 +21408,6 @@ input CampaignTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -21971,9 +21426,6 @@ input CampaignTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21984,9 +21436,6 @@ input CampaignTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22000,10 +21449,6 @@ input CampaignTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22018,10 +21463,6 @@ input CampaignTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22036,10 +21477,6 @@ input CampaignTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22054,10 +21491,6 @@ input CampaignTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22079,10 +21512,6 @@ input CampaignTargetHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -22097,10 +21526,6 @@ input CampaignTargetHistoryWhereInput { contactIDNEQ: String contactIDIn: [String!] contactIDNotIn: [String!] - contactIDGT: String - contactIDGTE: String - contactIDLT: String - contactIDLTE: String contactIDContains: String contactIDHasPrefix: String contactIDHasSuffix: String @@ -22115,10 +21540,6 @@ input CampaignTargetHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -22133,10 +21554,6 @@ input CampaignTargetHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -22151,10 +21568,6 @@ input CampaignTargetHistoryWhereInput { subscriberIDNEQ: String subscriberIDIn: [String!] subscriberIDNotIn: [String!] - subscriberIDGT: String - subscriberIDGTE: String - subscriberIDLT: String - subscriberIDLTE: String subscriberIDContains: String subscriberIDHasPrefix: String subscriberIDHasSuffix: String @@ -22169,10 +21582,6 @@ input CampaignTargetHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -22185,10 +21594,6 @@ input CampaignTargetHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -22207,9 +21612,6 @@ input CampaignTargetHistoryWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -22220,9 +21622,6 @@ input CampaignTargetHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -22384,19 +21783,12 @@ input ContactHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -22408,10 +21800,6 @@ input ContactHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -22430,9 +21818,6 @@ input ContactHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22443,9 +21828,6 @@ input ContactHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22459,10 +21841,6 @@ input ContactHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22477,10 +21855,6 @@ input ContactHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22495,10 +21869,6 @@ input ContactHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22513,10 +21883,6 @@ input ContactHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22531,10 +21897,6 @@ input ContactHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -22549,10 +21911,6 @@ input ContactHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -22567,10 +21925,6 @@ input ContactHistoryWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -22585,10 +21939,6 @@ input ContactHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -22603,10 +21953,6 @@ input ContactHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -22621,10 +21967,6 @@ input ContactHistoryWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -22646,10 +21988,6 @@ input ContactHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -22664,10 +22002,6 @@ input ContactHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -22679,9 +22013,6 @@ input ContactHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -23011,19 +22342,12 @@ input ControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -23035,10 +22359,6 @@ input ControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -23057,9 +22377,6 @@ input ControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23070,9 +22387,6 @@ input ControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23086,10 +22400,6 @@ input ControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23104,10 +22414,6 @@ input ControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23122,10 +22428,6 @@ input ControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23140,10 +22442,6 @@ input ControlHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -23156,10 +22454,6 @@ input ControlHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -23174,10 +22468,6 @@ input ControlHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -23192,10 +22482,6 @@ input ControlHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -23210,10 +22496,6 @@ input ControlHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -23228,10 +22510,6 @@ input ControlHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -23246,10 +22524,6 @@ input ControlHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -23282,10 +22556,6 @@ input ControlHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -23300,10 +22570,6 @@ input ControlHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -23327,10 +22593,6 @@ input ControlHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -23345,10 +22607,6 @@ input ControlHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -23363,10 +22621,6 @@ input ControlHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -23381,10 +22635,6 @@ input ControlHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -23399,10 +22649,6 @@ input ControlHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -23417,10 +22663,6 @@ input ControlHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -23435,10 +22677,6 @@ input ControlHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -23453,10 +22691,6 @@ input ControlHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -23471,10 +22705,6 @@ input ControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -23496,10 +22726,6 @@ input ControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -23514,10 +22740,6 @@ input ControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -23532,10 +22754,6 @@ input ControlHistoryWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -23550,10 +22768,6 @@ input ControlHistoryWhereInput { controlKindIDNEQ: String controlKindIDIn: [String!] controlKindIDNotIn: [String!] - controlKindIDGT: String - controlKindIDGTE: String - controlKindIDLT: String - controlKindIDLTE: String controlKindIDContains: String controlKindIDHasPrefix: String controlKindIDHasSuffix: String @@ -23568,10 +22782,6 @@ input ControlHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -23586,10 +22796,6 @@ input ControlHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -23604,10 +22810,6 @@ input ControlHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -23622,10 +22824,6 @@ input ControlHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -23647,10 +22845,6 @@ input ControlHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -23663,10 +22857,6 @@ input ControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -23838,19 +23028,12 @@ input ControlImplementationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -23862,10 +23045,6 @@ input ControlImplementationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -23884,9 +23063,6 @@ input ControlImplementationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23897,9 +23073,6 @@ input ControlImplementationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23913,10 +23086,6 @@ input ControlImplementationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23931,10 +23100,6 @@ input ControlImplementationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23949,10 +23114,6 @@ input ControlImplementationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23967,10 +23128,6 @@ input ControlImplementationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -23992,10 +23149,6 @@ input ControlImplementationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -24010,10 +23163,6 @@ input ControlImplementationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -24034,9 +23183,6 @@ input ControlImplementationHistoryWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -24054,9 +23200,6 @@ input ControlImplementationHistoryWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -24070,10 +23213,6 @@ input ControlImplementationHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -24254,19 +23393,12 @@ input ControlObjectiveHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -24278,10 +23410,6 @@ input ControlObjectiveHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -24300,9 +23428,6 @@ input ControlObjectiveHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -24313,9 +23438,6 @@ input ControlObjectiveHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -24329,10 +23451,6 @@ input ControlObjectiveHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -24347,10 +23465,6 @@ input ControlObjectiveHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -24365,10 +23479,6 @@ input ControlObjectiveHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -24383,10 +23493,6 @@ input ControlObjectiveHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -24399,10 +23505,6 @@ input ControlObjectiveHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -24417,10 +23519,6 @@ input ControlObjectiveHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -24442,10 +23540,6 @@ input ControlObjectiveHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -24460,10 +23554,6 @@ input ControlObjectiveHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -24478,10 +23568,6 @@ input ControlObjectiveHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -24494,10 +23580,6 @@ input ControlObjectiveHistoryWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -24530,10 +23612,6 @@ input ControlObjectiveHistoryWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -24548,10 +23626,6 @@ input ControlObjectiveHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -24566,10 +23640,6 @@ input ControlObjectiveHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -24720,19 +23790,12 @@ input CustomDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -24744,10 +23807,6 @@ input CustomDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -24766,9 +23825,6 @@ input CustomDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -24779,9 +23835,6 @@ input CustomDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -24795,10 +23848,6 @@ input CustomDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -24813,10 +23862,6 @@ input CustomDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -24831,10 +23876,6 @@ input CustomDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -24849,10 +23890,6 @@ input CustomDomainHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -24874,10 +23911,6 @@ input CustomDomainHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -24892,10 +23925,6 @@ input CustomDomainHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -24910,10 +23939,6 @@ input CustomDomainHistoryWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -24926,10 +23951,6 @@ input CustomDomainHistoryWhereInput { mappableDomainIDNEQ: String mappableDomainIDIn: [String!] mappableDomainIDNotIn: [String!] - mappableDomainIDGT: String - mappableDomainIDGTE: String - mappableDomainIDLT: String - mappableDomainIDLTE: String mappableDomainIDContains: String mappableDomainIDHasPrefix: String mappableDomainIDHasSuffix: String @@ -24942,10 +23963,6 @@ input CustomDomainHistoryWhereInput { dnsVerificationIDNEQ: String dnsVerificationIDIn: [String!] dnsVerificationIDNotIn: [String!] - dnsVerificationIDGT: String - dnsVerificationIDGTE: String - dnsVerificationIDLT: String - dnsVerificationIDLTE: String dnsVerificationIDContains: String dnsVerificationIDHasPrefix: String dnsVerificationIDHasSuffix: String @@ -24960,10 +23977,6 @@ input CustomDomainHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -25079,19 +24092,12 @@ input DiscussionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -25103,10 +24109,6 @@ input DiscussionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -25125,9 +24127,6 @@ input DiscussionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25138,9 +24137,6 @@ input DiscussionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25154,10 +24150,6 @@ input DiscussionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25172,10 +24164,6 @@ input DiscussionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25190,10 +24178,6 @@ input DiscussionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25208,10 +24192,6 @@ input DiscussionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -25226,10 +24206,6 @@ input DiscussionHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -25363,19 +24339,12 @@ input DocumentDataHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -25387,10 +24356,6 @@ input DocumentDataHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -25409,9 +24374,6 @@ input DocumentDataHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25422,9 +24384,6 @@ input DocumentDataHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25438,10 +24397,6 @@ input DocumentDataHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25456,10 +24411,6 @@ input DocumentDataHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25474,10 +24425,6 @@ input DocumentDataHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25492,10 +24439,6 @@ input DocumentDataHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -25510,10 +24453,6 @@ input DocumentDataHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -25528,10 +24467,6 @@ input DocumentDataHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -25546,10 +24481,6 @@ input DocumentDataHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -25564,10 +24495,6 @@ input DocumentDataHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -25582,10 +24509,6 @@ input DocumentDataHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -25783,19 +24706,12 @@ input EmailTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -25807,10 +24723,6 @@ input EmailTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -25829,9 +24741,6 @@ input EmailTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25842,9 +24751,6 @@ input EmailTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25858,10 +24764,6 @@ input EmailTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25876,10 +24778,6 @@ input EmailTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25894,10 +24792,6 @@ input EmailTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25912,10 +24806,6 @@ input EmailTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -25930,10 +24820,6 @@ input EmailTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -25955,10 +24841,6 @@ input EmailTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25973,10 +24855,6 @@ input EmailTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25991,10 +24869,6 @@ input EmailTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -26007,10 +24881,6 @@ input EmailTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -26023,10 +24893,6 @@ input EmailTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -26050,10 +24916,6 @@ input EmailTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -26066,10 +24928,6 @@ input EmailTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -26084,10 +24942,6 @@ input EmailTemplateHistoryWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -26102,10 +24956,6 @@ input EmailTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -26120,10 +24970,6 @@ input EmailTemplateHistoryWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -26141,8 +24987,6 @@ input EmailTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -26163,10 +25007,6 @@ input EmailTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -26181,10 +25021,6 @@ input EmailTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -26199,10 +25035,6 @@ input EmailTemplateHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -26217,10 +25049,6 @@ input EmailTemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -26618,19 +25446,12 @@ input EntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -26642,10 +25463,6 @@ input EntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -26664,9 +25481,6 @@ input EntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -26677,9 +25491,6 @@ input EntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -26693,10 +25504,6 @@ input EntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -26711,10 +25518,6 @@ input EntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -26729,10 +25532,6 @@ input EntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -26747,10 +25546,6 @@ input EntityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -26765,10 +25560,6 @@ input EntityHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -26783,10 +25574,6 @@ input EntityHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -26801,10 +25588,6 @@ input EntityHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -26819,10 +25602,6 @@ input EntityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -26837,10 +25616,6 @@ input EntityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -26855,10 +25630,6 @@ input EntityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -26870,9 +25641,6 @@ input EntityHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -26893,10 +25661,6 @@ input EntityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -26911,10 +25675,6 @@ input EntityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -26929,10 +25689,6 @@ input EntityHistoryWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -26947,10 +25703,6 @@ input EntityHistoryWhereInput { entityRelationshipStateIDNEQ: String entityRelationshipStateIDIn: [String!] entityRelationshipStateIDNotIn: [String!] - entityRelationshipStateIDGT: String - entityRelationshipStateIDGTE: String - entityRelationshipStateIDLT: String - entityRelationshipStateIDLTE: String entityRelationshipStateIDContains: String entityRelationshipStateIDHasPrefix: String entityRelationshipStateIDHasSuffix: String @@ -26965,10 +25717,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -26983,10 +25731,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusIDNEQ: String entitySecurityQuestionnaireStatusIDIn: [String!] entitySecurityQuestionnaireStatusIDNotIn: [String!] - entitySecurityQuestionnaireStatusIDGT: String - entitySecurityQuestionnaireStatusIDGTE: String - entitySecurityQuestionnaireStatusIDLT: String - entitySecurityQuestionnaireStatusIDLTE: String entitySecurityQuestionnaireStatusIDContains: String entitySecurityQuestionnaireStatusIDHasPrefix: String entitySecurityQuestionnaireStatusIDHasSuffix: String @@ -27001,10 +25745,6 @@ input EntityHistoryWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -27019,10 +25759,6 @@ input EntityHistoryWhereInput { entitySourceTypeIDNEQ: String entitySourceTypeIDIn: [String!] entitySourceTypeIDNotIn: [String!] - entitySourceTypeIDGT: String - entitySourceTypeIDGTE: String - entitySourceTypeIDLT: String - entitySourceTypeIDLTE: String entitySourceTypeIDContains: String entitySourceTypeIDHasPrefix: String entitySourceTypeIDHasSuffix: String @@ -27037,10 +25773,6 @@ input EntityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -27055,10 +25787,6 @@ input EntityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -27073,10 +25801,6 @@ input EntityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -27091,10 +25815,6 @@ input EntityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -27109,10 +25829,6 @@ input EntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -27127,10 +25843,6 @@ input EntityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -27145,10 +25857,6 @@ input EntityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -27163,10 +25871,6 @@ input EntityHistoryWhereInput { entityTypeIDNEQ: String entityTypeIDIn: [String!] entityTypeIDNotIn: [String!] - entityTypeIDGT: String - entityTypeIDGTE: String - entityTypeIDLT: String - entityTypeIDLTE: String entityTypeIDContains: String entityTypeIDHasPrefix: String entityTypeIDHasSuffix: String @@ -27201,9 +25905,6 @@ input EntityHistoryWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -27214,9 +25915,6 @@ input EntityHistoryWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -27227,9 +25925,6 @@ input EntityHistoryWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -27248,8 +25943,6 @@ input EntityHistoryWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -27276,10 +25969,6 @@ input EntityHistoryWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -27294,10 +25983,6 @@ input EntityHistoryWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -27312,10 +25997,6 @@ input EntityHistoryWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -27351,10 +26032,6 @@ input EntityHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -27369,10 +26046,6 @@ input EntityHistoryWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -27385,8 +26058,6 @@ input EntityHistoryWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -27398,8 +26069,6 @@ input EntityHistoryWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -27428,9 +26097,6 @@ input EntityHistoryWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -27441,9 +26107,6 @@ input EntityHistoryWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -27457,10 +26120,6 @@ input EntityHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -27475,10 +26134,6 @@ input EntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -27493,10 +26148,6 @@ input EntityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -27508,9 +26159,6 @@ input EntityHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -27631,19 +26279,12 @@ input EntityTypeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -27655,10 +26296,6 @@ input EntityTypeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -27677,9 +26314,6 @@ input EntityTypeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27690,9 +26324,6 @@ input EntityTypeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27706,10 +26337,6 @@ input EntityTypeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27724,10 +26351,6 @@ input EntityTypeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27742,10 +26365,6 @@ input EntityTypeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27760,10 +26379,6 @@ input EntityTypeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -27785,10 +26400,6 @@ input EntityTypeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -27803,10 +26414,6 @@ input EntityTypeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -27821,10 +26428,6 @@ input EntityTypeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28026,19 +26629,12 @@ input EvidenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28050,10 +26646,6 @@ input EvidenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28072,9 +26664,6 @@ input EvidenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28085,9 +26674,6 @@ input EvidenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28101,10 +26687,6 @@ input EvidenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28119,10 +26701,6 @@ input EvidenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28137,10 +26715,6 @@ input EvidenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28155,10 +26729,6 @@ input EvidenceHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -28171,10 +26741,6 @@ input EvidenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28189,10 +26755,6 @@ input EvidenceHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -28207,10 +26769,6 @@ input EvidenceHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -28225,10 +26783,6 @@ input EvidenceHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -28243,10 +26797,6 @@ input EvidenceHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -28268,10 +26818,6 @@ input EvidenceHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -28286,10 +26832,6 @@ input EvidenceHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28302,10 +26844,6 @@ input EvidenceHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -28320,10 +26858,6 @@ input EvidenceHistoryWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -28335,9 +26869,6 @@ input EvidenceHistoryWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -28346,9 +26877,6 @@ input EvidenceHistoryWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -28362,10 +26890,6 @@ input EvidenceHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -28387,10 +26911,6 @@ input EvidenceHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -28612,19 +27132,12 @@ input FileHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28636,10 +27149,6 @@ input FileHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28658,9 +27167,6 @@ input FileHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28671,9 +27177,6 @@ input FileHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28687,10 +27190,6 @@ input FileHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28705,10 +27204,6 @@ input FileHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28723,10 +27218,6 @@ input FileHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28748,10 +27239,6 @@ input FileHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -28766,10 +27253,6 @@ input FileHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -28784,10 +27267,6 @@ input FileHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -28802,10 +27281,6 @@ input FileHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -28820,10 +27295,6 @@ input FileHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -28838,10 +27309,6 @@ input FileHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -28856,10 +27323,6 @@ input FileHistoryWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -28874,10 +27337,6 @@ input FileHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -28892,10 +27351,6 @@ input FileHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28910,10 +27365,6 @@ input FileHistoryWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -28926,10 +27377,6 @@ input FileHistoryWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -28940,8 +27387,6 @@ input FileHistoryWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -28953,8 +27398,6 @@ input FileHistoryWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -28968,10 +27411,6 @@ input FileHistoryWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -28986,10 +27425,6 @@ input FileHistoryWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -29004,10 +27439,6 @@ input FileHistoryWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -29020,10 +27451,6 @@ input FileHistoryWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -29038,10 +27465,6 @@ input FileHistoryWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -29056,10 +27479,6 @@ input FileHistoryWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -29074,10 +27493,6 @@ input FileHistoryWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -29092,10 +27507,6 @@ input FileHistoryWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -29110,10 +27521,6 @@ input FileHistoryWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -29128,10 +27535,6 @@ input FileHistoryWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -29146,10 +27549,6 @@ input FileHistoryWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -29161,9 +27560,6 @@ input FileHistoryWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -29299,19 +27695,12 @@ input FindingControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -29323,10 +27712,6 @@ input FindingControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -29345,9 +27730,6 @@ input FindingControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -29358,9 +27740,6 @@ input FindingControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -29374,10 +27753,6 @@ input FindingControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -29392,10 +27767,6 @@ input FindingControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -29410,10 +27781,6 @@ input FindingControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -29428,10 +27795,6 @@ input FindingControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -29446,10 +27809,6 @@ input FindingControlHistoryWhereInput { findingIDNEQ: String findingIDIn: [String!] findingIDNotIn: [String!] - findingIDGT: String - findingIDGTE: String - findingIDLT: String - findingIDLTE: String findingIDContains: String findingIDHasPrefix: String findingIDHasSuffix: String @@ -29462,10 +27821,6 @@ input FindingControlHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -29478,10 +27833,6 @@ input FindingControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -29496,10 +27847,6 @@ input FindingControlHistoryWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -29514,10 +27861,6 @@ input FindingControlHistoryWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -29532,10 +27875,6 @@ input FindingControlHistoryWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -29550,10 +27889,6 @@ input FindingControlHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -29565,9 +27900,6 @@ input FindingControlHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -29904,19 +28236,12 @@ input FindingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -29928,10 +28253,6 @@ input FindingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -29950,9 +28271,6 @@ input FindingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -29963,9 +28281,6 @@ input FindingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -29979,10 +28294,6 @@ input FindingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -29997,10 +28308,6 @@ input FindingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30015,10 +28322,6 @@ input FindingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30033,10 +28336,6 @@ input FindingHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -30049,10 +28348,6 @@ input FindingHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -30067,10 +28362,6 @@ input FindingHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -30085,10 +28376,6 @@ input FindingHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -30103,10 +28390,6 @@ input FindingHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -30121,10 +28404,6 @@ input FindingHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -30139,10 +28418,6 @@ input FindingHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -30157,10 +28432,6 @@ input FindingHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -30182,10 +28453,6 @@ input FindingHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -30200,10 +28467,6 @@ input FindingHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -30218,10 +28481,6 @@ input FindingHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -30236,10 +28495,6 @@ input FindingHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -30254,10 +28509,6 @@ input FindingHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -30272,10 +28523,6 @@ input FindingHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -30290,10 +28537,6 @@ input FindingHistoryWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -30308,10 +28551,6 @@ input FindingHistoryWhereInput { findingStatusIDNEQ: String findingStatusIDIn: [String!] findingStatusIDNotIn: [String!] - findingStatusIDGT: String - findingStatusIDGTE: String - findingStatusIDLT: String - findingStatusIDLTE: String findingStatusIDContains: String findingStatusIDHasPrefix: String findingStatusIDHasSuffix: String @@ -30333,10 +28572,6 @@ input FindingHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -30360,10 +28595,6 @@ input FindingHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -30378,10 +28609,6 @@ input FindingHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -30396,10 +28623,6 @@ input FindingHistoryWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -30414,10 +28637,6 @@ input FindingHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -30432,10 +28651,6 @@ input FindingHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -30450,10 +28665,6 @@ input FindingHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -30468,10 +28679,6 @@ input FindingHistoryWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -30486,10 +28693,6 @@ input FindingHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -30556,10 +28759,6 @@ input FindingHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -30609,10 +28808,6 @@ input FindingHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -30627,10 +28822,6 @@ input FindingHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30645,10 +28836,6 @@ input FindingHistoryWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -30663,10 +28850,6 @@ input FindingHistoryWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -30681,10 +28864,6 @@ input FindingHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -30697,8 +28876,6 @@ input FindingHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -30709,9 +28886,6 @@ input FindingHistoryWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -30722,9 +28896,6 @@ input FindingHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -30735,9 +28906,6 @@ input FindingHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -30751,10 +28919,6 @@ input FindingHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -30921,19 +29085,12 @@ input GroupHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30945,10 +29102,6 @@ input GroupHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30967,9 +29120,6 @@ input GroupHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30980,9 +29130,6 @@ input GroupHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30996,10 +29143,6 @@ input GroupHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31014,10 +29157,6 @@ input GroupHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31032,10 +29171,6 @@ input GroupHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31050,10 +29185,6 @@ input GroupHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -31066,10 +29197,6 @@ input GroupHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -31084,10 +29211,6 @@ input GroupHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -31107,10 +29230,6 @@ input GroupHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -31125,10 +29244,6 @@ input GroupHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -31141,10 +29256,6 @@ input GroupHistoryWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -31159,10 +29270,6 @@ input GroupHistoryWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -31177,10 +29284,6 @@ input GroupHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -31195,10 +29298,6 @@ input GroupHistoryWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -31220,10 +29319,6 @@ input GroupHistoryWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -31331,19 +29426,12 @@ input GroupMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31355,10 +29443,6 @@ input GroupMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31377,9 +29461,6 @@ input GroupMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31390,9 +29471,6 @@ input GroupMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31406,10 +29484,6 @@ input GroupMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31424,10 +29498,6 @@ input GroupMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31442,10 +29512,6 @@ input GroupMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31467,10 +29533,6 @@ input GroupMembershipHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -31483,10 +29545,6 @@ input GroupMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -31617,19 +29675,12 @@ input GroupSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31641,10 +29692,6 @@ input GroupSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31663,9 +29710,6 @@ input GroupSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31676,9 +29720,6 @@ input GroupSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31692,10 +29733,6 @@ input GroupSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31710,10 +29747,6 @@ input GroupSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31728,10 +29761,6 @@ input GroupSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31774,10 +29803,6 @@ input GroupSettingHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -31923,19 +29948,12 @@ input HushHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31947,10 +29965,6 @@ input HushHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31969,9 +29983,6 @@ input HushHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31982,9 +29993,6 @@ input HushHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31998,10 +30006,6 @@ input HushHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32016,10 +30020,6 @@ input HushHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32034,10 +30034,6 @@ input HushHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32052,10 +30048,6 @@ input HushHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -32077,10 +30069,6 @@ input HushHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -32095,10 +30083,6 @@ input HushHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -32113,10 +30097,6 @@ input HushHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -32129,10 +30109,6 @@ input HushHistoryWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -32147,10 +30123,6 @@ input HushHistoryWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -32162,9 +30134,6 @@ input HushHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -32175,9 +30144,6 @@ input HushHistoryWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -32439,19 +30405,12 @@ input IdentityHolderHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32463,10 +30422,6 @@ input IdentityHolderHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32485,9 +30440,6 @@ input IdentityHolderHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32498,9 +30450,6 @@ input IdentityHolderHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32514,10 +30463,6 @@ input IdentityHolderHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32532,10 +30477,6 @@ input IdentityHolderHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32550,10 +30491,6 @@ input IdentityHolderHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32568,10 +30505,6 @@ input IdentityHolderHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -32584,10 +30517,6 @@ input IdentityHolderHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -32602,10 +30531,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -32620,10 +30545,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -32638,10 +30559,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -32656,10 +30573,6 @@ input IdentityHolderHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -32674,10 +30587,6 @@ input IdentityHolderHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -32692,10 +30601,6 @@ input IdentityHolderHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -32710,10 +30615,6 @@ input IdentityHolderHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -32735,10 +30636,6 @@ input IdentityHolderHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -32751,10 +30648,6 @@ input IdentityHolderHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -32767,10 +30660,6 @@ input IdentityHolderHistoryWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -32785,10 +30674,6 @@ input IdentityHolderHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -32810,10 +30695,6 @@ input IdentityHolderHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -32847,10 +30728,6 @@ input IdentityHolderHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -32865,10 +30742,6 @@ input IdentityHolderHistoryWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -32883,10 +30756,6 @@ input IdentityHolderHistoryWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -32901,10 +30770,6 @@ input IdentityHolderHistoryWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -32916,9 +30781,6 @@ input IdentityHolderHistoryWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -32929,9 +30791,6 @@ input IdentityHolderHistoryWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -32945,10 +30804,6 @@ input IdentityHolderHistoryWhereInput { employerEntityIDNEQ: String employerEntityIDIn: [String!] employerEntityIDNotIn: [String!] - employerEntityIDGT: String - employerEntityIDGTE: String - employerEntityIDLT: String - employerEntityIDLTE: String employerEntityIDContains: String employerEntityIDHasPrefix: String employerEntityIDHasSuffix: String @@ -32963,10 +30818,6 @@ input IdentityHolderHistoryWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -32981,10 +30832,6 @@ input IdentityHolderHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -32999,10 +30846,6 @@ input IdentityHolderHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -33277,19 +31120,12 @@ input InternalPolicyHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33301,10 +31137,6 @@ input InternalPolicyHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33323,9 +31155,6 @@ input InternalPolicyHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33336,9 +31165,6 @@ input InternalPolicyHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33352,10 +31178,6 @@ input InternalPolicyHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33370,10 +31192,6 @@ input InternalPolicyHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33388,10 +31206,6 @@ input InternalPolicyHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33406,10 +31220,6 @@ input InternalPolicyHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -33422,10 +31232,6 @@ input InternalPolicyHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -33440,10 +31246,6 @@ input InternalPolicyHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -33465,10 +31267,6 @@ input InternalPolicyHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -33483,10 +31281,6 @@ input InternalPolicyHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -33501,10 +31295,6 @@ input InternalPolicyHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -33535,10 +31325,6 @@ input InternalPolicyHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -33557,9 +31343,6 @@ input InternalPolicyHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -33582,10 +31365,6 @@ input InternalPolicyHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -33600,10 +31379,6 @@ input InternalPolicyHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -33618,10 +31393,6 @@ input InternalPolicyHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -33636,10 +31407,6 @@ input InternalPolicyHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -33654,10 +31421,6 @@ input InternalPolicyHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -33672,10 +31435,6 @@ input InternalPolicyHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -33690,10 +31449,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -33708,10 +31463,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindIDNEQ: String internalPolicyKindIDIn: [String!] internalPolicyKindIDNotIn: [String!] - internalPolicyKindIDGT: String - internalPolicyKindIDGTE: String - internalPolicyKindIDLT: String - internalPolicyKindIDLTE: String internalPolicyKindIDContains: String internalPolicyKindIDHasPrefix: String internalPolicyKindIDHasSuffix: String @@ -33726,10 +31477,6 @@ input InternalPolicyHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -33744,10 +31491,6 @@ input InternalPolicyHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -33762,10 +31505,6 @@ input InternalPolicyHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -33780,10 +31519,6 @@ input InternalPolicyHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -33805,10 +31540,6 @@ input InternalPolicyHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -33962,19 +31693,12 @@ input JobTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33986,10 +31710,6 @@ input JobTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -34008,9 +31728,6 @@ input JobTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34021,9 +31738,6 @@ input JobTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34037,10 +31751,6 @@ input JobTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34055,10 +31765,6 @@ input JobTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34073,10 +31779,6 @@ input JobTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34091,10 +31793,6 @@ input JobTemplateHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -34107,10 +31805,6 @@ input JobTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -34132,10 +31826,6 @@ input JobTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -34150,10 +31840,6 @@ input JobTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -34168,10 +31854,6 @@ input JobTemplateHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -34184,10 +31866,6 @@ input JobTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -34308,19 +31986,12 @@ input MappableDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -34332,10 +32003,6 @@ input MappableDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -34354,9 +32021,6 @@ input MappableDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34367,9 +32031,6 @@ input MappableDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34383,10 +32044,6 @@ input MappableDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34401,10 +32058,6 @@ input MappableDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34419,10 +32072,6 @@ input MappableDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34437,10 +32086,6 @@ input MappableDomainHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -34453,10 +32098,6 @@ input MappableDomainHistoryWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -34607,19 +32248,12 @@ input MappedControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -34631,10 +32265,6 @@ input MappedControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -34653,9 +32283,6 @@ input MappedControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34666,9 +32293,6 @@ input MappedControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34682,10 +32306,6 @@ input MappedControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34700,10 +32320,6 @@ input MappedControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34718,10 +32334,6 @@ input MappedControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34743,10 +32355,6 @@ input MappedControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -34761,10 +32369,6 @@ input MappedControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -34779,10 +32383,6 @@ input MappedControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -34804,10 +32404,6 @@ input MappedControlHistoryWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -34820,8 +32416,6 @@ input MappedControlHistoryWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -34963,19 +32557,12 @@ input NarrativeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -34987,10 +32574,6 @@ input NarrativeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35009,9 +32592,6 @@ input NarrativeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35022,9 +32602,6 @@ input NarrativeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35038,10 +32615,6 @@ input NarrativeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35056,10 +32629,6 @@ input NarrativeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35074,10 +32643,6 @@ input NarrativeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35092,10 +32657,6 @@ input NarrativeHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -35108,10 +32669,6 @@ input NarrativeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -35133,10 +32690,6 @@ input NarrativeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -35151,10 +32704,6 @@ input NarrativeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -35169,10 +32718,6 @@ input NarrativeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -35185,10 +32730,6 @@ input NarrativeHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -35203,10 +32744,6 @@ input NarrativeHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -35357,19 +32894,12 @@ input NoteHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35381,10 +32911,6 @@ input NoteHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35403,9 +32929,6 @@ input NoteHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35416,9 +32939,6 @@ input NoteHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35432,10 +32952,6 @@ input NoteHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35450,10 +32966,6 @@ input NoteHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35468,10 +32980,6 @@ input NoteHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35486,10 +32994,6 @@ input NoteHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -35502,10 +33006,6 @@ input NoteHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -35520,10 +33020,6 @@ input NoteHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -35538,10 +33034,6 @@ input NoteHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -35554,10 +33046,6 @@ input NoteHistoryWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -35572,10 +33060,6 @@ input NoteHistoryWhereInput { discussionIDNEQ: String discussionIDIn: [String!] discussionIDNotIn: [String!] - discussionIDGT: String - discussionIDGTE: String - discussionIDLT: String - discussionIDLTE: String discussionIDContains: String discussionIDHasPrefix: String discussionIDHasSuffix: String @@ -35595,10 +33079,6 @@ input NoteHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -35617,9 +33097,6 @@ input NoteHistoryWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -35844,19 +33321,12 @@ input NotificationPreferenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35868,10 +33338,6 @@ input NotificationPreferenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35890,9 +33356,6 @@ input NotificationPreferenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35903,9 +33366,6 @@ input NotificationPreferenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35919,10 +33379,6 @@ input NotificationPreferenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35937,10 +33393,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35955,10 +33407,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35973,10 +33421,6 @@ input NotificationPreferenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -35991,10 +33435,6 @@ input NotificationPreferenceHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -36021,10 +33461,6 @@ input NotificationPreferenceHistoryWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -36039,10 +33475,6 @@ input NotificationPreferenceHistoryWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -36078,10 +33510,6 @@ input NotificationPreferenceHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -36093,9 +33521,6 @@ input NotificationPreferenceHistoryWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -36109,10 +33534,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -36127,10 +33548,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -36145,10 +33562,6 @@ input NotificationPreferenceHistoryWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -36165,9 +33578,6 @@ input NotificationPreferenceHistoryWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -36178,9 +33588,6 @@ input NotificationPreferenceHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -36194,10 +33601,6 @@ input NotificationPreferenceHistoryWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -36438,19 +33841,12 @@ input NotificationTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -36462,10 +33858,6 @@ input NotificationTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -36484,9 +33876,6 @@ input NotificationTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36497,9 +33886,6 @@ input NotificationTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36513,10 +33899,6 @@ input NotificationTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36531,10 +33913,6 @@ input NotificationTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36549,10 +33927,6 @@ input NotificationTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36567,10 +33941,6 @@ input NotificationTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -36585,10 +33955,6 @@ input NotificationTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -36610,10 +33976,6 @@ input NotificationTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -36628,10 +33990,6 @@ input NotificationTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -36646,10 +34004,6 @@ input NotificationTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -36662,10 +34016,6 @@ input NotificationTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -36678,10 +34028,6 @@ input NotificationTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -36712,10 +34058,6 @@ input NotificationTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -36728,10 +34070,6 @@ input NotificationTemplateHistoryWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -36744,10 +34082,6 @@ input NotificationTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -36762,10 +34096,6 @@ input NotificationTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -36780,10 +34110,6 @@ input NotificationTemplateHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -36798,10 +34124,6 @@ input NotificationTemplateHistoryWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -36816,10 +34138,6 @@ input NotificationTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -36834,10 +34152,6 @@ input NotificationTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -36855,8 +34169,6 @@ input NotificationTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -37018,19 +34330,12 @@ input OrgMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37042,10 +34347,6 @@ input OrgMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37064,9 +34365,6 @@ input OrgMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37077,9 +34375,6 @@ input OrgMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37093,10 +34388,6 @@ input OrgMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37111,10 +34402,6 @@ input OrgMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37129,10 +34416,6 @@ input OrgMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37154,10 +34437,6 @@ input OrgMembershipHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -37170,10 +34449,6 @@ input OrgMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -37193,10 +34468,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -37211,10 +34482,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -37226,9 +34493,6 @@ input OrgMembershipHistoryWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -37249,10 +34513,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -37267,10 +34527,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -37282,9 +34538,6 @@ input OrgMembershipHistoryWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -37422,19 +34675,12 @@ input OrganizationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37446,10 +34692,6 @@ input OrganizationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37468,9 +34710,6 @@ input OrganizationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37481,9 +34720,6 @@ input OrganizationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37497,10 +34733,6 @@ input OrganizationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37515,10 +34747,6 @@ input OrganizationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37533,10 +34761,6 @@ input OrganizationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37551,10 +34775,6 @@ input OrganizationHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -37567,10 +34787,6 @@ input OrganizationHistoryWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -37592,10 +34808,6 @@ input OrganizationHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -37610,10 +34822,6 @@ input OrganizationHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -37625,9 +34833,6 @@ input OrganizationHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -37641,10 +34846,6 @@ input OrganizationHistoryWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -37886,19 +35087,12 @@ input OrganizationSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37910,10 +35104,6 @@ input OrganizationSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37932,9 +35122,6 @@ input OrganizationSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37945,9 +35132,6 @@ input OrganizationSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37961,10 +35145,6 @@ input OrganizationSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37979,10 +35159,6 @@ input OrganizationSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37997,10 +35173,6 @@ input OrganizationSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -38015,10 +35187,6 @@ input OrganizationSettingHistoryWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -38033,10 +35201,6 @@ input OrganizationSettingHistoryWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -38051,10 +35215,6 @@ input OrganizationSettingHistoryWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -38069,10 +35229,6 @@ input OrganizationSettingHistoryWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -38096,10 +35252,6 @@ input OrganizationSettingHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -38135,10 +35287,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -38153,10 +35301,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -38171,10 +35315,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -38194,10 +35334,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -38212,10 +35348,6 @@ input OrganizationSettingHistoryWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -38230,10 +35362,6 @@ input OrganizationSettingHistoryWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -38248,10 +35376,6 @@ input OrganizationSettingHistoryWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -38266,10 +35390,6 @@ input OrganizationSettingHistoryWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -38308,10 +35428,6 @@ input OrganizationSettingHistoryWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -38328,9 +35444,6 @@ input OrganizationSettingHistoryWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -38685,19 +35798,12 @@ input PlatformHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -38709,10 +35815,6 @@ input PlatformHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -38731,9 +35833,6 @@ input PlatformHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -38744,9 +35843,6 @@ input PlatformHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -38760,10 +35856,6 @@ input PlatformHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -38778,10 +35870,6 @@ input PlatformHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -38796,10 +35884,6 @@ input PlatformHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -38814,10 +35898,6 @@ input PlatformHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -38830,10 +35910,6 @@ input PlatformHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -38848,10 +35924,6 @@ input PlatformHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -38866,10 +35938,6 @@ input PlatformHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -38884,10 +35952,6 @@ input PlatformHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -38902,10 +35966,6 @@ input PlatformHistoryWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -38920,10 +35980,6 @@ input PlatformHistoryWhereInput { businessOwnerUserIDNEQ: String businessOwnerUserIDIn: [String!] businessOwnerUserIDNotIn: [String!] - businessOwnerUserIDGT: String - businessOwnerUserIDGTE: String - businessOwnerUserIDLT: String - businessOwnerUserIDLTE: String businessOwnerUserIDContains: String businessOwnerUserIDHasPrefix: String businessOwnerUserIDHasSuffix: String @@ -38938,10 +35994,6 @@ input PlatformHistoryWhereInput { businessOwnerGroupIDNEQ: String businessOwnerGroupIDIn: [String!] businessOwnerGroupIDNotIn: [String!] - businessOwnerGroupIDGT: String - businessOwnerGroupIDGTE: String - businessOwnerGroupIDLT: String - businessOwnerGroupIDLTE: String businessOwnerGroupIDContains: String businessOwnerGroupIDHasPrefix: String businessOwnerGroupIDHasSuffix: String @@ -38956,10 +36008,6 @@ input PlatformHistoryWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -38974,10 +36022,6 @@ input PlatformHistoryWhereInput { technicalOwnerUserIDNEQ: String technicalOwnerUserIDIn: [String!] technicalOwnerUserIDNotIn: [String!] - technicalOwnerUserIDGT: String - technicalOwnerUserIDGTE: String - technicalOwnerUserIDLT: String - technicalOwnerUserIDLTE: String technicalOwnerUserIDContains: String technicalOwnerUserIDHasPrefix: String technicalOwnerUserIDHasSuffix: String @@ -38992,10 +36036,6 @@ input PlatformHistoryWhereInput { technicalOwnerGroupIDNEQ: String technicalOwnerGroupIDIn: [String!] technicalOwnerGroupIDNotIn: [String!] - technicalOwnerGroupIDGT: String - technicalOwnerGroupIDGTE: String - technicalOwnerGroupIDLT: String - technicalOwnerGroupIDLTE: String technicalOwnerGroupIDContains: String technicalOwnerGroupIDHasPrefix: String technicalOwnerGroupIDHasSuffix: String @@ -39010,10 +36050,6 @@ input PlatformHistoryWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -39028,10 +36064,6 @@ input PlatformHistoryWhereInput { securityOwnerUserIDNEQ: String securityOwnerUserIDIn: [String!] securityOwnerUserIDNotIn: [String!] - securityOwnerUserIDGT: String - securityOwnerUserIDGTE: String - securityOwnerUserIDLT: String - securityOwnerUserIDLTE: String securityOwnerUserIDContains: String securityOwnerUserIDHasPrefix: String securityOwnerUserIDHasSuffix: String @@ -39046,10 +36078,6 @@ input PlatformHistoryWhereInput { securityOwnerGroupIDNEQ: String securityOwnerGroupIDIn: [String!] securityOwnerGroupIDNotIn: [String!] - securityOwnerGroupIDGT: String - securityOwnerGroupIDGTE: String - securityOwnerGroupIDLT: String - securityOwnerGroupIDLTE: String securityOwnerGroupIDContains: String securityOwnerGroupIDHasPrefix: String securityOwnerGroupIDHasSuffix: String @@ -39064,10 +36092,6 @@ input PlatformHistoryWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -39082,10 +36106,6 @@ input PlatformHistoryWhereInput { platformKindIDNEQ: String platformKindIDIn: [String!] platformKindIDNotIn: [String!] - platformKindIDGT: String - platformKindIDGTE: String - platformKindIDLT: String - platformKindIDLTE: String platformKindIDContains: String platformKindIDHasPrefix: String platformKindIDHasSuffix: String @@ -39100,10 +36120,6 @@ input PlatformHistoryWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -39118,10 +36134,6 @@ input PlatformHistoryWhereInput { platformDataClassificationIDNEQ: String platformDataClassificationIDIn: [String!] platformDataClassificationIDNotIn: [String!] - platformDataClassificationIDGT: String - platformDataClassificationIDGTE: String - platformDataClassificationIDLT: String - platformDataClassificationIDLTE: String platformDataClassificationIDContains: String platformDataClassificationIDHasPrefix: String platformDataClassificationIDHasSuffix: String @@ -39136,10 +36148,6 @@ input PlatformHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -39154,10 +36162,6 @@ input PlatformHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -39172,10 +36176,6 @@ input PlatformHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -39190,10 +36190,6 @@ input PlatformHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -39208,10 +36204,6 @@ input PlatformHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -39226,10 +36218,6 @@ input PlatformHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -39244,10 +36232,6 @@ input PlatformHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -39262,10 +36246,6 @@ input PlatformHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -39280,10 +36260,6 @@ input PlatformHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -39298,10 +36274,6 @@ input PlatformHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -39316,10 +36288,6 @@ input PlatformHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -39334,10 +36302,6 @@ input PlatformHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -39359,10 +36323,6 @@ input PlatformHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -39377,10 +36337,6 @@ input PlatformHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -39393,10 +36349,6 @@ input PlatformHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -39411,10 +36363,6 @@ input PlatformHistoryWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -39436,10 +36384,6 @@ input PlatformHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -39454,10 +36398,6 @@ input PlatformHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -39486,10 +36426,6 @@ input PlatformHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -39504,10 +36440,6 @@ input PlatformHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -39532,9 +36464,6 @@ input PlatformHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -39548,10 +36477,6 @@ input PlatformHistoryWhereInput { platformOwnerIDNEQ: String platformOwnerIDIn: [String!] platformOwnerIDNotIn: [String!] - platformOwnerIDGT: String - platformOwnerIDGTE: String - platformOwnerIDLT: String - platformOwnerIDLTE: String platformOwnerIDContains: String platformOwnerIDHasPrefix: String platformOwnerIDHasSuffix: String @@ -39566,10 +36491,6 @@ input PlatformHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -39840,19 +36761,12 @@ input ProcedureHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -39864,10 +36778,6 @@ input ProcedureHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39886,9 +36796,6 @@ input ProcedureHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39899,9 +36806,6 @@ input ProcedureHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39915,10 +36819,6 @@ input ProcedureHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39933,10 +36833,6 @@ input ProcedureHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39951,10 +36847,6 @@ input ProcedureHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39969,10 +36861,6 @@ input ProcedureHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39985,10 +36873,6 @@ input ProcedureHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -40003,10 +36887,6 @@ input ProcedureHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -40021,10 +36901,6 @@ input ProcedureHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -40055,10 +36931,6 @@ input ProcedureHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -40077,9 +36949,6 @@ input ProcedureHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -40102,10 +36971,6 @@ input ProcedureHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -40120,10 +36985,6 @@ input ProcedureHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -40138,10 +36999,6 @@ input ProcedureHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -40156,10 +37013,6 @@ input ProcedureHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -40174,10 +37027,6 @@ input ProcedureHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -40192,10 +37041,6 @@ input ProcedureHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -40217,10 +37062,6 @@ input ProcedureHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -40235,10 +37076,6 @@ input ProcedureHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -40253,10 +37090,6 @@ input ProcedureHistoryWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -40271,10 +37104,6 @@ input ProcedureHistoryWhereInput { procedureKindIDNEQ: String procedureKindIDIn: [String!] procedureKindIDNotIn: [String!] - procedureKindIDGT: String - procedureKindIDGTE: String - procedureKindIDLT: String - procedureKindIDLTE: String procedureKindIDContains: String procedureKindIDHasPrefix: String procedureKindIDHasSuffix: String @@ -40289,10 +37118,6 @@ input ProcedureHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -40307,10 +37132,6 @@ input ProcedureHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -40325,10 +37146,6 @@ input ProcedureHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -40343,10 +37160,6 @@ input ProcedureHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -40562,19 +37375,12 @@ input ProgramHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -40586,10 +37392,6 @@ input ProgramHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -40608,9 +37410,6 @@ input ProgramHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -40621,9 +37420,6 @@ input ProgramHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -40637,10 +37433,6 @@ input ProgramHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -40655,10 +37447,6 @@ input ProgramHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -40673,10 +37461,6 @@ input ProgramHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -40691,10 +37475,6 @@ input ProgramHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -40707,10 +37487,6 @@ input ProgramHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -40725,10 +37501,6 @@ input ProgramHistoryWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -40743,10 +37515,6 @@ input ProgramHistoryWhereInput { programKindIDNEQ: String programKindIDIn: [String!] programKindIDNotIn: [String!] - programKindIDGT: String - programKindIDGTE: String - programKindIDLT: String - programKindIDLTE: String programKindIDContains: String programKindIDHasPrefix: String programKindIDHasSuffix: String @@ -40761,10 +37529,6 @@ input ProgramHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -40779,10 +37543,6 @@ input ProgramHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -40795,10 +37555,6 @@ input ProgramHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -40820,10 +37576,6 @@ input ProgramHistoryWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -40835,9 +37587,6 @@ input ProgramHistoryWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -40848,9 +37597,6 @@ input ProgramHistoryWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -40861,9 +37607,6 @@ input ProgramHistoryWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -40874,9 +37617,6 @@ input ProgramHistoryWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -40887,9 +37627,6 @@ input ProgramHistoryWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -40900,9 +37637,6 @@ input ProgramHistoryWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -40931,10 +37665,6 @@ input ProgramHistoryWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -40949,10 +37679,6 @@ input ProgramHistoryWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -40967,10 +37693,6 @@ input ProgramHistoryWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -40985,10 +37707,6 @@ input ProgramHistoryWhereInput { programOwnerIDNEQ: String programOwnerIDIn: [String!] programOwnerIDNotIn: [String!] - programOwnerIDGT: String - programOwnerIDGTE: String - programOwnerIDLT: String - programOwnerIDLTE: String programOwnerIDContains: String programOwnerIDHasPrefix: String programOwnerIDHasSuffix: String @@ -41097,19 +37815,12 @@ input ProgramMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -41121,10 +37832,6 @@ input ProgramMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -41143,9 +37850,6 @@ input ProgramMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -41156,9 +37860,6 @@ input ProgramMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -41172,10 +37873,6 @@ input ProgramMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -41190,10 +37887,6 @@ input ProgramMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -41208,10 +37901,6 @@ input ProgramMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -41233,10 +37922,6 @@ input ProgramMembershipHistoryWhereInput { programIDNEQ: String programIDIn: [String!] programIDNotIn: [String!] - programIDGT: String - programIDGTE: String - programIDLT: String - programIDLTE: String programIDContains: String programIDHasPrefix: String programIDHasSuffix: String @@ -41249,10 +37934,6 @@ input ProgramMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -43614,19 +40295,12 @@ input RemediationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -43638,10 +40312,6 @@ input RemediationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -43660,9 +40330,6 @@ input RemediationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -43673,9 +40340,6 @@ input RemediationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -43689,10 +40353,6 @@ input RemediationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -43707,10 +40367,6 @@ input RemediationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -43725,10 +40381,6 @@ input RemediationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -43743,10 +40395,6 @@ input RemediationHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -43759,10 +40407,6 @@ input RemediationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -43784,10 +40428,6 @@ input RemediationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -43802,10 +40442,6 @@ input RemediationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -43820,10 +40456,6 @@ input RemediationHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -43838,10 +40470,6 @@ input RemediationHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -43856,10 +40484,6 @@ input RemediationHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -43874,10 +40498,6 @@ input RemediationHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -43899,10 +40519,6 @@ input RemediationHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -43917,10 +40533,6 @@ input RemediationHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -43935,10 +40547,6 @@ input RemediationHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -43962,10 +40570,6 @@ input RemediationHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -43980,10 +40584,6 @@ input RemediationHistoryWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -43998,10 +40598,6 @@ input RemediationHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -44016,10 +40612,6 @@ input RemediationHistoryWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -44034,10 +40626,6 @@ input RemediationHistoryWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -44052,10 +40640,6 @@ input RemediationHistoryWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -44070,10 +40654,6 @@ input RemediationHistoryWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -44088,10 +40668,6 @@ input RemediationHistoryWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -44106,10 +40682,6 @@ input RemediationHistoryWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -44121,9 +40693,6 @@ input RemediationHistoryWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -44134,9 +40703,6 @@ input RemediationHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -44147,9 +40713,6 @@ input RemediationHistoryWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -44163,10 +40726,6 @@ input RemediationHistoryWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -44181,10 +40740,6 @@ input RemediationHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -44199,10 +40754,6 @@ input RemediationHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -44425,19 +40976,12 @@ input ReviewHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -44449,10 +40993,6 @@ input ReviewHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -44471,9 +41011,6 @@ input ReviewHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44484,9 +41021,6 @@ input ReviewHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44500,10 +41034,6 @@ input ReviewHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44518,10 +41048,6 @@ input ReviewHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -44536,10 +41062,6 @@ input ReviewHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -44554,10 +41076,6 @@ input ReviewHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -44579,10 +41097,6 @@ input ReviewHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -44597,10 +41111,6 @@ input ReviewHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -44615,10 +41125,6 @@ input ReviewHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -44633,10 +41139,6 @@ input ReviewHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -44651,10 +41153,6 @@ input ReviewHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -44669,10 +41167,6 @@ input ReviewHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -44687,10 +41181,6 @@ input ReviewHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -44705,10 +41195,6 @@ input ReviewHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -44723,10 +41209,6 @@ input ReviewHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -44739,10 +41221,6 @@ input ReviewHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -44766,10 +41244,6 @@ input ReviewHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -44784,10 +41258,6 @@ input ReviewHistoryWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -44802,10 +41272,6 @@ input ReviewHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -44820,10 +41286,6 @@ input ReviewHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -44838,10 +41300,6 @@ input ReviewHistoryWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -44860,9 +41318,6 @@ input ReviewHistoryWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -44873,9 +41328,6 @@ input ReviewHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -44886,9 +41338,6 @@ input ReviewHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -44902,10 +41351,6 @@ input ReviewHistoryWhereInput { reviewerIDNEQ: String reviewerIDIn: [String!] reviewerIDNotIn: [String!] - reviewerIDGT: String - reviewerIDGTE: String - reviewerIDLT: String - reviewerIDLTE: String reviewerIDContains: String reviewerIDHasPrefix: String reviewerIDHasSuffix: String @@ -44920,10 +41365,6 @@ input ReviewHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -44938,10 +41379,6 @@ input ReviewHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -45252,19 +41689,12 @@ input RiskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -45276,10 +41706,6 @@ input RiskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -45298,9 +41724,6 @@ input RiskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -45311,9 +41734,6 @@ input RiskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -45327,10 +41747,6 @@ input RiskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -45345,10 +41761,6 @@ input RiskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -45363,10 +41775,6 @@ input RiskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -45381,10 +41789,6 @@ input RiskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -45397,10 +41801,6 @@ input RiskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -45415,10 +41815,6 @@ input RiskHistoryWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -45433,10 +41829,6 @@ input RiskHistoryWhereInput { riskKindIDNEQ: String riskKindIDIn: [String!] riskKindIDNotIn: [String!] - riskKindIDGT: String - riskKindIDGTE: String - riskKindIDLT: String - riskKindIDLTE: String riskKindIDContains: String riskKindIDHasPrefix: String riskKindIDHasSuffix: String @@ -45451,10 +41843,6 @@ input RiskHistoryWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -45469,10 +41857,6 @@ input RiskHistoryWhereInput { riskCategoryIDNEQ: String riskCategoryIDIn: [String!] riskCategoryIDNotIn: [String!] - riskCategoryIDGT: String - riskCategoryIDGTE: String - riskCategoryIDLT: String - riskCategoryIDLTE: String riskCategoryIDContains: String riskCategoryIDHasPrefix: String riskCategoryIDHasSuffix: String @@ -45487,10 +41871,6 @@ input RiskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -45505,10 +41885,6 @@ input RiskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -45523,10 +41899,6 @@ input RiskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -45541,10 +41913,6 @@ input RiskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -45566,10 +41934,6 @@ input RiskHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -45584,10 +41948,6 @@ input RiskHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -45599,9 +41959,6 @@ input RiskHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -45615,10 +41972,6 @@ input RiskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -45633,10 +41986,6 @@ input RiskHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -45674,8 +42023,6 @@ input RiskHistoryWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -45689,10 +42036,6 @@ input RiskHistoryWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -45707,10 +42050,6 @@ input RiskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -45725,10 +42064,6 @@ input RiskHistoryWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -45743,10 +42078,6 @@ input RiskHistoryWhereInput { stakeholderIDNEQ: String stakeholderIDIn: [String!] stakeholderIDNotIn: [String!] - stakeholderIDGT: String - stakeholderIDGTE: String - stakeholderIDLT: String - stakeholderIDLTE: String stakeholderIDContains: String stakeholderIDHasPrefix: String stakeholderIDHasSuffix: String @@ -45761,10 +42092,6 @@ input RiskHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -45776,9 +42103,6 @@ input RiskHistoryWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -45796,9 +42120,6 @@ input RiskHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -45818,9 +42139,6 @@ input RiskHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -45831,9 +42149,6 @@ input RiskHistoryWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -45845,8 +42160,6 @@ input RiskHistoryWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -45983,19 +42296,12 @@ input SLADefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -46007,10 +42313,6 @@ input SLADefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -46029,9 +42331,6 @@ input SLADefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -46042,9 +42341,6 @@ input SLADefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -46058,10 +42354,6 @@ input SLADefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -46076,10 +42368,6 @@ input SLADefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -46094,10 +42382,6 @@ input SLADefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -46112,10 +42396,6 @@ input SLADefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -46128,10 +42408,6 @@ input SLADefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -46144,8 +42420,6 @@ input SLADefinitionHistoryWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -46274,19 +42548,12 @@ input ScheduledJobHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -46298,10 +42565,6 @@ input ScheduledJobHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -46320,9 +42583,6 @@ input ScheduledJobHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -46333,9 +42593,6 @@ input ScheduledJobHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -46349,10 +42606,6 @@ input ScheduledJobHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -46367,10 +42620,6 @@ input ScheduledJobHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -46385,10 +42634,6 @@ input ScheduledJobHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -46403,10 +42648,6 @@ input ScheduledJobHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -46419,10 +42660,6 @@ input ScheduledJobHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -46437,10 +42674,6 @@ input ScheduledJobHistoryWhereInput { jobIDNEQ: String jobIDIn: [String!] jobIDNotIn: [String!] - jobIDGT: String - jobIDGTE: String - jobIDLT: String - jobIDLTE: String jobIDContains: String jobIDHasPrefix: String jobIDHasSuffix: String @@ -46458,10 +42691,6 @@ input ScheduledJobHistoryWhereInput { jobRunnerIDNEQ: String jobRunnerIDIn: [String!] jobRunnerIDNotIn: [String!] - jobRunnerIDGT: String - jobRunnerIDGTE: String - jobRunnerIDLT: String - jobRunnerIDLTE: String jobRunnerIDContains: String jobRunnerIDHasPrefix: String jobRunnerIDHasSuffix: String @@ -46653,19 +42882,12 @@ input StandardHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -46677,10 +42899,6 @@ input StandardHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -46699,9 +42917,6 @@ input StandardHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -46712,9 +42927,6 @@ input StandardHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -46728,10 +42940,6 @@ input StandardHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -46746,10 +42954,6 @@ input StandardHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -46764,10 +42968,6 @@ input StandardHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -46782,10 +42982,6 @@ input StandardHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -46800,10 +42996,6 @@ input StandardHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -46825,10 +43017,6 @@ input StandardHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -46843,10 +43031,6 @@ input StandardHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -46861,10 +43045,6 @@ input StandardHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -46877,10 +43057,6 @@ input StandardHistoryWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -46895,10 +43071,6 @@ input StandardHistoryWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -46913,10 +43085,6 @@ input StandardHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -46931,10 +43099,6 @@ input StandardHistoryWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -46949,10 +43113,6 @@ input StandardHistoryWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -46967,10 +43127,6 @@ input StandardHistoryWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -47008,10 +43164,6 @@ input StandardHistoryWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -47026,10 +43178,6 @@ input StandardHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -47044,10 +43192,6 @@ input StandardHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -47347,19 +43491,12 @@ input SubcontrolHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -47371,10 +43508,6 @@ input SubcontrolHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -47393,9 +43526,6 @@ input SubcontrolHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -47406,9 +43536,6 @@ input SubcontrolHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -47422,10 +43549,6 @@ input SubcontrolHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -47440,10 +43563,6 @@ input SubcontrolHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -47458,10 +43577,6 @@ input SubcontrolHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -47476,10 +43591,6 @@ input SubcontrolHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -47492,10 +43603,6 @@ input SubcontrolHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -47510,10 +43617,6 @@ input SubcontrolHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -47528,10 +43631,6 @@ input SubcontrolHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -47546,10 +43645,6 @@ input SubcontrolHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -47564,10 +43659,6 @@ input SubcontrolHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -47582,10 +43673,6 @@ input SubcontrolHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -47618,10 +43705,6 @@ input SubcontrolHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -47636,10 +43719,6 @@ input SubcontrolHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -47663,10 +43742,6 @@ input SubcontrolHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -47681,10 +43756,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -47699,10 +43770,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -47717,10 +43784,6 @@ input SubcontrolHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -47735,10 +43798,6 @@ input SubcontrolHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -47753,10 +43812,6 @@ input SubcontrolHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -47771,10 +43826,6 @@ input SubcontrolHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -47789,10 +43840,6 @@ input SubcontrolHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -47807,10 +43854,6 @@ input SubcontrolHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -47832,10 +43875,6 @@ input SubcontrolHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -47850,10 +43889,6 @@ input SubcontrolHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -47868,10 +43903,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -47886,10 +43917,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindIDNEQ: String subcontrolKindIDIn: [String!] subcontrolKindIDNotIn: [String!] - subcontrolKindIDGT: String - subcontrolKindIDGTE: String - subcontrolKindIDLT: String - subcontrolKindIDLTE: String subcontrolKindIDContains: String subcontrolKindIDHasPrefix: String subcontrolKindIDHasSuffix: String @@ -47911,10 +43938,6 @@ input SubcontrolHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -47927,10 +43950,6 @@ input SubcontrolHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -48062,19 +44081,12 @@ input SubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -48086,10 +44098,6 @@ input SubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -48108,9 +44116,6 @@ input SubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -48121,9 +44126,6 @@ input SubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -48137,10 +44139,6 @@ input SubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -48155,10 +44153,6 @@ input SubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -48173,10 +44167,6 @@ input SubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -48191,10 +44181,6 @@ input SubprocessorHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -48216,10 +44202,6 @@ input SubprocessorHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -48234,10 +44216,6 @@ input SubprocessorHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -48252,10 +44230,6 @@ input SubprocessorHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -48268,10 +44242,6 @@ input SubprocessorHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -48286,10 +44256,6 @@ input SubprocessorHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -48304,10 +44270,6 @@ input SubprocessorHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -48458,19 +44420,12 @@ input SystemDetailHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -48482,10 +44437,6 @@ input SystemDetailHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -48504,9 +44455,6 @@ input SystemDetailHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -48517,9 +44465,6 @@ input SystemDetailHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -48533,10 +44478,6 @@ input SystemDetailHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -48551,10 +44492,6 @@ input SystemDetailHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -48569,10 +44506,6 @@ input SystemDetailHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -48587,10 +44520,6 @@ input SystemDetailHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -48603,10 +44532,6 @@ input SystemDetailHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -48621,10 +44546,6 @@ input SystemDetailHistoryWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -48637,10 +44558,6 @@ input SystemDetailHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -48655,10 +44572,6 @@ input SystemDetailHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -48673,10 +44586,6 @@ input SystemDetailHistoryWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -48697,9 +44606,6 @@ input SystemDetailHistoryWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -48928,19 +44834,12 @@ input TaskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -48952,10 +44851,6 @@ input TaskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -48974,9 +44869,6 @@ input TaskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -48987,9 +44879,6 @@ input TaskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -49003,10 +44892,6 @@ input TaskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -49021,10 +44906,6 @@ input TaskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -49039,10 +44920,6 @@ input TaskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -49057,10 +44934,6 @@ input TaskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -49073,10 +44946,6 @@ input TaskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -49091,10 +44960,6 @@ input TaskHistoryWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -49109,10 +44974,6 @@ input TaskHistoryWhereInput { taskKindIDNEQ: String taskKindIDIn: [String!] taskKindIDNotIn: [String!] - taskKindIDGT: String - taskKindIDGTE: String - taskKindIDLT: String - taskKindIDLTE: String taskKindIDContains: String taskKindIDHasPrefix: String taskKindIDHasSuffix: String @@ -49127,10 +44988,6 @@ input TaskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -49145,10 +45002,6 @@ input TaskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -49163,10 +45016,6 @@ input TaskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -49181,10 +45030,6 @@ input TaskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -49206,10 +45051,6 @@ input TaskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -49224,10 +45065,6 @@ input TaskHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -49240,10 +45077,6 @@ input TaskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -49262,9 +45095,6 @@ input TaskHistoryWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -49275,9 +45105,6 @@ input TaskHistoryWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -49291,10 +45118,6 @@ input TaskHistoryWhereInput { assigneeIDNEQ: String assigneeIDIn: [String!] assigneeIDNotIn: [String!] - assigneeIDGT: String - assigneeIDGTE: String - assigneeIDLT: String - assigneeIDLTE: String assigneeIDContains: String assigneeIDHasPrefix: String assigneeIDHasSuffix: String @@ -49309,10 +45132,6 @@ input TaskHistoryWhereInput { assignerIDNEQ: String assignerIDIn: [String!] assignerIDNotIn: [String!] - assignerIDGT: String - assignerIDGTE: String - assignerIDLT: String - assignerIDLTE: String assignerIDContains: String assignerIDHasPrefix: String assignerIDHasSuffix: String @@ -49340,8 +45159,6 @@ input TaskHistoryWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -49353,10 +45170,6 @@ input TaskHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -49371,10 +45184,6 @@ input TaskHistoryWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -49389,10 +45198,6 @@ input TaskHistoryWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -49407,10 +45212,6 @@ input TaskHistoryWhereInput { parentTaskIDNEQ: String parentTaskIDIn: [String!] parentTaskIDNotIn: [String!] - parentTaskIDGT: String - parentTaskIDGTE: String - parentTaskIDLT: String - parentTaskIDLTE: String parentTaskIDContains: String parentTaskIDHasPrefix: String parentTaskIDHasSuffix: String @@ -49593,19 +45394,12 @@ input TemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -49617,10 +45411,6 @@ input TemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -49639,9 +45429,6 @@ input TemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -49652,9 +45439,6 @@ input TemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -49668,10 +45452,6 @@ input TemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -49686,10 +45466,6 @@ input TemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -49704,10 +45480,6 @@ input TemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -49722,10 +45494,6 @@ input TemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -49747,10 +45515,6 @@ input TemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -49765,10 +45529,6 @@ input TemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -49783,10 +45543,6 @@ input TemplateHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -49801,10 +45557,6 @@ input TemplateHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -49819,10 +45571,6 @@ input TemplateHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -49837,10 +45585,6 @@ input TemplateHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -49855,10 +45599,6 @@ input TemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -49878,10 +45618,6 @@ input TemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -49905,10 +45641,6 @@ input TemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -50021,19 +45753,12 @@ input TrustCenterComplianceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -50045,10 +45770,6 @@ input TrustCenterComplianceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -50067,9 +45788,6 @@ input TrustCenterComplianceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -50080,9 +45798,6 @@ input TrustCenterComplianceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -50096,10 +45811,6 @@ input TrustCenterComplianceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -50114,10 +45825,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -50132,10 +45839,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -50150,10 +45853,6 @@ input TrustCenterComplianceHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -50166,10 +45865,6 @@ input TrustCenterComplianceHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -50328,19 +46023,12 @@ input TrustCenterDocHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -50352,10 +46040,6 @@ input TrustCenterDocHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -50374,9 +46058,6 @@ input TrustCenterDocHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -50387,9 +46068,6 @@ input TrustCenterDocHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -50403,10 +46081,6 @@ input TrustCenterDocHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -50421,10 +46095,6 @@ input TrustCenterDocHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -50439,10 +46109,6 @@ input TrustCenterDocHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -50457,10 +46123,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -50475,10 +46137,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindIDNEQ: String trustCenterDocKindIDIn: [String!] trustCenterDocKindIDNotIn: [String!] - trustCenterDocKindIDGT: String - trustCenterDocKindIDGTE: String - trustCenterDocKindIDLT: String - trustCenterDocKindIDLTE: String trustCenterDocKindIDContains: String trustCenterDocKindIDHasPrefix: String trustCenterDocKindIDHasSuffix: String @@ -50493,10 +46151,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -50511,10 +46165,6 @@ input TrustCenterDocHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -50527,10 +46177,6 @@ input TrustCenterDocHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -50545,10 +46191,6 @@ input TrustCenterDocHistoryWhereInput { originalFileIDNEQ: String originalFileIDIn: [String!] originalFileIDNotIn: [String!] - originalFileIDGT: String - originalFileIDGTE: String - originalFileIDLT: String - originalFileIDLTE: String originalFileIDContains: String originalFileIDHasPrefix: String originalFileIDHasSuffix: String @@ -50588,10 +46230,6 @@ input TrustCenterDocHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -50709,19 +46347,12 @@ input TrustCenterEntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -50733,10 +46364,6 @@ input TrustCenterEntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -50755,9 +46382,6 @@ input TrustCenterEntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -50768,9 +46392,6 @@ input TrustCenterEntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -50784,10 +46405,6 @@ input TrustCenterEntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -50802,10 +46419,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -50820,10 +46433,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -50838,10 +46447,6 @@ input TrustCenterEntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -50856,10 +46461,6 @@ input TrustCenterEntityHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -50874,10 +46475,6 @@ input TrustCenterEntityHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -50892,10 +46489,6 @@ input TrustCenterEntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -51015,19 +46608,12 @@ input TrustCenterFAQHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -51039,10 +46625,6 @@ input TrustCenterFAQHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -51061,9 +46643,6 @@ input TrustCenterFAQHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -51074,9 +46653,6 @@ input TrustCenterFAQHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -51090,10 +46666,6 @@ input TrustCenterFAQHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -51108,10 +46680,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -51126,10 +46694,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -51144,10 +46708,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -51162,10 +46722,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindIDNEQ: String trustCenterFaqKindIDIn: [String!] trustCenterFaqKindIDNotIn: [String!] - trustCenterFaqKindIDGT: String - trustCenterFaqKindIDGTE: String - trustCenterFaqKindIDLT: String - trustCenterFaqKindIDLTE: String trustCenterFaqKindIDContains: String trustCenterFaqKindIDHasPrefix: String trustCenterFaqKindIDHasSuffix: String @@ -51180,10 +46736,6 @@ input TrustCenterFAQHistoryWhereInput { noteIDNEQ: String noteIDIn: [String!] noteIDNotIn: [String!] - noteIDGT: String - noteIDGTE: String - noteIDLT: String - noteIDLTE: String noteIDContains: String noteIDHasPrefix: String noteIDHasSuffix: String @@ -51196,10 +46748,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -51214,10 +46762,6 @@ input TrustCenterFAQHistoryWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -51230,8 +46774,6 @@ input TrustCenterFAQHistoryWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -51377,19 +46919,12 @@ input TrustCenterHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -51401,10 +46936,6 @@ input TrustCenterHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -51423,9 +46954,6 @@ input TrustCenterHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -51436,9 +46964,6 @@ input TrustCenterHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -51452,10 +46977,6 @@ input TrustCenterHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -51470,10 +46991,6 @@ input TrustCenterHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -51488,10 +47005,6 @@ input TrustCenterHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -51506,10 +47019,6 @@ input TrustCenterHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -51524,10 +47033,6 @@ input TrustCenterHistoryWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -51542,10 +47047,6 @@ input TrustCenterHistoryWhereInput { customDomainIDNEQ: String customDomainIDIn: [String!] customDomainIDNotIn: [String!] - customDomainIDGT: String - customDomainIDGTE: String - customDomainIDLT: String - customDomainIDLTE: String customDomainIDContains: String customDomainIDHasPrefix: String customDomainIDHasSuffix: String @@ -51560,10 +47061,6 @@ input TrustCenterHistoryWhereInput { previewDomainIDNEQ: String previewDomainIDIn: [String!] previewDomainIDNotIn: [String!] - previewDomainIDGT: String - previewDomainIDGTE: String - previewDomainIDLT: String - previewDomainIDLTE: String previewDomainIDContains: String previewDomainIDHasPrefix: String previewDomainIDHasSuffix: String @@ -51578,10 +47075,6 @@ input TrustCenterHistoryWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -51596,10 +47089,6 @@ input TrustCenterHistoryWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -51614,10 +47103,6 @@ input TrustCenterHistoryWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -51641,10 +47126,6 @@ input TrustCenterHistoryWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -51814,19 +47295,12 @@ input TrustCenterNDARequestHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -51838,10 +47312,6 @@ input TrustCenterNDARequestHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -51860,9 +47330,6 @@ input TrustCenterNDARequestHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -51873,9 +47340,6 @@ input TrustCenterNDARequestHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -51889,10 +47353,6 @@ input TrustCenterNDARequestHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -51907,10 +47367,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -51925,10 +47381,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -51943,10 +47395,6 @@ input TrustCenterNDARequestHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -51961,10 +47409,6 @@ input TrustCenterNDARequestHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -51977,10 +47421,6 @@ input TrustCenterNDARequestHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -51993,10 +47433,6 @@ input TrustCenterNDARequestHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -52009,10 +47445,6 @@ input TrustCenterNDARequestHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -52027,10 +47459,6 @@ input TrustCenterNDARequestHistoryWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -52060,9 +47488,6 @@ input TrustCenterNDARequestHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -52076,10 +47501,6 @@ input TrustCenterNDARequestHistoryWhereInput { approvedByUserIDNEQ: String approvedByUserIDIn: [String!] approvedByUserIDNotIn: [String!] - approvedByUserIDGT: String - approvedByUserIDGTE: String - approvedByUserIDLT: String - approvedByUserIDLTE: String approvedByUserIDContains: String approvedByUserIDHasPrefix: String approvedByUserIDHasSuffix: String @@ -52091,9 +47512,6 @@ input TrustCenterNDARequestHistoryWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -52107,10 +47525,6 @@ input TrustCenterNDARequestHistoryWhereInput { documentDataIDNEQ: String documentDataIDIn: [String!] documentDataIDNotIn: [String!] - documentDataIDGT: String - documentDataIDGTE: String - documentDataIDLT: String - documentDataIDLTE: String documentDataIDContains: String documentDataIDHasPrefix: String documentDataIDHasSuffix: String @@ -52125,10 +47539,6 @@ input TrustCenterNDARequestHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -52351,19 +47761,12 @@ input TrustCenterSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -52375,10 +47778,6 @@ input TrustCenterSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -52397,9 +47796,6 @@ input TrustCenterSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -52410,9 +47806,6 @@ input TrustCenterSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -52426,10 +47819,6 @@ input TrustCenterSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -52444,10 +47833,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -52462,10 +47847,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -52480,10 +47861,6 @@ input TrustCenterSettingHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -52498,10 +47875,6 @@ input TrustCenterSettingHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -52516,10 +47889,6 @@ input TrustCenterSettingHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -52534,10 +47903,6 @@ input TrustCenterSettingHistoryWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -52552,10 +47917,6 @@ input TrustCenterSettingHistoryWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -52570,10 +47931,6 @@ input TrustCenterSettingHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -52588,10 +47945,6 @@ input TrustCenterSettingHistoryWhereInput { logoLocalFileIDNEQ: String logoLocalFileIDIn: [String!] logoLocalFileIDNotIn: [String!] - logoLocalFileIDGT: String - logoLocalFileIDGTE: String - logoLocalFileIDLT: String - logoLocalFileIDLTE: String logoLocalFileIDContains: String logoLocalFileIDHasPrefix: String logoLocalFileIDHasSuffix: String @@ -52606,10 +47959,6 @@ input TrustCenterSettingHistoryWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -52624,10 +47973,6 @@ input TrustCenterSettingHistoryWhereInput { faviconLocalFileIDNEQ: String faviconLocalFileIDIn: [String!] faviconLocalFileIDNotIn: [String!] - faviconLocalFileIDGT: String - faviconLocalFileIDGTE: String - faviconLocalFileIDLT: String - faviconLocalFileIDLTE: String faviconLocalFileIDContains: String faviconLocalFileIDHasPrefix: String faviconLocalFileIDHasSuffix: String @@ -52642,10 +47987,6 @@ input TrustCenterSettingHistoryWhereInput { heroImageLocalFileIDNEQ: String heroImageLocalFileIDIn: [String!] heroImageLocalFileIDNotIn: [String!] - heroImageLocalFileIDGT: String - heroImageLocalFileIDGTE: String - heroImageLocalFileIDLT: String - heroImageLocalFileIDLTE: String heroImageLocalFileIDContains: String heroImageLocalFileIDHasPrefix: String heroImageLocalFileIDHasSuffix: String @@ -52669,10 +48010,6 @@ input TrustCenterSettingHistoryWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -52687,10 +48024,6 @@ input TrustCenterSettingHistoryWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -52705,10 +48038,6 @@ input TrustCenterSettingHistoryWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -52723,10 +48052,6 @@ input TrustCenterSettingHistoryWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -52741,10 +48066,6 @@ input TrustCenterSettingHistoryWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -52759,10 +48080,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -52777,10 +48094,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -52811,10 +48124,6 @@ input TrustCenterSettingHistoryWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -52829,10 +48138,6 @@ input TrustCenterSettingHistoryWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -52865,9 +48170,6 @@ input TrustCenterSettingHistoryWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -52881,10 +48183,6 @@ input TrustCenterSettingHistoryWhereInput { ndaApproverGroupIDNEQ: String ndaApproverGroupIDIn: [String!] ndaApproverGroupIDNotIn: [String!] - ndaApproverGroupIDGT: String - ndaApproverGroupIDGTE: String - ndaApproverGroupIDLT: String - ndaApproverGroupIDLTE: String ndaApproverGroupIDContains: String ndaApproverGroupIDHasPrefix: String ndaApproverGroupIDHasSuffix: String @@ -52899,10 +48197,6 @@ input TrustCenterSettingHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -53019,19 +48313,12 @@ input TrustCenterSubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -53043,10 +48330,6 @@ input TrustCenterSubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -53065,9 +48348,6 @@ input TrustCenterSubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53078,9 +48358,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53094,10 +48371,6 @@ input TrustCenterSubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53112,10 +48385,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53130,10 +48399,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -53148,10 +48413,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -53166,10 +48427,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindIDNEQ: String trustCenterSubprocessorKindIDIn: [String!] trustCenterSubprocessorKindIDNotIn: [String!] - trustCenterSubprocessorKindIDGT: String - trustCenterSubprocessorKindIDGTE: String - trustCenterSubprocessorKindIDLT: String - trustCenterSubprocessorKindIDLTE: String trustCenterSubprocessorKindIDContains: String trustCenterSubprocessorKindIDHasPrefix: String trustCenterSubprocessorKindIDHasSuffix: String @@ -53184,10 +48441,6 @@ input TrustCenterSubprocessorHistoryWhereInput { subprocessorIDNEQ: String subprocessorIDIn: [String!] subprocessorIDNotIn: [String!] - subprocessorIDGT: String - subprocessorIDGTE: String - subprocessorIDLT: String - subprocessorIDLTE: String subprocessorIDContains: String subprocessorIDHasPrefix: String subprocessorIDHasSuffix: String @@ -53200,10 +48453,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -53358,19 +48607,12 @@ input TrustCenterWatermarkConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -53382,10 +48624,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -53404,9 +48642,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53417,9 +48652,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53433,10 +48665,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53451,10 +48679,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53469,10 +48693,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -53487,10 +48707,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -53505,10 +48721,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -53530,10 +48742,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { logoIDNEQ: String logoIDIn: [String!] logoIDNotIn: [String!] - logoIDGT: String - logoIDGTE: String - logoIDLT: String - logoIDLTE: String logoIDContains: String logoIDHasPrefix: String logoIDHasSuffix: String @@ -53548,10 +48756,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -53605,10 +48809,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -53798,19 +48998,12 @@ input UserHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -53822,10 +49015,6 @@ input UserHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -53844,9 +49033,6 @@ input UserHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53857,9 +49043,6 @@ input UserHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53873,10 +49056,6 @@ input UserHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53891,10 +49070,6 @@ input UserHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53909,10 +49084,6 @@ input UserHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -53925,10 +49096,6 @@ input UserHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -53941,10 +49108,6 @@ input UserHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -53959,10 +49122,6 @@ input UserHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -53977,10 +49136,6 @@ input UserHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -53993,10 +49148,6 @@ input UserHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -54011,10 +49162,6 @@ input UserHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -54026,9 +49173,6 @@ input UserHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -54039,9 +49183,6 @@ input UserHistoryWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -54064,10 +49205,6 @@ input UserHistoryWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -54098,10 +49235,6 @@ input UserHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -54116,10 +49249,6 @@ input UserHistoryWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -54141,10 +49270,6 @@ input UserHistoryWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -54159,10 +49284,6 @@ input UserHistoryWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -54315,19 +49436,12 @@ input UserSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -54339,10 +49453,6 @@ input UserSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -54361,9 +49471,6 @@ input UserSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -54374,9 +49481,6 @@ input UserSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -54390,10 +49494,6 @@ input UserSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -54408,10 +49508,6 @@ input UserSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -54426,10 +49522,6 @@ input UserSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -54444,10 +49536,6 @@ input UserSettingHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -54462,10 +49550,6 @@ input UserSettingHistoryWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -54477,9 +49561,6 @@ input UserSettingHistoryWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -54490,9 +49571,6 @@ input UserSettingHistoryWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -54508,9 +49586,6 @@ input UserSettingHistoryWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -54521,9 +49596,6 @@ input UserSettingHistoryWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -54746,19 +49818,12 @@ input VendorRiskScoreHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -54770,10 +49835,6 @@ input VendorRiskScoreHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -54792,9 +49853,6 @@ input VendorRiskScoreHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -54805,9 +49863,6 @@ input VendorRiskScoreHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -54821,10 +49876,6 @@ input VendorRiskScoreHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -54839,10 +49890,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -54857,10 +49904,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -54875,10 +49918,6 @@ input VendorRiskScoreHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -54893,10 +49932,6 @@ input VendorRiskScoreHistoryWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -54909,10 +49944,6 @@ input VendorRiskScoreHistoryWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -54925,10 +49956,6 @@ input VendorRiskScoreHistoryWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -54982,10 +50009,6 @@ input VendorRiskScoreHistoryWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -55000,10 +50023,6 @@ input VendorRiskScoreHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -55018,10 +50037,6 @@ input VendorRiskScoreHistoryWhereInput { vendorScoringConfigIDNEQ: String vendorScoringConfigIDIn: [String!] vendorScoringConfigIDNotIn: [String!] - vendorScoringConfigIDGT: String - vendorScoringConfigIDGTE: String - vendorScoringConfigIDLT: String - vendorScoringConfigIDLTE: String vendorScoringConfigIDContains: String vendorScoringConfigIDHasPrefix: String vendorScoringConfigIDHasSuffix: String @@ -55036,10 +50051,6 @@ input VendorRiskScoreHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -55052,10 +50063,6 @@ input VendorRiskScoreHistoryWhereInput { assessmentResponseIDNEQ: String assessmentResponseIDIn: [String!] assessmentResponseIDNotIn: [String!] - assessmentResponseIDGT: String - assessmentResponseIDGTE: String - assessmentResponseIDLT: String - assessmentResponseIDLTE: String assessmentResponseIDContains: String assessmentResponseIDHasPrefix: String assessmentResponseIDHasSuffix: String @@ -55181,19 +50188,12 @@ input VendorScoringConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -55205,10 +50205,6 @@ input VendorScoringConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -55227,9 +50223,6 @@ input VendorScoringConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -55240,9 +50233,6 @@ input VendorScoringConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -55256,10 +50246,6 @@ input VendorScoringConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -55274,10 +50260,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -55292,10 +50274,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -55310,10 +50288,6 @@ input VendorScoringConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -55678,19 +50652,12 @@ input VulnerabilityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -55702,10 +50669,6 @@ input VulnerabilityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -55724,9 +50687,6 @@ input VulnerabilityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -55737,9 +50697,6 @@ input VulnerabilityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -55753,10 +50710,6 @@ input VulnerabilityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -55771,10 +50724,6 @@ input VulnerabilityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -55789,10 +50738,6 @@ input VulnerabilityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -55807,10 +50752,6 @@ input VulnerabilityHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -55823,10 +50764,6 @@ input VulnerabilityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -55841,10 +50778,6 @@ input VulnerabilityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -55859,10 +50792,6 @@ input VulnerabilityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -55877,10 +50806,6 @@ input VulnerabilityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -55895,10 +50820,6 @@ input VulnerabilityHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -55913,10 +50834,6 @@ input VulnerabilityHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -55931,10 +50848,6 @@ input VulnerabilityHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -55956,10 +50869,6 @@ input VulnerabilityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -55974,10 +50883,6 @@ input VulnerabilityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -55992,10 +50897,6 @@ input VulnerabilityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -56010,10 +50911,6 @@ input VulnerabilityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -56028,10 +50925,6 @@ input VulnerabilityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -56046,10 +50939,6 @@ input VulnerabilityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -56064,10 +50953,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -56082,10 +50967,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusIDNEQ: String vulnerabilityStatusIDIn: [String!] vulnerabilityStatusIDNotIn: [String!] - vulnerabilityStatusIDGT: String - vulnerabilityStatusIDGTE: String - vulnerabilityStatusIDLT: String - vulnerabilityStatusIDLTE: String vulnerabilityStatusIDContains: String vulnerabilityStatusIDHasPrefix: String vulnerabilityStatusIDHasSuffix: String @@ -56107,10 +50988,6 @@ input VulnerabilityHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -56134,10 +51011,6 @@ input VulnerabilityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -56150,10 +51023,6 @@ input VulnerabilityHistoryWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -56168,10 +51037,6 @@ input VulnerabilityHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -56186,10 +51051,6 @@ input VulnerabilityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -56204,10 +51065,6 @@ input VulnerabilityHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -56222,10 +51079,6 @@ input VulnerabilityHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -56279,10 +51132,6 @@ input VulnerabilityHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -56297,10 +51146,6 @@ input VulnerabilityHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -56315,10 +51160,6 @@ input VulnerabilityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -56333,10 +51174,6 @@ input VulnerabilityHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -56349,8 +51186,6 @@ input VulnerabilityHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -56399,10 +51234,6 @@ input VulnerabilityHistoryWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -56417,10 +51248,6 @@ input VulnerabilityHistoryWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -56442,10 +51269,6 @@ input VulnerabilityHistoryWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -56460,10 +51283,6 @@ input VulnerabilityHistoryWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -56478,10 +51297,6 @@ input VulnerabilityHistoryWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -56496,10 +51311,6 @@ input VulnerabilityHistoryWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -56511,9 +51322,6 @@ input VulnerabilityHistoryWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -56524,9 +51332,6 @@ input VulnerabilityHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -56537,9 +51342,6 @@ input VulnerabilityHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -56550,9 +51352,6 @@ input VulnerabilityHistoryWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -56566,10 +51365,6 @@ input VulnerabilityHistoryWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -56584,10 +51379,6 @@ input VulnerabilityHistoryWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -56599,9 +51390,6 @@ input VulnerabilityHistoryWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -56612,9 +51400,6 @@ input VulnerabilityHistoryWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -56628,10 +51413,6 @@ input VulnerabilityHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -56804,19 +51585,12 @@ input WorkflowAssignmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -56828,10 +51602,6 @@ input WorkflowAssignmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -56850,9 +51620,6 @@ input WorkflowAssignmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -56863,9 +51630,6 @@ input WorkflowAssignmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -56879,10 +51643,6 @@ input WorkflowAssignmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -56897,10 +51657,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -56915,10 +51671,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -56933,10 +51685,6 @@ input WorkflowAssignmentHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -56949,10 +51697,6 @@ input WorkflowAssignmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -56967,10 +51711,6 @@ input WorkflowAssignmentHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -56983,10 +51723,6 @@ input WorkflowAssignmentHistoryWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -56999,10 +51735,6 @@ input WorkflowAssignmentHistoryWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -57015,10 +51747,6 @@ input WorkflowAssignmentHistoryWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -57042,9 +51770,6 @@ input WorkflowAssignmentHistoryWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -57058,10 +51783,6 @@ input WorkflowAssignmentHistoryWhereInput { actorUserIDNEQ: String actorUserIDIn: [String!] actorUserIDNotIn: [String!] - actorUserIDGT: String - actorUserIDGTE: String - actorUserIDLT: String - actorUserIDLTE: String actorUserIDContains: String actorUserIDHasPrefix: String actorUserIDHasSuffix: String @@ -57076,10 +51797,6 @@ input WorkflowAssignmentHistoryWhereInput { actorGroupIDNEQ: String actorGroupIDIn: [String!] actorGroupIDNotIn: [String!] - actorGroupIDGT: String - actorGroupIDGTE: String - actorGroupIDLT: String - actorGroupIDLTE: String actorGroupIDContains: String actorGroupIDHasPrefix: String actorGroupIDHasSuffix: String @@ -57094,10 +51811,6 @@ input WorkflowAssignmentHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -57109,9 +51822,6 @@ input WorkflowAssignmentHistoryWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -57248,19 +51958,12 @@ input WorkflowAssignmentTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -57272,10 +51975,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -57294,9 +51993,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -57307,9 +52003,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -57323,10 +52016,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -57341,10 +52030,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -57359,10 +52044,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -57377,10 +52058,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -57393,10 +52070,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -57411,10 +52084,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { workflowAssignmentIDNEQ: String workflowAssignmentIDIn: [String!] workflowAssignmentIDNotIn: [String!] - workflowAssignmentIDGT: String - workflowAssignmentIDGTE: String - workflowAssignmentIDLT: String - workflowAssignmentIDLTE: String workflowAssignmentIDContains: String workflowAssignmentIDHasPrefix: String workflowAssignmentIDHasSuffix: String @@ -57434,10 +52103,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetUserIDNEQ: String targetUserIDIn: [String!] targetUserIDNotIn: [String!] - targetUserIDGT: String - targetUserIDGTE: String - targetUserIDLT: String - targetUserIDLTE: String targetUserIDContains: String targetUserIDHasPrefix: String targetUserIDHasSuffix: String @@ -57452,10 +52117,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetGroupIDNEQ: String targetGroupIDIn: [String!] targetGroupIDNotIn: [String!] - targetGroupIDGT: String - targetGroupIDGTE: String - targetGroupIDLT: String - targetGroupIDLTE: String targetGroupIDContains: String targetGroupIDHasPrefix: String targetGroupIDHasSuffix: String @@ -57470,10 +52131,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -57652,19 +52309,12 @@ input WorkflowDefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -57676,10 +52326,6 @@ input WorkflowDefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -57698,9 +52344,6 @@ input WorkflowDefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -57711,9 +52354,6 @@ input WorkflowDefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -57727,10 +52367,6 @@ input WorkflowDefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -57745,10 +52381,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -57763,10 +52395,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -57781,10 +52409,6 @@ input WorkflowDefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -57797,10 +52421,6 @@ input WorkflowDefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -57822,10 +52442,6 @@ input WorkflowDefinitionHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -57840,10 +52456,6 @@ input WorkflowDefinitionHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -57858,10 +52470,6 @@ input WorkflowDefinitionHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -57874,10 +52482,6 @@ input WorkflowDefinitionHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -57899,10 +52503,6 @@ input WorkflowDefinitionHistoryWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -57913,8 +52513,6 @@ input WorkflowDefinitionHistoryWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -57928,9 +52526,6 @@ input WorkflowDefinitionHistoryWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -57942,8 +52537,6 @@ input WorkflowDefinitionHistoryWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int diff --git a/internal/graphapi/historygenerated/scalars.generated.go b/internal/graphapi/historygenerated/scalars.generated.go index 70c7e6c3a1..cbd56646e1 100644 --- a/internal/graphapi/historygenerated/scalars.generated.go +++ b/internal/graphapi/historygenerated/scalars.generated.go @@ -78,16 +78,6 @@ func (ec *executionContext) marshalNAssessmentObjective2githubᚗcomᚋtheopenla return v } -func (ec *executionContext) unmarshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (models.DateTime, error) { - var res models.DateTime - err := res.UnmarshalGQL(v) - return res, graphql.ErrorOnPath(ctx, err) -} - -func (ec *executionContext) marshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, sel ast.SelectionSet, v models.DateTime) graphql.Marshaler { - return v -} - func (ec *executionContext) unmarshalNDateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (*models.DateTime, error) { var res = new(models.DateTime) err := res.UnmarshalGQL(v) @@ -309,41 +299,6 @@ func (ec *executionContext) marshalOCredentialSet2githubᚗcomᚋtheopenlaneᚋc return v } -func (ec *executionContext) unmarshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx context.Context, v any) ([]models.DateTime, error) { - if v == nil { - return nil, nil - } - vSlice := graphql.CoerceList(v) - var err error - res := make([]models.DateTime, len(vSlice)) - for i := range vSlice { - ctx := graphql.WithPathContext(ctx, graphql.NewPathWithIndex(i)) - res[i], err = ec.unmarshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, vSlice[i]) - if err != nil { - return nil, err - } - } - return res, nil -} - -func (ec *executionContext) marshalODateTime2ᚕgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTimeᚄ(ctx context.Context, sel ast.SelectionSet, v []models.DateTime) graphql.Marshaler { - if v == nil { - return graphql.Null - } - ret := make(graphql.Array, len(v)) - for i := range v { - ret[i] = ec.marshalNDateTime2githubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx, sel, v[i]) - } - - for _, e := range ret { - if e == graphql.Null { - return graphql.Null - } - } - - return ret -} - func (ec *executionContext) unmarshalODateTime2ᚖgithubᚗcomᚋtheopenlaneᚋcoreᚋcommonᚋmodelsᚐDateTime(ctx context.Context, v any) (*models.DateTime, error) { if v == nil { return nil, nil diff --git a/internal/graphapi/historyschema/checksum/.history_schema_checksum b/internal/graphapi/historyschema/checksum/.history_schema_checksum index 84eb76e3fc..001e09ac1c 100644 --- a/internal/graphapi/historyschema/checksum/.history_schema_checksum +++ b/internal/graphapi/historyschema/checksum/.history_schema_checksum @@ -1 +1 @@ -e4af54f6398ad0c9536e7b81b3644a31a0532e6a3c76cc1fdee2634fcbe49f7b \ No newline at end of file +a1c939452e699d67e7b0e97b7e92b9c45f3b042dc6839c2a15fea4d66d1841c0 \ No newline at end of file diff --git a/internal/graphapi/historyschema/schema.graphql b/internal/graphapi/historyschema/schema.graphql index 16cf7cfc9e..3acc7926db 100644 --- a/internal/graphapi/historyschema/schema.graphql +++ b/internal/graphapi/historyschema/schema.graphql @@ -330,19 +330,12 @@ input ActionPlanHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -354,10 +347,6 @@ input ActionPlanHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -376,9 +365,6 @@ input ActionPlanHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -389,9 +375,6 @@ input ActionPlanHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -405,10 +388,6 @@ input ActionPlanHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -423,10 +402,6 @@ input ActionPlanHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -441,10 +416,6 @@ input ActionPlanHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -459,10 +430,6 @@ input ActionPlanHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -477,10 +444,6 @@ input ActionPlanHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -511,10 +474,6 @@ input ActionPlanHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -533,9 +492,6 @@ input ActionPlanHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -558,10 +514,6 @@ input ActionPlanHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -576,10 +528,6 @@ input ActionPlanHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -594,10 +542,6 @@ input ActionPlanHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -612,10 +556,6 @@ input ActionPlanHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -630,10 +570,6 @@ input ActionPlanHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -648,10 +584,6 @@ input ActionPlanHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -666,10 +598,6 @@ input ActionPlanHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -691,10 +619,6 @@ input ActionPlanHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -709,10 +633,6 @@ input ActionPlanHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -727,10 +647,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -745,10 +661,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindIDNEQ: String actionPlanKindIDIn: [String!] actionPlanKindIDNotIn: [String!] - actionPlanKindIDGT: String - actionPlanKindIDGTE: String - actionPlanKindIDLT: String - actionPlanKindIDLTE: String actionPlanKindIDContains: String actionPlanKindIDHasPrefix: String actionPlanKindIDHasSuffix: String @@ -770,10 +682,6 @@ input ActionPlanHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -786,10 +694,6 @@ input ActionPlanHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -801,9 +705,6 @@ input ActionPlanHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -814,9 +715,6 @@ input ActionPlanHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -849,10 +747,6 @@ input ActionPlanHistoryWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -867,10 +761,6 @@ input ActionPlanHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -1032,19 +922,12 @@ input AssessmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -1056,10 +939,6 @@ input AssessmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -1078,9 +957,6 @@ input AssessmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1091,9 +967,6 @@ input AssessmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1107,10 +980,6 @@ input AssessmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1125,10 +994,6 @@ input AssessmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1143,10 +1008,6 @@ input AssessmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1161,10 +1022,6 @@ input AssessmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -1186,10 +1043,6 @@ input AssessmentHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -1204,10 +1057,6 @@ input AssessmentHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -1229,10 +1078,6 @@ input AssessmentHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -1252,10 +1097,6 @@ input AssessmentHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -1268,8 +1109,6 @@ input AssessmentHistoryWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -1494,19 +1333,12 @@ input AssessmentResponseHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -1518,10 +1350,6 @@ input AssessmentResponseHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -1540,9 +1368,6 @@ input AssessmentResponseHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1553,9 +1378,6 @@ input AssessmentResponseHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1569,10 +1391,6 @@ input AssessmentResponseHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1587,10 +1405,6 @@ input AssessmentResponseHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1605,10 +1419,6 @@ input AssessmentResponseHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1623,10 +1433,6 @@ input AssessmentResponseHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -1648,10 +1454,6 @@ input AssessmentResponseHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -1669,10 +1471,6 @@ input AssessmentResponseHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -1687,10 +1485,6 @@ input AssessmentResponseHistoryWhereInput { identityHolderIDNEQ: String identityHolderIDIn: [String!] identityHolderIDNotIn: [String!] - identityHolderIDGT: String - identityHolderIDGTE: String - identityHolderIDLT: String - identityHolderIDLTE: String identityHolderIDContains: String identityHolderIDHasPrefix: String identityHolderIDHasSuffix: String @@ -1705,10 +1499,6 @@ input AssessmentResponseHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -1723,10 +1513,6 @@ input AssessmentResponseHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -1741,10 +1527,6 @@ input AssessmentResponseHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -1757,8 +1539,6 @@ input AssessmentResponseHistoryWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -1767,9 +1547,6 @@ input AssessmentResponseHistoryWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -1780,9 +1557,6 @@ input AssessmentResponseHistoryWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -1793,9 +1567,6 @@ input AssessmentResponseHistoryWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -1807,8 +1578,6 @@ input AssessmentResponseHistoryWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -1820,8 +1589,6 @@ input AssessmentResponseHistoryWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -1832,9 +1599,6 @@ input AssessmentResponseHistoryWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -1852,9 +1616,6 @@ input AssessmentResponseHistoryWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -1863,9 +1624,6 @@ input AssessmentResponseHistoryWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -1874,9 +1632,6 @@ input AssessmentResponseHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -1887,9 +1642,6 @@ input AssessmentResponseHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -2191,19 +1943,12 @@ input AssetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -2215,10 +1960,6 @@ input AssetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -2237,9 +1978,6 @@ input AssetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -2250,9 +1988,6 @@ input AssetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -2266,10 +2001,6 @@ input AssetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -2284,10 +2015,6 @@ input AssetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -2302,10 +2029,6 @@ input AssetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -2320,10 +2043,6 @@ input AssetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -2338,10 +2057,6 @@ input AssetHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -2356,10 +2071,6 @@ input AssetHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -2374,10 +2085,6 @@ input AssetHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -2392,10 +2099,6 @@ input AssetHistoryWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -2410,10 +2113,6 @@ input AssetHistoryWhereInput { assetSubtypeIDNEQ: String assetSubtypeIDIn: [String!] assetSubtypeIDNotIn: [String!] - assetSubtypeIDGT: String - assetSubtypeIDGTE: String - assetSubtypeIDLT: String - assetSubtypeIDLTE: String assetSubtypeIDContains: String assetSubtypeIDHasPrefix: String assetSubtypeIDHasSuffix: String @@ -2428,10 +2127,6 @@ input AssetHistoryWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -2446,10 +2141,6 @@ input AssetHistoryWhereInput { assetDataClassificationIDNEQ: String assetDataClassificationIDIn: [String!] assetDataClassificationIDNotIn: [String!] - assetDataClassificationIDGT: String - assetDataClassificationIDGTE: String - assetDataClassificationIDLT: String - assetDataClassificationIDLTE: String assetDataClassificationIDContains: String assetDataClassificationIDHasPrefix: String assetDataClassificationIDHasSuffix: String @@ -2464,10 +2155,6 @@ input AssetHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -2482,10 +2169,6 @@ input AssetHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -2500,10 +2183,6 @@ input AssetHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -2518,10 +2197,6 @@ input AssetHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -2536,10 +2211,6 @@ input AssetHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -2554,10 +2225,6 @@ input AssetHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -2572,10 +2239,6 @@ input AssetHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -2590,10 +2253,6 @@ input AssetHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -2608,10 +2267,6 @@ input AssetHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -2626,10 +2281,6 @@ input AssetHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -2644,10 +2295,6 @@ input AssetHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -2662,10 +2309,6 @@ input AssetHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -2687,10 +2330,6 @@ input AssetHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -2705,10 +2344,6 @@ input AssetHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -2730,10 +2365,6 @@ input AssetHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -2746,10 +2377,6 @@ input AssetHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -2764,10 +2391,6 @@ input AssetHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -2782,10 +2405,6 @@ input AssetHistoryWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -2800,10 +2419,6 @@ input AssetHistoryWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -2818,10 +2433,6 @@ input AssetHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -2836,10 +2447,6 @@ input AssetHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -2868,10 +2475,6 @@ input AssetHistoryWhereInput { sourcePlatformIDNEQ: String sourcePlatformIDIn: [String!] sourcePlatformIDNotIn: [String!] - sourcePlatformIDGT: String - sourcePlatformIDGTE: String - sourcePlatformIDLT: String - sourcePlatformIDLTE: String sourcePlatformIDContains: String sourcePlatformIDHasPrefix: String sourcePlatformIDHasSuffix: String @@ -2886,10 +2489,6 @@ input AssetHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -2904,10 +2503,6 @@ input AssetHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -2932,9 +2527,6 @@ input AssetHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -2948,10 +2540,6 @@ input AssetHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -2963,9 +2551,6 @@ input AssetHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -3257,19 +2842,12 @@ input CampaignHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -3281,10 +2859,6 @@ input CampaignHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -3303,9 +2877,6 @@ input CampaignHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -3316,9 +2887,6 @@ input CampaignHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -3332,10 +2900,6 @@ input CampaignHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -3350,10 +2914,6 @@ input CampaignHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -3368,10 +2928,6 @@ input CampaignHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -3386,10 +2942,6 @@ input CampaignHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -3402,10 +2954,6 @@ input CampaignHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -3420,10 +2968,6 @@ input CampaignHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -3438,10 +2982,6 @@ input CampaignHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -3456,10 +2996,6 @@ input CampaignHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -3481,10 +3017,6 @@ input CampaignHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -3497,10 +3029,6 @@ input CampaignHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -3531,9 +3059,6 @@ input CampaignHistoryWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -3544,9 +3069,6 @@ input CampaignHistoryWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -3557,9 +3079,6 @@ input CampaignHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -3570,9 +3089,6 @@ input CampaignHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -3598,8 +3114,6 @@ input CampaignHistoryWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -3613,10 +3127,6 @@ input CampaignHistoryWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -3628,9 +3138,6 @@ input CampaignHistoryWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -3641,9 +3148,6 @@ input CampaignHistoryWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -3654,9 +3158,6 @@ input CampaignHistoryWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -3668,8 +3169,6 @@ input CampaignHistoryWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -3681,8 +3180,6 @@ input CampaignHistoryWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -3693,9 +3190,6 @@ input CampaignHistoryWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -3709,10 +3203,6 @@ input CampaignHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -3727,10 +3217,6 @@ input CampaignHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -3745,10 +3231,6 @@ input CampaignHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -3763,10 +3245,6 @@ input CampaignHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -3781,10 +3259,6 @@ input CampaignHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -3799,10 +3273,6 @@ input CampaignHistoryWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -3817,10 +3287,6 @@ input CampaignHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -3984,19 +3450,12 @@ input CampaignTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -4008,10 +3467,6 @@ input CampaignTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -4030,9 +3485,6 @@ input CampaignTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -4043,9 +3495,6 @@ input CampaignTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -4059,10 +3508,6 @@ input CampaignTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -4077,10 +3522,6 @@ input CampaignTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -4095,10 +3536,6 @@ input CampaignTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -4113,10 +3550,6 @@ input CampaignTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -4138,10 +3571,6 @@ input CampaignTargetHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -4156,10 +3585,6 @@ input CampaignTargetHistoryWhereInput { contactIDNEQ: String contactIDIn: [String!] contactIDNotIn: [String!] - contactIDGT: String - contactIDGTE: String - contactIDLT: String - contactIDLTE: String contactIDContains: String contactIDHasPrefix: String contactIDHasSuffix: String @@ -4174,10 +3599,6 @@ input CampaignTargetHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -4192,10 +3613,6 @@ input CampaignTargetHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -4210,10 +3627,6 @@ input CampaignTargetHistoryWhereInput { subscriberIDNEQ: String subscriberIDIn: [String!] subscriberIDNotIn: [String!] - subscriberIDGT: String - subscriberIDGTE: String - subscriberIDLT: String - subscriberIDLTE: String subscriberIDContains: String subscriberIDHasPrefix: String subscriberIDHasSuffix: String @@ -4228,10 +3641,6 @@ input CampaignTargetHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -4244,10 +3653,6 @@ input CampaignTargetHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -4266,9 +3671,6 @@ input CampaignTargetHistoryWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -4279,9 +3681,6 @@ input CampaignTargetHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -4452,19 +3851,12 @@ input ContactHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -4476,10 +3868,6 @@ input ContactHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -4498,9 +3886,6 @@ input ContactHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -4511,9 +3896,6 @@ input ContactHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -4527,10 +3909,6 @@ input ContactHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -4545,10 +3923,6 @@ input ContactHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -4563,10 +3937,6 @@ input ContactHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -4581,10 +3951,6 @@ input ContactHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -4599,10 +3965,6 @@ input ContactHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -4617,10 +3979,6 @@ input ContactHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -4635,10 +3993,6 @@ input ContactHistoryWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -4653,10 +4007,6 @@ input ContactHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -4671,10 +4021,6 @@ input ContactHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -4689,10 +4035,6 @@ input ContactHistoryWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -4714,10 +4056,6 @@ input ContactHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -4732,10 +4070,6 @@ input ContactHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -4747,9 +4081,6 @@ input ContactHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -5088,19 +4419,12 @@ input ControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -5112,10 +4436,6 @@ input ControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -5134,9 +4454,6 @@ input ControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5147,9 +4464,6 @@ input ControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5163,10 +4477,6 @@ input ControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -5181,10 +4491,6 @@ input ControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -5199,10 +4505,6 @@ input ControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -5217,10 +4519,6 @@ input ControlHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -5233,10 +4531,6 @@ input ControlHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -5251,10 +4545,6 @@ input ControlHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -5269,10 +4559,6 @@ input ControlHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -5287,10 +4573,6 @@ input ControlHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -5305,10 +4587,6 @@ input ControlHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -5323,10 +4601,6 @@ input ControlHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -5359,10 +4633,6 @@ input ControlHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -5377,10 +4647,6 @@ input ControlHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -5404,10 +4670,6 @@ input ControlHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -5422,10 +4684,6 @@ input ControlHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -5440,10 +4698,6 @@ input ControlHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -5458,10 +4712,6 @@ input ControlHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -5476,10 +4726,6 @@ input ControlHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -5494,10 +4740,6 @@ input ControlHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -5512,10 +4754,6 @@ input ControlHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -5530,10 +4768,6 @@ input ControlHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -5548,10 +4782,6 @@ input ControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -5573,10 +4803,6 @@ input ControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -5591,10 +4817,6 @@ input ControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -5609,10 +4831,6 @@ input ControlHistoryWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -5627,10 +4845,6 @@ input ControlHistoryWhereInput { controlKindIDNEQ: String controlKindIDIn: [String!] controlKindIDNotIn: [String!] - controlKindIDGT: String - controlKindIDGTE: String - controlKindIDLT: String - controlKindIDLTE: String controlKindIDContains: String controlKindIDHasPrefix: String controlKindIDHasSuffix: String @@ -5645,10 +4859,6 @@ input ControlHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -5663,10 +4873,6 @@ input ControlHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -5681,10 +4887,6 @@ input ControlHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -5699,10 +4901,6 @@ input ControlHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -5724,10 +4922,6 @@ input ControlHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -5740,10 +4934,6 @@ input ControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -5915,19 +5105,12 @@ input ControlImplementationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -5939,10 +5122,6 @@ input ControlImplementationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -5961,9 +5140,6 @@ input ControlImplementationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5974,9 +5150,6 @@ input ControlImplementationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5990,10 +5163,6 @@ input ControlImplementationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6008,10 +5177,6 @@ input ControlImplementationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6026,10 +5191,6 @@ input ControlImplementationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6044,10 +5205,6 @@ input ControlImplementationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -6069,10 +5226,6 @@ input ControlImplementationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6087,10 +5240,6 @@ input ControlImplementationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6111,9 +5260,6 @@ input ControlImplementationHistoryWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -6131,9 +5277,6 @@ input ControlImplementationHistoryWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -6147,10 +5290,6 @@ input ControlImplementationHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -6331,19 +5470,12 @@ input ControlObjectiveHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -6355,10 +5487,6 @@ input ControlObjectiveHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -6377,9 +5505,6 @@ input ControlObjectiveHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6390,9 +5515,6 @@ input ControlObjectiveHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6406,10 +5528,6 @@ input ControlObjectiveHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6424,10 +5542,6 @@ input ControlObjectiveHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6442,10 +5556,6 @@ input ControlObjectiveHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6460,10 +5570,6 @@ input ControlObjectiveHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -6476,10 +5582,6 @@ input ControlObjectiveHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -6494,10 +5596,6 @@ input ControlObjectiveHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -6519,10 +5617,6 @@ input ControlObjectiveHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6537,10 +5631,6 @@ input ControlObjectiveHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6555,10 +5645,6 @@ input ControlObjectiveHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -6571,10 +5657,6 @@ input ControlObjectiveHistoryWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -6607,10 +5689,6 @@ input ControlObjectiveHistoryWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -6625,10 +5703,6 @@ input ControlObjectiveHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -6643,10 +5717,6 @@ input ControlObjectiveHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -6801,19 +5871,12 @@ input CustomDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -6825,10 +5888,6 @@ input CustomDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -6847,9 +5906,6 @@ input CustomDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6860,9 +5916,6 @@ input CustomDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6876,10 +5929,6 @@ input CustomDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6894,10 +5943,6 @@ input CustomDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6912,10 +5957,6 @@ input CustomDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6930,10 +5971,6 @@ input CustomDomainHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -6955,10 +5992,6 @@ input CustomDomainHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6973,10 +6006,6 @@ input CustomDomainHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6991,10 +6020,6 @@ input CustomDomainHistoryWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -7007,10 +6032,6 @@ input CustomDomainHistoryWhereInput { mappableDomainIDNEQ: String mappableDomainIDIn: [String!] mappableDomainIDNotIn: [String!] - mappableDomainIDGT: String - mappableDomainIDGTE: String - mappableDomainIDLT: String - mappableDomainIDLTE: String mappableDomainIDContains: String mappableDomainIDHasPrefix: String mappableDomainIDHasSuffix: String @@ -7023,10 +6044,6 @@ input CustomDomainHistoryWhereInput { dnsVerificationIDNEQ: String dnsVerificationIDIn: [String!] dnsVerificationIDNotIn: [String!] - dnsVerificationIDGT: String - dnsVerificationIDGTE: String - dnsVerificationIDLT: String - dnsVerificationIDLTE: String dnsVerificationIDContains: String dnsVerificationIDHasPrefix: String dnsVerificationIDHasSuffix: String @@ -7041,10 +6058,6 @@ input CustomDomainHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -7164,19 +6177,12 @@ input DiscussionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7188,10 +6194,6 @@ input DiscussionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7210,9 +6212,6 @@ input DiscussionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7223,9 +6222,6 @@ input DiscussionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7239,10 +6235,6 @@ input DiscussionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7257,10 +6249,6 @@ input DiscussionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7275,10 +6263,6 @@ input DiscussionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7293,10 +6277,6 @@ input DiscussionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -7311,10 +6291,6 @@ input DiscussionHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -7448,19 +6424,12 @@ input DocumentDataHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7472,10 +6441,6 @@ input DocumentDataHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7494,9 +6459,6 @@ input DocumentDataHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7507,9 +6469,6 @@ input DocumentDataHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7523,10 +6482,6 @@ input DocumentDataHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7541,10 +6496,6 @@ input DocumentDataHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7559,10 +6510,6 @@ input DocumentDataHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7577,10 +6524,6 @@ input DocumentDataHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -7595,10 +6538,6 @@ input DocumentDataHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -7613,10 +6552,6 @@ input DocumentDataHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -7631,10 +6566,6 @@ input DocumentDataHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -7649,10 +6580,6 @@ input DocumentDataHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -7667,10 +6594,6 @@ input DocumentDataHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -7868,19 +6791,12 @@ input EmailTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7892,10 +6808,6 @@ input EmailTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7914,9 +6826,6 @@ input EmailTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7927,9 +6836,6 @@ input EmailTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7943,10 +6849,6 @@ input EmailTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7961,10 +6863,6 @@ input EmailTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7979,10 +6877,6 @@ input EmailTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7997,10 +6891,6 @@ input EmailTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -8015,10 +6905,6 @@ input EmailTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -8040,10 +6926,6 @@ input EmailTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -8058,10 +6940,6 @@ input EmailTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -8076,10 +6954,6 @@ input EmailTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -8092,10 +6966,6 @@ input EmailTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -8108,10 +6978,6 @@ input EmailTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -8135,10 +7001,6 @@ input EmailTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -8151,10 +7013,6 @@ input EmailTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -8169,10 +7027,6 @@ input EmailTemplateHistoryWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -8187,10 +7041,6 @@ input EmailTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -8205,10 +7055,6 @@ input EmailTemplateHistoryWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -8226,8 +7072,6 @@ input EmailTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -8248,10 +7092,6 @@ input EmailTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -8266,10 +7106,6 @@ input EmailTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -8284,10 +7120,6 @@ input EmailTemplateHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -8302,10 +7134,6 @@ input EmailTemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -8703,19 +7531,12 @@ input EntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -8727,10 +7548,6 @@ input EntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -8749,9 +7566,6 @@ input EntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -8762,9 +7576,6 @@ input EntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -8778,10 +7589,6 @@ input EntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -8796,10 +7603,6 @@ input EntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -8814,10 +7617,6 @@ input EntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -8832,10 +7631,6 @@ input EntityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -8850,10 +7645,6 @@ input EntityHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -8868,10 +7659,6 @@ input EntityHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -8886,10 +7673,6 @@ input EntityHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -8904,10 +7687,6 @@ input EntityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -8922,10 +7701,6 @@ input EntityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -8940,10 +7715,6 @@ input EntityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -8955,9 +7726,6 @@ input EntityHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -8978,10 +7746,6 @@ input EntityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -8996,10 +7760,6 @@ input EntityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -9014,10 +7774,6 @@ input EntityHistoryWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -9032,10 +7788,6 @@ input EntityHistoryWhereInput { entityRelationshipStateIDNEQ: String entityRelationshipStateIDIn: [String!] entityRelationshipStateIDNotIn: [String!] - entityRelationshipStateIDGT: String - entityRelationshipStateIDGTE: String - entityRelationshipStateIDLT: String - entityRelationshipStateIDLTE: String entityRelationshipStateIDContains: String entityRelationshipStateIDHasPrefix: String entityRelationshipStateIDHasSuffix: String @@ -9050,10 +7802,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -9068,10 +7816,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusIDNEQ: String entitySecurityQuestionnaireStatusIDIn: [String!] entitySecurityQuestionnaireStatusIDNotIn: [String!] - entitySecurityQuestionnaireStatusIDGT: String - entitySecurityQuestionnaireStatusIDGTE: String - entitySecurityQuestionnaireStatusIDLT: String - entitySecurityQuestionnaireStatusIDLTE: String entitySecurityQuestionnaireStatusIDContains: String entitySecurityQuestionnaireStatusIDHasPrefix: String entitySecurityQuestionnaireStatusIDHasSuffix: String @@ -9086,10 +7830,6 @@ input EntityHistoryWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -9104,10 +7844,6 @@ input EntityHistoryWhereInput { entitySourceTypeIDNEQ: String entitySourceTypeIDIn: [String!] entitySourceTypeIDNotIn: [String!] - entitySourceTypeIDGT: String - entitySourceTypeIDGTE: String - entitySourceTypeIDLT: String - entitySourceTypeIDLTE: String entitySourceTypeIDContains: String entitySourceTypeIDHasPrefix: String entitySourceTypeIDHasSuffix: String @@ -9122,10 +7858,6 @@ input EntityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -9140,10 +7872,6 @@ input EntityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -9158,10 +7886,6 @@ input EntityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -9176,10 +7900,6 @@ input EntityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -9194,10 +7914,6 @@ input EntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -9212,10 +7928,6 @@ input EntityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -9230,10 +7942,6 @@ input EntityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -9248,10 +7956,6 @@ input EntityHistoryWhereInput { entityTypeIDNEQ: String entityTypeIDIn: [String!] entityTypeIDNotIn: [String!] - entityTypeIDGT: String - entityTypeIDGTE: String - entityTypeIDLT: String - entityTypeIDLTE: String entityTypeIDContains: String entityTypeIDHasPrefix: String entityTypeIDHasSuffix: String @@ -9286,9 +7990,6 @@ input EntityHistoryWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -9299,9 +8000,6 @@ input EntityHistoryWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -9312,9 +8010,6 @@ input EntityHistoryWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -9333,8 +8028,6 @@ input EntityHistoryWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -9361,10 +8054,6 @@ input EntityHistoryWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -9379,10 +8068,6 @@ input EntityHistoryWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -9397,10 +8082,6 @@ input EntityHistoryWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -9436,10 +8117,6 @@ input EntityHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -9454,10 +8131,6 @@ input EntityHistoryWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -9470,8 +8143,6 @@ input EntityHistoryWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -9483,8 +8154,6 @@ input EntityHistoryWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -9513,9 +8182,6 @@ input EntityHistoryWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -9526,9 +8192,6 @@ input EntityHistoryWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -9542,10 +8205,6 @@ input EntityHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -9560,10 +8219,6 @@ input EntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -9578,10 +8233,6 @@ input EntityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -9593,9 +8244,6 @@ input EntityHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -9716,19 +8364,12 @@ input EntityTypeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -9740,10 +8381,6 @@ input EntityTypeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -9762,9 +8399,6 @@ input EntityTypeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -9775,9 +8409,6 @@ input EntityTypeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -9791,10 +8422,6 @@ input EntityTypeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -9809,10 +8436,6 @@ input EntityTypeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -9827,10 +8450,6 @@ input EntityTypeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -9845,10 +8464,6 @@ input EntityTypeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -9870,10 +8485,6 @@ input EntityTypeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -9888,10 +8499,6 @@ input EntityTypeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -9906,10 +8513,6 @@ input EntityTypeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10111,19 +8714,12 @@ input EvidenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -10135,10 +8731,6 @@ input EvidenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -10157,9 +8749,6 @@ input EvidenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10170,9 +8759,6 @@ input EvidenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10186,10 +8772,6 @@ input EvidenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10204,10 +8786,6 @@ input EvidenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10222,10 +8800,6 @@ input EvidenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10240,10 +8814,6 @@ input EvidenceHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -10256,10 +8826,6 @@ input EvidenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -10274,10 +8840,6 @@ input EvidenceHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -10292,10 +8854,6 @@ input EvidenceHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -10310,10 +8868,6 @@ input EvidenceHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -10328,10 +8882,6 @@ input EvidenceHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -10353,10 +8903,6 @@ input EvidenceHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -10371,10 +8917,6 @@ input EvidenceHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10387,10 +8929,6 @@ input EvidenceHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -10405,10 +8943,6 @@ input EvidenceHistoryWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -10420,9 +8954,6 @@ input EvidenceHistoryWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -10431,9 +8962,6 @@ input EvidenceHistoryWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -10447,10 +8975,6 @@ input EvidenceHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -10472,10 +8996,6 @@ input EvidenceHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -10709,19 +9229,12 @@ input FileHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -10733,10 +9246,6 @@ input FileHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -10755,9 +9264,6 @@ input FileHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10768,9 +9274,6 @@ input FileHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10784,10 +9287,6 @@ input FileHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10802,10 +9301,6 @@ input FileHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10820,10 +9315,6 @@ input FileHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10845,10 +9336,6 @@ input FileHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -10863,10 +9350,6 @@ input FileHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -10881,10 +9364,6 @@ input FileHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -10899,10 +9378,6 @@ input FileHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -10917,10 +9392,6 @@ input FileHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -10935,10 +9406,6 @@ input FileHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -10953,10 +9420,6 @@ input FileHistoryWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -10971,10 +9434,6 @@ input FileHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -10989,10 +9448,6 @@ input FileHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -11007,10 +9462,6 @@ input FileHistoryWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -11023,10 +9474,6 @@ input FileHistoryWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -11037,8 +9484,6 @@ input FileHistoryWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -11050,8 +9495,6 @@ input FileHistoryWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -11065,10 +9508,6 @@ input FileHistoryWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -11083,10 +9522,6 @@ input FileHistoryWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -11101,10 +9536,6 @@ input FileHistoryWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -11117,10 +9548,6 @@ input FileHistoryWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -11135,10 +9562,6 @@ input FileHistoryWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -11153,10 +9576,6 @@ input FileHistoryWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -11171,10 +9590,6 @@ input FileHistoryWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -11189,10 +9604,6 @@ input FileHistoryWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -11207,10 +9618,6 @@ input FileHistoryWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -11225,10 +9632,6 @@ input FileHistoryWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -11243,10 +9646,6 @@ input FileHistoryWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -11258,9 +9657,6 @@ input FileHistoryWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -11396,19 +9792,12 @@ input FindingControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -11420,10 +9809,6 @@ input FindingControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -11442,9 +9827,6 @@ input FindingControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -11455,9 +9837,6 @@ input FindingControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -11471,10 +9850,6 @@ input FindingControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -11489,10 +9864,6 @@ input FindingControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -11507,10 +9878,6 @@ input FindingControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -11525,10 +9892,6 @@ input FindingControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -11543,10 +9906,6 @@ input FindingControlHistoryWhereInput { findingIDNEQ: String findingIDIn: [String!] findingIDNotIn: [String!] - findingIDGT: String - findingIDGTE: String - findingIDLT: String - findingIDLTE: String findingIDContains: String findingIDHasPrefix: String findingIDHasSuffix: String @@ -11559,10 +9918,6 @@ input FindingControlHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -11575,10 +9930,6 @@ input FindingControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -11593,10 +9944,6 @@ input FindingControlHistoryWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -11611,10 +9958,6 @@ input FindingControlHistoryWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -11629,10 +9972,6 @@ input FindingControlHistoryWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -11647,10 +9986,6 @@ input FindingControlHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -11662,9 +9997,6 @@ input FindingControlHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -12001,19 +10333,12 @@ input FindingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -12025,10 +10350,6 @@ input FindingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -12047,9 +10368,6 @@ input FindingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -12060,9 +10378,6 @@ input FindingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -12076,10 +10391,6 @@ input FindingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -12094,10 +10405,6 @@ input FindingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -12112,10 +10419,6 @@ input FindingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -12130,10 +10433,6 @@ input FindingHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -12146,10 +10445,6 @@ input FindingHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -12164,10 +10459,6 @@ input FindingHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -12182,10 +10473,6 @@ input FindingHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -12200,10 +10487,6 @@ input FindingHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -12218,10 +10501,6 @@ input FindingHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -12236,10 +10515,6 @@ input FindingHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -12254,10 +10529,6 @@ input FindingHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -12279,10 +10550,6 @@ input FindingHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -12297,10 +10564,6 @@ input FindingHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -12315,10 +10578,6 @@ input FindingHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -12333,10 +10592,6 @@ input FindingHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -12351,10 +10606,6 @@ input FindingHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -12369,10 +10620,6 @@ input FindingHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -12387,10 +10634,6 @@ input FindingHistoryWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -12405,10 +10648,6 @@ input FindingHistoryWhereInput { findingStatusIDNEQ: String findingStatusIDIn: [String!] findingStatusIDNotIn: [String!] - findingStatusIDGT: String - findingStatusIDGTE: String - findingStatusIDLT: String - findingStatusIDLTE: String findingStatusIDContains: String findingStatusIDHasPrefix: String findingStatusIDHasSuffix: String @@ -12430,10 +10669,6 @@ input FindingHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -12457,10 +10692,6 @@ input FindingHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -12475,10 +10706,6 @@ input FindingHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -12493,10 +10720,6 @@ input FindingHistoryWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -12511,10 +10734,6 @@ input FindingHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -12529,10 +10748,6 @@ input FindingHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -12547,10 +10762,6 @@ input FindingHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -12565,10 +10776,6 @@ input FindingHistoryWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -12583,10 +10790,6 @@ input FindingHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -12653,10 +10856,6 @@ input FindingHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -12706,10 +10905,6 @@ input FindingHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -12724,10 +10919,6 @@ input FindingHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -12742,10 +10933,6 @@ input FindingHistoryWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -12760,10 +10947,6 @@ input FindingHistoryWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -12778,10 +10961,6 @@ input FindingHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -12794,8 +10973,6 @@ input FindingHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -12806,9 +10983,6 @@ input FindingHistoryWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -12819,9 +10993,6 @@ input FindingHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -12832,9 +11003,6 @@ input FindingHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -12848,10 +11016,6 @@ input FindingHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -13018,19 +11182,12 @@ input GroupHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13042,10 +11199,6 @@ input GroupHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13064,9 +11217,6 @@ input GroupHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13077,9 +11227,6 @@ input GroupHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13093,10 +11240,6 @@ input GroupHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13111,10 +11254,6 @@ input GroupHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13129,10 +11268,6 @@ input GroupHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13147,10 +11282,6 @@ input GroupHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -13163,10 +11294,6 @@ input GroupHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -13181,10 +11308,6 @@ input GroupHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -13204,10 +11327,6 @@ input GroupHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -13222,10 +11341,6 @@ input GroupHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -13238,10 +11353,6 @@ input GroupHistoryWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -13256,10 +11367,6 @@ input GroupHistoryWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -13274,10 +11381,6 @@ input GroupHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -13292,10 +11395,6 @@ input GroupHistoryWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -13317,10 +11416,6 @@ input GroupHistoryWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -13428,19 +11523,12 @@ input GroupMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13452,10 +11540,6 @@ input GroupMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13474,9 +11558,6 @@ input GroupMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13487,9 +11568,6 @@ input GroupMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13503,10 +11581,6 @@ input GroupMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13521,10 +11595,6 @@ input GroupMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13539,10 +11609,6 @@ input GroupMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13564,10 +11630,6 @@ input GroupMembershipHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -13580,10 +11642,6 @@ input GroupMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -13714,19 +11772,12 @@ input GroupSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13738,10 +11789,6 @@ input GroupSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13760,9 +11807,6 @@ input GroupSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13773,9 +11817,6 @@ input GroupSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13789,10 +11830,6 @@ input GroupSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13807,10 +11844,6 @@ input GroupSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13825,10 +11858,6 @@ input GroupSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13871,10 +11900,6 @@ input GroupSettingHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -14020,19 +12045,12 @@ input HushHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -14044,10 +12062,6 @@ input HushHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -14066,9 +12080,6 @@ input HushHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -14079,9 +12090,6 @@ input HushHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -14095,10 +12103,6 @@ input HushHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -14113,10 +12117,6 @@ input HushHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -14131,10 +12131,6 @@ input HushHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -14149,10 +12145,6 @@ input HushHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -14174,10 +12166,6 @@ input HushHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -14192,10 +12180,6 @@ input HushHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -14210,10 +12194,6 @@ input HushHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -14226,10 +12206,6 @@ input HushHistoryWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -14244,10 +12220,6 @@ input HushHistoryWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -14259,9 +12231,6 @@ input HushHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -14272,9 +12241,6 @@ input HushHistoryWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -14536,19 +12502,12 @@ input IdentityHolderHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -14560,10 +12519,6 @@ input IdentityHolderHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -14582,9 +12537,6 @@ input IdentityHolderHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -14595,9 +12547,6 @@ input IdentityHolderHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -14611,10 +12560,6 @@ input IdentityHolderHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -14629,10 +12574,6 @@ input IdentityHolderHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -14647,10 +12588,6 @@ input IdentityHolderHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -14665,10 +12602,6 @@ input IdentityHolderHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -14681,10 +12614,6 @@ input IdentityHolderHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -14699,10 +12628,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -14717,10 +12642,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -14735,10 +12656,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -14753,10 +12670,6 @@ input IdentityHolderHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -14771,10 +12684,6 @@ input IdentityHolderHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -14789,10 +12698,6 @@ input IdentityHolderHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -14807,10 +12712,6 @@ input IdentityHolderHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -14832,10 +12733,6 @@ input IdentityHolderHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -14848,10 +12745,6 @@ input IdentityHolderHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -14864,10 +12757,6 @@ input IdentityHolderHistoryWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -14882,10 +12771,6 @@ input IdentityHolderHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -14907,10 +12792,6 @@ input IdentityHolderHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -14944,10 +12825,6 @@ input IdentityHolderHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -14962,10 +12839,6 @@ input IdentityHolderHistoryWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -14980,10 +12853,6 @@ input IdentityHolderHistoryWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -14998,10 +12867,6 @@ input IdentityHolderHistoryWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -15013,9 +12878,6 @@ input IdentityHolderHistoryWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -15026,9 +12888,6 @@ input IdentityHolderHistoryWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -15042,10 +12901,6 @@ input IdentityHolderHistoryWhereInput { employerEntityIDNEQ: String employerEntityIDIn: [String!] employerEntityIDNotIn: [String!] - employerEntityIDGT: String - employerEntityIDGTE: String - employerEntityIDLT: String - employerEntityIDLTE: String employerEntityIDContains: String employerEntityIDHasPrefix: String employerEntityIDHasSuffix: String @@ -15060,10 +12915,6 @@ input IdentityHolderHistoryWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -15078,10 +12929,6 @@ input IdentityHolderHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -15096,10 +12943,6 @@ input IdentityHolderHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -15378,19 +13221,12 @@ input InternalPolicyHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -15402,10 +13238,6 @@ input InternalPolicyHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -15424,9 +13256,6 @@ input InternalPolicyHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -15437,9 +13266,6 @@ input InternalPolicyHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -15453,10 +13279,6 @@ input InternalPolicyHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -15471,10 +13293,6 @@ input InternalPolicyHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -15489,10 +13307,6 @@ input InternalPolicyHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -15507,10 +13321,6 @@ input InternalPolicyHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -15523,10 +13333,6 @@ input InternalPolicyHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -15541,10 +13347,6 @@ input InternalPolicyHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -15566,10 +13368,6 @@ input InternalPolicyHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -15584,10 +13382,6 @@ input InternalPolicyHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -15602,10 +13396,6 @@ input InternalPolicyHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -15636,10 +13426,6 @@ input InternalPolicyHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -15658,9 +13444,6 @@ input InternalPolicyHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -15683,10 +13466,6 @@ input InternalPolicyHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -15701,10 +13480,6 @@ input InternalPolicyHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -15719,10 +13494,6 @@ input InternalPolicyHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -15737,10 +13508,6 @@ input InternalPolicyHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -15755,10 +13522,6 @@ input InternalPolicyHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -15773,10 +13536,6 @@ input InternalPolicyHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -15791,10 +13550,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -15809,10 +13564,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindIDNEQ: String internalPolicyKindIDIn: [String!] internalPolicyKindIDNotIn: [String!] - internalPolicyKindIDGT: String - internalPolicyKindIDGTE: String - internalPolicyKindIDLT: String - internalPolicyKindIDLTE: String internalPolicyKindIDContains: String internalPolicyKindIDHasPrefix: String internalPolicyKindIDHasSuffix: String @@ -15827,10 +13578,6 @@ input InternalPolicyHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -15845,10 +13592,6 @@ input InternalPolicyHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -15863,10 +13606,6 @@ input InternalPolicyHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -15881,10 +13620,6 @@ input InternalPolicyHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -15906,10 +13641,6 @@ input InternalPolicyHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -16071,19 +13802,12 @@ input JobTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16095,10 +13819,6 @@ input JobTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16117,9 +13837,6 @@ input JobTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16130,9 +13847,6 @@ input JobTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16146,10 +13860,6 @@ input JobTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16164,10 +13874,6 @@ input JobTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16182,10 +13888,6 @@ input JobTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16200,10 +13902,6 @@ input JobTemplateHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -16216,10 +13914,6 @@ input JobTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -16241,10 +13935,6 @@ input JobTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -16259,10 +13949,6 @@ input JobTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -16277,10 +13963,6 @@ input JobTemplateHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -16293,10 +13975,6 @@ input JobTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -16417,19 +14095,12 @@ input MappableDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16441,10 +14112,6 @@ input MappableDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16463,9 +14130,6 @@ input MappableDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16476,9 +14140,6 @@ input MappableDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16492,10 +14153,6 @@ input MappableDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16510,10 +14167,6 @@ input MappableDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16528,10 +14181,6 @@ input MappableDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16546,10 +14195,6 @@ input MappableDomainHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -16562,10 +14207,6 @@ input MappableDomainHistoryWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -16716,19 +14357,12 @@ input MappedControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16740,10 +14374,6 @@ input MappedControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16762,9 +14392,6 @@ input MappedControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16775,9 +14402,6 @@ input MappedControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16791,10 +14415,6 @@ input MappedControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16809,10 +14429,6 @@ input MappedControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16827,10 +14443,6 @@ input MappedControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16852,10 +14464,6 @@ input MappedControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -16870,10 +14478,6 @@ input MappedControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -16888,10 +14492,6 @@ input MappedControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -16913,10 +14513,6 @@ input MappedControlHistoryWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -16929,8 +14525,6 @@ input MappedControlHistoryWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -17072,19 +14666,12 @@ input NarrativeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -17096,10 +14683,6 @@ input NarrativeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17118,9 +14701,6 @@ input NarrativeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17131,9 +14711,6 @@ input NarrativeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17147,10 +14724,6 @@ input NarrativeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17165,10 +14738,6 @@ input NarrativeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17183,10 +14752,6 @@ input NarrativeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17201,10 +14766,6 @@ input NarrativeHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -17217,10 +14778,6 @@ input NarrativeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -17242,10 +14799,6 @@ input NarrativeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -17260,10 +14813,6 @@ input NarrativeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -17278,10 +14827,6 @@ input NarrativeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -17294,10 +14839,6 @@ input NarrativeHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -17312,10 +14853,6 @@ input NarrativeHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -17466,19 +15003,12 @@ input NoteHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -17490,10 +15020,6 @@ input NoteHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17512,9 +15038,6 @@ input NoteHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17525,9 +15048,6 @@ input NoteHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17541,10 +15061,6 @@ input NoteHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17559,10 +15075,6 @@ input NoteHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17577,10 +15089,6 @@ input NoteHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17595,10 +15103,6 @@ input NoteHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -17611,10 +15115,6 @@ input NoteHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -17629,10 +15129,6 @@ input NoteHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -17647,10 +15143,6 @@ input NoteHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -17663,10 +15155,6 @@ input NoteHistoryWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -17681,10 +15169,6 @@ input NoteHistoryWhereInput { discussionIDNEQ: String discussionIDIn: [String!] discussionIDNotIn: [String!] - discussionIDGT: String - discussionIDGTE: String - discussionIDLT: String - discussionIDLTE: String discussionIDContains: String discussionIDHasPrefix: String discussionIDHasSuffix: String @@ -17704,10 +15188,6 @@ input NoteHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -17726,9 +15206,6 @@ input NoteHistoryWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -17953,19 +15430,12 @@ input NotificationPreferenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -17977,10 +15447,6 @@ input NotificationPreferenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17999,9 +15465,6 @@ input NotificationPreferenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18012,9 +15475,6 @@ input NotificationPreferenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18028,10 +15488,6 @@ input NotificationPreferenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18046,10 +15502,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18064,10 +15516,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18082,10 +15530,6 @@ input NotificationPreferenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -18100,10 +15544,6 @@ input NotificationPreferenceHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -18130,10 +15570,6 @@ input NotificationPreferenceHistoryWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -18148,10 +15584,6 @@ input NotificationPreferenceHistoryWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -18187,10 +15619,6 @@ input NotificationPreferenceHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -18202,9 +15630,6 @@ input NotificationPreferenceHistoryWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -18218,10 +15643,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -18236,10 +15657,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -18254,10 +15671,6 @@ input NotificationPreferenceHistoryWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -18274,9 +15687,6 @@ input NotificationPreferenceHistoryWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -18287,9 +15697,6 @@ input NotificationPreferenceHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -18303,10 +15710,6 @@ input NotificationPreferenceHistoryWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -18547,19 +15950,12 @@ input NotificationTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -18571,10 +15967,6 @@ input NotificationTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -18593,9 +15985,6 @@ input NotificationTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18606,9 +15995,6 @@ input NotificationTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18622,10 +16008,6 @@ input NotificationTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18640,10 +16022,6 @@ input NotificationTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18658,10 +16036,6 @@ input NotificationTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18676,10 +16050,6 @@ input NotificationTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -18694,10 +16064,6 @@ input NotificationTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -18719,10 +16085,6 @@ input NotificationTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -18737,10 +16099,6 @@ input NotificationTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -18755,10 +16113,6 @@ input NotificationTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -18771,10 +16125,6 @@ input NotificationTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -18787,10 +16137,6 @@ input NotificationTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -18821,10 +16167,6 @@ input NotificationTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -18837,10 +16179,6 @@ input NotificationTemplateHistoryWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -18853,10 +16191,6 @@ input NotificationTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -18871,10 +16205,6 @@ input NotificationTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -18889,10 +16219,6 @@ input NotificationTemplateHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -18907,10 +16233,6 @@ input NotificationTemplateHistoryWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -18925,10 +16247,6 @@ input NotificationTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -18943,10 +16261,6 @@ input NotificationTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -18964,8 +16278,6 @@ input NotificationTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -19127,19 +16439,12 @@ input OrgMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19151,10 +16456,6 @@ input OrgMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19173,9 +16474,6 @@ input OrgMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19186,9 +16484,6 @@ input OrgMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19202,10 +16497,6 @@ input OrgMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19220,10 +16511,6 @@ input OrgMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19238,10 +16525,6 @@ input OrgMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19263,10 +16546,6 @@ input OrgMembershipHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -19279,10 +16558,6 @@ input OrgMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -19302,10 +16577,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -19320,10 +16591,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -19335,9 +16602,6 @@ input OrgMembershipHistoryWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -19358,10 +16622,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -19376,10 +16636,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -19391,9 +16647,6 @@ input OrgMembershipHistoryWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -19531,19 +16784,12 @@ input OrganizationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19555,10 +16801,6 @@ input OrganizationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19577,9 +16819,6 @@ input OrganizationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19590,9 +16829,6 @@ input OrganizationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19606,10 +16842,6 @@ input OrganizationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19624,10 +16856,6 @@ input OrganizationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19642,10 +16870,6 @@ input OrganizationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19660,10 +16884,6 @@ input OrganizationHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -19676,10 +16896,6 @@ input OrganizationHistoryWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -19701,10 +16917,6 @@ input OrganizationHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -19719,10 +16931,6 @@ input OrganizationHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -19734,9 +16942,6 @@ input OrganizationHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -19750,10 +16955,6 @@ input OrganizationHistoryWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -19995,19 +17196,12 @@ input OrganizationSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -20019,10 +17213,6 @@ input OrganizationSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -20041,9 +17231,6 @@ input OrganizationSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20054,9 +17241,6 @@ input OrganizationSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20070,10 +17254,6 @@ input OrganizationSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20088,10 +17268,6 @@ input OrganizationSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20106,10 +17282,6 @@ input OrganizationSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20124,10 +17296,6 @@ input OrganizationSettingHistoryWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -20142,10 +17310,6 @@ input OrganizationSettingHistoryWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -20160,10 +17324,6 @@ input OrganizationSettingHistoryWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -20178,10 +17338,6 @@ input OrganizationSettingHistoryWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -20205,10 +17361,6 @@ input OrganizationSettingHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -20244,10 +17396,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -20262,10 +17410,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -20280,10 +17424,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -20303,10 +17443,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -20321,10 +17457,6 @@ input OrganizationSettingHistoryWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -20339,10 +17471,6 @@ input OrganizationSettingHistoryWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -20357,10 +17485,6 @@ input OrganizationSettingHistoryWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -20375,10 +17499,6 @@ input OrganizationSettingHistoryWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -20417,10 +17537,6 @@ input OrganizationSettingHistoryWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -20437,9 +17553,6 @@ input OrganizationSettingHistoryWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -20794,19 +17907,12 @@ input PlatformHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -20818,10 +17924,6 @@ input PlatformHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -20840,9 +17942,6 @@ input PlatformHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20853,9 +17952,6 @@ input PlatformHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20869,10 +17965,6 @@ input PlatformHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20887,10 +17979,6 @@ input PlatformHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20905,10 +17993,6 @@ input PlatformHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20923,10 +18007,6 @@ input PlatformHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -20939,10 +18019,6 @@ input PlatformHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -20957,10 +18033,6 @@ input PlatformHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -20975,10 +18047,6 @@ input PlatformHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -20993,10 +18061,6 @@ input PlatformHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -21011,10 +18075,6 @@ input PlatformHistoryWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -21029,10 +18089,6 @@ input PlatformHistoryWhereInput { businessOwnerUserIDNEQ: String businessOwnerUserIDIn: [String!] businessOwnerUserIDNotIn: [String!] - businessOwnerUserIDGT: String - businessOwnerUserIDGTE: String - businessOwnerUserIDLT: String - businessOwnerUserIDLTE: String businessOwnerUserIDContains: String businessOwnerUserIDHasPrefix: String businessOwnerUserIDHasSuffix: String @@ -21047,10 +18103,6 @@ input PlatformHistoryWhereInput { businessOwnerGroupIDNEQ: String businessOwnerGroupIDIn: [String!] businessOwnerGroupIDNotIn: [String!] - businessOwnerGroupIDGT: String - businessOwnerGroupIDGTE: String - businessOwnerGroupIDLT: String - businessOwnerGroupIDLTE: String businessOwnerGroupIDContains: String businessOwnerGroupIDHasPrefix: String businessOwnerGroupIDHasSuffix: String @@ -21065,10 +18117,6 @@ input PlatformHistoryWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -21083,10 +18131,6 @@ input PlatformHistoryWhereInput { technicalOwnerUserIDNEQ: String technicalOwnerUserIDIn: [String!] technicalOwnerUserIDNotIn: [String!] - technicalOwnerUserIDGT: String - technicalOwnerUserIDGTE: String - technicalOwnerUserIDLT: String - technicalOwnerUserIDLTE: String technicalOwnerUserIDContains: String technicalOwnerUserIDHasPrefix: String technicalOwnerUserIDHasSuffix: String @@ -21101,10 +18145,6 @@ input PlatformHistoryWhereInput { technicalOwnerGroupIDNEQ: String technicalOwnerGroupIDIn: [String!] technicalOwnerGroupIDNotIn: [String!] - technicalOwnerGroupIDGT: String - technicalOwnerGroupIDGTE: String - technicalOwnerGroupIDLT: String - technicalOwnerGroupIDLTE: String technicalOwnerGroupIDContains: String technicalOwnerGroupIDHasPrefix: String technicalOwnerGroupIDHasSuffix: String @@ -21119,10 +18159,6 @@ input PlatformHistoryWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -21137,10 +18173,6 @@ input PlatformHistoryWhereInput { securityOwnerUserIDNEQ: String securityOwnerUserIDIn: [String!] securityOwnerUserIDNotIn: [String!] - securityOwnerUserIDGT: String - securityOwnerUserIDGTE: String - securityOwnerUserIDLT: String - securityOwnerUserIDLTE: String securityOwnerUserIDContains: String securityOwnerUserIDHasPrefix: String securityOwnerUserIDHasSuffix: String @@ -21155,10 +18187,6 @@ input PlatformHistoryWhereInput { securityOwnerGroupIDNEQ: String securityOwnerGroupIDIn: [String!] securityOwnerGroupIDNotIn: [String!] - securityOwnerGroupIDGT: String - securityOwnerGroupIDGTE: String - securityOwnerGroupIDLT: String - securityOwnerGroupIDLTE: String securityOwnerGroupIDContains: String securityOwnerGroupIDHasPrefix: String securityOwnerGroupIDHasSuffix: String @@ -21173,10 +18201,6 @@ input PlatformHistoryWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -21191,10 +18215,6 @@ input PlatformHistoryWhereInput { platformKindIDNEQ: String platformKindIDIn: [String!] platformKindIDNotIn: [String!] - platformKindIDGT: String - platformKindIDGTE: String - platformKindIDLT: String - platformKindIDLTE: String platformKindIDContains: String platformKindIDHasPrefix: String platformKindIDHasSuffix: String @@ -21209,10 +18229,6 @@ input PlatformHistoryWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -21227,10 +18243,6 @@ input PlatformHistoryWhereInput { platformDataClassificationIDNEQ: String platformDataClassificationIDIn: [String!] platformDataClassificationIDNotIn: [String!] - platformDataClassificationIDGT: String - platformDataClassificationIDGTE: String - platformDataClassificationIDLT: String - platformDataClassificationIDLTE: String platformDataClassificationIDContains: String platformDataClassificationIDHasPrefix: String platformDataClassificationIDHasSuffix: String @@ -21245,10 +18257,6 @@ input PlatformHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -21263,10 +18271,6 @@ input PlatformHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -21281,10 +18285,6 @@ input PlatformHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -21299,10 +18299,6 @@ input PlatformHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -21317,10 +18313,6 @@ input PlatformHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -21335,10 +18327,6 @@ input PlatformHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -21353,10 +18341,6 @@ input PlatformHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -21371,10 +18355,6 @@ input PlatformHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -21389,10 +18369,6 @@ input PlatformHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -21407,10 +18383,6 @@ input PlatformHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -21425,10 +18397,6 @@ input PlatformHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -21443,10 +18411,6 @@ input PlatformHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -21468,10 +18432,6 @@ input PlatformHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -21486,10 +18446,6 @@ input PlatformHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -21502,10 +18458,6 @@ input PlatformHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -21520,10 +18472,6 @@ input PlatformHistoryWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -21545,10 +18493,6 @@ input PlatformHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -21563,10 +18507,6 @@ input PlatformHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -21595,10 +18535,6 @@ input PlatformHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -21613,10 +18549,6 @@ input PlatformHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -21641,9 +18573,6 @@ input PlatformHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -21657,10 +18586,6 @@ input PlatformHistoryWhereInput { platformOwnerIDNEQ: String platformOwnerIDIn: [String!] platformOwnerIDNotIn: [String!] - platformOwnerIDGT: String - platformOwnerIDGTE: String - platformOwnerIDLT: String - platformOwnerIDLTE: String platformOwnerIDContains: String platformOwnerIDHasPrefix: String platformOwnerIDHasSuffix: String @@ -21675,10 +18600,6 @@ input PlatformHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -21953,19 +18874,12 @@ input ProcedureHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -21977,10 +18891,6 @@ input ProcedureHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -21999,9 +18909,6 @@ input ProcedureHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22012,9 +18919,6 @@ input ProcedureHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22028,10 +18932,6 @@ input ProcedureHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22046,10 +18946,6 @@ input ProcedureHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22064,10 +18960,6 @@ input ProcedureHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22082,10 +18974,6 @@ input ProcedureHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -22098,10 +18986,6 @@ input ProcedureHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -22116,10 +19000,6 @@ input ProcedureHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22134,10 +19014,6 @@ input ProcedureHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -22168,10 +19044,6 @@ input ProcedureHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -22190,9 +19062,6 @@ input ProcedureHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -22215,10 +19084,6 @@ input ProcedureHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -22233,10 +19098,6 @@ input ProcedureHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -22251,10 +19112,6 @@ input ProcedureHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -22269,10 +19126,6 @@ input ProcedureHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -22287,10 +19140,6 @@ input ProcedureHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -22305,10 +19154,6 @@ input ProcedureHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -22330,10 +19175,6 @@ input ProcedureHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -22348,10 +19189,6 @@ input ProcedureHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -22366,10 +19203,6 @@ input ProcedureHistoryWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -22384,10 +19217,6 @@ input ProcedureHistoryWhereInput { procedureKindIDNEQ: String procedureKindIDIn: [String!] procedureKindIDNotIn: [String!] - procedureKindIDGT: String - procedureKindIDGTE: String - procedureKindIDLT: String - procedureKindIDLTE: String procedureKindIDContains: String procedureKindIDHasPrefix: String procedureKindIDHasSuffix: String @@ -22402,10 +19231,6 @@ input ProcedureHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -22420,10 +19245,6 @@ input ProcedureHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -22438,10 +19259,6 @@ input ProcedureHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -22456,10 +19273,6 @@ input ProcedureHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -22675,19 +19488,12 @@ input ProgramHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -22699,10 +19505,6 @@ input ProgramHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -22721,9 +19523,6 @@ input ProgramHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22734,9 +19533,6 @@ input ProgramHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22750,10 +19546,6 @@ input ProgramHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22768,10 +19560,6 @@ input ProgramHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22786,10 +19574,6 @@ input ProgramHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22804,10 +19588,6 @@ input ProgramHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -22820,10 +19600,6 @@ input ProgramHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22838,10 +19614,6 @@ input ProgramHistoryWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -22856,10 +19628,6 @@ input ProgramHistoryWhereInput { programKindIDNEQ: String programKindIDIn: [String!] programKindIDNotIn: [String!] - programKindIDGT: String - programKindIDGTE: String - programKindIDLT: String - programKindIDLTE: String programKindIDContains: String programKindIDHasPrefix: String programKindIDHasSuffix: String @@ -22874,10 +19642,6 @@ input ProgramHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -22892,10 +19656,6 @@ input ProgramHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -22908,10 +19668,6 @@ input ProgramHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -22933,10 +19689,6 @@ input ProgramHistoryWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -22948,9 +19700,6 @@ input ProgramHistoryWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -22961,9 +19710,6 @@ input ProgramHistoryWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -22974,9 +19720,6 @@ input ProgramHistoryWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -22987,9 +19730,6 @@ input ProgramHistoryWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -23000,9 +19740,6 @@ input ProgramHistoryWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -23013,9 +19750,6 @@ input ProgramHistoryWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -23044,10 +19778,6 @@ input ProgramHistoryWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -23062,10 +19792,6 @@ input ProgramHistoryWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -23080,10 +19806,6 @@ input ProgramHistoryWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -23098,10 +19820,6 @@ input ProgramHistoryWhereInput { programOwnerIDNEQ: String programOwnerIDIn: [String!] programOwnerIDNotIn: [String!] - programOwnerIDGT: String - programOwnerIDGTE: String - programOwnerIDLT: String - programOwnerIDLTE: String programOwnerIDContains: String programOwnerIDHasPrefix: String programOwnerIDHasSuffix: String @@ -23210,19 +19928,12 @@ input ProgramMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -23234,10 +19945,6 @@ input ProgramMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -23256,9 +19963,6 @@ input ProgramMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23269,9 +19973,6 @@ input ProgramMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23285,10 +19986,6 @@ input ProgramMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23303,10 +20000,6 @@ input ProgramMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23321,10 +20014,6 @@ input ProgramMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23346,10 +20035,6 @@ input ProgramMembershipHistoryWhereInput { programIDNEQ: String programIDIn: [String!] programIDNotIn: [String!] - programIDGT: String - programIDGTE: String - programIDLT: String - programIDLTE: String programIDContains: String programIDHasPrefix: String programIDHasSuffix: String @@ -23362,10 +20047,6 @@ input ProgramMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -25731,19 +22412,12 @@ input RemediationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -25755,10 +22429,6 @@ input RemediationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -25777,9 +22447,6 @@ input RemediationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25790,9 +22457,6 @@ input RemediationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25806,10 +22470,6 @@ input RemediationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25824,10 +22484,6 @@ input RemediationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25842,10 +22498,6 @@ input RemediationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25860,10 +22512,6 @@ input RemediationHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -25876,10 +22524,6 @@ input RemediationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -25901,10 +22545,6 @@ input RemediationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25919,10 +22559,6 @@ input RemediationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25937,10 +22573,6 @@ input RemediationHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -25955,10 +22587,6 @@ input RemediationHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -25973,10 +22601,6 @@ input RemediationHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -25991,10 +22615,6 @@ input RemediationHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -26016,10 +22636,6 @@ input RemediationHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -26034,10 +22650,6 @@ input RemediationHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -26052,10 +22664,6 @@ input RemediationHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -26079,10 +22687,6 @@ input RemediationHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -26097,10 +22701,6 @@ input RemediationHistoryWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -26115,10 +22715,6 @@ input RemediationHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -26133,10 +22729,6 @@ input RemediationHistoryWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -26151,10 +22743,6 @@ input RemediationHistoryWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -26169,10 +22757,6 @@ input RemediationHistoryWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -26187,10 +22771,6 @@ input RemediationHistoryWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -26205,10 +22785,6 @@ input RemediationHistoryWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -26223,10 +22799,6 @@ input RemediationHistoryWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -26238,9 +22810,6 @@ input RemediationHistoryWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -26251,9 +22820,6 @@ input RemediationHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -26264,9 +22830,6 @@ input RemediationHistoryWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -26280,10 +22843,6 @@ input RemediationHistoryWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -26298,10 +22857,6 @@ input RemediationHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -26316,10 +22871,6 @@ input RemediationHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -26542,19 +23093,12 @@ input ReviewHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -26566,10 +23110,6 @@ input ReviewHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -26588,9 +23128,6 @@ input ReviewHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -26601,9 +23138,6 @@ input ReviewHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -26617,10 +23151,6 @@ input ReviewHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -26635,10 +23165,6 @@ input ReviewHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -26653,10 +23179,6 @@ input ReviewHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -26671,10 +23193,6 @@ input ReviewHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -26696,10 +23214,6 @@ input ReviewHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -26714,10 +23228,6 @@ input ReviewHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -26732,10 +23242,6 @@ input ReviewHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -26750,10 +23256,6 @@ input ReviewHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -26768,10 +23270,6 @@ input ReviewHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -26786,10 +23284,6 @@ input ReviewHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -26804,10 +23298,6 @@ input ReviewHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -26822,10 +23312,6 @@ input ReviewHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -26840,10 +23326,6 @@ input ReviewHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -26856,10 +23338,6 @@ input ReviewHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -26883,10 +23361,6 @@ input ReviewHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -26901,10 +23375,6 @@ input ReviewHistoryWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -26919,10 +23389,6 @@ input ReviewHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -26937,10 +23403,6 @@ input ReviewHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -26955,10 +23417,6 @@ input ReviewHistoryWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -26977,9 +23435,6 @@ input ReviewHistoryWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -26990,9 +23445,6 @@ input ReviewHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -27003,9 +23455,6 @@ input ReviewHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -27019,10 +23468,6 @@ input ReviewHistoryWhereInput { reviewerIDNEQ: String reviewerIDIn: [String!] reviewerIDNotIn: [String!] - reviewerIDGT: String - reviewerIDGTE: String - reviewerIDLT: String - reviewerIDLTE: String reviewerIDContains: String reviewerIDHasPrefix: String reviewerIDHasSuffix: String @@ -27037,10 +23482,6 @@ input ReviewHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -27055,10 +23496,6 @@ input ReviewHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -27369,19 +23806,12 @@ input RiskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -27393,10 +23823,6 @@ input RiskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -27415,9 +23841,6 @@ input RiskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27428,9 +23851,6 @@ input RiskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27444,10 +23864,6 @@ input RiskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27462,10 +23878,6 @@ input RiskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27480,10 +23892,6 @@ input RiskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27498,10 +23906,6 @@ input RiskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -27514,10 +23918,6 @@ input RiskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -27532,10 +23932,6 @@ input RiskHistoryWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -27550,10 +23946,6 @@ input RiskHistoryWhereInput { riskKindIDNEQ: String riskKindIDIn: [String!] riskKindIDNotIn: [String!] - riskKindIDGT: String - riskKindIDGTE: String - riskKindIDLT: String - riskKindIDLTE: String riskKindIDContains: String riskKindIDHasPrefix: String riskKindIDHasSuffix: String @@ -27568,10 +23960,6 @@ input RiskHistoryWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -27586,10 +23974,6 @@ input RiskHistoryWhereInput { riskCategoryIDNEQ: String riskCategoryIDIn: [String!] riskCategoryIDNotIn: [String!] - riskCategoryIDGT: String - riskCategoryIDGTE: String - riskCategoryIDLT: String - riskCategoryIDLTE: String riskCategoryIDContains: String riskCategoryIDHasPrefix: String riskCategoryIDHasSuffix: String @@ -27604,10 +23988,6 @@ input RiskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -27622,10 +24002,6 @@ input RiskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -27640,10 +24016,6 @@ input RiskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -27658,10 +24030,6 @@ input RiskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -27683,10 +24051,6 @@ input RiskHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -27701,10 +24065,6 @@ input RiskHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -27716,9 +24076,6 @@ input RiskHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -27732,10 +24089,6 @@ input RiskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -27750,10 +24103,6 @@ input RiskHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -27791,8 +24140,6 @@ input RiskHistoryWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -27806,10 +24153,6 @@ input RiskHistoryWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -27824,10 +24167,6 @@ input RiskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -27842,10 +24181,6 @@ input RiskHistoryWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -27860,10 +24195,6 @@ input RiskHistoryWhereInput { stakeholderIDNEQ: String stakeholderIDIn: [String!] stakeholderIDNotIn: [String!] - stakeholderIDGT: String - stakeholderIDGTE: String - stakeholderIDLT: String - stakeholderIDLTE: String stakeholderIDContains: String stakeholderIDHasPrefix: String stakeholderIDHasSuffix: String @@ -27878,10 +24209,6 @@ input RiskHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -27893,9 +24220,6 @@ input RiskHistoryWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -27913,9 +24237,6 @@ input RiskHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -27935,9 +24256,6 @@ input RiskHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -27948,9 +24266,6 @@ input RiskHistoryWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -27962,8 +24277,6 @@ input RiskHistoryWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -28104,19 +24417,12 @@ input SLADefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28128,10 +24434,6 @@ input SLADefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28150,9 +24452,6 @@ input SLADefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28163,9 +24462,6 @@ input SLADefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28179,10 +24475,6 @@ input SLADefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28197,10 +24489,6 @@ input SLADefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28215,10 +24503,6 @@ input SLADefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28233,10 +24517,6 @@ input SLADefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -28249,10 +24529,6 @@ input SLADefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28265,8 +24541,6 @@ input SLADefinitionHistoryWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -28400,19 +24674,12 @@ input ScheduledJobHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28424,10 +24691,6 @@ input ScheduledJobHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28446,9 +24709,6 @@ input ScheduledJobHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28459,9 +24719,6 @@ input ScheduledJobHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28475,10 +24732,6 @@ input ScheduledJobHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28493,10 +24746,6 @@ input ScheduledJobHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28511,10 +24760,6 @@ input ScheduledJobHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28529,10 +24774,6 @@ input ScheduledJobHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -28545,10 +24786,6 @@ input ScheduledJobHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28563,10 +24800,6 @@ input ScheduledJobHistoryWhereInput { jobIDNEQ: String jobIDIn: [String!] jobIDNotIn: [String!] - jobIDGT: String - jobIDGTE: String - jobIDLT: String - jobIDLTE: String jobIDContains: String jobIDHasPrefix: String jobIDHasSuffix: String @@ -28584,10 +24817,6 @@ input ScheduledJobHistoryWhereInput { jobRunnerIDNEQ: String jobRunnerIDIn: [String!] jobRunnerIDNotIn: [String!] - jobRunnerIDGT: String - jobRunnerIDGTE: String - jobRunnerIDLT: String - jobRunnerIDLTE: String jobRunnerIDContains: String jobRunnerIDHasPrefix: String jobRunnerIDHasSuffix: String @@ -28779,19 +25008,12 @@ input StandardHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28803,10 +25025,6 @@ input StandardHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28825,9 +25043,6 @@ input StandardHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28838,9 +25053,6 @@ input StandardHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28854,10 +25066,6 @@ input StandardHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28872,10 +25080,6 @@ input StandardHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28890,10 +25094,6 @@ input StandardHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28908,10 +25108,6 @@ input StandardHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -28926,10 +25122,6 @@ input StandardHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28951,10 +25143,6 @@ input StandardHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -28969,10 +25157,6 @@ input StandardHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -28987,10 +25171,6 @@ input StandardHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -29003,10 +25183,6 @@ input StandardHistoryWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -29021,10 +25197,6 @@ input StandardHistoryWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -29039,10 +25211,6 @@ input StandardHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -29057,10 +25225,6 @@ input StandardHistoryWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -29075,10 +25239,6 @@ input StandardHistoryWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -29093,10 +25253,6 @@ input StandardHistoryWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -29134,10 +25290,6 @@ input StandardHistoryWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -29152,10 +25304,6 @@ input StandardHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -29170,10 +25318,6 @@ input StandardHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -29473,19 +25617,12 @@ input SubcontrolHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -29497,10 +25634,6 @@ input SubcontrolHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -29519,9 +25652,6 @@ input SubcontrolHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -29532,9 +25662,6 @@ input SubcontrolHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -29548,10 +25675,6 @@ input SubcontrolHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -29566,10 +25689,6 @@ input SubcontrolHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -29584,10 +25703,6 @@ input SubcontrolHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -29602,10 +25717,6 @@ input SubcontrolHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -29618,10 +25729,6 @@ input SubcontrolHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -29636,10 +25743,6 @@ input SubcontrolHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -29654,10 +25757,6 @@ input SubcontrolHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -29672,10 +25771,6 @@ input SubcontrolHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -29690,10 +25785,6 @@ input SubcontrolHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -29708,10 +25799,6 @@ input SubcontrolHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -29744,10 +25831,6 @@ input SubcontrolHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -29762,10 +25845,6 @@ input SubcontrolHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -29789,10 +25868,6 @@ input SubcontrolHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -29807,10 +25882,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -29825,10 +25896,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -29843,10 +25910,6 @@ input SubcontrolHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -29861,10 +25924,6 @@ input SubcontrolHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -29879,10 +25938,6 @@ input SubcontrolHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -29897,10 +25952,6 @@ input SubcontrolHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -29915,10 +25966,6 @@ input SubcontrolHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -29933,10 +25980,6 @@ input SubcontrolHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -29958,10 +26001,6 @@ input SubcontrolHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -29976,10 +26015,6 @@ input SubcontrolHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -29994,10 +26029,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -30012,10 +26043,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindIDNEQ: String subcontrolKindIDIn: [String!] subcontrolKindIDNotIn: [String!] - subcontrolKindIDGT: String - subcontrolKindIDGTE: String - subcontrolKindIDLT: String - subcontrolKindIDLTE: String subcontrolKindIDContains: String subcontrolKindIDHasPrefix: String subcontrolKindIDHasSuffix: String @@ -30037,10 +26064,6 @@ input SubcontrolHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -30053,10 +26076,6 @@ input SubcontrolHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -30188,19 +26207,12 @@ input SubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30212,10 +26224,6 @@ input SubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30234,9 +26242,6 @@ input SubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30247,9 +26252,6 @@ input SubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30263,10 +26265,6 @@ input SubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30281,10 +26279,6 @@ input SubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30299,10 +26293,6 @@ input SubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30317,10 +26307,6 @@ input SubprocessorHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -30342,10 +26328,6 @@ input SubprocessorHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -30360,10 +26342,6 @@ input SubprocessorHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -30378,10 +26356,6 @@ input SubprocessorHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -30394,10 +26368,6 @@ input SubprocessorHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30412,10 +26382,6 @@ input SubprocessorHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -30430,10 +26396,6 @@ input SubprocessorHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -30584,19 +26546,12 @@ input SystemDetailHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30608,10 +26563,6 @@ input SystemDetailHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30630,9 +26581,6 @@ input SystemDetailHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30643,9 +26591,6 @@ input SystemDetailHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30659,10 +26604,6 @@ input SystemDetailHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30677,10 +26618,6 @@ input SystemDetailHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30695,10 +26632,6 @@ input SystemDetailHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30713,10 +26646,6 @@ input SystemDetailHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -30729,10 +26658,6 @@ input SystemDetailHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -30747,10 +26672,6 @@ input SystemDetailHistoryWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -30763,10 +26684,6 @@ input SystemDetailHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -30781,10 +26698,6 @@ input SystemDetailHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30799,10 +26712,6 @@ input SystemDetailHistoryWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -30823,9 +26732,6 @@ input SystemDetailHistoryWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -31054,19 +26960,12 @@ input TaskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31078,10 +26977,6 @@ input TaskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31100,9 +26995,6 @@ input TaskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31113,9 +27005,6 @@ input TaskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31129,10 +27018,6 @@ input TaskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31147,10 +27032,6 @@ input TaskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31165,10 +27046,6 @@ input TaskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31183,10 +27060,6 @@ input TaskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -31199,10 +27072,6 @@ input TaskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -31217,10 +27086,6 @@ input TaskHistoryWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -31235,10 +27100,6 @@ input TaskHistoryWhereInput { taskKindIDNEQ: String taskKindIDIn: [String!] taskKindIDNotIn: [String!] - taskKindIDGT: String - taskKindIDGTE: String - taskKindIDLT: String - taskKindIDLTE: String taskKindIDContains: String taskKindIDHasPrefix: String taskKindIDHasSuffix: String @@ -31253,10 +27114,6 @@ input TaskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -31271,10 +27128,6 @@ input TaskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -31289,10 +27142,6 @@ input TaskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -31307,10 +27156,6 @@ input TaskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -31332,10 +27177,6 @@ input TaskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -31350,10 +27191,6 @@ input TaskHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -31366,10 +27203,6 @@ input TaskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -31388,9 +27221,6 @@ input TaskHistoryWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -31401,9 +27231,6 @@ input TaskHistoryWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -31417,10 +27244,6 @@ input TaskHistoryWhereInput { assigneeIDNEQ: String assigneeIDIn: [String!] assigneeIDNotIn: [String!] - assigneeIDGT: String - assigneeIDGTE: String - assigneeIDLT: String - assigneeIDLTE: String assigneeIDContains: String assigneeIDHasPrefix: String assigneeIDHasSuffix: String @@ -31435,10 +27258,6 @@ input TaskHistoryWhereInput { assignerIDNEQ: String assignerIDIn: [String!] assignerIDNotIn: [String!] - assignerIDGT: String - assignerIDGTE: String - assignerIDLT: String - assignerIDLTE: String assignerIDContains: String assignerIDHasPrefix: String assignerIDHasSuffix: String @@ -31466,8 +27285,6 @@ input TaskHistoryWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -31479,10 +27296,6 @@ input TaskHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -31497,10 +27310,6 @@ input TaskHistoryWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -31515,10 +27324,6 @@ input TaskHistoryWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -31533,10 +27338,6 @@ input TaskHistoryWhereInput { parentTaskIDNEQ: String parentTaskIDIn: [String!] parentTaskIDNotIn: [String!] - parentTaskIDGT: String - parentTaskIDGTE: String - parentTaskIDLT: String - parentTaskIDLTE: String parentTaskIDContains: String parentTaskIDHasPrefix: String parentTaskIDHasSuffix: String @@ -31719,19 +27520,12 @@ input TemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31743,10 +27537,6 @@ input TemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31765,9 +27555,6 @@ input TemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31778,9 +27565,6 @@ input TemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31794,10 +27578,6 @@ input TemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31812,10 +27592,6 @@ input TemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31830,10 +27606,6 @@ input TemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31848,10 +27620,6 @@ input TemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -31873,10 +27641,6 @@ input TemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -31891,10 +27655,6 @@ input TemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -31909,10 +27669,6 @@ input TemplateHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -31927,10 +27683,6 @@ input TemplateHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -31945,10 +27697,6 @@ input TemplateHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -31963,10 +27711,6 @@ input TemplateHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -31981,10 +27725,6 @@ input TemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -32004,10 +27744,6 @@ input TemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -32031,10 +27767,6 @@ input TemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32155,19 +27887,12 @@ input TrustCenterComplianceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32179,10 +27904,6 @@ input TrustCenterComplianceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32201,9 +27922,6 @@ input TrustCenterComplianceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32214,9 +27932,6 @@ input TrustCenterComplianceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32230,10 +27945,6 @@ input TrustCenterComplianceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32248,10 +27959,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32266,10 +27973,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32284,10 +27987,6 @@ input TrustCenterComplianceHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -32300,10 +27999,6 @@ input TrustCenterComplianceHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32462,19 +28157,12 @@ input TrustCenterDocHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32486,10 +28174,6 @@ input TrustCenterDocHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32508,9 +28192,6 @@ input TrustCenterDocHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32521,9 +28202,6 @@ input TrustCenterDocHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32537,10 +28215,6 @@ input TrustCenterDocHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32555,10 +28229,6 @@ input TrustCenterDocHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32573,10 +28243,6 @@ input TrustCenterDocHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32591,10 +28257,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -32609,10 +28271,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindIDNEQ: String trustCenterDocKindIDIn: [String!] trustCenterDocKindIDNotIn: [String!] - trustCenterDocKindIDGT: String - trustCenterDocKindIDGTE: String - trustCenterDocKindIDLT: String - trustCenterDocKindIDLTE: String trustCenterDocKindIDContains: String trustCenterDocKindIDHasPrefix: String trustCenterDocKindIDHasSuffix: String @@ -32627,10 +28285,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32645,10 +28299,6 @@ input TrustCenterDocHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -32661,10 +28311,6 @@ input TrustCenterDocHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -32679,10 +28325,6 @@ input TrustCenterDocHistoryWhereInput { originalFileIDNEQ: String originalFileIDIn: [String!] originalFileIDNotIn: [String!] - originalFileIDGT: String - originalFileIDGTE: String - originalFileIDLT: String - originalFileIDLTE: String originalFileIDContains: String originalFileIDHasPrefix: String originalFileIDHasSuffix: String @@ -32722,10 +28364,6 @@ input TrustCenterDocHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -32843,19 +28481,12 @@ input TrustCenterEntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32867,10 +28498,6 @@ input TrustCenterEntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32889,9 +28516,6 @@ input TrustCenterEntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32902,9 +28526,6 @@ input TrustCenterEntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32918,10 +28539,6 @@ input TrustCenterEntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32936,10 +28553,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32954,10 +28567,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32972,10 +28581,6 @@ input TrustCenterEntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -32990,10 +28595,6 @@ input TrustCenterEntityHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -33008,10 +28609,6 @@ input TrustCenterEntityHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -33026,10 +28623,6 @@ input TrustCenterEntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -33149,19 +28742,12 @@ input TrustCenterFAQHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33173,10 +28759,6 @@ input TrustCenterFAQHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33195,9 +28777,6 @@ input TrustCenterFAQHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33208,9 +28787,6 @@ input TrustCenterFAQHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33224,10 +28800,6 @@ input TrustCenterFAQHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33242,10 +28814,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33260,10 +28828,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33278,10 +28842,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -33296,10 +28856,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindIDNEQ: String trustCenterFaqKindIDIn: [String!] trustCenterFaqKindIDNotIn: [String!] - trustCenterFaqKindIDGT: String - trustCenterFaqKindIDGTE: String - trustCenterFaqKindIDLT: String - trustCenterFaqKindIDLTE: String trustCenterFaqKindIDContains: String trustCenterFaqKindIDHasPrefix: String trustCenterFaqKindIDHasSuffix: String @@ -33314,10 +28870,6 @@ input TrustCenterFAQHistoryWhereInput { noteIDNEQ: String noteIDIn: [String!] noteIDNotIn: [String!] - noteIDGT: String - noteIDGTE: String - noteIDLT: String - noteIDLTE: String noteIDContains: String noteIDHasPrefix: String noteIDHasSuffix: String @@ -33330,10 +28882,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -33348,10 +28896,6 @@ input TrustCenterFAQHistoryWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -33364,8 +28908,6 @@ input TrustCenterFAQHistoryWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -33511,19 +29053,12 @@ input TrustCenterHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33535,10 +29070,6 @@ input TrustCenterHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33557,9 +29088,6 @@ input TrustCenterHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33570,9 +29098,6 @@ input TrustCenterHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33586,10 +29111,6 @@ input TrustCenterHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33604,10 +29125,6 @@ input TrustCenterHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33622,10 +29139,6 @@ input TrustCenterHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33640,10 +29153,6 @@ input TrustCenterHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -33658,10 +29167,6 @@ input TrustCenterHistoryWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -33676,10 +29181,6 @@ input TrustCenterHistoryWhereInput { customDomainIDNEQ: String customDomainIDIn: [String!] customDomainIDNotIn: [String!] - customDomainIDGT: String - customDomainIDGTE: String - customDomainIDLT: String - customDomainIDLTE: String customDomainIDContains: String customDomainIDHasPrefix: String customDomainIDHasSuffix: String @@ -33694,10 +29195,6 @@ input TrustCenterHistoryWhereInput { previewDomainIDNEQ: String previewDomainIDIn: [String!] previewDomainIDNotIn: [String!] - previewDomainIDGT: String - previewDomainIDGTE: String - previewDomainIDLT: String - previewDomainIDLTE: String previewDomainIDContains: String previewDomainIDHasPrefix: String previewDomainIDHasSuffix: String @@ -33712,10 +29209,6 @@ input TrustCenterHistoryWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -33730,10 +29223,6 @@ input TrustCenterHistoryWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -33748,10 +29237,6 @@ input TrustCenterHistoryWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -33775,10 +29260,6 @@ input TrustCenterHistoryWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -33948,19 +29429,12 @@ input TrustCenterNDARequestHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33972,10 +29446,6 @@ input TrustCenterNDARequestHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33994,9 +29464,6 @@ input TrustCenterNDARequestHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34007,9 +29474,6 @@ input TrustCenterNDARequestHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34023,10 +29487,6 @@ input TrustCenterNDARequestHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34041,10 +29501,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34059,10 +29515,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34077,10 +29529,6 @@ input TrustCenterNDARequestHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -34095,10 +29543,6 @@ input TrustCenterNDARequestHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -34111,10 +29555,6 @@ input TrustCenterNDARequestHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -34127,10 +29567,6 @@ input TrustCenterNDARequestHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -34143,10 +29579,6 @@ input TrustCenterNDARequestHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -34161,10 +29593,6 @@ input TrustCenterNDARequestHistoryWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -34194,9 +29622,6 @@ input TrustCenterNDARequestHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -34210,10 +29635,6 @@ input TrustCenterNDARequestHistoryWhereInput { approvedByUserIDNEQ: String approvedByUserIDIn: [String!] approvedByUserIDNotIn: [String!] - approvedByUserIDGT: String - approvedByUserIDGTE: String - approvedByUserIDLT: String - approvedByUserIDLTE: String approvedByUserIDContains: String approvedByUserIDHasPrefix: String approvedByUserIDHasSuffix: String @@ -34225,9 +29646,6 @@ input TrustCenterNDARequestHistoryWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -34241,10 +29659,6 @@ input TrustCenterNDARequestHistoryWhereInput { documentDataIDNEQ: String documentDataIDIn: [String!] documentDataIDNotIn: [String!] - documentDataIDGT: String - documentDataIDGTE: String - documentDataIDLT: String - documentDataIDLTE: String documentDataIDContains: String documentDataIDHasPrefix: String documentDataIDHasSuffix: String @@ -34259,10 +29673,6 @@ input TrustCenterNDARequestHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -34485,19 +29895,12 @@ input TrustCenterSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -34509,10 +29912,6 @@ input TrustCenterSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -34531,9 +29930,6 @@ input TrustCenterSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34544,9 +29940,6 @@ input TrustCenterSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34560,10 +29953,6 @@ input TrustCenterSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34578,10 +29967,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34596,10 +29981,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34614,10 +29995,6 @@ input TrustCenterSettingHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -34632,10 +30009,6 @@ input TrustCenterSettingHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -34650,10 +30023,6 @@ input TrustCenterSettingHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -34668,10 +30037,6 @@ input TrustCenterSettingHistoryWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -34686,10 +30051,6 @@ input TrustCenterSettingHistoryWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -34704,10 +30065,6 @@ input TrustCenterSettingHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -34722,10 +30079,6 @@ input TrustCenterSettingHistoryWhereInput { logoLocalFileIDNEQ: String logoLocalFileIDIn: [String!] logoLocalFileIDNotIn: [String!] - logoLocalFileIDGT: String - logoLocalFileIDGTE: String - logoLocalFileIDLT: String - logoLocalFileIDLTE: String logoLocalFileIDContains: String logoLocalFileIDHasPrefix: String logoLocalFileIDHasSuffix: String @@ -34740,10 +30093,6 @@ input TrustCenterSettingHistoryWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -34758,10 +30107,6 @@ input TrustCenterSettingHistoryWhereInput { faviconLocalFileIDNEQ: String faviconLocalFileIDIn: [String!] faviconLocalFileIDNotIn: [String!] - faviconLocalFileIDGT: String - faviconLocalFileIDGTE: String - faviconLocalFileIDLT: String - faviconLocalFileIDLTE: String faviconLocalFileIDContains: String faviconLocalFileIDHasPrefix: String faviconLocalFileIDHasSuffix: String @@ -34776,10 +30121,6 @@ input TrustCenterSettingHistoryWhereInput { heroImageLocalFileIDNEQ: String heroImageLocalFileIDIn: [String!] heroImageLocalFileIDNotIn: [String!] - heroImageLocalFileIDGT: String - heroImageLocalFileIDGTE: String - heroImageLocalFileIDLT: String - heroImageLocalFileIDLTE: String heroImageLocalFileIDContains: String heroImageLocalFileIDHasPrefix: String heroImageLocalFileIDHasSuffix: String @@ -34803,10 +30144,6 @@ input TrustCenterSettingHistoryWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -34821,10 +30158,6 @@ input TrustCenterSettingHistoryWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -34839,10 +30172,6 @@ input TrustCenterSettingHistoryWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -34857,10 +30186,6 @@ input TrustCenterSettingHistoryWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -34875,10 +30200,6 @@ input TrustCenterSettingHistoryWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -34893,10 +30214,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -34911,10 +30228,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -34945,10 +30258,6 @@ input TrustCenterSettingHistoryWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -34963,10 +30272,6 @@ input TrustCenterSettingHistoryWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -34999,9 +30304,6 @@ input TrustCenterSettingHistoryWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -35015,10 +30317,6 @@ input TrustCenterSettingHistoryWhereInput { ndaApproverGroupIDNEQ: String ndaApproverGroupIDIn: [String!] ndaApproverGroupIDNotIn: [String!] - ndaApproverGroupIDGT: String - ndaApproverGroupIDGTE: String - ndaApproverGroupIDLT: String - ndaApproverGroupIDLTE: String ndaApproverGroupIDContains: String ndaApproverGroupIDHasPrefix: String ndaApproverGroupIDHasSuffix: String @@ -35033,10 +30331,6 @@ input TrustCenterSettingHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -35153,19 +30447,12 @@ input TrustCenterSubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35177,10 +30464,6 @@ input TrustCenterSubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35199,9 +30482,6 @@ input TrustCenterSubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35212,9 +30492,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35228,10 +30505,6 @@ input TrustCenterSubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35246,10 +30519,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35264,10 +30533,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35282,10 +30547,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -35300,10 +30561,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindIDNEQ: String trustCenterSubprocessorKindIDIn: [String!] trustCenterSubprocessorKindIDNotIn: [String!] - trustCenterSubprocessorKindIDGT: String - trustCenterSubprocessorKindIDGTE: String - trustCenterSubprocessorKindIDLT: String - trustCenterSubprocessorKindIDLTE: String trustCenterSubprocessorKindIDContains: String trustCenterSubprocessorKindIDHasPrefix: String trustCenterSubprocessorKindIDHasSuffix: String @@ -35318,10 +30575,6 @@ input TrustCenterSubprocessorHistoryWhereInput { subprocessorIDNEQ: String subprocessorIDIn: [String!] subprocessorIDNotIn: [String!] - subprocessorIDGT: String - subprocessorIDGTE: String - subprocessorIDLT: String - subprocessorIDLTE: String subprocessorIDContains: String subprocessorIDHasPrefix: String subprocessorIDHasSuffix: String @@ -35334,10 +30587,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -35492,19 +30741,12 @@ input TrustCenterWatermarkConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35516,10 +30758,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35538,9 +30776,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35551,9 +30786,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35567,10 +30799,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35585,10 +30813,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35603,10 +30827,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35621,10 +30841,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -35639,10 +30855,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -35664,10 +30876,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { logoIDNEQ: String logoIDIn: [String!] logoIDNotIn: [String!] - logoIDGT: String - logoIDGTE: String - logoIDLT: String - logoIDLTE: String logoIDContains: String logoIDHasPrefix: String logoIDHasSuffix: String @@ -35682,10 +30890,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -35739,10 +30943,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -35941,19 +31141,12 @@ input UserHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35965,10 +31158,6 @@ input UserHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35987,9 +31176,6 @@ input UserHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36000,9 +31186,6 @@ input UserHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36016,10 +31199,6 @@ input UserHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36034,10 +31213,6 @@ input UserHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36052,10 +31227,6 @@ input UserHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -36068,10 +31239,6 @@ input UserHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -36084,10 +31251,6 @@ input UserHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -36102,10 +31265,6 @@ input UserHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -36120,10 +31279,6 @@ input UserHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -36136,10 +31291,6 @@ input UserHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -36154,10 +31305,6 @@ input UserHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -36169,9 +31316,6 @@ input UserHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -36182,9 +31326,6 @@ input UserHistoryWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -36207,10 +31348,6 @@ input UserHistoryWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -36241,10 +31378,6 @@ input UserHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -36259,10 +31392,6 @@ input UserHistoryWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -36284,10 +31413,6 @@ input UserHistoryWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -36302,10 +31427,6 @@ input UserHistoryWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -36458,19 +31579,12 @@ input UserSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -36482,10 +31596,6 @@ input UserSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -36504,9 +31614,6 @@ input UserSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36517,9 +31624,6 @@ input UserSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36533,10 +31637,6 @@ input UserSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36551,10 +31651,6 @@ input UserSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36569,10 +31665,6 @@ input UserSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36587,10 +31679,6 @@ input UserSettingHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -36605,10 +31693,6 @@ input UserSettingHistoryWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -36620,9 +31704,6 @@ input UserSettingHistoryWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -36633,9 +31714,6 @@ input UserSettingHistoryWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -36651,9 +31729,6 @@ input UserSettingHistoryWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -36664,9 +31739,6 @@ input UserSettingHistoryWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -36889,19 +31961,12 @@ input VendorRiskScoreHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -36913,10 +31978,6 @@ input VendorRiskScoreHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -36935,9 +31996,6 @@ input VendorRiskScoreHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36948,9 +32006,6 @@ input VendorRiskScoreHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36964,10 +32019,6 @@ input VendorRiskScoreHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36982,10 +32033,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37000,10 +32047,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37018,10 +32061,6 @@ input VendorRiskScoreHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -37036,10 +32075,6 @@ input VendorRiskScoreHistoryWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -37052,10 +32087,6 @@ input VendorRiskScoreHistoryWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -37068,10 +32099,6 @@ input VendorRiskScoreHistoryWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -37125,10 +32152,6 @@ input VendorRiskScoreHistoryWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -37143,10 +32166,6 @@ input VendorRiskScoreHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -37161,10 +32180,6 @@ input VendorRiskScoreHistoryWhereInput { vendorScoringConfigIDNEQ: String vendorScoringConfigIDIn: [String!] vendorScoringConfigIDNotIn: [String!] - vendorScoringConfigIDGT: String - vendorScoringConfigIDGTE: String - vendorScoringConfigIDLT: String - vendorScoringConfigIDLTE: String vendorScoringConfigIDContains: String vendorScoringConfigIDHasPrefix: String vendorScoringConfigIDHasSuffix: String @@ -37179,10 +32194,6 @@ input VendorRiskScoreHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -37195,10 +32206,6 @@ input VendorRiskScoreHistoryWhereInput { assessmentResponseIDNEQ: String assessmentResponseIDIn: [String!] assessmentResponseIDNotIn: [String!] - assessmentResponseIDGT: String - assessmentResponseIDGTE: String - assessmentResponseIDLT: String - assessmentResponseIDLTE: String assessmentResponseIDContains: String assessmentResponseIDHasPrefix: String assessmentResponseIDHasSuffix: String @@ -37324,19 +32331,12 @@ input VendorScoringConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37348,10 +32348,6 @@ input VendorScoringConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37370,9 +32366,6 @@ input VendorScoringConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37383,9 +32376,6 @@ input VendorScoringConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37399,10 +32389,6 @@ input VendorScoringConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37417,10 +32403,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37435,10 +32417,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37453,10 +32431,6 @@ input VendorScoringConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -37829,19 +32803,12 @@ input VulnerabilityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37853,10 +32820,6 @@ input VulnerabilityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37875,9 +32838,6 @@ input VulnerabilityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37888,9 +32848,6 @@ input VulnerabilityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37904,10 +32861,6 @@ input VulnerabilityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37922,10 +32875,6 @@ input VulnerabilityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37940,10 +32889,6 @@ input VulnerabilityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37958,10 +32903,6 @@ input VulnerabilityHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -37974,10 +32915,6 @@ input VulnerabilityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -37992,10 +32929,6 @@ input VulnerabilityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -38010,10 +32943,6 @@ input VulnerabilityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -38028,10 +32957,6 @@ input VulnerabilityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -38046,10 +32971,6 @@ input VulnerabilityHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -38064,10 +32985,6 @@ input VulnerabilityHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -38082,10 +32999,6 @@ input VulnerabilityHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -38107,10 +33020,6 @@ input VulnerabilityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -38125,10 +33034,6 @@ input VulnerabilityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -38143,10 +33048,6 @@ input VulnerabilityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -38161,10 +33062,6 @@ input VulnerabilityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -38179,10 +33076,6 @@ input VulnerabilityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -38197,10 +33090,6 @@ input VulnerabilityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -38215,10 +33104,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -38233,10 +33118,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusIDNEQ: String vulnerabilityStatusIDIn: [String!] vulnerabilityStatusIDNotIn: [String!] - vulnerabilityStatusIDGT: String - vulnerabilityStatusIDGTE: String - vulnerabilityStatusIDLT: String - vulnerabilityStatusIDLTE: String vulnerabilityStatusIDContains: String vulnerabilityStatusIDHasPrefix: String vulnerabilityStatusIDHasSuffix: String @@ -38258,10 +33139,6 @@ input VulnerabilityHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -38285,10 +33162,6 @@ input VulnerabilityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -38301,10 +33174,6 @@ input VulnerabilityHistoryWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -38319,10 +33188,6 @@ input VulnerabilityHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -38337,10 +33202,6 @@ input VulnerabilityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -38355,10 +33216,6 @@ input VulnerabilityHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -38373,10 +33230,6 @@ input VulnerabilityHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -38430,10 +33283,6 @@ input VulnerabilityHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -38448,10 +33297,6 @@ input VulnerabilityHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -38466,10 +33311,6 @@ input VulnerabilityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -38484,10 +33325,6 @@ input VulnerabilityHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -38500,8 +33337,6 @@ input VulnerabilityHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -38550,10 +33385,6 @@ input VulnerabilityHistoryWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -38568,10 +33399,6 @@ input VulnerabilityHistoryWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -38593,10 +33420,6 @@ input VulnerabilityHistoryWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -38611,10 +33434,6 @@ input VulnerabilityHistoryWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -38629,10 +33448,6 @@ input VulnerabilityHistoryWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -38647,10 +33462,6 @@ input VulnerabilityHistoryWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -38662,9 +33473,6 @@ input VulnerabilityHistoryWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -38675,9 +33483,6 @@ input VulnerabilityHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -38688,9 +33493,6 @@ input VulnerabilityHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -38701,9 +33503,6 @@ input VulnerabilityHistoryWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -38717,10 +33516,6 @@ input VulnerabilityHistoryWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -38735,10 +33530,6 @@ input VulnerabilityHistoryWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -38750,9 +33541,6 @@ input VulnerabilityHistoryWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -38763,9 +33551,6 @@ input VulnerabilityHistoryWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -38779,10 +33564,6 @@ input VulnerabilityHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -38959,19 +33740,12 @@ input WorkflowAssignmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -38983,10 +33757,6 @@ input WorkflowAssignmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39005,9 +33775,6 @@ input WorkflowAssignmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39018,9 +33785,6 @@ input WorkflowAssignmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39034,10 +33798,6 @@ input WorkflowAssignmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39052,10 +33812,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39070,10 +33826,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39088,10 +33840,6 @@ input WorkflowAssignmentHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39104,10 +33852,6 @@ input WorkflowAssignmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -39122,10 +33866,6 @@ input WorkflowAssignmentHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -39138,10 +33878,6 @@ input WorkflowAssignmentHistoryWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -39154,10 +33890,6 @@ input WorkflowAssignmentHistoryWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -39170,10 +33902,6 @@ input WorkflowAssignmentHistoryWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -39197,9 +33925,6 @@ input WorkflowAssignmentHistoryWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -39213,10 +33938,6 @@ input WorkflowAssignmentHistoryWhereInput { actorUserIDNEQ: String actorUserIDIn: [String!] actorUserIDNotIn: [String!] - actorUserIDGT: String - actorUserIDGTE: String - actorUserIDLT: String - actorUserIDLTE: String actorUserIDContains: String actorUserIDHasPrefix: String actorUserIDHasSuffix: String @@ -39231,10 +33952,6 @@ input WorkflowAssignmentHistoryWhereInput { actorGroupIDNEQ: String actorGroupIDIn: [String!] actorGroupIDNotIn: [String!] - actorGroupIDGT: String - actorGroupIDGTE: String - actorGroupIDLT: String - actorGroupIDLTE: String actorGroupIDContains: String actorGroupIDHasPrefix: String actorGroupIDHasSuffix: String @@ -39249,10 +33966,6 @@ input WorkflowAssignmentHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -39264,9 +33977,6 @@ input WorkflowAssignmentHistoryWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -39411,19 +34121,12 @@ input WorkflowAssignmentTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -39435,10 +34138,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39457,9 +34156,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39470,9 +34166,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39486,10 +34179,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39504,10 +34193,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39522,10 +34207,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39540,10 +34221,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39556,10 +34233,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -39574,10 +34247,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { workflowAssignmentIDNEQ: String workflowAssignmentIDIn: [String!] workflowAssignmentIDNotIn: [String!] - workflowAssignmentIDGT: String - workflowAssignmentIDGTE: String - workflowAssignmentIDLT: String - workflowAssignmentIDLTE: String workflowAssignmentIDContains: String workflowAssignmentIDHasPrefix: String workflowAssignmentIDHasSuffix: String @@ -39597,10 +34266,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetUserIDNEQ: String targetUserIDIn: [String!] targetUserIDNotIn: [String!] - targetUserIDGT: String - targetUserIDGTE: String - targetUserIDLT: String - targetUserIDLTE: String targetUserIDContains: String targetUserIDHasPrefix: String targetUserIDHasSuffix: String @@ -39615,10 +34280,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetGroupIDNEQ: String targetGroupIDIn: [String!] targetGroupIDNotIn: [String!] - targetGroupIDGT: String - targetGroupIDGTE: String - targetGroupIDLT: String - targetGroupIDLTE: String targetGroupIDContains: String targetGroupIDHasPrefix: String targetGroupIDHasSuffix: String @@ -39633,10 +34294,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -39819,19 +34476,12 @@ input WorkflowDefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -39843,10 +34493,6 @@ input WorkflowDefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39865,9 +34511,6 @@ input WorkflowDefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39878,9 +34521,6 @@ input WorkflowDefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39894,10 +34534,6 @@ input WorkflowDefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39912,10 +34548,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39930,10 +34562,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39948,10 +34576,6 @@ input WorkflowDefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39964,10 +34588,6 @@ input WorkflowDefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -39989,10 +34609,6 @@ input WorkflowDefinitionHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -40007,10 +34623,6 @@ input WorkflowDefinitionHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -40025,10 +34637,6 @@ input WorkflowDefinitionHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -40041,10 +34649,6 @@ input WorkflowDefinitionHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -40066,10 +34670,6 @@ input WorkflowDefinitionHistoryWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -40080,8 +34680,6 @@ input WorkflowDefinitionHistoryWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -40095,9 +34693,6 @@ input WorkflowDefinitionHistoryWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -40109,8 +34704,6 @@ input WorkflowDefinitionHistoryWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int diff --git a/internal/graphapi/resolver.go b/internal/graphapi/resolver.go index 61422eb68b..837f9445f0 100644 --- a/internal/graphapi/resolver.go +++ b/internal/graphapi/resolver.go @@ -14,7 +14,6 @@ import ( ent "github.com/theopenlane/core/internal/ent/generated" "github.com/theopenlane/core/internal/graphapi/common" - "github.com/theopenlane/core/internal/graphapi/directives" gqlgenerated "github.com/theopenlane/core/internal/graphapi/generated" "github.com/theopenlane/core/internal/graphapi/gqlerrors" "github.com/theopenlane/core/internal/graphsubscriptions" @@ -121,7 +120,7 @@ type Handler struct { func (r *Resolver) Handler() *Handler { c := &gqlgenerated.Config{Resolvers: r} - directives.ImplementAllDirectives(c) + ImplementAllDirectives(c) srv := handler.New(gqlgenerated.NewExecutableSchema( *c, diff --git a/internal/graphapi/schema/ent.graphql b/internal/graphapi/schema/ent.graphql index f4783a6072..fa971caf69 100644 --- a/internal/graphapi/schema/ent.graphql +++ b/internal/graphapi/schema/ent.graphql @@ -124,19 +124,12 @@ input APITokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -147,9 +140,6 @@ input APITokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -163,10 +153,6 @@ input APITokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -181,10 +167,6 @@ input APITokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -199,10 +181,6 @@ input APITokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -217,10 +195,6 @@ input APITokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -235,10 +209,6 @@ input APITokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -248,9 +218,6 @@ input APITokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -261,9 +228,6 @@ input APITokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -284,10 +248,6 @@ input APITokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -302,10 +262,6 @@ input APITokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -317,9 +273,6 @@ input APITokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -1072,19 +1025,12 @@ input ActionPlanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1095,9 +1041,6 @@ input ActionPlanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1111,10 +1054,6 @@ input ActionPlanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1129,10 +1068,6 @@ input ActionPlanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1147,10 +1082,6 @@ input ActionPlanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1165,10 +1096,6 @@ input ActionPlanWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -1183,10 +1110,6 @@ input ActionPlanWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -1217,10 +1140,6 @@ input ActionPlanWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -1239,9 +1158,6 @@ input ActionPlanWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -1264,10 +1180,6 @@ input ActionPlanWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -1282,10 +1194,6 @@ input ActionPlanWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -1300,10 +1208,6 @@ input ActionPlanWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -1318,10 +1222,6 @@ input ActionPlanWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -1336,10 +1236,6 @@ input ActionPlanWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -1354,10 +1250,6 @@ input ActionPlanWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -1372,10 +1264,6 @@ input ActionPlanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -1397,10 +1285,6 @@ input ActionPlanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -1415,10 +1299,6 @@ input ActionPlanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -1433,10 +1313,6 @@ input ActionPlanWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -1451,10 +1327,6 @@ input ActionPlanWhereInput { actionPlanKindIDNEQ: ID actionPlanKindIDIn: [ID!] actionPlanKindIDNotIn: [ID!] - actionPlanKindIDGT: ID - actionPlanKindIDGTE: ID - actionPlanKindIDLT: ID - actionPlanKindIDLTE: ID actionPlanKindIDContains: ID actionPlanKindIDHasPrefix: ID actionPlanKindIDHasSuffix: ID @@ -1476,10 +1348,6 @@ input ActionPlanWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -1492,10 +1360,6 @@ input ActionPlanWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -1507,9 +1371,6 @@ input ActionPlanWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -1520,9 +1381,6 @@ input ActionPlanWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -1555,10 +1413,6 @@ input ActionPlanWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -1573,10 +1427,6 @@ input ActionPlanWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -2339,19 +2189,12 @@ input AssessmentResponseWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -2362,9 +2205,6 @@ input AssessmentResponseWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -2378,10 +2218,6 @@ input AssessmentResponseWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -2396,10 +2232,6 @@ input AssessmentResponseWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -2414,10 +2246,6 @@ input AssessmentResponseWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -2432,10 +2260,6 @@ input AssessmentResponseWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -2457,10 +2281,6 @@ input AssessmentResponseWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -2478,10 +2298,6 @@ input AssessmentResponseWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -2496,10 +2312,6 @@ input AssessmentResponseWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -2514,10 +2326,6 @@ input AssessmentResponseWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -2532,10 +2340,6 @@ input AssessmentResponseWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -2550,10 +2354,6 @@ input AssessmentResponseWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -2566,8 +2366,6 @@ input AssessmentResponseWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -2576,9 +2374,6 @@ input AssessmentResponseWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -2589,9 +2384,6 @@ input AssessmentResponseWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -2602,9 +2394,6 @@ input AssessmentResponseWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -2616,8 +2405,6 @@ input AssessmentResponseWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -2629,8 +2416,6 @@ input AssessmentResponseWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -2641,9 +2426,6 @@ input AssessmentResponseWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -2661,9 +2443,6 @@ input AssessmentResponseWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -2672,9 +2451,6 @@ input AssessmentResponseWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -2683,9 +2459,6 @@ input AssessmentResponseWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -2696,9 +2469,6 @@ input AssessmentResponseWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -2766,19 +2536,12 @@ input AssessmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -2789,9 +2552,6 @@ input AssessmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -2805,10 +2565,6 @@ input AssessmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -2823,10 +2579,6 @@ input AssessmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -2841,10 +2593,6 @@ input AssessmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -2859,10 +2607,6 @@ input AssessmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -2884,10 +2628,6 @@ input AssessmentWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -2902,10 +2642,6 @@ input AssessmentWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -2927,10 +2663,6 @@ input AssessmentWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -2950,10 +2682,6 @@ input AssessmentWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -2966,8 +2694,6 @@ input AssessmentWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -3880,19 +3606,12 @@ input AssetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -3903,9 +3622,6 @@ input AssetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -3919,10 +3635,6 @@ input AssetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -3937,10 +3649,6 @@ input AssetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -3955,10 +3663,6 @@ input AssetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -3973,10 +3677,6 @@ input AssetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -3991,10 +3691,6 @@ input AssetWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -4009,10 +3705,6 @@ input AssetWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -4027,10 +3719,6 @@ input AssetWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -4045,10 +3733,6 @@ input AssetWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -4063,10 +3747,6 @@ input AssetWhereInput { assetSubtypeIDNEQ: ID assetSubtypeIDIn: [ID!] assetSubtypeIDNotIn: [ID!] - assetSubtypeIDGT: ID - assetSubtypeIDGTE: ID - assetSubtypeIDLT: ID - assetSubtypeIDLTE: ID assetSubtypeIDContains: ID assetSubtypeIDHasPrefix: ID assetSubtypeIDHasSuffix: ID @@ -4081,10 +3761,6 @@ input AssetWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -4099,10 +3775,6 @@ input AssetWhereInput { assetDataClassificationIDNEQ: ID assetDataClassificationIDIn: [ID!] assetDataClassificationIDNotIn: [ID!] - assetDataClassificationIDGT: ID - assetDataClassificationIDGTE: ID - assetDataClassificationIDLT: ID - assetDataClassificationIDLTE: ID assetDataClassificationIDContains: ID assetDataClassificationIDHasPrefix: ID assetDataClassificationIDHasSuffix: ID @@ -4117,10 +3789,6 @@ input AssetWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -4135,10 +3803,6 @@ input AssetWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -4153,10 +3817,6 @@ input AssetWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -4171,10 +3831,6 @@ input AssetWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -4189,10 +3845,6 @@ input AssetWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -4207,10 +3859,6 @@ input AssetWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -4225,10 +3873,6 @@ input AssetWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -4243,10 +3887,6 @@ input AssetWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -4261,10 +3901,6 @@ input AssetWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -4279,10 +3915,6 @@ input AssetWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -4297,10 +3929,6 @@ input AssetWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -4315,10 +3943,6 @@ input AssetWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -4340,10 +3964,6 @@ input AssetWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -4358,10 +3978,6 @@ input AssetWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -4383,10 +3999,6 @@ input AssetWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -4399,10 +4011,6 @@ input AssetWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -4417,10 +4025,6 @@ input AssetWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -4435,10 +4039,6 @@ input AssetWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -4453,10 +4053,6 @@ input AssetWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -4471,10 +4067,6 @@ input AssetWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -4489,10 +4081,6 @@ input AssetWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -4521,10 +4109,6 @@ input AssetWhereInput { sourcePlatformIDNEQ: ID sourcePlatformIDIn: [ID!] sourcePlatformIDNotIn: [ID!] - sourcePlatformIDGT: ID - sourcePlatformIDGTE: ID - sourcePlatformIDLT: ID - sourcePlatformIDLTE: ID sourcePlatformIDContains: ID sourcePlatformIDHasPrefix: ID sourcePlatformIDHasSuffix: ID @@ -4539,10 +4123,6 @@ input AssetWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -4557,10 +4137,6 @@ input AssetWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -4585,9 +4161,6 @@ input AssetWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -4601,10 +4174,6 @@ input AssetWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -4616,9 +4185,6 @@ input AssetWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -5572,19 +5138,12 @@ input CampaignTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5595,9 +5154,6 @@ input CampaignTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5611,10 +5167,6 @@ input CampaignTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -5629,10 +5181,6 @@ input CampaignTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -5647,10 +5195,6 @@ input CampaignTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -5665,10 +5209,6 @@ input CampaignTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -5690,10 +5230,6 @@ input CampaignTargetWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -5708,10 +5244,6 @@ input CampaignTargetWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -5726,10 +5258,6 @@ input CampaignTargetWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -5744,10 +5272,6 @@ input CampaignTargetWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -5762,10 +5286,6 @@ input CampaignTargetWhereInput { subscriberIDNEQ: ID subscriberIDIn: [ID!] subscriberIDNotIn: [ID!] - subscriberIDGT: ID - subscriberIDGTE: ID - subscriberIDLT: ID - subscriberIDLTE: ID subscriberIDContains: ID subscriberIDHasPrefix: ID subscriberIDHasSuffix: ID @@ -5780,10 +5300,6 @@ input CampaignTargetWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -5796,10 +5312,6 @@ input CampaignTargetWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -5818,9 +5330,6 @@ input CampaignTargetWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -5831,9 +5340,6 @@ input CampaignTargetWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -5891,19 +5397,12 @@ input CampaignWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5914,9 +5413,6 @@ input CampaignWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5930,10 +5426,6 @@ input CampaignWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -5948,10 +5440,6 @@ input CampaignWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -5966,10 +5454,6 @@ input CampaignWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -5984,10 +5468,6 @@ input CampaignWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -6000,10 +5480,6 @@ input CampaignWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -6018,10 +5494,6 @@ input CampaignWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -6036,10 +5508,6 @@ input CampaignWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -6054,10 +5522,6 @@ input CampaignWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -6079,10 +5543,6 @@ input CampaignWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -6095,10 +5555,6 @@ input CampaignWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -6129,9 +5585,6 @@ input CampaignWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -6142,9 +5595,6 @@ input CampaignWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -6155,9 +5605,6 @@ input CampaignWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -6168,9 +5615,6 @@ input CampaignWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -6196,8 +5640,6 @@ input CampaignWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -6211,10 +5653,6 @@ input CampaignWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -6226,9 +5664,6 @@ input CampaignWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -6239,9 +5674,6 @@ input CampaignWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -6252,9 +5684,6 @@ input CampaignWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -6266,8 +5695,6 @@ input CampaignWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -6279,8 +5706,6 @@ input CampaignWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -6291,9 +5716,6 @@ input CampaignWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -6307,10 +5729,6 @@ input CampaignWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -6325,10 +5743,6 @@ input CampaignWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -6343,10 +5757,6 @@ input CampaignWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -6361,10 +5771,6 @@ input CampaignWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -6379,10 +5785,6 @@ input CampaignWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -6397,10 +5799,6 @@ input CampaignWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -6415,10 +5813,6 @@ input CampaignWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -6809,19 +6203,12 @@ input CheckResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6832,9 +6219,6 @@ input CheckResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6848,10 +6232,6 @@ input CheckResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6866,10 +6246,6 @@ input CheckResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6884,10 +6260,6 @@ input CheckResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6909,10 +6281,6 @@ input CheckResultWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -6922,9 +6290,6 @@ input CheckResultWhereInput { last_observed_at field predicates """ lastObservedAt: DateTime - lastObservedAtNEQ: DateTime - lastObservedAtIn: [DateTime!] - lastObservedAtNotIn: [DateTime!] lastObservedAtGT: DateTime lastObservedAtGTE: DateTime lastObservedAtLT: DateTime @@ -6938,10 +6303,6 @@ input CheckResultWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -6956,10 +6317,6 @@ input CheckResultWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -6974,10 +6331,6 @@ input CheckResultWhereInput { parentExternalIDNEQ: String parentExternalIDIn: [String!] parentExternalIDNotIn: [String!] - parentExternalIDGT: String - parentExternalIDGTE: String - parentExternalIDLT: String - parentExternalIDLTE: String parentExternalIDContains: String parentExternalIDHasPrefix: String parentExternalIDHasSuffix: String @@ -6992,10 +6345,6 @@ input CheckResultWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -7336,19 +6685,12 @@ input ContactWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7359,9 +6701,6 @@ input ContactWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7375,10 +6714,6 @@ input ContactWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7393,10 +6728,6 @@ input ContactWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7411,10 +6742,6 @@ input ContactWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7429,10 +6756,6 @@ input ContactWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -7447,10 +6770,6 @@ input ContactWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -7465,10 +6784,6 @@ input ContactWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -7483,10 +6798,6 @@ input ContactWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -7501,10 +6812,6 @@ input ContactWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -7519,10 +6826,6 @@ input ContactWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -7537,10 +6840,6 @@ input ContactWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -7562,10 +6861,6 @@ input ContactWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -7580,10 +6875,6 @@ input ContactWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -7595,9 +6886,6 @@ input ContactWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -9138,19 +8426,12 @@ input ControlImplementationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -9161,9 +8442,6 @@ input ControlImplementationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -9177,10 +8455,6 @@ input ControlImplementationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -9195,10 +8469,6 @@ input ControlImplementationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -9213,10 +8483,6 @@ input ControlImplementationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -9231,10 +8497,6 @@ input ControlImplementationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -9256,10 +8518,6 @@ input ControlImplementationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -9274,10 +8532,6 @@ input ControlImplementationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -9298,9 +8552,6 @@ input ControlImplementationWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -9318,9 +8569,6 @@ input ControlImplementationWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -9334,10 +8582,6 @@ input ControlImplementationWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -9918,19 +9162,12 @@ input ControlObjectiveWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -9941,9 +9178,6 @@ input ControlObjectiveWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -9957,10 +9191,6 @@ input ControlObjectiveWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -9975,10 +9205,6 @@ input ControlObjectiveWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -9993,10 +9219,6 @@ input ControlObjectiveWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10011,10 +9233,6 @@ input ControlObjectiveWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -10027,10 +9245,6 @@ input ControlObjectiveWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -10045,10 +9259,6 @@ input ControlObjectiveWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -10070,10 +9280,6 @@ input ControlObjectiveWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -10088,10 +9294,6 @@ input ControlObjectiveWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -10106,10 +9308,6 @@ input ControlObjectiveWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10122,10 +9320,6 @@ input ControlObjectiveWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -10158,10 +9352,6 @@ input ControlObjectiveWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -10176,10 +9366,6 @@ input ControlObjectiveWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -10194,10 +9380,6 @@ input ControlObjectiveWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -10327,19 +9509,12 @@ input ControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10350,9 +9525,6 @@ input ControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10366,10 +9538,6 @@ input ControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10384,10 +9552,6 @@ input ControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10402,10 +9566,6 @@ input ControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10420,10 +9580,6 @@ input ControlWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -10436,10 +9592,6 @@ input ControlWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -10454,10 +9606,6 @@ input ControlWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -10472,10 +9620,6 @@ input ControlWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -10490,10 +9634,6 @@ input ControlWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -10508,10 +9648,6 @@ input ControlWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -10526,10 +9662,6 @@ input ControlWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -10562,10 +9694,6 @@ input ControlWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -10580,10 +9708,6 @@ input ControlWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -10607,10 +9731,6 @@ input ControlWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -10625,10 +9745,6 @@ input ControlWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -10643,10 +9759,6 @@ input ControlWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -10661,10 +9773,6 @@ input ControlWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -10679,10 +9787,6 @@ input ControlWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -10697,10 +9801,6 @@ input ControlWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -10715,10 +9815,6 @@ input ControlWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -10733,10 +9829,6 @@ input ControlWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -10751,10 +9843,6 @@ input ControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -10776,10 +9864,6 @@ input ControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -10794,10 +9878,6 @@ input ControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -10812,10 +9892,6 @@ input ControlWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -10830,10 +9906,6 @@ input ControlWhereInput { controlKindIDNEQ: ID controlKindIDIn: [ID!] controlKindIDNotIn: [ID!] - controlKindIDGT: ID - controlKindIDGTE: ID - controlKindIDLT: ID - controlKindIDLTE: ID controlKindIDContains: ID controlKindIDHasPrefix: ID controlKindIDHasSuffix: ID @@ -10848,10 +9920,6 @@ input ControlWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -10866,10 +9934,6 @@ input ControlWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -10884,10 +9948,6 @@ input ControlWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -10902,10 +9962,6 @@ input ControlWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -10927,10 +9983,6 @@ input ControlWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -10943,10 +9995,6 @@ input ControlWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -17535,19 +16583,12 @@ input CustomDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17558,9 +16599,6 @@ input CustomDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17574,10 +16612,6 @@ input CustomDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17592,10 +16626,6 @@ input CustomDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17610,10 +16640,6 @@ input CustomDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17628,10 +16654,6 @@ input CustomDomainWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -17653,10 +16675,6 @@ input CustomDomainWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -17671,10 +16689,6 @@ input CustomDomainWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -17689,10 +16703,6 @@ input CustomDomainWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -17705,10 +16715,6 @@ input CustomDomainWhereInput { mappableDomainIDNEQ: ID mappableDomainIDIn: [ID!] mappableDomainIDNotIn: [ID!] - mappableDomainIDGT: ID - mappableDomainIDGTE: ID - mappableDomainIDLT: ID - mappableDomainIDLTE: ID mappableDomainIDContains: ID mappableDomainIDHasPrefix: ID mappableDomainIDHasSuffix: ID @@ -17721,10 +16727,6 @@ input CustomDomainWhereInput { dnsVerificationIDNEQ: ID dnsVerificationIDIn: [ID!] dnsVerificationIDNotIn: [ID!] - dnsVerificationIDGT: ID - dnsVerificationIDGTE: ID - dnsVerificationIDLT: ID - dnsVerificationIDLTE: ID dnsVerificationIDContains: ID dnsVerificationIDHasPrefix: ID dnsVerificationIDHasSuffix: ID @@ -17739,10 +16741,6 @@ input CustomDomainWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -18207,19 +17205,12 @@ input CustomTypeEnumWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18230,9 +17221,6 @@ input CustomTypeEnumWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18246,10 +17234,6 @@ input CustomTypeEnumWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18264,10 +17248,6 @@ input CustomTypeEnumWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18282,10 +17262,6 @@ input CustomTypeEnumWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18300,10 +17276,6 @@ input CustomTypeEnumWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -18325,10 +17297,6 @@ input CustomTypeEnumWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -18343,10 +17311,6 @@ input CustomTypeEnumWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -18361,10 +17325,6 @@ input CustomTypeEnumWhereInput { objectTypeNEQ: String objectTypeIn: [String!] objectTypeNotIn: [String!] - objectTypeGT: String - objectTypeGTE: String - objectTypeLT: String - objectTypeLTE: String objectTypeContains: String objectTypeHasPrefix: String objectTypeHasSuffix: String @@ -18377,10 +17337,6 @@ input CustomTypeEnumWhereInput { fieldNEQ: String fieldIn: [String!] fieldNotIn: [String!] - fieldGT: String - fieldGTE: String - fieldLT: String - fieldLTE: String fieldContains: String fieldHasPrefix: String fieldHasSuffix: String @@ -18393,10 +17349,6 @@ input CustomTypeEnumWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -18409,10 +17361,6 @@ input CustomTypeEnumWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -18427,10 +17375,6 @@ input CustomTypeEnumWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -18445,10 +17389,6 @@ input CustomTypeEnumWhereInput { iconNEQ: String iconIn: [String!] iconNotIn: [String!] - iconGT: String - iconGTE: String - iconLT: String - iconLTE: String iconContains: String iconHasPrefix: String iconHasSuffix: String @@ -18711,19 +17651,12 @@ input DNSVerificationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18734,9 +17667,6 @@ input DNSVerificationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18750,10 +17680,6 @@ input DNSVerificationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18768,10 +17694,6 @@ input DNSVerificationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18786,10 +17708,6 @@ input DNSVerificationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18804,10 +17722,6 @@ input DNSVerificationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -18822,10 +17736,6 @@ input DNSVerificationWhereInput { cloudflareHostnameIDNEQ: String cloudflareHostnameIDIn: [String!] cloudflareHostnameIDNotIn: [String!] - cloudflareHostnameIDGT: String - cloudflareHostnameIDGTE: String - cloudflareHostnameIDLT: String - cloudflareHostnameIDLTE: String cloudflareHostnameIDContains: String cloudflareHostnameIDHasPrefix: String cloudflareHostnameIDHasSuffix: String @@ -18838,10 +17748,6 @@ input DNSVerificationWhereInput { dnsTxtRecordNEQ: String dnsTxtRecordIn: [String!] dnsTxtRecordNotIn: [String!] - dnsTxtRecordGT: String - dnsTxtRecordGTE: String - dnsTxtRecordLT: String - dnsTxtRecordLTE: String dnsTxtRecordContains: String dnsTxtRecordHasPrefix: String dnsTxtRecordHasSuffix: String @@ -18854,10 +17760,6 @@ input DNSVerificationWhereInput { dnsTxtValueNEQ: String dnsTxtValueIn: [String!] dnsTxtValueNotIn: [String!] - dnsTxtValueGT: String - dnsTxtValueGTE: String - dnsTxtValueLT: String - dnsTxtValueLTE: String dnsTxtValueContains: String dnsTxtValueHasPrefix: String dnsTxtValueHasSuffix: String @@ -18877,10 +17779,6 @@ input DNSVerificationWhereInput { dnsVerificationStatusReasonNEQ: String dnsVerificationStatusReasonIn: [String!] dnsVerificationStatusReasonNotIn: [String!] - dnsVerificationStatusReasonGT: String - dnsVerificationStatusReasonGTE: String - dnsVerificationStatusReasonLT: String - dnsVerificationStatusReasonLTE: String dnsVerificationStatusReasonContains: String dnsVerificationStatusReasonHasPrefix: String dnsVerificationStatusReasonHasSuffix: String @@ -18895,10 +17793,6 @@ input DNSVerificationWhereInput { acmeChallengePathNEQ: String acmeChallengePathIn: [String!] acmeChallengePathNotIn: [String!] - acmeChallengePathGT: String - acmeChallengePathGTE: String - acmeChallengePathLT: String - acmeChallengePathLTE: String acmeChallengePathContains: String acmeChallengePathHasPrefix: String acmeChallengePathHasSuffix: String @@ -18913,10 +17807,6 @@ input DNSVerificationWhereInput { expectedAcmeChallengeValueNEQ: String expectedAcmeChallengeValueIn: [String!] expectedAcmeChallengeValueNotIn: [String!] - expectedAcmeChallengeValueGT: String - expectedAcmeChallengeValueGTE: String - expectedAcmeChallengeValueLT: String - expectedAcmeChallengeValueLTE: String expectedAcmeChallengeValueContains: String expectedAcmeChallengeValueHasPrefix: String expectedAcmeChallengeValueHasSuffix: String @@ -18938,10 +17828,6 @@ input DNSVerificationWhereInput { acmeChallengeStatusReasonNEQ: String acmeChallengeStatusReasonIn: [String!] acmeChallengeStatusReasonNotIn: [String!] - acmeChallengeStatusReasonGT: String - acmeChallengeStatusReasonGTE: String - acmeChallengeStatusReasonLT: String - acmeChallengeStatusReasonLTE: String acmeChallengeStatusReasonContains: String acmeChallengeStatusReasonHasPrefix: String acmeChallengeStatusReasonHasSuffix: String @@ -19391,19 +18277,12 @@ input DirectoryAccountWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19414,9 +18293,6 @@ input DirectoryAccountWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19430,10 +18306,6 @@ input DirectoryAccountWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19448,10 +18320,6 @@ input DirectoryAccountWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19466,10 +18334,6 @@ input DirectoryAccountWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19484,10 +18348,6 @@ input DirectoryAccountWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -19500,10 +18360,6 @@ input DirectoryAccountWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -19518,10 +18374,6 @@ input DirectoryAccountWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -19536,10 +18388,6 @@ input DirectoryAccountWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -19554,10 +18402,6 @@ input DirectoryAccountWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -19572,10 +18416,6 @@ input DirectoryAccountWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -19590,10 +18430,6 @@ input DirectoryAccountWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -19608,10 +18444,6 @@ input DirectoryAccountWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -19626,10 +18458,6 @@ input DirectoryAccountWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -19644,10 +18472,6 @@ input DirectoryAccountWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -19662,10 +18486,6 @@ input DirectoryAccountWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -19680,10 +18500,6 @@ input DirectoryAccountWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -19698,10 +18514,6 @@ input DirectoryAccountWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -19714,10 +18526,6 @@ input DirectoryAccountWhereInput { secondaryKeyNEQ: String secondaryKeyIn: [String!] secondaryKeyNotIn: [String!] - secondaryKeyGT: String - secondaryKeyGTE: String - secondaryKeyLT: String - secondaryKeyLTE: String secondaryKeyContains: String secondaryKeyHasPrefix: String secondaryKeyHasSuffix: String @@ -19732,10 +18540,6 @@ input DirectoryAccountWhereInput { canonicalEmailNEQ: String canonicalEmailIn: [String!] canonicalEmailNotIn: [String!] - canonicalEmailGT: String - canonicalEmailGTE: String - canonicalEmailLT: String - canonicalEmailLTE: String canonicalEmailContains: String canonicalEmailHasPrefix: String canonicalEmailHasSuffix: String @@ -19750,10 +18554,6 @@ input DirectoryAccountWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -19768,10 +18568,6 @@ input DirectoryAccountWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -19786,10 +18582,6 @@ input DirectoryAccountWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -19804,10 +18596,6 @@ input DirectoryAccountWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -19819,9 +18607,6 @@ input DirectoryAccountWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -19835,10 +18620,6 @@ input DirectoryAccountWhereInput { givenNameNEQ: String givenNameIn: [String!] givenNameNotIn: [String!] - givenNameGT: String - givenNameGTE: String - givenNameLT: String - givenNameLTE: String givenNameContains: String givenNameHasPrefix: String givenNameHasSuffix: String @@ -19853,10 +18634,6 @@ input DirectoryAccountWhereInput { familyNameNEQ: String familyNameIn: [String!] familyNameNotIn: [String!] - familyNameGT: String - familyNameGTE: String - familyNameLT: String - familyNameLTE: String familyNameContains: String familyNameHasPrefix: String familyNameHasSuffix: String @@ -19871,10 +18648,6 @@ input DirectoryAccountWhereInput { jobTitleNEQ: String jobTitleIn: [String!] jobTitleNotIn: [String!] - jobTitleGT: String - jobTitleGTE: String - jobTitleLT: String - jobTitleLTE: String jobTitleContains: String jobTitleHasPrefix: String jobTitleHasSuffix: String @@ -19889,10 +18662,6 @@ input DirectoryAccountWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -19907,10 +18676,6 @@ input DirectoryAccountWhereInput { organizationUnitNEQ: String organizationUnitIn: [String!] organizationUnitNotIn: [String!] - organizationUnitGT: String - organizationUnitGTE: String - organizationUnitLT: String - organizationUnitLTE: String organizationUnitContains: String organizationUnitHasPrefix: String organizationUnitHasSuffix: String @@ -19948,10 +18713,6 @@ input DirectoryAccountWhereInput { lastSeenIPNEQ: String lastSeenIPIn: [String!] lastSeenIPNotIn: [String!] - lastSeenIPGT: String - lastSeenIPGTE: String - lastSeenIPLT: String - lastSeenIPLTE: String lastSeenIPContains: String lastSeenIPHasPrefix: String lastSeenIPHasSuffix: String @@ -19963,9 +18724,6 @@ input DirectoryAccountWhereInput { last_login_at field predicates """ lastLoginAt: Time - lastLoginAtNEQ: Time - lastLoginAtIn: [Time!] - lastLoginAtNotIn: [Time!] lastLoginAtGT: Time lastLoginAtGTE: Time lastLoginAtLT: Time @@ -19976,9 +18734,6 @@ input DirectoryAccountWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -19989,9 +18744,6 @@ input DirectoryAccountWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -20002,9 +18754,6 @@ input DirectoryAccountWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -20015,9 +18764,6 @@ input DirectoryAccountWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -20028,9 +18774,6 @@ input DirectoryAccountWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -20042,10 +18785,6 @@ input DirectoryAccountWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -20058,10 +18797,6 @@ input DirectoryAccountWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -20469,19 +19204,12 @@ input DirectoryGroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20492,9 +19220,6 @@ input DirectoryGroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20508,10 +19233,6 @@ input DirectoryGroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20526,10 +19247,6 @@ input DirectoryGroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20544,10 +19261,6 @@ input DirectoryGroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20562,10 +19275,6 @@ input DirectoryGroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -20578,10 +19287,6 @@ input DirectoryGroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -20596,10 +19301,6 @@ input DirectoryGroupWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -20614,10 +19315,6 @@ input DirectoryGroupWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -20632,10 +19329,6 @@ input DirectoryGroupWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -20650,10 +19343,6 @@ input DirectoryGroupWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -20668,10 +19357,6 @@ input DirectoryGroupWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -20684,10 +19369,6 @@ input DirectoryGroupWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -20702,10 +19383,6 @@ input DirectoryGroupWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -20720,10 +19397,6 @@ input DirectoryGroupWhereInput { directorySyncRunIDNEQ: ID directorySyncRunIDIn: [ID!] directorySyncRunIDNotIn: [ID!] - directorySyncRunIDGT: ID - directorySyncRunIDGTE: ID - directorySyncRunIDLT: ID - directorySyncRunIDLTE: ID directorySyncRunIDContains: ID directorySyncRunIDHasPrefix: ID directorySyncRunIDHasSuffix: ID @@ -20736,10 +19409,6 @@ input DirectoryGroupWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -20752,10 +19421,6 @@ input DirectoryGroupWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -20770,10 +19435,6 @@ input DirectoryGroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -20807,8 +19468,6 @@ input DirectoryGroupWhereInput { """ memberCount: Int memberCountNEQ: Int - memberCountIn: [Int!] - memberCountNotIn: [Int!] memberCountGT: Int memberCountGTE: Int memberCountLT: Int @@ -20819,9 +19478,6 @@ input DirectoryGroupWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -20832,9 +19488,6 @@ input DirectoryGroupWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -20845,9 +19498,6 @@ input DirectoryGroupWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -20858,9 +19508,6 @@ input DirectoryGroupWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -20871,9 +19518,6 @@ input DirectoryGroupWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -20885,10 +19529,6 @@ input DirectoryGroupWhereInput { profileHashNEQ: String profileHashIn: [String!] profileHashNotIn: [String!] - profileHashGT: String - profileHashGTE: String - profileHashLT: String - profileHashLTE: String profileHashContains: String profileHashHasPrefix: String profileHashHasSuffix: String @@ -20901,10 +19541,6 @@ input DirectoryGroupWhereInput { sourceVersionNEQ: String sourceVersionIn: [String!] sourceVersionNotIn: [String!] - sourceVersionGT: String - sourceVersionGTE: String - sourceVersionLT: String - sourceVersionLTE: String sourceVersionContains: String sourceVersionHasPrefix: String sourceVersionHasSuffix: String @@ -20919,10 +19555,6 @@ input DirectoryGroupWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -21233,19 +19865,12 @@ input DirectoryMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21256,9 +19881,6 @@ input DirectoryMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -21272,10 +19894,6 @@ input DirectoryMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -21290,10 +19908,6 @@ input DirectoryMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -21308,10 +19922,6 @@ input DirectoryMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -21326,10 +19936,6 @@ input DirectoryMembershipWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -21342,10 +19948,6 @@ input DirectoryMembershipWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -21360,10 +19962,6 @@ input DirectoryMembershipWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -21378,10 +19976,6 @@ input DirectoryMembershipWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -21405,10 +19999,6 @@ input DirectoryMembershipWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -21423,10 +20013,6 @@ input DirectoryMembershipWhereInput { directoryNameNEQ: String directoryNameIn: [String!] directoryNameNotIn: [String!] - directoryNameGT: String - directoryNameGTE: String - directoryNameLT: String - directoryNameLTE: String directoryNameContains: String directoryNameHasPrefix: String directoryNameHasSuffix: String @@ -21438,9 +20024,6 @@ input DirectoryMembershipWhereInput { first_seen_at field predicates """ firstSeenAt: Time - firstSeenAtNEQ: Time - firstSeenAtIn: [Time!] - firstSeenAtNotIn: [Time!] firstSeenAtGT: Time firstSeenAtGTE: Time firstSeenAtLT: Time @@ -21451,9 +20034,6 @@ input DirectoryMembershipWhereInput { last_seen_at field predicates """ lastSeenAt: Time - lastSeenAtNEQ: Time - lastSeenAtIn: [Time!] - lastSeenAtNotIn: [Time!] lastSeenAtGT: Time lastSeenAtGTE: Time lastSeenAtLT: Time @@ -21464,9 +20044,6 @@ input DirectoryMembershipWhereInput { added_at field predicates """ addedAt: Time - addedAtNEQ: Time - addedAtIn: [Time!] - addedAtNotIn: [Time!] addedAtGT: Time addedAtGTE: Time addedAtLT: Time @@ -21477,9 +20054,6 @@ input DirectoryMembershipWhereInput { removed_at field predicates """ removedAt: Time - removedAtNEQ: Time - removedAtIn: [Time!] - removedAtNotIn: [Time!] removedAtGT: Time removedAtGTE: Time removedAtLT: Time @@ -21490,9 +20064,6 @@ input DirectoryMembershipWhereInput { observed_at field predicates """ observedAt: Time - observedAtNEQ: Time - observedAtIn: [Time!] - observedAtNotIn: [Time!] observedAtGT: Time observedAtGTE: Time observedAtLT: Time @@ -21504,10 +20075,6 @@ input DirectoryMembershipWhereInput { lastConfirmedRunIDNEQ: String lastConfirmedRunIDIn: [String!] lastConfirmedRunIDNotIn: [String!] - lastConfirmedRunIDGT: String - lastConfirmedRunIDGTE: String - lastConfirmedRunIDLT: String - lastConfirmedRunIDLTE: String lastConfirmedRunIDContains: String lastConfirmedRunIDHasPrefix: String lastConfirmedRunIDHasSuffix: String @@ -21778,19 +20345,12 @@ input DirectorySyncRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21801,9 +20361,6 @@ input DirectorySyncRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -21817,10 +20374,6 @@ input DirectorySyncRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -21835,10 +20388,6 @@ input DirectorySyncRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -21853,10 +20402,6 @@ input DirectorySyncRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -21871,10 +20416,6 @@ input DirectorySyncRunWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -21887,10 +20428,6 @@ input DirectorySyncRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -21905,10 +20442,6 @@ input DirectorySyncRunWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -21923,10 +20456,6 @@ input DirectorySyncRunWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -21941,10 +20470,6 @@ input DirectorySyncRunWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -21959,10 +20484,6 @@ input DirectorySyncRunWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -21977,10 +20498,6 @@ input DirectorySyncRunWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -21993,10 +20510,6 @@ input DirectorySyncRunWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -22011,10 +20524,6 @@ input DirectorySyncRunWhereInput { directoryInstanceIDNEQ: String directoryInstanceIDIn: [String!] directoryInstanceIDNotIn: [String!] - directoryInstanceIDGT: String - directoryInstanceIDGTE: String - directoryInstanceIDLT: String - directoryInstanceIDLTE: String directoryInstanceIDContains: String directoryInstanceIDHasPrefix: String directoryInstanceIDHasSuffix: String @@ -22033,9 +20542,6 @@ input DirectorySyncRunWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -22044,9 +20550,6 @@ input DirectorySyncRunWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -22060,10 +20563,6 @@ input DirectorySyncRunWhereInput { sourceCursorNEQ: String sourceCursorIn: [String!] sourceCursorNotIn: [String!] - sourceCursorGT: String - sourceCursorGTE: String - sourceCursorLT: String - sourceCursorLTE: String sourceCursorContains: String sourceCursorHasPrefix: String sourceCursorHasSuffix: String @@ -22076,8 +20575,6 @@ input DirectorySyncRunWhereInput { """ fullCount: Int fullCountNEQ: Int - fullCountIn: [Int!] - fullCountNotIn: [Int!] fullCountGT: Int fullCountGTE: Int fullCountLT: Int @@ -22087,8 +20584,6 @@ input DirectorySyncRunWhereInput { """ deltaCount: Int deltaCountNEQ: Int - deltaCountIn: [Int!] - deltaCountNotIn: [Int!] deltaCountGT: Int deltaCountGTE: Int deltaCountLT: Int @@ -22100,10 +20595,6 @@ input DirectorySyncRunWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -22118,10 +20609,6 @@ input DirectorySyncRunWhereInput { rawManifestFileIDNEQ: String rawManifestFileIDIn: [String!] rawManifestFileIDNotIn: [String!] - rawManifestFileIDGT: String - rawManifestFileIDGTE: String - rawManifestFileIDLT: String - rawManifestFileIDLTE: String rawManifestFileIDContains: String rawManifestFileIDHasPrefix: String rawManifestFileIDHasSuffix: String @@ -22295,19 +20782,12 @@ input DiscussionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22318,9 +20798,6 @@ input DiscussionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22334,10 +20811,6 @@ input DiscussionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22352,10 +20825,6 @@ input DiscussionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22370,10 +20839,6 @@ input DiscussionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22388,10 +20853,6 @@ input DiscussionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -22406,10 +20867,6 @@ input DiscussionWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -22632,19 +21089,12 @@ input DocumentDataWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22655,9 +21105,6 @@ input DocumentDataWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22671,10 +21118,6 @@ input DocumentDataWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22689,10 +21132,6 @@ input DocumentDataWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22707,10 +21146,6 @@ input DocumentDataWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22725,10 +21160,6 @@ input DocumentDataWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -22743,10 +21174,6 @@ input DocumentDataWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -22761,10 +21188,6 @@ input DocumentDataWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -22779,10 +21202,6 @@ input DocumentDataWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -22797,10 +21216,6 @@ input DocumentDataWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -22815,10 +21230,6 @@ input DocumentDataWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -23229,19 +21640,12 @@ input EmailTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23252,9 +21656,6 @@ input EmailTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23268,10 +21669,6 @@ input EmailTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23286,10 +21683,6 @@ input EmailTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23304,10 +21697,6 @@ input EmailTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23322,10 +21711,6 @@ input EmailTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -23340,10 +21725,6 @@ input EmailTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -23365,10 +21746,6 @@ input EmailTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -23383,10 +21760,6 @@ input EmailTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -23401,10 +21774,6 @@ input EmailTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -23417,10 +21786,6 @@ input EmailTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -23433,10 +21798,6 @@ input EmailTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -23460,10 +21821,6 @@ input EmailTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -23476,10 +21833,6 @@ input EmailTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -23494,10 +21847,6 @@ input EmailTemplateWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -23512,10 +21861,6 @@ input EmailTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -23530,10 +21875,6 @@ input EmailTemplateWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -23551,8 +21892,6 @@ input EmailTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -23573,10 +21912,6 @@ input EmailTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -23591,10 +21926,6 @@ input EmailTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -23609,10 +21940,6 @@ input EmailTemplateWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -23627,10 +21954,6 @@ input EmailTemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -25029,19 +23352,12 @@ input EntityTypeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25052,9 +23368,6 @@ input EntityTypeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25068,10 +23381,6 @@ input EntityTypeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25086,10 +23395,6 @@ input EntityTypeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25104,10 +23409,6 @@ input EntityTypeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25122,10 +23423,6 @@ input EntityTypeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -25147,10 +23444,6 @@ input EntityTypeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25165,10 +23458,6 @@ input EntityTypeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25183,10 +23472,6 @@ input EntityTypeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -25231,19 +23516,12 @@ input EntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25254,9 +23532,6 @@ input EntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25270,10 +23545,6 @@ input EntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25288,10 +23559,6 @@ input EntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25306,10 +23573,6 @@ input EntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25324,10 +23587,6 @@ input EntityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -25342,10 +23601,6 @@ input EntityWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -25360,10 +23615,6 @@ input EntityWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -25378,10 +23629,6 @@ input EntityWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -25396,10 +23643,6 @@ input EntityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -25414,10 +23657,6 @@ input EntityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -25432,10 +23671,6 @@ input EntityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -25447,9 +23682,6 @@ input EntityWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -25470,10 +23702,6 @@ input EntityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25488,10 +23716,6 @@ input EntityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25506,10 +23730,6 @@ input EntityWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -25524,10 +23744,6 @@ input EntityWhereInput { entityRelationshipStateIDNEQ: ID entityRelationshipStateIDIn: [ID!] entityRelationshipStateIDNotIn: [ID!] - entityRelationshipStateIDGT: ID - entityRelationshipStateIDGTE: ID - entityRelationshipStateIDLT: ID - entityRelationshipStateIDLTE: ID entityRelationshipStateIDContains: ID entityRelationshipStateIDHasPrefix: ID entityRelationshipStateIDHasSuffix: ID @@ -25542,10 +23758,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -25560,10 +23772,6 @@ input EntityWhereInput { entitySecurityQuestionnaireStatusIDNEQ: ID entitySecurityQuestionnaireStatusIDIn: [ID!] entitySecurityQuestionnaireStatusIDNotIn: [ID!] - entitySecurityQuestionnaireStatusIDGT: ID - entitySecurityQuestionnaireStatusIDGTE: ID - entitySecurityQuestionnaireStatusIDLT: ID - entitySecurityQuestionnaireStatusIDLTE: ID entitySecurityQuestionnaireStatusIDContains: ID entitySecurityQuestionnaireStatusIDHasPrefix: ID entitySecurityQuestionnaireStatusIDHasSuffix: ID @@ -25578,10 +23786,6 @@ input EntityWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -25596,10 +23800,6 @@ input EntityWhereInput { entitySourceTypeIDNEQ: ID entitySourceTypeIDIn: [ID!] entitySourceTypeIDNotIn: [ID!] - entitySourceTypeIDGT: ID - entitySourceTypeIDGTE: ID - entitySourceTypeIDLT: ID - entitySourceTypeIDLTE: ID entitySourceTypeIDContains: ID entitySourceTypeIDHasPrefix: ID entitySourceTypeIDHasSuffix: ID @@ -25614,10 +23814,6 @@ input EntityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -25632,10 +23828,6 @@ input EntityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -25650,10 +23842,6 @@ input EntityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -25668,10 +23856,6 @@ input EntityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -25686,10 +23870,6 @@ input EntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -25704,10 +23884,6 @@ input EntityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -25722,10 +23898,6 @@ input EntityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -25740,10 +23912,6 @@ input EntityWhereInput { entityTypeIDNEQ: ID entityTypeIDIn: [ID!] entityTypeIDNotIn: [ID!] - entityTypeIDGT: ID - entityTypeIDGTE: ID - entityTypeIDLT: ID - entityTypeIDLTE: ID entityTypeIDContains: ID entityTypeIDHasPrefix: ID entityTypeIDHasSuffix: ID @@ -25778,9 +23946,6 @@ input EntityWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -25791,9 +23956,6 @@ input EntityWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -25804,9 +23966,6 @@ input EntityWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -25825,8 +23984,6 @@ input EntityWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -25853,10 +24010,6 @@ input EntityWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -25871,10 +24024,6 @@ input EntityWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -25889,10 +24038,6 @@ input EntityWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -25928,10 +24073,6 @@ input EntityWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -25946,10 +24087,6 @@ input EntityWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -25962,8 +24099,6 @@ input EntityWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -25975,8 +24110,6 @@ input EntityWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -26005,9 +24138,6 @@ input EntityWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -26018,9 +24148,6 @@ input EntityWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -26034,10 +24161,6 @@ input EntityWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -26052,10 +24175,6 @@ input EntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -26070,10 +24189,6 @@ input EntityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -26085,9 +24200,6 @@ input EntityWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -26766,19 +24878,12 @@ input EventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -26789,9 +24894,6 @@ input EventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -26805,10 +24907,6 @@ input EventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -26823,10 +24921,6 @@ input EventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -26841,10 +24935,6 @@ input EventWhereInput { eventIDNEQ: String eventIDIn: [String!] eventIDNotIn: [String!] - eventIDGT: String - eventIDGTE: String - eventIDLT: String - eventIDLTE: String eventIDContains: String eventIDHasPrefix: String eventIDHasSuffix: String @@ -26859,10 +24949,6 @@ input EventWhereInput { correlationIDNEQ: String correlationIDIn: [String!] correlationIDNotIn: [String!] - correlationIDGT: String - correlationIDGTE: String - correlationIDLT: String - correlationIDLTE: String correlationIDContains: String correlationIDHasPrefix: String correlationIDHasSuffix: String @@ -26877,10 +24963,6 @@ input EventWhereInput { eventTypeNEQ: String eventTypeIn: [String!] eventTypeNotIn: [String!] - eventTypeGT: String - eventTypeGTE: String - eventTypeLT: String - eventTypeLTE: String eventTypeContains: String eventTypeHasPrefix: String eventTypeHasSuffix: String @@ -27478,19 +25560,12 @@ input EvidenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27501,9 +25576,6 @@ input EvidenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27517,10 +25589,6 @@ input EvidenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27535,10 +25603,6 @@ input EvidenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27553,10 +25617,6 @@ input EvidenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27571,10 +25631,6 @@ input EvidenceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -27587,10 +25643,6 @@ input EvidenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -27605,10 +25657,6 @@ input EvidenceWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -27623,10 +25671,6 @@ input EvidenceWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -27641,10 +25685,6 @@ input EvidenceWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -27659,10 +25699,6 @@ input EvidenceWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -27684,10 +25720,6 @@ input EvidenceWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -27702,10 +25734,6 @@ input EvidenceWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -27718,10 +25746,6 @@ input EvidenceWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -27736,10 +25760,6 @@ input EvidenceWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -27751,9 +25771,6 @@ input EvidenceWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -27762,9 +25779,6 @@ input EvidenceWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -27778,10 +25792,6 @@ input EvidenceWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -27803,10 +25813,6 @@ input EvidenceWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -28145,19 +26151,12 @@ input ExportWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28168,9 +26167,6 @@ input ExportWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28184,10 +26180,6 @@ input ExportWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28202,10 +26194,6 @@ input ExportWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28220,10 +26208,6 @@ input ExportWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28238,10 +26222,6 @@ input ExportWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -28256,10 +26236,6 @@ input ExportWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -28295,10 +26271,6 @@ input ExportWhereInput { filtersNEQ: String filtersIn: [String!] filtersNotIn: [String!] - filtersGT: String - filtersGTE: String - filtersLT: String - filtersLTE: String filtersContains: String filtersHasPrefix: String filtersHasSuffix: String @@ -28313,10 +26285,6 @@ input ExportWhereInput { errorMessageNEQ: String errorMessageIn: [String!] errorMessageNotIn: [String!] - errorMessageGT: String - errorMessageGTE: String - errorMessageLT: String - errorMessageLTE: String errorMessageContains: String errorMessageHasPrefix: String errorMessageHasSuffix: String @@ -28705,19 +26673,12 @@ input FileWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28728,9 +26689,6 @@ input FileWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28744,10 +26702,6 @@ input FileWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28762,10 +26716,6 @@ input FileWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28780,10 +26730,6 @@ input FileWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28805,10 +26751,6 @@ input FileWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -28823,10 +26765,6 @@ input FileWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -28841,10 +26779,6 @@ input FileWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -28859,10 +26793,6 @@ input FileWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -28877,10 +26807,6 @@ input FileWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -28895,10 +26821,6 @@ input FileWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -28913,10 +26835,6 @@ input FileWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -28931,10 +26849,6 @@ input FileWhereInput { categoryIDNEQ: ID categoryIDIn: [ID!] categoryIDNotIn: [ID!] - categoryIDGT: ID - categoryIDGTE: ID - categoryIDLT: ID - categoryIDLTE: ID categoryIDContains: ID categoryIDHasPrefix: ID categoryIDHasSuffix: ID @@ -28949,10 +26863,6 @@ input FileWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28967,10 +26877,6 @@ input FileWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -28983,10 +26889,6 @@ input FileWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -28997,8 +26899,6 @@ input FileWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -29010,8 +26910,6 @@ input FileWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -29025,10 +26923,6 @@ input FileWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -29043,10 +26937,6 @@ input FileWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -29061,10 +26951,6 @@ input FileWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -29077,10 +26963,6 @@ input FileWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -29095,10 +26977,6 @@ input FileWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -29113,10 +26991,6 @@ input FileWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -29131,10 +27005,6 @@ input FileWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -29149,10 +27019,6 @@ input FileWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -29167,10 +27033,6 @@ input FileWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -29185,10 +27047,6 @@ input FileWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -29203,10 +27061,6 @@ input FileWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -29218,9 +27072,6 @@ input FileWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -30399,19 +28250,12 @@ input FindingControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30422,9 +28266,6 @@ input FindingControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30438,10 +28279,6 @@ input FindingControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30456,10 +28293,6 @@ input FindingControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30474,10 +28307,6 @@ input FindingControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30492,10 +28321,6 @@ input FindingControlWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -30510,10 +28335,6 @@ input FindingControlWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -30528,10 +28349,6 @@ input FindingControlWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -30546,10 +28363,6 @@ input FindingControlWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -30561,9 +28374,6 @@ input FindingControlWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -30636,19 +28446,12 @@ input FindingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30659,9 +28462,6 @@ input FindingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30675,10 +28475,6 @@ input FindingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30693,10 +28489,6 @@ input FindingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30711,10 +28503,6 @@ input FindingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30729,10 +28517,6 @@ input FindingWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -30745,10 +28529,6 @@ input FindingWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -30763,10 +28543,6 @@ input FindingWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -30781,10 +28557,6 @@ input FindingWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -30799,10 +28571,6 @@ input FindingWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -30817,10 +28585,6 @@ input FindingWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -30835,10 +28599,6 @@ input FindingWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -30853,10 +28613,6 @@ input FindingWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -30878,10 +28634,6 @@ input FindingWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -30896,10 +28648,6 @@ input FindingWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -30914,10 +28662,6 @@ input FindingWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -30932,10 +28676,6 @@ input FindingWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -30950,10 +28690,6 @@ input FindingWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -30968,10 +28704,6 @@ input FindingWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -30986,10 +28718,6 @@ input FindingWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -31004,10 +28732,6 @@ input FindingWhereInput { findingStatusIDNEQ: ID findingStatusIDIn: [ID!] findingStatusIDNotIn: [ID!] - findingStatusIDGT: ID - findingStatusIDGTE: ID - findingStatusIDLT: ID - findingStatusIDLTE: ID findingStatusIDContains: ID findingStatusIDHasPrefix: ID findingStatusIDHasSuffix: ID @@ -31029,10 +28753,6 @@ input FindingWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -31056,10 +28776,6 @@ input FindingWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -31074,10 +28790,6 @@ input FindingWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -31092,10 +28804,6 @@ input FindingWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -31110,10 +28818,6 @@ input FindingWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -31128,10 +28832,6 @@ input FindingWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -31146,10 +28846,6 @@ input FindingWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -31164,10 +28860,6 @@ input FindingWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -31182,10 +28874,6 @@ input FindingWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -31252,10 +28940,6 @@ input FindingWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -31305,10 +28989,6 @@ input FindingWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -31323,10 +29003,6 @@ input FindingWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -31341,10 +29017,6 @@ input FindingWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -31359,10 +29031,6 @@ input FindingWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -31377,10 +29045,6 @@ input FindingWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -31393,8 +29057,6 @@ input FindingWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -31405,9 +29067,6 @@ input FindingWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -31418,9 +29077,6 @@ input FindingWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -31431,9 +29087,6 @@ input FindingWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -31447,10 +29100,6 @@ input FindingWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -33411,19 +31060,12 @@ input GroupMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33434,9 +31076,6 @@ input GroupMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33450,10 +31089,6 @@ input GroupMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33468,10 +31103,6 @@ input GroupMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33486,10 +31117,6 @@ input GroupMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33640,19 +31267,12 @@ input GroupSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33663,9 +31283,6 @@ input GroupSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33679,10 +31296,6 @@ input GroupSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33697,10 +31310,6 @@ input GroupSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33715,10 +31324,6 @@ input GroupSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33761,10 +31366,6 @@ input GroupSettingWhereInput { groupIDNEQ: ID groupIDIn: [ID!] groupIDNotIn: [ID!] - groupIDGT: ID - groupIDGTE: ID - groupIDLT: ID - groupIDLTE: ID groupIDContains: ID groupIDHasPrefix: ID groupIDHasSuffix: ID @@ -33793,19 +31394,12 @@ input GroupWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33816,9 +31410,6 @@ input GroupWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33832,10 +31423,6 @@ input GroupWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33850,10 +31437,6 @@ input GroupWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33868,10 +31451,6 @@ input GroupWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33886,10 +31465,6 @@ input GroupWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -33902,10 +31477,6 @@ input GroupWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -33920,10 +31491,6 @@ input GroupWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -33943,10 +31510,6 @@ input GroupWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -33961,10 +31524,6 @@ input GroupWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -33977,10 +31536,6 @@ input GroupWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -33995,10 +31550,6 @@ input GroupWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -34013,10 +31564,6 @@ input GroupWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -34031,10 +31578,6 @@ input GroupWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -34056,10 +31599,6 @@ input GroupWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -34560,19 +32099,12 @@ input HushWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34583,9 +32115,6 @@ input HushWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34599,10 +32128,6 @@ input HushWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34617,10 +32142,6 @@ input HushWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34635,10 +32156,6 @@ input HushWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34653,10 +32170,6 @@ input HushWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -34678,10 +32191,6 @@ input HushWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -34696,10 +32205,6 @@ input HushWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -34714,10 +32219,6 @@ input HushWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -34730,10 +32231,6 @@ input HushWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -34748,10 +32245,6 @@ input HushWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -34763,9 +32256,6 @@ input HushWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -34776,9 +32266,6 @@ input HushWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -35644,19 +33131,12 @@ input IdentityHolderWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35667,9 +33147,6 @@ input IdentityHolderWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35683,10 +33160,6 @@ input IdentityHolderWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35701,10 +33174,6 @@ input IdentityHolderWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35719,10 +33188,6 @@ input IdentityHolderWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35737,10 +33202,6 @@ input IdentityHolderWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -35753,10 +33214,6 @@ input IdentityHolderWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -35771,10 +33228,6 @@ input IdentityHolderWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -35789,10 +33242,6 @@ input IdentityHolderWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -35807,10 +33256,6 @@ input IdentityHolderWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -35825,10 +33270,6 @@ input IdentityHolderWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -35843,10 +33284,6 @@ input IdentityHolderWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -35861,10 +33298,6 @@ input IdentityHolderWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -35879,10 +33312,6 @@ input IdentityHolderWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -35904,10 +33333,6 @@ input IdentityHolderWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -35920,10 +33345,6 @@ input IdentityHolderWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -35936,10 +33357,6 @@ input IdentityHolderWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -35954,10 +33371,6 @@ input IdentityHolderWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -35979,10 +33392,6 @@ input IdentityHolderWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -36016,10 +33425,6 @@ input IdentityHolderWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -36034,10 +33439,6 @@ input IdentityHolderWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -36052,10 +33453,6 @@ input IdentityHolderWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -36070,10 +33467,6 @@ input IdentityHolderWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -36085,9 +33478,6 @@ input IdentityHolderWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -36098,9 +33488,6 @@ input IdentityHolderWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -36114,10 +33501,6 @@ input IdentityHolderWhereInput { employerEntityIDNEQ: ID employerEntityIDIn: [ID!] employerEntityIDNotIn: [ID!] - employerEntityIDGT: ID - employerEntityIDGTE: ID - employerEntityIDLT: ID - employerEntityIDLTE: ID employerEntityIDContains: ID employerEntityIDHasPrefix: ID employerEntityIDHasSuffix: ID @@ -36132,10 +33515,6 @@ input IdentityHolderWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -36150,10 +33529,6 @@ input IdentityHolderWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -36168,10 +33543,6 @@ input IdentityHolderWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -37131,19 +34502,12 @@ input IntegrationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37154,9 +34518,6 @@ input IntegrationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37170,10 +34531,6 @@ input IntegrationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37188,10 +34545,6 @@ input IntegrationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37206,10 +34559,6 @@ input IntegrationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37224,10 +34573,6 @@ input IntegrationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -37249,10 +34594,6 @@ input IntegrationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -37267,10 +34608,6 @@ input IntegrationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -37285,10 +34622,6 @@ input IntegrationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -37303,10 +34636,6 @@ input IntegrationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -37321,10 +34650,6 @@ input IntegrationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -37339,10 +34664,6 @@ input IntegrationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -37357,10 +34678,6 @@ input IntegrationWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -37373,10 +34690,6 @@ input IntegrationWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -37391,10 +34704,6 @@ input IntegrationWhereInput { integrationTypeNEQ: String integrationTypeIn: [String!] integrationTypeNotIn: [String!] - integrationTypeGT: String - integrationTypeGTE: String - integrationTypeLT: String - integrationTypeLTE: String integrationTypeContains: String integrationTypeHasPrefix: String integrationTypeHasSuffix: String @@ -37409,10 +34718,6 @@ input IntegrationWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -37427,10 +34732,6 @@ input IntegrationWhereInput { definitionIDNEQ: String definitionIDIn: [String!] definitionIDNotIn: [String!] - definitionIDGT: String - definitionIDGTE: String - definitionIDLT: String - definitionIDLTE: String definitionIDContains: String definitionIDHasPrefix: String definitionIDHasSuffix: String @@ -37445,10 +34746,6 @@ input IntegrationWhereInput { definitionVersionNEQ: String definitionVersionIn: [String!] definitionVersionNotIn: [String!] - definitionVersionGT: String - definitionVersionGTE: String - definitionVersionLT: String - definitionVersionLTE: String definitionVersionContains: String definitionVersionHasPrefix: String definitionVersionHasSuffix: String @@ -37463,10 +34760,6 @@ input IntegrationWhereInput { definitionSlugNEQ: String definitionSlugIn: [String!] definitionSlugNotIn: [String!] - definitionSlugGT: String - definitionSlugGTE: String - definitionSlugLT: String - definitionSlugLTE: String definitionSlugContains: String definitionSlugHasPrefix: String definitionSlugHasSuffix: String @@ -37481,10 +34774,6 @@ input IntegrationWhereInput { familyNEQ: String familyIn: [String!] familyNotIn: [String!] - familyGT: String - familyGTE: String - familyLT: String - familyLTE: String familyContains: String familyHasPrefix: String familyHasSuffix: String @@ -38490,19 +35779,12 @@ input InternalPolicyWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -38513,9 +35795,6 @@ input InternalPolicyWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -38529,10 +35808,6 @@ input InternalPolicyWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -38547,10 +35822,6 @@ input InternalPolicyWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -38565,10 +35836,6 @@ input InternalPolicyWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -38583,10 +35850,6 @@ input InternalPolicyWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -38599,10 +35862,6 @@ input InternalPolicyWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -38617,10 +35876,6 @@ input InternalPolicyWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -38642,10 +35897,6 @@ input InternalPolicyWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -38660,10 +35911,6 @@ input InternalPolicyWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -38678,10 +35925,6 @@ input InternalPolicyWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -38712,10 +35955,6 @@ input InternalPolicyWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -38734,9 +35973,6 @@ input InternalPolicyWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -38759,10 +35995,6 @@ input InternalPolicyWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -38777,10 +36009,6 @@ input InternalPolicyWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -38795,10 +36023,6 @@ input InternalPolicyWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -38813,10 +36037,6 @@ input InternalPolicyWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -38831,10 +36051,6 @@ input InternalPolicyWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -38849,10 +36065,6 @@ input InternalPolicyWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -38867,10 +36079,6 @@ input InternalPolicyWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -38885,10 +36093,6 @@ input InternalPolicyWhereInput { internalPolicyKindIDNEQ: ID internalPolicyKindIDIn: [ID!] internalPolicyKindIDNotIn: [ID!] - internalPolicyKindIDGT: ID - internalPolicyKindIDGTE: ID - internalPolicyKindIDLT: ID - internalPolicyKindIDLTE: ID internalPolicyKindIDContains: ID internalPolicyKindIDHasPrefix: ID internalPolicyKindIDHasSuffix: ID @@ -38903,10 +36107,6 @@ input InternalPolicyWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -38921,10 +36121,6 @@ input InternalPolicyWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -38939,10 +36135,6 @@ input InternalPolicyWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -38957,10 +36149,6 @@ input InternalPolicyWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -38982,10 +36170,6 @@ input InternalPolicyWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -39346,19 +36530,12 @@ input InviteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39369,9 +36546,6 @@ input InviteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39385,10 +36559,6 @@ input InviteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39403,10 +36573,6 @@ input InviteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39421,10 +36587,6 @@ input InviteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39439,10 +36601,6 @@ input InviteWhereInput { requestorIDNEQ: String requestorIDIn: [String!] requestorIDNotIn: [String!] - requestorIDGT: String - requestorIDGTE: String - requestorIDLT: String - requestorIDLTE: String requestorIDContains: String requestorIDHasPrefix: String requestorIDHasSuffix: String @@ -39457,10 +36615,6 @@ input InviteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -39472,9 +36626,6 @@ input InviteWhereInput { expires field predicates """ expires: Time - expiresNEQ: Time - expiresIn: [Time!] - expiresNotIn: [Time!] expiresGT: Time expiresGTE: Time expiresLT: Time @@ -39488,10 +36639,6 @@ input InviteWhereInput { recipientNEQ: String recipientIn: [String!] recipientNotIn: [String!] - recipientGT: String - recipientGTE: String - recipientLT: String - recipientLTE: String recipientContains: String recipientHasPrefix: String recipientHasSuffix: String @@ -39516,8 +36663,6 @@ input InviteWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -39677,19 +36822,12 @@ input JobResultWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39700,9 +36838,6 @@ input JobResultWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39716,10 +36851,6 @@ input JobResultWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39734,10 +36865,6 @@ input JobResultWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39752,10 +36879,6 @@ input JobResultWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39770,10 +36893,6 @@ input JobResultWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -39788,10 +36907,6 @@ input JobResultWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -39809,8 +36924,6 @@ input JobResultWhereInput { """ exitCode: Int exitCodeNEQ: Int - exitCodeIn: [Int!] - exitCodeNotIn: [Int!] exitCodeGT: Int exitCodeGTE: Int exitCodeLT: Int @@ -39819,9 +36932,6 @@ input JobResultWhereInput { finished_at field predicates """ finishedAt: Time - finishedAtNEQ: Time - finishedAtIn: [Time!] - finishedAtNotIn: [Time!] finishedAtGT: Time finishedAtGTE: Time finishedAtLT: Time @@ -39830,9 +36940,6 @@ input JobResultWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -39844,10 +36951,6 @@ input JobResultWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -39860,10 +36963,6 @@ input JobResultWhereInput { logNEQ: String logIn: [String!] logNotIn: [String!] - logGT: String - logGTE: String - logLT: String - logLTE: String logContains: String logHasPrefix: String logHasSuffix: String @@ -40133,19 +37232,12 @@ input JobRunnerRegistrationTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -40156,9 +37248,6 @@ input JobRunnerRegistrationTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -40172,10 +37261,6 @@ input JobRunnerRegistrationTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -40190,10 +37275,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -40208,10 +37289,6 @@ input JobRunnerRegistrationTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -40226,10 +37303,6 @@ input JobRunnerRegistrationTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -40241,9 +37314,6 @@ input JobRunnerRegistrationTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -40257,10 +37327,6 @@ input JobRunnerRegistrationTokenWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -40423,19 +37489,12 @@ input JobRunnerTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -40446,9 +37505,6 @@ input JobRunnerTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -40462,10 +37518,6 @@ input JobRunnerTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -40480,10 +37532,6 @@ input JobRunnerTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -40498,10 +37546,6 @@ input JobRunnerTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -40516,10 +37560,6 @@ input JobRunnerTokenWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -40531,9 +37571,6 @@ input JobRunnerTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -40544,9 +37581,6 @@ input JobRunnerTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -40567,10 +37601,6 @@ input JobRunnerTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -40585,10 +37615,6 @@ input JobRunnerTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -40600,9 +37626,6 @@ input JobRunnerTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -40639,19 +37662,12 @@ input JobRunnerWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -40662,9 +37678,6 @@ input JobRunnerWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -40678,10 +37691,6 @@ input JobRunnerWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -40696,10 +37705,6 @@ input JobRunnerWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -40714,10 +37719,6 @@ input JobRunnerWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -40732,10 +37733,6 @@ input JobRunnerWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -40748,10 +37745,6 @@ input JobRunnerWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -40773,10 +37766,6 @@ input JobRunnerWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -40791,10 +37780,6 @@ input JobRunnerWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -40809,10 +37794,6 @@ input JobRunnerWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -40832,10 +37813,6 @@ input JobRunnerWhereInput { ipAddressNEQ: String ipAddressIn: [String!] ipAddressNotIn: [String!] - ipAddressGT: String - ipAddressGTE: String - ipAddressLT: String - ipAddressLTE: String ipAddressContains: String ipAddressHasPrefix: String ipAddressHasSuffix: String @@ -40847,9 +37824,6 @@ input JobRunnerWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -40863,10 +37837,6 @@ input JobRunnerWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -40881,10 +37851,6 @@ input JobRunnerWhereInput { osNEQ: String osIn: [String!] osNotIn: [String!] - osGT: String - osGTE: String - osLT: String - osLTE: String osContains: String osHasPrefix: String osHasSuffix: String @@ -41072,19 +38038,12 @@ input JobTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -41095,9 +38054,6 @@ input JobTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -41111,10 +38067,6 @@ input JobTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -41129,10 +38081,6 @@ input JobTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -41147,10 +38095,6 @@ input JobTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -41165,10 +38109,6 @@ input JobTemplateWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -41181,10 +38121,6 @@ input JobTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -41206,10 +38142,6 @@ input JobTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -41224,10 +38156,6 @@ input JobTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -41242,10 +38170,6 @@ input JobTemplateWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -41258,10 +38182,6 @@ input JobTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -41415,19 +38335,12 @@ input MappableDomainWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -41438,9 +38351,6 @@ input MappableDomainWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -41454,10 +38364,6 @@ input MappableDomainWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -41472,10 +38378,6 @@ input MappableDomainWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -41490,10 +38392,6 @@ input MappableDomainWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -41508,10 +38406,6 @@ input MappableDomainWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -41524,10 +38418,6 @@ input MappableDomainWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -41862,19 +38752,12 @@ input MappedControlWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -41885,9 +38768,6 @@ input MappedControlWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -41901,10 +38781,6 @@ input MappedControlWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -41919,10 +38795,6 @@ input MappedControlWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -41937,10 +38809,6 @@ input MappedControlWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -41962,10 +38830,6 @@ input MappedControlWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -41980,10 +38844,6 @@ input MappedControlWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -41998,10 +38858,6 @@ input MappedControlWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -42023,10 +38879,6 @@ input MappedControlWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -42039,8 +38891,6 @@ input MappedControlWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -42427,19 +39277,12 @@ input NarrativeWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -42450,9 +39293,6 @@ input NarrativeWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -42466,10 +39306,6 @@ input NarrativeWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -42484,10 +39320,6 @@ input NarrativeWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -42502,10 +39334,6 @@ input NarrativeWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -42520,10 +39348,6 @@ input NarrativeWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -42536,10 +39360,6 @@ input NarrativeWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -42561,10 +39381,6 @@ input NarrativeWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -42579,10 +39395,6 @@ input NarrativeWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -42597,10 +39409,6 @@ input NarrativeWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -42613,10 +39421,6 @@ input NarrativeWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -42631,10 +39435,6 @@ input NarrativeWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -42890,19 +39690,12 @@ input NoteWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -42913,9 +39706,6 @@ input NoteWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -42929,10 +39719,6 @@ input NoteWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -42947,10 +39733,6 @@ input NoteWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -42965,10 +39747,6 @@ input NoteWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -42983,10 +39761,6 @@ input NoteWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -42999,10 +39773,6 @@ input NoteWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -43017,10 +39787,6 @@ input NoteWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -43035,10 +39801,6 @@ input NoteWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -43051,10 +39813,6 @@ input NoteWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -43069,10 +39827,6 @@ input NoteWhereInput { discussionIDNEQ: ID discussionIDIn: [ID!] discussionIDNotIn: [ID!] - discussionIDGT: ID - discussionIDGTE: ID - discussionIDLT: ID - discussionIDLTE: ID discussionIDContains: ID discussionIDHasPrefix: ID discussionIDHasSuffix: ID @@ -43092,10 +39846,6 @@ input NoteWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -43114,9 +39864,6 @@ input NoteWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -43529,19 +40276,12 @@ input NotificationPreferenceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -43552,9 +40292,6 @@ input NotificationPreferenceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -43568,10 +40305,6 @@ input NotificationPreferenceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -43586,10 +40319,6 @@ input NotificationPreferenceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -43604,10 +40333,6 @@ input NotificationPreferenceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -43622,10 +40347,6 @@ input NotificationPreferenceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -43640,10 +40361,6 @@ input NotificationPreferenceWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -43670,10 +40387,6 @@ input NotificationPreferenceWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -43688,10 +40401,6 @@ input NotificationPreferenceWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -43727,10 +40436,6 @@ input NotificationPreferenceWhereInput { templateIDNEQ: ID templateIDIn: [ID!] templateIDNotIn: [ID!] - templateIDGT: ID - templateIDGTE: ID - templateIDLT: ID - templateIDLTE: ID templateIDContains: ID templateIDHasPrefix: ID templateIDHasSuffix: ID @@ -43742,9 +40447,6 @@ input NotificationPreferenceWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -43758,10 +40460,6 @@ input NotificationPreferenceWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -43776,10 +40474,6 @@ input NotificationPreferenceWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -43794,10 +40488,6 @@ input NotificationPreferenceWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -43814,9 +40504,6 @@ input NotificationPreferenceWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -43827,9 +40514,6 @@ input NotificationPreferenceWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -43843,10 +40527,6 @@ input NotificationPreferenceWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -44124,19 +40804,12 @@ input NotificationTemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44147,9 +40820,6 @@ input NotificationTemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44163,10 +40833,6 @@ input NotificationTemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44181,10 +40847,6 @@ input NotificationTemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -44199,10 +40861,6 @@ input NotificationTemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -44217,10 +40875,6 @@ input NotificationTemplateWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -44235,10 +40889,6 @@ input NotificationTemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -44260,10 +40910,6 @@ input NotificationTemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -44278,10 +40924,6 @@ input NotificationTemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -44296,10 +40938,6 @@ input NotificationTemplateWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -44312,10 +40950,6 @@ input NotificationTemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -44328,10 +40962,6 @@ input NotificationTemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -44362,10 +40992,6 @@ input NotificationTemplateWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -44378,10 +41004,6 @@ input NotificationTemplateWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -44394,10 +41016,6 @@ input NotificationTemplateWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -44412,10 +41030,6 @@ input NotificationTemplateWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -44430,10 +41044,6 @@ input NotificationTemplateWhereInput { emailTemplateIDNEQ: ID emailTemplateIDIn: [ID!] emailTemplateIDNotIn: [ID!] - emailTemplateIDGT: ID - emailTemplateIDGTE: ID - emailTemplateIDLT: ID - emailTemplateIDLTE: ID emailTemplateIDContains: ID emailTemplateIDHasPrefix: ID emailTemplateIDHasSuffix: ID @@ -44448,10 +41058,6 @@ input NotificationTemplateWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -44466,10 +41072,6 @@ input NotificationTemplateWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -44484,10 +41086,6 @@ input NotificationTemplateWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -44505,8 +41103,6 @@ input NotificationTemplateWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -44582,10 +41178,6 @@ input OnboardingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ @@ -44595,10 +41187,6 @@ input OnboardingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -44613,10 +41201,6 @@ input OnboardingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -44807,19 +41391,12 @@ input OrgMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -44830,9 +41407,6 @@ input OrgMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -44846,10 +41420,6 @@ input OrgMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -44864,10 +41434,6 @@ input OrgMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -44882,10 +41448,6 @@ input OrgMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -44914,10 +41476,6 @@ input OrgMembershipWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -44932,10 +41490,6 @@ input OrgMembershipWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -44947,9 +41501,6 @@ input OrgMembershipWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -44970,10 +41521,6 @@ input OrgMembershipWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -44988,10 +41535,6 @@ input OrgMembershipWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -45003,9 +41546,6 @@ input OrgMembershipWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -45158,19 +41698,12 @@ input OrgSubscriptionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -45181,9 +41714,6 @@ input OrgSubscriptionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -45197,10 +41727,6 @@ input OrgSubscriptionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -45215,10 +41741,6 @@ input OrgSubscriptionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -45233,10 +41755,6 @@ input OrgSubscriptionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -45251,10 +41769,6 @@ input OrgSubscriptionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -45269,10 +41783,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionIDNEQ: String stripeSubscriptionIDIn: [String!] stripeSubscriptionIDNotIn: [String!] - stripeSubscriptionIDGT: String - stripeSubscriptionIDGTE: String - stripeSubscriptionIDLT: String - stripeSubscriptionIDLTE: String stripeSubscriptionIDContains: String stripeSubscriptionIDHasPrefix: String stripeSubscriptionIDHasSuffix: String @@ -45287,10 +41797,6 @@ input OrgSubscriptionWhereInput { stripeSubscriptionStatusNEQ: String stripeSubscriptionStatusIn: [String!] stripeSubscriptionStatusNotIn: [String!] - stripeSubscriptionStatusGT: String - stripeSubscriptionStatusGTE: String - stripeSubscriptionStatusLT: String - stripeSubscriptionStatusLTE: String stripeSubscriptionStatusContains: String stripeSubscriptionStatusHasPrefix: String stripeSubscriptionStatusHasSuffix: String @@ -45307,9 +41813,6 @@ input OrgSubscriptionWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -45320,9 +41823,6 @@ input OrgSubscriptionWhereInput { trial_expires_at field predicates """ trialExpiresAt: Time - trialExpiresAtNEQ: Time - trialExpiresAtIn: [Time!] - trialExpiresAtNotIn: [Time!] trialExpiresAtGT: Time trialExpiresAtGTE: Time trialExpiresAtLT: Time @@ -45336,10 +41836,6 @@ input OrgSubscriptionWhereInput { daysUntilDueNEQ: String daysUntilDueIn: [String!] daysUntilDueNotIn: [String!] - daysUntilDueGT: String - daysUntilDueGTE: String - daysUntilDueLT: String - daysUntilDueLTE: String daysUntilDueContains: String daysUntilDueHasPrefix: String daysUntilDueHasSuffix: String @@ -50651,19 +47147,12 @@ input OrganizationSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -50674,9 +47163,6 @@ input OrganizationSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -50690,10 +47176,6 @@ input OrganizationSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -50708,10 +47190,6 @@ input OrganizationSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -50726,10 +47204,6 @@ input OrganizationSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -50744,10 +47218,6 @@ input OrganizationSettingWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -50762,10 +47232,6 @@ input OrganizationSettingWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -50780,10 +47246,6 @@ input OrganizationSettingWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -50798,10 +47260,6 @@ input OrganizationSettingWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -50825,10 +47283,6 @@ input OrganizationSettingWhereInput { organizationIDNEQ: ID organizationIDIn: [ID!] organizationIDNotIn: [ID!] - organizationIDGT: ID - organizationIDGTE: ID - organizationIDLT: ID - organizationIDLTE: ID organizationIDContains: ID organizationIDHasPrefix: ID organizationIDHasSuffix: ID @@ -50864,10 +47318,6 @@ input OrganizationSettingWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -50882,10 +47332,6 @@ input OrganizationSettingWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -50900,10 +47346,6 @@ input OrganizationSettingWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -50923,10 +47365,6 @@ input OrganizationSettingWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -50941,10 +47379,6 @@ input OrganizationSettingWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -50959,10 +47393,6 @@ input OrganizationSettingWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -50977,10 +47407,6 @@ input OrganizationSettingWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -50995,10 +47421,6 @@ input OrganizationSettingWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -51037,10 +47459,6 @@ input OrganizationSettingWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -51057,9 +47475,6 @@ input OrganizationSettingWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -51112,19 +47527,12 @@ input OrganizationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -51135,9 +47543,6 @@ input OrganizationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -51151,10 +47556,6 @@ input OrganizationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -51169,10 +47570,6 @@ input OrganizationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -51187,10 +47584,6 @@ input OrganizationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -51205,10 +47598,6 @@ input OrganizationWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -51221,10 +47610,6 @@ input OrganizationWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -51246,10 +47631,6 @@ input OrganizationWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -51264,10 +47645,6 @@ input OrganizationWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -51279,9 +47656,6 @@ input OrganizationWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -51295,10 +47669,6 @@ input OrganizationWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -52330,19 +48700,12 @@ input PersonalAccessTokenWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -52353,9 +48716,6 @@ input PersonalAccessTokenWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -52369,10 +48729,6 @@ input PersonalAccessTokenWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -52387,10 +48743,6 @@ input PersonalAccessTokenWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -52405,10 +48757,6 @@ input PersonalAccessTokenWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -52423,10 +48771,6 @@ input PersonalAccessTokenWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -52436,9 +48780,6 @@ input PersonalAccessTokenWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -52449,9 +48790,6 @@ input PersonalAccessTokenWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -52472,10 +48810,6 @@ input PersonalAccessTokenWhereInput { revokedReasonNEQ: String revokedReasonIn: [String!] revokedReasonNotIn: [String!] - revokedReasonGT: String - revokedReasonGTE: String - revokedReasonLT: String - revokedReasonLTE: String revokedReasonContains: String revokedReasonHasPrefix: String revokedReasonHasSuffix: String @@ -52490,10 +48824,6 @@ input PersonalAccessTokenWhereInput { revokedByNEQ: String revokedByIn: [String!] revokedByNotIn: [String!] - revokedByGT: String - revokedByGTE: String - revokedByLT: String - revokedByLTE: String revokedByContains: String revokedByHasPrefix: String revokedByHasSuffix: String @@ -52505,9 +48835,6 @@ input PersonalAccessTokenWhereInput { revoked_at field predicates """ revokedAt: Time - revokedAtNEQ: Time - revokedAtIn: [Time!] - revokedAtNotIn: [Time!] revokedAtGT: Time revokedAtGTE: Time revokedAtLT: Time @@ -53768,19 +50095,12 @@ input PlatformWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -53791,9 +50111,6 @@ input PlatformWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -53807,10 +50124,6 @@ input PlatformWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -53825,10 +50138,6 @@ input PlatformWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -53843,10 +50152,6 @@ input PlatformWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -53861,10 +50166,6 @@ input PlatformWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -53877,10 +50178,6 @@ input PlatformWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -53895,10 +50192,6 @@ input PlatformWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -53913,10 +50206,6 @@ input PlatformWhereInput { internalOwnerUserIDNEQ: ID internalOwnerUserIDIn: [ID!] internalOwnerUserIDNotIn: [ID!] - internalOwnerUserIDGT: ID - internalOwnerUserIDGTE: ID - internalOwnerUserIDLT: ID - internalOwnerUserIDLTE: ID internalOwnerUserIDContains: ID internalOwnerUserIDHasPrefix: ID internalOwnerUserIDHasSuffix: ID @@ -53931,10 +50220,6 @@ input PlatformWhereInput { internalOwnerGroupIDNEQ: ID internalOwnerGroupIDIn: [ID!] internalOwnerGroupIDNotIn: [ID!] - internalOwnerGroupIDGT: ID - internalOwnerGroupIDGTE: ID - internalOwnerGroupIDLT: ID - internalOwnerGroupIDLTE: ID internalOwnerGroupIDContains: ID internalOwnerGroupIDHasPrefix: ID internalOwnerGroupIDHasSuffix: ID @@ -53949,10 +50234,6 @@ input PlatformWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -53967,10 +50248,6 @@ input PlatformWhereInput { businessOwnerUserIDNEQ: ID businessOwnerUserIDIn: [ID!] businessOwnerUserIDNotIn: [ID!] - businessOwnerUserIDGT: ID - businessOwnerUserIDGTE: ID - businessOwnerUserIDLT: ID - businessOwnerUserIDLTE: ID businessOwnerUserIDContains: ID businessOwnerUserIDHasPrefix: ID businessOwnerUserIDHasSuffix: ID @@ -53985,10 +50262,6 @@ input PlatformWhereInput { businessOwnerGroupIDNEQ: ID businessOwnerGroupIDIn: [ID!] businessOwnerGroupIDNotIn: [ID!] - businessOwnerGroupIDGT: ID - businessOwnerGroupIDGTE: ID - businessOwnerGroupIDLT: ID - businessOwnerGroupIDLTE: ID businessOwnerGroupIDContains: ID businessOwnerGroupIDHasPrefix: ID businessOwnerGroupIDHasSuffix: ID @@ -54003,10 +50276,6 @@ input PlatformWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -54021,10 +50290,6 @@ input PlatformWhereInput { technicalOwnerUserIDNEQ: ID technicalOwnerUserIDIn: [ID!] technicalOwnerUserIDNotIn: [ID!] - technicalOwnerUserIDGT: ID - technicalOwnerUserIDGTE: ID - technicalOwnerUserIDLT: ID - technicalOwnerUserIDLTE: ID technicalOwnerUserIDContains: ID technicalOwnerUserIDHasPrefix: ID technicalOwnerUserIDHasSuffix: ID @@ -54039,10 +50304,6 @@ input PlatformWhereInput { technicalOwnerGroupIDNEQ: ID technicalOwnerGroupIDIn: [ID!] technicalOwnerGroupIDNotIn: [ID!] - technicalOwnerGroupIDGT: ID - technicalOwnerGroupIDGTE: ID - technicalOwnerGroupIDLT: ID - technicalOwnerGroupIDLTE: ID technicalOwnerGroupIDContains: ID technicalOwnerGroupIDHasPrefix: ID technicalOwnerGroupIDHasSuffix: ID @@ -54057,10 +50318,6 @@ input PlatformWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -54075,10 +50332,6 @@ input PlatformWhereInput { securityOwnerUserIDNEQ: ID securityOwnerUserIDIn: [ID!] securityOwnerUserIDNotIn: [ID!] - securityOwnerUserIDGT: ID - securityOwnerUserIDGTE: ID - securityOwnerUserIDLT: ID - securityOwnerUserIDLTE: ID securityOwnerUserIDContains: ID securityOwnerUserIDHasPrefix: ID securityOwnerUserIDHasSuffix: ID @@ -54093,10 +50346,6 @@ input PlatformWhereInput { securityOwnerGroupIDNEQ: ID securityOwnerGroupIDIn: [ID!] securityOwnerGroupIDNotIn: [ID!] - securityOwnerGroupIDGT: ID - securityOwnerGroupIDGTE: ID - securityOwnerGroupIDLT: ID - securityOwnerGroupIDLTE: ID securityOwnerGroupIDContains: ID securityOwnerGroupIDHasPrefix: ID securityOwnerGroupIDHasSuffix: ID @@ -54111,10 +50360,6 @@ input PlatformWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -54129,10 +50374,6 @@ input PlatformWhereInput { platformKindIDNEQ: ID platformKindIDIn: [ID!] platformKindIDNotIn: [ID!] - platformKindIDGT: ID - platformKindIDGTE: ID - platformKindIDLT: ID - platformKindIDLTE: ID platformKindIDContains: ID platformKindIDHasPrefix: ID platformKindIDHasSuffix: ID @@ -54147,10 +50388,6 @@ input PlatformWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -54165,10 +50402,6 @@ input PlatformWhereInput { platformDataClassificationIDNEQ: ID platformDataClassificationIDIn: [ID!] platformDataClassificationIDNotIn: [ID!] - platformDataClassificationIDGT: ID - platformDataClassificationIDGTE: ID - platformDataClassificationIDLT: ID - platformDataClassificationIDLTE: ID platformDataClassificationIDContains: ID platformDataClassificationIDHasPrefix: ID platformDataClassificationIDHasSuffix: ID @@ -54183,10 +50416,6 @@ input PlatformWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -54201,10 +50430,6 @@ input PlatformWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -54219,10 +50444,6 @@ input PlatformWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -54237,10 +50458,6 @@ input PlatformWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -54255,10 +50472,6 @@ input PlatformWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -54273,10 +50486,6 @@ input PlatformWhereInput { accessModelIDNEQ: ID accessModelIDIn: [ID!] accessModelIDNotIn: [ID!] - accessModelIDGT: ID - accessModelIDGTE: ID - accessModelIDLT: ID - accessModelIDLTE: ID accessModelIDContains: ID accessModelIDHasPrefix: ID accessModelIDHasSuffix: ID @@ -54291,10 +50500,6 @@ input PlatformWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -54309,10 +50514,6 @@ input PlatformWhereInput { encryptionStatusIDNEQ: ID encryptionStatusIDIn: [ID!] encryptionStatusIDNotIn: [ID!] - encryptionStatusIDGT: ID - encryptionStatusIDGTE: ID - encryptionStatusIDLT: ID - encryptionStatusIDLTE: ID encryptionStatusIDContains: ID encryptionStatusIDHasPrefix: ID encryptionStatusIDHasSuffix: ID @@ -54327,10 +50528,6 @@ input PlatformWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -54345,10 +50542,6 @@ input PlatformWhereInput { securityTierIDNEQ: ID securityTierIDIn: [ID!] securityTierIDNotIn: [ID!] - securityTierIDGT: ID - securityTierIDGTE: ID - securityTierIDLT: ID - securityTierIDLTE: ID securityTierIDContains: ID securityTierIDHasPrefix: ID securityTierIDHasSuffix: ID @@ -54363,10 +50556,6 @@ input PlatformWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -54381,10 +50570,6 @@ input PlatformWhereInput { criticalityIDNEQ: ID criticalityIDIn: [ID!] criticalityIDNotIn: [ID!] - criticalityIDGT: ID - criticalityIDGTE: ID - criticalityIDLT: ID - criticalityIDLTE: ID criticalityIDContains: ID criticalityIDHasPrefix: ID criticalityIDHasSuffix: ID @@ -54406,10 +50591,6 @@ input PlatformWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -54424,10 +50605,6 @@ input PlatformWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -54440,10 +50617,6 @@ input PlatformWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -54458,10 +50631,6 @@ input PlatformWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -54483,10 +50652,6 @@ input PlatformWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -54501,10 +50666,6 @@ input PlatformWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -54533,10 +50694,6 @@ input PlatformWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -54551,10 +50708,6 @@ input PlatformWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -54579,9 +50732,6 @@ input PlatformWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -54595,10 +50745,6 @@ input PlatformWhereInput { platformOwnerIDNEQ: ID platformOwnerIDIn: [ID!] platformOwnerIDNotIn: [ID!] - platformOwnerIDGT: ID - platformOwnerIDGTE: ID - platformOwnerIDLT: ID - platformOwnerIDLTE: ID platformOwnerIDContains: ID platformOwnerIDHasPrefix: ID platformOwnerIDHasSuffix: ID @@ -54613,10 +50759,6 @@ input PlatformWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -55499,19 +51641,12 @@ input ProcedureWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -55522,9 +51657,6 @@ input ProcedureWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -55538,10 +51670,6 @@ input ProcedureWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -55556,10 +51684,6 @@ input ProcedureWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -55574,10 +51698,6 @@ input ProcedureWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -55592,10 +51712,6 @@ input ProcedureWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -55608,10 +51724,6 @@ input ProcedureWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -55626,10 +51738,6 @@ input ProcedureWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -55644,10 +51752,6 @@ input ProcedureWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -55678,10 +51782,6 @@ input ProcedureWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -55700,9 +51800,6 @@ input ProcedureWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -55725,10 +51822,6 @@ input ProcedureWhereInput { approverIDNEQ: ID approverIDIn: [ID!] approverIDNotIn: [ID!] - approverIDGT: ID - approverIDGTE: ID - approverIDLT: ID - approverIDLTE: ID approverIDContains: ID approverIDHasPrefix: ID approverIDHasSuffix: ID @@ -55743,10 +51836,6 @@ input ProcedureWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -55761,10 +51850,6 @@ input ProcedureWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -55779,10 +51864,6 @@ input ProcedureWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -55797,10 +51878,6 @@ input ProcedureWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -55815,10 +51892,6 @@ input ProcedureWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -55840,10 +51913,6 @@ input ProcedureWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -55858,10 +51927,6 @@ input ProcedureWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -55876,10 +51941,6 @@ input ProcedureWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -55894,10 +51955,6 @@ input ProcedureWhereInput { procedureKindIDNEQ: ID procedureKindIDIn: [ID!] procedureKindIDNotIn: [ID!] - procedureKindIDGT: ID - procedureKindIDGTE: ID - procedureKindIDLT: ID - procedureKindIDLTE: ID procedureKindIDContains: ID procedureKindIDHasPrefix: ID procedureKindIDHasSuffix: ID @@ -55912,10 +51969,6 @@ input ProcedureWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -55930,10 +51983,6 @@ input ProcedureWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -55948,10 +51997,6 @@ input ProcedureWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -55966,10 +52011,6 @@ input ProcedureWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -57016,19 +53057,12 @@ input ProgramMembershipWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -57039,9 +53073,6 @@ input ProgramMembershipWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -57055,10 +53086,6 @@ input ProgramMembershipWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -57073,10 +53100,6 @@ input ProgramMembershipWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -57091,10 +53114,6 @@ input ProgramMembershipWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -57165,19 +53184,12 @@ input ProgramWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -57188,9 +53200,6 @@ input ProgramWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -57204,10 +53213,6 @@ input ProgramWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -57222,10 +53227,6 @@ input ProgramWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -57240,10 +53241,6 @@ input ProgramWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -57258,10 +53255,6 @@ input ProgramWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -57274,10 +53267,6 @@ input ProgramWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -57292,10 +53281,6 @@ input ProgramWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -57310,10 +53295,6 @@ input ProgramWhereInput { programKindIDNEQ: ID programKindIDIn: [ID!] programKindIDNotIn: [ID!] - programKindIDGT: ID - programKindIDGTE: ID - programKindIDLT: ID - programKindIDLTE: ID programKindIDContains: ID programKindIDHasPrefix: ID programKindIDHasSuffix: ID @@ -57328,10 +53309,6 @@ input ProgramWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -57346,10 +53323,6 @@ input ProgramWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -57362,10 +53335,6 @@ input ProgramWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -57387,10 +53356,6 @@ input ProgramWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -57402,9 +53367,6 @@ input ProgramWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -57415,9 +53377,6 @@ input ProgramWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -57428,9 +53387,6 @@ input ProgramWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -57441,9 +53397,6 @@ input ProgramWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -57454,9 +53407,6 @@ input ProgramWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -57467,9 +53417,6 @@ input ProgramWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -57498,10 +53445,6 @@ input ProgramWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -57516,10 +53459,6 @@ input ProgramWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -57534,10 +53473,6 @@ input ProgramWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -57552,10 +53487,6 @@ input ProgramWhereInput { programOwnerIDNEQ: ID programOwnerIDIn: [ID!] programOwnerIDNotIn: [ID!] - programOwnerIDGT: ID - programOwnerIDGTE: ID - programOwnerIDLT: ID - programOwnerIDLTE: ID programOwnerIDContains: ID programOwnerIDHasPrefix: ID programOwnerIDHasSuffix: ID @@ -61434,19 +57365,12 @@ input RemediationWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -61457,9 +57381,6 @@ input RemediationWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -61473,10 +57394,6 @@ input RemediationWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -61491,10 +57408,6 @@ input RemediationWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -61509,10 +57422,6 @@ input RemediationWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -61527,10 +57436,6 @@ input RemediationWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -61543,10 +57448,6 @@ input RemediationWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -61568,10 +57469,6 @@ input RemediationWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -61586,10 +57483,6 @@ input RemediationWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -61604,10 +57497,6 @@ input RemediationWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -61622,10 +57511,6 @@ input RemediationWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -61640,10 +57525,6 @@ input RemediationWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -61658,10 +57539,6 @@ input RemediationWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -61683,10 +57560,6 @@ input RemediationWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -61701,10 +57574,6 @@ input RemediationWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -61719,10 +57588,6 @@ input RemediationWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -61746,10 +57611,6 @@ input RemediationWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -61764,10 +57625,6 @@ input RemediationWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -61782,10 +57639,6 @@ input RemediationWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -61800,10 +57653,6 @@ input RemediationWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -61818,10 +57667,6 @@ input RemediationWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -61836,10 +57681,6 @@ input RemediationWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -61854,10 +57695,6 @@ input RemediationWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -61872,10 +57709,6 @@ input RemediationWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -61890,10 +57723,6 @@ input RemediationWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -61905,9 +57734,6 @@ input RemediationWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -61918,9 +57744,6 @@ input RemediationWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -61931,9 +57754,6 @@ input RemediationWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -61947,10 +57767,6 @@ input RemediationWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -61965,10 +57781,6 @@ input RemediationWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -61983,10 +57795,6 @@ input RemediationWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -62840,19 +58648,12 @@ input ReviewWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -62863,9 +58664,6 @@ input ReviewWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -62879,10 +58677,6 @@ input ReviewWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -62897,10 +58691,6 @@ input ReviewWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -62915,10 +58705,6 @@ input ReviewWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -62933,10 +58719,6 @@ input ReviewWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -62958,10 +58740,6 @@ input ReviewWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -62976,10 +58754,6 @@ input ReviewWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -62994,10 +58768,6 @@ input ReviewWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -63012,10 +58782,6 @@ input ReviewWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -63030,10 +58796,6 @@ input ReviewWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -63048,10 +58810,6 @@ input ReviewWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -63066,10 +58824,6 @@ input ReviewWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -63084,10 +58838,6 @@ input ReviewWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -63102,10 +58852,6 @@ input ReviewWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -63118,10 +58864,6 @@ input ReviewWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -63145,10 +58887,6 @@ input ReviewWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -63163,10 +58901,6 @@ input ReviewWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -63181,10 +58915,6 @@ input ReviewWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -63199,10 +58929,6 @@ input ReviewWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -63217,10 +58943,6 @@ input ReviewWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -63239,9 +58961,6 @@ input ReviewWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -63252,9 +58971,6 @@ input ReviewWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -63265,9 +58981,6 @@ input ReviewWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -63281,10 +58994,6 @@ input ReviewWhereInput { reviewerIDNEQ: ID reviewerIDIn: [ID!] reviewerIDNotIn: [ID!] - reviewerIDGT: ID - reviewerIDGTE: ID - reviewerIDLT: ID - reviewerIDLTE: ID reviewerIDContains: ID reviewerIDHasPrefix: ID reviewerIDHasSuffix: ID @@ -63299,10 +59008,6 @@ input ReviewWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -63317,10 +59022,6 @@ input ReviewWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -64392,19 +60093,12 @@ input RiskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -64415,9 +60109,6 @@ input RiskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -64431,10 +60122,6 @@ input RiskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -64449,10 +60136,6 @@ input RiskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -64467,10 +60150,6 @@ input RiskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -64485,10 +60164,6 @@ input RiskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -64501,10 +60176,6 @@ input RiskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -64519,10 +60190,6 @@ input RiskWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -64537,10 +60204,6 @@ input RiskWhereInput { riskKindIDNEQ: ID riskKindIDIn: [ID!] riskKindIDNotIn: [ID!] - riskKindIDGT: ID - riskKindIDGTE: ID - riskKindIDLT: ID - riskKindIDLTE: ID riskKindIDContains: ID riskKindIDHasPrefix: ID riskKindIDHasSuffix: ID @@ -64555,10 +60218,6 @@ input RiskWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -64573,10 +60232,6 @@ input RiskWhereInput { riskCategoryIDNEQ: ID riskCategoryIDIn: [ID!] riskCategoryIDNotIn: [ID!] - riskCategoryIDGT: ID - riskCategoryIDGTE: ID - riskCategoryIDLT: ID - riskCategoryIDLTE: ID riskCategoryIDContains: ID riskCategoryIDHasPrefix: ID riskCategoryIDHasSuffix: ID @@ -64591,10 +60246,6 @@ input RiskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -64609,10 +60260,6 @@ input RiskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -64627,10 +60274,6 @@ input RiskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -64645,10 +60288,6 @@ input RiskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -64670,10 +60309,6 @@ input RiskWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -64688,10 +60323,6 @@ input RiskWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -64703,9 +60334,6 @@ input RiskWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -64719,10 +60347,6 @@ input RiskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -64737,10 +60361,6 @@ input RiskWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -64778,8 +60398,6 @@ input RiskWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -64793,10 +60411,6 @@ input RiskWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -64811,10 +60425,6 @@ input RiskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -64829,10 +60439,6 @@ input RiskWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -64847,10 +60453,6 @@ input RiskWhereInput { stakeholderIDNEQ: ID stakeholderIDIn: [ID!] stakeholderIDNotIn: [ID!] - stakeholderIDGT: ID - stakeholderIDGTE: ID - stakeholderIDLT: ID - stakeholderIDLTE: ID stakeholderIDContains: ID stakeholderIDHasPrefix: ID stakeholderIDHasSuffix: ID @@ -64865,10 +60467,6 @@ input RiskWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -64880,9 +60478,6 @@ input RiskWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -64900,9 +60495,6 @@ input RiskWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -64922,9 +60514,6 @@ input RiskWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -64935,9 +60524,6 @@ input RiskWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -64949,8 +60535,6 @@ input RiskWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -65282,19 +60866,12 @@ input SLADefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -65305,9 +60882,6 @@ input SLADefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -65321,10 +60895,6 @@ input SLADefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -65339,10 +60909,6 @@ input SLADefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -65357,10 +60923,6 @@ input SLADefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -65375,10 +60937,6 @@ input SLADefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -65391,10 +60949,6 @@ input SLADefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -65407,8 +60961,6 @@ input SLADefinitionWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -66090,19 +61642,12 @@ input ScanWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -66113,9 +61658,6 @@ input ScanWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -66129,10 +61671,6 @@ input ScanWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -66147,10 +61685,6 @@ input ScanWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -66165,10 +61699,6 @@ input ScanWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -66183,10 +61713,6 @@ input ScanWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -66208,10 +61734,6 @@ input ScanWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -66226,10 +61748,6 @@ input ScanWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -66244,10 +61762,6 @@ input ScanWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -66262,10 +61776,6 @@ input ScanWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -66280,10 +61790,6 @@ input ScanWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -66298,10 +61804,6 @@ input ScanWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -66316,10 +61818,6 @@ input ScanWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -66334,10 +61832,6 @@ input ScanWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -66352,10 +61846,6 @@ input ScanWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -66370,10 +61860,6 @@ input ScanWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -66388,10 +61874,6 @@ input ScanWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -66406,10 +61888,6 @@ input ScanWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -66424,10 +61902,6 @@ input ScanWhereInput { targetNEQ: String targetIn: [String!] targetNotIn: [String!] - targetGT: String - targetGTE: String - targetLT: String - targetLTE: String targetContains: String targetHasPrefix: String targetHasSuffix: String @@ -66444,9 +61918,6 @@ input ScanWhereInput { scan_date field predicates """ scanDate: DateTime - scanDateNEQ: DateTime - scanDateIn: [DateTime!] - scanDateNotIn: [DateTime!] scanDateGT: DateTime scanDateGTE: DateTime scanDateLT: DateTime @@ -66457,9 +61928,6 @@ input ScanWhereInput { next_scan_run_at field predicates """ nextScanRunAt: DateTime - nextScanRunAtNEQ: DateTime - nextScanRunAtIn: [DateTime!] - nextScanRunAtNotIn: [DateTime!] nextScanRunAtGT: DateTime nextScanRunAtGTE: DateTime nextScanRunAtLT: DateTime @@ -66473,10 +61941,6 @@ input ScanWhereInput { performedByNEQ: String performedByIn: [String!] performedByNotIn: [String!] - performedByGT: String - performedByGTE: String - performedByLT: String - performedByLTE: String performedByContains: String performedByHasPrefix: String performedByHasSuffix: String @@ -66491,10 +61955,6 @@ input ScanWhereInput { performedByUserIDNEQ: ID performedByUserIDIn: [ID!] performedByUserIDNotIn: [ID!] - performedByUserIDGT: ID - performedByUserIDGTE: ID - performedByUserIDLT: ID - performedByUserIDLTE: ID performedByUserIDContains: ID performedByUserIDHasPrefix: ID performedByUserIDHasSuffix: ID @@ -66509,10 +61969,6 @@ input ScanWhereInput { performedByGroupIDNEQ: ID performedByGroupIDIn: [ID!] performedByGroupIDNotIn: [ID!] - performedByGroupIDGT: ID - performedByGroupIDGTE: ID - performedByGroupIDLT: ID - performedByGroupIDLTE: ID performedByGroupIDContains: ID performedByGroupIDHasPrefix: ID performedByGroupIDHasSuffix: ID @@ -66527,10 +61983,6 @@ input ScanWhereInput { generatedByPlatformIDNEQ: ID generatedByPlatformIDIn: [ID!] generatedByPlatformIDNotIn: [ID!] - generatedByPlatformIDGT: ID - generatedByPlatformIDGTE: ID - generatedByPlatformIDLT: ID - generatedByPlatformIDLTE: ID generatedByPlatformIDContains: ID generatedByPlatformIDHasPrefix: ID generatedByPlatformIDHasSuffix: ID @@ -66940,19 +62392,12 @@ input ScheduledJobRunWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -66963,9 +62408,6 @@ input ScheduledJobRunWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -66979,10 +62421,6 @@ input ScheduledJobRunWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -66997,10 +62435,6 @@ input ScheduledJobRunWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -67015,10 +62449,6 @@ input ScheduledJobRunWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -67033,10 +62463,6 @@ input ScheduledJobRunWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -67051,10 +62477,6 @@ input ScheduledJobRunWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -67074,10 +62496,6 @@ input ScheduledJobRunWhereInput { scheduledJobIDNEQ: ID scheduledJobIDIn: [ID!] scheduledJobIDNotIn: [ID!] - scheduledJobIDGT: ID - scheduledJobIDGTE: ID - scheduledJobIDLT: ID - scheduledJobIDLTE: ID scheduledJobIDContains: ID scheduledJobIDHasPrefix: ID scheduledJobIDHasSuffix: ID @@ -67087,9 +62505,6 @@ input ScheduledJobRunWhereInput { expected_execution_time field predicates """ expectedExecutionTime: Time - expectedExecutionTimeNEQ: Time - expectedExecutionTimeIn: [Time!] - expectedExecutionTimeNotIn: [Time!] expectedExecutionTimeGT: Time expectedExecutionTimeGTE: Time expectedExecutionTimeLT: Time @@ -67101,10 +62516,6 @@ input ScheduledJobRunWhereInput { scriptNEQ: String scriptIn: [String!] scriptNotIn: [String!] - scriptGT: String - scriptGTE: String - scriptLT: String - scriptLTE: String scriptContains: String scriptHasPrefix: String scriptHasSuffix: String @@ -67141,19 +62552,12 @@ input ScheduledJobWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -67164,9 +62568,6 @@ input ScheduledJobWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -67180,10 +62581,6 @@ input ScheduledJobWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -67198,10 +62595,6 @@ input ScheduledJobWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -67216,10 +62609,6 @@ input ScheduledJobWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -67234,10 +62623,6 @@ input ScheduledJobWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -67250,10 +62635,6 @@ input ScheduledJobWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -67268,10 +62649,6 @@ input ScheduledJobWhereInput { jobIDNEQ: ID jobIDIn: [ID!] jobIDNotIn: [ID!] - jobIDGT: ID - jobIDGTE: ID - jobIDLT: ID - jobIDLTE: ID jobIDContains: ID jobIDHasPrefix: ID jobIDHasSuffix: ID @@ -67289,10 +62666,6 @@ input ScheduledJobWhereInput { jobRunnerIDNEQ: ID jobRunnerIDIn: [ID!] jobRunnerIDNotIn: [ID!] - jobRunnerIDGT: ID - jobRunnerIDGTE: ID - jobRunnerIDLT: ID - jobRunnerIDLTE: ID jobRunnerIDContains: ID jobRunnerIDHasPrefix: ID jobRunnerIDHasSuffix: ID @@ -67623,19 +62996,12 @@ input StandardWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -67646,9 +63012,6 @@ input StandardWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -67662,10 +63025,6 @@ input StandardWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -67680,10 +63039,6 @@ input StandardWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -67698,10 +63053,6 @@ input StandardWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -67716,10 +63067,6 @@ input StandardWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -67734,10 +63081,6 @@ input StandardWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -67759,10 +63102,6 @@ input StandardWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -67777,10 +63116,6 @@ input StandardWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -67795,10 +63130,6 @@ input StandardWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -67811,10 +63142,6 @@ input StandardWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -67829,10 +63156,6 @@ input StandardWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -67847,10 +63170,6 @@ input StandardWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -67865,10 +63184,6 @@ input StandardWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -67883,10 +63198,6 @@ input StandardWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -67901,10 +63212,6 @@ input StandardWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -67942,10 +63249,6 @@ input StandardWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -67960,10 +63263,6 @@ input StandardWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -67978,10 +63277,6 @@ input StandardWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -68976,19 +64271,12 @@ input SubcontrolWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -68999,9 +64287,6 @@ input SubcontrolWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -69015,10 +64300,6 @@ input SubcontrolWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -69033,10 +64314,6 @@ input SubcontrolWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -69051,10 +64328,6 @@ input SubcontrolWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -69069,10 +64342,6 @@ input SubcontrolWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -69085,10 +64354,6 @@ input SubcontrolWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -69103,10 +64368,6 @@ input SubcontrolWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -69121,10 +64382,6 @@ input SubcontrolWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -69139,10 +64396,6 @@ input SubcontrolWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -69157,10 +64410,6 @@ input SubcontrolWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -69175,10 +64424,6 @@ input SubcontrolWhereInput { responsiblePartyIDNEQ: ID responsiblePartyIDIn: [ID!] responsiblePartyIDNotIn: [ID!] - responsiblePartyIDGT: ID - responsiblePartyIDGTE: ID - responsiblePartyIDLT: ID - responsiblePartyIDLTE: ID responsiblePartyIDContains: ID responsiblePartyIDHasPrefix: ID responsiblePartyIDHasSuffix: ID @@ -69211,10 +64456,6 @@ input SubcontrolWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -69229,10 +64470,6 @@ input SubcontrolWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -69256,10 +64493,6 @@ input SubcontrolWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -69274,10 +64507,6 @@ input SubcontrolWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -69292,10 +64521,6 @@ input SubcontrolWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -69310,10 +64535,6 @@ input SubcontrolWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -69328,10 +64549,6 @@ input SubcontrolWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -69346,10 +64563,6 @@ input SubcontrolWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -69364,10 +64577,6 @@ input SubcontrolWhereInput { controlOwnerIDNEQ: ID controlOwnerIDIn: [ID!] controlOwnerIDNotIn: [ID!] - controlOwnerIDGT: ID - controlOwnerIDGTE: ID - controlOwnerIDLT: ID - controlOwnerIDLTE: ID controlOwnerIDContains: ID controlOwnerIDHasPrefix: ID controlOwnerIDHasSuffix: ID @@ -69382,10 +64591,6 @@ input SubcontrolWhereInput { delegateIDNEQ: ID delegateIDIn: [ID!] delegateIDNotIn: [ID!] - delegateIDGT: ID - delegateIDGTE: ID - delegateIDLT: ID - delegateIDLTE: ID delegateIDContains: ID delegateIDHasPrefix: ID delegateIDHasSuffix: ID @@ -69400,10 +64605,6 @@ input SubcontrolWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -69425,10 +64626,6 @@ input SubcontrolWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -69443,10 +64640,6 @@ input SubcontrolWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -69461,10 +64654,6 @@ input SubcontrolWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -69479,10 +64668,6 @@ input SubcontrolWhereInput { subcontrolKindIDNEQ: ID subcontrolKindIDIn: [ID!] subcontrolKindIDNotIn: [ID!] - subcontrolKindIDGT: ID - subcontrolKindIDGTE: ID - subcontrolKindIDLT: ID - subcontrolKindIDLTE: ID subcontrolKindIDContains: ID subcontrolKindIDHasPrefix: ID subcontrolKindIDHasSuffix: ID @@ -69504,10 +64689,6 @@ input SubcontrolWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -69520,10 +64701,6 @@ input SubcontrolWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -69858,19 +65035,12 @@ input SubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -69881,9 +65051,6 @@ input SubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -69897,10 +65064,6 @@ input SubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -69915,10 +65078,6 @@ input SubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -69933,10 +65092,6 @@ input SubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -69951,10 +65106,6 @@ input SubprocessorWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -69976,10 +65127,6 @@ input SubprocessorWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -69994,10 +65141,6 @@ input SubprocessorWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -70012,10 +65155,6 @@ input SubprocessorWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -70028,10 +65167,6 @@ input SubprocessorWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -70046,10 +65181,6 @@ input SubprocessorWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -70064,10 +65195,6 @@ input SubprocessorWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -70294,19 +65421,12 @@ input SubscriberWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -70317,9 +65437,6 @@ input SubscriberWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -70333,10 +65450,6 @@ input SubscriberWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -70351,10 +65464,6 @@ input SubscriberWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -70369,10 +65478,6 @@ input SubscriberWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -70387,10 +65492,6 @@ input SubscriberWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -70405,10 +65506,6 @@ input SubscriberWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -70423,10 +65520,6 @@ input SubscriberWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -70439,10 +65532,6 @@ input SubscriberWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -70475,8 +65564,6 @@ input SubscriberWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -70488,10 +65575,6 @@ input SubscriberWhereInput { contactIDNEQ: ID contactIDIn: [ID!] contactIDNotIn: [ID!] - contactIDGT: ID - contactIDGTE: ID - contactIDLT: ID - contactIDLTE: ID contactIDContains: ID contactIDHasPrefix: ID contactIDHasSuffix: ID @@ -70506,10 +65589,6 @@ input SubscriberWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -70807,19 +65886,12 @@ input SystemDetailWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -70830,9 +65902,6 @@ input SystemDetailWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -70846,10 +65915,6 @@ input SystemDetailWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -70864,10 +65929,6 @@ input SystemDetailWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -70882,10 +65943,6 @@ input SystemDetailWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -70900,10 +65957,6 @@ input SystemDetailWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -70916,10 +65969,6 @@ input SystemDetailWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -70934,10 +65983,6 @@ input SystemDetailWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -70950,10 +65995,6 @@ input SystemDetailWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -70968,10 +66009,6 @@ input SystemDetailWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -70986,10 +66023,6 @@ input SystemDetailWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -71010,9 +66043,6 @@ input SystemDetailWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -71134,19 +66164,12 @@ input TFASettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -71157,9 +66180,6 @@ input TFASettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -71173,10 +66193,6 @@ input TFASettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -71191,10 +66207,6 @@ input TFASettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -71209,10 +66221,6 @@ input TFASettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -71353,19 +66361,12 @@ input TagDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -71376,9 +66377,6 @@ input TagDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -71392,10 +66390,6 @@ input TagDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -71410,10 +66404,6 @@ input TagDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -71428,10 +66418,6 @@ input TagDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -71446,10 +66432,6 @@ input TagDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -71471,10 +66453,6 @@ input TagDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -71489,10 +66467,6 @@ input TagDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -71507,10 +66481,6 @@ input TagDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -71523,10 +66493,6 @@ input TagDefinitionWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -71541,10 +66507,6 @@ input TagDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -71559,10 +66521,6 @@ input TagDefinitionWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -72355,19 +67313,12 @@ input TaskWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -72378,9 +67329,6 @@ input TaskWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -72394,10 +67342,6 @@ input TaskWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -72412,10 +67356,6 @@ input TaskWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -72430,10 +67370,6 @@ input TaskWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -72448,10 +67384,6 @@ input TaskWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -72464,10 +67396,6 @@ input TaskWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -72482,10 +67410,6 @@ input TaskWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -72500,10 +67424,6 @@ input TaskWhereInput { taskKindIDNEQ: ID taskKindIDIn: [ID!] taskKindIDNotIn: [ID!] - taskKindIDGT: ID - taskKindIDGTE: ID - taskKindIDLT: ID - taskKindIDLTE: ID taskKindIDContains: ID taskKindIDHasPrefix: ID taskKindIDHasSuffix: ID @@ -72518,10 +67438,6 @@ input TaskWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -72536,10 +67452,6 @@ input TaskWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -72554,10 +67466,6 @@ input TaskWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -72572,10 +67480,6 @@ input TaskWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -72597,10 +67501,6 @@ input TaskWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -72615,10 +67515,6 @@ input TaskWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -72631,10 +67527,6 @@ input TaskWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -72653,9 +67545,6 @@ input TaskWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -72666,9 +67555,6 @@ input TaskWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -72682,10 +67568,6 @@ input TaskWhereInput { assigneeIDNEQ: ID assigneeIDIn: [ID!] assigneeIDNotIn: [ID!] - assigneeIDGT: ID - assigneeIDGTE: ID - assigneeIDLT: ID - assigneeIDLTE: ID assigneeIDContains: ID assigneeIDHasPrefix: ID assigneeIDHasSuffix: ID @@ -72700,10 +67582,6 @@ input TaskWhereInput { assignerIDNEQ: ID assignerIDIn: [ID!] assignerIDNotIn: [ID!] - assignerIDGT: ID - assignerIDGTE: ID - assignerIDLT: ID - assignerIDLTE: ID assignerIDContains: ID assignerIDHasPrefix: ID assignerIDHasSuffix: ID @@ -72731,8 +67609,6 @@ input TaskWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -72744,10 +67620,6 @@ input TaskWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -72762,10 +67634,6 @@ input TaskWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -72780,10 +67648,6 @@ input TaskWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -72798,10 +67662,6 @@ input TaskWhereInput { parentTaskIDNEQ: ID parentTaskIDIn: [ID!] parentTaskIDNotIn: [ID!] - parentTaskIDGT: ID - parentTaskIDGTE: ID - parentTaskIDLT: ID - parentTaskIDLTE: ID parentTaskIDContains: ID parentTaskIDHasPrefix: ID parentTaskIDHasSuffix: ID @@ -73269,19 +68129,12 @@ input TemplateWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -73292,9 +68145,6 @@ input TemplateWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -73308,10 +68158,6 @@ input TemplateWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -73326,10 +68172,6 @@ input TemplateWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -73344,10 +68186,6 @@ input TemplateWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -73362,10 +68200,6 @@ input TemplateWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -73387,10 +68221,6 @@ input TemplateWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -73405,10 +68235,6 @@ input TemplateWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -73423,10 +68249,6 @@ input TemplateWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -73441,10 +68263,6 @@ input TemplateWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -73459,10 +68277,6 @@ input TemplateWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -73477,10 +68291,6 @@ input TemplateWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -73495,10 +68305,6 @@ input TemplateWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -73518,10 +68324,6 @@ input TemplateWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -73545,10 +68347,6 @@ input TemplateWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -74222,19 +69020,12 @@ input TrustCenterComplianceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -74245,9 +69036,6 @@ input TrustCenterComplianceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -74261,10 +69049,6 @@ input TrustCenterComplianceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -74279,10 +69063,6 @@ input TrustCenterComplianceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -74297,10 +69077,6 @@ input TrustCenterComplianceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -74315,10 +69091,6 @@ input TrustCenterComplianceWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -74331,10 +69103,6 @@ input TrustCenterComplianceWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -74595,19 +69363,12 @@ input TrustCenterDocWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -74618,9 +69379,6 @@ input TrustCenterDocWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -74634,10 +69392,6 @@ input TrustCenterDocWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -74652,10 +69406,6 @@ input TrustCenterDocWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -74670,10 +69420,6 @@ input TrustCenterDocWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -74688,10 +69434,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -74706,10 +69448,6 @@ input TrustCenterDocWhereInput { trustCenterDocKindIDNEQ: ID trustCenterDocKindIDIn: [ID!] trustCenterDocKindIDNotIn: [ID!] - trustCenterDocKindIDGT: ID - trustCenterDocKindIDGTE: ID - trustCenterDocKindIDLT: ID - trustCenterDocKindIDLTE: ID trustCenterDocKindIDContains: ID trustCenterDocKindIDHasPrefix: ID trustCenterDocKindIDHasSuffix: ID @@ -74724,10 +69462,6 @@ input TrustCenterDocWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -74742,10 +69476,6 @@ input TrustCenterDocWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -74758,10 +69488,6 @@ input TrustCenterDocWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -74776,10 +69502,6 @@ input TrustCenterDocWhereInput { originalFileIDNEQ: ID originalFileIDIn: [ID!] originalFileIDNotIn: [ID!] - originalFileIDGT: ID - originalFileIDGTE: ID - originalFileIDLT: ID - originalFileIDLTE: ID originalFileIDContains: ID originalFileIDHasPrefix: ID originalFileIDHasSuffix: ID @@ -74819,10 +69541,6 @@ input TrustCenterDocWhereInput { standardIDNEQ: ID standardIDIn: [ID!] standardIDNotIn: [ID!] - standardIDGT: ID - standardIDGTE: ID - standardIDLT: ID - standardIDLTE: ID standardIDContains: ID standardIDHasPrefix: ID standardIDHasSuffix: ID @@ -75045,19 +69763,12 @@ input TrustCenterEntityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -75068,9 +69779,6 @@ input TrustCenterEntityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -75084,10 +69792,6 @@ input TrustCenterEntityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -75102,10 +69806,6 @@ input TrustCenterEntityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -75120,10 +69820,6 @@ input TrustCenterEntityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -75138,10 +69834,6 @@ input TrustCenterEntityWhereInput { logoFileIDNEQ: ID logoFileIDIn: [ID!] logoFileIDNotIn: [ID!] - logoFileIDGT: ID - logoFileIDGTE: ID - logoFileIDLT: ID - logoFileIDLTE: ID logoFileIDContains: ID logoFileIDHasPrefix: ID logoFileIDHasSuffix: ID @@ -75156,10 +69848,6 @@ input TrustCenterEntityWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -75174,10 +69862,6 @@ input TrustCenterEntityWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -75192,10 +69876,6 @@ input TrustCenterEntityWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -75393,19 +70073,12 @@ input TrustCenterFAQWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -75416,9 +70089,6 @@ input TrustCenterFAQWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -75432,10 +70102,6 @@ input TrustCenterFAQWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -75450,10 +70116,6 @@ input TrustCenterFAQWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -75468,10 +70130,6 @@ input TrustCenterFAQWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -75486,10 +70144,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -75504,10 +70158,6 @@ input TrustCenterFAQWhereInput { trustCenterFaqKindIDNEQ: ID trustCenterFaqKindIDIn: [ID!] trustCenterFaqKindIDNotIn: [ID!] - trustCenterFaqKindIDGT: ID - trustCenterFaqKindIDGTE: ID - trustCenterFaqKindIDLT: ID - trustCenterFaqKindIDLTE: ID trustCenterFaqKindIDContains: ID trustCenterFaqKindIDHasPrefix: ID trustCenterFaqKindIDHasSuffix: ID @@ -75522,10 +70172,6 @@ input TrustCenterFAQWhereInput { noteIDNEQ: ID noteIDIn: [ID!] noteIDNotIn: [ID!] - noteIDGT: ID - noteIDGTE: ID - noteIDLT: ID - noteIDLTE: ID noteIDContains: ID noteIDHasPrefix: ID noteIDHasSuffix: ID @@ -75538,10 +70184,6 @@ input TrustCenterFAQWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -75556,10 +70198,6 @@ input TrustCenterFAQWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -75572,8 +70210,6 @@ input TrustCenterFAQWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -75858,19 +70494,12 @@ input TrustCenterNDARequestWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -75881,9 +70510,6 @@ input TrustCenterNDARequestWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -75897,10 +70523,6 @@ input TrustCenterNDARequestWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -75915,10 +70537,6 @@ input TrustCenterNDARequestWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -75933,10 +70551,6 @@ input TrustCenterNDARequestWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -75951,10 +70565,6 @@ input TrustCenterNDARequestWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -75969,10 +70579,6 @@ input TrustCenterNDARequestWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -75985,10 +70591,6 @@ input TrustCenterNDARequestWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -76001,10 +70603,6 @@ input TrustCenterNDARequestWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -76017,10 +70615,6 @@ input TrustCenterNDARequestWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -76035,10 +70629,6 @@ input TrustCenterNDARequestWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -76068,9 +70658,6 @@ input TrustCenterNDARequestWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -76084,10 +70671,6 @@ input TrustCenterNDARequestWhereInput { approvedByUserIDNEQ: ID approvedByUserIDIn: [ID!] approvedByUserIDNotIn: [ID!] - approvedByUserIDGT: ID - approvedByUserIDGTE: ID - approvedByUserIDLT: ID - approvedByUserIDLTE: ID approvedByUserIDContains: ID approvedByUserIDHasPrefix: ID approvedByUserIDHasSuffix: ID @@ -76099,9 +70682,6 @@ input TrustCenterNDARequestWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -76115,10 +70695,6 @@ input TrustCenterNDARequestWhereInput { documentDataIDNEQ: ID documentDataIDIn: [ID!] documentDataIDNotIn: [ID!] - documentDataIDGT: ID - documentDataIDGTE: ID - documentDataIDLT: ID - documentDataIDLTE: ID documentDataIDContains: ID documentDataIDHasPrefix: ID documentDataIDHasSuffix: ID @@ -76133,10 +70709,6 @@ input TrustCenterNDARequestWhereInput { fileIDNEQ: ID fileIDIn: [ID!] fileIDNotIn: [ID!] - fileIDGT: ID - fileIDGTE: ID - fileIDLT: ID - fileIDLTE: ID fileIDContains: ID fileIDHasPrefix: ID fileIDHasSuffix: ID @@ -76472,19 +71044,12 @@ input TrustCenterSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -76495,9 +71060,6 @@ input TrustCenterSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -76511,10 +71073,6 @@ input TrustCenterSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -76529,10 +71087,6 @@ input TrustCenterSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -76547,10 +71101,6 @@ input TrustCenterSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -76565,10 +71115,6 @@ input TrustCenterSettingWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -76583,10 +71129,6 @@ input TrustCenterSettingWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -76601,10 +71143,6 @@ input TrustCenterSettingWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -76619,10 +71157,6 @@ input TrustCenterSettingWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -76637,10 +71171,6 @@ input TrustCenterSettingWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -76655,10 +71185,6 @@ input TrustCenterSettingWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -76673,10 +71199,6 @@ input TrustCenterSettingWhereInput { logoLocalFileIDNEQ: ID logoLocalFileIDIn: [ID!] logoLocalFileIDNotIn: [ID!] - logoLocalFileIDGT: ID - logoLocalFileIDGTE: ID - logoLocalFileIDLT: ID - logoLocalFileIDLTE: ID logoLocalFileIDContains: ID logoLocalFileIDHasPrefix: ID logoLocalFileIDHasSuffix: ID @@ -76691,10 +71213,6 @@ input TrustCenterSettingWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -76709,10 +71227,6 @@ input TrustCenterSettingWhereInput { faviconLocalFileIDNEQ: ID faviconLocalFileIDIn: [ID!] faviconLocalFileIDNotIn: [ID!] - faviconLocalFileIDGT: ID - faviconLocalFileIDGTE: ID - faviconLocalFileIDLT: ID - faviconLocalFileIDLTE: ID faviconLocalFileIDContains: ID faviconLocalFileIDHasPrefix: ID faviconLocalFileIDHasSuffix: ID @@ -76727,10 +71241,6 @@ input TrustCenterSettingWhereInput { heroImageLocalFileIDNEQ: ID heroImageLocalFileIDIn: [ID!] heroImageLocalFileIDNotIn: [ID!] - heroImageLocalFileIDGT: ID - heroImageLocalFileIDGTE: ID - heroImageLocalFileIDLT: ID - heroImageLocalFileIDLTE: ID heroImageLocalFileIDContains: ID heroImageLocalFileIDHasPrefix: ID heroImageLocalFileIDHasSuffix: ID @@ -76754,10 +71264,6 @@ input TrustCenterSettingWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -76772,10 +71278,6 @@ input TrustCenterSettingWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -76790,10 +71292,6 @@ input TrustCenterSettingWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -76808,10 +71306,6 @@ input TrustCenterSettingWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -76826,10 +71320,6 @@ input TrustCenterSettingWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -76844,10 +71334,6 @@ input TrustCenterSettingWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -76862,10 +71348,6 @@ input TrustCenterSettingWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -76896,10 +71378,6 @@ input TrustCenterSettingWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -76914,10 +71392,6 @@ input TrustCenterSettingWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -76950,9 +71424,6 @@ input TrustCenterSettingWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -76966,10 +71437,6 @@ input TrustCenterSettingWhereInput { ndaApproverGroupIDNEQ: ID ndaApproverGroupIDIn: [ID!] ndaApproverGroupIDNotIn: [ID!] - ndaApproverGroupIDGT: ID - ndaApproverGroupIDGTE: ID - ndaApproverGroupIDLT: ID - ndaApproverGroupIDLTE: ID ndaApproverGroupIDContains: ID ndaApproverGroupIDHasPrefix: ID ndaApproverGroupIDHasSuffix: ID @@ -76984,10 +71451,6 @@ input TrustCenterSettingWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -77187,19 +71650,12 @@ input TrustCenterSubprocessorWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -77210,9 +71666,6 @@ input TrustCenterSubprocessorWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -77226,10 +71679,6 @@ input TrustCenterSubprocessorWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -77244,10 +71693,6 @@ input TrustCenterSubprocessorWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -77262,10 +71707,6 @@ input TrustCenterSubprocessorWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -77280,10 +71721,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -77298,10 +71735,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterSubprocessorKindIDNEQ: ID trustCenterSubprocessorKindIDIn: [ID!] trustCenterSubprocessorKindIDNotIn: [ID!] - trustCenterSubprocessorKindIDGT: ID - trustCenterSubprocessorKindIDGTE: ID - trustCenterSubprocessorKindIDLT: ID - trustCenterSubprocessorKindIDLTE: ID trustCenterSubprocessorKindIDContains: ID trustCenterSubprocessorKindIDHasPrefix: ID trustCenterSubprocessorKindIDHasSuffix: ID @@ -77316,10 +71749,6 @@ input TrustCenterSubprocessorWhereInput { subprocessorIDNEQ: ID subprocessorIDIn: [ID!] subprocessorIDNotIn: [ID!] - subprocessorIDGT: ID - subprocessorIDGTE: ID - subprocessorIDLT: ID - subprocessorIDLTE: ID subprocessorIDContains: ID subprocessorIDHasPrefix: ID subprocessorIDHasSuffix: ID @@ -77332,10 +71761,6 @@ input TrustCenterSubprocessorWhereInput { trustCenterIDNEQ: ID trustCenterIDIn: [ID!] trustCenterIDNotIn: [ID!] - trustCenterIDGT: ID - trustCenterIDGTE: ID - trustCenterIDLT: ID - trustCenterIDLTE: ID trustCenterIDContains: ID trustCenterIDHasPrefix: ID trustCenterIDHasSuffix: ID @@ -77585,19 +72010,12 @@ input TrustCenterWatermarkConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -77608,9 +72026,6 @@ input TrustCenterWatermarkConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -77624,10 +72039,6 @@ input TrustCenterWatermarkConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -77642,10 +72053,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -77660,10 +72067,6 @@ input TrustCenterWatermarkConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -77678,10 +72081,6 @@ input TrustCenterWatermarkConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -77696,10 +72095,6 @@ input TrustCenterWatermarkConfigWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -77721,10 +72116,6 @@ input TrustCenterWatermarkConfigWhereInput { logoIDNEQ: ID logoIDIn: [ID!] logoIDNotIn: [ID!] - logoIDGT: ID - logoIDGTE: ID - logoIDLT: ID - logoIDLTE: ID logoIDContains: ID logoIDHasPrefix: ID logoIDHasSuffix: ID @@ -77739,10 +72130,6 @@ input TrustCenterWatermarkConfigWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -77796,10 +72183,6 @@ input TrustCenterWatermarkConfigWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -77857,19 +72240,12 @@ input TrustCenterWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -77880,9 +72256,6 @@ input TrustCenterWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -77896,10 +72269,6 @@ input TrustCenterWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -77914,10 +72283,6 @@ input TrustCenterWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -77932,10 +72297,6 @@ input TrustCenterWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -77950,10 +72311,6 @@ input TrustCenterWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -77968,10 +72325,6 @@ input TrustCenterWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -77986,10 +72339,6 @@ input TrustCenterWhereInput { customDomainIDNEQ: ID customDomainIDIn: [ID!] customDomainIDNotIn: [ID!] - customDomainIDGT: ID - customDomainIDGTE: ID - customDomainIDLT: ID - customDomainIDLTE: ID customDomainIDContains: ID customDomainIDHasPrefix: ID customDomainIDHasSuffix: ID @@ -78004,10 +72353,6 @@ input TrustCenterWhereInput { previewDomainIDNEQ: ID previewDomainIDIn: [ID!] previewDomainIDNotIn: [ID!] - previewDomainIDGT: ID - previewDomainIDGTE: ID - previewDomainIDLT: ID - previewDomainIDLTE: ID previewDomainIDContains: ID previewDomainIDHasPrefix: ID previewDomainIDHasSuffix: ID @@ -78022,10 +72367,6 @@ input TrustCenterWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -78040,10 +72381,6 @@ input TrustCenterWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -78058,10 +72395,6 @@ input TrustCenterWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -78085,10 +72418,6 @@ input TrustCenterWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -87898,19 +82227,12 @@ input UserSettingWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -87921,9 +82243,6 @@ input UserSettingWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -87937,10 +82256,6 @@ input UserSettingWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -87955,10 +82270,6 @@ input UserSettingWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -87973,10 +82284,6 @@ input UserSettingWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -87991,10 +82298,6 @@ input UserSettingWhereInput { userIDNEQ: ID userIDIn: [ID!] userIDNotIn: [ID!] - userIDGT: ID - userIDGTE: ID - userIDLT: ID - userIDLTE: ID userIDContains: ID userIDHasPrefix: ID userIDHasSuffix: ID @@ -88009,10 +82312,6 @@ input UserSettingWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -88024,9 +82323,6 @@ input UserSettingWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -88037,9 +82333,6 @@ input UserSettingWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -88055,9 +82348,6 @@ input UserSettingWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -88068,9 +82358,6 @@ input UserSettingWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -88126,19 +82413,12 @@ input UserWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -88149,9 +82429,6 @@ input UserWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -88165,10 +82442,6 @@ input UserWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -88183,10 +82456,6 @@ input UserWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -88201,10 +82470,6 @@ input UserWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -88217,10 +82482,6 @@ input UserWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -88233,10 +82494,6 @@ input UserWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -88251,10 +82508,6 @@ input UserWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -88269,10 +82522,6 @@ input UserWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -88285,10 +82534,6 @@ input UserWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -88303,10 +82548,6 @@ input UserWhereInput { avatarLocalFileIDNEQ: ID avatarLocalFileIDIn: [ID!] avatarLocalFileIDNotIn: [ID!] - avatarLocalFileIDGT: ID - avatarLocalFileIDGTE: ID - avatarLocalFileIDLT: ID - avatarLocalFileIDLTE: ID avatarLocalFileIDContains: ID avatarLocalFileIDHasPrefix: ID avatarLocalFileIDHasSuffix: ID @@ -88318,9 +82559,6 @@ input UserWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -88331,9 +82569,6 @@ input UserWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -88356,10 +82591,6 @@ input UserWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -88390,10 +82621,6 @@ input UserWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -88408,10 +82635,6 @@ input UserWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -88433,10 +82656,6 @@ input UserWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -88451,10 +82670,6 @@ input UserWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -88765,19 +82980,12 @@ input VendorRiskScoreWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -88788,9 +82996,6 @@ input VendorRiskScoreWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -88804,10 +83009,6 @@ input VendorRiskScoreWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -88822,10 +83023,6 @@ input VendorRiskScoreWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -88840,10 +83037,6 @@ input VendorRiskScoreWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -88858,10 +83051,6 @@ input VendorRiskScoreWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -88876,10 +83065,6 @@ input VendorRiskScoreWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -88892,10 +83077,6 @@ input VendorRiskScoreWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -88908,10 +83089,6 @@ input VendorRiskScoreWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -88965,10 +83142,6 @@ input VendorRiskScoreWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -88983,10 +83156,6 @@ input VendorRiskScoreWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -89001,10 +83170,6 @@ input VendorRiskScoreWhereInput { vendorScoringConfigIDNEQ: ID vendorScoringConfigIDIn: [ID!] vendorScoringConfigIDNotIn: [ID!] - vendorScoringConfigIDGT: ID - vendorScoringConfigIDGTE: ID - vendorScoringConfigIDLT: ID - vendorScoringConfigIDLTE: ID vendorScoringConfigIDContains: ID vendorScoringConfigIDHasPrefix: ID vendorScoringConfigIDHasSuffix: ID @@ -89019,10 +83184,6 @@ input VendorRiskScoreWhereInput { entityIDNEQ: ID entityIDIn: [ID!] entityIDNotIn: [ID!] - entityIDGT: ID - entityIDGTE: ID - entityIDLT: ID - entityIDLTE: ID entityIDContains: ID entityIDHasPrefix: ID entityIDHasSuffix: ID @@ -89035,10 +83196,6 @@ input VendorRiskScoreWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -89208,19 +83365,12 @@ input VendorScoringConfigWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -89231,9 +83381,6 @@ input VendorScoringConfigWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -89247,10 +83394,6 @@ input VendorScoringConfigWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -89265,10 +83408,6 @@ input VendorScoringConfigWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -89283,10 +83422,6 @@ input VendorScoringConfigWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -89301,10 +83436,6 @@ input VendorScoringConfigWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -90268,19 +84399,12 @@ input VulnerabilityWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -90291,9 +84415,6 @@ input VulnerabilityWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -90307,10 +84428,6 @@ input VulnerabilityWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -90325,10 +84442,6 @@ input VulnerabilityWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -90343,10 +84456,6 @@ input VulnerabilityWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -90361,10 +84470,6 @@ input VulnerabilityWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -90377,10 +84482,6 @@ input VulnerabilityWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -90395,10 +84496,6 @@ input VulnerabilityWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -90413,10 +84510,6 @@ input VulnerabilityWhereInput { reviewedByUserIDNEQ: ID reviewedByUserIDIn: [ID!] reviewedByUserIDNotIn: [ID!] - reviewedByUserIDGT: ID - reviewedByUserIDGTE: ID - reviewedByUserIDLT: ID - reviewedByUserIDLTE: ID reviewedByUserIDContains: ID reviewedByUserIDHasPrefix: ID reviewedByUserIDHasSuffix: ID @@ -90431,10 +84524,6 @@ input VulnerabilityWhereInput { reviewedByGroupIDNEQ: ID reviewedByGroupIDIn: [ID!] reviewedByGroupIDNotIn: [ID!] - reviewedByGroupIDGT: ID - reviewedByGroupIDGTE: ID - reviewedByGroupIDLT: ID - reviewedByGroupIDLTE: ID reviewedByGroupIDContains: ID reviewedByGroupIDHasPrefix: ID reviewedByGroupIDHasSuffix: ID @@ -90449,10 +84538,6 @@ input VulnerabilityWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -90467,10 +84552,6 @@ input VulnerabilityWhereInput { assignedToUserIDNEQ: ID assignedToUserIDIn: [ID!] assignedToUserIDNotIn: [ID!] - assignedToUserIDGT: ID - assignedToUserIDGTE: ID - assignedToUserIDLT: ID - assignedToUserIDLTE: ID assignedToUserIDContains: ID assignedToUserIDHasPrefix: ID assignedToUserIDHasSuffix: ID @@ -90485,10 +84566,6 @@ input VulnerabilityWhereInput { assignedToGroupIDNEQ: ID assignedToGroupIDIn: [ID!] assignedToGroupIDNotIn: [ID!] - assignedToGroupIDGT: ID - assignedToGroupIDGTE: ID - assignedToGroupIDLT: ID - assignedToGroupIDLTE: ID assignedToGroupIDContains: ID assignedToGroupIDHasPrefix: ID assignedToGroupIDHasSuffix: ID @@ -90510,10 +84587,6 @@ input VulnerabilityWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -90528,10 +84601,6 @@ input VulnerabilityWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -90546,10 +84615,6 @@ input VulnerabilityWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -90564,10 +84629,6 @@ input VulnerabilityWhereInput { environmentIDNEQ: ID environmentIDIn: [ID!] environmentIDNotIn: [ID!] - environmentIDGT: ID - environmentIDGTE: ID - environmentIDLT: ID - environmentIDLTE: ID environmentIDContains: ID environmentIDHasPrefix: ID environmentIDHasSuffix: ID @@ -90582,10 +84643,6 @@ input VulnerabilityWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -90600,10 +84657,6 @@ input VulnerabilityWhereInput { scopeIDNEQ: ID scopeIDIn: [ID!] scopeIDNotIn: [ID!] - scopeIDGT: ID - scopeIDGTE: ID - scopeIDLT: ID - scopeIDLTE: ID scopeIDContains: ID scopeIDHasPrefix: ID scopeIDHasSuffix: ID @@ -90618,10 +84671,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -90636,10 +84685,6 @@ input VulnerabilityWhereInput { vulnerabilityStatusIDNEQ: ID vulnerabilityStatusIDIn: [ID!] vulnerabilityStatusIDNotIn: [ID!] - vulnerabilityStatusIDGT: ID - vulnerabilityStatusIDGTE: ID - vulnerabilityStatusIDLT: ID - vulnerabilityStatusIDLTE: ID vulnerabilityStatusIDContains: ID vulnerabilityStatusIDHasPrefix: ID vulnerabilityStatusIDHasSuffix: ID @@ -90661,10 +84706,6 @@ input VulnerabilityWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -90688,10 +84729,6 @@ input VulnerabilityWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -90704,10 +84741,6 @@ input VulnerabilityWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -90722,10 +84755,6 @@ input VulnerabilityWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -90740,10 +84769,6 @@ input VulnerabilityWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -90758,10 +84783,6 @@ input VulnerabilityWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -90776,10 +84797,6 @@ input VulnerabilityWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -90833,10 +84850,6 @@ input VulnerabilityWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -90851,10 +84864,6 @@ input VulnerabilityWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -90869,10 +84878,6 @@ input VulnerabilityWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -90887,10 +84892,6 @@ input VulnerabilityWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -90903,8 +84904,6 @@ input VulnerabilityWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -90953,10 +84952,6 @@ input VulnerabilityWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -90971,10 +84966,6 @@ input VulnerabilityWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -90996,10 +84987,6 @@ input VulnerabilityWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -91014,10 +85001,6 @@ input VulnerabilityWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -91032,10 +85015,6 @@ input VulnerabilityWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -91050,10 +85029,6 @@ input VulnerabilityWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -91065,9 +85040,6 @@ input VulnerabilityWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -91078,9 +85050,6 @@ input VulnerabilityWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -91091,9 +85060,6 @@ input VulnerabilityWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -91104,9 +85070,6 @@ input VulnerabilityWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -91120,10 +85083,6 @@ input VulnerabilityWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -91138,10 +85097,6 @@ input VulnerabilityWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -91153,9 +85108,6 @@ input VulnerabilityWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -91166,9 +85118,6 @@ input VulnerabilityWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -91182,10 +85131,6 @@ input VulnerabilityWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -91434,19 +85379,12 @@ input WebauthnWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91457,9 +85395,6 @@ input WebauthnWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91473,10 +85408,6 @@ input WebauthnWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91491,10 +85422,6 @@ input WebauthnWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91814,19 +85741,12 @@ input WorkflowAssignmentTargetWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -91837,9 +85757,6 @@ input WorkflowAssignmentTargetWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -91853,10 +85770,6 @@ input WorkflowAssignmentTargetWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -91871,10 +85784,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -91889,10 +85798,6 @@ input WorkflowAssignmentTargetWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -91907,10 +85812,6 @@ input WorkflowAssignmentTargetWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -91923,10 +85824,6 @@ input WorkflowAssignmentTargetWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -91941,10 +85838,6 @@ input WorkflowAssignmentTargetWhereInput { workflowAssignmentIDNEQ: ID workflowAssignmentIDIn: [ID!] workflowAssignmentIDNotIn: [ID!] - workflowAssignmentIDGT: ID - workflowAssignmentIDGTE: ID - workflowAssignmentIDLT: ID - workflowAssignmentIDLTE: ID workflowAssignmentIDContains: ID workflowAssignmentIDHasPrefix: ID workflowAssignmentIDHasSuffix: ID @@ -91964,10 +85857,6 @@ input WorkflowAssignmentTargetWhereInput { targetUserIDNEQ: ID targetUserIDIn: [ID!] targetUserIDNotIn: [ID!] - targetUserIDGT: ID - targetUserIDGTE: ID - targetUserIDLT: ID - targetUserIDLTE: ID targetUserIDContains: ID targetUserIDHasPrefix: ID targetUserIDHasSuffix: ID @@ -91982,10 +85871,6 @@ input WorkflowAssignmentTargetWhereInput { targetGroupIDNEQ: ID targetGroupIDIn: [ID!] targetGroupIDNotIn: [ID!] - targetGroupIDGT: ID - targetGroupIDGTE: ID - targetGroupIDLT: ID - targetGroupIDLTE: ID targetGroupIDContains: ID targetGroupIDHasPrefix: ID targetGroupIDHasSuffix: ID @@ -92000,10 +85885,6 @@ input WorkflowAssignmentTargetWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -92061,19 +85942,12 @@ input WorkflowAssignmentWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -92084,9 +85958,6 @@ input WorkflowAssignmentWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -92100,10 +85971,6 @@ input WorkflowAssignmentWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -92118,10 +85985,6 @@ input WorkflowAssignmentWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -92136,10 +85999,6 @@ input WorkflowAssignmentWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -92154,10 +86013,6 @@ input WorkflowAssignmentWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -92170,10 +86025,6 @@ input WorkflowAssignmentWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -92188,10 +86039,6 @@ input WorkflowAssignmentWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -92204,10 +86051,6 @@ input WorkflowAssignmentWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -92220,10 +86063,6 @@ input WorkflowAssignmentWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -92236,10 +86075,6 @@ input WorkflowAssignmentWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -92263,9 +86098,6 @@ input WorkflowAssignmentWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -92279,10 +86111,6 @@ input WorkflowAssignmentWhereInput { actorUserIDNEQ: ID actorUserIDIn: [ID!] actorUserIDNotIn: [ID!] - actorUserIDGT: ID - actorUserIDGTE: ID - actorUserIDLT: ID - actorUserIDLTE: ID actorUserIDContains: ID actorUserIDHasPrefix: ID actorUserIDHasSuffix: ID @@ -92297,10 +86125,6 @@ input WorkflowAssignmentWhereInput { actorGroupIDNEQ: ID actorGroupIDIn: [ID!] actorGroupIDNotIn: [ID!] - actorGroupIDGT: ID - actorGroupIDGTE: ID - actorGroupIDLT: ID - actorGroupIDLTE: ID actorGroupIDContains: ID actorGroupIDHasPrefix: ID actorGroupIDHasSuffix: ID @@ -92315,10 +86139,6 @@ input WorkflowAssignmentWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -92330,9 +86150,6 @@ input WorkflowAssignmentWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -92744,19 +86561,12 @@ input WorkflowDefinitionWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -92767,9 +86577,6 @@ input WorkflowDefinitionWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -92783,10 +86590,6 @@ input WorkflowDefinitionWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -92801,10 +86604,6 @@ input WorkflowDefinitionWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -92819,10 +86618,6 @@ input WorkflowDefinitionWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -92837,10 +86632,6 @@ input WorkflowDefinitionWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -92853,10 +86644,6 @@ input WorkflowDefinitionWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -92878,10 +86665,6 @@ input WorkflowDefinitionWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -92896,10 +86679,6 @@ input WorkflowDefinitionWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -92914,10 +86693,6 @@ input WorkflowDefinitionWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -92930,10 +86705,6 @@ input WorkflowDefinitionWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -92955,10 +86726,6 @@ input WorkflowDefinitionWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -92969,8 +86736,6 @@ input WorkflowDefinitionWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -92984,9 +86749,6 @@ input WorkflowDefinitionWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -92998,8 +86760,6 @@ input WorkflowDefinitionWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int @@ -93173,19 +86933,12 @@ input WorkflowEventWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -93196,9 +86949,6 @@ input WorkflowEventWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -93212,10 +86962,6 @@ input WorkflowEventWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -93230,10 +86976,6 @@ input WorkflowEventWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -93248,10 +86990,6 @@ input WorkflowEventWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -93266,10 +87004,6 @@ input WorkflowEventWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -93282,10 +87016,6 @@ input WorkflowEventWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -93300,10 +87030,6 @@ input WorkflowEventWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -93743,19 +87469,12 @@ input WorkflowInstanceWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -93766,9 +87485,6 @@ input WorkflowInstanceWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -93782,10 +87498,6 @@ input WorkflowInstanceWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -93800,10 +87512,6 @@ input WorkflowInstanceWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -93818,10 +87526,6 @@ input WorkflowInstanceWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -93836,10 +87540,6 @@ input WorkflowInstanceWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -93852,10 +87552,6 @@ input WorkflowInstanceWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -93870,10 +87566,6 @@ input WorkflowInstanceWhereInput { workflowDefinitionIDNEQ: ID workflowDefinitionIDIn: [ID!] workflowDefinitionIDNotIn: [ID!] - workflowDefinitionIDGT: ID - workflowDefinitionIDGTE: ID - workflowDefinitionIDLT: ID - workflowDefinitionIDLTE: ID workflowDefinitionIDContains: ID workflowDefinitionIDHasPrefix: ID workflowDefinitionIDHasSuffix: ID @@ -93886,10 +87578,6 @@ input WorkflowInstanceWhereInput { workflowProposalIDNEQ: ID workflowProposalIDIn: [ID!] workflowProposalIDNotIn: [ID!] - workflowProposalIDGT: ID - workflowProposalIDGTE: ID - workflowProposalIDLT: ID - workflowProposalIDLTE: ID workflowProposalIDContains: ID workflowProposalIDHasPrefix: ID workflowProposalIDHasSuffix: ID @@ -93908,9 +87596,6 @@ input WorkflowInstanceWhereInput { last_evaluated_at field predicates """ lastEvaluatedAt: Time - lastEvaluatedAtNEQ: Time - lastEvaluatedAtIn: [Time!] - lastEvaluatedAtNotIn: [Time!] lastEvaluatedAtGT: Time lastEvaluatedAtGTE: Time lastEvaluatedAtLT: Time @@ -93922,8 +87607,6 @@ input WorkflowInstanceWhereInput { """ currentActionIndex: Int currentActionIndexNEQ: Int - currentActionIndexIn: [Int!] - currentActionIndexNotIn: [Int!] currentActionIndexGT: Int currentActionIndexGTE: Int currentActionIndexLT: Int @@ -93935,10 +87618,6 @@ input WorkflowInstanceWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -93953,10 +87632,6 @@ input WorkflowInstanceWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -93971,10 +87646,6 @@ input WorkflowInstanceWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -93989,10 +87660,6 @@ input WorkflowInstanceWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -94007,10 +87674,6 @@ input WorkflowInstanceWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -94025,10 +87688,6 @@ input WorkflowInstanceWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -94043,10 +87702,6 @@ input WorkflowInstanceWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -94061,10 +87716,6 @@ input WorkflowInstanceWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -94079,10 +87730,6 @@ input WorkflowInstanceWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -94097,10 +87744,6 @@ input WorkflowInstanceWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -94115,10 +87758,6 @@ input WorkflowInstanceWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -94133,10 +87772,6 @@ input WorkflowInstanceWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -94151,10 +87786,6 @@ input WorkflowInstanceWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -94169,10 +87800,6 @@ input WorkflowInstanceWhereInput { integrationIDNEQ: ID integrationIDIn: [ID!] integrationIDNotIn: [ID!] - integrationIDGT: ID - integrationIDGTE: ID - integrationIDLT: ID - integrationIDLTE: ID integrationIDContains: ID integrationIDHasPrefix: ID integrationIDHasSuffix: ID @@ -94187,10 +87814,6 @@ input WorkflowInstanceWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID @@ -94205,10 +87828,6 @@ input WorkflowInstanceWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -94223,10 +87842,6 @@ input WorkflowInstanceWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -94241,10 +87856,6 @@ input WorkflowInstanceWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -94639,19 +88250,12 @@ input WorkflowObjectRefWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -94662,9 +88266,6 @@ input WorkflowObjectRefWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -94678,10 +88279,6 @@ input WorkflowObjectRefWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -94696,10 +88293,6 @@ input WorkflowObjectRefWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -94714,10 +88307,6 @@ input WorkflowObjectRefWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -94732,10 +88321,6 @@ input WorkflowObjectRefWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -94748,10 +88333,6 @@ input WorkflowObjectRefWhereInput { ownerIDNEQ: ID ownerIDIn: [ID!] ownerIDNotIn: [ID!] - ownerIDGT: ID - ownerIDGTE: ID - ownerIDLT: ID - ownerIDLTE: ID ownerIDContains: ID ownerIDHasPrefix: ID ownerIDHasSuffix: ID @@ -94766,10 +88347,6 @@ input WorkflowObjectRefWhereInput { workflowInstanceIDNEQ: ID workflowInstanceIDIn: [ID!] workflowInstanceIDNotIn: [ID!] - workflowInstanceIDGT: ID - workflowInstanceIDGTE: ID - workflowInstanceIDLT: ID - workflowInstanceIDLTE: ID workflowInstanceIDContains: ID workflowInstanceIDHasPrefix: ID workflowInstanceIDHasSuffix: ID @@ -94782,10 +88359,6 @@ input WorkflowObjectRefWhereInput { controlIDNEQ: ID controlIDIn: [ID!] controlIDNotIn: [ID!] - controlIDGT: ID - controlIDGTE: ID - controlIDLT: ID - controlIDLTE: ID controlIDContains: ID controlIDHasPrefix: ID controlIDHasSuffix: ID @@ -94800,10 +88373,6 @@ input WorkflowObjectRefWhereInput { taskIDNEQ: ID taskIDIn: [ID!] taskIDNotIn: [ID!] - taskIDGT: ID - taskIDGTE: ID - taskIDLT: ID - taskIDLTE: ID taskIDContains: ID taskIDHasPrefix: ID taskIDHasSuffix: ID @@ -94818,10 +88387,6 @@ input WorkflowObjectRefWhereInput { internalPolicyIDNEQ: ID internalPolicyIDIn: [ID!] internalPolicyIDNotIn: [ID!] - internalPolicyIDGT: ID - internalPolicyIDGTE: ID - internalPolicyIDLT: ID - internalPolicyIDLTE: ID internalPolicyIDContains: ID internalPolicyIDHasPrefix: ID internalPolicyIDHasSuffix: ID @@ -94836,10 +88401,6 @@ input WorkflowObjectRefWhereInput { findingIDNEQ: ID findingIDIn: [ID!] findingIDNotIn: [ID!] - findingIDGT: ID - findingIDGTE: ID - findingIDLT: ID - findingIDLTE: ID findingIDContains: ID findingIDHasPrefix: ID findingIDHasSuffix: ID @@ -94854,10 +88415,6 @@ input WorkflowObjectRefWhereInput { directoryAccountIDNEQ: ID directoryAccountIDIn: [ID!] directoryAccountIDNotIn: [ID!] - directoryAccountIDGT: ID - directoryAccountIDGTE: ID - directoryAccountIDLT: ID - directoryAccountIDLTE: ID directoryAccountIDContains: ID directoryAccountIDHasPrefix: ID directoryAccountIDHasSuffix: ID @@ -94872,10 +88429,6 @@ input WorkflowObjectRefWhereInput { directoryGroupIDNEQ: ID directoryGroupIDIn: [ID!] directoryGroupIDNotIn: [ID!] - directoryGroupIDGT: ID - directoryGroupIDGTE: ID - directoryGroupIDLT: ID - directoryGroupIDLTE: ID directoryGroupIDContains: ID directoryGroupIDHasPrefix: ID directoryGroupIDHasSuffix: ID @@ -94890,10 +88443,6 @@ input WorkflowObjectRefWhereInput { directoryMembershipIDNEQ: ID directoryMembershipIDIn: [ID!] directoryMembershipIDNotIn: [ID!] - directoryMembershipIDGT: ID - directoryMembershipIDGTE: ID - directoryMembershipIDLT: ID - directoryMembershipIDLTE: ID directoryMembershipIDContains: ID directoryMembershipIDHasPrefix: ID directoryMembershipIDHasSuffix: ID @@ -94908,10 +88457,6 @@ input WorkflowObjectRefWhereInput { evidenceIDNEQ: ID evidenceIDIn: [ID!] evidenceIDNotIn: [ID!] - evidenceIDGT: ID - evidenceIDGTE: ID - evidenceIDLT: ID - evidenceIDLTE: ID evidenceIDContains: ID evidenceIDHasPrefix: ID evidenceIDHasSuffix: ID @@ -94926,10 +88471,6 @@ input WorkflowObjectRefWhereInput { subcontrolIDNEQ: ID subcontrolIDIn: [ID!] subcontrolIDNotIn: [ID!] - subcontrolIDGT: ID - subcontrolIDGTE: ID - subcontrolIDLT: ID - subcontrolIDLTE: ID subcontrolIDContains: ID subcontrolIDHasPrefix: ID subcontrolIDHasSuffix: ID @@ -94944,10 +88485,6 @@ input WorkflowObjectRefWhereInput { actionPlanIDNEQ: ID actionPlanIDIn: [ID!] actionPlanIDNotIn: [ID!] - actionPlanIDGT: ID - actionPlanIDGTE: ID - actionPlanIDLT: ID - actionPlanIDLTE: ID actionPlanIDContains: ID actionPlanIDHasPrefix: ID actionPlanIDHasSuffix: ID @@ -94962,10 +88499,6 @@ input WorkflowObjectRefWhereInput { procedureIDNEQ: ID procedureIDIn: [ID!] procedureIDNotIn: [ID!] - procedureIDGT: ID - procedureIDGTE: ID - procedureIDLT: ID - procedureIDLTE: ID procedureIDContains: ID procedureIDHasPrefix: ID procedureIDHasSuffix: ID @@ -94980,10 +88513,6 @@ input WorkflowObjectRefWhereInput { campaignIDNEQ: ID campaignIDIn: [ID!] campaignIDNotIn: [ID!] - campaignIDGT: ID - campaignIDGTE: ID - campaignIDLT: ID - campaignIDLTE: ID campaignIDContains: ID campaignIDHasPrefix: ID campaignIDHasSuffix: ID @@ -94998,10 +88527,6 @@ input WorkflowObjectRefWhereInput { campaignTargetIDNEQ: ID campaignTargetIDIn: [ID!] campaignTargetIDNotIn: [ID!] - campaignTargetIDGT: ID - campaignTargetIDGTE: ID - campaignTargetIDLT: ID - campaignTargetIDLTE: ID campaignTargetIDContains: ID campaignTargetIDHasPrefix: ID campaignTargetIDHasSuffix: ID @@ -95016,10 +88541,6 @@ input WorkflowObjectRefWhereInput { identityHolderIDNEQ: ID identityHolderIDIn: [ID!] identityHolderIDNotIn: [ID!] - identityHolderIDGT: ID - identityHolderIDGTE: ID - identityHolderIDLT: ID - identityHolderIDLTE: ID identityHolderIDContains: ID identityHolderIDHasPrefix: ID identityHolderIDHasSuffix: ID @@ -95034,10 +88555,6 @@ input WorkflowObjectRefWhereInput { platformIDNEQ: ID platformIDIn: [ID!] platformIDNotIn: [ID!] - platformIDGT: ID - platformIDGTE: ID - platformIDLT: ID - platformIDLTE: ID platformIDContains: ID platformIDHasPrefix: ID platformIDHasSuffix: ID @@ -95052,10 +88569,6 @@ input WorkflowObjectRefWhereInput { vulnerabilityIDNEQ: ID vulnerabilityIDIn: [ID!] vulnerabilityIDNotIn: [ID!] - vulnerabilityIDGT: ID - vulnerabilityIDGTE: ID - vulnerabilityIDLT: ID - vulnerabilityIDLTE: ID vulnerabilityIDContains: ID vulnerabilityIDHasPrefix: ID vulnerabilityIDHasSuffix: ID @@ -95070,10 +88583,6 @@ input WorkflowObjectRefWhereInput { riskIDNEQ: ID riskIDIn: [ID!] riskIDNotIn: [ID!] - riskIDGT: ID - riskIDGTE: ID - riskIDLT: ID - riskIDLTE: ID riskIDContains: ID riskIDHasPrefix: ID riskIDHasSuffix: ID @@ -95088,10 +88597,6 @@ input WorkflowObjectRefWhereInput { assessmentIDNEQ: ID assessmentIDIn: [ID!] assessmentIDNotIn: [ID!] - assessmentIDGT: ID - assessmentIDGTE: ID - assessmentIDLT: ID - assessmentIDLTE: ID assessmentIDContains: ID assessmentIDHasPrefix: ID assessmentIDHasSuffix: ID @@ -95106,10 +88611,6 @@ input WorkflowObjectRefWhereInput { assessmentResponseIDNEQ: ID assessmentResponseIDIn: [ID!] assessmentResponseIDNotIn: [ID!] - assessmentResponseIDGT: ID - assessmentResponseIDGTE: ID - assessmentResponseIDLT: ID - assessmentResponseIDLTE: ID assessmentResponseIDContains: ID assessmentResponseIDHasPrefix: ID assessmentResponseIDHasSuffix: ID @@ -95124,10 +88625,6 @@ input WorkflowObjectRefWhereInput { remediationIDNEQ: ID remediationIDIn: [ID!] remediationIDNotIn: [ID!] - remediationIDGT: ID - remediationIDGTE: ID - remediationIDLT: ID - remediationIDLTE: ID remediationIDContains: ID remediationIDHasPrefix: ID remediationIDHasSuffix: ID diff --git a/internal/graphapi/schemahistory/ent.graphql b/internal/graphapi/schemahistory/ent.graphql index 4a2cba09ad..027878f64a 100644 --- a/internal/graphapi/schemahistory/ent.graphql +++ b/internal/graphapi/schemahistory/ent.graphql @@ -299,19 +299,12 @@ input ActionPlanHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -323,10 +316,6 @@ input ActionPlanHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -345,9 +334,6 @@ input ActionPlanHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -358,9 +344,6 @@ input ActionPlanHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -374,10 +357,6 @@ input ActionPlanHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -392,10 +371,6 @@ input ActionPlanHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -410,10 +385,6 @@ input ActionPlanHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -428,10 +399,6 @@ input ActionPlanHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -446,10 +413,6 @@ input ActionPlanHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -480,10 +443,6 @@ input ActionPlanHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -502,9 +461,6 @@ input ActionPlanHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -527,10 +483,6 @@ input ActionPlanHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -545,10 +497,6 @@ input ActionPlanHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -563,10 +511,6 @@ input ActionPlanHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -581,10 +525,6 @@ input ActionPlanHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -599,10 +539,6 @@ input ActionPlanHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -617,10 +553,6 @@ input ActionPlanHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -635,10 +567,6 @@ input ActionPlanHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -660,10 +588,6 @@ input ActionPlanHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -678,10 +602,6 @@ input ActionPlanHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -696,10 +616,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindNameNEQ: String actionPlanKindNameIn: [String!] actionPlanKindNameNotIn: [String!] - actionPlanKindNameGT: String - actionPlanKindNameGTE: String - actionPlanKindNameLT: String - actionPlanKindNameLTE: String actionPlanKindNameContains: String actionPlanKindNameHasPrefix: String actionPlanKindNameHasSuffix: String @@ -714,10 +630,6 @@ input ActionPlanHistoryWhereInput { actionPlanKindIDNEQ: String actionPlanKindIDIn: [String!] actionPlanKindIDNotIn: [String!] - actionPlanKindIDGT: String - actionPlanKindIDGTE: String - actionPlanKindIDLT: String - actionPlanKindIDLTE: String actionPlanKindIDContains: String actionPlanKindIDHasPrefix: String actionPlanKindIDHasSuffix: String @@ -739,10 +651,6 @@ input ActionPlanHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -755,10 +663,6 @@ input ActionPlanHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -770,9 +674,6 @@ input ActionPlanHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -783,9 +684,6 @@ input ActionPlanHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -818,10 +716,6 @@ input ActionPlanHistoryWhereInput { blockerReasonNEQ: String blockerReasonIn: [String!] blockerReasonNotIn: [String!] - blockerReasonGT: String - blockerReasonGTE: String - blockerReasonLT: String - blockerReasonLTE: String blockerReasonContains: String blockerReasonHasPrefix: String blockerReasonHasSuffix: String @@ -836,10 +730,6 @@ input ActionPlanHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -991,19 +881,12 @@ input AssessmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -1015,10 +898,6 @@ input AssessmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -1037,9 +916,6 @@ input AssessmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1050,9 +926,6 @@ input AssessmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1066,10 +939,6 @@ input AssessmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1084,10 +953,6 @@ input AssessmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1102,10 +967,6 @@ input AssessmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1120,10 +981,6 @@ input AssessmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -1145,10 +1002,6 @@ input AssessmentHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -1163,10 +1016,6 @@ input AssessmentHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -1188,10 +1037,6 @@ input AssessmentHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -1211,10 +1056,6 @@ input AssessmentHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -1227,8 +1068,6 @@ input AssessmentHistoryWhereInput { """ responseDueDuration: Int responseDueDurationNEQ: Int - responseDueDurationIn: [Int!] - responseDueDurationNotIn: [Int!] responseDueDurationGT: Int responseDueDurationGTE: Int responseDueDurationLT: Int @@ -1445,19 +1284,12 @@ input AssessmentResponseHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -1469,10 +1301,6 @@ input AssessmentResponseHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -1491,9 +1319,6 @@ input AssessmentResponseHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -1504,9 +1329,6 @@ input AssessmentResponseHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -1520,10 +1342,6 @@ input AssessmentResponseHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -1538,10 +1356,6 @@ input AssessmentResponseHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -1556,10 +1370,6 @@ input AssessmentResponseHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -1574,10 +1384,6 @@ input AssessmentResponseHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -1599,10 +1405,6 @@ input AssessmentResponseHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -1620,10 +1422,6 @@ input AssessmentResponseHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -1638,10 +1436,6 @@ input AssessmentResponseHistoryWhereInput { identityHolderIDNEQ: String identityHolderIDIn: [String!] identityHolderIDNotIn: [String!] - identityHolderIDGT: String - identityHolderIDGTE: String - identityHolderIDLT: String - identityHolderIDLTE: String identityHolderIDContains: String identityHolderIDHasPrefix: String identityHolderIDHasSuffix: String @@ -1656,10 +1450,6 @@ input AssessmentResponseHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -1674,10 +1464,6 @@ input AssessmentResponseHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -1692,10 +1478,6 @@ input AssessmentResponseHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -1708,8 +1490,6 @@ input AssessmentResponseHistoryWhereInput { """ sendAttempts: Int sendAttemptsNEQ: Int - sendAttemptsIn: [Int!] - sendAttemptsNotIn: [Int!] sendAttemptsGT: Int sendAttemptsGTE: Int sendAttemptsLT: Int @@ -1718,9 +1498,6 @@ input AssessmentResponseHistoryWhereInput { email_delivered_at field predicates """ emailDeliveredAt: Time - emailDeliveredAtNEQ: Time - emailDeliveredAtIn: [Time!] - emailDeliveredAtNotIn: [Time!] emailDeliveredAtGT: Time emailDeliveredAtGTE: Time emailDeliveredAtLT: Time @@ -1731,9 +1508,6 @@ input AssessmentResponseHistoryWhereInput { email_opened_at field predicates """ emailOpenedAt: Time - emailOpenedAtNEQ: Time - emailOpenedAtIn: [Time!] - emailOpenedAtNotIn: [Time!] emailOpenedAtGT: Time emailOpenedAtGTE: Time emailOpenedAtLT: Time @@ -1744,9 +1518,6 @@ input AssessmentResponseHistoryWhereInput { email_clicked_at field predicates """ emailClickedAt: Time - emailClickedAtNEQ: Time - emailClickedAtIn: [Time!] - emailClickedAtNotIn: [Time!] emailClickedAtGT: Time emailClickedAtGTE: Time emailClickedAtLT: Time @@ -1758,8 +1529,6 @@ input AssessmentResponseHistoryWhereInput { """ emailOpenCount: Int emailOpenCountNEQ: Int - emailOpenCountIn: [Int!] - emailOpenCountNotIn: [Int!] emailOpenCountGT: Int emailOpenCountGTE: Int emailOpenCountLT: Int @@ -1771,8 +1540,6 @@ input AssessmentResponseHistoryWhereInput { """ emailClickCount: Int emailClickCountNEQ: Int - emailClickCountIn: [Int!] - emailClickCountNotIn: [Int!] emailClickCountGT: Int emailClickCountGTE: Int emailClickCountLT: Int @@ -1783,9 +1550,6 @@ input AssessmentResponseHistoryWhereInput { last_email_event_at field predicates """ lastEmailEventAt: Time - lastEmailEventAtNEQ: Time - lastEmailEventAtIn: [Time!] - lastEmailEventAtNotIn: [Time!] lastEmailEventAtGT: Time lastEmailEventAtGTE: Time lastEmailEventAtLT: Time @@ -1803,9 +1567,6 @@ input AssessmentResponseHistoryWhereInput { assigned_at field predicates """ assignedAt: Time - assignedAtNEQ: Time - assignedAtIn: [Time!] - assignedAtNotIn: [Time!] assignedAtGT: Time assignedAtGTE: Time assignedAtLT: Time @@ -1814,9 +1575,6 @@ input AssessmentResponseHistoryWhereInput { started_at field predicates """ startedAt: Time - startedAtNEQ: Time - startedAtIn: [Time!] - startedAtNotIn: [Time!] startedAtGT: Time startedAtGTE: Time startedAtLT: Time @@ -1825,9 +1583,6 @@ input AssessmentResponseHistoryWhereInput { completed_at field predicates """ completedAt: Time - completedAtNEQ: Time - completedAtIn: [Time!] - completedAtNotIn: [Time!] completedAtGT: Time completedAtGTE: Time completedAtLT: Time @@ -1838,9 +1593,6 @@ input AssessmentResponseHistoryWhereInput { due_date field predicates """ dueDate: Time - dueDateNEQ: Time - dueDateIn: [Time!] - dueDateNotIn: [Time!] dueDateGT: Time dueDateGTE: Time dueDateLT: Time @@ -2142,19 +1894,12 @@ input AssetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -2166,10 +1911,6 @@ input AssetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -2188,9 +1929,6 @@ input AssetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -2201,9 +1939,6 @@ input AssetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -2217,10 +1952,6 @@ input AssetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -2235,10 +1966,6 @@ input AssetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -2253,10 +1980,6 @@ input AssetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -2271,10 +1994,6 @@ input AssetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -2289,10 +2008,6 @@ input AssetHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -2307,10 +2022,6 @@ input AssetHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -2325,10 +2036,6 @@ input AssetHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -2343,10 +2050,6 @@ input AssetHistoryWhereInput { assetSubtypeNameNEQ: String assetSubtypeNameIn: [String!] assetSubtypeNameNotIn: [String!] - assetSubtypeNameGT: String - assetSubtypeNameGTE: String - assetSubtypeNameLT: String - assetSubtypeNameLTE: String assetSubtypeNameContains: String assetSubtypeNameHasPrefix: String assetSubtypeNameHasSuffix: String @@ -2361,10 +2064,6 @@ input AssetHistoryWhereInput { assetSubtypeIDNEQ: String assetSubtypeIDIn: [String!] assetSubtypeIDNotIn: [String!] - assetSubtypeIDGT: String - assetSubtypeIDGTE: String - assetSubtypeIDLT: String - assetSubtypeIDLTE: String assetSubtypeIDContains: String assetSubtypeIDHasPrefix: String assetSubtypeIDHasSuffix: String @@ -2379,10 +2078,6 @@ input AssetHistoryWhereInput { assetDataClassificationNameNEQ: String assetDataClassificationNameIn: [String!] assetDataClassificationNameNotIn: [String!] - assetDataClassificationNameGT: String - assetDataClassificationNameGTE: String - assetDataClassificationNameLT: String - assetDataClassificationNameLTE: String assetDataClassificationNameContains: String assetDataClassificationNameHasPrefix: String assetDataClassificationNameHasSuffix: String @@ -2397,10 +2092,6 @@ input AssetHistoryWhereInput { assetDataClassificationIDNEQ: String assetDataClassificationIDIn: [String!] assetDataClassificationIDNotIn: [String!] - assetDataClassificationIDGT: String - assetDataClassificationIDGTE: String - assetDataClassificationIDLT: String - assetDataClassificationIDLTE: String assetDataClassificationIDContains: String assetDataClassificationIDHasPrefix: String assetDataClassificationIDHasSuffix: String @@ -2415,10 +2106,6 @@ input AssetHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -2433,10 +2120,6 @@ input AssetHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -2451,10 +2134,6 @@ input AssetHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -2469,10 +2148,6 @@ input AssetHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -2487,10 +2162,6 @@ input AssetHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -2505,10 +2176,6 @@ input AssetHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -2523,10 +2190,6 @@ input AssetHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -2541,10 +2204,6 @@ input AssetHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -2559,10 +2218,6 @@ input AssetHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -2577,10 +2232,6 @@ input AssetHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -2595,10 +2246,6 @@ input AssetHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -2613,10 +2260,6 @@ input AssetHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -2638,10 +2281,6 @@ input AssetHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -2656,10 +2295,6 @@ input AssetHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -2681,10 +2316,6 @@ input AssetHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -2697,10 +2328,6 @@ input AssetHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -2715,10 +2342,6 @@ input AssetHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -2733,10 +2356,6 @@ input AssetHistoryWhereInput { identifierNEQ: String identifierIn: [String!] identifierNotIn: [String!] - identifierGT: String - identifierGTE: String - identifierLT: String - identifierLTE: String identifierContains: String identifierHasPrefix: String identifierHasSuffix: String @@ -2751,10 +2370,6 @@ input AssetHistoryWhereInput { websiteNEQ: String websiteIn: [String!] websiteNotIn: [String!] - websiteGT: String - websiteGTE: String - websiteLT: String - websiteLTE: String websiteContains: String websiteHasPrefix: String websiteHasSuffix: String @@ -2769,10 +2384,6 @@ input AssetHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -2787,10 +2398,6 @@ input AssetHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -2819,10 +2426,6 @@ input AssetHistoryWhereInput { sourcePlatformIDNEQ: String sourcePlatformIDIn: [String!] sourcePlatformIDNotIn: [String!] - sourcePlatformIDGT: String - sourcePlatformIDGTE: String - sourcePlatformIDLT: String - sourcePlatformIDLTE: String sourcePlatformIDContains: String sourcePlatformIDHasPrefix: String sourcePlatformIDHasSuffix: String @@ -2837,10 +2440,6 @@ input AssetHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -2855,10 +2454,6 @@ input AssetHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -2883,9 +2478,6 @@ input AssetHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -2899,10 +2491,6 @@ input AssetHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -2914,9 +2502,6 @@ input AssetHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -3204,19 +2789,12 @@ input CampaignHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -3228,10 +2806,6 @@ input CampaignHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -3250,9 +2824,6 @@ input CampaignHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -3263,9 +2834,6 @@ input CampaignHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -3279,10 +2847,6 @@ input CampaignHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -3297,10 +2861,6 @@ input CampaignHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -3315,10 +2875,6 @@ input CampaignHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -3333,10 +2889,6 @@ input CampaignHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -3349,10 +2901,6 @@ input CampaignHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -3367,10 +2915,6 @@ input CampaignHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -3385,10 +2929,6 @@ input CampaignHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -3403,10 +2943,6 @@ input CampaignHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -3428,10 +2964,6 @@ input CampaignHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -3444,10 +2976,6 @@ input CampaignHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -3478,9 +3006,6 @@ input CampaignHistoryWhereInput { scheduled_at field predicates """ scheduledAt: DateTime - scheduledAtNEQ: DateTime - scheduledAtIn: [DateTime!] - scheduledAtNotIn: [DateTime!] scheduledAtGT: DateTime scheduledAtGTE: DateTime scheduledAtLT: DateTime @@ -3491,9 +3016,6 @@ input CampaignHistoryWhereInput { launched_at field predicates """ launchedAt: DateTime - launchedAtNEQ: DateTime - launchedAtIn: [DateTime!] - launchedAtNotIn: [DateTime!] launchedAtGT: DateTime launchedAtGTE: DateTime launchedAtLT: DateTime @@ -3504,9 +3026,6 @@ input CampaignHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -3517,9 +3036,6 @@ input CampaignHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -3545,8 +3061,6 @@ input CampaignHistoryWhereInput { """ recurrenceInterval: Int recurrenceIntervalNEQ: Int - recurrenceIntervalIn: [Int!] - recurrenceIntervalNotIn: [Int!] recurrenceIntervalGT: Int recurrenceIntervalGTE: Int recurrenceIntervalLT: Int @@ -3560,10 +3074,6 @@ input CampaignHistoryWhereInput { recurrenceTimezoneNEQ: String recurrenceTimezoneIn: [String!] recurrenceTimezoneNotIn: [String!] - recurrenceTimezoneGT: String - recurrenceTimezoneGTE: String - recurrenceTimezoneLT: String - recurrenceTimezoneLTE: String recurrenceTimezoneContains: String recurrenceTimezoneHasPrefix: String recurrenceTimezoneHasSuffix: String @@ -3575,9 +3085,6 @@ input CampaignHistoryWhereInput { last_run_at field predicates """ lastRunAt: DateTime - lastRunAtNEQ: DateTime - lastRunAtIn: [DateTime!] - lastRunAtNotIn: [DateTime!] lastRunAtGT: DateTime lastRunAtGTE: DateTime lastRunAtLT: DateTime @@ -3588,9 +3095,6 @@ input CampaignHistoryWhereInput { next_run_at field predicates """ nextRunAt: DateTime - nextRunAtNEQ: DateTime - nextRunAtIn: [DateTime!] - nextRunAtNotIn: [DateTime!] nextRunAtGT: DateTime nextRunAtGTE: DateTime nextRunAtLT: DateTime @@ -3601,9 +3105,6 @@ input CampaignHistoryWhereInput { recurrence_end_at field predicates """ recurrenceEndAt: DateTime - recurrenceEndAtNEQ: DateTime - recurrenceEndAtIn: [DateTime!] - recurrenceEndAtNotIn: [DateTime!] recurrenceEndAtGT: DateTime recurrenceEndAtGTE: DateTime recurrenceEndAtLT: DateTime @@ -3615,8 +3116,6 @@ input CampaignHistoryWhereInput { """ recipientCount: Int recipientCountNEQ: Int - recipientCountIn: [Int!] - recipientCountNotIn: [Int!] recipientCountGT: Int recipientCountGTE: Int recipientCountLT: Int @@ -3628,8 +3127,6 @@ input CampaignHistoryWhereInput { """ resendCount: Int resendCountNEQ: Int - resendCountIn: [Int!] - resendCountNotIn: [Int!] resendCountGT: Int resendCountGTE: Int resendCountLT: Int @@ -3640,9 +3137,6 @@ input CampaignHistoryWhereInput { last_resent_at field predicates """ lastResentAt: DateTime - lastResentAtNEQ: DateTime - lastResentAtIn: [DateTime!] - lastResentAtNotIn: [DateTime!] lastResentAtGT: DateTime lastResentAtGTE: DateTime lastResentAtLT: DateTime @@ -3656,10 +3150,6 @@ input CampaignHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -3674,10 +3164,6 @@ input CampaignHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -3692,10 +3178,6 @@ input CampaignHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -3710,10 +3192,6 @@ input CampaignHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -3728,10 +3206,6 @@ input CampaignHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -3746,10 +3220,6 @@ input CampaignHistoryWhereInput { emailBrandingIDNEQ: String emailBrandingIDIn: [String!] emailBrandingIDNotIn: [String!] - emailBrandingIDGT: String - emailBrandingIDGTE: String - emailBrandingIDLT: String - emailBrandingIDLTE: String emailBrandingIDContains: String emailBrandingIDHasPrefix: String emailBrandingIDHasSuffix: String @@ -3764,10 +3234,6 @@ input CampaignHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -3931,19 +3397,12 @@ input CampaignTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -3955,10 +3414,6 @@ input CampaignTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -3977,9 +3432,6 @@ input CampaignTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -3990,9 +3442,6 @@ input CampaignTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -4006,10 +3455,6 @@ input CampaignTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -4024,10 +3469,6 @@ input CampaignTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -4042,10 +3483,6 @@ input CampaignTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -4060,10 +3497,6 @@ input CampaignTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -4085,10 +3518,6 @@ input CampaignTargetHistoryWhereInput { campaignIDNEQ: String campaignIDIn: [String!] campaignIDNotIn: [String!] - campaignIDGT: String - campaignIDGTE: String - campaignIDLT: String - campaignIDLTE: String campaignIDContains: String campaignIDHasPrefix: String campaignIDHasSuffix: String @@ -4103,10 +3532,6 @@ input CampaignTargetHistoryWhereInput { contactIDNEQ: String contactIDIn: [String!] contactIDNotIn: [String!] - contactIDGT: String - contactIDGTE: String - contactIDLT: String - contactIDLTE: String contactIDContains: String contactIDHasPrefix: String contactIDHasSuffix: String @@ -4121,10 +3546,6 @@ input CampaignTargetHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -4139,10 +3560,6 @@ input CampaignTargetHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -4157,10 +3574,6 @@ input CampaignTargetHistoryWhereInput { subscriberIDNEQ: String subscriberIDIn: [String!] subscriberIDNotIn: [String!] - subscriberIDGT: String - subscriberIDGTE: String - subscriberIDLT: String - subscriberIDLTE: String subscriberIDContains: String subscriberIDHasPrefix: String subscriberIDHasSuffix: String @@ -4175,10 +3588,6 @@ input CampaignTargetHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -4191,10 +3600,6 @@ input CampaignTargetHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -4213,9 +3618,6 @@ input CampaignTargetHistoryWhereInput { sent_at field predicates """ sentAt: DateTime - sentAtNEQ: DateTime - sentAtIn: [DateTime!] - sentAtNotIn: [DateTime!] sentAtGT: DateTime sentAtGTE: DateTime sentAtLT: DateTime @@ -4226,9 +3628,6 @@ input CampaignTargetHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -4390,19 +3789,12 @@ input ContactHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -4414,10 +3806,6 @@ input ContactHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -4436,9 +3824,6 @@ input ContactHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -4449,9 +3834,6 @@ input ContactHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -4465,10 +3847,6 @@ input ContactHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -4483,10 +3861,6 @@ input ContactHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -4501,10 +3875,6 @@ input ContactHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -4519,10 +3889,6 @@ input ContactHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -4537,10 +3903,6 @@ input ContactHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -4555,10 +3917,6 @@ input ContactHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -4573,10 +3931,6 @@ input ContactHistoryWhereInput { companyNEQ: String companyIn: [String!] companyNotIn: [String!] - companyGT: String - companyGTE: String - companyLT: String - companyLTE: String companyContains: String companyHasPrefix: String companyHasSuffix: String @@ -4591,10 +3945,6 @@ input ContactHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -4609,10 +3959,6 @@ input ContactHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -4627,10 +3973,6 @@ input ContactHistoryWhereInput { addressNEQ: String addressIn: [String!] addressNotIn: [String!] - addressGT: String - addressGTE: String - addressLT: String - addressLTE: String addressContains: String addressHasPrefix: String addressHasSuffix: String @@ -4652,10 +3994,6 @@ input ContactHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -4670,10 +4008,6 @@ input ContactHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -4685,9 +4019,6 @@ input ContactHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -5017,19 +4348,12 @@ input ControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -5041,10 +4365,6 @@ input ControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -5063,9 +4383,6 @@ input ControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5076,9 +4393,6 @@ input ControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5092,10 +4406,6 @@ input ControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -5110,10 +4420,6 @@ input ControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -5128,10 +4434,6 @@ input ControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -5146,10 +4448,6 @@ input ControlHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -5162,10 +4460,6 @@ input ControlHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -5180,10 +4474,6 @@ input ControlHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -5198,10 +4488,6 @@ input ControlHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -5216,10 +4502,6 @@ input ControlHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -5234,10 +4516,6 @@ input ControlHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -5252,10 +4530,6 @@ input ControlHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -5288,10 +4562,6 @@ input ControlHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -5306,10 +4576,6 @@ input ControlHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -5333,10 +4599,6 @@ input ControlHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -5351,10 +4613,6 @@ input ControlHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -5369,10 +4627,6 @@ input ControlHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -5387,10 +4641,6 @@ input ControlHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -5405,10 +4655,6 @@ input ControlHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -5423,10 +4669,6 @@ input ControlHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -5441,10 +4683,6 @@ input ControlHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -5459,10 +4697,6 @@ input ControlHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -5477,10 +4711,6 @@ input ControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -5502,10 +4732,6 @@ input ControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -5520,10 +4746,6 @@ input ControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -5538,10 +4760,6 @@ input ControlHistoryWhereInput { controlKindNameNEQ: String controlKindNameIn: [String!] controlKindNameNotIn: [String!] - controlKindNameGT: String - controlKindNameGTE: String - controlKindNameLT: String - controlKindNameLTE: String controlKindNameContains: String controlKindNameHasPrefix: String controlKindNameHasSuffix: String @@ -5556,10 +4774,6 @@ input ControlHistoryWhereInput { controlKindIDNEQ: String controlKindIDIn: [String!] controlKindIDNotIn: [String!] - controlKindIDGT: String - controlKindIDGTE: String - controlKindIDLT: String - controlKindIDLTE: String controlKindIDContains: String controlKindIDHasPrefix: String controlKindIDHasSuffix: String @@ -5574,10 +4788,6 @@ input ControlHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -5592,10 +4802,6 @@ input ControlHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -5610,10 +4816,6 @@ input ControlHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -5628,10 +4830,6 @@ input ControlHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -5653,10 +4851,6 @@ input ControlHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -5669,10 +4863,6 @@ input ControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -5844,19 +5034,12 @@ input ControlImplementationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -5868,10 +5051,6 @@ input ControlImplementationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -5890,9 +5069,6 @@ input ControlImplementationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -5903,9 +5079,6 @@ input ControlImplementationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -5919,10 +5092,6 @@ input ControlImplementationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -5937,10 +5106,6 @@ input ControlImplementationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -5955,10 +5120,6 @@ input ControlImplementationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -5973,10 +5134,6 @@ input ControlImplementationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -5998,10 +5155,6 @@ input ControlImplementationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6016,10 +5169,6 @@ input ControlImplementationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6040,9 +5189,6 @@ input ControlImplementationHistoryWhereInput { implementation_date field predicates """ implementationDate: Time - implementationDateNEQ: Time - implementationDateIn: [Time!] - implementationDateNotIn: [Time!] implementationDateGT: Time implementationDateGTE: Time implementationDateLT: Time @@ -6060,9 +5206,6 @@ input ControlImplementationHistoryWhereInput { verification_date field predicates """ verificationDate: Time - verificationDateNEQ: Time - verificationDateIn: [Time!] - verificationDateNotIn: [Time!] verificationDateGT: Time verificationDateGTE: Time verificationDateLT: Time @@ -6076,10 +5219,6 @@ input ControlImplementationHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -6260,19 +5399,12 @@ input ControlObjectiveHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -6284,10 +5416,6 @@ input ControlObjectiveHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -6306,9 +5434,6 @@ input ControlObjectiveHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6319,9 +5444,6 @@ input ControlObjectiveHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6335,10 +5457,6 @@ input ControlObjectiveHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6353,10 +5471,6 @@ input ControlObjectiveHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6371,10 +5485,6 @@ input ControlObjectiveHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6389,10 +5499,6 @@ input ControlObjectiveHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -6405,10 +5511,6 @@ input ControlObjectiveHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -6423,10 +5525,6 @@ input ControlObjectiveHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -6448,10 +5546,6 @@ input ControlObjectiveHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6466,10 +5560,6 @@ input ControlObjectiveHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6484,10 +5574,6 @@ input ControlObjectiveHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -6500,10 +5586,6 @@ input ControlObjectiveHistoryWhereInput { desiredOutcomeNEQ: String desiredOutcomeIn: [String!] desiredOutcomeNotIn: [String!] - desiredOutcomeGT: String - desiredOutcomeGTE: String - desiredOutcomeLT: String - desiredOutcomeLTE: String desiredOutcomeContains: String desiredOutcomeHasPrefix: String desiredOutcomeHasSuffix: String @@ -6536,10 +5618,6 @@ input ControlObjectiveHistoryWhereInput { controlObjectiveTypeNEQ: String controlObjectiveTypeIn: [String!] controlObjectiveTypeNotIn: [String!] - controlObjectiveTypeGT: String - controlObjectiveTypeGTE: String - controlObjectiveTypeLT: String - controlObjectiveTypeLTE: String controlObjectiveTypeContains: String controlObjectiveTypeHasPrefix: String controlObjectiveTypeHasSuffix: String @@ -6554,10 +5632,6 @@ input ControlObjectiveHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -6572,10 +5646,6 @@ input ControlObjectiveHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -6726,19 +5796,12 @@ input CustomDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -6750,10 +5813,6 @@ input CustomDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -6772,9 +5831,6 @@ input CustomDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -6785,9 +5841,6 @@ input CustomDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -6801,10 +5854,6 @@ input CustomDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -6819,10 +5868,6 @@ input CustomDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -6837,10 +5882,6 @@ input CustomDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -6855,10 +5896,6 @@ input CustomDomainHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -6880,10 +5917,6 @@ input CustomDomainHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -6898,10 +5931,6 @@ input CustomDomainHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -6916,10 +5945,6 @@ input CustomDomainHistoryWhereInput { cnameRecordNEQ: String cnameRecordIn: [String!] cnameRecordNotIn: [String!] - cnameRecordGT: String - cnameRecordGTE: String - cnameRecordLT: String - cnameRecordLTE: String cnameRecordContains: String cnameRecordHasPrefix: String cnameRecordHasSuffix: String @@ -6932,10 +5957,6 @@ input CustomDomainHistoryWhereInput { mappableDomainIDNEQ: String mappableDomainIDIn: [String!] mappableDomainIDNotIn: [String!] - mappableDomainIDGT: String - mappableDomainIDGTE: String - mappableDomainIDLT: String - mappableDomainIDLTE: String mappableDomainIDContains: String mappableDomainIDHasPrefix: String mappableDomainIDHasSuffix: String @@ -6948,10 +5969,6 @@ input CustomDomainHistoryWhereInput { dnsVerificationIDNEQ: String dnsVerificationIDIn: [String!] dnsVerificationIDNotIn: [String!] - dnsVerificationIDGT: String - dnsVerificationIDGTE: String - dnsVerificationIDLT: String - dnsVerificationIDLTE: String dnsVerificationIDContains: String dnsVerificationIDHasPrefix: String dnsVerificationIDHasSuffix: String @@ -6966,10 +5983,6 @@ input CustomDomainHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -7085,19 +6098,12 @@ input DiscussionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7109,10 +6115,6 @@ input DiscussionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7131,9 +6133,6 @@ input DiscussionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7144,9 +6143,6 @@ input DiscussionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7160,10 +6156,6 @@ input DiscussionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7178,10 +6170,6 @@ input DiscussionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7196,10 +6184,6 @@ input DiscussionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7214,10 +6198,6 @@ input DiscussionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -7232,10 +6212,6 @@ input DiscussionHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -7369,19 +6345,12 @@ input DocumentDataHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7393,10 +6362,6 @@ input DocumentDataHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7415,9 +6380,6 @@ input DocumentDataHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7428,9 +6390,6 @@ input DocumentDataHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7444,10 +6403,6 @@ input DocumentDataHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7462,10 +6417,6 @@ input DocumentDataHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7480,10 +6431,6 @@ input DocumentDataHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7498,10 +6445,6 @@ input DocumentDataHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -7516,10 +6459,6 @@ input DocumentDataHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -7534,10 +6473,6 @@ input DocumentDataHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -7552,10 +6487,6 @@ input DocumentDataHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -7570,10 +6501,6 @@ input DocumentDataHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -7588,10 +6515,6 @@ input DocumentDataHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -7789,19 +6712,12 @@ input EmailTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -7813,10 +6729,6 @@ input EmailTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -7835,9 +6747,6 @@ input EmailTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -7848,9 +6757,6 @@ input EmailTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -7864,10 +6770,6 @@ input EmailTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -7882,10 +6784,6 @@ input EmailTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -7900,10 +6798,6 @@ input EmailTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -7918,10 +6812,6 @@ input EmailTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -7936,10 +6826,6 @@ input EmailTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -7961,10 +6847,6 @@ input EmailTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -7979,10 +6861,6 @@ input EmailTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -7997,10 +6875,6 @@ input EmailTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -8013,10 +6887,6 @@ input EmailTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -8029,10 +6899,6 @@ input EmailTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -8056,10 +6922,6 @@ input EmailTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -8072,10 +6934,6 @@ input EmailTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -8090,10 +6948,6 @@ input EmailTemplateHistoryWhereInput { preheaderTemplateNEQ: String preheaderTemplateIn: [String!] preheaderTemplateNotIn: [String!] - preheaderTemplateGT: String - preheaderTemplateGTE: String - preheaderTemplateLT: String - preheaderTemplateLTE: String preheaderTemplateContains: String preheaderTemplateHasPrefix: String preheaderTemplateHasSuffix: String @@ -8108,10 +6962,6 @@ input EmailTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -8126,10 +6976,6 @@ input EmailTemplateHistoryWhereInput { textTemplateNEQ: String textTemplateIn: [String!] textTemplateNotIn: [String!] - textTemplateGT: String - textTemplateGTE: String - textTemplateLT: String - textTemplateLTE: String textTemplateContains: String textTemplateHasPrefix: String textTemplateHasSuffix: String @@ -8147,8 +6993,6 @@ input EmailTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -8169,10 +7013,6 @@ input EmailTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -8187,10 +7027,6 @@ input EmailTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -8205,10 +7041,6 @@ input EmailTemplateHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -8223,10 +7055,6 @@ input EmailTemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -8624,19 +7452,12 @@ input EntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -8648,10 +7469,6 @@ input EntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -8670,9 +7487,6 @@ input EntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -8683,9 +7497,6 @@ input EntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -8699,10 +7510,6 @@ input EntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -8717,10 +7524,6 @@ input EntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -8735,10 +7538,6 @@ input EntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -8753,10 +7552,6 @@ input EntityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -8771,10 +7566,6 @@ input EntityHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -8789,10 +7580,6 @@ input EntityHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -8807,10 +7594,6 @@ input EntityHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -8825,10 +7608,6 @@ input EntityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -8843,10 +7622,6 @@ input EntityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -8861,10 +7636,6 @@ input EntityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -8876,9 +7647,6 @@ input EntityHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -8899,10 +7667,6 @@ input EntityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -8917,10 +7681,6 @@ input EntityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -8935,10 +7695,6 @@ input EntityHistoryWhereInput { entityRelationshipStateNameNEQ: String entityRelationshipStateNameIn: [String!] entityRelationshipStateNameNotIn: [String!] - entityRelationshipStateNameGT: String - entityRelationshipStateNameGTE: String - entityRelationshipStateNameLT: String - entityRelationshipStateNameLTE: String entityRelationshipStateNameContains: String entityRelationshipStateNameHasPrefix: String entityRelationshipStateNameHasSuffix: String @@ -8953,10 +7709,6 @@ input EntityHistoryWhereInput { entityRelationshipStateIDNEQ: String entityRelationshipStateIDIn: [String!] entityRelationshipStateIDNotIn: [String!] - entityRelationshipStateIDGT: String - entityRelationshipStateIDGTE: String - entityRelationshipStateIDLT: String - entityRelationshipStateIDLTE: String entityRelationshipStateIDContains: String entityRelationshipStateIDHasPrefix: String entityRelationshipStateIDHasSuffix: String @@ -8971,10 +7723,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusNameNEQ: String entitySecurityQuestionnaireStatusNameIn: [String!] entitySecurityQuestionnaireStatusNameNotIn: [String!] - entitySecurityQuestionnaireStatusNameGT: String - entitySecurityQuestionnaireStatusNameGTE: String - entitySecurityQuestionnaireStatusNameLT: String - entitySecurityQuestionnaireStatusNameLTE: String entitySecurityQuestionnaireStatusNameContains: String entitySecurityQuestionnaireStatusNameHasPrefix: String entitySecurityQuestionnaireStatusNameHasSuffix: String @@ -8989,10 +7737,6 @@ input EntityHistoryWhereInput { entitySecurityQuestionnaireStatusIDNEQ: String entitySecurityQuestionnaireStatusIDIn: [String!] entitySecurityQuestionnaireStatusIDNotIn: [String!] - entitySecurityQuestionnaireStatusIDGT: String - entitySecurityQuestionnaireStatusIDGTE: String - entitySecurityQuestionnaireStatusIDLT: String - entitySecurityQuestionnaireStatusIDLTE: String entitySecurityQuestionnaireStatusIDContains: String entitySecurityQuestionnaireStatusIDHasPrefix: String entitySecurityQuestionnaireStatusIDHasSuffix: String @@ -9007,10 +7751,6 @@ input EntityHistoryWhereInput { entitySourceTypeNameNEQ: String entitySourceTypeNameIn: [String!] entitySourceTypeNameNotIn: [String!] - entitySourceTypeNameGT: String - entitySourceTypeNameGTE: String - entitySourceTypeNameLT: String - entitySourceTypeNameLTE: String entitySourceTypeNameContains: String entitySourceTypeNameHasPrefix: String entitySourceTypeNameHasSuffix: String @@ -9025,10 +7765,6 @@ input EntityHistoryWhereInput { entitySourceTypeIDNEQ: String entitySourceTypeIDIn: [String!] entitySourceTypeIDNotIn: [String!] - entitySourceTypeIDGT: String - entitySourceTypeIDGTE: String - entitySourceTypeIDLT: String - entitySourceTypeIDLTE: String entitySourceTypeIDContains: String entitySourceTypeIDHasPrefix: String entitySourceTypeIDHasSuffix: String @@ -9043,10 +7779,6 @@ input EntityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -9061,10 +7793,6 @@ input EntityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -9079,10 +7807,6 @@ input EntityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -9097,10 +7821,6 @@ input EntityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -9115,10 +7835,6 @@ input EntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -9133,10 +7849,6 @@ input EntityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -9151,10 +7863,6 @@ input EntityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -9169,10 +7877,6 @@ input EntityHistoryWhereInput { entityTypeIDNEQ: String entityTypeIDIn: [String!] entityTypeIDNotIn: [String!] - entityTypeIDGT: String - entityTypeIDGTE: String - entityTypeIDLT: String - entityTypeIDLTE: String entityTypeIDContains: String entityTypeIDHasPrefix: String entityTypeIDHasSuffix: String @@ -9207,9 +7911,6 @@ input EntityHistoryWhereInput { soc2_period_end field predicates """ soc2PeriodEnd: DateTime - soc2PeriodEndNEQ: DateTime - soc2PeriodEndIn: [DateTime!] - soc2PeriodEndNotIn: [DateTime!] soc2PeriodEndGT: DateTime soc2PeriodEndGTE: DateTime soc2PeriodEndLT: DateTime @@ -9220,9 +7921,6 @@ input EntityHistoryWhereInput { contract_start_date field predicates """ contractStartDate: DateTime - contractStartDateNEQ: DateTime - contractStartDateIn: [DateTime!] - contractStartDateNotIn: [DateTime!] contractStartDateGT: DateTime contractStartDateGTE: DateTime contractStartDateLT: DateTime @@ -9233,9 +7931,6 @@ input EntityHistoryWhereInput { contract_end_date field predicates """ contractEndDate: DateTime - contractEndDateNEQ: DateTime - contractEndDateIn: [DateTime!] - contractEndDateNotIn: [DateTime!] contractEndDateGT: DateTime contractEndDateGTE: DateTime contractEndDateLT: DateTime @@ -9254,8 +7949,6 @@ input EntityHistoryWhereInput { """ terminationNoticeDays: Int terminationNoticeDaysNEQ: Int - terminationNoticeDaysIn: [Int!] - terminationNoticeDaysNotIn: [Int!] terminationNoticeDaysGT: Int terminationNoticeDaysGTE: Int terminationNoticeDaysLT: Int @@ -9282,10 +7975,6 @@ input EntityHistoryWhereInput { spendCurrencyNEQ: String spendCurrencyIn: [String!] spendCurrencyNotIn: [String!] - spendCurrencyGT: String - spendCurrencyGTE: String - spendCurrencyLT: String - spendCurrencyLTE: String spendCurrencyContains: String spendCurrencyHasPrefix: String spendCurrencyHasSuffix: String @@ -9300,10 +7989,6 @@ input EntityHistoryWhereInput { billingModelNEQ: String billingModelIn: [String!] billingModelNotIn: [String!] - billingModelGT: String - billingModelGTE: String - billingModelLT: String - billingModelLTE: String billingModelContains: String billingModelHasPrefix: String billingModelHasSuffix: String @@ -9318,10 +8003,6 @@ input EntityHistoryWhereInput { renewalRiskNEQ: String renewalRiskIn: [String!] renewalRiskNotIn: [String!] - renewalRiskGT: String - renewalRiskGTE: String - renewalRiskLT: String - renewalRiskLTE: String renewalRiskContains: String renewalRiskHasPrefix: String renewalRiskHasSuffix: String @@ -9357,10 +8038,6 @@ input EntityHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -9375,10 +8052,6 @@ input EntityHistoryWhereInput { riskRatingNEQ: String riskRatingIn: [String!] riskRatingNotIn: [String!] - riskRatingGT: String - riskRatingGTE: String - riskRatingLT: String - riskRatingLTE: String riskRatingContains: String riskRatingHasPrefix: String riskRatingHasSuffix: String @@ -9391,8 +8064,6 @@ input EntityHistoryWhereInput { """ riskScore: Int riskScoreNEQ: Int - riskScoreIn: [Int!] - riskScoreNotIn: [Int!] riskScoreGT: Int riskScoreGTE: Int riskScoreLT: Int @@ -9404,8 +8075,6 @@ input EntityHistoryWhereInput { """ riskScoreCoverage: Int riskScoreCoverageNEQ: Int - riskScoreCoverageIn: [Int!] - riskScoreCoverageNotIn: [Int!] riskScoreCoverageGT: Int riskScoreCoverageGTE: Int riskScoreCoverageLT: Int @@ -9434,9 +8103,6 @@ input EntityHistoryWhereInput { next_review_at field predicates """ nextReviewAt: DateTime - nextReviewAtNEQ: DateTime - nextReviewAtIn: [DateTime!] - nextReviewAtNotIn: [DateTime!] nextReviewAtGT: DateTime nextReviewAtGTE: DateTime nextReviewAtLT: DateTime @@ -9447,9 +8113,6 @@ input EntityHistoryWhereInput { contract_renewal_at field predicates """ contractRenewalAt: DateTime - contractRenewalAtNEQ: DateTime - contractRenewalAtIn: [DateTime!] - contractRenewalAtNotIn: [DateTime!] contractRenewalAtGT: DateTime contractRenewalAtGTE: DateTime contractRenewalAtLT: DateTime @@ -9463,10 +8126,6 @@ input EntityHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -9481,10 +8140,6 @@ input EntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -9499,10 +8154,6 @@ input EntityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -9514,9 +8165,6 @@ input EntityHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -9637,19 +8285,12 @@ input EntityTypeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -9661,10 +8302,6 @@ input EntityTypeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -9683,9 +8320,6 @@ input EntityTypeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -9696,9 +8330,6 @@ input EntityTypeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -9712,10 +8343,6 @@ input EntityTypeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -9730,10 +8357,6 @@ input EntityTypeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -9748,10 +8371,6 @@ input EntityTypeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -9766,10 +8385,6 @@ input EntityTypeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -9791,10 +8406,6 @@ input EntityTypeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -9809,10 +8420,6 @@ input EntityTypeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -9827,10 +8434,6 @@ input EntityTypeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10032,19 +8635,12 @@ input EvidenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -10056,10 +8652,6 @@ input EvidenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -10078,9 +8670,6 @@ input EvidenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10091,9 +8680,6 @@ input EvidenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10107,10 +8693,6 @@ input EvidenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10125,10 +8707,6 @@ input EvidenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10143,10 +8721,6 @@ input EvidenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10161,10 +8735,6 @@ input EvidenceHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -10177,10 +8747,6 @@ input EvidenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -10195,10 +8761,6 @@ input EvidenceHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -10213,10 +8775,6 @@ input EvidenceHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -10231,10 +8789,6 @@ input EvidenceHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -10249,10 +8803,6 @@ input EvidenceHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -10274,10 +8824,6 @@ input EvidenceHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -10292,10 +8838,6 @@ input EvidenceHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10308,10 +8850,6 @@ input EvidenceHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -10326,10 +8864,6 @@ input EvidenceHistoryWhereInput { collectionProcedureNEQ: String collectionProcedureIn: [String!] collectionProcedureNotIn: [String!] - collectionProcedureGT: String - collectionProcedureGTE: String - collectionProcedureLT: String - collectionProcedureLTE: String collectionProcedureContains: String collectionProcedureHasPrefix: String collectionProcedureHasSuffix: String @@ -10341,9 +8875,6 @@ input EvidenceHistoryWhereInput { creation_date field predicates """ creationDate: DateTime - creationDateNEQ: DateTime - creationDateIn: [DateTime!] - creationDateNotIn: [DateTime!] creationDateGT: DateTime creationDateGTE: DateTime creationDateLT: DateTime @@ -10352,9 +8883,6 @@ input EvidenceHistoryWhereInput { renewal_date field predicates """ renewalDate: DateTime - renewalDateNEQ: DateTime - renewalDateIn: [DateTime!] - renewalDateNotIn: [DateTime!] renewalDateGT: DateTime renewalDateGTE: DateTime renewalDateLT: DateTime @@ -10368,10 +8896,6 @@ input EvidenceHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -10393,10 +8917,6 @@ input EvidenceHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -10618,19 +9138,12 @@ input FileHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -10642,10 +9155,6 @@ input FileHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -10664,9 +9173,6 @@ input FileHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -10677,9 +9183,6 @@ input FileHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -10693,10 +9196,6 @@ input FileHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -10711,10 +9210,6 @@ input FileHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -10729,10 +9224,6 @@ input FileHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -10754,10 +9245,6 @@ input FileHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -10772,10 +9259,6 @@ input FileHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -10790,10 +9273,6 @@ input FileHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -10808,10 +9287,6 @@ input FileHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -10826,10 +9301,6 @@ input FileHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -10844,10 +9315,6 @@ input FileHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -10862,10 +9329,6 @@ input FileHistoryWhereInput { categoryNameNEQ: String categoryNameIn: [String!] categoryNameNotIn: [String!] - categoryNameGT: String - categoryNameGTE: String - categoryNameLT: String - categoryNameLTE: String categoryNameContains: String categoryNameHasPrefix: String categoryNameHasSuffix: String @@ -10880,10 +9343,6 @@ input FileHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -10898,10 +9357,6 @@ input FileHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -10916,10 +9371,6 @@ input FileHistoryWhereInput { providedFileNameNEQ: String providedFileNameIn: [String!] providedFileNameNotIn: [String!] - providedFileNameGT: String - providedFileNameGTE: String - providedFileNameLT: String - providedFileNameLTE: String providedFileNameContains: String providedFileNameHasPrefix: String providedFileNameHasSuffix: String @@ -10932,10 +9383,6 @@ input FileHistoryWhereInput { providedFileExtensionNEQ: String providedFileExtensionIn: [String!] providedFileExtensionNotIn: [String!] - providedFileExtensionGT: String - providedFileExtensionGTE: String - providedFileExtensionLT: String - providedFileExtensionLTE: String providedFileExtensionContains: String providedFileExtensionHasPrefix: String providedFileExtensionHasSuffix: String @@ -10946,8 +9393,6 @@ input FileHistoryWhereInput { """ providedFileSize: Int providedFileSizeNEQ: Int - providedFileSizeIn: [Int!] - providedFileSizeNotIn: [Int!] providedFileSizeGT: Int providedFileSizeGTE: Int providedFileSizeLT: Int @@ -10959,8 +9404,6 @@ input FileHistoryWhereInput { """ persistedFileSize: Int persistedFileSizeNEQ: Int - persistedFileSizeIn: [Int!] - persistedFileSizeNotIn: [Int!] persistedFileSizeGT: Int persistedFileSizeGTE: Int persistedFileSizeLT: Int @@ -10974,10 +9417,6 @@ input FileHistoryWhereInput { detectedMimeTypeNEQ: String detectedMimeTypeIn: [String!] detectedMimeTypeNotIn: [String!] - detectedMimeTypeGT: String - detectedMimeTypeGTE: String - detectedMimeTypeLT: String - detectedMimeTypeLTE: String detectedMimeTypeContains: String detectedMimeTypeHasPrefix: String detectedMimeTypeHasSuffix: String @@ -10992,10 +9431,6 @@ input FileHistoryWhereInput { md5HashNEQ: String md5HashIn: [String!] md5HashNotIn: [String!] - md5HashGT: String - md5HashGTE: String - md5HashLT: String - md5HashLTE: String md5HashContains: String md5HashHasPrefix: String md5HashHasSuffix: String @@ -11010,10 +9445,6 @@ input FileHistoryWhereInput { detectedContentTypeNEQ: String detectedContentTypeIn: [String!] detectedContentTypeNotIn: [String!] - detectedContentTypeGT: String - detectedContentTypeGTE: String - detectedContentTypeLT: String - detectedContentTypeLTE: String detectedContentTypeContains: String detectedContentTypeHasPrefix: String detectedContentTypeHasSuffix: String @@ -11026,10 +9457,6 @@ input FileHistoryWhereInput { storeKeyNEQ: String storeKeyIn: [String!] storeKeyNotIn: [String!] - storeKeyGT: String - storeKeyGTE: String - storeKeyLT: String - storeKeyLTE: String storeKeyContains: String storeKeyHasPrefix: String storeKeyHasSuffix: String @@ -11044,10 +9471,6 @@ input FileHistoryWhereInput { categoryTypeNEQ: String categoryTypeIn: [String!] categoryTypeNotIn: [String!] - categoryTypeGT: String - categoryTypeGTE: String - categoryTypeLT: String - categoryTypeLTE: String categoryTypeContains: String categoryTypeHasPrefix: String categoryTypeHasSuffix: String @@ -11062,10 +9485,6 @@ input FileHistoryWhereInput { uriNEQ: String uriIn: [String!] uriNotIn: [String!] - uriGT: String - uriGTE: String - uriLT: String - uriLTE: String uriContains: String uriHasPrefix: String uriHasSuffix: String @@ -11080,10 +9499,6 @@ input FileHistoryWhereInput { storageSchemeNEQ: String storageSchemeIn: [String!] storageSchemeNotIn: [String!] - storageSchemeGT: String - storageSchemeGTE: String - storageSchemeLT: String - storageSchemeLTE: String storageSchemeContains: String storageSchemeHasPrefix: String storageSchemeHasSuffix: String @@ -11098,10 +9513,6 @@ input FileHistoryWhereInput { storageVolumeNEQ: String storageVolumeIn: [String!] storageVolumeNotIn: [String!] - storageVolumeGT: String - storageVolumeGTE: String - storageVolumeLT: String - storageVolumeLTE: String storageVolumeContains: String storageVolumeHasPrefix: String storageVolumeHasSuffix: String @@ -11116,10 +9527,6 @@ input FileHistoryWhereInput { storagePathNEQ: String storagePathIn: [String!] storagePathNotIn: [String!] - storagePathGT: String - storagePathGTE: String - storagePathLT: String - storagePathLTE: String storagePathContains: String storagePathHasPrefix: String storagePathHasSuffix: String @@ -11134,10 +9541,6 @@ input FileHistoryWhereInput { storageRegionNEQ: String storageRegionIn: [String!] storageRegionNotIn: [String!] - storageRegionGT: String - storageRegionGTE: String - storageRegionLT: String - storageRegionLTE: String storageRegionContains: String storageRegionHasPrefix: String storageRegionHasSuffix: String @@ -11152,10 +9555,6 @@ input FileHistoryWhereInput { storageProviderNEQ: String storageProviderIn: [String!] storageProviderNotIn: [String!] - storageProviderGT: String - storageProviderGTE: String - storageProviderLT: String - storageProviderLTE: String storageProviderContains: String storageProviderHasPrefix: String storageProviderHasSuffix: String @@ -11167,9 +9566,6 @@ input FileHistoryWhereInput { last_accessed_at field predicates """ lastAccessedAt: Time - lastAccessedAtNEQ: Time - lastAccessedAtIn: [Time!] - lastAccessedAtNotIn: [Time!] lastAccessedAtGT: Time lastAccessedAtGTE: Time lastAccessedAtLT: Time @@ -11305,19 +9701,12 @@ input FindingControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -11329,10 +9718,6 @@ input FindingControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -11351,9 +9736,6 @@ input FindingControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -11364,9 +9746,6 @@ input FindingControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -11380,10 +9759,6 @@ input FindingControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -11398,10 +9773,6 @@ input FindingControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -11416,10 +9787,6 @@ input FindingControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -11434,10 +9801,6 @@ input FindingControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -11452,10 +9815,6 @@ input FindingControlHistoryWhereInput { findingIDNEQ: String findingIDIn: [String!] findingIDNotIn: [String!] - findingIDGT: String - findingIDGTE: String - findingIDLT: String - findingIDLTE: String findingIDContains: String findingIDHasPrefix: String findingIDHasSuffix: String @@ -11468,10 +9827,6 @@ input FindingControlHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -11484,10 +9839,6 @@ input FindingControlHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -11502,10 +9853,6 @@ input FindingControlHistoryWhereInput { externalStandardNEQ: String externalStandardIn: [String!] externalStandardNotIn: [String!] - externalStandardGT: String - externalStandardGTE: String - externalStandardLT: String - externalStandardLTE: String externalStandardContains: String externalStandardHasPrefix: String externalStandardHasSuffix: String @@ -11520,10 +9867,6 @@ input FindingControlHistoryWhereInput { externalStandardVersionNEQ: String externalStandardVersionIn: [String!] externalStandardVersionNotIn: [String!] - externalStandardVersionGT: String - externalStandardVersionGTE: String - externalStandardVersionLT: String - externalStandardVersionLTE: String externalStandardVersionContains: String externalStandardVersionHasPrefix: String externalStandardVersionHasSuffix: String @@ -11538,10 +9881,6 @@ input FindingControlHistoryWhereInput { externalControlIDNEQ: String externalControlIDIn: [String!] externalControlIDNotIn: [String!] - externalControlIDGT: String - externalControlIDGTE: String - externalControlIDLT: String - externalControlIDLTE: String externalControlIDContains: String externalControlIDHasPrefix: String externalControlIDHasSuffix: String @@ -11556,10 +9895,6 @@ input FindingControlHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -11571,9 +9906,6 @@ input FindingControlHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -11910,19 +10242,12 @@ input FindingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -11934,10 +10259,6 @@ input FindingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -11956,9 +10277,6 @@ input FindingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -11969,9 +10287,6 @@ input FindingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -11985,10 +10300,6 @@ input FindingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -12003,10 +10314,6 @@ input FindingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -12021,10 +10328,6 @@ input FindingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -12039,10 +10342,6 @@ input FindingHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -12055,10 +10354,6 @@ input FindingHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -12073,10 +10368,6 @@ input FindingHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -12091,10 +10382,6 @@ input FindingHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -12109,10 +10396,6 @@ input FindingHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -12127,10 +10410,6 @@ input FindingHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -12145,10 +10424,6 @@ input FindingHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -12163,10 +10438,6 @@ input FindingHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -12188,10 +10459,6 @@ input FindingHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -12206,10 +10473,6 @@ input FindingHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -12224,10 +10487,6 @@ input FindingHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -12242,10 +10501,6 @@ input FindingHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -12260,10 +10515,6 @@ input FindingHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -12278,10 +10529,6 @@ input FindingHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -12296,10 +10543,6 @@ input FindingHistoryWhereInput { findingStatusNameNEQ: String findingStatusNameIn: [String!] findingStatusNameNotIn: [String!] - findingStatusNameGT: String - findingStatusNameGTE: String - findingStatusNameLT: String - findingStatusNameLTE: String findingStatusNameContains: String findingStatusNameHasPrefix: String findingStatusNameHasSuffix: String @@ -12314,10 +10557,6 @@ input FindingHistoryWhereInput { findingStatusIDNEQ: String findingStatusIDIn: [String!] findingStatusIDNotIn: [String!] - findingStatusIDGT: String - findingStatusIDGTE: String - findingStatusIDLT: String - findingStatusIDLTE: String findingStatusIDContains: String findingStatusIDHasPrefix: String findingStatusIDHasSuffix: String @@ -12339,10 +10578,6 @@ input FindingHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -12366,10 +10601,6 @@ input FindingHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -12384,10 +10615,6 @@ input FindingHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -12402,10 +10629,6 @@ input FindingHistoryWhereInput { resourceNameNEQ: String resourceNameIn: [String!] resourceNameNotIn: [String!] - resourceNameGT: String - resourceNameGTE: String - resourceNameLT: String - resourceNameLTE: String resourceNameContains: String resourceNameHasPrefix: String resourceNameHasSuffix: String @@ -12420,10 +10643,6 @@ input FindingHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -12438,10 +10657,6 @@ input FindingHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -12456,10 +10671,6 @@ input FindingHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -12474,10 +10685,6 @@ input FindingHistoryWhereInput { findingClassNEQ: String findingClassIn: [String!] findingClassNotIn: [String!] - findingClassGT: String - findingClassGTE: String - findingClassLT: String - findingClassLTE: String findingClassContains: String findingClassHasPrefix: String findingClassHasSuffix: String @@ -12492,10 +10699,6 @@ input FindingHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -12562,10 +10765,6 @@ input FindingHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -12615,10 +10814,6 @@ input FindingHistoryWhereInput { assessmentIDNEQ: String assessmentIDIn: [String!] assessmentIDNotIn: [String!] - assessmentIDGT: String - assessmentIDGTE: String - assessmentIDLT: String - assessmentIDLTE: String assessmentIDContains: String assessmentIDHasPrefix: String assessmentIDHasSuffix: String @@ -12633,10 +10828,6 @@ input FindingHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -12651,10 +10842,6 @@ input FindingHistoryWhereInput { recommendationNEQ: String recommendationIn: [String!] recommendationNotIn: [String!] - recommendationGT: String - recommendationGTE: String - recommendationLT: String - recommendationLTE: String recommendationContains: String recommendationHasPrefix: String recommendationHasSuffix: String @@ -12669,10 +10856,6 @@ input FindingHistoryWhereInput { recommendedActionsNEQ: String recommendedActionsIn: [String!] recommendedActionsNotIn: [String!] - recommendedActionsGT: String - recommendedActionsGTE: String - recommendedActionsLT: String - recommendedActionsLTE: String recommendedActionsContains: String recommendedActionsHasPrefix: String recommendedActionsHasSuffix: String @@ -12687,10 +10870,6 @@ input FindingHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -12703,8 +10882,6 @@ input FindingHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -12715,9 +10892,6 @@ input FindingHistoryWhereInput { event_time field predicates """ eventTime: DateTime - eventTimeNEQ: DateTime - eventTimeIn: [DateTime!] - eventTimeNotIn: [DateTime!] eventTimeGT: DateTime eventTimeGTE: DateTime eventTimeLT: DateTime @@ -12728,9 +10902,6 @@ input FindingHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -12741,9 +10912,6 @@ input FindingHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -12757,10 +10925,6 @@ input FindingHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -12927,19 +11091,12 @@ input GroupHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -12951,10 +11108,6 @@ input GroupHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -12973,9 +11126,6 @@ input GroupHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -12986,9 +11136,6 @@ input GroupHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13002,10 +11149,6 @@ input GroupHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13020,10 +11163,6 @@ input GroupHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13038,10 +11177,6 @@ input GroupHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13056,10 +11191,6 @@ input GroupHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -13072,10 +11203,6 @@ input GroupHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -13090,10 +11217,6 @@ input GroupHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -13113,10 +11236,6 @@ input GroupHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -13131,10 +11250,6 @@ input GroupHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -13147,10 +11262,6 @@ input GroupHistoryWhereInput { oscalRoleNEQ: String oscalRoleIn: [String!] oscalRoleNotIn: [String!] - oscalRoleGT: String - oscalRoleGTE: String - oscalRoleLT: String - oscalRoleLTE: String oscalRoleContains: String oscalRoleHasPrefix: String oscalRoleHasSuffix: String @@ -13165,10 +11276,6 @@ input GroupHistoryWhereInput { oscalPartyUUIDNEQ: String oscalPartyUUIDIn: [String!] oscalPartyUUIDNotIn: [String!] - oscalPartyUUIDGT: String - oscalPartyUUIDGTE: String - oscalPartyUUIDLT: String - oscalPartyUUIDLTE: String oscalPartyUUIDContains: String oscalPartyUUIDHasPrefix: String oscalPartyUUIDHasSuffix: String @@ -13183,10 +11290,6 @@ input GroupHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -13201,10 +11304,6 @@ input GroupHistoryWhereInput { scimDisplayNameNEQ: String scimDisplayNameIn: [String!] scimDisplayNameNotIn: [String!] - scimDisplayNameGT: String - scimDisplayNameGTE: String - scimDisplayNameLT: String - scimDisplayNameLTE: String scimDisplayNameContains: String scimDisplayNameHasPrefix: String scimDisplayNameHasSuffix: String @@ -13226,10 +11325,6 @@ input GroupHistoryWhereInput { scimGroupMailingNEQ: String scimGroupMailingIn: [String!] scimGroupMailingNotIn: [String!] - scimGroupMailingGT: String - scimGroupMailingGTE: String - scimGroupMailingLT: String - scimGroupMailingLTE: String scimGroupMailingContains: String scimGroupMailingHasPrefix: String scimGroupMailingHasSuffix: String @@ -13337,19 +11432,12 @@ input GroupMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13361,10 +11449,6 @@ input GroupMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13383,9 +11467,6 @@ input GroupMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13396,9 +11477,6 @@ input GroupMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13412,10 +11490,6 @@ input GroupMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13430,10 +11504,6 @@ input GroupMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13448,10 +11518,6 @@ input GroupMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13473,10 +11539,6 @@ input GroupMembershipHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -13489,10 +11551,6 @@ input GroupMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -13623,19 +11681,12 @@ input GroupSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13647,10 +11698,6 @@ input GroupSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13669,9 +11716,6 @@ input GroupSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13682,9 +11726,6 @@ input GroupSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -13698,10 +11739,6 @@ input GroupSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -13716,10 +11753,6 @@ input GroupSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -13734,10 +11767,6 @@ input GroupSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -13780,10 +11809,6 @@ input GroupSettingHistoryWhereInput { groupIDNEQ: String groupIDIn: [String!] groupIDNotIn: [String!] - groupIDGT: String - groupIDGTE: String - groupIDLT: String - groupIDLTE: String groupIDContains: String groupIDHasPrefix: String groupIDHasSuffix: String @@ -13929,19 +11954,12 @@ input HushHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -13953,10 +11971,6 @@ input HushHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -13975,9 +11989,6 @@ input HushHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -13988,9 +11999,6 @@ input HushHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -14004,10 +12012,6 @@ input HushHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -14022,10 +12026,6 @@ input HushHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -14040,10 +12040,6 @@ input HushHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -14058,10 +12054,6 @@ input HushHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -14083,10 +12075,6 @@ input HushHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -14101,10 +12089,6 @@ input HushHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -14119,10 +12103,6 @@ input HushHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -14135,10 +12115,6 @@ input HushHistoryWhereInput { kindNEQ: String kindIn: [String!] kindNotIn: [String!] - kindGT: String - kindGTE: String - kindLT: String - kindLTE: String kindContains: String kindHasPrefix: String kindHasSuffix: String @@ -14153,10 +12129,6 @@ input HushHistoryWhereInput { secretNameNEQ: String secretNameIn: [String!] secretNameNotIn: [String!] - secretNameGT: String - secretNameGTE: String - secretNameLT: String - secretNameLTE: String secretNameContains: String secretNameHasPrefix: String secretNameHasSuffix: String @@ -14168,9 +12140,6 @@ input HushHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -14181,9 +12150,6 @@ input HushHistoryWhereInput { expires_at field predicates """ expiresAt: Time - expiresAtNEQ: Time - expiresAtIn: [Time!] - expiresAtNotIn: [Time!] expiresAtGT: Time expiresAtGTE: Time expiresAtLT: Time @@ -14445,19 +12411,12 @@ input IdentityHolderHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -14469,10 +12428,6 @@ input IdentityHolderHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -14491,9 +12446,6 @@ input IdentityHolderHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -14504,9 +12456,6 @@ input IdentityHolderHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -14520,10 +12469,6 @@ input IdentityHolderHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -14538,10 +12483,6 @@ input IdentityHolderHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -14556,10 +12497,6 @@ input IdentityHolderHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -14574,10 +12511,6 @@ input IdentityHolderHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -14590,10 +12523,6 @@ input IdentityHolderHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -14608,10 +12537,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -14626,10 +12551,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -14644,10 +12565,6 @@ input IdentityHolderHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -14662,10 +12579,6 @@ input IdentityHolderHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -14680,10 +12593,6 @@ input IdentityHolderHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -14698,10 +12607,6 @@ input IdentityHolderHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -14716,10 +12621,6 @@ input IdentityHolderHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -14741,10 +12642,6 @@ input IdentityHolderHistoryWhereInput { fullNameNEQ: String fullNameIn: [String!] fullNameNotIn: [String!] - fullNameGT: String - fullNameGTE: String - fullNameLT: String - fullNameLTE: String fullNameContains: String fullNameHasPrefix: String fullNameHasSuffix: String @@ -14757,10 +12654,6 @@ input IdentityHolderHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -14773,10 +12666,6 @@ input IdentityHolderHistoryWhereInput { alternateEmailNEQ: String alternateEmailIn: [String!] alternateEmailNotIn: [String!] - alternateEmailGT: String - alternateEmailGTE: String - alternateEmailLT: String - alternateEmailLTE: String alternateEmailContains: String alternateEmailHasPrefix: String alternateEmailHasSuffix: String @@ -14791,10 +12680,6 @@ input IdentityHolderHistoryWhereInput { phoneNumberNEQ: String phoneNumberIn: [String!] phoneNumberNotIn: [String!] - phoneNumberGT: String - phoneNumberGTE: String - phoneNumberLT: String - phoneNumberLTE: String phoneNumberContains: String phoneNumberHasPrefix: String phoneNumberHasSuffix: String @@ -14816,10 +12701,6 @@ input IdentityHolderHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -14853,10 +12734,6 @@ input IdentityHolderHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -14871,10 +12748,6 @@ input IdentityHolderHistoryWhereInput { departmentNEQ: String departmentIn: [String!] departmentNotIn: [String!] - departmentGT: String - departmentGTE: String - departmentLT: String - departmentLTE: String departmentContains: String departmentHasPrefix: String departmentHasSuffix: String @@ -14889,10 +12762,6 @@ input IdentityHolderHistoryWhereInput { teamNEQ: String teamIn: [String!] teamNotIn: [String!] - teamGT: String - teamGTE: String - teamLT: String - teamLTE: String teamContains: String teamHasPrefix: String teamHasSuffix: String @@ -14907,10 +12776,6 @@ input IdentityHolderHistoryWhereInput { locationNEQ: String locationIn: [String!] locationNotIn: [String!] - locationGT: String - locationGTE: String - locationLT: String - locationLTE: String locationContains: String locationHasPrefix: String locationHasSuffix: String @@ -14922,9 +12787,6 @@ input IdentityHolderHistoryWhereInput { start_date field predicates """ startDate: DateTime - startDateNEQ: DateTime - startDateIn: [DateTime!] - startDateNotIn: [DateTime!] startDateGT: DateTime startDateGTE: DateTime startDateLT: DateTime @@ -14935,9 +12797,6 @@ input IdentityHolderHistoryWhereInput { end_date field predicates """ endDate: DateTime - endDateNEQ: DateTime - endDateIn: [DateTime!] - endDateNotIn: [DateTime!] endDateGT: DateTime endDateGTE: DateTime endDateLT: DateTime @@ -14951,10 +12810,6 @@ input IdentityHolderHistoryWhereInput { employerEntityIDNEQ: String employerEntityIDIn: [String!] employerEntityIDNotIn: [String!] - employerEntityIDGT: String - employerEntityIDGTE: String - employerEntityIDLT: String - employerEntityIDLTE: String employerEntityIDContains: String employerEntityIDHasPrefix: String employerEntityIDHasSuffix: String @@ -14969,10 +12824,6 @@ input IdentityHolderHistoryWhereInput { externalUserIDNEQ: String externalUserIDIn: [String!] externalUserIDNotIn: [String!] - externalUserIDGT: String - externalUserIDGTE: String - externalUserIDLT: String - externalUserIDLTE: String externalUserIDContains: String externalUserIDHasPrefix: String externalUserIDHasSuffix: String @@ -14987,10 +12838,6 @@ input IdentityHolderHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -15005,10 +12852,6 @@ input IdentityHolderHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -15283,19 +13126,12 @@ input InternalPolicyHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -15307,10 +13143,6 @@ input InternalPolicyHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -15329,9 +13161,6 @@ input InternalPolicyHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -15342,9 +13171,6 @@ input InternalPolicyHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -15358,10 +13184,6 @@ input InternalPolicyHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -15376,10 +13198,6 @@ input InternalPolicyHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -15394,10 +13212,6 @@ input InternalPolicyHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -15412,10 +13226,6 @@ input InternalPolicyHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -15428,10 +13238,6 @@ input InternalPolicyHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -15446,10 +13252,6 @@ input InternalPolicyHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -15471,10 +13273,6 @@ input InternalPolicyHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -15489,10 +13287,6 @@ input InternalPolicyHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -15507,10 +13301,6 @@ input InternalPolicyHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -15541,10 +13331,6 @@ input InternalPolicyHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -15563,9 +13349,6 @@ input InternalPolicyHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -15588,10 +13371,6 @@ input InternalPolicyHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -15606,10 +13385,6 @@ input InternalPolicyHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -15624,10 +13399,6 @@ input InternalPolicyHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -15642,10 +13413,6 @@ input InternalPolicyHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -15660,10 +13427,6 @@ input InternalPolicyHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -15678,10 +13441,6 @@ input InternalPolicyHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -15696,10 +13455,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindNameNEQ: String internalPolicyKindNameIn: [String!] internalPolicyKindNameNotIn: [String!] - internalPolicyKindNameGT: String - internalPolicyKindNameGTE: String - internalPolicyKindNameLT: String - internalPolicyKindNameLTE: String internalPolicyKindNameContains: String internalPolicyKindNameHasPrefix: String internalPolicyKindNameHasSuffix: String @@ -15714,10 +13469,6 @@ input InternalPolicyHistoryWhereInput { internalPolicyKindIDNEQ: String internalPolicyKindIDIn: [String!] internalPolicyKindIDNotIn: [String!] - internalPolicyKindIDGT: String - internalPolicyKindIDGTE: String - internalPolicyKindIDLT: String - internalPolicyKindIDLTE: String internalPolicyKindIDContains: String internalPolicyKindIDHasPrefix: String internalPolicyKindIDHasSuffix: String @@ -15732,10 +13483,6 @@ input InternalPolicyHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -15750,10 +13497,6 @@ input InternalPolicyHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -15768,10 +13511,6 @@ input InternalPolicyHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -15786,10 +13525,6 @@ input InternalPolicyHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -15811,10 +13546,6 @@ input InternalPolicyHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -15968,19 +13699,12 @@ input JobTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -15992,10 +13716,6 @@ input JobTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16014,9 +13734,6 @@ input JobTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16027,9 +13744,6 @@ input JobTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16043,10 +13757,6 @@ input JobTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16061,10 +13771,6 @@ input JobTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16079,10 +13785,6 @@ input JobTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16097,10 +13799,6 @@ input JobTemplateHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -16113,10 +13811,6 @@ input JobTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -16138,10 +13832,6 @@ input JobTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -16156,10 +13846,6 @@ input JobTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -16174,10 +13860,6 @@ input JobTemplateHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -16190,10 +13872,6 @@ input JobTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -16314,19 +13992,12 @@ input MappableDomainHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16338,10 +14009,6 @@ input MappableDomainHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16360,9 +14027,6 @@ input MappableDomainHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16373,9 +14037,6 @@ input MappableDomainHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16389,10 +14050,6 @@ input MappableDomainHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16407,10 +14064,6 @@ input MappableDomainHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16425,10 +14078,6 @@ input MappableDomainHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16443,10 +14092,6 @@ input MappableDomainHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -16459,10 +14104,6 @@ input MappableDomainHistoryWhereInput { zoneIDNEQ: String zoneIDIn: [String!] zoneIDNotIn: [String!] - zoneIDGT: String - zoneIDGTE: String - zoneIDLT: String - zoneIDLTE: String zoneIDContains: String zoneIDHasPrefix: String zoneIDHasSuffix: String @@ -16613,19 +14254,12 @@ input MappedControlHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16637,10 +14271,6 @@ input MappedControlHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -16659,9 +14289,6 @@ input MappedControlHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -16672,9 +14299,6 @@ input MappedControlHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -16688,10 +14312,6 @@ input MappedControlHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -16706,10 +14326,6 @@ input MappedControlHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -16724,10 +14340,6 @@ input MappedControlHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -16749,10 +14361,6 @@ input MappedControlHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -16767,10 +14375,6 @@ input MappedControlHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -16785,10 +14389,6 @@ input MappedControlHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -16810,10 +14410,6 @@ input MappedControlHistoryWhereInput { relationNEQ: String relationIn: [String!] relationNotIn: [String!] - relationGT: String - relationGTE: String - relationLT: String - relationLTE: String relationContains: String relationHasPrefix: String relationHasSuffix: String @@ -16826,8 +14422,6 @@ input MappedControlHistoryWhereInput { """ confidence: Int confidenceNEQ: Int - confidenceIn: [Int!] - confidenceNotIn: [Int!] confidenceGT: Int confidenceGTE: Int confidenceLT: Int @@ -16969,19 +14563,12 @@ input NarrativeHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -16993,10 +14580,6 @@ input NarrativeHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17015,9 +14598,6 @@ input NarrativeHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17028,9 +14608,6 @@ input NarrativeHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17044,10 +14621,6 @@ input NarrativeHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17062,10 +14635,6 @@ input NarrativeHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17080,10 +14649,6 @@ input NarrativeHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17098,10 +14663,6 @@ input NarrativeHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -17114,10 +14675,6 @@ input NarrativeHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -17139,10 +14696,6 @@ input NarrativeHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -17157,10 +14710,6 @@ input NarrativeHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -17175,10 +14724,6 @@ input NarrativeHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -17191,10 +14736,6 @@ input NarrativeHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -17209,10 +14750,6 @@ input NarrativeHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -17363,19 +14900,12 @@ input NoteHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -17387,10 +14917,6 @@ input NoteHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17409,9 +14935,6 @@ input NoteHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17422,9 +14945,6 @@ input NoteHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17438,10 +14958,6 @@ input NoteHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17456,10 +14972,6 @@ input NoteHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17474,10 +14986,6 @@ input NoteHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17492,10 +15000,6 @@ input NoteHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -17508,10 +15012,6 @@ input NoteHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -17526,10 +15026,6 @@ input NoteHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -17544,10 +15040,6 @@ input NoteHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -17560,10 +15052,6 @@ input NoteHistoryWhereInput { noteRefNEQ: String noteRefIn: [String!] noteRefNotIn: [String!] - noteRefGT: String - noteRefGTE: String - noteRefLT: String - noteRefLTE: String noteRefContains: String noteRefHasPrefix: String noteRefHasSuffix: String @@ -17578,10 +15066,6 @@ input NoteHistoryWhereInput { discussionIDNEQ: String discussionIDIn: [String!] discussionIDNotIn: [String!] - discussionIDGT: String - discussionIDGTE: String - discussionIDLT: String - discussionIDLTE: String discussionIDContains: String discussionIDHasPrefix: String discussionIDHasSuffix: String @@ -17601,10 +15085,6 @@ input NoteHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -17623,9 +15103,6 @@ input NoteHistoryWhereInput { notified_at field predicates """ notifiedAt: Time - notifiedAtNEQ: Time - notifiedAtIn: [Time!] - notifiedAtNotIn: [Time!] notifiedAtGT: Time notifiedAtGTE: Time notifiedAtLT: Time @@ -17850,19 +15327,12 @@ input NotificationPreferenceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -17874,10 +15344,6 @@ input NotificationPreferenceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -17896,9 +15362,6 @@ input NotificationPreferenceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -17909,9 +15372,6 @@ input NotificationPreferenceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -17925,10 +15385,6 @@ input NotificationPreferenceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -17943,10 +15399,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -17961,10 +15413,6 @@ input NotificationPreferenceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -17979,10 +15427,6 @@ input NotificationPreferenceHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -17997,10 +15441,6 @@ input NotificationPreferenceHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -18027,10 +15467,6 @@ input NotificationPreferenceHistoryWhereInput { providerNEQ: String providerIn: [String!] providerNotIn: [String!] - providerGT: String - providerGTE: String - providerLT: String - providerLTE: String providerContains: String providerHasPrefix: String providerHasSuffix: String @@ -18045,10 +15481,6 @@ input NotificationPreferenceHistoryWhereInput { destinationNEQ: String destinationIn: [String!] destinationNotIn: [String!] - destinationGT: String - destinationGTE: String - destinationLT: String - destinationLTE: String destinationContains: String destinationHasPrefix: String destinationHasSuffix: String @@ -18084,10 +15516,6 @@ input NotificationPreferenceHistoryWhereInput { templateIDNEQ: String templateIDIn: [String!] templateIDNotIn: [String!] - templateIDGT: String - templateIDGTE: String - templateIDLT: String - templateIDLTE: String templateIDContains: String templateIDHasPrefix: String templateIDHasSuffix: String @@ -18099,9 +15527,6 @@ input NotificationPreferenceHistoryWhereInput { mute_until field predicates """ muteUntil: Time - muteUntilNEQ: Time - muteUntilIn: [Time!] - muteUntilNotIn: [Time!] muteUntilGT: Time muteUntilGTE: Time muteUntilLT: Time @@ -18115,10 +15540,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursStartNEQ: String quietHoursStartIn: [String!] quietHoursStartNotIn: [String!] - quietHoursStartGT: String - quietHoursStartGTE: String - quietHoursStartLT: String - quietHoursStartLTE: String quietHoursStartContains: String quietHoursStartHasPrefix: String quietHoursStartHasSuffix: String @@ -18133,10 +15554,6 @@ input NotificationPreferenceHistoryWhereInput { quietHoursEndNEQ: String quietHoursEndIn: [String!] quietHoursEndNotIn: [String!] - quietHoursEndGT: String - quietHoursEndGTE: String - quietHoursEndLT: String - quietHoursEndLTE: String quietHoursEndContains: String quietHoursEndHasPrefix: String quietHoursEndHasSuffix: String @@ -18151,10 +15568,6 @@ input NotificationPreferenceHistoryWhereInput { timezoneNEQ: String timezoneIn: [String!] timezoneNotIn: [String!] - timezoneGT: String - timezoneGTE: String - timezoneLT: String - timezoneLTE: String timezoneContains: String timezoneHasPrefix: String timezoneHasSuffix: String @@ -18171,9 +15584,6 @@ input NotificationPreferenceHistoryWhereInput { verified_at field predicates """ verifiedAt: Time - verifiedAtNEQ: Time - verifiedAtIn: [Time!] - verifiedAtNotIn: [Time!] verifiedAtGT: Time verifiedAtGTE: Time verifiedAtLT: Time @@ -18184,9 +15594,6 @@ input NotificationPreferenceHistoryWhereInput { last_used_at field predicates """ lastUsedAt: Time - lastUsedAtNEQ: Time - lastUsedAtIn: [Time!] - lastUsedAtNotIn: [Time!] lastUsedAtGT: Time lastUsedAtGTE: Time lastUsedAtLT: Time @@ -18200,10 +15607,6 @@ input NotificationPreferenceHistoryWhereInput { lastErrorNEQ: String lastErrorIn: [String!] lastErrorNotIn: [String!] - lastErrorGT: String - lastErrorGTE: String - lastErrorLT: String - lastErrorLTE: String lastErrorContains: String lastErrorHasPrefix: String lastErrorHasSuffix: String @@ -18444,19 +15847,12 @@ input NotificationTemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -18468,10 +15864,6 @@ input NotificationTemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -18490,9 +15882,6 @@ input NotificationTemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -18503,9 +15892,6 @@ input NotificationTemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -18519,10 +15905,6 @@ input NotificationTemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -18537,10 +15919,6 @@ input NotificationTemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -18555,10 +15933,6 @@ input NotificationTemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -18573,10 +15947,6 @@ input NotificationTemplateHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -18591,10 +15961,6 @@ input NotificationTemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -18616,10 +15982,6 @@ input NotificationTemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -18634,10 +15996,6 @@ input NotificationTemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -18652,10 +16010,6 @@ input NotificationTemplateHistoryWhereInput { keyNEQ: String keyIn: [String!] keyNotIn: [String!] - keyGT: String - keyGTE: String - keyLT: String - keyLTE: String keyContains: String keyHasPrefix: String keyHasSuffix: String @@ -18668,10 +16022,6 @@ input NotificationTemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -18684,10 +16034,6 @@ input NotificationTemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -18718,10 +16064,6 @@ input NotificationTemplateHistoryWhereInput { localeNEQ: String localeIn: [String!] localeNotIn: [String!] - localeGT: String - localeGTE: String - localeLT: String - localeLTE: String localeContains: String localeHasPrefix: String localeHasSuffix: String @@ -18734,10 +16076,6 @@ input NotificationTemplateHistoryWhereInput { topicPatternNEQ: String topicPatternIn: [String!] topicPatternNotIn: [String!] - topicPatternGT: String - topicPatternGTE: String - topicPatternLT: String - topicPatternLTE: String topicPatternContains: String topicPatternHasPrefix: String topicPatternHasSuffix: String @@ -18750,10 +16088,6 @@ input NotificationTemplateHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -18768,10 +16102,6 @@ input NotificationTemplateHistoryWhereInput { workflowDefinitionIDNEQ: String workflowDefinitionIDIn: [String!] workflowDefinitionIDNotIn: [String!] - workflowDefinitionIDGT: String - workflowDefinitionIDGTE: String - workflowDefinitionIDLT: String - workflowDefinitionIDLTE: String workflowDefinitionIDContains: String workflowDefinitionIDHasPrefix: String workflowDefinitionIDHasSuffix: String @@ -18786,10 +16116,6 @@ input NotificationTemplateHistoryWhereInput { emailTemplateIDNEQ: String emailTemplateIDIn: [String!] emailTemplateIDNotIn: [String!] - emailTemplateIDGT: String - emailTemplateIDGTE: String - emailTemplateIDLT: String - emailTemplateIDLTE: String emailTemplateIDContains: String emailTemplateIDHasPrefix: String emailTemplateIDHasSuffix: String @@ -18804,10 +16130,6 @@ input NotificationTemplateHistoryWhereInput { titleTemplateNEQ: String titleTemplateIn: [String!] titleTemplateNotIn: [String!] - titleTemplateGT: String - titleTemplateGTE: String - titleTemplateLT: String - titleTemplateLTE: String titleTemplateContains: String titleTemplateHasPrefix: String titleTemplateHasSuffix: String @@ -18822,10 +16144,6 @@ input NotificationTemplateHistoryWhereInput { subjectTemplateNEQ: String subjectTemplateIn: [String!] subjectTemplateNotIn: [String!] - subjectTemplateGT: String - subjectTemplateGTE: String - subjectTemplateLT: String - subjectTemplateLTE: String subjectTemplateContains: String subjectTemplateHasPrefix: String subjectTemplateHasSuffix: String @@ -18840,10 +16158,6 @@ input NotificationTemplateHistoryWhereInput { bodyTemplateNEQ: String bodyTemplateIn: [String!] bodyTemplateNotIn: [String!] - bodyTemplateGT: String - bodyTemplateGTE: String - bodyTemplateLT: String - bodyTemplateLTE: String bodyTemplateContains: String bodyTemplateHasPrefix: String bodyTemplateHasSuffix: String @@ -18861,8 +16175,6 @@ input NotificationTemplateHistoryWhereInput { """ version: Int versionNEQ: Int - versionIn: [Int!] - versionNotIn: [Int!] versionGT: Int versionGTE: Int versionLT: Int @@ -19024,19 +16336,12 @@ input OrgMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19048,10 +16353,6 @@ input OrgMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19070,9 +16371,6 @@ input OrgMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19083,9 +16381,6 @@ input OrgMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19099,10 +16394,6 @@ input OrgMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19117,10 +16408,6 @@ input OrgMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19135,10 +16422,6 @@ input OrgMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19160,10 +16443,6 @@ input OrgMembershipHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -19176,10 +16455,6 @@ input OrgMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -19199,10 +16474,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptReasonNEQ: String ssoExemptReasonIn: [String!] ssoExemptReasonNotIn: [String!] - ssoExemptReasonGT: String - ssoExemptReasonGTE: String - ssoExemptReasonLT: String - ssoExemptReasonLTE: String ssoExemptReasonContains: String ssoExemptReasonHasPrefix: String ssoExemptReasonHasSuffix: String @@ -19217,10 +16488,6 @@ input OrgMembershipHistoryWhereInput { ssoExemptGrantedByNEQ: String ssoExemptGrantedByIn: [String!] ssoExemptGrantedByNotIn: [String!] - ssoExemptGrantedByGT: String - ssoExemptGrantedByGTE: String - ssoExemptGrantedByLT: String - ssoExemptGrantedByLTE: String ssoExemptGrantedByContains: String ssoExemptGrantedByHasPrefix: String ssoExemptGrantedByHasSuffix: String @@ -19232,9 +16499,6 @@ input OrgMembershipHistoryWhereInput { sso_exempt_granted_at field predicates """ ssoExemptGrantedAt: DateTime - ssoExemptGrantedAtNEQ: DateTime - ssoExemptGrantedAtIn: [DateTime!] - ssoExemptGrantedAtNotIn: [DateTime!] ssoExemptGrantedAtGT: DateTime ssoExemptGrantedAtGTE: DateTime ssoExemptGrantedAtLT: DateTime @@ -19255,10 +16519,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedReasonNEQ: String tfaEnforcedReasonIn: [String!] tfaEnforcedReasonNotIn: [String!] - tfaEnforcedReasonGT: String - tfaEnforcedReasonGTE: String - tfaEnforcedReasonLT: String - tfaEnforcedReasonLTE: String tfaEnforcedReasonContains: String tfaEnforcedReasonHasPrefix: String tfaEnforcedReasonHasSuffix: String @@ -19273,10 +16533,6 @@ input OrgMembershipHistoryWhereInput { tfaEnforcedByNEQ: String tfaEnforcedByIn: [String!] tfaEnforcedByNotIn: [String!] - tfaEnforcedByGT: String - tfaEnforcedByGTE: String - tfaEnforcedByLT: String - tfaEnforcedByLTE: String tfaEnforcedByContains: String tfaEnforcedByHasPrefix: String tfaEnforcedByHasSuffix: String @@ -19288,9 +16544,6 @@ input OrgMembershipHistoryWhereInput { tfa_enforced_at field predicates """ tfaEnforcedAt: DateTime - tfaEnforcedAtNEQ: DateTime - tfaEnforcedAtIn: [DateTime!] - tfaEnforcedAtNotIn: [DateTime!] tfaEnforcedAtGT: DateTime tfaEnforcedAtGTE: DateTime tfaEnforcedAtLT: DateTime @@ -19428,19 +16681,12 @@ input OrganizationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19452,10 +16698,6 @@ input OrganizationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19474,9 +16716,6 @@ input OrganizationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19487,9 +16726,6 @@ input OrganizationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19503,10 +16739,6 @@ input OrganizationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19521,10 +16753,6 @@ input OrganizationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -19539,10 +16767,6 @@ input OrganizationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -19557,10 +16781,6 @@ input OrganizationHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -19573,10 +16793,6 @@ input OrganizationHistoryWhereInput { parentOrganizationIDNEQ: ID parentOrganizationIDIn: [ID!] parentOrganizationIDNotIn: [ID!] - parentOrganizationIDGT: ID - parentOrganizationIDGTE: ID - parentOrganizationIDLT: ID - parentOrganizationIDLTE: ID parentOrganizationIDContains: ID parentOrganizationIDHasPrefix: ID parentOrganizationIDHasSuffix: ID @@ -19598,10 +16814,6 @@ input OrganizationHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -19616,10 +16828,6 @@ input OrganizationHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -19631,9 +16839,6 @@ input OrganizationHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -19647,10 +16852,6 @@ input OrganizationHistoryWhereInput { slugNameNEQ: String slugNameIn: [String!] slugNameNotIn: [String!] - slugNameGT: String - slugNameGTE: String - slugNameLT: String - slugNameLTE: String slugNameContains: String slugNameHasPrefix: String slugNameHasSuffix: String @@ -19892,19 +17093,12 @@ input OrganizationSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -19916,10 +17110,6 @@ input OrganizationSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -19938,9 +17128,6 @@ input OrganizationSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -19951,9 +17138,6 @@ input OrganizationSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -19967,10 +17151,6 @@ input OrganizationSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -19985,10 +17165,6 @@ input OrganizationSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20003,10 +17179,6 @@ input OrganizationSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20021,10 +17193,6 @@ input OrganizationSettingHistoryWhereInput { billingContactNEQ: String billingContactIn: [String!] billingContactNotIn: [String!] - billingContactGT: String - billingContactGTE: String - billingContactLT: String - billingContactLTE: String billingContactContains: String billingContactHasPrefix: String billingContactHasSuffix: String @@ -20039,10 +17207,6 @@ input OrganizationSettingHistoryWhereInput { billingEmailNEQ: String billingEmailIn: [String!] billingEmailNotIn: [String!] - billingEmailGT: String - billingEmailGTE: String - billingEmailLT: String - billingEmailLTE: String billingEmailContains: String billingEmailHasPrefix: String billingEmailHasSuffix: String @@ -20057,10 +17221,6 @@ input OrganizationSettingHistoryWhereInput { billingPhoneNEQ: String billingPhoneIn: [String!] billingPhoneNotIn: [String!] - billingPhoneGT: String - billingPhoneGTE: String - billingPhoneLT: String - billingPhoneLTE: String billingPhoneContains: String billingPhoneHasPrefix: String billingPhoneHasSuffix: String @@ -20075,10 +17235,6 @@ input OrganizationSettingHistoryWhereInput { taxIdentifierNEQ: String taxIdentifierIn: [String!] taxIdentifierNotIn: [String!] - taxIdentifierGT: String - taxIdentifierGTE: String - taxIdentifierLT: String - taxIdentifierLTE: String taxIdentifierContains: String taxIdentifierHasPrefix: String taxIdentifierHasSuffix: String @@ -20102,10 +17258,6 @@ input OrganizationSettingHistoryWhereInput { organizationIDNEQ: String organizationIDIn: [String!] organizationIDNotIn: [String!] - organizationIDGT: String - organizationIDGTE: String - organizationIDLT: String - organizationIDLTE: String organizationIDContains: String organizationIDHasPrefix: String organizationIDHasSuffix: String @@ -20141,10 +17293,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientIDNEQ: String identityProviderClientIDIn: [String!] identityProviderClientIDNotIn: [String!] - identityProviderClientIDGT: String - identityProviderClientIDGTE: String - identityProviderClientIDLT: String - identityProviderClientIDLTE: String identityProviderClientIDContains: String identityProviderClientIDHasPrefix: String identityProviderClientIDHasSuffix: String @@ -20159,10 +17307,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderClientSecretNEQ: String identityProviderClientSecretIn: [String!] identityProviderClientSecretNotIn: [String!] - identityProviderClientSecretGT: String - identityProviderClientSecretGTE: String - identityProviderClientSecretLT: String - identityProviderClientSecretLTE: String identityProviderClientSecretContains: String identityProviderClientSecretHasPrefix: String identityProviderClientSecretHasSuffix: String @@ -20177,10 +17321,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderMetadataEndpointNEQ: String identityProviderMetadataEndpointIn: [String!] identityProviderMetadataEndpointNotIn: [String!] - identityProviderMetadataEndpointGT: String - identityProviderMetadataEndpointGTE: String - identityProviderMetadataEndpointLT: String - identityProviderMetadataEndpointLTE: String identityProviderMetadataEndpointContains: String identityProviderMetadataEndpointHasPrefix: String identityProviderMetadataEndpointHasSuffix: String @@ -20200,10 +17340,6 @@ input OrganizationSettingHistoryWhereInput { identityProviderEntityIDNEQ: String identityProviderEntityIDIn: [String!] identityProviderEntityIDNotIn: [String!] - identityProviderEntityIDGT: String - identityProviderEntityIDGTE: String - identityProviderEntityIDLT: String - identityProviderEntityIDLTE: String identityProviderEntityIDContains: String identityProviderEntityIDHasPrefix: String identityProviderEntityIDHasSuffix: String @@ -20218,10 +17354,6 @@ input OrganizationSettingHistoryWhereInput { oidcDiscoveryEndpointNEQ: String oidcDiscoveryEndpointIn: [String!] oidcDiscoveryEndpointNotIn: [String!] - oidcDiscoveryEndpointGT: String - oidcDiscoveryEndpointGTE: String - oidcDiscoveryEndpointLT: String - oidcDiscoveryEndpointLTE: String oidcDiscoveryEndpointContains: String oidcDiscoveryEndpointHasPrefix: String oidcDiscoveryEndpointHasSuffix: String @@ -20236,10 +17368,6 @@ input OrganizationSettingHistoryWhereInput { samlSigninURLNEQ: String samlSigninURLIn: [String!] samlSigninURLNotIn: [String!] - samlSigninURLGT: String - samlSigninURLGTE: String - samlSigninURLLT: String - samlSigninURLLTE: String samlSigninURLContains: String samlSigninURLHasPrefix: String samlSigninURLHasSuffix: String @@ -20254,10 +17382,6 @@ input OrganizationSettingHistoryWhereInput { samlIssuerNEQ: String samlIssuerIn: [String!] samlIssuerNotIn: [String!] - samlIssuerGT: String - samlIssuerGTE: String - samlIssuerLT: String - samlIssuerLTE: String samlIssuerContains: String samlIssuerHasPrefix: String samlIssuerHasSuffix: String @@ -20272,10 +17396,6 @@ input OrganizationSettingHistoryWhereInput { samlCertNEQ: String samlCertIn: [String!] samlCertNotIn: [String!] - samlCertGT: String - samlCertGTE: String - samlCertLT: String - samlCertLTE: String samlCertContains: String samlCertHasPrefix: String samlCertHasSuffix: String @@ -20314,10 +17434,6 @@ input OrganizationSettingHistoryWhereInput { complianceWebhookTokenNEQ: String complianceWebhookTokenIn: [String!] complianceWebhookTokenNotIn: [String!] - complianceWebhookTokenGT: String - complianceWebhookTokenGTE: String - complianceWebhookTokenLT: String - complianceWebhookTokenLTE: String complianceWebhookTokenContains: String complianceWebhookTokenHasPrefix: String complianceWebhookTokenHasSuffix: String @@ -20334,9 +17450,6 @@ input OrganizationSettingHistoryWhereInput { pending_deletion_at field predicates """ pendingDeletionAt: DateTime - pendingDeletionAtNEQ: DateTime - pendingDeletionAtIn: [DateTime!] - pendingDeletionAtNotIn: [DateTime!] pendingDeletionAtGT: DateTime pendingDeletionAtGTE: DateTime pendingDeletionAtLT: DateTime @@ -20691,19 +17804,12 @@ input PlatformHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -20715,10 +17821,6 @@ input PlatformHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -20737,9 +17839,6 @@ input PlatformHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -20750,9 +17849,6 @@ input PlatformHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -20766,10 +17862,6 @@ input PlatformHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -20784,10 +17876,6 @@ input PlatformHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -20802,10 +17890,6 @@ input PlatformHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -20820,10 +17904,6 @@ input PlatformHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -20836,10 +17916,6 @@ input PlatformHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -20854,10 +17930,6 @@ input PlatformHistoryWhereInput { internalOwnerNEQ: String internalOwnerIn: [String!] internalOwnerNotIn: [String!] - internalOwnerGT: String - internalOwnerGTE: String - internalOwnerLT: String - internalOwnerLTE: String internalOwnerContains: String internalOwnerHasPrefix: String internalOwnerHasSuffix: String @@ -20872,10 +17944,6 @@ input PlatformHistoryWhereInput { internalOwnerUserIDNEQ: String internalOwnerUserIDIn: [String!] internalOwnerUserIDNotIn: [String!] - internalOwnerUserIDGT: String - internalOwnerUserIDGTE: String - internalOwnerUserIDLT: String - internalOwnerUserIDLTE: String internalOwnerUserIDContains: String internalOwnerUserIDHasPrefix: String internalOwnerUserIDHasSuffix: String @@ -20890,10 +17958,6 @@ input PlatformHistoryWhereInput { internalOwnerGroupIDNEQ: String internalOwnerGroupIDIn: [String!] internalOwnerGroupIDNotIn: [String!] - internalOwnerGroupIDGT: String - internalOwnerGroupIDGTE: String - internalOwnerGroupIDLT: String - internalOwnerGroupIDLTE: String internalOwnerGroupIDContains: String internalOwnerGroupIDHasPrefix: String internalOwnerGroupIDHasSuffix: String @@ -20908,10 +17972,6 @@ input PlatformHistoryWhereInput { businessOwnerNEQ: String businessOwnerIn: [String!] businessOwnerNotIn: [String!] - businessOwnerGT: String - businessOwnerGTE: String - businessOwnerLT: String - businessOwnerLTE: String businessOwnerContains: String businessOwnerHasPrefix: String businessOwnerHasSuffix: String @@ -20926,10 +17986,6 @@ input PlatformHistoryWhereInput { businessOwnerUserIDNEQ: String businessOwnerUserIDIn: [String!] businessOwnerUserIDNotIn: [String!] - businessOwnerUserIDGT: String - businessOwnerUserIDGTE: String - businessOwnerUserIDLT: String - businessOwnerUserIDLTE: String businessOwnerUserIDContains: String businessOwnerUserIDHasPrefix: String businessOwnerUserIDHasSuffix: String @@ -20944,10 +18000,6 @@ input PlatformHistoryWhereInput { businessOwnerGroupIDNEQ: String businessOwnerGroupIDIn: [String!] businessOwnerGroupIDNotIn: [String!] - businessOwnerGroupIDGT: String - businessOwnerGroupIDGTE: String - businessOwnerGroupIDLT: String - businessOwnerGroupIDLTE: String businessOwnerGroupIDContains: String businessOwnerGroupIDHasPrefix: String businessOwnerGroupIDHasSuffix: String @@ -20962,10 +18014,6 @@ input PlatformHistoryWhereInput { technicalOwnerNEQ: String technicalOwnerIn: [String!] technicalOwnerNotIn: [String!] - technicalOwnerGT: String - technicalOwnerGTE: String - technicalOwnerLT: String - technicalOwnerLTE: String technicalOwnerContains: String technicalOwnerHasPrefix: String technicalOwnerHasSuffix: String @@ -20980,10 +18028,6 @@ input PlatformHistoryWhereInput { technicalOwnerUserIDNEQ: String technicalOwnerUserIDIn: [String!] technicalOwnerUserIDNotIn: [String!] - technicalOwnerUserIDGT: String - technicalOwnerUserIDGTE: String - technicalOwnerUserIDLT: String - technicalOwnerUserIDLTE: String technicalOwnerUserIDContains: String technicalOwnerUserIDHasPrefix: String technicalOwnerUserIDHasSuffix: String @@ -20998,10 +18042,6 @@ input PlatformHistoryWhereInput { technicalOwnerGroupIDNEQ: String technicalOwnerGroupIDIn: [String!] technicalOwnerGroupIDNotIn: [String!] - technicalOwnerGroupIDGT: String - technicalOwnerGroupIDGTE: String - technicalOwnerGroupIDLT: String - technicalOwnerGroupIDLTE: String technicalOwnerGroupIDContains: String technicalOwnerGroupIDHasPrefix: String technicalOwnerGroupIDHasSuffix: String @@ -21016,10 +18056,6 @@ input PlatformHistoryWhereInput { securityOwnerNEQ: String securityOwnerIn: [String!] securityOwnerNotIn: [String!] - securityOwnerGT: String - securityOwnerGTE: String - securityOwnerLT: String - securityOwnerLTE: String securityOwnerContains: String securityOwnerHasPrefix: String securityOwnerHasSuffix: String @@ -21034,10 +18070,6 @@ input PlatformHistoryWhereInput { securityOwnerUserIDNEQ: String securityOwnerUserIDIn: [String!] securityOwnerUserIDNotIn: [String!] - securityOwnerUserIDGT: String - securityOwnerUserIDGTE: String - securityOwnerUserIDLT: String - securityOwnerUserIDLTE: String securityOwnerUserIDContains: String securityOwnerUserIDHasPrefix: String securityOwnerUserIDHasSuffix: String @@ -21052,10 +18084,6 @@ input PlatformHistoryWhereInput { securityOwnerGroupIDNEQ: String securityOwnerGroupIDIn: [String!] securityOwnerGroupIDNotIn: [String!] - securityOwnerGroupIDGT: String - securityOwnerGroupIDGTE: String - securityOwnerGroupIDLT: String - securityOwnerGroupIDLTE: String securityOwnerGroupIDContains: String securityOwnerGroupIDHasPrefix: String securityOwnerGroupIDHasSuffix: String @@ -21070,10 +18098,6 @@ input PlatformHistoryWhereInput { platformKindNameNEQ: String platformKindNameIn: [String!] platformKindNameNotIn: [String!] - platformKindNameGT: String - platformKindNameGTE: String - platformKindNameLT: String - platformKindNameLTE: String platformKindNameContains: String platformKindNameHasPrefix: String platformKindNameHasSuffix: String @@ -21088,10 +18112,6 @@ input PlatformHistoryWhereInput { platformKindIDNEQ: String platformKindIDIn: [String!] platformKindIDNotIn: [String!] - platformKindIDGT: String - platformKindIDGTE: String - platformKindIDLT: String - platformKindIDLTE: String platformKindIDContains: String platformKindIDHasPrefix: String platformKindIDHasSuffix: String @@ -21106,10 +18126,6 @@ input PlatformHistoryWhereInput { platformDataClassificationNameNEQ: String platformDataClassificationNameIn: [String!] platformDataClassificationNameNotIn: [String!] - platformDataClassificationNameGT: String - platformDataClassificationNameGTE: String - platformDataClassificationNameLT: String - platformDataClassificationNameLTE: String platformDataClassificationNameContains: String platformDataClassificationNameHasPrefix: String platformDataClassificationNameHasSuffix: String @@ -21124,10 +18140,6 @@ input PlatformHistoryWhereInput { platformDataClassificationIDNEQ: String platformDataClassificationIDIn: [String!] platformDataClassificationIDNotIn: [String!] - platformDataClassificationIDGT: String - platformDataClassificationIDGTE: String - platformDataClassificationIDLT: String - platformDataClassificationIDLTE: String platformDataClassificationIDContains: String platformDataClassificationIDHasPrefix: String platformDataClassificationIDHasSuffix: String @@ -21142,10 +18154,6 @@ input PlatformHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -21160,10 +18168,6 @@ input PlatformHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -21178,10 +18182,6 @@ input PlatformHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -21196,10 +18196,6 @@ input PlatformHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -21214,10 +18210,6 @@ input PlatformHistoryWhereInput { accessModelNameNEQ: String accessModelNameIn: [String!] accessModelNameNotIn: [String!] - accessModelNameGT: String - accessModelNameGTE: String - accessModelNameLT: String - accessModelNameLTE: String accessModelNameContains: String accessModelNameHasPrefix: String accessModelNameHasSuffix: String @@ -21232,10 +18224,6 @@ input PlatformHistoryWhereInput { accessModelIDNEQ: String accessModelIDIn: [String!] accessModelIDNotIn: [String!] - accessModelIDGT: String - accessModelIDGTE: String - accessModelIDLT: String - accessModelIDLTE: String accessModelIDContains: String accessModelIDHasPrefix: String accessModelIDHasSuffix: String @@ -21250,10 +18238,6 @@ input PlatformHistoryWhereInput { encryptionStatusNameNEQ: String encryptionStatusNameIn: [String!] encryptionStatusNameNotIn: [String!] - encryptionStatusNameGT: String - encryptionStatusNameGTE: String - encryptionStatusNameLT: String - encryptionStatusNameLTE: String encryptionStatusNameContains: String encryptionStatusNameHasPrefix: String encryptionStatusNameHasSuffix: String @@ -21268,10 +18252,6 @@ input PlatformHistoryWhereInput { encryptionStatusIDNEQ: String encryptionStatusIDIn: [String!] encryptionStatusIDNotIn: [String!] - encryptionStatusIDGT: String - encryptionStatusIDGTE: String - encryptionStatusIDLT: String - encryptionStatusIDLTE: String encryptionStatusIDContains: String encryptionStatusIDHasPrefix: String encryptionStatusIDHasSuffix: String @@ -21286,10 +18266,6 @@ input PlatformHistoryWhereInput { securityTierNameNEQ: String securityTierNameIn: [String!] securityTierNameNotIn: [String!] - securityTierNameGT: String - securityTierNameGTE: String - securityTierNameLT: String - securityTierNameLTE: String securityTierNameContains: String securityTierNameHasPrefix: String securityTierNameHasSuffix: String @@ -21304,10 +18280,6 @@ input PlatformHistoryWhereInput { securityTierIDNEQ: String securityTierIDIn: [String!] securityTierIDNotIn: [String!] - securityTierIDGT: String - securityTierIDGTE: String - securityTierIDLT: String - securityTierIDLTE: String securityTierIDContains: String securityTierIDHasPrefix: String securityTierIDHasSuffix: String @@ -21322,10 +18294,6 @@ input PlatformHistoryWhereInput { criticalityNameNEQ: String criticalityNameIn: [String!] criticalityNameNotIn: [String!] - criticalityNameGT: String - criticalityNameGTE: String - criticalityNameLT: String - criticalityNameLTE: String criticalityNameContains: String criticalityNameHasPrefix: String criticalityNameHasSuffix: String @@ -21340,10 +18308,6 @@ input PlatformHistoryWhereInput { criticalityIDNEQ: String criticalityIDIn: [String!] criticalityIDNotIn: [String!] - criticalityIDGT: String - criticalityIDGTE: String - criticalityIDLT: String - criticalityIDLTE: String criticalityIDContains: String criticalityIDHasPrefix: String criticalityIDHasSuffix: String @@ -21365,10 +18329,6 @@ input PlatformHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -21383,10 +18343,6 @@ input PlatformHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -21399,10 +18355,6 @@ input PlatformHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -21417,10 +18369,6 @@ input PlatformHistoryWhereInput { businessPurposeNEQ: String businessPurposeIn: [String!] businessPurposeNotIn: [String!] - businessPurposeGT: String - businessPurposeGTE: String - businessPurposeLT: String - businessPurposeLTE: String businessPurposeContains: String businessPurposeHasPrefix: String businessPurposeHasSuffix: String @@ -21442,10 +18390,6 @@ input PlatformHistoryWhereInput { physicalLocationNEQ: String physicalLocationIn: [String!] physicalLocationNotIn: [String!] - physicalLocationGT: String - physicalLocationGTE: String - physicalLocationLT: String - physicalLocationLTE: String physicalLocationContains: String physicalLocationHasPrefix: String physicalLocationHasSuffix: String @@ -21460,10 +18404,6 @@ input PlatformHistoryWhereInput { regionNEQ: String regionIn: [String!] regionNotIn: [String!] - regionGT: String - regionGTE: String - regionLT: String - regionLTE: String regionContains: String regionHasPrefix: String regionHasSuffix: String @@ -21492,10 +18432,6 @@ input PlatformHistoryWhereInput { sourceIdentifierNEQ: String sourceIdentifierIn: [String!] sourceIdentifierNotIn: [String!] - sourceIdentifierGT: String - sourceIdentifierGTE: String - sourceIdentifierLT: String - sourceIdentifierLTE: String sourceIdentifierContains: String sourceIdentifierHasPrefix: String sourceIdentifierHasSuffix: String @@ -21510,10 +18446,6 @@ input PlatformHistoryWhereInput { costCenterNEQ: String costCenterIn: [String!] costCenterNotIn: [String!] - costCenterGT: String - costCenterGTE: String - costCenterLT: String - costCenterLTE: String costCenterContains: String costCenterHasPrefix: String costCenterHasSuffix: String @@ -21538,9 +18470,6 @@ input PlatformHistoryWhereInput { purchase_date field predicates """ purchaseDate: DateTime - purchaseDateNEQ: DateTime - purchaseDateIn: [DateTime!] - purchaseDateNotIn: [DateTime!] purchaseDateGT: DateTime purchaseDateGTE: DateTime purchaseDateLT: DateTime @@ -21554,10 +18483,6 @@ input PlatformHistoryWhereInput { platformOwnerIDNEQ: String platformOwnerIDIn: [String!] platformOwnerIDNotIn: [String!] - platformOwnerIDGT: String - platformOwnerIDGTE: String - platformOwnerIDLT: String - platformOwnerIDLTE: String platformOwnerIDContains: String platformOwnerIDHasPrefix: String platformOwnerIDHasSuffix: String @@ -21572,10 +18497,6 @@ input PlatformHistoryWhereInput { externalReferenceIDNEQ: String externalReferenceIDIn: [String!] externalReferenceIDNotIn: [String!] - externalReferenceIDGT: String - externalReferenceIDGTE: String - externalReferenceIDLT: String - externalReferenceIDLTE: String externalReferenceIDContains: String externalReferenceIDHasPrefix: String externalReferenceIDHasSuffix: String @@ -21846,19 +18767,12 @@ input ProcedureHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -21870,10 +18784,6 @@ input ProcedureHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -21892,9 +18802,6 @@ input ProcedureHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -21905,9 +18812,6 @@ input ProcedureHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -21921,10 +18825,6 @@ input ProcedureHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -21939,10 +18839,6 @@ input ProcedureHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -21957,10 +18853,6 @@ input ProcedureHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -21975,10 +18867,6 @@ input ProcedureHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -21991,10 +18879,6 @@ input ProcedureHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -22009,10 +18893,6 @@ input ProcedureHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22027,10 +18907,6 @@ input ProcedureHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -22061,10 +18937,6 @@ input ProcedureHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -22083,9 +18955,6 @@ input ProcedureHistoryWhereInput { review_due field predicates """ reviewDue: Time - reviewDueNEQ: Time - reviewDueIn: [Time!] - reviewDueNotIn: [Time!] reviewDueGT: Time reviewDueGTE: Time reviewDueLT: Time @@ -22108,10 +18977,6 @@ input ProcedureHistoryWhereInput { approverIDNEQ: String approverIDIn: [String!] approverIDNotIn: [String!] - approverIDGT: String - approverIDGTE: String - approverIDLT: String - approverIDLTE: String approverIDContains: String approverIDHasPrefix: String approverIDHasSuffix: String @@ -22126,10 +18991,6 @@ input ProcedureHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -22144,10 +19005,6 @@ input ProcedureHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -22162,10 +19019,6 @@ input ProcedureHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -22180,10 +19033,6 @@ input ProcedureHistoryWhereInput { externalFileIDNEQ: String externalFileIDIn: [String!] externalFileIDNotIn: [String!] - externalFileIDGT: String - externalFileIDGTE: String - externalFileIDLT: String - externalFileIDLTE: String externalFileIDContains: String externalFileIDHasPrefix: String externalFileIDHasSuffix: String @@ -22198,10 +19047,6 @@ input ProcedureHistoryWhereInput { externalContentsNEQ: String externalContentsIn: [String!] externalContentsNotIn: [String!] - externalContentsGT: String - externalContentsGTE: String - externalContentsLT: String - externalContentsLTE: String externalContentsContains: String externalContentsHasPrefix: String externalContentsHasSuffix: String @@ -22223,10 +19068,6 @@ input ProcedureHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -22241,10 +19082,6 @@ input ProcedureHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -22259,10 +19096,6 @@ input ProcedureHistoryWhereInput { procedureKindNameNEQ: String procedureKindNameIn: [String!] procedureKindNameNotIn: [String!] - procedureKindNameGT: String - procedureKindNameGTE: String - procedureKindNameLT: String - procedureKindNameLTE: String procedureKindNameContains: String procedureKindNameHasPrefix: String procedureKindNameHasSuffix: String @@ -22277,10 +19110,6 @@ input ProcedureHistoryWhereInput { procedureKindIDNEQ: String procedureKindIDIn: [String!] procedureKindIDNotIn: [String!] - procedureKindIDGT: String - procedureKindIDGTE: String - procedureKindIDLT: String - procedureKindIDLTE: String procedureKindIDContains: String procedureKindIDHasPrefix: String procedureKindIDHasSuffix: String @@ -22295,10 +19124,6 @@ input ProcedureHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -22313,10 +19138,6 @@ input ProcedureHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -22331,10 +19152,6 @@ input ProcedureHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -22349,10 +19166,6 @@ input ProcedureHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -22568,19 +19381,12 @@ input ProgramHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -22592,10 +19398,6 @@ input ProgramHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -22614,9 +19416,6 @@ input ProgramHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -22627,9 +19426,6 @@ input ProgramHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -22643,10 +19439,6 @@ input ProgramHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -22661,10 +19453,6 @@ input ProgramHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -22679,10 +19467,6 @@ input ProgramHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -22697,10 +19481,6 @@ input ProgramHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -22713,10 +19493,6 @@ input ProgramHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -22731,10 +19507,6 @@ input ProgramHistoryWhereInput { programKindNameNEQ: String programKindNameIn: [String!] programKindNameNotIn: [String!] - programKindNameGT: String - programKindNameGTE: String - programKindNameLT: String - programKindNameLTE: String programKindNameContains: String programKindNameHasPrefix: String programKindNameHasSuffix: String @@ -22749,10 +19521,6 @@ input ProgramHistoryWhereInput { programKindIDNEQ: String programKindIDIn: [String!] programKindIDNotIn: [String!] - programKindIDGT: String - programKindIDGTE: String - programKindIDLT: String - programKindIDLTE: String programKindIDContains: String programKindIDHasPrefix: String programKindIDHasSuffix: String @@ -22767,10 +19535,6 @@ input ProgramHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -22785,10 +19549,6 @@ input ProgramHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -22801,10 +19561,6 @@ input ProgramHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -22826,10 +19582,6 @@ input ProgramHistoryWhereInput { frameworkNameNEQ: String frameworkNameIn: [String!] frameworkNameNotIn: [String!] - frameworkNameGT: String - frameworkNameGTE: String - frameworkNameLT: String - frameworkNameLTE: String frameworkNameContains: String frameworkNameHasPrefix: String frameworkNameHasSuffix: String @@ -22841,9 +19593,6 @@ input ProgramHistoryWhereInput { start_date field predicates """ startDate: Time - startDateNEQ: Time - startDateIn: [Time!] - startDateNotIn: [Time!] startDateGT: Time startDateGTE: Time startDateLT: Time @@ -22854,9 +19603,6 @@ input ProgramHistoryWhereInput { end_date field predicates """ endDate: Time - endDateNEQ: Time - endDateIn: [Time!] - endDateNotIn: [Time!] endDateGT: Time endDateGTE: Time endDateLT: Time @@ -22867,9 +19613,6 @@ input ProgramHistoryWhereInput { observation_period_start_date field predicates """ observationPeriodStartDate: Time - observationPeriodStartDateNEQ: Time - observationPeriodStartDateIn: [Time!] - observationPeriodStartDateNotIn: [Time!] observationPeriodStartDateGT: Time observationPeriodStartDateGTE: Time observationPeriodStartDateLT: Time @@ -22880,9 +19623,6 @@ input ProgramHistoryWhereInput { observation_period_end_date field predicates """ observationPeriodEndDate: Time - observationPeriodEndDateNEQ: Time - observationPeriodEndDateIn: [Time!] - observationPeriodEndDateNotIn: [Time!] observationPeriodEndDateGT: Time observationPeriodEndDateGTE: Time observationPeriodEndDateLT: Time @@ -22893,9 +19633,6 @@ input ProgramHistoryWhereInput { fieldwork_start_date field predicates """ fieldworkStartDate: Time - fieldworkStartDateNEQ: Time - fieldworkStartDateIn: [Time!] - fieldworkStartDateNotIn: [Time!] fieldworkStartDateGT: Time fieldworkStartDateGTE: Time fieldworkStartDateLT: Time @@ -22906,9 +19643,6 @@ input ProgramHistoryWhereInput { fieldwork_end_date field predicates """ fieldworkEndDate: Time - fieldworkEndDateNEQ: Time - fieldworkEndDateIn: [Time!] - fieldworkEndDateNotIn: [Time!] fieldworkEndDateGT: Time fieldworkEndDateGTE: Time fieldworkEndDateLT: Time @@ -22937,10 +19671,6 @@ input ProgramHistoryWhereInput { auditFirmNEQ: String auditFirmIn: [String!] auditFirmNotIn: [String!] - auditFirmGT: String - auditFirmGTE: String - auditFirmLT: String - auditFirmLTE: String auditFirmContains: String auditFirmHasPrefix: String auditFirmHasSuffix: String @@ -22955,10 +19685,6 @@ input ProgramHistoryWhereInput { auditorNEQ: String auditorIn: [String!] auditorNotIn: [String!] - auditorGT: String - auditorGTE: String - auditorLT: String - auditorLTE: String auditorContains: String auditorHasPrefix: String auditorHasSuffix: String @@ -22973,10 +19699,6 @@ input ProgramHistoryWhereInput { auditorEmailNEQ: String auditorEmailIn: [String!] auditorEmailNotIn: [String!] - auditorEmailGT: String - auditorEmailGTE: String - auditorEmailLT: String - auditorEmailLTE: String auditorEmailContains: String auditorEmailHasPrefix: String auditorEmailHasSuffix: String @@ -22991,10 +19713,6 @@ input ProgramHistoryWhereInput { programOwnerIDNEQ: String programOwnerIDIn: [String!] programOwnerIDNotIn: [String!] - programOwnerIDGT: String - programOwnerIDGTE: String - programOwnerIDLT: String - programOwnerIDLTE: String programOwnerIDContains: String programOwnerIDHasPrefix: String programOwnerIDHasSuffix: String @@ -23103,19 +19821,12 @@ input ProgramMembershipHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -23127,10 +19838,6 @@ input ProgramMembershipHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -23149,9 +19856,6 @@ input ProgramMembershipHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -23162,9 +19866,6 @@ input ProgramMembershipHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -23178,10 +19879,6 @@ input ProgramMembershipHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -23196,10 +19893,6 @@ input ProgramMembershipHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -23214,10 +19907,6 @@ input ProgramMembershipHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -23239,10 +19928,6 @@ input ProgramMembershipHistoryWhereInput { programIDNEQ: String programIDIn: [String!] programIDNotIn: [String!] - programIDGT: String - programIDGTE: String - programIDLT: String - programIDLTE: String programIDContains: String programIDHasPrefix: String programIDHasSuffix: String @@ -23255,10 +19940,6 @@ input ProgramMembershipHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -25620,19 +22301,12 @@ input RemediationHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -25644,10 +22318,6 @@ input RemediationHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -25666,9 +22336,6 @@ input RemediationHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -25679,9 +22346,6 @@ input RemediationHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -25695,10 +22359,6 @@ input RemediationHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -25713,10 +22373,6 @@ input RemediationHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -25731,10 +22387,6 @@ input RemediationHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -25749,10 +22401,6 @@ input RemediationHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -25765,10 +22413,6 @@ input RemediationHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -25790,10 +22434,6 @@ input RemediationHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -25808,10 +22448,6 @@ input RemediationHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -25826,10 +22462,6 @@ input RemediationHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -25844,10 +22476,6 @@ input RemediationHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -25862,10 +22490,6 @@ input RemediationHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -25880,10 +22504,6 @@ input RemediationHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -25905,10 +22525,6 @@ input RemediationHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -25923,10 +22539,6 @@ input RemediationHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -25941,10 +22553,6 @@ input RemediationHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -25968,10 +22576,6 @@ input RemediationHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -25986,10 +22590,6 @@ input RemediationHistoryWhereInput { intentNEQ: String intentIn: [String!] intentNotIn: [String!] - intentGT: String - intentGTE: String - intentLT: String - intentLTE: String intentContains: String intentHasPrefix: String intentHasSuffix: String @@ -26004,10 +22604,6 @@ input RemediationHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -26022,10 +22618,6 @@ input RemediationHistoryWhereInput { explanationNEQ: String explanationIn: [String!] explanationNotIn: [String!] - explanationGT: String - explanationGTE: String - explanationLT: String - explanationLTE: String explanationContains: String explanationHasPrefix: String explanationHasSuffix: String @@ -26040,10 +22632,6 @@ input RemediationHistoryWhereInput { instructionsNEQ: String instructionsIn: [String!] instructionsNotIn: [String!] - instructionsGT: String - instructionsGTE: String - instructionsLT: String - instructionsLTE: String instructionsContains: String instructionsHasPrefix: String instructionsHasSuffix: String @@ -26058,10 +22646,6 @@ input RemediationHistoryWhereInput { ownerReferenceNEQ: String ownerReferenceIn: [String!] ownerReferenceNotIn: [String!] - ownerReferenceGT: String - ownerReferenceGTE: String - ownerReferenceLT: String - ownerReferenceLTE: String ownerReferenceContains: String ownerReferenceHasPrefix: String ownerReferenceHasSuffix: String @@ -26076,10 +22660,6 @@ input RemediationHistoryWhereInput { repositoryURINEQ: String repositoryURIIn: [String!] repositoryURINotIn: [String!] - repositoryURIGT: String - repositoryURIGTE: String - repositoryURILT: String - repositoryURILTE: String repositoryURIContains: String repositoryURIHasPrefix: String repositoryURIHasSuffix: String @@ -26094,10 +22674,6 @@ input RemediationHistoryWhereInput { pullRequestURINEQ: String pullRequestURIIn: [String!] pullRequestURINotIn: [String!] - pullRequestURIGT: String - pullRequestURIGTE: String - pullRequestURILT: String - pullRequestURILTE: String pullRequestURIContains: String pullRequestURIHasPrefix: String pullRequestURIHasSuffix: String @@ -26112,10 +22688,6 @@ input RemediationHistoryWhereInput { ticketReferenceNEQ: String ticketReferenceIn: [String!] ticketReferenceNotIn: [String!] - ticketReferenceGT: String - ticketReferenceGTE: String - ticketReferenceLT: String - ticketReferenceLTE: String ticketReferenceContains: String ticketReferenceHasPrefix: String ticketReferenceHasSuffix: String @@ -26127,9 +22699,6 @@ input RemediationHistoryWhereInput { due_at field predicates """ dueAt: DateTime - dueAtNEQ: DateTime - dueAtIn: [DateTime!] - dueAtNotIn: [DateTime!] dueAtGT: DateTime dueAtGTE: DateTime dueAtLT: DateTime @@ -26140,9 +22709,6 @@ input RemediationHistoryWhereInput { completed_at field predicates """ completedAt: DateTime - completedAtNEQ: DateTime - completedAtIn: [DateTime!] - completedAtNotIn: [DateTime!] completedAtGT: DateTime completedAtGTE: DateTime completedAtLT: DateTime @@ -26153,9 +22719,6 @@ input RemediationHistoryWhereInput { pr_generated_at field predicates """ prGeneratedAt: DateTime - prGeneratedAtNEQ: DateTime - prGeneratedAtIn: [DateTime!] - prGeneratedAtNotIn: [DateTime!] prGeneratedAtGT: DateTime prGeneratedAtGTE: DateTime prGeneratedAtLT: DateTime @@ -26169,10 +22732,6 @@ input RemediationHistoryWhereInput { errorNEQ: String errorIn: [String!] errorNotIn: [String!] - errorGT: String - errorGTE: String - errorLT: String - errorLTE: String errorContains: String errorHasPrefix: String errorHasSuffix: String @@ -26187,10 +22746,6 @@ input RemediationHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -26205,10 +22760,6 @@ input RemediationHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -26431,19 +22982,12 @@ input ReviewHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -26455,10 +22999,6 @@ input ReviewHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -26477,9 +23017,6 @@ input ReviewHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -26490,9 +23027,6 @@ input ReviewHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -26506,10 +23040,6 @@ input ReviewHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -26524,10 +23054,6 @@ input ReviewHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -26542,10 +23068,6 @@ input ReviewHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -26560,10 +23082,6 @@ input ReviewHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -26585,10 +23103,6 @@ input ReviewHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -26603,10 +23117,6 @@ input ReviewHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -26621,10 +23131,6 @@ input ReviewHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -26639,10 +23145,6 @@ input ReviewHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -26657,10 +23159,6 @@ input ReviewHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -26675,10 +23173,6 @@ input ReviewHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -26693,10 +23187,6 @@ input ReviewHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -26711,10 +23201,6 @@ input ReviewHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -26729,10 +23215,6 @@ input ReviewHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -26745,10 +23227,6 @@ input ReviewHistoryWhereInput { stateNEQ: String stateIn: [String!] stateNotIn: [String!] - stateGT: String - stateGTE: String - stateLT: String - stateLTE: String stateContains: String stateHasPrefix: String stateHasSuffix: String @@ -26772,10 +23250,6 @@ input ReviewHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -26790,10 +23264,6 @@ input ReviewHistoryWhereInput { classificationNEQ: String classificationIn: [String!] classificationNotIn: [String!] - classificationGT: String - classificationGTE: String - classificationLT: String - classificationLTE: String classificationContains: String classificationHasPrefix: String classificationHasSuffix: String @@ -26808,10 +23278,6 @@ input ReviewHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -26826,10 +23292,6 @@ input ReviewHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -26844,10 +23306,6 @@ input ReviewHistoryWhereInput { reporterNEQ: String reporterIn: [String!] reporterNotIn: [String!] - reporterGT: String - reporterGTE: String - reporterLT: String - reporterLTE: String reporterContains: String reporterHasPrefix: String reporterHasSuffix: String @@ -26866,9 +23324,6 @@ input ReviewHistoryWhereInput { reviewed_at field predicates """ reviewedAt: DateTime - reviewedAtNEQ: DateTime - reviewedAtIn: [DateTime!] - reviewedAtNotIn: [DateTime!] reviewedAtGT: DateTime reviewedAtGTE: DateTime reviewedAtLT: DateTime @@ -26879,9 +23334,6 @@ input ReviewHistoryWhereInput { reported_at field predicates """ reportedAt: DateTime - reportedAtNEQ: DateTime - reportedAtIn: [DateTime!] - reportedAtNotIn: [DateTime!] reportedAtGT: DateTime reportedAtGTE: DateTime reportedAtLT: DateTime @@ -26892,9 +23344,6 @@ input ReviewHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -26908,10 +23357,6 @@ input ReviewHistoryWhereInput { reviewerIDNEQ: String reviewerIDIn: [String!] reviewerIDNotIn: [String!] - reviewerIDGT: String - reviewerIDGTE: String - reviewerIDLT: String - reviewerIDLTE: String reviewerIDContains: String reviewerIDHasPrefix: String reviewerIDHasSuffix: String @@ -26926,10 +23371,6 @@ input ReviewHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -26944,10 +23385,6 @@ input ReviewHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -27258,19 +23695,12 @@ input RiskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -27282,10 +23712,6 @@ input RiskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -27304,9 +23730,6 @@ input RiskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -27317,9 +23740,6 @@ input RiskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -27333,10 +23753,6 @@ input RiskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -27351,10 +23767,6 @@ input RiskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -27369,10 +23781,6 @@ input RiskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -27387,10 +23795,6 @@ input RiskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -27403,10 +23807,6 @@ input RiskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -27421,10 +23821,6 @@ input RiskHistoryWhereInput { riskKindNameNEQ: String riskKindNameIn: [String!] riskKindNameNotIn: [String!] - riskKindNameGT: String - riskKindNameGTE: String - riskKindNameLT: String - riskKindNameLTE: String riskKindNameContains: String riskKindNameHasPrefix: String riskKindNameHasSuffix: String @@ -27439,10 +23835,6 @@ input RiskHistoryWhereInput { riskKindIDNEQ: String riskKindIDIn: [String!] riskKindIDNotIn: [String!] - riskKindIDGT: String - riskKindIDGTE: String - riskKindIDLT: String - riskKindIDLTE: String riskKindIDContains: String riskKindIDHasPrefix: String riskKindIDHasSuffix: String @@ -27457,10 +23849,6 @@ input RiskHistoryWhereInput { riskCategoryNameNEQ: String riskCategoryNameIn: [String!] riskCategoryNameNotIn: [String!] - riskCategoryNameGT: String - riskCategoryNameGTE: String - riskCategoryNameLT: String - riskCategoryNameLTE: String riskCategoryNameContains: String riskCategoryNameHasPrefix: String riskCategoryNameHasSuffix: String @@ -27475,10 +23863,6 @@ input RiskHistoryWhereInput { riskCategoryIDNEQ: String riskCategoryIDIn: [String!] riskCategoryIDNotIn: [String!] - riskCategoryIDGT: String - riskCategoryIDGTE: String - riskCategoryIDLT: String - riskCategoryIDLTE: String riskCategoryIDContains: String riskCategoryIDHasPrefix: String riskCategoryIDHasSuffix: String @@ -27493,10 +23877,6 @@ input RiskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -27511,10 +23891,6 @@ input RiskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -27529,10 +23905,6 @@ input RiskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -27547,10 +23919,6 @@ input RiskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -27572,10 +23940,6 @@ input RiskHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -27590,10 +23954,6 @@ input RiskHistoryWhereInput { integrationIDNEQ: String integrationIDIn: [String!] integrationIDNotIn: [String!] - integrationIDGT: String - integrationIDGTE: String - integrationIDLT: String - integrationIDLTE: String integrationIDContains: String integrationIDHasPrefix: String integrationIDHasSuffix: String @@ -27605,9 +23965,6 @@ input RiskHistoryWhereInput { observed_at field predicates """ observedAt: DateTime - observedAtNEQ: DateTime - observedAtIn: [DateTime!] - observedAtNotIn: [DateTime!] observedAtGT: DateTime observedAtGTE: DateTime observedAtLT: DateTime @@ -27621,10 +23978,6 @@ input RiskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -27639,10 +23992,6 @@ input RiskHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -27680,8 +24029,6 @@ input RiskHistoryWhereInput { """ score: Int scoreNEQ: Int - scoreIn: [Int!] - scoreNotIn: [Int!] scoreGT: Int scoreGTE: Int scoreLT: Int @@ -27695,10 +24042,6 @@ input RiskHistoryWhereInput { mitigationNEQ: String mitigationIn: [String!] mitigationNotIn: [String!] - mitigationGT: String - mitigationGTE: String - mitigationLT: String - mitigationLTE: String mitigationContains: String mitigationHasPrefix: String mitigationHasSuffix: String @@ -27713,10 +24056,6 @@ input RiskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -27731,10 +24070,6 @@ input RiskHistoryWhereInput { businessCostsNEQ: String businessCostsIn: [String!] businessCostsNotIn: [String!] - businessCostsGT: String - businessCostsGTE: String - businessCostsLT: String - businessCostsLTE: String businessCostsContains: String businessCostsHasPrefix: String businessCostsHasSuffix: String @@ -27749,10 +24084,6 @@ input RiskHistoryWhereInput { stakeholderIDNEQ: String stakeholderIDIn: [String!] stakeholderIDNotIn: [String!] - stakeholderIDGT: String - stakeholderIDGTE: String - stakeholderIDLT: String - stakeholderIDLTE: String stakeholderIDContains: String stakeholderIDHasPrefix: String stakeholderIDHasSuffix: String @@ -27767,10 +24098,6 @@ input RiskHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -27782,9 +24109,6 @@ input RiskHistoryWhereInput { mitigated_at field predicates """ mitigatedAt: DateTime - mitigatedAtNEQ: DateTime - mitigatedAtIn: [DateTime!] - mitigatedAtNotIn: [DateTime!] mitigatedAtGT: DateTime mitigatedAtGTE: DateTime mitigatedAtLT: DateTime @@ -27802,9 +24126,6 @@ input RiskHistoryWhereInput { last_reviewed_at field predicates """ lastReviewedAt: DateTime - lastReviewedAtNEQ: DateTime - lastReviewedAtIn: [DateTime!] - lastReviewedAtNotIn: [DateTime!] lastReviewedAtGT: DateTime lastReviewedAtGTE: DateTime lastReviewedAtLT: DateTime @@ -27824,9 +24145,6 @@ input RiskHistoryWhereInput { due_date field predicates """ dueDate: DateTime - dueDateNEQ: DateTime - dueDateIn: [DateTime!] - dueDateNotIn: [DateTime!] dueDateGT: DateTime dueDateGTE: DateTime dueDateLT: DateTime @@ -27837,9 +24155,6 @@ input RiskHistoryWhereInput { next_review_due_at field predicates """ nextReviewDueAt: DateTime - nextReviewDueAtNEQ: DateTime - nextReviewDueAtIn: [DateTime!] - nextReviewDueAtNotIn: [DateTime!] nextReviewDueAtGT: DateTime nextReviewDueAtGTE: DateTime nextReviewDueAtLT: DateTime @@ -27851,8 +24166,6 @@ input RiskHistoryWhereInput { """ residualScore: Int residualScoreNEQ: Int - residualScoreIn: [Int!] - residualScoreNotIn: [Int!] residualScoreGT: Int residualScoreGTE: Int residualScoreLT: Int @@ -27989,19 +24302,12 @@ input SLADefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28013,10 +24319,6 @@ input SLADefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28035,9 +24337,6 @@ input SLADefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28048,9 +24347,6 @@ input SLADefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28064,10 +24360,6 @@ input SLADefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28082,10 +24374,6 @@ input SLADefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28100,10 +24388,6 @@ input SLADefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28118,10 +24402,6 @@ input SLADefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -28134,10 +24414,6 @@ input SLADefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28150,8 +24426,6 @@ input SLADefinitionHistoryWhereInput { """ slaDays: Int slaDaysNEQ: Int - slaDaysIn: [Int!] - slaDaysNotIn: [Int!] slaDaysGT: Int slaDaysGTE: Int slaDaysLT: Int @@ -28280,19 +24554,12 @@ input ScheduledJobHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28304,10 +24571,6 @@ input ScheduledJobHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28326,9 +24589,6 @@ input ScheduledJobHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28339,9 +24599,6 @@ input ScheduledJobHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28355,10 +24612,6 @@ input ScheduledJobHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28373,10 +24626,6 @@ input ScheduledJobHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28391,10 +24640,6 @@ input ScheduledJobHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28409,10 +24654,6 @@ input ScheduledJobHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -28425,10 +24666,6 @@ input ScheduledJobHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28443,10 +24680,6 @@ input ScheduledJobHistoryWhereInput { jobIDNEQ: String jobIDIn: [String!] jobIDNotIn: [String!] - jobIDGT: String - jobIDGTE: String - jobIDLT: String - jobIDLTE: String jobIDContains: String jobIDHasPrefix: String jobIDHasSuffix: String @@ -28464,10 +24697,6 @@ input ScheduledJobHistoryWhereInput { jobRunnerIDNEQ: String jobRunnerIDIn: [String!] jobRunnerIDNotIn: [String!] - jobRunnerIDGT: String - jobRunnerIDGTE: String - jobRunnerIDLT: String - jobRunnerIDLTE: String jobRunnerIDContains: String jobRunnerIDHasPrefix: String jobRunnerIDHasSuffix: String @@ -28659,19 +24888,12 @@ input StandardHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -28683,10 +24905,6 @@ input StandardHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -28705,9 +24923,6 @@ input StandardHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -28718,9 +24933,6 @@ input StandardHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -28734,10 +24946,6 @@ input StandardHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -28752,10 +24960,6 @@ input StandardHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -28770,10 +24974,6 @@ input StandardHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -28788,10 +24988,6 @@ input StandardHistoryWhereInput { revisionNEQ: String revisionIn: [String!] revisionNotIn: [String!] - revisionGT: String - revisionGTE: String - revisionLT: String - revisionLTE: String revisionContains: String revisionHasPrefix: String revisionHasSuffix: String @@ -28806,10 +25002,6 @@ input StandardHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -28831,10 +25023,6 @@ input StandardHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -28849,10 +25037,6 @@ input StandardHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -28867,10 +25051,6 @@ input StandardHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -28883,10 +25063,6 @@ input StandardHistoryWhereInput { shortNameNEQ: String shortNameIn: [String!] shortNameNotIn: [String!] - shortNameGT: String - shortNameGTE: String - shortNameLT: String - shortNameLTE: String shortNameContains: String shortNameHasPrefix: String shortNameHasSuffix: String @@ -28901,10 +25077,6 @@ input StandardHistoryWhereInput { frameworkNEQ: String frameworkIn: [String!] frameworkNotIn: [String!] - frameworkGT: String - frameworkGTE: String - frameworkLT: String - frameworkLTE: String frameworkContains: String frameworkHasPrefix: String frameworkHasSuffix: String @@ -28919,10 +25091,6 @@ input StandardHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -28937,10 +25105,6 @@ input StandardHistoryWhereInput { governingBodyLogoURLNEQ: String governingBodyLogoURLIn: [String!] governingBodyLogoURLNotIn: [String!] - governingBodyLogoURLGT: String - governingBodyLogoURLGTE: String - governingBodyLogoURLLT: String - governingBodyLogoURLLTE: String governingBodyLogoURLContains: String governingBodyLogoURLHasPrefix: String governingBodyLogoURLHasSuffix: String @@ -28955,10 +25119,6 @@ input StandardHistoryWhereInput { governingBodyNEQ: String governingBodyIn: [String!] governingBodyNotIn: [String!] - governingBodyGT: String - governingBodyGTE: String - governingBodyLT: String - governingBodyLTE: String governingBodyContains: String governingBodyHasPrefix: String governingBodyHasSuffix: String @@ -28973,10 +25133,6 @@ input StandardHistoryWhereInput { linkNEQ: String linkIn: [String!] linkNotIn: [String!] - linkGT: String - linkGTE: String - linkLT: String - linkLTE: String linkContains: String linkHasPrefix: String linkHasSuffix: String @@ -29014,10 +25170,6 @@ input StandardHistoryWhereInput { standardTypeNEQ: String standardTypeIn: [String!] standardTypeNotIn: [String!] - standardTypeGT: String - standardTypeGTE: String - standardTypeLT: String - standardTypeLTE: String standardTypeContains: String standardTypeHasPrefix: String standardTypeHasSuffix: String @@ -29032,10 +25184,6 @@ input StandardHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -29050,10 +25198,6 @@ input StandardHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -29353,19 +25497,12 @@ input SubcontrolHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -29377,10 +25514,6 @@ input SubcontrolHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -29399,9 +25532,6 @@ input SubcontrolHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -29412,9 +25542,6 @@ input SubcontrolHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -29428,10 +25555,6 @@ input SubcontrolHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -29446,10 +25569,6 @@ input SubcontrolHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -29464,10 +25583,6 @@ input SubcontrolHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -29482,10 +25597,6 @@ input SubcontrolHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -29498,10 +25609,6 @@ input SubcontrolHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -29516,10 +25623,6 @@ input SubcontrolHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -29534,10 +25637,6 @@ input SubcontrolHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -29552,10 +25651,6 @@ input SubcontrolHistoryWhereInput { referenceIDNEQ: String referenceIDIn: [String!] referenceIDNotIn: [String!] - referenceIDGT: String - referenceIDGTE: String - referenceIDLT: String - referenceIDLTE: String referenceIDContains: String referenceIDHasPrefix: String referenceIDHasSuffix: String @@ -29570,10 +25665,6 @@ input SubcontrolHistoryWhereInput { auditorReferenceIDNEQ: String auditorReferenceIDIn: [String!] auditorReferenceIDNotIn: [String!] - auditorReferenceIDGT: String - auditorReferenceIDGTE: String - auditorReferenceIDLT: String - auditorReferenceIDLTE: String auditorReferenceIDContains: String auditorReferenceIDHasPrefix: String auditorReferenceIDHasSuffix: String @@ -29588,10 +25679,6 @@ input SubcontrolHistoryWhereInput { responsiblePartyIDNEQ: String responsiblePartyIDIn: [String!] responsiblePartyIDNotIn: [String!] - responsiblePartyIDGT: String - responsiblePartyIDGTE: String - responsiblePartyIDLT: String - responsiblePartyIDLTE: String responsiblePartyIDContains: String responsiblePartyIDHasPrefix: String responsiblePartyIDHasSuffix: String @@ -29624,10 +25711,6 @@ input SubcontrolHistoryWhereInput { implementationDescriptionNEQ: String implementationDescriptionIn: [String!] implementationDescriptionNotIn: [String!] - implementationDescriptionGT: String - implementationDescriptionGTE: String - implementationDescriptionLT: String - implementationDescriptionLTE: String implementationDescriptionContains: String implementationDescriptionHasPrefix: String implementationDescriptionHasSuffix: String @@ -29642,10 +25725,6 @@ input SubcontrolHistoryWhereInput { publicRepresentationNEQ: String publicRepresentationIn: [String!] publicRepresentationNotIn: [String!] - publicRepresentationGT: String - publicRepresentationGTE: String - publicRepresentationLT: String - publicRepresentationLTE: String publicRepresentationContains: String publicRepresentationHasPrefix: String publicRepresentationHasSuffix: String @@ -29669,10 +25748,6 @@ input SubcontrolHistoryWhereInput { sourceNameNEQ: String sourceNameIn: [String!] sourceNameNotIn: [String!] - sourceNameGT: String - sourceNameGTE: String - sourceNameLT: String - sourceNameLTE: String sourceNameContains: String sourceNameHasPrefix: String sourceNameHasSuffix: String @@ -29687,10 +25762,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkNEQ: String referenceFrameworkIn: [String!] referenceFrameworkNotIn: [String!] - referenceFrameworkGT: String - referenceFrameworkGTE: String - referenceFrameworkLT: String - referenceFrameworkLTE: String referenceFrameworkContains: String referenceFrameworkHasPrefix: String referenceFrameworkHasSuffix: String @@ -29705,10 +25776,6 @@ input SubcontrolHistoryWhereInput { referenceFrameworkRevisionNEQ: String referenceFrameworkRevisionIn: [String!] referenceFrameworkRevisionNotIn: [String!] - referenceFrameworkRevisionGT: String - referenceFrameworkRevisionGTE: String - referenceFrameworkRevisionLT: String - referenceFrameworkRevisionLTE: String referenceFrameworkRevisionContains: String referenceFrameworkRevisionHasPrefix: String referenceFrameworkRevisionHasSuffix: String @@ -29723,10 +25790,6 @@ input SubcontrolHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -29741,10 +25804,6 @@ input SubcontrolHistoryWhereInput { categoryIDNEQ: String categoryIDIn: [String!] categoryIDNotIn: [String!] - categoryIDGT: String - categoryIDGTE: String - categoryIDLT: String - categoryIDLTE: String categoryIDContains: String categoryIDHasPrefix: String categoryIDHasSuffix: String @@ -29759,10 +25818,6 @@ input SubcontrolHistoryWhereInput { subcategoryNEQ: String subcategoryIn: [String!] subcategoryNotIn: [String!] - subcategoryGT: String - subcategoryGTE: String - subcategoryLT: String - subcategoryLTE: String subcategoryContains: String subcategoryHasPrefix: String subcategoryHasSuffix: String @@ -29777,10 +25832,6 @@ input SubcontrolHistoryWhereInput { controlOwnerIDNEQ: String controlOwnerIDIn: [String!] controlOwnerIDNotIn: [String!] - controlOwnerIDGT: String - controlOwnerIDGTE: String - controlOwnerIDLT: String - controlOwnerIDLTE: String controlOwnerIDContains: String controlOwnerIDHasPrefix: String controlOwnerIDHasSuffix: String @@ -29795,10 +25846,6 @@ input SubcontrolHistoryWhereInput { delegateIDNEQ: String delegateIDIn: [String!] delegateIDNotIn: [String!] - delegateIDGT: String - delegateIDGTE: String - delegateIDLT: String - delegateIDLTE: String delegateIDContains: String delegateIDHasPrefix: String delegateIDHasSuffix: String @@ -29813,10 +25860,6 @@ input SubcontrolHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -29838,10 +25881,6 @@ input SubcontrolHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -29856,10 +25895,6 @@ input SubcontrolHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -29874,10 +25909,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindNameNEQ: String subcontrolKindNameIn: [String!] subcontrolKindNameNotIn: [String!] - subcontrolKindNameGT: String - subcontrolKindNameGTE: String - subcontrolKindNameLT: String - subcontrolKindNameLTE: String subcontrolKindNameContains: String subcontrolKindNameHasPrefix: String subcontrolKindNameHasSuffix: String @@ -29892,10 +25923,6 @@ input SubcontrolHistoryWhereInput { subcontrolKindIDNEQ: String subcontrolKindIDIn: [String!] subcontrolKindIDNotIn: [String!] - subcontrolKindIDGT: String - subcontrolKindIDGTE: String - subcontrolKindIDLT: String - subcontrolKindIDLTE: String subcontrolKindIDContains: String subcontrolKindIDHasPrefix: String subcontrolKindIDHasSuffix: String @@ -29917,10 +25944,6 @@ input SubcontrolHistoryWhereInput { refCodeNEQ: String refCodeIn: [String!] refCodeNotIn: [String!] - refCodeGT: String - refCodeGTE: String - refCodeLT: String - refCodeLTE: String refCodeContains: String refCodeHasPrefix: String refCodeHasSuffix: String @@ -29933,10 +25956,6 @@ input SubcontrolHistoryWhereInput { controlIDNEQ: String controlIDIn: [String!] controlIDNotIn: [String!] - controlIDGT: String - controlIDGTE: String - controlIDLT: String - controlIDLTE: String controlIDContains: String controlIDHasPrefix: String controlIDHasSuffix: String @@ -30068,19 +26087,12 @@ input SubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30092,10 +26104,6 @@ input SubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30114,9 +26122,6 @@ input SubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30127,9 +26132,6 @@ input SubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30143,10 +26145,6 @@ input SubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30161,10 +26159,6 @@ input SubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30179,10 +26173,6 @@ input SubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30197,10 +26187,6 @@ input SubprocessorHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -30222,10 +26208,6 @@ input SubprocessorHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -30240,10 +26222,6 @@ input SubprocessorHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -30258,10 +26236,6 @@ input SubprocessorHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -30274,10 +26248,6 @@ input SubprocessorHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30292,10 +26262,6 @@ input SubprocessorHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -30310,10 +26276,6 @@ input SubprocessorHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -30464,19 +26426,12 @@ input SystemDetailHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30488,10 +26443,6 @@ input SystemDetailHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30510,9 +26461,6 @@ input SystemDetailHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30523,9 +26471,6 @@ input SystemDetailHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -30539,10 +26484,6 @@ input SystemDetailHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -30557,10 +26498,6 @@ input SystemDetailHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -30575,10 +26512,6 @@ input SystemDetailHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -30593,10 +26526,6 @@ input SystemDetailHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -30609,10 +26538,6 @@ input SystemDetailHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -30627,10 +26552,6 @@ input SystemDetailHistoryWhereInput { systemNameNEQ: String systemNameIn: [String!] systemNameNotIn: [String!] - systemNameGT: String - systemNameGTE: String - systemNameLT: String - systemNameLTE: String systemNameContains: String systemNameHasPrefix: String systemNameHasSuffix: String @@ -30643,10 +26564,6 @@ input SystemDetailHistoryWhereInput { versionNEQ: String versionIn: [String!] versionNotIn: [String!] - versionGT: String - versionGTE: String - versionLT: String - versionLTE: String versionContains: String versionHasPrefix: String versionHasSuffix: String @@ -30661,10 +26578,6 @@ input SystemDetailHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -30679,10 +26592,6 @@ input SystemDetailHistoryWhereInput { authorizationBoundaryNEQ: String authorizationBoundaryIn: [String!] authorizationBoundaryNotIn: [String!] - authorizationBoundaryGT: String - authorizationBoundaryGTE: String - authorizationBoundaryLT: String - authorizationBoundaryLTE: String authorizationBoundaryContains: String authorizationBoundaryHasPrefix: String authorizationBoundaryHasSuffix: String @@ -30703,9 +26612,6 @@ input SystemDetailHistoryWhereInput { last_reviewed field predicates """ lastReviewed: DateTime - lastReviewedNEQ: DateTime - lastReviewedIn: [DateTime!] - lastReviewedNotIn: [DateTime!] lastReviewedGT: DateTime lastReviewedGTE: DateTime lastReviewedLT: DateTime @@ -30934,19 +26840,12 @@ input TaskHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -30958,10 +26857,6 @@ input TaskHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -30980,9 +26875,6 @@ input TaskHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -30993,9 +26885,6 @@ input TaskHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31009,10 +26898,6 @@ input TaskHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31027,10 +26912,6 @@ input TaskHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31045,10 +26926,6 @@ input TaskHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31063,10 +26940,6 @@ input TaskHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -31079,10 +26952,6 @@ input TaskHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -31097,10 +26966,6 @@ input TaskHistoryWhereInput { taskKindNameNEQ: String taskKindNameIn: [String!] taskKindNameNotIn: [String!] - taskKindNameGT: String - taskKindNameGTE: String - taskKindNameLT: String - taskKindNameLTE: String taskKindNameContains: String taskKindNameHasPrefix: String taskKindNameHasSuffix: String @@ -31115,10 +26980,6 @@ input TaskHistoryWhereInput { taskKindIDNEQ: String taskKindIDIn: [String!] taskKindIDNotIn: [String!] - taskKindIDGT: String - taskKindIDGTE: String - taskKindIDLT: String - taskKindIDLTE: String taskKindIDContains: String taskKindIDHasPrefix: String taskKindIDHasSuffix: String @@ -31133,10 +26994,6 @@ input TaskHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -31151,10 +27008,6 @@ input TaskHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -31169,10 +27022,6 @@ input TaskHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -31187,10 +27036,6 @@ input TaskHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -31212,10 +27057,6 @@ input TaskHistoryWhereInput { externalUUIDNEQ: String externalUUIDIn: [String!] externalUUIDNotIn: [String!] - externalUUIDGT: String - externalUUIDGTE: String - externalUUIDLT: String - externalUUIDLTE: String externalUUIDContains: String externalUUIDHasPrefix: String externalUUIDHasSuffix: String @@ -31230,10 +27071,6 @@ input TaskHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -31246,10 +27083,6 @@ input TaskHistoryWhereInput { detailsNEQ: String detailsIn: [String!] detailsNotIn: [String!] - detailsGT: String - detailsGTE: String - detailsLT: String - detailsLTE: String detailsContains: String detailsHasPrefix: String detailsHasSuffix: String @@ -31268,9 +27101,6 @@ input TaskHistoryWhereInput { due field predicates """ due: DateTime - dueNEQ: DateTime - dueIn: [DateTime!] - dueNotIn: [DateTime!] dueGT: DateTime dueGTE: DateTime dueLT: DateTime @@ -31281,9 +27111,6 @@ input TaskHistoryWhereInput { completed field predicates """ completed: DateTime - completedNEQ: DateTime - completedIn: [DateTime!] - completedNotIn: [DateTime!] completedGT: DateTime completedGTE: DateTime completedLT: DateTime @@ -31297,10 +27124,6 @@ input TaskHistoryWhereInput { assigneeIDNEQ: String assigneeIDIn: [String!] assigneeIDNotIn: [String!] - assigneeIDGT: String - assigneeIDGTE: String - assigneeIDLT: String - assigneeIDLTE: String assigneeIDContains: String assigneeIDHasPrefix: String assigneeIDHasSuffix: String @@ -31315,10 +27138,6 @@ input TaskHistoryWhereInput { assignerIDNEQ: String assignerIDIn: [String!] assignerIDNotIn: [String!] - assignerIDGT: String - assignerIDGTE: String - assignerIDLT: String - assignerIDLTE: String assignerIDContains: String assignerIDHasPrefix: String assignerIDHasSuffix: String @@ -31346,8 +27165,6 @@ input TaskHistoryWhereInput { """ priority: Int priorityNEQ: Int - priorityIn: [Int!] - priorityNotIn: [Int!] priorityGT: Int priorityGTE: Int priorityLT: Int @@ -31359,10 +27176,6 @@ input TaskHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -31377,10 +27190,6 @@ input TaskHistoryWhereInput { sourceKeyNEQ: String sourceKeyIn: [String!] sourceKeyNotIn: [String!] - sourceKeyGT: String - sourceKeyGTE: String - sourceKeyLT: String - sourceKeyLTE: String sourceKeyContains: String sourceKeyHasPrefix: String sourceKeyHasSuffix: String @@ -31395,10 +27204,6 @@ input TaskHistoryWhereInput { idempotencyKeyNEQ: String idempotencyKeyIn: [String!] idempotencyKeyNotIn: [String!] - idempotencyKeyGT: String - idempotencyKeyGTE: String - idempotencyKeyLT: String - idempotencyKeyLTE: String idempotencyKeyContains: String idempotencyKeyHasPrefix: String idempotencyKeyHasSuffix: String @@ -31413,10 +27218,6 @@ input TaskHistoryWhereInput { parentTaskIDNEQ: String parentTaskIDIn: [String!] parentTaskIDNotIn: [String!] - parentTaskIDGT: String - parentTaskIDGTE: String - parentTaskIDLT: String - parentTaskIDLTE: String parentTaskIDContains: String parentTaskIDHasPrefix: String parentTaskIDHasSuffix: String @@ -31599,19 +27400,12 @@ input TemplateHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -31623,10 +27417,6 @@ input TemplateHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -31645,9 +27435,6 @@ input TemplateHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -31658,9 +27445,6 @@ input TemplateHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -31674,10 +27458,6 @@ input TemplateHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -31692,10 +27472,6 @@ input TemplateHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -31710,10 +27486,6 @@ input TemplateHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -31728,10 +27500,6 @@ input TemplateHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -31753,10 +27521,6 @@ input TemplateHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -31771,10 +27535,6 @@ input TemplateHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -31789,10 +27549,6 @@ input TemplateHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -31807,10 +27563,6 @@ input TemplateHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -31825,10 +27577,6 @@ input TemplateHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -31843,10 +27591,6 @@ input TemplateHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -31861,10 +27605,6 @@ input TemplateHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -31884,10 +27624,6 @@ input TemplateHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -31911,10 +27647,6 @@ input TemplateHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32027,19 +27759,12 @@ input TrustCenterComplianceHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32051,10 +27776,6 @@ input TrustCenterComplianceHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32073,9 +27794,6 @@ input TrustCenterComplianceHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32086,9 +27804,6 @@ input TrustCenterComplianceHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32102,10 +27817,6 @@ input TrustCenterComplianceHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32120,10 +27831,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32138,10 +27845,6 @@ input TrustCenterComplianceHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32156,10 +27859,6 @@ input TrustCenterComplianceHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -32172,10 +27871,6 @@ input TrustCenterComplianceHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32334,19 +28029,12 @@ input TrustCenterDocHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32358,10 +28046,6 @@ input TrustCenterDocHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32380,9 +28064,6 @@ input TrustCenterDocHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32393,9 +28074,6 @@ input TrustCenterDocHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32409,10 +28087,6 @@ input TrustCenterDocHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32427,10 +28101,6 @@ input TrustCenterDocHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32445,10 +28115,6 @@ input TrustCenterDocHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32463,10 +28129,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindNameNEQ: String trustCenterDocKindNameIn: [String!] trustCenterDocKindNameNotIn: [String!] - trustCenterDocKindNameGT: String - trustCenterDocKindNameGTE: String - trustCenterDocKindNameLT: String - trustCenterDocKindNameLTE: String trustCenterDocKindNameContains: String trustCenterDocKindNameHasPrefix: String trustCenterDocKindNameHasSuffix: String @@ -32481,10 +28143,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterDocKindIDNEQ: String trustCenterDocKindIDIn: [String!] trustCenterDocKindIDNotIn: [String!] - trustCenterDocKindIDGT: String - trustCenterDocKindIDGTE: String - trustCenterDocKindIDLT: String - trustCenterDocKindIDLTE: String trustCenterDocKindIDContains: String trustCenterDocKindIDHasPrefix: String trustCenterDocKindIDHasSuffix: String @@ -32499,10 +28157,6 @@ input TrustCenterDocHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32517,10 +28171,6 @@ input TrustCenterDocHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -32533,10 +28183,6 @@ input TrustCenterDocHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -32551,10 +28197,6 @@ input TrustCenterDocHistoryWhereInput { originalFileIDNEQ: String originalFileIDIn: [String!] originalFileIDNotIn: [String!] - originalFileIDGT: String - originalFileIDGTE: String - originalFileIDLT: String - originalFileIDLTE: String originalFileIDContains: String originalFileIDHasPrefix: String originalFileIDHasSuffix: String @@ -32594,10 +28236,6 @@ input TrustCenterDocHistoryWhereInput { standardIDNEQ: String standardIDIn: [String!] standardIDNotIn: [String!] - standardIDGT: String - standardIDGTE: String - standardIDLT: String - standardIDLTE: String standardIDContains: String standardIDHasPrefix: String standardIDHasSuffix: String @@ -32715,19 +28353,12 @@ input TrustCenterEntityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -32739,10 +28370,6 @@ input TrustCenterEntityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -32761,9 +28388,6 @@ input TrustCenterEntityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -32774,9 +28398,6 @@ input TrustCenterEntityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -32790,10 +28411,6 @@ input TrustCenterEntityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -32808,10 +28425,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -32826,10 +28439,6 @@ input TrustCenterEntityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -32844,10 +28453,6 @@ input TrustCenterEntityHistoryWhereInput { logoFileIDNEQ: String logoFileIDIn: [String!] logoFileIDNotIn: [String!] - logoFileIDGT: String - logoFileIDGTE: String - logoFileIDLT: String - logoFileIDLTE: String logoFileIDContains: String logoFileIDHasPrefix: String logoFileIDHasSuffix: String @@ -32862,10 +28467,6 @@ input TrustCenterEntityHistoryWhereInput { urlNEQ: String urlIn: [String!] urlNotIn: [String!] - urlGT: String - urlGTE: String - urlLT: String - urlLTE: String urlContains: String urlHasPrefix: String urlHasSuffix: String @@ -32880,10 +28481,6 @@ input TrustCenterEntityHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -32898,10 +28495,6 @@ input TrustCenterEntityHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -33021,19 +28614,12 @@ input TrustCenterFAQHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33045,10 +28631,6 @@ input TrustCenterFAQHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33067,9 +28649,6 @@ input TrustCenterFAQHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33080,9 +28659,6 @@ input TrustCenterFAQHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33096,10 +28672,6 @@ input TrustCenterFAQHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33114,10 +28686,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33132,10 +28700,6 @@ input TrustCenterFAQHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33150,10 +28714,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindNameNEQ: String trustCenterFaqKindNameIn: [String!] trustCenterFaqKindNameNotIn: [String!] - trustCenterFaqKindNameGT: String - trustCenterFaqKindNameGTE: String - trustCenterFaqKindNameLT: String - trustCenterFaqKindNameLTE: String trustCenterFaqKindNameContains: String trustCenterFaqKindNameHasPrefix: String trustCenterFaqKindNameHasSuffix: String @@ -33168,10 +28728,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterFaqKindIDNEQ: String trustCenterFaqKindIDIn: [String!] trustCenterFaqKindIDNotIn: [String!] - trustCenterFaqKindIDGT: String - trustCenterFaqKindIDGTE: String - trustCenterFaqKindIDLT: String - trustCenterFaqKindIDLTE: String trustCenterFaqKindIDContains: String trustCenterFaqKindIDHasPrefix: String trustCenterFaqKindIDHasSuffix: String @@ -33186,10 +28742,6 @@ input TrustCenterFAQHistoryWhereInput { noteIDNEQ: String noteIDIn: [String!] noteIDNotIn: [String!] - noteIDGT: String - noteIDGTE: String - noteIDLT: String - noteIDLTE: String noteIDContains: String noteIDHasPrefix: String noteIDHasSuffix: String @@ -33202,10 +28754,6 @@ input TrustCenterFAQHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -33220,10 +28768,6 @@ input TrustCenterFAQHistoryWhereInput { referenceLinkNEQ: String referenceLinkIn: [String!] referenceLinkNotIn: [String!] - referenceLinkGT: String - referenceLinkGTE: String - referenceLinkLT: String - referenceLinkLTE: String referenceLinkContains: String referenceLinkHasPrefix: String referenceLinkHasSuffix: String @@ -33236,8 +28780,6 @@ input TrustCenterFAQHistoryWhereInput { """ displayOrder: Int displayOrderNEQ: Int - displayOrderIn: [Int!] - displayOrderNotIn: [Int!] displayOrderGT: Int displayOrderGTE: Int displayOrderLT: Int @@ -33383,19 +28925,12 @@ input TrustCenterHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33407,10 +28942,6 @@ input TrustCenterHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33429,9 +28960,6 @@ input TrustCenterHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33442,9 +28970,6 @@ input TrustCenterHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33458,10 +28983,6 @@ input TrustCenterHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33476,10 +28997,6 @@ input TrustCenterHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33494,10 +29011,6 @@ input TrustCenterHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33512,10 +29025,6 @@ input TrustCenterHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -33530,10 +29039,6 @@ input TrustCenterHistoryWhereInput { slugNEQ: String slugIn: [String!] slugNotIn: [String!] - slugGT: String - slugGTE: String - slugLT: String - slugLTE: String slugContains: String slugHasPrefix: String slugHasSuffix: String @@ -33548,10 +29053,6 @@ input TrustCenterHistoryWhereInput { customDomainIDNEQ: String customDomainIDIn: [String!] customDomainIDNotIn: [String!] - customDomainIDGT: String - customDomainIDGTE: String - customDomainIDLT: String - customDomainIDLTE: String customDomainIDContains: String customDomainIDHasPrefix: String customDomainIDHasSuffix: String @@ -33566,10 +29067,6 @@ input TrustCenterHistoryWhereInput { previewDomainIDNEQ: String previewDomainIDIn: [String!] previewDomainIDNotIn: [String!] - previewDomainIDGT: String - previewDomainIDGTE: String - previewDomainIDLT: String - previewDomainIDLTE: String previewDomainIDContains: String previewDomainIDHasPrefix: String previewDomainIDHasSuffix: String @@ -33584,10 +29081,6 @@ input TrustCenterHistoryWhereInput { pirschDomainIDNEQ: String pirschDomainIDIn: [String!] pirschDomainIDNotIn: [String!] - pirschDomainIDGT: String - pirschDomainIDGTE: String - pirschDomainIDLT: String - pirschDomainIDLTE: String pirschDomainIDContains: String pirschDomainIDHasPrefix: String pirschDomainIDHasSuffix: String @@ -33602,10 +29095,6 @@ input TrustCenterHistoryWhereInput { pirschIdentificationCodeNEQ: String pirschIdentificationCodeIn: [String!] pirschIdentificationCodeNotIn: [String!] - pirschIdentificationCodeGT: String - pirschIdentificationCodeGTE: String - pirschIdentificationCodeLT: String - pirschIdentificationCodeLTE: String pirschIdentificationCodeContains: String pirschIdentificationCodeHasPrefix: String pirschIdentificationCodeHasSuffix: String @@ -33620,10 +29109,6 @@ input TrustCenterHistoryWhereInput { pirschAccessLinkNEQ: String pirschAccessLinkIn: [String!] pirschAccessLinkNotIn: [String!] - pirschAccessLinkGT: String - pirschAccessLinkGTE: String - pirschAccessLinkLT: String - pirschAccessLinkLTE: String pirschAccessLinkContains: String pirschAccessLinkHasPrefix: String pirschAccessLinkHasSuffix: String @@ -33647,10 +29132,6 @@ input TrustCenterHistoryWhereInput { subprocessorURLNEQ: String subprocessorURLIn: [String!] subprocessorURLNotIn: [String!] - subprocessorURLGT: String - subprocessorURLGTE: String - subprocessorURLLT: String - subprocessorURLLTE: String subprocessorURLContains: String subprocessorURLHasPrefix: String subprocessorURLHasSuffix: String @@ -33820,19 +29301,12 @@ input TrustCenterNDARequestHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -33844,10 +29318,6 @@ input TrustCenterNDARequestHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -33866,9 +29336,6 @@ input TrustCenterNDARequestHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -33879,9 +29346,6 @@ input TrustCenterNDARequestHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -33895,10 +29359,6 @@ input TrustCenterNDARequestHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -33913,10 +29373,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -33931,10 +29387,6 @@ input TrustCenterNDARequestHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -33949,10 +29401,6 @@ input TrustCenterNDARequestHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -33967,10 +29415,6 @@ input TrustCenterNDARequestHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -33983,10 +29427,6 @@ input TrustCenterNDARequestHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -33999,10 +29439,6 @@ input TrustCenterNDARequestHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -34015,10 +29451,6 @@ input TrustCenterNDARequestHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -34033,10 +29465,6 @@ input TrustCenterNDARequestHistoryWhereInput { reasonNEQ: String reasonIn: [String!] reasonNotIn: [String!] - reasonGT: String - reasonGTE: String - reasonLT: String - reasonLTE: String reasonContains: String reasonHasPrefix: String reasonHasSuffix: String @@ -34066,9 +29494,6 @@ input TrustCenterNDARequestHistoryWhereInput { approved_at field predicates """ approvedAt: DateTime - approvedAtNEQ: DateTime - approvedAtIn: [DateTime!] - approvedAtNotIn: [DateTime!] approvedAtGT: DateTime approvedAtGTE: DateTime approvedAtLT: DateTime @@ -34082,10 +29507,6 @@ input TrustCenterNDARequestHistoryWhereInput { approvedByUserIDNEQ: String approvedByUserIDIn: [String!] approvedByUserIDNotIn: [String!] - approvedByUserIDGT: String - approvedByUserIDGTE: String - approvedByUserIDLT: String - approvedByUserIDLTE: String approvedByUserIDContains: String approvedByUserIDHasPrefix: String approvedByUserIDHasSuffix: String @@ -34097,9 +29518,6 @@ input TrustCenterNDARequestHistoryWhereInput { signed_at field predicates """ signedAt: DateTime - signedAtNEQ: DateTime - signedAtIn: [DateTime!] - signedAtNotIn: [DateTime!] signedAtGT: DateTime signedAtGTE: DateTime signedAtLT: DateTime @@ -34113,10 +29531,6 @@ input TrustCenterNDARequestHistoryWhereInput { documentDataIDNEQ: String documentDataIDIn: [String!] documentDataIDNotIn: [String!] - documentDataIDGT: String - documentDataIDGTE: String - documentDataIDLT: String - documentDataIDLTE: String documentDataIDContains: String documentDataIDHasPrefix: String documentDataIDHasSuffix: String @@ -34131,10 +29545,6 @@ input TrustCenterNDARequestHistoryWhereInput { fileIDNEQ: String fileIDIn: [String!] fileIDNotIn: [String!] - fileIDGT: String - fileIDGTE: String - fileIDLT: String - fileIDLTE: String fileIDContains: String fileIDHasPrefix: String fileIDHasSuffix: String @@ -34357,19 +29767,12 @@ input TrustCenterSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -34381,10 +29784,6 @@ input TrustCenterSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -34403,9 +29802,6 @@ input TrustCenterSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -34416,9 +29812,6 @@ input TrustCenterSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -34432,10 +29825,6 @@ input TrustCenterSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -34450,10 +29839,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -34468,10 +29853,6 @@ input TrustCenterSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -34486,10 +29867,6 @@ input TrustCenterSettingHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -34504,10 +29881,6 @@ input TrustCenterSettingHistoryWhereInput { titleNEQ: String titleIn: [String!] titleNotIn: [String!] - titleGT: String - titleGTE: String - titleLT: String - titleLTE: String titleContains: String titleHasPrefix: String titleHasSuffix: String @@ -34522,10 +29895,6 @@ input TrustCenterSettingHistoryWhereInput { companyNameNEQ: String companyNameIn: [String!] companyNameNotIn: [String!] - companyNameGT: String - companyNameGTE: String - companyNameLT: String - companyNameLTE: String companyNameContains: String companyNameHasPrefix: String companyNameHasSuffix: String @@ -34540,10 +29909,6 @@ input TrustCenterSettingHistoryWhereInput { companyDescriptionNEQ: String companyDescriptionIn: [String!] companyDescriptionNotIn: [String!] - companyDescriptionGT: String - companyDescriptionGTE: String - companyDescriptionLT: String - companyDescriptionLTE: String companyDescriptionContains: String companyDescriptionHasPrefix: String companyDescriptionHasSuffix: String @@ -34558,10 +29923,6 @@ input TrustCenterSettingHistoryWhereInput { overviewNEQ: String overviewIn: [String!] overviewNotIn: [String!] - overviewGT: String - overviewGTE: String - overviewLT: String - overviewLTE: String overviewContains: String overviewHasPrefix: String overviewHasSuffix: String @@ -34576,10 +29937,6 @@ input TrustCenterSettingHistoryWhereInput { logoRemoteURLNEQ: String logoRemoteURLIn: [String!] logoRemoteURLNotIn: [String!] - logoRemoteURLGT: String - logoRemoteURLGTE: String - logoRemoteURLLT: String - logoRemoteURLLTE: String logoRemoteURLContains: String logoRemoteURLHasPrefix: String logoRemoteURLHasSuffix: String @@ -34594,10 +29951,6 @@ input TrustCenterSettingHistoryWhereInput { logoLocalFileIDNEQ: String logoLocalFileIDIn: [String!] logoLocalFileIDNotIn: [String!] - logoLocalFileIDGT: String - logoLocalFileIDGTE: String - logoLocalFileIDLT: String - logoLocalFileIDLTE: String logoLocalFileIDContains: String logoLocalFileIDHasPrefix: String logoLocalFileIDHasSuffix: String @@ -34612,10 +29965,6 @@ input TrustCenterSettingHistoryWhereInput { faviconRemoteURLNEQ: String faviconRemoteURLIn: [String!] faviconRemoteURLNotIn: [String!] - faviconRemoteURLGT: String - faviconRemoteURLGTE: String - faviconRemoteURLLT: String - faviconRemoteURLLTE: String faviconRemoteURLContains: String faviconRemoteURLHasPrefix: String faviconRemoteURLHasSuffix: String @@ -34630,10 +29979,6 @@ input TrustCenterSettingHistoryWhereInput { faviconLocalFileIDNEQ: String faviconLocalFileIDIn: [String!] faviconLocalFileIDNotIn: [String!] - faviconLocalFileIDGT: String - faviconLocalFileIDGTE: String - faviconLocalFileIDLT: String - faviconLocalFileIDLTE: String faviconLocalFileIDContains: String faviconLocalFileIDHasPrefix: String faviconLocalFileIDHasSuffix: String @@ -34648,10 +29993,6 @@ input TrustCenterSettingHistoryWhereInput { heroImageLocalFileIDNEQ: String heroImageLocalFileIDIn: [String!] heroImageLocalFileIDNotIn: [String!] - heroImageLocalFileIDGT: String - heroImageLocalFileIDGTE: String - heroImageLocalFileIDLT: String - heroImageLocalFileIDLTE: String heroImageLocalFileIDContains: String heroImageLocalFileIDHasPrefix: String heroImageLocalFileIDHasSuffix: String @@ -34675,10 +30016,6 @@ input TrustCenterSettingHistoryWhereInput { primaryColorNEQ: String primaryColorIn: [String!] primaryColorNotIn: [String!] - primaryColorGT: String - primaryColorGTE: String - primaryColorLT: String - primaryColorLTE: String primaryColorContains: String primaryColorHasPrefix: String primaryColorHasSuffix: String @@ -34693,10 +30030,6 @@ input TrustCenterSettingHistoryWhereInput { fontNEQ: String fontIn: [String!] fontNotIn: [String!] - fontGT: String - fontGTE: String - fontLT: String - fontLTE: String fontContains: String fontHasPrefix: String fontHasSuffix: String @@ -34711,10 +30044,6 @@ input TrustCenterSettingHistoryWhereInput { foregroundColorNEQ: String foregroundColorIn: [String!] foregroundColorNotIn: [String!] - foregroundColorGT: String - foregroundColorGTE: String - foregroundColorLT: String - foregroundColorLTE: String foregroundColorContains: String foregroundColorHasPrefix: String foregroundColorHasSuffix: String @@ -34729,10 +30058,6 @@ input TrustCenterSettingHistoryWhereInput { backgroundColorNEQ: String backgroundColorIn: [String!] backgroundColorNotIn: [String!] - backgroundColorGT: String - backgroundColorGTE: String - backgroundColorLT: String - backgroundColorLTE: String backgroundColorContains: String backgroundColorHasPrefix: String backgroundColorHasSuffix: String @@ -34747,10 +30072,6 @@ input TrustCenterSettingHistoryWhereInput { accentColorNEQ: String accentColorIn: [String!] accentColorNotIn: [String!] - accentColorGT: String - accentColorGTE: String - accentColorLT: String - accentColorLTE: String accentColorContains: String accentColorHasPrefix: String accentColorHasSuffix: String @@ -34765,10 +30086,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryBackgroundColorNEQ: String secondaryBackgroundColorIn: [String!] secondaryBackgroundColorNotIn: [String!] - secondaryBackgroundColorGT: String - secondaryBackgroundColorGTE: String - secondaryBackgroundColorLT: String - secondaryBackgroundColorLTE: String secondaryBackgroundColorContains: String secondaryBackgroundColorHasPrefix: String secondaryBackgroundColorHasSuffix: String @@ -34783,10 +30100,6 @@ input TrustCenterSettingHistoryWhereInput { secondaryForegroundColorNEQ: String secondaryForegroundColorIn: [String!] secondaryForegroundColorNotIn: [String!] - secondaryForegroundColorGT: String - secondaryForegroundColorGTE: String - secondaryForegroundColorLT: String - secondaryForegroundColorLTE: String secondaryForegroundColorContains: String secondaryForegroundColorHasPrefix: String secondaryForegroundColorHasSuffix: String @@ -34817,10 +30130,6 @@ input TrustCenterSettingHistoryWhereInput { companyDomainNEQ: String companyDomainIn: [String!] companyDomainNotIn: [String!] - companyDomainGT: String - companyDomainGTE: String - companyDomainLT: String - companyDomainLTE: String companyDomainContains: String companyDomainHasPrefix: String companyDomainHasSuffix: String @@ -34835,10 +30144,6 @@ input TrustCenterSettingHistoryWhereInput { securityContactNEQ: String securityContactIn: [String!] securityContactNotIn: [String!] - securityContactGT: String - securityContactGTE: String - securityContactLT: String - securityContactLTE: String securityContactContains: String securityContactHasPrefix: String securityContactHasSuffix: String @@ -34871,9 +30176,6 @@ input TrustCenterSettingHistoryWhereInput { subprocessors_notified_at field predicates """ subprocessorsNotifiedAt: Time - subprocessorsNotifiedAtNEQ: Time - subprocessorsNotifiedAtIn: [Time!] - subprocessorsNotifiedAtNotIn: [Time!] subprocessorsNotifiedAtGT: Time subprocessorsNotifiedAtGTE: Time subprocessorsNotifiedAtLT: Time @@ -34887,10 +30189,6 @@ input TrustCenterSettingHistoryWhereInput { ndaApproverGroupIDNEQ: String ndaApproverGroupIDIn: [String!] ndaApproverGroupIDNotIn: [String!] - ndaApproverGroupIDGT: String - ndaApproverGroupIDGTE: String - ndaApproverGroupIDLT: String - ndaApproverGroupIDLTE: String ndaApproverGroupIDContains: String ndaApproverGroupIDHasPrefix: String ndaApproverGroupIDHasSuffix: String @@ -34905,10 +30203,6 @@ input TrustCenterSettingHistoryWhereInput { statusPageURLNEQ: String statusPageURLIn: [String!] statusPageURLNotIn: [String!] - statusPageURLGT: String - statusPageURLGTE: String - statusPageURLLT: String - statusPageURLLTE: String statusPageURLContains: String statusPageURLHasPrefix: String statusPageURLHasSuffix: String @@ -35025,19 +30319,12 @@ input TrustCenterSubprocessorHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35049,10 +30336,6 @@ input TrustCenterSubprocessorHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35071,9 +30354,6 @@ input TrustCenterSubprocessorHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35084,9 +30364,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35100,10 +30377,6 @@ input TrustCenterSubprocessorHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35118,10 +30391,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35136,10 +30405,6 @@ input TrustCenterSubprocessorHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35154,10 +30419,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindNameNEQ: String trustCenterSubprocessorKindNameIn: [String!] trustCenterSubprocessorKindNameNotIn: [String!] - trustCenterSubprocessorKindNameGT: String - trustCenterSubprocessorKindNameGTE: String - trustCenterSubprocessorKindNameLT: String - trustCenterSubprocessorKindNameLTE: String trustCenterSubprocessorKindNameContains: String trustCenterSubprocessorKindNameHasPrefix: String trustCenterSubprocessorKindNameHasSuffix: String @@ -35172,10 +30433,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterSubprocessorKindIDNEQ: String trustCenterSubprocessorKindIDIn: [String!] trustCenterSubprocessorKindIDNotIn: [String!] - trustCenterSubprocessorKindIDGT: String - trustCenterSubprocessorKindIDGTE: String - trustCenterSubprocessorKindIDLT: String - trustCenterSubprocessorKindIDLTE: String trustCenterSubprocessorKindIDContains: String trustCenterSubprocessorKindIDHasPrefix: String trustCenterSubprocessorKindIDHasSuffix: String @@ -35190,10 +30447,6 @@ input TrustCenterSubprocessorHistoryWhereInput { subprocessorIDNEQ: String subprocessorIDIn: [String!] subprocessorIDNotIn: [String!] - subprocessorIDGT: String - subprocessorIDGTE: String - subprocessorIDLT: String - subprocessorIDLTE: String subprocessorIDContains: String subprocessorIDHasPrefix: String subprocessorIDHasSuffix: String @@ -35206,10 +30459,6 @@ input TrustCenterSubprocessorHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -35364,19 +30613,12 @@ input TrustCenterWatermarkConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35388,10 +30630,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35410,9 +30648,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35423,9 +30658,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35439,10 +30671,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35457,10 +30685,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35475,10 +30699,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -35493,10 +30713,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -35511,10 +30727,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { trustCenterIDNEQ: String trustCenterIDIn: [String!] trustCenterIDNotIn: [String!] - trustCenterIDGT: String - trustCenterIDGTE: String - trustCenterIDLT: String - trustCenterIDLTE: String trustCenterIDContains: String trustCenterIDHasPrefix: String trustCenterIDHasSuffix: String @@ -35536,10 +30748,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { logoIDNEQ: String logoIDIn: [String!] logoIDNotIn: [String!] - logoIDGT: String - logoIDGTE: String - logoIDLT: String - logoIDLTE: String logoIDContains: String logoIDHasPrefix: String logoIDHasSuffix: String @@ -35554,10 +30762,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { textNEQ: String textIn: [String!] textNotIn: [String!] - textGT: String - textGTE: String - textLT: String - textLTE: String textContains: String textHasPrefix: String textHasSuffix: String @@ -35611,10 +30815,6 @@ input TrustCenterWatermarkConfigHistoryWhereInput { colorNEQ: String colorIn: [String!] colorNotIn: [String!] - colorGT: String - colorGTE: String - colorLT: String - colorLTE: String colorContains: String colorHasPrefix: String colorHasSuffix: String @@ -35804,19 +31004,12 @@ input UserHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -35828,10 +31021,6 @@ input UserHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -35850,9 +31039,6 @@ input UserHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -35863,9 +31049,6 @@ input UserHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -35879,10 +31062,6 @@ input UserHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -35897,10 +31076,6 @@ input UserHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -35915,10 +31090,6 @@ input UserHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -35931,10 +31102,6 @@ input UserHistoryWhereInput { emailNEQ: String emailIn: [String!] emailNotIn: [String!] - emailGT: String - emailGTE: String - emailLT: String - emailLTE: String emailContains: String emailHasPrefix: String emailHasSuffix: String @@ -35947,10 +31114,6 @@ input UserHistoryWhereInput { firstNameNEQ: String firstNameIn: [String!] firstNameNotIn: [String!] - firstNameGT: String - firstNameGTE: String - firstNameLT: String - firstNameLTE: String firstNameContains: String firstNameHasPrefix: String firstNameHasSuffix: String @@ -35965,10 +31128,6 @@ input UserHistoryWhereInput { lastNameNEQ: String lastNameIn: [String!] lastNameNotIn: [String!] - lastNameGT: String - lastNameGTE: String - lastNameLT: String - lastNameLTE: String lastNameContains: String lastNameHasPrefix: String lastNameHasSuffix: String @@ -35983,10 +31142,6 @@ input UserHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -35999,10 +31154,6 @@ input UserHistoryWhereInput { avatarRemoteURLNEQ: String avatarRemoteURLIn: [String!] avatarRemoteURLNotIn: [String!] - avatarRemoteURLGT: String - avatarRemoteURLGTE: String - avatarRemoteURLLT: String - avatarRemoteURLLTE: String avatarRemoteURLContains: String avatarRemoteURLHasPrefix: String avatarRemoteURLHasSuffix: String @@ -36017,10 +31168,6 @@ input UserHistoryWhereInput { avatarLocalFileIDNEQ: String avatarLocalFileIDIn: [String!] avatarLocalFileIDNotIn: [String!] - avatarLocalFileIDGT: String - avatarLocalFileIDGTE: String - avatarLocalFileIDLT: String - avatarLocalFileIDLTE: String avatarLocalFileIDContains: String avatarLocalFileIDHasPrefix: String avatarLocalFileIDHasSuffix: String @@ -36032,9 +31179,6 @@ input UserHistoryWhereInput { avatar_updated_at field predicates """ avatarUpdatedAt: Time - avatarUpdatedAtNEQ: Time - avatarUpdatedAtIn: [Time!] - avatarUpdatedAtNotIn: [Time!] avatarUpdatedAtGT: Time avatarUpdatedAtGTE: Time avatarUpdatedAtLT: Time @@ -36045,9 +31189,6 @@ input UserHistoryWhereInput { last_seen field predicates """ lastSeen: Time - lastSeenNEQ: Time - lastSeenIn: [Time!] - lastSeenNotIn: [Time!] lastSeenGT: Time lastSeenGTE: Time lastSeenLT: Time @@ -36070,10 +31211,6 @@ input UserHistoryWhereInput { subNEQ: String subIn: [String!] subNotIn: [String!] - subGT: String - subGTE: String - subLT: String - subLTE: String subContains: String subHasPrefix: String subHasSuffix: String @@ -36104,10 +31241,6 @@ input UserHistoryWhereInput { scimExternalIDNEQ: String scimExternalIDIn: [String!] scimExternalIDNotIn: [String!] - scimExternalIDGT: String - scimExternalIDGTE: String - scimExternalIDLT: String - scimExternalIDLTE: String scimExternalIDContains: String scimExternalIDHasPrefix: String scimExternalIDHasSuffix: String @@ -36122,10 +31255,6 @@ input UserHistoryWhereInput { scimUsernameNEQ: String scimUsernameIn: [String!] scimUsernameNotIn: [String!] - scimUsernameGT: String - scimUsernameGTE: String - scimUsernameLT: String - scimUsernameLTE: String scimUsernameContains: String scimUsernameHasPrefix: String scimUsernameHasSuffix: String @@ -36147,10 +31276,6 @@ input UserHistoryWhereInput { scimPreferredLanguageNEQ: String scimPreferredLanguageIn: [String!] scimPreferredLanguageNotIn: [String!] - scimPreferredLanguageGT: String - scimPreferredLanguageGTE: String - scimPreferredLanguageLT: String - scimPreferredLanguageLTE: String scimPreferredLanguageContains: String scimPreferredLanguageHasPrefix: String scimPreferredLanguageHasSuffix: String @@ -36165,10 +31290,6 @@ input UserHistoryWhereInput { scimLocaleNEQ: String scimLocaleIn: [String!] scimLocaleNotIn: [String!] - scimLocaleGT: String - scimLocaleGTE: String - scimLocaleLT: String - scimLocaleLTE: String scimLocaleContains: String scimLocaleHasPrefix: String scimLocaleHasSuffix: String @@ -36321,19 +31442,12 @@ input UserSettingHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -36345,10 +31459,6 @@ input UserSettingHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -36367,9 +31477,6 @@ input UserSettingHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36380,9 +31487,6 @@ input UserSettingHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36396,10 +31500,6 @@ input UserSettingHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36414,10 +31514,6 @@ input UserSettingHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36432,10 +31528,6 @@ input UserSettingHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36450,10 +31542,6 @@ input UserSettingHistoryWhereInput { userIDNEQ: String userIDIn: [String!] userIDNotIn: [String!] - userIDGT: String - userIDGTE: String - userIDLT: String - userIDLTE: String userIDContains: String userIDHasPrefix: String userIDHasSuffix: String @@ -36468,10 +31556,6 @@ input UserSettingHistoryWhereInput { delegateUserIDNEQ: String delegateUserIDIn: [String!] delegateUserIDNotIn: [String!] - delegateUserIDGT: String - delegateUserIDGTE: String - delegateUserIDLT: String - delegateUserIDLTE: String delegateUserIDContains: String delegateUserIDHasPrefix: String delegateUserIDHasSuffix: String @@ -36483,9 +31567,6 @@ input UserSettingHistoryWhereInput { delegate_start_at field predicates """ delegateStartAt: Time - delegateStartAtNEQ: Time - delegateStartAtIn: [Time!] - delegateStartAtNotIn: [Time!] delegateStartAtGT: Time delegateStartAtGTE: Time delegateStartAtLT: Time @@ -36496,9 +31577,6 @@ input UserSettingHistoryWhereInput { delegate_end_at field predicates """ delegateEndAt: Time - delegateEndAtNEQ: Time - delegateEndAtIn: [Time!] - delegateEndAtNotIn: [Time!] delegateEndAtGT: Time delegateEndAtGTE: Time delegateEndAtLT: Time @@ -36514,9 +31592,6 @@ input UserSettingHistoryWhereInput { silenced_at field predicates """ silencedAt: Time - silencedAtNEQ: Time - silencedAtIn: [Time!] - silencedAtNotIn: [Time!] silencedAtGT: Time silencedAtGTE: Time silencedAtLT: Time @@ -36527,9 +31602,6 @@ input UserSettingHistoryWhereInput { suspended_at field predicates """ suspendedAt: Time - suspendedAtNEQ: Time - suspendedAtIn: [Time!] - suspendedAtNotIn: [Time!] suspendedAtGT: Time suspendedAtGTE: Time suspendedAtLT: Time @@ -36752,19 +31824,12 @@ input VendorRiskScoreHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -36776,10 +31841,6 @@ input VendorRiskScoreHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -36798,9 +31859,6 @@ input VendorRiskScoreHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -36811,9 +31869,6 @@ input VendorRiskScoreHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -36827,10 +31882,6 @@ input VendorRiskScoreHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -36845,10 +31896,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -36863,10 +31910,6 @@ input VendorRiskScoreHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -36881,10 +31924,6 @@ input VendorRiskScoreHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -36899,10 +31938,6 @@ input VendorRiskScoreHistoryWhereInput { questionKeyNEQ: String questionKeyIn: [String!] questionKeyNotIn: [String!] - questionKeyGT: String - questionKeyGTE: String - questionKeyLT: String - questionKeyLTE: String questionKeyContains: String questionKeyHasPrefix: String questionKeyHasSuffix: String @@ -36915,10 +31950,6 @@ input VendorRiskScoreHistoryWhereInput { questionNameNEQ: String questionNameIn: [String!] questionNameNotIn: [String!] - questionNameGT: String - questionNameGTE: String - questionNameLT: String - questionNameLTE: String questionNameContains: String questionNameHasPrefix: String questionNameHasSuffix: String @@ -36931,10 +31962,6 @@ input VendorRiskScoreHistoryWhereInput { questionDescriptionNEQ: String questionDescriptionIn: [String!] questionDescriptionNotIn: [String!] - questionDescriptionGT: String - questionDescriptionGTE: String - questionDescriptionLT: String - questionDescriptionLTE: String questionDescriptionContains: String questionDescriptionHasPrefix: String questionDescriptionHasSuffix: String @@ -36988,10 +32015,6 @@ input VendorRiskScoreHistoryWhereInput { answerNEQ: String answerIn: [String!] answerNotIn: [String!] - answerGT: String - answerGTE: String - answerLT: String - answerLTE: String answerContains: String answerHasPrefix: String answerHasSuffix: String @@ -37006,10 +32029,6 @@ input VendorRiskScoreHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -37024,10 +32043,6 @@ input VendorRiskScoreHistoryWhereInput { vendorScoringConfigIDNEQ: String vendorScoringConfigIDIn: [String!] vendorScoringConfigIDNotIn: [String!] - vendorScoringConfigIDGT: String - vendorScoringConfigIDGTE: String - vendorScoringConfigIDLT: String - vendorScoringConfigIDLTE: String vendorScoringConfigIDContains: String vendorScoringConfigIDHasPrefix: String vendorScoringConfigIDHasSuffix: String @@ -37042,10 +32057,6 @@ input VendorRiskScoreHistoryWhereInput { entityIDNEQ: String entityIDIn: [String!] entityIDNotIn: [String!] - entityIDGT: String - entityIDGTE: String - entityIDLT: String - entityIDLTE: String entityIDContains: String entityIDHasPrefix: String entityIDHasSuffix: String @@ -37058,10 +32069,6 @@ input VendorRiskScoreHistoryWhereInput { assessmentResponseIDNEQ: String assessmentResponseIDIn: [String!] assessmentResponseIDNotIn: [String!] - assessmentResponseIDGT: String - assessmentResponseIDGTE: String - assessmentResponseIDLT: String - assessmentResponseIDLTE: String assessmentResponseIDContains: String assessmentResponseIDHasPrefix: String assessmentResponseIDHasSuffix: String @@ -37187,19 +32194,12 @@ input VendorScoringConfigHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37211,10 +32211,6 @@ input VendorScoringConfigHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37233,9 +32229,6 @@ input VendorScoringConfigHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37246,9 +32239,6 @@ input VendorScoringConfigHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37262,10 +32252,6 @@ input VendorScoringConfigHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37280,10 +32266,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37298,10 +32280,6 @@ input VendorScoringConfigHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37316,10 +32294,6 @@ input VendorScoringConfigHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -37684,19 +32658,12 @@ input VulnerabilityHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -37708,10 +32675,6 @@ input VulnerabilityHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -37730,9 +32693,6 @@ input VulnerabilityHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -37743,9 +32703,6 @@ input VulnerabilityHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -37759,10 +32716,6 @@ input VulnerabilityHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -37777,10 +32730,6 @@ input VulnerabilityHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -37795,10 +32744,6 @@ input VulnerabilityHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -37813,10 +32758,6 @@ input VulnerabilityHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -37829,10 +32770,6 @@ input VulnerabilityHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -37847,10 +32784,6 @@ input VulnerabilityHistoryWhereInput { reviewedByNEQ: String reviewedByIn: [String!] reviewedByNotIn: [String!] - reviewedByGT: String - reviewedByGTE: String - reviewedByLT: String - reviewedByLTE: String reviewedByContains: String reviewedByHasPrefix: String reviewedByHasSuffix: String @@ -37865,10 +32798,6 @@ input VulnerabilityHistoryWhereInput { reviewedByUserIDNEQ: String reviewedByUserIDIn: [String!] reviewedByUserIDNotIn: [String!] - reviewedByUserIDGT: String - reviewedByUserIDGTE: String - reviewedByUserIDLT: String - reviewedByUserIDLTE: String reviewedByUserIDContains: String reviewedByUserIDHasPrefix: String reviewedByUserIDHasSuffix: String @@ -37883,10 +32812,6 @@ input VulnerabilityHistoryWhereInput { reviewedByGroupIDNEQ: String reviewedByGroupIDIn: [String!] reviewedByGroupIDNotIn: [String!] - reviewedByGroupIDGT: String - reviewedByGroupIDGTE: String - reviewedByGroupIDLT: String - reviewedByGroupIDLTE: String reviewedByGroupIDContains: String reviewedByGroupIDHasPrefix: String reviewedByGroupIDHasSuffix: String @@ -37901,10 +32826,6 @@ input VulnerabilityHistoryWhereInput { assignedToNEQ: String assignedToIn: [String!] assignedToNotIn: [String!] - assignedToGT: String - assignedToGTE: String - assignedToLT: String - assignedToLTE: String assignedToContains: String assignedToHasPrefix: String assignedToHasSuffix: String @@ -37919,10 +32840,6 @@ input VulnerabilityHistoryWhereInput { assignedToUserIDNEQ: String assignedToUserIDIn: [String!] assignedToUserIDNotIn: [String!] - assignedToUserIDGT: String - assignedToUserIDGTE: String - assignedToUserIDLT: String - assignedToUserIDLTE: String assignedToUserIDContains: String assignedToUserIDHasPrefix: String assignedToUserIDHasSuffix: String @@ -37937,10 +32854,6 @@ input VulnerabilityHistoryWhereInput { assignedToGroupIDNEQ: String assignedToGroupIDIn: [String!] assignedToGroupIDNotIn: [String!] - assignedToGroupIDGT: String - assignedToGroupIDGTE: String - assignedToGroupIDLT: String - assignedToGroupIDLTE: String assignedToGroupIDContains: String assignedToGroupIDHasPrefix: String assignedToGroupIDHasSuffix: String @@ -37962,10 +32875,6 @@ input VulnerabilityHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -37980,10 +32889,6 @@ input VulnerabilityHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -37998,10 +32903,6 @@ input VulnerabilityHistoryWhereInput { environmentNameNEQ: String environmentNameIn: [String!] environmentNameNotIn: [String!] - environmentNameGT: String - environmentNameGTE: String - environmentNameLT: String - environmentNameLTE: String environmentNameContains: String environmentNameHasPrefix: String environmentNameHasSuffix: String @@ -38016,10 +32917,6 @@ input VulnerabilityHistoryWhereInput { environmentIDNEQ: String environmentIDIn: [String!] environmentIDNotIn: [String!] - environmentIDGT: String - environmentIDGTE: String - environmentIDLT: String - environmentIDLTE: String environmentIDContains: String environmentIDHasPrefix: String environmentIDHasSuffix: String @@ -38034,10 +32931,6 @@ input VulnerabilityHistoryWhereInput { scopeNameNEQ: String scopeNameIn: [String!] scopeNameNotIn: [String!] - scopeNameGT: String - scopeNameGTE: String - scopeNameLT: String - scopeNameLTE: String scopeNameContains: String scopeNameHasPrefix: String scopeNameHasSuffix: String @@ -38052,10 +32945,6 @@ input VulnerabilityHistoryWhereInput { scopeIDNEQ: String scopeIDIn: [String!] scopeIDNotIn: [String!] - scopeIDGT: String - scopeIDGTE: String - scopeIDLT: String - scopeIDLTE: String scopeIDContains: String scopeIDHasPrefix: String scopeIDHasSuffix: String @@ -38070,10 +32959,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusNameNEQ: String vulnerabilityStatusNameIn: [String!] vulnerabilityStatusNameNotIn: [String!] - vulnerabilityStatusNameGT: String - vulnerabilityStatusNameGTE: String - vulnerabilityStatusNameLT: String - vulnerabilityStatusNameLTE: String vulnerabilityStatusNameContains: String vulnerabilityStatusNameHasPrefix: String vulnerabilityStatusNameHasSuffix: String @@ -38088,10 +32973,6 @@ input VulnerabilityHistoryWhereInput { vulnerabilityStatusIDNEQ: String vulnerabilityStatusIDIn: [String!] vulnerabilityStatusIDNotIn: [String!] - vulnerabilityStatusIDGT: String - vulnerabilityStatusIDGTE: String - vulnerabilityStatusIDLT: String - vulnerabilityStatusIDLTE: String vulnerabilityStatusIDContains: String vulnerabilityStatusIDHasPrefix: String vulnerabilityStatusIDHasSuffix: String @@ -38113,10 +32994,6 @@ input VulnerabilityHistoryWhereInput { externalOwnerIDNEQ: String externalOwnerIDIn: [String!] externalOwnerIDNotIn: [String!] - externalOwnerIDGT: String - externalOwnerIDGTE: String - externalOwnerIDLT: String - externalOwnerIDLTE: String externalOwnerIDContains: String externalOwnerIDHasPrefix: String externalOwnerIDHasSuffix: String @@ -38140,10 +33017,6 @@ input VulnerabilityHistoryWhereInput { externalIDNEQ: String externalIDIn: [String!] externalIDNotIn: [String!] - externalIDGT: String - externalIDGTE: String - externalIDLT: String - externalIDLTE: String externalIDContains: String externalIDHasPrefix: String externalIDHasSuffix: String @@ -38156,10 +33029,6 @@ input VulnerabilityHistoryWhereInput { cveIDNEQ: String cveIDIn: [String!] cveIDNotIn: [String!] - cveIDGT: String - cveIDGTE: String - cveIDLT: String - cveIDLTE: String cveIDContains: String cveIDHasPrefix: String cveIDHasSuffix: String @@ -38174,10 +33043,6 @@ input VulnerabilityHistoryWhereInput { sourceNEQ: String sourceIn: [String!] sourceNotIn: [String!] - sourceGT: String - sourceGTE: String - sourceLT: String - sourceLTE: String sourceContains: String sourceHasPrefix: String sourceHasSuffix: String @@ -38192,10 +33057,6 @@ input VulnerabilityHistoryWhereInput { displayNameNEQ: String displayNameIn: [String!] displayNameNotIn: [String!] - displayNameGT: String - displayNameGTE: String - displayNameLT: String - displayNameLTE: String displayNameContains: String displayNameHasPrefix: String displayNameHasSuffix: String @@ -38210,10 +33071,6 @@ input VulnerabilityHistoryWhereInput { categoryNEQ: String categoryIn: [String!] categoryNotIn: [String!] - categoryGT: String - categoryGTE: String - categoryLT: String - categoryLTE: String categoryContains: String categoryHasPrefix: String categoryHasSuffix: String @@ -38228,10 +33085,6 @@ input VulnerabilityHistoryWhereInput { severityNEQ: String severityIn: [String!] severityNotIn: [String!] - severityGT: String - severityGTE: String - severityLT: String - severityLTE: String severityContains: String severityHasPrefix: String severityHasSuffix: String @@ -38285,10 +33138,6 @@ input VulnerabilityHistoryWhereInput { priorityNEQ: String priorityIn: [String!] priorityNotIn: [String!] - priorityGT: String - priorityGTE: String - priorityLT: String - priorityLTE: String priorityContains: String priorityHasPrefix: String priorityHasSuffix: String @@ -38303,10 +33152,6 @@ input VulnerabilityHistoryWhereInput { summaryNEQ: String summaryIn: [String!] summaryNotIn: [String!] - summaryGT: String - summaryGTE: String - summaryLT: String - summaryLTE: String summaryContains: String summaryHasPrefix: String summaryHasSuffix: String @@ -38321,10 +33166,6 @@ input VulnerabilityHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -38339,10 +33180,6 @@ input VulnerabilityHistoryWhereInput { vectorNEQ: String vectorIn: [String!] vectorNotIn: [String!] - vectorGT: String - vectorGTE: String - vectorLT: String - vectorLTE: String vectorContains: String vectorHasPrefix: String vectorHasSuffix: String @@ -38355,8 +33192,6 @@ input VulnerabilityHistoryWhereInput { """ remediationSLA: Int remediationSLANEQ: Int - remediationSLAIn: [Int!] - remediationSLANotIn: [Int!] remediationSLAGT: Int remediationSLAGTE: Int remediationSLALT: Int @@ -38405,10 +33240,6 @@ input VulnerabilityHistoryWhereInput { vulnerableVersionRangeNEQ: String vulnerableVersionRangeIn: [String!] vulnerableVersionRangeNotIn: [String!] - vulnerableVersionRangeGT: String - vulnerableVersionRangeGTE: String - vulnerableVersionRangeLT: String - vulnerableVersionRangeLTE: String vulnerableVersionRangeContains: String vulnerableVersionRangeHasPrefix: String vulnerableVersionRangeHasSuffix: String @@ -38423,10 +33254,6 @@ input VulnerabilityHistoryWhereInput { firstPatchedVersionNEQ: String firstPatchedVersionIn: [String!] firstPatchedVersionNotIn: [String!] - firstPatchedVersionGT: String - firstPatchedVersionGTE: String - firstPatchedVersionLT: String - firstPatchedVersionLTE: String firstPatchedVersionContains: String firstPatchedVersionHasPrefix: String firstPatchedVersionHasSuffix: String @@ -38448,10 +33275,6 @@ input VulnerabilityHistoryWhereInput { packageNameNEQ: String packageNameIn: [String!] packageNameNotIn: [String!] - packageNameGT: String - packageNameGTE: String - packageNameLT: String - packageNameLTE: String packageNameContains: String packageNameHasPrefix: String packageNameHasSuffix: String @@ -38466,10 +33289,6 @@ input VulnerabilityHistoryWhereInput { packageEcosystemNEQ: String packageEcosystemIn: [String!] packageEcosystemNotIn: [String!] - packageEcosystemGT: String - packageEcosystemGTE: String - packageEcosystemLT: String - packageEcosystemLTE: String packageEcosystemContains: String packageEcosystemHasPrefix: String packageEcosystemHasSuffix: String @@ -38484,10 +33303,6 @@ input VulnerabilityHistoryWhereInput { manifestPathNEQ: String manifestPathIn: [String!] manifestPathNotIn: [String!] - manifestPathGT: String - manifestPathGTE: String - manifestPathLT: String - manifestPathLTE: String manifestPathContains: String manifestPathHasPrefix: String manifestPathHasSuffix: String @@ -38502,10 +33317,6 @@ input VulnerabilityHistoryWhereInput { dependencyScopeNEQ: String dependencyScopeIn: [String!] dependencyScopeNotIn: [String!] - dependencyScopeGT: String - dependencyScopeGTE: String - dependencyScopeLT: String - dependencyScopeLTE: String dependencyScopeContains: String dependencyScopeHasPrefix: String dependencyScopeHasSuffix: String @@ -38517,9 +33328,6 @@ input VulnerabilityHistoryWhereInput { published_at field predicates """ publishedAt: DateTime - publishedAtNEQ: DateTime - publishedAtIn: [DateTime!] - publishedAtNotIn: [DateTime!] publishedAtGT: DateTime publishedAtGTE: DateTime publishedAtLT: DateTime @@ -38530,9 +33338,6 @@ input VulnerabilityHistoryWhereInput { discovered_at field predicates """ discoveredAt: DateTime - discoveredAtNEQ: DateTime - discoveredAtIn: [DateTime!] - discoveredAtNotIn: [DateTime!] discoveredAtGT: DateTime discoveredAtGTE: DateTime discoveredAtLT: DateTime @@ -38543,9 +33348,6 @@ input VulnerabilityHistoryWhereInput { source_updated_at field predicates """ sourceUpdatedAt: DateTime - sourceUpdatedAtNEQ: DateTime - sourceUpdatedAtIn: [DateTime!] - sourceUpdatedAtNotIn: [DateTime!] sourceUpdatedAtGT: DateTime sourceUpdatedAtGTE: DateTime sourceUpdatedAtLT: DateTime @@ -38556,9 +33358,6 @@ input VulnerabilityHistoryWhereInput { dismissed_at field predicates """ dismissedAt: DateTime - dismissedAtNEQ: DateTime - dismissedAtIn: [DateTime!] - dismissedAtNotIn: [DateTime!] dismissedAtGT: DateTime dismissedAtGTE: DateTime dismissedAtLT: DateTime @@ -38572,10 +33371,6 @@ input VulnerabilityHistoryWhereInput { dismissedReasonNEQ: String dismissedReasonIn: [String!] dismissedReasonNotIn: [String!] - dismissedReasonGT: String - dismissedReasonGTE: String - dismissedReasonLT: String - dismissedReasonLTE: String dismissedReasonContains: String dismissedReasonHasPrefix: String dismissedReasonHasSuffix: String @@ -38590,10 +33385,6 @@ input VulnerabilityHistoryWhereInput { dismissedCommentNEQ: String dismissedCommentIn: [String!] dismissedCommentNotIn: [String!] - dismissedCommentGT: String - dismissedCommentGTE: String - dismissedCommentLT: String - dismissedCommentLTE: String dismissedCommentContains: String dismissedCommentHasPrefix: String dismissedCommentHasSuffix: String @@ -38605,9 +33396,6 @@ input VulnerabilityHistoryWhereInput { fixed_at field predicates """ fixedAt: DateTime - fixedAtNEQ: DateTime - fixedAtIn: [DateTime!] - fixedAtNotIn: [DateTime!] fixedAtGT: DateTime fixedAtGTE: DateTime fixedAtLT: DateTime @@ -38618,9 +33406,6 @@ input VulnerabilityHistoryWhereInput { auto_dismissed_at field predicates """ autoDismissedAt: DateTime - autoDismissedAtNEQ: DateTime - autoDismissedAtIn: [DateTime!] - autoDismissedAtNotIn: [DateTime!] autoDismissedAtGT: DateTime autoDismissedAtGTE: DateTime autoDismissedAtLT: DateTime @@ -38634,10 +33419,6 @@ input VulnerabilityHistoryWhereInput { externalURINEQ: String externalURIIn: [String!] externalURINotIn: [String!] - externalURIGT: String - externalURIGTE: String - externalURILT: String - externalURILTE: String externalURIContains: String externalURIHasPrefix: String externalURIHasSuffix: String @@ -38810,19 +33591,12 @@ input WorkflowAssignmentHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -38834,10 +33608,6 @@ input WorkflowAssignmentHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -38856,9 +33626,6 @@ input WorkflowAssignmentHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -38869,9 +33636,6 @@ input WorkflowAssignmentHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -38885,10 +33649,6 @@ input WorkflowAssignmentHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -38903,10 +33663,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -38921,10 +33677,6 @@ input WorkflowAssignmentHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -38939,10 +33691,6 @@ input WorkflowAssignmentHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -38955,10 +33703,6 @@ input WorkflowAssignmentHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -38973,10 +33717,6 @@ input WorkflowAssignmentHistoryWhereInput { workflowInstanceIDNEQ: String workflowInstanceIDIn: [String!] workflowInstanceIDNotIn: [String!] - workflowInstanceIDGT: String - workflowInstanceIDGTE: String - workflowInstanceIDLT: String - workflowInstanceIDLTE: String workflowInstanceIDContains: String workflowInstanceIDHasPrefix: String workflowInstanceIDHasSuffix: String @@ -38989,10 +33729,6 @@ input WorkflowAssignmentHistoryWhereInput { assignmentKeyNEQ: String assignmentKeyIn: [String!] assignmentKeyNotIn: [String!] - assignmentKeyGT: String - assignmentKeyGTE: String - assignmentKeyLT: String - assignmentKeyLTE: String assignmentKeyContains: String assignmentKeyHasPrefix: String assignmentKeyHasSuffix: String @@ -39005,10 +33741,6 @@ input WorkflowAssignmentHistoryWhereInput { roleNEQ: String roleIn: [String!] roleNotIn: [String!] - roleGT: String - roleGTE: String - roleLT: String - roleLTE: String roleContains: String roleHasPrefix: String roleHasSuffix: String @@ -39021,10 +33753,6 @@ input WorkflowAssignmentHistoryWhereInput { labelNEQ: String labelIn: [String!] labelNotIn: [String!] - labelGT: String - labelGTE: String - labelLT: String - labelLTE: String labelContains: String labelHasPrefix: String labelHasSuffix: String @@ -39048,9 +33776,6 @@ input WorkflowAssignmentHistoryWhereInput { decided_at field predicates """ decidedAt: Time - decidedAtNEQ: Time - decidedAtIn: [Time!] - decidedAtNotIn: [Time!] decidedAtGT: Time decidedAtGTE: Time decidedAtLT: Time @@ -39064,10 +33789,6 @@ input WorkflowAssignmentHistoryWhereInput { actorUserIDNEQ: String actorUserIDIn: [String!] actorUserIDNotIn: [String!] - actorUserIDGT: String - actorUserIDGTE: String - actorUserIDLT: String - actorUserIDLTE: String actorUserIDContains: String actorUserIDHasPrefix: String actorUserIDHasSuffix: String @@ -39082,10 +33803,6 @@ input WorkflowAssignmentHistoryWhereInput { actorGroupIDNEQ: String actorGroupIDIn: [String!] actorGroupIDNotIn: [String!] - actorGroupIDGT: String - actorGroupIDGTE: String - actorGroupIDLT: String - actorGroupIDLTE: String actorGroupIDContains: String actorGroupIDHasPrefix: String actorGroupIDHasSuffix: String @@ -39100,10 +33817,6 @@ input WorkflowAssignmentHistoryWhereInput { notesNEQ: String notesIn: [String!] notesNotIn: [String!] - notesGT: String - notesGTE: String - notesLT: String - notesLTE: String notesContains: String notesHasPrefix: String notesHasSuffix: String @@ -39115,9 +33828,6 @@ input WorkflowAssignmentHistoryWhereInput { due_at field predicates """ dueAt: Time - dueAtNEQ: Time - dueAtIn: [Time!] - dueAtNotIn: [Time!] dueAtGT: Time dueAtGTE: Time dueAtLT: Time @@ -39254,19 +33964,12 @@ input WorkflowAssignmentTargetHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -39278,10 +33981,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39300,9 +33999,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39313,9 +34009,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39329,10 +34022,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39347,10 +34036,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39365,10 +34050,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39383,10 +34064,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39399,10 +34076,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -39417,10 +34090,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { workflowAssignmentIDNEQ: String workflowAssignmentIDIn: [String!] workflowAssignmentIDNotIn: [String!] - workflowAssignmentIDGT: String - workflowAssignmentIDGTE: String - workflowAssignmentIDLT: String - workflowAssignmentIDLTE: String workflowAssignmentIDContains: String workflowAssignmentIDHasPrefix: String workflowAssignmentIDHasSuffix: String @@ -39440,10 +34109,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetUserIDNEQ: String targetUserIDIn: [String!] targetUserIDNotIn: [String!] - targetUserIDGT: String - targetUserIDGTE: String - targetUserIDLT: String - targetUserIDLTE: String targetUserIDContains: String targetUserIDHasPrefix: String targetUserIDHasSuffix: String @@ -39458,10 +34123,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { targetGroupIDNEQ: String targetGroupIDIn: [String!] targetGroupIDNotIn: [String!] - targetGroupIDGT: String - targetGroupIDGTE: String - targetGroupIDLT: String - targetGroupIDLTE: String targetGroupIDContains: String targetGroupIDHasPrefix: String targetGroupIDHasSuffix: String @@ -39476,10 +34137,6 @@ input WorkflowAssignmentTargetHistoryWhereInput { resolverKeyNEQ: String resolverKeyIn: [String!] resolverKeyNotIn: [String!] - resolverKeyGT: String - resolverKeyGTE: String - resolverKeyLT: String - resolverKeyLTE: String resolverKeyContains: String resolverKeyHasPrefix: String resolverKeyHasSuffix: String @@ -39658,19 +34315,12 @@ input WorkflowDefinitionHistoryWhereInput { idNEQ: ID idIn: [ID!] idNotIn: [ID!] - idGT: ID - idGTE: ID - idLT: ID - idLTE: ID idEqualFold: ID idContainsFold: ID """ history_time field predicates """ historyTime: Time - historyTimeNEQ: Time - historyTimeIn: [Time!] - historyTimeNotIn: [Time!] historyTimeGT: Time historyTimeGTE: Time historyTimeLT: Time @@ -39682,10 +34332,6 @@ input WorkflowDefinitionHistoryWhereInput { refNEQ: String refIn: [String!] refNotIn: [String!] - refGT: String - refGTE: String - refLT: String - refLTE: String refContains: String refHasPrefix: String refHasSuffix: String @@ -39704,9 +34350,6 @@ input WorkflowDefinitionHistoryWhereInput { created_at field predicates """ createdAt: Time - createdAtNEQ: Time - createdAtIn: [Time!] - createdAtNotIn: [Time!] createdAtGT: Time createdAtGTE: Time createdAtLT: Time @@ -39717,9 +34360,6 @@ input WorkflowDefinitionHistoryWhereInput { updated_at field predicates """ updatedAt: Time - updatedAtNEQ: Time - updatedAtIn: [Time!] - updatedAtNotIn: [Time!] updatedAtGT: Time updatedAtGTE: Time updatedAtLT: Time @@ -39733,10 +34373,6 @@ input WorkflowDefinitionHistoryWhereInput { createdByNEQ: String createdByIn: [String!] createdByNotIn: [String!] - createdByGT: String - createdByGTE: String - createdByLT: String - createdByLTE: String createdByContains: String createdByHasPrefix: String createdByHasSuffix: String @@ -39751,10 +34387,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByNEQ: String updatedByIn: [String!] updatedByNotIn: [String!] - updatedByGT: String - updatedByGTE: String - updatedByLT: String - updatedByLTE: String updatedByContains: String updatedByHasPrefix: String updatedByHasSuffix: String @@ -39769,10 +34401,6 @@ input WorkflowDefinitionHistoryWhereInput { updatedByImpersonatorNEQ: String updatedByImpersonatorIn: [String!] updatedByImpersonatorNotIn: [String!] - updatedByImpersonatorGT: String - updatedByImpersonatorGTE: String - updatedByImpersonatorLT: String - updatedByImpersonatorLTE: String updatedByImpersonatorContains: String updatedByImpersonatorHasPrefix: String updatedByImpersonatorHasSuffix: String @@ -39787,10 +34415,6 @@ input WorkflowDefinitionHistoryWhereInput { displayIDNEQ: String displayIDIn: [String!] displayIDNotIn: [String!] - displayIDGT: String - displayIDGTE: String - displayIDLT: String - displayIDLTE: String displayIDContains: String displayIDHasPrefix: String displayIDHasSuffix: String @@ -39803,10 +34427,6 @@ input WorkflowDefinitionHistoryWhereInput { ownerIDNEQ: String ownerIDIn: [String!] ownerIDNotIn: [String!] - ownerIDGT: String - ownerIDGTE: String - ownerIDLT: String - ownerIDLTE: String ownerIDContains: String ownerIDHasPrefix: String ownerIDHasSuffix: String @@ -39828,10 +34448,6 @@ input WorkflowDefinitionHistoryWhereInput { internalNotesNEQ: String internalNotesIn: [String!] internalNotesNotIn: [String!] - internalNotesGT: String - internalNotesGTE: String - internalNotesLT: String - internalNotesLTE: String internalNotesContains: String internalNotesHasPrefix: String internalNotesHasSuffix: String @@ -39846,10 +34462,6 @@ input WorkflowDefinitionHistoryWhereInput { systemInternalIDNEQ: String systemInternalIDIn: [String!] systemInternalIDNotIn: [String!] - systemInternalIDGT: String - systemInternalIDGTE: String - systemInternalIDLT: String - systemInternalIDLTE: String systemInternalIDContains: String systemInternalIDHasPrefix: String systemInternalIDHasSuffix: String @@ -39864,10 +34476,6 @@ input WorkflowDefinitionHistoryWhereInput { nameNEQ: String nameIn: [String!] nameNotIn: [String!] - nameGT: String - nameGTE: String - nameLT: String - nameLTE: String nameContains: String nameHasPrefix: String nameHasSuffix: String @@ -39880,10 +34488,6 @@ input WorkflowDefinitionHistoryWhereInput { descriptionNEQ: String descriptionIn: [String!] descriptionNotIn: [String!] - descriptionGT: String - descriptionGTE: String - descriptionLT: String - descriptionLTE: String descriptionContains: String descriptionHasPrefix: String descriptionHasSuffix: String @@ -39905,10 +34509,6 @@ input WorkflowDefinitionHistoryWhereInput { schemaTypeNEQ: String schemaTypeIn: [String!] schemaTypeNotIn: [String!] - schemaTypeGT: String - schemaTypeGTE: String - schemaTypeLT: String - schemaTypeLTE: String schemaTypeContains: String schemaTypeHasPrefix: String schemaTypeHasSuffix: String @@ -39919,8 +34519,6 @@ input WorkflowDefinitionHistoryWhereInput { """ revision: Int revisionNEQ: Int - revisionIn: [Int!] - revisionNotIn: [Int!] revisionGT: Int revisionGTE: Int revisionLT: Int @@ -39934,9 +34532,6 @@ input WorkflowDefinitionHistoryWhereInput { published_at field predicates """ publishedAt: Time - publishedAtNEQ: Time - publishedAtIn: [Time!] - publishedAtNotIn: [Time!] publishedAtGT: Time publishedAtGTE: Time publishedAtLT: Time @@ -39948,8 +34543,6 @@ input WorkflowDefinitionHistoryWhereInput { """ cooldownSeconds: Int cooldownSecondsNEQ: Int - cooldownSecondsIn: [Int!] - cooldownSecondsNotIn: [Int!] cooldownSecondsGT: Int cooldownSecondsGTE: Int cooldownSecondsLT: Int diff --git a/internal/graphapi/testclient/checksum/.client_checksum b/internal/graphapi/testclient/checksum/.client_checksum index c2a44d1d8a..dc8ad24581 100644 --- a/internal/graphapi/testclient/checksum/.client_checksum +++ b/internal/graphapi/testclient/checksum/.client_checksum @@ -1 +1 @@ -0e4189792bbe85a99312281dd568a09a4fc342f56d12eb6ab8bf82e2a69d5b73 \ No newline at end of file +a3b7220712510d907a793b6df0bce0b32bf46ba26bf6a5ee7280597796bd6570 \ No newline at end of file diff --git a/internal/graphapi/testclient/config.go b/internal/graphapi/testclient/config.go index 17b3950cf0..b3513f336e 100644 --- a/internal/graphapi/testclient/config.go +++ b/internal/graphapi/testclient/config.go @@ -30,7 +30,6 @@ func GraphRequestPath(config *Config) string { const ( host = "localhost:17608" defaultPath = "/query" - historyPath = "/history/query" ) // NewDefaultConfig returns a new default configuration for the API client diff --git a/internal/graphapi/testclient/models.go b/internal/graphapi/testclient/models.go index 034cce6f04..668461df29 100644 --- a/internal/graphapi/testclient/models.go +++ b/internal/graphapi/testclient/models.go @@ -133,43 +133,29 @@ type APITokenWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -182,10 +168,6 @@ type APITokenWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -198,10 +180,6 @@ type APITokenWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -214,10 +192,6 @@ type APITokenWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -230,37 +204,27 @@ type APITokenWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` NameEqualFold *string `json:"nameEqualFold,omitempty"` NameContainsFold *string `json:"nameContainsFold,omitempty"` // expires_at field predicates - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNeq *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []*time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []*time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // is_active field predicates IsActive *bool `json:"isActive,omitempty"` IsActiveNeq *bool `json:"isActiveNEQ,omitempty"` @@ -271,10 +235,6 @@ type APITokenWhereInput struct { RevokedReasonNeq *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGt *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGte *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLt *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLte *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -287,10 +247,6 @@ type APITokenWhereInput struct { RevokedByNeq *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGt *string `json:"revokedByGT,omitempty"` - RevokedByGte *string `json:"revokedByGTE,omitempty"` - RevokedByLt *string `json:"revokedByLT,omitempty"` - RevokedByLte *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -299,16 +255,13 @@ type APITokenWhereInput struct { RevokedByEqualFold *string `json:"revokedByEqualFold,omitempty"` RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // revoked_at field predicates - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNeq *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []*time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []*time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -529,43 +482,29 @@ type ActionPlanWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -578,10 +517,6 @@ type ActionPlanWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -594,10 +529,6 @@ type ActionPlanWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -610,10 +541,6 @@ type ActionPlanWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -626,10 +553,6 @@ type ActionPlanWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -654,10 +577,6 @@ type ActionPlanWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -671,16 +590,13 @@ type ActionPlanWhereInput struct { ApprovalRequiredIsNil *bool `json:"approvalRequiredIsNil,omitempty"` ApprovalRequiredNotNil *bool `json:"approvalRequiredNotNil,omitempty"` // review_due field predicates - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNeq *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []*time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []*time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` // review_frequency field predicates ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` ReviewFrequencyNeq *enums.Frequency `json:"reviewFrequencyNEQ,omitempty"` @@ -693,10 +609,6 @@ type ActionPlanWhereInput struct { ApproverIdneq *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIdgt *string `json:"approverIDGT,omitempty"` - ApproverIdgte *string `json:"approverIDGTE,omitempty"` - ApproverIdlt *string `json:"approverIDLT,omitempty"` - ApproverIdlte *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -709,10 +621,6 @@ type ActionPlanWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -725,10 +633,6 @@ type ActionPlanWhereInput struct { URLNeq *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGt *string `json:"urlGT,omitempty"` - URLGte *string `json:"urlGTE,omitempty"` - URLLt *string `json:"urlLT,omitempty"` - URLLte *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -741,10 +645,6 @@ type ActionPlanWhereInput struct { FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -757,10 +657,6 @@ type ActionPlanWhereInput struct { ExternalFileIdneq *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIdgt *string `json:"externalFileIDGT,omitempty"` - ExternalFileIdgte *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIdlt *string `json:"externalFileIDLT,omitempty"` - ExternalFileIdlte *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -773,10 +669,6 @@ type ActionPlanWhereInput struct { ExternalContentsNeq *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGt *string `json:"externalContentsGT,omitempty"` - ExternalContentsGte *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLt *string `json:"externalContentsLT,omitempty"` - ExternalContentsLte *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -789,10 +681,6 @@ type ActionPlanWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -810,10 +698,6 @@ type ActionPlanWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -826,10 +710,6 @@ type ActionPlanWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -842,10 +722,6 @@ type ActionPlanWhereInput struct { ActionPlanKindNameNeq *string `json:"actionPlanKindNameNEQ,omitempty"` ActionPlanKindNameIn []string `json:"actionPlanKindNameIn,omitempty"` ActionPlanKindNameNotIn []string `json:"actionPlanKindNameNotIn,omitempty"` - ActionPlanKindNameGt *string `json:"actionPlanKindNameGT,omitempty"` - ActionPlanKindNameGte *string `json:"actionPlanKindNameGTE,omitempty"` - ActionPlanKindNameLt *string `json:"actionPlanKindNameLT,omitempty"` - ActionPlanKindNameLte *string `json:"actionPlanKindNameLTE,omitempty"` ActionPlanKindNameContains *string `json:"actionPlanKindNameContains,omitempty"` ActionPlanKindNameHasPrefix *string `json:"actionPlanKindNameHasPrefix,omitempty"` ActionPlanKindNameHasSuffix *string `json:"actionPlanKindNameHasSuffix,omitempty"` @@ -858,10 +734,6 @@ type ActionPlanWhereInput struct { ActionPlanKindIdneq *string `json:"actionPlanKindIDNEQ,omitempty"` ActionPlanKindIDIn []string `json:"actionPlanKindIDIn,omitempty"` ActionPlanKindIDNotIn []string `json:"actionPlanKindIDNotIn,omitempty"` - ActionPlanKindIdgt *string `json:"actionPlanKindIDGT,omitempty"` - ActionPlanKindIdgte *string `json:"actionPlanKindIDGTE,omitempty"` - ActionPlanKindIdlt *string `json:"actionPlanKindIDLT,omitempty"` - ActionPlanKindIdlte *string `json:"actionPlanKindIDLTE,omitempty"` ActionPlanKindIDContains *string `json:"actionPlanKindIDContains,omitempty"` ActionPlanKindIDHasPrefix *string `json:"actionPlanKindIDHasPrefix,omitempty"` ActionPlanKindIDHasSuffix *string `json:"actionPlanKindIDHasSuffix,omitempty"` @@ -879,10 +751,6 @@ type ActionPlanWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -893,10 +761,6 @@ type ActionPlanWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -905,27 +769,21 @@ type ActionPlanWhereInput struct { DescriptionEqualFold *string `json:"descriptionEqualFold,omitempty"` DescriptionContainsFold *string `json:"descriptionContainsFold,omitempty"` // due_date field predicates - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNeq *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []*time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []*time.Time `json:"dueDateNotIn,omitempty"` - DueDateGt *time.Time `json:"dueDateGT,omitempty"` - DueDateGte *time.Time `json:"dueDateGTE,omitempty"` - DueDateLt *time.Time `json:"dueDateLT,omitempty"` - DueDateLte *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGt *time.Time `json:"dueDateGT,omitempty"` + DueDateGte *time.Time `json:"dueDateGTE,omitempty"` + DueDateLt *time.Time `json:"dueDateLT,omitempty"` + DueDateLte *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` // completed_at field predicates - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNeq *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // priority field predicates Priority *enums.Priority `json:"priority,omitempty"` PriorityNeq *enums.Priority `json:"priorityNEQ,omitempty"` @@ -944,10 +802,6 @@ type ActionPlanWhereInput struct { BlockerReasonNeq *string `json:"blockerReasonNEQ,omitempty"` BlockerReasonIn []string `json:"blockerReasonIn,omitempty"` BlockerReasonNotIn []string `json:"blockerReasonNotIn,omitempty"` - BlockerReasonGt *string `json:"blockerReasonGT,omitempty"` - BlockerReasonGte *string `json:"blockerReasonGTE,omitempty"` - BlockerReasonLt *string `json:"blockerReasonLT,omitempty"` - BlockerReasonLte *string `json:"blockerReasonLTE,omitempty"` BlockerReasonContains *string `json:"blockerReasonContains,omitempty"` BlockerReasonHasPrefix *string `json:"blockerReasonHasPrefix,omitempty"` BlockerReasonHasSuffix *string `json:"blockerReasonHasSuffix,omitempty"` @@ -960,10 +814,6 @@ type ActionPlanWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -1277,43 +1127,29 @@ type AssessmentResponseWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -1326,10 +1162,6 @@ type AssessmentResponseWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -1342,10 +1174,6 @@ type AssessmentResponseWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -1358,10 +1186,6 @@ type AssessmentResponseWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -1379,10 +1203,6 @@ type AssessmentResponseWhereInput struct { AssessmentIdneq *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIdgt *string `json:"assessmentIDGT,omitempty"` - AssessmentIdgte *string `json:"assessmentIDGTE,omitempty"` - AssessmentIdlt *string `json:"assessmentIDLT,omitempty"` - AssessmentIdlte *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -1396,10 +1216,6 @@ type AssessmentResponseWhereInput struct { CampaignIdneq *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIdgt *string `json:"campaignIDGT,omitempty"` - CampaignIdgte *string `json:"campaignIDGTE,omitempty"` - CampaignIdlt *string `json:"campaignIDLT,omitempty"` - CampaignIdlte *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -1412,10 +1228,6 @@ type AssessmentResponseWhereInput struct { IdentityHolderIdneq *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIdgt *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIdgte *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIdlt *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIdlte *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -1428,10 +1240,6 @@ type AssessmentResponseWhereInput struct { EntityIdneq *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIdgt *string `json:"entityIDGT,omitempty"` - EntityIdgte *string `json:"entityIDGTE,omitempty"` - EntityIdlt *string `json:"entityIDLT,omitempty"` - EntityIdlte *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -1444,10 +1252,6 @@ type AssessmentResponseWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -1460,10 +1264,6 @@ type AssessmentResponseWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -1472,125 +1272,95 @@ type AssessmentResponseWhereInput struct { EmailEqualFold *string `json:"emailEqualFold,omitempty"` EmailContainsFold *string `json:"emailContainsFold,omitempty"` // send_attempts field predicates - SendAttempts *int64 `json:"sendAttempts,omitempty"` - SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int64 `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int64 `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` - SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` - SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int64 `json:"sendAttempts,omitempty"` + SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` + SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` + SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` // email_delivered_at field predicates - EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` - EmailDeliveredAtNeq *time.Time `json:"emailDeliveredAtNEQ,omitempty"` - EmailDeliveredAtIn []*time.Time `json:"emailDeliveredAtIn,omitempty"` - EmailDeliveredAtNotIn []*time.Time `json:"emailDeliveredAtNotIn,omitempty"` - EmailDeliveredAtGt *time.Time `json:"emailDeliveredAtGT,omitempty"` - EmailDeliveredAtGte *time.Time `json:"emailDeliveredAtGTE,omitempty"` - EmailDeliveredAtLt *time.Time `json:"emailDeliveredAtLT,omitempty"` - EmailDeliveredAtLte *time.Time `json:"emailDeliveredAtLTE,omitempty"` - EmailDeliveredAtIsNil *bool `json:"emailDeliveredAtIsNil,omitempty"` - EmailDeliveredAtNotNil *bool `json:"emailDeliveredAtNotNil,omitempty"` + EmailDeliveredAt *time.Time `json:"emailDeliveredAt,omitempty"` + EmailDeliveredAtGt *time.Time `json:"emailDeliveredAtGT,omitempty"` + EmailDeliveredAtGte *time.Time `json:"emailDeliveredAtGTE,omitempty"` + EmailDeliveredAtLt *time.Time `json:"emailDeliveredAtLT,omitempty"` + EmailDeliveredAtLte *time.Time `json:"emailDeliveredAtLTE,omitempty"` + EmailDeliveredAtIsNil *bool `json:"emailDeliveredAtIsNil,omitempty"` + EmailDeliveredAtNotNil *bool `json:"emailDeliveredAtNotNil,omitempty"` // email_opened_at field predicates - EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` - EmailOpenedAtNeq *time.Time `json:"emailOpenedAtNEQ,omitempty"` - EmailOpenedAtIn []*time.Time `json:"emailOpenedAtIn,omitempty"` - EmailOpenedAtNotIn []*time.Time `json:"emailOpenedAtNotIn,omitempty"` - EmailOpenedAtGt *time.Time `json:"emailOpenedAtGT,omitempty"` - EmailOpenedAtGte *time.Time `json:"emailOpenedAtGTE,omitempty"` - EmailOpenedAtLt *time.Time `json:"emailOpenedAtLT,omitempty"` - EmailOpenedAtLte *time.Time `json:"emailOpenedAtLTE,omitempty"` - EmailOpenedAtIsNil *bool `json:"emailOpenedAtIsNil,omitempty"` - EmailOpenedAtNotNil *bool `json:"emailOpenedAtNotNil,omitempty"` + EmailOpenedAt *time.Time `json:"emailOpenedAt,omitempty"` + EmailOpenedAtGt *time.Time `json:"emailOpenedAtGT,omitempty"` + EmailOpenedAtGte *time.Time `json:"emailOpenedAtGTE,omitempty"` + EmailOpenedAtLt *time.Time `json:"emailOpenedAtLT,omitempty"` + EmailOpenedAtLte *time.Time `json:"emailOpenedAtLTE,omitempty"` + EmailOpenedAtIsNil *bool `json:"emailOpenedAtIsNil,omitempty"` + EmailOpenedAtNotNil *bool `json:"emailOpenedAtNotNil,omitempty"` // email_clicked_at field predicates - EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` - EmailClickedAtNeq *time.Time `json:"emailClickedAtNEQ,omitempty"` - EmailClickedAtIn []*time.Time `json:"emailClickedAtIn,omitempty"` - EmailClickedAtNotIn []*time.Time `json:"emailClickedAtNotIn,omitempty"` - EmailClickedAtGt *time.Time `json:"emailClickedAtGT,omitempty"` - EmailClickedAtGte *time.Time `json:"emailClickedAtGTE,omitempty"` - EmailClickedAtLt *time.Time `json:"emailClickedAtLT,omitempty"` - EmailClickedAtLte *time.Time `json:"emailClickedAtLTE,omitempty"` - EmailClickedAtIsNil *bool `json:"emailClickedAtIsNil,omitempty"` - EmailClickedAtNotNil *bool `json:"emailClickedAtNotNil,omitempty"` + EmailClickedAt *time.Time `json:"emailClickedAt,omitempty"` + EmailClickedAtGt *time.Time `json:"emailClickedAtGT,omitempty"` + EmailClickedAtGte *time.Time `json:"emailClickedAtGTE,omitempty"` + EmailClickedAtLt *time.Time `json:"emailClickedAtLT,omitempty"` + EmailClickedAtLte *time.Time `json:"emailClickedAtLTE,omitempty"` + EmailClickedAtIsNil *bool `json:"emailClickedAtIsNil,omitempty"` + EmailClickedAtNotNil *bool `json:"emailClickedAtNotNil,omitempty"` // email_open_count field predicates - EmailOpenCount *int64 `json:"emailOpenCount,omitempty"` - EmailOpenCountNeq *int64 `json:"emailOpenCountNEQ,omitempty"` - EmailOpenCountIn []int64 `json:"emailOpenCountIn,omitempty"` - EmailOpenCountNotIn []int64 `json:"emailOpenCountNotIn,omitempty"` - EmailOpenCountGt *int64 `json:"emailOpenCountGT,omitempty"` - EmailOpenCountGte *int64 `json:"emailOpenCountGTE,omitempty"` - EmailOpenCountLt *int64 `json:"emailOpenCountLT,omitempty"` - EmailOpenCountLte *int64 `json:"emailOpenCountLTE,omitempty"` - EmailOpenCountIsNil *bool `json:"emailOpenCountIsNil,omitempty"` - EmailOpenCountNotNil *bool `json:"emailOpenCountNotNil,omitempty"` + EmailOpenCount *int64 `json:"emailOpenCount,omitempty"` + EmailOpenCountNeq *int64 `json:"emailOpenCountNEQ,omitempty"` + EmailOpenCountGt *int64 `json:"emailOpenCountGT,omitempty"` + EmailOpenCountGte *int64 `json:"emailOpenCountGTE,omitempty"` + EmailOpenCountLt *int64 `json:"emailOpenCountLT,omitempty"` + EmailOpenCountLte *int64 `json:"emailOpenCountLTE,omitempty"` + EmailOpenCountIsNil *bool `json:"emailOpenCountIsNil,omitempty"` + EmailOpenCountNotNil *bool `json:"emailOpenCountNotNil,omitempty"` // email_click_count field predicates - EmailClickCount *int64 `json:"emailClickCount,omitempty"` - EmailClickCountNeq *int64 `json:"emailClickCountNEQ,omitempty"` - EmailClickCountIn []int64 `json:"emailClickCountIn,omitempty"` - EmailClickCountNotIn []int64 `json:"emailClickCountNotIn,omitempty"` - EmailClickCountGt *int64 `json:"emailClickCountGT,omitempty"` - EmailClickCountGte *int64 `json:"emailClickCountGTE,omitempty"` - EmailClickCountLt *int64 `json:"emailClickCountLT,omitempty"` - EmailClickCountLte *int64 `json:"emailClickCountLTE,omitempty"` - EmailClickCountIsNil *bool `json:"emailClickCountIsNil,omitempty"` - EmailClickCountNotNil *bool `json:"emailClickCountNotNil,omitempty"` + EmailClickCount *int64 `json:"emailClickCount,omitempty"` + EmailClickCountNeq *int64 `json:"emailClickCountNEQ,omitempty"` + EmailClickCountGt *int64 `json:"emailClickCountGT,omitempty"` + EmailClickCountGte *int64 `json:"emailClickCountGTE,omitempty"` + EmailClickCountLt *int64 `json:"emailClickCountLT,omitempty"` + EmailClickCountLte *int64 `json:"emailClickCountLTE,omitempty"` + EmailClickCountIsNil *bool `json:"emailClickCountIsNil,omitempty"` + EmailClickCountNotNil *bool `json:"emailClickCountNotNil,omitempty"` // last_email_event_at field predicates - LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` - LastEmailEventAtNeq *time.Time `json:"lastEmailEventAtNEQ,omitempty"` - LastEmailEventAtIn []*time.Time `json:"lastEmailEventAtIn,omitempty"` - LastEmailEventAtNotIn []*time.Time `json:"lastEmailEventAtNotIn,omitempty"` - LastEmailEventAtGt *time.Time `json:"lastEmailEventAtGT,omitempty"` - LastEmailEventAtGte *time.Time `json:"lastEmailEventAtGTE,omitempty"` - LastEmailEventAtLt *time.Time `json:"lastEmailEventAtLT,omitempty"` - LastEmailEventAtLte *time.Time `json:"lastEmailEventAtLTE,omitempty"` - LastEmailEventAtIsNil *bool `json:"lastEmailEventAtIsNil,omitempty"` - LastEmailEventAtNotNil *bool `json:"lastEmailEventAtNotNil,omitempty"` + LastEmailEventAt *time.Time `json:"lastEmailEventAt,omitempty"` + LastEmailEventAtGt *time.Time `json:"lastEmailEventAtGT,omitempty"` + LastEmailEventAtGte *time.Time `json:"lastEmailEventAtGTE,omitempty"` + LastEmailEventAtLt *time.Time `json:"lastEmailEventAtLT,omitempty"` + LastEmailEventAtLte *time.Time `json:"lastEmailEventAtLTE,omitempty"` + LastEmailEventAtIsNil *bool `json:"lastEmailEventAtIsNil,omitempty"` + LastEmailEventAtNotNil *bool `json:"lastEmailEventAtNotNil,omitempty"` // status field predicates Status *enums.AssessmentResponseStatus `json:"status,omitempty"` StatusNeq *enums.AssessmentResponseStatus `json:"statusNEQ,omitempty"` StatusIn []enums.AssessmentResponseStatus `json:"statusIn,omitempty"` StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // assigned_at field predicates - AssignedAt *time.Time `json:"assignedAt,omitempty"` - AssignedAtNeq *time.Time `json:"assignedAtNEQ,omitempty"` - AssignedAtIn []*time.Time `json:"assignedAtIn,omitempty"` - AssignedAtNotIn []*time.Time `json:"assignedAtNotIn,omitempty"` - AssignedAtGt *time.Time `json:"assignedAtGT,omitempty"` - AssignedAtGte *time.Time `json:"assignedAtGTE,omitempty"` - AssignedAtLt *time.Time `json:"assignedAtLT,omitempty"` - AssignedAtLte *time.Time `json:"assignedAtLTE,omitempty"` + AssignedAt *time.Time `json:"assignedAt,omitempty"` + AssignedAtGt *time.Time `json:"assignedAtGT,omitempty"` + AssignedAtGte *time.Time `json:"assignedAtGTE,omitempty"` + AssignedAtLt *time.Time `json:"assignedAtLT,omitempty"` + AssignedAtLte *time.Time `json:"assignedAtLTE,omitempty"` // started_at field predicates - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNeq *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []*time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []*time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGt *time.Time `json:"startedAtGT,omitempty"` - StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLt *time.Time `json:"startedAtLT,omitempty"` - StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGt *time.Time `json:"startedAtGT,omitempty"` + StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLt *time.Time `json:"startedAtLT,omitempty"` + StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` // completed_at field predicates - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNeq *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // due_date field predicates - DueDate *time.Time `json:"dueDate,omitempty"` - DueDateNeq *time.Time `json:"dueDateNEQ,omitempty"` - DueDateIn []*time.Time `json:"dueDateIn,omitempty"` - DueDateNotIn []*time.Time `json:"dueDateNotIn,omitempty"` - DueDateGt *time.Time `json:"dueDateGT,omitempty"` - DueDateGte *time.Time `json:"dueDateGTE,omitempty"` - DueDateLt *time.Time `json:"dueDateLT,omitempty"` - DueDateLte *time.Time `json:"dueDateLTE,omitempty"` - DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` + DueDate *time.Time `json:"dueDate,omitempty"` + DueDateGt *time.Time `json:"dueDateGT,omitempty"` + DueDateGte *time.Time `json:"dueDateGTE,omitempty"` + DueDateLt *time.Time `json:"dueDateLT,omitempty"` + DueDateLte *time.Time `json:"dueDateLTE,omitempty"` + DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` // is_draft field predicates IsDraft *bool `json:"isDraft,omitempty"` IsDraftNeq *bool `json:"isDraftNEQ,omitempty"` @@ -1643,43 +1413,29 @@ type AssessmentWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -1692,10 +1448,6 @@ type AssessmentWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -1708,10 +1460,6 @@ type AssessmentWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -1724,10 +1472,6 @@ type AssessmentWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -1745,10 +1489,6 @@ type AssessmentWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -1761,10 +1501,6 @@ type AssessmentWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -1782,10 +1518,6 @@ type AssessmentWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -1801,10 +1533,6 @@ type AssessmentWhereInput struct { TemplateIdneq *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIdgt *string `json:"templateIDGT,omitempty"` - TemplateIdgte *string `json:"templateIDGTE,omitempty"` - TemplateIdlt *string `json:"templateIDLT,omitempty"` - TemplateIdlte *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -1813,16 +1541,14 @@ type AssessmentWhereInput struct { TemplateIDEqualFold *string `json:"templateIDEqualFold,omitempty"` TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // response_due_duration field predicates - ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` - ResponseDueDurationNeq *int64 `json:"responseDueDurationNEQ,omitempty"` - ResponseDueDurationIn []int64 `json:"responseDueDurationIn,omitempty"` - ResponseDueDurationNotIn []int64 `json:"responseDueDurationNotIn,omitempty"` - ResponseDueDurationGt *int64 `json:"responseDueDurationGT,omitempty"` - ResponseDueDurationGte *int64 `json:"responseDueDurationGTE,omitempty"` - ResponseDueDurationLt *int64 `json:"responseDueDurationLT,omitempty"` - ResponseDueDurationLte *int64 `json:"responseDueDurationLTE,omitempty"` - ResponseDueDurationIsNil *bool `json:"responseDueDurationIsNil,omitempty"` - ResponseDueDurationNotNil *bool `json:"responseDueDurationNotNil,omitempty"` + ResponseDueDuration *int64 `json:"responseDueDuration,omitempty"` + ResponseDueDurationNeq *int64 `json:"responseDueDurationNEQ,omitempty"` + ResponseDueDurationGt *int64 `json:"responseDueDurationGT,omitempty"` + ResponseDueDurationGte *int64 `json:"responseDueDurationGTE,omitempty"` + ResponseDueDurationLt *int64 `json:"responseDueDurationLT,omitempty"` + ResponseDueDurationLte *int64 `json:"responseDueDurationLTE,omitempty"` + ResponseDueDurationIsNil *bool `json:"responseDueDurationIsNil,omitempty"` + ResponseDueDurationNotNil *bool `json:"responseDueDurationNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -2069,43 +1795,29 @@ type AssetWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -2118,10 +1830,6 @@ type AssetWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -2134,10 +1842,6 @@ type AssetWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -2150,10 +1854,6 @@ type AssetWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -2166,10 +1866,6 @@ type AssetWhereInput struct { InternalOwnerNeq *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGt *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGte *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLt *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLte *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -2182,10 +1878,6 @@ type AssetWhereInput struct { InternalOwnerUserIdneq *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIdgt *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIdgte *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIdlt *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIdlte *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -2198,10 +1890,6 @@ type AssetWhereInput struct { InternalOwnerGroupIdneq *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIdgt *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIdgte *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIdlt *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIdlte *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -2214,10 +1902,6 @@ type AssetWhereInput struct { AssetSubtypeNameNeq *string `json:"assetSubtypeNameNEQ,omitempty"` AssetSubtypeNameIn []string `json:"assetSubtypeNameIn,omitempty"` AssetSubtypeNameNotIn []string `json:"assetSubtypeNameNotIn,omitempty"` - AssetSubtypeNameGt *string `json:"assetSubtypeNameGT,omitempty"` - AssetSubtypeNameGte *string `json:"assetSubtypeNameGTE,omitempty"` - AssetSubtypeNameLt *string `json:"assetSubtypeNameLT,omitempty"` - AssetSubtypeNameLte *string `json:"assetSubtypeNameLTE,omitempty"` AssetSubtypeNameContains *string `json:"assetSubtypeNameContains,omitempty"` AssetSubtypeNameHasPrefix *string `json:"assetSubtypeNameHasPrefix,omitempty"` AssetSubtypeNameHasSuffix *string `json:"assetSubtypeNameHasSuffix,omitempty"` @@ -2230,10 +1914,6 @@ type AssetWhereInput struct { AssetSubtypeIdneq *string `json:"assetSubtypeIDNEQ,omitempty"` AssetSubtypeIDIn []string `json:"assetSubtypeIDIn,omitempty"` AssetSubtypeIDNotIn []string `json:"assetSubtypeIDNotIn,omitempty"` - AssetSubtypeIdgt *string `json:"assetSubtypeIDGT,omitempty"` - AssetSubtypeIdgte *string `json:"assetSubtypeIDGTE,omitempty"` - AssetSubtypeIdlt *string `json:"assetSubtypeIDLT,omitempty"` - AssetSubtypeIdlte *string `json:"assetSubtypeIDLTE,omitempty"` AssetSubtypeIDContains *string `json:"assetSubtypeIDContains,omitempty"` AssetSubtypeIDHasPrefix *string `json:"assetSubtypeIDHasPrefix,omitempty"` AssetSubtypeIDHasSuffix *string `json:"assetSubtypeIDHasSuffix,omitempty"` @@ -2246,10 +1926,6 @@ type AssetWhereInput struct { AssetDataClassificationNameNeq *string `json:"assetDataClassificationNameNEQ,omitempty"` AssetDataClassificationNameIn []string `json:"assetDataClassificationNameIn,omitempty"` AssetDataClassificationNameNotIn []string `json:"assetDataClassificationNameNotIn,omitempty"` - AssetDataClassificationNameGt *string `json:"assetDataClassificationNameGT,omitempty"` - AssetDataClassificationNameGte *string `json:"assetDataClassificationNameGTE,omitempty"` - AssetDataClassificationNameLt *string `json:"assetDataClassificationNameLT,omitempty"` - AssetDataClassificationNameLte *string `json:"assetDataClassificationNameLTE,omitempty"` AssetDataClassificationNameContains *string `json:"assetDataClassificationNameContains,omitempty"` AssetDataClassificationNameHasPrefix *string `json:"assetDataClassificationNameHasPrefix,omitempty"` AssetDataClassificationNameHasSuffix *string `json:"assetDataClassificationNameHasSuffix,omitempty"` @@ -2262,10 +1938,6 @@ type AssetWhereInput struct { AssetDataClassificationIdneq *string `json:"assetDataClassificationIDNEQ,omitempty"` AssetDataClassificationIDIn []string `json:"assetDataClassificationIDIn,omitempty"` AssetDataClassificationIDNotIn []string `json:"assetDataClassificationIDNotIn,omitempty"` - AssetDataClassificationIdgt *string `json:"assetDataClassificationIDGT,omitempty"` - AssetDataClassificationIdgte *string `json:"assetDataClassificationIDGTE,omitempty"` - AssetDataClassificationIdlt *string `json:"assetDataClassificationIDLT,omitempty"` - AssetDataClassificationIdlte *string `json:"assetDataClassificationIDLTE,omitempty"` AssetDataClassificationIDContains *string `json:"assetDataClassificationIDContains,omitempty"` AssetDataClassificationIDHasPrefix *string `json:"assetDataClassificationIDHasPrefix,omitempty"` AssetDataClassificationIDHasSuffix *string `json:"assetDataClassificationIDHasSuffix,omitempty"` @@ -2278,10 +1950,6 @@ type AssetWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -2294,10 +1962,6 @@ type AssetWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -2310,10 +1974,6 @@ type AssetWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -2326,10 +1986,6 @@ type AssetWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -2342,10 +1998,6 @@ type AssetWhereInput struct { AccessModelNameNeq *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGt *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGte *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLt *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLte *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -2358,10 +2010,6 @@ type AssetWhereInput struct { AccessModelIdneq *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIdgt *string `json:"accessModelIDGT,omitempty"` - AccessModelIdgte *string `json:"accessModelIDGTE,omitempty"` - AccessModelIdlt *string `json:"accessModelIDLT,omitempty"` - AccessModelIdlte *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -2374,10 +2022,6 @@ type AssetWhereInput struct { EncryptionStatusNameNeq *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGt *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGte *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLt *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLte *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -2390,10 +2034,6 @@ type AssetWhereInput struct { EncryptionStatusIdneq *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIdgt *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIdgte *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIdlt *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIdlte *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -2406,10 +2046,6 @@ type AssetWhereInput struct { SecurityTierNameNeq *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGt *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGte *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLt *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLte *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -2422,10 +2058,6 @@ type AssetWhereInput struct { SecurityTierIdneq *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIdgt *string `json:"securityTierIDGT,omitempty"` - SecurityTierIdgte *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIdlt *string `json:"securityTierIDLT,omitempty"` - SecurityTierIdlte *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -2438,10 +2070,6 @@ type AssetWhereInput struct { CriticalityNameNeq *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGt *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGte *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLt *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLte *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -2454,10 +2082,6 @@ type AssetWhereInput struct { CriticalityIdneq *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIdgt *string `json:"criticalityIDGT,omitempty"` - CriticalityIdgte *string `json:"criticalityIDGTE,omitempty"` - CriticalityIdlt *string `json:"criticalityIDLT,omitempty"` - CriticalityIdlte *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -2475,10 +2099,6 @@ type AssetWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -2491,10 +2111,6 @@ type AssetWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -2512,10 +2128,6 @@ type AssetWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -2526,10 +2138,6 @@ type AssetWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -2542,10 +2150,6 @@ type AssetWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -2558,10 +2162,6 @@ type AssetWhereInput struct { IdentifierNeq *string `json:"identifierNEQ,omitempty"` IdentifierIn []string `json:"identifierIn,omitempty"` IdentifierNotIn []string `json:"identifierNotIn,omitempty"` - IdentifierGt *string `json:"identifierGT,omitempty"` - IdentifierGte *string `json:"identifierGTE,omitempty"` - IdentifierLt *string `json:"identifierLT,omitempty"` - IdentifierLte *string `json:"identifierLTE,omitempty"` IdentifierContains *string `json:"identifierContains,omitempty"` IdentifierHasPrefix *string `json:"identifierHasPrefix,omitempty"` IdentifierHasSuffix *string `json:"identifierHasSuffix,omitempty"` @@ -2574,10 +2174,6 @@ type AssetWhereInput struct { WebsiteNeq *string `json:"websiteNEQ,omitempty"` WebsiteIn []string `json:"websiteIn,omitempty"` WebsiteNotIn []string `json:"websiteNotIn,omitempty"` - WebsiteGt *string `json:"websiteGT,omitempty"` - WebsiteGte *string `json:"websiteGTE,omitempty"` - WebsiteLt *string `json:"websiteLT,omitempty"` - WebsiteLte *string `json:"websiteLTE,omitempty"` WebsiteContains *string `json:"websiteContains,omitempty"` WebsiteHasPrefix *string `json:"websiteHasPrefix,omitempty"` WebsiteHasSuffix *string `json:"websiteHasSuffix,omitempty"` @@ -2590,10 +2186,6 @@ type AssetWhereInput struct { PhysicalLocationNeq *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGt *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGte *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLt *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLte *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -2606,10 +2198,6 @@ type AssetWhereInput struct { RegionNeq *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGt *string `json:"regionGT,omitempty"` - RegionGte *string `json:"regionGTE,omitempty"` - RegionLt *string `json:"regionLT,omitempty"` - RegionLte *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -2632,10 +2220,6 @@ type AssetWhereInput struct { SourcePlatformIdneq *string `json:"sourcePlatformIDNEQ,omitempty"` SourcePlatformIDIn []string `json:"sourcePlatformIDIn,omitempty"` SourcePlatformIDNotIn []string `json:"sourcePlatformIDNotIn,omitempty"` - SourcePlatformIdgt *string `json:"sourcePlatformIDGT,omitempty"` - SourcePlatformIdgte *string `json:"sourcePlatformIDGTE,omitempty"` - SourcePlatformIdlt *string `json:"sourcePlatformIDLT,omitempty"` - SourcePlatformIdlte *string `json:"sourcePlatformIDLTE,omitempty"` SourcePlatformIDContains *string `json:"sourcePlatformIDContains,omitempty"` SourcePlatformIDHasPrefix *string `json:"sourcePlatformIDHasPrefix,omitempty"` SourcePlatformIDHasSuffix *string `json:"sourcePlatformIDHasSuffix,omitempty"` @@ -2648,10 +2232,6 @@ type AssetWhereInput struct { SourceIdentifierNeq *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGt *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGte *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLt *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLte *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -2664,10 +2244,6 @@ type AssetWhereInput struct { CostCenterNeq *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGt *string `json:"costCenterGT,omitempty"` - CostCenterGte *string `json:"costCenterGTE,omitempty"` - CostCenterLt *string `json:"costCenterLT,omitempty"` - CostCenterLte *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -2687,25 +2263,18 @@ type AssetWhereInput struct { EstimatedMonthlyCostIsNil *bool `json:"estimatedMonthlyCostIsNil,omitempty"` EstimatedMonthlyCostNotNil *bool `json:"estimatedMonthlyCostNotNil,omitempty"` // purchase_date field predicates - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNeq *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []*models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []*models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGt *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGte *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLt *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLte *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil *bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil *bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGt *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGte *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLt *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLte *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil *bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil *bool `json:"purchaseDateNotNil,omitempty"` // integration_id field predicates IntegrationID *string `json:"integrationID,omitempty"` IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -2714,16 +2283,13 @@ type AssetWhereInput struct { IntegrationIDEqualFold *string `json:"integrationIDEqualFold,omitempty"` IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // observed_at field predicates - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNeq *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -3115,43 +2681,29 @@ type CampaignTargetWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -3164,10 +2716,6 @@ type CampaignTargetWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -3180,10 +2728,6 @@ type CampaignTargetWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -3196,10 +2740,6 @@ type CampaignTargetWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -3217,10 +2757,6 @@ type CampaignTargetWhereInput struct { CampaignIdneq *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIdgt *string `json:"campaignIDGT,omitempty"` - CampaignIdgte *string `json:"campaignIDGTE,omitempty"` - CampaignIdlt *string `json:"campaignIDLT,omitempty"` - CampaignIdlte *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -3233,10 +2769,6 @@ type CampaignTargetWhereInput struct { ContactIdneq *string `json:"contactIDNEQ,omitempty"` ContactIDIn []string `json:"contactIDIn,omitempty"` ContactIDNotIn []string `json:"contactIDNotIn,omitempty"` - ContactIdgt *string `json:"contactIDGT,omitempty"` - ContactIdgte *string `json:"contactIDGTE,omitempty"` - ContactIdlt *string `json:"contactIDLT,omitempty"` - ContactIdlte *string `json:"contactIDLTE,omitempty"` ContactIDContains *string `json:"contactIDContains,omitempty"` ContactIDHasPrefix *string `json:"contactIDHasPrefix,omitempty"` ContactIDHasSuffix *string `json:"contactIDHasSuffix,omitempty"` @@ -3249,10 +2781,6 @@ type CampaignTargetWhereInput struct { UserIdneq *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIdgt *string `json:"userIDGT,omitempty"` - UserIdgte *string `json:"userIDGTE,omitempty"` - UserIdlt *string `json:"userIDLT,omitempty"` - UserIdlte *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -3265,10 +2793,6 @@ type CampaignTargetWhereInput struct { GroupIdneq *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIdgt *string `json:"groupIDGT,omitempty"` - GroupIdgte *string `json:"groupIDGTE,omitempty"` - GroupIdlt *string `json:"groupIDLT,omitempty"` - GroupIdlte *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -3281,10 +2805,6 @@ type CampaignTargetWhereInput struct { SubscriberIdneq *string `json:"subscriberIDNEQ,omitempty"` SubscriberIDIn []string `json:"subscriberIDIn,omitempty"` SubscriberIDNotIn []string `json:"subscriberIDNotIn,omitempty"` - SubscriberIdgt *string `json:"subscriberIDGT,omitempty"` - SubscriberIdgte *string `json:"subscriberIDGTE,omitempty"` - SubscriberIdlt *string `json:"subscriberIDLT,omitempty"` - SubscriberIdlte *string `json:"subscriberIDLTE,omitempty"` SubscriberIDContains *string `json:"subscriberIDContains,omitempty"` SubscriberIDHasPrefix *string `json:"subscriberIDHasPrefix,omitempty"` SubscriberIDHasSuffix *string `json:"subscriberIDHasSuffix,omitempty"` @@ -3297,10 +2817,6 @@ type CampaignTargetWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -3311,10 +2827,6 @@ type CampaignTargetWhereInput struct { FullNameNeq *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGt *string `json:"fullNameGT,omitempty"` - FullNameGte *string `json:"fullNameGTE,omitempty"` - FullNameLt *string `json:"fullNameLT,omitempty"` - FullNameLte *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -3328,27 +2840,21 @@ type CampaignTargetWhereInput struct { StatusIn []enums.AssessmentResponseStatus `json:"statusIn,omitempty"` StatusNotIn []enums.AssessmentResponseStatus `json:"statusNotIn,omitempty"` // sent_at field predicates - SentAt *models.DateTime `json:"sentAt,omitempty"` - SentAtNeq *models.DateTime `json:"sentAtNEQ,omitempty"` - SentAtIn []*models.DateTime `json:"sentAtIn,omitempty"` - SentAtNotIn []*models.DateTime `json:"sentAtNotIn,omitempty"` - SentAtGt *models.DateTime `json:"sentAtGT,omitempty"` - SentAtGte *models.DateTime `json:"sentAtGTE,omitempty"` - SentAtLt *models.DateTime `json:"sentAtLT,omitempty"` - SentAtLte *models.DateTime `json:"sentAtLTE,omitempty"` - SentAtIsNil *bool `json:"sentAtIsNil,omitempty"` - SentAtNotNil *bool `json:"sentAtNotNil,omitempty"` + SentAt *models.DateTime `json:"sentAt,omitempty"` + SentAtGt *models.DateTime `json:"sentAtGT,omitempty"` + SentAtGte *models.DateTime `json:"sentAtGTE,omitempty"` + SentAtLt *models.DateTime `json:"sentAtLT,omitempty"` + SentAtLte *models.DateTime `json:"sentAtLTE,omitempty"` + SentAtIsNil *bool `json:"sentAtIsNil,omitempty"` + SentAtNotNil *bool `json:"sentAtNotNil,omitempty"` // completed_at field predicates - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNeq *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -3399,43 +2905,29 @@ type CampaignWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -3448,10 +2940,6 @@ type CampaignWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -3464,10 +2952,6 @@ type CampaignWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -3480,10 +2964,6 @@ type CampaignWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -3494,10 +2974,6 @@ type CampaignWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -3510,10 +2986,6 @@ type CampaignWhereInput struct { InternalOwnerNeq *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGt *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGte *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLt *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLte *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -3526,10 +2998,6 @@ type CampaignWhereInput struct { InternalOwnerUserIdneq *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIdgt *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIdgte *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIdlt *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIdlte *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -3542,10 +3010,6 @@ type CampaignWhereInput struct { InternalOwnerGroupIdneq *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIdgt *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIdgte *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIdlt *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIdlte *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -3563,10 +3027,6 @@ type CampaignWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -3577,10 +3037,6 @@ type CampaignWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -3602,49 +3058,37 @@ type CampaignWhereInput struct { IsActive *bool `json:"isActive,omitempty"` IsActiveNeq *bool `json:"isActiveNEQ,omitempty"` // scheduled_at field predicates - ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` - ScheduledAtNeq *models.DateTime `json:"scheduledAtNEQ,omitempty"` - ScheduledAtIn []*models.DateTime `json:"scheduledAtIn,omitempty"` - ScheduledAtNotIn []*models.DateTime `json:"scheduledAtNotIn,omitempty"` - ScheduledAtGt *models.DateTime `json:"scheduledAtGT,omitempty"` - ScheduledAtGte *models.DateTime `json:"scheduledAtGTE,omitempty"` - ScheduledAtLt *models.DateTime `json:"scheduledAtLT,omitempty"` - ScheduledAtLte *models.DateTime `json:"scheduledAtLTE,omitempty"` - ScheduledAtIsNil *bool `json:"scheduledAtIsNil,omitempty"` - ScheduledAtNotNil *bool `json:"scheduledAtNotNil,omitempty"` + ScheduledAt *models.DateTime `json:"scheduledAt,omitempty"` + ScheduledAtGt *models.DateTime `json:"scheduledAtGT,omitempty"` + ScheduledAtGte *models.DateTime `json:"scheduledAtGTE,omitempty"` + ScheduledAtLt *models.DateTime `json:"scheduledAtLT,omitempty"` + ScheduledAtLte *models.DateTime `json:"scheduledAtLTE,omitempty"` + ScheduledAtIsNil *bool `json:"scheduledAtIsNil,omitempty"` + ScheduledAtNotNil *bool `json:"scheduledAtNotNil,omitempty"` // launched_at field predicates - LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` - LaunchedAtNeq *models.DateTime `json:"launchedAtNEQ,omitempty"` - LaunchedAtIn []*models.DateTime `json:"launchedAtIn,omitempty"` - LaunchedAtNotIn []*models.DateTime `json:"launchedAtNotIn,omitempty"` - LaunchedAtGt *models.DateTime `json:"launchedAtGT,omitempty"` - LaunchedAtGte *models.DateTime `json:"launchedAtGTE,omitempty"` - LaunchedAtLt *models.DateTime `json:"launchedAtLT,omitempty"` - LaunchedAtLte *models.DateTime `json:"launchedAtLTE,omitempty"` - LaunchedAtIsNil *bool `json:"launchedAtIsNil,omitempty"` - LaunchedAtNotNil *bool `json:"launchedAtNotNil,omitempty"` + LaunchedAt *models.DateTime `json:"launchedAt,omitempty"` + LaunchedAtGt *models.DateTime `json:"launchedAtGT,omitempty"` + LaunchedAtGte *models.DateTime `json:"launchedAtGTE,omitempty"` + LaunchedAtLt *models.DateTime `json:"launchedAtLT,omitempty"` + LaunchedAtLte *models.DateTime `json:"launchedAtLTE,omitempty"` + LaunchedAtIsNil *bool `json:"launchedAtIsNil,omitempty"` + LaunchedAtNotNil *bool `json:"launchedAtNotNil,omitempty"` // completed_at field predicates - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNeq *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // due_date field predicates - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNeq *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []*models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []*models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGt *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGte *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLt *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLte *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGt *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGte *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLt *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLte *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` // is_recurring field predicates IsRecurring *bool `json:"isRecurring,omitempty"` IsRecurringNeq *bool `json:"isRecurringNEQ,omitempty"` @@ -3656,25 +3100,19 @@ type CampaignWhereInput struct { RecurrenceFrequencyIsNil *bool `json:"recurrenceFrequencyIsNil,omitempty"` RecurrenceFrequencyNotNil *bool `json:"recurrenceFrequencyNotNil,omitempty"` // recurrence_interval field predicates - RecurrenceInterval *int64 `json:"recurrenceInterval,omitempty"` - RecurrenceIntervalNeq *int64 `json:"recurrenceIntervalNEQ,omitempty"` - RecurrenceIntervalIn []int64 `json:"recurrenceIntervalIn,omitempty"` - RecurrenceIntervalNotIn []int64 `json:"recurrenceIntervalNotIn,omitempty"` - RecurrenceIntervalGt *int64 `json:"recurrenceIntervalGT,omitempty"` - RecurrenceIntervalGte *int64 `json:"recurrenceIntervalGTE,omitempty"` - RecurrenceIntervalLt *int64 `json:"recurrenceIntervalLT,omitempty"` - RecurrenceIntervalLte *int64 `json:"recurrenceIntervalLTE,omitempty"` - RecurrenceIntervalIsNil *bool `json:"recurrenceIntervalIsNil,omitempty"` - RecurrenceIntervalNotNil *bool `json:"recurrenceIntervalNotNil,omitempty"` + RecurrenceInterval *int64 `json:"recurrenceInterval,omitempty"` + RecurrenceIntervalNeq *int64 `json:"recurrenceIntervalNEQ,omitempty"` + RecurrenceIntervalGt *int64 `json:"recurrenceIntervalGT,omitempty"` + RecurrenceIntervalGte *int64 `json:"recurrenceIntervalGTE,omitempty"` + RecurrenceIntervalLt *int64 `json:"recurrenceIntervalLT,omitempty"` + RecurrenceIntervalLte *int64 `json:"recurrenceIntervalLTE,omitempty"` + RecurrenceIntervalIsNil *bool `json:"recurrenceIntervalIsNil,omitempty"` + RecurrenceIntervalNotNil *bool `json:"recurrenceIntervalNotNil,omitempty"` // recurrence_timezone field predicates RecurrenceTimezone *string `json:"recurrenceTimezone,omitempty"` RecurrenceTimezoneNeq *string `json:"recurrenceTimezoneNEQ,omitempty"` RecurrenceTimezoneIn []string `json:"recurrenceTimezoneIn,omitempty"` RecurrenceTimezoneNotIn []string `json:"recurrenceTimezoneNotIn,omitempty"` - RecurrenceTimezoneGt *string `json:"recurrenceTimezoneGT,omitempty"` - RecurrenceTimezoneGte *string `json:"recurrenceTimezoneGTE,omitempty"` - RecurrenceTimezoneLt *string `json:"recurrenceTimezoneLT,omitempty"` - RecurrenceTimezoneLte *string `json:"recurrenceTimezoneLTE,omitempty"` RecurrenceTimezoneContains *string `json:"recurrenceTimezoneContains,omitempty"` RecurrenceTimezoneHasPrefix *string `json:"recurrenceTimezoneHasPrefix,omitempty"` RecurrenceTimezoneHasSuffix *string `json:"recurrenceTimezoneHasSuffix,omitempty"` @@ -3683,80 +3121,60 @@ type CampaignWhereInput struct { RecurrenceTimezoneEqualFold *string `json:"recurrenceTimezoneEqualFold,omitempty"` RecurrenceTimezoneContainsFold *string `json:"recurrenceTimezoneContainsFold,omitempty"` // last_run_at field predicates - LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` - LastRunAtNeq *models.DateTime `json:"lastRunAtNEQ,omitempty"` - LastRunAtIn []*models.DateTime `json:"lastRunAtIn,omitempty"` - LastRunAtNotIn []*models.DateTime `json:"lastRunAtNotIn,omitempty"` - LastRunAtGt *models.DateTime `json:"lastRunAtGT,omitempty"` - LastRunAtGte *models.DateTime `json:"lastRunAtGTE,omitempty"` - LastRunAtLt *models.DateTime `json:"lastRunAtLT,omitempty"` - LastRunAtLte *models.DateTime `json:"lastRunAtLTE,omitempty"` - LastRunAtIsNil *bool `json:"lastRunAtIsNil,omitempty"` - LastRunAtNotNil *bool `json:"lastRunAtNotNil,omitempty"` + LastRunAt *models.DateTime `json:"lastRunAt,omitempty"` + LastRunAtGt *models.DateTime `json:"lastRunAtGT,omitempty"` + LastRunAtGte *models.DateTime `json:"lastRunAtGTE,omitempty"` + LastRunAtLt *models.DateTime `json:"lastRunAtLT,omitempty"` + LastRunAtLte *models.DateTime `json:"lastRunAtLTE,omitempty"` + LastRunAtIsNil *bool `json:"lastRunAtIsNil,omitempty"` + LastRunAtNotNil *bool `json:"lastRunAtNotNil,omitempty"` // next_run_at field predicates - NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` - NextRunAtNeq *models.DateTime `json:"nextRunAtNEQ,omitempty"` - NextRunAtIn []*models.DateTime `json:"nextRunAtIn,omitempty"` - NextRunAtNotIn []*models.DateTime `json:"nextRunAtNotIn,omitempty"` - NextRunAtGt *models.DateTime `json:"nextRunAtGT,omitempty"` - NextRunAtGte *models.DateTime `json:"nextRunAtGTE,omitempty"` - NextRunAtLt *models.DateTime `json:"nextRunAtLT,omitempty"` - NextRunAtLte *models.DateTime `json:"nextRunAtLTE,omitempty"` - NextRunAtIsNil *bool `json:"nextRunAtIsNil,omitempty"` - NextRunAtNotNil *bool `json:"nextRunAtNotNil,omitempty"` + NextRunAt *models.DateTime `json:"nextRunAt,omitempty"` + NextRunAtGt *models.DateTime `json:"nextRunAtGT,omitempty"` + NextRunAtGte *models.DateTime `json:"nextRunAtGTE,omitempty"` + NextRunAtLt *models.DateTime `json:"nextRunAtLT,omitempty"` + NextRunAtLte *models.DateTime `json:"nextRunAtLTE,omitempty"` + NextRunAtIsNil *bool `json:"nextRunAtIsNil,omitempty"` + NextRunAtNotNil *bool `json:"nextRunAtNotNil,omitempty"` // recurrence_end_at field predicates - RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` - RecurrenceEndAtNeq *models.DateTime `json:"recurrenceEndAtNEQ,omitempty"` - RecurrenceEndAtIn []*models.DateTime `json:"recurrenceEndAtIn,omitempty"` - RecurrenceEndAtNotIn []*models.DateTime `json:"recurrenceEndAtNotIn,omitempty"` - RecurrenceEndAtGt *models.DateTime `json:"recurrenceEndAtGT,omitempty"` - RecurrenceEndAtGte *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` - RecurrenceEndAtLt *models.DateTime `json:"recurrenceEndAtLT,omitempty"` - RecurrenceEndAtLte *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` - RecurrenceEndAtIsNil *bool `json:"recurrenceEndAtIsNil,omitempty"` - RecurrenceEndAtNotNil *bool `json:"recurrenceEndAtNotNil,omitempty"` + RecurrenceEndAt *models.DateTime `json:"recurrenceEndAt,omitempty"` + RecurrenceEndAtGt *models.DateTime `json:"recurrenceEndAtGT,omitempty"` + RecurrenceEndAtGte *models.DateTime `json:"recurrenceEndAtGTE,omitempty"` + RecurrenceEndAtLt *models.DateTime `json:"recurrenceEndAtLT,omitempty"` + RecurrenceEndAtLte *models.DateTime `json:"recurrenceEndAtLTE,omitempty"` + RecurrenceEndAtIsNil *bool `json:"recurrenceEndAtIsNil,omitempty"` + RecurrenceEndAtNotNil *bool `json:"recurrenceEndAtNotNil,omitempty"` // recipient_count field predicates - RecipientCount *int64 `json:"recipientCount,omitempty"` - RecipientCountNeq *int64 `json:"recipientCountNEQ,omitempty"` - RecipientCountIn []int64 `json:"recipientCountIn,omitempty"` - RecipientCountNotIn []int64 `json:"recipientCountNotIn,omitempty"` - RecipientCountGt *int64 `json:"recipientCountGT,omitempty"` - RecipientCountGte *int64 `json:"recipientCountGTE,omitempty"` - RecipientCountLt *int64 `json:"recipientCountLT,omitempty"` - RecipientCountLte *int64 `json:"recipientCountLTE,omitempty"` - RecipientCountIsNil *bool `json:"recipientCountIsNil,omitempty"` - RecipientCountNotNil *bool `json:"recipientCountNotNil,omitempty"` + RecipientCount *int64 `json:"recipientCount,omitempty"` + RecipientCountNeq *int64 `json:"recipientCountNEQ,omitempty"` + RecipientCountGt *int64 `json:"recipientCountGT,omitempty"` + RecipientCountGte *int64 `json:"recipientCountGTE,omitempty"` + RecipientCountLt *int64 `json:"recipientCountLT,omitempty"` + RecipientCountLte *int64 `json:"recipientCountLTE,omitempty"` + RecipientCountIsNil *bool `json:"recipientCountIsNil,omitempty"` + RecipientCountNotNil *bool `json:"recipientCountNotNil,omitempty"` // resend_count field predicates - ResendCount *int64 `json:"resendCount,omitempty"` - ResendCountNeq *int64 `json:"resendCountNEQ,omitempty"` - ResendCountIn []int64 `json:"resendCountIn,omitempty"` - ResendCountNotIn []int64 `json:"resendCountNotIn,omitempty"` - ResendCountGt *int64 `json:"resendCountGT,omitempty"` - ResendCountGte *int64 `json:"resendCountGTE,omitempty"` - ResendCountLt *int64 `json:"resendCountLT,omitempty"` - ResendCountLte *int64 `json:"resendCountLTE,omitempty"` - ResendCountIsNil *bool `json:"resendCountIsNil,omitempty"` - ResendCountNotNil *bool `json:"resendCountNotNil,omitempty"` + ResendCount *int64 `json:"resendCount,omitempty"` + ResendCountNeq *int64 `json:"resendCountNEQ,omitempty"` + ResendCountGt *int64 `json:"resendCountGT,omitempty"` + ResendCountGte *int64 `json:"resendCountGTE,omitempty"` + ResendCountLt *int64 `json:"resendCountLT,omitempty"` + ResendCountLte *int64 `json:"resendCountLTE,omitempty"` + ResendCountIsNil *bool `json:"resendCountIsNil,omitempty"` + ResendCountNotNil *bool `json:"resendCountNotNil,omitempty"` // last_resent_at field predicates - LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` - LastResentAtNeq *models.DateTime `json:"lastResentAtNEQ,omitempty"` - LastResentAtIn []*models.DateTime `json:"lastResentAtIn,omitempty"` - LastResentAtNotIn []*models.DateTime `json:"lastResentAtNotIn,omitempty"` - LastResentAtGt *models.DateTime `json:"lastResentAtGT,omitempty"` - LastResentAtGte *models.DateTime `json:"lastResentAtGTE,omitempty"` - LastResentAtLt *models.DateTime `json:"lastResentAtLT,omitempty"` - LastResentAtLte *models.DateTime `json:"lastResentAtLTE,omitempty"` - LastResentAtIsNil *bool `json:"lastResentAtIsNil,omitempty"` - LastResentAtNotNil *bool `json:"lastResentAtNotNil,omitempty"` + LastResentAt *models.DateTime `json:"lastResentAt,omitempty"` + LastResentAtGt *models.DateTime `json:"lastResentAtGT,omitempty"` + LastResentAtGte *models.DateTime `json:"lastResentAtGTE,omitempty"` + LastResentAtLt *models.DateTime `json:"lastResentAtLT,omitempty"` + LastResentAtLte *models.DateTime `json:"lastResentAtLTE,omitempty"` + LastResentAtIsNil *bool `json:"lastResentAtIsNil,omitempty"` + LastResentAtNotNil *bool `json:"lastResentAtNotNil,omitempty"` // entity_id field predicates EntityID *string `json:"entityID,omitempty"` EntityIdneq *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIdgt *string `json:"entityIDGT,omitempty"` - EntityIdgte *string `json:"entityIDGTE,omitempty"` - EntityIdlt *string `json:"entityIDLT,omitempty"` - EntityIdlte *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -3769,10 +3187,6 @@ type CampaignWhereInput struct { TemplateIdneq *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIdgt *string `json:"templateIDGT,omitempty"` - TemplateIdgte *string `json:"templateIDGTE,omitempty"` - TemplateIdlt *string `json:"templateIDLT,omitempty"` - TemplateIdlte *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -3785,10 +3199,6 @@ type CampaignWhereInput struct { AssessmentIdneq *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIdgt *string `json:"assessmentIDGT,omitempty"` - AssessmentIdgte *string `json:"assessmentIDGTE,omitempty"` - AssessmentIdlt *string `json:"assessmentIDLT,omitempty"` - AssessmentIdlte *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -3801,10 +3211,6 @@ type CampaignWhereInput struct { EmailTemplateIdneq *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIdgt *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIdgte *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIdlt *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIdlte *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -3817,10 +3223,6 @@ type CampaignWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -3833,10 +3235,6 @@ type CampaignWhereInput struct { EmailBrandingIdneq *string `json:"emailBrandingIDNEQ,omitempty"` EmailBrandingIDIn []string `json:"emailBrandingIDIn,omitempty"` EmailBrandingIDNotIn []string `json:"emailBrandingIDNotIn,omitempty"` - EmailBrandingIdgt *string `json:"emailBrandingIDGT,omitempty"` - EmailBrandingIdgte *string `json:"emailBrandingIDGTE,omitempty"` - EmailBrandingIdlt *string `json:"emailBrandingIDLT,omitempty"` - EmailBrandingIdlte *string `json:"emailBrandingIDLTE,omitempty"` EmailBrandingIDContains *string `json:"emailBrandingIDContains,omitempty"` EmailBrandingIDHasPrefix *string `json:"emailBrandingIDHasPrefix,omitempty"` EmailBrandingIDHasSuffix *string `json:"emailBrandingIDHasSuffix,omitempty"` @@ -3849,10 +3247,6 @@ type CampaignWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -4042,43 +3436,29 @@ type CheckResultWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -4091,10 +3471,6 @@ type CheckResultWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -4107,10 +3483,6 @@ type CheckResultWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -4128,35 +3500,24 @@ type CheckResultWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` SourceEqualFold *string `json:"sourceEqualFold,omitempty"` SourceContainsFold *string `json:"sourceContainsFold,omitempty"` // last_observed_at field predicates - LastObservedAt *models.DateTime `json:"lastObservedAt,omitempty"` - LastObservedAtNeq *models.DateTime `json:"lastObservedAtNEQ,omitempty"` - LastObservedAtIn []*models.DateTime `json:"lastObservedAtIn,omitempty"` - LastObservedAtNotIn []*models.DateTime `json:"lastObservedAtNotIn,omitempty"` - LastObservedAtGt *models.DateTime `json:"lastObservedAtGT,omitempty"` - LastObservedAtGte *models.DateTime `json:"lastObservedAtGTE,omitempty"` - LastObservedAtLt *models.DateTime `json:"lastObservedAtLT,omitempty"` - LastObservedAtLte *models.DateTime `json:"lastObservedAtLTE,omitempty"` - LastObservedAtIsNil *bool `json:"lastObservedAtIsNil,omitempty"` - LastObservedAtNotNil *bool `json:"lastObservedAtNotNil,omitempty"` + LastObservedAt *models.DateTime `json:"lastObservedAt,omitempty"` + LastObservedAtGt *models.DateTime `json:"lastObservedAtGT,omitempty"` + LastObservedAtGte *models.DateTime `json:"lastObservedAtGTE,omitempty"` + LastObservedAtLt *models.DateTime `json:"lastObservedAtLT,omitempty"` + LastObservedAtLte *models.DateTime `json:"lastObservedAtLTE,omitempty"` + LastObservedAtIsNil *bool `json:"lastObservedAtIsNil,omitempty"` + LastObservedAtNotNil *bool `json:"lastObservedAtNotNil,omitempty"` // external_uri field predicates ExternalURI *string `json:"externalURI,omitempty"` ExternalURINeq *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGt *string `json:"externalURIGT,omitempty"` - ExternalURIGte *string `json:"externalURIGTE,omitempty"` - ExternalURILt *string `json:"externalURILT,omitempty"` - ExternalURILte *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -4169,10 +3530,6 @@ type CheckResultWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -4185,10 +3542,6 @@ type CheckResultWhereInput struct { ParentExternalIdneq *string `json:"parentExternalIDNEQ,omitempty"` ParentExternalIDIn []string `json:"parentExternalIDIn,omitempty"` ParentExternalIDNotIn []string `json:"parentExternalIDNotIn,omitempty"` - ParentExternalIdgt *string `json:"parentExternalIDGT,omitempty"` - ParentExternalIdgte *string `json:"parentExternalIDGTE,omitempty"` - ParentExternalIdlt *string `json:"parentExternalIDLT,omitempty"` - ParentExternalIdlte *string `json:"parentExternalIDLTE,omitempty"` ParentExternalIDContains *string `json:"parentExternalIDContains,omitempty"` ParentExternalIDHasPrefix *string `json:"parentExternalIDHasPrefix,omitempty"` ParentExternalIDHasSuffix *string `json:"parentExternalIDHasSuffix,omitempty"` @@ -4201,10 +3554,6 @@ type CheckResultWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -4410,43 +3759,29 @@ type ContactWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -4459,10 +3794,6 @@ type ContactWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -4475,10 +3806,6 @@ type ContactWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -4491,10 +3818,6 @@ type ContactWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -4507,10 +3830,6 @@ type ContactWhereInput struct { FullNameNeq *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGt *string `json:"fullNameGT,omitempty"` - FullNameGte *string `json:"fullNameGTE,omitempty"` - FullNameLt *string `json:"fullNameLT,omitempty"` - FullNameLte *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -4523,10 +3842,6 @@ type ContactWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -4539,10 +3854,6 @@ type ContactWhereInput struct { CompanyNeq *string `json:"companyNEQ,omitempty"` CompanyIn []string `json:"companyIn,omitempty"` CompanyNotIn []string `json:"companyNotIn,omitempty"` - CompanyGt *string `json:"companyGT,omitempty"` - CompanyGte *string `json:"companyGTE,omitempty"` - CompanyLt *string `json:"companyLT,omitempty"` - CompanyLte *string `json:"companyLTE,omitempty"` CompanyContains *string `json:"companyContains,omitempty"` CompanyHasPrefix *string `json:"companyHasPrefix,omitempty"` CompanyHasSuffix *string `json:"companyHasSuffix,omitempty"` @@ -4555,10 +3866,6 @@ type ContactWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -4571,10 +3878,6 @@ type ContactWhereInput struct { PhoneNumberNeq *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGt *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGte *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLt *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLte *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -4587,10 +3890,6 @@ type ContactWhereInput struct { AddressNeq *string `json:"addressNEQ,omitempty"` AddressIn []string `json:"addressIn,omitempty"` AddressNotIn []string `json:"addressNotIn,omitempty"` - AddressGt *string `json:"addressGT,omitempty"` - AddressGte *string `json:"addressGTE,omitempty"` - AddressLt *string `json:"addressLT,omitempty"` - AddressLte *string `json:"addressLTE,omitempty"` AddressContains *string `json:"addressContains,omitempty"` AddressHasPrefix *string `json:"addressHasPrefix,omitempty"` AddressHasSuffix *string `json:"addressHasSuffix,omitempty"` @@ -4608,10 +3907,6 @@ type ContactWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -4624,10 +3919,6 @@ type ContactWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -4636,16 +3927,13 @@ type ContactWhereInput struct { IntegrationIDEqualFold *string `json:"integrationIDEqualFold,omitempty"` IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // observed_at field predicates - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNeq *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -5108,43 +4396,29 @@ type ControlImplementationWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -5157,10 +4431,6 @@ type ControlImplementationWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -5173,10 +4443,6 @@ type ControlImplementationWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -5189,10 +4455,6 @@ type ControlImplementationWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -5210,10 +4472,6 @@ type ControlImplementationWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -5226,10 +4484,6 @@ type ControlImplementationWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -5245,41 +4499,31 @@ type ControlImplementationWhereInput struct { StatusIsNil *bool `json:"statusIsNil,omitempty"` StatusNotNil *bool `json:"statusNotNil,omitempty"` // implementation_date field predicates - ImplementationDate *time.Time `json:"implementationDate,omitempty"` - ImplementationDateNeq *time.Time `json:"implementationDateNEQ,omitempty"` - ImplementationDateIn []*time.Time `json:"implementationDateIn,omitempty"` - ImplementationDateNotIn []*time.Time `json:"implementationDateNotIn,omitempty"` - ImplementationDateGt *time.Time `json:"implementationDateGT,omitempty"` - ImplementationDateGte *time.Time `json:"implementationDateGTE,omitempty"` - ImplementationDateLt *time.Time `json:"implementationDateLT,omitempty"` - ImplementationDateLte *time.Time `json:"implementationDateLTE,omitempty"` - ImplementationDateIsNil *bool `json:"implementationDateIsNil,omitempty"` - ImplementationDateNotNil *bool `json:"implementationDateNotNil,omitempty"` + ImplementationDate *time.Time `json:"implementationDate,omitempty"` + ImplementationDateGt *time.Time `json:"implementationDateGT,omitempty"` + ImplementationDateGte *time.Time `json:"implementationDateGTE,omitempty"` + ImplementationDateLt *time.Time `json:"implementationDateLT,omitempty"` + ImplementationDateLte *time.Time `json:"implementationDateLTE,omitempty"` + ImplementationDateIsNil *bool `json:"implementationDateIsNil,omitempty"` + ImplementationDateNotNil *bool `json:"implementationDateNotNil,omitempty"` // verified field predicates Verified *bool `json:"verified,omitempty"` VerifiedNeq *bool `json:"verifiedNEQ,omitempty"` VerifiedIsNil *bool `json:"verifiedIsNil,omitempty"` VerifiedNotNil *bool `json:"verifiedNotNil,omitempty"` // verification_date field predicates - VerificationDate *time.Time `json:"verificationDate,omitempty"` - VerificationDateNeq *time.Time `json:"verificationDateNEQ,omitempty"` - VerificationDateIn []*time.Time `json:"verificationDateIn,omitempty"` - VerificationDateNotIn []*time.Time `json:"verificationDateNotIn,omitempty"` - VerificationDateGt *time.Time `json:"verificationDateGT,omitempty"` - VerificationDateGte *time.Time `json:"verificationDateGTE,omitempty"` - VerificationDateLt *time.Time `json:"verificationDateLT,omitempty"` - VerificationDateLte *time.Time `json:"verificationDateLTE,omitempty"` - VerificationDateIsNil *bool `json:"verificationDateIsNil,omitempty"` - VerificationDateNotNil *bool `json:"verificationDateNotNil,omitempty"` + VerificationDate *time.Time `json:"verificationDate,omitempty"` + VerificationDateGt *time.Time `json:"verificationDateGT,omitempty"` + VerificationDateGte *time.Time `json:"verificationDateGTE,omitempty"` + VerificationDateLt *time.Time `json:"verificationDateLT,omitempty"` + VerificationDateLte *time.Time `json:"verificationDateLTE,omitempty"` + VerificationDateIsNil *bool `json:"verificationDateIsNil,omitempty"` + VerificationDateNotNil *bool `json:"verificationDateNotNil,omitempty"` // details field predicates Details *string `json:"details,omitempty"` DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -5480,43 +4724,29 @@ type ControlObjectiveWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -5529,10 +4759,6 @@ type ControlObjectiveWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -5545,10 +4771,6 @@ type ControlObjectiveWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -5561,10 +4783,6 @@ type ControlObjectiveWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -5575,10 +4793,6 @@ type ControlObjectiveWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -5591,10 +4805,6 @@ type ControlObjectiveWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -5612,10 +4822,6 @@ type ControlObjectiveWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -5628,10 +4834,6 @@ type ControlObjectiveWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -5644,10 +4846,6 @@ type ControlObjectiveWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -5658,10 +4856,6 @@ type ControlObjectiveWhereInput struct { DesiredOutcomeNeq *string `json:"desiredOutcomeNEQ,omitempty"` DesiredOutcomeIn []string `json:"desiredOutcomeIn,omitempty"` DesiredOutcomeNotIn []string `json:"desiredOutcomeNotIn,omitempty"` - DesiredOutcomeGt *string `json:"desiredOutcomeGT,omitempty"` - DesiredOutcomeGte *string `json:"desiredOutcomeGTE,omitempty"` - DesiredOutcomeLt *string `json:"desiredOutcomeLT,omitempty"` - DesiredOutcomeLte *string `json:"desiredOutcomeLTE,omitempty"` DesiredOutcomeContains *string `json:"desiredOutcomeContains,omitempty"` DesiredOutcomeHasPrefix *string `json:"desiredOutcomeHasPrefix,omitempty"` DesiredOutcomeHasSuffix *string `json:"desiredOutcomeHasSuffix,omitempty"` @@ -5688,10 +4882,6 @@ type ControlObjectiveWhereInput struct { ControlObjectiveTypeNeq *string `json:"controlObjectiveTypeNEQ,omitempty"` ControlObjectiveTypeIn []string `json:"controlObjectiveTypeIn,omitempty"` ControlObjectiveTypeNotIn []string `json:"controlObjectiveTypeNotIn,omitempty"` - ControlObjectiveTypeGt *string `json:"controlObjectiveTypeGT,omitempty"` - ControlObjectiveTypeGte *string `json:"controlObjectiveTypeGTE,omitempty"` - ControlObjectiveTypeLt *string `json:"controlObjectiveTypeLT,omitempty"` - ControlObjectiveTypeLte *string `json:"controlObjectiveTypeLTE,omitempty"` ControlObjectiveTypeContains *string `json:"controlObjectiveTypeContains,omitempty"` ControlObjectiveTypeHasPrefix *string `json:"controlObjectiveTypeHasPrefix,omitempty"` ControlObjectiveTypeHasSuffix *string `json:"controlObjectiveTypeHasSuffix,omitempty"` @@ -5704,10 +4894,6 @@ type ControlObjectiveWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -5720,10 +4906,6 @@ type ControlObjectiveWhereInput struct { SubcategoryNeq *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGt *string `json:"subcategoryGT,omitempty"` - SubcategoryGte *string `json:"subcategoryGTE,omitempty"` - SubcategoryLt *string `json:"subcategoryLT,omitempty"` - SubcategoryLte *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -5878,43 +5060,29 @@ type ControlWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -5927,10 +5095,6 @@ type ControlWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -5943,10 +5107,6 @@ type ControlWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -5959,10 +5119,6 @@ type ControlWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -5973,10 +5129,6 @@ type ControlWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -5989,10 +5141,6 @@ type ControlWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -6005,10 +5153,6 @@ type ControlWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -6021,10 +5165,6 @@ type ControlWhereInput struct { ReferenceIdneq *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIdgt *string `json:"referenceIDGT,omitempty"` - ReferenceIdgte *string `json:"referenceIDGTE,omitempty"` - ReferenceIdlt *string `json:"referenceIDLT,omitempty"` - ReferenceIdlte *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -6037,10 +5177,6 @@ type ControlWhereInput struct { AuditorReferenceIdneq *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIdgt *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIdgte *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIdlt *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIdlte *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -6053,10 +5189,6 @@ type ControlWhereInput struct { ResponsiblePartyIdneq *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIdgt *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIdgte *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIdlt *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIdlte *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -6083,10 +5215,6 @@ type ControlWhereInput struct { ImplementationDescriptionNeq *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGt *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGte *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLt *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLte *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -6099,10 +5227,6 @@ type ControlWhereInput struct { PublicRepresentationNeq *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGt *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGte *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLt *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLte *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -6122,10 +5246,6 @@ type ControlWhereInput struct { SourceNameNeq *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGt *string `json:"sourceNameGT,omitempty"` - SourceNameGte *string `json:"sourceNameGTE,omitempty"` - SourceNameLt *string `json:"sourceNameLT,omitempty"` - SourceNameLte *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -6138,10 +5258,6 @@ type ControlWhereInput struct { ReferenceFrameworkNeq *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGt *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGte *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLt *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLte *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -6154,10 +5270,6 @@ type ControlWhereInput struct { ReferenceFrameworkRevisionNeq *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGt *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGte *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLt *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLte *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -6170,10 +5282,6 @@ type ControlWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -6186,10 +5294,6 @@ type ControlWhereInput struct { CategoryIdneq *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIdgt *string `json:"categoryIDGT,omitempty"` - CategoryIdgte *string `json:"categoryIDGTE,omitempty"` - CategoryIdlt *string `json:"categoryIDLT,omitempty"` - CategoryIdlte *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -6202,10 +5306,6 @@ type ControlWhereInput struct { SubcategoryNeq *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGt *string `json:"subcategoryGT,omitempty"` - SubcategoryGte *string `json:"subcategoryGTE,omitempty"` - SubcategoryLt *string `json:"subcategoryLT,omitempty"` - SubcategoryLte *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -6218,10 +5318,6 @@ type ControlWhereInput struct { ControlOwnerIdneq *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIdgt *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIdgte *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIdlt *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIdlte *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -6234,10 +5330,6 @@ type ControlWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -6250,10 +5342,6 @@ type ControlWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -6271,10 +5359,6 @@ type ControlWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -6287,10 +5371,6 @@ type ControlWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -6303,10 +5383,6 @@ type ControlWhereInput struct { ControlKindNameNeq *string `json:"controlKindNameNEQ,omitempty"` ControlKindNameIn []string `json:"controlKindNameIn,omitempty"` ControlKindNameNotIn []string `json:"controlKindNameNotIn,omitempty"` - ControlKindNameGt *string `json:"controlKindNameGT,omitempty"` - ControlKindNameGte *string `json:"controlKindNameGTE,omitempty"` - ControlKindNameLt *string `json:"controlKindNameLT,omitempty"` - ControlKindNameLte *string `json:"controlKindNameLTE,omitempty"` ControlKindNameContains *string `json:"controlKindNameContains,omitempty"` ControlKindNameHasPrefix *string `json:"controlKindNameHasPrefix,omitempty"` ControlKindNameHasSuffix *string `json:"controlKindNameHasSuffix,omitempty"` @@ -6319,10 +5395,6 @@ type ControlWhereInput struct { ControlKindIdneq *string `json:"controlKindIDNEQ,omitempty"` ControlKindIDIn []string `json:"controlKindIDIn,omitempty"` ControlKindIDNotIn []string `json:"controlKindIDNotIn,omitempty"` - ControlKindIdgt *string `json:"controlKindIDGT,omitempty"` - ControlKindIdgte *string `json:"controlKindIDGTE,omitempty"` - ControlKindIdlt *string `json:"controlKindIDLT,omitempty"` - ControlKindIdlte *string `json:"controlKindIDLTE,omitempty"` ControlKindIDContains *string `json:"controlKindIDContains,omitempty"` ControlKindIDHasPrefix *string `json:"controlKindIDHasPrefix,omitempty"` ControlKindIDHasSuffix *string `json:"controlKindIDHasSuffix,omitempty"` @@ -6335,10 +5407,6 @@ type ControlWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -6351,10 +5419,6 @@ type ControlWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -6367,10 +5431,6 @@ type ControlWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -6383,10 +5443,6 @@ type ControlWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -6404,10 +5460,6 @@ type ControlWhereInput struct { RefCodeNeq *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGt *string `json:"refCodeGT,omitempty"` - RefCodeGte *string `json:"refCodeGTE,omitempty"` - RefCodeLt *string `json:"refCodeLT,omitempty"` - RefCodeLte *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -6418,10 +5470,6 @@ type ControlWhereInput struct { StandardIdneq *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIdgt *string `json:"standardIDGT,omitempty"` - StandardIdgte *string `json:"standardIDGTE,omitempty"` - StandardIdlt *string `json:"standardIDLT,omitempty"` - StandardIdlte *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -10655,43 +9703,29 @@ type CustomDomainWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -10704,10 +9738,6 @@ type CustomDomainWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -10720,10 +9750,6 @@ type CustomDomainWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -10736,10 +9762,6 @@ type CustomDomainWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -10757,10 +9779,6 @@ type CustomDomainWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -10773,10 +9791,6 @@ type CustomDomainWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -10789,10 +9803,6 @@ type CustomDomainWhereInput struct { CnameRecordNeq *string `json:"cnameRecordNEQ,omitempty"` CnameRecordIn []string `json:"cnameRecordIn,omitempty"` CnameRecordNotIn []string `json:"cnameRecordNotIn,omitempty"` - CnameRecordGt *string `json:"cnameRecordGT,omitempty"` - CnameRecordGte *string `json:"cnameRecordGTE,omitempty"` - CnameRecordLt *string `json:"cnameRecordLT,omitempty"` - CnameRecordLte *string `json:"cnameRecordLTE,omitempty"` CnameRecordContains *string `json:"cnameRecordContains,omitempty"` CnameRecordHasPrefix *string `json:"cnameRecordHasPrefix,omitempty"` CnameRecordHasSuffix *string `json:"cnameRecordHasSuffix,omitempty"` @@ -10803,10 +9813,6 @@ type CustomDomainWhereInput struct { MappableDomainIdneq *string `json:"mappableDomainIDNEQ,omitempty"` MappableDomainIDIn []string `json:"mappableDomainIDIn,omitempty"` MappableDomainIDNotIn []string `json:"mappableDomainIDNotIn,omitempty"` - MappableDomainIdgt *string `json:"mappableDomainIDGT,omitempty"` - MappableDomainIdgte *string `json:"mappableDomainIDGTE,omitempty"` - MappableDomainIdlt *string `json:"mappableDomainIDLT,omitempty"` - MappableDomainIdlte *string `json:"mappableDomainIDLTE,omitempty"` MappableDomainIDContains *string `json:"mappableDomainIDContains,omitempty"` MappableDomainIDHasPrefix *string `json:"mappableDomainIDHasPrefix,omitempty"` MappableDomainIDHasSuffix *string `json:"mappableDomainIDHasSuffix,omitempty"` @@ -10817,10 +9823,6 @@ type CustomDomainWhereInput struct { DNSVerificationIdneq *string `json:"dnsVerificationIDNEQ,omitempty"` DNSVerificationIDIn []string `json:"dnsVerificationIDIn,omitempty"` DNSVerificationIDNotIn []string `json:"dnsVerificationIDNotIn,omitempty"` - DNSVerificationIdgt *string `json:"dnsVerificationIDGT,omitempty"` - DNSVerificationIdgte *string `json:"dnsVerificationIDGTE,omitempty"` - DNSVerificationIdlt *string `json:"dnsVerificationIDLT,omitempty"` - DNSVerificationIdlte *string `json:"dnsVerificationIDLTE,omitempty"` DNSVerificationIDContains *string `json:"dnsVerificationIDContains,omitempty"` DNSVerificationIDHasPrefix *string `json:"dnsVerificationIDHasPrefix,omitempty"` DNSVerificationIDHasSuffix *string `json:"dnsVerificationIDHasSuffix,omitempty"` @@ -10833,10 +9835,6 @@ type CustomDomainWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -10966,43 +9964,29 @@ type CustomTypeEnumWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -11015,10 +9999,6 @@ type CustomTypeEnumWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -11031,10 +10011,6 @@ type CustomTypeEnumWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -11047,10 +10023,6 @@ type CustomTypeEnumWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -11068,10 +10040,6 @@ type CustomTypeEnumWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -11084,10 +10052,6 @@ type CustomTypeEnumWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -11100,10 +10064,6 @@ type CustomTypeEnumWhereInput struct { ObjectTypeNeq *string `json:"objectTypeNEQ,omitempty"` ObjectTypeIn []string `json:"objectTypeIn,omitempty"` ObjectTypeNotIn []string `json:"objectTypeNotIn,omitempty"` - ObjectTypeGt *string `json:"objectTypeGT,omitempty"` - ObjectTypeGte *string `json:"objectTypeGTE,omitempty"` - ObjectTypeLt *string `json:"objectTypeLT,omitempty"` - ObjectTypeLte *string `json:"objectTypeLTE,omitempty"` ObjectTypeContains *string `json:"objectTypeContains,omitempty"` ObjectTypeHasPrefix *string `json:"objectTypeHasPrefix,omitempty"` ObjectTypeHasSuffix *string `json:"objectTypeHasSuffix,omitempty"` @@ -11114,10 +10074,6 @@ type CustomTypeEnumWhereInput struct { FieldNeq *string `json:"fieldNEQ,omitempty"` FieldIn []string `json:"fieldIn,omitempty"` FieldNotIn []string `json:"fieldNotIn,omitempty"` - FieldGt *string `json:"fieldGT,omitempty"` - FieldGte *string `json:"fieldGTE,omitempty"` - FieldLt *string `json:"fieldLT,omitempty"` - FieldLte *string `json:"fieldLTE,omitempty"` FieldContains *string `json:"fieldContains,omitempty"` FieldHasPrefix *string `json:"fieldHasPrefix,omitempty"` FieldHasSuffix *string `json:"fieldHasSuffix,omitempty"` @@ -11128,10 +10084,6 @@ type CustomTypeEnumWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -11142,10 +10094,6 @@ type CustomTypeEnumWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -11158,10 +10106,6 @@ type CustomTypeEnumWhereInput struct { ColorNeq *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGt *string `json:"colorGT,omitempty"` - ColorGte *string `json:"colorGTE,omitempty"` - ColorLt *string `json:"colorLT,omitempty"` - ColorLte *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -11174,10 +10118,6 @@ type CustomTypeEnumWhereInput struct { IconNeq *string `json:"iconNEQ,omitempty"` IconIn []string `json:"iconIn,omitempty"` IconNotIn []string `json:"iconNotIn,omitempty"` - IconGt *string `json:"iconGT,omitempty"` - IconGte *string `json:"iconGTE,omitempty"` - IconLt *string `json:"iconLT,omitempty"` - IconLte *string `json:"iconLTE,omitempty"` IconContains *string `json:"iconContains,omitempty"` IconHasPrefix *string `json:"iconHasPrefix,omitempty"` IconHasSuffix *string `json:"iconHasSuffix,omitempty"` @@ -11339,43 +10279,29 @@ type DNSVerificationWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -11388,10 +10314,6 @@ type DNSVerificationWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -11404,10 +10326,6 @@ type DNSVerificationWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -11420,10 +10338,6 @@ type DNSVerificationWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -11436,10 +10350,6 @@ type DNSVerificationWhereInput struct { CloudflareHostnameIdneq *string `json:"cloudflareHostnameIDNEQ,omitempty"` CloudflareHostnameIDIn []string `json:"cloudflareHostnameIDIn,omitempty"` CloudflareHostnameIDNotIn []string `json:"cloudflareHostnameIDNotIn,omitempty"` - CloudflareHostnameIdgt *string `json:"cloudflareHostnameIDGT,omitempty"` - CloudflareHostnameIdgte *string `json:"cloudflareHostnameIDGTE,omitempty"` - CloudflareHostnameIdlt *string `json:"cloudflareHostnameIDLT,omitempty"` - CloudflareHostnameIdlte *string `json:"cloudflareHostnameIDLTE,omitempty"` CloudflareHostnameIDContains *string `json:"cloudflareHostnameIDContains,omitempty"` CloudflareHostnameIDHasPrefix *string `json:"cloudflareHostnameIDHasPrefix,omitempty"` CloudflareHostnameIDHasSuffix *string `json:"cloudflareHostnameIDHasSuffix,omitempty"` @@ -11450,10 +10360,6 @@ type DNSVerificationWhereInput struct { DNSTxtRecordNeq *string `json:"dnsTxtRecordNEQ,omitempty"` DNSTxtRecordIn []string `json:"dnsTxtRecordIn,omitempty"` DNSTxtRecordNotIn []string `json:"dnsTxtRecordNotIn,omitempty"` - DNSTxtRecordGt *string `json:"dnsTxtRecordGT,omitempty"` - DNSTxtRecordGte *string `json:"dnsTxtRecordGTE,omitempty"` - DNSTxtRecordLt *string `json:"dnsTxtRecordLT,omitempty"` - DNSTxtRecordLte *string `json:"dnsTxtRecordLTE,omitempty"` DNSTxtRecordContains *string `json:"dnsTxtRecordContains,omitempty"` DNSTxtRecordHasPrefix *string `json:"dnsTxtRecordHasPrefix,omitempty"` DNSTxtRecordHasSuffix *string `json:"dnsTxtRecordHasSuffix,omitempty"` @@ -11464,10 +10370,6 @@ type DNSVerificationWhereInput struct { DNSTxtValueNeq *string `json:"dnsTxtValueNEQ,omitempty"` DNSTxtValueIn []string `json:"dnsTxtValueIn,omitempty"` DNSTxtValueNotIn []string `json:"dnsTxtValueNotIn,omitempty"` - DNSTxtValueGt *string `json:"dnsTxtValueGT,omitempty"` - DNSTxtValueGte *string `json:"dnsTxtValueGTE,omitempty"` - DNSTxtValueLt *string `json:"dnsTxtValueLT,omitempty"` - DNSTxtValueLte *string `json:"dnsTxtValueLTE,omitempty"` DNSTxtValueContains *string `json:"dnsTxtValueContains,omitempty"` DNSTxtValueHasPrefix *string `json:"dnsTxtValueHasPrefix,omitempty"` DNSTxtValueHasSuffix *string `json:"dnsTxtValueHasSuffix,omitempty"` @@ -11483,10 +10385,6 @@ type DNSVerificationWhereInput struct { DNSVerificationStatusReasonNeq *string `json:"dnsVerificationStatusReasonNEQ,omitempty"` DNSVerificationStatusReasonIn []string `json:"dnsVerificationStatusReasonIn,omitempty"` DNSVerificationStatusReasonNotIn []string `json:"dnsVerificationStatusReasonNotIn,omitempty"` - DNSVerificationStatusReasonGt *string `json:"dnsVerificationStatusReasonGT,omitempty"` - DNSVerificationStatusReasonGte *string `json:"dnsVerificationStatusReasonGTE,omitempty"` - DNSVerificationStatusReasonLt *string `json:"dnsVerificationStatusReasonLT,omitempty"` - DNSVerificationStatusReasonLte *string `json:"dnsVerificationStatusReasonLTE,omitempty"` DNSVerificationStatusReasonContains *string `json:"dnsVerificationStatusReasonContains,omitempty"` DNSVerificationStatusReasonHasPrefix *string `json:"dnsVerificationStatusReasonHasPrefix,omitempty"` DNSVerificationStatusReasonHasSuffix *string `json:"dnsVerificationStatusReasonHasSuffix,omitempty"` @@ -11499,10 +10397,6 @@ type DNSVerificationWhereInput struct { AcmeChallengePathNeq *string `json:"acmeChallengePathNEQ,omitempty"` AcmeChallengePathIn []string `json:"acmeChallengePathIn,omitempty"` AcmeChallengePathNotIn []string `json:"acmeChallengePathNotIn,omitempty"` - AcmeChallengePathGt *string `json:"acmeChallengePathGT,omitempty"` - AcmeChallengePathGte *string `json:"acmeChallengePathGTE,omitempty"` - AcmeChallengePathLt *string `json:"acmeChallengePathLT,omitempty"` - AcmeChallengePathLte *string `json:"acmeChallengePathLTE,omitempty"` AcmeChallengePathContains *string `json:"acmeChallengePathContains,omitempty"` AcmeChallengePathHasPrefix *string `json:"acmeChallengePathHasPrefix,omitempty"` AcmeChallengePathHasSuffix *string `json:"acmeChallengePathHasSuffix,omitempty"` @@ -11515,10 +10409,6 @@ type DNSVerificationWhereInput struct { ExpectedAcmeChallengeValueNeq *string `json:"expectedAcmeChallengeValueNEQ,omitempty"` ExpectedAcmeChallengeValueIn []string `json:"expectedAcmeChallengeValueIn,omitempty"` ExpectedAcmeChallengeValueNotIn []string `json:"expectedAcmeChallengeValueNotIn,omitempty"` - ExpectedAcmeChallengeValueGt *string `json:"expectedAcmeChallengeValueGT,omitempty"` - ExpectedAcmeChallengeValueGte *string `json:"expectedAcmeChallengeValueGTE,omitempty"` - ExpectedAcmeChallengeValueLt *string `json:"expectedAcmeChallengeValueLT,omitempty"` - ExpectedAcmeChallengeValueLte *string `json:"expectedAcmeChallengeValueLTE,omitempty"` ExpectedAcmeChallengeValueContains *string `json:"expectedAcmeChallengeValueContains,omitempty"` ExpectedAcmeChallengeValueHasPrefix *string `json:"expectedAcmeChallengeValueHasPrefix,omitempty"` ExpectedAcmeChallengeValueHasSuffix *string `json:"expectedAcmeChallengeValueHasSuffix,omitempty"` @@ -11536,10 +10426,6 @@ type DNSVerificationWhereInput struct { AcmeChallengeStatusReasonNeq *string `json:"acmeChallengeStatusReasonNEQ,omitempty"` AcmeChallengeStatusReasonIn []string `json:"acmeChallengeStatusReasonIn,omitempty"` AcmeChallengeStatusReasonNotIn []string `json:"acmeChallengeStatusReasonNotIn,omitempty"` - AcmeChallengeStatusReasonGt *string `json:"acmeChallengeStatusReasonGT,omitempty"` - AcmeChallengeStatusReasonGte *string `json:"acmeChallengeStatusReasonGTE,omitempty"` - AcmeChallengeStatusReasonLt *string `json:"acmeChallengeStatusReasonLT,omitempty"` - AcmeChallengeStatusReasonLte *string `json:"acmeChallengeStatusReasonLTE,omitempty"` AcmeChallengeStatusReasonContains *string `json:"acmeChallengeStatusReasonContains,omitempty"` AcmeChallengeStatusReasonHasPrefix *string `json:"acmeChallengeStatusReasonHasPrefix,omitempty"` AcmeChallengeStatusReasonHasSuffix *string `json:"acmeChallengeStatusReasonHasSuffix,omitempty"` @@ -11733,43 +10619,29 @@ type DirectoryAccountWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -11782,10 +10654,6 @@ type DirectoryAccountWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -11798,10 +10666,6 @@ type DirectoryAccountWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -11814,10 +10678,6 @@ type DirectoryAccountWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -11828,10 +10688,6 @@ type DirectoryAccountWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -11844,10 +10700,6 @@ type DirectoryAccountWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -11860,10 +10712,6 @@ type DirectoryAccountWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -11876,10 +10724,6 @@ type DirectoryAccountWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -11892,10 +10736,6 @@ type DirectoryAccountWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -11908,10 +10748,6 @@ type DirectoryAccountWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -11924,10 +10760,6 @@ type DirectoryAccountWhereInput struct { DirectorySyncRunIdneq *string `json:"directorySyncRunIDNEQ,omitempty"` DirectorySyncRunIDIn []string `json:"directorySyncRunIDIn,omitempty"` DirectorySyncRunIDNotIn []string `json:"directorySyncRunIDNotIn,omitempty"` - DirectorySyncRunIdgt *string `json:"directorySyncRunIDGT,omitempty"` - DirectorySyncRunIdgte *string `json:"directorySyncRunIDGTE,omitempty"` - DirectorySyncRunIdlt *string `json:"directorySyncRunIDLT,omitempty"` - DirectorySyncRunIdlte *string `json:"directorySyncRunIDLTE,omitempty"` DirectorySyncRunIDContains *string `json:"directorySyncRunIDContains,omitempty"` DirectorySyncRunIDHasPrefix *string `json:"directorySyncRunIDHasPrefix,omitempty"` DirectorySyncRunIDHasSuffix *string `json:"directorySyncRunIDHasSuffix,omitempty"` @@ -11940,10 +10772,6 @@ type DirectoryAccountWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -11956,10 +10784,6 @@ type DirectoryAccountWhereInput struct { DirectoryInstanceIdneq *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIdgt *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIdgte *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIdlt *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIdlte *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -11972,10 +10796,6 @@ type DirectoryAccountWhereInput struct { IdentityHolderIdneq *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIdgt *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIdgte *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIdlt *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIdlte *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -11988,10 +10808,6 @@ type DirectoryAccountWhereInput struct { DirectoryNameNeq *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGt *string `json:"directoryNameGT,omitempty"` - DirectoryNameGte *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLt *string `json:"directoryNameLT,omitempty"` - DirectoryNameLte *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -12004,10 +10820,6 @@ type DirectoryAccountWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -12018,10 +10830,6 @@ type DirectoryAccountWhereInput struct { SecondaryKeyNeq *string `json:"secondaryKeyNEQ,omitempty"` SecondaryKeyIn []string `json:"secondaryKeyIn,omitempty"` SecondaryKeyNotIn []string `json:"secondaryKeyNotIn,omitempty"` - SecondaryKeyGt *string `json:"secondaryKeyGT,omitempty"` - SecondaryKeyGte *string `json:"secondaryKeyGTE,omitempty"` - SecondaryKeyLt *string `json:"secondaryKeyLT,omitempty"` - SecondaryKeyLte *string `json:"secondaryKeyLTE,omitempty"` SecondaryKeyContains *string `json:"secondaryKeyContains,omitempty"` SecondaryKeyHasPrefix *string `json:"secondaryKeyHasPrefix,omitempty"` SecondaryKeyHasSuffix *string `json:"secondaryKeyHasSuffix,omitempty"` @@ -12034,10 +10842,6 @@ type DirectoryAccountWhereInput struct { CanonicalEmailNeq *string `json:"canonicalEmailNEQ,omitempty"` CanonicalEmailIn []string `json:"canonicalEmailIn,omitempty"` CanonicalEmailNotIn []string `json:"canonicalEmailNotIn,omitempty"` - CanonicalEmailGt *string `json:"canonicalEmailGT,omitempty"` - CanonicalEmailGte *string `json:"canonicalEmailGTE,omitempty"` - CanonicalEmailLt *string `json:"canonicalEmailLT,omitempty"` - CanonicalEmailLte *string `json:"canonicalEmailLTE,omitempty"` CanonicalEmailContains *string `json:"canonicalEmailContains,omitempty"` CanonicalEmailHasPrefix *string `json:"canonicalEmailHasPrefix,omitempty"` CanonicalEmailHasSuffix *string `json:"canonicalEmailHasSuffix,omitempty"` @@ -12050,10 +10854,6 @@ type DirectoryAccountWhereInput struct { PhoneNumberNeq *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGt *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGte *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLt *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLte *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -12066,10 +10866,6 @@ type DirectoryAccountWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -12082,10 +10878,6 @@ type DirectoryAccountWhereInput struct { AvatarRemoteURLNeq *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGt *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGte *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLt *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLte *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -12098,10 +10890,6 @@ type DirectoryAccountWhereInput struct { AvatarLocalFileIdneq *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIdgt *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIdgte *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIdlt *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIdlte *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -12110,25 +10898,18 @@ type DirectoryAccountWhereInput struct { AvatarLocalFileIDEqualFold *string `json:"avatarLocalFileIDEqualFold,omitempty"` AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // avatar_updated_at field predicates - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNeq *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []*time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []*time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` // given_name field predicates GivenName *string `json:"givenName,omitempty"` GivenNameNeq *string `json:"givenNameNEQ,omitempty"` GivenNameIn []string `json:"givenNameIn,omitempty"` GivenNameNotIn []string `json:"givenNameNotIn,omitempty"` - GivenNameGt *string `json:"givenNameGT,omitempty"` - GivenNameGte *string `json:"givenNameGTE,omitempty"` - GivenNameLt *string `json:"givenNameLT,omitempty"` - GivenNameLte *string `json:"givenNameLTE,omitempty"` GivenNameContains *string `json:"givenNameContains,omitempty"` GivenNameHasPrefix *string `json:"givenNameHasPrefix,omitempty"` GivenNameHasSuffix *string `json:"givenNameHasSuffix,omitempty"` @@ -12141,10 +10922,6 @@ type DirectoryAccountWhereInput struct { FamilyNameNeq *string `json:"familyNameNEQ,omitempty"` FamilyNameIn []string `json:"familyNameIn,omitempty"` FamilyNameNotIn []string `json:"familyNameNotIn,omitempty"` - FamilyNameGt *string `json:"familyNameGT,omitempty"` - FamilyNameGte *string `json:"familyNameGTE,omitempty"` - FamilyNameLt *string `json:"familyNameLT,omitempty"` - FamilyNameLte *string `json:"familyNameLTE,omitempty"` FamilyNameContains *string `json:"familyNameContains,omitempty"` FamilyNameHasPrefix *string `json:"familyNameHasPrefix,omitempty"` FamilyNameHasSuffix *string `json:"familyNameHasSuffix,omitempty"` @@ -12157,10 +10934,6 @@ type DirectoryAccountWhereInput struct { JobTitleNeq *string `json:"jobTitleNEQ,omitempty"` JobTitleIn []string `json:"jobTitleIn,omitempty"` JobTitleNotIn []string `json:"jobTitleNotIn,omitempty"` - JobTitleGt *string `json:"jobTitleGT,omitempty"` - JobTitleGte *string `json:"jobTitleGTE,omitempty"` - JobTitleLt *string `json:"jobTitleLT,omitempty"` - JobTitleLte *string `json:"jobTitleLTE,omitempty"` JobTitleContains *string `json:"jobTitleContains,omitempty"` JobTitleHasPrefix *string `json:"jobTitleHasPrefix,omitempty"` JobTitleHasSuffix *string `json:"jobTitleHasSuffix,omitempty"` @@ -12173,10 +10946,6 @@ type DirectoryAccountWhereInput struct { DepartmentNeq *string `json:"departmentNEQ,omitempty"` DepartmentIn []string `json:"departmentIn,omitempty"` DepartmentNotIn []string `json:"departmentNotIn,omitempty"` - DepartmentGt *string `json:"departmentGT,omitempty"` - DepartmentGte *string `json:"departmentGTE,omitempty"` - DepartmentLt *string `json:"departmentLT,omitempty"` - DepartmentLte *string `json:"departmentLTE,omitempty"` DepartmentContains *string `json:"departmentContains,omitempty"` DepartmentHasPrefix *string `json:"departmentHasPrefix,omitempty"` DepartmentHasSuffix *string `json:"departmentHasSuffix,omitempty"` @@ -12189,10 +10958,6 @@ type DirectoryAccountWhereInput struct { OrganizationUnitNeq *string `json:"organizationUnitNEQ,omitempty"` OrganizationUnitIn []string `json:"organizationUnitIn,omitempty"` OrganizationUnitNotIn []string `json:"organizationUnitNotIn,omitempty"` - OrganizationUnitGt *string `json:"organizationUnitGT,omitempty"` - OrganizationUnitGte *string `json:"organizationUnitGTE,omitempty"` - OrganizationUnitLt *string `json:"organizationUnitLT,omitempty"` - OrganizationUnitLte *string `json:"organizationUnitLTE,omitempty"` OrganizationUnitContains *string `json:"organizationUnitContains,omitempty"` OrganizationUnitHasPrefix *string `json:"organizationUnitHasPrefix,omitempty"` OrganizationUnitHasSuffix *string `json:"organizationUnitHasSuffix,omitempty"` @@ -12222,10 +10987,6 @@ type DirectoryAccountWhereInput struct { LastSeenIpneq *string `json:"lastSeenIPNEQ,omitempty"` LastSeenIPIn []string `json:"lastSeenIPIn,omitempty"` LastSeenIPNotIn []string `json:"lastSeenIPNotIn,omitempty"` - LastSeenIpgt *string `json:"lastSeenIPGT,omitempty"` - LastSeenIpgte *string `json:"lastSeenIPGTE,omitempty"` - LastSeenIplt *string `json:"lastSeenIPLT,omitempty"` - LastSeenIplte *string `json:"lastSeenIPLTE,omitempty"` LastSeenIPContains *string `json:"lastSeenIPContains,omitempty"` LastSeenIPHasPrefix *string `json:"lastSeenIPHasPrefix,omitempty"` LastSeenIPHasSuffix *string `json:"lastSeenIPHasSuffix,omitempty"` @@ -12234,78 +10995,56 @@ type DirectoryAccountWhereInput struct { LastSeenIPEqualFold *string `json:"lastSeenIPEqualFold,omitempty"` LastSeenIPContainsFold *string `json:"lastSeenIPContainsFold,omitempty"` // last_login_at field predicates - LastLoginAt *time.Time `json:"lastLoginAt,omitempty"` - LastLoginAtNeq *time.Time `json:"lastLoginAtNEQ,omitempty"` - LastLoginAtIn []*time.Time `json:"lastLoginAtIn,omitempty"` - LastLoginAtNotIn []*time.Time `json:"lastLoginAtNotIn,omitempty"` - LastLoginAtGt *time.Time `json:"lastLoginAtGT,omitempty"` - LastLoginAtGte *time.Time `json:"lastLoginAtGTE,omitempty"` - LastLoginAtLt *time.Time `json:"lastLoginAtLT,omitempty"` - LastLoginAtLte *time.Time `json:"lastLoginAtLTE,omitempty"` - LastLoginAtIsNil *bool `json:"lastLoginAtIsNil,omitempty"` - LastLoginAtNotNil *bool `json:"lastLoginAtNotNil,omitempty"` + LastLoginAt *time.Time `json:"lastLoginAt,omitempty"` + LastLoginAtGt *time.Time `json:"lastLoginAtGT,omitempty"` + LastLoginAtGte *time.Time `json:"lastLoginAtGTE,omitempty"` + LastLoginAtLt *time.Time `json:"lastLoginAtLT,omitempty"` + LastLoginAtLte *time.Time `json:"lastLoginAtLTE,omitempty"` + LastLoginAtIsNil *bool `json:"lastLoginAtIsNil,omitempty"` + LastLoginAtNotNil *bool `json:"lastLoginAtNotNil,omitempty"` // first_seen_at field predicates - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNeq *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []*time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []*time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` // last_seen_at field predicates - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNeq *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []*time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []*time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` // added_at field predicates - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNeq *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []*time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []*time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGt *time.Time `json:"addedAtGT,omitempty"` - AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLt *time.Time `json:"addedAtLT,omitempty"` - AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGt *time.Time `json:"addedAtGT,omitempty"` + AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLt *time.Time `json:"addedAtLT,omitempty"` + AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` // removed_at field predicates - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNeq *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []*time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []*time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` // observed_at field predicates - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNeq *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` // profile_hash field predicates ProfileHash *string `json:"profileHash,omitempty"` ProfileHashNeq *string `json:"profileHashNEQ,omitempty"` ProfileHashIn []string `json:"profileHashIn,omitempty"` ProfileHashNotIn []string `json:"profileHashNotIn,omitempty"` - ProfileHashGt *string `json:"profileHashGT,omitempty"` - ProfileHashGte *string `json:"profileHashGTE,omitempty"` - ProfileHashLt *string `json:"profileHashLT,omitempty"` - ProfileHashLte *string `json:"profileHashLTE,omitempty"` ProfileHashContains *string `json:"profileHashContains,omitempty"` ProfileHashHasPrefix *string `json:"profileHashHasPrefix,omitempty"` ProfileHashHasSuffix *string `json:"profileHashHasSuffix,omitempty"` @@ -12316,10 +11055,6 @@ type DirectoryAccountWhereInput struct { SourceVersionNeq *string `json:"sourceVersionNEQ,omitempty"` SourceVersionIn []string `json:"sourceVersionIn,omitempty"` SourceVersionNotIn []string `json:"sourceVersionNotIn,omitempty"` - SourceVersionGt *string `json:"sourceVersionGT,omitempty"` - SourceVersionGte *string `json:"sourceVersionGTE,omitempty"` - SourceVersionLt *string `json:"sourceVersionLT,omitempty"` - SourceVersionLte *string `json:"sourceVersionLTE,omitempty"` SourceVersionContains *string `json:"sourceVersionContains,omitempty"` SourceVersionHasPrefix *string `json:"sourceVersionHasPrefix,omitempty"` SourceVersionHasSuffix *string `json:"sourceVersionHasSuffix,omitempty"` @@ -12517,43 +11252,29 @@ type DirectoryGroupWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -12566,10 +11287,6 @@ type DirectoryGroupWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -12582,10 +11299,6 @@ type DirectoryGroupWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -12598,10 +11311,6 @@ type DirectoryGroupWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -12612,10 +11321,6 @@ type DirectoryGroupWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -12628,10 +11333,6 @@ type DirectoryGroupWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -12644,10 +11345,6 @@ type DirectoryGroupWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -12660,10 +11357,6 @@ type DirectoryGroupWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -12676,10 +11369,6 @@ type DirectoryGroupWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -12692,10 +11381,6 @@ type DirectoryGroupWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -12706,10 +11391,6 @@ type DirectoryGroupWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -12722,10 +11403,6 @@ type DirectoryGroupWhereInput struct { DirectoryInstanceIdneq *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIdgt *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIdgte *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIdlt *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIdlte *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -12738,10 +11415,6 @@ type DirectoryGroupWhereInput struct { DirectorySyncRunIdneq *string `json:"directorySyncRunIDNEQ,omitempty"` DirectorySyncRunIDIn []string `json:"directorySyncRunIDIn,omitempty"` DirectorySyncRunIDNotIn []string `json:"directorySyncRunIDNotIn,omitempty"` - DirectorySyncRunIdgt *string `json:"directorySyncRunIDGT,omitempty"` - DirectorySyncRunIdgte *string `json:"directorySyncRunIDGTE,omitempty"` - DirectorySyncRunIdlt *string `json:"directorySyncRunIDLT,omitempty"` - DirectorySyncRunIdlte *string `json:"directorySyncRunIDLTE,omitempty"` DirectorySyncRunIDContains *string `json:"directorySyncRunIDContains,omitempty"` DirectorySyncRunIDHasPrefix *string `json:"directorySyncRunIDHasPrefix,omitempty"` DirectorySyncRunIDHasSuffix *string `json:"directorySyncRunIDHasSuffix,omitempty"` @@ -12752,10 +11425,6 @@ type DirectoryGroupWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -12766,10 +11435,6 @@ type DirectoryGroupWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -12782,10 +11447,6 @@ type DirectoryGroupWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -12809,78 +11470,57 @@ type DirectoryGroupWhereInput struct { ExternalSharingAllowedIsNil *bool `json:"externalSharingAllowedIsNil,omitempty"` ExternalSharingAllowedNotNil *bool `json:"externalSharingAllowedNotNil,omitempty"` // member_count field predicates - MemberCount *int64 `json:"memberCount,omitempty"` - MemberCountNeq *int64 `json:"memberCountNEQ,omitempty"` - MemberCountIn []int64 `json:"memberCountIn,omitempty"` - MemberCountNotIn []int64 `json:"memberCountNotIn,omitempty"` - MemberCountGt *int64 `json:"memberCountGT,omitempty"` - MemberCountGte *int64 `json:"memberCountGTE,omitempty"` - MemberCountLt *int64 `json:"memberCountLT,omitempty"` - MemberCountLte *int64 `json:"memberCountLTE,omitempty"` - MemberCountIsNil *bool `json:"memberCountIsNil,omitempty"` - MemberCountNotNil *bool `json:"memberCountNotNil,omitempty"` + MemberCount *int64 `json:"memberCount,omitempty"` + MemberCountNeq *int64 `json:"memberCountNEQ,omitempty"` + MemberCountGt *int64 `json:"memberCountGT,omitempty"` + MemberCountGte *int64 `json:"memberCountGTE,omitempty"` + MemberCountLt *int64 `json:"memberCountLT,omitempty"` + MemberCountLte *int64 `json:"memberCountLTE,omitempty"` + MemberCountIsNil *bool `json:"memberCountIsNil,omitempty"` + MemberCountNotNil *bool `json:"memberCountNotNil,omitempty"` // first_seen_at field predicates - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNeq *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []*time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []*time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` // last_seen_at field predicates - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNeq *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []*time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []*time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` // added_at field predicates - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNeq *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []*time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []*time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGt *time.Time `json:"addedAtGT,omitempty"` - AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLt *time.Time `json:"addedAtLT,omitempty"` - AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGt *time.Time `json:"addedAtGT,omitempty"` + AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLt *time.Time `json:"addedAtLT,omitempty"` + AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` // removed_at field predicates - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNeq *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []*time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []*time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` // observed_at field predicates - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNeq *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` // profile_hash field predicates ProfileHash *string `json:"profileHash,omitempty"` ProfileHashNeq *string `json:"profileHashNEQ,omitempty"` ProfileHashIn []string `json:"profileHashIn,omitempty"` ProfileHashNotIn []string `json:"profileHashNotIn,omitempty"` - ProfileHashGt *string `json:"profileHashGT,omitempty"` - ProfileHashGte *string `json:"profileHashGTE,omitempty"` - ProfileHashLt *string `json:"profileHashLT,omitempty"` - ProfileHashLte *string `json:"profileHashLTE,omitempty"` ProfileHashContains *string `json:"profileHashContains,omitempty"` ProfileHashHasPrefix *string `json:"profileHashHasPrefix,omitempty"` ProfileHashHasSuffix *string `json:"profileHashHasSuffix,omitempty"` @@ -12891,10 +11531,6 @@ type DirectoryGroupWhereInput struct { SourceVersionNeq *string `json:"sourceVersionNEQ,omitempty"` SourceVersionIn []string `json:"sourceVersionIn,omitempty"` SourceVersionNotIn []string `json:"sourceVersionNotIn,omitempty"` - SourceVersionGt *string `json:"sourceVersionGT,omitempty"` - SourceVersionGte *string `json:"sourceVersionGTE,omitempty"` - SourceVersionLt *string `json:"sourceVersionLT,omitempty"` - SourceVersionLte *string `json:"sourceVersionLTE,omitempty"` SourceVersionContains *string `json:"sourceVersionContains,omitempty"` SourceVersionHasPrefix *string `json:"sourceVersionHasPrefix,omitempty"` SourceVersionHasSuffix *string `json:"sourceVersionHasSuffix,omitempty"` @@ -12907,10 +11543,6 @@ type DirectoryGroupWhereInput struct { DirectoryNameNeq *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGt *string `json:"directoryNameGT,omitempty"` - DirectoryNameGte *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLt *string `json:"directoryNameLT,omitempty"` - DirectoryNameLte *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -13079,43 +11711,29 @@ type DirectoryMembershipWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -13128,10 +11746,6 @@ type DirectoryMembershipWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -13144,10 +11758,6 @@ type DirectoryMembershipWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -13160,10 +11770,6 @@ type DirectoryMembershipWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -13174,10 +11780,6 @@ type DirectoryMembershipWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -13190,10 +11792,6 @@ type DirectoryMembershipWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -13206,10 +11804,6 @@ type DirectoryMembershipWhereInput struct { DirectoryInstanceIdneq *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIdgt *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIdgte *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIdlt *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIdlte *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -13229,10 +11823,6 @@ type DirectoryMembershipWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -13245,10 +11835,6 @@ type DirectoryMembershipWhereInput struct { DirectoryNameNeq *string `json:"directoryNameNEQ,omitempty"` DirectoryNameIn []string `json:"directoryNameIn,omitempty"` DirectoryNameNotIn []string `json:"directoryNameNotIn,omitempty"` - DirectoryNameGt *string `json:"directoryNameGT,omitempty"` - DirectoryNameGte *string `json:"directoryNameGTE,omitempty"` - DirectoryNameLt *string `json:"directoryNameLT,omitempty"` - DirectoryNameLte *string `json:"directoryNameLTE,omitempty"` DirectoryNameContains *string `json:"directoryNameContains,omitempty"` DirectoryNameHasPrefix *string `json:"directoryNameHasPrefix,omitempty"` DirectoryNameHasSuffix *string `json:"directoryNameHasSuffix,omitempty"` @@ -13257,67 +11843,48 @@ type DirectoryMembershipWhereInput struct { DirectoryNameEqualFold *string `json:"directoryNameEqualFold,omitempty"` DirectoryNameContainsFold *string `json:"directoryNameContainsFold,omitempty"` // first_seen_at field predicates - FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` - FirstSeenAtNeq *time.Time `json:"firstSeenAtNEQ,omitempty"` - FirstSeenAtIn []*time.Time `json:"firstSeenAtIn,omitempty"` - FirstSeenAtNotIn []*time.Time `json:"firstSeenAtNotIn,omitempty"` - FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` - FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` - FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` - FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` - FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` - FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` + FirstSeenAt *time.Time `json:"firstSeenAt,omitempty"` + FirstSeenAtGt *time.Time `json:"firstSeenAtGT,omitempty"` + FirstSeenAtGte *time.Time `json:"firstSeenAtGTE,omitempty"` + FirstSeenAtLt *time.Time `json:"firstSeenAtLT,omitempty"` + FirstSeenAtLte *time.Time `json:"firstSeenAtLTE,omitempty"` + FirstSeenAtIsNil *bool `json:"firstSeenAtIsNil,omitempty"` + FirstSeenAtNotNil *bool `json:"firstSeenAtNotNil,omitempty"` // last_seen_at field predicates - LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` - LastSeenAtNeq *time.Time `json:"lastSeenAtNEQ,omitempty"` - LastSeenAtIn []*time.Time `json:"lastSeenAtIn,omitempty"` - LastSeenAtNotIn []*time.Time `json:"lastSeenAtNotIn,omitempty"` - LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` - LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` - LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` - LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` - LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` - LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` + LastSeenAt *time.Time `json:"lastSeenAt,omitempty"` + LastSeenAtGt *time.Time `json:"lastSeenAtGT,omitempty"` + LastSeenAtGte *time.Time `json:"lastSeenAtGTE,omitempty"` + LastSeenAtLt *time.Time `json:"lastSeenAtLT,omitempty"` + LastSeenAtLte *time.Time `json:"lastSeenAtLTE,omitempty"` + LastSeenAtIsNil *bool `json:"lastSeenAtIsNil,omitempty"` + LastSeenAtNotNil *bool `json:"lastSeenAtNotNil,omitempty"` // added_at field predicates - AddedAt *time.Time `json:"addedAt,omitempty"` - AddedAtNeq *time.Time `json:"addedAtNEQ,omitempty"` - AddedAtIn []*time.Time `json:"addedAtIn,omitempty"` - AddedAtNotIn []*time.Time `json:"addedAtNotIn,omitempty"` - AddedAtGt *time.Time `json:"addedAtGT,omitempty"` - AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` - AddedAtLt *time.Time `json:"addedAtLT,omitempty"` - AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` - AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` - AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` + AddedAt *time.Time `json:"addedAt,omitempty"` + AddedAtGt *time.Time `json:"addedAtGT,omitempty"` + AddedAtGte *time.Time `json:"addedAtGTE,omitempty"` + AddedAtLt *time.Time `json:"addedAtLT,omitempty"` + AddedAtLte *time.Time `json:"addedAtLTE,omitempty"` + AddedAtIsNil *bool `json:"addedAtIsNil,omitempty"` + AddedAtNotNil *bool `json:"addedAtNotNil,omitempty"` // removed_at field predicates - RemovedAt *time.Time `json:"removedAt,omitempty"` - RemovedAtNeq *time.Time `json:"removedAtNEQ,omitempty"` - RemovedAtIn []*time.Time `json:"removedAtIn,omitempty"` - RemovedAtNotIn []*time.Time `json:"removedAtNotIn,omitempty"` - RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` - RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` - RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` - RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` - RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` - RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` + RemovedAt *time.Time `json:"removedAt,omitempty"` + RemovedAtGt *time.Time `json:"removedAtGT,omitempty"` + RemovedAtGte *time.Time `json:"removedAtGTE,omitempty"` + RemovedAtLt *time.Time `json:"removedAtLT,omitempty"` + RemovedAtLte *time.Time `json:"removedAtLTE,omitempty"` + RemovedAtIsNil *bool `json:"removedAtIsNil,omitempty"` + RemovedAtNotNil *bool `json:"removedAtNotNil,omitempty"` // observed_at field predicates - ObservedAt *time.Time `json:"observedAt,omitempty"` - ObservedAtNeq *time.Time `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*time.Time `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*time.Time `json:"observedAtNotIn,omitempty"` - ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` - ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` - ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` - ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` + ObservedAt *time.Time `json:"observedAt,omitempty"` + ObservedAtGt *time.Time `json:"observedAtGT,omitempty"` + ObservedAtGte *time.Time `json:"observedAtGTE,omitempty"` + ObservedAtLt *time.Time `json:"observedAtLT,omitempty"` + ObservedAtLte *time.Time `json:"observedAtLTE,omitempty"` // last_confirmed_run_id field predicates LastConfirmedRunID *string `json:"lastConfirmedRunID,omitempty"` LastConfirmedRunIdneq *string `json:"lastConfirmedRunIDNEQ,omitempty"` LastConfirmedRunIDIn []string `json:"lastConfirmedRunIDIn,omitempty"` LastConfirmedRunIDNotIn []string `json:"lastConfirmedRunIDNotIn,omitempty"` - LastConfirmedRunIdgt *string `json:"lastConfirmedRunIDGT,omitempty"` - LastConfirmedRunIdgte *string `json:"lastConfirmedRunIDGTE,omitempty"` - LastConfirmedRunIdlt *string `json:"lastConfirmedRunIDLT,omitempty"` - LastConfirmedRunIdlte *string `json:"lastConfirmedRunIDLTE,omitempty"` LastConfirmedRunIDContains *string `json:"lastConfirmedRunIDContains,omitempty"` LastConfirmedRunIDHasPrefix *string `json:"lastConfirmedRunIDHasPrefix,omitempty"` LastConfirmedRunIDHasSuffix *string `json:"lastConfirmedRunIDHasSuffix,omitempty"` @@ -13446,43 +12013,29 @@ type DirectorySyncRunWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -13495,10 +12048,6 @@ type DirectorySyncRunWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -13511,10 +12060,6 @@ type DirectorySyncRunWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -13527,10 +12072,6 @@ type DirectorySyncRunWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -13541,10 +12082,6 @@ type DirectorySyncRunWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -13557,10 +12094,6 @@ type DirectorySyncRunWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -13573,10 +12106,6 @@ type DirectorySyncRunWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -13589,10 +12118,6 @@ type DirectorySyncRunWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -13605,10 +12130,6 @@ type DirectorySyncRunWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -13621,10 +12142,6 @@ type DirectorySyncRunWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -13635,10 +12152,6 @@ type DirectorySyncRunWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -13651,10 +12164,6 @@ type DirectorySyncRunWhereInput struct { DirectoryInstanceIdneq *string `json:"directoryInstanceIDNEQ,omitempty"` DirectoryInstanceIDIn []string `json:"directoryInstanceIDIn,omitempty"` DirectoryInstanceIDNotIn []string `json:"directoryInstanceIDNotIn,omitempty"` - DirectoryInstanceIdgt *string `json:"directoryInstanceIDGT,omitempty"` - DirectoryInstanceIdgte *string `json:"directoryInstanceIDGTE,omitempty"` - DirectoryInstanceIdlt *string `json:"directoryInstanceIDLT,omitempty"` - DirectoryInstanceIdlte *string `json:"directoryInstanceIDLTE,omitempty"` DirectoryInstanceIDContains *string `json:"directoryInstanceIDContains,omitempty"` DirectoryInstanceIDHasPrefix *string `json:"directoryInstanceIDHasPrefix,omitempty"` DirectoryInstanceIDHasSuffix *string `json:"directoryInstanceIDHasSuffix,omitempty"` @@ -13668,34 +12177,24 @@ type DirectorySyncRunWhereInput struct { StatusIn []enums.DirectorySyncRunStatus `json:"statusIn,omitempty"` StatusNotIn []enums.DirectorySyncRunStatus `json:"statusNotIn,omitempty"` // started_at field predicates - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNeq *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []*time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []*time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGt *time.Time `json:"startedAtGT,omitempty"` - StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLt *time.Time `json:"startedAtLT,omitempty"` - StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGt *time.Time `json:"startedAtGT,omitempty"` + StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLt *time.Time `json:"startedAtLT,omitempty"` + StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` // completed_at field predicates - CompletedAt *time.Time `json:"completedAt,omitempty"` - CompletedAtNeq *time.Time `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*time.Time `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*time.Time `json:"completedAtNotIn,omitempty"` - CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` - CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` - CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` - CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *time.Time `json:"completedAt,omitempty"` + CompletedAtGt *time.Time `json:"completedAtGT,omitempty"` + CompletedAtGte *time.Time `json:"completedAtGTE,omitempty"` + CompletedAtLt *time.Time `json:"completedAtLT,omitempty"` + CompletedAtLte *time.Time `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // source_cursor field predicates SourceCursor *string `json:"sourceCursor,omitempty"` SourceCursorNeq *string `json:"sourceCursorNEQ,omitempty"` SourceCursorIn []string `json:"sourceCursorIn,omitempty"` SourceCursorNotIn []string `json:"sourceCursorNotIn,omitempty"` - SourceCursorGt *string `json:"sourceCursorGT,omitempty"` - SourceCursorGte *string `json:"sourceCursorGTE,omitempty"` - SourceCursorLt *string `json:"sourceCursorLT,omitempty"` - SourceCursorLte *string `json:"sourceCursorLTE,omitempty"` SourceCursorContains *string `json:"sourceCursorContains,omitempty"` SourceCursorHasPrefix *string `json:"sourceCursorHasPrefix,omitempty"` SourceCursorHasSuffix *string `json:"sourceCursorHasSuffix,omitempty"` @@ -13704,32 +12203,24 @@ type DirectorySyncRunWhereInput struct { SourceCursorEqualFold *string `json:"sourceCursorEqualFold,omitempty"` SourceCursorContainsFold *string `json:"sourceCursorContainsFold,omitempty"` // full_count field predicates - FullCount *int64 `json:"fullCount,omitempty"` - FullCountNeq *int64 `json:"fullCountNEQ,omitempty"` - FullCountIn []int64 `json:"fullCountIn,omitempty"` - FullCountNotIn []int64 `json:"fullCountNotIn,omitempty"` - FullCountGt *int64 `json:"fullCountGT,omitempty"` - FullCountGte *int64 `json:"fullCountGTE,omitempty"` - FullCountLt *int64 `json:"fullCountLT,omitempty"` - FullCountLte *int64 `json:"fullCountLTE,omitempty"` + FullCount *int64 `json:"fullCount,omitempty"` + FullCountNeq *int64 `json:"fullCountNEQ,omitempty"` + FullCountGt *int64 `json:"fullCountGT,omitempty"` + FullCountGte *int64 `json:"fullCountGTE,omitempty"` + FullCountLt *int64 `json:"fullCountLT,omitempty"` + FullCountLte *int64 `json:"fullCountLTE,omitempty"` // delta_count field predicates - DeltaCount *int64 `json:"deltaCount,omitempty"` - DeltaCountNeq *int64 `json:"deltaCountNEQ,omitempty"` - DeltaCountIn []int64 `json:"deltaCountIn,omitempty"` - DeltaCountNotIn []int64 `json:"deltaCountNotIn,omitempty"` - DeltaCountGt *int64 `json:"deltaCountGT,omitempty"` - DeltaCountGte *int64 `json:"deltaCountGTE,omitempty"` - DeltaCountLt *int64 `json:"deltaCountLT,omitempty"` - DeltaCountLte *int64 `json:"deltaCountLTE,omitempty"` + DeltaCount *int64 `json:"deltaCount,omitempty"` + DeltaCountNeq *int64 `json:"deltaCountNEQ,omitempty"` + DeltaCountGt *int64 `json:"deltaCountGT,omitempty"` + DeltaCountGte *int64 `json:"deltaCountGTE,omitempty"` + DeltaCountLt *int64 `json:"deltaCountLT,omitempty"` + DeltaCountLte *int64 `json:"deltaCountLTE,omitempty"` // error field predicates Error *string `json:"error,omitempty"` ErrorNeq *string `json:"errorNEQ,omitempty"` ErrorIn []string `json:"errorIn,omitempty"` ErrorNotIn []string `json:"errorNotIn,omitempty"` - ErrorGt *string `json:"errorGT,omitempty"` - ErrorGte *string `json:"errorGTE,omitempty"` - ErrorLt *string `json:"errorLT,omitempty"` - ErrorLte *string `json:"errorLTE,omitempty"` ErrorContains *string `json:"errorContains,omitempty"` ErrorHasPrefix *string `json:"errorHasPrefix,omitempty"` ErrorHasSuffix *string `json:"errorHasSuffix,omitempty"` @@ -13742,10 +12233,6 @@ type DirectorySyncRunWhereInput struct { RawManifestFileIdneq *string `json:"rawManifestFileIDNEQ,omitempty"` RawManifestFileIDIn []string `json:"rawManifestFileIDIn,omitempty"` RawManifestFileIDNotIn []string `json:"rawManifestFileIDNotIn,omitempty"` - RawManifestFileIdgt *string `json:"rawManifestFileIDGT,omitempty"` - RawManifestFileIdgte *string `json:"rawManifestFileIDGTE,omitempty"` - RawManifestFileIdlt *string `json:"rawManifestFileIDLT,omitempty"` - RawManifestFileIdlte *string `json:"rawManifestFileIDLTE,omitempty"` RawManifestFileIDContains *string `json:"rawManifestFileIDContains,omitempty"` RawManifestFileIDHasPrefix *string `json:"rawManifestFileIDHasPrefix,omitempty"` RawManifestFileIDHasSuffix *string `json:"rawManifestFileIDHasSuffix,omitempty"` @@ -13865,43 +12352,29 @@ type DiscussionWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -13914,10 +12387,6 @@ type DiscussionWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -13930,10 +12399,6 @@ type DiscussionWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -13946,10 +12411,6 @@ type DiscussionWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -13962,10 +12423,6 @@ type DiscussionWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -14116,43 +12573,29 @@ type DocumentDataWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -14165,10 +12608,6 @@ type DocumentDataWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -14181,10 +12620,6 @@ type DocumentDataWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -14197,10 +12632,6 @@ type DocumentDataWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -14213,10 +12644,6 @@ type DocumentDataWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -14229,10 +12656,6 @@ type DocumentDataWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -14245,10 +12668,6 @@ type DocumentDataWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -14261,10 +12680,6 @@ type DocumentDataWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -14277,10 +12692,6 @@ type DocumentDataWhereInput struct { TemplateIdneq *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIdgt *string `json:"templateIDGT,omitempty"` - TemplateIdgte *string `json:"templateIDGTE,omitempty"` - TemplateIdlt *string `json:"templateIDLT,omitempty"` - TemplateIdlte *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -14490,43 +12901,29 @@ type EmailTemplateWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -14539,10 +12936,6 @@ type EmailTemplateWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -14555,10 +12948,6 @@ type EmailTemplateWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -14571,10 +12960,6 @@ type EmailTemplateWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -14587,10 +12972,6 @@ type EmailTemplateWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -14608,10 +12989,6 @@ type EmailTemplateWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -14624,10 +13001,6 @@ type EmailTemplateWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -14640,10 +13013,6 @@ type EmailTemplateWhereInput struct { KeyNeq *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGt *string `json:"keyGT,omitempty"` - KeyGte *string `json:"keyGTE,omitempty"` - KeyLt *string `json:"keyLT,omitempty"` - KeyLte *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -14654,10 +13023,6 @@ type EmailTemplateWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -14668,10 +13033,6 @@ type EmailTemplateWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -14691,10 +13052,6 @@ type EmailTemplateWhereInput struct { LocaleNeq *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGt *string `json:"localeGT,omitempty"` - LocaleGte *string `json:"localeGTE,omitempty"` - LocaleLt *string `json:"localeLT,omitempty"` - LocaleLte *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -14705,10 +13062,6 @@ type EmailTemplateWhereInput struct { SubjectTemplateNeq *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGt *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGte *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLt *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLte *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -14721,10 +13074,6 @@ type EmailTemplateWhereInput struct { PreheaderTemplateNeq *string `json:"preheaderTemplateNEQ,omitempty"` PreheaderTemplateIn []string `json:"preheaderTemplateIn,omitempty"` PreheaderTemplateNotIn []string `json:"preheaderTemplateNotIn,omitempty"` - PreheaderTemplateGt *string `json:"preheaderTemplateGT,omitempty"` - PreheaderTemplateGte *string `json:"preheaderTemplateGTE,omitempty"` - PreheaderTemplateLt *string `json:"preheaderTemplateLT,omitempty"` - PreheaderTemplateLte *string `json:"preheaderTemplateLTE,omitempty"` PreheaderTemplateContains *string `json:"preheaderTemplateContains,omitempty"` PreheaderTemplateHasPrefix *string `json:"preheaderTemplateHasPrefix,omitempty"` PreheaderTemplateHasSuffix *string `json:"preheaderTemplateHasSuffix,omitempty"` @@ -14737,10 +13086,6 @@ type EmailTemplateWhereInput struct { BodyTemplateNeq *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGt *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGte *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLt *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLte *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -14753,10 +13098,6 @@ type EmailTemplateWhereInput struct { TextTemplateNeq *string `json:"textTemplateNEQ,omitempty"` TextTemplateIn []string `json:"textTemplateIn,omitempty"` TextTemplateNotIn []string `json:"textTemplateNotIn,omitempty"` - TextTemplateGt *string `json:"textTemplateGT,omitempty"` - TextTemplateGte *string `json:"textTemplateGTE,omitempty"` - TextTemplateLt *string `json:"textTemplateLT,omitempty"` - TextTemplateLte *string `json:"textTemplateLTE,omitempty"` TextTemplateContains *string `json:"textTemplateContains,omitempty"` TextTemplateHasPrefix *string `json:"textTemplateHasPrefix,omitempty"` TextTemplateHasSuffix *string `json:"textTemplateHasSuffix,omitempty"` @@ -14768,14 +13109,12 @@ type EmailTemplateWhereInput struct { Active *bool `json:"active,omitempty"` ActiveNeq *bool `json:"activeNEQ,omitempty"` // version field predicates - Version *int64 `json:"version,omitempty"` - VersionNeq *int64 `json:"versionNEQ,omitempty"` - VersionIn []int64 `json:"versionIn,omitempty"` - VersionNotIn []int64 `json:"versionNotIn,omitempty"` - VersionGt *int64 `json:"versionGT,omitempty"` - VersionGte *int64 `json:"versionGTE,omitempty"` - VersionLt *int64 `json:"versionLT,omitempty"` - VersionLte *int64 `json:"versionLTE,omitempty"` + Version *int64 `json:"version,omitempty"` + VersionNeq *int64 `json:"versionNEQ,omitempty"` + VersionGt *int64 `json:"versionGT,omitempty"` + VersionGte *int64 `json:"versionGTE,omitempty"` + VersionLt *int64 `json:"versionLT,omitempty"` + VersionLte *int64 `json:"versionLTE,omitempty"` // template_context field predicates TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` TemplateContextNeq *enums.TemplateContext `json:"templateContextNEQ,omitempty"` @@ -14788,10 +13127,6 @@ type EmailTemplateWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -14804,10 +13139,6 @@ type EmailTemplateWhereInput struct { WorkflowDefinitionIdneq *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIdgt *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIdgte *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIdlt *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIdlte *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -14820,10 +13151,6 @@ type EmailTemplateWhereInput struct { WorkflowInstanceIdneq *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIdgt *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIdgte *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIdlt *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIdlte *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -14836,10 +13163,6 @@ type EmailTemplateWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -15226,43 +13549,29 @@ type EntityTypeWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -15275,10 +13584,6 @@ type EntityTypeWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -15291,10 +13596,6 @@ type EntityTypeWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -15307,10 +13608,6 @@ type EntityTypeWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -15328,10 +13625,6 @@ type EntityTypeWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -15344,10 +13637,6 @@ type EntityTypeWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -15360,10 +13649,6 @@ type EntityTypeWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -15396,43 +13681,29 @@ type EntityWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -15445,10 +13716,6 @@ type EntityWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -15461,10 +13728,6 @@ type EntityWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -15477,10 +13740,6 @@ type EntityWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -15493,10 +13752,6 @@ type EntityWhereInput struct { InternalOwnerNeq *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGt *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGte *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLt *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLte *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -15509,10 +13764,6 @@ type EntityWhereInput struct { InternalOwnerUserIdneq *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIdgt *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIdgte *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIdlt *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIdlte *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -15525,10 +13776,6 @@ type EntityWhereInput struct { InternalOwnerGroupIdneq *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIdgt *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIdgte *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIdlt *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIdlte *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -15541,10 +13788,6 @@ type EntityWhereInput struct { ReviewedByNeq *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGt *string `json:"reviewedByGT,omitempty"` - ReviewedByGte *string `json:"reviewedByGTE,omitempty"` - ReviewedByLt *string `json:"reviewedByLT,omitempty"` - ReviewedByLte *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -15557,10 +13800,6 @@ type EntityWhereInput struct { ReviewedByUserIdneq *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIdgt *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIdgte *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIdlt *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIdlte *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -15573,10 +13812,6 @@ type EntityWhereInput struct { ReviewedByGroupIdneq *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIdgt *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIdgte *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIdlt *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIdlte *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -15585,16 +13820,13 @@ type EntityWhereInput struct { ReviewedByGroupIDEqualFold *string `json:"reviewedByGroupIDEqualFold,omitempty"` ReviewedByGroupIDContainsFold *string `json:"reviewedByGroupIDContainsFold,omitempty"` // last_reviewed_at field predicates - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNeq *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []*models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []*models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGt *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGte *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLt *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLte *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil *bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil *bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGt *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGte *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLt *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLte *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil *bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil *bool `json:"lastReviewedAtNotNil,omitempty"` // system_owned field predicates SystemOwned *bool `json:"systemOwned,omitempty"` SystemOwnedNeq *bool `json:"systemOwnedNEQ,omitempty"` @@ -15605,10 +13837,6 @@ type EntityWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -15621,10 +13849,6 @@ type EntityWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -15637,10 +13861,6 @@ type EntityWhereInput struct { EntityRelationshipStateNameNeq *string `json:"entityRelationshipStateNameNEQ,omitempty"` EntityRelationshipStateNameIn []string `json:"entityRelationshipStateNameIn,omitempty"` EntityRelationshipStateNameNotIn []string `json:"entityRelationshipStateNameNotIn,omitempty"` - EntityRelationshipStateNameGt *string `json:"entityRelationshipStateNameGT,omitempty"` - EntityRelationshipStateNameGte *string `json:"entityRelationshipStateNameGTE,omitempty"` - EntityRelationshipStateNameLt *string `json:"entityRelationshipStateNameLT,omitempty"` - EntityRelationshipStateNameLte *string `json:"entityRelationshipStateNameLTE,omitempty"` EntityRelationshipStateNameContains *string `json:"entityRelationshipStateNameContains,omitempty"` EntityRelationshipStateNameHasPrefix *string `json:"entityRelationshipStateNameHasPrefix,omitempty"` EntityRelationshipStateNameHasSuffix *string `json:"entityRelationshipStateNameHasSuffix,omitempty"` @@ -15653,10 +13873,6 @@ type EntityWhereInput struct { EntityRelationshipStateIdneq *string `json:"entityRelationshipStateIDNEQ,omitempty"` EntityRelationshipStateIDIn []string `json:"entityRelationshipStateIDIn,omitempty"` EntityRelationshipStateIDNotIn []string `json:"entityRelationshipStateIDNotIn,omitempty"` - EntityRelationshipStateIdgt *string `json:"entityRelationshipStateIDGT,omitempty"` - EntityRelationshipStateIdgte *string `json:"entityRelationshipStateIDGTE,omitempty"` - EntityRelationshipStateIdlt *string `json:"entityRelationshipStateIDLT,omitempty"` - EntityRelationshipStateIdlte *string `json:"entityRelationshipStateIDLTE,omitempty"` EntityRelationshipStateIDContains *string `json:"entityRelationshipStateIDContains,omitempty"` EntityRelationshipStateIDHasPrefix *string `json:"entityRelationshipStateIDHasPrefix,omitempty"` EntityRelationshipStateIDHasSuffix *string `json:"entityRelationshipStateIDHasSuffix,omitempty"` @@ -15669,10 +13885,6 @@ type EntityWhereInput struct { EntitySecurityQuestionnaireStatusNameNeq *string `json:"entitySecurityQuestionnaireStatusNameNEQ,omitempty"` EntitySecurityQuestionnaireStatusNameIn []string `json:"entitySecurityQuestionnaireStatusNameIn,omitempty"` EntitySecurityQuestionnaireStatusNameNotIn []string `json:"entitySecurityQuestionnaireStatusNameNotIn,omitempty"` - EntitySecurityQuestionnaireStatusNameGt *string `json:"entitySecurityQuestionnaireStatusNameGT,omitempty"` - EntitySecurityQuestionnaireStatusNameGte *string `json:"entitySecurityQuestionnaireStatusNameGTE,omitempty"` - EntitySecurityQuestionnaireStatusNameLt *string `json:"entitySecurityQuestionnaireStatusNameLT,omitempty"` - EntitySecurityQuestionnaireStatusNameLte *string `json:"entitySecurityQuestionnaireStatusNameLTE,omitempty"` EntitySecurityQuestionnaireStatusNameContains *string `json:"entitySecurityQuestionnaireStatusNameContains,omitempty"` EntitySecurityQuestionnaireStatusNameHasPrefix *string `json:"entitySecurityQuestionnaireStatusNameHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusNameHasSuffix *string `json:"entitySecurityQuestionnaireStatusNameHasSuffix,omitempty"` @@ -15685,10 +13897,6 @@ type EntityWhereInput struct { EntitySecurityQuestionnaireStatusIdneq *string `json:"entitySecurityQuestionnaireStatusIDNEQ,omitempty"` EntitySecurityQuestionnaireStatusIDIn []string `json:"entitySecurityQuestionnaireStatusIDIn,omitempty"` EntitySecurityQuestionnaireStatusIDNotIn []string `json:"entitySecurityQuestionnaireStatusIDNotIn,omitempty"` - EntitySecurityQuestionnaireStatusIdgt *string `json:"entitySecurityQuestionnaireStatusIDGT,omitempty"` - EntitySecurityQuestionnaireStatusIdgte *string `json:"entitySecurityQuestionnaireStatusIDGTE,omitempty"` - EntitySecurityQuestionnaireStatusIdlt *string `json:"entitySecurityQuestionnaireStatusIDLT,omitempty"` - EntitySecurityQuestionnaireStatusIdlte *string `json:"entitySecurityQuestionnaireStatusIDLTE,omitempty"` EntitySecurityQuestionnaireStatusIDContains *string `json:"entitySecurityQuestionnaireStatusIDContains,omitempty"` EntitySecurityQuestionnaireStatusIDHasPrefix *string `json:"entitySecurityQuestionnaireStatusIDHasPrefix,omitempty"` EntitySecurityQuestionnaireStatusIDHasSuffix *string `json:"entitySecurityQuestionnaireStatusIDHasSuffix,omitempty"` @@ -15701,10 +13909,6 @@ type EntityWhereInput struct { EntitySourceTypeNameNeq *string `json:"entitySourceTypeNameNEQ,omitempty"` EntitySourceTypeNameIn []string `json:"entitySourceTypeNameIn,omitempty"` EntitySourceTypeNameNotIn []string `json:"entitySourceTypeNameNotIn,omitempty"` - EntitySourceTypeNameGt *string `json:"entitySourceTypeNameGT,omitempty"` - EntitySourceTypeNameGte *string `json:"entitySourceTypeNameGTE,omitempty"` - EntitySourceTypeNameLt *string `json:"entitySourceTypeNameLT,omitempty"` - EntitySourceTypeNameLte *string `json:"entitySourceTypeNameLTE,omitempty"` EntitySourceTypeNameContains *string `json:"entitySourceTypeNameContains,omitempty"` EntitySourceTypeNameHasPrefix *string `json:"entitySourceTypeNameHasPrefix,omitempty"` EntitySourceTypeNameHasSuffix *string `json:"entitySourceTypeNameHasSuffix,omitempty"` @@ -15717,10 +13921,6 @@ type EntityWhereInput struct { EntitySourceTypeIdneq *string `json:"entitySourceTypeIDNEQ,omitempty"` EntitySourceTypeIDIn []string `json:"entitySourceTypeIDIn,omitempty"` EntitySourceTypeIDNotIn []string `json:"entitySourceTypeIDNotIn,omitempty"` - EntitySourceTypeIdgt *string `json:"entitySourceTypeIDGT,omitempty"` - EntitySourceTypeIdgte *string `json:"entitySourceTypeIDGTE,omitempty"` - EntitySourceTypeIdlt *string `json:"entitySourceTypeIDLT,omitempty"` - EntitySourceTypeIdlte *string `json:"entitySourceTypeIDLTE,omitempty"` EntitySourceTypeIDContains *string `json:"entitySourceTypeIDContains,omitempty"` EntitySourceTypeIDHasPrefix *string `json:"entitySourceTypeIDHasPrefix,omitempty"` EntitySourceTypeIDHasSuffix *string `json:"entitySourceTypeIDHasSuffix,omitempty"` @@ -15733,10 +13933,6 @@ type EntityWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -15749,10 +13945,6 @@ type EntityWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -15765,10 +13957,6 @@ type EntityWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -15781,10 +13969,6 @@ type EntityWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -15797,10 +13981,6 @@ type EntityWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -15813,10 +13993,6 @@ type EntityWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -15829,10 +14005,6 @@ type EntityWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -15845,10 +14017,6 @@ type EntityWhereInput struct { EntityTypeIdneq *string `json:"entityTypeIDNEQ,omitempty"` EntityTypeIDIn []string `json:"entityTypeIDIn,omitempty"` EntityTypeIDNotIn []string `json:"entityTypeIDNotIn,omitempty"` - EntityTypeIdgt *string `json:"entityTypeIDGT,omitempty"` - EntityTypeIdgte *string `json:"entityTypeIDGTE,omitempty"` - EntityTypeIdlt *string `json:"entityTypeIDLT,omitempty"` - EntityTypeIdlte *string `json:"entityTypeIDLTE,omitempty"` EntityTypeIDContains *string `json:"entityTypeIDContains,omitempty"` EntityTypeIDHasPrefix *string `json:"entityTypeIDHasPrefix,omitempty"` EntityTypeIDHasSuffix *string `json:"entityTypeIDHasSuffix,omitempty"` @@ -15874,54 +14042,43 @@ type EntityWhereInput struct { HasSoc2IsNil *bool `json:"hasSoc2IsNil,omitempty"` HasSoc2NotNil *bool `json:"hasSoc2NotNil,omitempty"` // soc2_period_end field predicates - Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` - Soc2PeriodEndNeq *models.DateTime `json:"soc2PeriodEndNEQ,omitempty"` - Soc2PeriodEndIn []*models.DateTime `json:"soc2PeriodEndIn,omitempty"` - Soc2PeriodEndNotIn []*models.DateTime `json:"soc2PeriodEndNotIn,omitempty"` - Soc2PeriodEndGt *models.DateTime `json:"soc2PeriodEndGT,omitempty"` - Soc2PeriodEndGte *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` - Soc2PeriodEndLt *models.DateTime `json:"soc2PeriodEndLT,omitempty"` - Soc2PeriodEndLte *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` - Soc2PeriodEndIsNil *bool `json:"soc2PeriodEndIsNil,omitempty"` - Soc2PeriodEndNotNil *bool `json:"soc2PeriodEndNotNil,omitempty"` + Soc2PeriodEnd *models.DateTime `json:"soc2PeriodEnd,omitempty"` + Soc2PeriodEndGt *models.DateTime `json:"soc2PeriodEndGT,omitempty"` + Soc2PeriodEndGte *models.DateTime `json:"soc2PeriodEndGTE,omitempty"` + Soc2PeriodEndLt *models.DateTime `json:"soc2PeriodEndLT,omitempty"` + Soc2PeriodEndLte *models.DateTime `json:"soc2PeriodEndLTE,omitempty"` + Soc2PeriodEndIsNil *bool `json:"soc2PeriodEndIsNil,omitempty"` + Soc2PeriodEndNotNil *bool `json:"soc2PeriodEndNotNil,omitempty"` // contract_start_date field predicates - ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` - ContractStartDateNeq *models.DateTime `json:"contractStartDateNEQ,omitempty"` - ContractStartDateIn []*models.DateTime `json:"contractStartDateIn,omitempty"` - ContractStartDateNotIn []*models.DateTime `json:"contractStartDateNotIn,omitempty"` - ContractStartDateGt *models.DateTime `json:"contractStartDateGT,omitempty"` - ContractStartDateGte *models.DateTime `json:"contractStartDateGTE,omitempty"` - ContractStartDateLt *models.DateTime `json:"contractStartDateLT,omitempty"` - ContractStartDateLte *models.DateTime `json:"contractStartDateLTE,omitempty"` - ContractStartDateIsNil *bool `json:"contractStartDateIsNil,omitempty"` - ContractStartDateNotNil *bool `json:"contractStartDateNotNil,omitempty"` + ContractStartDate *models.DateTime `json:"contractStartDate,omitempty"` + ContractStartDateGt *models.DateTime `json:"contractStartDateGT,omitempty"` + ContractStartDateGte *models.DateTime `json:"contractStartDateGTE,omitempty"` + ContractStartDateLt *models.DateTime `json:"contractStartDateLT,omitempty"` + ContractStartDateLte *models.DateTime `json:"contractStartDateLTE,omitempty"` + ContractStartDateIsNil *bool `json:"contractStartDateIsNil,omitempty"` + ContractStartDateNotNil *bool `json:"contractStartDateNotNil,omitempty"` // contract_end_date field predicates - ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` - ContractEndDateNeq *models.DateTime `json:"contractEndDateNEQ,omitempty"` - ContractEndDateIn []*models.DateTime `json:"contractEndDateIn,omitempty"` - ContractEndDateNotIn []*models.DateTime `json:"contractEndDateNotIn,omitempty"` - ContractEndDateGt *models.DateTime `json:"contractEndDateGT,omitempty"` - ContractEndDateGte *models.DateTime `json:"contractEndDateGTE,omitempty"` - ContractEndDateLt *models.DateTime `json:"contractEndDateLT,omitempty"` - ContractEndDateLte *models.DateTime `json:"contractEndDateLTE,omitempty"` - ContractEndDateIsNil *bool `json:"contractEndDateIsNil,omitempty"` - ContractEndDateNotNil *bool `json:"contractEndDateNotNil,omitempty"` + ContractEndDate *models.DateTime `json:"contractEndDate,omitempty"` + ContractEndDateGt *models.DateTime `json:"contractEndDateGT,omitempty"` + ContractEndDateGte *models.DateTime `json:"contractEndDateGTE,omitempty"` + ContractEndDateLt *models.DateTime `json:"contractEndDateLT,omitempty"` + ContractEndDateLte *models.DateTime `json:"contractEndDateLTE,omitempty"` + ContractEndDateIsNil *bool `json:"contractEndDateIsNil,omitempty"` + ContractEndDateNotNil *bool `json:"contractEndDateNotNil,omitempty"` // auto_renews field predicates AutoRenews *bool `json:"autoRenews,omitempty"` AutoRenewsNeq *bool `json:"autoRenewsNEQ,omitempty"` AutoRenewsIsNil *bool `json:"autoRenewsIsNil,omitempty"` AutoRenewsNotNil *bool `json:"autoRenewsNotNil,omitempty"` // termination_notice_days field predicates - TerminationNoticeDays *int64 `json:"terminationNoticeDays,omitempty"` - TerminationNoticeDaysNeq *int64 `json:"terminationNoticeDaysNEQ,omitempty"` - TerminationNoticeDaysIn []int64 `json:"terminationNoticeDaysIn,omitempty"` - TerminationNoticeDaysNotIn []int64 `json:"terminationNoticeDaysNotIn,omitempty"` - TerminationNoticeDaysGt *int64 `json:"terminationNoticeDaysGT,omitempty"` - TerminationNoticeDaysGte *int64 `json:"terminationNoticeDaysGTE,omitempty"` - TerminationNoticeDaysLt *int64 `json:"terminationNoticeDaysLT,omitempty"` - TerminationNoticeDaysLte *int64 `json:"terminationNoticeDaysLTE,omitempty"` - TerminationNoticeDaysIsNil *bool `json:"terminationNoticeDaysIsNil,omitempty"` - TerminationNoticeDaysNotNil *bool `json:"terminationNoticeDaysNotNil,omitempty"` + TerminationNoticeDays *int64 `json:"terminationNoticeDays,omitempty"` + TerminationNoticeDaysNeq *int64 `json:"terminationNoticeDaysNEQ,omitempty"` + TerminationNoticeDaysGt *int64 `json:"terminationNoticeDaysGT,omitempty"` + TerminationNoticeDaysGte *int64 `json:"terminationNoticeDaysGTE,omitempty"` + TerminationNoticeDaysLt *int64 `json:"terminationNoticeDaysLT,omitempty"` + TerminationNoticeDaysLte *int64 `json:"terminationNoticeDaysLTE,omitempty"` + TerminationNoticeDaysIsNil *bool `json:"terminationNoticeDaysIsNil,omitempty"` + TerminationNoticeDaysNotNil *bool `json:"terminationNoticeDaysNotNil,omitempty"` // annual_spend field predicates AnnualSpend *float64 `json:"annualSpend,omitempty"` AnnualSpendNeq *float64 `json:"annualSpendNEQ,omitempty"` @@ -15938,10 +14095,6 @@ type EntityWhereInput struct { SpendCurrencyNeq *string `json:"spendCurrencyNEQ,omitempty"` SpendCurrencyIn []string `json:"spendCurrencyIn,omitempty"` SpendCurrencyNotIn []string `json:"spendCurrencyNotIn,omitempty"` - SpendCurrencyGt *string `json:"spendCurrencyGT,omitempty"` - SpendCurrencyGte *string `json:"spendCurrencyGTE,omitempty"` - SpendCurrencyLt *string `json:"spendCurrencyLT,omitempty"` - SpendCurrencyLte *string `json:"spendCurrencyLTE,omitempty"` SpendCurrencyContains *string `json:"spendCurrencyContains,omitempty"` SpendCurrencyHasPrefix *string `json:"spendCurrencyHasPrefix,omitempty"` SpendCurrencyHasSuffix *string `json:"spendCurrencyHasSuffix,omitempty"` @@ -15954,10 +14107,6 @@ type EntityWhereInput struct { BillingModelNeq *string `json:"billingModelNEQ,omitempty"` BillingModelIn []string `json:"billingModelIn,omitempty"` BillingModelNotIn []string `json:"billingModelNotIn,omitempty"` - BillingModelGt *string `json:"billingModelGT,omitempty"` - BillingModelGte *string `json:"billingModelGTE,omitempty"` - BillingModelLt *string `json:"billingModelLT,omitempty"` - BillingModelLte *string `json:"billingModelLTE,omitempty"` BillingModelContains *string `json:"billingModelContains,omitempty"` BillingModelHasPrefix *string `json:"billingModelHasPrefix,omitempty"` BillingModelHasSuffix *string `json:"billingModelHasSuffix,omitempty"` @@ -15970,10 +14119,6 @@ type EntityWhereInput struct { RenewalRiskNeq *string `json:"renewalRiskNEQ,omitempty"` RenewalRiskIn []string `json:"renewalRiskIn,omitempty"` RenewalRiskNotIn []string `json:"renewalRiskNotIn,omitempty"` - RenewalRiskGt *string `json:"renewalRiskGT,omitempty"` - RenewalRiskGte *string `json:"renewalRiskGTE,omitempty"` - RenewalRiskLt *string `json:"renewalRiskLT,omitempty"` - RenewalRiskLte *string `json:"renewalRiskLTE,omitempty"` RenewalRiskContains *string `json:"renewalRiskContains,omitempty"` RenewalRiskHasPrefix *string `json:"renewalRiskHasPrefix,omitempty"` RenewalRiskHasSuffix *string `json:"renewalRiskHasSuffix,omitempty"` @@ -16001,10 +14146,6 @@ type EntityWhereInput struct { StatusPageURLNeq *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGt *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGte *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLt *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLte *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -16017,10 +14158,6 @@ type EntityWhereInput struct { RiskRatingNeq *string `json:"riskRatingNEQ,omitempty"` RiskRatingIn []string `json:"riskRatingIn,omitempty"` RiskRatingNotIn []string `json:"riskRatingNotIn,omitempty"` - RiskRatingGt *string `json:"riskRatingGT,omitempty"` - RiskRatingGte *string `json:"riskRatingGTE,omitempty"` - RiskRatingLt *string `json:"riskRatingLT,omitempty"` - RiskRatingLte *string `json:"riskRatingLTE,omitempty"` RiskRatingContains *string `json:"riskRatingContains,omitempty"` RiskRatingHasPrefix *string `json:"riskRatingHasPrefix,omitempty"` RiskRatingHasSuffix *string `json:"riskRatingHasSuffix,omitempty"` @@ -16029,27 +14166,23 @@ type EntityWhereInput struct { RiskRatingEqualFold *string `json:"riskRatingEqualFold,omitempty"` RiskRatingContainsFold *string `json:"riskRatingContainsFold,omitempty"` // risk_score field predicates - RiskScore *int64 `json:"riskScore,omitempty"` - RiskScoreNeq *int64 `json:"riskScoreNEQ,omitempty"` - RiskScoreIn []int64 `json:"riskScoreIn,omitempty"` - RiskScoreNotIn []int64 `json:"riskScoreNotIn,omitempty"` - RiskScoreGt *int64 `json:"riskScoreGT,omitempty"` - RiskScoreGte *int64 `json:"riskScoreGTE,omitempty"` - RiskScoreLt *int64 `json:"riskScoreLT,omitempty"` - RiskScoreLte *int64 `json:"riskScoreLTE,omitempty"` - RiskScoreIsNil *bool `json:"riskScoreIsNil,omitempty"` - RiskScoreNotNil *bool `json:"riskScoreNotNil,omitempty"` + RiskScore *int64 `json:"riskScore,omitempty"` + RiskScoreNeq *int64 `json:"riskScoreNEQ,omitempty"` + RiskScoreGt *int64 `json:"riskScoreGT,omitempty"` + RiskScoreGte *int64 `json:"riskScoreGTE,omitempty"` + RiskScoreLt *int64 `json:"riskScoreLT,omitempty"` + RiskScoreLte *int64 `json:"riskScoreLTE,omitempty"` + RiskScoreIsNil *bool `json:"riskScoreIsNil,omitempty"` + RiskScoreNotNil *bool `json:"riskScoreNotNil,omitempty"` // risk_score_coverage field predicates - RiskScoreCoverage *int64 `json:"riskScoreCoverage,omitempty"` - RiskScoreCoverageNeq *int64 `json:"riskScoreCoverageNEQ,omitempty"` - RiskScoreCoverageIn []int64 `json:"riskScoreCoverageIn,omitempty"` - RiskScoreCoverageNotIn []int64 `json:"riskScoreCoverageNotIn,omitempty"` - RiskScoreCoverageGt *int64 `json:"riskScoreCoverageGT,omitempty"` - RiskScoreCoverageGte *int64 `json:"riskScoreCoverageGTE,omitempty"` - RiskScoreCoverageLt *int64 `json:"riskScoreCoverageLT,omitempty"` - RiskScoreCoverageLte *int64 `json:"riskScoreCoverageLTE,omitempty"` - RiskScoreCoverageIsNil *bool `json:"riskScoreCoverageIsNil,omitempty"` - RiskScoreCoverageNotNil *bool `json:"riskScoreCoverageNotNil,omitempty"` + RiskScoreCoverage *int64 `json:"riskScoreCoverage,omitempty"` + RiskScoreCoverageNeq *int64 `json:"riskScoreCoverageNEQ,omitempty"` + RiskScoreCoverageGt *int64 `json:"riskScoreCoverageGT,omitempty"` + RiskScoreCoverageGte *int64 `json:"riskScoreCoverageGTE,omitempty"` + RiskScoreCoverageLt *int64 `json:"riskScoreCoverageLT,omitempty"` + RiskScoreCoverageLte *int64 `json:"riskScoreCoverageLTE,omitempty"` + RiskScoreCoverageIsNil *bool `json:"riskScoreCoverageIsNil,omitempty"` + RiskScoreCoverageNotNil *bool `json:"riskScoreCoverageNotNil,omitempty"` // tier field predicates Tier *enums.VendorTier `json:"tier,omitempty"` TierNeq *enums.VendorTier `json:"tierNEQ,omitempty"` @@ -16065,36 +14198,26 @@ type EntityWhereInput struct { ReviewFrequencyIsNil *bool `json:"reviewFrequencyIsNil,omitempty"` ReviewFrequencyNotNil *bool `json:"reviewFrequencyNotNil,omitempty"` // next_review_at field predicates - NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` - NextReviewAtNeq *models.DateTime `json:"nextReviewAtNEQ,omitempty"` - NextReviewAtIn []*models.DateTime `json:"nextReviewAtIn,omitempty"` - NextReviewAtNotIn []*models.DateTime `json:"nextReviewAtNotIn,omitempty"` - NextReviewAtGt *models.DateTime `json:"nextReviewAtGT,omitempty"` - NextReviewAtGte *models.DateTime `json:"nextReviewAtGTE,omitempty"` - NextReviewAtLt *models.DateTime `json:"nextReviewAtLT,omitempty"` - NextReviewAtLte *models.DateTime `json:"nextReviewAtLTE,omitempty"` - NextReviewAtIsNil *bool `json:"nextReviewAtIsNil,omitempty"` - NextReviewAtNotNil *bool `json:"nextReviewAtNotNil,omitempty"` + NextReviewAt *models.DateTime `json:"nextReviewAt,omitempty"` + NextReviewAtGt *models.DateTime `json:"nextReviewAtGT,omitempty"` + NextReviewAtGte *models.DateTime `json:"nextReviewAtGTE,omitempty"` + NextReviewAtLt *models.DateTime `json:"nextReviewAtLT,omitempty"` + NextReviewAtLte *models.DateTime `json:"nextReviewAtLTE,omitempty"` + NextReviewAtIsNil *bool `json:"nextReviewAtIsNil,omitempty"` + NextReviewAtNotNil *bool `json:"nextReviewAtNotNil,omitempty"` // contract_renewal_at field predicates - ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` - ContractRenewalAtNeq *models.DateTime `json:"contractRenewalAtNEQ,omitempty"` - ContractRenewalAtIn []*models.DateTime `json:"contractRenewalAtIn,omitempty"` - ContractRenewalAtNotIn []*models.DateTime `json:"contractRenewalAtNotIn,omitempty"` - ContractRenewalAtGt *models.DateTime `json:"contractRenewalAtGT,omitempty"` - ContractRenewalAtGte *models.DateTime `json:"contractRenewalAtGTE,omitempty"` - ContractRenewalAtLt *models.DateTime `json:"contractRenewalAtLT,omitempty"` - ContractRenewalAtLte *models.DateTime `json:"contractRenewalAtLTE,omitempty"` - ContractRenewalAtIsNil *bool `json:"contractRenewalAtIsNil,omitempty"` - ContractRenewalAtNotNil *bool `json:"contractRenewalAtNotNil,omitempty"` + ContractRenewalAt *models.DateTime `json:"contractRenewalAt,omitempty"` + ContractRenewalAtGt *models.DateTime `json:"contractRenewalAtGT,omitempty"` + ContractRenewalAtGte *models.DateTime `json:"contractRenewalAtGTE,omitempty"` + ContractRenewalAtLt *models.DateTime `json:"contractRenewalAtLT,omitempty"` + ContractRenewalAtLte *models.DateTime `json:"contractRenewalAtLTE,omitempty"` + ContractRenewalAtIsNil *bool `json:"contractRenewalAtIsNil,omitempty"` + ContractRenewalAtNotNil *bool `json:"contractRenewalAtNotNil,omitempty"` // logo_remote_url field predicates LogoRemoteURL *string `json:"logoRemoteURL,omitempty"` LogoRemoteURLNeq *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGt *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGte *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLt *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLte *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -16107,10 +14230,6 @@ type EntityWhereInput struct { LogoFileIdneq *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIdgt *string `json:"logoFileIDGT,omitempty"` - LogoFileIdgte *string `json:"logoFileIDGTE,omitempty"` - LogoFileIdlt *string `json:"logoFileIDLT,omitempty"` - LogoFileIdlte *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -16123,10 +14242,6 @@ type EntityWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -16135,16 +14250,13 @@ type EntityWhereInput struct { ExternalIDEqualFold *string `json:"externalIDEqualFold,omitempty"` ExternalIDContainsFold *string `json:"externalIDContainsFold,omitempty"` // observed_at field predicates - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNeq *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -16387,43 +14499,29 @@ type EventWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -16436,10 +14534,6 @@ type EventWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -16452,10 +14546,6 @@ type EventWhereInput struct { EventIdneq *string `json:"eventIDNEQ,omitempty"` EventIDIn []string `json:"eventIDIn,omitempty"` EventIDNotIn []string `json:"eventIDNotIn,omitempty"` - EventIdgt *string `json:"eventIDGT,omitempty"` - EventIdgte *string `json:"eventIDGTE,omitempty"` - EventIdlt *string `json:"eventIDLT,omitempty"` - EventIdlte *string `json:"eventIDLTE,omitempty"` EventIDContains *string `json:"eventIDContains,omitempty"` EventIDHasPrefix *string `json:"eventIDHasPrefix,omitempty"` EventIDHasSuffix *string `json:"eventIDHasSuffix,omitempty"` @@ -16468,10 +14558,6 @@ type EventWhereInput struct { CorrelationIdneq *string `json:"correlationIDNEQ,omitempty"` CorrelationIDIn []string `json:"correlationIDIn,omitempty"` CorrelationIDNotIn []string `json:"correlationIDNotIn,omitempty"` - CorrelationIdgt *string `json:"correlationIDGT,omitempty"` - CorrelationIdgte *string `json:"correlationIDGTE,omitempty"` - CorrelationIdlt *string `json:"correlationIDLT,omitempty"` - CorrelationIdlte *string `json:"correlationIDLTE,omitempty"` CorrelationIDContains *string `json:"correlationIDContains,omitempty"` CorrelationIDHasPrefix *string `json:"correlationIDHasPrefix,omitempty"` CorrelationIDHasSuffix *string `json:"correlationIDHasSuffix,omitempty"` @@ -16484,10 +14570,6 @@ type EventWhereInput struct { EventTypeNeq *string `json:"eventTypeNEQ,omitempty"` EventTypeIn []string `json:"eventTypeIn,omitempty"` EventTypeNotIn []string `json:"eventTypeNotIn,omitempty"` - EventTypeGt *string `json:"eventTypeGT,omitempty"` - EventTypeGte *string `json:"eventTypeGTE,omitempty"` - EventTypeLt *string `json:"eventTypeLT,omitempty"` - EventTypeLte *string `json:"eventTypeLTE,omitempty"` EventTypeContains *string `json:"eventTypeContains,omitempty"` EventTypeHasPrefix *string `json:"eventTypeHasPrefix,omitempty"` EventTypeHasSuffix *string `json:"eventTypeHasSuffix,omitempty"` @@ -16696,43 +14778,29 @@ type EvidenceWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -16745,10 +14813,6 @@ type EvidenceWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -16761,10 +14825,6 @@ type EvidenceWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -16777,10 +14837,6 @@ type EvidenceWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -16791,10 +14847,6 @@ type EvidenceWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -16807,10 +14859,6 @@ type EvidenceWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -16823,10 +14871,6 @@ type EvidenceWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -16839,10 +14883,6 @@ type EvidenceWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -16855,10 +14895,6 @@ type EvidenceWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -16876,10 +14912,6 @@ type EvidenceWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -16892,10 +14924,6 @@ type EvidenceWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -16906,10 +14934,6 @@ type EvidenceWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -16922,10 +14946,6 @@ type EvidenceWhereInput struct { CollectionProcedureNeq *string `json:"collectionProcedureNEQ,omitempty"` CollectionProcedureIn []string `json:"collectionProcedureIn,omitempty"` CollectionProcedureNotIn []string `json:"collectionProcedureNotIn,omitempty"` - CollectionProcedureGt *string `json:"collectionProcedureGT,omitempty"` - CollectionProcedureGte *string `json:"collectionProcedureGTE,omitempty"` - CollectionProcedureLt *string `json:"collectionProcedureLT,omitempty"` - CollectionProcedureLte *string `json:"collectionProcedureLTE,omitempty"` CollectionProcedureContains *string `json:"collectionProcedureContains,omitempty"` CollectionProcedureHasPrefix *string `json:"collectionProcedureHasPrefix,omitempty"` CollectionProcedureHasSuffix *string `json:"collectionProcedureHasSuffix,omitempty"` @@ -16934,34 +14954,24 @@ type EvidenceWhereInput struct { CollectionProcedureEqualFold *string `json:"collectionProcedureEqualFold,omitempty"` CollectionProcedureContainsFold *string `json:"collectionProcedureContainsFold,omitempty"` // creation_date field predicates - CreationDate *models.DateTime `json:"creationDate,omitempty"` - CreationDateNeq *models.DateTime `json:"creationDateNEQ,omitempty"` - CreationDateIn []*models.DateTime `json:"creationDateIn,omitempty"` - CreationDateNotIn []*models.DateTime `json:"creationDateNotIn,omitempty"` - CreationDateGt *models.DateTime `json:"creationDateGT,omitempty"` - CreationDateGte *models.DateTime `json:"creationDateGTE,omitempty"` - CreationDateLt *models.DateTime `json:"creationDateLT,omitempty"` - CreationDateLte *models.DateTime `json:"creationDateLTE,omitempty"` + CreationDate *models.DateTime `json:"creationDate,omitempty"` + CreationDateGt *models.DateTime `json:"creationDateGT,omitempty"` + CreationDateGte *models.DateTime `json:"creationDateGTE,omitempty"` + CreationDateLt *models.DateTime `json:"creationDateLT,omitempty"` + CreationDateLte *models.DateTime `json:"creationDateLTE,omitempty"` // renewal_date field predicates - RenewalDate *models.DateTime `json:"renewalDate,omitempty"` - RenewalDateNeq *models.DateTime `json:"renewalDateNEQ,omitempty"` - RenewalDateIn []*models.DateTime `json:"renewalDateIn,omitempty"` - RenewalDateNotIn []*models.DateTime `json:"renewalDateNotIn,omitempty"` - RenewalDateGt *models.DateTime `json:"renewalDateGT,omitempty"` - RenewalDateGte *models.DateTime `json:"renewalDateGTE,omitempty"` - RenewalDateLt *models.DateTime `json:"renewalDateLT,omitempty"` - RenewalDateLte *models.DateTime `json:"renewalDateLTE,omitempty"` - RenewalDateIsNil *bool `json:"renewalDateIsNil,omitempty"` - RenewalDateNotNil *bool `json:"renewalDateNotNil,omitempty"` + RenewalDate *models.DateTime `json:"renewalDate,omitempty"` + RenewalDateGt *models.DateTime `json:"renewalDateGT,omitempty"` + RenewalDateGte *models.DateTime `json:"renewalDateGTE,omitempty"` + RenewalDateLt *models.DateTime `json:"renewalDateLT,omitempty"` + RenewalDateLte *models.DateTime `json:"renewalDateLTE,omitempty"` + RenewalDateIsNil *bool `json:"renewalDateIsNil,omitempty"` + RenewalDateNotNil *bool `json:"renewalDateNotNil,omitempty"` // source field predicates Source *string `json:"source,omitempty"` SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -16979,10 +14989,6 @@ type EvidenceWhereInput struct { URLNeq *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGt *string `json:"urlGT,omitempty"` - URLGte *string `json:"urlGTE,omitempty"` - URLLt *string `json:"urlLT,omitempty"` - URLLte *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -17156,43 +15162,29 @@ type ExportWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -17205,10 +15197,6 @@ type ExportWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -17221,10 +15209,6 @@ type ExportWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -17237,10 +15221,6 @@ type ExportWhereInput struct { RequestorIdneq *string `json:"requestorIDNEQ,omitempty"` RequestorIDIn []string `json:"requestorIDIn,omitempty"` RequestorIDNotIn []string `json:"requestorIDNotIn,omitempty"` - RequestorIdgt *string `json:"requestorIDGT,omitempty"` - RequestorIdgte *string `json:"requestorIDGTE,omitempty"` - RequestorIdlt *string `json:"requestorIDLT,omitempty"` - RequestorIdlte *string `json:"requestorIDLTE,omitempty"` RequestorIDContains *string `json:"requestorIDContains,omitempty"` RequestorIDHasPrefix *string `json:"requestorIDHasPrefix,omitempty"` RequestorIDHasSuffix *string `json:"requestorIDHasSuffix,omitempty"` @@ -17253,10 +15233,6 @@ type ExportWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -17284,10 +15260,6 @@ type ExportWhereInput struct { FiltersNeq *string `json:"filtersNEQ,omitempty"` FiltersIn []string `json:"filtersIn,omitempty"` FiltersNotIn []string `json:"filtersNotIn,omitempty"` - FiltersGt *string `json:"filtersGT,omitempty"` - FiltersGte *string `json:"filtersGTE,omitempty"` - FiltersLt *string `json:"filtersLT,omitempty"` - FiltersLte *string `json:"filtersLTE,omitempty"` FiltersContains *string `json:"filtersContains,omitempty"` FiltersHasPrefix *string `json:"filtersHasPrefix,omitempty"` FiltersHasSuffix *string `json:"filtersHasSuffix,omitempty"` @@ -17300,10 +15272,6 @@ type ExportWhereInput struct { ErrorMessageNeq *string `json:"errorMessageNEQ,omitempty"` ErrorMessageIn []string `json:"errorMessageIn,omitempty"` ErrorMessageNotIn []string `json:"errorMessageNotIn,omitempty"` - ErrorMessageGt *string `json:"errorMessageGT,omitempty"` - ErrorMessageGte *string `json:"errorMessageGTE,omitempty"` - ErrorMessageLt *string `json:"errorMessageLT,omitempty"` - ErrorMessageLte *string `json:"errorMessageLTE,omitempty"` ErrorMessageContains *string `json:"errorMessageContains,omitempty"` ErrorMessageHasPrefix *string `json:"errorMessageHasPrefix,omitempty"` ErrorMessageHasSuffix *string `json:"errorMessageHasSuffix,omitempty"` @@ -17468,43 +15436,29 @@ type FileWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -17517,10 +15471,6 @@ type FileWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -17533,10 +15483,6 @@ type FileWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -17554,10 +15500,6 @@ type FileWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -17570,10 +15512,6 @@ type FileWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -17586,10 +15524,6 @@ type FileWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -17602,10 +15536,6 @@ type FileWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -17618,10 +15548,6 @@ type FileWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -17634,10 +15560,6 @@ type FileWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -17650,10 +15572,6 @@ type FileWhereInput struct { CategoryNameNeq *string `json:"categoryNameNEQ,omitempty"` CategoryNameIn []string `json:"categoryNameIn,omitempty"` CategoryNameNotIn []string `json:"categoryNameNotIn,omitempty"` - CategoryNameGt *string `json:"categoryNameGT,omitempty"` - CategoryNameGte *string `json:"categoryNameGTE,omitempty"` - CategoryNameLt *string `json:"categoryNameLT,omitempty"` - CategoryNameLte *string `json:"categoryNameLTE,omitempty"` CategoryNameContains *string `json:"categoryNameContains,omitempty"` CategoryNameHasPrefix *string `json:"categoryNameHasPrefix,omitempty"` CategoryNameHasSuffix *string `json:"categoryNameHasSuffix,omitempty"` @@ -17666,10 +15584,6 @@ type FileWhereInput struct { CategoryIdneq *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIdgt *string `json:"categoryIDGT,omitempty"` - CategoryIdgte *string `json:"categoryIDGTE,omitempty"` - CategoryIdlt *string `json:"categoryIDLT,omitempty"` - CategoryIdlte *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -17682,10 +15596,6 @@ type FileWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -17698,10 +15608,6 @@ type FileWhereInput struct { ProvidedFileNameNeq *string `json:"providedFileNameNEQ,omitempty"` ProvidedFileNameIn []string `json:"providedFileNameIn,omitempty"` ProvidedFileNameNotIn []string `json:"providedFileNameNotIn,omitempty"` - ProvidedFileNameGt *string `json:"providedFileNameGT,omitempty"` - ProvidedFileNameGte *string `json:"providedFileNameGTE,omitempty"` - ProvidedFileNameLt *string `json:"providedFileNameLT,omitempty"` - ProvidedFileNameLte *string `json:"providedFileNameLTE,omitempty"` ProvidedFileNameContains *string `json:"providedFileNameContains,omitempty"` ProvidedFileNameHasPrefix *string `json:"providedFileNameHasPrefix,omitempty"` ProvidedFileNameHasSuffix *string `json:"providedFileNameHasSuffix,omitempty"` @@ -17712,46 +15618,34 @@ type FileWhereInput struct { ProvidedFileExtensionNeq *string `json:"providedFileExtensionNEQ,omitempty"` ProvidedFileExtensionIn []string `json:"providedFileExtensionIn,omitempty"` ProvidedFileExtensionNotIn []string `json:"providedFileExtensionNotIn,omitempty"` - ProvidedFileExtensionGt *string `json:"providedFileExtensionGT,omitempty"` - ProvidedFileExtensionGte *string `json:"providedFileExtensionGTE,omitempty"` - ProvidedFileExtensionLt *string `json:"providedFileExtensionLT,omitempty"` - ProvidedFileExtensionLte *string `json:"providedFileExtensionLTE,omitempty"` ProvidedFileExtensionContains *string `json:"providedFileExtensionContains,omitempty"` ProvidedFileExtensionHasPrefix *string `json:"providedFileExtensionHasPrefix,omitempty"` ProvidedFileExtensionHasSuffix *string `json:"providedFileExtensionHasSuffix,omitempty"` ProvidedFileExtensionEqualFold *string `json:"providedFileExtensionEqualFold,omitempty"` ProvidedFileExtensionContainsFold *string `json:"providedFileExtensionContainsFold,omitempty"` // provided_file_size field predicates - ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` - ProvidedFileSizeNeq *int64 `json:"providedFileSizeNEQ,omitempty"` - ProvidedFileSizeIn []int64 `json:"providedFileSizeIn,omitempty"` - ProvidedFileSizeNotIn []int64 `json:"providedFileSizeNotIn,omitempty"` - ProvidedFileSizeGt *int64 `json:"providedFileSizeGT,omitempty"` - ProvidedFileSizeGte *int64 `json:"providedFileSizeGTE,omitempty"` - ProvidedFileSizeLt *int64 `json:"providedFileSizeLT,omitempty"` - ProvidedFileSizeLte *int64 `json:"providedFileSizeLTE,omitempty"` - ProvidedFileSizeIsNil *bool `json:"providedFileSizeIsNil,omitempty"` - ProvidedFileSizeNotNil *bool `json:"providedFileSizeNotNil,omitempty"` + ProvidedFileSize *int64 `json:"providedFileSize,omitempty"` + ProvidedFileSizeNeq *int64 `json:"providedFileSizeNEQ,omitempty"` + ProvidedFileSizeGt *int64 `json:"providedFileSizeGT,omitempty"` + ProvidedFileSizeGte *int64 `json:"providedFileSizeGTE,omitempty"` + ProvidedFileSizeLt *int64 `json:"providedFileSizeLT,omitempty"` + ProvidedFileSizeLte *int64 `json:"providedFileSizeLTE,omitempty"` + ProvidedFileSizeIsNil *bool `json:"providedFileSizeIsNil,omitempty"` + ProvidedFileSizeNotNil *bool `json:"providedFileSizeNotNil,omitempty"` // persisted_file_size field predicates - PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` - PersistedFileSizeNeq *int64 `json:"persistedFileSizeNEQ,omitempty"` - PersistedFileSizeIn []int64 `json:"persistedFileSizeIn,omitempty"` - PersistedFileSizeNotIn []int64 `json:"persistedFileSizeNotIn,omitempty"` - PersistedFileSizeGt *int64 `json:"persistedFileSizeGT,omitempty"` - PersistedFileSizeGte *int64 `json:"persistedFileSizeGTE,omitempty"` - PersistedFileSizeLt *int64 `json:"persistedFileSizeLT,omitempty"` - PersistedFileSizeLte *int64 `json:"persistedFileSizeLTE,omitempty"` - PersistedFileSizeIsNil *bool `json:"persistedFileSizeIsNil,omitempty"` - PersistedFileSizeNotNil *bool `json:"persistedFileSizeNotNil,omitempty"` + PersistedFileSize *int64 `json:"persistedFileSize,omitempty"` + PersistedFileSizeNeq *int64 `json:"persistedFileSizeNEQ,omitempty"` + PersistedFileSizeGt *int64 `json:"persistedFileSizeGT,omitempty"` + PersistedFileSizeGte *int64 `json:"persistedFileSizeGTE,omitempty"` + PersistedFileSizeLt *int64 `json:"persistedFileSizeLT,omitempty"` + PersistedFileSizeLte *int64 `json:"persistedFileSizeLTE,omitempty"` + PersistedFileSizeIsNil *bool `json:"persistedFileSizeIsNil,omitempty"` + PersistedFileSizeNotNil *bool `json:"persistedFileSizeNotNil,omitempty"` // detected_mime_type field predicates DetectedMimeType *string `json:"detectedMimeType,omitempty"` DetectedMimeTypeNeq *string `json:"detectedMimeTypeNEQ,omitempty"` DetectedMimeTypeIn []string `json:"detectedMimeTypeIn,omitempty"` DetectedMimeTypeNotIn []string `json:"detectedMimeTypeNotIn,omitempty"` - DetectedMimeTypeGt *string `json:"detectedMimeTypeGT,omitempty"` - DetectedMimeTypeGte *string `json:"detectedMimeTypeGTE,omitempty"` - DetectedMimeTypeLt *string `json:"detectedMimeTypeLT,omitempty"` - DetectedMimeTypeLte *string `json:"detectedMimeTypeLTE,omitempty"` DetectedMimeTypeContains *string `json:"detectedMimeTypeContains,omitempty"` DetectedMimeTypeHasPrefix *string `json:"detectedMimeTypeHasPrefix,omitempty"` DetectedMimeTypeHasSuffix *string `json:"detectedMimeTypeHasSuffix,omitempty"` @@ -17764,10 +15658,6 @@ type FileWhereInput struct { Md5HashNeq *string `json:"md5HashNEQ,omitempty"` Md5HashIn []string `json:"md5HashIn,omitempty"` Md5HashNotIn []string `json:"md5HashNotIn,omitempty"` - Md5HashGt *string `json:"md5HashGT,omitempty"` - Md5HashGte *string `json:"md5HashGTE,omitempty"` - Md5HashLt *string `json:"md5HashLT,omitempty"` - Md5HashLte *string `json:"md5HashLTE,omitempty"` Md5HashContains *string `json:"md5HashContains,omitempty"` Md5HashHasPrefix *string `json:"md5HashHasPrefix,omitempty"` Md5HashHasSuffix *string `json:"md5HashHasSuffix,omitempty"` @@ -17780,10 +15670,6 @@ type FileWhereInput struct { DetectedContentTypeNeq *string `json:"detectedContentTypeNEQ,omitempty"` DetectedContentTypeIn []string `json:"detectedContentTypeIn,omitempty"` DetectedContentTypeNotIn []string `json:"detectedContentTypeNotIn,omitempty"` - DetectedContentTypeGt *string `json:"detectedContentTypeGT,omitempty"` - DetectedContentTypeGte *string `json:"detectedContentTypeGTE,omitempty"` - DetectedContentTypeLt *string `json:"detectedContentTypeLT,omitempty"` - DetectedContentTypeLte *string `json:"detectedContentTypeLTE,omitempty"` DetectedContentTypeContains *string `json:"detectedContentTypeContains,omitempty"` DetectedContentTypeHasPrefix *string `json:"detectedContentTypeHasPrefix,omitempty"` DetectedContentTypeHasSuffix *string `json:"detectedContentTypeHasSuffix,omitempty"` @@ -17794,10 +15680,6 @@ type FileWhereInput struct { StoreKeyNeq *string `json:"storeKeyNEQ,omitempty"` StoreKeyIn []string `json:"storeKeyIn,omitempty"` StoreKeyNotIn []string `json:"storeKeyNotIn,omitempty"` - StoreKeyGt *string `json:"storeKeyGT,omitempty"` - StoreKeyGte *string `json:"storeKeyGTE,omitempty"` - StoreKeyLt *string `json:"storeKeyLT,omitempty"` - StoreKeyLte *string `json:"storeKeyLTE,omitempty"` StoreKeyContains *string `json:"storeKeyContains,omitempty"` StoreKeyHasPrefix *string `json:"storeKeyHasPrefix,omitempty"` StoreKeyHasSuffix *string `json:"storeKeyHasSuffix,omitempty"` @@ -17810,10 +15692,6 @@ type FileWhereInput struct { CategoryTypeNeq *string `json:"categoryTypeNEQ,omitempty"` CategoryTypeIn []string `json:"categoryTypeIn,omitempty"` CategoryTypeNotIn []string `json:"categoryTypeNotIn,omitempty"` - CategoryTypeGt *string `json:"categoryTypeGT,omitempty"` - CategoryTypeGte *string `json:"categoryTypeGTE,omitempty"` - CategoryTypeLt *string `json:"categoryTypeLT,omitempty"` - CategoryTypeLte *string `json:"categoryTypeLTE,omitempty"` CategoryTypeContains *string `json:"categoryTypeContains,omitempty"` CategoryTypeHasPrefix *string `json:"categoryTypeHasPrefix,omitempty"` CategoryTypeHasSuffix *string `json:"categoryTypeHasSuffix,omitempty"` @@ -17826,10 +15704,6 @@ type FileWhereInput struct { URINeq *string `json:"uriNEQ,omitempty"` URIIn []string `json:"uriIn,omitempty"` URINotIn []string `json:"uriNotIn,omitempty"` - URIGt *string `json:"uriGT,omitempty"` - URIGte *string `json:"uriGTE,omitempty"` - URILt *string `json:"uriLT,omitempty"` - URILte *string `json:"uriLTE,omitempty"` URIContains *string `json:"uriContains,omitempty"` URIHasPrefix *string `json:"uriHasPrefix,omitempty"` URIHasSuffix *string `json:"uriHasSuffix,omitempty"` @@ -17842,10 +15716,6 @@ type FileWhereInput struct { StorageSchemeNeq *string `json:"storageSchemeNEQ,omitempty"` StorageSchemeIn []string `json:"storageSchemeIn,omitempty"` StorageSchemeNotIn []string `json:"storageSchemeNotIn,omitempty"` - StorageSchemeGt *string `json:"storageSchemeGT,omitempty"` - StorageSchemeGte *string `json:"storageSchemeGTE,omitempty"` - StorageSchemeLt *string `json:"storageSchemeLT,omitempty"` - StorageSchemeLte *string `json:"storageSchemeLTE,omitempty"` StorageSchemeContains *string `json:"storageSchemeContains,omitempty"` StorageSchemeHasPrefix *string `json:"storageSchemeHasPrefix,omitempty"` StorageSchemeHasSuffix *string `json:"storageSchemeHasSuffix,omitempty"` @@ -17858,10 +15728,6 @@ type FileWhereInput struct { StorageVolumeNeq *string `json:"storageVolumeNEQ,omitempty"` StorageVolumeIn []string `json:"storageVolumeIn,omitempty"` StorageVolumeNotIn []string `json:"storageVolumeNotIn,omitempty"` - StorageVolumeGt *string `json:"storageVolumeGT,omitempty"` - StorageVolumeGte *string `json:"storageVolumeGTE,omitempty"` - StorageVolumeLt *string `json:"storageVolumeLT,omitempty"` - StorageVolumeLte *string `json:"storageVolumeLTE,omitempty"` StorageVolumeContains *string `json:"storageVolumeContains,omitempty"` StorageVolumeHasPrefix *string `json:"storageVolumeHasPrefix,omitempty"` StorageVolumeHasSuffix *string `json:"storageVolumeHasSuffix,omitempty"` @@ -17874,10 +15740,6 @@ type FileWhereInput struct { StoragePathNeq *string `json:"storagePathNEQ,omitempty"` StoragePathIn []string `json:"storagePathIn,omitempty"` StoragePathNotIn []string `json:"storagePathNotIn,omitempty"` - StoragePathGt *string `json:"storagePathGT,omitempty"` - StoragePathGte *string `json:"storagePathGTE,omitempty"` - StoragePathLt *string `json:"storagePathLT,omitempty"` - StoragePathLte *string `json:"storagePathLTE,omitempty"` StoragePathContains *string `json:"storagePathContains,omitempty"` StoragePathHasPrefix *string `json:"storagePathHasPrefix,omitempty"` StoragePathHasSuffix *string `json:"storagePathHasSuffix,omitempty"` @@ -17890,10 +15752,6 @@ type FileWhereInput struct { StorageRegionNeq *string `json:"storageRegionNEQ,omitempty"` StorageRegionIn []string `json:"storageRegionIn,omitempty"` StorageRegionNotIn []string `json:"storageRegionNotIn,omitempty"` - StorageRegionGt *string `json:"storageRegionGT,omitempty"` - StorageRegionGte *string `json:"storageRegionGTE,omitempty"` - StorageRegionLt *string `json:"storageRegionLT,omitempty"` - StorageRegionLte *string `json:"storageRegionLTE,omitempty"` StorageRegionContains *string `json:"storageRegionContains,omitempty"` StorageRegionHasPrefix *string `json:"storageRegionHasPrefix,omitempty"` StorageRegionHasSuffix *string `json:"storageRegionHasSuffix,omitempty"` @@ -17906,10 +15764,6 @@ type FileWhereInput struct { StorageProviderNeq *string `json:"storageProviderNEQ,omitempty"` StorageProviderIn []string `json:"storageProviderIn,omitempty"` StorageProviderNotIn []string `json:"storageProviderNotIn,omitempty"` - StorageProviderGt *string `json:"storageProviderGT,omitempty"` - StorageProviderGte *string `json:"storageProviderGTE,omitempty"` - StorageProviderLt *string `json:"storageProviderLT,omitempty"` - StorageProviderLte *string `json:"storageProviderLTE,omitempty"` StorageProviderContains *string `json:"storageProviderContains,omitempty"` StorageProviderHasPrefix *string `json:"storageProviderHasPrefix,omitempty"` StorageProviderHasSuffix *string `json:"storageProviderHasSuffix,omitempty"` @@ -17918,16 +15772,13 @@ type FileWhereInput struct { StorageProviderEqualFold *string `json:"storageProviderEqualFold,omitempty"` StorageProviderContainsFold *string `json:"storageProviderContainsFold,omitempty"` // last_accessed_at field predicates - LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` - LastAccessedAtNeq *time.Time `json:"lastAccessedAtNEQ,omitempty"` - LastAccessedAtIn []*time.Time `json:"lastAccessedAtIn,omitempty"` - LastAccessedAtNotIn []*time.Time `json:"lastAccessedAtNotIn,omitempty"` - LastAccessedAtGt *time.Time `json:"lastAccessedAtGT,omitempty"` - LastAccessedAtGte *time.Time `json:"lastAccessedAtGTE,omitempty"` - LastAccessedAtLt *time.Time `json:"lastAccessedAtLT,omitempty"` - LastAccessedAtLte *time.Time `json:"lastAccessedAtLTE,omitempty"` - LastAccessedAtIsNil *bool `json:"lastAccessedAtIsNil,omitempty"` - LastAccessedAtNotNil *bool `json:"lastAccessedAtNotNil,omitempty"` + LastAccessedAt *time.Time `json:"lastAccessedAt,omitempty"` + LastAccessedAtGt *time.Time `json:"lastAccessedAtGT,omitempty"` + LastAccessedAtGte *time.Time `json:"lastAccessedAtGTE,omitempty"` + LastAccessedAtLt *time.Time `json:"lastAccessedAtLT,omitempty"` + LastAccessedAtLte *time.Time `json:"lastAccessedAtLTE,omitempty"` + LastAccessedAtIsNil *bool `json:"lastAccessedAtIsNil,omitempty"` + LastAccessedAtNotNil *bool `json:"lastAccessedAtNotNil,omitempty"` // environment edge predicates HasEnvironment *bool `json:"hasEnvironment,omitempty"` HasEnvironmentWith []*CustomTypeEnumWhereInput `json:"hasEnvironmentWith,omitempty"` @@ -18302,43 +16153,29 @@ type FindingControlWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -18351,10 +16188,6 @@ type FindingControlWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -18367,10 +16200,6 @@ type FindingControlWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -18383,10 +16212,6 @@ type FindingControlWhereInput struct { ExternalStandardNeq *string `json:"externalStandardNEQ,omitempty"` ExternalStandardIn []string `json:"externalStandardIn,omitempty"` ExternalStandardNotIn []string `json:"externalStandardNotIn,omitempty"` - ExternalStandardGt *string `json:"externalStandardGT,omitempty"` - ExternalStandardGte *string `json:"externalStandardGTE,omitempty"` - ExternalStandardLt *string `json:"externalStandardLT,omitempty"` - ExternalStandardLte *string `json:"externalStandardLTE,omitempty"` ExternalStandardContains *string `json:"externalStandardContains,omitempty"` ExternalStandardHasPrefix *string `json:"externalStandardHasPrefix,omitempty"` ExternalStandardHasSuffix *string `json:"externalStandardHasSuffix,omitempty"` @@ -18399,10 +16224,6 @@ type FindingControlWhereInput struct { ExternalStandardVersionNeq *string `json:"externalStandardVersionNEQ,omitempty"` ExternalStandardVersionIn []string `json:"externalStandardVersionIn,omitempty"` ExternalStandardVersionNotIn []string `json:"externalStandardVersionNotIn,omitempty"` - ExternalStandardVersionGt *string `json:"externalStandardVersionGT,omitempty"` - ExternalStandardVersionGte *string `json:"externalStandardVersionGTE,omitempty"` - ExternalStandardVersionLt *string `json:"externalStandardVersionLT,omitempty"` - ExternalStandardVersionLte *string `json:"externalStandardVersionLTE,omitempty"` ExternalStandardVersionContains *string `json:"externalStandardVersionContains,omitempty"` ExternalStandardVersionHasPrefix *string `json:"externalStandardVersionHasPrefix,omitempty"` ExternalStandardVersionHasSuffix *string `json:"externalStandardVersionHasSuffix,omitempty"` @@ -18415,10 +16236,6 @@ type FindingControlWhereInput struct { ExternalControlIdneq *string `json:"externalControlIDNEQ,omitempty"` ExternalControlIDIn []string `json:"externalControlIDIn,omitempty"` ExternalControlIDNotIn []string `json:"externalControlIDNotIn,omitempty"` - ExternalControlIdgt *string `json:"externalControlIDGT,omitempty"` - ExternalControlIdgte *string `json:"externalControlIDGTE,omitempty"` - ExternalControlIdlt *string `json:"externalControlIDLT,omitempty"` - ExternalControlIdlte *string `json:"externalControlIDLTE,omitempty"` ExternalControlIDContains *string `json:"externalControlIDContains,omitempty"` ExternalControlIDHasPrefix *string `json:"externalControlIDHasPrefix,omitempty"` ExternalControlIDHasSuffix *string `json:"externalControlIDHasSuffix,omitempty"` @@ -18431,10 +16248,6 @@ type FindingControlWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -18443,16 +16256,13 @@ type FindingControlWhereInput struct { SourceEqualFold *string `json:"sourceEqualFold,omitempty"` SourceContainsFold *string `json:"sourceContainsFold,omitempty"` // discovered_at field predicates - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNeq *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []*models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []*models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGt *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGte *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLt *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLte *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil *bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil *bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGt *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGte *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLt *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLte *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil *bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil *bool `json:"discoveredAtNotNil,omitempty"` } // Return response for createFinding mutation @@ -18500,43 +16310,29 @@ type FindingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -18549,10 +16345,6 @@ type FindingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -18565,10 +16357,6 @@ type FindingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -18581,10 +16369,6 @@ type FindingWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -18595,10 +16379,6 @@ type FindingWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -18611,10 +16391,6 @@ type FindingWhereInput struct { ReviewedByNeq *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGt *string `json:"reviewedByGT,omitempty"` - ReviewedByGte *string `json:"reviewedByGTE,omitempty"` - ReviewedByLt *string `json:"reviewedByLT,omitempty"` - ReviewedByLte *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -18627,10 +16403,6 @@ type FindingWhereInput struct { ReviewedByUserIdneq *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIdgt *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIdgte *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIdlt *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIdlte *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -18643,10 +16415,6 @@ type FindingWhereInput struct { ReviewedByGroupIdneq *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIdgt *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIdgte *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIdlt *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIdlte *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -18659,10 +16427,6 @@ type FindingWhereInput struct { AssignedToNeq *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGt *string `json:"assignedToGT,omitempty"` - AssignedToGte *string `json:"assignedToGTE,omitempty"` - AssignedToLt *string `json:"assignedToLT,omitempty"` - AssignedToLte *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -18675,10 +16439,6 @@ type FindingWhereInput struct { AssignedToUserIdneq *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIdgt *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIdgte *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIdlt *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIdlte *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -18691,10 +16451,6 @@ type FindingWhereInput struct { AssignedToGroupIdneq *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIdgt *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIdgte *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIdlt *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIdlte *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -18712,10 +16468,6 @@ type FindingWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -18728,10 +16480,6 @@ type FindingWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -18744,10 +16492,6 @@ type FindingWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -18760,10 +16504,6 @@ type FindingWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -18776,10 +16516,6 @@ type FindingWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -18792,10 +16528,6 @@ type FindingWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -18808,10 +16540,6 @@ type FindingWhereInput struct { FindingStatusNameNeq *string `json:"findingStatusNameNEQ,omitempty"` FindingStatusNameIn []string `json:"findingStatusNameIn,omitempty"` FindingStatusNameNotIn []string `json:"findingStatusNameNotIn,omitempty"` - FindingStatusNameGt *string `json:"findingStatusNameGT,omitempty"` - FindingStatusNameGte *string `json:"findingStatusNameGTE,omitempty"` - FindingStatusNameLt *string `json:"findingStatusNameLT,omitempty"` - FindingStatusNameLte *string `json:"findingStatusNameLTE,omitempty"` FindingStatusNameContains *string `json:"findingStatusNameContains,omitempty"` FindingStatusNameHasPrefix *string `json:"findingStatusNameHasPrefix,omitempty"` FindingStatusNameHasSuffix *string `json:"findingStatusNameHasSuffix,omitempty"` @@ -18824,10 +16552,6 @@ type FindingWhereInput struct { FindingStatusIdneq *string `json:"findingStatusIDNEQ,omitempty"` FindingStatusIDIn []string `json:"findingStatusIDIn,omitempty"` FindingStatusIDNotIn []string `json:"findingStatusIDNotIn,omitempty"` - FindingStatusIdgt *string `json:"findingStatusIDGT,omitempty"` - FindingStatusIdgte *string `json:"findingStatusIDGTE,omitempty"` - FindingStatusIdlt *string `json:"findingStatusIDLT,omitempty"` - FindingStatusIdlte *string `json:"findingStatusIDLTE,omitempty"` FindingStatusIDContains *string `json:"findingStatusIDContains,omitempty"` FindingStatusIDHasPrefix *string `json:"findingStatusIDHasPrefix,omitempty"` FindingStatusIDHasSuffix *string `json:"findingStatusIDHasSuffix,omitempty"` @@ -18845,10 +16569,6 @@ type FindingWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -18868,10 +16588,6 @@ type FindingWhereInput struct { ExternalOwnerIdneq *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIdgt *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIdgte *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIdlt *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIdlte *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -18884,10 +16600,6 @@ type FindingWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -18900,10 +16612,6 @@ type FindingWhereInput struct { ResourceNameNeq *string `json:"resourceNameNEQ,omitempty"` ResourceNameIn []string `json:"resourceNameIn,omitempty"` ResourceNameNotIn []string `json:"resourceNameNotIn,omitempty"` - ResourceNameGt *string `json:"resourceNameGT,omitempty"` - ResourceNameGte *string `json:"resourceNameGTE,omitempty"` - ResourceNameLt *string `json:"resourceNameLT,omitempty"` - ResourceNameLte *string `json:"resourceNameLTE,omitempty"` ResourceNameContains *string `json:"resourceNameContains,omitempty"` ResourceNameHasPrefix *string `json:"resourceNameHasPrefix,omitempty"` ResourceNameHasSuffix *string `json:"resourceNameHasSuffix,omitempty"` @@ -18916,10 +16624,6 @@ type FindingWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -18932,10 +16636,6 @@ type FindingWhereInput struct { StateNeq *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGt *string `json:"stateGT,omitempty"` - StateGte *string `json:"stateGTE,omitempty"` - StateLt *string `json:"stateLT,omitempty"` - StateLte *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -18948,10 +16648,6 @@ type FindingWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -18964,10 +16660,6 @@ type FindingWhereInput struct { FindingClassNeq *string `json:"findingClassNEQ,omitempty"` FindingClassIn []string `json:"findingClassIn,omitempty"` FindingClassNotIn []string `json:"findingClassNotIn,omitempty"` - FindingClassGt *string `json:"findingClassGT,omitempty"` - FindingClassGte *string `json:"findingClassGTE,omitempty"` - FindingClassLt *string `json:"findingClassLT,omitempty"` - FindingClassLte *string `json:"findingClassLTE,omitempty"` FindingClassContains *string `json:"findingClassContains,omitempty"` FindingClassHasPrefix *string `json:"findingClassHasPrefix,omitempty"` FindingClassHasSuffix *string `json:"findingClassHasSuffix,omitempty"` @@ -18980,10 +16672,6 @@ type FindingWhereInput struct { SeverityNeq *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGt *string `json:"severityGT,omitempty"` - SeverityGte *string `json:"severityGTE,omitempty"` - SeverityLt *string `json:"severityLT,omitempty"` - SeverityLte *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -19040,10 +16728,6 @@ type FindingWhereInput struct { PriorityNeq *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGt *string `json:"priorityGT,omitempty"` - PriorityGte *string `json:"priorityGTE,omitempty"` - PriorityLt *string `json:"priorityLT,omitempty"` - PriorityLte *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -19081,10 +16765,6 @@ type FindingWhereInput struct { AssessmentIdneq *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIdgt *string `json:"assessmentIDGT,omitempty"` - AssessmentIdgte *string `json:"assessmentIDGTE,omitempty"` - AssessmentIdlt *string `json:"assessmentIDLT,omitempty"` - AssessmentIdlte *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -19097,10 +16777,6 @@ type FindingWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -19113,10 +16789,6 @@ type FindingWhereInput struct { RecommendationNeq *string `json:"recommendationNEQ,omitempty"` RecommendationIn []string `json:"recommendationIn,omitempty"` RecommendationNotIn []string `json:"recommendationNotIn,omitempty"` - RecommendationGt *string `json:"recommendationGT,omitempty"` - RecommendationGte *string `json:"recommendationGTE,omitempty"` - RecommendationLt *string `json:"recommendationLT,omitempty"` - RecommendationLte *string `json:"recommendationLTE,omitempty"` RecommendationContains *string `json:"recommendationContains,omitempty"` RecommendationHasPrefix *string `json:"recommendationHasPrefix,omitempty"` RecommendationHasSuffix *string `json:"recommendationHasSuffix,omitempty"` @@ -19129,10 +16801,6 @@ type FindingWhereInput struct { RecommendedActionsNeq *string `json:"recommendedActionsNEQ,omitempty"` RecommendedActionsIn []string `json:"recommendedActionsIn,omitempty"` RecommendedActionsNotIn []string `json:"recommendedActionsNotIn,omitempty"` - RecommendedActionsGt *string `json:"recommendedActionsGT,omitempty"` - RecommendedActionsGte *string `json:"recommendedActionsGTE,omitempty"` - RecommendedActionsLt *string `json:"recommendedActionsLT,omitempty"` - RecommendedActionsLte *string `json:"recommendedActionsLTE,omitempty"` RecommendedActionsContains *string `json:"recommendedActionsContains,omitempty"` RecommendedActionsHasPrefix *string `json:"recommendedActionsHasPrefix,omitempty"` RecommendedActionsHasSuffix *string `json:"recommendedActionsHasSuffix,omitempty"` @@ -19145,10 +16813,6 @@ type FindingWhereInput struct { VectorNeq *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGt *string `json:"vectorGT,omitempty"` - VectorGte *string `json:"vectorGTE,omitempty"` - VectorLt *string `json:"vectorLT,omitempty"` - VectorLte *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -19157,58 +16821,43 @@ type FindingWhereInput struct { VectorEqualFold *string `json:"vectorEqualFold,omitempty"` VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // remediation_sla field predicates - RemediationSLA *int64 `json:"remediationSLA,omitempty"` - RemediationSLANeq *int64 `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int64 `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int64 `json:"remediationSLANotIn,omitempty"` - RemediationSLAGt *int64 `json:"remediationSLAGT,omitempty"` - RemediationSLAGte *int64 `json:"remediationSLAGTE,omitempty"` - RemediationSLALt *int64 `json:"remediationSLALT,omitempty"` - RemediationSLALte *int64 `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil *bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil *bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int64 `json:"remediationSLA,omitempty"` + RemediationSLANeq *int64 `json:"remediationSLANEQ,omitempty"` + RemediationSLAGt *int64 `json:"remediationSLAGT,omitempty"` + RemediationSLAGte *int64 `json:"remediationSLAGTE,omitempty"` + RemediationSLALt *int64 `json:"remediationSLALT,omitempty"` + RemediationSLALte *int64 `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil *bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil *bool `json:"remediationSLANotNil,omitempty"` // event_time field predicates - EventTime *models.DateTime `json:"eventTime,omitempty"` - EventTimeNeq *models.DateTime `json:"eventTimeNEQ,omitempty"` - EventTimeIn []*models.DateTime `json:"eventTimeIn,omitempty"` - EventTimeNotIn []*models.DateTime `json:"eventTimeNotIn,omitempty"` - EventTimeGt *models.DateTime `json:"eventTimeGT,omitempty"` - EventTimeGte *models.DateTime `json:"eventTimeGTE,omitempty"` - EventTimeLt *models.DateTime `json:"eventTimeLT,omitempty"` - EventTimeLte *models.DateTime `json:"eventTimeLTE,omitempty"` - EventTimeIsNil *bool `json:"eventTimeIsNil,omitempty"` - EventTimeNotNil *bool `json:"eventTimeNotNil,omitempty"` + EventTime *models.DateTime `json:"eventTime,omitempty"` + EventTimeGt *models.DateTime `json:"eventTimeGT,omitempty"` + EventTimeGte *models.DateTime `json:"eventTimeGTE,omitempty"` + EventTimeLt *models.DateTime `json:"eventTimeLT,omitempty"` + EventTimeLte *models.DateTime `json:"eventTimeLTE,omitempty"` + EventTimeIsNil *bool `json:"eventTimeIsNil,omitempty"` + EventTimeNotNil *bool `json:"eventTimeNotNil,omitempty"` // reported_at field predicates - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNeq *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []*models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []*models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGt *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGte *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLt *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLte *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil *bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil *bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGt *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGte *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLt *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLte *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil *bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil *bool `json:"reportedAtNotNil,omitempty"` // source_updated_at field predicates - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNeq *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []*models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []*models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGt *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGte *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLt *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLte *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil *bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil *bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGt *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGte *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLt *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLte *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil *bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil *bool `json:"sourceUpdatedAtNotNil,omitempty"` // external_uri field predicates ExternalURI *string `json:"externalURI,omitempty"` ExternalURINeq *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGt *string `json:"externalURIGT,omitempty"` - ExternalURIGte *string `json:"externalURIGTE,omitempty"` - ExternalURILt *string `json:"externalURILT,omitempty"` - ExternalURILte *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -19587,43 +17236,29 @@ type GroupMembershipWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -19636,10 +17271,6 @@ type GroupMembershipWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -19652,10 +17283,6 @@ type GroupMembershipWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -19883,43 +17510,29 @@ type GroupSettingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -19932,10 +17545,6 @@ type GroupSettingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -19948,10 +17557,6 @@ type GroupSettingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -19984,10 +17589,6 @@ type GroupSettingWhereInput struct { GroupIdneq *string `json:"groupIDNEQ,omitempty"` GroupIDIn []string `json:"groupIDIn,omitempty"` GroupIDNotIn []string `json:"groupIDNotIn,omitempty"` - GroupIdgt *string `json:"groupIDGT,omitempty"` - GroupIdgte *string `json:"groupIDGTE,omitempty"` - GroupIdlt *string `json:"groupIDLT,omitempty"` - GroupIdlte *string `json:"groupIDLTE,omitempty"` GroupIDContains *string `json:"groupIDContains,omitempty"` GroupIDHasPrefix *string `json:"groupIDHasPrefix,omitempty"` GroupIDHasSuffix *string `json:"groupIDHasSuffix,omitempty"` @@ -20017,43 +17618,29 @@ type GroupWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -20066,10 +17653,6 @@ type GroupWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -20082,10 +17665,6 @@ type GroupWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -20098,10 +17677,6 @@ type GroupWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -20112,10 +17687,6 @@ type GroupWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -20128,10 +17699,6 @@ type GroupWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -20147,10 +17714,6 @@ type GroupWhereInput struct { AvatarLocalFileIdneq *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIdgt *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIdgte *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIdlt *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIdlte *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -20163,10 +17726,6 @@ type GroupWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -20177,10 +17736,6 @@ type GroupWhereInput struct { OscalRoleNeq *string `json:"oscalRoleNEQ,omitempty"` OscalRoleIn []string `json:"oscalRoleIn,omitempty"` OscalRoleNotIn []string `json:"oscalRoleNotIn,omitempty"` - OscalRoleGt *string `json:"oscalRoleGT,omitempty"` - OscalRoleGte *string `json:"oscalRoleGTE,omitempty"` - OscalRoleLt *string `json:"oscalRoleLT,omitempty"` - OscalRoleLte *string `json:"oscalRoleLTE,omitempty"` OscalRoleContains *string `json:"oscalRoleContains,omitempty"` OscalRoleHasPrefix *string `json:"oscalRoleHasPrefix,omitempty"` OscalRoleHasSuffix *string `json:"oscalRoleHasSuffix,omitempty"` @@ -20193,10 +17748,6 @@ type GroupWhereInput struct { OscalPartyUUIDNeq *string `json:"oscalPartyUUIDNEQ,omitempty"` OscalPartyUUIDIn []string `json:"oscalPartyUUIDIn,omitempty"` OscalPartyUUIDNotIn []string `json:"oscalPartyUUIDNotIn,omitempty"` - OscalPartyUUIDGt *string `json:"oscalPartyUUIDGT,omitempty"` - OscalPartyUUIDGte *string `json:"oscalPartyUUIDGTE,omitempty"` - OscalPartyUUIDLt *string `json:"oscalPartyUUIDLT,omitempty"` - OscalPartyUUIDLte *string `json:"oscalPartyUUIDLTE,omitempty"` OscalPartyUUIDContains *string `json:"oscalPartyUUIDContains,omitempty"` OscalPartyUUIDHasPrefix *string `json:"oscalPartyUUIDHasPrefix,omitempty"` OscalPartyUUIDHasSuffix *string `json:"oscalPartyUUIDHasSuffix,omitempty"` @@ -20209,10 +17760,6 @@ type GroupWhereInput struct { ScimExternalIdneq *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIdgt *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIdgte *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIdlt *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIdlte *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -20225,10 +17772,6 @@ type GroupWhereInput struct { ScimDisplayNameNeq *string `json:"scimDisplayNameNEQ,omitempty"` ScimDisplayNameIn []string `json:"scimDisplayNameIn,omitempty"` ScimDisplayNameNotIn []string `json:"scimDisplayNameNotIn,omitempty"` - ScimDisplayNameGt *string `json:"scimDisplayNameGT,omitempty"` - ScimDisplayNameGte *string `json:"scimDisplayNameGTE,omitempty"` - ScimDisplayNameLt *string `json:"scimDisplayNameLT,omitempty"` - ScimDisplayNameLte *string `json:"scimDisplayNameLTE,omitempty"` ScimDisplayNameContains *string `json:"scimDisplayNameContains,omitempty"` ScimDisplayNameHasPrefix *string `json:"scimDisplayNameHasPrefix,omitempty"` ScimDisplayNameHasSuffix *string `json:"scimDisplayNameHasSuffix,omitempty"` @@ -20246,10 +17789,6 @@ type GroupWhereInput struct { ScimGroupMailingNeq *string `json:"scimGroupMailingNEQ,omitempty"` ScimGroupMailingIn []string `json:"scimGroupMailingIn,omitempty"` ScimGroupMailingNotIn []string `json:"scimGroupMailingNotIn,omitempty"` - ScimGroupMailingGt *string `json:"scimGroupMailingGT,omitempty"` - ScimGroupMailingGte *string `json:"scimGroupMailingGTE,omitempty"` - ScimGroupMailingLt *string `json:"scimGroupMailingLT,omitempty"` - ScimGroupMailingLte *string `json:"scimGroupMailingLTE,omitempty"` ScimGroupMailingContains *string `json:"scimGroupMailingContains,omitempty"` ScimGroupMailingHasPrefix *string `json:"scimGroupMailingHasPrefix,omitempty"` ScimGroupMailingHasSuffix *string `json:"scimGroupMailingHasSuffix,omitempty"` @@ -20544,43 +18083,29 @@ type HushWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -20593,10 +18118,6 @@ type HushWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -20609,10 +18130,6 @@ type HushWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -20625,10 +18142,6 @@ type HushWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -20646,10 +18159,6 @@ type HushWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -20662,10 +18171,6 @@ type HushWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -20678,10 +18183,6 @@ type HushWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -20692,10 +18193,6 @@ type HushWhereInput struct { KindNeq *string `json:"kindNEQ,omitempty"` KindIn []string `json:"kindIn,omitempty"` KindNotIn []string `json:"kindNotIn,omitempty"` - KindGt *string `json:"kindGT,omitempty"` - KindGte *string `json:"kindGTE,omitempty"` - KindLt *string `json:"kindLT,omitempty"` - KindLte *string `json:"kindLTE,omitempty"` KindContains *string `json:"kindContains,omitempty"` KindHasPrefix *string `json:"kindHasPrefix,omitempty"` KindHasSuffix *string `json:"kindHasSuffix,omitempty"` @@ -20708,10 +18205,6 @@ type HushWhereInput struct { SecretNameNeq *string `json:"secretNameNEQ,omitempty"` SecretNameIn []string `json:"secretNameIn,omitempty"` SecretNameNotIn []string `json:"secretNameNotIn,omitempty"` - SecretNameGt *string `json:"secretNameGT,omitempty"` - SecretNameGte *string `json:"secretNameGTE,omitempty"` - SecretNameLt *string `json:"secretNameLT,omitempty"` - SecretNameLte *string `json:"secretNameLTE,omitempty"` SecretNameContains *string `json:"secretNameContains,omitempty"` SecretNameHasPrefix *string `json:"secretNameHasPrefix,omitempty"` SecretNameHasSuffix *string `json:"secretNameHasSuffix,omitempty"` @@ -20720,27 +18213,21 @@ type HushWhereInput struct { SecretNameEqualFold *string `json:"secretNameEqualFold,omitempty"` SecretNameContainsFold *string `json:"secretNameContainsFold,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // expires_at field predicates - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNeq *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []*time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []*time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -20948,43 +18435,29 @@ type IdentityHolderWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -20997,10 +18470,6 @@ type IdentityHolderWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -21013,10 +18482,6 @@ type IdentityHolderWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -21029,10 +18494,6 @@ type IdentityHolderWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -21043,10 +18504,6 @@ type IdentityHolderWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -21059,10 +18516,6 @@ type IdentityHolderWhereInput struct { InternalOwnerNeq *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGt *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGte *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLt *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLte *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -21075,10 +18528,6 @@ type IdentityHolderWhereInput struct { InternalOwnerUserIdneq *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIdgt *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIdgte *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIdlt *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIdlte *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -21091,10 +18540,6 @@ type IdentityHolderWhereInput struct { InternalOwnerGroupIdneq *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIdgt *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIdgte *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIdlt *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIdlte *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -21107,10 +18552,6 @@ type IdentityHolderWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -21123,10 +18564,6 @@ type IdentityHolderWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -21139,10 +18576,6 @@ type IdentityHolderWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -21155,10 +18588,6 @@ type IdentityHolderWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -21176,10 +18605,6 @@ type IdentityHolderWhereInput struct { FullNameNeq *string `json:"fullNameNEQ,omitempty"` FullNameIn []string `json:"fullNameIn,omitempty"` FullNameNotIn []string `json:"fullNameNotIn,omitempty"` - FullNameGt *string `json:"fullNameGT,omitempty"` - FullNameGte *string `json:"fullNameGTE,omitempty"` - FullNameLt *string `json:"fullNameLT,omitempty"` - FullNameLte *string `json:"fullNameLTE,omitempty"` FullNameContains *string `json:"fullNameContains,omitempty"` FullNameHasPrefix *string `json:"fullNameHasPrefix,omitempty"` FullNameHasSuffix *string `json:"fullNameHasSuffix,omitempty"` @@ -21190,10 +18615,6 @@ type IdentityHolderWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -21204,10 +18625,6 @@ type IdentityHolderWhereInput struct { AlternateEmailNeq *string `json:"alternateEmailNEQ,omitempty"` AlternateEmailIn []string `json:"alternateEmailIn,omitempty"` AlternateEmailNotIn []string `json:"alternateEmailNotIn,omitempty"` - AlternateEmailGt *string `json:"alternateEmailGT,omitempty"` - AlternateEmailGte *string `json:"alternateEmailGTE,omitempty"` - AlternateEmailLt *string `json:"alternateEmailLT,omitempty"` - AlternateEmailLte *string `json:"alternateEmailLTE,omitempty"` AlternateEmailContains *string `json:"alternateEmailContains,omitempty"` AlternateEmailHasPrefix *string `json:"alternateEmailHasPrefix,omitempty"` AlternateEmailHasSuffix *string `json:"alternateEmailHasSuffix,omitempty"` @@ -21220,10 +18637,6 @@ type IdentityHolderWhereInput struct { PhoneNumberNeq *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGt *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGte *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLt *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLte *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -21241,10 +18654,6 @@ type IdentityHolderWhereInput struct { UserIdneq *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIdgt *string `json:"userIDGT,omitempty"` - UserIdgte *string `json:"userIDGTE,omitempty"` - UserIdlt *string `json:"userIDLT,omitempty"` - UserIdlte *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -21270,10 +18679,6 @@ type IdentityHolderWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -21286,10 +18691,6 @@ type IdentityHolderWhereInput struct { DepartmentNeq *string `json:"departmentNEQ,omitempty"` DepartmentIn []string `json:"departmentIn,omitempty"` DepartmentNotIn []string `json:"departmentNotIn,omitempty"` - DepartmentGt *string `json:"departmentGT,omitempty"` - DepartmentGte *string `json:"departmentGTE,omitempty"` - DepartmentLt *string `json:"departmentLT,omitempty"` - DepartmentLte *string `json:"departmentLTE,omitempty"` DepartmentContains *string `json:"departmentContains,omitempty"` DepartmentHasPrefix *string `json:"departmentHasPrefix,omitempty"` DepartmentHasSuffix *string `json:"departmentHasSuffix,omitempty"` @@ -21302,10 +18703,6 @@ type IdentityHolderWhereInput struct { TeamNeq *string `json:"teamNEQ,omitempty"` TeamIn []string `json:"teamIn,omitempty"` TeamNotIn []string `json:"teamNotIn,omitempty"` - TeamGt *string `json:"teamGT,omitempty"` - TeamGte *string `json:"teamGTE,omitempty"` - TeamLt *string `json:"teamLT,omitempty"` - TeamLte *string `json:"teamLTE,omitempty"` TeamContains *string `json:"teamContains,omitempty"` TeamHasPrefix *string `json:"teamHasPrefix,omitempty"` TeamHasSuffix *string `json:"teamHasSuffix,omitempty"` @@ -21318,10 +18715,6 @@ type IdentityHolderWhereInput struct { LocationNeq *string `json:"locationNEQ,omitempty"` LocationIn []string `json:"locationIn,omitempty"` LocationNotIn []string `json:"locationNotIn,omitempty"` - LocationGt *string `json:"locationGT,omitempty"` - LocationGte *string `json:"locationGTE,omitempty"` - LocationLt *string `json:"locationLT,omitempty"` - LocationLte *string `json:"locationLTE,omitempty"` LocationContains *string `json:"locationContains,omitempty"` LocationHasPrefix *string `json:"locationHasPrefix,omitempty"` LocationHasSuffix *string `json:"locationHasSuffix,omitempty"` @@ -21330,36 +18723,26 @@ type IdentityHolderWhereInput struct { LocationEqualFold *string `json:"locationEqualFold,omitempty"` LocationContainsFold *string `json:"locationContainsFold,omitempty"` // start_date field predicates - StartDate *models.DateTime `json:"startDate,omitempty"` - StartDateNeq *models.DateTime `json:"startDateNEQ,omitempty"` - StartDateIn []*models.DateTime `json:"startDateIn,omitempty"` - StartDateNotIn []*models.DateTime `json:"startDateNotIn,omitempty"` - StartDateGt *models.DateTime `json:"startDateGT,omitempty"` - StartDateGte *models.DateTime `json:"startDateGTE,omitempty"` - StartDateLt *models.DateTime `json:"startDateLT,omitempty"` - StartDateLte *models.DateTime `json:"startDateLTE,omitempty"` - StartDateIsNil *bool `json:"startDateIsNil,omitempty"` - StartDateNotNil *bool `json:"startDateNotNil,omitempty"` + StartDate *models.DateTime `json:"startDate,omitempty"` + StartDateGt *models.DateTime `json:"startDateGT,omitempty"` + StartDateGte *models.DateTime `json:"startDateGTE,omitempty"` + StartDateLt *models.DateTime `json:"startDateLT,omitempty"` + StartDateLte *models.DateTime `json:"startDateLTE,omitempty"` + StartDateIsNil *bool `json:"startDateIsNil,omitempty"` + StartDateNotNil *bool `json:"startDateNotNil,omitempty"` // end_date field predicates - EndDate *models.DateTime `json:"endDate,omitempty"` - EndDateNeq *models.DateTime `json:"endDateNEQ,omitempty"` - EndDateIn []*models.DateTime `json:"endDateIn,omitempty"` - EndDateNotIn []*models.DateTime `json:"endDateNotIn,omitempty"` - EndDateGt *models.DateTime `json:"endDateGT,omitempty"` - EndDateGte *models.DateTime `json:"endDateGTE,omitempty"` - EndDateLt *models.DateTime `json:"endDateLT,omitempty"` - EndDateLte *models.DateTime `json:"endDateLTE,omitempty"` - EndDateIsNil *bool `json:"endDateIsNil,omitempty"` - EndDateNotNil *bool `json:"endDateNotNil,omitempty"` + EndDate *models.DateTime `json:"endDate,omitempty"` + EndDateGt *models.DateTime `json:"endDateGT,omitempty"` + EndDateGte *models.DateTime `json:"endDateGTE,omitempty"` + EndDateLt *models.DateTime `json:"endDateLT,omitempty"` + EndDateLte *models.DateTime `json:"endDateLTE,omitempty"` + EndDateIsNil *bool `json:"endDateIsNil,omitempty"` + EndDateNotNil *bool `json:"endDateNotNil,omitempty"` // employer_entity_id field predicates EmployerEntityID *string `json:"employerEntityID,omitempty"` EmployerEntityIdneq *string `json:"employerEntityIDNEQ,omitempty"` EmployerEntityIDIn []string `json:"employerEntityIDIn,omitempty"` EmployerEntityIDNotIn []string `json:"employerEntityIDNotIn,omitempty"` - EmployerEntityIdgt *string `json:"employerEntityIDGT,omitempty"` - EmployerEntityIdgte *string `json:"employerEntityIDGTE,omitempty"` - EmployerEntityIdlt *string `json:"employerEntityIDLT,omitempty"` - EmployerEntityIdlte *string `json:"employerEntityIDLTE,omitempty"` EmployerEntityIDContains *string `json:"employerEntityIDContains,omitempty"` EmployerEntityIDHasPrefix *string `json:"employerEntityIDHasPrefix,omitempty"` EmployerEntityIDHasSuffix *string `json:"employerEntityIDHasSuffix,omitempty"` @@ -21372,10 +18755,6 @@ type IdentityHolderWhereInput struct { ExternalUserIdneq *string `json:"externalUserIDNEQ,omitempty"` ExternalUserIDIn []string `json:"externalUserIDIn,omitempty"` ExternalUserIDNotIn []string `json:"externalUserIDNotIn,omitempty"` - ExternalUserIdgt *string `json:"externalUserIDGT,omitempty"` - ExternalUserIdgte *string `json:"externalUserIDGTE,omitempty"` - ExternalUserIdlt *string `json:"externalUserIDLT,omitempty"` - ExternalUserIdlte *string `json:"externalUserIDLTE,omitempty"` ExternalUserIDContains *string `json:"externalUserIDContains,omitempty"` ExternalUserIDHasPrefix *string `json:"externalUserIDHasPrefix,omitempty"` ExternalUserIDHasSuffix *string `json:"externalUserIDHasSuffix,omitempty"` @@ -21388,10 +18767,6 @@ type IdentityHolderWhereInput struct { ExternalReferenceIdneq *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIdgt *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIdgte *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIdlt *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIdlte *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -21404,10 +18779,6 @@ type IdentityHolderWhereInput struct { AvatarRemoteURLNeq *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGt *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGte *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLt *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLte *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -21723,43 +19094,29 @@ type IntegrationWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -21772,10 +19129,6 @@ type IntegrationWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -21788,10 +19141,6 @@ type IntegrationWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -21804,10 +19153,6 @@ type IntegrationWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -21825,10 +19170,6 @@ type IntegrationWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -21841,10 +19182,6 @@ type IntegrationWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -21857,10 +19194,6 @@ type IntegrationWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -21873,10 +19206,6 @@ type IntegrationWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -21889,10 +19218,6 @@ type IntegrationWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -21905,10 +19230,6 @@ type IntegrationWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -21921,10 +19242,6 @@ type IntegrationWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -21935,10 +19252,6 @@ type IntegrationWhereInput struct { KindNeq *string `json:"kindNEQ,omitempty"` KindIn []string `json:"kindIn,omitempty"` KindNotIn []string `json:"kindNotIn,omitempty"` - KindGt *string `json:"kindGT,omitempty"` - KindGte *string `json:"kindGTE,omitempty"` - KindLt *string `json:"kindLT,omitempty"` - KindLte *string `json:"kindLTE,omitempty"` KindContains *string `json:"kindContains,omitempty"` KindHasPrefix *string `json:"kindHasPrefix,omitempty"` KindHasSuffix *string `json:"kindHasSuffix,omitempty"` @@ -21951,10 +19264,6 @@ type IntegrationWhereInput struct { IntegrationTypeNeq *string `json:"integrationTypeNEQ,omitempty"` IntegrationTypeIn []string `json:"integrationTypeIn,omitempty"` IntegrationTypeNotIn []string `json:"integrationTypeNotIn,omitempty"` - IntegrationTypeGt *string `json:"integrationTypeGT,omitempty"` - IntegrationTypeGte *string `json:"integrationTypeGTE,omitempty"` - IntegrationTypeLt *string `json:"integrationTypeLT,omitempty"` - IntegrationTypeLte *string `json:"integrationTypeLTE,omitempty"` IntegrationTypeContains *string `json:"integrationTypeContains,omitempty"` IntegrationTypeHasPrefix *string `json:"integrationTypeHasPrefix,omitempty"` IntegrationTypeHasSuffix *string `json:"integrationTypeHasSuffix,omitempty"` @@ -21967,10 +19276,6 @@ type IntegrationWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -21983,10 +19288,6 @@ type IntegrationWhereInput struct { DefinitionIdneq *string `json:"definitionIDNEQ,omitempty"` DefinitionIDIn []string `json:"definitionIDIn,omitempty"` DefinitionIDNotIn []string `json:"definitionIDNotIn,omitempty"` - DefinitionIdgt *string `json:"definitionIDGT,omitempty"` - DefinitionIdgte *string `json:"definitionIDGTE,omitempty"` - DefinitionIdlt *string `json:"definitionIDLT,omitempty"` - DefinitionIdlte *string `json:"definitionIDLTE,omitempty"` DefinitionIDContains *string `json:"definitionIDContains,omitempty"` DefinitionIDHasPrefix *string `json:"definitionIDHasPrefix,omitempty"` DefinitionIDHasSuffix *string `json:"definitionIDHasSuffix,omitempty"` @@ -21999,10 +19300,6 @@ type IntegrationWhereInput struct { DefinitionVersionNeq *string `json:"definitionVersionNEQ,omitempty"` DefinitionVersionIn []string `json:"definitionVersionIn,omitempty"` DefinitionVersionNotIn []string `json:"definitionVersionNotIn,omitempty"` - DefinitionVersionGt *string `json:"definitionVersionGT,omitempty"` - DefinitionVersionGte *string `json:"definitionVersionGTE,omitempty"` - DefinitionVersionLt *string `json:"definitionVersionLT,omitempty"` - DefinitionVersionLte *string `json:"definitionVersionLTE,omitempty"` DefinitionVersionContains *string `json:"definitionVersionContains,omitempty"` DefinitionVersionHasPrefix *string `json:"definitionVersionHasPrefix,omitempty"` DefinitionVersionHasSuffix *string `json:"definitionVersionHasSuffix,omitempty"` @@ -22015,10 +19312,6 @@ type IntegrationWhereInput struct { DefinitionSlugNeq *string `json:"definitionSlugNEQ,omitempty"` DefinitionSlugIn []string `json:"definitionSlugIn,omitempty"` DefinitionSlugNotIn []string `json:"definitionSlugNotIn,omitempty"` - DefinitionSlugGt *string `json:"definitionSlugGT,omitempty"` - DefinitionSlugGte *string `json:"definitionSlugGTE,omitempty"` - DefinitionSlugLt *string `json:"definitionSlugLT,omitempty"` - DefinitionSlugLte *string `json:"definitionSlugLTE,omitempty"` DefinitionSlugContains *string `json:"definitionSlugContains,omitempty"` DefinitionSlugHasPrefix *string `json:"definitionSlugHasPrefix,omitempty"` DefinitionSlugHasSuffix *string `json:"definitionSlugHasSuffix,omitempty"` @@ -22031,10 +19324,6 @@ type IntegrationWhereInput struct { FamilyNeq *string `json:"familyNEQ,omitempty"` FamilyIn []string `json:"familyIn,omitempty"` FamilyNotIn []string `json:"familyNotIn,omitempty"` - FamilyGt *string `json:"familyGT,omitempty"` - FamilyGte *string `json:"familyGTE,omitempty"` - FamilyLt *string `json:"familyLT,omitempty"` - FamilyLte *string `json:"familyLTE,omitempty"` FamilyContains *string `json:"familyContains,omitempty"` FamilyHasPrefix *string `json:"familyHasPrefix,omitempty"` FamilyHasSuffix *string `json:"familyHasSuffix,omitempty"` @@ -22334,43 +19623,29 @@ type InternalPolicyWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -22383,10 +19658,6 @@ type InternalPolicyWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -22399,10 +19670,6 @@ type InternalPolicyWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -22415,10 +19682,6 @@ type InternalPolicyWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -22429,10 +19692,6 @@ type InternalPolicyWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -22445,10 +19704,6 @@ type InternalPolicyWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -22466,10 +19721,6 @@ type InternalPolicyWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -22482,10 +19733,6 @@ type InternalPolicyWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -22498,10 +19745,6 @@ type InternalPolicyWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -22526,10 +19769,6 @@ type InternalPolicyWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -22543,16 +19782,13 @@ type InternalPolicyWhereInput struct { ApprovalRequiredIsNil *bool `json:"approvalRequiredIsNil,omitempty"` ApprovalRequiredNotNil *bool `json:"approvalRequiredNotNil,omitempty"` // review_due field predicates - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNeq *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []*time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []*time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` // review_frequency field predicates ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` ReviewFrequencyNeq *enums.Frequency `json:"reviewFrequencyNEQ,omitempty"` @@ -22565,10 +19801,6 @@ type InternalPolicyWhereInput struct { ApproverIdneq *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIdgt *string `json:"approverIDGT,omitempty"` - ApproverIdgte *string `json:"approverIDGTE,omitempty"` - ApproverIdlt *string `json:"approverIDLT,omitempty"` - ApproverIdlte *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -22581,10 +19813,6 @@ type InternalPolicyWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -22597,10 +19825,6 @@ type InternalPolicyWhereInput struct { URLNeq *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGt *string `json:"urlGT,omitempty"` - URLGte *string `json:"urlGTE,omitempty"` - URLLt *string `json:"urlLT,omitempty"` - URLLte *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -22613,10 +19837,6 @@ type InternalPolicyWhereInput struct { FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -22629,10 +19849,6 @@ type InternalPolicyWhereInput struct { ExternalFileIdneq *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIdgt *string `json:"externalFileIDGT,omitempty"` - ExternalFileIdgte *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIdlt *string `json:"externalFileIDLT,omitempty"` - ExternalFileIdlte *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -22645,10 +19861,6 @@ type InternalPolicyWhereInput struct { ExternalContentsNeq *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGt *string `json:"externalContentsGT,omitempty"` - ExternalContentsGte *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLt *string `json:"externalContentsLT,omitempty"` - ExternalContentsLte *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -22661,10 +19873,6 @@ type InternalPolicyWhereInput struct { InternalPolicyKindNameNeq *string `json:"internalPolicyKindNameNEQ,omitempty"` InternalPolicyKindNameIn []string `json:"internalPolicyKindNameIn,omitempty"` InternalPolicyKindNameNotIn []string `json:"internalPolicyKindNameNotIn,omitempty"` - InternalPolicyKindNameGt *string `json:"internalPolicyKindNameGT,omitempty"` - InternalPolicyKindNameGte *string `json:"internalPolicyKindNameGTE,omitempty"` - InternalPolicyKindNameLt *string `json:"internalPolicyKindNameLT,omitempty"` - InternalPolicyKindNameLte *string `json:"internalPolicyKindNameLTE,omitempty"` InternalPolicyKindNameContains *string `json:"internalPolicyKindNameContains,omitempty"` InternalPolicyKindNameHasPrefix *string `json:"internalPolicyKindNameHasPrefix,omitempty"` InternalPolicyKindNameHasSuffix *string `json:"internalPolicyKindNameHasSuffix,omitempty"` @@ -22677,10 +19885,6 @@ type InternalPolicyWhereInput struct { InternalPolicyKindIdneq *string `json:"internalPolicyKindIDNEQ,omitempty"` InternalPolicyKindIDIn []string `json:"internalPolicyKindIDIn,omitempty"` InternalPolicyKindIDNotIn []string `json:"internalPolicyKindIDNotIn,omitempty"` - InternalPolicyKindIdgt *string `json:"internalPolicyKindIDGT,omitempty"` - InternalPolicyKindIdgte *string `json:"internalPolicyKindIDGTE,omitempty"` - InternalPolicyKindIdlt *string `json:"internalPolicyKindIDLT,omitempty"` - InternalPolicyKindIdlte *string `json:"internalPolicyKindIDLTE,omitempty"` InternalPolicyKindIDContains *string `json:"internalPolicyKindIDContains,omitempty"` InternalPolicyKindIDHasPrefix *string `json:"internalPolicyKindIDHasPrefix,omitempty"` InternalPolicyKindIDHasSuffix *string `json:"internalPolicyKindIDHasSuffix,omitempty"` @@ -22693,10 +19897,6 @@ type InternalPolicyWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -22709,10 +19909,6 @@ type InternalPolicyWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -22725,10 +19921,6 @@ type InternalPolicyWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -22741,10 +19933,6 @@ type InternalPolicyWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -22762,10 +19950,6 @@ type InternalPolicyWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -22982,43 +20166,29 @@ type InviteWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23031,10 +20201,6 @@ type InviteWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23047,10 +20213,6 @@ type InviteWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23063,10 +20225,6 @@ type InviteWhereInput struct { RequestorIdneq *string `json:"requestorIDNEQ,omitempty"` RequestorIDIn []string `json:"requestorIDIn,omitempty"` RequestorIDNotIn []string `json:"requestorIDNotIn,omitempty"` - RequestorIdgt *string `json:"requestorIDGT,omitempty"` - RequestorIdgte *string `json:"requestorIDGTE,omitempty"` - RequestorIdlt *string `json:"requestorIDLT,omitempty"` - RequestorIdlte *string `json:"requestorIDLTE,omitempty"` RequestorIDContains *string `json:"requestorIDContains,omitempty"` RequestorIDHasPrefix *string `json:"requestorIDHasPrefix,omitempty"` RequestorIDHasSuffix *string `json:"requestorIDHasSuffix,omitempty"` @@ -23079,10 +20237,6 @@ type InviteWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23091,25 +20245,18 @@ type InviteWhereInput struct { OwnerIDEqualFold *string `json:"ownerIDEqualFold,omitempty"` OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // expires field predicates - Expires *time.Time `json:"expires,omitempty"` - ExpiresNeq *time.Time `json:"expiresNEQ,omitempty"` - ExpiresIn []*time.Time `json:"expiresIn,omitempty"` - ExpiresNotIn []*time.Time `json:"expiresNotIn,omitempty"` - ExpiresGt *time.Time `json:"expiresGT,omitempty"` - ExpiresGte *time.Time `json:"expiresGTE,omitempty"` - ExpiresLt *time.Time `json:"expiresLT,omitempty"` - ExpiresLte *time.Time `json:"expiresLTE,omitempty"` - ExpiresIsNil *bool `json:"expiresIsNil,omitempty"` - ExpiresNotNil *bool `json:"expiresNotNil,omitempty"` + Expires *time.Time `json:"expires,omitempty"` + ExpiresGt *time.Time `json:"expiresGT,omitempty"` + ExpiresGte *time.Time `json:"expiresGTE,omitempty"` + ExpiresLt *time.Time `json:"expiresLT,omitempty"` + ExpiresLte *time.Time `json:"expiresLTE,omitempty"` + ExpiresIsNil *bool `json:"expiresIsNil,omitempty"` + ExpiresNotNil *bool `json:"expiresNotNil,omitempty"` // recipient field predicates Recipient *string `json:"recipient,omitempty"` RecipientNeq *string `json:"recipientNEQ,omitempty"` RecipientIn []string `json:"recipientIn,omitempty"` RecipientNotIn []string `json:"recipientNotIn,omitempty"` - RecipientGt *string `json:"recipientGT,omitempty"` - RecipientGte *string `json:"recipientGTE,omitempty"` - RecipientLt *string `json:"recipientLT,omitempty"` - RecipientLte *string `json:"recipientLTE,omitempty"` RecipientContains *string `json:"recipientContains,omitempty"` RecipientHasPrefix *string `json:"recipientHasPrefix,omitempty"` RecipientHasSuffix *string `json:"recipientHasSuffix,omitempty"` @@ -23126,14 +20273,12 @@ type InviteWhereInput struct { RoleIn []enums.Role `json:"roleIn,omitempty"` RoleNotIn []enums.Role `json:"roleNotIn,omitempty"` // send_attempts field predicates - SendAttempts *int64 `json:"sendAttempts,omitempty"` - SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int64 `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int64 `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` - SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` - SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int64 `json:"sendAttempts,omitempty"` + SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` + SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` + SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` // ownership_transfer field predicates OwnershipTransfer *bool `json:"ownershipTransfer,omitempty"` OwnershipTransferNeq *bool `json:"ownershipTransferNEQ,omitempty"` @@ -23240,43 +20385,29 @@ type JobResultWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23289,10 +20420,6 @@ type JobResultWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23305,10 +20432,6 @@ type JobResultWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23321,10 +20444,6 @@ type JobResultWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23337,10 +20456,6 @@ type JobResultWhereInput struct { ScheduledJobIdneq *string `json:"scheduledJobIDNEQ,omitempty"` ScheduledJobIDIn []string `json:"scheduledJobIDIn,omitempty"` ScheduledJobIDNotIn []string `json:"scheduledJobIDNotIn,omitempty"` - ScheduledJobIdgt *string `json:"scheduledJobIDGT,omitempty"` - ScheduledJobIdgte *string `json:"scheduledJobIDGTE,omitempty"` - ScheduledJobIdlt *string `json:"scheduledJobIDLT,omitempty"` - ScheduledJobIdlte *string `json:"scheduledJobIDLTE,omitempty"` ScheduledJobIDContains *string `json:"scheduledJobIDContains,omitempty"` ScheduledJobIDHasPrefix *string `json:"scheduledJobIDHasPrefix,omitempty"` ScheduledJobIDHasSuffix *string `json:"scheduledJobIDHasSuffix,omitempty"` @@ -23352,41 +20467,29 @@ type JobResultWhereInput struct { StatusIn []enums.JobExecutionStatus `json:"statusIn,omitempty"` StatusNotIn []enums.JobExecutionStatus `json:"statusNotIn,omitempty"` // exit_code field predicates - ExitCode *int64 `json:"exitCode,omitempty"` - ExitCodeNeq *int64 `json:"exitCodeNEQ,omitempty"` - ExitCodeIn []int64 `json:"exitCodeIn,omitempty"` - ExitCodeNotIn []int64 `json:"exitCodeNotIn,omitempty"` - ExitCodeGt *int64 `json:"exitCodeGT,omitempty"` - ExitCodeGte *int64 `json:"exitCodeGTE,omitempty"` - ExitCodeLt *int64 `json:"exitCodeLT,omitempty"` - ExitCodeLte *int64 `json:"exitCodeLTE,omitempty"` + ExitCode *int64 `json:"exitCode,omitempty"` + ExitCodeNeq *int64 `json:"exitCodeNEQ,omitempty"` + ExitCodeGt *int64 `json:"exitCodeGT,omitempty"` + ExitCodeGte *int64 `json:"exitCodeGTE,omitempty"` + ExitCodeLt *int64 `json:"exitCodeLT,omitempty"` + ExitCodeLte *int64 `json:"exitCodeLTE,omitempty"` // finished_at field predicates - FinishedAt *time.Time `json:"finishedAt,omitempty"` - FinishedAtNeq *time.Time `json:"finishedAtNEQ,omitempty"` - FinishedAtIn []*time.Time `json:"finishedAtIn,omitempty"` - FinishedAtNotIn []*time.Time `json:"finishedAtNotIn,omitempty"` - FinishedAtGt *time.Time `json:"finishedAtGT,omitempty"` - FinishedAtGte *time.Time `json:"finishedAtGTE,omitempty"` - FinishedAtLt *time.Time `json:"finishedAtLT,omitempty"` - FinishedAtLte *time.Time `json:"finishedAtLTE,omitempty"` + FinishedAt *time.Time `json:"finishedAt,omitempty"` + FinishedAtGt *time.Time `json:"finishedAtGT,omitempty"` + FinishedAtGte *time.Time `json:"finishedAtGTE,omitempty"` + FinishedAtLt *time.Time `json:"finishedAtLT,omitempty"` + FinishedAtLte *time.Time `json:"finishedAtLTE,omitempty"` // started_at field predicates - StartedAt *time.Time `json:"startedAt,omitempty"` - StartedAtNeq *time.Time `json:"startedAtNEQ,omitempty"` - StartedAtIn []*time.Time `json:"startedAtIn,omitempty"` - StartedAtNotIn []*time.Time `json:"startedAtNotIn,omitempty"` - StartedAtGt *time.Time `json:"startedAtGT,omitempty"` - StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` - StartedAtLt *time.Time `json:"startedAtLT,omitempty"` - StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` + StartedAt *time.Time `json:"startedAt,omitempty"` + StartedAtGt *time.Time `json:"startedAtGT,omitempty"` + StartedAtGte *time.Time `json:"startedAtGTE,omitempty"` + StartedAtLt *time.Time `json:"startedAtLT,omitempty"` + StartedAtLte *time.Time `json:"startedAtLTE,omitempty"` // file_id field predicates FileID *string `json:"fileID,omitempty"` FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -23397,10 +20500,6 @@ type JobResultWhereInput struct { LogNeq *string `json:"logNEQ,omitempty"` LogIn []string `json:"logIn,omitempty"` LogNotIn []string `json:"logNotIn,omitempty"` - LogGt *string `json:"logGT,omitempty"` - LogGte *string `json:"logGTE,omitempty"` - LogLt *string `json:"logLT,omitempty"` - LogLte *string `json:"logLTE,omitempty"` LogContains *string `json:"logContains,omitempty"` LogHasPrefix *string `json:"logHasPrefix,omitempty"` LogHasSuffix *string `json:"logHasSuffix,omitempty"` @@ -23574,43 +20673,29 @@ type JobRunnerRegistrationTokenWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23623,10 +20708,6 @@ type JobRunnerRegistrationTokenWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23639,10 +20720,6 @@ type JobRunnerRegistrationTokenWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23655,10 +20732,6 @@ type JobRunnerRegistrationTokenWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23667,25 +20740,18 @@ type JobRunnerRegistrationTokenWhereInput struct { OwnerIDEqualFold *string `json:"ownerIDEqualFold,omitempty"` OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // job_runner_id field predicates JobRunnerID *string `json:"jobRunnerID,omitempty"` JobRunnerIdneq *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIdgt *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIdgte *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIdlt *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIdlte *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -23788,43 +20854,29 @@ type JobRunnerTokenWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -23837,10 +20889,6 @@ type JobRunnerTokenWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -23853,10 +20901,6 @@ type JobRunnerTokenWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -23869,10 +20913,6 @@ type JobRunnerTokenWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -23881,27 +20921,21 @@ type JobRunnerTokenWhereInput struct { OwnerIDEqualFold *string `json:"ownerIDEqualFold,omitempty"` OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // expires_at field predicates - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNeq *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []*time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []*time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // is_active field predicates IsActive *bool `json:"isActive,omitempty"` IsActiveNeq *bool `json:"isActiveNEQ,omitempty"` @@ -23912,10 +20946,6 @@ type JobRunnerTokenWhereInput struct { RevokedReasonNeq *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGt *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGte *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLt *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLte *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -23928,10 +20958,6 @@ type JobRunnerTokenWhereInput struct { RevokedByNeq *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGt *string `json:"revokedByGT,omitempty"` - RevokedByGte *string `json:"revokedByGTE,omitempty"` - RevokedByLt *string `json:"revokedByLT,omitempty"` - RevokedByLte *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -23940,16 +20966,13 @@ type JobRunnerTokenWhereInput struct { RevokedByEqualFold *string `json:"revokedByEqualFold,omitempty"` RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // revoked_at field predicates - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNeq *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []*time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []*time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -23977,43 +21000,29 @@ type JobRunnerWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -24026,10 +21035,6 @@ type JobRunnerWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -24042,10 +21047,6 @@ type JobRunnerWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -24058,10 +21059,6 @@ type JobRunnerWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -24072,10 +21069,6 @@ type JobRunnerWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -24093,10 +21086,6 @@ type JobRunnerWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -24109,10 +21098,6 @@ type JobRunnerWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -24125,10 +21110,6 @@ type JobRunnerWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -24144,10 +21125,6 @@ type JobRunnerWhereInput struct { IPAddressNeq *string `json:"ipAddressNEQ,omitempty"` IPAddressIn []string `json:"ipAddressIn,omitempty"` IPAddressNotIn []string `json:"ipAddressNotIn,omitempty"` - IPAddressGt *string `json:"ipAddressGT,omitempty"` - IPAddressGte *string `json:"ipAddressGTE,omitempty"` - IPAddressLt *string `json:"ipAddressLT,omitempty"` - IPAddressLte *string `json:"ipAddressLTE,omitempty"` IPAddressContains *string `json:"ipAddressContains,omitempty"` IPAddressHasPrefix *string `json:"ipAddressHasPrefix,omitempty"` IPAddressHasSuffix *string `json:"ipAddressHasSuffix,omitempty"` @@ -24156,25 +21133,18 @@ type JobRunnerWhereInput struct { IPAddressEqualFold *string `json:"ipAddressEqualFold,omitempty"` IPAddressContainsFold *string `json:"ipAddressContainsFold,omitempty"` // last_seen field predicates - LastSeen *time.Time `json:"lastSeen,omitempty"` - LastSeenNeq *time.Time `json:"lastSeenNEQ,omitempty"` - LastSeenIn []*time.Time `json:"lastSeenIn,omitempty"` - LastSeenNotIn []*time.Time `json:"lastSeenNotIn,omitempty"` - LastSeenGt *time.Time `json:"lastSeenGT,omitempty"` - LastSeenGte *time.Time `json:"lastSeenGTE,omitempty"` - LastSeenLt *time.Time `json:"lastSeenLT,omitempty"` - LastSeenLte *time.Time `json:"lastSeenLTE,omitempty"` - LastSeenIsNil *bool `json:"lastSeenIsNil,omitempty"` - LastSeenNotNil *bool `json:"lastSeenNotNil,omitempty"` + LastSeen *time.Time `json:"lastSeen,omitempty"` + LastSeenGt *time.Time `json:"lastSeenGT,omitempty"` + LastSeenGte *time.Time `json:"lastSeenGTE,omitempty"` + LastSeenLt *time.Time `json:"lastSeenLT,omitempty"` + LastSeenLte *time.Time `json:"lastSeenLTE,omitempty"` + LastSeenIsNil *bool `json:"lastSeenIsNil,omitempty"` + LastSeenNotNil *bool `json:"lastSeenNotNil,omitempty"` // version field predicates Version *string `json:"version,omitempty"` VersionNeq *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGt *string `json:"versionGT,omitempty"` - VersionGte *string `json:"versionGTE,omitempty"` - VersionLt *string `json:"versionLT,omitempty"` - VersionLte *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -24187,10 +21157,6 @@ type JobRunnerWhereInput struct { OsNeq *string `json:"osNEQ,omitempty"` OsIn []string `json:"osIn,omitempty"` OsNotIn []string `json:"osNotIn,omitempty"` - OsGt *string `json:"osGT,omitempty"` - OsGte *string `json:"osGTE,omitempty"` - OsLt *string `json:"osLT,omitempty"` - OsLte *string `json:"osLTE,omitempty"` OsContains *string `json:"osContains,omitempty"` OsHasPrefix *string `json:"osHasPrefix,omitempty"` OsHasSuffix *string `json:"osHasSuffix,omitempty"` @@ -24329,43 +21295,29 @@ type JobTemplateWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -24378,10 +21330,6 @@ type JobTemplateWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -24394,10 +21342,6 @@ type JobTemplateWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -24410,10 +21354,6 @@ type JobTemplateWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -24424,10 +21364,6 @@ type JobTemplateWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -24445,10 +21381,6 @@ type JobTemplateWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -24461,10 +21393,6 @@ type JobTemplateWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -24477,10 +21405,6 @@ type JobTemplateWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -24491,10 +21415,6 @@ type JobTemplateWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -24629,43 +21549,29 @@ type MappableDomainWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -24678,10 +21584,6 @@ type MappableDomainWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -24694,10 +21596,6 @@ type MappableDomainWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -24710,10 +21608,6 @@ type MappableDomainWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -24724,10 +21618,6 @@ type MappableDomainWhereInput struct { ZoneIdneq *string `json:"zoneIDNEQ,omitempty"` ZoneIDIn []string `json:"zoneIDIn,omitempty"` ZoneIDNotIn []string `json:"zoneIDNotIn,omitempty"` - ZoneIdgt *string `json:"zoneIDGT,omitempty"` - ZoneIdgte *string `json:"zoneIDGTE,omitempty"` - ZoneIdlt *string `json:"zoneIDLT,omitempty"` - ZoneIdlte *string `json:"zoneIDLTE,omitempty"` ZoneIDContains *string `json:"zoneIDContains,omitempty"` ZoneIDHasPrefix *string `json:"zoneIDHasPrefix,omitempty"` ZoneIDHasSuffix *string `json:"zoneIDHasSuffix,omitempty"` @@ -24860,43 +21750,29 @@ type MappedControlWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -24909,10 +21785,6 @@ type MappedControlWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -24925,10 +21797,6 @@ type MappedControlWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -24946,10 +21814,6 @@ type MappedControlWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -24962,10 +21826,6 @@ type MappedControlWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -24978,10 +21838,6 @@ type MappedControlWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -24999,10 +21855,6 @@ type MappedControlWhereInput struct { RelationNeq *string `json:"relationNEQ,omitempty"` RelationIn []string `json:"relationIn,omitempty"` RelationNotIn []string `json:"relationNotIn,omitempty"` - RelationGt *string `json:"relationGT,omitempty"` - RelationGte *string `json:"relationGTE,omitempty"` - RelationLt *string `json:"relationLT,omitempty"` - RelationLte *string `json:"relationLTE,omitempty"` RelationContains *string `json:"relationContains,omitempty"` RelationHasPrefix *string `json:"relationHasPrefix,omitempty"` RelationHasSuffix *string `json:"relationHasSuffix,omitempty"` @@ -25011,16 +21863,14 @@ type MappedControlWhereInput struct { RelationEqualFold *string `json:"relationEqualFold,omitempty"` RelationContainsFold *string `json:"relationContainsFold,omitempty"` // confidence field predicates - Confidence *int64 `json:"confidence,omitempty"` - ConfidenceNeq *int64 `json:"confidenceNEQ,omitempty"` - ConfidenceIn []int64 `json:"confidenceIn,omitempty"` - ConfidenceNotIn []int64 `json:"confidenceNotIn,omitempty"` - ConfidenceGt *int64 `json:"confidenceGT,omitempty"` - ConfidenceGte *int64 `json:"confidenceGTE,omitempty"` - ConfidenceLt *int64 `json:"confidenceLT,omitempty"` - ConfidenceLte *int64 `json:"confidenceLTE,omitempty"` - ConfidenceIsNil *bool `json:"confidenceIsNil,omitempty"` - ConfidenceNotNil *bool `json:"confidenceNotNil,omitempty"` + Confidence *int64 `json:"confidence,omitempty"` + ConfidenceNeq *int64 `json:"confidenceNEQ,omitempty"` + ConfidenceGt *int64 `json:"confidenceGT,omitempty"` + ConfidenceGte *int64 `json:"confidenceGTE,omitempty"` + ConfidenceLt *int64 `json:"confidenceLT,omitempty"` + ConfidenceLte *int64 `json:"confidenceLTE,omitempty"` + ConfidenceIsNil *bool `json:"confidenceIsNil,omitempty"` + ConfidenceNotNil *bool `json:"confidenceNotNil,omitempty"` // source field predicates Source *enums.MappingSource `json:"source,omitempty"` SourceNeq *enums.MappingSource `json:"sourceNEQ,omitempty"` @@ -25177,43 +22027,29 @@ type NarrativeWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -25226,10 +22062,6 @@ type NarrativeWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -25242,10 +22074,6 @@ type NarrativeWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -25258,10 +22086,6 @@ type NarrativeWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -25272,10 +22096,6 @@ type NarrativeWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -25293,10 +22113,6 @@ type NarrativeWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -25309,10 +22125,6 @@ type NarrativeWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -25325,10 +22137,6 @@ type NarrativeWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -25339,10 +22147,6 @@ type NarrativeWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -25355,10 +22159,6 @@ type NarrativeWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -25484,43 +22284,29 @@ type NoteWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -25533,10 +22319,6 @@ type NoteWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -25549,10 +22331,6 @@ type NoteWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -25565,10 +22343,6 @@ type NoteWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -25579,10 +22353,6 @@ type NoteWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -25595,10 +22365,6 @@ type NoteWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -25611,10 +22377,6 @@ type NoteWhereInput struct { TextNeq *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGt *string `json:"textGT,omitempty"` - TextGte *string `json:"textGTE,omitempty"` - TextLt *string `json:"textLT,omitempty"` - TextLte *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -25625,10 +22387,6 @@ type NoteWhereInput struct { NoteRefNeq *string `json:"noteRefNEQ,omitempty"` NoteRefIn []string `json:"noteRefIn,omitempty"` NoteRefNotIn []string `json:"noteRefNotIn,omitempty"` - NoteRefGt *string `json:"noteRefGT,omitempty"` - NoteRefGte *string `json:"noteRefGTE,omitempty"` - NoteRefLt *string `json:"noteRefLT,omitempty"` - NoteRefLte *string `json:"noteRefLTE,omitempty"` NoteRefContains *string `json:"noteRefContains,omitempty"` NoteRefHasPrefix *string `json:"noteRefHasPrefix,omitempty"` NoteRefHasSuffix *string `json:"noteRefHasSuffix,omitempty"` @@ -25641,10 +22399,6 @@ type NoteWhereInput struct { DiscussionIdneq *string `json:"discussionIDNEQ,omitempty"` DiscussionIDIn []string `json:"discussionIDIn,omitempty"` DiscussionIDNotIn []string `json:"discussionIDNotIn,omitempty"` - DiscussionIdgt *string `json:"discussionIDGT,omitempty"` - DiscussionIdgte *string `json:"discussionIDGTE,omitempty"` - DiscussionIdlt *string `json:"discussionIDLT,omitempty"` - DiscussionIdlte *string `json:"discussionIDLTE,omitempty"` DiscussionIDContains *string `json:"discussionIDContains,omitempty"` DiscussionIDHasPrefix *string `json:"discussionIDHasPrefix,omitempty"` DiscussionIDHasSuffix *string `json:"discussionIDHasSuffix,omitempty"` @@ -25660,10 +22414,6 @@ type NoteWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -25677,16 +22427,13 @@ type NoteWhereInput struct { NotifySubscribersIsNil *bool `json:"notifySubscribersIsNil,omitempty"` NotifySubscribersNotNil *bool `json:"notifySubscribersNotNil,omitempty"` // notified_at field predicates - NotifiedAt *time.Time `json:"notifiedAt,omitempty"` - NotifiedAtNeq *time.Time `json:"notifiedAtNEQ,omitempty"` - NotifiedAtIn []*time.Time `json:"notifiedAtIn,omitempty"` - NotifiedAtNotIn []*time.Time `json:"notifiedAtNotIn,omitempty"` - NotifiedAtGt *time.Time `json:"notifiedAtGT,omitempty"` - NotifiedAtGte *time.Time `json:"notifiedAtGTE,omitempty"` - NotifiedAtLt *time.Time `json:"notifiedAtLT,omitempty"` - NotifiedAtLte *time.Time `json:"notifiedAtLTE,omitempty"` - NotifiedAtIsNil *bool `json:"notifiedAtIsNil,omitempty"` - NotifiedAtNotNil *bool `json:"notifiedAtNotNil,omitempty"` + NotifiedAt *time.Time `json:"notifiedAt,omitempty"` + NotifiedAtGt *time.Time `json:"notifiedAtGT,omitempty"` + NotifiedAtGte *time.Time `json:"notifiedAtGTE,omitempty"` + NotifiedAtLt *time.Time `json:"notifiedAtLT,omitempty"` + NotifiedAtLte *time.Time `json:"notifiedAtLTE,omitempty"` + NotifiedAtIsNil *bool `json:"notifiedAtIsNil,omitempty"` + NotifiedAtNotNil *bool `json:"notifiedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -25940,43 +22687,29 @@ type NotificationPreferenceWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -25989,10 +22722,6 @@ type NotificationPreferenceWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -26005,10 +22734,6 @@ type NotificationPreferenceWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -26021,10 +22746,6 @@ type NotificationPreferenceWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -26037,10 +22758,6 @@ type NotificationPreferenceWhereInput struct { UserIdneq *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIdgt *string `json:"userIDGT,omitempty"` - UserIdgte *string `json:"userIDGTE,omitempty"` - UserIdlt *string `json:"userIDLT,omitempty"` - UserIdlte *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -26061,10 +22778,6 @@ type NotificationPreferenceWhereInput struct { ProviderNeq *string `json:"providerNEQ,omitempty"` ProviderIn []string `json:"providerIn,omitempty"` ProviderNotIn []string `json:"providerNotIn,omitempty"` - ProviderGt *string `json:"providerGT,omitempty"` - ProviderGte *string `json:"providerGTE,omitempty"` - ProviderLt *string `json:"providerLT,omitempty"` - ProviderLte *string `json:"providerLTE,omitempty"` ProviderContains *string `json:"providerContains,omitempty"` ProviderHasPrefix *string `json:"providerHasPrefix,omitempty"` ProviderHasSuffix *string `json:"providerHasSuffix,omitempty"` @@ -26077,10 +22790,6 @@ type NotificationPreferenceWhereInput struct { DestinationNeq *string `json:"destinationNEQ,omitempty"` DestinationIn []string `json:"destinationIn,omitempty"` DestinationNotIn []string `json:"destinationNotIn,omitempty"` - DestinationGt *string `json:"destinationGT,omitempty"` - DestinationGte *string `json:"destinationGTE,omitempty"` - DestinationLt *string `json:"destinationLT,omitempty"` - DestinationLte *string `json:"destinationLTE,omitempty"` DestinationContains *string `json:"destinationContains,omitempty"` DestinationHasPrefix *string `json:"destinationHasPrefix,omitempty"` DestinationHasSuffix *string `json:"destinationHasSuffix,omitempty"` @@ -26108,10 +22817,6 @@ type NotificationPreferenceWhereInput struct { TemplateIdneq *string `json:"templateIDNEQ,omitempty"` TemplateIDIn []string `json:"templateIDIn,omitempty"` TemplateIDNotIn []string `json:"templateIDNotIn,omitempty"` - TemplateIdgt *string `json:"templateIDGT,omitempty"` - TemplateIdgte *string `json:"templateIDGTE,omitempty"` - TemplateIdlt *string `json:"templateIDLT,omitempty"` - TemplateIdlte *string `json:"templateIDLTE,omitempty"` TemplateIDContains *string `json:"templateIDContains,omitempty"` TemplateIDHasPrefix *string `json:"templateIDHasPrefix,omitempty"` TemplateIDHasSuffix *string `json:"templateIDHasSuffix,omitempty"` @@ -26120,25 +22825,18 @@ type NotificationPreferenceWhereInput struct { TemplateIDEqualFold *string `json:"templateIDEqualFold,omitempty"` TemplateIDContainsFold *string `json:"templateIDContainsFold,omitempty"` // mute_until field predicates - MuteUntil *time.Time `json:"muteUntil,omitempty"` - MuteUntilNeq *time.Time `json:"muteUntilNEQ,omitempty"` - MuteUntilIn []*time.Time `json:"muteUntilIn,omitempty"` - MuteUntilNotIn []*time.Time `json:"muteUntilNotIn,omitempty"` - MuteUntilGt *time.Time `json:"muteUntilGT,omitempty"` - MuteUntilGte *time.Time `json:"muteUntilGTE,omitempty"` - MuteUntilLt *time.Time `json:"muteUntilLT,omitempty"` - MuteUntilLte *time.Time `json:"muteUntilLTE,omitempty"` - MuteUntilIsNil *bool `json:"muteUntilIsNil,omitempty"` - MuteUntilNotNil *bool `json:"muteUntilNotNil,omitempty"` + MuteUntil *time.Time `json:"muteUntil,omitempty"` + MuteUntilGt *time.Time `json:"muteUntilGT,omitempty"` + MuteUntilGte *time.Time `json:"muteUntilGTE,omitempty"` + MuteUntilLt *time.Time `json:"muteUntilLT,omitempty"` + MuteUntilLte *time.Time `json:"muteUntilLTE,omitempty"` + MuteUntilIsNil *bool `json:"muteUntilIsNil,omitempty"` + MuteUntilNotNil *bool `json:"muteUntilNotNil,omitempty"` // quiet_hours_start field predicates QuietHoursStart *string `json:"quietHoursStart,omitempty"` QuietHoursStartNeq *string `json:"quietHoursStartNEQ,omitempty"` QuietHoursStartIn []string `json:"quietHoursStartIn,omitempty"` QuietHoursStartNotIn []string `json:"quietHoursStartNotIn,omitempty"` - QuietHoursStartGt *string `json:"quietHoursStartGT,omitempty"` - QuietHoursStartGte *string `json:"quietHoursStartGTE,omitempty"` - QuietHoursStartLt *string `json:"quietHoursStartLT,omitempty"` - QuietHoursStartLte *string `json:"quietHoursStartLTE,omitempty"` QuietHoursStartContains *string `json:"quietHoursStartContains,omitempty"` QuietHoursStartHasPrefix *string `json:"quietHoursStartHasPrefix,omitempty"` QuietHoursStartHasSuffix *string `json:"quietHoursStartHasSuffix,omitempty"` @@ -26151,10 +22849,6 @@ type NotificationPreferenceWhereInput struct { QuietHoursEndNeq *string `json:"quietHoursEndNEQ,omitempty"` QuietHoursEndIn []string `json:"quietHoursEndIn,omitempty"` QuietHoursEndNotIn []string `json:"quietHoursEndNotIn,omitempty"` - QuietHoursEndGt *string `json:"quietHoursEndGT,omitempty"` - QuietHoursEndGte *string `json:"quietHoursEndGTE,omitempty"` - QuietHoursEndLt *string `json:"quietHoursEndLT,omitempty"` - QuietHoursEndLte *string `json:"quietHoursEndLTE,omitempty"` QuietHoursEndContains *string `json:"quietHoursEndContains,omitempty"` QuietHoursEndHasPrefix *string `json:"quietHoursEndHasPrefix,omitempty"` QuietHoursEndHasSuffix *string `json:"quietHoursEndHasSuffix,omitempty"` @@ -26167,10 +22861,6 @@ type NotificationPreferenceWhereInput struct { TimezoneNeq *string `json:"timezoneNEQ,omitempty"` TimezoneIn []string `json:"timezoneIn,omitempty"` TimezoneNotIn []string `json:"timezoneNotIn,omitempty"` - TimezoneGt *string `json:"timezoneGT,omitempty"` - TimezoneGte *string `json:"timezoneGTE,omitempty"` - TimezoneLt *string `json:"timezoneLT,omitempty"` - TimezoneLte *string `json:"timezoneLTE,omitempty"` TimezoneContains *string `json:"timezoneContains,omitempty"` TimezoneHasPrefix *string `json:"timezoneHasPrefix,omitempty"` TimezoneHasSuffix *string `json:"timezoneHasSuffix,omitempty"` @@ -26182,36 +22872,26 @@ type NotificationPreferenceWhereInput struct { IsDefault *bool `json:"isDefault,omitempty"` IsDefaultNeq *bool `json:"isDefaultNEQ,omitempty"` // verified_at field predicates - VerifiedAt *time.Time `json:"verifiedAt,omitempty"` - VerifiedAtNeq *time.Time `json:"verifiedAtNEQ,omitempty"` - VerifiedAtIn []*time.Time `json:"verifiedAtIn,omitempty"` - VerifiedAtNotIn []*time.Time `json:"verifiedAtNotIn,omitempty"` - VerifiedAtGt *time.Time `json:"verifiedAtGT,omitempty"` - VerifiedAtGte *time.Time `json:"verifiedAtGTE,omitempty"` - VerifiedAtLt *time.Time `json:"verifiedAtLT,omitempty"` - VerifiedAtLte *time.Time `json:"verifiedAtLTE,omitempty"` - VerifiedAtIsNil *bool `json:"verifiedAtIsNil,omitempty"` - VerifiedAtNotNil *bool `json:"verifiedAtNotNil,omitempty"` + VerifiedAt *time.Time `json:"verifiedAt,omitempty"` + VerifiedAtGt *time.Time `json:"verifiedAtGT,omitempty"` + VerifiedAtGte *time.Time `json:"verifiedAtGTE,omitempty"` + VerifiedAtLt *time.Time `json:"verifiedAtLT,omitempty"` + VerifiedAtLte *time.Time `json:"verifiedAtLTE,omitempty"` + VerifiedAtIsNil *bool `json:"verifiedAtIsNil,omitempty"` + VerifiedAtNotNil *bool `json:"verifiedAtNotNil,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // last_error field predicates LastError *string `json:"lastError,omitempty"` LastErrorNeq *string `json:"lastErrorNEQ,omitempty"` LastErrorIn []string `json:"lastErrorIn,omitempty"` LastErrorNotIn []string `json:"lastErrorNotIn,omitempty"` - LastErrorGt *string `json:"lastErrorGT,omitempty"` - LastErrorGte *string `json:"lastErrorGTE,omitempty"` - LastErrorLt *string `json:"lastErrorLT,omitempty"` - LastErrorLte *string `json:"lastErrorLTE,omitempty"` LastErrorContains *string `json:"lastErrorContains,omitempty"` LastErrorHasPrefix *string `json:"lastErrorHasPrefix,omitempty"` LastErrorHasSuffix *string `json:"lastErrorHasSuffix,omitempty"` @@ -26386,43 +23066,29 @@ type NotificationTemplateWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -26435,10 +23101,6 @@ type NotificationTemplateWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -26451,10 +23113,6 @@ type NotificationTemplateWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -26467,10 +23125,6 @@ type NotificationTemplateWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -26483,10 +23137,6 @@ type NotificationTemplateWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -26504,10 +23154,6 @@ type NotificationTemplateWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -26520,10 +23166,6 @@ type NotificationTemplateWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -26536,10 +23178,6 @@ type NotificationTemplateWhereInput struct { KeyNeq *string `json:"keyNEQ,omitempty"` KeyIn []string `json:"keyIn,omitempty"` KeyNotIn []string `json:"keyNotIn,omitempty"` - KeyGt *string `json:"keyGT,omitempty"` - KeyGte *string `json:"keyGTE,omitempty"` - KeyLt *string `json:"keyLT,omitempty"` - KeyLte *string `json:"keyLTE,omitempty"` KeyContains *string `json:"keyContains,omitempty"` KeyHasPrefix *string `json:"keyHasPrefix,omitempty"` KeyHasSuffix *string `json:"keyHasSuffix,omitempty"` @@ -26550,10 +23188,6 @@ type NotificationTemplateWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -26564,10 +23198,6 @@ type NotificationTemplateWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -26592,10 +23222,6 @@ type NotificationTemplateWhereInput struct { LocaleNeq *string `json:"localeNEQ,omitempty"` LocaleIn []string `json:"localeIn,omitempty"` LocaleNotIn []string `json:"localeNotIn,omitempty"` - LocaleGt *string `json:"localeGT,omitempty"` - LocaleGte *string `json:"localeGTE,omitempty"` - LocaleLt *string `json:"localeLT,omitempty"` - LocaleLte *string `json:"localeLTE,omitempty"` LocaleContains *string `json:"localeContains,omitempty"` LocaleHasPrefix *string `json:"localeHasPrefix,omitempty"` LocaleHasSuffix *string `json:"localeHasSuffix,omitempty"` @@ -26606,10 +23232,6 @@ type NotificationTemplateWhereInput struct { TopicPatternNeq *string `json:"topicPatternNEQ,omitempty"` TopicPatternIn []string `json:"topicPatternIn,omitempty"` TopicPatternNotIn []string `json:"topicPatternNotIn,omitempty"` - TopicPatternGt *string `json:"topicPatternGT,omitempty"` - TopicPatternGte *string `json:"topicPatternGTE,omitempty"` - TopicPatternLt *string `json:"topicPatternLT,omitempty"` - TopicPatternLte *string `json:"topicPatternLTE,omitempty"` TopicPatternContains *string `json:"topicPatternContains,omitempty"` TopicPatternHasPrefix *string `json:"topicPatternHasPrefix,omitempty"` TopicPatternHasSuffix *string `json:"topicPatternHasSuffix,omitempty"` @@ -26620,10 +23242,6 @@ type NotificationTemplateWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -26636,10 +23254,6 @@ type NotificationTemplateWhereInput struct { WorkflowDefinitionIdneq *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIdgt *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIdgte *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIdlt *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIdlte *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -26652,10 +23266,6 @@ type NotificationTemplateWhereInput struct { EmailTemplateIdneq *string `json:"emailTemplateIDNEQ,omitempty"` EmailTemplateIDIn []string `json:"emailTemplateIDIn,omitempty"` EmailTemplateIDNotIn []string `json:"emailTemplateIDNotIn,omitempty"` - EmailTemplateIdgt *string `json:"emailTemplateIDGT,omitempty"` - EmailTemplateIdgte *string `json:"emailTemplateIDGTE,omitempty"` - EmailTemplateIdlt *string `json:"emailTemplateIDLT,omitempty"` - EmailTemplateIdlte *string `json:"emailTemplateIDLTE,omitempty"` EmailTemplateIDContains *string `json:"emailTemplateIDContains,omitempty"` EmailTemplateIDHasPrefix *string `json:"emailTemplateIDHasPrefix,omitempty"` EmailTemplateIDHasSuffix *string `json:"emailTemplateIDHasSuffix,omitempty"` @@ -26668,10 +23278,6 @@ type NotificationTemplateWhereInput struct { TitleTemplateNeq *string `json:"titleTemplateNEQ,omitempty"` TitleTemplateIn []string `json:"titleTemplateIn,omitempty"` TitleTemplateNotIn []string `json:"titleTemplateNotIn,omitempty"` - TitleTemplateGt *string `json:"titleTemplateGT,omitempty"` - TitleTemplateGte *string `json:"titleTemplateGTE,omitempty"` - TitleTemplateLt *string `json:"titleTemplateLT,omitempty"` - TitleTemplateLte *string `json:"titleTemplateLTE,omitempty"` TitleTemplateContains *string `json:"titleTemplateContains,omitempty"` TitleTemplateHasPrefix *string `json:"titleTemplateHasPrefix,omitempty"` TitleTemplateHasSuffix *string `json:"titleTemplateHasSuffix,omitempty"` @@ -26684,10 +23290,6 @@ type NotificationTemplateWhereInput struct { SubjectTemplateNeq *string `json:"subjectTemplateNEQ,omitempty"` SubjectTemplateIn []string `json:"subjectTemplateIn,omitempty"` SubjectTemplateNotIn []string `json:"subjectTemplateNotIn,omitempty"` - SubjectTemplateGt *string `json:"subjectTemplateGT,omitempty"` - SubjectTemplateGte *string `json:"subjectTemplateGTE,omitempty"` - SubjectTemplateLt *string `json:"subjectTemplateLT,omitempty"` - SubjectTemplateLte *string `json:"subjectTemplateLTE,omitempty"` SubjectTemplateContains *string `json:"subjectTemplateContains,omitempty"` SubjectTemplateHasPrefix *string `json:"subjectTemplateHasPrefix,omitempty"` SubjectTemplateHasSuffix *string `json:"subjectTemplateHasSuffix,omitempty"` @@ -26700,10 +23302,6 @@ type NotificationTemplateWhereInput struct { BodyTemplateNeq *string `json:"bodyTemplateNEQ,omitempty"` BodyTemplateIn []string `json:"bodyTemplateIn,omitempty"` BodyTemplateNotIn []string `json:"bodyTemplateNotIn,omitempty"` - BodyTemplateGt *string `json:"bodyTemplateGT,omitempty"` - BodyTemplateGte *string `json:"bodyTemplateGTE,omitempty"` - BodyTemplateLt *string `json:"bodyTemplateLT,omitempty"` - BodyTemplateLte *string `json:"bodyTemplateLTE,omitempty"` BodyTemplateContains *string `json:"bodyTemplateContains,omitempty"` BodyTemplateHasPrefix *string `json:"bodyTemplateHasPrefix,omitempty"` BodyTemplateHasSuffix *string `json:"bodyTemplateHasSuffix,omitempty"` @@ -26715,14 +23313,12 @@ type NotificationTemplateWhereInput struct { Active *bool `json:"active,omitempty"` ActiveNeq *bool `json:"activeNEQ,omitempty"` // version field predicates - Version *int64 `json:"version,omitempty"` - VersionNeq *int64 `json:"versionNEQ,omitempty"` - VersionIn []int64 `json:"versionIn,omitempty"` - VersionNotIn []int64 `json:"versionNotIn,omitempty"` - VersionGt *int64 `json:"versionGT,omitempty"` - VersionGte *int64 `json:"versionGTE,omitempty"` - VersionLt *int64 `json:"versionLT,omitempty"` - VersionLte *int64 `json:"versionLTE,omitempty"` + Version *int64 `json:"version,omitempty"` + VersionNeq *int64 `json:"versionNEQ,omitempty"` + VersionGt *int64 `json:"versionGT,omitempty"` + VersionGte *int64 `json:"versionGTE,omitempty"` + VersionLt *int64 `json:"versionLT,omitempty"` + VersionLte *int64 `json:"versionLTE,omitempty"` // template_context field predicates TemplateContext *enums.TemplateContext `json:"templateContext,omitempty"` TemplateContextNeq *enums.TemplateContext `json:"templateContextNEQ,omitempty"` @@ -26786,10 +23382,6 @@ type OnboardingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // organization_id field predicates @@ -26797,10 +23389,6 @@ type OnboardingWhereInput struct { OrganizationIdneq *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIdgt *string `json:"organizationIDGT,omitempty"` - OrganizationIdgte *string `json:"organizationIDGTE,omitempty"` - OrganizationIdlt *string `json:"organizationIDLT,omitempty"` - OrganizationIdlte *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -26813,10 +23401,6 @@ type OnboardingWhereInput struct { CompanyNameNeq *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGt *string `json:"companyNameGT,omitempty"` - CompanyNameGte *string `json:"companyNameGTE,omitempty"` - CompanyNameLt *string `json:"companyNameLT,omitempty"` - CompanyNameLte *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -26959,43 +23543,29 @@ type OrgMembershipWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -27008,10 +23578,6 @@ type OrgMembershipWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -27024,10 +23590,6 @@ type OrgMembershipWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -27050,10 +23612,6 @@ type OrgMembershipWhereInput struct { SsoExemptReasonNeq *string `json:"ssoExemptReasonNEQ,omitempty"` SsoExemptReasonIn []string `json:"ssoExemptReasonIn,omitempty"` SsoExemptReasonNotIn []string `json:"ssoExemptReasonNotIn,omitempty"` - SsoExemptReasonGt *string `json:"ssoExemptReasonGT,omitempty"` - SsoExemptReasonGte *string `json:"ssoExemptReasonGTE,omitempty"` - SsoExemptReasonLt *string `json:"ssoExemptReasonLT,omitempty"` - SsoExemptReasonLte *string `json:"ssoExemptReasonLTE,omitempty"` SsoExemptReasonContains *string `json:"ssoExemptReasonContains,omitempty"` SsoExemptReasonHasPrefix *string `json:"ssoExemptReasonHasPrefix,omitempty"` SsoExemptReasonHasSuffix *string `json:"ssoExemptReasonHasSuffix,omitempty"` @@ -27066,10 +23624,6 @@ type OrgMembershipWhereInput struct { SsoExemptGrantedByNeq *string `json:"ssoExemptGrantedByNEQ,omitempty"` SsoExemptGrantedByIn []string `json:"ssoExemptGrantedByIn,omitempty"` SsoExemptGrantedByNotIn []string `json:"ssoExemptGrantedByNotIn,omitempty"` - SsoExemptGrantedByGt *string `json:"ssoExemptGrantedByGT,omitempty"` - SsoExemptGrantedByGte *string `json:"ssoExemptGrantedByGTE,omitempty"` - SsoExemptGrantedByLt *string `json:"ssoExemptGrantedByLT,omitempty"` - SsoExemptGrantedByLte *string `json:"ssoExemptGrantedByLTE,omitempty"` SsoExemptGrantedByContains *string `json:"ssoExemptGrantedByContains,omitempty"` SsoExemptGrantedByHasPrefix *string `json:"ssoExemptGrantedByHasPrefix,omitempty"` SsoExemptGrantedByHasSuffix *string `json:"ssoExemptGrantedByHasSuffix,omitempty"` @@ -27078,16 +23632,13 @@ type OrgMembershipWhereInput struct { SsoExemptGrantedByEqualFold *string `json:"ssoExemptGrantedByEqualFold,omitempty"` SsoExemptGrantedByContainsFold *string `json:"ssoExemptGrantedByContainsFold,omitempty"` // sso_exempt_granted_at field predicates - SsoExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` - SsoExemptGrantedAtNeq *models.DateTime `json:"ssoExemptGrantedAtNEQ,omitempty"` - SsoExemptGrantedAtIn []*models.DateTime `json:"ssoExemptGrantedAtIn,omitempty"` - SsoExemptGrantedAtNotIn []*models.DateTime `json:"ssoExemptGrantedAtNotIn,omitempty"` - SsoExemptGrantedAtGt *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` - SsoExemptGrantedAtGte *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` - SsoExemptGrantedAtLt *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` - SsoExemptGrantedAtLte *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` - SsoExemptGrantedAtIsNil *bool `json:"ssoExemptGrantedAtIsNil,omitempty"` - SsoExemptGrantedAtNotNil *bool `json:"ssoExemptGrantedAtNotNil,omitempty"` + SsoExemptGrantedAt *models.DateTime `json:"ssoExemptGrantedAt,omitempty"` + SsoExemptGrantedAtGt *models.DateTime `json:"ssoExemptGrantedAtGT,omitempty"` + SsoExemptGrantedAtGte *models.DateTime `json:"ssoExemptGrantedAtGTE,omitempty"` + SsoExemptGrantedAtLt *models.DateTime `json:"ssoExemptGrantedAtLT,omitempty"` + SsoExemptGrantedAtLte *models.DateTime `json:"ssoExemptGrantedAtLTE,omitempty"` + SsoExemptGrantedAtIsNil *bool `json:"ssoExemptGrantedAtIsNil,omitempty"` + SsoExemptGrantedAtNotNil *bool `json:"ssoExemptGrantedAtNotNil,omitempty"` // tfa_enforced field predicates TfaEnforced *bool `json:"tfaEnforced,omitempty"` TfaEnforcedNeq *bool `json:"tfaEnforcedNEQ,omitempty"` @@ -27098,10 +23649,6 @@ type OrgMembershipWhereInput struct { TfaEnforcedReasonNeq *string `json:"tfaEnforcedReasonNEQ,omitempty"` TfaEnforcedReasonIn []string `json:"tfaEnforcedReasonIn,omitempty"` TfaEnforcedReasonNotIn []string `json:"tfaEnforcedReasonNotIn,omitempty"` - TfaEnforcedReasonGt *string `json:"tfaEnforcedReasonGT,omitempty"` - TfaEnforcedReasonGte *string `json:"tfaEnforcedReasonGTE,omitempty"` - TfaEnforcedReasonLt *string `json:"tfaEnforcedReasonLT,omitempty"` - TfaEnforcedReasonLte *string `json:"tfaEnforcedReasonLTE,omitempty"` TfaEnforcedReasonContains *string `json:"tfaEnforcedReasonContains,omitempty"` TfaEnforcedReasonHasPrefix *string `json:"tfaEnforcedReasonHasPrefix,omitempty"` TfaEnforcedReasonHasSuffix *string `json:"tfaEnforcedReasonHasSuffix,omitempty"` @@ -27114,10 +23661,6 @@ type OrgMembershipWhereInput struct { TfaEnforcedByNeq *string `json:"tfaEnforcedByNEQ,omitempty"` TfaEnforcedByIn []string `json:"tfaEnforcedByIn,omitempty"` TfaEnforcedByNotIn []string `json:"tfaEnforcedByNotIn,omitempty"` - TfaEnforcedByGt *string `json:"tfaEnforcedByGT,omitempty"` - TfaEnforcedByGte *string `json:"tfaEnforcedByGTE,omitempty"` - TfaEnforcedByLt *string `json:"tfaEnforcedByLT,omitempty"` - TfaEnforcedByLte *string `json:"tfaEnforcedByLTE,omitempty"` TfaEnforcedByContains *string `json:"tfaEnforcedByContains,omitempty"` TfaEnforcedByHasPrefix *string `json:"tfaEnforcedByHasPrefix,omitempty"` TfaEnforcedByHasSuffix *string `json:"tfaEnforcedByHasSuffix,omitempty"` @@ -27126,19 +23669,16 @@ type OrgMembershipWhereInput struct { TfaEnforcedByEqualFold *string `json:"tfaEnforcedByEqualFold,omitempty"` TfaEnforcedByContainsFold *string `json:"tfaEnforcedByContainsFold,omitempty"` // tfa_enforced_at field predicates - TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` - TfaEnforcedAtNeq *models.DateTime `json:"tfaEnforcedAtNEQ,omitempty"` - TfaEnforcedAtIn []*models.DateTime `json:"tfaEnforcedAtIn,omitempty"` - TfaEnforcedAtNotIn []*models.DateTime `json:"tfaEnforcedAtNotIn,omitempty"` - TfaEnforcedAtGt *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` - TfaEnforcedAtGte *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` - TfaEnforcedAtLt *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` - TfaEnforcedAtLte *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` - TfaEnforcedAtIsNil *bool `json:"tfaEnforcedAtIsNil,omitempty"` - TfaEnforcedAtNotNil *bool `json:"tfaEnforcedAtNotNil,omitempty"` - OrganizationID *string `json:"organizationID,omitempty"` - UserID *string `json:"userID,omitempty"` - HasUserWith []*UserWhereInput `json:"hasUserWith,omitempty"` + TfaEnforcedAt *models.DateTime `json:"tfaEnforcedAt,omitempty"` + TfaEnforcedAtGt *models.DateTime `json:"tfaEnforcedAtGT,omitempty"` + TfaEnforcedAtGte *models.DateTime `json:"tfaEnforcedAtGTE,omitempty"` + TfaEnforcedAtLt *models.DateTime `json:"tfaEnforcedAtLT,omitempty"` + TfaEnforcedAtLte *models.DateTime `json:"tfaEnforcedAtLTE,omitempty"` + TfaEnforcedAtIsNil *bool `json:"tfaEnforcedAtIsNil,omitempty"` + TfaEnforcedAtNotNil *bool `json:"tfaEnforcedAtNotNil,omitempty"` + OrganizationID *string `json:"organizationID,omitempty"` + UserID *string `json:"userID,omitempty"` + HasUserWith []*UserWhereInput `json:"hasUserWith,omitempty"` } type OrgSubscription struct { @@ -27209,43 +23749,29 @@ type OrgSubscriptionWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -27258,10 +23784,6 @@ type OrgSubscriptionWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -27274,10 +23796,6 @@ type OrgSubscriptionWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -27290,10 +23808,6 @@ type OrgSubscriptionWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -27306,10 +23820,6 @@ type OrgSubscriptionWhereInput struct { StripeSubscriptionIdneq *string `json:"stripeSubscriptionIDNEQ,omitempty"` StripeSubscriptionIDIn []string `json:"stripeSubscriptionIDIn,omitempty"` StripeSubscriptionIDNotIn []string `json:"stripeSubscriptionIDNotIn,omitempty"` - StripeSubscriptionIdgt *string `json:"stripeSubscriptionIDGT,omitempty"` - StripeSubscriptionIdgte *string `json:"stripeSubscriptionIDGTE,omitempty"` - StripeSubscriptionIdlt *string `json:"stripeSubscriptionIDLT,omitempty"` - StripeSubscriptionIdlte *string `json:"stripeSubscriptionIDLTE,omitempty"` StripeSubscriptionIDContains *string `json:"stripeSubscriptionIDContains,omitempty"` StripeSubscriptionIDHasPrefix *string `json:"stripeSubscriptionIDHasPrefix,omitempty"` StripeSubscriptionIDHasSuffix *string `json:"stripeSubscriptionIDHasSuffix,omitempty"` @@ -27322,10 +23832,6 @@ type OrgSubscriptionWhereInput struct { StripeSubscriptionStatusNeq *string `json:"stripeSubscriptionStatusNEQ,omitempty"` StripeSubscriptionStatusIn []string `json:"stripeSubscriptionStatusIn,omitempty"` StripeSubscriptionStatusNotIn []string `json:"stripeSubscriptionStatusNotIn,omitempty"` - StripeSubscriptionStatusGt *string `json:"stripeSubscriptionStatusGT,omitempty"` - StripeSubscriptionStatusGte *string `json:"stripeSubscriptionStatusGTE,omitempty"` - StripeSubscriptionStatusLt *string `json:"stripeSubscriptionStatusLT,omitempty"` - StripeSubscriptionStatusLte *string `json:"stripeSubscriptionStatusLTE,omitempty"` StripeSubscriptionStatusContains *string `json:"stripeSubscriptionStatusContains,omitempty"` StripeSubscriptionStatusHasPrefix *string `json:"stripeSubscriptionStatusHasPrefix,omitempty"` StripeSubscriptionStatusHasSuffix *string `json:"stripeSubscriptionStatusHasSuffix,omitempty"` @@ -27337,36 +23843,26 @@ type OrgSubscriptionWhereInput struct { Active *bool `json:"active,omitempty"` ActiveNeq *bool `json:"activeNEQ,omitempty"` // expires_at field predicates - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNeq *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []*time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []*time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` // trial_expires_at field predicates - TrialExpiresAt *time.Time `json:"trialExpiresAt,omitempty"` - TrialExpiresAtNeq *time.Time `json:"trialExpiresAtNEQ,omitempty"` - TrialExpiresAtIn []*time.Time `json:"trialExpiresAtIn,omitempty"` - TrialExpiresAtNotIn []*time.Time `json:"trialExpiresAtNotIn,omitempty"` - TrialExpiresAtGt *time.Time `json:"trialExpiresAtGT,omitempty"` - TrialExpiresAtGte *time.Time `json:"trialExpiresAtGTE,omitempty"` - TrialExpiresAtLt *time.Time `json:"trialExpiresAtLT,omitempty"` - TrialExpiresAtLte *time.Time `json:"trialExpiresAtLTE,omitempty"` - TrialExpiresAtIsNil *bool `json:"trialExpiresAtIsNil,omitempty"` - TrialExpiresAtNotNil *bool `json:"trialExpiresAtNotNil,omitempty"` + TrialExpiresAt *time.Time `json:"trialExpiresAt,omitempty"` + TrialExpiresAtGt *time.Time `json:"trialExpiresAtGT,omitempty"` + TrialExpiresAtGte *time.Time `json:"trialExpiresAtGTE,omitempty"` + TrialExpiresAtLt *time.Time `json:"trialExpiresAtLT,omitempty"` + TrialExpiresAtLte *time.Time `json:"trialExpiresAtLTE,omitempty"` + TrialExpiresAtIsNil *bool `json:"trialExpiresAtIsNil,omitempty"` + TrialExpiresAtNotNil *bool `json:"trialExpiresAtNotNil,omitempty"` // days_until_due field predicates DaysUntilDue *string `json:"daysUntilDue,omitempty"` DaysUntilDueNeq *string `json:"daysUntilDueNEQ,omitempty"` DaysUntilDueIn []string `json:"daysUntilDueIn,omitempty"` DaysUntilDueNotIn []string `json:"daysUntilDueNotIn,omitempty"` - DaysUntilDueGt *string `json:"daysUntilDueGT,omitempty"` - DaysUntilDueGte *string `json:"daysUntilDueGTE,omitempty"` - DaysUntilDueLt *string `json:"daysUntilDueLT,omitempty"` - DaysUntilDueLte *string `json:"daysUntilDueLTE,omitempty"` DaysUntilDueContains *string `json:"daysUntilDueContains,omitempty"` DaysUntilDueHasPrefix *string `json:"daysUntilDueHasPrefix,omitempty"` DaysUntilDueHasSuffix *string `json:"daysUntilDueHasSuffix,omitempty"` @@ -27782,43 +24278,29 @@ type OrganizationSettingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -27831,10 +24313,6 @@ type OrganizationSettingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -27847,10 +24325,6 @@ type OrganizationSettingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -27863,10 +24337,6 @@ type OrganizationSettingWhereInput struct { BillingContactNeq *string `json:"billingContactNEQ,omitempty"` BillingContactIn []string `json:"billingContactIn,omitempty"` BillingContactNotIn []string `json:"billingContactNotIn,omitempty"` - BillingContactGt *string `json:"billingContactGT,omitempty"` - BillingContactGte *string `json:"billingContactGTE,omitempty"` - BillingContactLt *string `json:"billingContactLT,omitempty"` - BillingContactLte *string `json:"billingContactLTE,omitempty"` BillingContactContains *string `json:"billingContactContains,omitempty"` BillingContactHasPrefix *string `json:"billingContactHasPrefix,omitempty"` BillingContactHasSuffix *string `json:"billingContactHasSuffix,omitempty"` @@ -27879,10 +24349,6 @@ type OrganizationSettingWhereInput struct { BillingEmailNeq *string `json:"billingEmailNEQ,omitempty"` BillingEmailIn []string `json:"billingEmailIn,omitempty"` BillingEmailNotIn []string `json:"billingEmailNotIn,omitempty"` - BillingEmailGt *string `json:"billingEmailGT,omitempty"` - BillingEmailGte *string `json:"billingEmailGTE,omitempty"` - BillingEmailLt *string `json:"billingEmailLT,omitempty"` - BillingEmailLte *string `json:"billingEmailLTE,omitempty"` BillingEmailContains *string `json:"billingEmailContains,omitempty"` BillingEmailHasPrefix *string `json:"billingEmailHasPrefix,omitempty"` BillingEmailHasSuffix *string `json:"billingEmailHasSuffix,omitempty"` @@ -27895,10 +24361,6 @@ type OrganizationSettingWhereInput struct { BillingPhoneNeq *string `json:"billingPhoneNEQ,omitempty"` BillingPhoneIn []string `json:"billingPhoneIn,omitempty"` BillingPhoneNotIn []string `json:"billingPhoneNotIn,omitempty"` - BillingPhoneGt *string `json:"billingPhoneGT,omitempty"` - BillingPhoneGte *string `json:"billingPhoneGTE,omitempty"` - BillingPhoneLt *string `json:"billingPhoneLT,omitempty"` - BillingPhoneLte *string `json:"billingPhoneLTE,omitempty"` BillingPhoneContains *string `json:"billingPhoneContains,omitempty"` BillingPhoneHasPrefix *string `json:"billingPhoneHasPrefix,omitempty"` BillingPhoneHasSuffix *string `json:"billingPhoneHasSuffix,omitempty"` @@ -27911,10 +24373,6 @@ type OrganizationSettingWhereInput struct { TaxIdentifierNeq *string `json:"taxIdentifierNEQ,omitempty"` TaxIdentifierIn []string `json:"taxIdentifierIn,omitempty"` TaxIdentifierNotIn []string `json:"taxIdentifierNotIn,omitempty"` - TaxIdentifierGt *string `json:"taxIdentifierGT,omitempty"` - TaxIdentifierGte *string `json:"taxIdentifierGTE,omitempty"` - TaxIdentifierLt *string `json:"taxIdentifierLT,omitempty"` - TaxIdentifierLte *string `json:"taxIdentifierLTE,omitempty"` TaxIdentifierContains *string `json:"taxIdentifierContains,omitempty"` TaxIdentifierHasPrefix *string `json:"taxIdentifierHasPrefix,omitempty"` TaxIdentifierHasSuffix *string `json:"taxIdentifierHasSuffix,omitempty"` @@ -27934,10 +24392,6 @@ type OrganizationSettingWhereInput struct { OrganizationIdneq *string `json:"organizationIDNEQ,omitempty"` OrganizationIDIn []string `json:"organizationIDIn,omitempty"` OrganizationIDNotIn []string `json:"organizationIDNotIn,omitempty"` - OrganizationIdgt *string `json:"organizationIDGT,omitempty"` - OrganizationIdgte *string `json:"organizationIDGTE,omitempty"` - OrganizationIdlt *string `json:"organizationIDLT,omitempty"` - OrganizationIdlte *string `json:"organizationIDLTE,omitempty"` OrganizationIDContains *string `json:"organizationIDContains,omitempty"` OrganizationIDHasPrefix *string `json:"organizationIDHasPrefix,omitempty"` OrganizationIDHasSuffix *string `json:"organizationIDHasSuffix,omitempty"` @@ -27965,10 +24419,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderClientIdneq *string `json:"identityProviderClientIDNEQ,omitempty"` IdentityProviderClientIDIn []string `json:"identityProviderClientIDIn,omitempty"` IdentityProviderClientIDNotIn []string `json:"identityProviderClientIDNotIn,omitempty"` - IdentityProviderClientIdgt *string `json:"identityProviderClientIDGT,omitempty"` - IdentityProviderClientIdgte *string `json:"identityProviderClientIDGTE,omitempty"` - IdentityProviderClientIdlt *string `json:"identityProviderClientIDLT,omitempty"` - IdentityProviderClientIdlte *string `json:"identityProviderClientIDLTE,omitempty"` IdentityProviderClientIDContains *string `json:"identityProviderClientIDContains,omitempty"` IdentityProviderClientIDHasPrefix *string `json:"identityProviderClientIDHasPrefix,omitempty"` IdentityProviderClientIDHasSuffix *string `json:"identityProviderClientIDHasSuffix,omitempty"` @@ -27981,10 +24431,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderClientSecretNeq *string `json:"identityProviderClientSecretNEQ,omitempty"` IdentityProviderClientSecretIn []string `json:"identityProviderClientSecretIn,omitempty"` IdentityProviderClientSecretNotIn []string `json:"identityProviderClientSecretNotIn,omitempty"` - IdentityProviderClientSecretGt *string `json:"identityProviderClientSecretGT,omitempty"` - IdentityProviderClientSecretGte *string `json:"identityProviderClientSecretGTE,omitempty"` - IdentityProviderClientSecretLt *string `json:"identityProviderClientSecretLT,omitempty"` - IdentityProviderClientSecretLte *string `json:"identityProviderClientSecretLTE,omitempty"` IdentityProviderClientSecretContains *string `json:"identityProviderClientSecretContains,omitempty"` IdentityProviderClientSecretHasPrefix *string `json:"identityProviderClientSecretHasPrefix,omitempty"` IdentityProviderClientSecretHasSuffix *string `json:"identityProviderClientSecretHasSuffix,omitempty"` @@ -27997,10 +24443,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderMetadataEndpointNeq *string `json:"identityProviderMetadataEndpointNEQ,omitempty"` IdentityProviderMetadataEndpointIn []string `json:"identityProviderMetadataEndpointIn,omitempty"` IdentityProviderMetadataEndpointNotIn []string `json:"identityProviderMetadataEndpointNotIn,omitempty"` - IdentityProviderMetadataEndpointGt *string `json:"identityProviderMetadataEndpointGT,omitempty"` - IdentityProviderMetadataEndpointGte *string `json:"identityProviderMetadataEndpointGTE,omitempty"` - IdentityProviderMetadataEndpointLt *string `json:"identityProviderMetadataEndpointLT,omitempty"` - IdentityProviderMetadataEndpointLte *string `json:"identityProviderMetadataEndpointLTE,omitempty"` IdentityProviderMetadataEndpointContains *string `json:"identityProviderMetadataEndpointContains,omitempty"` IdentityProviderMetadataEndpointHasPrefix *string `json:"identityProviderMetadataEndpointHasPrefix,omitempty"` IdentityProviderMetadataEndpointHasSuffix *string `json:"identityProviderMetadataEndpointHasSuffix,omitempty"` @@ -28016,10 +24458,6 @@ type OrganizationSettingWhereInput struct { IdentityProviderEntityIdneq *string `json:"identityProviderEntityIDNEQ,omitempty"` IdentityProviderEntityIDIn []string `json:"identityProviderEntityIDIn,omitempty"` IdentityProviderEntityIDNotIn []string `json:"identityProviderEntityIDNotIn,omitempty"` - IdentityProviderEntityIdgt *string `json:"identityProviderEntityIDGT,omitempty"` - IdentityProviderEntityIdgte *string `json:"identityProviderEntityIDGTE,omitempty"` - IdentityProviderEntityIdlt *string `json:"identityProviderEntityIDLT,omitempty"` - IdentityProviderEntityIdlte *string `json:"identityProviderEntityIDLTE,omitempty"` IdentityProviderEntityIDContains *string `json:"identityProviderEntityIDContains,omitempty"` IdentityProviderEntityIDHasPrefix *string `json:"identityProviderEntityIDHasPrefix,omitempty"` IdentityProviderEntityIDHasSuffix *string `json:"identityProviderEntityIDHasSuffix,omitempty"` @@ -28032,10 +24470,6 @@ type OrganizationSettingWhereInput struct { OidcDiscoveryEndpointNeq *string `json:"oidcDiscoveryEndpointNEQ,omitempty"` OidcDiscoveryEndpointIn []string `json:"oidcDiscoveryEndpointIn,omitempty"` OidcDiscoveryEndpointNotIn []string `json:"oidcDiscoveryEndpointNotIn,omitempty"` - OidcDiscoveryEndpointGt *string `json:"oidcDiscoveryEndpointGT,omitempty"` - OidcDiscoveryEndpointGte *string `json:"oidcDiscoveryEndpointGTE,omitempty"` - OidcDiscoveryEndpointLt *string `json:"oidcDiscoveryEndpointLT,omitempty"` - OidcDiscoveryEndpointLte *string `json:"oidcDiscoveryEndpointLTE,omitempty"` OidcDiscoveryEndpointContains *string `json:"oidcDiscoveryEndpointContains,omitempty"` OidcDiscoveryEndpointHasPrefix *string `json:"oidcDiscoveryEndpointHasPrefix,omitempty"` OidcDiscoveryEndpointHasSuffix *string `json:"oidcDiscoveryEndpointHasSuffix,omitempty"` @@ -28048,10 +24482,6 @@ type OrganizationSettingWhereInput struct { SamlSigninURLNeq *string `json:"samlSigninURLNEQ,omitempty"` SamlSigninURLIn []string `json:"samlSigninURLIn,omitempty"` SamlSigninURLNotIn []string `json:"samlSigninURLNotIn,omitempty"` - SamlSigninURLGt *string `json:"samlSigninURLGT,omitempty"` - SamlSigninURLGte *string `json:"samlSigninURLGTE,omitempty"` - SamlSigninURLLt *string `json:"samlSigninURLLT,omitempty"` - SamlSigninURLLte *string `json:"samlSigninURLLTE,omitempty"` SamlSigninURLContains *string `json:"samlSigninURLContains,omitempty"` SamlSigninURLHasPrefix *string `json:"samlSigninURLHasPrefix,omitempty"` SamlSigninURLHasSuffix *string `json:"samlSigninURLHasSuffix,omitempty"` @@ -28064,10 +24494,6 @@ type OrganizationSettingWhereInput struct { SamlIssuerNeq *string `json:"samlIssuerNEQ,omitempty"` SamlIssuerIn []string `json:"samlIssuerIn,omitempty"` SamlIssuerNotIn []string `json:"samlIssuerNotIn,omitempty"` - SamlIssuerGt *string `json:"samlIssuerGT,omitempty"` - SamlIssuerGte *string `json:"samlIssuerGTE,omitempty"` - SamlIssuerLt *string `json:"samlIssuerLT,omitempty"` - SamlIssuerLte *string `json:"samlIssuerLTE,omitempty"` SamlIssuerContains *string `json:"samlIssuerContains,omitempty"` SamlIssuerHasPrefix *string `json:"samlIssuerHasPrefix,omitempty"` SamlIssuerHasSuffix *string `json:"samlIssuerHasSuffix,omitempty"` @@ -28080,10 +24506,6 @@ type OrganizationSettingWhereInput struct { SamlCertNeq *string `json:"samlCertNEQ,omitempty"` SamlCertIn []string `json:"samlCertIn,omitempty"` SamlCertNotIn []string `json:"samlCertNotIn,omitempty"` - SamlCertGt *string `json:"samlCertGT,omitempty"` - SamlCertGte *string `json:"samlCertGTE,omitempty"` - SamlCertLt *string `json:"samlCertLT,omitempty"` - SamlCertLte *string `json:"samlCertLTE,omitempty"` SamlCertContains *string `json:"samlCertContains,omitempty"` SamlCertHasPrefix *string `json:"samlCertHasPrefix,omitempty"` SamlCertHasSuffix *string `json:"samlCertHasSuffix,omitempty"` @@ -28112,10 +24534,6 @@ type OrganizationSettingWhereInput struct { ComplianceWebhookTokenNeq *string `json:"complianceWebhookTokenNEQ,omitempty"` ComplianceWebhookTokenIn []string `json:"complianceWebhookTokenIn,omitempty"` ComplianceWebhookTokenNotIn []string `json:"complianceWebhookTokenNotIn,omitempty"` - ComplianceWebhookTokenGt *string `json:"complianceWebhookTokenGT,omitempty"` - ComplianceWebhookTokenGte *string `json:"complianceWebhookTokenGTE,omitempty"` - ComplianceWebhookTokenLt *string `json:"complianceWebhookTokenLT,omitempty"` - ComplianceWebhookTokenLte *string `json:"complianceWebhookTokenLTE,omitempty"` ComplianceWebhookTokenContains *string `json:"complianceWebhookTokenContains,omitempty"` ComplianceWebhookTokenHasPrefix *string `json:"complianceWebhookTokenHasPrefix,omitempty"` ComplianceWebhookTokenHasSuffix *string `json:"complianceWebhookTokenHasSuffix,omitempty"` @@ -28127,16 +24545,13 @@ type OrganizationSettingWhereInput struct { PaymentMethodAdded *bool `json:"paymentMethodAdded,omitempty"` PaymentMethodAddedNeq *bool `json:"paymentMethodAddedNEQ,omitempty"` // pending_deletion_at field predicates - PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` - PendingDeletionAtNeq *models.DateTime `json:"pendingDeletionAtNEQ,omitempty"` - PendingDeletionAtIn []*models.DateTime `json:"pendingDeletionAtIn,omitempty"` - PendingDeletionAtNotIn []*models.DateTime `json:"pendingDeletionAtNotIn,omitempty"` - PendingDeletionAtGt *models.DateTime `json:"pendingDeletionAtGT,omitempty"` - PendingDeletionAtGte *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` - PendingDeletionAtLt *models.DateTime `json:"pendingDeletionAtLT,omitempty"` - PendingDeletionAtLte *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` - PendingDeletionAtIsNil *bool `json:"pendingDeletionAtIsNil,omitempty"` - PendingDeletionAtNotNil *bool `json:"pendingDeletionAtNotNil,omitempty"` + PendingDeletionAt *models.DateTime `json:"pendingDeletionAt,omitempty"` + PendingDeletionAtGt *models.DateTime `json:"pendingDeletionAtGT,omitempty"` + PendingDeletionAtGte *models.DateTime `json:"pendingDeletionAtGTE,omitempty"` + PendingDeletionAtLt *models.DateTime `json:"pendingDeletionAtLT,omitempty"` + PendingDeletionAtLte *models.DateTime `json:"pendingDeletionAtLTE,omitempty"` + PendingDeletionAtIsNil *bool `json:"pendingDeletionAtIsNil,omitempty"` + PendingDeletionAtNotNil *bool `json:"pendingDeletionAtNotNil,omitempty"` // organization edge predicates HasOrganization *bool `json:"hasOrganization,omitempty"` HasOrganizationWith []*OrganizationWhereInput `json:"hasOrganizationWith,omitempty"` @@ -28180,43 +24595,29 @@ type OrganizationWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -28229,10 +24630,6 @@ type OrganizationWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -28245,10 +24642,6 @@ type OrganizationWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -28261,10 +24654,6 @@ type OrganizationWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -28275,10 +24664,6 @@ type OrganizationWhereInput struct { ParentOrganizationIdneq *string `json:"parentOrganizationIDNEQ,omitempty"` ParentOrganizationIDIn []string `json:"parentOrganizationIDIn,omitempty"` ParentOrganizationIDNotIn []string `json:"parentOrganizationIDNotIn,omitempty"` - ParentOrganizationIdgt *string `json:"parentOrganizationIDGT,omitempty"` - ParentOrganizationIdgte *string `json:"parentOrganizationIDGTE,omitempty"` - ParentOrganizationIdlt *string `json:"parentOrganizationIDLT,omitempty"` - ParentOrganizationIdlte *string `json:"parentOrganizationIDLTE,omitempty"` ParentOrganizationIDContains *string `json:"parentOrganizationIDContains,omitempty"` ParentOrganizationIDHasPrefix *string `json:"parentOrganizationIDHasPrefix,omitempty"` ParentOrganizationIDHasSuffix *string `json:"parentOrganizationIDHasSuffix,omitempty"` @@ -28296,10 +24681,6 @@ type OrganizationWhereInput struct { AvatarRemoteURLNeq *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGt *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGte *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLt *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLte *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -28312,10 +24693,6 @@ type OrganizationWhereInput struct { AvatarLocalFileIdneq *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIdgt *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIdgte *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIdlt *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIdlte *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -28324,25 +24701,18 @@ type OrganizationWhereInput struct { AvatarLocalFileIDEqualFold *string `json:"avatarLocalFileIDEqualFold,omitempty"` AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // avatar_updated_at field predicates - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNeq *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []*time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []*time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` // slug_name field predicates SlugName *string `json:"slugName,omitempty"` SlugNameNeq *string `json:"slugNameNEQ,omitempty"` SlugNameIn []string `json:"slugNameIn,omitempty"` SlugNameNotIn []string `json:"slugNameNotIn,omitempty"` - SlugNameGt *string `json:"slugNameGT,omitempty"` - SlugNameGte *string `json:"slugNameGTE,omitempty"` - SlugNameLt *string `json:"slugNameLT,omitempty"` - SlugNameLte *string `json:"slugNameLTE,omitempty"` SlugNameContains *string `json:"slugNameContains,omitempty"` SlugNameHasPrefix *string `json:"slugNameHasPrefix,omitempty"` SlugNameHasSuffix *string `json:"slugNameHasSuffix,omitempty"` @@ -28953,43 +25323,29 @@ type PersonalAccessTokenWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -29002,10 +25358,6 @@ type PersonalAccessTokenWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -29018,10 +25370,6 @@ type PersonalAccessTokenWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -29034,37 +25382,27 @@ type PersonalAccessTokenWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` NameEqualFold *string `json:"nameEqualFold,omitempty"` NameContainsFold *string `json:"nameContainsFold,omitempty"` // expires_at field predicates - ExpiresAt *time.Time `json:"expiresAt,omitempty"` - ExpiresAtNeq *time.Time `json:"expiresAtNEQ,omitempty"` - ExpiresAtIn []*time.Time `json:"expiresAtIn,omitempty"` - ExpiresAtNotIn []*time.Time `json:"expiresAtNotIn,omitempty"` - ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` - ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` - ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` - ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` - ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` - ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + ExpiresAtGt *time.Time `json:"expiresAtGT,omitempty"` + ExpiresAtGte *time.Time `json:"expiresAtGTE,omitempty"` + ExpiresAtLt *time.Time `json:"expiresAtLT,omitempty"` + ExpiresAtLte *time.Time `json:"expiresAtLTE,omitempty"` + ExpiresAtIsNil *bool `json:"expiresAtIsNil,omitempty"` + ExpiresAtNotNil *bool `json:"expiresAtNotNil,omitempty"` // last_used_at field predicates - LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` - LastUsedAtNeq *time.Time `json:"lastUsedAtNEQ,omitempty"` - LastUsedAtIn []*time.Time `json:"lastUsedAtIn,omitempty"` - LastUsedAtNotIn []*time.Time `json:"lastUsedAtNotIn,omitempty"` - LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` - LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` - LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` - LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` - LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` - LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` + LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` + LastUsedAtGt *time.Time `json:"lastUsedAtGT,omitempty"` + LastUsedAtGte *time.Time `json:"lastUsedAtGTE,omitempty"` + LastUsedAtLt *time.Time `json:"lastUsedAtLT,omitempty"` + LastUsedAtLte *time.Time `json:"lastUsedAtLTE,omitempty"` + LastUsedAtIsNil *bool `json:"lastUsedAtIsNil,omitempty"` + LastUsedAtNotNil *bool `json:"lastUsedAtNotNil,omitempty"` // is_active field predicates IsActive *bool `json:"isActive,omitempty"` IsActiveNeq *bool `json:"isActiveNEQ,omitempty"` @@ -29075,10 +25413,6 @@ type PersonalAccessTokenWhereInput struct { RevokedReasonNeq *string `json:"revokedReasonNEQ,omitempty"` RevokedReasonIn []string `json:"revokedReasonIn,omitempty"` RevokedReasonNotIn []string `json:"revokedReasonNotIn,omitempty"` - RevokedReasonGt *string `json:"revokedReasonGT,omitempty"` - RevokedReasonGte *string `json:"revokedReasonGTE,omitempty"` - RevokedReasonLt *string `json:"revokedReasonLT,omitempty"` - RevokedReasonLte *string `json:"revokedReasonLTE,omitempty"` RevokedReasonContains *string `json:"revokedReasonContains,omitempty"` RevokedReasonHasPrefix *string `json:"revokedReasonHasPrefix,omitempty"` RevokedReasonHasSuffix *string `json:"revokedReasonHasSuffix,omitempty"` @@ -29091,10 +25425,6 @@ type PersonalAccessTokenWhereInput struct { RevokedByNeq *string `json:"revokedByNEQ,omitempty"` RevokedByIn []string `json:"revokedByIn,omitempty"` RevokedByNotIn []string `json:"revokedByNotIn,omitempty"` - RevokedByGt *string `json:"revokedByGT,omitempty"` - RevokedByGte *string `json:"revokedByGTE,omitempty"` - RevokedByLt *string `json:"revokedByLT,omitempty"` - RevokedByLte *string `json:"revokedByLTE,omitempty"` RevokedByContains *string `json:"revokedByContains,omitempty"` RevokedByHasPrefix *string `json:"revokedByHasPrefix,omitempty"` RevokedByHasSuffix *string `json:"revokedByHasSuffix,omitempty"` @@ -29103,16 +25433,13 @@ type PersonalAccessTokenWhereInput struct { RevokedByEqualFold *string `json:"revokedByEqualFold,omitempty"` RevokedByContainsFold *string `json:"revokedByContainsFold,omitempty"` // revoked_at field predicates - RevokedAt *time.Time `json:"revokedAt,omitempty"` - RevokedAtNeq *time.Time `json:"revokedAtNEQ,omitempty"` - RevokedAtIn []*time.Time `json:"revokedAtIn,omitempty"` - RevokedAtNotIn []*time.Time `json:"revokedAtNotIn,omitempty"` - RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` - RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` - RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` - RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` - RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` - RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` + RevokedAt *time.Time `json:"revokedAt,omitempty"` + RevokedAtGt *time.Time `json:"revokedAtGT,omitempty"` + RevokedAtGte *time.Time `json:"revokedAtGTE,omitempty"` + RevokedAtLt *time.Time `json:"revokedAtLT,omitempty"` + RevokedAtLte *time.Time `json:"revokedAtLTE,omitempty"` + RevokedAtIsNil *bool `json:"revokedAtIsNil,omitempty"` + RevokedAtNotNil *bool `json:"revokedAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*UserWhereInput `json:"hasOwnerWith,omitempty"` @@ -29358,43 +25685,29 @@ type PlatformWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -29407,10 +25720,6 @@ type PlatformWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -29423,10 +25732,6 @@ type PlatformWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -29439,10 +25744,6 @@ type PlatformWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -29453,10 +25754,6 @@ type PlatformWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -29469,10 +25766,6 @@ type PlatformWhereInput struct { InternalOwnerNeq *string `json:"internalOwnerNEQ,omitempty"` InternalOwnerIn []string `json:"internalOwnerIn,omitempty"` InternalOwnerNotIn []string `json:"internalOwnerNotIn,omitempty"` - InternalOwnerGt *string `json:"internalOwnerGT,omitempty"` - InternalOwnerGte *string `json:"internalOwnerGTE,omitempty"` - InternalOwnerLt *string `json:"internalOwnerLT,omitempty"` - InternalOwnerLte *string `json:"internalOwnerLTE,omitempty"` InternalOwnerContains *string `json:"internalOwnerContains,omitempty"` InternalOwnerHasPrefix *string `json:"internalOwnerHasPrefix,omitempty"` InternalOwnerHasSuffix *string `json:"internalOwnerHasSuffix,omitempty"` @@ -29485,10 +25778,6 @@ type PlatformWhereInput struct { InternalOwnerUserIdneq *string `json:"internalOwnerUserIDNEQ,omitempty"` InternalOwnerUserIDIn []string `json:"internalOwnerUserIDIn,omitempty"` InternalOwnerUserIDNotIn []string `json:"internalOwnerUserIDNotIn,omitempty"` - InternalOwnerUserIdgt *string `json:"internalOwnerUserIDGT,omitempty"` - InternalOwnerUserIdgte *string `json:"internalOwnerUserIDGTE,omitempty"` - InternalOwnerUserIdlt *string `json:"internalOwnerUserIDLT,omitempty"` - InternalOwnerUserIdlte *string `json:"internalOwnerUserIDLTE,omitempty"` InternalOwnerUserIDContains *string `json:"internalOwnerUserIDContains,omitempty"` InternalOwnerUserIDHasPrefix *string `json:"internalOwnerUserIDHasPrefix,omitempty"` InternalOwnerUserIDHasSuffix *string `json:"internalOwnerUserIDHasSuffix,omitempty"` @@ -29501,10 +25790,6 @@ type PlatformWhereInput struct { InternalOwnerGroupIdneq *string `json:"internalOwnerGroupIDNEQ,omitempty"` InternalOwnerGroupIDIn []string `json:"internalOwnerGroupIDIn,omitempty"` InternalOwnerGroupIDNotIn []string `json:"internalOwnerGroupIDNotIn,omitempty"` - InternalOwnerGroupIdgt *string `json:"internalOwnerGroupIDGT,omitempty"` - InternalOwnerGroupIdgte *string `json:"internalOwnerGroupIDGTE,omitempty"` - InternalOwnerGroupIdlt *string `json:"internalOwnerGroupIDLT,omitempty"` - InternalOwnerGroupIdlte *string `json:"internalOwnerGroupIDLTE,omitempty"` InternalOwnerGroupIDContains *string `json:"internalOwnerGroupIDContains,omitempty"` InternalOwnerGroupIDHasPrefix *string `json:"internalOwnerGroupIDHasPrefix,omitempty"` InternalOwnerGroupIDHasSuffix *string `json:"internalOwnerGroupIDHasSuffix,omitempty"` @@ -29517,10 +25802,6 @@ type PlatformWhereInput struct { BusinessOwnerNeq *string `json:"businessOwnerNEQ,omitempty"` BusinessOwnerIn []string `json:"businessOwnerIn,omitempty"` BusinessOwnerNotIn []string `json:"businessOwnerNotIn,omitempty"` - BusinessOwnerGt *string `json:"businessOwnerGT,omitempty"` - BusinessOwnerGte *string `json:"businessOwnerGTE,omitempty"` - BusinessOwnerLt *string `json:"businessOwnerLT,omitempty"` - BusinessOwnerLte *string `json:"businessOwnerLTE,omitempty"` BusinessOwnerContains *string `json:"businessOwnerContains,omitempty"` BusinessOwnerHasPrefix *string `json:"businessOwnerHasPrefix,omitempty"` BusinessOwnerHasSuffix *string `json:"businessOwnerHasSuffix,omitempty"` @@ -29533,10 +25814,6 @@ type PlatformWhereInput struct { BusinessOwnerUserIdneq *string `json:"businessOwnerUserIDNEQ,omitempty"` BusinessOwnerUserIDIn []string `json:"businessOwnerUserIDIn,omitempty"` BusinessOwnerUserIDNotIn []string `json:"businessOwnerUserIDNotIn,omitempty"` - BusinessOwnerUserIdgt *string `json:"businessOwnerUserIDGT,omitempty"` - BusinessOwnerUserIdgte *string `json:"businessOwnerUserIDGTE,omitempty"` - BusinessOwnerUserIdlt *string `json:"businessOwnerUserIDLT,omitempty"` - BusinessOwnerUserIdlte *string `json:"businessOwnerUserIDLTE,omitempty"` BusinessOwnerUserIDContains *string `json:"businessOwnerUserIDContains,omitempty"` BusinessOwnerUserIDHasPrefix *string `json:"businessOwnerUserIDHasPrefix,omitempty"` BusinessOwnerUserIDHasSuffix *string `json:"businessOwnerUserIDHasSuffix,omitempty"` @@ -29549,10 +25826,6 @@ type PlatformWhereInput struct { BusinessOwnerGroupIdneq *string `json:"businessOwnerGroupIDNEQ,omitempty"` BusinessOwnerGroupIDIn []string `json:"businessOwnerGroupIDIn,omitempty"` BusinessOwnerGroupIDNotIn []string `json:"businessOwnerGroupIDNotIn,omitempty"` - BusinessOwnerGroupIdgt *string `json:"businessOwnerGroupIDGT,omitempty"` - BusinessOwnerGroupIdgte *string `json:"businessOwnerGroupIDGTE,omitempty"` - BusinessOwnerGroupIdlt *string `json:"businessOwnerGroupIDLT,omitempty"` - BusinessOwnerGroupIdlte *string `json:"businessOwnerGroupIDLTE,omitempty"` BusinessOwnerGroupIDContains *string `json:"businessOwnerGroupIDContains,omitempty"` BusinessOwnerGroupIDHasPrefix *string `json:"businessOwnerGroupIDHasPrefix,omitempty"` BusinessOwnerGroupIDHasSuffix *string `json:"businessOwnerGroupIDHasSuffix,omitempty"` @@ -29565,10 +25838,6 @@ type PlatformWhereInput struct { TechnicalOwnerNeq *string `json:"technicalOwnerNEQ,omitempty"` TechnicalOwnerIn []string `json:"technicalOwnerIn,omitempty"` TechnicalOwnerNotIn []string `json:"technicalOwnerNotIn,omitempty"` - TechnicalOwnerGt *string `json:"technicalOwnerGT,omitempty"` - TechnicalOwnerGte *string `json:"technicalOwnerGTE,omitempty"` - TechnicalOwnerLt *string `json:"technicalOwnerLT,omitempty"` - TechnicalOwnerLte *string `json:"technicalOwnerLTE,omitempty"` TechnicalOwnerContains *string `json:"technicalOwnerContains,omitempty"` TechnicalOwnerHasPrefix *string `json:"technicalOwnerHasPrefix,omitempty"` TechnicalOwnerHasSuffix *string `json:"technicalOwnerHasSuffix,omitempty"` @@ -29581,10 +25850,6 @@ type PlatformWhereInput struct { TechnicalOwnerUserIdneq *string `json:"technicalOwnerUserIDNEQ,omitempty"` TechnicalOwnerUserIDIn []string `json:"technicalOwnerUserIDIn,omitempty"` TechnicalOwnerUserIDNotIn []string `json:"technicalOwnerUserIDNotIn,omitempty"` - TechnicalOwnerUserIdgt *string `json:"technicalOwnerUserIDGT,omitempty"` - TechnicalOwnerUserIdgte *string `json:"technicalOwnerUserIDGTE,omitempty"` - TechnicalOwnerUserIdlt *string `json:"technicalOwnerUserIDLT,omitempty"` - TechnicalOwnerUserIdlte *string `json:"technicalOwnerUserIDLTE,omitempty"` TechnicalOwnerUserIDContains *string `json:"technicalOwnerUserIDContains,omitempty"` TechnicalOwnerUserIDHasPrefix *string `json:"technicalOwnerUserIDHasPrefix,omitempty"` TechnicalOwnerUserIDHasSuffix *string `json:"technicalOwnerUserIDHasSuffix,omitempty"` @@ -29597,10 +25862,6 @@ type PlatformWhereInput struct { TechnicalOwnerGroupIdneq *string `json:"technicalOwnerGroupIDNEQ,omitempty"` TechnicalOwnerGroupIDIn []string `json:"technicalOwnerGroupIDIn,omitempty"` TechnicalOwnerGroupIDNotIn []string `json:"technicalOwnerGroupIDNotIn,omitempty"` - TechnicalOwnerGroupIdgt *string `json:"technicalOwnerGroupIDGT,omitempty"` - TechnicalOwnerGroupIdgte *string `json:"technicalOwnerGroupIDGTE,omitempty"` - TechnicalOwnerGroupIdlt *string `json:"technicalOwnerGroupIDLT,omitempty"` - TechnicalOwnerGroupIdlte *string `json:"technicalOwnerGroupIDLTE,omitempty"` TechnicalOwnerGroupIDContains *string `json:"technicalOwnerGroupIDContains,omitempty"` TechnicalOwnerGroupIDHasPrefix *string `json:"technicalOwnerGroupIDHasPrefix,omitempty"` TechnicalOwnerGroupIDHasSuffix *string `json:"technicalOwnerGroupIDHasSuffix,omitempty"` @@ -29613,10 +25874,6 @@ type PlatformWhereInput struct { SecurityOwnerNeq *string `json:"securityOwnerNEQ,omitempty"` SecurityOwnerIn []string `json:"securityOwnerIn,omitempty"` SecurityOwnerNotIn []string `json:"securityOwnerNotIn,omitempty"` - SecurityOwnerGt *string `json:"securityOwnerGT,omitempty"` - SecurityOwnerGte *string `json:"securityOwnerGTE,omitempty"` - SecurityOwnerLt *string `json:"securityOwnerLT,omitempty"` - SecurityOwnerLte *string `json:"securityOwnerLTE,omitempty"` SecurityOwnerContains *string `json:"securityOwnerContains,omitempty"` SecurityOwnerHasPrefix *string `json:"securityOwnerHasPrefix,omitempty"` SecurityOwnerHasSuffix *string `json:"securityOwnerHasSuffix,omitempty"` @@ -29629,10 +25886,6 @@ type PlatformWhereInput struct { SecurityOwnerUserIdneq *string `json:"securityOwnerUserIDNEQ,omitempty"` SecurityOwnerUserIDIn []string `json:"securityOwnerUserIDIn,omitempty"` SecurityOwnerUserIDNotIn []string `json:"securityOwnerUserIDNotIn,omitempty"` - SecurityOwnerUserIdgt *string `json:"securityOwnerUserIDGT,omitempty"` - SecurityOwnerUserIdgte *string `json:"securityOwnerUserIDGTE,omitempty"` - SecurityOwnerUserIdlt *string `json:"securityOwnerUserIDLT,omitempty"` - SecurityOwnerUserIdlte *string `json:"securityOwnerUserIDLTE,omitempty"` SecurityOwnerUserIDContains *string `json:"securityOwnerUserIDContains,omitempty"` SecurityOwnerUserIDHasPrefix *string `json:"securityOwnerUserIDHasPrefix,omitempty"` SecurityOwnerUserIDHasSuffix *string `json:"securityOwnerUserIDHasSuffix,omitempty"` @@ -29645,10 +25898,6 @@ type PlatformWhereInput struct { SecurityOwnerGroupIdneq *string `json:"securityOwnerGroupIDNEQ,omitempty"` SecurityOwnerGroupIDIn []string `json:"securityOwnerGroupIDIn,omitempty"` SecurityOwnerGroupIDNotIn []string `json:"securityOwnerGroupIDNotIn,omitempty"` - SecurityOwnerGroupIdgt *string `json:"securityOwnerGroupIDGT,omitempty"` - SecurityOwnerGroupIdgte *string `json:"securityOwnerGroupIDGTE,omitempty"` - SecurityOwnerGroupIdlt *string `json:"securityOwnerGroupIDLT,omitempty"` - SecurityOwnerGroupIdlte *string `json:"securityOwnerGroupIDLTE,omitempty"` SecurityOwnerGroupIDContains *string `json:"securityOwnerGroupIDContains,omitempty"` SecurityOwnerGroupIDHasPrefix *string `json:"securityOwnerGroupIDHasPrefix,omitempty"` SecurityOwnerGroupIDHasSuffix *string `json:"securityOwnerGroupIDHasSuffix,omitempty"` @@ -29661,10 +25910,6 @@ type PlatformWhereInput struct { PlatformKindNameNeq *string `json:"platformKindNameNEQ,omitempty"` PlatformKindNameIn []string `json:"platformKindNameIn,omitempty"` PlatformKindNameNotIn []string `json:"platformKindNameNotIn,omitempty"` - PlatformKindNameGt *string `json:"platformKindNameGT,omitempty"` - PlatformKindNameGte *string `json:"platformKindNameGTE,omitempty"` - PlatformKindNameLt *string `json:"platformKindNameLT,omitempty"` - PlatformKindNameLte *string `json:"platformKindNameLTE,omitempty"` PlatformKindNameContains *string `json:"platformKindNameContains,omitempty"` PlatformKindNameHasPrefix *string `json:"platformKindNameHasPrefix,omitempty"` PlatformKindNameHasSuffix *string `json:"platformKindNameHasSuffix,omitempty"` @@ -29677,10 +25922,6 @@ type PlatformWhereInput struct { PlatformKindIdneq *string `json:"platformKindIDNEQ,omitempty"` PlatformKindIDIn []string `json:"platformKindIDIn,omitempty"` PlatformKindIDNotIn []string `json:"platformKindIDNotIn,omitempty"` - PlatformKindIdgt *string `json:"platformKindIDGT,omitempty"` - PlatformKindIdgte *string `json:"platformKindIDGTE,omitempty"` - PlatformKindIdlt *string `json:"platformKindIDLT,omitempty"` - PlatformKindIdlte *string `json:"platformKindIDLTE,omitempty"` PlatformKindIDContains *string `json:"platformKindIDContains,omitempty"` PlatformKindIDHasPrefix *string `json:"platformKindIDHasPrefix,omitempty"` PlatformKindIDHasSuffix *string `json:"platformKindIDHasSuffix,omitempty"` @@ -29693,10 +25934,6 @@ type PlatformWhereInput struct { PlatformDataClassificationNameNeq *string `json:"platformDataClassificationNameNEQ,omitempty"` PlatformDataClassificationNameIn []string `json:"platformDataClassificationNameIn,omitempty"` PlatformDataClassificationNameNotIn []string `json:"platformDataClassificationNameNotIn,omitempty"` - PlatformDataClassificationNameGt *string `json:"platformDataClassificationNameGT,omitempty"` - PlatformDataClassificationNameGte *string `json:"platformDataClassificationNameGTE,omitempty"` - PlatformDataClassificationNameLt *string `json:"platformDataClassificationNameLT,omitempty"` - PlatformDataClassificationNameLte *string `json:"platformDataClassificationNameLTE,omitempty"` PlatformDataClassificationNameContains *string `json:"platformDataClassificationNameContains,omitempty"` PlatformDataClassificationNameHasPrefix *string `json:"platformDataClassificationNameHasPrefix,omitempty"` PlatformDataClassificationNameHasSuffix *string `json:"platformDataClassificationNameHasSuffix,omitempty"` @@ -29709,10 +25946,6 @@ type PlatformWhereInput struct { PlatformDataClassificationIdneq *string `json:"platformDataClassificationIDNEQ,omitempty"` PlatformDataClassificationIDIn []string `json:"platformDataClassificationIDIn,omitempty"` PlatformDataClassificationIDNotIn []string `json:"platformDataClassificationIDNotIn,omitempty"` - PlatformDataClassificationIdgt *string `json:"platformDataClassificationIDGT,omitempty"` - PlatformDataClassificationIdgte *string `json:"platformDataClassificationIDGTE,omitempty"` - PlatformDataClassificationIdlt *string `json:"platformDataClassificationIDLT,omitempty"` - PlatformDataClassificationIdlte *string `json:"platformDataClassificationIDLTE,omitempty"` PlatformDataClassificationIDContains *string `json:"platformDataClassificationIDContains,omitempty"` PlatformDataClassificationIDHasPrefix *string `json:"platformDataClassificationIDHasPrefix,omitempty"` PlatformDataClassificationIDHasSuffix *string `json:"platformDataClassificationIDHasSuffix,omitempty"` @@ -29725,10 +25958,6 @@ type PlatformWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -29741,10 +25970,6 @@ type PlatformWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -29757,10 +25982,6 @@ type PlatformWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -29773,10 +25994,6 @@ type PlatformWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -29789,10 +26006,6 @@ type PlatformWhereInput struct { AccessModelNameNeq *string `json:"accessModelNameNEQ,omitempty"` AccessModelNameIn []string `json:"accessModelNameIn,omitempty"` AccessModelNameNotIn []string `json:"accessModelNameNotIn,omitempty"` - AccessModelNameGt *string `json:"accessModelNameGT,omitempty"` - AccessModelNameGte *string `json:"accessModelNameGTE,omitempty"` - AccessModelNameLt *string `json:"accessModelNameLT,omitempty"` - AccessModelNameLte *string `json:"accessModelNameLTE,omitempty"` AccessModelNameContains *string `json:"accessModelNameContains,omitempty"` AccessModelNameHasPrefix *string `json:"accessModelNameHasPrefix,omitempty"` AccessModelNameHasSuffix *string `json:"accessModelNameHasSuffix,omitempty"` @@ -29805,10 +26018,6 @@ type PlatformWhereInput struct { AccessModelIdneq *string `json:"accessModelIDNEQ,omitempty"` AccessModelIDIn []string `json:"accessModelIDIn,omitempty"` AccessModelIDNotIn []string `json:"accessModelIDNotIn,omitempty"` - AccessModelIdgt *string `json:"accessModelIDGT,omitempty"` - AccessModelIdgte *string `json:"accessModelIDGTE,omitempty"` - AccessModelIdlt *string `json:"accessModelIDLT,omitempty"` - AccessModelIdlte *string `json:"accessModelIDLTE,omitempty"` AccessModelIDContains *string `json:"accessModelIDContains,omitempty"` AccessModelIDHasPrefix *string `json:"accessModelIDHasPrefix,omitempty"` AccessModelIDHasSuffix *string `json:"accessModelIDHasSuffix,omitempty"` @@ -29821,10 +26030,6 @@ type PlatformWhereInput struct { EncryptionStatusNameNeq *string `json:"encryptionStatusNameNEQ,omitempty"` EncryptionStatusNameIn []string `json:"encryptionStatusNameIn,omitempty"` EncryptionStatusNameNotIn []string `json:"encryptionStatusNameNotIn,omitempty"` - EncryptionStatusNameGt *string `json:"encryptionStatusNameGT,omitempty"` - EncryptionStatusNameGte *string `json:"encryptionStatusNameGTE,omitempty"` - EncryptionStatusNameLt *string `json:"encryptionStatusNameLT,omitempty"` - EncryptionStatusNameLte *string `json:"encryptionStatusNameLTE,omitempty"` EncryptionStatusNameContains *string `json:"encryptionStatusNameContains,omitempty"` EncryptionStatusNameHasPrefix *string `json:"encryptionStatusNameHasPrefix,omitempty"` EncryptionStatusNameHasSuffix *string `json:"encryptionStatusNameHasSuffix,omitempty"` @@ -29837,10 +26042,6 @@ type PlatformWhereInput struct { EncryptionStatusIdneq *string `json:"encryptionStatusIDNEQ,omitempty"` EncryptionStatusIDIn []string `json:"encryptionStatusIDIn,omitempty"` EncryptionStatusIDNotIn []string `json:"encryptionStatusIDNotIn,omitempty"` - EncryptionStatusIdgt *string `json:"encryptionStatusIDGT,omitempty"` - EncryptionStatusIdgte *string `json:"encryptionStatusIDGTE,omitempty"` - EncryptionStatusIdlt *string `json:"encryptionStatusIDLT,omitempty"` - EncryptionStatusIdlte *string `json:"encryptionStatusIDLTE,omitempty"` EncryptionStatusIDContains *string `json:"encryptionStatusIDContains,omitempty"` EncryptionStatusIDHasPrefix *string `json:"encryptionStatusIDHasPrefix,omitempty"` EncryptionStatusIDHasSuffix *string `json:"encryptionStatusIDHasSuffix,omitempty"` @@ -29853,10 +26054,6 @@ type PlatformWhereInput struct { SecurityTierNameNeq *string `json:"securityTierNameNEQ,omitempty"` SecurityTierNameIn []string `json:"securityTierNameIn,omitempty"` SecurityTierNameNotIn []string `json:"securityTierNameNotIn,omitempty"` - SecurityTierNameGt *string `json:"securityTierNameGT,omitempty"` - SecurityTierNameGte *string `json:"securityTierNameGTE,omitempty"` - SecurityTierNameLt *string `json:"securityTierNameLT,omitempty"` - SecurityTierNameLte *string `json:"securityTierNameLTE,omitempty"` SecurityTierNameContains *string `json:"securityTierNameContains,omitempty"` SecurityTierNameHasPrefix *string `json:"securityTierNameHasPrefix,omitempty"` SecurityTierNameHasSuffix *string `json:"securityTierNameHasSuffix,omitempty"` @@ -29869,10 +26066,6 @@ type PlatformWhereInput struct { SecurityTierIdneq *string `json:"securityTierIDNEQ,omitempty"` SecurityTierIDIn []string `json:"securityTierIDIn,omitempty"` SecurityTierIDNotIn []string `json:"securityTierIDNotIn,omitempty"` - SecurityTierIdgt *string `json:"securityTierIDGT,omitempty"` - SecurityTierIdgte *string `json:"securityTierIDGTE,omitempty"` - SecurityTierIdlt *string `json:"securityTierIDLT,omitempty"` - SecurityTierIdlte *string `json:"securityTierIDLTE,omitempty"` SecurityTierIDContains *string `json:"securityTierIDContains,omitempty"` SecurityTierIDHasPrefix *string `json:"securityTierIDHasPrefix,omitempty"` SecurityTierIDHasSuffix *string `json:"securityTierIDHasSuffix,omitempty"` @@ -29885,10 +26078,6 @@ type PlatformWhereInput struct { CriticalityNameNeq *string `json:"criticalityNameNEQ,omitempty"` CriticalityNameIn []string `json:"criticalityNameIn,omitempty"` CriticalityNameNotIn []string `json:"criticalityNameNotIn,omitempty"` - CriticalityNameGt *string `json:"criticalityNameGT,omitempty"` - CriticalityNameGte *string `json:"criticalityNameGTE,omitempty"` - CriticalityNameLt *string `json:"criticalityNameLT,omitempty"` - CriticalityNameLte *string `json:"criticalityNameLTE,omitempty"` CriticalityNameContains *string `json:"criticalityNameContains,omitempty"` CriticalityNameHasPrefix *string `json:"criticalityNameHasPrefix,omitempty"` CriticalityNameHasSuffix *string `json:"criticalityNameHasSuffix,omitempty"` @@ -29901,10 +26090,6 @@ type PlatformWhereInput struct { CriticalityIdneq *string `json:"criticalityIDNEQ,omitempty"` CriticalityIDIn []string `json:"criticalityIDIn,omitempty"` CriticalityIDNotIn []string `json:"criticalityIDNotIn,omitempty"` - CriticalityIdgt *string `json:"criticalityIDGT,omitempty"` - CriticalityIdgte *string `json:"criticalityIDGTE,omitempty"` - CriticalityIdlt *string `json:"criticalityIDLT,omitempty"` - CriticalityIdlte *string `json:"criticalityIDLTE,omitempty"` CriticalityIDContains *string `json:"criticalityIDContains,omitempty"` CriticalityIDHasPrefix *string `json:"criticalityIDHasPrefix,omitempty"` CriticalityIDHasSuffix *string `json:"criticalityIDHasSuffix,omitempty"` @@ -29922,10 +26107,6 @@ type PlatformWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -29938,10 +26119,6 @@ type PlatformWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -29952,10 +26129,6 @@ type PlatformWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -29968,10 +26141,6 @@ type PlatformWhereInput struct { BusinessPurposeNeq *string `json:"businessPurposeNEQ,omitempty"` BusinessPurposeIn []string `json:"businessPurposeIn,omitempty"` BusinessPurposeNotIn []string `json:"businessPurposeNotIn,omitempty"` - BusinessPurposeGt *string `json:"businessPurposeGT,omitempty"` - BusinessPurposeGte *string `json:"businessPurposeGTE,omitempty"` - BusinessPurposeLt *string `json:"businessPurposeLT,omitempty"` - BusinessPurposeLte *string `json:"businessPurposeLTE,omitempty"` BusinessPurposeContains *string `json:"businessPurposeContains,omitempty"` BusinessPurposeHasPrefix *string `json:"businessPurposeHasPrefix,omitempty"` BusinessPurposeHasSuffix *string `json:"businessPurposeHasSuffix,omitempty"` @@ -29989,10 +26158,6 @@ type PlatformWhereInput struct { PhysicalLocationNeq *string `json:"physicalLocationNEQ,omitempty"` PhysicalLocationIn []string `json:"physicalLocationIn,omitempty"` PhysicalLocationNotIn []string `json:"physicalLocationNotIn,omitempty"` - PhysicalLocationGt *string `json:"physicalLocationGT,omitempty"` - PhysicalLocationGte *string `json:"physicalLocationGTE,omitempty"` - PhysicalLocationLt *string `json:"physicalLocationLT,omitempty"` - PhysicalLocationLte *string `json:"physicalLocationLTE,omitempty"` PhysicalLocationContains *string `json:"physicalLocationContains,omitempty"` PhysicalLocationHasPrefix *string `json:"physicalLocationHasPrefix,omitempty"` PhysicalLocationHasSuffix *string `json:"physicalLocationHasSuffix,omitempty"` @@ -30005,10 +26170,6 @@ type PlatformWhereInput struct { RegionNeq *string `json:"regionNEQ,omitempty"` RegionIn []string `json:"regionIn,omitempty"` RegionNotIn []string `json:"regionNotIn,omitempty"` - RegionGt *string `json:"regionGT,omitempty"` - RegionGte *string `json:"regionGTE,omitempty"` - RegionLt *string `json:"regionLT,omitempty"` - RegionLte *string `json:"regionLTE,omitempty"` RegionContains *string `json:"regionContains,omitempty"` RegionHasPrefix *string `json:"regionHasPrefix,omitempty"` RegionHasSuffix *string `json:"regionHasSuffix,omitempty"` @@ -30031,10 +26192,6 @@ type PlatformWhereInput struct { SourceIdentifierNeq *string `json:"sourceIdentifierNEQ,omitempty"` SourceIdentifierIn []string `json:"sourceIdentifierIn,omitempty"` SourceIdentifierNotIn []string `json:"sourceIdentifierNotIn,omitempty"` - SourceIdentifierGt *string `json:"sourceIdentifierGT,omitempty"` - SourceIdentifierGte *string `json:"sourceIdentifierGTE,omitempty"` - SourceIdentifierLt *string `json:"sourceIdentifierLT,omitempty"` - SourceIdentifierLte *string `json:"sourceIdentifierLTE,omitempty"` SourceIdentifierContains *string `json:"sourceIdentifierContains,omitempty"` SourceIdentifierHasPrefix *string `json:"sourceIdentifierHasPrefix,omitempty"` SourceIdentifierHasSuffix *string `json:"sourceIdentifierHasSuffix,omitempty"` @@ -30047,10 +26204,6 @@ type PlatformWhereInput struct { CostCenterNeq *string `json:"costCenterNEQ,omitempty"` CostCenterIn []string `json:"costCenterIn,omitempty"` CostCenterNotIn []string `json:"costCenterNotIn,omitempty"` - CostCenterGt *string `json:"costCenterGT,omitempty"` - CostCenterGte *string `json:"costCenterGTE,omitempty"` - CostCenterLt *string `json:"costCenterLT,omitempty"` - CostCenterLte *string `json:"costCenterLTE,omitempty"` CostCenterContains *string `json:"costCenterContains,omitempty"` CostCenterHasPrefix *string `json:"costCenterHasPrefix,omitempty"` CostCenterHasSuffix *string `json:"costCenterHasSuffix,omitempty"` @@ -30070,25 +26223,18 @@ type PlatformWhereInput struct { EstimatedMonthlyCostIsNil *bool `json:"estimatedMonthlyCostIsNil,omitempty"` EstimatedMonthlyCostNotNil *bool `json:"estimatedMonthlyCostNotNil,omitempty"` // purchase_date field predicates - PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` - PurchaseDateNeq *models.DateTime `json:"purchaseDateNEQ,omitempty"` - PurchaseDateIn []*models.DateTime `json:"purchaseDateIn,omitempty"` - PurchaseDateNotIn []*models.DateTime `json:"purchaseDateNotIn,omitempty"` - PurchaseDateGt *models.DateTime `json:"purchaseDateGT,omitempty"` - PurchaseDateGte *models.DateTime `json:"purchaseDateGTE,omitempty"` - PurchaseDateLt *models.DateTime `json:"purchaseDateLT,omitempty"` - PurchaseDateLte *models.DateTime `json:"purchaseDateLTE,omitempty"` - PurchaseDateIsNil *bool `json:"purchaseDateIsNil,omitempty"` - PurchaseDateNotNil *bool `json:"purchaseDateNotNil,omitempty"` + PurchaseDate *models.DateTime `json:"purchaseDate,omitempty"` + PurchaseDateGt *models.DateTime `json:"purchaseDateGT,omitempty"` + PurchaseDateGte *models.DateTime `json:"purchaseDateGTE,omitempty"` + PurchaseDateLt *models.DateTime `json:"purchaseDateLT,omitempty"` + PurchaseDateLte *models.DateTime `json:"purchaseDateLTE,omitempty"` + PurchaseDateIsNil *bool `json:"purchaseDateIsNil,omitempty"` + PurchaseDateNotNil *bool `json:"purchaseDateNotNil,omitempty"` // platform_owner_id field predicates PlatformOwnerID *string `json:"platformOwnerID,omitempty"` PlatformOwnerIdneq *string `json:"platformOwnerIDNEQ,omitempty"` PlatformOwnerIDIn []string `json:"platformOwnerIDIn,omitempty"` PlatformOwnerIDNotIn []string `json:"platformOwnerIDNotIn,omitempty"` - PlatformOwnerIdgt *string `json:"platformOwnerIDGT,omitempty"` - PlatformOwnerIdgte *string `json:"platformOwnerIDGTE,omitempty"` - PlatformOwnerIdlt *string `json:"platformOwnerIDLT,omitempty"` - PlatformOwnerIdlte *string `json:"platformOwnerIDLTE,omitempty"` PlatformOwnerIDContains *string `json:"platformOwnerIDContains,omitempty"` PlatformOwnerIDHasPrefix *string `json:"platformOwnerIDHasPrefix,omitempty"` PlatformOwnerIDHasSuffix *string `json:"platformOwnerIDHasSuffix,omitempty"` @@ -30101,10 +26247,6 @@ type PlatformWhereInput struct { ExternalReferenceIdneq *string `json:"externalReferenceIDNEQ,omitempty"` ExternalReferenceIDIn []string `json:"externalReferenceIDIn,omitempty"` ExternalReferenceIDNotIn []string `json:"externalReferenceIDNotIn,omitempty"` - ExternalReferenceIdgt *string `json:"externalReferenceIDGT,omitempty"` - ExternalReferenceIdgte *string `json:"externalReferenceIDGTE,omitempty"` - ExternalReferenceIdlt *string `json:"externalReferenceIDLT,omitempty"` - ExternalReferenceIdlte *string `json:"externalReferenceIDLTE,omitempty"` ExternalReferenceIDContains *string `json:"externalReferenceIDContains,omitempty"` ExternalReferenceIDHasPrefix *string `json:"externalReferenceIDHasPrefix,omitempty"` ExternalReferenceIDHasSuffix *string `json:"externalReferenceIDHasSuffix,omitempty"` @@ -30464,43 +26606,29 @@ type ProcedureWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -30513,10 +26641,6 @@ type ProcedureWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -30529,10 +26653,6 @@ type ProcedureWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -30545,10 +26665,6 @@ type ProcedureWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -30559,10 +26675,6 @@ type ProcedureWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -30575,10 +26687,6 @@ type ProcedureWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -30591,10 +26699,6 @@ type ProcedureWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -30619,10 +26723,6 @@ type ProcedureWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -30636,16 +26736,13 @@ type ProcedureWhereInput struct { ApprovalRequiredIsNil *bool `json:"approvalRequiredIsNil,omitempty"` ApprovalRequiredNotNil *bool `json:"approvalRequiredNotNil,omitempty"` // review_due field predicates - ReviewDue *time.Time `json:"reviewDue,omitempty"` - ReviewDueNeq *time.Time `json:"reviewDueNEQ,omitempty"` - ReviewDueIn []*time.Time `json:"reviewDueIn,omitempty"` - ReviewDueNotIn []*time.Time `json:"reviewDueNotIn,omitempty"` - ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` - ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` - ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` - ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` - ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` - ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` + ReviewDue *time.Time `json:"reviewDue,omitempty"` + ReviewDueGt *time.Time `json:"reviewDueGT,omitempty"` + ReviewDueGte *time.Time `json:"reviewDueGTE,omitempty"` + ReviewDueLt *time.Time `json:"reviewDueLT,omitempty"` + ReviewDueLte *time.Time `json:"reviewDueLTE,omitempty"` + ReviewDueIsNil *bool `json:"reviewDueIsNil,omitempty"` + ReviewDueNotNil *bool `json:"reviewDueNotNil,omitempty"` // review_frequency field predicates ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` ReviewFrequencyNeq *enums.Frequency `json:"reviewFrequencyNEQ,omitempty"` @@ -30658,10 +26755,6 @@ type ProcedureWhereInput struct { ApproverIdneq *string `json:"approverIDNEQ,omitempty"` ApproverIDIn []string `json:"approverIDIn,omitempty"` ApproverIDNotIn []string `json:"approverIDNotIn,omitempty"` - ApproverIdgt *string `json:"approverIDGT,omitempty"` - ApproverIdgte *string `json:"approverIDGTE,omitempty"` - ApproverIdlt *string `json:"approverIDLT,omitempty"` - ApproverIdlte *string `json:"approverIDLTE,omitempty"` ApproverIDContains *string `json:"approverIDContains,omitempty"` ApproverIDHasPrefix *string `json:"approverIDHasPrefix,omitempty"` ApproverIDHasSuffix *string `json:"approverIDHasSuffix,omitempty"` @@ -30674,10 +26767,6 @@ type ProcedureWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -30690,10 +26779,6 @@ type ProcedureWhereInput struct { URLNeq *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGt *string `json:"urlGT,omitempty"` - URLGte *string `json:"urlGTE,omitempty"` - URLLt *string `json:"urlLT,omitempty"` - URLLte *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -30706,10 +26791,6 @@ type ProcedureWhereInput struct { FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -30722,10 +26803,6 @@ type ProcedureWhereInput struct { ExternalFileIdneq *string `json:"externalFileIDNEQ,omitempty"` ExternalFileIDIn []string `json:"externalFileIDIn,omitempty"` ExternalFileIDNotIn []string `json:"externalFileIDNotIn,omitempty"` - ExternalFileIdgt *string `json:"externalFileIDGT,omitempty"` - ExternalFileIdgte *string `json:"externalFileIDGTE,omitempty"` - ExternalFileIdlt *string `json:"externalFileIDLT,omitempty"` - ExternalFileIdlte *string `json:"externalFileIDLTE,omitempty"` ExternalFileIDContains *string `json:"externalFileIDContains,omitempty"` ExternalFileIDHasPrefix *string `json:"externalFileIDHasPrefix,omitempty"` ExternalFileIDHasSuffix *string `json:"externalFileIDHasSuffix,omitempty"` @@ -30738,10 +26815,6 @@ type ProcedureWhereInput struct { ExternalContentsNeq *string `json:"externalContentsNEQ,omitempty"` ExternalContentsIn []string `json:"externalContentsIn,omitempty"` ExternalContentsNotIn []string `json:"externalContentsNotIn,omitempty"` - ExternalContentsGt *string `json:"externalContentsGT,omitempty"` - ExternalContentsGte *string `json:"externalContentsGTE,omitempty"` - ExternalContentsLt *string `json:"externalContentsLT,omitempty"` - ExternalContentsLte *string `json:"externalContentsLTE,omitempty"` ExternalContentsContains *string `json:"externalContentsContains,omitempty"` ExternalContentsHasPrefix *string `json:"externalContentsHasPrefix,omitempty"` ExternalContentsHasSuffix *string `json:"externalContentsHasSuffix,omitempty"` @@ -30759,10 +26832,6 @@ type ProcedureWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -30775,10 +26844,6 @@ type ProcedureWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -30791,10 +26856,6 @@ type ProcedureWhereInput struct { ProcedureKindNameNeq *string `json:"procedureKindNameNEQ,omitempty"` ProcedureKindNameIn []string `json:"procedureKindNameIn,omitempty"` ProcedureKindNameNotIn []string `json:"procedureKindNameNotIn,omitempty"` - ProcedureKindNameGt *string `json:"procedureKindNameGT,omitempty"` - ProcedureKindNameGte *string `json:"procedureKindNameGTE,omitempty"` - ProcedureKindNameLt *string `json:"procedureKindNameLT,omitempty"` - ProcedureKindNameLte *string `json:"procedureKindNameLTE,omitempty"` ProcedureKindNameContains *string `json:"procedureKindNameContains,omitempty"` ProcedureKindNameHasPrefix *string `json:"procedureKindNameHasPrefix,omitempty"` ProcedureKindNameHasSuffix *string `json:"procedureKindNameHasSuffix,omitempty"` @@ -30807,10 +26868,6 @@ type ProcedureWhereInput struct { ProcedureKindIdneq *string `json:"procedureKindIDNEQ,omitempty"` ProcedureKindIDIn []string `json:"procedureKindIDIn,omitempty"` ProcedureKindIDNotIn []string `json:"procedureKindIDNotIn,omitempty"` - ProcedureKindIdgt *string `json:"procedureKindIDGT,omitempty"` - ProcedureKindIdgte *string `json:"procedureKindIDGTE,omitempty"` - ProcedureKindIdlt *string `json:"procedureKindIDLT,omitempty"` - ProcedureKindIdlte *string `json:"procedureKindIDLTE,omitempty"` ProcedureKindIDContains *string `json:"procedureKindIDContains,omitempty"` ProcedureKindIDHasPrefix *string `json:"procedureKindIDHasPrefix,omitempty"` ProcedureKindIDHasSuffix *string `json:"procedureKindIDHasSuffix,omitempty"` @@ -30823,10 +26880,6 @@ type ProcedureWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -30839,10 +26892,6 @@ type ProcedureWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -30855,10 +26904,6 @@ type ProcedureWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -30871,10 +26916,6 @@ type ProcedureWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -31201,43 +27242,29 @@ type ProgramMembershipWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -31250,10 +27277,6 @@ type ProgramMembershipWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -31266,10 +27289,6 @@ type ProgramMembershipWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -31311,43 +27330,29 @@ type ProgramWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -31360,10 +27365,6 @@ type ProgramWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -31376,10 +27377,6 @@ type ProgramWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -31392,10 +27389,6 @@ type ProgramWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -31406,10 +27399,6 @@ type ProgramWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -31422,10 +27411,6 @@ type ProgramWhereInput struct { ProgramKindNameNeq *string `json:"programKindNameNEQ,omitempty"` ProgramKindNameIn []string `json:"programKindNameIn,omitempty"` ProgramKindNameNotIn []string `json:"programKindNameNotIn,omitempty"` - ProgramKindNameGt *string `json:"programKindNameGT,omitempty"` - ProgramKindNameGte *string `json:"programKindNameGTE,omitempty"` - ProgramKindNameLt *string `json:"programKindNameLT,omitempty"` - ProgramKindNameLte *string `json:"programKindNameLTE,omitempty"` ProgramKindNameContains *string `json:"programKindNameContains,omitempty"` ProgramKindNameHasPrefix *string `json:"programKindNameHasPrefix,omitempty"` ProgramKindNameHasSuffix *string `json:"programKindNameHasSuffix,omitempty"` @@ -31438,10 +27423,6 @@ type ProgramWhereInput struct { ProgramKindIdneq *string `json:"programKindIDNEQ,omitempty"` ProgramKindIDIn []string `json:"programKindIDIn,omitempty"` ProgramKindIDNotIn []string `json:"programKindIDNotIn,omitempty"` - ProgramKindIdgt *string `json:"programKindIDGT,omitempty"` - ProgramKindIdgte *string `json:"programKindIDGTE,omitempty"` - ProgramKindIdlt *string `json:"programKindIDLT,omitempty"` - ProgramKindIdlte *string `json:"programKindIDLTE,omitempty"` ProgramKindIDContains *string `json:"programKindIDContains,omitempty"` ProgramKindIDHasPrefix *string `json:"programKindIDHasPrefix,omitempty"` ProgramKindIDHasSuffix *string `json:"programKindIDHasSuffix,omitempty"` @@ -31454,10 +27435,6 @@ type ProgramWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -31470,10 +27447,6 @@ type ProgramWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -31484,10 +27457,6 @@ type ProgramWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -31505,10 +27474,6 @@ type ProgramWhereInput struct { FrameworkNameNeq *string `json:"frameworkNameNEQ,omitempty"` FrameworkNameIn []string `json:"frameworkNameIn,omitempty"` FrameworkNameNotIn []string `json:"frameworkNameNotIn,omitempty"` - FrameworkNameGt *string `json:"frameworkNameGT,omitempty"` - FrameworkNameGte *string `json:"frameworkNameGTE,omitempty"` - FrameworkNameLt *string `json:"frameworkNameLT,omitempty"` - FrameworkNameLte *string `json:"frameworkNameLTE,omitempty"` FrameworkNameContains *string `json:"frameworkNameContains,omitempty"` FrameworkNameHasPrefix *string `json:"frameworkNameHasPrefix,omitempty"` FrameworkNameHasSuffix *string `json:"frameworkNameHasSuffix,omitempty"` @@ -31517,71 +27482,53 @@ type ProgramWhereInput struct { FrameworkNameEqualFold *string `json:"frameworkNameEqualFold,omitempty"` FrameworkNameContainsFold *string `json:"frameworkNameContainsFold,omitempty"` // start_date field predicates - StartDate *time.Time `json:"startDate,omitempty"` - StartDateNeq *time.Time `json:"startDateNEQ,omitempty"` - StartDateIn []*time.Time `json:"startDateIn,omitempty"` - StartDateNotIn []*time.Time `json:"startDateNotIn,omitempty"` - StartDateGt *time.Time `json:"startDateGT,omitempty"` - StartDateGte *time.Time `json:"startDateGTE,omitempty"` - StartDateLt *time.Time `json:"startDateLT,omitempty"` - StartDateLte *time.Time `json:"startDateLTE,omitempty"` - StartDateIsNil *bool `json:"startDateIsNil,omitempty"` - StartDateNotNil *bool `json:"startDateNotNil,omitempty"` + StartDate *time.Time `json:"startDate,omitempty"` + StartDateGt *time.Time `json:"startDateGT,omitempty"` + StartDateGte *time.Time `json:"startDateGTE,omitempty"` + StartDateLt *time.Time `json:"startDateLT,omitempty"` + StartDateLte *time.Time `json:"startDateLTE,omitempty"` + StartDateIsNil *bool `json:"startDateIsNil,omitempty"` + StartDateNotNil *bool `json:"startDateNotNil,omitempty"` // end_date field predicates - EndDate *time.Time `json:"endDate,omitempty"` - EndDateNeq *time.Time `json:"endDateNEQ,omitempty"` - EndDateIn []*time.Time `json:"endDateIn,omitempty"` - EndDateNotIn []*time.Time `json:"endDateNotIn,omitempty"` - EndDateGt *time.Time `json:"endDateGT,omitempty"` - EndDateGte *time.Time `json:"endDateGTE,omitempty"` - EndDateLt *time.Time `json:"endDateLT,omitempty"` - EndDateLte *time.Time `json:"endDateLTE,omitempty"` - EndDateIsNil *bool `json:"endDateIsNil,omitempty"` - EndDateNotNil *bool `json:"endDateNotNil,omitempty"` + EndDate *time.Time `json:"endDate,omitempty"` + EndDateGt *time.Time `json:"endDateGT,omitempty"` + EndDateGte *time.Time `json:"endDateGTE,omitempty"` + EndDateLt *time.Time `json:"endDateLT,omitempty"` + EndDateLte *time.Time `json:"endDateLTE,omitempty"` + EndDateIsNil *bool `json:"endDateIsNil,omitempty"` + EndDateNotNil *bool `json:"endDateNotNil,omitempty"` // observation_period_start_date field predicates - ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` - ObservationPeriodStartDateNeq *time.Time `json:"observationPeriodStartDateNEQ,omitempty"` - ObservationPeriodStartDateIn []*time.Time `json:"observationPeriodStartDateIn,omitempty"` - ObservationPeriodStartDateNotIn []*time.Time `json:"observationPeriodStartDateNotIn,omitempty"` - ObservationPeriodStartDateGt *time.Time `json:"observationPeriodStartDateGT,omitempty"` - ObservationPeriodStartDateGte *time.Time `json:"observationPeriodStartDateGTE,omitempty"` - ObservationPeriodStartDateLt *time.Time `json:"observationPeriodStartDateLT,omitempty"` - ObservationPeriodStartDateLte *time.Time `json:"observationPeriodStartDateLTE,omitempty"` - ObservationPeriodStartDateIsNil *bool `json:"observationPeriodStartDateIsNil,omitempty"` - ObservationPeriodStartDateNotNil *bool `json:"observationPeriodStartDateNotNil,omitempty"` + ObservationPeriodStartDate *time.Time `json:"observationPeriodStartDate,omitempty"` + ObservationPeriodStartDateGt *time.Time `json:"observationPeriodStartDateGT,omitempty"` + ObservationPeriodStartDateGte *time.Time `json:"observationPeriodStartDateGTE,omitempty"` + ObservationPeriodStartDateLt *time.Time `json:"observationPeriodStartDateLT,omitempty"` + ObservationPeriodStartDateLte *time.Time `json:"observationPeriodStartDateLTE,omitempty"` + ObservationPeriodStartDateIsNil *bool `json:"observationPeriodStartDateIsNil,omitempty"` + ObservationPeriodStartDateNotNil *bool `json:"observationPeriodStartDateNotNil,omitempty"` // observation_period_end_date field predicates - ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` - ObservationPeriodEndDateNeq *time.Time `json:"observationPeriodEndDateNEQ,omitempty"` - ObservationPeriodEndDateIn []*time.Time `json:"observationPeriodEndDateIn,omitempty"` - ObservationPeriodEndDateNotIn []*time.Time `json:"observationPeriodEndDateNotIn,omitempty"` - ObservationPeriodEndDateGt *time.Time `json:"observationPeriodEndDateGT,omitempty"` - ObservationPeriodEndDateGte *time.Time `json:"observationPeriodEndDateGTE,omitempty"` - ObservationPeriodEndDateLt *time.Time `json:"observationPeriodEndDateLT,omitempty"` - ObservationPeriodEndDateLte *time.Time `json:"observationPeriodEndDateLTE,omitempty"` - ObservationPeriodEndDateIsNil *bool `json:"observationPeriodEndDateIsNil,omitempty"` - ObservationPeriodEndDateNotNil *bool `json:"observationPeriodEndDateNotNil,omitempty"` + ObservationPeriodEndDate *time.Time `json:"observationPeriodEndDate,omitempty"` + ObservationPeriodEndDateGt *time.Time `json:"observationPeriodEndDateGT,omitempty"` + ObservationPeriodEndDateGte *time.Time `json:"observationPeriodEndDateGTE,omitempty"` + ObservationPeriodEndDateLt *time.Time `json:"observationPeriodEndDateLT,omitempty"` + ObservationPeriodEndDateLte *time.Time `json:"observationPeriodEndDateLTE,omitempty"` + ObservationPeriodEndDateIsNil *bool `json:"observationPeriodEndDateIsNil,omitempty"` + ObservationPeriodEndDateNotNil *bool `json:"observationPeriodEndDateNotNil,omitempty"` // fieldwork_start_date field predicates - FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` - FieldworkStartDateNeq *time.Time `json:"fieldworkStartDateNEQ,omitempty"` - FieldworkStartDateIn []*time.Time `json:"fieldworkStartDateIn,omitempty"` - FieldworkStartDateNotIn []*time.Time `json:"fieldworkStartDateNotIn,omitempty"` - FieldworkStartDateGt *time.Time `json:"fieldworkStartDateGT,omitempty"` - FieldworkStartDateGte *time.Time `json:"fieldworkStartDateGTE,omitempty"` - FieldworkStartDateLt *time.Time `json:"fieldworkStartDateLT,omitempty"` - FieldworkStartDateLte *time.Time `json:"fieldworkStartDateLTE,omitempty"` - FieldworkStartDateIsNil *bool `json:"fieldworkStartDateIsNil,omitempty"` - FieldworkStartDateNotNil *bool `json:"fieldworkStartDateNotNil,omitempty"` + FieldworkStartDate *time.Time `json:"fieldworkStartDate,omitempty"` + FieldworkStartDateGt *time.Time `json:"fieldworkStartDateGT,omitempty"` + FieldworkStartDateGte *time.Time `json:"fieldworkStartDateGTE,omitempty"` + FieldworkStartDateLt *time.Time `json:"fieldworkStartDateLT,omitempty"` + FieldworkStartDateLte *time.Time `json:"fieldworkStartDateLTE,omitempty"` + FieldworkStartDateIsNil *bool `json:"fieldworkStartDateIsNil,omitempty"` + FieldworkStartDateNotNil *bool `json:"fieldworkStartDateNotNil,omitempty"` // fieldwork_end_date field predicates - FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` - FieldworkEndDateNeq *time.Time `json:"fieldworkEndDateNEQ,omitempty"` - FieldworkEndDateIn []*time.Time `json:"fieldworkEndDateIn,omitempty"` - FieldworkEndDateNotIn []*time.Time `json:"fieldworkEndDateNotIn,omitempty"` - FieldworkEndDateGt *time.Time `json:"fieldworkEndDateGT,omitempty"` - FieldworkEndDateGte *time.Time `json:"fieldworkEndDateGTE,omitempty"` - FieldworkEndDateLt *time.Time `json:"fieldworkEndDateLT,omitempty"` - FieldworkEndDateLte *time.Time `json:"fieldworkEndDateLTE,omitempty"` - FieldworkEndDateIsNil *bool `json:"fieldworkEndDateIsNil,omitempty"` - FieldworkEndDateNotNil *bool `json:"fieldworkEndDateNotNil,omitempty"` + FieldworkEndDate *time.Time `json:"fieldworkEndDate,omitempty"` + FieldworkEndDateGt *time.Time `json:"fieldworkEndDateGT,omitempty"` + FieldworkEndDateGte *time.Time `json:"fieldworkEndDateGTE,omitempty"` + FieldworkEndDateLt *time.Time `json:"fieldworkEndDateLT,omitempty"` + FieldworkEndDateLte *time.Time `json:"fieldworkEndDateLTE,omitempty"` + FieldworkEndDateIsNil *bool `json:"fieldworkEndDateIsNil,omitempty"` + FieldworkEndDateNotNil *bool `json:"fieldworkEndDateNotNil,omitempty"` // auditor_ready field predicates AuditorReady *bool `json:"auditorReady,omitempty"` AuditorReadyNeq *bool `json:"auditorReadyNEQ,omitempty"` @@ -31596,10 +27543,6 @@ type ProgramWhereInput struct { AuditFirmNeq *string `json:"auditFirmNEQ,omitempty"` AuditFirmIn []string `json:"auditFirmIn,omitempty"` AuditFirmNotIn []string `json:"auditFirmNotIn,omitempty"` - AuditFirmGt *string `json:"auditFirmGT,omitempty"` - AuditFirmGte *string `json:"auditFirmGTE,omitempty"` - AuditFirmLt *string `json:"auditFirmLT,omitempty"` - AuditFirmLte *string `json:"auditFirmLTE,omitempty"` AuditFirmContains *string `json:"auditFirmContains,omitempty"` AuditFirmHasPrefix *string `json:"auditFirmHasPrefix,omitempty"` AuditFirmHasSuffix *string `json:"auditFirmHasSuffix,omitempty"` @@ -31612,10 +27555,6 @@ type ProgramWhereInput struct { AuditorNeq *string `json:"auditorNEQ,omitempty"` AuditorIn []string `json:"auditorIn,omitempty"` AuditorNotIn []string `json:"auditorNotIn,omitempty"` - AuditorGt *string `json:"auditorGT,omitempty"` - AuditorGte *string `json:"auditorGTE,omitempty"` - AuditorLt *string `json:"auditorLT,omitempty"` - AuditorLte *string `json:"auditorLTE,omitempty"` AuditorContains *string `json:"auditorContains,omitempty"` AuditorHasPrefix *string `json:"auditorHasPrefix,omitempty"` AuditorHasSuffix *string `json:"auditorHasSuffix,omitempty"` @@ -31628,10 +27567,6 @@ type ProgramWhereInput struct { AuditorEmailNeq *string `json:"auditorEmailNEQ,omitempty"` AuditorEmailIn []string `json:"auditorEmailIn,omitempty"` AuditorEmailNotIn []string `json:"auditorEmailNotIn,omitempty"` - AuditorEmailGt *string `json:"auditorEmailGT,omitempty"` - AuditorEmailGte *string `json:"auditorEmailGTE,omitempty"` - AuditorEmailLt *string `json:"auditorEmailLT,omitempty"` - AuditorEmailLte *string `json:"auditorEmailLTE,omitempty"` AuditorEmailContains *string `json:"auditorEmailContains,omitempty"` AuditorEmailHasPrefix *string `json:"auditorEmailHasPrefix,omitempty"` AuditorEmailHasSuffix *string `json:"auditorEmailHasSuffix,omitempty"` @@ -31644,10 +27579,6 @@ type ProgramWhereInput struct { ProgramOwnerIdneq *string `json:"programOwnerIDNEQ,omitempty"` ProgramOwnerIDIn []string `json:"programOwnerIDIn,omitempty"` ProgramOwnerIDNotIn []string `json:"programOwnerIDNotIn,omitempty"` - ProgramOwnerIdgt *string `json:"programOwnerIDGT,omitempty"` - ProgramOwnerIdgte *string `json:"programOwnerIDGTE,omitempty"` - ProgramOwnerIdlt *string `json:"programOwnerIDLT,omitempty"` - ProgramOwnerIdlte *string `json:"programOwnerIDLTE,omitempty"` ProgramOwnerIDContains *string `json:"programOwnerIDContains,omitempty"` ProgramOwnerIDHasPrefix *string `json:"programOwnerIDHasPrefix,omitempty"` ProgramOwnerIDHasSuffix *string `json:"programOwnerIDHasSuffix,omitempty"` @@ -31959,43 +27890,29 @@ type RemediationWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -32008,10 +27925,6 @@ type RemediationWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -32024,10 +27937,6 @@ type RemediationWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -32040,10 +27949,6 @@ type RemediationWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -32054,10 +27959,6 @@ type RemediationWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -32075,10 +27976,6 @@ type RemediationWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -32091,10 +27988,6 @@ type RemediationWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -32107,10 +28000,6 @@ type RemediationWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -32123,10 +28012,6 @@ type RemediationWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -32139,10 +28024,6 @@ type RemediationWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -32155,10 +28036,6 @@ type RemediationWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -32176,10 +28053,6 @@ type RemediationWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -32192,10 +28065,6 @@ type RemediationWhereInput struct { ExternalOwnerIdneq *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIdgt *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIdgte *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIdlt *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIdlte *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -32208,10 +28077,6 @@ type RemediationWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -32231,10 +28096,6 @@ type RemediationWhereInput struct { StateNeq *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGt *string `json:"stateGT,omitempty"` - StateGte *string `json:"stateGTE,omitempty"` - StateLt *string `json:"stateLT,omitempty"` - StateLte *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -32247,10 +28108,6 @@ type RemediationWhereInput struct { IntentNeq *string `json:"intentNEQ,omitempty"` IntentIn []string `json:"intentIn,omitempty"` IntentNotIn []string `json:"intentNotIn,omitempty"` - IntentGt *string `json:"intentGT,omitempty"` - IntentGte *string `json:"intentGTE,omitempty"` - IntentLt *string `json:"intentLT,omitempty"` - IntentLte *string `json:"intentLTE,omitempty"` IntentContains *string `json:"intentContains,omitempty"` IntentHasPrefix *string `json:"intentHasPrefix,omitempty"` IntentHasSuffix *string `json:"intentHasSuffix,omitempty"` @@ -32263,10 +28120,6 @@ type RemediationWhereInput struct { SummaryNeq *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGt *string `json:"summaryGT,omitempty"` - SummaryGte *string `json:"summaryGTE,omitempty"` - SummaryLt *string `json:"summaryLT,omitempty"` - SummaryLte *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -32279,10 +28132,6 @@ type RemediationWhereInput struct { ExplanationNeq *string `json:"explanationNEQ,omitempty"` ExplanationIn []string `json:"explanationIn,omitempty"` ExplanationNotIn []string `json:"explanationNotIn,omitempty"` - ExplanationGt *string `json:"explanationGT,omitempty"` - ExplanationGte *string `json:"explanationGTE,omitempty"` - ExplanationLt *string `json:"explanationLT,omitempty"` - ExplanationLte *string `json:"explanationLTE,omitempty"` ExplanationContains *string `json:"explanationContains,omitempty"` ExplanationHasPrefix *string `json:"explanationHasPrefix,omitempty"` ExplanationHasSuffix *string `json:"explanationHasSuffix,omitempty"` @@ -32295,10 +28144,6 @@ type RemediationWhereInput struct { InstructionsNeq *string `json:"instructionsNEQ,omitempty"` InstructionsIn []string `json:"instructionsIn,omitempty"` InstructionsNotIn []string `json:"instructionsNotIn,omitempty"` - InstructionsGt *string `json:"instructionsGT,omitempty"` - InstructionsGte *string `json:"instructionsGTE,omitempty"` - InstructionsLt *string `json:"instructionsLT,omitempty"` - InstructionsLte *string `json:"instructionsLTE,omitempty"` InstructionsContains *string `json:"instructionsContains,omitempty"` InstructionsHasPrefix *string `json:"instructionsHasPrefix,omitempty"` InstructionsHasSuffix *string `json:"instructionsHasSuffix,omitempty"` @@ -32311,10 +28156,6 @@ type RemediationWhereInput struct { OwnerReferenceNeq *string `json:"ownerReferenceNEQ,omitempty"` OwnerReferenceIn []string `json:"ownerReferenceIn,omitempty"` OwnerReferenceNotIn []string `json:"ownerReferenceNotIn,omitempty"` - OwnerReferenceGt *string `json:"ownerReferenceGT,omitempty"` - OwnerReferenceGte *string `json:"ownerReferenceGTE,omitempty"` - OwnerReferenceLt *string `json:"ownerReferenceLT,omitempty"` - OwnerReferenceLte *string `json:"ownerReferenceLTE,omitempty"` OwnerReferenceContains *string `json:"ownerReferenceContains,omitempty"` OwnerReferenceHasPrefix *string `json:"ownerReferenceHasPrefix,omitempty"` OwnerReferenceHasSuffix *string `json:"ownerReferenceHasSuffix,omitempty"` @@ -32327,10 +28168,6 @@ type RemediationWhereInput struct { RepositoryURINeq *string `json:"repositoryURINEQ,omitempty"` RepositoryURIIn []string `json:"repositoryURIIn,omitempty"` RepositoryURINotIn []string `json:"repositoryURINotIn,omitempty"` - RepositoryURIGt *string `json:"repositoryURIGT,omitempty"` - RepositoryURIGte *string `json:"repositoryURIGTE,omitempty"` - RepositoryURILt *string `json:"repositoryURILT,omitempty"` - RepositoryURILte *string `json:"repositoryURILTE,omitempty"` RepositoryURIContains *string `json:"repositoryURIContains,omitempty"` RepositoryURIHasPrefix *string `json:"repositoryURIHasPrefix,omitempty"` RepositoryURIHasSuffix *string `json:"repositoryURIHasSuffix,omitempty"` @@ -32343,10 +28180,6 @@ type RemediationWhereInput struct { PullRequestURINeq *string `json:"pullRequestURINEQ,omitempty"` PullRequestURIIn []string `json:"pullRequestURIIn,omitempty"` PullRequestURINotIn []string `json:"pullRequestURINotIn,omitempty"` - PullRequestURIGt *string `json:"pullRequestURIGT,omitempty"` - PullRequestURIGte *string `json:"pullRequestURIGTE,omitempty"` - PullRequestURILt *string `json:"pullRequestURILT,omitempty"` - PullRequestURILte *string `json:"pullRequestURILTE,omitempty"` PullRequestURIContains *string `json:"pullRequestURIContains,omitempty"` PullRequestURIHasPrefix *string `json:"pullRequestURIHasPrefix,omitempty"` PullRequestURIHasSuffix *string `json:"pullRequestURIHasSuffix,omitempty"` @@ -32359,10 +28192,6 @@ type RemediationWhereInput struct { TicketReferenceNeq *string `json:"ticketReferenceNEQ,omitempty"` TicketReferenceIn []string `json:"ticketReferenceIn,omitempty"` TicketReferenceNotIn []string `json:"ticketReferenceNotIn,omitempty"` - TicketReferenceGt *string `json:"ticketReferenceGT,omitempty"` - TicketReferenceGte *string `json:"ticketReferenceGTE,omitempty"` - TicketReferenceLt *string `json:"ticketReferenceLT,omitempty"` - TicketReferenceLte *string `json:"ticketReferenceLTE,omitempty"` TicketReferenceContains *string `json:"ticketReferenceContains,omitempty"` TicketReferenceHasPrefix *string `json:"ticketReferenceHasPrefix,omitempty"` TicketReferenceHasSuffix *string `json:"ticketReferenceHasSuffix,omitempty"` @@ -32371,47 +28200,34 @@ type RemediationWhereInput struct { TicketReferenceEqualFold *string `json:"ticketReferenceEqualFold,omitempty"` TicketReferenceContainsFold *string `json:"ticketReferenceContainsFold,omitempty"` // due_at field predicates - DueAt *models.DateTime `json:"dueAt,omitempty"` - DueAtNeq *models.DateTime `json:"dueAtNEQ,omitempty"` - DueAtIn []*models.DateTime `json:"dueAtIn,omitempty"` - DueAtNotIn []*models.DateTime `json:"dueAtNotIn,omitempty"` - DueAtGt *models.DateTime `json:"dueAtGT,omitempty"` - DueAtGte *models.DateTime `json:"dueAtGTE,omitempty"` - DueAtLt *models.DateTime `json:"dueAtLT,omitempty"` - DueAtLte *models.DateTime `json:"dueAtLTE,omitempty"` - DueAtIsNil *bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil *bool `json:"dueAtNotNil,omitempty"` + DueAt *models.DateTime `json:"dueAt,omitempty"` + DueAtGt *models.DateTime `json:"dueAtGT,omitempty"` + DueAtGte *models.DateTime `json:"dueAtGTE,omitempty"` + DueAtLt *models.DateTime `json:"dueAtLT,omitempty"` + DueAtLte *models.DateTime `json:"dueAtLTE,omitempty"` + DueAtIsNil *bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil *bool `json:"dueAtNotNil,omitempty"` // completed_at field predicates - CompletedAt *models.DateTime `json:"completedAt,omitempty"` - CompletedAtNeq *models.DateTime `json:"completedAtNEQ,omitempty"` - CompletedAtIn []*models.DateTime `json:"completedAtIn,omitempty"` - CompletedAtNotIn []*models.DateTime `json:"completedAtNotIn,omitempty"` - CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` - CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` - CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` - CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` - CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` - CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` + CompletedAt *models.DateTime `json:"completedAt,omitempty"` + CompletedAtGt *models.DateTime `json:"completedAtGT,omitempty"` + CompletedAtGte *models.DateTime `json:"completedAtGTE,omitempty"` + CompletedAtLt *models.DateTime `json:"completedAtLT,omitempty"` + CompletedAtLte *models.DateTime `json:"completedAtLTE,omitempty"` + CompletedAtIsNil *bool `json:"completedAtIsNil,omitempty"` + CompletedAtNotNil *bool `json:"completedAtNotNil,omitempty"` // pr_generated_at field predicates - PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` - PrGeneratedAtNeq *models.DateTime `json:"prGeneratedAtNEQ,omitempty"` - PrGeneratedAtIn []*models.DateTime `json:"prGeneratedAtIn,omitempty"` - PrGeneratedAtNotIn []*models.DateTime `json:"prGeneratedAtNotIn,omitempty"` - PrGeneratedAtGt *models.DateTime `json:"prGeneratedAtGT,omitempty"` - PrGeneratedAtGte *models.DateTime `json:"prGeneratedAtGTE,omitempty"` - PrGeneratedAtLt *models.DateTime `json:"prGeneratedAtLT,omitempty"` - PrGeneratedAtLte *models.DateTime `json:"prGeneratedAtLTE,omitempty"` - PrGeneratedAtIsNil *bool `json:"prGeneratedAtIsNil,omitempty"` - PrGeneratedAtNotNil *bool `json:"prGeneratedAtNotNil,omitempty"` + PrGeneratedAt *models.DateTime `json:"prGeneratedAt,omitempty"` + PrGeneratedAtGt *models.DateTime `json:"prGeneratedAtGT,omitempty"` + PrGeneratedAtGte *models.DateTime `json:"prGeneratedAtGTE,omitempty"` + PrGeneratedAtLt *models.DateTime `json:"prGeneratedAtLT,omitempty"` + PrGeneratedAtLte *models.DateTime `json:"prGeneratedAtLTE,omitempty"` + PrGeneratedAtIsNil *bool `json:"prGeneratedAtIsNil,omitempty"` + PrGeneratedAtNotNil *bool `json:"prGeneratedAtNotNil,omitempty"` // error field predicates Error *string `json:"error,omitempty"` ErrorNeq *string `json:"errorNEQ,omitempty"` ErrorIn []string `json:"errorIn,omitempty"` ErrorNotIn []string `json:"errorNotIn,omitempty"` - ErrorGt *string `json:"errorGT,omitempty"` - ErrorGte *string `json:"errorGTE,omitempty"` - ErrorLt *string `json:"errorLT,omitempty"` - ErrorLte *string `json:"errorLTE,omitempty"` ErrorContains *string `json:"errorContains,omitempty"` ErrorHasPrefix *string `json:"errorHasPrefix,omitempty"` ErrorHasSuffix *string `json:"errorHasSuffix,omitempty"` @@ -32424,10 +28240,6 @@ type RemediationWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -32440,10 +28252,6 @@ type RemediationWhereInput struct { ExternalURINeq *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGt *string `json:"externalURIGT,omitempty"` - ExternalURIGte *string `json:"externalURIGTE,omitempty"` - ExternalURILt *string `json:"externalURILT,omitempty"` - ExternalURILte *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -32717,43 +28525,29 @@ type ReviewWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -32766,10 +28560,6 @@ type ReviewWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -32782,10 +28572,6 @@ type ReviewWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -32798,10 +28584,6 @@ type ReviewWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -32819,10 +28601,6 @@ type ReviewWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -32835,10 +28613,6 @@ type ReviewWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -32851,10 +28625,6 @@ type ReviewWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -32867,10 +28637,6 @@ type ReviewWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -32883,10 +28649,6 @@ type ReviewWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -32899,10 +28661,6 @@ type ReviewWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -32915,10 +28673,6 @@ type ReviewWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -32931,10 +28685,6 @@ type ReviewWhereInput struct { ExternalOwnerIdneq *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIdgt *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIdgte *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIdlt *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIdlte *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -32947,10 +28697,6 @@ type ReviewWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -32961,10 +28707,6 @@ type ReviewWhereInput struct { StateNeq *string `json:"stateNEQ,omitempty"` StateIn []string `json:"stateIn,omitempty"` StateNotIn []string `json:"stateNotIn,omitempty"` - StateGt *string `json:"stateGT,omitempty"` - StateGte *string `json:"stateGTE,omitempty"` - StateLt *string `json:"stateLT,omitempty"` - StateLte *string `json:"stateLTE,omitempty"` StateContains *string `json:"stateContains,omitempty"` StateHasPrefix *string `json:"stateHasPrefix,omitempty"` StateHasSuffix *string `json:"stateHasSuffix,omitempty"` @@ -32984,10 +28726,6 @@ type ReviewWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -33000,10 +28738,6 @@ type ReviewWhereInput struct { ClassificationNeq *string `json:"classificationNEQ,omitempty"` ClassificationIn []string `json:"classificationIn,omitempty"` ClassificationNotIn []string `json:"classificationNotIn,omitempty"` - ClassificationGt *string `json:"classificationGT,omitempty"` - ClassificationGte *string `json:"classificationGTE,omitempty"` - ClassificationLt *string `json:"classificationLT,omitempty"` - ClassificationLte *string `json:"classificationLTE,omitempty"` ClassificationContains *string `json:"classificationContains,omitempty"` ClassificationHasPrefix *string `json:"classificationHasPrefix,omitempty"` ClassificationHasSuffix *string `json:"classificationHasSuffix,omitempty"` @@ -33016,10 +28750,6 @@ type ReviewWhereInput struct { SummaryNeq *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGt *string `json:"summaryGT,omitempty"` - SummaryGte *string `json:"summaryGTE,omitempty"` - SummaryLt *string `json:"summaryLT,omitempty"` - SummaryLte *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -33032,10 +28762,6 @@ type ReviewWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -33048,10 +28774,6 @@ type ReviewWhereInput struct { ReporterNeq *string `json:"reporterNEQ,omitempty"` ReporterIn []string `json:"reporterIn,omitempty"` ReporterNotIn []string `json:"reporterNotIn,omitempty"` - ReporterGt *string `json:"reporterGT,omitempty"` - ReporterGte *string `json:"reporterGTE,omitempty"` - ReporterLt *string `json:"reporterLT,omitempty"` - ReporterLte *string `json:"reporterLTE,omitempty"` ReporterContains *string `json:"reporterContains,omitempty"` ReporterHasPrefix *string `json:"reporterHasPrefix,omitempty"` ReporterHasSuffix *string `json:"reporterHasSuffix,omitempty"` @@ -33065,47 +28787,34 @@ type ReviewWhereInput struct { ApprovedIsNil *bool `json:"approvedIsNil,omitempty"` ApprovedNotNil *bool `json:"approvedNotNil,omitempty"` // reviewed_at field predicates - ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` - ReviewedAtNeq *models.DateTime `json:"reviewedAtNEQ,omitempty"` - ReviewedAtIn []*models.DateTime `json:"reviewedAtIn,omitempty"` - ReviewedAtNotIn []*models.DateTime `json:"reviewedAtNotIn,omitempty"` - ReviewedAtGt *models.DateTime `json:"reviewedAtGT,omitempty"` - ReviewedAtGte *models.DateTime `json:"reviewedAtGTE,omitempty"` - ReviewedAtLt *models.DateTime `json:"reviewedAtLT,omitempty"` - ReviewedAtLte *models.DateTime `json:"reviewedAtLTE,omitempty"` - ReviewedAtIsNil *bool `json:"reviewedAtIsNil,omitempty"` - ReviewedAtNotNil *bool `json:"reviewedAtNotNil,omitempty"` + ReviewedAt *models.DateTime `json:"reviewedAt,omitempty"` + ReviewedAtGt *models.DateTime `json:"reviewedAtGT,omitempty"` + ReviewedAtGte *models.DateTime `json:"reviewedAtGTE,omitempty"` + ReviewedAtLt *models.DateTime `json:"reviewedAtLT,omitempty"` + ReviewedAtLte *models.DateTime `json:"reviewedAtLTE,omitempty"` + ReviewedAtIsNil *bool `json:"reviewedAtIsNil,omitempty"` + ReviewedAtNotNil *bool `json:"reviewedAtNotNil,omitempty"` // reported_at field predicates - ReportedAt *models.DateTime `json:"reportedAt,omitempty"` - ReportedAtNeq *models.DateTime `json:"reportedAtNEQ,omitempty"` - ReportedAtIn []*models.DateTime `json:"reportedAtIn,omitempty"` - ReportedAtNotIn []*models.DateTime `json:"reportedAtNotIn,omitempty"` - ReportedAtGt *models.DateTime `json:"reportedAtGT,omitempty"` - ReportedAtGte *models.DateTime `json:"reportedAtGTE,omitempty"` - ReportedAtLt *models.DateTime `json:"reportedAtLT,omitempty"` - ReportedAtLte *models.DateTime `json:"reportedAtLTE,omitempty"` - ReportedAtIsNil *bool `json:"reportedAtIsNil,omitempty"` - ReportedAtNotNil *bool `json:"reportedAtNotNil,omitempty"` + ReportedAt *models.DateTime `json:"reportedAt,omitempty"` + ReportedAtGt *models.DateTime `json:"reportedAtGT,omitempty"` + ReportedAtGte *models.DateTime `json:"reportedAtGTE,omitempty"` + ReportedAtLt *models.DateTime `json:"reportedAtLT,omitempty"` + ReportedAtLte *models.DateTime `json:"reportedAtLTE,omitempty"` + ReportedAtIsNil *bool `json:"reportedAtIsNil,omitempty"` + ReportedAtNotNil *bool `json:"reportedAtNotNil,omitempty"` // approved_at field predicates - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNeq *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []*models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []*models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGt *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGte *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLt *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLte *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil *bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil *bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGt *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGte *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLt *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLte *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil *bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil *bool `json:"approvedAtNotNil,omitempty"` // reviewer_id field predicates ReviewerID *string `json:"reviewerID,omitempty"` ReviewerIdneq *string `json:"reviewerIDNEQ,omitempty"` ReviewerIDIn []string `json:"reviewerIDIn,omitempty"` ReviewerIDNotIn []string `json:"reviewerIDNotIn,omitempty"` - ReviewerIdgt *string `json:"reviewerIDGT,omitempty"` - ReviewerIdgte *string `json:"reviewerIDGTE,omitempty"` - ReviewerIdlt *string `json:"reviewerIDLT,omitempty"` - ReviewerIdlte *string `json:"reviewerIDLTE,omitempty"` ReviewerIDContains *string `json:"reviewerIDContains,omitempty"` ReviewerIDHasPrefix *string `json:"reviewerIDHasPrefix,omitempty"` ReviewerIDHasSuffix *string `json:"reviewerIDHasSuffix,omitempty"` @@ -33118,10 +28827,6 @@ type ReviewWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -33134,10 +28839,6 @@ type ReviewWhereInput struct { ExternalURINeq *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGt *string `json:"externalURIGT,omitempty"` - ExternalURIGte *string `json:"externalURIGTE,omitempty"` - ExternalURILt *string `json:"externalURILT,omitempty"` - ExternalURILte *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -33418,43 +29119,29 @@ type RiskWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -33467,10 +29154,6 @@ type RiskWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -33483,10 +29166,6 @@ type RiskWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -33499,10 +29178,6 @@ type RiskWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -33513,10 +29188,6 @@ type RiskWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -33529,10 +29200,6 @@ type RiskWhereInput struct { RiskKindNameNeq *string `json:"riskKindNameNEQ,omitempty"` RiskKindNameIn []string `json:"riskKindNameIn,omitempty"` RiskKindNameNotIn []string `json:"riskKindNameNotIn,omitempty"` - RiskKindNameGt *string `json:"riskKindNameGT,omitempty"` - RiskKindNameGte *string `json:"riskKindNameGTE,omitempty"` - RiskKindNameLt *string `json:"riskKindNameLT,omitempty"` - RiskKindNameLte *string `json:"riskKindNameLTE,omitempty"` RiskKindNameContains *string `json:"riskKindNameContains,omitempty"` RiskKindNameHasPrefix *string `json:"riskKindNameHasPrefix,omitempty"` RiskKindNameHasSuffix *string `json:"riskKindNameHasSuffix,omitempty"` @@ -33545,10 +29212,6 @@ type RiskWhereInput struct { RiskKindIdneq *string `json:"riskKindIDNEQ,omitempty"` RiskKindIDIn []string `json:"riskKindIDIn,omitempty"` RiskKindIDNotIn []string `json:"riskKindIDNotIn,omitempty"` - RiskKindIdgt *string `json:"riskKindIDGT,omitempty"` - RiskKindIdgte *string `json:"riskKindIDGTE,omitempty"` - RiskKindIdlt *string `json:"riskKindIDLT,omitempty"` - RiskKindIdlte *string `json:"riskKindIDLTE,omitempty"` RiskKindIDContains *string `json:"riskKindIDContains,omitempty"` RiskKindIDHasPrefix *string `json:"riskKindIDHasPrefix,omitempty"` RiskKindIDHasSuffix *string `json:"riskKindIDHasSuffix,omitempty"` @@ -33561,10 +29224,6 @@ type RiskWhereInput struct { RiskCategoryNameNeq *string `json:"riskCategoryNameNEQ,omitempty"` RiskCategoryNameIn []string `json:"riskCategoryNameIn,omitempty"` RiskCategoryNameNotIn []string `json:"riskCategoryNameNotIn,omitempty"` - RiskCategoryNameGt *string `json:"riskCategoryNameGT,omitempty"` - RiskCategoryNameGte *string `json:"riskCategoryNameGTE,omitempty"` - RiskCategoryNameLt *string `json:"riskCategoryNameLT,omitempty"` - RiskCategoryNameLte *string `json:"riskCategoryNameLTE,omitempty"` RiskCategoryNameContains *string `json:"riskCategoryNameContains,omitempty"` RiskCategoryNameHasPrefix *string `json:"riskCategoryNameHasPrefix,omitempty"` RiskCategoryNameHasSuffix *string `json:"riskCategoryNameHasSuffix,omitempty"` @@ -33577,10 +29236,6 @@ type RiskWhereInput struct { RiskCategoryIdneq *string `json:"riskCategoryIDNEQ,omitempty"` RiskCategoryIDIn []string `json:"riskCategoryIDIn,omitempty"` RiskCategoryIDNotIn []string `json:"riskCategoryIDNotIn,omitempty"` - RiskCategoryIdgt *string `json:"riskCategoryIDGT,omitempty"` - RiskCategoryIdgte *string `json:"riskCategoryIDGTE,omitempty"` - RiskCategoryIdlt *string `json:"riskCategoryIDLT,omitempty"` - RiskCategoryIdlte *string `json:"riskCategoryIDLTE,omitempty"` RiskCategoryIDContains *string `json:"riskCategoryIDContains,omitempty"` RiskCategoryIDHasPrefix *string `json:"riskCategoryIDHasPrefix,omitempty"` RiskCategoryIDHasSuffix *string `json:"riskCategoryIDHasSuffix,omitempty"` @@ -33593,10 +29248,6 @@ type RiskWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -33609,10 +29260,6 @@ type RiskWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -33625,10 +29272,6 @@ type RiskWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -33641,10 +29284,6 @@ type RiskWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -33662,10 +29301,6 @@ type RiskWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -33678,10 +29313,6 @@ type RiskWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -33690,25 +29321,18 @@ type RiskWhereInput struct { IntegrationIDEqualFold *string `json:"integrationIDEqualFold,omitempty"` IntegrationIDContainsFold *string `json:"integrationIDContainsFold,omitempty"` // observed_at field predicates - ObservedAt *models.DateTime `json:"observedAt,omitempty"` - ObservedAtNeq *models.DateTime `json:"observedAtNEQ,omitempty"` - ObservedAtIn []*models.DateTime `json:"observedAtIn,omitempty"` - ObservedAtNotIn []*models.DateTime `json:"observedAtNotIn,omitempty"` - ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` - ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` - ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` - ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` - ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` - ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` + ObservedAt *models.DateTime `json:"observedAt,omitempty"` + ObservedAtGt *models.DateTime `json:"observedAtGT,omitempty"` + ObservedAtGte *models.DateTime `json:"observedAtGTE,omitempty"` + ObservedAtLt *models.DateTime `json:"observedAtLT,omitempty"` + ObservedAtLte *models.DateTime `json:"observedAtLTE,omitempty"` + ObservedAtIsNil *bool `json:"observedAtIsNil,omitempty"` + ObservedAtNotNil *bool `json:"observedAtNotNil,omitempty"` // external_uuid field predicates ExternalUUID *string `json:"externalUUID,omitempty"` ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -33721,10 +29345,6 @@ type RiskWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -33752,25 +29372,19 @@ type RiskWhereInput struct { LikelihoodIsNil *bool `json:"likelihoodIsNil,omitempty"` LikelihoodNotNil *bool `json:"likelihoodNotNil,omitempty"` // score field predicates - Score *int64 `json:"score,omitempty"` - ScoreNeq *int64 `json:"scoreNEQ,omitempty"` - ScoreIn []int64 `json:"scoreIn,omitempty"` - ScoreNotIn []int64 `json:"scoreNotIn,omitempty"` - ScoreGt *int64 `json:"scoreGT,omitempty"` - ScoreGte *int64 `json:"scoreGTE,omitempty"` - ScoreLt *int64 `json:"scoreLT,omitempty"` - ScoreLte *int64 `json:"scoreLTE,omitempty"` - ScoreIsNil *bool `json:"scoreIsNil,omitempty"` - ScoreNotNil *bool `json:"scoreNotNil,omitempty"` + Score *int64 `json:"score,omitempty"` + ScoreNeq *int64 `json:"scoreNEQ,omitempty"` + ScoreGt *int64 `json:"scoreGT,omitempty"` + ScoreGte *int64 `json:"scoreGTE,omitempty"` + ScoreLt *int64 `json:"scoreLT,omitempty"` + ScoreLte *int64 `json:"scoreLTE,omitempty"` + ScoreIsNil *bool `json:"scoreIsNil,omitempty"` + ScoreNotNil *bool `json:"scoreNotNil,omitempty"` // mitigation field predicates Mitigation *string `json:"mitigation,omitempty"` MitigationNeq *string `json:"mitigationNEQ,omitempty"` MitigationIn []string `json:"mitigationIn,omitempty"` MitigationNotIn []string `json:"mitigationNotIn,omitempty"` - MitigationGt *string `json:"mitigationGT,omitempty"` - MitigationGte *string `json:"mitigationGTE,omitempty"` - MitigationLt *string `json:"mitigationLT,omitempty"` - MitigationLte *string `json:"mitigationLTE,omitempty"` MitigationContains *string `json:"mitigationContains,omitempty"` MitigationHasPrefix *string `json:"mitigationHasPrefix,omitempty"` MitigationHasSuffix *string `json:"mitigationHasSuffix,omitempty"` @@ -33783,10 +29397,6 @@ type RiskWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -33799,10 +29409,6 @@ type RiskWhereInput struct { BusinessCostsNeq *string `json:"businessCostsNEQ,omitempty"` BusinessCostsIn []string `json:"businessCostsIn,omitempty"` BusinessCostsNotIn []string `json:"businessCostsNotIn,omitempty"` - BusinessCostsGt *string `json:"businessCostsGT,omitempty"` - BusinessCostsGte *string `json:"businessCostsGTE,omitempty"` - BusinessCostsLt *string `json:"businessCostsLT,omitempty"` - BusinessCostsLte *string `json:"businessCostsLTE,omitempty"` BusinessCostsContains *string `json:"businessCostsContains,omitempty"` BusinessCostsHasPrefix *string `json:"businessCostsHasPrefix,omitempty"` BusinessCostsHasSuffix *string `json:"businessCostsHasSuffix,omitempty"` @@ -33815,10 +29421,6 @@ type RiskWhereInput struct { StakeholderIdneq *string `json:"stakeholderIDNEQ,omitempty"` StakeholderIDIn []string `json:"stakeholderIDIn,omitempty"` StakeholderIDNotIn []string `json:"stakeholderIDNotIn,omitempty"` - StakeholderIdgt *string `json:"stakeholderIDGT,omitempty"` - StakeholderIdgte *string `json:"stakeholderIDGTE,omitempty"` - StakeholderIdlt *string `json:"stakeholderIDLT,omitempty"` - StakeholderIdlte *string `json:"stakeholderIDLTE,omitempty"` StakeholderIDContains *string `json:"stakeholderIDContains,omitempty"` StakeholderIDHasPrefix *string `json:"stakeholderIDHasPrefix,omitempty"` StakeholderIDHasSuffix *string `json:"stakeholderIDHasSuffix,omitempty"` @@ -33831,10 +29433,6 @@ type RiskWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -33843,32 +29441,26 @@ type RiskWhereInput struct { DelegateIDEqualFold *string `json:"delegateIDEqualFold,omitempty"` DelegateIDContainsFold *string `json:"delegateIDContainsFold,omitempty"` // mitigated_at field predicates - MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` - MitigatedAtNeq *models.DateTime `json:"mitigatedAtNEQ,omitempty"` - MitigatedAtIn []*models.DateTime `json:"mitigatedAtIn,omitempty"` - MitigatedAtNotIn []*models.DateTime `json:"mitigatedAtNotIn,omitempty"` - MitigatedAtGt *models.DateTime `json:"mitigatedAtGT,omitempty"` - MitigatedAtGte *models.DateTime `json:"mitigatedAtGTE,omitempty"` - MitigatedAtLt *models.DateTime `json:"mitigatedAtLT,omitempty"` - MitigatedAtLte *models.DateTime `json:"mitigatedAtLTE,omitempty"` - MitigatedAtIsNil *bool `json:"mitigatedAtIsNil,omitempty"` - MitigatedAtNotNil *bool `json:"mitigatedAtNotNil,omitempty"` + MitigatedAt *models.DateTime `json:"mitigatedAt,omitempty"` + MitigatedAtGt *models.DateTime `json:"mitigatedAtGT,omitempty"` + MitigatedAtGte *models.DateTime `json:"mitigatedAtGTE,omitempty"` + MitigatedAtLt *models.DateTime `json:"mitigatedAtLT,omitempty"` + MitigatedAtLte *models.DateTime `json:"mitigatedAtLTE,omitempty"` + MitigatedAtIsNil *bool `json:"mitigatedAtIsNil,omitempty"` + MitigatedAtNotNil *bool `json:"mitigatedAtNotNil,omitempty"` // review_required field predicates ReviewRequired *bool `json:"reviewRequired,omitempty"` ReviewRequiredNeq *bool `json:"reviewRequiredNEQ,omitempty"` ReviewRequiredIsNil *bool `json:"reviewRequiredIsNil,omitempty"` ReviewRequiredNotNil *bool `json:"reviewRequiredNotNil,omitempty"` // last_reviewed_at field predicates - LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` - LastReviewedAtNeq *models.DateTime `json:"lastReviewedAtNEQ,omitempty"` - LastReviewedAtIn []*models.DateTime `json:"lastReviewedAtIn,omitempty"` - LastReviewedAtNotIn []*models.DateTime `json:"lastReviewedAtNotIn,omitempty"` - LastReviewedAtGt *models.DateTime `json:"lastReviewedAtGT,omitempty"` - LastReviewedAtGte *models.DateTime `json:"lastReviewedAtGTE,omitempty"` - LastReviewedAtLt *models.DateTime `json:"lastReviewedAtLT,omitempty"` - LastReviewedAtLte *models.DateTime `json:"lastReviewedAtLTE,omitempty"` - LastReviewedAtIsNil *bool `json:"lastReviewedAtIsNil,omitempty"` - LastReviewedAtNotNil *bool `json:"lastReviewedAtNotNil,omitempty"` + LastReviewedAt *models.DateTime `json:"lastReviewedAt,omitempty"` + LastReviewedAtGt *models.DateTime `json:"lastReviewedAtGT,omitempty"` + LastReviewedAtGte *models.DateTime `json:"lastReviewedAtGTE,omitempty"` + LastReviewedAtLt *models.DateTime `json:"lastReviewedAtLT,omitempty"` + LastReviewedAtLte *models.DateTime `json:"lastReviewedAtLTE,omitempty"` + LastReviewedAtIsNil *bool `json:"lastReviewedAtIsNil,omitempty"` + LastReviewedAtNotNil *bool `json:"lastReviewedAtNotNil,omitempty"` // review_frequency field predicates ReviewFrequency *enums.Frequency `json:"reviewFrequency,omitempty"` ReviewFrequencyNeq *enums.Frequency `json:"reviewFrequencyNEQ,omitempty"` @@ -33877,38 +29469,30 @@ type RiskWhereInput struct { ReviewFrequencyIsNil *bool `json:"reviewFrequencyIsNil,omitempty"` ReviewFrequencyNotNil *bool `json:"reviewFrequencyNotNil,omitempty"` // due_date field predicates - DueDate *models.DateTime `json:"dueDate,omitempty"` - DueDateNeq *models.DateTime `json:"dueDateNEQ,omitempty"` - DueDateIn []*models.DateTime `json:"dueDateIn,omitempty"` - DueDateNotIn []*models.DateTime `json:"dueDateNotIn,omitempty"` - DueDateGt *models.DateTime `json:"dueDateGT,omitempty"` - DueDateGte *models.DateTime `json:"dueDateGTE,omitempty"` - DueDateLt *models.DateTime `json:"dueDateLT,omitempty"` - DueDateLte *models.DateTime `json:"dueDateLTE,omitempty"` - DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` - DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` + DueDate *models.DateTime `json:"dueDate,omitempty"` + DueDateGt *models.DateTime `json:"dueDateGT,omitempty"` + DueDateGte *models.DateTime `json:"dueDateGTE,omitempty"` + DueDateLt *models.DateTime `json:"dueDateLT,omitempty"` + DueDateLte *models.DateTime `json:"dueDateLTE,omitempty"` + DueDateIsNil *bool `json:"dueDateIsNil,omitempty"` + DueDateNotNil *bool `json:"dueDateNotNil,omitempty"` // next_review_due_at field predicates - NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` - NextReviewDueAtNeq *models.DateTime `json:"nextReviewDueAtNEQ,omitempty"` - NextReviewDueAtIn []*models.DateTime `json:"nextReviewDueAtIn,omitempty"` - NextReviewDueAtNotIn []*models.DateTime `json:"nextReviewDueAtNotIn,omitempty"` - NextReviewDueAtGt *models.DateTime `json:"nextReviewDueAtGT,omitempty"` - NextReviewDueAtGte *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` - NextReviewDueAtLt *models.DateTime `json:"nextReviewDueAtLT,omitempty"` - NextReviewDueAtLte *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` - NextReviewDueAtIsNil *bool `json:"nextReviewDueAtIsNil,omitempty"` - NextReviewDueAtNotNil *bool `json:"nextReviewDueAtNotNil,omitempty"` + NextReviewDueAt *models.DateTime `json:"nextReviewDueAt,omitempty"` + NextReviewDueAtGt *models.DateTime `json:"nextReviewDueAtGT,omitempty"` + NextReviewDueAtGte *models.DateTime `json:"nextReviewDueAtGTE,omitempty"` + NextReviewDueAtLt *models.DateTime `json:"nextReviewDueAtLT,omitempty"` + NextReviewDueAtLte *models.DateTime `json:"nextReviewDueAtLTE,omitempty"` + NextReviewDueAtIsNil *bool `json:"nextReviewDueAtIsNil,omitempty"` + NextReviewDueAtNotNil *bool `json:"nextReviewDueAtNotNil,omitempty"` // residual_score field predicates - ResidualScore *int64 `json:"residualScore,omitempty"` - ResidualScoreNeq *int64 `json:"residualScoreNEQ,omitempty"` - ResidualScoreIn []int64 `json:"residualScoreIn,omitempty"` - ResidualScoreNotIn []int64 `json:"residualScoreNotIn,omitempty"` - ResidualScoreGt *int64 `json:"residualScoreGT,omitempty"` - ResidualScoreGte *int64 `json:"residualScoreGTE,omitempty"` - ResidualScoreLt *int64 `json:"residualScoreLT,omitempty"` - ResidualScoreLte *int64 `json:"residualScoreLTE,omitempty"` - ResidualScoreIsNil *bool `json:"residualScoreIsNil,omitempty"` - ResidualScoreNotNil *bool `json:"residualScoreNotNil,omitempty"` + ResidualScore *int64 `json:"residualScore,omitempty"` + ResidualScoreNeq *int64 `json:"residualScoreNEQ,omitempty"` + ResidualScoreGt *int64 `json:"residualScoreGT,omitempty"` + ResidualScoreGte *int64 `json:"residualScoreGTE,omitempty"` + ResidualScoreLt *int64 `json:"residualScoreLT,omitempty"` + ResidualScoreLte *int64 `json:"residualScoreLTE,omitempty"` + ResidualScoreIsNil *bool `json:"residualScoreIsNil,omitempty"` + ResidualScoreNotNil *bool `json:"residualScoreNotNil,omitempty"` // risk_decision field predicates RiskDecision *enums.RiskDecision `json:"riskDecision,omitempty"` RiskDecisionNeq *enums.RiskDecision `json:"riskDecisionNEQ,omitempty"` @@ -34112,43 +29696,29 @@ type SLADefinitionWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -34161,10 +29731,6 @@ type SLADefinitionWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -34177,10 +29743,6 @@ type SLADefinitionWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -34193,10 +29755,6 @@ type SLADefinitionWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -34207,10 +29765,6 @@ type SLADefinitionWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -34219,14 +29773,12 @@ type SLADefinitionWhereInput struct { OwnerIDEqualFold *string `json:"ownerIDEqualFold,omitempty"` OwnerIDContainsFold *string `json:"ownerIDContainsFold,omitempty"` // sla_days field predicates - SLADays *int64 `json:"slaDays,omitempty"` - SLADaysNeq *int64 `json:"slaDaysNEQ,omitempty"` - SLADaysIn []int64 `json:"slaDaysIn,omitempty"` - SLADaysNotIn []int64 `json:"slaDaysNotIn,omitempty"` - SLADaysGt *int64 `json:"slaDaysGT,omitempty"` - SLADaysGte *int64 `json:"slaDaysGTE,omitempty"` - SLADaysLt *int64 `json:"slaDaysLT,omitempty"` - SLADaysLte *int64 `json:"slaDaysLTE,omitempty"` + SLADays *int64 `json:"slaDays,omitempty"` + SLADaysNeq *int64 `json:"slaDaysNEQ,omitempty"` + SLADaysGt *int64 `json:"slaDaysGT,omitempty"` + SLADaysGte *int64 `json:"slaDaysGTE,omitempty"` + SLADaysLt *int64 `json:"slaDaysLT,omitempty"` + SLADaysLte *int64 `json:"slaDaysLTE,omitempty"` // security_level field predicates SecurityLevel *enums.SecurityLevel `json:"securityLevel,omitempty"` SecurityLevelNeq *enums.SecurityLevel `json:"securityLevelNEQ,omitempty"` @@ -34418,43 +29970,29 @@ type ScanWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -34467,10 +30005,6 @@ type ScanWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -34483,10 +30017,6 @@ type ScanWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -34499,10 +30029,6 @@ type ScanWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -34520,10 +30046,6 @@ type ScanWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -34536,10 +30058,6 @@ type ScanWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -34552,10 +30070,6 @@ type ScanWhereInput struct { ReviewedByNeq *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGt *string `json:"reviewedByGT,omitempty"` - ReviewedByGte *string `json:"reviewedByGTE,omitempty"` - ReviewedByLt *string `json:"reviewedByLT,omitempty"` - ReviewedByLte *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -34568,10 +30082,6 @@ type ScanWhereInput struct { ReviewedByUserIdneq *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIdgt *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIdgte *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIdlt *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIdlte *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -34584,10 +30094,6 @@ type ScanWhereInput struct { ReviewedByGroupIdneq *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIdgt *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIdgte *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIdlt *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIdlte *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -34600,10 +30106,6 @@ type ScanWhereInput struct { AssignedToNeq *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGt *string `json:"assignedToGT,omitempty"` - AssignedToGte *string `json:"assignedToGTE,omitempty"` - AssignedToLt *string `json:"assignedToLT,omitempty"` - AssignedToLte *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -34616,10 +30118,6 @@ type ScanWhereInput struct { AssignedToUserIdneq *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIdgt *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIdgte *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIdlt *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIdlte *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -34632,10 +30130,6 @@ type ScanWhereInput struct { AssignedToGroupIdneq *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIdgt *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIdgte *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIdlt *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIdlte *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -34648,10 +30142,6 @@ type ScanWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -34664,10 +30154,6 @@ type ScanWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -34680,10 +30166,6 @@ type ScanWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -34696,10 +30178,6 @@ type ScanWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -34712,10 +30190,6 @@ type ScanWhereInput struct { TargetNeq *string `json:"targetNEQ,omitempty"` TargetIn []string `json:"targetIn,omitempty"` TargetNotIn []string `json:"targetNotIn,omitempty"` - TargetGt *string `json:"targetGT,omitempty"` - TargetGte *string `json:"targetGTE,omitempty"` - TargetLt *string `json:"targetLT,omitempty"` - TargetLte *string `json:"targetLTE,omitempty"` TargetContains *string `json:"targetContains,omitempty"` TargetHasPrefix *string `json:"targetHasPrefix,omitempty"` TargetHasSuffix *string `json:"targetHasSuffix,omitempty"` @@ -34727,36 +30201,26 @@ type ScanWhereInput struct { ScanTypeIn []enums.ScanType `json:"scanTypeIn,omitempty"` ScanTypeNotIn []enums.ScanType `json:"scanTypeNotIn,omitempty"` // scan_date field predicates - ScanDate *models.DateTime `json:"scanDate,omitempty"` - ScanDateNeq *models.DateTime `json:"scanDateNEQ,omitempty"` - ScanDateIn []*models.DateTime `json:"scanDateIn,omitempty"` - ScanDateNotIn []*models.DateTime `json:"scanDateNotIn,omitempty"` - ScanDateGt *models.DateTime `json:"scanDateGT,omitempty"` - ScanDateGte *models.DateTime `json:"scanDateGTE,omitempty"` - ScanDateLt *models.DateTime `json:"scanDateLT,omitempty"` - ScanDateLte *models.DateTime `json:"scanDateLTE,omitempty"` - ScanDateIsNil *bool `json:"scanDateIsNil,omitempty"` - ScanDateNotNil *bool `json:"scanDateNotNil,omitempty"` + ScanDate *models.DateTime `json:"scanDate,omitempty"` + ScanDateGt *models.DateTime `json:"scanDateGT,omitempty"` + ScanDateGte *models.DateTime `json:"scanDateGTE,omitempty"` + ScanDateLt *models.DateTime `json:"scanDateLT,omitempty"` + ScanDateLte *models.DateTime `json:"scanDateLTE,omitempty"` + ScanDateIsNil *bool `json:"scanDateIsNil,omitempty"` + ScanDateNotNil *bool `json:"scanDateNotNil,omitempty"` // next_scan_run_at field predicates - NextScanRunAt *models.DateTime `json:"nextScanRunAt,omitempty"` - NextScanRunAtNeq *models.DateTime `json:"nextScanRunAtNEQ,omitempty"` - NextScanRunAtIn []*models.DateTime `json:"nextScanRunAtIn,omitempty"` - NextScanRunAtNotIn []*models.DateTime `json:"nextScanRunAtNotIn,omitempty"` - NextScanRunAtGt *models.DateTime `json:"nextScanRunAtGT,omitempty"` - NextScanRunAtGte *models.DateTime `json:"nextScanRunAtGTE,omitempty"` - NextScanRunAtLt *models.DateTime `json:"nextScanRunAtLT,omitempty"` - NextScanRunAtLte *models.DateTime `json:"nextScanRunAtLTE,omitempty"` - NextScanRunAtIsNil *bool `json:"nextScanRunAtIsNil,omitempty"` - NextScanRunAtNotNil *bool `json:"nextScanRunAtNotNil,omitempty"` + NextScanRunAt *models.DateTime `json:"nextScanRunAt,omitempty"` + NextScanRunAtGt *models.DateTime `json:"nextScanRunAtGT,omitempty"` + NextScanRunAtGte *models.DateTime `json:"nextScanRunAtGTE,omitempty"` + NextScanRunAtLt *models.DateTime `json:"nextScanRunAtLT,omitempty"` + NextScanRunAtLte *models.DateTime `json:"nextScanRunAtLTE,omitempty"` + NextScanRunAtIsNil *bool `json:"nextScanRunAtIsNil,omitempty"` + NextScanRunAtNotNil *bool `json:"nextScanRunAtNotNil,omitempty"` // performed_by field predicates PerformedBy *string `json:"performedBy,omitempty"` PerformedByNeq *string `json:"performedByNEQ,omitempty"` PerformedByIn []string `json:"performedByIn,omitempty"` PerformedByNotIn []string `json:"performedByNotIn,omitempty"` - PerformedByGt *string `json:"performedByGT,omitempty"` - PerformedByGte *string `json:"performedByGTE,omitempty"` - PerformedByLt *string `json:"performedByLT,omitempty"` - PerformedByLte *string `json:"performedByLTE,omitempty"` PerformedByContains *string `json:"performedByContains,omitempty"` PerformedByHasPrefix *string `json:"performedByHasPrefix,omitempty"` PerformedByHasSuffix *string `json:"performedByHasSuffix,omitempty"` @@ -34769,10 +30233,6 @@ type ScanWhereInput struct { PerformedByUserIdneq *string `json:"performedByUserIDNEQ,omitempty"` PerformedByUserIDIn []string `json:"performedByUserIDIn,omitempty"` PerformedByUserIDNotIn []string `json:"performedByUserIDNotIn,omitempty"` - PerformedByUserIdgt *string `json:"performedByUserIDGT,omitempty"` - PerformedByUserIdgte *string `json:"performedByUserIDGTE,omitempty"` - PerformedByUserIdlt *string `json:"performedByUserIDLT,omitempty"` - PerformedByUserIdlte *string `json:"performedByUserIDLTE,omitempty"` PerformedByUserIDContains *string `json:"performedByUserIDContains,omitempty"` PerformedByUserIDHasPrefix *string `json:"performedByUserIDHasPrefix,omitempty"` PerformedByUserIDHasSuffix *string `json:"performedByUserIDHasSuffix,omitempty"` @@ -34785,10 +30245,6 @@ type ScanWhereInput struct { PerformedByGroupIdneq *string `json:"performedByGroupIDNEQ,omitempty"` PerformedByGroupIDIn []string `json:"performedByGroupIDIn,omitempty"` PerformedByGroupIDNotIn []string `json:"performedByGroupIDNotIn,omitempty"` - PerformedByGroupIdgt *string `json:"performedByGroupIDGT,omitempty"` - PerformedByGroupIdgte *string `json:"performedByGroupIDGTE,omitempty"` - PerformedByGroupIdlt *string `json:"performedByGroupIDLT,omitempty"` - PerformedByGroupIdlte *string `json:"performedByGroupIDLTE,omitempty"` PerformedByGroupIDContains *string `json:"performedByGroupIDContains,omitempty"` PerformedByGroupIDHasPrefix *string `json:"performedByGroupIDHasPrefix,omitempty"` PerformedByGroupIDHasSuffix *string `json:"performedByGroupIDHasSuffix,omitempty"` @@ -34801,10 +30257,6 @@ type ScanWhereInput struct { GeneratedByPlatformIdneq *string `json:"generatedByPlatformIDNEQ,omitempty"` GeneratedByPlatformIDIn []string `json:"generatedByPlatformIDIn,omitempty"` GeneratedByPlatformIDNotIn []string `json:"generatedByPlatformIDNotIn,omitempty"` - GeneratedByPlatformIdgt *string `json:"generatedByPlatformIDGT,omitempty"` - GeneratedByPlatformIdgte *string `json:"generatedByPlatformIDGTE,omitempty"` - GeneratedByPlatformIdlt *string `json:"generatedByPlatformIDLT,omitempty"` - GeneratedByPlatformIdlte *string `json:"generatedByPlatformIDLTE,omitempty"` GeneratedByPlatformIDContains *string `json:"generatedByPlatformIDContains,omitempty"` GeneratedByPlatformIDHasPrefix *string `json:"generatedByPlatformIDHasPrefix,omitempty"` GeneratedByPlatformIDHasSuffix *string `json:"generatedByPlatformIDHasSuffix,omitempty"` @@ -35076,43 +30528,29 @@ type ScheduledJobRunWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -35125,10 +30563,6 @@ type ScheduledJobRunWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -35141,10 +30575,6 @@ type ScheduledJobRunWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -35157,10 +30587,6 @@ type ScheduledJobRunWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -35173,10 +30599,6 @@ type ScheduledJobRunWhereInput struct { JobRunnerIdneq *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIdgt *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIdgte *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIdlt *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIdlte *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -35192,33 +30614,22 @@ type ScheduledJobRunWhereInput struct { ScheduledJobIdneq *string `json:"scheduledJobIDNEQ,omitempty"` ScheduledJobIDIn []string `json:"scheduledJobIDIn,omitempty"` ScheduledJobIDNotIn []string `json:"scheduledJobIDNotIn,omitempty"` - ScheduledJobIdgt *string `json:"scheduledJobIDGT,omitempty"` - ScheduledJobIdgte *string `json:"scheduledJobIDGTE,omitempty"` - ScheduledJobIdlt *string `json:"scheduledJobIDLT,omitempty"` - ScheduledJobIdlte *string `json:"scheduledJobIDLTE,omitempty"` ScheduledJobIDContains *string `json:"scheduledJobIDContains,omitempty"` ScheduledJobIDHasPrefix *string `json:"scheduledJobIDHasPrefix,omitempty"` ScheduledJobIDHasSuffix *string `json:"scheduledJobIDHasSuffix,omitempty"` ScheduledJobIDEqualFold *string `json:"scheduledJobIDEqualFold,omitempty"` ScheduledJobIDContainsFold *string `json:"scheduledJobIDContainsFold,omitempty"` // expected_execution_time field predicates - ExpectedExecutionTime *time.Time `json:"expectedExecutionTime,omitempty"` - ExpectedExecutionTimeNeq *time.Time `json:"expectedExecutionTimeNEQ,omitempty"` - ExpectedExecutionTimeIn []*time.Time `json:"expectedExecutionTimeIn,omitempty"` - ExpectedExecutionTimeNotIn []*time.Time `json:"expectedExecutionTimeNotIn,omitempty"` - ExpectedExecutionTimeGt *time.Time `json:"expectedExecutionTimeGT,omitempty"` - ExpectedExecutionTimeGte *time.Time `json:"expectedExecutionTimeGTE,omitempty"` - ExpectedExecutionTimeLt *time.Time `json:"expectedExecutionTimeLT,omitempty"` - ExpectedExecutionTimeLte *time.Time `json:"expectedExecutionTimeLTE,omitempty"` + ExpectedExecutionTime *time.Time `json:"expectedExecutionTime,omitempty"` + ExpectedExecutionTimeGt *time.Time `json:"expectedExecutionTimeGT,omitempty"` + ExpectedExecutionTimeGte *time.Time `json:"expectedExecutionTimeGTE,omitempty"` + ExpectedExecutionTimeLt *time.Time `json:"expectedExecutionTimeLT,omitempty"` + ExpectedExecutionTimeLte *time.Time `json:"expectedExecutionTimeLTE,omitempty"` // script field predicates Script *string `json:"script,omitempty"` ScriptNeq *string `json:"scriptNEQ,omitempty"` ScriptIn []string `json:"scriptIn,omitempty"` ScriptNotIn []string `json:"scriptNotIn,omitempty"` - ScriptGt *string `json:"scriptGT,omitempty"` - ScriptGte *string `json:"scriptGTE,omitempty"` - ScriptLt *string `json:"scriptLT,omitempty"` - ScriptLte *string `json:"scriptLTE,omitempty"` ScriptContains *string `json:"scriptContains,omitempty"` ScriptHasPrefix *string `json:"scriptHasPrefix,omitempty"` ScriptHasSuffix *string `json:"scriptHasSuffix,omitempty"` @@ -35252,43 +30663,29 @@ type ScheduledJobWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -35301,10 +30698,6 @@ type ScheduledJobWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -35317,10 +30710,6 @@ type ScheduledJobWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -35333,10 +30722,6 @@ type ScheduledJobWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -35347,10 +30732,6 @@ type ScheduledJobWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -35363,10 +30744,6 @@ type ScheduledJobWhereInput struct { JobIdneq *string `json:"jobIDNEQ,omitempty"` JobIDIn []string `json:"jobIDIn,omitempty"` JobIDNotIn []string `json:"jobIDNotIn,omitempty"` - JobIdgt *string `json:"jobIDGT,omitempty"` - JobIdgte *string `json:"jobIDGTE,omitempty"` - JobIdlt *string `json:"jobIDLT,omitempty"` - JobIdlte *string `json:"jobIDLTE,omitempty"` JobIDContains *string `json:"jobIDContains,omitempty"` JobIDHasPrefix *string `json:"jobIDHasPrefix,omitempty"` JobIDHasSuffix *string `json:"jobIDHasSuffix,omitempty"` @@ -35380,10 +30757,6 @@ type ScheduledJobWhereInput struct { JobRunnerIdneq *string `json:"jobRunnerIDNEQ,omitempty"` JobRunnerIDIn []string `json:"jobRunnerIDIn,omitempty"` JobRunnerIDNotIn []string `json:"jobRunnerIDNotIn,omitempty"` - JobRunnerIdgt *string `json:"jobRunnerIDGT,omitempty"` - JobRunnerIdgte *string `json:"jobRunnerIDGTE,omitempty"` - JobRunnerIdlt *string `json:"jobRunnerIDLT,omitempty"` - JobRunnerIdlte *string `json:"jobRunnerIDLTE,omitempty"` JobRunnerIDContains *string `json:"jobRunnerIDContains,omitempty"` JobRunnerIDHasPrefix *string `json:"jobRunnerIDHasPrefix,omitempty"` JobRunnerIDHasSuffix *string `json:"jobRunnerIDHasSuffix,omitempty"` @@ -35604,43 +30977,29 @@ type StandardWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -35653,10 +31012,6 @@ type StandardWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -35669,10 +31024,6 @@ type StandardWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -35685,10 +31036,6 @@ type StandardWhereInput struct { RevisionNeq *string `json:"revisionNEQ,omitempty"` RevisionIn []string `json:"revisionIn,omitempty"` RevisionNotIn []string `json:"revisionNotIn,omitempty"` - RevisionGt *string `json:"revisionGT,omitempty"` - RevisionGte *string `json:"revisionGTE,omitempty"` - RevisionLt *string `json:"revisionLT,omitempty"` - RevisionLte *string `json:"revisionLTE,omitempty"` RevisionContains *string `json:"revisionContains,omitempty"` RevisionHasPrefix *string `json:"revisionHasPrefix,omitempty"` RevisionHasSuffix *string `json:"revisionHasSuffix,omitempty"` @@ -35701,10 +31048,6 @@ type StandardWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -35722,10 +31065,6 @@ type StandardWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -35738,10 +31077,6 @@ type StandardWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -35754,10 +31089,6 @@ type StandardWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -35768,10 +31099,6 @@ type StandardWhereInput struct { ShortNameNeq *string `json:"shortNameNEQ,omitempty"` ShortNameIn []string `json:"shortNameIn,omitempty"` ShortNameNotIn []string `json:"shortNameNotIn,omitempty"` - ShortNameGt *string `json:"shortNameGT,omitempty"` - ShortNameGte *string `json:"shortNameGTE,omitempty"` - ShortNameLt *string `json:"shortNameLT,omitempty"` - ShortNameLte *string `json:"shortNameLTE,omitempty"` ShortNameContains *string `json:"shortNameContains,omitempty"` ShortNameHasPrefix *string `json:"shortNameHasPrefix,omitempty"` ShortNameHasSuffix *string `json:"shortNameHasSuffix,omitempty"` @@ -35784,10 +31111,6 @@ type StandardWhereInput struct { FrameworkNeq *string `json:"frameworkNEQ,omitempty"` FrameworkIn []string `json:"frameworkIn,omitempty"` FrameworkNotIn []string `json:"frameworkNotIn,omitempty"` - FrameworkGt *string `json:"frameworkGT,omitempty"` - FrameworkGte *string `json:"frameworkGTE,omitempty"` - FrameworkLt *string `json:"frameworkLT,omitempty"` - FrameworkLte *string `json:"frameworkLTE,omitempty"` FrameworkContains *string `json:"frameworkContains,omitempty"` FrameworkHasPrefix *string `json:"frameworkHasPrefix,omitempty"` FrameworkHasSuffix *string `json:"frameworkHasSuffix,omitempty"` @@ -35800,10 +31123,6 @@ type StandardWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -35816,10 +31135,6 @@ type StandardWhereInput struct { GoverningBodyLogoURLNeq *string `json:"governingBodyLogoURLNEQ,omitempty"` GoverningBodyLogoURLIn []string `json:"governingBodyLogoURLIn,omitempty"` GoverningBodyLogoURLNotIn []string `json:"governingBodyLogoURLNotIn,omitempty"` - GoverningBodyLogoURLGt *string `json:"governingBodyLogoURLGT,omitempty"` - GoverningBodyLogoURLGte *string `json:"governingBodyLogoURLGTE,omitempty"` - GoverningBodyLogoURLLt *string `json:"governingBodyLogoURLLT,omitempty"` - GoverningBodyLogoURLLte *string `json:"governingBodyLogoURLLTE,omitempty"` GoverningBodyLogoURLContains *string `json:"governingBodyLogoURLContains,omitempty"` GoverningBodyLogoURLHasPrefix *string `json:"governingBodyLogoURLHasPrefix,omitempty"` GoverningBodyLogoURLHasSuffix *string `json:"governingBodyLogoURLHasSuffix,omitempty"` @@ -35832,10 +31147,6 @@ type StandardWhereInput struct { GoverningBodyNeq *string `json:"governingBodyNEQ,omitempty"` GoverningBodyIn []string `json:"governingBodyIn,omitempty"` GoverningBodyNotIn []string `json:"governingBodyNotIn,omitempty"` - GoverningBodyGt *string `json:"governingBodyGT,omitempty"` - GoverningBodyGte *string `json:"governingBodyGTE,omitempty"` - GoverningBodyLt *string `json:"governingBodyLT,omitempty"` - GoverningBodyLte *string `json:"governingBodyLTE,omitempty"` GoverningBodyContains *string `json:"governingBodyContains,omitempty"` GoverningBodyHasPrefix *string `json:"governingBodyHasPrefix,omitempty"` GoverningBodyHasSuffix *string `json:"governingBodyHasSuffix,omitempty"` @@ -35848,10 +31159,6 @@ type StandardWhereInput struct { LinkNeq *string `json:"linkNEQ,omitempty"` LinkIn []string `json:"linkIn,omitempty"` LinkNotIn []string `json:"linkNotIn,omitempty"` - LinkGt *string `json:"linkGT,omitempty"` - LinkGte *string `json:"linkGTE,omitempty"` - LinkLt *string `json:"linkLT,omitempty"` - LinkLte *string `json:"linkLTE,omitempty"` LinkContains *string `json:"linkContains,omitempty"` LinkHasPrefix *string `json:"linkHasPrefix,omitempty"` LinkHasSuffix *string `json:"linkHasSuffix,omitempty"` @@ -35881,10 +31188,6 @@ type StandardWhereInput struct { StandardTypeNeq *string `json:"standardTypeNEQ,omitempty"` StandardTypeIn []string `json:"standardTypeIn,omitempty"` StandardTypeNotIn []string `json:"standardTypeNotIn,omitempty"` - StandardTypeGt *string `json:"standardTypeGT,omitempty"` - StandardTypeGte *string `json:"standardTypeGTE,omitempty"` - StandardTypeLt *string `json:"standardTypeLT,omitempty"` - StandardTypeLte *string `json:"standardTypeLTE,omitempty"` StandardTypeContains *string `json:"standardTypeContains,omitempty"` StandardTypeHasPrefix *string `json:"standardTypeHasPrefix,omitempty"` StandardTypeHasSuffix *string `json:"standardTypeHasSuffix,omitempty"` @@ -35897,10 +31200,6 @@ type StandardWhereInput struct { VersionNeq *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGt *string `json:"versionGT,omitempty"` - VersionGte *string `json:"versionGTE,omitempty"` - VersionLt *string `json:"versionLT,omitempty"` - VersionLte *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -35913,10 +31212,6 @@ type StandardWhereInput struct { LogoFileIdneq *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIdgt *string `json:"logoFileIDGT,omitempty"` - LogoFileIdgte *string `json:"logoFileIDGTE,omitempty"` - LogoFileIdlt *string `json:"logoFileIDLT,omitempty"` - LogoFileIdlte *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -36165,43 +31460,29 @@ type SubcontrolWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -36214,10 +31495,6 @@ type SubcontrolWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -36230,10 +31507,6 @@ type SubcontrolWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -36246,10 +31519,6 @@ type SubcontrolWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -36260,10 +31529,6 @@ type SubcontrolWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -36276,10 +31541,6 @@ type SubcontrolWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -36292,10 +31553,6 @@ type SubcontrolWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -36308,10 +31565,6 @@ type SubcontrolWhereInput struct { ReferenceIdneq *string `json:"referenceIDNEQ,omitempty"` ReferenceIDIn []string `json:"referenceIDIn,omitempty"` ReferenceIDNotIn []string `json:"referenceIDNotIn,omitempty"` - ReferenceIdgt *string `json:"referenceIDGT,omitempty"` - ReferenceIdgte *string `json:"referenceIDGTE,omitempty"` - ReferenceIdlt *string `json:"referenceIDLT,omitempty"` - ReferenceIdlte *string `json:"referenceIDLTE,omitempty"` ReferenceIDContains *string `json:"referenceIDContains,omitempty"` ReferenceIDHasPrefix *string `json:"referenceIDHasPrefix,omitempty"` ReferenceIDHasSuffix *string `json:"referenceIDHasSuffix,omitempty"` @@ -36324,10 +31577,6 @@ type SubcontrolWhereInput struct { AuditorReferenceIdneq *string `json:"auditorReferenceIDNEQ,omitempty"` AuditorReferenceIDIn []string `json:"auditorReferenceIDIn,omitempty"` AuditorReferenceIDNotIn []string `json:"auditorReferenceIDNotIn,omitempty"` - AuditorReferenceIdgt *string `json:"auditorReferenceIDGT,omitempty"` - AuditorReferenceIdgte *string `json:"auditorReferenceIDGTE,omitempty"` - AuditorReferenceIdlt *string `json:"auditorReferenceIDLT,omitempty"` - AuditorReferenceIdlte *string `json:"auditorReferenceIDLTE,omitempty"` AuditorReferenceIDContains *string `json:"auditorReferenceIDContains,omitempty"` AuditorReferenceIDHasPrefix *string `json:"auditorReferenceIDHasPrefix,omitempty"` AuditorReferenceIDHasSuffix *string `json:"auditorReferenceIDHasSuffix,omitempty"` @@ -36340,10 +31589,6 @@ type SubcontrolWhereInput struct { ResponsiblePartyIdneq *string `json:"responsiblePartyIDNEQ,omitempty"` ResponsiblePartyIDIn []string `json:"responsiblePartyIDIn,omitempty"` ResponsiblePartyIDNotIn []string `json:"responsiblePartyIDNotIn,omitempty"` - ResponsiblePartyIdgt *string `json:"responsiblePartyIDGT,omitempty"` - ResponsiblePartyIdgte *string `json:"responsiblePartyIDGTE,omitempty"` - ResponsiblePartyIdlt *string `json:"responsiblePartyIDLT,omitempty"` - ResponsiblePartyIdlte *string `json:"responsiblePartyIDLTE,omitempty"` ResponsiblePartyIDContains *string `json:"responsiblePartyIDContains,omitempty"` ResponsiblePartyIDHasPrefix *string `json:"responsiblePartyIDHasPrefix,omitempty"` ResponsiblePartyIDHasSuffix *string `json:"responsiblePartyIDHasSuffix,omitempty"` @@ -36370,10 +31615,6 @@ type SubcontrolWhereInput struct { ImplementationDescriptionNeq *string `json:"implementationDescriptionNEQ,omitempty"` ImplementationDescriptionIn []string `json:"implementationDescriptionIn,omitempty"` ImplementationDescriptionNotIn []string `json:"implementationDescriptionNotIn,omitempty"` - ImplementationDescriptionGt *string `json:"implementationDescriptionGT,omitempty"` - ImplementationDescriptionGte *string `json:"implementationDescriptionGTE,omitempty"` - ImplementationDescriptionLt *string `json:"implementationDescriptionLT,omitempty"` - ImplementationDescriptionLte *string `json:"implementationDescriptionLTE,omitempty"` ImplementationDescriptionContains *string `json:"implementationDescriptionContains,omitempty"` ImplementationDescriptionHasPrefix *string `json:"implementationDescriptionHasPrefix,omitempty"` ImplementationDescriptionHasSuffix *string `json:"implementationDescriptionHasSuffix,omitempty"` @@ -36386,10 +31627,6 @@ type SubcontrolWhereInput struct { PublicRepresentationNeq *string `json:"publicRepresentationNEQ,omitempty"` PublicRepresentationIn []string `json:"publicRepresentationIn,omitempty"` PublicRepresentationNotIn []string `json:"publicRepresentationNotIn,omitempty"` - PublicRepresentationGt *string `json:"publicRepresentationGT,omitempty"` - PublicRepresentationGte *string `json:"publicRepresentationGTE,omitempty"` - PublicRepresentationLt *string `json:"publicRepresentationLT,omitempty"` - PublicRepresentationLte *string `json:"publicRepresentationLTE,omitempty"` PublicRepresentationContains *string `json:"publicRepresentationContains,omitempty"` PublicRepresentationHasPrefix *string `json:"publicRepresentationHasPrefix,omitempty"` PublicRepresentationHasSuffix *string `json:"publicRepresentationHasSuffix,omitempty"` @@ -36409,10 +31646,6 @@ type SubcontrolWhereInput struct { SourceNameNeq *string `json:"sourceNameNEQ,omitempty"` SourceNameIn []string `json:"sourceNameIn,omitempty"` SourceNameNotIn []string `json:"sourceNameNotIn,omitempty"` - SourceNameGt *string `json:"sourceNameGT,omitempty"` - SourceNameGte *string `json:"sourceNameGTE,omitempty"` - SourceNameLt *string `json:"sourceNameLT,omitempty"` - SourceNameLte *string `json:"sourceNameLTE,omitempty"` SourceNameContains *string `json:"sourceNameContains,omitempty"` SourceNameHasPrefix *string `json:"sourceNameHasPrefix,omitempty"` SourceNameHasSuffix *string `json:"sourceNameHasSuffix,omitempty"` @@ -36425,10 +31658,6 @@ type SubcontrolWhereInput struct { ReferenceFrameworkNeq *string `json:"referenceFrameworkNEQ,omitempty"` ReferenceFrameworkIn []string `json:"referenceFrameworkIn,omitempty"` ReferenceFrameworkNotIn []string `json:"referenceFrameworkNotIn,omitempty"` - ReferenceFrameworkGt *string `json:"referenceFrameworkGT,omitempty"` - ReferenceFrameworkGte *string `json:"referenceFrameworkGTE,omitempty"` - ReferenceFrameworkLt *string `json:"referenceFrameworkLT,omitempty"` - ReferenceFrameworkLte *string `json:"referenceFrameworkLTE,omitempty"` ReferenceFrameworkContains *string `json:"referenceFrameworkContains,omitempty"` ReferenceFrameworkHasPrefix *string `json:"referenceFrameworkHasPrefix,omitempty"` ReferenceFrameworkHasSuffix *string `json:"referenceFrameworkHasSuffix,omitempty"` @@ -36441,10 +31670,6 @@ type SubcontrolWhereInput struct { ReferenceFrameworkRevisionNeq *string `json:"referenceFrameworkRevisionNEQ,omitempty"` ReferenceFrameworkRevisionIn []string `json:"referenceFrameworkRevisionIn,omitempty"` ReferenceFrameworkRevisionNotIn []string `json:"referenceFrameworkRevisionNotIn,omitempty"` - ReferenceFrameworkRevisionGt *string `json:"referenceFrameworkRevisionGT,omitempty"` - ReferenceFrameworkRevisionGte *string `json:"referenceFrameworkRevisionGTE,omitempty"` - ReferenceFrameworkRevisionLt *string `json:"referenceFrameworkRevisionLT,omitempty"` - ReferenceFrameworkRevisionLte *string `json:"referenceFrameworkRevisionLTE,omitempty"` ReferenceFrameworkRevisionContains *string `json:"referenceFrameworkRevisionContains,omitempty"` ReferenceFrameworkRevisionHasPrefix *string `json:"referenceFrameworkRevisionHasPrefix,omitempty"` ReferenceFrameworkRevisionHasSuffix *string `json:"referenceFrameworkRevisionHasSuffix,omitempty"` @@ -36457,10 +31682,6 @@ type SubcontrolWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -36473,10 +31694,6 @@ type SubcontrolWhereInput struct { CategoryIdneq *string `json:"categoryIDNEQ,omitempty"` CategoryIDIn []string `json:"categoryIDIn,omitempty"` CategoryIDNotIn []string `json:"categoryIDNotIn,omitempty"` - CategoryIdgt *string `json:"categoryIDGT,omitempty"` - CategoryIdgte *string `json:"categoryIDGTE,omitempty"` - CategoryIdlt *string `json:"categoryIDLT,omitempty"` - CategoryIdlte *string `json:"categoryIDLTE,omitempty"` CategoryIDContains *string `json:"categoryIDContains,omitempty"` CategoryIDHasPrefix *string `json:"categoryIDHasPrefix,omitempty"` CategoryIDHasSuffix *string `json:"categoryIDHasSuffix,omitempty"` @@ -36489,10 +31706,6 @@ type SubcontrolWhereInput struct { SubcategoryNeq *string `json:"subcategoryNEQ,omitempty"` SubcategoryIn []string `json:"subcategoryIn,omitempty"` SubcategoryNotIn []string `json:"subcategoryNotIn,omitempty"` - SubcategoryGt *string `json:"subcategoryGT,omitempty"` - SubcategoryGte *string `json:"subcategoryGTE,omitempty"` - SubcategoryLt *string `json:"subcategoryLT,omitempty"` - SubcategoryLte *string `json:"subcategoryLTE,omitempty"` SubcategoryContains *string `json:"subcategoryContains,omitempty"` SubcategoryHasPrefix *string `json:"subcategoryHasPrefix,omitempty"` SubcategoryHasSuffix *string `json:"subcategoryHasSuffix,omitempty"` @@ -36505,10 +31718,6 @@ type SubcontrolWhereInput struct { ControlOwnerIdneq *string `json:"controlOwnerIDNEQ,omitempty"` ControlOwnerIDIn []string `json:"controlOwnerIDIn,omitempty"` ControlOwnerIDNotIn []string `json:"controlOwnerIDNotIn,omitempty"` - ControlOwnerIdgt *string `json:"controlOwnerIDGT,omitempty"` - ControlOwnerIdgte *string `json:"controlOwnerIDGTE,omitempty"` - ControlOwnerIdlt *string `json:"controlOwnerIDLT,omitempty"` - ControlOwnerIdlte *string `json:"controlOwnerIDLTE,omitempty"` ControlOwnerIDContains *string `json:"controlOwnerIDContains,omitempty"` ControlOwnerIDHasPrefix *string `json:"controlOwnerIDHasPrefix,omitempty"` ControlOwnerIDHasSuffix *string `json:"controlOwnerIDHasSuffix,omitempty"` @@ -36521,10 +31730,6 @@ type SubcontrolWhereInput struct { DelegateIdneq *string `json:"delegateIDNEQ,omitempty"` DelegateIDIn []string `json:"delegateIDIn,omitempty"` DelegateIDNotIn []string `json:"delegateIDNotIn,omitempty"` - DelegateIdgt *string `json:"delegateIDGT,omitempty"` - DelegateIdgte *string `json:"delegateIDGTE,omitempty"` - DelegateIdlt *string `json:"delegateIDLT,omitempty"` - DelegateIdlte *string `json:"delegateIDLTE,omitempty"` DelegateIDContains *string `json:"delegateIDContains,omitempty"` DelegateIDHasPrefix *string `json:"delegateIDHasPrefix,omitempty"` DelegateIDHasSuffix *string `json:"delegateIDHasSuffix,omitempty"` @@ -36537,10 +31742,6 @@ type SubcontrolWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -36558,10 +31759,6 @@ type SubcontrolWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -36574,10 +31771,6 @@ type SubcontrolWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -36590,10 +31783,6 @@ type SubcontrolWhereInput struct { SubcontrolKindNameNeq *string `json:"subcontrolKindNameNEQ,omitempty"` SubcontrolKindNameIn []string `json:"subcontrolKindNameIn,omitempty"` SubcontrolKindNameNotIn []string `json:"subcontrolKindNameNotIn,omitempty"` - SubcontrolKindNameGt *string `json:"subcontrolKindNameGT,omitempty"` - SubcontrolKindNameGte *string `json:"subcontrolKindNameGTE,omitempty"` - SubcontrolKindNameLt *string `json:"subcontrolKindNameLT,omitempty"` - SubcontrolKindNameLte *string `json:"subcontrolKindNameLTE,omitempty"` SubcontrolKindNameContains *string `json:"subcontrolKindNameContains,omitempty"` SubcontrolKindNameHasPrefix *string `json:"subcontrolKindNameHasPrefix,omitempty"` SubcontrolKindNameHasSuffix *string `json:"subcontrolKindNameHasSuffix,omitempty"` @@ -36606,10 +31795,6 @@ type SubcontrolWhereInput struct { SubcontrolKindIdneq *string `json:"subcontrolKindIDNEQ,omitempty"` SubcontrolKindIDIn []string `json:"subcontrolKindIDIn,omitempty"` SubcontrolKindIDNotIn []string `json:"subcontrolKindIDNotIn,omitempty"` - SubcontrolKindIdgt *string `json:"subcontrolKindIDGT,omitempty"` - SubcontrolKindIdgte *string `json:"subcontrolKindIDGTE,omitempty"` - SubcontrolKindIdlt *string `json:"subcontrolKindIDLT,omitempty"` - SubcontrolKindIdlte *string `json:"subcontrolKindIDLTE,omitempty"` SubcontrolKindIDContains *string `json:"subcontrolKindIDContains,omitempty"` SubcontrolKindIDHasPrefix *string `json:"subcontrolKindIDHasPrefix,omitempty"` SubcontrolKindIDHasSuffix *string `json:"subcontrolKindIDHasSuffix,omitempty"` @@ -36627,10 +31812,6 @@ type SubcontrolWhereInput struct { RefCodeNeq *string `json:"refCodeNEQ,omitempty"` RefCodeIn []string `json:"refCodeIn,omitempty"` RefCodeNotIn []string `json:"refCodeNotIn,omitempty"` - RefCodeGt *string `json:"refCodeGT,omitempty"` - RefCodeGte *string `json:"refCodeGTE,omitempty"` - RefCodeLt *string `json:"refCodeLT,omitempty"` - RefCodeLte *string `json:"refCodeLTE,omitempty"` RefCodeContains *string `json:"refCodeContains,omitempty"` RefCodeHasPrefix *string `json:"refCodeHasPrefix,omitempty"` RefCodeHasSuffix *string `json:"refCodeHasSuffix,omitempty"` @@ -36641,10 +31822,6 @@ type SubcontrolWhereInput struct { ControlIdneq *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIdgt *string `json:"controlIDGT,omitempty"` - ControlIdgte *string `json:"controlIDGTE,omitempty"` - ControlIdlt *string `json:"controlIDLT,omitempty"` - ControlIdlte *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -36869,43 +32046,29 @@ type SubprocessorWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -36918,10 +32081,6 @@ type SubprocessorWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -36934,10 +32093,6 @@ type SubprocessorWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -36950,10 +32105,6 @@ type SubprocessorWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -36971,10 +32122,6 @@ type SubprocessorWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -36987,10 +32134,6 @@ type SubprocessorWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -37003,10 +32146,6 @@ type SubprocessorWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -37017,10 +32156,6 @@ type SubprocessorWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -37033,10 +32168,6 @@ type SubprocessorWhereInput struct { LogoRemoteURLNeq *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGt *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGte *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLt *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLte *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -37049,10 +32180,6 @@ type SubprocessorWhereInput struct { LogoFileIdneq *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIdgt *string `json:"logoFileIDGT,omitempty"` - LogoFileIdgte *string `json:"logoFileIDGTE,omitempty"` - LogoFileIdlt *string `json:"logoFileIDLT,omitempty"` - LogoFileIdlte *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -37179,43 +32306,29 @@ type SubscriberWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -37228,10 +32341,6 @@ type SubscriberWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -37244,10 +32353,6 @@ type SubscriberWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -37260,10 +32365,6 @@ type SubscriberWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -37276,10 +32377,6 @@ type SubscriberWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -37292,10 +32389,6 @@ type SubscriberWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -37306,10 +32399,6 @@ type SubscriberWhereInput struct { PhoneNumberNeq *string `json:"phoneNumberNEQ,omitempty"` PhoneNumberIn []string `json:"phoneNumberIn,omitempty"` PhoneNumberNotIn []string `json:"phoneNumberNotIn,omitempty"` - PhoneNumberGt *string `json:"phoneNumberGT,omitempty"` - PhoneNumberGte *string `json:"phoneNumberGTE,omitempty"` - PhoneNumberLt *string `json:"phoneNumberLT,omitempty"` - PhoneNumberLte *string `json:"phoneNumberLTE,omitempty"` PhoneNumberContains *string `json:"phoneNumberContains,omitempty"` PhoneNumberHasPrefix *string `json:"phoneNumberHasPrefix,omitempty"` PhoneNumberHasSuffix *string `json:"phoneNumberHasSuffix,omitempty"` @@ -37330,23 +32419,17 @@ type SubscriberWhereInput struct { Unsubscribed *bool `json:"unsubscribed,omitempty"` UnsubscribedNeq *bool `json:"unsubscribedNEQ,omitempty"` // send_attempts field predicates - SendAttempts *int64 `json:"sendAttempts,omitempty"` - SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` - SendAttemptsIn []int64 `json:"sendAttemptsIn,omitempty"` - SendAttemptsNotIn []int64 `json:"sendAttemptsNotIn,omitempty"` - SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` - SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` - SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` - SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` + SendAttempts *int64 `json:"sendAttempts,omitempty"` + SendAttemptsNeq *int64 `json:"sendAttemptsNEQ,omitempty"` + SendAttemptsGt *int64 `json:"sendAttemptsGT,omitempty"` + SendAttemptsGte *int64 `json:"sendAttemptsGTE,omitempty"` + SendAttemptsLt *int64 `json:"sendAttemptsLT,omitempty"` + SendAttemptsLte *int64 `json:"sendAttemptsLTE,omitempty"` // contact_id field predicates ContactID *string `json:"contactID,omitempty"` ContactIdneq *string `json:"contactIDNEQ,omitempty"` ContactIDIn []string `json:"contactIDIn,omitempty"` ContactIDNotIn []string `json:"contactIDNotIn,omitempty"` - ContactIdgt *string `json:"contactIDGT,omitempty"` - ContactIdgte *string `json:"contactIDGTE,omitempty"` - ContactIdlt *string `json:"contactIDLT,omitempty"` - ContactIdlte *string `json:"contactIDLTE,omitempty"` ContactIDContains *string `json:"contactIDContains,omitempty"` ContactIDHasPrefix *string `json:"contactIDHasPrefix,omitempty"` ContactIDHasSuffix *string `json:"contactIDHasSuffix,omitempty"` @@ -37359,10 +32442,6 @@ type SubscriberWhereInput struct { UserIdneq *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIdgt *string `json:"userIDGT,omitempty"` - UserIdgte *string `json:"userIDGTE,omitempty"` - UserIdlt *string `json:"userIDLT,omitempty"` - UserIdlte *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -37517,43 +32596,29 @@ type SystemDetailWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -37566,10 +32631,6 @@ type SystemDetailWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -37582,10 +32643,6 @@ type SystemDetailWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -37598,10 +32655,6 @@ type SystemDetailWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -37612,10 +32665,6 @@ type SystemDetailWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -37628,10 +32677,6 @@ type SystemDetailWhereInput struct { SystemNameNeq *string `json:"systemNameNEQ,omitempty"` SystemNameIn []string `json:"systemNameIn,omitempty"` SystemNameNotIn []string `json:"systemNameNotIn,omitempty"` - SystemNameGt *string `json:"systemNameGT,omitempty"` - SystemNameGte *string `json:"systemNameGTE,omitempty"` - SystemNameLt *string `json:"systemNameLT,omitempty"` - SystemNameLte *string `json:"systemNameLTE,omitempty"` SystemNameContains *string `json:"systemNameContains,omitempty"` SystemNameHasPrefix *string `json:"systemNameHasPrefix,omitempty"` SystemNameHasSuffix *string `json:"systemNameHasSuffix,omitempty"` @@ -37642,10 +32687,6 @@ type SystemDetailWhereInput struct { VersionNeq *string `json:"versionNEQ,omitempty"` VersionIn []string `json:"versionIn,omitempty"` VersionNotIn []string `json:"versionNotIn,omitempty"` - VersionGt *string `json:"versionGT,omitempty"` - VersionGte *string `json:"versionGTE,omitempty"` - VersionLt *string `json:"versionLT,omitempty"` - VersionLte *string `json:"versionLTE,omitempty"` VersionContains *string `json:"versionContains,omitempty"` VersionHasPrefix *string `json:"versionHasPrefix,omitempty"` VersionHasSuffix *string `json:"versionHasSuffix,omitempty"` @@ -37658,10 +32699,6 @@ type SystemDetailWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -37674,10 +32711,6 @@ type SystemDetailWhereInput struct { AuthorizationBoundaryNeq *string `json:"authorizationBoundaryNEQ,omitempty"` AuthorizationBoundaryIn []string `json:"authorizationBoundaryIn,omitempty"` AuthorizationBoundaryNotIn []string `json:"authorizationBoundaryNotIn,omitempty"` - AuthorizationBoundaryGt *string `json:"authorizationBoundaryGT,omitempty"` - AuthorizationBoundaryGte *string `json:"authorizationBoundaryGTE,omitempty"` - AuthorizationBoundaryLt *string `json:"authorizationBoundaryLT,omitempty"` - AuthorizationBoundaryLte *string `json:"authorizationBoundaryLTE,omitempty"` AuthorizationBoundaryContains *string `json:"authorizationBoundaryContains,omitempty"` AuthorizationBoundaryHasPrefix *string `json:"authorizationBoundaryHasPrefix,omitempty"` AuthorizationBoundaryHasSuffix *string `json:"authorizationBoundaryHasSuffix,omitempty"` @@ -37693,16 +32726,13 @@ type SystemDetailWhereInput struct { SensitivityLevelIsNil *bool `json:"sensitivityLevelIsNil,omitempty"` SensitivityLevelNotNil *bool `json:"sensitivityLevelNotNil,omitempty"` // last_reviewed field predicates - LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` - LastReviewedNeq *models.DateTime `json:"lastReviewedNEQ,omitempty"` - LastReviewedIn []*models.DateTime `json:"lastReviewedIn,omitempty"` - LastReviewedNotIn []*models.DateTime `json:"lastReviewedNotIn,omitempty"` - LastReviewedGt *models.DateTime `json:"lastReviewedGT,omitempty"` - LastReviewedGte *models.DateTime `json:"lastReviewedGTE,omitempty"` - LastReviewedLt *models.DateTime `json:"lastReviewedLT,omitempty"` - LastReviewedLte *models.DateTime `json:"lastReviewedLTE,omitempty"` - LastReviewedIsNil *bool `json:"lastReviewedIsNil,omitempty"` - LastReviewedNotNil *bool `json:"lastReviewedNotNil,omitempty"` + LastReviewed *models.DateTime `json:"lastReviewed,omitempty"` + LastReviewedGt *models.DateTime `json:"lastReviewedGT,omitempty"` + LastReviewedGte *models.DateTime `json:"lastReviewedGTE,omitempty"` + LastReviewedLt *models.DateTime `json:"lastReviewedLT,omitempty"` + LastReviewedLte *models.DateTime `json:"lastReviewedLTE,omitempty"` + LastReviewedIsNil *bool `json:"lastReviewedIsNil,omitempty"` + LastReviewedNotNil *bool `json:"lastReviewedNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -37793,43 +32823,29 @@ type TFASettingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -37842,10 +32858,6 @@ type TFASettingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -37858,10 +32870,6 @@ type TFASettingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -37974,43 +32982,29 @@ type TagDefinitionWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -38023,10 +33017,6 @@ type TagDefinitionWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -38039,10 +33029,6 @@ type TagDefinitionWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -38055,10 +33041,6 @@ type TagDefinitionWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -38076,10 +33058,6 @@ type TagDefinitionWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -38092,10 +33070,6 @@ type TagDefinitionWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -38108,10 +33082,6 @@ type TagDefinitionWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -38122,10 +33092,6 @@ type TagDefinitionWhereInput struct { SlugNeq *string `json:"slugNEQ,omitempty"` SlugIn []string `json:"slugIn,omitempty"` SlugNotIn []string `json:"slugNotIn,omitempty"` - SlugGt *string `json:"slugGT,omitempty"` - SlugGte *string `json:"slugGTE,omitempty"` - SlugLt *string `json:"slugLT,omitempty"` - SlugLte *string `json:"slugLTE,omitempty"` SlugContains *string `json:"slugContains,omitempty"` SlugHasPrefix *string `json:"slugHasPrefix,omitempty"` SlugHasSuffix *string `json:"slugHasSuffix,omitempty"` @@ -38138,10 +33104,6 @@ type TagDefinitionWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -38154,10 +33116,6 @@ type TagDefinitionWhereInput struct { ColorNeq *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGt *string `json:"colorGT,omitempty"` - ColorGte *string `json:"colorGTE,omitempty"` - ColorLt *string `json:"colorLT,omitempty"` - ColorLte *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -38359,43 +33317,29 @@ type TaskWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -38408,10 +33352,6 @@ type TaskWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -38424,10 +33364,6 @@ type TaskWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -38440,10 +33376,6 @@ type TaskWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -38454,10 +33386,6 @@ type TaskWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -38470,10 +33398,6 @@ type TaskWhereInput struct { TaskKindNameNeq *string `json:"taskKindNameNEQ,omitempty"` TaskKindNameIn []string `json:"taskKindNameIn,omitempty"` TaskKindNameNotIn []string `json:"taskKindNameNotIn,omitempty"` - TaskKindNameGt *string `json:"taskKindNameGT,omitempty"` - TaskKindNameGte *string `json:"taskKindNameGTE,omitempty"` - TaskKindNameLt *string `json:"taskKindNameLT,omitempty"` - TaskKindNameLte *string `json:"taskKindNameLTE,omitempty"` TaskKindNameContains *string `json:"taskKindNameContains,omitempty"` TaskKindNameHasPrefix *string `json:"taskKindNameHasPrefix,omitempty"` TaskKindNameHasSuffix *string `json:"taskKindNameHasSuffix,omitempty"` @@ -38486,10 +33410,6 @@ type TaskWhereInput struct { TaskKindIdneq *string `json:"taskKindIDNEQ,omitempty"` TaskKindIDIn []string `json:"taskKindIDIn,omitempty"` TaskKindIDNotIn []string `json:"taskKindIDNotIn,omitempty"` - TaskKindIdgt *string `json:"taskKindIDGT,omitempty"` - TaskKindIdgte *string `json:"taskKindIDGTE,omitempty"` - TaskKindIdlt *string `json:"taskKindIDLT,omitempty"` - TaskKindIdlte *string `json:"taskKindIDLTE,omitempty"` TaskKindIDContains *string `json:"taskKindIDContains,omitempty"` TaskKindIDHasPrefix *string `json:"taskKindIDHasPrefix,omitempty"` TaskKindIDHasSuffix *string `json:"taskKindIDHasSuffix,omitempty"` @@ -38502,10 +33422,6 @@ type TaskWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -38518,10 +33434,6 @@ type TaskWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -38534,10 +33446,6 @@ type TaskWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -38550,10 +33458,6 @@ type TaskWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -38571,10 +33475,6 @@ type TaskWhereInput struct { ExternalUUIDNeq *string `json:"externalUUIDNEQ,omitempty"` ExternalUUIDIn []string `json:"externalUUIDIn,omitempty"` ExternalUUIDNotIn []string `json:"externalUUIDNotIn,omitempty"` - ExternalUUIDGt *string `json:"externalUUIDGT,omitempty"` - ExternalUUIDGte *string `json:"externalUUIDGTE,omitempty"` - ExternalUUIDLt *string `json:"externalUUIDLT,omitempty"` - ExternalUUIDLte *string `json:"externalUUIDLTE,omitempty"` ExternalUUIDContains *string `json:"externalUUIDContains,omitempty"` ExternalUUIDHasPrefix *string `json:"externalUUIDHasPrefix,omitempty"` ExternalUUIDHasSuffix *string `json:"externalUUIDHasSuffix,omitempty"` @@ -38587,10 +33487,6 @@ type TaskWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -38601,10 +33497,6 @@ type TaskWhereInput struct { DetailsNeq *string `json:"detailsNEQ,omitempty"` DetailsIn []string `json:"detailsIn,omitempty"` DetailsNotIn []string `json:"detailsNotIn,omitempty"` - DetailsGt *string `json:"detailsGT,omitempty"` - DetailsGte *string `json:"detailsGTE,omitempty"` - DetailsLt *string `json:"detailsLT,omitempty"` - DetailsLte *string `json:"detailsLTE,omitempty"` DetailsContains *string `json:"detailsContains,omitempty"` DetailsHasPrefix *string `json:"detailsHasPrefix,omitempty"` DetailsHasSuffix *string `json:"detailsHasSuffix,omitempty"` @@ -38618,36 +33510,26 @@ type TaskWhereInput struct { StatusIn []enums.TaskStatus `json:"statusIn,omitempty"` StatusNotIn []enums.TaskStatus `json:"statusNotIn,omitempty"` // due field predicates - Due *models.DateTime `json:"due,omitempty"` - DueNeq *models.DateTime `json:"dueNEQ,omitempty"` - DueIn []*models.DateTime `json:"dueIn,omitempty"` - DueNotIn []*models.DateTime `json:"dueNotIn,omitempty"` - DueGt *models.DateTime `json:"dueGT,omitempty"` - DueGte *models.DateTime `json:"dueGTE,omitempty"` - DueLt *models.DateTime `json:"dueLT,omitempty"` - DueLte *models.DateTime `json:"dueLTE,omitempty"` - DueIsNil *bool `json:"dueIsNil,omitempty"` - DueNotNil *bool `json:"dueNotNil,omitempty"` + Due *models.DateTime `json:"due,omitempty"` + DueGt *models.DateTime `json:"dueGT,omitempty"` + DueGte *models.DateTime `json:"dueGTE,omitempty"` + DueLt *models.DateTime `json:"dueLT,omitempty"` + DueLte *models.DateTime `json:"dueLTE,omitempty"` + DueIsNil *bool `json:"dueIsNil,omitempty"` + DueNotNil *bool `json:"dueNotNil,omitempty"` // completed field predicates - Completed *models.DateTime `json:"completed,omitempty"` - CompletedNeq *models.DateTime `json:"completedNEQ,omitempty"` - CompletedIn []*models.DateTime `json:"completedIn,omitempty"` - CompletedNotIn []*models.DateTime `json:"completedNotIn,omitempty"` - CompletedGt *models.DateTime `json:"completedGT,omitempty"` - CompletedGte *models.DateTime `json:"completedGTE,omitempty"` - CompletedLt *models.DateTime `json:"completedLT,omitempty"` - CompletedLte *models.DateTime `json:"completedLTE,omitempty"` - CompletedIsNil *bool `json:"completedIsNil,omitempty"` - CompletedNotNil *bool `json:"completedNotNil,omitempty"` + Completed *models.DateTime `json:"completed,omitempty"` + CompletedGt *models.DateTime `json:"completedGT,omitempty"` + CompletedGte *models.DateTime `json:"completedGTE,omitempty"` + CompletedLt *models.DateTime `json:"completedLT,omitempty"` + CompletedLte *models.DateTime `json:"completedLTE,omitempty"` + CompletedIsNil *bool `json:"completedIsNil,omitempty"` + CompletedNotNil *bool `json:"completedNotNil,omitempty"` // assignee_id field predicates AssigneeID *string `json:"assigneeID,omitempty"` AssigneeIdneq *string `json:"assigneeIDNEQ,omitempty"` AssigneeIDIn []string `json:"assigneeIDIn,omitempty"` AssigneeIDNotIn []string `json:"assigneeIDNotIn,omitempty"` - AssigneeIdgt *string `json:"assigneeIDGT,omitempty"` - AssigneeIdgte *string `json:"assigneeIDGTE,omitempty"` - AssigneeIdlt *string `json:"assigneeIDLT,omitempty"` - AssigneeIdlte *string `json:"assigneeIDLTE,omitempty"` AssigneeIDContains *string `json:"assigneeIDContains,omitempty"` AssigneeIDHasPrefix *string `json:"assigneeIDHasPrefix,omitempty"` AssigneeIDHasSuffix *string `json:"assigneeIDHasSuffix,omitempty"` @@ -38660,10 +33542,6 @@ type TaskWhereInput struct { AssignerIdneq *string `json:"assignerIDNEQ,omitempty"` AssignerIDIn []string `json:"assignerIDIn,omitempty"` AssignerIDNotIn []string `json:"assignerIDNotIn,omitempty"` - AssignerIdgt *string `json:"assignerIDGT,omitempty"` - AssignerIdgte *string `json:"assignerIDGTE,omitempty"` - AssignerIdlt *string `json:"assignerIDLT,omitempty"` - AssignerIdlte *string `json:"assignerIDLTE,omitempty"` AssignerIDContains *string `json:"assignerIDContains,omitempty"` AssignerIDHasPrefix *string `json:"assignerIDHasPrefix,omitempty"` AssignerIDHasSuffix *string `json:"assignerIDHasSuffix,omitempty"` @@ -38681,23 +33559,17 @@ type TaskWhereInput struct { IsSuggested *bool `json:"isSuggested,omitempty"` IsSuggestedNeq *bool `json:"isSuggestedNEQ,omitempty"` // priority field predicates - Priority *int64 `json:"priority,omitempty"` - PriorityNeq *int64 `json:"priorityNEQ,omitempty"` - PriorityIn []int64 `json:"priorityIn,omitempty"` - PriorityNotIn []int64 `json:"priorityNotIn,omitempty"` - PriorityGt *int64 `json:"priorityGT,omitempty"` - PriorityGte *int64 `json:"priorityGTE,omitempty"` - PriorityLt *int64 `json:"priorityLT,omitempty"` - PriorityLte *int64 `json:"priorityLTE,omitempty"` + Priority *int64 `json:"priority,omitempty"` + PriorityNeq *int64 `json:"priorityNEQ,omitempty"` + PriorityGt *int64 `json:"priorityGT,omitempty"` + PriorityGte *int64 `json:"priorityGTE,omitempty"` + PriorityLt *int64 `json:"priorityLT,omitempty"` + PriorityLte *int64 `json:"priorityLTE,omitempty"` // source field predicates Source *string `json:"source,omitempty"` SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -38710,10 +33582,6 @@ type TaskWhereInput struct { SourceKeyNeq *string `json:"sourceKeyNEQ,omitempty"` SourceKeyIn []string `json:"sourceKeyIn,omitempty"` SourceKeyNotIn []string `json:"sourceKeyNotIn,omitempty"` - SourceKeyGt *string `json:"sourceKeyGT,omitempty"` - SourceKeyGte *string `json:"sourceKeyGTE,omitempty"` - SourceKeyLt *string `json:"sourceKeyLT,omitempty"` - SourceKeyLte *string `json:"sourceKeyLTE,omitempty"` SourceKeyContains *string `json:"sourceKeyContains,omitempty"` SourceKeyHasPrefix *string `json:"sourceKeyHasPrefix,omitempty"` SourceKeyHasSuffix *string `json:"sourceKeyHasSuffix,omitempty"` @@ -38726,10 +33594,6 @@ type TaskWhereInput struct { IdempotencyKeyNeq *string `json:"idempotencyKeyNEQ,omitempty"` IdempotencyKeyIn []string `json:"idempotencyKeyIn,omitempty"` IdempotencyKeyNotIn []string `json:"idempotencyKeyNotIn,omitempty"` - IdempotencyKeyGt *string `json:"idempotencyKeyGT,omitempty"` - IdempotencyKeyGte *string `json:"idempotencyKeyGTE,omitempty"` - IdempotencyKeyLt *string `json:"idempotencyKeyLT,omitempty"` - IdempotencyKeyLte *string `json:"idempotencyKeyLTE,omitempty"` IdempotencyKeyContains *string `json:"idempotencyKeyContains,omitempty"` IdempotencyKeyHasPrefix *string `json:"idempotencyKeyHasPrefix,omitempty"` IdempotencyKeyHasSuffix *string `json:"idempotencyKeyHasSuffix,omitempty"` @@ -38742,10 +33606,6 @@ type TaskWhereInput struct { ParentTaskIdneq *string `json:"parentTaskIDNEQ,omitempty"` ParentTaskIDIn []string `json:"parentTaskIDIn,omitempty"` ParentTaskIDNotIn []string `json:"parentTaskIDNotIn,omitempty"` - ParentTaskIdgt *string `json:"parentTaskIDGT,omitempty"` - ParentTaskIdgte *string `json:"parentTaskIDGTE,omitempty"` - ParentTaskIdlt *string `json:"parentTaskIDLT,omitempty"` - ParentTaskIdlte *string `json:"parentTaskIDLTE,omitempty"` ParentTaskIDContains *string `json:"parentTaskIDContains,omitempty"` ParentTaskIDHasPrefix *string `json:"parentTaskIDHasPrefix,omitempty"` ParentTaskIDHasSuffix *string `json:"parentTaskIDHasSuffix,omitempty"` @@ -39007,43 +33867,29 @@ type TemplateWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -39056,10 +33902,6 @@ type TemplateWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -39072,10 +33914,6 @@ type TemplateWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -39088,10 +33926,6 @@ type TemplateWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -39109,10 +33943,6 @@ type TemplateWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -39125,10 +33955,6 @@ type TemplateWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -39141,10 +33967,6 @@ type TemplateWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -39157,10 +33979,6 @@ type TemplateWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -39173,10 +33991,6 @@ type TemplateWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -39189,10 +34003,6 @@ type TemplateWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -39205,10 +34015,6 @@ type TemplateWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -39224,10 +34030,6 @@ type TemplateWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -39247,10 +34049,6 @@ type TemplateWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -39450,43 +34248,29 @@ type TrustCenterComplianceWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -39499,10 +34283,6 @@ type TrustCenterComplianceWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -39515,10 +34295,6 @@ type TrustCenterComplianceWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -39531,10 +34307,6 @@ type TrustCenterComplianceWhereInput struct { StandardIdneq *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIdgt *string `json:"standardIDGT,omitempty"` - StandardIdgte *string `json:"standardIDGTE,omitempty"` - StandardIdlt *string `json:"standardIDLT,omitempty"` - StandardIdlte *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -39545,10 +34317,6 @@ type TrustCenterComplianceWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -39720,43 +34488,29 @@ type TrustCenterDocWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -39769,10 +34523,6 @@ type TrustCenterDocWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -39785,10 +34535,6 @@ type TrustCenterDocWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -39801,10 +34547,6 @@ type TrustCenterDocWhereInput struct { TrustCenterDocKindNameNeq *string `json:"trustCenterDocKindNameNEQ,omitempty"` TrustCenterDocKindNameIn []string `json:"trustCenterDocKindNameIn,omitempty"` TrustCenterDocKindNameNotIn []string `json:"trustCenterDocKindNameNotIn,omitempty"` - TrustCenterDocKindNameGt *string `json:"trustCenterDocKindNameGT,omitempty"` - TrustCenterDocKindNameGte *string `json:"trustCenterDocKindNameGTE,omitempty"` - TrustCenterDocKindNameLt *string `json:"trustCenterDocKindNameLT,omitempty"` - TrustCenterDocKindNameLte *string `json:"trustCenterDocKindNameLTE,omitempty"` TrustCenterDocKindNameContains *string `json:"trustCenterDocKindNameContains,omitempty"` TrustCenterDocKindNameHasPrefix *string `json:"trustCenterDocKindNameHasPrefix,omitempty"` TrustCenterDocKindNameHasSuffix *string `json:"trustCenterDocKindNameHasSuffix,omitempty"` @@ -39817,10 +34559,6 @@ type TrustCenterDocWhereInput struct { TrustCenterDocKindIdneq *string `json:"trustCenterDocKindIDNEQ,omitempty"` TrustCenterDocKindIDIn []string `json:"trustCenterDocKindIDIn,omitempty"` TrustCenterDocKindIDNotIn []string `json:"trustCenterDocKindIDNotIn,omitempty"` - TrustCenterDocKindIdgt *string `json:"trustCenterDocKindIDGT,omitempty"` - TrustCenterDocKindIdgte *string `json:"trustCenterDocKindIDGTE,omitempty"` - TrustCenterDocKindIdlt *string `json:"trustCenterDocKindIDLT,omitempty"` - TrustCenterDocKindIdlte *string `json:"trustCenterDocKindIDLTE,omitempty"` TrustCenterDocKindIDContains *string `json:"trustCenterDocKindIDContains,omitempty"` TrustCenterDocKindIDHasPrefix *string `json:"trustCenterDocKindIDHasPrefix,omitempty"` TrustCenterDocKindIDHasSuffix *string `json:"trustCenterDocKindIDHasSuffix,omitempty"` @@ -39833,10 +34571,6 @@ type TrustCenterDocWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -39849,10 +34583,6 @@ type TrustCenterDocWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -39863,10 +34593,6 @@ type TrustCenterDocWhereInput struct { FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -39879,10 +34605,6 @@ type TrustCenterDocWhereInput struct { OriginalFileIdneq *string `json:"originalFileIDNEQ,omitempty"` OriginalFileIDIn []string `json:"originalFileIDIn,omitempty"` OriginalFileIDNotIn []string `json:"originalFileIDNotIn,omitempty"` - OriginalFileIdgt *string `json:"originalFileIDGT,omitempty"` - OriginalFileIdgte *string `json:"originalFileIDGTE,omitempty"` - OriginalFileIdlt *string `json:"originalFileIDLT,omitempty"` - OriginalFileIdlte *string `json:"originalFileIDLTE,omitempty"` OriginalFileIDContains *string `json:"originalFileIDContains,omitempty"` OriginalFileIDHasPrefix *string `json:"originalFileIDHasPrefix,omitempty"` OriginalFileIDHasSuffix *string `json:"originalFileIDHasSuffix,omitempty"` @@ -39914,10 +34636,6 @@ type TrustCenterDocWhereInput struct { StandardIdneq *string `json:"standardIDNEQ,omitempty"` StandardIDIn []string `json:"standardIDIn,omitempty"` StandardIDNotIn []string `json:"standardIDNotIn,omitempty"` - StandardIdgt *string `json:"standardIDGT,omitempty"` - StandardIdgte *string `json:"standardIDGTE,omitempty"` - StandardIdlt *string `json:"standardIDLT,omitempty"` - StandardIdlte *string `json:"standardIDLTE,omitempty"` StandardIDContains *string `json:"standardIDContains,omitempty"` StandardIDHasPrefix *string `json:"standardIDHasPrefix,omitempty"` StandardIDHasSuffix *string `json:"standardIDHasSuffix,omitempty"` @@ -40051,43 +34769,29 @@ type TrustCenterEntityWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40100,10 +34804,6 @@ type TrustCenterEntityWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40116,10 +34816,6 @@ type TrustCenterEntityWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40132,10 +34828,6 @@ type TrustCenterEntityWhereInput struct { LogoFileIdneq *string `json:"logoFileIDNEQ,omitempty"` LogoFileIDIn []string `json:"logoFileIDIn,omitempty"` LogoFileIDNotIn []string `json:"logoFileIDNotIn,omitempty"` - LogoFileIdgt *string `json:"logoFileIDGT,omitempty"` - LogoFileIdgte *string `json:"logoFileIDGTE,omitempty"` - LogoFileIdlt *string `json:"logoFileIDLT,omitempty"` - LogoFileIdlte *string `json:"logoFileIDLTE,omitempty"` LogoFileIDContains *string `json:"logoFileIDContains,omitempty"` LogoFileIDHasPrefix *string `json:"logoFileIDHasPrefix,omitempty"` LogoFileIDHasSuffix *string `json:"logoFileIDHasSuffix,omitempty"` @@ -40148,10 +34840,6 @@ type TrustCenterEntityWhereInput struct { URLNeq *string `json:"urlNEQ,omitempty"` URLIn []string `json:"urlIn,omitempty"` URLNotIn []string `json:"urlNotIn,omitempty"` - URLGt *string `json:"urlGT,omitempty"` - URLGte *string `json:"urlGTE,omitempty"` - URLLt *string `json:"urlLT,omitempty"` - URLLte *string `json:"urlLTE,omitempty"` URLContains *string `json:"urlContains,omitempty"` URLHasPrefix *string `json:"urlHasPrefix,omitempty"` URLHasSuffix *string `json:"urlHasSuffix,omitempty"` @@ -40164,10 +34852,6 @@ type TrustCenterEntityWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -40180,10 +34864,6 @@ type TrustCenterEntityWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -40318,43 +34998,29 @@ type TrustCenterFAQWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40367,10 +35033,6 @@ type TrustCenterFAQWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40383,10 +35045,6 @@ type TrustCenterFAQWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40399,10 +35057,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterFaqKindNameNeq *string `json:"trustCenterFaqKindNameNEQ,omitempty"` TrustCenterFaqKindNameIn []string `json:"trustCenterFaqKindNameIn,omitempty"` TrustCenterFaqKindNameNotIn []string `json:"trustCenterFaqKindNameNotIn,omitempty"` - TrustCenterFaqKindNameGt *string `json:"trustCenterFaqKindNameGT,omitempty"` - TrustCenterFaqKindNameGte *string `json:"trustCenterFaqKindNameGTE,omitempty"` - TrustCenterFaqKindNameLt *string `json:"trustCenterFaqKindNameLT,omitempty"` - TrustCenterFaqKindNameLte *string `json:"trustCenterFaqKindNameLTE,omitempty"` TrustCenterFaqKindNameContains *string `json:"trustCenterFaqKindNameContains,omitempty"` TrustCenterFaqKindNameHasPrefix *string `json:"trustCenterFaqKindNameHasPrefix,omitempty"` TrustCenterFaqKindNameHasSuffix *string `json:"trustCenterFaqKindNameHasSuffix,omitempty"` @@ -40415,10 +35069,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterFaqKindIdneq *string `json:"trustCenterFaqKindIDNEQ,omitempty"` TrustCenterFaqKindIDIn []string `json:"trustCenterFaqKindIDIn,omitempty"` TrustCenterFaqKindIDNotIn []string `json:"trustCenterFaqKindIDNotIn,omitempty"` - TrustCenterFaqKindIdgt *string `json:"trustCenterFaqKindIDGT,omitempty"` - TrustCenterFaqKindIdgte *string `json:"trustCenterFaqKindIDGTE,omitempty"` - TrustCenterFaqKindIdlt *string `json:"trustCenterFaqKindIDLT,omitempty"` - TrustCenterFaqKindIdlte *string `json:"trustCenterFaqKindIDLTE,omitempty"` TrustCenterFaqKindIDContains *string `json:"trustCenterFaqKindIDContains,omitempty"` TrustCenterFaqKindIDHasPrefix *string `json:"trustCenterFaqKindIDHasPrefix,omitempty"` TrustCenterFaqKindIDHasSuffix *string `json:"trustCenterFaqKindIDHasSuffix,omitempty"` @@ -40431,10 +35081,6 @@ type TrustCenterFAQWhereInput struct { NoteIdneq *string `json:"noteIDNEQ,omitempty"` NoteIDIn []string `json:"noteIDIn,omitempty"` NoteIDNotIn []string `json:"noteIDNotIn,omitempty"` - NoteIdgt *string `json:"noteIDGT,omitempty"` - NoteIdgte *string `json:"noteIDGTE,omitempty"` - NoteIdlt *string `json:"noteIDLT,omitempty"` - NoteIdlte *string `json:"noteIDLTE,omitempty"` NoteIDContains *string `json:"noteIDContains,omitempty"` NoteIDHasPrefix *string `json:"noteIDHasPrefix,omitempty"` NoteIDHasSuffix *string `json:"noteIDHasSuffix,omitempty"` @@ -40445,10 +35091,6 @@ type TrustCenterFAQWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -40461,10 +35103,6 @@ type TrustCenterFAQWhereInput struct { ReferenceLinkNeq *string `json:"referenceLinkNEQ,omitempty"` ReferenceLinkIn []string `json:"referenceLinkIn,omitempty"` ReferenceLinkNotIn []string `json:"referenceLinkNotIn,omitempty"` - ReferenceLinkGt *string `json:"referenceLinkGT,omitempty"` - ReferenceLinkGte *string `json:"referenceLinkGTE,omitempty"` - ReferenceLinkLt *string `json:"referenceLinkLT,omitempty"` - ReferenceLinkLte *string `json:"referenceLinkLTE,omitempty"` ReferenceLinkContains *string `json:"referenceLinkContains,omitempty"` ReferenceLinkHasPrefix *string `json:"referenceLinkHasPrefix,omitempty"` ReferenceLinkHasSuffix *string `json:"referenceLinkHasSuffix,omitempty"` @@ -40473,16 +35111,14 @@ type TrustCenterFAQWhereInput struct { ReferenceLinkEqualFold *string `json:"referenceLinkEqualFold,omitempty"` ReferenceLinkContainsFold *string `json:"referenceLinkContainsFold,omitempty"` // display_order field predicates - DisplayOrder *int64 `json:"displayOrder,omitempty"` - DisplayOrderNeq *int64 `json:"displayOrderNEQ,omitempty"` - DisplayOrderIn []int64 `json:"displayOrderIn,omitempty"` - DisplayOrderNotIn []int64 `json:"displayOrderNotIn,omitempty"` - DisplayOrderGt *int64 `json:"displayOrderGT,omitempty"` - DisplayOrderGte *int64 `json:"displayOrderGTE,omitempty"` - DisplayOrderLt *int64 `json:"displayOrderLT,omitempty"` - DisplayOrderLte *int64 `json:"displayOrderLTE,omitempty"` - DisplayOrderIsNil *bool `json:"displayOrderIsNil,omitempty"` - DisplayOrderNotNil *bool `json:"displayOrderNotNil,omitempty"` + DisplayOrder *int64 `json:"displayOrder,omitempty"` + DisplayOrderNeq *int64 `json:"displayOrderNEQ,omitempty"` + DisplayOrderGt *int64 `json:"displayOrderGT,omitempty"` + DisplayOrderGte *int64 `json:"displayOrderGTE,omitempty"` + DisplayOrderLt *int64 `json:"displayOrderLT,omitempty"` + DisplayOrderLte *int64 `json:"displayOrderLTE,omitempty"` + DisplayOrderIsNil *bool `json:"displayOrderIsNil,omitempty"` + DisplayOrderNotNil *bool `json:"displayOrderNotNil,omitempty"` // trust_center_faq_kind edge predicates HasTrustCenterFaqKind *bool `json:"hasTrustCenterFaqKind,omitempty"` HasTrustCenterFaqKindWith []*CustomTypeEnumWhereInput `json:"hasTrustCenterFaqKindWith,omitempty"` @@ -40624,43 +35260,29 @@ type TrustCenterNDARequestWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -40673,10 +35295,6 @@ type TrustCenterNDARequestWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -40689,10 +35307,6 @@ type TrustCenterNDARequestWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -40705,10 +35319,6 @@ type TrustCenterNDARequestWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -40721,10 +35331,6 @@ type TrustCenterNDARequestWhereInput struct { FirstNameNeq *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGt *string `json:"firstNameGT,omitempty"` - FirstNameGte *string `json:"firstNameGTE,omitempty"` - FirstNameLt *string `json:"firstNameLT,omitempty"` - FirstNameLte *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -40735,10 +35341,6 @@ type TrustCenterNDARequestWhereInput struct { LastNameNeq *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGt *string `json:"lastNameGT,omitempty"` - LastNameGte *string `json:"lastNameGTE,omitempty"` - LastNameLt *string `json:"lastNameLT,omitempty"` - LastNameLte *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -40749,10 +35351,6 @@ type TrustCenterNDARequestWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -40763,10 +35361,6 @@ type TrustCenterNDARequestWhereInput struct { CompanyNameNeq *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGt *string `json:"companyNameGT,omitempty"` - CompanyNameGte *string `json:"companyNameGTE,omitempty"` - CompanyNameLt *string `json:"companyNameLT,omitempty"` - CompanyNameLte *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -40779,10 +35373,6 @@ type TrustCenterNDARequestWhereInput struct { ReasonNeq *string `json:"reasonNEQ,omitempty"` ReasonIn []string `json:"reasonIn,omitempty"` ReasonNotIn []string `json:"reasonNotIn,omitempty"` - ReasonGt *string `json:"reasonGT,omitempty"` - ReasonGte *string `json:"reasonGTE,omitempty"` - ReasonLt *string `json:"reasonLT,omitempty"` - ReasonLte *string `json:"reasonLTE,omitempty"` ReasonContains *string `json:"reasonContains,omitempty"` ReasonHasPrefix *string `json:"reasonHasPrefix,omitempty"` ReasonHasSuffix *string `json:"reasonHasSuffix,omitempty"` @@ -40805,25 +35395,18 @@ type TrustCenterNDARequestWhereInput struct { StatusIsNil *bool `json:"statusIsNil,omitempty"` StatusNotNil *bool `json:"statusNotNil,omitempty"` // approved_at field predicates - ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` - ApprovedAtNeq *models.DateTime `json:"approvedAtNEQ,omitempty"` - ApprovedAtIn []*models.DateTime `json:"approvedAtIn,omitempty"` - ApprovedAtNotIn []*models.DateTime `json:"approvedAtNotIn,omitempty"` - ApprovedAtGt *models.DateTime `json:"approvedAtGT,omitempty"` - ApprovedAtGte *models.DateTime `json:"approvedAtGTE,omitempty"` - ApprovedAtLt *models.DateTime `json:"approvedAtLT,omitempty"` - ApprovedAtLte *models.DateTime `json:"approvedAtLTE,omitempty"` - ApprovedAtIsNil *bool `json:"approvedAtIsNil,omitempty"` - ApprovedAtNotNil *bool `json:"approvedAtNotNil,omitempty"` + ApprovedAt *models.DateTime `json:"approvedAt,omitempty"` + ApprovedAtGt *models.DateTime `json:"approvedAtGT,omitempty"` + ApprovedAtGte *models.DateTime `json:"approvedAtGTE,omitempty"` + ApprovedAtLt *models.DateTime `json:"approvedAtLT,omitempty"` + ApprovedAtLte *models.DateTime `json:"approvedAtLTE,omitempty"` + ApprovedAtIsNil *bool `json:"approvedAtIsNil,omitempty"` + ApprovedAtNotNil *bool `json:"approvedAtNotNil,omitempty"` // approved_by_user_id field predicates ApprovedByUserID *string `json:"approvedByUserID,omitempty"` ApprovedByUserIdneq *string `json:"approvedByUserIDNEQ,omitempty"` ApprovedByUserIDIn []string `json:"approvedByUserIDIn,omitempty"` ApprovedByUserIDNotIn []string `json:"approvedByUserIDNotIn,omitempty"` - ApprovedByUserIdgt *string `json:"approvedByUserIDGT,omitempty"` - ApprovedByUserIdgte *string `json:"approvedByUserIDGTE,omitempty"` - ApprovedByUserIdlt *string `json:"approvedByUserIDLT,omitempty"` - ApprovedByUserIdlte *string `json:"approvedByUserIDLTE,omitempty"` ApprovedByUserIDContains *string `json:"approvedByUserIDContains,omitempty"` ApprovedByUserIDHasPrefix *string `json:"approvedByUserIDHasPrefix,omitempty"` ApprovedByUserIDHasSuffix *string `json:"approvedByUserIDHasSuffix,omitempty"` @@ -40832,25 +35415,18 @@ type TrustCenterNDARequestWhereInput struct { ApprovedByUserIDEqualFold *string `json:"approvedByUserIDEqualFold,omitempty"` ApprovedByUserIDContainsFold *string `json:"approvedByUserIDContainsFold,omitempty"` // signed_at field predicates - SignedAt *models.DateTime `json:"signedAt,omitempty"` - SignedAtNeq *models.DateTime `json:"signedAtNEQ,omitempty"` - SignedAtIn []*models.DateTime `json:"signedAtIn,omitempty"` - SignedAtNotIn []*models.DateTime `json:"signedAtNotIn,omitempty"` - SignedAtGt *models.DateTime `json:"signedAtGT,omitempty"` - SignedAtGte *models.DateTime `json:"signedAtGTE,omitempty"` - SignedAtLt *models.DateTime `json:"signedAtLT,omitempty"` - SignedAtLte *models.DateTime `json:"signedAtLTE,omitempty"` - SignedAtIsNil *bool `json:"signedAtIsNil,omitempty"` - SignedAtNotNil *bool `json:"signedAtNotNil,omitempty"` + SignedAt *models.DateTime `json:"signedAt,omitempty"` + SignedAtGt *models.DateTime `json:"signedAtGT,omitempty"` + SignedAtGte *models.DateTime `json:"signedAtGTE,omitempty"` + SignedAtLt *models.DateTime `json:"signedAtLT,omitempty"` + SignedAtLte *models.DateTime `json:"signedAtLTE,omitempty"` + SignedAtIsNil *bool `json:"signedAtIsNil,omitempty"` + SignedAtNotNil *bool `json:"signedAtNotNil,omitempty"` // document_data_id field predicates DocumentDataID *string `json:"documentDataID,omitempty"` DocumentDataIdneq *string `json:"documentDataIDNEQ,omitempty"` DocumentDataIDIn []string `json:"documentDataIDIn,omitempty"` DocumentDataIDNotIn []string `json:"documentDataIDNotIn,omitempty"` - DocumentDataIdgt *string `json:"documentDataIDGT,omitempty"` - DocumentDataIdgte *string `json:"documentDataIDGTE,omitempty"` - DocumentDataIdlt *string `json:"documentDataIDLT,omitempty"` - DocumentDataIdlte *string `json:"documentDataIDLTE,omitempty"` DocumentDataIDContains *string `json:"documentDataIDContains,omitempty"` DocumentDataIDHasPrefix *string `json:"documentDataIDHasPrefix,omitempty"` DocumentDataIDHasSuffix *string `json:"documentDataIDHasSuffix,omitempty"` @@ -40863,10 +35439,6 @@ type TrustCenterNDARequestWhereInput struct { FileIdneq *string `json:"fileIDNEQ,omitempty"` FileIDIn []string `json:"fileIDIn,omitempty"` FileIDNotIn []string `json:"fileIDNotIn,omitempty"` - FileIdgt *string `json:"fileIDGT,omitempty"` - FileIdgte *string `json:"fileIDGTE,omitempty"` - FileIdlt *string `json:"fileIDLT,omitempty"` - FileIdlte *string `json:"fileIDLTE,omitempty"` FileIDContains *string `json:"fileIDContains,omitempty"` FileIDHasPrefix *string `json:"fileIDHasPrefix,omitempty"` FileIDHasSuffix *string `json:"fileIDHasSuffix,omitempty"` @@ -41052,43 +35624,29 @@ type TrustCenterSettingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -41101,10 +35659,6 @@ type TrustCenterSettingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -41117,10 +35671,6 @@ type TrustCenterSettingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -41133,10 +35683,6 @@ type TrustCenterSettingWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -41149,10 +35695,6 @@ type TrustCenterSettingWhereInput struct { TitleNeq *string `json:"titleNEQ,omitempty"` TitleIn []string `json:"titleIn,omitempty"` TitleNotIn []string `json:"titleNotIn,omitempty"` - TitleGt *string `json:"titleGT,omitempty"` - TitleGte *string `json:"titleGTE,omitempty"` - TitleLt *string `json:"titleLT,omitempty"` - TitleLte *string `json:"titleLTE,omitempty"` TitleContains *string `json:"titleContains,omitempty"` TitleHasPrefix *string `json:"titleHasPrefix,omitempty"` TitleHasSuffix *string `json:"titleHasSuffix,omitempty"` @@ -41165,10 +35707,6 @@ type TrustCenterSettingWhereInput struct { CompanyNameNeq *string `json:"companyNameNEQ,omitempty"` CompanyNameIn []string `json:"companyNameIn,omitempty"` CompanyNameNotIn []string `json:"companyNameNotIn,omitempty"` - CompanyNameGt *string `json:"companyNameGT,omitempty"` - CompanyNameGte *string `json:"companyNameGTE,omitempty"` - CompanyNameLt *string `json:"companyNameLT,omitempty"` - CompanyNameLte *string `json:"companyNameLTE,omitempty"` CompanyNameContains *string `json:"companyNameContains,omitempty"` CompanyNameHasPrefix *string `json:"companyNameHasPrefix,omitempty"` CompanyNameHasSuffix *string `json:"companyNameHasSuffix,omitempty"` @@ -41181,10 +35719,6 @@ type TrustCenterSettingWhereInput struct { CompanyDescriptionNeq *string `json:"companyDescriptionNEQ,omitempty"` CompanyDescriptionIn []string `json:"companyDescriptionIn,omitempty"` CompanyDescriptionNotIn []string `json:"companyDescriptionNotIn,omitempty"` - CompanyDescriptionGt *string `json:"companyDescriptionGT,omitempty"` - CompanyDescriptionGte *string `json:"companyDescriptionGTE,omitempty"` - CompanyDescriptionLt *string `json:"companyDescriptionLT,omitempty"` - CompanyDescriptionLte *string `json:"companyDescriptionLTE,omitempty"` CompanyDescriptionContains *string `json:"companyDescriptionContains,omitempty"` CompanyDescriptionHasPrefix *string `json:"companyDescriptionHasPrefix,omitempty"` CompanyDescriptionHasSuffix *string `json:"companyDescriptionHasSuffix,omitempty"` @@ -41197,10 +35731,6 @@ type TrustCenterSettingWhereInput struct { OverviewNeq *string `json:"overviewNEQ,omitempty"` OverviewIn []string `json:"overviewIn,omitempty"` OverviewNotIn []string `json:"overviewNotIn,omitempty"` - OverviewGt *string `json:"overviewGT,omitempty"` - OverviewGte *string `json:"overviewGTE,omitempty"` - OverviewLt *string `json:"overviewLT,omitempty"` - OverviewLte *string `json:"overviewLTE,omitempty"` OverviewContains *string `json:"overviewContains,omitempty"` OverviewHasPrefix *string `json:"overviewHasPrefix,omitempty"` OverviewHasSuffix *string `json:"overviewHasSuffix,omitempty"` @@ -41213,10 +35743,6 @@ type TrustCenterSettingWhereInput struct { LogoRemoteURLNeq *string `json:"logoRemoteURLNEQ,omitempty"` LogoRemoteURLIn []string `json:"logoRemoteURLIn,omitempty"` LogoRemoteURLNotIn []string `json:"logoRemoteURLNotIn,omitempty"` - LogoRemoteURLGt *string `json:"logoRemoteURLGT,omitempty"` - LogoRemoteURLGte *string `json:"logoRemoteURLGTE,omitempty"` - LogoRemoteURLLt *string `json:"logoRemoteURLLT,omitempty"` - LogoRemoteURLLte *string `json:"logoRemoteURLLTE,omitempty"` LogoRemoteURLContains *string `json:"logoRemoteURLContains,omitempty"` LogoRemoteURLHasPrefix *string `json:"logoRemoteURLHasPrefix,omitempty"` LogoRemoteURLHasSuffix *string `json:"logoRemoteURLHasSuffix,omitempty"` @@ -41229,10 +35755,6 @@ type TrustCenterSettingWhereInput struct { LogoLocalFileIdneq *string `json:"logoLocalFileIDNEQ,omitempty"` LogoLocalFileIDIn []string `json:"logoLocalFileIDIn,omitempty"` LogoLocalFileIDNotIn []string `json:"logoLocalFileIDNotIn,omitempty"` - LogoLocalFileIdgt *string `json:"logoLocalFileIDGT,omitempty"` - LogoLocalFileIdgte *string `json:"logoLocalFileIDGTE,omitempty"` - LogoLocalFileIdlt *string `json:"logoLocalFileIDLT,omitempty"` - LogoLocalFileIdlte *string `json:"logoLocalFileIDLTE,omitempty"` LogoLocalFileIDContains *string `json:"logoLocalFileIDContains,omitempty"` LogoLocalFileIDHasPrefix *string `json:"logoLocalFileIDHasPrefix,omitempty"` LogoLocalFileIDHasSuffix *string `json:"logoLocalFileIDHasSuffix,omitempty"` @@ -41245,10 +35767,6 @@ type TrustCenterSettingWhereInput struct { FaviconRemoteURLNeq *string `json:"faviconRemoteURLNEQ,omitempty"` FaviconRemoteURLIn []string `json:"faviconRemoteURLIn,omitempty"` FaviconRemoteURLNotIn []string `json:"faviconRemoteURLNotIn,omitempty"` - FaviconRemoteURLGt *string `json:"faviconRemoteURLGT,omitempty"` - FaviconRemoteURLGte *string `json:"faviconRemoteURLGTE,omitempty"` - FaviconRemoteURLLt *string `json:"faviconRemoteURLLT,omitempty"` - FaviconRemoteURLLte *string `json:"faviconRemoteURLLTE,omitempty"` FaviconRemoteURLContains *string `json:"faviconRemoteURLContains,omitempty"` FaviconRemoteURLHasPrefix *string `json:"faviconRemoteURLHasPrefix,omitempty"` FaviconRemoteURLHasSuffix *string `json:"faviconRemoteURLHasSuffix,omitempty"` @@ -41261,10 +35779,6 @@ type TrustCenterSettingWhereInput struct { FaviconLocalFileIdneq *string `json:"faviconLocalFileIDNEQ,omitempty"` FaviconLocalFileIDIn []string `json:"faviconLocalFileIDIn,omitempty"` FaviconLocalFileIDNotIn []string `json:"faviconLocalFileIDNotIn,omitempty"` - FaviconLocalFileIdgt *string `json:"faviconLocalFileIDGT,omitempty"` - FaviconLocalFileIdgte *string `json:"faviconLocalFileIDGTE,omitempty"` - FaviconLocalFileIdlt *string `json:"faviconLocalFileIDLT,omitempty"` - FaviconLocalFileIdlte *string `json:"faviconLocalFileIDLTE,omitempty"` FaviconLocalFileIDContains *string `json:"faviconLocalFileIDContains,omitempty"` FaviconLocalFileIDHasPrefix *string `json:"faviconLocalFileIDHasPrefix,omitempty"` FaviconLocalFileIDHasSuffix *string `json:"faviconLocalFileIDHasSuffix,omitempty"` @@ -41277,10 +35791,6 @@ type TrustCenterSettingWhereInput struct { HeroImageLocalFileIdneq *string `json:"heroImageLocalFileIDNEQ,omitempty"` HeroImageLocalFileIDIn []string `json:"heroImageLocalFileIDIn,omitempty"` HeroImageLocalFileIDNotIn []string `json:"heroImageLocalFileIDNotIn,omitempty"` - HeroImageLocalFileIdgt *string `json:"heroImageLocalFileIDGT,omitempty"` - HeroImageLocalFileIdgte *string `json:"heroImageLocalFileIDGTE,omitempty"` - HeroImageLocalFileIdlt *string `json:"heroImageLocalFileIDLT,omitempty"` - HeroImageLocalFileIdlte *string `json:"heroImageLocalFileIDLTE,omitempty"` HeroImageLocalFileIDContains *string `json:"heroImageLocalFileIDContains,omitempty"` HeroImageLocalFileIDHasPrefix *string `json:"heroImageLocalFileIDHasPrefix,omitempty"` HeroImageLocalFileIDHasSuffix *string `json:"heroImageLocalFileIDHasSuffix,omitempty"` @@ -41300,10 +35810,6 @@ type TrustCenterSettingWhereInput struct { PrimaryColorNeq *string `json:"primaryColorNEQ,omitempty"` PrimaryColorIn []string `json:"primaryColorIn,omitempty"` PrimaryColorNotIn []string `json:"primaryColorNotIn,omitempty"` - PrimaryColorGt *string `json:"primaryColorGT,omitempty"` - PrimaryColorGte *string `json:"primaryColorGTE,omitempty"` - PrimaryColorLt *string `json:"primaryColorLT,omitempty"` - PrimaryColorLte *string `json:"primaryColorLTE,omitempty"` PrimaryColorContains *string `json:"primaryColorContains,omitempty"` PrimaryColorHasPrefix *string `json:"primaryColorHasPrefix,omitempty"` PrimaryColorHasSuffix *string `json:"primaryColorHasSuffix,omitempty"` @@ -41316,10 +35822,6 @@ type TrustCenterSettingWhereInput struct { FontNeq *string `json:"fontNEQ,omitempty"` FontIn []string `json:"fontIn,omitempty"` FontNotIn []string `json:"fontNotIn,omitempty"` - FontGt *string `json:"fontGT,omitempty"` - FontGte *string `json:"fontGTE,omitempty"` - FontLt *string `json:"fontLT,omitempty"` - FontLte *string `json:"fontLTE,omitempty"` FontContains *string `json:"fontContains,omitempty"` FontHasPrefix *string `json:"fontHasPrefix,omitempty"` FontHasSuffix *string `json:"fontHasSuffix,omitempty"` @@ -41332,10 +35834,6 @@ type TrustCenterSettingWhereInput struct { ForegroundColorNeq *string `json:"foregroundColorNEQ,omitempty"` ForegroundColorIn []string `json:"foregroundColorIn,omitempty"` ForegroundColorNotIn []string `json:"foregroundColorNotIn,omitempty"` - ForegroundColorGt *string `json:"foregroundColorGT,omitempty"` - ForegroundColorGte *string `json:"foregroundColorGTE,omitempty"` - ForegroundColorLt *string `json:"foregroundColorLT,omitempty"` - ForegroundColorLte *string `json:"foregroundColorLTE,omitempty"` ForegroundColorContains *string `json:"foregroundColorContains,omitempty"` ForegroundColorHasPrefix *string `json:"foregroundColorHasPrefix,omitempty"` ForegroundColorHasSuffix *string `json:"foregroundColorHasSuffix,omitempty"` @@ -41348,10 +35846,6 @@ type TrustCenterSettingWhereInput struct { BackgroundColorNeq *string `json:"backgroundColorNEQ,omitempty"` BackgroundColorIn []string `json:"backgroundColorIn,omitempty"` BackgroundColorNotIn []string `json:"backgroundColorNotIn,omitempty"` - BackgroundColorGt *string `json:"backgroundColorGT,omitempty"` - BackgroundColorGte *string `json:"backgroundColorGTE,omitempty"` - BackgroundColorLt *string `json:"backgroundColorLT,omitempty"` - BackgroundColorLte *string `json:"backgroundColorLTE,omitempty"` BackgroundColorContains *string `json:"backgroundColorContains,omitempty"` BackgroundColorHasPrefix *string `json:"backgroundColorHasPrefix,omitempty"` BackgroundColorHasSuffix *string `json:"backgroundColorHasSuffix,omitempty"` @@ -41364,10 +35858,6 @@ type TrustCenterSettingWhereInput struct { AccentColorNeq *string `json:"accentColorNEQ,omitempty"` AccentColorIn []string `json:"accentColorIn,omitempty"` AccentColorNotIn []string `json:"accentColorNotIn,omitempty"` - AccentColorGt *string `json:"accentColorGT,omitempty"` - AccentColorGte *string `json:"accentColorGTE,omitempty"` - AccentColorLt *string `json:"accentColorLT,omitempty"` - AccentColorLte *string `json:"accentColorLTE,omitempty"` AccentColorContains *string `json:"accentColorContains,omitempty"` AccentColorHasPrefix *string `json:"accentColorHasPrefix,omitempty"` AccentColorHasSuffix *string `json:"accentColorHasSuffix,omitempty"` @@ -41380,10 +35870,6 @@ type TrustCenterSettingWhereInput struct { SecondaryBackgroundColorNeq *string `json:"secondaryBackgroundColorNEQ,omitempty"` SecondaryBackgroundColorIn []string `json:"secondaryBackgroundColorIn,omitempty"` SecondaryBackgroundColorNotIn []string `json:"secondaryBackgroundColorNotIn,omitempty"` - SecondaryBackgroundColorGt *string `json:"secondaryBackgroundColorGT,omitempty"` - SecondaryBackgroundColorGte *string `json:"secondaryBackgroundColorGTE,omitempty"` - SecondaryBackgroundColorLt *string `json:"secondaryBackgroundColorLT,omitempty"` - SecondaryBackgroundColorLte *string `json:"secondaryBackgroundColorLTE,omitempty"` SecondaryBackgroundColorContains *string `json:"secondaryBackgroundColorContains,omitempty"` SecondaryBackgroundColorHasPrefix *string `json:"secondaryBackgroundColorHasPrefix,omitempty"` SecondaryBackgroundColorHasSuffix *string `json:"secondaryBackgroundColorHasSuffix,omitempty"` @@ -41396,10 +35882,6 @@ type TrustCenterSettingWhereInput struct { SecondaryForegroundColorNeq *string `json:"secondaryForegroundColorNEQ,omitempty"` SecondaryForegroundColorIn []string `json:"secondaryForegroundColorIn,omitempty"` SecondaryForegroundColorNotIn []string `json:"secondaryForegroundColorNotIn,omitempty"` - SecondaryForegroundColorGt *string `json:"secondaryForegroundColorGT,omitempty"` - SecondaryForegroundColorGte *string `json:"secondaryForegroundColorGTE,omitempty"` - SecondaryForegroundColorLt *string `json:"secondaryForegroundColorLT,omitempty"` - SecondaryForegroundColorLte *string `json:"secondaryForegroundColorLTE,omitempty"` SecondaryForegroundColorContains *string `json:"secondaryForegroundColorContains,omitempty"` SecondaryForegroundColorHasPrefix *string `json:"secondaryForegroundColorHasPrefix,omitempty"` SecondaryForegroundColorHasSuffix *string `json:"secondaryForegroundColorHasSuffix,omitempty"` @@ -41424,10 +35906,6 @@ type TrustCenterSettingWhereInput struct { CompanyDomainNeq *string `json:"companyDomainNEQ,omitempty"` CompanyDomainIn []string `json:"companyDomainIn,omitempty"` CompanyDomainNotIn []string `json:"companyDomainNotIn,omitempty"` - CompanyDomainGt *string `json:"companyDomainGT,omitempty"` - CompanyDomainGte *string `json:"companyDomainGTE,omitempty"` - CompanyDomainLt *string `json:"companyDomainLT,omitempty"` - CompanyDomainLte *string `json:"companyDomainLTE,omitempty"` CompanyDomainContains *string `json:"companyDomainContains,omitempty"` CompanyDomainHasPrefix *string `json:"companyDomainHasPrefix,omitempty"` CompanyDomainHasSuffix *string `json:"companyDomainHasSuffix,omitempty"` @@ -41440,10 +35918,6 @@ type TrustCenterSettingWhereInput struct { SecurityContactNeq *string `json:"securityContactNEQ,omitempty"` SecurityContactIn []string `json:"securityContactIn,omitempty"` SecurityContactNotIn []string `json:"securityContactNotIn,omitempty"` - SecurityContactGt *string `json:"securityContactGT,omitempty"` - SecurityContactGte *string `json:"securityContactGTE,omitempty"` - SecurityContactLt *string `json:"securityContactLT,omitempty"` - SecurityContactLte *string `json:"securityContactLTE,omitempty"` SecurityContactContains *string `json:"securityContactContains,omitempty"` SecurityContactHasPrefix *string `json:"securityContactHasPrefix,omitempty"` SecurityContactHasSuffix *string `json:"securityContactHasSuffix,omitempty"` @@ -41467,25 +35941,18 @@ type TrustCenterSettingWhereInput struct { NotifySubscribersOnSubprocessorChangeIsNil *bool `json:"notifySubscribersOnSubprocessorChangeIsNil,omitempty"` NotifySubscribersOnSubprocessorChangeNotNil *bool `json:"notifySubscribersOnSubprocessorChangeNotNil,omitempty"` // subprocessors_notified_at field predicates - SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` - SubprocessorsNotifiedAtNeq *time.Time `json:"subprocessorsNotifiedAtNEQ,omitempty"` - SubprocessorsNotifiedAtIn []*time.Time `json:"subprocessorsNotifiedAtIn,omitempty"` - SubprocessorsNotifiedAtNotIn []*time.Time `json:"subprocessorsNotifiedAtNotIn,omitempty"` - SubprocessorsNotifiedAtGt *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` - SubprocessorsNotifiedAtGte *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` - SubprocessorsNotifiedAtLt *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` - SubprocessorsNotifiedAtLte *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` - SubprocessorsNotifiedAtIsNil *bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` - SubprocessorsNotifiedAtNotNil *bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` + SubprocessorsNotifiedAt *time.Time `json:"subprocessorsNotifiedAt,omitempty"` + SubprocessorsNotifiedAtGt *time.Time `json:"subprocessorsNotifiedAtGT,omitempty"` + SubprocessorsNotifiedAtGte *time.Time `json:"subprocessorsNotifiedAtGTE,omitempty"` + SubprocessorsNotifiedAtLt *time.Time `json:"subprocessorsNotifiedAtLT,omitempty"` + SubprocessorsNotifiedAtLte *time.Time `json:"subprocessorsNotifiedAtLTE,omitempty"` + SubprocessorsNotifiedAtIsNil *bool `json:"subprocessorsNotifiedAtIsNil,omitempty"` + SubprocessorsNotifiedAtNotNil *bool `json:"subprocessorsNotifiedAtNotNil,omitempty"` // nda_approver_group_id field predicates NdaApproverGroupID *string `json:"ndaApproverGroupID,omitempty"` NdaApproverGroupIdneq *string `json:"ndaApproverGroupIDNEQ,omitempty"` NdaApproverGroupIDIn []string `json:"ndaApproverGroupIDIn,omitempty"` NdaApproverGroupIDNotIn []string `json:"ndaApproverGroupIDNotIn,omitempty"` - NdaApproverGroupIdgt *string `json:"ndaApproverGroupIDGT,omitempty"` - NdaApproverGroupIdgte *string `json:"ndaApproverGroupIDGTE,omitempty"` - NdaApproverGroupIdlt *string `json:"ndaApproverGroupIDLT,omitempty"` - NdaApproverGroupIdlte *string `json:"ndaApproverGroupIDLTE,omitempty"` NdaApproverGroupIDContains *string `json:"ndaApproverGroupIDContains,omitempty"` NdaApproverGroupIDHasPrefix *string `json:"ndaApproverGroupIDHasPrefix,omitempty"` NdaApproverGroupIDHasSuffix *string `json:"ndaApproverGroupIDHasSuffix,omitempty"` @@ -41498,10 +35965,6 @@ type TrustCenterSettingWhereInput struct { StatusPageURLNeq *string `json:"statusPageURLNEQ,omitempty"` StatusPageURLIn []string `json:"statusPageURLIn,omitempty"` StatusPageURLNotIn []string `json:"statusPageURLNotIn,omitempty"` - StatusPageURLGt *string `json:"statusPageURLGT,omitempty"` - StatusPageURLGte *string `json:"statusPageURLGTE,omitempty"` - StatusPageURLLt *string `json:"statusPageURLLT,omitempty"` - StatusPageURLLte *string `json:"statusPageURLLTE,omitempty"` StatusPageURLContains *string `json:"statusPageURLContains,omitempty"` StatusPageURLHasPrefix *string `json:"statusPageURLHasPrefix,omitempty"` StatusPageURLHasSuffix *string `json:"statusPageURLHasSuffix,omitempty"` @@ -41639,43 +36102,29 @@ type TrustCenterSubprocessorWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -41688,10 +36137,6 @@ type TrustCenterSubprocessorWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -41704,10 +36149,6 @@ type TrustCenterSubprocessorWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -41720,10 +36161,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterSubprocessorKindNameNeq *string `json:"trustCenterSubprocessorKindNameNEQ,omitempty"` TrustCenterSubprocessorKindNameIn []string `json:"trustCenterSubprocessorKindNameIn,omitempty"` TrustCenterSubprocessorKindNameNotIn []string `json:"trustCenterSubprocessorKindNameNotIn,omitempty"` - TrustCenterSubprocessorKindNameGt *string `json:"trustCenterSubprocessorKindNameGT,omitempty"` - TrustCenterSubprocessorKindNameGte *string `json:"trustCenterSubprocessorKindNameGTE,omitempty"` - TrustCenterSubprocessorKindNameLt *string `json:"trustCenterSubprocessorKindNameLT,omitempty"` - TrustCenterSubprocessorKindNameLte *string `json:"trustCenterSubprocessorKindNameLTE,omitempty"` TrustCenterSubprocessorKindNameContains *string `json:"trustCenterSubprocessorKindNameContains,omitempty"` TrustCenterSubprocessorKindNameHasPrefix *string `json:"trustCenterSubprocessorKindNameHasPrefix,omitempty"` TrustCenterSubprocessorKindNameHasSuffix *string `json:"trustCenterSubprocessorKindNameHasSuffix,omitempty"` @@ -41736,10 +36173,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterSubprocessorKindIdneq *string `json:"trustCenterSubprocessorKindIDNEQ,omitempty"` TrustCenterSubprocessorKindIDIn []string `json:"trustCenterSubprocessorKindIDIn,omitempty"` TrustCenterSubprocessorKindIDNotIn []string `json:"trustCenterSubprocessorKindIDNotIn,omitempty"` - TrustCenterSubprocessorKindIdgt *string `json:"trustCenterSubprocessorKindIDGT,omitempty"` - TrustCenterSubprocessorKindIdgte *string `json:"trustCenterSubprocessorKindIDGTE,omitempty"` - TrustCenterSubprocessorKindIdlt *string `json:"trustCenterSubprocessorKindIDLT,omitempty"` - TrustCenterSubprocessorKindIdlte *string `json:"trustCenterSubprocessorKindIDLTE,omitempty"` TrustCenterSubprocessorKindIDContains *string `json:"trustCenterSubprocessorKindIDContains,omitempty"` TrustCenterSubprocessorKindIDHasPrefix *string `json:"trustCenterSubprocessorKindIDHasPrefix,omitempty"` TrustCenterSubprocessorKindIDHasSuffix *string `json:"trustCenterSubprocessorKindIDHasSuffix,omitempty"` @@ -41752,10 +36185,6 @@ type TrustCenterSubprocessorWhereInput struct { SubprocessorIdneq *string `json:"subprocessorIDNEQ,omitempty"` SubprocessorIDIn []string `json:"subprocessorIDIn,omitempty"` SubprocessorIDNotIn []string `json:"subprocessorIDNotIn,omitempty"` - SubprocessorIdgt *string `json:"subprocessorIDGT,omitempty"` - SubprocessorIdgte *string `json:"subprocessorIDGTE,omitempty"` - SubprocessorIdlt *string `json:"subprocessorIDLT,omitempty"` - SubprocessorIdlte *string `json:"subprocessorIDLTE,omitempty"` SubprocessorIDContains *string `json:"subprocessorIDContains,omitempty"` SubprocessorIDHasPrefix *string `json:"subprocessorIDHasPrefix,omitempty"` SubprocessorIDHasSuffix *string `json:"subprocessorIDHasSuffix,omitempty"` @@ -41766,10 +36195,6 @@ type TrustCenterSubprocessorWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -41901,43 +36326,29 @@ type TrustCenterWatermarkConfigWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -41950,10 +36361,6 @@ type TrustCenterWatermarkConfigWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -41966,10 +36373,6 @@ type TrustCenterWatermarkConfigWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -41982,10 +36385,6 @@ type TrustCenterWatermarkConfigWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -41998,10 +36397,6 @@ type TrustCenterWatermarkConfigWhereInput struct { TrustCenterIdneq *string `json:"trustCenterIDNEQ,omitempty"` TrustCenterIDIn []string `json:"trustCenterIDIn,omitempty"` TrustCenterIDNotIn []string `json:"trustCenterIDNotIn,omitempty"` - TrustCenterIdgt *string `json:"trustCenterIDGT,omitempty"` - TrustCenterIdgte *string `json:"trustCenterIDGTE,omitempty"` - TrustCenterIdlt *string `json:"trustCenterIDLT,omitempty"` - TrustCenterIdlte *string `json:"trustCenterIDLTE,omitempty"` TrustCenterIDContains *string `json:"trustCenterIDContains,omitempty"` TrustCenterIDHasPrefix *string `json:"trustCenterIDHasPrefix,omitempty"` TrustCenterIDHasSuffix *string `json:"trustCenterIDHasSuffix,omitempty"` @@ -42019,10 +36414,6 @@ type TrustCenterWatermarkConfigWhereInput struct { LogoIdneq *string `json:"logoIDNEQ,omitempty"` LogoIDIn []string `json:"logoIDIn,omitempty"` LogoIDNotIn []string `json:"logoIDNotIn,omitempty"` - LogoIdgt *string `json:"logoIDGT,omitempty"` - LogoIdgte *string `json:"logoIDGTE,omitempty"` - LogoIdlt *string `json:"logoIDLT,omitempty"` - LogoIdlte *string `json:"logoIDLTE,omitempty"` LogoIDContains *string `json:"logoIDContains,omitempty"` LogoIDHasPrefix *string `json:"logoIDHasPrefix,omitempty"` LogoIDHasSuffix *string `json:"logoIDHasSuffix,omitempty"` @@ -42035,10 +36426,6 @@ type TrustCenterWatermarkConfigWhereInput struct { TextNeq *string `json:"textNEQ,omitempty"` TextIn []string `json:"textIn,omitempty"` TextNotIn []string `json:"textNotIn,omitempty"` - TextGt *string `json:"textGT,omitempty"` - TextGte *string `json:"textGTE,omitempty"` - TextLt *string `json:"textLT,omitempty"` - TextLte *string `json:"textLTE,omitempty"` TextContains *string `json:"textContains,omitempty"` TextHasPrefix *string `json:"textHasPrefix,omitempty"` TextHasSuffix *string `json:"textHasSuffix,omitempty"` @@ -42084,10 +36471,6 @@ type TrustCenterWatermarkConfigWhereInput struct { ColorNeq *string `json:"colorNEQ,omitempty"` ColorIn []string `json:"colorIn,omitempty"` ColorNotIn []string `json:"colorNotIn,omitempty"` - ColorGt *string `json:"colorGT,omitempty"` - ColorGte *string `json:"colorGTE,omitempty"` - ColorLt *string `json:"colorLT,omitempty"` - ColorLte *string `json:"colorLTE,omitempty"` ColorContains *string `json:"colorContains,omitempty"` ColorHasPrefix *string `json:"colorHasPrefix,omitempty"` ColorHasSuffix *string `json:"colorHasSuffix,omitempty"` @@ -42130,43 +36513,29 @@ type TrustCenterWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -42179,10 +36548,6 @@ type TrustCenterWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -42195,10 +36560,6 @@ type TrustCenterWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -42211,10 +36572,6 @@ type TrustCenterWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -42227,10 +36584,6 @@ type TrustCenterWhereInput struct { SlugNeq *string `json:"slugNEQ,omitempty"` SlugIn []string `json:"slugIn,omitempty"` SlugNotIn []string `json:"slugNotIn,omitempty"` - SlugGt *string `json:"slugGT,omitempty"` - SlugGte *string `json:"slugGTE,omitempty"` - SlugLt *string `json:"slugLT,omitempty"` - SlugLte *string `json:"slugLTE,omitempty"` SlugContains *string `json:"slugContains,omitempty"` SlugHasPrefix *string `json:"slugHasPrefix,omitempty"` SlugHasSuffix *string `json:"slugHasSuffix,omitempty"` @@ -42243,10 +36596,6 @@ type TrustCenterWhereInput struct { CustomDomainIdneq *string `json:"customDomainIDNEQ,omitempty"` CustomDomainIDIn []string `json:"customDomainIDIn,omitempty"` CustomDomainIDNotIn []string `json:"customDomainIDNotIn,omitempty"` - CustomDomainIdgt *string `json:"customDomainIDGT,omitempty"` - CustomDomainIdgte *string `json:"customDomainIDGTE,omitempty"` - CustomDomainIdlt *string `json:"customDomainIDLT,omitempty"` - CustomDomainIdlte *string `json:"customDomainIDLTE,omitempty"` CustomDomainIDContains *string `json:"customDomainIDContains,omitempty"` CustomDomainIDHasPrefix *string `json:"customDomainIDHasPrefix,omitempty"` CustomDomainIDHasSuffix *string `json:"customDomainIDHasSuffix,omitempty"` @@ -42259,10 +36608,6 @@ type TrustCenterWhereInput struct { PreviewDomainIdneq *string `json:"previewDomainIDNEQ,omitempty"` PreviewDomainIDIn []string `json:"previewDomainIDIn,omitempty"` PreviewDomainIDNotIn []string `json:"previewDomainIDNotIn,omitempty"` - PreviewDomainIdgt *string `json:"previewDomainIDGT,omitempty"` - PreviewDomainIdgte *string `json:"previewDomainIDGTE,omitempty"` - PreviewDomainIdlt *string `json:"previewDomainIDLT,omitempty"` - PreviewDomainIdlte *string `json:"previewDomainIDLTE,omitempty"` PreviewDomainIDContains *string `json:"previewDomainIDContains,omitempty"` PreviewDomainIDHasPrefix *string `json:"previewDomainIDHasPrefix,omitempty"` PreviewDomainIDHasSuffix *string `json:"previewDomainIDHasSuffix,omitempty"` @@ -42275,10 +36620,6 @@ type TrustCenterWhereInput struct { PirschDomainIdneq *string `json:"pirschDomainIDNEQ,omitempty"` PirschDomainIDIn []string `json:"pirschDomainIDIn,omitempty"` PirschDomainIDNotIn []string `json:"pirschDomainIDNotIn,omitempty"` - PirschDomainIdgt *string `json:"pirschDomainIDGT,omitempty"` - PirschDomainIdgte *string `json:"pirschDomainIDGTE,omitempty"` - PirschDomainIdlt *string `json:"pirschDomainIDLT,omitempty"` - PirschDomainIdlte *string `json:"pirschDomainIDLTE,omitempty"` PirschDomainIDContains *string `json:"pirschDomainIDContains,omitempty"` PirschDomainIDHasPrefix *string `json:"pirschDomainIDHasPrefix,omitempty"` PirschDomainIDHasSuffix *string `json:"pirschDomainIDHasSuffix,omitempty"` @@ -42291,10 +36632,6 @@ type TrustCenterWhereInput struct { PirschIdentificationCodeNeq *string `json:"pirschIdentificationCodeNEQ,omitempty"` PirschIdentificationCodeIn []string `json:"pirschIdentificationCodeIn,omitempty"` PirschIdentificationCodeNotIn []string `json:"pirschIdentificationCodeNotIn,omitempty"` - PirschIdentificationCodeGt *string `json:"pirschIdentificationCodeGT,omitempty"` - PirschIdentificationCodeGte *string `json:"pirschIdentificationCodeGTE,omitempty"` - PirschIdentificationCodeLt *string `json:"pirschIdentificationCodeLT,omitempty"` - PirschIdentificationCodeLte *string `json:"pirschIdentificationCodeLTE,omitempty"` PirschIdentificationCodeContains *string `json:"pirschIdentificationCodeContains,omitempty"` PirschIdentificationCodeHasPrefix *string `json:"pirschIdentificationCodeHasPrefix,omitempty"` PirschIdentificationCodeHasSuffix *string `json:"pirschIdentificationCodeHasSuffix,omitempty"` @@ -42307,10 +36644,6 @@ type TrustCenterWhereInput struct { PirschAccessLinkNeq *string `json:"pirschAccessLinkNEQ,omitempty"` PirschAccessLinkIn []string `json:"pirschAccessLinkIn,omitempty"` PirschAccessLinkNotIn []string `json:"pirschAccessLinkNotIn,omitempty"` - PirschAccessLinkGt *string `json:"pirschAccessLinkGT,omitempty"` - PirschAccessLinkGte *string `json:"pirschAccessLinkGTE,omitempty"` - PirschAccessLinkLt *string `json:"pirschAccessLinkLT,omitempty"` - PirschAccessLinkLte *string `json:"pirschAccessLinkLTE,omitempty"` PirschAccessLinkContains *string `json:"pirschAccessLinkContains,omitempty"` PirschAccessLinkHasPrefix *string `json:"pirschAccessLinkHasPrefix,omitempty"` PirschAccessLinkHasSuffix *string `json:"pirschAccessLinkHasSuffix,omitempty"` @@ -42330,10 +36663,6 @@ type TrustCenterWhereInput struct { SubprocessorURLNeq *string `json:"subprocessorURLNEQ,omitempty"` SubprocessorURLIn []string `json:"subprocessorURLIn,omitempty"` SubprocessorURLNotIn []string `json:"subprocessorURLNotIn,omitempty"` - SubprocessorURLGt *string `json:"subprocessorURLGT,omitempty"` - SubprocessorURLGte *string `json:"subprocessorURLGTE,omitempty"` - SubprocessorURLLt *string `json:"subprocessorURLLT,omitempty"` - SubprocessorURLLte *string `json:"subprocessorURLLTE,omitempty"` SubprocessorURLContains *string `json:"subprocessorURLContains,omitempty"` SubprocessorURLHasPrefix *string `json:"subprocessorURLHasPrefix,omitempty"` SubprocessorURLHasSuffix *string `json:"subprocessorURLHasSuffix,omitempty"` @@ -49229,43 +43558,29 @@ type UserSettingWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -49278,10 +43593,6 @@ type UserSettingWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -49294,10 +43605,6 @@ type UserSettingWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -49310,10 +43617,6 @@ type UserSettingWhereInput struct { UserIdneq *string `json:"userIDNEQ,omitempty"` UserIDIn []string `json:"userIDIn,omitempty"` UserIDNotIn []string `json:"userIDNotIn,omitempty"` - UserIdgt *string `json:"userIDGT,omitempty"` - UserIdgte *string `json:"userIDGTE,omitempty"` - UserIdlt *string `json:"userIDLT,omitempty"` - UserIdlte *string `json:"userIDLTE,omitempty"` UserIDContains *string `json:"userIDContains,omitempty"` UserIDHasPrefix *string `json:"userIDHasPrefix,omitempty"` UserIDHasSuffix *string `json:"userIDHasSuffix,omitempty"` @@ -49326,10 +43629,6 @@ type UserSettingWhereInput struct { DelegateUserIdneq *string `json:"delegateUserIDNEQ,omitempty"` DelegateUserIDIn []string `json:"delegateUserIDIn,omitempty"` DelegateUserIDNotIn []string `json:"delegateUserIDNotIn,omitempty"` - DelegateUserIdgt *string `json:"delegateUserIDGT,omitempty"` - DelegateUserIdgte *string `json:"delegateUserIDGTE,omitempty"` - DelegateUserIdlt *string `json:"delegateUserIDLT,omitempty"` - DelegateUserIdlte *string `json:"delegateUserIDLTE,omitempty"` DelegateUserIDContains *string `json:"delegateUserIDContains,omitempty"` DelegateUserIDHasPrefix *string `json:"delegateUserIDHasPrefix,omitempty"` DelegateUserIDHasSuffix *string `json:"delegateUserIDHasSuffix,omitempty"` @@ -49338,52 +43637,40 @@ type UserSettingWhereInput struct { DelegateUserIDEqualFold *string `json:"delegateUserIDEqualFold,omitempty"` DelegateUserIDContainsFold *string `json:"delegateUserIDContainsFold,omitempty"` // delegate_start_at field predicates - DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` - DelegateStartAtNeq *time.Time `json:"delegateStartAtNEQ,omitempty"` - DelegateStartAtIn []*time.Time `json:"delegateStartAtIn,omitempty"` - DelegateStartAtNotIn []*time.Time `json:"delegateStartAtNotIn,omitempty"` - DelegateStartAtGt *time.Time `json:"delegateStartAtGT,omitempty"` - DelegateStartAtGte *time.Time `json:"delegateStartAtGTE,omitempty"` - DelegateStartAtLt *time.Time `json:"delegateStartAtLT,omitempty"` - DelegateStartAtLte *time.Time `json:"delegateStartAtLTE,omitempty"` - DelegateStartAtIsNil *bool `json:"delegateStartAtIsNil,omitempty"` - DelegateStartAtNotNil *bool `json:"delegateStartAtNotNil,omitempty"` + DelegateStartAt *time.Time `json:"delegateStartAt,omitempty"` + DelegateStartAtGt *time.Time `json:"delegateStartAtGT,omitempty"` + DelegateStartAtGte *time.Time `json:"delegateStartAtGTE,omitempty"` + DelegateStartAtLt *time.Time `json:"delegateStartAtLT,omitempty"` + DelegateStartAtLte *time.Time `json:"delegateStartAtLTE,omitempty"` + DelegateStartAtIsNil *bool `json:"delegateStartAtIsNil,omitempty"` + DelegateStartAtNotNil *bool `json:"delegateStartAtNotNil,omitempty"` // delegate_end_at field predicates - DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` - DelegateEndAtNeq *time.Time `json:"delegateEndAtNEQ,omitempty"` - DelegateEndAtIn []*time.Time `json:"delegateEndAtIn,omitempty"` - DelegateEndAtNotIn []*time.Time `json:"delegateEndAtNotIn,omitempty"` - DelegateEndAtGt *time.Time `json:"delegateEndAtGT,omitempty"` - DelegateEndAtGte *time.Time `json:"delegateEndAtGTE,omitempty"` - DelegateEndAtLt *time.Time `json:"delegateEndAtLT,omitempty"` - DelegateEndAtLte *time.Time `json:"delegateEndAtLTE,omitempty"` - DelegateEndAtIsNil *bool `json:"delegateEndAtIsNil,omitempty"` - DelegateEndAtNotNil *bool `json:"delegateEndAtNotNil,omitempty"` + DelegateEndAt *time.Time `json:"delegateEndAt,omitempty"` + DelegateEndAtGt *time.Time `json:"delegateEndAtGT,omitempty"` + DelegateEndAtGte *time.Time `json:"delegateEndAtGTE,omitempty"` + DelegateEndAtLt *time.Time `json:"delegateEndAtLT,omitempty"` + DelegateEndAtLte *time.Time `json:"delegateEndAtLTE,omitempty"` + DelegateEndAtIsNil *bool `json:"delegateEndAtIsNil,omitempty"` + DelegateEndAtNotNil *bool `json:"delegateEndAtNotNil,omitempty"` // locked field predicates Locked *bool `json:"locked,omitempty"` LockedNeq *bool `json:"lockedNEQ,omitempty"` // silenced_at field predicates - SilencedAt *time.Time `json:"silencedAt,omitempty"` - SilencedAtNeq *time.Time `json:"silencedAtNEQ,omitempty"` - SilencedAtIn []*time.Time `json:"silencedAtIn,omitempty"` - SilencedAtNotIn []*time.Time `json:"silencedAtNotIn,omitempty"` - SilencedAtGt *time.Time `json:"silencedAtGT,omitempty"` - SilencedAtGte *time.Time `json:"silencedAtGTE,omitempty"` - SilencedAtLt *time.Time `json:"silencedAtLT,omitempty"` - SilencedAtLte *time.Time `json:"silencedAtLTE,omitempty"` - SilencedAtIsNil *bool `json:"silencedAtIsNil,omitempty"` - SilencedAtNotNil *bool `json:"silencedAtNotNil,omitempty"` + SilencedAt *time.Time `json:"silencedAt,omitempty"` + SilencedAtGt *time.Time `json:"silencedAtGT,omitempty"` + SilencedAtGte *time.Time `json:"silencedAtGTE,omitempty"` + SilencedAtLt *time.Time `json:"silencedAtLT,omitempty"` + SilencedAtLte *time.Time `json:"silencedAtLTE,omitempty"` + SilencedAtIsNil *bool `json:"silencedAtIsNil,omitempty"` + SilencedAtNotNil *bool `json:"silencedAtNotNil,omitempty"` // suspended_at field predicates - SuspendedAt *time.Time `json:"suspendedAt,omitempty"` - SuspendedAtNeq *time.Time `json:"suspendedAtNEQ,omitempty"` - SuspendedAtIn []*time.Time `json:"suspendedAtIn,omitempty"` - SuspendedAtNotIn []*time.Time `json:"suspendedAtNotIn,omitempty"` - SuspendedAtGt *time.Time `json:"suspendedAtGT,omitempty"` - SuspendedAtGte *time.Time `json:"suspendedAtGTE,omitempty"` - SuspendedAtLt *time.Time `json:"suspendedAtLT,omitempty"` - SuspendedAtLte *time.Time `json:"suspendedAtLTE,omitempty"` - SuspendedAtIsNil *bool `json:"suspendedAtIsNil,omitempty"` - SuspendedAtNotNil *bool `json:"suspendedAtNotNil,omitempty"` + SuspendedAt *time.Time `json:"suspendedAt,omitempty"` + SuspendedAtGt *time.Time `json:"suspendedAtGT,omitempty"` + SuspendedAtGte *time.Time `json:"suspendedAtGTE,omitempty"` + SuspendedAtLt *time.Time `json:"suspendedAtLT,omitempty"` + SuspendedAtLte *time.Time `json:"suspendedAtLTE,omitempty"` + SuspendedAtIsNil *bool `json:"suspendedAtIsNil,omitempty"` + SuspendedAtNotNil *bool `json:"suspendedAtNotNil,omitempty"` // status field predicates Status *enums.UserStatus `json:"status,omitempty"` StatusNeq *enums.UserStatus `json:"statusNEQ,omitempty"` @@ -49424,43 +43711,29 @@ type UserWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -49473,10 +43746,6 @@ type UserWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -49489,10 +43758,6 @@ type UserWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -49503,10 +43768,6 @@ type UserWhereInput struct { EmailNeq *string `json:"emailNEQ,omitempty"` EmailIn []string `json:"emailIn,omitempty"` EmailNotIn []string `json:"emailNotIn,omitempty"` - EmailGt *string `json:"emailGT,omitempty"` - EmailGte *string `json:"emailGTE,omitempty"` - EmailLt *string `json:"emailLT,omitempty"` - EmailLte *string `json:"emailLTE,omitempty"` EmailContains *string `json:"emailContains,omitempty"` EmailHasPrefix *string `json:"emailHasPrefix,omitempty"` EmailHasSuffix *string `json:"emailHasSuffix,omitempty"` @@ -49517,10 +43778,6 @@ type UserWhereInput struct { FirstNameNeq *string `json:"firstNameNEQ,omitempty"` FirstNameIn []string `json:"firstNameIn,omitempty"` FirstNameNotIn []string `json:"firstNameNotIn,omitempty"` - FirstNameGt *string `json:"firstNameGT,omitempty"` - FirstNameGte *string `json:"firstNameGTE,omitempty"` - FirstNameLt *string `json:"firstNameLT,omitempty"` - FirstNameLte *string `json:"firstNameLTE,omitempty"` FirstNameContains *string `json:"firstNameContains,omitempty"` FirstNameHasPrefix *string `json:"firstNameHasPrefix,omitempty"` FirstNameHasSuffix *string `json:"firstNameHasSuffix,omitempty"` @@ -49533,10 +43790,6 @@ type UserWhereInput struct { LastNameNeq *string `json:"lastNameNEQ,omitempty"` LastNameIn []string `json:"lastNameIn,omitempty"` LastNameNotIn []string `json:"lastNameNotIn,omitempty"` - LastNameGt *string `json:"lastNameGT,omitempty"` - LastNameGte *string `json:"lastNameGTE,omitempty"` - LastNameLt *string `json:"lastNameLT,omitempty"` - LastNameLte *string `json:"lastNameLTE,omitempty"` LastNameContains *string `json:"lastNameContains,omitempty"` LastNameHasPrefix *string `json:"lastNameHasPrefix,omitempty"` LastNameHasSuffix *string `json:"lastNameHasSuffix,omitempty"` @@ -49549,10 +43802,6 @@ type UserWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -49563,10 +43812,6 @@ type UserWhereInput struct { AvatarRemoteURLNeq *string `json:"avatarRemoteURLNEQ,omitempty"` AvatarRemoteURLIn []string `json:"avatarRemoteURLIn,omitempty"` AvatarRemoteURLNotIn []string `json:"avatarRemoteURLNotIn,omitempty"` - AvatarRemoteURLGt *string `json:"avatarRemoteURLGT,omitempty"` - AvatarRemoteURLGte *string `json:"avatarRemoteURLGTE,omitempty"` - AvatarRemoteURLLt *string `json:"avatarRemoteURLLT,omitempty"` - AvatarRemoteURLLte *string `json:"avatarRemoteURLLTE,omitempty"` AvatarRemoteURLContains *string `json:"avatarRemoteURLContains,omitempty"` AvatarRemoteURLHasPrefix *string `json:"avatarRemoteURLHasPrefix,omitempty"` AvatarRemoteURLHasSuffix *string `json:"avatarRemoteURLHasSuffix,omitempty"` @@ -49579,10 +43824,6 @@ type UserWhereInput struct { AvatarLocalFileIdneq *string `json:"avatarLocalFileIDNEQ,omitempty"` AvatarLocalFileIDIn []string `json:"avatarLocalFileIDIn,omitempty"` AvatarLocalFileIDNotIn []string `json:"avatarLocalFileIDNotIn,omitempty"` - AvatarLocalFileIdgt *string `json:"avatarLocalFileIDGT,omitempty"` - AvatarLocalFileIdgte *string `json:"avatarLocalFileIDGTE,omitempty"` - AvatarLocalFileIdlt *string `json:"avatarLocalFileIDLT,omitempty"` - AvatarLocalFileIdlte *string `json:"avatarLocalFileIDLTE,omitempty"` AvatarLocalFileIDContains *string `json:"avatarLocalFileIDContains,omitempty"` AvatarLocalFileIDHasPrefix *string `json:"avatarLocalFileIDHasPrefix,omitempty"` AvatarLocalFileIDHasSuffix *string `json:"avatarLocalFileIDHasSuffix,omitempty"` @@ -49591,27 +43832,21 @@ type UserWhereInput struct { AvatarLocalFileIDEqualFold *string `json:"avatarLocalFileIDEqualFold,omitempty"` AvatarLocalFileIDContainsFold *string `json:"avatarLocalFileIDContainsFold,omitempty"` // avatar_updated_at field predicates - AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` - AvatarUpdatedAtNeq *time.Time `json:"avatarUpdatedAtNEQ,omitempty"` - AvatarUpdatedAtIn []*time.Time `json:"avatarUpdatedAtIn,omitempty"` - AvatarUpdatedAtNotIn []*time.Time `json:"avatarUpdatedAtNotIn,omitempty"` - AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` - AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` - AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` - AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` - AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` - AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` + AvatarUpdatedAt *time.Time `json:"avatarUpdatedAt,omitempty"` + AvatarUpdatedAtGt *time.Time `json:"avatarUpdatedAtGT,omitempty"` + AvatarUpdatedAtGte *time.Time `json:"avatarUpdatedAtGTE,omitempty"` + AvatarUpdatedAtLt *time.Time `json:"avatarUpdatedAtLT,omitempty"` + AvatarUpdatedAtLte *time.Time `json:"avatarUpdatedAtLTE,omitempty"` + AvatarUpdatedAtIsNil *bool `json:"avatarUpdatedAtIsNil,omitempty"` + AvatarUpdatedAtNotNil *bool `json:"avatarUpdatedAtNotNil,omitempty"` // last_seen field predicates - LastSeen *time.Time `json:"lastSeen,omitempty"` - LastSeenNeq *time.Time `json:"lastSeenNEQ,omitempty"` - LastSeenIn []*time.Time `json:"lastSeenIn,omitempty"` - LastSeenNotIn []*time.Time `json:"lastSeenNotIn,omitempty"` - LastSeenGt *time.Time `json:"lastSeenGT,omitempty"` - LastSeenGte *time.Time `json:"lastSeenGTE,omitempty"` - LastSeenLt *time.Time `json:"lastSeenLT,omitempty"` - LastSeenLte *time.Time `json:"lastSeenLTE,omitempty"` - LastSeenIsNil *bool `json:"lastSeenIsNil,omitempty"` - LastSeenNotNil *bool `json:"lastSeenNotNil,omitempty"` + LastSeen *time.Time `json:"lastSeen,omitempty"` + LastSeenGt *time.Time `json:"lastSeenGT,omitempty"` + LastSeenGte *time.Time `json:"lastSeenGTE,omitempty"` + LastSeenLt *time.Time `json:"lastSeenLT,omitempty"` + LastSeenLte *time.Time `json:"lastSeenLTE,omitempty"` + LastSeenIsNil *bool `json:"lastSeenIsNil,omitempty"` + LastSeenNotNil *bool `json:"lastSeenNotNil,omitempty"` // last_login_provider field predicates LastLoginProvider *enums.AuthProvider `json:"lastLoginProvider,omitempty"` LastLoginProviderNeq *enums.AuthProvider `json:"lastLoginProviderNEQ,omitempty"` @@ -49624,10 +43859,6 @@ type UserWhereInput struct { SubNeq *string `json:"subNEQ,omitempty"` SubIn []string `json:"subIn,omitempty"` SubNotIn []string `json:"subNotIn,omitempty"` - SubGt *string `json:"subGT,omitempty"` - SubGte *string `json:"subGTE,omitempty"` - SubLt *string `json:"subLT,omitempty"` - SubLte *string `json:"subLTE,omitempty"` SubContains *string `json:"subContains,omitempty"` SubHasPrefix *string `json:"subHasPrefix,omitempty"` SubHasSuffix *string `json:"subHasSuffix,omitempty"` @@ -49652,10 +43883,6 @@ type UserWhereInput struct { ScimExternalIdneq *string `json:"scimExternalIDNEQ,omitempty"` ScimExternalIDIn []string `json:"scimExternalIDIn,omitempty"` ScimExternalIDNotIn []string `json:"scimExternalIDNotIn,omitempty"` - ScimExternalIdgt *string `json:"scimExternalIDGT,omitempty"` - ScimExternalIdgte *string `json:"scimExternalIDGTE,omitempty"` - ScimExternalIdlt *string `json:"scimExternalIDLT,omitempty"` - ScimExternalIdlte *string `json:"scimExternalIDLTE,omitempty"` ScimExternalIDContains *string `json:"scimExternalIDContains,omitempty"` ScimExternalIDHasPrefix *string `json:"scimExternalIDHasPrefix,omitempty"` ScimExternalIDHasSuffix *string `json:"scimExternalIDHasSuffix,omitempty"` @@ -49668,10 +43895,6 @@ type UserWhereInput struct { ScimUsernameNeq *string `json:"scimUsernameNEQ,omitempty"` ScimUsernameIn []string `json:"scimUsernameIn,omitempty"` ScimUsernameNotIn []string `json:"scimUsernameNotIn,omitempty"` - ScimUsernameGt *string `json:"scimUsernameGT,omitempty"` - ScimUsernameGte *string `json:"scimUsernameGTE,omitempty"` - ScimUsernameLt *string `json:"scimUsernameLT,omitempty"` - ScimUsernameLte *string `json:"scimUsernameLTE,omitempty"` ScimUsernameContains *string `json:"scimUsernameContains,omitempty"` ScimUsernameHasPrefix *string `json:"scimUsernameHasPrefix,omitempty"` ScimUsernameHasSuffix *string `json:"scimUsernameHasSuffix,omitempty"` @@ -49689,10 +43912,6 @@ type UserWhereInput struct { ScimPreferredLanguageNeq *string `json:"scimPreferredLanguageNEQ,omitempty"` ScimPreferredLanguageIn []string `json:"scimPreferredLanguageIn,omitempty"` ScimPreferredLanguageNotIn []string `json:"scimPreferredLanguageNotIn,omitempty"` - ScimPreferredLanguageGt *string `json:"scimPreferredLanguageGT,omitempty"` - ScimPreferredLanguageGte *string `json:"scimPreferredLanguageGTE,omitempty"` - ScimPreferredLanguageLt *string `json:"scimPreferredLanguageLT,omitempty"` - ScimPreferredLanguageLte *string `json:"scimPreferredLanguageLTE,omitempty"` ScimPreferredLanguageContains *string `json:"scimPreferredLanguageContains,omitempty"` ScimPreferredLanguageHasPrefix *string `json:"scimPreferredLanguageHasPrefix,omitempty"` ScimPreferredLanguageHasSuffix *string `json:"scimPreferredLanguageHasSuffix,omitempty"` @@ -49705,10 +43924,6 @@ type UserWhereInput struct { ScimLocaleNeq *string `json:"scimLocaleNEQ,omitempty"` ScimLocaleIn []string `json:"scimLocaleIn,omitempty"` ScimLocaleNotIn []string `json:"scimLocaleNotIn,omitempty"` - ScimLocaleGt *string `json:"scimLocaleGT,omitempty"` - ScimLocaleGte *string `json:"scimLocaleGTE,omitempty"` - ScimLocaleLt *string `json:"scimLocaleLT,omitempty"` - ScimLocaleLte *string `json:"scimLocaleLTE,omitempty"` ScimLocaleContains *string `json:"scimLocaleContains,omitempty"` ScimLocaleHasPrefix *string `json:"scimLocaleHasPrefix,omitempty"` ScimLocaleHasSuffix *string `json:"scimLocaleHasSuffix,omitempty"` @@ -49915,43 +44130,29 @@ type VendorRiskScoreWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -49964,10 +44165,6 @@ type VendorRiskScoreWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -49980,10 +44177,6 @@ type VendorRiskScoreWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -49996,10 +44189,6 @@ type VendorRiskScoreWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -50012,10 +44201,6 @@ type VendorRiskScoreWhereInput struct { QuestionKeyNeq *string `json:"questionKeyNEQ,omitempty"` QuestionKeyIn []string `json:"questionKeyIn,omitempty"` QuestionKeyNotIn []string `json:"questionKeyNotIn,omitempty"` - QuestionKeyGt *string `json:"questionKeyGT,omitempty"` - QuestionKeyGte *string `json:"questionKeyGTE,omitempty"` - QuestionKeyLt *string `json:"questionKeyLT,omitempty"` - QuestionKeyLte *string `json:"questionKeyLTE,omitempty"` QuestionKeyContains *string `json:"questionKeyContains,omitempty"` QuestionKeyHasPrefix *string `json:"questionKeyHasPrefix,omitempty"` QuestionKeyHasSuffix *string `json:"questionKeyHasSuffix,omitempty"` @@ -50026,10 +44211,6 @@ type VendorRiskScoreWhereInput struct { QuestionNameNeq *string `json:"questionNameNEQ,omitempty"` QuestionNameIn []string `json:"questionNameIn,omitempty"` QuestionNameNotIn []string `json:"questionNameNotIn,omitempty"` - QuestionNameGt *string `json:"questionNameGT,omitempty"` - QuestionNameGte *string `json:"questionNameGTE,omitempty"` - QuestionNameLt *string `json:"questionNameLT,omitempty"` - QuestionNameLte *string `json:"questionNameLTE,omitempty"` QuestionNameContains *string `json:"questionNameContains,omitempty"` QuestionNameHasPrefix *string `json:"questionNameHasPrefix,omitempty"` QuestionNameHasSuffix *string `json:"questionNameHasSuffix,omitempty"` @@ -50040,10 +44221,6 @@ type VendorRiskScoreWhereInput struct { QuestionDescriptionNeq *string `json:"questionDescriptionNEQ,omitempty"` QuestionDescriptionIn []string `json:"questionDescriptionIn,omitempty"` QuestionDescriptionNotIn []string `json:"questionDescriptionNotIn,omitempty"` - QuestionDescriptionGt *string `json:"questionDescriptionGT,omitempty"` - QuestionDescriptionGte *string `json:"questionDescriptionGTE,omitempty"` - QuestionDescriptionLt *string `json:"questionDescriptionLT,omitempty"` - QuestionDescriptionLte *string `json:"questionDescriptionLTE,omitempty"` QuestionDescriptionContains *string `json:"questionDescriptionContains,omitempty"` QuestionDescriptionHasPrefix *string `json:"questionDescriptionHasPrefix,omitempty"` QuestionDescriptionHasSuffix *string `json:"questionDescriptionHasSuffix,omitempty"` @@ -50085,10 +44262,6 @@ type VendorRiskScoreWhereInput struct { AnswerNeq *string `json:"answerNEQ,omitempty"` AnswerIn []string `json:"answerIn,omitempty"` AnswerNotIn []string `json:"answerNotIn,omitempty"` - AnswerGt *string `json:"answerGT,omitempty"` - AnswerGte *string `json:"answerGTE,omitempty"` - AnswerLt *string `json:"answerLT,omitempty"` - AnswerLte *string `json:"answerLTE,omitempty"` AnswerContains *string `json:"answerContains,omitempty"` AnswerHasPrefix *string `json:"answerHasPrefix,omitempty"` AnswerHasSuffix *string `json:"answerHasSuffix,omitempty"` @@ -50101,10 +44274,6 @@ type VendorRiskScoreWhereInput struct { NotesNeq *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGt *string `json:"notesGT,omitempty"` - NotesGte *string `json:"notesGTE,omitempty"` - NotesLt *string `json:"notesLT,omitempty"` - NotesLte *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -50117,10 +44286,6 @@ type VendorRiskScoreWhereInput struct { VendorScoringConfigIdneq *string `json:"vendorScoringConfigIDNEQ,omitempty"` VendorScoringConfigIDIn []string `json:"vendorScoringConfigIDIn,omitempty"` VendorScoringConfigIDNotIn []string `json:"vendorScoringConfigIDNotIn,omitempty"` - VendorScoringConfigIdgt *string `json:"vendorScoringConfigIDGT,omitempty"` - VendorScoringConfigIdgte *string `json:"vendorScoringConfigIDGTE,omitempty"` - VendorScoringConfigIdlt *string `json:"vendorScoringConfigIDLT,omitempty"` - VendorScoringConfigIdlte *string `json:"vendorScoringConfigIDLTE,omitempty"` VendorScoringConfigIDContains *string `json:"vendorScoringConfigIDContains,omitempty"` VendorScoringConfigIDHasPrefix *string `json:"vendorScoringConfigIDHasPrefix,omitempty"` VendorScoringConfigIDHasSuffix *string `json:"vendorScoringConfigIDHasSuffix,omitempty"` @@ -50133,10 +44298,6 @@ type VendorRiskScoreWhereInput struct { EntityIdneq *string `json:"entityIDNEQ,omitempty"` EntityIDIn []string `json:"entityIDIn,omitempty"` EntityIDNotIn []string `json:"entityIDNotIn,omitempty"` - EntityIdgt *string `json:"entityIDGT,omitempty"` - EntityIdgte *string `json:"entityIDGTE,omitempty"` - EntityIdlt *string `json:"entityIDLT,omitempty"` - EntityIdlte *string `json:"entityIDLTE,omitempty"` EntityIDContains *string `json:"entityIDContains,omitempty"` EntityIDHasPrefix *string `json:"entityIDHasPrefix,omitempty"` EntityIDHasSuffix *string `json:"entityIDHasSuffix,omitempty"` @@ -50147,10 +44308,6 @@ type VendorRiskScoreWhereInput struct { AssessmentResponseIdneq *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIdgt *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIdgte *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIdlt *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIdlte *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -50281,43 +44438,29 @@ type VendorScoringConfigWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -50330,10 +44473,6 @@ type VendorScoringConfigWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -50346,10 +44485,6 @@ type VendorScoringConfigWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -50362,10 +44497,6 @@ type VendorScoringConfigWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -50668,43 +44799,29 @@ type VulnerabilityWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -50717,10 +44834,6 @@ type VulnerabilityWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -50733,10 +44846,6 @@ type VulnerabilityWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -50749,10 +44858,6 @@ type VulnerabilityWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -50763,10 +44868,6 @@ type VulnerabilityWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -50779,10 +44880,6 @@ type VulnerabilityWhereInput struct { ReviewedByNeq *string `json:"reviewedByNEQ,omitempty"` ReviewedByIn []string `json:"reviewedByIn,omitempty"` ReviewedByNotIn []string `json:"reviewedByNotIn,omitempty"` - ReviewedByGt *string `json:"reviewedByGT,omitempty"` - ReviewedByGte *string `json:"reviewedByGTE,omitempty"` - ReviewedByLt *string `json:"reviewedByLT,omitempty"` - ReviewedByLte *string `json:"reviewedByLTE,omitempty"` ReviewedByContains *string `json:"reviewedByContains,omitempty"` ReviewedByHasPrefix *string `json:"reviewedByHasPrefix,omitempty"` ReviewedByHasSuffix *string `json:"reviewedByHasSuffix,omitempty"` @@ -50795,10 +44892,6 @@ type VulnerabilityWhereInput struct { ReviewedByUserIdneq *string `json:"reviewedByUserIDNEQ,omitempty"` ReviewedByUserIDIn []string `json:"reviewedByUserIDIn,omitempty"` ReviewedByUserIDNotIn []string `json:"reviewedByUserIDNotIn,omitempty"` - ReviewedByUserIdgt *string `json:"reviewedByUserIDGT,omitempty"` - ReviewedByUserIdgte *string `json:"reviewedByUserIDGTE,omitempty"` - ReviewedByUserIdlt *string `json:"reviewedByUserIDLT,omitempty"` - ReviewedByUserIdlte *string `json:"reviewedByUserIDLTE,omitempty"` ReviewedByUserIDContains *string `json:"reviewedByUserIDContains,omitempty"` ReviewedByUserIDHasPrefix *string `json:"reviewedByUserIDHasPrefix,omitempty"` ReviewedByUserIDHasSuffix *string `json:"reviewedByUserIDHasSuffix,omitempty"` @@ -50811,10 +44904,6 @@ type VulnerabilityWhereInput struct { ReviewedByGroupIdneq *string `json:"reviewedByGroupIDNEQ,omitempty"` ReviewedByGroupIDIn []string `json:"reviewedByGroupIDIn,omitempty"` ReviewedByGroupIDNotIn []string `json:"reviewedByGroupIDNotIn,omitempty"` - ReviewedByGroupIdgt *string `json:"reviewedByGroupIDGT,omitempty"` - ReviewedByGroupIdgte *string `json:"reviewedByGroupIDGTE,omitempty"` - ReviewedByGroupIdlt *string `json:"reviewedByGroupIDLT,omitempty"` - ReviewedByGroupIdlte *string `json:"reviewedByGroupIDLTE,omitempty"` ReviewedByGroupIDContains *string `json:"reviewedByGroupIDContains,omitempty"` ReviewedByGroupIDHasPrefix *string `json:"reviewedByGroupIDHasPrefix,omitempty"` ReviewedByGroupIDHasSuffix *string `json:"reviewedByGroupIDHasSuffix,omitempty"` @@ -50827,10 +44916,6 @@ type VulnerabilityWhereInput struct { AssignedToNeq *string `json:"assignedToNEQ,omitempty"` AssignedToIn []string `json:"assignedToIn,omitempty"` AssignedToNotIn []string `json:"assignedToNotIn,omitempty"` - AssignedToGt *string `json:"assignedToGT,omitempty"` - AssignedToGte *string `json:"assignedToGTE,omitempty"` - AssignedToLt *string `json:"assignedToLT,omitempty"` - AssignedToLte *string `json:"assignedToLTE,omitempty"` AssignedToContains *string `json:"assignedToContains,omitempty"` AssignedToHasPrefix *string `json:"assignedToHasPrefix,omitempty"` AssignedToHasSuffix *string `json:"assignedToHasSuffix,omitempty"` @@ -50843,10 +44928,6 @@ type VulnerabilityWhereInput struct { AssignedToUserIdneq *string `json:"assignedToUserIDNEQ,omitempty"` AssignedToUserIDIn []string `json:"assignedToUserIDIn,omitempty"` AssignedToUserIDNotIn []string `json:"assignedToUserIDNotIn,omitempty"` - AssignedToUserIdgt *string `json:"assignedToUserIDGT,omitempty"` - AssignedToUserIdgte *string `json:"assignedToUserIDGTE,omitempty"` - AssignedToUserIdlt *string `json:"assignedToUserIDLT,omitempty"` - AssignedToUserIdlte *string `json:"assignedToUserIDLTE,omitempty"` AssignedToUserIDContains *string `json:"assignedToUserIDContains,omitempty"` AssignedToUserIDHasPrefix *string `json:"assignedToUserIDHasPrefix,omitempty"` AssignedToUserIDHasSuffix *string `json:"assignedToUserIDHasSuffix,omitempty"` @@ -50859,10 +44940,6 @@ type VulnerabilityWhereInput struct { AssignedToGroupIdneq *string `json:"assignedToGroupIDNEQ,omitempty"` AssignedToGroupIDIn []string `json:"assignedToGroupIDIn,omitempty"` AssignedToGroupIDNotIn []string `json:"assignedToGroupIDNotIn,omitempty"` - AssignedToGroupIdgt *string `json:"assignedToGroupIDGT,omitempty"` - AssignedToGroupIdgte *string `json:"assignedToGroupIDGTE,omitempty"` - AssignedToGroupIdlt *string `json:"assignedToGroupIDLT,omitempty"` - AssignedToGroupIdlte *string `json:"assignedToGroupIDLTE,omitempty"` AssignedToGroupIDContains *string `json:"assignedToGroupIDContains,omitempty"` AssignedToGroupIDHasPrefix *string `json:"assignedToGroupIDHasPrefix,omitempty"` AssignedToGroupIDHasSuffix *string `json:"assignedToGroupIDHasSuffix,omitempty"` @@ -50880,10 +44957,6 @@ type VulnerabilityWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -50896,10 +44969,6 @@ type VulnerabilityWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -50912,10 +44981,6 @@ type VulnerabilityWhereInput struct { EnvironmentNameNeq *string `json:"environmentNameNEQ,omitempty"` EnvironmentNameIn []string `json:"environmentNameIn,omitempty"` EnvironmentNameNotIn []string `json:"environmentNameNotIn,omitempty"` - EnvironmentNameGt *string `json:"environmentNameGT,omitempty"` - EnvironmentNameGte *string `json:"environmentNameGTE,omitempty"` - EnvironmentNameLt *string `json:"environmentNameLT,omitempty"` - EnvironmentNameLte *string `json:"environmentNameLTE,omitempty"` EnvironmentNameContains *string `json:"environmentNameContains,omitempty"` EnvironmentNameHasPrefix *string `json:"environmentNameHasPrefix,omitempty"` EnvironmentNameHasSuffix *string `json:"environmentNameHasSuffix,omitempty"` @@ -50928,10 +44993,6 @@ type VulnerabilityWhereInput struct { EnvironmentIdneq *string `json:"environmentIDNEQ,omitempty"` EnvironmentIDIn []string `json:"environmentIDIn,omitempty"` EnvironmentIDNotIn []string `json:"environmentIDNotIn,omitempty"` - EnvironmentIdgt *string `json:"environmentIDGT,omitempty"` - EnvironmentIdgte *string `json:"environmentIDGTE,omitempty"` - EnvironmentIdlt *string `json:"environmentIDLT,omitempty"` - EnvironmentIdlte *string `json:"environmentIDLTE,omitempty"` EnvironmentIDContains *string `json:"environmentIDContains,omitempty"` EnvironmentIDHasPrefix *string `json:"environmentIDHasPrefix,omitempty"` EnvironmentIDHasSuffix *string `json:"environmentIDHasSuffix,omitempty"` @@ -50944,10 +45005,6 @@ type VulnerabilityWhereInput struct { ScopeNameNeq *string `json:"scopeNameNEQ,omitempty"` ScopeNameIn []string `json:"scopeNameIn,omitempty"` ScopeNameNotIn []string `json:"scopeNameNotIn,omitempty"` - ScopeNameGt *string `json:"scopeNameGT,omitempty"` - ScopeNameGte *string `json:"scopeNameGTE,omitempty"` - ScopeNameLt *string `json:"scopeNameLT,omitempty"` - ScopeNameLte *string `json:"scopeNameLTE,omitempty"` ScopeNameContains *string `json:"scopeNameContains,omitempty"` ScopeNameHasPrefix *string `json:"scopeNameHasPrefix,omitempty"` ScopeNameHasSuffix *string `json:"scopeNameHasSuffix,omitempty"` @@ -50960,10 +45017,6 @@ type VulnerabilityWhereInput struct { ScopeIdneq *string `json:"scopeIDNEQ,omitempty"` ScopeIDIn []string `json:"scopeIDIn,omitempty"` ScopeIDNotIn []string `json:"scopeIDNotIn,omitempty"` - ScopeIdgt *string `json:"scopeIDGT,omitempty"` - ScopeIdgte *string `json:"scopeIDGTE,omitempty"` - ScopeIdlt *string `json:"scopeIDLT,omitempty"` - ScopeIdlte *string `json:"scopeIDLTE,omitempty"` ScopeIDContains *string `json:"scopeIDContains,omitempty"` ScopeIDHasPrefix *string `json:"scopeIDHasPrefix,omitempty"` ScopeIDHasSuffix *string `json:"scopeIDHasSuffix,omitempty"` @@ -50976,10 +45029,6 @@ type VulnerabilityWhereInput struct { VulnerabilityStatusNameNeq *string `json:"vulnerabilityStatusNameNEQ,omitempty"` VulnerabilityStatusNameIn []string `json:"vulnerabilityStatusNameIn,omitempty"` VulnerabilityStatusNameNotIn []string `json:"vulnerabilityStatusNameNotIn,omitempty"` - VulnerabilityStatusNameGt *string `json:"vulnerabilityStatusNameGT,omitempty"` - VulnerabilityStatusNameGte *string `json:"vulnerabilityStatusNameGTE,omitempty"` - VulnerabilityStatusNameLt *string `json:"vulnerabilityStatusNameLT,omitempty"` - VulnerabilityStatusNameLte *string `json:"vulnerabilityStatusNameLTE,omitempty"` VulnerabilityStatusNameContains *string `json:"vulnerabilityStatusNameContains,omitempty"` VulnerabilityStatusNameHasPrefix *string `json:"vulnerabilityStatusNameHasPrefix,omitempty"` VulnerabilityStatusNameHasSuffix *string `json:"vulnerabilityStatusNameHasSuffix,omitempty"` @@ -50992,10 +45041,6 @@ type VulnerabilityWhereInput struct { VulnerabilityStatusIdneq *string `json:"vulnerabilityStatusIDNEQ,omitempty"` VulnerabilityStatusIDIn []string `json:"vulnerabilityStatusIDIn,omitempty"` VulnerabilityStatusIDNotIn []string `json:"vulnerabilityStatusIDNotIn,omitempty"` - VulnerabilityStatusIdgt *string `json:"vulnerabilityStatusIDGT,omitempty"` - VulnerabilityStatusIdgte *string `json:"vulnerabilityStatusIDGTE,omitempty"` - VulnerabilityStatusIdlt *string `json:"vulnerabilityStatusIDLT,omitempty"` - VulnerabilityStatusIdlte *string `json:"vulnerabilityStatusIDLTE,omitempty"` VulnerabilityStatusIDContains *string `json:"vulnerabilityStatusIDContains,omitempty"` VulnerabilityStatusIDHasPrefix *string `json:"vulnerabilityStatusIDHasPrefix,omitempty"` VulnerabilityStatusIDHasSuffix *string `json:"vulnerabilityStatusIDHasSuffix,omitempty"` @@ -51013,10 +45058,6 @@ type VulnerabilityWhereInput struct { ExternalOwnerIdneq *string `json:"externalOwnerIDNEQ,omitempty"` ExternalOwnerIDIn []string `json:"externalOwnerIDIn,omitempty"` ExternalOwnerIDNotIn []string `json:"externalOwnerIDNotIn,omitempty"` - ExternalOwnerIdgt *string `json:"externalOwnerIDGT,omitempty"` - ExternalOwnerIdgte *string `json:"externalOwnerIDGTE,omitempty"` - ExternalOwnerIdlt *string `json:"externalOwnerIDLT,omitempty"` - ExternalOwnerIdlte *string `json:"externalOwnerIDLTE,omitempty"` ExternalOwnerIDContains *string `json:"externalOwnerIDContains,omitempty"` ExternalOwnerIDHasPrefix *string `json:"externalOwnerIDHasPrefix,omitempty"` ExternalOwnerIDHasSuffix *string `json:"externalOwnerIDHasSuffix,omitempty"` @@ -51036,10 +45077,6 @@ type VulnerabilityWhereInput struct { ExternalIdneq *string `json:"externalIDNEQ,omitempty"` ExternalIDIn []string `json:"externalIDIn,omitempty"` ExternalIDNotIn []string `json:"externalIDNotIn,omitempty"` - ExternalIdgt *string `json:"externalIDGT,omitempty"` - ExternalIdgte *string `json:"externalIDGTE,omitempty"` - ExternalIdlt *string `json:"externalIDLT,omitempty"` - ExternalIdlte *string `json:"externalIDLTE,omitempty"` ExternalIDContains *string `json:"externalIDContains,omitempty"` ExternalIDHasPrefix *string `json:"externalIDHasPrefix,omitempty"` ExternalIDHasSuffix *string `json:"externalIDHasSuffix,omitempty"` @@ -51050,10 +45087,6 @@ type VulnerabilityWhereInput struct { CveIdneq *string `json:"cveIDNEQ,omitempty"` CveIDIn []string `json:"cveIDIn,omitempty"` CveIDNotIn []string `json:"cveIDNotIn,omitempty"` - CveIdgt *string `json:"cveIDGT,omitempty"` - CveIdgte *string `json:"cveIDGTE,omitempty"` - CveIdlt *string `json:"cveIDLT,omitempty"` - CveIdlte *string `json:"cveIDLTE,omitempty"` CveIDContains *string `json:"cveIDContains,omitempty"` CveIDHasPrefix *string `json:"cveIDHasPrefix,omitempty"` CveIDHasSuffix *string `json:"cveIDHasSuffix,omitempty"` @@ -51066,10 +45099,6 @@ type VulnerabilityWhereInput struct { SourceNeq *string `json:"sourceNEQ,omitempty"` SourceIn []string `json:"sourceIn,omitempty"` SourceNotIn []string `json:"sourceNotIn,omitempty"` - SourceGt *string `json:"sourceGT,omitempty"` - SourceGte *string `json:"sourceGTE,omitempty"` - SourceLt *string `json:"sourceLT,omitempty"` - SourceLte *string `json:"sourceLTE,omitempty"` SourceContains *string `json:"sourceContains,omitempty"` SourceHasPrefix *string `json:"sourceHasPrefix,omitempty"` SourceHasSuffix *string `json:"sourceHasSuffix,omitempty"` @@ -51082,10 +45111,6 @@ type VulnerabilityWhereInput struct { DisplayNameNeq *string `json:"displayNameNEQ,omitempty"` DisplayNameIn []string `json:"displayNameIn,omitempty"` DisplayNameNotIn []string `json:"displayNameNotIn,omitempty"` - DisplayNameGt *string `json:"displayNameGT,omitempty"` - DisplayNameGte *string `json:"displayNameGTE,omitempty"` - DisplayNameLt *string `json:"displayNameLT,omitempty"` - DisplayNameLte *string `json:"displayNameLTE,omitempty"` DisplayNameContains *string `json:"displayNameContains,omitempty"` DisplayNameHasPrefix *string `json:"displayNameHasPrefix,omitempty"` DisplayNameHasSuffix *string `json:"displayNameHasSuffix,omitempty"` @@ -51098,10 +45123,6 @@ type VulnerabilityWhereInput struct { CategoryNeq *string `json:"categoryNEQ,omitempty"` CategoryIn []string `json:"categoryIn,omitempty"` CategoryNotIn []string `json:"categoryNotIn,omitempty"` - CategoryGt *string `json:"categoryGT,omitempty"` - CategoryGte *string `json:"categoryGTE,omitempty"` - CategoryLt *string `json:"categoryLT,omitempty"` - CategoryLte *string `json:"categoryLTE,omitempty"` CategoryContains *string `json:"categoryContains,omitempty"` CategoryHasPrefix *string `json:"categoryHasPrefix,omitempty"` CategoryHasSuffix *string `json:"categoryHasSuffix,omitempty"` @@ -51114,10 +45135,6 @@ type VulnerabilityWhereInput struct { SeverityNeq *string `json:"severityNEQ,omitempty"` SeverityIn []string `json:"severityIn,omitempty"` SeverityNotIn []string `json:"severityNotIn,omitempty"` - SeverityGt *string `json:"severityGT,omitempty"` - SeverityGte *string `json:"severityGTE,omitempty"` - SeverityLt *string `json:"severityLT,omitempty"` - SeverityLte *string `json:"severityLTE,omitempty"` SeverityContains *string `json:"severityContains,omitempty"` SeverityHasPrefix *string `json:"severityHasPrefix,omitempty"` SeverityHasSuffix *string `json:"severityHasSuffix,omitempty"` @@ -51163,10 +45180,6 @@ type VulnerabilityWhereInput struct { PriorityNeq *string `json:"priorityNEQ,omitempty"` PriorityIn []string `json:"priorityIn,omitempty"` PriorityNotIn []string `json:"priorityNotIn,omitempty"` - PriorityGt *string `json:"priorityGT,omitempty"` - PriorityGte *string `json:"priorityGTE,omitempty"` - PriorityLt *string `json:"priorityLT,omitempty"` - PriorityLte *string `json:"priorityLTE,omitempty"` PriorityContains *string `json:"priorityContains,omitempty"` PriorityHasPrefix *string `json:"priorityHasPrefix,omitempty"` PriorityHasSuffix *string `json:"priorityHasSuffix,omitempty"` @@ -51179,10 +45192,6 @@ type VulnerabilityWhereInput struct { SummaryNeq *string `json:"summaryNEQ,omitempty"` SummaryIn []string `json:"summaryIn,omitempty"` SummaryNotIn []string `json:"summaryNotIn,omitempty"` - SummaryGt *string `json:"summaryGT,omitempty"` - SummaryGte *string `json:"summaryGTE,omitempty"` - SummaryLt *string `json:"summaryLT,omitempty"` - SummaryLte *string `json:"summaryLTE,omitempty"` SummaryContains *string `json:"summaryContains,omitempty"` SummaryHasPrefix *string `json:"summaryHasPrefix,omitempty"` SummaryHasSuffix *string `json:"summaryHasSuffix,omitempty"` @@ -51195,10 +45204,6 @@ type VulnerabilityWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -51211,10 +45216,6 @@ type VulnerabilityWhereInput struct { VectorNeq *string `json:"vectorNEQ,omitempty"` VectorIn []string `json:"vectorIn,omitempty"` VectorNotIn []string `json:"vectorNotIn,omitempty"` - VectorGt *string `json:"vectorGT,omitempty"` - VectorGte *string `json:"vectorGTE,omitempty"` - VectorLt *string `json:"vectorLT,omitempty"` - VectorLte *string `json:"vectorLTE,omitempty"` VectorContains *string `json:"vectorContains,omitempty"` VectorHasPrefix *string `json:"vectorHasPrefix,omitempty"` VectorHasSuffix *string `json:"vectorHasSuffix,omitempty"` @@ -51223,16 +45224,14 @@ type VulnerabilityWhereInput struct { VectorEqualFold *string `json:"vectorEqualFold,omitempty"` VectorContainsFold *string `json:"vectorContainsFold,omitempty"` // remediation_sla field predicates - RemediationSLA *int64 `json:"remediationSLA,omitempty"` - RemediationSLANeq *int64 `json:"remediationSLANEQ,omitempty"` - RemediationSLAIn []int64 `json:"remediationSLAIn,omitempty"` - RemediationSLANotIn []int64 `json:"remediationSLANotIn,omitempty"` - RemediationSLAGt *int64 `json:"remediationSLAGT,omitempty"` - RemediationSLAGte *int64 `json:"remediationSLAGTE,omitempty"` - RemediationSLALt *int64 `json:"remediationSLALT,omitempty"` - RemediationSLALte *int64 `json:"remediationSLALTE,omitempty"` - RemediationSLAIsNil *bool `json:"remediationSLAIsNil,omitempty"` - RemediationSLANotNil *bool `json:"remediationSLANotNil,omitempty"` + RemediationSLA *int64 `json:"remediationSLA,omitempty"` + RemediationSLANeq *int64 `json:"remediationSLANEQ,omitempty"` + RemediationSLAGt *int64 `json:"remediationSLAGT,omitempty"` + RemediationSLAGte *int64 `json:"remediationSLAGTE,omitempty"` + RemediationSLALt *int64 `json:"remediationSLALT,omitempty"` + RemediationSLALte *int64 `json:"remediationSLALTE,omitempty"` + RemediationSLAIsNil *bool `json:"remediationSLAIsNil,omitempty"` + RemediationSLANotNil *bool `json:"remediationSLANotNil,omitempty"` // open field predicates Open *bool `json:"open,omitempty"` OpenNeq *bool `json:"openNEQ,omitempty"` @@ -51263,10 +45262,6 @@ type VulnerabilityWhereInput struct { VulnerableVersionRangeNeq *string `json:"vulnerableVersionRangeNEQ,omitempty"` VulnerableVersionRangeIn []string `json:"vulnerableVersionRangeIn,omitempty"` VulnerableVersionRangeNotIn []string `json:"vulnerableVersionRangeNotIn,omitempty"` - VulnerableVersionRangeGt *string `json:"vulnerableVersionRangeGT,omitempty"` - VulnerableVersionRangeGte *string `json:"vulnerableVersionRangeGTE,omitempty"` - VulnerableVersionRangeLt *string `json:"vulnerableVersionRangeLT,omitempty"` - VulnerableVersionRangeLte *string `json:"vulnerableVersionRangeLTE,omitempty"` VulnerableVersionRangeContains *string `json:"vulnerableVersionRangeContains,omitempty"` VulnerableVersionRangeHasPrefix *string `json:"vulnerableVersionRangeHasPrefix,omitempty"` VulnerableVersionRangeHasSuffix *string `json:"vulnerableVersionRangeHasSuffix,omitempty"` @@ -51279,10 +45274,6 @@ type VulnerabilityWhereInput struct { FirstPatchedVersionNeq *string `json:"firstPatchedVersionNEQ,omitempty"` FirstPatchedVersionIn []string `json:"firstPatchedVersionIn,omitempty"` FirstPatchedVersionNotIn []string `json:"firstPatchedVersionNotIn,omitempty"` - FirstPatchedVersionGt *string `json:"firstPatchedVersionGT,omitempty"` - FirstPatchedVersionGte *string `json:"firstPatchedVersionGTE,omitempty"` - FirstPatchedVersionLt *string `json:"firstPatchedVersionLT,omitempty"` - FirstPatchedVersionLte *string `json:"firstPatchedVersionLTE,omitempty"` FirstPatchedVersionContains *string `json:"firstPatchedVersionContains,omitempty"` FirstPatchedVersionHasPrefix *string `json:"firstPatchedVersionHasPrefix,omitempty"` FirstPatchedVersionHasSuffix *string `json:"firstPatchedVersionHasSuffix,omitempty"` @@ -51300,10 +45291,6 @@ type VulnerabilityWhereInput struct { PackageNameNeq *string `json:"packageNameNEQ,omitempty"` PackageNameIn []string `json:"packageNameIn,omitempty"` PackageNameNotIn []string `json:"packageNameNotIn,omitempty"` - PackageNameGt *string `json:"packageNameGT,omitempty"` - PackageNameGte *string `json:"packageNameGTE,omitempty"` - PackageNameLt *string `json:"packageNameLT,omitempty"` - PackageNameLte *string `json:"packageNameLTE,omitempty"` PackageNameContains *string `json:"packageNameContains,omitempty"` PackageNameHasPrefix *string `json:"packageNameHasPrefix,omitempty"` PackageNameHasSuffix *string `json:"packageNameHasSuffix,omitempty"` @@ -51316,10 +45303,6 @@ type VulnerabilityWhereInput struct { PackageEcosystemNeq *string `json:"packageEcosystemNEQ,omitempty"` PackageEcosystemIn []string `json:"packageEcosystemIn,omitempty"` PackageEcosystemNotIn []string `json:"packageEcosystemNotIn,omitempty"` - PackageEcosystemGt *string `json:"packageEcosystemGT,omitempty"` - PackageEcosystemGte *string `json:"packageEcosystemGTE,omitempty"` - PackageEcosystemLt *string `json:"packageEcosystemLT,omitempty"` - PackageEcosystemLte *string `json:"packageEcosystemLTE,omitempty"` PackageEcosystemContains *string `json:"packageEcosystemContains,omitempty"` PackageEcosystemHasPrefix *string `json:"packageEcosystemHasPrefix,omitempty"` PackageEcosystemHasSuffix *string `json:"packageEcosystemHasSuffix,omitempty"` @@ -51332,10 +45315,6 @@ type VulnerabilityWhereInput struct { ManifestPathNeq *string `json:"manifestPathNEQ,omitempty"` ManifestPathIn []string `json:"manifestPathIn,omitempty"` ManifestPathNotIn []string `json:"manifestPathNotIn,omitempty"` - ManifestPathGt *string `json:"manifestPathGT,omitempty"` - ManifestPathGte *string `json:"manifestPathGTE,omitempty"` - ManifestPathLt *string `json:"manifestPathLT,omitempty"` - ManifestPathLte *string `json:"manifestPathLTE,omitempty"` ManifestPathContains *string `json:"manifestPathContains,omitempty"` ManifestPathHasPrefix *string `json:"manifestPathHasPrefix,omitempty"` ManifestPathHasSuffix *string `json:"manifestPathHasSuffix,omitempty"` @@ -51348,10 +45327,6 @@ type VulnerabilityWhereInput struct { DependencyScopeNeq *string `json:"dependencyScopeNEQ,omitempty"` DependencyScopeIn []string `json:"dependencyScopeIn,omitempty"` DependencyScopeNotIn []string `json:"dependencyScopeNotIn,omitempty"` - DependencyScopeGt *string `json:"dependencyScopeGT,omitempty"` - DependencyScopeGte *string `json:"dependencyScopeGTE,omitempty"` - DependencyScopeLt *string `json:"dependencyScopeLT,omitempty"` - DependencyScopeLte *string `json:"dependencyScopeLTE,omitempty"` DependencyScopeContains *string `json:"dependencyScopeContains,omitempty"` DependencyScopeHasPrefix *string `json:"dependencyScopeHasPrefix,omitempty"` DependencyScopeHasSuffix *string `json:"dependencyScopeHasSuffix,omitempty"` @@ -51360,58 +45335,42 @@ type VulnerabilityWhereInput struct { DependencyScopeEqualFold *string `json:"dependencyScopeEqualFold,omitempty"` DependencyScopeContainsFold *string `json:"dependencyScopeContainsFold,omitempty"` // published_at field predicates - PublishedAt *models.DateTime `json:"publishedAt,omitempty"` - PublishedAtNeq *models.DateTime `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []*models.DateTime `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []*models.DateTime `json:"publishedAtNotIn,omitempty"` - PublishedAtGt *models.DateTime `json:"publishedAtGT,omitempty"` - PublishedAtGte *models.DateTime `json:"publishedAtGTE,omitempty"` - PublishedAtLt *models.DateTime `json:"publishedAtLT,omitempty"` - PublishedAtLte *models.DateTime `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil *bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil *bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *models.DateTime `json:"publishedAt,omitempty"` + PublishedAtGt *models.DateTime `json:"publishedAtGT,omitempty"` + PublishedAtGte *models.DateTime `json:"publishedAtGTE,omitempty"` + PublishedAtLt *models.DateTime `json:"publishedAtLT,omitempty"` + PublishedAtLte *models.DateTime `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil *bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil *bool `json:"publishedAtNotNil,omitempty"` // discovered_at field predicates - DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` - DiscoveredAtNeq *models.DateTime `json:"discoveredAtNEQ,omitempty"` - DiscoveredAtIn []*models.DateTime `json:"discoveredAtIn,omitempty"` - DiscoveredAtNotIn []*models.DateTime `json:"discoveredAtNotIn,omitempty"` - DiscoveredAtGt *models.DateTime `json:"discoveredAtGT,omitempty"` - DiscoveredAtGte *models.DateTime `json:"discoveredAtGTE,omitempty"` - DiscoveredAtLt *models.DateTime `json:"discoveredAtLT,omitempty"` - DiscoveredAtLte *models.DateTime `json:"discoveredAtLTE,omitempty"` - DiscoveredAtIsNil *bool `json:"discoveredAtIsNil,omitempty"` - DiscoveredAtNotNil *bool `json:"discoveredAtNotNil,omitempty"` + DiscoveredAt *models.DateTime `json:"discoveredAt,omitempty"` + DiscoveredAtGt *models.DateTime `json:"discoveredAtGT,omitempty"` + DiscoveredAtGte *models.DateTime `json:"discoveredAtGTE,omitempty"` + DiscoveredAtLt *models.DateTime `json:"discoveredAtLT,omitempty"` + DiscoveredAtLte *models.DateTime `json:"discoveredAtLTE,omitempty"` + DiscoveredAtIsNil *bool `json:"discoveredAtIsNil,omitempty"` + DiscoveredAtNotNil *bool `json:"discoveredAtNotNil,omitempty"` // source_updated_at field predicates - SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` - SourceUpdatedAtNeq *models.DateTime `json:"sourceUpdatedAtNEQ,omitempty"` - SourceUpdatedAtIn []*models.DateTime `json:"sourceUpdatedAtIn,omitempty"` - SourceUpdatedAtNotIn []*models.DateTime `json:"sourceUpdatedAtNotIn,omitempty"` - SourceUpdatedAtGt *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` - SourceUpdatedAtGte *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` - SourceUpdatedAtLt *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` - SourceUpdatedAtLte *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` - SourceUpdatedAtIsNil *bool `json:"sourceUpdatedAtIsNil,omitempty"` - SourceUpdatedAtNotNil *bool `json:"sourceUpdatedAtNotNil,omitempty"` + SourceUpdatedAt *models.DateTime `json:"sourceUpdatedAt,omitempty"` + SourceUpdatedAtGt *models.DateTime `json:"sourceUpdatedAtGT,omitempty"` + SourceUpdatedAtGte *models.DateTime `json:"sourceUpdatedAtGTE,omitempty"` + SourceUpdatedAtLt *models.DateTime `json:"sourceUpdatedAtLT,omitempty"` + SourceUpdatedAtLte *models.DateTime `json:"sourceUpdatedAtLTE,omitempty"` + SourceUpdatedAtIsNil *bool `json:"sourceUpdatedAtIsNil,omitempty"` + SourceUpdatedAtNotNil *bool `json:"sourceUpdatedAtNotNil,omitempty"` // dismissed_at field predicates - DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` - DismissedAtNeq *models.DateTime `json:"dismissedAtNEQ,omitempty"` - DismissedAtIn []*models.DateTime `json:"dismissedAtIn,omitempty"` - DismissedAtNotIn []*models.DateTime `json:"dismissedAtNotIn,omitempty"` - DismissedAtGt *models.DateTime `json:"dismissedAtGT,omitempty"` - DismissedAtGte *models.DateTime `json:"dismissedAtGTE,omitempty"` - DismissedAtLt *models.DateTime `json:"dismissedAtLT,omitempty"` - DismissedAtLte *models.DateTime `json:"dismissedAtLTE,omitempty"` - DismissedAtIsNil *bool `json:"dismissedAtIsNil,omitempty"` - DismissedAtNotNil *bool `json:"dismissedAtNotNil,omitempty"` + DismissedAt *models.DateTime `json:"dismissedAt,omitempty"` + DismissedAtGt *models.DateTime `json:"dismissedAtGT,omitempty"` + DismissedAtGte *models.DateTime `json:"dismissedAtGTE,omitempty"` + DismissedAtLt *models.DateTime `json:"dismissedAtLT,omitempty"` + DismissedAtLte *models.DateTime `json:"dismissedAtLTE,omitempty"` + DismissedAtIsNil *bool `json:"dismissedAtIsNil,omitempty"` + DismissedAtNotNil *bool `json:"dismissedAtNotNil,omitempty"` // dismissed_reason field predicates DismissedReason *string `json:"dismissedReason,omitempty"` DismissedReasonNeq *string `json:"dismissedReasonNEQ,omitempty"` DismissedReasonIn []string `json:"dismissedReasonIn,omitempty"` DismissedReasonNotIn []string `json:"dismissedReasonNotIn,omitempty"` - DismissedReasonGt *string `json:"dismissedReasonGT,omitempty"` - DismissedReasonGte *string `json:"dismissedReasonGTE,omitempty"` - DismissedReasonLt *string `json:"dismissedReasonLT,omitempty"` - DismissedReasonLte *string `json:"dismissedReasonLTE,omitempty"` DismissedReasonContains *string `json:"dismissedReasonContains,omitempty"` DismissedReasonHasPrefix *string `json:"dismissedReasonHasPrefix,omitempty"` DismissedReasonHasSuffix *string `json:"dismissedReasonHasSuffix,omitempty"` @@ -51424,10 +45383,6 @@ type VulnerabilityWhereInput struct { DismissedCommentNeq *string `json:"dismissedCommentNEQ,omitempty"` DismissedCommentIn []string `json:"dismissedCommentIn,omitempty"` DismissedCommentNotIn []string `json:"dismissedCommentNotIn,omitempty"` - DismissedCommentGt *string `json:"dismissedCommentGT,omitempty"` - DismissedCommentGte *string `json:"dismissedCommentGTE,omitempty"` - DismissedCommentLt *string `json:"dismissedCommentLT,omitempty"` - DismissedCommentLte *string `json:"dismissedCommentLTE,omitempty"` DismissedCommentContains *string `json:"dismissedCommentContains,omitempty"` DismissedCommentHasPrefix *string `json:"dismissedCommentHasPrefix,omitempty"` DismissedCommentHasSuffix *string `json:"dismissedCommentHasSuffix,omitempty"` @@ -51436,36 +45391,26 @@ type VulnerabilityWhereInput struct { DismissedCommentEqualFold *string `json:"dismissedCommentEqualFold,omitempty"` DismissedCommentContainsFold *string `json:"dismissedCommentContainsFold,omitempty"` // fixed_at field predicates - FixedAt *models.DateTime `json:"fixedAt,omitempty"` - FixedAtNeq *models.DateTime `json:"fixedAtNEQ,omitempty"` - FixedAtIn []*models.DateTime `json:"fixedAtIn,omitempty"` - FixedAtNotIn []*models.DateTime `json:"fixedAtNotIn,omitempty"` - FixedAtGt *models.DateTime `json:"fixedAtGT,omitempty"` - FixedAtGte *models.DateTime `json:"fixedAtGTE,omitempty"` - FixedAtLt *models.DateTime `json:"fixedAtLT,omitempty"` - FixedAtLte *models.DateTime `json:"fixedAtLTE,omitempty"` - FixedAtIsNil *bool `json:"fixedAtIsNil,omitempty"` - FixedAtNotNil *bool `json:"fixedAtNotNil,omitempty"` + FixedAt *models.DateTime `json:"fixedAt,omitempty"` + FixedAtGt *models.DateTime `json:"fixedAtGT,omitempty"` + FixedAtGte *models.DateTime `json:"fixedAtGTE,omitempty"` + FixedAtLt *models.DateTime `json:"fixedAtLT,omitempty"` + FixedAtLte *models.DateTime `json:"fixedAtLTE,omitempty"` + FixedAtIsNil *bool `json:"fixedAtIsNil,omitempty"` + FixedAtNotNil *bool `json:"fixedAtNotNil,omitempty"` // auto_dismissed_at field predicates - AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` - AutoDismissedAtNeq *models.DateTime `json:"autoDismissedAtNEQ,omitempty"` - AutoDismissedAtIn []*models.DateTime `json:"autoDismissedAtIn,omitempty"` - AutoDismissedAtNotIn []*models.DateTime `json:"autoDismissedAtNotIn,omitempty"` - AutoDismissedAtGt *models.DateTime `json:"autoDismissedAtGT,omitempty"` - AutoDismissedAtGte *models.DateTime `json:"autoDismissedAtGTE,omitempty"` - AutoDismissedAtLt *models.DateTime `json:"autoDismissedAtLT,omitempty"` - AutoDismissedAtLte *models.DateTime `json:"autoDismissedAtLTE,omitempty"` - AutoDismissedAtIsNil *bool `json:"autoDismissedAtIsNil,omitempty"` - AutoDismissedAtNotNil *bool `json:"autoDismissedAtNotNil,omitempty"` + AutoDismissedAt *models.DateTime `json:"autoDismissedAt,omitempty"` + AutoDismissedAtGt *models.DateTime `json:"autoDismissedAtGT,omitempty"` + AutoDismissedAtGte *models.DateTime `json:"autoDismissedAtGTE,omitempty"` + AutoDismissedAtLt *models.DateTime `json:"autoDismissedAtLT,omitempty"` + AutoDismissedAtLte *models.DateTime `json:"autoDismissedAtLTE,omitempty"` + AutoDismissedAtIsNil *bool `json:"autoDismissedAtIsNil,omitempty"` + AutoDismissedAtNotNil *bool `json:"autoDismissedAtNotNil,omitempty"` // external_uri field predicates ExternalURI *string `json:"externalURI,omitempty"` ExternalURINeq *string `json:"externalURINEQ,omitempty"` ExternalURIIn []string `json:"externalURIIn,omitempty"` ExternalURINotIn []string `json:"externalURINotIn,omitempty"` - ExternalURIGt *string `json:"externalURIGT,omitempty"` - ExternalURIGte *string `json:"externalURIGTE,omitempty"` - ExternalURILt *string `json:"externalURILT,omitempty"` - ExternalURILte *string `json:"externalURILTE,omitempty"` ExternalURIContains *string `json:"externalURIContains,omitempty"` ExternalURIHasPrefix *string `json:"externalURIHasPrefix,omitempty"` ExternalURIHasSuffix *string `json:"externalURIHasSuffix,omitempty"` @@ -51626,43 +45571,29 @@ type WebauthnWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -51675,10 +45606,6 @@ type WebauthnWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -51877,43 +45804,29 @@ type WorkflowAssignmentTargetWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -51926,10 +45839,6 @@ type WorkflowAssignmentTargetWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -51942,10 +45851,6 @@ type WorkflowAssignmentTargetWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -51958,10 +45863,6 @@ type WorkflowAssignmentTargetWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -51972,10 +45873,6 @@ type WorkflowAssignmentTargetWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -51988,10 +45885,6 @@ type WorkflowAssignmentTargetWhereInput struct { WorkflowAssignmentIdneq *string `json:"workflowAssignmentIDNEQ,omitempty"` WorkflowAssignmentIDIn []string `json:"workflowAssignmentIDIn,omitempty"` WorkflowAssignmentIDNotIn []string `json:"workflowAssignmentIDNotIn,omitempty"` - WorkflowAssignmentIdgt *string `json:"workflowAssignmentIDGT,omitempty"` - WorkflowAssignmentIdgte *string `json:"workflowAssignmentIDGTE,omitempty"` - WorkflowAssignmentIdlt *string `json:"workflowAssignmentIDLT,omitempty"` - WorkflowAssignmentIdlte *string `json:"workflowAssignmentIDLTE,omitempty"` WorkflowAssignmentIDContains *string `json:"workflowAssignmentIDContains,omitempty"` WorkflowAssignmentIDHasPrefix *string `json:"workflowAssignmentIDHasPrefix,omitempty"` WorkflowAssignmentIDHasSuffix *string `json:"workflowAssignmentIDHasSuffix,omitempty"` @@ -52007,10 +45900,6 @@ type WorkflowAssignmentTargetWhereInput struct { TargetUserIdneq *string `json:"targetUserIDNEQ,omitempty"` TargetUserIDIn []string `json:"targetUserIDIn,omitempty"` TargetUserIDNotIn []string `json:"targetUserIDNotIn,omitempty"` - TargetUserIdgt *string `json:"targetUserIDGT,omitempty"` - TargetUserIdgte *string `json:"targetUserIDGTE,omitempty"` - TargetUserIdlt *string `json:"targetUserIDLT,omitempty"` - TargetUserIdlte *string `json:"targetUserIDLTE,omitempty"` TargetUserIDContains *string `json:"targetUserIDContains,omitempty"` TargetUserIDHasPrefix *string `json:"targetUserIDHasPrefix,omitempty"` TargetUserIDHasSuffix *string `json:"targetUserIDHasSuffix,omitempty"` @@ -52023,10 +45912,6 @@ type WorkflowAssignmentTargetWhereInput struct { TargetGroupIdneq *string `json:"targetGroupIDNEQ,omitempty"` TargetGroupIDIn []string `json:"targetGroupIDIn,omitempty"` TargetGroupIDNotIn []string `json:"targetGroupIDNotIn,omitempty"` - TargetGroupIdgt *string `json:"targetGroupIDGT,omitempty"` - TargetGroupIdgte *string `json:"targetGroupIDGTE,omitempty"` - TargetGroupIdlt *string `json:"targetGroupIDLT,omitempty"` - TargetGroupIdlte *string `json:"targetGroupIDLTE,omitempty"` TargetGroupIDContains *string `json:"targetGroupIDContains,omitempty"` TargetGroupIDHasPrefix *string `json:"targetGroupIDHasPrefix,omitempty"` TargetGroupIDHasSuffix *string `json:"targetGroupIDHasSuffix,omitempty"` @@ -52039,10 +45924,6 @@ type WorkflowAssignmentTargetWhereInput struct { ResolverKeyNeq *string `json:"resolverKeyNEQ,omitempty"` ResolverKeyIn []string `json:"resolverKeyIn,omitempty"` ResolverKeyNotIn []string `json:"resolverKeyNotIn,omitempty"` - ResolverKeyGt *string `json:"resolverKeyGT,omitempty"` - ResolverKeyGte *string `json:"resolverKeyGTE,omitempty"` - ResolverKeyLt *string `json:"resolverKeyLT,omitempty"` - ResolverKeyLte *string `json:"resolverKeyLTE,omitempty"` ResolverKeyContains *string `json:"resolverKeyContains,omitempty"` ResolverKeyHasPrefix *string `json:"resolverKeyHasPrefix,omitempty"` ResolverKeyHasSuffix *string `json:"resolverKeyHasSuffix,omitempty"` @@ -52077,43 +45958,29 @@ type WorkflowAssignmentWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -52126,10 +45993,6 @@ type WorkflowAssignmentWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -52142,10 +46005,6 @@ type WorkflowAssignmentWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -52158,10 +46017,6 @@ type WorkflowAssignmentWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -52172,10 +46027,6 @@ type WorkflowAssignmentWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -52188,10 +46039,6 @@ type WorkflowAssignmentWhereInput struct { WorkflowInstanceIdneq *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIdgt *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIdgte *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIdlt *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIdlte *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -52202,10 +46049,6 @@ type WorkflowAssignmentWhereInput struct { AssignmentKeyNeq *string `json:"assignmentKeyNEQ,omitempty"` AssignmentKeyIn []string `json:"assignmentKeyIn,omitempty"` AssignmentKeyNotIn []string `json:"assignmentKeyNotIn,omitempty"` - AssignmentKeyGt *string `json:"assignmentKeyGT,omitempty"` - AssignmentKeyGte *string `json:"assignmentKeyGTE,omitempty"` - AssignmentKeyLt *string `json:"assignmentKeyLT,omitempty"` - AssignmentKeyLte *string `json:"assignmentKeyLTE,omitempty"` AssignmentKeyContains *string `json:"assignmentKeyContains,omitempty"` AssignmentKeyHasPrefix *string `json:"assignmentKeyHasPrefix,omitempty"` AssignmentKeyHasSuffix *string `json:"assignmentKeyHasSuffix,omitempty"` @@ -52216,10 +46059,6 @@ type WorkflowAssignmentWhereInput struct { RoleNeq *string `json:"roleNEQ,omitempty"` RoleIn []string `json:"roleIn,omitempty"` RoleNotIn []string `json:"roleNotIn,omitempty"` - RoleGt *string `json:"roleGT,omitempty"` - RoleGte *string `json:"roleGTE,omitempty"` - RoleLt *string `json:"roleLT,omitempty"` - RoleLte *string `json:"roleLTE,omitempty"` RoleContains *string `json:"roleContains,omitempty"` RoleHasPrefix *string `json:"roleHasPrefix,omitempty"` RoleHasSuffix *string `json:"roleHasSuffix,omitempty"` @@ -52230,10 +46069,6 @@ type WorkflowAssignmentWhereInput struct { LabelNeq *string `json:"labelNEQ,omitempty"` LabelIn []string `json:"labelIn,omitempty"` LabelNotIn []string `json:"labelNotIn,omitempty"` - LabelGt *string `json:"labelGT,omitempty"` - LabelGte *string `json:"labelGTE,omitempty"` - LabelLt *string `json:"labelLT,omitempty"` - LabelLte *string `json:"labelLTE,omitempty"` LabelContains *string `json:"labelContains,omitempty"` LabelHasPrefix *string `json:"labelHasPrefix,omitempty"` LabelHasSuffix *string `json:"labelHasSuffix,omitempty"` @@ -52250,25 +46085,18 @@ type WorkflowAssignmentWhereInput struct { StatusIn []enums.WorkflowAssignmentStatus `json:"statusIn,omitempty"` StatusNotIn []enums.WorkflowAssignmentStatus `json:"statusNotIn,omitempty"` // decided_at field predicates - DecidedAt *time.Time `json:"decidedAt,omitempty"` - DecidedAtNeq *time.Time `json:"decidedAtNEQ,omitempty"` - DecidedAtIn []*time.Time `json:"decidedAtIn,omitempty"` - DecidedAtNotIn []*time.Time `json:"decidedAtNotIn,omitempty"` - DecidedAtGt *time.Time `json:"decidedAtGT,omitempty"` - DecidedAtGte *time.Time `json:"decidedAtGTE,omitempty"` - DecidedAtLt *time.Time `json:"decidedAtLT,omitempty"` - DecidedAtLte *time.Time `json:"decidedAtLTE,omitempty"` - DecidedAtIsNil *bool `json:"decidedAtIsNil,omitempty"` - DecidedAtNotNil *bool `json:"decidedAtNotNil,omitempty"` + DecidedAt *time.Time `json:"decidedAt,omitempty"` + DecidedAtGt *time.Time `json:"decidedAtGT,omitempty"` + DecidedAtGte *time.Time `json:"decidedAtGTE,omitempty"` + DecidedAtLt *time.Time `json:"decidedAtLT,omitempty"` + DecidedAtLte *time.Time `json:"decidedAtLTE,omitempty"` + DecidedAtIsNil *bool `json:"decidedAtIsNil,omitempty"` + DecidedAtNotNil *bool `json:"decidedAtNotNil,omitempty"` // actor_user_id field predicates ActorUserID *string `json:"actorUserID,omitempty"` ActorUserIdneq *string `json:"actorUserIDNEQ,omitempty"` ActorUserIDIn []string `json:"actorUserIDIn,omitempty"` ActorUserIDNotIn []string `json:"actorUserIDNotIn,omitempty"` - ActorUserIdgt *string `json:"actorUserIDGT,omitempty"` - ActorUserIdgte *string `json:"actorUserIDGTE,omitempty"` - ActorUserIdlt *string `json:"actorUserIDLT,omitempty"` - ActorUserIdlte *string `json:"actorUserIDLTE,omitempty"` ActorUserIDContains *string `json:"actorUserIDContains,omitempty"` ActorUserIDHasPrefix *string `json:"actorUserIDHasPrefix,omitempty"` ActorUserIDHasSuffix *string `json:"actorUserIDHasSuffix,omitempty"` @@ -52281,10 +46109,6 @@ type WorkflowAssignmentWhereInput struct { ActorGroupIdneq *string `json:"actorGroupIDNEQ,omitempty"` ActorGroupIDIn []string `json:"actorGroupIDIn,omitempty"` ActorGroupIDNotIn []string `json:"actorGroupIDNotIn,omitempty"` - ActorGroupIdgt *string `json:"actorGroupIDGT,omitempty"` - ActorGroupIdgte *string `json:"actorGroupIDGTE,omitempty"` - ActorGroupIdlt *string `json:"actorGroupIDLT,omitempty"` - ActorGroupIdlte *string `json:"actorGroupIDLTE,omitempty"` ActorGroupIDContains *string `json:"actorGroupIDContains,omitempty"` ActorGroupIDHasPrefix *string `json:"actorGroupIDHasPrefix,omitempty"` ActorGroupIDHasSuffix *string `json:"actorGroupIDHasSuffix,omitempty"` @@ -52297,10 +46121,6 @@ type WorkflowAssignmentWhereInput struct { NotesNeq *string `json:"notesNEQ,omitempty"` NotesIn []string `json:"notesIn,omitempty"` NotesNotIn []string `json:"notesNotIn,omitempty"` - NotesGt *string `json:"notesGT,omitempty"` - NotesGte *string `json:"notesGTE,omitempty"` - NotesLt *string `json:"notesLT,omitempty"` - NotesLte *string `json:"notesLTE,omitempty"` NotesContains *string `json:"notesContains,omitempty"` NotesHasPrefix *string `json:"notesHasPrefix,omitempty"` NotesHasSuffix *string `json:"notesHasSuffix,omitempty"` @@ -52309,16 +46129,13 @@ type WorkflowAssignmentWhereInput struct { NotesEqualFold *string `json:"notesEqualFold,omitempty"` NotesContainsFold *string `json:"notesContainsFold,omitempty"` // due_at field predicates - DueAt *time.Time `json:"dueAt,omitempty"` - DueAtNeq *time.Time `json:"dueAtNEQ,omitempty"` - DueAtIn []*time.Time `json:"dueAtIn,omitempty"` - DueAtNotIn []*time.Time `json:"dueAtNotIn,omitempty"` - DueAtGt *time.Time `json:"dueAtGT,omitempty"` - DueAtGte *time.Time `json:"dueAtGTE,omitempty"` - DueAtLt *time.Time `json:"dueAtLT,omitempty"` - DueAtLte *time.Time `json:"dueAtLTE,omitempty"` - DueAtIsNil *bool `json:"dueAtIsNil,omitempty"` - DueAtNotNil *bool `json:"dueAtNotNil,omitempty"` + DueAt *time.Time `json:"dueAt,omitempty"` + DueAtGt *time.Time `json:"dueAtGT,omitempty"` + DueAtGte *time.Time `json:"dueAtGTE,omitempty"` + DueAtLt *time.Time `json:"dueAtLT,omitempty"` + DueAtLte *time.Time `json:"dueAtLTE,omitempty"` + DueAtIsNil *bool `json:"dueAtIsNil,omitempty"` + DueAtNotNil *bool `json:"dueAtNotNil,omitempty"` // owner edge predicates HasOwner *bool `json:"hasOwner,omitempty"` HasOwnerWith []*OrganizationWhereInput `json:"hasOwnerWith,omitempty"` @@ -52455,43 +46272,29 @@ type WorkflowDefinitionWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -52504,10 +46307,6 @@ type WorkflowDefinitionWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -52520,10 +46319,6 @@ type WorkflowDefinitionWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -52536,10 +46331,6 @@ type WorkflowDefinitionWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -52550,10 +46341,6 @@ type WorkflowDefinitionWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -52571,10 +46358,6 @@ type WorkflowDefinitionWhereInput struct { InternalNotesNeq *string `json:"internalNotesNEQ,omitempty"` InternalNotesIn []string `json:"internalNotesIn,omitempty"` InternalNotesNotIn []string `json:"internalNotesNotIn,omitempty"` - InternalNotesGt *string `json:"internalNotesGT,omitempty"` - InternalNotesGte *string `json:"internalNotesGTE,omitempty"` - InternalNotesLt *string `json:"internalNotesLT,omitempty"` - InternalNotesLte *string `json:"internalNotesLTE,omitempty"` InternalNotesContains *string `json:"internalNotesContains,omitempty"` InternalNotesHasPrefix *string `json:"internalNotesHasPrefix,omitempty"` InternalNotesHasSuffix *string `json:"internalNotesHasSuffix,omitempty"` @@ -52587,10 +46370,6 @@ type WorkflowDefinitionWhereInput struct { SystemInternalIdneq *string `json:"systemInternalIDNEQ,omitempty"` SystemInternalIDIn []string `json:"systemInternalIDIn,omitempty"` SystemInternalIDNotIn []string `json:"systemInternalIDNotIn,omitempty"` - SystemInternalIdgt *string `json:"systemInternalIDGT,omitempty"` - SystemInternalIdgte *string `json:"systemInternalIDGTE,omitempty"` - SystemInternalIdlt *string `json:"systemInternalIDLT,omitempty"` - SystemInternalIdlte *string `json:"systemInternalIDLTE,omitempty"` SystemInternalIDContains *string `json:"systemInternalIDContains,omitempty"` SystemInternalIDHasPrefix *string `json:"systemInternalIDHasPrefix,omitempty"` SystemInternalIDHasSuffix *string `json:"systemInternalIDHasSuffix,omitempty"` @@ -52603,10 +46382,6 @@ type WorkflowDefinitionWhereInput struct { NameNeq *string `json:"nameNEQ,omitempty"` NameIn []string `json:"nameIn,omitempty"` NameNotIn []string `json:"nameNotIn,omitempty"` - NameGt *string `json:"nameGT,omitempty"` - NameGte *string `json:"nameGTE,omitempty"` - NameLt *string `json:"nameLT,omitempty"` - NameLte *string `json:"nameLTE,omitempty"` NameContains *string `json:"nameContains,omitempty"` NameHasPrefix *string `json:"nameHasPrefix,omitempty"` NameHasSuffix *string `json:"nameHasSuffix,omitempty"` @@ -52617,10 +46392,6 @@ type WorkflowDefinitionWhereInput struct { DescriptionNeq *string `json:"descriptionNEQ,omitempty"` DescriptionIn []string `json:"descriptionIn,omitempty"` DescriptionNotIn []string `json:"descriptionNotIn,omitempty"` - DescriptionGt *string `json:"descriptionGT,omitempty"` - DescriptionGte *string `json:"descriptionGTE,omitempty"` - DescriptionLt *string `json:"descriptionLT,omitempty"` - DescriptionLte *string `json:"descriptionLTE,omitempty"` DescriptionContains *string `json:"descriptionContains,omitempty"` DescriptionHasPrefix *string `json:"descriptionHasPrefix,omitempty"` DescriptionHasSuffix *string `json:"descriptionHasSuffix,omitempty"` @@ -52638,47 +46409,36 @@ type WorkflowDefinitionWhereInput struct { SchemaTypeNeq *string `json:"schemaTypeNEQ,omitempty"` SchemaTypeIn []string `json:"schemaTypeIn,omitempty"` SchemaTypeNotIn []string `json:"schemaTypeNotIn,omitempty"` - SchemaTypeGt *string `json:"schemaTypeGT,omitempty"` - SchemaTypeGte *string `json:"schemaTypeGTE,omitempty"` - SchemaTypeLt *string `json:"schemaTypeLT,omitempty"` - SchemaTypeLte *string `json:"schemaTypeLTE,omitempty"` SchemaTypeContains *string `json:"schemaTypeContains,omitempty"` SchemaTypeHasPrefix *string `json:"schemaTypeHasPrefix,omitempty"` SchemaTypeHasSuffix *string `json:"schemaTypeHasSuffix,omitempty"` SchemaTypeEqualFold *string `json:"schemaTypeEqualFold,omitempty"` SchemaTypeContainsFold *string `json:"schemaTypeContainsFold,omitempty"` // revision field predicates - Revision *int64 `json:"revision,omitempty"` - RevisionNeq *int64 `json:"revisionNEQ,omitempty"` - RevisionIn []int64 `json:"revisionIn,omitempty"` - RevisionNotIn []int64 `json:"revisionNotIn,omitempty"` - RevisionGt *int64 `json:"revisionGT,omitempty"` - RevisionGte *int64 `json:"revisionGTE,omitempty"` - RevisionLt *int64 `json:"revisionLT,omitempty"` - RevisionLte *int64 `json:"revisionLTE,omitempty"` + Revision *int64 `json:"revision,omitempty"` + RevisionNeq *int64 `json:"revisionNEQ,omitempty"` + RevisionGt *int64 `json:"revisionGT,omitempty"` + RevisionGte *int64 `json:"revisionGTE,omitempty"` + RevisionLt *int64 `json:"revisionLT,omitempty"` + RevisionLte *int64 `json:"revisionLTE,omitempty"` // draft field predicates Draft *bool `json:"draft,omitempty"` DraftNeq *bool `json:"draftNEQ,omitempty"` // published_at field predicates - PublishedAt *time.Time `json:"publishedAt,omitempty"` - PublishedAtNeq *time.Time `json:"publishedAtNEQ,omitempty"` - PublishedAtIn []*time.Time `json:"publishedAtIn,omitempty"` - PublishedAtNotIn []*time.Time `json:"publishedAtNotIn,omitempty"` - PublishedAtGt *time.Time `json:"publishedAtGT,omitempty"` - PublishedAtGte *time.Time `json:"publishedAtGTE,omitempty"` - PublishedAtLt *time.Time `json:"publishedAtLT,omitempty"` - PublishedAtLte *time.Time `json:"publishedAtLTE,omitempty"` - PublishedAtIsNil *bool `json:"publishedAtIsNil,omitempty"` - PublishedAtNotNil *bool `json:"publishedAtNotNil,omitempty"` + PublishedAt *time.Time `json:"publishedAt,omitempty"` + PublishedAtGt *time.Time `json:"publishedAtGT,omitempty"` + PublishedAtGte *time.Time `json:"publishedAtGTE,omitempty"` + PublishedAtLt *time.Time `json:"publishedAtLT,omitempty"` + PublishedAtLte *time.Time `json:"publishedAtLTE,omitempty"` + PublishedAtIsNil *bool `json:"publishedAtIsNil,omitempty"` + PublishedAtNotNil *bool `json:"publishedAtNotNil,omitempty"` // cooldown_seconds field predicates - CooldownSeconds *int64 `json:"cooldownSeconds,omitempty"` - CooldownSecondsNeq *int64 `json:"cooldownSecondsNEQ,omitempty"` - CooldownSecondsIn []int64 `json:"cooldownSecondsIn,omitempty"` - CooldownSecondsNotIn []int64 `json:"cooldownSecondsNotIn,omitempty"` - CooldownSecondsGt *int64 `json:"cooldownSecondsGT,omitempty"` - CooldownSecondsGte *int64 `json:"cooldownSecondsGTE,omitempty"` - CooldownSecondsLt *int64 `json:"cooldownSecondsLT,omitempty"` - CooldownSecondsLte *int64 `json:"cooldownSecondsLTE,omitempty"` + CooldownSeconds *int64 `json:"cooldownSeconds,omitempty"` + CooldownSecondsNeq *int64 `json:"cooldownSecondsNEQ,omitempty"` + CooldownSecondsGt *int64 `json:"cooldownSecondsGT,omitempty"` + CooldownSecondsGte *int64 `json:"cooldownSecondsGTE,omitempty"` + CooldownSecondsLt *int64 `json:"cooldownSecondsLT,omitempty"` + CooldownSecondsLte *int64 `json:"cooldownSecondsLTE,omitempty"` // is_default field predicates IsDefault *bool `json:"isDefault,omitempty"` IsDefaultNeq *bool `json:"isDefaultNEQ,omitempty"` @@ -52778,43 +46538,29 @@ type WorkflowEventWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -52827,10 +46573,6 @@ type WorkflowEventWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -52843,10 +46585,6 @@ type WorkflowEventWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -52859,10 +46597,6 @@ type WorkflowEventWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -52873,10 +46607,6 @@ type WorkflowEventWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -52889,10 +46619,6 @@ type WorkflowEventWhereInput struct { WorkflowInstanceIdneq *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIdgt *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIdgte *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIdlt *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIdlte *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -53102,43 +46828,29 @@ type WorkflowInstanceWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -53151,10 +46863,6 @@ type WorkflowInstanceWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -53167,10 +46875,6 @@ type WorkflowInstanceWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -53183,10 +46887,6 @@ type WorkflowInstanceWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -53197,10 +46897,6 @@ type WorkflowInstanceWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -53213,10 +46909,6 @@ type WorkflowInstanceWhereInput struct { WorkflowDefinitionIdneq *string `json:"workflowDefinitionIDNEQ,omitempty"` WorkflowDefinitionIDIn []string `json:"workflowDefinitionIDIn,omitempty"` WorkflowDefinitionIDNotIn []string `json:"workflowDefinitionIDNotIn,omitempty"` - WorkflowDefinitionIdgt *string `json:"workflowDefinitionIDGT,omitempty"` - WorkflowDefinitionIdgte *string `json:"workflowDefinitionIDGTE,omitempty"` - WorkflowDefinitionIdlt *string `json:"workflowDefinitionIDLT,omitempty"` - WorkflowDefinitionIdlte *string `json:"workflowDefinitionIDLTE,omitempty"` WorkflowDefinitionIDContains *string `json:"workflowDefinitionIDContains,omitempty"` WorkflowDefinitionIDHasPrefix *string `json:"workflowDefinitionIDHasPrefix,omitempty"` WorkflowDefinitionIDHasSuffix *string `json:"workflowDefinitionIDHasSuffix,omitempty"` @@ -53227,10 +46919,6 @@ type WorkflowInstanceWhereInput struct { WorkflowProposalIdneq *string `json:"workflowProposalIDNEQ,omitempty"` WorkflowProposalIDIn []string `json:"workflowProposalIDIn,omitempty"` WorkflowProposalIDNotIn []string `json:"workflowProposalIDNotIn,omitempty"` - WorkflowProposalIdgt *string `json:"workflowProposalIDGT,omitempty"` - WorkflowProposalIdgte *string `json:"workflowProposalIDGTE,omitempty"` - WorkflowProposalIdlt *string `json:"workflowProposalIDLT,omitempty"` - WorkflowProposalIdlte *string `json:"workflowProposalIDLTE,omitempty"` WorkflowProposalIDContains *string `json:"workflowProposalIDContains,omitempty"` WorkflowProposalIDHasPrefix *string `json:"workflowProposalIDHasPrefix,omitempty"` WorkflowProposalIDHasSuffix *string `json:"workflowProposalIDHasSuffix,omitempty"` @@ -53244,34 +46932,25 @@ type WorkflowInstanceWhereInput struct { StateIn []enums.WorkflowInstanceState `json:"stateIn,omitempty"` StateNotIn []enums.WorkflowInstanceState `json:"stateNotIn,omitempty"` // last_evaluated_at field predicates - LastEvaluatedAt *time.Time `json:"lastEvaluatedAt,omitempty"` - LastEvaluatedAtNeq *time.Time `json:"lastEvaluatedAtNEQ,omitempty"` - LastEvaluatedAtIn []*time.Time `json:"lastEvaluatedAtIn,omitempty"` - LastEvaluatedAtNotIn []*time.Time `json:"lastEvaluatedAtNotIn,omitempty"` - LastEvaluatedAtGt *time.Time `json:"lastEvaluatedAtGT,omitempty"` - LastEvaluatedAtGte *time.Time `json:"lastEvaluatedAtGTE,omitempty"` - LastEvaluatedAtLt *time.Time `json:"lastEvaluatedAtLT,omitempty"` - LastEvaluatedAtLte *time.Time `json:"lastEvaluatedAtLTE,omitempty"` - LastEvaluatedAtIsNil *bool `json:"lastEvaluatedAtIsNil,omitempty"` - LastEvaluatedAtNotNil *bool `json:"lastEvaluatedAtNotNil,omitempty"` + LastEvaluatedAt *time.Time `json:"lastEvaluatedAt,omitempty"` + LastEvaluatedAtGt *time.Time `json:"lastEvaluatedAtGT,omitempty"` + LastEvaluatedAtGte *time.Time `json:"lastEvaluatedAtGTE,omitempty"` + LastEvaluatedAtLt *time.Time `json:"lastEvaluatedAtLT,omitempty"` + LastEvaluatedAtLte *time.Time `json:"lastEvaluatedAtLTE,omitempty"` + LastEvaluatedAtIsNil *bool `json:"lastEvaluatedAtIsNil,omitempty"` + LastEvaluatedAtNotNil *bool `json:"lastEvaluatedAtNotNil,omitempty"` // current_action_index field predicates - CurrentActionIndex *int64 `json:"currentActionIndex,omitempty"` - CurrentActionIndexNeq *int64 `json:"currentActionIndexNEQ,omitempty"` - CurrentActionIndexIn []int64 `json:"currentActionIndexIn,omitempty"` - CurrentActionIndexNotIn []int64 `json:"currentActionIndexNotIn,omitempty"` - CurrentActionIndexGt *int64 `json:"currentActionIndexGT,omitempty"` - CurrentActionIndexGte *int64 `json:"currentActionIndexGTE,omitempty"` - CurrentActionIndexLt *int64 `json:"currentActionIndexLT,omitempty"` - CurrentActionIndexLte *int64 `json:"currentActionIndexLTE,omitempty"` + CurrentActionIndex *int64 `json:"currentActionIndex,omitempty"` + CurrentActionIndexNeq *int64 `json:"currentActionIndexNEQ,omitempty"` + CurrentActionIndexGt *int64 `json:"currentActionIndexGT,omitempty"` + CurrentActionIndexGte *int64 `json:"currentActionIndexGTE,omitempty"` + CurrentActionIndexLt *int64 `json:"currentActionIndexLT,omitempty"` + CurrentActionIndexLte *int64 `json:"currentActionIndexLTE,omitempty"` // control_id field predicates ControlID *string `json:"controlID,omitempty"` ControlIdneq *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIdgt *string `json:"controlIDGT,omitempty"` - ControlIdgte *string `json:"controlIDGTE,omitempty"` - ControlIdlt *string `json:"controlIDLT,omitempty"` - ControlIdlte *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -53284,10 +46963,6 @@ type WorkflowInstanceWhereInput struct { InternalPolicyIdneq *string `json:"internalPolicyIDNEQ,omitempty"` InternalPolicyIDIn []string `json:"internalPolicyIDIn,omitempty"` InternalPolicyIDNotIn []string `json:"internalPolicyIDNotIn,omitempty"` - InternalPolicyIdgt *string `json:"internalPolicyIDGT,omitempty"` - InternalPolicyIdgte *string `json:"internalPolicyIDGTE,omitempty"` - InternalPolicyIdlt *string `json:"internalPolicyIDLT,omitempty"` - InternalPolicyIdlte *string `json:"internalPolicyIDLTE,omitempty"` InternalPolicyIDContains *string `json:"internalPolicyIDContains,omitempty"` InternalPolicyIDHasPrefix *string `json:"internalPolicyIDHasPrefix,omitempty"` InternalPolicyIDHasSuffix *string `json:"internalPolicyIDHasSuffix,omitempty"` @@ -53300,10 +46975,6 @@ type WorkflowInstanceWhereInput struct { EvidenceIdneq *string `json:"evidenceIDNEQ,omitempty"` EvidenceIDIn []string `json:"evidenceIDIn,omitempty"` EvidenceIDNotIn []string `json:"evidenceIDNotIn,omitempty"` - EvidenceIdgt *string `json:"evidenceIDGT,omitempty"` - EvidenceIdgte *string `json:"evidenceIDGTE,omitempty"` - EvidenceIdlt *string `json:"evidenceIDLT,omitempty"` - EvidenceIdlte *string `json:"evidenceIDLTE,omitempty"` EvidenceIDContains *string `json:"evidenceIDContains,omitempty"` EvidenceIDHasPrefix *string `json:"evidenceIDHasPrefix,omitempty"` EvidenceIDHasSuffix *string `json:"evidenceIDHasSuffix,omitempty"` @@ -53316,10 +46987,6 @@ type WorkflowInstanceWhereInput struct { SubcontrolIdneq *string `json:"subcontrolIDNEQ,omitempty"` SubcontrolIDIn []string `json:"subcontrolIDIn,omitempty"` SubcontrolIDNotIn []string `json:"subcontrolIDNotIn,omitempty"` - SubcontrolIdgt *string `json:"subcontrolIDGT,omitempty"` - SubcontrolIdgte *string `json:"subcontrolIDGTE,omitempty"` - SubcontrolIdlt *string `json:"subcontrolIDLT,omitempty"` - SubcontrolIdlte *string `json:"subcontrolIDLTE,omitempty"` SubcontrolIDContains *string `json:"subcontrolIDContains,omitempty"` SubcontrolIDHasPrefix *string `json:"subcontrolIDHasPrefix,omitempty"` SubcontrolIDHasSuffix *string `json:"subcontrolIDHasSuffix,omitempty"` @@ -53332,10 +46999,6 @@ type WorkflowInstanceWhereInput struct { ActionPlanIdneq *string `json:"actionPlanIDNEQ,omitempty"` ActionPlanIDIn []string `json:"actionPlanIDIn,omitempty"` ActionPlanIDNotIn []string `json:"actionPlanIDNotIn,omitempty"` - ActionPlanIdgt *string `json:"actionPlanIDGT,omitempty"` - ActionPlanIdgte *string `json:"actionPlanIDGTE,omitempty"` - ActionPlanIdlt *string `json:"actionPlanIDLT,omitempty"` - ActionPlanIdlte *string `json:"actionPlanIDLTE,omitempty"` ActionPlanIDContains *string `json:"actionPlanIDContains,omitempty"` ActionPlanIDHasPrefix *string `json:"actionPlanIDHasPrefix,omitempty"` ActionPlanIDHasSuffix *string `json:"actionPlanIDHasSuffix,omitempty"` @@ -53348,10 +47011,6 @@ type WorkflowInstanceWhereInput struct { ProcedureIdneq *string `json:"procedureIDNEQ,omitempty"` ProcedureIDIn []string `json:"procedureIDIn,omitempty"` ProcedureIDNotIn []string `json:"procedureIDNotIn,omitempty"` - ProcedureIdgt *string `json:"procedureIDGT,omitempty"` - ProcedureIdgte *string `json:"procedureIDGTE,omitempty"` - ProcedureIdlt *string `json:"procedureIDLT,omitempty"` - ProcedureIdlte *string `json:"procedureIDLTE,omitempty"` ProcedureIDContains *string `json:"procedureIDContains,omitempty"` ProcedureIDHasPrefix *string `json:"procedureIDHasPrefix,omitempty"` ProcedureIDHasSuffix *string `json:"procedureIDHasSuffix,omitempty"` @@ -53364,10 +47023,6 @@ type WorkflowInstanceWhereInput struct { CampaignIdneq *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIdgt *string `json:"campaignIDGT,omitempty"` - CampaignIdgte *string `json:"campaignIDGTE,omitempty"` - CampaignIdlt *string `json:"campaignIDLT,omitempty"` - CampaignIdlte *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -53380,10 +47035,6 @@ type WorkflowInstanceWhereInput struct { CampaignTargetIdneq *string `json:"campaignTargetIDNEQ,omitempty"` CampaignTargetIDIn []string `json:"campaignTargetIDIn,omitempty"` CampaignTargetIDNotIn []string `json:"campaignTargetIDNotIn,omitempty"` - CampaignTargetIdgt *string `json:"campaignTargetIDGT,omitempty"` - CampaignTargetIdgte *string `json:"campaignTargetIDGTE,omitempty"` - CampaignTargetIdlt *string `json:"campaignTargetIDLT,omitempty"` - CampaignTargetIdlte *string `json:"campaignTargetIDLTE,omitempty"` CampaignTargetIDContains *string `json:"campaignTargetIDContains,omitempty"` CampaignTargetIDHasPrefix *string `json:"campaignTargetIDHasPrefix,omitempty"` CampaignTargetIDHasSuffix *string `json:"campaignTargetIDHasSuffix,omitempty"` @@ -53396,10 +47047,6 @@ type WorkflowInstanceWhereInput struct { IdentityHolderIdneq *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIdgt *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIdgte *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIdlt *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIdlte *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -53412,10 +47059,6 @@ type WorkflowInstanceWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -53428,10 +47071,6 @@ type WorkflowInstanceWhereInput struct { AssessmentIdneq *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIdgt *string `json:"assessmentIDGT,omitempty"` - AssessmentIdgte *string `json:"assessmentIDGTE,omitempty"` - AssessmentIdlt *string `json:"assessmentIDLT,omitempty"` - AssessmentIdlte *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -53444,10 +47083,6 @@ type WorkflowInstanceWhereInput struct { AssessmentResponseIdneq *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIdgt *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIdgte *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIdlt *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIdlte *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -53460,10 +47095,6 @@ type WorkflowInstanceWhereInput struct { FindingIdneq *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIdgt *string `json:"findingIDGT,omitempty"` - FindingIdgte *string `json:"findingIDGTE,omitempty"` - FindingIdlt *string `json:"findingIDLT,omitempty"` - FindingIdlte *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -53476,10 +47107,6 @@ type WorkflowInstanceWhereInput struct { IntegrationIdneq *string `json:"integrationIDNEQ,omitempty"` IntegrationIDIn []string `json:"integrationIDIn,omitempty"` IntegrationIDNotIn []string `json:"integrationIDNotIn,omitempty"` - IntegrationIdgt *string `json:"integrationIDGT,omitempty"` - IntegrationIdgte *string `json:"integrationIDGTE,omitempty"` - IntegrationIdlt *string `json:"integrationIDLT,omitempty"` - IntegrationIdlte *string `json:"integrationIDLTE,omitempty"` IntegrationIDContains *string `json:"integrationIDContains,omitempty"` IntegrationIDHasPrefix *string `json:"integrationIDHasPrefix,omitempty"` IntegrationIDHasSuffix *string `json:"integrationIDHasSuffix,omitempty"` @@ -53492,10 +47119,6 @@ type WorkflowInstanceWhereInput struct { RemediationIdneq *string `json:"remediationIDNEQ,omitempty"` RemediationIDIn []string `json:"remediationIDIn,omitempty"` RemediationIDNotIn []string `json:"remediationIDNotIn,omitempty"` - RemediationIdgt *string `json:"remediationIDGT,omitempty"` - RemediationIdgte *string `json:"remediationIDGTE,omitempty"` - RemediationIdlt *string `json:"remediationIDLT,omitempty"` - RemediationIdlte *string `json:"remediationIDLTE,omitempty"` RemediationIDContains *string `json:"remediationIDContains,omitempty"` RemediationIDHasPrefix *string `json:"remediationIDHasPrefix,omitempty"` RemediationIDHasSuffix *string `json:"remediationIDHasSuffix,omitempty"` @@ -53508,10 +47131,6 @@ type WorkflowInstanceWhereInput struct { RiskIdneq *string `json:"riskIDNEQ,omitempty"` RiskIDIn []string `json:"riskIDIn,omitempty"` RiskIDNotIn []string `json:"riskIDNotIn,omitempty"` - RiskIdgt *string `json:"riskIDGT,omitempty"` - RiskIdgte *string `json:"riskIDGTE,omitempty"` - RiskIdlt *string `json:"riskIDLT,omitempty"` - RiskIdlte *string `json:"riskIDLTE,omitempty"` RiskIDContains *string `json:"riskIDContains,omitempty"` RiskIDHasPrefix *string `json:"riskIDHasPrefix,omitempty"` RiskIDHasSuffix *string `json:"riskIDHasSuffix,omitempty"` @@ -53524,10 +47143,6 @@ type WorkflowInstanceWhereInput struct { TaskIdneq *string `json:"taskIDNEQ,omitempty"` TaskIDIn []string `json:"taskIDIn,omitempty"` TaskIDNotIn []string `json:"taskIDNotIn,omitempty"` - TaskIdgt *string `json:"taskIDGT,omitempty"` - TaskIdgte *string `json:"taskIDGTE,omitempty"` - TaskIdlt *string `json:"taskIDLT,omitempty"` - TaskIdlte *string `json:"taskIDLTE,omitempty"` TaskIDContains *string `json:"taskIDContains,omitempty"` TaskIDHasPrefix *string `json:"taskIDHasPrefix,omitempty"` TaskIDHasSuffix *string `json:"taskIDHasSuffix,omitempty"` @@ -53540,10 +47155,6 @@ type WorkflowInstanceWhereInput struct { VulnerabilityIdneq *string `json:"vulnerabilityIDNEQ,omitempty"` VulnerabilityIDIn []string `json:"vulnerabilityIDIn,omitempty"` VulnerabilityIDNotIn []string `json:"vulnerabilityIDNotIn,omitempty"` - VulnerabilityIdgt *string `json:"vulnerabilityIDGT,omitempty"` - VulnerabilityIdgte *string `json:"vulnerabilityIDGTE,omitempty"` - VulnerabilityIdlt *string `json:"vulnerabilityIDLT,omitempty"` - VulnerabilityIdlte *string `json:"vulnerabilityIDLTE,omitempty"` VulnerabilityIDContains *string `json:"vulnerabilityIDContains,omitempty"` VulnerabilityIDHasPrefix *string `json:"vulnerabilityIDHasPrefix,omitempty"` VulnerabilityIDHasSuffix *string `json:"vulnerabilityIDHasSuffix,omitempty"` @@ -53773,43 +47384,29 @@ type WorkflowObjectRefWhereInput struct { IDNeq *string `json:"idNEQ,omitempty"` IDIn []string `json:"idIn,omitempty"` IDNotIn []string `json:"idNotIn,omitempty"` - IDGt *string `json:"idGT,omitempty"` - IDGte *string `json:"idGTE,omitempty"` - IDLt *string `json:"idLT,omitempty"` - IDLte *string `json:"idLTE,omitempty"` IDEqualFold *string `json:"idEqualFold,omitempty"` IDContainsFold *string `json:"idContainsFold,omitempty"` // created_at field predicates - CreatedAt *time.Time `json:"createdAt,omitempty"` - CreatedAtNeq *time.Time `json:"createdAtNEQ,omitempty"` - CreatedAtIn []*time.Time `json:"createdAtIn,omitempty"` - CreatedAtNotIn []*time.Time `json:"createdAtNotIn,omitempty"` - CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` - CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` - CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` - CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` - CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` - CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` + CreatedAt *time.Time `json:"createdAt,omitempty"` + CreatedAtGt *time.Time `json:"createdAtGT,omitempty"` + CreatedAtGte *time.Time `json:"createdAtGTE,omitempty"` + CreatedAtLt *time.Time `json:"createdAtLT,omitempty"` + CreatedAtLte *time.Time `json:"createdAtLTE,omitempty"` + CreatedAtIsNil *bool `json:"createdAtIsNil,omitempty"` + CreatedAtNotNil *bool `json:"createdAtNotNil,omitempty"` // updated_at field predicates - UpdatedAt *time.Time `json:"updatedAt,omitempty"` - UpdatedAtNeq *time.Time `json:"updatedAtNEQ,omitempty"` - UpdatedAtIn []*time.Time `json:"updatedAtIn,omitempty"` - UpdatedAtNotIn []*time.Time `json:"updatedAtNotIn,omitempty"` - UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` - UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` - UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` - UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` - UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` - UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` + UpdatedAtGt *time.Time `json:"updatedAtGT,omitempty"` + UpdatedAtGte *time.Time `json:"updatedAtGTE,omitempty"` + UpdatedAtLt *time.Time `json:"updatedAtLT,omitempty"` + UpdatedAtLte *time.Time `json:"updatedAtLTE,omitempty"` + UpdatedAtIsNil *bool `json:"updatedAtIsNil,omitempty"` + UpdatedAtNotNil *bool `json:"updatedAtNotNil,omitempty"` // created_by field predicates CreatedBy *string `json:"createdBy,omitempty"` CreatedByNeq *string `json:"createdByNEQ,omitempty"` CreatedByIn []string `json:"createdByIn,omitempty"` CreatedByNotIn []string `json:"createdByNotIn,omitempty"` - CreatedByGt *string `json:"createdByGT,omitempty"` - CreatedByGte *string `json:"createdByGTE,omitempty"` - CreatedByLt *string `json:"createdByLT,omitempty"` - CreatedByLte *string `json:"createdByLTE,omitempty"` CreatedByContains *string `json:"createdByContains,omitempty"` CreatedByHasPrefix *string `json:"createdByHasPrefix,omitempty"` CreatedByHasSuffix *string `json:"createdByHasSuffix,omitempty"` @@ -53822,10 +47419,6 @@ type WorkflowObjectRefWhereInput struct { UpdatedByNeq *string `json:"updatedByNEQ,omitempty"` UpdatedByIn []string `json:"updatedByIn,omitempty"` UpdatedByNotIn []string `json:"updatedByNotIn,omitempty"` - UpdatedByGt *string `json:"updatedByGT,omitempty"` - UpdatedByGte *string `json:"updatedByGTE,omitempty"` - UpdatedByLt *string `json:"updatedByLT,omitempty"` - UpdatedByLte *string `json:"updatedByLTE,omitempty"` UpdatedByContains *string `json:"updatedByContains,omitempty"` UpdatedByHasPrefix *string `json:"updatedByHasPrefix,omitempty"` UpdatedByHasSuffix *string `json:"updatedByHasSuffix,omitempty"` @@ -53838,10 +47431,6 @@ type WorkflowObjectRefWhereInput struct { UpdatedByImpersonatorNeq *string `json:"updatedByImpersonatorNEQ,omitempty"` UpdatedByImpersonatorIn []string `json:"updatedByImpersonatorIn,omitempty"` UpdatedByImpersonatorNotIn []string `json:"updatedByImpersonatorNotIn,omitempty"` - UpdatedByImpersonatorGt *string `json:"updatedByImpersonatorGT,omitempty"` - UpdatedByImpersonatorGte *string `json:"updatedByImpersonatorGTE,omitempty"` - UpdatedByImpersonatorLt *string `json:"updatedByImpersonatorLT,omitempty"` - UpdatedByImpersonatorLte *string `json:"updatedByImpersonatorLTE,omitempty"` UpdatedByImpersonatorContains *string `json:"updatedByImpersonatorContains,omitempty"` UpdatedByImpersonatorHasPrefix *string `json:"updatedByImpersonatorHasPrefix,omitempty"` UpdatedByImpersonatorHasSuffix *string `json:"updatedByImpersonatorHasSuffix,omitempty"` @@ -53854,10 +47443,6 @@ type WorkflowObjectRefWhereInput struct { DisplayIdneq *string `json:"displayIDNEQ,omitempty"` DisplayIDIn []string `json:"displayIDIn,omitempty"` DisplayIDNotIn []string `json:"displayIDNotIn,omitempty"` - DisplayIdgt *string `json:"displayIDGT,omitempty"` - DisplayIdgte *string `json:"displayIDGTE,omitempty"` - DisplayIdlt *string `json:"displayIDLT,omitempty"` - DisplayIdlte *string `json:"displayIDLTE,omitempty"` DisplayIDContains *string `json:"displayIDContains,omitempty"` DisplayIDHasPrefix *string `json:"displayIDHasPrefix,omitempty"` DisplayIDHasSuffix *string `json:"displayIDHasSuffix,omitempty"` @@ -53868,10 +47453,6 @@ type WorkflowObjectRefWhereInput struct { OwnerIdneq *string `json:"ownerIDNEQ,omitempty"` OwnerIDIn []string `json:"ownerIDIn,omitempty"` OwnerIDNotIn []string `json:"ownerIDNotIn,omitempty"` - OwnerIdgt *string `json:"ownerIDGT,omitempty"` - OwnerIdgte *string `json:"ownerIDGTE,omitempty"` - OwnerIdlt *string `json:"ownerIDLT,omitempty"` - OwnerIdlte *string `json:"ownerIDLTE,omitempty"` OwnerIDContains *string `json:"ownerIDContains,omitempty"` OwnerIDHasPrefix *string `json:"ownerIDHasPrefix,omitempty"` OwnerIDHasSuffix *string `json:"ownerIDHasSuffix,omitempty"` @@ -53884,10 +47465,6 @@ type WorkflowObjectRefWhereInput struct { WorkflowInstanceIdneq *string `json:"workflowInstanceIDNEQ,omitempty"` WorkflowInstanceIDIn []string `json:"workflowInstanceIDIn,omitempty"` WorkflowInstanceIDNotIn []string `json:"workflowInstanceIDNotIn,omitempty"` - WorkflowInstanceIdgt *string `json:"workflowInstanceIDGT,omitempty"` - WorkflowInstanceIdgte *string `json:"workflowInstanceIDGTE,omitempty"` - WorkflowInstanceIdlt *string `json:"workflowInstanceIDLT,omitempty"` - WorkflowInstanceIdlte *string `json:"workflowInstanceIDLTE,omitempty"` WorkflowInstanceIDContains *string `json:"workflowInstanceIDContains,omitempty"` WorkflowInstanceIDHasPrefix *string `json:"workflowInstanceIDHasPrefix,omitempty"` WorkflowInstanceIDHasSuffix *string `json:"workflowInstanceIDHasSuffix,omitempty"` @@ -53898,10 +47475,6 @@ type WorkflowObjectRefWhereInput struct { ControlIdneq *string `json:"controlIDNEQ,omitempty"` ControlIDIn []string `json:"controlIDIn,omitempty"` ControlIDNotIn []string `json:"controlIDNotIn,omitempty"` - ControlIdgt *string `json:"controlIDGT,omitempty"` - ControlIdgte *string `json:"controlIDGTE,omitempty"` - ControlIdlt *string `json:"controlIDLT,omitempty"` - ControlIdlte *string `json:"controlIDLTE,omitempty"` ControlIDContains *string `json:"controlIDContains,omitempty"` ControlIDHasPrefix *string `json:"controlIDHasPrefix,omitempty"` ControlIDHasSuffix *string `json:"controlIDHasSuffix,omitempty"` @@ -53914,10 +47487,6 @@ type WorkflowObjectRefWhereInput struct { TaskIdneq *string `json:"taskIDNEQ,omitempty"` TaskIDIn []string `json:"taskIDIn,omitempty"` TaskIDNotIn []string `json:"taskIDNotIn,omitempty"` - TaskIdgt *string `json:"taskIDGT,omitempty"` - TaskIdgte *string `json:"taskIDGTE,omitempty"` - TaskIdlt *string `json:"taskIDLT,omitempty"` - TaskIdlte *string `json:"taskIDLTE,omitempty"` TaskIDContains *string `json:"taskIDContains,omitempty"` TaskIDHasPrefix *string `json:"taskIDHasPrefix,omitempty"` TaskIDHasSuffix *string `json:"taskIDHasSuffix,omitempty"` @@ -53930,10 +47499,6 @@ type WorkflowObjectRefWhereInput struct { InternalPolicyIdneq *string `json:"internalPolicyIDNEQ,omitempty"` InternalPolicyIDIn []string `json:"internalPolicyIDIn,omitempty"` InternalPolicyIDNotIn []string `json:"internalPolicyIDNotIn,omitempty"` - InternalPolicyIdgt *string `json:"internalPolicyIDGT,omitempty"` - InternalPolicyIdgte *string `json:"internalPolicyIDGTE,omitempty"` - InternalPolicyIdlt *string `json:"internalPolicyIDLT,omitempty"` - InternalPolicyIdlte *string `json:"internalPolicyIDLTE,omitempty"` InternalPolicyIDContains *string `json:"internalPolicyIDContains,omitempty"` InternalPolicyIDHasPrefix *string `json:"internalPolicyIDHasPrefix,omitempty"` InternalPolicyIDHasSuffix *string `json:"internalPolicyIDHasSuffix,omitempty"` @@ -53946,10 +47511,6 @@ type WorkflowObjectRefWhereInput struct { FindingIdneq *string `json:"findingIDNEQ,omitempty"` FindingIDIn []string `json:"findingIDIn,omitempty"` FindingIDNotIn []string `json:"findingIDNotIn,omitempty"` - FindingIdgt *string `json:"findingIDGT,omitempty"` - FindingIdgte *string `json:"findingIDGTE,omitempty"` - FindingIdlt *string `json:"findingIDLT,omitempty"` - FindingIdlte *string `json:"findingIDLTE,omitempty"` FindingIDContains *string `json:"findingIDContains,omitempty"` FindingIDHasPrefix *string `json:"findingIDHasPrefix,omitempty"` FindingIDHasSuffix *string `json:"findingIDHasSuffix,omitempty"` @@ -53962,10 +47523,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryAccountIdneq *string `json:"directoryAccountIDNEQ,omitempty"` DirectoryAccountIDIn []string `json:"directoryAccountIDIn,omitempty"` DirectoryAccountIDNotIn []string `json:"directoryAccountIDNotIn,omitempty"` - DirectoryAccountIdgt *string `json:"directoryAccountIDGT,omitempty"` - DirectoryAccountIdgte *string `json:"directoryAccountIDGTE,omitempty"` - DirectoryAccountIdlt *string `json:"directoryAccountIDLT,omitempty"` - DirectoryAccountIdlte *string `json:"directoryAccountIDLTE,omitempty"` DirectoryAccountIDContains *string `json:"directoryAccountIDContains,omitempty"` DirectoryAccountIDHasPrefix *string `json:"directoryAccountIDHasPrefix,omitempty"` DirectoryAccountIDHasSuffix *string `json:"directoryAccountIDHasSuffix,omitempty"` @@ -53978,10 +47535,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryGroupIdneq *string `json:"directoryGroupIDNEQ,omitempty"` DirectoryGroupIDIn []string `json:"directoryGroupIDIn,omitempty"` DirectoryGroupIDNotIn []string `json:"directoryGroupIDNotIn,omitempty"` - DirectoryGroupIdgt *string `json:"directoryGroupIDGT,omitempty"` - DirectoryGroupIdgte *string `json:"directoryGroupIDGTE,omitempty"` - DirectoryGroupIdlt *string `json:"directoryGroupIDLT,omitempty"` - DirectoryGroupIdlte *string `json:"directoryGroupIDLTE,omitempty"` DirectoryGroupIDContains *string `json:"directoryGroupIDContains,omitempty"` DirectoryGroupIDHasPrefix *string `json:"directoryGroupIDHasPrefix,omitempty"` DirectoryGroupIDHasSuffix *string `json:"directoryGroupIDHasSuffix,omitempty"` @@ -53994,10 +47547,6 @@ type WorkflowObjectRefWhereInput struct { DirectoryMembershipIdneq *string `json:"directoryMembershipIDNEQ,omitempty"` DirectoryMembershipIDIn []string `json:"directoryMembershipIDIn,omitempty"` DirectoryMembershipIDNotIn []string `json:"directoryMembershipIDNotIn,omitempty"` - DirectoryMembershipIdgt *string `json:"directoryMembershipIDGT,omitempty"` - DirectoryMembershipIdgte *string `json:"directoryMembershipIDGTE,omitempty"` - DirectoryMembershipIdlt *string `json:"directoryMembershipIDLT,omitempty"` - DirectoryMembershipIdlte *string `json:"directoryMembershipIDLTE,omitempty"` DirectoryMembershipIDContains *string `json:"directoryMembershipIDContains,omitempty"` DirectoryMembershipIDHasPrefix *string `json:"directoryMembershipIDHasPrefix,omitempty"` DirectoryMembershipIDHasSuffix *string `json:"directoryMembershipIDHasSuffix,omitempty"` @@ -54010,10 +47559,6 @@ type WorkflowObjectRefWhereInput struct { EvidenceIdneq *string `json:"evidenceIDNEQ,omitempty"` EvidenceIDIn []string `json:"evidenceIDIn,omitempty"` EvidenceIDNotIn []string `json:"evidenceIDNotIn,omitempty"` - EvidenceIdgt *string `json:"evidenceIDGT,omitempty"` - EvidenceIdgte *string `json:"evidenceIDGTE,omitempty"` - EvidenceIdlt *string `json:"evidenceIDLT,omitempty"` - EvidenceIdlte *string `json:"evidenceIDLTE,omitempty"` EvidenceIDContains *string `json:"evidenceIDContains,omitempty"` EvidenceIDHasPrefix *string `json:"evidenceIDHasPrefix,omitempty"` EvidenceIDHasSuffix *string `json:"evidenceIDHasSuffix,omitempty"` @@ -54026,10 +47571,6 @@ type WorkflowObjectRefWhereInput struct { SubcontrolIdneq *string `json:"subcontrolIDNEQ,omitempty"` SubcontrolIDIn []string `json:"subcontrolIDIn,omitempty"` SubcontrolIDNotIn []string `json:"subcontrolIDNotIn,omitempty"` - SubcontrolIdgt *string `json:"subcontrolIDGT,omitempty"` - SubcontrolIdgte *string `json:"subcontrolIDGTE,omitempty"` - SubcontrolIdlt *string `json:"subcontrolIDLT,omitempty"` - SubcontrolIdlte *string `json:"subcontrolIDLTE,omitempty"` SubcontrolIDContains *string `json:"subcontrolIDContains,omitempty"` SubcontrolIDHasPrefix *string `json:"subcontrolIDHasPrefix,omitempty"` SubcontrolIDHasSuffix *string `json:"subcontrolIDHasSuffix,omitempty"` @@ -54042,10 +47583,6 @@ type WorkflowObjectRefWhereInput struct { ActionPlanIdneq *string `json:"actionPlanIDNEQ,omitempty"` ActionPlanIDIn []string `json:"actionPlanIDIn,omitempty"` ActionPlanIDNotIn []string `json:"actionPlanIDNotIn,omitempty"` - ActionPlanIdgt *string `json:"actionPlanIDGT,omitempty"` - ActionPlanIdgte *string `json:"actionPlanIDGTE,omitempty"` - ActionPlanIdlt *string `json:"actionPlanIDLT,omitempty"` - ActionPlanIdlte *string `json:"actionPlanIDLTE,omitempty"` ActionPlanIDContains *string `json:"actionPlanIDContains,omitempty"` ActionPlanIDHasPrefix *string `json:"actionPlanIDHasPrefix,omitempty"` ActionPlanIDHasSuffix *string `json:"actionPlanIDHasSuffix,omitempty"` @@ -54058,10 +47595,6 @@ type WorkflowObjectRefWhereInput struct { ProcedureIdneq *string `json:"procedureIDNEQ,omitempty"` ProcedureIDIn []string `json:"procedureIDIn,omitempty"` ProcedureIDNotIn []string `json:"procedureIDNotIn,omitempty"` - ProcedureIdgt *string `json:"procedureIDGT,omitempty"` - ProcedureIdgte *string `json:"procedureIDGTE,omitempty"` - ProcedureIdlt *string `json:"procedureIDLT,omitempty"` - ProcedureIdlte *string `json:"procedureIDLTE,omitempty"` ProcedureIDContains *string `json:"procedureIDContains,omitempty"` ProcedureIDHasPrefix *string `json:"procedureIDHasPrefix,omitempty"` ProcedureIDHasSuffix *string `json:"procedureIDHasSuffix,omitempty"` @@ -54074,10 +47607,6 @@ type WorkflowObjectRefWhereInput struct { CampaignIdneq *string `json:"campaignIDNEQ,omitempty"` CampaignIDIn []string `json:"campaignIDIn,omitempty"` CampaignIDNotIn []string `json:"campaignIDNotIn,omitempty"` - CampaignIdgt *string `json:"campaignIDGT,omitempty"` - CampaignIdgte *string `json:"campaignIDGTE,omitempty"` - CampaignIdlt *string `json:"campaignIDLT,omitempty"` - CampaignIdlte *string `json:"campaignIDLTE,omitempty"` CampaignIDContains *string `json:"campaignIDContains,omitempty"` CampaignIDHasPrefix *string `json:"campaignIDHasPrefix,omitempty"` CampaignIDHasSuffix *string `json:"campaignIDHasSuffix,omitempty"` @@ -54090,10 +47619,6 @@ type WorkflowObjectRefWhereInput struct { CampaignTargetIdneq *string `json:"campaignTargetIDNEQ,omitempty"` CampaignTargetIDIn []string `json:"campaignTargetIDIn,omitempty"` CampaignTargetIDNotIn []string `json:"campaignTargetIDNotIn,omitempty"` - CampaignTargetIdgt *string `json:"campaignTargetIDGT,omitempty"` - CampaignTargetIdgte *string `json:"campaignTargetIDGTE,omitempty"` - CampaignTargetIdlt *string `json:"campaignTargetIDLT,omitempty"` - CampaignTargetIdlte *string `json:"campaignTargetIDLTE,omitempty"` CampaignTargetIDContains *string `json:"campaignTargetIDContains,omitempty"` CampaignTargetIDHasPrefix *string `json:"campaignTargetIDHasPrefix,omitempty"` CampaignTargetIDHasSuffix *string `json:"campaignTargetIDHasSuffix,omitempty"` @@ -54106,10 +47631,6 @@ type WorkflowObjectRefWhereInput struct { IdentityHolderIdneq *string `json:"identityHolderIDNEQ,omitempty"` IdentityHolderIDIn []string `json:"identityHolderIDIn,omitempty"` IdentityHolderIDNotIn []string `json:"identityHolderIDNotIn,omitempty"` - IdentityHolderIdgt *string `json:"identityHolderIDGT,omitempty"` - IdentityHolderIdgte *string `json:"identityHolderIDGTE,omitempty"` - IdentityHolderIdlt *string `json:"identityHolderIDLT,omitempty"` - IdentityHolderIdlte *string `json:"identityHolderIDLTE,omitempty"` IdentityHolderIDContains *string `json:"identityHolderIDContains,omitempty"` IdentityHolderIDHasPrefix *string `json:"identityHolderIDHasPrefix,omitempty"` IdentityHolderIDHasSuffix *string `json:"identityHolderIDHasSuffix,omitempty"` @@ -54122,10 +47643,6 @@ type WorkflowObjectRefWhereInput struct { PlatformIdneq *string `json:"platformIDNEQ,omitempty"` PlatformIDIn []string `json:"platformIDIn,omitempty"` PlatformIDNotIn []string `json:"platformIDNotIn,omitempty"` - PlatformIdgt *string `json:"platformIDGT,omitempty"` - PlatformIdgte *string `json:"platformIDGTE,omitempty"` - PlatformIdlt *string `json:"platformIDLT,omitempty"` - PlatformIdlte *string `json:"platformIDLTE,omitempty"` PlatformIDContains *string `json:"platformIDContains,omitempty"` PlatformIDHasPrefix *string `json:"platformIDHasPrefix,omitempty"` PlatformIDHasSuffix *string `json:"platformIDHasSuffix,omitempty"` @@ -54138,10 +47655,6 @@ type WorkflowObjectRefWhereInput struct { VulnerabilityIdneq *string `json:"vulnerabilityIDNEQ,omitempty"` VulnerabilityIDIn []string `json:"vulnerabilityIDIn,omitempty"` VulnerabilityIDNotIn []string `json:"vulnerabilityIDNotIn,omitempty"` - VulnerabilityIdgt *string `json:"vulnerabilityIDGT,omitempty"` - VulnerabilityIdgte *string `json:"vulnerabilityIDGTE,omitempty"` - VulnerabilityIdlt *string `json:"vulnerabilityIDLT,omitempty"` - VulnerabilityIdlte *string `json:"vulnerabilityIDLTE,omitempty"` VulnerabilityIDContains *string `json:"vulnerabilityIDContains,omitempty"` VulnerabilityIDHasPrefix *string `json:"vulnerabilityIDHasPrefix,omitempty"` VulnerabilityIDHasSuffix *string `json:"vulnerabilityIDHasSuffix,omitempty"` @@ -54154,10 +47667,6 @@ type WorkflowObjectRefWhereInput struct { RiskIdneq *string `json:"riskIDNEQ,omitempty"` RiskIDIn []string `json:"riskIDIn,omitempty"` RiskIDNotIn []string `json:"riskIDNotIn,omitempty"` - RiskIdgt *string `json:"riskIDGT,omitempty"` - RiskIdgte *string `json:"riskIDGTE,omitempty"` - RiskIdlt *string `json:"riskIDLT,omitempty"` - RiskIdlte *string `json:"riskIDLTE,omitempty"` RiskIDContains *string `json:"riskIDContains,omitempty"` RiskIDHasPrefix *string `json:"riskIDHasPrefix,omitempty"` RiskIDHasSuffix *string `json:"riskIDHasSuffix,omitempty"` @@ -54170,10 +47679,6 @@ type WorkflowObjectRefWhereInput struct { AssessmentIdneq *string `json:"assessmentIDNEQ,omitempty"` AssessmentIDIn []string `json:"assessmentIDIn,omitempty"` AssessmentIDNotIn []string `json:"assessmentIDNotIn,omitempty"` - AssessmentIdgt *string `json:"assessmentIDGT,omitempty"` - AssessmentIdgte *string `json:"assessmentIDGTE,omitempty"` - AssessmentIdlt *string `json:"assessmentIDLT,omitempty"` - AssessmentIdlte *string `json:"assessmentIDLTE,omitempty"` AssessmentIDContains *string `json:"assessmentIDContains,omitempty"` AssessmentIDHasPrefix *string `json:"assessmentIDHasPrefix,omitempty"` AssessmentIDHasSuffix *string `json:"assessmentIDHasSuffix,omitempty"` @@ -54186,10 +47691,6 @@ type WorkflowObjectRefWhereInput struct { AssessmentResponseIdneq *string `json:"assessmentResponseIDNEQ,omitempty"` AssessmentResponseIDIn []string `json:"assessmentResponseIDIn,omitempty"` AssessmentResponseIDNotIn []string `json:"assessmentResponseIDNotIn,omitempty"` - AssessmentResponseIdgt *string `json:"assessmentResponseIDGT,omitempty"` - AssessmentResponseIdgte *string `json:"assessmentResponseIDGTE,omitempty"` - AssessmentResponseIdlt *string `json:"assessmentResponseIDLT,omitempty"` - AssessmentResponseIdlte *string `json:"assessmentResponseIDLTE,omitempty"` AssessmentResponseIDContains *string `json:"assessmentResponseIDContains,omitempty"` AssessmentResponseIDHasPrefix *string `json:"assessmentResponseIDHasPrefix,omitempty"` AssessmentResponseIDHasSuffix *string `json:"assessmentResponseIDHasSuffix,omitempty"` @@ -54202,10 +47703,6 @@ type WorkflowObjectRefWhereInput struct { RemediationIdneq *string `json:"remediationIDNEQ,omitempty"` RemediationIDIn []string `json:"remediationIDIn,omitempty"` RemediationIDNotIn []string `json:"remediationIDNotIn,omitempty"` - RemediationIdgt *string `json:"remediationIDGT,omitempty"` - RemediationIdgte *string `json:"remediationIDGTE,omitempty"` - RemediationIdlt *string `json:"remediationIDLT,omitempty"` - RemediationIdlte *string `json:"remediationIDLTE,omitempty"` RemediationIDContains *string `json:"remediationIDContains,omitempty"` RemediationIDHasPrefix *string `json:"remediationIDHasPrefix,omitempty"` RemediationIDHasSuffix *string `json:"remediationIDHasSuffix,omitempty"` diff --git a/internal/objects/validators/storageproviders.go b/internal/objects/validators/storageproviders.go index 3a20ed4c4b..98ad34541c 100644 --- a/internal/objects/validators/storageproviders.go +++ b/internal/objects/validators/storageproviders.go @@ -22,8 +22,7 @@ import ( ) const ( - StorageValidationTimeout = 10 * time.Second - StorageCredentialSyncTimeout = 10 * time.Second + StorageValidationTimeout = 10 * time.Second // StorageCheckCacheTTL is how long a readiness check result is reused before revalidating providers StorageCheckCacheTTL = 5 * time.Minute ) diff --git a/internal/testutils/client.go b/internal/testutils/client.go index a783579575..9c9776a79d 100644 --- a/internal/testutils/client.go +++ b/internal/testutils/client.go @@ -16,7 +16,6 @@ import ( "github.com/labstack/gommon/log" "github.com/theopenlane/core/internal/graphapi" "github.com/theopenlane/core/internal/graphapi/common" - "github.com/theopenlane/core/internal/graphapi/directives" gqlgenerated "github.com/theopenlane/core/internal/graphapi/generated" "github.com/theopenlane/core/internal/graphapi/gqlerrors" "github.com/theopenlane/core/internal/graphapi/testclient" @@ -204,7 +203,7 @@ func testGraphServer(c *ent.Client, u *objects.Service) *handler.Server { conf := gqlgenerated.Config{Resolvers: r} - directives.ImplementAllDirectives(&conf) + graphapi.ImplementAllDirectives(&conf) srv := handler.New( gqlgenerated.NewExecutableSchema( diff --git a/jsonschema/schema_generator.go b/jsonschema/schema_generator.go index d8aa0c58e3..e79d66e98b 100644 --- a/jsonschema/schema_generator.go +++ b/jsonschema/schema_generator.go @@ -1686,33 +1686,6 @@ func formatValue(v any) string { } } -// formatHelmDefaultLiteral formats a value as a Helm template-friendly default literal. -func formatHelmDefaultLiteral(v any) string { - if v == nil { - return "\"\"" - } - - value := reflect.ValueOf(v) - for value.Kind() == reflect.Ptr { - if value.IsNil() { - return "\"\"" - } - value = value.Elem() - } - - unwrapped := value.Interface() - - if b, ok := unwrapped.(bool); ok { - return fmt.Sprintf("%t", b) - } - - if d, ok := unwrapped.(time.Duration); ok { - return strconv.Quote(d.String()) - } - - return strconv.Quote(fmt.Sprintf("%v", unwrapped)) -} - // hasSecretChildren checks if a struct has any sensitive child fields func hasSecretChildren(v reflect.Value, prefix string) bool { if !v.IsValid() || v.Kind() != reflect.Struct { diff --git a/pkg/catalog/genyaml/yamlgen.go b/pkg/catalog/genyaml/yamlgen.go index 2be578adad..84fe54a006 100644 --- a/pkg/catalog/genyaml/yamlgen.go +++ b/pkg/catalog/genyaml/yamlgen.go @@ -27,7 +27,6 @@ func main() { } const ( - repoPath = "github.com/theopenlane/core/pkg/catalog" modelsPath = "github.com/theopenlane/core/common/models" sandboxCatalog = "catalog_sandbox.yaml" sandboxOutput = "./gencatalog/gencatalog_sandbox.go" diff --git a/pkg/entitlements/webhook_migration.go b/pkg/entitlements/webhook_migration.go index 1e84545c19..92cab93e0d 100644 --- a/pkg/entitlements/webhook_migration.go +++ b/pkg/entitlements/webhook_migration.go @@ -13,8 +13,6 @@ import ( const ( versionQueryParam = "api_version" - migrationStateNew = "new" - migrationStateOld = "old" ) type webhookMigrationOptions struct { diff --git a/pkg/gencmd/generate/cmd/generate.go b/pkg/gencmd/generate/cmd/generate.go index f579c26d84..e9fa6b2768 100644 --- a/pkg/gencmd/generate/cmd/generate.go +++ b/pkg/gencmd/generate/cmd/generate.go @@ -9,10 +9,6 @@ import ( "github.com/theopenlane/core/pkg/gencmd/generate/prompts" ) -const ( - relativeSchemaPath = "../../internal/ent/schema" -) - var generateCmd = &cobra.Command{ Use: "generate", Short: "generate is the command to generate the stub files for a given cli cmd", From 5b603ca8a032c42e532612f2b974bfa5b29f1580 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:01:01 -0600 Subject: [PATCH 2/6] fix rebase Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- common/go.sum | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/go.sum b/common/go.sum index bbb631027e..e41a226ec6 100644 --- a/common/go.sum +++ b/common/go.sum @@ -148,12 +148,7 @@ github.com/theopenlane/core v1.31.10 h1:Qa24eyFg4AXmXIJJXvQxj1wIHqBBrHuGEbqKdNXD github.com/theopenlane/core v1.31.10/go.mod h1:rpSG3J+WDk/RrPvm4GO6LOPA4FeQhJVp1IVfuaM4ofU= github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA= github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM= -<<<<<<< Updated upstream -github.com/theopenlane/entx v0.32.0 h1:IM7Ohm3O8TJBeUxiYOgKWessVwkM5Xvlx+dXDoQgLUo= -github.com/theopenlane/entx v0.32.0/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= -======= github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6FO0chz6E2ZaFYGKeo34uM7TxzkJqrF+Q= ->>>>>>> Stashed changes github.com/theopenlane/utils v0.7.1 h1:x+9kVMgOALYqAH6GaLaDb9tj16nzasoGM8X0v0XNTn8= github.com/theopenlane/utils v0.7.1/go.mod h1:uxiLqjtcqgH57yOpYl3tTfKuenGYyAROxHFMpXx6mDY= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= From cc63141eb765a79cbf71e9ce3d62036ad14ffd83 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:23:17 -0600 Subject: [PATCH 3/6] remove unused search code Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .task/checksum/generate-catalog-smart | 2 +- go.mod | 2 +- go.sum | 4 +- internal/ent/csvgenerated/csv_generated.go | 740 ++++----- internal/graphapi/search.go | 1705 +------------------- 5 files changed, 362 insertions(+), 2091 deletions(-) diff --git a/.task/checksum/generate-catalog-smart b/.task/checksum/generate-catalog-smart index a4ebc1b74f..0b45851a5e 100644 --- a/.task/checksum/generate-catalog-smart +++ b/.task/checksum/generate-catalog-smart @@ -1 +1 @@ -1e15ee0a94a81c9b472cc0ce6fa3410 +be9f1bfec01b55574f824333da94ffe diff --git a/go.mod b/go.mod index 3d7b9ecc90..ea138a472e 100644 --- a/go.mod +++ b/go.mod @@ -104,7 +104,7 @@ require ( github.com/theopenlane/echox v0.3.0 github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f github.com/theopenlane/go-client v0.13.0 - github.com/theopenlane/gqlgen-plugins v0.17.0 + github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a github.com/theopenlane/httpsling v0.3.0 github.com/theopenlane/iam v0.37.0 github.com/theopenlane/newman v0.4.3 diff --git a/go.sum b/go.sum index 90009bfd4f..6d3b1fcbc6 100644 --- a/go.sum +++ b/go.sum @@ -743,8 +743,8 @@ github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6 github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= github.com/theopenlane/go-client v0.13.0 h1:/jSEZLu1urijrmM1skYo9kf0MsVJwe3DNpuyYGv6Pj4= github.com/theopenlane/go-client v0.13.0/go.mod h1:g5i+gYjkih1SSgY/lFi4p302cLZBOJ8pgCFf02eZKaI= -github.com/theopenlane/gqlgen-plugins v0.17.0 h1:wPu227ByD1+M9fW3wbV8b7makzB90ftelW42QxjAFJg= -github.com/theopenlane/gqlgen-plugins v0.17.0/go.mod h1:iOSU/n2zq/uENZ9B9Vjg7mHEwCxCqDOO3HA1V8lvt8s= +github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a h1:DROCYC41VbS+B2kTszjLdwLlbqN910IT5yiG6h1RQO8= +github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a/go.mod h1:iOSU/n2zq/uENZ9B9Vjg7mHEwCxCqDOO3HA1V8lvt8s= github.com/theopenlane/httpsling v0.3.0 h1:Bad0dGdqCqAB8UVDyVo+YCevzRvGHhmkK22F7T3pXtY= github.com/theopenlane/httpsling v0.3.0/go.mod h1:iJc3XRLYTFIpfCnPpLZVMBP0xsWIPAb7ozARtQoclAE= github.com/theopenlane/iam v0.37.0 h1:s0p89/V6PeUdvY7s++j99IN/Om28rmMZUJ5fUycrKs4= diff --git a/internal/ent/csvgenerated/csv_generated.go b/internal/ent/csvgenerated/csv_generated.go index 3d42ed5e69..0e00208418 100644 --- a/internal/ent/csvgenerated/csv_generated.go +++ b/internal/ent/csvgenerated/csv_generated.go @@ -7,7 +7,6 @@ import ( "strings" "github.com/theopenlane/core/internal/ent/generated" - "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/actionplan" "github.com/theopenlane/core/internal/ent/generated/asset" "github.com/theopenlane/core/internal/ent/generated/control" @@ -17,6 +16,7 @@ import ( "github.com/theopenlane/core/internal/ent/generated/identityholder" "github.com/theopenlane/core/internal/ent/generated/internalpolicy" "github.com/theopenlane/core/internal/ent/generated/platform" + "github.com/theopenlane/core/internal/ent/generated/predicate" "github.com/theopenlane/core/internal/ent/generated/procedure" "github.com/theopenlane/core/internal/ent/generated/risk" "github.com/theopenlane/core/internal/ent/generated/subcontrol" @@ -845,8 +845,7 @@ type CSVSchemaInfo struct { var CSVReferenceRegistry = map[string]CSVSchemaInfo{ "APIToken": { SchemaName: "APIToken", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "ActionPlan": { SchemaName: "ActionPlan", @@ -1013,8 +1012,7 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Contact": { SchemaName: "Contact", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Control": { SchemaName: "Control", @@ -1087,28 +1085,23 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ControlImplementation": { SchemaName: "ControlImplementation", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "ControlObjective": { SchemaName: "ControlObjective", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "CustomDomain": { SchemaName: "CustomDomain", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "CustomTypeEnum": { SchemaName: "CustomTypeEnum", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "DNSVerification": { SchemaName: "DNSVerification", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "DirectoryAccount": { SchemaName: "DirectoryAccount", @@ -1125,33 +1118,27 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "DirectoryGroup": { SchemaName: "DirectoryGroup", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "DirectoryMembership": { SchemaName: "DirectoryMembership", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "DirectorySyncRun": { SchemaName: "DirectorySyncRun", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Discussion": { SchemaName: "Discussion", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "DocumentData": { SchemaName: "DocumentData", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "EmailTemplate": { SchemaName: "EmailTemplate", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Entity": { SchemaName: "Entity", @@ -1192,13 +1179,11 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "EntityType": { SchemaName: "EntityType", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Event": { SchemaName: "Event", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Evidence": { SchemaName: "Evidence", @@ -1215,13 +1200,11 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Export": { SchemaName: "Export", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "File": { SchemaName: "File", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Finding": { SchemaName: "Finding", @@ -1262,28 +1245,23 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "FindingControl": { SchemaName: "FindingControl", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Group": { SchemaName: "Group", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "GroupMembership": { SchemaName: "GroupMembership", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "GroupSetting": { SchemaName: "GroupSetting", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Hush": { SchemaName: "Hush", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "IdentityHolder": { SchemaName: "IdentityHolder", @@ -1353,88 +1331,71 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Invite": { SchemaName: "Invite", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "JobResult": { SchemaName: "JobResult", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "JobRunner": { SchemaName: "JobRunner", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "JobRunnerRegistrationToken": { SchemaName: "JobRunnerRegistrationToken", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "JobRunnerToken": { SchemaName: "JobRunnerToken", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "JobTemplate": { SchemaName: "JobTemplate", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "MappableDomain": { SchemaName: "MappableDomain", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "MappedControl": { SchemaName: "MappedControl", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Narrative": { SchemaName: "Narrative", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Notification": { SchemaName: "Notification", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "NotificationPreference": { SchemaName: "NotificationPreference", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "NotificationTemplate": { SchemaName: "NotificationTemplate", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Onboarding": { SchemaName: "Onboarding", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "OrgMembership": { SchemaName: "OrgMembership", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Organization": { SchemaName: "Organization", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "OrganizationSetting": { SchemaName: "OrganizationSetting", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "PersonalAccessToken": { SchemaName: "PersonalAccessToken", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Platform": { SchemaName: "Platform", @@ -1597,8 +1558,7 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ProgramMembership": { SchemaName: "ProgramMembership", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Remediation": { SchemaName: "Remediation", @@ -1705,8 +1665,7 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "SLADefinition": { SchemaName: "SLADefinition", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Scan": { SchemaName: "Scan", @@ -1784,13 +1743,11 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "ScheduledJobRun": { SchemaName: "ScheduledJobRun", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Standard": { SchemaName: "Standard", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Subcontrol": { SchemaName: "Subcontrol", @@ -1863,28 +1820,23 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Subprocessor": { SchemaName: "Subprocessor", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Subscriber": { SchemaName: "Subscriber", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "SystemDetail": { SchemaName: "SystemDetail", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TFASetting": { SchemaName: "TFASetting", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TagDefinition": { SchemaName: "TagDefinition", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Task": { SchemaName: "Task", @@ -1917,63 +1869,51 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "Template": { SchemaName: "Template", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenter": { SchemaName: "TrustCenter", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterCompliance": { SchemaName: "TrustCenterCompliance", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterDoc": { SchemaName: "TrustCenterDoc", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterEntity": { SchemaName: "TrustCenterEntity", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterFAQ": { SchemaName: "TrustCenterFAQ", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterNDARequest": { SchemaName: "TrustCenterNDARequest", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterSetting": { SchemaName: "TrustCenterSetting", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterSubprocessor": { SchemaName: "TrustCenterSubprocessor", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "TrustCenterWatermarkConfig": { SchemaName: "TrustCenterWatermarkConfig", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "User": { SchemaName: "User", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "UserSetting": { SchemaName: "UserSetting", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "VendorRiskScore": { SchemaName: "VendorRiskScore", @@ -1990,8 +1930,7 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "VendorScoringConfig": { SchemaName: "VendorScoringConfig", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, "Vulnerability": { SchemaName: "Vulnerability", @@ -2040,8 +1979,7 @@ var CSVReferenceRegistry = map[string]CSVSchemaInfo{ }, "WorkflowDefinition": { SchemaName: "WorkflowDefinition", - Rules: []CSVReferenceRule{ - }, + Rules: []CSVReferenceRule{}, }, } @@ -2072,7 +2010,7 @@ func (APITokenCSVInput) CSVInputWrapper() {} // APITokenCSVUpdateInput wraps UpdateAPITokenInput with CSV reference columns for bulk updates. type APITokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateAPITokenInput } @@ -2081,10 +2019,10 @@ func (APITokenCSVUpdateInput) CSVInputWrapper() {} // ActionPlanCSVInput wraps CreateActionPlanInput with CSV reference columns. type ActionPlanCSVInput struct { - Input generated.CreateActionPlanInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + Input generated.CreateActionPlanInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks ActionPlanCSVInput for CSV header preprocessing. @@ -2093,11 +2031,11 @@ func (ActionPlanCSVInput) CSVInputWrapper() {} // ActionPlanCSVUpdateInput wraps UpdateActionPlanInput with CSV reference columns for bulk updates. type ActionPlanCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateActionPlanInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + ID string `csv:"ID"` + Input generated.UpdateActionPlanInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks ActionPlanCSVUpdateInput for CSV header preprocessing. @@ -2105,7 +2043,7 @@ func (ActionPlanCSVUpdateInput) CSVInputWrapper() {} // AssessmentCSVInput wraps CreateAssessmentInput with CSV reference columns. type AssessmentCSVInput struct { - Input generated.CreateAssessmentInput + Input generated.CreateAssessmentInput AssessmentTemplateRef string `csv:"AssessmentTemplateRef"` } @@ -2115,8 +2053,8 @@ func (AssessmentCSVInput) CSVInputWrapper() {} // AssessmentCSVUpdateInput wraps UpdateAssessmentInput with CSV reference columns for bulk updates. type AssessmentCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateAssessmentInput + ID string `csv:"ID"` + Input generated.UpdateAssessmentInput AssessmentTemplateRef string `csv:"AssessmentTemplateRef"` } @@ -2125,9 +2063,9 @@ func (AssessmentCSVUpdateInput) CSVInputWrapper() {} // AssessmentResponseCSVInput wraps CreateAssessmentResponseInput with CSV reference columns. type AssessmentResponseCSVInput struct { - Input generated.CreateAssessmentResponseInput + Input generated.CreateAssessmentResponseInput AssessmentIdentityHolderEmail string `csv:"AssessmentIdentityHolderEmail"` - AssessmentResponseEntityName string `csv:"AssessmentResponseEntityName"` + AssessmentResponseEntityName string `csv:"AssessmentResponseEntityName"` } // CSVInputWrapper marks AssessmentResponseCSVInput for CSV header preprocessing. @@ -2135,10 +2073,10 @@ func (AssessmentResponseCSVInput) CSVInputWrapper() {} // AssetCSVInput wraps CreateAssetInput with CSV reference columns. type AssetCSVInput struct { - Input generated.CreateAssetInput + Input generated.CreateAssetInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - SourcePlatformName string `csv:"SourcePlatformName"` + SourcePlatformName string `csv:"SourcePlatformName"` } // CSVInputWrapper marks AssetCSVInput for CSV header preprocessing. @@ -2147,11 +2085,11 @@ func (AssetCSVInput) CSVInputWrapper() {} // AssetCSVUpdateInput wraps UpdateAssetInput with CSV reference columns for bulk updates. type AssetCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateAssetInput + ID string `csv:"ID"` + Input generated.UpdateAssetInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - SourcePlatformName string `csv:"SourcePlatformName"` + SourcePlatformName string `csv:"SourcePlatformName"` } // CSVInputWrapper marks AssetCSVUpdateInput for CSV header preprocessing. @@ -2159,9 +2097,9 @@ func (AssetCSVUpdateInput) CSVInputWrapper() {} // CampaignCSVInput wraps CreateCampaignInput with CSV reference columns. type CampaignCSVInput struct { - Input generated.CreateCampaignInput - CampaignEntityName string `csv:"CampaignEntityName"` - CampaignTemplateRef string `csv:"CampaignTemplateRef"` + Input generated.CreateCampaignInput + CampaignEntityName string `csv:"CampaignEntityName"` + CampaignTemplateRef string `csv:"CampaignTemplateRef"` InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } @@ -2172,10 +2110,10 @@ func (CampaignCSVInput) CSVInputWrapper() {} // CampaignCSVUpdateInput wraps UpdateCampaignInput with CSV reference columns for bulk updates. type CampaignCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCampaignInput - CampaignEntityName string `csv:"CampaignEntityName"` - CampaignTemplateRef string `csv:"CampaignTemplateRef"` + ID string `csv:"ID"` + Input generated.UpdateCampaignInput + CampaignEntityName string `csv:"CampaignEntityName"` + CampaignTemplateRef string `csv:"CampaignTemplateRef"` InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } @@ -2185,7 +2123,7 @@ func (CampaignCSVUpdateInput) CSVInputWrapper() {} // CampaignTargetCSVInput wraps CreateCampaignTargetInput with CSV reference columns. type CampaignTargetCSVInput struct { - Input generated.CreateCampaignTargetInput + Input generated.CreateCampaignTargetInput CampaignTargetGroupName string `csv:"CampaignTargetGroupName"` CampaignTargetUserEmail string `csv:"CampaignTargetUserEmail"` } @@ -2196,8 +2134,8 @@ func (CampaignTargetCSVInput) CSVInputWrapper() {} // CampaignTargetCSVUpdateInput wraps UpdateCampaignTargetInput with CSV reference columns for bulk updates. type CampaignTargetCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCampaignTargetInput + ID string `csv:"ID"` + Input generated.UpdateCampaignTargetInput CampaignTargetGroupName string `csv:"CampaignTargetGroupName"` CampaignTargetUserEmail string `csv:"CampaignTargetUserEmail"` } @@ -2207,7 +2145,7 @@ func (CampaignTargetCSVUpdateInput) CSVInputWrapper() {} // CheckResultCSVInput wraps CreateCheckResultInput with CSV reference columns. type CheckResultCSVInput struct { - Input generated.CreateCheckResultInput + Input generated.CreateCheckResultInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2217,8 +2155,8 @@ func (CheckResultCSVInput) CSVInputWrapper() {} // CheckResultCSVUpdateInput wraps UpdateCheckResultInput with CSV reference columns for bulk updates. type CheckResultCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateCheckResultInput + ID string `csv:"ID"` + Input generated.UpdateCheckResultInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2236,7 +2174,7 @@ func (ContactCSVInput) CSVInputWrapper() {} // ContactCSVUpdateInput wraps UpdateContactInput with CSV reference columns for bulk updates. type ContactCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateContactInput } @@ -2245,15 +2183,15 @@ func (ContactCSVUpdateInput) CSVInputWrapper() {} // ControlCSVInput wraps CreateControlInput with CSV reference columns. type ControlCSVInput struct { - Input generated.CreateControlInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + Input generated.CreateControlInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks ControlCSVInput for CSV header preprocessing. @@ -2262,16 +2200,16 @@ func (ControlCSVInput) CSVInputWrapper() {} // ControlCSVUpdateInput wraps UpdateControlInput with CSV reference columns for bulk updates. type ControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateControlInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + ID string `csv:"ID"` + Input generated.UpdateControlInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks ControlCSVUpdateInput for CSV header preprocessing. @@ -2288,7 +2226,7 @@ func (ControlImplementationCSVInput) CSVInputWrapper() {} // ControlImplementationCSVUpdateInput wraps UpdateControlImplementationInput with CSV reference columns for bulk updates. type ControlImplementationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateControlImplementationInput } @@ -2306,7 +2244,7 @@ func (ControlObjectiveCSVInput) CSVInputWrapper() {} // ControlObjectiveCSVUpdateInput wraps UpdateControlObjectiveInput with CSV reference columns for bulk updates. type ControlObjectiveCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateControlObjectiveInput } @@ -2324,7 +2262,7 @@ func (CustomDomainCSVInput) CSVInputWrapper() {} // CustomDomainCSVUpdateInput wraps UpdateCustomDomainInput with CSV reference columns for bulk updates. type CustomDomainCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateCustomDomainInput } @@ -2342,7 +2280,7 @@ func (CustomTypeEnumCSVInput) CSVInputWrapper() {} // CustomTypeEnumCSVUpdateInput wraps UpdateCustomTypeEnumInput with CSV reference columns for bulk updates. type CustomTypeEnumCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateCustomTypeEnumInput } @@ -2360,7 +2298,7 @@ func (DNSVerificationCSVInput) CSVInputWrapper() {} // DNSVerificationCSVUpdateInput wraps UpdateDNSVerificationInput with CSV reference columns for bulk updates. type DNSVerificationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDNSVerificationInput } @@ -2369,7 +2307,7 @@ func (DNSVerificationCSVUpdateInput) CSVInputWrapper() {} // DirectoryAccountCSVInput wraps CreateDirectoryAccountInput with CSV reference columns. type DirectoryAccountCSVInput struct { - Input generated.CreateDirectoryAccountInput + Input generated.CreateDirectoryAccountInput DirectoryAccountIdentityHolderEmail string `csv:"DirectoryAccountIdentityHolderEmail"` } @@ -2379,8 +2317,8 @@ func (DirectoryAccountCSVInput) CSVInputWrapper() {} // DirectoryAccountCSVUpdateInput wraps UpdateDirectoryAccountInput with CSV reference columns for bulk updates. type DirectoryAccountCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateDirectoryAccountInput + ID string `csv:"ID"` + Input generated.UpdateDirectoryAccountInput DirectoryAccountIdentityHolderEmail string `csv:"DirectoryAccountIdentityHolderEmail"` } @@ -2398,7 +2336,7 @@ func (DirectoryGroupCSVInput) CSVInputWrapper() {} // DirectoryGroupCSVUpdateInput wraps UpdateDirectoryGroupInput with CSV reference columns for bulk updates. type DirectoryGroupCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectoryGroupInput } @@ -2416,7 +2354,7 @@ func (DirectoryMembershipCSVInput) CSVInputWrapper() {} // DirectoryMembershipCSVUpdateInput wraps UpdateDirectoryMembershipInput with CSV reference columns for bulk updates. type DirectoryMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectoryMembershipInput } @@ -2434,7 +2372,7 @@ func (DirectorySyncRunCSVInput) CSVInputWrapper() {} // DirectorySyncRunCSVUpdateInput wraps UpdateDirectorySyncRunInput with CSV reference columns for bulk updates. type DirectorySyncRunCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDirectorySyncRunInput } @@ -2452,7 +2390,7 @@ func (DiscussionCSVInput) CSVInputWrapper() {} // DiscussionCSVUpdateInput wraps UpdateDiscussionInput with CSV reference columns for bulk updates. type DiscussionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDiscussionInput } @@ -2470,7 +2408,7 @@ func (DocumentDataCSVInput) CSVInputWrapper() {} // DocumentDataCSVUpdateInput wraps UpdateDocumentDataInput with CSV reference columns for bulk updates. type DocumentDataCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateDocumentDataInput } @@ -2488,7 +2426,7 @@ func (EmailTemplateCSVInput) CSVInputWrapper() {} // EmailTemplateCSVUpdateInput wraps UpdateEmailTemplateInput with CSV reference columns for bulk updates. type EmailTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEmailTemplateInput } @@ -2497,11 +2435,11 @@ func (EmailTemplateCSVUpdateInput) CSVInputWrapper() {} // EntityCSVInput wraps CreateEntityInput with CSV reference columns. type EntityCSVInput struct { - Input generated.CreateEntityInput + Input generated.CreateEntityInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks EntityCSVInput for CSV header preprocessing. @@ -2510,12 +2448,12 @@ func (EntityCSVInput) CSVInputWrapper() {} // EntityCSVUpdateInput wraps UpdateEntityInput with CSV reference columns for bulk updates. type EntityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateEntityInput + ID string `csv:"ID"` + Input generated.UpdateEntityInput InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks EntityCSVUpdateInput for CSV header preprocessing. @@ -2532,7 +2470,7 @@ func (EntityTypeCSVInput) CSVInputWrapper() {} // EntityTypeCSVUpdateInput wraps UpdateEntityTypeInput with CSV reference columns for bulk updates. type EntityTypeCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEntityTypeInput } @@ -2550,7 +2488,7 @@ func (EventCSVInput) CSVInputWrapper() {} // EventCSVUpdateInput wraps UpdateEventInput with CSV reference columns for bulk updates. type EventCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateEventInput } @@ -2559,7 +2497,7 @@ func (EventCSVUpdateInput) CSVInputWrapper() {} // EvidenceCSVInput wraps CreateEvidenceInput with CSV reference columns. type EvidenceCSVInput struct { - Input generated.CreateEvidenceInput + Input generated.CreateEvidenceInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2569,8 +2507,8 @@ func (EvidenceCSVInput) CSVInputWrapper() {} // EvidenceCSVUpdateInput wraps UpdateEvidenceInput with CSV reference columns for bulk updates. type EvidenceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateEvidenceInput + ID string `csv:"ID"` + Input generated.UpdateEvidenceInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -2588,7 +2526,7 @@ func (ExportCSVInput) CSVInputWrapper() {} // ExportCSVUpdateInput wraps UpdateExportInput with CSV reference columns for bulk updates. type ExportCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateExportInput } @@ -2606,7 +2544,7 @@ func (FileCSVInput) CSVInputWrapper() {} // FileCSVUpdateInput wraps UpdateFileInput with CSV reference columns for bulk updates. type FileCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateFileInput } @@ -2615,7 +2553,7 @@ func (FileCSVUpdateInput) CSVInputWrapper() {} // FindingCSVInput wraps CreateFindingInput with CSV reference columns. type FindingCSVInput struct { - Input generated.CreateFindingInput + Input generated.CreateFindingInput AssignedToGroupName string `csv:"AssignedToGroupName"` AssignedToUserEmail string `csv:"AssignedToUserEmail"` ReviewedByGroupName string `csv:"ReviewedByGroupName"` @@ -2628,8 +2566,8 @@ func (FindingCSVInput) CSVInputWrapper() {} // FindingCSVUpdateInput wraps UpdateFindingInput with CSV reference columns for bulk updates. type FindingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateFindingInput + ID string `csv:"ID"` + Input generated.UpdateFindingInput AssignedToGroupName string `csv:"AssignedToGroupName"` AssignedToUserEmail string `csv:"AssignedToUserEmail"` ReviewedByGroupName string `csv:"ReviewedByGroupName"` @@ -2650,7 +2588,7 @@ func (FindingControlCSVInput) CSVInputWrapper() {} // FindingControlCSVUpdateInput wraps UpdateFindingControlInput with CSV reference columns for bulk updates. type FindingControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateFindingControlInput } @@ -2668,7 +2606,7 @@ func (GroupCSVInput) CSVInputWrapper() {} // GroupCSVUpdateInput wraps UpdateGroupInput with CSV reference columns for bulk updates. type GroupCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupInput } @@ -2686,7 +2624,7 @@ func (GroupMembershipCSVInput) CSVInputWrapper() {} // GroupMembershipCSVUpdateInput wraps UpdateGroupMembershipInput with CSV reference columns for bulk updates. type GroupMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupMembershipInput } @@ -2704,7 +2642,7 @@ func (GroupSettingCSVInput) CSVInputWrapper() {} // GroupSettingCSVUpdateInput wraps UpdateGroupSettingInput with CSV reference columns for bulk updates. type GroupSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateGroupSettingInput } @@ -2722,7 +2660,7 @@ func (HushCSVInput) CSVInputWrapper() {} // HushCSVUpdateInput wraps UpdateHushInput with CSV reference columns for bulk updates. type HushCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateHushInput } @@ -2731,11 +2669,11 @@ func (HushCSVUpdateInput) CSVInputWrapper() {} // IdentityHolderCSVInput wraps CreateIdentityHolderInput with CSV reference columns. type IdentityHolderCSVInput struct { - Input generated.CreateIdentityHolderInput - EmployerEntityName string `csv:"EmployerEntityName"` + Input generated.CreateIdentityHolderInput + EmployerEntityName string `csv:"EmployerEntityName"` IdentityHolderUserEmail string `csv:"IdentityHolderUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } // CSVInputWrapper marks IdentityHolderCSVInput for CSV header preprocessing. @@ -2744,12 +2682,12 @@ func (IdentityHolderCSVInput) CSVInputWrapper() {} // IdentityHolderCSVUpdateInput wraps UpdateIdentityHolderInput with CSV reference columns for bulk updates. type IdentityHolderCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateIdentityHolderInput - EmployerEntityName string `csv:"EmployerEntityName"` + ID string `csv:"ID"` + Input generated.UpdateIdentityHolderInput + EmployerEntityName string `csv:"EmployerEntityName"` IdentityHolderUserEmail string `csv:"IdentityHolderUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` } // CSVInputWrapper marks IdentityHolderCSVUpdateInput for CSV header preprocessing. @@ -2757,10 +2695,10 @@ func (IdentityHolderCSVUpdateInput) CSVInputWrapper() {} // InternalPolicyCSVInput wraps CreateInternalPolicyInput with CSV reference columns. type InternalPolicyCSVInput struct { - Input generated.CreateInternalPolicyInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + Input generated.CreateInternalPolicyInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks InternalPolicyCSVInput for CSV header preprocessing. @@ -2769,11 +2707,11 @@ func (InternalPolicyCSVInput) CSVInputWrapper() {} // InternalPolicyCSVUpdateInput wraps UpdateInternalPolicyInput with CSV reference columns for bulk updates. type InternalPolicyCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateInternalPolicyInput - ApproverGroupName string `csv:"ApproverGroupName"` - ControlRefCodes []string `csv:"ControlRefCodes"` - DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` + ID string `csv:"ID"` + Input generated.UpdateInternalPolicyInput + ApproverGroupName string `csv:"ApproverGroupName"` + ControlRefCodes []string `csv:"ControlRefCodes"` + DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } // CSVInputWrapper marks InternalPolicyCSVUpdateInput for CSV header preprocessing. @@ -2790,7 +2728,7 @@ func (InviteCSVInput) CSVInputWrapper() {} // InviteCSVUpdateInput wraps UpdateInviteInput with CSV reference columns for bulk updates. type InviteCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateInviteInput } @@ -2808,7 +2746,7 @@ func (JobResultCSVInput) CSVInputWrapper() {} // JobResultCSVUpdateInput wraps UpdateJobResultInput with CSV reference columns for bulk updates. type JobResultCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobResultInput } @@ -2826,7 +2764,7 @@ func (JobRunnerCSVInput) CSVInputWrapper() {} // JobRunnerCSVUpdateInput wraps UpdateJobRunnerInput with CSV reference columns for bulk updates. type JobRunnerCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerInput } @@ -2844,7 +2782,7 @@ func (JobRunnerRegistrationTokenCSVInput) CSVInputWrapper() {} // JobRunnerRegistrationTokenCSVUpdateInput wraps UpdateJobRunnerRegistrationTokenInput with CSV reference columns for bulk updates. type JobRunnerRegistrationTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerRegistrationTokenInput } @@ -2862,7 +2800,7 @@ func (JobRunnerTokenCSVInput) CSVInputWrapper() {} // JobRunnerTokenCSVUpdateInput wraps UpdateJobRunnerTokenInput with CSV reference columns for bulk updates. type JobRunnerTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobRunnerTokenInput } @@ -2880,7 +2818,7 @@ func (JobTemplateCSVInput) CSVInputWrapper() {} // JobTemplateCSVUpdateInput wraps UpdateJobTemplateInput with CSV reference columns for bulk updates. type JobTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateJobTemplateInput } @@ -2898,7 +2836,7 @@ func (MappableDomainCSVInput) CSVInputWrapper() {} // MappableDomainCSVUpdateInput wraps UpdateMappableDomainInput with CSV reference columns for bulk updates. type MappableDomainCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateMappableDomainInput } @@ -2916,7 +2854,7 @@ func (MappedControlCSVInput) CSVInputWrapper() {} // MappedControlCSVUpdateInput wraps UpdateMappedControlInput with CSV reference columns for bulk updates. type MappedControlCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateMappedControlInput } @@ -2934,7 +2872,7 @@ func (NarrativeCSVInput) CSVInputWrapper() {} // NarrativeCSVUpdateInput wraps UpdateNarrativeInput with CSV reference columns for bulk updates. type NarrativeCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNarrativeInput } @@ -2952,7 +2890,7 @@ func (NotificationCSVInput) CSVInputWrapper() {} // NotificationCSVUpdateInput wraps UpdateNotificationInput with CSV reference columns for bulk updates. type NotificationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationInput } @@ -2970,7 +2908,7 @@ func (NotificationPreferenceCSVInput) CSVInputWrapper() {} // NotificationPreferenceCSVUpdateInput wraps UpdateNotificationPreferenceInput with CSV reference columns for bulk updates. type NotificationPreferenceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationPreferenceInput } @@ -2988,7 +2926,7 @@ func (NotificationTemplateCSVInput) CSVInputWrapper() {} // NotificationTemplateCSVUpdateInput wraps UpdateNotificationTemplateInput with CSV reference columns for bulk updates. type NotificationTemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateNotificationTemplateInput } @@ -3014,7 +2952,7 @@ func (OrgMembershipCSVInput) CSVInputWrapper() {} // OrgMembershipCSVUpdateInput wraps UpdateOrgMembershipInput with CSV reference columns for bulk updates. type OrgMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrgMembershipInput } @@ -3032,7 +2970,7 @@ func (OrganizationCSVInput) CSVInputWrapper() {} // OrganizationCSVUpdateInput wraps UpdateOrganizationInput with CSV reference columns for bulk updates. type OrganizationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrganizationInput } @@ -3050,7 +2988,7 @@ func (OrganizationSettingCSVInput) CSVInputWrapper() {} // OrganizationSettingCSVUpdateInput wraps UpdateOrganizationSettingInput with CSV reference columns for bulk updates. type OrganizationSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateOrganizationSettingInput } @@ -3068,7 +3006,7 @@ func (PersonalAccessTokenCSVInput) CSVInputWrapper() {} // PersonalAccessTokenCSVUpdateInput wraps UpdatePersonalAccessTokenInput with CSV reference columns for bulk updates. type PersonalAccessTokenCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdatePersonalAccessTokenInput } @@ -3077,21 +3015,21 @@ func (PersonalAccessTokenCSVUpdateInput) CSVInputWrapper() {} // PlatformCSVInput wraps CreatePlatformInput with CSV reference columns. type PlatformCSVInput struct { - Input generated.CreatePlatformInput - BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` - BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` - OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` - PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` - SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` - SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` - SourceAssetNames []string `csv:"SourceAssetNames"` - SourceEntityNames []string `csv:"SourceEntityNames"` - SystemDetailNames []string `csv:"SystemDetailNames"` - TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` - TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` + Input generated.CreatePlatformInput + BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` + BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` + OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` + PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` + SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` + SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` + SourceAssetNames []string `csv:"SourceAssetNames"` + SourceEntityNames []string `csv:"SourceEntityNames"` + SystemDetailNames []string `csv:"SystemDetailNames"` + TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` + TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` } // CSVInputWrapper marks PlatformCSVInput for CSV header preprocessing. @@ -3100,22 +3038,22 @@ func (PlatformCSVInput) CSVInputWrapper() {} // PlatformCSVUpdateInput wraps UpdatePlatformInput with CSV reference columns for bulk updates. type PlatformCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdatePlatformInput - BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` - BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` - InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` - InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` - OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` - OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` - PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` - SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` - SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` - SourceAssetNames []string `csv:"SourceAssetNames"` - SourceEntityNames []string `csv:"SourceEntityNames"` - SystemDetailNames []string `csv:"SystemDetailNames"` - TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` - TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` + ID string `csv:"ID"` + Input generated.UpdatePlatformInput + BusinessOwnerGroupName string `csv:"BusinessOwnerGroupName"` + BusinessOwnerUserEmail string `csv:"BusinessOwnerUserEmail"` + InternalOwnerGroupName string `csv:"InternalOwnerGroupName"` + InternalOwnerUserEmail string `csv:"InternalOwnerUserEmail"` + OutOfScopeAssetNames []string `csv:"OutOfScopeAssetNames"` + OutOfScopeVendorNames []string `csv:"OutOfScopeVendorNames"` + PlatformOwnerEmail string `csv:"PlatformOwnerEmail"` + SecurityOwnerGroupName string `csv:"SecurityOwnerGroupName"` + SecurityOwnerUserEmail string `csv:"SecurityOwnerUserEmail"` + SourceAssetNames []string `csv:"SourceAssetNames"` + SourceEntityNames []string `csv:"SourceEntityNames"` + SystemDetailNames []string `csv:"SystemDetailNames"` + TechnicalOwnerGroupName string `csv:"TechnicalOwnerGroupName"` + TechnicalOwnerUserEmail string `csv:"TechnicalOwnerUserEmail"` } // CSVInputWrapper marks PlatformCSVUpdateInput for CSV header preprocessing. @@ -3123,8 +3061,8 @@ func (PlatformCSVUpdateInput) CSVInputWrapper() {} // ProcedureCSVInput wraps CreateProcedureInput with CSV reference columns. type ProcedureCSVInput struct { - Input generated.CreateProcedureInput - ApproverGroupName string `csv:"ApproverGroupName"` + Input generated.CreateProcedureInput + ApproverGroupName string `csv:"ApproverGroupName"` DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } @@ -3134,9 +3072,9 @@ func (ProcedureCSVInput) CSVInputWrapper() {} // ProcedureCSVUpdateInput wraps UpdateProcedureInput with CSV reference columns for bulk updates. type ProcedureCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateProcedureInput - ApproverGroupName string `csv:"ApproverGroupName"` + ID string `csv:"ID"` + Input generated.UpdateProcedureInput + ApproverGroupName string `csv:"ApproverGroupName"` DocumentDelegateGroupName string `csv:"DocumentDelegateGroupName"` } @@ -3145,9 +3083,9 @@ func (ProcedureCSVUpdateInput) CSVInputWrapper() {} // ProgramCSVInput wraps CreateProgramInput with CSV reference columns. type ProgramCSVInput struct { - Input generated.CreateProgramInput - ControlRefCodes []string `csv:"ControlRefCodes"` - ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` + Input generated.CreateProgramInput + ControlRefCodes []string `csv:"ControlRefCodes"` + ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` } // CSVInputWrapper marks ProgramCSVInput for CSV header preprocessing. @@ -3156,10 +3094,10 @@ func (ProgramCSVInput) CSVInputWrapper() {} // ProgramCSVUpdateInput wraps UpdateProgramInput with CSV reference columns for bulk updates. type ProgramCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateProgramInput - ControlRefCodes []string `csv:"ControlRefCodes"` - ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` + ID string `csv:"ID"` + Input generated.UpdateProgramInput + ControlRefCodes []string `csv:"ControlRefCodes"` + ProgramOwnerEmail string `csv:"ProgramOwnerEmail"` } // CSVInputWrapper marks ProgramCSVUpdateInput for CSV header preprocessing. @@ -3176,7 +3114,7 @@ func (ProgramMembershipCSVInput) CSVInputWrapper() {} // ProgramMembershipCSVUpdateInput wraps UpdateProgramMembershipInput with CSV reference columns for bulk updates. type ProgramMembershipCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateProgramMembershipInput } @@ -3185,8 +3123,8 @@ func (ProgramMembershipCSVUpdateInput) CSVInputWrapper() {} // RemediationCSVInput wraps CreateRemediationInput with CSV reference columns. type RemediationCSVInput struct { - Input generated.CreateRemediationInput - ControlRefCodes []string `csv:"ControlRefCodes"` + Input generated.CreateRemediationInput + ControlRefCodes []string `csv:"ControlRefCodes"` SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } @@ -3196,9 +3134,9 @@ func (RemediationCSVInput) CSVInputWrapper() {} // RemediationCSVUpdateInput wraps UpdateRemediationInput with CSV reference columns for bulk updates. type RemediationCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateRemediationInput - ControlRefCodes []string `csv:"ControlRefCodes"` + ID string `csv:"ID"` + Input generated.UpdateRemediationInput + ControlRefCodes []string `csv:"ControlRefCodes"` SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } @@ -3207,7 +3145,7 @@ func (RemediationCSVUpdateInput) CSVInputWrapper() {} // ReviewCSVInput wraps CreateReviewInput with CSV reference columns. type ReviewCSVInput struct { - Input generated.CreateReviewInput + Input generated.CreateReviewInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3217,8 +3155,8 @@ func (ReviewCSVInput) CSVInputWrapper() {} // ReviewCSVUpdateInput wraps UpdateReviewInput with CSV reference columns for bulk updates. type ReviewCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateReviewInput + ID string `csv:"ID"` + Input generated.UpdateReviewInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3227,15 +3165,15 @@ func (ReviewCSVUpdateInput) CSVInputWrapper() {} // RiskCSVInput wraps CreateRiskInput with CSV reference columns. type RiskCSVInput struct { - Input generated.CreateRiskInput - ActionPlanNames []string `csv:"ActionPlanNames"` - AssetNames []string `csv:"AssetNames"` - ControlRefCodes []string `csv:"ControlRefCodes"` - EntityNames []string `csv:"EntityNames"` - PlatformNames []string `csv:"PlatformNames"` - RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` - StakeholderGroupName string `csv:"StakeholderGroupName"` - SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` + Input generated.CreateRiskInput + ActionPlanNames []string `csv:"ActionPlanNames"` + AssetNames []string `csv:"AssetNames"` + ControlRefCodes []string `csv:"ControlRefCodes"` + EntityNames []string `csv:"EntityNames"` + PlatformNames []string `csv:"PlatformNames"` + RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` + StakeholderGroupName string `csv:"StakeholderGroupName"` + SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } // CSVInputWrapper marks RiskCSVInput for CSV header preprocessing. @@ -3244,16 +3182,16 @@ func (RiskCSVInput) CSVInputWrapper() {} // RiskCSVUpdateInput wraps UpdateRiskInput with CSV reference columns for bulk updates. type RiskCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateRiskInput - ActionPlanNames []string `csv:"ActionPlanNames"` - AssetNames []string `csv:"AssetNames"` - ControlRefCodes []string `csv:"ControlRefCodes"` - EntityNames []string `csv:"EntityNames"` - PlatformNames []string `csv:"PlatformNames"` - RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` - StakeholderGroupName string `csv:"StakeholderGroupName"` - SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` + ID string `csv:"ID"` + Input generated.UpdateRiskInput + ActionPlanNames []string `csv:"ActionPlanNames"` + AssetNames []string `csv:"AssetNames"` + ControlRefCodes []string `csv:"ControlRefCodes"` + EntityNames []string `csv:"EntityNames"` + PlatformNames []string `csv:"PlatformNames"` + RiskDelegateGroupName string `csv:"RiskDelegateGroupName"` + StakeholderGroupName string `csv:"StakeholderGroupName"` + SubcontrolRefCodes []string `csv:"SubcontrolRefCodes"` } // CSVInputWrapper marks RiskCSVUpdateInput for CSV header preprocessing. @@ -3270,7 +3208,7 @@ func (SLADefinitionCSVInput) CSVInputWrapper() {} // SLADefinitionCSVUpdateInput wraps UpdateSLADefinitionInput with CSV reference columns for bulk updates. type SLADefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSLADefinitionInput } @@ -3279,14 +3217,14 @@ func (SLADefinitionCSVUpdateInput) CSVInputWrapper() {} // ScanCSVInput wraps CreateScanInput with CSV reference columns. type ScanCSVInput struct { - Input generated.CreateScanInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` + Input generated.CreateScanInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` GeneratedByPlatformName string `csv:"GeneratedByPlatformName"` - PerformedByGroupName string `csv:"PerformedByGroupName"` - PerformedByUserEmail string `csv:"PerformedByUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + PerformedByGroupName string `csv:"PerformedByGroupName"` + PerformedByUserEmail string `csv:"PerformedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks ScanCSVInput for CSV header preprocessing. @@ -3295,15 +3233,15 @@ func (ScanCSVInput) CSVInputWrapper() {} // ScanCSVUpdateInput wraps UpdateScanInput with CSV reference columns for bulk updates. type ScanCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateScanInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ID string `csv:"ID"` + Input generated.UpdateScanInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` GeneratedByPlatformName string `csv:"GeneratedByPlatformName"` - PerformedByGroupName string `csv:"PerformedByGroupName"` - PerformedByUserEmail string `csv:"PerformedByUserEmail"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + PerformedByGroupName string `csv:"PerformedByGroupName"` + PerformedByUserEmail string `csv:"PerformedByUserEmail"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks ScanCSVUpdateInput for CSV header preprocessing. @@ -3311,7 +3249,7 @@ func (ScanCSVUpdateInput) CSVInputWrapper() {} // ScheduledJobCSVInput wraps CreateScheduledJobInput with CSV reference columns. type ScheduledJobCSVInput struct { - Input generated.CreateScheduledJobInput + Input generated.CreateScheduledJobInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3321,8 +3259,8 @@ func (ScheduledJobCSVInput) CSVInputWrapper() {} // ScheduledJobCSVUpdateInput wraps UpdateScheduledJobInput with CSV reference columns for bulk updates. type ScheduledJobCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateScheduledJobInput + ID string `csv:"ID"` + Input generated.UpdateScheduledJobInput ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3340,7 +3278,7 @@ func (ScheduledJobRunCSVInput) CSVInputWrapper() {} // ScheduledJobRunCSVUpdateInput wraps UpdateScheduledJobRunInput with CSV reference columns for bulk updates. type ScheduledJobRunCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateScheduledJobRunInput } @@ -3358,7 +3296,7 @@ func (StandardCSVInput) CSVInputWrapper() {} // StandardCSVUpdateInput wraps UpdateStandardInput with CSV reference columns for bulk updates. type StandardCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateStandardInput } @@ -3367,15 +3305,15 @@ func (StandardCSVUpdateInput) CSVInputWrapper() {} // SubcontrolCSVInput wraps CreateSubcontrolInput with CSV reference columns. type SubcontrolCSVInput struct { - Input generated.CreateSubcontrolInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + Input generated.CreateSubcontrolInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks SubcontrolCSVInput for CSV header preprocessing. @@ -3384,16 +3322,16 @@ func (SubcontrolCSVInput) CSVInputWrapper() {} // SubcontrolCSVUpdateInput wraps UpdateSubcontrolInput with CSV reference columns for bulk updates. type SubcontrolCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateSubcontrolInput - ActionPlanNames []string `csv:"ActionPlanNames"` - ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` - ControlObjectiveNames []string `csv:"ControlObjectiveNames"` - ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` - PolicyNames []string `csv:"PolicyNames"` - ProcedureNames []string `csv:"ProcedureNames"` - ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` - RiskNames []string `csv:"RiskNames"` + ID string `csv:"ID"` + Input generated.UpdateSubcontrolInput + ActionPlanNames []string `csv:"ActionPlanNames"` + ControlDelegateGroupName string `csv:"ControlDelegateGroupName"` + ControlObjectiveNames []string `csv:"ControlObjectiveNames"` + ControlOwnerGroupName string `csv:"ControlOwnerGroupName"` + PolicyNames []string `csv:"PolicyNames"` + ProcedureNames []string `csv:"ProcedureNames"` + ResponsiblePartyEntityName string `csv:"ResponsiblePartyEntityName"` + RiskNames []string `csv:"RiskNames"` } // CSVInputWrapper marks SubcontrolCSVUpdateInput for CSV header preprocessing. @@ -3410,7 +3348,7 @@ func (SubprocessorCSVInput) CSVInputWrapper() {} // SubprocessorCSVUpdateInput wraps UpdateSubprocessorInput with CSV reference columns for bulk updates. type SubprocessorCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSubprocessorInput } @@ -3428,7 +3366,7 @@ func (SubscriberCSVInput) CSVInputWrapper() {} // SubscriberCSVUpdateInput wraps UpdateSubscriberInput with CSV reference columns for bulk updates. type SubscriberCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSubscriberInput } @@ -3446,7 +3384,7 @@ func (SystemDetailCSVInput) CSVInputWrapper() {} // SystemDetailCSVUpdateInput wraps UpdateSystemDetailInput with CSV reference columns for bulk updates. type SystemDetailCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateSystemDetailInput } @@ -3464,7 +3402,7 @@ func (TFASettingCSVInput) CSVInputWrapper() {} // TFASettingCSVUpdateInput wraps UpdateTFASettingInput with CSV reference columns for bulk updates. type TFASettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTFASettingInput } @@ -3482,7 +3420,7 @@ func (TagDefinitionCSVInput) CSVInputWrapper() {} // TagDefinitionCSVUpdateInput wraps UpdateTagDefinitionInput with CSV reference columns for bulk updates. type TagDefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTagDefinitionInput } @@ -3491,9 +3429,9 @@ func (TagDefinitionCSVUpdateInput) CSVInputWrapper() {} // TaskCSVInput wraps CreateTaskInput with CSV reference columns. type TaskCSVInput struct { - Input generated.CreateTaskInput - AssigneeEmail string `csv:"AssigneeEmail"` - AssignerEmail string `csv:"AssignerEmail"` + Input generated.CreateTaskInput + AssigneeEmail string `csv:"AssigneeEmail"` + AssignerEmail string `csv:"AssignerEmail"` ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3503,10 +3441,10 @@ func (TaskCSVInput) CSVInputWrapper() {} // TaskCSVUpdateInput wraps UpdateTaskInput with CSV reference columns for bulk updates. type TaskCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateTaskInput - AssigneeEmail string `csv:"AssigneeEmail"` - AssignerEmail string `csv:"AssignerEmail"` + ID string `csv:"ID"` + Input generated.UpdateTaskInput + AssigneeEmail string `csv:"AssigneeEmail"` + AssignerEmail string `csv:"AssignerEmail"` ControlRefCodes []string `csv:"ControlRefCodes"` } @@ -3524,7 +3462,7 @@ func (TemplateCSVInput) CSVInputWrapper() {} // TemplateCSVUpdateInput wraps UpdateTemplateInput with CSV reference columns for bulk updates. type TemplateCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTemplateInput } @@ -3542,7 +3480,7 @@ func (TrustCenterCSVInput) CSVInputWrapper() {} // TrustCenterCSVUpdateInput wraps UpdateTrustCenterInput with CSV reference columns for bulk updates. type TrustCenterCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterInput } @@ -3560,7 +3498,7 @@ func (TrustCenterComplianceCSVInput) CSVInputWrapper() {} // TrustCenterComplianceCSVUpdateInput wraps UpdateTrustCenterComplianceInput with CSV reference columns for bulk updates. type TrustCenterComplianceCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterComplianceInput } @@ -3578,7 +3516,7 @@ func (TrustCenterDocCSVInput) CSVInputWrapper() {} // TrustCenterDocCSVUpdateInput wraps UpdateTrustCenterDocInput with CSV reference columns for bulk updates. type TrustCenterDocCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterDocInput } @@ -3596,7 +3534,7 @@ func (TrustCenterEntityCSVInput) CSVInputWrapper() {} // TrustCenterEntityCSVUpdateInput wraps UpdateTrustCenterEntityInput with CSV reference columns for bulk updates. type TrustCenterEntityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterEntityInput } @@ -3614,7 +3552,7 @@ func (TrustCenterFAQCSVInput) CSVInputWrapper() {} // TrustCenterFAQCSVUpdateInput wraps UpdateTrustCenterFAQInput with CSV reference columns for bulk updates. type TrustCenterFAQCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterFAQInput } @@ -3632,7 +3570,7 @@ func (TrustCenterNDARequestCSVInput) CSVInputWrapper() {} // TrustCenterNDARequestCSVUpdateInput wraps UpdateTrustCenterNDARequestInput with CSV reference columns for bulk updates. type TrustCenterNDARequestCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterNDARequestInput } @@ -3650,7 +3588,7 @@ func (TrustCenterSettingCSVInput) CSVInputWrapper() {} // TrustCenterSettingCSVUpdateInput wraps UpdateTrustCenterSettingInput with CSV reference columns for bulk updates. type TrustCenterSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterSettingInput } @@ -3668,7 +3606,7 @@ func (TrustCenterSubprocessorCSVInput) CSVInputWrapper() {} // TrustCenterSubprocessorCSVUpdateInput wraps UpdateTrustCenterSubprocessorInput with CSV reference columns for bulk updates. type TrustCenterSubprocessorCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterSubprocessorInput } @@ -3686,7 +3624,7 @@ func (TrustCenterWatermarkConfigCSVInput) CSVInputWrapper() {} // TrustCenterWatermarkConfigCSVUpdateInput wraps UpdateTrustCenterWatermarkConfigInput with CSV reference columns for bulk updates. type TrustCenterWatermarkConfigCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateTrustCenterWatermarkConfigInput } @@ -3704,7 +3642,7 @@ func (UserCSVInput) CSVInputWrapper() {} // UserCSVUpdateInput wraps UpdateUserInput with CSV reference columns for bulk updates. type UserCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateUserInput } @@ -3722,7 +3660,7 @@ func (UserSettingCSVInput) CSVInputWrapper() {} // UserSettingCSVUpdateInput wraps UpdateUserSettingInput with CSV reference columns for bulk updates. type UserSettingCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateUserSettingInput } @@ -3731,7 +3669,7 @@ func (UserSettingCSVUpdateInput) CSVInputWrapper() {} // VendorRiskScoreCSVInput wraps CreateVendorRiskScoreInput with CSV reference columns. type VendorRiskScoreCSVInput struct { - Input generated.CreateVendorRiskScoreInput + Input generated.CreateVendorRiskScoreInput VendorRiskScoreEntityName string `csv:"VendorRiskScoreEntityName"` } @@ -3741,8 +3679,8 @@ func (VendorRiskScoreCSVInput) CSVInputWrapper() {} // VendorRiskScoreCSVUpdateInput wraps UpdateVendorRiskScoreInput with CSV reference columns for bulk updates. type VendorRiskScoreCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateVendorRiskScoreInput + ID string `csv:"ID"` + Input generated.UpdateVendorRiskScoreInput VendorRiskScoreEntityName string `csv:"VendorRiskScoreEntityName"` } @@ -3760,7 +3698,7 @@ func (VendorScoringConfigCSVInput) CSVInputWrapper() {} // VendorScoringConfigCSVUpdateInput wraps UpdateVendorScoringConfigInput with CSV reference columns for bulk updates. type VendorScoringConfigCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateVendorScoringConfigInput } @@ -3769,12 +3707,12 @@ func (VendorScoringConfigCSVUpdateInput) CSVInputWrapper() {} // VulnerabilityCSVInput wraps CreateVulnerabilityInput with CSV reference columns. type VulnerabilityCSVInput struct { - Input generated.CreateVulnerabilityInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` - ControlRefCodes []string `csv:"ControlRefCodes"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + Input generated.CreateVulnerabilityInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ControlRefCodes []string `csv:"ControlRefCodes"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks VulnerabilityCSVInput for CSV header preprocessing. @@ -3783,13 +3721,13 @@ func (VulnerabilityCSVInput) CSVInputWrapper() {} // VulnerabilityCSVUpdateInput wraps UpdateVulnerabilityInput with CSV reference columns for bulk updates. type VulnerabilityCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` - Input generated.UpdateVulnerabilityInput - AssignedToGroupName string `csv:"AssignedToGroupName"` - AssignedToUserEmail string `csv:"AssignedToUserEmail"` - ControlRefCodes []string `csv:"ControlRefCodes"` - ReviewedByGroupName string `csv:"ReviewedByGroupName"` - ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` + ID string `csv:"ID"` + Input generated.UpdateVulnerabilityInput + AssignedToGroupName string `csv:"AssignedToGroupName"` + AssignedToUserEmail string `csv:"AssignedToUserEmail"` + ControlRefCodes []string `csv:"ControlRefCodes"` + ReviewedByGroupName string `csv:"ReviewedByGroupName"` + ReviewedByUserEmail string `csv:"ReviewedByUserEmail"` } // CSVInputWrapper marks VulnerabilityCSVUpdateInput for CSV header preprocessing. @@ -3806,7 +3744,7 @@ func (WorkflowDefinitionCSVInput) CSVInputWrapper() {} // WorkflowDefinitionCSVUpdateInput wraps UpdateWorkflowDefinitionInput with CSV reference columns for bulk updates. type WorkflowDefinitionCSVUpdateInput struct { // ID is the entity ID to update - ID string `csv:"ID"` + ID string `csv:"ID"` Input generated.UpdateWorkflowDefinitionInput } diff --git a/internal/graphapi/search.go b/internal/graphapi/search.go index d596378f12..9b088b6ac2 100644 --- a/internal/graphapi/search.go +++ b/internal/graphapi/search.go @@ -4,7 +4,6 @@ package graphapi import ( "context" - "time" "entgo.io/contrib/entgql" "entgo.io/ent/dialect/sql" @@ -53,16 +52,6 @@ import ( "github.com/theopenlane/core/internal/ent/generated/vulnerability" ) -var ( - maxSearchTime = time.Duration(30 * time.Second) -) - -// searchResult is a generic struct to hold the result of a search operation -type searchResult[T any] struct { - result T - err error -} - // searchActionPlan searches for ActionPlan based on the query string looking for matches func searchActionPlans(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ActionPlanConnection, error) { request := withTransactionalMutation(ctx).ActionPlan.Query(). @@ -81,77 +70,6 @@ func searchActionPlans(ctx context.Context, query string, after *entgql.Cursor[s return request.Paginate(ctx, after, first, before, last) } -// searchActionPlan searches for ActionPlan based on the query string looking for matches -func adminSearchActionPlans(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ActionPlanConnection, error) { - request := withTransactionalMutation(ctx).ActionPlan.Query(). - Where( - actionplan.Or( - actionplan.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - actionplan.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - actionplan.RevisionContainsFold(query), // search by Revision - actionplan.NameContainsFold(query), // search by Name - actionplan.DetailsContainsFold(query), // search by Details - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(details_json)::text LIKE $7", likeQuery)) // search by DetailsJSON - }, - actionplan.ApproverIDContainsFold(query), // search by ApproverID - actionplan.DelegateIDContainsFold(query), // search by DelegateID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tag_suggestions)::text LIKE $10", likeQuery)) // search by TagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_tag_suggestions)::text LIKE $11", likeQuery)) // search by DismissedTagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(control_suggestions)::text LIKE $12", likeQuery)) // search by ControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_control_suggestions)::text LIKE $13", likeQuery)) // search by DismissedControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(improvement_suggestions)::text LIKE $14", likeQuery)) // search by ImprovementSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_improvement_suggestions)::text LIKE $15", likeQuery)) // search by DismissedImprovementSuggestions - }, - actionplan.URLContainsFold(query), // search by URL - actionplan.FileIDContainsFold(query), // search by FileID - actionplan.ExternalFileIDContainsFold(query), // search by ExternalFileID - actionplan.ExternalContentsContainsFold(query), // search by ExternalContents - actionplan.OwnerIDContainsFold(query), // search by OwnerID - actionplan.InternalNotesContainsFold(query), // search by InternalNotes - actionplan.SystemInternalIDContainsFold(query), // search by SystemInternalID - actionplan.ActionPlanKindNameContainsFold(query), // search by ActionPlanKindName - actionplan.ActionPlanKindIDContainsFold(query), // search by ActionPlanKindID - actionplan.TitleContainsFold(query), // search by Title - actionplan.DescriptionContainsFold(query), // search by Description - actionplan.BlockerReasonContainsFold(query), // search by BlockerReason - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $28", likeQuery)) // search by Metadata - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(raw_payload)::text LIKE $29", likeQuery)) // search by RawPayload - }, - actionplan.SourceContainsFold(query), // search by Source - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchAssessment searches for Assessment based on the query string looking for matches func searchAssessments(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentConnection, error) { request := withTransactionalMutation(ctx).Assessment.Query(). @@ -174,37 +92,6 @@ func searchAssessments(ctx context.Context, query string, after *entgql.Cursor[s return request.Paginate(ctx, after, first, before, last) } -// searchAssessment searches for Assessment based on the query string looking for matches -func adminSearchAssessments(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentConnection, error) { - request := withTransactionalMutation(ctx).Assessment.Query(). - Where( - assessment.Or( - assessment.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - assessment.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - assessment.OwnerIDContainsFold(query), // search by OwnerID - assessment.InternalNotesContainsFold(query), // search by InternalNotes - assessment.SystemInternalIDContainsFold(query), // search by SystemInternalID - assessment.NameContainsFold(query), // search by Name - assessment.TemplateIDContainsFold(query), // search by TemplateID - func(s *sql.Selector) { - s.Where( - sqljson.StringContains(assessment.FieldJsonconfig, query, sqljson.Path("$id")), // search by Jsonconfig at $id - ) - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(uischema)::text LIKE $10", likeQuery)) // search by Uischema - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchAssessmentResponse searches for AssessmentResponse based on the query string looking for matches func searchAssessmentResponses(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentResponseConnection, error) { request := withTransactionalMutation(ctx).AssessmentResponse.Query(). @@ -219,30 +106,6 @@ func searchAssessmentResponses(ctx context.Context, query string, after *entgql. return request.Paginate(ctx, after, first, before, last) } -// searchAssessmentResponse searches for AssessmentResponse based on the query string looking for matches -func adminSearchAssessmentResponses(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentResponseConnection, error) { - request := withTransactionalMutation(ctx).AssessmentResponse.Query(). - Where( - assessmentresponse.Or( - assessmentresponse.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - assessmentresponse.ID(query), // search equal to ID - assessmentresponse.OwnerIDContainsFold(query), // search by OwnerID - assessmentresponse.AssessmentIDContainsFold(query), // search by AssessmentID - assessmentresponse.CampaignIDContainsFold(query), // search by CampaignID - assessmentresponse.IdentityHolderIDContainsFold(query), // search by IdentityHolderID - assessmentresponse.EntityIDContainsFold(query), // search by EntityID - assessmentresponse.DisplayNameContainsFold(query), // search by DisplayName - assessmentresponse.EmailContainsFold(query), // search by Email - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(email_metadata)::text LIKE $10", likeQuery)) // search by EmailMetadata - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchAsset searches for Asset based on the query string looking for matches func searchAssets(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssetConnection, error) { request := withTransactionalMutation(ctx).Asset.Query(). @@ -262,60 +125,6 @@ func searchAssets(ctx context.Context, query string, after *entgql.Cursor[string return request.Paginate(ctx, after, first, before, last) } -// searchAsset searches for Asset based on the query string looking for matches -func adminSearchAssets(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssetConnection, error) { - request := withTransactionalMutation(ctx).Asset.Query(). - Where( - asset.Or( - asset.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - asset.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - asset.OwnerIDContainsFold(query), // search by OwnerID - asset.InternalOwnerContainsFold(query), // search by InternalOwner - asset.InternalOwnerUserIDContainsFold(query), // search by InternalOwnerUserID - asset.InternalOwnerGroupIDContainsFold(query), // search by InternalOwnerGroupID - asset.AssetSubtypeNameContainsFold(query), // search by AssetSubtypeName - asset.AssetSubtypeIDContainsFold(query), // search by AssetSubtypeID - asset.AssetDataClassificationNameContainsFold(query), // search by AssetDataClassificationName - asset.AssetDataClassificationIDContainsFold(query), // search by AssetDataClassificationID - asset.EnvironmentNameContainsFold(query), // search by EnvironmentName - asset.EnvironmentIDContainsFold(query), // search by EnvironmentID - asset.ScopeNameContainsFold(query), // search by ScopeName - asset.ScopeIDContainsFold(query), // search by ScopeID - asset.AccessModelNameContainsFold(query), // search by AccessModelName - asset.AccessModelIDContainsFold(query), // search by AccessModelID - asset.EncryptionStatusNameContainsFold(query), // search by EncryptionStatusName - asset.EncryptionStatusIDContainsFold(query), // search by EncryptionStatusID - asset.SecurityTierNameContainsFold(query), // search by SecurityTierName - asset.SecurityTierIDContainsFold(query), // search by SecurityTierID - asset.CriticalityNameContainsFold(query), // search by CriticalityName - asset.CriticalityIDContainsFold(query), // search by CriticalityID - asset.InternalNotesContainsFold(query), // search by InternalNotes - asset.SystemInternalIDContainsFold(query), // search by SystemInternalID - asset.NameContainsFold(query), // search by Name - asset.DisplayNameContainsFold(query), // search by DisplayName - asset.DescriptionContainsFold(query), // search by Description - asset.IdentifierContainsFold(query), // search by Identifier - asset.WebsiteContainsFold(query), // search by Website - asset.PhysicalLocationContainsFold(query), // search by PhysicalLocation - asset.RegionContainsFold(query), // search by Region - asset.SourcePlatformIDContainsFold(query), // search by SourcePlatformID - asset.SourceIdentifierContainsFold(query), // search by SourceIdentifier - asset.CostCenterContainsFold(query), // search by CostCenter - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(categories)::text LIKE $36", likeQuery)) // search by Categories - }, - asset.IntegrationIDContainsFold(query), // search by IntegrationID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchCampaign searches for Campaign based on the query string looking for matches func searchCampaigns(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CampaignConnection, error) { request := withTransactionalMutation(ctx).Campaign.Query(). @@ -335,42 +144,6 @@ func searchCampaigns(ctx context.Context, query string, after *entgql.Cursor[str return request.Paginate(ctx, after, first, before, last) } -// searchCampaign searches for Campaign based on the query string looking for matches -func adminSearchCampaigns(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CampaignConnection, error) { - request := withTransactionalMutation(ctx).Campaign.Query(). - Where( - campaign.Or( - campaign.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - campaign.ID(query), // search equal to ID - campaign.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - campaign.OwnerIDContainsFold(query), // search by OwnerID - campaign.InternalOwnerContainsFold(query), // search by InternalOwner - campaign.InternalOwnerUserIDContainsFold(query), // search by InternalOwnerUserID - campaign.InternalOwnerGroupIDContainsFold(query), // search by InternalOwnerGroupID - campaign.NameContainsFold(query), // search by Name - campaign.DescriptionContainsFold(query), // search by Description - campaign.RecurrenceTimezoneContainsFold(query), // search by RecurrenceTimezone - campaign.EntityIDContainsFold(query), // search by EntityID - campaign.TemplateIDContainsFold(query), // search by TemplateID - campaign.AssessmentIDContainsFold(query), // search by AssessmentID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $15", likeQuery)) // search by Metadata - }, - campaign.EmailTemplateIDContainsFold(query), // search by EmailTemplateID - campaign.IntegrationIDContainsFold(query), // search by IntegrationID - campaign.EmailBrandingIDContainsFold(query), // search by EmailBrandingID - campaign.TrustCenterIDContainsFold(query), // search by TrustCenterID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchCampaignTarget searches for CampaignTarget based on the query string looking for matches func searchCampaignTargets(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CampaignTargetConnection, error) { request := withTransactionalMutation(ctx).CampaignTarget.Query(). @@ -384,31 +157,6 @@ func searchCampaignTargets(ctx context.Context, query string, after *entgql.Curs return request.Paginate(ctx, after, first, before, last) } -// searchCampaignTarget searches for CampaignTarget based on the query string looking for matches -func adminSearchCampaignTargets(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CampaignTargetConnection, error) { - request := withTransactionalMutation(ctx).CampaignTarget.Query(). - Where( - campaigntarget.Or( - campaigntarget.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - campaigntarget.ID(query), // search equal to ID - campaigntarget.OwnerIDContainsFold(query), // search by OwnerID - campaigntarget.CampaignIDContainsFold(query), // search by CampaignID - campaigntarget.ContactIDContainsFold(query), // search by ContactID - campaigntarget.UserIDContainsFold(query), // search by UserID - campaigntarget.GroupIDContainsFold(query), // search by GroupID - campaigntarget.SubscriberIDContainsFold(query), // search by SubscriberID - campaigntarget.EmailContainsFold(query), // search by Email - campaigntarget.FullNameContainsFold(query), // search by FullName - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $11", likeQuery)) // search by Metadata - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchContact searches for Contact based on the query string looking for matches func searchContacts(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ContactConnection, error) { request := withTransactionalMutation(ctx).Contact.Query(). @@ -427,32 +175,6 @@ func searchContacts(ctx context.Context, query string, after *entgql.Cursor[stri return request.Paginate(ctx, after, first, before, last) } -// searchContact searches for Contact based on the query string looking for matches -func adminSearchContacts(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ContactConnection, error) { - request := withTransactionalMutation(ctx).Contact.Query(). - Where( - contact.Or( - contact.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - contact.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - contact.OwnerIDContainsFold(query), // search by OwnerID - contact.FullNameContainsFold(query), // search by FullName - contact.TitleContainsFold(query), // search by Title - contact.CompanyContainsFold(query), // search by Company - contact.EmailContainsFold(query), // search by Email - contact.PhoneNumberContainsFold(query), // search by PhoneNumber - contact.AddressContainsFold(query), // search by Address - contact.ExternalIDContainsFold(query), // search by ExternalID - contact.IntegrationIDContainsFold(query), // search by IntegrationID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchControl searches for Control based on the query string looking for matches func searchControls(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlConnection, error) { request := withTransactionalMutation(ctx).Control.Query(). @@ -484,95 +206,6 @@ func searchControls(ctx context.Context, query string, after *entgql.Cursor[stri return request.Paginate(ctx, after, first, before, last) } -// searchControl searches for Control based on the query string looking for matches -func adminSearchControls(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlConnection, error) { - request := withTransactionalMutation(ctx).Control.Query(). - Where( - control.Or( - control.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - control.ID(query), // search equal to ID - control.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - control.ExternalUUIDContainsFold(query), // search by ExternalUUID - control.TitleContainsFold(query), // search by Title - control.DescriptionContainsFold(query), // search by Description - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(description_json)::text LIKE $8", likeQuery)) // search by DescriptionJSON - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(aliases)::text LIKE $9", likeQuery)) // search by Aliases - }, - control.ReferenceIDContainsFold(query), // search by ReferenceID - control.AuditorReferenceIDContainsFold(query), // search by AuditorReferenceID - control.ResponsiblePartyIDContainsFold(query), // search by ResponsiblePartyID - control.ImplementationDescriptionContainsFold(query), // search by ImplementationDescription - control.PublicRepresentationContainsFold(query), // search by PublicRepresentation - control.SourceNameContainsFold(query), // search by SourceName - control.ReferenceFrameworkContainsFold(query), // search by ReferenceFramework - control.ReferenceFrameworkRevisionContainsFold(query), // search by ReferenceFrameworkRevision - control.CategoryContainsFold(query), // search by Category - control.CategoryIDContainsFold(query), // search by CategoryID - control.SubcategoryContainsFold(query), // search by Subcategory - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(mapped_categories)::text LIKE $21", likeQuery)) // search by MappedCategories - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(assessment_objectives)::text LIKE $22", likeQuery)) // search by AssessmentObjectives - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(assessment_methods)::text LIKE $23", likeQuery)) // search by AssessmentMethods - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(control_questions)::text LIKE $24", likeQuery)) // search by ControlQuestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(implementation_guidance)::text LIKE $25", likeQuery)) // search by ImplementationGuidance - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(example_evidence)::text LIKE $26", likeQuery)) // search by ExampleEvidence - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(references)::text LIKE $27", likeQuery)) // search by References - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(testing_procedures)::text LIKE $28", likeQuery)) // search by TestingProcedures - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(evidence_requests)::text LIKE $29", likeQuery)) // search by EvidenceRequests - }, - control.ControlOwnerIDContainsFold(query), // search by ControlOwnerID - control.DelegateIDContainsFold(query), // search by DelegateID - control.OwnerIDContainsFold(query), // search by OwnerID - control.InternalNotesContainsFold(query), // search by InternalNotes - control.SystemInternalIDContainsFold(query), // search by SystemInternalID - control.ControlKindNameContainsFold(query), // search by ControlKindName - control.ControlKindIDContainsFold(query), // search by ControlKindID - control.EnvironmentNameContainsFold(query), // search by EnvironmentName - control.EnvironmentIDContainsFold(query), // search by EnvironmentID - control.ScopeNameContainsFold(query), // search by ScopeName - control.ScopeIDContainsFold(query), // search by ScopeID - control.RefCodeContainsFold(query), // search by RefCode - control.StandardIDContainsFold(query), // search by StandardID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchControlObjective searches for ControlObjective based on the query string looking for matches func searchControlObjectives(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlObjectiveConnection, error) { request := withTransactionalMutation(ctx).ControlObjective.Query(). @@ -593,37 +226,6 @@ func searchControlObjectives(ctx context.Context, query string, after *entgql.Cu return request.Paginate(ctx, after, first, before, last) } -// searchControlObjective searches for ControlObjective based on the query string looking for matches -func adminSearchControlObjectives(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlObjectiveConnection, error) { - request := withTransactionalMutation(ctx).ControlObjective.Query(). - Where( - controlobjective.Or( - controlobjective.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - controlobjective.ID(query), // search equal to ID - controlobjective.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - controlobjective.RevisionContainsFold(query), // search by Revision - controlobjective.OwnerIDContainsFold(query), // search by OwnerID - controlobjective.InternalNotesContainsFold(query), // search by InternalNotes - controlobjective.SystemInternalIDContainsFold(query), // search by SystemInternalID - controlobjective.NameContainsFold(query), // search by Name - controlobjective.DesiredOutcomeContainsFold(query), // search by DesiredOutcome - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(desired_outcome_json)::text LIKE $11", likeQuery)) // search by DesiredOutcomeJSON - }, - controlobjective.ControlObjectiveTypeContainsFold(query), // search by ControlObjectiveType - controlobjective.CategoryContainsFold(query), // search by Category - controlobjective.SubcategoryContainsFold(query), // search by Subcategory - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchCustomTypeEnum searches for CustomTypeEnum based on the query string looking for matches func searchCustomTypeEnums(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CustomTypeEnumConnection, error) { request := withTransactionalMutation(ctx).CustomTypeEnum.Query(). @@ -638,28 +240,6 @@ func searchCustomTypeEnums(ctx context.Context, query string, after *entgql.Curs return request.Paginate(ctx, after, first, before, last) } -// searchCustomTypeEnum searches for CustomTypeEnum based on the query string looking for matches -func adminSearchCustomTypeEnums(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CustomTypeEnumConnection, error) { - request := withTransactionalMutation(ctx).CustomTypeEnum.Query(). - Where( - customtypeenum.Or( - customtypeenum.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - customtypeenum.ID(query), // search equal to ID - customtypeenum.OwnerIDContainsFold(query), // search by OwnerID - customtypeenum.InternalNotesContainsFold(query), // search by InternalNotes - customtypeenum.SystemInternalIDContainsFold(query), // search by SystemInternalID - customtypeenum.ObjectTypeContainsFold(query), // search by ObjectType - customtypeenum.FieldContainsFold(query), // search by Field - customtypeenum.NameContainsFold(query), // search by Name - customtypeenum.DescriptionContainsFold(query), // search by Description - customtypeenum.ColorContainsFold(query), // search by Color - customtypeenum.IconContainsFold(query), // search by Icon - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchEmailTemplate searches for EmailTemplate based on the query string looking for matches func searchEmailTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EmailTemplateConnection, error) { request := withTransactionalMutation(ctx).EmailTemplate.Query(). @@ -674,31 +254,6 @@ func searchEmailTemplates(ctx context.Context, query string, after *entgql.Curso return request.Paginate(ctx, after, first, before, last) } -// searchEmailTemplate searches for EmailTemplate based on the query string looking for matches -func adminSearchEmailTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EmailTemplateConnection, error) { - request := withTransactionalMutation(ctx).EmailTemplate.Query(). - Where( - emailtemplate.Or( - emailtemplate.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - emailtemplate.ID(query), // search equal to ID - emailtemplate.RevisionContainsFold(query), // search by Revision - emailtemplate.OwnerIDContainsFold(query), // search by OwnerID - emailtemplate.InternalNotesContainsFold(query), // search by InternalNotes - emailtemplate.SystemInternalIDContainsFold(query), // search by SystemInternalID - emailtemplate.KeyContainsFold(query), // search by Key - emailtemplate.NameContainsFold(query), // search by Name - emailtemplate.DescriptionContainsFold(query), // search by Description - emailtemplate.LocaleContainsFold(query), // search by Locale - emailtemplate.IntegrationIDContainsFold(query), // search by IntegrationID - emailtemplate.WorkflowDefinitionIDContainsFold(query), // search by WorkflowDefinitionID - emailtemplate.WorkflowInstanceIDContainsFold(query), // search by WorkflowInstanceID - emailtemplate.TrustCenterIDContainsFold(query), // search by TrustCenterID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchEntity searches for Entity based on the query string looking for matches func searchEntities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EntityConnection, error) { request := withTransactionalMutation(ctx).Entity.Query(). @@ -723,119 +278,18 @@ func searchEntities(ctx context.Context, query string, after *entgql.Cursor[stri return request.Paginate(ctx, after, first, before, last) } -// searchEntity searches for Entity based on the query string looking for matches -func adminSearchEntities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EntityConnection, error) { - request := withTransactionalMutation(ctx).Entity.Query(). +// searchEvidence searches for Evidence based on the query string looking for matches +func searchEvidences(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EvidenceConnection, error) { + request := withTransactionalMutation(ctx).Evidence.Query(). Where( - entity.Or( - entity.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - entity.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - entity.OwnerIDContainsFold(query), // search by OwnerID - entity.InternalOwnerContainsFold(query), // search by InternalOwner - entity.InternalOwnerUserIDContainsFold(query), // search by InternalOwnerUserID - entity.InternalOwnerGroupIDContainsFold(query), // search by InternalOwnerGroupID - entity.ReviewedByContainsFold(query), // search by ReviewedBy - entity.ReviewedByUserIDContainsFold(query), // search by ReviewedByUserID - entity.ReviewedByGroupIDContainsFold(query), // search by ReviewedByGroupID - entity.InternalNotesContainsFold(query), // search by InternalNotes - entity.SystemInternalIDContainsFold(query), // search by SystemInternalID - entity.EntityRelationshipStateNameContainsFold(query), // search by EntityRelationshipStateName - entity.EntityRelationshipStateIDContainsFold(query), // search by EntityRelationshipStateID - entity.EntitySecurityQuestionnaireStatusNameContainsFold(query), // search by EntitySecurityQuestionnaireStatusName - entity.EntitySecurityQuestionnaireStatusIDContainsFold(query), // search by EntitySecurityQuestionnaireStatusID - entity.EntitySourceTypeNameContainsFold(query), // search by EntitySourceTypeName - entity.EntitySourceTypeIDContainsFold(query), // search by EntitySourceTypeID - entity.EnvironmentNameContainsFold(query), // search by EnvironmentName - entity.EnvironmentIDContainsFold(query), // search by EnvironmentID - entity.ScopeNameContainsFold(query), // search by ScopeName - entity.ScopeIDContainsFold(query), // search by ScopeID - entity.NameContainsFold(query), // search by Name - entity.DisplayNameContainsFold(query), // search by DisplayName - entity.DescriptionContainsFold(query), // search by Description - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(domains)::text LIKE $26", likeQuery)) // search by Domains - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(aliases)::text LIKE $27", likeQuery)) // search by Aliases - }, - entity.EntityTypeIDContainsFold(query), // search by EntityTypeID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(linked_asset_ids)::text LIKE $29", likeQuery)) // search by LinkedAssetIds - }, - entity.SpendCurrencyContainsFold(query), // search by SpendCurrency - entity.BillingModelContainsFold(query), // search by BillingModel - entity.RenewalRiskContainsFold(query), // search by RenewalRisk - entity.StatusPageURLContainsFold(query), // search by StatusPageURL - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(provided_services)::text LIKE $34", likeQuery)) // search by ProvidedServices - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(links)::text LIKE $35", likeQuery)) // search by Links - }, - entity.RiskRatingContainsFold(query), // search by RiskRating + evidence.Or( + evidence.DisplayID(query), // search equal to DisplayID + evidence.ID(query), // search equal to ID + evidence.NameContainsFold(query), // search by Name func(s *sql.Selector) { likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(vendor_metadata)::text LIKE $37", likeQuery)) // search by VendorMetadata + s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags }, - entity.LogoRemoteURLContainsFold(query), // search by LogoRemoteURL - entity.LogoFileIDContainsFold(query), // search by LogoFileID - entity.ExternalIDContainsFold(query), // search by ExternalID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - -// searchEvidence searches for Evidence based on the query string looking for matches -func searchEvidences(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EvidenceConnection, error) { - request := withTransactionalMutation(ctx).Evidence.Query(). - Where( - evidence.Or( - evidence.DisplayID(query), // search equal to DisplayID - evidence.ID(query), // search equal to ID - evidence.NameContainsFold(query), // search by Name - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - -// searchEvidence searches for Evidence based on the query string looking for matches -func adminSearchEvidences(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EvidenceConnection, error) { - request := withTransactionalMutation(ctx).Evidence.Query(). - Where( - evidence.Or( - evidence.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - evidence.ID(query), // search equal to ID - evidence.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - evidence.OwnerIDContainsFold(query), // search by OwnerID - evidence.EnvironmentNameContainsFold(query), // search by EnvironmentName - evidence.EnvironmentIDContainsFold(query), // search by EnvironmentID - evidence.ScopeNameContainsFold(query), // search by ScopeName - evidence.ScopeIDContainsFold(query), // search by ScopeID - evidence.ExternalUUIDContainsFold(query), // search by ExternalUUID - evidence.NameContainsFold(query), // search by Name - evidence.DescriptionContainsFold(query), // search by Description - evidence.CollectionProcedureContainsFold(query), // search by CollectionProcedure - evidence.SourceContainsFold(query), // search by Source - evidence.URLContainsFold(query), // search by URL ), ) @@ -862,83 +316,6 @@ func searchFindings(ctx context.Context, query string, after *entgql.Cursor[stri return request.Paginate(ctx, after, first, before, last) } -// searchFinding searches for Finding based on the query string looking for matches -func adminSearchFindings(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.FindingConnection, error) { - request := withTransactionalMutation(ctx).Finding.Query(). - Where( - finding.Or( - finding.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - finding.ID(query), // search equal to ID - finding.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - finding.OwnerIDContainsFold(query), // search by OwnerID - finding.ReviewedByContainsFold(query), // search by ReviewedBy - finding.ReviewedByUserIDContainsFold(query), // search by ReviewedByUserID - finding.ReviewedByGroupIDContainsFold(query), // search by ReviewedByGroupID - finding.AssignedToContainsFold(query), // search by AssignedTo - finding.AssignedToUserIDContainsFold(query), // search by AssignedToUserID - finding.AssignedToGroupIDContainsFold(query), // search by AssignedToGroupID - finding.InternalNotesContainsFold(query), // search by InternalNotes - finding.SystemInternalIDContainsFold(query), // search by SystemInternalID - finding.EnvironmentNameContainsFold(query), // search by EnvironmentName - finding.EnvironmentIDContainsFold(query), // search by EnvironmentID - finding.ScopeNameContainsFold(query), // search by ScopeName - finding.ScopeIDContainsFold(query), // search by ScopeID - finding.FindingStatusNameContainsFold(query), // search by FindingStatusName - finding.FindingStatusIDContainsFold(query), // search by FindingStatusID - finding.ExternalIDContainsFold(query), // search by ExternalID - finding.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID - finding.SourceContainsFold(query), // search by Source - finding.ResourceNameContainsFold(query), // search by ResourceName - finding.DisplayNameContainsFold(query), // search by DisplayName - finding.StateContainsFold(query), // search by State - finding.CategoryContainsFold(query), // search by Category - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(categories)::text LIKE $27", likeQuery)) // search by Categories - }, - finding.FindingClassContainsFold(query), // search by FindingClass - finding.SeverityContainsFold(query), // search by Severity - finding.PriorityContainsFold(query), // search by Priority - finding.AssessmentIDContainsFold(query), // search by AssessmentID - finding.DescriptionContainsFold(query), // search by Description - finding.RecommendationContainsFold(query), // search by Recommendation - finding.RecommendedActionsContainsFold(query), // search by RecommendedActions - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(references)::text LIKE $35", likeQuery)) // search by References - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(steps_to_reproduce)::text LIKE $36", likeQuery)) // search by StepsToReproduce - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(targets)::text LIKE $37", likeQuery)) // search by Targets - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(target_details)::text LIKE $38", likeQuery)) // search by TargetDetails - }, - finding.VectorContainsFold(query), // search by Vector - finding.ExternalURIContainsFold(query), // search by ExternalURI - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $41", likeQuery)) // search by Metadata - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(raw_payload)::text LIKE $42", likeQuery)) // search by RawPayload - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchGroup searches for Group based on the query string looking for matches func searchGroups(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.GroupConnection, error) { request := withTransactionalMutation(ctx).Group.Query(). @@ -958,37 +335,6 @@ func searchGroups(ctx context.Context, query string, after *entgql.Cursor[string return request.Paginate(ctx, after, first, before, last) } -// searchGroup searches for Group based on the query string looking for matches -func adminSearchGroups(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.GroupConnection, error) { - request := withTransactionalMutation(ctx).Group.Query(). - Where( - group.Or( - group.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - group.ID(query), // search equal to ID - group.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - group.OwnerIDContainsFold(query), // search by OwnerID - group.NameContainsFold(query), // search by Name - group.AvatarLocalFileIDContainsFold(query), // search by AvatarLocalFileID - group.DisplayNameContainsFold(query), // search by DisplayName - group.OscalRoleContainsFold(query), // search by OscalRole - group.OscalPartyUUIDContainsFold(query), // search by OscalPartyUUID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(oscal_contact_uuids)::text LIKE $11", likeQuery)) // search by OscalContactUuids - }, - group.ScimExternalIDContainsFold(query), // search by ScimExternalID - group.ScimDisplayNameContainsFold(query), // search by ScimDisplayName - group.ScimGroupMailingContainsFold(query), // search by ScimGroupMailing - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchIdentityHolder searches for IdentityHolder based on the query string looking for matches func searchIdentityHolders(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.IdentityHolderConnection, error) { request := withTransactionalMutation(ctx).IdentityHolder.Query(). @@ -1009,53 +355,6 @@ func searchIdentityHolders(ctx context.Context, query string, after *entgql.Curs return request.Paginate(ctx, after, first, before, last) } -// searchIdentityHolder searches for IdentityHolder based on the query string looking for matches -func adminSearchIdentityHolders(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.IdentityHolderConnection, error) { - request := withTransactionalMutation(ctx).IdentityHolder.Query(). - Where( - identityholder.Or( - identityholder.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - identityholder.ID(query), // search equal to ID - identityholder.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - identityholder.OwnerIDContainsFold(query), // search by OwnerID - identityholder.InternalOwnerContainsFold(query), // search by InternalOwner - identityholder.InternalOwnerUserIDContainsFold(query), // search by InternalOwnerUserID - identityholder.InternalOwnerGroupIDContainsFold(query), // search by InternalOwnerGroupID - identityholder.EnvironmentNameContainsFold(query), // search by EnvironmentName - identityholder.EnvironmentIDContainsFold(query), // search by EnvironmentID - identityholder.ScopeNameContainsFold(query), // search by ScopeName - identityholder.ScopeIDContainsFold(query), // search by ScopeID - identityholder.FullNameContainsFold(query), // search by FullName - identityholder.EmailContainsFold(query), // search by Email - identityholder.AlternateEmailContainsFold(query), // search by AlternateEmail - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(email_aliases)::text LIKE $16", likeQuery)) // search by EmailAliases - }, - identityholder.PhoneNumberContainsFold(query), // search by PhoneNumber - identityholder.UserIDContainsFold(query), // search by UserID - identityholder.TitleContainsFold(query), // search by Title - identityholder.DepartmentContainsFold(query), // search by Department - identityholder.TeamContainsFold(query), // search by Team - identityholder.LocationContainsFold(query), // search by Location - identityholder.EmployerEntityIDContainsFold(query), // search by EmployerEntityID - identityholder.ExternalUserIDContainsFold(query), // search by ExternalUserID - identityholder.ExternalReferenceIDContainsFold(query), // search by ExternalReferenceID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $26", likeQuery)) // search by Metadata - }, - identityholder.AvatarRemoteURLContainsFold(query), // search by AvatarRemoteURL - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchIntegration searches for Integration based on the query string looking for matches func searchIntegrations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.IntegrationConnection, error) { request := withTransactionalMutation(ctx).Integration.Query(). @@ -1076,38 +375,6 @@ func searchIntegrations(ctx context.Context, query string, after *entgql.Cursor[ return request.Paginate(ctx, after, first, before, last) } -// searchIntegration searches for Integration based on the query string looking for matches -func adminSearchIntegrations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.IntegrationConnection, error) { - request := withTransactionalMutation(ctx).Integration.Query(). - Where( - integration.Or( - integration.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - integration.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - integration.OwnerIDContainsFold(query), // search by OwnerID - integration.InternalNotesContainsFold(query), // search by InternalNotes - integration.SystemInternalIDContainsFold(query), // search by SystemInternalID - integration.EnvironmentNameContainsFold(query), // search by EnvironmentName - integration.EnvironmentIDContainsFold(query), // search by EnvironmentID - integration.ScopeNameContainsFold(query), // search by ScopeName - integration.ScopeIDContainsFold(query), // search by ScopeID - integration.NameContainsFold(query), // search by Name - integration.KindContainsFold(query), // search by Kind - integration.IntegrationTypeContainsFold(query), // search by IntegrationType - integration.PlatformIDContainsFold(query), // search by PlatformID - integration.DefinitionIDContainsFold(query), // search by DefinitionID - integration.DefinitionVersionContainsFold(query), // search by DefinitionVersion - integration.DefinitionSlugContainsFold(query), // search by DefinitionSlug - integration.FamilyContainsFold(query), // search by Family - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchInternalPolicy searches for InternalPolicy based on the query string looking for matches func searchInternalPolicies(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InternalPolicyConnection, error) { request := withTransactionalMutation(ctx).InternalPolicy.Query(). @@ -1127,71 +394,6 @@ func searchInternalPolicies(ctx context.Context, query string, after *entgql.Cur return request.Paginate(ctx, after, first, before, last) } -// searchInternalPolicy searches for InternalPolicy based on the query string looking for matches -func adminSearchInternalPolicies(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InternalPolicyConnection, error) { - request := withTransactionalMutation(ctx).InternalPolicy.Query(). - Where( - internalpolicy.Or( - internalpolicy.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - internalpolicy.ID(query), // search equal to ID - internalpolicy.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - internalpolicy.RevisionContainsFold(query), // search by Revision - internalpolicy.OwnerIDContainsFold(query), // search by OwnerID - internalpolicy.InternalNotesContainsFold(query), // search by InternalNotes - internalpolicy.SystemInternalIDContainsFold(query), // search by SystemInternalID - internalpolicy.NameContainsFold(query), // search by Name - internalpolicy.DetailsContainsFold(query), // search by Details - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(details_json)::text LIKE $11", likeQuery)) // search by DetailsJSON - }, - internalpolicy.ApproverIDContainsFold(query), // search by ApproverID - internalpolicy.DelegateIDContainsFold(query), // search by DelegateID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tag_suggestions)::text LIKE $14", likeQuery)) // search by TagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_tag_suggestions)::text LIKE $15", likeQuery)) // search by DismissedTagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(control_suggestions)::text LIKE $16", likeQuery)) // search by ControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_control_suggestions)::text LIKE $17", likeQuery)) // search by DismissedControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(improvement_suggestions)::text LIKE $18", likeQuery)) // search by ImprovementSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_improvement_suggestions)::text LIKE $19", likeQuery)) // search by DismissedImprovementSuggestions - }, - internalpolicy.URLContainsFold(query), // search by URL - internalpolicy.FileIDContainsFold(query), // search by FileID - internalpolicy.ExternalFileIDContainsFold(query), // search by ExternalFileID - internalpolicy.ExternalContentsContainsFold(query), // search by ExternalContents - internalpolicy.InternalPolicyKindNameContainsFold(query), // search by InternalPolicyKindName - internalpolicy.InternalPolicyKindIDContainsFold(query), // search by InternalPolicyKindID - internalpolicy.EnvironmentNameContainsFold(query), // search by EnvironmentName - internalpolicy.EnvironmentIDContainsFold(query), // search by EnvironmentID - internalpolicy.ScopeNameContainsFold(query), // search by ScopeName - internalpolicy.ScopeIDContainsFold(query), // search by ScopeID - internalpolicy.ExternalUUIDContainsFold(query), // search by ExternalUUID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchInvite searches for Invite based on the query string looking for matches func searchInvites(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InviteConnection, error) { request := withTransactionalMutation(ctx).Invite.Query(). @@ -1205,22 +407,6 @@ func searchInvites(ctx context.Context, query string, after *entgql.Cursor[strin return request.Paginate(ctx, after, first, before, last) } -// searchInvite searches for Invite based on the query string looking for matches -func adminSearchInvites(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InviteConnection, error) { - request := withTransactionalMutation(ctx).Invite.Query(). - Where( - invite.Or( - invite.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - invite.ID(query), // search equal to ID - invite.RequestorIDContainsFold(query), // search by RequestorID - invite.OwnerIDContainsFold(query), // search by OwnerID - invite.RecipientContainsFold(query), // search by Recipient - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchJobRunner searches for JobRunner based on the query string looking for matches func searchJobRunners(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobRunnerConnection, error) { request := withTransactionalMutation(ctx).JobRunner.Query(). @@ -1239,31 +425,6 @@ func searchJobRunners(ctx context.Context, query string, after *entgql.Cursor[st return request.Paginate(ctx, after, first, before, last) } -// searchJobRunner searches for JobRunner based on the query string looking for matches -func adminSearchJobRunners(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobRunnerConnection, error) { - request := withTransactionalMutation(ctx).JobRunner.Query(). - Where( - jobrunner.Or( - jobrunner.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - jobrunner.ID(query), // search equal to ID - jobrunner.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - jobrunner.OwnerIDContainsFold(query), // search by OwnerID - jobrunner.InternalNotesContainsFold(query), // search by InternalNotes - jobrunner.SystemInternalIDContainsFold(query), // search by SystemInternalID - jobrunner.NameContainsFold(query), // search by Name - jobrunner.IPAddressContainsFold(query), // search by IPAddress - jobrunner.VersionContainsFold(query), // search by Version - jobrunner.OsContainsFold(query), // search by Os - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchJobTemplate searches for JobTemplate based on the query string looking for matches func searchJobTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobTemplateConnection, error) { request := withTransactionalMutation(ctx).JobTemplate.Query(). @@ -1283,29 +444,6 @@ func searchJobTemplates(ctx context.Context, query string, after *entgql.Cursor[ return request.Paginate(ctx, after, first, before, last) } -// searchJobTemplate searches for JobTemplate based on the query string looking for matches -func adminSearchJobTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobTemplateConnection, error) { - request := withTransactionalMutation(ctx).JobTemplate.Query(). - Where( - jobtemplate.Or( - jobtemplate.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - jobtemplate.ID(query), // search equal to ID - jobtemplate.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - jobtemplate.OwnerIDContainsFold(query), // search by OwnerID - jobtemplate.InternalNotesContainsFold(query), // search by InternalNotes - jobtemplate.SystemInternalIDContainsFold(query), // search by SystemInternalID - jobtemplate.TitleContainsFold(query), // search by Title - jobtemplate.DescriptionContainsFold(query), // search by Description - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchNarrative searches for Narrative based on the query string looking for matches func searchNarratives(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.NarrativeConnection, error) { request := withTransactionalMutation(ctx).Narrative.Query(). @@ -1325,30 +463,6 @@ func searchNarratives(ctx context.Context, query string, after *entgql.Cursor[st return request.Paginate(ctx, after, first, before, last) } -// searchNarrative searches for Narrative based on the query string looking for matches -func adminSearchNarratives(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.NarrativeConnection, error) { - request := withTransactionalMutation(ctx).Narrative.Query(). - Where( - narrative.Or( - narrative.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - narrative.ID(query), // search equal to ID - narrative.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - narrative.OwnerIDContainsFold(query), // search by OwnerID - narrative.InternalNotesContainsFold(query), // search by InternalNotes - narrative.SystemInternalIDContainsFold(query), // search by SystemInternalID - narrative.NameContainsFold(query), // search by Name - narrative.DescriptionContainsFold(query), // search by Description - narrative.DetailsContainsFold(query), // search by Details - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchNotificationTemplate searches for NotificationTemplate based on the query string looking for matches func searchNotificationTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.NotificationTemplateConnection, error) { request := withTransactionalMutation(ctx).NotificationTemplate.Query(). @@ -1363,34 +477,6 @@ func searchNotificationTemplates(ctx context.Context, query string, after *entgq return request.Paginate(ctx, after, first, before, last) } -// searchNotificationTemplate searches for NotificationTemplate based on the query string looking for matches -func adminSearchNotificationTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.NotificationTemplateConnection, error) { - request := withTransactionalMutation(ctx).NotificationTemplate.Query(). - Where( - notificationtemplate.Or( - notificationtemplate.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - notificationtemplate.ID(query), // search equal to ID - notificationtemplate.RevisionContainsFold(query), // search by Revision - notificationtemplate.OwnerIDContainsFold(query), // search by OwnerID - notificationtemplate.InternalNotesContainsFold(query), // search by InternalNotes - notificationtemplate.SystemInternalIDContainsFold(query), // search by SystemInternalID - notificationtemplate.KeyContainsFold(query), // search by Key - notificationtemplate.NameContainsFold(query), // search by Name - notificationtemplate.DescriptionContainsFold(query), // search by Description - notificationtemplate.LocaleContainsFold(query), // search by Locale - notificationtemplate.TopicPatternContainsFold(query), // search by TopicPattern - notificationtemplate.IntegrationIDContainsFold(query), // search by IntegrationID - notificationtemplate.WorkflowDefinitionIDContainsFold(query), // search by WorkflowDefinitionID - notificationtemplate.EmailTemplateIDContainsFold(query), // search by EmailTemplateID - notificationtemplate.TitleTemplateContainsFold(query), // search by TitleTemplate - notificationtemplate.SubjectTemplateContainsFold(query), // search by SubjectTemplate - notificationtemplate.BodyTemplateContainsFold(query), // search by BodyTemplate - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchOrganization searches for Organization based on the query string looking for matches func searchOrganizations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.OrganizationConnection, error) { request := withTransactionalMutation(ctx).Organization.Query(). @@ -1409,28 +495,6 @@ func searchOrganizations(ctx context.Context, query string, after *entgql.Cursor return request.Paginate(ctx, after, first, before, last) } -// searchOrganization searches for Organization based on the query string looking for matches -func adminSearchOrganizations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.OrganizationConnection, error) { - request := withTransactionalMutation(ctx).Organization.Query(). - Where( - organization.Or( - organization.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - organization.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - organization.NameContainsFold(query), // search by Name - organization.DisplayNameContainsFold(query), // search by DisplayName - organization.AvatarRemoteURLContainsFold(query), // search by AvatarRemoteURL - organization.AvatarLocalFileIDContainsFold(query), // search by AvatarLocalFileID - organization.SlugNameContainsFold(query), // search by SlugName - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchPlatform searches for Platform based on the query string looking for matches func searchPlatforms(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.PlatformConnection, error) { request := withTransactionalMutation(ctx).Platform.Query(). @@ -1450,67 +514,6 @@ func searchPlatforms(ctx context.Context, query string, after *entgql.Cursor[str return request.Paginate(ctx, after, first, before, last) } -// searchPlatform searches for Platform based on the query string looking for matches -func adminSearchPlatforms(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.PlatformConnection, error) { - request := withTransactionalMutation(ctx).Platform.Query(). - Where( - platform.Or( - platform.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - platform.ID(query), // search equal to ID - platform.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - platform.OwnerIDContainsFold(query), // search by OwnerID - platform.InternalOwnerContainsFold(query), // search by InternalOwner - platform.InternalOwnerUserIDContainsFold(query), // search by InternalOwnerUserID - platform.InternalOwnerGroupIDContainsFold(query), // search by InternalOwnerGroupID - platform.BusinessOwnerContainsFold(query), // search by BusinessOwner - platform.BusinessOwnerUserIDContainsFold(query), // search by BusinessOwnerUserID - platform.BusinessOwnerGroupIDContainsFold(query), // search by BusinessOwnerGroupID - platform.TechnicalOwnerContainsFold(query), // search by TechnicalOwner - platform.TechnicalOwnerUserIDContainsFold(query), // search by TechnicalOwnerUserID - platform.TechnicalOwnerGroupIDContainsFold(query), // search by TechnicalOwnerGroupID - platform.SecurityOwnerContainsFold(query), // search by SecurityOwner - platform.SecurityOwnerUserIDContainsFold(query), // search by SecurityOwnerUserID - platform.SecurityOwnerGroupIDContainsFold(query), // search by SecurityOwnerGroupID - platform.PlatformKindNameContainsFold(query), // search by PlatformKindName - platform.PlatformKindIDContainsFold(query), // search by PlatformKindID - platform.PlatformDataClassificationNameContainsFold(query), // search by PlatformDataClassificationName - platform.PlatformDataClassificationIDContainsFold(query), // search by PlatformDataClassificationID - platform.EnvironmentNameContainsFold(query), // search by EnvironmentName - platform.EnvironmentIDContainsFold(query), // search by EnvironmentID - platform.ScopeNameContainsFold(query), // search by ScopeName - platform.ScopeIDContainsFold(query), // search by ScopeID - platform.AccessModelNameContainsFold(query), // search by AccessModelName - platform.AccessModelIDContainsFold(query), // search by AccessModelID - platform.EncryptionStatusNameContainsFold(query), // search by EncryptionStatusName - platform.EncryptionStatusIDContainsFold(query), // search by EncryptionStatusID - platform.SecurityTierNameContainsFold(query), // search by SecurityTierName - platform.SecurityTierIDContainsFold(query), // search by SecurityTierID - platform.CriticalityNameContainsFold(query), // search by CriticalityName - platform.CriticalityIDContainsFold(query), // search by CriticalityID - platform.ExternalUUIDContainsFold(query), // search by ExternalUUID - platform.NameContainsFold(query), // search by Name - platform.DescriptionContainsFold(query), // search by Description - platform.BusinessPurposeContainsFold(query), // search by BusinessPurpose - platform.PhysicalLocationContainsFold(query), // search by PhysicalLocation - platform.RegionContainsFold(query), // search by Region - platform.SourceIdentifierContainsFold(query), // search by SourceIdentifier - platform.CostCenterContainsFold(query), // search by CostCenter - platform.PlatformOwnerIDContainsFold(query), // search by PlatformOwnerID - platform.ExternalReferenceIDContainsFold(query), // search by ExternalReferenceID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $44", likeQuery)) // search by Metadata - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchProcedure searches for Procedure based on the query string looking for matches func searchProcedures(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProcedureConnection, error) { request := withTransactionalMutation(ctx).Procedure.Query(). @@ -1530,70 +533,6 @@ func searchProcedures(ctx context.Context, query string, after *entgql.Cursor[st return request.Paginate(ctx, after, first, before, last) } -// searchProcedure searches for Procedure based on the query string looking for matches -func adminSearchProcedures(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProcedureConnection, error) { - request := withTransactionalMutation(ctx).Procedure.Query(). - Where( - procedure.Or( - procedure.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - procedure.ID(query), // search equal to ID - procedure.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - procedure.RevisionContainsFold(query), // search by Revision - procedure.OwnerIDContainsFold(query), // search by OwnerID - procedure.NameContainsFold(query), // search by Name - procedure.DetailsContainsFold(query), // search by Details - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(details_json)::text LIKE $9", likeQuery)) // search by DetailsJSON - }, - procedure.ApproverIDContainsFold(query), // search by ApproverID - procedure.DelegateIDContainsFold(query), // search by DelegateID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tag_suggestions)::text LIKE $12", likeQuery)) // search by TagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_tag_suggestions)::text LIKE $13", likeQuery)) // search by DismissedTagSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(control_suggestions)::text LIKE $14", likeQuery)) // search by ControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_control_suggestions)::text LIKE $15", likeQuery)) // search by DismissedControlSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(improvement_suggestions)::text LIKE $16", likeQuery)) // search by ImprovementSuggestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(dismissed_improvement_suggestions)::text LIKE $17", likeQuery)) // search by DismissedImprovementSuggestions - }, - procedure.URLContainsFold(query), // search by URL - procedure.FileIDContainsFold(query), // search by FileID - procedure.ExternalFileIDContainsFold(query), // search by ExternalFileID - procedure.ExternalContentsContainsFold(query), // search by ExternalContents - procedure.InternalNotesContainsFold(query), // search by InternalNotes - procedure.SystemInternalIDContainsFold(query), // search by SystemInternalID - procedure.ProcedureKindNameContainsFold(query), // search by ProcedureKindName - procedure.ProcedureKindIDContainsFold(query), // search by ProcedureKindID - procedure.EnvironmentNameContainsFold(query), // search by EnvironmentName - procedure.EnvironmentIDContainsFold(query), // search by EnvironmentID - procedure.ScopeNameContainsFold(query), // search by ScopeName - procedure.ScopeIDContainsFold(query), // search by ScopeID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchProgram searches for Program based on the query string looking for matches func searchPrograms(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProgramConnection, error) { request := withTransactionalMutation(ctx).Program.Query(). @@ -1613,35 +552,6 @@ func searchPrograms(ctx context.Context, query string, after *entgql.Cursor[stri return request.Paginate(ctx, after, first, before, last) } -// searchProgram searches for Program based on the query string looking for matches -func adminSearchPrograms(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProgramConnection, error) { - request := withTransactionalMutation(ctx).Program.Query(). - Where( - program.Or( - program.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - program.ID(query), // search equal to ID - program.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - program.OwnerIDContainsFold(query), // search by OwnerID - program.ProgramKindNameContainsFold(query), // search by ProgramKindName - program.ProgramKindIDContainsFold(query), // search by ProgramKindID - program.ExternalUUIDContainsFold(query), // search by ExternalUUID - program.NameContainsFold(query), // search by Name - program.DescriptionContainsFold(query), // search by Description - program.FrameworkNameContainsFold(query), // search by FrameworkName - program.AuditFirmContainsFold(query), // search by AuditFirm - program.AuditorContainsFold(query), // search by Auditor - program.AuditorEmailContainsFold(query), // search by AuditorEmail - program.ProgramOwnerIDContainsFold(query), // search by ProgramOwnerID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchRemediation searches for Remediation based on the query string looking for matches func searchRemediations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RemediationConnection, error) { request := withTransactionalMutation(ctx).Remediation.Query(). @@ -1662,125 +572,19 @@ func searchRemediations(ctx context.Context, query string, after *entgql.Cursor[ return request.Paginate(ctx, after, first, before, last) } -// searchRemediation searches for Remediation based on the query string looking for matches -func adminSearchRemediations(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RemediationConnection, error) { - request := withTransactionalMutation(ctx).Remediation.Query(). - Where( - remediation.Or( - remediation.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - remediation.ID(query), // search equal to ID - remediation.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - remediation.OwnerIDContainsFold(query), // search by OwnerID - remediation.InternalNotesContainsFold(query), // search by InternalNotes - remediation.SystemInternalIDContainsFold(query), // search by SystemInternalID - remediation.EnvironmentNameContainsFold(query), // search by EnvironmentName - remediation.EnvironmentIDContainsFold(query), // search by EnvironmentID - remediation.ScopeNameContainsFold(query), // search by ScopeName - remediation.ScopeIDContainsFold(query), // search by ScopeID - remediation.ExternalIDContainsFold(query), // search by ExternalID - remediation.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID - remediation.TitleContainsFold(query), // search by Title - remediation.StateContainsFold(query), // search by State - remediation.IntentContainsFold(query), // search by Intent - remediation.SummaryContainsFold(query), // search by Summary - remediation.ExplanationContainsFold(query), // search by Explanation - remediation.InstructionsContainsFold(query), // search by Instructions - remediation.OwnerReferenceContainsFold(query), // search by OwnerReference - remediation.RepositoryURIContainsFold(query), // search by RepositoryURI - remediation.PullRequestURIContainsFold(query), // search by PullRequestURI - remediation.TicketReferenceContainsFold(query), // search by TicketReference - remediation.ErrorContainsFold(query), // search by Error - remediation.SourceContainsFold(query), // search by Source - remediation.ExternalURIContainsFold(query), // search by ExternalURI - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $27", likeQuery)) // search by Metadata - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchReview searches for Review based on the query string looking for matches func searchReviews(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ReviewConnection, error) { - request := withTransactionalMutation(ctx).Review.Query(). - Where( - review.Or( - review.ExternalIDContainsFold(query), // search by ExternalID - review.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID - review.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - review.TitleContainsFold(query), // search by Title - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - -// searchReview searches for Review based on the query string looking for matches -func adminSearchReviews(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ReviewConnection, error) { - request := withTransactionalMutation(ctx).Review.Query(). - Where( - review.Or( - review.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - review.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - review.OwnerIDContainsFold(query), // search by OwnerID - review.InternalNotesContainsFold(query), // search by InternalNotes - review.SystemInternalIDContainsFold(query), // search by SystemInternalID - review.EnvironmentNameContainsFold(query), // search by EnvironmentName - review.EnvironmentIDContainsFold(query), // search by EnvironmentID - review.ScopeNameContainsFold(query), // search by ScopeName - review.ScopeIDContainsFold(query), // search by ScopeID - review.ExternalIDContainsFold(query), // search by ExternalID - review.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID - review.TitleContainsFold(query), // search by Title - review.StateContainsFold(query), // search by State - review.CategoryContainsFold(query), // search by Category - review.ClassificationContainsFold(query), // search by Classification - review.SummaryContainsFold(query), // search by Summary - review.DetailsContainsFold(query), // search by Details - review.ReporterContainsFold(query), // search by Reporter - review.ReviewerIDContainsFold(query), // search by ReviewerID - review.SourceContainsFold(query), // search by Source - review.ExternalURIContainsFold(query), // search by ExternalURI - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $23", likeQuery)) // search by Metadata - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(raw_payload)::text LIKE $24", likeQuery)) // search by RawPayload - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - -// searchRisk searches for Risk based on the query string looking for matches -func searchRisks(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RiskConnection, error) { - request := withTransactionalMutation(ctx).Risk.Query(). - Where( - risk.Or( - risk.DisplayID(query), // search equal to DisplayID - risk.ID(query), // search equal to ID - risk.NameContainsFold(query), // search by Name + request := withTransactionalMutation(ctx).Review.Query(). + Where( + review.Or( + review.ExternalIDContainsFold(query), // search by ExternalID + review.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID + review.ID(query), // search equal to ID func(s *sql.Selector) { likeQuery := "%" + query + "%" s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags }, + review.TitleContainsFold(query), // search by Title ), ) @@ -1788,47 +592,17 @@ func searchRisks(ctx context.Context, query string, after *entgql.Cursor[string] } // searchRisk searches for Risk based on the query string looking for matches -func adminSearchRisks(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RiskConnection, error) { +func searchRisks(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RiskConnection, error) { request := withTransactionalMutation(ctx).Risk.Query(). Where( risk.Or( - risk.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - risk.ID(query), // search equal to ID - risk.DisplayID(query), // search equal to DisplayID + risk.DisplayID(query), // search equal to DisplayID + risk.ID(query), // search equal to ID + risk.NameContainsFold(query), // search by Name func(s *sql.Selector) { likeQuery := "%" + query + "%" s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags }, - risk.OwnerIDContainsFold(query), // search by OwnerID - risk.RiskKindNameContainsFold(query), // search by RiskKindName - risk.RiskKindIDContainsFold(query), // search by RiskKindID - risk.RiskCategoryNameContainsFold(query), // search by RiskCategoryName - risk.RiskCategoryIDContainsFold(query), // search by RiskCategoryID - risk.EnvironmentNameContainsFold(query), // search by EnvironmentName - risk.EnvironmentIDContainsFold(query), // search by EnvironmentID - risk.ScopeNameContainsFold(query), // search by ScopeName - risk.ScopeIDContainsFold(query), // search by ScopeID - risk.ExternalIDContainsFold(query), // search by ExternalID - risk.IntegrationIDContainsFold(query), // search by IntegrationID - risk.ExternalUUIDContainsFold(query), // search by ExternalUUID - risk.NameContainsFold(query), // search by Name - risk.MitigationContainsFold(query), // search by Mitigation - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(mitigation_json)::text LIKE $19", likeQuery)) // search by MitigationJSON - }, - risk.DetailsContainsFold(query), // search by Details - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(details_json)::text LIKE $21", likeQuery)) // search by DetailsJSON - }, - risk.BusinessCostsContainsFold(query), // search by BusinessCosts - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(business_costs_json)::text LIKE $23", likeQuery)) // search by BusinessCostsJSON - }, - risk.StakeholderIDContainsFold(query), // search by StakeholderID - risk.DelegateIDContainsFold(query), // search by DelegateID ), ) @@ -1852,49 +626,6 @@ func searchScans(ctx context.Context, query string, after *entgql.Cursor[string] return request.Paginate(ctx, after, first, before, last) } -// searchScan searches for Scan based on the query string looking for matches -func adminSearchScans(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ScanConnection, error) { - request := withTransactionalMutation(ctx).Scan.Query(). - Where( - scan.Or( - scan.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - scan.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - scan.OwnerIDContainsFold(query), // search by OwnerID - scan.InternalNotesContainsFold(query), // search by InternalNotes - scan.SystemInternalIDContainsFold(query), // search by SystemInternalID - scan.ReviewedByContainsFold(query), // search by ReviewedBy - scan.ReviewedByUserIDContainsFold(query), // search by ReviewedByUserID - scan.ReviewedByGroupIDContainsFold(query), // search by ReviewedByGroupID - scan.AssignedToContainsFold(query), // search by AssignedTo - scan.AssignedToUserIDContainsFold(query), // search by AssignedToUserID - scan.AssignedToGroupIDContainsFold(query), // search by AssignedToGroupID - scan.EnvironmentNameContainsFold(query), // search by EnvironmentName - scan.EnvironmentIDContainsFold(query), // search by EnvironmentID - scan.ScopeNameContainsFold(query), // search by ScopeName - scan.ScopeIDContainsFold(query), // search by ScopeID - scan.TargetContainsFold(query), // search by Target - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $18", likeQuery)) // search by Metadata - }, - scan.PerformedByContainsFold(query), // search by PerformedBy - scan.PerformedByUserIDContainsFold(query), // search by PerformedByUserID - scan.PerformedByGroupIDContainsFold(query), // search by PerformedByGroupID - scan.GeneratedByPlatformIDContainsFold(query), // search by GeneratedByPlatformID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(discovered_vulnerability_ids)::text LIKE $23", likeQuery)) // search by DiscoveredVulnerabilityIds - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchStandard searches for Standard based on the query string looking for matches func searchStandards(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.StandardConnection, error) { request := withTransactionalMutation(ctx).Standard.Query(). @@ -1919,41 +650,6 @@ func searchStandards(ctx context.Context, query string, after *entgql.Cursor[str return request.Paginate(ctx, after, first, before, last) } -// searchStandard searches for Standard based on the query string looking for matches -func adminSearchStandards(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.StandardConnection, error) { - request := withTransactionalMutation(ctx).Standard.Query(). - Where( - standard.Or( - standard.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - standard.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - standard.RevisionContainsFold(query), // search by Revision - standard.OwnerIDContainsFold(query), // search by OwnerID - standard.InternalNotesContainsFold(query), // search by InternalNotes - standard.SystemInternalIDContainsFold(query), // search by SystemInternalID - standard.NameContainsFold(query), // search by Name - standard.ShortNameContainsFold(query), // search by ShortName - standard.FrameworkContainsFold(query), // search by Framework - standard.DescriptionContainsFold(query), // search by Description - standard.GoverningBodyLogoURLContainsFold(query), // search by GoverningBodyLogoURL - standard.GoverningBodyContainsFold(query), // search by GoverningBody - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(domains)::text LIKE $14", likeQuery)) // search by Domains - }, - standard.LinkContainsFold(query), // search by Link - standard.StandardTypeContainsFold(query), // search by StandardType - standard.VersionContainsFold(query), // search by Version - standard.LogoFileIDContainsFold(query), // search by LogoFileID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchSubcontrol searches for Subcontrol based on the query string looking for matches func searchSubcontrols(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubcontrolConnection, error) { request := withTransactionalMutation(ctx).Subcontrol.Query(). @@ -1985,91 +681,6 @@ func searchSubcontrols(ctx context.Context, query string, after *entgql.Cursor[s return request.Paginate(ctx, after, first, before, last) } -// searchSubcontrol searches for Subcontrol based on the query string looking for matches -func adminSearchSubcontrols(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubcontrolConnection, error) { - request := withTransactionalMutation(ctx).Subcontrol.Query(). - Where( - subcontrol.Or( - subcontrol.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - subcontrol.ID(query), // search equal to ID - subcontrol.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - subcontrol.ExternalUUIDContainsFold(query), // search by ExternalUUID - subcontrol.TitleContainsFold(query), // search by Title - subcontrol.DescriptionContainsFold(query), // search by Description - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(description_json)::text LIKE $8", likeQuery)) // search by DescriptionJSON - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(aliases)::text LIKE $9", likeQuery)) // search by Aliases - }, - subcontrol.ReferenceIDContainsFold(query), // search by ReferenceID - subcontrol.AuditorReferenceIDContainsFold(query), // search by AuditorReferenceID - subcontrol.ResponsiblePartyIDContainsFold(query), // search by ResponsiblePartyID - subcontrol.ImplementationDescriptionContainsFold(query), // search by ImplementationDescription - subcontrol.PublicRepresentationContainsFold(query), // search by PublicRepresentation - subcontrol.SourceNameContainsFold(query), // search by SourceName - subcontrol.ReferenceFrameworkContainsFold(query), // search by ReferenceFramework - subcontrol.ReferenceFrameworkRevisionContainsFold(query), // search by ReferenceFrameworkRevision - subcontrol.CategoryContainsFold(query), // search by Category - subcontrol.CategoryIDContainsFold(query), // search by CategoryID - subcontrol.SubcategoryContainsFold(query), // search by Subcategory - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(mapped_categories)::text LIKE $21", likeQuery)) // search by MappedCategories - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(assessment_objectives)::text LIKE $22", likeQuery)) // search by AssessmentObjectives - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(assessment_methods)::text LIKE $23", likeQuery)) // search by AssessmentMethods - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(control_questions)::text LIKE $24", likeQuery)) // search by ControlQuestions - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(implementation_guidance)::text LIKE $25", likeQuery)) // search by ImplementationGuidance - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(example_evidence)::text LIKE $26", likeQuery)) // search by ExampleEvidence - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(references)::text LIKE $27", likeQuery)) // search by References - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(testing_procedures)::text LIKE $28", likeQuery)) // search by TestingProcedures - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(evidence_requests)::text LIKE $29", likeQuery)) // search by EvidenceRequests - }, - subcontrol.ControlOwnerIDContainsFold(query), // search by ControlOwnerID - subcontrol.DelegateIDContainsFold(query), // search by DelegateID - subcontrol.OwnerIDContainsFold(query), // search by OwnerID - subcontrol.InternalNotesContainsFold(query), // search by InternalNotes - subcontrol.SystemInternalIDContainsFold(query), // search by SystemInternalID - subcontrol.SubcontrolKindNameContainsFold(query), // search by SubcontrolKindName - subcontrol.SubcontrolKindIDContainsFold(query), // search by SubcontrolKindID - subcontrol.RefCodeContainsFold(query), // search by RefCode - subcontrol.ControlIDContainsFold(query), // search by ControlID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchSubprocessor searches for Subprocessor based on the query string looking for matches func searchSubprocessors(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubprocessorConnection, error) { request := withTransactionalMutation(ctx).Subprocessor.Query(). @@ -2087,30 +698,6 @@ func searchSubprocessors(ctx context.Context, query string, after *entgql.Cursor return request.Paginate(ctx, after, first, before, last) } -// searchSubprocessor searches for Subprocessor based on the query string looking for matches -func adminSearchSubprocessors(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubprocessorConnection, error) { - request := withTransactionalMutation(ctx).Subprocessor.Query(). - Where( - subprocessor.Or( - subprocessor.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - subprocessor.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - subprocessor.OwnerIDContainsFold(query), // search by OwnerID - subprocessor.InternalNotesContainsFold(query), // search by InternalNotes - subprocessor.SystemInternalIDContainsFold(query), // search by SystemInternalID - subprocessor.NameContainsFold(query), // search by Name - subprocessor.DescriptionContainsFold(query), // search by Description - subprocessor.LogoRemoteURLContainsFold(query), // search by LogoRemoteURL - subprocessor.LogoFileIDContainsFold(query), // search by LogoFileID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchSubscriber searches for Subscriber based on the query string looking for matches func searchSubscribers(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubscriberConnection, error) { request := withTransactionalMutation(ctx).Subscriber.Query(). @@ -2128,29 +715,6 @@ func searchSubscribers(ctx context.Context, query string, after *entgql.Cursor[s return request.Paginate(ctx, after, first, before, last) } -// searchSubscriber searches for Subscriber based on the query string looking for matches -func adminSearchSubscribers(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubscriberConnection, error) { - request := withTransactionalMutation(ctx).Subscriber.Query(). - Where( - subscriber.Or( - subscriber.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - subscriber.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - subscriber.OwnerIDContainsFold(query), // search by OwnerID - subscriber.TrustCenterIDContainsFold(query), // search by TrustCenterID - subscriber.EmailContainsFold(query), // search by Email - subscriber.PhoneNumberContainsFold(query), // search by PhoneNumber - subscriber.ContactIDContainsFold(query), // search by ContactID - subscriber.UserIDContainsFold(query), // search by UserID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchSystemDetail searches for SystemDetail based on the query string looking for matches func searchSystemDetails(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SystemDetailConnection, error) { request := withTransactionalMutation(ctx).SystemDetail.Query(). @@ -2169,37 +733,6 @@ func searchSystemDetails(ctx context.Context, query string, after *entgql.Cursor return request.Paginate(ctx, after, first, before, last) } -// searchSystemDetail searches for SystemDetail based on the query string looking for matches -func adminSearchSystemDetails(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SystemDetailConnection, error) { - request := withTransactionalMutation(ctx).SystemDetail.Query(). - Where( - systemdetail.Or( - systemdetail.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - systemdetail.ID(query), // search equal to ID - systemdetail.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - systemdetail.OwnerIDContainsFold(query), // search by OwnerID - systemdetail.SystemNameContainsFold(query), // search by SystemName - systemdetail.VersionContainsFold(query), // search by Version - systemdetail.DescriptionContainsFold(query), // search by Description - systemdetail.AuthorizationBoundaryContainsFold(query), // search by AuthorizationBoundary - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(revision_history)::text LIKE $10", likeQuery)) // search by RevisionHistory - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(oscal_metadata_json)::text LIKE $11", likeQuery)) // search by OscalMetadataJSON - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchTagDefinition searches for TagDefinition based on the query string looking for matches func searchTagDefinitions(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TagDefinitionConnection, error) { request := withTransactionalMutation(ctx).TagDefinition.Query(). @@ -2218,30 +751,6 @@ func searchTagDefinitions(ctx context.Context, query string, after *entgql.Curso return request.Paginate(ctx, after, first, before, last) } -// searchTagDefinition searches for TagDefinition based on the query string looking for matches -func adminSearchTagDefinitions(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TagDefinitionConnection, error) { - request := withTransactionalMutation(ctx).TagDefinition.Query(). - Where( - tagdefinition.Or( - tagdefinition.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - tagdefinition.ID(query), // search equal to ID - tagdefinition.OwnerIDContainsFold(query), // search by OwnerID - tagdefinition.InternalNotesContainsFold(query), // search by InternalNotes - tagdefinition.SystemInternalIDContainsFold(query), // search by SystemInternalID - tagdefinition.NameContainsFold(query), // search by Name - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(aliases)::text LIKE $7", likeQuery)) // search by Aliases - }, - tagdefinition.SlugContainsFold(query), // search by Slug - tagdefinition.DescriptionContainsFold(query), // search by Description - tagdefinition.ColorContainsFold(query), // search by Color - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchTask searches for Task based on the query string looking for matches func searchTasks(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TaskConnection, error) { request := withTransactionalMutation(ctx).Task.Query(). @@ -2260,52 +769,6 @@ func searchTasks(ctx context.Context, query string, after *entgql.Cursor[string] return request.Paginate(ctx, after, first, before, last) } -// searchTask searches for Task based on the query string looking for matches -func adminSearchTasks(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TaskConnection, error) { - request := withTransactionalMutation(ctx).Task.Query(). - Where( - task.Or( - task.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - task.ID(query), // search equal to ID - task.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - task.OwnerIDContainsFold(query), // search by OwnerID - task.TaskKindNameContainsFold(query), // search by TaskKindName - task.TaskKindIDContainsFold(query), // search by TaskKindID - task.EnvironmentNameContainsFold(query), // search by EnvironmentName - task.EnvironmentIDContainsFold(query), // search by EnvironmentID - task.ScopeNameContainsFold(query), // search by ScopeName - task.ScopeIDContainsFold(query), // search by ScopeID - task.ExternalUUIDContainsFold(query), // search by ExternalUUID - task.TitleContainsFold(query), // search by Title - task.DetailsContainsFold(query), // search by Details - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(details_json)::text LIKE $15", likeQuery)) // search by DetailsJSON - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $16", likeQuery)) // search by Metadata - }, - task.AssigneeIDContainsFold(query), // search by AssigneeID - task.AssignerIDContainsFold(query), // search by AssignerID - task.SourceContainsFold(query), // search by Source - task.SourceKeyContainsFold(query), // search by SourceKey - task.IdempotencyKeyContainsFold(query), // search by IdempotencyKey - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(external_reference_url)::text LIKE $22", likeQuery)) // search by ExternalReferenceURL - }, - task.ParentTaskIDContainsFold(query), // search by ParentTaskID - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchTemplate searches for Template based on the query string looking for matches func searchTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TemplateConnection, error) { request := withTransactionalMutation(ctx).Template.Query(). @@ -2328,46 +791,6 @@ func searchTemplates(ctx context.Context, query string, after *entgql.Cursor[str return request.Paginate(ctx, after, first, before, last) } -// searchTemplate searches for Template based on the query string looking for matches -func adminSearchTemplates(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TemplateConnection, error) { - request := withTransactionalMutation(ctx).Template.Query(). - Where( - template.Or( - template.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - template.ID(query), // search equal to ID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $3", likeQuery)) // search by Tags - }, - template.OwnerIDContainsFold(query), // search by OwnerID - template.InternalNotesContainsFold(query), // search by InternalNotes - template.SystemInternalIDContainsFold(query), // search by SystemInternalID - template.EnvironmentNameContainsFold(query), // search by EnvironmentName - template.EnvironmentIDContainsFold(query), // search by EnvironmentID - template.ScopeNameContainsFold(query), // search by ScopeName - template.ScopeIDContainsFold(query), // search by ScopeID - template.NameContainsFold(query), // search by Name - template.DescriptionContainsFold(query), // search by Description - func(s *sql.Selector) { - s.Where( - sqljson.StringContains(template.FieldJsonconfig, query, sqljson.Path("$id")), // search by Jsonconfig at $id - ) - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(uischema)::text LIKE $14", likeQuery)) // search by Uischema - }, - template.TrustCenterIDContainsFold(query), // search by TrustCenterID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(transform_configuration)::text LIKE $16", likeQuery)) // search by TransformConfiguration - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchTrustCenterEntity searches for TrustCenterEntity based on the query string looking for matches func searchTrustCenterEntities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TrustCenterEntityConnection, error) { request := withTransactionalMutation(ctx).TrustCenterEntity.Query(). @@ -2382,23 +805,6 @@ func searchTrustCenterEntities(ctx context.Context, query string, after *entgql. return request.Paginate(ctx, after, first, before, last) } -// searchTrustCenterEntity searches for TrustCenterEntity based on the query string looking for matches -func adminSearchTrustCenterEntities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TrustCenterEntityConnection, error) { - request := withTransactionalMutation(ctx).TrustCenterEntity.Query(). - Where( - trustcenterentity.Or( - trustcenterentity.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - trustcenterentity.ID(query), // search equal to ID - trustcenterentity.LogoFileIDContainsFold(query), // search by LogoFileID - trustcenterentity.URLContainsFold(query), // search by URL - trustcenterentity.TrustCenterIDContainsFold(query), // search by TrustCenterID - trustcenterentity.NameContainsFold(query), // search by Name - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} - // searchVulnerability searches for Vulnerability based on the query string looking for matches func searchVulnerabilities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.VulnerabilityConnection, error) { request := withTransactionalMutation(ctx).Vulnerability.Query(). @@ -2421,76 +827,3 @@ func searchVulnerabilities(ctx context.Context, query string, after *entgql.Curs return request.Paginate(ctx, after, first, before, last) } - -// searchVulnerability searches for Vulnerability based on the query string looking for matches -func adminSearchVulnerabilities(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.VulnerabilityConnection, error) { - request := withTransactionalMutation(ctx).Vulnerability.Query(). - Where( - vulnerability.Or( - vulnerability.UpdatedByImpersonatorContainsFold(query), // search by UpdatedByImpersonator - vulnerability.ID(query), // search equal to ID - vulnerability.DisplayID(query), // search equal to DisplayID - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(tags)::text LIKE $4", likeQuery)) // search by Tags - }, - vulnerability.OwnerIDContainsFold(query), // search by OwnerID - vulnerability.ReviewedByContainsFold(query), // search by ReviewedBy - vulnerability.ReviewedByUserIDContainsFold(query), // search by ReviewedByUserID - vulnerability.ReviewedByGroupIDContainsFold(query), // search by ReviewedByGroupID - vulnerability.AssignedToContainsFold(query), // search by AssignedTo - vulnerability.AssignedToUserIDContainsFold(query), // search by AssignedToUserID - vulnerability.AssignedToGroupIDContainsFold(query), // search by AssignedToGroupID - vulnerability.InternalNotesContainsFold(query), // search by InternalNotes - vulnerability.SystemInternalIDContainsFold(query), // search by SystemInternalID - vulnerability.EnvironmentNameContainsFold(query), // search by EnvironmentName - vulnerability.EnvironmentIDContainsFold(query), // search by EnvironmentID - vulnerability.ScopeNameContainsFold(query), // search by ScopeName - vulnerability.ScopeIDContainsFold(query), // search by ScopeID - vulnerability.VulnerabilityStatusNameContainsFold(query), // search by VulnerabilityStatusName - vulnerability.VulnerabilityStatusIDContainsFold(query), // search by VulnerabilityStatusID - vulnerability.ExternalOwnerIDContainsFold(query), // search by ExternalOwnerID - vulnerability.ExternalIDContainsFold(query), // search by ExternalID - vulnerability.CveIDContainsFold(query), // search by CveID - vulnerability.SourceContainsFold(query), // search by Source - vulnerability.DisplayNameContainsFold(query), // search by DisplayName - vulnerability.CategoryContainsFold(query), // search by Category - vulnerability.SeverityContainsFold(query), // search by Severity - vulnerability.PriorityContainsFold(query), // search by Priority - vulnerability.SummaryContainsFold(query), // search by Summary - vulnerability.DescriptionContainsFold(query), // search by Description - vulnerability.VectorContainsFold(query), // search by Vector - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(references)::text LIKE $31", likeQuery)) // search by References - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(impacts)::text LIKE $32", likeQuery)) // search by Impacts - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(cwe_ids)::text LIKE $33", likeQuery)) // search by CweIds - }, - vulnerability.VulnerableVersionRangeContainsFold(query), // search by VulnerableVersionRange - vulnerability.FirstPatchedVersionContainsFold(query), // search by FirstPatchedVersion - vulnerability.PackageNameContainsFold(query), // search by PackageName - vulnerability.PackageEcosystemContainsFold(query), // search by PackageEcosystem - vulnerability.ManifestPathContainsFold(query), // search by ManifestPath - vulnerability.DependencyScopeContainsFold(query), // search by DependencyScope - vulnerability.DismissedReasonContainsFold(query), // search by DismissedReason - vulnerability.DismissedCommentContainsFold(query), // search by DismissedComment - vulnerability.ExternalURIContainsFold(query), // search by ExternalURI - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(metadata)::text LIKE $43", likeQuery)) // search by Metadata - }, - func(s *sql.Selector) { - likeQuery := "%" + query + "%" - s.Where(sql.ExprP("(raw_payload)::text LIKE $44", likeQuery)) // search by RawPayload - }, - ), - ) - - return request.Paginate(ctx, after, first, before, last) -} From f325e37b09f0e5de41e0a9625b23cc4e1b1c13bf Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:28:55 -0600 Subject: [PATCH 4/6] drop more unused code Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .task/checksum/generate-graphql-smart | 2 +- cli/go.mod | 4 +- cli/go.sum | 5 +- common/go.mod | 5 +- common/go.sum | 8 +-- go.mod | 6 +- go.sum | 12 ++-- internal/ent/hooks/export_test.go | 14 ++--- internal/ent/hooks/helpers.go | 29 --------- internal/ent/hooks/tuples.go | 10 --- .../rule/allow_mutation_valid_signup_token.go | 36 ----------- .../ent/privacy/rule/deny_questionnaire.go | 33 ---------- .../ent/privacy/token/email_signup_token.go | 8 --- internal/ent/privacy/token/filedownload.go | 8 --- internal/ent/privacy/token/job_runner.go | 7 --- internal/ent/privacy/token/oauth_token.go | 8 --- .../ent/privacy/token/org_invite_token.go | 8 --- internal/ent/privacy/token/reset_token.go | 8 --- internal/ent/privacy/token/verify_token.go | 8 --- internal/ent/schema/mixin_customenums.go | 7 --- internal/graphapi/checksum/.schema_checksum | 2 +- .../clientschema/checksum/.schema_checksum | 2 +- .../testclient/checksum/.client_checksum | 2 +- .../handlers/integration_flow_test.go | 42 ------------- internal/httpserve/route/router.go | 61 ------------------- internal/httpserve/route/router_test.go | 12 ---- .../integrations/mappingtest/mappingtest.go | 15 ----- internal/integrations/providerkit/schema.go | 9 --- internal/testutils/client.go | 20 ------ 29 files changed, 29 insertions(+), 362 deletions(-) delete mode 100644 internal/ent/privacy/rule/allow_mutation_valid_signup_token.go delete mode 100644 internal/ent/privacy/rule/deny_questionnaire.go diff --git a/.task/checksum/generate-graphql-smart b/.task/checksum/generate-graphql-smart index ab26dfb092..c3c2d75977 100644 --- a/.task/checksum/generate-graphql-smart +++ b/.task/checksum/generate-graphql-smart @@ -1 +1 @@ -f5126883c61df63e689be5d1918dbf6d +965a164e473906b5bd0be212f5060d25 diff --git a/cli/go.mod b/cli/go.mod index d056199f15..3446a88c47 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -85,7 +85,7 @@ require ( github.com/sosodev/duration v1.4.0 // indirect github.com/spf13/pflag v1.0.10 // indirect github.com/stoewer/go-strcase v1.3.1 // indirect - github.com/stretchr/testify v1.12.0 // indirect + github.com/stretchr/testify v1.12.1 // indirect github.com/theopenlane/echox v0.3.0 // indirect github.com/tinylib/msgp v1.6.4 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect @@ -101,7 +101,7 @@ require ( go.opentelemetry.io/otel/metric v1.45.0 // indirect go.opentelemetry.io/otel/trace v1.45.0 // indirect go.uber.org/atomic v1.11.0 // indirect - go.yaml.in/yaml/v3 v3.0.4 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/crypto v0.55.0 // indirect golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect golang.org/x/image v0.44.0 // indirect diff --git a/cli/go.sum b/cli/go.sum index c40fde76ae..02e92c7ce0 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -191,8 +191,7 @@ github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+Q github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= -github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= github.com/theopenlane/core v1.32.0 h1:4z70MkNxeZGcnSlW1Ieq/HdA3L/XOGNPMEoloyYNUVk= github.com/theopenlane/core v1.32.0/go.mod h1:/rWtof+pHUBAlnC/IjvHKHfw3JqztpGIK6lUYRSri1o= github.com/theopenlane/core/common v1.0.25 h1:HTsiNLJeCBPudPliSqALWz/BEuCrRhg5kr601pyYvOs= @@ -245,8 +244,8 @@ go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y= go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU= -go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= golang.org/x/exp v0.0.0-20260718201538-764159d718ef h1:LkZ48HFgy/TvhTI0bcWkjgFkgLyKUwcTbDjS0DUjw+A= golang.org/x/exp v0.0.0-20260718201538-764159d718ef/go.mod h1:EdfpwwqSu+0Li0mzskwHU6FWDV3t9Q+RZDo3QMUtL3Q= diff --git a/common/go.mod b/common/go.mod index 6c3ae40229..7c708f09bd 100644 --- a/common/go.mod +++ b/common/go.mod @@ -10,10 +10,10 @@ require ( github.com/robfig/cron/v3 v3.0.1 github.com/rs/zerolog v1.35.1 github.com/stoewer/go-strcase v1.3.1 - github.com/stretchr/testify v1.12.0 + github.com/stretchr/testify v1.12.1 github.com/theopenlane/core v1.31.10 github.com/theopenlane/echox v0.3.0 - github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f + github.com/theopenlane/entx v0.33.0 github.com/theopenlane/utils v0.7.1 github.com/zitadel/oidc/v3 v3.48.1 golang.org/x/oauth2 v0.36.0 @@ -77,6 +77,7 @@ require ( go.opentelemetry.io/otel v1.45.0 // indirect go.opentelemetry.io/otel/metric v1.45.0 // indirect go.opentelemetry.io/otel/trace v1.45.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/crypto v0.55.0 // indirect golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect golang.org/x/mod v0.40.0 // indirect diff --git a/common/go.sum b/common/go.sum index e41a226ec6..a956135ace 100644 --- a/common/go.sum +++ b/common/go.sum @@ -142,13 +142,12 @@ github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+Q github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= -github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= github.com/theopenlane/core v1.31.10 h1:Qa24eyFg4AXmXIJJXvQxj1wIHqBBrHuGEbqKdNXDC+8= github.com/theopenlane/core v1.31.10/go.mod h1:rpSG3J+WDk/RrPvm4GO6LOPA4FeQhJVp1IVfuaM4ofU= github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA= github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM= -github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6FO0chz6E2ZaFYGKeo34uM7TxzkJqrF+Q= +github.com/theopenlane/entx v0.33.0 h1:3ojP4RF4T44ndlR/LKzU6ueq+GVZi0rwZIwQbIhjFHc= github.com/theopenlane/utils v0.7.1 h1:x+9kVMgOALYqAH6GaLaDb9tj16nzasoGM8X0v0XNTn8= github.com/theopenlane/utils v0.7.1/go.mod h1:uxiLqjtcqgH57yOpYl3tTfKuenGYyAROxHFMpXx6mDY= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= @@ -198,8 +197,7 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y= go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU= -go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= -go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis= golang.org/x/exp v0.0.0-20260718201538-764159d718ef h1:LkZ48HFgy/TvhTI0bcWkjgFkgLyKUwcTbDjS0DUjw+A= diff --git a/go.mod b/go.mod index ea138a472e..c5c515051d 100644 --- a/go.mod +++ b/go.mod @@ -96,15 +96,15 @@ require ( github.com/slack-go/slack v0.27.0 github.com/spf13/cobra v1.10.2 github.com/stoewer/go-strcase v1.3.1 - github.com/stretchr/testify v1.12.0 + github.com/stretchr/testify v1.12.1 github.com/stripe/stripe-go/v86 v86.2.0 github.com/tailscale/tailscale-client-go/v2 v2.0.0-20250129222324-74c8fc3cb4d7 github.com/theopenlane/core/common v1.0.25 github.com/theopenlane/echo-prometheus v0.1.0 github.com/theopenlane/echox v0.3.0 - github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f + github.com/theopenlane/entx v0.33.0 github.com/theopenlane/go-client v0.13.0 - github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a + github.com/theopenlane/gqlgen-plugins v0.17.1 github.com/theopenlane/httpsling v0.3.0 github.com/theopenlane/iam v0.37.0 github.com/theopenlane/newman v0.4.3 diff --git a/go.sum b/go.sum index 6d3b1fcbc6..3ecadca0a1 100644 --- a/go.sum +++ b/go.sum @@ -717,8 +717,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= -github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= github.com/stripe/stripe-go/v86 v86.2.0 h1:d6yW7JDnk03DEVGqct82j0rys8nPPCE3+RDPsIvUcrY= github.com/stripe/stripe-go/v86 v86.2.0/go.mod h1:Co7QRXCKGNOPTugAdvjgRo+KcMtd9hxy+pZMN0yThsQ= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= @@ -739,12 +739,12 @@ github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rM github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM= github.com/theopenlane/eddy v0.1.0 h1:mtsBL9COYCJWMkjxPOb7LefPaysyPVmYb4idy7kL4lY= github.com/theopenlane/eddy v0.1.0/go.mod h1:UvovGX5x0N9RdKk2Kb5CMbGziRUasARDy8xSEAT8aDs= -github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f h1:7NV17PjIBm6FO0chz6E2ZaFYGKeo34uM7TxzkJqrF+Q= -github.com/theopenlane/entx v0.32.1-0.20260819231914-305970ecb30f/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= +github.com/theopenlane/entx v0.33.0 h1:3ojP4RF4T44ndlR/LKzU6ueq+GVZi0rwZIwQbIhjFHc= +github.com/theopenlane/entx v0.33.0/go.mod h1:CQc8om4cosC0QGB6W6QgRLKRPaf/b3Wlv932vWuGFto= github.com/theopenlane/go-client v0.13.0 h1:/jSEZLu1urijrmM1skYo9kf0MsVJwe3DNpuyYGv6Pj4= github.com/theopenlane/go-client v0.13.0/go.mod h1:g5i+gYjkih1SSgY/lFi4p302cLZBOJ8pgCFf02eZKaI= -github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a h1:DROCYC41VbS+B2kTszjLdwLlbqN910IT5yiG6h1RQO8= -github.com/theopenlane/gqlgen-plugins v0.17.1-0.20260820042307-a6ce0e55969a/go.mod h1:iOSU/n2zq/uENZ9B9Vjg7mHEwCxCqDOO3HA1V8lvt8s= +github.com/theopenlane/gqlgen-plugins v0.17.1 h1:TsKZDVTHFpDzGPOdSknR/rjTv42QWa9E21BYPZ8Wbrg= +github.com/theopenlane/gqlgen-plugins v0.17.1/go.mod h1:ewVeXz4b509wUuMmvb3sV9k86wIPERN/1Jf5/65GKWM= github.com/theopenlane/httpsling v0.3.0 h1:Bad0dGdqCqAB8UVDyVo+YCevzRvGHhmkK22F7T3pXtY= github.com/theopenlane/httpsling v0.3.0/go.mod h1:iJc3XRLYTFIpfCnPpLZVMBP0xsWIPAb7ozARtQoclAE= github.com/theopenlane/iam v0.37.0 h1:s0p89/V6PeUdvY7s++j99IN/Om28rmMZUJ5fUycrKs4= diff --git a/internal/ent/hooks/export_test.go b/internal/ent/hooks/export_test.go index 383aa8550e..0a1e0115a1 100644 --- a/internal/ent/hooks/export_test.go +++ b/internal/ent/hooks/export_test.go @@ -11,14 +11,12 @@ import ( func TestGetFinalFilters(t *testing.T) { type testCase struct { - name string - hasOwnerField bool - hasSystemOwnedField bool - exportType enums.ExportType - filters string - ownerID string - expectedErr string - expectedFilters map[string]any + name string + exportType enums.ExportType + filters string + ownerID string + expectedErr string + expectedFilters map[string]any } cases := []testCase{ diff --git a/internal/ent/hooks/helpers.go b/internal/ent/hooks/helpers.go index 833b4d5ad9..6b0823de1b 100644 --- a/internal/ent/hooks/helpers.go +++ b/internal/ent/hooks/helpers.go @@ -35,35 +35,6 @@ func transactionFromContext(ctx context.Context) *generated.Tx { return transaction.FromContext(ctx) } -// runtimeHooks is a list of post-mutation hooks that are executed after a mutation operation is performed -var runtimeHooks []func(ent.Mutator) ent.Mutator - -// The `AddPostMutationHook` function is used to add a post-mutation hook to the list of runtime hooks. -// This function takes a hook function as a parameter, which will be executed after a mutation -// operation is performed. The hook function is expected to take a context and a value of type `T` as -// input parameters and return an error if any -func AddPostMutationHook[T any](hook func(ctx context.Context, v T) error) { - runtimeHooks = append(runtimeHooks, func(next ent.Mutator) ent.Mutator { - return ent.MutateFunc(func(ctx context.Context, m ent.Mutation) (ent.Value, error) { - v, err := next.Mutate(ctx, m) - if err != nil { - return v, err - } - - entvalue, ok := v.(T) - - if ok { - err2 := hook(ctx, entvalue) - if err2 != nil { - logx.FromContext(ctx).Debug().Ctx(ctx).Err(err2).Msg("post mutation hook error") - } - } - - return v, err - }) - }) -} - // getMutationIDs retrieves the IDs from the mutation, handling both single and multiple ID cases func getMutationIDs(ctx context.Context, m utils.GenericMutation) ([]string, error) { objID, ok := m.ID() diff --git a/internal/ent/hooks/tuples.go b/internal/ent/hooks/tuples.go index 56322c11a0..7d2d1011d3 100644 --- a/internal/ent/hooks/tuples.go +++ b/internal/ent/hooks/tuples.go @@ -57,16 +57,6 @@ func HookDeletePermissions() ent.Hook { ) } -// DeletePermissionsHook deletes all relationship tuples associated with the object(s) in the mutation. -// The ids are resolved from the mutation, so this must be called before the records are hard deleted -func DeletePermissionsHook(ctx context.Context, m utils.GenericMutation) error { - ids, err := getMutationIDs(ctx, m) - if err != nil { - return err - } - return deletePermissionsForIDs(ctx, m, ids) -} - // deletePermissionsForIDs deletes all relationship tuples for the given object ids func deletePermissionsForIDs(ctx context.Context, m utils.GenericMutation, objIDs []string) error { client := utils.AuthzClientFromContext(ctx) diff --git a/internal/ent/privacy/rule/allow_mutation_valid_signup_token.go b/internal/ent/privacy/rule/allow_mutation_valid_signup_token.go deleted file mode 100644 index aece6cd272..0000000000 --- a/internal/ent/privacy/rule/allow_mutation_valid_signup_token.go +++ /dev/null @@ -1,36 +0,0 @@ -package rule - -import ( - "context" - - "github.com/theopenlane/core/internal/ent/generated" - "github.com/theopenlane/core/internal/ent/generated/privacy" - "github.com/theopenlane/core/internal/ent/privacy/token" -) - -type mutationEmailGetter func(generated.Mutation) (string, error) - -// AllowMutationIfContextHasValidEmailSignUpToken is used to determine whether a -// mutation should be allowed or skipped based on the presence and validity of an -// email signup token in the context -func AllowMutationIfContextHasValidEmailSignUpToken(getEmail mutationEmailGetter) privacy.MutationRule { - return privacy.MutationRuleFunc( - func(ctx context.Context, mutation generated.Mutation) error { - emailSignupToken := token.EmailSignUpTokenFromContext(ctx) - if emailSignupToken == nil { - return privacy.Skipf("email signup token not found in context") - } - - email, err := getEmail(mutation) - if err != nil { - return privacy.Skipf("unable to obtain email from mutation") - } - - if email != emailSignupToken.GetEmail() { - return privacy.Skipf("email sign up token does not match mutation result") - } - - return privacy.Allow - }, - ) -} diff --git a/internal/ent/privacy/rule/deny_questionnaire.go b/internal/ent/privacy/rule/deny_questionnaire.go deleted file mode 100644 index 8f743f6dc7..0000000000 --- a/internal/ent/privacy/rule/deny_questionnaire.go +++ /dev/null @@ -1,33 +0,0 @@ -package rule - -import ( - "context" - - "entgo.io/ent" - "github.com/theopenlane/iam/auth" - - "github.com/theopenlane/core/internal/ent/generated/privacy" -) - -// DenyIfMissingQuestionnaireContext denies a mutation if the context does not -// have anonymous questionnaire context. -// This enforces that assessment responses can ONLY be created with a questionnaire JWT (anonymous users). -func DenyIfMissingQuestionnaireContext() privacy.MutationRule { - return privacy.MutationRuleFunc(func(ctx context.Context, m ent.Mutation) error { - - _, ok := privacy.DecisionFromContext(ctx) - if ok || IsInternalRequest(ctx) { - return privacy.Skip - } - - if m.Op() == ent.OpCreate || m.Op() == ent.OpDeleteOne { - return privacy.Skip - } - - if _, ok := auth.ActiveAssessmentIDKey.Get(ctx); ok { - return privacy.Skip - } - - return privacy.Denyf("assessment responses can only be created with a questionnaire context") - }) -} diff --git a/internal/ent/privacy/token/email_signup_token.go b/internal/ent/privacy/token/email_signup_token.go index 410875b0a2..90f6ad3b35 100644 --- a/internal/ent/privacy/token/email_signup_token.go +++ b/internal/ent/privacy/token/email_signup_token.go @@ -15,14 +15,6 @@ type SignUpToken struct { email string } -// NewSignUpTokenWithEmail creates a new PrivacyToken of type SignUpToken with -// email set -func NewSignUpTokenWithEmail(email string) SignUpToken { - return SignUpToken{ - email: email, - } -} - // GetEmail from sign-up token func (token *SignUpToken) GetEmail() string { return token.email diff --git a/internal/ent/privacy/token/filedownload.go b/internal/ent/privacy/token/filedownload.go index cc9df10420..4114dd5e35 100644 --- a/internal/ent/privacy/token/filedownload.go +++ b/internal/ent/privacy/token/filedownload.go @@ -10,14 +10,6 @@ type DownloadToken struct { token string } -// NewDownloadTokenWithToken creates a new PrivacyToken of type SignUpToken with -// email set -func NewDownloadTokenWithToken(token string) DownloadToken { - return DownloadToken{ - token: token, - } -} - // GetToken from verify token func (token *DownloadToken) GetToken() string { return token.token diff --git a/internal/ent/privacy/token/job_runner.go b/internal/ent/privacy/token/job_runner.go index 76b4b8a381..b0c9190aeb 100644 --- a/internal/ent/privacy/token/job_runner.go +++ b/internal/ent/privacy/token/job_runner.go @@ -10,13 +10,6 @@ type JobRunnerRegistrationToken struct { token string } -// NewJobRunnerRegistrationToken creates a new PrivacyToken of type JobRunnerRegistrationToken -func NewJobRunnerRegistrationToken(token string) JobRunnerRegistrationToken { - return JobRunnerRegistrationToken{ - token: token, - } -} - // GetToken from the registration token func (token *JobRunnerRegistrationToken) GetToken() string { return token.token diff --git a/internal/ent/privacy/token/oauth_token.go b/internal/ent/privacy/token/oauth_token.go index b1b278f138..8369282626 100644 --- a/internal/ent/privacy/token/oauth_token.go +++ b/internal/ent/privacy/token/oauth_token.go @@ -10,14 +10,6 @@ type OauthTooToken struct { email string } -// NewOauthTooWithEmail creates a new PrivacyToken of type OauthTooToken with -// email set -func NewOauthTooWithEmail(email string) OauthTooToken { - return OauthTooToken{ - email: email, - } -} - // GetEmail from oauth2 token func (token *OauthTooToken) GetEmail() string { return token.email diff --git a/internal/ent/privacy/token/org_invite_token.go b/internal/ent/privacy/token/org_invite_token.go index d749b3b409..60fd6432ed 100644 --- a/internal/ent/privacy/token/org_invite_token.go +++ b/internal/ent/privacy/token/org_invite_token.go @@ -10,14 +10,6 @@ type OrgInviteToken struct { token string } -// NewOrgInviteTokenWithToken creates a new PrivacyToken of type OrgInviteToken with -// token set -func NewOrgInviteTokenWithToken(token string) OrgInviteToken { - return OrgInviteToken{ - token: token, - } -} - // GetToken from invite token func (token *OrgInviteToken) GetToken() string { return token.token diff --git a/internal/ent/privacy/token/reset_token.go b/internal/ent/privacy/token/reset_token.go index e22553e5e6..eebebb538c 100644 --- a/internal/ent/privacy/token/reset_token.go +++ b/internal/ent/privacy/token/reset_token.go @@ -10,14 +10,6 @@ type ResetToken struct { token string } -// NewResetTokenWithToken creates a new PrivacyToken of type ResetToken with -// token set -func NewResetTokenWithToken(token string) ResetToken { - return ResetToken{ - token: token, - } -} - // GetToken from reset token func (token *ResetToken) GetToken() string { return token.token diff --git a/internal/ent/privacy/token/verify_token.go b/internal/ent/privacy/token/verify_token.go index 81018b032a..848ffddecb 100644 --- a/internal/ent/privacy/token/verify_token.go +++ b/internal/ent/privacy/token/verify_token.go @@ -10,14 +10,6 @@ type VerifyToken struct { token string } -// NewVerifyTokenWithToken creates a new PrivacyToken of type SignUpToken with -// email set -func NewVerifyTokenWithToken(token string) VerifyToken { - return VerifyToken{ - token: token, - } -} - // GetToken from verify token func (token *VerifyToken) GetToken() string { return token.token diff --git a/internal/ent/schema/mixin_customenums.go b/internal/ent/schema/mixin_customenums.go index 2da7cce09e..343539d213 100644 --- a/internal/ent/schema/mixin_customenums.go +++ b/internal/ent/schema/mixin_customenums.go @@ -67,13 +67,6 @@ func withGlobalEnum() customEnumOptions { } } -// withNoEnumAutoCreation disables auto-creation of the enum if it doesn't exist -func withNoEnumAutoCreation() customEnumOptions { //nolint:unused - return func(c *CustomEnumMixin) { - c.DisableAutoCreate = true - } -} - // Fields of the CustomEnumMixin. func (c CustomEnumMixin) Fields() []ent.Field { schema := toSchemaFuncs(c.schemaType) diff --git a/internal/graphapi/checksum/.schema_checksum b/internal/graphapi/checksum/.schema_checksum index ec3c2b15d7..eaf9b1590b 100644 --- a/internal/graphapi/checksum/.schema_checksum +++ b/internal/graphapi/checksum/.schema_checksum @@ -1 +1 @@ -70f68fac216acebf0cae9aaebfd0f2ee1160ba370ec931dd4b4f679246c114fa \ No newline at end of file +3329a1c6b3c84b9f5fa14b38c5ac006bd169fc0c55e55dbe6397fd2c2b1eea61 \ No newline at end of file diff --git a/internal/graphapi/clientschema/checksum/.schema_checksum b/internal/graphapi/clientschema/checksum/.schema_checksum index 5e9d8920c7..37d6872c74 100644 --- a/internal/graphapi/clientschema/checksum/.schema_checksum +++ b/internal/graphapi/clientschema/checksum/.schema_checksum @@ -1 +1 @@ -b7fbc348d17e6934e5364580ba57dae6af3635c675f0dd451f908374e9939a88 \ No newline at end of file +6f9f1d381c8d6bbbb6810db8b1d7419ab1446c72980c35836589485bd975bb7d \ No newline at end of file diff --git a/internal/graphapi/testclient/checksum/.client_checksum b/internal/graphapi/testclient/checksum/.client_checksum index dc8ad24581..3df3e8efd2 100644 --- a/internal/graphapi/testclient/checksum/.client_checksum +++ b/internal/graphapi/testclient/checksum/.client_checksum @@ -1 +1 @@ -a3b7220712510d907a793b6df0bce0b32bf46ba26bf6a5ee7280597796bd6570 \ No newline at end of file +bc8c2925b516230647829d24ec11c912b1e3cb673d990117bc1c423c2672dc00 \ No newline at end of file diff --git a/internal/httpserve/handlers/integration_flow_test.go b/internal/httpserve/handlers/integration_flow_test.go index 8c17b30a5e..b76e2689da 100644 --- a/internal/httpserve/handlers/integration_flow_test.go +++ b/internal/httpserve/handlers/integration_flow_test.go @@ -18,7 +18,6 @@ import ( "github.com/theopenlane/httpsling" "github.com/theopenlane/iam/auth" - "github.com/theopenlane/core/internal/ent/generated/integration" "github.com/theopenlane/core/internal/ent/generated/privacy" ) @@ -376,47 +375,6 @@ func (suite *HandlerTestSuite) startIntegrationAuth(t *testing.T, ctx context.Co return rec, resp } -func (suite *HandlerTestSuite) completeOAuthInstallation(t *testing.T, ctx context.Context) string { - t.Helper() - - startRec, startResp := suite.startIntegrationAuth(t, ctx, handlers.IntegrationAuthStartRequest{DefinitionID: testAuthDefinitionID}) - cookies := cookieMap(startRec.Result().Cookies()) - - authURL, err := url.Parse(startResp.AuthURL) - assert.NoError(t, err) - oauthState := authURL.Query().Get("state") - assert.NotEmpty(t, oauthState) - - req := httptest.NewRequest(http.MethodGet, integrationCallbackPath, nil) - query := req.URL.Query() - query.Set("code", "test-code") - query.Set("state", oauthState) - req.URL.RawQuery = query.Encode() - - for _, name := range []string{stateCookieName, orgCookieName} { - req.AddCookie(cookies[name]) - } - if redirectCookie, ok := cookies["redirect_to"]; ok { - req.AddCookie(redirectCookie) - } - - rec := httptest.NewRecorder() - suite.e.ServeHTTP(rec, req.WithContext(ctx)) - assert.Equal(t, http.StatusFound, rec.Code) - - orgID, err := auth.GetOrganizationIDFromContext(ctx) - assert.NoError(t, err) - - record := suite.db.Integration.Query(). - Where( - integration.OwnerIDEQ(orgID), - integration.DefinitionIDEQ(testAuthDefinitionID), - ). - OnlyX(ctx) - - return record.ID -} - func cookieMap(cookies []*http.Cookie) map[string]*http.Cookie { out := make(map[string]*http.Cookie, len(cookies)) for _, cookie := range cookies { diff --git a/internal/httpserve/route/router.go b/internal/httpserve/route/router.go index 1c24b5a976..e2885ccb08 100644 --- a/internal/httpserve/route/router.go +++ b/internal/httpserve/route/router.go @@ -120,67 +120,6 @@ type Router struct { SpecTypes map[string]bool } -// RouterOption is an option function that can be used to configure the router -type RouterOption func(*Router) - -// WithLogger is a RouterOption that allows the logger to be set on the router -func WithLogger(logger *echo.Logger) RouterOption { - return func(r *Router) { - r.Logger = logger - } -} - -// WithHandler is a RouterOption that allows the handler to be set on the router -func WithHandler(h *handlers.Handler) RouterOption { - return func(r *Router) { - r.Handler = h - } -} - -// WithEcho is a RouterOption that allows the echo router to be set on the router -func WithEcho(e *echo.Echo) RouterOption { - return func(r *Router) { - r.Echo = e - } -} - -// WithLocalFiles is a RouterOption that allows the local files to be set on the router -func WithLocalFiles(lf string) RouterOption { - return func(r *Router) { - r.LocalFilePath = lf - } -} - -// WithOptions is a RouterOption that allows multiple options to be set on the router -func WithOptions(opts ...RouterOption) RouterOption { - return func(r *Router) { - for _, opt := range opts { - opt(r) - } - } -} - -// WithHideBanner is a RouterOption that allows the banner to be hidden on the echo server -func WithHideBanner() RouterOption { - return func(r *Router) { - r.StartConfig = &echo.StartConfig{ - HideBanner: true, - } - } -} - -// AddEchoOnlyRoute is used to add a route to the echo router without adding it to the OpenAPI schema -func (r *Router) AddEchoOnlyRoute(route echo.Routable) error { - grp := r.Base() - - _, err := grp.AddRoute(route) - if err != nil { - return err - } - - return nil -} - // VersionOne returns a new echo group for version 1 of the API func (r *Router) VersionOne() *echo.Group { return r.Echo.Group("v1") diff --git a/internal/httpserve/route/router_test.go b/internal/httpserve/route/router_test.go index 106aab7a1f..9ba28c15ec 100644 --- a/internal/httpserve/route/router_test.go +++ b/internal/httpserve/route/router_test.go @@ -1,7 +1,6 @@ package route import ( - "net/http" "testing" "time" @@ -53,14 +52,3 @@ func TestRateLimitedMiddlewares(t *testing.T) { }) } } - -func TestAddEchoOnlyRoute(t *testing.T) { - r := newTestRouter() - rt := echo.Route{Path: "/e", Method: http.MethodGet, Handler: func(echo.Context) error { return nil }} - if err := r.AddEchoOnlyRoute(rt); err != nil { - t.Fatalf("add echo route failed: %v", err) - } - if r.OAS.Paths.Find("/e") != nil { - t.Fatalf("should not add to spec") - } -} diff --git a/internal/integrations/mappingtest/mappingtest.go b/internal/integrations/mappingtest/mappingtest.go index c402d70c41..44de7e15b9 100644 --- a/internal/integrations/mappingtest/mappingtest.go +++ b/internal/integrations/mappingtest/mappingtest.go @@ -39,21 +39,6 @@ func MappingSpec(t *testing.T, mappings []types.MappingRegistration, schema stri return types.MappingOverride{} } -// MappingSpecForVariant returns the MappingOverride for the mapping matching both schema and variant -func MappingSpecForVariant(t *testing.T, mappings []types.MappingRegistration, schema, variant string) types.MappingOverride { - t.Helper() - - for _, m := range mappings { - if m.Schema == schema && m.Variant == variant { - return m.Spec - } - } - - t.Fatalf("no mapping found for schema %s variant %s", schema, variant) - - return types.MappingOverride{} -} - // AssertFiltered evaluates the filter expression against the envelope and returns whether it matched func AssertFiltered(t *testing.T, spec types.MappingOverride, envelope types.MappingEnvelope) bool { t.Helper() diff --git a/internal/integrations/providerkit/schema.go b/internal/integrations/providerkit/schema.go index 94276cbd0f..e3a92cd352 100644 --- a/internal/integrations/providerkit/schema.go +++ b/internal/integrations/providerkit/schema.go @@ -23,15 +23,6 @@ func OperationSchema[T any]() (json.RawMessage, types.OperationRef[T]) { return schema, types.NewOperationRef[T](jsonx.SchemaID(schema)) } -// OperationSchemaVariant reflects the same schema as OperationSchema but registers -// the operation under a composite key of TypeName.variant, allowing the same input -// type to back multiple catalog entries (e.g. themed visual variants) -func OperationSchemaVariant[T any](variant string) (json.RawMessage, types.OperationRef[T]) { - schema := jsonx.SchemaFrom[T]() - - return schema, types.NewOperationRef[T](jsonx.SchemaID(schema) + "." + variant) -} - // WebhookEventSchema reflects a webhook event payload type and returns both the JSON schema // and a typed webhook event ref whose name is derived from the schema definition key func WebhookEventSchema[T any]() (json.RawMessage, types.WebhookEventRef[T]) { diff --git a/internal/testutils/client.go b/internal/testutils/client.go index 9c9776a79d..740234c801 100644 --- a/internal/testutils/client.go +++ b/internal/testutils/client.go @@ -81,26 +81,6 @@ func TestClient(c *ent.Client, objectStore *objects.Service, opts ...testclient. return testclient.New(config, opts...) } -// TestRestClient creates a new OpenlaneClient for testing -func TestRestClient(c *ent.Client, opts ...testclient.ClientOption) (*testclient.TestClient, error) { - service, err := MockStorageService(nil, nil) - if err != nil { - return nil, err - } - e := testEchoServer(c, service, false) - - // setup interceptors - if opts == nil { - opts = []testclient.ClientOption{} - } - - opts = append(opts, testclient.WithTransport(localRoundTripper{server: e})) - - config := testclient.NewDefaultConfig() - - return testclient.New(config, opts...) -} - // TestClientWithAuth creates a new OpenlaneClient for testing that includes the auth middleware func TestClientWithAuth(c *ent.Client, objectStore *objects.Service, opts ...testclient.ClientOption) (*testclient.TestClient, error) { var service *objects.Service From 29af1d8b818a0e085ecc44fe16bb81519ece5ded Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Thu, 20 Aug 2026 15:08:20 -0600 Subject: [PATCH 5/6] cleanup Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .task/checksum/generate-ent-smart | 2 +- .../ent/checksum/.history_schema_checksum | 2 +- internal/ent/checksum/.schema_checksum | 2 +- internal/ent/generate/entc.go | 64 +----------------- internal/genhelpers/pruneops.go | 67 +++++++++++++++++++ 5 files changed, 72 insertions(+), 65 deletions(-) create mode 100644 internal/genhelpers/pruneops.go diff --git a/.task/checksum/generate-ent-smart b/.task/checksum/generate-ent-smart index cf5990f9b4..1ca799982c 100644 --- a/.task/checksum/generate-ent-smart +++ b/.task/checksum/generate-ent-smart @@ -1 +1 @@ -b57484a17c3069fac8e16c3af4cda2c4 +f691dbcf355ee8d945182a02f0281856 diff --git a/internal/ent/checksum/.history_schema_checksum b/internal/ent/checksum/.history_schema_checksum index a6cea78590..7e17e4bb15 100644 --- a/internal/ent/checksum/.history_schema_checksum +++ b/internal/ent/checksum/.history_schema_checksum @@ -1 +1 @@ -ed96dc9ee8c897b4fdaa49bb71877a25c214c30cb32cfc30bc07c774a5aad55f \ No newline at end of file +fa6ad27d994a15d9e06b357f3db0bbd17fcf43083d548bdd840463c6eac92f95 \ No newline at end of file diff --git a/internal/ent/checksum/.schema_checksum b/internal/ent/checksum/.schema_checksum index a3bf1895e9..f051d72684 100644 --- a/internal/ent/checksum/.schema_checksum +++ b/internal/ent/checksum/.schema_checksum @@ -1 +1 @@ -10a3f153c3226960d8cb92bc683032ec532a43e57e8fb982bcd52e2ba13fb2d8 \ No newline at end of file +a4c22820405c0fee0aa7ec87413cb8265a0d969196363722aac3df5904618b3c \ No newline at end of file diff --git a/internal/ent/generate/entc.go b/internal/ent/generate/entc.go index 740b1def42..f1cfddaa56 100644 --- a/internal/ent/generate/entc.go +++ b/internal/ent/generate/entc.go @@ -8,7 +8,6 @@ import ( "embed" "errors" "os" - "strings" "sync" "github.com/rs/zerolog/log" @@ -17,7 +16,6 @@ import ( "entgo.io/ent/entc" "entgo.io/ent/entc/gen" _ "github.com/jackc/pgx/v5" - "github.com/vektah/gqlparser/v2/ast" "gocloud.dev/secrets" "github.com/theopenlane/core/common/enums/exportenums" @@ -239,7 +237,7 @@ func getEntGqlExtension() *entgql.Extension { schemaHooks = append(schemaHooks, genhooks.WithStringSliceWhereOps()) - schemaHooks = append(schemaHooks, pruneWhereInputOps()) + schemaHooks = append(schemaHooks, genhelpers.PruneWhereInputOps()) gqlExt, err := entgql.NewExtension( entgql.WithSchemaGenerator(), @@ -262,7 +260,7 @@ func getEntHistoryGqlExtension() *entgql.Extension { entgql.WithSchemaPath(graphHistorySchemaDir+"ent.graphql"), entgql.WithConfigPath(graphDir+"/generate/.gqlgen_history.yml"), entgql.WithWhereInputs(true), - entgql.WithSchemaHook(pruneWhereInputOps()), + entgql.WithSchemaHook(genhelpers.PruneWhereInputOps()), WithGqlWithTemplates(), ) if err != nil { @@ -546,61 +544,3 @@ func historySchemaGenerate(extensions ...entc.Extension) { log.Fatal().Err(err).Msg("running ent codegen") } } - -// droppedWhereOps lists, per GraphQL scalar, the predicate suffixes that are pruned from the -// generated where inputs. this must stay in sync with the guard in -// templates/entgql/gql_where.tmpl, which prunes the matching Go struct fields; entgql builds the -// GraphQL schema from its own code rather than that template, so both sides need the same rule -var droppedWhereOps = map[string][]string{ - "ID": {"GT", "GTE", "LT", "LTE"}, - "String": {"GT", "GTE", "LT", "LTE"}, - "Time": {"NEQ", "In", "NotIn"}, - "DateTime": {"NEQ", "In", "NotIn"}, - "Int": {"In", "NotIn"}, -} - -// pruneWhereInputOps removes the predicate fields listed in droppedWhereOps from every generated -// where input. a field is only removed when the same input also declares its base field, so a real -// schema field whose name happens to end in an op suffix is left alone -func pruneWhereInputOps() entgql.SchemaHook { - return func(_ *gen.Graph, s *ast.Schema) error { - for _, t := range s.Types { - if t.Kind != ast.InputObject || !strings.HasSuffix(t.Name, "WhereInput") { - continue - } - - base := make(map[string]bool, len(t.Fields)) - for _, f := range t.Fields { - base[f.Name] = true - } - - kept := make(ast.FieldList, 0, len(t.Fields)) - - for _, f := range t.Fields { - if !prunedOp(f, base) { - kept = append(kept, f) - } - } - - t.Fields = kept - } - - return nil - } -} - -// prunedOp reports whether the field is a predicate this codebase does not expose -func prunedOp(f *ast.FieldDefinition, base map[string]bool) bool { - for _, op := range droppedWhereOps[f.Type.Name()] { - if !strings.HasSuffix(f.Name, op) { - continue - } - - // only prune when the base field is present, which marks this as a generated predicate - if base[strings.TrimSuffix(f.Name, op)] { - return true - } - } - - return false -} diff --git a/internal/genhelpers/pruneops.go b/internal/genhelpers/pruneops.go new file mode 100644 index 0000000000..f7a8f02e7f --- /dev/null +++ b/internal/genhelpers/pruneops.go @@ -0,0 +1,67 @@ +package genhelpers + +import ( + "strings" + + "entgo.io/contrib/entgql" + "entgo.io/ent/entc/gen" + "github.com/vektah/gqlparser/v2/ast" +) + +// droppedWhereOps lists, per GraphQL scalar, the predicate suffixes that are pruned from the +// generated where inputs. this must stay in sync with the guard in templates/entgql/gql_where.tmpl, +// which prunes the matching Go struct fields; entgql builds the GraphQL schema from its own code rather than that template, +// so both sides need the same rule +var droppedWhereOps = map[string][]string{ + "ID": {"GT", "GTE", "LT", "LTE"}, // strings should never need GT/LT comparison + "String": {"GT", "GTE", "LT", "LTE"}, // strings should never need GT/LT comparison + "Time": {"NEQ", "In", "NotIn"}, // time uses GT/LT comparison, not specific or in logic + "DateTime": {"NEQ", "In", "NotIn"}, // time uses GT/LT comparison, not specific or in logic + "Int": {"In", "NotIn"}, // Ints use comparison, not in logic +} + +// PruneWhereInputOps removes the predicate fields listed in droppedWhereOps from every generated +// where input. A field is only removed when the same input also declares its base field, so a real +// schema field whose name happens to end in an op suffix is left alone +func PruneWhereInputOps() entgql.SchemaHook { + return func(_ *gen.Graph, s *ast.Schema) error { + for _, t := range s.Types { + if t.Kind != ast.InputObject || !strings.HasSuffix(t.Name, "WhereInput") { + continue + } + + base := make(map[string]bool, len(t.Fields)) + for _, f := range t.Fields { + base[f.Name] = true + } + + kept := make(ast.FieldList, 0, len(t.Fields)) + + for _, f := range t.Fields { + if !prunedOp(f, base) { + kept = append(kept, f) + } + } + + t.Fields = kept + } + + return nil + } +} + +// prunedOp reports whether the field is a predicate this codebase does not expose +func prunedOp(f *ast.FieldDefinition, base map[string]bool) bool { + for _, op := range droppedWhereOps[f.Type.Name()] { + if !strings.HasSuffix(f.Name, op) { + continue + } + + // only prune when the base field is present, which marks this as a generated predicate + if base[strings.TrimSuffix(f.Name, op)] { + return true + } + } + + return false +} From 5c842ed7d07ef61e1f459233558320081bd693a8 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Sun, 23 Aug 2026 09:31:16 -0600 Subject: [PATCH 6/6] rebase+regen Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .task/checksum/generate-ent-smart | 2 +- .task/checksum/generate-graphql-smart | 2 +- .task/checksum/generate-openapi-smart | 2 +- cli/go.mod | 5 +++-- cli/go.sum | 12 ++++-------- common/go.mod | 7 ++++--- common/go.sum | 15 +++++---------- internal/ent/checksum/.history_schema_checksum | 2 +- internal/ent/checksum/.schema_checksum | 2 +- .../graphapi/checksum/.history_schema_checksum | 2 +- internal/graphapi/checksum/.schema_checksum | 2 +- .../clientschema/checksum/.schema_checksum | 2 +- .../graphapi/testclient/checksum/.client_checksum | 2 +- internal/graphapi/tools_test.go | 2 +- 14 files changed, 26 insertions(+), 33 deletions(-) diff --git a/.task/checksum/generate-ent-smart b/.task/checksum/generate-ent-smart index 1ca799982c..a3bcbb24ff 100644 --- a/.task/checksum/generate-ent-smart +++ b/.task/checksum/generate-ent-smart @@ -1 +1 @@ -f691dbcf355ee8d945182a02f0281856 +76de5ee07b2d86c18e23a80d16e635ca diff --git a/.task/checksum/generate-graphql-smart b/.task/checksum/generate-graphql-smart index c3c2d75977..b6067f9563 100644 --- a/.task/checksum/generate-graphql-smart +++ b/.task/checksum/generate-graphql-smart @@ -1 +1 @@ -965a164e473906b5bd0be212f5060d25 +45687d5f7f6257e57349bf91bfbc97fb diff --git a/.task/checksum/generate-openapi-smart b/.task/checksum/generate-openapi-smart index db5f2a8ff9..444288fe4e 100644 --- a/.task/checksum/generate-openapi-smart +++ b/.task/checksum/generate-openapi-smart @@ -1 +1 @@ -d793bd9ecfe8cc045af6364888da3e78 +993e9cabacf968ecad5a94f052bec0fd diff --git a/cli/go.mod b/cli/go.mod index 3446a88c47..69c384b838 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -54,7 +54,7 @@ require ( github.com/google/uuid v1.6.0 // indirect github.com/gorilla/securecookie v1.1.2 // indirect github.com/gqlgo/gqlgenc v0.38.0 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/knadh/koanf/maps v0.1.2 // indirect @@ -99,6 +99,7 @@ require ( go.opentelemetry.io/auto/sdk v1.2.1 // indirect go.opentelemetry.io/otel v1.45.0 // indirect go.opentelemetry.io/otel/metric v1.45.0 // indirect + go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect go.opentelemetry.io/otel/trace v1.45.0 // indirect go.uber.org/atomic v1.11.0 // indirect go.yaml.in/yaml/v3 v3.0.5 // indirect @@ -110,7 +111,7 @@ require ( golang.org/x/sys v0.47.0 // indirect golang.org/x/text v0.41.0 // indirect golang.org/x/time v0.15.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d // indirect google.golang.org/grpc v1.83.0 // indirect google.golang.org/protobuf v1.36.12 // indirect diff --git a/cli/go.sum b/cli/go.sum index 02e92c7ce0..7daae8d5d1 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -81,8 +81,7 @@ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kX github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo= github.com/gqlgo/gqlgenc v0.38.0 h1:ex0yTB68sVugnIQR+BykdIkaVD/lwCOn2tBXXfizsUQ= github.com/gqlgo/gqlgenc v0.38.0/go.mod h1:/REfmqIkqktK6RgE95vMo3Mtd7qlLuca9NRLn+wxTR8= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 h1:5VipnvEpbqr2gA2VbM+nYVbkIF28c5ZQfqCBQ5g2xfk= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0/go.mod h1:Hyl3n6Twe1hvtd9XUXDec4pTvgMSEixRuQKPTMH2bNs= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 h1:/Tnpcb2E0Pz/tN9s3bfEY2Q8ePCEX9iuS+cneUwncnw= github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k= github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM= github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f h1:7LYC+Yfkj3CTRcShK0KOL/w6iTiKyqqBA9a41Wnggw8= @@ -234,10 +233,8 @@ go.opentelemetry.io/otel v1.45.0 h1:pdrWmLHofpubmArBv1LgFSv1Z0Ie/ppdZzu+kUN5EeU= go.opentelemetry.io/otel v1.45.0/go.mod h1:XZxIqPapzEYnhNSScF5DIqXhm/rYi0FzCe2XddAwZfQ= go.opentelemetry.io/otel/metric v1.45.0 h1:7Eg1uH7CJ5cXv9is6tnBe1FI6rj1nwUdbFypRm3br/M= go.opentelemetry.io/otel/metric v1.45.0/go.mod h1:HAPbm1nd3p1PmFH7v2dR+6BjXxw+Lq4a2+pndMAm08s= -go.opentelemetry.io/otel/sdk v1.44.0 h1:nHYwb9lK+fJPU/dnT6s7W7Z8itMWyqrnVfbheVYrZ58= -go.opentelemetry.io/otel/sdk v1.44.0/go.mod h1:Osuydd3Se74nqjAKxid74N5eC+jfEqfTegHRnq58oK0= -go.opentelemetry.io/otel/sdk/metric v1.44.0 h1:3LlKgI+VjbVsjNRFZJZAJ30WjXC5VkNRks6si09iEfI= -go.opentelemetry.io/otel/sdk/metric v1.44.0/go.mod h1:5B5pMARnXxKhltooO4xUuCBorl65a4EpnTalObqOigA= +go.opentelemetry.io/otel/sdk v1.45.0 h1:4VVSMgQ83dUgW2aoX5f6JgLvHwIvzcuLnF9lUdCSpCw= +go.opentelemetry.io/otel/sdk/metric v1.45.0 h1:oVFszMfyj1Am6s24Vtc7wBb8BKLcwepJjNEYILuiE3o= go.opentelemetry.io/otel/trace v1.45.0 h1:l/mP6Uv7oNO7/TblbhpbgMidxhq1uO/rPsikOyVhxag= go.opentelemetry.io/otel/trace v1.45.0/go.mod h1:qoJJA2xNMnxRrdISU/kLtfUH2wNeQbiv+jhs/CxI8bc= go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= @@ -267,8 +264,7 @@ golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U= golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno= gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4= gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E= -google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a h1:97PfJ4tCxY5C7NzzgGqQEMZmXbISdvSArNNEOoUGKBg= -google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a/go.mod h1:1brfde68Npq6+WA75c1EHWPijZEG1kMus61ygPZfn4A= +google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d h1:FarXi840EJWSHYTN3ERkADbPWjl307+FGrA22KAVjjc= google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d h1:IL4hdHzcUv2l/gcg98/Rj3FbtE6axwqslOW8SW0C+S0= google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8= google.golang.org/grpc v1.83.0 h1:JeNZEKJFbQxArAMl+hiytHauacDNqJUllNfmIMmpqnQ= diff --git a/common/go.mod b/common/go.mod index 7c708f09bd..a559fea49e 100644 --- a/common/go.mod +++ b/common/go.mod @@ -15,7 +15,7 @@ require ( github.com/theopenlane/echox v0.3.0 github.com/theopenlane/entx v0.33.0 github.com/theopenlane/utils v0.7.1 - github.com/zitadel/oidc/v3 v3.48.1 + github.com/zitadel/oidc/v3 v3.49.2 golang.org/x/oauth2 v0.36.0 gotest.tools/v3 v3.5.2 ) @@ -44,7 +44,7 @@ require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect github.com/google/go-cmp v0.7.0 // indirect github.com/google/go-tpm v0.9.8 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect github.com/hashicorp/hcl/v2 v2.24.0 // indirect github.com/mattn/go-colorable v0.1.15 // indirect github.com/mattn/go-isatty v0.0.23 // indirect @@ -76,6 +76,7 @@ require ( go.opentelemetry.io/auto/sdk v1.2.1 // indirect go.opentelemetry.io/otel v1.45.0 // indirect go.opentelemetry.io/otel/metric v1.45.0 // indirect + go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect go.opentelemetry.io/otel/trace v1.45.0 // indirect go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/crypto v0.55.0 // indirect @@ -86,7 +87,7 @@ require ( golang.org/x/sys v0.47.0 // indirect golang.org/x/text v0.41.0 // indirect golang.org/x/tools v0.49.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d // indirect google.golang.org/grpc v1.83.0 // indirect google.golang.org/protobuf v1.36.12 // indirect diff --git a/common/go.sum b/common/go.sum index a956135ace..deb8e1b6b6 100644 --- a/common/go.sum +++ b/common/go.sum @@ -69,8 +69,7 @@ github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba h1:qJEJcuLz github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba/go.mod h1:EFYHy8/1y2KfgTAsx7Luu7NGhoxtuVHnNo8jE7FikKc= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 h1:5VipnvEpbqr2gA2VbM+nYVbkIF28c5ZQfqCBQ5g2xfk= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0/go.mod h1:Hyl3n6Twe1hvtd9XUXDec4pTvgMSEixRuQKPTMH2bNs= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 h1:/Tnpcb2E0Pz/tN9s3bfEY2Q8ePCEX9iuS+cneUwncnw= github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k= github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM= github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE= @@ -177,8 +176,7 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6 github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= github.com/zclconf/go-cty-yaml v1.2.0 h1:GDyL4+e/Qe/S0B7YaecMLbVvAR/Mp21CXMOSiCTOi1M= github.com/zclconf/go-cty-yaml v1.2.0/go.mod h1:9YLUH4g7lOhVWqUbctnVlZ5KLpg7JAprQNgxSZ1Gyxs= -github.com/zitadel/oidc/v3 v3.48.1 h1:7uUWccuPbmwSLmmjFRFayWzqK7B8itjM8H8bBSTyr7Q= -github.com/zitadel/oidc/v3 v3.48.1/go.mod h1:HwoguOGo0eem0RK5Gb+P6Q4aQLVinJ9LhomlVEA57ck= +github.com/zitadel/oidc/v3 v3.49.2 h1:yKvB2Hx6rVWp0vOTk1pEyXAPxJusgIHNmr20AxOohmQ= github.com/zitadel/schema v1.3.2 h1:gfJvt7dOMfTmxzhscZ9KkapKo3Nei3B6cAxjav+lyjI= github.com/zitadel/schema v1.3.2/go.mod h1:IZmdfF9Wu62Zu6tJJTH3UsArevs3Y4smfJIj3L8fzxw= go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64= @@ -187,10 +185,8 @@ go.opentelemetry.io/otel v1.45.0 h1:pdrWmLHofpubmArBv1LgFSv1Z0Ie/ppdZzu+kUN5EeU= go.opentelemetry.io/otel v1.45.0/go.mod h1:XZxIqPapzEYnhNSScF5DIqXhm/rYi0FzCe2XddAwZfQ= go.opentelemetry.io/otel/metric v1.45.0 h1:7Eg1uH7CJ5cXv9is6tnBe1FI6rj1nwUdbFypRm3br/M= go.opentelemetry.io/otel/metric v1.45.0/go.mod h1:HAPbm1nd3p1PmFH7v2dR+6BjXxw+Lq4a2+pndMAm08s= -go.opentelemetry.io/otel/sdk v1.44.0 h1:nHYwb9lK+fJPU/dnT6s7W7Z8itMWyqrnVfbheVYrZ58= -go.opentelemetry.io/otel/sdk v1.44.0/go.mod h1:Osuydd3Se74nqjAKxid74N5eC+jfEqfTegHRnq58oK0= -go.opentelemetry.io/otel/sdk/metric v1.44.0 h1:3LlKgI+VjbVsjNRFZJZAJ30WjXC5VkNRks6si09iEfI= -go.opentelemetry.io/otel/sdk/metric v1.44.0/go.mod h1:5B5pMARnXxKhltooO4xUuCBorl65a4EpnTalObqOigA= +go.opentelemetry.io/otel/sdk v1.45.0 h1:4VVSMgQ83dUgW2aoX5f6JgLvHwIvzcuLnF9lUdCSpCw= +go.opentelemetry.io/otel/sdk/metric v1.45.0 h1:oVFszMfyj1Am6s24Vtc7wBb8BKLcwepJjNEYILuiE3o= go.opentelemetry.io/otel/trace v1.45.0 h1:l/mP6Uv7oNO7/TblbhpbgMidxhq1uO/rPsikOyVhxag= go.opentelemetry.io/otel/trace v1.45.0/go.mod h1:qoJJA2xNMnxRrdISU/kLtfUH2wNeQbiv+jhs/CxI8bc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= @@ -218,8 +214,7 @@ golang.org/x/tools v0.49.0 h1:3NI7VXzL9+1WZD52Dx2ttoPwD5DWrFGpl9mFZDlmisI= golang.org/x/tools v0.49.0/go.mod h1:SJNXV9DBKT0UbdttsQjbfJlAE/q+y36++zo3uL3N0Oo= gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4= gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E= -google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a h1:97PfJ4tCxY5C7NzzgGqQEMZmXbISdvSArNNEOoUGKBg= -google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a/go.mod h1:1brfde68Npq6+WA75c1EHWPijZEG1kMus61ygPZfn4A= +google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d h1:FarXi840EJWSHYTN3ERkADbPWjl307+FGrA22KAVjjc= google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d h1:IL4hdHzcUv2l/gcg98/Rj3FbtE6axwqslOW8SW0C+S0= google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8= google.golang.org/grpc v1.83.0 h1:JeNZEKJFbQxArAMl+hiytHauacDNqJUllNfmIMmpqnQ= diff --git a/internal/ent/checksum/.history_schema_checksum b/internal/ent/checksum/.history_schema_checksum index 7e17e4bb15..76ec45e3b0 100644 --- a/internal/ent/checksum/.history_schema_checksum +++ b/internal/ent/checksum/.history_schema_checksum @@ -1 +1 @@ -fa6ad27d994a15d9e06b357f3db0bbd17fcf43083d548bdd840463c6eac92f95 \ No newline at end of file +94b8c9964f95bbf861447a12e9c4e7c7752f3a8b0b77401d963c3099520f0168 \ No newline at end of file diff --git a/internal/ent/checksum/.schema_checksum b/internal/ent/checksum/.schema_checksum index f051d72684..b40bb9d5ef 100644 --- a/internal/ent/checksum/.schema_checksum +++ b/internal/ent/checksum/.schema_checksum @@ -1 +1 @@ -a4c22820405c0fee0aa7ec87413cb8265a0d969196363722aac3df5904618b3c \ No newline at end of file +cfdc7dbb55d8c18c8f278d49e72af57d307cf7c5a4cbeb33d53ae3b054636c69 \ No newline at end of file diff --git a/internal/graphapi/checksum/.history_schema_checksum b/internal/graphapi/checksum/.history_schema_checksum index 5986ab55a2..af803bee76 100644 --- a/internal/graphapi/checksum/.history_schema_checksum +++ b/internal/graphapi/checksum/.history_schema_checksum @@ -1 +1 @@ -deaabb19130a161cf364b3f159257dfc7652bd682cf940f3667da6d6154d5963 \ No newline at end of file +472a4b77c0054a8893d1de0f482cb2ef2d3e95a1cdf53dde9fefa81beadcf5c5 \ No newline at end of file diff --git a/internal/graphapi/checksum/.schema_checksum b/internal/graphapi/checksum/.schema_checksum index eaf9b1590b..1cf47167bc 100644 --- a/internal/graphapi/checksum/.schema_checksum +++ b/internal/graphapi/checksum/.schema_checksum @@ -1 +1 @@ -3329a1c6b3c84b9f5fa14b38c5ac006bd169fc0c55e55dbe6397fd2c2b1eea61 \ No newline at end of file +ed7dba1ad8abcbf69f52a9cbc3ae61e4719c63677ed0c8ddd3860dcf2790c186 \ No newline at end of file diff --git a/internal/graphapi/clientschema/checksum/.schema_checksum b/internal/graphapi/clientschema/checksum/.schema_checksum index 37d6872c74..50bcebf0f5 100644 --- a/internal/graphapi/clientschema/checksum/.schema_checksum +++ b/internal/graphapi/clientschema/checksum/.schema_checksum @@ -1 +1 @@ -6f9f1d381c8d6bbbb6810db8b1d7419ab1446c72980c35836589485bd975bb7d \ No newline at end of file +18b144e484f37bb46950ca1a8b43e8f8747533652c5130d9d9a3eef8be7176f7 \ No newline at end of file diff --git a/internal/graphapi/testclient/checksum/.client_checksum b/internal/graphapi/testclient/checksum/.client_checksum index 3df3e8efd2..b02a5b3b0e 100644 --- a/internal/graphapi/testclient/checksum/.client_checksum +++ b/internal/graphapi/testclient/checksum/.client_checksum @@ -1 +1 @@ -bc8c2925b516230647829d24ec11c912b1e3cb673d990117bc1c423c2672dc00 \ No newline at end of file +bc3fb18cc8119eef89d5aed9a904a20319be5ea08062409713f1a19631b68553 \ No newline at end of file diff --git a/internal/graphapi/tools_test.go b/internal/graphapi/tools_test.go index 9bbc366c68..7e9c119e72 100644 --- a/internal/graphapi/tools_test.go +++ b/internal/graphapi/tools_test.go @@ -52,7 +52,6 @@ import ( "github.com/theopenlane/core/internal/graphapi/testclient" "github.com/theopenlane/core/internal/httpserve/config" emaildef "github.com/theopenlane/core/internal/integrations/definitions/email" - testint "github.com/theopenlane/core/internal/testutils/integrations" slackdef "github.com/theopenlane/core/internal/integrations/definitions/slack" systemdef "github.com/theopenlane/core/internal/integrations/definitions/system" "github.com/theopenlane/core/internal/integrations/registry" @@ -61,6 +60,7 @@ import ( "github.com/theopenlane/core/internal/objects" "github.com/theopenlane/core/internal/objects/validators" coreutils "github.com/theopenlane/core/internal/testutils" + testint "github.com/theopenlane/core/internal/testutils/integrations" "github.com/theopenlane/core/internal/workflows/engine" "github.com/theopenlane/core/pkg/entitlements" "github.com/theopenlane/core/pkg/entitlements/mocks"